 @font-face {
    font-family: 'Termina Test';
    src: url('../fonts/Termina-Black.woff2') format('woff2'),
        url('../fonts/Termina-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Termina Test Demi';
    src: url('../fonts/Termina-Demi.woff2') format('woff2'),
        url('../fonts/Termina-Demi.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Termina Test';
    src: url('../fonts/Termina-Bold.woff2') format('woff2'),
        url('../fonts/Termina-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Termina Test';
    src: url('../fonts/Termina-Regular.woff2') format('woff2'),
        url('../fonts/Termina-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Termina Test';
    src: url('../fonts/Termina-Heavy.woff2') format('woff2'),
        url('../fonts/Termina-Heavy.woff') format('woff');
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Termina Test';
    src: url('../fonts/Termina-Light.woff2') format('woff2'),
        url('../fonts/Termina-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Termina Test';
    src: url('../fonts/Termina-Medium.woff2') format('woff2'),
        url('../fonts/Termina-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Termina Test Extra';
    src: url('../fonts/Termina-ExtraLight.woff2') format('woff2'),
        url('../fonts/Termina-ExtraLight.woff') format('woff');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Termina Test';
    src: url('../fonts/Termina-Thin.woff2') format('woff2'),
        url('../fonts/Termina-Thin.woff') format('woff');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

 
 
 
 @font-face {font-family: 'Termina Test',sans-serif;
  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;}


.with_bg_all {
	width:1050px;
	height:1050px;
	position:absolute;
	z-index:9;
	top:-0px;
	right:180px;
    background-repeat: no-repeat;
    background-size: 50%,26%,26%,26%,40%;
    background-position: top right,0 28%,100% 48%,0 70%,bottom right;
	background-image: url(https://echo.ancorathemes.com/wp-content/uploads/2022/08/shape-1-1-1-300x134.png) ;
}

.no-space{padding:0px 0px !important;}


body{
	 color:#797c7f;
    font-family: 'Termina Test',sans-serif;
    font-size: 1rem;
    font-weight: 400;
    font-style: normal;
    line-height: 1.68em;
    text-transform: none;
    letter-spacing: 0px;
background-color:#f4f3ef;	
}
p{
	color:#000000;
	margin-bottom:30px;
	font-family: 'Termina Test',sans-serif;
	text-align:justify;
}

h1, h2, h3, h4, h5, h6{
	font-family: 'Termina Test',sans-serif;
	font-weight:bold;
	margin-bottom:20px;
	color:#ff4724;
}
h1{font-size:50px;}

.read-more{ color:#1E1A1F;}

.theme-color{color:#F27044;}
.theme-bg{background:#F27044;}

blockquote {
    padding: 1.25rem;
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
    border-left:2px solid #C5A48E;
    border-radius: 0.25rem;
}


section{
	padding:60px 0px;
}

.grey-bg{
	background-color:#ededed;
}

.blue-text{color:#F27044;}

.row{
	padding:0px;
	margin:0;
}
nav{
	font-family: 'Termina Test',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;
 }
 
 .ban-text{padding:50px 0px;}
 
 .btn-blue{
	border:1px solid #ff4724;
    background-color:#ff4724;
	color:#fff;
	font-size: 14px;
    font-weight: 500;
	padding: 12px 45px;
    text-decoration: none;
	margin-right:5px;
	display:inline-block;
 }
 
 .btn-blue:hover{
	border-color:#3070a3;
    background-color:#3070a3;	
color:#fff;	
 }
 
 .btn-blue1{
	border-color: #F27044;
    background-color: #F27044;
	color:#fff;
	padding:20px 35px;
 }
 
 .btn-blue1:hover{
	border-color: #e05f34;
    background-color: #e05f34;	
color:#fff;	
 } 
 
 
 .btn-dark-blue{
	border-color: #F27044;
    background-color: #F27044;
	color:#fff;
	font-size: 14px;
    font-weight: 500;
	padding:10px 25px;
	text-align:center;
 }
 
 .btn-dark-blue:hover{
	border-color: #e05f34;
    background-color: #e05f34;
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: 'Termina Test',sans-serif;
    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;
}


/*--counter starts--*/

.counter {
    padding: 120px 0;
    border-radius: 5px;
	
}
.counter1 {
    padding: 120px 0;
    border-radius: 5px;
	
}

.counter.first-child::before{display:none;}

.counter:before{
	content: '';
    display: block;
    height: 60px;
    width: 1px;
    position: absolute;
    right: calc( -1 * var(--theme-var-grid_gap)/2 );
	margin-top: 83px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    background-color: #D6D3CE;
}

.count-title {
    font-size: 120px;
    font-weight: 600;
	color:#dbdbdb;
    margin-top: 10px;
    margin-bottom: 0;
    text-align: center;
}

.count-text {
    font-size: 24px;
    font-weight: bold;
    margin-top: -70px;
    margin-bottom: 0;
    text-align: center;
	color:#000;
}

.fa-2x {
    margin: 0 auto;
    float: none;
    display: table;
    color: #FF5E00;
}


/*--counter ends--*/


.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:#F27044 !important;
}


.services-slide img{width:100%;}

.services-slide .services-box{
	background:#fff;
	padding:50px 30px;
}

.services-slide .services-box .serv-icon{margin-bottom:20px;}

.services-slide .services-box .serv-icon i{
	font-size:70px;
	padding:10px 0px;
	color:#ff4724;
}

.services-slide .services-box:hover{
	background:#ff4724;
	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;}


.black-box{
width: 250px;
    height: 180px;
    background: #000;
    z-index: 9;
    padding: 50px;
    margin-top: -174px;
    /* right: 0; */
    margin-left: 216px;
    position: absolute;
    color: #fff;
}

.black-box h2{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:#F27044;
}

.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:#F27044;
}
.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: #ff4724;
}
.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: #1E1A1F;
    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:#ffffff;
}

.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;
}

.aboutus ol li{
	font-size:25px;
	padding-top:20px;
	padding-bottom:20px;
	border-bottom:1px solid #ccc;
}


.contactus{
	text-align:center;
}

.contactus h2 i{
	font-size:80px;
	color:#F7523F;
	margin-right: 275px;
}

.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:#1E1A1F;
	font-weight:bold;
}

.testimonials-bg .testimonial-box .qoute i{
	color:#F27044;
	font-size:25px;
}

.slider2 p{color:#000;}.slider2 h2{color:#000; margin-bottom:30px;}

#owl-demo2 .left-img{
position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}


.thumbnail {
  padding: 0px !important;
  margin-bottom: 25px;
  border: none;
  border-radius: 0;
  display: block;
}

.thumbnail img {
  width: 100%;
  height: 100%;
  margin-bottom: 0px;
  display: block;
}

.overlay {
  position: absolute;
  top: 5%;
  bottom: 5%;
  left: 5%;
  right: 5%;
  height: 82%;
  width: 90%;
  opacity: 0;
  padding: 0px 0px 0px 0px;
  transition: .5s ease;
  background-color: #f5f3ef;
}

.thumbnail:hover .overlay {
  opacity: 1;
}

.text {
  color: #fff;
  font-size: 14px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align:center;
}

.text h4{font-size:12px; color:#000; margin-bottom:5px;}





.blog h3{color:#1E1A1F; padding:0px 0px 0px 0px;}
.blog p{color:#1E1A1F; padding:0px 0px 30px 0px;}
.blog .card-body{padding:50px;}



/* OPTION 1 */

.services{}

.services .overlay-outer img {
  max-width: 400px;
}

.services .overlay-outer {
  position: relative;
  width: 100%;
  max-width: 400px;
  max-height: 400px;
  margin: auto;
  overflow: hidden;
}

.services .overlay {
  background: rgba(0,0,0,0.7);
  position: absolute;
	height:100%;
  width: 100%;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  opacity: 0;
  transition: all 0.4s ease-in-out 0s;
}

.services a:hover .overlay {
  opacity: 1;
}

.services .content-details {
  position: absolute;
  text-align: center;
  padding-left: 1em;
  padding-right: 1em;
  width: 100%;
  top: 50%;
  left: 50%;
  opacity: 1;
  transform: translate(-50%, -50%);
  transition: all 0.3s ease-in-out 0s;
}

.services .overlay-outer:hover .content-details {
  top: 50%;
  left: 50%;
  opacity: 1;
}

.services .content-details h3 {
  color: #fff;
  font-weight: 500;
  letter-spacing: 0;
  margin-bottom: 0.5em;
  text-transform: uppercase;
}

.services .content-details p {
  color: #fff;
  font-size: 0.8em;
}

.services .fadeIn_bottom {
  top: 80%;
}
/*  */

.snip1584 {
  font-family: 'Raleway', sans-serif;
  position: relative;
  display: inline-block;
  overflow: hidden;
  margin: 10px;
  min-width: 230px;
  max-width: 315px;
  width: 100%;
  color: #ffffff;
  font-size: 16px;
  text-align: left;
}
.snip1584 * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.snip1584:before {
  position: absolute;
  top: 10px;
  bottom: 10px;
  left: 10px;
  right: 10px;
  top: 100%;
  content: '';
  background-color: #f5f3ef;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
  -webkit-transition-delay: 0.25s;
  transition-delay: 0.25s;
}
.snip1584 img {
  vertical-align: top;
  max-width: 100%;
  backface-visibility: hidden;
}
.snip1584 figcaption {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.snip1584 h3,
.snip1584 h5 {
  margin: 0;
  opacity: 0;
  text-align:center;
}
.snip1584 h3 {
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
  text-transform: uppercase;
  font-weight: 400;
  -webkit-transition-delay: 0.05s;
  transition-delay: 0.05s;
  margin-bottom: 5px;
  font-size: 22px;
}
}
.snip1584 h5 {
  font-weight: normal;
  background-color: #ae895d;
  padding: 3px 10px;
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}
.snip1584 a {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
}
.snip1584:hover:before,
.snip1584.hover:before {
  top: 10px;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}
.snip1584:hover h3,
.snip1584.hover h3,
.snip1584:hover h5,
.snip1584.hover h5 {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}
.snip1584:hover h3,
.snip1584.hover h3 {
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}
.snip1584:hover h5,
.snip1584.hover h5 {
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}




/*-- blog starts--*/

.blog .card {
display: inline-block;
    vertical-align: top;
    width: 100%;
    height: 100%;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;

}
.blog .card:before {
    content: ' ';
    width: 0;
    height: 0;
    display: inline-block;
    vertical-align: top;
    margin-left: -0.3em;
}
.blog .card .mask{
background-color: rgba(0,0,0,.65);
opacity: 1!important;
}

.blog .card .post_thumb{
position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;

}


.service_box {
  background: #ffffff;
  /*border-radius: 40px;
    filter: drop-shadow(0 -2.5px -7.6px rgba(226, 200, 191, 0.2));*/
  filter: drop-shadow(0 -2.5px 7.6px rgba(226, 200, 191, 0.2));
  z-index: 1;
  padding: 10px;
  position: relative;
  transition: all 0.4s ease;
  overflow: hidden;
  margin-bottom: 30px;
}

.service_box .service_inner {
  display: flex;
/*   border: 1px solid #EFD7CE; */
  padding: 25px;
  transition: all 0.4s ease;
  z-index: 2;
  position: relative;
}

.service_box .service_inner .content {
  margin-left: 20px;
  flex: 1;
  transition: all 0.3s ease;
  z-index: 4;
}

.service_box .service_inner .content h4, .service_box .service_inner .content .h4 {
  font-weight: 600;
  font-size: 22px;
  line-height: 24px;
  letter-spacing: .45px;
  color: #222222;
  margin-bottom: 15px;
  transition: all 0.8s ease;
}

.service_box .service_inner .content .date{
  font-weight: 600;
  font-size: 16px;	
  color: #222222;
  margin-bottom:15px;
	
}

.service_box .service_inner .content .date span{
	
  font-weight: 400;
  font-size: 16px;	
  color: #222222;	
}




.service_box .service_inner .content p {
  font-weight: 400;
  font-size: 15px;
  line-height: 24px;
  letter-spacing: -1.7px;
  color:#000000;
  margin-bottom: 8px;
  transition: all 0.9s ease-in-out;
}

.service_box .service_inner .content .btn_service {
  font-weight: 400;
  font-size: 11px;
  line-height: 24px;
  letter-spacing: 2.5px;
  color: #000;
  transition: all 0.9s ease-in-out;
}

.service_box .service_inner::before {
  position: absolute;
  content: "";
  background: transparent;
  opacity: 0.5;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  transition: all 0.5s ease-in-out;
  overflow: hidden;
  z-index: 1;
}

.service_box .service_inner .image {
  z-index: 3;
  position: relative;
}

.service_box .service_inner .image img {
  width: 100%;
}

.service_box .service_inner .image::before {
  position: absolute;
  content: "";
  background: #F4F1EC;
  width: 71px;
  height: 71px;
  border-radius: 100%;
  top: -10px;
  left: -9px;
  z-index: -1;
  opacity: 0;
  transition: all 1.5s ease-in-out;
}

.service_box .hover_image {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: all 0.6s ease;
  overflow: hidden;
}

.service_box .hover_image img {
  width: 100%;
  height: 100%;
}

.service_box::before {
  position: absolute;
  content: "";
  background: transparent;
  opacity: 0.8;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  transition: all 0.4s ease-in-out;
  overflow: hidden;
  z-index: 1;
}

.service_box:hover .hover_image {
  opacity: 1;
}

.service_box:hover .service_inner {
/*   border: 1px solid transparent;
  backdrop-filter: blur(5px); */
}

.service_box:hover .service_inner::before {
  /* background: rgba(0, 0, 0, 0.8); */
}

.service_box:hover .service_inner .image::before {
  opacity: .1;
}

.service_box:hover::before {
  background: #000;
}

.service_box:hover .content h4, .service_box:hover .content .h4, .service_box:hover .content p, .service_box:hover .content .btn_service  {
  color: #ffffff;
}

.service_box:hover .service_inner .content .date{
  color: #fff;
}
.service_box:hover .service_inner .content .date span{
  color: #fff;
}



/*-- blog ends--*/



/*--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:#ff4724;
}

.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:#ffffff;
    font-size: 14px;
    border: 1px solid #ffffff;
    display: inline-block;
    width: 35px;
    height: 35px;
    padding: 6px 0;
    border-radius: 35px;
}


.footer .footer-social a:hover {
    color: #ffffff;
    background:#000000;
    border-color:#000000;
}
.footer .footer-contact p {
    margin-bottom: 10px;
    font-size: 16px;
    color: #000000;
}

.footer .footer-contact i {
    margin-right: 10px;
    font-size: 22px;
    color:#ffffff;
}

.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:#151111;
    display: block;
}

.footer .footer-links a:last-child {
    margin: 0;
}

.footer .footer-links a:hover {
    color:#ffffff;
}

.footer .footer-links a::before {
    position: absolute;
    content: "";
    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:#ffffff;
}

.footer .copyright .copy-text p {
    margin: 0;
    font-size: 16px;
    font-weight: 400;
    color:#101010;
}

.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:#000000;
    font-size: 16px;
    font-weight: 400;
}

.footer .copyright .copy-menu a:hover {
    color:#ff4724;
}

.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;
}	

}
.con{
	padding-right: 197px;
}
.text-white 1{
	padding:20px;
}