html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	background: transparent;
}
body {
	margin:auto;
	padding:0px;
	font-family: 'Martel Sans', sans-serif !important;
	position:relative;
}
a {
	-webkit-transition: all .20s ease-in-out .0s;
	-moz-transition: all .20s ease-in-out .0s;
	-ms-transition: all .20s ease-in-out .0s;
	-o-transition: all .20s ease-in-out .0s;
	transition: all .20s ease-in-out .0s;
}
#wrapper {
	margin:auto;
	height:auto;
	position:relative;
}
/*============================================ Page PreLoader Start ============================================*/
.loader_sd_m_2021 {
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 9999999999999999;
	background:url(images/preloader.gif) center no-repeat #fff;
}
#back2Top_sd_m_2021 {
    overflow: hidden;
    z-index: 9999999999;
    display: none;
    position: fixed;
    bottom:20px;
    right: 20px;
}
/*============================================ Link Effect Start ============================================*/
.link {
	position: relative;
	transition: -webkit-clip-path 275ms ease;
	transition: clip-path 275ms ease;
	transition: clip-path 275ms ease, -webkit-clip-path 275ms ease;
}
.link:hover span::before,
.link:focus span::before {
	-webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
	clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}
.link span {
	position: relative;
	display: inline-block;
}
.link span::before {
	position: absolute;
	content: attr(data-content);
	color: #4e5492;
	text-decoration: underline;
	-webkit-text-decoration-color: #4e5492;
	text-decoration-color: #4e5492;
	-webkit-clip-path: polygon(0 0, 0 0, 0% 100%, 0 100%);
	clip-path: polygon(0 0, 0 0, 0% 100%, 0 100%);
	transition: -webkit-clip-path 275ms ease;
	transition: clip-path 275ms ease;
	transition: clip-path 275ms ease, -webkit-clip-path 275ms ease;
}
/*--------------------- XXXXXXXXXXXXXXX -----------------------*/
.hd_ban_conti_sd_m_2021{
	background:url(images/bg_sn_D.jpg) no-repeat center top;
}
.header_sd_m_2021{
	padding:15px;
}
.logo_sd_m_2021{
	float:left;
}
.navigation_conti_sd_m_2021{
	float:right;
	width:38px;
	height:36px;
	position:relative;
}
/*============================================ Nav Bar ==============================================*/
.menuBtn_sd_m_2021 {
	height: 30px;
	width: 38px;
	position: absolute;
	z-index:666666;
}
.menuBtn_sd_m_2021 > span {
	background-color: #fff;
	border-radius: 1px;
	height: 2px;
	width: 100%;
	position: absolute;
	top: 50%;
	transition: height 100ms;
}
.menuBtn_sd_m_2021 > span:after,
.menuBtn_sd_m_2021 > span:before {
	content: '';
	background-color: #fff;
	border-radius: 1px;
	height: 2px;
	width: 100%;
	position: absolute;
	transition: all 200ms;
}
.menuBtn_sd_m_2021 > span:after {
	top: -13px;
}
.menuBtn_sd_m_2021 > span:before {
	bottom: -13px;
}
.menuBtn_sd_m_2021.act > span {
	height: 0;
}
.menuBtn_sd_m_2021.act > span:after,
.menuBtn_sd_m_2021.act > span:before {
	background-color: #ffffff;
	top: 1px;
}
.menuBtn_sd_m_2021.act > span:after {
	transform: rotate(45deg);
}
.menuBtn_sd_m_2021.act > span:before {
	transform: rotate(-45deg);
}
/* main menu block */
.mainMenu_sd_m_2021 {
	background: #373E56;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 100000;
	height: 100%;
	width: 100%;
	display: table;
	text-align: center;
	opacity: .98 !important;
	transition: all 500ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
	transform: scale(0);
}
.mainMenu_sd_m_2021.act {
	opacity: 1;
	transform: scale(1);
}
.mainMenu_sd_m_2021.act ul li {
	opacity: 1;
	transform: translateX(0);
}
.mainMenu_sd_m_2021 ul {
	padding:0px;
	margin:0px;
	padding-top:20px;
}
.mainMenu_sd_m_2021 li {
	padding:5px 0;
	transition: all 400ms 510ms;
	opacity: 0;
	list-style:none;
	background:url(images/menu_bor_sn_D.png) no-repeat center bottom;
}
.mainMenu_sd_m_2021 li:first-child,
.mainMenu_sd_m_2021 li:last-child{
	background:none;
}
.mainMenu_sd_m_2021 li:nth-child(odd) {
	transform: translateX(30%);
}
.mainMenu_sd_m_2021 li:nth-child(even) {
	transform: translateX(-30%);
}
.mainMenu_sd_m_2021 li:last-child {
	transform: none;
}
.mainMenu_sd_m_2021 a {
	color: #65C2B7;
	display: inline-block;
	font-size: 21px;
	font-style: normal;
	font-weight: 600;
	line-height: 38px;
	letter-spacing: 0em;
	text-align: center;
	text-decoration:none;
}
.mainMenu_sd_m_2021 a:hover{
	color:#FFF;
	text-decoration:none;
}
/*------------------- XXXXXXXXXXX ---------------------*/
/*============================================ Banner Start ============================================*/
.banner_sd_m_2021{
	text-align:center;
	padding:20px;
	padding-top:40px;
}
.banner_sd_m_2021 h1{
	color:#FFF;
	font-size: 43px;
	font-style: normal;
	font-weight: 700;
	line-height: 49px;
	letter-spacing: 0em;
	text-align: left;
	text-transform:uppercase;
}
.banner_sd_m_2021 h1 img{
	vertical-align:0px;
}
.talk_with_us_sd_m_2021{
	padding-top:30px;
}
.talk_with_us_sd_m_2021 a{
	background:#65C2B7;
	box-sizing: border-box;
	-moz-border-radius: 3px;
	-webkit-border-radius:3px;
	border-radius: 3px;
	-khtml-border-radius:3px;
	text-align: center;
	color:#FFF;
	padding:12px 10px;
	text-decoration:none;
	display:block;
	font-size: 19px;
	font-style: normal;
	font-weight: 700;
	line-height: 35px;
	letter-spacing: 0em;
}
.talk_with_us_sd_m_2021 a:hover{
	color:#fff;
}
.talk_with_us_sd_m_2021 a img{
	vertical-align:-3px;
	margin-right:5px;
}
.scal_busi_sd_m_2021{
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	line-height: 30px;
	letter-spacing: 0em;
	text-align: center;
	padding-top:50px;
	color:#FFF;
	padding-bottom:10px;
}
.scal_busi_sd_m_2021 strong{
	font-weight: 700;
	color:#65C2B7;
}
.years_conti_sd_m_2021{
	max-width:380px;
	margin:auto;
	z-index:1;
}
.years_box_sd_m_2021 {
	width:100% !important;
}
.years_box_sd_m_2021 ul {
	top:0px !important;
	/*width:100% !important;*/
}
.years_box_sd_m_2021 ul li {
	position:relative;
}
.years_box_sd_m_2021 ul li img {
}
.overlay{
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: .5s ease;  
}
.years_box_sd_m_2021 ul li:hover .overlay {
  opacity: 1;
}
.text {
  color: white;
  font-size: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
}
/*-------------------------------- Maximize Your ROI ----------------------------*/
.maximize_conti_sd_m_2021{
	padding-top:40px;
}
.maximize_sd_m_2021{
	text-align:center;
	padding-bottom:20px;
}
.maximize_conti_sd_m_2021 h3{
	font-size: 22px;
	font-style: normal;
	font-weight: 700;
	line-height: 36px;
	letter-spacing: 0em;
	color:#5E5B5B;
	text-align:center;
	padding:10px 10px 0px;
}
.maximize_conti_sd_m_2021 p{
	font-size: 22px;
	font-style: normal;
	font-weight: 300;
	line-height: 31px;
	letter-spacing: 0em;
	text-align: center;
	padding:15px 30px 0px;
	max-width:910px;
	margin:auto;
}
.icons_conti_sd_m_2021{
	text-align:center;
	padding-bottom:50px;
}
.icons_conti_sd_m_2021 ul{
	margin-bottom:0px;
	padding-left:0px;
}
.icons_conti_sd_m_2021 ul li{
	list-style:none;
	margin-top:60px;
	width:50%;
	vertical-align: middle;
	float:left;
}
.icons_conti_sd_m_2021 ul li:nth-child(odd){
	clear:both;
}
.icons_conti_sd_m_2021 ul li span{
	height:63px;
	display: flex;
	align-items: flex-end;
	justify-content: center;
}
.icons_conti_sd_m_2021 ul li p{
	font-size: 18px;
	font-style: normal;
	font-weight: 600;
	line-height: 23px;
	letter-spacing: 0em;
	text-align: center;
	padding-top:15px;
}
/*-------------------------------- Who is Sacle Digital ----------------------------*/
.who_conti_sd_m_2021{
	padding-top:50px;
	clear:both;
}
.who_ttL_sd_m_2021{
	text-align:center;
	padding-bottom:30px;
}
.who_ban_sd_m_2021{
	text-align:center;
	margin-top:30px;
	height:400px;
	background:url(images/wh_ban_sd_m_2021.jpg);
	position:relative;
	margin:auto;
	background-repeat: no-repeat;
	background-position:50% 50%;
}
@media all and (-webkit-min-device-pixel-ratio : 1.5) {
    .who_ban_sd_m_2021 { background: url(images/wh_ban_sd_m_2021.jpg); background-size: cover; }
}
.box_1_sd_m_2021,
.box_2_sd_m_2021,
.box_3_sd_m_2021{
	position:relative !important;
	opacity:67%;
	transition: transform 5s cubic-bezier(0,1,.5,1);
}
.box_1_sd_m_2021{
	height: 86px;
	width: 86px;
	left: 0px;
	top:0px;
}
.box_2_sd_m_2021{
	height: 110px;
	width: 77px;
	left: 20%;
	top: 0px;
}
.box_3_sd_m_2021{
	height: 120px;
	width: 120px;
	left: 70%;
	top:0px;
}
.box_1_sd_m_2021,
.box_2_sd_m_2021,
.box_3_sd_m_2021{
	background: linear-gradient(94.62deg, rgba(15, 44, 99, 0.9) -0.4%, rgba(13, 36, 83, 0.9) 29.06%, rgba(168, 123, 177, 0.9) 114.19%);
	transform: translate3d(0px, 30px, 0px);
}
.who_conti_sd_m_2021 p{
	font-size: 22px;
	font-style: normal;
	font-weight: 300;
	line-height: 31px;
	letter-spacing: 0em;
	text-align: center;	
	padding:15px 30px;
	padding-top:30px;
	color:#5E5B5B;
}
/*-------------------------------- How we Are ----------------------------*/
.how_weare_sd_m_2021{
	background:#F8FAFF;
	padding:40px 20px;
	margin-top:40px;
}
.howwett_sd_m_2021{
	text-align:center;
}
.how_weare_sd_m_2021 h2{
	font-size: 30px;
	font-style: normal;
	font-weight: 700;
	line-height: 34px;
	letter-spacing: 0em;
	text-align: center;
	color:#65C2B7;
	padding-top:40px;
}
.how_weare_sd_m_2021 p{
	font-size: 22px;
	font-style: normal;
	font-weight: 300;
	line-height: 35px;
	letter-spacing: 0em;
	text-align: center;
	color:#5E5B5B;
	padding:20px 10px 0px;
}
/*-------------------------------- Valued Partnerships ----------------------------*/
.valued_conti_sd_m_2021{
	padding:40px 0px;
}
.valued_ttl_sd_m_2021{
	text-align:center;
	padding-left:20px;
	padding-right:20px;
}
.valued_conti_sd_m_2021 h2{
	font-size: 22px;
	font-style: normal;
	font-weight: 700;
	line-height: 40px;
	letter-spacing: 0em;
	text-align: center;
	padding-top:40px;
}
.valued_conti_sd_m_2021 p{
	font-size: 22px;
	font-style: normal;
	font-weight: 300;
	line-height: 31px;
	letter-spacing: 0em;
	text-align: center;
	color:#5E5B5B;
	padding:30px 30px 0px;
}
.part_log_sd_m_2021{
	text-align:center;
	position: relative;
	min-height: 568px;
	padding-top:50px;
	margin-left:-480px;
	overflow:hidden;
}
.bg-move {
	position: absolute;
	top: 0;
	bottom: 0;
	right:auto;
	width: 1236px;
	height:568px;
	background-image:url(images/v_lgs_sn_M.svg);
	background-size: cover;
	background-position: center;
	-webkit-transition: all .10s ease-in-out .0s;
	-moz-transition: all .10s ease-in-out .0s;
	-ms-transition: all .10s ease-in-out .0s;
	-o-transition: all .10s ease-in-out .0s;
	transition: all .10s ease-in-out .0s;
}
/*-------------------------------- Results-Based Solutions ----------------------------*/
.result_bg_top_sd_m_2021{
	background: linear-gradient(94.62deg, rgba(60, 98, 176, 0.9) -8.26%, rgba(66, 24, 74, 0.9) 114.19%);
	padding:60px 15px;
}
.result_ttl_sd_m_2021{
	text-align:center;
}
.result_bg_top_sd_m_2021 p{
	font-size: 22px;
	font-style: normal;
	font-weight: 300;
	line-height: 31px;
	letter-spacing: 0em;
	text-align: center;
	color:#FFF;
	padding:40px 15px 0px;
}
.dsk_mob_sd_m_2021{
	text-align:center;
	position:relative;
	clear:both;
	height:790px;
	padding-top:20px;
}
img.dsk_sd_m_2021 {
	position:relative;
	transition: transform 5s cubic-bezier(0,1,.3,1);
	top:35px;
}
img.mob_sd_m_2021 {
	position:absolute;
	right:0px;
	top:450px;
	transition: transform 5s cubic-bezier(0,1,.3,1);
}
.inboud_conti_sd_m_2021{
}
.inbo_box_sd_m_2021{
	float:left;
	width:50%;
	text-align:center;
	margin-top:80px;
}
.inbo_box_sd_m_2021 span{
	height:102px;
	display: flex;
	align-items: flex-end;
	justify-content: center;
}
.inbo_box_sd_m_2021 h2{
	font-size: 23px;
	font-style: normal;
	font-weight: 700;
	line-height:26px;
	letter-spacing: 0em;
	background: linear-gradient(270.13deg, #DDE0F9 0.91%, #CBCCF9 25.84%, #DACBF3 44.02%, #D0BFE1 60.12%, #CCB4DB 78.29%, #E7AFD1 100.62%);
	-webkit-background-clip: text;
    -moz-background-clip: text;
    -webkit-text-fill-color: transparent; 
    -moz-text-fill-color: transparent;
	padding-top:30px;
}
/*---------------- Marketing Expertise -----------------*/
.marketing_sd_m_2021{
	padding:50px 30px;
}
.market_ttl_sd_m_2021{
	text-align:center;	
}
.marketing_sd_m_2021 h3{
	font-size: 30px;
	font-style: normal;
	font-weight: 700;
	line-height: 55px;
	letter-spacing: 0em;
	text-align: center;
	color:#5E5B5B;
	padding-top:30px;
}
.marketing_sd_m_2021 p{
	font-size: 22px;
	font-style: normal;
	font-weight: 300;
	line-height: 31px;
	letter-spacing: 0em;
	text-align: center;
	color:#5E5B5B;
	padding-top:30px;
}
.mar_box_sd_m_2021{
	background:#F8FAFF;
	margin-top:40px;
	padding:90px 30px;
	text-align:center;
}
.mar_box_sd_m_2021 img{
	margin-top:0px;
	transition-duration: 0.3s;
	transition-property: transform;
	transition-timing-function: ease-out;
}
.mar_box_sd_m_2021:hover img{
  transform: translateY(-8px);
}
.bor_sn_D img{
  transform: translateY(0px) !important;
}
.mar_box_sd_m_2021 h3{
	font-size: 32px;
	font-style: normal;
	font-weight: 700;
	line-height: 36px;
	letter-spacing: 0em;
	text-align:center;
	background: linear-gradient(94.62deg, rgba(60, 98, 176, 0.9) -8.26%, rgba(66, 24, 74, 0.9) 114.19%);
	-webkit-background-clip: text;
    -moz-background-clip: text;
    -webkit-text-fill-color: transparent; 
    -moz-text-fill-color: transparent;
	padding-top:40px;
}
.mar_box_sd_m_2021 p{
	font-size: 17px;
	font-style: normal;
	font-weight: 300;
	line-height: 31px;
	letter-spacing: 0em;
	text-align: center;
	color:#5E5B5B;
	padding-top:15px;
}
.mak_txt_sd_m_2021{
	display:none;
}
.learn_sd_m_2021{
	font-size: 17px;
	font-style: normal;
	font-weight: 300;
	line-height: 31px;
	letter-spacing: 0em;
	text-align: center;
	color:#65C2B7;
	text-decoration:none;
	padding-top:30px;
	cursor:pointer;
}
.bor_sn_D{
	text-align:center;
}
/*-------------------------------- Our Company Culture ----------------------------*/
.our_conpany_sd_m_2021{
	margin-top:60px;
	padding:60px 30px;
	background:url(images/a_wrt_sd_m_2021.png) no-repeat center top;
}
.our_c_llt_sd_m_2021{
	text-align:center;
	padding-top:30px;
}
.our_conpany_sd_m_2021 p{
	font-size: 22px;
	font-style: normal;
	font-weight: 300;
	line-height: 31px;
	letter-spacing: 0em;
	text-align: center;
	color:#5E5B5B;
	padding-top:100px;
}
/*-------------------------------- Bottom Contact ----------------------------*/
.bottom_cntonti_sd_m_2021{
	background:url(images/ct_bor_sd_m_2021.jpg) no-repeat center top, linear-gradient(94.62deg, #3C62B0 -8.26%, #42184A 114.19%);
	margin-top:10px;
	padding:0px 30px 50px;
}
.contact_ttl_sd_m_2021{
	text-align:center;
	padding-top:60px;
}
.ct_form_sd_m_2021{
	padding-top:20px;
}
.ct_form_sd_m_2021 p{
	color:#FFF;
	font-size: 22px;
	font-style: normal;
	font-weight: 300;
	line-height: 31px;
	letter-spacing: 0em;
	text-align: center;
	padding-top:40px;
	padding-bottom:50px;
}
.ct_form_sd_m_2021 label{
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	color:#FFF;
}
.ct_form_sd_m_2021 input[type="email"],
.ct_form_sd_m_2021 input[type="tel"],
.ct_form_sd_m_2021 input[type="text"]{
	border:none;
	border-bottom:2px solid #fff;
	border-radius: 0px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	-khtml-border-radius: 0px;
	font-size: 22px;
	font-style: normal;
	font-weight: 300;
	line-height: 31px;
	letter-spacing: 0em;
	text-align: left;
	color:#fff;
	padding-left:0px;
	background:none;
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	line-height: 20px;
	letter-spacing: 0em;
	text-align: left;
	box-shadow:none !important;
}
.ct_form_sd_m_2021 textarea{
	border:2px solid #ffffff;
	border-radius: 0px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	-khtml-border-radius: 0px;
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	color:#FFF;
	background:none;
	box-shadow:none !important;
	padding: .375rem .375rem !important;
}
.ct_form_sd_m_2021 input[type="email"]::-moz-placeholder{color:#fff !important; opacity:1}
.ct_form_sd_m_2021 input[type="email"]:-ms-input-placeholder{color:#fff !important;}
.ct_form_sd_m_2021 input[type="email"]::-webkit-input-placeholder{color:#fff !important;}
.ct_form_sd_m_2021 input[type="email"]:focus::-moz-placeholder{opacity:0}
.ct_form_sd_m_2021 input[type="email"]:focus:-ms-input-placeholder{opacity:0}
.ct_form_sd_m_2021 input[type="email"]:focus::-webkit-input-placeholder{opacity:0}
.ct_form_sd_m_2021 input[type="text"]::-moz-placeholder{color:#fff !important; opacity:1}
.ct_form_sd_m_2021 input[type="text"]:-ms-input-placeholder{color:#fff !important;}
.ct_form_sd_m_2021 input[type="text"]::-webkit-input-placeholder{color:#fff !important;}
.ct_form_sd_m_2021 input[type="text"]:focus::-moz-placeholder{opacity:0}
.ct_form_sd_m_2021 input[type="text"]:focus:-ms-input-placeholder{opacity:0}
.ct_form_sd_m_2021 input[type="text"]:focus::-webkit-input-placeholder{opacity:0}
.ct_form_sd_m_2021 input[type="tel"]::-moz-placeholder{color:#fff !important; opacity:1}
.ct_form_sd_m_2021 input[type="tel"]:-ms-input-placeholder{color:#fff !important;}
.ct_form_sd_m_2021 input[type="tel"]::-webkit-input-placeholder{color:#fff !important;}
.ct_form_sd_m_2021 input[type="tel"]:focus::-moz-placeholder{opacity:0}
.ct_form_sd_m_2021 input[type="tel"]:focus:-ms-input-placeholder{opacity:0}
.ct_form_sd_m_2021 input[type="tel"]:focus::-webkit-input-placeholder{opacity:0}

.ct_form_sd_m_2021 textarea::-moz-placeholder{color:#ffffff !important; opacity:0.5}
.ct_form_sd_m_2021 textarea:-ms-input-placeholder{color:#ffffff !important; opacity:0.5}
.ct_form_sd_m_2021 textarea::-webkit-input-placeholder{color:#ffffff !important; opacity:0.5}
.ct_form_sd_m_2021 textarea:focus::-moz-placeholder{opacity:0; }
.ct_form_sd_m_2021 textarea:focus:-ms-input-placeholder{opacity:0;}
.ct_form_sd_m_2021 textarea:focus::-webkit-input-placeholder{opacity:0;}

.ct_form_sd_m_2021 input[type="email"]:focus,
.ct_form_sd_m_2021 input[type="text"]:focus,
.ct_form_sd_m_2021 input[type="tel"]:focus,
.ct_form_sd_m_2021 textarea{
	 box-shadow: none !important;
	 background: transparent !important;
	 color:#ffffff !important;
	 border-color:#FFF !important;
}
.sub_sd_m_2021{
	text-align:center;
}
.sub_sd_m_2021 button[type="button"]{
	background: none;
	border:3px solid #FFF;
	-moz-border-radius: 3px;
	-webkit-border-radius:3px;
	border-radius: 3px;
	-khtml-border-radius:3px;
	height:50px !important;
	text-transform:uppercase;
	text-align:center;
	line-height:31px;
	color:#ffffff;
	font-size:17px;
	font-weight:700;
	outline:none;
	-webkit-transition: all .20s ease-in-out .0s;
	-moz-transition: all .20s ease-in-out .0s;
	-ms-transition: all .20s ease-in-out .0s;
	-o-transition: all .20s ease-in-out .0s;
	transition: all .20s ease-in-out .0s;
	padding:0px 40px;
}
.sub_sd_m_2021 button[type="button"]:hover,
.sub_sd_m_2021 button[type="button"]:focus{
	outline:none;
	background: #65C2B7;
	border-color:#65C2B7;
}
.sub_sd_m_2021 button[type="button"] img{
	vertical-align:1px;
	margin-left:5px;
}
.ct_ph_sd_m_2021{
	padding-top:80px;
	text-align:center;
}
.ct_ph_sd_m_2021 h1{
	padding-top:15px;
	color:#FFF;
	font-size: 24px;
	font-style: normal;
	font-weight: 600;
	line-height: 44px;
	letter-spacing: 0em;
	text-align: center;
}
.ct_add_sd_m_2021{
	padding-top:40px;
	text-align:center;
}
.ct_add_sd_m_2021 img{
	margin-bottom:20px;
}
.ct_add_sd_m_2021 p{
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 20px;
	letter-spacing: 0em;
	text-align: left;
	color:#FFF;
	padding-top:25px;
	max-width:195px;
	margin:auto;
}
/*-------------------------------- Bottom Contact Thank you ----------------------------*/
.cont_thnk_sd_m_2021{
	padding:50px 0px 0px;
}
.cont_thnk_sd_m_2021 h1{
	font-size: 34px;
	font-style: normal;
	font-weight: 700;
	line-height: 38px;
	text-align:center;
	background: linear-gradient(270.13deg, #DDE0F9 0.91%, #CBCCF9 25.84%, #DACBF3 44.02%, #D0BFE1 60.12%, #CCB4DB 78.29%, #E7AFD1 100.62%);
	-webkit-background-clip: text;
    -moz-background-clip: text;
    -webkit-text-fill-color: transparent; 
    -moz-text-fill-color: transparent;
	text-transform:uppercase;
}
.cont_thnk_sd_m_2021 h3{
	font-size: 27px;
	font-style: normal;
	font-weight: 700;
	line-height: 38px;
	text-align:center;
	background: linear-gradient(270.13deg, #DDE0F9 0.91%, #CBCCF9 25.84%, #DACBF3 44.02%, #D0BFE1 60.12%, #CCB4DB 78.29%, #E7AFD1 100.62%);
	-webkit-background-clip: text;
    -moz-background-clip: text;
    -webkit-text-fill-color: transparent; 
    -moz-text-fill-color: transparent;
}
.cont_thnk_sd_m_2021 h4{
	font-size: 23px;
	font-style: normal;
	font-weight: 700;
	line-height: 35px;
	text-align:center;
	color:#FFF;
	padding-top:15px;
}
.cont_thnk_sd_m_2021 p{
	color:#FFF;
	font-size: 18px;
	font-style: normal;
	font-weight: 300;
	line-height: 31px;
	letter-spacing: 0em;
	text-align: center;
	padding-top:15px;
	padding-bottom:20px;
}
/*====================================== Footer Start ====================================*/
.footer_conti_sd_m_2021{
	background:#373E56;
	padding:40px 20px 20px;
}
.ftr_lg_sd_m_2021{
	text-align:center;
}
.ftr_ph_cl_sd_m_2021{
	padding-top:30px;
	color:#FFF;
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	line-height: 29px;
	letter-spacing: 0em;
	text-align: center;
}
.ftr_ph_cl_sd_m_2021{
	color:#FFF;
	text-decoration:none;
}
.ftr_ph_cl_sd_m_2021 a{
	color:#FFF;
	text-decoration:none;
}
.ftr_ph_cl_sd_m_2021 span{
	padding-left:15px;
	padding-right:15px;
}
.ftr_ph_cl_sd_m_2021 img{
	margin-right:5px;
	vertical-align:-4px;
}
.ftr_ph_cl_sd_m_2021 a{
	color:#FFF;
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	line-height: 29px;
	letter-spacing: 0em;
	text-align: center;
	text-decoration:none;
}
.ftr_ph_cl_sd_m_2021 a:hover,
.ftr_ph_cl_sd_m_2021 a:focus{
	text-decoration:underline;
	color:#FFF;
	outline:none;
}
.ftrMenu_sd_m_2021 ul{
	margin:0px;
	padding-left:0px;
	padding-top:30px;
}
.ftrMenu_sd_m_2021 li{
	list-style:none;
	text-align:center;
	margin-top:20px;
}
.ftrMenu_sd_m_2021 a {
	color: #65C2B7;
	display: inline-block;
	font-size: 21px;
	font-style: normal;
	font-weight: 600;
	line-height: 38px;
	letter-spacing: 0em;
	text-align: center;
	text-decoration:none;
}
.ftrMenu_sd_m_2021 a:hover{
	color:#FFF;
	text-decoration:none;
}
.copy_sd_m_2021{
	padding-top:40px;
	font-size: 14px;
	font-style: normal;
	font-weight: 600;
	letter-spacing: 0em;
	text-align: center;
	color:#fff;
}
.clear{
	clear:both;
}
h1, h2, h3, h4, h5, h6, p{ margin-bottom:0 !important;}