@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600&display=swap');

* {
    margin: 0;
    padding: 0;
}

body {
    /* background-color: #011a39; */
    font-family: 'Poppins', sans-serif;
}

q {
    font-family: 'Poppins', sans-serif;
}

.container {
    max-width: 1140px;
    margin: 0 auto;
}

.header {
    display: flex;
    justify-content: space-between;
}


.main-logo img {
    float: left;
    margin-left: -12px;
    padding: 15px;
    font-family: 'Poppins', sans-serif;
}




ul {
    padding-top: 22px;
    justify-content: space-between;
    list-style: none;
}

.nav-bar ul li {
    display: inline-block;
}

.nav-bar ul li:last-child {
    font-size: 14px;
    font-weight: 500;
    font-family: 'Poppins', sans-serif;
    text-decoration: none;
    color: white;
    padding-right: 17px;
    padding-bottom: 13px;
    padding-left: 24px;
    padding-top: 14px;
    /* padding: 14px 17px; */
    border: 1px solid #f8842f;
    border-radius: 40px;
    text-transform: capitalize;
    letter-spacing: 2px;
}

.nav-bar ul li:last-child:hover {
    border: 1px solid #f8842f;
    background: linear-gradient(45deg, #f8842f, #cf4152);
}

li {
    padding-right: 37px;
}

li a {
    text-decoration: none;
    list-style: none;
    font-family: 'Poppins', sans-serif;
    color: whitesmoke;
    font-size: 17px;
    font-weight: 500;
}

li a:hover {
    color: #f8842f;
}

.btn a {
    text-decoration: none;
    list-style: none;
    font-size: 1.063rem;
    color: whitesmoke;
    font-family: 'Poppins', sans-serif;
}

.btn-img {
    float: right;
    margin-top: -1rem;
}

.btn :hover {
    background: linear-gradient(45deg, #f8842f, #cf4152);
}

.btn {
    border: 1px solid #fe842e;
    padding: 0.963rem;
    border-radius: 1.5rem;
    /* margin-right: 333px; */
    padding-left: 1rem;
    padding-right: 2rem;
}



/* <!-- ///////////////////////////////////////////Menu Button//////////////////// --> */

.ham_burger_menu {
    display: none;
}

.ham_burger_menu {
    width: 50px;
    height: 50px;
    border-radius: 10px;
    margin: 20px 3px 0px 0px;
}

.menu1,
.menu2,
.menu3 {
    width: 34px;
    height: 3px;
    margin: 0 auto;
    background: white;
    margin-top: 5px;
}

.menu1 {
    margin-top: 15px;
}


/* <!-- ======Content_section===== --> */
.cross {
    margin-left: 641px;
    top: 15px;
    right: 15px;
    position: absolute;
    cursor: pointer;
    justify-content: right;
}

.lines12 {
    margin-top: 12px;
}

.lines_1 {
    width: 21px;
    height: 2px;
    justify-content: center;
    margin-top: -1px;
    transform: rotate(133deg);
    margin-left: 2px;
    background-color: #546eff;
}

#button a:hover {
    color: white;
}

.lines_2 {
    width: 16px;
    margin-top: -2px;
    margin-left: 4px;
    height: 2px;
    transform: skewY(42deg);
    background-color: #546eff;
}

.contect_section {
    height: 530px;
    width: 696px;
    left: 331px;
    z-index: 5;
    justify-content: center;
    background-color: white;
    border-radius: 30px;
    position: absolute;
    top: 123px;
}

/* /////////////////////////////////////////cross button ////////// */

.under_heading_bold h3 {
    font-size: 38px;
    margin-top: 28px;
    margin-left: 102px;
    font-weight: bold;
}

.under_heading_bold p {
    font-size: 16px;
    color: #5f6369;
    max-width: 471px;
    margin-left: 102px;
    font-weight: 400;
    text-align: center;
}


.table {
    margin-top: 29px;
}

input {
    height: 51px;
    width: 258px;
    padding-left: 45px;
    border: 1px solid #546eff;
    border-radius: 10px;
}

.name_email {
    display: flex;

    margin-left: 40px;
    margin-top: 9px;
}

#email {
    margin-left: 10px;


}

.website_budget {
    display: flex;
    margin-left: 40px;
    margin-top: 11px;
}

#budget {
    margin-left: 10px;
    /* margin-top: 9px; */
}

.message textarea {
    height: 101px;
    width: 575px;
    padding-left: 45px;
    margin-left: -621px;
    padding-top: 20px;
    margin-top: 63px;
    border: 1px solid #546eff;
    border-radius: 10px;
}

.name img {
    position: absolute;
    left: 61px;
    top: 182px;
}


.email img {
    position: absolute;
    left: 373px;
    top: 183px;
}

.webiste img {
    position: absolute;
    left: 61px;
    top: 246px;
}

.budget select {
    height: 51px;
    margin-left: 10px;
    width: 305px;
    padding-left: 40px;
    border: 1px solid #546eff;
    border-radius: 10px;
}

.budget img {
    position: absolute;
    left: 373px;
    top: 245px;
}

.message img {
    position: absolute;
    left: 61px;
    top: 312px;
}





.contect_button {
    margin-top: 36px;
    margin-left: -468px;
}

.contect_button span {
    padding-left: 30px;
}

.contect_button a {
    font-size: 14px;
    font-weight: 500;
    font-family: 'Poppins', sans-serif;
    text-decoration: none;
    color: white;
    background-image: linear-gradient(45deg, #f8842f, #cf4152);
    padding-right: 17px;
    padding-bottom: 13px;
    padding-left: 24px;
    padding-top: 14px;
    /* padding: 14px 17px; */
    border: 1px solid #f8842f;
    border-radius: 40px;
    text-transform: capitalize;
    letter-spacing: 2px;
}

.contect_button a:hover {
    border: 1px solid #f8842f;
    background: linear-gradient(45deg, #f8842f, #cf4152);
}







/* section_2 */

.back-img {
    padding-bottom: 136px;
    background-color: #011a39;
    z-index: -1;
    padding-bottom: 1px;
    padding-top: 133px;
    bottom: 134px;
    position: relative;
}



.section_2 {
    background-image: url("img/services.png");
    clip-path: polygon(0% 93.36%, 49.83% 100%, 100% 93.36%, 100% 0%, 0% 0%);
    background-position: center;
    padding-bottom: 215px;
    padding-top: 168px;
    bottom: 134px;
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
}



.heading h2 {
    padding-left: 96px;
    /* padding-bottom: 248px; */
    padding-top: 80px;
    font-size: 58px;
    text-align: center;
    color: white;

}

.heading p {
    font-size: 19px;
    padding-top: -16px;
    padding-left: 114px;
    color: white;
    text-align: center;

}

/* <!-- --------Section-------3 --> */

.container_sec {
    background-color: #00152e;
    max-width: 1140px;
    border-radius: 30px;
    margin: 0 auto;
}

.maim_heading {
    padding-top: 104px;
    padding-bottom: 60px;
}

.maim_heading h4 {
    font-size: 42px;
    color: white;
    text-align: center;
}

.maim_heading h4 span {
    color: #ff961c;
}


/* -------------section_3-------------------------------- */

.section_3 {
    margin-top: -245px;
    background-color: #011a39;
}


.under_sec_text {
    font-size: 32px;
    color: white;
    font-weight: 600;
    text-align: center;
    padding-top: 69px;
    max-width: 517px;
    margin-left: 312px;

}

.under_sec_tex_2 {
    font-size: 18px;
    color: white;
    font-weight: 500;
    margin-left: 199px;
    padding-top: 10px;
}

.flexbox_sec_3 {
    display: flex;
    flex-wrap: wrap;
    padding-top: 45px;
    padding-left: 100px;
    padding-right: 100px;
    justify-content: space-between;
}

.box_1 {
    border: 1px solid #1d367b;
    border-radius: 30px;
    height: 401px;
    width: 299px;
}


.box_2 {
    border: 1px solid #1d367b;
    border-radius: 30px;
    height: 401px;
    width: 299px;
}

.box_3 {
    border: 1px solid #1d367b;
    border-radius: 30px;
    height: 401px;
    width: 299px;
}


.box_1 img {
    margin-top: 26px;
    margin-left: 30px;
}

.box_1 h4 {
    font-size: 22px;
    color: white;
    font-weight: 500;
    margin-top: 27px;
    margin-left: 30px;
}

.box_1 p {
    font-size: 15px;
    color: #dde4ed;
    font-weight: 400;
    max-width: 246px;
    margin-top: 27px;
    margin-left: 30px;
}






.box_2 img {
    margin-top: 26px;
    margin-left: 30px;
}

.box_2 h4 {
    font-size: 22px;
    color: white;
    font-weight: 500;
    margin-top: 27px;
    margin-left: 30px;
}

.box_2 p {
    font-size: 15px;
    color: #dde4ed;
    font-weight: 400;
    max-width: 246px;
    margin-top: 27px;
    margin-left: 30px;
}





.box_3 img {
    margin-top: 26px;
    margin-left: 30px;
}

.box_3 h4 {
    font-size: 22px;
    color: white;
    font-weight: 500;
    margin-top: 27px;
    margin-left: 30px;
}

.box_3 p {
    font-size: 15px;
    color: #dde4ed;
    font-weight: 400;
    max-width: 246px;
    margin-top: 27px;
    margin-left: 30px;
}



.main_under_text {
    padding-top: 72px;
}

.main_under_text h3 {
    font-size: 32px;
    text-align: center;
    color: white;
    font-weight: 700;
    max-width: 559px;
    margin-left: 293px;
}

.part_2 img {
    margin-left: 98px;
    margin-top: 31px;
    padding-bottom: 70px;
}


/* <!-- Section--4----------------------------------------------------> */

.Scalable {
    padding-top: 72px;
    /* margin-top: -72px; */
    background-color: #011a39;
}



.section_4 {
    background-color: #00152e;
    max-width: 1140px;
    /* margin-top: 72px; */
    border-radius: 30px;
}


.under_sec_text_3 {
    font-size: 32px;
    color: white;
    font-weight: 600;
    text-align: center;
    padding-top: 69px;
    max-width: 517px;
    margin-left: 312px;

}

.under_sec_tex_4 {
    font-size: 18px;
    max-width: 846px;
    text-align: center;
    color: white;
    font-weight: 500;
    margin-left: 199px;
    padding-top: 10px;
}

.flexbox_sec_3 {
    display: flex;
    flex-wrap: wrap;
    padding-top: 45px;
    padding-left: 100px;
    padding-right: 100px;
    justify-content: space-between;
}

.box_1 {
    border: 1px solid #1d367b;
    border-radius: 30px;
    height: 401px;
    width: 299px;
}


.box_20 {
    border: 1px solid #1d367b;
    border-radius: 30px;
    height: 401px;
    width: 299px;
}

.box_30 {
    border: 1px solid #1d367b;
    border-radius: 30px;
    height: 401px;
    width: 299px;
}


.box_1 img {
    margin-top: 26px;
    margin-left: 30px;
}

.box_1 h4 {
    font-size: 22px;
    color: white;
    font-weight: 500;
    margin-top: 27px;
    margin-left: 30px;
}

.box_1 p {
    font-size: 15px;
    color: #dde4ed;
    font-weight: 400;
    max-width: 246px;
    margin-top: 27px;
    margin-left: 30px;
}






.box_20 img {
    margin-top: 26px;
    margin-left: 30px;
}

.box_20 h4 {
    font-size: 22px;
    color: white;
    font-weight: 500;
    margin-top: 27px;
    margin-left: 30px;
}

.box_20 p {
    font-size: 15px;
    color: #dde4ed;
    font-weight: 400;
    max-width: 290px;
    margin-top: 27px;
    margin-left: 30px;
}





.box_30 img {
    margin-top: 26px;
    margin-left: 30px;
}

.box_30 h4 {
    font-size: 22px;
    color: white;
    font-weight: 500;
    margin-top: 27px;
    margin-left: 30px;
}

.box_30 p {
    font-size: 15px;
    color: #dde4ed;
    font-weight: 400;
    max-width: 246px;
    margin-top: 27px;
    margin-left: 30px;
}



.main_under_text {
    padding-top: 72px;
}

.main_under_text h3 {
    font-size: 32px;
    text-align: center;
    color: white;
    font-weight: 700;
    max-width: 559px;
    margin-left: 293px;
}

.part_2 img {
    margin-left: 98px;
    margin-top: 31px;
    padding-bottom: 70px;
}

/* -------------------------------------------------------------- */
.International_SEO {
    background-color: rgb(1, 26, 57);
    padding-top: 72px;
    padding-bottom: 70px;
}

.under_sec_text_5 {
    font-size: 32px;
    color: white;
    font-weight: 600;
    text-align: center;
    padding-top: 69px;
    max-width: 732px;
    margin-left: 207px;

}


.flexbox_sec_3 {
    display: flex;
    flex-wrap: wrap;
    padding-top: 45px;
    padding-left: 100px;
    padding-right: 100px;
    justify-content: space-between;
}

.box_10 {
    border: 1px solid #1d367b;
    border-radius: 30px;
    height: 401px;
    width: 299px;
}


.box_200 {
    border: 1px solid #1d367b;
    border-radius: 30px;
    height: 401px;
    width: 299px;
}

.box_3000 {
    border: 1px solid #1d367b;
    border-radius: 30px;
    height: 401px;
    width: 299px;
}


.box_10 img {
    margin-top: 26px;
    margin-left: 30px;
}

.box_10 h4 {
    font-size: 22px;
    color: white;
    font-weight: 500;
    margin-top: 27px;
    margin-left: 30px;
}

.box_10 p {
    font-size: 15px;
    color: #dde4ed;
    font-weight: 400;
    max-width: 246px;
    margin-top: 27px;
    margin-left: 30px;
}






.box_200 img {
    margin-top: 26px;
    margin-left: 30px;
}

.box_200 h4 {
    font-size: 22px;
    color: white;
    font-weight: 500;
    margin-top: 27px;
    margin-left: 30px;
}

.box_200 p {
    font-size: 15px;
    color: #dde4ed;
    font-weight: 400;
    max-width: 259px;
    margin-top: 27px;
    margin-left: 30px;
}





.box_3000 img {
    margin-top: 26px;
    margin-left: 30px;
}

.box_3000 h4 {
    font-size: 22px;
    color: white;
    font-weight: 500;
    margin-top: 27px;
    margin-left: 30px;
}

.box_3000 p {
    font-size: 15px;
    color: #dde4ed;
    font-weight: 400;
    max-width: 246px;
    margin-top: 27px;
    margin-left: 30px;
}



.main_under_text_2 {
    padding-top: 72px;
}

.main_under_text_2 h3 {
    font-size: 32px;
    text-align: center;
    color: white;
    font-weight: 700;
    max-width: 659px;
    margin-left: 239px;
}

.part_2 img {
    margin-left: 98px;
    margin-top: 31px;
    padding-bottom: 70px;
}




/* --------------------------------------------------end--------- */
.section_6 {
    background-color: #0b1827;
    /* margin-top: 126px; */
    height: 676px;
}

.sec-under-main-boxs h4 {
    position: relative;
    font-size: 42px;
    color: white;
    top: 114px;
    margin-left: 150px;
    align-items: center;
    font-weight: 600;
}

.sec-under-main-boxs h4 span {
    color: #f8842f;
}

.main-box-1 {
    width: 367px;
    height: 352px;

    margin-left: -14px;

    margin-top: 196px;
    border: 2px solid #0f285a;
    border-radius: 20px;
}

.main-box-1 img {
    margin-top: 40px;
    margin-left: 157px;
}

.main-box-1 h5 {
    font-size: 22px;
    font-weight: 600;
    margin-top: 38px;
    margin-left: 93px;
    color: white;
}

.main-box-1 p {
    font-size: 16px;
    color: #768494;
    text-align: center;
    margin-top: 22px;
    max-width: 310px;
    margin-left: 23px;

}

.main-box-2 {
    width: 367px;
    height: 352px;
    margin-top: -356px;
    border: 2px solid #0f285a;
    border-radius: 20px;
    margin-left: 376px;
}

.main-box-2 img {
    margin-top: 40px;
    margin-left: 157px;
}

.main-box-2 h5 {
    font-size: 22px;
    font-weight: 600;
    margin-top: 38px;
    margin-left: 51px;
    color: white;
}

.main-box-2 p {
    font-size: 16px;
    color: #768494;
    text-align: center;
    margin-top: 22px;
    max-width: 313px;
    margin-left: 23px;
}


.main-box-3 {
    width: 367px;
    height: 352px;
    margin-top: -357px;
    border: 2px solid #0f285a;
    border-radius: 20px;
    margin-left: 764px;
}

.main-box-3 img {
    margin-top: 40px;
    margin-left: 157px;
}

.main-box-3 h5 {
    font-size: 22px;
    font-weight: 600;
    margin-top: 38px;
    margin-left: 15px;
    color: white;
}

.main-box-3 p {
    font-size: 16px;
    color: #768494;
    text-align: center;
    margin-top: 22px;
    max-width: 314px;
    margin-left: 23px
}



/* <!-- section_7 --> */

.section_7 {
    background-color: #011a39;
    padding-top: 110px;
    padding-bottom: 109px;

}

.main-sec {
    text-align: center;
    font-size: 42px;
    color: white;
}

.flexbox_section_7 {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    /* flex-direction: column; */

}

.section_7_box_1 {
    height: 342px;
    width: 546px;
    border: 1px solid #1d367b;
    border-radius: 20px;
    margin-top: 100px;
}

.section_7_box_1 img {
    margin-top: 20px;
    margin-left: -53px;
}

.img_border {
    height: 96px;
    width: 96px;
    margin-left: 223px;
    margin-top: -47px;
    border: 1px solid #ff961c;
    border-radius: 50%;
}

.img_border img {
    margin-top: -1px;
    margin-left: -1px;

}

.img_icon {
    height: 28px;
    background-color: white;
    width: 28px;
    position: absolute;
    border: 1px solid #546eff;
    border-radius: 50%;
    margin-top: -34px;
    margin-left: 34px;
}

.img_icon img {
    left: 1px;
    align-items: center;
    position: relative;
    justify-content: center;
    top: -24px;
}

.section_7_box_1 p {
    margin-top: 20px;
    font-size: 18px;
    text-align: center;
    max-width: 457px;
    margin-left: 31px;
}

#Director {
    margin-left: 82px;
    font-size: 14px;
    text-align: center;
    color: #808e9e;
    max-width: 343px;
    margin-top: 42px;
}

#Director span {
    color: white;
    font-weight: 400;
}

#Director ::after {
    height: 4px;
    width: 19px;
    border: 5px solid #1d367b;
}












.section_7_box_2 {
    height: 342px;
    width: 546px;
    border: 1px solid #1d367b;
    border-radius: 20px;
    margin-top: 100px;
}

.img_border {
    height: 96px;
    width: 96px;
    margin-left: 223px;
    margin-top: -47px;
    border: 1px solid #ff961c;
    border-radius: 50%;
}

.img_border img {
    margin-top: -1px;
    margin-left: -1px;

}

.img_icon_2 {
    height: 28px;
    background-color: white;
    width: 28px;
    position: absolute;
    border: 1px solid #546eff;
    border-radius: 50%;
    margin-top: -34px;
    margin-left: 34px;
}

.img_icon_2 img {
    left: 1px;
    align-items: center;
    position: relative;
    justify-content: center;
    top: -24px;
}

.section_7_box_2 p {
    margin-top: 20px;
    font-size: 18px;
    text-align: center;
    max-width: 487px;
    margin-left: 31px;
}

/* .section_7_box_2 img{
    margin-top: 19px;
} */

#Organic {
    margin-left: 82px;
    font-size: 14px;
    text-align: center;
    color: #808e9e;
    max-width: 343px;
    margin-top: 42px;
}

#Organic span {
    color: white;
    font-weight: 400;
}

#Director ::after {
    height: 4px;
    width: 19px;
    border: 5px solid #1d367b;
}











/* <!-- section_8 --> */


.section_8 {
    background-color: #011a39;
    /* margin-top: -109px; */
    /* margin-bottom: 118px; */
    /* padding-top: 109px; */
    padding-bottom: 118px;
}

.main-sec-border {
    height: 372px;
    width: 1140px;
    background-color: #0b1827;
    border: 2px solid #142e67;
    border-radius: 30px;
    /* margin-top: 109px; */
    overflow: hidden;

}

.bubles {
    position: relative;
    margin-left: 173px;
    top: -111px;

}

.main-sec-border h3 {
    font-size: 58px;
    margin-top: -115px;
    margin-left: 147px;
    color: white;
    text-align: center;
}

.main-sec-border p {
    font-size: 20px;
    text-align: center;
    margin-left: 111px;
    color: #ffffff;

}

.main-sec-border p a span {
    color: #f8842f;
}

.main-sec-border p a {
    text-decoration-color: #ff961c;
    text-underline-position: under;
}

.button-4 {
    margin-top: 58px;
    margin-left: 438px;
}

.button-4 span {
    padding-left: 30px;
}

.button-4 a {
    font-size: 14px;
    font-weight: 500;
    font-family: 'Poppins', sans-serif;
    text-decoration: none;
    color: white;
    padding-right: 17px;
    padding-bottom: 15px;
    padding-left: 24px;
    padding-top: 17px;
    /* padding: 14px 17px; */
    border: 1px solid #f8842f;
    border-radius: 40px;
    text-transform: capitalize;
    letter-spacing: 2px;
}

.button-4 a:hover {
    border: 1px solid #f8842f;
    background: linear-gradient(45deg, #f8842f, #cf4152);
}

#left {
    float: right;
    margin-top: 26px;
    position: relative;
    margin-right: -36px;
}

#after {
    position: relative;
    top: 224px;
    left: -348px;
}

/* <!-- section_9--> */
.section_9 {
    background-color: #011a39;
}

.footer_stater {
    clip-path: polygon(0% 6.86%, 50% 0%, 100% 6.86%, 100% 100%, 0% 100%, 0% 44.75%);
    background-color: #0b1827;
    padding-bottom: 55px;

}

.footer {
    display: flex;
}

.footer-logo img {
    margin-top: 110px;

}

.term p a {
    position: absolute;
    font-size: 16px;
    color: #8a96a5;
    text-decoration: none;
    margin-top: 148px;

}

.navigaion {
    padding-top: 114px;
    padding-left: 146px;

}

.line-1 {
    border-bottom: 3px solid #1d367b;
    width: 12px;
    position: relative;
    top: 13px;
    margin-left: -2px;
}

.line-2 {
    border-bottom: 3px solid #1d367b;
    width: 12px;
    position: relative;
    top: 13px;
    margin-left: 1px;
}

.line-3 {
    border-bottom: 3px solid #1d367b;
    width: 12px;
    position: relative;
    top: 13px;
    margin-left: 2px;
}

.large-line {
    border-bottom: 1px solid #1d367b;
    width: 1140px;
    position: relative;
    top: 89px;
    margin-left: 2px;
}


.fist-text h6 {
    font-size: 20px;
    margin-left: 2px;
    color: #ffffff;
}

.li-text-1 {
    margin-top: 15px;
}

.li-text-1 li {
    list-style: none;
    font-family: 'Poppins', sans-serif;
    color: #808e9e;
    margin-left: -16px;
    font-size: 17px;
    font-weight: 400;
    padding: 0px 0px 10px 13px
}

.li-text-1 li a {
    text-decoration: none;
    list-style: none;
    font-family: 'Poppins', sans-serif;
    color: #808e9e;
    font-size: 17px;
    font-weight: 400;
}

.li-text-1 li a:hover {
    color: #f8842f;
}

.second-text {
    margin-top: 114px;
    margin-left: 116px;
}

.second-text h4 {
    font-size: 20px;
    color: #ffffff;
}

.li-text-2 {
    margin-top: 15px;
}

.li-text-2 li {
    list-style: none;
    color: #808e9e;
    margin-left: 114px;
    font-size: 17px;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    padding: 0px 0px 11px 2px;
}

.li-text-2 li a {
    text-decoration: none;
    list-style: none;
    font-family: 'Poppins', sans-serif;
    color: #808e9e;
    font-size: 17px;
    font-weight: 400;
}

.li-text-2 li a:hover {
    color: #f8842f;
}

.footer-social-logo {
    padding-top: 114px;
    padding-left: 157px;
}

.third-text h4 {
    font-size: 20px;
    color: #ffffff;
}

.li-text-3 {
    margin-top: 42px;
}


.li-text-3 li {
    background-color: #1a2d43;
    width: 35px;
    padding: 9px;
    height: 35px;
    margin-top: 9px;
    border-radius: 50%;
    list-style: none;
    color: #ffffff;
    font-size: 17px;
    font-weight: 400;

}

.li-text-3 :hover {
    background: linear-gradient(45deg, #f8842f, #cf4152);
    /* border: 1px solid #f8842f; */
    transition: 2s;

}

.footer-copy-right {
    font-weight: 400;
    font-size: 16px;
    text-align: center;
    color: #8a96a5;
    margin-top: 146px;
}

.footer-copy-right span {
    color: white;
    font-weight: 600;
}


/* ///////////////////////////////////Responsive Start////////////////////////////////////// */
/* //////////////////////////////////.section_1xxxxxxxxxxxxxxxxx/////////// */
@media (max-width:1150px) {
    #button {
        display: none;

    }
    .main-logo img{
        margin-left: 0px;
    }
}

@media (max-width:1104px) {
    .nav-bar {
        padding-right: 133px;
    }
}

@media (max-width:970px) {
    .nav-bar {
        display: none;
    }
}
/* ///////////////////////// <!-- Section--2-- -->/////////////////////////// */

@media (max-width:322px) {
    .heading{
        margin-left:-106px;
    }

}

/* ///////////////////////// <!-- Section--3-- -->/////////////////////////// */
@media (max-width:798px) {
    .box_2 {
        margin-top: 20px;
    }

    .box_3 {
        margin-top: 20px;
    }
}



@media (max-width:764px) {
    .under_sec_text {
        margin-left: 22px;
    }

    .under_sec_tex_2 {
        margin-left: 22px;
    }

    .under_sec_text_3 {
        margin-left: 22px;
    }

    .under_sec_tex_4 {
        margin-left: 22px;
    }

    .main_under_text h3 {
        margin-left: 22px;
    }
}



/* ///////////////////////// <!-- Section--3-- -->/////////////////////////// */
@media (max-width:798px) {

    .flexbox_sec_3 {
        margin-left: -67px;
    }

    .box_20 {
        margin-top: 20px;
    }

    .box_200 {
        margin-top: 20px;
    }

    .box_3 {
        margin-top: 20px;
    }

    .box_3000 {
        margin-top: 20px;
    }

    .box_30 {
        margin-top: 20px;
    }
}

@media (max-width:764px) {
    .under_sec_text {
        margin-left: 22px;
    }

    .under_sec_text_5 {
        margin-left: 22px;
    }

    .main_under_text_2 h3 {
        margin-left: 22px;
    }

    .main_under_text h3 {
        margin-left: 22px;
    }
}


@media (max-width:444px) {

    .box_10 {

        height: 594px;
        width: 299px;
    }

    .box_2 {

        height: 594px;
        width: 299px;
    }

    .box_3 {

        height: 528px;
        width: 299px;
    }

    .box_3000 {

        height: 594px;
        width: 299px;
    }

    .box_20 {

        height: 594px;
        width: 299px;
    }

    .box_200 {

        height: 594px;
        width: 299px;
    }
}


@media (max-width:1040px) {
    .part_2 img {

        max-width: 647px;
    }
}


@media (max-width:765px) {
    .part_2 img {
        margin-left: 33px;
        max-width: 438px;
    }
}

@media (max-width:470px) {
    .part_2 img {
        margin-left: 21px;
        max-width: 245px;
    }
}







/* /////////////////////////////////<!-- section_7 -->/////////////////////////////// */

@media (max-width:1142px) {

    .flexbox_section_7 {
        margin-left: 22px;
        display: flex;
        flex-wrap: wrap;
    }

}

@media (max-width:555px) {


    .section_7_box_1 {
        margin-left: 22px;
        max-width: 360px;
        height: 391px;
        width: 387px;

    }

    .border_img_icon {
        margin-top: -40px;
        margin-left: -100px;
    }

    .section_7_box_1 p {
        margin-left: 3px;
    }

    #Director {
        left: -27px;
        margin-right: 51px;
        position: relative;
        top: -8px;
    }


    .section_7_box_2 {
        margin-left: 22px;
        max-width: 360px;
        height: 391px;
        width: 387px;

    }

    .border_img_icon {
        margin-top: -40px;
        margin-left: -100px;
    }

    .section_7_box_2 p {
        margin-left: 3px;
    }

    #Organic {
        left: -27px;
        margin-right: 51px;
        position: relative;
        top: -8px;
    }

    #logo {
        top: -11px;
        margin-left: -2px;
        position: relative;
    }
}



@media (max-width:390px) {

    .main-sec h2 {
        font-size: 40px;
        margin-left: -23px;
    }

    .section_7_box_1 {
        margin-left: -2px;
        max-width: 360px;
        height: 487px;
        width: 255px;

    }

    .border_img_icon {
        margin-top: -40px;
        margin-left: -150px;
    }

    .section_7_box_1 p {
        margin-left: 3px;
    }

    #Director {
        left: -27px;
        margin-right: 51px;
        position: relative;
        top: -8px;
    }


    .section_7_box_2 {
        margin-left: -2px;
        max-width: 360px;
        height: 557px;
        width: 255px;

    }

    .border_img_icon {
        margin-top: -40px;
        margin-left: -148px;
    }

    .section_7_box_2 p {
        margin-left: 3px;
    }

    #Organic {
        left: -27px;
        margin-right: 51px;
        position: relative;
        top: -8px;
    }

    #logo {
        top: -11px;
        margin-left: -2px;
        position: relative;
    }
}

/* /////////////////////////////////<!-- section_8 -->/////////////////////////////// */

@media (max-width:1150px) {
    .main-sec-border {
        height: 372px;
        margin-left: 22px;
        max-width: 836px;
    }

    .bubles {
        position: relative;
        left: -88px;
        top: -111px;
    }

    .button-4 {
        margin-top: 58px;
        margin-left: 333px;
    }
}

@media (max-width:865px) {
    .main-sec-border {
        height: 372px;
        max-width: 711px;
    }

    .main-sec-border h3 {
        font-size: 50px;
        margin-left: 78px;
    }

    .main-sec-border p {
        margin-left: 8px;
    }

    .bubles {
        position: relative;
        left: -88px;
        top: -111px;
    }

    .button-4 {
        margin-top: 58px;
        margin-left: 229px;
    }
}


@media (max-width:740px) {
    .main-sec-border {
        height: 372px;
        max-width: 550px;
    }

    .main-sec-border h3 {
        font-size: 30px;
        margin-top: -139px;
        margin-left: 122px;
        position: relative;
    }

    .main-sec-border p {
        position: absolute;
        margin-left: 143px;
        font-size: 15px;
    }


    .bubles {
        position: relative;
        left: -116px;
        top: -28px;
    }

    .button-4 {
        margin-top: 58px;
        margin-left: 186px;
    }

    #after {
        position: relative;
        top: 154px;
        left: -69px;

    }
}



@media (max-width:573px) {
    .main-sec-border {
        margin-left: 28px;
        height: 372px;
        max-width: 391px;
    }

    .main-sec-border h3 {
        font-size: 21px;
        margin-top: -119px;
        margin-left: 89px;
        position: relative;
    }

    .main-sec-border p {
        position: absolute;
        margin-left: 118px;
        font-size: 9px;
    }


    #left {
        float: right;
        height: 86px;
        margin-top: 21px;
        width: 142px;
        position: relative;

    }

    .bubles {
        position: relative;
        left: -116px;
        top: -28px;
    }

    #after {
        height: 139px;
        position: relative;
        top: 148px;
        left: -87px
    }

    .button-4 {
        margin-top: 64px;
        height: 87px;
        margin-left: 115px;
        width: 247px;
    }

    .button-4 a {
        font-size: 14px;
        font-weight: 500;
        font-family: 'Poppins', sans-serif;
        text-decoration: none;
        color: white;
        padding-right: 11px;
        padding-bottom: 11px;
        padding-left: 8px;
        padding-top: 11px;
        border: 1px solid #f8842f;
        border-radius: 40px;
        text-transform: capitalize;
        letter-spacing: 2px;
    }

}


@media (max-width:425px) {
    .main-sec-border {
        height: 372px;
        max-width: 258px;
    }

    .main-sec-border h3 {
        font-size: 16px;
        margin-top: -133px;
        margin-left: 7px;
        position: relative;
    }

    .main-sec-border p {
        position: absolute;
        margin-left: 49px;
        font-size: 9px;
    }

    #left {
        float: right;
        height: 83px;
        margin-top: -60PX;
        width: 114px;
        position: relative;

    }

    .bubles {
        position: relative;
        left: -116px;
        top: -28px;
    }

    #after {
        height: 139px;
        position: relative;
        top: 148px;
        left: -87px
    }

    .button-4 {
        margin-top: 64px;
        height: 87px;
        margin-left: 17px;
        width: 247px;
    }

    .button-4 a {
        font-size: 14px;
        font-weight: 500;
        font-family: 'Poppins', sans-serif;
        text-decoration: none;
        color: white;
        padding-right: 11px;
        padding-bottom: 11px;
        padding-left: 8px;
        padding-top: 11px;
        border: 1px solid #f8842f;
        border-radius: 40px;
        text-transform: capitalize;
        letter-spacing: 2px;
    }


}


/* /////////////////////////////////<!-- section_9 -->/////////////////////////////// */
@media (max-width:1150px) {
    .footer {
        display: flex;
        flex-wrap: wrap;
    }

    .navigaion {
        margin-top: 100px;
        margin-left: -41px;
    }

    .term p a {
        text-align: center;
        margin-left: 44px;
    }

    .footer-services {
        margin-left: -16px;

    }

    .fist-text h6 {
        margin-left: -2px;
    }

    .footer-social-logo {
        margin-left: -42px;
    }



    .footer-logo img {
        position: relative;
        right: -22px;
        top: 18px;
    }

    .footer-copy-right {
        margin-left: 0px;
    }
}

@media (max-width:392px) {


    .footer-logo img {
        position: relative;
        right: -22px;
        top: 18px;
        width: 184px;
    }


}


/* <!-- ///////////////////////////////////////////Menu Button//////////////////// --> */
@media (max-width:968px) {


    .ham_burger_menu {
        display: block;
    }



    .cross {
        display: block;
    }

    .toggle {
        display: block;
    }

    .logo_navbar {
        display: flex;
        justify-content: space-between;
    }

    .circle_navbar {
        display: none;
    }

    .nav-bar {
        position: absolute;
        left: -425px;
        top: 0px;
        display: flex;
        flex-direction: column;
        padding-left: 0px;
        padding-top: 0px;
        background-color: #011a39;
        width: 266px;
        height: 100vh;
        transition: 0.5s all;
    }

    .active {
        display: block;
        left: 0px;
        transition: 0.5s all;
    }

    .nav-bar a {
        padding-left: 0px;
        margin: 21px 57px;

    }

    ul li {
        text-align: center;
        padding-top: 23px;
    }

    .nav-bar li a span {
        display: none;
    }

    li a:hover {
        color: #f8842f;
    }

    .header_image {
        padding-top: 0px;
    }
}