@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;600;700;800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@700&display=swap');

.position_relative{
	position: relative;
}
.page-template-write-about {background-color: #fff;font-size: 18px; line-height: 1.8; color:#424242;font-family: 'Manrope', sans-serif;font-weight: 400;}
.header-menu-wrapper{ font-family: 'Albert Sans';}

/*.page-template-write-about header {background-color: #fff;}*/
.page-template-write-about .menu ul li a {color: #fff;}
.page-template-write-about #menu-header-sub-menu li.touch_btn a {border-color: #fff;color: #0680DE; background-color: #fff}
.page-template-write-about .nav-icon3 span {background-color: #fff;}
.page-template-write-about .corporate-video a span svg path.circular-icon {fill: #fff;}
.page-template-write-about #menu-header-sub-menu li.touch_btn a:hover {background: transparent;color: #fff;}
.page-template-write-about header .ganpatiji.header-ganpati-icon img {object-position: -37px 0px;}
.page-template-write-about .header_type_2 .schedule-call a svg path {fill: #fff;}
.page-template-write-about .darkHeader.header_type_2 .schedule-call a svg path {fill: #fff;}
.page-template-write-about.shshowcancel header {background-color: transparent;}
.page-template-write-about.shshowcancel .header_type_2 .schedule-call a svg path {fill: #fff;}

/* common css */
.bg-light-blue{
    background-color: #E7F3FC;
}

.page-template-write-about .header_type_2 .logo_white_cool{
    display: inline-block;
}
.page-template-write-about .header_type_2 .logo_black_cool{
    display: none;
}
.page-template-write-about .darkHeader.header_type_2 #menu-header-sub-menu li.touch_btn a,
.page-template-write-about.shshowcancel .header_type_2 #menu-header-sub-menu li.touch_btn a{
    background-color: transparent;
}

.page-template-write-about .darkHeader.header_type_2 #menu-header-sub-menu li.touch_btn a:hover,
.page-template-write-about.shshowcancel .header_type_2 #menu-header-sub-menu li.touch_btn a:hover{
    background-color: #0680DE;
    color: #fff;
}

p{
    margin-bottom: 0px;
    font-weight: 500;
}

.section-gap{
    padding: 100px 0;
    position: relative;
    z-index: 2;
}

.title-wrapper{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin-bottom: 50px;
}

.section-title{
    font-size: 36px;
    line-height: 48px;
    font-weight: 700;
    border-radius: 15px;
    background-color: #0680DE;
    padding: 15px 25px;
    text-align: center;
    margin: 0 0 50px 0;
    position: relative;
    color: #fff;
    text-transform: capitalize;
}

.title-style,
.title-style:before,
.title-style:after{
    background-color: #0680DE;
    border-radius: 50%;
}

.title-style{
    position: absolute;
    width: 16px;
    height: 16px;
    right: -25px;
    top: -20px;
}

.title-style:before,
.title-style:after{
    content: '';
    position: absolute;
}

.title-style:before{
    opacity: 0.8;
    width: 12px;
    height: 12px;
    top: 22px;
    right: 2px;
}

.title-style:after{
    opacity: 0.5;
    width: 6px;
    height: 6px;
    right: 22px;
    top: 4px;
}

.section-sub-text{
    background: rgba(6, 128, 222, 0.1);
    border-radius: 9px;
    display: inline-block;
    font-size: 22px;
    line-height: 1.3;
    font-weight: 600;
    padding: 12px 24px;
    text-align: center;
    position: relative;
}

.section-sub-title{
    font-size: 26px;
    line-height: 1.2;
    font-weight: 700;
    color: #0680DE;
    background: #D3ECFF;
    border-radius: 15px 15px 0px 0px;
    border-bottom: 4px solid #0680DE;
    padding: 12px 24px;
    text-align: center;
}

.bg-blue .section-sub-title{
    color: #fff;
    background-color: #0074CE;
    border-bottom-color: #fff;
}

.our-approach .content-wrapper p:first-child,
.our-challenges .content-wrapper p:first-child,
.our-solution .content-wrapper p:first-child{
    margin-bottom: 30px;
}

.common-grid-section{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 90px;
}

/*.common-content{
    margin-top: 70px;
}*/

.common-content p:first-child{
    margin-bottom: 30px;
}

.common-content.bottom-content{
    width: 70%;
    margin: 70px auto 0;
}

.bg-blue{
    background-color: #0680DE;
}

.image-style-wrapper{
    background: rgba(6, 128, 222, 0.05);
    border: 1px solid #0680DE;
    box-shadow: 15px 15px 0px rgba(6, 128, 222, 0.2);
    border-radius: 15px;
    padding: 18px;
}

.bg-blue .image-style-wrapper{
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.5);
    box-shadow: 15px 15px 0px rgba(0, 72, 128, 0.2);
}

.bg-blue .common-content{
    color: #fff;
}

.section-alt-content .title-wrapper{
    align-items: flex-start;
}

.center-content-wrapper .image-style-wrapper{
    width: 80%;
    margin: 0 auto;
}

.border-style-wrapper{
    border: 2px dashed #746E6D;
}

.common-circle-gradient{
    position: absolute;
    width: 860px;
    height: 860px;
    left: 50%;
    transform: translateX(-50%);
    background: linear-gradient(90deg, rgb(31 157 254/20%) 0%, rgb(0 110 196/20%) 100%);
}

.common-circle-gradient,
.common-circle-gradient:before,
.common-circle-gradient:after{
    border-radius: 100%;
}

.common-circle-gradient:before,
.common-circle-gradient:after{
    content: '';
    position: absolute;
    display: inline-block;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    background: linear-gradient(270deg, rgb(31 157 254/20%) 0%, rgb(0 110 196/20%) 100%);
}

.common-circle-gradient:before{
    width: 698px;
    height: 698px;
}

.common-circle-gradient:after{
    width: 512px;
    height: 512px;
}

.banner-circle-gradient{
    top: -170px;
}

.footer-circle-gradient{
    bottom: -430px;
}

.left-circle-pattern:after,
.right-circle-pattern:after{
    content: '';
    position: absolute;
    width: 392px;
    height: 392px;
    border-radius: 100%;
    z-index: -1;
}

.left-circle-pattern:after{
    background-color: #D1E8F9;
    left: -336px;
    top: 15%;
}

.right-circle-pattern:after{
    background-color: #E7F3FC;
    right: -336px;
    top: 40%;
}

.our-challenges.right-circle-pattern:after{
    top: 25%;
}

.our-solution.left-circle-pattern:after{
    top: 40%;
}

.dot{
    display: inline-block;
    height: 12px;
    width: 12px;
    border-radius: 50%;
    position: absolute;
}

.dot-small{
    width: 34px;
    height: 34px;
}

.dot-med{
    width: 40px;
    height: 40px;
}

.dot-large{
    width: 50px;
    height: 50px;
}

.dot-big{
    width: 100px;
    height: 100px;
}

.dot.pink,
.dot.circle-left-pink{
    background-color: #FE3F2C;
}

.dot.blue{
    background-color: #0074FB;
}

.dot.green,
.dot.circle-left-green{
    background-color: #08BD91;
}

.dot.yellow,
.dot.circle-left-yellow{
    background-color: #FEBA00;
}

.common-content-img {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
    width: 436px;
    z-index: 1;
}

.common-content-img:before,
.common-content-img:after{
    content: '';
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 100%;
    z-index: -1;
}

.common-content-img:before{
    width: 436px;
    height: 436px;
    background-color: #D7EBFC;
    bottom: -210px;
}

.common-content-img:after{
    background: #B7DBFC;
    width: 315px;
    height: 315px;
    bottom: -157px;
}

.project-overview .common-content-img,
.our-challenges .common-content-img{
    margin-right: auto;
}

.our-approach .common-content-img,
.our-solution .common-content-img{
    margin-left: auto;
}
/* */

/* banner section */
.banner-section-wrapper{
    background-color: #0680DE;
    padding: 330px 0 215px;
    position: relative;
    min-height: 835px;
}

.banner-section-wrapper:before,
.banner-section-wrapper:after{
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    border-radius: 100%;
}

.banner-section-wrapper:before{
    width: 860px;
    height: 860px;
    background: linear-gradient(270deg, rgb(31 157 254/20%) 0%, rgb(0 110 196/20%) 100%);
    left: -630px;
    top: 220px;
}

.banner-section-wrapper:after{
    width: 700px;
    height: 700px;
    background: linear-gradient(90deg, rgb(31 157 254/20%) 0%, rgb(0 110 196/20%) 100%);
    left: -550px;
    top: 300px;
}

.banner-section-wrapper .row{
    align-items: flex-start;
    position: relative;
}

.banner-content-wrapper{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    height: 100%;
}

.banner-label{
    font-size: 12px;
    line-height: 1.2;
    text-transform: uppercase;
    font-weight: 700;
    border: 1px solid #F7F7F7;
    border-radius: 20px;
    padding: 12px 20px;
    margin-bottom: 20px;
    color: #fff;
    position: relative;
    z-index: 2;
}

.banner-title{
    font-size: 70px;
    line-height: 1.4;
    font-weight: 800;
    margin-bottom: 15px;
    color: #fff;
    position: relative;
    z-index: 2;
}

.banner-content-wrapper p{
    color: rgb(255 255 255/70%);
    width: 62%;
    line-height: 1.7;
    position: relative;
    z-index: 2;
}

.banner-content-wrapper b{
    font-weight: 600;
    color: #fff;
}

.banner-bg-style{
    position: relative;
}

.banner-image img {
    position: absolute;
    top: 37px;
    z-index: 2;
}
/* */

/* project overview */
.project-overview .dot.pink{
    top: 12%;
    left: 20%;
}

.project-overview .dot.blue{
    right: 6%;
    top: 74%;
}

.project-overview{
    padding: 280px 0 100px 0;
    position: relative;    
}

.project-overview:before {
    content: '';
    position: absolute;
    top: 0;
    width: 100%;
    height: 230px;
    background-color: #fff;
}
/* */

/* our approach */
.our-approach .dot.green{
    top: 17%;
    left: 14%;
}

.our-approach .dot.pink{
    right: 10%;
    top: 55%;
}

.grid-item-wrap{
    width: 240px;
    display: flex;
    flex-direction: column;
    align-items: center;
    background: #0680DE;
    border-radius: 20px;
}

.grid-img-wrap{
    width: 100%;
    display: flex;
    justify-content: center;
    min-height: 195px;
}

.grid-name{
    color: #fff;
    font-weight: 700;
    width: 100%;
    display: flex;
    justify-content: center;
    text-align: center;
    padding: 12px 0;
    border-top: 1px solid #FFFFFF;
    line-height: 1.5;
}
/* */

/* our challenge */
.our-challenges .dot.yellow{
    top: 5%;
    left: 10%;
}

.challenges-grid{
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 175px;    
}

.challenges-grid-img{
    width: 110px;
    height: 110px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    margin-bottom: 35px;
}

.challenges-grid-img svg{
    position: relative;
}

.challenges-grid-img,
.challenges-grid-img:before{
    border-radius: 100%;
}

.challenges-grid-name{
    letter-spacing: 0.01em;
    font-weight: 600;
    text-align: center;
    min-height: 65px;
    display: flex;
    align-items: center;
}

.grid-red{
    background-color: #F0BCC4;
}

.grid-green{
    background-color: #C9EBE0;
}

.grid-black{
    background-color: #B8B8B8;
}

.grid-yellow{
    background-color: #FFE3B8;
}

.grid-blue{
    background-color: #B9DBF6;
}
/* */

/* our solution */
.our-solution .dot.pink{
    top: 8%;
    right: 12%;
}

.our-solution .dot.green{
    bottom: 45%;
    right: 7%;
}

.our-solution .dot.circle-left-pink{
    bottom: 10%;
    left: 7%;
}

.key-points-wrapper{
    margin-top: 30px;
}

.key-points-wrapper h5{
    font-weight: 700;
    font-size: 18px;
    margin-bottom: 40px;
}

.key-points-listing-wrapper{
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    justify-content: space-between;
}

.key-points-listing-wrapper li{
    position: relative;
    width: 45%;
    padding-left: 45px;
    margin-bottom: 30px;
}

.key-points-listing-wrapper li span{
    background: #D9EDFC;
    border-radius: 10px;
    display: inline-block;
    padding: 12px 20px;
    font-weight: 600;
    letter-spacing: 0.01em;
}

.key-points-listing-wrapper li:before,
.key-points-listing-wrapper li:after{
    content: '';
    position: absolute;
    border-radius: 50%;
}

.key-points-listing-wrapper li:before{
    left: 0px;
    top: 13px;
    width: 30px;
    height: 30px;
    background-color: rgb(6 128 222/0.1);
}

.key-points-listing-wrapper li:after{
    width: 12px;
    height: 12px;
    background-color: #0680DE;
    left: 9px;
    top: 22px;
}

.our-solution .common-content-img{

}
/* */

/* technology stack */
.technology-stack .dot.green{
    right: 12%;
    bottom: 32%;
}

.technology-stack .dot.blue{
    left: 10%;
    bottom: 17%;
}

.technology-stack-grid{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 100px;
}

.technology-stack-item{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    text-align: center;
    width: 163px;
    border: 1px solid #0680DE;
    box-shadow: 10px 10px 0px #e7f3fc;
    border-radius: 20px;
    margin: 0 37px;
}

.technology-stack-item:nth-child(-n+5){
    margin-bottom: 50px;
}

.technology-img-wrap{
    min-height: 154px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    background-color: #fff;
    position: relative;
    border-radius: 18px 18px 0px 0px;
}

.technology-title{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 5px 0;
    background-color: #0680DE;
    border-radius: 0px 0px 18px 18px;
    font-size: 16px;
    line-height: 27px;
    letter-spacing: 0.01em;
    color: #fff;
}
/* */

/* features */
.features-section>.dot.pink{
    left: 5%;
    top: 3%;
}

.features-section>.dot.yellow{
    top: 12%;
    right: 5%;
}

.feature-image-wrapper{
    position: relative;
}

.feature-image-wrapper .dot.yellow.dot-big{
    right: 17%;
    bottom: 0;
    z-index: 1;
}

.dot.green.dot-large{
    right: 15%;
    top: 4%;
}

.feature-image-wrapper .dot.blue.dot-med{
    right: 3%;
    bottom: -10%;
}

.feature-image-wrapper .dot.pink.dot-small{
    left: 5%;
    bottom: 2%;    
}

.feature-image-wrapper .dot.blue.dot-mid{
    width: 32px;
    height: 32px;
    left: 8%;
    top: -2%;
}

.feature-image {
    background-color: #0680DE;
    position: relative;
    -webkit-clip-path: ellipse(78% 48% at center);
    clip-path: ellipse(78% 48% at center);
}

.feature-image:before{
    content: '';
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: linear-gradient(180.19deg, rgba(0, 0, 0, 0) 77.98%, #000000 99.84%, #000000 99.84%), linear-gradient(179.75deg, #000000 0.21%, rgba(0, 0, 0, 0) 16.84%);
    opacity: 0.3;
}

.feature-image img{ 
    width: 100%;
}
/* */

/* high interest content */
.high-interest-content{
    padding-top: 200px;
    position: relative;
}

.high-interest-content>.pink{
    bottom: 17%;
    left: 10%;
}

.high-interest-content>.green{
    right: 15%;
    top: 22%;
}
/* */

/* authentic writing */
.authentic-writing .dot.yellow{
    left: 4%;
    top: 25%;
}

.authentic-writing .dot.green{
    right: 6%;
    bottom: 15%;
}
/* */

/* focused writing tool */
.focused-writing .dot.blue{
    left: 5%;
    top: 18%;
}
/* */

/* safe student */
.safe-student .dot.yellow{
    left: 8%;
    top: 28%;
}

.safe-student .dot.green{
    right: 12%;
    bottom: 17%;
}
/* */

/* personalised instruction */
.personalised-instruction .dot.yellow{
    right: 8%;
    top: 28%;
}

.personalised-instruction .dot.pink{
    left: 32%;
    bottom: 9%;
}

.common-content-list-item{
    display: flex;
    align-items: center;
}

.common-content-list-item:not(:last-child){
    margin-bottom: 30px;
}

.common-content-list-item span{
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    position: relative;
    margin-right: 25px;
    color: #0680DE;
    font-weight: 800;
}

.common-content-list-item span:after {
    content: '';
    position: absolute;
    background-color: #D0E7F9;
    width: 48px;
    height: 48px;
    left: 0px;
    top: 0px;
    border-radius: 50%;
}

.common-content-list-item span .order-num {
    position: relative;
    z-index: 1;
}

.common-content-list-item label{
    background: #0680DE;
    border-radius: 40px;
    padding: 8px 20px;
    margin: 0;
    color: #fff;
    font-weight: 700;
}

.circle-pattern{
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 50%;
    height: 48px;
    width: 48px;
    margin: 0px 0 0 0px;
    border: 3px solid transparent;
    border-top: 3px solid #0680DE;
    border-bottom: 3px solid #0680DE;
    z-index: 1;
}

.order-one .circle-pattern{
    transform: rotate(90deg);
}

.order-two .circle-pattern{
    transform: rotate(45deg);
}

.order-three .circle-pattern{
    transform: rotate(135deg);
}

.order-four .circle-pattern{
    transform: rotate(45deg);
}
/* */

/* data mangement */
.data-management .dot.yellow{
    bottom: 25%;
    left: 10%;
}

.data-management .dot.green{
    right: 15%;
    top: 42%;
}
/* */

/* customization */
.customization .dot.blue{
    top: 30%;
    left: 7%;
}

.customization .dot.yellow{
    right: 7%;
    bottom: 15%;
}
/* */

/* footer */
.footer-section{
    padding: 80px 0 130px;
    position: relative;
    overflow: hidden;
}

.footer-section .dot.yellow{
    right: 5%;
    top: 18%;
}

.footer-section .dot.pink{
    right: 4%;
    bottom: 15%   
}

.footer-section .circle-left-yellow{
    left: 3%;
    top: 15%;
}

.footer-section .circle-left-green{
    left: 10%;
    bottom: 25%;
}

.footer-section .circle-left-pink{
    left: 20%;
    top: 20%;
}

.footer-thankyou-section{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
}

.foot-logo,
.thankyou-title{
    margin-bottom: 80px;
}

.thankyou-title{
    font-weight: 700;
    font-size: 48px;
    line-height: 1.5;
    font-family: 'Poppins', sans-serif;
    text-transform: capitalize;
    color: #fff;
}

.contact-btn-wrapper {
    display: flex;
}

.theme_contactbtn{
    background: #FFFFFF;
    box-shadow: 10px 10px 0px #0776CD;
    border-radius: 15px;
    font-size: 24px;
    line-height: 1.3;
    font-weight: 600;
    color: #0680DE;
    padding: 22px 40px;
    transition: all 0.4s linear;
    border: 2px solid #fff;
}

.theme_contactbtn:hover{
    box-shadow: none;
    color: #fff;
    background-color: transparent;
}
/* */

.wow.animated {
    animation-iteration-count: inherit;
}

/* keyframes classes */
.zoom-in-out {
    animation: zoom-in-zoom-out 2s ease-out infinite;
}

.light-red-blink{
  -webkit-animation: light-red-blink 2s;
  animation: light-red-blink 2s;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out;
}

.light-green-blink{
  -webkit-animation: light-green-blink 2s;
  animation: light-green-blink 2s;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out;
}

.light-black-blink{
  -webkit-animation: light-black-blink 2s;
  animation: light-black-blink 2s;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out;
}

.light-yellow-blink{
  -webkit-animation: light-yellow-blink 2s;
  animation: light-yellow-blink 2s;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out;
}

.light-blue-blink{
  -webkit-animation: light-blue-blink 2s;
  animation: light-blue-blink 2s;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out;
}
/* */

/* zoom in and out keyframes */
@keyframes zoom-in-zoom-out {
  0% {
    transform: scale(1, 1);
  }
  50% {
    transform: scale(1.3, 1.3);
  }
  100% {
    transform: scale(1, 1);
  }
}
/* */

@keyframes light-red-blink{
  0% {
    box-shadow: 0px 0px 0px 10px rgb(250 231 234 / 20%);
  }
  50%{
    box-shadow: 0px 0px 0px 20px rgb(250 231 234 / 80%);
  }
  100% {
    box-shadow: 0px 0px 0px 10px rgb(250 231 234 / 20%);
  }
}

@keyframes light-green-blink{
  0% {
    box-shadow: 0px 0px 0px 2px rgb(236 248 244 / 20%);
  }
  50%{
    box-shadow: 0px 0px 0px 20px rgb(236 248 244 / 80%);
  }
  100% {
    box-shadow: 0px 0px 0px 2px rgb(236 248 244 / 20%);
  }
}

@keyframes light-black-blink{
  0% {
    box-shadow: 0px 0px 0px 2px rgb(230 230 230 / 20%);
  }
  50%{
    box-shadow: 0px 0px 0px 20px rgb(230 230 230 / 80%);
  }
  100% {
    box-shadow: 0px 0px 0px 2px rgb(230 230 230 / 20%);
  }
}

@keyframes light-yellow-blink{
  0% {
    box-shadow: 0px 0px 0px 2px rgb(255 245 230 / 20%);
  }
  50%{
    box-shadow: 0px 0px 0px 20px rgb(255 245 230 / 80%);
  }
  100% {
    box-shadow: 0px 0px 0px 2px rgb(255 245 230 / 20%);
  }
}

@keyframes light-blue-blink{
  0% {
    box-shadow: 0px 0px 0px 2px rgb(230 242 252 / 20%);
  }
  50%{
    box-shadow: 0px 0px 0px 20px rgb(230 242 252 / 80%);
  }
  100% {
    box-shadow: 0px 0px 0px 2px rgb(230 242 252 / 20%);
  }
}
/**/
.lets-talk-section {
    color: #fff;
    position: relative;
}
.lets-talk-section .text-orange {
    color: #fff;
}
.footer-casestudy-section {
    border: none;
}
.footer-casestudy-details h5 {
    color: #424242;
}
.footer-casestudy-wrapper:hover h5{
	color: #0680DE;
}


/* responsive css  */
@media (min-width: 1400px) {
	
	.section-content-wrapper .container{
		max-width: 1180px;
	}

	.container {
	    max-width: 1320px;
	}

	.section-alt-content .container {
	    max-width: 1440px;
	}
}

@media (max-width: 1800px) {
	
	.banner-title{
		font-size: 64px;
	}

	.banner-content-wrapper p{
		width: 68%;
	}

	.banner-image img{
		top: 0px;
	}

	.project-overview{
		padding: 250px 0 90px 0;
	}

	.section-title{
		font-size: 34px;
    	line-height: 46px;
	}

	.high-interest-content{
		padding-top: 170px;
	}

	.section-sub-title{
		font-size: 24px;
	}

	.footer-section{
		padding: 70px 0 120px;
	}

	.thankyou-title{
		font-size: 46px;
	}
}

@media (max-width: 1600px) {

	.banner-section-wrapper{
		padding: 280px 0 170px;
		min-height: 790px;
	}

	.banner-title {
	    font-size: 60px;
	}

	.banner-circle-gradient {
	    top: -150px;
	}

	.common-circle-gradient,
	.banner-section-wrapper:before{
		width: 820px;
    	height: 820px;
	}

	.common-circle-gradient:before,
	.banner-section-wrapper:after{
	    width: 658px;
	    height: 658px;	
	}

	.common-circle-gradient:after {
	    width: 492px;
	    height: 492px;
	}

	.banner-section-wrapper:before{
		left: -650px;
		top: 200px;
	}

	.banner-section-wrapper:after{
		left: -570px;
		top: 280px;
	}

	.footer-circle-gradient {
	    bottom: -450px;
	}

	.banner-image img {
	    top: 6px;
	}

	.project-overview:before{
		height: 200px;
	}

	.section-title {
	    font-size: 32px;
	    line-height: 44px;
	    margin: 0 0 40px 0;
	}

	.title-style{
		width: 14px;
	    height: 14px;
	    right: -28px;
	    top: -22px;
	}

	.title-style:before{
		width: 10px;
		height: 10px;
		top: 20px;
	}

	.title-style:after{
		width: 5px;
		height: 5px;
		right: 20px;
	}

	.section-sub-text{
		font-size: 20px;
		padding: 10px 20px;
	}

	.section-gap{
		padding: 85px 0;
	}

	.common-grid-section{
		margin-top: 75px;
	}

	.grid-img-wrap{
		min-height: 185px;
	}

	.grid-img-wrap img{
		width: 70px;
	}

	.challenges-grid-img{
		margin-bottom: 25px;
	}

	.high-interest-content {
	    padding-top: 150px;
	}

	.footer-section {
	    padding: 65px 0 110px;
	}

	.foot-logo, .thankyou-title {
	    margin-bottom: 70px;
	}

	.thankyou-title {
	    font-size: 44px;
	}

	.theme_contactbtn{
		font-size: 22px;
		padding: 20px 36px;
	}
}

@media (max-width: 1399px) {

	.left-circle-pattern:after, .right-circle-pattern:after{
		width: 372px;
		height: 372px;
	}

	.left-circle-pattern:after{
		left: -316px;
		top: 17%;
	}

	.right-circle-pattern:after{
		right: -316px;
		top: 42%;
	}

	.page-template-write-about{
		font-size: 16px;
		line-height: 1.7;
	}
	
	.banner-section-wrapper {
	    padding: 250px 0 150px;
	    min-height: 700px;
	}

	.banner-label{
		font-size: 10px;
		padding: 10px 18px;
	}

	.banner-title {
	    font-size: 56px;
	}

	.banner-content-wrapper p {
	    width: 75%;
	}

	.banner-circle-gradient {
	    top: -130px;
	}

	.common-circle-gradient, .banner-section-wrapper:before {
	    width: 720px;
	    height: 720px;
	}

	.common-circle-gradient:before, .banner-section-wrapper:after {
	    width: 578px;
	    height: 578px;
	}

	.common-circle-gradient:after {
	    width: 412px;
	    height: 412px;
	}

	.banner-section-wrapper:before {
	    left: -600px;
	    top: 175px;
	}

	.banner-section-wrapper:after {
	    left: -520px;
	    top: 255px;
	}

	.project-overview {
	    padding: 220px 0 80px 0;
	}

	.project-overview:before {
	    height: 180px;
	}

	.title-wrapper{
		margin-bottom: 40px;
	}

	.section-title {
	    font-size: 30px;
	    line-height: 42px;
	    margin: 0 0 35px 0;
	    padding: 12px 22px;
	}

	.section-sub-text {
	    font-size: 18px;
	    padding: 8px 18px;
	}

	.common-grid-section {
	    margin-top: 65px;
	}

	.grid-item-wrap{
		width: 220px;
	}

	.grid-img-wrap {
	    min-height: 170px;
	}

	.grid-img-wrap img {
	    width: 65px;
	}

	.grid-name{
		padding: 10px 0;
	}

	.challenges-grid{
		width: 160px;
	}

	.challenges-grid-img{
		width: 100px;
	    height: 100px;
	}

	.challenges-grid-img svg{
		width: 34px;
	}

	.key-points-listing-wrapper li{
		width: 47%;
		padding-left: 40px;
	}

	.key-points-listing-wrapper li:before{
		width: 25px;
		height: 25px;
    	top: 12px;
	}

	.key-points-listing-wrapper li:after{
		width: 8px;
    	height: 8px;
    	top: 20px;
	}

	.key-points-listing-wrapper li span{
		padding: 10px 16px;
	}

	.technology-stack-grid{
		margin-top: 80px;
	}

	.technology-stack-item{
		margin: 0 27px;
	}

	.technology-stack-item:nth-child(-n+5) {
	    margin-bottom: 45px;
	}

	.dot-large {
	    width: 40px;
	    height: 40px;
	}

	.feature-image-wrapper .dot.blue.dot-mid{
		width: 26px;
		height: 26px;
	}

	.dot-big {
	    width: 80px;
	    height: 80px;
	}

	.dot-med {
	    width: 30px;
	    height: 30px;
	}

	.dot-small {
	    width: 28px;
	    height: 28px;
	}

	.high-interest-content {
	    padding-top: 130px;
	}

	.section-sub-title {
	    font-size: 22px;
	    padding: 10px 20px;
	}

	.common-content-list-item span{
		width: 44px;
    	height: 44px;
	}

	.circle-pattern{
		height: 44px;
    	width: 44px;
	}

	.common-content-list-item span:after{
		width: 44px;
    	height: 44px;
	}

	.common-content-list-item label{
		padding: 8px 18px;
	}

	.footer-circle-gradient {
	    bottom: -350px;
	}

	.foot-logo, .thankyou-title {
	    margin-bottom: 60px;
	}

	.thankyou-title {
	    font-size: 42px;
	}

	.theme_contactbtn {
	    font-size: 20px;
	    padding: 18px 32px;
	}

	.our-approach .content-wrapper p:first-child, 
	.our-challenges .content-wrapper p:first-child, 
	.our-solution .content-wrapper p:first-child {
	    margin-bottom: 25px;
	}

	.challenges-grid-name{
		min-height: 55px;
	}

}

@media (max-width: 1199px) {

	.banner-section-wrapper {
	    padding: 220px 0 120px;
	    min-height: 603px;
	}

	.banner-title {
	    font-size: 52px;
	}

	.banner-content-wrapper p {
	    width: 80%;
	}

	.common-circle-gradient, .banner-section-wrapper:before {
	    width: 600px;
	    height: 600px;
	}

	.common-circle-gradient:before, .banner-section-wrapper:after {
	    width: 478px;
	    height: 478px;
	}

	.common-circle-gradient:after {
	    width: 342px;
	    height: 342px;
	}

	.banner-section-wrapper:before {
	    left: -450px;
	    top: 165px;
	}

	.banner-section-wrapper:after {
	    left: -400px;
	    top: 230px;
	}

	.project-overview:before {
	    height: 140px;
	}

	.project-overview {
	    padding: 180px 0 70px 0;
	}

	.section-title {
	    font-size: 27px;
	    line-height: 38px;
	    margin: 0 0 30px 0;
	    padding: 10px 20px;
	}

	.section-sub-text{
		font-size: 17px;
	}

	.section-gap {
	    padding: 70px 0;
	}

	.common-grid-section {
	    margin-top: 55px;
	}

	.grid-item-wrap {
	    width: 200px;
	}

	.grid-img-wrap {
	    min-height: 160px;
	}

	.grid-img-wrap img {
	    width: 60px;
	}

	.grid-name {
	    padding: 8px 0;
	}

	.challenges-grid-img {
	    width: 90px;
	    height: 90px;
	}

	.technology-stack-grid {
	    margin-top: 65px;
	}

	.technology-stack-item{
		width: 147px;
		margin: 0 18px;
	}

	.technology-img-wrap{
		min-height: 138px;
	}

	.technology-img-wrap img {
	    max-height: 45px;
	}

	.center-content-wrapper .image-style-wrapper{
		width: 85%;
	}

	.common-content.bottom-content {
	    width: 75%;
	    margin: 55px auto 0;
	}

	.common-content p:first-child {
	    margin-bottom: 25px;
	}

	.footer-section {
	    padding: 60px 0 95px;
	}

	.thankyou-title {
	    font-size: 38px;
	}

	.theme_contactbtn{
		padding: 16px 30px;
	}

	.footer-circle-gradient {
	    bottom: -270px;
	}

	.dot-large {
	    width: 30px;
	    height: 30px;
	}

	.feature-image-wrapper .dot.blue.dot-mid {
	    width: 20px;
	    height: 20px;
	}

	.dot-big {
	    width: 70px;
	    height: 70px;
	}

	.dot-med {
		width: 25px;
		height: 25px;
	}

	.dot-small {
	    width: 24px;
	    height: 24px;
	}

	.high-interest-content {
	    padding-top: 120px;
	}
}

@media (max-width: 991px) {
    .page-template-write-about .header_type_2:not(.darkHeader) .client_vid, .page-template-write-about .header_type_2:not(.darkHeader) i.fas.fa-envelope {
        color: #fff;
    }
	p{
		text-align: center;
	}

	.banner-section-wrapper {
	    padding: 130px 0 0;
	    min-height: 100%;
	}

	.banner-image{
		text-align: center;
	}

	.banner-image img{
	    position: relative;
	    top: 128px;
	    width: 480px;
	}

	.banner-circle-gradient {
	    top: 40px;
	}

	.banner-section-wrapper:before{
		top: 25px;
	}

	.banner-section-wrapper:after{
		top: 85px;
	}

	.common-circle-gradient, .banner-section-wrapper:before {
	    width: 570px;
	    height: 570px;
	}

	.common-circle-gradient:before, .banner-section-wrapper:after {
	    width: 458px;
	    height: 458px;
	}

	.common-circle-gradient:after {
	    width: 332px;
	    height: 332px;
	}

	.project-overview:before {
	    height: 160px;
	}

	.section-title {
	    font-size: 24px;
	    line-height: 34px;
	    margin: 0 0 30px 0;
	    padding: 8px 16px;
	}

	.title-style {
	    width: 12px;
	    height: 12px;
	    right: -25px;
	    top: -18px;
	}

	.title-style:before {
	    width: 8px;
	    height: 8px;
	    top: 18px;
	}

	.title-style:after {
	    width: 4px;
	    height: 4px;
	    right: 17px;
	}

	.project-overview .common-content-img, 
	.our-challenges .common-content-img,
	.our-approach .common-content-img, 
	.our-solution .common-content-img{
	    margin: 0 auto;
	}

	.common-content-img{
    	width: 336px;
	}

	.common-content-img:before {
	    width: 336px;
	    height: 336px;
	    bottom: -160px;
	}

	.common-content-img:after {
	    width: 265px;
	    height: 265px;
	    bottom: -132px;
	}

	.section-gap {
	    padding: 60px 0;
	}

	.our-approach .content-wrapper p:first-child, 
	.our-challenges .content-wrapper p:first-child, 
	.our-solution .content-wrapper p:first-child {
	    margin-bottom: 20px;
	}

	.common-grid-section{
		flex-wrap: wrap;
		width: 100%;
    	margin-top: 30px;
	}

	.grid-item-wrap{
		width: 48%;
	}

	.grid-item-wrap:nth-child(-n+2){
		margin-bottom: 25px;
	}

	.common-grid-section.our-challenges{
		justify-content: center;
	}

	.challenges-grid{
		width: 32%;
	}

	.challenges-grid:nth-child(-n+3){
		margin-bottom: 30px;
	}

	.challenges-grid-img {
	    width: 85px;
	    height: 85px;
	}

	.challenges-grid-img svg {
	    width: 30px;
	}

	.key-points-listing-wrapper li{
		margin-bottom: 22px;
	}

	.key-points-listing-wrapper li span {
	    padding: 8px 14px;
	}

	.technology-stack-item:nth-child(-n+6){
		margin-bottom: 35px;
	}

	.technology-title{
		font-size: 14px;
    	line-height: 24px;
	}

	.high-interest-content {
	    padding-top: 100px;
	}

	.section-sub-title{
		font-size: 20px;
	}

	.center-content-wrapper .image-style-wrapper {
	    width: 100%;
	}

	.common-content.bottom-content {
		width: 85%;
		margin: 0px auto 50px;
	}

	.section-alt-content .title-wrapper{
		align-items: center;
	}

	.title-wrapper {
	    margin-bottom: 30px;
	}

	.common-content p:first-child {
	    margin-bottom: 20px;
	}

	.common-content-listing{
		display: flex;
    	align-items: flex-start;
		flex-wrap: wrap;
		justify-content: space-between;
	}

	.common-content-list-item{
		width: 48%;
	}

	.footer-section {
	    padding: 55px 0 85px;
	}

	.foot-logo, .thankyou-title {
	    margin-bottom: 55px;
	}

	.thankyou-title {
	    font-size: 36px;
	}

	.theme_contactbtn {
	    padding: 14px 26px;
	    font-size: 18px;
	}

	.banner-content-wrapper{
		align-items: center;
	}

	.banner-content-wrapper p{
		text-align: center;
	}

	.center-content{
		display: flex;
		flex-direction: column;
	}

	.center-content .title-wrapper{
		order: 1;
	}

	.center-content .common-content{
		order: 2;
	}

	.center-content .image-style-wrapper{
		order: 3;
	}
}

@media (max-width: 767px) {

	.page-template-write-about {
	    font-size: 14px;
	    line-height: 1.6;
	}

	.banner-label {
	    font-size: 8px;
	    padding: 8px 16px;
	}

	.banner-title {
	    font-size: 46px;
	}

	.banner-content-wrapper p {
	    width: 100%;
	}

	.common-circle-gradient, .banner-section-wrapper:before {
	    width: 520px;
	    height: 520px;
	}

	.common-circle-gradient:before, .banner-section-wrapper:after {
	    width: 433px;
	    height: 433px;
	}

	.banner-circle-gradient {
	    top: 30px;
	}

	.banner-image img{
		top: 127px;
	}

	.banner-section-wrapper:after {
	    top: 70px;
	}

	.project-overview {
	    padding: 150px 0 55px 0;
	}

	.project-overview:before {
	    height: 200px;
	}

	.section-gap {
	    padding: 50px 0;
	}

	.section-title {
	    font-size: 22px;
	    line-height: 32px;
	}

	.section-sub-text {
	    font-size: 16px;
	}

	.left-circle-pattern:after, .right-circle-pattern:after {
	    width: 272px;
	    height: 272px;
	}

	.left-circle-pattern:after {
	    left: -236px;
	    top: 20%;
	}

	.right-circle-pattern:after {
	    right: -236px;
	    top: 44%;
	}

	.key-points-listing-wrapper{
		flex-direction: column;
	}

	.key-points-listing-wrapper li{
		width: 100%;
	}

	.key-points-listing-wrapper li:before{
		top: 8px;
	}

	.key-points-listing-wrapper li:after{
		top: 16px;
	}

	.technology-stack-grid {
	    margin-top: 50px;
	}

	.technology-stack-item {
	    width: 140px;
	    margin: 0 20px;
	}

	.dot-large {
	    width: 25px;
	    height: 25px;
	}

	.feature-image-wrapper .dot.blue.dot-mid {
	    width: 16px;
	    height: 16px;
	}

	.dot-big {
	    width: 60px;
	    height: 60px;
	}

	.dot-med {
		width: 20px;
		height: 20px;
	}

	.dot-small {
	    width: 20px;
	    height: 20px;
	}

	.high-interest-content {
	    padding-top: 80px;
	}

	.section-sub-title {
	    font-size: 18px;
	    padding: 10px 18px;
	}

	.image-style-wrapper{
		padding: 12px;
	}

	.common-content.bottom-content{
		width: 100%;
	}

	.common-content p:first-child {
	    margin-bottom: 15px;
	}

	.feature-image-wrapper .dot.yellow.dot-big{
		bottom: -3%;
	}

	.foot-logo, .thankyou-title {
	    margin-bottom: 45px;
	}

	.thankyou-title {
	    font-size: 32px;
	}

	.theme_contactbtn {
	    padding: 12px 24px;
	    font-size: 17px;
	}

	.common-content-list-item span {
	    width: 38px;
	    height: 38px;
	    margin-right: 15px;
	}

	.circle-pattern {
	    height: 38px;
	    width: 38px;
		border: 2px solid transparent;
		border-top: 2px solid #0680DE;
		border-bottom: 2px solid #0680DE;
	}

	.common-content-list-item span:after {
	    width: 38px;
	    height: 38px;
	}

	.challenges-grid-name{
		min-height: 45px;
	}
}

@media (max-width: 575px) {

	.banner-section-wrapper{
		padding: 110px 0 0;
	}

	.banner-label{
		margin-bottom: 12px;
	}

	.banner-title {
	    font-size: 42px;
	}

	.common-circle-gradient, .banner-section-wrapper:before {
	    width: 420px;
	    height: 420px;
	}

	.common-circle-gradient:before, .banner-section-wrapper:after {
	    width: 333px;
	    height: 333px;
	}

	.common-circle-gradient:after {
	    width: 227px;
	    height: 227px;
	}

	.banner-section-wrapper:before {
	    top: 25px;
	    left: -360px;
	}

	.banner-section-wrapper:after{
		left: -320px;
	}

	.banner-image img {
	    top: 78px;
	    width: 295px;
	}

	.project-overview {
	    padding: 100px 0 50px 0;
	}

	.section-title {
	    font-size: 20px;
	    line-height: 30px;
	    margin: 0 0 20px 0;
	}

	.title-style {
	    width: 10px;
	    height: 10px;
	    right: -20px;
	    top: -14px;
	}

	.title-style:before {
	    width: 7px;
	    height: 7px;
	    top: 16px;
	}

	.title-style:after{
		right: 15px;
    	top: 2px;
	}

	.section-sub-text {
	    font-size: 15px;
	}

	.common-content-img {
	    width: 300px;
	}

	.common-content-img:before {
	    width: 296px;
	    height: 296px;
	    bottom: -148px;
	}

	.common-content-img:after {
	    width: 220px;
	    height: 220px;
	    bottom: -110px;
	}

	.grid-img-wrap {
	    min-height: 140px;
	}

	.grid-img-wrap img {
	    width: 55px;
	}

	.challenges-grid-img svg {
	    width: 26px;
	}

	.key-points-wrapper h5{
		font-size: 16px;
    	margin-bottom: 25px;
	}

	.technology-stack-item {
	    width: 40%;
	    margin: 0 18px;
	}

	.technology-stack-item:nth-child(-n+8){
		margin-bottom: 30px;
	}

	.dot{
		height: 8px;
    	width: 8px;
	}

	.dot-large {
		width: 20px;
		height: 20px;
	}

	.feature-image-wrapper .dot.blue.dot-mid {
    	width: 12px;
	    height: 12px;
	}

	.dot-big {
	    width: 50px;
	    height: 50px;
	}

	.dot-med {
		width: 18px;
		height: 18px;
	}

	.dot-small {
	    width: 16px;
	    height: 16px;
	}

	.footer-section {
	    padding: 50px 0 75px;
	}

	.footer-circle-gradient {
		bottom: -190px;
	}

	.thankyou-title {
	    font-size: 28px;
	}
}

@media (max-width: 479px) {

	.banner-section-wrapper {
	    padding: 100px 0 0;
	}

	.banner-image img {
	    top: 78px;
	}

	.common-circle-gradient, .banner-section-wrapper:before {
	    width: 370px;
	    height: 370px;
	}

	.banner-circle-gradient {
	    top: 100px;
	}

	.common-circle-gradient:before, .banner-section-wrapper:after {
		width: 283px;
		height: 283px;
	}

	.banner-section-wrapper:before {
		top: 45px;
		left: -280px;
	}

	.banner-section-wrapper:after {
		left: -240px;
		top: 90px;
	}

	.challenges-grid {
	    width: 46%;
	}

	.section-gap {
	    padding: 45px 0;
	}

	.common-content-list-item{
		width: 100%;
	}

	.common-content-list-item:not(:last-child) {
	    margin-bottom: 22px;
	}

	.foot-logo, .thankyou-title {
	    margin-bottom: 40px;
	}

	.thankyou-title {
	    font-size: 26px;
	}

	.common-circle-gradient:after {
	    width: 187px;
	    height: 187px;
	}

	.image-style-wrapper{
		box-shadow: 10px 10px 0px rgb(6 128 222 / 20%);
	}

	.bg-blue .image-style-wrapper{
		box-shadow: 10px 10px 0px rgb(0 72 128 / 20%);
	}

	.challenges-grid-img {
	    margin-bottom: 20px;
	}
}

@media (max-width: 400px) {

	.banner-label {
	    margin-bottom: 8px;
	}

	.banner-title {
	    font-size: 36px;
	}

	.common-circle-gradient, .banner-section-wrapper:before {
	    width: 280px;
	    height: 280px;
	}

	.common-circle-gradient:before, .banner-section-wrapper:after {
	    width: 213px;
	    height: 213px;
	}

	.common-circle-gradient:after {
	    width: 147px;
	    height: 147px;
	}

	.banner-section-wrapper:before {
	    top: 85px;
	    left: -200px;
	}

	.banner-section-wrapper:after {
	    left: -160px;
	    top: 117px;
	}

	.banner-image img{
		top: 78px;
	}

	.project-overview:before {
	    height: 120px;
	}

	.project-overview {
	    padding: 85px 0 45px 0;
	}

	.section-title{
		font-size: 18px;
    	line-height: 28px;
		margin: 0 0 15px 0;
	}

	.section-sub-text {
	    font-size: 14px;
	}

	.section-sub-text{
		padding: 8px 12px;
	}

	.title-wrapper {
	    margin-bottom: 20px;
	}

	.common-content-img {
	    width: 250px;
	}

	.common-content-img:before {
	    width: 250px;
	    height: 250px;
	    bottom: -125px;
	}

	.common-content-img:after {
	    width: 180px;
	    height: 180px;
	    bottom: -90px;
	}

	.grid-img-wrap {
	    min-height: 120px;
	}

	.our-approach .content-wrapper p:first-child, .our-challenges .content-wrapper p:first-child, .our-solution .content-wrapper p:first-child {
	    margin-bottom: 15px;
	}

	.grid-item-wrap {
	    width: 90%;
	    margin: 0 auto;
	}

	.grid-img-wrap img {
	    width: 50px;
	}

	.grid-item-wrap:nth-child(-n+3) {
	    margin-bottom: 20px;
	}

	.challenges-grid{
		width: 100%;
	}

	.challenges-grid:nth-child(-n+4){
		margin-bottom: 30px;
	}	

	.key-points-wrapper h5{
		margin-bottom: 20px;
	}

	.key-points-listing-wrapper li {
	    margin-bottom: 15px;
	    padding-left: 32px;
	}

	.key-points-listing-wrapper li:before{
		width: 22px;
    	height: 22px;
    	top: 10px;
	}

	.key-points-listing-wrapper li:after{
	    width: 7px;
	    height: 7px;
	    left: 8px;
	    top: 17px;
	}

	.technology-stack-grid {
	    margin-top: 35px;
	}

	.technology-stack-item{
		width: 75%;
	}

	.technology-img-wrap {
	    min-height: 125px;
	}

	.dot-large {
	    width: 18px;
	    height: 18px;
	}

	.feature-image-wrapper .dot.blue.dot-mid {
	    width: 10px;
	    height: 10px;
	}

	.dot-big {
		width: 40px;
		height: 40px;
	}

	.dot-med {
	    width: 16px;
	    height: 16px;
	}

	.dot-small {
	    width: 14px;
	    height: 14px;
	}

	.high-interest-content {
	    padding-top: 65px;
	}

	.section-sub-title{
		font-size: 16px;
	}

	.common-content.bottom-content{
		margin: 0px auto 35px;
	}

	.footer-section {
	    padding: 45px 0 60px;
	}

	.foot-logo, .thankyou-title {
	    margin-bottom: 35px;
	}

	.thankyou-title {
	    font-size: 24px;
	}

	.theme_contactbtn {
		padding: 10px 22px;
		font-size: 16px;
	}

	.footer-circle-gradient {
	    bottom: -140px;
	}

	.challenges-grid-name{
		min-height: auto;
	}
}