
@import url('https://fonts.googleapis.com/css2?family=Armata&amp;display=swap');
html {
  font-size: 100%;
}


body {

   font-family: 'Armata', sans-serif;

    overflow-x: hidden;

    font-weight: 400;

    background-color: #fff;

    animation: pageAnimation ease 2s;

    animation-iteration-count: 1;

    animation-fill-mode: forwards;

}



@keyframes pageAnimation {

    0% {

        opacity: 0;

    }



    100% {

        opacity: 1;

    }

}



h1,

h2,

h3,

h4,

h5,

h6 {

   font-family: 'Armata', sans-serif;

    font-weight: 700;
    

}



.sub-title {

    font-size: 20px;

}



h4 {

    font-size: 24px;

	font-weight: 600;

	color: #5e0f47;

    line-height: 1.3em;

    position: relative;

}



p {

    font-size: 15px;

	line-height: 1.6;

}



a,

a:hover,

a:focus,

button,

button:focus {

    text-decoration: none !important;

    outline: none !important;

    box-shadow: none !important;

}



::selection {

    background: rgba(166, 175, 189, 0.3);

}



::-moz-selection {

    background: rgba(166, 175, 189, 0.3);

}



.back_top {

    border: 2px solid #5e0f47;

	text-align: center;

    position: fixed;

	background: #fff;

    bottom: 20px;

    right: 20px;

	height: 35px;

    width: 35px;

    display: none;

    transition: all 0.5s;

    border-radius: 10px !important;

    animation: BounceAnimation 4s infinite;

    -webkit-animation: BounceAnimation 4s infinite;

    -moz-animation: BounceAnimation 4s infinite;

    -o-animation: BounceAnimation 4s infinite;

    z-index: 99;

}



.back_top i {

    font-size: 30px;

	color: #5e0f47;

    line-height: 30px;

    display: block;

}



.mb-30 {

	margin-bottom:30px;

}



@-webkit-keyframes BounceAnimation {

    0%, 20%, 50%, 80%, 100% {

        -webkit-transform: translateY(0);

    }



    40% {

        -webkit-transform: translateY(-20px);

    }



    60% {

        -webkit-transform: translateY(-10px);

    }

}



@-moz-keyframes BounceAnimation {

    0%, 20%, 50%, 80%, 100% {

        -moz-transform: translateY(0);

    }



    40% {

        -moz-transform: translateY(-20px);

    }



    60% {

        -moz-transform: translateY(-10px);

    }

}



@keyframes BounceAnimation {

    0%, 20%, 50%, 80%, 100% {

        transform: translateY(0);

    }



    40% {

        transform: translateY(-20px);

    }



    60% {

        transform: translateY(-10px);

    }

}



/*==========================

        2.HELPER

============================*/



.font-white {

    color: #fff;

}



.section {

    padding-top: 60px;

    padding-bottom: 60px;

    background-color: #fff;

	position: relative;

}



.section-title h2 {

    position: relative;
    color:#5e0f47;
}



.section-subtitle {

    font-size: 16px;

    max-width: 550px;

	line-height: 25px;

	padding-top: 0;

}



.z-index-9 {

    position: relative;

    z-index: 9;

}



.z-index {

    z-index: 2;

}



.inverse-bg {

    background-color: #f7f9fb;

}



.btn {

    padding: 12px 28px;

}



.btn-sm {

    padding: 8px 15px;

}



.btn-rounded {

    -webkit-border-radius: 30px !important;

    -moz-border-radius: 30px !important;

    border-radius: 30px !important;

}



.btn-white {

    background-color: #fff;

    color: #000 !important;

    font-size: 14px;

    font-weight: 500;

    letter-spacing: 1px;

    min-width: 160px;

    border-radius: 30px;

    -moz-border-radius: 30px;

    -webkit-border-radius: 30px;

    transition: all 0.5s;

    text-transform: capitalize;

    -webkit-box-shadow: 0px 0px 15px 0px rgba(72, 73, 121, 0.15);

    -moz-box-shadow: 0px 0px 15px 0px rgba(72, 73, 121, 0.15);

    box-shadow: 0px 0px 15px 0px rgba(72, 73, 121, 0.15);

}



.btn {

    font-size: 14px;

    text-align: center;

    padding: 0;

    text-transform: capitalize;

    

	
padding:  10px;
   

}

.btn-white:hover{background: #ef832e; color: #fff!important;}

.btn-white:hover,

.btn-white:focus,

.btn-white:active,

.btn-white.active,

.btn-white.focus,

.btn-white:active,

.btn-white:focus,

.btn-white:hover,

.open > .dropdown-toggle.btn-white {

    color: #000;

}



/*==========================

        3.NAVBAR

============================*/



.custom-nav {

    background-color:#fff;

    width: 100%;

    padding:0px;

    -webkit-border-radius: 0px;

    -moz-border-radius: 0px;

    border-radius: 0px;

    margin-bottom: 0px;

    z-index: 999;

	border-bottom: 1px solid #ffffff1a;

}



    .custom-nav .container-fluid {

        width: 90%;

    }



    .custom-nav.sticky-header {

        background-color: #fff;

        box-shadow: 0px 0px 18px 1px rgba(0, 0, 0, 0.1);

    }



    .custom-nav .navbar-nav li a {

        position: relative;

        color: #000;

        font-size: 16px;

        font-weight: 600;

        padding: 6px 16px !important;

        margin: 0 3px;

    }

	

	 .custom-nav .navbar-nav li a::before, .custom-nav .navbar-nav li a::after {

        position: absolute;

        content: '';

        width: 12px;

        height: 2px;

        background-color: #5e0f47;

        left: 50%;

        bottom: 0px;

        opacity: 0;

        -webkit-transition: all .3s ease-out 0s;

        -moz-transition: all .3s ease-out 0s;

        -o-transition: all .3s ease-out 0s;

        transition: all .3s ease-out 0s;

    }

	

	 .custom-nav .navbar-nav li a::after {

        left: auto;

        right: 50%;

    }



    .custom-nav .navbar-nav li.active a::before, .custom-nav .navbar-nav li.active a::after,

    .custom-nav .navbar-nav li:hover a::before, .custom-nav .navbar-nav li:hover a::after {

        opacity: 1;

    }



.navbar-toggler {

    color: #5e0f47;

    font-size: 28px;

    margin-top: 2px;

    margin-bottom: 0px;

}



.custom-nav.sticky-header .navbar-nav li a {

    color: rgba(0, 0, 0, 0.6) !important;

}



	.custom-nav.sticky-header .navbar-nav li a::before, .custom-nav.sticky-header .navbar-nav li a::after {

            background-color: #5e0f47;

        }



.navbar-toggle {

    color: #ffffff;

    font-size: 24px;

    margin-top: 5px;

    margin-bottom: 0px;

}



.custom-nav .navbar-nav li.active a,

.custom-nav .navbar-nav li:hover a,

.custom-nav .navbar-nav li:active a {

    color: #5e0f47;

}



.custom-nav.sticky-header .navbar-nav li.active a,

.custom-nav.sticky-header .navbar-nav li:hover a,

.custom-nav.sticky-header .navbar-nav li:active a {

    color: #5e0f47 !important;

}



.nav .open > a,

.nav .open > a:focus,

.nav .open > a:hover {

    background-color: transparent;

    border-color: #0ebdca;

}



.brand-logo .logo-light {

    display: inline-block;

}



.sticky-header .brand-logo .logo-dark {

    display: inline-block;

}



.sticky-header .brand-logo .logo-light {

    display: none;

}



.brand-logo .logo-dark {

    display: none;

}



.custom-nav .navbar-brand.brand-logo img {

   height: 60px;
    margin-top: 15px;

}



.contact_btn .btn-sm {
    background-color: #5e0f47;
    border: 2px solid #50073b;
    color: #fff;
    font-size: 16px;
    text-transform: capitalize;
    
    padding: 0 10px;
    margin-left: 10px;
    height: 40px;
    border-radius: 40px;
    display: inline-flex;
    justify-content: center;
    transition: none;
    align-items: center;
   
    -webkit-box-shadow: 0px 0px 15px 0px rgb(72 73 121 / 15%) !important;
    -moz-box-shadow: 0px 0px 15px 0px rgba(72, 73, 121, 0.15) !important;
    box-shadow: 0px 0px 15px 0px rgb(72 73 121 / 15%) !important;
}



.sticky-header .contact_btn .btn-sm {

    background: #5e0f47;

    border: 2px solid #50073b;

    color: #fff;

}



.contact_btn .btn-sm:hover {

    color: #fff;

    background-color: #ef832e;

    border: 2px solid #ef832e;

}



/*==========================

        4.HOME

============================*/



.home-bg, .home-section {

    position: relative;

}



.home-slider {

    position: relative;

    z-index: 9;

}



.home-bg::before {

    content: "";

    top: 0;

    left: 0;

    right: 0;

    bottom: 0;

    position: absolute;

	opacity: 0.75;

    z-index: 1;

}



.home-bg .heading {

    color: #fff;

    font-size:3em;

    line-height: 60px;

    margin-bottom: 15px;

}



.home-bg .para-sec {

    font-size: 20px;

	color: rgba(255, 255, 255, 0.85);

    margin-bottom: 20px;

}



.home-bg.waves-bg {

    margin: 0 0 0;

    padding: 8rem 0 0 0;

}



.hero-bg {

    background-image: url(../images/hero-bg.png);

    opacity: 1;

    top: 0;

    left: 0;

    height: 100%;

    width: 100%;

}



.bg-gradient {

	background-color: #5e0f47;

	/*background-image: url(../images/hero-bg.png);*/	

}

   

@keyframes owl-content-fadeInUp {

    from {

        transform: translate3d(0, 40px, 0);

    }



    to {

        transform: translate3d(0, 0, 0);

        opacity: 1;

    }

}



@-webkit-keyframes owl-content-fadeInUp {

    from {

        transform: translate3d(0, 40px, 0);

    }



    to {

        transform: translate3d(0, 0, 0);

        opacity: 1;

    }

}



@keyframes owl-img-fadeInRight {

    from {

        transform: translateX(40px);

    }



    to {

        transform: translateX(0);

        opacity: 1;

    }

}



@-webkit-keyframes owl-img-fadeInRight {

    from {

        transform: translateX(40px);

    }



    to {

        transform: translateX(0);

        opacity: 1;

    }

}



.owl-item.active .content-fadeInUp {

    animation-duration: 1s;

    animation-fill-mode: both;

    -webkit-animation-duration: 1s;

    -webkit-animation-fill-mode: both;

    opacity: 0;

    animation-name: owl-content-fadeInUp;

    -webkit-animation-name: owl-content-fadeInUp;

}



.owl-item.active .img-fadeInRight {

    animation-duration: 1s;

    animation-fill-mode: both;

    -webkit-animation-duration: 1s;

    -webkit-animation-fill-mode: both;

    opacity: 0;

    animation-name: owl-img-fadeInRight;

    -webkit-animation-name: owl-img-fadeInRight;

}



.home-slider .owl-dots,

.review-slider .owl-dots {

    position: absolute;

    left: 50%;

    bottom: 0;

    transform: translateX(-50%);

}



.home-slider .owl-dot,

.review-slider .owl-dot {

    background:#5e0f47!important;

    height: 10px;

    width: 10px;

    -webkit-border-radius: 10px;

    -moz-border-radius: 10px;

    border-radius: 10px;

    margin: 0 5px;

}



    .home-slider .owl-dot.active,

    .review-slider .owl-dot.active {

        background: #ef832e !important;

    }



.hero-waves {

   height: 120px;

   position: relative;

}



.hero-waves .wave {

   position: absolute;

   left: 0;

   right: 0;

   top: 0;

   z-index: 1;

}



.hero-waves .wave + .wave {

   z-index: 2;

}



/*==========================

        5.FEATURES

============================*/

.features .ftr-icon-box {

	padding: 20px 20px;

	margin-top: 32px;

	margin-bottom: 30px;
        
	min-height: 600px;
        
	position: relative;

	background: #fff;

	box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);

}

.features .ftr-icon-box ul{ padding-left: 20px; }

.features .ftr-icon-box ul li{ line-height:28px; }

.features .icon {

	position: relative; 
    /* top: -36px; */
    /* left: calc(50% - 36px); */
    /* transition: 0.2s; */
    border-radius: 50%;
    border: 5px solid #fff;
    display: flex;
    justify-content: center;
    margin: auto;
    align-items: center;
    flex-direction: column;
    text-align: center;
    width: 70px;
    height: 70px;
    background: #5e0f47;

}



.features .icon i {

	color: #fff;

	font-size: 32px;

}



.features .title {

	font-weight: 700;

	margin-bottom: 15px; margin-top: 15px; 

	font-size: 18px; text-align: center

}



.features .ftr-icon-box:hover .icon {

	background: #fff;

	border: 2px solid #5e0f47;

}



	.features .ftr-icon-box:hover .icon i {

	  color: #5e0f47;

	}



	.features .ftr-icon-box:hover .title a {

	  color: #5e0f47;

	}



.features .description {

	line-height: 24px;

	font-size: 14px;

}



/*======================

        6.ABOUT US

========================*/

.aboutus .icon-boxes h4 {

	font-size: 16px;

	margin-bottom: 15px;

}



.aboutus ul li {
	font-size: 15px;
	line-height: 1.6;  list-style: none; text-indent: -20px; margin-bottom: 10px;
}
.aboutus ul li .icofont-ui-check{font-size: 12px; color: #ef832e;
}



	.aboutus .aboutus-icon-box .icon {

		border: 2px solid #5e0f47;

		border-radius: 50px;

		float: left;

		display: flex;

		align-items: center;

		justify-content: center;

		min-width:55px;

		min-height:55px;

		transition: 0.5s;

		background: #fff;

	}



	.aboutus .aboutus-icon-box .icon i {

		font-size: 32px;

		color: #5e0f47;

	}



	.aboutus .aboutus-icon-box:hover .icon {

		background: #5e0f47;

		border-color: #5e0f47;

	}



	.aboutus .aboutus-icon-box:hover .icon i {

		color: #fff;

	}



	.aboutus .aboutus-icon-box .title {

		font-weight: 700;
                color: #5e0f47;
		margin-bottom:0px;

	}



	.aboutus .aboutus-icon-box .description {

		line-height: 24px;

		font-size: 14px;

		text-align: left;

		margin-bottom: 0;

	}						
.faq-body ul{ padding: 0px; list-style: none; }
.faq-body ul li{ margin-bottom: 10px; font-size: 15px;     
    background: #ef832e; padding: 5px 5px; margin-bottom: 10px; color: #fff; }
.faq-body ul li .icofont-ui-check {color: #ef832e;}

@-webkit-keyframes pulsate-btn {

  0% {

    transform: scale(0.6, 0.6);

    opacity: 1;

  }

  100% {

    transform: scale(1, 1);

    opacity: 0;

  }

}



@keyframes pulsate-btn {

  0% {

    transform: scale(0.6, 0.6);

    opacity: 1;

  }

  100% {

    transform: scale(1, 1);

    opacity: 0;

  }

}



/*==========================

        7.OUR DEPARTMENTS

============================*/

.dept-box {

	margin-bottom: 20px; border: 1px solid #ccc; padding: 2px;

	overflow: hidden;

	position: relative;
         box-shadow: 0 1px 2px rgba(0,0,0,0.15);
  transition: box-shadow 0.3s ease-in-out;

}
.dept-box:hover {
  box-shadow: 0 5px 15px rgba(0,0,0,0.6);
}
.dept-box .dept-details h3{ color: #fff; }
.dept-box .dept-details {
    background-color: #fbf7f8;
    padding: 0 15px 20px;
    position: absolute;
    text-align: center;
    width: 100%;
    height: 100%;
    bottom: 0px;
    align-items: end;
    text-align: center;
    display: grid;
    background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.95));
    background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.95));
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgb(94 15 71 / 100%));
}

.dept-box .dept-details h4 {

	font-size: 18px;

	font-weight: 700;

}

.dept-details .round-style {

    background: #fbf7f8 none repeat scroll 0 0;

    border-radius: 50%;

    height: 70px;

    left: 0;

    margin: 0 auto;

    position: absolute;

    right: 0;

    top: -35px;

    width: 70px;

}



.dept-box:hover .dept-details {

	bottom: 0;

}



.dept-box .dept-details .icon {

	color: #5e0f47;

	display: inline-block;

	font-size: 32px;

	position: relative;

	top: -15px;

}



.dept-box .dept-details .details {

	font-size: 14px;

}



.dept-box .dept-details a.thm-btn {

	margin-top: 15px;

	background: #5e0f47;

    border-radius: 30px;

    display: inline-block;

    color: #fff;

    font-size: 14px;

    text-transform: uppercase;

    padding: 6px 15px;

    border: 2px solid transparent;

    

}



.dept-box .dept-details a.thm-btn:hover {

	background-color: #fff;

    border-color: #5e0f47;

    color: #5e0f47;

}



.dept-box .dept-details a.thm-btn.inverse {

	background-color: #fff;

    border-color: #5e0f47;

    color: #5e0f47;

}



.dept-box .dept-details a.thm-btn.inverse:hover {

	background-color: #5e0f47;

    border-color: #5e0f47;

    color: #fff;

}



/*==========================

        8.REVIEWS

============================*/



.review-slider .item .user-txt {

    display: flex;

    align-items: center;

    padding: 1rem 0 2rem 0;

    padding-left: 0.25rem;

}



    .review-slider .item .user-txt::after {

        display: block;

        clear: both;

        content: "";

    }



    .review-slider .item .user-txt .user-pics {

        width: 60px;

        height: 60px;

        float: left;

        border-radius: 100%;

        margin-right: 1rem;

        overflow: hidden;

    }



        .review-slider .item .user-txt .user-pics img {

            width: 100%;

            max-width: 100%;

            height: auto;

        }



    .review-slider .item .user-txt .user-info {

        float: left;

    }



        .review-slider .item .user-txt .user-info .heading {

            line-height: 1;

            margin-bottom: 0.25rem;

            margin-top: 0.25rem;

        }



        .review-slider .item .user-txt .user-info .sub-heading {

            font-size: 14px;

            font-weight: 600;

            line-height: normal;

            margin-bottom: 0;

        }



.review-slider .item .review-card {

    position: relative;

    background: #fff;

    padding: 1.5rem;
    

    border-radius: 0.5rem;

    overflow: visible;

    /*text-align: center;*/

}



    .review-slider .item .review-card p {

        color: #000;

        font-weight:400;

        margin-bottom: 0;

    }



    .review-slider .item .review-card::before {

        content: "";

        background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDIxLjAuMCwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IgoJIHZpZXdCb3g9IjAgMCA1MTIgNTEyIiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCA1MTIgNTEyOyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+CjxzdHlsZSB0eXBlPSJ0ZXh0L2NzcyI+Cgkuc3Qwe2ZpbGw6IzgwODlGRjt9Cjwvc3R5bGU+CjxnIGlkPSJRdW90ZW1hcmtzLWxlZnQiPgoJPHBhdGggY2xhc3M9InN0MCIgZD0iTTQwNSwyMDkuOGMtMS0xMS4xLTAuMi00MS41LDI4LjgtODMuNmMyLjItMy4yLDEuOC03LjUtMC45LTEwLjJjLTExLjgtMTEuOC0xOS4yLTE5LjMtMjQuMy0yNC41CgkJYy02LjgtNi45LTkuOC0xMC0xNC40LTE0LjFjLTMtMi43LTcuNi0yLjgtMTAuNi0wLjFjLTUwLjYsNDQtMTA2LjgsMTM1LTk4LjcsMjQ2LjVjNC44LDY1LjUsNTIuNSwxMTMsMTEzLjUsMTEzCgkJYzYyLjYsMCwxMTMuNS01MC45LDExMy41LTExMy41QzUxMiwyNjIuOCw0NjQuNiwyMTMuMiw0MDUsMjA5Ljh6Ii8+Cgk8cGF0aCBjbGFzcz0ic3QwIiBkPSJNMTIwLjksMjA5LjhjLTEtMTEuMS0wLjMtNDEuNCwyOC44LTgzLjZjMi4yLTMuMiwxLjgtNy41LTAuOS0xMC4yYy0xMS44LTExLjgtMTkuMS0xOS4zLTI0LjMtMjQuNQoJCWMtNi44LTYuOS05LjktMTAuMS0xNC40LTE0LjJjLTMtMi43LTcuNi0yLjctMTAuNi0wLjFjLTUwLjYsNDQtMTA2LjgsMTM1LTk4LjcsMjQ2LjV2MGM0LjgsNjUuNCw1Mi41LDExMywxMTMuNSwxMTMKCQljNjIuNiwwLDExMy41LTUwLjksMTEzLjUtMTEzLjVDMjI3LjksMjYyLjgsMTgwLjUsMjEzLjIsMTIwLjksMjA5Ljh6Ii8+CjwvZz4KPC9zdmc+Cg==");

        background-size: cover;

        display: block;

        width: 40px;

        height: 40px;

        position: absolute;

        top: 0.75rem;

        left: 1rem;

        opacity: 0.2;

    }


    /*******************/


    /*==========================

        8.REVIEWS

============================*/



.reviews .item .user-txt {

    display: flex;

    align-items: center;

    padding: 1rem 0 2rem 0;

    padding-left: 0.25rem;

}



    .reviews .item .user-txt::after {

        display: block;

        clear: both;

        content: "";

    }



    .reviews .item .user-txt .user-pics {

        width: 60px;

        height: 60px;

        float: left;

        border-radius: 100%;

        margin-right: 1rem;

        overflow: hidden;

    }



        .reviews .item .user-txt .user-pics img {

            width: 100%;

            max-width: 100%;

            height: auto;

        }



    .reviews .item .user-txt .user-info {

        float: left;

    }



        .reviews .item .user-txt .user-info .heading {

            line-height: 1;

            margin-bottom: 0.25rem;

            margin-top: 0.25rem;

        }



        .reviews .item .user-txt .user-info .sub-heading {

            font-size: 14px;

            font-weight: 600;

            line-height: normal;

            margin-bottom: 0;

        }



.reviews .item .review-card {

    position: relative;
    background: #fff;
    padding: 1.5rem;
    border-radius: 0.5rem;
    overflow: visible;
    text-align: center;
    -webkit-box-shadow: -1px -1px 5px 0px rgb(0 0 0 / 12%);
    -moz-box-shadow: -1px -1px 5px 0px rgba(0,0,0,0.12);
    /* font-size: 15px; */
    box-shadow: -1px -1px 5px 0px rgb(0 0 0 / 12%);
}



    .reviews .item .review-card p {

        color: #000;

        font-weight:400;

        margin-bottom: 0;

    }



    .reviews .item .review-card::before {

        content: "";

        background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDIxLjAuMCwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IgoJIHZpZXdCb3g9IjAgMCA1MTIgNTEyIiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCA1MTIgNTEyOyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+CjxzdHlsZSB0eXBlPSJ0ZXh0L2NzcyI+Cgkuc3Qwe2ZpbGw6IzgwODlGRjt9Cjwvc3R5bGU+CjxnIGlkPSJRdW90ZW1hcmtzLWxlZnQiPgoJPHBhdGggY2xhc3M9InN0MCIgZD0iTTQwNSwyMDkuOGMtMS0xMS4xLTAuMi00MS41LDI4LjgtODMuNmMyLjItMy4yLDEuOC03LjUtMC45LTEwLjJjLTExLjgtMTEuOC0xOS4yLTE5LjMtMjQuMy0yNC41CgkJYy02LjgtNi45LTkuOC0xMC0xNC40LTE0LjFjLTMtMi43LTcuNi0yLjgtMTAuNi0wLjFjLTUwLjYsNDQtMTA2LjgsMTM1LTk4LjcsMjQ2LjVjNC44LDY1LjUsNTIuNSwxMTMsMTEzLjUsMTEzCgkJYzYyLjYsMCwxMTMuNS01MC45LDExMy41LTExMy41QzUxMiwyNjIuOCw0NjQuNiwyMTMuMiw0MDUsMjA5Ljh6Ii8+Cgk8cGF0aCBjbGFzcz0ic3QwIiBkPSJNMTIwLjksMjA5LjhjLTEtMTEuMS0wLjMtNDEuNCwyOC44LTgzLjZjMi4yLTMuMiwxLjgtNy41LTAuOS0xMC4yYy0xMS44LTExLjgtMTkuMS0xOS4zLTI0LjMtMjQuNQoJCWMtNi44LTYuOS05LjktMTAuMS0xNC40LTE0LjJjLTMtMi43LTcuNi0yLjctMTAuNi0wLjFjLTUwLjYsNDQtMTA2LjgsMTM1LTk4LjcsMjQ2LjV2MGM0LjgsNjUuNCw1Mi41LDExMywxMTMuNSwxMTMKCQljNjIuNiwwLDExMy41LTUwLjksMTEzLjUtMTEzLjVDMjI3LjksMjYyLjgsMTgwLjUsMjEzLjIsMTIwLjksMjA5Ljh6Ii8+CjwvZz4KPC9zdmc+Cg==");

        background-size: cover;

        display: block;

        width: 40px;

        height: 40px;

        position: absolute;

        top: 0.75rem;

        left: 1rem;

        opacity: 0.2;

    }

    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    

/*==========================

        9.OUR TEAM

============================*/



.our-team{

	position:relative;

}



.our-team .team-box{

	position:relative;

	margin-bottom:30px;	

}



.our-team .team-box img{

	display:block;

	width:100%;	

}



.our-team .team-box .title-box{

	padding-top:20px;	

}



.our-team .team-box .title-box h4{

	font-size:18px;

	font-weight:700;

}



.our-team .team-box .title-box p{

	font-style:italic;

	color:#888888;	

}



.our-team .team-box .get-apt{

	font-weight:600;

	color:#5e0f47;

	text-transform:uppercase;

	font-size:14px;	

}



.our-team .team-box .get-apt:hover{

	color:#007b8a;

}



/*==========================

        10.PREMISES

============================*/

.premises-slider .owl-stage-outer {

    padding: 0 0 2rem 0;

}



.premises-slider .owl-item .premises-box {

    opacity: 0.75;

    filter: blur(0.5px);

    -webkit-transform: scale(0.85);

    transform: scale(0.85);

    transition: transform 0.35s ease-out, filter 0.35s ease-out, box-shadow 0.35s ease-out, opacity 0.35s ease-out;

}



.premises-slider .owl-item.center .premises-box {

    opacity: 1;

    filter: blur(0);

    box-shadow: 0 7px 15px rgba(0, 9, 128, 0.05), 0 12px 28px rgba(0, 9, 128, 0.075);

    -webkit-transform: scale(1);

    transform: scale(1);

}



.premises-slider .owl-dots {

    text-align: center;

}



.premises-slider .owl-dot {

    background:#5e0f47!important;

    height: 10px;

    width: 10px;

    margin: 0 5px;

    -webkit-border-radius: 10px;

    -moz-border-radius: 10px;

    border-radius: 10px;

}



    .premises-slider .owl-dot.active {

        background: #ef832e!important;

    }

	

/*==========================

        11.APPOINTMENT

============================*/

.appointment {

  background-color: #f7f9fb;

}



	.appointment .contant-number {

	  /*background: url("../images/appointment-left-bg.jpg") center center;

	  background-size: contain;

	  background-position: center center;*/

	  height: 100%;

	  position: relative;

	}

.appointment .contant-number h3 a { color:#fff; }

	.appointment .contant-number h3 {

	  font-size: 35px;

	  font-weight: bold;

	  margin: 0;

	  position: absolute;

	  bottom: 100px;

	  right: 0;

	  background: rgba(0, 0, 0, 0.69);

	  color: #ffffff;

	  padding: 25px 20px;

	  line-height: 0;

	}



	.appointment .appointment-form {

	    max-width: 90%;

		padding: 60px 0 60px 0;

		margin: auto;

	}



	.appointment .appointment-form .title {

	  font-size: 32px;

	  color: #5e0f47;

	  margin-bottom: 30px;

	  font-family: "Poppins", sans-serif;

	}


.form-control {
    display: block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #efefef;
     border-radius:0px; 
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.book-now-btn {

	background-color:#5e0f47;

	color:  #ffffff;

	font-weight: bold;

	text-transform: uppercase;

	border-radius: 6px;

	padding: 0 15px;

	height: 40px;

	line-height: 40px;

}



.book-now-btn:hover {

	background-color: #000;

	color: #fff;

}



.form-control {

	font-size:14px;

}



/*==========================

        12.FAQ's

============================*/

.faq-panel {

    margin-bottom: 2rem;

}



.question-box {

    margin-bottom: 1rem;

    backface-visibility: hidden;

    -webkit-backface-visibility: hidden;

    background: #fff;

    border: 1px solid #eee;

    border-radius: 4px;

}



.faq-header {

    border: none;

}



.question-box .btn-link {

    position: relative;

    background: #f8f8f8;

    text-align: left;

    margin-bottom: 0;

    margin-top: 0;

    padding: 1rem 1.5rem;

    font-size: 18px;

    font-weight: 700;

    cursor: pointer;

    transition: color 0.25s ease-out;

    width: 100%;

    border: none;

}



.question-box .faq-body {

    padding: 0.5rem 1rem;

}



    .question-box .faq-body p {

        margin-bottom: 5px;

    }



.question-box .btn-link.collapsed {

    color: #161e39;

}



.question-box .btn-link {

    display: flex;

    align-items: center;

    justify-content: space-between;

    color: #5e0f47;

}



.question-box.active h4::after {

    color: #5e0f47;

    top: 14px;

    -webkit-transform: rotate(-180deg);

    transform: rotate(-180deg);

}



.caret-icon {

    display: flex;

    justify-content: center;

    align-items: center;

    font-size: 24px;

    line-height: 20px;

    width: 25px;

}



.question-box.active .btn-link .caret-icon {

    transform: rotateZ(-180deg);

}



/*==========================

        13.FOOTER

============================*/

.footer {

    position: relative;

    padding-top: 40px;

    overflow: hidden;

}
.footer ul{ margin: 0px }
/*

    .footer::after {

        content: "";

        background: url(../images/waves2.svg) top no-repeat;

        background-size: auto;

        background-size: contain;

        display: block;

        height: 100%;

        position: absolute;

        top: -5px;

        left: -1px;

        right: -4px;

        z-index: 1;

    }

*/

.footer-bottom,

.footer-top {

    position: relative;

    z-index: 2;

}



.footer .foot-logo img {

    height: 32px;

}



.footer .footer-menu li {

    margin-bottom: 10px;

    -webkit-transition: all 0.5s;

    -moz-transition: all 0.5s;

    transition: all 0.5s;

}



    .footer .footer-menu li:hover {

        margin-left: 10px;

    }



.footer h5 {

    color: #fff;

}

.footer h5 a { color: #fff; }

.footer p {

    color: #fff;

}



.footer .footer-menu li a,

.footer .footer-menu li i {

    display: inline-block;

    font-size: 16px;

    color: #ddd !important;

    transition: all 0.5s;

}



    .footer .footer-menu li a:hover,

    .footer .footer-menu li:hover i {

        color: #fff !important;

    }



.footer .footer-social .social-icon {

    display: block;

    background: #fff;

    color: #5e0f47;

    font-size: 18px;

    width: 38px;

    height: 38px;

    line-height: 38px;

    text-align: center;

    -webkit-border-radius: 50%;

    -moz-border-radius: 50%;

    border-radius: 50%;

    transition: all 0.5s;

}



    .footer .footer-social .social-icon:hover {

        color: #fff !important;

		background-color: #000;

    }



.footer-desc {

    border-top: 1px solid rgba(255, 255, 255, 0.3);

}



.contact-menu-list li {

    display: flex;

    align-items: flex-start;

    line-height: normal;

}



.contact-menu-list i {

    font-size: 20px;

    margin-right: 10px;

	margin-top: 5px;

}

.footer .footer-newsletter {

		font-size: 15px;

	}



	.footer .footer-newsletter form {

		background: #fff;

		padding: 6px 10px;

		position: relative;

		border-radius: 50px;

		text-align: left;

		border: 1px solid #ddfbff;

	}



	.footer .footer-newsletter form input[type="email"] {

		border: 0;

		padding: 4px 8px;

		width: calc(100% - 100px);

	}



	.footer .footer-newsletter form input[type="submit"] {

		position: absolute;

		top: 0;

		right: 0;

		bottom: 0;

		border: 0;

		background: none;

		font-size: 16px;

		padding: 0 20px;

		background: #5e0f47;

		color: #fff;

		transition: 0.3s;

		border-radius: 50px;

		box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);

	}



	.footer .footer-newsletter form input[type="submit"]:hover {

		background: #000;

	}	



/*==========================

        14.RESPONSIVE

============================*/



@media (max-width: 1480px) {

    .footer {

        padding-top:40px;

    }

}



@media (max-width: 1366px) {

    .home-bg.waves-bg {

        margin: 0 0 0;

        padding: 7rem 0 0 0;

    }



    .home-slider .owl-dots {

        position: absolute;

        left: 50%;

        bottom: 50px;

        transform: translateX(-50%);

    }

}



@media (max-width: 1199px) {

    .container {

        max-width: 99%;

    }

}



@media (max-width: 1100px) {

    .footer {

        padding-top: 40px;

    }

}



@media (max-width: 991px) {

    .home-slider .owl-dots {

        bottom: 10px;

    }



    .contact_btn .btn-sm {

        background: #5e0f47;

        border: 2px solid #5e0f47;

        color: #fff;

    }



    .home-slider .owl-item img {

        display: table;

        margin: auto;

        max-width: 50%;

    }



    .home-slider .owl-item .actions {

        display: table;

        margin: 0 auto 20px;

    }



    .custom-nav .brand-logo .logo-dark {

        display: inline-block;

    }



    .custom-nav .brand-logo .logo-light {

        display: none;

    }



    .contact_btn {

        display: inline-flex!important;

    }



    .custom-nav {

        background-color: #fff !important;

        margin-top: 0px;

        padding: 10px 0px !important;

    }



        .custom-nav .navbar-nav li a {

            color: #000;

            text-align: center;

            margin: 0 0px;

            padding: 6px 0;

        }



        .custom-nav .navbar-nav li.active a,

        .custom-nav .navbar-nav li:hover a {

            background-color: #fff;

            color: #5e0f47 !important;

            border-radius: 0;

        }



        .custom-nav > .container {

            width: 90%;

        }



        .custom-nav .brand-logo {

            padding: 0px;

        }



        .custom-nav .navbar-brand.brand-logo img {

            height: 36px;

        }



    .navbar-collapse {

        background: #f8f8f8;

        border-top: 2px solid #eee;

        position: fixed;

        top: 61px;

        left: 0;

        width: 100%;

        padding: 0;

    }



    .navbar-nav {

        margin-top: 0px;

    }



    .section {

        padding-top: 30px;

        padding-bottom: 30px;

    }



    .section-title h2,

    .section-subtitle {

        text-align: center;

    }



    .custom-nav {

        padding: 12px 0;

    }



    .container {

        max-width: 98%;

    }



    .m-text-center {

        text-align: center;

    }



    p {

        text-align: center;

    }



    .faq-body p {

        text-align: left;

    }



    .section-subtitle {

        max-width: 500px;

        font-size: 16px;

        padding-top: 0;

        display: table;

        margin: auto;

    }



    .foot-logo {

        display: table;

        margin: auto;

    }



    .ftr-about {

        text-align: center !important;

    }



    .footer-social {

        text-align: center;

    }



    .m-box-0 {

        margin-bottom: 0;

    }

	.our-team .team-box .title-box h4 {

		text-align:center;

	}

	.btn {

		height:35px !important;		

		line-height: 35px;

	}

}



@media (max-width: 768px) {
    .modal-body{    padding: 0 1rem;}
    .modal-footer{padding: .5rem 1rem!important;}
    .modal-header{padding: .5rem 1rem!important;}
    .appointment .contant-number{ display: none; }
    .features .ftr-icon-box{ min-height: auto;}
    p{ text-align: left; }
    .features .ftr-icon-box{ margin-top: 0px; }
    .btn {
   height: 50px !important;
    line-height: 30px;
    margin-top: 10px;
}
    .home-bg .heading {
   
   font-size: 2em;
   
}
    .custom-nav .navbar-brand.brand-logo img {
     height: 80px; 
}
.navbar-toggler { display: none; }
    .footer {

        padding-top:30px;

    }



    .m-d-flex {

        display: flex;

    }



    .section {

        padding-top: 40px;

        padding-bottom: 40px;

    }



    .section-subtitle {

        line-height: 1.6;

    }

	.m-al-c {

		display: flex;

		justify-content: center;

	}

	.appointment .contant-number {

		height: 500px;

	}

}



@media only screen and (max-width: 767px) {
    .custom-nav > .container{ width: 100%!important;  }
    .navbar-collapse{ display: none; }
    .navbar-brand{}
    
    .footer h5{ text-align: center; }
    
    .img-fadeInRight{ margin-top: 10px; }
    .review-card{ margin-bottom: 10px;     min-height:auto!important; }
                                    
                                

    .home-slider .owl-item img {

        max-width: 70%;

        display: table;

        margin: auto;

    }



    .home-slider .owl-dots {

        bottom: 0;

    }

	.home-bg .heading {

        font-size: 40px;

        line-height: 40px;

		text-align: center;

    }



    .container {

        max-width: 98%;

    }



    .section-title h2 {

        font-size: 26px;

    }



    

    .footer .footer-menu li:hover {

        margin-left: 0;

    }

	.our-team .team-box .title-box h4 {

		text-align:center;

	}

	.learn-more {

		margin: auto;

		display: table;

	}

	.sub-title {

		text-align:center;

	}

	.custom-nav .navbar-brand.brand-logo img {

            height: 70px;

    }
    
   

	.appointment .appointment-form {

		padding: 50px 0 50px 0px;

	}

	.appointment .appointment-form .title {

		text-align: center;

	}

}
@media (max-width: 630px) {
    
    .mr-4, .mx-4 {
    margin-right: .5rem!important;
}
.navbar>.container, .navbar>.container-fluid {display: -ms-flexbox;
    display: block;
    -ms-flex-wrap: block;
    flex-wrap: block;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;}
}
@media (max-width: 620px) {
    .btn {
    height: 35px !important;
    line-height: 0px;
    margin-top: 5px;
}
    .custom-nav{text-align: center;}
    .contact_btn .btn-sm {font-size: 14px;}
    .custom-nav .brand-logo{ display: block; text-align: center; }
    .home-bg.waves-bg {
    margin: 0 0 0;
    padding: 9rem 0 0 0;
}
   
}
@media (max-width: 599px) {

    .review-slider .user-txt {

        justify-content: center;

        padding: 1rem 0 2rem !important;

    }



    .review-slider .item .review-card::after {

        display: none;

    }

}



@media (max-width: 575px) {
    .aboutus-icon-box{ margin-bottom:20px; }

    .margin-top-sb-30 {

        margin-top: 30px;

    }



    .home-bg .heading {

        font-size: 40px;

        line-height: 40px;

    }



    .home-slider .owl-item img {

        max-width: 80%;

        display: table;

        margin: auto;

    }



    .home-slider .owl-dots {

        bottom: -10px;

    }



    .footer-menu {

        display: none;

        margin-top: 10px !important;

    }



    .footer-title {

        position: relative;

        cursor: pointer;

    }
.footer-title a{ color:#fff!important; }
.footer-title i {

   display: none;

}
.footer ul{ margin-bottom: 10px; }

.footer-title.active i {

    transform: rotateZ(-180deg);

}

}



@media only screen and (max-width: 479px) {

    .footer {

        padding-top: 50px;

    }



    .brand-logo.navbar-brand {

        margin-right: 5px !important;

    }



    .custom-nav .navbar-brand.brand-logo img {

        height: 60px!important;

    }

}

@media only screen and (max-width: 768px) {
    .dnone{ display: block!important; }
    .form-group .form-control {margin: auto;}
    .dblock{ display:none!important; }
    .icon { width: 60px; margin: auto; }
    .flip-container .back{ display: none; }
    .flip-container .textbox{ display: block!important; padding-left:10px; padding-right: 10px; padding-bottom: 10px;  }
}

@media only screen and (max-width: 620px) {
    .banimg{margin-top: 150px!important;} 
}

@media only screen and (max-width: 460px) { 
    .banimg{margin-top: 125px!important;}
    .contact_btn .btn-sm{ margin-left: 0px;}
}

@media only screen and (max-width: 420px) { 
    
    .contact_btn .btn-sm{ margin-left: 0px;}
}
@media only screen and (max-width: 390px) { 
    .banimg{margin-top: 120px!important;}
}

@media only screen and (max-width: 350px) { 
    .banimg{margin-top: 170px!important;}
}

.h3, h3 {
    font-size: 1em!important;
}
.btn-success{background: #5e0f47;     border: 2px solid #50073b;}


.pointbg{ background:#f7f9fb; padding: 40px 0px;  }

.h5, h5 {
    font-size: 1rem!important;
}

.imgbox{ overflow: hidden;
    position: relative; }

.point{background: #fff; -webkit-box-shadow: -1px -1px 5px 0px rgba(0,0,0,0.12);
-moz-box-shadow: -1px -1px 5px 0px rgba(0,0,0,0.12); font-size: 14px;
box-shadow: -1px -1px 5px 0px rgba(0,0,0,0.12); padding: 10px; margin-bottom: 10px; font-size: 13px;
    font-weight: 600;}

.point .icofont-ui-check{ color:#ef832e; }


.flip-container .textbox{ display: none; }
.flip-container {
    -ms-transform: 1000;
  -webkit-perspective: 1000;
  -moz-perspective: 1000;
  -o-perspective: 1000;
  perspective: 1000;

	border: 1px solid #ccc;
        margin-top: 20px;
		overflow: hidden;
		cursor:pointer;
}


.flip-container img {
    overflow: hidden;
    margin: auto;
   
}

.flip-container .name {
    
    display: block;
    
    padding: 15px 10px;
    position: relative;
}

.flip-container .name h3 {
   
    color: #5e0f47;
	
	text-align: left;
}

.flip-container .back {
	padding: 15px;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
    background:rgba(94, 15, 71, 0.9);
}

.flip-container:hover .back {
    -webkit-transform: scale(1);
    transform: scale(1);
}


.flip-container .back {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.flip-container .back-title {
    font-weight: bold;
    
   
}
.flip-container  .back-title h3 {
    
    
    
    color: #fff;
    text-align: left;
    
}
.flip-container .back-title ul li {
    
    font-size: 12px;
    line-height: 22px;
    color: #fff;
    text-align: left;
   
    text-indent: -20px;
    margin-left: 20px;
    font-weight: normal;
}
.flip-container  .back-title h2 {  }
.flip-container, .front, .back {
	width: 100%;
	position: relative;
	/*height: 100%;*/
}

 

.front {
	
	z-index: 2;
}

.back {
	
        
}


.back-logo {
	position: absolute;
	top: 40px;
	left: 90px;
	width: 160px;
	height: 117px;
	background:rgba(94, 15, 71, 0.8);
}

.back-title h3{ color: #fff; text-align: left; }

.back-title {
	font-weight: bold;
	color: #fff;
	
	
       
	
}


.back .scroll {overflow-y: auto; height: 70%; padding-bottom: 30px; margin-bottom: 1000px;}
.back p {
	font-weight: normal;
	 color: #fff; 
	
  
}





.back .scroll::-webkit-scrollbar{width:12px;}
.back .scroll::-webkit-scrollbar-track{-webkit-box-shadow:inset 0 0 4px rgba(0, 0, 0, 0.3);-moz-box-shadow:inset 0 0 4px rgba(0, 0, 0, 0.3);-o-box-shadow:inset 0 0 4px rgba(0, 0, 0, 0.3);-ms-box-shadow:inset 0 0 4px rgba(0, 0, 0, 0.3);-moz-border-radius:0px;-webkit-border-radius:0px;-o-border-radius:0px;-ms-border-radius:0px;}
.back .scroll::-webkit-scrollbar-thumb{background:rgba(0, 0, 0, 0.7);-moz-background:rgba(0, 0, 0, 0.7);-webkit-background:rgba(0, 0, 0, 0.7);-o-background:rgba(0, 0, 0, 0.7);-ms-background:rgba(0, 0, 0, 0.7);outline:1px solid slategrey;-moz-border-radius:0px;-webkit-border-radius:0px;-o-border-radius:0px;-ms-border-radius:0px;}



.back .scroll::-webkit-scrollbar{width:12px;}
.back .scroll::-webkit-scrollbar-track{-webkit-box-shadow:inset 0 0 4px rgba(0, 0, 0, 0.3);-moz-box-shadow:inset 0 0 4px rgba(0, 0, 0, 0.3);-o-box-shadow:inset 0 0 4px rgba(0, 0, 0, 0.3);-ms-box-shadow:inset 0 0 4px rgba(0, 0, 0, 0.3);-moz-border-radius:0px;-webkit-border-radius:0px;-o-border-radius:0px;-ms-border-radius:0px;}
.back .scroll::-webkit-scrollbar-thumb{background:rgba(0, 0, 0, 0.7);-moz-background:rgba(0, 0, 0, 0.7);-webkit-background:rgba(0, 0, 0, 0.7);-o-background:rgba(0, 0, 0, 0.7);-ms-background:rgba(0, 0, 0, 0.7);outline:1px solid slategrey;-moz-border-radius:0px;-webkit-border-radius:0px;-o-border-radius:0px;-ms-border-radius:0px;}

.probox{ margin-top: 20px; }

.btnnbg{ background: #ef832e; color: #fff }
.btnnbg:hover{ background: #fa9342; color: #fff }
.btnnbg .icofont-ui-file {font-size:16px; margin-right: 5px;}

.modal-header .close {
    padding: 1rem 1rem;
    margin: -1rem 0.5rem -1rem auto;
}

.form-group .form-control{ width: 95%; }

.banimg{margin-top: 100px;}

.dblock{ display:block; }

.modal-header h2{color:#821e65; font-size:18px; padding-left: 10px;}

label{     margin-bottom: px;
    font-size: 14px;  }

.form-group {
    margin-bottom: 15px;
}

textarea.form-control {    height: 100px;}

.modal-footer{ padding: 10px; }

.dnone{ display: none; }


	 
	/*.gallery-box{ margin-top:10px; position:relative;  }
.gallery-box .some{ display:none;  -webkit-transform: scale(0);
    transform: scale(0);  }
.gallery-box:hover .some{ display:block; position:absolute; z-index:9999999999;  width:100%; top:0px;  height:100%;  -webkit-transform: scale(1);
    transform: scale(1); background:#000 url(../images/zoom_in.png) no-repeat center center; opacity:0.6; overflow:hidden!important;  }
*/
.video-m-top{ margin-top:10px; }
.gallery-box{margin-top:10px; position: relative;}
.gallery-box:hover .some {
    -webkit-transform: scale(1);
    transform: scale(1); 
}

.gallery-box img{ width:100%; }


.gallery-box .some {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.gallery-box .some {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
    background: rgba(0,0,0,0.72) url(../images/zoom_in.html) no-repeat center center;
}




@media screen and (max-width: 1024px) and (max-height: 600px) {
    
    
     .custom-nav .navbar-brand.brand-logo img {
        height: 35px;
        margin-top: 10px;
    }
    
    .custom-nav .navbar-nav li a {
    position: relative;
    color: #000;
    font-size: 14px;}
}


@media screen and (max-width: 1024px) and (max-height: 768px) {
    
    
     .custom-nav .navbar-brand.brand-logo img {
        height: 35px;
        margin-top: 10px;
    }
    
    .custom-nav .navbar-nav li a {
    position: relative;
    color: #000;
    font-size: 14px;}
}