@import url("https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,600;0,700;0,800;1,300;1,400;1,600;1,700;1,800&display=swap");
body {
    font-size: 14px;
    font-family: "Open Sans", sans-serif;
}

body * {
    line-height: 1;
    padding: 0;
    margin: 0;
}

.btn-2 {
    background: #030749 !important;
    color: rgba(0, 0, 0, 0.5);
    font-weight: 600;
}

a {
    color: #000;
    text-decoration: none;
    display: inline-block;
}

input,
textarea,
select,
button,
.form-control {
    border-radius: 0;
}

input::placeholder,
textarea::placeholder,
select::placeholder,
button::placeholder,
.form-control::placeholder {
    font-size: 14px;
}

input:focus,
textarea:focus,
select:focus,
button:focus,
.form-control:focus {
    box-shadow: none !important;
    outline: none !important;
}

input:focus::placeholder,
textarea:focus::placeholder,
select:focus::placeholder,
button:focus::placeholder,
.form-control:focus::placeholder {
    opacity: 0;
    color: rgba(0, 0, 0, 0.7);
}

a {
    text-decoration: none;
    -webkit-transition: all 0.3s ease-in;
    -khtml-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -ms-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}

a:hover {
    text-decoration: none;
    -webkit-transition: all 0.3s ease-in;
    -khtml-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -ms-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}


/* .main-header {
  border-top: 3px solid #ED3237;
} */

.main-header .header-top {
    padding: 8px 15px;
    background-color: #f09218;
}

.main-header .header-top ul {
    margin: 0 -30px;
}

.main-header .header-top ul li {
    padding: 0 30px;
    align-self: center;
    margin-left: 40px;
}

.main-header .header-top ul li {
    margin-right: auto;
}

.main-header .header-top ul li .brand-title {
    max-width: 100px;
}

.main-header .header-top ul li .block-wrapper .icon-wrapper {
    flex-basis: 60px;
    max-width: 60px;
    align-self: center;
}

.main-header .header-top ul li .block-wrapper .icon-wrapper i {
    color: #ED3237;
    font-size: 20px;
    height: 50px;
    width: 50px;
    line-height: 50px;
    text-align: center;
    border-radius: 50%;
    border: 1px solid rgba(252, 251, 251, 0.925);
}

.main-header .header-top ul li .block-wrapper .content-wrapper {
    flex-basis: calc(100% - 60px);
    /* max-width: calc(100% - 60px); */
    width: 300px;
    padding-left: 15px;
    align-self: center;
}

.main-header .header-top ul li .block-wrapper .content-wrapper small {
    text-transform: uppercase;
    font-weight: 600;
    display: block;
    margin-bottom: 5px;
}


/* .email-wrapper{
  float:  left !important;
} */

.main-header .header-top ul li .block-wrapper .content-wrapper p {
    color: rgba(252, 249, 249, 0.7);
    font-size: 14px;
}

.main-header .header-top ul li .button-block a {
    background: #ED3237;
    height: 50px;
    line-height: 50px;
    text-align: center;
    color: #fff;
    border-radius: 25px;
    width: 150px;
    max-width: 100%;
    font-weight: 600;
    text-transform: uppercase;
}

.main-header .header-bottom {
    background: #fdfcfc;
}

.main-header .header-bottom .navbar {
    background: transparent !important;
}


/*---*/

.main-header .header-bottom .navbar .navbar-brand {
    color: #fff;
    font-size: 40px;
    position: relative;
    top: -12px;
}

@media only screen and (max-width: 768px) {
    .main-header .header-bottom .navbar .navbar-brand {
        font-size: 25px;
    }
    .block-wrapper {
        margin-bottom: 10px !important;
    }
}

.main-header .header-bottom .navbar .navbar-brand span {
    font-size: 60px;
}

@media only screen and (max-width: 768px) {
    .main-header .header-bottom .navbar .navbar-brand span {
        font-size: 40px;
    }
}

.main-header .header-bottom .navbar .navbar-brand span:first-child {
    font-weight: 600;
    color: #f8d24b;
}

.main-header .header-bottom .navbar .navbar-brand span:nth-child(2) {
    font-weight: 600;
    color: #DE2B41;
}


/* */

.main-header .header-bottom .navbar .navbar-brand {
    color: rgb(22, 22, 22);
    font-size: 40px;
    position: relative;
    top: -12px;
    margin-left: 50px;
}

.main-header .header-bottom .navbar .navbar-brand img {
    width: 100px;
}

@media only screen and (min-width: 992px) {
    .main-header .header-bottom .navbar .navbar-nav .nav-item:first-child .nav-link {
        padding-left: 100px;
    }
}

@media only screen and (min-width: 992px) {
    .main-header .header-bottom .navbar .navbar-nav .nav-item:last-child .nav-link {
        padding-right: 0px;
    }
}

@media only screen and (max-width: 767px) {
    .main-header .header-bottom .navbar .navbar-nav {
        margin-left: 0 !important;
    }
    .map-contact img {
        width: 490px !important;
    }
}


/* .main-header .header-bottom .navbar .navbar-nav {
    position: relative;
    right: 0;
} */

.main-header .header-bottom .navbar .navbar-nav .nav-item:hover .nav-link,
.main-header .header-bottom .navbar .navbar-nav .nav-item.active .nav-link {
    color: rgb(22, 22, 22);
}

.main-header .header-bottom .navbar .navbar-nav .nav-item .nav-link {
    font-size: 14px;
    font-weight: 600;
    padding: 14px 13px;
    color: rgb(31, 30, 30);
    text-transform: uppercase;
}

.main-header .header-bottom .navbar .navbar-nav .nav-item .dropdown-menu {
    padding: 0;
    background: rgba(58, 122, 165, 0.9);
}

.main-header .header-bottom .navbar .navbar-nav .nav-item .dropdown-menu .dropdown-item {
    padding: 12px 15px;
    color: #fff;
}

.main-header .header-bottom .navbar .navbar-nav .nav-item .dropdown-menu .dropdown-item:hover {
    background: #030749;
    color: #fff;
}

.main-header .header-bottom .navbar .navbar-nav .nav-item .dropdown-menu .dropdown-item:not(:last-child) {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.main-banner-slider {
    position: relative;
    margin-bottom: 80px;
}

.main-banner-slider .banner-inner .carousel-item img {
    height: calc(100vh - 130px);
    object-fit: cover;
}

@media only screen and (max-width: 768px) {
    .main-banner-slider .banner-inner .carousel-item img {
        height: 40vh;
    }
}

.main-banner-slider .banner-inner .carousel-indicators {
    display: none;
}

.main-banner-slider .banner-inner .slide-text {
    padding: 0 30% 0 10%;
}

@media only screen and (max-width: 768px) {
    .main-banner-slider .banner-inner .slide-text {
        padding: 0 15px;
    }
}

.main-banner-slider .banner-inner .slide-text p,
.main-banner-slider .banner-inner .slide-text h2 {
    color: #fff;
}

.main-banner-slider .banner-inner .slide-text .text_1 {
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 15px;
    text-transform: uppercase;
}

.main-banner-slider .banner-inner .slide-text .text_2 {
    color: #fff;
    font-size: 50px;
    font-weight: 700;
    margin-bottom: 20px;
    text-transform: uppercase;
}

@media only screen and (max-width: 768px) {
    .main-banner-slider .banner-inner .slide-text .text_2 {
        font-size: 20px;
    }
}

.main-banner-slider .banner-inner .slide-text .text_3 {
    font-size: 18px;
    margin-bottom: 30px;
    line-height: 28px;
}

@media only screen and (max-width: 768px) {
    .main-banner-slider .banner-inner .slide-text .text_3 {
        font-size: 14px;
        line-height: 18px;
    }
}

.main-banner-slider .banner-inner .slide-text .btn_1 {
    padding: 16px 30px;
    border-radius: 4px;
    display: inline-block;
    font-size: 14px;
    margin-right: 40px;
    background: #030749;
    color: #fff;
    letter-spacing: 0.4px;
    text-transform: uppercase;
}

@media only screen and (max-width: 768px) {
    .main-banner-slider .banner-inner .slide-text .btn_1 {
        padding: 8px 15px;
        font-size: 14px;
    }
}

.main-banner-slider .banner-inner .bs-slider-overlay {
    background: linear-gradient(to right, rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0));
}

.client_section {
    padding: 80px 0 80px;
}

@media only screen and (max-width: 768px) {
    .client_section {
        padding: 20px 0;
    }
}

.client_section .section-title {
    margin-bottom: 50px;
}

.client_section .owl-carousel img {
    display: block;
    width: 150px;
    margin: 0 auto;
}

.section-title {
    position: relative;
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 40px;
    text-transform: uppercase;
}

.section-title:after,
.section-title:before {
    position: absolute;
    content: "";
    left: 0;
    border-bottom: 1px solid #030749;
}

.section-title:after {
    width: 30px;
    bottom: -10px;
}

.section-title:before {
    width: 50px;
    bottom: -15px;
}

.about-us {
    margin-bottom: 80px;
}

.about-us .section-inner .content-wrapper .section-desc {
    font-size: 16px;
    line-height: 28px;
    color: rgba(0, 0, 0, 0.8);
    margin-bottom: 30px;
}

.about-us .section-inner .content-wrapper ul {
    margin-bottom: 50px;
}

.about-us .section-inner .content-wrapper ul li {
    position: relative;
    font-size: 16px;
    color: rgba(0, 0, 0, 0.8);
    padding-left: 30px;
}

.about-us .section-inner .content-wrapper ul li:before {
    position: absolute;
    content: "\f178";
    top: 50%;
    left: 0;
    color: #3A7AA5;
    font-family: 'FontAwesome';
    -webkit-transform: translateY(-50%);
    -khtml-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.about-us .section-inner .content-wrapper ul li:not(:last-child) {
    margin-bottom: 20px;
}

.about-us .section-inner .content-wrapper ul li:first-child {
    font-weight: 600;
    font-size: 20px;
    padding-left: 0;
}

.about-us .section-inner .content-wrapper ul li:first-child:before {
    content: none;
}

.about-us .section-inner .content-wrapper a {
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    color: #fff;
    height: 45px;
    line-height: 45px;
    text-align: center;
    border-radius: 4px;
    padding: 0 30px;
    background: #030749;
}

.about-us .section-inner .img-wrapper .row .col-md-12 {
    margin-bottom: 30px;
}

.what-we-do {
    margin-bottom: 80px;
}

.what-we-do .section-inner .row .col-md-4 {
    margin-bottom: 30px;
}

.what-we-do .section-inner .block-wrapper {
    border-radius: 5px;
    overflow: hidden;
    position: relative;
}

.what-we-do .section-inner .block-wrapper .image-wrapper {
    padding-bottom: 160px;
}

.what-we-do .section-inner .block-wrapper .image-wrapper img {
    height: 300px;
    object-fit: cover;
    object-position: top;
}

.what-we-do .section-inner .block-wrapper .content-wrapper {
    background-color: #030749;
    border-radius: 32px 32px 0 0;
    padding: 30px 15px 15px;
    overflow: hidden;
    position: absolute;
    bottom: -60px;
    width: 100%;
    z-index: 99;
    -webkit-transition: all 0.3s ease;
    -khtml-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.what-we-do .section-inner .block-wrapper .content-wrapper:before {
    position: absolute;
    content: "";
    bottom: -100%;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #ED3237;
    z-index: 111;
    -webkit-transition: all 0.3s ease;
    -khtml-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.what-we-do .section-inner .block-wrapper .content-wrapper .content-wrapper-inner {
    position: relative;
    z-index: 222;
}

.what-we-do .section-inner .block-wrapper .content-wrapper .content-wrapper-inner strong {
    display: block;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 15px;
    color: rgba(255, 255, 255, 0.9);
}

.what-we-do .section-inner .block-wrapper .content-wrapper .content-wrapper-inner p {
    font-size: 16px;
    margin-bottom: 20px;
    line-height: 25px;
    color: rgba(255, 255, 255, 0.7);
    min-height: 80px;
    max-height: 80px;
    overflow: hidden;
    max-width: 100%;
}

.what-we-do .section-inner .block-wrapper .content-wrapper .content-wrapper-inner a {
    text-align: center;
    color: #fff;
}

.what-we-do .section-inner .block-wrapper .content-wrapper .content-wrapper-inner .donation {
    margin-top: 20px;
}

.what-we-do .section-inner .block-wrapper .content-wrapper .content-wrapper-inner .donation a {
    background: transparent;
    border: 1px solid #fff;
    border-radius: 25px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    padding: 0 20px;
    color: #fff;
}

.what-we-do .section-inner .block-wrapper:hover .content-wrapper {
    bottom: 0;
    -webkit-transition: all 0.3s ease;
    -khtml-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.what-we-do .section-inner .block-wrapper:hover .content-wrapper:before {
    bottom: 0;
    -webkit-transition: all 0.3s ease;
    -khtml-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.we-involved {
    background: ;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    margin-bottom: 80px;
}

.we-involved .section-inner {
    padding: 60px 0 30px;
    position: relative;
}

.we-involved .section-inner:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.85);
}

.we-involved .section-inner .section-header {
    text-align: center;
    margin-bottom: 80px;
}

.we-involved .section-inner .section-header h4 {
    color: #fff;
}

.we-involved .section-inner .section-header h4:after,
.we-involved .section-inner .section-header h4:before {
    left: 50%;
    -webkit-transform: translateX(-50%);
    -khtml-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}

.we-involved .section-inner .row .col-md-6 {
    margin-bottom: 30px;
}

.we-involved .section-inner .block-wrapper {
    display: flex;
}

.we-involved .section-inner .block-wrapper .image-wrapper {
    flex-basis: 150px;
    max-width: 150px;
    align-self: center;
}

.we-involved .section-inner .block-wrapper .image-wrapper img {
    max-width: 150px;
    height: 150px;
    border-radius: 50%;
    padding: 5px;
    object-fit: cover;
    object-position: center;
    border: 1px solid #030749;
    -webkit-transition: all 0.3s ease-in;
    -khtml-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -ms-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}

.we-involved .section-inner .block-wrapper .content-wrapper {
    flex-basis: calc(100% - 150px);
    max-width: calc(100% - 150px);
    align-self: center;
    padding-left: 40px;
}

.we-involved .section-inner .block-wrapper .content-wrapper h4 {
    font-size: 22px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 15px;
    text-transform: capitalize;
}

.we-involved .section-inner .block-wrapper .content-wrapper p {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 15px;
    color: #fff;
    opacity: 0.8;
}

.we-involved .section-inner .block-wrapper .content-wrapper a {
    position: relative;
    color: #0ca700;
}

.we-involved .section-inner .block-wrapper .content-wrapper a:after {
    position: absolute;
    content: "\f178";
    top: 2px;
    right: -30px;
    font-family: 'FontAwesome';
    -webkit-transition: all 0.3s ease-in;
    -khtml-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -ms-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}

.we-involved .section-inner .block-wrapper:hover .image-wrapper img {
    border-radius: 25px;
    -webkit-transition: all 0.3s ease-in;
    -khtml-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -ms-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}

.we-involved .section-inner .block-wrapper:hover .content-wrapper a:after {
    right: -50px;
    -webkit-transition: all 0.3s ease-in;
    -khtml-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -ms-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}

.events {
    margin-bottom: 80px;
}

.events .section-inner .events-carousel .item .video-wrapper iframe {
    width: 100%;
    height: 240px;
}

.events .section-inner .events-carousel .item .event-wrapper {
    position: relative;
}

.events .section-inner .events-carousel .item .event-wrapper:after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 99;
    background: black;
    opacity: 0;
    -webkit-transition: all 0.3s ease-in;
    -khtml-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -ms-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}

.events .section-inner .events-carousel .item .event-wrapper h6 {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 111;
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    -webkit-transform: translate(-50%, -50%);
    -khtml-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    opacity: 0;
    -webkit-transition: all 0.3s ease-in;
    -khtml-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -ms-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}

.events .section-inner .events-carousel .item .event-wrapper p {
    position: absolute;
    top: 30px;
    left: 30px;
    background: #ED3237;
    padding: 8px;
    font-size: 14px;
    display: inline-block;
    border-radius: 5px;
    color: #fff;
    font-weight: 600;
    text-align: center;
    z-index: 122;
    opacity: 0;
    -webkit-transition: all 0.3s ease-in;
    -khtml-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -ms-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}

.events .section-inner .events-carousel .item .event-wrapper p span {
    display: block;
    padding-top: 4px;
    margin-top: 4px;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.events .section-inner .events-carousel .item .event-wrapper:hover:after {
    opacity: 0.7;
    -webkit-transition: all 0.3s ease-in;
    -khtml-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -ms-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}

.events .section-inner .events-carousel .item .event-wrapper:hover h6 {
    opacity: 1;
    -webkit-transition: all 0.3s ease-in;
    -khtml-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -ms-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}

.events .section-inner .events-carousel .item .event-wrapper:hover p {
    opacity: 1;
    -webkit-transition: all 0.3s ease-in;
    -khtml-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -ms-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}


/*----*/

.clients {
    margin-bottom: 80px;
}

.clients .section-inner .clients-carousel .item .video-wrapper iframe {
    width: 100%;
    height: 240px;
}

.clients .section-inner .clients-carousel .item .client-wrapper {
    position: relative;
}

.clients .section-inner .clients-carousel .item .client-wrapper:after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 99;
    background: black;
    opacity: 0;
    -webkit-transition: all 0.3s ease-in;
    -khtml-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -ms-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}

.clients .section-inner .clients-carousel .item .client-wrapper h6 {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 111;
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    -webkit-transform: translate(-50%, -50%);
    -khtml-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    opacity: 0;
    -webkit-transition: all 0.3s ease-in;
    -khtml-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -ms-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}

.clients .section-inner .clients-carousel .item .client-wrapper p {
    position: absolute;
    top: 30px;
    left: 30px;
    background: #ED3237;
    padding: 8px;
    font-size: 14px;
    display: inline-block;
    border-radius: 5px;
    color: #fff;
    font-weight: 600;
    text-align: center;
    z-index: 122;
    opacity: 0;
    -webkit-transition: all 0.3s ease-in;
    -khtml-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -ms-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}

.clients .section-inner .clients-carousel .item .client-wrapper p span {
    display: block;
    padding-top: 4px;
    margin-top: 4px;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.clients .section-inner .clients-carousel .item .client-wrapper:hover:after {
    opacity: 0.7;
    -webkit-transition: all 0.3s ease-in;
    -khtml-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -ms-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}

.clients .section-inner .clients-carousel .item .client-wrapper:hover h6 {
    opacity: 1;
    -webkit-transition: all 0.3s ease-in;
    -khtml-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -ms-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}

.clients .section-inner .clients-carousel .item .client-wrapper:hover p {
    opacity: 1;
    -webkit-transition: all 0.3s ease-in;
    -khtml-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -ms-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}

.client_section {
    padding: 80px 0 80px;
}

@media only screen and (max-width: 768px) {
    .client_section {
        padding: 20px 0;
    }
}

.client_section .section-title {
    margin-bottom: 50px;
}

.client_section .owl-carousel img {
    display: block;
    width: 150px;
    margin: 0 auto;
}


/*----*/

.page-banner {
    margin-bottom: 80px;
}

@media only screen and (max-width: 768px) {
    .page-banner {
        margin-bottom: 40px;
    }
}

.page-banner .banner-inner {
    position: relative;
}

.page-banner .banner-inner:after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.7);
}

.page-banner .banner-inner img {
    height: 250px;
    object-fit: cover;
    object-position: center;
}

@media only screen and (max-width: 768px) {
    .page-banner .banner-inner img {
        height: 150px;
    }
}

.page-banner .banner-inner .page-title {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    z-index: 99;
    text-align: center;
    -webkit-transform: translate(-50%, -50%);
    -khtml-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.page-banner .banner-inner .page-title h4 {
    color: #fff;
    font-size: 35px;
    text-transform: uppercase;
}

.page-banner .banner-inner .page-title .breadcrumb {
    background: transparent;
    justify-content: center;
    margin: 0;
}

.page-banner .banner-inner .page-title .breadcrumb li a {
    color: #fff;
}

.page-banner .banner-inner .page-title .breadcrumb li.active {
    color: #ED3237;
}

.type01 {
    margin-bottom: 40px;
}

@media only screen and (max-width: 768px) {
    .type01 .img-wrapper {
        margin-bottom: 15px;
    }
}

.type01 .img-wrapper img {
    border-radius: 5px;
}

.type01 .content-wrapper h5 {
    margin-bottom: 15px;
    font-size: 22px;
    line-height: 24px;
    font-weight: 600;
}

.type01 .content-wrapper h6 {
    margin-bottom: 10px;
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
}

.type01 .content-wrapper p {
    line-height: 22px;
    font-size: 16px;
    text-align: justify;
}

.type01 .content-wrapper p span {
    font-weight: 600;
    font-size: 19px;
}

.type01 .content-wrapper p:not(:last-child) {
    margin-bottom: 20px;
}

.type01.type02 .row {
    flex-direction: row-reverse;
}

.type03 {
    margin-bottom: 40px;
}

.type03 .img-wrapper img {
    max-width: 400px;
    padding: 0 30px 12px 0;
    border-radius: 5px;
    float: left;
}

@media only screen and (max-width: 768px) {
    .type03 .img-wrapper img {
        max-width: 100%;
        padding: 0;
        margin-bottom: 15px;
    }
}

.type03 .img-wrapper .content-wrapper h5 {
    margin-bottom: 15px;
    font-size: 22px;
    line-height: 24px;
    font-weight: 600;
}

.type03 .img-wrapper .content-wrapper h6 {
    margin-bottom: 10px;
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
}

.type03 .img-wrapper .content-wrapper p {
    line-height: 22px;
    font-size: 16px;
    text-align: justify;
}

.type03 .img-wrapper .content-wrapper p span {
    font-weight: 600;
    font-size: 19px;
}

.type03 .img-wrapper .content-wrapper p:not(:last-child) {
    margin-bottom: 20px;
}

.type03.type04 .img-wrapper img {
    float: right;
    padding: 0 0 12px 30px;
}

@media only screen and (max-width: 768px) {
    .type03.type04 .img-wrapper img {
        padding: 0;
        margin-bottom: 15px;
    }
}

.type05 {
    margin-bottom: 40px;
}

.type05 .content-wrapper h5 {
    margin-bottom: 15px;
    font-size: 22px;
    line-height: 24px;
    font-weight: 600;
}

.type05 .content-wrapper h6 {
    margin-bottom: 10px;
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
}

.type05 .content-wrapper p {
    line-height: 22px;
    font-size: 16px;
    text-align: justify;
}

.type05 .content-wrapper p span {
    font-weight: 600;
    font-size: 19px;
}

.type05 .content-wrapper p:not(:last-child) {
    margin-bottom: 20px;
}

.type05 .content-wrapper ul {
    margin-bottom: 15px;
}

.type05 .content-wrapper ul li {
    position: relative;
    font-size: 16px;
    color: rgba(0, 0, 0, 0.8);
    padding-left: 30px;
    line-height: 22px;
}

.type05 .content-wrapper ul li:before {
    position: absolute;
    content: "\f178";
    top: 50%;
    left: 0;
    color: #3A7AA5;
    font-family: 'FontAwesome';
    -webkit-transform: translateY(-50%);
    -khtml-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.type05 .content-wrapper ul li:not(:last-child) {
    margin-bottom: 20px;
}

.gallery-page {
    margin-bottom: 80px;
}

.gallery-items .row .col-12 {
    margin-bottom: 30px;
}

.gallery-items .post-thumb img {
    height: 220px;
    object-fit: cover;
    object-position: top;
}

.gallery-items .video-wrapper iframe {
    width: 100%;
    height: 220px;
}

.filter-section {
    margin-bottom: 30px;
}

.filter-section .filtermenu {
    justify-content: center;
}

.filter-section .filtermenu li {
    font-size: 16px;
    font-weight: 600;
    padding: 5px;
    cursor: pointer;
}

.filter-section .filtermenu li:not(:last-child) {
    margin-right: 20px;
}

.filter-section .filtermenu li.active {
    border-bottom: 2px solid #ED3237;
}

.contact-page {
    margin-bottom: 80px;
}

.contact-page .section-inner .contact-details {
    background: #d4e5f0;
    padding: 10px;
}

.contact-page .section-inner .contact-details h4 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 15px;
    background: #3A7AA5;
    padding: 10px;
    color: #fff;
    text-align: center;
}

.contact-page .section-inner .contact-details .contact-details-inner {
    padding: 0 10px;
}

.contact-page .section-inner .contact-details .contact-details-inner .info-block {
    margin-bottom: 20px;
}

.contact-page .section-inner .contact-details .contact-details-inner .info-block .info-block-header {
    display: flex;
    margin-bottom: 10px;
}

.contact-page .section-inner .contact-details .contact-details-inner .info-block .info-block-header .fa {
    font-size: 18px;
    flex-basis: 20px;
    max-width: 20px;
    color: #ED3237;
    text-align: center;
}

.contact-page .section-inner .contact-details .contact-details-inner .info-block .info-block-header p {
    font-size: 16px;
    font-weight: 600;
    flex-basis: calc(100% - 20px);
    max-width: calc(100% - 20px);
    color: #ED3237;
    padding-left: 10px;
}

.contact-page .section-inner .contact-details .contact-details-inner .info-block p {
    font-size: 16px;
    line-height: 20px;
}

.contact-page .section-inner .contact-form {
    padding: 20px;
    border: 1px dashed #ED3237;
    border-radius: 5px;
}

.contact-page .section-inner .contact-form .contact-form-inner h4 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 15px;
}

.contact-page .section-inner .contact-form .contact-form-inner p {
    font-size: 16px;
    margin-bottom: 15px;
    line-height: 20px;
}

.contact-page .section-inner .contact-form .contact-form-inner form input {
    height: 50px;
    border-radius: 4px;
    border: 0;
    background: #e7f1f7;
}

.contact-page .section-inner .contact-form .contact-form-inner form textarea {
    border-radius: 4px;
    border: 0;
    background: #e7f1f7;
}

.contact-page .section-inner .contact-form .contact-form-inner form .btn {
    background: #ED3237;
    color: #fff;
    padding: 12px 30px;
}

.contact-page .section-inner .map-wrapper {
    margin-top: 30px;
}

.contact-page .section-inner .map-wrapper iframe {
    width: 100%;
    height: 300px;
}

.how-to-help-page {
    margin-bottom: 80px;
}

.how-to-help-page .section-inner .nav-pills .nav-link {
    padding: 18px 20px;
    background: rgba(0, 0, 0, 0.05);
    border-radius: 0;
}

.how-to-help-page .section-inner .nav-pills .nav-link:not(:last-child) {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.how-to-help-page .section-inner .nav-pills .nav-link.active {
    background: #ED3237;
}

.how-to-help-page .section-inner .tab-content {
    background: #ED3237;
    padding: 2px;
}

.how-to-help-page .section-inner .tab-content .tab-pane {
    background: #fff;
    padding: 20px;
}

.how-to-help-page .section-inner .tab-content .tab-pane .content-wrapper p {
    font-size: 16px;
    line-height: 22px;
}

.how-to-help-page .section-inner .tab-content .tab-pane .content-wrapper p:not(:last-child) {
    margin-bottom: 30px;
}

.how-to-help-page .section-inner .tab-content .tab-pane h3 {
    margin-bottom: 20px;
    font-size: 26px;
    font-weight: 600;
}

.how-to-help-page .section-inner .tab-content .tab-pane .img-container {
    margin-top: 30px;
}

.how-to-help-page .section-inner .tab-content .tab-pane .img-container .img-desc {
    margin-top: 20px;
}

.how-to-help-page .section-inner .tab-content .tab-pane .img-container .img-desc p {
    font-size: 16px;
    line-height: 22px;
}

.how-to-help-page .section-inner .tab-content .tab-pane .form-container .form-container-inner form .form-header h4 {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 15px;
}

.how-to-help-page .section-inner .tab-content .tab-pane .form-container .form-container-inner form .form-header p {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 20px;
    color: rgba(0, 0, 0, 0.7);
}

.how-to-help-page .section-inner .tab-content .tab-pane .form-container .form-container-inner form select,
.how-to-help-page .section-inner .tab-content .tab-pane .form-container .form-container-inner form input {
    height: 50px;
}

.how-to-help-page .section-inner .tab-content .tab-pane .form-container .form-container-inner form label {
    margin-bottom: 8px;
    display: block;
}

.how-to-help-page .section-inner .tab-content .tab-pane .form-container .form-container-inner form p {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 20px;
    color: #63a0c8;
}

.how-to-help-page .section-inner .tab-content .tab-pane .form-container .form-container-inner form p strong {
    font-style: italic;
    font-weight: 600;
}

.how-to-help-page .section-inner .tab-content .tab-pane .form-container .form-container-inner form .btn {
    background: #ED3237;
    border-radius: 4px;
    padding: 12px 30px;
    color: #fff;
}

.how-to-help-page .section-inner .tab-content .tab-pane .form-container .form-container-inner form .note {
    font-size: 12px;
    line-height: 16px;
}

footer .footer-inner {
    background: white;
    padding: 80px 0 0;
    box-shadow: -5px -4px #000;
}

@media only screen and (max-width: 768px) {
    footer .footer-inner {
        padding: 40px 0 0;
    }
}

footer .footer-inner .footer-col-heading {
    color: rgb(24, 23, 23);
    font-size: 22px;
    text-transform: uppercase;
    font-weight: 500;
    position: relative;
    margin-bottom: 30px;
}

@media only screen and (max-width: 768px) {
    footer .footer-inner .footer-col-heading {
        font-size: 18px;
    }
}

footer .footer-inner .footer-col-heading:before {
    position: absolute;
    content: "";
    bottom: -12px;
    left: 0;
    width: 40px;
    border-bottom: 4px solid #ED3237;
    z-index: 9;
}

footer .footer-inner .footer-col-heading:after {
    position: absolute;
    content: "";
    bottom: -12px;
    left: 0;
    width: 100%;
    opacity: 0.1;
    border-bottom: 4px solid #000;
}

footer .footer-inner .row .col-12:not(:last-child) {
    margin-bottom: 30px;
}

footer .footer-inner .footer-col-1 .footer-logo {
    margin-bottom: 10px;
}

footer .footer-inner .footer-col-1 .footer-logo h4 {
    color: rgb(20, 20, 20);
    font-size: 40px;
}

footer .footer-inner .footer-col-1 .footer-logo h4 span:first-child {
    font-size: 60px;
    font-weight: 600;
    color: #ED3237;
}

footer .footer-inner .footer-col-1 .footer-logo h4 span:nth-child(2) {
    font-size: 60px;
    font-weight: 600;
    color: #087400;
}

footer .footer-inner .footer-col-1 .footer-logo img {
    display: block;
    width: 120px;
}

footer .footer-inner .footer-col-1 p {
    color: rgb(26, 25, 25);
    text-align: left;
    font-size: 15px;
    line-height: 20px;
    margin-bottom: 20px;
}

footer .footer-inner .footer-col-1 a {
    background: #ED3237;
    padding: 10px 20px;
    display: inline-block;
    color: rgba(250, 248, 248, 0.918);
    font-weight: 600;
    border-radius: 5px;
}

footer .footer-inner .footer-col-2 ul li a,
footer .footer-inner .footer-col-3 ul li a {
    display: block;
    padding: 8px 0 8px 15px;
    color: rgb(26, 25, 25);
    font-size: 16px;
    position: relative;
}

footer .footer-inner .footer-col-2 ul li a:hover,
footer .footer-inner .footer-col-3 ul li a:hover {
    color: #f59092;
}

footer .footer-inner .footer-col-2 ul li a:before,
footer .footer-inner .footer-col-3 ul li a:before {
    position: absolute;
    content: "\f105";
    left: 0;
    top: 50%;
    font-family: 'FontAwesome';
    -webkit-transform: translateY(-50%);
    -khtml-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

footer .footer-inner .footer-col-4 .contact-ul {
    margin-bottom: 15px;
}

footer .footer-inner .footer-col-4 .contact-ul li {
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 20px;
}

footer .footer-inner .footer-col-4 .contact-ul li:nth-child(odd) {
    flex: 0 0 40px;
    text-align: center;
}

footer .footer-inner .footer-col-4 .contact-ul li:nth-child(odd) .fa {
    font-size: 16px;
    color: rgb(31, 30, 30);
}

footer .footer-inner .footer-col-4 .contact-ul li:nth-child(even) {
    flex: 0 0 calc(100% - 40px);
    color: rgb(26, 26, 26);
}

footer .footer-inner .footer-col-4 .social-link li:not(:last-child) {
    margin-right: 10px;
}

footer .footer-inner .footer-col-4 .social-link li a {
    display: block;
    height: 40px;
    width: 40px;
    font-size: 16px;
    line-height: 40px;
    border-radius: 10px;
    background-color: rgba(255, 255, 255, 0.3);
    text-align: center;
    color: rgb(29, 28, 28);
}

footer .footer-inner .footer-col-4 .social-link li a:hover {
    background-color: rgba(255, 255, 255, 0.4);
}

footer .footer-inner .copy-right {
    margin-top: 50px;
    text-align: center;
    background: #282929;
}

footer .footer-inner .copy-right p {
    color: rgb(228, 226, 226);
    padding: 12px 0;
    margin: 0;
}