@font-face {
    font-family: "Advent Pro";
    src: url("AdventPro-Bold.woff2") format('woff'),url("AdventPro-Bold.ttf") format('truetype');
}

body{
    width: 1280px;
    margin: 0 auto;
    font-family: Almarai;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    line-height: 1.5;
    background: #fcfcfc;
}

.header{
    font-family: MiSans;
    background: linear-gradient(90deg, rgba(36, 165, 171, 1) 0%, rgba(61, 176, 179, 1) 100%);
}
.header,.body{
    padding: 30px 60px;
}
.bg-body-tertiary{
    background: transparent !important;
    color: #fff;
}
.bg-body-tertiary .nav-link {
    color: #fff;
}
.bg-body-tertiary .nav-link.active{
    color: rgb(35 68 90);
}
.nav-item{
    font-size: 20px;
}

.footer{
    padding: 30px 60px;
    margin: 30px auto;
    font-size: 14px;
    font-weight: 200;
    border-top: 1px solid #eee;
    text-align: center;
    color: rgba(154, 156, 170, 1);
}
.body,.btn{
    font-size: 20px;
}

.logo{
    color:#3f6ace;
    font-size: 30px;
    margin-right: 60px;
}
.logo img{
    width: 162px;
    height: 40px;
}

.btn-outline-danger{
    color: #fff;
    border-radius: 100px;
    border: 2px solid #fff;
    border-color: #fff;
    padding: 10px 30px;
}
.header{
}

.sec-left{
    font-family: math;
}
.sec-desc{
    font-weight: 300;
    font-size: 16px;
    line-height: 1.8;
}
.nav-item{
    margin: 0 15px;
}

.desc{
    color: rgba(158, 166, 168, 1);
}

h1{
    color: rgba(255, 195, 0, 1);
    font-size: 54px;
    font-style: normal;
    margin: 30px 0;
}
h2{
}

.important{
    color:  rgba(53, 173, 177, 1);
}
.content{
    padding: 30px;
}

.part-1{
    background:rgba(252, 252, 252, 1) url(../img/rectangle.png) left center no-repeat;
    padding-top: 90px;
}
.btn-primary-1{
    border-radius: 100px;
    background: linear-gradient(90deg, rgba(36, 165, 171, 1) 0%, rgba(61, 176, 179, 1) 100%);
    padding: 10px 30px;
    justify-content: center;
    align-items: center;
    color: #fff;
}
.btn-primary-1:hover{
    color: #fff;
}


.about-company{
    border-radius: 200px;
    background: #EDF7FF;
    padding: 30px;
    color: #222;
    font-size: 22px;
    font-weight: 400;
    line-height: 40px;
    margin-top: -60px;
    position: relative;
}

.about-company-left{
    background: #fff;
    border-bottom-left-radius: 200px;
    border-top-left-radius: 200px;
    border-right: 3px solid #C4D4FF;
    padding: 60px;
    color: #0048FF;
    font-size: 40px;
    margin-right: 60px;
    flex-wrap: 700;
    font-family: math;
}

.title{
    color: #333;
    font-size: 34px;
    text-align: center;
    margin:90px auto 60px;
    font-weight: 400;
}
.service{
    display: flex;
    flex-direction: row;
}
.service-block{
    margin:0 15px ;
    padding: 30px 15px;
    flex: 1;
    background:#fff url(../img/icon-custom.png) no-repeat 20px 20px;

}
.service-block:nth-child(2){background-image: url(../img/icon-light.png)}
.service-block:nth-child(3){background-image: url(../img/icon-dam.png)}
.service-block .title{
    margin: 60px auto 30px auto;
    font-size: 24px;
    text-align: left;
}

.sec{
    margin: 60px auto;
    color: #555;
    font-size: 24px;
    color: rgba(158, 166, 168, 1);
    font-weight: 400;
}

.sec-title{
    color: rgba(0, 0, 0, 1);;
    font-size: 24px;
    font-weight: 400;
    margin-bottom: 30px;
    text-decoration-line: underline;
}

.sec-block{
    flex-direction: row;
    display: flex;
    box-shadow: 0px 8px 10px   rgba(0, 0, 0, 0.05);
    border-radius: 8px;
    background: #fff;
    font-weight: 400;
    overflow: hidden;
}
.sec-block .sec-left{  background:  rgba(233, 222, 255, 1); padding: 40px 120px; min-width: 560px;}
.sec-block:nth-child(2) .sec-left{background:  rgba(210, 225, 255, 1);}
.sec-block:nth-child(3) .sec-left{background:  rgba(255, 240, 255, 1);}
.service-block .desc{
    font-size: 18px;
}

sec-block-left{

}

.sec-2{
    background: #EDF7FF;
}

.sec-left-radius{ border-bottom-left-radius: 200px; border-top-left-radius: 200px;}
.sec-right-radius{ border-bottom-right-radius: 200px; border-top-right-radius: 200px; }

.sec-left{
    color: #002B9A;
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    min-width: 300px;
}

.sec .btn{
    background: none;
    border-radius: 6px;
    background: linear-gradient(90deg, rgba(36, 165, 171, 1) 0%, rgba(61, 176, 179, 1) 100%);;
    margin: 30px 0;
    color: #fff;
    font-size: 16px;
}

.sec-gray{
    background: #F9F9F9;
    padding: 100px;
}


.btn-submit,.btn-submit:hover{
    border-radius: 5px;
    background: #0048FF;
    padding: 10px 100px;
    color: #fff;
}


.sec-form{
    background: #EFF7FF;
    padding: 30px 300px ;
    margin: 60px auto;
    position: relative;
}

.sec-form:before{
    content:"";
    position: absolute;
    left: 30px;
    top: 60px;
    background-image: url(../img/m6.png);
    background-size:cover;
    width: 200px;
    height: 200px;

}

::placeholder{
    color: #999 !important;
}

.sec-form:after{
    content:"";
    position: absolute;
    right: 30px;
    bottom: 60px;
    background-image: url(../img/m6.png);
    background-size: cover;
    width: 200px;
    height: 200px;
    transform: rotate(180deg);
}



.clients{
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
}

.clients-item{
    text-align: center;
    padding: 15px;
    width: calc(100% / 5);

}

.clients-item-content{
    background: #fff;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px;
}


.clients-item img{
    max-width: 100%;
}

.mb{
    margin-bottom: 15px;
}
.contact{
    font-size:14px;
    line-height: 2;
}
.contact .title{
    text-align: left;
}

.menu a{
    color: rgba(158, 166, 168, 1);;
}

.menu a.mail{
    color: #333;
    text-decoration: none;
}
.menu .nav-link{
    margin-top: 10px;
}

.social a{ margin-right: 10px;}

.input-gp{ display: flex; flex-direction: row}
.input-gp input{
    border: none;
    background: #eee;
    border-bottom-left-radius:100px;
    border-top-left-radius:100px;
    padding:9px 20px;
    margin-right: -13px;
}
.input-gp .input-gp-btn{
    color: rgba(255, 255, 255, 1);
    text-align: center;
    border-radius: 100px;
    background: rgba(53, 173, 177, 1);
    text-decoration: none;
    padding: 9px 30px;

}