/*    
font-family: 'Lato', sans-serif;
font-family: 'Poppins', sans-serif;
*/
* {
    margin: 0;
    padding: 0;
    outline: none;
    text-decoration: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

html {
    -webkit-text-size-adjust: 100%;
}

body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

a:focus {
    -moz-outline-style: none;
    outline: none
}

input[type="file"]::-webkit-file-upload-button {
    cursor: pointer;
}

input[type="file"]::-moz-file-upload-button {
    cursor: pointer;
}

input[type="file"]::-ms-file-upload-button {
    cursor: pointer;
}

input[type="file"]::-o-file-upload-button {
    cursor: pointer;
}

input[type="file"] {
    cursor: pointer;
}

html body {
    font-family: 'Lato', sans-serif;
    font-weight: normal;
    overflow-x: hidden;
    background: #fff;
    padding: 0;
}

*::-moz-selection {
    color: #fff;
    background: #0f5b93;
}

*::-webkit-selection {
    color: #fff;
    background: #0f5b93;
}

*::-webkit-input-placeholder {
    color: #333333;
    opacity: 1;
}

*:-moz-placeholder {
    color: #333333;
    opacity: 1;
}

*::-moz-placeholder {
    color: #333333;
    opacity: 1;
}

*:-ms-input-placeholder {
    color: #333333;
    opacity: 1;
}

a,
div a:hover,
div a:active,
div a:focus,
button {
    text-decoration: none;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}

a,
span,
div a:hover,
div a:active,
button {
    text-decoration: none;
}

*::after,
*::before,
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}

html {
    scroll-behavior: auto;
    overflow-x: hidden;
    height: 100%;
}

body a {
    font-family: 'Lato', sans-serif;
    font-weight: normal;
    color: #fff;
    text-decoration: none;
    outline: none !important;
}

body a:focus {
    background: transparent;
    outline: none !important;
}

body a:hover {
    color: #0f5b93;
    outline: none !important;
}

* {
    outline: none;
    list-style: none;
    box-sizing: border-box;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

ul:after,
li:after,
.container:after {
    clear: both;
    display: block;
    content: "";
}

div input,
div select,
div textarea,
div button {
    font-family: 'Lato', sans-serif;
    font-weight: normal
}

input,
select,
textarea,
.site textarea {
    font-family: 'Lato', sans-serif;
    font-weight: normal;
    width: 100%;
    background: #fff;
}

body input[type="text"],
body input[type="email"],
body input[type="url"],
body input[type="password"],
body input[type="search"],
body input[type="number"],
body input[type="tel"],
body input[type="range"],
body input[type="date"],
body input[type="month"],
body input[type="week"],
body input[type="time"],
body input[type="datetime"],
body input[type="datetime-local"],
body input[type="color"],
.site textarea,
.site select {
    background: #fff;
    font-family: 'Lato', sans-serif;
    height: 55px;
    line-height: normal;
    padding: 0 15px;
    text-align: left;
    width: 100%;
    box-shadow: none;
    margin: 0;
    border: 1px solid #E6E6E6;
    color: #4D4D4D;
    outline-offset: unset;
    border-radius: 5px;
    font-size: 15px;
    outline: none !important;
}

select {
    -moz-appearance: none;
    -webkit-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    cursor: pointer;
}

* {
    -webkit-tap-highlight-color: transparent;
    -moz-tap-highlight-color: transparent;
    -ms-tap-highlight-color: transparent;
    -o-tap-highlight-color: transparent;
    tap-highlight-color: transparent;
}

input::-moz-focus-inner,
button::-moz-focus-inner,
select::-moz-focus-inner,
option::-moz-focus-inner,
a::-moz-focus-inner,
button,
a {
    border: 0;
    outline: none;
}

body textarea {
    resize: none;
    overflow: auto;
    height: 115px !important;
    padding-top: 15px !important;
}

body h1,
body h2,
body h3,
body h4,
body h5,
body h6 {
    font-family: 'Lato', sans-serif;
    font-weight: normal;
    color: #000;
    margin: 0 0 15px;
}

body h1 {
    font-size: 24px;
}

body h2 {
    font-size: 22px;
}

body h3 {
    font-size: 18px;
}

body h4 {
    font-size: 16px;
}

body h5 {
    font-size: 12px;
}

body h6 {
    font-size: 10px;
}

body h1:last-child,
body h2:last-child,
body h3:last-child,
body h4:last-child,
body h5:last-child,
body h6:last-child {
    margin-bottom: 0;
}

div select {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-family: 'Lato', sans-serif;
    font-weight: normal;
}

div select option {
    font-size: 13px;
    color: #333;
    padding: 2px 5px;
}

img {
    margin: 0 auto;
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
    display: block;
    outline: none !important;
}

body p {
    color: #616161;
    font-family: 'Lato', sans-serif;
    font-weight: normal;
    font-size: 17px;
    line-height: 176%;
    margin: 0 0 7px;
    padding: 0;
    text-align: justify;
    word-break: break-all;
}

body p:empty {
    margin: 0;
    line-height: 0;
}

body p:last-child {
    margin-bottom: 0;
}

p strong {
    font-weight: bold;
}

label em {
    color: #ff0000;
    display: inline-block;
    font-style: normal;
    vertical-align: top;
}

iframe {
    display: block;
    width: 100%;
    height: 100%;
}

.container:after {
    content: "";
    display: block;
    clear: both;
}

.container {
    width: 100%;
    max-width: 1200px !important;
    margin: 0 auto !important;
    position: relative;
    float: none !important;
    padding: 0 15px !important;
}

.container .container {
    padding: 0 0 !important;
}

body ul,
body li,
body ol {
    margin: 0;
    padding: 0;
}

li {
    list-style: outside none none;
    position: relative;
}

/*Default-CSS close*/
/*Gapping*/
section,
.section-gapping {
    padding-top: 100px;
    padding-bottom: 100px;
}

section {
    overflow-x: hidden;
}

/*Gapping close*/
/*error*/
ul {
    margin: 0;
    padding: 0;
}

a,
span,
b,
i {
    display: inline-block;
    vertical-align: top;
}

html .owl-carousel {
    display: block;
}

.owl-dots {
    display: none;
}

body .vc_column_container>.vc_column-inner,
.container>.vc_col-sm-12>.vc_column-inner {
    padding: 0;
}

.container>.vc_col-sm-12 {
    float: none;
}

body .vc_row {
    margin: 0 auto;
}

body .vc_btn3-container {
    margin-bottom: 0;
}

.vc_col-has-fill>.vc_column-inner,
.vc_row-has-fill+.vc_row-full-width+.vc_row>.vc_column_container>.vc_column-inner,
.vc_row-has-fill+.vc_row>.vc_column_container>.vc_column-inner,
.vc_row-has-fill+.vc_vc_row>.vc_row>.vc_vc_column>.vc_column_container>.vc_column-inner,
.vc_row-has-fill+.vc_vc_row_inner>.vc_row>.vc_vc_column_inner>.vc_column_container>.vc_column-inner,
.vc_row-has-fill>.vc_column_container>.vc_column-inner,
.vc_row-has-fill>.vc_row>.vc_vc_column>.vc_column_container>.vc_column-inner,
.vc_row-has-fill>.vc_vc_column_inner>.vc_column_container>.vc_column-inner {
    padding-top: 0 !important;
}

form div.wpcf7-validation-errors,
form div.wpcf7-mail-sent-ok {
    background-color: #fff;
    border: 1px solid;
    color: red;
    font-family: 'Lato', sans-serif;
    font-weight: normal;
    font-size: 15px;
    font-weight: normal;
    line-height: 1.3;
    margin: 10px 0 0;
    padding: 5px;
    text-align: center;
    width: 100%;
}

form div.wpcf7-mail-sent-ok {
    color: green;
}

/*404*/
/*Default-CSS close*/
a.top-btn 
 {
    height: 50px;
    width: 50px;
    position: fixed;
    top: auto;
    right: 45px;
    left: auto;
    bottom: 98px;
    border-radius: 100%;
    font-family: fontawesome;
    /* font-size: 29px; */
    line-height: 50px;
    text-align: center;
    color: #fff;
    z-index: 9999;
    box-shadow: 0 0 15px 2px rgba(0, 0, 0, 0.4);
    text-decoration: none;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -ms-transition: 0.5s all;
    -o-transition: 0.5s all;
    transition: 0.5s all;
    scroll-behavior: smooth;
    font-size: 0;
    background: #0f5b93 !important;
}

.traingle-top {
    width: 23px;
    height: 30px;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    text-align: center;
    margin: auto;
}


.top-btn:hover {
    background: #000000 !important;
    cursor: pointer;
    opacity: 1;
    color: #fff;
}
.traingle-top:before , .traingle-top:after {content: " ";width: 15px;height: 2px;position: absolute;background-color: #fff;left: auto;transform: rotate(45deg);top: 13px;}

.traingle-top:after {
    left: 0;
    transform: rotate(-45deg);
}


/*
.top-btn::before {
    content: "\f106";
    font-size: 36px;
    color: #fff;
    font-family: fontAwesome;
    content: "^";
    font-weight: bold;
    line-height: 58px;
    text-align: center;

}*/

.top-btn:hover {
    background: #000000 !important;
    cursor: pointer;
    opacity: 1;
    color: #fff;
}

.top-btn .fa.fa-arrow-up {
    display: none;
}

/*back to top*/
/*element css*/
/*2021 element css*/
#main {
    padding: 0;
}

body.wp-custom-logo .site-header {
    padding: 0;
    margin: 0;
    display: block;
    row-gap: unset;
    max-width: 100%;
    position: relative;
    top: 0;
    right: 0;
    left: 0;
    bottom: auto;
    z-index: 99999;
    background: #fff;
}

body .widget-area {
    margin: 0;
    display: block;
    padding: 0;
    grid-auto-columns: unset;
    color: #fff;
    font-size: 0;
    font-family: 'Lato', sans-serif;
    font-weight: normal;
}

.post-thumbnail,
.entry-content .wp-audio-shortcode,
.entry-content> :not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.wp-block-separator):not(.woocommerce),
[class*="inner-container"]> :not(.entry-content):not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.wp-block-separator):not(.woocommerce),
.default-max-width {
    max-width: 100% !important;
    margin-bottom: 0;
    margin-top: 0;
}



body .wpb_button,
body .wpb_content_element,
body ul.wpb_thumbnails-fluid>li {
    margin-bottom: 0;
}

body .site a:focus:not(.wp-block-button__link):not(.wp-block-file__button) {
    outline: none;
    text-decoration: none;
    background: transparent;
}

#main>article {
    margin: 0;
}

.site-content>#primary>#main>article>header {
    display: none;
}

body .vc_section {
    padding-left: 0;
    padding-right: 0;
}

/*header .site-branding {
    display: none;
}*/
/*2021 element css*/
#colophon.site-footer>*,
#colophon.site-footer .widget-area>* {
    margin-top: 0;
    margin-bottom: 0;
}

/***************************[[[[[[[[[[[[[[[[[[[[Homepage css]]]]]]]]]]]]]]]]]]]]************************************/
.common-btn a,
.common-btn .vc_btn3.vc_btn3-color-grey.vc_btn3-style-modern {
    position: relative;
    line-height: 55px !important;
    background: #7DAD31 !important;
    border-radius: 50px !important;
    padding: 0 25px !important;
    min-width: 202px;
    transition: 0.5s all;
    color: #fff !important;
    font-size: 18px !important;
    text-align: center;
    margin-top: 23px;
    border: 0px !important;
    font-family: 'Lato', sans-serif !important;
    font-weight: 600 !important;
}

.common-btn a:hover,
.common-btn .vc_btn3.vc_btn3-color-grey.vc_btn3-style-modern:hover {
    background: #3273a3 !important;
}

/*banner css*/
div.wpcf7 .ajax-loader {
    position: absolute;
    height: 20px;
    width: 20px;
    background-repeat: no-repeat;
    background-position: center center;
    border-radius: 50px;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.5);
    left: auto;
    right: -25px;
    top: -1px;
    bottom: 0;
    margin: auto !important;
}

.error-cap iframe {
    border: 1px solid red;
}

.wpcf7-not-valid-tip {
    font-size: 15px;
    color: red;
    line-height: 120%;
}

.wpcf7-form input:not([type="submit"]).wpcf7-not-valid,
.wpcf7-form .wpcf7-not-valid {
    border-color: red;
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.sent .wpcf7-response-output {
    color: red;
    font-size: 16px;
    line-height: 120%;
    text-align: center;
    padding: 7px 15px;
    border: 1px solid red;
    margin: 15px 0 0 0;
}

body .wpcf7 form.sent .wpcf7-response-output {
    color: green;
    border-color: green;
}

.g-recaptcha>div>div {
    height: inherit;
}

body .wpb_single_image .vc_figure,
body .wpb_single_image .vc_single_image-wrapper {
    display: block;
}

body .wpb_single_image .vc_single_image-wrapper {
    position: relative;
}

body .wpb_single_image .vc_single_image-wrapper img {
    height: auto !important;
    width: auto !important;
    max-width: 100% !important;
    max-height: 100%;
    margin: auto !important;
    display: block;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
}

body .wpb_single_image.img-common-absolute .vc_single_image-wrapper img {
    position: absolute;
}

body .vc_btn3-container.vc_btn3-inline {
    display: block;
}

/*label css*/
form div {
    position: relative;
}

form label {
    background-color: transparent;
    font-family: 'Lato', sans-serif;
    color: #333333;
    border-radius: 4px;
    font-size: 14px;
    position: absolute;
    left: 10px;
    top: 13px;
    line-height: normal;
    -webkit-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    -o-transform-origin: 0 0;
    transform-origin: 0 0;
    z-index: 1;
    text-transform: none;
    pointer-events: none;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -ms-transition: 0.5s all;
    -o-transition: 0.5s all;
    transition: 0.5s all;
    font-weight: 300;
    margin: 0;
}

form div.input_focus label,
form div.value_focus label {
    -webkit-transform: scale(.75) translateY(-28px);
    -moz-transform: scale(.75) translateY(-28px);
    -ms-transform: scale(.75) translateY(-28px);
    -o-transform: scale(.75) translateY(-28px);
    transform: scale(.75) translateY(-28px);
    background-color: #fe9eb9;
    border-radius: 4px;
    padding: 2px 5px;
    color: #32327c;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -ms-transition: 0.5s all;
    -o-transition: 0.5s all;
    transition: 0.5s all;
    border: 1px solid #fe9eb9;
}

/*label css*/
header .site-logo a {
    display: block;
}

header .site-logo .custom-logo-link {
    max-width: 100%;
    display: block;
}

header .site-logo .custom-logo-link .custom-logo {
    max-height: 100% !important;
    max-width: 100%;
    display: block;
}

header .primary-navigation .primary-menu-container {
    margin: 0;
}

header .primary-navigation>div>.menu-wrapper {
    justify-content: center;
}

header .primary-navigation .primary-menu-container>ul>.menu-item {
    display: block;
    width: auto;
    padding: 0 35px 0 0;
}

header .primary-navigation .primary-menu-container>ul>.menu-item:last-child {
    padding-right: 0;
}

header .primary-navigation .primary-menu-container>ul>.menu-item>a {
    padding: 0;
    font-size: 19px;
    color: #0F5B93;
    letter-spacing: 0;
    line-height: 167%;
    font-family: 'Lato', sans-serif;
    font-weight: bold;
    text-decoration: none !important;
}

header .primary-navigation .primary-menu-container>ul>.menu-item>a:hover,
header .primary-navigation .primary-menu-container>ul>.menu-item.current-menu-item>a {
    color: #7DAD31;
}

header .site-logo {
    margin: 0;
    line-height: 0;
    max-width: 418px;
    transition: 0.5s all;
    padding: 0 !important;
}

body.wp-custom-logo .site-header {
    width: 100%;
    max-width: 1200px;
    padding: 8px 15px;
    margin: 0px auto;
    display: flex;
    align-items: center;
}

.site-header .primary-navigation {
    margin-left: auto;
}

.site-header .site-branding {
    margin: 0;
}

.home-banner {
    position: relative;
}

.home-banner::before {
    position: absolute;
    top: auto;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: url('../images/home-banner-shape.png');
    background-repeat: no-repeat;
    height: 161px;
    z-index: 1;
    width: 100%;
    background-size: 100% 100%;
}

/*.home-banner .common-banner img {
    height: 700px !important;
    max-width: 100% !important;
    margin: 0;
}*/
.home-banner .banner-logo , .error-404-section .home-banner>div:nth-child(2) , .error-404-section .home-banner>div:nth-child(3){
    position: absolute;
    top: 43%;
    left: ;
    left: 0;
    right: 0;
    bottom: auto;
    transform: translateY(-50%);
    max-width: 968px;
    margin: 0px auto;
    padding: 0px 15px;
}

.home-banner .common-banner .vc_single_image-wrapper {
    height: 738px;
}

.home-banner .common-banner .vc_single_image-wrapper img {
    width: 100% !important;
    object-fit: cover;
}

/* ---------vision-section--------------- */
.vision-section .vc_row {
    display: flex;
    /*   flex-wrap: wrap; */
    align-items: center;
}

.vision-section .vc_col-sm-6:first-child {
    flex: 0 0 50.50%;
    width: 50.50%;
    max-width: 50.50%;
}

.vision-section .vc_col-sm-6:last-child {
    flex: 0 0 49.50%;
    width: 49.50%;
    max-width: 49.50%;
    padding-left: 85px;
}

.common-title {
    color: #0F5B93;
    font-size: 48px;
    line-height: 117%;
    margin-bottom: 20px;
    font-family: 'Poppins', sans-serif;
    text-align: center !important;
    font-weight: 500;
}

.common-title.common-title-left {
    text-align: left !important;
}

.vision-section .vision-left .vc_column-inner>.wpb_wrapper {
    display: flex;
    flex-wrap: wrap;
    position: relative;
}



.vision-section .vision-left .wpb_single_image:first-child {
    flex: 0 0 100%;
    width: 100%;
    max-width: 100%;
}

.vision-section .vision-left .wpb_single_image {
    flex: 0 0 50%;
    width: 50%;
    max-width: 50%;
}

.vision-section .vision-left .wpb_single_image .vc_single_image-wrapper {
    position: relative;
    /* background: #177765; */
    width: 320px;
    height: 320px;
    border-radius: 100%;
    margin: 0px auto;
    /* border: 2px dotted #FFF; */
    box-shadow: 0 0 0 10px rgba(23, 119, 101, 0.85);
    min-width: 320px;
    overflow: hidden;
}

.vision-section .vision-left .wpb_single_image.life .vc_single_image-wrapper {
    /*background: rgba(125,173,49,0.85);*/
    box-shadow: 0 0 0 10px rgba(125, 173, 49, 0.85);
}

.vision-section .vision-left .wpb_single_image.life .vc_single_image-wrapper::before {
    background: rgba(125, 173, 49, 0.85);
}

.vision-section .vision-left .wpb_single_image.values .vc_single_image-wrapper {
    /*background: rgba(15,91,147,0.85);*/
    box-shadow: 0 0 0 10px rgba(15, 91, 147, 0.85);
}

.vision-section .vision-left .wpb_single_image.values .vc_single_image-wrapper::before {
    background: rgba(15, 91, 147, 0.85);
}

.vision-section .vision-left .wpb_single_image .vc_single_image-wrapper img {
    position: absolute;
    top: 40px;
    left: 0;
    right: 0;
    bottom: auto;
    width: auto !important;
    height: auto !important;
    max-width: 100% !important;
    max-height: 100%;
    display: block;
    margin: auto;
}

.vision-section .vision-left .wpb_single_image.life .vc_single_image-wrapper img {
    top: 110px;
    right: 75px;
}

.vision-section .vision-left .wpb_single_image.values .vc_single_image-wrapper img {
    top: 110px;
    left: 75px;
}


.vision-section .vision-left .wpb_single_image .vc_single_image-wrapper::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: rgba(23, 119, 101, 0.85);
    /* opacity: 0.85; */
    border-radius: 100%;
}

.vision-section .vision-left .wpb_single_image .vc_single_image-wrapper::after {
    content: "";
    position: absolute;
    height: 320px;
    width: 320px;
    border: 2px dotted #fff;
    border-radius: 100%;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
}

.vision-section .vision-left .life {
    z-index: 1;
}

.vision-section .vision-left .wpb_single_image:not(:first-child) {
    margin: -124px -57px 0 11px;
}

.vision-section .vision-right .vision-cnt {
    margin: 31px 0 22px;
}

.vision-section.section-gapping {
    padding: 77px 0 148px;
}

.vision-section h3.vc_custom_heading {
    position: absolute;
    top: 125px;
    left: 0;
    right: 0;
    bottom: auto;
    color: #FFFFFF;
    font-size: 26px;
    line-height: 115%;
    width: 157px;
    max-width: 100%;
    margin: 0px auto;
    z-index: 9;
    font-family: 'Lato', sans-serif;
    font-weight: 600;
}

.vision-section h3.vc_custom_heading.first {
    text-align: center !important;
}

.vision-section h3.vc_custom_heading.second {
    top: auto;
    bottom: 90px;
    margin: 0;
    left: 55px;
}

.vision-section h3.vc_custom_heading.third {
    top: auto;
    bottom: 90px;
    margin: 0;
    left: auto;
    right: 12px;
}


/*explore section*/
.explore-section.section-gapping {
    padding: 64px 0 259px;
    margin-bottom: -144px !important;
}

.explore-section .common-title {
    margin-bottom: 36px;
    color: #fff;
}

.explore-section .explore-wrap {
    display: flex;
    margin: 0 -20px;
}

.explore-section .explore-wrap .vc_col-sm-4 {
    margin: 0 20px;
}

.explore-section .explore-wrap .vc_col-sm-4 .vc_single_image-wrapper {
        height: 275px;
    background: #ddd !important;
    /* border-radius: 4px; */
}

.explore-section .explore-wrap .vc_col-sm-4 .vc_column-inner {
    border-radius: 5px;
    overflow: hidden;
}

.explore-section .vc_col-sm-4 .vc_custom_heading {
    text-align: center !important;
    background: #fff;
    padding: 15.1px 10px;
}

.explore-section .vc_col-sm-4 .vc_custom_heading a {
    font-size: 26px;
    color: #000;
    font-family: 'Lato', sans-serif;
    font-weight: 600;
}

.explore-section .vc_col-sm-4 .vc_custom_heading a:hover {
    color: #0f5b93;
}





/*explore section*/
/*footer vsss*/
#colophon {
    max-width: 100%;
    margin: 0 auto;
    padding: 60px 0 0;
    background: url("../images/footer-bg.png") no-repeat;
    background-size: 100% 100%;
}

#colophon .footer-up {
    display: flex;
}

#colophon .footer-up .footer-left {
    width: 23.93%;
    padding-right: 101px;
}

#colophon .footer-up .footer-center {
    width: 36.1%;
    padding-right: 80px;
}

#colophon .footer-up .footer-right {
    width: 40%;
    align-self: center;
}

#colophon .footer-up {
    display: flex;
    padding: 102px 0 47px 0;
    position: relative;
    border-bottom: 1px solid #2C75AA;
}

.white-section * {
    color: #fff;
}

#colophon li a:hover,
#colophon a:hover ,#colophon li.current-menu-item a{
    color: #7dad31;
}

#colophon .widget-content>h2 {
    font-size: 33px;
    font-weight: 900;
    line-height: 82%;
    margin-bottom: 47px;
}

#colophon .menu li {
    position: relative;
    padding: 0 0 4px 36px;
}

#colophon .menu li a {
    font-size: 16px;
    line-height: 120%;
    font-family: 'Lato', sans-serif;
    font-weight: normal;
}

#colophon .menu li::before {
    content: " ";
    background: url(../images/text-icon-sprite.fw.png) no-repeat;
    width: 14px;
    height: 13px;
    background-position: -8px -6px;
    position: absolute;
    font-family: fontawesome;
/*
    font-size: 17px;
*/
    left: 0;
    right: auto;
    top: 4px;
    bottom: auto;
    height: 13px;
    line-height: 13px;
}

#colophon .site-info {
    text-align: center;
    padding: 28px 0 25px;
}

#colophon .site-info .powered-by {
    font-family: 'Lato', sans-serif;
    font-size: 19px;
    line-height: 84%;
}

#colophon .footer-center .contact-wrap li {
    position: relative;
    padding: 0 0 29px 44px;
    font-family: 'Lato', sans-serif;
    line-height: 141%;
}

#colophon .footer-center .contact-wrap li:last-child {
    padding-bottom: 0;
}

#colophon .footer-center .contact-wrap li h3 {
    margin-bottom: -1px;
}

#colophon .footer-center .contact-wrap li::before {
/*
    content: "\f041";
*/
content:" ";
    position: absolute;
    top: 0;
    left: 0;
    right: auto;
    bottom: auto;
    font-size: 26px;
    color: #fff;
      background: url("../images/icon-sprite.png") no-repeat;
      width:16px;
      height:25px;
      background-position: -3px 4px ;
    font-family: fontawesome;
}

#colophon .footer-center .contact-wrap li.contact::before {
   width:20px;
      height:25px;
      background-position: 1px -42px ;
}

#colophon .footer-center .contact-wrap li.email::before {
 width:20px;
      height:22px;
      background-position: -1px -97px ;
}

.mobile-title {
    display: none;
}


/* ----404-page------- */
.error-404.not-found {
    padding-top: 110px;
    padding-bottom: 150px;
    text-align: center;
}

.error-404.not-found h2 {
    font-size: 100px;
    line-height: 120%;
}

.error-404.not-found p {
    font-size: 18px;
    line-height: 160%;
    text-align: center;
    padding-bottom: 16px;
}

.error-404.not-found p:first-child {
    font-weight: bold;
}
header#masthead {
  
    display: flex !important;
    opacity: 1 !important;
}
.vision-section .common-title.common-title-left::first-word {
    font-weight: bold;
}
.explore-section .explore-wrap .vc_col-sm-4 .vc_single_image-wrapper img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover;
}
#main>article>.entry-content {
    margin-top: 0 !important;
}
.home-banner .banner-logo.mobile-view {
    display: none;
}


/***********************our-projects-page***********************/
.project-section .wpb_text_column>.wpb_wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;

}
.project-section .projects {
    margin-bottom: 50px;
}
.project-section .projects>a {
    box-shadow: 2px 5px 27px 7px rgb(187 182 182 / 40%);
    -webkit-box-shadow: 2px 5px 27px 7px rgb(187 182 182 / 40%);
    -moz-box-shadow: 2px 5px 27px 7px rgb(187 182 182 / 40%);
    display: block;
}
.projects-image img {
    position: absolute;
    top: 0px;
    left: 0;
    right: 0;
    bottom: auto;
    width: auto !important;
    height: auto !important;
    max-width: 100% !important;
    max-height: 100%;
    display: block;
    margin: auto;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    border: 2px solid #EBEBEB;
}
.project-section .projects-name {
    background-color: #fff;
    color: #000000;
    font-size: 21px;
    font-weight: bold;
    text-align: center;
    line-height: 1;
    min-height: 64px;
    padding: 20px 20px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
}
.project-section .projects {
    flex: 0 0 30.77%;
    margin: 0 45px 50px 0;
}
.project-section .projects:nth-child(3n) {
    margin-right: 0;
}
.projects-image {
    height: 275px;
    position: relative;
    background: #ddd !important;
}
.project-section .common-title {
   
    font-family: 'Poppins', sans-serif !important;
  
    font-weight: 500 !important;
}

/********ffaq-page***********************/
.faq-section .vc_tta-panels-container>.vc_tta-panels {
    max-width: 998px;
    margin: auto;
}
.faq-section .vc_tta-panels-container>.vc_tta-panels .vc_tta-panel-heading {
    background-color: transparent !important;
    border: 0;
}
.faq-section .vc_tta-panels-container>.vc_tta-panels .vc_tta-panel-heading a {
    background-color: #fff;
    padding: 24px 48px 24px 70px;
    position: relative;
}
.faq-section .vc_tta-panels-container>.vc_tta-panels .vc_tta-panel-heading a {
    background-color: #fff;
    padding: 24px 48px 24px 67px;
    position: relative;
    color: #545454 !important;
    font-size: 22px;
    border-bottom: 1px solid #C4C4C4;
}
.faq-section .vc_tta-panels-container>.vc_tta-panels .vc_tta-panel-heading a:before {
/*
    content: "\f29c";
*/
    font-family: 'FontAwesome';
    color: #0F5B93;
    font-size: 22px;
    margin-right: 13px;
    font-weight: bold;
     content: " ";
     background: url(../images/Faq-sprite.png) no-repeat;
    width: 19px;
    height: 20px;
    background-position: -1px -40px;
    position:absolute;
        left: 0;
        
}

.faq-section .vc_tta-panels-container>.vc_tta-panels .vc_active .vc_tta-panel-heading a:before {
    content: " ";
    background: url(../images/text-icon-sprite.fw.png) no-repeat;
    width: 15px;
    height: 25px;
    background-position: -34px -2px;
    margin-right: 13px;
    position:absolute;
    left:0;
      
}
.faq-section .vc_tta-panels-container>.vc_tta-panels .vc_tta-panel-heading h4 {
    border-bottom: 1px solid #C4C4C4;
}
.faq-section .vc_tta-panels-container>.vc_tta-panels .vc_tta-panel-heading a i.vc_tta-controls-icon {
    display: none;
}
.faq-section .vc_tta-panels-container>.vc_tta-panels .vc_tta-panel-heading a:after {
    content: "\f138";
    font-family: 'FontAwesome';
    position: absolute;
    right: 26px;
    font-size: 20px;
    color: #7DAD32;
         content: " ";
     background: url(../images/Faq-sprite.png) no-repeat;
    width: 25px;
    height: 26px;
    background-position: 2px 3px;
    position:absolute;
}
.faq-section .vc_tta-panels-container>.vc_tta-panels .vc_active .vc_tta-panel-heading a:after{
   background-position: -34px 3px;
}
.faq-section .vc_tta-panels-container>.vc_tta-panels .vc_tta-panel-body {
    background-color: transparent !important;
    border: 0;

    padding: 24px 48px 24px 67px;
}
.faq-section .vc_tta-panels-container>.vc_tta-panels .vc_tta-panel-body p {
    font-size: 17px;
    color: #616161;
    line-height: 182%;
    margin-bottom: 20px;
}
.faq-section .vc_tta-panels-container>.vc_tta-panels>div:last-child .vc_tta-panel-heading h4 {
    border: 0;
}



/*********************people page****************/
.team-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.team-wrap .team {
    width: 22.05%;
    flex: 0 0 22.05%;
    margin-right: 46px;
    margin-bottom: 80px;
    text-align: center;
}
.team-wrap .team .member-image {
    width: 170px;
    height: 170px;
    text-align: center;
    margin: auto;
    border-radius: 50%;
}
.team-wrap .team .member-image img {
    max-width: 100% !important;
    border-radius: 50%;
    height: 100% !important;
    width: 100% !important;
    object-fit: cover;
    object-position: center center;
    }
.team-wrap .team .member-name {
    color: #0F5B93;
    font-size: 21px;
    font-family: 'Lato', sans-serif;
    margin-bottom: 15px;
    line-height: 100%;
    margin-top: 50px;
    font-weight: 600;
}
.team-wrap .team .member-desc {
    text-align: center;
    color: #616161;
    font-size: 17px;
    line-height: 159%;
    font-family: 'Lato', sans-serif;
}
.national-board-seaction, .partner-seaction, .page.page-id-24 #colophon {
    background-color: #EBF6F9;
}
.team-wrap .team:nth-child(-n+3) {
    margin-bottom: 0;
}
team-wrap .team:nth-child(4n) {
    margin-right: 0;
}
.partner-seaction .vc_single_image-wrapper {
    position: relative;
    width: 203px;
    height: 101px;
    position: relative;
    background-color: #fff;
    border-radius: 13px;
    text-align: center;
        box-shadow: 1px -1px 10px 9px rgb(234 234 234 / 75%);
    box-shadow: 1px -1px 10px 9px rgb(234 234 234 / 75%);
    -webkit-box-shadow: 1px -1px 10px 9px rgb(234 234 234 / 75%);
    -moz-box-shadow: 1px -1px 10px 9px rgb(234 234 234 / 75%);

}
.partner-seaction .vc_col-sm-1\/5:first-child {
    margin-left: 0 !important;
}

.partner-seaction .vc_col-sm-1\/5 {
    width: 17.35%;
    margin-left: 38px;
    float: left;
}
.partner-seaction .vc_col-sm-1\/5 img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: auto;
    height: auto;
    margin: auto;
    background-color: #fff;
}
.team-wrap .team:nth-child(4n) {
    margin-right: 0;
}
.team-wrap .team:nth-child(n+5) {
    margin-bottom: 0;
}
.research-team-section h2.vc_custom_heading.common-title , .national-board-seaction h2.vc_custom_heading.common-title
, .advisory-seaction h2.vc_custom_heading.common-title , .partner-seaction h2.vc_custom_heading.common-title{
    margin-bottom: 50px;
}
/****************product-detail*****************/
.single .project-title h1 {
    font-family: 'Lato', sans-serif;
    color: #000000;
    font-size: 54px;
    text-align: center;
    margin: 30px auto 20px;
    font-weight: bold;
}
.single .link {
    overflow: hidden;
    margin-top: 30px;
}
.single .link .nav-next {
    float: right;
}
.single .link a {
    color: #0F5B93;
    background-color: transparent;
    background-image: none !important;
    font-size: 20px;
    font-weight: bold;
}
.single .link a:hover {
    color: #7DAD31;
}
.single figure.post-thumbnail img {
    margin: 0 auto;
}
.single article {
    padding-top: 100px;
    padding-bottom: 100px;
}
.single .entry-content {
    margin: 0;
}
.single .link>div {
    float: left;
}
.project-section .projects-name:hover {
        color: #7DAD31;
}
.project-section .projects-name>span {
    font-family: 'Lato', sans-serif;
    font-weight: 900;
  
}
.project-section .projects:nth-last-child(-n+3) {
    margin-bottom: 0;
}
.vision-page {
    padding-bottom: 100px !important;
}
.faq-section .vc_custom_heading.common-title {
    font-weight: bold;
}
.faq-section .vc_tta-panels-container>.vc_tta-panels .vc_tta-panel-heading a:hover {
    color: #7DAD31 !important;
}
.faq-section .vc_tta-panels-container>.vc_tta-panels .vc_tta-panel-heading a span.vc_tta-title-text {
    font-weight: bold;
}
.error-404-section .home.banner {
    position: relative;
}
.error-404-section .home.banner figure.wp-block-image.size-large {
    height: 738px;
        margin-bottom: 0;
}
.error-404-section .home-banner img {
    width: 100% !important;
    object-fit: cover;
}
.error-404-section .home-banner>div:nth-child(3){
display:none;}
.error-404-section .home-banner figure {
    position: relative;
}
.error-404-section .home-banner figure::before {
    position: absolute;
    top: auto;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: url(../images/home-banner-shape.png);
    background-repeat: no-repeat;
    height: 161px;
    z-index: 1;
    width: 100%;
    background-size: 100% 100%;
}
.error-404-section .home-banner::before {
    content: " ";
}

/*footer vsss*/
/*    
    font-family: 'Lato', sans-serif;
    font-family: 'Poppins', sans-serif;
*/
