﻿body {
    font-family: Arial 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif sans-serif;
    font-size: 14px;
    line-height: 1.9em;
    font-style: normal;
    font-weight: normal;
    letter-spacing: .6px;
    color: #4e4e4e;
    background: #fff;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

.container {
    max-width: 1920px;
    padding-left: 0px;
    padding-right: 0px;
    margin-left: auto;
    margin-right: auto;
}

.auto-container {
    padding-right: var(--bs-gutter-x, 15px);
    padding-left: var(--bs-gutter-x, 15px);
    margin-right: auto;
    margin-left: auto;
}

@media only screen and (min-width: 1200px) {
    .auto-container {
        max-width: 1140px;
    }
}

.row {
    margin-left: 0px !important;
    margin-right: 0px !important;
}

.d-flex {
    display: flex;
    flex-wrap: wrap;
    align-content: space-between;
}

a:hover {
    color: inherit;
    text-decoration: none;
}
/*wrapper*/
.content-wrapper {
    overflow-x: hidden;
}

.v-align {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
}

.no-gutter {
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
    margin-bottom: 0;
}

    .no-gutter [class*='col-']:not(:first-child), .no-gutter [class*='col-']:not(:last-child) {
        padding-right: 0;
        padding-left: 0;
        padding-top: 0;
        padding-bottom: 0;
    }

.row.equal {
    display: flex;
    flex-wrap: wrap;
}

header.show {
    position: fixed;
    height: 80px;
    background: rgba(28, 28, 28,.9) !important;
    -webkit-transition: all .5s cubic-bezier(.165, .84, .44, 1);
    -moz-transition: all .5s cubic-bezier(.165, .84, .44, 1);
    transition: all .5s cubic-bezier(.165, .84, .44, 1);
}

header.init {
    width: 100%;
    height: 140px;
    /*background: #fff !important;*/
    -webkit-transition: all .5s cubic-bezier(.165, .84, .44, 1);
    -moz-transition: all .5s cubic-bezier(.165, .84, .44, 1);
    transition: all .5s cubic-bezier(.165, .84, .44, 1);
}

.show {
    display: block !important;
}

header {
    position: fixed;
    z-index: 9999;
}

.m-5-hor {
    margin-left: 2%;
    margin-right: 2%;
}

.subnav {
    display: block;
    width: 100%;
    margin: 0 auto;
    z-index: 999;
    font-size: 11px;
    font-weight: 300;
    letter-spacing: .3px;
    color: #fff;
    background: rgba(255, 255, 255, 0);
    padding: 10px 0 25px 0;
    border-bottom: 1px solid #EB1C24;
    background-color: #EB1C24;
}

.left {
    text-align: left;
    float: left;
    line-height: inherit;
}

a {
    color: inherit;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    text-decoration: none;
    border-color: none;
}

    a:hover {
        text-decoration: none;
        border-color: none;
    }

.social-icons-subnav span, .social-icons-subnav i {
    text-shadow: none;
    /*padding: 8px;*/
    width: 28px;
    height: 28px;
    text-align: center;
    color: #fff;
    border-radius: 1px;
    -moz-border-radius: 1px;
    -webkit-border-radius: 1px;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    /*font-weight: bold;*/
    font-size: 20px;
}

.social-icons-subnav a {
    cursor: pointer;
    font-size: 17px;
}

.right .social-icons-subnav {
    margin-right: 10px;
}

.social-icons-subnav, .social-icons-subnav div {
    display: inline-block;
}

    /*.right .social-icons-subnav:last-child {
    margin-right: 0px;
}*/

    .social-icons-subnav, .social-icons-subnav div {
        display: inline-block;
    }

.navbar-default-white {
    position: fixed;
    margin: 38px auto;
    top: 0px;
    background: #fff !important;
    border-bottom: 1px groove rgba(255, 255, 255, 0);
    box-shadow: 5px 5px 2px rgb(23 36 52 / 0%);
    -webkit-transition: all .5s cubic-bezier(.165, .84, .44, 1);
    -moz-transition: all .5s cubic-bezier(.165, .84, .44, 1);
    transition: all .5s cubic-bezier(.165, .84, .44, 1);
    z-index: 9999;
}

.navbar-default-white {
    transform: translateZ(0);
    width: 100%;
    height: 80px;
    -webkit-transition: all .5s cubic-bezier(.165, .84, .44, 1);
    -moz-transition: all .5s cubic-bezier(.165, .84, .44, 1);
    transition: all .5s cubic-bezier(.165, .84, .44, 1);
}

    .navbar-default-white.sticky {
        left: 0;
        right: 0;
        margin: 0 auto;
        width: inherit;
        box-sizing: border-box;
        -webkit-transition: all .3s cubic-bezier(.165, .84, .44, 1);
        -moz-transition: all .3s cubic-bezier(.165, .84, .44, 1);
        transition: all .3s cubic-bezier(.165, .84, .44, 1);
    }

@media (min-width: 768px) {
    .navbar-toggle {
        display: none;
    }

    .navbar-toggle {
        position: relative;
        float: right;
        padding: 9px 10px;
        margin-top: 8px;
        margin-right: 15px;
        margin-bottom: 8px;
        background-color: transparent;
        background-image: none;
        border: 1px solid transparent;
        border-radius: 4px;
    }
}

.navbar-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px;
}

    .navbar-toggle .icon-bar + .icon-bar {
        margin-top: 4px;
    }

.navbar-brand.white {
    position: relative;
    top: -18px;
    left: 0px;
    z-index: 2;
}

.carousel-inner {
    max-height: 500px;
}

.img-fluid-header {
    height: 100%;
    width: 100%;
}

.navbar-brand.white img.black {
    display: none;
}

.navbar-nav > li > .dropdown-menu {
    margin-top: 7px;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
    color: #fff;
    text-decoration: none;
    background-color: #ba4c73;
}

#scrollUp {
    background: #ba4c73 none repeat scroll 0 0;
    bottom: 90px;
    color: #ffffff;
    cursor: pointer;
    display: none;
    font-size: 20px;
    height: 45px;
    line-height: 39px;
    position: fixed;
    right: 12px;
    text-align: center;
    width: 45px;
    z-index: 9999;
    border-radius: 50%;
    border: 2px solid #fff;
    -webkit-transition: .3s;
    transition: .3s;
}

/*footer 2*/
.site-footer {
    background-color: #000;
    /*padding-top: 40px;*/
}

.footer-primary .widget {
    color: #e0e0e0;
}

.widget {
    margin-bottom: 30px;
}

.footer-primary .widget .widget-title {
    color: #ffffff;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.2;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    margin-bottom: 18px;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-transform: uppercase;
}

    .footer-primary .widget .widget-title:before {
        background-color: #ba4c73;
        content: "";
        height: 18px;
        width: 3px;
        margin-right: 10px;
    }

.footer-primary .widget ul {
    list-style: none;
    padding-left: 0px;
    line-height: 25px;
}

.site-footer .buttom-footer {
    background-color: #ba4c73;
    padding: 5px 0;
}

.site-footer .footer-menu ul {
    margin: 0;
    padding: 0;
    font-size: 0;
}

    .site-footer .footer-menu ul li {
        list-style: none;
        display: inline-block;
        position: relative;
        padding: 0 10px;
    }

        .site-footer .footer-menu ul li:before {
            content: "|";
            position: absolute;
            top: 0;
            right: -2px;
            font-size: 14px;
            color: #B6B6B6;
        }

        .site-footer .footer-menu ul li a {
            color: #ffffff;
            font-size: 15px;
        }

.site-footer .copy-right {
    color: #ffffff;
}

    .site-footer .copy-right a:hover {
        color: #fff;
        border-bottom: solid 1px #fff;
    }

.footercontent a i {
    text-align: center;
    color: #fff;
    /* border: 1px solid #fff; */
    height: 30px;
    width: 30px;
    margin: auto;
    line-height: 20px;
    font-size: 16px;
}

.facebook-icon {
    margin-right: 0px;
    padding: 5px;
    border-radius: 50%;
    background-color: #3b5a9a !important;
    color: #fff;
}

.insta-icon {
    margin-right: 0px;
    /*padding: 5px;*/
    border-radius: 50%;
    background: -moz-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
    background: -webkit-linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%);
    background: linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f09433', endColorstr='#bc1888',GradientType=1 );
    color: #fff;
}

.linkedin-icon {
    margin-right: 0px;
    /*padding: 5px;*/
    border-radius: 50%;
    background-color: #0073b2 !important;
    color: #fff;
}

.facebook-icon i {
    margin-right: 0px;
    padding: 5px;
    border-radius: 50%;
    background-color: #3b5a9a !important;
    color: #fff;
}

.insta-icon i {
    margin-right: 0px;
    padding: 5px;
    border-radius: 50%;
    background: -moz-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
    background: -webkit-linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%);
    background: linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f09433', endColorstr='#bc1888',GradientType=1 );
    color: #fff;
}

.linkedin-icon i {
    margin-right: 0px;
    padding: 5px;
    border-radius: 50%;
    background-color: #0073b2 !important;
    color: #fff;
}

.footercontainer {
    max-width: 1920px;
    padding-left: 15px;
    padding-right: 15px;
    margin-left: 15px;
    margin-right: 15px;
}

/*header*/

.top-container {
    background-color: #ba4c73;
    padding: 10px 10px 20px 10px;
    text-align: left;
    color: #fff;
    height: 43px;
}

    .top-container .rightcontent {
        float: right;
    }

    .top-container .fa {
        font-size: 15px;
        color: #fff;
        /*padding: 5px 10px 0px 10px;*/
    }

    .top-container .fab {
        font-size: 25px;
        color: #fff;
        padding: 5px 10px 0px 10px;
    }

.content {
    padding: 16px;
}

.sticky {
    position: fixed;
    top: 0;
    width: 100%;
}

.sticky-opacity {
    position: fixed;
    top: 0;
    width: 100%;
}

    .sticky-opacity #navbar {
        position: fixed;
        top: 0;
        width: 100%;
        background-color: #fff;
        color: #EB1C24;
        transition: background 1s linear;
        box-shadow: 0px 0px 8px #c1c1c1;
    }

    .sticky-opacity .navbar-nav > li > a {
        text-align: center;
        padding: 12px 12px 15px 12px;
        text-decoration: none;
        font-size: 14px;
        line-height: 25px;
        border-radius: 4px;
        /*color: #000;*/
        font-family: Arial 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif sans-serif;
        font-weight: bold;
    }

        .sticky-opacity .navbar-nav > li > a:hover {
            color: #ba4c73;
        }


.sticky + .content {
    padding-top: 102px;
}

#navbar {
    /*overflow: hidden;*/
    /*background: #fff;*/
    /*padding: 90px 10px;*/
    transition: 0.4s;
    position: fixed;
    width: 100%;
    /*top: 53px;*/
    /*z-index: 1;*/
    height: 75px;
}

.navbar {
    position: relative;
    z-index: 1000;
    min-height: 50px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 0px;
}

.header-logo {
    padding: 4px 10px;
    font-size: 18px;
}

    .header-logo img {
        max-width: 200px;
        transition: 0.4s;
        margin-bottom: 0px;
    }

.navbar-nav > li > a {
    /*float: left;*/
    /*color: black;*/
    text-align: center;
    padding: 12px 12px 15px 12px;
    text-decoration: none;
    font-size: 15px;
    line-height: 30px;
    border-radius: 4px;
    color: #000;
    font-family: Arial 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif sans-serif;
    font-weight: bold;
}

    .navbar-nav > li > a:hover {
        color: #ba4c73;
        background-color: transparent;
    }

    .navbar-nav > li > a:active {
        color: #000;
        background-color: transparent;
    }

.dropdown-menu {
    background-color: #000;
    color: #fff;    
}

    .dropdown-menu > li > a {
        display: block;
        /*padding: 3px 20px;*/
        clear: both;
        font-weight: normal;
        line-height: 1.428571429;
        white-space: nowrap;
        margin-top: 10px;
        padding: 10px;
        color: #fff;
    }

/*#navbar a:hover {
            background-color: #fff;
            color: #5E3030;
        }

        #navbar a.active {
            background-color: #fff;
            color: #5E3030;
        }*/

.navbar-brand {
    float: left;
    height: 50px;
    padding: 15px 15px;
    font-size: 18px;
    line-height: 20px;
}

    .navbar-brand img {
        width: 100%;
        height: 105px;
        /*max-height: 44px !important;*/
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
        -webkit-transition: all .1s ease-in-out;
        -moz-transition: all .1s ease-in-out;
        transition: all .1s ease-in-out;
        padding: inherit;
        margin-top: -30px;
    }

.sticky-opacity .navbar-brand img {
    width: 100%;
    height: 100px;
}

#navbar-right {
    float: right;
}

#myHeader {
    /*overflow:hidden;*/
    height: 75px;
    position: absolute;
    z-index: 10000;
    /*margin-bottom: 10px;
    border-bottom: 1px solid #000;*/
}



/*.navbar-header a:hover {
    border: 1px solid #f00;
}*/

@media screen and (max-width: 580px) {
    #navbar {
        /*padding: 20px 10px !important;*/
        margin-bottom: 10px;
    }

        #navbar a {
            float: none;
            display: block;
            text-align: left;
        }

    #navbar-right {
        float: none;
    }

    .sticky-opacity .navbar-toggle {
        border: 1px solid #5c4f3b;
    }

        .sticky-opacity .navbar-toggle .fa {
            color: #5c4f3b;
        }

    .navbar-toggle {
        /*background-color: #fff;*/
        border: 1px solid #5c4f3b;
        border-radius: 4px;
        float: right;
        margin-bottom: 8px;
        margin-right: 25px;
        top: 2px;
        padding: 9px 10px;
        position: relative;
        filter: alpha(opacity=0);
        -webkit-transition: 200ms ease;
        -moz-transition: 200ms ease;
        -o-transition: 200ms ease;
        transition: 200ms ease;
    }

        .navbar-toggle .fa {
            color: #5c4f3b;
            transform: rotate(360deg);
            transition: transform 0.5s ease 0s;
            transform-style: preserve-3d;
        }

    .top-container {
        background-color: #ba4c73;
        padding: 10px 10px 10px 10px;
        text-align: center;
    }

        .top-container .rightcontent {
            text-align: center;
            float: none;
        }

    .navbar-collapse ul {
        background-color: #ba4c73;
        color: #fff;
        margin-right: 0px;
        margin-top: 1px;
        text-align: center;
        width: 80%;
    }

    .navbar-nav > li {
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    }

    .nav > li {
        display: block;
        position: relative;
    }

    .navbar-collapse.in {
        overflow-y: visible;
        /*height: 100%;*/
        position: relative;
        /*width: 100%;*/
        margin-right: 0px;
    }

    .dropdown-menu > li > a {
        color: #fff;
    }

    .navbar-nav > li > a {
        padding: 15px 12px 15px 12px;
        line-height: 20px;
        margin-top: 0px;
    }
}

@media(max-width:767px) {

    /*.top-container {
        display: none;
    }*/

    #myHeader {
        /*overflow:hidden;*/
        z-index: 999;
    }

    .navbar-nav > li > a {
        color: #fff;
    }

        .navbar-nav > li > a:hover {
            color: #000;
            background-color: transparent;
        }
    /*.navbar-nav > li > a {
        color: #fff;
    }*/
    .navbar-collapse {
        padding-right: 0px;
    }

    .sticky-opacity .navbar-brand img, .navbar-brand img {
        width: 180px;
        height: 90px;
        margin-top: -25px;
    }
}


.navbar-nav {
    margin: 7.5px 15px;
}

@media (min-width: 768px) {
    .navbar > .container .navbar-brand {
        margin-left: 0px;
    }
}
/***********************************New Header start****************************/
#header {
    -moz-user-select: none;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
    left: 0;
    min-height: 70px;
    padding: 0 11px;
    position: relative;
    top: 0;
    width: 100%;
    z-index: 11;
}

.logo-img-responsive {
    display: inline-block;
    max-width: 320px;
    padding: 0px;
    height: 77px;
}

.softtitle:hover {
    color: #fff;
    text-decoration: none;
}

#header .logo a {
    padding: 7px 15px;
    /*padding: 7px 10px;*/
    margin-top: -7px;
}

.logo a {
    color: #fff;
    display: inline-block;
    font-size: 25px;
    /*font-size: 16px;*/
    /*text-transform: uppercase;*/
    font-family: Arial 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif sans-serif;
}

.header-inner {
    list-style: outside none none;
    margin-bottom: 0;
    padding: 17px 0;
    position: relative;
}

    .header-inner > li:not(.pull-right) {
        float: left;
        /*margin-left: -30px;*/
    }

.header-inner-visitor {
    list-style: outside none none;
    margin-bottom: 0;
    padding: 17px 0;
    position: relative;
}

    .header-inner-visitor > li:not(.pull-right) {
        float: left;
        margin-left: -30px;
    }


#menu-trigger {
    cursor: pointer;
    height: 37px;
    width: 43px;
    border-radius: 5px;
    margin-top: 3px;
}

.menu-trigger {
    margin-right: -170px;
}

.menu-trigger-visitor {
    margin-right: -285px;
}

.lblusername {
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    width: 100%;
    margin-right: 10px;
    margin-top: 10px;
}

.line-wrap {
    height: 12px;
    margin: 12px 11px;
    transition: all 300ms ease 0s;
    width: 26px;
}

#menu-trigger .line-wrap .line {
    background-color: #89692E;
}

.line-wrap .line {
    height: 5px;
    transition: all 300ms ease 0s;
    width: 25px;
}

.open .line-wrap .line.top {
    width: 12px;
}

.line-wrap .line.center {
    margin: 3px 0;
}

.open .line-wrap .line.bottom {
    width: 12px;
}

#sidebar-wrapper {
    position: fixed;
    left: 250px;
    width: 0;
    height: 100%;
    margin-left: -250px;
    overflow-y: auto;
    background: #fff;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    top: 54px;
}

.main-menu {
    list-style: outside none none;
    margin: 2px 0 0;
    padding-left: 0;
}

    .main-menu > li > a > i {
        font-size: 19px;
        left: 225px;
        padding: 18px 0;
        position: absolute;
        text-align: center;
        top: 0;
        width: 25px;
        color: #fff;
    }

    .main-menu > li > a {
        display: block;
        font-weight: bold;
        font-size: 17px;
        font-family: Arial 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif sans-serif;
        padding: 15px 20px 14px 20px;
        position: relative;
        text-decoration: none;
        border-bottom: 1px solid gray;
        margin-bottom: 2px;
        background: black;
    }

        .main-menu > li > a:hover {
            background-color: #265397;
            color: #fff;
        }

        .main-menu > li > a:focus {
            background-color: #265397;
            color: #fff;
        }

body:not(.sw-toggled) #sidebar {
    box-shadow: 0 0 10px rgba(51, 51, 51, 0.38);
}

.sidebar.toggled {
    opacity: 0.8;
    display: block;
}

.sidebar {
    background: #000;
    box-shadow: 0 0 10px rgba(51, 51, 51, 0.38);
    height: 100%;
    display: none;
    overflow-y: auto;
    position: fixed;
    top: 0px;
    transition: all 300ms ease 0s;
    z-index: 10;
    right: 0px;
    width: 25%;
}

.pull-right span {
    font-size: 30px;
    cursor: pointer;
    color: #ba4c73;
    max-width: 24px;
    text-align: center;
    padding: 10px;
    text-decoration: none;
    font-size: 35px;
    line-height: 2;
}

.sidenav {
    height: 100%;
    width: 0;
    /*position: fixed;*/
    z-index: 99 !important;
    top: 0;
    right: 0;
    background-color: #111;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
}
/***********************************New Header end****************************/
/**********************Slider Start**************************/
#myCarousel {
    border: none;
}

.owl-carousel1 .owl-stage-outer {
    height: 610px;
    width: 100%;
}

    .owl-carousel1 .owl-stage-outer img {
        width: 100%;
        height: 630px;
    }

.owl-carousel1 .owl-nav {
    display: none;
}

.owl-carousel1 .owl-dots {
    display: none;
    position: absolute;
    bottom: 25px;
    left: 50%;
    transform: translatex(-50%);
}

    .owl-carousel1 .owl-dots .owl-dot {
        width: 20px;
        height: 20px;
        border: 2px solid #000;
        background-color: #000;
        border-radius: 50%;
        display: inline-block;
        margin: 0 3px;
        transition: .3s;
    }

        .owl-carousel1 .owl-dots .owl-dot.active {
            background: #ba4c73;
            border-color: #ba4c73;
        }

@media(max-width:767px) {
    .owl-carousel1 .owl-stage-outer {
        height: 100%;
    }

        .owl-carousel1 .owl-stage-outer img {
            width: 100%;
            height: auto;
        }
}
/**********************Slider end**************************/
/******************Index Page Title start****************/
.page-title {
    margin-bottom: 20px;
}

.pg-Header {
    text-transform: uppercase;
    margin-top: 30px;
    font-family: "Arial Narrow";
    font-weight: 600;
    font-size: 24px;
    line-height: 24px;
    color: #1a1a1a;
}

    .pg-Header.white {
        color: #000 !important;
    }

.wt-separator-outer {
    overflow: hidden;
}

.wt-separator.style-square {
    width: 10px;
    height: 10px;
    background-color: transparent;
    border-width: 3px;
    border-style: solid;
    border-color: #2d3239;
}

    .wt-separator.style-square.white {
        border-color: #fff;
    }

.wt-separator {
    display: inline-block;
    height: 3px;
    width: 50px;
    position: relative;
}

    .wt-separator .separator-left, .wt-separator .separator-right {
        position: absolute;
        top: 50%;
        width: 70px;
        height: 2px;
        margin-top: -1px;
    }

    .wt-separator .separator-right {
        right: -80px;
    }

    .wt-separator .separator-left {
        left: -80px;
    }

    .wt-separator.style-square .separator-left, .wt-separator.style-square .separator-right {
        height: 3px;
        background-color: #ba4c73;
    }

.Serviceimg {
    border: solid 2px #ba4c73;
    border-radius: 50%;
    width: 100px;
    height: 100px;
}

/******************Index Page Title end****************/
/**********************Index About US start*********************/
.about {
    padding-bottom: 40px;
    padding-top: 40px;
}

.align-items-start {
    -webkit-box-align: start !important;
    -webkit-align-items: flex-start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
}

.about-image-thumbnail-3 {
    display: flex;
    align-items: center;
    position: relative;
    margin-top: 150px;
}

.about .animate {
    transition-property: opacity, transform;
    transition-duration: 0.8s;
    transition-delay: 0.1s;
    opacity: 1;
    transform: none;
}

.about-image-thumbnail-3 .image-2 {
    position: absolute;
    right: 0;
    top: -150px;
    animation: jump-2 8s linear infinite;
}

@keyframes jump-2 {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    50% {
        -webkit-transform: translate3d(0, 30px, 0);
        transform: translate3d(0, 30px, 0);
    }

    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@media (min-width: 768px) {
    .p-md-0 {
        padding: 0 !important;
    }
}

.pl--60 {
    padding-left: 60px !important;
}

.about-content {
    padding: 0 30px;
}

    .about-content p {
        font-family: "Arial Narrow";
        font-size: 16px;
        color: #767676;
        margin-bottom: 10px;
        text-align: justify;
    }

.more-button {
    margin-top: 20px;
}

.rts-btn {
    padding: 20px 33px;
    font-family: "Arial Narrow";
    line-height: 10px;
    max-width: max-content;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0.05em;
    transition: 0.3s;
    border-radius: 2px;
    display: block;
    min-width: max-content;
}


    .rts-btn.btn-seconday {
        border-style: none;
        background: #ba4c73;
        color: #fff;
        position: relative;
        overflow: hidden;
        z-index: 1;
    }

        .rts-btn.btn-seconday::after {
            position: absolute;
            left: 0;
            top: 0;
            width: 100%;
            height: 100%;
            content: "";
            background: #000;
            transform: translateY(110%);
            transition: 0.3s;
            z-index: -1;
        }

        .rts-btn.btn-seconday:hover::after {
            transform: translateY(0);
        }

.u-repeater {
    display: grid;
    grid-template-columns: repeat(3, 33.33333333%);
}

.u-section-2 .u-container-layout-2 {
    padding: 30px;
    color: #fff;
    background-color: #ba4c73;
}

.u-section-2 .u-container-layout-3 {
    padding: 30px;
}

.u-tabs:not([class*="u-align-"]), .u-accordion:not([class*="u-align-"]), .u-repeater-item:not([class*="u-align-"]), .u-container-style:not([class*="u-align-"]) {
    text-align: left;
}

.u-section-2 .u-container-layout-4 {
    padding: 30px;
    color: #fff;
    background-color: #ba4c73;
}

.u-repeater-item {
    display: flex;
    position: relative;
}

.u-list:not(.u-repeater) .u-repeater, .u-blog:not(.u-repeater) .u-repeater, .u-products:not(.u-repeater) .u-repeater {
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: auto;
}

.u-layout-row-whychooseuspage {
    flex-direction: row;
    flex-wrap: wrap;
    min-height: -webkit-fit-content;
    min-height: fit-content;
    max-width: 100%;
}

.u-layout-row-whychooseus > .u-size-30 {
    flex: 0 0 50%;
    max-width: 50%;
    min-width: 50%;
}

.u-valign-top {
    justify-content: flex-start;
}

.u-valign-middle, .u-valign-top, .u-valign-bottom {
    display: flex;
    flex-direction: column;
    margin-bottom: 10px;
}

*, *:before, *:after {
    box-sizing: border-box;
}

.u-section-2 .u-container-layout-2 {
    padding: 30px 30px 28px;
}

.u-section-2 .u-image-147 {
    height: 350px;
    width: 600px;
    max-width: 100%;
    margin: 30px 0 -30px 20px auto;
    transform: scaleX(1.5);
}

    .u-section-2 .u-image-147:hover {
        transition: 0.5s all ease-out;
        transform: rotate(3deg);
    }

.u-section-2 .u-layout-cell-2 {
    width: 700px;
    max-width: 100%;
    background-image: none;
}

.u-container-layout-whychooseus {
    position: relative;
    flex: 1;
    max-width: 100%;
    transition-duration: inherit;
}

.u-layout-col, .u-layout-row-whychooseus, .u-layout-col > *, .u-layout-row-whychooseus > * {
    display: flex;
}

.u-section-2 .u-accordion-link-1 {
    margin: 10px;
    border: 1px solid #000;
    font-weight: 700;
    margin-left: auto;
    margin-right: auto;
}

    .u-section-2 .u-accordion-link-1:hover {
        color: #fff;
        background-color: #ba4c73;
        border-radius: 10px;
    }

.u-section-2 .u-accordion-link-2 {
    margin: 10px;
    border: 1px solid #000;
    font-weight: 700;
    margin-left: auto;
    margin-right: auto;
}

    .u-section-2 .u-accordion-link-2:hover {
        color: #fff;
        background-color: #ba4c73;
        border-radius: 10px;
    }

.u-section-2 .u-accordion-link-3 {
    margin: 10px;
    border: 1px solid #000;
    font-weight: 700;
    margin-left: auto;
    margin-right: auto;
}

    .u-section-2 .u-accordion-link-3:hover {
        color: #fff;
        background-color: #ba4c73;
        border-radius: 10px;
    }

.u-accordion-link {
    font-size: inherit;
    font-family: "Arial Narrow";
    line-height: inherit;
    letter-spacing: inherit;
    text-transform: inherit;
    font-weight: inherit;
    display: flex;
    align-items: center;
    width: 100%;
    padding: 10px 20px;
    border-color: transparent;
    cursor: pointer;
}

.u-sheet:not(.u-image):not(.u-video) {
    pointer-events: none;
}

.u-valign-middle > *, .u-valign-top > *, .u-valign-bottom > * {
    flex-shrink: 0;
}

.u-inner-container-layout, .u-inner-container-layout > *, .u-container-layout > * {
    position: relative;
}


@media (min-width: 1200px) .u-xl-mode .u-valign-top-xl {
    justify-content: flex-start;
}

@media (min-width: 1200px) .u-xl-mode .u-valign-middle-xl, .u-xl-mode .u-valign-top-xl, .u-xl-mode .u-valign-bottom-xl {
    display: flex; flex-direction: column;
}

@media (min-width: 1200px) .u-xl-mode .u-expanded-width-xl {
    width: 100% !important; margin-left: 0 !important; margin-right: 0 !important;
}

@media (max-width: 991px) .u-section-2 .u-container-layout-2 {
    padding-left: 0; padding-right: 0; padding-bottom: 0;
}

@media (min-width: 992px) and (max-width: 1199px) .u-valign-top-lg {
    justify-content: flex-start;
}

@media (min-width: 992px) and (max-width: 1199px) .u-valign-middle-lg, .u-valign-top-lg, .u-valign-bottom-lg {
    display: flex; flex-direction: column;
}

@media (max-width: 991px) .u-section-2 .u-image-147 {
    height: 394px; margin-top: 377px; width: auto; margin-right: initial; margin-left: initial;
}

@media (max-width: 1199px) .u-section-2 .u-image-147 {
    height: 514px; margin-top: 0; margin-bottom: 0; margin-right: initial; margin-left: initial; width: auto;
}


/**********************Index About US end*********************/
/**********************Index Project start***************/
.Projectspagebg {
    background-size: cover;
    background-position: center center;
    display: table;
    width: 100%;
    position: relative;
}

.projects {
    position: relative;
    padding-bottom: 80px;
    padding-top: 80px;
    background: #ede9e9;
    /*background-image: url('../images/bg5.jpg');*/
    background-repeat: no-repeat;
}

.rts-single-case-three {
    position: relative;
    max-width: 100%;
    padding: 10px;
}

    .rts-single-case-three .wrapper {
        overflow: hidden;
        display: block;
        position: relative;
        transition: 0.6s;
    }

.projects .rts-single-case-three .wrapper img {
    border: 0;
    vertical-align: middle;
    max-width: 100%;
    height: 300px;
}

.rts-single-case-three .wrapper .content {
    position: relative;
    width: 100%;
    background: #F8F8F8;
    /*padding: 10px;*/
    text-align: center;
    height: 85px;
}

    .rts-single-case-three .wrapper .content h5 {
        position: relative;
        width: 100%;
        color: #000;
        text-align: center;
    }

    .rts-single-case-three .wrapper .content .title {
        font-weight: 600;
        font-size: 20px;
        /*line-height: 46px;*/
        color: #0C0A0A;
        margin-bottom: 5px;
        font-family: "Arial Narrow";
    }

    .rts-single-case-three .wrapper .content p.disc {
        font-weight: 600;
        font-size: 14px;
        line-height: 24px;
        color: #0C0A0A;
        letter-spacing: 0.05em;
        text-transform: uppercase;
        font-family: "Arial Narrow";
    }

.active .rts-single-case-three .content {
    bottom: 0 !important;
}

.rts-single-case-three .content {
    border-style: none;
    background: #FFF;
    color: #fff;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

    .rts-single-case-three .content::after {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        content: "";
        background: #ba4c73;
        transform: translateY(110%);
        transition: 0.3s;
        z-index: -1;
    }

    .rts-single-case-three .content:hover::after {
        transform: translateY(0);
    }

.grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
    gap: 10px;
    max-width: 100%;
    padding: 20px;
    position: center;
}

.grid-item {
    position: relative;
    overflow: hidden;
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
    display: block;
    text-align: center;
    text-decoration: none;
    color: #333;
    width: 430px;
    height: 385px;
}

    .grid-item img {
        width: 100%;
        height: 385px;
        display: block;
    }

        .grid-item img:hover {
            transform: scale(1.1);
            opacity: 0.5;
        }

@media (max-width: 767px) {
    .grid-item {
        width: 100%;
        height: auto;
    }
}

.image-title {
    position: absolute;
    bottom: -100%;
    left: 0;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    color: #fff;
    padding: 10px;
    text-align: center;
    transition: 0.3s;
}

.grid-item:hover .image-title {
    bottom: 40%;
}


.grid {
    display: grid;
    gap: 10px;
    padding: 20px;
}



.title {
    text-align: center;
}

.fullscreen-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.9);
    z-index: 9999;
}

.fullscreen-image {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 90%;
    max-height: 90%;
}

.close-button {
    color: #ba4c73;
    font-size: 36px;
    position: absolute;
    top: 10px;
    right: 20px;
    cursor: pointer;
}



Styles for your gallery .gallery {
    padding: 20px;
    display: flex;
    flex-wrap: wrap;
}

.fullscreen-img {
    height: auto;
    max-width: 100%;
}

.image-container {
    margin: 10px;
    cursor: pointer;
}

.ConservationBimage-title {
    text-align: center;
}


.u-text-quantities-heading {
    font-size: 36px;
    color: #333;
}



.image-container {
    position: relative;
    max-width: 416px;
    max-height: 300px;
    overflow: hidden;
    border: 1px solid #ddd;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}

.aboutusimg {
    height: 124px;
    width: 124px;
    background-image: none;
    text-shadow: 0 0px 0 rgb(0 0 0 / 0%);
    box-shadow: 0px 5px 20px 0 rgb(0 0 0 / 20%);
    margin: -50px auto 0;
    padding: 29px;
}


.image-container img {
    width: 100%;
    height: 100%;
}

    .image-container img:hover {
        transform: scale(1.1);
        opacity: 0.5;
    }

.ConservationBimage-title {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 10px;
    background-color: rgba(0, 0, 0, 0.7);
    color: #fff;
    font-size: 14px;
}

/**********************Index Project end***************/
/**********************Index Service start*************/
.Services {
    background: #f1f1f1;
    padding-top: 80px;
    padding-bottom: 40px;
}

.Sdesign {
    max-width: 1200px;
    margin: 0 auto;
    padding: 2rem;
}

.sdesignimg {
    background: center;
    background-position: center;
    background-size: cover;
    max-width: 100%;
    height: auto;
}

.working-process-inner .working-wrapper {
    transition: all 0.5s;
}

    .working-process-inner .working-wrapper .icon {
        width: 140px;
        height: 140px;
        margin: auto;
        line-height: 140px;
        border-radius: 50%;
        border: 1px solid #ba4c73;
        background: none;
        text-align: center;
        display: block;
        position: relative;
        z-index: 1;
        transition: all 0.5s;
        box-shadow: 0px 17px 64px rgb(0 0 0 / 7%);
    }

        .working-process-inner .working-wrapper .icon::before {
            content: "";
            position: absolute;
            right: -35px;
            bottom: -30px;
            width: 160px;
            height: 160px;
            line-height: 210px;
            border-radius: 50%;
            /*background: #ffffff;*/
            z-index: -1;
            transition: all 0.5s;
        }

        .working-process-inner .working-wrapper .icon img {
            transition: all 0.5s;
            width: 100%;
            height: 100%;
            position: absolute;
            right: -27px;
            bottom: -14px;
            border: solid 2px #ba4c73;
            border-radius: 50%;
        }

    .working-process-inner .working-wrapper .content {
        margin-top: 20px;
        text-align: center;
        transition: all 0.4s;
    }

        .working-process-inner .working-wrapper .content .main-title {
            font-size: 24px;
            line-height: 37px;
            font-weight: 600;
            margin-bottom: 5px;
            transition: all 0.4s;
            font-family: "Arial Narrow";
            color: #000;
        }

        .working-process-inner .working-wrapper .content .desc {
            font-size: 16px;
            font-family: "Arial Narrow";
            line-height: 26px;
            font-weight: 400;
            padding-right: 50px;
            text-align: justify;
        }

    .working-process-inner .working-wrapper:hover .icon::before {
        right: -15px;
        bottom: -15px;
    }

    .working-process-inner .working-wrapper:hover img {
        right: -10px;
        bottom: 0px;
    }

    .working-process-inner .working-wrapper:hover .content .main-title {
        color: #ba4c73;
    }

.pt-40 {
    padding-top: 40px;
}

.pb-40 {
    padding-bottom: 40px;
}

.justify-content-center {
    justify-content: center;
}

.u-sheet:not(.u-image):not(.u-video) > * {
    pointer-events: auto;
    pointer-events: initial;
}

.u-section-2 .u-text-1 {
    text-align: center;
    text-transform: uppercase;
    margin-top: 0;
    font-family: "Arial Narrow";
    font-weight: 600;
    font-size: 24px;
    line-height: 24px;
    color: #1a1a1a;
}

.wt-separator-outer2 {
    text-align: center;
    margin-bottom: 10px;
}

.u-file-icon img {
    object-fit: contain;
    width: 100%;
    height: 100%;
}

.u-section-2 .u-icon-1 {
    height: 36px;
    width: 36px;
    background-image: none;
    margin: 0 auto 0 0;
    padding: 8px;
}

.u-palette-1-base, .u-body.u-palette-1-base, section.u-palette-1-base:before, .u-palette-1-base > .u-container-layout:before, .u-palette-1-base > .u-inner-container-layout:before, .u-palette-1-base.u-sidenav:before, .u-container-layout.u-container-layout.u-palette-1-base:before, .u-table-alt-palette-1-base tr:nth-child(even) {
    color: #ffffff;
    background-color: #2590f4;
}

.u-icon-circle {
    border-radius: 50%;
}

h2:not(.u-subtitle) {
    text-align: center;
    font-size: 2.25rem;
    line-height: 1.1;
    font-family: "Arial Narrow";
    font-weight: 700;
}

.u-align-center {
    text-align: center;
}

.u-list:not(.u-repeater) .u-repeater, .u-blog:not(.u-repeater) .u-repeater, .u-products:not(.u-repeater) .u-repeater {
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: auto;
}

.QuantityServices {
    text-align: center;
}

.service-quantity-list img {
    padding: 5px;
    border: solid 1px;
    width: 100px;
    height: 100px;
    /*border-radius: 50%;*/
    object-fit: cover;
    /*margin-bottom: 10px;*/
    margin: 20px;
}

    .service-quantity-list img:hover {
        border-color: #ba4c73;
        border-radius: 10px;
    }

.service-content {
    text-align: center;
    max-width: 700px; /* Set maximum width for the content */
    margin: 0 auto; /* Center-align the content horizontally */
}

.container-industraildesign {
    text-align: center;
}
/*.image-card{
    border:1px solid;
    margin:10px;
    padding:10px;   
}*/
.image-card {
    border: 1px solid;
    margin: 10px;
    padding: 10px;
    background: #fff;
    color: #000;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

    .image-card::after {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        content: "";
        background: #ba4c73;
        transform: translateY(110%);
        transition: 0.3s;
        z-index: -1;
    }

    .image-card:hover::after {
        transform: translateY(0);
    }

    /*.image-card:hover{
    border-style: none;
    background: #ba4c73;
    color: #fff;
    position: relative;
    overflow: hidden;
    transition:0.2s ease-in-out;
    transform:scaleY(2deg);
    z-index: 1; 
}*/



    .image-card img {
        width: 100px;
        height: 100px;
        object-fit: cover;
        /*border-radius: 50%;*/
    }

.StructuralEvaluation {
    margin: 10px;
    padding: 10px;
}

.StructuralEvaluation-title {
    background-color: #ba4c73;
    color: #fff;
    padding: 5px;
}

/*.u-section-StructuralEvaluationbg{     
    position:center;
    background-position:center; 
    background:no-repeat;
    background-repeat:no-repeat;
    background-size:cover;
    background:fixed;   
    background-image: url(/assets/images/Service/StructuralEvaluation/pngwing.comazxs.png);   
}*/

/*.StructuralEvaluation img{        
    max-width:400px;
    max-height:700px;
}*/
.StructuralEvaluation .image {
    max-width: 300px;
}
/*.Structuralimage{
    text-align:center;
    max-width:400px;
}*/

.PreservationofHeritage {
    max-width: 1200px;
    margin: 0 auto;
    padding: 2rem;
}

.PreservationofHeritage-section {
    margin-bottom: 2rem;
}

.PreservationofHeritage-title {
    font-size: 1.5rem;
    font-weight: bold;
    margin-bottom: 1rem;
}

.PreservationofHeritage-text {
    line-height: 1.6;
}

.PreservationofHeritage-image-1 {
    max-width: 100%;
    height: auto;
}

.PreservationofHeritage-section-1 {
    text-align: center;
}
/*****************media layer text start*************/
/*.Qs-slider-container {
      max-width: 1200px;
    margin: 0 auto;
    padding: 2rem;
}
.wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 5px;
}

.media {
    border:solid 1px;   
    background: #fff;
    overflow: hidden;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 15px 15px 15px 0 !important;
    border-radius: 5px;
    box-shadow: 0px 8px 30px rgb(34 34 34 / 7%);
}

    .media img {
        padding:100px;
        max-width: 100%;
        height: auto;
    }

.layer {
    opacity: 0;
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 10px;
    height: 90%;
    background:  #efefef;
    color: #2f3135;
    transition: all 0.9s ease;
}

    .layer p {
        transition: all 0.9s ease;
        transform: scale(0.1);
    }

.media:hover .layer {
    opacity: 0.8;
    width: 90%;
    transition: all 0.5s ease;
}

.media:hover p {
    transform: scale(1);
    transition: all 0.9s ease;
    line-height: 20px;
    padding-left: 5px;
    padding-right: 5px;
}

.services-terri-caption {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    position: absolute;
    content: '';
    padding: 10px;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    pointer-events: none;
    z-index: 1;
}

.services-terri-title {
    letter-spacing: .025em;
    text-transform: none;
    width: 100%;
    padding: 20px 0px;
    text-align: center;
    color: #fff6f6;
    font-size: 20px;
    background-color:#89445e;
}

@media (max-width: 600px) {
    .wrapper {
        display: block;
        margin: 10px;
    }

    .media {
        margin: 15px !important;
    }

    .layer {
        opacity: 0.8;
        width: 90%;
        transition: all 0.5s ease;
    }

        .layer p {
            transform: scale(1);
            transition: all 0.9s ease;
            line-height: 17px;
            font-size: 14px;
            padding-left: 5px;
            padding-right: 5px;
        }
}

.button-33 {
    background-color: #3d80b7;
    border-radius: 100px;
    box-shadow: rgb(58 134 174 / 31%) 0 -25px 18px -14px inset, rgb(58 134 174 / 61%) 0 1px 2px, rgb(58 134 174 / 61%) 0 2px 4px, rgb(58 134 174 / 61%) 0 4px 8px, rgb(58 134 174 / 61%) 0 8px 16px, rgb(58 134 174 / 61%) 0 16px 32px;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-family: Arial 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif CerebriSans-Regular,-apple-system,system-ui,Roboto,sans-serif;
    padding: 7px 20px;
    text-align: center;
    text-decoration: none;
    transition: all 250ms;
    border: 0;
    font-size: 16px;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
    text-decoration: none;
}

    .button-33:hover {
        box-shadow: rgb(58 134 174 / 81%) 0 -25px 18px -14px inset, rgb(58 134 174 / 61%) 0 1px 2px, rgb(58 134 174 / 61%) 0 2px 4px, rgb(58 134 174 / 61%) 0 4px 8px, rgb(58 134 174 / 61%) 0 8px 16px, rgb(58 134 174 / 61%) 0 16px 32px;
        transform: scale(1.05) rotate(-1deg);
        text-decoration: none;
        color: #fff;
    }*/
/*****************media layer text end*************/
/**********************Index Service end*************/

/*********************Index Quote start********************/
.Quote {
    margin-bottom: 50px;
    position: relative;
    padding-bottom: 50px;
    padding-top: 50px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    align-items: center;
}

.align-items-center {
    /*height:300px;*/
    align-self: center;
    align-items: center;
}

.bg-black {
    background-color: #f1f1f1 !important;
}

.overlay-main {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0.5;
}

.opacity-07 {
    opacity: 0.7;
}

.text-white {
    color: #fff;
}

.font-24 {
    color: #000;
    font-size: 24px;
    /*line-height: 30px;*/
    font-family: "Arial Narrow";
    font-weight: 600;
    margin-bottom: 20px;
}

.p-relative {
    position: relative;
}

.d-block-center {
    /*display: block;*/
    text-align: center;
    max-width: 100%;
}

.fix-width-50 {
    width: 50%;
    height: 300px;
    display: flex;
    justify-content: center;
    margin: auto;
    align-items: center;
}

@media(max-width : 767px) {
    .fix-width-50 {
        width: 100%;
        height: 300px;
        margin: auto;
        padding-left: 15px;
        padding-right: 15px;
        text-wrap: normal;
        text-align: center;
    }

    .font-24 {
        font-size: 20px;
    }

    .fix-width-50 p {
        text-align: center;
    }
}

.owl-carousel3 .owl-stage-outer .p-relative {
    width: 100%;
    height: 100%;
}

.owl-nav {
    color: #fff;
}

.owl-prev {
    position: absolute;
    z-index: 10;
    font-size: 25px;
    top: 40%;
    left: 10px;
    font-weight: 700;
}

.owl-next {
    right: 10px;
    position: absolute;
    font-size: 25px;
    z-index: 10;
    top: 40%;
}

.owl-carousel3 .owl-nav {
    display: none;
}

.owl-carousel3 .owl-dots {
    display: none;
}
/*********************Index Quote end********************/
/*********************Index Blog start******************/
.blog {
    background: #f1f1f1;
    padding-top: 10px;
    padding-bottom: 40px;
}

.blog-post {
    position: relative;
    margin-bottom: 30px;
}

.wt-img-effect {
    position: relative;
    overflow: hidden;
    display: block;
}

.wt-post-media {
    border-bottom: 3px solid #ba4c73;
}

.wt-img-effect img {
    display: block;
    margin: 0;
    width: 100%;
    height: auto;
    box-shadow: 0 0 0 rgb(0 0 0 / 0%);
    transition: all 0.25s;
    max-width: 100%;
    vertical-align: middle;
}

.wt-img-effect.zoom-slow img {
    transition: all 10s;
    -moz-transition: all 10s;
    -webkit-transition: all 10s;
    -o-transition: all 10s;
}

.wt-post-info {
    position: relative;
    background-color: #fff;
}

.p-a30 {
    padding: 30px;
}

.wt-post-title {
    margin-bottom: 10px;
}

    .wt-post-title .post-title {
        margin: 0;
        text-transform: uppercase;
        font-weight: normal;
        font-size: 20px;
        line-height: 24px;
        color: #3d474a;
        font-family: "Arial Narrow";
    }

.wt-post-text {
    margin-bottom: 15px;
}

    .wt-post-text p {
        line-height: 24px;
        font-family: "Arial Narrow";
        font-size: 14px;
        font-weight: 400;
        color: #767676;
    }

.wt-post-meta {
    margin-bottom: 5px;
}

    .wt-post-meta ul {
        margin: 0 -4px;
        padding: 0;
        list-style: none;
    }

    .wt-post-meta li {
        display: inline-block;
        font-size: 12px;
        font-family: "Arial Narrow";
    }

    .wt-post-meta li {
        padding: 0;
        display: inline-block;
        font-size: 12px;
        font-family: "Arial Narrow";
    }

    .wt-post-meta i {
        color: #7b7b7b;
        margin: 0 5px;
    }

    .wt-post-meta a {
        color: #a9a9a9;
    }

.post-date {
    background-color: #1a1a1a;
    position: absolute;
    padding: 8px 15px !important;
    color: #fff;
    top: -39px;
    left: 0;
    height: 36px;
    z-index: 1;
}

    .post-date i {
        position: relative;
        background: #ba4c73;
        color: #fff;
        display: inline-block;
        text-align: center;
        width: 40px;
        height: 36px;
        line-height: 42px;
        margin-top: -8px;
        margin-left: -15px;
        margin-right: 15px;
        /*margin: 0 5px;*/
    }

    .post-date strong {
        color: #ba4c73;
        margin-right: 2px;
        font-weight: 600;
    }

    .post-date span {
        color: #fff;
    }

.wt-img-effect.zoom-slow:hover img {
    -moz-transform: scale(2);
    -webkit-transform: scale(2);
    -o-transform: scale(2);
    -ms-transform: scale(2);
    transform: scale(2);
}

.blogpage {
    max-width: 1140px;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.section-title {
    text-transform: uppercase;
    margin-top: 39px;
    font-family: "Arial Narrow";
    font-weight: 600;
    font-size: 24px;
    line-height: 24px;
    color: #1a1a1a;
    position: relative;
    margin-bottom: 20px;
}

    .section-title .title {
        position: relative;
        display: inline-block;
        color: #000;
        /*background-color: #fff;*/
        font-size: 16px;
        text-transform: uppercase;
        margin-top: 0px;
        margin-bottom: 0px;
        padding-right: 10px;
        z-index: 20;
    }

.post-title a {
    color: #11151c;
    -webkit-transition: 0.2s color;
    transition: 0.2s color;
}

figure {
    margin-bottom: 20px;
}

    figure > img {
        width: 100%;
    }

    figure.pull-right {
        margin-left: 15px;
        max-width: 100%;
        width: 400px;
    }

    figure > figcaption {
        font-size: 14px;
        text-align: center;
        margin-top: 10px;
        font-style: italic;
        color: #97989b;
    }

.pull-right {
    float: right;
}

.post {
    position: relative;
    margin-bottom: 30px;
}

    .post.post-widget .post-body {
        position: relative;
        background: transparent;
        margin: 0px 0px 0px 150px;
        padding: 0;
    }

    .post .post-body {
        position: relative;
        margin: -50px 0px 0px 3%;
        padding: 5%;
        background: #fff;
        z-index: 10;
        color: #ba4c73;
        border-style: none;
        overflow: hidden;
    }

.post-img > img {
    width: 100%;
    transition: 1.6s -webkit-transform;
    transition: 1.6s -webkit-transform;
    transition: 1.6s transform;
    transition: 1.6s transform, 1.6s -webkit-transform;
}

    .post-img > img:hover {
        transition: 0.5s all ease-out;
        transform: scale(2);
    }

.galery-widget ul {
    margin: -2px -2px;
}

.section-title:after {
    content: "";
    display: inline-block;
    height: 2px;
    background-color: #e8eaed;
    position: absolute;
    left: 0;
    right: 0;
    top: 10px;
    z-index: 10;
}

ul, ol {
    margin: 0;
    padding: 0;
    list-style: none;
}

.galery-widget ul li {
    display: inline-block;
    width: 33.33%;
    padding: 2px;
    margin-right: -4px;
}

    .galery-widget ul li a img {
        width: 100%;
        -webkit-transition: 1.6s -webkit-transform;
        transition: 1.6s -webkit-transform;
        transition: 1.6s transform;
        transition: 1.6s transform, 1.6s -webkit-transform;
    }

.post.post-widget .post-title {
    font-size: 16px;
    margin-bottom: 0px;
}

.post-category a {
    color: #ba4c73;
    font-weight: 700;
    font-size: 12px;
    text-transform: uppercase;
}

@media (min-width: 992px) .col-md-8 {
    width: 66.66666667%;
}

@media (min-width: 992px) .col-md-10, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8 {
    float: left;
}

.section-row {
    margin-bottom: 30px;
}

.post.post-widget .post-img {
    float: left;
    width: 130px;
}

.post .post-img {
    display: block;
    overflow: hidden;
}

.section-row h3 {
    font-family: "Arial Narrow";
    color: #11151c;
    font-weight: 700;
    margin: 0px 0px 15px;
}

.section-title:after {
    content: "";
    display: inline-block;
    height: 2px;
    background-color: #e8eaed;
    position: absolute;
    left: 0;
    right: 0;
    top: 10px;
    z-index: 10;
}

blockquote.blockquote:before {
    content: "\f10d";
    font-family: "Arial Narrow";
    width: 70px;
    height: 70px;
    line-height: 70px;
    text-align: center;
    border-radius: 50%;
    color: #ee4266;
    font-size: 30px;
    background: #fff;
    border: 2px solid #e8eaed;
    float: left;
    margin-right: 10px;
}

blockquote.blockquote .blockquote-footer {
    color: #97989b;
}

blockquote footer {
    display: block;
    font-size: 80%;
    line-height: 1.42857143;
    color: #777;
}

blockquote {
    padding: 10px 20px;
    margin: 0 0 20px;
    font-size: 17.5px;
    border-left: 5px solid #ba4c73;
}

.post-nav .prev-post .post-img {
    float: left;
    margin-right: 15px;
}

.post-nav .post-img {
    display: block;
    width: 100px;
    overflow: hidden;
}

.post-nav .next-post .post-img {
    float: right;
    margin-left: 15px;
}

.post-nav .post-title {
    font-size: 14px;
    margin: 0px;
}

.post-nav .prev-post {
    float: left;
    width: 50%;
    padding-right: 15px;
}

.post-nav .next-post {
    float: right;
    width: 50%;
    text-align: right;
    padding-left: 15px;
}


/*********************Index Blog end******************/
/******************Page Header start******************/
.bg-top-center {
    background-position: top center;
}

.mt-bnr-inr .container {
    display: table;
    height: 100%;
}

.mt-bnr-inr {
    margin-top: 75px;
    height: 200px;
    background-size: cover;
    background-position: center center;
    display: table;
    width: 100%;
    position: relative;
}

.overlay-main {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0.5;
}

.bg-black {
    background-color: #000;
}

.opacity-07 {
    opacity: 0.7;
}

.mt-bnr-inr-entry {
    display: table-cell;
    text-align: center;
    position: relative;
    z-index: 1;
    vertical-align: middle;
    width: 900px;
}

    .mt-bnr-inr-entry .banner-title-outer {
        position: relative;
        max-width: 900px;
        margin: 0px auto;
    }

    .mt-bnr-inr-entry .banner-title-outer {
        border-left: 10px solid #ba4c73;
        border-right: 10px solid #ba4c73;
    }

        .mt-bnr-inr-entry .banner-title-outer:before {
            width: 30px;
            height: 10px;
            bottom: 0px;
            right: 0px;
        }

        .mt-bnr-inr-entry .banner-title-outer .banner-title-name:before {
            width: 30px;
            height: 10px;
            bottom: 0px;
            left: 0px;
        }

        .mt-bnr-inr-entry .banner-title-outer .banner-title-name:before {
            width: 30px;
            height: 10px;
            bottom: 0px;
            right: 0px !important;
        }

        .mt-bnr-inr-entry .banner-title-outer .banner-title-name:after {
            width: 30px;
            height: 10px;
            top: 0px;
            right: 0px;
        }

        .mt-bnr-inr-entry .banner-title-outer:after {
            width: 30px;
            height: 10px;
            top: 0px;
            left: 0px;
        }

        .mt-bnr-inr-entry .banner-title-outer:before, .mt-bnr-inr-entry .banner-title-outer .banner-title-name:before,
        .mt-bnr-inr-entry .banner-title-outer .banner-title-name:after, .mt-bnr-inr-entry .banner-title-outer:after {
            content: "";
            position: absolute;
        }

        .mt-bnr-inr-entry .banner-title-outer:before, .mt-bnr-inr-entry .banner-title-outer .banner-title-name:before,
        .mt-bnr-inr-entry .banner-title-outer .banner-title-name:after, .mt-bnr-inr-entry .banner-title-outer:after {
            background-color: #ba4c73;
        }


        .mt-bnr-inr-entry .banner-title-outer .banner-title-name {
            padding: 20px 20px;
        }

        .mt-bnr-inr-entry .banner-title-outer h2 {
            margin-top: 0px;
            color: #000;
            font-size: 22px;
            line-height: 32px;
            text-transform: uppercase;
            font-weight: 400;
            letter-spacing: 1px;
            font-family: Arial 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif sans-serif;
        }

        .mt-bnr-inr-entry .banner-title-outer h4 {
            margin-top: 0px;
            color: #fff;
            /*font-size: 22px;*/
            line-height: 32px;
            text-transform: uppercase;
            font-weight: 400;
            letter-spacing: 1px;
            font-family: Arial 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif sans-serif;
        }

.mt-breadcrumb {
    margin: 0;
    list-style: none;
}

    .mt-breadcrumb li {
        padding: 0;
        margin-right: 7px;
        color: #fff;
        position: relative;
        display: inline-block;
        font-size: 12px;
    }

        .mt-breadcrumb li a {
            color: #ba4c73;
        }

.breadcrumb-style-2 li a:after {
    content: "\f101";
    margin-left: 7px;
    font-family: Arial 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif 'sans-serif';
    color: #fff;
    font-size: 16px;
    font-weight: normal;
}

.mt-breadcrumb li {
    padding: 0;
    margin-right: 7px;
    color: #fff;
    position: relative;
    display: inline-block;
    font-size: 12px;
}

    .mt-breadcrumb li:last-child {
        color: #fff;
    }
/******************Page Header end******************/
/******************Service Page start*************/
.Services-Page {
    background: #f1f1f1;
    padding-top: 80px;
    padding-bottom: 40px;
}

.m-b10 {
    margin-bottom: 10px;
}

.animate_line {
    position: relative;
    z-index: 0;
}

    .animate_line:after, .animate_line:before {
        content: "";
        height: 4px;
        width: 0px;
        position: absolute;
        transition: all 0.5s ease 0s;
        z-index: -1;
    }

    .animate_line:before {
        right: 7px;
        top: 5px;
    }

.Services-Page .wt-icon-box-wraper.center {
    text-align: center;
}

.Services-Page .wt-icon-box-wraper {
    position: relative;
}

.Services-Page .animate_line .wt-icon-box-wraper {
    margin-top: 10px;
    margin-bottom: 10px;
}

.Services-Page .icon-content {
    overflow: hidden;
    height: 100px;
}

.Services-Page .wt-icon-box-wraper .wt-tilte {
    margin-top: 0;
    position: relative;
    font-family: "Arial Narrow";
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    color: #ba4c73;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.Services-Page .wt-icon-box-wraper p:last-child {
    margin: 0px;
    line-height: 24px;
    font-family: "Arial Narrow";
    font-size: 18px;
    font-weight: 400;
    color: #767676;
    text-align: center;
}

.Services-Page .animate_line:after, .animate_line:before {
    content: "";
    height: 4px;
    width: 0px;
    position: absolute;
    transition: all 0.5s ease 0s;
    z-index: -1;
}

.Services-Page .animate_line:before {
    right: 7px;
    top: 5px;
}

.Services-Page .animate_line:after {
    left: 7px;
    bottom: 5px;
}

.Services-Page .animate_line:hover:after, .Services-Page .animate_line:hover:before {
    width: 50%;
    height: 50%;
    background: #ba4c73;
}

.Services-Page .animate_line:hover::after, .Services-Page .animate_line:hover::before {
    background-color: #ba4c73;
}

.bg-white {
    background-color: #fff;
}

.icon {
    width: 80px;
    margin: auto;
}


/******************Service Page end*************/
/******************About Page start**************/
.about-page {
    padding-right: 30px;
    padding-left: 30px;
    background: #f8f8f869;
    padding-top: 40px;
}

.about-com-pic {
    position: relative;
    z-index: 1;
    margin-right: 30px;
    margin-left: 10px;
}

    .about-com-pic img {
        border-style: none;
        height: auto;
        max-width: 100%;
        vertical-align: middle;
        width: 100%;
    }

    .about-com-pic:after {
        border-color: #ba4c73;
        content: "";
        position: absolute;
        width: 100%;
        height: 100%;
        top: 10px;
        left: -10px;
        background-color: #ba4c73;
        z-index: -1;
    }

.section-head {
    margin-bottom: 50px;
}

    .section-head p {
        padding-top: 0px;
        font-family: "Arial Narrow";
        font-size: 18px;
        line-height: 24px;
        margin-top: 0;
        text-align: justify;
        margin-bottom: 10px;
        font-weight: 400;
        color: #767676;
    }

.u-section-2 {
    padding: 20px;
}


/******************About Page end**************/
/******************Contact Page start************/
.contact-page {
    background: #f1f1f1;
    padding-top: 50px;
    padding-bottom: 20px;
}

    .contact-page .bg-secondry {
        background-color: #ba4c73;
    }

    .contact-page .wt-icon-box-wraper {
        position: relative;
    }

.wt-icon-box-wraper.center {
    text-align: center;
}

.contact-page .icon-sm {
    width: 40px;
    display: inline-block;
    text-align: center;
}

    .contact-page .icon-sm i {
        font-size: 30px;
        vertical-align: middle;
    }

.contact-page .icon-content {
    overflow: hidden;
    height: 110px;
}

    .contact-page .icon-content h5 {
        font-family: "Arial Narrow";
        font-weight: 600;
        font-size: 16px;
        line-height: 22px;
        margin-bottom: 10px;
    }

.contact-page .wt-icon-box-wraper p:last-child {
    margin: 0px;
}

.contact-page .text-gray-dark {
    color: #fff;
}

.contact-page p.text-gray-dark {
    line-height: 24px;
    font-family: "Arial Narrow";
    font-size: 14px;
    font-weight: 400;
}

.m-b50 {
    margin: 20px;
}

.wt-box {
    position: relative;
}

.contact-page .form-group {
    margin-bottom: 29px;
}

.input-group {
    position: relative;
    display: flex;
    /*flex-wrap: wrap;*/
    align-items: stretch;
    width: 100%;
}

.input-group-addon {
    border-radius: 0px;
    background: #fff;
    border-color: #e1e1e1;
    padding: 6px 14px;
    font-size: 16px;
    color: #545454;
    border-width: 1px;
    border-style: solid;
    display: table-cell;
    width: auto;
}

.input-group:not(.has-validation) > :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu):not(.form-floating) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.input-group .form-control {
    display: table-cell;
}

.input-group > :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
    margin-left: -1px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.contact-page .btn-seconday {
    margin: auto;
    padding: 15px 45px;
}
/******************Contact Page end************/

.projectsimg {
    width: 100%;
    height: 465px;
}

.projectsmodelimg {
    width: 100%;
    height: 50px;
}


@media (max-width: 768px) {
    .projectsimg {
        height: auto;
    }
}

/**************************************************/
/**Drp Menu With Image Start**/

.dropdown-submenu .dropdown-menu {
    top: 0;
    left: 100%;
    padding: 0px;
    margin-top: 0px;
    height: 500px;
}

.dropdown-menu li a img {
    width: 100px;
    height: 100px;
}

.dropdown-submenu .dropdown-menu {
    display: flex;
    /*display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;*/
}

    .dropdown-submenu .dropdown-menu li a h5 {
        text-align: center;
    }



.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    width: 100%;
    left: 0;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}

    .dropdown-content .header {
        background: red;
        padding: 16px;
        color: white;
    }

.dropdown-submenu:hover .dropdown-content {
    display: block;
}


.column {
    display: flex;
    float: left;
    width: 100% !important;
    padding: 10px;
    /*height: 250px;*/
}

    .column a h5 {
        color: #fff;
        text-align: center;
    }

    .column a {
        float: none;
        color: black;
        padding: 16px;
        text-decoration: none;
        display: block;
        text-align: left;
    }

        .column a:hover {
            background-color: #2624245e;
        }

.dropdown-submenu .dropdown-content {
    display: block;
    /*display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;*/
}

.navbar-nav.pull-right > li > .dropdown-menu, .navbar-nav > li > .dropdown-menu.pull-right {
    right: 145px;
    left: auto;
    height: 500px;
}

.dropdown-submenu .dropdown-menu {
    display: none;
}

.dropdown-submenu :hover .dropdown-menu {
    display: block;
    height: 500px;
}


@media (max-width: 768px) {

    .dropdown-submenu .dropdown-menu {
        display: none !important;
    }
}
/**Drp Menu With Image End**/
