body {
    /*font-family: Verdana;*/
    font-family: "sans-serif";
    color: #000;
    font-size: 13px;
    font-weight: 400;
    background-color: #fff;
}

.container {
    max-width: 100%;
    padding-left: 0px;
    padding-right: 0px;
    margin-left: 0px;
    margin-right: 0px;
    /*padding-left: 15px;
    padding-right: 15px;
    margin-left: auto;
    margin-right: auto;*/
}

.top-container {
    background-color: #000;
    padding: 10px 10px 15px 10px;
    text-align: left;
    color: #fff;
}

    .top-container .fa {
        font-size: 15px;
        /* color: #fff; */
        /* padding: 5px 10px 0px 10px; */
    }

    .top-container .fab {
        font-size: 15px;
        /* color: #fff; */
        /* padding: 5px 10px 0px 10px; */
    }

    .top-container .rightcontent {
        float: right;
        margin-top: -5px;
    }

.rightcontent a {
    margin: 0 3px;
}

    .rightcontent a i {
        text-align: center;
        color: #fff;
        border-radius: 50%;
        /* border: 1px solid #fff; */
        height: 30px;
        width: 30px;
        margin: auto;
        line-height: 30px;
    }

.container > .navbar-header, .container > .navbar-collapse {
    margin-right: 0px;
    margin-left: 0px;
}

.rightcontent a {
    margin: 0 3px;
}

    .rightcontent a i {
        text-align: center;
        /*color: #d93337;*/
        border-radius: 50%;
        /*border: 1px solid #fff;*/
        height: 35px;
        width: 35px;
        margin: auto;
        line-height: 35px;
        /*clip-path: polygon(100% 0%, 100% 50%, 100% 100%, 25% 100%, 0% 50%, 25% 0%);*/
    }

        .rightcontent a i:hover {
            background: #d93337;
            color: #fff;
        }



.top-container .fa {
    font-size: 15px;
    /*color: #fff;*/
    padding: 5px 10px 0px 10px;
}

.top-container .fab {
    /*background: #fff;*/
    /*font-size: 20px;*/
    border-radius: 0px;
    /*color: #fff;*/
    /*padding: 5px 10px 0px 10px;*/
    border-bottom: solid 1px #fff;
}



.content {
    /*padding: 16px;*/
    padding-left: 100px;
    padding-right: 100px;
}

.aboutcontent {
    /*padding: 16px;*/
    line-height: 24px;
}

    .aboutcontent p {
        font-size: 16px;
        text-align: justify;
    }

.to-front .divider, .divider {
    width: 49px;
    height: 2px;
    /*margin-left: auto;*/
    margin-right: auto;
    background: #F5821F;
    margin-bottom: 20px;
}

.centerdivider {
    width: 49px;
    height: 2px;
    margin-left: auto;
    margin-right: auto;
    background: #7dba2f;
    margin-bottom: 20px;
}

.aboutcontent .icon {
    width: 55px;
    height: 55px;
    font-size: 20px;
}

    .aboutcontent .icon i {
        color: sienna;
        font-size: 20px;
    }

.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;
        /*transition: background 1s linear;*/
        /*height: 85px;*/
        box-shadow: 1px 1px rgba(0,0,0,0.15);
    }

    .sticky-opacity .navbar-nav > li > a {
        text-align: center;
        padding: 12px 12px 15px 12px;
        text-decoration: none;
        font-size: 16px;
        line-height: 37px;
        /*border-radius: 4px;*/
        /*margin-top: 20px;*/
        margin-bottom: -5px;
        color: #000;
        font-family: "sans-serif";
        font-weight: bold;
    }

    .sticky-opacity .navbar-brand img {
        max-width: 200px;
        max-height: 65px;
    }

    /*.sticky-opacity .navbar-brand {
        margin-top: 25px;
    }*/

    .sticky-opacity .navbar-nav > li > a:hover {
        color: #fff;
    }

    .sticky-opacity .navbar-nav {
        margin-top: 0;
    }

    .sticky-opacity #menu:before {
        border-bottom: 0px solid #fff;
    }

.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: 80px;
}

.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: 14px;
    /*line-height: 25px;*/
    /*border-radius: 4px;*/
    margin-top: 11px;
    margin-bottom: -5px;
    /*color: #5c4f3b;*/
    font-family: "sans-serif";
    font-weight: bold;
    text-transform: uppercase;
}

    /*.navbar-nav > li > a:hover::before {
        content: '';
        position: absolute;
        right: -25px;
        bottom: 0;
        width: 0;
        height: 0;
        border-left: 25px solid #32557f;
        border-top: 25px solid transparent;
        border-bottom: 25px solid transparent;
    }*/
    .navbar-nav > li > a:hover {
        color: #fff;
        border-bottom: solid 2px #d93337;
        background-color: #000;
    }

    /*.navbar-nav > li > a:hover::after {      
            content: '';
            position: absolute;
            bottom: 0;
            left: 50%;
            width: 0;
            height: 0;
            border: 13px solid transparent;
            border-top-color: #336699;
            border-bottom: 0;
            margin-left: -13px;
            margin-bottom: -13px;
        }*/

    .navbar-nav > li > a:active {
        color: #fff;
        background-color: #000;
        /*border-radius: 3px;*/
    }

.navbar-nav {
    margin-top: 6px;
}

/*#navbar a:hover {
            background-color: #fff;
            color: #5E3030;
        }

        #navbar a.active {
            background-color: #fff;
            color: #5E3030;
        }*/


@media (min-width: 768px) {
    .navbar > .container .navbar-brand {
        margin-left: 0px;
    }
}

.navbar-brand {
    float: left;
    padding: 4px 20px;
    font-size: 18px;
    line-height: 20px;
    max-width: 200px;
    position: relative;
    /* max-height: 65px; */
    /*top: 12px;*/
    margin-left: 10px;
}

    .navbar-brand img {
        /*background: #fff;*/
        transition: 0.4s;
        max-width: 200px;
        max-height: 65px;
        margin-bottom: 0px;
        border-radius: 5px;
    }

#navbar-right {
    float: right;
}

#myHeader {
    /*overflow:hidden;*/
    height: 75px;
    z-index: 10000;
    margin-bottom: 10px;
    position: absolute;
}

/*.navbar-header a:hover {
    border: 1px solid #f00;
}*/

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1;
    display: none;
    float: left;
    min-width: 160px;
    padding: 10px;
    margin: 0px 0 0;
    font-size: 13px;
    list-style: none;
    border: 1px solid rgba(0,0,0,0.15);
    box-shadow: 0 6px 12px rgba(0,0,0,0.175);
    background-clip: padding-box;
}

    .dropdown-menu > li > a {
        display: block;
        padding: 8px 25px;
        clear: both;
        font-weight: normal;
        line-height: 1.428571429;
        color: #5c4f3b;
        white-space: nowrap;
        left: 0;
        right: auto;
        transform-origin: 0 0 0;
        border-radius: 3px;
        transition: 0.10s;
    }

        .dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
            color: #fff;
            text-decoration: none;
            transform-origin: 0 0 0;
            transition: 0.10s;
            background-color: #000;
            font-weight: 400;
            /*border-radius: 3px;*/
            border-bottom: solid 2px #d93337;
        }

    .dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
        color: #fff;
        text-decoration: none;
        background-color: #000;
        transform-origin: 0 0 0;
        transition: 0.5s;
        outline: 0;
        font-weight: 400;
    }

    .dropdown-menu > li > ul.dropdown-submenu {
        position: absolute;
        list-style: none;
        left: 100%;
        top: 0;
        /*width: 100%;*/
    }

    .dropdown-menu > li:hover ul.dropdown-submenu {
        display: block;
    }

.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
    background-color: #000;
    border-color: #d93337;
    color: #fff;
    /*border-bottom: 1px solid;*/
    border-radius: 3px;
}

@media screen and (max-width: 580px) {
    #navbar {
        /*padding: 20px 10px !important;*/
        margin-bottom: 10px;
        height: 90px;
    }

        #navbar a {
            float: none;
            display: block;
            text-align: left;
        }

    #navbar-right {
        float: none;
    }

    .sticky-opacity .navbar-toggle {
        /*border: 1px solid #fff;*/
        top: 15px;
    }

    .sticky-opacity .navbar-brand {
        padding: 0px 10px;
        color: white;
        /*margin-left: 20px;*/
        /*background-color: #fff;*/
    }

    .sticky-opacity .navbar-toggle .fa {
        color: #000;
    }

    .navbar-toggle {
        /*background-color: #fff;*/
        /*border: 1px solid #5c4f3b;*/
        border-radius: 4px;
        float: right;
        margin-bottom: 8px;
        margin-right: 28px;
        top: 15px;
        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: #000;
            transform: rotate(360deg);
            transition: transform 0.5s ease 0s;
            transform-style: preserve-3d;
            font-size: 25px;
        }

    .top-container {
        background-color: #3f6eb0;
        padding: 10px 10px 10px 10px;
        text-align: center;
    }

        .top-container .rightcontent {
            text-align: center;
            float: none;
            margin-left: 10px;
            margin-top: 5px;
            display: none;
        }

    .navbar-collapse ul {
        background-color: #000;
        color: #fff;
        margin-right: 38px;
        margin-top: 10px;
        text-align: center;
        width: 75%;
    }

    .navbar-nav > li {
        border-bottom: 1px solid #eee;
    }

    .nav > li {
        display: block;
        position: relative;
    }

    .navbar-collapse.in {
        overflow-y: visible;
        /*height: 100%;*/
        position: absolute;
        width: 100%;
        margin-right: 0px;
    }

    .navbar-nav > li > a {
        padding: 15px 12px 15px 12px;
        line-height: 20px;
        margin-top: 0px;
    }

    .dropdown-menu > li > a {
        color: #fff;
    }

    .dropdown-menu {
        /*position: relative;
        top: 100%;
        left: 0;
        z-index: 1000;        
        float: left;
        min-width: 100%;*/
        padding-left: 15px;
        /*margin: 0px 0 0;*/
        /*font-size: 14px;*/
        list-style: none;
    }

        .dropdown-menu > li > a {
            display: block;
            padding: 15px 20px;
            clear: both;
            font-weight: normal;
            line-height: 1.428571429;
            /*color: #035C07;*/
            white-space: nowrap;
            left: 0;
            right: auto;
            transform-origin: 0 0 0;
            transition: 0.10s;
            font-size: 12px;
            /*border-bottom: 1px solid #eee;*/
        }

    .sticky-opacity .dropdown-menu > li > a {
        display: block;
        padding: 15px 20px;
        clear: both;
        font-weight: normal;
        line-height: 1.428571429;
        color: #fff;
        white-space: nowrap;
        left: 0;
        right: auto;
        transform-origin: 0 0 0;
        transition: 0.10s;
        font-size: 12px;
        /*border-bottom: 1px solid #eee;*/
    }

    .navbar-nav .open .dropdown-menu > li > a, .navbar-nav .open .dropdown-menu .dropdown-header {
        padding: 12px 15px 5px 25px;
    }

    .dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
        color: #fff;
        text-decoration: none;
        transform-origin: 0 0 0;
        transition: 0.10s;
        background-color: #336699;
        font-weight: 400;
    }

    .dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
        color: #fff;
        text-decoration: none;
        background-color: #336699;
        transform-origin: 0 0 0;
        transition: 0.5s;
        outline: 0;
        font-weight: 400;
    }

    .navbar-nav > li:hover ul.dropdown-menu {
        width: 100%;
    }

    /*.navbar-brand img {
        margin-top: 15px;
    }*/

    .sticky-opacity .navbar-nav {
        margin-top: 18px;
        background-color: #000;
        color: #fff;
    }

        .sticky-opacity .navbar-nav > li > a {
            color: #fff;
            padding: 6px 12px 10px 12px;
        }
}

@media(max-width:767px) {
    /*.top-container {
        display: none;
    }*/

    #myHeader {
        /*overflow:hidden;*/
        z-index: 999;
    }

    .navbar-nav > li > a {
        color: #fff;
    }

    .navbar-collapse {
        padding-right: 0px;
    }

    .navbar-brand {
        top: 10px;
    }
}


.contact-container {
    position: relative;
    text-align: center;
    color: white;
    /*height: 425px;*/
    height: 100px;
}

.contact-container-img {
    background-color: #000;
    position: relative;
    overflow: hidden;
    width: 100%;
    color: #717a8f;
    margin-top: 30px;
}

.contact-text {
    /*border-color: #686868;*/
    /*border-style: solid;*/
    /*border-width: 1px;*/
    padding: 40px 0px 80px 0px;
    margin-top: 30px;
    position: absolute;
    top: 50%;
    left: 25%;
    transform: translate(-50%, -50%);
    margin-left: 300px;
}

    .contact-text span {
        color: #fff;
        font-size: 14px;
        font-style: normal;
        font-weight: 700;
        letter-spacing: 4px;
        text-transform: uppercase;
    }

    .contact-text h3 {
        color: #fff;
        font-size: 18px;
        font-weight: 400;
        letter-spacing: 0;
        text-transform: none;
    }

.contact-text-right {
    border-width: 1px;
    /*padding: 75px 15px 75px 10px;*/
    /*margin-top: 30px;*/
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    left: 90%;
}

.btnquote {
    padding: 20px 40px 20px 40px;
    background-color: #668D66;
    border: none;
    font-size: 15px;
}

    .btnquote:hover {
        background-color: #fed061;
    }

.carousel-inner {
    max-height: 500px;
    margin-top: 20px;
}

    .carousel-inner > .item > img {
        width: 100%;
        height: 500px;
        opacity: 0.5;
    }

.carousel-caption {
    bottom: 42%;
    background: black;
    opacity: 0.6;
    color: white;
    padding: 15px;
    height: 150px;
    top: 36%;
}

    .carousel-caption p {
        text-align: center;
    }

@media (max-width:767px) {
    .carousel-inner {
        max-height: 730px;
        margin-top: 0px;
    }

    .contact-container {
        height: 250px;
    }

    .contact-container-img {
        width: 100%;
        height: 100%;
    }

    .contact-text {
        /*margin-top: 65px;*/
    }

    .contact-text {
        height: 250px;
        top: 29%;
        margin-left: 0px;
        left: 50%;
        /*padding: 15px 40px 30px 40px;*/
    }

        .contact-text span {
            font-size: 13px;
        }

        .contact-text h3 {
            font-size: 16px;
        }

    .contact-text-right {
        left: 50%;
        top: 80%;
    }

    .contactform-contactinfo {
        display: block;
    }

    .iconcontent {
        color: #3c3e62;
        font-size: 13px;
        font-family: "sans-serif";
        width: 100%;
        margin-right: 10px;
        padding: 10px;
        border-bottom: 1px solid #eee;
    }

    .iconcontent1 {
        color: #3c3e62;
        font-size: 13px;
        font-family: "sans-serif";
        box-shadow: 0px 0px 5px 0px #5c4f3b;
        width: 100%;
        margin-right: 10px;
        padding: 10px;
        margin-bottom: 10px;
    }


    .carousel-inner > .item > img, .carousel-inner > .item > a > img {
        display: block;
        height: 200px;
        max-width: 100%;
        line-height: 1;
    }

    .gallery img {
        width: 100%;
        height: 250px;
    }

    .carousel-caption {
        top: 45%;
    }
}

/*
*
* Footers
*/

.footercontent a {
    margin: 0 3px;
}

    .footercontent a i {
        text-align: center;
        color: #fff;
        border-bottom: 1px solid #fff;
        height: 30px;
        width: 30px;
        margin: auto;
        /*line-height: 30px;*/
        font-size: 16px;
        border-radius: 0px;
    }

        .footercontent a i:hover {
            background-color: #d93337;
        }

.footersection {
    padding: 30px 20px 0px 20px;
    overflow: hidden;
    text-align: left;
    background: #000;
    z-index: 1;
}

    .footersection + hr {
        margin-top: 30px;
    }

.footertitle {
    margin-top: 15px;
    font-weight: bold;
    letter-spacing: .15em;
    color: #d93337;
    text-transform: uppercase;
}

.footercontent {
    margin-bottom: 10px;
    margin-top: 10px;
}

.footercolwidth {
    /*max-width: 210px;*/
    font-size: 12px;
    margin-left: -38px;
    font-size: 13px;
    line-height: 1.43;
    font-weight: 400;
    letter-spacing: .1em;
    text-transform: uppercase;
    text-align: justify;
}

footer p {
    line-height: 18px;
    /*font-size: 12px;*/
    color: #fff;
}

.footercolwidth li {
    margin-top: 24px;
    color: #fff;
    list-style: none;
}

    .footercolwidth li a {
        color: #fff;
    }

.footermenulist {
    text-align: center;
    font-size: 13px;
    line-height: 1.43;
    font-weight: 400;
    letter-spacing: .1em;
    text-transform: uppercase;
    margin-bottom: -20px;
    margin-left: -20px;
}

    .footermenulist > li {
        display: inline-block;
        margin-bottom: 17px;
        /*margin-left: 20px;*/
        width: 100%;
        text-align: left;
    }

    .footermenulist a, .footermenulist a:focus, .footermenulist a:active {
        color: #fff;
    }

        .footermenulist a:hover {
            color: #336699;
        }

* + .footercolwidth {
    margin-top: 0px;
}

* + .footermenulist {
    margin-top: 30px;
    margin-left: -38px;
}

.copyrights {
    text-align: center;
    color: #87919F;
}

@media (min-width: 768px) {

    .footermenulist {
        text-align: left;
    }
}

@media(max-width:767px) {
    /*.footertitle {
        text-align: center;
    }*/

    .productframe {
        margin-left: 0px;
        margin-right: 0px;
        margin-bottom: 10px;
    }

    .footercolwidth {
        margin-left: -20px;
    }
}
/**************************************END FOOTER***************************************/

.slider-container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

@media (min-width: 1200px) {
    .slider-container {
        max-width: 1200px;
    }
}


.hero-section {
    position: relative;
    overflow: hidden;
    padding-top: 100px;
    padding-bottom: 100px;
    height: 100vh;
    align-items: center;
    display: grid;
}

@media only screen and (max-width: 1370px) {
    .hero-section {
        padding-top: 100px;
        padding-bottom: 80px;
        height: 750px;
    }
}

#myCarousel {
    border: none;
}

@media only screen and (max-width: 1700px) {
    .hero-section {
        height: auto;
    }
}

/*@media only screen and (max-width: 787px) {
    #myCarousel {
        border-top: 1px solid #000;
    }
}*/

.carousel-control.left {
    background-image: none;
}

.carousel-control.right {
    background-image: none;
}

.carousel-control {
    width: 5%;
}

    .carousel-control .icon-prev, .carousel-control .icon-next, .carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right {
        color: #2e70c1;
    }

.carousel-control {
    position: absolute;
    top: 50%;
    bottom: 0;
    left: 0;
    /*width: 15%;*/
    font-size: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgb(0 0 0 / 60%);
    opacity: .5;
    filter: alpha(opacity=50);
}

    .carousel-control .fa {
        color: #2e70c1;
    }

.text-block {
    position: relative;
    z-index: 0;
}

.bg-gradient {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background: linear-gradient(to bottom,#c7ecff 0,#f9efff 100%);
    /*background: linear-gradient(to bottom,#c7ecff 0,#f9efff 100%);*/
}

.hero-bg-bg1:before {
    content: "";
    /*background-image: url('../images/banner-shap-2.png');*/
    background-image: url('../images/BGShape/curvbanner-bg1.jpg');
    position: absolute;
    height: 115vh;
    right: 0;
    left: 0;
    top: 0;
    width: 100%;
    background-position: right 0;
    background-size: contain;
    background-repeat: no-repeat;
}

.img-fluid-header {
    max-width: 100%;
}

.img-fluid {
    max-width: 100%;
    height: 255px;
}

    .img-fluid img {
        width: 100%;
        height: 100%;
    }

.slider-row {
    display: flex;
    flex-wrap: wrap;
}

@media only screen and (max-width: 768px) {
    .slider-row {
        display: block;
    }
}

.header-heading h1 {
    font-size: 60px;
    /* line-height: 72px; */
    font-weight: 700;
    margin-bottom: 30px;
}

.header-heading h2 {
    /* line-height: 72px; */
    font-weight: 700;
    margin-bottom: 30px;
}

    .header-heading h2 span {
        color: #d93337;
    }

@media only screen and (max-width: 1370px) {
    .header-heading h1 {
        font-size: 29px;
        /*padding: 10px;
        background: #f1f1f1;*/
        /* line-height: 62px; */
    }

    .header-heading h2 {
        font-size: 50px;
        /* line-height: 62px; */
    }
}

.header-heading p {
    /*font-size: 20px;*/
    line-height: 30px;
    margin-bottom: 15px;
    /*visibility: visible;
    visibility: visible;
    animation-duration: 1s;
    animation-name: fadeInRight;*/
}

@media only screen and (max-width: 767px) {
    .header-heading h1 {
        font-size: 25px;
        /* line-height: 62px; */
    }

    .header-heading h2 {
        font-size: 20px;
    }

    .header-heading p {
        font-size: 14px;
        line-height: 20px;
        margin-bottom: 17px;
    }
}

/*.single-image {
    height: 550px;
    width: 100%;
}*/
.single-image img {
    width: 500px;
    height: 500px;
}

.v-center {
    align-self: center;
    align-items: center;
}

.service-section {
    background: #fff;
    position: relative;
    overflow: hidden;
    z-index: 0;
}

/*.service-section:before {
        content: "";
        background: url('../images/dot-shape.png');
        position: absolute;
        height: 400px;
        right: 0;
        left: 0;
        top: 0;
        width: 100%;
        background-position: center top;
        background-size: contain;
        background-repeat: repeat;
    }*/

.justify-content-center {
    justify-content: center !important;
}

.common-heading {
    /*padding: 20px;*/
    text-align: center;
    position: relative;
    z-index: 0;
}

    .common-heading > span {
        color: #e60072;
        text-transform: uppercase;
        letter-spacing: .5px;
        font-size: 16px;
        font-weight: 400;
        margin: 0 0 15px;
        display: block;
    }

/*html .mt30 {
    margin-top: 30px;
}*/

html .pt30 {
    padding-top: 30px;
}

html .pb30 {
    padding-bottom: 30px;
}

@media only screen and (max-width: 767px) {
    .single-image img {
        width: 100%;
        height: auto;
    }
}

.email-card {
    background: #ffecec;
}

.followus-card {
    background: #eafffd;
}

.facebook-icon i {
    margin-right: 0px;
    padding: 5px;
    border-radius: 50%;
    /*background-color: #3b5a9a !important;*/
    color: #fff;
}

.twitter-icon i {
    margin-right: 0px;
    padding: 5px;
    border-radius: 50%;
    /*background-color: #1aa9e1 !important;*/
    color: #fff;
}

.pinterest-icon i {
    margin-right: 0px;
    padding: 5px;
    border-radius: 50%;
    /*background-color: #cc2127 !important;*/
    color: #fff;
}

.youtube-icon i {
    margin-right: 0px;
    padding: 5px;
    border-radius: 50%;
    /*background-color: #c3191e !important;*/
    color: #fff;
}

.insta-icon i {
    margin-right: 0px;
    padding: 5px;
    border-radius: 50%;
    /*background: linear-gradient(to bottom,#6228d7 0,#ee2a7b 30%,#f9ce34 100%) !important;*/
    /*background-color: #D02D90 ;*/
    color: #fff;
}

.linkedin-icon i {
    margin-right: 0px;
    padding: 5px;
    border-radius: 50%;
    /*background-color: #0073b2 !important;*/
    color: #fff;
}

.info-body > p {
    line-height: 35px;
}

/****************************************Slider Start*****************************************/
#myCarousel {
    border: none;
}

/*.owl-carousel1 .owl-stage-outer {
    height: 500px;
}*/

/*.owl-carousel1 .owl-nav {
    display: none;
}*/
.owl-carousel1 .owl-dots {
    display: none;
}

.owl-carousel1 .owl-dots {
    position: absolute;
    /*bottom: 25px;*/
    bottom: 0px;
    left: 50%;
    transform: translatex(-50%);
}

    .owl-carousel1 .owl-dots .owl-dot {
        width: 20px;
        height: 20px;
        border: 2px solid #fff;
        border-radius: 20px;
        display: inline-block;
        margin: 0 3px;
        transition: .3s;
    }

        .owl-carousel1 .owl-dots .owl-dot.active {
            background: #fc6d27;
            border-color: #fc6d27;
        }


@media (min-width: 992px) {
    .navbar {
        margin-bottom: 0px;
    }
}

@media(max-width:787px) {
    /*.carousel-inner {
        height: 250px;
    }*/
    .owl-carousel1 .owl-stage-outer {
        height: 200px;
    }

        .owl-carousel1 .owl-stage-outer .owl-item img {
            height: 250px;
        }

    .owl-carousel1 .owl-dots .owl-dot {
        width: 22px;
        height: 5px;
    }
}

.bggray {
    background-color: #e2e2e252;
}

.bgwhite {
    background-color: #fff;
}

.single_slider {
    background-size: cover;
}

/**new slider***/
.fade-carousel {
    position: relative;
    min-height: 600px;
}

.overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 2;
    background-color: #080d1573;
    opacity: 1;
}

.carousel-indicators > li {
    background: #fff;
    border-color: #fff;
    width: 20px;
    height: 20px;
}

    .carousel-indicators > li.active {
        width: 20px;
        height: 20px;
        background: #dfb858;
        border-color: #dfb858;
    }

.carousel-indicators > li {
    margin: 0 4px;
    opacity: .8;
}

/*.fade-carousel .carousel-inner .item {
    min-height: 600px;
}*/
.slides .slide-1 {
    background-image: url('../images/Slider/S9.jpg');
    background-position: center;
}

.slides .slide-2 {
    background-image: url('../images/Slider/S7.jpg');
    background-position: center;
}

.slides .slide-3 {
    background-image: url('../images/Slider/S10.jpg');
    background-position: center;
}

.slides .slide-1 {
    min-height: 600px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.slides .slide-2 {
    min-height: 600px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.slides .slide-3 {
    min-height: 600px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.slides .slide-1:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000000a8;
    opacity: 0.8;
    z-index: 0;
}

.slides .slide-2:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000000a8;
    opacity: 0.8;
    z-index: 0;
}

.slides .slide-3:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000000a8;
    opacity: 0.8;
    z-index: 0;
}

.mgt {
    margin-top: 0 !important;
}

.fade-carousel .carousel-inner {
    position: relative;
    overflow: hidden;
    width: 100%;
}

    .fade-carousel .carousel-inner > .item {
        display: none;
        position: relative;
        -webkit-transition: .6s ease-in-out left;
        transition: .6s ease-in-out left;
    }

.fade-carousel .slides .slide-1 {
    background-position: center;
}

.fade-carousel .slides .slide-2 {
    background-position: center;
}

.fade-carousel .slides .slide-3 {
    background-position: center;
}
/*****/
.content-box {
    position: relative;
    margin-top: 50px;
}

    .content-box .title {
        display: block;
        font-size: 24px;
        color: #d93337;
        font-weight: 500;
        margin-top: 25px;
        -webkit-transform: translateY(100px);
        -moz-transform: translateY(100px);
        -ms-transform: translateY(100px);
        -o-transform: translateY(100px);
        transform: translateY(100px);
        -webkit-transition: all 500ms ease;
        -moz-transition: all 500ms ease;
        -ms-transition: all 500ms ease;
        -o-transition: all 500ms ease;
        transition: all 500ms ease;
    }

    .content-box h2 {
        display: block;
        font-size: 90px;
        line-height: 1.2em;
        color: #ffffff;
        font-weight: 700;
        margin-bottom: 30px;
        -webkit-transform: translateY(100px);
        -moz-transform: translateY(100px);
        -ms-transform: translateY(100px);
        -o-transform: translateY(100px);
        transform: translateY(100px);
        -webkit-transition: all 500ms ease;
        -moz-transition: all 500ms ease;
        -ms-transition: all 500ms ease;
        -o-transition: all 500ms ease;
        transition: all 500ms ease;
    }

    /*.content-box .info-list {
        position: relative;
        margin-bottom: 45px;
        opacity: 0;
        -webkit-transform: translateY(100px);
        -moz-transform: translateY(100px);
        -ms-transform: translateY(100px);
        -o-transform: translateY(100px);
        transform: translateY(100px);
        -webkit-transition: all 500ms ease;
        -moz-transition: all 500ms ease;
        -ms-transition: all 500ms ease;
        -o-transition: all 500ms ease;
        transition: all 500ms ease;
    }*/

    .content-box .info-list li {
        position: relative;
        display: inline-block;
        font-size: 18px;
        line-height: 26px;
        color: #ffffff;
        font-weight: 400;
        margin: 0 10px;
        text-transform: uppercase;
    }

        .content-box .info-list li .icon {
            color: #faaC1D;
            margin-right: 10px;
            float: left;
            font-size: 18px;
            line-height: 26px;
        }

.sliderbtn {
    margin-top: 110px;
}
/*****/

@media(max-width:767px) {

    .slides .slide-1 {
        min-height: 200px;
    }

    .slides .slide-2 {
        min-height: 200px;
    }

    .slides .slide-3 {
        min-height: 200px;
    }

    .content-box {
        margin: 0px 0px;
        padding: 0px 50px;
    }

        .content-box .title {
            font-size: 5px;
            margin-top: 0px;
        }

        .content-box h2 {
            font-size: 12px;
            margin: 0px;
        }
}

.owl-carousel1 .owl-nav {
    position: absolute;
    left: 0px;
    top: 50%;
    width: 100%;
    /*margin-top: -50px;*/
}

.owl-carousel .owl-nav .owl-prev, .owl-carousel .owl-nav .owl-next {
    position: relative;
    width: 40px;
    height: 40px;
    bottom: 50%;
    color: #fff;
    background: none;
    z-index: 10;
    font-size: 22px;
    text-align: center;
    cursor: pointer;
    line-height: 41px;
    margin: 0px 8px;
    font-weight: 700;
    /* border-radius: 50px; */
    display: inline-block;
    background-color: #ffffff96;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    box-shadow: 0px 0px 10px rgb(0 0 0 / 15%);
}

.owl-carousel1 .owl-nav .owl-next {
    right: 2px;
    float: right;
}

    .owl-carousel1 .owl-nav .owl-prev:hover, .owl-carousel1 .owl-nav .owl-next:hover {
        color: #fff;
        background-color: #000;
    }


#scrollUp {
    background: #d93337 none repeat scroll 0 0;
    bottom: 90px;
    color: #ffffff;
    cursor: pointer;
    display: none;
    font-size: 20px;
    height: 45px;
    line-height: 39px;
    position: fixed;
    right: 16px;
    text-align: center;
    width: 45px;
    z-index: 9999;
    border: 2px solid #fff;
    -webkit-transition: .3s;
    transition: .3s;
}

    #scrollUp:hover {
        background: #fff none repeat scroll 0 0;
        color: #0c6db6;
    }

@media (max-width: 767px) {
    .owl-carousel1 .owl-nav {
        top: 63%;
    }
}
/****************************************Slider End*****************************************/
/**achievement Counter Start**/
.achievement-area .achievement-overlay {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(100%, rgba(45, 55, 60, 0.9)), to(rgba(45, 55, 60, 0.9))), url(../images/backgrounds/achievement-bg.png);
    background: linear-gradient(rgba(45, 55, 60, 0.9) 100%, rgba(45, 55, 60, 0.9) 100%), url(../images/Slider/S7.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 20px;
    padding-bottom: 20px;
}

    .achievement-area .achievement-overlay .single-achievement {
        color: #fff;
        margin-top: 24px;
        text-align: center;
    }

        .achievement-area .achievement-overlay .single-achievement .achievement-icon img {
            max-width: 60px;
            border-bottom: solid 2px;
            padding: 10px;
        }

        .achievement-area .achievement-overlay .single-achievement h2 {
            font-weight: 700;
               font-size: 40px;
            letter-spacing: 1px;
            color: #ffffff;
            padding-top: 12px;
        }

        .achievement-area .achievement-overlay .single-achievement h5 {
            font-weight: bold;
            font-size: 20px;
            letter-spacing: 1px;
            color: #ffffff;
            /* font-family: "Raleway", sans-serif; */
            padding-top: 4px;
            text-transform: uppercase;
        }
/**achievement Counter End**/

/**event-organize section start**/
#section {
    padding-bottom: 80px;
    padding-top: 80px;
}

.event-element-one {
    margin-left: -65px;
    margin-top: -13px;
}

img {
    height: auto;
    max-width: 100%;
}

.title-subtitle h4 {
    color: #d93337;
    padding-bottom: 6px;
    text-transform: uppercase;
}

.title-subtitle h2 {
    font-size: 30px;
    font-weight: 900;
    line-height: 40px;
    padding-bottom: 18px;
}

.event-organize-quote-section {
    background-color: #f1f1f1;
    margin: 22px 0;
    padding: 14px 20px 23px 18px;
    position: relative;
}

.event-quote-img {
    position: absolute;
    z-index: 1;
}

.event-organize-highlight-text {
    position: relative;
    z-index: 9;
}

    .event-organize-highlight-text h3 {
        font-size: 23px;
        font-weight: 400;
        line-height: 38px;
        padding: 0 10px;
    }

.event-organize-wrapper p {
    color: #5f6270;
    /*font-family: Ubuntu,sans-serif;*/
    font-weight: 400;
    line-height: 28px;
    font-size: 16px;
}

.event-organize-btn {
    margin-top: 30px;
}

.theme-btn {
    background-color: #d93337;
    border-bottom: solid 1px #fff;
    border-radius: 0px;
    color: #fff;
    font-size: 18px;
    padding: 12px 30px;
    transition: all .3s ease-in-out;
}

    .theme-btn:hover {
        background-color: #010006;
        color: #fff;
        border: solid 1px #fff;
    }

.aboutulli {
    list-style: circle;
    font-size: 17px;
    color: #5f6270;
}

    .aboutulli span {
        color: #000;
        font-weight: bold;
    }

@media (max-width: 576px) {
    .event-organize-img {
        padding-top: 30px;
    }
}

@media (max-width: 767px) {
    .theme-btn {
        font-size: 8px;
        padding: 10px 12px;
    }
}

@media (max-width: 1366px) {
    .event-organize-highlight-text h3 {
        font-weight: 700;
        line-height: 34px;
        padding: 0 10px;
    }
}
/**event-organize section End**/

/**business-conference Start**/
#business-conference-area {
    background-image: url('../images/bg/counter-bg.png');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    /*margin: 100px 0;*/
    padding: 170px 0;
    filter: grayscale(1);
}
/*.conference-img {
    left: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}*/

.conference-img img {
    width: 100%;
}

.business-conference-wrapper {
    padding-bottom: 20px;
    padding-right: 50px;
}

    .business-conference-wrapper h2 {
        color: #fff;
        line-height: 48px;
        padding-bottom: 16px;
    }

        .business-conference-wrapper h2 span {
            display: block;
        }

    .business-conference-wrapper h2 {
        color: #fff;
        font-size: 36px;
        font-weight: 900;
        line-height: 40px;
        padding-bottom: 18px;
    }

#business-conference-area p {
    color: #fff;
}

.conference-bottom-btn {
    margin-top: 40px;
}

.clock-area-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    padding-top: 14px;
}

.clock-details {
    border: 1px solid #f1f1f1;
    color: #fff;
    height: 100px;
    padding: 4px;
    text-align: center;
    width: 100px;
}

p {
    color: #5f6270;
    /* font-family: Ubuntu,sans-serif; */
    font-weight: 400;
    line-height: 28px;
    font-size: 16px;
}

@media (max-width: 767px) {

    .business-conference-wrapper h2 span {
        display: block;
        font-size: 34px;
    }

    .title-subtitle h4 {
        font-size: 12px;
    }

    .title-subtitle h2 {
        font-size: 15px;
        line-height: 20px;
    }
}

@media (max-width: 992px) {
    .conference-img {
        display: none;
    }

    .clock-area-wrapper {
        justify-content: center;
    }

    .business-conference-wrapper {
        padding-bottom: 0;
        padding-right: 0;
        text-align: center;
    }

    .banner-text, .conference-bottom-btn {
        text-align: center;
    }
}

@media (max-width: 1200px) {
    .conference-img {
        width: 65%;
    }
}

@media (max-width: 1440px) {
    .conference-img img {
        width: 70%;
    }
}

@media (max-width: 1600px) {
    .conference-img img {
        width: 80%;
    }
}
/**business-conference End**/

/**Testimonial Star**/
.testimonial-area {
    background: #f4f4f4;
    position: relative;
}

.testimonial-wrapper {
    padding-top: 140px;
    padding-bottom: 116px;
}

.background-title {
    position: absolute;
    top: 12px;
    left: 0;
}

.testimonial-slider-wrapper {
    padding: 24px 0 24px 24px;
    border: 2px solid rgba(206, 20, 70, 0.2);
    /*border-right: none;
    border-bottom: none;*/
    position: relative;
    border-radius: 5px 0 0 0;
}

    .testimonial-slider-wrapper::before {
        content: "";
        position: absolute;
        top: 50%;
        right: 100%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        width: 13px;
        height: 36.5px;
        background: #918e8f;
        opacity: 0.2;
        -webkit-clip-path: polygon(100% 0, 0 50%, 100% 100%);
        clip-path: polygon(100% 0, 0 50%, 100% 100%);
    }

.testimonial-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.card i {
    font-size: 30px;
    color: #aaa2a2;
}

.card h5 span {
    font-weight: bold;
    text-transform: uppercase;
}

.testimonial-top .reviewer-image {
    margin-right: 15px;
}

    .testimonial-top .reviewer-image img {
        max-width: 290px;
    }

.testimonial-top .reviewer-info {
    text-align: center;
    padding-top: 10px;
}

.testimonial-top .reviewer-name {
    font-weight: 700;
    font-size: 28px;
    text-transform: capitalize;
    color: #2d373c;
    padding-top: 8px;
}

.testimonial-top p {
    font-weight: 500;
    font-size: 18px;
    letter-spacing: 1px;
    text-transform: capitalize;
    color: #2d373c;
}

.gtco-testimonials .owl-nav {
    display: none;
}
/**Testimonial End**/
/**CLient Section Start***/
.team-section {
    background-color: #000000;
    position: relative;
    padding: 120px 0 115px;
    overflow: hidden;
    z-index: 3;
    padding: 40px;
}

.client-block .inner-box-team {
    background-color: #fff;
    background-position: right top;
    background-repeat: no-repeat;
    -webkit-box-shadow: 0 0 15px rgb(0 0 0 / 4%);
    box-shadow: 0 0 15px rgb(0 0 0 / 4%);
    margin-bottom: 30px;
    position: relative;
    padding: 20px 20px 20px 20px;
    margin: 10px;
}

.team-section .title-subtitle h2 {
    color: #fff;
}

.client-logo {
    padding: 10px;
    border: solid 2px #fff;
}

.logo-group {
    padding: 10px;
    margin: 10px;
}
/**Client Sedtion End***/
/**HMP Segments Start Services Start**/

.our-services {
    background: var(--secondary-color);
    padding: 100px 0 70px;
}

.service-item {
    position: relative;
    background: #e0e0e0;
    border: 1px solid #f1f1f1;
    border-radius: 30px;
    height: calc(100% - 30px);
    margin-bottom: 30px;
    padding: 30px;
    overflow: hidden;
    background-position: center;
    background-size: cover;
}

    .service-item::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: #000000a8;
        opacity: 0.8;
        z-index: 0;
    }

    .service-item.active:before,
    .service-item:hover:before {
        height: 100%;
    }

    .service-item .icon-box {
        position: relative;
        z-index: 1;
    }

        .service-item .icon-box img {
            width: 100%;
            max-width: 80px;
            transition: all 0.4s ease-in-out;
            border-bottom: solid 2px #fff;
            padding: 10px;
        }



.service-title-box {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 15px;
    z-index: 1;
}

.service-title {
    width: calc(100% - 55px);
    color: #fff;
}

    .service-title h3 {
        font-size: 20px;
        font-weight: 600;
        transition: all 0.4s ease-in-out;
    }

        .service-title h3 a {
            color: inherit;
        }

.service-item.active .service-title h3, .service-item:hover .service-title h3 {
    color: #fff;
}

.service-btn a {
    position: relative;
    height: 40px;
    width: 40px;
    border-radius: 50%;
    display: flex;
    color: #fff;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    margin-left: 15px;
    transition: all 0.4s ease-in-out;
}

.service-item.active .service-btn a,
.service-item:hover .service-btn a {
    background: #fff;
    color: rgba(45, 55, 60, 0.9);
}

.service-item.active .service-btn a, .service-item:hover .service-btn a {
    background: #fff;
    color: #d93337;
}

.service-item .service-btn a:hover {
    color: #000;
    text-decoration: none;
}

.service-btn a {
    position: relative;
    height: 40px;
    width: 40px;
    border-radius: 50%;
    display: flex;
    color: #fff;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    margin-left: 15px;
    transition: all 0.4s ease-in-out;
}

    .service-btn a::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: linear-gradient(90.15deg, #000 1.15%, rgba(45, 55, 60, 0.9) 98.84%);
        height: 100%;
        width: 100%;
        z-index: -1;
        transition: all 0.4s ease-in-out;
    }

    .service-btn a i {
        font-size: 20px;
        color: inherit;
    }

.service-content {
    position: relative;
    z-index: 1;
}

    .service-content p {
        margin-bottom: 0;
        transition: all 0.4s ease-in-out;
        color: #fff;
    }

.service-item.active .service-content p,
.service-item:hover .service-content p {
    color: #fff;
}

/**HMP Segments Start Services End**/
