
body{
    overflow-x: hidden;
    max-width: 1920px;
    margin-inline: auto;
}
/* colors */
.in_bg_blue{
    background-color: #1684FC;
}
.in_color_blue{
    color: #1684FC;
}
.in_bg_drkblue{
    background-color: #0F2D4D;
}
.in_color_drkblue{
    color: #0F2D4D;
}
.in_bg_white{
    background-color: #FFFFFF;
}
.in_color_white{
    color: #FFFFFF;
}
.in_color_black{
    color: #100f0f;
}
.in_border_form{
    border: 2px solid #E7F3FF;
    border-radius: 5px;
}
.in_border_blue{
    border: 2px solid #E7F3FF;
    border-radius: 20px;
    transition: 0.4s;
}
.in_border_blue:hover {
    box-shadow: 0px 0px 10px 5px #E7F3FF;
}
.in_color_secblue{
    color: #2F3032;
}
.in_bg_lgtblue{
    background-color: #F2F8FF;
}
.in_border_footer{
    border-bottom: 2px solid #1684FC;
}

/* Font */
.font_poppins{
    font-family: 'Poppins';
}

/* Heading & desc */
.in-nav-font{
    font-size: 15px;
    font-weight: 400;
}
.in-nav-font_2{
    font-size: 16px;
    font-weight: 600;
}
.in-hero-font{
    font-size: 67px;
    font-weight: 700;
    line-height: 1.3;
}
.in-hero-desc {
    font-size: 19px;
    font-weight: 400;
    line-height: 1.5;
}
.in-sec-subheader{
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 1.5;
}
.in-sec-header{
    font-size: 33px;
    font-style: normal;
    font-weight: 700;
    line-height: 1.5; /* 127.273% */
}
.in-sec-desc{
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.3; /* 150% */
}
.in-content-title{
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 1.5; /* 135% */
}
.in-content-desc{
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.3; /* 142.857% */
    margin: 0;
}
/* Common Elements */
.in-btn-style-1{
    text-decoration: none;
    transition: 0.4s;
}
.in-btn-style-1:hover{
    color: #1684FC;
}
.in-btn-style-2 {
    border-radius: 8px;
    border: 1px solid #1684FC;
    text-decoration: none;
    padding: 5px 20px;
    width: max-content;
    display: block;
    transition: 0.4s;
}
.in-btn-style-2:hover {
    background: #FFF;
    border: 1px solid #1684FC;
    color: #1684FC;
}
.in-header{
    /* position: fixed; */
    width: 100%;
}
.in-nav-wrap{
    display: flex;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
    margin: 0;
}
ul{
    list-style-type: none;
}
.in-btn-style-3 {
    text-decoration: none;
    border-radius: 8px;
    border: 1px solid #1684FC;
    padding: 13px 55px;
    width: max-content;
    display: block;
    font-size: 20px;
    font-weight: 600;
    line-height: 31px;
    transition: 0.4s;
}

.in-btn-style-3:hover{
    background-color: transparent;
    border: 1px solid #1684FC;
    color: #1684FC;
}
.in-btn-style-4{
    text-decoration: none;
    border-radius: 8px;
    border: 1px solid #1684FC;
    padding: 13px 55px;
    width: max-content;
    display: block;
    font-size: 20px;
    font-weight: 600;
    line-height: 31px;
    transition: 0.4s;
}
.in-btn-style-4:hover{
    background-color: transparent;
    border: 1px solid #ffffff;
    color: #ffffff;
}
.in-btn-style-5 {
    text-decoration: none;
    border-radius: 8px;
    border: 1px solid #1684FC;
    padding: 5px 0;
    width: max-content;
    display: block;
    font-size: 20px;
    font-weight: 600;
    line-height: 31px;
    transition: 0.4s;
}
.in-btn-style-5:hover{
    background-color: transparent;
    border: 1px solid #1684FC;
    color: #1684FC; 
}
.in-service-grid{
    grid-template-columns: 33% 33% 33%;
}
.in-sec-img{
    position: relative;
}
.in-sec-img::before {
    content: '';
    position: absolute;
    background-image: url(../img/in-laptop-before.png);
    width: 524px;
    height: 524px;
    top: -60px;
    right: 23px;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: visible;
}
.in-custom-spacing-1 {
    position: relative;
    margin-right: -145px;
    z-index: 1;
    margin-top: -50px;
}
.in-custom-spacing-2 {
    margin-left: -190px;
    z-index: 1;
    position: relative;
    margin-top: -50px;
}
.in-custom-spacing-3 {
    position: relative;
    z-index: 1;
    margin-right: -15px;
    margin-top: 140px;
}
.in-custom-spacing-4 {
    position: relative;
    z-index: 1;
    margin-left: -85px;
    margin-top: 140px;
}
.in-custom-spacing-5 {
    position: relative;
    margin-right: -140px;
    z-index: 1;
    margin-top: 120px;
}
.in-custom-spacing-6 {
    position: relative;
    margin-left: -180px;
    z-index: 1;
    margin-top: 120px;
}
.in-why-us .col img{
    width: 70px;
    max-width: 70px;
    height: 70px;
    object-fit: contain;
}
.in-why-us .col{
    z-index: 1;
}
.in-lets-talk {
    background-image: url(../img/in-sec-bg.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position-y: bottom;
}
.footer-nav{
    display: flex;
    margin: 0;
}
.in_arabyads_link{
    color: #1684FC;
    font-weight: 600;
}
.navbar-nav{
    align-items: center;
}
.in-header .navbar-nav a:nth-child(4) {
    padding-left: 75px;
    padding-right: 45px;
}
.container{
    overflow-x: clip;
}
.in-header .container-fluid{
    max-width: 69%;
}
/* modal form css */

.cf-form {
    display: grid;
    margin-block: 15px;
    width: 100%;
}
.cf-form input {
    padding-block: 5px;
    margin-block: 10px;
    font-size: 16px;
}
.modal-header{
    border: 1px solid transparent;
}
.zcwf_title {
    font-size: 28px;
}
.modal-content .btn-close {
    position: absolute;
    right: 30px;
    top: 35px;
    z-index: 99;
}
.content-only-box {
    background: #FFFFFF;
    box-shadow: 0px 0px 12px rgb(0 0 0 / 10%);
    padding: 40px;
}
.pv_policy_page_content {
    line-height: 26px;
}
#policy_wrapper .container {
    overflow-x: unset;
}

@media (max-width:1536px){
    .in-header .container-fluid{
        max-width: 85%;
    }
}
@media (max-width: 1368px){
    .in-sec-img::before{
        width: 500px;
    height: 500px;
    top: -60px;
    right: -25px;
    }
    .in-custom-spacing-1 {
        margin-right: -125px;
    }
    .in-custom-spacing-2 {
        margin-left: -155px;
    }
    .in-custom-spacing-3 {
        margin-right: 0px;
        margin-top: 110px;
    }
    .in-custom-spacing-4 .col-2{
        flex: 1;
    }
    .in-custom-spacing-4 {
        margin-left: -40px;
        margin-top: 110px;
    }
    .in-custom-spacing-6 {
        margin-left: -140px;
        margin-top: 100px;
    }
}


/* Responsive Tab */


@media (max-width: 1024px){
    .in-sec-img::before{
        width: 425px;
        height: 425px;
        top: -55px;
        right: -22px;
    }
    .in-why-us .col img{
        width: 50px;
    }
    .in-custom-spacing-1 {
        margin-right: -105px;
    }
    .in-custom-spacing-2{
        margin-left: -125px;
    }
    .in-custom-spacing-3 {
        margin-right: 5px;
        margin-top: 80px;
    }
    .in-custom-spacing-4 {
        margin-left: -35px;
        margin-top: 80px;
    }
    .in-custom-spacing-5 {
        margin-right: -110px;
        margin-top: 40px;
    }
    .in-custom-spacing-6 {
        margin-left: -125px;
        margin-top: 70px;
    }
}
@media (max-width:769px){
    .navbar-nav {
        align-items: start;
        background-color: #0F2D4D;
        margin-block: 10px;
        padding-block: 15px;
    }
    .navbar-nav a{
        color: #FFF;
        padding-block: 10px;
    }
.in-hero-sec .row{
    flex-direction: column-reverse;
}
.in-hero-sec .col-lg-6, .in-advertise .col-lg-6, .in-why-us .col-lg-5, .in-lets-talk .col-lg-6{
    text-align: center;
}
.in-hero-sec h4 br, .in-lets-talk h6 br, .in-publish h5 br{
    display: none;
}
.in-hero-font {
    font-size: 48px;
}
.in-btn-style-3, .in-btn-style-4{
    margin: auto;
}
.in-btn-style-1{
    font-size: 12px;
}
.in-service-grid {
    grid-template-columns: 50% 50%;
}

.in-sec-img::before {
    width: 520px;
    height: 520px;
    right: 88px;
    top: -60px;
}
.in-sec-img{
    margin-block: 100px;
}

.in-header .navbar-nav a:nth-child(4), .in-header .navbar-nav a:nth-child(5) {
    padding-left: 15px;
    padding-right: 0px;
}
.in-sec-desc, .in-hero-desc {
    font-size: 16px;
}
.in-custom-spacing-1 .row, .in-custom-spacing-3 .row, .in-custom-spacing-5 .row{
    flex-direction: row-reverse;
}
.in-custom-spacing-1, .in-custom-spacing-2, .in-custom-spacing-3, .in-custom-spacing-4, .in-custom-spacing-5, .in-custom-spacing-6{
    margin: 0;
}
.in-header .container-fluid{
    max-width: 100%;
    padding-inline: 0px;
}
.navbar-brand {
    margin-left: 15px;
}
.navbar .navbar-toggler {
    margin-right: 15px;
    margin-top: 5px;
}
}


/* Responsive Mobile */
@media (max-width:480px){
    .navbar-brand {
        width: 70%;
    }
    
    .in-sec-img{
        max-width: 300px;
        margin: 100px auto;
    }
    .in-sec-img::before{
        width: 334px;
        height: 334px;
        top: -32px;
        right: -17px;
    }
    .footer-nav {
        display: block;
        margin: 25px 0px 0px;
    }
    .in-service-grid {
        grid-template-columns: 100%;
        padding-inline: 0px;
    }
    .in-why-us .col img {
        width: 60px;
        max-width: 70px;
        height: 70px;
        object-fit: contain;
    }
    .footer-nav{
        padding: 0;
    }
    .in-sec-header{
        font-size: 28px;
    }
    .in-publish h4 br, .in-lets-talk h4 br, .in-advertise h6 br{
        display: none;
    }
    .in-btn-style-3, .in-btn-style-4{
        font-size: 14px;
        padding: 6px 55px;
    }
    .in-nav-font_2{
        font-size: 12px;
    }
    
}