 @font-face {font-family: "Halyard Text Regular";
  src: url("../fonts/89248b0583721153668df86453b579de.eot"); 
  src: url("../fonts/89248b0583721153668df86453b579de.eot") format("embedded-opentype"), 
  url("../fonts/89248b0583721153668df86453b579de.woff2") format("woff2"), 
  url("../fonts/89248b0583721153668df86453b579de.woff") format("woff"), 
  url("../fonts/89248b0583721153668df86453b579de.ttf") format("truetype"), 
  url("../fonts/89248b0583721153668df86453b579de.svg") format("svg"); /* iOS 4.1- */
} 

a{text-decoration:none;}

body, p{
	 color:#797c7f;
    font-family: "DM Sans",sans-serif;
    font-size: 1rem;
    font-weight: 400;
    font-style: normal;
    line-height: 1.68em;
    text-transform: none;
    letter-spacing: 0px;	 
}
p{
	margin-bottom:30px;
}

h1, h2, h3, h4, h5, h6{
	font-family: "Halyard Text Regular";
	font-weight:bold;
	margin-bottom:20px;
	color: #0c0f26;
}
h1{
	font-size:50px;
	
	
}

blockquote {
    padding: 1.25rem;
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
    border-left:2px solid #C5A48E;
    border-radius: 0.25rem;
}


section{
	padding:80px 0px;
}

.grey-bg{
	background-color:#ededed;
}

.blue-text{color:#5AC2FA;}

.row{
	padding:0px;
	margin:0;
}
nav{
	font-family: 'DM Sans', sans-serif;
}

.nav-right-icons {
	margin:10px 0px 0px 0px;
}

 .nav-right-icons ul{
	list-style:none;
	
}
.nav-right-icons .phone{
	font-size: 20px;
    font-weight: 600;
    color: #000;
}
 .nav-right-icons ul li{
	 display:inline-block;
	 margin:0px 10px;
 }
 
 .btn-blue{
	border:1px solid #5ac2fa;
    background-color: #5ac2fa;
	color:#fff;
	padding: 17px 38px;
    text-decoration: none;
	margin-right:5px;
	display:inline-block;
 }
 
 .btn-blue:hover{
	border-color: #42a1d4;
    background-color: #42a1d4;	
color:#fff;	
 }
 
 .btn-blue1{
	border-color: #5ac2fa;
    background-color: #5ac2fa;
	color:#fff;
	padding:20px 35px;
 }
 
 .btn-blue1:hover{
	border-color: #42a1d4;
    background-color: #42a1d4;	
color:#fff;	
 } 
 
 
 .btn-dark-blue{
	border-color: #585de2;
    background-color: #585de2;
	color:#fff;
	font-size:20px;
	padding:10px 25px;
	text-align:center;
 }
 
 .btn-dark-blue:hover{
	border-color: #3438aa;
    background-color: #3438aa;
color:#fff;	
 }
 
  .btn-dark-blue i{padding-right:5px;}
 
 


.test:after {
  content: '\2807';
  font-size: 19px;
  }
 .text-icon{line-height:70px; } .text-icon span{margin-right:5px;}
 .text-icon i{
     font-size: 20px;
    width: 39px;
    height: 39px;
	
    line-height: 40px;
    text-align: center;
    -webkit-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    background-color: #2fabed;
    color: #ffffff !important; 	 
 }

/* .banner{
	background: url('../images/banner/bg-1.jpg'		);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover; 
	padding:240px 0px;
	
} */
.banner {
    height: 100vh;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  
    background: linear-gradient(to top, #3204fdba, #9907facc), url(../images/banner/bg-1.jpg) no-repeat top center;
}


/* #color-overlay {
background-color: #000000;
    opacity: 0.64;
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
	height: 100%;
    width: 100%;

    top: 0;
    left: 0;
    position: absolute;	
} */
.banner .banner-content{
	z-index:9;
	position:relative;
}

.banner .big-heading{
		color:#fff;
		font-family: "Halyard Text Regular";
    font-size: 80px;
    font-weight: 500;
    font-style: normal;
    line-height: 1em;
    text-decoration: none;
    text-transform: none;
    letter-spacing: 0px;
    margin-top: 1.04em;
    margin-bottom: 0.46em;
}

.banner .small-heading{
	color: #FFFFFF;
    font-size: 18px;
    font-weight: 500;
    text-transform: uppercase;
    line-height: 1em;
    letter-spacing: 1px;
}

.banner form{
	background:#fff;
	padding:50px 60px;
	z-index:9;
	position:relative;
}


.banner form .input-group-text{
	background:#fff;
}

.banner .input-group{
	border:1px solid #ccc;
	background:#fff;
	padding: 5px 5px;
}
.banner .input-group-text{
	border:none !important;
}
.banner .form-control{
	border:none !important;
}


.slide-arrow-box{
	float:right;
}

.slide-arrow-box i{
	font-size:25px;
}


.services-slide .owl-theme .owl-nav {
	top: -120px;
    right: 0;
    position: absolute;
    float: right;
	
}
.services-slide .owl-theme .owl-nav [class*=owl-]{
	background:#fff !important;
	color:#000;
	border-radius:50%;
	font-size:20px;
}


.services-slide .owl-theme .owl-nav [class*=owl-]:hover{
	color:#5ac2fa !important;
}


.services-slide img{width:100%;}

.services-slide .services-box{
	background:#fff;
	padding:50px 30px;
}

.services-slide .services-box .serv-icon i{
	font-size:70px;
	padding:10px 0px;
	color:#585de2;
}

.services-slide .services-box:hover{
	background:#585de2;
	color:#fff;
}

.services-slide .services-box:hover .serv-icon i{
	color:#fff;
}
.services-slide .services-box:hover h3{color:#fff;}
.services-slide .services-box:hover p{color:#fff;}
.services-slide .services-box:hover a{color:#fff;}


/*---------services style1-----------------*/

.services-style1 .services-box{
	background:#fff;
	padding:50px 30px;
	border-left:3px solid #eee;
}

.services-style1 .services-box .serv-icon{
	padding:0px 0px 25px 0px;
}

.services-style1 .services-box h3{
	padding:0px 0px 25px 0px;
}

.services-style1 .services-box .serv-icon i{
	font-size:70px;
	padding:10px 0px;
	color:#585de2;
}

.services-style1 .services-box:hover{

}



/*---------services style1 ends-----------------*/
/*---------services style2-----------------*/

.services-style2{
	background:#ecf4fa;
}
.services-style2 .services-box{
	background:#fff;
	padding:50px 30px;
	text-align:center;
}

.services-style2 .services-box .serv-icon i{
	font-size:70px;
	padding:10px 0px;
	color:#585de2;
}
.services-style2 .services-box h3{font-size:20px;}


/*---------services style2 emds-----------------*/
.img-upbox{
    width: 350px;
    position: absolute;
    z-index: 999;
    margin-top: -12%;
    margin-left: 12%;
    padding: 21px 39px;
    background: #051747;
}
.img-upbox h3{color:#fff;}

/*--button style1--*/
a.arrow-btn{
	text-decoration:none !important; color:#011954;
}
a.arrow-btn span{font-weight:bold; color:#011954;}


/*--button style1 ends--*/

.doctor-qoute{
	background:#ecf4fa;
}

.doctor-qoute .content-box{
	padding:50px 0px;
}

.progress{
    width: 100px;
    height: 100px;
    line-height: 100px;
    background: none;
    margin: 0 auto;
    box-shadow: none;
    position: relative;
}
.progress:after{
    content: "";
    width: 100%;
    height: 100%;
    border-radius: 50%;
    border: 5px solid #fff;
    position: absolute;
    top: 0;
    left: 0;
}
.progress > span{
    width: 50%;
    height: 100%;
    overflow: hidden;
    position: absolute;
    top: 0;
    z-index: 1;
}
.progress .progress-left{
    left: 0;
}
.progress .progress-bar{
    width: 100%;
    height: 100%;
    background: none;
    border-width: 5px;
    border-style: solid;
    position: absolute;
    top: 0;
}
.progress .progress-left .progress-bar{
    left: 100%;
    border-top-right-radius: 80px;
    border-bottom-right-radius: 80px;
    border-left: 0;
    -webkit-transform-origin: center left;
    transform-origin: center left;
}
.progress .progress-right{
    right: 0;
}
.progress .progress-right .progress-bar{
    left: -100%;
    border-top-left-radius: 80px;
    border-bottom-left-radius: 80px;
    border-right: 0;
    -webkit-transform-origin: center right;
    transform-origin: center right;
    animation: loading-1 1.8s linear forwards;
}
.progress .progress-value{
    width: 90%;
    height: 90%;
    border-radius: 50%;
    background: #ffffff;
    font-size: 24px;
    color: #0c0f26;
    line-height: 90px;
    text-align: center;
    position: absolute;
    top: 5%;
    left: 5%;
}
.progress.blue .progress-bar{
    border-color: #565bdd;
}
.progress.blue .progress-left .progress-bar{
    animation: loading-2 1.5s linear forwards 1.8s;
}


.sidebar_inner{
	padding: 40px 0;
	background-color:#ecf4fa;
}

.sidebar_inner .widget {
    margin-top: 20px;
	padding: 0 30px;
}

.sidebar_inner .widget .widgettitle{
	color: #011954;
	margin-bottom: 1.1em;
    margin-top: -5px;
}

.sidebar_inner .widget ol, .widget ul {
    margin: 0;
    padding-left: 1.2em;
    list-style-type: none;
}

.sidebar_inner .widget_categories li {
    color: #011954;
	position: relative;
	padding-bottom: 8px;
}

.sidebar_inner .widget_categories li a {
    color: #011954;
}

.sidebar_inner .widget ul > li a:first-child:before {
     content: "\f111";
	 font-family: 'FontAwesome';
    display: block;
	font-size: 8px;
    line-height: 17px;
    text-align: center;
    -webkit-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    position: absolute;
    z-index: 1;
    top: 0.71em;
    left: -2.1em;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
    background-color: var(--theme-color-text_dark);
}

.aboutus{
	text-align:left;
}
.contactus{
	text-align:center;
}

.contactus h2 i{
	font-size:80px;
	color:#F7523F;
}

.contactus a{ 
color:#797c7f;
padding:2px;
border-bottom: 2px solid #797c7f;
}
.contactus a:before{
	width:50px;
	height:2px;
	background:#eee;
}






@keyframes loading-1{
    0%{
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100%{
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
    }
}
@keyframes loading-2{
    0%{
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100%{
        -webkit-transform: rotate(144deg);
        transform: rotate(144deg);
    }
}
@keyframes loading-3{
    0%{
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100%{
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
    }
}
@keyframes loading-4{
    0%{
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100%{
        -webkit-transform: rotate(36deg);
        transform: rotate(36deg);
    }
}
@keyframes loading-5{
    0%{
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100%{
        -webkit-transform: rotate(126deg);
        transform: rotate(126deg);
    }
}
@media only screen and (max-width: 990px){
    .progress{ margin-bottom: 20px; }
}


/*--contact form--*/
.contact-form{
	text-align:left;
	background:#ecf4fa;
}

.form{
	text-align:left;
}

.contact-form .form-box{
	padding:50px 0px;
}


/*--contact form ends--*/

.serv-single-img{
	padding:0px 0px 30px 0px;
}


.testimonials-bg {

    /* width: 100vw; */
	padding:80px 0px;
	color:#fff;
    background: black;
    overflow: hidden;
    background: #C33764;  /* fallback colour. Make sure this is just one solid colour. */
    background: -webkit-linear-gradient(rgba(29, 38, 113, 0.8), rgba(195, 55, 100, 0.8)), url("https://bit.ly/2rlzaXi");
    background: linear-gradient(rgba(29, 38, 113, 0.8), rgba(195, 55, 100, 0.8)), url("https://bit.ly/2rlzaXi"); /* The least supported option. */
}

.testimonials-bg img {
   object-fit: cover;
}

.testimonials-bg h5{color:#fff;}
.testimonials-bg h2{color:#fff;}
.testimonials-bg p{color:#fff;}

.testimonials-bg .testimonial-box{
	background:#fff;
	padding:50px 50px;
}
.testimonials-bg .testimonial-box p{
	color:#0c0f26;
	font-weight:bold;
}

.testimonials-bg .testimonial-box .qoute i{
	color:#585de2;
	font-size:25px;
}

.slider2 p{color:#000;}.slider2 h2{color:#000; margin-bottom:30px;}

#owl-demo2 .left-img{
	width:70%;
	position:relative;
	z-index:0;
}

#owl-demo2 .left-img img{
	max-height:400px;
}

#owl-demo2 .left-img-box{
	width:80%;
	background:#585de2;
	color:#fff;
	padding:50px 50px;
	z-index:1;
	margin-top:-50%;
	left:10%;
	position:relative;
}
#owl-demo2 .left-img-box i{font-size:50px; margin-bottom:10px;}
#owl-demo2 .left-img-box h3{color:#fff;}
#owl-demo2 .left-img-box p{color:#fff;}
#owl-demo2 .left-img-box a{color:#fff;}

.blog h3{color:#0c0f26; padding:0px 0px 0px 0px;}
.blog p{color:#0c0f26; padding:0px 0px 30px 0px;}
.blog .card-body{padding:50px;}


/*--fixed socials--*/
.icon-bar {
  position: fixed;
  z-index:999;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.icon-bar a {
  display: block;
  text-align: center;
  padding: 16px;
  transition: all 0.3s ease;
  color: white;
  font-size: 20px;
}

.icon-bar a:hover {
  background-color: #000;
}

.facebook {
  background: #3B5998;
  color: white;
}

.twitter {
  background: #55ACEE;
  color: white;
}

.google {
  background: #dd4b39;
  color: white;
}

.linkedin {
  background: #007bb5;
  color: white;
}

.youtube {
  background: #bb0000;
  color: white;
}

.whatsapp {
  background: #25D366;
  color: white;
}

/*--fixed socials End--*/

/*-----------footer---------------*/

.footer {
    position: relative;
    padding-top: 45px;
    background: #121518;
}

.footer .footer-about,
.footer .footer-contact,
.footer .footer-links,
.footer .footer-project {
    position: relative;
    margin-bottom: 45px;
    color: #999999;
}

.footer .footer-about h3,
.footer .footer-contact h3,
.footer .footer-links h3,
.footer .footer-project h3 {
    position: relative;
    margin-bottom: 20px;
    padding-bottom: 10px;
    font-size: 20px;
    font-weight: 600;
    color: #eeeeee;
}

.footer .footer-about h3::after,
.footer .footer-contact h3::after,
.footer .footer-links h3::after,
.footer .footer-project h3::after {
    position: absolute;
    content: "";
    width: 50px;
    height: 2px;
    left: 0;
    bottom: 0;
    background: #eeeeee;
}

.footer .footer-social {
    position: relative;
    margin-top: 20px;
}

.footer .footer-social a {
    text-align: center;
    color: #999999;
    font-size: 14px;
    border: 1px solid #999999;
    display: inline-block;
    width: 35px;
    height: 35px;
    padding: 6px 0;
    border-radius: 35px;
}


.footer .footer-social a:hover {
    color: #ffffff;
    background: #0085ff;
    border-color: #0085ff;
}
.footer .footer-contact p {
    margin-bottom: 10px;
    font-size: 16px;
    color: #999999;
}

.footer .footer-contact i {
    margin-right: 10px;
    font-size: 16px;
    color: #999999;
}

.footer .footer-contact a:last-child i {
    margin: 0;
}

.footer .footer-contact a:hover i {
    color: #0085ff;
}
.footer .footer-links a {
    margin-bottom: 6px;
    padding-left: 15px;
    color: #999999;
    display: block;
}

.footer .footer-links a:last-child {
    margin: 0;
}

.footer .footer-links a:hover {
    color: #0085ff;
}

.footer .footer-links a::before {
    position: absolute;
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    left: 0;
}
.footer .footer-project {
    float: left;
    font-size: 0;
}
.footer .copyright {
    position: relative;
    padding: 25px 0;
    background: #000000;
}

.footer .copyright .copy-text p {
    margin: 0;
    font-size: 16px;
    font-weight: 400;
    color: #999999;
}

.footer .copyright .copy-text p a {
    color: #0085ff;
    text-decoration: none;
}

.footer .copyright .copy-text p a:hover {
    color: #ff008c;
}
.footer .copyright .copy-menu {
    position: relative;
    font-size: 0;
    text-align: right;
}

.footer .copyright .copy-menu a {
    margin-right: 15px;
    padding-right: 15px;
    border-right: 1px solid rgba(255, 255, 255, .3);
    color: #999999;
    font-size: 16px;
    font-weight: 400;
}

.footer .copyright .copy-menu a:hover {
    color: #0085ff;
}

.footer .copyright .copy-menu a:last-child {
    margin-right: 0;
    padding-right: 0;
    border-right: none;
}





/*-----------footer Ends---------------*/




/*------tabed carousel------*/
/* .main-content {
  padding-top: 100px;
  padding-bottom: 100px;
}
.circle-icon {
  height: 50px;
  width: 50px;
  border-radius: 50px;
 border: 2px solid #1457a0;
    background: #fff;
    color: #14569e;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 22px;
  margin-bottom: 10px;
} */

/*.tab-content {
	flex: 2;
	background: #fff;
	height: 400px;
	box-shadow: 0 2px 15px rgba(0, 0, 0, 0.1);
}*/
/* .tab-content .tab-pane {
  width: calc(100% + 25px);
  height: 485px;
  transform: translate(-35px, -27px);
  overflow: hidden;
  position: relative;
}
.tab-content .tab-pane img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  border-radius: 10px;
  box-shadow: 0 2px 15px rgba(0, 0, 0, 0.1);
}
.tab-content .tab-pane .text-overlay {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  width: calc(100% - 100px);
  padding: 20px;
  border-radius: 10px;
  background: linear-gradient(120deg, rgb(0 0 0 / 42%), rgb(0 0 0 / 41%));
  color: #fff;
  text-align: center;
}
.nav-link {
  width: 200px;
  height: 100%;
  border: none;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: #fff;
  color: #333;
  transition: all 0.3s;
}
.nav-pills {
  z-index: 1;
  box-shadow: 0 2px 15px rgb(0 0 0 / 10%);
  background: #fff;
  border-radius: 10px;
}
.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
  background: linear-gradient(272deg, #0265f8, #15569a);
  border-radius: 10px;
  color: #fff;
  transform: scale(1.05);
  box-shadow: 0 2px 15px rgb(0 0 0 / 10%);
}
.nav-pills .nav-link.active .circle-icon {
    border-color: #fff;
} */
/*------tabed carousel------*/











@media (max-width: 480px) {
	.navik-header .logo {
		padding: 30px 0px;
		text-align: left;
	}
	.services-slide .owl-theme .owl-nav {
    top: -69px;	
	}

	.banner {
		height: 51vh;
	}
	.banner .big-heading{
		font-size: 35px;
	}
	.banner form{display:none;}
	.nav-right-icons{
		display:none ;
	}
	.aboutus{
		text-align:center;
	}
		.aboutus h3{padding-top:30px;}
		
	.testimonials-bg .testimonial-box {
		margin-top: 50px;
	}	
	.testimonials-bg {
		padding: 80px 30px;	
	}

	.img-upbox{
		width:250px;
		position: relative;
		margin:0 auto;
		padding:0;

	}
	
.sidebar_inner{
	margin-top:50px;
}
.btn-blue{
	margin:20px 0px;
}	

}

