/* ----------------------------------

Template Name: SJNL
Author: validtheme
Version: 1.0

-------------------------------------

Table of contents
        
    01. Google font
    02. Reset
    03. Typography
    04. Background color
    05. Custom
    06. Button
    07. Border
    08. Aside style
    09. Video
    10. Background image
    11. Icon
    12. Magnific popup
    13. Header
    14. Page title
    15. Swiper carousel
    16. Slider and parallax typography
    17. Portfolio
    18. Elements
    19. Blog
    20. Footer
    21. Home Page
    22. Services Page
    23. About Page
    24. Projects Page
    25. Pricing Page
    26. PHP Contact Form
    27. Others

*/


/*
** General Styles for HTML tags
*/

    
@import url('https://fonts.googleapis.com/css2?family=Josefin+Sans:ital,wght@0,100..700;1,100..700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&family=Josefin+Sans:ital,wght@0,100..700;1,100..700&display=swap');



body {
    font-family: "DM Sans", sans-serif;
}

.container {
    max-width: 1300px;
}
img{max-width:100%}
p {
    font-style: normal;
    font-weight: normal;
    font-size: 17px;
    line-height: 1.3;
    margin-bottom: 0;
}

a {
    color: #438f71;
    transition: all 0.1s linear;
    font-weight: 700;
}
a:hover{color:#438f71;}

input {
    height: 60px;
    border-radius: 0 !important;
    margin-bottom: 25px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Josefin Sans", sans-serif;
}

h5 {
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 1.3;
    color: #000;
}

h6 {
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 1.3;
    font-family: "Josefin Sans", sans-serif;
    color: #438f71 !important;
}

h2 {
    font-style: normal;
    font-weight: 700;
    font-size: 32px;
    line-height: 1.3;
}

/* .bg-back {
    background-image: url(images/bg-img.jpg);
    background-size: cover;
    background-position: center center;
    background-attachment: scroll;
    background-repeat: no-repeat;
    position: relative;
    z-index: 99999;
} */

.bg-back h6 {
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 1.3;
    color: #fff !important;
}

.bg-back h1 {
    margin-top: 25px;
    margin-bottom: 40px;
    font-size: 72px;
    line-height: 72px;
    font-weight: 700;
}

.overlay {
    background-color: #1a202c73;
    top: 0;
    left: 0;
    width: 100%;
    padding: 90px 0px;
    padding-left: 30px;
    padding-right: 30px;
    position: relative;
    z-index: 1;
    color: #fff;
}

.navbar-nav .nav-link.active,
.navbar-nav .nav-link.show {
    color: rgb(67 143 113);
}

.nav-link {
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    padding-left: calc(1.2em / 2);
    padding-right: calc(1.2em / 2);
    padding: 0.6em 0.5em;
    padding-top: 0.2em;
    padding-bottom: 0.2em;
    color: #000000;
}


.box {
    background-color: #454b4b;
    display: flex;
    padding: 25px;
}

.box i {
    color: var(--global-palette9, #ffffff);
    font-size: 24px;
    background: #438f71;
    border-color: #444444;
    height: 70px;
    width: 110px;
    line-height: 70px;
    margin-right: 30px;
    text-align: center;
}

.box h4 {
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 1.3;
    text-transform: uppercase;
}

.learn {
    background: #438f71;
    color: #fff;
    transition: 0.5s;
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 1.3;
    font-family: 'Josefin Sans', sans-serif;
    border-radius: 0px;
    padding: 16px 30px 16px 30px;
    box-shadow: 0px 0px 0px -7px rgba(0, 0, 0, 0);
    display: block;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
}

.learn:hover {
    background-color: #000000;
    color: #fff;
}

.bottom-pera {
    background-color: #454b4b;
    color: #fff;
    text-align: center;
    padding: 10px;
    margin-bottom: 0;
}



.bg-2 {
    background-color: #f0f1eb;
    padding: 140px 80px;
    margin-top: -100px;
}

.left-sec {
    margin-right: 100px;
}
.left-sec a{margin-top: 20px;
    display: block;}
.left-sec h6 {
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 1.3;
    color: #438f71
}

.bg-2 .h6 {
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 1.3;
    color: var(--global-palette1);
}

.bg-2 h2 {
    font-style: normal;
    font-weight: 700;
    font-size: 32px;
    line-height: 1.3;
    color: var(--global-palette3);
}

.bg-2 h5 {
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 1.3;
    color: var(--global-palette4);
}

.bg-icon {
    padding: 30px 0px;
    display: flex;
}

.bg-icon .icon {
    align-self: center;
}

.bg-icon .sign img {
    width: 200px;
    border-left: 1px solid #000;
    padding: 0px 0px 0px 35px;
}

.bg-icon ul {
    margin: 0;
    padding: 0;
    margin-right: 30px;
}

.bg-icon ul li {
    list-style: none;
    display: inline-block;
}

.bg-icon ul li i {
    color: #ffffff;
    font-size: 20px;
    margin-right: 10px;
    background: #438f71;
    border-width: 0px;
    padding-top: 13px;
    padding-right: 13px;
    padding-bottom: 13px;
    padding-left: 13px;
}

.bg-gray {
    background-color: #454b4b;
    color: #fff;
    width: 75%;
    padding: 35px;
    margin-top: -140px;
    margin-right: -20px;
    margin-bottom: 0px;
    margin-left: 20px;
    position: relative;
    float: right;
}

.bg-gray h2 {
    color: #438f71;
    margin-left: -65px;
    font-size: 170px;
    line-height: 5px;
    font-weight: 400;
    font-family: 'DM Sans';
}




.number-count {
    background-image: url(images/number-img.jpg);
    background-size: cover;
    background-position: center center;
    background-attachment: scroll;
    background-repeat: no-repeat;
    padding: 40px 0px;
    text-align: center;
    position: relative;
    margin: 0 auto;
    margin-top: -100px;
}

.number-count::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
}

.number-count .row {
    position: relative;
    z-index: 1;
}

.number-count span {
    font-size: 50px;
    font-weight: bold;
    color: #fff;
}
.menu-item-has-children:hover .sub-menu {
    display: block; /* Show submenu on hover */
}
.dropdown-menu{ z-index: 999999;}
.number-count h6 {
    color: #EDF2F7 !important;
    font-size: 16px;
    padding-top: 0px;
    margin-top: 0px;
    margin-bottom: 0;
}

.number {
    color: #fff;
    display: inline-block;
    font-size: 50px;
    text-align: center;
    font-weight: bold;
}

.bg-3 {
    text-align: center;
    padding: 50px;
}

.bg-3 h6 {
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 1.3;
    color: #438f71;
}

.bg-3 h2 {
    margin-top: 20px;
    margin-bottom: 30px;
    text-align: center;
    font-style: normal;
    font-weight: 700;
    font-size: 32px;
    line-height: 1.3;
}

.bg-3 p {
    text-align: start;
}

.bg-3 .learn {
    display: table;
    font-size: 18px;
    margin-top: 30px;
    padding: 18px 50px;
}

.bg-3 ul {
    margin: 0;
    padding: 0;
    text-align: left;
}

.bg-3 ul li {
    display: flex;
    list-style: none;
    border-bottom: 1px solid #d6d6d6;
    margin-bottom: 40px;
    padding-bottom: 10px;
}

.bg-3 ul li i {
    color: var(--global-palette9, #ffffff);
    font-size: 21px;
    background: #438f71;
    border-color: #444444;
    height: 52px;
    width: 80px;
    line-height: 52px;
    margin-right: 30px;
    text-align: center;
}

.bg-3 ul li div h5 {
    padding-top: 0;
    margin: 0;
}

.bg-3 ul li div p {
    padding-top: 5px;
}




.bg-4 {
    padding:10px 60px 30px;
    position: relative;
    background-image: url(images/bg-4.jpg);
    background-size: cover;
    background-position: center center;
    background-attachment: scroll;
    background-repeat: no-repeat;
    z-index: 1;
}

.bg-4::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #f0f1ebeb;
    z-index: -1;
}

.bg-4 h6 {
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 1.3;
    color: #438f71;
}

.bg-4 h2 {
    margin-top: 20px;
    margin-bottom: 30px;
    text-align: center;
    font-style: normal;
    font-weight: 700;
    font-size: 32px;
    line-height: 1.3;
}

.our-depart {
    background-color: #fcfcf8;
    padding: 50px;
    width: 100%;
    margin: 0 auto;
    margin-bottom: 20px;
    transition: all .3s ease;
    height: 100%;
}
.bg-4 .col-sm-4{margin-bottom: 20px;}

.our-depart:hover {
    border: 1px solid #000;
}

.our-depart h5 {
    margin: 1.5em 0 .5em;
}

.our-depart p {
    margin-bottom: 40px !important;
}

.our-depart .learn2 {
    border: 2px solid #438f71;
    cursor: pointer;
    font-size: 1.125rem;
    border-radius: 3px;
    font-style: normal;
    font-weight: 700;
    transition: all .3s ease-in-out;
    padding: 10px 16px;
    text-decoration: none;
    font-family: 'Josefin Sans', sans-serif;
}

.bg-5 {
    padding: 50px 60px 160px;
    position: relative;
    background-image: url(images/bg-5.jpg);
    background-size: cover;
    background-position: center center;
    background-attachment: scroll;
    background-repeat: no-repeat;
    z-index: 1;
    color: #fff;
}

.bg-5::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #000000c9;
    z-index: -1;
}

.bg-5 h6 {
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 1.3;
    margin-bottom: 30px;
    color: #22b178;
}




.bg-6 {
    padding: 0px 60px 60px;
    margin-top: -120px;
    position: relative;
    z-index: 1;
}

.thumbnail {
    position: relative;
    cursor: pointer;
    padding-bottom: 40px;
}

.thumbnail img {
    width: 100%;
    height: auto;
}

.play-button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 5rem;
    color: white;
}

.play-button i {
    color: #fff;
    background-color: #438f71;
    border-radius: 100%;
}

.play-button:hover {
    opacity: 1;
}





.bg-7 {
    padding: 50px 80px 0px;
    background: #f0f1ea;
}

.bg-7 h6 {
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 1.3;
    color: #438f71;
}

.bg-7 p {
    margin-bottom: 30px;
}

.bg-7 h2 {
    margin-top: 20px;
    margin-bottom: 30px;
    font-style: normal;
    font-weight: 700;
    font-size: 32px;
    line-height: 1.3;
}

.m-right {
    padding-right: 80px;
}

.m-right ul {
    margin: 0;
    padding: 0;
}

.m-right ul li {
    list-style: none;
}

.bg-7 .f_1 {
    height: 0;
    padding-bottom: 100%;
    position: relative;
}

.bg-7 .f_1 img {
    position: absolute;
    height: 100%;
}





footer {
    background-color: #303232;
    color: #fff;
    padding:100px 0px 40px;
}


.bg-call {
    background: #f0f1ea;
}

.bg-8 {
    padding: 20px 60px;
    position: relative;
    background-image: url(images/bg-8.jpg);
    background-size: cover;
    background-position: center center;
    background-attachment: scroll;
    background-repeat: no-repeat;
    z-index: 1;
    color: #fff;
    width: 80%;
    margin: 0 auto;
    top:40px;
}

.bg-8::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #000000c9;
    z-index: -1;
}

.bg-8 .box {
    background: none;
}

.bg-8 .box i {
    height: 50px;
    width: 60px;
    line-height: 50px;
}

.bg-8 .box p {
    color: #22b178;
}

.copy-right {
    padding: 20px 0px;
    background-color: #454b4b;
    color: #fff;
    text-align: center;
}




/**************** service ************/
.bg-banner {
    padding: 34px 60px;
    position: relative;
    /* background-image: url(images/service-ban.jpg); */
    background-size: cover;
    background-position: center center;
    background-attachment: scroll;
    background-repeat: no-repeat;
    z-index: 1;
    color: #fff;
    text-align: center;
}

.bg-banner::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #000000b8;
    z-index: -1;
}

.banner2 {
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 80px;
    padding-right: 0px;
    padding-bottom: 60px;
    padding-left: 0px;
}

.banner2 h1 {
    text-transform: uppercase;
    padding-bottom: 10px;
}

.service2 {
    padding: 60px 80px;
    text-align: center;
}

.service2 h6 {
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 1.3;
    color: #438f71;
}

.service2 h2 {
    margin-bottom: 20px;
}

.service2 .accordion-header {
    margin-bottom: 0px !important;
}

.service2 .accordion {
    width: 90%;
    --bs-accordion-bg: #f0f1ea;
}

.service2 .accordion-button {
    font-size: 18px;
    line-height: 24px;
    font-family: 'Josefin Sans';
    font-weight: 700;
    color: #438f71;
}

.service2 .accordion-body {
    text-align: left;
}

.accordion-item:first-of-type>.accordion-header .accordion-button {
    background: none;
}

.service2 .learn {
    display: inline;
}





.projects {
    padding: 40px 80px;
}

.projects h6 {
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 1.3;
    color: #438f71;
}

.projects h2 {
    margin-bottom: 20px;
    text-align: center;
    font-style: normal;
    font-weight: 700;
    font-size: 32px;
    line-height: 1.3;
}

.projects h5 {
    text-transform: uppercase;
    margin-top: 30px;
}

.projects img {
    margin-top: 50px;
}



.project2 {
    padding: 60px 80px;
}

.project2 h6 {
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 1.3;
    margin-bottom: 20px;
    color: #438f71;
}

.project2 h2 {
    margin-bottom: 40px;
    font-style: normal;
    font-weight: 700;
    font-size: 32px;
    line-height: 1.3;
}

.project2 .boxs {
    margin-left: 50px;
}


.project3 {
    padding: 60px 80px;
    margin-top: -300px;
}

.project3 h6 {
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 1.3;
    margin-bottom: 20px;
    color: #438f71;
}

.project3 h2 {
    margin-bottom: 20px;
    font-style: normal;
    font-weight: 700;
    font-size: 32px;
    line-height: 1.3;
}

.project3 p {
    margin-bottom: 20;
}

.project3 .boxs {
    margin-right: 40px;
}

.project3 .box3 {
    margin-left: 50px;
}




.about .about-col {
    padding: 50px;
}

.about .about-col h6 {
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 1.3;
    margin-bottom: 20px;
    color: #438f71;
}

.about .about-col h2 {
    margin-bottom: 20px;
    font-style: normal;
    font-weight: 700;
    font-size: 32px;
    line-height: 1.3;
}

.about {
    padding-bottom: 70px;
}

.about-box {
    column-gap: var(--global-kb-gap-sm, 1rem);
    padding-top: 50px;
    padding-right: 50px;
    padding-bottom: 50px;
    padding-left: 50px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    background-color: #f0f1eb;
    margin-top: -210px;
    width: 65%;
    margin-left: 80px;

}

.about-box i {
    color: var(--global-palette9, #ffffff);
    font-size: 21px;
    background: #438f71;
    border-color: #444444;
    height: 52px;
    width: 60px;
    line-height: 52px;
    margin-right: 30px;
    text-align: center;
    margin-bottom: 25px;
}

.about-box h4 {
    font-weight: 700;
    margin-bottom: 25px;
}

.about-box ul {
    margin: 0;
    padding: 0;
}

.about-box ul li {
    list-style: none;
    width: 33%;
    float: left;
    padding-right: 20px;
}

.team h2 {
    margin-top: 10px;
    margin-bottom: 10px;
}

.team p {
    margin-bottom: 40px;
}

.team .our-depart {
    background: #ffffffa8;
    text-align: center;
    padding: 15px;
}

.team ul {
    margin: 0;
    padding: 0;
    margin-top: -62px;
}

.team ul li {
    list-style: none;
    display: inline-block;
}

.team ul li a i {
    font-size: 16px;
    background: #438f71;
    color: #ffffff;
    height: 42px;
    width: 40px;
    line-height: 42px;
    margin: 3px;
}










.blog {
    text-align: center;
    padding: 90px 0px;
    background-color: #e7e8e1;
}

.blog h1 {
    font-weight: 700;
}

.blog-sec {
    background-color: #f0f1ea;
    padding: 60px 0px;
}

.blog-full {
    background-color: #fff;
    padding: 2rem;
    margin-bottom: 30px;
}

.blog-full a {
    text-decoration: none;
}

.blog-full a:hover {
    color: #000;
}

.blog-full span {
    font-size: 16px;
}

.blog-full h2 {
    margin-bottom: 25px;
}

.blog-full h2 a {
    color: #000;
}

.blog-full p {
    margin-bottom: 20px;
}

.blog-full .read {
    color: #000;
}




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

.faq h6 {
    text-transform: uppercase;
}

.faq .faq-hed {
    margin: 1.5em 0 .5em;
    padding-right: 80px;
}

.faq .faq-pera {
    margin-right: 180px;
}

.faq-right {
    margin-right: 30px;
}

.faq .accordion-header {
    margin-bottom: 0px !important;
}

.faq .accordion {
    width: 90%;
    --bs-accordion-bg: #f0f1ea;
    margin-top: 50px;
}

.faq .accordion-button {
    font-size: 18px;
    line-height: 24px;
    font-family: 'Josefin Sans';
    font-weight: 700;
    color: #438f71;
}

.faq .accordion-body {
    text-align: left;
}

.accordion-item:first-of-type>.accordion-header .accordion-button {
    background: none;
}

.faq-inq {
    background-color: #f0f1ea;
    padding: 3rem;
}

.faq-inq form {
    background-color: #fff;
    padding: 3rem;
}

.faq input {
    height: 60px;
    border-radius: 0;
    margin-bottom: 25px;
}

.faq textarea {
    height: 120px;
    border-radius: 0;
    margin-bottom: 25px;
}

.faq-bg {
    position: relative;
    background-image: url(images/faq-bg-img.jpg);
    background-size: cover;
    background-position: center center;
    background-attachment: scroll;
    background-repeat: no-repeat;
    z-index: 1;
    color: #fff;
    top: 90px;
}

.faq-bg::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #000000c9;
    z-index: -1;
}

.width-set {
    width: 400px;
    margin: 0 auto;
    text-align: center;
    padding: 60px 0px;
}

.width-set h6 {
    margin-bottom: 30px;
}

.width-set h2 {
    margin: 22px 0px;
}

.width-set .learn:hover {
    background: #fff;
    color: #000;
}






.bg-contact {
    padding:60px 60px;
    position: relative;
    background-image: url(images/bg-4.jpg);
    background-size: cover;
    background-position: center center;
    background-attachment: scroll;
    background-repeat: no-repeat;
    z-index: 1;
}

.bg-contact::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #f0f1ebeb;
    z-index: -1;
}

.bg-contact h2 {
    text-transform: uppercase;
    margin: 20px 0px 35px;
}

.contact-box {
    margin-right: 110px;
}

.contact-box ul {
    margin: 0;
    padding: 0;
}

.contact-box ul li {
    list-style: none;
    display: inline-block;
    margin: 40px 20px 0px 0px;
}

.contact-box ul li a i {
    height: 50px;
    width: 50px;
    line-height: 50px;
    background-color: #438f71;
    color: #e7e8e1;
    text-align: center;
}

.bg-contact form {
    background-color: #fff;
    padding: 3rem;
    padding-bottom: 5rem;
}

.contact-map {
    padding: 60px 0px;
}

.contact-map .mr-right {
    margin-left: 80px;
}

.contact-map ul {
    margin: 0;
    padding: 0;
    text-align: left;
}

.contact-map ul li {
    display: flex;
    list-style: none;
    border-bottom: 1px solid #d6d6d6;
    margin-bottom: 25px;
    padding-bottom: 25px;
}

.contact-map ul li i {
    color: var(--global-palette9, #ffffff);
    font-size: 21px;
    background: #438f71;
    border-color: #444444;
    height: 52px;
    width: 52px;
    line-height: 52px;
    margin-right: 30px;
    text-align: center;
}

.contact-map p {
    text-transform: uppercase;
}

.contact-map h2 {
    padding: 20px 0px;
}

.contact-map h5 {
    text-transform: uppercase;
}

.contact-map p {
    text-transform: capitalize;
    padding-bottom: 20px;
}



.department-detail {
    padding: 80px 0px;
}

.department-detail h2 {
    margin-bottom: 20px;
}

.department-detail h6 {
    margin-bottom: 20px;
}

.department-detail p {
    margin-bottom: 20px;
}

.department-detail h5 {
    margin-bottom: 20px;
}


.download {
    display: flex;
    column-gap: var(--global-kb-gap-sm, 1rem);
    padding-top: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
    grid-template-columns: minmax(0, calc(10.9% -((var(--global-kb-gap-sm, 1rem)* 2) / 3))) minmax(0, calc(61.9% -((var(--global-kb-gap-sm, 1rem)* 2) / 3))) minmax(0, calc(27.2% -((var(--global-kb-gap-sm, 1rem)* 2) / 3)));
    background: #e7e8e1;
    margin-bottom: 20px;
    width: 85%;
}

.download .first {
    margin-right: 25px;
}

.download .first i {
    font-size: 2.5rem;
    color: #438f71;
}

.download .learn {
    padding: 10px;
    font-size: 13px;
}

.download p {
    color: #000;
    font-weight: 700;
}

.download p span {
    font-weight: 500;
}

.bg-slider {
    background-color: #e7e8e1;
    padding: 80px 0px;
}

.bg-slider .slick-initialized .slick-slide {
    margin: 20px;
}

.bg-slider .slick-dots li button:before {
    font-size: 0;
}

.bg-slider .slick-dots li button {
    background: #3e3d3d;
}

.bg-slider .slick-active button {
    background: #b5b5b5 !important;
}

.depart-faq {
    padding: 80px 0px;
}

.depart-faq h6 {
    margin-bottom: 20px;
}

.depart-faq h2 {
    text-transform: uppercase;
    margin-bottom: 20px;
}

.depart-faq p {
    margin-bottom: 30px;
    padding-right: 80px;
}

.depart-faq .learn {
    display: inline-block;
}

.depart-faq .accordion-header {
    margin-bottom: 0px !important;
}

.depart-faq .accordion {
    width: 90%;
    --bs-accordion-bg: #f0f1ea;
    margin-top: 50px;
}

.depart-faq .accordion-button {
    font-size: 18px;
    line-height: 24px;
    font-family: 'Josefin Sans';
    font-weight: 700;
    color: #438f71;
}

.depart-faq .accordion-body {
    text-align: left;
}


.blog-details {
    background-color: #f0f1ea;
    padding: 80px 180px;
}

.blog-details .bg-whitee {
    padding: 30px;
    background-color: #fff;
    width: 75%;
    margin: 0 auto;
    margin-top: -150px;
}

.depa-rt {
    font-size: 14px;
    color: #438f71;
    text-transform: uppercase;
    font-weight: 600;
}

.we-well {
    font-weight: 700;
    margin: 10px 0px 20px;
}

.blog-details p {
    margin-bottom: 35px;
}

.blog-details img {
    margin-bottom: 30px;
}

.blog-details blockquote {
    padding-left: 1em;
    border-left: 4px solid #000;
    margin-left: 16px;
}

.blog-details blockquote .john {
    color: #438f71;
}

.blog-details .four-box {
    margin-bottom: 20px;
}

.blog-details .four-box li {
    width: 48%;
    display: inline-flex;
    padding-bottom: 20px;
    list-style: auto;
    padding-right: 10px;
}

.bg-gg {
    background-color: #f0f1ea;
    padding: 40px;
    text-align: center;
    margin: 60px 0px;
    position: relative;
}

.bg-gg i {
    background: #438f71;
    color: #fff;
    font-size: 2.5rem;
    border-radius: 100%;
    border: 7px solid #fff;
    height: 90px;
    width: 90px;
    line-height: 78px;
    text-align: center;
    margin-top: -60px;
    margin-bottom: 40px;
}
.donald{text-align: center;
    margin-top: -100px;
    z-index: 00;}
.donald img {
    margin-bottom: 5px;
    border-radius: 100%;
    width: 70px;
}
.leave-coment h3{margin-bottom: 24px;}
.leave-coment span{font-style: italic;
    font-size: 12px;
    margin-bottom: 30px;}
.leave-coment textarea{height: 200px; margin-bottom: 28px;}
.leave-coment input{margin-bottom: 28px;}
.leave-coment .learn {
    width: 25%;
}



@media (max-width: 767px) {
 
    .bg-back h1 {
        font-size: 30px;
        line-height: 38px;
        margin-top: 20px;
        margin-bottom: 20px;
    }  

    .bg-back {
        background-size: cover;
    }
    .overlay {
        padding: 30px 30px;
  
    }

    .box {
        padding: 15px;
    }
    .bg-2 {
        padding: 20px 10px 20px;
        margin-top: 0px;
    }
    .left-sec {
        margin-right: 0px;
        margin-bottom: 20px;
    }
    .bg-2 h5 {
        margin-top: 20px;
    }
    .box h4 {
        font-size: 20px;
    }
    .bg-icon ul li i {
        padding: 10px;
        font-size: 16px;
        margin-right: 0;
    }
    .box i {
        margin-right: 16px;
    }
    .bg-icon .sign img {
        width: 130px;
        padding: 0px 0px 0px 22px;
    }
    .m-right {
        padding-right: 0px;
    }
    .bg-gray {
        width: 70%;
        padding: 13px;
        margin-top: -80px;
        margin-right: 0px;
    }

    .number-count {
        width: 100%;
        margin-top:0px;
    }
    .bg-3 .learn {
        font-size: 15px;
        padding: 10px 30px;
    }

    .bg-3 {
        padding: 10px;
        padding-top:60px;
    }
    .bg-3 h2 {
        font-size: 26px; margin-bottom: -20px;
    }

    .bg-3 img{padding: 40px 0px;}
    .bg-4{padding: 20px 0px;}
    .bg-4 h2 {
        margin-bottom: 0px;}
    .bg-5 {
        padding: 60px 10px 170px;
    }
    .bg-6 {
        padding: 0px 10px 60px;
    }
    .thumbnail {
        padding-bottom: 30px;
    }
    .bg-7 {
        padding: 50px 10px 0px;
    }
    .m-right ul {
        margin-bottom: 20px;
    }
    .m-right ul li {
        list-style: none;
        font-size: 14px;
    }
    .bg-7 .f_1 {
        height: auto;
        padding-bottom: 100%;
        margin-top: 20px;
    }
    .bg-8 {
        padding: 34px 0px;
        width: 100%;
        top: 0;
    }

footer {
    text-align: center;
}
    .resources{margin-top: 40px;}
    .banner2{padding: 10px;}
    .about .about-col {
        padding: 30px 20px;
    }
    .about-box {
        padding: 20px;
        margin-top: -120px;
        width: 90%;
        margin-left: 20px;
    }
    .about-box ul li {
        width: 100%;
        padding-right: 0px;
        margin-bottom: 35px;
    }
    .about-box h4 {
        font-weight: 700;
        margin-bottom: 8px;
    }
    .bg-banner {
        padding: 34px 20px;}
    .team .our-depart {
        padding: 10px;
    }
    .our-depart {
        padding: 30px 20px;
        width: 90%;
        margin: 0 auto;
        margin-bottom: 0px;
    }
    .our-depart h5 {
        margin: 0 0 .5em;
    }
    
    .projects {
        padding: 10px 10px;
    }
    .project2 {
        padding: 50px 10px;
    }
    .project2 .boxs {
        margin-left: 0px;
        padding-top: 30px;
    }
    .project3 {
        padding: 0px 10px 30px;
        margin-top: 0;
    }
    footer {
        background-color: #303232;
        color: #fff;
        padding: 40px 0px 10px;
    }
    .project3 .box3 {
        margin-left: 0px;
        padding-top: 30px;
    }
    .project3 .boxs {
        margin-right: 0px;
    }
    .project3 .boxs {
        margin-right: 0px;
    }
    .projects img {
        margin-top: 20px;
    }
    .faq {
        padding: 30px 10px 0px;
    }
    .faq-right {
        margin-right: 0;
    }
    .faq .faq-hed {
        margin: 20px 0px;
        padding-right: 80px;
    }
    .faq .faq-pera {
        margin-right: 0px;
    }
    .faq .accordion {
        width: 100%;
        --bs-accordion-bg: #f0f1ea;
        margin-top: 30px;
        margin-bottom: 40px;
    }
    .faq-inq {
        padding: 1rem;
    }
    .faq-inq form {
        padding: 1.4rem;
    }
    .width-set {
        width: 100%;
        padding: 60px 10px;
    }
    .service2 {
        padding: 40px 20px;
        text-align: center;
    }
    .bg-contact {
        padding: 40px 10px;
    }
    .contact-box {
        margin-right: 0px;
    }
    .bg-contact form {
        background-color: #fff;
        padding: 1.4rem;
        padding-bottom: 3rem;
        margin-top: 40px;
    }
    .contact-map .mr-right {
        margin-left: 0px;
        margin-top: 60px;
    }
    .service2 .accordion {
        width: 100%;
        --bs-accordion-bg: #f0f1ea;
    }

    .blog-details {
        padding: 0px 0px;
    }
    .blog-details .bg-whitee {
        width: 100%;
        padding: 20px;
        margin: 0 !important;
    }
    .blog-details img {
        margin-bottom: 0px;
    }
    
}

    