*{
    margin: 0;
    padding: 0;
}


h1{
    font-size: 3rem !important;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
}

h2{
    font-size: 2rem !important;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
}

h3{
    font-size: 1.5rem !important;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
}

h4{
    font-size: 1rem !important;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
}

h5{
    font-size: 0.5rem !important;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
}

/* #section_1{
    height: 100vh ;
} */

.header_logo{
    color: white;
}

.logos{
    color: white;
}

#section_1 .container{
    padding: 1.5% ;
}

#section_1 .container .header_logo{
    font-size: 1rem;
}

#section_1 .container .logos{
    width: 15%;
}

#section_1 .container .logos a{
    margin-left: 15%
}

#section_1 .navbar .container .collapse ul{
    width: 100%;
    display: flex ;
    justify-content: space-around;
}

#section_1 .navbar .container .collapse ul li{
    margin-left: 5%;
}

#section_1 .navbar .container .collapse form{
    width: 20%;
}

#section_1 .navbar .container .collapse button{
    border-radius: 25%;
    width: 50%;
    border-radius: 30px;
}

#section_1 .main {
    background-image: url('./main_page/assets/images/sowaseed.png');
    /* background: red; */
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    padding: 0;
    margin: 0;
    padding: 5% 0;
    /* background-color: red; */
}


#section_1 .main .container .main_heading{
    color: white;
    font-size: 3.5rem;
    font-weight: bolder;
    text-transform: uppercase;
    margin-bottom: 5%;
}
#section_1 .main .container .main_sub_heading{
    color: white;
    font-size: 3.5rem;
    text-transform: uppercase;
    margin-bottom: 5%;
}
#section_1 .main .container .main_description{
    color: white;
    margin-bottom: 5%;
}
#section_1 .main .container button{
    font-size: 1.5rem;
    color: white;
    border-radius: 30px;
}

#section_2 .container {
    padding: 4% 3%;
}

#section_2 .container .row{
    display: flex;
    justify-content: space-between;
}

#section_2 .container .row .col-lg-5:nth-child(1) img{
    /* background-image: url('./assets/images/about.png'); */
    /* background-size: cover; */
    /* height: 100%; */
    /* width: 100%; */
    opacity: 0;
}

#section_2 .container .row .col-lg-5:nth-child(1) {
    background-image: url('./main_page/assets/images/about.png');
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 30px ;
}


#section_2 .container .row .col-lg-5:nth-child(2){
    /* width: 47%; */
}

#section_2 .container .row .col-lg-5:nth-child(2) .about_sub_heading{
    font-size: 1.5rem;
    text-transform: uppercase;
    margin-bottom: 3%;
}

#section_2 .container .row .col-lg-5:nth-child(2) .about_main_heading{
    font-size: 3rem;
    font-weight: bolder;
    color: blue;
    text-transform: uppercase;
    margin-bottom: 3%;
}

#section_2 .container .row .col-lg-5:nth-child(2) .about_description{
    font-size: 1.5rem;
    margin-bottom: 5%;
}

#section_2 .container .row .col-lg-5:nth-child(2) button{
    font-size: 1rem;
    color: white;
    border-radius: 30px;
    margin-bottom: 5%;
}

#section_3 {
    background: lightgray;
}

#section_3 .container{
    padding: 4% 3%;
}

#section_3 .container .row .section_3_main_heading h1{
    font-weight: bolder;
}

#section_3 .container .row:nth-child(2) .col .card{
    width: 116% !important;
    /* box-shadow: 5px 10px 8px #888888; */
}

#section_3 .container .row:nth-child(2) .col .card .card-header{
    background: black;
    color: white;
}

#section_3 .container .row:nth-child(2) .col .card .card-body ul li{
    border: none;
    border-top: 2px solid lightgray;
}

#section_3 .container .row:nth-child(2) .col .card .card-body a{
    width: 75%;
    border-radius: 20px;
}

#section_4 .container{
    padding: 4% 0;
}

#section_4 .container .row .custom_column{
    width: 90%;
    margin-left: 4%;
}

#section_4 .container .row .custom_column .row .col:nth-child(1) img{
    /* background-image: url('./assets/images/circleimage.png');  */
    background-repeat: none;
    background-size: cover;
    width: 100%;
}

#section_4 .container .row .custom_column .row .col:nth-child(2){
    padding: 7% 0;
}


/* #section_4 .container .row .custom_column .row .col-lg-8 .arrows .left{
    background-image: url('./assets/images/rightarrow.png');
}

#section_4 .container .row .custom_column .row .col-lg-8 .arrows .right{

    background-image: url('./assets/images/leftarrow.png');
} */

#section_4 .container .row .custom_column .row .col .heading{
    color: blue;
    padding-bottom: 2%;
}

#section_4 .container .row .custom_column .row .col .description{
    padding-bottom: 1%;
    font-style: italic ;
}

#section_5 .container .row .col:nth-child(1){
    background-image: url('./main_page/assets/images/getintouch.png');
    background-repeat: no-repeat;
    background-size: cover;
    padding: 2%;
    margin-right: 3%;
    border-radius: 20px;
}

#section_5 .container .row .col:nth-child(1) img{
    /* background-image: url('./assets/images/getintouch.png');  */
    /* background-repeat: none;
    background-size: cover; */
    opacity: 0;
}
/* #section_5 .container .row .col-lg-5{
    width: 90% !important;
} */

#section_5 .container .row{
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
}

#section_5 .container .row .col:nth-child(2){
    padding: 1% 2%;
    border-radius: 20px;
    box-shadow: 10px 10px 8px #888888;
    box-shadow: -10px 10px 8px #888888;
}

#section_5 .container .row .col:nth-child(2) .form button{
    width: 100%;
    height: 7%;
}


footer{
    background: white;
    color: black;
    /* margin-top: 5%; */

}

.footer_main{
    border-bottom: 3px solid white;
}

    /* .footer_main .container .row .col{
    border: 3px solid white;
} */

/* .footer_main .container .row .col:nth-child(1) .logo{
    background-image: url('./assets/images/logo.png');
    background-repeat: no-repeat;
    background-size: cover;
} */

.footer_main .container .row .col:nth-child(1) .description h4{
    line-height: 200%;
    color: lightblue;
}

/* .footer_main .container .row .col:nth-child(1) .logo{
    background-image: url('./main_page/assets/images/logo.png');
    background-repeat: no-repeat;
    background-size: cover;
    width: 32%;
    height: 18%;
} */

.footer_main .container .row .col:nth-child(1) .logo img{
    width: 70%;
    /* height: 70%; */
}

.footer_main .container .row .col:nth-child(2) .heading{
    padding-left: 10%;
    padding-top: 11%;
    padding-bottom: 12%;
    color: lightblue;
}

.footer_main .container .row .col:nth-child(2) ul{
    list-style: none ;
    margin-top: 15%;
}

.footer_main .container .row .col:nth-child(2) ul li{
    margin-bottom: 12%;
}

.footer_main .container .row .col:nth-child(3) .heading{
    padding-left: 15%;
    padding-top: 11%;
    padding-bottom: 12%;
}


.footer_main .container .row .col:nth-child(3) .logos{
    margin-top: 5%;
    margin-left: 15%;
}

.footer_main .container .row .col:nth-child(3) .logo_1{
    margin-bottom: 5%;
}
.footer_main .container .row .col:nth-child(3) .logo_2{
    margin-bottom: 5%;
}
.footer_main .container .row .col:nth-child(3) .logo_3{
    margin-bottom: 5%;
}


.footer_main .container .row .col:nth-child(3) .logos .desc{
    margin-left: 5%;
}

.footer_main .container .row .col:nth-child(4) .heading{
    padding-left: 15%;
    padding-top: 11%;
    /* padding-bottom: 12%; */
}

.footer_main .container .row .col:nth-child(4) .logos{
    margin-left: 8%;
}

.footer_main .container .row .col:nth-child(4) .logos .fab{
    /* margin-right: 10%; */
    color: black;
}

.footer_main .container .row .col:nth-child(4) .logos .box{
    display: flex;
    justify-content: center;
    align-items: center;
    background: white;
    margin-right: 7%;
    border-radius: 50%;
    width: 50px;
    height: 50px;
}

.footer_bottom{
    /* border-top: 1px solid red; */
    padding: 1% 0;
}

@media screen and (max-width: 1399px){
    h1{
        font-size: 2.75rem !important;
    }

    h2{
        font-size: 1.75rem !important;
    }

    h3{
        font-size: 1.25rem !important;
    }

    h4{
        font-size: 0.75rem !important;
        /* background: red; */
    }

    h5{
        font-size: 0.25rem !important;
    }

    #section_5 .container .row .col-xl-6:nth-child(1) img{
        display: none;
    }

    #section_5 .container .row .col:nth-child(2){
        width: 80% !important;
    }
    #section_5 .container .row .sec_5{
        display: none !important;
    }
}


@media screen and (max-width: 1199px){
    h1{
        font-size: 2.60rem !important;
    }

    h2{
        font-size: 1.60rem !important;
    }

    h3{
        font-size: 1.10rem !important;
    }

    h4{
        font-size: 0.60rem !important;
        /* background: red; */
    }

    h5{
        font-size: 0.20rem !important;
    }

}



@media screen and (max-width: 991px) {
    h1{
        font-size: 2.5rem !important;
    }

    h2{
        font-size: 1.5rem !important;
    }

    h3{
        font-size: 1.0rem !important;
    }

    h4{
        font-size: 0.75rem !important;
        /* background: red; */
    }

    h5{
        font-size: 0.25rem !important;
    }

    #section_1 .navbar .container .collapse form{
        width: 100%;
        display: flex !important;
        justify-content: start !important;
        margin-left: 5%;
    }

    #section_3 .container .row:nth-child(2) .col .card{
        width: 105% !important ;
    }

    /* #section_4 .container .row .custom_column .row .col:nth-child(1){
        display: flex !important;
        justify-content: start !important;
    } */

    #section_4 .container .row .custom_column .row .col:nth-child(1) img{
        width: 60% ;
    }


    #section_5 .container .row {
        display: flex;
        justify-content: center !important;
        align-items: center !important;
    }

    #section_5 .container .row .col-lg-5{
        width: 90%;
    }

    #section_5 .container .row .col-lg-5 .form button{
        text-align:center;
        width: 100%;
        height: 7%;
        margin-bottom: 3%;
        padding-bottom: 1.5% 0;
    }

    /* .footer_main .container .row .col:nth-child(1) .logo{
        background-image: url('./main_page/assets/images/logo.png');
        background-repeat: no-repeat;
        background-size: contain;
        width: 10%;
        height: 30%;
    } */

    .footer_main .container .row .col:nth-child(1) .logo img{
        width: 30%;
        /* height: 70%; */
    }

    .footer_main .container .row .col{
        margin: 5% 0 !important;
    }


    .footer_main .container .row .col:nth-child(4) .heading{
        padding-left: 0%;
        padding-top: 0%;
        /* padding-bottom: 12%; */
    }


    .footer_main .container .row .col:nth-child(2) .heading {
        padding: 0;
        margin-bottom: 5%;
    }

    .footer_main .container .row .col:nth-child(2) .heading h3{
        font-size: 1.5rem !important;
    }

    .footer_main .container .row .col:nth-child(2) ul{
        padding-left: 0;
    }


    .footer_main .container .row .col:nth-child(3){
        margin-top: 0 !important;
    }

    .footer_main .container .row .col:nth-child(3) .heading{
        padding: 0;
        color: black;
    }

    .footer_main .container .row .col:nth-child(3) .heading h3{
        font-size: 1.5rem !important;
    }


    .footer_main .container .row .col:nth-child(3) .logos{
        margin-left: 0;
        margin-top: 6%;
    }

    .footer_main .container .row .col:nth-child(4) .heading h4 b{
        padding: 0;
        color: black;
        padding-bottom: 5%;
    }

    .footer_main .container .row .col:nth-child(4) .heading h3{
        font-size: 1.5rem !important;
    }

    .footer_main .container .row .col:nth-child(4) .logos{
        margin-left: 0;
    }

    .footer_main .container .row .col:nth-child(4) .logos .box{
        margin-left: 0;
        width: 2%;
    }

    .footer_main .container .row .col:nth-child(2) ul{
        margin-top: 0%;
    }

    .footer_main .container .row .col:nth-child(2) ul li{
        margin-bottom: 6%;
    }
}


@media screen and (max-width: 767px){
    #section_3 .container .row:nth-child(2) .col{
        margin: 4% 0;
        width: 80%;
        display: flex;
        justify-content: center;
    }

    .footer_main .container .row .col:nth-child(1) .logo{
        width: 100%;
    }
}


@media screen and (max-width: 575px){

    h1{
        font-size: 2rem !important;
    }

    h2{
        font-size: 1rem !important;
    }

    h3{
        font-size: 0.5rem !important;
    }

    h4{
        font-size: 0.70rem !important;
        /* background: red; */
    }

    h5{
        font-size: 0.25rem !important;
    }

     #section_2 .container .row .col-lg-5:nth-child(1) img{
        width: 100%;
    }

    .footer_main .container .row .custom_column .row .col:nth-child(1) .logo img{
        width: 20% ;
    }


    /*#section_2 .container .row .col-lg-5:nth-child(2){

    }

    #section_3 .container .row:nth-child(2) .col{
        margin: 4% 0;
        width: 80%;
        display: flex;
        justify-content: center;
    }

    #section_4 .container .row .custom_column .row .col-lg-5:nth-child(1){
        background-repeat:no-repeat;
        background-size:contain;


    }

    #section_5 .container .row .col-lg-6:nth-child(1) img{

        display: none;
    }

    #section_5 .container .row .col-lg-5 .form button{
        text-align:center;
        width: 100%;
        height: 7%;
        margin-bottom: 3%;
        padding-bottom: 1.5% 0;
    }

    .footer_main .container .row .col{
        margin: 5% 0 !important;
    }



    .footer_main .container .row .col:nth-child(2) .heading {
        padding: 0;
        margin-bottom: 5%;
    }

    .footer_main .container .row .col:nth-child(2) .heading h3{
        font-size: 1.5rem !important;
    }

    .footer_main .container .row .col:nth-child(2) ul{
        padding-left: 0;
    }


    .footer_main .container .row .col:nth-child(3){
        margin-top: 0 !important;
    }

    .footer_main .container .row .col:nth-child(3) .heading{
        padding: 0;
        color: lightblue;
    }

    .footer_main .container .row .col:nth-child(3) .heading h3{
        font-size: 1.5rem !important;
    }


    .footer_main .container .row .col:nth-child(3) .logos{
        margin-left: 0;
        margin-top: 6%;
    }

    .footer_main .container .row .col:nth-child(4) .heading{
        padding: 0;
        color: lightblue;
        padding-bottom: 5%;
    }

    .footer_main .container .row .col:nth-child(4) .heading h3{
        font-size: 1.5rem !important;
    }

    .footer_main .container .row .col:nth-child(4) .logos{
        margin-left: 0;
    }

    .footer_main .container .row .col:nth-child(4) .logos .box{
        margin-left: 0;
        margin-right: 7%;
    } */

}


