/*
Theme Name: codethemechild
Author: codedevelopers
Author URI: http://codedevelopers.pl/
Description: Code Theme.
Version: 1.0.0
License: Code Theme.
Template: codetheme
*/
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}
.section_1_container{
    max-width: 1838px;
    margin: auto;
    margin-top: 30px;
    margin-bottom: 235px;
    background-size: cover!important;
    border-radius: 10px!important;
}
#bs-example-navbar-collapse-1{
    display: none!important;
}
.section_1_imgbox{
    display: flex;
    align-items: center;
    padding-top: 88px;
    padding-bottom: 110px;
}
.white_line{
    width: 1px;
    height: 34px;
    background: #f7f2f7;
    margin: 0px 59px;
}
.box1170{
    max-width: 1170px;
    margin: auto;
    width: 100%;
}
body.page-id-1050{
    font-family: 'Poppins',sans-serif!important;
}
body.page-id-1050 h1,body.page-id-1050 h2,body.page-id-1050 h3,body.page-id-1050 span,body.page-id-1050 p,body.page-id-1050 li,body.page-id-1050 a{
    font-family: 'Poppins',sans-serif!important;
}
body.page-id-1181 h1,body.page-id-1181 h2,body.page-id-1181 h3,body.page-id-1181 span,body.page-id-1181 p,body.page-id-1181 li,body.page-id-1181 a{
    font-family: 'Poppins',sans-serif!important;
}
body.page-id-1195 h1,body.page-id-1195 h2,body.page-id-1195 h3,body.page-id-1195 span,body.page-id-1195 p,body.page-id-1195 li,body.page-id-1195 a{
    font-family: 'Poppins',sans-serif!important;
}
 
.section_1_textbox{
    max-width: 375px;
}
.section_1_textbox h1{
    font-size: 34.68px;
    font-weight: 300;
    color: #fff;
    line-height: 47.77px;
}
.section_1_textbox h1 strong{
    font-weight: 500!important;
}
.section_1_container > div{
    position: relative;
}
.section_1_textbox ul{
    padding-left: 27px;
    padding-bottom: 25px;
}
.section_1_textbox ul li{
    font-size: 20.6px;
    line-height: 33.32px;
    font-weight: 300;
    color: #fff;
    position: relative;
}
.section_1_textbox ul li:before{
    content: '';
    background: #a9cf3c;
    width: 15px;
    height: 15px;
    border-radius: 30px;
    left: -27px;
    top: 9px;
    position: absolute;
}
.normal_text_s1{
    font-size: 18.16px;
    line-height: 28.28px;
    font-weight: 500;
    color: #fff;
    display: flex;
    padding-bottom: 125px;
}
.mini_text_s1{
    line-height: 17.25px;
    font-size: 11.52px;
    font-weight: 200;
    color: #fff;
    padding-bottom: 80px;
    display: flex;
}
.absolute_body{
    top: -34px;
        left: -381px;
        z-index: 1;
        min-width: 2000px;
        position: absolute;
}
#form-entry{
    z-index: 99;
    padding: 50px 50px 55px 50px;
    max-width: 553px;
    position: absolute;
    top: 286px;
    right: 0;
    background: #f6f0f5;
    border-radius: 10px;
}
.fe_1{
    
    font-size: 28.26px;
    font-weight: 300;
    line-height: 38.93px;
    padding-bottom: 45px;
    display: block;
    color: #736f75;

}
.placeholder{
    font-size: 18px;
    line-height: 27.65px;
    color: #2b2b2b;
    font-weight: 300;
    position: absolute;
    bottom: 15px;
    z-index: 9;
    left: 13px;
}

.form-group br{
    display: none!important;
}
.form-group{
    position: relative;
}
.red_star{
    color: #cc1690;
}
.form-group input{
    background: #ece3ea;
    border: 1px solid #ece3ea;
    outline: none;
    box-shadow: none;
    height: 55px;
    font-size: 18px;
    line-height: 27.65px;
    color: #2b2b2b;
    margin-bottom: 0!important;
}
.fe_1 strong{
    font-weight: 500;
    color: #321244;
}
.fe_2{
    font-size: 21px;
    line-height: 28.77px;
    color: #321244;
    font-weight: 300;
    padding-bottom: 25px;
    display: block;
}






span.wpcf7-list-item {
    display: inline-block;
    margin: 0;
    }
    .wpcf7 .wpcf7-list-item {
    display: block;
    margin-bottom: 10px;
    }
    .wpcf7-checkbox label {
    position: relative;
    cursor: pointer;
    }
    .wpcf7-checkbox input[type=checkbox] {
    /*position: relative;*/
    position: absolute;
    visibility: hidden;
    width: 30px;
    height: 30px;
    top: 0;
    left: 0;
    }
    .wpcf7-checkbox input[type=checkbox] + span {
    /* border: 3px solid red; */
    }
    .wpcf7-checkbox input[type=checkbox] + span:before {
    display: block;
    position: absolute;
    content: '';
    border-radius: 0;
    height: 30px;
    width: 30px;
    top: 0px;
    left: 0px;
    border: 1px solid #ee6a09;
    }
    .wpcf7-checkbox input[type=checkbox] + span:after {
    display: block;
    position: absolute;
    content: "\2713";
    height: 30px;
    width: 30px;
    top: 0;
    left: 0;
    visibility: hidden;
    font-size: 18px;
    text-align: center;
    line-height: 30px;
    }
    .wpcf7-checkbox input[type=checkbox]:checked + span:before {
    background: transparent;
    }
    .wpcf7-checkbox input[type=checkbox]:checked + span:after {
    visibility: visible;
    }
    .wpcf7-list-item-label {
    margin-left: 40px;
    display: inline-block;
    }

    
.acc{
    background: white;
    width: 20px;
    height: 20px;
    min-width: 20px;
    border-radius: 5px;
    position: relative;
    cursor: pointer;
}
.acc.checked:before{
    content: '';
    position: absolute;
    top: 2px;
    left: 3px;
    background: url('img/check.png');
    width: 14px;
    height: 14px;
}
.acceptFactoring input{
    display: none!important;
}
.acceptMarketing input{
    display: none!important;
}
#url_input{
    display: none!important;
}
.acceptThree input{
    display: none!important;
}
.custom-msg{
    display: none!important;
}
.form-group input{
    width: 100%!important;
    border-radius: 10px;
    padding-left: 15px!important;
}
.submit_button .wpcf7-submit{
   width: fit-content!important;
}
.acceptance-1,.acceptance-2{
    display: none!important;
}
.form-row br{
    display: none!important;
}
.d-flex{
    display: flex!important;
}
.form-row{
    padding-bottom: 15px;
}
.form-row > span{
    /* padding-left: 10px; */
}
.checkbox_text{
    font-size: 15px;
    line-height: 22px;
    color: #321244;
    font-weight: 200;
}
.checkbox_text strong{
    font-weight: 400;
}
.tt{
    color: #d23f9f;
}
.mb-30{
    margin-bottom: 30px!important;
}
.wpcf7-spinner{
    display: none!important;
}
.wpcf7-submit{
    border: none!important;
    background: none!important;
}
.submit_button{
 
    min-height: 55px;
    width: 216px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    position: absolute;
    bottom: -90px;
    transition: ease-in-out 0.3s;
    cursor: pointer;
    background: #a40e62;
}
.submit_button:hover{
    background: #88156a;
    transition: ease-in-out 0.3s;
}
#form-entry .wpcf7-submit{
    padding: 0;
    margin-right: 30px;
    font-size: 18px;
    line-height: 28px;
    font-weight: 500;
    color: #ffffff;
}
.wpcf7-not-valid-tip{
    display: none!important;
}
.wpcf7-not-valid{
    background: #fbf8fa!important;
    border: 2px solid #d17ca7!important;
}
.wpcf7-response-output{
    display: none!important;
}
#section_1{
    overflow: hidden;
}
.section_2_content{
    display: flex;
}
.s2_right{
    max-width: 486px;
}
.s2_right h2{
    font-size: 34.68px;
    color: #321244;
    line-height: 43.61px;
    font-weight: 300;
    margin: 120px 0px 55px 0px;
}
.s2_right h2 strong{
    font-weight: 500;
}
.s2_left{
    margin-right: 65px;
}
.s2_right p{
    font-size: 19px;
    line-height: 27px;
    color: #321244;
    font-weight: 200;
}
#section_2{
    margin-bottom: 170px;
}
.tiles_grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-gap: 30px;
}
.s3_tile{
    border: 2px solid #fff;
    border-radius: 10px;
    overflow: hidden;
}
.s3_tile.text_tile {
    padding: 40px 22px 30px 35px;
}
.s3_tile_span1{
    font-size: 21px;
    line-height: 24px;
    display: block;
    color: #321244;
    font-weight: 300;
    padding-bottom: 40px;
    padding-right: 10px;
}
.s3_tile_span1 strong{
    font-weight: 500;
}
.s3_tile_span2{
    font-size: 19px;
    line-height: 27.08px;
    font-weight: 200;
    color: #321244;
}
.s3_tile img{
    height: 100%;
}
#section_3{
    margin-bottom: 140px;
}
.section_4_content h2{
    font-size: 34.68px;
    color: #321244;
    line-height: 43.61px;
    font-weight: 300;
    text-align: center;
    margin-top: 0;
    margin-bottom: 100px;
}
.section_4_content h2 strong{
    font-weight: 500;
}
.elems_grid{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
}
.s4_elem_cont{
    display: flex;
    align-items: center;
}
.s4_elem{
    height: 450px;
    border: 2px solid transparent;
    border-radius: 10px;
    padding: 40px 25px 40px 30px;
}
.s4_elem_cont img{
    margin: 0px 4px;
}
.s4_elem.mb-55{
    margin-bottom: 55px;
}
.s4_elem.mt-55{
    margin-top: 55px;
}
.s4_elem_1{
    display: block;
    font-size: 21px;
    line-height: 17.93px;
    font-weight: 300;
    color: #cf3cb2;
    padding-bottom: 20px;
}
.s4_elem_2{
    font-size: 21px;
    font-weight: 300;
    line-height: 22.48px;
    color: #321244;
    padding-bottom: 35px;
    display: block;
}
.s4_elem_2 strong{
    font-weight: 500;
}
.s4_elem_3{
    font-size: 17px;
    line-height: 25.39px;
    color: #321244;
    font-weight: 200;
}
#section_4{
    margin-bottom: 125px;
}
.section_5_content h2{
    font-size: 34.68px;
    font-weight: 300;
    color: #321244;
    line-height: 43.61px;
    margin: 0;
    margin-bottom: 15px;
}
.section_5_content h2 strong{
    font-weight: 500;
}
.s5_left{
    flex-basis: 52.5%;
    padding-right: 75px;
}
.s5_right{
    flex-basis: 47.5%;
}
.section_5_content_inside{
    display: flex;
}
.nt{
    font-size: 19px;
    line-height: 27.08px;
    color: #321244;
    font-weight: 200;
    display: block;
    
}
.s5_t1{
    padding: 55px 10px 45px 0px;
}
.s5_b{
    font-size: 29.23px;
    color: #321244;
    font-weight: 200;
    line-height: 41.66px;
    border: 2px solid transparent;
    padding: 35px;
    display: inline-flex;
    border-radius: 10px;
}
.s5_b strong{
    font-weight: 500;
}
.s5_t2{
    padding: 45px 10px 35px 0px;
}
.s5_mini_text{
    font-size: 16px;
    line-height: 22px;
    color: #321244;
    font-weight: 200;
}
.s5_mini_text span{
    margin-right: 5px;
}
#section_5{
    margin-bottom: 135px;
}
#section_6 a span{
    margin-right: 30px;
        font-size: 18px;
        line-height: 28px;
        font-weight: 500;
        color: #ffffff;
}
#section_6 a{
    min-height: 55px;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    transition: ease-in-out 0.15s;
    cursor: pointer;
    background: #a40e62;
    padding: 0px 25px;
    display: inline-flex;
    
}
#section_6 a:hover{
    text-decoration: none!important;
    background: #88156a;
    transition: ease-in-out 0.15s;
}
.footer_content{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 90px 0px 100px 0px;
}
.footer_content span{
    font-size: 14.29px;
    color: #000000;
    line-height: 21.39px;
    font-weight: 200;
    padding-bottom: 20px;
    display: block;
}
.footer_content span strong{
    font-weight: 400;
}
.page-id-350 #form-entry{
    max-width: 645px;
}
.page-id-350 .section_1_container{
    margin-bottom: 0!important;
}
.page-id-350 #section_1{
    overflow: unset!important;
}

.footer_contact_content span{
    font-size: 14.29px;
    color: #000000;
    font-weight: 200;
    line-height: 21.39px;
    padding-bottom: 20px;
}
.footer_contact_content span strong{
    font-weight: 400;
}
.footer_contact_content{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: baseline;
    padding: 80px 0px 135px 0px;
}
.page-id-350 #section_2{
    margin-bottom: 0!important;
}


.page-id-355 .section_1_textbox {
    max-width: 40%;
}
.page-id-355 .section_1_textbox h1{
    margin-bottom: 40px;
}
.page-id-355 .section_1_container{
    margin-bottom: 0!important;
}
.page-id-355 #section_2{
    margin-bottom: 0!important;
}


.tt{
    position: relative;
    cursor: pointer;
}

.tooltip_fandla{
    position: absolute;
    background: #262626;
    color: #fff;
    padding: 5px;
    top: -106px;
    font-weight: 300;
    font-size: 12px;
    z-index: 999999;
    left: 0px;
    display: none;
}


#wpcf7-f1177-o1 input:focus{
   box-shadow: none!important;
   outline: none!important;
   border: none!important;
}






.navbar-header{
    display: none!important;
}
@media (max-width: 1170px){
    .s5_b{
        padding: 15px!important;
        font-size: 20px!important;
    }
    .box1170{
        padding-left: 15px;
        padding-right: 15px;
    }
    .tiles_grid{
        grid-template-columns: 1fr 1fr 1fr!important;
    }
    .img_tile{
        display: none!important;
    }
    .elems_grid{
        grid-template-columns: 1fr!important;
    }
    .s4_elem_cont{
        flex-direction: column;
    }
    .s4_elem{
        margin: 30px 0px!important;
        width: 100%!important;
        height: unset!important;
    }
    .s4_elem_cont img {
        transform: rotate(90deg);
    }
}
@media (max-width: 960px){

    .page-id-355 .section_1_textbox{
        max-width: 100%!important;
    }
    #form-entry{
        max-width: unset!important;
        position: unset!important;
    }
    .section_1_container{
        background-size: cover!important;
        padding-bottom: 83px;
        margin-bottom: 75px!important;
    }
    body .absolute_body {
        top: 266px;
        left: 18px;
        min-width: 1100px;

    }
    #wpcf7-f1177-o1 input,#wpcf7-f1177-o1 .acc{
        z-index: 99999;
    }
    .submit_button{
        background: #4a2886!important;
    }
}
@media (max-width: 700px){
    body .absolute_body {
        top: 355px!important;
        left: 26px!important;
        min-width: 900px!important;
    }
}
@media (max-width: 520px){
    .footer_content span{
        text-align: center!important;
    }
    .footer_content{
        padding: 50px 0px!important;
    }
    .section_5_content h2{
        font-size: 29px!important;
        text-align: left!important;
    }
    .section_5_content h2 br{
        display: none!important;
    }
    .section_4_content h2 br{
        display: none!important;
    }
    .section_4_content h2{
        font-size: 29px!important;
        text-align: left!important;
        margin-bottom: 75px!important;
    }
    #section_3{
        margin-bottom: 75px!important;
    }
    .s2_right h2{
        font-size: 29px!important;
    }
    body .absolute_body{
        display: none!important;
    }
    .section_1_imgbox img{
        max-width: 30%;
    }
    .section_1_textbox h1{
        font-size: 29.68px!important;
    }
    .section_1_imgbox {
        padding-top: 50px!important;
        padding-bottom: 80px!important;
    }
    .section_1_container{
        margin-top: 0!important;
        background-position-x: -20px!important;
    }
    .section_1_textbox ul li{
        font-size: 17px!important;
    }
    .normal_text_s1{
        padding-bottom: 70px!important;
    }
    #form-entry{
        padding: 40px 30px!important;
    }
    .fe_1{
        font-size: 20px!important;
    }
    .fe_2{
        font-size: 16px!important;
    }
    body.page-id-1050 .tiles_grid{
        grid-template-columns: 1fr!important;
    }
}
.page-id-1050 .container,.page-id-1181  .container,.page-id-1195 .container{
    max-width: unset!important;
}
.page-id-1050 .site-header,.page-id-1181 .site-header,.page-id-1195 .site-header{
    display: none!important;
}
.page-id-1050 #footer,.page-id-1050 .pre-footer,.page-id-1181 #footer,.page-id-1181  .pre-footer,.page-id-1195 #footer,.page-id-1195 .pre-footer{
    display: none!important;
}
.page-id-1050 #content,.page-id-1181  #content,.page-id-1195 #content{
    padding: 0!important;
    border: 0!important;
}
.page-id-1195 .section_1_container{
    margin-bottom: 0!important;
}
.page-id-1181 #form-entry{
    max-width: 645px;
}
.page-id-1181 .section_1_container{
    margin-bottom: 0!important;
}
.page-id-1181 #section_1{
    overflow: unset!important;
}
.page-id-1181 #section_2{
    margin-bottom: 0!important;
}
@media (max-width: 860px){
    #section_4,#section_5 {
        margin-bottom: 50px!important;
    }
    .section_5_content_inside{
        flex-direction: column;
    }
    .s5_left{
        padding-right: 0!important;
        margin-bottom: 50px!important;
    }
    body .tiles_grid{
        grid-template-columns: 1fr 1fr!important;
    }
    .section_2_content{
        flex-direction: column;
    }
    .s2_right h2{
        margin: 50px 0px 55px 0px!important;
    }
    .s2_right{
        max-width: unset!important;
    }
    .s2_left{
        margin-right: 0!important;
    }
    #section_2 {
        margin-bottom: 70px!important;
    }
}
@media (max-width: 360px){
    body .s5_b{
        font-size: 16px!important;
    }
}