:root {
    --white: #fff;
    --main: #1d976c;
    --gr: linear-gradient(90deg, #1d976c 0%, #6bd793 100%);
}
.term_page{
    background: linear-gradient(90deg, #1d976c 0%, #6bd793 100%) !important;
}
.contact_from input[type="file"]{
    padding:25px;
}
.gr_text{
    background-image: linear-gradient(90deg, #1d976c 0%, #6bd793 100%) !important;
    background-color: var(--main);
    -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}



@font-face {
    font-family: 'Yaro';
    font-weight: 400;
    src: url('https://app.credema.eu/users/myteam35414/Media3567.ttf') format('truetype');
}

@font-face {
    font-family: 'Yaro';
    font-weight: 100;
    src: url('ttps://app.credema.eu/users/myteam35414/Media3568.ttf') format('truetype');
}

@font-face {
    font-family: 'Yaro';
    font-weight: 400;
    src: url('ttps://app.credema.eu/users/myteam35414/Media3567.ttf') format('truetype');
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: yaro;
}
.text_main{
    color:var(--main);
}
p,
span,
li {
    color: #2b2b2b;
    font-size: 21px;
    letter-spacing: 0.33px;
    line-height: 37.84px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: var(--darkblue);
    font-weight: 400;
}

h1 {
    font-size: 66px;
    line-height: 81px;

}
h1 span{
    font-size: 50px;
}

h2 {
    font-size: 42px;
    line-height: 56.7px;
}

h4 {
    font-size: 25px;
    line-height: 33.75px;
}

.logo {
    width: 250px;
}

.bg_img{
    /* background-image: linear-gradient(180deg, rgba(255, 255, 255, 0) 95%, var(--white) 100%), url(../images/bg1.jpg); */
    background: url(../images/bg1.jpg);
    padding-top: 80px;
    padding-bottom: 80px;
    background-repeat:no-repeat;
    background-size: cover;
    background-position: bottom;
}
href="https://credema.eu/marketing .ser_box{
    min-height:606px
}
.software p{
    font-size: 18px;
}
.software h1{
    font-size:80px;
    line-height: 1.8em;
}

.bg_img2{
    background: url(//app.credema.eu/users/myteam35414/Media3579.jpg);
    padding-top: 180px;
    padding-bottom: 120px;
    background-repeat:no-repeat;
    background-size: cover;
    /* background-position: bottom; */
}
.footer_bg{
    background: url(//app.credema.eu/users/myteam35414/Media3577.png);
    padding-top: 180px;
    padding-bottom: 120px;
    background-repeat:no-repeat;
    background-size: cover;
    /* background-position: bottom; */
}
.header_bg {
    padding: 30px 0;
}
.main_banner {
    padding: 260px 0 120px 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top;
    margin-top: -205px;
background-image: url(//app.credema.eu/users/myteam35414/Media3584.png);
}

.main_nav {
    border: 2px solid #fff;
    border-radius: 20px;
    background: #ffffff42;
}

.header_div {
    border-radius: 17px;
    padding: 24px 0px
}

.container {
    max-width: 1240px;
}

.main_nav a {
    text-transform: lowercase;
    color: #fff !important;
    font-size: 24px;
}

.btn{
    padding:12px 35px;
    border-radius:30px;
    font-size: 18px;
    position : relative;
    border:0 !important;
    overflow: hidden;
}
.btn.active{
    background:var(--gr);
}
a.btn span{
    font-size: 18px;
    color: #fff;
    letter-spacing: 1px;
    border-radius:30px;
    z-index: 9;
    position : relative;
}
a.btn::before{
    content: '';
    position: absolute;
    top: -215px;
    left: 40px;
    right: 0;
    bottom: 0;
    width: 0%;
    height: 400px;
    background: var(--main);
    z-index: 0;
    transition: .4s;
    /* clip-path: polygon(0 0, 0 0, 35% 100%, 0 100%); */
    transform: rotate(50deg)
}
a.btn:hover::before{
    /* height: 100%; */
    width: 300px;
    transition: .4s;
}
a.btn.active span{
    font-size: 18px;
    color: #fff;
    letter-spacing: 1px;
    border-radius:30px;
    z-index: 9;
    position : relative;
}
a.btn.active::before{
    content: '';
    position: absolute;
    top: -200px;
    left: -100px;
    right: 0;
    bottom: 0;
    width: 0%;
    height: 400px;
    background: #000;
    z-index: 0;
    transition: .4s;
    /* clip-path: polygon(0 0, 0 0, 35% 100%, 0 100%); */
    transform: rotate(50deg)
}
a.btn.active:hover::before{
    /* height: 100%; */
    width: 300px;
    transition: .4s;
}


.banner_img img{
    width: 300px;
}
.banner_img{
    border:2px solid #fff;
    border-radius: 20px;
    height: 100%;
    display : flex;
    justify-content : center;
    align-items : center;
    background: #ffffff42;
}
.search_img img{
    width: 250px;
}
.text_main{
    font-size: 25px;
    margin-bottom: 29px;
}

.section{
    padding-top: 80px;
    padding-bottom: 80px;
}

.ser_sec h2{
    font-size: 55px;
}

.ser_box_sec .ser_box{
    border:2px solid #fff;
    border-radius:10px;
    padding: 30px 20px;
    background: #ffffff42;
}
.ser_box_sec .ser_box span{
    font-size:55px;
}
.ser_box .ser_desc{
    background: var(--gr);
    text-align: left;
    padding: 10px;
    border-radius:15px 15px 10px 10px;
}
.ser_box img{
    width: 70px;
}
.ser_box p{
    font-size: 15px;
    margin-bottom: 0;
    line-height:2
}
.ser_box ul{
    padding: 10px 0 10px 10px;
}
.ser_box ul i{
    color:var(--main);
    margin-right:10px;
}
.ser_box li{
    font-size: 15px;
    color:#fff;
    list-style: none;
}
.btn_div a span{
    font-size:16px !important;
}
.img_box .img_desc p{
    text-align: center;
    margin-bottom: 0;
    font-size: 17px;
    line-height:1.4
}
.img_social i{
    color:var(--main)
}
.bg_img3{
    background-image: linear-gradient(180deg, rgba(255, 255, 255, 0) 95%, #fff 100%), url(../images/bg3.jpg);
    background-position: center top;
    background-size: cover;
    background-repeat: no-repeat;
    display: flex;
    justify-content: end;
}
.bg_col3{
    display: flex;
    justify-content: end;
}
.main_color{
    color: var(--main);
}
.bg_img4{
    /* background-image: linear-gradient(180deg, rgba(255, 255, 255, 0) 95%, #fff 100%), url(../images/bg4.jpg); */
    background:url(//app.credema.eu/users/myteam35414/Media3573.jpg) ;
    background-position: center top;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 120px 0;
}
.light_bg{
    background: #ffffff42;
}
.contact_sec{
    border:2px solid #fff;
    border-radius:20px;
}
.contact_sec_img{
    border-radius:17px;
}
.contact_from label{
    color:#fff;
    font-size: 22px;
    margin-bottom: 10px;
    letter-spacing: 1px;
}
.contact_from .form-control{
    border:1px solid #fff;
    background: none;
    padding: 13px;
    border-radius:20px
}
.contact_from .form-check-input{
    background: none;
    margin-top: 8px;
    padding: 8px;
    margin-right:13px;
}
.cta a{
    padding:10px 50px;
}
.footer .border_row{
    border: 2px solid #fff;
    border-radius: 20px;
}
.logo_div{
    border-radius: 15px;
    display : flex;
    justify-content : center;
    align-items : center;
}
.footer .row .col-md-3{
    border-right: 2px solid #fff;
    border-radius: 15px;
    padding: 20px ;;
}
.footer .row .col-md-3:last-child{
    border:none
}
.footer li{
    list-style: none;
}
.footer a, .footer p{
    text-decoration: none;
    color: #fff;
    font-size: 16px;
    margin-bottom: 10px ;
}
.footer li{
    margin-bottom: 10px ;
}
.bottom_bar{
    border-top: 1px solid #ffffff52;
}
.bottom_bar p{
    font-size: 14px;
}
.footer{
    padding-bottom: 50px;
    padding-top: 80px;
    /* background-position: bottom; */
}
.range_value{
    border:2px solid #fff;
    border-radius:30px;
    padding:10px;
    width: 105px;
}
.coll_sec{
    border: 2px solid #fff;
    border-radius:20px;
    background: #ffffff52;
    padding: 100px 30px;
}

.progress_bars_number{
    font-size:90px;
}

.font_37{
    font-size: 37px;
}
.icon_div .icon_box img{
    width: 100px;
}
.icon_div h4{
    color:#2b2b2b
}
.icon_sec .bg_icon i{
    background-color: var(--main);
    font-size: 28px;
    border-radius: 100%;
    color: #fff;
    padding: 15px;
}
.icon_div .icon_box img{
    width: 100px;
}
.icon_div h4{
    color:#2b2b2b
}
.submit_bttn {
    position: relative;
}

.submit_bttn i{
    position: absolute;
    left: 40%;
    top: 35%;
}
.banner_image {
    border:2px solid #fff;
    border-radius: 20px;
    height: 100%;
    display : flex;
    justify-content : center;
    align-items : center;
    background: #ffffff42;
}
.border_bg img{
    width: 100%;
}
.icon-section i{
    font-size: 60px;
    color: var(--main);
}
/* .group-sec{
    
} */
form .btn-success{
    background: var(--gr);
    font-size:22px
}
.ser_box h4{
    font-size: 22px;
}
.ser_box a{
    color: #000;
    text-decoration: none;
}
.ser_box i{
    color: var(--main);
    /* font-size: 50px; */
}


@media(min-width:768px) {
    .main_nav a {
        padding: 5px 30px !important;
    }
}

@media(max-width:1450px){
    .footer{
        background-size: auto;
    }
    .left_full .left_con {
        max-width: 550px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        padding-right: 100px;
    }
}

@media(max-width:999px){
    .coll_sec{
        padding: 60px 20px;
    }
    
    .header_bg{
        background-position: right;
    }
    .header_bg .img_border{
        margin-top:60px;
    }
    .bg_img{
        background-position: inherit;
        background-size: cover;
    }
    .bg_img .col-lg-9{
        order:2;
        margin-top:40px;
    }
    .bg_img .search_img{
        justify-content: center !important;
    }
    .section{
        padding: 40px 0 30px !important;
    }
    .gear_img img{
        text-align: center;
    }
    p, span, li, a{
        font-size:19px
    }
    .left_full .left_con{
        max-width: 100%;
        padding: 60px 0;
    }
    .left_full .left_con h2{
        margin: 0 !important;
    }
    .col1_img, .col2_img{
        min-height: 500px !important;
    }
    .col2_img{
        order: 2;
    }
    .con_area{
        padding:60px 0
    }
    .con_area .container{
        padding: 0 50px;
    }
    /* .con_area .phone_num input::placeholder{
        color: #fff!important;
    } */
    .contact_sec .col-lg-8{
        padding: 20px !important;
    }
    .cta a{
        padding: 10px 30px;
    }
    .footer ul{
        margin: 0;
        padding: 0;
    }
    .footer .row .col-md-3{
        border-right:none;
        border-bottom: 2px solid #fff;;
    }
    .footer .logo_div{
        padding: 40px 0 !important;
    }
    .footer{
        padding:50px 20px;
    }
    .bg_img2.footer{
        background-position: right;
    }
    .bg_img2{
        padding-top:80px;
        padding-bottom: 80px;
    }
    .software h1{
        line-height: 1.2em;
        font-size: 50px;
    }
    .software h1 br{
        display: none;
    }
}


@media(max-width:768px){
    body{
        overflow-x: hidden;
    }
    h1{
        font-size: 48px;
    }
    h2{
        font-size:34px !important;
    }
    .col1_img, .col2_img{
        min-height: 400px !important;
    }
    h1 span {
        font-size: 48px;
    }
    .footer{
        background-position: center !important;
        background-size: cover !important;
    }
}

@media(max-width:768px){
    .header_bg{
        padding: 20px 15px !important;
    }
    .main_banner .banner_img{
        margin-top:40px;
    }
    .header_bg .navbar-collapse{
        padding: 0 25px;
    }
    .header_bg a{
        color:#000 !important;
    }
    .ser_sec h2{
        font-size: 37px;
    }
    .main_banner{
        background-position: right;
    }
}



/* New Css  */


.more_websites .bg{
    border: 2px solid #fff;
    border-radius: 20px;
    height: 100%;
    background: #ffffff42;
}
.more_websites .logo_img{
    width: 70%;
}
.text_green{
    /* color: #32a17a; */
    background-image: linear-gradient(90deg, #1d976c 0%, #6bd793 100%) !important;
    background-color: var(--main);
    -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cta h2{
    color: #32a17a!important;
}

.ser_box_sec_1 .ser_box h4{
    font-size: 22px;
}
.ser_box_sec_1 .ser_box a{
    color: #000;
    text-decoration: none;
}
.ser_box_sec_1 .ser_box i{
    color: var(--main);
    font-size: 50px;
}
.ser_box_sec_1 .ser_box{
    border:2px solid #fff;
    border-radius:10px;
    padding: 30px 20px;
    background: #ffffff42;
}
.manage_deal ul li{
    font-size: 16px;
    font-weight: 400;
    line-height: 40px;
}


.points span{
    font-size: 16px;
    line-height: 27px;
}
.points i{
    color: #42a884;
}
.card p.card-text{
    font-size: 16px;
}
.card img.card-img-top{
    width: 220px;
    margin: auto;
}
.card .badge{
    width: 150px;
}
.tble{
    width: 800px;
    margin: auto;
}
.tble table td{
    color: #666;
    font-size: 15px;
    font-weight: 400;
}

.directors-sec .cl_img img{
    width: 380px;
    
}
.directors-sec .cl_img {
 margin: auto;
    
}

.privacy_page h2{
    color: #32a17a;
}
.terms h2{
    color: #32a17a;
}
.accordion .accordion-item{
    border: none;
}
.accordion_section .accordion-button:not(.collapsed) {
    background: var(--gr);
    color: #fff;
}
.accordion_section .accordion-button:focus{
    box-shadow: none!important;
}
.accordion_section .accordion p.accordion_text{
    font-size: 16px;
    font-weight: 400;
}
.accordion_section .accordion ul li{
    font-size: 16px;
    font-weight: 400;
}

@media (max-width:768px) {
    .directors-sec .cl_img img{
        width: 100%;
    }

    .tble{
        width: 100%;
    }
}

