@import url('https://fonts.googleapis.com/css2?family=Playfair:wght@700&family=Plus+Jakarta+Sans:wght@400;600;700;800&display=swap');
*{
    box-sizing: border-box;
}
body{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: 18px;
    font-weight: 400;
}
.container{
   max-width: 1170px;
   padding: 0 50px;
   margin: 0 auto;
}
p{
    margin: 0;
}
img{
    display: block;
}
h1{
    font-size: 36px;
    font-weight: 800;
}
h2, .title h2 span{
    font-size: 36px;
    font-weight: 700;
    line-height: 1.27;
    margin:0 0 30px;
    color: #0A2663;
    font-family: "Plus Jakarta Sans", sans-serif;
}
.title h2 span{
    margin-bottom: 0;
    color: #2CA2FC;
}
.title span{
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 10px;
    display: inline-block;
    font-family: "Playfair Display", serif;
    color: #2CA2FC;
}
.banner-section{
    position: relative;
    padding: 200px 0 246px;
}
.btn{
    text-decoration: none;
    line-height: 60px;
    padding: 0 30px;
    border-radius: 40px;
    color: #0A2663;
    background-color: #ffffff;
    transition: 0.3s all;
    font-weight: 700;
    font-size: 16px;
    display: inline-block;
}

.btn em{
    display: inline-block;
    margin-left: 10px;
    transition: 0.3s all;
    position: relative;
    top: 2px;
}
.btn:hover{
    box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.2) !important;
}
.btn:hover em{
    transform: translateX(4px);
}
.btn.blue-btn{
    background-color: #0A2663;
    color: #FFFFFF;
}
.banner-section .banner-image-block{
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}
.banner-section .banner-image-block img{
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.banner-section .banner-content-block{
    position: relative;
    z-index: 1;
    max-width: 700px;
    margin: 0 auto;
    text-align: center;
    color: #ffffff;
}
.banner-section .banner-content-block  span{
    font-family: "Playfair Display", serif;
    font-weight: 700;
    font-size: 20px;
}

.banner-section .banner-content-block h1{
    margin-bottom: 24px;
    margin-top: 20px;
    line-height: 1.1;
}
.banner-section .banner-content-block h1 span{
    font-size: 56px;
    display: block;
    font-family: "Plus Jakarta Sans", sans-serif;
}
.banner-section .banner-content-block  p{
    font-size: 18px;
    font-weight: 600;
    line-height: 1.357;  
    margin-bottom: 25px; 
    display: inline-block
}

.about-us-section{
    background-color: #EDF3FF;
    padding: 80px 0;
}
.about-us-section .about-us-content-wrapper{
    display: flex;
    align-items: center;
}
.about-us-section .about-us-content-wrapper .image-block img{
    border-radius: 20px;
}
.about-us-section .about-us-content-wrapper .content-block{
    margin-left: -190px;
}
.about-us-section .about-us-content-wrapper .conntent-inner-block{
    background-color: #0A2663;
    border-radius: 20px;
    padding: 60px;
    color: #F1F9FF;
}
.about-us-section .about-us-content-wrapper .conntent-inner-block  span{
    color: #56B5FD;
}
.about-us-section .about-us-content-wrapper .conntent-inner-block h2{
    color: #FFFFFF;
    margin-bottom: 18px;
}
.about-us-section .about-us-content-wrapper .conntent-inner-block p{
    line-height: 1.5;
}
.our-service-section{
    padding: 80px 0;
}
.our-service-section .title{
    text-align: center;
}
.our-service-section .title span{
    color: #2CA2FC;
}
.our-service-section .title h2{
    color: #0A2663;
}
.our-service-section .our-services-grid{
   display: flex;
   margin: 0 -18px;
   flex-wrap: wrap;
}
.our-service-section .our-services-grid .grid-block{
    padding: 0 18px;
    flex: 0 0 33.33%;
    max-width: 33.33%;
}
.our-service-section .our-services-grid .grid-block .grid-content{
    box-shadow: 0px 0px 37.5494px rgba(44, 162, 252, 0.15);
    height: 100%;
    border-radius: 16px;
}
.our-service-section .our-services-grid .grid-block .image-block img{
    width: 100%;
    height: 100%;
    border-radius: 16px 16px 0 0;
    object-fit: cover;
}
.our-service-section .our-services-grid .grid-block .content-block {
    padding: 23px;
    height: calc(100% - 194px);
    border-radius: 0 0 16px 16px;
    overflow: hidden;
}
.our-service-section .our-services-grid .grid-block .content-block h3{
    color: #121212;
    font-weight: 700;
    font-size: 24px;
    margin:0 0 15px;
}
.our-service-section .our-services-grid .grid-block .content-block p{
    color: #6D6C6C;
    line-height: 1.5;
    font-size: 16px;
}

/* why-chooes-section */
.why-chooes-section{
    padding: 80px 0;
    background-color: #EDF3FF;
}
.why-chooes-section .title{
    text-align: center;
}
.why-chooes-section .why-chooes-grid{
    display: flex;
    margin: 0 -8px -16px;
    flex-wrap: wrap;
}
.why-chooes-section .why-chooes-grid .grid-block{
    padding: 0 8px 16px;
    flex: 0 0 25%;
    max-width: 25%;
}
.why-chooes-section .why-chooes-grid .grid-content{
    border: 1px solid #A5C5DD;
    /* padding: 30px; */
    padding:16px;
    height: 100%;
    background-color: #ffffff;
    text-align: left;
    border-radius: 16px;
}
.why-chooes-section .why-chooes-grid .grid-content .image-block{
    height: 60px;
    width: 60px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: #EDF3FF;
    border-radius: 50%;
    margin-bottom: 15px;
}
.why-chooes-section .why-chooes-grid .grid-content h3{
    font-size: 18px;
    color: #121212; 
    line-height: 1.4;
    font-weight: 700;
    margin: 0;
}
.why-chooes-section .why-chooes-grid .grid-content .title-block{
    margin: 0 0 15px;
}
.why-chooes-section .why-chooes-grid .grid-content p{
    font-size: 16px;
    color: #6D6C6C;
}
.testimonials-section{
    padding: 80px 0;
}
.testimonials-section .title{
    text-align: center;
}
.testimonials-section .testimonial-content-block{
    padding: 96px 30px 30px;
    border: 1px solid #A5C5DD;
    text-align: left;
    border-radius: 16px;
}
.testimonials-section .testimonial-content-block .content p{
    color: #121212;
    line-height: 1.4;
}
.testimonials-section .testimonial-content-block .content{
    position: relative;
    margin-bottom: 26px;
}
.testimonials-section .testimonial-content-block .content::before {
    height: 40px;
    width: 38px;
    content: '';
    background-image: url(../images/quotation-mark-icon.svg);
    background-size: 37px 31px;
    background-position: center;
    position: absolute;
    background-repeat: no-repeat;
    top: -70px;
}
.testimonials-section .testimonial-content-block .profile-block{
    display: flex;
    align-items: center;
}
.testimonials-section .testimonial-content-block .profile-block .image-block{
  width: 57px;
  height: 57px;  
  border-radius: 50%;
  overflow: hidden;
  margin-right: 15px;
}
.testimonials-section .testimonial-content-block .profile-block .title-block span{
    font-weight: 700;
    color: #0A2663;
    line-height: 1.12;
    margin-bottom: 4px;
    display: inline-block;
    font-size: 17px;
}
.testimonials-section .testimonial-content-block .profile-block .title-block p{
    color: #6D6C6C;
    font-size: 15px;
    line-height: 1.12;
}
.testimonials-section .testimonial-content-block .image-block img{
    height: 100%;
    width: 100%;
}
.testimonials-section .testimonial-swiper{
    padding-bottom: 48px;
}
.testimonials-section .testimonial-swiper .swiper-pagination-bullets{
    line-height: 0;
    bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}
.testimonials-section .testimonial-swiper .swiper-pagination-bullet{
    height: 9px;
    width: 9px;
    margin: 0 5px;
    opacity: 1;
    background: #E3E3E3;
}
.testimonials-section .testimonial-swiper .swiper-pagination-bullet.swiper-pagination-bullet-active{
    background: #0A2663;
    height: 15px;
    width: 15px;
}
.get-in-touch-section{
    padding: 80px 0;
    background-color: #EDF3FF;
}
.get-in-touch-section .get-in-touch-content-wrapper{
   display: flex;
   flex-wrap: wrap;
}
.get-in-touch-section .get-in-touch-content-wrapper .right-block{
  /* flex: 0 0 calc(100% - 67.3%);
  max-width:  calc(100% - 67.3%); */
  flex: 0 0 35%;
  max-width: 35%;
  padding-left: 35px;
  height: 100%;
}
.get-in-touch-section .get-in-touch-content-wrapper .left-block{
  /* flex: 0 0 67.3%;
  max-width: 67.3%; */
  flex: 0 0 65%;
  max-width: 65%;
  height: auto;
}
.get-in-touch-section .get-in-touch-content-wrapper .left-block .form-wrapper{
    background-color: #FFFFFF;
    padding: 60px;
    border-radius: 12px;
    height: 100%;
}
.get-in-touch-section .form-wrapper .form-inner-wrapper{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -12px -20px;
}
.get-in-touch-section .form-wrapper .form-group{
    flex: 0 0 50%;
    max-width: 50%;
    padding: 0 12px 20px;
}
.get-in-touch-section .form-wrapper .form-group.has-fullwidth{
    flex: 0 0 100%;
    max-width: 100%;  
}
.get-in-touch-section .form-wrapper .btn-wrapper button{
    border: 0;
    box-shadow: 0px 4px 8px rgba(77, 145, 225, 0.1);
    cursor: pointer;
}
.get-in-touch-section .form-wrapper .btn-wrapper{
    margin-top: 25px;
}
.get-in-touch-section .form-wrapper .form-group label{
    display: block;
    color: #0E1323;
    font-weight: 700;
    margin-bottom: 6px;
    font-size: 16px;
}
.get-in-touch-section .form-wrapper input,
.get-in-touch-section .form-wrapper textarea
{
    height: 60px;
    width: 100%;
    border: 1px solid #A5C5DD;
    padding: 5px 25px;
    border-radius: 12px;
    font-size: 16px;
    font-family: "Plus Jakarta Sans", sans-serif;
    color: #121212;
}
.get-in-touch-section .form-wrapper input:focus-visible,
.get-in-touch-section .form-wrapper textarea:focus-visible 
{
    outline: none;
}
.get-in-touch-section .form-wrapper input:-internal-autofill-selected{
    background-color: transparent;
}
.get-in-touch-section .form-wrapper input::-webkit-input-placeholder,
.get-in-touch-section .form-wrapper textarea::-webkit-input-placeholder
 { /* Chrome/Opera/Safari */
    color: #6D6C6C;
    font-size: 16px;
    font-family: "Plus Jakarta Sans", sans-serif;
    font-weight: 500;
  }
.get-in-touch-section .form-wrapper input::-moz-placeholder,
.get-in-touch-section .form-wrapper textarea::-moz-placeholder
{ /* Firefox 19+ */
    color: #6D6C6C;
    font-size: 16px;
    font-family: "Plus Jakarta Sans", sans-serif;
    font-weight: 500;
  }
.get-in-touch-section .form-wrapper input:-ms-input-placeholder,
.get-in-touch-section .form-wrapper textarea:-ms-input-placeholder
{ /* IE 10+ */
    color: #6D6C6C;
    font-size: 16px;
    font-family: "Plus Jakarta Sans", sans-serif;
    font-weight: 500;
  }
.get-in-touch-section .form-wrapper textarea{
    height: 144px;
    resize: none;
    padding:25px;
    display: block;
}
.get-in-touch-section .right-block .title span {
    margin-bottom: 5px;
    margin-top: 10px;
}
.get-in-touch-section .right-block .title h2{
 margin-bottom: 15px;
}
.get-in-touch-section .right-block .title p{
 color: #6D6C6C;
 line-height: 1.5;
}
.get-in-touch-section .right-block .title{
    margin-bottom: 25px;
}
.get-in-touch-section .right-block .info-block{
    height: 155px;
    display: flex;
    align-items: center;
    padding: 0 20px;
    background-color: #ffffff;
    border: 1px solid #A5C5DD;
    border-radius: 12px;
}
.get-in-touch-section .right-block .info-block .img-block{
    height: 60px;
    width: 60px;
    background-color: #F4F8FF;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin-right: 12px;
}
.get-in-touch-section .right-block .info-block .info span{
    color: #6D6C6C;
    margin-bottom: 5px;
    font-weight: 500;
    display: inline-block;
}
.get-in-touch-section .right-block .info-block .info  a{
    color: #121212;
    font-weight: 700;
    font-size: 16px;
    display: block;
    text-decoration: none;
}
.get-in-touch-section .right-block .info-block .info  a img{
    display: inline-block;
}
.get-in-touch-section .right-block .info-block .info a em{
    display: inline-block;
    margin-left: 5px;
    position: relative;
    top: 2px;
}
.get-in-touch-section .right-block .info-block + .info-block{
    margin-top: 25px;
}
.get-in-touch-section  .social-media-listiong{
    margin: 30px 0 7px;
    display: flex
}
.get-in-touch-section  .social-media-listiong span{
    font-size: 16px;
    display: inline-block;
    margin-right: 28px;
    color: #0E1323;
    font-weight: 700;
}
.get-in-touch-section  .social-media-listiong ul{
    display: flex;
    list-style-type: none;
    margin: 0 -6px;
    padding: 0;
}
.get-in-touch-section  .social-media-listiong ul li{
    padding: 0 6px;
}
.get-in-touch-section  .social-media-listiong ul li a{
    display: flex;
    height: 24px;
    width: 24px;
    align-items: center;
    justify-content: center;
}
@media(max-width:1199px){
    .container{
        padding: 0 25px;
    }
    h1 {
        font-size: 34px;
    }
    h2,.title h2 span{
        font-size: 34px;
    }
    .banner-section .banner-content-block h1 span {
        font-size: 50px;
    }
    .banner-section{
        padding: 100px 0;
    }
    .about-us-section{
        padding: 60px 0;
    }
    .about-us-section .about-us-content-wrapper .conntent-inner-block{
        padding: 35px;
    }
    .about-us-section .about-us-content-wrapper .content-block {
        margin-left: -230px;
    }
    .our-service-section {
        padding: 60px 0;
    }
    .our-service-section .our-services-grid .grid-block {
        padding: 0 13px;
    }
    .our-service-section .our-services-grid {
        margin: 0 -13px;
    }
    .our-service-section .our-services-grid .grid-block .content-block {
        padding: 15px;
    }
    .our-service-section .our-services-grid .grid-block .content-block h3{
        font-size: 22px;
        margin: 0 0 10px;
    }
    .why-chooes-section {
        padding: 60px 0;
    }
    .why-chooes-section .why-chooes-grid .grid-content .image-block{
        margin-bottom: 10px;
    }
    .why-chooes-section .why-chooes-grid .grid-content .title-block {
        margin: 0 0 12px;
    }
    .btn {
        line-height: 50px;
        padding: 0 20px;
    }
    .testimonials-section {
        padding: 60px 0;
    }
    .testimonials-section .testimonial-content-block .profile-block .image-block {
        margin-right: 10px;
    }
    .testimonials-section .testimonial-content-block {
        padding: 85px 20px 20px;
    }
    .testimonials-section .testimonial-content-block .content::before{
        top: -60px;
    }
    .testimonials-section .testimonial-content-block .content {
        margin-bottom: 20px;
    }
    .testimonials-section .testimonial-swiper {
        padding-bottom: 40px;
    }
    .get-in-touch-section{
        padding: 60px 0;
    }
    .get-in-touch-section .right-block .title h2 {
        margin-bottom: 10px;
    }
    .get-in-touch-section .right-block .title {
        margin-bottom: 20px;
    }
    
    .get-in-touch-section .right-block .info-block + .info-block {
        margin-top: 20px;
    }
    .get-in-touch-section .social-media-listiong {
        margin: 25px 0 7px;
    }
    .get-in-touch-section .get-in-touch-content-wrapper .left-block .form-wrapper {
        padding: 30px;
    }
    .get-in-touch-section .form-wrapper input, .get-in-touch-section .form-wrapper textarea {
        height: 50px;
        padding: 5px 20px;
    }
    .get-in-touch-section .social-media-listiong span {
        margin-right: 20px;
    }
    .get-in-touch-section .right-block .info-block {
        height: 120px;
    }
    .get-in-touch-section .get-in-touch-content-wrapper .left-block {
        flex: 0 0 60%;
        max-width: 60%;
    }
    .get-in-touch-section .get-in-touch-content-wrapper .right-block {
        flex: 0 0 40%;
        max-width: 40%;
        padding-left: 25px;
    }
    .get-in-touch-section .form-wrapper textarea {
        height: 130px;
    }
}
@media(max-width:1024px){
    .about-us-section .about-us-content-wrapper .content-block {
        margin-left: -320px;
    }
}
@media(max-width:991px){
    .about-us-section .about-us-content-wrapper{
        flex-wrap: wrap;
    }
    .about-us-section .about-us-content-wrapper .image-block {
        flex: 0 0 100%;
        max-width: 100%;
        position: relative;
        overflow: hidden;
        padding-bottom: 55%;
    }
    .about-us-section .about-us-content-wrapper .content-block{
        margin-left: 0;
        margin-top: -42px;
    }
    .about-us-section .about-us-content-wrapper .image-block img {
        border-radius: 20px;
        height: 100%;
        width: 100%;
        position: absolute;
        left: 0;
        top: 0;
        object-fit: cover;
    }
    .about-us-section .about-us-content-wrapper .conntent-inner-block{
        border-radius: 0 0 16px 16px;
        position: relative;
    }
    .our-service-section .our-services-grid .grid-block {
        padding: 0 13px 25px;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .our-service-section .our-services-grid {
        margin: 0 -13px -25px;
        justify-content: center;
    }
    .why-chooes-section .why-chooes-grid .grid-block {
        flex: 0 0 50%;
        max-width: 50%;
    }
    .get-in-touch-section .get-in-touch-content-wrapper .left-block {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .get-in-touch-section .get-in-touch-content-wrapper .right-block {
        flex: 0 0 100%;
        max-width: 100%;
        padding-left: 0;
        padding-top: 30px;
    }
    .get-in-touch-section .right-block .title span{
        margin-top: 0;
    }
    .get-in-touch-section .social-media-listiong {
        margin: 20px 0 0px;
    }
    .get-in-touch-section .right-block .info-block {
        height: 90px;
    }
}
@media(max-width:767px){
    h1 {
        font-size: 32px;
    }
    h2,.title h2 span{
        font-size: 32px;
        margin-bottom: 20px;
    }
    body{
        font-size: 16px;
    }
    .banner-section .banner-content-block span {
        font-size: 18px;
    }
    .banner-section .banner-content-block p{
        font-size: 16px;
    }
    .banner-section .banner-content-block h1 span {
        font-size: 42px;
    }
    .banner-section{
        padding: 80px 0;
    }
    .about-us-section{
        padding: 40px 0;
    }
    .our-service-section {
        padding: 40px 0;
    }
    .banner-section .banner-content-block h1 {
        margin-bottom: 20px;
        margin-top: 15px;
    }  
    .about-us-section .about-us-content-wrapper .conntent-inner-block h2{
        margin-bottom: 10px;
    }
    .title span {
        margin-bottom: 6px;
    }
    .about-us-section .about-us-content-wrapper .conntent-inner-block {
        padding: 25px;
    }
    .our-service-section .our-services-grid .grid-block .content-block h3 {
        font-size: 20px;
        margin: 0 0 8px;
    }
    .why-chooes-section {
        padding: 40px 0;
    }
    .about-us-section .about-us-content-wrapper .image-block{
        padding-bottom: 60%;
    }
    .testimonials-section {
        padding: 40px 0;
    }
    .testimonials-section .testimonial-content-block .profile-block .title-block span{
        font-size: 16px;
    }
    .testimonials-section .testimonial-content-block .profile-block .title-block p{
        font-size: 14px;
    }  
    .get-in-touch-section{
        padding: 40px 0;
    }
    .get-in-touch-section .right-block .info-block .img-block{
        margin-right: 10px;
    }
}
@media(max-width:575px){
    .banner-section .banner-content-block h1 span {
        font-size: 40px;
    }
    .our-service-section .our-services-grid .grid-block {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .why-chooes-section .why-chooes-grid .grid-block {
        flex: 0 0 100%;
        max-width: 100%;
    }
    h1 {
        font-size: 30px;
    }
    h2,.title h2 span{
        font-size: 30px;
    }
    .about-us-section .about-us-content-wrapper .image-block{
        padding-bottom: 75%;
    }
    .about-us-section .about-us-content-wrapper .conntent-inner-block {
        padding: 20px;
    }
    .get-in-touch-section .form-wrapper .form-group {
        flex: 0 0 100%;
        max-width: 100%;
        padding: 0 12px 15px;
    }
    .get-in-touch-section .form-wrapper .form-inner-wrapper {
        margin: 0 -12px -15px;
    }
    .get-in-touch-section .get-in-touch-content-wrapper .left-block .form-wrapper {
        padding: 25px;
    }
    .testimonials-section .testimonial-content-block .profile-block .image-block,
    .why-chooes-section .why-chooes-grid .grid-content .image-block,
    .get-in-touch-section .right-block .info-block .img-block
    {
        width: 55px;
        height: 55px;
    }
    .why-chooes-section .why-chooes-grid .grid-content .image-block img,
    .get-in-touch-section .right-block .info-block .img-block img{
        width: 25px;
        height: auto;
    }
}
@media(max-width:479px){
    .about-us-section .about-us-content-wrapper .image-block{
        padding-bottom: 100%;
    }
}
@media(max-width:379px){
    .get-in-touch-section .right-block .info-block{
        padding: 0 10px;
    }
    .get-in-touch-section .right-block .info-block .img-block {
        width: 50px;
        height: 50px;
    }
    .get-in-touch-section .right-block .info-block .img-block {
        margin-right: 6px;
    }
}