﻿/*********************************************************************************
common styles
***************/
@import url('fonts.css');

@font-face {
    font-family: 'Montserrat-Bold';
    src: url('../fonts/Montserrat-Bold.ttf') format('truetype');
}

@font-face {
    font-family: 'Montserrat-Regular';
    src: url('../fonts/Montserrat-Regular.ttf') format('truetype');
}

body {
    background: #fff !important;
    color: #333 !important;
    /*font-family: 'MyriadProBlack', sans-serif;*/
    font-family: poppins;
    font-size: 14px !important;
}

h1, h2, h3, h4, h5, p, ul, li {
    margin: 0px !important;
    padding: 0px !important;
}

a {
    color: #333 !important;
    cursor: pointer;
    text-decoration: none !important;
    font-family: 'Roboto', sans-serif !important;
    font-weight: 300;
}

    a:active {
        box-shadow: none !important;
    }

p {
    line-height: 22px;
    margin-bottom: 10px !important;
    font-size: 15px !important;
    font-family: 'Roboto', sans-serif !important;
}

h1, h2, h3, h4, h5, h6 {
    line-height: 26px;
    font-weight: 400;
    margin: 0;
    padding: 0;
    font-family: 'Montserrat', sans-serif !important;
}
.no-padding {
    padding: 0px !important;
}
.no-padding-right {
    padding-right: 0px !important;
}

.no-padding-left {
    padding-left: 0px !important;
}

/*********************************************************************************
colored text and buttons
**************/
.text-pink {
}

.text-yellow {
    color: #ffe114;
}

.btn:hover {
    background: #333 !important;
    color: #fff !important;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
}
marquee {min-height: 300px;}
/*********************************************************************************
header styles
***************/
header {
}
    header .top-bar {
        height: 40px;
        padding: 5px 0;
        background: #0d0b87;
        position: relative;
        display: flex;
        align-items: center;
        justify-content:center;
    }
header .top-bar::before {
    content: '';
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
   /* background: url(/Content/design_img/header_stripe.png) repeat-x;*/
    height: 3px;
}
/* top-nav */
.top-nav {
    list-style: none;
    
}

    .top-nav.user-nav {
     
    }

    .top-nav.m-top-nav {
        display: none;
        
    }

    .top-nav li {
        float: left;
        color: #333 !important;
        position: relative;
        padding: 0 10px !important;
        line-height: 1;
    }

        .top-nav li a {
            display: inline-block;
            color: #fff  !important;
            -webkit-transition: all 300ms linear;
            -moz-transition: all 300ms linear;
            -o-transition: all 300ms linear;
            -ms-transition: all 300ms linear;
            transition: all 300ms linear;
            font-size: 14px;
            line-height: 24px;
            font-family:Poppins !important;
        }

            .top-nav li a img {
                width: auto;
                height: 15px;
                vertical-align: middle;
            }

            .top-nav li a.blink {
                -webkit-transition: inherit;
                -moz-transition: inherit;
                -o-transition: inherit;
                -ms-transition: inherit;
                transition: inherit;
            }

            .top-nav li a.top-nav-open {
                padding: 5px 10px !important;
                border: 1px solid #ccc;
            }

                .top-nav li a.top-nav-open:before {
                    content: "\f0c9";
                    display: inline-block;
                    font: normal normal normal 14px/1 FontAwesome !important;
                    font-size: inherit;
                    text-rendering: auto;
                    -webkit-font-smoothing: antialiased;
                    -moz-osx-font-smoothing: grayscale;
                }

            .top-nav li a.top-nav-close {
                padding: 5px 10px !important;
                border: 1px solid #ccc;
            }

                .top-nav li a.top-nav-close:before {
                    content: "\f00d";
                    display: inline-block;
                    font: normal normal normal 14px/1 FontAwesome;
                    font-size: inherit;
                    text-rendering: auto;
                    -webkit-font-smoothing: antialiased;
                    -moz-osx-font-smoothing: grayscale;
                }

            .top-nav li a .fa {
                /*font-size:15px;
	margin-right:5px;*/
            }

            .top-nav li a:hover {
                color: #000 !important;
            }

        .top-nav li:last-child {
            border-right: none;
        }

        .top-nav li:first-child a {
            padding-left: 0px;
        }

        .top-nav li:last-child a {
            padding-right: 0px;
        }

.log-nav.user-nav {
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
    list-style: none;
    margin-top: 15px !important;
    float: right;
}

    .log-nav.user-nav li {
        text-transform: uppercase !important;
        border-right: 0;
        margin: 0 0 0 10px !important;
        float: left;
        text-transform: capitalize;
        font-size: 12px;
        font-weight: 600;
        position: relative;
        padding: 0 !important;
    }

        .log-nav.user-nav li div.log-in {
            font-size: 14px;
            padding-left: 20px;
            padding-right: 20px;
            display: inline-block;
            background: #fff;
            letter-spacing: .3px;
            text-align: left;
            height: 35px;
            line-height: 35px;
            font-weight: 300;
            font-style: normal;
            font-stretch: normal;
            -webkit-border-radius: 20px;
            -moz-border-radius: 20px;
            border-radius: 20px;
            box-shadow: 0 2px 5px rgba(0,0,0,0.2);
        }

            .log-nav.user-nav li div.log-in a {
                color: #1cbaed !important;
            }

.logo-bar-fixed .log-nav.user-nav li div.log-in {
}

.log-nav.user-nav a.sign-up:hover {
    background: #1cbaed;
}

.user-btn {
    position: relative;
    color: #fff;
}

    .user-btn a.logged-in {
        color: #fff !important;
        padding: 6px 15px !important;
        display: block;
        background: #ffdb01;
        border-radius: 20px;
        box-shadow: 0 2px 5px rgba(0,0,0,0.2);
    }

.top-nav .top-nav-level-2 {
    position: absolute;
    right: 0;
    top: 40px;
    z-index: 9999;
    list-style: none;
    background: #fff;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
    -moz-box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.1);
    -webkit-transition: all 800ms cubic-bezier(0.680, 0, 0.265, 1);
    -webkit-transition: all 800ms cubic-bezier(0.680, -0.550, 0.265, 1.550);
    -moz-transition: all 800ms cubic-bezier(0.680, -0.550, 0.265, 1.550);
    -o-transition: all 800ms cubic-bezier(0.680, -0.550, 0.265, 1.550);
    transition: all 800ms cubic-bezier(0.680, -0.550, 0.265, 1.550);
    -webkit-box-shadow: 0px 0px 32px 2px rgba(0, 0, 0, 0.06) !important;
    box-shadow: 0px 0px 32px 2px rgba(0, 0, 0, 0.06) !important;
}

    .top-nav .top-nav-level-2 li:first-child:before {
        content: "\f0d8 ";
        font: normal normal normal 20px/1 FontAwesome;
        color: #fff;
        position: absolute;
        text-align: right;
        padding-right: 30px;
        width: 100%;
        top: -14px;
        -webkit-transition: all 0.4s ease-out;
        -moz-transition: all 0.4s ease-out;
        -ms-transition: all 0.4s ease-out;
        -o-transition: all 0.4s ease-out;
        transition: all 0.4s ease-out;
    }

.top-nav.user-nav .top-nav-level-2 li {
    float: none;
    border-right: 0px;
    text-transform: capitalize;
    margin: 0px !important;
    white-space: nowrap;
    padding: 0 !important;
    width: 100%;
}

.top-nav .top-nav-level-2 li a {
    width: 100%;
    padding: 8px 30px 8px 20px !important;
    color: #333 !important;
    text-align: left;
    font-weight: 400;
}

.top-nav .top-nav-level-2 li:last-child a {
    border-bottom: 0px;
}

.top-nav .top-nav-level-2 li a:hover {
    background: #eee;
    color: #333333 !important;
}

.top-nav li:hover .top-nav-level-2 {
    opacity: 1;
    visibility: visible;
    transform: translateY(0%);
}

.forgot-pwd {
    text-align: right;
    float: right;
    margin-top: 0px;
    font-size: 12px;
    color: #2fa5b6 !important;
}

.al-ac {
    text-align: center;
    margin-top: 15px !important;
}

    .al-ac a {
        text-align: center;
        color: #2fa5b6 !important;
    }

.label-err {
    font-size: 11px;
    color: #fe0000;
}
/*logo bar*/
header .logo-bar {
    background: #fff;
    padding: 0px 0;
    /*position:fixed;*/
    width: 100%;
    top: 0px;
    z-index: 9999;
    -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    transition: all 200ms linear;
    /*! -moz-box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.1); */
    /*! -webkit-box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.1); */
    /*! box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.1); */
}
/**/
header .logo-bar-fixed {
    padding: 0px 0;
    background: #fff;
    -moz-box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.1);
    position: relative;
}header .logo-bar-fixed .logo img {
        max-width: 70%; 
        -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    transition: all 200ms linear;
 }
header .logo-bar-fixed .top-bar {
        display: none;
}
/**/
header .logo {
    display: flex;
    align-items: center;
    margin: 10px 5px;
    font-size: 25px;
    font-family: Poppins !important;
    font-weight: bold;
    letter-spacing: 1.2px;
}

    header .logo img {
        height:100px;
        margin-right:15px;
    }

.logo-mb {
    display: none;
}

header .logo-mb img {
    max-width: 100%;
}
/* nav bar */
header .nav-bar {
    padding: 10px 10px;
    display: flex;
    background: linear-gradient(to right, #023067, #023067, #023067, #329eae, #329eae);
    align-items: center;
    border-bottom: 3px solid #f32e9b;
    justify-content: flex-start;
}

header .rightmenu {
    display: inline-block;
    float: right;
}
/*site nav*/
header .site-nav {
    /*margin: 15px auto;*/
    float: none;
    -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    transition: all 200ms linear;
    display: flex;
   
 
}
#level_1 > li.admission-btn {
    margin-left: 251px !important;
}
/*.admission-btn {
    margin-left: auto !important;
}*/

.admission-btn a {
    background: #aa1313;
    color: white;
    padding: 10px 18px;
    border-radius: 6px;
    text-decoration: none;
    font-weight: bold;
    transition: 0.3s;
    display: inline-block;
}

      
        .admission-btn a:hover {
            background: #e64a19;
            transform: scale(1.05);
        }


/* search-form */
.search-item {
    color: #000;
    padding: 10px 11px;
    display: inline-block;
    border: 1px solid #ffb200;
    float: right;
    cursor: pointer;
    border-radius: 100%;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
    margin: 22px 0 0 10px;
}

    .search-item:hover {
        background: #3073ba;
        color: #fff;
        border-color: #3073ba;
    }
/*********************************************************************************
section styles
***************/
section.slider {
    position: relative; /*height:200px; overflow:hidden*/
    z-index: 1;
    background: #1cedb7;
}
/*** 
====================================================================
	Section Title
====================================================================
***/
.sec-title{
	position:relative;
	margin-bottom:20px;	
}
.sec-title .title{
	position:relative;
	color:#555555;
	font-size: 15px;
	margin-bottom:2px;
}
.sec-title .title span{
	color:#f66103;
}
.sec-title h2{
	position:relative;
	font-size:24px;
	color:#000;
	font-weight:500;
	line-height:1.4em;
	padding-bottom: 10px !important;
	text-transform: uppercase;
}
.sec-title h2 span{
	font-weight:500;
	color:#293694;
}
.colorborder {
    background: #ccc none repeat scroll 0 0;
    display: block;
    height: 1px;
    position: relative;
    width: 200px;
    margin: 2px auto;
}
.colorborder::after {
    background: #0cb144  none repeat scroll 0 0;
    content: "";
    display: inline-block;
    height: 3px;
    left: 50%;
    position: absolute;
    transform: translate(-50%);
    width: 60px;
    top: -1px;
}
.sec-title .separetor{
	position:relative;
	width:200px;
}
.sec-title .separetor:before{
	position:absolute;
	content:'';
	left:-1px;
	width:50%;
	height:2px;
	background-color:#666;
}
.sec-title .text{
	position:relative;
	color:#555555;
	font-size:14px;
	margin-top:25px !important;
}
.sec-title.centered .separetor{
	margin:0 auto;
}
.sec-title.centered{
	text-align:center;
}
.sec-title.centered .text{
	max-width:850px;
	margin:0 auto;
}
.green-text{color:#008776 !important}
/*main heading*/
.main-head {
    text-transform: uppercase;
    font-family: 'Teko', sans-serif !important;
    font-weight: 500;
    color: #000;
    line-height: 32px;
    font-size: 24px;
}

    .main-head span.brdr {
        background: #fff;
        width: 20%;
        height: 2px;
        display: block;
        margin: 15px 0;
    }
/* service bar */
.service-bar {
    overflow: hidden;
    position: relative;
    z-index: 1;
}

    .service-bar .service-container {
        padding: 0px !important;
    }

    .service-bar .service {
        cursor: default;
        position: relative;
        width: 100%;
        height: 250px;
        overflow: hidden;
        background: #fff;
        border-left: 1px solid #ddd;
        border-bottom: 1px solid #ddd;
    }

        .service-bar .service .front, .service-bar .service .back {
            padding: 25px;
            position: absolute;
            top: 0;
            left: 0;
            bottom: 0;
            right: 0;
        }

        .service-bar .service .front {
            background: #fff;
            z-index: 1;
            -webkit-transition: all 500ms cubic-bezier(0.075, 0.82, 1, 1);
            -moz-transition: all 500ms cubic-bezier(0.075, 0.82, 1, 1);
            -ms-transition: all 500ms cubic-bezier(0.075, 0.82, 1, 1);
            -o-transition: all 500ms cubic-bezier(0.075, 0.82, 1, 1);
            transition: all 500ms cubic-bezier(0.075, 0.82, 1, 1);
        }

            .service-bar .service .front .service-icon {
                width: 90px;
                height: auto;
                margin: 10px auto 20px;
            }

            .service-bar .service .front img {
                max-width: 100%;
                margin: auto;
                display: block;
            }

            .service-bar .service .front h3 {
                color: #2587d4;
                font-family: 'Teko', sans-serif !important;
                font-size: 38px;
                font-weight: 300;
                text-align: center;
            }

        .service-bar .service .back {
            background: #2587d4;
            z-index: 2;
            top: 100%;
            -webkit-transition: all 500ms cubic-bezier(0.075, 0.82, 1, 1);
            -moz-transition: all 500ms cubic-bezier(0.075, 0.82, 1, 1);
            -ms-transition: all 500ms cubic-bezier(0.075, 0.82, 1, 1);
            -o-transition: all 500ms cubic-bezier(0.075, 0.82, 1, 1);
            transition: all 500ms cubic-bezier(0.075, 0.82, 1, 1);
        }

            .service-bar .service .back p {
                color: #fff;
                text-align: justify;
                font-size: 15px !important;
            }

            .service-bar .service .back a.btn {
                background: #ffe114;
                color: #000 !important;
                border-radius: 2px !important;
            }

                .service-bar .service .back a.btn:hover {
                    color: #fff !important;
                }

        .service-bar .service:hover .front {
            bottom: 100%;
            top: inherit;
        }

        .service-bar .service:hover .back {
            top: 0;
        }
/**/
.home-abt-bar {
    background: #fff;
    position: relative;
    z-index: 1;
    animation: fadeInUp 1.5s;
    padding: 50px 0 40px;
}
.home-abt-bar .colorborder {
    background: #ccc none repeat scroll 0 0;
    display: block;
    height: 1px;
    position: relative;
    width: 200px;
    margin: 2px 0;
}
.home-abt-bar  .colorborder::after {
    left: 20%;
     width: 80px; 
}

    .home-abt-bar .main-head {
        font-weight: 900;
        text-transform: uppercase;
        letter-spacing: 0;
        font-family: 'Roboto', sans-serif !important;
    }

    .home-abt-bar h4 img {
        margin-top: 20px;
    }

    .home-abt-bar .btn-more {
        width: 150px;
        color: #666 !important;
        border: 1px solid #666;
        border-radius: 50px !important;
        margin: 25px auto;
        padding: 10px 10px 12px 10px;
        display: block !important;
        font-size: 15px;
        text-align: center;
    }

        .home-abt-bar .btn-more:hover {
            background: #666 !important;
            color: #fff !important;
        }
.otmoto{font-size:24px;color:#008776;
        margin-bottom:15px !important;
        margin-top:15px !important;font-weight:600 !important;
}
.ourmoto{font-size: 16px !important;
line-height: 40px;}
.ourmoto sup{font-size: 50px;
top: -5px;
color: #b7b7b7 !important;}
    .ourmoto sup img {
        height:40px;
    }

.single-service-item {
    text-align: center;
}

.service-icon {
    font-size: 36px;
    background: #f4f4f4;
    border-radius: 100%;
    height: 120px;
    width: 120px;
    display: inline-block;
    line-height: 120px;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.single-service:hover .service-icon {
    color: #fff;
    transition: all .5s ease;
}

.service-content h3 a {
    color: #333;
}

.service-content h3 span {
    color: #00bef6;
}

.service-content h3 {
    margin: 20px 0 10px !important;
    font-size: 18px;
}

.single-service .service-icon:after {
    background: #17a867;
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    opacity: 0;
    height: 100%;
    width: 100%;
    -moz-transform: scale(0);
    -webkit-transform: scale(0);
    -o-transform: scale(0);
    -ms-transform: scale(0));
    transform: scale(0);
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -ms-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    z-index: -1;
    border-radius: 100%;
}

.single-service:hover .service-icon:after {
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
}

.servicebox-image {
    position: relative;
    overflow: hidden;
}

.our-feature {
    background-color: #222c35;
    color: #999;
    padding: 100px 0 100px;
    animation: bounceInUp 2s;
}

    .our-feature .icon-box {
        padding: 10px;
        margin-bottom: 25px;
    }

        .our-feature .icon-box img {
            margin-bottom: 15px;
        }

        .our-feature .icon-box h5 {
            font-size: 20px;
            color: #fff;
            line-height: 30px;
            font-weight: 400;
            margin-bottom: 10px !important;
        }

.our-step {
    padding: 80px 0 80px;
    background-color: #fff !important;
    background-repeat: no-repeat !important;
    background-position: bottom center !important;
    background-size: contain !important;
}

.main-head {
    font-size: 28px;
    text-align: center;
    font-weight: 400;
    color: #000;
    text-transform: capitalize;
    line-height: 36px;
    margin-bottom: 15px !important;
    letter-spacing: 2px;
}


    .main-head img {
        margin-top: 20px;
    }

.top_head h3 {
    font-size: 40px;
    text-align: center;
    font-weight: 700;
    color: #000;
    text-transform: uppercase;
    line-height: 36px;
    margin-bottom: 30px !important;
}

    .top_head h3 img {
        margin-top: 20px;
    }

.item-box {
    animation: bounceInUp 2s;
    padding: 15px 0 20px;
    margin: 0;
    position: relative;
}

.slide_box {
    box-shadow: 0 5px 15px rgba(0,0,0,0.38);
    min-height: 430px;
    background: #fff;
    text-align: center;
    padding: 15px 20px 30px;
}

/*********************************************************************************
offer bar start 
***************/
.offer-bar {
      padding:100px 0 0;
    position:relative;    
    background: #fff !important;
}

    .offer-bar img {
        max-width: 100%;
    }

    .offer-bar .offer {
        margin-bottom: 20px;
        -moz-box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.1);
        -webkit-box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.1);
        box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.1);
        border: 1px solid #ddd;
    }

        .offer-bar .offer a {
            display: block;
            overflow: hidden;
            position: relative;
        }

            .offer-bar .offer a:before {
                overflow: hidden;
                position: absolute;
                top: 0;
                content: "";
                width: 100% !important;
                height: 100%;
                left: 0px;
                opacity: 0;
                webkit-transition: all 600ms cubic-bezier(0.075, 0.82, 0.165, 1);
                -moz-transition: all 600ms cubic-bezier(0.075, 0.82, 0.165, 1);
                transition: all 600ms cubic-bezier(0.075, 0.82, 0.165, 1);
                transform: scale(0.5) rotateY(90deg);
                background-image: url(../design_img/plus-img.png);
                background-repeat: no-repeat;
                background-position: center;
                background-color: #000;
            }

            .offer-bar .offer a:hover:before {
                visibility: visible;
                opacity: 0.4;
                transform: scale(1) rotateY(0deg);
            }

    .offer-bar h4 {
        color: #333 !important;
        font-weight: 600;
        text-align: center;
        margin: 10px auto 25px !important;
        font-size: 16px;
        padding-bottom: 8px !important;
    }
.gallery-sec  .offer {
    margin-bottom: 0px;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow:none;
    border: 0px solid #ddd;
}
.gallery-sec .sec-title {
    margin-bottom: 50px;
}
.testimonals-new .sec-title {
    margin-bottom: 50px;
}
.testimonals-new{background: #e2236b;background: -moz-linear-gradient(left, #e2236b 0%, #e53636 100%);background: -webkit-linear-gradient(left, #e2236b 0%,#e53636 100%);background: linear-gradient(to right, #e2236b 0%,#e53636 100%);filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e2236b', endColorstr='#e53636',GradientType=1 );padding: 80px 0;}
.testimonals-new h2{color: #fff;text-align: center;margin: 0 0 12px 0 !important;font-family: 'Poppins', sans-serif;font-weight: 600;font-size: 34px;}
.testimonals-new p{text-align: center;color: #fff;font-family: 'Poppins', sans-serif;}
.testimonial-box{background: #fff;color: #000;box-shadow: 0 21px 34px 0 rgba(176,176,176,0.2);padding: 15px;}
.testimonial-box-center{background: #e2236b;
background: -moz-linear-gradient(left, #e2236b 0%, #e53636 100%);
background: -webkit-linear-gradient(left, #e2236b 0%,#e53636 100%);
background: linear-gradient(to right, #e2236b 0%,#e53636 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e2236b', endColorstr='#e53636',GradientType=1 );color: #000;box-shadow: 0 21px 34px 0 rgba(176,176,176,0.2);padding: 15px;}


.card{display: inline-block;position: relative;    width: 100%;    margin-bottom: 30px;    border-radius: 6px;    color: rgba(0, 0, 0, 0.87);
    background: #fff;    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);}
.card-testimonial {    margin-top: 0;    margin-bottom: 60px;    text-align: center}
.card-testimonial .icon {font-size: 40px;}
.card-testimonial .icon {margin-top: 30px;}
.card .table {padding: 15px 30px;}
.table {margin-bottom: 0px;}
.card-testimonial .card-description {font-weight: 400;line-height:20px;}
.card-testimonial .ftr {margin-top: 0;}
.card-caption {font-weight: 700;font-family: 'Poppins', sans-serif;}
.card-caption, .card-caption a {color: #333;text-decoration: none;}
.category {position: relative;line-height: 0;margin: 15px 0;}
.card-testimonial .ftr .card-avatar { margin-top: 10px;margin-bottom: -50px;}
.testimonial-gap{padding-top:70px;}

.opening-hours{
    padding:100px 0;
}
.opening-hours {
    background: url(/Content/design_img/opening_hour_bg.jpg) no-repeat  center;
    padding:100px 0;
    position:relative;   
    background-attachment:fixed;
}
.opening-hours ul{
   list-style:none;
}

.iconsWrp{text-align:center; margin-top:18px;list-style:none;}
.iconsWrp h6{font-size:18px; color: #ff00d7;}
.iconsWrp li:nth-child(2) h6{color: #04aafc;}
.iconsWrp li:nth-child(3) h6{color: #ffdd08;}
.iconsWrp li:nth-child(4) h6 {color: #009769;}
.icon-box .icon-wrap.icon-border-effect {position: relative;}
.icon-box .icon-wrap.icon-lg {height: 90px; line-height: 90px; text-align: center; width: 90px;}
.icon-box .icon-wrap.icon-circled {border-radius: 50%;}
.icon-box .icon-wrap.icon-dark {color: #fff !important;}
.icon-box .icon-wrap.icon-dark {background-color: #ff00d7;}

.iconsWrp li:nth-child(2) a{background: #04aafc !important;}
.iconsWrp li:nth-child(3) a{background: #ffdd08 !important;}
.iconsWrp li:nth-child(4) a {background: #009769 !important;}
.icon-box .icon-wrap {display: inline-block; height: 64px; margin-bottom: 8px; text-align: center; -webkit-transition: all 0.3s ease; -o-transition: all 0.3s ease; transition: all 0.3s ease; width: 64px;}
.icon-box i {display: inline-block; font-size: 40px; -webkit-transition: all 0.3s ease; -o-transition: all 0.3s ease; transition: all 0.3s ease;}
.icon-box .icon-wrap.icon-lg i {line-height: 90px;}
.icon-box .icon-wrap.icon-border-effect.effect-circled::after {border-radius: 50%;}
.icon-box .icon-wrap.icon-border-effect::after {border-radius: 50%; box-sizing: content-box; content: ""; height: 100%; left: -4px; opacity: 0; padding: 4px; top: -4px;-webkit-transform: scale(0.8); -ms-transform: scale(0.8); -o-transform: scale(0.8); transform: scale(0.8); transition: transform 0.2s ease 0s, opacity 0.2s ease 0s; pointer-events: none; position: absolute; width: 100%;}
.icon-box .icon-wrap.icon-border-effect::after {box-shadow: 0 0 0 3px #ff00d7;}
.iconsWrp li:nth-child(2) .icon-wrap.icon-border-effect::after {box-shadow: 0 0 0 3px #04aafc;}
.iconsWrp li:nth-child(3) .icon-wrap.icon-border-effect::after {box-shadow: 0 0 0 3px #ffdd08;}
.iconsWrp li:nth-child(4) .icon-wrap.icon-border-effect::after {box-shadow: 0 0 0 3px #009769;}
.icon-box .icon-wrap.icon-dark:hover {color: #fff;}
.icon-box .icon-border-effect:hover::after, .icon-box:hover .icon-border-effect::after {opacity: 1; transform: scale(1);}

.contact-bar{padding:20px 0;background: #f2fbff;} 
.contact {
    background-color: #efefef;
    margin: 30px 0;
    background-color: #fff;
    box-shadow: 0px 23px 40px 0px rgba(0,0,0,0.15);
    padding: 25px;
}
.contact .colorborder {
    background: #ccc none repeat scroll 0 0;
    display: block;
    height: 1px;
    position: relative;
    width: 200px;
    margin: 2px 0;
}
.contact  .colorborder::after {
    left: 20%;
     width: 80px; 
}
.contact .sec-title { 
    margin-bottom: 50px;
}

.con_txt2 {
   color: #fff;
transition: all 0.3s;
border: 1px solid #009769; 
text-align: center;
margin: 20px auto !important;
padding: 12px 40px;
background: #009769;
font-size: 16px;
border-radius: 50px;
box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.06);
}
.con_txt2:hover {
    color: #009769;
    border: 1px solid #009769; 
    background:none;
    text-decoration: none; 
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.con_txt3 {
   color: #fff !important;
transition: all 0.3s;
border: 1px solid #009769; 
text-align: center;
margin: 0px auto 10px !important;
padding: 12px 40px;
background: #009769;
font-size: 16px;
border-radius: 50px;
box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.06);
}
.contact-left-w3ls .fa {
    font-size: 18px;
    width: 50px;
height: 50px;
line-height: 50px;
text-align: center;
border-radius: 100%;
background: #ff00d7;
color: #fff;
}
.contact-left-w3ls h4,.contact-left-w3ls h5{
	text-align:left;
}
.contact-left-w3ls h4{
	color:#000;
	font-weight:600;
	font-size:16px;
	margin-bottom:5px !important;
    font-family: 'Roboto', sans-serif !important;
}
.contact-left-w3ls h5{
	color:#8d8d8d;
	font-weight:400;
	font-size:14px;
    font-family: 'Roboto', sans-serif !important;
    line-height: 24px;
}
.contact-left-w3ls h5 a{
	color:#8d8d8d !important;
    font-weight:400;
}
.contact-right-w3l h3:before {
    width: 35%;
}
.contact-right-w3l{
border-left: 1px solid #ddd;
}
.mail{
	margin:30px 0px;
}
.call{
	margin-bottom:30px;
}
/* page banner*/
.banner-bar {
    margin-bottom: 5px;
    /*border-top: 3px solid #eee;*/
    padding: 15px 0;
   background-color: #fff;
   position: relative;
}
.banner-box {
    height: 380px;
    background-color: #009769;
}
.banner-box .banner-frame {
    height: 100%;
    padding-top: 0;
    background: transparent;
    position:relative;
}
.banner-box .bgimg {
    height: 100%;
    width: 100%;
    background-image: url(/content/design_img/banner.jpg);
    background-repeat: no-repeat;
    background-position: right bottom;
    background-size: contain;
    max-width: 1620px;
    margin: auto;
    position: relative;
    z-index: 4;
    text-align: right;
}

    .banner-bar .banner {
        padding-bottom: 0px;
        border-bottom: 0px solid #eee;
    }

        .banner-bar .banner h2 {
            color: #000;
            font-weight: 500;
            font-size: 24px; 
            text-transform:uppercase
        }
/**/
.location {
    list-style: none;
    float: right;
    margin-top: 4px !important;
}

    .location li {
        color: #fff !important;
        text-transform: capitalize;
        float: left;
        width: auto;
        margin-left: 10px !important;
    }

        .location li a:after {
            content: '›';
            margin-left: 10px;
        }

        .location li:last-child a:after {
            content: '';
            margin-left: 0px;
        }

        .location li a {
            font-family:Poppins !important;
            color: #000 !important;
            font-size: 13px;
            font-weight: 500;
            -webkit-transition: all 300ms linear;
            -moz-transition: all 300ms linear;
            -o-transition: all 300ms linear;
            -ms-transition: all 300ms linear;
            transition: all 300ms linear;
        }

            .location li a:hover {
                color: #fb9900  !important;
            }

            .location li a.active {
                color: #fb9900  !important;
            }

.red-brown-color {
    background: #fb9900  !important;
}
/**/
.content-bar {
    padding: 35px 0;
    overflow: hidden;
    background: #fff;
    position: relative;
    z-index: 1;
    min-height:390px;
}
.gradient {
    position: absolute;
    left: 0;
    top: 0;
    width: 30%;
    height: 100%;
    background: -webkit-linear-gradient(left, rgba(255, 198, 0, 0.55) 0%, rgba(255, 198, 0, 0) 100%);
    background: linear-gradient(to right, rgba(255, 198, 0, 0.55) 0%, rgba(255, 198, 0, 0) 100%);
}

.inner-nav-site {
    border-bottom: 1px solid #ddd;
    position: relative;
    overflow: hidden;
    z-index: 40;
    -webkit-box-shadow: 0 2px 4px rgba(0,0,0,.1);
    box-shadow: 0 2px 4px rgba(0,0,0,.1);
}

.inner-nav {
    list-style: none;
}
.portfolio-container {
    width: 100%;
    height: auto;
    overflow: hidden;
    position: relative;
    -moz-box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.1);
-webkit-box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.1);
box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.1);
border: 1px solid #ddd;
margin-bottom:20px;
}

.portfolio-pic-container {
    width: 100%;
    height: auto;
    position: relative;
    overflow: hidden;
    -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    transition: all 200ms linear;
}

.portfolio-back {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: #f02;
    z-index: 2;
    opacity: 0.2;
    -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    transition: all 200ms linear;
}

.portfolio-pic {
    height: 175px;
    width: 100%;
}

    .portfolio-pic img {
        max-width: 100%;
        -webkit-transition: all 300ms linear;
        -moz-transition: all 300ms linear;
        -o-transition: all 300ms linear;
        -ms-transition: all 300ms linear;
        transition: all 300ms linear;
        height: 100%;
        width: 100%;
    }

.portfolio-logo {
    background: transparent;
    width: 100%;
    position: absolute;
    z-index: 3;
    bottom: 0px;
    top: 0px;
    left: 0px;
    right: 0px;
    -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    transition: all 200ms linear;
    opacity: 1;
} 
    .portfolio-logo p.btn-more {
        position: absolute;
        left: 50%;
        margin-right: -50%;
        -webkit-transform: translate(-50%, -50%);
        -mox-transform: translate(-50%, -50%);
        transform: translate(-50%, -100%);
        bottom: 30%;
        width: 100%;
        color: #fff !important; 
        border-radius: inherit !important;
        padding: 5px 10px 5px 10px;
        font-size: 14px !important;
        opacity: 0;
        -webkit-transition: all 200ms linear;
        -moz-transition: all 200ms linear;
        -o-transition: all 200ms linear;
        -ms-transition: all 200ms linear;
        transition: all 200ms linear;
        font-weight: 500;
    }

.portfolio-container:hover .portfolio-back {
    opacity: 0.5;
}

.portfolio-container:hover .portfolio-pic img {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}
 

.portfolio-container:hover .portfolio-logo p.btn-more {
    -webkit-transform: translate(-50%, -120%);
    -mox-transform: translate(-50%, -120%);
    transform: translate(-50%, -120%);
    opacity: 1;
    background: none !important;
}

/* effect-shine */
.start_now a.ft_btn:hover {
    -webkit-mask-image: linear-gradient(-75deg, rgba(0,0,0,.6) 30%, #000 50%, rgb(0, 0, 0) 70%);
    -webkit-mask-size: 200%;
    -webkit-animation: shine 2s infinite;
    animation: shine 2s infinite;
    background: #fff;
}

@-webkit-keyframes shine {
    from {
        -webkit-mask-position: 150%;
    }

    to {
        -webkit-mask-position: -50%;
    }
}

/*********************************************************************************
list styles start
***************/
ul.mylist {
    list-style: none;
    padding: 0 0 0 10px;
    margin: 0px 0 15px 0px !important;
}

    ul.mylist li {
        line-height: 24px;
        font-weight: 400;
        color: #333;
        padding: 0px 12px !important;
        text-align: left;
        margin-bottom: 8px !important;
    }

        ul.mylist li:before {
            content: "\f0a4";
            color: #293694;
            font: normal normal normal 14px/1 FontAwesome;
            margin-right: 5px;
            margin-left: -10px;
        }

        ul.mylist li p {
            font-size: 12px !important;
            display: inline;
            color: #666;
        }


/*********************************************************************************
default form styles start
***************/
.form-group label {
    font-weight: normal;
}

.btn-blue{background:#009769;color:#fff !important;margin-top:8px}
.btn-red {
    background: #ff1a00;
        background-image: none;
    color: #fff !important;
    margin-top: 8px;
}
.btn-pry {background:#009769;color:#fff !important;}
.form-group .form-control {
    /*border-radius: 0 !important;
    box-shadow: none;*/
     height:40px;
    border-radius: 50px; 
box-sizing: border-box;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
color: #6180b1; 
}
.form-group textarea.form-control {
    /*border-radius: 0 !important;
    box-shadow: none;*/
    padding:15px 25px;
    border-radius: 20px; 
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    color: #6180b1; 
    height:100px;
}
.form-group select.form-control {   
    border-radius: 20px; 
}

.form-group .label-radio {
    margin-right: 15px;
}

.form-group input[type=radio] {
    margin-right: 5px;
}

.form-group .label-check {
    margin-right: 15px;
}

.form-group input[type=checkbox] {
    margin-right: 5px;
}

.form-group .form-control:focus {
    /*box-shadow: none;*/
    border-color: #03adcb;
    background: #fff;
box-shadow: 0 8px 20px rgba(0, 0, 0, 0.06);
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
-ms-transition: all 0.5s;
-moz-transition: all 0.5s;
transition: all 0.5s;
}
table.mytable tr th{background: #009769;
border-bottom: 0 !important;
color: #fff;}
table.mytable tbody tr td{font-size:14px; vertical-align:middle} 
/*****/
/*********************************************************************************
footer styles
***************/
footer {
    background: #000529;
}

    footer .footer-bar {
        overflow: hidden;
        padding: 60px 0 60px 0 !important;
        background-size: cover;
    }

.footer-bar img {
    max-width: 100%;
}

.footer-bar p {
    font-size: 14px !important;
    line-height: 20px;
    color: #acacac;
}

.footer-bar h4 {
    font-weight: 500;
    color: #fff;
    font-size: 18px;
    text-transform: uppercase;
    margin-bottom: 8px !important;
}

    .footer-bar h4:after {
        content: '';
        border-bottom: 1px solid #fff;
        display: block;
        margin-top: 10px;
        width: 50px;
    }
/*iso details*/
.footer-bar .iso-logo {
    margin-bottom: 20px;
}

.footer-bar .iso-title {
    font-weight: 300;
    color: #fff;
    line-height: 25px;
    margin-bottom: 30px !important;
}

    .footer-bar .iso-title span {
        font-size: 15px;
        font-weight: 300 !important;
    }
/*contact nav */
footer .cont-nav ul {
    list-style: none;
    margin-bottom: 20px !important;
}

    footer .cont-nav ul li {
        line-height: 26px;
    }

    footer .cont-nav ul a {
        display: block;
        color: #ccc !important;
        -webkit-transition: all 300ms linear;
        -moz-transition: all 300ms linear;
        -o-transition: all 300ms linear;
        -ms-transition: all 300ms linear;
        transition: all 300ms linear;
    }

        footer .cont-nav ul a .fa {
            color: #ccc;
            width: 20px;
            font-size: 18px;
            text-align: center;
            margin-bottom: 10px;
        }

        footer .cont-nav ul a:hover {
            color: #ffba14 !important;
        }
/* footer site nav*/
footer .site-nav {
    margin-bottom: 10px;
}

    footer .site-nav ul {
        list-style: none;
    }

        footer .site-nav ul li {
            color: #ccc !important;
            line-height: 26px;
        }

            footer .site-nav ul li a {
                display: block;
                color: #acacac !important;
                -webkit-transition: all 300ms linear;
                -moz-transition: all 300ms linear;
                -o-transition: all 300ms linear;
                -ms-transition: all 300ms linear;
                transition: all 300ms linear;
            }

.footer-bar .site-nav ul li a:hover {
    color: #00bef6 !important;
}
/*social links*/
footer .social-nav ul {
    list-style: none;
    padding: 0px !important;
    display: table;
   margin: 10px auto 0 !important;
float: right;

}

.footer__logo img { 
    margin-bottom: 15px;
}

footer .social-nav li {
    float: left;
    line-height: 35px;
    margin-right: 5px !important;
}

    footer .social-nav li:first-child {
        margin-top: 0px !important;
    }

    footer .social-nav li a {
        border: 0 !important;
        padding: 0 !important;
        -webkit-transition: all .5s;
        -khtml-transition: all .5s;
        -moz-transition: all .5s;
        -ms-transition: all .5s;
        -o-transition: all .5s;
        transition: all .5s;
    }

        footer .social-nav li a .fa {
            color: #999 !important;
            width: 35px;
            height: 35px;
            line-height: 35px;
            border: 1px solid #999;
            text-align: center;
            border-radius: 100%;
            vertical-align: middle;
            -webkit-transition: all 300ms linear;
            -moz-transition: all 300ms linear;
            -o-transition: all 300ms linear;
            -ms-transition: all 300ms linear;
            transition: all 300ms linear;
            -webkit-transition: all .5s;
            -khtml-transition: all .5s;
            -moz-transition: all .5s;
            -ms-transition: all .5s;
            -o-transition: all .5s;
            transition: all .5s;
        }

        footer .social-nav li a:hover .fa {
            color: #fff !important;
            background: #1cbaed;
        }
/*footer bar bottom*/
footer .footer-bar-bottom {
    padding: 25px 0 !important;
    overflow: hidden;
    border-top: 1px solid #333434;
}

footer .copy {
    text-align: left;
    margin-bottom: 0px !important;
    color: #646565;
    padding: 10px 0 !important;
    font-weight: 300;
}

    footer .copy span {
        color: #00bef6;
    }
/* top and down button*/
#goTop, #goDown {
    border-radius: 0%;
    width: 40px;
    height: 40px;
    line-height: 45px;
    text-align: center;
    position: fixed;
    bottom: 40px;
    right: 20px;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
    cursor: pointer;
    color: #fff !important;
    font-weight: bold;
    background: #ff2400;
    z-index: 99999;
}

    #goTop:hover, #goDown:hover {
        background: #47c7f5;
        color: #fff !important;
    }
/* jump*/
@-webkit-keyframes jump {
    0%, 100% {
        top: 0;
    }

    25% {
        top: 10px;
    }

    75% {
        top: -10px;
    }
}

@keyframes jump {
    0%, 100% {
        top: 0;
    }

    25% {
        top: 10px;
    }

    75% {
        top: -10px;
    }
}

.sec-box {
    background-color: #fff;
    box-shadow: 0px 23px 40px 0px rgba(0,0,0,0.15);
    border: 1px solid #ddd;
    border-radius: 10px 10px 0 0;
    margin-bottom: 25px;
    padding-bottom: 15px;
    overflow: hidden;
}

.inner-box {
    padding: 10px;
    height: 215px;
    overflow: auto;
}

.head-sec {
    background: linear-gradient(to right, #023067, #023067, #023067, #329eae, #329eae);
    padding: 25px 15px 50px !important;
    position: relative;
    margin-bottom: 32px;
}

.im-box {
    height: 90px;
    width: 90px;
    border-radius: 100%;
    background: #fff;
    display: block;
    margin: auto;
    z-index: 1;
    -webkit-box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.06);
    -moz-box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.06);
    -o-box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.06);
    -ms-box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.06);
    box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.06);
    background: rgba(255, 255, 255, 0.1);
    overflow: hidden;
    padding: 10px;
    text-align: center;
}

.i-box {
    height: 70px;
    width: 70px;
    border-radius: 100%;
    background: #fff;
    display: block;
    margin: auto;
    z-index: 1;
    -webkit-box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.06);
    -moz-box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.06);
    -o-box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.06);
    -ms-box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.06);
    box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.06);
}

.im-box img {
    height: 65px;
    height: 65px;
    border-radius: 100%;
}

.h-head {
    width: 100%;
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
}

.sec-box h4 {
    padding: 10px 15px !important;
    border-radius: 50px;
    text-transform: uppercase;
    display: block;
    display: table;
    margin: 30px auto 0 !important;
    background: #fff;
    font-size: 16px;
    box-shadow: 0 5px 30px rgba(0, 0, 0, 0.06);
    width: 250px;
    font-weight: 600;
    color: #2c2c2c;
}

.blue-bg {
    background-color: #113ef4 !important;
}

.light-blue {
    background-color: #11eaf4 !important;
}

ul.lt-list {
    list-style: none;
    padding: 0 0 0 10px;
    margin: 0px 0 15px 0px !important;
}

    ul.lt-list li {
        line-height: 24px;
        font-weight: 500;
        color: #333;
        padding: 5px 10px !important;
        border-bottom: 1px solid #ddd;
        margin-bottom: 7px !important;
    }

        /*ul.lt-list li:before {
            content: "\f18e";
            color: #0077c0;
            font: normal normal normal 14px/1 FontAwesome;
            margin-right: 5px;
            margin-left: -10px;
        }*/

        ul.lt-list li a {
            font-size: 16px !important;
            display: block;
            color: #666 !important;
            font-weight: 500;
        }

        ul.lt-list li h3 {
            font-size: 16px;
            line-height: inherit;
            font-family: poppins !important;
        }
        ul.lt-list li p {
    text-transform:capitalize;
}

.padding-5 {
    padding-left: 5px !important;
    padding-right: 5px !important;
}

.img-bx {
    border: 0px solid #ddd;
    border-radius: 50%;
    background: #008776;
    text-align: center;
    height: 35px;
    color: #fff;
    width: 35px;
}

    .img-bx i {
        font-size: 18px;
        line-height: 35px;
    }

.ins-list .img-bx {
    background-color: #113ef4 !important;
}

.sc-list .img-bx {
    background-color: #11eaf4 !important;
}

.heading_module__156eJ {
    position: relative;
    z-index: 9;
    margin-top: -10px;
    margin-bottom: 60px;
    text-align: center;
}

.heading_mask__pcO5T {
    font-size: 130px !important;
}

    .heading_mask__pcO5T + .heading_title__1bzno {
        margin-top: -62px !important;
        font-size: 32px;
        font-weight: bold;
        margin-bottom: 10px !important;
    }

.heading_mask__pcO5T {
    font-weight: 900;
    color: #e7e7ed;
    line-height: 1em;
    opacity: .6;
    margin: 0;
    position: relative;
    z-index: -1;
    font-size: 38px;
}

.v-more {
    display: block;
    width: 50px;
    height: 50px;
    line-height: 50px;
    background-color: #fbfbfc !important;
    text-shadow: -80px 0 0 transparent,0 0 0 #9ea6ba !important;
    color: transparent !important;
    border-radius: 50%;
    font-size: 16px;
    position: absolute;
    bottom: 5px;
    right: 30px;
    text-align: center;
    overflow: hidden;
    transition: all .3s ease;
    box-shadow: 0 5px 30px rgba(124, 87, 87, 0.3);
}

.sec-box:hover .v-more {
    /*background-color: rgba(255,255,255,.2) !important;
    text-shadow: 0 0 0 #fff,80px 0 0 transparent !important;*/
    background-color: rgb(255, 26, 31) !important;
    text-shadow: 0 0 0 #fff,80px 0 0 transparent !important;
}

.footer__main {
    border-bottom: 1px solid #dddddd;
    padding: 45px 0;
    color: #888888;
    text-align: center;
    background: #000529;
}

.footer__main--v2 {
    border-bottom: 0;
    background-color: #282828;
}

.footer__social li {
    display: inline-block;
    padding: 0 10px;
}

.footer__social a {
    color: #999999;
    font-size: 22px;
    transition: 0.3s color ease-out;
}

    .footer__social a:hover {
        color: #1fc341;
    }

.footer__social--coming-soon a {
    color: rgba(153, 153, 153, 0.65);
}

.footer__copyright--v2 {
    background-color: #222222;
}

.footer__copyright-inner {
    display: flex;
    flex-direction: column;
    padding: 20px 0;
}

@media only screen and (min-width: 992px) {
    .footer__copyright-inner {
        justify-content: space-between; 
    }
}

.footer__copyright-desc {
    color: #888888;
}

@media only screen and (min-width: 992px) {
    .footer__copyright-desc {
        margin-bottom: 0;
    }
}

.footer__copyright-list li {
    display: inline-block;
}

    .footer__copyright-list li:after {
        content: "|";
        display: inline-block;
        padding: 0 5px;
        color: #888888;
    }

    .footer__copyright-list li:last-child:after {
        display: none;
    }

.footer__copyright-list a {
    color: #888888;
    font-size: 13px;
    text-transform: uppercase;
    transition: 0.3s color ease-out;
}

    .footer__copyright-list a:hover {
        color: #1fc341;
    }
/**************************************/
/************************/
.cat-bar {
    background: #fff;
}

    .cat-bar .form-group .form-control {
        border-radius: 0 !important;
        box-shadow: none;
        padding: 6px 10px;
        height: auto;
    }

.also-listed {
    background: #fff !important;
}

    .also-listed .w_nav1 {
            
    }

.w_sidebar {
    border: 1px solid #EBEBEB;
    margin-bottom: 20px;
    background: #FFF;
    -moz-box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.15);
    overflow:hidden;
    border-radius: 10px 10px 0 0;
}

.w_nav1 ul {
    padding: 0;
    list-style: none;
}

.w_nav1 {
    padding: 15px 10px;
    border-bottom: 1px solid #EBEBEB;
    background: #000947;
    margin-bottom: 0px;
    border-radius: 10px 10px 0 0;
}

    .w_nav1 h4 {
        text-transform: uppercase;
        color: #fff;
        font-size: 16px;
        font-weight: 600;
    }

    .w_nav1 ul li {
        line-height: 1.5em;
    }

ul.cat-list {
    list-style: none;
    margin: 0px 0px 0px 0px !important;
    padding: 0px !important;
}

    ul.cat-list li {
        display: block;
        z-index: 999;
        border-bottom: 1px solid #ededed;
        margin: 0 0px !important;
    }

 ul.cat-list li a {
    color: rgba(0, 0, 0, 0.87) !important;
    display: block;
    font-size: 14px !important;
    text-transform: capitalize;
    line-height: 24px;
    padding: 8px 0 !important;
    font-weight: 400;
 }

            ul.cat-list li a::before {
                content: "\f068";
                font: normal normal normal 6px/1 FontAwesome;
                color: #cb007e;
                display: inline-block;
                opacity: 0;
                -webkit-transition: all 0.4s ease-out;
                -moz-transition: all 0.4s ease-out;
                -ms-transition: all 0.4s ease-out;
                -o-transition: all 0.4s ease-out;
                transition: all 0.4s ease-out;
                width: 0;
            }

            ul.cat-list li a:hover {
                color: #15b3c0 !important;
            }

                ul.cat-list li a:hover::before {
                    opacity: 1;
                    margin-right: 7px;
                    width: 5px;
                    color: #ed3d1c !important;
                }


.filter .label {
    display: block;
    margin-bottom: 6px;
    line-height: 19px;
}

.w_sidebar h3 {
    padding: 0 20px 10px;
    font-size: 1em;
    color: #555555;
    text-transform: uppercase;
}
/* radios and checkboxes */
.filter {
    margin-top: 0px;
    padding-top: 10px;
}

    .filter .ico {
        cursor: pointer;
    }

.row1 {
    outline: none;
    padding: 10px 20px;
    overflow: auto;
    height: 160px;
}

.row2 {
    outline: none;
    padding: 10px 20px;
    overflow: auto;
    height: 135px;
}

.row3 {
    outline: none;
    padding: 10px 0px;
    overflow: auto;
    height: auto;
}

.row4 {
    outline: none;
    padding: 10px 20px;
    overflow: auto;
    height: 75px;
}

.filter.col.col-4 ul {
    padding: 0;
    list-style: none;
}

.filter h1 {
    /*margin-top: 10px;	
	padding: 10px 20px !important;
	color: #000;
	text-transform: capitalize;
	margin-bottom: 0;
	font-size:15px;
	border-top: 1px dotted #ccc;*/
}

.filter section {
    margin-bottom: 20px;
}

.filter .label {
    display: block;
    margin-bottom: 6px;
    line-height: 19px;
}

    .filter .label.col {
        margin: 0;
        padding-top: 10px;
    }


/* radios and checkboxes */
.filter .radio, .filter .checkbox {
    outline: none;
    border: none;
    margin-bottom: 15px;
    padding-left: 20px;
    font-size: 13px;
    line-height: 20px;
    color: #666;
    cursor: pointer;
    text-transform: capitalize;
    font-weight: normal;
    margin-top: 0;
}

.filter .radio {
    text-transform: none;
}

    .filter .radio:last-child,
    .filter .checkbox:last-child {
        margin-bottom: 10px;
    }

    .filter .radio input,
    .filter .checkbox input {
        position: absolute;
        margin-top: 4px;
        ;
    }


.filter .inline-group {
    margin: 0 -30px -4px 0;
}

    .filter .inline-group:after {
        content: '';
        display: table;
        clear: both;
    }

    .filter .inline-group .radio,
    .filter .inline-group .checkbox {
        float: left;
        margin-right: 30px;
    }

        .filter .inline-group .radio:last-child,
        .filter .inline-group .checkbox:last-child {
            margin-bottom: 4px;
        }

.star-1 {
    background: rgba(0, 0, 0, 0) url("../design_img/icon-star.png") repeat scroll 0 0;
    display: inline-block;
    height: 15px;
    width: 16px;
    vertical-align: sub;
    margin-right: 3px;
}

.cat-bar select.bs-select-hidden, select.selectpicker {
    padding-left: 48px !important;
    border: 1px solid rgb(191, 191, 191);
}

.cat-bar .btn-pry {
    height: 40px;
    background: #008997;
    color: #fff;
    border-radius: 0;
}

.cat-titile {
    margin-bottom: 10px !important;
    color: #000;
}

.cat-filt a {
    font-weight: 500;
    line-height: 24px;
}

    .cat-filt a::before {
        content: "\f054";
        position: relative;
        display: inline-block;
        font-family: 'FontAwesome';
        font-size: 8px;
        margin: 0 10px 0 0px;
        color: #666;
    }

.site__panel {
    background: #f5f5f5;
    color: #fff;
    margin-top: 0;
    margin-bottom: 20px;
    padding: 10px 20px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border: 1px solid #ddd;
}

.control-label {
    text-transform: uppercase;
    font-weight: 600 !important;
    color: #111;
    margin: 8px 10px 0 0;
    float: left;
    display: inline-block;
    font-size: 14px;
}

.site__panel .form-control--select {
    width: 68%;
    display: inline-block;
}

.site__panel .form-group {
    margin-bottom: 0;
    padding-top: 0 !important;
}

.site__panel .form-control {
    border-radius: 0;
    border-width: 1px;
}

.site__panel .input-group-addon {
    color: #111;
    background-color: #000;
    border: 1px solid #000;
}

.main-head h1 {
    font-size: 24px;
    font-weight: 500;
    color: #514ea2;
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
}

.cat-bar .cat-box {
    overflow: hidden;
    -webkit-transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    -ms-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
    border: 1px solid #ddd;
    background: #fff;
    box-shadow: 0 2px 18px 0 rgba(198, 198, 198, .3);
    margin-bottom: 15px;
    padding: 15px;
}

    .cat-bar .cat-box:hover {
        box-shadow: 0 0 20px #ccc;
    }

.cat-pic {
    position: relative;
    overflow: hidden;
    text-decoration: none;
    /* display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;*/
    display: table;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.cat-info img {
    margin: auto;
    width: 20px;
    height: 20px;
    margin-right: 5px;
}

.cat-pic img {
    display: block;
    max-width: 100%;
    width: 100%;
    height: 100%;
    -webkit-transition: .35s;
    transition: .35s;
}

.cat-pic:hover img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.cat-pic__hover {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,.7);
    opacity: 0;
    -webkit-transition: .35s;
    transition: .35s;
}

.cat-pic__hover {
    top: 0;
    padding: 15px 30px 5px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.cat-box:hover .cat-pic__hover {
    opacity: 1;
}

.cat-bar .cat-pic {
    padding: 0px;
}

    .cat-bar .cat-pic img {
        margin: auto;
        display: block;
        border-radius: 0px;
    }

.cat-bar .cat-info .cat-name {
    font-weight: 600;
    color: #222;
    margin-bottom: 10px !important;
    display: block;
    font-size: 18px;
    text-transform: uppercase;
    font-family: Roboto, sans-serif !important;
    border-bottom: 1px solid #ddd;
    padding-bottom: 5px !important;
}

.cat_detail {
    margin: 0 0 10px;
    padding: 0 0px 0 0;
    color: #2c3e50 !important;
}

.cat-box .rating {
    margin-bottom: 5px;
}

.rating {
    color: #ffa200;
    /* display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;*/
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
}

    .rating .fa {
        margin-right: 0px !important;
    }
.rating span {
    color: #ff1721;
}

figure {
    margin: 0;
}

.cat-bar .cat-box .more_view {
}

.cat-bar .v-more {
    bottom: -42px;
    right: 19px;
}

    .cat-bar .v-more i.fa {
        background: none !important;
    }

.cat-bar:hover .v-more {
    /*background-color: rgba(255,255,255,.2) !important;
    text-shadow: 0 0 0 #fff,80px 0 0 transparent !important;*/
    background-color: rgb(255, 26, 31) !important;
    text-shadow: 0 0 0 #fff,80px 0 0 transparent !important;
}

.cat-bar .cat-box .more_view:hover {
    background: #ee002d !important;
}

.cat-bar .cat-info {
    /*padding: 15px 10px 0 15px;*/
    /*overflow:hidden;*/
}

    .cat-bar .cat-info p {
        margin-top: 0px !important;
        margin-bottom: 5px !important;
        font-weight: 400;
        line-height: 24px;
        font-size: 14px !important;
    }

    .cat-bar .cat-info .rating .fa {
        margin-right: 0px !important;
        border: 1px solid #ffb000;
        padding: 4px;
        background: #ffb000;
        color: #fff;
        width: 24px;
        height: 24px;
        border-radius: 3px !important;
        font-size: 13px;
        text-align: center;
    }

    .cat-bar .cat-info .cat-call {
    }

    .cat-bar .cat-info .loc {
        display: block;
    }

    .cat-bar .cat-info .ex-about {
        font-size: 13px !important;
        line-height: 20px !important;
        color: #666;
        text-align: justify;
    }

.other-sec {
    border-top: 0px solid #EEE;
    margin-top: 5px;
    margin-bottom: 10px;
    border-bottom: 0px solid #eee;
    padding-bottom: 5px;
}

p.found {
    color: #111 !important;
}

.other-sec .dis-tex p {
    font-size: 14px;
    margin-bottom: 0 !important;
    line-height: 28px;
    text-transform: capitalize;
}

    .other-sec .dis-tex p:first-child {
        margin-left: 0 !important;
    }

.cat-bar .cat-info .btn {
    float: right;
    margin-top: 10px;
}

.cat-bar .cat-box .enquiry-now {
    color: #fff;
    background: #00d463;
}
.add-detail {
    border: 1px solid #f3f3f6;
    background: #fff;
    margin-bottom: 25px;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
    box-shadow: 0px 23px 40px 0px rgba(0,0,0,0.15);
}


.view-detail-bar {
    /*background: #fff;
	border: 1px solid #e5e4e4;*/
    border-bottom: 1px solid #f3f3f6;
    margin-bottom: 20px !important;
    height: auto;
    /*padding:10px;*/
    margin-top: 25px;
}

    .view-detail-bar .detail-sec {
        background: #fff;
        border-bottom: 1px solid #f3f3f6;
        margin-bottom: 20px;
    }

    .view-detail-bar .person-name {
        font-size: 16px !important;
        color: #555;
        padding: 10px 15px !important;
        margin-bottom: 0px !important;
        line-height: 30px;
        font-family: "Poppins", sans-serif;
        text-transform: uppercase;
        background: #fff;
        border: 1px solid #f3f3f6;
        border-bottom: 0;
    }

    .view-detail-bar .address-detail {
        color: #333;
    }

    .view-detail-bar .city {
    }

    .view-detail-bar .star {
    }

.add-stars {
    color: #fff !important;
    font-weight: normal;
    text-transform: capitalize;
    background: #e3098d;
    border-radius: 2px;
    padding: 3px 10px;
    font-weight: 600;
}

.add-star {
    background: url(../design_img/icon-star.png);
    width: 16px;
    height: 15px;
    display: inline-block;
    /*vertical-align: middle;*/
}

.detail-sec i {
    margin-right: 8px;
    width: 30px;
    text-align: center;
    height: 30px;
    border-radius: 100%;
    line-height: 30px;
    background: #e7e7e7;
    color: #000;
}

.view-detail-bar .star {
    background: url(../design_img/icon-star.png);
    width: 16px;
    height: 15px;
    display: inline-block;
}

.view-detail-bar .bdr {
    border-top: 1px solid #ddd;
    line-height: 30px;
}


.view-detail-bar .btn-sec {
    padding-top: 15px;
    border-top: 1px solid #f3f3f6;
    margin-top: 15px;
}
/*.view-detail-bar*/ .btn-share .share-wrapper {
    left: 0%;
    top: 45%;
}

    /*.view-detail-bar*/ .btn-share .share-wrapper .share {
        text-align: left;
    }

.view-detail-bar .btn-sh {
    /*color: #fff;
	  display: inline-block;
	  padding: 6px 12px;
	transition: background-color .15s linear;
	margin-left: 10px;
	background: #e70187;
	width: 150px;
	font-size: 14px;
	font-weight: 500;
	line-height: 1.42857143;
	text-align: center;*/
}

    .view-detail-bar .btn-sh:active, .btn-sh:focus, .btn-sh:hover {
    }

.add-detail .sub-head {
    text-align: left;
    font-size: 15px !important;
    border-bottom: 1px solid #f3f3f6;
    color: #666;
    margin: 10px 0 !important;
    padding: 10px 15px 15px !important;
    text-transform: capitalize;
    letter-spacing: 1px;
    font-weight: 400;
}
.add-detail .sub-head .fa {
    margin-right:8px;
}

.add-detail .detl {
    margin: 15px;
}

.review-btn {
    border-top: 1px solid #f3f3f6;
    text-align: center;
}

    .review-btn .add-review {
        padding: 10px 15px;
        text-align: center;
        display: block;
        color: #666;
        letter-spacing: 1px;
    }

.star {
    background: url(../design_img/icon-star.png);
    width: 16px;
    height: 15px;
    display: inline-block;
    vertical-align: middle;
}

.view-detail-bar .dis {
    font-size: 14px !important;
    line-height: 24px;
    font-weight: 500 !important;
    color: #666;
}

.working-hours .day {
    border-bottom: 1px solid #e9e9e9;
    line-height: 38px;
}

    .working-hours .day:last-child {
        border-bottom: 0px;
    }

.working-hours .name {
    font-weight: 700;
    color: #777;
}

.working-hours .hours {
    float: right;
    font-size: 12px;
}

.map iframe {
    height: 250px;
}

.ft-box {
    margin-bottom: 15px;
}

    .ft-box i img {
        width: 35px;
        height: 35px;
        margin: auto;
        background-color: #1fa6de;
        padding: 5px;
        border-radius: 100%;
        margin-right: 10px;
    }

/**********/
ul.social-links {
    list-style: none;
}

    ul.social-links li {
        display: inline-block;
    }

        ul.social-links li a {
            display: inline-block;
        }

            ul.social-links li a i {
                color: #70778b;
                background-color: #f3f3f6;
                width: 40px;
                height: 40px;
                line-height: 40px;
                color: #9ea6ba;
                font-size: 16px;
                text-align: center;
                background-color: rgba(158,166,186,.1);
                border-radius: 2px;
                margin: 0 5px 10px;
                transition: all .3s ease;
            }

            ul.social-links li a:hover .fa-facebook {
                background-color: #325d94 !important;
                color: #fff;
            }

            ul.social-links li a:hover .fa-twitter {
                background-color: #00aadb !important;
                color: #fff;
            }

            ul.social-links li a:hover .fa-google-plus {
                background-color: #db4437 !important;
                color: #fff;
            }

            ul.social-links li a:hover .fa-linkedin {
                background-color: #287bbc !important;
                color: #fff;
            }

ul.categories {
    list-style: none;
}

    ul.categories li {
        display: block;
    }

        ul.categories li a i {
            color: #70778b;
            background-color: #f3f3f6;
            width: 40px;
            height: 40px;
            line-height: 40px;
            color: #9ea6ba;
            font-size: 16px;
            text-align: center;
            background-color: rgba(158,166,186,.1);
            border-radius: 2px;
            margin: 0 5px 10px;
            transition: all .3s ease;
        }

        ul.categories li a:hover {
            color: #1fa6de;
        }

            ul.categories li a:hover i {
                background: #1fa6de;
                color: #fff;
            }

.navbar-nav {
    width: 100%;
}

.nav > li {
    width: 25%;
}

.navbar-collapse {
    width: 100% !important;
}

.navbar-inverse .navbar-nav > li > a {
    color: #9d9d9d;
    background: #f2f2f2;
    text-align: center;
    border-right: 1px solid #ddd;
    border-top: 3px solid transparent;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 500;
}

.navbar-inverse .navbar-nav > li:last-child > a {
    border-right: 0;
}

.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:focus, .navbar-inverse .navbar-nav > .active > a:hover {
    color: #fff;
    background: #fff !important;
    border-top: 3px solid #1fa6de;
    border-left: 1px solid #ddd;
}

.panel {
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid #ddd !important;
    border-radius: 0px !important;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
    box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
    border-top: 0 !important;
}


.contact-form .form-group .form-control {
    position: relative;
    z-index: 1;
    border-radius: 0;
    border-width: 1px !important;
    border-bottom-color: rgba(0, 0, 0, 0.15);
    height: auto;
    padding: 6px 12px;
    box-shadow: none;
    color: #000;
}

.short-w {
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    bottom: 0%;
    z-index: 1111;
    background: rgba(0,0,0,0.5);
    padding-top: 15px;
    padding-bottom: 10px;
}

    .short-w .v-icon-box {
        text-align: center;
        color: #fff;
    }

        .short-w .v-icon-box a {
            text-align: center;
            color: #fff !important;
        }

        .short-w .v-icon-box .img-box {
            background: rgba(0,0,0,0.5);
            display: table;
            margin: auto;
            border-radius: 100%;
            padding: 10px;
            text-align: center;
            width: 55px;
            height: 55px;
            line-height: 35px;
        }

        .short-w .v-icon-box img {
            text-align: center;
        }

        .short-w .v-icon-box h6 {
            font-size: 15px;
            font-weight: 500;
            text-transform: uppercase;
            font-family: "Poppins", sans-serif;
        }

.round-box {
    width: 70px;
    height: 70px;
    line-height: 58px;
    border-radius: 100px;
    border: 3px solid #f00;
    background: #fff;
    display: table;
    margin: auto;
    text-align: center;
}

    .round-box h6 {
        margin-bottom: 0 !important;
    }

.ab-box {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0px;
}

.r-box {
    display: table;
    padding: 2px 5px;
    background: #f00;
    border-radius: 4px;
    margin: auto;
}

    .r-box i {
        color: #fff;
        padding: 0 5px;
    }

.share-box {
    text-align: center;
}

    .share-box .s-img {
        background: rgb(31, 166, 222);
        display: table;
        margin: auto;
        border-radius: 100%;
        padding: 10px;
        text-align: center;
        width: 20px;
        height: 20px;
        line-height: 15px;
    }

    .share-box img {
        text-align: center;
        width: 20px;
    }

    .share-box a {
        color: #fff;
    }

    .share-box h6 {
        font-size: 14px;
        font-weight: 500;
        text-align: center;
    }

.facility {
}

.btn-enquiry {
    width: 100%;
    background: #ffb200;
    padding: 10px;
    display: block;
    text-align: center;
    border-radius: 50px;
    color: #fff !important;
    box-shadow: 0px 4px 10px 0px rgba(0,0,0,0.15);
}

.call-btn {
    background: #1fa6de;
}

.btn-enquiry i {
    margin-left: 10px;
}

.city-banner {
    background: url(/design_img/city-banner-img.jpg) no-repeat bottom;
    min-height: 250px;
}

.shadow-box {
    -moz-box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.15);
    background-color: #fff;
    transition: all .3s ease;
    border-radius: 1px 1px 0 0px;
    margin-top: -12%;
    padding: 15px;
}

.mt-80 {
}

.city-box {
    position: relative;
    left: 0;
    right: 0;
    z-index: 9999;
}

.img-sec {
    width: 100%;
    position: relative;
    overflow: hidden;
}

    .img-sec::after {
        content: '';
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-image: linear-gradient(90deg, #8085df 0%, #48d3d8 100%);
        z-index: 1;
        opacity: .3;
    }

#city-slide .owl-controls {
    margin-top: -30px !important;
    text-align: center;
    position: absolute !important;
    left: 0;
    right: 0;
}

    #city-slide .owl-controls .owl-page span {
        background: #666 !important;
    }

    #city-slide .owl-controls .owl-page.active span {
        background: #fff !important;
    }

.city-box h2.subhead {
    font-size: 24px;
    font-weight: 600;
    margin-top: 15px !important;
    text-transform: uppercase;
}

.city-box p {
    line-height: 28px;
    color: #666;
    text-align: justify;
}

.heading_module__156eJ {
    position: relative;
    z-index: 9;
    margin-top: -10px;
    margin-bottom: 25px;
    text-align: center;
}

.heading_mask__pcO5T {
    font-size: 130px !important;
}

    .heading_mask__pcO5T + .heading_title__1bzno {
        margin-top: -62px !important;
        font-size: 32px;
        font-weight: bold;
    }

.heading_mask__pcO5T {
    font-weight: 900;
    color: #e7e7ed;
    line-height: 1em;
    opacity: .6;
    margin: 0;
    position: relative;
    z-index: -1;
    font-size: 38px;
}

.img-box-md {
    position: relative;
    border-radius: 3px;
    overflow: hidden;
    z-index: 9;
    margin-bottom: 20px;
}

.img-box-hd {
    position: relative;
    z-index: 1;
    overflow: hidden;
}

    .img-box-hd .wil-overlay {
        opacity: .3;
        z-index: 1;
        transition: all .3s ease;
        background: linear-gradient(45deg, #006bf7 0%, #ed6392 100%);
        background-image: linear-gradient(45deg, rgb(0, 107, 247) 0%, rgb(237, 99, 146) 100%);
    }

.wil-overlay {
    background-color: rgba(37, 44, 65, .7);
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
}

.img-box-mh {
    padding-top: 50%;
    transition: all .5s ease;
}

.bg-cover {
    background-size: cover;
    background-position: 50% 50%;
}

.img-box-bd {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
    color: #fff;
    margin: 15px 20px;
}

.img-box-title {
    font-size: 18px;
    margin: 0 0 3px 0;
    color: inherit;
}

.img-box-text {
    opacity: .9;
}

.img-box-bd::after {
    content: '';
    display: block;
    width: 40px;
    height: 2px;
    background-color: #fff;
    margin-top: 10px;
}

.img-box-right {
    position: absolute;
    height: 38px;
    bottom: 20px;
    right: 20px;
    color: #fff;
}

.img-box-item:nth-child(1) {
    right: 0;
    transition: all .3s ease .2s;
    z-index: 5;
}

.img-box-item {
    position: absolute;
    top: 0;
    right: 0;
    transform: translate(0, 10px);
    opacity: 0;
}

.img-box-md:hover .wil-overlay {
    opacity: .5;
}

.img-box-md:hover .img-box-mh {
    transform: scale(1.05);
}

.img-box-mh {
    padding-top: 50%;
    transition: all .5s ease;
}

.img-box-right {
    position: absolute;
    height: 38px;
    bottom: 20px;
    right: 20px;
    color: #fff;
}

.img-box-md:hover .img-box-item {
    opacity: 1;
    transform: translate(0, 0);
}

.img-box-icons, .image-box_count__2ILGP {
    width: 38px;
    height: 38px;
    line-height: 38px;
    text-align: center;
    border-radius: 50%;
}

.img-box-mh img {
    display: none;
}
.image-m {margin-bottom:10px;height: 200px !important;width:100%;}
.d-bx{
    padding:20px;
}
.page-head {
    background: #fff;
    padding: 10px;
    border-left: 3px solid #000947; 
    border-bottom:1px solid #ddd;
}
.page-head h3 {
    font-weight: 400;
    color: #000947;
    margin: 0 !important;
    padding: 0 !important;
    font-size:18px;
}
.about-title {
    font-size: 18px;
margin-bottom: 10px !important;
font-weight: 400;
color: #53a747;
text-transform:capitalize;
padding-bottom: 10px !important;
border-bottom: 1px solid #ddd;
}

/* search bar */
.search-bar {
	width:100%;
	max-width:900px;   
    min-height:350px;
    padding-top:50px;
}
.search-bar h3 {
	text-align:center;
	margin-bottom:22px!important;
    font-weight: 500;
    color: #333;
    font-size: 30px !important;
    text-transform: uppercase; 
}
.search-container {
	position:relative;
	padding:10px;
	overflow:hidden;
}
.search-bar .search-overlay {
	background:#111;
	opacity:0.6;
	position:absolute;
	top:0;
	right:0;
	left:0;
	bottom:0;
	width:100%
}
.search-bar .search-box {
	position:relative;
	z-index:9999;
	background:#fff;
}
.search-bar .search-box .form-group {
	margin-bottom:0px!important
}
.search-bar .search-box .form-control {
	padding:16px 20px;
	height:auto;
	/*border:1px solid #fff;*/
	position:relative;
    /*color: #fff !important;*/
    border-radius:50px 0 0px 50px;
    height:80px;
    font-size:50px;
    box-shadow: 0px 23px 40px 0px rgba(0,0,0,0.15);
    text-align:center
}
.search-bar .search-box .form-control:focus {
	z-index:1
}
.search-bar .search-box select.form-control {
}
.search-bar .search-box .btn-search { 
	border:0;
	width:100%;
	height: 80px;
     border-radius:0px 50px 50px 0px !important;
	background:#43a34d    url(../design_img/icon-search.png) no-repeat center 50%;
    box-shadow: 0px 23px 40px 0px rgba(0,0,0,0.15);
}
.search-bar .search-box .btn-search:hover {
	background:#2587d4  url(../design_img/icon-search.png) no-repeat center 50%!important;
}
.search-bar .search-box .col-btn-search {
	margin-left:3px !important;
}
.search-bar .search-box .no-padding {
	padding:0px!important;
	margin-left:-1px !important;
    margin-top: 1px;
}

.search-bar-page {
	width:100%;
	max-width:inherit;
	height:auto;
	position:inherit!important;
	top:inherit;
	margin-bottom: inherit;
	left: inherit;
	margin-right: inherit;
	-moz-transform: inherit;
	-webkit-transform:inherit;
	transform:inherit;
	margin-bottom:15px;
}
.search-bar-page .search-container {
	padding:0;
}
.search-bar-page .search-box {
	margin-left:1px
}
.search-bar-page .search-count {
	margin:15px 0!important;
	float:right
}
.search-bar-page .search-count strong {
	font-family: 'Open Sans', sans-serif!important;
}
.search-bar-page .search-box .btn-search {
	background-color:#fff
}

.myflex {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0px 10px;
}
.myflex .img1{

}
.myflex .img2{
    height:100px;
}

.courses {
    padding: 40px 20px;
    max-width: 1200px;
    margin: auto;
}

.course-title {
    text-align: center;
    font-size: 32px;
    margin-bottom: 80px;
    color: #1e3c72;
}

/* Grid */
.course-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 25px;
}

/* Card */
.course-card {
    background: #fff;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
    transition: 0.3s;
}

    .course-card:hover {
        transform: translateY(-6px);
    }

    /* Image */
    .course-card img {
        width: 100%;
        height: 180px;
        object-fit: cover;
    }

/* Content */
.course-content {
    padding: 18px;
}

    .course-content h3 {
        margin: 0 0 10px;
        color: #0a1f44;
    }

    .course-content p {
        font-size: 14px;
        color: #555;
        margin-bottom: 12px;
    }

.duration {
    display: block;
    font-size: 13px;
    color: #777;
    margin-bottom: 15px;
}

/* Button */
.course-content button {
    width: 100%;
    padding: 10px;
    border: none;
    border-radius: 8px;
    background: linear-gradient(135deg, #1e3c72, #2a5298);
    color: #fff;
    cursor: pointer;
    font-size: 14px;
}

    .course-content button:hover {
        opacity: 0.9;
    }