﻿/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/

@font-face {
    font-family: Helvetica;
    /*src: url(../fonts/Helvetica.ttf);*/
     src: url(../fonts/HelveticaNeueLTStd-Lt.otf);
   /* src: url(../fonts/HelveticaNeueLTStd-LtCn.otf);*/
    /* src: url(../fonts/HelveticaNeueLTStd-Md.otf);*/
    /* src: url(../fonts/HelveticaNeueLTStd-Th.otf);*/
}

@font-face {
    font-family: 'HelveticaNeue-BoldCN';
    src: url('../fonts/HelveticaNeueLTStd-BdCn.otf') format('truetype');
}

@font-face {
    font-family: 'HelveticaNeue-thinCN';
    src: url(../fonts/HelveticaNeueLTStd-Cn.otf);
}

@font-face {
    font-family: Helvetica-Bold;
    src: url(../fonts/HelveticaNeueLTStd-Bd.otf);

}


@font-face {
    font-family: Helvetica_Italic;
    src: url(../fonts/HelveticaNeueLTStd-BdCnO.otf);
}
@font-face {
    font-family: Veneer;
    src: url(../fonts/Veneer.otf);
}

@font-face {
    font-family: Veneer-Bold;
    src: url(../fonts/VeneerExtras.otf);
}

@font-face {
    font-family: Veneer_Italic;
    src: url(../fonts/VeneerExtrasItalic.otf);
}
@font-face {
    font-family:VeneerTwo;
    src: url(../fonts/VeneerTwo.otf);
}
@font-face {
    font-family: VeneerThree;
    src: url(../fonts/VeneerThree.otf);
}


html {
     font-family: Helvetica,Veneer !important;
}

body {
    background: #fff;
    color: #000;
    font-family: Helvetica !important;
}

.MyriadWebItalic {
    /* font-family: MyriadPro_Italic !important;*/
}

.MyriadWebbold {
     font-family: Helvetica-Bold !important;
}

a {
    color: #50d8af;
    transition: 0.5s;
}

    a:hover, a:focus {
        /*color: #26ae61 !important;*/
    }

    a:hover,
    a:active,
    a:focus {
        outline: none;
        text-decoration: none;
    }

p {
    padding: 0;
    margin: 0 0 10px 0;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
   /* font-family: 'Helvetica-Bold','Arial Narrow','Arial','sans-serif';*/
    font-family: 'HelveticaNeue-BoldCN','Arial Narrow','Arial','sans-serif' !important;
    font-weight: 400;
    margin: 0 0 10px 0;
    padding: 0;
    letter-spacing: .03em;
}

.font-hd-Veener {
    font-family: Veneer !important;
    color: #000;
}

::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5);
    background-color: #354ea0;
}

::-webkit-scrollbar {
    width: 5px;
    height: 5px;
}

/* Track */
::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px grey;
    border-radius: 10px;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #354ea0;
    border-radius: 10px;
}

    /* Handle on hover */
    ::-webkit-scrollbar-thumb:hover {
        background: #ff8c00;
    }

/* Back to top button */

.back-to-top {
    position: fixed;
    display: none;
    background: #00bae2;
    color: #fff;
    padding: 6px 12px 9px 12px;
    font-size: 15px;
    border-radius: 10%;
    right: 15px;
    bottom: 15px;
    transition: background 0.5s;
}

    .back-to-top:focus {
        background: #00bae2;
        color: #fff;
        outline: none;
    }

    .back-to-top:hover {
        background: #bfd600;
        color: #fff;
    }

/*--------------------------------------------------------------
# Top Bar
--------------------------------------------------------------*/

#topbar {
    /* background: #354ea0;*/
    /*background: #61a534;*/
    background: #fff;
    padding: 11px 0;
    height:80px;
}

    #topbar .contact-info a {
        line-height: 1;
        color: #fff;
    }

        #topbar .contact-info a:hover {
            color: #ff6a00;
        }

    #topbar .contact-info i {
        color: #fff;
        padding: 4px;
    }

    #topbar .contact-info .fa-phone {
        padding-left: 20px;
        margin-left: 20px;
        border-left: 1px solid #e9e9e9;
    }

    #topbar .social-links a {
        color: #fff;
        padding: 4px 12px;
        display: inline-block;
        line-height: 1px;
        font-family: 'HelveticaNeue-BoldCN' !important;
        letter-spacing: .01em;
        text-transform:uppercase;
        font-size:14px;
    }

        #topbar .social-links a:hover {
            /*color: #ff6a00;*/
            color: #fff;
        }

        #topbar .social-links a:first-child {
            border-left: 0;
        }
    /*------Search-----*/

    #topbar .searchbardiv {
        display: block;
        position: fixed;
        background: #ccc;
        top: 44px;
        right: 20%;
        z-index: 1001;
        width: 25%;
        padding: 10px;
        margin: 0px;
    }

    #topbar .buttonsearch {
        position: fixed;
        top: 0px;
        float: right;
        margin-right: 0px;
        /*  background-color: #ff6a00;*/
        background-color: #00bae2;
        border: 0px;
        width: 40px;
        height: 40px;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
        color: #fff;
        margin-top:3px;
    }

        #topbar .buttonsearch:hover {
            -webkit-box-shadow: none;
            -moz-box-shadow: none;
            box-shadow: none;
            border: 0px;
        }

        #topbar .buttonsearch:focus {
            -webkit-box-shadow: none;
            -moz-box-shadow: none;
            box-shadow: none;
            border: 0px;
        }

    #topbar #formsearch {
        display: none;
    }

    #topbar .glyphicon.glyphicon-search {
        font-size: 18px;
    }

    #topbar #searchbox {
        box-shadow: none;
        padding: 8px 14px;
    }

        #topbar #searchbox:hover {
            box-shadow: none;
        }

    #topbar .form-control:focus {
        border-color: #ccc;
    }

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
.FTWidth
{
    width:85%;
}

.affix {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 999;
}

    /* fixed to top styles */
    .affix.navbar {
    }
    /*.affix #headlogoimg
{
  display:none;
}*/
    .affix #headlogoimgsticky {
        display: block;
        position: absolute !important;
        z-index: -1 !important;
        top:75%;
        width:4% !important;
    }

/*#headlogoimgsticky
 {
       display: block;
    position: absolute !important;
    z-index: -1 !important;
    top:80%;
 }*/
/*#headlogoimg
 {
     display:block;
 }*/


#header {
    padding:20px 0;
    height: 72px;
    left: 0;
    top: 0;
    right: 0;
    transition: all 0.5s;
    z-index: 997;
    background: #fff;
    box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.3);
}


    #header #logo {
        float: left;
    }

        #header #logo h1 {
            font-size: 36px;
            margin: 0;
            padding: 6px 0;
            line-height: 1;
            font-family: 'Helvetica','Arial Narrow','Arial','sans-serif !important';
            font-weight: 700;
            letter-spacing: 3px;
            text-transform: uppercase;
            position: absolute;
            left: 8%;
        }

            #header #logo h1 a, #header #logo h1 a:hover {
                /*color: #fff;*/
                color: #555;
            }
        #header #logo h2 {
            font-size: 1.8rem;
            margin: 0;
            padding: 6px 0;
            line-height: 1;
           /* font-family: 'Helvetica' !important;*/
            font-family: 'Veneer' !important ;
            font-weight: 700;
            letter-spacing: 3px;
            text-transform: uppercase;
            /* left: 8%;
            top: 60px;*/
            margin-left: 65%;
            margin-top: -15px;
        }

            #header #logo h2 a, #header #logo h1 a:hover {
                /*color: #fff;*/
                color: #555;
            }
        #header #logo img {
            padding: 0;
            margin: 0;
            position: absolute;
         /*   margin-top: -25px;*/
            margin-top: -56px;
            z-index: 999;
            left: 5%;
            width:6%;
        }

    #header .social-nav {
        margin-top: 9px;
    }

        #header .social-nav a {
            font-size: 24px;
            margin-left: 15px;
            color: #fff;
        }

            #header .social-nav a:hover {
                color: rgba(255, 255, 255, 0.75);
            }

#logoladyrt {
    padding: 5px;
}

/*@media (max-width: 768px) {
  #header #logo h1 {
    font-size: 26px;
  }
  #header #logo img {
    max-height: 40px;
  }
}

#header.header-fixed {
  background: rgba(52, 59, 64, 0.9);
  padding: 20px 0;
  height: 72px;
  transition: all 0.5s;
}*/


/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/* Nav Menu Essentials */
.nav-menu, .nav-menu * {
    margin: 0;
    padding: 0;
    list-style: none;
}

    .nav-menu ul {
        position: absolute;
        display: none;
        top: 100%;
        left: 0;
        z-index: 99;
    }

    .nav-menu li {
        position: relative;
        white-space: nowrap;
    }

    .nav-menu > li {
        float: left;
    }

    .nav-menu li:hover > ul,
    .nav-menu li.sfHover > ul {
        display: block;
    }

    .nav-menu ul ul {
        top: 0;
        left: 100%;
    }

    .nav-menu ul li {
        /*min-width: 180px;*/
        min-width: 210px;
    }

/* Nav Menu Arrows */
.sf-arrows .sf-with-ul {
    padding-right: 30px;
}

    .sf-arrows .sf-with-ul:after {
        content: "\f107";
        position: absolute;
        right: 15px;
        font-family: FontAwesome;
        font-style: normal;
        font-weight: normal;
    }

.sf-arrows ul .sf-with-ul:after {
    content: "\f105";
}

/* Nav Meu Container */
#nav-menu-container {
    float: right;
    margin: 0;
}

@media (max-width: 768px) {
    #nav-menu-container {
        display: none;
    }
}

/* Nav Meu Styling */
.nav-menu a 
{
    padding: 25px 15px 25px 15px;
    text-decoration: none;
    display: inline-block;
    color: #333;
    text-transform:uppercase;
    font-size:16px;
    outline: none;
    font-family: 'HelveticaNeue-BoldCN' !important;
    letter-spacing: .03em;
}

.signbag {
    background: #bfd600;
    color:#fff !important;
}
.nav-menu a .signbag a {
    color: #fff;
}
    /*.nav-menu > li {
  margin-left: 10px;
}*/
    .nav-menu > li > a:before {
        content: "";
        position: absolute;
        width: 100%;
        height: 5px;
        bottom: 0;
        left: 0;
        /*background-color: #2dc997;*/
        background-color: #00bae2;
        visibility: hidden;
        -webkit-transform: scaleX(0);
        transform: scaleX(0);
        -webkit-transition: all 0.3s ease-in-out 0s;
        transition: all 0.3s ease-in-out 0s;
    }

.nav-menu a:hover:before, .nav-menu li:hover > a:before, .nav-menu .menu-active > a:before {
    visibility: visible;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    color: #26ae61;
}

.nav-menu ul {
    margin: 2px 0 0 0;
    border: 0px solid #e7e7e7;
}

    .nav-menu ul li {
        background: #fff;
        border-top: 1px solid #ccc;
    }

        .nav-menu ul li:first-child {
            border-top: 0;
        }

        .nav-menu ul li a {
            padding: 15px;
            color: #333;
            transition: 0.3s;
            display: block;
            font-size: 16px;
            text-transform: none;
            margin-top: -2px;
            border: none;
            font-family: 'HelveticaNeue-BoldCN' !important;
            text-transform: uppercase;
            letter-spacing: .03em;
        }
           /* .nav-menu > li:hover
            {
                background:#eee;
            }*/

.nav-menu ul li a:hover {
    /*background: #2dc997;*/
    /*background: #ff6a00;*/
    /*background: #00bae2;*/
    /* color: #fff !important;*/
}

    .nav-menu ul ul {
        margin: 0;
    }

/* Mobile Nav Toggle */
#mobile-nav-toggle {
    position: fixed;
    right: 0;
    top: 0;
    z-index: 999;
    margin: 15px 20px 0 0;
    border: 0;
    background: none;
    font-size: 24px;
    display: none;
    transition: all 0.4s;
    outline: none;
    cursor: pointer;
}

    #mobile-nav-toggle i {
        color: #00bae2;
    }

@media (max-width: 768px) {
    #mobile-nav-toggle {
        display: inline;
    }
}

/* Mobile Nav Styling */
#mobile-nav {
    position: fixed;
    top: 0;
    padding-top: 18px;
    bottom: 0;
    z-index: 1000;
    background: rgba(52, 59, 64, 0.9);
    left: -260px;
    width: 260px;
    overflow-y: auto;
    transition: 0.4s;
}

    #mobile-nav ul {
        padding: 0;
        margin: 0;
        list-style: none;
    }

        #mobile-nav ul li {
            position: relative;
        }

            #mobile-nav ul li a {
                color: #fff;
                font-size: 16px;
                overflow: hidden;
                padding: 10px 22px 10px 15px;
                position: relative;
                text-decoration: none;
                width: 100%;
                display: block;
                outline: none;
                font-family:HelveticaNeue-BoldCN;
                text-transform:uppercase;
            }


                #mobile-nav ul li a:hover a:focus {
                    color: #fff;

                }

            #mobile-nav ul li li {
                padding-left: 30px;
            }

        #mobile-nav ul .menu-has-children i {
            position: absolute;
            right: 0;
            z-index: 99;
            padding: 15px;
            cursor: pointer;
            color: #fff;
            left: 85%;
        }

            #mobile-nav ul .menu-has-children i.fa-chevron-up {
               
                color: #00bae2;
            }

        #mobile-nav ul .menu-item-active {
            color: #00bae2;
        }

#mobile-body-overly {
    width: 100%;
    height: 100%;
    z-index: 997;
    top: 0;
    left: 0;
    position: fixed;
    background: rgba(52, 59, 64, 0.9);
    display: none;
}

/* Mobile Nav body classes */
body.mobile-nav-active {
    overflow: hidden;
}

    body.mobile-nav-active #mobile-nav {
        left: 0;
    }

    body.mobile-nav-active #mobile-nav-toggle {
        color: #fff;
    }
/*--------------------------------------------------------------
# Sections
--------------------------------------------------------------*/
/* Sections Header
--------------------------------*/
.section-header {
    margin-bottom: 0px;
}

    .section-header h2 {
        font-size: 32px;
        color: #00bae2;
        text-transform: uppercase;
        /* font-family: Veneer !important;*/
        font-weight: 400;
        position: relative;
        padding-bottom: 0px;
        /*text-align: center;*/
    }



    .section-header p {
        padding: 0;
        margin: 0;
    }

/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */

/* Carousel base class */
.carousel {
    margin-bottom: 0rem;
}
/* Since positioning the image, we need to help out the caption */
.carousel-caption {
    position: absolute;
    right: 10%;
    bottom: 50px;
    left: 10%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center;
    background-color: rgba(0,0,0,0.6);
    width: 80%;
    border-top-left-radius: 40px;
    border-bottom-right-radius: 40px;
}

/* Declare heights because of positioning of img element */
/*.carousel-item {
  height:30rem;
}*/
.carousel-item > img {
    position: absolute;
    top: 0;
    left: 0;
}

#intro .carouselImage {
    width: 100%;
    height: auto;
}

#intro .carousel-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    bottom: 0;
    top: 0%;
    left: 3%;
    right: 60%;
}

#intro h2 {
    color: #fff;
    margin-bottom: 30px;
    font-size: 48px;
    font-weight: 600;
}

#intro h3 {
    color: #fff;
    margin-bottom: 0px;
    font-size: 1.25rem;
    font-weight: 600;
    margin: auto;
    padding: 12px;
}

#intro p {
    padding: 12px;
    margin: auto;
    color: #fff;
    line-height: 1.7rem;
    /*font-family:'MyriadPro_reg','PT Sans',sans-serif;*/
    font-family: 'Helvetica','Arial Narrow','Arial','sans-serif !important';
    font-weight: 400;
    width: 80%;
    margin-left: 0px;
}

#intro .carousel-fade {
    overflow: hidden;
}

    #intro .carousel-fade .carousel-inner .carousel-item {
        transition-property: opacity;
    }

    #intro .carousel-fade .carousel-inner .carousel-item,
    #intro .carousel-fade .carousel-inner .active.carousel-item-left,
    #intro .carousel-fade .carousel-inner .active.carousel-item-right {
        opacity: 0;
    }

    #intro .carousel-fade .carousel-inner .active,
    #intro .carousel-fade .carousel-inner .carousel-item-next.carousel-item-left,
    #intro .carousel-fade .carousel-inner .carousel-item-prev.carousel-item-right {
        opacity: 1;
        transition: 0.5s;
    }

        #intro .carousel-fade .carousel-inner .carousel-item-next,
        #intro .carousel-fade .carousel-inner .carousel-item-prev,
        #intro .carousel-fade .carousel-inner .active.carousel-item-left,
        #intro .carousel-fade .carousel-inner .active.carousel-item-right {
            left: 0;
            -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
        }

#intro .carousel-indicators li {
    display: inline-block;
    width: 12px;
    height: 12px;
    margin: 3px;
    text-indent: 0;
    cursor: pointer;
    border: none;
    border-radius: 50%;
    /*background-color: #0000ff;*/
    background-color: #eee;
    /*box-shadow: inset 1px 1px 1px 1px rgba(0,0,0,0.5);*/
}

#intro .carousel-indicators .active {
    width: 12px;
    height: 12px;
    margin: 3px;
    background-color: #fff;
}

#services1 {
    padding: 0px 0 0 0;
}

    #services1 p {
        padding: 0;
        margin: 0 0 10px 0;
    }

    #services1 .box {
        padding: 40px;
        margin-bottom: 40px;
        box-shadow: 10px 10px 15px rgba(73, 78, 92, 0.1);
        background: #fff;
        transition: 0.4s;
    }

        #services1 .box:hover {
            box-shadow: 0px 0px 30px rgba(73, 78, 92, 0.15);
            transform: translateY(-10px);
            -webkit-transform: translateY(-10px);
            -moz-transform: translateY(-10px);
        }

        #services1 .box .icon {
            float: left;
        }

            #services1 .box .icon i {
                color: #444;
                font-size: 64px;
                transition: 0.5s;
                line-height: 0;
                margin-top: 34px;
            }

                #services1 .box .icon i:before {
                    background: #0c2e8a;
                    background: linear-gradient(45deg, #50d8af 0%, #a3ebd5 100%);
                    background-clip: border-box;
                    -webkit-background-clip: text;
                    -webkit-text-fill-color: transparent;
                }

        #services1.box h4 {
            margin-left: 100px;
            font-weight: 700;
            margin-bottom: 15px;
            font-size: 22px;
        }

            #services1 .box h4 a {
                color: #444;
            }

        #services1 .box p {
            font-size: 14px;
            margin-left: 100px;
            margin-bottom: 0;
            line-height: 24px;
        }

            .bg-PurpleCC
            {
                /*background-color: #DE6DDB;*/
                background-color: #9919c7 !important;
            }

.bg-blue {
    background-color: #354ea0;
}

.bg-orange {
    background-color: #ff6a00;
    border-color: #ff6a00;
}

#services1 a {
    color: #555;
    font-weight: 600;
}

    #services1 a:hover {
        color: #ff6a00;
    }

#services2 {
    padding: 0px 0 0 0;
}

    #services2 p {
        padding: 0;
        margin: 0 0 10px 0;
    }

#services3 {
    padding: 0px 0 0 0;
}

    #services3 p {
        padding: 0;
        margin: 0 0 10px 0;
    }

#services4 {
    padding: 0px 0 0 0;
}

    #services4 p {
        padding: 0;
        margin: 0 0 10px 0;
    }

#services5 {
    padding: 0px 0 0 0;
    margin-top:2px;
   
}

    #services5 p {
        padding: 0;
        margin: 0 0 10px 0;
    }

#services7 {
    padding:20px;
}

    #services7 p {
        padding: 0;
        margin: 0 0 10px 0;
    }

    #services7 h4 {
        margin: 0 0 10px 0;
    }

#services8 {
    padding: 0px 0 0 0;
    margin-top: 2px;
   /* background: #eee;*/
}

    #services8 p {
        padding: 0;
        margin: 0 0 10px 0;
    }

    #services8 .activeshow::before,
    #services8 .activeshow::after {
        content: '';
        position: absolute;
        left: 0;
        bottom: 0;
        height:3px;
        color:#000 !important;
    }

    #services8 .activeshow::before {
        right: 0;
        background: #00bae2 !important;
        color: #000 !important;
    }

    #services8 .activeshow::after {
        background: #bfd600 !important;
        width: 100%;
        color: #000 !important;
    }
#services9 {
    padding: 0px 0 0 0;
    overflow: hidden;
}

    #services9 p {
        padding: 0;
        margin: 0 0 10px 0;
    }

    #services9 .activeshow::before,
    #services9 .activeshow::after {
        content: '';
        position: absolute;
        left: 0;
        bottom: 0;
        height: 3px;
    }

    #services9 .activeshow::before {
        right: 0;
        background: #00bae2 !important;
    }

    #services9 .activeshow::after {
        background: #bfd600 !important;
        width: 100%;
    }

/*---------------------------------------------------*/
.list-group-item {
    position: relative;
    display: block;
    padding: .75rem 1.25rem;
    margin-bottom: -1px;
    background-color: #eee;
    border: 0px solid rgba(0,0,0,.125);
    font-family: 'HelveticaNeue-BoldCN' !important;
    text-transform: uppercase;
    color:#999;
}
    .list-group-item a {
        color: #00bae2;
        float: left;
        width: 100%;
        padding: 4px 0px;
        /*border-bottom: 1px solid #b7ebf7;*/
    }

        .list-group-item a.active {
            color: rgba(0,0,0,0.6);
            float: left;
            width: 100%;
            padding: 4px 15px;
            border-bottom: 1px solid #00bae2;
            background-color: #eeeeee;
            border-radius: 4px;
        }
.btn-r {
    border-radius: 25px;
}

.feedback-bg {
    background-color: lightgray;
    box-shadow: 0px 0px 4px 1px #818181;
    margin-bottom: 15px;
}

.feedback-bg1 {
    background-color: #eee;
    box-shadow: 0px 0px 4px 1px #818181;
    margin-bottom: 15px;
}

.feedback-bg2 {
    background-color: transparent;
    box-shadow: 0px 0px 4px 1px #818181;
    margin-bottom: 15px;
}

.custom-file-uploader {
    position: relative;
}

    .custom-file-uploader input[type=file] {
        display: block;
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: 5;
        width: 100%;
        height: 100%;
        opacity: 0;
        cursor: default;
    }

.list-group-item a:hover {
    color: rgba(0,0,0,0.6);
    float: left;
    width: 100%;
    /*padding: 4px 15px;
    border-bottom: 1px solid #00bae2;
    background-color: #eeeeee;*/
    border-radius: 4px;
}
.bg-anchor
{
    color: #00bae2 !important;
}

.bg-anchor:hover 
{
color: #bfd600 !important;
}

.list-group-item-secondary.list-group-item-action:focus, .list-group-item-secondary.list-group-item-action:hover
{
    color: #333;
    background-color:#ccc;
}

.activeshow
{
    color:#000 !important;
}

.HHeadingR {
    color: #333;
    font-weight: 400;
    position: absolute;
    left: 13%;
    top: 60%;
    font-family: 'VeneerThree' !important;
    text-align: center;
    padding: 12px;
    background-color: #00bae2;
}
.HHeadingCMSR {
    font-weight: 400;
    font-family: 'VeneerThree' !important;
    padding: 12px;
    background: #00bae2;
}

@media(max-width: 991px) 
{
    .HHeadingR {
        color: #333;
        font-weight: 400;
        position: absolute;
        left: 4%;
        top:20%;
        font-family: 'VeneerThree' !important;
        text-align: center;
        padding: 8px;
        font-size:14px;
        background-color: #00bae2;
    }
    .HHeadingCMSR {
        font-weight: 400;
        font-family: 'VeneerThree' !important;
        padding: 12px;
        background: #00bae2;
        font-size: 20px;
    }
}
     /*--------------------------------------------------*/

    #AboutSection {
    padding: 30px;
    margin-top:0px;
    background: #fff;
    box-shadow: 0px 0px 30px rgb(127 137 161 / 30%);
}

    #AboutSection p {
        padding: 0;
        margin: 0 0 10px 0;
    }

    .AboutImg {
        width: 100%;
        height:450px;
    }
    #ResourcesSection {
        padding: 30px;
        background: #fff;
        /*box-shadow: 0px 0px 30px rgb(127 137 161 / 30%);*/
    }

        #ResourcesSection p {
            padding: 0;
            margin: 0 0 10px 0;
        }

        .ResourcesSectionImg {
            width: 100%;
            height: 450px;
        }


#FAQservices {
    padding: 0px 0 0 0;
    margin-top: 2px;
}

#FAQservices p {
    padding: 0;
    margin: 0 0 10px 0;
}

#Contactservices {
    padding: 0px 0 0 0;
    margin-top: 2px;
}

    #Contactservices p {
        padding: 0;
        margin: 0 0 10px 0;
    }
    #Contactservices h2 {
        padding: 0;
        margin: 0 0 10px 0;
    }
    #Contactservices h4 {
        padding: 0;
        margin: 0 0 10px 0;
    }


#TakeActionServices {
    padding: 30px;
}

    #TakeActionServices p {
        padding: 0;
        margin: 0 0 10px 0;
    }

#TakeActionServices h4 {
    margin: 0 0 10px 0;
}

    #TakeActionServices h2 {
        margin: 0 0 30px 0;
    }


#Calculateservices {
    padding: 0px 0 0 0;
    margin-top: 2px;
}
    #Calculateservices .bag {
        padding: 30px;
    }
    
    #Calculateservices p {
        padding: 0;
        margin: 0 0 10px 0;
    }

    #Calculateservices h2 {
        padding: 0;
        margin: 0 0 10px 0;
    }

    #Calculateservices h4 {
        padding: 0;
        margin: 0 0 10px 0;
    }

.PagemainHeading {
    background: #7B1DAB;
    color: #fff;
    text-transform: uppercase;
    font-weight: 400;
    font-family: 'VeneerThree' !important;
    padding: 12px;
    letter-spacing:0.03em;
}


#services6 {
    padding: 0px 0 0 0;
}

    #services6 p {
        padding: 0;
        margin: 0 0 10px 0;
    }

#servicesBox {
    padding: 0px 0 0 0;
}
    #servicesBox .servicebackground {
        background: url(../Images/Banner3.jpg);
    }

    #servicesBox .overlay {
        position: relative;
        background-color: rgba(0, 0, 0, 0.4);
        padding: 40px;
        transition: background-color 0.1s ease-in-out;
        height:350px;
    }
    #servicesBox h2 {
        font-size:1.8rem;
        color: #fff;
        /*text-transform:uppercase;*/
        /*font-family: "Helvetica","Arial","Lucida Grande","sans-serif" !important;*/
    }
    #servicesBox p {
        color: #fff;
        font-family: "Helvetica","Arial","Lucida Grande","sans-serif" !important;
    }

#servicesBoxMap 
{
    padding: 0px 0 0 0;
}
#servicesSignUp {
    padding: 0px 0 0 0;
}

    #servicesSignUp .servicebackground {
        background: url(../Images/Banner3.jpg);
    }
    #servicesSignUp .overlay {
        position: relative;
        background-color: rgba(0, 0, 0, 0.6);
        padding: 20px;
        transition: background-color 0.1s ease-in-out;
    }

    #servicesSignUp h2 {
        font-size: 1.8rem;
        color: #fff;
        text-transform: uppercase;
        font-family: "Helvetica","Arial","Lucida Grande","sans-serif" !important;
        text-align:center;
    }

    #servicesSignUp p {
        color: #fff;
        font-family: "Helvetica","Arial","Lucida Grande","sans-serif" !important;
        text-align: center;
    }
.has-brand-green-background-color {
    background-color: #bed600 !important;
}
    .has-brand-green-background-color:hover {
        background-color: #a5b810 !important;
    }


#servicesVideos {
    padding: 0px 0 0 0;
}

#ResourcesFilters {
    padding:5px ;
    background:#e1e1e1;
}

    #ResourcesFilters p {
        padding: 0;
        margin: 0 0 10px 0;
    }

    #ResourcesFilters h2 {
        padding: 0;
        margin: 0 0 10px 0;
    }

    #ResourcesFilters h4 {
        padding: 0;
        margin: 0 0 10px 0;
    }

#NewsFilters {
   /* padding: 5px;*/
    padding: 0px 0 0 0;
}

    #NewsFilters p {
        padding: 0;
        margin: 0 0 10px 0;
    }

    #NewsFilters h2 {
        padding: 0;
        margin: 0 0 10px 0;
    }

    #NewsFilters h4 {
        padding: 0;
        margin: 0 0 10px 0;
    }

#NewsDetailsBox {
    /* padding: 5px;*/
    padding: 0px 0 0 0;
}

    #NewsDetailsBox p {
        padding: 0;
        margin: 0 0 10px 0;
    }

    #NewsDetailsBox h2 {
        padding: 0;
        margin: 0 0 10px 0;
    }

    #NewsDetailsBox h4 {
        padding: 0;
        margin: 0 0 10px 0;
    }

/*------------------MobileHideFilters--------------------------------*/
#Filter-1 {
    padding: 1.0rem 1.1rem;
    margin-bottom: 0;
    background-color: #eee;
    border-bottom: 0px solid rgba(0,0,0,.125);
    border-radius: 0px;
}

    #Filter-1:hover {
        padding: 1.0rem 1.1rem;
        margin-bottom: 0;
        background-color: #eee;
        border-bottom: 0px solid rgba(0,0,0,.125);
        border-radius: 0px;
    }

    #Filter-1 a {
        font-size: 16px;
        color: #333;
        text-decoration: none;
    }

        #Filter-1 a:hover {
            text-decoration: none;
        }

    #Filter-1 .fb-0 > a {
        display: block;
        position: relative;      
    }

        #Filter-1 .fb-0 > a:after {
            content: "\f078"; /* fa-chevron-down */
            font-family: 'FontAwesome';
            position: absolute;
            right: 0;
            color: #333;
            font-weight: 100;
            font-size: 14px;
        }

        #Filter-1 .fb-0 > a[aria-expanded="true"]:after {
            font-size: 14px;
            content: "\f077"; /*fa-chevron-up */
        }
@media (min-width: 768px)
{

    .collapse.dont-collapse-sm {
        display: block;
        height: auto !important;
        visibility: visible;
    }

    #Filter-1 .fb-0 > a {
        display: block;
        position: relative;
    }

        #Filter-1 .fb-0 > a:after {
            content: "\f078"; /* fa-chevron-down */
            font-family: 'FontAwesome';
            position: absolute;
            right: 0;
            color: #333;
            font-weight: 100;
            font-size: 14px;
        }

        #Filter-1 .fb-0 > a[aria-expanded="true"]:after {
            font-size: 14px;
            content: "\f077"; /*fa-chevron-up */
        }
}

/*------------------MobileHideFilters--------------------------------*/
/*------------------TakeSocialMedia--------------------------------*/

#TakeSocialMedia .social-links a {
    font-size: 20px;
    display: inline-block;
    background: #bbb;
    color: #fff;
    line-height: 1.5;
    padding: 10px 10px;
    margin-right: 10px;
    border-radius: 50%;
    text-align: center;
    width: 50px;
    height: 50px;
    transition: 0.3s;
}

#TakeSocialMedia .social-links {
    margin-top: 5%;
}

    #TakeSocialMedia .social-links .twitter:hover, twitter:focus {
        background: #1da1f2;
        color: #fff !important;
    }

    #TakeSocialMedia .social-links .facebook:hover {
        background: #3c599b;
        color: #fff !important;
    }

    #TakeSocialMedia .social-links .instagram:hover {
        background: #f09433;
        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 !important;
    }

    #TakeSocialMedia .social-links .linkedin:hover {
        background: #0077B5;
        color: #fff !important;
    }


/*------------------------------------------------------------------*/
/* Services Section
--------------------------------*/
#services {
    padding: 0px 0 0 0;
}

    #services .box {
        padding: 40px;
        margin-bottom: 40px;
        box-shadow: 10px 10px 15px rgba(73, 78, 92, 0.1);
        background: #fff;
        transition: 0.4s;
    }

        #services .box:hover {
            box-shadow: 0px 0px 30px rgba(73, 78, 92, 0.15);
            transform: translateY(-10px);
            -webkit-transform: translateY(-10px);
            -moz-transform: translateY(-10px);
        }

        #services .box .icon {
            float: left;
        }

            #services .box .icon i {
                color: #444;
                font-size: 64px;
                transition: 0.5s;
                line-height: 0;
                margin-top: 34px;
            }

                #services .box .icon i:before {
                    background: #0c2e8a;
                    background: linear-gradient(45deg, #50d8af 0%, #a3ebd5 100%);
                    background-clip: border-box;
                    -webkit-background-clip: text;
                    -webkit-text-fill-color: transparent;
                }

        #services .box h4 {
            margin-left: 100px;
            font-weight: 700;
            margin-bottom: 15px;
            font-size: 22px;
        }

            #services .box h4 a {
                color: #444;
            }

        #services .box p {
            font-size: 14px;
            margin-left: 100px;
            margin-bottom: 0;
            line-height: 24px;
        }

.bg-blue {
    background-color: #354ea0;
}

.bg-orange {
    background-color: #ff6a00;
    border-color: #ff6a00;
}

.bg-Yellowgreen {
    background-color: #bed600 !important;
    border-color: #bed600 !important;
}
.bg-Sky {
    background-color: #00bae2 !important;
    border-color: #00bae2 !important;
    color:#000;
    border-radius:0px;
}
    .bg-Sky:hover {
        background-color: #bed600 !important;
        border-color: #bed600 !important;
        color: #fff;
        border-radius: 0px;
    }

.bg-LightOrange {
    background: #FBB836 !important;
    border-color: #FBB836 !important;
    color: #000;
    border-radius: 0px;
}
    .bg-LightOrange:hover {
        background: #eba112 !important;
        border-color: #eba112 !important;
        color: #000;
        border-radius: 0px;
    }

#services a {
    color: #555;
    font-weight: 600;
}

    #services a:hover {
        color: #ff6a00;
    }

/* Testimonials Section
--------------------------------*/

#testimonials {
    padding:5px;
   
}
    #testimonials .bag {
        background: rgba(128, 128, 128, 0.1);
        padding: 30px;
    }


    #testimonials h3 {
        font-size: 1.1rem;
        margin: 0 0 10px 0;
        font-family: 'MyriadPro_reg';
        font-weight: 600;
    }

    #testimonials .servicesimg {
        height: 180px;
    }

    #testimonials a {
        color: #333;
        font-weight: 600;
        font-family: 'MyriadPro_reg';
    }

        #testimonials a:hover {
            color: #ff6a00;
        }

    #testimonials .fa {
        color: #ff6a00;
    }

    #testimonials p {
        padding: 0px;
        margin: 0 0 5px 0;
        font-size: 0.9rem;
        font-family: 'MyriadPro_reg';
    }
/* Our Team Section
--------------------------------*/

#team {
    background: #fff;
    padding: 0px 0 0 0;
}

    #team .card {
        position: relative;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
        flex-direction: column;
        min-width: 0;
        word-wrap: break-word;
        background-color: #fff;
        background-clip: border-box;
        border: 0px solid rgba(0,0,0,.125);
        border-radius: .25rem;
        padding: 10px;
    }

    #team .headingh5 {
        font-size: 0.86rem;
        font-weight: 600;
        font-family: 'Helvetica','Arial Narrow','Arial','sans-serif';
        margin: 0 0 5px 0;
        padding: 0;
    }

    #team p {
        padding: 0px;
        margin: 0 0 5px 0;
        font-size: 0.9rem;
        font-family: 'Helvetica','Arial Narrow','Arial','sans-serif';
    }

/*---------Accordian------------------*/

.mb-0 > a {
    display: block;
    position: relative;
}

    .mb-0 > a:after {
        /*content: "\f13a";*/
        content: "\f078"; /* fa-chevron-down */
        /*content: "\f067";*/ /* fa-plus*/
        font-family: 'FontAwesome';
        position: absolute;
        right: 0;
        color: #333;
        font-weight:100;
        font-size:20px;
    }

    .mb-0 > a[aria-expanded="true"]:after {
      /*  content: "\f139";*/
        font-size: 20px;
         content: "\f077"; /*fa-chevron-up */
        /*content: "\f068";*/ /* fa-minus*/
    }

.mb-1 > a {
    display: block;
    position: relative;
}

    .mb-1 > a:after {
        content: "\f078"; /* fa-chevron-down */
   /*     content: "\f13a";*/
        /*content: "\f067";*/ /* fa-plus*/
        font-family: 'FontAwesome';
        position: absolute;
        right: 0;
        color: #37528f;
    }

    .mb-1 > a[aria-expanded="true"]:after {
        content: "\f077"; /* fa-chevron-up */
        /*content: "\f139";*/
      /*  content: "\f068";*/ /* fa-minus*/
    }

.mb-2 > a {
    display: block;
    position: relative;
}

    .mb-2 > a:after {
        /*content: "\f078";*/ /* fa-chevron-down */
        content: "\f067"; /* fa-plus*/
        font-family: 'FontAwesome';
        position: absolute;
        right: 0;
        color: #ec5873;
    }

    .mb-2 > a[aria-expanded="true"]:after {
        /*content: "\f077";*/ /* fa-chevron-up */
        content: "\f068"; /* fa-minus*/
    }

.mb-p1 > a {
    display: block;
    position: relative;
}

    .mb-p1 > a:after {
        /*content: "\f067";*/ /* fa-plus*/
        content:"\f055";
        font-family: 'FontAwesome';
        position: absolute;
        right: 0;
        color: #333;
        font-weight: 100;
        font-size: 20px;
    }

    .mb-p1 > a[aria-expanded="true"]:after {
        font-size: 20px;
      /*  content: "\f068";*/ /* fa-minus*/
        content: "\f056";
    }

/*--------------About Collapse-----------------------------------------------*/
#AbouHead-1 {
    padding: 1.0rem 1.1rem;
    margin-bottom: 0;
    background-color: #fff;  
    border-radius:0px;
    
}

    #AbouHead-1:hover {
        padding: 1.0rem 1.1rem;
        margin-bottom: 0;
        background-color: #fff;
        border-radius: 0px;
       
    }

    #AbouHead-1 a {
        font-size: 1.2rem;
        color: #444;
        text-decoration: none;
        font-family: 'Helvetica','Arial Narrow','Arial','sans-serif';
        font-weight:400;
    }

        #AbouHead-1 a:hover {
            text-decoration: none;
        }

    #heading-1 .fa {
        font-size: 20px;
        color: #0078ff;
    }

/*------------------------------------------------------*/

#headPrivacy-1 
{
    padding: 1.0rem 1.1rem;
    margin-bottom: 0;
    background-color: #fff;
    border-bottom: 0px solid rgba(0,0,0,.125);
    box-shadow: 0px 0px 5px rgba(127, 137, 161, 0.3);
    border-radius:0px;
}

    #headPrivacy-1:hover
    {
        padding: 1.0rem 1.1rem;
        margin-bottom: 0;
        background-color: #fff;
        border-bottom: 0px solid rgba(0,0,0,.125);
        border-radius: 0px;
    }

    #headPrivacy-1 a 
    {
        font-size: 1.2rem;
        color: #333;
        text-decoration: none;
    }

        #headPrivacy-1 a:hover 
        {
            color: #333;
            text-decoration: none;
        }
    #headPrivacy-1 .fa 
    {
        font-size: 20px;
        color: #0078ff;
    }




#heading-1 {
    padding: 1.0rem 1.1rem;
    margin-bottom: 0;
    background-color: #fff;
    border-bottom: 0px solid rgba(0,0,0,.125);
    box-shadow: 0px 0px 10px rgba(127, 137, 161, 0.3);
    border-radius: 6px;
}

    #heading-1:hover {
        padding: 1.0rem 1.1rem;
        margin-bottom: 0;
        background-color: #fff;
        border-bottom: 0px solid rgba(0,0,0,.125);
        border-radius: 6px;
    }

    #heading-1 a {
        font-size: 1.2rem;
        color: #333;
        text-decoration: none;
        font-family: 'MyriadPro_reg';
        font-weight: 600;
    }

        #heading-1 a:hover {
            color: #0078ff;
            text-decoration: none;
        }

    #heading-1 .fa {
        font-size: 20px;
        color: #0078ff;
    }

#heading-2 {
    padding: 1.0rem 1.1rem;
    margin-bottom: 0;
    background-color: #fff;
    border-bottom: 0px solid rgba(0,0,0,.125);
    box-shadow: 0px 0px 10px rgba(127, 137, 161, 0.3);
    border-radius: 6px;
}

    #heading-2:hover {
        padding: 1.0rem 1.1rem;
        margin-bottom: 0;
        background-color: #fff;
        border-bottom: 0px solid rgba(0,0,0,.125);
        border-radius: 6px;
    }

    #heading-2 a {
        font-size: 1.2rem;
        color: #333;
        text-decoration: none;
        font-family: 'MyriadPro_reg';
        font-weight: 600;
    }

        #heading-2 a:hover {
            color: #37528f;
            text-decoration: none;
        }

    #heading-2 .fa {
        font-size: 20px;
        color: #37528f;
    }

#heading-3 {
    padding: 1.0rem 1.1rem;
    margin-bottom: 0;
    background-color: #fff;
    border-bottom: 0px solid rgba(0,0,0,.125);
    box-shadow: 0px 0px 10px rgba(127, 137, 161, 0.3);
    border-radius: 6px;
}

    #heading-3:hover {
        padding: 1.0rem 1.1rem;
        margin-bottom: 0;
        background-color: #fff;
        border-bottom: 0px solid rgba(0,0,0,.125);
        border-radius: 6px;
    }

    #heading-3 a {
        font-size: 1.2rem;
        color: #333;
        text-decoration: none;
        font-family: 'MyriadPro_reg';
        font-weight: 600;
    }

        #heading-3 a:hover {
            color: #ec5873;
            text-decoration: none;
        }

    #heading-3 .fa {
        font-size: 20px;
        color: #ec5873;
    }

.heading-ellipsis {
    display: block;
    display: -webkit-box;
    max-width: 100%;
    height: auto;
    margin: 0 auto;
    line-height: 1;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 24px;
}

.content-ellipsis {
    display: block;
    display: -webkit-box;
    max-width: 100%;
    height: auto;
    margin: 0 auto;
    line-height: 1;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 22px;
}

.b-0 {
    border: 0px solid;
}


/* Call To Action Section
--------------------------------*/

#call-to-action {
    background: linear-gradient(rgba(0, 142, 99, 0.1), rgba(0, 0, 0, 0.1)), url(../img/call-to-action-bg.jpg) fixed center center;
    background-size: cover;
    padding: 60px 0;
}

    #call-to-action h3 {
        color: #fff;
        font-size: 28px;
        font-weight: 700;
    }

    #call-to-action p {
        color: #fff;
    }

    #call-to-action .cta-btn {
        font-family: 'MyriadPro_reg';
        text-transform: uppercase;
        font-weight: 500;
        font-size: 16px;
        letter-spacing: 1px;
        display: inline-block;
        padding: 8px 28px;
        border-radius: 25px;
        transition: 0.5s;
        margin-top: 10px;
        border: 2px solid #fff;
        color: #fff;
    }

        #call-to-action .cta-btn:hover {
            background: #18d26e;
            border: 2px solid #18d26e;
        }

/* Call To Action Section
--------------------------------*/

#skills {
    padding: 60px 0;
}

    #skills .progress {
        height: 35px;
        margin-bottom: 10px;
    }

        #skills .progress .skill {
            font-family: 'MyriadPro_reg';
            line-height: 35px;
            padding: 0;
            margin: 0 0 0 20px;
            text-transform: uppercase;
        }

            #skills .progress .skill .val {
                float: right;
                font-style: normal;
                margin: 0 20px 0 0;
            }

    #skills .progress-bar {
        width: 1px;
        text-align: left;
        transition: .9s;
    }

/* Facts Section
--------------------------------*/

#facts {
    background: url("../img/facts-bg.jpg") center top no-repeat fixed;
    background-size: cover;
    padding: 0px 0 0 0;
    position: relative;
}

    #facts::before {
        content: '';
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        background: rgba(255, 255, 255, 0.88);
        z-index: 9;
    }

    #facts .container {
        position: relative;
        z-index: 10;
    }

    #facts .counters span {
        font-family: 'MyriadPro_reg';
        font-weight: bold;
        font-size: 48px;
        display: block;
        color: #18d26e;
    }

    #facts .counters p {
        padding: 0;
        margin: 0 0 20px 0;
        font-family: 'MyriadPro_reg';
        font-size: 14px;
        color: #111;
    }

    #facts .facts-img {
        text-align: center;
        padding-top: 30px;
    }

/* Portfolio Section
--------------------------------*/

#portfolio {
    padding: 20px 0;
}

    #portfolio #portfolio-flters {
        padding: 0;
        margin: 5px 0 35px 0;
        list-style: none;
        text-align: center;
    }

        #portfolio #portfolio-flters li {
            cursor: pointer;
            margin: 15px 15px 15px 0;
            display: inline-block;
            padding: 10px 20px;
            font-size: 12px;
            line-height: 20px;
            color: #666666;
            border-radius: 4px;
            text-transform: uppercase;
            background: #fff;
            margin-bottom: 5px;
            transition: all 0.3s ease-in-out;
        }

            #portfolio #portfolio-flters li:hover,
            #portfolio #portfolio-flters li.filter-active {
                /*background: #18d26e;*/
                background: #ff6a00;
                color: #fff;
            }

            #portfolio #portfolio-flters li:last-child {
                margin-right: 0;
            }

    #portfolio .portfolio-wrap {
        box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.08);
        transition: 0.3s;
    }

        #portfolio .portfolio-wrap:hover {
            box-shadow: 0px 4px 14px rgba(0, 0, 0, 0.16);
        }

    #portfolio .portfolio-item {
        position: relative;
        height: 250px;
        overflow: hidden;
    }

        #portfolio .portfolio-item figure {
            background: #fff;
            overflow: hidden;
            /*height:193px;*/
            position: relative;
            border-radius: 4px 4px 4px 4px;
            margin: 0;
        }

            #portfolio .portfolio-item figure:hover img {
                opacity: 0.4;
                transition: 0.3s;
            }

            #portfolio .portfolio-item figure .link-preview,
            #portfolio .portfolio-item figure .link-details {
                position: absolute;
                display: inline-block;
                opacity: 0;
                line-height: 1;
                text-align: center;
                width: 36px;
                height: 36px;
                background: #fff;
                border-radius: 50%;
                transition: 0.2s linear;
            }

                #portfolio .portfolio-item figure .link-preview i,
                #portfolio .portfolio-item figure .link-details i {
                    padding-top: 6px;
                    font-size: 22px;
                    color: #333;
                }

                #portfolio .portfolio-item figure .link-preview:hover,
                #portfolio .portfolio-item figure .link-details:hover {
                    background: #18d26e;
                }

                    #portfolio .portfolio-item figure .link-preview:hover i,
                    #portfolio .portfolio-item figure .link-details:hover i {
                        color: #fff;
                    }

            #portfolio .portfolio-item figure .link-preview {
                left: calc(50% - 38px);
                top: calc(50% - 18px);
            }

            #portfolio .portfolio-item figure .link-details {
                right: calc(50% - 38px);
                top: calc(50% - 18px);
            }

            #portfolio .portfolio-item figure:hover .link-preview {
                opacity: 1;
                left: calc(60% - 44px);
            }

            #portfolio .portfolio-item figure:hover .link-details {
                opacity: 1;
                right: calc(50% - 44px);
            }

        #portfolio .portfolio-item .portfolio-info {
            background: #fff;
            text-align: center;
            padding: 30px;
            height: 90px;
            border-radius: 0 0 3px 3px;
        }

            #portfolio .portfolio-item .portfolio-info h4 {
                font-size: 18px;
                line-height: 1px;
                font-weight: 700;
                margin-bottom: 18px;
                padding-bottom: 0;
            }

                #portfolio .portfolio-item .portfolio-info h4 a {
                    color: #333;
                }

                    #portfolio .portfolio-item .portfolio-info h4 a:hover {
                        color: #18d26e;
                    }

            #portfolio .portfolio-item .portfolio-info p {
                padding: 0;
                margin: 0;
                color: #b8b8b8;
                font-weight: 500;
                font-size: 14px;
                text-transform: uppercase;
            }


/* Clients Section
--------------------------------*/

#clients {
    padding: 10px 0;
}

    #clients img {
        max-width: 100%;
        /*opacity: 0.8;*/
        transition: 0.3s;
        padding: 10px;
        height: 100px;
        -webkit-filter: grayscale(1); /* Safari 6.0 - 9.0 */
        filter: grayscale(1);
    }

        #clients img:hover {
            opacity: 1;
            -webkit-filter: grayscale(0); /* Safari 6.0 - 9.0 */
            filter: grayscale(0);
        }

    #clients .owl-nav,
    #clients .owl-dots {
        margin-top: 5px;
        text-align: center;
    }

    #clients .owl-dot {
        display: inline-block;
        margin: 0 5px;
        width: 12px;
        height: 12px;
        border-radius: 50%;
        background-color: #ddd;
    }

        #clients .owl-dot.active {
            background-color: #ff6a00;
        }

    #clients .owl-carousel .owl-item img {
        display: block;
        width: auto;
    }
/* Call To Action Section
--------------------------------*/
#call-to-action {
    background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url(../img/call-to-action-bg.jpg) fixed center center;
    background-size: cover;
    padding: 80px 0;
}

    #call-to-action .cta-title {
        color: #fff;
        font-size: 32px;
        font-weight: 400;
        font-family: 'MyriadPro_reg';
    }

    #call-to-action .cta-text {
        color: #fff;
    }


    #call-to-action .social-links a {
        font-size: 20px;
        display: inline-block;
        background: rgba(255,255,255,0.2);
        color: #fff !important;
        line-height: 1.5;
        padding: 10px 10px;
        margin-right: 10px;
        border-radius: 50%;
        text-align: center;
        width: 50px;
        height: 50px;
        transition: 0.3s;
    }

    #call-to-action .social-links {
        margin-top: 2%;
    }

        #call-to-action .social-links .twitter:hover {
            background: #1da1f2;
            color: #fff;
        }

        #call-to-action .social-links .facebook:hover {
            background: #3c599b;
            color: #fff;
        }

        #call-to-action .social-links .instagram:hover {
            background: #f09433;
            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;
        }

        #call-to-action .social-links .linkedin:hover {
            background: #0077B5;
            color: #fff;
        }

    #call-to-action #logincalltoaction {
        position: absolute;
        left: 0;
        margin-top: 1%;
    }



/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/

#footer {
    background: #333;
    padding: 0 0 0px 0;
    color: #fff;
    font-size: 14px;
}

    #footer .footer-top {
        background: #333;
       /* padding: 30px 0 15px 0;*/
        padding: 25px 0 0px 0;
    }

        #footer .footer-top .footer-info {
            margin-bottom: 10px;
        }

            #footer .footer-top .footer-info h3 {
                font-size: 34px;
                margin: 0 0 20px 0;
                padding: 2px 0 2px 10px;
                line-height: 1;
                font-family: 'MyriadPro_reg';
                font-weight: 700;
                letter-spacing: 3px;
                border-left: 4px solid #18d26e;
            }

            #footer .footer-top .footer-info p {
                font-size: 14px;
                line-height: 24px;
                margin-bottom: 0;
                font-family: 'MyriadPro_reg';
                color: #fff;
            }

        #footer .footer-top .social-links a {
            font-size: 20px;
            display: inline-block;
            background: #333;
            color: #fff;
            line-height: 1.5;
            padding: 10px 10px;
            margin-right: 10px;
            border-radius: 50%;
            text-align: center;
            width: 50px;
            height: 50px;
            transition: 0.3s;
        }

        #footer .footer-top .social-links {
            margin-top: 5%;
        }

            /*#footer .footer-top .social-links a:hover {
  background: #ff6a00;
  color: #fff;
}*/


            #footer .footer-top .social-links .twitter:hover, twitter:focus {
                background: #1da1f2;
                color: #fff !important;
            }

            #footer .footer-top .social-links .facebook:hover {
                background: #3c599b;
                color: #fff !important;
            }

            #footer .footer-top .social-links .instagram:hover {
                background: #f09433;
                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 !important;
            }

            #footer .footer-top .social-links .linkedin:hover {
                background: #0077B5;
                color: #fff !important;
            }

        #footer .footer-top h4 {
        /*    font-size: 18px;*/
            /*font-weight: bold;*/
            color: #fff;
            /*text-transform: uppercase;*/
            margin:0 0 5px 0;
            /*padding-bottom: 12px;*/
        }
        #footer .footer-top p {
            margin: 0 0 0px 0;
            /*padding-bottom: 12px;*/
        }
        .textUpper 
        {
            text-transform: uppercase;
        }
                    /*#footer .footer-top h4::before,
            #footer .footer-top h4::after {
                content: '';
                position: absolute;
                left: 0;
                bottom: 0;
                height: 2px;
            }

            #footer .footer-top h4::before {
                right: 0;
                background: #555;
            }

            #footer .footer-top h4::after {*/
                /*background: #18d26e;*/
                /*background: #ff6a00;
                width: 100%;
            }*/

        #footer .footer-top .footer-links {
            margin-bottom: 30px;
        }

            #footer .footer-top .footer-links ul {
                list-style: none;
                padding: 0;
                margin: 0;
            }

                #footer .footer-top .footer-links ul i {
                    padding-right: 8px;
                    color: #ddd;
                }

                #footer .footer-top .footer-links ul li {
                    border-bottom: 1px solid #333;
                    padding: 10px 0;
                }

                    #footer .footer-top .footer-links ul li:first-child {
                        padding-top: 0;
                    }

                #footer .footer-top .footer-links ul a {
                    color: #eee;
                }

                    #footer .footer-top .footer-links ul a:hover {
                        color: #ff6a00;
                    }

        #footer .footer-top .footer-contact {
            margin-bottom: 0px;
        }

            #footer .footer-top .footer-contact p {
                /*line-height: 26px;*/
                line-height: 1.5;
            }

        #footer .footer-top .footer-newsletter {
            margin-bottom: 0px;
        }

            #footer .footer-top .footer-newsletter input[type="email"] {
                border: 0;
                padding: 6px 8px;
                width: 65%;
            }

            #footer .footer-top .footer-newsletter input[type="submit"] {
                /*background: #18d26e;*/
                background: #ff6a00;
                border: 0;
                width: 35%;
                padding: 6px 0;
                text-align: center;
                color: #fff;
                transition: 0.3s;
                cursor: pointer;
            }

                #footer .footer-top .footer-newsletter input[type="submit"]:hover {
                    background: #13a456;
                }

    #footer .copyright {
        padding: 20px;
        border-top:1px solid #fff;
    }
    #footer .copyright a
    {
      color:#fff;
    }

    #footer .credits {
        text-align: center;
        font-size: 13px;
        color: #ddd;
    }

.tweetdiv {
    overflow-x: hidden;
    overflow-y: scroll;
    height: 222px;
}
.twitdiv {
    overflow-x: hidden;
    overflow-y: scroll;
    height:300px;
}
.Iframe {
    width: 100%;
    height: 315px;
}

.newsdivsub {
    overflow-y: scroll;
    overflow-x: hidden;
    padding: 1rem;
    height: 150px;
}

.Imgdivfront {
    width: 100%;
}


/*Featued Cards*/
.card-custom {
    overflow: hidden;
    min-height: 350px;
    box-shadow: 0 0 5px rgba(10, 10, 10, 0.3) inset;
}

.card-custom-img {
    height: 200px;
    min-height: 200px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    border-color: inherit;
}

    /* First border-left-width setting is a fallback */
    .card-custom-img::after {
        position: absolute;
        content: '';
        top: 161px;
        left: 0;
        width: 0;
        height: 0;
        border-style: solid;
        border-top-width: 40px;
        border-right-width: 0;
        border-bottom-width: 0;
        border-left-width: 545px;
        border-left-width: calc(575px - 5vw);
        border-top-color: transparent;
        border-right-color: transparent;
        border-bottom-color: transparent;
        border-left-color: inherit;
    }

.card-custom-avatar img {
    border-radius: 50%;
    box-shadow: 0 0 15px rgba(10, 10, 10, 0.2);
    position: absolute;
    top: 100px;
    left: 1.25rem;
    width: 100px;
    height: 100px;
}


/*======================================
//--//-->   BLOG
======================================*/

/*.card-blog{
    box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.2);
 
}*/
.card-blog .card-img {
    border-radius: 4px 4px 0 0;
}

    .card-blog .card-img .img-fluid {
        border-radius: 4px 4px 0 0;
    }

.card-blog .card-body {
    position: relative;
}

.card-blog .card-category-box {
    position: absolute;
    text-align: right;
    top: -30px;
    left: 0px;
    right: 0px;
    line-height: 25px;
    overflow: hidden;
}

.card-blog .card-category {
    display: inline-block;
    color: #fff;
    padding: 0 15px 5px;
    overflow: hidden;
    background-color: #ff6a00;
    border-radius: 0px;
}

    .card-blog .card-category .category {
        color: #fff;
        display: inline-block;
        text-transform: uppercase;
        font-size: .7rem;
        letter-spacing: .1px;
        margin-bottom: 0;
    }

.card-blog .card-title {
    font-size: 1.1rem;
    margin-top: .6rem;
}

.card-blog .card-description {
    color: #4e4e4e;
    min-height: 100px;
    text-align: justify;
    font-size: 0.9rem;
}

.card-blog .post-author {
    display: inline-block;
    float: right;
    font-size: 0.9rem;
}

.card-blog .post-date {
    color: #4e4e4e;
    display: inline-block;
    font-size: 0.9rem;
}
/*======================================
//--//-->   BLOG-SINGLE
======================================*/

.post-box,
.form-comments,
.box-comments,
.widget-sidebar {
    padding: 2rem;
    background-color: #fff;
    margin-bottom: 3rem;
}

.blog-wrapper .article-title {
    font-size: 1.5rem;
}

.blog-wrapper .post-meta {
    margin: 1rem 0;
}

    .blog-wrapper .post-meta ul {
        border-left: 4px solid #0078ff;
        margin-top: 1rem;
    }

        .blog-wrapper .post-meta ul li {
            display: inline-block;
            margin-left: 15px;
        }

        .blog-wrapper .post-meta ul a {
            color: #0078ff;
        }

        .blog-wrapper .post-meta ul span {
            color: #1e1e1e;
        }

.blog-wrapper .blockquote {
    border-left: 4px solid #0078ff;
    padding: 18px;
    font-style: italic;
}

/*------/ Comments /------*/

.box-comments .list-comments li {
    padding-bottom: 40px;
}

.box-comments .list-comments .comment-avatar {
    display: table-cell;
    vertical-align: top;
}

    .box-comments .list-comments .comment-avatar img {
        width: 80px;
        height: 80px;
    }

.box-comments .list-comments .comment-author {
    font-size: 1.3rem;
}

.box-comments .list-comments .comment-details {
    display: table-cell;
    vertical-align: top;
    padding-left: 25px;
}

.box-comments .list-comments a {
    color: #0078ff;
}

.box-comments .list-comments span {
    color: #1e1e1e;
    font-style: italic;
}

.box-comments .comment-children {
    margin-left: 40px;
}

/*---------------Vision-----------------------------------------------------*/

#call-to-Vision {
    background: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)), url(../img/call-to-Parterns-bg.JPG) fixed center center;
    background-size: cover;
    padding: 75px 0;
}

    #call-to-Vision .cta-title {
        color: #fff;
        font-size: 28px;
        font-weight: 400;
        position: absolute;
        left: 14%;
        top: 300px;
        font-family: 'MyriadPro_reg';
        text-align: center;
        padding: 10px;
        background-color: rgba(0,0,0,0.6);
        width: 20%;
        border-top-left-radius: 40px;
        border-bottom-right-radius: 40px;
    }

    #call-to-Vision p {
        color: #fff;
        font-family: 'MyriadPro_reg';
        font-size: 20px;
        font-weight: 600;
    }
/*----------------------------------Objectives----------------------------------*/
#call-to-Parterns {
    background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url(../img/call-to-Objectives-bg.JPG) fixed center center;
    background-size: cover;
    padding: 75px 0;
}

    #call-to-Parterns .cta-title {
        color: #fff;
        font-size: 28px;
        font-weight: 400;
        position: absolute;
        left: 14%;
        top: 300px;
        padding: 10px;
        font-family: 'MyriadPro_reg';
        text-align: center;
        background-color: rgba(0,0,0,0.6);
        width: 20%;
        border-top-left-radius: 40px;
        border-bottom-right-radius: 40px;
    }

    #call-to-Parterns p {
        color: #fff;
        font-family: 'MyriadPro_reg';
        font-size: 18px;
        font-weight: 400;
    }
/*----------------------------------Objectives----------------------------------*/
#call-to-Objectives {
    background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url(../img/call-to-Objectives-bg.JPG) fixed center center;
    background-size: cover;
    padding: 75px 0;
}

    #call-to-Objectives .cta-title {
        color: #fff;
        font-size: 28px;
        font-weight: 400;
        position: absolute;
        left: 14%;
        top: 300px;
        padding: 10px;
        font-family: 'MyriadPro_reg';
        text-align: center;
        background-color: rgba(0,0,0,0.6);
        width: 20%;
        border-top-left-radius: 40px;
        border-bottom-right-radius: 40px;
    }

    #call-to-Objectives p {
        color: #fff;
        font-family: 'MyriadPro_reg';
        font-size: 18px;
        font-weight: 400;
    }
/*----------------------------------Technical----------------------------------*/
#call-to-Technical {
    background: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)), url(../img/call-to-Vision-bg.jpg) fixed center center;
    background-size: cover;
    padding: 75px 0;
}

    #call-to-Technical .cta-title {
        color: #fff;
        font-size: 28px;
        font-weight: 400;
        position: absolute;
        left: 14%;
        top: 300px;
        font-family: 'MyriadPro_reg';
        text-align: center;
        padding: 10px;
        background-color: rgba(0,0,0,0.6);
        width: 50%;
        border-top-left-radius: 40px;
        border-bottom-right-radius: 40px;
    }

    #call-to-Technical p {
        color: #fff;
        font-family: 'MyriadPro_reg';
        font-size: 18px;
        font-weight: 400;
    }
/*----------------------------------Resources----------------------------------*/
#call-to-Resources {
    background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url(../img/call-to-Resources-bg.jpg) fixed center center;
    background-size: cover;
    padding: 75px 0;
}

    #call-to-Resources .cta-title {
        color: #fff;
        font-size: 28px;
        font-weight: 700;
        font-family: 'MyriadPro_reg';
        text-decoration: underline;
        text-align: center;
        padding: 10px;
        background-color: rgba(0,0,0,0.6);
        width: 20%;
        border-top-left-radius: 40px;
        border-bottom-right-radius: 40px;
    }

    #call-to-Resources p {
        color: #fff;
        font-family: 'MyriadPro_reg';
        font-size: 18px;
        font-weight: 400;
    }
/*----------------------------------FNHW our Work----------------------------------*/

#call-to-FNHW {
    background: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)), url(../img/call-to-FNHW-bg.jpg) fixed center center no-repeat;
    padding: 75px 0;
    background-color: #fff;
    background-size: cover;
}

    #call-to-FNHW .cta-title {
        color: #fff;
        font-size: 28px;
        font-weight: 400;
        position: absolute;
        left: 14%;
        top: 300px;
        font-family: 'MyriadPro_reg';
        /*background:rgba(0,0,0,0.6);*/
        padding: 10px;
        border-radius: 4px;
        text-align: center;
        background-color: rgba(0,0,0,0.6);
        width: 40%;
        border-top-left-radius: 40px;
        border-bottom-right-radius: 40px;
    }

    #call-to-FNHW p {
        color: #fff;
        font-family: 'MyriadPro_reg';
        font-size: 20px;
        font-weight: 600;
    }
/*----------------------------------Gender our Work----------------------------------*/

#call-to-GenderOurWork {
    background: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)), url(../img/call-to-Gender-bg.jpg) fixed center center no-repeat;
    padding: 75px 0;
    background-color: #fff;
    background-size: cover;
}

    #call-to-GenderOurWork .cta-title {
        color: #fff;
        font-size: 28px;
        font-weight: 400;
        position: absolute;
        left: 14%;
        top: 300px;
        font-family: 'MyriadPro_reg';
        /*background:rgba(0,0,0,0.6);*/
        padding: 10px;
        border-radius: 4px;
        text-align: center;
        background-color: rgba(0,0,0,0.6);
        width: 35%;
        border-top-left-radius: 40px;
        border-bottom-right-radius: 40px;
    }

    #call-to-GenderOurWork p {
        color: #fff;
        font-family: 'MyriadPro_reg';
        font-size: 20px;
        font-weight: 600;
    }
/*----------------------------------Research our Work----------------------------------*/

#call-to-Research {
    background: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)), url(../img/call-to-Research-bg.jpg) fixed center center no-repeat;
    padding: 75px 0;
    background-color: #fff;
    background-size: cover;
}

    #call-to-Research .cta-title {
        color: #fff;
        font-size: 28px;
        font-weight: 400;
        position: absolute;
        left: 14%;
        top: 300px;
        font-family: 'MyriadPro_reg';
        /*background:rgba(0,0,0,0.6);*/
        padding: 10px;
        border-radius: 4px;
        text-align: center;
        background-color: rgba(0,0,0,0.6);
        width: 20%;
        border-top-left-radius: 40px;
        border-bottom-right-radius: 40px;
    }

    #call-to-Research p {
        color: #fff;
        font-family: 'MyriadPro_reg';
        font-size: 20px;
        font-weight: 600;
    }
/*----------------------------------ResourcesFNHW----------------------------------*/

#call-to-ResourcesFNHW {
    background: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)), url(../img/call-to-ReCover-bg.jpg) fixed center center no-repeat;
    padding: 75px 0;
    background-color: #fff;
    background-size: cover;
}

    #call-to-ResourcesFNHW .cta-title {
        color: #fff;
        font-size: 24px;
        font-weight: 400;
        position: absolute;
        left: 14%;
        top: 300px;
        font-family: 'MyriadPro_reg';
        /*background:rgba(0,0,0,0.6);*/
        padding: 10px;
        border-radius: 4px;
        text-align: center;
        background-color: rgba(0,0,0,0.6);
        width: 20%;
        border-top-left-radius: 40px;
        border-bottom-right-radius: 40px;
    }

    #call-to-ResourcesFNHW p {
        color: #fff;
        font-family: 'MyriadPro_reg';
        font-size: 20px;
        font-weight: 600;
    }
/*----------------------------------Career Interships----------------------------------*/

#call-to-Vacanices {
    background: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)), url(../img/call-to-Interships-bg.jpg) fixed center center no-repeat;
    padding: 75px 0;
    background-color: #fff;
    background-size: cover;
}

    #call-to-Vacanices .cta-title {
        color: #fff;
        font-size: 24px;
        font-weight: 400;
        position: absolute;
        left: 14%;
        top: 300px;
        font-family: 'MyriadPro_reg';
        /*background:rgba(0,0,0,0.6);*/
        padding: 10px;
        border-radius: 4px;
        text-align: center;
        background-color: rgba(0,0,0,0.6);
        width: 20%;
        border-top-left-radius: 40px;
        border-bottom-right-radius: 40px;
    }

    #call-to-Vacanices p {
        color: #fff;
        font-family: 'MyriadPro_reg';
        font-size: 20px;
        font-weight: 600;
    }
/*----------------------------------Career Interships----------------------------------*/
#call-to-Interships {
    background: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)), url(../img/call-to-IntershipsVac-bg.png) fixed center center no-repeat;
    padding: 75px 0;
    background-color: #fff;
    background-size: cover;
}

    #call-to-Interships .cta-title {
        color: #fff;
        font-size: 24px;
        font-weight: 400;
        position: absolute;
        left: 14%;
        top: 300px;
        font-family: 'MyriadPro_reg';
        /*background:rgba(0,0,0,0.6);*/
        padding: 10px;
        border-radius: 4px;
        text-align: center;
        background-color: rgba(0,0,0,0.6);
        width: 20%;
        border-top-left-radius: 40px;
        border-bottom-right-radius: 40px;
    }

    #call-to-Interships p {
        color: #fff;
        font-family: 'MyriadPro_reg';
        font-size: 20px;
        font-weight: 600;
    }
/*----------------------------------Career Interships----------------------------------*/
#call-to-Fellowships {
    background: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)), url(../img/call-to-Fellowships-bg.jpg) fixed center center no-repeat;
    padding: 75px 0;
    background-color: #fff;
    background-size: cover;
}

    #call-to-Fellowships .cta-title {
        color: #fff;
        font-size: 24px;
        font-weight: 400;
        position: absolute;
        left: 14%;
        top: 300px;
        font-family: 'MyriadPro_reg';
        /*background:rgba(0,0,0,0.6);*/
        padding: 10px;
        border-radius: 4px;
        text-align: center;
        background-color: rgba(0,0,0,0.6);
        width: 20%;
        border-top-left-radius: 40px;
        border-bottom-right-radius: 40px;
    }

    #call-to-Fellowships p {
        color: #fff;
        font-family: 'MyriadPro_reg';
        font-size: 20px;
        font-weight: 600;
    }
/*----------------------------------Collaborater----------------------------------*/

#call-to-Collaborater {
    background: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)), url(../img/call-to-Collaborater-bg.JPG) fixed center center;
    background-size: cover;
    padding: 75px 0;
}

    #call-to-Collaborater .cta-title {
        color: #fff;
        font-size: 28px;
        font-weight: 400;
        position: absolute;
        left: 14%;
        top: 300px;
        font-family: 'MyriadPro_reg';
        text-align: center;
        padding: 10px;
        background-color: rgba(0,0,0,0.6);
        width: 20%;
        border-top-left-radius: 40px;
        border-bottom-right-radius: 40px;
    }

    #call-to-Collaborater p {
        color: #fff;
        font-family: 'MyriadPro_reg';
        font-size: 18px;
        font-weight: 400;
    }

.CoverHeight {
    min-height: 300px;
}

.bottm-0 {
    /*position: absolute;*/
    bottom: 16px;
    right: 2px;
}
/*----------------------------------#SpotLight News trainings----------------------------------*/
#SpotLight {
    /*padding: 0px 0;*/
    padding: 20px 0;
    background: #eee;
}

    #SpotLight h3 {
        font-size: 1.1rem;
        margin: 0 0 10px 0;
        font-family: 'MyriadPro_reg';
        font-weight: 600;
    }

    #SpotLight .servicesimg {
        height: 180px;
        width: 100%;
    }

    #SpotLight a {
        color: #333;
        font-weight: 400;
        font-family: 'MyriadPro_reg';
    }

        #SpotLight a:hover {
            color: #ff6a00;
        }

    #SpotLight .fa {
        color: #ff6a00;
    }

    #SpotLight p {
        padding: 0px;
        margin: 0 0 5px 0;
        font-size: 0.9rem;
        font-family: 'MyriadPro_reg';
    }
/*----------------------------------btn CSS----------------------------------*/
.btn-outline-orange {
    color: #ff6a00;
    border-color: #ff6a00;
}

    .btn-outline-orange:hover {
        color: #fff !important;
        border-color: #ff6a00;
        background-color: #ff6a00;
    }

.btn-outline-blue {
    color: #007bff;
    border-color: #354ea0;
}

    .btn-outline-blue:hover {
        color: #fff !important;
        border-color: #354ea0;
        background-color: #354ea0;
    }

.btn-outline-white {
    color: #fff;
    border-color: #fff;
}

    .btn-outline-white:hover {
        color: #fff !important;
        border-color: #354ea0;
        background-color: #354ea0;
    }


.btn-outline-whiteOrange {
    color: #fff;
    border-color: #fff;
}

    .btn-outline-whiteOrange:hover {
        color: #fff !important;
        border-color: #ff6a00;
        background-color: #ff6a00;
    }


.btn-outline-sky
{

    text-transform: uppercase;
    text-decoration: none;
    border-color: #00b9e4;
    color: #1e1e1e;
}

    .btn-outline-sky:hover {
        color: #fff;
        border-color: #00b9e4;
        background-color: #00b9e4;
    }

.button--white {
    background-color: #fff;
}
    .button--white:hover {
        background-color: #fbfbfb;
    }

.button--arrowBlack, input[type="submit"] {
    background-image: url(../Images/arrow-dark.png);
    background-position: center right 18px;
    transition: all .3s ease-in-out;
    padding-right: 60px !important;
    background-repeat: no-repeat;
    background-size: 26px;
}

.buttonB, input[type="submit"] {
    display: inline-block;
    padding: 13px 20px;
    color: #333;
    text-transform: uppercase;
    font-weight: 400;
    font-family: HelveticaNeue-BoldCN,'sans-serif';
    text-transform: uppercase;
    font-weight: 300;
    letter-spacing: .02em;
    text-decoration: none;
    transition: all .3s ease-in-out;
    margin-right: 30px;
}


.button--pink {
    background-color: #e0119d;
}

.button--Cyan {
    background-color: #BFD705;
}
    .button--Cyan:hover {
        background-color: #a8bc11;
    }

.button--Orange {
    background-color: #FBB836 !important;
}

    .button--Orange:hover {
        background-color: #eba112 !important;
    }
.button--purple
{
    background-color: #7B269C !important;
}

    .button--purple:hover {
        background-color: #a117d7 !important;
    }

.btnMargin 
{
    margin-right: 15px !important;
    margin-left: 15px !important;
}

.button--arrow, input[type="submit"] {
    background-image: url(../Images/arrow-white.png);
    background-position: center right 18px;
    transition: all .3s ease-in-out;
    padding-right: 60px !important;
    background-repeat: no-repeat;
    background-size: 26px;
}

.button, input[type="submit"] {
    display: inline-block;   
    padding: 13px 20px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    font-family: HelveticaNeue-BoldCN,'sans-serif';
    text-transform: uppercase;
    font-weight: 400;
    letter-spacing: .02em;
    text-decoration: none;
    transition: all .3s ease-in-out;
}
.button--pink:hover {
    background-color: #f14cbc;
}

.button--arrow:hover, input[type="submit"]:hover {
    background-position: center right 14px;
}

.button:hover, input[type="submit"]:hover, .button:active, input[type="submit"]:active, .button:focus, input[type="submit"]:focus {
    text-decoration: none;
    color: #fff;
}



.social-nav {
    padding: 0;
    list-style: none;
    display: inline-block;
    /*margin: 10px auto;*/
    z-index: 1050;
}

    .social-nav li {
        display: inline-block;
    }

    .social-nav a {
        display: inline-block;
        float: right;
        width: 48px;
        height: 48px;
        font-size: 20px;
        color: #FFF;
        text-decoration: none;
        cursor: pointer;
        text-align: center;
        line-height: 48px;
        background: #000;
        position: relative;
        -moz-transition: 0.5s;
        -o-transition: 0.5s;
        -webkit-transition: 0.5s;
        transition: 0.5s;
    }

.model-0 {
    position: absolute;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    right: 0;
    top: calc(50% - 20%);
}

    .model-0 li {
        float: none;
        display: block;
    }

    .model-0 a:hover {
        /*padding-left: 20px;*/
        width: 55px;
    }

    .model-0 .twitter {
        background: #00ACED;
    }

    .model-0 .facebook {
        background: #3B579D;
    }

    .model-0 .google-plus {
        background: #DD4A3A;
        background: -webkit-linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%);
    }

    .model-0 .linkedin {
        background: #007BB6;
    }

    .model-0 .pinterest {
        background: #CB2026;
    }

    .model-0 .instagram {
        background: #f09433;
        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 );
    }

/******************Pramod kumar 17-04-2021******************************/

/*@font-face {
    font-family: veneer;
    src: url(../fonts/Veneer.ttf);
}*/

.font-style-hd_1
{
    font-family: VeneerThree !important;
}

.font-style-hd
{
    font-family: Veneer !important;
}

[class*="ft-stage_wrp_"] {
    display: flex;
    flex-flow: column;
    margin-bottom: 30px;
    padding: 15px;
    padding-bottom: 30px;
    position: relative;
    height: 100%;
}

.ft-stage_wrp_one {
    background: #BDD600;
}

.ft-stage_wrp_two {
    background: #E0119D;
}

.ft-stage_wrp_three {
    background: #00B9E5;
}

.ft-stage_wrp_four {
    background: #FBB836;
}

.ft-stage_wrp_five {
    background: #80379B;
}

.ft-stage_wrp_six {
    background: #4F5051;
}

ul.pagination-new {
    display: flex;
    flex-flow: wrap;
    list-style: none;
    padding-left: 0;
    
    font-family: 'HelveticaNeue-BoldCN' !important;
    text-transform: uppercase;
}

    ul.pagination-new a .fa {
        color: #FECB00;
        padding-left: 9px;
    }

    ul.pagination-new a {
        color: #1E1E1E;
        padding-right: 9px;
    }

[class*="ft-stage_wrp_"] a.btn {
    position: absolute;
    bottom: 15px;
    border-radius: 0;
    font-weight: 600;
    color: #000;
    background: #fff;
}

[class*="ft-stage_wrp_"] p {
    color: #fff;
}

.stage-dk [class*="col-"] {
    margin-bottom: 30px;
}

.ft-stage_wrp_six h4 {
    color: #fff;
}

.panel-heading {
    padding: 0;
    border: 0;
}

.panel-title > a,
.panel-title > a:active {
    display: block;
    padding: 15px;
    color: #333;
    font-size: 16px;
    /*font-weight: bold;*/
    text-transform: uppercase;
    letter-spacing: 1px;
    /*word-spacing: 3px;*/
    text-decoration: none;
}

.panel-heading a:before {
    float: right;
    transition: all 0.5s;
    font: normal normal normal 14px/1 FontAwesome;
}

.panel-heading.active a:before {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    transform: rotate(180deg);
}

.faq-acordition a[aria-expanded="true"]:before {
    content: "\f077";
}

.faq-acordition a[aria-expanded="false"]:before {
    content: "\f078";
}

.faq-acordition .panel.panel-default {
    border-top: 1px solid #EDEDED;
}

    .faq-acordition .panel.panel-default h4.panel-title {
        margin: 0;
        padding: 0 0;
    }

.faq-acordition .panel-heading a:before {
    position: absolute;
    top: 32px;
    right: 0;
}

.faq-acordition h4.panel-title a {
  /*  font-size: 14px;*/
   /* text-transform: capitalize;*/
    padding: 30px;
    position: relative;
    padding-left: 0;
}

a.btn.btn-light.blank-white {
    border-radius: 0;
    font-weight: 600;
    color: #000;
    background: #fff;
}

.sign-up-br {
    padding: 56px;
    text-align: center;
}

    .sign-up-br p {
        font-size: 20px;
        color: #fff;
        margin-bottom: 15px;
    }

.faq-acordition .panel-body {
    padding-bottom: 30px;
}





/*****************End Pramod kumar 17-04-2021******************************/


/* RESPONSIVE CSS
-------------------------------------------------- */

@media (min-width: 40em) {
    /* Bump up size of carousel content */
    .carousel-caption p {
        margin-bottom: 1.25rem;
    }
}

@media (max-width: 991px)
{
    .FTWidth {
        width:100%;
    }

    #AboutSection {
        padding: 30px;
        margin-top: 0px;
        background: #fff;
    }
    .AboutImg {
        width: 100%;
        height: auto;

    }


    #intro .carousel-item {
        width: 100%;
        height: 200px;
        background-position: center;
        background-repeat: no-repeat;
    }

    #intro .carouselImage {
        width: 100%;
        height: 100%;
    }

    #intro .carousel-indicators li {
        cursor: pointer;
        top: 97%;
    }

    #testimonials h3 {
        font-size: 1.2rem;
        margin: 10px 0px 10px 0px;
        font-family: 'MyriadPro_reg';
        font-weight: 600;
    }

    #call-to-action .cta-title {
        color: #fff;
        font-size: 28px;
        font-weight: 400;
        font-family: 'MyriadPro_reg';
    }

    #call-to-action #logincalltoaction {
        position: absolute;
        left: 0;
        margin-top: 8%;
    }

    #call-to-Vision .cta-title {
        color: #fff;
        font-size: 28px;
        font-weight: 400;
        position: absolute;
        top: 120px;
        font-family: 'MyriadPro_reg';
        text-align: center;
        background-color: rgba(0,0,0,0.6);
        width: 60%;
        padding: 10px;
        border-top-left-radius: 40px;
        border-bottom-right-radius: 40px;
    }

    #call-to-Parterns .cta-title {
        color: #fff;
        font-size: 28px;
        font-weight: 400;
        position: absolute;
        top: 120px;
        font-family: 'MyriadPro_reg';
        text-align: center;
        background-color: rgba(0,0,0,0.6);
        width: 60%;
        padding: 10px;
        border-top-left-radius: 40px;
        border-bottom-right-radius: 40px;
    }

    #call-to-Objectives .cta-title {
        color: #fff;
        font-size: 28px;
        font-weight: 400;
        position: absolute;
        left: 20%;
        top: 120px;
        font-family: 'MyriadPro_reg';
        text-align: center;
        background-color: rgba(0,0,0,0.6);
        width: 60%;
        padding: 10px;
        border-top-left-radius: 40px;
        border-bottom-right-radius: 40px;
    }

    #call-to-Technical .cta-title {
        color: #fff;
        font-size: 20px;
        font-weight: 400;
        position: absolute;
        top: 100px;
        left: 0%;
        font-family: 'MyriadPro_reg';
        text-align: center;
        background-color: rgba(0,0,0,0.6);
        width: 100%;
        padding: 10px;
        border-top-left-radius: 40px;
        border-bottom-right-radius: 40px;
    }

    #call-to-FNHW .cta-title {
        color: #fff;
        font-size: 18px;
        font-weight: 400;
        position: absolute;
        left: 3%;
        top: 130px;
        font-family: 'MyriadPro_reg';
        border-radius: 4px;
        text-align: center;
        background-color: rgba(0,0,0,0.6);
        width: 95%;
        padding: 10px;
        border-top-left-radius: 40px;
        border-bottom-right-radius: 40px;
    }

    #call-to-GenderOurWork .cta-title {
        color: #fff;
        font-size: 18px;
        font-weight: 400;
        position: absolute;
        left: 2%;
        top: 130px;
        font-family: 'MyriadPro_reg';
        padding: 10px;
        border-radius: 4px;
        text-align: center;
        background-color: rgba(0,0,0,0.6);
        width: 95%;
        border-top-left-radius: 40px;
        border-bottom-right-radius: 40px;
    }

    #call-to-Research .cta-title {
        color: #fff;
        font-size: 18px;
        font-weight: 400;
        position: absolute;
        left: 25%;
        top: 130px;
        font-family: 'MyriadPro_reg';
        padding: 10px;
        border-radius: 4px;
        text-align: center;
        background-color: rgba(0,0,0,0.6);
        width: 45%;
        border-top-left-radius: 40px;
        border-bottom-right-radius: 40px;
    }

    #call-to-ResourcesFNHW .cta-title {
        color: #fff;
        font-size: 18px;
        font-weight: 400;
        position: absolute;
        left: 25%;
        top: 130px;
        font-family: 'MyriadPro_reg';
        padding: 10px;
        border-radius: 4px;
        text-align: center;
        background-color: rgba(0,0,0,0.6);
        width: 45%;
        border-top-left-radius: 40px;
        border-bottom-right-radius: 40px;
    }

    #call-to-Vacanices .cta-title {
        color: #fff;
        font-size: 24px;
        font-weight: 400;
        position: absolute;
        left: 25%;
        top: 120px;
        font-family: 'MyriadPro_reg';
        /*background:rgba(0,0,0,0.6);*/
        padding: 10px;
        border-radius: 4px;
        text-align: center;
        background-color: rgba(0,0,0,0.6);
        width: 45%;
        border-top-left-radius: 40px;
        border-bottom-right-radius: 40px;
    }

    #call-to-Interships .cta-title {
        color: #fff;
        font-size: 24px;
        font-weight: 400;
        position: absolute;
        left: 25%;
        top: 120px;
        font-family: 'MyriadPro_reg';
        /*background:rgba(0,0,0,0.6);*/
        padding: 10px;
        border-radius: 4px;
        text-align: center;
        background-color: rgba(0,0,0,0.6);
        width: 45%;
        border-top-left-radius: 40px;
        border-bottom-right-radius: 40px;
    }

    #call-to-Fellowships .cta-title {
        color: #fff;
        font-size: 24px;
        font-weight: 400;
        position: absolute;
        left: 25%;
        top: 120px;
        font-family: 'MyriadPro_reg';
        /*background:rgba(0,0,0,0.6);*/
        padding: 10px;
        border-radius: 4px;
        text-align: center;
        background-color: rgba(0,0,0,0.6);
        width: 45%;
        border-top-left-radius: 40px;
        border-bottom-right-radius: 40px;
    }

    #call-to-Collaborater .cta-title {
        color: #fff;
        font-size: 24px;
        font-weight: 400;
        position: absolute;
        left: 25%;
        top: 120px;
        font-family: 'MyriadPro_reg';
        /*background:rgba(0,0,0,0.6);*/
        padding: 10px;
        border-radius: 4px;
        text-align: center;
        background-color: rgba(0,0,0,0.6);
        width: 45%;
        border-top-left-radius: 40px;
        border-bottom-right-radius: 40px;
    }

    .CoverHeight {
        min-height: 100px;
    }

    .social-nav {
        padding: 0;
        list-style: none;
        display: inline-block;
        margin: 50px auto;
        z-index: 1050;
    }

        .social-nav li {
            display: inline-block;
        }

        .social-nav a {
            display: inline-block;
            float: right;
            width: 30px;
            height: 30px;
            font-size: 14px;
            color: #FFF;
            text-decoration: none;
            cursor: pointer;
            text-align: center;
            line-height: 28px;
            background: #000;
            position: relative;
            -moz-transition: 0.5s;
            -o-transition: 0.5s;
            -webkit-transition: 0.5s;
            transition: 0.5s;
        }

    .model-0 {
        position: absolute;
        -moz-transition: 0.5s;
        -o-transition: 0.5s;
        -webkit-transition: 0.5s;
        transition: 0.5s;
        right: 0;
        top: calc(20% - 10%);
    }

        .model-0 li {
            float: none;
            display: block;
        }

        .model-0 a:hover {
            /*padding-left: 20px;*/
            width: 55px;
        }

        .model-0 .twitter {
            background: #00ACED;
        }

        .model-0 .facebook {
            background: #3B579D;
        }

        .model-0 .google-plus {
            background: #DD4A3A;
            background: -webkit-linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%);
        }

        .model-0 .linkedin {
            background: #007BB6;
        }

        .model-0 .pinterest {
            background: #CB2026;
        }

        .model-0 .instagram {
            background: #f09433;
            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 );
        }

    .model-1 {
        position: absolute;
        -moz-transition: 0.5s;
        -o-transition: 0.5s;
        -webkit-transition: 0.5s;
        transition: 0.5s;
        right: 0;
        /*top: calc(55% - 10%);*/
        top: calc(55% - 15%);
    }

        .model-1 li {
            float: none;
            display: block;
        }

        .model-1 a:hover {
            /*padding-left: 20px;*/
            width: 35px;
        }

        .model-1 .twitter {
            background: #00ACED;
        }

        .model-1 .facebook {
            background: #3B579D;
        }

        .model-1 .google-plus {
            background: #DD4A3A;
            background: -webkit-linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%);
        }

        .model-1 .linkedin {
            background: #007BB6;
        }

        .model-1 .pinterest {
            background: #CB2026;
        }

        .model-1 .instagram {
            background: #f09433;
            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 );
        }

    .Iframe {
        width: 100%;
        height: auto;
    }
    #servicesBox .overlay {
        position: relative;
        background-color: rgba(0, 0, 0, 0.4);
        padding: 40px;
        transition: background-color 0.1s ease-in-out;
        margin-bottom: 20px;
        height:auto;
        
    }
    #footer .footer-top {
        background: #333;
        /* padding: 30px 0 15px 0; */
        padding: 25px 0 0px 0;
        margin-bottom: 10px;
    }

    #footer .copyright {
        padding: 10px;
        border-top: 1px solid #fff;
    }
}

@media (min-width:992px) and (max-width:1080px) {
    #intro .carousel-control-prev,
    #intro .carousel-control-next {
        width: 5%;
    }

    #nav-menu-container {
        margin-left: 0%;
    }

    #header #logo img {
        padding: 0;
        margin: 0;
        /* max-height: 40px; */
        position: absolute;
       /* margin-top: -19px;*/
        /*width: 25%;*/
        z-index: 999;
        left: 1%;
    }

    .affix #headlogoimgsticky {
        display: block;
        position: absolute !important;
        z-index: -1 !important;
        width: 20%;
    }

    #topbar .searchbardiv {
        display: block;
        position: fixed;
        background: #ccc;
        top: 44px;
        right: 15.7%;
        z-index: 1001;
        width: 35%;
        padding: 10px;
        margin: 0px;
    }

    .nav-menu a {
        font-size: 12px;
    }
    #header {
        padding:0px 0;
        height: 70px;
        left: 0;
        top: 0;
        right: 0;
        transition: all 0.5s;
        z-index: 997;
        background: #fff;
        box-shadow: 0px 0px 30px rgb(127 137 161 / 30%);
    }
   

}

@media screen and (min-width:1200px) and (max-width :1300px) 
{

    .sliresponsive {
        width: 100%;
        height: auto;
        object-fit: cover;
    }

    .carousel {
        width: 90%; /* Adjust width */
        margin: 0 auto; /* Center horizontally */
        padding: 20px; /* Add padding */
        gap: 15px; /* If it's a flex/grid container, control spacing */
        transform: scale(0.95); /* Slightly shrink for better fit */
    }

        .carousel img {
            max-width: 100%; /* Ensure images inside resize properly */
            height: auto;
            border-radius: 10px; /* Optional styling */
        }

    .carousel-item {
        position: relative;
        display: none;
        float: left;
        width: 100%;
        margin-right: -100%;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        transition: transform .6s ease-in-out;
    }


    .carousel-container {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        position: absolute;
        bottom: 0;
        top: 15%;
        left: 3%;
        right: 60%;
    }

    .nav-menu > li {
        margin-left: 5px;
    }

    .affix #headlogoimgsticky {
        display: block;
        position: absolute !important;
        z-index: -1 !important;
        /*width:16%;*/
    }

    #topbar .searchbardiv {
        display: block;
        position: fixed;
        background: #ccc;
        top: 44px;
        right: 10.5%;
        z-index: 1001;
        width: 27%;
        padding: 10px;
        margin: 0px;
    }
}
@media screen and (min-width:1081px) and (max-width :1310px) 
{
    .carousel {
        width: 90%; /* Adjust width */
        margin: 0 auto; /* Center horizontally */
        padding: 20px; /* Add padding */
        gap: 15px; /* If it's a flex/grid container, control spacing */
        transform: scale(0.95); /* Slightly shrink for better fit */
    }

        .carousel img {
            max-width: 100%; /* Ensure images inside resize properly */
            height: auto;
            border-radius: 10px; /* Optional styling */
        }

    .carousel-item {
        position: relative;
        display: none;
        float: left;
        width: 100%;
        margin-right: -100%;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        transition: transform .6s ease-in-out;
    }


    .carousel-container {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        position: absolute;
        bottom: 0;
        top: 15%;
        left: 3%;
        right: 60%;
    }

    .nav-menu > li {
        margin-left: 10px;
    }

    #topbar .searchbardiv {
        display: block;
        position: fixed;
        background: #ccc;
        top: 44px;
        right: 17%;
        z-index: 1001;
        width: 27%;
        padding: 10px;
        margin: 0px;
    }

    .affix #headlogoimgsticky {
        display: block;
        position: absolute !important;
        z-index: -1 !important;
        top: 62%;
        width: 3% !important;
    }

    #header {
        padding: 0px 0;
        height: 72px;
        left: 0;
        top: 0;
        right: 0;
        transition: all 0.5s;
        z-index: 997;
        background: #fff;
        box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.3);
    }


        #header #logo {
            float: left;
        }

            #header #logo h1 {
                font-size: 36px;
                margin: 0;
                padding: 6px 0;
                line-height: 1;
                font-family: 'Helvetica','Arial Narrow','Arial','sans-serif !important';
                font-weight: 700;
                letter-spacing: 3px;
                text-transform: uppercase;
                position: absolute;
                left: 8%;
            }

                #header #logo h1 a, #header #logo h1 a:hover {
                    /*color: #fff;*/
                    color: #555;
                }

            #header #logo h2 {
                font-size: 1.8rem;
                margin: 0;
                padding: 6px 0;
                line-height: 1;
                /* font-family: 'Helvetica' !important;*/
                font-family: 'Veneer' !important;
                font-weight: 700;
                letter-spacing: 3px;
                text-transform: uppercase;
                /* left: 8%;
            top: 60px;*/
                margin-left: 65%;
                margin-top: -15px;
            }

                #header #logo h2 a, #header #logo h1 a:hover {
                    /*color: #fff;*/
                    color: #555;
                }

            #header #logo img {
                padding: 0;
                margin: 0;
                position: absolute;
                margin-top: -28px;
                z-index: 999;
                left: 3%;
                width: 7%;
            }

        #header .social-nav {
            margin-top: 9px;
        }

            #header .social-nav a {
                font-size: 24px;
                margin-left: 15px;
                color: #fff;
            }

                #header .social-nav a:hover {
                    color: rgba(255, 255, 255, 0.75);
                }

    #logoladyrt {
        padding: 5px;
    }

    .nav-menu, .nav-menu * {
        margin: 0;
        padding: 0;
        list-style: none;
    }

        .nav-menu ul {
            position: absolute;
            display: none;
            top: 100%;
            left: 0;
            z-index: 99;
        }

        .nav-menu li {
            position: relative;
            white-space: nowrap;
        }

        .nav-menu > li {
            float: left;
        }

        .nav-menu li:hover > ul,
        .nav-menu li.sfHover > ul {
            display: block;
        }

        .nav-menu ul ul {
            top: 0;
            left: 100%;
        }

        .nav-menu ul li {
            /*min-width: 180px;*/
            min-width: 210px;
        }

    /* Nav Menu Arrows */
    .sf-arrows .sf-with-ul {
        padding-right: 30px;
    }

        .sf-arrows .sf-with-ul:after {
            content: "\f107";
            position: absolute;
            right: 15px;
            font-family: FontAwesome;
            font-style: normal;
            font-weight: normal;
        }

    .sf-arrows ul .sf-with-ul:after {
        content: "\f105";
    }

    /* Nav Meu Container */
    #nav-menu-container {
        float: right;
        margin: 0;
    }


    /* Nav Meu Styling */
    .nav-menu a {
        padding: 25px 15px 25px 15px;
        text-decoration: none;
        display: inline-block;
        color: #333;
        text-transform: uppercase;
        font-size: 16px;
        outline: none;
        font-family: 'HelveticaNeue-BoldCN' !important;
        letter-spacing: .03em;
    }

    .signbag {
        background: #bfd600;
        color: #fff !important;
    }

    .nav-menu a .signbag a {
        color: #fff;
    }
    /*.nav-menu > li {
  margin-left: 10px;
}*/
    .nav-menu > li > a:before {
        content: "";
        position: absolute;
        width: 100%;
        height: 5px;
        bottom: 0;
        left: 0;
        /*background-color: #2dc997;*/
        background-color: #00bae2;
        visibility: hidden;
        -webkit-transform: scaleX(0);
        transform: scaleX(0);
        -webkit-transition: all 0.3s ease-in-out 0s;
        transition: all 0.3s ease-in-out 0s;
    }

    .nav-menu a:hover:before, .nav-menu li:hover > a:before, .nav-menu .menu-active > a:before {
        visibility: visible;
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
        color: #26ae61;
    }

    .nav-menu ul {
        margin: 2px 0 0 0;
        border: 0px solid #e7e7e7;
    }

        .nav-menu ul li {
            background: #fff;
            border-top: 1px solid #ccc;
        }

            .nav-menu ul li:first-child {
                border-top: 0;
            }

            .nav-menu ul li a {
                padding: 15px;
                color: #333;
                transition: 0.3s;
                display: block;
                font-size: 16px;
                text-transform: none;
                margin-top: -2px;
                border: none;
                font-family: 'HelveticaNeue-BoldCN' !important;
                text-transform: uppercase;
                letter-spacing: .03em;
            }
                /* .nav-menu > li:hover
            {
                background:#eee;
            }*/

                .nav-menu ul li a:hover {
                    /*background: #2dc997;*/
                    /*background: #ff6a00;*/
                    /*background: #00bae2;*/
                    /* color: #fff !important;*/
                }

        .nav-menu ul ul {
            margin: 0;
        }
}

    @media screen and (min-width:1310px) and (max-width :1800px) {
        #intro .carousel-container {
            display: -webkit-box;
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: center;
            -webkit-justify-content: center;
            -ms-flex-pack: center;
            justify-content: center;
            -webkit-box-align: center;
            -webkit-align-items: center;
            -ms-flex-align: center;
            align-items: center;
            position: absolute;
            bottom: 0;
            top: 15%;
            left: 3%;
            right: 60%;
        }

        .nav-menu > li {
            margin-left: 33px;
            margin-top: -20px;
        }

        affix #headlogoimgsticky {
            display: block;
            position: absolute !important;
            z-index: -1 !important;
            top: 95%;
            width: 18%;
        }

        #topbar .searchbardiv {
            display: block;
            position: fixed;
            background: #ccc;
            top: 44px;
            right: 13%;
            z-index: 1001;
            width: 27%;
            padding: 10px;
            margin: 0px;
        }
    }

    @media screen and (min-width:1810px) and (max-width :2020px) {
        #intro .carousel-container {
            display: -webkit-box;
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: center;
            -webkit-justify-content: center;
            -ms-flex-pack: center;
            justify-content: center;
            -webkit-box-align: center;
            -webkit-align-items: center;
            -ms-flex-align: center;
            align-items: center;
            position: absolute;
            bottom: 0;
            top: 15%;
            left: 3%;
            right: 60%;
        }

        .nav-menu > li {
            margin-left: 10px;
        }

        #topbar .searchbardiv {
            display: block;
            position: fixed;
            background: #ccc;
            top: 44px;
            right: 17%;
            z-index: 1001;
            width: 27%;
            padding: 10px;
            margin: 0px;
        }
    }


    @media screen and (min-width:1820px) and (max-width :1950px) {

        #intro .carousel-container {
            display: -webkit-box;
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: center;
            -webkit-justify-content: center;
            -ms-flex-pack: center;
            justify-content: center;
            -webkit-box-align: center;
            -webkit-align-items: center;
            -ms-flex-align: center;
            align-items: center;
            position: absolute;
            bottom: 0;
            top: 15%;
            left: 3%;
            right: 60%;
        }

        .nav-menu > li {
            margin-left: 50px;
        }

        #topbar .searchbardiv {
            display: block;
            position: fixed;
            background: #ccc;
            top: 44px;
            right: 17%;
            z-index: 1001;
            width: 27%;
            padding: 10px;
            margin: 0px;
        }

        .affix #headlogoimgsticky {
            display: block;
            position: absolute !important;
            z-index: -1 !important;
            top: 62%;
            width: 3% !important;
        }

        #header {
            padding: 0px 0;
            height: 72px;
            left: 0;
            top: 0;
            right: 0;
            transition: all 0.5s;
            z-index: 997;
            background: #fff;
            box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.3);
        }


            #header #logo {
                float: left;
            }

                #header #logo h1 {
                    font-size: 36px;
                    margin: 0;
                    padding: 6px 0;
                    line-height: 1;
                    font-family: 'Helvetica','Arial Narrow','Arial','sans-serif !important';
                    font-weight: 700;
                    letter-spacing: 3px;
                    text-transform: uppercase;
                    position: absolute;
                    left: 8%;
                }

                    #header #logo h1 a, #header #logo h1 a:hover {
                        /*color: #fff;*/
                        color: #555;
                    }

                #header #logo h2 {
                    font-size: 1.8rem;
                    margin: 0;
                    padding: 6px 0;
                    line-height: 1;
                    /* font-family: 'Helvetica' !important;*/
                    font-family: 'Veneer' !important;
                    font-weight: 700;
                    letter-spacing: 3px;
                    text-transform: uppercase;
                    /* left: 8%;
            top: 60px;*/
                    margin-left: 65%;
                    margin-top: -15px;
                }

                    #header #logo h2 a, #header #logo h1 a:hover {
                        /*color: #fff;*/
                        color: #555;
                    }

                #header #logo img {
                    padding: 0;
                    margin: 0;
                    position: absolute;
                    margin-top: -40px;
                    z-index: 999;
                    left: 5%;
                    width: 5%;
                }

            #header .social-nav {
                margin-top: 9px;
            }

                #header .social-nav a {
                    font-size: 24px;
                    margin-left: 15px;
                    color: #fff;
                }

                    #header .social-nav a:hover {
                        color: rgba(255, 255, 255, 0.75);
                    }

        #logoladyrt {
            padding: 5px;
        }

        .nav-menu, .nav-menu * {
            margin: 0;
            padding: 0;
            list-style: none;
        }

            .nav-menu ul {
                position: absolute;
                display: none;
                top: 100%;
                left: 0;
                z-index: 99;
            }

            .nav-menu li {
                position: relative;
                white-space: nowrap;
            }

            .nav-menu > li {
                float: left;
            }

            .nav-menu li:hover > ul,
            .nav-menu li.sfHover > ul {
                display: block;
            }

            .nav-menu ul ul {
                top: 0;
                left: 100%;
            }

            .nav-menu ul li {
                /*min-width: 180px;*/
                min-width: 210px;
            }

        /* Nav Menu Arrows */
        .sf-arrows .sf-with-ul {
            padding-right: 30px;
        }

            .sf-arrows .sf-with-ul:after {
                content: "\f107";
                position: absolute;
                right: 15px;
                font-family: FontAwesome;
                font-style: normal;
                font-weight: normal;
            }

        .sf-arrows ul .sf-with-ul:after {
            content: "\f105";
        }

        /* Nav Meu Container */
        #nav-menu-container {
            float: right;
            margin: 0;
        }


        /* Nav Meu Styling */
        .nav-menu a {
            padding: 25px 15px 25px 15px;
            text-decoration: none;
            display: inline-block;
            color: #333;
            text-transform: uppercase;
            font-size: 16px;
            outline: none;
            font-family: 'HelveticaNeue-BoldCN' !important;
            letter-spacing: .03em;
        }

        .signbag {
            background: #bfd600;
            color: #fff !important;
        }

        .nav-menu a .signbag a {
            color: #fff;
        }
        /*.nav-menu > li {
  margin-left: 10px;
}*/
        .nav-menu > li > a:before {
            content: "";
            position: absolute;
            width: 100%;
            height: 5px;
            bottom: 0;
            left: 0;
            /*background-color: #2dc997;*/
            background-color: #00bae2;
            visibility: hidden;
            -webkit-transform: scaleX(0);
            transform: scaleX(0);
            -webkit-transition: all 0.3s ease-in-out 0s;
            transition: all 0.3s ease-in-out 0s;
        }

        .nav-menu a:hover:before, .nav-menu li:hover > a:before, .nav-menu .menu-active > a:before {
            visibility: visible;
            -webkit-transform: scaleX(1);
            transform: scaleX(1);
            color: #26ae61;
        }

        .nav-menu ul {
            margin: 2px 0 0 0;
            border: 0px solid #e7e7e7;
        }

            .nav-menu ul li {
                background: #fff;
                border-top: 1px solid #ccc;
            }

                .nav-menu ul li:first-child {
                    border-top: 0;
                }

                .nav-menu ul li a {
                    padding: 15px;
                    color: #333;
                    transition: 0.3s;
                    display: block;
                    font-size: 16px;
                    text-transform: none;
                    margin-top: -2px;
                    border: none;
                    font-family: 'HelveticaNeue-BoldCN' !important;
                    text-transform: uppercase;
                    letter-spacing: .03em;
                }
                    /* .nav-menu > li:hover
            {
                background:#eee;
            }*/

                    .nav-menu ul li a:hover {
                        /*background: #2dc997;*/
                        /*background: #ff6a00;*/
                        /*background: #00bae2;*/
                        /* color: #fff !important;*/
                    }

            .nav-menu ul ul {
                margin: 0;
            }
    }

.btn-orang {
    color: #fff;
    background-color: #f39c12;
    border-color: #f39c12;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 0.1rem;
    font-weight: 800;
}

    .btn-orang:hover {
        color: #fff;
        background-color: #fe8936;
        border-color: #fe8936;
    }

.btn-blue {
    color: #fff;
    background-color: #00bae2;
    border-color: #00bae2;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 0.1rem;
    font-weight: 800;
}

    .btn-blue:hover {
        color: #fff;
        background-color: #00bae2;
        border-color: #00bae2;
    }


    @media (max-width: 768px) {

        .sliresponsive {
            width: 100%;
            height: 300px;
            object-fit: cover;
        }

        .carousel {
            width: 90%; /* Adjust width */
            margin: 0 auto; /* Center horizontally */
            padding: 20px; /* Add padding */
            gap: 15px; /* If it's a flex/grid container, control spacing */
            transform: scale(0.95); /* Slightly shrink for better fit */
        }

            .carousel img {
                max-width: 100%; /* Ensure images inside resize properly */
                height: auto;
                border-radius: 10px; /* Optional styling */
            }

        .carousel-item {
            position: relative;
            display: none;
            float: left;
            width: 100%;
            margin-right: -100%;
            -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
            transition: transform .6s ease-in-out;
        }



        #header #logo img {
            position: relative !important;
            /*  margin-top: -15px !important;*/
            margin-top: -39px !important;
            z-index: 999 !important;
            margin-left: 0px !important;
            width: 60% !important;
        }

        #header #logo h1 {
            padding: 2px 0;
            font-size: 26px;
        }

        #header #logo h2 {
            font-size: 1.5rem;
            margin: 0;
            padding: 5px 0;
            line-height: 1;
            font-family: 'Helvetica' !important;
            font-weight: 700;
            letter-spacing: 3px;
            text-transform: uppercase;
            position: absolute;
            left: 25%;
            top: 25%;
        }

        #nav-menu-container {
            display: none;
        }

        #mobile-nav-toggle {
            display: inline;
        }

        .back-to-top {
            bottom: 15px;
        }
    }


    .navu-blue-color {
        color: #000080;
    }

    .navu-blue-bg {
        background-color: #000080;
    }

    .darkorange_color {
        color: #ff8c00;
    }

    .darkorange_bg {
        background-color: #ff8c00;
    }

    .font-32 {
        font-size: 32px !important;
    }

    @media (max-width:676px) {
        .carousel-caption {
            position: absolute;
            right: 10%;
            bottom: 20px;
            left: 10%;
            z-index: 1000;
            padding-top: 0px;
            padding-bottom: 0px;
            color: #fff;
            text-align: center;
            background-color: rgba(0,0,0,0.6);
            width: 80%;
            border-top-left-radius: 40px;
            border-bottom-right-radius: 40px;
        }

        .font-32 {
            font-size: 14px !important;
        }
    }


    .bord-rig {
        width: 33%;
        height: 100%;
        position: relative;
        z-index: 1;
    }

        .bord-rig:before {
            content: "";
            position: absolute;
            right: 0;
            top: 20%;
            height: 60%;
            width: 1px;
            /* or 100px */
            border-right: 1px solid #ddd;
        }

    @media (min-width: 0px) and (max-width: 767px) {
        .bord-rig {
            width: 100%;
        }
    }


.Headingcolorbg {
    color: #441E95 !important;
    letter-spacing:0.04em;
    text-transform:uppercase;
}

