/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
    font-family: "Barlow", sans-serif;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

a {
    text-decoration: none;
}

/* banner style start here*/

.banner-section {
    background-image: url("../img/page-banner.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 650px;
    display: flex;
    align-items: center;
    position: relative;
    overflow: hidden;
    background-position: center center;
}

.banner-section .shape-1 {
    position: absolute;
    left: -32%;
    top: -35%;
    z-index: 1;
}

.banner-section .shape-2 {
    position: absolute;
    left: -11%;
    top: -30%;
    z-index: 1;
}

.banner-section .shape-3 { 
    position: absolute;
    right: -2%;
    bottom: -27%;
    z-index: 1;
}

.banner-section .shape-4 {  
    position: absolute;
    right: -26%;
    bottom: -81%;
    z-index: 1;
}


.banner-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 1 0 auto;
    max-width: 290px;
    width: 100%;
    margin: 0 auto;
}

.banner-heading {
    font-size: 60px;
    line-height: 1.25;
    display: inline-block;
    font-weight: 600;
    color: #ffffff;
    position: relative;
    z-index: 1;
}

.banner-subheading {
    color: #ffffff;
    font-size: 20px;
    text-align: center;
    margin-top: 10px;
}

.wrapper {
    max-width: 1320px;
    width: 100%;
    margin: 0 auto;
}

.who-we-are {
    padding: 120px 0;
}

.who-divider {
    display: flex;
    justify-content: space-between;
    gap: 100px;
}

.who-left {
    display: flex;
    align-items: center;
    max-width: 636px;
    width: 100%;
    background-image: url('../img/about-shape2.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 61% 0;
}


.who-left-image-about-other {
    padding-left: 10px;
    margin-top: 75px;
}

.who-left-image-about-other img {
    border-radius: 10px;
}

.who-text {
    font-size: 14px;
    line-height: 30px;
    font-family: "Jost", sans-serif;
    font-weight: 500;
    color: #086ad8;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-bottom: 12px;
}   


.who-title {
    font-size: 48px;
    line-height: 54px;
    font-weight: 600;
    color: #0e0e0e;
}

.who-sub {
    font-size: 16px;
    line-height: 30px;
    margin-top: 25px;
    font-family: "Jost", sans-serif;
}


.who-right {
    max-width: 636px;
    width: 100%;
    padding-left: 70px;
}

.who-objective-divider {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-top: 1px solid #e1e1e1;
    margin-top: 40px;
    padding-top: 56px;
}

.who-objective-left, .who-objective-right {
    padding: 0 10px;
}

.objective-title {
    font-size: 18px;
    line-height: 30px;
    font-weight: 700;
    color: #231e32;
}

.objective-subtitle {
    font-size: 16px;
    line-height: 30px;
}
.counter .wrapper{
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 65px 10px 95px;
    background-image:url('../img/counter-bg.jpg');
    border-radius: 10px;
    margin-bottom: -110px;
}

.counter-content {
    max-width: 330px;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.counter-title {
    font-size: 50px;
    line-height: 30px;
    font-family: "Barlow", sans-serif;
    font-weight: 700;
    color: #fff;
    margin-top: 30px;
}

.counter-subtitle {
    font-size: 14px;
    line-height: 30px;
    text-transform: capitalize;
    color: #ffffff;
    margin-top: 20px;
}

.services {
    background: url('../img/choose-us-bg3.jpg') #f8f8f8;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    padding: 210px 0 100px;
    position: relative;
    z-index: -1;
}

.service-content-wrapper {
    max-width: 570px;
    width: 100%;
    margin: 0 auto;
    text-align: center;
}

.services-subheading {
    font-size: 14px;
    line-height: 30px;
    font-family: "Jost", sans-serif;
    font-weight: 500;
    color: #086ad8;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-bottom: 12px;
}

.services-heading {
    font-size: 48px;
    line-height: 54px;
    font-family: "Barlow", sans-serif;
    font-weight: 600;
    color: #0e0e0e;
}



.solution {
    padding: 120px 0;
}

.soution-divider {
    display: flex;
    justify-content: space-between;
    gap: 20px;
}

.solution-left {
    padding-right: 60px;
}

.solution-left,.solution-right {
    max-width: 660px;
    width: 100%;
    padding: 0 10px;
}

.solution-title {
    font-size: 48px;
    line-height: 54px;
    font-family: "Barlow", sans-serif;
    font-weight: 600;
    color: #0e0e0e;
}

.about-list {
    margin-top: 20px;
}

.about-list-content {
    display: flex;
    align-items: center;
}

.check-icon {
    display: flex;
    margin-right: 16px;
}

.check-icon svg path {
    fill: #086ad8 !important;
}

.about-list-title{
    font-size: 16px;
    line-height: 36px;
    font-family: "Jost", sans-serif;
    font-weight: 500;
    color: #333333;
}

.solution-bottom {
    border-top: 2px solid #ececec;
    margin-top: 30px;
    padding-top: 30px;
    margin-right: 30px;
}

.solution-bottom-divider {
    display: flex;
    align-items: center;
}

.solution-bottom-ceo {
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
}

.about-info {
    flex: 1;
    padding-left: 50px;
    margin-left: 30px;
    position: relative;
}

.about-info::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    background: #ececec;
    width: 2px;
    height: 95px;
    transform: translateY(-50%);
}

.designation {
    font-size: 12px;
    line-height: 18px;
}   

.about-info p {
    font-size: 16px;
    line-height: 30px;
    color: #0e0e0e;
}

 .about-info .number {
    font-size: 24px;
    line-height: 36px;
    font-weight: 600;
    color: #086ad8;
}

.solution-right {
    padding-right: 120px;
}

.solution-right .text {
    font-size: 18px;
    line-height: 30px;
    padding-bottom: 30px;
    font-weight: 400;
    font-family: "Jost", sans-serif;
    color: #4c4d56;
}


.counter-bar .skill-item {
    margin-top: 30px;
}

.counter-bar .skill-item .title {
    font-size: 14px;
    line-height: 45px;
    font-family: "Barlow", sans-serif;
    font-weight: 600;
    color: #120e1d;
}

.counter-bar .skill-item .skill-bar .bar-inner {
    width: 100%;
    height: 6px;
    border-radius: 0px;
    background-color: transparent;
    position: relative;
}

.counter-bar .skill-item .skill-bar .bar-inner .progress-line {
    position: absolute;
    top: 0;
    left: 0;
    height: 6px;
    border-radius: 0px;
    background: #086ad8;
    transition: 3s;
    transition-delay: 1s;
    width: 0;
}

.counter-bar .skill-item .skill-bar .bar-inner .progress-line .skill-percent {
    position: absolute;
    top: -45px;
    right: -30px;
    font-size: 12px;
    color: #ffffff;
}

.counter-bar .skill-item .skill-bar .bar-inner .progress-line .skill-percent::before {
    position: absolute;
    content: "";
    border-top: 20px solid #0e0e0e;
    width: 0;
    height: 0;
    bottom: -27px;
    left: 0.1px;
    border-right: 15px solid transparent;
    transform: translateX(-50%);
    z-index: -1;
}

.counter-bar .skill-item .skill-bar .bar-inner .progress-line .skill-percent::after {
    content: "";
    position: absolute;
    left: -7px;
    top: -2px;
    width: 40px;
    height: 25px;
    background: #0e0e0e;
    line-height: 20px;
    text-align: center;
    z-index: -1;
}

.counter-text {
    display: inline-block;
    margin-top: 4px;
}

.call-card .wrapper {
    background-image: url('../img/cta-bg.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    border-radius: 10px;
    padding: 55px 105px;
    margin-bottom: -90px;
} 



.call-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.call-icon {
    max-width: 115px;
    min-height: 115px;
    width: 100%;
    line-height: 110px;
    text-align: center;
    border-radius: 50%;
    position: absolute;
    top: -35px;
    left: 35px;
    background: #010f31;
    display: flex;
    align-items: center;
    justify-content: center;
}

.call-icon img {
    max-width: 100%;
}


.call-content h2 {
    font-size: 30px;
    line-height: 44px;
    font-weight: 600;
    padding-left: 90px;
    color: #ffffff;
}

.call-btn {
    font-size: 22px;
    background: #ffffff;
    color: #0e0e0e;
    padding: 0 35px;
    border-color: #ffffff;
    box-shadow: 11px 10px 38px 0 rgba(46, 63, 99, 0.15);
    font-family: "Barlow", sans-serif;
    font-weight: 700;
    height: 60px;
    line-height: 56px;
    transition: all 0.5s ease 0s;
    cursor: pointer;
    z-index: 1;
    position: relative;
    border-radius: 5px;
}

.call-btn::before {
    content: "";
    background: #086ad8;
    height: 50%;
    width: 0;
    position: absolute;
    top: 0;
    left: 0;
    right: auto;
    transition: 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    z-index: -1;
    border-radius: 4px 4px 0 0;
}

.call-btn::after { 
    content: "";
    background: #086ad8;
    height: 50%;
    width: 0;
    position: absolute;
    bottom: 0;
    right: 0;
    left: auto;
    transition: 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    z-index: -1;
    border-radius: 0 0 4px 4px;
}

.call-btn:hover {
    color: #ffffff;
} 

.call-btn:hover::before {
    width: 100%;
    right: 0;
    left: auto;
}

.call-btn:hover::after {
    width: 100%;
    left: 0;
    right: auto;
}

/*.contact-us {
    padding: 0 0 120px 0;
}
*/

.contact-us .wrapper {
    background-image: url('../img/contact-shape.png');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    justify-content: space-between;
}

.contact-left {
    max-width: 550px;
    width: 100%;
}

.contact-form {
    max-width: 770px;
    width: 100%;
}

/*.contact-us .section-title .title {
    position: relative;
    padding-left: 45px;
    font-size: 48px;
    line-height: 54px;
    font-family: "Barlow", sans-serif;
    font-weight: 600;
    color: #0e0e0e;
}*/

.contact-us .section-title .title::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    background: #086ad8;
    height: 150px;
    width: 4px;
    transform: translateY(-50%);
}

.contact-info ul {
    padding-top: 15px;
}

.contact-info-item .contact-info-text {
    margin-left: 20px;
}

.contact-info-item .contact-info-text .title {
    font-size: 24px;
    line-height: 30px;
    color: #0e0e0e;
    font-family: "Barlow", sans-serif;
    font-weight: 700;
    
}

.contact-info ul li {
    margin-top: 15px;
    padding-right: 65px;
}

.contact-info-item .contact-info-text p {
    font-size: 16px;
    line-height: 30px;
    color: #0e0e0e;
}

.contact-info-item {
    display: flex;
    align-items: center;
}

.contact-info-icon svg {
    max-width: 50px;
    height: 72px;
    width: 100%;
}

.contact-form-wrap {
    max-width: 636px;
    width: 100%;
    margin-left: auto;
    background: #ffffff;
    box-shadow: 0px 0px 139px 0px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    overflow: hidden;
    padding: 55px 40px;
}

.contact-form-wrap .heading-wrap .sub-title {
    font-size: 14px;
    line-height: 30px;
    font-family: "Barlow", sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    color: #086ad8;
}

.contact-form-wrap .heading-wrap {
    margin-bottom: 30px;
}

.contact-form-wrap .heading-wrap .title {
    font-size: 42px;
    line-height: 54px;
    font-weight: 600;
    color: #333333;
}

.form-divider {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
}

.contact-form-wrap .single-form {
    margin-top: 25px;
}

.contact-form-wrap .single-form input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]):not([type="file"]), textarea { 
    height: 55px;
    line-height: 55px;
    border: 1px solid #ebebeb;
    padding-left: 15px;
    box-shadow: none;
    color: #415674;
    border-radius: 4px;
    background-color: #ffffff;
    margin-bottom: 0;
    padding: 10px 25px;
    max-width: 100%;
    width: 100%;
    font-size: 13px;
    line-height: 30px;
    transition: all 0.3s linear;
    outline: none;
}

.form-col-lg {
    max-width: 100%;
    width: 100%;
}

.form-col {
    max-width: 46%;
    width: 100%;
}

.contact-form-wrap .single-form textarea {
    height: 135px;
    border: 1px solid #ebebeb;
    padding-left: 15px;
    resize: none;
}

.form-btn {
    margin-top: 25px;
}

.form-btn .btn {
    font-size: 16px;
    width: 100%;
    height: 55px;
    line-height: 50px;
    margin-bottom: 10px;
    display: inline-block;
    overflow: hidden;
    transform: perspective(0) translateZ(0);
    background: linear-gradient(195deg, #086ad8 0%, #42b9ff 100%);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    border-color: transparent;
    color: #ffffff;
    border-radius: 5px;
    font-family: "Barlow", sans-serif;
    font-weight: 700;
    padding: 0px 70px;
    border: 0;
    border-style: solid;
    box-shadow: none;
    transition: all 0.5s ease 0s;
    cursor: pointer;
    z-index: 1;
    position: relative;
}

.form-btn .btn::before {
    content: "";
    background: #0e0e0e;
    height: 50%;
    width: 0;
    position: absolute;
    top: 0;
    left: 0;
    right: auto;
    transition: 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    z-index: -1;
}

.form-btn .btn::after {
    content: "";
    background: #0e0e0e;
    height: 50%;
    width: 0;
    position: absolute;
    bottom: 0;
    right: 0;
    left: auto;
    transition: 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    z-index: -1;
}

.form-btn .btn:hover {
    color: #fff;
}

.form-btn .btn:hover::before {
    width: 100%;
    right: 0;
    left: auto;
}


.form-btn .btn:hover::after {
    width: 100%;
    left: 0;
    right: auto;
}


.footer-wrap-area {
    position: relative !important;
    z-index: -1 !important;
    padding-top: 200px !important;
}

@media (max-width: 767px) {
.who-title {
    font-size: 22px;
    line-height: 34px;
}



}

