/*@import url('../../asstes/css/font.css');*/
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,200;1,300;1,400;1,500;1,600;1,700;1,800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=PT+Sans:ital,wght@0,400;0,700;1,400;1,700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Tajawal:wght@200;300;400;500;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Belleza&family=Josefin+Sans:wght@400;500;600;700&display=swap');
/*@font-face {
  font-family: 'Aileron-Thin';
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src:url("../fonts/aileron/Aileron-Thin.eot");
  src:url("../fonts/aileron/Aileron-Thin.eot?#iefix") format("embedded-opentype"),
    url("../fonts/aileron/Aileron-Thin.woff2") format("woff2"),
    url("../fonts/aileron/Aileron-Thin.woff") format("woff"),
    url("../fonts/aileron/Aileron-Thin.ttf") format("truetype"),
    url("../fonts/aileron/Aileron-Thin.svg#fontawesome") format("svg");
}
@font-face {
  font-family: 'Aileron-Light';
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src:url("../fonts/aileron/Aileron-Light.eot");
  src:url("../fonts/aileron/Aileron-Light.eot?#iefix") format("embedded-opentype"),
    url("../fonts/aileron/Aileron-Light.woff2") format("woff2"),
    url("../fonts/aileron/Aileron-Light.woff") format("woff"),
    url("../fonts/aileron/Aileron-Light.ttf") format("truetype"),
    url("../fonts/aileron/Aileron-Light.svg#fontawesome") format("svg");
}
@font-face {
  font-family: 'Aileron-Regular';
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src:url("../fonts/aileron/Aileron-Regular.eot");
  src:url("../fonts/aileron/Aileron-Regular.eot?#iefix") format("embedded-opentype"),
    url("../fonts/aileron/Aileron-Regular.woff2") format("woff2"),
    url("../fonts/aileron/Aileron-Regular.woff") format("woff"),
    url("../fonts/aileron/Aileron-Regular.ttf") format("truetype"),
    url("../fonts/aileron/Aileron-Regular.svg#fontawesome") format("svg");
}
@font-face {
  font-family: 'Aileron-SemiBold';
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src:url("../fonts/aileron/Aileron-SemiBold.eot");
  src:url("../fonts/aileron/Aileron-SemiBold.eot?#iefix") format("embedded-opentype"),
    url("../fonts/aileron/Aileron-SemiBold.woff2") format("woff2"),
    url("../fonts/aileron/Aileron-SemiBold.woff") format("woff"),
    url("../fonts/aileron/Aileron-SemiBold.ttf") format("truetype"),
    url("../fonts/aileron/Aileron-SemiBold.svg#fontawesome") format("svg");
}

@font-face {
  font-family: 'Aileron-Bold';
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src:url("../fonts/aileron/Aileron-Bold.eot");
  src:url("../fonts/aileron/Aileron-Bold.eot?#iefix") format("embedded-opentype"),
    url("../fonts/aileron/Aileron-Bold.woff2") format("woff2"),
    url("../fonts/aileron/Aileron-Bold.woff") format("woff"),
    url("../fonts/aileron/Aileron-Bold.ttf") format("truetype"),
    url("../fonts/aileron/Aileron-Bold.svg#fontawesome") format("svg");
}*/

body {
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 15px;
    color: #333333;
    font-weight: 300
}

h1,
h2,
h3,
h4,
h5,
h6 {
}

h1 {
    font-size: 46px
}

h2 {
    font-size: 36px
}

h3 {
    font-size: 20px
}

h4 {
    font-size: 18px
}

h5 {
    font-size: 15px
}

h6 {
    font-size: 12px
}

a {
    color: #01579b;
    text-decoration: none;
    display: inline-block;
}

    a:hover {
        color: #81d4fa;
        text-decoration: none
    }

a,
i,
::before,
::after {
    -webkit-transition: ease-in-out .3s all;
    transition: ease-in-out .3s all;
}

.btn:focus,
button:focus,
button:active,
.btn-outline-success:not(:disabled):not(.disabled).active,
.btn-outline-success:not(:disabled):not(.disabled):active,
.show > .btn-outline-success.dropdown-toggle {
    box-shadow: none;
    outline: none;
    background: none
}

input:focus,
textarea:focus,
select:focus {
    box-shadow: none !important
}

ul {
    padding: 0;
    margin: 0;
}

    ul li {
        list-style: none;
        text-align: justify;
    }

img {
    max-width: 100%;
    height: auto
}

p {
    text-align: justify;
}

    p:last-child {
        margin-bottom: 0
    }

.text-left {
    text-align: left;
}

.text-center {
    text-align: center;
}

.text-right {
    text-align: right;
}

.lightBlueText {
    color: #81d4fa
}

.darkBlueText {
    color: #81d4fa
}

.blueText {
    color: #01579b
}

.semiboldText {
    /*font-family: 'Aileron-SemiBold';*/
    font-weight: 500;
}

.boldText {
    /*font-family: 'Aileron-Bold';*/
    font-weight: 700;
}

#mainPageWrapper {
    overflow: hidden;
    min-height: 100vh;
    letter-spacing: .5px;
}

.grid_block {
    padding: 1em;
    margin: 1em;
}

.grid_block2 {
    padding: 1em;
    margin: 0em 1em 1em;
}

.greenBg {
    background: #01579b
}

.lightBg {
    background: #fdfdfd
}

.greyBg {
    background: #eeeeee
}

.headerWrapper {
    position: relative
}

hr {
    margin: 30px 0;
    border-top: dashed 1px #01579b;
    width: 100%
}

.border-dashed-top {
    border-top: dashed 1px #01579b;
    padding-top: 30px;
    ;
    margin-top: 30px;
}

.flex_img {
    display: flex
}

    /*.flex_img img{width: 100%}*/
    .flex_img div:first-child {
        margin-right: 10px;
    }

.lightblue_circle {
    position: relative;
    padding-left: 20px;
    padding-top: 20px;
}

    .lightblue_circle::after {
        content: '';
        width: 50px;
        height: 50px;
        border-radius: 50px;
        display: inline-block;
        background: #01579b3d;
        position: absolute;
        top: 0;
        left: 0;
        transition: ease-in-out .5s all;
    }

    .lightblue_circle:hover::after {
        top: 20px;
    }



.no-padding {
    padding: 0;
}

.no-margin {
    margin: 0;
}


.no-padding-B {
    padding-bottom: 0;
}

.no-padding-T {
    padding-top: 0;
}

.no-padding-R {
    padding-right: 0;
}

.no-padding-L {
    padding-left: 0;
}

.no-margin-T {
    margin-top: 0px;
}

.no-margin-R {
    margin-right: 0px;
}

.no-margin-B {
    margin-bottom: 0px;
}

/* .no-margin-L{margin-left: 0px;} */


.margin-T10 {
    margin-top: 10px;
}

.margin-T15 {
    margin-top: 15px;
}

.margin-T20 {
    margin-top: 20px;
}

.margin-T30 {
    margin-top: 30px;
}

.margin-T40 {
    margin-top: 40px;
}

.margin-T50 {
    margin-top: 50px;
}

.margin-B10 {
    margin-bottom: 10px;
}

.margin-B20 {
    margin-bottom: 20px;
}

.margin-B30 {
    margin-bottom: 30px;
}

.margin-B40 {
    margin-bottom: 40px;
}

.margin-B50 {
    margin-bottom: 50px;
}

.padding-T10 {
    padding-top: 10px;
}

.padding-T15 {
    padding-top: 15px;
}

.padding-T20 {
    padding-top: 20px;
}

.padding-T30 {
    padding-top: 30px;
}

.padding-T40 {
    padding-top: 40px;
}

.padding-T50 {
    padding-top: 50px;
}

.padding-B10 {
    padding-bottom: 10px;
}

.padding-B20 {
    padding-bottom: 20px;
}

.padding-B30 {
    padding-bottom: 30px;
}

.padding-B40 {
    padding-bottom: 40px;
}

.padding-B50 {
    padding-bottom: 50px;
}

.d-btn {
    background: #01579b;
    color: #fff;
    margin: 2px 0;
    padding: 2px 10px;
    font-size: 12px;
}

.siteWrapper.position_sticky,
.siteWrapper.position_sticky #mainPageWrapper {
    overflow: initial;
}

    .siteWrapper.position_sticky .position_sticky_div {
        position: sticky;
        top: 0;
    }

/*************** ***************** ***************/
/*************** BACKGROUND IMAGES ***************/
/*************** ***************** ***************/
.bg-img1 {
    background: url(../../asstes/images/about_img1.jpg) no-repeat center right;
    padding: 30px 0;
}

.bg-img2 {
    background: url(../../asstes/images/about_img1.jpg) no-repeat center right;
}

.patterbg {
    background-image: url(../../asstes/images/pattern.png);
    background-repeat: repeat;
}

.img_equal_height div {
    height: 95%
}

.img_equal_height img {
    height: 100%
}


.divOrder .divOrder1 {
    order: 1;
}

.divOrder .divOrder2 {
    order: 2;
}

.divOrder .divOrder3 {
    order: 3;
}


/*************** ******************** ***************/
/*************** BOOTSTRAP CUSTOMIZED ***************/
/*************** ******************** ***************/
.container-xl,
.container-lg,
.container-md,
.container-sm,
.container {
    max-width: 100%;
    padding: 0 8%
}

.row,
.row > * {
    margin-left: 0;
    margin-right: 0;
    padding-right: 0;
    padding-left: 0
}

.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12,
.container-fluid,
.col-xs-12,
.col-sm-3,
.col-md-4,
.col-md-6 {
    padding-left: 0;
    padding-right: 0
}



/*************** ************************* ***************/
/*************** ADVANCED IMAGE ANIMARTION ***************/
/*************** ************************* ***************/
.advancedImgAnimation {
    position: relative;
    width: 100%
}

    .advancedImgAnimation img {
        border: solid 5px #eee;
        ;
    }

    .advancedImgAnimation .img2 {
        position: absolute;
        left: 100px;
        bottom: -50px;
        max-width: 220px
    }

    .advancedImgAnimation .img1 {
        width: 100%;
    }


/*************** ****************** ***************/
/*************** MAIN HEADING STYLE ***************/
/*************** ****************** ***************/
.mainHeadingStyle {
    margin-bottom: 20px;
    line-height: 14px;
}

    .mainHeadingStyle .smallText {
        text-transform: uppercase;
        /*font-family: 'Montserrat';*/
        font-size: 12px;
        letter-spacing: 2px;
        color: #000000;
        font-weight: 500;
    }

    .mainHeadingStyle h2 {
        font-size: 23px;
        margin-top: 3px;
        color: #01579b;
    }


.heading_style1 h2 {
    font-size: 20px;
    margin-bottom: 25px;
    position: relative;
}

    .heading_style1 h2::after {
        content: '';
        width: 50px;
        height: 2px;
        border-radius: 10px;
        background: #01579b;
        display: inline-block;
        position: absolute;
        bottom: -8px;
        left: 0;
    }

.heading_style2 h2 {
    font-size: 20px;
    position: relative;
}

h5.sm-heading {
    font-size: 17px;
    font-weight: 600;
}


/*************** ************ ***************/
/*************** BUTTON STYLE ***************/
/*************** ************ ***************/
.btnStyle1 .btn {
    background: #81d4fa;
    border-radius: 50px;
    /*font-family: 'Aileron-SemiBold';*/
    font-weight: 500;
    text-transform: uppercase;
    padding: 5px 20px 5px 20px;
    position: relative;
    font-size: 12px;
}

    .btnStyle1 .btn::after {
        content: '';
        width: 12px;
        height: 12px;
        border-top: solid 2px #000;
        border-right: solid 2px #000;
        display: inline-block;
        position: absolute;
        transform: rotate(45deg);
        top: 8px;
        right: -20px;
    }

    .btnStyle1 .btn::before {
        content: '';
        width: 30px;
        height: 1px;
        border-top: solid 2px #000;
        display: inline-block;
        position: absolute;
        right: -20px;
        top: 13px;
    }

    .btnStyle1 .btn:hover::after,
    .btnStyle1 .btn:hover::before {
        right: -35px;
    }

    .btnStyle1 .btn:hover::before {
        width: 50px
    }



/*************** ****************** ***************/
/*************** UNDER CONSTRUCTION ***************/
/*************** ****************** ***************/

.underConstruction_wrap {
    overflow: hidden;
    position: relative;
    background: rgb(214, 239, 249);
    background: -moz-linear-gradient(left, rgba(214, 239, 249, 1) 26%, rgba(214, 239, 249, 1) 26%, rgba(74, 188, 243, 1) 100%);
    background: -webkit-linear-gradient(left, rgba(214, 239, 249, 1) 26%, rgba(214, 239, 249, 1) 26%, rgba(74, 188, 243, 1) 100%);
    background: linear-gradient(to right, rgba(214, 239, 249, 1) 26%, rgba(214, 239, 249, 1) 26%, rgba(74, 188, 243, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d6eff9', endColorstr='#4abcf3', GradientType=1);
}

    .underConstruction_wrap .grid_block {
        display: flex;
        align-items: center;
        min-height: 35vh;
        position: relative;
        margin: 40px 0 60px;
    }

    .underConstruction_wrap .title_content .small_heading {
        text-transform: uppercase;
        /*font-family: 'Aileron-SemiBold';*/
        font-weight: 500;
        font-size: 14px;
        letter-spacing: 2px;
        color: #01579b;
        display: block
    }

    .underConstruction_wrap .title_content h2 {
        color: #323333
    }

    .underConstruction_wrap h1 {
        text-transform: uppercase;
        /*font-family: 'Aileron-SemiBold';*/
        font-weight: 500;
        font-size: 40px;
        text-align: center;
        display: inline-block;
        position: relative;
    }

        .underConstruction_wrap h1 small {
            display: block;
            font-size: 20px;
            letter-spacing: 20px;
            /*font-family: 'Aileron-light';*/
            font-weight: 300;
            margin-bottom: 10px;
            color: #01579b
        }

        .underConstruction_wrap h1::after {
            content: '';
            width: 100px;
            height: 3px;
            display: inline-block;
            position: absolute;
            bottom: -20px;
            left: 50%;
            transform: translateX(-50%);
            background: #01579b;
            border-radius: 5px;
            animation: line 3s ease-in-out infinite;
            ;
        }

    .underConstruction_wrap .breadcrumb {
        background: none;
        padding: 0;
        position: absolute;
        bottom: -45px;
        left: 1rem;
        z-index: 9;
        margin: 0;
    }

        .underConstruction_wrap .breadcrumb ul li {
            display: inline-block;
        }

            .underConstruction_wrap .breadcrumb ul li:not(:last-child)::after {
                content: '/';
                color: #fff;
                margin: 0 8px 0 14px
            }

        .underConstruction_wrap .breadcrumb ul li {
            color: #fff
        }

            .underConstruction_wrap .breadcrumb ul li a {
                color: #b1e5fd
            }


.wind_mill_animation {
    max-width: 700px;
    position: absolute;
    right: 0;
    bottom: -10px;
}

    .wind_mill_animation .wind_wrap {
        position: absolute;
        bottom: 0;
        right: 80px;
        transform: scale(.6);
        bottom: -50px;
        z-index: 999
    }

    .wind_mill_animation .wind_fan {
        position: absolute;
        min-width: 200px;
        left: 50%;
        transform: translate(-50%, -50%);
    }

        .wind_mill_animation .wind_fan img {
            -moz-animation: windmill 10s ease-in-out infinite;
            -webkit-animation: windmill 10s ease-in-out infinite;
            -o-animation: windmill 10s ease-in-out infinite;
            animation: windmill 10s ease-in-out infinite;
        }

    .wind_mill_animation .wind_piller {
        height: 250px
    }

    .wind_mill_animation .wind_wrap.wind2 {
        transform: scale(.7);
        right: 300px;
        bottom: -60px;
    }

    .wind_mill_animation .wind_wrap.wind3 {
        transform: scale(.6);
        right: 500px;
        bottom: -70px;
    }

    .wind_mill_animation .solarpanel_img {
        position: absolute;
        right: 30px;
        bottom: 30px;
        max-width: 300px;
        transform: rotate(-6deg)
    }

@keyframes line {
    from {
        width: 10%;
    }

    to {
        width: 100%
    }
}

@keyframes windmill {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg)
    }
}

@-webkit-keyframes windmill {
    from {
        -webkit-transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(360deg);
    }
}

@-moz-keyframes windmill {
    from {
        -moz-transform: rotate(0deg);
    }

    to {
        -moz-transform: rotate(360deg);
    }
}

@-o-keyframes windmill {
    from {
        -o-transform: rotate(0deg);
    }

    to {
        -o-transform: rotate(360deg);
    }
}

.imageWrap .txt {
    font-size: 14px;
    text-align: center;
    margin-top: 10px;
    text-transform: uppercase;
    color: #01579b;
}


.imageWrap.windmill {
    position: relative
}

    .imageWrap.windmill .wind_mill_animation {
        right: 100%;
        margin-right: 20px;
        bottom: 0
    }

        .imageWrap.windmill .wind_mill_animation .wind_wrap.wind2 {
            transform: scale(.8);
            right: 0;
            position: inherit;
            bottom: -26px
        }

        .imageWrap.windmill .wind_mill_animation .wind_piller {
            max-width: inherit
        }

/*************** ****** ***************/
/*************** TOPBAR ***************/
/*************** ****** ***************/
.topbar {
    background: #e1f5fe57;
    border-top: solid 3px #026ec3;
    font-size: 14px;
    border-bottom: solid 1px #ddd;
    height: 36px;
}

    .topbar .grid_block {
        display: flex;
        justify-content: space-between;
        margin-top: 0;
        margin-bottom: 0;
        padding-top: 5px;
        padding-bottom: 5px;
    }

    .topbar ul li {
        display: inline-block;
    }

    .topbar .contact-info li {
        line-height: 25px;
    }

        .topbar .contact-info li i {
            background: #01579b;
            color: #fff;
            width: 20px;
            height: 20px;
            border-radius: 40px;
            text-align: center;
            font-size: 10px;
            line-height: 20px;
        }



/***** Social cion *****/
.socialIconWrap .socialIconBtn {
    display: none
}

.socialIconWrap li:not(:last-child) {
    margin-right: 5px
}

.socialIconWrap li a span {
    width: 25px;
    height: 25px;
    display: inline-block;
    text-align: center;
    border-radius: 50%;
    font-size: 12px;
    line-height: 25px;
    color: #fff;
    background: #000
}

.socialIconWrap li.facebook a span {
    background: #1c4b8d
}

.socialIconWrap li.twitter a span {
    background: #54abee
}

.socialIconWrap li.instagram a span {
    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);
}

.socialIconWrap li.youtube a span {
    background: #e02d2d
}

.socialIconWrap li.whatsup a span {
    background: #2eb01e
}

/***** Site Option *****/
.siteOption .skipMainContant {
    margin-right: 5px !important;
}

    .siteOption .skipMainContant a {
        font-size: 17px;
    }

.siteOption > ul > li:not(:last-child) {
    margin-right: 10px;
}

.siteOption ul ul {
    position: absolute;
    z-index: 99;
}

.siteOption ul ul {
    background: #e1f5fe;
    width: 120px;
    box-shadow: 5px 5px 10px rgba(0, 0, 0, .2);
    padding: 5px;
    top: 38px;
    -webkit-transition: ease-in-out .3s all;
    transition: ease-in-out .3s all;
    opacity: 0;
    visibility: hidden
}

    .siteOption ul ul::after {
        content: '';
        border-left: solid 5px transparent;
        border-right: solid 5px transparent;
        border-bottom: solid 5px #01579b;
        display: inline-block;
        position: absolute;
        top: -5px;
        ;
    }

.siteOption .langSiteOption .langIcon {
    display: none
}

.siteOption .langSiteOption span.txt {
    cursor: pointer;
    font-weight: 600;
    color: #01579b
}

.siteOption .langSiteOption:hover ul {
    visibility: visible;
    opacity: 1
}

.siteOption .langSiteOption i {
    margin-left: 5px;
    color: #01579b;
}

.siteOption ul ul li {
    display: block;
    padding: 5px 8px;
}

    .siteOption ul ul li:not(:last-child) {
        border-bottom: solid 1px #ddd;
    }

.siteOption .langSiteOption .active {
    font-weight: 600;
}

.siteOption .webistUpdate .lastUpdate {
    color: #01579b;
    font-weight: 600;
}

.siteOption .siteSizeWrapper .siteSize {
    background: #81d4fa;
    display: flex;
    border-radius: 50px;
    padding: 0 5px;
}

    .siteOption .siteSizeWrapper .siteSize span {
        padding: 0px 8px;
        color: #000;
    }

        .siteOption .siteSizeWrapper .siteSize span:not(:last-child) {
            border-right: solid 1px #01579b
        }

        .siteOption .siteSizeWrapper .siteSize span.active {
            font-weight: 800;
            color: #01579b;
        }

.siteOption .lightTheme {
    font-size: 18px;
}


/*************** ************** ***************/
/*************** NAVBAR HEARDER ***************/
/*************** ************** ***************/
.mainNavBar.navbar-dark.bg-dark {
    background: transparent !important;
    padding: 0px 0
}

.brandLogo {
    width: 150px;
}

    /* .brandLogo img{height:auto;} */
    .brandLogo img {
        height: 60px;
    }




/***** MIDDLE  *****/
.middleBar .grid_block {
    display: flex;
    justify-content: space-between;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 7px;
    padding-bottom: 7px;
    align-items: center;
}

.middleBar .tagLine {
    text-transform: uppercase;
    font-size: 18px;
    text-align: center;
    line-height: 20px;
    font-weight: 600;
    color: #01579b;
}



/***** Site Option *****/
.mainNav {
    background: #b1e5fd;
    margin-top: 15px;
}

    .mainNav .grid_block {
        margin-top: 0;
        margin-bottom: 0;
        padding-top: 0px;
        padding-bottom: 0px;
        padding-left: 10px;
        padding-right: 10px
    }

.mainNavBar .pure-css-nav {
    width: 100%
}

.mainNavBar .navbar {
    padding: 0
}

.mainNavBar .pure-css-nav nav {
    width: 100%
}

.mainNavBar .pure-css-nav .navbar-nav {
    display: flex;
    justify-content: space-between;
    float: none;
}

    .mainNavBar .pure-css-nav .navbar-nav li {
        text-align: left
    }

    .mainNavBar .pure-css-nav .navbar-nav > li {
        position: relative
    }

        .mainNavBar .pure-css-nav .navbar-nav > li:not(:last-child)::after {
            content: '';
            width: 1px;
            height: 100%;
            display: inline-block;
            background: #e1f5fead;
            position: absolute;
            top: 0px;
            right: -30px;
        }

        .mainNavBar .pure-css-nav .navbar-nav > li,
        .mainNavBar .pure-css-nav .navbar-nav > li:hover,
        .mainNavBar .pure-css-nav .navbar-nav > li > a {
            background: none !important;
            color: #333;
            padding: 0;
            overflow: visible !important;
            display: inline-block;
            cursor: pointer;
            text-align: center;
            white-space: inherit;
        }

            .mainNavBar .pure-css-nav .navbar-nav > li > a:focus {
                color: #333;
            }

            .mainNavBar .pure-css-nav .navbar-nav > li > a {
                padding: 8px 0 8px;
                font-size: 15px;
                letter-spacing: 0;
                position: relative;
            }

                .mainNavBar .pure-css-nav .navbar-nav > li > a > i {
                    position: absolute;
                    top: -15px;
                    left: 50%;
                    transform: translateX(-50%);
                    width: 25px;
                    height: 25px;
                    border-radius: 50px;
                    line-height: 25px;
                    background: #b1e5fd;
                    display: inline-block;
                    text-align: center;
                    z-index: 999;
                    font-size: 12px;
                    color: #01579b;
                }

                .mainNavBar .pure-css-nav .navbar-nav > li > a:hover > i {
                    transform: translateX(-50%) rotateY(180deg)
                }

                .mainNavBar .pure-css-nav .navbar-nav > li > a:hover {
                    color: #01579b
                }

            .mainNavBar .pure-css-nav .navbar-nav > li.nav-item.dropdown > a::after {
                content: '';
                border-right: solid 5px transparent;
                border-left: solid 5px transparent;
                border-top: solid 5px #8cbdd4;
                margin: 0 !important;
                opacity: 1 !important;
                position: absolute;
                left: 50%;
                bottom: 0;
                transform: rotate(180deg);
            }

            .mainNavBar .pure-css-nav .navbar-nav > li.nav-item.dropdown:hover > a::after {
                border-top: solid 5px #01579b;
            }

.mainNavBar .pure-css-nav li.nav-item.dropdown:before {
    content: '';
    border-bottom: solid 5px transparent;
    border-top: solid 5px transparent;
    border-left: solid 5px #000;
    display: inline-block;
    position: absolute;
    right: 6px;
    top: 12px;
    z-index: 9
}

.mainNavBar .pure-css-nav .navbar-nav > li.dropdown::before {
    content: none;
}

.mainNavBar .pure-css-nav .navbar-nav ul {
    z-index: 99999;
    min-width: 180px;
    transition: ease-in-out .4s all;
    background: #f9f9f9;
    border-radius: 0;
    border: 0;
    padding: 0;
    margin: 0;
    border: solid 1px #eee;
    box-shadow: 5px 5px 10px rgba(0, 0, 0, .1);
    border-bottom: 0
}

    .mainNavBar .pure-css-nav .navbar-nav ul li {
        white-space: initial;
        border-bottom: solid 1px #ddd;
        line-height: 18px
    }

        .mainNavBar .pure-css-nav .navbar-nav ul li,
        .mainNavBar .pure-css-nav .navbar-nav ul li a {
            background: none;
        }

            .mainNavBar .pure-css-nav .navbar-nav ul li a {
                color: #000 !important;
                font-size: 13px;
                padding: 8px 15px 8px 10px;
                line-height: 16px;
                display: block;
                position: relative;
            }

    .mainNavBar .pure-css-nav .navbar-nav ul > li:hover,
    .mainNavBar .pure-css-nav .navbar-nav ul > li:hover > a {
        background: #026ec3 !important;
        color: #fff !important
    }

@media (min-width:992px) {
    .mainNavBar .pure-css-nav .dropdown-menu {
        display: inline-block;
        opacity: 0;
        visibility: hidden
    }

    .mainNavBar .pure-css-nav li.dropdown .dropdown-menu ul {
        left: 100%;
        top: 0
    }

    .mainNavBar .pure-css-nav li.dropdown:hover > .dropdown-menu {
        opacity: 1;
        visibility: visible;
    }
}

/***** SEARCH FORM *****/
@media (min-width:576px) {

    .searchForm .formOpen,
    .searchForm .closeForm {
        display: none
    }

    .searchForm form {
        justify-content: flex-end
    }

        .searchForm form input {
            height: 35px;
            border-radius: 0;
            border-radius: 50px 0 0 50px;
            transition: ease-in-out .2s all;
            font-size: 15px;
            max-width: 200px;
        }

        .searchForm form button {
            border-radius: 0 50px 50px 0px;
            width: 48px;
            height: 35px;
            padding: 0px 12px 0px 4px;
            display: inline-block;
            border-color: #81d4fa;
            margin-left: -1px;
            line-height: 35px;
            background: #81d4fa;
            float: right;
        }

            .searchForm form button:hover {
                background: #81d4fa;
            }

        .searchForm form img {
            width: 17px;
            position: relative;
            top: -3px
        }
}


/***** MIN HEADER *****/
.midHeader .grid_block {
    display: flex;
    justify-content: space-between;
    padding-top: 0;
    padding-bottom: 0;
    align-items: center;
    margin-top: 0px;
    margin-bottom: 0px;
}

.midHeader .topLeftSide,
.midHeader .topRightSide {
    flex: 0 0 auto;
    width: 30%;
    position: relative;
}

.midHeader .topLeftSide {
    margin-right: 50px;
}

    .midHeader .topLeftSide ul li {
        display: inline-block;
        font-size: 13px;
    }

        .midHeader .topLeftSide ul li:not(:last-child):after {
            content: '|';
            color: #fff;
            margin: 0 6px 0 10px;
        }

        .midHeader .topLeftSide ul li a {
            color: #fff;
        }

        .midHeader .topLeftSide ul li .icon {
            width: 22px;
            display: inline-block;
            height: 22px;
            text-align: center;
            background: #fcca03;
            border-radius: 50px;
            line-height: 22px;
            ;
            margin-right: 5px;
            color: #000;
            transition: ease-in-out .3s all
        }

        .midHeader .topLeftSide ul li a:hover .icon {
            transform: scale(1.2)
        }

        .midHeader .topLeftSide ul li a:hover {
            color: #fcca03
        }

.midHeader .brandLogo img {
    max-width: 170px;
    height: auto;
    position: relative;
    z-index: 999
}

/***** NEWS TICKER *****/
.acme-news-ticker {
    display: flex;
    align-items: center
}

.acme-news-ticker-box {
    height: 100%;
    overflow: hidden;
}

.acme-news-ticker .module {
    background: rgba(255, 255, 255, .08);
    position: relative;
    height: 35px;
    border: 1px solid rgba(255, 255, 255, .25);
    width: 100%;
    max-width: 210px;
    padding: 5px;
    font-size: 14px;
    /*font-family: 'Aileron-Light';*/
    font-weight: 300;
    color: #fff;
    white-space: nowrap;
    overflow: hidden;
}

    .acme-news-ticker .module a {
        color: #fff
    }

        .acme-news-ticker .module a:hover {
            color: #fcca03;
        }

.acme-news-ticker-label {
    width: auto;
    line-height: normal;
    color: #fff;
    padding-left: 30px;
    font-size: 18px;
    position: relative;
}

    .acme-news-ticker-label::after,
    .acme-news-ticker-label::before {
        content: '';
        border-top: solid 6px transparent;
        border-bottom: solid 6px transparent;
        border-right: solid 7px #88c643;
        display: inline-block;
        position: absolute;
        left: 12px;
        top: 5px;
    }

    .acme-news-ticker-label::before {
        left: 18px;
    }

    .acme-news-ticker-label span {
        white-space: pre;
    }


/*************** *********** ***************/
/*************** MAIN SLIDER ***************/
/*************** *********** ***************/
.mainCarousel .carousel-item img {
    width: 100%;
    height: 100%
}

.mainCarousel .carousel-item .carousel-caption,
.mainCarousel .carousel-indicators,
.mainCarousel button {
    z-index: 99;
}

.mainCarousel .carousel-indicators {
    display: none
}

.mainCarousel .carousel-caption {
    bottom: 50%;
    transform: translateY(50%);
    -webkit-transform: translateY(50%);
}

.mainCarousel .carousel-item .carousel-caption {
    max-width: 900px;
    margin: 0 auto;
}

.mainCarousel a.btn {
    width: 60px;
    height: 60px;
    background: rgba(255, 255, 255, .5);
    border-radius: 50%;
    top: 50%;
    transform: translateY(-50%);
    opacity: 0;
    visibility: hidden;
    z-index: 9999
}

.mainCarousel:hover a.btn {
    opacity: 1;
    visibility: visible
}

.mainCarousel a.carousel-control-prev {
    left: 6%
}

.mainCarousel a.carousel-control-next {
    right: 6%
}

.mainCarousel .carousel-caption .tagline {
    background: #fcca03;
    display: inline-block;
    text-transform: uppercase;
    color: #000;
    padding: 5px 15px;
    font-size: 14px;
    letter-spacing: 2px
}

.mainCarousel .carousel-caption h1 {
    font-size: 46px;
}

.mainCarousel .carousel-caption .sliderContent {
    max-width: 650px;
    margin: 20px auto 30px;
}

.mainCarousel .carousel-caption .btnWrap .btn {
    text-transform: uppercase !important;
    /*font-family: 'Aileron-SemiBold';*/
    font-weight: 500;
    border: 0;
    border-radius: 50px;
    margin: 0 5px;
    padding: 8px 25px;
    color: #000
}

    .mainCarousel .carousel-caption .btnWrap .btn.greenColorBtn {
        background: #88c643;
    }

    .mainCarousel .carousel-caption .btnWrap .btn.whiteColorBtn {
        background: #fff;
    }

        .mainCarousel .carousel-caption .btnWrap .btn.greenColorBtn:hover,
        .mainCarousel .carousel-caption .btnWrap .btn.whiteColorBtn:hover {
            background: #fcca03;
        }


/*************** ********** ***************/
/*************** EXTRA MENU ***************/
/*************** ********** ***************/
/*.headerWrapper .extraMenus{position:absolute;width:100%;bottom:0;background: #000000b0;border-top:solid 1px #00000055}*/
.extraMenus {
    width: 100%;
    bottom: 0;
    background: #01579b;
}

.extraMenus {
    padding: 10px 0;
}

    .extraMenus .container {
        position: relative;
    }

    .extraMenus .grid_block {
        /*margin: .5em 5px;*/
        padding: 0 5px;
    }

    .extraMenus .col-md-2:not(:last-child) {
        border-right: solid 1px #fff;
    }

    .extraMenus .item {
        position: relative;
        z-index: 99;
        display: flex;
        align-items: center;
        justify-content: center;
    }

        .extraMenus .item .icon {
            margin-right: 10px;
            width: 50px;
        }

            .extraMenus .item .icon img {
                height: auto
            }

        .extraMenus .item a {
            color: #fff
        }

xtraMenus .item .smallText {
    display: block;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 1px;
    transition: ease-in-out .2s all;
}

.extraMenus .item .largeText {
    font-size: 21px;
    position: relative;
}

    .extraMenus .item .largeText::after {
        content: '';
        width: 40px;
        height: 1px;
        background: #fff;
        display: inline-block;
        border-radius: 5px;
        position: absolute;
        left: 50%;
        bottom: -6px;
        transform: translateX(-50%)
    }

.extraMenus .item a:hover .largeText::after {
    width: 100%;
}

.extraMenus .item .icon {
    position: relative;
    transition: ease-in-out .2s all;
    top: 0;
}

.extraMenus .item:hover .icon {
    top: -5px
}


/*************** ************ ***************/
/*************** MAIN CONTENT ***************/
/*************** ************ ***************/
#mainContent {
    padding: 10px 0 10px;
    border-bottom: solid 1px #eee
}

.WrapaboutChairman {
    border-left: solid 1px #eee;
}

.aboutChairman .imageWrap {
    float: left;
    width: 100px;
    margin-right: 25px;
    ;
}

    .aboutChairman .imageWrap img {
        border: solid 2px #81d4fa;
    }

.aboutChairman span {
    display: block
}

.aboutChairman .name {
    font-size: 20px;
}

.aboutChairman .deg {
    font-size: 15px;
}

.aboutChairman .date {
    font-size: 15px;
    /*font-family: 'Aileron-SemiBold';*/
    font-weight: 500;
}

.aboutChairman p {
    margin-top: 10px;
}



/***** OFFER *****/
.offerWrapper .imgWrap {
    height: 220px;
    overflow: hidden
}

    .offerWrapper .imgWrap img {
        object-fit: cover;
        width: 100%;
        height: 100%
    }

.offerWrapper h4 {
    font-size: 24px;
    margin: 15px 0 5px;
}

.offerWrapper .content {
    height: 120px;
    overflow: hidden;
    margin-bottom: 20px;
}

.offerWrapper .owl-dots {
    display: none
}

.offerWrapper .owl-nav {
    position: absolute;
    top: 170px;
    z-index: 9;
    right: 10px
}

    .offerWrapper .owl-nav button {
        width: 40px;
        height: 40px;
        background: rgba(255, 255, 255, .5) !important;
        border-radius: 50% !important;
        font-weight: 100 !important;
        transform: translateY(-50%);
        padding: 0 !important;
        line-height: 0px !important
    }

    .offerWrapper .owl-nav span {
        color: #fff;
        top: 0px;
        position: relative;
        font-size: 40px !important;
        text-align: center;
    }


/***** NEWS AND EVENTS *****/
.eventWrap {
    background: #e1f5fe57;
    position: relative;
    border-left: solid 1px #e3ebef;
}

    .eventWrap::after {
        content: '';
        width: 1000px;
        height: 100%;
        display: inline-block;
        position: absolute;
        top: 0;
        left: 100%;
        background: #e1f5fe57;
    }

    .eventWrap .list {
        display: inline-block;
        width: 100%;
        border-bottom: solid 1px #01579b;
        padding-bottom: 20px;
        ;
        margin-bottom: 20px;
    }

        .eventWrap .list:last-child {
            border: 0;
            margin-bottom: 0;
            padding-bottom: 0
        }

        .eventWrap .list.bordernone {
            border-bottom: 0;
            padding-bottom: 0
        }

    .eventWrap .imgWrap {
        width: 120px;
        height: 100px;
        float: left;
        margin-right: 30px;
        position: relative;
        overflow: hidden;
        padding-top: 10px;
    }

        .eventWrap .imgWrap img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }

        .eventWrap .imgWrap .dateWrap {
            position: absolute;
            background: #01579b;
            width: 60px;
            text-align: center;
            color: #fff;
            line-height: 15px;
            padding: 10px 5px 8px;
            top: -0px
        }

            .eventWrap .imgWrap .dateWrap::after {
                content: '';
                border-top: solid 10px transparent;
                border-bottom: solid 0px transparent;
                border-left: solid 10px #184227;
                display: inline-block;
                position: absolute;
                top: 0;
                right: -10px
            }

            .eventWrap .imgWrap .dateWrap .date {
                font-size: 20px
            }

            .eventWrap .imgWrap .dateWrap .month {
                text-transform: uppercase;
                font-size: 10px;
            }

            .eventWrap .imgWrap .dateWrap .year {
                font-weight: 800;
                font-size: 16px;
            }

    .eventWrap .windmillFanAnimation {
        top: -120px;
        left: 80%;
    }


/*************** ************ ***************/
/*************** CLIENTS LOGO ***************/
/*************** ************ ***************/
.clientLogos .grid_block {
    padding-top: 0;
    margin-top: 10px;
    margin-bottom: 10px;
    padding-bottom: 0;
}

.clientLogos ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

    .clientLogos ul li {
        margin: 0 10px;
        border-right: solid 1px #81d4fa;
        padding: 10px 40px 0 25px;
        min-height: 57px;
        cursor: pointer;
    }

.clientLogos {
    position: relative;
}

    .clientLogos .windmillFanAnimation {
        top: -100px;
        left: 50%;
        width: 164px;
    }


.about_VM_wrap .content {
    padding: 20px 20px;
    margin-top: -50px;
    z-index: 999;
    position: relative
}

    .about_VM_wrap .content .hide_content {
        background: #fff;
        padding: 20px 20px 0px 20px;
        height: 65px;
        overflow: hidden;
    }

    .about_VM_wrap .content .btn_more {
        padding: 10px 20px;
        text-align: left;
        text-transform: lowercase;
    }

        .about_VM_wrap .content .btn_more a {
            color: #01579b;
            border-bottom: solid 1px #01579b;
            transition: ease-in-out .3s all;
        }



.complete_project_list .img-wrapper img {
    width: 100%
}

.complete_project_list.about_VM_wrap .content {
    padding: 20px 20px;
}

    .complete_project_list.about_VM_wrap .content .hide_content {
        padding: 20px 20px 0px 20px;
    }

    .complete_project_list.about_VM_wrap .content .hide_content {
        height: 110px
    }

.hide_content p {
    margin-bottom: 0
}

.hide_content.content1.hauto,
.hide_content.content2.hauto {
    height: 100% !important;
}

/***** WEBSITEUPDATETEXT *****/
.siteOption .webistUpdate #lastUpdate {
    color: #01579b;
    font-weight: 600;
}


/*************** ******** ***************/
/*************** TIMELINE ***************/
/*************** ******** ***************/
.timelineWrapOutter {
    padding-left: 20px;
    height: 380px;
    overflow-y: hidden;
    overflow-x: hidden;
transition: all 0.5s ease;
}
.timelineWrapOutter:hover {
    overflow-y: auto;
}
.timelineWrap {
    border-left: solid 2px #01579b;
    padding-left: 50px;
    margin-top: 20px;
}

    .timelineWrap > .card > .card-header > h5 > button {
        font-size: 26px;
        background: #f5fcff;
        width: 100%;
        border: solid 1px #e3ebef;
        padding: 5px 15px;
        color: #01579b;
        text-align: left;
        text-decoration: none;
        position: relative;
    }

        .timelineWrap > .card > .card-header > h5 > button::after {
            content: '';
            width: 15px;
            height: 15px;
            border-top: solid 1px #01579b;
            border-right: solid 1px #01579b;
            display: inline-block;
            position: absolute;
            right: 15px;
            top: 12px;
            transform: rotate(135deg);
            transition: ease-in-out .3s all;
        }

        .timelineWrap > .card > .card-header > h5 > button[aria-expanded="true"]::after {
            transform: rotate(-45deg);
            top: 20px;
        }

    .timelineWrap .card {
        border: 0;
        border-radius: 0;
    }

        .timelineWrap .card .card-header {
            padding: 0;
            border: 0;
            box-shadow: none;
            border-radius: 0;
            position: relative;
        }

    .timelineWrap .timeShape {
        width: 40px;
        height: 40px;
        background: #01579b1c;
        display: inline-block;
        border-radius: 50px;
        position: absolute;
        left: -71px;
        top: 5px;
        animation: zoominoutsinglefeatured 2s infinite;
    }

        .timelineWrap .timeShape::after {
            content: '';
            width: 20px;
            height: 20px;
            background: #01579b;
            display: inline-block;
            border-radius: 50px;
            position: absolute;
            left: 10px;
            top: 10px;
        }

    /* .timelineWrap >.card:first-child{top:-17px}
.timelineWrap >.card:{top:17px} */
    .timelineWrap .card .card {
        border-bottom: solid 1px #e3ebef;
        padding: 8px 0;
        margin: 5px 0;
    }

        .timelineWrap .card .card:last-child {
            border-bottom: 0;
            margin-bottom: 0
        }

        .timelineWrap .card .card > .card-header {
            background: none
        }

    .timelineWrap .card .card-body {
        padding: 0;
        padding-left: 20px;
    }

    .timelineWrap .toggleIcon {
        position: absolute;
        right: 0;
        font-size: 20px;
        cursor: pointer;
        width: 30px;
        height: 31px;
        text-align: center;
        border: solid 1px #e3ebef;
        transition: ease-in-out .3s all;
        bottom: -9px;
    }

        .timelineWrap .toggleIcon:hover {
            background: #01579b;
            color: #fff;
        }

    .timelineWrap .card .card .card-body .timelineContent {
        border: solid 1px #f2f2f2;
        padding: 10px 10px 0px 10px;
        margin: 8px 0;
    }

        .timelineWrap .card .card .card-body .timelineContent .timeCnt {
            color: #000;
            font-size: 13px;
            margin-bottom: 10px;
            line-height: 20px;
            font-size: 15px;
            color: #333;
        }

            .timelineWrap .card .card .card-body .timelineContent .timeCnt:not(:last-child) {
                border-bottom: solid 1px #eee;
                padding-bottom: 5px;
            }

    .timelineWrap .card .card .card-body {
        padding-left: 0
    }

    .timelineWrap .card .card > .card-header > a.active .toggleIcon.minus-icon {
        z-index: 999;
        display: inline-block !important;
        background: #fff;
        font-size: 28px;
        line-height: 27px;
    }

    .timelineWrap .card .card .timeShape {
        animation: zoominoutsinglefeatureds 2s infinite;
        top: -5px;
        left: -91px;
    }

    .timelineWrap .card .card-header a[aria-expanded="true"] .toggleIcon {
        display: none
    }

        .timelineWrap .card .card-header a[aria-expanded="true"] .toggleIcon.minus-icon {
            display: block !important;
            font-size: 28px;
            line-height: 26px;
        }

@keyframes zoominoutsinglefeatured {
    0% {
        transform: scale(1, 1);
    }

    50% {
        transform: scale(1.06, 1.06);
    }

    100% {
        transform: scale(1, 1);
    }
}

@keyframes zoominoutsinglefeatureds {
    0% {
        transform: scale(.5, .5);
    }

    50% {
        transform: scale(.6, .6);
    }

    100% {
        transform: scale(.5, .5);
    }
}

/*************** ***************** ***************/
/*************** TIMELINE OPTION 2 ***************/
/*************** ***************** ***************/
.horizontal-timeline .timeline {
    padding: 0 0px;
    margin-top: -30px !important;
}

.horizontal-timeline .timeline-navigation .fa-chevron-circle-left.scroll-left,
.horizontal-timeline .timeline-navigation .fa-chevron-circle-right.scroll-right {
    display: none
}

.horizontal-timeline li {
    background: rgb(255, 255, 255) !important;
    padding: 20px 20px 10px !important;
    border-radius: 0 !important;
    height: 350px;
    overflow-y: auto;
}

    .horizontal-timeline li p {
        margin-bottom: 10px;
        line-height: 23px;
        font-size: 15px;
        color: rgb(51, 51, 51);
        text-align: left
    }

        .horizontal-timeline li p:not(:last-child) {
            padding-bottom: 10px;
            border-bottom: 1px solid rgb(201, 206, 208);
        }

.horizontal-timeline .timeline .events {
    background: #dfdfdf;
    height: 2px;
}

    .horizontal-timeline .timeline .events a::after {
        background: #dfdfdf;
        width: 15px;
        height: 15px;
        bottom: -6px;
    }

.horizontal-timeline .events a {
    font-size: 18px;
    text-decoration: none !important
}

    .horizontal-timeline .events a:hover {
        color: #01579b
    }

    .horizontal-timeline .filling-line,
    .horizontal-timeline .events a.older-event::after,
    .horizontal-timeline .events a.selected::after {
        background: #01579b !important;
    }

.horizontal-timeline .timeline-navigation a::before {
    font-size: 30px;
    color: #01579b;
}

.horizontal-timeline .timeline-navigation .fa-arrow-circle-left.prev.inactive::before {
    color: #dfdfdf
}

.horizontal-timeline .timeline-navigation#leftNav,
.horizontal-timeline .timeline-navigation#rightNav {
    top: 1px;
    z-index: 9
}

.horizontal-timeline .timeline::before,
.horizontal-timeline .timeline::after {
    content: '';
    position: absolute;
    z-index: 2;
    top: 5px;
    height: 100%;
    width: 50px;
    background: #000000
}

.horizontal-timeline .timeline::before {
    left: 20px;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#f7f7f7+29,ffffff+100&1+37,0+100 */
    background: -moz-linear-gradient(left, rgba(247, 247, 247, 1) 29%, rgba(248, 248, 248, 1) 37%, rgba(255, 255, 255, 0) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, rgba(247, 247, 247, 1) 29%, rgba(248, 248, 248, 1) 37%, rgba(255, 255, 255, 0) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, rgba(247, 247, 247, 1) 29%, rgba(248, 248, 248, 1) 37%, rgba(255, 255, 255, 0) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f7f7f7', endColorstr='#00ffffff', GradientType=1);
    /* IE6-9 */
}

.horizontal-timeline .timeline::after {
    right: 20px;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+-1,ffffff+0,f7f7f7+58&0+1,1+59 */
    background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) -1%, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 1%, rgba(247, 247, 247, 0.98) 58%, rgba(247, 247, 247, 1) 59%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) -1%, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 1%, rgba(247, 247, 247, 0.98) 58%, rgba(247, 247, 247, 1) 59%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, rgba(255, 255, 255, 0) -1%, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 1%, rgba(247, 247, 247, 0.98) 58%, rgba(247, 247, 247, 1) 59%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#f7f7f7', GradientType=1);
    /* IE6-9 */
}

.horizontal-timeline li hr {
    border-top: solid 3px #01579b;
    margin: -11px -20px 15px -20px
}

.horizontal-timeline .events-content {
    margin-bottom: 0 !important
}




/*************** ********** ***************/
/*************** LIST STYLE ***************/
/*************** ********** ***************/
.list_style1 li {
    margin-bottom: 10px;
}

.list_style1 i {
    margin-right: 10px;
    color: #01579b;
}


.breadcrumb-header {
    background-color: #01579b;
    padding: 15px 0px;
}

    .breadcrumb-header .col-md-6 {
        padding-left: 15px;
        padding-right: 15px;
    }

    .breadcrumb-header .h4 {
        color: #ffffff;
        margin-bottom: 0px;
        padding-left: 10px;
        font-size: 20px;
        /*font-family: 'Aileron-Light';*/
        font-weight: 300;
    }

    .breadcrumb-header .breadcrumb {
        background: transparent;
        margin-bottom: 0px;
        justify-content: flex-end;
        padding: 0px 10px 0px 0px;
    }

        .breadcrumb-header .breadcrumb li {
            color: #ffffff;
            font-size: 14px;
            /*font-family: 'Aileron-Light';*/
            font-weight: 300;
        }

            .breadcrumb-header .breadcrumb li a {
                color: #b1e5fd;
            }

            .breadcrumb-header .breadcrumb li + li:before {
                padding: 8px;
                color: #ffffff;
                content: "/\00a0";
            }



.boardteam-sec .mainHeadingStyle {
    text-align: center
}

    .boardteam-sec .mainHeadingStyle .h2 {
        text-align: center;
        text-transform: capitalize
    }

/*.boardteam-sec .board-main-head{font-weight:bold;margin-top:30px;font-size: 30px}*/
.boardteam-sec .board-sm-head {
    font-weight: normal;
    color: #01579b;
    font-size: 20px;
    margin-top: 10px
}

.boardteam-sec .profile-wraper {
    display: flex;
    max-width: 546px;
    margin-left: auto;
    margin-right: auto
}

.boardteam-sec .img-wraper {
    border-radius: 50%;
    width: 150px;
    height: 150px;
    margin: 0 auto;
    border: 2px solid #01579b;
    overflow: hidden
}

.boardteam-sec .grids-image {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.boardteam-sec .wraper {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    height: 100%
}

.boardteam-sec .title {
    text-align: center;
    font-size: 18px;
    margin-top: 15px;
    margin-bottom: 0px
}

.boardteam-sec .date {
    text-align: center;
    color: #01579b;
    font-size: 14px
}

.boardteam-sec .position {
    text-align: center;
    color: #01579b;
    font-size: 16px;
    margin-bottom: 5px
}

.boardteam-sec .col-xs-12.col-sm-12.col-md-6 {
    border-left: 1px solid #e2e1e1;
    margin-bottom: 25px;
}

    .boardteam-sec .col-xs-12.col-sm-12.col-md-6:nth-child(4n+1) {
        border-left: 0;
    }




/*************** ********** ***************/
/*************** BOX STYLES ***************/
/*************** ********** ***************/
.box-col-50-list {
    display: flex;
    flex-wrap: wrap;
}

    .box-col-50-list .box-style {
        padding: 10px;
        width: 50%;
    }

        .box-col-50-list .box-style .box-style1 {
            padding: 20px;
            background: #fff;
            ;
        }

        .box-col-50-list .box-style p:last-child {
            margin-bottom: 0
        }




/*************** ****** ***************/
/*************** FOOTER ***************/
/*************** ****** ***************/
.footer {
    background: #0db1ff7a;
    color: #fff;
    font-size: 16px;
    padding-top: 20px;
}

    .footer .grid_block {
        padding-top: 0;
        padding-bottom: 0;
        margin-top: 0;
        margin-bottom: 0
    }

    .footer .col-sm-4.col-md-4:not(:last-child) {
        border-right: solid 1px #555
    }

    .footer .grid_block:not(:last-child) .footInfoWrap {
        border-bottom: solid 1px #555;
        margin-bottom: 15px;
        padding-bottom: 10px;
    }

.footInfoWrap h5 {
    color: #003b69;
    font-size: 19px;
    margin-bottom: 0;
}

.footInfoWrap .footQuickLinks {
    display: inline-block;
    width: 100%
}

    .footInfoWrap .footQuickLinks li {
        margin-top: 5px;
        float: left;
        /* font-size: 15px; */
    }

        .footInfoWrap .footQuickLinks li:not(:last-child)::after {
            content: '|';
            margin: 0 8px;
            COLOR: #000;
        }

        .footInfoWrap .footQuickLinks li a {
            color: #000;
            text-decoration: none;
        }

            .footInfoWrap .footQuickLinks li a:hover {
                color: #fff;
            }

/***** ADDRESS *****/
.addressWrap {
    border-left: solid 1px #555;
    padding-left: 50px;
}

    .addressWrap ul li {
        font-size: 13px;
        margin-top: 10px;
        display: inline-block;
    }

        .addressWrap ul li i {
            float: left;
            margin-right: 10px;
            width: 22px;
            height: 22px;
            text-align: center;
            line-height: 22px;
            background: #76bada;
            border-radius: 50px;
            color: #01579b;
            font-size: 12px;
        }

        .addressWrap ul li .txt {
            overflow: hidden;
        }

    .addressWrap a {
        color: #000000;
    }



/***** COPYRIGHT *****/
.copyrightWrap {
    background: #1c1c1c;
    color: #fff;
    font-size: 16px;
    margin-top: 10px;
}

    .copyrightWrap .grid_block {
        padding-top: 0;
        padding-bottom: 0;
        margin-top: 15px;
        margin-bottom: 15px
    }

        .copyrightWrap .grid_block p {
            margin-bottom: 0;
            font-size: 13px;
            line-height: 17px;
        }




/*************** ************ ***************/
/******** Organization Structure ************/
/*************** ************ ***************/
table tr td p {
    margin-bottom: 0
}

table .table_heading {
    background: #e2ebf2;
    color: #000;
    font-size: 19px;
    /*font-family: 'Aileron-Light';*/
    font-weight: 300;
}

table thead tr {
    background: #383f44;
    color: #fff;
    /*font-family: 'Aileron-Light';*/
    font-weight: 300;
}

.table_heading_financial {
    color: #000;
    font-weight: bold;
    background: #e2ebf2;
}

/*************** ************ ***************/
/************ On Gogin Project **************/
/*************** ************ ***************/
.onGogin_bg {
    background-color: #dcd9d9;
}

.on_gogin_chart_img {
    display: flex;
    justify-content: center;
}

/*************** ************ ***************/
/************ Complaints **************/
/*************** ************ ***************/
.complaints_link a {
    font-size: 20px;
}

/*************** yaksh ***************/
/*************** ************ ***************/
/************ Managrment Team **************/
/*************** ************ ***************/

/*.managment_team_border {border: 1px solid #01579b57;box-shadow: 0 0 10px rgb(0 0 0 / 30%);margin: 40px 0 40px;}*/
.managment_team_wrap .team_style1 {
    display: inline-block;
    width: 100%;
}

    .managment_team_wrap .team_style1 .imageWrap {
        float: left;
        margin-right: 30px;
        width: 220px;
        border: solid 3px #dae0eb;
        background: #dae0eb;
        border-bottom: solid 2px #01579b
    }

    .managment_team_wrap .team_style1 .imageWrap {
        text-align: center;
    }

        .managment_team_wrap .team_style1 .imageWrap .img_wrap {
            width: 100%;
            height: 250px;
        }

            .managment_team_wrap .team_style1 .imageWrap .img_wrap img {
                width: 100%;
                height: 100%;
                object-fit: cover
            }

        .managment_team_wrap .team_style1 .imageWrap .post {
            color: #01579b;
            ;
            font-weight: 800;
            margin: 10px 0
        }



    .managment_team_wrap .team_style1 .content {
        overflow: hidden;
    }

        .managment_team_wrap .team_style1 .content h4 {
            font-size: 25px;
            margin-bottom: 20px;
            text-transform: uppercase;
            font-weight: 400
        }

            .managment_team_wrap .team_style1 .content h4 span {
                font-weight: 600;
                color: #01579b;
            }


/*************** ************ ***************/
/************ Gallery Team **************/
/*************** ************ ***************/

.gallery_box,
.gallery_itmes {
    display: flex;
}

.galley_img img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.galley_img {
    padding: 10px;
    position: relative;
}

    .galley_img img {
        width: 100%;
        height: 100%;
        border: 2px solid #fff;
        object-fit: cover;
        padding: 4px;
        background: #fff
    }

/*************** ********** ***************/
/*************** Complaints **************/
/*************** ********** ***************/
.contact_P {
    font-size: 17px;
}







#style-5::-webkit-scrollbar {
    width: 7px;
    background-color: #eee;
}

#style-5::-webkit-scrollbar-thumb {
  /*  background-color: #01579b; */
    background-color: #aaaaaa;
}

#style-5::-moz-scrollbar {
    width: 10px;
    background-color: #eee;
}

#style-5::-moz-scrollbar-thumb {
    background-color: #01579b;
}




/*************** ************ ***************/
/*************** CMD Messages ***************/
/*************** ************ ***************/
.cmdMessages .imageWrap {
    float: left;
    width: 150px;
    margin-right: 15px
}

    .cmdMessages .imageWrap img {
        border: solid 2px #81d4fa;
    }

.cmdMessages span {
    display: block
}

.cmdMessages .name {
    font-size: 30px;
}

.cmdMessages .deg {
    font-size: 19px;
}

.cmdMessages .date {
    font-size: 18px;
    /*font-family: 'Aileron-SemiBold';*/
    font-weight: 500;
}

.cmdMessages.WrapaboutChairman {
    border-left: 0;
}

    .cmdMessages.WrapaboutChairman .aboutChairman {
        display: inline-block;
        width: 100%;
        margin-bottom: 20px;
    }

    .cmdMessages.WrapaboutChairman .imageWrap {
        width: 160px;
    }

.cmdMessages .name {
    font-size: 30px;
    margin-bottom: 5px;
    line-height: 30px;
}

.cmdMessages .date {
    /*font-family: 'Aileron-SemiBold';*/
    font-weight: 500;
    color: #01579b;
    margin-bottom: 10px;
}



/*************** ********** ***************/
/*************** RESPONSIVE ***************/
/*************** ********** ***************/

@media (max-width:1200px) {

    .container-xl,
    .container-lg,
    .container-md,
    .container-sm,
    .container {
        padding: 0 3%
    }

    .topbar {
        font-size: 13px;
        letter-spacing: 0
    }

    .aboutChairman .name {
        font-size: 20px;
        line-height: 25px;
        margin-bottom: 5px
    }

    .aboutChairman .deg {
        font-size: 13px
    }

    /***** TOP MAIN SECTION *****/
    .mainNavBar .pure-css-nav .navbar-nav > li > a {
        line-height: 20px;
        font-size: 13px;
        letter-spacing: 0;
    }

    /***** ADVANCEDIMAGE *****/
}

@media (max-width:1024px) {
    .mainNavBar .pure-css-nav .navbar-nav > li:not(:last-child)::after {
        right: -24px
    }

    .middleBar .tagLine {
        font-size: 16px
    }
    .list .content {
        padding-left: 20px;
    }
}

@media screen and (min-width: 768px) and (max-width: 992px) {
    .aboutChairman .imageWrap {
        float: none;
        margin-bottom: 10px;
    }
}

@media (max-width: 992px) {

    .searchForm {
        margin-right: 50px;
    }

    /***** MAIN MENU *****/
    .mainNav {
        margin-top: 0
    }

    .siteWrapper.openMenu::after {
        content: '';
        width: 100%;
        height: 100%;
        background: rgba(255, 255, 255, .85);
        display: inline-block;
        position: fixed;
        top: 0;
        left: 0;
        z-index: 99
    }

    .mainNavBar .navbar-toggler {
        background: #01579b;
        padding: 2px 5px;
        position: absolute;
        right: 0px;
        z-index: 999;
        display: block;
        top: -60px;
    }

        .mainNavBar .navbar-toggler span {
            width: 26px;
        }

        .mainNavBar .navbar-toggler.active span {
            background: none;
            position: relative
        }

            .mainNavBar .navbar-toggler.active span::after {
                content: 'X';
                line-height: 30px;
                color: #fff
            }

    .mainNavBar .pure-css-nav .toggleMenu {
        width: 20px;
        height: 20px;
        ;
        border-radius: 50px;
        background: #ddd;
        display: inline-block;
        position: absolute;
        right: 10px;
        top: 10px;
        cursor: pointer;
        z-index: 99999
    }

        .mainNavBar .pure-css-nav .toggleMenu::after {
            content: '+';
            font-size: 25px;
            color: #fff;
            position: absolute;
            left: 3px;
            line-height: 18px;
            color: #000
        }

        .mainNavBar .pure-css-nav .toggleMenu.minus::after {
            content: '-';
            left: 6px;
            font-size: 30px;
        }

    .navbar .pure-css-nav {
        position: fixed;
        background: #222;
        z-index: 9999;
        left: 0;
        top: 0;
        height: 100%;
        transform: translateX(-100%);
        transition: ease-in-out .2s all;
        padding: 10px 0;
        width: 220px;
        overflow-y: auto;
    }

        .navbar .pure-css-nav.openMenu {
            transform: translateX(0)
        }

        .navbar .pure-css-nav > nav {
            height: 100%;
            overflow-y: auto;
            width: 220px;
        }

    .mainNavBar .pure-css-nav .navbar-nav > li:not(:last-child)::after {
        content: none;
    }

    .mainNavBar .pure-css-nav .navbar-nav li {
        position: relative !important;
        padding: 0
    }

    .mainNavBar .pure-css-nav .navbar-nav > li {
        padding: 0 !important
    }

        .mainNavBar .pure-css-nav .navbar-nav > li,
        .mainNavBar .pure-css-nav .navbar-nav > li:first-child {
            width: 100%;
            max-width: 100%;
            text-align: left;
        }

            .mainNavBar .pure-css-nav .navbar-nav > li::after {
                content: none
            }

            .mainNavBar .pure-css-nav .navbar-nav > li > a:hover {
                color: #fcca03 !important
            }

            .mainNavBar .pure-css-nav .navbar-nav > li > a {
                color: #fff;
                font-size: 15px;
                padding: 10px 35px 10px 10px;
                display: block;
                text-align: left;
            }

    .mainNavBar .pure-css-nav .navbar-nav > li {
        border-top: solid 1px #666
    }

        .mainNavBar .pure-css-nav .navbar-nav > li > a > i {
            position: initial;
            top: 0;
            transform: translateX(-5px);
            width: 20px;
            height: 20px;
            font-size: 10px;
            line-height: 22px;
            margin-right: 0px;
        }

    .mainNavBar .pure-css-nav .navbar-nav ul {
        padding: 0
    }

    .mainNavBar .pure-css-nav > ul ul {
        opacity: 1;
        visibility: visible;
        top: 0;
    }

        .mainNavBar .pure-css-nav > ul ul ul {
            background: #ccc !important;
        }

            .mainNavBar .pure-css-nav > ul ul ul a {
                padding-left: 20px !important;
                padding-right: 30px !important;
                font-size: 13px !important;
            }

            .mainNavBar .pure-css-nav > ul ul ul li:not(:last-child) {
                border-bottom: solid 1px #999 !important
            }

            .mainNavBar .pure-css-nav > ul ul ul ul {
                background: #e1f5fe57 !important
            }

                .mainNavBar .pure-css-nav > ul ul ul ul a {
                    padding-left: 30px !important;
                    font-size: 12px !important;
                }

    .mainNavBar .pure-css-nav > .toggleMenu {
        transform: scale(1);
        top: 0px !important
    }

    .mainNavBar .pure-css-nav > ul ul ul .toggleMenu {
        transform: scale(.9)
    }

    .mainNavBar .pure-css-nav li.nav-item.dropdown:before {
        content: none
    }

    .social_link li {
        margin: 0px 0;
    }
}

@media (max-width: 991px) {

    .container-xl,
    .container-lg,
    .container-md,
    .container-sm,
    .container {
        padding: 0
    }

    /***** HOMEPAGE EXTRA MENU *****/
    .headerWrapper .extraMenus {
        position: inherit;
        background: #01579b
    }

    .extraMenus .item {
        display: flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 5px;
    }

        .extraMenus .item .icon {
            margin-right: 10px;
            width: 55px;
        }

        .extraMenus .item .smallText {
            display: block;
            text-transform: uppercase;
            font-size: 11px;
            letter-spacing: 1px;
            ;
            transition: ease-in-out .2s all;
        }

    /***** ADVANCEDIMAGE *****/
    .siteOption > ul > li:not(:last-child) {
        margin-right: 5px;
    }

    .siteOption .siteSizeWrapper .siteSize span {
        padding: 0 3px
    }

    .siteOption .lightTheme,
    .siteOption .skipMainContant a {
        font-size: 15px;
    }

    .topbar .contact-info li i {
        width: 15px;
        height: 15px;
        line-height: 15px;
        font-size: 9px;
    }

    .siteOption .webistUpdate #lastUpdate {
        font-size: 11px;
    }

    /***** FOOTER *****/
}

@media (max-width: 767px) {

    /***** TOPBAR *****/
    .topbar {
        font-size: 13px;
        line-height: 18px;
        height: 60px;
    }

    .socialIconWrap li a span {
        width: 20px;
        height: 20px;
        line-height: 20px;
        font-size: 10px;
    }

    .topbar .grid_block {
        display: inline-block;
        text-align: center;
        width: 100%
    }

    .topbar .contact-info {
        margin-bottom: 5px;
    }

    .middleBar .tagLine {
        font-size: 14px;
        max-width: 200px
    }


    .extraMenus .item .largeText {
        font-size: 11px;
        position: relative;
    }
    /***** HOMEPAGE EXTRA MENU *****/
    .extraMenus .item .icon {
        margin-right: 20px;
        width: 55px;
        display: none;
    }

    .extraMenus .col-md-3:nth-child(2) {
        border-right: 0;
    }

    .extraMenus .col-md-3 {
        border-color: #2477b9 !important;
    }

        .extraMenus .col-md-3:nth-child(1) .item,
        .extraMenus .col-md-3:nth-child(2) .item {
            border-bottom: solid 1px #2477b9;
            padding-bottom: 30px;
        }

    /***** ABOUT CHAIRMAN *****/
    .WrapaboutChairman {
        text-align: center;
        border-top: solid 1px #eee;
        border-left: 0;
        margin-top: 10px;
    }

        .WrapaboutChairman .aboutChairman {
            display: inline-block;
            max-width: 370px;
            width: 100%;
            margin: 0 auto;
            text-align: left;
        }

    /***** HOMEPAGE WHAT WE OFFER *****/
    .offerWrapper .content {
        height: 120px;
    }

    /***** NEWS & EVENTES *****/
    .eventWrap {
        border-left: 0;
        background: none
    }

        .eventWrap::after {
            content: "";
            border-top: solid 1px #ddd;
            left: -100px;
            z-index: -1
        }



    /***** FOOTER *****/
    .addressWrap {
        border-left: 0;
        padding-left: 1em;
    }

        .addressWrap .footInfoWrap {
            border-top: solid 1px #555;
            margin-top: 15px;
            padding-top: 10px;
        }

        .addressWrap li {
            margin-right: 10px;
        }

    .extraMenus .item .largeText::after {
        width: 0;
    }

    .extraMenus_border_right:not(:last-child) {
        border-right: block !important;
    }

    .extraMenus_padding {
        padding-right: 0px !important;
        padding-left: 0px !important;
    }

    .padding-r-30 {
        padding-right: 0 !important;
    }

    .breadcrumb-header .h4 {
        display: flex;
        justify-content: center;
    }

    .breadcrumb-header .breadcrumb {
        justify-content: center;
    }

    .grid_block {
        margin: 0;
    }

    .managment_team_wrap .team_style1 .content {
        overflow: visible;
    }

    .managment_team_wrap .team_style1 .imageWrap {
        margin-right: 0;
        width: 100%;
    }

    .heading_style1 h2::after {
        left: 40%;
    }

    .gallery_box,
    .gallery_itmes {
        display: block;
    }

    .galley_img {
        padding: 0px;
    }

    .mainCarousel .carousel-item img {
        width: 100%;
        height: 120px;
    }

    .slider-text {
        top: 8% !important;
        padding: 20px 55px !important;
        left: 0 !important;
    }

        .slider-text h1 {
            font-size: 17px !important;
        }
}

@media (max-width: 575px) {

    /***** TOPBAR *****/
    .siteOption .skipMainContant {
        display: none
    }

    .topbar .container {
        padding: 0
    }

    .middleBar .container {
        padding: 0
    }

    .searchForm {
        margin: 0;
    }

    .topbar .grid_block {
        display: inline-block;
        text-align: center;
        width: 100%;
    }

    .topbar .contact-info {
        margin-bottom: 5px;
    }

    .mainNavBar .navbar-toggler {
        top: -60px;
        right: -5px;
    }


    .middleBar .grid_block {
        margin-left: 0;
        margin-right: 0
    }


    .social_link {
        left: 12px !important;
    }

    .topbar .grid_block {
        margin: 0
    }


    /***** MAIN SLIDER *****/
    /*   .mainCarousel .carousel-item{height:250px;}*/

    .searchForm {
        left: 100px;
        margin-right: 50px;
    }

        .searchForm .formOpen {
            width: 30px;
            height: 30px;
            padding: 0;
            display: inline-block;
            border-radius: 40px;
            background: #fff;
            border: 0;
        }

        .searchForm button img {
            width: 20px;
        }

        .searchForm form {
            position: absolute;
            z-index: 9999;
            width: 100%;
            left: 0;
            padding: 5px 0;
            transition: ease-in-out .3s all;
            opacity: 0;
            visibility: hidden;
            top: 100%;
            padding-right: 30px;
            padding-left: 30px;
        }

        .searchForm.open form {
            opacity: 1;
            visibility: visible
        }

        .searchForm form input {
            border: none;
            box-shadow: none;
            background: none;
            padding-right: 36px;
            padding-left: 0;
            border-radius: 0;
            width: 100%;
        }

        .searchForm form button {
            position: absolute;
            right: 50px;
            border: none;
        }

        .searchForm form input::placeholder {
            color: #000;
            font-size: 20px;
        }

        .searchForm form::after {
            content: '';
            width: 10000px;
            height: 100%;
            background: #e1f5fef0;
            display: inline-block;
            position: absolute;
            top: 0px;
            left: -4000px;
            z-index: 999;
            border-top: solid 1px #c5d3de;
            border-bottom: solid 1px #c5d3de;
        }

        .searchForm .closeForm {
            color: #000;
            font-size: 25px;
            cursor: pointer;
            text-align: right;
            position: absolute;
            right: 25px;
            z-index: 9999;
            border-left: 1px solid;
        }


        .searchForm form button:hover {
            background: none;
        }

        .searchForm form input,
        .searchForm form button {
            position: relative;
            z-index: 99999
        }


    /***** HOMEPAGE EXTRA MENU *****/
    .extraMenus .col-md-3 {
        border-color: transparent !important
    }

        .extraMenus .col-md-3:nth-child(3) .item {
            border-bottom: solid 1px #2477b9;
            padding-bottom: 30px;
        }

    .welContent .grid_block {
        margin-top: 0;
        margin-bottom: 0
    }

    /***** ABOUT CHAIRMAN *****/
    .WrapaboutChairman .aboutChairman .content span {
        margin-bottom: 0;
    }

    .WrapaboutChairman .aboutChairman .content a {
        margin-top: 10px;
    }


    /***** NEWS & EVENTES *****/
    .eventWrap {
        border-left: 0
    }

        .eventWrap .imgWrap {
            float: none;
            margin-bottom: 20px
        }

        .eventWrap .content {
            display: block
        }

        .eventWrap::after {
            left: -500px;
            z-index: -1
        }

    /***** ADVANCEDIMAGE *****/
    /*   .advancedImgAnimation .img1{max-width:250px;}
  .advancedImgAnimation .img2{left:70px;max-width:280px;bottom:-40px;} */

    /***** FOOTER *****/
    .aboutInfoWrrap .logo {
        float: none;
        margin-bottom: 20px;
    }

    .footInfoWrap {
        border-bottom: solid 1px #555;
        padding-bottom: 20px;
        margin-bottom: 30px;
    }

    .footer .col-xs-12:nth-child(2) .footInfoWrap {
        border-bottom: 0;
        margin-bottom: 0;
        padding-bottom: 0
    }

    .footer .col-sm-4.col-md-4:not(:last-child) {
        border: none
    }

    .footInfoWrap .footQuickLinks li {
        width: 100%;
        border-bottom: solid 1px #555;
        padding: 3px 0 6px;
    }

        .footInfoWrap .footQuickLinks li:last-child {
            border-bottom: 0
        }

        .footInfoWrap .footQuickLinks li:not(:last-child)::after {
            content: none;
        }

    .copyrightWrap {
        padding: 10px 10px;
    }

        .copyrightWrap .grid_block {
            text-align: center;
            padding: 0;
            margin: 3px 0
        }

    .addressWrap .footInfoWrap {
        border-top: 0;
        margin-top: 0px;
        padding-top: 0px;
    }

    ul.social_link.social_links {
        top: 183px;
        position: inherit;
        left: 0;
    }

    .siteOption {
        right: 10px;
        display: flex;
        justify-content: center !important;
    }

    .social_link .social-icon a {
        padding: 3px 24px 3px 5px !important;
        top: -20px;
    }

    .social_links .social-icon a {
        padding: 3px 30px 3px 10px !important;
    }

        .social_links .social-icon a i, .social_links .social-icon a img {
            width: 25px !important;
            flex-basis: 30px !important;
            height: 25px !important;
            top: -13px !important;
            font-size: 15px !important;
            line-height: 24px !important;
        }

    .footer_icon {
        display: flex;
        justify-content: center;
    }

    .social_links {
        top: -9px;
        /* position: absolute; */
        left: 32px;
    }
}

@media (max-width: 459px) {
    .webistUpdate {
        display: none !important;
    }
}

@media (max-width: 420px) {

    /***** TOPBAR *****/
    .socialIconWrap li:not(:last-child) {
        margin-right: 0
    }

    .siteOption > ul > li:not(:last-child) {
        margin-right: 0
    }

    .socialIconWrap .socialIconBtn {
        display: block;
        background: #000;
        width: 22px;
        height: 22px;
        color: #fff;
        text-align: center;
        line-height: 22px;
        border-radius: 50px;
        transition: ease-in-out .2s all;
    }

        .socialIconWrap .socialIconBtn.active {
            transform: rotate(40deg);
        }

    .socialIconWrap ul {
        position: absolute;
        background: #fff;
        z-index: 999;
        width: 70px;
        top: 36px;
        transition: ease-in-out .2s all;
        opacity: 0;
        visibility: hidden
    }

        .socialIconWrap ul.open {
            opacity: 1;
            visibility: visible
        }

        .socialIconWrap ul li {
            float: left;
        }

            .socialIconWrap ul li span {
                border-radius: 0;
                width: 35px;
                height: 35px;
                line-height: 35px;
                font-size: 16px;
            }

    .middleBar .tagLine {
        font-size: 12px;
        max-width: 120px;
        line-height: 15px
    }

    /***** ADVANCEDIMAGE *****/
    .advancedImgAnimation .img2 {
        left: 50px;
        max-width: 180px;
        bottom: -40px;
    }

    /***** ABOUT CHAIRMAN *****/
    .WrapaboutChairman .aboutChairman {
        text-align: center
    }

        .WrapaboutChairman .aboutChairman .content span {
            margin-bottom: 0
        }

    .aboutChairman .imageWrap {
        float: none;
        margin: 0 auto
    }
}


@media (max-width: 420px) {
    .cmdMessages .p-40 {
        padding: 0px;
        display: flex;
        flex-direction: column;
    }

    .cmdMessages .cmdName {
        margin: 20px 0;
    }

    .cmdMessages .name {
        font-size: 20px;
        text-align: center;
    }

    .cmdMessages .deg {
        font-size: 15px;
    }

    .cmdMessages .date {
        font-size: 18px;
        text-align: center;
        /*font-family: 'Aileron-SemiBold';*/
        font-weight: 500;
    }

    .cmdMessages_wrap .content {
        padding: 0;
    }
}


.pdf-img img {
    width: 60px;
    margin-bottom: 15px;
}

.news-pdf-img img {
    width: 45px;
    /* margin-bottom: 15px; */
}

.employe_wrap .content {
    border: solid 1px #eee;
    box-shadow: 0 0 10px rgba(0, 0, 0, .06);
    border-radius: 5px;
    transition: ease-in-out .3s all;
    position: relative
}

    .employe_wrap .content:hover {
        box-shadow: 0 0 30px rgba(0, 0, 0, .08);
    }

    .employe_wrap .content:after {
        content: '';
        width: 50px;
        height: 3px;
        display: inline-block;
        background: #01579b;
        position: absolute;
        top: 0;
        left: 30px;
        transition: ease-in-out .3s all;
    }

    .employe_wrap .content:hover:after {
        left: 0;
        width: 100%;
        top: 0
    }

    .employe_wrap .content h3 {
        min-height: 130px;
        padding: 25px 20px 20px 30px;
        font-size: 30px;
        font-weight: 300
    }

    .employe_wrap .content .btnWrap {
        padding: 15px 20px;
        border-top: solid 1px #eee;
        background-color: #fff;
    }

.content .icon {
    position: absolute;
    right: 0;
    padding: 15px;
    width: 100px;
}

.incontent {
    background-color: #f7f7f7;
    padding: 15px;
    min-height: 368px
}

.sitemap {
    margin: 0 15px
}

.incontent h4 {
    color: #000;
    border-bottom: 1px dashed #007c7c;
    padding-bottom: 15px
}

.sitemap h4 {
    margin-bottom: 20px
}

.sitemap ul {
    box-shadow: none;
    display: block;
    border: 0;
    list-style-type: none;
    margin: 0;
    padding: 0 5px 4px 6px;
    position: relative;
    clear: both
}

    .sitemap ul li {
        line-height: 16px;
        padding: 0 0 0 10px;
        margin: 10px 0;
        text-align: left;
        font-weight: 500
    }

        .sitemap ul li a {
            float: left;
            background-color: #fff;
            border: 1px solid #e5e5e5;
            color: #000;
            padding: 8px 15px;
            border-radius: 18px;
            transition-duration: .3s;
            display: block;
            width: 100%;
            margin-bottom: 7px
        }

            .sitemap ul li a:hover {
                background-color: #0d4a7e;
                border: 1px solid #0d4a7e;
                color: #fff;
                padding-left: 20px;
                text-decoration: none
            }



.box_list .msme-box {
    border: solid 1px #eee;
    margin: 10px;
    background: #b1e5fd;
    border: solid 1px #01579b;
    padding: 20px;
    position: relative;
    padding-top: 50px;
    min-height: 150px;
    text-align: left;
    margin-bottom: 40px;
}

    .box_list .msme-box p {
        text-align: left;
        font-size: 18px;
        transition: ease-in-out .3s all;
    }

    .box_list .msme-box .pdf-img {
        width: 60px;
        height: 60px;
        display: inline-block;
        background: #01579b;
        border-radius: 50%;
        text-align: center;
        line-height: 65px;
        position: absolute;
        top: -30px;
        border: solid 2px #fff;
        transition: ease-in-out .3s all;
        left: 20px;
    }

        .box_list .msme-box .pdf-img img {
            width: 30px;
        }

.box_list .msme-arrow {
    position: absolute;
    bottom: 10px;
    right: 20px;
    transition: ease-in-out .3s all;
}

.box_list .msme-box:hover .msme-arrow {
    right: 10px;
}

.box_list .msme-box:hover a {
    color: #000;
    font-size: 17px
}

.box_list .msme-box:hover .pdf-img {
    left: 30px;
}





.important-content marquee a {
    color: #fff;
    padding: 2px;
}

.important-content {
    background: #01579b;
}










.bodytheam1 {
    background-color: #000;
}


.slider-text {
    text-align: center;
    top: 25%;
    position: absolute;
    max-width: 600px;
    width: 100%;
    background-color: #1b1b1b99;
    padding: 20px;
    left: 175px;
}

    .slider-text h3 {
        font-size: 20px;
        color: #b1e5fd;
    }

    .slider-text h1 {
        font-size: 24px;
        text-transform: uppercase;
        color: #9ee0ff;
        font-family: initial;
        font-weight: 600;
    }

.in-left {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
}

@keyframes fadeInLeft {
    from {
        opacity: 0;
        -webkit-transform: translatex(-100px);
        transform: translatex(-100px);
    }

    to {
        opacity: 1;
        -webkit-transform: translatex(0);
        transform: translatex(0);
    }
}



.extraMenus_border_right {
    border: 1px solid #fff;
}

.extraMenus_padding {
    padding-right: 30px;
    padding-left: 15px;
}

.padding-r-30 {
    padding-right: 30px;
}

span.smallText {
    display: block;
}

.gallery_box a {
    position: relative;
}

    .gallery_box a:hover span.our_services_text {
        transition: all 0.5s ease-in-out;
        opacity: 1;
        transform: translateY(0px);
    }

    .gallery_box a span.our_services_text {
        position: absolute;
        bottom: 0;
        z-index: 1;
        left: 2px;
        background: #b1e5fd;
        color: #191919;
        padding: 5px 12px;
        width: 99%;
        transition: all 0.5s ease-in-out;
        opacity: 1;
        transform: translateY(0px);
    }

    .gallery_box a .arrow_link img {
        position: absolute;
        top: 8px;
        z-index: 1;
        right: 8px;
        border: none;
        width: 30px !important;
        height: 28px;
        background: transparent;
    }

    .gallery_box a:after {
        content: "";
        background: #b1e5fd;
        height: 35px;
        width: 35px;
        position: absolute;
        top: 6px;
        right: 6px;
        transition: all 0.5s ease-in-out;
    }

.gallery_box img {
    margin: 0 auto;
    text-align: center;
    padding: 0px;
    border: 2px solid #ececec;
    margin-bottom: 5px;
    height: 250px;
    width: 100%;
}

.social_list {
    /* display: flex; */
    /* text-align: center; */
}

.social_link li {
    /* margin: -15px 0; */
}

.social_link .social-icon a {
    background: transparent;
    display: inline-block;
    text-align: right;
    padding: 3px 30px 3px 10px;
    display: flex;
    align-items: center;
    position: relative;
    font-size: 10px;
    text-align: right;
    justify-content: flex-end;
    -webkit-transition: ease-in-out 1s all;
    transition: ease-in-out 1s all;
}

    .social_link .social-icon a i,
    .social_link .social-icon a img {
        width: 25px;
        flex-basis: 30px;
        height: 25px;
        text-align: center;
        border-radius: 50px;
        border: solid 1px #000;
        position: absolute;
        right: 0;
        display: block;
        line-height: 24px;
        right: -10px;
        background: #fff;
        top: 9px;
        font-size: 13px;
    }

.social_link .facebook-icon a i {
    color: #284386;
    border-color: #284386
}

.social_link .twitter-icon a i {
    color: #28aae1;
    border-color: #28aae1
}

.social_link .linked-icon a i {
    color: #0e76a8;
    border-color: #0e76a8
}

.social_link .insta-icon a i {
    color: #cd486b;
    border-color: #cd486b
}

.social_link .youtube-icon a i {
    color: #f00;
    border-color: #f00
}

.social_link .kooapp-icon a i {
    color: #ffcd08;
    border-color: #ffcd08
}

.social_link a:hover {
    transform: translateX(0%);
    margin-left: 0
}

.social_link li {
    -webkit-transition: ease-in-out 1s all;
    transition: ease-in-out 1s all
}









input, button {
    border: none;
    background: none;
    outline: none;
}

button {
    cursor: pointer;
}

.search-box {
    display: flex;
    background: #b1e5fd;
    border-radius: 4em;
}

.search-box-input {
    width: 0px;
    font-size: 1em;
    color: #000000;
    transition: .5s;
}

.search-box-btn {
    display: flex;
    border-radius: 50%;
    width: 3em;
    height: 3em;
    background: #ffffff;
    border: 1px solid;
    transition: .3s;
    z-index: 999;
}

.search-box-icon {
    margin: auto;
    color: black;
}

.search-box-input::placeholder {
    color: white;
    opacity: .7;
}

.search-box:hover .search-box-input {
    padding-left: 1em;
    padding-right: 1em;
    width: 230px;
    border-radius: 50px;
    background: #b1e5fd;
}

.search-box-btn:active {
    background-color: #fff !important;
}

.search-box-btn:focus {
    background: #b1e5fd !important;
}


.tab_btn a {
    font-weight: 500;
    color: #000;
    border: 1px solid;
    margin-right: 11px;
    padding: 5px 10px;
    background: #b1e5fd;
}

    .tab_btn a:hover {
        background: rgba(0, 0, 0, 0);
        color: rgb(0, 0, 0);
        border: 1px solid;
    }

.tab_margin {
    margin: 50px 25px 0 0;
}


.txt {
    COLOR: #000;
}


.social_links .social-icon a i, .social_links .social-icon a img {
    width: 35px;
    flex-basis: 30px;
    height: 35px;
    text-align: center;
    border-radius: 50px;
    border: solid 1px #000;
    position: absolute;
    right: 0;
    display: block;
    line-height: 35px;
    right: -10px;
    background: #fff;
    top: 0px;
    font-size: 18px;
}

.social_links .social-icon a {
    background: transparent;
    display: inline-block;
    text-align: right;
    padding: 35px 35px 3px 10px;
    display: flex;
    align-items: center;
    position: relative;
    font-size: 15px;
    text-align: right;
    justify-content: flex-end;
    -webkit-transition: ease-in-out 1s all;
    transition: ease-in-out 1s all;
}

.social_links .social-icon a {
    background: transparent;
    display: inline-block;
    text-align: right;
    padding: 35px 35px 3px 10px;
    display: flex;
    align-items: center;
    position: relative;
    font-size: 15px;
    text-align: right;
    justify-content: flex-end;
    -webkit-transition: ease-in-out 1s all;
    transition: ease-in-out 1s all;
}


.social_links .facebook-icon a i {
    color: #284386;
    border-color: #284386
}

.social_links .twitter-icon a i {
    color: #28aae1;
    border-color: #28aae1
}

.social_links .linked-icon a i {
    color: #0e76a8;
    border-color: #0e76a8
}

.social_links .insta-icon a i {
    color: #cd486b;
    border-color: #cd486b
}

.social_links .youtube-icon a i {
    color: #f00;
    border-color: #f00
}

.social_links .kooapp-icon a i {
    color: #ffcd08;
    border-color: #ffcd08
}

.social_links a:hover {
    transform: translateX(0%);
    margin-left: 0
}

.social_links li {
    -webkit-transition: ease-in-out 1s all;
    transition: ease-in-out 1s all
}




.search-box-input::placeholder {
    color: #292929;
}


.siteOption {
    display: flex;
    justify-content: flex-end;
}



.social_link {
    position: fixed;
    left: 0;
    top: 250px;
    z-index: 9;
}

    .social_link li {
        margin: 15px 0;
    }

    .social_link li {
        transform: translateX(-100%);
        margin-right: 2px;
    }

        .social_link li:hover {
            transform: translateX(0%);
            margin-left: 0px;
        }

    .social_link .social-icon a {
        background: transparent;
        display: inline-block;
        text-align: left;
        padding: 3px 3px 3px 10px;
        display: flex;
        align-items: center;
        position: relative;
        font-size: 15px;
        text-align: left;
        justify-content: flex-end;
        -webkit-transition: ease-in-out 1s all;
        transition: ease-in-out 1s all;
    }

        .social_link .social-icon a i,
        .social_link .social-icon a img {
            width: 35px;
            flex-basis: 35px;
            height: 35px;
            text-align: center;
            border-radius: 50px;
            border: solid 1px #000;
            position: absolute;
            left: 90px;
            display: block;
            line-height: 33px;
            background: #fff;
            top: -3px;
            font-size: 14px;
        }

.social_links .facebook-icon a i {
    color: #284386;
    border-color: #284386
}

.social_links .twitter-icon a i {
    color: #28aae1;
    border-color: #28aae1
}

.social_links .linked-icon a i {
    color: #0e76a8;
    border-color: #0e76a8
}

.social_links .insta-icon a i {
    color: #cd486b;
    border-color: #cd486b
}

.social_links .youtube-icon a i {
    color: #f00;
    border-color: #f00
}

.social_links .kooapp-icon a i {
    color: #ffcd08;
    border-color: #ffcd08
}

.social_links a:hover {
    transform: translateX(0%);
    margin-left: 0
}

.social_links li {
    -webkit-transition: ease-in-out 1s all;
    transition: ease-in-out 1s all
}

.social_link .facebook-icon:hover a {
    background: #284386;
    color: #fff
}

.social_link .twitter-icon:hover a {
    background: #28aae1;
    color: #fff
}

.social_link .linked-icon:hover a {
    background: #0e76a8;
    color: #fff
}

.social_link .insta-icon:hover a {
    background: #cd486b;
    color: #fff
}

.social_link .youtube-icon:hover a {
    background: #f00;
    color: #fff
}

.social_link .kooapp-icon:hover a {
    background: #ffcd08;
    color: #000
}
ul#MenuBind> li:last-child>ul.dropdown-menu>.nav-item.dropdown:hover ul
{
 left: auto;
right:100%;
}
.mainCarousel .carousel-item img {
    min-height: 370px;
    max-height: 370px;
    object-fit: cover;
}
	.download_wrapper {
    background: url(/asstes/images/video_bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position:left;
	position: relative;
}
.download_wrapper:before {
    background: linear-gradient(128deg,#ed8905d6 0,#ed8905d6 59.1%,#f0ad2d 0,#f0ad2d);
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
	z-index: -1;
}
.arrow_download img {
    width: 70px;
    opacity: 0.7;
}
.mainCarousel .carousel-inner .carousel-item{position: relative;}
.mainCarousel .carousel-inner .carousel-item:before  {
	content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(9,33,44);
    background: linear-gradient(300deg, rgba(9,33,44,0) 0%, rgba(9,33,44,1.6) 100%);
}
.mainCarousel .carousel-inner .carousel-item .slider-text {
    text-align: left;
    top: 35%;
    position: absolute;
    max-width: 600px;
    width: 100%;
     background-color: transparent;
    padding: 20px;
    left: 156px;
}
.mainCarousel .carousel-inner .carousel-item .slider-text p{  text-align: left;}
#myModal .modal-body img {
    object-fit: cover;
    object-position: top;
}
.gallery_box a span.our_services_text{    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
	min-height: 54px;
}
	.gallery_box a .arrow_link img {
    transform: rotate(315deg);
}
.galley_img a:hover .our_services_text {
    display: block;
    -webkit-line-clamp: inherit;
}
.app_download_btn.d-flex video {
    width: 250px;
}