


/*----------------------------------------------------
	SITE MAIN STRUCTURE
------------------------------------------------------*/

.site_wrapper {
	width: 100%;
	margin: 0 auto 0 auto;
}
.container_full {
	width: 100%;
	float: left;
	margin: auto;
}
.container_fhstyle {
	width: 97.2%;
	margin: 0 auto;
}
.container_fhstyle2 {
	width: 100%;
	margin: 0 auto;
}

.container {
	width: 1170px;
	margin: auto;
}

.content_fullwidth {
	float: left;
	width: 100%;
	padding: 120px 0px 0px 0px;
}

.content_fullwidth.less {
	padding: 0px 0px 0px 0px;
}
.content_fullwidth.less2 {
	padding: 100px 0px 0px 0px;
}

.content_left {
	float: left;
	width: 71%;
	padding: 0px 0px 0px 0px;
}
.left_sidebar {
	float: left;
	width: 25%;
	padding: 0px 0px 0px 0px;
}
.content_right {
	float: right;
	width: 71%;
	padding: 0px 0px 0px 0px;
}
.right_sidebar {
	float: right;
	width: 25%;
	padding: 0px 0px 0px 0px;
}
.content_halfsite {
	float: left;
	width: 47.5%;
	margin-right: 5%;
	padding: 0px 0px 0px 0px;
}
.content_halfsite.last {
	margin-right: 0;
}


/* 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;
}




#logo11 {
	float:left;
	display:block;
	width:100%;
	min-height: 59px;
	margin-top:0px;
	position: relative;
	text-indent:-999em;
	background:url(../images/logo11.png) no-repeat left top;
}



/* header area adinationals */
.logo {
	float: left;
	width: 25%;
	margin-top: 5px;
}


.menu_main {
	float: left;
	width: 75%;
	z-index: 9999;
}


.menu_main_full {
	float: left;
	width: 84%;
	z-index: 9999;
}


/* top navigations */
.top_nav {
    width: 100%;
    height: 48px;
    background: #233727;
    -webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    -ms-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    transition: all 400ms ease;
}


.right-bar{    padding-top: 3px;
    padding-bottom: 3px;
    height: 48px;
    -webkit-clip-path: polygon(25% 0%, 100% 0%, 100% 100%, 0% 100%);
    clip-path: polygon(43px 0%, 100% 0%, 100% 100%, 0% 100%);
    background: #00a654;
    padding-right: calc(50% - 585px);
    width: calc(60% + 38px);
    float: left;
    position: relative;
    margin-left: -38px;}
    .right-bar::before{content: '';
    position: absolute;
    top: 0px;
    left: 0px; 
    height: 48px;
    width: 6px;
    transform: skew(12deg);
  }
    .left_bar{   width: 40%;
    background: #1a4a8c;
    padding-left: calc(50% - 585px);
    -webkit-clip-path: polygon(0 0, 100% 0%, 85% 100%, 0% 100%);
    clip-path: polygon(0 0, 100% 0%, 94% 100%, 0% 100%);
    float: left;}


.social{display: inline-block;    float: right; margin-left: 15px;}

  .user_box_link a i{  font-size: 14px;
    margin-right: 3px;
    width: 30px;
    height: 30px;
    border-radius: 100%;
    border: 1px solid #1a4a8c;
    padding: 6px;
    top: -2px;
    position: relative;
    text-align: center;
    background: #1a4a8c;
    line-height: 16px;}


.phone
{
        display: inline-block;
    margin-right: 36px;
    line-height: 43px;
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    height: 45px;font-family: 'Roboto', sans-serif;
}
.phone i{border: 1px solid #00a654;
    border-radius: 100%;
    padding: 7px;
    font-size: 16px;
    position: relative;
    top: 2px;
    background: #00a654;
    width: 30px;
    height: 30px;}
.social_list_item
{
    position: relative;
    display: inline-block;
    margin-right: 3px;

}
.social_list_item:last-child
{
    margin-right: 0px;
}
.social_list_item a
{
    display: block;
    width: 100%;
    padding: 2px 6px;
    line-height: 36px;
    color: #fff;
    font-size: 16px;
    line-height: 30px;
    font-weight: 600;
    
}
.social_list_item:hover a i
{
    color: #b70d00;
}
.social_list_item a i
{
    font-size: 15px;
    color: #FFFFFF;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
        width: 28px;
    height: 28px;
    text-align: center;
    border-radius: 100%;
    line-height: 28px;
    vertical-align: middle;
    background-color: #445D48;
    transition: all 0.3s ease;
}
.social_list_item a:hover
{
    color: #b70d00;
}
.user_box_link
{
        float: left;
    display: inline-block;
    margin-top: 5px;
}
.user_box_link a
{
    display: block;
    
    line-height: 30px;
     font-size: 16px;
    font-weight: 400;
    color: #fff;
    height: 45px;font-family: 'Roboto', sans-serif;
    text-transform: none;
        padding: 0px 12px;
        letter-spacing: 1px;
}
.user_box_link a:hover
{
    color: #fff;
}
.user_box_login
{
    margin-left: 52px;
}
.user_box_login::after, .user_box_register::after
{
    display: block;
    position: absolute;
    top: 7px;
    right: -9px;
    background: #FFFFFF;
    width: 1px;
    height: 12px;
    content: '';
}
.top_nav .left {
    float: left;
    width: 30%;
    padding: 7px 0px;
}
.top_nav .left i {
    color: #c3c3c3;
}
.top_nav .left a {
    color: #c3c3c3;
    margin-right: 25px;
}
.top_nav .left a:hover {
    color: #999;
    transition: all 0.3s ease;
}
.top_nav .right {
    float: left;
    width: 70%;
    text-align: right;
}
.top_nav ul.topsocial {
    float: right;
    padding: 0px;
    margin: 0px 10px 0px 0px;
    padding: 7px 0px;
}
.top_nav .topsocial li {
    float: left;
    padding: 0px;
    margin: 0px 14px 0px 0px;
}
.top_nav .topsocial li a {
    float: left;
    color: #c3c3c3;
    font-size: 13px;
    border-radius: 100%;
    text-align: center;
    vertical-align: middle;
    transition: all 0.3s ease;
    margin-right: 0px;
}
.top_nav .topsocial li a:hover {
    color: #999;
}

.tpbut {
    float: right;
    color: #c3c3c3;
    margin-left: 0px;
    padding: 7px 18px;
    border-right: 1px solid #f3f3f3;
    border-left: 1px solid #f3f3f3;
    transition: all 0.3s ease;
}
.tpbut:hover, .tpbut.active {
    color: #999;
    background: #f9f9f9;
}
.tpbut.two {
    border-right: 1px solid #f3f3f3;
    border-left: none;
}

.mstslider {
	width: 100%;
	float: left;
}

.top_section {
	float: left;
	width: 100%;
	height: 138px;
	background: #fff;
}
.top_section .left {
	float: left;
	width: 30%;
}
.top_section .right {
	float: left;
	width:70%;
	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;
}


.menu_rlinks {
	float: right;
	width: 16%;
	font-family: 'Roboto', sans-serif;
	letter-spacing: 0.3px;
	font-weight: 500;
	font-size: 16px;
}
.menu_rlinks .mrbut {
	float: right;
	color: #ccc;
	margin-left: 0px;
	    padding: 18px 35px 17px 35px;
	border-right: 1px solid #707070;
	border-left: 1px solid #707070;
	transition: all 0.3s ease;
}
.menu_rlinks .mrbut:hover {
	color: #fff;
	background: #727272;
}
.menu_rlinks .mrbut.two {
	border-left: none;
	background-color: #ff9c00;
	color: #fff
}

.slidermar9 {
	margin-top: 98px;
}



.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: 33%;
    margin-right: 2%;
}

.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: #ffa200;
}

.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;
}



.p_absoulte {
  position: absolute;
}


.about-section{padding: 80px 0; }

.about-left{width: 48%; float: left; margin-right: 4% }

.about-left h6{font-family: 'Roboto', sans-serif;
    font-size: 16px;
    line-height: 28px;
    font-weight: 500;
    color: #ff9c00;margin-bottom: 5px;
}


.about-left h1{
	font-family: 'Poppins', sans-serif;
    color: #052049;
    font-size: 38px;
    line-height: 1.4em;
    font-weight: 700;
    text-transform: capitalize;margin-bottom: 15px;
}
.about-left p{
	font-family: 'Poppins', sans-serif;
    color: #052049;
    font-size: 15px;
    line-height: 28px;
    font-weight: 400;
    margin-bottom: 15px;
}

.about-left ul li{width: 50%; float: left; margin-bottom: 15px;font-family: 'Poppins', sans-serif;
    color: #052049;
    font-size: 15px;
    line-height: 28px;
    font-weight: 400; padding-left: 23px;}

.about-left ul li span{
    font-weight: 600;}

.about-left ul li i{color:#ff9c00;     padding-right: 10px;
    padding-top: 6px;
    float: left; margin-left:-23px;}

.about-right{width: 48%; float: left; margin-right: 0% }

.more-info{
	padding: 15px 20px;
    background-color: #ff9c00;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    border-radius: 5px;
    letter-spacing: 0.1em;
    font-family: 'Poppins', sans-serif;
    border:0;
}

 .sub-title {
    position: relative;
    display: inline-flex;
    align-items: center;
    margin-bottom: 12px;
}

.sub-title .border-line.left {
    margin-right: 10px;
}
.sub-title .border-line {
    position: relative;
    display: block;
    width: 30px;
    height: 2px;
    background-color: #ff9c00;
    margin-top: -7px;
}

.sub-title .border-line.right {
    margin-left: 10px;
}


.sub-title .border-line1.left {
    margin-right: 10px;
}
.sub-title .border-line1 {
    position: relative;
    display: block;
    width: 40px;
    height: 2px;
    background-color: #ff9c00;
    margin-top: -7px;
}

.sub-title .border-line1.right {
    margin-left: 10px;
}

.services-section{ background-color: #445D48; padding: 80px 0px}

.services-section h6{font-family: 'Roboto', sans-serif;
    font-size: 16px;
    line-height: 28px;
    font-weight: 500;
    color: #fff;margin-bottom: 5px; text-align: center;
    letter-spacing: 0.5px;
}

.services-section h1{
	font-family: 'Poppins', sans-serif;
    color: #fff;
    font-size: 40px;
    line-height: 1.4em;
    font-weight: 700;
    text-transform: capitalize;margin-bottom: 25px;
}

.services-section p{
	font-family: 'Poppins', sans-serif;
    color: #fff;
    font-size: 15px;
    line-height: 30px;
    font-weight: 400;
    letter-spacing: 0.8px;
    width: 80%;
    margin: 0 auto;
    margin-bottom: 15px; 
}

.services-box{width: 31.5%; 
	float: left; 
	margin-right:2.75%; 
	background-color: #fff;     
	border-radius: 8px;
    padding: 12px 12.5px 0;
    margin-bottom: 30px; }

.services-box h4{
	font-family: 'Poppins', sans-serif;
    color: #233727;
    font-size: 18px;
    line-height: 1.4em;
    font-weight: 600;
    text-transform: capitalize;
    margin-bottom: 15px;
    padding-top: 10px;
}
.services-box h4 span{
	color: #fff;
    text-align: center; 
    float: right; 
    font-weight: 800;
    background: #ff9c00;
    border-radius: 50%;
    height: 32px;
    width: 32px;
    line-height: 32px;    margin-top: -6px;
}

.services-box:nth-child(3n+3){margin-right:0% }

.services-box img{width: 100%; }

.our-clients{ padding: 60px 0 }

.our-clients h2{ 
	font-family: 'Barlow', sans-serif;
    color: #ff9c00;
    font-size: 40px;
    line-height: 1.6em;
    font-weight: 300;
    text-transform: capitalize;
    width: 65%;
    margin: 0 auto;
    margin-bottom: 25px;
    text-align: center; 
}

.our-clients p{ 
	font-family: 'Poppins', sans-serif;
    color: #000;
    font-size: 16px;
    line-height: 30px;
    font-weight: 400;
    text-transform: capitalize;
    width: 80%;
    margin: 0 auto;
    margin-bottom: 25px;
    text-align: center; 
}

.clients-box{width: 25%; float: left; border-left: 1px solid #eee; border-bottom: 1px solid #eee; padding: 10px; }

.clients-box:nth-child(4n+4){ border-right: 1px solid #eee;  }

.clients-box:nth-child(5n){ border-bottom: 0px solid #eee;  }

.clients-box:nth-child(6n){ border-bottom: 0px solid #eee;  }

.clients-box:nth-child(7n){ border-bottom: 0px solid #eee;  }

.clients-box:nth-child(8n){ border-bottom: 0px solid #eee;  }

/* Recent work */

.recentwork-section{
    background: url(../images/recentwork-bg.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    overflow: hidden;
    padding: 80px 0 80px;
}
.recentwork-section .container-fluid{
    padding: 0;
}
.recentwork-title{
  width: 100%;
  float: left;
    text-align: center;
}
.recentwork-title h6{
    margin-bottom: 18px;
    color: #ff9c00;font-family: 'Poppins', sans-serif; letter-spacing: 0.5px;
}
.recentwork-title h2{
    margin-bottom: 46px;
     font-weight: 700;
    font-size: 40px;
    color: #000;
    line-height: 50px;
    margin-bottom: 0px;
    margin-top: 8px;font-family: 'Poppins', sans-serif; letter-spacing: 0.5px;
}
.recentwork-section .image{
    position: relative;
    transition: all 0.3s ease-in-out;
    overflow: hidden;
}
.recentwork-section .image figure{
    margin: 0 auto;
}

.recentwork-section .image .box-content{
    position: absolute;
    background: rgb(205 162 116/0.9);
    border-radius: 50%;
    width: 250px;
    height: 250px;
    /*line-height: 250px;*/
    margin: 0 auto;
    padding: 20px;
    bottom: -30px;
    left:0%;
    right: 0;
    transition: all 0.3s ease-in-out;
    text-align: center;
    z-index: 1;
    display: flex;
    align-items:  center;
    justify-content: center;
    padding-bottom: 0px;
}
.recentwork-section .image .box-content .content{
    position: relative;
    /*top: 64px;*/
}
.recentwork-section .image .box-content .content span{
    font-weight: 600;
    display: block;
    margin-bottom: 8px;
    color: #fff;
    font-size: 20px;font-family: 'Poppins', sans-serif; letter-spacing: 0.5px;    line-height: 30px;
}
.recentwork-section .image .box-content .content h4{
    margin-bottom: 18px;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    line-height: 22px;font-family: 'Poppins', sans-serif; letter-spacing: 0.5px;
}
.recentwork-section .arrow{
    border: 1px solid #fff;
    background: #0a1624;
    opacity: 1;
    width: 45px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    border-radius: 100px;
    transition: all 0.3s ease-in-out;
    display: flex;
    align-items: center;
    justify-content: center;
    bottom: -30px;
    position: absolute;
    content: "";
    left:40%;
    z-index: 99;
}
.recentwork-section .arrow img{
    width: 15px !important;
    height: auto;
    filter: brightness(0) invert(1);
}


.recentwork-section .arrow:hover {
    transform: translateY(-5px);
}

.recentwork-slider{
  margin-top: 50px;
}
.recentwork-section .slick-slide {
       margin: 3px 4% 20px -3.5%; 
       position: relative;
}
.recentwork-section  .slick-prev{
    left: -19px;
    z-index: 99;
}
.recentwork-section  .slick-next{
    right: -7px;
    z-index: 99;
}

.recentwork-section .slick-slide {
      transition: all ease-in-out .3s;
      opacity: .6;
    }

.recentwork-section .slick-current, .recentwork-section .slick-center {
      opacity: 1;
      padding: 10px 0px;
      transition: all ease-in-out .3s;
    }


/*.service-one {
  padding-top: 110px;
  padding-bottom: 100px;
}
.thm-gray-bg {
  background-color: #f2f2f2;
}


.service-one__home-two {
  position: relative;
  padding-top: 95px;
}

.service-one__moc {
  position: absolute;
  bottom: 0;
  right: 0;
}

.service-one__5-col-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -9px;
  margin-right: -9px;
}

.service-one__5-col {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 20%;
          flex: 1 1 20%;
  padding-left: 9px;
  padding-right: 9px;
  position: relative;
  z-index: 9;
}

.service-one__5-col .service-one__single {
  background-color: #fff;
  padding: 48.5px 0;
}



.service-one__5-col .service-one__title {
  font-size: 20px;
  line-height: 1.3em;
  width: 100%;
  margin-top: 20px;
  margin-bottom: 0;
  text-align: center;
  font-family: 'Roboto', sans-serif;
}
.block-title__text {
    margin: 0;
    font-size: 18px;
    line-height: 32px;
    font-family: 'Roboto', sans-serif;
    color: #000;
    padding-bottom: 50px;
}

.block-title__line {
    margin-top: 20px;
    margin-bottom: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 35px;
}

.home-two .block-title__line::before{background-color: #ff9c00;}

.block-title__line:before {
    width: 10px;
}

.block-title__line:before, .block-title__line:after {
    content: '';
    height: 3px;
    background-color: #ff9c00;
    border-radius: 1.5px;
}
.home-two .block-title__line::after

{
    background-color: #ff9c00;
}
.block-title__line:after {
    width: 20px;
}

.block-title__title {
    margin: 0;
    font-size: 34px;
    font-weight: 700;
    color: #1b181a;
    font-family: 'Poppins', sans-serif;
    line-height: 40px;
    width: 50%;
}
*/


.service-one {
  padding-top: 110px;
  padding-bottom: 50px;
}
.thm-gray-bg {
  background-color: #f2f2f2;
}


.service-one__home-two {
  position: relative;
  padding-top: 0px;
}

.service-one__moc {
  position: absolute;
  bottom: 0;
  right: 0;
}

.service-one__5-col-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -9px;
  margin-right: -9px;
}

.service-one__5-col {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 20%;
          flex: 1 1 20%;
  padding-left: 9px;
  padding-right: 9px;
  position: relative;
  z-index: 9;
}

.service-one__5-col .service-one__single {
  background-color: #fff;
  padding: 48.5px 0;
}

/*.service-one__5-col .service-one__single > img {
  width: 60px;
}*/

.service-one__5-col .service-one__title {
  font-size: 19px;
  line-height: 1.3em;
  width: 100%;
  margin-top: 20px;
  margin-bottom: 0;
  text-align: center;
  font-family: 'Poppins', sans-serif;
}
.block-title__text {
    margin: 0;
    font-size: 17px;
    line-height: 32px;
    font-family: 'Poppins', sans-serif;
    color: #000;
    padding-bottom: 50px;
}

.block-title__line {
    margin-top: 20px;
    margin-bottom: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 35px;
}

.block-title__title {
   margin: 0;
    font-size: 35px;
    font-weight: 700;
    color: #1b181a;
    line-height: 40px;
    width: 50%;
       font-family: 'Poppins', sans-serif;
       padding-top: 50px;
}

.block-title__line:before, .block-title__line:after {
    content: '';
    height: 3px;
    background-color: #f26522;
    border-radius: 1.5px;
}
.block-title__line:before {
    width: 10px;
}
.block-title__line:after {
    width: 20px;
}
.footer-1{width: 30%;  float: left; margin-right: 4%;}

.footer-2{width:12%;   float: left; margin-right: 4%}

.footer-3{width: 23%;float: left;margin-right: 4%}

.footer-43{width: 23%;  float: left}

/*.footer-1{width: 17%; float: left; margin-right: 2%}

.footer-2{width: 15%; float: left; margin-right: 3%}

.footer-3{width: 15%; float: left; margin-right: 1%}

.footer-4{width: 16%; float: left; margin-right: 3%}

.footer-5{width: 20%; float: left; margin-right: 2%}

.footer-6{width: 6%; float: left; margin-right: 0%}*/

/* 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;
}
.qlinks li a {
	color: #fff;
	transition: all 0.3s ease;
}
.qlinks li a:hover {
	color: #fff;
}
.qlinks li a i {
	    margin-right: 7px;
    float: left;
    padding-top: 4px;
    padding-bottom: 10px;
}

.qlinks.two li a i {
	color: #5b5c60;
	font-size: 5px;
	margin-right: 8px;
}

.footer h4 {
	font-size: 16px;
	color: #ff9c00;
	font-weight: normal;
	font-family: 'Roboto', sans-serif;
}
.footer h6 {
    color: #fff;
    font-size: 18px;
    font-family: 'Poppins', sans-serif;
    letter-spacing: 0.5px;
    line-height: 11px;
    text-align: left;
    margin-bottom: 5px;
}
.footer.stwo {
	float: left;
	width: 100%;
	padding: 50px 0px 50px 0px;
	background: #282828;
	color: #fff;
	border-top: none;
}

.copyright_info {
	float: left;
	padding: 20px 0px 15px 0px;
	margin: 0px 0px 0px 0px;
	width: 100%;
	color: #fff;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	background: #3c3c41;
	border-top: 1px solid #424247; font-family: 'Roboto', sans-serif; letter-spacing: 0.5px;
}
.copyright_info.two {
	background: #0b0b0b;
	border-top: none;
}

/* 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: #ff9c00;
	color: #000;
	transition: all 0.3s ease;
}
.footer_social_links li a i:hover {
	color: #fff;
	background-color: #727272;
}

.footer_social_links.two li a i {
	color: #fff;
	background-color: #87d37c;
	width: 28px;
	height: 28px;
	line-height: 28px;
}
.footer_social_links.two li a i:hover {
	color: #fff;
	background-color: #454545;
}

.footer_social_links.three li a i {
	color: #fff;
	background-color: #50c9d4;
	width: 28px;
	height: 28px;
	line-height: 28px;
}
.footer_social_links.three li a i:hover {
	color: #fff;
	background-color: #454545;
}


.footer-title{
  width: 100%;
  float: left;
  border:1px solid #3d3d3d;
  padding:0px;
  text-align: center;
  border-radius: 10px;
  margin-bottom: 70px;
}
.footer-title h1{
      color: #fff;
    font-size: 80px;
    font-family: 'Poppins', sans-serif;
    letter-spacing: 1.5px;
    line-height: 30px;
    text-align: center;
    text-transform: uppercase;
    font-weight: 600;
  }
.footer-title h1 .stroke-title{
  color: #ffca2a;
    -webkit-text-stroke: 1.5px #ffca2a;
     -webkit-text-fill-color: transparent;
}

.footer-title h1 img{ margin-bottom: 25px; }



.footer h4{
  color: #ff9c00;
    font-size: 19px;
    font-family: 'Poppins', sans-serif; 
    letter-spacing: 0.5px;    
    line-height: 30px; text-align: left
}


  .footer ul li{list-style: none;
    float: left;
    width: 100%;
    text-align: left;
    font-size: 15px;
    color: #fff;
    font-weight: 400;
    padding-top: 9px;font-family: 'Poppins', sans-serif;
    letter-spacing: 0.3px;
    line-height: 28px;
  } 

 .footer ul li a{
    font-size: 15px;
    color: #fff;
    font-weight: 400;
    padding-top: 9px;font-family: 'Poppins', sans-serif;} 

  .footer ul li i{color: #fff; padding-right: 10px;} 

 .footer-phone_no{
  font-size: 26px !important;
  color: #ffca2a !important;
  font-weight: 600 !important;
 }

 .mission-wrapper {
    padding-top: 0px;
    padding-bottom: 25px;
}



.service-div {
    box-shadow: 3px 4px 20px hsl(0deg 0% 53% / 23%);
    text-align: center;
    padding: 30px 90px;
    background: #104777;
    position: relative;
    margin-right: 120px;
}

@media (min-width: 1360px) and (max-width: 1600px){
.service-div {
    padding: 24px 60px 20px 71px;
}
}

.service-div:before {
    /* padding: 30px 90px; */
    content: "";
    width: 10px;
    height: 100%;
    background: #104777;
    position: absolute;
    left: -25px;
    top: 0;
    bottom: auto;
}

.serv-img {
    margin-bottom: 30px;
    position: absolute;
    right: -100px;
    background: #fff;
    border-radius: 100%;
    border: 5px solid #104777;
    box-shadow: 3px 4px 20px hsl(0deg 0% 53% / 23%);
    height: 150px;
    width: 150px;
    line-height: 150px;
    align-items: center;
    justify-content: center;
    display: flex;
}

.service-div h3 {
    color: #fff;
    font-family: 'Poppins';
    font-weight: 500;
    font-size: 1.633em;
}

.service-div p {
        font-family: 'Poppins';
    font-weight: 300;
    color: #fff;
    letter-spacing: 0.8px;
    font-size: 15px;
    line-height: 30px;
}

.service-div:after {
    /* padding: 30px 90px; */
    content: "";
    width: 10px;
    height: 100%;
    background: #104777;
    position: absolute;
    right: -25px;
    top: 0;
    bottom: auto;
    z-index: -1;
}

.row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}



.service-div.orange .serv-img img {
    -webkit-transform: rotate(45deg);
}

.service-div.orange {
    background: #00a654;
    margin-left: 120px;
    margin-right: 0;
}

.service-div.orange:before {
    background: #00a654;
}

.service-div.orange:after {
    background: #00a654;
}

.service-div.orange .serv-img {
    left: -100px;
    border: 5px solid #00a654;
    border-radius: 200px;
    border: 5px solid #00a654;
    border-right: 2px solid white;
    border-bottom: 2px solid white;
    -webkit-transform: rotate(-45deg);
}

.service-div:hover .serv-img {
    transition: 0.6s linear;
    transform: rotateY(180deg);
}

/********************************************************
6.index services Start
 *******************************************************/ 
.int_service_wrapper {
    padding:100px 0 80px 0px;
    background:#fff;
}
.service_box_wrapper .service_box {
    position: relative;
    overflow: hidden;
}
.service_box_wrapper .service_content h4 {

    color: #fff;
    font-size: 20px;
    padding: 0;
    margin: 0;
    margin-bottom: 10px;
}
.service_box_wrapper .service_content p {
    color: #fff;
    margin: auto;
    padding: 0;
}
.service_content {
    position: absolute;
    bottom: 25px;
    left: 25px;
    right: 25px;
    margin: auto;
    z-index: 1;
}
.service_box_wrapper .service_box:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 30%, rgba(33, 37, 41, 0.86) 100%);
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.3);
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
}

.service_box:hover::after {
    opacity:0;
    visibility:hidden;
}
.service_box:before {
    content:"";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    color: #ffffff;
    text-align: center;
    transition: all 900ms ease;
    -moz-transition: all 900ms ease;
    -webkit-transition: all 900ms ease;
    -ms-transition: all 900ms ease;
    -o-transition: all 900ms ease;
    background: rgba(40, 45, 50, 0.7803921568627451);
    -webkit-transition: -webkit-transform 0.5s ease;
    transition: -webkit-transform 0.4s ease;
    transition: transform 0.5s ease;
    transition: transform 0.5s ease, -webkit-transform 0.5s ease;
    -webkit-transform: scale(0, 1);
    -ms-transform: scale(0, 1);
    transform: scale(0, 1);
    -webkit-transform-origin: right center;
    -ms-transform-origin: right center;
    transform-origin: right center
        
}
.service_box:hover::before {
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transform-origin: left center;
    -ms-transform-origin: left center;
    transform-origin: left center;
}


.service_box_wrapper .service_box.serivce_first {
    margin-top: 0px;
}
.service_box .service_designation h2 {
    font-size: 14px;
    color: #ffffff;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    transform: rotate(180deg);
    -webkit-writing-mode: vertical-lr;
    -ms-writing-mode: tb-lr;
    writing-mode: vertical-lr;
    text-transform: uppercase;
    letter-spacing: 4px;
}
.service_box .service_designation {
    position: absolute;
    top: 20px;
    left: -24px;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    z-index: 2;
}
.service_box_wrapper .service_box:hover .service_designation {
    left:18px;
}

 /********************************************************
6.index services End
 *******************************************************/ 

 .services-1920{display: block;}

.services-1366{display: none}


@media only screen and (min-width: 1281px) and (max-width: 1367px){

.services-1920{display: none;}

.services-1366{display: block}

}

/*** 

====================================================================
    Video Section
====================================================================

***/

.video-section{
    position:relative;
    overflow:hidden;
    padding:100px 0px 100px;
    background-attachment:fixed;
    background-size:cover;
}

.video-section:before{
    position:absolute;
    content:'';
    left:0px;
    top:0px;
    right:0px;
    bottom:0px;
    opacity:0.78;
    background-color:#fff;
}

.video-section .content{
    position:relative;
    text-align:center;
}

.video-section .content h2{
        color: #000;
    font-size: 43px;
    font-weight: 700;
    margin-bottom: 36px;

}
.video-section  h5{
    color: #000;
}

.video-section .content .text{
    font-size:16px;
    color:#000;
    margin-top:20px;
    margin-bottom:40px;
    letter-spacing: 0.3px;
}

.video-section .video-box{
    position: relative;
    color: #000;
    font-size: 16px;
    width: 78px;
    height: 78px;
    line-height: 78px;
    border-radius: 50%;
    background: #fff;
    text-align: center;
    display:inline-block;
    z-index:1;
    transition:all 0.3s ease;
    -moz-transition:all 0.3s ease;
    -webkit-transition:all 0.3s ease;
    -ms-transition:all 0.3s ease;
    -o-transition:all 0.3s ease;
}

.video-section .video-box .overlay-box span{
    position: absolute;
    left:50%;
    top: 50%;
    z-index:99;
    color:#000;
    font-size:16px;
    font-weight:400;
    text-align: center;
    border-radius:10px;
    padding-left:7px;
    display: inline-block;
    margin-top: -30px;
    margin-left:-30px;
    transition: all 900ms ease;
    -moz-transition: all 900ms ease;
    -webkit-transition: all 900ms ease;
    -ms-transition: all 900ms ease;
    -o-transition: all 900ms ease;
    box-shadow:0px 0px 15px rgba(0,0,0,0.10);
}


.submit-form {
    width: 100%;
    float: left;
    margin-top: 30px;
}

.submit-form input{
    border-radius: 50px;
    border: 1px solid #000;
    font-size: 18px;
    color: #000;
    padding: 20px 41px;
    height: 65px;
    width: 100%;
    background: transparent;
}
.submit-form textarea{
    border-radius: 50px;
     border: 1px solid #000;
    font-size: 18px;
    color: #000;
    padding: 20px 41px;
    height: 65px;
    width: 100%;
    background: transparent;
    margin-top: 35px;
}
.submit-form ::placeholder{
    color: #000
}

.button-box{
    border-radius: 50px;font-size: 20px;
    padding: 20px 41px; 
    color: #fff;
background: #00a654;  text-align: center;    margin-top: 35px;    height: 65px;
    width: 100%;
    display: block;}

.slidermar{margin-top:100px;} 

.int_heading {
    margin-bottom: 60px;
    z-index: 1;
    text-align: center;
}

.int_heading h4 {
    color: #1a4a8c;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 2px;
    position: relative;
    z-index: 1;font-family: 'poppins', sans-serif;
}

.int_heading span {
    font-size: 80px;
    text-transform: uppercase;
    font-weight: 900;
    color: #f4f4f4;
    letter-spacing: 12px;
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    top: 2px;
    bottom: 0;
    margin: auto;
    z-index: -1;
    line-height: 18px;font-family: 'poppins', sans-serif;
}

.int_heading h2 {
    color: #ffffff;
    text-transform: capitalize;
    font-weight: 700;
    z-index: 2;
    position: relative;
    margin-top: 6px;
    font-size: 28px;font-family: 'poppins', sans-serif;
}

/*about-us*/
.overview-content { 
    width:100%;
    float:left;
    margin-top:0px;
    margin-bottom:0px;
}

.overview-content:last-child { 
    width:100%;
    float:left;
    margin-top:60px;
    margin-bottom:80px;
}



.pb_list {
    margin-bottom:40px;
}
.pb_icon {
    text-align: center;
    float: left;
    border-radius: 0px 160px 160px 160px;
    background: #eee;
    height: 100px;
    width: 100px;
    line-height:95px;
    font-size:25px;
    color: #000;
    font-weight: 800;
    margin-right: 20px;margin-bottom:31px;
}

.pb_icon span {
    color:#1a4a8c;
}

.pb_dec h3 {
   font-size:19px;
    font-weight: 600;
    color: #1a4a8c;
    font-family: 'Poppins', sans-serif;
    margin-bottom: 8px;
    line-height: 24px;
}

.pb_para p {
    font-size:14px;
    font-weight: 400;
    line-height:28px;
    font-family: 'Poppins', sans-serif;
    color: #000;
}

.overview-content .ot_title-sec h4 {
     font-size: 42px;
    font-weight: 700;
    line-height: 28px;
    font-family: 'Poppins', sans-serif;
    margin-bottom:45px;
    color: #00a654
}

.exit-section {
    width: 100%;
    float: left;
    margin-bottom: 80px;
    display: inline-block;
    padding: 12px 30px;
    background-color: #eee;
    border-left: 8px solid #1a4a8c;
    border-radius: 10px;
}

.exit-section p {
    font-size: 18px;
    line-height: 28px;
    padding-top: 10px;
    font-family: 'Poppins', sans-serif;
    color: #000;
    font-weight: 500;
}
.margin-center p {
    width: 100%;
    margin: 0 auto;
}

/*service*/

.service-area {
    width: 100%;
    float: left;
   padding: 80px 0px;
}
.service-area  .row {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(-1 * var(--bs-gutter-y));
    margin-right: calc(-.5 * var(--bs-gutter-x));
    margin-left: calc(-.5 * var(--bs-gutter-x));
}
.service-area .section-title {
    text-align: center;
    margin-bottom: 50px;
}
.section-title h4 {
    font-size: 16px;
    line-height: 30px;
    color: #ff5e14;
    font-weight: 500;
    margin: 0 0 0;
}

.service-area.style_two .single-service-box {
    position: relative;
    z-index: 1;
    overflow: hidden;
    padding: 0 0px 0px;
    margin: 0 15px 30px;
}
.service-area .service-thumb {
    position: relative;
    z-index: 1;
}
.service-area .service-thumb::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    height: 0%;
    width: 100%;
    background: #0A1028;
    opacity: 0.4;
    transition: .5s;
}

.service-area .service-thumb img {
    width: 100%;
}
.service-area .service-content {
    position: relative;
    z-index: 1;
    top: -30px;
    left: 30px;
    box-shadow: 0 0 16px rgb(0 0 0 / 10%);
    padding:25px 25px 25px;
    background: #fff;
}
.service-area .service-content h3 {
     font-size: 22px;
    line-height: 29px;
    color: #0a1027;
    font-weight: 700;   font-family: 'Poppins', sans-serif;
    margin: 15px 0 12px;
}
.service-area .service-content p {
   font-size: 16px;
    line-height: 28px;
    color: #000;
    font-weight: 400;   font-family: 'Poppins', sans-serif;
    margin: 0 0 0;
}
.service-area .service-button {
    margin-top: 30px;
}
.service-area .service-button a {
    display: inline-block;
    font-size: 15px;
    line-height: 28px;
    color: #FF5E15;
    font-weight: 500;
    background: #F2F3F5;
    text-transform: uppercase;
    padding: 6px 22px;
    transition: .5s;
    position: relative;
    z-index: 1;
}
.service-area .service-button a::before {
    position: absolute;
    z-index: -1;
    content: "";
    top: 0;
    right: 0;
    height: 100%;
    width: 0%;
    transition: .5s;
    background: #FF5D13;
}
 

.service-area .single-service-box .service-icon img {
    transition: .5s;
    position: relative;
    z-index: 1;
}
.service-area .single-service-box .service-icon img::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: #FF5D13;
    z-index: -1;
}
.service-area .single-service-box:hover .service-icon {
    background: #FFF;
    padding: 24px 24px;
}
.service-area .service-icon {
    position: absolute;
    top: -60px;
    right:45px;
    background: #fff;
    padding: 25px 24px;
    border-radius: 50%;
    box-shadow: 0 0 60px rgb(0 0 0 / 10%);
    transition: .5s;
    border-top: 3px solid #00a654;
}


/*contact-us*/


.single-call-do-box {
    text-align: center;
    padding: 40px 35px 25px;
    background: #F5F6F8;
    margin-bottom: 30px; height:275px;
}

.single-call-do-icon i {
    text-align: center;
    line-height: 80px;
    display: inline-block;
    font-size: 30px;
    color: #00a654;
    margin-bottom: 18px;
    width: 80px;
    height: 80px;
    border-radius: 50px;
    background-color: #ffffff;
    cursor: pointer;
    transition: .5s;
}

.fa, .fas {
    font-weight: 900;
}

h3.call-do-title {
    font-size: 22px;
    color: #000;
    font-weight:600;
      font-family: 'Poppins', sans-serif;
    text-align: center;
    margin-bottom: 12px;line-height: 26px;
}

.call-do-text p {
      font-size: 16px;
    color: #000;    line-height: 28px;
    font-weight: 400;
    text-align: center;
    margin: 0;
    padding-bottom: 6px;
    font-family: 'Poppins', sans-serif;
}

.contact-us {
    width:100%;
    float:left;
    padding:80px 0 40px;
}

.contact-left {
    width: 48%; float: left;   
    margin-right: 4%;
}

.contact-right {
    width: 48%; float: left;   
    margin-right: 0;
}
.label-name {
    color: #000;  font-weight: 400;
    font-family: 'Poppins', sans-serif;    
}

.form-map {
    width:100%;
    float:left;
    margin-bottom: 80px;
    display:inline-block; 
} 

.cform-1 {
    padding:30px;
    box-shadow: 0px 0px 4px 1px rgb(0 0 0 / 20%);
}

.cntc-us {
    background-color:#00a654 !important;
    width:25%;
    color: #fff;
    padding: 13px 23px;
    text-align: center;
    margin-top:25px;
    border-radius: 5px;
    background: white;
    border: 1px solid;
    border-color: #e3e3e3;
    font-family: 'Poppins', sans-serif !important;
}

.contact-right iframe{ height:515px;  }  

  

/*free-estimate*/


.contact-center {
    margin: 0;
    padding: 0 175px 0;
    margin-top: 80px;
    margin-bottom: 80px;
    z-index: 1;
    position: relative;
    width: 100%;
    float: left;
}

.contact_from_box {
    box-shadow: 0px 0px 40px 0px rgb(0 0 0 / 10%);
    background:#fff;
    padding:40px 50px 50px;
    border-top:5px solid #00a654;margin-top: 50px;margin-bottom: 50px;
}
.section-title {
    text-align: left;
    margin-bottom: 50px;
}
.text-center {
    text-align:center;
}
.section-title h4 {
    font-size: 20px;
    line-height: 30px;
    color: #ff9c00;
    font-weight: 500;
    margin: 0 0 0;
}
.contact-us .section-title h1 {
    margin: 0 0 0;
    font-size: 49px;
    line-height: 58px;
    color: #fff;
    font-weight: 700;
}

.form_box input {
    border: 1px solid rgba(100,100,100,0.1);
    width: 100%;
    height: 50px;
    padding: 0 18px;
    margin-bottom: 20px;
    outline: 0;
    border-radius: 5px;
} 

.form_box-1 { margin-bottom:20px; }

.form_box select {
    border: 1px solid rgba(100,100,100,0.1);
    width: 100%;
    height: 50px;
    padding: 0 18px;
    margin-bottom: 20px;
    outline: 0;
} 

.form_box textarea {
    width: 100%;
    height: 135px;
    padding: 14px 18px;
    border: 1px solid rgba(100,100,100,0.1);
    outline: 0;margin-bottom: 20px;
}

.quote_button {
    text-align:center;
    margin-top:40px;
}

.contact-center .quote_button button {
    font-size: 17px;
    color: #ffffff;
    font-weight: 500;
    font-family: 'Poppins', sans-serif;
    background:#ff9c00;
    border-radius: 0;
    padding: 16px 38px;
    position: relative;
    z-index: 1;
    transition: .5s;  border: 0;
}

.contact-center .quote_button  button::after {
    position: absolute;
    content: "";
    height: 100%;
    width: 0%;
    background: #fff;
    left: 0;
    top: 0;
    z-index: -1;
    transition: 0.5s;
    transform: scale(0);
    opacity: 0;
}

/*banner*/


 .banner {
    background:#1a4a8c;  
    background-size: cover;
    width: 100%;
}
.banner-contect {
     margin-top:90px;
    width: 100%;
    float: left;
    padding:40px 0px 40px;
}
.banner h1 {
    font-size: 33px;
    font-weight:600;
    color:#fff;
    float:left;
    margin-bottom:0px;
    font-family: 'Poppins', sans-serif;
}
.banner p {
    font-size: 16px;
    color: #fff;padding-top: 8px;
    float: right;
    margin-bottom: 0px;
    line-height: 35px;
    font-family: 'Poppins', sans-serif;
}

.banner p a{  color: #fff; }


/*============*/
.form_box-1 {
  border: 1px solid rgba(100,100,100,0.1);
    width: 100%;
    height: 50px;
    padding: 0px 18px;
    margin-bottom: 20px;
    outline: 0;
    display: flex;
    align-items: center;
}

/*input[type="radio"] {
    display:none;
}

.radio-btn-style {
    color:#4189e0;
    display:inline-flex;
    align-items:center;
    gap: 0.8em;
    padding:1em 2em;
    position:relative;
    border-radius:0.5em;
    border:3px solid #4189e0;
}

.radio-btn-style::before{
    position:absolute;
    content:" ";
    height:2em;
    width:2em;
    border:3px solid #4189e0; 
    border-radius:50%;
}


input[type="radio"]:checked + .radio-btn-style:before  {
    width:1em;
    height:1em;
    border:0.65em solid #ffffff;
    background-color:#4189e0; 
}


input[type="radio"]:checked + .radio-btn-style:before  {
    background-color:#4189e0; 
     color:#ffffff;
}*/

.contact_from_box p{color: #000; padding-bottom: 45px;    font-family: 'Poppins', sans-serif;}

.mobile_menu_main{display: none;}

.cd-panel {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    visibility: hidden;
    -webkit-transition: visibility 0s 0.6s;
    transition: visibility 0s 0.6s;
    z-index: 9999;
}
 .cd-panel::after {
  /* overlay layer */
  content: '';
 position: absolute;
 top: 0;
 left: 0;
 width: 100%;
 height: 100%;
 background: transparent;
 cursor: pointer;
 -webkit-transition: background 0.3s 0.3s;
 transition: background 0.3s 0.3s;
}
.cd-panel.cd-panel--is-visible {
    visibility: visible;
    -webkit-transition: visibility 0s 0s;
    transition: visibility 0s 0s;
    z-index: 9999;
}
 .cd-panel.cd-panel--is-visible::after {
 background: rgba(0, 0, 0, 0.8);
 -webkit-transition: background 0.3s 0s;
 transition: background 0.3s 0s;
}
.cd-panel__header {
    position: fixed;
    width: 90%;
    height: 50px;
    line-height: 50px;
    background: rgba(255, 255, 255, 0.96);
    z-index: 2;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.08);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.08);
    -webkit-transition: -webkit-transform 0.3s 0s;
    transition: -webkit-transform 0.3s 0s;
    transition: transform 0.3s 0s;
    transition: transform 0.3s 0s, -webkit-transform 0.3s 0s;
    -webkit-transform: translateY(-50px);
    -ms-transform: translateY(-50px);
    transform: translateY(-50px);
}
.cd-panel__header h1 {
    padding-left: 7%;
    margin: 10px 0px 0px 0px;
    font-size: 22px;
    line-height: 32px;
    color: #000;
    margin-bottom: 22px;
    /* background: linear-gradient(to right, #f859a8, #f46281, #f06c54, #ee723b); */
    /* -webkit-text-fill-color: transparent; */
    /* -webkit-background-clip: text; */
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    letter-spacing: 0.5px;
}
.cd-panel--from-right .cd-panel__header {
    right: 0;
}
.cd-panel--from-left .cd-panel__header {
    left: 0;
}
.cd-panel--is-visible .cd-panel__header {
    -webkit-transition: -webkit-transform 0.3s 0.3s;
    transition: -webkit-transform 0.3s 0.3s;
    transition: transform 0.3s 0.3s;
    transition: transform 0.3s 0.3s, -webkit-transform 0.3s 0.3s;
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
}
 @media only screen and (min-width: 768px) {
 .cd-panel__header {
 width: 70%;
}
}
 @media only screen and (min-width: 1170px) {
 .cd-panel__header {
 width: 28%;
}
}
.cd-panel__close {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 60px;
    /* image replacement */
  display: inline-block;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
}
 .cd-panel__close::before, .cd-panel__close::after {
  /* close icon created in CSS */
  content: '';
 position: absolute;
 top: 22px;
 left: 20px;
 height: 3px;
 width: 20px;
 background-color: #424f5c;
  /* this fixes a bug where pseudo elements are slighty off position */
  -webkit-backface-visibility: hidden;
 backface-visibility: hidden;
}
 .cd-panel__close::before {
 -webkit-transform: rotate(45deg);
 -ms-transform: rotate(45deg);
 transform: rotate(45deg);
}
 .cd-panel__close::after {
 -webkit-transform: rotate(-45deg);
 -ms-transform: rotate(-45deg);
 transform: rotate(-45deg);
}
.cd-panel__close:hover {
    background-color: #424f5c;
}
 .cd-panel__close:hover::before, .cd-panel__close:hover::after {
 background-color: #ffffff;
 -webkit-transition: -webkit-transform 0.3s;
 transition: -webkit-transform 0.3s;
 transition: transform 0.3s;
 transition: transform 0.3s, -webkit-transform 0.3s;
}
 .cd-panel__close:hover::before {
 -webkit-transform: rotate(220deg);
 -ms-transform: rotate(220deg);
 transform: rotate(220deg);
}
 .cd-panel__close:hover::after {
 -webkit-transform: rotate(135deg);
 -ms-transform: rotate(135deg);
 transform: rotate(135deg);
}
 .cd-panel--is-visible .cd-panel__close::before {
 -webkit-animation: cd-close-1 0.6s 0.3s;
 animation: cd-close-1 0.6s 0.3s;
}
 .cd-panel--is-visible .cd-panel__close::after {
 -webkit-animation: cd-close-2 0.6s 0.3s;
 animation: cd-close-2 0.6s 0.3s;
}
 @-webkit-keyframes cd-close-1 {
 0%, 50% {
 -webkit-transform: rotate(0deg);
 transform: rotate(0deg);
}
 100% {
 -webkit-transform: rotate(45deg);
 transform: rotate(45deg);
}
}
 @keyframes cd-close-1 {
 0%, 50% {
 -webkit-transform: rotate(0deg);
 transform: rotate(0deg);
}
 100% {
 -webkit-transform: rotate(45deg);
 transform: rotate(45deg);
}
}
 @-webkit-keyframes cd-close-2 {
 0%, 50% {
 -webkit-transform: rotate(0deg);
 transform: rotate(0deg);
}
 100% {
 -webkit-transform: rotate(-45deg);
 transform: rotate(-45deg);
}
}
 @keyframes cd-close-2 {
 0%, 50% {
 -webkit-transform: rotate(0deg);
 transform: rotate(0deg);
}
 100% {
 -webkit-transform: rotate(-45deg);
 transform: rotate(-45deg);
}
}
.cd-panel__container {
    position: fixed;
    width: 90%;
    height: 100%;
    top: 0;
    background: #ffffff;
    z-index: 1;
    -webkit-transition: -webkit-transform 0.3s 0.3s;
    transition: -webkit-transform 0.3s 0.3s;
    transition: transform 0.3s 0.3s;
    transition: transform 0.3s 0.3s, -webkit-transform 0.3s 0.3s;
}
.cd-panel--from-right .cd-panel__container {
    right: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
}
.cd-panel--from-left .cd-panel__container {
    left: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
}
.cd-panel--is-visible .cd-panel__container {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
}
 @media only screen and (min-width: 768px) {
 .cd-panel__container {
 width: 70%;
}
}
 @media only screen and (min-width: 1170px) {
 .cd-panel__container {
 width: 28%;
}
}
.cd-panel__content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 70px 7%;
    overflow: auto;
    /* smooth scrolling on touch devices */
  -webkit-overflow-scrolling: touch;
}
.cd-panel__content p {
    font-size: 1.4rem;
    color: #424f5c;
    line-height: 1.4;
    margin: 2em 0;
}
.cd-panel__content p:first-of-type {
    margin-top: 0;
}
 @media only screen and (min-width: 768px) {
 .cd-panel__content p {
 font-size: 1.6rem;
 line-height: 1.6;
}
}
.register-submit {
    margin: 10px 0px 0px 0px !important;
    padding: 10px 0px;
    border-radius: 0px;
    width: 100% !important;
    max-width: 100%;
    position: fixed;
    bottom: 0;
    left: 0;
    font-family: 'Poppins', sans-serif;
    background-image: linear-gradient(to right, #f75aa5, #ed762e);
    font-size: 17px;
    font-weight: 400;
    text-align: center;
    color: #fff
}
/*  .register-submit {  margin: 10px 0px 0px 0px !important;
    padding: 10px 0px;
    border-radius: 0px;
    width: 35% !important;
    max-width: 100%;
    position: fixed;
    bottom: 0;
    right: 0;
    font-family: 'Poppins', sans-serif;
    background-image: linear-gradient(to right, #f75aa5 , #ed762e);
    font-size: 17px;
    font-weight: 400;
    text-align: center;
    color: #fff;
    }*/
.register-submit:hover {
    background: #027acd;
    color: #fff
}

.intl-tel-input {
    position: relative;
    display: inline-block;
    width: 100% !important;
}

.star{color: #ff0000}

.why-choose-box {
    background-color: #fff;
    padding: 18.5px 0;
    width: 28%;
    float: left;
    margin-right: 2%;
    margin-bottom: 13px;
}

.why-choose-box h2 {
    font-size: 16px;
    line-height: 32px;
    margin-bottom: 0px;
}

.why-choose-box:nth-child(3n+3){  margin-right: 0%}


.contactus-box{
    background-color: #ffffff;
    box-shadow: 0 5px 24px 6px rgba(0,0,0,0.1); margin-bottom: 100px;
}

.contactus-box-left{width: 33%; margin-right: 1%; float: left; background: #1a3c8c; padding: 30px 30px 118px; color: #fff;}

.contactus-box-left h4{font-size: 24px; font-weight: 400;  font-family: 'roboto'; margin-bottom: 10px; color: #fff;}

.contactus-box-left span{ float: left; padding-bottom: 25px; padding-right: 15px; font-size: 42px; padding-top: 8px; color: #68c249;}

.contactus-box-left h6{ margin-bottom: 8px; font-size: 16px; font-weight: 400;  font-family: 'roboto'; color: #fff;}

.contactus-box-left p{  font-size: 16px; font-weight: 400;  font-family: 'roboto'; line-height: 28px;}

.section-divied{border-bottom: 1px solid #3f5b9d; padding: 30px 0px;}

.section-divied:nth-child(2n+0){border-bottom: 0px solid #3f5b9d; padding: 30px 0px 20px;}

.contactus-box-right {
    width: 66%;
    float: left;
    padding: 25px 30px;
    color: #fff;
}

.contactus-box-right h3{font-size: 26px; font-weight: 500;  font-family: 'roboto'; margin-bottom: 30px; color: #000;}

.contact-from{width: 47%; float: left; margin-right: 6%}

.contact-from input{    
    border: 1px solid #dddddd;
    color: #222222;
    padding: 10px 10px;
    width: 100%;
    margin-bottom: 20px;
}

.contact-from-textarea{ float: left; }

.contact-from-textarea textarea{    
    border: 1px solid #dddddd;
    color: #222222;
    padding: 10px 10px;
    width: 100%;
    height: 175px;
    margin-bottom: 20px;
}

.contact-from-submit{    
    background: #45922a;
    padding: 12px 25px;
    color: #fff;
    font-size: 16px;
    display: inline-block;
    font-family: 'roboto';
    font-weight: 500; border: 0
}