@charset "utf-8";
/* CSS Document */

body{
	font-family: 'Rubik', sans-serif;
}
img{
	max-width:100%;
}
header{
	position:relative;
	/* height:660px; */
}
.main{
	overflow: auto !important;
}
.top-head{
	position:relative;
	left:0;
	right:0;
	top:0;
	z-index:3;
	padding-bottom: 20px;
	
}
.fixed-menu .navbar-toggler{
	margin-right: 10px;
}
.top-menu{
	font-family: 微软雅黑, Arial, Helvetica, sans-serif;
	padding: 15px 0;
}
.top-menu .row{
	align-items:center;
}
.contact-top{
	display: flex;
	align-items:center;
	justify-content: space-between;
	margin: 0;
}
.contact-top li span:first-child{
	font-size: 15px;
	font-weight: 500;
	margin-bottom: 3px;
 }
 .contact-top li span:first-child i{
	 margin-right: 5px;
 }
.contact-top li span:last-child{
   font-size: 17px;
   font-weight: 600;
}

.banner-part .carousel-caption {
    left: 0 !important;
    right: 0 !important;
    bottom: inherit !important;
    top: 45%;
    transform: translateY(-50%);
}
.banner-part .carousel-item img{
	object-fit: cover;
	width: 100%;
	margin: auto;
}
.banner-part .carousel-caption h1{
	font-family: 'Exo', sans-serif;
	color: #060236;
	font-size:45px;
	text-transform: uppercase;
}
.banner-part .carousel-caption p{
	color: #060236;
	font-size: 19px;
}
.banner-part .carousel-caption h1 span{
	margin-bottom: 5px;
}
.banner-part .carousel-caption h1, .banner-part .carousel-caption p{
	text-align: left;
	
}
.banner-part .carousel-caption h1 span:nth-child(1){
	font-size: 30px;
}
.banner-part .carousel-caption h1 span:nth-child(2),
.banner-part .carousel-caption h1 span:nth-child(3){
	font-weight: 800;
	
}
.banner-part .carousel-caption h1 span:nth-child(2) >b{
	color:#0143be;
	
}

.banner-part .carousel-caption h1,
.banner-part .carousel-caption p{
	text-align:left;
	
}

.banner-part .d-flex > a:first-child{
	border-radius: 50px;
	background: #060236;
	color: #fff;
	border: none;
	font-size: 16px;
	font-weight: 200;
	padding-left: 25px;
	padding-right: 25px;
	margin-right: 15px;
}
.banner-part .d-flex > a:last-child{
	border-radius: 50px;
	background: #fff;
	color: #060236;
	border: none;
	font-size: 16px;
	font-weight: 400;
	padding-left: 25px;
	padding-right: 25px;
	
}
.mn-head form{
	margin-left: auto;
	margin-top: 0;
	width: 320px;
}
.mn-head form .form-control{
    border-radius: 0;
	background: #f5f5f5;
	border: none;
}
.mn-head .container{
	padding: 0;
}
.mn-head form .btn-info{
   background: #0143be;
   color: #fff;
   border-radius: 0;
   border: none !important;

   width: 100px;;
}
.medi-services{
	position: relative;
	z-index: 2;
	top:-100px;
	margin-bottom: 0;
}

.medi-services .row > div{
	background: #0143be;
    min-height: 280px;
    overflow: hidden;
}
.medi-services .row > div:nth-child(1){
	background: #0143be;
	 opacity: 0.8; /* 50% 透明度 */
}
.medi-services .row > div:nth-child(2){
	background: #04449b;
	 opacity: 0.8; /* 50% 透明度 */
}
.medi-services .row > div:nth-child(3){
	background: #043981;
	 opacity: 0.9; /* 50% 透明度 */
}
.comon-quick{
	padding: 20px;
	height: 100%;
	position: relative;
	
}
.comon-quick h5{
	color: #fff;
	display:flex;
	padding: 8px;
	position: absolute;
	bottom: 18px;
}
.comon-quick h5 span{
   width: 30px;
   height: 30px;
   border-radius: 50%;
   display: grid;
   align-content: center;
   color: #273f50;
   background: #fff;
   margin-right: 10px;
   text-align: center;
   line-height: 25px;
}
.comon-quick p{
	color: #fff;
}
.comon-quick a{
	display: inline-block;
	width: 55%;
	border-radius: 20px;
	text-transform:capitalize;
	position: absolute;
	bottom: 18px;
}
.comon-quick ul{
	list-style-type: none;
	color: #fff;
	margin-left: 0;
	padding: 0;
}
.comon-quick ul li{
	border-bottom: solid 1px #3e5f77;
	margin-bottom: 10px;
}
.comon-quick h5 span i{
	font-size: 17px;
}
.comon-quick h4{
	font-family: 'Exo', sans-serif;
	color: #fff;
	font-size: 21px;
	margin-left: 10px;
	font-weight: 600;
}

.comon-quick  figure{
	width: 54px;
	display: inline-block;
}

.sec-d1 h1{
	font-family: 'Exo', sans-serif;
	color: #060236;
}

.comon-us{
	box-shadow:0px 5px 30px 0px rgb(9 29 62 / 15%);
	padding: 20px;
	position: relative;
	background: #fff;
}
.comon-us::before, .comon-us::after {
    content: "";
    width: 0;
    height: 2px;
    position: absolute;
    transition: all 0.2s linear;
    background: #0143be;
}
.comon-us span::before, .comon-us span::after {
    content: "";
    width: 2px;
    height: 0;
    position: absolute;
    transition: all 0.2s linear;
    background: #0143be;
}
.comon-us span::before {
    transition-delay: 0s;
    left: 0;
    top: 0;
}
.comon-us span::after {
    transition-delay: 0.4s;
    right: 0;
    bottom: 0;
}

.comon-us::after {
    left: 0;
    bottom: 0;
    transition-delay: 0.6s;
}
.comon-us::before {
    right: 0;
    top: 0;
    transition-delay: 0.2s;
}
.comon-us:hover::before, .comon-us:hover::after {
    width: 100%;
}
.comon-us:hover span::before, .comon-us:hover span::after {
    height: 100%;
}
.comon-us:hover span::before {
    transition-delay: 0.6s;
}

.comon-us figure{
	width: 128px;
	margin: auto;
	margin-bottom: 10px;
}
.comon-us h5{
	text-align: center;
	font-family: 'Exo', sans-serif;
	font-size: 19px;
	line-height: 25px;
	font-weight: 700;
	color: #060236;
}
.booking-an-div{
	margin-bottom: 30px;
	margin-top: 30px;
}
.sec-new-add figure{
	width: 100%;
	height: 100%;
	position: relative;
}
.sec-new-add figure img{
	position: absolute;
	bottom: 0;
}
.booking-an-div h1{
    font-family: 'Exo', sans-serif;
    color: #fff;
	font-weight: 700;
	text-transform: capitalize;
	font-size: 36px;
}
.booking-an-div p{
	font-size: 19px;
	color: #fff;
}
.booking-an-div p > span{
	font-weight: 700;
	color: #fff;
	margin-right: 10px;
}
.booking-an-div .form-group{
  margin-bottom: 15px;
  width: 100%;
}
.booking-an-div .form-control{
	height: 45px;
	border: none;
	box-shadow: 0px 5px 30px 0px rgb(9 29 62 / 15%);
}
.booking-an-div textarea{
    
	height: 150px !important;
	resize: none;
 
}
.ap-bn{
	color: #fff;
	background: #0143be;
	border-radius: 50px;
    padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
	padding-right: 20px;
	text-transform: capitalize;
	font-size: 17px;
	font-weight: 700;
	display: flex;
	align-items: center;
	height: 57px;
}
.booking-an-div select{
	margin-bottom: 25px;
	height: 45px;
	border: none;
}

.sec-d4 h1 span{
	display: block;
	font-weight: 400;
	font-size: 20px;
	text-transform: uppercase;
}
.sec-d4 h1 img{
	margin-bottom: 10px;
}


/* ends new */




.line-bg{
	position: relative;
    top: 17px;
	filter: drop-shadow(0px 3px 1px rgba(0,0,0,3%));
}
.line-bg img{
	width: 100%;
    
}
.navbar-brand{
	filter: drop-shadow(drop-shadow(0px 11px 0px #000));
	position:relative;
}
.navbar-brand img{
	position:relative;
	z-index:2;
}

.navbar{
	padding-bottom: 0;
    background: #fff;
    border-radius: 0;
    padding: 15px;
}
.top-head .nav-link{
	color:#212529 !important;
	font-size:16px;
	transition:all 0.5s;
	padding-left:15px !important;
	padding-right:15px !important;
	font-weight:600;
	
}
.active > .nav-link{
	color: #0143be !important;
}
.sec-d-expart .row{
	width:90%;
	margin:auto;
}
.sec-d-expart .row figure{
	border-radius:8px;
	overflow:hidden;
	width:100%;
	height:350px;
}
.sec-d-expart .row figure > img{
	object-fit:cover;
	width:100%;
	height:100%;
}
.sec-d-expart .row h2{
	text-transform:capitalize;
	font-weight: 700;
}
.top-head .nav-link:hover{
	color:#0143be !important;
	
}
.news-sec-div h1{
	font-weight: 700;
	font-family: 'Exo', sans-serif;
	font-size: 36px;
}
.testimonal-sec{
	
}
.news-sec-div-part .form-group{
	margin-bottom: 15px;
}
.news-sec-div-part textarea{
	height:180px;
}
.news-sec-div-part .submit-bn-make{
	background: #060236;
	color: #fff;
	border-radius: 43px;
    padding: 10px 46px;
	text-transform: uppercase;
}
.left-p{
	height: 460px;
	overflow: hidden;
	margin: 0;
}
.left-p img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.testimonal-sec .comon-hed{
	
}
.comon-news-part figure{
	width:100%;
	height:250px;
	overflow:hidden;
	
}
.comon-news-part figure{
	position:relative;
}
.comon-pic-news{
	height:300px;
	position:relative;
	width:100%;
}
.comon-pic-news p{
	display:inline-block;
	padding:8px 15px;
	background:#b2b74a;
	color:#fff;
	position:absolute;
	bottom:28px;
	left:15px;
}
.comon-news-part{
	border:dashed 1px #eee;
	
}
.comon-news-part:hover{
	border:dashed 1px #b2b74a;
}
.dtails-idv-text{
	padding:0 25px 25px 25px;
}
.dtails-idv-text h5{
	font-weight:700;
}
.comon-news-part figcaption{
	background:red;
	padding:15px;
	border-radius:7px;
	overflow:hidden;
	text-align:center;
	position:relative;
	z-index:2;
}
.year-text h1{
	background: url("../images/p1.jpg");
	background-position: bottom;
	-webkit-background-clip:text;
	color: transparent;
	font-size: 201px;
    font-weight: 900;
    background-size: 54%;
    background-repeat: no-repeat;
}
.silder-div-text{
	width:100%;
	min-height:440px;
	position:relative;
	display: grid;
    align-content: center;
    padding: 0 50px;
}
.year-text p{
	margin-top:-25px;
	font-size:20px;
	text-transform:capitalize;
}
.silder-div-text figure{
	width:60px;
	height:60px;
	overflow:hidden;
	border-radius:50%;
	border:solid 2px #fff;
	margin:0;
}
.comon-div-ts{
	display:inline-block;
	width:90%;
	margin:auto;
	padding:90px 10px 0 10px;
}
.silder-div-text h4{
	font-size:17px;
	font-weight:700;
	margin-left:10px;
	color: #000000;
}
.silder-div-text .owl-theme .owl-nav.disabled+.owl-dots{
	text-align:left;
}
.silder-div-text .owl-stage-outer::before {
    content: "\f10d";
    position: absolute;
    left:0;
    top: 0;
    font-size: 65px;
    color: #0143be;
    font-family: 'FontAwesome';
}
.silder-div-text h4 span{
	font-weight:500;
	color: #0143be;
}

.search-bn{
	background:#262b2b;
	color:#000000;
	width:90%;
	text-transform:uppercase;
	height:50px;
}
.testimonal-sec .row > div:nth-child(2){
	background:#f4f4f5;
	padding-top: 20px;
}
.comon-div-ts h5{
	color:#313131;
}
.testimonal-sec .row > div:nth-child(2) .silder-div-text h1{
    color:#0a0a0a;
	font-family: 'Exo', sans-serif;
	font-weight: 700;
	font-size: 36px;
}
.banner-div-content .form-select{
	height:50px;
}
.top-head .signiup{
	border-radius:50px;
	font-weight:400;
	background:#b2b74a;
	color:#fff !important;
	padding:7px 20px !important;
	font-size:16px !important;
	display:inline-block;
	border:solid 1px #b2b74a;
}
.top-head .signiup:hover{
	background:none;
	color:#b2b74a !important;
	
}

.cart{
	position:relative;
	margin-left:10px;
}
.cart span i{
	color:#b2b74a;
	font-size:20px;
	
}
.cart small{
	width:20px;
	height:20px;
	border-radius:30px;
	background:#b2b74a;
	display: inline-grid;
    align-content: center;
    text-align: center;
	position: relative;
    right: 10px;
	color:#fff;
	font-size:11px;

}
.banner-part{
	width:100%;
	/* height:660px; */
	overflow:hidden;
	position:relative;
	top: -58px;
	
}
.top-bar-sec .row a{
	text-decoration:none;
	color:#fff;
	font-weight:500;
	font-size:15px;
}
.top-bar-sec .row > div{
	margin-top:5px;
	margin-bottom:10px;
	color:#fff;
}
.top-bar-sec .row > div:nth-child(2){
	display:flex;
	flex-wrap: wrap;
    align-items: center;
	justify-content: flex-end;
	text-transform:capitalize;
	font-weight:500;
}
.top-bar-sec .row > div:nth-child(2) a{
	margin:0 7px;
	font-size:15px;
	
}
.fixed-menu{
	background:#fff;
	position: fixed;
	top:0;
	animation:slide-down 0.7s;
	left:0;
	right:0;
    box-shadow:4px -86px 103px rgba(0,0,0,0.9);
	z-index:250;
		
  }

@keyframes slide-down {
		  0% {
			  transform: translateY(-100%);
		  } 
		  100% {
			  transform: translateY(0);
		  } 
	  }
	  
	  @keyframes slide {
		0% {
			opacity: 0;
			transform: translateY(50%);
		} 
		100% {
			opacity: 1;
			transform: translateY(0);
		} 
	}
.banner-div-content{
	animation: fadeInleft 0.5s ease-in-out;
	position: relative;
    z-index: 2;
	text-align:center;
	min-height:475px;
	}
.banner-div-content h1{
	color:#fff;
	font-weight:900;
	text-shadow: 2px 2px #262b2b;
	font-size:50px;
}
.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
}

.embed-container iframe,
.embed-container object,
.embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.banner-div-content p{
	color:#fff;
	font-size:17px;
	text-shadow:0px 2px 9px #262b2b;
	margin: 0;
}
.about-div-pic{
	position:relative;
	height:520px;
	overflow:hidden;
}
.pic-1{
	height: 430px;
    overflow: hidden;
    border-radius: 10px;
    width: 83%;
}
.pic-2{
	position: absolute;
    z-index: 2;
    bottom: 0;
    right: 0;
    width: 60%;
    overflow: hidden;
    border-radius: 13px;
    height: 230px;
}
@keyframes fadeInleft{
	0%{
		opacity:0;
		transform:translateX(-30px);
	}
	100%{
		opacity:1;
		transform:translateX(0px);
	}
}
@keyframes fadeInRight{
	0%{
		opacity:0;
		transform:translateX(30px);
	}
	100%{
		opacity:2;
		transform:translateX(0px);
	}
}
@keyframes fadeInUp{
	0%{
		opacity:0;
		transform:translateY(-30px);
	}
	100%{
		opacity:1;
		transform:translateY(0px);
	}
}

form{
	margin-top:15px;
	width:100%;
	display:inline-block;
}
.banner-text h1{
	font-family: 'Montserrat', sans-serif;
	font-weight:700;
	margin-bottom:0;
	line-height:40px;
	color:#262b2b;
	font-size:30px;
}
.banner-text h1 span{
	font-weight:600;
	color:#000;
	text-transform:uppercase;
}
.banner-part > img{
	position:relative;
	top:0;
	left:0;
	right:0;
	z-index:1;
	width: 100%;
	object-fit: cover;
}
.career-page-div,
.find-div,
.comon-sub-div{
	margin-top: -71px;
}
.sec-d1{
	margin-top:-10px;
	margin-bottom:0;
	width:100%;
	display:inline-block;


	
}
.sec-d1 h4{
	position:relative;
	padding-left: 40px;
	color:#b2b74a;
}
.read-more-bn{
	
	color:#0143be;
	font-size:14px;
	padding: 0;
	font-weight: 700;
	font-family: 'Exo', sans-serif;
}
.sec-d1 h3{
	box-shadow:0 1px 8px 0 rgb(0 0 0 / 6%);
	padding:15px;
	margin-top:15px;
	color:#b2b74a;
	border:1px solid rgb(243 243 243);
	width:auto;
	display:inline-block;
	margin-bottom:15px;
	
}
.sec-d1 h4:before{
	content:"";
	background-image:url(../images/barley-cl.png);
	background-repeat:no-repeat;
	width:30px;
	height:30px;
	position:absolute;
	left:0;
	top:0;
	background-size: cover;
}
.comon-hed{
	position:relative;
	padding-left: 40px;
	color:#262b2b;
	display:inline-block;
	width: auto;
    display: grid;
    justify-content: center;
    margin: auto;
	font-weight:700;
	
}
.comon-hed:before{
	content:"";
	background-image:url(../images/barley-cl.png);
	background-repeat:no-repeat;
	width:30px;
	height:30px;
	position:absolute;
	left:0;
	top:0;
	background-size: cover;
}
.sec-new-add{
	background:url(../images/book-pic.jpg) ;
	padding:0px 0 0 0;
    margin: 0px 0;
	
}
.sec-new-add i{
	color: #fff;
	font-size:36px;
	margin-right:8px;
}
.sec-new-add h5 span{
	font-size:17px;
}
.sec-new-add h5{
	font-size:30px;
	line-height:30px;
}
.comon-st-div{
	display: flex;
    align-items: center;
}
.sec-new-add .row > div:nth-child(2) .comon-st-div{
	justify-content:center;
}
.sec-new-add .row > div:nth-child(3) .comon-st-div{
	justify-content:flex-end;
}
.what-project-div{
	background: #262b2b;
    margin: 48px 0;
}
.what-project-div .comon-hed{
	justify-content:left;
	color:#fff;
	margin-bottom:15px;
}
.what-project-div h4{
	margin-bottom:25px;
}
.what-project-div h4,
.what-project-div p{
	color:#fff;
	text-align:left;
}
.what-project-div ul{
	list-style-type:none;
	color:#fff;
	margin:0;
	padding:0;
	
}
.what-project-div figure{
	height:540px;
	margin:0;
	overflow:hidden;
}
.what-project-div .read-more-bn{
	background:#fff;
	color:#262b2b;
	margin-top:15px;
}
.what-project-div figure img{
	width:100%;
	height:100%;
	object-fit:cover;
}
.what-project-div ul li{
	display:flex;
	
}
.what-project-div ul li h5{
	font-size:16px;
	color: #b2b74a;
	font-weight:700;
	
}
.what-project-div ul li i{
	font-size: 33px;
    color: #b2b74a;
    margin-right: 10px;
    margin-top: -6px;
}

.from-sec-div{
	background:#fff;
	border-radius:100px;
    padding: 0 0 0 6px;
	box-shadow:0 1px 20px 0 rgb(0 0 0 / 20%);
	width:64%;
	margin:auto;
	
}
.list-work ul {
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: center;
    list-style-type: none;
	flex-wrap: wrap;
}
.list-work ul li {
    padding: 10px 25px;
    position: relative;
    transition: 0.5s;
    cursor: pointer;
    background: #f3f3f3;
    border-radius: 30px;
    margin: 0 8px;
}
.each-items {
    overflow: hidden;
    height:260px;
    margin-bottom: 35px;
    display: inline-block;
    width: 100%;
    background: #fff;
    box-shadow: 0px 0px 50px 0px rgb(0 0 0 / 10%);
    padding: 15px;
    position: relative;
}
.each-items figure{
	height:230px;
	overflow:hidden;
}
.each-items figure > img{
	object-fit:cover;
	width:100%;
	height:100%;
}
.each-items .items-hover {
    background: rgba(50,54,87,0.8);
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    text-align: center;
    display: grid;
    transform: scale(0,0);
    transition: 0.5s;
    align-content: center;
    color: #fff;
    font-size: 35px;
    justify-content: center;
}
.each-items:hover .items-hover {
    transform: scale(1,1);
}
.visit-bn {
    background: #fff;
    border-radius: 30px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #323657;
    font-size: 17px;
    padding: 5px 10px;
    margin-left: 20px;
	text-decoration:none;
}
.mixitup-control-active{
	background:#262b2b !important;
	color:#fff;
}
.from-sec-div .comon-sec{
	display:flex;
	align-items: center;
    width: 45%;
	position:relative;
}
.from-sec-div .comon-sec i{
	font-size:18px;
	color:#dc3545;
}
.from-sec-div .comon-sec:nth-child(2):after{
	display:none;
}
.from-sec-div .comon-sec:after{
	width:1px;
	height:30px;
	background:#CCC;
	position:absolute;
	right:0;
	content:"";
}
.from-sec-div .comon-sec .form-control{
	border:none;
}
.btnh-submit{
	font-size:35px;
	color:#b2b74a;
	width:auto;
	
}
.how-it-work{
	background: url(../images/feature_image.png) top center no-repeat;
    background-position-y: 20px;
    margin-top: 60px;
}

.sec-d1 h1{
	font-size:28px;
	font-weight:700;
	text-transform:capitalize;
	line-height:35px;
	margin-bottom: 20px;
}
.sec-d1 h1 span{
	display:block;
	font-size:28px;
	font-weight:700;
	color:#4c4546;
}

.comon-items{
	text-align:center;
	display:block;
}
.comon-items .icon-fs{
	width:90px;
	height:90px;
	border-radius:50%;
	display:grid;
	font-size:25px;
	align-content: center;
    text-align: center;
	color:#fff;
	margin:auto;
	margin-bottom:15px;
	border:3px dotted #d2d2d2;
	position:relative;
	background:#fff;
}
.comon-items .icon-fs i{
	color:#fff;
	position:relative;
	z-index:2;
}
.comon-items .icon-fs:after{
	width:70px;
	height:70px;
	border-radius:50%;
	background:#b2b74a;
	border-radius:50%;
	position:absolute;
	content:"";
	left: 7px;
    top: 7px;
	z-index:1;
}
.comon-items h5{
	display:block;
	font-size:15px;
	text-transform:uppercase;
	line-height:25px;
}
.comon-items h5 span{
	display:block;
	font-size:17px;
	text-transform:uppercase;
	font-weight:700;
}
.sec-d2{
	margin-top:50px;
	padding-top:50px;
	padding-bottom:70px;
}
.sec-d2 h1{
	font-size:36px;
}
.sec-d2 h1 span{
	font-weight:700;
}
.fl-sr-bn li{
	margin:0 5px;
}
.fl-sr-bn li a,
.fl-sr-bn li .btn{
	border:solid 1px #eee;
	background:#fff;
	transition:all 0.5s;
}
.cost-bn{
	border: solid 1px #eee;
    background: #fff;
    transition: all 0.5s;
}

.dropdown-item{padding-top:20px;}

.food-list a{
	text-decoration:none;
	color:#212529;
	border:none;
	box-shadow:0 1px 8px 0 rgb(0 0 0 / 6%);
}
.food-list .review-text i{
	color:#FC0;
}
.food-list figure{
	height:250px;
	overflow:hidden;
	margin:0;
}

.food-list figure > img{
	object-fit:cover;
	width:100%;
	height:100%;
	transition:all 0.5s;
}
.food-list .card-title{
	font-weight:700;
	color:#212529;
}
.off-text{
	position:absolute;
	left:10px;
	top:12px;
	background:#b2b74a;
	color:#fff;
	padding:5px 15px;
	border-radius:30px;
	z-index:1;
}
.food-list .card-footer{
	background-color:#fff;
}
.food-list .card-footer p{
	margin-bottom:5px;
	font-weight:700;
	color:#b2b74a;
}
.food-list .card-footer i{
	color:#b2b74a;
}
.food-list .card-footer small{
	color:#000 !important;
}
.card:hover figure img{
	transform:scale(1.2);
}

.sec-d3{
	display:grid;
	width:100%;
	padding-top:50px;
	background: url(../images/bg-banner.jpg) top center no-repeat;
	padding-bottom:50px;
	align-content: center;
    height: 400px;
}
.sec-d3 h1,
.sec-d3 p{
	color:#fff;
	text-align:center;
}
.sec-d3 p{
	margin-bottom:0;
	font-size:17px;
}
.sec-d3 h1{
	font-weight:700;
	text-transform:capitalize;
	color:#b2b74a;
}
.sec-d4{
	padding-top:50px;
	padding-bottom:50px;
}
.sec-d4 h1{
	font-weight:700;
	font-family: 'Exo', sans-serif;
	font-size: 28px;
}
.sec-d4{
	background:#fff;
}
.sec-d4 .comon-hed{
	display: table;
}
.sec-d4 .card{
	border:none;
	border-radius: 0;
    color: #060236;
    overflow: hidden;
    width: 95%;
    padding-top: 20px;
	margin: 20px 0;
	box-shadow: #edecec 1px 1px 17px;
	transform: scale(1);
	transition: all 0.5s;
}
.sec-d4 .card figure{
	height: 260px;
    overflow: hidden;
    width:260px;
    margin:0 0 0 15px;
    border-radius: 50%;
	border:solid 5px rgba(0,0,0, 6%);
}
.sec-d4 .card h5{
	font-weight:700;
	color:#262b2b;
	text-align:left;
	text-transform:capitalize;
	
}
.sec-d4 .card a{
	background: #0143be;
	color: #fff;
	display: inline-block;
	text-decoration: none;
	margin-top: 15px;
	padding: 10px 20px;
	border-radius: 20px;
}
.slider-combo .item:hover .card{
	transform: scale(1.1);

}
.slider-combo .card-body ul li i{
	color: #0143be;
	font-size: 22px;

}
.slider-combo .card-body ul li{
	text-transform: capitalize;
}
.sec-d4 .card ul{
	list-style-type: none;
	padding: 0;
}
.team-div{
	background: #f9f9f9;
	padding:50px 0;
	margin: 50px 0 0 0;
}
.team-div h1{
	color: #060236;
	font-weight: 700;
	font-family: 'Exo', sans-serif;
	font-size: 28px;
}
.team-div .item{
	background: #fff;
	box-shadow: 0px 5px 30px 0px rgb(9 29 62 / 15%);
}
.team-div .item figure{
	position: relative;
	overflow: hidden;
}
.team-div .item figure a{
	position: absolute;
	top:100px;
	left: 50%;
	transform: translateX(-50%);
	right: 0;
	margin: auto;
	display: table;
	text-align: center;
	left: 50%;
	transition: all 0.5s;
	background: #0143be;
	color: #fff;
	border: none;
}
.comon-text-sec{
	border: solid 2px #eee;
	padding-right: 6px;
}
.details-text{
	text-align: center;
	padding: 10px;
	
}
.details-text h5{
	font-family: 'Exo', sans-serif;
	font-weight: 700;
}
.team-div .item{
	margin: 30px 0;
}
.blog-sec-div h1{
	font-family: 'Exo', sans-serif;
	font-weight: 700;
	font-size: 28px;
}
.team-div .item:hover figure a{
	top:50%;
	
}
.team-div .item:hover  figure img{
	opacity: 0.5;
}
.comon-text-sec h5{
	font-weight:700;
	font-family: 'Exo', sans-serif;
}
.comon-text-sec figure{
	height:272px;
	overflow:hidden;
	border-radius:0;
	margin:0;
}
.comon-text-sec figure > img{
	width:100%;
	height:100%;
	object-fit:cover;
}
.vie-more-bn{
	text-transform:uppercase;
	margin:auto;
	background:#060236;
	color:#fff;
	text-align:center;
	display:table;
	margin-top:35px;
}
.blog-sec-div .row > div{
	margin-bottom:40px;
}
.comon-text-sec h5,
.comon-text-sec p{
	padding-left:25px;
}
.comon-text-sec p{
	font-size:15px;
}
.comon-text-sec a{
	margin-left:25px;
	text-transform:capitalize;
}
.sec-d4 .card figure{
	display: grid;
	align-content: center;
}
.sec-d4 .card figure > img{
	
	width:90%px;
	margin: auto;
	transition:all 0.5s;
}
.sec-d4 .card-footer{
	background-color:#b50828;
	border:none;
}
.sec-d4 .card-footer p{
	margin-bottom:5px;
	color:#fff;
	font-weight:600;
	font-size:18px;
}
.sec-d4 .text-muted{
	color:#fff !important;
}
.sec-d5{
	margin-top:50px;
	padding:50px 0;
}
.sec-d5 h4,
.sec-d6 h4,
.sec-d7 h4{
	font-weight:700;
}
.restarn-link{
	display:flex;
	list-style-type:none;
	margin-top:25px;
	flex-wrap:wrap;
	width:100%;
	justify-content:center;
}
.restarn-link li{
	margin:5px;
}
.restarn-link li a{
	text-decoration:none;
	background:#fff;
	color:#212529;
	padding:10px;
	display:inline-block;
	border:1px solid rgb(232, 232, 232);
	text-transform:capitalize;
	font-size:15px;
	transition:all 0.5s;
	
}
.restarn-link li a:hover,
.restarn-link li a:hover i{
	background:#b2b74a;
	color:#fff;
}
.restarn-link li a i{
	color:#b2b74a;
}
.sec-d6,
.sec-d7{
	padding:50px 0;
}
.sec-d7{
	padding:0;
	background:#0143be;
	color:#fff;
	position:relative;
	overflow:hidden;
}
.sec-d7 h1,
.sec-d7 .read-more-bn{
	position:relative;
	z-index:2;
}
.sec-d7 > .row > div:nth-child(2){
	margin-right:auto;
}
.sec-d7 p{
	font-size: 20px;
}
.sec-d7 .read-more-bn{
	font-size: 17px;
}

.sec-d7 img{
	position: absolute;
    right: 0;
    bottom: -90px;
    z-index: 1;
    width: 100%;
    opacity: 0.3;
	
}
.sec-d7 .restarn-link{
	columns: 3;
  -webkit-columns:3;
  -moz-columns: 3;
   list-style-position: inside;
  display:block;
}
footer p{
	font-size:13px;
	color:#fff;
	margin-bottom:10px;
	margin-top:12px;
}
footer .row > div:nth-child(2){
	display: grid;
    justify-content: center;
}
.sub-bn{
	background: #b2b74a;
	color:#fff;
	margin-top:8px;
}
.sec-d7 .restarn-link li a{
	background:#b2b74a;
	color:#fff;
	width:80%;
}
.socal{
	justify-content: flex-end;
    display: flex;
}
.socal li a{
	color:#fff;
	margin:0 5px;
	text-decoration:none;
}
.sec-d7 .restarn-link li a:hover,
.sec-d7 .restarn-link li a:hover i{
	background:#212529;
}
.sec-d7 .restarn-link li a i{
	color:#fff;
}
.sec-d7 .form-group{
	border:solid 1px #eee;
	overflow:hidden;
}
.sec-d7 .form-control{
	border:none;
}
.sec-d7 .form-group .btn{
	background:#060236;
	transition:all 0.5s;
	color:#fff;
	border:none;
	border-radius:0;
}
.sec-d7 .form-group .btn:hover{
	background:#212529;
}
.news-sec-div-part iframe{
	height: 400px;
	margin: 0;
	width: 100%;
}
.sec-d7 h5{
	font-weight:600;
	text-transform:capitalize;
	margin: 0;
	font-family: 'Exo', sans-serif;
}
.sec-d7 .row > div{
	background: #0143be;
	padding: 20px;
	position: relative;
}
.sec-d7 .row > div:nth-child(2){
	
	padding: 20px;
}

.cm-ft{
	position: relative;
	display: grid;
    align-content: center;
    justify-content: center;
}
.sec-d7 i{
	font-size: 24px;
	margin-right: 10px;
	position: relative;
	z-index: 2;
}
.cm-ft h5,
.cm-ft p{
	position: relative;
	z-index: 2;
}
.sec-d7 .form-group{
    border: none;
	border-radius: 0;
	margin-top: 15px;
}
footer{
	padding:50px 0 0 0;
	display: inline-block;
    width: 100%;
	background:#060236;
	
}
footer .row > div:nth-child(3) .comon-footer{
	display: grid;
    justify-content:center;
}
footer .row > div:nth-child(4) .comon-footer{
	display: grid;
    justify-content: end;
}
footer .row > div:nth-child(5) .comon-footer{
	display: grid;
    justify-content: end;
}
.comon-footer h5{
	font-size:16px;
	font-weight:600; 
	text-transform:uppercase;
	color:#fff;
}
.comon-footer ul{
	margin:0;
	padding: 3px 0 0 18px;
    margin-bottom: 15px;
    list-style: disc;
    color: #fff;
}
.comon-footer ul li{
	line-height:30px;
}
.comon-footer ul li a{
	text-decoration:none;
	font-size:14px;
	color:#fff;
	transition:all 0.5s;
}
.comon-footer ul li a:hover{
	color:#b2b74a;
}

.comon-footer .list-unstyled{
	list-style: none !important;
	padding-left:0;
}
.comon-footer .list-unstyled li a{
	margin:0 5px;
	font-size:18px;
}
.sec-d8{
	padding:0;
	background:#b2b74a;
	height: 294px;
}
.text-apps h3{
	font-size:30px;
	font-weight:700;
	text-transform:capitalize;
	color:#fff;
}
.text-apps{
	display: grid;
    align-content: center;
    height: 100%;
}
.text-apps p{
	color:#fff;
}
.sec-d8 figure{
	position:relative;
	top:-20px;
}
.sec-d8 figure > img{
	display: block;
    margin-left: auto;
}
.sec-d8 .row{
	width:90%;
}
.active-new2{
	background:#b2b74a !important;
	color:#fff;
}












.range-slider {
  width: 300px;
  text-align: left;
  position: relative;
}
.range-slider .rangeValues {
  display: block;
}

.range-slider input[type=range] {
  -webkit-appearance: none;
  border: 1px solid white;
  width: 300px;
  position: absolute;
  left: 0;
}

.range-slider input[type=range]::-webkit-slider-runnable-track {
  width: 300px;
  height: 5px;
  background: #ddd;
  border: none;
  border-radius: 3px;
}

.range-slider input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
  border: none;
  height: 16px;
  width: 16px;
  border-radius: 50%;
  background: #21c1ff;
  margin-top: -4px;
  cursor: pointer;
  position: relative;
  z-index: 1;
}

.range-slider input[type=range]:focus {
  outline: none;
}

.range-slider input[type=range]:focus::-webkit-slider-runnable-track {
  background: #ccc;
}

.range-slider input[type=range]::-moz-range-track {
  width: 300px;
  height: 5px;
  background: #ddd;
  border: none;
  border-radius: 3px;
}

.range-slider input[type=range]::-moz-range-thumb {
  border: none;
  height: 16px;
  width: 16px;
  border-radius: 50%;
  background: #21c1ff;
}

/*hide the outline behind the border*/
.range-slider input[type=range]:-moz-focusring {
  outline: 1px solid white;
  outline-offset: -1px;
}

.range-slider input[type=range]::-ms-track {
  width: 300px;
  height: 5px;
  /*remove bg colour from the track, we'll use ms-fill-lower and ms-fill-upper instead */
  background: transparent;
  /*leave room for the larger thumb to overflow with a transparent border */
  border-color: transparent;
  border-width: 6px 0;
  /*remove default tick marks*/
  color: transparent;
  z-index: -4;
}

.range-slider input[type=range]::-ms-fill-lower {
  background: #777;
  border-radius: 10px;
}

.range-slider input[type=range]::-ms-fill-upper {
  background: #ddd;
  border-radius: 10px;
}

.range-slider input[type=range]::-ms-thumb {
  border: none;
  height: 16px;
  width: 16px;
  border-radius: 50%;
  background: #21c1ff;
}

.range-slider input[type=range]:focus::-ms-fill-lower {
  background: #888;
}

.range-slider input[type=range]:focus::-ms-fill-upper {
  background: #ccc;
}


.owl-prev:after {
    position: absolute;
    width: 30px;
    height: 30px;
    border-radius: 5px;
    content: "\f053";
    left: 0;
    right: 81px;
    margin: auto;
    font-family: 'FontAwesome';
    color: #fff;
    display: grid;
    background: #212529;
    align-content: center;
}
.owl-prev span {
    display: none;
}
.owl-next span {
    display: none;
}
.owl-next:after {
    position: absolute;
    width: 30px;
    height: 30px;
    border-radius: 5px;
    content: "\f054";
    left: 0;
    right: 0;
    margin: auto;
    font-family: 'FontAwesome';
    color: #fff;
    display: grid;
    background: #212529;
    align-content: center;
}


/* abou us */
.total-about-page {
    background: #f9f9f9;
    padding-top: 45px;
	margin-top: -62px;
}
 .sub-page-banner{
	 /* height: 350px; */
 }
 .sub-banner{
	position: absolute;
    top: 50%;
    z-index: 2;
    left: 20%;
    right: 0;
    transform: translate(-50%, -50%);
	text-align: center;
 }
 .sub-banner h1{
	font-family: 'Exo', sans-serif;
    color: #006ac0f1;
	text-transform: uppercase;
	font-weight: 800;
}
.sub-banner ul li{
	margin:0 10px;
	font-family: 'Exo', sans-serif;
	color: #006ac0f1;
}
.sub-banner ul li a{
	text-decoration: none;
	color: #006ac0f1;
}
.sub-page-header{
	height: auto;
	overflow: hidden;
}
.oneer-pic-div{
	width:100%;
	margin: auto;
}
.onwer-div{
	background: #0143be;
	padding: 20px;
	width: 70%;
	margin:auto;
	text-align: center;
	color: #fff;
}
.onwer-div h3{
	font-family: 'Exo', sans-serif;
	font-weight: 800;

}
/* about us */
.comon-about-div-sec h5,
.comon-about-div-sec h1{
	font-family: 'Exo', sans-serif;
}
.comon-about-div-sec h1{
	font-weight: 800;
	text-transform: capitalize;
}
.comon-about-div-sec .row > div{
	padding: 0;
}
.comon-about-div-sec .row > div:nth-child(2n+2) .our-text:after{
	display: none;
	
}
.comon-about-div-sec .row > div:nth-child(3) .our-text:before,
.comon-about-div-sec .row > div:nth-child(4) .our-text:before{
	position: absolute;
	content: "";
	width:100%;
	height: 1px;
	right: 0;
	top:0%;
	background: #bbb;
}
.comon-about-div-sec .row > div:nth-child(3) .our-text,
.comon-about-div-sec .row > div:nth-child(4) .our-text{
	padding-top: 25px;
}
.our-text{
	
	text-align: left;
	height: 100%;
}
.our-text:after{
	position: absolute;
	content: "";
	width: 1px;
	height: 100%;
	right: 0;
	top:0%;
	background: #bbb;
}
.our-text h2{
	font-family: 'Exo', sans-serif;
	font-weight: 800;
	color: #0143be;
	font-size: 48px;
}
.actchive-team{

}

.actchive-team .comon-us{
	width: 80%;
	margin:20px auto;


}
.actchive-team .row > div:nth-child(2n+1) .comon-us{

}


.offcanvas-start{
	left: -10px;
    width: 306px;
}
.offcanvas-title img{
	width: 80%;
}
/* find a doctor */
.total-find-page,
.total-media-page{
	background: #f9f9f9;
	padding-top: 45px;
	padding-bottom: 45px;
}
.find-form{
	border: solid 1px #ececec;
	padding: 20px;
	background: #fff;
}
.find-form .form-group{
	margin-bottom: 20px;
}
.comon-team-div a{
	text-decoration: none;
}
.find-form .form-group label{
	font-family: 'Exo', sans-serif;
	margin-bottom: 8px;
	font-weight: 700;
	font-size: 17px;
}
.comon-tabs-sec-d1 ul li{
	display: flex;
    align-items: center;
	margin-right: 10px;
}
.comon-tabs-sec-d1 ul li i{
    font-weight: 700;
	font-size: 25px;
	color: #0143be !important;
	margin-right: 5px;
}
.comon-doctor-div{
	display: flex;
	flex-wrap: wrap;
	float: left;;
	width: 24%;
	padding: 10px;
	margin-left: 10px;;

	box-shadow: 5px 5px 5px 5px rgb(9 29 62 / 15%);
	margin-bottom: 25px;
	background: #fff;
}

.comon-new-div{
	display: flex;
	flex-wrap: wrap;
	padding: 15px;
	margin-left: 10px;;
	box-shadow: 5px 5px 5px 5px rgb(9 29 62 / 15%);
	margin-bottom: 25px;
	background: #fff;
}


.comon-team-div{
	margin-bottom: 25px;
}
.comon-team-div figure{

    overflow: hidden;
    width: 100%;
    border-radius: 8px;
	margin: 0;
}
.comon-team-div figure img{
	width: 300px;
	object-fit: cover;

}
.team-details{
	transition: all 0.5s;
	padding: 15px;
}
.comon-team-div:hover .team-details{
	background: #fff;
	box-shadow: 0px 5px 30px 0px rgb(9 29 62 / 15%);
}
.team-details h4{
	font-family: 'Exo', sans-serif;
	margin-bottom: 8px;
	font-weight: 700;
	font-size: 19px;
}
.team-details h5{
	font-family: 'Exo', sans-serif;
	margin-bottom: 8px;
	font-weight: 700;
	font-size: 16px;
	color: #0067ac;
}
.team-details h5:last-child{
	font-family: 'Exo', sans-serif;
	margin-bottom: 8px;
	font-weight: 700;
	font-size: 16px;
	color: #0067ac;
}
.comon-doctor-div figure{

    overflow: hidden;
    border-radius: 5px;
	margin: 0 10px 0 10px;
}
.comon-doctor-div figure a{

}
.comon-doctor-div h5{
	font-weight: 600;
}



.comon-doctor-div .cases-title{ width: 100%; text-align: center; height: 100px;}

.comon-new-div figure{
    overflow: hidden;
    border-radius: 5px;
	float: left;;
}

.comon-doctor-div figure a{
	float: right;
}
.comon-doctor-div .button{border: #0067ac;}

.book-bn-comon{
	border-radius: 50px;
    background: #0067ac;
    color: #fff;
    border: none;
    font-size: 16px;
    font-weight: 200;
    padding-left: 25px;
    padding-right: 25px;
    margin-right: 15px;
	text-transform: uppercase;

}
.mobile-show-menu ul{
	list-style-type: none;
	margin-left: 23px;
    padding: 0;
}
.mobile-show-menu ul li{
	margin-bottom:10px;
}
.mobile-show-menu ul li a{
	text-decoration: none;
	color: #060236;
	text-transform: capitalize;
}
.mobile-show-menu ul li .active{
	color: #0143be;
}

.page-item.active .page-link {
    z-index: 3;
    color: #fff;
    background-color: #060236;
    border-color: #060236;
}
.page-link{
	color: #060236;
}
.services-part-div .nav-link{
	display: flex;
	align-items: center;
	border-radius: 8px;
	background: #fff;
	box-shadow: 0px 5px 30px 0px rgb(9 29 62 / 15%);
	margin-bottom: 15px;
	font-family: 'Exo', sans-serif;
	font-weight: 700;
	color: #060236;
	text-transform: capitalize;
}
.total-find-page h1{
	padding-left: 10%;
	font-weight: 800;
	color: #0067ac;

}
.total-find-page h2{
	padding-left: 10px;
	font-weight: 800;
	color: #0067ac;
	font-size: 24px;

}
.total-find-page h6{
	padding-left: 10px;
	text-align: left;


}
.services-part-div .nav .active{
	background-color: #0143be !important;
}
.services-part-div .nav-link figure{
	width: 35px;
	height: 35px;
	display: inline-table;
	margin: 0 8px 0 0;
	
}
.services-part-div .nav{
	width: 24%;
	margin-top: 80px;
}
.services-part-div .tab-content{
	padding: 0 0 0 20px;
	margin-left:auto;
	width: 76%;

}
.services-part-div .tab-content .comon-tabs-sec-d1{
	margin-left:auto;
	margin-top: 50px;
}
.comon-tabs-sec-d1 figure{
	border-radius: 10px;
	width: 100%;
	overflow: hidden;
}
.check-iconthanks{
	font-size: 54px;
	color: #0143be !important;
}
/* media */
.total-media-page h1{
	font-family: 'Exo', sans-serif;
	font-weight: 700;
}
.career-page-div .comon-team-div{
	background: #fff;
	box-shadow: 0px 5px 10px 0px rgb(9 29 62 / 15%);
	padding: 5px;
	min-height: 229px;	text-align: center;
}
.career-page-div .comon-team-div h2{
	font-family: 'Exo', sans-serif;
	font-weight: 700;
	margin-bottom: 20px;
	display: inline-block;
	font-size: 19px;
	color: #0143be;
}
.career-page-div .comon-team-div h5{
	font-family: 'Exo', sans-serif;
	font-weight: 600;
	font-size: 15px;
	color: #212529;

}
.career-page-div h4{
	font-family: 'Exo', sans-serif;
	font-weight: 700;

}
.career-page-div .form-group{
	margin-bottom: 15px;
	font-weight: 600;
}
.career-page-div .form-group label{
	margin-bottom: 10px;
	
}
.aply-divfm{
	background: #fff;
	box-shadow: 0px 5px 30px 0px rgb(9 29 62 / 15%);
	padding:30px;
	
}

.submit-bn,
.submit-cn{
	background: #0143be !important;
	color: #fff;
	margin-top: 15px;
	margin-right: 50px;
	padding: 5 40 5 40px;
	text-transform: uppercase;
	border: none;
}
.con-form .form-group{
	margin-bottom: 20px;
}
.con-form .d-flex{
	background: #fff;
	padding: 15px;

}
.con-form .d-flex i{
	font-size: 16px;
}
.con-form .form-control{
    background: none;
	border: none;
}
.con-form .form-control:focus{
    background: none;
	border: none;
	box-shadow: none;
}
.con-form textarea{
	height: 150px;
	resize: none;
}

.con-form .submit{ text-align: right;}



.g-mpa{
	margin-top: 30px;
	width: 100%;
}
.g-mpa iframe{
	width: 100%;
	height: 320px;
}
.number-div {
	 margin-top: 50px;
}
.number-div li{
	margin-bottom: 20px;
}
.number-div li h5{
	font-weight:600;
	border-bottom: solid 1px #bbb;
	/* display: inline-block; */
	padding-bottom: 8px;
}
.emergency-part-div{
	background: #0143be;
	display: inline-block;
	width: 100%;
	padding-top: 50px;
	position: relative;
	height:190px;

}
.emergency-part-div h2{
	color: #fff;
	font-weight: 700;
}
.emergency-part-div a{
   background: #fff;
   color: #0143be;
   margin-top: 10px;
   border-radius: 50px;
   padding: 10px 20px;
   font-size: 18px;
   font-weight: 600;
   margin-top: 20px;
}
.emergency-part-div figure{
	position: absolute;
	right: 70px;
	top: 0;
}

@media (max-width:1024px){
	.what-project-div figure{
		height:664px;
	}
	.comon-pic-news figure > a{
		height:100%;
	}
	.comon-pic-news figure > a > img{
		width: 100%;
        height: 100%;
        object-fit: cover;
	}
	.sec-d7 img{
		top:-50px;
	}

	/* new add */

	.news-sec-div-part iframe{
		width: 100%;
	}
	.details-part-d1{
		width: max-content;
		
	}
	.comon-doctor-div figure{
		width: 181px;
	}
	.top-head .nav-link{
		font-size: 14px;
		padding-left: 8px !important;
		padding-right: 9px !important;
	}
	.sub-banner ul li{
		font-size: 14px;
		margin: 0 9px;
	}
}
@media (max-width: 812px){
	.emergency-part-div{
		position: relative;
		height: auto;
	}
	.emergency-part-div figure{
		position: relative;
		right: 0;
		left: 0;
		margin: 30px auto;
		display: table;
	}
	.top-head .nav-link{
		font-size: 16px;
	}
	.top-head{
		padding-bottom: 0;
	}
	.total-about-page{
		margin-top: 0;
	}
	.medi-services{
		top: 0;
	}
	.career-page-div,
	.find-div,
	.comon-sub-div{
		margin-top: 0;
	}
	.services-part-div .tab-content{
		width: 100%;
		padding: 0;
	}
	.comon-tabs-sec-d1 figure{
		width: 100%;
		height: 210px;
	}
	.services-part-div .nav{
		width: 100%;
	}
	.search-bn {
		width: 100%;
		margin-top: 15px;
	}
	.about-div-pic {
       margin-top: 50px;
    }
	.comon-st-div {
      display: block;
      text-align: center;
    }
	.list-work ul {
       flex-direction: column;
    }
	.list-work ul li {
          margin-bottom: 15px;
    }
	.what-project-div {
       padding-bottom: 20px;
     }
	.comon-text-sec h5, .comon-text-sec p {
        padding-left: 0;
        margin-top: 10px;
      }
    .comon-text-sec a {
        margin-left: 0;
      }
	.year-text h1 {
        background-size: 100%;
     }
	.sec-d7 .read-more-bn {
         margin: auto;
        text-align: center;
        display: table;
    }
	.comon-text-sec figure{
		height: 430px;
	}
	footer .row > div:nth-child(2) {
       justify-content: left;
    }
	footer .row > div:nth-child(3) .comon-footer,
	footer .row > div:nth-child(4) .comon-footer{
      justify-content: left;
    }
	.socal {
        justify-content: start;
    }
	.sec-d1 h1{
		margin-top:30px;
	}
	.banner-div-content h1{
		font-size:38px;
	}
	.top-bar-sec {
      text-align: center;
    }
	.what-project-div figure{
		height:540px;
	}
	/* new add */
	.contact-top{
		display: none;
	}
	.top-head img{
		text-align: center;
		display: block;
		margin: auto;
	}
	.top-menu{
		display: none;
	}
	.navbar-brand{
		width: 197px;
	}
	.mn-head {
		box-shadow: none !important;
	}
	.fixed-menu{
		position: fixed;
		
	}
	.sub-page-header {
		height: auto;
	}
	.navbar {
		background: none;
	}
	.fixed-menu .navbar-brand{
		display: block !important;

	}
	.news-sec-div-part .submit-bn-make{
		width: 100%;
	}
	.comon-quick a{
		position: relative;
		bottom: 0;
	}
	.banner-part{
		position: relative;
		top:0;
		padding-top: 0;
	}
	.sub-page-banner {
		height: 260px;
	}
	.sub-page-header{
		background: #f9f9f9;
	}
	.sec-new-add figure img{
		position: relative;
		text-align: center;
		display: block;
		margin: auto;
	}
	.blog-sec-div h5,
	.blog-sec-div p,
	.blog-sec-div .read-more-bn{
		margin-left:8px !important;
	}
	.news-sec-div-part iframe{
		width: 100%;
		height: 560px;
	}
	.sec-d7 .form-group .btn{
		margin-top: 10px;
	}
	.ap-bn{
		width: 100%;
		justify-content: center;
	}
	.team-div .item figure{
		height: 480px;
	}
	.sec-new-add{
        background-size: cover;   
	}
	.sec-new-add figure{
		margin-bottom: 0;
	}
	header {
		height: auto;
	}
	/* new add ends */
	.actchive-team .comon-us{
		min-height: 211px;
		display: grid;
	}
	.actchive-team .row > div:nth-child(2n+1) .comon-us{
		float: none;
	}
	.actchive-team{
		background-position: -180px 0;
	}
	
	.career-page-div .comon-team-div{
		display: grid;
        align-content: center;
	}
	.aply-divfm{
		margin-bottom: 30px;
	}
}
@media (max-width: 768px){
	.search-bn {
		width: 100%;
		margin-top: 15px;
	}
	.about-div-pic {
       margin-top: 50px;
    }
	.comon-st-div {
      display: block;
      text-align: center;
    }
	.list-work ul {
       flex-direction: column;
    }
	.list-work ul li {
          margin-bottom: 15px;
    }
	.what-project-div {
       padding-bottom: 20px;
     }
	.comon-text-sec h5, .comon-text-sec p {
        padding-left: 0;
        margin-top: 10px;
      }
    .comon-text-sec a {
        margin-left: 0;
      }
	.year-text h1 {
        background-size: 100%;
     }
	.sec-d7 .read-more-bn {
         margin: auto;
        text-align: center;
        display: table;
    }
	.comon-text-sec figure{
		height: 430px;
	}
	footer .row > div:nth-child(2) {
       justify-content: left;
    }
	footer .row > div:nth-child(3) .comon-footer,
	footer .row > div:nth-child(4) .comon-footer{
      justify-content: left;
    }
	.socal {
        justify-content: start;
    }
	.sec-d1 h1{
		margin-top:30px;
	}
	.banner-div-content h1{
		font-size:38px;
	}
	.top-bar-sec {
      text-align: center;
    }
	.what-project-div figure{
		height:540px;
	}
	.actchive-team .comon-us{
		min-height: 211px;
		display: grid;
	}
	.actchive-team .row > div:nth-child(2n+1) .comon-us{
		float: none;
	}
	.actchive-team{
		background-position: -180px 0;
	}
	
}
@media (max-width: 668px){
	.search-bn {
		width: 100%;
		margin-top: 15px;
	}
	
	.top-menu{
		display: none;
	}
	.navbar{
		background: none;
	}
	.mn-head{
		box-shadow:none !important;
	}
	.about-div-pic {
       margin-top: 50px;
    }
	.comon-st-div {
      display: block;
      text-align: center;
    }
	.list-work ul {
       flex-direction: column;
    }
	.list-work ul li {
          margin-bottom: 15px;
    }
	.what-project-div {
       padding-bottom: 20px;
     }
	.comon-text-sec h5, .comon-text-sec p {
        padding-left: 0;
        margin-top: 10px;
      }
    .comon-text-sec a {
        margin-left: 0;
      }
	.year-text h1 {
        background-size: 100%;
     }
	.sec-d7 .read-more-bn {
         margin: auto;
        text-align: center;
        display: table;
    }
	footer .row > div:nth-child(2) {
       justify-content: left;
    }
	footer .row > div:nth-child(3) .comon-footer,
	footer .row > div:nth-child(4) .comon-footer{
      justify-content: left;
    }
	.socal {
        justify-content: start;
    }
	.sec-d1 h1{
		margin-top:30px;
	}
	.banner-div-content h1{
		font-size:38px;
	}

	/* new add */
	.contact-top{
		display: none;
	}
	/* new add ends */

	.sub-page-banner {
		height: 197px;
	}
	.sub-page-header{
		height: 359px;
		background: #f9f9f9;
	}
	.comon-about-div-sec{
		margin-top: 20px;
	}
	.onwer-div{
		width: 100%;
	}
	.our-text:after{
		display: none;
	}
	.comon-about-div-sec .row > div:nth-child(3) .our-text:before, .comon-about-div-sec .row > div:nth-child(4) .our-text:before{
		display: none;

	}
	.actchive-team .row > div:nth-child(2n+1) .comon-us{
		float: none;
	}
}
@media (max-width: 480px){
	h1{
		font-size:20px;
	}
	p{
		font-size:14px;
	}
	.banner-part .carousel-caption h1, .banner-part .carousel-caption p{
		text-align:center;
	}
	header{
		height:auto;
		}

	
	.sub-page-header{
		height: auto;
	}
	.sub-page-header .banner-part{
		height: 120px;
	}

	.top-head{
		position:relative;
	}
	.top-bar-sec{
		text-align:center;
	}
	.top-bar-sec .row > div:nth-child(2){
		justify-content: center;
	}
	.fixed-menu{
		/*top:40px;*/
		padding-top: 20px;
	}
	.search-bn{
		width:100%;
		margin-top:15px;
	}
	.banner-div-content h1{
		font-size:38px;
	}
	.about-div-pic{
		margin-top:50px;
	}
	.comon-st-div{
	   display: block;
       text-align: center;
	}
	.list-work ul {
		flex-direction: column;
	}
	.list-work ul li{
		margin-bottom:15px;
	}
	.what-project-div{
		padding-bottom:20px;
	}
	.comon-text-sec h5, .comon-text-sec p{
		padding-left:0;
		margin-top:10px;
	}
	.comon-text-sec a{
		margin-left:0;
	}
	.sec-d-expart .row {
      width: 100%;
	}
	.year-text h1{
		background-size: 100%;
	}
	.sec-d7 .read-more-bn{
		margin: auto;
		text-align: center;
		display: table;
	}
	footer .row > div:nth-child(2) {
       justify-content: left;
    }
	.socal {
       justify-content: start;
     }
	.banner-part .carousel-inner > div:nth-child(1) .order-now, .banner-part .carousel-inner > div:nth-child(3) .order-now,
	.banner-part .carousel-inner > div:nth-child(2) h1,
	.banner-part .carousel-inner > div:nth-child(3) h1,
	.banner-part .carousel-inner > div:nth-child(2) .order-now,
	.banner-part .carousel-inner > div:nth-child(3) .order-now{
		text-align:center;
		font-size: 10px;
		    margin: auto;
	}
	.contact-top{
		display: none;
	}
	.top-menu img{
		text-align: center;
		display: block;
        margin: auto;
	}
	.banner-part .carousel-caption h1,
	.banner-part .carousel-caption h1 span:nth-child(1){
		font-size: 17px !important;
	}
	.banner-part .carousel-caption h1 span:nth-child(2), 
	.banner-part .carousel-caption h1 span:nth-child(3){
		font-weight: 700;
		font-size: 17px;
	}
	.banner-part .carousel-caption h1 span:nth-child(1) >b,
	.banner-part .carousel-caption h1 span:nth-child(2) >b{
		font-weight: 700;
		font-size: 17px;
	}

     /* new add banner */

       .banner-part .carousel-caption h1{
          text-align: center;
		  
	   }
	   .banner-part .carousel-caption p{
		text-align: center;
		font-size: 11px;
	 }
	   .banner-part .d-flex > a:first-child,
	   .banner-part .d-flex > a:last-child{
		font-size: 12px;
		padding: 9px;
	   }
	   .carousel-caption .d-flex{
		   justify-content: center;
	   }
	   .carousel-indicators{
		   margin-bottom: 0;
	   }

	 /* new add banner ends */
	 .medi-services .row > div{
		 min-height: auto;
	 }
	 .comon-quick h4{
		 font-size: 17px;
		 margin-left: 0;
	 }
	 .comon-quick figure{
		 width: 39px;
	 }
	 .comon-quick ul li,
	 .booking-an-div p{
		 font-size: 15px;
	 }
	 .sec-d1 h1,
	 .booking-an-div h1,
	 .sec-d4 h1,
	 .team-div h1,
	 .blog-sec-div h1,
	 .testimonal-sec .row > div:nth-child(2) .silder-div-text h1,
	 .news-sec-div h1{
		 font-size: 29px;
	 }
	 .sec-new-add figure img{
		 position: relative;
	 }
	 .news-sec-div-part .submit-bn-make{
		 width: 100%;
		 text-align: center;
	 }
	 .sec-d7 .form-group .btn{
		 margin-top: 10px;
	 }
	 .sec-d7 .row > div{
		 padding: 17px 0;
	 }
	 .fixed-menu .navbar-brand{
		 display: block !important;
	 }
	 .silder-div-text{
		 padding: 0;
	 }
	 .news-sec-div-part iframe{
		 width: 100%;
	 }
	 .blog-sec-div h5,
	 .blog-sec-div p,
	 .blog-sec-div a{
		 margin-left: 10px;
	 }
	 .blog-sec-div a{
		 margin-bottom: 15px;
		 margin-top: 0;
	 }
	 .testimonal-sec{
		 padding-top: 0 !important;
	 }
	 .comon-div-ts{
		 width: 100%;
	 }
	 .comon-div-ts h5 {
		
		font-size: 16px;
		line-height: 24px;
	}
	 .sec-new-add figure{
		 margin:0;
	 }
	 .ap-bn{
		width: 100%;
        text-align: center;
        justify-content: center;
	 }
	 .booking-an-div .row{
		 justify-content: center;
		 margin: 0;
	 }
	 .booking-an-div .row > div{
		 padding: 0;
	 }
	.banner-part{
		height: auto;
		padding:0;
		overflow:inherit;
		position: relative;
		top:0;
	}
	.navbar form{
        display: none !important;
	}
	.fixed-menu{
		position: fixed;
	}
	.comon-us{
		margin-bottom: 25px;
	}
	.comon-quick a,
	.comon-quick h5{
		position: relative;
		bottom: 0;
	}
	.carousel-caption{
		margin:10px 0;
		display:inline-block;
		}
	.carousel-control-prev,
	.carousel-control-next{
		display:none;
	}
	.how-it-work{
		background:none;
	}
	#fil-group-bn,
	.cost-bn{
		text-align: center;
        display: table;
        margin: auto;
		
	}
	.sec-d4 .card{
		width:100%;
	}
	.sec-d7 .restarn-link{
		    columns:1;
          -webkit-columns: 1;
		      text-align: center;
	}
	.banner-part .carousel-inner > div:nth-child(2) .order-now{
		float:none;
	}
	.cart {
		margin-left:0;
	}
	footer .row > div:nth-child(3) .comon-footer,
	footer .row > div:nth-child(4) .comon-footer,
	footer .row > div:nth-child(5) .comon-footer{
		    justify-content: flex-start;
	}
	.sec-d7  .w-50{
		width:100%!important;
	}
	.sec-d8 figure{
		display:none;
	}
	.sec-d8{
		padding-top:15px;
		height:254px;
	}
	.text-apps{
		text-align:center;
	}
}


.category-div h1{
   text-transform: capitalize;
   color: #060236;
   font-weight: 700;
   	font-size: 28px;
}
.category-div{
	display: inline-block;
	width: 100%;
	margin-top:-100px;
}

.comon-spalist{
	box-shadow: #edecec 1px 1px 17px;
	background: #fff;
	border-radius: 5px;
	width: 100%;
	height: 200px;
	display: grid;
	align-content: center;
	justify-content: center;
	padding: 20px;
	margin: 20px 0;
	text-align: center;
	text-decoration: none;
	transition: all 0.5s;
}
.comon-spalist figure{
	width: 80%;
    margin: auto;
	margin-bottom: 20px;
}
.comon-spalist figure img{
	transition: all 0.5s;
}
.comon-spalist:hover figure img{
	filter: brightness(0) invert(1);
}
.comon-spalist h5{
	color: #060236;
	transition: all 0.5s;
}
.comon-spalist:hover{
	background: #0143be;
	color: #fff;
}
.comon-spalist:hover h5{
	color: #fff;
}




