/*----------------------------------------------------
	SITE MAIN STRUCTURE
------------------------------------------------------*/

.site_wrapper {
	width: 100%;
	margin: 0 auto 0 auto;
}
.container_full {
	width: 100%;
	float: left;
	margin: 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;
}


/*---------------------------------------------------
	HEADER
------------------------------------------------------*/

/* Logo */
#logo {
	float:left;
	display:block;
	width:100%;
	min-height: 69px;
	margin-top:0px;
	position: relative;
	text-indent:-999em;
	background:url(../images/logo.png) no-repeat left top;	
}

/* bigger logo? remove below comment */
/*#logo {
	float:left;
	display:block;
	width:100%;
	min-height: 100px;
	margin-top:0px;
	position: relative;
	text-indent:-999em;
	background:url(../images/logo.png) no-repeat left top;
	background-size: 100%;
}*/




/* header area adinationals */
.logo {
	float: left;
	width: 16%;
	margin-top: 5px;
}


.menu_main {
	float: left;
	width: 70%;
	z-index: 9999;        margin-top: 10px;
}



.menu_main_full {
	float: left;
	width: 84%;
	z-index: 9999;
}




.mstslider {
	width: 100%;
	float: left;
}

.top_nav {
	width: 100%;
    height: 48px;
    background: #143354;
    -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: 0px;
    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: #f48020;
    padding-right: calc(50% - 640px);
    width: calc(50% + 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: 50%;
   /* background: #6f3864;*/
    padding-left: calc(50% - 613px);
    -webkit-clip-path: polygon(0 0, 100% 0%, 85% 100%, 0% 100%);
    clip-path: polygon(0 0, 100% 0%, 90% 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: 29px;
    height: 29px;
    border-radius: 100%;
    border: 1px solid #2f4935;
    padding: 6px;
    top: -2px;
    position: relative;
    text-align: center;
    background: #2f4935;
    line-height: 16px;}


.phone
{
	    display: inline-block;
    margin-right: 36px;
    line-height: 43px;
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    height: 45px;    padding-top: 2px;
    font-family: "Poppins", serif;
}
.phone i{/*border: 1px solid #a0ac5a;
    border-radius: 100%;
    padding: 7px;
    background: #a0ac5a;
    width: 30px;
    height: 30px;*/
    font-size: 16px;
    position: relative;
    top: 3px;
    }

.envelope
{
	    display: inline-block;
    margin-right: 36px;
    line-height: 43px;
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    height: 45px;
    font-family: "Poppins", serif;
}
.envelope i{/*border: 1px solid #a0ac5a;
    border-radius: 100%;
    padding: 7px;
    background: #a0ac5a;
    width: 30px;
    height: 30px;*/
    font-size: 16px;
    position: relative;
    top: -1px;
    }

.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: 0px 5px;
	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;
}
.social_list_item a:hover
{
	color: #b70d00;
}
.user_box_link
{
		float: left;
	display: inline-block;
	margin-top: 5px;
}
.user_box_link a
{
	display: block;
	font-size: 16px;
	line-height: 30px;
	font-weight: 600;
	color: #FFFFFF;
	text-transform: none;
	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: '';
}

.enquiry-now a {
    position: relative;
    display: inline-block;
    padding: 8px 19px;
    color: #fff;
    font-size: 16px; 
    text-decoration: none;
    text-transform: uppercase;
    overflow: hidden;
    transition: .5s;
    font-family: 'Poppins', serif;
    font-style: normal;
    font-weight: 500; 
    letter-spacing: 0.2px;margin-top: 5px; 
    /*background-color: #e35944;*/
  }

  
  .enquiry-now a:hover {
    background: #fff;
    color: #526954;
  }
  
  .enquiry-now a span {
    position: absolute;
    display: block;
  }
  
  .enquiry-now a span:nth-child(1) {
    top: 0;
    left: -100%;
    width: 100%;
    height: 2px;
    background: linear-gradient(90deg, transparent, #fff);
    animation: btn-anim1 1s linear infinite;
  }
  .enquiry-now2 a {
    position: relative;
    display: inline-block;
    padding: 10px 25px;
    color: #fff;
    font-size: 17px; 
    text-decoration: none;
    text-transform: uppercase;
    overflow: hidden;
    transition: .5s;
    font-family: 'Poppins', serif;
    font-style: normal;
    font-weight: 400; 
    letter-spacing: 0.2px;margin-top: 4px; 
    background-color: #143354;
  }

  
  .enquiry-now2 a:hover {
    background: #d56407;
    color: #fff;
  }
  
 
  
  .enquiry-now a span:nth-child(2) {
    top: -100%;
    right: 0;
    width: 2px;
    height: 100%;
    background: linear-gradient(180deg, transparent, #fff);
    animation: btn-anim2 1s linear infinite;
    animation-delay: .25s
  }
  
  @keyframes btn-anim2 {
    0% {
      top: -100%;
    }
    50%,100% {
      top: 100%;
    }
  }
  
  .enquiry-now a span:nth-child(3) {
    bottom: 0;
    right: -100%;
    width: 100%;
    height: 2px;
    background: linear-gradient(270deg, transparent, #fff);
    animation: btn-anim3 1s linear infinite;
    animation-delay: .5s
  }
  
  @keyframes btn-anim3 {
    0% {
      right: -100%;
    }
    50%,100% {
      right: 100%;
    }
  }
  
  .enquiry-now a span:nth-child(4) {
    bottom: -100%;
    left: 0;
    width: 2px;
    height: 100%;
    background: linear-gradient(360deg, transparent, #fff);
    animation: btn-anim4 1s linear infinite;
    animation-delay: .75s
  }
  
  @keyframes btn-anim4 {
    0% {
      bottom: -100%;
    }
    50%,100% {
      bottom: 100%;
    }
  }
.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;
}

.top_section {
	float: left;
	width: 100%;
	height: 138px;
	background: #000;
}
.top_section .left {
	float: left;
	width: 40%;
}
.top_section .right {
	float: left;
	width: 60%;
	margin-top: 27px;
	text-align: right;
	color: #fff;
	font-size: 13px;
}
.top_section .right a {
	color: #fff;
	font-size: 13px;
	transition: all 0.3s ease;
}
.top_section .right a:hover {
	color: #ccc;
}
.top_section .right i {
	color: #999;
	margin-left: 22px;
}
.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: #fff;
	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: #999;
}
.top_section .topsocial li a i {
	color: #fff;
	margin: 0;
}

.slidermar {
	margin-top: 88px;
}


.menu_main.rslinks {
    width: 58%;
    margin-right: 9%;
}
.menu_rlinks2 {
    float: right;
    width: 14%;
    margin-left: 3%;
    margin-top: 13px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
}

.enquiry-now {
    width: 100%;
    float: left;
}


/* 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;
}

.belowbanner-box {
    height: 200px;
    padding: 25px;
}
.belowbanner-box span {
        font-size: 30px;
    color: #f37330;
    float: left;
    margin-right: 25px;
    margin-bottom: 85px;
    margin-top: 4px;
}
.belowbanner-box h6 {
    font-family: 'Poppins', serif;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 5px;
}
.belowbanner-box h4 {
    font-family: 'Poppins', serif;
    color: #fff;
    font-size: 21px;
    font-weight: 500;
    margin-bottom: 10px;
}

.belowbanner-box p {
    font-family: 'Poppins', serif;
    color: #fff;
    font-size: 15px;
    font-weight: 400;
    line-height: 28px;
   
}

.belowbanner-box-1{background-color: #5bb286; width: 33.3333%; float: left; margin-top: -50px;
   
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;}

.belowbanner-box-2{background-color: #1f294c; width: 33.3333%; float: left; margin-top: -50px;
     
    }

.belowbanner-box-3{background-color: #f07c63; width: 33.3333%; float: left; margin-top: -50px;
    
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;}

.belowbanner-section{ 
    position: relative;}

.about-section{
    padding:100px 0 90px; 
}

.about-left{width: 41%; float: left; margin-right: 13%}

.about-right{width: 46%; float: left; margin-right: 0%; margin-top:25px}

.about-image{    position: relative; z-index: 1;     padding: 0px 0px 0px 0px;}

.about-image img{border-radius: 30px 30px 30px 30px;}

.about-image1{   width: auto;
    max-width: auto;
    top: 20%;
    text-align: left;
    position: absolute;
    left: 0px;    z-index: 1;
}

.about-image1 img{border-radius: 30px 30px 30px 30px;}

.about-image2{       width: auto;
    max-width: auto;
    top: -110px;
    text-align: left;
    left: -158px;position: absolute;
}

.abouimage-section{background:  url(../images/home-8-about-pattern-bg.png) no-repeat scroll right 100px;}

.about-right h6{ font-family: "Poppins", serif;
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0;
    color: #f48020;
    text-transform: uppercase;
    font-style: normal;padding-left: 15px; }


.about-right h6::before{content: "";
    position: absolute;
    left: 0;
    top: 5px;
    border-left: 7px solid #f48020;
    height: 14px;
    width: 14px;
    border-radius: 50%;}


.about-right h1{
     font-family: "Poppins", serif;
    font-weight: 700;
    font-size: 34px;
    line-height: 48px;
    letter-spacing: 0px;
    color: #143354;
    text-transform: none;
    font-style: normal;
    margin-bottom: 22px;
    }


.about-right p{font-size: 15px;
    letter-spacing: 0.5px;
    font-weight: 400;
     font-family: "Poppins", serif;
    color: #000;line-height: 30px;
     padding-bottom: 30px; 
     text-align: justify;}


.about-ul ul li{list-style: none;
float: left;
width: 100%;
font-size: 14px;
    letter-spacing: 0.5px;
    font-weight: 400;
    font-family: 'Poppins', sans-serif; 
    color: #000;
padding-bottom: 15px;}

.vision-box {
    background-color: #403226;
    padding: 25px;
    margin-top: 32px;
    border-radius: 30px
}
.vision-box span {
    font-size: 50px;
    color: #fff;
    float: left;
    margin-right: 35px;
    margin-bottom: 40px;
    margin-top: 5px;
}
.vision-box h5 {
    font-size: 20px;
    font-weight: 500;
    color: #fff;
    line-height: 28px;
    margin-bottom: 10px;
    text-align: left;
    font-family: 'Roboto', sans-serif;
}
.vision-box p {
    font-size: 15px;
    font-weight: 400;
    color: #fff;
    line-height: 28px;
    text-align: left;
    font-family: 'Roboto', sans-serif;
    margin-bottom: 0px;
}

.services-section-bg{
    background: #143354 url(../images/poem-left-1.png) no-repeat scroll right top; width: 98%; margin: 0 auto; border-radius: 25px
}
.services-section-bg-1{
    background:  url(../images/poem-right-1.png) no-repeat scroll left bottom;
}

.services-scrolling{background-color: #4e3c31; padding: 20px 0;}

.services-section{padding: 80px 0}

.services-section-left{width: 70%; float: left; margin-right: 5%}

.services-section-left h6{
    font-family: "Poppins", serif;
    letter-spacing: 1px;
    color: #000;
    font-size: 16px;
    font-weight: 400;
}

.services-section-left h1{
    letter-spacing: 1px;
    color: #fff;
    font-size: 45px;
    font-weight: 600;
    margin-bottom: 10px;
    font-family: "Roboto Condensed", sans-serif;
    line-height: 62px;
}
.services-section-left p {
    font-family: 'Poppins', sans-serif;
    color: #fff;
    font-size: 15px;
    font-weight: 400;
    line-height: 31px;
    text-align: justify;
    padding-bottom: 50px;
}
.services-section-right{width: 25%; float: left; margin-right: 0%;  margin-top: 35px;}

.schedule-btn{
    background-color: #f48020;
    padding: 12px 35px;
    color: #fff;
    font-size: 17px;
    font-weight: 400;
    font-family: "Poppins", serif;
    border-radius: 25px;

}

 .schedule-btn:hover{background-color: #244a73; color: #fff;}


.service-item {
  background-color: #fff;
  padding: 24px 28px;
  border-radius: 16px;
  position: relative;
  overflow: hidden;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
      font-family: "Roboto Condensed", sans-serif;
  margin-bottom: 35px;
}

.service-item h5{
   font-size: 25px;
    font-weight: 500;
    font-family: "Roboto Condensed", sans-serif;
    /* letter-spacing: 1px; */
    color: #ea5900;
}

.service-item p{
    font-size: 14px;
    font-weight: 400;
    font-family: 'Poppins', sans-serif;
    color: #000; 
    line-height: 30px;
}

.tf-btn-link{font-size: 15px;
    font-weight: 400;
   font-family: 'Poppins', sans-serif;
    color: #000; letter-spacing: 0.5px;
}
.tf-btn-link i{font-size: 18px; color: #ea5900;font-weight: 600; }

.service-item.h-280 {
  min-height: 280px;
}
.service-item .content {
  position: relative;
}
.service-item .content .title {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  margin-bottom: 12px;
}
.service-item .content .title a {
  color: var(--Primary);
}
.service-item .content p {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.service-item:hover {
  background-color: #fff5ee;
  box-shadow: 0px 10px 25px rgba(54, 95, 104, 0.1);
}
.service-item.style-2 {
  border-radius: 12px;
  background-color:#fff;
}
.service-item.style-2::after {
  display: none;
}
.service-item.style-2 .image-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  bottom: 0;
  height: 100%;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  overflow: hidden;
}
.service-item.style-2 .image-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.service-item.style-2 .image-wrap::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}
.service-item.style-2:hover .image-wrap {
  width: 100%;
}
.service-item.style-2:hover .content .title a,
.service-item.style-2:hover .content p {
  color: #fff;
}
.service-item.style-2:hover .content .title a:hover {
  color: #fedac2;
}
.service-item.style-2:hover .tf-btn-link span,
.service-item.style-2:hover .tf-btn-link i {
  color: #fff;
}
.service-item.style-2:hover .tf-btn-link:hover i {
  color: #fff;
}
.service-item.style-2:hover .tf-btn-link:hover span::after {
  background-color: #fff;
}
.service-item.style-3 .content {
  margin-bottom: 24px;
}
.service-item.style-3 .image-wrap {
  border-radius: 12px;
  overflow: hidden;
  margin-bottom: 15px;
}
.service-item.style-3 .image-wrap a {
  width: 100%;
  height: 100%;
}
.service-item.style-3 .image-wrap img {
  width: 100%;
  height: 266px;
  object-fit: cover;   
  margin-bottom: -8px;
}

.hover-img .image-wrap {
  overflow: hidden;
}
.hover-img .image-wrap img {
  object-fit: cover;
  -webkit-transition: all 1s cubic-bezier(0.3, 1, 0.35, 1) 0s;
  transition: all 1s cubic-bezier(0.3, 1, 0.35, 1) 0s;
}
.hover-img:hover .image-wrap img {
  -webkit-transform: scale3d(1.1, 1.1, 1.1);
  transform: scale3d(1.1, 1.1, 1.1);
}

@keyframes arrows {
  0% {
    border-left: 2px solid rgba(0, 0, 0, 0);
    border-bottom: 2px solid rgba(0, 0, 0, 0);
    transform: translate(-1px, -4px) rotate(-45deg);
  }
  10%, 90% {
    border-left: 2px solid rgba(0, 0, 0, 0);
    border-bottom: 2px solid rgba(0, 0, 0, 0);
  }
  50% {
    border-left: 2px solid rgba(0, 0, 0, 0.7);
    border-bottom: 2px solid rgba(0, 0, 0, 0.7);
    transform: translate(-1px, 0px) rotate(-45deg);
  }
  100% {
    border-left: 2px solid rgba(0, 0, 0, 0);
    border-bottom: 2px solid rgba(0, 0, 0, 0);
    transform: translate(-1px, 4px) rotate(-45deg);
  }
}

.z-5 {
  z-index: 4;
}
.relative {
  position: relative;
}





.why-icon-section{background-color: #F7F9FB; padding: 80px 0; }

.why-icon-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-icon-box:last-child{ margin-right:0% }

.why-icon-section h6 {font-family: "Poppins", sans-serif; color: #f48020; font-size: 18px; text-align: center;margin-bottom: 20px;}

.why-icon-section h2 {font-family: "Roboto Condensed", sans-serif;
color: #000; 
font-size: 38px; 
font-weight: 500; 
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: #f48020; 
}
@media only screen and ( max-width:768px){
.animate_line:after { 
  bottom: 5px; 
}
.animate_line:before { 
  top: 5px; 
}
    
}


.service-box-content-new p{font-family: "Poppins", sans-serif; font-size: 15px; }

.s-title-one{font-family: "Roboto Condensed", sans-serif; text-transform: uppercase;}

.site-button-link{font-family: "Poppins", sans-serif; font-size: 15px; 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;}
.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;
    
}



.service-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;
}
.service-box-title-new {
    margin-left: 0px;
    margin-bottom: 20px;
    font-size: 30px;
}

.service-box-content-new {
    margin-bottom: 30px;
    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;
}





.add-section {
    float: left;
    width: 100%;
    text-align: center;
    background: #393939 url(../images/add-image.jpg);
    background-attachment: fixed;
    background-origin: initial;
    background-clip: initial;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 100% 0;
    background-position: center;
}
.layer {
    padding: 100px 0px;
    background: rgba(46, 49, 146, .92);
}


.why-left {
    width: 100%;
    float: left;
    margin-right: 0%;
    position: relative;
}

.why-right {
    width: 63%;
    float: left;
    margin-right: 0%;
}

.why-left h3 {
    font-family: 'Poppins', sans-serif;
    font-size: 26px;
    line-height: 1.4em;
    font-weight: 700;
    text-transform: capitalize;
    margin-bottom: 25px;
    color: #fff;
    text-align: center;
}

.why-left h1 {
        font-family: "Playfair", serif;
    font-size: 46px;
    line-height: 1.4em;
    font-weight: 300;
    text-transform: capitalize;
    margin-bottom: 50px;
    color: #fff;
    text-align: center;
}
/*.block-title.bt-left-aligned:before {
    display: block;
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    
    top: -19px;
    width: 40px;
    height: 5px;
    background: #FFD92A;
    border-radius: 4px;
}
*/


.getintouch-btn{
    background-color: #f48020;
    padding: 12px 35px;
    color: #fff;
    font-size: 17px;
    font-weight: 400;
    font-family: "Poppins", serif;
    border-radius: 25px;

}

 .getintouch-btn:hover{background-color: #244a73; color: #fff;}
.why-right p {
    font-size: 20px;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    color: #fff;
    line-height: 38px;
    padding-bottom: 0px;
    text-align: left;
    width: 100%;
    margin: 0px auto 0px auto;
}


.brands-section{padding: 120px 0 70px}


.brands-section h1{font-family: "Playfair", serif;
    font-size: 46px;
    text-align: center;
    text-transform: uppercase;
    
    width: 88%;
    margin: 0 auto;
    margin-bottom: 30px;
    line-height: 67px;
color: #000}


.brands-section p{font-family: 'Poppins', sans-serif;
    font-weight: 400;
    text-align: center;

    
    width: 88%;
    margin: 0 auto;
   
color: #000}



.number-counter{padding: 90px 0 250px; background-color: #2f4935; }

.number-counter h2{ 
	color: #fff;
    font-family: "Playfair", serif;
    font-size: 52px;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 100px;
    width: 88%;
    margin: 0 auto;
    margin-bottom: 100px;
    line-height: 67px;
}
.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: 50px;}

.enquiryform-right h3{ 
	color: #2f4935;
    font-family: "Playfair", serif;
    font-size: 38px;
    text-align: center; 
    margin-bottom: 50px;
}

.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: #0db14b;
	border-radius: 4px;
	border:1px solid #0db14b;margin-top: 25px;
}

.testimonials{padding: 130px 0}
.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: "Playfair", serif;
}
.section-title h2 span {
    font-weight: 600;
    color: #2f4935;
}
.section-title .bar {
    height: 4px;
    width: 85px;
    background: #94a34e;
    margin: 20px 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;
}
.testimonials .peosays {
	width: 90%;
	margin: 0 auto;
}
.testimonials .peosays .box {
	float: left;
	width: 100%;
	font-weight: 300;
	text-align: left;
	
	font-size: 16px;
	line-height: 28px;font-family: "Poppins", sans-serif;  color: #000;

	background-color: #fff;
  border-top: 12px solid #94a34e;
  padding: 30px 50px 30px;
  margin-bottom: 30px;
  border-radius: 10px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
      position: relative;
    margin-top: 58px;
}
.testimonials .peosays .who {
	float: left;
	width: 100%;
	text-align: left;
	padding: 35px 0px 18px 35px;
	font-size: 13px;
	color: #000;
	padding-left: 116px;
    margin-top: -46px;font-family: "Poppins", sans-serif;
}
.testimonials .peosays .who img {
	border-radius: 100%;
	float: left;
	margin-right: 18px;
}

.testimonials .peosays .who .image {
      position: absolute;
    left: 19px;
    top: -67px;
    margin-bottom: 0;
    height: 132px;
    width: 132px;
    padding: 12px;
    z-index: 0;
}
.testimonials .peosays .who .image:before {
  position: absolute;
  left: 0;
  top: 0;
  height: 50%;
  width: 100%;
  background-color: #94a34e;
  border-radius: 120px 120px 0 0;
  content: "";
  z-index: -1;
}
.testimonials .peosays .who .image img {
  height: 100%;
  width: 100%;
  border: 5px solid #fff;;
  border-radius: 50%;
  transition: all 300ms ease;
  box-shadow: 0 10px 60px rgba(0, 0, 0, 0.1);
}


.testimonials .peosays .who strong {
	font-size: 18px;
    font-family: "Poppins", sans-serif;  
    color: #000;
    display: block;
    line-height: 16px;
    font-weight: 500;
   
}


.footer{    background: #001f3f;
    position: relative;   padding-top: 60px;}

.footer .contactBox {
    display: flex;
    align-items: center;    padding-bottom: 70px;
}
.contentBox {
    width: calc(100% - 240px);
}

.footer .contactBox a {
    font-size: 18px;
    color: #fff;
    padding: 15px;
    border-bottom: 1px solid #fff;
    transition: all .5s;
    padding-top: 30px;
    display: block;
    width: fit-content;padding: 15px;
}
.footer .contactBox a svg {
    width: 20px;
    height: 20px;
    transition: all .5s;
    fill: #fff;
}

.footer .contactBox .contentBox h3 {
    font-size: 28px;
    line-height: 50px;
    color: #fff;
    font-weight: 400;
    margin-bottom: 10px;font-family: "Roboto Condensed", sans-serif;
}
.footer .contactBox .contentBox p {
    font-size: 16px;
    line-height: normal;
    font-weight: 400;
    margin: 0;
    color: #fff;font-family: "Poppins", Sans-serif; letter-spacing: 0.5px
}
.footer .toprw {
    padding: 60px 0 0;
    border-top: 1px solid rgba(255,255,255,.2);
}


.footer-1{width: 9%; margin-right: 2.666%; float: left}


.footer-1 p{color: #fff;
    font-weight: 400;
    line-height: 28px;
    font-size: 15px;
    font-family: "Poppins", Sans-serif;
    padding-bottom: 25px; }

.footer-1 h4{
    color: #f48020;
    font-size: 24px;
    font-weight: 400; 
    font-family: "Playfair", serif; 
    margin-bottom: 15px;}

.footer-1 ul li{color: #fff;
    font-weight: 400 ;
    font-size: 15px;font-family: "Roboto", Sans-serif;   margin-bottom: 12px; letter-spacing: 0.5px;}

.footer-1 ul li a{color: #fff; } 

.footer-2{width: 15%; margin-right: 2.666%; float: left}

.footer-2 h4{
     color: #f48020;
    font-size: 24px;
    font-weight: 400; 
    font-family: "Playfair", serif; 
    margin-bottom: 15px;}

.footer-2 ul li{color: #fff;
    font-weight: 400 ;
    font-size: 15px;font-family: "Roboto", Sans-serif;   margin-bottom: 12px; letter-spacing: 0.5px;}

.footer-2 ul li a{color: #fff; }

.footer-3{width: 12%; margin-right: 3%; float: left}

.footer-3 h4{
     color: #f48020;
    font-size: 24px;
    font-weight: 400; 
    font-family: "Playfair", serif; 
    margin-bottom: 15px;}

.footer-3 ul li{color: #fff;
    font-weight: 400 ;
    font-size: 15px;font-family: "Roboto", Sans-serif;   margin-bottom: 12px; letter-spacing: 0.5px;}

.footer-3 ul li a{color: #fff; }

.footer-4{width: 29%; margin-right: 3.666%; float: left}

.footer-4 h4{
     color: #f48020;
    font-size: 24px;
    font-weight: 400; 
    font-family: "Playfair", serif; 
    margin-bottom: 15px;}

.footer-4 ul li{color: #fff;
    font-weight: 400 ;
    font-size: 15px;font-family: "Roboto", Sans-serif;   margin-bottom: 12px; letter-spacing: 0.5px;}

.footer-4 ul li a{color: #fff;
    }

.footer-5{width: 22%; margin-right: 0%; float: left}

.footer-5 h4{
     color: #f48020;
    font-size: 24px;
    font-weight: 400; 
    font-family: "Playfair", serif; 
    margin-bottom: 15px;}

.footer-5 ul li{color: #fff;
    font-weight: 400 ;
    font-size: 15px;font-family: "Roboto", Sans-serif; line-height: 28px;  margin-bottom: 12px; letter-spacing: 0.5px; padding-left: 23px;}

.footer-5 ul li a{color: #fff;
    }
.footer-5 ul li i {
    margin-left: -23px;
    color: #fff;
}





.footer .CopyRight {
    padding: 30px 0;
    margin-top: 30px;
    text-align: center;
    border-top: 1px solid rgba(255,255,255,.2);
}
.footer .CopyRight .FlexBox {
    align-items: flex-end;
    display: flex;
    justify-content: space-between;
}
.footer .CopyRight .lft_bx {
    justify-content: flex-start;
    flex-wrap: wrap;
    display: flex;
    align-items: flex-end;
    /* justify-content: center; */
}
.footer .CopyRight .logo {
    margin-right: 15px;
    margin-bottom: 0;
    width: 73px;
    /* margin: 0; */
}
.footer .logo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.footer .CopyRight p {
    color: #fff;
    margin: 0;
    font-weight: 400;
    font-size: 15px;
   font-family: "Roboto", Sans-serif;
    text-align: center;
    margin-bottom: 0px;
}
.footer .CopyRight .rit {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
}
.footer .CopyRight .rit .social {
    margin-right: 45px;
    margin-bottom: 0;
    display: flex;
}
.footer .CopyRight .rit .social .label {
    font-size: 14px;
    font-weight: 300;
    color: rgba(255,255,255,.55);
    font-style: italic;
}
.footer .CopyRight .rit .social ul {
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    margin-bottom: 0;
    /* justify-content: center; */
    justify-content: flex-end;
}
.footer .CopyRight .rit .social ul li {
    width: auto;
    margin-left: 20px;
}
.footer .CopyRight .rit .social ul li a {
    transition: all .3s;
    display: flex;
    align-items: center;
    justify-content: center;
}
.footer .CopyRight .rit .social ul li a svg {
    fill: #b2c55b;
    width: 18px;
    height: 18px;
    transition: all .3s;
}
.footer .CopyRight .rit .designed {
    font-size: 14px;
    font-family: "Roboto", Sans-serif; 
    color: #d3b507;
    text-transform: capitalize;
    letter-spacing: 1px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.footer .CopyRight .rit .designed a {
    padding-left: 5px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: center;
}

 .choose-us{padding:45px 0px;}

  .choose-us .text {
   margin-bottom: 20px;
    /*border: 1px solid #efefef;
    padding: 15px 15px;*/
       
} 

.choose-us .align-left .text p {
margin-left: 61px;
transition: all 0.5s ease;
}
   .choose-us .align-left .text {
 
        margin-left: var(--count);
}
.choose-us .align-right .text p{
      margin-right: 61px;}
  .choose-us .align-right .text h3{
  margin-right: 13px;} 
   .choose-us .align-left .text h3{
  margin-left: 12px;}
  .choose-us .align-right .text {
  
        margin-right: var(--count);
        text-align: right;
}
.choose-us .text h3 {
     display: inline-block;
    color: #f48020;
    font-size: 21px;
    margin-bottom: 10px;
    font-family: "Roboto Condensed", sans-serif;
    font-weight: 500;
    transition: all 0.5s ease;
}

.choose-us .text img {vertical-align: middle;}
.choose-us .text p {
   padding-bottom: 16px;
    display: block;
    color: #000;
    line-height: 21px;
    font-size: 14px;
    font-family: 'Poppins', sans-serif;
    border-bottom: 1px solid #d0d0d0;
    letter-spacing: 0.3px;

}
.choose-us .text:hover p{
    color: #454545 ;
}
.choose-us .text:hover h3{
    color:#002058 ;
}
.choose-us .border-choose {
  background: url("bg-border-choose.png") repeat-x scroll center;
  margin: auto;
  max-width: 480px;
  text-align: center;
  margin-top: 30px;
}

.choose-us .border-choose .images {
  display: inline-block;
  width: 70px;
  text-align: center;
  background: #fff;
}
.choose-us .title-choose p {
      max-width: 760px;
    line-height: 26px;
    color: #565656;
    margin: 0 auto;
    text-align: center;
    font-size: 14px;
}
.benefits-section h1{
    font-family: "Roboto Condensed", sans-serif;
    font-size: 32px;
    line-height: 20px;
    text-align: center;
    color: #143354;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 35px;
}
.benefits-section h3{
     font-family: "Roboto Condensed", sans-serif;
    font-size: 24px;
    line-height: 54px;
    text-align: center;
    color: #f48020;
    
    text-transform: none;
    letter-spacing: 1px; 
}


.align-items-center {
    align-items: center !important;
}

.career-section{padding: 90px 0}

.career-left{width: 48%; float: left; margin-right: 4%;}

.career-right{width: 48%; float: left; margin-right: 0%;}

.career-left h4{font-family: "Playfair", serif;    
    font-size: 38px;
    margin-bottom: 33px;
    font-weight: 600;
    line-height: 47px;
    color: #143354;
}
.career-left p{font-family: 'Poppins', serif; 
    font-size: 16px;
    margin-bottom: 40px;
    font-weight: 400;
    line-height: 29px;
    color: #000;
}
.career-left h4 span{color: #f48020;
}

.career-btn {
    background-color: #f48020;
    padding: 14px 33px;
    color: #fff;
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    border-radius: 5px;
    display: inline-block;
    letter-spacing: 0.5px; font-weight: 400
}

.career-btn i {
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    padding-left: 15px;
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0.5);
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    display: inline-block;
    font-weight: 600;
    float: right;
    padding-top: 8px;
}
.home-products{
    width: 100%;
    float: left;
    padding: 60px 0px 80px;
    background: url(../images/producrts-bg.jpg) no-repeat center;
    background-size: cover;
}
.home-products h2 {
    font-family: "Roboto Condensed", sans-serif;
    color: #000;
    font-size: 36px;
    font-weight: 600;
    text-align: center;
    margin: 0 auto;
    margin-bottom: 50px;
    line-height: 48px;
}

.peoduct-item{
    width: 48%;
    float: left;
    margin-right: 4%;
    border-radius: 10px;
}
.peoduct-item h3{
    margin-bottom: 0px;
    color: #f48020;
    font-size: 23px;
    font-weight: 500;
    font-family: "Roboto Condensed", sans-serif;
    text-align: center;
    padding-top: 15px;
}
.peoduct-item img{
    
    border-radius: 10px;
 
}
.area-right{
    width: 48%;
    float: left;
    margin-right: 0%;
}
.area-box .image{
    width: 150px;
    height: 150px;
    border-radius: 50%;
    border:2px solid #ddd;
    overflow: hidden;
    padding:10px;
}
.area-box{
    display:    flex;
    flex-direction: column;
    gap: 20px;
    align-items: center;
    margin-bottom: 20px;
}
.area-box .image img{
    width:  100%;
    border-radius: 50%;
}
.area-box h4{
    text-align: center;
    display: inline-block;
    color: #000;
    font-size: 21px;
    margin-bottom: 10px;
    font-family: "Roboto Condensed", sans-serif;
    font-weight: 500;
    transition: all 0.5s ease;

}
.product-inner{
    position: relative;
}

.product-details{
    
    background: #fff;
    padding: 0px 0px;
}
/*==============================================*/

.zoom-in-out-box {   
  animation: zoom-in-zoom-out 5s ease infinite;
 
}

@keyframes zoom-in-zoom-out {
  0% {
    scale: 100%
  }
  50% {
    scale: 110%;
  }
  100% {
    scale: 100%;
  }
}

/*======*/
.award-setion{
        background-color: #F7F9FB;
    padding: 80px 0;
}
.award-inner{
    width: 100%;
    float: left;
    margin-bottom: 50px;
    background-color: #fff;
    box-shadow: 5px 5px 20px 0 rgba(0, 0, 0, 0.05);
    display: flex;
    gap: 20px;
    transition: all 0.5s ease;

}
.award-details{
    padding: 30px 20px;
}
.award-details h3 {
margin-bottom: 0px;
    color: #f48020;
    font-size: 25px;
    font-weight: 500;
    font-family: "Roboto Condensed", sans-serif;
    text-align: left;
}
.award-inner:hover{
    transform: translateY(-10px);
}
.award-inner p{
display: block;
    color: #000;
    line-height: 31px;
    font-size: 20px;
    font-family: 'Poppins', sans-serif;
    border-bottom: 1px solid #d0d0d0;
    letter-spacing: 0.3px;
    padding-bottom: 25px;
    margin-top: 27px;
    margin-bottom: 22px;
}
.award-inner a {
    color: #f48020;
font-family: 'Poppins', sans-serif;
transition: all 0.5s ease;
}
.award-inner:hover a {
    color: #000;
}

/*=====================================
               ab0ut us page
=======================================*/
.page-banner{
    width: 100%;
    float: left;
    background: #001f3f;
    margin-top: 88px;
    height: 155px;
    padding: 23px 0px;
  }
  .pagebanner-text{
    margin-top: 18px;
    text-align: center;
  }
  .pagebanner-text h1{
      font-family: "Poppins", serif;
      font-size: 2.0rem;
      font-weight: 500;
      color: #fff;
      margin-bottom: 7px;
      line-height: 2.5rem;
      text-align: left;
  }
  .pagebanner-text p{
        color: #fff;
      font-size: 14px;
      line-height: 28px;
      font-weight: 400;
      margin-bottom: 0px;
      font-family: "Poppins", serif;
      text-align: left;
  
  }
.pagebanner-text p a{ color: #c1dee8;}

.foundational-section{margin: 0px 0px 20px 0px;}

.foundational-section h1{
    font-family: "Poppins", serif;
    font-size: 43px;
    font-weight: 700;
    line-height: 35px;
    margin-bottom: 20px;
    text-align: center;
}



.foundational-brder{
    /* border: 2px solid rgb(174, 174, 174); */
    box-shadow: 5px 5px 20px 0 rgb(0 0 0 / 10%);
    height: 242px;
    margin: 50px -100px 0px 120px;
    padding: 30px;
}


.foundational-image img {
    width: 295px;
    height: 180px;
}

.foundational-image::before {
    width: 50px;
    height: 50px;
    position: absolute;
    left: 6px;
    top: -8px;
    content: "";
    border-left: 3px solid #f48020;
    border-top: 3px solid #f48020;
    background: transparent;
    border-top-left-radius: 5px;
}

.foundational-image::after {
    width: 50px;
    height: 50px;
    position: absolute;
    right: 9px;
    top: 137px;
    content: "";
    border-right: 3px solid #f48020;
    border-bottom: 3px solid #f48020;
    background: transparent;
    border-bottom-right-radius: 5px;
}

.foundational-inner h3{
    font-family: "Poppins", serif;
    font-size: 25px;
    font-weight: 600;
    color: #001f3f;
    margin-bottom: 10px;
}

.foundational-inner p{
    font-size: 15px;
    letter-spacing: 0.5px;
    font-weight: 400;
    font-family: "Poppins", serif;
    color: #000;
    line-height: 30px;
    padding-bottom: 25px;
    text-align: justify;
}

.foundational-inner{
    margin: 20px 0px;
}



.promise-section{
    margin: 30px 0px 80px 0px;
}

.promise-headtext{
    text-align: center;
    margin-bottom: 45px;
}

.promise-headtext h1{
    font-family: "Poppins", serif;
    font-size: 43px;
    font-weight: 700;
    line-height: 35px;
    margin-bottom: 15px;
    color:#f48020 ;
}



.promise-headtext p{     font-size: 15px;
    letter-spacing: 0.5px;
    font-weight: 400;
    font-family: "Poppins", serif;
    color: #000;
    line-height: 30px;
    padding-bottom: 25px;
    text-align: center; }

.promise_card-items{
    box-shadow: 5px 5px 20px 0 rgb(0 0 0 / 10%);
    padding: 23px 20px 40px 20px;
    width: 345px;
    margin-left: 41px;
    border-bottom-right-radius: 30px;
    border-top-left-radius: 30px;
}
.promise_card-text h4{font-weight: 600; color: #001f3f;}

.promise_card-text p{    font-size: 15px;
    letter-spacing: 0px;
    font-weight: 400;
    font-family: "Poppins", serif;
    color: #000;
    line-height: 30px;
    padding-bottom: 0px;
    text-align: justify;}

.promise_card-images img{
    width: 305px;
    height: 250px;
    margin-bottom: 15px;
}

.promise_card-items:hover{
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);

}

.promise_card-items {
    object-fit: cover;
    -webkit-transition: all 1s cubic-bezier(0.3, 1, 0.35, 1) 0s;
    transition: all 1s cubic-bezier(0.3, 1, 0.35, 1) 0s;
}

.mission-banner{
    background-image:linear-gradient(to right, #121212bf, #121212bf), url(../images/mission-banner.jpg);
    height: 400px;
    background-repeat: no-repeat;
    /* background-position: center; */
    background-size: cover;
    text-align: center;
    color: white;
    padding-top: 129px;
    margin-bottom: 70px;
}

.mission_totl-items h1{
    font-size: 43px;
    color: white;
    font-weight: 600;
    font-family: "Poppins", serif;
}

.mission_totl-items p{
    font-size: 15px;
    letter-spacing: 0.5px;
    font-weight: 400;
    font-family: "Poppins", serif;
    color: white;
    line-height: 30px;
    padding-bottom: 25px;
    text-align: center;
}

/*=======================================================*/

.strengths-section h1{
    font-family: "Poppins", serif;
    font-size: 45px;
    font-weight: 700;
    margin-bottom: 55px;
}

.about-why-row{
	width: 100%;
	float: left;
	display: flex;
	flex-wrap: wrap;
}
.about-why-item{
	margin-bottom: 30px;
	width: 100%;
    height: 275px;
	float: left;
	margin-right: 0%;
	box-shadow: 0px 0px 40px 10px rgb(0 0 0 / 7%);
	border-radius: 3px;
	transition: all 0.5s ease;
	background: rgb(255 255 255,0.3);
	padding: 20px 20px;
	transition: all 0.3s ease-in-out;
  border-radius: 8px;
  z-index: 1;
  overflow: hidden;
  position: relative;
}
.about-why-item:before {
  content: "";
    position: absolute;
    background: rgba(71, 132,196,0.2);
    right: -60px;
    top: -40px;
    width: 100px;
    height: 94px;
    border-radius: 50px;
    transition: all 0.3s;
    z-index: -1;
}
 .about-why-item:hover::before {
  background: rgba(71, 132,196,0.4);
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 0px;
}
.about-why-item:nth-child(3n+3){margin-right:0%;}


.about-why-card-content{
	width: 100%;
	float: left;
}
.about-why-item h3 {
	    font-weight: 600;
    font-size: 1.1rem;
    line-height: 1.7rem;
    color: #f48020;
    font-family: "Poppins", serif;
    letter-spacing: 0px;
    margin-bottom: 6px;
    width: 100%;
}
.about-why-item  p {
    font-family: "Poppins", serif;
    font-size: 15px;
    letter-spacing: 0px;
    font-weight: 400;
    color: #000;
    line-height: 30px;
    padding-bottom: 0px;
    text-align: justify;
}
.about-why-item:hover h3 { color: #fff;}

.about-vision-mission{
	width: 100%;
	float: left;
	margin-top: 60px;
}
.vision-mission-box{
	width: 100%;
	float: left;
	margin-right: 0%;
	margin-bottom: 30px;
}

.strengths-section{
    margin: 20px 0px 60px 0px;
}

.awardtext{
    font-family: "Poppins", serif;
    margin-top: 30px;
}
.awardtext3{
    font-family: "Poppins", serif;
    margin-top: 95px;
}
.awardtext3 p{
       font-family: "Poppins", serif;
        font-size: 15px;
    letter-spacing: 0px;
    font-weight: 400;
    color: #000;
    line-height: 30px;
    padding-bottom: 0px;
    text-align: justify;
}
.awardtext p{
       font-family: "Poppins", serif;
        font-size: 15px;
    letter-spacing: 0px;
    font-weight: 400;
    color: #000;
    line-height: 30px;
    padding-bottom: 0px;
    text-align: justify;
}
.awardimg img{
margin-top: 20px;
    margin-left: -13px;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
}

.awardimg2 img{
margin-top: 20px;
    margin-left: 13px;

}
.award3imge img{
    margin-top: 20px;
    box-shadow: 0px 0px 40px 10px rgb(0 0 0 / 7%);
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    margin-left: 0%;
    margin-bottom: 30px;
    
}

.awardtotl-box{
        height: 437px;
        width: 1018px;
        margin-left: 125px;
    border-radius: 20px;
    padding: 0px 21px;
        box-shadow: 0px 0px 40px 10px rgb(0 0 0 / 7%);
}
.awardtotl-box3{
    height: 390px;
    width: auto;
    margin-left: 201px;
    border-radius: 20px;
    padding: 0px 21px;
        box-shadow: 0px 0px 40px 10px rgb(0 0 0 / 7%);
}



/*=====================================
               product page
=======================================*/

/*=================goodwe====================*/


.goodwe-logo img{
    width: 30%;
    margin: 50px 0px 35px 420px;
}

.goodwetext-items p {
    font-size: 15px;
    letter-spacing: 0.5px;
    font-weight: 400;
    font-family: "Poppins", serif;
    color: #000;
    line-height: 30px;
    padding-bottom: 25px;
    text-align: justify;
}
.goodwetext-items h2 {
    text-align: left;
    font-weight: 700;
    /* margin-left: 100px; */
    font-size: 30px;
    margin-top: 20px;
    color: #001f3f;
}
.goodwetext-items{margin: 0px 65px 35px 65px;}

.goodwe-Products H1{
    font-size: 40px;
    font-weight: 600;
    color: #f48020;
    font-family: "Poppins", serif;
    text-align: center; 
    margin-bottom: 7%;
}

.product_cards-items {
    box-shadow: 5px 5px 20px 0 rgb(0 0 0 / 10%);
    padding: 23px 0px 0px 0px;
    background-color:  #1a3047;
    width: 100%;
    /* height: 433px; */
    margin-left: 0px;
    text-align: center;
    border-radius: 18px;

}
.productrow-2 { margin-top: 500px;}

.product-image img{
    width: 266px;
    height: 250px;
    background-color: white;
    margin-bottom: 0px;
    margin-top: 0px;
    margin-left: 0px;
    border-radius: 15px;
}

.product-text{
    background-color: #1a3047;
    padding: 10px 0px;
    /* height: 170px; */
    border-bottom-right-radius: 15px;
    border-bottom-left-radius: 15px;
}

.product-btn{
    margin-left: 0px;
    padding: 8px 15px;
    font-size: 16px;
    font-family: "Poppins", serif;
    color: #f48020;
    background-color: #f480;
    border: none;
    /* border-bottom-right-radius: 20px;
    border-top-left-radius: 20px; */
}
.product-btn:hover{ background-color: white;}

.product-btn a{color: #f48020;}

.product-text h3{
    font-size: 20px;
    margin-top: 8px;
    color: white;
    font-weight: 600;
    margin-bottom: 3px;
    font-family: "Poppins", serif;
}
.product-text p{
    font-size: 15px;
    letter-spacing: 0.5px;
    font-weight: 400;
    font-family: "Poppins", serif;
    color: #d0d0d0;
    line-height: 24px;
    padding-bottom: 10px;
}

.productrow-2{
    margin: 100px -200px 100px 145px;
        height: 385px;
}
.product_cardstolo-items{
    height: 370px;
}


/*=================BOS====================*/

.bos-items{margin: 60px 0px 100px 0px !important;}

.bos-text{ margin-top: 190px; background-color: white; padding: 20px; border-radius: 20px; }

.bos-items h1{ text-align: center; color: #001f3f; font-size: 39px;font-family: "Poppins", serif;font-weight: 700;margin-bottom: 20px;}

.bos-items p{
     text-align: center;
         font-size: 15px;
    letter-spacing: 0.5px;
    font-weight: 400;
    font-family: "Poppins", serif;
    color: #000;
    line-height: 30px;
    padding-bottom: 30px;
}

.bos-text p{
    font-size: 15px;
    letter-spacing: 0.5px;
    font-weight: 400;
    font-family: "Poppins", serif;
    color: #000;
    line-height: 30px;
    padding-bottom: 0px;
    text-align: justify;
}

.walkwaytotl-cards{padding: 0px 60px;}

.walkway-points {  width: 103%;}

.walkway-points li{    font-size: 15px;
    letter-spacing: 0.5px;
    font-weight: 400;
    font-family: "Poppins", serif;
    color: #000;
    line-height: 25px;
    padding-bottom: 0px;
}

.walkway-types{margin: 18px 0px 0px 0px; background-color: rgb(255, 255, 255); box-shadow: 3px 3px 20px 0 rgb(0 0 0 / 10%); height: 450px; padding: 17px 20px 1px 20px;}

.walkway-image img{ width: 100%; height: 200px;}

.walkway-points{ margin-top: 19px; }

.walkway-points h2{ color: #001f3f; font-size: 22px;font-family: "Poppins", serif;font-weight: 600;margin-bottom: 5px;}

.bos-items1 { padding: 75px 0px 10px 0px; margin: 0px 0px 70px 0px !important;}

.bos-items2 { padding: 25px 0px 0px 0px; margin: 0px 0px 30px 0px !important;}

.handrails-items{text-align: center;}

.handrails-image img{height: 240px; width: 100%; border-radius: 17px;}

.handrails-items h2{ text-align: center; color: #001f3f; font-size: 39px;font-family: "Poppins", serif;font-weight: 700;margin-bottom: 19px; }

.handrails-items p{     font-size: 15px;
    letter-spacing: 0.5px;
    font-weight: 400;
    font-family: "Poppins", serif;
    color: #000;
    line-height: 30px;
    padding-bottom: 40px;
    text-align: center; }

.handrails-image h3{
    letter-spacing: 0.5px;
    font-weight: 600;
    font-family: "Poppins", serif;
    line-height: 30px;
    padding-bottom: 40px;
    text-align: center;
    color: #f48020;
    font-size: 22px;
}
.residental-points_ul{margin-left: -30px;}

.saf-image img{
    background-position: center;
    background-repeat: no-repeat;
    width: 90%;
   margin-left: 55px;
}

/*====================== cleaning ====================*/

.cle-image img{
    width: 100%;
    height: 400px;
    margin-left: -17px;
}

.cleaning li{
    font-size: 15px;
    letter-spacing: 0.5px;
    font-weight: 400;
    font-family: "Poppins", serif;
    color: #000;
    line-height: 30px;
    padding-bottom: 0px;
}

.cleaning h2 {
    color: #001f3f;
    font-size: 22px;
    font-family: "Poppins", serif;
    font-weight: 600;
    margin-bottom: 5px;
}

.lighting-items h2{    color: #001f3f;
    font-size: 22px;
    font-family: "Poppins", serif;
    font-weight: 600;
    margin-bottom: 5px;}

    .lighting-items p{
    font-size: 15px;
    letter-spacing: 0.5px;
    font-weight: 400;
    font-family: "Poppins", serif;
    color: #000;
    line-height: 30px;
    padding-bottom: 40px;
    text-align: justify;
     }

.lighting-image img{ width: 100%; height: 230px;}

.resistant-image img{
    width: 100%;
    margin-left: -30px;
    margin-top: -23px;
}

.residental-points li {
    font-size: 15px;
    letter-spacing: 0.5px;
    font-weight: 400;
    font-family: "Poppins", serif;
    color: #000;
    line-height: 30px;
    padding-bottom: 0px;
}

.Product-image img{ width: 100%; height: 300px; margin-top: -30px; }

.walkway-points p{
    font-size: 15px;
    letter-spacing: 0.5px;
    font-weight: 400;
    font-family: "Poppins", serif;
    color: #000;
    line-height: 27px;
    padding-bottom: 0px;
    text-align: justify;
}

/*======================================  saativk page====================================== */

.saathvik-logo img {
    width: 37%;
    margin: 15px 0px -35px 380px;
}

.saatviktext-items p{
    text-align: justify; 
    padding: 0px 50px;
    font-size: 15px;
    letter-spacing: 0.5px;
    font-weight: 400;
    font-family: "Poppins", serif;
    color: #000;
    line-height: 30px;
    padding-bottom: 0px;
}
.but-datasheet {
    padding: 7px 18px;
    font-size: 15px;
    background-color: #f48020;
    letter-spacing: 0.5px;
    font-weight: 400;
    font-family: "Poppins", serif;
    line-height: 30px;
    border: none;
    margin-left: 165px;
    border-radius: 6px;
    margin-top: -10px;
}
.but-datasheet a{
    color: white;

}

.but-datasheet:hover{ background: #050447; }

/* .but-datasheet a:hover{  color: #ff5f08;} */

.highleats-saa{
    width: 90%;
    text-align: center;
    justify-items: center;
}

.highleats-saa img{ width: 50%;}

.saatviktext-items{margin: 50px 0px; text-align: center;}

.saatviktext-imgs{margin: 10px 0px 0px 0px;}

.saatvik-text{text-align:center ; margin-bottom: 5%;}

.saatvik-text h1{
    text-align: center;
    font-weight: 700;
    color: #f48020;
    margin-bottom: 20px;
}
.saatvik-text p{
    text-align: center; 
    padding: 0px 100px;
    font-size: 15px;
    letter-spacing: 0.5px;
    font-weight: 400;
    font-family: "Poppins", serif;
    color: #000;
    line-height: 30px;
    padding-bottom: 0px;
}

.key-pointssaa li{
    font-size: 15px;
    letter-spacing: 0.5px;
    font-weight: 400;
    font-family: "Poppins", serif;
    color: #000;
    line-height: 30px;
    padding-bottom: 8px;
    padding-left: 15px;
}

.key-pointssaa li i{
    margin-left: -15px;
    padding-right:4px;
}
.textofsaatvik h2{
    font-size: 35px;
    font-weight: 700;
    color: #001f3f;
}
.textofsaatvik{
    margin: 0px 0px 50px 20px;
}

.saatvik-images1 img{
    width: 80%;
    height: 600px;
    margin-top: -20px;
    margin-bottom: 52px;
    margin-left: 50px;

}

.highleats-saatvik{
    margin: 20px 0px 0px 0px !important;
    height: 170px;
    text-align: center;
}
.highleats-saa h4{
    font-size: 19px;
    letter-spacing: 0.5px;
    font-weight: 500;
    font-family: "Poppins", serif;
    color: #000;
    line-height: 30px;
    padding-bottom: 0px;
    margin-bottom: 3px;
}
.highleats-saa p{
    font-size: 13px;
    letter-spacing: 0.5px;
    font-weight: 400;
    font-family: "Poppins", serif;
    color: #000;
    line-height: 25px;
    padding-bottom: 0px;
}

/*======================================  Trackso page====================================== */


.tracksotext-items{margin: 50px 0px; text-align: center;}

.tracksotext-items h2 {
    text-align: center;
    font-weight: 700;
    margin-left: 77px;
    margin-right: 90px;
    font-size: 30px;
    line-height: 45px;
    margin-top: 20px;
    color: #001f3f;
}

.tracksotext-items p{
    text-align: justify; 
    padding: 0px 100px;
    font-size: 15px;
    letter-spacing: 0.5px;
    font-weight: 400;
    font-family: "Poppins", serif;
    color: #000;
    line-height: 30px;
    padding-bottom: 0px;
}

.track-image img{
    width: 100%;
    height: auto;
}

.track-image h1{
    letter-spacing: 0.5px;
    font-weight: 700;
    font-family: "Poppins", serif;
    line-height: 30px;
    padding-bottom: 0px;
    text-align: center;
    color: #f48020;
    font-size: 45px;
}

.borderline img{
    margin-left: 503px;
    width: 24%;
    margin-bottom: 38px;
    margin-top: -100px;
}







/*====================================== contact us page====================================== */

.contact-section{margin: 70px 0px;}

.contact-head_text h1 {
    font-family: "Poppins", serif;
    font-size: 43px;
    font-weight: 700;
    line-height: 55px;
    /* margin-bottom: 15px; */
    color: #001f3f;
}
.contact_items{margin-top: 20px;}

.contact_cards{
    background-color: #F7F9FB;
    padding: 15px 20px;
    height: 225px;
    border-radius: 15px;
}

.contact_cards h3{
    color: #f48020;
    font-size: 22px;
    font-family: "Poppins", serif;
    font-weight: 600;
    margin-bottom: 5px;
}

.contact_cards p{
    font-size: 13.2px;
    letter-spacing: 0.5px;
    font-weight: 400;
    font-family: "Poppins", serif;
    color: #000;
    line-height: 24px;
    padding-bottom: 0px;
    /* text-align: justify; */
}

.contact-icon i{
    background-color: #001f3f;
    font-size: 25px;
    width: 50px;
    padding: 14px 13px;
    height: 50px;
    border-radius: 11px;
    margin-bottom: 15px;
}

.contact_form-group-1{
    width: 575px;
    height: 501px;
    background-color: white;
    margin-top: 10px;
    margin-left: 37px;
    box-shadow: 3px 3px 20px 0 rgb(0 0 0 / 10%);
    /* margin: -404px auto 0 calc(((100% - 1140px) / 2)); */
  }
  
  .form_layout-1 {
    padding: 30px 40px 80px;
    z-index: 4;
    position: relative;
  }
  
  .u-form-group {
    margin-bottom: 8px;
    padding-left: 0px;
    width: 100%;
  }
  
.u-text-1{
    margin-bottom: 0px;
    font-family: "Poppins", serif;
    font-size: 33px;
    font-weight: 600;
    line-height: 40px;
    color: #001f3f;
}
  
  .u-border-2{
    width: 100%;
    height: 30px;
    border: 1px solid rgb(185 185 185);
    padding: 16px 10px;
    border-radius: 8px;

  }
  
  .u-form-1{
    color: aliceblue;
    font-size: 21px;
    border: none;
    border-style: solid;
    font-weight: 700;
    text-transform: uppercase;
    font-family: 'Poppins', serif;
    width: 55%;
    margin: 20px 110px;
    background-image: none;
    height: 60px;
    background-color: #001f3f;
    border-radius: 8px;
  }
 
.map-section{ margin: 0px 0px 50px 0px;}  

.google_map iframe{
    width: 100%;
    height: 330px;
    border-radius: 18px;
}



/*=============query==popup===================*/
 .product-query-overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.7);
  transition: opacity 500ms;
  visibility: hidden;
  opacity: 0; 
  z-index: 999999;
  overflow: scroll;
}
.product-query-overlay:target {
  visibility: visible;
  opacity: 1;
}

.product-query-popup {
  margin: 70px auto;
  padding:30px 30px;
  background: #fff;
  border-radius: 5px;
  width: 40%;
  position: relative;
  transition: all 5s ease-in-out;
}

.product-query-popup h2 {
  margin-top: 0;
 color: #f48020; 
 background: #eff4f7;
 padding:10px 20px;
 font-size: 18px;
 margin-bottom: 25px;
 text-align: center;
 line-height: 40px;
 font-weight: 700;
}
.product-query-popup .close {
  position: absolute;
  top: -10px;
  right: -10px;
  transition: all 200ms;
  font-size: 30px;
  font-weight: bold;
  text-decoration: none;
  color: #fff;
  width: 40px;
  height: 40px;
  line-height: 40px;
  background: #357fe6;
  text-align: center;
  border-radius: 50%;
}
.product-query-popup .close:hover {
  color: #000;
}
.product-query-popup .content {
  max-height: 30%;
  overflow: auto;  
}
.product-query-popup .query-form-block{
  padding: 0px 30px;
}
@media screen and (max-width: 700px){
  .product-query-popup{
    width: 80%;
  }
}

.product-query-popup .form-group {
    margin-bottom: 13px;
    width: 100%;
    float: left;   
}
.submit-product{
    padding: 10px 12px;
    color: white;
}
.form-control{
    border: none;
    border-bottom: 1px solid #E8EBF7;
}
.product-query-popup .form-group input[type="text"] , .product-query-popup .form-group input[type="email"], .product-query-popup .form-group input[type="tel"],.product-query-popup .form-group input[type="file"],.product-query-popup .form-group textarea{
    width: 100%;
    float: left;
    padding: 10px 50px;
    padding-left: 0;
    font-weight: 400;
    font-size: 15px;
    line-height: 1;
    color: rgba(0, 0, 0, 0.5);
    border: none;
    border-bottom: 2px solid #E8EBF7;
    outline: 0;
    font-family: "Poppins", serif;
  }

.but-datasheet2{
        padding: 8px 28px;
    font-size: 15px;
    background-color: #001f3f;
    letter-spacing: 0.5px;
    font-weight: 400;
    font-family: "Poppins", serif;
    line-height: 30px;
    border: none;
    margin-left: 200px;
    border-radius: 6px;
    margin-top: -10px;
}
.but-datasheet2 a{
    color: white;

}

.but-datasheet2:hover{ background: #f48020; }


/*=========================================================================*/

.enquire-cont{display: none;}

.phone1 {
    display: inline-block;
    margin-right: 0px;
    line-height: 43px;
    font-size: 16px;
    font-weight: 400;
    color: #000000;
    height: 45px;
    padding-top: 2px;
    font-family: "Poppins", serif;
}
    .menu-toggle{display:none !important;}

.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: 100%;
  height: 50px;
  line-height: 50px;
  background: #002147;
  z-index: 2;
  -webkit-box-shadow: 0 1px 1px #454545;
          box-shadow: 0 1px 1px #454545;
  -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: 5%;
  font-size: 16px; 
  margin:10px 0px 0px 0px; 
  color:  #fff; 
  font-weight: 400;    font-family: 'poppins', sans-serif;       text-align: left;
}

.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: #fff;
  /* 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: #000;
}

.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: 100%;
  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 5%;
  overflow: auto;
  /* smooth scrolling on touch devices */
  -webkit-overflow-scrolling: touch;background: #002147;
}

.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;
  }
}

.menu-desktop{display: block;}

.menu-mobile{display: none;}

.cd-panel__content ul {padding:5px ;}

.cd-panel__content ul li{padding-bottom:12px; margin-bottom: 12px; border-bottom: 1px solid #031325}

.cd-panel__content ul li a{ font-family: "Roboto", serif;
    color: #fff;
    font-size: 18px;
    letter-spacing: 0.5px;}

.cd-panel__content ul li ul {padding:15px ;}

.cd-panel__content ul li ul li{padding-bottom:10px; margin-bottom: 0px; border-bottom: 0px solid #031325}

.cd-panel__content ul li ul li a{ font-family: "Poppins", sans-serif;
    color: #fff;
    font-size: 18px;
    letter-spacing: 0.5px;}

.cd-panel__content ul li ul li a i{ 
        color: #fff;
    font-size: 6px;
    float: left;
    padding-right: 10px;
    padding-top: 8px;}


.panel-title > a {
  display: block;
  position: relative;
}
.panel-title > a:after {
  content: "\f078"; /* fa-chevron-down */
  font-family: 'FontAwesome';
  position: absolute;
  right: 0;
}
.panel-title > a[aria-expanded="true"]:after {
  content: "\f077"; /* fa-chevron-up */
}

.panel-heading a{    font-size: 16px;
    color: #fff;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    letter-spacing: 0.5px;}

.panel-heading{    border-bottom: 1px solid #1d3b5e;
    margin-bottom: 10px;}

.panel-body ul li { border-bottom: 0px solid #1d3b5e; padding-bottom: 12px;
    margin-bottom: 0px; padding-left: 10px;}

.panel-body ul li a{font-size: 14px;
    color: #fff;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    letter-spacing: 0.5px; }

.submenu-padd{padding-left: 15px; }

.submenu-padd a{font-size: 15px;}

.mobile-scrolling{padding:8px 10px; background-color: #1d3b5e}

.menu-mobile a{color:#000;}

#whatsAppIcon{display: block;
    position: fixed;
    right: 15px;
    bottom: 60px;
    width: 50px;
    height: 50px;
    background-color: rgb(84, 180, 96);
    text-align: center;
    line-height: 50px;
    color: rgb(255, 255, 255);
    font-size: 24px;
    z-index: 9999;
    border-radius: 50%;}

