@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700&display=swap');
body{
    margin: 0;
    padding: 0;
    font-family: 'Roboto', sans-serif;
    box-sizing: border-box;
}
h1{
    margin: 0;
    padding: 0;
}
h2{
    margin: 0;
    padding: 0;
}
h3{
    margin: 0;
    padding: 0;
}
h4{
    margin: 0;
    padding: 0;
}
h5{
    margin: 0;
    padding: 0;
}
h6{
    margin: 0;
    padding: 0;
}
p{
    margin: 0;
    padding: 0;
}
a{
    text-decoration: none;
    color: #000;
}
.container{
    max-width: 1200px;
    margin: 0 auto;
}
.row{
    display: flex;
}
.justify-content{
    justify-content: center;
}
.col-lg-12{
    width: 100%;
}
.col-lg-9{
    width: 75%;
}
.col-lg-8{
    width: 65%;
}
.col-lg-6{
    width: 50%;
}
.col-lg-4{
    width: 33.333%;
}
.col-lg-3{
    width: 25%;
}

header .top-menu{
    margin-top: 20px;
    margin-bottom: 20px;
}
header .top-menu ul{
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    width: 100%;
    text-align: center;
}
header .top-menu ul li{
    display: inline-block;
}
header .top-menu ul li a{
    display: inline-block;
    font-size: 16px;
    font-weight: 400;
    color: #0B9444;
    padding: 20px 25px;
}
header .top-menu ul li strong{
    color: #8A9697;
}
header .middle-menu .logo{
    margin-right: 5%;
}
header .middle-menu img{
    width: 180px;
}
header .middle-menu .menu-bar{
    margin-right: 2%;
    padding: 6px 0;
}
header .middle-menu .menu-bar .fas{
    font-size: 25px;
    background-color: #0B9444;
    padding: 15px 50px;
    border-radius: 30px;
    color: #fff;
    cursor: pointer;
}
header .middle-menu .menu-bar ul{
    list-style-type: none;
    margin: 0;
    padding: 20px 0;
    overflow: hidden;
    background-color: #F0F3F4;
    border-radius: 20px;
    text-align: center;
    position: absolute;
    margin-left: -20px;
    display: none;
}
header .middle-menu .menu-bar:hover ul{
    display: block;
}
.navigation-bar-show2{
    display: block;
}
header .middle-menu .menu-bar ul li a{
    display: block;
    font-size: 16px;
    color: #566573;
    font-weight: 400;
    padding: 10px 20px;
}
header .middle-menu .search-bar{
    padding: 9px 0;
}
header .middle-menu .search-bar input{
    width: 320px;
    padding: 15px;
    border-radius: 30px;
    border: 1px solid #D3D6D9;
}
header .middle-menu .search-bar input:focus{
    outline: none;
}
header .middle-menu .search-bar button{   
    padding: 15px;
    border-radius: 30px;
    background-color: #F0F0F0;
    border: 1px solid #D3D6D9;
    margin-left: -50px;
    cursor: pointer;
}
header .middle-menu .search-bar a{   
    padding: 15px;
    border-radius: 30px;
    background-color: #F0F0F0;
    border: 1px solid #D3D6D9;
    cursor: pointer;
}
header .middle-menu .chat-bar{
    padding: 6px 0;
    width: 23%;
}
header .middle-menu .chat-bar .content{
    background-color: #E6FFE4;
    display: flex;
    border-radius: 30px;
    width: 180px;
    float: right;
}


header .middle-menu .chat-bar .content .icon{
    background-color: #0B9444;
    border-radius: 30px;
    padding: 8px 14px;
    padding-top: 12px;
}
header .middle-menu .chat-bar .content img{
    width: 34px;
}

header .middle-menu .chat-bar .content .text h5{
    color: #0B9444;
    font-size: 18px;
    padding: 16px 10px;
    padding-left: 15px;
}

header .button-menu{
    margin-top: 25px;
    margin-bottom: 25px;
}
header .button-menu ul{
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    width: 100%;
    text-align: center;
}
header .button-menu ul li{
    display: inline-block;
}
header .button-menu ul li a{
    display: inline-block;
    font-size: 16px;
    font-weight: 400;
    color: #A3ACAC;
    padding: 20px 25px;
}


.section1 .bg{
    height: 520px;
    width: 100%;
    background: url('../images/header-bg.png');
    background-size: cover;
    background-position: center;
    border-radius: 15px;
}
.section1 .content{
    padding: 30px 40px;
    padding-top: 120px;
}
.section1 .content h2{
    color: #fff;
    font-size: 35px;
    font-weight: 400;
    margin-bottom: 20px;
}
.section1 .content p{
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 20px;
    line-height: 1.7em;
}
.section1 .content .btn a{
    display: inline-block;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    border-radius: 30px;
    border: 1px solid #cccccc;
    padding: 12px 35px;
    margin-top: 20px;
    transition: .4s;
}
.section1 .content .btn a:hover{
    background: #fff;
    border: 1px solid #000;
    color: #000;
}
.section1 .image{
    text-align: right;
    padding-right: 50px;
}
.section1 .image img{
    width: 100%;
    margin-top: 100px;
}
.section1 .play-btn{
    text-align: right;
    padding-right: 30px;
    padding-bottom: 30px;
    
}
.play-btn .fas{
    background: rgba(255, 255, 255, 0.5);
    border-radius: 50%;
    font-size: 25px;
    color: #fff;
    padding: 20px 22px;
    cursor: pointer;
}
.section2{
    width: 100%;
    margin-top: 30px;
}
.section2 .column-bg{
    border-radius: 15px;
}
.section2 .column-bg-1{
    margin-right: 10px;
}
.section2 .column-bg-2{
    margin-left: 10px;
}

.section2 .content{
    padding: 20px;
}
.section2 .content .column-text{
    margin-bottom: 20px;
}
.section2 .content .column-text h2{
    color: #fff;
    font-size: 30px;
    margin-top: 20px;
    margin-bottom: 20px;
}
.section2 .content .column-text p{
    color: #fff;
    font-size: 15px;
    margin-bottom: 20px;
    font-weight: 400;
    line-height: 1.5em;
}
.section2 .content .column-btn{
    text-align: right;
    margin-top: 30px;
}
.section2 .content .column-btn a{
    color: #fff;
    font-size: 15px;
    display: inline-block;
    padding: 12px 30px;
    border: 1px solid #fff;
    text-decoration: none;
    border-radius: 30px;
    transition: .4s;
}
.section2 .content .column-btn a:hover{
    background: #fff;
    border: 1px solid #000;
    color: #000;
}
.section2 .column-bg .content img{
    width: 100%;
    border-radius: 15px;
}

.section3{
    width: 100%;
    margin-top: 30px;
}
.section3 .column-bg{
    background-color: #ECF0F1;
    padding: 20px;
    border-radius: 15px;
}
.section3 .column-bg-1{
    margin-right: 10px;
}
.section3 .column-bg-2{
    margin-left: 10px;
}
.section3 .column-bg .top-sec{
    background: #fff;
    border-radius: 15px;
    padding: 20px;
    padding-left: 40px;
}
.section3 .column-bg .top-sec h2{
    color: #8A9697;
    font-size: 30px;
    margin-top: 10px;
    margin-bottom: 20px;
}
.section3 .column-bg .top-sec p{
    color: #A8B0B1;
    font-size: 15px;
    margin-top: 20px;
    margin-bottom: 20px;
    font-weight: 400;
}
.section3 .column-bg .top-sec a{
    color: #fff;
    font-size: 15px;
    display: inline-block;
    padding: 12px 30px;
    background: #0B9444;
    text-decoration: none;
    border-radius: 30px;
    transition: .4s;
}
.section3 .column-bg .top-sec .image{
    background: #E6FFE4;
    border-radius: 15px;
    width: 80%;
    float: right;
}
.section3 .column-bg .top-sec .image img{
    width: 100%;
    border-radius: 15px;
}
.section3 .bottom-sec .bg{
    background-color: #fff;
    border-radius: 15px;
    padding: 20px;
    margin-top: 20px;
}
.section3 .bottom-sec .left-bg{
    margin-right: 5px;
}
.section3 .bottom-sec .right-bg{
    margin-left: 5px;
}
.section3 .bottom-sec .bg h2{
    color: #8A9697;
    font-size: 20px;
    margin-bottom: 10px;
}
.section3 .bottom-sec .content{
    background: #0B9444;
    display: flex;
    border-radius: 15px;
}
.section3 .bottom-sec .content .image{
    width: 65%;
    background: #E6FFE4;
    border-radius: 15px;
}
.section3 .bottom-sec .content .btn{
    width: 35%;
    text-align: center;
}
.section3 .bottom-sec .content .image img{
    width: 100%;
}
.section3 .bottom-sec .content .btn a{
    color: #fff;
    font-size: 12px;
    display: inline-block;
    padding: 8px;
    border: 1px solid #fff;
    text-decoration: none;
    border-radius: 30px;
    margin-top: 58px;
    transition: .4s;
}
.section4 {
    width: 100%;
    margin-top: 30px;
}
.section4 .bg{
    background: #ECF0F1;
    border-radius: 15px;
    padding: 20px;
}
.section4 .left-bg{
    margin-right: 10px;
}
.section4 .right-bg{
    margin-left: 10px;
}
.section4 .content{
    background: #fff;
    border-radius: 15px;
}
.section4 .left-content{
    margin-right: 10px;
}
.section4 .right-content{
    margin-left: 10px;
}
.section4 .content img{
    width: 100%;
    border-radius: 15px;
}
.section4 .content h6{
    font-size: 15px;
    color: #8A9697;
    margin-top: 10px;
    margin-bottom: 10px;
    padding-left: 10px;
}
.section4 .content p{
    font-size: 14px;
    color: #8A9697;
    margin-top: 10px;
    margin-bottom: 10px;
    padding-right: 10px;
    text-align: right;
}
footer{
    width: 100%;
    margin-top: 30px;
}
footer .logo{
    display: flex;
    padding-right: 10px;
}
footer .logo img{
    width: 120px;
}
footer .logo p{
    font-size: 13px;
    padding-left: 15px;
}
footer .info{
    display: flex;
}
footer .info h3{
    font-size: 13px;
    color: #0B9444;
    margin-bottom: 5px;
}
footer .info .item{
    width: 33.333%;
    font-size: 15px;
}
footer .info .item .fas{
    font-size: 18px;
    color: #0B9444;
}
footer .info p{
    font-size: 12px;
}
footer .info .item2{
    text-align: center;
    padding-top: 30px;
}
footer .info .item3{
    padding-top: 30px;
    text-align: right;
}
footer .row{
    padding: 30px 0;
}
footer .copyright{
    margin-bottom: 30px;
}
footer .copyright .row{
    padding: 5px 0;
}
footer .copyright p{
    font-size: 14px;
    color: #8A9697;
}
footer .copyright ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    width: 100%;
    text-align: right;
}
footer .copyright ul li{
    display: inline-block;
}
footer .copyright ul li a{
    display: inline-block;
    margin-left: 50px;
    font-size: 14px;
    color: #8A9697;
}


.mobile-menu{
    display: none;
}



/* Tab Responsive design...*/
@media screen and (max-width: 1080px) {
header .middle-menu .row{
    display: block;
}
header .button-menu .row{
    display: block;
}
header .middle-menu .logo {
    margin-right: 0;
    width: 50%;
    display: inline-block;
}
header .middle-menu .logo {
    margin-right: 0;
    float: left;
    padding-left: 30px;
}
header .middle-menu .menu-bar {
    margin-right: 0;
    padding: 6px 0;
    text-align: right;
    padding-right: 30px;
}
header .middle-menu .search-bar {
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
}
header .middle-menu .search-bar input{
    width: 400px;
}
header .middle-menu .chat-bar{
    width: 100%;
}
header .middle-menu .chat-bar .content{
    float: none;
    margin: 0 auto;
}



footer .logo{
    display: block;
    padding: 10px;
}
footer .logo img {
    width: 150px;
}
footer .logo p {
    font-size: 14px;
    padding-left: 0;
    margin-top: 10px;
}
footer .info{
    display: block;
    padding: 10px;
}
footer .info .item{
    width: 100%;
}
footer .info .item2 {
    text-align: left;
    padding-top: 20px;
}
footer .info .item3 {
    text-align: left;
    padding-top: 20px;
}
footer .copyright{
    padding: 10px;
    padding-bottom: 0;
}
footer .copyright p{
    text-align: center;
}
footer .copyright ul{
    margin-top: 20px;
    text-align: center;
}
footer .copyright ul li a {
    margin-left: 0;
    padding: 0 20px;
}


}




/* Mobile responsive all the css code */
@media screen and (max-width: 767px) {
    .row{
        display: block;
    }
    .justify-content{
        justify-content: center;
    }
    .col-lg-12{
        width: 100%;
    }
    .col-lg-9{
        width: 100%;
    }
    .col-lg-8{
        width: 100%;
    }
    .col-lg-6{
        width: 100%;
    }
    .col-lg-4{
        width: 100%;
    }
    .col-lg-3{
        width: 100%;
    }

    .mobile-menu{
        display: block;
        background-color: #0B9444;
        padding: 15px;
        display: flex;
    }
    .mobile-menu .logo {
        width: 50%;
    }
    .mobile-menu .logo img{
        width: 175px;
        padding-left: 20px;
    }
    .mobile-menu .toggle-btn {
        text-align: right;
        width: 50%;
    }
    .mobile-menu .toggle-btn .fas{
        font-size: 35px;
        padding: 12px 10px;
        color: #fff;
    }
    header{
        display: none;
    }
    .navigation-bar-show{
        display: block;
    }
header .logo{
    display: none !important;
}

header .middle-menu .menu-bar{
    margin-right: 0;
    text-align: center;
}
header .middle-menu .menu-bar ul {
    position: relative;
    margin-left: 0;
}
header .top-menu ul li{
    display: block;
}
header .top-menu ul li a{
    display: block;
}
header .middle-menu .search-bar {
    padding: 10px;
    display: flex;
}
header .middle-menu .search-bar a{
    display: none;
}
header .middle-menu .search-bar input{
    box-sizing: border-box;
}
header .middle-menu .chat-bar {
    padding: 10px;
    width: 100%;
    box-sizing: border-box;
}
header .button-menu ul li{
    display: block;
}
header .button-menu ul li a{
    display: block;
}
header .middle-menu .chat-bar .content{
    float: none;
}
header .middle-menu .chat-bar .content{
    width: 100%;
}

header .middle-menu .chat-bar .content .text{
    display: none;
}
header .middle-menu .chat-bar .content{
    width: fit-content;
    display: inline-block;
    position: fixed;
    bottom: 0;
    right: 0;
    margin-bottom: 20px;
    margin-right: 15px;
}


.section1 .bg{
    height: auto;
    border-radius: 0 0 15px 15px;
}
.section1 .content {
    padding: 15px 20px;
    padding-top: 60px;
}
.section1 .content h2{
    font-size: 30px;
    margin-bottom: 10px;
}
.section1 .content .btn a{
    margin-top: 0;
}
.section1 .image {
    text-align: center;
    padding-right: 0;
    padding: 10px;
}
.section1 .image img{
    width: 75%;
    margin-top: 20px;
}
.section1 .play-btn{
    text-align: center;
    padding-right: 0;
    margin-top: 30px;
}
.section2 .column-bg-1{
    margin-right: 0;
}
.section2 .column-bg-2{
    margin-left: 0;
}
.section2 .content .column-text h2{
    font-size: 28px;
    margin-bottom: 10px;
}
.section2 .content .column-btn {
    text-align: left;
    margin-top: 20px;
    margin-bottom: 20px;
}
.section2 .column-bg-1{
    margin-bottom: 20px;
}
.section2 .column-bg-2{
    margin-left: 0;
}

.section3 .column-bg .top-sec{
    padding-left: 20px;
}
.section3 .column-bg .top-sec .image{
    float: none;
    width: 100%;
    margin-top: 20px;
    text-align: center;
}
.section3 .bottom-sec .content .btn a{
    margin-top: 75px;
}
.section3 .column-bg-1{
    margin-right: 0;
}
.section3 .column-bg-2{
    margin-left: 0;
    margin-top: 20px;
}
.section3 .bottom-sec .left-bg {
    margin-right: 0;
}
.section3 .bottom-sec .right-bg {
    margin-left: 0;
}
.section4 .left-bg{
    margin-right: 0;
}
.section4 .right-bg{
    margin-left: 0;
    margin-top: 20px;
}
.section4 .left-content{
    margin-right: 0;
}
.section4 .right-content{
    margin-left: 0;
}
.section4 .content h6{
    padding-left: 0;
    padding: 10px;
}
.section4 .content p{
    padding: 0 10px;
    padding-bottom: 10px;
    text-align: left;
}



footer .logo{
    display: block;
    padding: 10px;
}
footer .logo img {
    width: 150px;
}
footer .logo p {
    font-size: 14px;
    padding-left: 0;
    margin-top: 10px;
}
footer .info{
    display: block;
    padding: 10px;
}
footer .info .item{
    width: 100%;
}
footer .info .item2 {
    text-align: left;
    padding-top: 20px;
}
footer .info .item3 {
    text-align: left;
    padding-top: 20px;
}
footer .copyright{
    padding: 10px;
    padding-bottom: 20px;
}
footer .copyright p{
    text-align: center;
}
footer .copyright ul{
    margin-top: 20px;
    text-align: center;
}
footer .copyright ul li a {
    margin-left: 0;
    padding: 0 20px;
}



}