/*@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&amp;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&amp;display=swap');
@import url('https://fonts.googleapis.com/css2?family=PT+Sans:ital,wght@0,400;0,700;1,400;1,700&amp;display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;900&amp;display=swap');
@import url('https://fonts.googleapis.com/css2?family=Tajawal:wght@200;300;400;500;700;800;900&amp;display=swap');
@import url('https://fonts.googleapis.com/css2?family=Belleza&amp;family=Josefin+Sans:wght@400;500;600;700&amp;display=swap'); */
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;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');

/*@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");
}*/
:root {
    --green-theme: #00963f;
}

body {
    /* font-family: 'Noto Sans JP', sans-serif; */
    font-family: "Poppins";
    font-size: 16px;
    /* color: #333333; */
    color: #1d1d1d;
    font-weight: 400
}

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: #0d9a4a;
    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;
}

.bg-green {
    background-color: var(--green-theme) !important;
}

.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: #0d9a4a
}

.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: #0d9a4a
}
.lightBg {
    background: #fdfdfd
}
.greyBg {
    background: #eeeeee
}
.headerWrapper {
    position: relative
}
hr {
    margin: 30px 0;
    border-top: dashed 1px #0d9a4a;
    width: 100%
}

.border-dashed-top {
    border-top: dashed 1px #0d9a4a;
    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: #0d9a4a3d;
    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: #0d9a4a;
    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 ***************/
/*************** ****************** ***************/
.main-heading-style-2 {
    margin-bottom: 40px;
}

.main-heading-style-2 .heading {
    margin-bottom: 0px;
    font-size: 35px;
    font-weight: 600;
}

.mainHeadingStyle {
    margin-bottom: 20px;
    line-height: 14px;
}

.main-heading-style-3 {
    margin-bottom: 20px;
    padding-left: 30px;
}

.main-heading-style-3::before {
    content: '';
    position: absolute;
    left: 0;
    width: 20px;
    top: 5px;
    background: #f47621;
    height: 20px;
}

.main-heading-style-3 .heading-sm {
    font-size: 25px;
    font-weight: 600;
}

.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: #0d9a4a;
}


.heading_style1 h2 {
    font-size: 20px;
    margin-bottom: 25px;
    position: relative;
}

.heading_style1 h2::after {
    content: '';
    width: 50px;
    height: 2px;
    border-radius: 10px;
    background: #0d9a4a;
    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 ***************/
/*************** ************ ***************/
.btn-style-2 {
    display: inline-block;
    padding: 4px 8px;
    font-size: 15px;
    line-height: 1.5;
    font-weight: 400;
    border-radius: 5px;
    background-color: #008036;
    color: #dcffeb;
    transition: all 0.3s;
}

.btn-style-2:hover {
    background-color: #000000;
    color: white;
    transition: all 0.3s;
}

.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: #0d9a4a;
    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: #0d9a4a
}

.underConstruction_wrap h1::after {
    content: '';
    width: 100px;
    height: 3px;
    display: inline-block;
    position: absolute;
    bottom: -20px;
    left: 50%;
    transform: translateX(-50%);
    background: #0d9a4a;
    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: #fcef03
}


.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: #0d9a4a;
}


.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: #00963f24; */
    background: #007e35;
    /* background: linear-gradient(316deg, #0a95bf 0%, #00963f 100%); */
    /* border-top:  3px solid #00963f; */
    font-size: 14px;
    /* border-bottom: 1px solid  #00963f;  */
}

.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 a {
    color: white;
    font-weight: 400;
    display: flex;
    align-items: center;
    gap: 4px;
    margin-right: 5px;
}

.topbar .contact-info li i {
    background: white;
    color: var(--green-theme);
    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;
    color: white;
}

.lightTheme a {
    color: white;
}

.siteOption>ul>li:not(:last-child) {
    margin-right: 10px;
    color: white;
    font-weight: 400;
}

.siteOption>ul #languageSetting a {
    color: white;
}

.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 #0d9a4a;
    display: inline-block;
    position: absolute;
    top: -5px;
    ;
}

.siteOption .langSiteOption .langIcon {
    display: none
}

.siteOption .langSiteOption span.txt {
    cursor: pointer;
    font-weight: 600;
    color: #0d9a4a
}

.siteOption .langSiteOption:hover ul {
    visibility: visible;
    opacity: 1
}

.siteOption .langSiteOption i {
    margin-left: 5px;
    color: #0d9a4a;
}

.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: #0d9a4a;
    font-weight: 600;
}

.siteOption .siteSizeWrapper .siteSize {
    background: #ffffff;
    display: flex;
    border-radius: 50px;
    padding: 0 5px;
}

.siteOption .siteSizeWrapper .siteSize span {
    padding: 4px 8px;
    color: #000;
}

.siteOption .siteSizeWrapper .siteSize span:not(:last-child) {
    border-right: solid 1px #0d9a4a
}

.siteOption .siteSizeWrapper .siteSize span a {
    font-weight: 800;
    color: #007e35;
}

.siteOption .siteSizeWrapper .siteSize span.active {
    font-weight: 800;
    color: #007e35;
}

.siteOption .lightTheme {
    font-size: 18px;
}


/*************** ************** ***************/
/*************** NAVBAR HEARDER ***************/
/*************** ************** ***************/
.mainNavBar.navbar-dark.bg-dark {
    background: transparent !important;
    padding: 0px 0
}

.brandLogo {
    /* width: 150px; */
    width: 280px;
}

/* .brandLogo img{height:auto;} */
.brandLogo img {
    /* height: 60px; */
    max-width: 100%;
}

.remc-logo {
    display: flex;
    gap: 20px;
}

.logo-sep-text {
    border-left: 1px solid #007e3530;
    padding-left: 24px;
    margin-left: 23px;
    text-align: center;
    padding-top: 8px;
}

.logo-sub-title-1 {
    color: #007e35;
    font-weight: 600;
}

.logo-sub-title-2 {
    font-weight: 700;
    font-size: 20px;
    line-height: 18px;
    color: #ff811f;
}


/* .remc-logo p {
    font-size: 14px;
    margin-bottom: 0;
    font-weight: 600;
    color: #0d9a4a;
    border-top: 1px solid #00000052;
    margin-top: 2px;
    font-family: "Belleza";
} */



/***** 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: #0d9a4a;
}

/***** Site Option *****/
.mainNav {
    /* background: #fcef03; */
    background: #00963f;
    margin-top: 5px;
}

.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;
    gap: 20px;
}

.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: -13px;
    opacity: 0.5;
}

.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: #ffffff;
    font-weight: 500;
    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: 10px 0;
    font-size: 15px;
    letter-spacing: 0;
    position: relative;
}

.mainNavBar .pure-css-nav .navbar-nav>li>a>i {
    display: none !important;
    position: absolute;
    top: -15px;
    left: 50%;
    transform: translateX(-50%);
    width: 25px;
    height: 25px;
    border-radius: 50px;
    line-height: 25px;
    background: #fcef03;
    display: inline-block;
    text-align: center;
    z-index: 999;
    font-size: 12px;
    color: #0d9a4a;
}

.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: #fff179
}

/* .mainNavBar .pure-css-nav .navbar-nav > li.nav-item.dropdown > a::after {
                content: '';
                height: 5px;width: 5px;border-radius: 50%;background-color: white;
                /* 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: 2px;
                border-left: 0;border-right: 0;border-top: 0;border-bottom: 0; */
/* transform: rotate(180deg); */
/* }   */

.mainNavBar .pure-css-nav .navbar-nav>li.nav-item.dropdown:hover>a::after {
    border-top: solid 5px #fff179;
}

/* .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; */
    background: var(--green-theme) !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: var(--green-theme);
        margin-left: -1px;
        line-height: 35px;
        background: var(--green-theme);
        float: right;
        color: white;
    }

    .searchForm form button:hover,
    .searchForm form button:active,
    .searchForm form button:focus,
    .searchForm form button:focus-visible {
        background: #01672c !important;
        border-color: #01672c !important;
    }

    .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: #0d9a4a; */
    background: #007e35;
}

.extraMenus {
    padding: 10px 0;
}

.extraMenus .container {
    position: relative;
}

.extraMenus .grid_block {
    /*margin: .5em 5px;*/
    padding: 0 5px;
    margin: 10px;
}

.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: 20px;
    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 0 0;
    /* 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: 165px;
    border-radius: 20px;
    overflow: hidden;
}

.offerWrapper .imgWrap img {
    border-radius: 20px;
    object-fit: cover;
    width: 100%;
    height: 100%
}

.offerWrapper h4 {
    font-size: 20px;
    margin: 15px 0 5px;
    letter-spacing: -0.1px;
    font-weight: 600;
    color: #000000;
}

.offerWrapper p {
    text-align: left;
    display: -webkit-box;
    line-clamp: 3;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
    margin-bottom: 15px;
}

.offerWrapper .content {
    height: 120px;
    overflow: hidden;
    margin-bottom: 15px;
}

.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 #0d9a4a;
    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: 350px;
    height: 300px;
    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: #0d9a4a;
    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: #0d9a4a;
    border-bottom: solid 1px #0d9a4a;
    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: #0d9a4a;
    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 #0d9a4a;
    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: #0d9a4a;
    text-align: left;
    text-decoration: none;
    position: relative;
}

.timelineWrap>.card>.card-header>h5>button::after {
    content: '';
    width: 15px;
    height: 15px;
    border-top: solid 1px #0d9a4a;
    border-right: solid 1px #0d9a4a;
    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: #0d9a4a1c;
    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: #0d9a4a;
    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: #0d9a4a;
    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: #0d9a4a
}

.horizontal-timeline .filling-line,
.horizontal-timeline .events a.older-event::after,
.horizontal-timeline .events a.selected::after {
    background: #0d9a4a !important;
}

.horizontal-timeline .timeline-navigation a::before {
    font-size: 30px;
    color: #0d9a4a;
}

.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 #0d9a4a;
    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: #0d9a4a;
}

.breadcrumb-header {
    padding: 25px 0px 25px 0px !important;
    background: radial-gradient(circle, rgb(61 177 155) 0%, rgb(170 191 0) 100%);
}

.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: #fcef03;
}

.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: #0d9a4a;
    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 #0d9a4a;
    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: #0d9a4a;
    font-size: 14px
}

.boardteam-sec .position {
    text-align: center;
    color: #0d9a4a;
    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; */
    /* background-color: #060f32; */
    background-color: #00421f;
    color: #fff;
    font-size: 14px;
    padding-top: 20px;
    font-family: 'Poppins', sans-serif;
}

.widget-content img {
    margin-bottom: 15px;
    max-width: 175px;
}

.widget-content p {
    color: #ddd;
    font-size: 14px;
}

.widget-content h3 {
    font-size: 1rem;
    color: #fff;
    text-transform: uppercase;
    font-weight: 500;
    margin-bottom: 40px;
    position: relative;
}

.widget-content h3:before {
    background-color: #d8f0ff;
    position: absolute;
    content: "";
    width: 100px;
    height: 2px;
    left: 0;
    bottom: -20px;
}

.widget-content .social-icon li {
    display: inline-block
}

.widget-content .social-icon li a {
    display: inline-block;
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    color: #d8f0ff;
    font-size: 15px;
    letter-spacing: 0;
    border-radius: 50%;
    border: 1px solid #ffffff54;
}

.widget-content .social-icon li a:hover {
    color: #111;
    background: #fab702;
    border-color: #fab702;
}

ul.footer-useful-links {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

ul.footer-useful-links li {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
    /* font-size: 14px; */
}

.widget-content .widget-link li a {
    color: #ddd;
    margin-bottom: 14px;
    display: block;
    letter-spacing: 0;
}

.widget-content .widget-link li a:hover {
    color: #fab702;
    text-decoration: underline
}



.widget-content .address li {
    position: relative;
    padding-left: 30px;
    text-align: left;
    color: #ddd
}

.widget-content .address li:not(:last-of-type) {
    margin-bottom: 15px
}

.widget-content .address li i {
    position: absolute;
    width: 40px;
    height: auto;
    left: 0;
    top: 3px;
    text-align: left;
    color: #fab702
}

.widget-content .address li a {
    color: #ddd;
}

.widget-content .address li a:hover {
    color: #fab702;
}

.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: #0d9a4a;
    font-size: 12px;
}

.addressWrap ul li .txt {
    overflow: hidden;
}

.addressWrap a {
    color: #000000;
}



/***** COPYRIGHT *****/
.copyrightWrap {
    background: rgb(0 46 22);
    color: #fff;
    font-size: 14px;
    margin-top: 40px;
    padding: 10px 0;
}

.webistUpdatetext a {
    color: #fab702
}

.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 #0d9a4a57;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 #0d9a4a
}

.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: #0d9a4a;
    ;
    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: #0d9a4a;
}


/*************** ************ ***************/
/************ 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: #0d9a4a; */
    background-color: #aaaaaa;
}

#style-5::-moz-scrollbar {
    width: 10px;
    background-color: #eee;
}

#style-5::-moz-scrollbar-thumb {
    background-color: #0d9a4a;
}




/*************** ************ ***************/
/*************** CMD Messages ***************/
/*************** ************ ***************/
/* .cmdMessages .imageWrap {
    float: left;
    width: 150px;
    margin-right: 15px
} */

.cmdMessages .imageWrap img {
    border: solid 2px #3fb298;
}

.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: #0d9a4a;
    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: #0d9a4a;
        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: #0d9a4a
    }

    .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: #0d9a4a;
    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: #fcef03;
    border: solid 1px #0d9a4a;
    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: #0d9a4a;
    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: #0d9a4a;
}










.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: #fcef03;
}

.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;
}

.txtInfo span.smallText {
    font-size: 13px;
}

.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: #fcef03;
    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: #fcef03;
    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: #fcef03;
    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: #fcef03;
}

.search-box-btn:active {
    background-color: #fff !important;
}

.search-box-btn:focus {
    background: #fcef03 !important;
}


.tab_btn a {
    font-weight: 500;
    color: #000;
    border: 1px solid;
    margin-right: 11px;
    padding: 5px 10px;
    background: #fcef03;
}

.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;
}

.siteOption ul {
    line-height: 1;
}



.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; */
    height: 450px;
    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;
}



/* news-styles */
/* blue-box */
.blue-box-row .col-xl-6 {
    padding-right: 10px;
}

.blue-box-link {
    /* background-color: #3b68a7;    */
    /* background-color:var(--green-theme);    */
    /* background: linear-gradient(320deg, #00739d, #00954d); */
    background: linear-gradient(45deg, #00739d, #00954d);
    padding: 20px 15px;
    margin-bottom: 15px;
}

.blue-box-link::before {
    content: "";
    width: 2px;
    height: 100%;
    background-color: rgb(0 0 0 / 10%);
    position: absolute;
    right: -12.5px;
    top: 0;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.blue-box-link .bbl-icon {
    width: 65px;
}

.blue-box-link .bbl-title {
    display: block;
    width: calc(100% - 80px);
    font-size: 18px;
    font-weight: 400;
    font-family: 'Poppins';
    padding: 5px 10px;
}

/* blue-box-end */
/* news-wrapper */
.news-wrapper {
    position: relative;
    padding: 15px 15px 15px 15px;
    background-color: #06a676;
    border-radius: 15px;
    background: linear-gradient(320deg, #00739d, #00954d);
}

.news-container {
    height: 280px;
    overflow: hidden;
}

.news-wrapper .news-list {
    position: relative;
}

.news-wrapper .news-list li {
    position: relative;
    padding-bottom: 5px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.158);
    padding-left: 90px;
    min-height: 95px;
}

.news-wrapper .news-list li .single-news {
    display: block;
    margin-bottom: 8px;
    padding-top: 5px;
}

.news-wrapper .news-list li .abs-icon {
    position: absolute;
    left: 5px;
    top: 15px;
    color: #fffbcc;
}

.news-wrapper .news-list li .news-date {
    display: inline-block;
    background: #ffd06b;
    line-height: 1;
    font-family: 'Poppins';
    padding: 4px 6px;
    font-size: 12px;
    font-weight: 400;
    margin-bottom: 5px;
    border-radius: 20px;
}

.news-wrapper .news-list li a {
    color: white;
    text-align: left;
    display: -webkit-box;
    line-clamp: 2;
    /* max-height: 65px; */
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
}

.news-wrapper .news-wrapper-footer {
    background-color: #00000026;
    padding: 1px 10px;
    margin-top: 10px;
}

.news-wrapper .news-wrapper-footer .news-controls button {
    color: white;
    font-size: 20px;
    padding: 0 5px;
}

.news-wrapper .news-wrapper-footer .view-more {
    font-weight: 500;
    font-size: 14px;
}

.news-wrapper .news-wrapper-footer .view-more:hover {
    text-decoration: underline;
}

/* news-wrapper */
/* section-important-links */
.section-important-links {
    background-color: #00954d;
    background: linear-gradient(45deg, #00739d, #00954d);
}

.list-group-wrapper {
    height: 220px;
    overflow: hidden;
    padding-right: 5px;
    transition: all 0.3s;
}

.list-group-wrapper:hover {
    overflow: auto;
    transition: all 0.3s;
}

.important-link-group .list-group-item {
    padding: 10px 15px;
}

.important-link-group a {
    position: relative;
    overflow: hidden;
    padding: 5px 6px !important;
    margin-bottom: 3px !important;
    color: #1d1d1d;
}

/* .important-link-group a .h6 {
    margin-bottom: 0;
    font-size: 16px;
} */

.important-link-group a::after {
    content: '';
    position: absolute;
    bottom: -27px;
    right: -49px;
    background-color: #009544;
    width: 60px;
    height: 60px;
    transform: rotate(33deg);
}

.important-link-group a img {
    border: 1px solid #0000001a;
    width: 30px;
    height: 30px;
}

.media-video-wrapper video {
    width: 100%;
    border-radius: 10px;
    background-color: black;
}

/* section-important-links-end */
/* Section-government-links */
.clientLogos {
    background-color: #f3fbce;
    background-color: #f6f8dd;
}

.client-logo-slider .item a {
    display: flex;
    height: 100px;
    justify-content: center;
    align-items: center;
    position: relative;
    background: #ffffff;
    padding: 10px 10px;
    box-shadow: 0 0 9px 0px rgb(0 0 0 / 19%) !important;
    margin: 10px 5px;
    border-radius: 10px;
}

.client-logo-slider .item a img {
    max-width: 100%;
    width: auto;
    max-height: 80px;
}

.govt-links-controls {
    gap: 10px;
}

.govt-links-controls button {
    height: 40px;
    width: 40px;
    background-color: #008036;
    color: white;
}

.govt-links-controls button:hover {
    background-color: #00461d;
}

/* Section-government-links-end */

/*start marque slider css*/

.pricemarque_inn {
    background: #d8f0ff;
    display: flex;
    align-items: center;
    border-top: 2px solid #0d9a4a;
    border-bottom: 2px solid #0d9a4a;
    border-right: 2px solid #0d9a4a;
}

.mt_n70 {
    margin-top: -70px;
}

.news_update_title2 {
    width: 100%;
    background: #ff6859;
    font-size: 1rem;
    font-weight: 600;
    color: #fff;
    padding: 12px 10px;
    position: relative;
}

.news_update_title {
    width: 190px;
    background: #0d9a4a;
    font-size: 1rem;
    font-weight: 600;
    color: #fff;
    padding: 12px 10px;
    position: relative;
}

.str3.str_wrap {
    width: calc(100% - 190px);
    padding: 0 10px;
}

.str3.str_wrap marquee .single-spotlight {
    display: inline-block;
    margin-right: 20px;
}

.str3.str_wrap marquee .single-spotlight img {
    margin-right: 5px;
    max-height: 15px;
}

.str3.str_wrap marquee .single-spotlight a {
    display: inline-block;
    color: #000;
    font-size: 16px;
    font-weight: 500;
    margin-right: 20px;
}

/* .news_update_title:before {
    content: "";
    border-radius: 50px;
    right: -11px;
    width: 10px;
    height: 10px;
    background: #608cc9;
    z-index: 1;
    top: -13px;
    position: absolute;
} */

.news_update_title:after {
    content: "";
    border-radius: 50px;
    /* border-top-right-radius: 0px; */
    right: -6px;
    width: 30px;
    height: 23px;
    background: #0d9a4a;
    z-index: 1;
    top: 13px;
    position: absolute;
}

/* director-message */
.dir-message {
    background-color: #e3ffee;
    border-radius: 20px;
}

.dir-message .dir-images {
    border-radius: 0 0 0 20px;
    overflow: hidden;
    padding-top: 30px;
    position: absolute;
    bottom: 0;
    max-width: 480px;
}

.dir-message .dir-content {
    padding: 35px 20px 0 470px;
    margin-left: -20px;
    position: relative;
    z-index: 1;
}

.dir-message .dir-content p.ds {
    color: #02953e;
    margin-bottom: 5px;
    font-size: 35px;
    font-weight: 600;
    line-height: 1.2;
}



.dir-message .dir-content a {
    color: #02953e;
    font-weight: 700;
    font-size: 18px;
    margin-bottom: 5px;
}

.dir-name-wrapper {
    background: linear-gradient(230deg, #00739d, #00954d);
    padding: 20px 30px;
    border-radius: 20px;
    color: white;
    width: max-content;
    max-width: 100%;
    position: relative;
    bottom: -15px;
}

.dir-name-wrapper h2 {
    font-size: 35px;
    line-height: 1.2;
    margin-bottom: 5px;
    font-family: "Poppins";
    font-weight: 500;
}

.dir-name-wrapper h3 {
    font-size: 25px;
    line-height: 1.2;
    margin-bottom: 0px;
    font-family: "Poppins";
    font-weight: 300;
}

@media screen and (min-width:1600px) {
    .dir-message .dir-images {
        max-width: 500px;
    }

    .dir-message .dir-content {
        padding: 50px 20px 0 500px;
    }

    .dir-message .dir-content p {
        font-size: 16px;
    }
}

/* .section-services-links */
.section-services-links {
    background-color: #166d3b;
    /* background-image: linear-gradient(147deg, #166d3b 0%, #000000 74%);  */
    background-image: linear-gradient(147deg, #166d3b 0%, #003416 74%);
}

.single-stat {
    border-left: 1px solid rgba(255, 255, 255, 0.247);
    min-height: 450px;
    padding-top: 140px;
    padding-left: 15px;
}

.single-stat .icon {
    margin-bottom: 20px;
}

.single-stat .icon img {
    width: 60px;
}

.single-stat h3 {
    font-size: 40px;
    color: #ffb923;
    font-weight: 300;
}

.single-stat p {
    color: white;
    font-size: 20px;
    text-transform: uppercase;
    height: 50px;
}


/* start custome css */
.wind-energy-animation {
    z-index: -1;
    position: inherit;
}

.wind-energy-animation svg {
    fill: #007531;
    height: 150px;
    position: absolute;
    right: 57px;
    bottom: -67px;
}

.wind-energy-animation .small-wind {
    fill: #007531;
    height: 223px;
    position: absolute;
    right: 0;
    bottom: -115px;
}

.windfan {
    animation: fanrotate 8s linear infinite;
}

@keyframes fanrotate {
    0% {
        transform: rotate(0);
    }

    100% {
        transform: rotate(-360deg);
    }
}

.wind-energy-animation:before {
    content: '';
    background: radial-gradient(circle, rgb(251 221 63) 0%, rgb(252 114 70) 100%);
    position: absolute;
    bottom: -47px;
    width: 66px;
    height: 65px;
    border-radius: 100%;
    right: 43px;
    opacity: 0.9;
}

.news-list-img img {
    width: 66px;
    height: 66px;
    object-fit: cover;
    object-position: top;
    border: 2px solid #ffd06b;
    padding: 3px;
    border-radius: 10px;
}


/* timelinecss */
.timelene-ul {
    border-left: 1px solid #f6f8dd;
}

.timelene-ul li {
    position: relative;
}

.timelene-ul li::before {
    position: absolute;
    content: '';
    width: 10px;
    height: 10px;
    background-color: #f6f8dd;
    top: 13px;
    left: -6px;
    border-radius: 100px;
}

.timelene-date {
    border: 1px solid #f6f8dd;
    border-radius: 100px;
    color: #f6f8dd;
    width: 125px;
}

.timelene-title {
    font-size: 20px;
    font-weight: 600;
    color: #fff;
    margin-top: 5px;
    text-align: left;
}

.timelene-desc {
    text-align: left;
}

.card .timelene-date {
    border: 1px solid #000;
    border-radius: 100px;
    color: #000;
    width: 125px;
}

.timelene-desc {
    margin-left: 14px;
    margin-right: 14px;
    text-align: left;
}

.other-link-group {
    max-height: 220px;
    overflow-y: hidden;
    padding-left: 5px;
}

.other-link-group:hover {
    overflow-y: auto;
}
.breadcrumb-header + section {
    padding: 3rem 0px !important;
}
/* responsive */
@media only screen and (min-width:320px) and (max-width:576px)
{
.remc-logo {
    width: 65%;
}
.brandLogo img {
    max-width: 70%;
}
.logo-sep-text {
    padding-left: 4px;
    margin-left: 3px;
    padding-top: 3px;
}
.logo-sep-text p {
    font-size: 10px;
    line-height: 12px;
}
}
.list_style1 ol {
    background: #e4e5db;
    padding: 15px 30px;
}
.grid_block {
    margin-top: 15px;
}