body{
    padding-top: 90px;
}

/*new nav*/

nav{
    background: rgb(210, 211, 205);
    border-bottom: solid 2px #000;
    height: 90px;
    width: 100%;
}

label.logo{
/*    line-height: 80px;*/
    padding: 0 50px;
    height: 100%;
}

label.logo img{
/*    border-radius: 10px;*/
height: 100%;
}

nav ul{
    float: right;
    margin-right: 20px;
}

nav ul li{
    display: inline-block;
    line-height: 90px;
    margin: 0 5px;
}

nav ul li a{
    color: black;
    font size: 17px;
    font-weight: bold;
    padding: 7px 10px;
    border-radius: 3px;
    text-transform: uppercase;
}

nav a:hover{
    font-size: 20px;
    color: black;
    transition: .5s;
}

nav h3{
    font-size: 40px;
    display: inline-block;
    font-weight: bold;
}

nav .logoFirst{
    color: rgb(164, 230, 134);
    padding-right: 10px;
}

nav .logoSecond{
    color: rgb(72, 118, 65);
}

.logo a:hover{
    background: none;
}

.checkbtn{
    font-size: 30px;
    color: black;
    float: right;
    line-height: 80px;
    margin-right: 40px;
    cursor: pointer;
    display: none;
}

#check{
    display: none;
}

@media (max-width: 952px){
    label.logo{
        padding-left: 20px;
    }

    label.logo h3{
/*        display: none;*/
    }

    nav ul li a{
        font-size: 16px;
    }

    #error_message{
    margin-top: 20px;
    margin-bottom: 20px;
    padding: 0px;
    background: #FF0000;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    transition: all 0.5s ease;
    border-radius: 5px;
    }

    #success_message{
        margin-top: 20px;
        margin-bottom: 20px;
        padding: 10px;
        background: #00FF00;
        text-align: center;
        font-size: 14px;
        font-weight: bold;
        transition: all 0.5s ease;
        border-radius: 5px;
    }
}

@media (max-width: 858px){
    .checkbtn{
        display: block;
    }

    nav ul{
        position: fixed;
        width: 100%;
        background: rgb(210, 211, 205);
        top: 80px;
        right: -110%;
        text-align: center;
        transition: all .5s;
    }

    nav ul li{
        display: block;
        line-height: 40px;
    }

    nav ul li a{
        font-size: 15px;
        color: black;
    }

    nav ul li a:hover{
        background: none;
    }

    #check:checked ~ ul{
        right: 0;
    }

    .row{
        padding: 20px;
    }

    #error_message{
        margin-top: 20px;
        margin-bottom: 20px;
        padding: 0px;
        background: #FF0000;
        text-align: center;
        font-size: 14px;
        font-weight: bold;
        transition: all 0.5s ease;
        border-radius: 5px;
    }

    #success_message{
        margin-top: 20px;
        margin-bottom: 20px;
        padding: 10px;
        background: #00FF00;
        text-align: center;
        font-size: 14px;
        font-weight: bold;
        transition: all 0.5s ease;
        border-radius: 5px;
    }
}

#social{
    background-color: #000;
}

#social i{
    font-size: 25px;
}

#social i:hover{
    font-size: 30px;
}

hr{
    background-color: #C0C0C0;
}

.box{
    background: #F9F9F9;
    box-sizing: border-box;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0px 5px 10px green;
}

label{
    font-weight: bold;
}

#g{
    text-align: center;
    box-shadow: 0px 5px 10px green;
    border-radius: 10px;
    margin-top: 20px;
    padding-top: 10px;
    background: #F9F9F9;
}

.form-group input{
    border-color: red;
}

.form-group textarea{
    border-color: red;
    height: 220px;
}

#backg{
    min-height: 50vh;
    color: #C0C0C0;
    padding-top: 30px;
    padding-bottom: 30px;
    background: green;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

#main{
    object-fit: contain;
}

@media (max-width: 858px){
    #main img{
    width: 90%;
    }
}

#fimg{
    background-image: url("../images/homeNewNow.jpeg");
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center center;
    height: 1000px;
    object-fit: contain;
}

@media (max-width: 991px){
    #fimg{
        height: 400px;
    }
}

#staff img{
    width: 50%;
    margin: 20px;
    border-radius: 10px;
}

#homeDesc{
    margin-top: 40px;
    margin-bottom: 40px;
}

@media (max-width: 991px){
    #homeDesc h4{
        font-size: 20px;
    }
}

.carousel-inner{
    border-radius: 10px;
}

.carousel-inner .carousel-item img{
    width: 100%;
    height: 700px;
    object-fit: contain;
    border-radius: 10px;
}

.serv .carousel-item img{
    height: 500px;
}

@media (max-width: 991px){
    .carousel-inner .carousel-item img{
        height: 400px;
    }

    .serv .carousel-item img{
        height: 400px;
    }
}

.page-footer{
    background-color: green;
}

.page-footer a{
    font-weight: bold;
}

.page-footer a:hover{
    font-size: 18px;
}

.page-footer hr{
    background-color: #C0C0C0;
}

.box{
    /*background-image: linear-gradient(rgba(26, 26, 26, 0.7), rgba(26, 26, 26, 0.7)), url("../images/bgb.jpeg");*/
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center center;
    color: #000;
}

#cimg{
    border-radius: 50px;
}

.event_desc{
    margin-bottom: 40px;
}

.event_desc h5{
    font-weight: bold;
}

.single{
    width: 290px;
}
@media(max-width:768px){
    .single{
        width: 100%;
        margin: 0 auto;
    }
}

.product{
    background: #ffffff;
    border: solid 1px #e6e6e6;
    margin-bottom: 30px;
    box-sizing: border-box;
    border-radius: 10px;
}

.product .text{
    height: 100px;
    padding: 10px 10px 0px;
}

.product .text p.price{
    font-size: 18px;
    text-align: center;
    font-weight: 400;
}

.product .text{
    text-align: center;
    clear: both;
    margin-bottom: 10px;
}

.product .text h3{
    text-align: center;
    font-size: 20px;
    color: rgb(85, 85, 85);
}

.product .text h3 a{
    color: rgb(85, 85, 85);
}

.product .img-responsive{
    height: 300px;
    width: 100%;
    border-radius: 10px;
    object-fit: contain;
}

.p{
    margin-bottom: 30px;
    box-sizing: border-box;
    border-radius: 10px;
}

.p .text{
    height: 100px;
    padding: 10px 10px 0px;
}

.p .text p.price{
    font-size: 18px;
    text-align: center;
    font-weight: 400;
}

.p .text{
    text-align: center;
    clear: both;
    margin-bottom: 10px;
}

.p .text h3{
    text-align: center;
    font-size: 20px;
}

.p .text h3 a{
    color: rgb(85, 85, 85);
}

.p .img-responsive{
    height: 300px;
    width: 100%;
    border-radius: 10px;
    object-fit: contain;
}

.play-btn{
    width: 60px;
    position: absolute;
    left: 50%;
    top: 45%;
    transform: translate(-50%, -50%);
    cursor: pointer;
}

.video-player{
    position: absolute;
    left: 50%;
    top: 45%;
    transform: translate(-50%, -50%);
    display: none;
}

.close-btn{
    position: absolute;
    top: 10px;
    right: 10px;
    width: 30px;
    cursor: pointer;
}

video:focus{
    outline: none;
}

#clogo{
    border-radius: 20px;
}

.btn{
    background-color: #0ecce6;
    color: #fff;
    border-radius: 30px;
    font-weight: bold;
}

#error_message{
    margin-top: 20px;
    margin-bottom: 20px;
    padding: 0px;
    background: #FF0000;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    transition: all 0.5s ease;
    border-radius: 5px;
}

#success_message{
    margin-top: 20px;
    margin-bottom: 20px;
    padding: 10px;
    background: #00FF00;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    transition: all 0.5s ease;
    border-radius: 5px;
    color: #000;
}

/*about styles*/

.mv{
    margin-top: 40px;
    margin-bottom: 40px;
    display: flex;
}

.column{
    flex: 50%;
    margin: 10px;
    padding: 30px;
}

.obj{
    border: 2px solid #C0C0C0;
    border-radius: 5px;
    box-shadow: 0px 5px 10px #C0C0C0;
    margin-bottom: 20px;
    padding: 30px;
}

.obj li{
    font-weight: bold;
}

.values{
    display: flex;
}

.cols{
    flex: 25%;
    margin: 10px;
    padding: 30px;
    border: 2px solid #C0C0C0;
    border-radius: 5px;
    box-shadow: 0px 5px 10px #C0C0C0;
}

@media (max-width: 858px){
    .mv{
        display: block;
    }

    .values{
        display: block;
    }
}

/*contact styles*/

.contact{
    position: relative;
    min-height: 100vh;
    padding: 50px 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background: linear-gradient(to bottom left, rgb(210, 211, 205) 0%, rgb(210, 211, 205) 50%, rgb(16, 80, 26) 50%, rgb(16, 80, 26) 100%);
    background-size: cover;
}

.contact .content{
    max-width: 800px;
    text-align: center;
}

.contact .content h2{
    font-size: 36px;
    font-weight: 500;
    color: #fff;
}

.contact .content p{
    font-weight: 300;
    color: #fff;
}

.contain{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.contain .contactInfo{
    padding-left: 40px;
    width: 50%;
    display: flex;
    flex-direction: column;
}

.contain .contactInfo .bo{
    position: relative;
    padding: 20px 0;
    display: flex;
}

.contain .contactInfo .bo .icon{
    min-width: 60px;
    height: 60px;
    background: #fff;
    color: #000;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    font-size: 22px;
}

.contain .contactInfo .bo .text{
    display: flex;
    margin-left: 20px;
    font-size: 16px;
    color: #fff;
    flex-direction: column;
    font-weight: 300;
}

.contain .contactInfo .bo .text h3{
    font-weight: 500;
    color: yellow;
}

.contain .contactInfo .bo .text a{
    color: grey;
    font-weight: bold;
}

.contain .contactInfo .bo .text a:hover{
    font-size: 18px;
}

.contactForm{
    border-radius: 5px;
    width: 50%;
    padding: 40px;
    background: #fff;
}

.contactForm h2{
    font-size: 30px;
    color: #333;
    font-weight: 500;
}

.contactForm .inputBox{
    position: relative;
    width: 100%;
    margin-top: 10px;
}

.contactForm .inputBox input,
.contactForm .inputBox textarea{
    width: 100%;
    padding: 5px 0;
    font-size: 16px;
    margin: 10px 0;
    border: none;
    border-bottom: 2px solid #333;
    outline: none;
    resize: none;
}

.contactForm .inputBox textarea{
    height: 150px;
}

.contactForm .inputBox span{
    color: #666;
    position: absolute;
    left: 0;
    padding: 5px 0;
    font-size: 16px;
    margin: 10px 0;
    pointer-events: none;
    transition: 0.5s;
}

.contactForm .inputBox input:focus ~ span,
.contactForm .inputBox input:valid ~ span,
.contactForm .inputBox textarea:focus ~ span,
.contactForm .inputBox textarea:valid ~ span{
    color: #e91e63;
    font-size: 12px;
    transform: translateY(-20px);
}

.contactForm .inputBox input[type="submit"]{
    width: 100px;
    background: green;
    color: #fff;
    font-weight: bold;
    border: none;
    cursor: pointer;
    padding: 10px;
    border-radius: 5px;
}

#error_message{
    margin-top: 20px;
    margin-bottom: 20px;
    padding: 0px;
    background: #FF0000;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    transition: all 0.5s ease;
    border-radius: 5px;
}

#success_message{
    margin-top: 20px;
    margin-bottom: 20px;
    padding: 10px;
    background: #00FF00;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    transition: all 0.5s ease;
    border-radius: 5px;
}

/*contact styles ends*/

@media (max-width: 991px){
    .contact{
        padding: 0;
    }

    .contain{
        flex-direction: column;
    }

    .contain .contactInfo{
        padding-left: 0;
        /*margin-bottom: 40px;*/
    }

    .contain .contactInfo .bo .icon{
        display: none;
    }

    .contain .contactInfo,
    .contactForm{
        width: 100%;
    }
}

/*service icons*/
.servimg{
    width: 150px;
    border-radius: 50%;
    border: 3px solid #fff;
    margin-bottom: 30px;
}

@media (max-width: 991px){
    .servimg{
        width: 100px;
    }
}
/*service icons ends*/

/*vacancies styles*/
/*.vacancy{
    border: 2px solid;
    border-radius: 5px;
    padding: 40px;
}*/

.vacancy h2, h3, h4{
    font-weight: bold;
}
ol.dashed{
    list-style-type: none;
}

ol.dashed > li{
    text-indent: -15px;
}

ol.dashed > li:before {
    content: "- ";
    /*text-indent: -20px;*/
}
/*vacancies styles ends*/

/*new index styles*/
body, html{
    height: 100%;
}

.homeFirst{
    background-image: url("../images/homeBackground1.png");
    height: 100%;
    width: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    color: white;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.homeFirst .text h1{
    font-size: 80px;
    margin: 0 200px;
    font-weight: 600;
    background-color: rgba(0, 0, 0, .2);
}

.homeSecond{
    background-image: url("../images/homeBackground2.png");
/*    height: 100%;*/
    width: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
}

.homeSecond .column{
    display: flex;
    flex-direction: column;
    flex: 50%;
    margin: 0;
    border: none;
    border-radius: 0;
    box-shadow: none;
    justify-content: center;
    align-items: center;
}

.homeSecond .column .top-text{
    margin-bottom: 10px;
}

.homeSecond .column .top-text span{
    background-color: rgb(164, 230, 134);
    border-radius: 50%;
    padding: 0 8px;
}

.homeSecond .column .top-text .row2{
    padding: 0 10px;
}

.homeSecond .column h1{
    font-weight: bold;
    font-size: 60px;
}

.homeSecond .column .cOneP{
    padding: 40px 40px;
    margin: 0 50px;
    text-align: center;
    font-weight: 400;
    font-size: 20px;
    background-color: rgb(111, 119, 100);
    border-radius: 10px;
    color: rgb(227, 229, 106);
}

.cOneButton{
    margin-top: 20px;
    background-color: rgb(28, 187, 169);
    color: white;
    padding: 10px 80px;
    border-radius: 50px;
    font-weight: bold;
}

a:hover{
    color: white;
}

.homeSecond .col2{
}

.homeSecond .col2 img{
    width: 400px;
}

.homeThird{
    background-image: url('../images/home_third_background.png');
/*    height: 100%;*/
    width: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    color: white;
    padding: 40px 100px;
    text-align: center;
    justify-content: center;
}

.homeThird .top-text h1{
    font-size: 70px;
    font-weight: 800;
}

.homeThird .top-text h1.row2{
    font-size: 169px;
}

.home_third_row{
    display: flex;
}

.home_third_column{
    flex: 30%;
    background: linear-gradient(90deg, rgb(0, 151, 178) 0%, rgb(126, 217, 87) 100%) -0.32px 0px / 499.99px 499.99px;
    padding: 20px;
    border-radius: 10px;
    margin-right: 30px;
}

.home_third_column h2{
    font-size: 40px;
    font-weight: 400;
    margin-bottom: 20px;
}

.home_third_column p{
    font-weight: bold;
}

.homeFourth{
    display: flex;
}

.homeFourth .column{
    flex: 50%;
    margin: 0;
    border-radius: 0;
    box-shadow: none;
    border: none;
}

.homeFourth .col1 h1{
    font-size: 70px;
    font-weight: 400;
}

.homeFourth .col1 .img1{
    width: 80%;
    object-fit: contain;
}

.homeFourth .column.col2{
    margin-top: 50px;
}

.homeFourth .home_fourth_row{
    display: flex;
    margin: 30px;
}

.homeFourth .home_fourth_column{
    margin-right: 20px;
    flex: 50%;
}

.homeFourth .home_fourth_column.c1, .home_fourth_column.c2, .home_fourth_column.c3{
    border-radius: 8px;
    padding: 10px;
    height: 200px;
    color: white;
    position: relative;
}

.homeFourth .home_fourth_column h1{
    font-weight: bold;
}

.homeFourth .home_fourth_column h3{
    font-weight: normal;
    font-size: 20px;
}

.homeFourth .bottom{
    position: absolute;
    bottom: 10px;
    left: 20px;
}

.homeFourth .top{
    position: absolute;
    right: 20px;
    top: 10px;
}

.homeFourth .top img{
    width: 50px;
}

.homeFourth .home_fourth_column.c1{
    background: rgb(27, 59, 30);
}

.homeFourth .home_fourth_column.c2{
    background: rgb(12, 26, 14);
}

.homeFourth .home_fourth_column.c3{
    background: rgb(110, 119, 99);
}

.homeVifth{
    background: rgb(27, 59, 30);
    position: relative;
}

.homeVifth .top{
    width: 960px;
    height: 480px;
    background-color: #f5f5f5;
    border-radius: 0 0 480px 480px;
    padding: 60px;
}

.homeVifth .top h1{
    font-size: 100px;
    font-weight: 600;
    color: rgb(27, 59, 30);
}

.homeVifth .top h2{
    color: rgb(232, 181, 55);
    font-size: 28px;
    font-weight: bold;
    letter-spacing: 8px;
}

.homeVifth .top p{
    margin: 80px 150px;
}

.homeVifth .bottom{
    position: relative;
    padding: 20px 300px;
    color: white;
    font-size: 25px;
    font-weight: 400;
    font-family: papyrus;
    z-index: 2;
}

.homeVifth img{
    position: absolute;
    width: 400px;
    z-index: 1;
}

.homeVifth .img1{
    bottom: 0;
    left: 0;
}

.homeVifth .img2{
    bottom: 0;
    right: 0;
}

.homeSixth{
    background-image: url("../images/homeSixth_background.png");
/*    background-position: center;*/
    background-repeat: no-repeat;
    background-size: cover;
    padding: 40px 100px;
}

.homeSixth h1{
    font-family: "sans-serif";
    font-size: 130px;
    font-weight: 500;
}

.homeSixth p{
    font-size: 20px;
    font-weight: bold;
    color: rgb(232, 181, 55);
}

.homeSixth .columns{
    display: flex;
    width: 100%;
}

.homeSixth .columns .column{
    flex: 25%;
    border: none;
    border-radius: 0;
    box-shadow: 10px 10px;;
}

.homeSixth .columns .column img{
    width: 50px;
    margin-bottom: 20px;
}

.homeSixth .columns .column.col1{
    background: rgb(164, 230, 134);
}

.homeSixth .columns .column.col2{
    background: rgb(72, 118, 65);
}

.homeSixth .columns .column.col3{
    background: rgb(110, 119, 99);
}

.homeSixth .columns .column.col4{
    background: rgb(35, 103, 58);
}

.homeSixth .columns .column h1{
    font-size: 25px;
    height: 70px;
}

.homeSixth .columns .column p{
    color: black;
    font-weight: normal;
    font-size: 18px;
}

.homeSeventh{
    padding: 30px;
}

.homeSeventh h1{
    font-size: 80px;
    font-weight: bold;
/*    color: rgb(210, 211, 205);*/
    margin-bottom: 30px;
}

.homeSeventh .homeSeventh_row{
    display: flex;
}

.homeSeventh .homeSeventh_row .homeSeventh_column{
    flex: 30%;
    margin: 0 20px;
}

.homeSeventh .homeSeventh_row .homeSeventh_column.top{
    padding: 20px;
    background: rgb(11, 73, 21);
    border-radius: 20px;
    margin-bottom: 30px;
}

.homeSeventh .homeSeventh_row .homeSeventh_column h2{
    color: rgb(232, 181, 55);
    font-weight: bold;
    font-size: 20px;
    padding: 20px 0;
}

.homeSeventh .homeSeventh_row .homeSeventh_column p{
    margin: 0;
    padding: 20px 0;
    color: white;
    font-weight: 300;
    font-size: 22px;
}

.homeSeventh .homeSeventh_row .homeSeventh_column img{
    width: 100%;
}

@media (max-width: 858px){
    .homeFirst{
        height: 50%;
    }

    .homeFirst .text h1{
        font-size: 30px;
        margin: 0 100px;
    }

    .homeFirst .text .bold{
        font-size: 30px;
    }

    .homeSecond{
        flex-direction: column;
    }

    .homeSecond .column h1{
        font-size: 40px;
    }

    .homeSecond .column .top-text{
        text-align: center;
    }

    .homeSecond .column .sub-text{
        font-size: 35px;
    }

    .homeSecond .column .cOneP{
        padding: 10px !important;
        margin: 0;
    }

    .homeSecond .col2 img{
        width: 100%;
    }

    .homeThird{
        padding: 50px 5px;
    }

    .home_third_row{
        display: block;
    }

    .home_third_column{
        width: 90%;
        margin: 0;
        margin-bottom: 20px;
    }

    .homeFourth{
        display: block;
    }

    .homeFourth .col1 h1{
        font-size: 50px;
        font-weight: 400;
    }

    .homeFourth .col1 .img1{
        width: 100%;
    }

    .homeFourth .col2{
        padding: 0;
    }

    .homeVifth .top{
        width: 100%;
        height: 350px;
    }

    .homeVifth .top h1{
        font-size: 40px;
        font-weight: 600;
        color: rgb(27, 59, 30);
    }

    .homeVifth .top h2{
        color: rgb(232, 181, 55);
        font-size: 28px;
        font-weight: bold;
        letter-spacing: 0;
    }

    .homeVifth .top p{
        margin: 10px;
    }

    .homeVifth .bottom{
        padding: 20px 10px;
        color: white;
        font-size: 20px;
        font-weight: 400;
        font-family: papyrus;
    }

    .homeVifth img{
        display: none;
    }

    .homeSixth{
        padding: 20px;
        text-align: center;
    }

    .homeSixth h1{
        font-size: 80px;
    }

    .homeSixth .columns{
        display: block;
    }

    .homeSixth .columns .column{
        margin-bottom: 20px;
    }

    .homeSixth p{
        color: black;
    }

    .homeSeventh h1{
        font-size: 50px;
    }

    .homeSeventh .homeSeventh_row{
        display: block;
    }
}
/*new index styles*/

/*new about styles*/
.aboutFirst{
    position: relative;
    padding: 40px 40px 80px 40px;
}

.aboutFirst .top-text span{
    background-color: rgb(232, 181, 55);
    border-radius: 50%;
    padding: 0 8px;
}

.aboutFirst .top-text .row2{
    padding: 0 10px;
}

.aboutFirst h1{
    font-weight: bold;
    font-size: 60px;
}

.aboutFirst .cOneP{
    font-weight: 400;
    font-size: 20px;
    max-width: 50%;
}

.aboutFirst img{
    position: absolute;
    width: 40%;
    right: 0;
    top: 0;
}

.aboutSecond{
    display: flex;
}

.aboutSecond .column{
    flex: 50%;
}

.aboutSecond .column img{
    width: 100%;
}

.aboutSecond .column{
    margin: auto 0;
}

.aboutSecond .column h1{
    font-size: 80px;
    font-weight: bold;
    margin-bottom: 50px;
}

.aboutSecond .column span{
    background-color: rgb(232, 181, 55);
    border-radius: 50%;
    padding: 0 15px;
}

.aboutSecond .column ol {
    counter-reset: item;
    margin-left: 0;
    padding-left: 0;
    font-size: 50px;
}

.aboutSecond .column li {
    font-size: 17px;
    font-weight: 400;
    display: block;
    margin-left: 3.5em;
    padding-bottom: 20px;
}

.aboutSecond .column li:before {
    content: counter(item, decimal-leading-zero) " ";
    counter-increment: item;
    display: inline-block;
    text-align: right;
    width: 3.4em;
    padding-right: 0.5em;
    margin-left: -3.5em;
    color: rgb(16, 80, 26);
    font-weight: bold;
    font-size: 20px;
}

.aboutThird{
/*    height: 100%;*/
    background: linear-gradient(to bottom left, #fff 0%, #fff 50%, rgb(210, 211, 205) 50%, rgb(210, 211, 205) 100%);
}

.aboutThird h1{
    font-family: "sans-serif";
    font-size: 50px;
    letter-spacing: 7px;
}

.aboutThird h2{
    font-family: "sans-serif";
    font-style: italic;
    font-weight: 400;
}

.aboutThird .columns{
    display: flex;
}

.aboutThird .columns .column{
    flex: 30%;
    text-align: center;
}

.aboutThird .columns .column img{
    width: 60%;
}

.aboutThird .columns .column h1{
    font-size: 30px;
}

.aboutThird .columns .column p{
    font-weight: 400;
}

.aboutFourth{
    position: relative;
}

.aboutFourth .img img{
    width: 100%;
}

.aboutFourth .text p{
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    position: absolute;
    color: white;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 0);
}

@media (max-width: 858px){
    .aboutFirst{
        padding: 80px 40px 40px 40px;
    }

    .aboutFirst h1{
        font-size: 40px;
    }

    .aboutFirst .cOneP{
        position: relative;
        z-index: 1;
        font-size: 18px;
        max-width: 100%;
        text-align: center;
    }

    .aboutFirst img{
        z-index: 0;
        opacity: 0.6;
    }

    .aboutSecond{
        display: block;
    }

    .aboutSecond .column h1{
        font-size: 60px;
    }

    .aboutThird h1{
        font-size: 30px;
    }

    .aboutThird h2{
        font-size: 20px;
        padding: 0 10px;
    }

    .aboutThird .columns{
        display: block;
    }

    .aboutFourth .text p{
        font-size: 8px;
    }
}
/*new about styles*/