﻿@import "compass/css3";
/*======================= Common CSS Start =======================*/


body {
    font-family: 'NunitoSans-Regular';
    position: relative;
    overflow-x: hidden;
    font-size: 16px;
    color: rgba(91, 91, 91, 255);
}

html {
    overflow-x: hidden;
}

a, a:hover {
    outline: none !important;
    text-decoration: none !important;
}

.h1, .h2, .h3, h1, h2, h3 {
    margin-top: 0;
    margin-bottom: 0;
    font-family: 'Abel';
}

.social-icons li a i {
    /*display: block;*/
    padding: 0 10px;
    font-size: 16px;
    color: #3b2f3ff2;
}

p {
    font-family: 'NunitoSans-Regular';
}

.navbar {
    float: right;
    margin: 0 auto;
    padding: 0;
}

.dispayonmob {
    display: none;
}

.mobile-social-icon {
    display: none !important;
}

.myprofile {
    display: none !important;
}


/*MENU*/

.main_header .navbar {
    padding: 10;
    float: right;
}

.navbar-collapse {
    /*display: block !important;*/
    padding: 0;
}

.menu-collapser {
    background-color: transparent !important;
    text-shadow: none !important;
    height: auto;
}

.main_header .navbar-expand-lg .navbar-nav {
    width: 100%;
}

.main_menu .navbar-nav .nav-item {
    padding: 0;
    /* margin-left: 3.4%; */
}

    .main_menu .navbar-nav .nav-item a {
        color: #6E6E6E;
        font-size: 16px;
        text-transform: capitalize;
        font-weight: 300;
        position: relative;
        padding: 0 0 0 30px;
        text-transform: uppercase;
        font-family: 'Abel';
    }

.main_menu .navbar-nav li:first-child a {
    padding: 0;
}

.main_menu .navbar-nav .nav-item a::after {
    content: '';
    height: 2px;
    position: absolute;
    left: 30px;
    bottom: -5px;
    background: #fff;
    right: 100%;
    transition: all 0.6s;
}

ul.slimmenu li a {
    padding: 25px 12px 12px 16px;
}

    ul.slimmenu li a:hover,
    .main_menu .navbar-nav .nav-item a:hover {
        background-color: transparent;
        text-decoration: none;
    }

        ul.slimmenu li a:hover,
        .main_menu .navbar-nav .nav-item a:hover::after {
            right: 0;
            transition: all 0.6s;
        }

.nav > li > a {
    padding: 5px;
}

ul.slimmenu li ul li a:hover {
    background-color: #adb8d6 !important;
    text-decoration: none;
}

.sub-collapser {
    display: none;
}

ul.slimmenu {
    width: auto;
    float: left;
}

    ul.slimmenu li > ul {
        left: 15px;
        width: 150px;
    }

    ul.slimmenu li ul li {
        width: 100%;
        background-color: #fff !important;
        border-bottom: 1px solid #6b87b6;
    }

    ul.slimmenu li > ul > li:first-child {
        border-top: 2px solid #f0e00e;
    }

    ul.slimmenu li ul li a {
        color: #6E6E6E !important;
        padding: 5px 10px !important;
        position: relative;
        transition: all 0.6s;
        font-size: 13px !important;
    }

        ul.slimmenu li ul li a::before {
            position: absolute;
            top: 50%;
            left: -6px;
            content: '\f105';
            font-family: 'FontAwesome';
            font-size: 16px;
            line-height: inherit;
            color: #fff;
            opacity: 0;
            visibility: visible;
            transition: all 0.5s;
            padding: 0;
            transform: translateY(-50%);
        }

    ul.slimmenu li ul li:hover {
        /*background: #2e3192 !important;*/
        transition: all 0.6s;
    }

        ul.slimmenu li ul li:hover a {
            padding-left: 30px !important;
            padding-right: 0 !important;
            transition: all 0.6s;
        }

            ul.slimmenu li ul li:hover a::before {
                opacity: 1;
                left: 12px;
            }

    ul.slimmenu li ul li a:hover::after {
        display: none;
    }


/*END*/
.aboutheaderimg {
    position: relative;
}

.logoMain {
    margin: 0 auto;
    /*padding: 20px 0 20px 0;*/
}

.social-icons {
    border-right: 1px solid;
    float: right;
    width: 41%;
    display: block ruby;
    list-style: none;
}

.nav-top-contact {
    border-right: 1px solid;
}

.aboutheaderimg img {
    width: 100%;
}
/*------- Slider Section -------*/



.main_slider .carousel-indicators li {
    width: 25px;
    height: 2px;
    margin-right: 3px;
    margin-left: 3px;
    cursor: pointer;
    background: #ffffff;
    opacity: 1;
    transition: all 0.6s ease;
    margin: 8px 3px;
    border: 0px;
    border-radius: 0;
}

.item_overlay {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    /*background: rgba(255, 255, 255,0.3);*/
}

.main_slider .carousel-indicators .active {
    opacity: 1;
    background: #f0e00e;
}


/*zoom effect*/

@-webkit-keyframes zoom {
    from {
        -webkit-transform: scale(1.1, 1.1);
    }

    to {
        -webkit-transform: scale(1, 1);
    }
}

@keyframes zoom {
    from {
        transform: scale(1.1, 1.1);
    }

    to {
        transform: scale(1, 1);
    }
}


/*.main_slider .carousel-inner .item > img {
    -webkit-animation: zoom 10s;
    animation: zoom 10s;
}*/


/*zoom effect*/


/*fede effect*/

.carousel-fade .carousel-inner .item {
    opacity: 0;
    -webkit-transition-property: opacity;
    -moz-transition-property: opacity;
    -o-transition-property: opacity;
    transition-property: opacity;
}

.carousel-fade .carousel-inner .active {
    opacity: 1;
}

    .carousel-fade .carousel-inner .active.left,
    .carousel-fade .carousel-inner .active.right {
        left: 0;
        opacity: 0;
        z-index: 1;
    }

.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
    opacity: 1;
}

.carousel-fade .carousel-control {
    z-index: 2;
}

.item {
    /*height: 100vh;*/
    height: auto;
}

    .item img {
        height: calc(100vh - 124px) !important;
        width: 100% !important;
    }


/*fede effect*/


/*ANimation for text*/

.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

@-webkit-keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}


/*END*/

.rm_div {
    opacity: 0;
}


.cTO {
    text-transform: uppercase;
    border: 1px solid #EAA500;
    padding: 8px 20px;
    font-size: 15px;
    text-decoration: none;
    color: #121212;
    transition: all 0.6s;
    background: #EAA500;
    align-content: center;
    font-weight: 600;
    position: relative;
    top: 5%;
    border-radius: 25px;
    font-family: NunitoSans-Regular;
}

    .cTO:hover {
        background: #244061;
        color: #fff;
        transition: all 0.6s;
    }

.main_slider .carousel-caption h1 {
    font-size: 33px;
    text-transform: uppercase;
    text-align: left;
}

.main_slider .carousel-caption p {
    font-size: 14px;
    line-height: 23px;
    margin-bottom: 25px;
}

.carousel-caption {
    top: 36%;
    transform: translateY(-50%);
    bottom: auto;
    text-shadow: none;
    /* padding: 0; */
    left: 10%;
    right: 45%;
    text-align: justify;
    font-family: 'Abel';
}

    .carousel-caption h1,
    .carousel-caption p {
        color: #F6F6F6;
        padding-bottom: 30px;
        margin: 0;
        opacity: 0;
        transition: all 0.4s;
    }

.carousel-fade .carousel-inner .active .carousel-caption h1,
.carousel-fade .carousel-inner .active .carousel-caption p,
.rm_div {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.firsttext {
    color: #F0E00E;
}

.carousel-fade .carousel-inner .active .carousel-caption h1 {
    animation-delay: 0.5s;
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    opacity: 1;
    transition: all 0.4s;
    font-family: 'Abel';
    font-size: 50px;
}

.carousel-fade .carousel-inner .active .carousel-caption p {
    animation-delay: 0.7s;
    -webkit-animation-duration: 0.7s;
    animation-duration: 0.7s;
    opacity: 1;
    transition: all 0.4s;
    font-size: 18px;
    font-family: 'NunitoSans-Regular';
}

.rm_div {
    animation-delay: 0.9s;
    -webkit-animation-duration: 0.9s;
    animation-duration: 0.9s;
    opacity: 1;
    transition: all 0.4s;
    display: none;
}

.slider_filter {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 2;
}


/*------- Slider Section end-------*/

.CallUSDiv li a {
    color: #707070;
    font-family: 'NunitoSans-Regular';
    font-size: 14px;
}

.CallUSDiv {
    text-align: right;
    padding: 0px 0;
    display: block ruby;
}

    .CallUSDiv li {
        padding: 15px 5px;
        list-style: none;
        display: inline-block;
    }

.rightSec {
    float: left;
    width: 100%;
    position: relative;
}



/*Search*/
.search_icon {
    padding: 0 0 0 15px;
    position: relative;
    float: left;
}

    .search_icon .fa {
        color: #121212;
        transition: all 0.4s;
        /* line-height: 23px; */
        font-size: 15px;
        width: 15px;
        cursor: pointer;
    }


    .search_icon.topserarch {
        display: none;
    }

.search_box {
    position: absolute;
    right: 0;
    width: 0;
    overflow: hidden;
    top: 0;
    transition: all 0.4s;
}

    .search_box.active {
        width: 250px;
        transition: all 0.4s;
        top: 50px;
        background: #fff;
        z-index: 1;
        padding: 5px 5px 0;
    }


#searchbox {
    float: left;
    position: relative;
    width: 100%;
}

#txtSerch {
    background: transparent;
    border: 0;
    color: #121212;
    border-bottom: 2px solid #121212;
    width: 100%;
    padding-right: 60px;
    outline: none;
}


.S_btn {
    position: absolute;
    top: 0;
    right: 0;
    padding: 0;
    color: #121212;
    bottom: 0;
    cursor: pointer;
}

    .S_btn:hover {
        font-weight: 600;
    }


/*END*/

.logoMain img {
    max-width: 100%;
    width: 100%;
    height: 115px;
}

.socalicon {
    width: 100%;
    position: relative;
    float: left;
}

.login-button {
    float: right;
}
/*EVENT*/

.eventsection {
    float: left;
    width: 100%;
    position: relative;
}

.latest {
    position: relative;
    height: 100%;
    width: 100%;
}

    .latest h5 {
        font-size: 20px;
        transform: rotate(-90deg);
        color: #fff;
        position: absolute;
        top: 40%;
        right: -52px;
        /* left: 0; */
        /* bottom: 0; */
        display: block;
        margin: 0;
        width: 150px;
        text-align: center;
        /* height: 45px; */
        line-height: 45px;
    }

.latestnews {
    position: absolute;
    width: 45px;
    float: left;
    background: #244061;
    align-content: center;
    font-family: 'Abel';
    text-transform: uppercase;
    left: 0;
    top: -1px;
    bottom: 0;
}

.eventsDiv {
    float: left;
    width: 100%;
    padding-left: 45px;
    height: 225px;
    background: #f6f6f6;
    position: relative;
    top: -1px;
}

.eventBOX {
    float: left;
    width: 33.33%;
    position: relative;
    padding: 15px;
    height: 112px;
}

.OurGallery {
    float: left;
    width: 100%;
    position: relative;
}

.Eventendtext {
    position: absolute;
    right: 0;
    background-color: #244061;
    padding: 40px;
    float: right;
    height: 225px;
    top: -1px;
    bottom: 0%;
    text-align: center;
}

    .Eventendtext h2 {
        font-size: 30px;
        color: #fff;
        text-transform: uppercase;
        padding-bottom: 40px;
    }

    .Eventendtext h4 {
        position: relative;
        display: ruby-base;
        color: #fff;
        font-family: 'Myriad Pro regular';
    }

    .Eventendtext p {
        display: block;
        text-align: center;
        font-size: 14px;
        color: #fff;
    }



.evnets_title {
    font-size: 19px;
    color: #121212;
    padding-top: 14px;
}

.Eventendtext a:hover {
}

.event {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
    padding: 25px;
}



.date {
    border: 1px solid #000;
    width: 74px;
    height: 74px;
    position: absolute;
    /*left: 15px;
    top: 15px;*/
}

.eventtitle {
    position: relative;
    float: left;
    width: 100%;
    padding-left: 85px;
}

.etitle {
    float: left;
    width: 100%;
}

    .etitle h4 {
        margin: 0 auto;
        font-size: 13px;
        font-family: 'NunitoSans-Regular';
        line-height: 17px;
        color: #121212;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }

    .etitle a {
        font-size: 14px;
        color: #F0E00E;
        text-align: left;
        float: left;
        font-style: italic;
        font-family: 'NunitoSans-Regular';
        padding-top: 10px;
    }

.date-in {
    font-size: 22px;
    color: #121212;
    font-family: 'NunitoSans-Regular';
    text-align: center;
    padding: 5px 0px 0px 0px;
}

.month {
    font-size: 13px;
    text-transform: uppercase;
}

/*END*/

/*Welcome text*/
.welcometxt {
    float: left;
    width: 100%;
    padding: 70px 0;
    position: relative;
}



    .welcometxt p {
        position: relative;
        color: #767676;
        padding: 10px 0;
        line-height: 22px;
        margin: 0;
    }

.WelcomeBTN {
    float: left;
    width: 100%;
    text-align: left;
    padding-top: 15px;
}

.check {
    padding: 15px;
    padding-left: 0;
}

.border {
    width: 10%;
    display: block;
    border-top: 2px solid;
    padding-top: 10px;
    padding-bottom: 10px;
    position: relative;
    left: 0;
    color: #cdcdcd;
}
/*End*/

/* Testimonials sction*/
.testimonials {
    margin-top: 0px;
    position: relative;
    width: 100%;
    float: left;
    background-color: #c1c2cb;
    padding-bottom: 0px;
}

.myclientpresence {
    position: relative;
    width: 100%;
    float: left;
    background-image: url(../images/testimonials-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    /*background-attachment: fixed;*/
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    background-position: left;
    height: 400px;
    /* scroll-behavior: auto; */
}

.fa.fa-quote-left {
    position: relative;
    float: left;
    font-size: 45px;
    padding-right: 15px;
    color: #234060;
}

.myclientpresence-overlay {
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    background-size: 65%;
    background-attachment: fixed;
    background-position: left;
    background-repeat: no-repeat;
    filter: brightness(30%);
}

.presence-slider {
    right: 8%;
    width: 34%;
    padding: 40px;
    float: right;
    min-height: 360px;
    position: absolute;
}

.clienttesti-img {
    float: left;
}

.clienttesti-img {
    float: left;
}

.clienttesti-text {
    float: left;
}



.presence-slider .SectionHeading {
    text-align: left;
}

    .presence-slider .SectionHeading::after {
        margin: 0;
    }

.clienttesti-text h3 {
    margin-right: 18px;
    color: #121212;
    text-transform: uppercase;
    font-size: 20px;
}

.presence-slider .slick-next:before,
[dir=rtl] .slick-prev:before {
    content: '\276F';
    color: var(--main-orange-color);
    font-size: 20px;
    font-weight: 600;
}

.presence-slider .slick-prev::before {
    content: '\276E';
    color: var(--main-orange-color);
    font-size: 20px;
    font-weight: 600;
}

.mypresence-textbox a:hover {
    color: var(--main-orange-color);
}

.presence-slider .slick-prev {
    position: relative;
    right: 0;
    left: auto;
    z-index: 9999;
}

.slick-dots li button {
    color: transparent !important;
    /* background: #fff; */
    float: left;
    position: relative;
    width: 0px;
    height: 0;
    border-radius: 15px;
    content: '.';
    border: 1px solid #234060;
}

.presence-slick-slider ul li {
    float: left;
    position: relative;
    padding: 0px;
    width: 5px;
}

.presence-slider .slick-active button {
    background-color: #234060 !important;
}


/*End*/
.innerForm {
    float: left;
    width: 100%;
    position: relative;
    padding: 0 15%;
}
/*HOME News*/
.latestnewssection {
    background-color: #F6F6F6;
}

.News_section {
    float: left;
    width: 100%;
    padding: 30px 30px;
    position: relative;
}

.NewsSlider {
    float: left;
    width: 100%;
    position: relative;
    padding-top: 25px;
}

.news_head {
    float: left;
    width: 100%;
    position: relative;
}

    .news_head img {
        height: 105px;
        width: 105px;
    }

.News_h2 {
    text-transform: uppercase;
    font-size: 38px;
    padding: 25px 0;
    position: relative;
    font-family: 'ProximaNova-Regular';
}

    .News_h2::after {
        content: '';
        height: 2px;
        background: #d4101c;
        width: 30px;
        position: absolute;
        bottom: 15px;
        left: 0;
    }



.SectionHeading {
    position: relative;
    text-align: center;
    font-weight: 500;
    padding: 0 0 25px;
    font-family: 'Abel';
    font-size: 45px;
    text-transform: uppercase;
}

    .SectionHeading::after {
        content: '';
        background: #cacaca;
        width: 76px;
        height: 2px;
        position: absolute;
        bottom: 10px;
        left: 0;
        right: 0;
        margin: 0 auto;
    }

.welcometxt .SectionHeading {
    text-align: left;
}

    .welcometxt .SectionHeading::after {
        margin: 0;
    }


.links_news {
    text-decoration: none;
    color: #f0e00e;
    text-transform: capitalize;
    float: right;
    padding: 15px;
}

    .links_news:hover {
        text-decoration: none;
        color: #f0e00e;
    }

.Date {
    color: #093886;
    font-size: 56px;
    float: left;
    width: 100%;
    line-height: 64px;
    padding-top: 65px;
}

.month_year {
    float: left;
    width: 100%;
    text-transform: capitalize;
    color: #676767;
    font-size: 14px;
    line-height: 24px;
    font-style: italic;
    padding: 10px;
}

.news_title {
    float: left;
    width: 100%;
    padding: 10px;
    height: 85px;
    overflow: hidden;
    font-size: 19px;
    color: #121212;
}

    .news_title p {
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }

    .news_title a {
        color: #6D6D6D;
        font-family: 'NunitoSans-Regular';
        font-size: 16px;
        font-weight: 600;
    }

.shortdesc {
    position: relative;
    width: 100%;
    float: left;
    height: 50px;
    padding: 0px 10px 0px 10px;
    color: #5B5B5B;
}

    .shortdesc p {
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        font-size: 15px;
    }

.slick-slide img {
    display: block;
    width: 100%;
    height: 212px;
}

.box {
    border: 1px solid #cdcdcd;
    margin: 0 15px;
}

/*END*/

/*Join*/


.join_us {
    float: left;
    width: 100%;
    padding: 40px 0;
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.join_us_overlay {
    /*background: rgba(255, 255, 255,0.4);*/
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
}

.content_box {
    float: left;
    width: 100%;
    border: 1px solid #d9d9d9;
    padding: 15px;
    position: relative;
    transition: all 0.4s ease-out;
}

    .content_box img {
        margin: 15px auto;
        height: 65px;
    }

    .content_box:hover {
        background: rgba(255, 255, 255,0.6);
        transition: all 0.4s ease-in;
        border: 1px solid #093886;
    }


.Content_section {
    float: left;
    width: 100%;
    padding: 0 0 82px 0;
}

.Content_section_inside {
    float: left;
    width: 100%;
    padding: 57px 0 65px 0;
    color: #555555 !important;
    line-height: 20px;
    font-size: 14px;
    background-color: #fff;
}



.join_us_text {
    float: left;
    width: 100%;
    color: #fff;
    font-size: 26px;
}

.subtxt {
    font-size: 16px;
    float: left;
    width: 100%;
    color: #fff;
    margin: 0;
    padding: 10px 0;
    list-style: none;
}

    .subtxt li {
        float: left;
        padding-right: 10px;
    }

.joinusread {
    position: relative;
    float: left;
    width: 100%;
    padding: 40px 0;
}
/*End*/

/* our brand section */
.our-brand {
    float: left;
    position: relative;
    width: 100%;
    padding: 50px 0px;
}



.brand-image {
    border: 1px solid #d1d1d1;
    width: 20%;
    display: flex;
    align-items: center;
    border-left: 0;
    border-top: 0;
    float: left;
    height: 110px;
}

    .brand-image img {
        height: auto;
        margin: 0 auto;
        width: 143px;
        display: block;
    }

.brand-slider {
    width: 100%;
    position: relative;
    float: left;
    padding: 25px 10%;
}

.slick-list {
    margin: 0 auto;
    width: 100%;
}

.brand-image:nth-last-child(-n+5) {
    border-bottom: 0;
}

.brand-image:nth-child(5), .brand-image:nth-child(10) {
    border-right: 0;
}

.brond-slider-list.slick-slide.slick-current.slick-active {
    outline: none;
}

.brond-slider-list.slick-slide {
    outline: none;
}

.slick-prev::before {
    content: '←';
    content: '';
    position: absolute;
    top: 50%;
    margin-top: 2px;
    display: inline-block;
    height: 2px;
    width: 15px;
    background: #132E55;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transform: rotate(-140deg);
}

.slick-prev::after {
    content: '';
    position: absolute;
    top: 50%;
    margin-top: -7px;
    display: inline-block;
    height: 2px;
    width: 15px;
    background: #132E55;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transform: rotate(-220deg);
}

.slick-next::after {
    content: '';
    position: absolute;
    top: 50%;
    margin-top: -10px;
    display: inline-block;
    height: 2px;
    width: 15px;
    background: #132E55;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transform: rotate(-319deg);
}

.slick-next::before {
    content: '';
    position: absolute;
    top: 50%;
    margin-top: -1px;
    display: inline-block;
    height: 2px;
    width: 15px;
    background: #132E55;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transform: rotate(-40deg);
}

.slick-next {
    right: 0;
}

    .slick-next.slick-disabled::before, .slick-prev.slick-disabled::after {
        opacity: .25;
    }

    .slick-next.slick-disabled::after {
        opacity: .25;
    }

.brand-slider .slick-prev {
    left: 0;
}

.brand-slider .slick-next {
    right: 15px;
}

.brandsborder {
    width: 6%;
    display: block;
    border-top: 2px solid;
    /* padding-top: 10px; */
    /* padding-bottom: 36px; */
    position: relative;
    left: 46%;
    color: #cdcdcd;
    /* bottom: 44px; */
    top: -38px;
}
/*end*/

/*Gellery*/
.gal {
    margin-left: 5px;
}

.autoplay {
    float: left;
    width: 100%;
    position: relative;
    padding: 25px 0;
}
/*End*/

/*Enquiry Form*/
#threeboxes {
    margin-top: 5%;
    margin-bottom: 5%;
}

.contactbox {
    border: 1px solid #eee;
    text-align: center;
    padding: 20px;
    display: flex;
    align-items: center;
    height: 300px;
    background: #eee;
}

.form-group {
    float: left;
    width: 100%;
    /* text-align: center; */
    padding: 8px 0;
}

.captcha div {
    margin: 0 auto;
    float: none;
}

.captcha img {
    width: 100%;
}

#ContentPlaceHolder1_txtcaptchaAnswer {
    width: 200px;
    margin: 0 auto;
}

.contactDta {
    padding: 71px 0;
}

.contactbox_data {
    margin: 0 auto;
}

.contactboximg {
    height: 60px;
    text-align: center;
    margin-bottom: 20px;
}

.contactmobno {
    color: #000;
}

.contactbox p {
    margin-bottom: 0px;
    font-size: 12px;
}

.maillink {
    color: #000;
}

.link {
    color: #000 !important;
}

.getintouch {
    width: 100%;
    color: #413937;
    font-size: 14px;
    text-align: center;
    text-transform: uppercase;
}

.worktogether {
    width: 100%;
    color: #413937;
    font-weight: bold;
    font-size: 25px;
    text-align: center;
    padding-top: 12px;
}

.contactform {
    background-color: #fff;
    margin-bottom: 0;
    text-align: center;
}


.text-danger {
    position: absolute;
    top: 50%;
    font-size: 11px !important;
    font-weight: normal;
    color: #000 !important;
    background: #ccc;
    float: left;
    padding: 5px;
    text-align: center;
    display: block;
    z-index: 99;
    border-radius: 0px 10px 10px 10px;
    font-size: 14px;
    box-shadow: 0px 0px 5px #000;
    transition: 0.4s ease-in;
    left: 26%;
    height: 25px;
    line-height: 16px;
    width: auto !important;
}

.formwidth {
    width: 100%;
    text-align: center;
}

.inputclass:focus {
    background-color: transparent;
    border: 0px;
    outline: none !important;
}

.inputclass {
    display: block;
    width: 100%;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.5;
    color: #121212 !important;
    background-color: transparent;
    background-clip: padding-box;
    border: 0;
    border-bottom: 1px solid #121212;
}

.sendmesaagebtn {
    text-transform: uppercase;
    border: 1px solid #F0E00E;
    padding: 8px 20px;
    font-size: 14px !important;
    text-decoration: none;
    color: #000;
    transition: all 0.6s;
    background: #F0E00E;
    align-content: center;
    font-weight: 600;
    position: relative;
    top: 5%;
    border-radius: 25px;
    font-family: NunitoSans-Regular;
}

.enquiry {
    position: relative;
    float: left;
    background-color: #f6f6f6;
    padding: 22px;
    transform: translateY(30px);
}
/*End*/

/*Footer*/

.footer {
    float: left;
    width: 100%;
    color: #fff;
    background-size: 400px;
    background: #121212;
}

.footer-text {
    /*position: relative;*/
    content: "";
    display: block;
    /* position: absolute; */
    margin-left: 0;
    min-width: 100%;
    min-height: 0;
    z-index: -1;
    padding-top: 50px;
    background-image: url("../images/footer-map.png");
    background-repeat: no-repeat;
    background-position: center bottom;
}

.footer-links-pad {
    text-align: center;
}

.footer-links {
    display: inline-flex;
    list-style: none;
    padding: 15px 0px 10px 0px;
    margin: 0 auto;
    position: relative;
}

    .footer-links li {
        padding: 0 10px;
    }

        .footer-links li a {
            color: #fff;
            font-size: 17px;
            font-family: 'Abel';
        }

.footer-social-icons {
    /* float: left; */
    display: inline-flex;
    position: relative;
    list-style: none;
    font-size: 14px;
    color: #f7f7f7 !important;
    padding: 15px 0;
    margin: 0;
}

    .footer-social-icons li {
        /* margin: 5px; */
        border-right: 1px solid #f7f7f7;
        position: relative;
        padding: 0px 12px 0px 10px;
        height: 15px;
        padding: 0 20px;
    }

        .footer-social-icons li:nth-child(4) {
            border-right: 0px;
        }

        .footer-social-icons li i {
            padding: 3px;
        }

        .footer-social-icons li a {
            color: #f7f7f7;
            margin-right: 5px;
        }

.fsocial-icons {
    list-style: none;
    position: relative;
    display: inline-flex;
    padding-top: 14px;
}

    .fsocial-icons a {
        color: #fff;
    }

.copyright p {
    text-align: center;
    padding-top: 14px;
    color: rgba(107, 107, 107, 255);
    margin: 0;
}

.copyright a {
    padding-top: 14px;
    color: rgba(107, 107, 107, 255);
}

.fsocial-icons li {
    margin-left: 15px;
}

.copyright-footer-text {
    padding: 15px 0 30px;
}

.footer-copyright p {
    text-align: center;
}

.footer-copyright img {
    margin-left: 5px;
}
/*End*/

/*Members Page*/
.bannerimg {
    float: left;
    width: 100%;
    position: relative;
}

    .bannerimg img {
        width: 100%;
    }

.abouttext {
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    background: rgba(0, 0, 0,0.3);
    z-index: 0;
    display: flex;
    align-items: center;
    color: #fff;
    font-size: 30px;
    font-weight: 600;
}

    .abouttext h3 {
        font-size: 50px;
        text-transform: uppercase;
        color: #f0e00e;
    }

.heading {
    color: #f0e00e;
}

/*End*/

/*Bradcrum*/
.site-breadcrumb {
    position: absolute;
    right: 0;
    left: 0;
    color: #fff;
    font-size: 14px;
    bottom: 15px;
}

.breadcrumb {
    padding: 0;
    margin: 0;
    background-color: transparent;
    border-radius: 0;
}

    .breadcrumb li a {
        color: #fff;
    }

        .breadcrumb li a::after {
            position: absolute;
            right: -5px;
            line-height: 15px;
            height: 17px;
            display: flex;
            align-items: center;
            top: 0;
        }

    .breadcrumb > li + li::before {
        content: ">";
        color: #fff;
    }
/*End*/
/*Members Content*/
.SectionHeading {
    text-align: center;
    text-transform: uppercase;
    font-size: 45px;
    position: relative;
    padding: 15px 0;
    margin-bottom: 30px;
    font-family: 'Abel';
    color: #000000;
}

.Content_section_inside p {
    font-size: 15px;
    font-family: 'NunitoSans-Regular';
}

.address p {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.SectionHeading::after {
    content: '';
    height: 2px;
    background: #cacaca;
    width: 60px;
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    margin: 0 auto;
}

.Contentmember_heading {
    text-align: center;
    text-transform: uppercase;
    font-size: 30px;
    position: relative;
    padding: 15px 0;
    margin-bottom: 30px;
    font-family: 'Abel';
    color: #000000;
}

    .Contentmember_heading::after {
        content: '';
        height: 2px;
        background: #cacaca;
        width: 60px;
        position: absolute;
        bottom: 0;
        right: 0;
        left: 0;
        margin: 0 auto;
    }

.insidecontent {
    width: 100%;
    float: left;
    text-align: center;
}

.countrylist {
    float: left;
    width: 100%;
    padding: 0px 0 60px 0;
    color: #555555 !important;
    line-height: 27px;
    font-size: 16px;
    margin: 22px;
}

.cname {
    text-align: center;
    background-color: #f6f6f6;
    padding: 5px 5px;
    margin: 5px;
    width: 15%;
    float: left;
    text-align: center;
    position: relative;
    font-size: 18px;
    font-weight: 600;
    border: 1px solid #f6f6f6;
}

.countrymembers {
    float: left;
    width: 100%;
    padding: 0px 0 60px 0;
    color: #555555 !important;
    line-height: 27px;
}

.address {
    text-align: center;
    background-color: #f6f6f6;
    position: relative;
    height: 200px;
    padding: 10px;
    font-size: 15px;
}

.content_display {
    position: relative;
    background-color: #244061;
    height: 200px;
    padding-top: 60px;
    padding-left: 12px;
    padding-right: 12px;
    text-align: center;
    padding-bottom: 10px;
    color: #fff;
}

.project_sec_img_div {
    position: absolute;
    z-index: 1;
    height: 113px;
    width: 113px;
    overflow: hidden;
    border-radius: 50%;
    left: 0;
    right: 0;
    margin: 0 auto;
    transform: translateY(-50%);
}

    .project_sec_img_div h5 {
        position: absolute;
        margin: 0 auto;
        top: 50%;
        left: 0;
        right: 0;
        font-size: 12px;
        color: #fff;
        font-weight: 600;
        text-align: center;
        margin: 0 auto;
        transform: translateY(-50%);
        display: none;
    }

/*End*/


/*Our sectors*/
.Sector_Album {
    float: left;
    position: relative;
    width: 100%;
}

.Sector_list {
    float: left;
    width: 100%;
    position: relative;
    padding: 35px 0;
    text-align: center;
}

.s_list {
    padding: 0;
    margin: 0;
    list-style: none;
}

    /*.s_list li {
       
        display: inline-block;
        border: 4px double #ccc;
        height: 150px;
        width: 150px;
        border-radius: 50%;
        display: inline-flex;
        align-items: center;
        margin: 15px;
        color: #ccc;
        transition: 0.6s all ease-in-out;
        position: relative;
        cursor: pointer;
    }

        .s_list li:hover {
            border: 4px double #2e3192;
            color: #2e3192;
            transition: 0.6s all ease-in-out;
        }

        .s_list li.current {
            border: 4px double #2e3192;
            color: #2e3192;
            transition: 0.6s all ease-in-out;
        }*/
    .s_list li.current p {
        color: #121212;
    }

    .s_list li p {
        position: absolute;
        left: 0;
        right: 0;
        text-align: center;
        padding: 15px;
        line-height: 23px;
        font-size: 12px;
        word-break: break-word;
        margin: 0;
        font-family: 'NunitoSans-Regular';
        font-weight: 600;
        color: #5b5b5b;
        /*background-color: #f6f6f6;*/
        border: 1px solid #f6f6f6;
    }
    /*commented*/
    .s_list li {
        height: 52px;
        width: 170px;
        display: inline-flex;
        align-items: center;
        margin: 5px;
        color: #5B5B5B;
        transition: 0.6s all ease-in-out;
        position: relative;
        cursor: pointer;
        background-color: #f6f6f6;
    }

        .s_list li:hover {
            transition: 0.6s all ease-in-out;
            -webkit-filter: grayscale(0);
            filter: grayscale(0);
        }

        .s_list li.current {
            transition: 0.6s all ease-in-out;
            -webkit-filter: grayscale(0);
            filter: grayscale(0);
            background-color: #f0e00e;
        }
/*end*/
.tab_data {
    float: left;
    width: 100%;
    padding: 15px 0;
    display: none;
    overflow: hidden;
    height: auto;
}

.project_gallery .container-fluid {
    position: relative;
    width: 100%;
}

.div60 {
    float: left;
    width: 70%;
    height: 100vh;
    position: relative;
}

.div40 {
    width: 30%;
    float: right;
    background: #fff;
    position: relative;
    height: 100vh;
    padding: 40px 15px 20px 25px;
    overflow: hidden;
    overflow-y: auto;
}

.close_gallery.closeX {
    color: #000;
    padding: 15px;
    top: 0;
    line-height: 12px;
}

.infoSec {
    padding: 0 0 25px 0;
    float: left;
    width: 100%;
}

    .infoSec h3 {
        font-size: 18px;
        color: #5a5a5a;
        width: 35%;
        padding: 0 0 6px;
        float: left;
        position: relative;
        font-weight: 600;
    }

        .infoSec h3::after {
            content: ':';
            position: absolute;
            right: 0;
        }

    .infoSec b {
        text-transform: uppercase;
    }

    .infoSec p, .infoSec b {
        padding: 0 0 0 15px;
        font-size: 16px;
        float: left;
        width: 60%;
        color: #5a5a5a;
    }

.Prj_name {
    width: 100% !important;
    padding: 0 !important;
}

.desc {
    padding: 0 0 0 25px;
    margin: 0;
    float: left;
    width: 100%;
}

    .desc li {
        color: #5a5a5a;
        font-size: 16px;
    }

.infoSec .fa {
    color: #2e3192;
    margin-right: 10px;
}

.infoSec.hrLine {
    padding: 15px 0;
    border-top: 1px solid #d2d2d2;
}

    .infoSec.hrLine h3::after {
        display: none;
    }

.infoSecCollaps {
    float: left;
    width: 100%;
    /*height: 0;*/
    overflow: hidden;
    transition: all 0.6s ease-in-out;
}

    .infoSecCollaps.open {
        height: auto;
        transition: all 0.6s ease-in-out;
    }

.ser {
    width: 100% !important;
    cursor: pointer;
}

/*.ser::after {
        content: '+' !important;
        position: absolute;
        right: 0;
        width: 20px;
        height: 20px;
        border: 1px solid #d2d2d2;
        line-height: 20px;
        text-align: center;
        transition: all 0.6s ease-in-out;
    }*/

/*.ser.exp::after {
        content: '-' !important;
        transition: all 0.6s ease-in-out;
    }*/


/*END*/
/*Contact us*/

.contacttitle {
    color: #000080;
    font-weight: bold;
    font-size: 16px;
}

.contact {
    color: rgb(81,81,81);
    font-size: 14px;
    line-height: 20px;
    background-color: #fff;
    padding: 80px 0 0;
    margin-bottom: 0;
}

/*End*/

/*-------------Sitemap--------------*/
.add_head {
    text-transform: uppercase;
    font-size: 18px;
    float: left;
    width: 100%;
    position: relative;
    padding: 15px 0;
    margin-bottom: 20px;
}

    .add_head::after {
        content: '';
        height: 2px;
        background: #d4101c;
        width: 30px;
        position: absolute;
        bottom: 0;
        left: 0;
    }

.sitemapdiv.about_midsec.aboutsec.minheight {
    float: left;
    width: 100%;
    position: relative;
}
/*sitemap************************/
.wrapper {
    float: left;
    width: 100%;
    padding: 15px 0;
}

.sitemapdiv {
    float: left;
    width: 100%;
}

.sitemap {
    float: left;
    width: 100%;
    padding: 0;
    margin: 0;
    display: block;
}


    .sitemap li {
        display: block;
        width: 100%;
        float: left;
    }

.MainCat ul li {
    display: table;
    width: 100%;
    padding-left: 30px;
}

.MainCat a {
    width: 100%;
    padding: 10px 0;
    float: left;
    border-bottom: 1px solid #ccc;
    text-transform: capitalize;
    font-size: 20px;
    margin-bottom: 20px;
    transition: all 0.5s;
    color: #25418f;
}

.MainCat ul {
    padding: 0;
}

    .MainCat ul li a {
        width: 100%;
        padding: 10px 0;
        float: left;
        border-bottom: 0px solid #ccc;
        font-size: 16px;
        margin-bottom: 0px;
        transition: all 0.5s;
    }

/*.MainCat ul li a::before {
            content: '>';
            content: '\f105';
            font-family: fontawesome;
            padding-right: 15px;
            color: #000;
            font-size: 16px;
            transition: all 0.5s;
        }*/

.MainCat a:hover {
    color: #333;
    transition: all 0.5s;
    text-decoration: none;
}

.MainCat ul li a:hover::before {
    color: #007bff;
    transition: all 0.5s;
}

/*---------------END-----------*/



/*----------------------------- News List --------------------------------*/
.outerNewsDiv {
    float: left;
    width: 100%;
    position: relative;
    padding-bottom: 25px;
}

    .outerNewsDiv a {
        color: #121212;
    }

        .outerNewsDiv a:hover {
            color: #f0e00e;
        }

.NewsImageDiv {
    float: left;
    width: 100%;
    position: relative;
    overflow: hidden;
}

    .NewsImageDiv img {
        width: 100%;
        height: 150px;
        transition: all 0.5s ease-in-out;
    }

    .NewsImageDiv a {
        display: none;
    }

.DAteDiv {
    float: left;
    width: 100%;
    position: relative;
    text-align: right;
    background: #f6f6f6;
    border-bottom: 1px solid #fff;
    padding: 0 10px;
}

.NewsTitleDiv {
    float: left;
    width: 100%;
    height: 130px;
    display: flex;
    align-items: center;
    background: #f6f6f6;
}

.news_title {
    font-size: 20px;
    padding: 0 10px;
}

.NewsList {
    position: relative;
    width: 100%;
    float: left;
}

.NewsLinkstop {
    position: absolute;
    right: 0;
    color: #ac8352;
    z-index: 1;
    top: -25px;
}

    .NewsLinkstop a {
        color: #ac8352;
        font-weight: 600;
    }

        .NewsLinkstop a:hover {
            color: #837659;
        }



.outerNewsDiv:hover .news_title {
    color: #555555;
    transition: all 0.5s ease-in-out;
}

.DAteDivdetails {
    /* float: left; */
    font-size: 15px;
    font-family: 'SourceSansPro-Light';
    line-height: 23px;
    margin-top: 15px;
    width: 140px;
    text-align: left;
}
/*----------------------------- END --------------------------------*/


/*-----------------------------Gallery--------------------------------*/
.prject_list {
    float: left;
    width: 100%;
    display: block;
    padding: 0;
    margin: 0;
    list-style: none;
}

    .prject_list li {
        display: block;
        float: left;
        width: 25%;
        padding: 15px;
        position: relative;
        cursor: pointer;
    }

    .prject_list img {
        float: left;
        width: 100%;
        height: 240px;
    }
    .prject_list .imgContent {
        position: absolute;
        text-align: center;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width:100%;
    }
    .overlay_info_div {
        /* display: none; */
        /*position: absolute;
    top: 15px;
    right: 15px;
    left: 15px;
    bottom: 75px;
    background: #000;
    opacity: 0;
    transition: all 0.5s;*/

        display: none;
        position: absolute;
        top: 15px;
        right: 15px;
        left: 15px;
        bottom: 75px;
        background: #000;
        color: #ffffff;
        text-align: center;
        padding: 20px;
        box-sizing: border-box;
    }

.GalleryAlbumDiv .overlay_info_div {
    bottom: 15px;
}

.ico {
    display: none;
}

.Album_name {
    float: left;
    width: 100%;
    text-align: center;
    height: 60px;
    background: #ffcc01;
    display: grid;
    align-items: center;
    font-size: 20px;
    color: #121212;
    transition: all 0.5s;
}

.prject_list li {
    position: relative;
}

    .prject_list li:hover .Album_name {
        background: #121212;
        transition: all 0.5s;
        color: #ffcc01;
    }

    .prject_list li:hover .overlay_info_div {
        opacity: 0.8;
        transition: all 0.5s;
        display: block;
    }
/*Project Gallery Section*/

.project_gallery {
    position: fixed;
    /*top: 0;*/
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1050;
    background: rgba(0, 0, 0,0.7);
    /*padding-top: 20px;*/
    display: flex;
    align-items: center;
}


    .project_gallery .carousel-indicators {
        position: absolute;
        right: 15px;
        bottom: 0;
        left: 15px;
        /* top: 0; */
        z-index: 1180;
        /* display: -ms-flexbox; */
        /* display: inline-block; */
        /* -ms-flex-pack: center; */
        justify-content: center;
        padding-left: 0;
        margin-right: 0;
        margin-left: 0;
        list-style: none;
        background: #0d0a0a;
        height: 120px;
        margin: 0;
        text-align: center;
        overflow: hidden;
        overflow-x: auto;
        /* width: 100%; */
        padding: 0 15px;
        display: none; /*as per client requirement on 31-07-2019*/
    }

    .project_gallery ul.carousel-indicators li {
        display: inline-block;
        height: 100px;
        width: 100px;
        background: unset;
    }

    .project_gallery .carousel {
        min-width: 100%;
        text-align: center;
    }

    .project_gallery ul.carousel-indicators li img {
        display: block;
    }

.carousel-control {
    position: absolute;
    top: 50%;
    bottom: unset;
    z-index: 1;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    color: #fff;
    text-align: center;
    opacity: 0.5;
    transition: opacity 0.15s ease;
    border: 1px solid #ffffff;
    margin: 0 15px;
}

.main_slider .carousel-control {
    width: 30px;
    height: 30px;
    text-align: center;
    opacity: 1;
    transition: opacity 0.15s ease;
    border: 0px solid #ffffff;
    margin: 0 15px;
    background-image: none !important;
    color: #837659;
    text-shadow: none;
}

    .main_slider .carousel-control .fa {
        font-size: 42px;
    }

.sliderarrow {
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
}

    .sliderarrow .container {
        position: relative;
        height: 100vh;
    }

.carousel-control.home {
    right: 148px !important;
    /* position: absolute; */
    bottom: 90px !important;
    left: auto !important;
    top: auto !important;
    /*animation: 3s ease-in-out 1s 1 fadein;*/
}

.left.carousel-control.home {
    right: 180px !important;
}

.close_gallery {
    position: absolute;
    cursor: pointer;
    color: #ffffff;
    padding: 0px 20px 11px;
    display: inline-block;
    z-index: 1111;
    font-size: 25px;
    font-weight: 900;
    right: 0;
    top: 20px;
    /*background: rgba(0, 0, 0, 0.71);*/
}

.project_gallery .item img {
    margin: auto;
    height: 100vh !important;
    padding: 15px;
    width: auto !important;
}

.project_gallery .item {
    opacity: 0;
    transition-duration: .6s;
    transition-property: opacity;
}

    .project_gallery .item.active {
        opacity: 1;
        transform: translateX(0);
        transform: translate3d(0, 0, 0);
        transition-duration: .6s;
        transition-property: opacity;
    }

.oursector_gallery .item.active {
    display: flex !important;
    align-items: center !important;
    height: 100vh !important;
}

.oursector_gallery .item img {
    height: auto !important;
    max-height: 100% !important;
}
/*END*/

/*  Subscribe */


#sub_message {
    /* width: 310px; */
    height: auto;
    background: rgba(0, 0, 0,0.5);
    position: fixed;
    top: 0;
    left: 0;
    text-align: center;
    padding: 30px 15px;
    border: 1px solid #000;
    z-index: 9999;
    bottom: 0;
    right: 0;
    overflow: hidden;
}

.InnerDivPop {
    background: #fff;
    padding: 30px 15px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 310px;
    border-radius: 5px;
}

.ok {
    position: absolute;
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    right: -10px;
    top: -16px;
    cursor: pointer;
}


.subs_control {
    width: 100%;
    background: transparent;
    border: 0px solid #fff;
    height: 36px;
    padding: 0 100px 0 0px;
    border-bottom: 1px solid #3d3d3d;
    font-size: 16px;
    color: #3d3d3d;
}

.CallUSDiv li:nth-child(1) {
    border-right: 1px solid #707070;
    font-size: 18px;
    padding: 0px 12px 0px 12px;
    margin: 5px 0;
    color: #666694;
    line-height: 10px;
}

.CallUSDiv li:nth-child(6) {
    border-right: 1px solid #707070;
    font-size: 18px;
    padding: 0px 12px 0px 12px;
    margin: 5px 0;
    color: #666694;
    line-height: 10px;
    padding-left: 5px;
}

.CallUSDiv {
    text-align: right;
    padding: 0px 0;
    float: right;
}

.rightSec {
    float: left;
    width: 100%;
    position: relative;
}

.SubCategories.GalleryAlbumDiv {
    margin-bottom: 40px;
}

/* End*/
/*Inside Content*/
.insidepagecontent h2 {
    font-size: 28px;
    color: rgb(102, 102, 204);
}

.insidepagecontent p {
    font-size: 16px;
    text-align: justify;
    margin: 0 auto;
    line-height: 24px;
}

.insidepagecontent a {
    font-style: italic;
    font-size: 16px;
    text-decoration: underline;
    color: #0000cd;
    /*word-break: break-all;*/
}

.insidepagecontent h3 {
    font-size: 24px;
    color: #121212;
    font-weight: 600;
}

.insidepagecontent .contenthead {
    font-size: 16px;
    color: #0000cd;
}

.insidepagecontent h5 {
    font-size: 20px;
    color: #0000cd;
}

.insidepagecontent u {
    font-size: 16px;
    color: rgb(0, 0, 205);
}

.insidepagecontent .title {
    font-size: 16px;
    color: #121212;
    font-weight: 600;
}

.insidepagecontent .titlepostpond {
    font-size: 18px;
    color: #ff0000;
    font-weight: 600;
}

.insidepagecontent strong {
    /*text-decoration: underline;*/
}

.inhead {
    color: #121212;
    font-size: 18px;
}
/*end*/
.journal a {
    color: #6666cc;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 35px;
}

.journalcol a {
    color: #065f8f;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 35px;
}

.journalcolt {
    color: #515151;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 35px;
}

.tblgovernance td {
    font-size: 16px;
    text-align: justify;
    border: 1px solid #555;
    padding: 6px;
}

.tblgovernance {
    width: 100%;
    height: 50px;
}

    .tblgovernance td strong {
        color: #2F4F4F;
    }

.insidepagecontent ul {
    font-size: 16px;
    font-family: 'NunitoSans-Regular';
    line-height: 25px;
}

.project_sec, .serviceSection {
    padding-bottom: 25px;
}

.comment {
    padding: 0 12px;
}

.contact-addressinfo h3 {
    font-size: 19px;
    margin: 12px 0px 12px 0px;
    font-family: 'Abel';
    text-transform: uppercase;
}

.contact-addressinfo p {
    font-size: 14px;
    text-align: justify;
    margin: 0 auto;
    line-height: 23px;
}

.contact-addressinfo a {
    color: #555;
    font-style: normal;
}

.contactform h3 {
    font-size: 19px;
    font-family: 'Abel';
    text-transform: uppercase;
}

.mapframe {
    width: 100%;
    padding-top: 15px;
    height: 375px;
}

.VidDiv img {
    height: 376px;
}

ul.slimmenu ul > li > ul > li:first-child {
    /*pointer-events: none;*/
    cursor: none;
    text-decoration: none;
    color: black;
}

.ecommitte img {
    display: block;
    margin: 0 auto;
}

table {
    width: 100%;
    border-collapse: collapse;
}

.slidertext {
    font-size: 28px;
    font-weight: 600;
    color: #f0e00e;
    text-transform: uppercase;
    padding-top: 50px;
    position: absolute;
}

.bio {
    text-align: left;
    float: left;
    padding: 10px;
}

.insidepagecontent h4 {
    font-size: 16px;
    color: #121212;
    font-weight: 600;
}

.policyli {
    list-style: none;
}

.project_sec_img_div img {
    background-color: #fff;
}

/*-----Name: Sanket M Date: 11-06-2023 Discription: Css for Gallery title display on image----- */
.image-container {
    position: relative;
    display: inline-block;
}

    .image-container img {
        max-width: 100%;
    }

.image-name {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    color: #fff;
    padding: 5px 10px;
    border-radius: 5px;
    text-align: center; /* Center text horizontally */
    width: 100%;
}
