/*----------------------------------------------------
	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: 80px;
	margin-top:-10px;
	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: 21%;
	margin-top: 5px;
}


.menu_main {
	float: left;
	width: 79%;
	z-index: 9999;    margin-top: 5px;
}



.menu_main_full {
	float: left;
	width: 84%;
	z-index: 9999;
}




.mstslider {
	width: 100%;
	float: left;
}

.top_nav {
	width: 100%;
    height: 48px;
    background: #097c97;
    -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: 6px;
    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: #60cae2;
    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 #097c97;
    padding: 6px;
    top: -2px;
    position: relative;
    text-align: center;
    background: #097c97;
    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: #60cae2;
}
.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: '';
}
.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: 110px;
}








/* 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: 290px;
    padding: 25px;
}
.belowbanner-box span {
        font-size: 30px;
    color: #f37330;
    float: left;
    margin-right: 25px;
    margin-bottom: 152px;
    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: 14px;
    font-weight: 300;
    line-height: 26px;
    letter-spacing: 0.5px;
   
}

.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: 90px 0}

.about-left{width: 48%; float: left; margin-right: 4%;}

.about-right{width: 48%; float: left; margin-right: 0%;}

.about-left h4{font-family: "Playfair", serif;    
    font-size: 38px;
    margin-bottom: 33px;
    font-weight: 600;
    line-height: 47px;
    color: #2f4935;
}
.about-left p{font-family: 'Poppins', serif; 
    font-size: 16px;
    margin-bottom: 40px;
    font-weight: 400;
    line-height: 29px;
    color: #000;
}
.about-left h4 span{color: #60cae2;
}

.about-btn {
    background-color: #059498;
    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
}

.about-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;
}

.about-right h5{font-family: "Playfair", serif;    
    font-size: 32px;
    margin-bottom: 18px;
    font-weight: 600;
    line-height: 47px;
    color: #2f4935;
}
.about-right p{font-family: 'Poppins', serif; 
    font-size: 16px;
    margin-bottom: 40px;
    font-weight: 400;
    line-height: 29px;
    color: #000;
}

.about-box{width: 31%; float: left; margin-right: 3.5%; background-color: #cbe9c9; padding: 10px; border-radius: 5px;}

.about-box:last-child{margin-right: 0%}

.about-box img{border-radius: 5px;}

.about-box h4{font-family: "Playfair", serif;
    font-size: 38px;
    margin-bottom: 0px;
    font-weight: 600;
    line-height: 56px;
    color: #2f4935;
    text-align: center;}

.about-box p{font-family: 'Poppins', serif; 
    font-size: 15px;
    margin-bottom: 20px;
    font-weight: 400;
    line-height: 29px;
    color: #000;text-align: center;
}

.services-scrolling{background-color: #60cae2; padding: 20px 0;}

.services-section{background-color: #f4fdff; padding: 80px 0 30px}

.section-title {
    text-align: center;
    max-width: 900px;
    margin-bottom: 70px;
    margin-top: -6px;
    margin-left: auto;
    margin-right: auto;
}
.section-title h2 {
    font-weight: 200;
    font-size: 3.37rem;
    color: #000;
    margin-bottom: 0px;
    text-align: center;font-family: "Playfair", serif;
}
.section-title h2 span {
    font-weight: 600;
    color: #045ca4;
}
.section-title .bar {
    height: 4px;
    width: 85px;
    background: #059498;
    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;
}

.services-box{width: 30%; float: left; margin-right: 5%; margin-bottom: 50px;    transition: 0.4s;}

.services-box:nth-child(3n+3){margin-right: 0%;}

.services-box h4{
	font-family: "Playfair", serif;
	font-size: 30px;
    margin-bottom: 20px;
    font-weight: 500;
    color: #000;
}

.services-box:hover {
    transform: translateY(-10px);
}

.services-box .icon {
    display: block;
    width: 80px;
    height: 80px;
    line-height: 80px;
    background: #d4eafc;
    border-radius: 50%;
    font-size: 30px;
    color: #ca010f;
    transition: 0.4s;margin-bottom: 25px;
}

.services-box .icon img {
    height: 46px;vertical-align: middle; 
}

.services-box:hover .icon {
    color: #ffffff;
    background: #a8d2f4;
    box-shadow: 0px 10px 30px 0px rgba(26, 38, 74, 0.14);
}

.services-box p{font-family: 'Poppins', serif; 
    font-size: 16px;
    margin-bottom: 20px;
    font-weight: 300;
    line-height: 28px;
    color: #000;text-align: left;
}

.why-choose{padding: 80px 0 10px}


.rejoicePart{
  float: left;
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: stretch;
    -moz-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch; background: url(../images/choose-bg3.jpg);
}

.rejoicePart .rejone {
    float: left;
    width: 50%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -moz-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    overflow: hidden;
}

.rejoicePart .rejtwo {
    float: left;
    width: 50%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -moz-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    overflow: hidden;
}

.rejoicePart .rejone.rejFirst {
    background-image: url(../images/why.png);
    background-repeat: no-repeat;
    background-size: cover;
    /*background-position: center;*/
}

.rejoicePart .rejtwo .rjCoverone {
    float: left;
    width: 100%;
    padding: 0px 40px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    height: 780px;
   
    /*background-image: url(../images/flg.png);
    background-repeat: no-repeat;
    background-position: right bottom;*/
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-size: 35%;
}

.rjCoverone h1 {
	    font-family: "Playfair", serif;
    font-size: 24px;
    font-weight: 600;
    line-height: 35px;
    color: #2f4935;
    margin-top: 29px;
    text-align: left;
    margin-bottom: 29px;
    padding: 0 10%;
}

.highlights-right {
    width: 100%;
    float: left;
    margin-right: 0%;padding: 0 10%;
}

.highlights-right ul li {
    width: 48%;
    float: left;
    list-style: none;
    padding-right: 10px;
    color: #000;
    font-family: "Poppins", sans-serif;
    font-size: 15px;
    text-align: left;
    padding-bottom: 50px;
    letter-spacing: 0.5px;
    margin-right: 4%;
}

.highlights-right ul li:nth-child(2n+2) {
    
    margin-right: 0%;
}
.highlights-right ul li span {
    float: left;
    padding-right: 18px;
        padding-bottom: 107px;
}

.highlights-right ul li h6{
    color: #2f4935;
    font-family: "Playfair", serif;
    font-size: 24px;
    text-align: left;
}

.highlights-right ul li p{
    color: #000;
    font-family: "Poppins", sans-serif;
    font-size: 14px;
    text-align: left;
    font-weight: 300;
    line-height: 26px;
}

.gallery-section{padding: 90px 0 90px}

.number-counter{padding: 90px 0 250px; background-color: #059498; }

.number-counter h2{ 
	color: #fff;
    font-family: "Playfair", serif;
    font-size: 42px;
    text-align: center; 
    text-transform: uppercase;
    margin-bottom: 100px;
}
.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: #045ca4;
	border-radius: 4px;
	border:1px solid #045ca4;margin-top: 25px;
}

.testimonials{padding: 130px 0}

.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 #60cae2;
  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: #60cae2;
  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: #002730;
    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: "Playfair", 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: 18%; margin-right: 4.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: #8ae8fd;
    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: 13%; margin-right: 4.666%; float: left}

.footer-2 h4{
     color: #8ae8fd;
    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: 33%; margin-right: 4.666%; float: left}

.footer-3 h4{
     color: #8ae8fd;
    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: 22%; margin-right: 0%; float: left}

.footer-4 h4{
     color: #8ae8fd;
    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; line-height: 28px;  margin-bottom: 12px; letter-spacing: 0.5px; padding-left: 15px;}

.footer-4 ul li a{color: #fff;
    }
.footer-4 ul li i {
    margin-left: -15px;
    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: #60cae2;
    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;
}
/*==========pages======================================*/

.page-banner{
    width: 100%;
    float: left;
    margin-top: 110px;
    background: #f9f9f9 url(../images/page-banner.jpg) no-repeat center;
    background-size: cover;
    position: relative;
}
.page-banner:before{
    position: absolute;
    content: "";
    left:0;
    top: 0;
    background-color: rgb(255 255 255/0.6);
    width: 100%;
    height: 100%;
}
.page-banner-text{
    padding:6rem 0rem;
    text-align: left;
    position: relative;
    text-align: center;
}
.page-banner-text h1{
    color:#045ca4;
    font-family: "Poppins", Sans-serif;
    letter-spacing: 0.5px;
    font-weight: 800;
    font-size: 3.1rem;
}
.page-banner-text p{
     color:#000;
    font-family: "Poppins", Sans-serif;
    letter-spacing: 0.3px;
    font-weight: 600;
    font-size: 1.25rem;
}
.inner-page{
    width: 100%;
    float: left;
    padding: 80px 0px;
}
.inner-page p {
    font-family: 'Poppins', serif;
    font-size: 15px;
    margin-bottom: 15px;
    font-weight: 400;
    line-height: 28px;
    color: #000;
    text-align: justify;
}
.inner-page li {
    font-family: 'Poppins', serif;
    font-size: 15px;
    margin-bottom: 10px;
    font-weight: 400;
    line-height: 28px;
    color: #000;
    text-align: justify;
}
.inner-page p:last-child, .inner-page li:last-child{margin-bottom: 0}
.inner-page b{font-weight: 600;}

.about-image1{
    width: 50%;
    float: left;
    margin-right: 2%;
}
.about-image2{
    width: 48%;
    float: left;
}
.about-image1 img, .about-image2 img{ width:100%;}

.about-image1 h3{
        color: #097c97;
    text-align: center;
    font-weight: 800;
    font-size: 3.5rem;
    line-height: 3.5rem;
    font-family: "Playfair", serif;
        margin-bottom: 0px;
    padding: 3rem 0;
}
.mission-box{margin-top:25px;}

.mission-box h4{
    color:#045ca4;
    font-weight: 600;
    font-size: 1.5rem;
}
.mission-box-details{overflow: hidden;}

.aboutus-icon{   
    width: 90px;
    height: 90px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    float: left;
    margin-right: 30px;
    position: relative;
    margin-top: 10px;
}
.aboutus-icon:before{
   position: absolute;
    content: "";
    background: rgb(96 202 226 / 10%);
    width: 90px;
    height: 90px;
    left: 0;
    top: 0;
    transform: rotate(45deg);
    border-radius: 20px;
    border-right: 2px solid #097c97;
    border-top: 2px solid #097c97;
}
.aboutus-icon img{ width: 55px;}

.about-right-col{
    padding-left: 30px !important;
}
@media screen and (max-width: 767px){
    .about-right-col{  padding-left: auto !important;}
}

.innerpage-form{margin-bottom: 5rem}
/*==============================================*/

.services-side-nav{
    border: 1px solid #ddd;
    box-shadow: 0px 0px 38px 1px rgb(0 0 0 / 10%);
    background: #fff;
   width: 100%;
   float:left;
       border-top: 2px solid #097c97;
}
.services-side-nav h2{
     color: #097c97;
    text-align: left;
    font-weight: 800;
    font-size: 2.2rem;
    line-height: 1.5rem;
    font-family: "Playfair", serif;
    margin-bottom: 0px;
    padding: 20px 20px 20px;
}
.services-side-nav li{
    width: 100%;
    float: left;
    border-bottom: 1px solid #ddd;
    padding: 10px 10px;
    position: relative;
    padding-left:40px;
    transition: all 0.5s ease-in;
    margin: 0;
}
.services-side-nav li:before{
    position: absolute;
    content: "\f101";
    font-family: fontawesome;
    color: #60cae2;
    font-size: 15px;
    left: 20px;

}
.services-side-nav li a{
    color: #000;
    font-family: 'Poppins',sans-serif;
    font-weight: 500;
    font-size: 15px;
    letter-spacing: 0.3px;
    transition: all 0.5s ease-in;
    display: block;
}
.services-side-nav li:hover , .services-side-nav li.active, .services-side-nav li:focus{
    background:#059498;
}
.services-side-nav li:hover a, .services-side-nav li.active a, .services-side-nav li:focus a{
    color:#fff;
}
.services-page-box{
    width: 100%;
    float:left;
    margin-top: 50px;
}

.services-page-box h5{
    color:#097c97;
    font-weight: 500;
    font-size: 1.2rem;
   font-family: 'Poppins',sans-serif;
}

.left-shape-box{
margin-bottom: 30px;
position: relative;
padding-left: 20px;
width: 100%;
float: left;
}
.left-shape-box h3{
    color:#0e60a4;
    font-weight: 600;
    font-size: 1.5rem;
    position: relative;
    margin-bottom: 0px;
    background: #fff;
    font-family: 'Poppins',sans-serif;
}
.left-shape-box:before{
    position: absolute;
    content: "";
    /*background: rgb(148 163 78 / 20%);*/
    width: 40px;
    height: 40px;
    left: 0;
    top: -4px;
    transform: rotate(45deg);
    border-radius: 5px;
    border: 1px solid #097c97;
}
.services-page-box ul{
    margin-bottom:10px;
}
.services-page-box li{
    position: relative;
    transition: all 0.5s ease-in;
    padding-left: 20px;
    margin:0;
    padding-bottom: 10px;
    border-left: 1px solid #ddd;
}
.services-page-box li:before{
        position: absolute;
    content: "\f013";
    font-family: fontawesome;
    color: #097c97;
    font-size: 14px;
    left: -6px;

}
.services-page-box li ul li{border-left: 0;}

.services-page-box li ul li:before{
    position: absolute;
    content: "\f101";
    font-family: fontawesome;
    color: #ca7443;
    font-size: 14px;
    left: 0px;
}

.li-2col {
    width: 100%;
    float: left;
    -webkit-column-count: 2;
       -moz-column-count: 2;
            column-count: 2; 
            column-gap: 50px;

}

.li-2col li {
        display: inline-block;
    width: 100%;    
}
.service-row{
    width: 100%;
    float:left;
}
.service-left-col{
    width: 45%;
    float: left;
    margin-right: 5%;
}
.service-right-col{
    width: 50%;
    float: left;
    margin-right: 0%;
}

.service-right-col h1{
    color: #097c97;
    font-family: "Poppins", Sans-serif;
    letter-spacing: 0.5px;
    font-weight: 800;
    font-size: 2.9rem;
    line-height: 55px;
}

.service-left-col img{
    width: 95%;
    border-radius: 15px;
}

@media screen and (max-width: 767px){
.li-2col {  -webkit-column-count: 1;   -moz-column-count: 1;    column-count: 1;}

.service-left-col{  width: 100%;    margin-right: 0%;}

.service-right-col{  width: 100%;    margin-right: 0%; position: relative; top:0;}
}
/*=============appointment-form=============================*/
.appointment-page{
    margin-bottom: 5rem;
}
.appointment-form{
    width: 100%; float: left;
    position: relative;

}
.appointment-left{
    width: 55%;
    float: left;
    
}
.appointment-form-box{
    width: 100%;
    float: left;
        -webkit-box-shadow: 0 20px 40px rgb(0 0 0 / 18%);
    box-shadow: 0 20px 40px rgb(0 0 0 / 18%);
    background: #fff;
    display: flex;
    flex-wrap: wrap;
    padding: 30px 30px;
    margin-top: 60px;
}
.appointment-form-box h3{
    color: #059498;
    text-align: left;
    font-weight: 800;
    font-size: 2.58rem;
    line-height: 3.2rem;
    font-family: "Playfair", serif;
    margin-bottom: 0px;
}
.appointment-form-box p{
    margin-bottom: 25px;
}
.appointment-right{
    width: 65%;
    position: absolute;
    content: "";
    right: 0;
    top: 0;
    z-index: -1;
    background:url(../images/appointment-bg.jpg) no-repeat center;
    background-size: cover;
    /*height: 600px;*/
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.appointment-right:before{
    width:100%;
    position: absolute;
    content: "";
    right: 0;
    top: 0;
    z-index: 1;
    background: rgb(5 148 152/0.8);
    height: 100%;
}
.appointment-right-text{
    width: 65%;
    float: right;
    padding: 4.2rem 3rem;
    position: relative;
    z-index: 2;
}
.appointment-right-text h4{
  color: #fff;
    text-align: left;
    font-weight: 800;
    font-size: 3.2rem;
    line-height: 3.2rem;
    font-family: "Playfair", serif;
    margin-bottom: 20px;
}
.appointment-right-text h6{
    color: #fff;
    font-weight: 500;
    font-size: 1.25rem;
    line-height: 2.1rem;
    position: relative;
    margin-bottom: 0px;
    font-family: 'Poppins',sans-serif;
}
@media screen and (max-width: 767px){

.appointment-left{
    width: 100%;
    padding: 20px 20px;
    margin-top: 00px;
}
.appointment-right{
    width: 100%;
    position: relative;
    height: unset;
}
.appointment-right-text{
    width: 100%;
}

}
/*=======conatct==========================*/
.contactus-left{
    width: 40%;
    float: left;
    margin-right: 5%;
}    
.contactus-right{
    width: 55%;
    float: left;
}
.contactus-infobox{
   width: 100%;
    float: left;
    border-top: 1px solid #059498;
    margin-bottom: 30px;
 
}
.contact-icon{
    width: 80px; 
    height: 85px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #d4f7ff;
    border-radius: 0px 0px 50px 50px;
    float: left;
    margin-right: 20px;
    padding: 10px
}
.contact-icon img{
width: 42px;
}
.contactus-infobox h4{
     color: #fff;
    text-align: left;
    font-weight: 800;
    font-size: 1.82rem;
    line-height: 2rem;
    font-family: "Playfair", serif;
    padding-top:10px;
}
.contactus-infobox p{overflow:hidden;}

.contact-title{
    position: relative;
    height: 120px;
    display: flex;
    align-items: center;
    margin-bottom: 3rem;
    padding-left: 30px;
}
.contact-title:before{
 position: absolute;
    content: "";
    -webkit-box-shadow:  0 10px 36px rgb(5 148 152 / 45%);
    box-shadow:  0 10px 36px rgb(5 148 152 / 45%);
    width: 120px;
    height: 120px;
    left: 0;
    top: 0;   
    border-radius: 50%;
}

.contact-title h2{
    color: #097c97;
    text-align: left;
    font-weight: 800;
    font-size: 3.8rem;
    line-height: 2rem;
    font-family: "Playfair", serif;
    padding-top:10px;
    margin-bottom: 0;
}

.contact-title h2 span{
    font-size: 5.8rem;
    color: #059498;
 
}




.d-flex {
    display: flex !important ;
}

.flex-wrap {
    flex-wrap: wrap !important;
}

.align-items-center {
    align-items: center !important;
}

.book-appointant{
    background-color: #159b9f; 
    padding: 18px 25px;
    color: #fff;
    border-radius: 15px;
    font-size: 1.125rem;
    letter-spacing: 0.5px;
    font-family: 'Poppins',sans-serif;
}

.right-icon{
    height: 44px;
    width: 44px;
    min-width: 44px;
    transform: translateY(0);
    margin: -11px -18px -11px 12px;
    background-color: #fff;
    border-radius: 10px;
    color: #045ca4;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.book-appointant:hover{
    background-color: #045ca4; 
    color: #fff;
}

.mr-50{margin-right: 50px}

@keyframes shake {
    0% {
        transform: translate(1px, 1px) rotate(0deg);
    }

    10% {
        transform: translate(-1px, -2px) rotate(-1deg);
    }

    20% {
        transform: translate(-3px, 0px) rotate(1deg);
    }

    30% {
        transform: translate(3px, 2px) rotate(0deg);
    }

    40% {
        transform: translate(1px, -1px) rotate(1deg);
    }

    50% {
        transform: translate(-1px, 2px) rotate(-1deg);
    }

    60% {
        transform: translate(-3px, 1px) rotate(0deg);
    }

    70% {
        transform: translate(3px, 1px) rotate(-1deg);
    }

    80% {
        transform: translate(-1px, -1px) rotate(1deg);
    }

    90% {
        transform: translate(1px, 2px) rotate(0deg);
    }

    100% {
        transform: translate(1px, -2px) rotate(-1deg);
    }
}

.dz-ring-effect {
    -webkit-animation: dzRing 1.2s infinite ease-in-out;
    animation: dzRing 1.2s infinite ease-in-out;
    display: inline-flex;
}

@-webkit-keyframes dzRing {
    0% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
    }

    10% {
        -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
    }

    20% {
        -webkit-transform: rotate(25deg) scale(1) skew(1deg);
    }

    30% {
        -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
    }

    40% {
        -webkit-transform: rotate(25deg) scale(1) skew(1deg);
    }

    50% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
    }

    100% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
    }
}

@-webkit-keyframes dzRing {
    0% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
        transform: rotate(0) scale(1) skew(1deg);
    }

    10% {
        -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
        transform: rotate(-25deg) scale(1) skew(1deg);
    }

    20% {
        -webkit-transform: rotate(25deg) scale(1) skew(1deg);
        transform: rotate(25deg) scale(1) skew(1deg);
    }

    30% {
        -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
        transform: rotate(-25deg) scale(1) skew(1deg);
    }

    40% {
        -webkit-transform: rotate(25deg) scale(1) skew(1deg);
        transform: rotate(25deg) scale(1) skew(1deg);
    }

    50% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
        transform: rotate(0) scale(1) skew(1deg);
    }

    100% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
        transform: rotate(0) scale(1) skew(1deg);
    }
}

.info-widget.style-5 {
    display: inline-flex;
    align-items: center;
    gap: 15px;font-family: 'Poppins',sans-serif;
}
.info-widget.style-5 .widget-media {
    width: 35px;
    height: 35px;font-family: 'Poppins',sans-serif;
}
.text-primary {
    --bs-text-opacity: 1;
    color: #4b71c4 !important;font-family: 'Poppins',sans-serif;
}
.info-widget.style-5 .widget-content .title {
    font-size: 15px;
    color: #045ca4;
    font-weight: 500;
    margin-bottom: 0px;font-family: 'Poppins',sans-serif;
}
.info-widget.style-5 .widget-content a {
    font-size: 18px;
    font-weight: 600;
    color: var(--bs-primary);font-family: 'Poppins',sans-serif;
}
.text-secondary {
   
    color: #000 !important;font-family: 'Poppins',sans-serif;
}
.info-widget.style-5 .widget-media i {
    font-size: 35px;
}