@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;700&display=swap');

/*=============================== common start ============================*/
*{
    font-family: 'DM Sans', sans-serif;
}
::selection
{
    background-color: transparent;
}
::-moz-selection{
    background-color: transparent;
}
ul,p{
    margin: 0;
    padding: 0;
}
button{
    outline: none !important;
}
ul{
    list-style-type: none !important;
}
h1,h2,h3,h4,h5,h6{
    margin: 0;
}
a{
    text-decoration: none !important;
}
button{
    border: none;
}
:root{
    --section-head-blue : #1E0E62;
    /* --body-paragraph : rgba(21, 20, 57, 0.4);  */
}
p{
    color:rgba(21, 20, 57, 0.4); 
    line-height: 1.5;
    font-size: 1rem;
}
#custom-scroll::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.1);
	background-color: #F5F5F5;
	border-radius: 0;
}

#custom-scroll::-webkit-scrollbar
{
	width: 12px;
	background-color: #F5F5F5;
}

#custom-scroll::-webkit-scrollbar-thumb
{
	border-radius: 0;
	background-color: #FFF;
	background-image: -webkit-gradient(linear,
									   40% 0%,
									   75% 84%,
									   from(#195CF2),
									   to(#6394ff),
									   color-stop(.6,#195CF2))
}

/*=============================== common end =============================*/

/*=============================== header satart ===========================*/
.form-field-container .form-control, .form-field-container .custom-select {
    height: calc(1.7em + .75rem + 2px) !important;
    border-radius: 6px;
    border: 1px solid #D9D9D9;
}
.form-field-container input {
    padding: 14px 14px;
    color: #444150;
}
.form-field-container input::placeholder{
    color: rgba(68, 65, 80, 0.5);
}
.header{
    padding: 34px 0 128px 0;
    background-color:#082973;
}
.left-img img{
    width: 100%;
}
h1{
    color: #fff;
    font-weight: 700;
    margin-bottom: 25px;
}
form {
    margin-bottom: 0;
}
.header-p p{
    color: rgb(255 255 255 / 85%);
    font-size: 24px;
}
.head-txt-container{
    padding: 50px 0 57px 0;
}
.head-txt-container h1{
    font-size: 64px;
	color:rgb(255 255 255 / 85%);
}
.form-container{
    padding: 40px 35px;
    background-color: #fff;
    border-radius: 10px;
    margin-top: 50px;
}
.form-container h5{
    font-size: 50px;
    color: #000;
    font-weight: 500;
    margin-bottom: 42px;
}
.form-field-container label{
    font-size: 16px;
    font-weight: 400;
    color: #444150;
}
.form-field-container input:focus,textarea:focus{
    box-shadow: none;
    border: 1px solid rgba(26, 92, 241, 0.5);
}
.custom-select.my-custom{
    background: #fff url(../img-ecommerce/down-arrow.png) no-repeat right .75rem center/13px 8px;
}
.custom-select.my-custom:focus{
    box-shadow: none;
    border: 1px solid rgba(26, 92, 241, 0.5);
}
input.continue-btn,.continue-btn{
    background-color: #1A5CF1;
    color: #fff;
    display: inline-block;
    width: 100%;
    text-align: center;
    padding: 13px 0;
    border-radius: 6px;
    margin: 15px 0 0 0;
}
input.continue-btn:hover,.continue-btn:hover{
    color: #fff;
    background-color: #2558d0;
}
.form-group{
    margin-bottom: 25px;
}
.ftr-text p{
    color: rgba(0,0,0,0.6);
    font-size: 14px;
    text-align: center;
}
.r-absolute{
    position: absolute;
    right: -90px;
    bottom: 0;
}
.left-img{
    position: relative;
}
.pl-160{
    padding-left: 160px;
}
.section-padding{
    padding: 140px 0;
}

.section-head{
    font-size: 42px;
    color: var(--section-head-blue);
    font-weight: 700;
    text-align: center;
    margin-bottom: 25px;
}
.section-para{
    text-align: center;
    font-size: 22px;
    font-weight: 500;
}
.section-body-img{
    text-align: center;
    margin: 90px 0;
}
.section-body-img img{
    /*width: 100%;*/
    max-height: 545px;
}
.each-spec{
    text-align: center;
}
.each-spec .top-img{
    padding-bottom: 20px;
}
.each-spec p{
    margin: 15px 0;
}
.each-spec h5{
    color: var(--section-head-blue);
    font-size: 18px;
    font-weight: 500;
}
.pl-pr-100{
    padding: 0 100px;
}
.mb-55{
    margin-bottom: 55px;
}
.gray-bg{
    background-color: #F8F8F8;
}
.each-listing h6{
    color: #1E0E62;
    font-size: 18px;
    margin-bottom: 12px;
}
.each-listing p{
    font-size: 16px;
}
.ftrelist li{
	list-style:disc;
	margin-bottom:20px;
}
.multi-para{
    margin-bottom: 84px;
    font-size: 22px;
    font-weight: 500;
}
.multi-useful {
    margin-top: 78px;
}
.each-listing{
    margin-bottom: 55px;
}
.each-listing:last-child{
    margin-bottom: 0;
}
.pr-126{
    padding-right: 126px;
}
.level-up{
    background-color: #FFF2C2;
    overflow: hidden;
}
/*.section-padding.level-up{*/
/*    padding-bottom: 0 !important;*/
/*}*/
.level-up-main{
    margin-top: 70px;
}
.feature-sec{
    background-color:#F9F9F9;
}
.feature_grid {
    border: 1px solid #1E0E62;
    padding:40px 30px;
    text-align: center;
    border-right: 0;
    border-bottom: 0;
}
.feature_grid:nth-child(5){
    border-left:0;
}
.feature_grid:first-child{
    border-left:0;
}
.ftr-grd-bottom{
    border-bottom: 1px solid #1E0E62;
}
.feature_grid img{
    margin-bottom:15px;
}
.level-up-center{
    text-align: center;
    margin-top: 65px;
}
.level-up-center img{
    margin-bottom: -245px;
    width: 100%;
}
.pl-42{
    padding-left: 42px;
}
.pr-42{
    padding-right: 42px;
}
.section-para.multi-p{
    color: var(--section-head-blue);
    font-weight: 500;

}
textarea{
    width: 100% !important;
    outline: none;
    border: 1px solid #ced4da;
    border-radius: 6px;
    padding: 14px 14px;
    height: 97px;
    color: #444150;
}
.logo{
    width: auto;
}
/*=============================== header end =============================*/
.grid-thumb{
    width: 100%;
}
.grid-thumb h4{
    color: var(--section-head-blue);
    font-size: 36px;
    font-weight: 700;
    padding: 50px 0 21px 0;
}
.new-product-main{
    margin-top: 103px;
    display: flex;
    justify-content: space-between;
}
.thumb-img img{
    width: 100%;
    border-radius: 5px;
}
.new-product-main .owl-nav{
    position: absolute;
    width: 100%;
    top: 30%;
    left: 0;
}
.new-product-main .owl-nav button.owl-prev{
    float: left;
    margin-left: -5%;
}
.new-product-main .owl-nav button.owl-next{
    float: right;
    margin-right: -5%;
}
.section-span{
    text-transform: uppercase;
    color: rgba(21, 20, 57, 0.4);
    font-size: 14px;
    letter-spacing: 2px;
    text-align: center;
    display: block;
    margin-bottom: 15px;
}
.our-clients-logo-container{
    margin-top: 56px;
}
.row .mb-55:nth-last-child(-n+2) {
    margin-bottom: 0;
}
.our-clients-slider img{
	filter: grayscale(1);
	transition:all 0.3s linear;
}
.our-clients-slider img:hover{
	filter: grayscale(0);
}
/*============================== Our Technology Stack start ===============*/
.tech-grid{
    text-align: center; 
	width:11%;
	margin-bottom:40px;
}
/* .tech-grid:hover{
    border: 1px solid rgba(93, 57, 250, 0.2);
} */
.tech-grid:hover img{ 
    transition: 0.3s;
    -webkit-transition: 0.3s;
}
.tech-grid img{
    height: 60px;
    width: auto;
    filter: grayscale(1); 
    transition: 0.3s;
    -webkit-transition: 0.3s;
    /* image-rendering:-webkit-optimize-contrast; */
}
.technology .tech-grid img{
    height: 70px;
}
.tech-grid p{
    margin-top: 30px;
}
.our-technology-stack h2{
    margin-bottom: 80px;
}
/* img.objective-c{
    height: 100px;
} */
p.tech-stack{
    margin: 30px 0 50px 0;
} 
/*============================== Our Technology Stack end ===============*/
/*=============================== footer start =========================*/
.wtsapp-icon {
    position: fixed;
    left: 60px;
    bottom: 50px;
    width: 50px;
    z-index: 999;
    border-radius: 100%;
    box-shadow: 0 3px 6px rgb(0 0 0 / 16%), 0 3px 6px rgb(0 0 0 / 23%);
}
footer{
    background-color: #195CF2;
    padding: 75px 0 60px 0;
    color: #fff;
}
.ftr-menu-box ul{
    display: flex;
    justify-content: space-between;
}
.ftr-menu-box a{
    color: #fff;
}
.social-media-container{
    text-align: center;
    padding: 40px 0;
}
.social-media-container li{
    margin-right: 40px;
    display: inline-block;
}
.social-media-container li:last-child{
    margin-right: 0;
}
.credit-section p{
    text-align: center;
    color: #fff;
}
/*=============================== footer end ===========================*/

/*============================== thank you page start ===================*/
.header.second{
    padding-bottom: 34px;
}
.thank-you{
    padding: 80px 0;
}
.checkmark {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    display: block;
    stroke-width: 2;
    stroke: #4bb71b;
    stroke-miterlimit: 10;
    box-shadow: inset 0px 0px 0px #4bb71b;
    animation: fill .4s ease-in-out .4s forwards, scale .3s ease-in-out .9s both;
    position:relative;
    top: 5px;
    right: 5px;
   margin: 0 auto;
}
.checkmark__circle {
    stroke-dasharray: 166;
    stroke-dashoffset: 166;
    stroke-width: 2;
    stroke-miterlimit: 10;
    stroke: #4bb71b;
    fill: #fff;
    animation: stroke 0.6s cubic-bezier(0.65, 0, 0.45, 1) forwards;
 
}

.checkmark__check {
    transform-origin: 50% 50%;
    stroke-dasharray: 48;
    stroke-dashoffset: 48;
    animation: stroke 0.3s cubic-bezier(0.65, 0, 0.45, 1) 0.8s forwards;
}

@keyframes stroke {
    100% {
        stroke-dashoffset: 0;
    }
}

@keyframes scale {
    0%, 100% {
        transform: none;
    }

    50% {
        transform: scale3d(1.1, 1.1, 1);
    }
}

@keyframes fill {
    100% {
        box-shadow: inset 0px 0px 0px 30px #4bb71b;
    }
}

.thank-you h1{
    color: #1E0E62;
    text-align: center;
    font-size: 50px;
    margin: 0;
}
.back-to-home{
    display: inline-block;
    padding: 10px 25px;
    color: #fff;
    font-size: 15px;
    font-weight: 500;
    background-color: #1A5CF1;
    text-align: center;
    border-radius: 6px;
}
.back-to-home:hover{
    background-color: #2558d0;
    color: #fff;
    box-shadow: 0 0 7px 1px rgba(0,0,0,0.1);
}
/* .img-left img{
    width: 500px;
    height: 500px;
} */
.thank-you p{
    padding: 15px;
}
/* .thank-you-right {
    border: 1px solid rgba(0,0,0,0.1);
    border-radius: 5px;
    padding: 45px;
    width: 85%;
    box-shadow: 0 0 16px 3px rgb(0 0 0 / 7%);
} */
/*============================== thank you page end ===================*/