


/*----------------------------------------------------
	SITE MAIN STRUCTURE
------------------------------------------------------*/

.site_wrapper {
	width: 100%;
	margin: 0 auto 0 auto;
}

.container {
	width: 1280px;
	margin: auto;
}



/* columns */
.one_half, .one_third, .one_fourth, .two_third, .three_fourth, .one_fifth, .onecol_forty, .onecol_sixty, .onecol_thirtyfive {
	position: relative;
	margin-right: 4%;
	float: left;
}
.one_full {
	width: 100%;
}
.one_half {
	width: 48%;
}
.one_third {
	width: 30.650%;
}
.one_fourth {
	width: 22%;
}
.one_fifth {
	width: 16.800%;
}
.two_third {
	width: 65.350%;
}
.three_fourth {
	width: 74%;
}
.onecol_forty {
	width: 40%;
}
.onecol_sixty {
	width: 56%;
}
.onecol_thirtyfive {
	width: 35%;
}

/* Less Space Bitween Columns */
.one_half_less, .one_third_less, .one_fourth_less, .two_third_less, .three_fourth_less, .one_fifth_less, .onecol_forty_less, .onecol_sixty_less, .onecol_thirtyfive_less {
	position: relative;
	margin-right: 2%;
	float: left;
}
.one_full_less {
	width: 100%;
}
.one_half_less {
	width: 49%;
}
.one_third_less {
	width: 32%;
}
.one_fourth_less {
	width: 23.500%;
}
.one_fifth_less {
	width: 18.400%;
}
.two_third_less {
	width: 66%;
}
.three_fourth_less {
	width: 74.500%;
}
.onecol_forty_less {
	width: 40%;
}
.onecol_sixty_less {
	width: 58%;
}
.onecol_thirtyfive_less {
	width: 36.250%;
}

.last {
	margin-right: 0 !important;
	clear: right;
}




#logo {
	float:left;
	display:block;
	width:100%;
	min-height: 80px;
	position: relative;
	text-indent:-999em;
	background:url(../images/logo11.png) no-repeat left top;
}



/* header area adinationals */
.logo {
	float: left;
	width: 20%;
	margin-top: 0px;
}

.menu_main {
	float: left;
	width: 60%;
	margin-top: 5px;
	z-index: 9999;
}

.menu_rlinks {
	float: right;
	width: 20%;
	font-family: 'Titillium Web', sans-serif;
	letter-spacing: 0.3px;
}
.menu_rlinks .mrbut {
	float: right;
	color: #fff;
	font-weight: 600;
	margin-left: 0px;
	    padding: 10px 16px;
    margin-top: 10px;
	background: #15b111;
	font-size: 15px;
	transition: all 0.3s ease;
}
.menu_rlinks .mrbut:hover {
	color: #fff;
	background: #727272;
}
.menu_rlinks .mrbut.two {
	border-right: 1px solid #707070;
	border-left: none;
}


.header-action {
    display: flex;
    align-items: center;
        justify-content: flex-end;
}
.header-link-1 {
    display: flex;
    align-items: center;
    gap: 12px;
}
.header-link-1 .icon {
    position: relative;
    height: 40px;
    width: 40px;
    border-radius: 50%;
    background: #ffa72e;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    /*transform: rotate(-45deg);*/
}
.header-link-1 .icon:before {
    content: "";
    position: absolute;
    top: -5px;
    left: -5px;
    height: 50px;
    width: 50px;
    border: 1px solid #ffa72e;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    }
.header-link-1 .content span {
    color: #fff;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 26px;
}
.header-link-1 .content h6 {
    color: #04e3ff;
     font-weight: 600;
         font-size: 16px;
         margin-bottom: 0

}



.menu_main_full {
	float: left;
	width: 100%;
	z-index: 9999;
}

.menu_main_full2 {
	float: left;
	width: 97.5%;
	z-index: 9999;
}


.slidermar{
	margin-top: 100px;
}

.mstslider {
	width: 100%;
	float: left;
}
.ms-slide .ms-slide-layers {
	    display: flex !important;
       flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
    padding-left: 100px;
    align-content: flex-start;
    height: 100%

}
.ms-slide .ms-slide-layers {
    position: absolute !important;
}

.top_section {
	float: left;
	width: 100%;
	height: 90px;
	background: #0f1430;border-bottom: 1px solid #eee;
}
.top_section .left {
	float: left;
	width: 50%;
}
.top_section .right {
	float: left;
	width:50%;
	margin-top: 13px;
	color: #000;
	font-size: 13px;
	font-family: 'Roboto', sans-serif;
}
.top_section .right p{
	width: 100%;
	color: #000;
	font-size: 13px;

}
.top_section .right a {
	color: #000;
	font-size: 13px;
	transition: all 0.3s ease;float: left;
}
.top_section .right a:hover {
	color: #000;
}
.top_section .right i {
	color: #000;
	margin-left: 22px;
	font-size: 39px;
    float: left;
}
.top_section ul.topsocial {
	float: right;
	padding: 0px;
	margin: 0px 0px 0px 20px;
}
.top_section .topsocial li {
	float: left;
	padding: 0px;
	margin: 0px 5px 0px 0px;
}
.top_section .topsocial li a {
	float: left;
	color: #000;
	font-size: 11px;
	border-radius: 100%;
	text-align: center;
	vertical-align: middle;
	transition: all 0.3s ease;
	margin: 0;
	background: #333;
	width: 22px;
	height: 22px;
	vertical-align: middle;
	line-height: 20px;
}
.top_section .topsocial li a:hover {
	background: #fff;
}
.top_section .topsocial li a i {
	color: #fff;
	margin: 0;
}


.slidermar9 {
	margin-top: 20px;
}




.p_absoulte {
  position: absolute;
}

.icon-block-container {
    display: flex;
    flex-wrap: nowrap;
    margin-top: 15px;
}

.d-flex {
    display: -webkit-box!important;
    display: -webkit-flex!important;
    display: -ms-flexbox!important;
    display: flex!important;
}
.single-feature {
    width: 49%;
    margin-right: 1%;
}

.single-feature .image {
    -ms-flex-preferred-size: 50px;
    flex-basis: 50px;
    height: 50px;
    /* border: 2px solid #ebebeb; */
    text-align: center;
    border-radius: 50%;
    margin-right: 20px;
    /* background: #B8975A; */
}

.single-feature .image i {
    font-size: 36px;
    line-height: 50px;
    color: #0075dc;
}

.single-feature .content h5 {
    font-size: 18px;
    line-height: 16px;
    font-weight: 500;
    color: #363f4d;
    margin-bottom: 0;
    font-family: 'Roboto', sans-serif;
}

.single-feature .content p {
    margin-top: 8px;
    font-size: 15px;
    font-family: 'Roboto', sans-serif;
}
/*----------------------------------------------------
 FOOTER STYLES
------------------------------------------------------*/
.footer-1{width: 40%; float: left; margin-right: 8%;}

.footer-2{width: 20%; float: left; margin-right: 5%}

.footer-3{width: 27%; float: left; margin-right: 0%}

.footer-4{width: 23%; float: left; margin-right: 0%}

.copyright_info-1{width: 50%; float: left;   }



.copyright_info-1 h5{ font-size: 14px; color: #fff; font-family: 'Poppins', sans-serif; margin-bottom: 0px; font-weight: 400}

.copyright_info-2{width: 50%; float: left;  text-align: center;}

.footer {
  float: left;
  width: 100%;
  padding: 60px 0px 0px 0px;
  background: #0d1829;
  color: #fff;
  
}
.footer h4 {
      font-size: 18px;
    color: #fff;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: 0.5px;
}


/* Address */
ul.faddress {
  float: left;
  width: 100%;
  padding: 0px;
  margin: 0px;
}
.faddress li {
  padding: 2px 0px;
  margin: 0px;font-family: 'Poppins', sans-serif; font-size: 14px; letter-spacing: 0.5px; line-height: 28px; margin-left: 20px;
}
.faddress li span{
  font-size: 17px;  font-weight: 500
}
.faddress li i{
  margin-left: -20px; padding-right: 5px;
}
.faddress li a {
  color: #fff;
  transition: all 0.3s ease;font-family: 'Poppins', sans-serif; font-size: 14px; letter-spacing: 0.5px
}
.faddress li a:hover {
  color: #fff;
}

/* quick links */
.qlinks {
  float: left;
  width: 100%;
}
.qlinks ul {
  float: left;
  width: 100%;
  padding: 0px;
  margin: 5px 0px 0px 0px;
}
.qlinks li {
  padding: 4px 0px;
  margin: 0px;font-family: 'Poppins', sans-serif; font-size: 14px; letter-spacing: 0.5px
}
.qlinks li a {
  color: #fff;
  transition: all 0.3s ease;font-family: 'Poppins', sans-serif; font-size: 14px; letter-spacing: 0.5px
}
.qlinks li a:hover {
  color: #fff;
}
.qlinks li a i {
  margin-right: 3px;
}

.qlinks.two li a i {
  color: #5b5c60;
  font-size: 5px;
  margin-right: 8px;
}



/* copyrights */
.copyright_info {
  float: left;
  padding: 20px 0px 13px 0px;
  margin: 50px 0px 0px 0px;
  width: 100%;
  color: #727272;
  font-size: 13px;
  font-style: normal;
  font-weight: normal;
  background: #000f17;
  border-top: 1px solid #1a1f57;
}
.copyright_info.two {
  background: #000;
  border-top: none;
}
.copyright_info.sthree {
  padding: 25px 0px 20px 0px;
  margin: 0px 0px 0px 0px;
  background: #292e32;
  border-top: 1px solid #2f3337;
}

.copyright_info.white {
  background: #fff;
  border-top: none;
  color: #c0c0c0;
  padding-bottom: 30px;
}
.copyright_info.white a {
  color: #c0c0c0;
}
.copyright_info.white a:hover {
  color: #999;
}

.copyright_info a {
  margin-top: 10px;
  font-size: 13px;
  color: #727272;
  text-align: right;
  transition: all 0.3s ease;
}
.copyright_info a:hover {
  color: #e3e3e3;
}


/* footer social links */
ul.footer_social_links {
  float: right;
  padding: 0px;
  margin: 0px 0px 0px 0px;
}
.footer_social_links li {
  float: left;
  padding: 0px;
  margin: 0px 0px 0px 10px;
}
.footer_social_links li a i {
  width: 30px;
  height: 30px;
  text-align: center;
  border-radius: 100%;
  line-height: 30px;
  vertical-align: middle;
  background-color: #ff6600;
  color: #fff;
  transition: all 0.3s ease;
  font-size: 16px;
}
.footer_social_links li a i:hover {
  color: #fff;
  background-color: #727272;
}

/*----------------------------------------------------
   FEATURE SECTIONS
------------------------------------------------------*/




/* copyrights */
.copyright_info {
	float: left;
	padding: 20px 0px 15px 0px;
	margin: 50px 0px 0px 0px;
	width: 100%;
	color: #fff;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	background: #0b2240;
	border-top: 1px solid #12325d; font-family: 'Roboto', sans-serif;
}
.copyright_info.two {
	background: #001128;
	border-top: none;
}


.copyright_info a {
	margin-top: 10px;
	font-size: 14px;
	color: #a1db77;
	text-align: right;
	transition: all 0.3s ease;
}
.copyright_info a:hover {
	color: #e3e3e3;
}




/* footer social links */
ul.footer_social_links {
	float: right;
	padding: 0px;
	margin: 0px 0px 0px 0px;
}
.footer_social_links li {
	float: left;
	padding: 0px;
	margin: 0px 0px 0px 12px;
}
.footer_social_links li a i {
	width: 24px;
	height: 24px;
	text-align: center;
	border-radius: 100%;
	line-height: 24px;
	vertical-align: middle;
	background-color: #0d98ff;
	color: #fff;
	transition: all 0.3s ease;
}
.footer_social_links li a i:hover {
	color: #fff;
	background-color: #727272;
}







/* scroll up */
.scrollup{
    width:40px;
    height:40px;
    opacity:1;
    position:fixed;
    bottom:22px;
    right:20px;
    display:none;
    text-indent:-9999px;
    background: url(../images/scroll-top-arrow.png) no-repeat left top;
	z-index: 9001;
}

.signup-btn{
	background-color: #009742; 
	padding: 9px 30px !important; 
	color: #fff !important; 
	border-radius: 25px; 
	text-align: center;
	font-size: 17px !important;
	margin-right: 15px;    margin-left: 40px;
}

.signin-btn{
	background-color: #fcc909; 
	padding: 9px 30px !important; 
	color: #000 !important; 
	border-radius: 25px; 
	text-align: center;
	font-size: 17px !important;
	
}

.our-services {
	float: left;
	width: 100%;
	text-align: center;
	padding: 80px 0
}
.our-services  h6 {
	font-weight: 500;
    font-size: 18px;
    color: #000;
    font-family: 'Poppins', sans-serif;margin-bottom: 15px;
}
.our-services  h1 {
	font-weight: 600;
    font-size: 42px;
    color: #009742;
    font-family: 'Poppins', sans-serif;margin-bottom: 35px;
}
.our-services h1  span {
	
    color: #ed1c24;
    
}
.our-services  p {
font-family: 'Poppins', sans-serif;
font-weight: 400;
	font-size: 16px;
	color: #121212;
	letter-spacing: 0.5px;
	width: 70%;
	margin: 0px auto;
	text-align: center;
	line-height: 26px;
}
.our-services  .box {
	padding: 15px 15px 0px;
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    margin-bottom: 30px;
    text-align: center;
    width: 31%; float: left; margin-right: 3.5%;
     /*box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.08); */
}
.our-services  .box:nth-child(3n+3){
	margin-right: 0%;
    
}
.our-services  .box:hover {
	    box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.3);
}
.our-services  .box img {
	    width: 100%
}
.our-services  .box h2 {
	font-size: 18px;
	color: #000;
	margin-bottom: 12px;
	margin-top: -48px;
	text-transform: none;
	text-align: left;
	font-weight: 500;
	line-height: 24px;
	font-family: 'Poppins', sans-serif;
	position: relative;
	background-color: rgba(255, 255, 255, 0.3);
}


.our-services-heding i{
	background-color: #ee1c24;
	padding: 12px;
	color: #fff;
	
}

.our-services  .box p {
	 font-size: 15px;
    color: #000;
    text-align: left;
    line-height: 26px;
    font-family: 'Poppins', sans-serif;
    padding-bottom: 15px;
    font-weight: 400;
   width: 100%;
}

.about-grt{
	padding: 90px 0 60px;
background: #fff}

.grt-left{width: 50%; float: left; margin-right: 5%}


.grt-right{width: 45%; float: left; margin-right:0%; margin-top: 60px;}

.grt-left h6{
	    color: #ffa72e;
    font-size: 18px;
    margin-bottom: 10px;
    font-weight: 600;
    font-family: "Poppins", sans-serif;
    letter-spacing: 0.3px;
 }

.grt-left h2{
	color: #000;
    font-size: 36px;
    margin-bottom: 20px;
    font-weight: 600;
     font-family: "Poppins", sans-serif;line-height: 45px;
 }

.grt-left p{
	    color: #000;
    font-family: "Poppins", sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 29px;
    padding-bottom: 30px;
    text-align: justify;
    letter-spacing: 0.3px;
}

 .more-btn {
    background-color: #fcc909;
    padding: 11px 35px !important;
    color: #000 !important;
    border-radius: 25px;
    text-align: center;
    font-size: 18px !important;
   font-weight: 600;
}

 .testimonials{padding: 80px 0 80px;}

.testimonials h6{    color: #000;
    font-family: "Poppins", sans-serif;
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 25px; text-align: center;
     }
.testimonials h3{    color: #000;
    font-family: "Poppins", sans-serif;
    font-size: 40px;
    font-weight: 600;
    margin-bottom: 40px;text-align: center;
     }

.testimonials p{
	    color: #000;
    font-family: "Poppins", sans-serif;
    font-size: 15px;
    font-weight: 400; width: 60%; margin: 0 auto; margin-bottom: 40px;text-align: center;
     }

 .peosays {
	width: 100%;
	margin: 0 auto;
}
 .peosays .box {
	float: left;
	width: 100%;
	background: #fcc909;
	border: 1px solid #fcc909;
	color: #000;font-family: "Poppins", sans-serif;
    font-size: 15px; line-height: 30px;letter-spacing: 0.5px;
	border-radius: 15px;
	text-align: left;
	padding: 30px;
	
}
 .peosays .who {
	float: left;
	width: 100%;
	text-align: left;
	padding: 35px 0px 0px 0px;
	
	margin-top: -2px;
	font-size: 14px;
	color: #000;
}
 .peosays .who img {
	border-radius: 100%;
	float: left;
	margin-right: 18px;
}
 .peosays .who strong {
	font-size: 16px;
	color: #000;
	display: block;
	line-height: 16px;
	font-weight: 600;
	margin-top: 5px;
	margin-bottom: 8px;font-family: "Poppins", sans-serif;
}

.section-title {
text-align: center;
}
.section-title .sub-title {
	max-width: 500px;
	margin-bottom: 0;font-family: "Poppins", sans-serif;
}
.sub-title {
        color: #070c1f;
    font-size: 32px;
    font-weight: 600;
    position: relative;
    padding-left: 86px;
    margin-bottom: 61px;
    margin-top: -12px;
    font-family: "Poppins", sans-serif;
    line-height: 39px;
}
.sub-title:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    width: 56px;
    height: 2px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
        transform: translateY(-50%);}

.sub-title:before{background-color: #0d98ff;}

.process-section ul {
	float: left;
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.process-section ul li {
	float: left;
	width: calc(100% / 3);
	display:inline-flex;
}
.proz-mint {
	width: 100%;
	border-left: 2px solid #bdbdc0;
	padding: 40px 38px 49px;
	position: relative;
}
.proz-mint:before {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 21px;
	height: 2px;
	background-color: #bdbdc0;
}
.process-section ul li:nth-child(1) .proz-mint:before, 
.process-section ul li:nth-child(2) .proz-mint:before, 
.process-section ul li:nth-child(3) .proz-mint:before {
	top: 0;
	bottom: auto;
} 
.process-section ul li:nth-child(1) .proz-mint, 
.process-section ul li:nth-child(2) .proz-mint, 
.process-section ul li:nth-child(3) .proz-mint {
	border-bottom: 2px solid #bdbdc0;
} 
.process-section ul li:nth-child(1) .proz-mint:after, 
.process-section ul li:nth-child(2) .proz-mint:after, 
.process-section ul li:nth-child(3) .proz-mint:after {
	bottom: -13px;
	top: auto;
} 
.proz-mint:after {
	content: '';
	position: absolute;
	top: -13px;
	left: -13px;
	width: 24px;
	height: 24px;
	border:2px solid;
	background: #fff;
	z-index: 9;
	color: #454545;
}
.p-num {
	position: absolute;
	bottom: 45px;
	right: 36px;
	font-size: 26px;
	font-weight: 700;
	color: #ff6c00;font-family: "Poppins", sans-serif;
}
.proz-mint > h3 {
	color: #070c1f;
	font-size: 24px;
	font-weight: 700;
	margin-bottom: 10px;
	max-width: 210px;font-family: "Poppins", sans-serif;
}
.proz-mint > p {
color: #070c1f;
    font-size: 13px;
    line-height: 16px;
    max-width: 260px;
    font-weight: 400;font-family: "Poppins", sans-serif;
}

.proz-mint:after{
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
}

.steps{padding: 80px 0;}

.tax-planning{padding: 80px 0 80px}

.tax-planning-bg{background-color: #ff6c00; padding: 50px; height: 500px; border-radius: 25px;}

.tax-planning-bg h3{color: #fff;
    font-size: 38px;
    font-weight: 500;
    font-family: "Poppins", sans-serif;
    text-align: center;
    padding-top: 15px;
    width: 60%;
    line-height: 55px;
    margin: 0 auto;
    margin-bottom: 20px;}

 .tax-planning-bg p{color: #fff;
    font-size: 18px;
    font-weight: 400;
    font-family: "Poppins", sans-serif;
    text-align: center;
    
    width: 60%;
    line-height: 28px;
    margin: 0 auto;
    margin-bottom: 70px;}

 .tax-planning-section{width: 90%; margin: 0 auto;}

 .tax-planning-box{width: 29%; float: left; margin-right: 6.5%; background-color: #fff; padding: 15px; border-radius: 20px;
 	box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.1); height: 450px
}

 .tax-planning-box:last-child{margin-right: 0%}

  .tax-planning-box p{color: #000;
    font-size: 15px;
    font-weight: 400;
    font-family: "Poppins", sans-serif;
    text-align: center;
     width: 100%;
    line-height: 28px;
    margin: 0 auto;
    margin-bottom:0px;}

   .tax-planning-box h4{    color: #000;
    font-size: 18px;
    font-weight: 600;
    font-family: "Poppins", sans-serif;
    text-align: center;
    line-height: 28px;
    margin-bottom: 15px;}




.services-section{background-color: #fff; padding: 80px 0 30px}

.section-title {
   /* text-align: center;
    max-width: 900px;*/
    margin-bottom: 70px;
    margin-top: -6px;
    margin-left: auto;
    margin-right: auto;
}
.section-title h2 {
    font-weight: 200;
    font-size: 3.37rem;
    color: #000;
    margin-bottom: 0px;
    text-align: center;font-family: "Poppins", sans-serif;
}
.section-title h2 span {
    font-weight: 600;
    color: #ff6c00;
}
.section-title .bar {
    height: 4px;
    width: 85px;
    background: #0077e0;
    margin: 33px auto 25px;
    position: relative;
    border-radius: 5px;
    overflow: hidden;
}
.section-title .bar::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 5px;
  background: #ffffff;
  animation-duration: 2s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  animation-name: MOVE-BG;
}
@keyframes MOVE-BG {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(85px);
  }
}

.section-title p{font-family: 'Poppins', serif; 
    font-size: 18px;
    margin-bottom: 20px;
    font-weight: 300;
    line-height: 38px;
    color: #000;text-align: center;
}

.services-box{width: 30%; float: left; margin-right: 5%; margin-bottom: 50px;    transition: 0.4s;}

.services-box:nth-child(3n+3){margin-right: 0%;}

.services-box h4{
	font-family: "Poppins", sans-serif;
	font-size: 20px;
    margin-bottom: 20px;
    font-weight: 500;
    color: #000;
}

.services-box:hover {
    transform: translateY(-10px);
}

.services-box .icon {
    display: block;
    width: 80px;
    height: 80px;
    line-height: 80px;
    background: #f1f8ff;
    border-radius: 50%;
    font-size: 30px;
    color: #ca010f;
    transition: 0.4s;margin-bottom: 25px;
}

.services-box .icon img {
    height: 46px;vertical-align: middle; 
}

.services-box:hover .icon {
    color: #ffffff;
    background: #fff5ee;
    box-shadow: 0px 10px 30px 0px rgba(26, 38, 74, 0.14);
}

.services-box p{font-family: 'Poppins', serif; 
    font-size: 16px;
    margin-bottom: 20px;
    font-weight: 300;
    line-height: 28px;
    color: #000;text-align: left;
}





----------------------


.why-box-1-new {
    position: relative;
    padding: 30px;
}
.wt-icon-box-wraper-new {
    position: relative;
    margin-bottom: 10px;
}
.icon-xl {
    line-height: 80px;
}
.icon-xl.inline-icon {
    width: auto;
    text-align: left !important;
}

.wt-icon-number-new {
    position: absolute;
    right: 0px;
    top: 0px;
}
.site-text-secondry {
    color: #00173c;
}
.why-box-title-new {
    margin-left: 0px;
    margin-bottom: 20px;
    font-size: 30px;
}

.why-box-content-new {
    margin-bottom: 15px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 30px;
}
.site-button-link {
    display: inline-block;
    position: relative;
    font-weight: 700;
}

.wt-icon-number-new span {
    font-size: 90px;
    line-height: 100px;
    color: rgba(0, 0, 0, 0.1);
    font-weight: 700;
    opacity: 0.5;
    display: block;
    font-family: "Poppins", sans-serif;
}

.why-box-content-new p{font-family: "Poppins", sans-serif; font-size: 15px; }

.s-title-one{font-family: "Poppins", sans-serif;
    text-transform: uppercase;
    font-size: 17px;
    color: #000;}

.site-button-link{font-family: "Poppins", sans-serif; font-size: 16px; color: #000; font-weight: 500}

.cardbg{
	position: relative;
	z-index: 1;
	border: 0px solid #ddd;
    font-family: "Poppins", sans-serif;
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-ms-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;

}
.cardbg-pic{
	background-size: cover;
	position: absolute;
	top: 0px;
	left: 0px;
	bottom: 0px;
	right: 0px;
	z-index: -1;
	opacity: 0;

	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-ms-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
}
.cardbg:hover{background-color: #000 !important; border: 1px solid transparent; color: #fff;padding: 15px;}
.cardbg:hover .s-title-one,
.cardbg:hover .site-button-link{color: #fff;}

.cardbg:hover .icon-cell img{filter:brightness(0) invert(1)}


.cardbg:hover .cardbg-pic{
	opacity: 0.2;
	
}

.why-section{background-color: #F7F9FB; padding: 80px 0; }

.why-box{width: 31%; float: left; margin-right:3.5%; margin-bottom: 50px; background-color: #fff;box-shadow: 5px 5px 20px 0 rgba(0, 0, 0, 0.05);}

.why-box:last-child{ margin-right:0% }

.why-section h6 {font-family: "Poppins", sans-serif; color: #0b7dba; font-size: 22px; text-align: center;margin-bottom: 20px;}

.why-section h2 {font-family: "Poppins", sans-serif; 
color: #000; 
font-size: 34px; 
font-weight: 600; 
text-align: center;

 width: 50%; 
 margin: 0 auto; margin-bottom: 50px; 
line-height: 48px;}

.animate_line {
    position: relative;
    z-index: 0;
    padding: 15px 15px;
}
.animate_line:hover::after, .animate_line:hover::before{    background-color: #FF0000;}

.animate_line{
	position:relative;
	z-index:0;
	padding: 15px 15px;
}
.animate_line:after,
.animate_line:before{
	content: "";
	height: 4px;
	width: 0px;  
	position: absolute; 
	transition: all 0.5s ease 0s; 
	-webkit-transition: all 0.5s ease 0s; 
	z-index: -1; 	
}
.animate_line:after { 
  left:5px; 
  bottom: 5px; 
}
.animate_line:before { 
  right: 5px; 
  top: 5px; 
}
.animate_line:hover:after,
.animate_line:hover:before{ 
	width: 50%; 
	height:50%;
	background: #34b8ff; 
}
@media only screen and ( max-width:768px){
.animate_line:after { 
  bottom: 5px; 
}
.animate_line:before { 
  top: 5px; 
}
	
}


.number-counter{
    width: 100%;
    float: left;
    padding: 90px 0 90px;
    background-color: #fff;
}

.number-counter h2{ 
	    color: #333;
    font-family: "Poppins", sans-serif;
    font-size: 34px;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 100px;

}
html{scroll-behavior: smooth;}
.enquiry-form{    
	-webkit-box-shadow: 0 20px 40px rgba(0, 0, 0, 0.18);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.18);    background: #fff;
    display: flex;
       margin-top: -180px;
}

.enquiryform-left{width: 35%; float: left}

.enquiryform-left img{margin-bottom: -7px; width: 100%}

.enquiryform-right{width: 65%; float: left; background-color: #fff; padding: 45px 50px;}

.enquiryform-right h3{ 
	    color: #000;
    font-family: "Poppins", sans-serif;
    font-size: 32px;
    font-weight: 600;
    margin-bottom: 60px;
    text-align: center;
}

.enquiryform-input{width: 48%; float: left; margin-right: 4%}

.enquiryform-input:nth-child(2n+2) {
    
    margin-right: 0%;
}

.enquiryform-textarea{width: 100%; float: left; }

.enquiryform-input label, .enquiryform-textarea label{width: 100%; float: left; color: #000; font-weight: 400; font-size: 16px;font-family: "Poppins", sans-serif;}

.enquiryform-input input, .enquiryform-input select, .enquiryform-textarea textarea{
	width: 100%; 
	float: left; 
	color: #000; 
	font-weight: 400; 
	font-size: 16px;
	font-family: "Poppins", sans-serif;
	padding: 11px;
	border-radius: 4px;
	border:1px solid #b5b5b5;
	margin-bottom: 25px;
}

.submit-btn{width: 100%; 
	padding: 10px; 
	text-align: center; 
	color: #fff; 
	font-size: 18px;
	font-family: "Poppins", sans-serif; 
	background-color: #ff6c00;
	border-radius: 4px;
	border:1px solid #ff6c00;margin-top: 25px;
}
/*================================*/
/*==============================*/
.home-first-sec{
	width: 100%;
	float: left;
	margin-top: -60px;
	position: relative;
}
.home-first-sec-block{
	width: 100%;
	float: left;
	padding: 0px 100px;
	display: flex;
	flex-wrap: wrap;
}
.home-first-sec .card{
	width: 33.333%;
	float: left;
	border: 1px solid #e5e8ed ;
	padding: 40px 25px 40px;
	text-align: center;
	background:#ffffff url(../images/first-sec-bg.png) no-repeat center;
	background-size: cover;
}
.home-first-sec .card  p{
color: #9d9999;
    line-height: 28px;
    margin-bottom: 15px;
}
@media only screen and (max-width: 639px){
.home-first-sec .card{	width: 100%;}
.home-first-sec{margin-top: 30px;	}
}
.home-first-sec .section-title {
    text-transform: uppercase;
    color: #778799;
    position: relative;
    padding-bottom: 15px;
    padding-top: 15px;
}
.home-first-sec .title {
	    color: #000;
    text-align: center;
    font-size: 20px;
    font-weight: 600;
    line-height: 33px;
    margin-top: 10PX;
}

.blue-gradient-btnline{
	width: 100%;
	float: left;
	clear: both;
	margin-top: 20px;
}
.blue-gradient-btn{
	background: linear-gradient( to right, #041d4a, #035d93);
	border:0px solid #09478d;
	padding: 10px 30px;
	color: #fff;
	border-radius: 30px;
	font-size: 15px;
	font-weight: 500;
	transition: all 0.5s ease-in;
}
.blue-gradient-btn:hover{
	background: linear-gradient( to right, #035d93, #041d4a);
	color: #fff;
}
.border-btnline{
	width: 100%;
	float: left;
	clear: both;
	margin-top: 20px;
}
.bg-btn{
	border: 1px solid #fa8315 ;
	padding: 10px 30px;
	color: #fff;
	border-radius: 30px;
	font-size: 15px;
	font-weight: 500;
	transition: all 0.5s ease-in;
	background: #fa8315;
}
.bg-btn:hover{
	background: linear-gradient( to right, #041d4a, #035d93);
	border:1px solid #041d4a;
	padding: 10px 30px;
	color: #fff !important;
}

.img-fit{
	max-width: 100%;
	height: auto;
}
/*==============================================*/

 .service-section{
  /*background: #000d2a url(../images/service-dots-bg.png) no-repeat right top;*/
   position: relative;
  background-size: cover;
  padding: 6rem 0px 6rem;
  width: 100%;
  float: left;
}   
.service-section:before{
  background:  url(../images/service-dots-bg.png) no-repeat right top;
  position: absolute;
  content: "";
  right: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
}

.service-section .section-heading{
  width: 100%;
  float: left;
  text-align: left;
  display: flex;
  align-items: center;
}
.service-section .section-heading h4 {
    font-size: 16px;
    color: #fa8315;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1px;
    display: inline-flex;
    align-items: center;
}
.service-section  .section-heading h2{
    font-size: 38px;
    color: #fff;
    line-height: 52px;
    font-weight: 700;
   
    display: block;
  }

 .service-section  .title-left{width: 50%; float: left; margin-right: 4%;}

 .service-section  .title-right{width: 46%; float: left}

 .service-section  .title-right p{
    color: #fff!important;
    font-size: 15px;
    line-height: 30px;
    font-weight: 400;
    font-family: 'Poppins', sans-serif;
    text-align: left;
}
.service-block{
  margin-top: 40px;
  margin-bottom: 30px;
}
.service-block-one {
      height: 100%
}
.service-block-one .inner-box{
  position: relative;
    display: block;
    padding: 0px 30px;
    border: 2px solid rgba(0,0,0,0.1);
    border-radius: 4px;
    background: rgb(15 20 48);
    height: 100%;
    padding-bottom: 50px;
}

.service-block-one .inner-box:before{
  position: absolute;
  content: '';
  background: rgba(255,255,255,0.1);
  width: 100%;
  height: 0%;
  left: 0px;
  right: 0px;
  bottom: 0px;
  transition: all 500ms ease;
  border-radius:  4px;
}

.service-block-one .inner-box:hover:before{
  height: 100%;
  top: 0px;
}

.service-block-one .inner-box .image-box{
  position: relative;
  display: block;
  overflow: hidden;
  margin-top: -32px;
  border-radius:  4px;
  background: #fff;


}

.service-block-one .inner-box .image-box img{
  width: 100%;
  transition: all 500ms ease;
  border-radius:  4px;
  border:5px solid #fff;
}

.service-block-one .inner-box:hover .image-box img{
  transform: scale(1.05);
}

.service-block-one .inner-box .lower-content{
  padding-top: 20px;
  position: relative;
}

.service-block-one .inner-box  .icon-box{
  position: absolute;
  top: -38px;
  right: 0px;
  width: 70px;
  height: 70px;
  line-height: 75px;
  font-size: 46px;
  background: #313143;
  text-align: center;
  border-radius: 50%;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
.service-block-one .inner-box .icon-box img{
  transition: all 500ms ease;
  width: 45px;


}
.service-block-one .inner-box:hover .icon-box{
   background: linear-gradient( to right, #041d4a, #035d93);
}
.service-block-one .inner-box:hover .icon-box img{
 filter:  brightness(0) invert(1);
}


.service-block-one .inner-box .lower-content h3{
  position: relative;
    display: block;
    font-size: 23px;
    line-height: 30px;
    color: #ffa72e;
    font-weight: 600;
    margin-bottom: 10px;
    letter-spacing: 0.3px;
}
.service-block-one .inner-box .lower-content p{
  font-size: 15px;
  line-height: 28px;
  color: #fff;
  font-weight: 400;
  margin-bottom: 18px;
}

.service-block-one .inner-box .link{
  position: absolute;
  display: block;
  padding: 14px 28px;
  z-index: 1;
  bottom: 0px;
  width: 100%;
  left: 0;
}

.service-block-one .inner-box  .link:before{
  position: absolute;
  content: '';
  background: rgba(255,255,255,0.1);
  width: calc(100%);
  height: 2px;
  /*left: -30px;*/
  top: 0px;
   left: 0;
}

.service-block-one .inner-box  .link:after{
  position: absolute;
  content: '';
  width: 0%;
  height: 100%;
  top: 0px;
  right: -30px;
  z-index: -1;
  transition: all 500ms ease;
 background: linear-gradient( to right, #041d4a, #035d93);
}
.service-block-one .inner-box:hover  .link:after{
  width: calc(100% );
  left: 0;
}

.service-block-one .inner-box  .link a{
  position: relative;
  display: inline-block;
  font-size: 17px;
  line-height: 28px;
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
  color: #fff;
}

.service-block-one .inner-box  .link a i{
  position: relative;
  font-weight: 400;
  font-size: 22px;
  margin-right: 10px;
  top: 2px;
  color: #03daf7;
}
/*===================*/

.cta-devider{
	background: #000d2a url(../images/cta-bg.jpg) no-repeat center;
  position: relative;
  background-size: cover;
  padding: 60px 0px 60px;
  width: 100%;
  float: left;
  position: relative;
}
.cta-devider:before{
	position: absolute;
	content: "";
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	background: rgb(0,0,0,0.8);
}
.cta-devider h3{  
  color: #fff;
    font-size: 2.5rem;
    font-weight: 600;
    line-height: 3.5rem;
    border-left: 4px solid #fff;
    padding-left: 30px;
    margin-bottom: 0px;
}
.cta-devider h4{  
  color: #fff;
    font-size: 1.2rem;
    font-weight: 500;
    line-height: 3.5rem;
    margin-bottom: 4px;
    letter-spacing: 0.5px;
}
.cta-devider a{  
color: #fff;
    font-size: 1.5rem;
    font-weight: 600;
    line-height: 3.5rem;
    margin-bottom: 0px;
    border: 2px solid #fff;
    padding: 13px 30px;
    border-radius: 20px;
}
/*=========.why-sec=======================*/
.why-sec{
	width: 100%;
	float: left;
	padding-top: 6rem;
	padding-bottom: 6rem;
}
.why-sec-box{
	width: 100%;
	float: left;
	margin-bottom: 20px;
	border:1px solid #ddd;
	border-radius: 15px;
	padding: 20px;
}
.why-sec-box .icon{
	    width: 60px;
    height: 60px;
    border-radius: 10px;
    transform: rotate(45deg);
    background: #fbf1f1;
    float: left;
    margin-right: 20px;
    padding: 10px;
}
.why-sec-box .icon img{
	transform: rotate(-45deg);
    width: 55px;
}
.why-sec-box h3{
	color: #fa8315;
    font-weight: 600;
    margin-bottom: 10px;
    font-size: 19px;
}
.why-sec-box .details{
	overflow: hidden;
}
.why-sec-image img{
	border-radius: 20px;
	margin-bottom: -6px;
}
.home-sec-title{
	width: 100%;
	float: left;
	margin-bottom: 2rem;
}
.home-sec-title h5{
font-size: 18px;
    color: #fa8315;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-align: center;
    margin-bottom: 22px;
}
.home-sec-title h2 {
    font-weight: 700;
    font-size: 3.37rem;
    color: #000;
    margin-bottom: 0px;
    text-align: center;
    font-family: "Poppins", sans-serif;
    }
.home-sec-title    .bar {
    height: 4px;
    width: 85px;
    background: #0077e0;
    margin: 33px auto 25px;
    position: relative;
    border-radius: 5px;
    overflow: hidden;
}
.home-sec-title .bar::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 5px;
  background: #ffffff;
  animation-duration: 2s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  animation-name: MOVE-BG;
}
@keyframes MOVE-BG {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(85px);
  }
}
@media only screen and ( max-width:768px){
.home-first-sec-block {   padding: 0px 0px;}

.home-first-sec .card {  width: 100%;   margin-bottom: 15px;    padding: 25px 20px 25px;}

.why-sec { padding-top: 2rem;   padding-bottom: 2rem;}
.home-sec-title h2 {   font-size: 2.2rem;}
.home-sec-title {   margin-bottom: 1rem;}
.home-sec-title .bar {   margin: 20px auto 18px;}
.why-sec-image{text-align: center; margin-bottom: 20px;}
.why-sec-image img{width: 100%}
.cta-devider h3 {  font-size: 1.5rem;   line-height: 2rem;}

.cta-devider h4 {  font-size: 1.2rem;   line-height: 1.5rem;    margin-top: 15px;}

.cta-devider {   padding: 40px 0px 40px;}

.cta-devider a { font-size: 1.3rem;   line-height: 3.5rem;   padding: 8px 16px;}

.service-section {   padding: 2rem 0px 2rem;}
.service-block {   margin-top: 20px;}

.about-grt {   padding: 30px 0 6px;}
.grt-left {  width: 100%;    margin-right: 0%;}

.grt-left h2 {  font-size: 26px;   margin-bottom: 10px;}
.grt-right{    width: 100%;   margin-right: 0%;    margin-top: 30px;    text-align: center;}

.number-counter {   padding: 40px 0 00px;}

.number-counter h2 {  font-size: 26px;    margin-bottom: 30px;}

.number-counter  .one_fourth{width: 50%; float: left; margin-bottom: 30px;}
.testimonials {   padding: 40px 0 40px;}

.testimonials .one_third{margin-bottom: 30px}
.testimonials h3 {    font-size: 30px;    margin-bottom: 13px;}

.footer {   padding: 33px 0px 0px 0px;}

.footer-1 {  width: 100%;  margin-right: 0%;}
.footer-2{  width: 100%;  margin-right: 0%;}
.footer-3 {  width: 100%;  margin-right: 0%;}
.footer-4 {  width: 100%;  margin-right: 0%;}

.copyright_info {   padding: 15px 0px 15px 0px;    margin: 35px 0px 0px 0px;}

.copyright_info-1 {  width: 100%;}
.copyright_info- {  width: 100%;}

.header{top:0px !important; height:145px;}
.logo {   width: 100% !important;}
.header #logo{               background-size: 52%;
        background-position: center 5px !important;}
.compact .header #logo{background-size: 35%;         background-position: center 6px !important;}

.compact .header .menu_rlinks {
        
        top: 78px;
    }
    
.compact .header .menu_main {
        width: 100%;
        margin-top: 36px;
    }

.header-link-1 .content h6 {   font-size: 14px; white-space: nowrap;}
.menu_rlinks {              left: 111px;
               left: 107px;
        width: 100% !important;
        position: absolute;
        top: 83px;}
#logo {min-height: 67px !important;}

.compact .header #logo {            background-size: 50% !important;}

.ms-view, .ms-mask-frame, .ms-slide, .ms-view img{ height:200px !important; object-fit:cover; object-position:top left; }5

.ms-view img{ margin-top:0 !important; }

.ms-slide .ms-slide-layers {  padding-left: 54px !important;}


.ms-layer.text3 {display: none !important;}

.header-action{display:none;}

.mobile-header-action{color:#fff !important;; font-size:16px;display:block !important;;}

.mobile-header-action h6 a{color:#fff !important;; font-size:15px;}

}

.mobile-header-action{display:none;}