/* ===================================
    Crafto - Modern Business
====================================== */
/* font */
@import url('https://fonts.googleapis.com/css2?family=Inter:opsz,wght@14..32,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&display=swap');
/* variable */
:root {  
    --alt-font: "DM Sans", sans-serif;
    --primary-font: "Inter", sans-serif;
    --base-color: #5114D6;
    --dark-gray: #2D2247;
    --medium-gray: #716d7a;
    --light-medium-gray: #E8E2F5;
    --green: #4DAA57;
    --very-light-gray: #f3e7ff;
} 
/* reset */
body {

    font-family: "Poppins", "Poppins Placeholder", sans-serif;
    font-size: 16px;
    line-height: 28px; 
    color: #333333;
}
a {
    color: #5114D6;
} 
/* box layout */
.box-layout {
    padding-left: 80px;
    padding-right: 80px;
}
/* bg color */
.bg-base-transparent-light {
    background-color: rgba(110, 44, 255, 0.1);
}
.bg-green-transparent-light {
    background-color: rgba(77, 170, 87, 0.20);
}
.bg-gradient-very-light-gray-transparent {
    background: -webkit-linear-gradient(right, rgba(110, 44, 255, 0.10), rgba(110, 44, 255, 0));
    background: linear-gradient(to right, rgba(110, 44, 255, 0.10), rgba(110, 44, 255, 0));
}
.bg-gradient-flamingo-red-transparent {
    background: -webkit-linear-gradient(right, rgba(225, 52, 14, 1.0), rgba(255, 255, 255, 0.0));
    background: linear-gradient(to right, rgba(225, 52, 14, 1.0) 10%, rgba(255, 255, 255, 0.0) 95%);
}
.bg-gradient-base-color-transparent {
    background: -webkit-linear-gradient(right, rgba(99, 0, 209, 1.0), rgba(255, 255, 255, 0.0));
    background: linear-gradient(to right, rgba(99, 0, 209, 1.0) 10%, rgba(255, 255, 255, 0.0) 95%);
}
.bg-gradient-top-very-light-gray { 
    background-image:linear-gradient(to top, #F9F6FF, #F9F6FF, #fcfafa, #ffffff, #ffffff);
}
/* text color */
.text-flamingo {
    color: #F3453B;
}
/* border color */
.border-color-base-transparent {
    border-color: rgba(110, 44, 255, 0.3) !important;
}
.text-outline-color-extra-medium-gray { 
    -webkit-text-stroke-color: rgba(45, 34, 71, 0.15); 
}
.bg-default{
    background-color: rgb(238, 253, 255);
}
.text-light-blue{
    color: #1c757b;
}
.btn-transparent-dark-green{
    background: rgb(28, 117, 123);
}
.btn-transparent-dark-green:hover{
    background: rgb(0, 0, 0);
}
.btn-transparent-dark-blue{
    background: rgb(30, 31, 80);
}
.btn-transparent-dark-blue:hover{
    background: rgb(0, 0, 0);
}
.text-dark-blue{
    color: rgb(30, 31, 80);
}
.btn-transparent-dark-black{
     background: rgb(0, 0, 0);
}
.btn-transparent-dark-black:hover{
     background: rgb(255, 255, 255);
     color: #000;
}
.btn-transparent-dark-black span{
    font-size: 20px;
}
.btn.btn-switch-text.btn-extra-large.btn-transparent-dark-black>span{
    padding: 15px 35px;
}
.btn-transparent-dark-black:hover span{
     color: #000;
}
header .navbar{
    border: 1px solid rgba(0, 0, 0, 0.04);
}
.box{
    padding: 32px;
    top: 20px;
    width: 100%;
    z-index: 1;
    background-color: rgb(240, 253, 255);
    border-radius: 40px;
    margin-bottom: 40px;
    border: 1px solid rgba(0, 0, 0, 0.1);
}
.box h4{
    font-family: "Poppins", "Poppins Placeholder", sans-serif;
    font-size: 28px;
    font-weight: 600;
    color: #0f0f0f;
    line-height: 38px;
    margin-top: 10px;
    margin-bottom: 10px;
}
.box p{
    font-family: "Poppins", "Poppins Placeholder", sans-serif;
    color: #333333;
    line-height: 26px;
    font-size: 16px;
    font-weight: 400;
    font-weight-bold: 700;
}
.testimonial-wrap{
    border-radius: 40px;
    box-shadow: rgb(0 0 0 / 6%) 0px 0.602187px 0.361312px -1px, rgb(0 0 0 / 6%) 0px 2.28853px 1.37312px -2px, rgb(0 0 0 / 4%) 0px 10px 6px -3px;
    border: 2px solid rgba(0, 0, 0, 0.1);
}
.testimonial .top span{
    font-size: 20px;
    font-family: "Inter", "Inter Placeholder", sans-serif;
    font-size: 20px;
    font-weight: 600;
    line-height: 1.4em;
    color: #333333;
}
.testimonial .top i{
    color: rgb(207, 179, 2);
    margin-left: 5px;
}
.testimonial .position{
    font-size: 12px;
    line-height: 1.8em;
    font-family: "Inter", "Inter Placeholder", sans-serif;
    color: #858181;
}
.testimonial .last-paragraph-no-margin{
    margin-top: 10px;
    font-family: "Poppins", "Poppins Placeholder", sans-serif;
    font-size: 14px;
    line-height: 22px;
    font-weight: 400;
    color: #333333;
}
.bg-blue{
    background: #1e1f50;
}
.about-img{
    border-radius: 20px;
    flex: none;
    height: 250px;
    overflow: hidden;
    position: relative;
    width: 100%;
}
.about-img img{
    display: block;
    width: 100%;
    height: 100%;
    border-radius: inherit;
    object-position: center;
    object-fit: cover;
}
.about-lg-img{
    border-radius: 20px;
    flex: none;
    overflow: hidden;
    position: relative;
    width: 100%;
}
.about-lg-img img{
    display: block;
    width: 100%;
    height: 100%;
    border-radius: inherit;
    object-position: center;
    object-fit: cover;
}
.profile-img{
    border-radius: 20px;
    flex: none;
    height: 400px;
    overflow: hidden;
    position: relative;
    width: 100%;
}
.profile-img img{
    display: block;
    width: 100%;
    height: 100%;
    border-radius: inherit;
    object-position: center;
    object-fit: cover;
}
.list-box{
    padding: 15px 15px 40px;
    border-radius: 38px;
    border: 2px solid #f2ecff;
}
.list-box ul li{
    list-style: disc;
    color: rgb(16, 21, 35);
    font-size: 14px;
    line-height: 150%;
    font-family: "Cabin", "Cabin Placeholder", sans-serif;
}
.work-wrap{
    border: 1px solid rgb(211, 222, 251);
    box-shadow: rgb(36 88 236 / 12%) 0px 10px 10px -3.75px, rgb(36 88 236 / 31%) 0px 2.29px 2.29px -2.5px, rgb(36 88 236 / 36%) 0px 0.6px 0.6px -1.25px;
    border-radius: 30px;
}
.work-wrap .work-text{
    padding: 30px;
}
.work-wrap .work-text h2{
    font-size: 1.37rem;
    line-height: 27px;
}
.work-wrap .work-text.work-text-left{
    padding-right: 0;
    padding-bottom: 20px;
}
.profile-img-oman{    
    height: 100%;
}
.profile-img-bottom{    
    height: 275px;
}
.profile-img-candidates{    
    height: 300px;
}
.contact-wrap{
    border: 1px solid rgb(211, 222, 251);
    box-shadow: rgb(36 88 236 / 12%) 0px 10px 10px -3.75px, rgb(36 88 236 / 31%) 0px 2.29px 2.29px -2.5px, rgb(36 88 236 / 36%) 0px 0.6px 0.6px -1.25px;
    border-radius: 30px;
    background: #fff;
    padding: 35px;
}
.contact-wrap h2{
    font-size: 22px;
    line-height: 35px;
    margin-bottom: 15px;
    margin-top: 15px;
}
.contact-wrap p{
    font-size: 16px;
    line-height: 28px;
    color: #000;
    margin-bottom: 15px;
    font-weight: 500;
}
.contact-form-wrap{    
    border: 1px solid rgb(211, 222, 251);
    border-radius: 30px;
    padding: 35px;
}
.contact-form-wrap .contact-form .form-group{
    margin-bottom: 15px;
    color: #000;
}
.contact-form-wrap .contact-form .form-group label{
    margin-bottom: 10px;
}
.contact-form-wrap .contact-form button{
    padding: 16px 32px;
}
footer .footer-wrp{
    padding-top: 50px;
    padding-bottom: 25px;
    border-radius: 40px;
}
footer h4{
    font-size: 36px;
    font-weight: 600;
    line-height: 25px;
    color: #fff;
}
footer p{
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
    color: #fff;
}
ul.footer-list{
    display: block;
    margin-top: 25px;
    margin-bottom: 25px;
}
ul.footer-list li{
    display: inline-block;
}
ul.footer-list li a{
    padding: 10px;  
    color: #fff;  
    font-size: 16px;
    font-weight: 500;
}
/* header */
header .container-fluid {
    padding-left: 65px;
    padding-right: 65px;
}
header .navbar-brand img {
    max-height: 80px;
}
header .btn {
    font-size: 13px;
}
.navbar .navbar-nav .nav-link .label {
    font-size: 10px;
}
.navbar .navbar-nav .dropdown.dropdown-with-icon .dropdown-menu {
    width: 360px;
}
.navbar .navbar-nav .dropdown.dropdown-with-icon .dropdown-menu li a {
    line-height: 24px;
}
.navbar .navbar-nav .dropdown.dropdown-with-icon .dropdown-menu li a i {
    font-size: 32px;
    width: 35px;
}
.navbar .navbar-nav .nav-link {
    font-weight: 600;
}
/* margin */
.mb-minus-30px {
    margin-bottom: -30px;
}
/* btn */
.btn {
    font-weight: 500;
    font-family: var(--primary-font);
    border: 0;
}
.btn.btn-base-color:active, .btn.btn-base-color:hover {
    background: var(--base-color);
    color: var(--white);
}
.btn.btn-transparent-light-gray, .btn.btn-transparent-light-gray:active, .btn.btn-transparent-light-gray:hover  {
    background-color:rgba(81, 20, 214, 0.1);
    color: var(--base-color);
}
.btn.btn-switch-text.btn-large>span {
    padding: 16px 32px;
    font-size: 15px;
}
/* font size */
.h1, h1 {
    font-size: 4.3rem;
    line-height: 4rem;
}
.fs-280 {
    font-size: 17.5rem;
    line-height: 17.5rem;
}
/* contact form style */
.contact-form-style-07 .form-control {
    font-size: 14px;
}
/* newsletter style */
.newsletter-style-02 input {
    border-radius: 4px;
    padding: 9px 50px 9px 20px !important;
}
.newsletter-style-02 .btn { 
    padding: 8px 20px 8px; 
}
/* progress bar style */
.progress-bar-style-01 .progress .progress-bar-percent:after {
    border-top-color: rgba(110, 44, 255, 0.1);
}
/* down section */
.down-section {
    bottom: 30px;
}
/* review star icon */
.review-star-icon i {
    color: var(--base-color);
}
/* footer */
.footer-navbar li a:hover {
    color: var(--white);
}
footer .footer-logo img {
    max-height: 38px;
}
.mb-minus-70px {
    margin-bottom: -70px;
}
/* page title */
.page-title-extra-large h1 {
    font-size: 4.5rem;
    line-height: 3.4rem;
}
.counter-number h5{
    font-size: 56px;
}
.counter-number p{
    font-size: 20px;
    line-height: 50px;
    padding-top: 20px;
}
/* media query responsive */
@media (max-width: 1600px) {
    .box-layout {
        padding: 0 60px;
    }
    header .container-fluid {
        padding-left: 45px;
        padding-right: 45px;
    }
}
@media (min-width: 1400px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1320px;
    }
}
@media (max-width: 1199px) {
    .box-layout {
        padding: 0 0;
    }
    header .container-fluid {
        padding-left: 35px;
        padding-right: 35px;
    }
}
@media (max-width: 991px) { 
    header .container-fluid {
        padding-left: 15px;
        padding-right: 15px;
    } 
    .md-mb-minus-50px {
        margin-bottom: -50px;
    }
}
@media (max-width: 767px) {
    .md-mb-minus-20px {
        margin-bottom: -20px;
    }
}