@font-face {
    font-family: 'Lato';
    src: url('../fonts/Lato-Bold.eot');
    src: url('../fonts/Lato-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Lato-Bold.woff2') format('woff2'),
        url('../fonts/Lato-Bold.woff') format('woff'),
        url('../fonts/Lato-Bold.ttf') format('truetype'),
        url('../fonts/Lato-Bold.svg#Lato-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Lato';
    src: url('../fonts/Lato-Regular.eot');
    src: url('../fonts/Lato-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Lato-Regular.woff2') format('woff2'),
        url('../fonts/Lato-Regular.woff') format('woff'),
        url('../fonts/Lato-Regular.ttf') format('truetype'),
        url('../fonts/Lato-Regular.svg#Lato-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
/*===========================================================
 Custom Variable
============================================================*/
:root {
    /* Hamber menu icon style */
    --hamWidth: 40px;
    --hamHeight: 4px;
    --hamMargin: 6px;
    /* summation of --hamMargin adn --hamHeight */
    --hamTranslate: 10px;
    /* summation of --hamMargin adn --hamHeight */
    --hamTranslate3: -10px;
    --hamBg: red;
    /* --preloaderBg:  green; */

}


/*===========================================================
 Common CSS
============================================================*/

body {
    font-size: 17px;
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    color: #000;
    /* background: rgba(58, 138, 61, .5); */
    background: #f5f5f5;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    overflow-x: hidden;
}

#main {
    /* max-width: 1440px; */
    margin-left: auto;
    margin-right: auto;
}

ul {
    padding: 0;
    margin: 0;
}


li,
li:hover,
a:hover,
.btn,
.btn:hover {
    transition: all .3s ease;
}

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

*:active,
*:focus {
    outline: none;
    border: 0;
}

img {
    max-width: 100%;
    height: auto;
}

img.lazy {
    background-image: url('../fonts/../img/loading.gif');
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: 50px auto;
    height: auto;
}

strong {
    font-weight: 700;
}

u {
    border-bottom: 1px solid #fff;
    line-height: 1;
    text-decoration: unset;
}

.cboth {
    overflow: hidden;
    clear: both;
}

.left {
    float: left;
}

.right {
    float: right;
}

button {
    background-color: transparent;
    border: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin: 0;
    margin-bottom: 15px;
}

button:active,
button:focus {
    outline: 0;
    outline: 0;
}

#npreOverlay {
    background: var(--preloaderBg);
}

/*===========================================================
 Placeholder Style
============================================================*/

::-webkit-input-placeholder {
    color: #6c6c6c;
    font-size: 14px;
    font-weight: 300;
    line-height: 30px;
    letter-spacing: 0.39px;
}

:-moz-placeholder {
    color: #6c6c6c;
    font-size: 14px;
    font-weight: 300;
    line-height: 30px;
    letter-spacing: 0.39px;
}

::-moz-placeholder {
    color: #6c6c6c;
    font-size: 14px;
    font-weight: 300;
    line-height: 30px;
    letter-spacing: 0.39px;
}

:-ms-input-placeholder {
    color: #6c6c6c;
    font-size: 14px;
    font-weight: 300;
    line-height: 30px;
    letter-spacing: 0.39px;
}



/*===========================================================
 Scroll To Top
============================================================*/

.go-top {
    bottom: 15px;
    display: none;
    position: fixed;
    right: 15px;
    z-index: 999;
}

.go-top img {
    width: 35px;
}

.go-top span {
    /*background-color: #4285F4;*/
    color: rgba(255, 255, 255, .6);
    cursor: pointer;
    float: right;
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    padding: 5px 10px;
}

.go-top span:hover {
    color: #fff;
}


.title {
    margin-left: -30px;
}

.title h2 {
    font-size: 50px;
    font-weight: bold;
    line-height: 1.33;
    color: #002560;
}

.title img {
  max-width: 80px;
}

/*===========================================================
 Header
===========================================================*/
.header-area {
    border-bottom-left-radius: 75px;
    border-bottom-right-radius: 75px;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 100;
    transition: .5s;

    box-shadow: 0px 0 5px #000;
}
.header-area.active{
    -border-radius: 75px;
}
.right-top-shape {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 0;
}


.mehr-btn {}

.mehr-btn a {
    width: 176px;
    line-height: 53px;
    border-radius: 90px;
    background-color: #3a8a3d;
    display: inline-block;
    text-align: center;
    text-decoration: none;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    border: 1px solid transparent;
}

.mehr-btn a span {
    margin-right: 25px;
}

.mehr-btn a:hover {
    border: 1px solid #3a8a3d;
    background: #002560;
}




/*===========================================================
 Content ARea
===========================================================*/

.content-area {
    position: relative;
    z-index: 1;
    padding: 70px 0;
}

.content-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

.content-text {
    max-width: 535px;
    width: 100%;
}

.content-text h2 {
    font-size: 60px;
    font-weight: bold;
    line-height: 1.33;
    color: #002560;
}

.content-text p {
    font-size: 20px;
    font-weight: normal;
    line-height: 1.8;
    color: #000;
    margin-bottom: 15px;
}

.content-img,
.wpb_single_image {
    max-width: 673px;
    width: 100%;
    position: relative;
}

.content-img img,
.wpb_single_image img {
  border-radius: 15px;
}

.content-img:before,
.wpb_single_image:before {
    position: absolute;
    content: '';
    max-width: 673px;
    width: 95%;
    height: 100%;
    border-radius: 15px;
    background-color: #002560;
    bottom: -15px;
    z-index: -1;
}

.vc_row > .wpb_column:first-child > .vc_column-inner > .wpb_wrapper > .content-img:before,
.vc_row > .wpb_column:first-child > .vc_column-inner > .wpb_wrapper >  .wpb_single_image:before {
  left: -15px;
}

.vc_row > .wpb_column:last-child > .vc_column-inner > .wpb_wrapper > .content-img:before,
.vc_row > .wpb_column:last-child > .vc_column-inner > .wpb_wrapper > .wpb_single_image:before {
  right: -15px;
}

.vc_row > .wpb_column:not(:first-child):not(:last-child) > .vc_column-inner > .wpb_wrapper > .wpb_single_image:before {
  left: 10px;
}

.vc_row > .wpb_column:first-child > .vc_column-inner > .wpb_wrapper >  .wpb_single_image img {
  box-shadow: -1px 1px 4px #000;
}

.vc_row > .wpb_column:last-child > .vc_column-inner > .wpb_wrapper > .wpb_single_image img {
  box-shadow: 1px 1px 4px #000;
}

.vc_row > .wpb_column:not(:first-child):not(:last-child) > .vc_column-inner > .wpb_wrapper > .wpb_single_image img {
  box-shadow: 0px 1px 4px #000;
}

/*===========================================================
 Modal
===========================================================*/

.modal-content {
    z-index: 9;
    border-radius: 0;
    border: 0;
}

.modal-backdrop {
    z-index: 0;
}

.modal {
    background: rgba(0, 0, 0, .7);
    padding: 0;
}

.modal-img {
    cursor: pointer;
}

iframe {
    width: 100%;
    height: 300px;

}

.modal-body {
    padding: 0;
    height: 300px;
}

.modal-header {
    padding: 5px;
    border-bottom: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.modal-dialog {
    max-width: 500px;
    margin: 120px auto;
    padding: 0 10px;
}

.modal-full-img {}

.modal-full-img img {
    width: 100%;
}

/*===========================================================
 News Area
===========================================================*/
.news-wrapper {
    position: relative;
}

.news-area {
    position: relative;
    z-index: 10;
}

.news-bg {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
}

.single-news {
    border-radius: 15px;
    background-color: #f3f5f9;
    padding: 25px 45px 55px 25px;
    margin-bottom: 30px;
}

.single-news {}

.single-news a {
    font-size: 24px;
    font-weight: bold;
    line-height: 1.08;
    color: #000;
    text-decoration: none;
}

.single-news p {
    font-size: 16px;
    font-weight: normal;
    line-height: 1.56;
    color: #000;
}

.single-news p span {
    color: #002560;
    text-decoration: underline;
    margin: 15px 0;
    display: inline-block;
}

.single-news-inner {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 30px;
}

.news-text {
    width: 49%;
}

.news-img {
    width: 49%;
}

.news-img img {
    float: right;

}

.news-area .mehr-btn {
    text-align: center;
}

.slick-arrow {
    cursor: pointer;
    position: absolute;

}

.slider-inner {
    position: relative;
    padding: 0 90px;
}

.slide-left,
.slide-right {
    position: absolute;
    top: 50%;
    display: block;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: 0;
    background: 0 0;

}

.slide-left {
    left: 0;
}

.slide-right {
    right: 0;
}

.single-slider {
    margin: 0 20px;
}

.single-slider h2 {
    font-size: 40px;
    font-weight: normal;
    color: #002560;
    line-height: 87px;
    background-color: rgba(0, 37, 96, 0.2);
    text-align: center;
}

/*===========================================================

===========================================================*/



/*===========================================================

===========================================================*/




/*===========================================================
 Responsive Menu
===========================================================*/
@media (min-width: 992px) {
    .dropdown:hover .dropdown-menu {
        display: block;
    }
}

@media (max-width: 991px) {
    .header-area {
        display: none;
    }

    .mobile-logo {
        width: 50px;
    }

    .dropdown-menu {
        padding-top: 0;
    }

    .menu ul li .dropdown-menu li {
        padding-left: 10px;

    }

    .menu ul li .dropdown-menu li a {
        padding-left: 0;
        padding-right: 0;
    }

    .dropdown-menu {
        width: 100%;
        background-color: transparent;
        background-clip: padding-box;
        border: none;
        position: unset;
        top: unset;
    }

    main .mobileMenuOpener {
        display: block;
        position: absolute;
        width: 20px;
        height: 100%;
        z-index: 10;
    }

    .menu ul li {
        display: block;

    }

    .menu ul li a {
        color: #fff;
        display: block;
        padding: 10px 0;
        border-bottom: 1px solid rgba(255, 255, 255, .1);
        line-height: 2;
    }

    .menu ul li .dropdown-menu li a {
        line-height: 2;
    }

    .dropdown>a::after {
        right: 10px;
        position: absolute;
        top: 50%;
        margin-top: -1px;
    }

    /*Menu Activation*/
    .panel-header {
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        justify-content: space-between;
        align-items: center;
        background: #fff;
        box-shadow: 0px 1px 3px #eee;
        padding: 10px 15px;
    }
}

/*===========================================================
 Responsive
============================================================*/

@media (max-width: 1399px) {

    .content-text h2 {
        font-size: 46px;
    }

    .single-news {
        background-color: #f3f5f9;
        padding: 25px 15px 35px 15px;
        margin-bottom: 30px;
    }
}


@media (max-width: 1199px) {
    .banner-wrapper::after {
        bottom: -70px;
        width: 140px;
        height: 265px;
        background-size: 100% auto;
    }

    .news-bg {
        max-width: 450px;
    }

    .right-top-shape {
        max-width: 750px;
    }

    .content-text h2 {
        font-size: 40px;
    }

    .single-slider {
        margin: 0 10px;
    }

    .slider-inner {
        position: relative;
        padding: 0 50px;
    }
}

@media (max-width: 991px) {

    .content-text {
        max-width: 100%;
        width: 100%;
        margin-bottom: 25px;
    }

    .title img {
        width: 86px;
    }

    .title h2 {
        font-size: 50px;
    }

    .content-inner {
        flex-direction: column-reverse;
    }

    .content-img img,
    .wpb_single_image img {
        width: 100%;
    }

    .news-area:last-child {
        margin-top: 50px;
    }

    .slider-area {
        padding: 100px 0;
    }
}



@media (max-width: 767px) {

    .news-bg {
        max-width: 200px;
    }


    .right-top-shape {
        max-width: 450px;
    }

    .news-img,
    .news-text {
        width: 100%;
    }

    .news-img {
        margin-top: 15px;
    }

    .news-img {
        text-align: center;
    }

    .news-img img {
        float: none;
    }

    .title {
        margin-left: -10px;
    }

    .title h2 {
        font-size: 38px;
    }

    .title img {
        width: 70px;
    }


    .content-text p{
        font-size: 16px;
    }
    .content-text h2{
        font-size: 32px;
        margin-bottom: 5px;
    }
}
