* {
    padding: 0;
    margin: 0;
}

/* //////////////////////////////////  ABOUT PAGE START  /////////////////////////////////// */
/* ///////////////////////////////////////////////////////////////////////////////////////// */

/* ///////// About Header Start //////// */
.aboutHeader {
    background: url("../image/aboutTest.webp") center no-repeat;
    background-size: cover;
    position: relative;
    height: 100%;
}
.about-header {
    padding-left: 3rem;
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    height: calc(100% - 110px);
    padding-bottom: 50px;
}
.aboutHeader .navbar{
    z-index: 1;
}
.aboutHeader .partner-h2 h2{
    color: #fff !important;
    opacity: 1 !important;
    -webkit-text-fill-color: unset;
    -webkit-text-stroke: unset;
}
.about-header h1 {
    color: #fff;
}
.about-header p {
    color: #ffffffda;
    text-align: justify;
    width: 65%;
    margin-left: 0;
    font-size: 18px;
}
.top-h3{
    color: #fff;
    line-height: 65px;
    font-size: 63px;
    letter-spacing: 2px;
}

/* ///////// Header End //////// */

/* ///////// Story Section Start //////// */

.story{
    background: #000 url("../image/footer-bg.webp")  right no-repeat;
    background-size: cover;
    position: relative;
    padding: 70px 0px;
}
.story::before{
    content: "";
    position: absolute;
    background: url("../image/globe-vector-bg.webp") right no-repeat;
    animation: right-mover 2s infinite alternate;
    -webkit-animation: right-mover 2s infinite alternate;
    width: 100%;
    height: 100%;
    top:0;
    left: 0;
}
.storyInner{
    position: relative;
    z-index: 9;
}
main .partner-h2 h2{
    color: #fff !important;
    opacity: 1 !important;
    /* -webkit-text-fill-color: unset; */
    -webkit-text-stroke: 1px #fff;
}
.story .partner-h2{
    padding: 10px 0px;
}
.story-para p{
    color: #ffffffda;
    width: 55%;
    opacity: 0.95;
	font-size: 16px;
}
.aboutFact{
    position: relative;
    left: 15px;
    padding: 10px 0px 30px;
}
.aboutFact::before{
    content: "";
    position: absolute;
    width: 3px;
    height: 100px;
    background: linear-gradient(180deg,#c1c1c1  0,rgba(113,216,164,0) 100%);
    left: -12px;
}
 .factParaBlock{
    display: block !important;
}
.aboutFact p{
    color: #ffffffda;
}
.aboutFact h5{
    color: #fff;
    font-size: 30px;
}

/* ///////// Story Section End //////// */

/* ///////// Mission Section Start //////// */
.missionSec{
    background: url("../image/mission-bg.jpg") no-repeat;
    background-size: cover;
    padding: 40px 0px;
    height: 700px; 
}
.missionSec .partner-h2 h2{
     -webkit-text-fill-color: #223d5b;
     -webkit-text-stroke: 1px #223d5b;
}
.missionPara p{
    color: #607b96;
    width: 60%;
    padding-top: 10px;
	font-size: 16px;
}

/* ///////// Mission Section End //////// */

/* ///////// WhatBox Section Start //////// */
.whatDo{
    background: #1f3042;
    padding: 80px 0px;
}
.whatBox{
    background: #213346;
    padding: 30px;
    border: .1px solid transparent;
    transition: .6s ease-in-out;
    border-radius: 12px;
}
.whatBox:hover{
    border: .1px solid #ffffffa2;
    transition: .6s ease-in-out;
}
.innerHeading h4{
    color: #fff;
    position: relative;
}
.innerHeading h4:after{
    content:"";
    position: absolute;
    width: 90%;
    height: 3px;
    background: linear-gradient(90deg,#c1c1c1 0,rgba(113,216,164,0) 100%);
    top: 65px;
}
.whatPara-h2 p{
    color: #fff;
    width: 70%;
    padding: 10px 0px 30px;
}
.innerList ul {
   padding: 12px 0px;
    margin-bottom: 0;
}
.innerList ul li, .innerList ul li a{
    list-style: none;
    text-decoration: none;
    font-size: 14px;
    color: #fff;
    padding: 5px 0px;
    transition: .5s ease-in-out;
}
.innerList ul li a:hover{
    color: #4bbdff;
    transition: .5s ease-in-out;
}
.innerLink{
    text-align: end;
}
.innerLink a{
    text-decoration: none;
    color: #fff;
    transition: .5s ease-in-out;
}
.innerLink a:hover{
    color: #4bbdff;
    transition: .5s ease-in-out;
}
.innerLink a i{
    font-size: 16px;
    padding: 0px 8px;
}
/* ///////// WhatBox Section End //////// */

/* ////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////  ABOUT PAGE END /////////////////////////////////// */


/* //////////////////////////////////  SERVICE PAGE START /////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////// */

/* ///////// header Start ///////// */
.header{
    position: relative;
    height: 100vh;
    overflow: hidden ;

}
.header video{
    width: 100%;
    position: relative;

}
.serviceHeader{
    /* background: url("../image/servicetest-bg.webp") no-repeat;  */
    height: 100vh;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1;
}
.serviceHeader .row{
    width: 100%;
}
.header::before{
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.1);
    top: 0;
    z-index: 1;
}
.serviceHeader .about-header{
    padding: 0 1.5rem 0 3rem;
}
.serviceTop p{
    color: #fff;
}

.serviceHeader h2{
    color: #fff !important;
    opacity: 1 !important;
    -webkit-text-fill-color: unset;
    -webkit-text-stroke: unset;
    padding: 10px 0px;
}
main .partner-h2 h2{
    color: #fff !important;
    opacity: 1 !important;
    -webkit-text-stroke: 1px #fff;
}
.serviceHeader p{
    text-align: left;
    width: fit-content;
    padding: 5px 0px;
    color: #fff;
    font-weight: 100;
}
.innerForm{
    background:#ffffffef url("../image/LinearDOt-Test-bg.webp") left no-repeat;
    background-size: cover;
    max-width: 400px;
    padding:  25px 25px 20px;
    border-radius: 4px;
    position: relative;
    margin-left: auto;
}
.serviceTopForm h3{
    color: #013861;
    font-size: 30px;
    margin-bottom: 3px;
    text-align: center;
}
.serviceTopForm p{
    color: #111d29;
    font-size: 16px;
    margin: auto;
    padding: 0;
    
}
.innerForm input, .innerForm textarea{
    width: 100%;
    height: fit-content;
    padding: 12px;
    border: none;
    border-bottom: 1px solid #000;
    outline: none;
    background: transparent;
    color: #000;
}
.formBtn button{
    padding: 12px 10px;
    width: 100%;
    border: none;
    font: 600 16px sans-serif;
    margin: 12px 0px 15px;
    background: #0082c8;
    color: #fff;
    border-radius: 2px;
}
/* ///////// header Start End///////// */

/* ///////// Brand Section Start ///////// */


.brand{
    background: url("../image/aboutnew-bg.jpeg") no-repeat;
    background-size: cover;
    padding: 100px 0px;
}
.innerBrand{
    text-align: right;

}
.innerBrand p{
    color: #ffffffd1;
    padding: 10px 0px 20px;
    font-weight: 100;
    /* font-size: 16px; */
}
/* .iconBrand{
    text-align: right;
    border: .1px solid #ffffff82;
    width: fit-content;
    float: right;
    padding: 5px 20px;
    border-radius: 4px;
}
.iconBrand i{
    font-size: 50px;
    color: #fff;
    padding: 0px 15px;
}
.iconBrand i:nth-child(2) img{
   width: 85px;
} */

/* ///////// Brand Section Start End///////// */

/* ///////// Service Section Start///////// */
.service{
    padding: 80px 0px;
}
.singleService p{
    font-size: 16px;
}
.service .partner-h2 h2{
    -webkit-text-fill-color: #013861;
    -webkit-text-stroke: unset ;
    line-height: 45px;
    font-size: 32px;
    font-weight: 600;
    letter-spacing: 1px;
    padding: 30px 0px 0px 0px;
}
.service .partner-h2 h2 span{
    background: linear-gradient(90deg,#013861,#fff,#ca2e9f,#fff);
    background-size: 300% 100%;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
    animation: bgMove 3s linear infinite reverse;
    -webkit-animation: bgMove 3s linear infinite reverse;

}
.innerBox-service a{
    text-decoration: none;
}
.modal-img{
    background: #e4e4e4;
    width: 46px;
    height: 46px;
    padding: 10px 11px;
    border-radius: 50px;
    transition: .5s ease-in-out;
}
.modalBox:hover .modal-img{
    background: #013861;
    transition: .5s ease-in-out;
}
.modal-img img{
    width: 24px;
}
.modalBox{
    padding: 20px;
    height: 250px;
    width: auto;
    margin: 12px 0px;
    transition: .5s ease-in-out;
}
.modalBox:hover{
    box-shadow: 0px 0px 12px 0px #e4e4e4;
    transition: .5s ease-in-out;
}
.modalBox h3{
    font-size: 18px;
    padding: 15px 0px 2px;
    color: #013861;
}
.modalBox p{
    font-size: 13px;
    font-weight: 400;
    color: grey;
}
.anchorMove a{
    display: none;
    color: #013861;
}
.modalBox:hover .anchorMove a{
    display: block;
}
/* ///////// Service Section End///////// */

.portfolioService{
    background: url("../image/core-bg.webp") no-repeat;
}
/* ///////// Testimonial Section Start///////// */
.testimonial{
    background: #ffffff;
    padding: 100px 0px !important;
}
.testimonial h2{
    -webkit-text-fill-color: #013861;
    -webkit-text-stroke: unset;
    font-size: 30px;
    text-align: center;
    letter-spacing: 1px;
    width: 85%;
    margin: auto;
    padding: 0px 0px 40px;
}
.testimonial img{
    width: 120px !important;
    margin: 0 auto;
}
.testimonial .slick-slider{
    width: 85%;
    margin: auto;
}

/* ///////// Testimonial Section End///////// */

/* //////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////  SERVICE PAGE END /////////////////////////////////// */

/* ////////////////////////////////// PROJECT PAGE Start /////////////////////////////////// */
/* /////////////////////////////////////////////////////////////////////////////////////// */

/* ///////// Project Header Start //////// */

.projectHeader{
    background: #000 url("../image/projectheader-bg.webp") no-repeat;
    overflow: visible;
    position: relative;
    background-size: cover;
    height: 50vh;
}
.projectHeader:before{
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    top: 0;
}.projectHeader .navbar{
    position: relative;
    z-index: 1;

}
.projectHeader-Text{
    padding: 0 3rem;
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    height: calc(100% - 150px);
}
.projectHeader-Text .textLeft{
    position: relative;
    color: #fff;
    padding: 30px 0px 0 60px;
    margin-bottom: 0;
    font-weight: 400;
    font-size: 13px;
    display: flex;
    align-items: center;
    height: calc(100% - 150px);

}
.projectHeader-Text .textLeft:before{
    content: "";
    position: absolute;
    width: 40px;
    height: 10px;
    border-bottom: 1px solid #fff;
    left: 0;
    bottom: 0;
    top: 21px;
    margin: auto;
}
.projectHeader-Text h2{
    color: #fff;
    font-size: 40px;
    padding-top: 10px;
}
.textRight p{
    color: #fff;
    font-size: 16px;
    font-weight: 100;
    line-height: 24px;
    letter-spacing: 0.5px;
    padding: 0;
    text-align: right;
}

/* ///////// Project Header End //////// */

/* ///////// Strategy Circle Section //////////// */
.strategy{
    padding: 100px 0px 50px;
}

.circleWrap {
    position: relative;
    width: 100%;
    height: 500px;
}
.imgdiv {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;

}

.imgdiv.aos-animate img {
    animation: rotate;
    -webkit-animation: rotate;
    animation-duration: 6s;
    -webkit-animation-duration: 6s;
    /* animation-iteration-count: 1;
    -webkit-animation-iteration-count: 5; */
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
}
.imgdiv h3{
    position: relative;
    top: -200px;
    font-size: 22px;
    font-weight: 600;
    width: 150px;
    left: 0;
    right: 0;
    margin: auto;
}
.inspire {
    position: absolute;
    width: 300px;
    top: 0;
    left: 62px;

}

.inspire:before {
    content: "";
    position: absolute;
    background: url("../icon/integ-line1.svg") no-repeat;
    width: 100px;
    height: 100px;
    top: 40px;
    right: -103px;
}

.inspire h4 {
    border-bottom: 1px solid;
    padding: 0px 0px 12px;
    font-size: 22px;
}

.disrupt{
    left: auto;
    right: 55px;
    top: 14px;

}
.disrupt::before {
    content: "";
    position: absolute;
    background: url("../icon/integ-line2.svg") no-repeat;
    top: 41px;
    left: -47px;

}
.develop{
    bottom: 12px;
    left: 400px;
    top: auto;
    right: 0;
    margin: auto;
}
.develop::before {
    content: "";
    position: absolute;
    background: url("../icon/integ-line1.svg") no-repeat;
    top: 3px;
    left: -38px;

}
/* ///////// Strategy Circle Section End //////////// */

/* ///////// Process Header Start //////// */
.processSec{
    background: #601fd6;
    padding: 80px 0px;
  
}
.process-h2 h2{
    color: #fff;
    font-size: 42px;
    font-weight: 700;
    text-align: center;
    padding: 0px 0px 30px;
}
.processWrap{
    position: relative;
    text-align: center;
}
.mbl-processInfoGraphic{
    display: none;
}
.processWrap img{
    width: 95%;
}
.processimgText{
    position: absolute;
    top: 215px;
    left: 0;
    right: 0;
    width: 390px;
    margin: auto;
    text-align: center;
}
.processimgText h3{
    color: #fff;
    color: #fff;
    font-weight: 400;
    font-size: 30px;
}
.processimgText p{
    padding: 6px 50px;
    font-size: 17px;
    color: #fff;
    font-weight: 100;
}
.processimgText a{
    text-decoration: none;
    font-size: 14px;
    color: #fff;
    transition: .5s ease-in-out;
}
.processimgText a:hover{
    color: #fdc600;
    transition: .5s ease-in-out;

}
/* ///////// Process Header End //////// */

/* //////// Description Section Start ///////// */
.descriptSec{
    padding: 80px 0px;
}
.descript-h2 h2{
    width: 350px;
    font-size: 32px;
    padding-left: 50px;

}
.descriptAnchor a{
    text-decoration: none;
    font-size: 13px;
    color: #601fd6;
    transition: .5s ease-in-out;
}
.descriptAnchor a:hover{
    transition: .5s ease-in-out;
    color:#ff646b ;
}

/* //////// Description Section End ///////// */

/* //////// Image Section End ///////// */
.imageSec{
    height: 440px;
    overflow: hidden;
    margin-bottom: 80px;
}
.imageImg{
    overflow: hidden;
}
.imageImg  img{
    width: 100%;
    transition: .5s ease-in-out;
}
.imageText-box .imageImg img, .imageImg  img:hover{
    transform: scale(1.08);
    transition: .4s ease-in-out;
}
.rightImg img{
    position: relative;
}
.imageSec .imgSpace{
    padding: 0;
}
.imageText-box{
    text-align: center;
    padding: 70px 0px;
    position: relative;
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: center;
}
.imageText-box h5 a{
    text-decoration: none;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 1px;
}
.imageText-box h4 a{
    text-decoration: none;
    text-transform: capitalize;
    font-size: 20px;
    color: #48484a;
}
.imageText-box:before{
    content: "";
    position: absolute;
    right: -22px;
    z-index: 1;
    height: 0;
    width: 0;
    border-bottom: 20px solid transparent;
    border-left: 26px solid #fff;
    border-top: 20px solid transparent;
    top: 0;
    bottom: 0;
    margin: auto;
}

.imageText-box1:before{
    left: -22px !important;
    border-left: 26px solid #fff !important;
    margin: inherit;
    top: 100px;
    transform: rotate(180deg);

}
/* //////// Image Section End ///////// */

/* //////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////  PROJECT PAGE END /////////////////////////////////// */

/* //////////////////////////////////  CARRER PAGE START /////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////// */

.careerSec{
    display: grid;
    grid-template-columns: 1fr;
    column-gap: 30px;
}

.careerTitle{
	border-bottom: none;
	padding-bottom: 20px;
}

.careerTitle h2{
	font-weight: 700;
	font-size: 40px;
	color: #013861;
}
.careerTitle p{
	width: 80%;
  margin: auto;
  font-size: 16px;
  border-bottom: 0;
  color: #535353;
	padding: 10px 0 15px;
}
.careerBox{
	border-bottom: 1px solid #c1c1c1;
	padding: 30px 4px;
	display: flex;
  justify-content: space-between;
  align-items: center;
}
.careerBox strong{
	color: #013861;
  font-size: 19px;
  font-weight: 700;
}
.careerBox p{
	font-size: 15px;
  margin: 10px 0;
  color: #535353;
  line-height: 1.4;
	width: 90%;
}
.careerBox a{
font-size: 14px;
  text-decoration: none;
  color: #fff;
  font-weight: 600;
  padding: 10px 30px 12px;
  display: block;
  border-radius: 30px;
  background: #0082c8;
border: 1px solid transparent;
	transition: .5s ease-in-out;
}
.careerBox a:hover{
	color: #0082c8;
	background: transparent;
	border: 1px solid #0082c8;
	transition: .5s ease-in-out;
}

.service .singleService h2, .careerDetailBox p strong{
	color: #013861;
  font-size: 19px;
  font-weight: 700;
}
.careerDetailBox p strong{
	font-size: 17px;
}
.service .singleService p, .service .singleService ul li{
font-size: 16px;
  padding-top: 8px;
  line-height: 1.5;
	width: 78%;
	color: #495f6f;
}
.service .singleService ul li{
	width: 80%;
}
.service .singleService ul li::marker{
	color: #d02222;
  font-size: 20px;
  line-height: 1;
}
.service .singleService h3{
font-weight: 600;
  font-size: 20px;
}

.details .singleService section .btn {
	padding-left: 0;
  margin-top: 10px;
}

.service .singleService a{
padding: 10px 40px;
  border-color: #0a64a1;
  background: #0a64a1;
  border-radius: 0;
  font-size: 16px;
  font-weight: 400;
  transition: .6s ease-in-out;
  color: #fff;
transition: .5s ease-in-out;
	border: 1px solid transparent;
}
.service .singleService a:hover{
	background: top;
  color: #0081c7;
  border: 1px solid #0081c7;
  transition: .5s ease-in-out;
}

.service .singleService .careerDetailBox{
text-align: left;
  border-radius: 6px;
  padding: 10px 20px 18px 0px;
  margin-bottom: 10px;
  padding-left: 0;
}

.service .singleService .careerDetailBox h3{
margin-bottom: 20px;
  font-size: 40px;
  background: linear-gradient( to right, #d02222 20%, #0081c7 80% );
    background-size: auto;
    background-clip: border-box;
 	 background-clip: text;
	-webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-size: 500% auto;
  animation: textShine 5s ease-in-out infinite alternate;
  line-height: 1.3;
  font-weight: 700;

}
.service .details{
	margin: auto;
	width: 85%;
}

.service .singleService .careerDetailBox p{
	width: auto;
}

.wpcf7-form .formField{
	display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  column-gap: 20px;
}

.wpcf7-form .formField p label{
	display: block;
}


.wpcf7-form .formField p label span input, .wpcf7-form .formField p label span select{
	width: 100%;
	background: #fff;
}

.wpcf7-form .formField .wpcf7-not-valid-tip{
	padding-top: 8px;
}

.wpcf7-form .wpcf7-submit{
	display: block;
  width: 200px;
  font-size: 16px;
  border-bottom: none;
  margin: auto;
    margin-top: auto;
  margin-top: 20px;
	border-color: #0a64a1;
  background: #0a64a1;
	transition: .5s ease-in-out;
	color: #fff;
	height: 52px !important;
}

.wpcf7-form .wpcf7-submit:hover{
	background: #fff;
  border: 1px solid #0082c8;
  color: #0082c8;
	transition: .5s ease-in-out;
}
.applySec .form-h2{
	margin-bottom: 30px;
}

.formField input, .formField select, .formField textarea{
	height: 50px !important;
}

.formField p input[type="file"]::file-selector-button {
			border-radius: 4px;
			padding: 0 16px;
			height: 40px;
			cursor: pointer;
			background-color: white;
			border: 1px solid rgba(0, 0, 0, 0.16);
			box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.05);
			margin-right: 16px;
			transition: background-color 200ms;
			margin-top: 10px;
		}

.formField p input[type="file"]::file-selector-button:hover {
			background-color: #f3f4f6;
		}


.formField p input[type="file"]::file-selector-button:active {
			background-color: #e5e7eb;
		}
.formField p .file span input{
	border-bottom: none;
}

.projectHeader-Text .row{
	align-items: flex-end;
}
.postDetails .beyondSec{
    display: flex;
	justify-content:space-around;
    align-items: center;
	padding: 50px 0;
}

.postDetails .beyondSec img{
	width: auto;
}

.postDetails .beyondSec h2{
	font-size: 45px;
	font-weight: 700;
	line-height: 1.1;
	color:#013861;
}

.postDetails .beyondSec h2 span{
	display: block;
	color: #ca2e9f;
}

.postDetails .beyondSec p{
	font-size: 16px;
	width: 85%;
	color: #757575;
	padding: 10px 0 0;
}
.postDetails .magicSec{
	text-align: right;
}
.postDetails .magicSec p{
	margin-left: auto;
}

.careerPage{
	background: #eeeeeefc;
}
.careerDetailBox p{
	margin-bottom: 0;
}
.service .singleService ul{
	padding-left: 20px;
}
.careerSec div:last-child{
	border-bottom: none;
}
/* //////////////////////////////////  CAREER PAGE END /////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////////// */

/* //////////////////////////////////  CONTACT PAGE START /////////////////////////////////// */
/* //////////////////////////////////////////////////////////////////////////////////////// */

/* ///// Contact Header Start ///// */
.contact-header{
    height: 50vh;
}
.contactHeader{
    background: #000 url("../image/contactTest-bg.jpg") no-repeat;
    background-size: cover;
    height: 100%;
    
    position: relative;
    z-index: 1;
}
.contact-innerHeader{
    padding: 20px 48px 60px;
    height: calc(100% - 100px);
    display: flex;
}
.contactForm{
    padding: 80px 0px;
}
.contact-innerHeader .textLeft{
    position: relative;
    padding-left: 50px;
    font-size: 13px;
    font-weight: 200;
    color: #fff;
    letter-spacing: 1px;
}

.contact-innerHeader .textLeft:before{
    content: "";
    position: absolute;
    width: 40px;
    height: 10px;
    border-bottom: 1px solid #fff;
    left: 0;
    top: 0;
}
.contact-innerHeader h2{
    color: #fff;
  font-weight: 600;
  font-size: 45px;
  padding: 0px 0px;

}
.form-h2 h2{
    font-size: 40px;
    font-weight: 400;
}
.contactForm input, .contactForm select, .contactForm textarea{
    border: none;
    outline: none;
    border-radius: 0;
    border-bottom: 1px solid #c7c7c7;
    height: 70px;
    box-shadow: none;
}
.contactForm label, .contactForm select{
    padding-top: 8px;
  font-size: 14px;
  font-weight: 400;
}
.contactForm .form-floating>label{
    top: 0px;
}
.contactForm select{
    height: 58px;
}
.form-floating label{
    padding-top: 20px;
}
.form-control:focus, .form-select:focus{
    border-color:#000 ;
}
.form-control:focus, .form-select:focus, .form-Btn button:focus{
    box-shadow: none;
}
.form-Btn button{
    padding: 10px 100px;
    border-color: #0a64a1;
    background: #0a64a1;
    border-radius: 0;
    font-size: 16px;
    font-weight: 400;
    transition: .6s ease-in-out;
    color: #fff;
}
.form-Btn button:hover{
    background: transparent;
    transition: .6s ease-in-out;
    color: #0a64a1;
    border-color: #0a64a1;
}

/* ///// Contact Header End ///// */

/* //////////////////////////////////////////////////////////////////////////////////////// */
/* //////////////////////////////////  CONTACT PAGE END /////////////////////////////////// */



/* //////// ABOUT PAGE KEY-FRAME START //////// */

@keyframes moveSlideshow {
    0% {
        background-position: 0;
    }

    100% {
        background-position: -1684px 0px;
    }
}
@keyframes moveSlideshow1 {
    0% {
        background-position: 0;
    }

    100% {
        background-position: -1684px 0px;
    }
}
@keyframes right-mover{
    0% { transform: translatex(0); }
    100% { transform: translatex(30px); }
}


/* //////// ABOUT PAGE KEY-FRAME END //////// */


/* //////// SERVICE PAGE KEY-FRAME START //////// */
@keyframes bgMove{
0% {
    background-position: 0 100%;
}
100% {
    background-position: 100% 100%;
}
}
/* //////// SERVICE PAGE KEY-FRAME END //////// */

/* ////////// PROJECT PAGE KEY FRAME ///////// */

@keyframes rotate {
    from {
        transform: rotate(-360deg);
    }

    to {
        transform: rotate(0deg);
    }

}

@keyframes textShine {
   0% {
        background-position: 0%;
    }
 
     100% {
        background-position: 100%;
    }
}

/* ////////// PROJECT PAGE KEY FRAME END///////// */


/* ////// Media Query //////// */
@media(max-width:1600px){
    .header video{
        width: 115%;
    }
}
@media(max-width:1400px){
    .header video{
        width: 130%;
        left: -10%;
    }
    .serviceHeader .top-h3{
        line-height: 58px;
        font-size: 55px;
    }
}
@media(max-width:1200px){
    .about-header{
        padding-left: 1rem;
    }
    .top-h3{
        padding-top: 0 !important;
        font-size: 34px;
        line-height: 34px;
    }
    .aboutFact p{
        font-size: 15px;
        line-height: 18px;
    }
    .serviceHeader{
        height: 100%;
    }
    .header video{
        width: 110%;
        left: 0;
    }
    .menu-icon{
        padding-right: 0 !important;
    }
    .service .partner-h2 h2{
        line-height: 37px;
        font-size: 27px;
    }
    .serviceHeader .top-h3{
        line-height: 48px;
        font-size: 45px;
    }
    .inspire{
        left: 0;
    }
    .disrupt.inspire{
        right: 0;
        left: auto;
        top: 32px;
    }
    .develop.inspire{
        left: 400px;
    }
    .processimgText{
        top: 180px;
    }
    .projectHeader-Text{
        padding: 0 1rem;
    }
}
@media(max-width:992px){
    .innerHeading h4{
        font-size: 20px;
    }
    .story{
        padding: 30px 0;
    }
    .serviceHeader .top-h3{
        line-height: 38px;
        font-size: 36px;
    }
    .header video{
        width: 140%;
        left: -20%;
    }
    .imgdiv img{
        width: 220px;
    }
    .imgdiv h3{
        top: -130px;
        font-size: 15px;
    }
    .circleWrap{
        height: 370px;
    }
    .inspire{
        width: 200px;
        top: -30px;
    }
    .inspire h4{
        font-size: 18px;
    }
    .inspire p{
        font-size: 14px;
    }
    .develop.inspire{
        left: 290px;
        top: auto;
    }
    .disrupt.inspire{
        top: -10px;
    }
    .desktopImg{
        display: none;
    }
    .mbl-processInfoGraphic{
        display: block;
        max-width: 500px;
        margin: 0 auto 20px;
    }
    .processimgText{
        position: static;
        width: 450px;
    }
	.postDetails .beyondSec h2, .careerTitle h2{
		font-size: 30px;
	}
	.postDetails .beyondSec p, .careerTitle p{
		font-size: 14px;
	}
	.careerBox a{
		width: 140px;
	}
}
@media  (max-width : 768px){
    .about-header{
        padding: 0 20px;
    }
    .textRight p{
        text-align: left;
    }
    .story-para p{
        width: fit-content;
    }
    .whatPara-h2 p {
        width: fit-content;
    }
    .innerHeading h4 {
        font-size: 20px;
    }
    .innerHeading h4:after{
        top: 60px;
    }
    .missionSec{
        height: auto;
        background: none;
    }
    .missionPara p{
        width: 100%;
    }
    .header.services{
        height: 400px !important;
    }
    .xsNone{
        display: none;
    }
    .service{
        padding: 30px 0;
    }
    .service .partner-h2 h2{
        padding: 0 0 0 20px;
    }
    .innerBox-service .col-sm-12.col-xs-12{
        width: 50%;
    }
    .testimonial{
        padding: 30px 0 !important;
    }
    .testimonial h2{
        font-size: 20px;
        padding: 0;
    }
    .imgdiv{
        display: none;
    }
    .inspire{
        position: static;
        width: 100%;
        position: relative;
        left: 0 !important;
        padding-top: 30px;
        padding-left: 45px;
        background: url(/assets/image/orange-bullet.svg) top 7px left no-repeat;
    }
    .inspire:before{
        content: "Inspire";
        background: none;
        top: 0;
        left: 45px !important;
        font-size: 20px;
        width: auto;
        height: auto;
    }
    .develop.inspire:before{
        content: 'Disrupt';
    }
    .disrupt.inspire{
        content: 'Develop';
    }
    .inspire h4{
        font-size: 16px;
        border: none;
        padding: 0;
    }
    .descriptSec{
        padding: 30px 0px;
    }
    .descript-h2 h2{
        padding-left: 0;
        width: 100%;
    }
    .imageSec{
        margin-bottom: 30px;
    }
    .processimgText{
        width: auto;
    }
    .contactForm{
        padding: 30px 0;
    }
	.wpcf7-form .formField {
  		grid-template-columns: 1fr 1fr;
	}
	.form-h2 h2{
		font-size: 30px;
	}
	.careerTitle p {
		width: 80%;
	}
	.service .container{
		max-width: 100%;
	}
	.service .details{
		width: 100%;
		padding: 0 20px;
	}
	.service .singleService p, .service .singleService ul li{
		width: 100%;
	}
}

@media (max-width: 767px){
	.postDetails .beyondSec{
		flex-direction: column;
	}
	.postDetails .beyondSec p, .careerTitle p{
		width: 100%;
	}
	.postDetails .beyondSec{
		padding: 30px 0;
	}
	.beyondSec div:nth-child(2){
		order: 1;
		
	}
	.beyondSec div:nth-child(1){
		order: 2;
		padding-top: 20px;
	}
	.magicSec div:nth-child(2){
		order: 2;
		padding-top: 20px;
	}
	.magicSec div:nth-child(1){
		order: 1;
	}
}


@media (max-width:574px){
    .story {
        padding: 20px 0px;
    }
    .story .col-sm-6.col-xs-6{
        width: 50%;
    }
    .aboutHeader .partner-h2 h2 {
        font-size: 24px;
        line-height: 20px;
    }
    .top-h3 {
        font-size: 18px;
        line-height: 20px;
    }
    .about-header p {
        text-align: unset;
        width: fit-content;
        font-size: 16px;
        margin-bottom: 0;
        line-height: 20px;
    }
    .missionSec{
        height: auto;
    }
    .missionPara p {
        width: fit-content;
    }
    .whatDo{
        padding: 30px 0;
    }
    .header.services{
        height: 340px !important;
    }
    .serviceHeader .top-h3{
        line-height: 33px;
        font-size: 32px;
    }
    .testimonial .slick-slider {
        margin-right: 30px;
    }
	.postDetails .beyondSec img{
		width: 250px;
	}
	.service .singleService .careerDetailBox h3{
		font-size: 30px;
	}
	.careerSec .careerBox{
		flex-direction: column;
		gap: 20px;
	}
	.careerSec .careerBox div:nth-child(2){
		margin-right: auto;
	}
}
@media(max-width:480px){
    .header video{
        width: 190%;
        left: -40%;
    }
    .serviceHeader .about-header{
        padding: 0 1.5rem;
    }
    .serviceHeader .top-h3{
        line-height: 31px;
        font-size: 27px;
    }
    .innerBox-service .col-sm-12.col-xs-12{
        width: 100%;
    }
    .modalBox{
        height: auto;
    }
    .testimonial h2{
        font-size: 16px;
    }
	.wpcf7-form .formField {
  		grid-template-columns: 1fr;
	}
	.formField input, .formField select, .formField textarea {
		height: 36px !important;
	}
	.formField p .file span input{
		height: 52px !important;
	}
	.careerTitle p{
		width: 90%;
	}
	.postDetails .careerSec{
		grid-template-columns: 1fr;
	}
    
}