/********** Template CSS **********/

.back-to-top {
    position: fixed;
    display: none;
    right: 30px;
    bottom: 30px;
    z-index: 99;
}

.fw-medium {
    font-weight: 500;
}

.font1 {
    font-size: 17px;
} 

/*** Spinner ***/
#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s ease-out, visibility 0s linear .5s;
    z-index: 99999;
}

#spinner.show {
    transition: opacity .5s ease-out, visibility 0s linear 0s;
    visibility: visible;
    opacity: 1;
}


.font-phudu{
	font-family: "phudu", serif;
}
/*** Button ***/
.btn {
    transition: .5s;
    font-weight: 500;
}

.btn-primary,
.btn-outline-primary:hover {
    color: var(--bs-light);
}

.btn-secondary,
.btn-outline-secondary:hover {
    color: var(--bs-dark);
}

.btn-square {
    width: 38px;
    height: 38px;
}

.btn-sm-square {
    width: 32px;
    height: 32px;
}

.btn-lg-square {
    width: 35px;
    height: 35px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    font-weight: normal;
}

.icon-box-primary,
.icon-box-light {
    position: relative;
    padding: 0 0 10px 10px;
    z-index: 1;
}

.icon-box-primary i,
.icon-box-light i {
    font-size: 60px;
    line-height: 0;
}

.icon-box-primary::before,
.icon-box-light::before {
    position: absolute;
    content: "";
    width: 36px;
    height: 36px;
    left: 6px;
    bottom: 0;
    border-radius: 35px;
    transition: .5s;
    z-index: -1;
}

.icon-box-primary::before {
    background: #ff0100;
}

.icon-box-light::before {
    background: #871717;
}

.blue-heading{
    color: #031b4e !important;
}

/*** Navbar ***/

.ms-auto {
    margin-left: auto !important;
} 

.sticky-top {
    top: -100px;
    transition: .5s;
}

.navbar .navbar-nav .nav-link {
    margin-right: 35px;
    padding: 20px 0;
    color: var(--bs-dark);
    font-size: 18px;
    font-weight: 500;
    outline: none;
}

.navbar .navbar-nav .nav-link:hover,
.navbar .navbar-nav .nav-link.active {
    color: #930505;
}

.navbar .dropdown-toggle::after {
    border: none;
    /* content: "\f107"; */
    font-family: "Inter", sans-serif;
    font-weight: 900;
    vertical-align: middle;
    margin-left: 8px;
}

    .navbar .nav-item:hover .dropdown-menu {
        top: 100%;
        visibility: visible;
        transition: .5s;
        opacity: 1;
        left: -160px;
    }

@media (max-width: 991.98px) {
    .navbar .navbar-nav .nav-link  {
        margin-right: 0;
        padding: 10px 0;
    }

    .navbar .navbar-nav {
        margin-top: 15px;
        border-top: 1px solid #EEEEEE;
        float: left;
    }
}

@media (min-width: 992px) {
    .sticky-top {
        margin-top: 5px;
		background-color: #fffffc;
    }

    .navbar {
        height: 65px;
    }

    .navbar .nav-item .dropdown-menu {
        display: block;
        border: none;
        margin-top: 0;
        top: 150%;
        opacity: 0;
        visibility: hidden;
        transition: .5s;
    }

    .navbar .nav-item:hover .dropdown-menu {
        top: 100%;
        visibility: visible;
        transition: .5s;
        opacity: 1;
    }
}


/*** Header ***/
@media (min-width: 992px) {
    .header-carousel,
    .page-header {
        margin-top: 0px;
    }
}

.carousel-caption {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    background: rgba(3, 27, 78, .3);
    z-index: 1;
}

.carousel-control-prev,
.carousel-control-next {
    width: 15%;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    width: 3.5rem;
    height: 3.5rem;
    border-radius: 3.5rem;
    background-color: var(--bs-primary);
    border: 15px solid var(--bs-primary);
}

@media (max-width: 767.98px) {
    #header-carousel .carousel-item {
        position: relative;
        min-height: 450px;
    }
    
    #header-carousel .carousel-item img {
        position: absolute;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
}

.page-header {
    background: url(../img/banner.webp) center center no-repeat;
    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);
}
/** Ends **/
.about-image img{
	position: relative;
    width: 100%;
    display: block;
}

.btn-style-three {
    position: relative;
    font-weight: 700;
    overflow: hidden;
    text-align: center;
    border-radius: 0px;
    padding: 10px 22px;
    letter-spacing: 1px;
    display: inline-block;
    color: #003174;
    font-size: 12px;
    text-transform: uppercase;
    border: 1px solid rgb(0 49 116);
    background-color: rgb(0 49 116 / 0%);
}

.text-right-vision{
    text-align: right;
}

/* Btn Style Four */
@media only screen and (max-width:678px){
.btn-style-four {
    position: relative;
    font-weight: 700;
    overflow: hidden; 
    margin-left: 50px;
    justify-content: center;
    border-radius: 0px;
    padding: 14px 11px;
    letter-spacing: 1px;
    display: inline-block;
    color: #fff;
    font-size: 17px;
    text-transform: uppercase;
    border: 1px solid rgb(241 147 47);
    background-color: rgb(241 147 47);
}

.icon-box-primary i,
.icon-box-light i {
    font-size: 30px;
    line-height: 0;
}

.icon-box-primary::before,
.icon-box-light::before {
    position: absolute;
    content: "";
    width: 27px;
    height: 27px;
    left: 1px;
    bottom: 9px;
    border-radius: 35px;
    transition: .5s;
    z-index: -1;
}

.ms-3 {
    margin-left: 2rem !important;
  }

.icon-box-primary::before {
    background: #ff0100;
}

.icon-box-light::before {
    background: #871717;
}


.mob-res h2{
  font-size: 12px;
}

.text-right-vision{
    text-align: left;
}


}


@media only screen and (max-width: 678px){
	.btn-style-four:before{
		-webkit-transition-duration: 800ms;
		transition-duration: 800ms;
		position: absolute;
		width: 200%;
		height: 200%;
		content: "";
		top: -200%;
		left: 50%;
		-webkit-transform: translateX(-50%);
		transform: translateX(-50%);
		border-radius: 50%;
		z-index: 1;
		background: var(--white-color);
	}
}


.btn-style-four{ 
	position: relative;
	font-weight:700;
	overflow: hidden;
	text-align:center;
	border-radius:0px;
	padding:17px 23px;
	letter-spacing:1px;
	display:inline-block;
	color: #fff;
	font-size: 12px;
	text-transform: uppercase;
	border:1px solid rgb(246 193 0);
	background-color: rgb(12 36 64 / 1%);
}

.btn-style-four:before{
	-webkit-transition-duration: 800ms;
	transition-duration: 800ms;
	position: absolute;
	width: 200%;
	height: 200%;
	content: "";
	top: -200%;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	border-radius: 50%;
	z-index: 1;
	background: #fff;
	border: 1px solid #fff;
}

.btn-style-four:hover:before{
	top: 0%;
}

.btn-style-four .btn-wrap{
	position:relative;
	z-index:1;
	float:left;
    overflow: hidden;
    display: inline-block;
}

.btn-style-four .btn-wrap .text-one{
	position: relative;
	display: block;
	color: var(--white-color);
	transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
}

.btn-style-four:hover .btn-wrap  .text-one:first-child{
	-webkit-transform: translateY(-150%);
    -ms-transform: translateY(-150%);
    transform: translateY(-150%);
}

.btn-style-four .btn-wrap .text-two{
	position: absolute;
    top: 100%;
    display: block;
	color: var(--white-color);
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.btn-style-four:hover .btn-wrap .text-two{
	top: 50%;
    -webkit-transform: translateY(-50%); 
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.btn-style-four:hover .btn-wrap .text-two{
	color: var(--main-color);
}

.btn-style-four:hover{
	
}

.btn-style-four:hover:before{
	top: -40%;
}
/** Btn Four Ends **/


/*** 

====================================================================
	Banner Section
====================================================================

***/
.resbannerimg {
    display: none;
}

@media only screen and (max-width:1400px){
    .banner-pleft{
        padding-left: 122px !important;
    }
    }
    
    @media only screen and (max-width:678px){
        .banner-pleft{
        padding-left: 20px !important;
        padding: 0; 
        margin: 0;
    }
    }
    
    .banner-section{
        position:relative;
        padding-top:20px;
        padding-bottom:20px;
        background-color:#033163;
        background-position:repeat;
    }
    
    .banner-section .content-column{
        position:relative;
        margin-bottom:40px;
    }
    
    .banner-section .content-column .inner-column{
        position:relative;
        padding-top:162px;
    }
    
    .banner-section .content-column h2 {
        position: relative;
        font-weight: 700;
        color: #ffffff;
        font-style: revert;
        line-height: 1.2em;
        font-size: 63px;
        font-family: "Phudu", serif;
    }
    
    @media only screen and (max-width:678px) {
    .banner-section .content-column h2{
        position:relative;
        font-weight:700;
        color:#ffffff;
        line-height:1.2em;
        font-size: 35px;
    }
    }
    .banner-section .content-column h3 {
        line-height: 1.3em;
        font-weight: 700;
        font-size: 34px;
        font-family: "Phudu", serif
    }
    
    .banner-section .content-column .buttons-box{
        position:relative;
        margin-top:35px;
    }
    
    .banner-section .content-column .buttons-box .theme-btn{
        position:relative;
        margin-right:15px;
    }
    
    .banner-section .image-column{
        position:relative;
        margin-bottom:-21px;
    }
    
    .banner-section .image-column .inner-column{
        position:relative;
        /* margin-right:-40px; */
    }
    
    .image {
        display: inline-block;
        width: 85%;
        height: auto;
    }

    @media only screen and (max-width:678px){
        .image {
            display: inline-block;
            width: 100%;
            height: auto;
        }
    }
    
    .banner-section .lower-boxed{
        position:relative;
        padding-top:80px;
    }
    
    .inner-column p{
        font-size: 33px !important;
        font-family:'phudu'
    }
    
    @media only screen and (max-width:678px){
     .inner-column p{
        font-size: 26px !important;
    }
    }
    /*-----bannwer------*/
    
    
    
    
    /*-----bannwer------*/
    
    
    .bannerbody {
    
        margin: 0px;
        padding: 0px;
        width: 100%;
        display: block;
        height: auto;
    }
    
    .bannerpic {
    
        width: 100%;
        display: block;
        height: auto;
    }
    
    .bannerpic img {
    
        width: 100%;
        display: block;
        height: 534px;
        object-fit: cover;
        margin: 0px;
        padding: 0px;
    }
    
    .banner .owl-prev {
    
        position: absolute;
        top: 50% !important;
        left: 50px !important;
        width: 60px !important;
        height: 60px !important;
        border-radius: 50% !important;
        background-color: rgba(0, 200, 197, 0.582) !important;
        border: solid 2px white !important;
        z-index: 2 !important;
        display: flex !important;
        justify-content: center !important;
        align-items: center !important;
        transition: all 0.5s ease-in-out !important;
    }
    
    
    .banner .owl-prev i {
    
        color: white !important;
    }
    
    .banner .owl-prev:hover {
    
        background-color: rgb(0, 200, 197) !important;
    }
    
    
    .banner .owl-next {
    
        position: absolute;
        top: 50% !important;
        right: 50px !important;
        width: 60px !important;
        height: 60px !important;
        border-radius: 50% !important;
        background-color: rgba(0, 200, 197, 0.582) !important;
        border: solid 2px white !important;
        z-index: 2 !important;
        display: flex !important;
        justify-content: center !important;
        align-items: center !important;
        transition: all 0.5s ease-in-out !important;
    }
    
    .banner .owl-next i {
    
        color: white !important;
    }
    
    .banner .owl-next:hover {
    
        background-color: rgb(0, 200, 197) !important;
    }
    /** Slider Banner Section Ends **/

/*** Features ***/
.feature {
    background: linear-gradient(rgba(3, 27, 78, 0), rgba(3, 27, 78, 0)), url(../img/pattern-15.png) left center no-repeat;
    background-size: cover;
}

.feature-row {
    box-shadow: 0 0 45px rgba(0, 0, 0, .08);
}

.feature-item {
    border-color: rgba(0, 0, 0, .03) !important;
}

.experience .progress {
    height: 5px;
}

.experience .progress .progress-bar {
    width: 0px;
    transition: 3s;
}

.experience .nav-pills .nav-link {
    color: var(--dark);
}

.experience .nav-pills .nav-link.active {
    color: #FFFFFF;
}

.experience .tab-content hr {
    width: 30px;
}


/*** About ***/
.about-fact {
    width: 170px;
    height: 170px;
    box-shadow: 0 0 30px rgba(0, 0, 0, .1);
}

.about2-img img {
     padding: 0;
     margin: 0;
     width: 100%;
}

@media (min-width: 576px) {
    .about-fact.mt-n130 {
        margin-top: -130px;
    }
}

.btn-play {
    position: relative;
    display: block;
    box-sizing: content-box;
    width: 36px;
    height: 46px;
    border-radius: 100%;
    border: none;
    outline: none !important;
    padding: 18px 20px 20px 28px;
    background: var(--bs-primary);
}

.btn-play:before {
    content: "";
    position: absolute;
    z-index: 0;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 90px;
    height: 90px;
    background: var(--bs-primary);
    border-radius: 100%;
    animation: pulse-border 1500ms ease-out infinite;
}

.btn-play:after {
    content: "";
    position: absolute;
    z-index: 1;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 90px;
    height: 90px;
    background: var(--bs-primary);
    border-radius: 100%;
    transition: all 200ms;
}

.btn-play span {
    display: block;
    position: relative;
    z-index: 3;
    width: 0;
    height: 0;
    left: 3px;
    border-left: 30px solid #FFFFFF;
    border-top: 18px solid transparent;
    border-bottom: 18px solid transparent;
}

@keyframes pulse-border {
    0% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        opacity: 1;
    }

    100% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(2);
        opacity: 0;
    }
}

.modal-video .modal-dialog {
    position: relative;
    max-width: 800px;
    margin: 60px auto 0 auto;
}

.modal-video .modal-body {
    position: relative;
    padding: 0px;
}

.modal-video .close {
    position: absolute;
    width: 30px;
    height: 30px;
    right: 0px;
    top: -30px;
    z-index: 999;
    font-size: 30px;
    font-weight: normal;
    color: #FFFFFF;
    background: #000000;
    opacity: 1;
}


/*** Service ***/
.container-service {
    position: relative;
}

.container-service::before {
    position: absolute;
    content: '';
    background: #00def024;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    clip-path: polygon(0 0, 100% 0, 100% 30%, 0 70%);
    z-index: -1;
}

.service-item {
    position: relative;
    height: 100%;
    padding: 20px 17px;
    background: var(--bs-white);
    box-shadow: 0 0 45px rgba(0, 0, 0, .05);
}

.service-item::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 0;
    left: 0;
    bottom: 0;
    transition: .5s;
    background: #0b7755c2;
}

.service-item:hover::before {
    height: 100%;
    top: 0;
}

.service-item * {
    position: relative;
    transition: .5s;
    z-index: 1;
}

.service-item:hover h5,
.service-item:hover p {
    color: var(--bs-white);
}

.service-item:hover .icon-box-primary::before {
    background: var(--bs-dark);
}

.service-item:hover .icon-box-primary i {
    color: var(--bs-white) !important;
}


/*** Team ***/
.container-team {
    position: relative;
}

.container-team::before {
    position: absolute;
    content: '';
    background: #1b5ed71c;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    clip-path: polygon(0 70%, 100% 30%, 100% 100%, 0% 100%);
    z-index: -1;
}

.team-item {
    background: var(--bs-white);
    box-shadow: 0 0 45px rgba(0, 0, 0, .05);
}

.team-item .team-social {
    position: absolute;
    width: 0;
    height: 100%;
    top: 0;
    right: 0;
    transition: .5s;
    background: var(--bs-primary);
    display: flex;
    align-items: center;
    justify-content: center;
}

.team-item:hover .team-social {
    width: 100%;
    left: 0;
}

.team-item .team-social .btn {
    opacity: 0;
    transition: .5s;
}

.team-item:hover .team-social .btn {
    opacity: 1;
}


/*** Testimonial ***/
.testimonial {
    background: linear-gradient(rgba(3, 27, 78, .3), rgba(3, 27, 78, .3)), url(../img/testimonial.jpg) left center no-repeat;
    background-size: cover;
}

.testimonial-item img {
    width: 60px !important;
    height: 60px !important;
    border-radius: 60px;
}

.testimonial-carousel .owl-nav {
    position: absolute;
    top: 0;
    right: 0;
    display: flex;
}

.testimonial-carousel .owl-nav .owl-prev,
.testimonial-carousel .owl-nav .owl-next {
    margin-left: 15px;
    color: var(--bs-primary);
    font-size: 30px;
    line-height: 0;
    transition: .5s;
}

.testimonial-carousel .owl-nav .owl-prev:hover,
.testimonial-carousel .owl-nav .owl-next:hover {
    color: var(--bs-dark);
}


/*** Contact ***/
@media (min-width: 992px) {
    .contact-info::after {
        position: absolute;
        content: "";
        width: 0px;
        height: 100%;
        top: 0;
        left: 50%;
        border-left: 1px dashed rgba(255, 255, 255, .2);
    }
}

@media (max-width: 991.98px) {
    .contact-info::after {
        position: absolute;
        content: "";
        width: 100%;
        height: 0px;
        top: 50%;
        left: 0;
        border-top: 1px dashed rgba(255, 255, 255, .2);
    }
}


/*** Footer ***/
.footer {
    /*background: linear-gradient(rgba(3, 27, 78, .3), rgba(3, 27, 78, .3)), url(../img/footer.png) center center no-repeat;*/
    background-size: contain;
}

@media (min-width: 992px) {
    .footer::after {
        position: absolute;
        content: "";
        width: 0px;
        height: 100%;
        top: 0;
        left: 50%;
        border-left: 1px dashed rgba(255, 255, 255, .2);
    }
}

.footer .btn.btn-link {
    display: block;
    margin-bottom: 5px;
    padding: 0;
    text-align: left;
    color: rgb(255 251 252);
    font-weight: normal;
    text-transform: capitalize;
    transition: .3s;
}

.footer .btn.btn-link::before {
    position: relative;
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: rgba(255, 255, 255, .5);
    margin-right: 10px;
}

.footer .btn.btn-link:hover {
    color: var(--bs-primary);
    letter-spacing: 1px;
    box-shadow: none;
}

.copyright {
    border-top: 1px dashed rgba(255, 255, 255, .2);
}

.copyright a {
    color: var(--bs-white);
}

.copyright a:hover {
    color: var(--bs-primary);
}




.custom-btn {
    width: 150px;
    height: 40px;
    color: #fff;
    border-radius: 5px;
    padding: 10px 25px;
    font-family: 'Lato', sans-serif;
    font-weight: 500;
    background: transparent;
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
    display: inline-block;
     box-shadow:inset 2px 2px 2px 0px rgba(255,255,255,.5),
     7px 7px 20px 0px rgba(0,0,0,.1),
     4px 4px 5px 0px rgba(0,0,0,.1);
    outline: none;
  }

  .text-black {
    color: #000 !important;
  }
  
  
  /* 7 */
  .btn-7 {
  background: linear-gradient(0deg, rgba(255,151,0,1) 0%, rgba(251,75,2,1) 100%);
    line-height: 42px;
    padding: 0;
    border: none;
  }
  .btn-7 span {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
  }
  .btn-7:before,
  .btn-7:after {
    position: absolute;
    content: "";
    right: 0;
    bottom: 0;
    background: rgba(251,75,2,1);
    box-shadow:
     -7px -7px 20px 0px rgba(255,255,255,.9),
     -4px -4px 5px 0px rgba(255,255,255,.9),
     7px 7px 20px 0px rgba(0,0,0,.2),
     4px 4px 5px 0px rgba(0,0,0,.3);
    transition: all 0.3s ease;
  }
  .btn-7:before{
     height: 0%;
     width: 2px;
  }
  .btn-7:after {
    width: 0%;
    height: 2px;
  }
  .btn-7:hover{
    color: rgba(251,75,2,1);
    background: transparent;
  }
  .btn-7:hover:before {
    height: 100%;
  }
  .btn-7:hover:after {
    width: 100%;
  }
  .btn-7 span:before,
  .btn-7 span:after {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    background: rgba(251,75,2,1);
    box-shadow:
     -7px -7px 20px 0px rgba(255,255,255,.9),
     -4px -4px 5px 0px rgba(255,255,255,.9),
     7px 7px 20px 0px rgba(0,0,0,.2),
     4px 4px 5px 0px rgba(0,0,0,.3);
    transition: all 0.3s ease;
  }
  .btn-7 span:before {
    width: 2px;
    height: 0%;
  }
  .btn-7 span:after {
    height: 2px;
    width: 0%;
  }
  .btn-7 span:hover:before {
    height: 100%;
  }
  .btn-7 span:hover:after {
    width: 100%;
  }
  


  #cover {
    width: 100%;
    height: 100%;
    margin: 0 auto;
  }
 
  /* 2/2 */
  #cover > img {
    float: left;
    border: 2px solid #4029e4;
    width: 45%;
    margin: 1.66%;
  }

  @media (max-width: 678px){
    #cover > img { 
        border: 2px solid #4029e4;
        width: 100%;
        margin: 1.66%;
      }
  }
/* 2/2 */


  /* Appointment Button */
.appointment-btn{

.btn:link,
.btn:visited {
    text-transform: lowercase;
    text-decoration: none;
    padding: 7px 18px;
    display: inline-block;
    border-radius: 100px;
    transition: all .2s;
    position: absolute;
    background-color: #3133b9;
}

.btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}

.btn:active {
    transform: translateY(-1px);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}

.btn-white1 {
    background-color: #383fdb;
    color: #fff;
}

.btn::after {
    content: "";
    display: inline-block;
    height: 100%;
    width: 100%;
    border-radius: 100px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    transition: all .4s;
}

.btn-white::after {
    background-color: #383fdb;
}

.btn:hover::after {
    transform: scaleX(1.4) scaleY(1.6);
    opacity: 0;
}

.btn-animated {
    animation: moveInBottom 5s ease-out;
    animation-fill-mode: backwards;
}

@keyframes moveInBottom {
    0% {
        opacity: 0;
        transform: translateY(30px);
    }

    100% {
        opacity: 1;
        transform: translateY(0px);
    }
}
}
/* aPPOINTMENT bUTTON /*

/* LIGHT Box Gallery */

.light-box-gallery{
.lightboxpreview {
    transition: all .3s linear;
 padding-top:60%;
   cursor:pointer;
   background-size:cover;
 }
    
 .lightbox-content {
 max-height:75vh;
   height:75vh;
   width:100%;
   max-width: 1000px;}
 
 .lightbox-close { 
   cursor:pointer;
     margin-left: auto;
   position:absolute;
   right:-30px;
   top:-30px;
   color:white;
     font-size: 2rem;
     font-weight: 700;
     line-height: 1;}
 .modal_inner_image {
     min-height: 400px;
     z-index: 1000;}
 .modal-content {
     width: 100%;}
 
 
 .modalscale {transform:scale(0);
 opacity:0;}
 
 
 
 .lightbox-container, .lightbox-btn, .lightbox-image-wrapper, .lightbox-enabled{transition:all .4s ease-in-out;}
 .lightbox_img_wrap {
   padding-top:0%;
   position:relative;
   overflow:hidden;
   box-shadow: 0px 0px 10px rgb(0 0 0 / 56%);
   border-radius: 6px;
   
 }
 
 .lightbox h4{
	margin-top: 12px;
    margin-bottom: .5rem;
    font-family: "Red Rose", cursive;
    font-weight: 600;
    line-height: 1.2;
    color: #031b4e;
	font-size: 16px;
}
 }
 
 .lightbox-enabled:hover {
   transform:scale(1.1)
 }
 .lightbox-enabled {width:100%;
 height:100%;
   position:absolute;
   top:0;
 object-fit:cover;
 cursor:pointer;}
 
 .lightbox-container {width:100vw;
 height:100vh;
 position:fixed;
 top:0;
 left:0;
   display:flex;
   align-items:center;
   justify-content:center;
 background-color:rgb(0 0 0 / 79%);
 z-index:9999;
 opacity:0;
 pointer-events:none;
 }
 
 .lightbox-container.active {
   opacity:1;
   pointer-events:all;
 }
 .lightbox-image-wrapper {
   display:flex;
   transform:scale(0);
   align-items:center;
   justify-content:center;
   max-width:90vw;
   max-height:90vh;
   position:relative;
 }
 .lightbox-container.active .lightbox-image-wrapper {transform:scale(1);}
 .lightbox-btn, #close {
   color:white;
   z-index:9999999;
  cursor:pointer; 
   position:absolute;
 
   font-size:50px;
 }
 
 .lightbox-btn:focus {
   outline:none;
 }
 
 .left {left:50px;}
 .right {right:50px;}
 #close {
 top:25px;
 right:79px;}
 
 .lightbox-image {
   width:100%;
   -webkit-box-shadow: 5px 5px 20px 2px rgba(0,0,0,0.19); 
 box-shadow: 5px 5px 20px 2px rgba(0,0,0,0.19);
   max-height:95vh;
   object-fit:cover;
  }
 
 @keyframes slideleft {
   33% {transform:translateX(-300px);
   opacity:0;
   }
   66% {transform:translateX(300px);
   opacity:0;
   }
 }
 
 
 .slideleft {
    animation-name: slideleft;
  animation-duration: .5s; 
  animation-timing-function: ease; 
 }
 @keyframes slideright {
   33% {transform:translateX(300px);
   opacity:0;}
   66% {transform:translateX(-300px);
   opacity:0;}
 }
 
 
 .slideright{
    animation-name: slideright;
  animation-duration: .5s; 
  animation-timing-function: ease; 
 }    




.bg-white-gradient {
    background: linear-gradient(to bottom, rgb(255, 255, 255) 60%, rgba(255, 255, 255, 0));
}

/* bootstrap overwrites */
.accordion-button {
  /*accordion button that is active*/
  font-weight: bold;
  background: transparent !important;
  border-bottom: 1px solid;
}
.accordion-button.collapsed {
  /*accordion button that is not active*/
  font-weight: semibold;
  color: #555;
}
.accordion-body {
  background: #f7f7f7;
  font-family: 'Montserrat';
}
 
 
 


/** Profile ABout Started **/
.sidebar-page-container {
    position: relative;
    padding: 30px 0px 30px;
}

.auto-container {
    position: static;
    max-width: 1200px;
    padding: 0px 15px;
    margin: 0 auto;
}
.detail{
	box-shadow: -2px 2px 3px 0px #0000003d;
	padding-bottom: 57px;
}
  
@media only screen and (max-width:1400px){  
.text-mt-60{
	margin-top: 255px;
}  
}

@media only screen and (max-width:678px){
	.text-mt-60{
	margin-top: 20px !important;
	align-items:center;
} 
}

.detail_lower-content {
    position: relative;
    padding: 30px 30px 30px;
}

.author-box {
    position: relative;
    overflow: hidden;
    padding: 29px 30px;; 
    background-color: rgb(250 239 232 / 33%);
    margin-bottom: 0px; 
}

.expert_widget {
    position: relative;
    overflow: hidden;
    padding: 135px 30px 515px;
    background-position: center top;
    background-repeat: no-repeat;
    background-color: #009688;
}

@media only screen and (max-width: 678px){
	.expert_widget {
    position: relative;
    overflow: hidden;
    padding: 35px 30px 0px;
    background-position: center top;
    background-repeat: no-repeat;
    background-color: #009688;
}
}
.author-box .author-inner {
    position: relative;
}

.author-box .author-inner {
    margin: 20px auto;
    display: table;
}

@media only screen and (max-width:678px){
	.author-box .author-inner {
    position: relative;
    padding-left: 0px;
	padding-top: 15px;
}
}

@media only screen and (max-width: 479px) {
    .author-box {
        padding: 20px 20px;
    }
}

 .author-box .thumb {
        width: 228px;
        overflow: hidden;
        border-radius: 50%;
        border: 8px solid #c6c6c8;
    }

@media only screen and (max-width: 678px){
	.author-box .thumb {
    position: absolute;
    left: 0px;
    top: -5px;
    width: 100%;
    overflow: hidden;
    border-radius: 50%;
    border: 8px solid #009688;
    /* padding-bottom: 14px; */
}
}

@media only screen and (max-width: 599px) {
    .author-box .thumb, .sidebar-page-container .comments-area .comment-box .author-thumb {
        position: relative;
        margin-bottom: 20px;
    }
}

.author-box .thumb img {
    display: block;
    width: 100%;
    height: auto;
}

.author-box .name { 
    font-weight: 600;
    font-size: 25px;
    color: #00316b;
    margin-bottom: 15px;
    font-family: 'phudu';
}

@media only screen and (max-width:678px){
    .author-box .name { 
        font-weight: 600;
        font-size: 28px;
        color: #00316b;
        margin-bottom: 15px;
        font-family: 'phudu';
    }
}

.sidebar { 
    font-weight: 800;
    font-size: 26px;
    color: #fff;
    margin-bottom: 15px;
    font-family: "phudu" serif;
}

.author-box .name1 {
    display: block;
    font-weight: 600;
    font-size: 23px;
    color: #5d27b0;
    margin-bottom: 15px;
    font-family: "phudu" serif;;
}
.ml{
	 margin-left: 58px !important;
}

.btn-right{
	float: right !important;
    margin: 20px 45px !important;
}
.author-box .text {
    line-height: 24px;
    color: #5c5959;
    font-size: 15px;
    margin-bottom: 4px;
    font-family: 'baloo thambi 2';
}

.sidebar-page-container .comments-area .comment {
    position: relative;
    min-height: 120px;
    font-size: var(--font-14);
    padding: 0px 0px 0px 91px;
}

@media only screen and (max-width:678px){
	.sidebar-page-container .comments-area .comment {
    position: relative;
    min-height: 120px;
    font-size: var(--font-14);
    padding: 0px 0px 0px 56px;
}
}

.sidebar-page-container .comments-area .comment-box .author-thumb {
    position: absolute;
    left: 32px;
    position: absolute;
    content: counter(xs-counter) '.';
    color: #FF7A5F;
    font-size: 64px;
    font-weight: 400;
    display: block;
    line-height: .8; 
    bottom: 0;
    top: 0;
    margin: auto;
    z-index: 1;
    opacity: 0.2;
} 

@media only screen and (max-width:678px) {
	.sidebar-page-container .comments-area .comment-box .author-thumb {
    position: absolute;
    left: 8px;
    position: absolute;
    content: counter(xs-counter) '.';
    color: #FF7A5F;
    font-size: 50px;
    font-weight: 400;
    display: block;
    line-height: .8;
    bottom: 0;
    top: 0;
    margin: auto;
    z-index: 1;
    opacity: 0.2;
}
}

.related_posts h4 {
    position: relative;
	padding-top: 30px;
    margin-bottom: 25px;
    font-family: merriweather;
    padding-left: 47px;
    font-size: 25px;
    color: #930505;
}

@media only screen and (max-width:678px){
    .related_posts h4 {
        position: relative;
        padding-top: 30px;
        margin-bottom: 25px;
        font-family: merriweather;
        text-align:center;
        font-size: 17px;
        color: #930505;
    }
}

.sidebar-page-container .comments-area .comment-box .text {
      line-height: 28px;
    font-size: 16px;
    color: rgb(34 58 102 / 84%);
    margin-bottom: 26px;
    font-family: 'montserrat', sans-serif;
}
@media only screen and (max-width:678px){
.comment-info h3{
	  font-size: 15px;
}
}

@media (max-width: 991px) {
    .resbannerimg {
        display: block;
    }
}

@media (max-width: 991px) {
    .resbannerimgmain {
        margin: 0px;
        padding: 0px;
        width: auto;
        height: 450px;
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
        position: relative;
        z-index: 1;
    }
}

@media (max-width: 991px) {
    .resbannerimgmain::before {
        position: absolute;
        content: "";
        top: 0;
        left: o;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.49);
        z-index: -1;
    }
}

@media (max-width: 991px) {
    .dis-none {
        display: none;
    }
}
/** Profile About Ends **/


.sec-title_heading h2{
    color: #223a66;
    margin: 0px 0px 32px 0px;
    font-family: "phudu", serif !important;
    font-size: 48px;
    font-weight: 900;
    line-height: 54px;
    letter-spacing: -0.96px;
}

.text-about {
    line-height: 28px;
    font-size: 16px;
    color: rgb(34 58 102 / 84%);
    margin-bottom: 26px;
    font-family: 'montserrat', sans-serif;
}


.card {
    border-radius: 5px;
    box-shadow: 0px 0px 10px rgb(0 0 0 / 56%);
    height: 100%;
    margin-top: 1rem !important;
    transition: all .5s ease-in-out;
}
 
.card-text{
	color:#333333;
    font-family: 'montserrat';
    font-size: 14px;  
    overflow: hidden;
     text-overflow: ellipsis;
    display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.card-title {
    font-family: 'Baloo Thambi 2';
    font-weight: 700;
	font-size: 17px;
    text-transform: uppercase !important;
    color: #930505 !important;
}

.card img:hover {
    transform: scale(1.1);
}

.card:hover {
    transform: scale(1.1);
    box-shadow: 0px 0px 20px rgb(0 0 0 / 56%);
}

.card img {
    transition: all .5s;
    height: 100%;
    height: 200px;
}
.card-img, .card-img-top {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.card-img, .card-img-top, .card-img-bottom {
    width: 100%;
}

.s-card {
    background-color: #41927e;
    color: #fff !important;
    padding: 5px;
    border: 1px solid #4e8241;
    transition: all .5s ease-in-out;
}

.lightbox-enabled {
    width: 100%;
    height: 100%;
    position: relative;
    top: 0;
    object-fit: cover;
    cursor: pointer;
}

.mont{
	font-family: 'montserrat';
}

.faq-img{
    padding:0;
    margin: 0;
    display:block;
    width:100%;
}
.faq-img img{
    object-fit: cover;
    width:100%;
    height:450px;
}

.btn-right1{
    float:right;
    padding:0;
    margin: 0;
    position:relative;
}