@import url('https://fonts.googleapis.com/css2?family=Quicksand:wght@300..700&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

body {
    background-color: #0e1215;
    color: #9f9f9f;
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-size: 15px;
    line-height: 1.5;
    margin: 0;
    padding: 0;
}

ul li {
    padding: 0;
    margin: 0;
    list-style-type: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    padding: 0;
    margin: 0;
    font-family: "Quicksand", sans-serif;
    font-style: normal;
    color: #ffffff;
    line-height: 1.5;
    font-weight: 600;
}

h1 {
    font-size: 45px;
}

h2 {
    font-size: 36px;
}

h3 {
    font-size: 25px;
}

h4 {
    font-size: 20px;
}

h5 {
    font-size: 18px;
}

.secpanel {
    display: block;
    overflow: hidden;
    width: 100%;
    position: relative;
}

.secpanel p {
    font-size: 16px;
    line-height: 1.5;
    margin: 0;
    padding-bottom: 20px;
}

.secpanel p:last-child {
    padding-bottom: 0;
}
.padd_tb{
    padding-top: 90px;
    padding-bottom: 90px;
}
.padd_t{
    padding-top: 90px;
}
.padd_b{
    padding-bottom: 90px;
}

p {
    padding: 0 0 20px 0;
    margin: 0;
    line-height: 1.5;
}


a {
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
    color: #fff;
    outline: none;
    text-decoration: none;
}

a:hover,
a:focus {
    color: #fff;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
    text-decoration: none !important;
    outline: none !important;
}

a>img {
    line-height: 0;
}

.btn1 {
    padding: 13px 60px;
    border: 1px solid #fff;
    font-size: 16px;
    font-weight: 300;
    text-align: center;
    color: #fff;
    background-color: transparent;
    transition: all 400ms;
    border-radius: 4px;
    text-transform: uppercase;
    display: inline-block;
}

.btn1:hover {
    background-color: #ffffff;
    color: #000;
}

.banner_sec {
    background-image: url(../images/Main_Banner.jpg);
    background-position: center;
    background-size: cover;
    min-height: 1000px;
    background-repeat: no-repeat;
    width: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    padding: 10px 0 120px;
    position: relative;
}

.banner_sec::before {
    content: "";
    bottom: -5px;
    left: 0;
    height: 120px;
    width: 100%;
    position: absolute;
    background-image: url(../images/BannerStrip.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    z-index: 2;
}

.logo img {
    width: 250px;
}

.banner_content {
    font-size: 18px;
    margin-top: auto;
    font-family: "Quicksand", sans-serif;
    z-index: 3;
    position: relative;
}
.side_line h2 {
    display: inline;
    background-color: #0e1215;
    padding-right: 20px;
    position: relative;
    z-index: 1;
}

.side_line::after {
    content: "";
    width: 90%;
    height: 1px;
    background-color: #fff;
    position: absolute;
    bottom: 13px;
    right: 0;
}

.about_sub_box {
    z-index: 1;
    position: relative;
    padding: 25px 25px 25px 0;
    margin-top: 20px;
}
.about_image {
    position: relative;
}
.about_image  .w-100 {
    width: 92%!important;
    margin-left: 7%;
}

.about_sub_box::before {
    content: "";
    background-color: #1a1e21;
    border: 1px solid #6e6e6e;
    border-radius: 10px;
    width: 145%;
    height: 100%;
    position: absolute;
    top: 0;
    left: -45%;
    z-index: -2;
}

.whats_are_they_sec {
    /* background-color: #002130; */
    color: #a7b7c4;
    background-image: url(../images/what-are-they-bg.jpg);
    background-position: center;
    background-size: 100%;
    background-repeat: no-repeat;
    background-size: cover;
}

.ai_sec {
    background-color: #0e1215;
}

.footerbox {
    border-radius: 10px;
}
.footer {
    padding: 80px 0 40px 0;
}

.contact_box {
    font-size: 22px;
    font-weight: 300;
}
.mob_pading {
    max-width: 100%!important;
    margin-left: 0%!important;
    margin-right: 0%!important;
}
.d-xl-none {
    display: none;
}
.ai_box {
    padding-left: 50px;
    padding-right: 90px;
}
.aboutsec {
    background-color: #0e1215;
}
.aboutsec-inr {
    padding-left: 48px;
}
.copy_right {
    margin-top: 30px;
}
.ai_sec .container-fluid {
    padding-left: 0;
    padding-right: 0;
}
.robot-image {
    display: none;
}
.mobile_banner {
    display: none;
}
.artificial_image img {
    height: 700px;
    object-fit: cover;
}






/*==============  Media Query ============== */



@media only screen and (min-width: 1601px) and (max-width:1920px) {

}


@media screen and (max-width: 1440px) {
    h2 {
        font-size: 30px;
    }

    h3 {
        font-size: 20px;
    }
    .contact_box {
        font-size: 18px;
    }
    .aboutsec .row .col-xl-6.order-lg-1 {
        position: relative;
    }
    .about_image {
        position: absolute;
        bottom: 0;
        right: 20px;
    }
    .artificial_image img {
        height: 710px;
    }
    .about_image  .w-100 {
        width: 100%!important;
        margin-left:0;
    }

   }
@media screen and (max-width: 1366px) {
    h2 {
        font-size: 32px;
    }
    .artificial_image img {
        height: 715px;
    }

    h3 {
        font-size: 20px;
    }
    .contact_box {
        font-size: 18px;
    }
    .ai_box {
        padding-right: 70px;
    }
   }
@media screen and (max-width: 1280px) {
    h2 {
        font-size: 32px;
    }
    h3 {
        font-size: 20px;
    }
    .artificial_image img {
        height: 740px;
    }
    .contact_box {
        font-size: 18px;
    }
    .ai_box {
        padding-right: 55px;
    }
    .about_image {
        position: absolute;
        bottom: 0;
        right: 20px;
    }
   }
@media screen and (max-width: 1200px) {
    h2 {
        font-size: 32px;
    }
    h3 {
        font-size: 20px;
    }
    .contact_box {
        font-size: 16px;
    }
    .ai_box {
        padding-right: 50px;
    }
    .whats_are_they_sec_inr {
        padding-right: 20px;
    }
    .about_image {
        position: absolute;
    }

   }
   @media screen and (max-width: 1199.9px) {
    h2 {
        font-size: 32px;
    }
    .whats_are_they_sec {
        background-color: #002130;
        background-image:none;
        padding-right: 0px;
    }
    .mobile_banner {
        display: block;
    }
    .robot-image {
        display: block;
    }
    .about_sub_box {
        padding: 25px 25px 25px 25px;
    }
    .about_sub_box::before {
        width: 100%!important;
        height: 100%!important;
        left: 0%!important;
    }
    .about_image {
        position: relative!important;
    } 
    h3 {
        font-size: 20px;
    }
    .contact_box {
        font-size: 16px;
    }
    .artificial_image img {
        height: 100%!important;
    }
    .padd_tb{
        padding-top: 70px;
        padding-bottom: 70px;
    }
    .padd_t{
        padding-top: 70px;
    }
    .padd_b{
        padding-bottom: 70px;
    }
    .container, .container-lg, .container-md, .container-sm {
        max-width: 90%!important;
        margin-left: 5%!important;
        margin-right: 5%!important;
        width: 90%!important;
    }
    .aboutsec-inr {
        padding-left: 0px;
    }
    .ai_box {
        width: 90%;
        margin-left: 5%;
        margin-right: 5%;
        padding-right: 10px;
        padding-left: 10px;
    }
    .banner_sec {
        background-image: none;
        background-color: #000;
        min-height: 100%;
        bottom: 0;
    }
    .footer {
        padding: 70px 0 40px 0;
    }
   }
@media screen and (max-width: 1080px) {
    h2 {
        font-size: 30px;
    }
    h3 {
        font-size: 20px;
    }
    .contact_box {
        font-size: 16px;
    }
    .artificial_image img {
        height: 100%!important;
    }
    .padd_tb{
        padding-top: 60px;
        padding-bottom: 60px;
    }
    .padd_t{
        padding-top: 60px;
    }
    .padd_b{
        padding-bottom: 60px;
    }
    .footer {
        padding: 60px 0 35px 0;
    }

   }
@media screen and (max-width: 1024px) {
    h2 {
        font-size: 26px;
    }

    h3 {
        font-size: 19px;
    }
    .contact_box {
        font-size: 16px;
    }
  }
@media screen and (max-width: 991px) {
    .banner_sec {
        padding: 10px 0 90px;
    }
    .logo img {
        width: 195px;
    }
    h1 {
        font-size: 35px;
    }
    h2 {
        font-size: 30px;
    }
    .banner_content {
        font-size: 16px;
    }
   }
@media screen and (max-width: 960px) {
    .banner_sec {
        padding: 10px 0 90px;
    }
    .logo img {
        width: 195px;
    }
    h1 {
        font-size: 35px;
    }
    h2 {
        font-size: 30px;
    }
    .banner_content {
        font-size: 16px;
    }
    h3 {
        font-size: 17px;
    }
   }
@media screen and (max-width: 900px) {
    .banner_sec {
        padding: 10px 0 90px;
    }
    .logo img {
        width: 195px;
    }
    h1 {
        font-size: 35px;
    }
    h2 {
        font-size: 30px;
    }
    .banner_content {
        font-size: 16px;
    }
   }
@media screen and (max-width: 812px) {
    .banner_sec {
        padding: 10px 0 90px;
    }
    .logo img {
        width: 195px;
    }
    h1 {
        font-size: 35px;
    }
    h2 {
        font-size: 30px;
    }
    .banner_content {
        font-size: 16px;
    }
    h3 {
        font-size: 16px;
    }
}
@media screen and (max-width: 800px) {
    .banner_sec {
        padding: 10px 0 90px;
    }
    .logo img {
        width: 195px;
    }
    h1 {
        font-size: 35px;
    }
    h2 {
        font-size: 30px;
    }
    .banner_content {
        font-size: 16px;
    }
    h3 {
        font-size: 14px!important;
    }

 }
@media screen and (max-width: 768px) {
    .logo img {
        width: 180px;
    }
    h1 {
        font-size: 35px;
    }
    h2 {
        font-size: 30px;
    }
    .banner_content {
        font-size: 16px;
    }
    .banner_sec::before {
        height: 100px;
    }
    .banner_sec {
        padding: 10px 0 90px;
    }
    h3 {
        font-size: 15px!important;
    }

}
@media screen and (max-width: 767px) {
    .side_line::before {
        bottom: 10px;
    }

    h1 {
        font-size: 30px;
    }
    h2 {
        font-size: 25px;
        margin-bottom: 10px;
    }
    h3 {
        font-size: 22px!important;
    }

    .banner_sec {
        background-size: cover !important;
        padding: 0px 0 70px;
    }

    .banner_content {
        font-size: 16px;
    }

    .btn1 {
        padding: 12px 40px;
        font-size: 14px;
        font-weight: 300;
    }

    .whats_are_they_sec {
        background-position: -100%;
    }

    .contact_box {
        font-size: 16px;
    }

    .right_border {
        border: 0 !important;
    }
    .banner_sec::before {
        height: 100px;
    }
    .padd_tb{
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .padd_t{
        padding-top: 50px;
    }
    .padd_b{
        padding-bottom: 50px;
    }
    .footer {
        padding: 50px 0 30px 0;
    }
}

@media screen and (max-width: 736px) {
    .logo img {
        width: 175px;
    }

    h1 {
        font-size: 29px !important;
    }
    h2 {
        font-size: 25px!important;
    }
   }
@media screen and (max-width: 667px) {
    .logo img {
        width: 175px;
    }

    h1 {
        font-size: 27px !important;
    }
    h2 {
        font-size: 25px!important;
    }
}
@media screen and (max-width: 640px) {
    .logo img {
        width: 170px;
    }

    h1 {
        font-size: 27px !important;
    }
    h2 {
        font-size: 23px!important;
    }
}
@media screen and (max-width: 568px) {

    .logo img {
        width: 175px;
    }

    h1 {
        font-size: 29px !important;
    }

    h2 {
        font-size: 22px!important;
    }
}
@media screen and (max-width: 533px) {
    .logo img {
        width: 170px;
    }

    .copy_right {
        font-size: 13px;
    }
    h1 {
        font-size: 27px !important;
    }

    h2 {
        font-size: 22px!important;
    }
}
@media screen and (max-width: 480px) {
    .logo img {
        width: 165px;
    }

    h1 {
        font-size: 26px !important;
    }

    h2 {
        font-size: 22px!important;
    }
    .copy_right {
        font-size: 13px;
    }
}

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

    .logo img {
        width: 150px;
    }
    .copy_right {
        font-size: 13px;
    }
    .banner_sec::before {
        height: 90px;
    }
    h1 {
        font-size: 22px !important;
    }

    h2 {
        font-size: 20px!important;
    }
    .banner_sec::before {
        bottom: 0;
    }
 }

@media screen and (max-width: 375px) {
    .copy_right {
        font-size: 12px;
    }

    h2 {
        font-size: 22px!important;
    }
}

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

    .copy_right {
        font-size: 12px;
    }
    h1 {
        font-size: 20px !important;
    }
    h2 {
        font-size: 18px!important;
    }
    .banner_content {
        font-size: 15px;
    }
    .contact_box {
        font-size: 15px;
    }

}

@media screen and (max-width: 320px) {
    .banner_sec {
        background-size: cover !important;
        padding: 0px 0 70px;
    }
    h1 {
        font-size: 20px !important;
        margin-bottom: 5px;
    }
    .banner_sec::before {
        height: 90px;
    }
    body {
        line-height: 1.4;
    }
    .banner_sec {
        padding: 0px 0 70px;
    }
    .logo img {
        width: 150px;
    }
    .contact_box {
        font-size: 14px;
    }

    h2 {
        font-size: 18px!important;
    }
    .copy_right {
        font-size: 11px;
    }
}
