body {
    padding: 0;
    margin: 0;
    font-family: 'Poppins', sans-serif;
    overflow-x: hidden;
    top: 0 !important;
    min-height: inherit !important;
}

a:hover,
a {
    text-decoration: none;
}

h1,
h2,
h3,
h4,
h5 {
    margin: 0;
    padding: 0;
    color: #424242;
}

p {
    font-size: 15px;
    margin: 0;
    padding: 0;
    color: #424242;
    line-height: 24px;
}

ul {
    padding: 0;
    margin: 0;
}

figure {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    margin: 0;
}

.blank-div {
    height: 120px;
}

header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 6;
    background: rgb(255, 255, 255);
    background: linear-gradient(90deg, rgba(255, 255, 255, 1) 0%, rgb(6, 91, 121) 50%, rgb(6, 91, 121) 100%);
    border-bottom: 1px solid #e4de0b;
}

.main-head-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

ul.top-address {
    /* display: flex;
    justify-content: flex-end;
    padding: 10px;
    margin-right: 30px; */
}

.top-address li i,
.top-address li a i {
    height: 35px;
    width: 35px;
    line-height: 35px;
    text-align: center;
    margin-right: 10px;
    border: 1px solid #e4de0b;
    border-radius: 50%;
}

.top-address li a:before,
.top-address li a:after {
    display: none;
}

.top-address li {
    color: #e4de0b;
    margin-left: 15px;
    list-style: none;
    font-size: 14px;
}

.top-address li a {
    color: #e4de0b;
    font-size: 14px !important;
    padding: 0 !important;
}

.logo-wrapper {
    display: block;
}

.logo-wrapper img {
    width: 120px;
    height: auto;
    padding: 10px 0;
    transition: 500ms ease all;
}

nav ul li {
    display: inline-block;
    list-style: none;
    position: relative;
}

nav ul li:hover .sub-menu {
    visibility: visible;
    opacity: 1;
    z-index: 100;
    transform: translateY(0%);
    transition-delay: 0s, 0s, 0.3s;
}

.sub-menu {
    border-radius: 0;
    padding: 0;
    border: none;
    transition: 0.3s ease all;
    visibility: hidden;
    opacity: 0;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    min-width: 200px;
    transform: translateY(2em);
    z-index: -1;
    transition: all 0.3s ease-in-out;
    padding-top: 14px;
}

.sub-menu li {
    display: block !important;
}

.sub-menu li a {
    display: block;
    background: #065b79;
    padding: 10px !important;
    text-align: left;
    font-size: 14px !important;
    font-weight: 400 !important;
    margin: 0 !important;
    border-bottom: 1px solid #fff;
    transition: 300ms ease all;
}

.sub-menu li a:hover {
    background: #fff;
    color: #424242;
    padding-left: 15px !important;
}

nav ul li a:hover {
    color: #fff;
}

nav ul li a {
    display: block;
    color: #fff;
    padding: 0 15px;
    transition: 500ms ease all;
    position: relative;
}

nav ul li a::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    background: #fff;
    height: 1px;
    width: 0;
    transition: 300ms ease all;
}

nav ul li a::after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    background: #fff;
    height: 1px;
    width: 0;
    transition: 300ms ease all;
}

nav ul li a:hover:after,
nav ul li a:hover:before {
    width: 100%;
}

nav ul li a i {
    font-size: 20px;
    margin-left: 10px;
}


/* header section ends */


/* main slider section starts */

.slider-wrapper figure {
    height: 534px;
    display: flex;
    align-items: flex-end;
    position: relative;
}

/* .slider-wrapper figure::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.58);
} */

.flex-direction-nav a {

    z-index: 2;
}
.flexslider {
    background: transparent;
    border: none;
    overflow: hidden;
    margin: 0;
    border-radius: 0;
}

.flex-direction-nav .flex-next {
    right: -50px;
}

.slider-content {
    position: relative;
    background: #000000b5;

}

.slider-content h1 {
    font-size: 30px;
    font-weight: 800;
    color: #fff;
    margin-bottom: 20px;
    line-height: 45px;
}

.btn {
    color: #fff;
    background: #ed1e24;
    font-size: 16px;
    padding: 10px 25px;
    transition: 500ms ease all;
}

.btn:hover {
    background: #065b79;
    color: #fff;
    text-decoration: none;
}

.slider-content {
    flex: 1;
    padding: 12px 20px;
    padding-bottom: 3px;
}

.slider-content p {
    color: #fff;
    font-size: 20px;
    margin-bottom: 10px;
}

.testimonial-slider .flex-direction-nav a:before,
.galkot-slider .flex-direction-nav a:before {
    font-family: "fontawesome";
    font-size: 30px;
    display: inline-block;
    content: '\f105';
    color: #424242;
    background: #fff;
    height: 40px !important;
    width: 40px !important;
    line-height: 40px !important;
    border-radius: 5px;
    text-align: center;
    text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
    line-height: 40px;
}

.testimonial-slider .flex-direction-nav .flex-prev,
.galkot-slider .flex-direction-nav .flex-prev {
    left: -50px;
    transform: rotate(179deg);
}

.flexslider:hover .flex-direction-nav .flex-next,
.flex-direction-nav .flex-next,
.flex-direction-nav .flex-prev,
.flexslider:hover .flex-direction-nav .flex-prev {
    opacity: 1;
}

li.slider-wrapper.flex-active-slide .slider-content p {
    animation-name: shake;
    animation-duration: 1s;
    animation-delay: 1s;
}

li.slider-wrapper.flex-active-slide .slider-content h1 {
    animation-name: slideInLeft;
    animation-duration: 1s;
}

li.slider-wrapper.flex-active-slide .slider-content .btn {
    animation-name: heartBeat;
    animation-duration: 1s;
    animation-delay: 2s;
}


/* main slider section ends */


/* about section starts */



.all-sec-padding {
    padding: 40px 0;
}

.benefit-sec {
    
    padding-top: 80px;
}
.title-wrapper {
    display: block;
    margin-bottom: 40px;
    text-align: center;
    width: 100%;
}

.title-wrapper h2 {
    font-size: 35px;
    font-weight: 400;
}

.about-sec-wrapper img {
    width: 100%;
    height: 250px;
    object-fit: cover;
}

.about-sec-wrapper:hover .about-sec-content {
    background: #2b3793;
}

.about-sec-wrapper:hover .about-sec-content p,
.about-sec-wrapper:hover .about-sec-content h3 {
    color: #fff;
}

.about-sec-content {
    text-align: center;
    transition: 500ms ease all;
    padding: 15px;
}

.about-sec-content h3 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 10px;
}

.about-animation:nth-child(2) {
    animation-delay: 200ms;
}

.about-animation:nth-child(3) {
    animation-delay: 400ms;
}

.about-animation:nth-child(4) {
    animation-delay: 600ms;
}

.about-animation:nth-child(5) {
    animation-delay: 800ms;
}

.about-animation:nth-child(6) {
    animation-delay: 1s;
}

.date-background {

    background: #fff;
}

/* about section ends */


/* recent project section starts */

.recent-project-sec {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    position: relative;
}

.recent-project-title {
    position: relative;
}

/* .recent-project-title h2 {
    color: #fff;
} */

.recent-project-sec::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 49, 66, 0.89);
}

.project-wrapper a {
    display: block;
}

.project-wrapper a img {
    width: 100%;
    height: 289px;
    object-fit: cover;
}

.project-content-wrapper {
    padding: 15px;
    background: #f2f2f2;
    display: inline-block;
    width: 100%;
}

/* .why-title h2,
.recent-project-title h2 {

    font-size: 25px;
} */

.project-content-wrapper h3 {
    /* font-size: 20px; */
    font-size: 16px;
    color: #424242;
    font-weight: 600;
    margin-bottom: 10px;
    line-height: 27px;
    max-height: 27px;
    overflow: hidden;
}

.about-sec-content span,
.project-content-wrapper span {
    font-size: 13px;
    color: #ed1e24;
    display: block;
    font-weight: 600;
    margin-bottom: 10px;
}

.project-content-wrapper p {
    margin-bottom: 15px;
    max-height: 67px;
    overflow: hidden;
}

.project-btn {
    display: inline-block;
    float: right;
}

.small-project {
    display: block;
}

.small-project img {
    width: 100%;
    height: 149px;
    object-fit: cover;
}

.small-project-content {
    padding: 10px;
    height: 100%;
    display: block;
}

.project-btn {
    color: #424242;
    font-size: 14px;
    font-weight: 600;
}

.small-project-content span,
.small-project-content h3 {
    margin-bottom: 3px;
}

.small-project-content p {
    margin-bottom: 5px;
    max-height: 48px;
}

.small-project-row-wrapper {
    margin-bottom: 30px;
    overflow: hidden;
}

.overflow-hider {
    overflow: hidden;
}

.small-project-row-wrapper:nth-child(1) {
    animation-delay: 200ms;
}

.small-project-row-wrapper:nth-child(2) {
    animation-delay: 400ms;
}

.small-project-row-wrapper:nth-child(3) {
    animation-delay: 600ms;
}

.project-big {
    color: #fff;
}


/* recent project section ends */


/* recent updates section starts */

.same-height {
    margin-bottom: 30px;
}

.recent-news {
    display: block;
    transition: 500ms ease all;
    transform: scale(1);
    margin-bottom: 30px;
    position: relative;
    border: 1px solid #f2f2f2;
    height: 100%;
    background: #fff;
}

.same-height:nth-child(2) {
    animation-delay: 500ms;
}

.same-height:nth-child(3) {
    animation-delay: 1s;
}

.recent-news:hover {
    transform: scale(1.05);
}

.recent-news img {
    width: 100%;
    height: 250px;
    object-fit: cover;
}

.recent-news .about-sec-content {
    text-align: left;
    border-top: none;
    display: block;
}

.recent-news .about-sec-wrapper:hover .about-sec-content {
    background: transparent;
}

.recent-news .about-sec-wrapper:hover .about-sec-content h3,
.recent-news .about-sec-wrapper:hover .about-sec-content p {
    color: #424242;
}

.recent-news .about-sec-content p {
    max-height: 70px;
    overflow: hidden;
}

.date-wrapper p {
    color: #ffffff;
    font-size: 25px;
}

.recent-news:hover .date-wrapper p {
    color: #fff !important;
}

.date-wrapper {
    position: absolute;
    top: 0;
    margin: 15px;
    font-size: 16px !important;
    color: #ffffff !important;
    background: #065b79;
    padding: 10px 20px;
    display: flex !important;
    flex-direction: column;
    align-items: center;
    right: 0;
}

.recent-new .about-sec-content h3 {
    line-height: 25px;
    font-size: 18px;
    max-height: 46px;
    overflow: hidden;
}

.st-label {
    border: none !important;
}

div#st-1 {
    margin-bottom: 20px;
}


/* 
.recent-update-sec {

    display: inline-block;
} */

.view-more-btn {
    margin: 0 auto;
    display: block;
    max-width: 160px;
}

.recent-small-content h3 {
    font-size: 16px;
}

.recent-small-content .project-btn {
    font-size: 13px;
}

.recent-small .small-project {
    height: 146px;
}

.recent-small-content {
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
    background: #f2f2f2;
    display: block;
}

.recent-new {
    background: #f2f2f2;
}

.recent-new .about-sec-wrapper {
    background: #f2f2f2;
}

.recent-new img {
    height: 270px;
}

.recent-new .about-sec-wrapper .about-sec-content p {
    max-height: 119px;
}


/* recent updates section ends */


/* gallery section starts */

.gallery-section {
    background: #003142;
}

.gallery-side img {
    width: 100%;
    height: 175px;
    object-fit: cover;
    /* transform: scale(1); */
    transition: 500ms ease all;
}

.gallery-image-wrapper {
    max-width: 100%;
    overflow: hidden;
    display: block;
    margin-bottom: 10px;
}

.gallery-image-wrapper h4 {
    font-size: 14px;
    color: #fff;
    width: 100%;
    max-height: 17px;
    overflow: hidden;
}

.image-gal-title-wrapper {
    padding: 10px;
    background: #007198;
}


/* .gallery-side img:hover {
    transform: scale(1.2);
} */

.video-side {
    display: block;
    position: relative;
    overflow: hidden;
    margin-bottom: 30px;
}

.video-side:hover:before {
    transform: scale(1);
}

.video-side::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(6, 91, 121, 0.5);
    transform: scale(0);
    transition: 500ms ease all;
}

.gallery-title h2 {
    color: #fff;
}

.video-side img {
    width: 100%;
    height: 254px;
    object-fit: cover;
}

.play-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 45px;
    color: #fff;
    transition: 500ms ease all;
    opacity: 0;
}

.video-side:hover .play-icon {
    opacity: 1;
}

.video-side:hover .video-title {
    bottom: 0;
}

.video-title {
    /* position: absolute;
    bottom: -100%;
    left: 0; */
    width: 100%;
    padding: 15px;
    background: rgba(0, 120, 162, 0.9);
    transition: 500ms ease all;
    transition-delay: 300ms;
    position: relative;
}

.video-title h4 {
    color: #fff;
    font-size: 20px;
    max-height: 25px;
    overflow: hidden;
}


/* gallery section ends */


/* testimonial section starts */

.testimonial-image-wrapper {
    overflow: hidden;
}

.testimonial-image-wrapper {
    width: 110px;
    height: 110px;
    overflow: hidden;
    margin: 0 auto;
    margin-bottom: 30px;
}

.testimonial-image-wrapper img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover;
    border-radius: 50%;
}

.testimonial-wrapper {
    max-width: 800px;
    text-align: center;
    margin: 0 auto;
    background: #fff;
    border-radius: 10px;
    margin-top: 20px;
    margin-bottom: 20px;
    padding: 20px;
    display: block;
    height: 100%;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.5), 0 1px 2px 0 rgba(0, 0, 0, 0.09);
}

.testimonial-content h4,
.testimonial-content span,
.testimonial-content p {
    color: #424242;
}

.testimonial-content p {
    margin-bottom: 15px;
}

.testimonial-content h4 {
    margin-bottom: 10px;
    font-weight: 600;
}


/* testimonial section ends */


/* donate setion starts */

.donate-section {
    background: #2e3a41;
}

.donate-side figure {
    height: 400px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.donate-side figure::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(38, 51, 65, 0.6);
}

.donate-content {
    position: relative;
    margin: 0 auto;
    margin-left: 20%;
    padding-right: 30px;
}

.subscribe-content h2,
.donate-content h2,
.donate-content p {
    color: #fff;
}

.subscribe-content h2,
.donate-content p,
.donate-content h2 {
    margin-bottom: 15px;
}

.newsletter-wrapper {
    display: flex;
    justify-content: end;
    width: 100%;
    align-items: center;
    height: 100%;
}

.newsletter-side input,
.newsletter-side button {
    width: 100%;
    padding: 10px;
    outline: none;
    margin-bottom: 15px;
    border: none;
    font-size: 14px;
}

.newsletter-side button {
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
}


/* donate section ends */


/* footer section starts */

footer {
    background: #1f282d;
    padding: 40px 0;
}

.footer-col-wrapper h3 {
    font-size: 25px;
    color: #fff;
    margin-bottom: 30px;
}

.footer-address li,
.footer-address li a {
    color: #fff;
    font-size: 14px;
}

footer ul li a {
    transition: 500ms ease all;
}

footer ul li a:hover {
    color: #00bdff;
}

.footer-address li i,
.footer-address li a i {
    color: #00bdff;
    margin-right: 7px;
}

.footer-address li {
    display: block;
    margin: 5px 0;
}

.social-media li a {
    color: #fff;
    font-size: 14px;
    margin: 5px 0;
    display: block;
}

.social-media li a i {
    margin-right: 15px;
    height: 30px;
    width: 30px;
    line-height: 30px;
    text-align: center;
    border: 1px solid #00bdff;
    color: #00bdff;
}

#button {
    display: inline-block;
    background-color: #0078a2;
    width: 50px;
    height: 50px;
    text-align: center;
    border-radius: 4px;
    position: fixed;
    bottom: 30px;
    right: 30px;
    transition: background-color .3s, opacity .5s, visibility .5s;
    opacity: 0;
    visibility: hidden;
    z-index: 5;
}

#button::after {
    content: "\f077";
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    font-size: 2em;
    line-height: 50px;
    color: #fff;
}

#button:hover {
    cursor: pointer;
    background-color: #333;
}

#button:active {
    background-color: #555;
}

#button.show {
    opacity: 1;
    visibility: visible;
}

.footer-col-wrappe a {
    transition: 500ms ease all;
}

.footer-col-wrappe a:hover {
    color: #0078a2 !important;
}

.footer {
    background: #0e1215;
    padding: 10px 0;
}

.copy-right {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.copy-right p {
    color: #9c9c9c;
}

.copy-right p a {
    color: #0078a2;
}


/* footer section ends */


/* animated header */

.sticky .top-menu-bar {
    top: 28px;
}

.top-menu-bar {
    position: absolute;
    top: 39px;
    right: 100px;
    z-index: 22;
    display: none;
    transition: 500ms ease all;
    cursor: pointer;
}

span.menu-line {
    display: block;
    width: 40px;
    height: 2px;
    background: #fff;
    margin: 9px 0;
    transition: 500ms;
}

.top-menu-bar.active {
    top: 30px;
    right: 80px;
}

.top-menu-bar.active span.menu-line:nth-child(2) {
    opacity: 0;
}

.top-menu-bar.active span.menu-line:nth-child(1) {
    transform: rotate(45deg);
}

.top-menu-bar.active span.menu-line:nth-child(3) {
    transform: rotate(-45deg);
    margin-top: -19px;
}

.top-menu-bar {
    display: none;
}

.main-navigation {
    /* position: fixed;
    top: 0;
    width: 100%;
    left: 0;
    z-index: 9;
    transition: 800ms; */
    display: flex;
    align-items: flex-start;
    flex-direction: column;
}

.main-navigation.open {
    right: 0;
}

.main-navigation ul {
    /* padding: 20px; */
    /* text-align: center; */
    margin-bottom: 5px;
}

.main-navigation ul li a {
    font-size: 16px;
    padding: 10px 5px;
    padding-bottom: 0;
    font-weight: 400;
}

.sticky .logo-wrapper img {
    width: 93px;
}


/* header.sticky {
    background: #065b79;
} */


/* benefits section starts */

.benefit-image-wrapper {
    height: 90px;
    width: 90px;
    line-height: 90px;
    background: #fff;
    text-align: center;
    border-radius: 50%;
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
    margin-bottom: 15px;
    transition: 0.5s ease all;
}

.benefit-image-wrapper img {
    width: 30px;
}

.benefit-wrapper:hover .benefit-image-wrapper {
    background: #9be5ff;
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
}

.benefit-wrapper::before {
    content: "";
    position: absolute;
    width: 1px;
    height: 0;
    background: #004f94;
    left: -15px;
    transition: 0.5s ease all;
}

.benefit-wrapper:hover::before {
    height: 100%;
}

.benefit-wrapper {
    margin-bottom: 30px;
    position: relative;
    display: block;
}

.benefit-wrapper h3 {
    margin-bottom: 15px;
    font-size: 16px;
    font-weight: 600;
    /* font-size: 18px; */
    color: #333333;
}


/* benefit section ends */

.benefit-image-wrapper {
    display: block;
}

.benefit-wrapper p {
    font-size: 14px;
    line-height: 24px;
    max-height: 75px;
    overflow: hidden;
}


/* google translator */

.skiptranslate span {
    display: none;
}


/* .skiptranslate {
    display: none;
} */

.goog-te-banner-frame {
    display: none;
}

div#google_translate_element {
    z-index: 7;
    position: fixed;
    top: 7px;
    right: 157px;
    border: 1px solid #e4de0b;
    background: #e4de0b;
}

.goog-te-gadget {
    font-size: 0 !important;
}

.goog-te-gadget .goog-te-combo {
    margin: 4px 0;
    padding: 3px;
    outline: none;
    border: none;
    background: #e4de0b;
}

.modal-body img {
    width: 100%;
    height: auto;
    margin-bottom: 15px;
}

.modal-body h2 {
    font-size: 20px;
    margin-bottom: 15px;
}

.front-ad {

    display: block;
    margin-bottom: 20px;
   
}

.front-ad img {

    width: 100%;
}

.ad-section {

    background:#065b79;
    padding: 40px 0;
}