/*** Spinner Start ***/
#body{
	font-family:"Futura Md BT Medium";
	
	}


/*** Spinner End ***/


/*** Button Start ***/
.btn {
    font-weight: 600;
    transition: .5s;
}

.btn-square {
    width: 38px;
    height: 38px;
}
.btn-sm-square {
    width: 32px;
    height: 32px;
}

.btn-md-square {
    width: 46px;
    height: 46px;
}

.btn-lg-square {
    width: 58px;
    height: 58px;
}

.btn-square,
.btn-sm-square,
.btn-md-square,
.btn-lg-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
}

.back-to-top {
    position: fixed;
    width: 50px;
    height: 50px;
    right: 30px;
    bottom: 30px;
    z-index: 99;
}

/*** Button End ***/


/*** Topbar Start ***/

.topbar .top-info {
    letter-spacing: 1px;
}

.topbar .top-link {
    display: flex;
    align-items: center;
    justify-content: center;
}

.topbar .top-link a {
    margin-right: 10px;
}

#note {
    width: 500px;
    overflow: hidden;
}

#note small {
    position: relative;
    display: inline-block;
    animation: mymove 5s infinite;
    animation-timing-function: all;
}


@keyframes mymove {
    from {left: -100%;}
    to {left: 100%;}
}

/*** Topbar End ***/


/*** Navbar Start ***/
.navbar .navbar-nav {
    padding: 15px 0;
}

.navbar .navbar-nav .nav-link {
    padding: 10px;
    color: black;
    font-size: 18px;
    outline: none;
    
}

.navbar .navbar-nav .nav-link:hover,
.navbar .navbar-nav .nav-link.active {
    color: black !important;
}

.navbar .dropdown-toggle::after {
    border: none;
    content: "\f107";
    font-family: "font awesome 5 free";
    font-weight: 900;
    vertical-align: middle;
    margin-left: 8px;
}

@media (min-width: 992px) {
    .navbar .nav-item .dropdown-menu {
        display: block;
        visibility: hidden;
        top: 100%;
        transform: rotateX(-75deg);
        transform-origin: 0% 0%;
        transition: .5s;
        opacity: 0;
    }
}

.navbar .nav-item:hover .dropdown-menu {
    transform: rotateX(0deg);
    visibility: visible;
    transition: .5s;
    opacity: 1;
}

/*** Navbar End ***/


/*** Carousel Start ***/

.carousel-item {
    position: relative;
}

.carousel-item::after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
   
}

.carousel-caption {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
}

.carousel-item p {
    max-width: 700px;
    margin: 0 auto 35px auto;
}

.carousel-control-prev {
    width: 90px;
    height: 60px;
    position: absolute;
    top: 50%;
    left: 0;
    background: var(--bs-primary);
    border-radius: 0 50px 50px 0;
    opacity: 1;
}

.carousel-control-prev:hover {
    background: var(--bs-secondary);
    transition: .8s;
}

.carousel-control-next {
    width: 90px;
    height: 60px;
    position: absolute;
    top: 50%;
    right: 0;
    background: var(--bs-primary);
    border-radius: 50px 0 0 50px;
    opacity: 1;
}

.carousel-control-next:hover {
    background: var(--bs-secondary);
    transition: .8s;
}

.carousel-caption .carousel-content a button.carousel-content-btn1 {
    background: var(--bs-secondary);
    color: var(--bs-dark);
    opacity: 1;
    border: 0;
    border-radius: 20px;
}

.carousel-caption .carousel-content a button.carousel-content-btn1:hover {
    background: var(--bs-primary);
    color: #ffffff;
    border: 0;
    opacity: 1;
    transition: 1s;
    border-radius: 20px;
}

.carousel-caption .carousel-content a button.carousel-content-btn2 {
    background: var(--bs-primary);
    color: var(--bs-white);
    opacity: 1;
    border: 0;
    border-radius: 20px;
}

.carousel-caption .carousel-content a button.carousel-content-btn2:hover {
    background: var(--bs-secondary);
    color: var(--bs-dark);
    border: 0;
    opacity: 1;
    transition: 1s;
    border-radius: 20px;
}

#carouselId .carousel-indicators li {
    width: 30px;
    height: 10px;
    background: var(--bs-primary);
    margin: 10px;
    border-radius: 30px;
    opacity: 1;
}

#carouselId .carousel-indicators li:hover {
    background: var(--bs-secondary);
    opacity: 1;
}

.carousel-content h6{
	font-family:'Palatino Linotype';
	font-style:italic;
	}

.carousel-content h1{
	font-family: 'Montserrat';
	font-style:bold;

	}

@media (max-width: 992px) {
    .carousel-item {
        min-height: 500px;
    }
    
    .carousel-item img {
        min-height: 500px;
        object-fit: cover;
    }

    .carousel-item h1 {
        font-size: 40px !important;
    }

    .carousel-item p {
        font-size: 16px !important;
    }
}

@media (max-width: 768px) {
    .carousel-item {
        min-height: 70%;
    }
    
    .carousel-item img {
        min-height: 70%;
       
    }

    .carousel-item h1 {
        font-size: 28px !important;
    }

    .carousel-item p {
        font-size: 14px !important;
    }
}

.page-header {
    background:  url(../img/carousel-1.jpg) ;
	background-size: cover;   } 




.page-header .breadcrumb-item+.breadcrumb-item::before {
    color: var(--bs-white); 
}

.page-header .breadcrumb-item,
.page-header .breadcrumb-item a {
    font-size: 18px;
    color: var(--bs-white);
}

/*** Carousel End ***/


/*** Services Start ***/

.services .services-item {
    box-shadow: 0 0 60px rgba(0, 0, 0, .2);
    width: 100%;
    height: 100%;
    border-radius: 10px;
    padding: 10px 0;
    position: relative;
}


.services-content::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 0;
    top: 0;
    left: 0;
    border-radius: 10px 10px 0 0;
    background: rgba(3, 43, 243, 0.8);
    transition: .5s;
}

.services-content::after {
    top: 0;
    bottom: auto;
    border-radius: 10px 10px 10px 10px;
}



.services-item .services-content-icon i,
.services-item .services-content-icon p {
    transition: .5s;
}



/*** Services End ***/


/*** Project Start ***/

.project-img {
    position: relative;
    padding: 15px;
}

.project-img::before {
    content: "";
    position: absolute;
    width: 150px;
    height: 150px;
    top: 0;
    left: 0;
    background: var(--bs-secondary);
    border-radius: 10px;
    opacity: 1;
    z-index: -1;
    transition: .5s;
}

.project-img::after {
    content: "";
    width: 150px;
    height: 150px;
    position: absolute;
    right: 0;
    bottom: 0;
    background: var(--bs-primary);
    border-radius: 10px;
    opacity: 1;
    z-index: -1;
    transition: .5s;
}

.project-content {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
}

.project-content a {
    display: inline-block;
    padding: 20px 25px;
    background: var(--bs-primary);
    border-radius: 10px;
}

.project-item:hover .project-content {
    opacity: 1;
    transition: .5s;
}

.project-item:hover .project-img::before,
.project-item:hover .project-img::after {
    opacity: 0;
}

/*** Project End ***/


/*** Blog Start ***/
.blog-item .blog-btn {
    z-index: 2;
}

.blog-btn .blog-btn-icon {
    height: 50px;
    position: relative;
    overflow: hidden;
}

.blog-btn-icon .blog-icon-2 {
    display: flex;
    position: absolute;
    top: 6px;
    left: -140px;
    
}

.blog-btn-icon:hover .blog-icon-2 {
    transition: 1s;
    left: 5px;
    top: 6px;
    padding-bottom: 5px;
}
.blog-icon-1 {
    position: relative;
    top: -4px;
}
.blog-btn-icon:hover .blog-icon-1 {
    top: 0;
    right: -140px;
    transition: 1s;
}




/*** Team End ***/


/*** Testimonial Start ***/




/*** Testimonial End ***/


/*** Contact Start ***/
.contact-detail::before {
    position: absolute;
    content: "";
    height: 50%;
    width: 100%;
    top: 0;
    left: 0;
    background: linear-gradient(rgb(74, 120, 183, 1), rgba(42, 183, 127, .3)), url(../img/background.jpg) center center no-repeat;
    background-size: cover;
    border-radius: 10px;
    z-index: -1;
}

.contact-map {
    background: #1952a2;
}

.contact-map_1 {
    background: #f4f4f4;
}



.contact-map img { text-align: center;
    
}

.contact-form {
    background: #1952a2;
}

/*** Contact End ***/


/*** Footer Start ***/
.footer {margin-bottom: -100px;  }

.footer .short-link a,
.footer .help-link a,
.footer .contact-link a {
    transition: .5s;
	font-family: 'Montserrat'; 
}

.footer .short-link a:hover,
.footer .help-link a:hover,
.footer .contact-link a:hover {
    letter-spacing: 1px; font-family: 'Montserrat';
}

.footer .hightech-link a:hover {
    background: var(--bs-secondary);
    border: 0; 
}

.container p{

	font-family: 'poppins', sans-serif !important;
	
	}
	
	.container h5{

	font-family:'Palatino Linotype';
	font-style:italic;
	
	}
	
	.container h1{
	font-family: 'Montserrat';
	font-style:bold;
		color: #213e7a;
		

	}

.container-fluid h1{
	font-family: 'Montserrat';
	font-style:bold;

	}
	
	.container-fluid p{
	font-family: 'poppins', sans-serif !important;

	}
.container-fluid h4{
	font-family: 'Montserrat';
	font-style:bold;

	}


}
/*** Footer End ***/


/* turquoise */

/*** About ***/
@media (min-width: 992px) {
    .container.about {
        max-width: 100% !important;
    }

    .about-text  {
        padding-right: calc(((100% - 960px) / 2) + .75rem);
    }
}

@media (min-width: 1200px) {
    .about-text  {
        padding-right: calc(((100% - 1140px) / 2) + .75rem);
    }
}

@media (min-width: 1400px) {
    .about-text  {
        padding-right: calc(((100% - 1320px) / 2) + .75rem);
    }
}


.bi-twitter-x:before{
  content:'';
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDE2LjAuMCwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8IURPQ1RZUEUgc3ZnIFBVQkxJQyAiLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4iICJodHRwOi8vd3d3LnczLm9yZy9HcmFwaGljcy9TVkcvMS4xL0RURC9zdmcxMS5kdGQiPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9InN2ZzUiIHhtbG5zOnN2Zz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciCgkgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiIHdpZHRoPSI1MDBweCIgaGVpZ2h0PSI1MDBweCIKCSB2aWV3Qm94PSIwIDAgNTAwIDUwMCIgZW5hYmxlLWJhY2tncm91bmQ9Im5ldyAwIDAgNTAwIDUwMCIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+CjxnPgoJPGVsbGlwc2Ugc3Ryb2tlPSIjRkZGRkZGIiBzdHJva2UtbWl0ZXJsaW1pdD0iMTAiIGN4PSIyNTAiIGN5PSIyNTAiIHJ4PSIyNDkuNzM1IiByeT0iMjUwLjIzNSIvPgoJPGcgaWQ9ImxheWVyMSIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoNTIuMzkwMDg4LC0yNS4wNTg1OTcpIj4KCQk8cGF0aCBpZD0icGF0aDEwMDkiIGZpbGw9IiNGRkZGRkYiIGQ9Ik00My43NzMsMTMwLjA4bDExOS4zNywxNTkuOTI2TDQzLjAyLDQyMC4wMzNoMjcuMDM3bDEwNS4xNy0xMTMuODQ0bDg0Ljk3MiwxMTMuODQ0aDkxLjk5OQoJCQlMMjI2LjExMSwyNTEuMTE0TDMzNy45MjEsMTMwLjA4aC0yNy4wMzdsLTk2Ljg1MywxMDQuODQ1TDEzNS43NzQsMTMwLjA4SDQzLjc3M3ogTTgzLjUzMiwxNTAuMDMzaDQyLjI2NUwzMTIuNDM0LDQwMC4wOEgyNzAuMTcKCQkJTDgzLjUzMiwxNTAuMDMzeiIvPgoJPC9nPgo8L2c+Cjwvc3ZnPgo=');
  background-size: cover;
  height: 16px;
  aspect-ratio: 1 / 1;
}

/*
If you add the class "inverted", the logo will be completely inverted.
*/
.bi-twitter-x.inverted{
  filter: invert(100%);
}

/* 
Example: Large Buttons
You only have to adjust the height to 20px when icon is inside of a large button 
*/
.btn-lg .bi-twitter-x:before{
  height: 20px;
}

/*
Example: Standalone logo sizes
*/
h1 .bi-twitter-x:before,
.fs-1 .bi-twitter-x:before{
  height: 40px;
}
h2 .bi-twitter-x:before,
.fs-2 .bi-twitter-x:before{
  height: 32px;
}
h3 .bi-twitter-x:before,
.fs-3 .bi-twitter-x:before{
  height: 28px;
}
h4 .bi-twitter-x:before,
.fs-4 .bi-twitter-x:before{
  height: 25px;
}

/*** Feature ***/
@media (min-width: 992px) {
    .container.feature {
        max-width: 100% !important;
    }

    .feature-text  {
        padding-left: calc(((100% - 960px) / 2) + .75rem);
    }
}

@media (min-width: 1200px) {
    .feature-text  {
        padding-left: calc(((100% - 1140px) / 2) + .75rem);
    }
}

@media (min-width: 1400px) {
    .feature-text  {
        padding-left: calc(((100% - 1320px) / 2) + .75rem);
    }
}


/*** About_1 ***/
@media (min-width: 992px) {
    .container.about_1 {
        max-width: 100% !important;
		
    }

    .about_1-text  {
        padding-right: calc(((100% - 960px) / 2) + .75rem);
    }
}

@media (min-width: 1200px) {
    .about_1-text  {
        padding-right: calc(((100% - 1140px) / 2) + .75rem);
    }
}

@media (min-width: 1400px) {
    .about_1-text  {
        padding-right: calc(((100% - 1320px) / 2) + .75rem);
    }
}

.about_1   {background:  url("../img/ab_bg.jpg") center ; padding: 2%; color: #FFFFFF;}
.about_11   {background:  url("../img/ab_bg_b.jpg") center ; padding: 2%; color: #FFFFFF; width: 100%;}






.stats {
	background-image: url("../img/tx_bg.jpg"); background-repeat: 
	color: #FFFFFF;
       
    position: relative;
    padding: 80px 0;
}


.stats h1 {color: #452E2E; text-align: center; height: 100%;}




/*** About_1 ***/
@media (min-width: 992px) {
    .container.about_2 {
        max-width: 100% !important;
		
    }

    .about_2-text  {
        padding-right: calc(((100% - 960px) / 2) + .75rem);
    }
}

@media (min-width: 1200px) {
    .about_2-text  {
        padding-right: calc(((100% - 1140px) / 2) + .75rem);
    }
}

@media (min-width: 1400px) {
    .about_2-text  {
        padding-right: calc(((100% - 1320px) / 2) + .75rem);
    }
}

.about_1   {background:  url("../img/ab_bg.jpg") center ; padding: 2%; color: #FFFFFF;}




/*** About_1 ***/
@media (min-width: 992px) {
    .container.about_2 {
        max-width: 100% !important; background-color: #f1f1f1; 
		
    }
	
	
	
	 .container.about_24 {
        max-width: 100% !important; background-color: #fff5f3; 
		
    }
	
	
	
	 .container.about_23 {
        max-width: 100% !important; background-color: #fcecf0; 
		
    }

    .about_2-text  {
        padding-right: calc(((100% - 960px) / 2) + .75rem);
    }
}

@media (min-width: 1200px) {
    .about_2-text  {
        padding-right: calc(((100% - 1140px) / 2) + .75rem);
    }
}

@media (min-width: 1400px) {
    .about_2-text  {
        padding-right: calc(((100% - 1320px) / 2) + .75rem);
    }
}



@media (min-width: 1400px) {
    .about_2-text p  { text-align: justify;
        
    }
}



.service-item {
    border-top: 1px solid #F4F4F4;
    border-right: 1px solid #F4F4F4;
    transition: 0.3s;
    position: relative;
    z-index: 10;
}

.container,
.container-fluid,
.container-sm,
.container-md,
.container-lg,
.container-xl,
.container-xxl {
  width: 100%;
  padding-right: var(--bs-gutter-x, 0.75rem);
  padding-left: var(--bs-gutter-x, 0.75rem);
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container, .container-sm {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .container, .container-sm, .container-md {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .container, .container-sm, .container-md, .container-lg {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  .container, .container-sm, .container-md, .container-lg, .container-xl {
    max-width: 1140px;
  }
}

@media (min-width: 1400px) {
  .container, .container-sm, .container-md, .container-lg, .container-xl, .container-xxl {
    max-width: 1320px;
  }
}

.section-title {
  margin-bottom: 10px;
}

.banner .block h1, .banner .block .h1 {
  font-size: 52px;
}

@media (max-width: 991px) {
  .banner .block h1, .banner .block .h1 {
    font-size: 46px;
  }
}

@media (max-width: 767px) {
  .banner .block h1, .banner .block .h1 {
    font-size: 38px;
  }
}


/*** Service Start ***/
.service .service-item {
    box-shadow: 0 0 45px rgba(0, 0, 0, .2) ;
}

.service .service-item .service-img {
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.service .service-item .service-img img {
    transition: 0.5s;
}

.service .service-item .service-img::before {
    width: 100%;
    height: 0;
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    transition: 0.5s;
    z-index: 5;
    
}

.service .service-item:hover .service-img::before {
    height: 100%;
    background: rgba(21, 185, 217, .3);
}

.service .service-item .service-img:hover img {
    transform: scale(1.3);
}

.service .service-item .service-content {
    position: relative;
    z-index: 2;

}

.service .service-item .service-content::before {
    width: 100%;
    height: 8px;
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    background: #dce7fb;
    transition: 0.5s;
    z-index: 3;
}

.service .service-item:hover .service-content::before {
    background: #dce7fb;
    height: 100%;
}

.service .service-item .service-content .service-content-inner {
    transition: 0.5s;
}


.service .service-item:hover .service-content .service-content-inner {
    position: relative;
	color: #000000;
    
    z-index: 9;
}
.service .service-item:hover .service-content .service-content-inner h5 {
    color: var(--bs-secondary);
}



.section-title {
  text-align: center; font-family: 'Montserrat';
  padding-bottom: 60px;
  position: relative;
}

.section-title h2 {
  font-size: 32px; font-family: 'Montserrat';
  font-weight: 700;
  position: relative;
}

.section-title h2:before,
.section-title h2:after {
  content: ""; font-family: 'Montserrat';
  width: 50px;
  height: 2px;
  background: var(--accent-color);
  display: inline-block;
}

.section-title h2:before { font-family: 'Montserrat';
  margin: 0 15px 10px 0;
}

.section-title h2:after { font-family: 'Montserrat';
  margin: 0 0 10px 15px;
}

.section-title p { font-family: 'Montserrat';
  margin-bottom: 0; text-align: justify;
}


.recent-posts article { font-family: 'Montserrat';
  background: var(--surface-color);
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
  padding: 15px;
  height: 100%;
  border-radius: 10px;
  overflow: hidden;
}

.recent-posts .post-img { 
  max-height: 240px;
  margin: -30px -30px 15px -30px;
  overflow: hidden;
}

.recent-posts .post-category { font-family: 'Montserrat';
  font-size: 16px;
  color: color-mix(in srgb, var(--default-color), transparent 50%);
  margin-bottom: 10px;
}

.recent-posts .title { font-family: 'Montserrat';
  font-size: 22px; color: #FFFFFF;
  font-weight: 700; text-align: center;  background: #76057d;  
  padding: 1;
  margin: 0 0 20px 0;
}

.recent-posts .title a { font-family: 'Montserrat';
  color: var(--heading-color);
  transition: 0.3s;
}

.recent-posts .title a:hover { font-family: 'Montserrat';
  color: var(--accent-color);
}

.recent-posts .post-author-img { 
  width: 50px;
  border-radius: 50%;
  margin-right: 15px;
}

.recent-posts .post-author { font-family: 'Montserrat';
  font-weight: 600; margin-left: 0px; 
  margin-bottom: 5px; text-align: justify; margin-left: -22%;
	
	
	
	
	
}

.recent-posts .post-author o { font-family: 'Montserrat';
  
}

.recent-posts .post-date { font-family: 'Montserrat';
  font-size: 14px;
  color: color-mix(in srgb, var(--default-color), transparent 50%);
  margin-bottom: 0;
}


.course .course_name {
  position: relative;
}

.course .course_name .course_name-img {
  margin: 0 80px;
  border-radius: 50%;
  overflow: hidden;
  position: relative;
  border: 4px solid var(--background-color);
  box-shadow: 0 15px 35px -10px rgba(0, 0, 0, 0.2);
}

@media (max-width: 1024px) {
  .course .course_name .course_name-img {
    margin: 0 60px;
  }
}

.course .course_name .course_name-img img {
  position: relative;
  z-index: 1;
}

.course .course_name .course_name-img .social {
  position: absolute;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.6);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 2;
  padding-bottom: 20px;
  transition: 0.3s;
  visibility: hidden;
  opacity: 0;
}

.course .course_name .course_name-img .social a {
  transition: 0.3s;
  color: var(--contrast-color);
  font-size: 20px;
  margin: 0 8px;
}

.course .course_name .course_name-img .social a:hover {
  color: var(--accent-color);
}

.course .course_name .course_name-info {
  margin-top: 30px;
}

.course .course_name .course_name-info h4 {
  font-weight: 700; color: #f36c8e;
  margin-bottom: 6px;
  font-size: 18px;
}

.course .course_name .course_name-info span {
  font-style: italic;
  display: block;
  font-size: 15px;
  color: color-mix(in srgb, var(--default-color), transparent 40%);
  margin-bottom: 10px;
}

.course .course_name .course_name-info p {
  margin-bottom: 0;
  font-size: 14px;
}

.course .course_name:hover .course_name-img .social {
  padding-bottom: 0;
  visibility: visible;
  opacity: 1;
}


.industry .content h3 {
  font-size: 16px; font-family: 'Montserrat';
  font-weight: 500;
  line-height: 19px;
  padding: 20px 20px 20px 20px;
  background: color-mix(in srgb, var(--accent-color), transparent 95%);
  color: var(--accent-color);
  border-radius: 7px;
  display: inline-block; 
}

.industry .content h2 {
  font-weight: 700; font-family: 'Montserrat';
}

.industry .content p:last-child {
  margin-bottom: 0; font-family: 'Montserrat';
}

.industry .content .read-more {
  background: var(--accent-color);
  color: var(--contrast-color);
  font-family: var(--heading-font);
  font-weight: 500; font-family: 'Montserrat';
  font-size: 16px;
  letter-spacing: 1px;
  padding: 12px 24px;
  border-radius: 5px;
  transition: 0.3s;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.industry .content .read-more i {
  font-size: 18px; font-family: 'Montserrat';
  margin-left: 5px;
  line-height: 0;
  transition: 0.3s;
}

.industry .content .read-more:hover {
  background: color-mix(in srgb, var(--accent-color), transparent 20%);
  padding-right: 19px; font-family: 'Montserrat';
}

.industry .content .read-more:hover i {
  margin-left: 10px; font-family: 'Montserrat';
}

.industry .icon-box {
  background-color: var(--surface-color);
  padding: 50px 40px; font-family: 'Montserrat';
  box-shadow: 0px 10px 50px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  transition: all 0.3s ease-out 0s;
}

.industry .icon-box i {
  width: 80px; font-family: 'Montserrat';
  height: 80px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 24px;
  font-size: 32px;
  line-height: 0;
  transition: all 0.4s ease-out 0s;
  background-color: color-mix(in srgb, var(--accent-color), transparent 95%);
  color: var(--accent-color);
}





.industry .icon-box h3 {
  margin-bottom: 10px; font-family: 'Montserrat';
  font-size: 24px;
  font-weight: 700;
}

.industry .icon-box p {
  margin-bottom: 0; font-family: 'Montserrat';
}

.industry .icon-box:hover i {
  background-color: var(--accent-color); font-family: 'Montserrat';
  color: var(--contrast-color);
}

.industry .icon-boxes .col-md-6:nth-child(2) .icon-box,
.industry .icon-boxes .col-md-6:nth-child(4) .icon-box {
  margin-top: -40px; font-family: 'Montserrat';
}

@media (max-width: 768px) {

  .industry .icon-boxes .col-md-6:nth-child(2) .icon-box,
  .industry .icon-boxes .col-md-6:nth-child(4) .icon-box {
    margin-top: 0; font-family: 'Montserrat';
  }
}


.beauty_pros .beauty_pro-item {
  position: relative; font-family: 'Montserrat';
  padding-top: 40px;
}

.beauty_pros .beauty_pro-item:before {
  content: ""; font-family: 'Montserrat';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 2px;
  background: color-mix(in srgb, var(--default-color), transparent 90%);
}

.beauty_pros .beauty_pro-item::after {
  content: ""; font-family: 'Montserrat';
  position: absolute;
  top: 0;
  left: 0;
  width: 30px;
  height: 2px;
  background: var(--accent-color);
  border-right: 5px solid var(--background-color);
}

.beauty_pros .beauty_pro-item .icon {
  width: 48px; font-family: 'Montserrat';
  height: 48px;
  position: relative;
  margin-right: 50px;
  line-height: 0;
}

.beauty_pros .beauty_pro-item .icon i {
  color: color-mix(in srgb, var(--default-color), transparent 30%);
  font-size: 56px; font-family: 'Montserrat';
  transition: ease-in-out 0.3s;
  z-index: 2;
  position: relative;
}

.beauty_pros .beauty_pro-item .icon:before {
  position: absolute; font-family: 'Montserrat';
  content: "";
  height: 30px;
  width: 30px;
  background: color-mix(in srgb, var(--accent-color), transparent 70%);
  border-radius: 50px;
  z-index: 1;
  bottom: -15px;
  right: -15px;
  transition: 0.3s;
}

.beauty_pros .beauty_pro-item .title {
  font-weight: 700; font-family: 'Montserrat';
  margin-bottom: 15px;
  font-size: 18px;
}

.beauty_pros .beauty_pro-item .title a {
  color: var(--heading-color); font-family: 'Montserrat';
}

.beauty_pros .beauty_pro-item .title a:hover {
  color: var(--accent-color); font-family: 'Montserrat';
} 

.beauty_pros .beauty_pro-item .description {
  line-height: 24px; font-family: 'Montserrat';
  font-size: 14px;
}



        .form-control, .form-control:focus {
            border-radius: 0.25rem; font-family: 'Montserrat';
        }

.appointment{
	background:#fff4e7;
	padding-top:100px;
}
.appointment.single-page {
	background: #fff;
	padding-top: 100px 0;
	padding: 0;
	padding: 100px 0;
}
.appointment.single-page .appointment-inner {
	padding: 40px;
	box-shadow: 0px 0px 10px #00000024;
	border-radius: 5px;
}
.appointment.single-page .title{}
.appointment.single-page .title h3 {
	font-size: 25px;
	display: block;
	margin-bottom: 10px;
	font-weight:600;
}
.appointment.single-page .title p{}
.appointment .form{
	margin-top:30px;
}
.appointment .form .form-group{}
.appointment .form input {
	width: 100%;
	height: 50px;
	border: 1px solid #eee;
	text-transform: capitalize;
	padding: 0px 18px;
	color: #555;
	font-size: 14px;
	font-weight:400;
	border-radius:0;
	border-radius: 4px;
}
.appointment .form textarea{
	width: 100%;
	height:200px;
    padding: 18px;
	border:1px solid #eee;
	text-transform:capitalize;
	resize:none;
	border-radius: 4px;
}
.appointment .form-group .nice-select{
	width: 100%;
	height: 50px;
	line-height: 50px;
	border: 1px solid #eee;
	text-transform: capitalize;
	padding: 0px 18px;
	color: #999;
	font-size: 14px;
	font-weight:400;
	border-radius: 4px;
	font-weight:400;
}
.appointment .form-group .nice-select::after {
	right: 20px;
	color: #757575;
}
.appointment .form-group .list{
	border-radius: 4px;
}
.appointment .form-group .list li{
	color:#757575;
	border-radius:0;
}
.appointment .form-group .list li.selected{
	color:#757575;
	font-weight:400;
}
.appointment .form-group .list li:hover {
	color:#fff;
	background: #1A76D1;
}
.appointment .appointment-image{}
.appointment.single-page .button .btn{
	width:100%;
}
.appointment .button .btn{
	font-weight:500;
}
.appointment .button .btn:hover{
	color:#fff;
}
.appointment .form p{
	margin-top: 10px;
	color:#868686;
}
.appointment.single-page .work-hour{
	background:#1A76D1;
	padding: 40px;
	box-shadow: 0px 0px 10px #00000024;
	border-radius: 5px;
}
.appointment.single-page .work-hour h3 {
	font-size: 25px;
	display: block;
	font-weight:600;
	margin-bottom: 20px;
	color:#fff;
}
.appointment.single-page .time-sidual{
	margin-top:15px;
}
.appointment.single-page .time-sidual{
	overflow:hidden;
}
.appointment.single-page .time-sidual li {
	display: block;
	color: #fff;
	width: 100%;
	margin-bottom: 10px;
}
.appointment.single-page .time-sidual li span{
	display:inline-block;
	float:right;
}
.appointment.single-page .day-head .time {
	font-weight: 400;
	float: right;
}


/*** Section Title Start ***/
.section-title {
    max-width: 900px;
    text-align: center;
    margin: 0 auto;
	font-family: 'Montserrat';
}

.section-title .sub-style {
    position: relative;
    display: inline-block;
    text-transform: uppercase;
    color: var(--bs-primary);
}

.section-title .sub-style::before {
    content: "";
    width: 100px;
    position: absolute;
    bottom: 50%;
    left: 0;
    transform: translateY(-50%);
    margin-bottom: -6px;
    margin-left: -100px;
    border: 2px solid #e70954;
}

.section-title .sub-style::after {
    content: "";
    width: 50px;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    margin-top: -8px;
    margin-left: -50px;
     border: 2px solid #342c82;
}

.sub-title {
    position: relative;
    display: inline-block;
    text-transform: uppercase;
    color: var(--bs-primary);
}

.sub-title::before {
    content: "";
    width: 100px;
    position: absolute;
    bottom: 50%;
    right: 0;
    transform: translateY(-50%);
    margin-bottom: -8px;
    margin-right: -100px;
    border: 2px solid #e70954;
}

.sub-title::after {
    content: "";
    width: 50px;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    margin-top: -6px;
    margin-right: -50px;
    border: 2px solid #342c82;
}


.services .service-noti {
	background: #FFFFFF;
  
  box-shadow: 0px 5px 90px 0px rgba(0, 0, 0, 0.1);
  padding: 10px 10px;
  transition: all ease-in-out 0.3s;
  border-radius: 18px;
  border-bottom: 5px solid var(--surface-color);
  height: 100%;
}

.services .service-noti .icon {
  color: var(--contrast-color);
  background: var(--accent-color);
  margin: 0;
  width: 64px;
  height: 64px;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  font-size: 28px;
  transition: ease-in-out 0.3s;
}

.services .service-noti h3 {
  
  margin: 3px 0 2px 0;
  font-size: 22px;
  transition: ease-in-out 0.3s; 
	font-family: 'Montserrat'; background: #301DAA; color: #EBEBEB; text-align: center; padding: 5px;
}

.services .service-noti p {
  line-height: 24px;
  font-size: 14px;
  margin-bottom: 0;
}

@media (min-width: 1365px) {
  .services .service-noti:hover {
    transform: translateY(-10px);
    border-color: var(--accent-color);
  }

  .services .service-noti:hover h3 { color: #FFFFFF;
      
  }
}

contact .info-item+.info-item {
  margin-top: 40px; font-family: 'Montserrat';
}

.contact .info-item i {
  color: var(--contrast-color);
  background: var(--accent-color);
  font-size: 20px;
  width: 44px;
  height: 44px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 4px;
  transition: all 0.3s ease-in-out;
  margin-right: 15px; font-family: 'Montserrat';
}

.contact .info-item h3 {
  padding: 0;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 5px; font-family: 'Montserrat';
}

.contact .info-item p {
  padding: 0;
  margin-bottom: 0;
  font-size: 14px; font-family: 'Montserrat';
}




.wraper{width:100%;  display:flex; align-items:center; padding:10px;   } 
.owl-theme img{width:100%;min-height:100px;}
.owl-carousel .owl-prev, .owl-carousel .owl-next{position:absolute; top:10%; transform:translateY(-50%); background-color:#fff !important; color:#000 !important; font-size:1.5em !important; width:40px; height:40px; border-radius:100% !important; font-weight:bold; padding:0px !important; text-align:center; box-shadow:0px 0px 10px 0px #000;}
.owl-carousel .owl-prev:hover, .owl-carousel .owl-next:hover{box-shadow:0px 0px 0px 0px #000; background-color:red !important; color:#fff !important; }
.owl-carousel .owl-prev{left:-30px; margin-top: 55px;}
.owl-carousel .owl-next{right:-30px; margin-top: 55px;}
.owl-theme .owl-dots .owl-dot.active span{background:red !important; width:25px; transition:0.2s ease-in-out;}
.owl-theme .owl-dots .owl-dot:hover span{background:red !important; transition:0.2s ease-in-out;}


/* Responsive design custom css */
@media only screen and (max-width:480px){
  .owl-theme .owl-dots .owl-dot{display:none;}
  .owl-carousel .owl-prev, .owl-carousel .owl-next{width:30px; height:30px;  font-size:14px !important; top:45%; box-shadow:0px 0px 0px 0px #000;}
  .owl-carousel .owl-prev{left:0px;}
.owl-carousel .owl-next{right:0px;}
}



