html {
    overflow-x: hidden;
}

body {
    background: #f5f5f5;
}

/* ------------------------------ Heading Title Section  */

.heading-title-section {
    display: flex;
    height: 230px;
    align-items: center;
    background: #f5f5f5;
    justify-content: center;
    flex-direction: column;
}

.heading-title-section .inside-heading {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.heading-title-section .inside-heading .title {
    font-size: 50px;
    font-weight: 600;
    font-family: "Montserrat-SemiBold_0", sans-serif;
    color: #213e6c;
}

.heading-title-section .inside-heading .arrow-symbol {
    width: 100%;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 10px;
}

.heading-title-section .inside-heading .arrow-symbol i {
    font-size: 22px;
    color: #213e6c;
}

/* ------------------------------ Testimonial Section  */

.testmonial_sec #sync1 {
    .item {
      margin: 5px;
      color: #0b2341;
      -webkit-border-radius: 3px;
      -moz-border-radius: 3px;
      border-radius: 3px;
      text-align: center;
    }
  }
  
  .testmonial_sec #sync2 {
    .item {
      /* background: #C9C9C9; */
      margin: 5px;
      color: #FFF;
      -webkit-border-radius: 3px;
      -moz-border-radius: 3px;
      border-radius: 3px;
      text-align: center;
      cursor: pointer;
      h1 {
        font-size: 18px;
      }
    }
    .current .item{
      /* background: #0c83e7; */
    }
  }
  
  
  
  .testmonial_sec .owl-theme {
    .owl-nav {
      [class*='owl-'] {
        transition: all .3s ease;
        &.disabled:hover {
         background-color: #D6D6D6;
        }   
      }
      
    }
  }
  
  .testmonial_sec #sync1.owl-theme {
    position: relative;
    .owl-next, .owl-prev {
      width: 22px;
      height: 40px;
      margin-top: -20px;
      position: absolute;
      top: 50%;
    }
    .owl-prev {
      left: 10px;
    }
    .owl-next {
      right: 10px;
    }
  }

.testmonial_sec {
    padding: 50px 0px;
    background: #f5f5f5;
}

.testmonial_sec .title1 {
    display: inline-block;
    text-align: center;
    color: #213e6c;
    font-size: 14px;
    width: 100%;
    margin-bottom: 20px;
    font-family: "Montserrat-SemiBold_0", sans-serif;
}

.testmonial_sec h1 {
text-align: center;
font-family: "Montserrat-Bold", sans-serif;
color: #213e6c;
margin-bottom: 30px;
}
.testmonial_sec .carousel_content {

}
.testmonial_sec .carousel_content i {
    font-size: 40px;
    margin-bottom: 30px;
    color: #ed502e;
}
.testmonial_sec .carousel_content span {
    font-size: 20px;
    display: inline-block;
    padding: 0 130px;
    font-family: "Montserrat-Medium_0", sans-serif;
    margin-bottom: 30px;
}
.testmonial_sec .carousel_content h5 {
    font-size: 17px;
    margin-bottom: 2px;
    font-family: "Montserrat-Medium_0", sans-serif;
    font-weight: bold;
}
.testmonial_sec .carousel_content p {
    color: #ccc;
    font-family: "Montserrat-Regular_0", sans-serif;
}
.testmonial_sec .sec_sub_wid {
    width: 400px;
    margin: 0 auto;
}
.testmonial_sec .owl-theme .owl-nav [class*=owl-]:hover {
    background: none;
}
.testmonial_sec .sec_sub_wid .img_size {
    width: 100%;
    display: flex;
    height: 100%;
    justify-content: center;
}
.testmonial_sec .sec_sub_wid .img_size img {
    width: 90%;
    height: 100%;
    object-fit: cover;
    border-radius: 60px;
}
.testmonial_sec .sec_sub_wid .owl-item {
    width: 100px !important;
}
.testmonial_sec .sec_sub_wid .owl-item .item {
    height: 80px;
    padding: 0px !important;
}
.testmonial_sec .sec_sub_wid .owl-stage {
    display: flex;
    justify-content: center;
}

/* ------------------------------ Services Box Section  */

.service-box-section {
    background: #f5f5f5;
}

.service-box-section .container {

}

.service-box-section .row {
    margin-bottom: 30px;
    row-gap: 60px;
}

.service-box-section .row .service-box {
    display: flex;
    justify-content: center;
}

.service-box-section .row .service-box .inside-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 300px;
    width: 80%;
    background-color: white;
    justify-content: space-evenly;
    position: relative;
    transition: .3s ease-out;
}

.service-box-section .row .service-box .inside-box a {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.service-box-section .row .service-box .inside-box:hover {
    box-shadow: 0px 0px 5px 0px;
    transition: .3s ease-in;
}

.service-box-section .service-box .icons {
    margin-bottom: 20px;
    margin-top: 20px;
}

.service-box-section .service-box .icons i {
    font-size: 70px;
    color: #ed502e;
    transition: .3s ease-out;
}

.service-box-section .inside-box:hover .icons i {
    font-size: 70px;
    color: #213e6c;
    transition: .3s ease-in;
}

.service-box-section .service-box .title {
    display: flex;
    width: 90%;
    align-items: center;
    justify-content: center;
}

.service-box-section .service-box .title h3 {
    font-family: "Montserrat-SemiBold_0", sans-serif;
    color: #213e6c;
    margin: 0px;
    font-size: 17px;
    text-align: center;
}

.service-box-section .service-box .content {
    width: 70%;
    text-align: center;
}

.service-box-section .service-box .content span {
    font-family: "Montserrat-Medium_0", sans-serif;
    color: grey;
    text-align: center;
    font-size: 12px;
    display: inline-block;
}

.service-box-section .service-box .dots {

}

.service-box-section .service-box .dots span {
    display: inline-block;
    height: 7px;
    width: 7px;
    background-color: #cbcbcb;
    border-radius: 7px;
    transition: .3s ease-out;
}

.service-box-section .inside-box:hover .dots span {
    display: inline-block;
    height: 7px;
    width: 7px;
    background-color: #ed502e;
    border-radius: 7px;
    transition: .3s ease-in;
}

.service-box-section .more-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 50px;
}

.service-box-section .more-btn a {
    color: white;
    background-color: #213e6c;
    padding: 20px;
    margin-bottom: 30px;
    display: inline-block;
    font-family: "Montserrat-Medium_0", sans-serif;
}

/* ------------------------------ Dynamic Text Section  */

.dynamic-text-section {
    background: #f5f5f5;
    display: flex;
    justify-content: center;
}

.dynamic-text-section .content {
    width: 60%;
    margin-top: 30px;
    margin-bottom: 20px;
}

.dynamic-text-section .content span {
    display: inline-block;
    text-align: center;
    color: #213e6c;
    font-size: 14px;
    margin-bottom: 20px;
    width: 100%;
    font-family: "Montserrat-SemiBold_0", sans-serif;
}

.dynamic-text-section .content h1 {
    margin: 0px;
    text-align: center;
    font-family: "Montserrat-Bold", sans-serif;
    color: #213e6c;
}

.dynamic-text-section .director-name {
    margin-top: 20px;
}

.dynamic-text-section .director-name span {
    display: inline-block;
    text-align: center;
    color: #213e6c;
    font-size: 14px;
    margin: 0px;
    width: 100%;
    font-family: "Montserrat-SemiBold_0", sans-serif;
}

.dynamic-text-section .director-name p {
    display: inline-block;
    text-align: center;
    color: #213e6c;
    font-size: 14px;
    width: 100%;
    font-family: "Montserrat-Regular_0", sans-serif;
}

/* ------------------------------ Services Image Section  */

.service-image-section {

}

.service-image-section .img-row {
    width: 100%;
    height: 60vh;
    margin: 0px;
}

.service-image-section .img-row .img-box-outer {
    padding: 0px;
    overflow: hidden;
}

.service-image-section .img-row .img-box-outer .img-background {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    height: 100%;
}

.service-image-section .img-row .img-box-outer .img-background a {
    text-decoration: none;
    width: 100%;
    display: flex;
    height: 100%;
    flex-direction: column;
    padding: 20px;
    justify-content: flex-end;
    transition: .3s ease;
    overflow: hidden;
    align-items: center;
}

.service-image-section .img-row .img-box-outer .img-background a:hover {
    transition: .3s ease;
}

.service-image-section .img-row .img-box-outer .img-background .content {
    position: relative;
    display: flex;
    padding: 10px;
    flex-direction: column;
    align-items: center;
    background-color: white;
    top: 130px;
    margin-bottom: 20px;
    width: 80%;
}

.service-image-section .img-row .img-box-outer:hover .img-background {
    transform: scale(1.05);
}

.service-image-section .img-row .img-box-outer .img-background:hover .content {
    top: 0px;
}

.service-image-section .img-row .img-box-outer .img-background .content h3 {
    font-family: "Montserrat-SemiBold_0", sans-serif;
    color: black;
    font-size: 20px;
    color: #213e6c;
}

.service-image-section .img-row .img-box-outer .img-background .content span {
    display: inline-block;
    font-family: "Montserrat-Regular_0", sans-serif;
    width: 100%;
    color: black;
    text-align: center;
    color: #213e6c;
}

/* ------------------------------ Count style  */
.count_sec {
    background: #f5f5f5;
    padding: 40px 0px;
    /* #D0D3DE */
}
.count_sec .content {
    position: relative;
}
.count_sec .content h1 {
    font-size: 110px;
    text-align: center;
    color: rgb(13 34 75 / 21%);
    font-family: "Montserrat-Bold", sans-serif;
    margin: 0;
    padding: 20px 0px;
}
.count_sec .content p {
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    color: #0b2341;
    display: flex;
    font-family: "Montserrat-Bold", sans-serif;
    font-weight: 500;
    padding: 35px;
    font-size: 15px;
    text-align: center;
    align-items: center;
    justify-content: center;
    margin: 0px;
}


/* -------------------------------- MEDIAQUERY STARTS -------------------------------- */

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
    /* ------------------------------ Heading Title Section  */

.heading-title-section {
    display: flex;
    height: 230px;
    align-items: center;
    background: #f5f5f5;
    justify-content: center;
    flex-direction: column;
}

.heading-title-section .inside-heading {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.heading-title-section .inside-heading .title {
    font-size: 50px;
    font-weight: 600;
    font-family: "Montserrat-SemiBold_0", sans-serif;
    color: #213e6c;
}

.heading-title-section .inside-heading .arrow-symbol {
    width: 100%;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 10px;
}

.heading-title-section .inside-heading .arrow-symbol i {
    font-size: 22px;
    color: #213e6c;
}

/* ------------------------------ Testimonial Section  */

.testmonial_sec #sync1 {
    .item {
      margin: 5px;
      color: #0b2341;
      -webkit-border-radius: 3px;
      -moz-border-radius: 3px;
      border-radius: 3px;
      text-align: center;
    }
  }
  
  .testmonial_sec #sync2 {
    .item {
      /* background: #C9C9C9; */
      margin: 5px;
      color: #FFF;
      -webkit-border-radius: 3px;
      -moz-border-radius: 3px;
      border-radius: 3px;
      text-align: center;
      cursor: pointer;
      h1 {
        font-size: 18px;
      }
    }
    .current .item{
      /* background: #0c83e7; */
    }
  }
  
  
  
  .testmonial_sec .owl-theme {
    .owl-nav {
      [class*='owl-'] {
        transition: all .3s ease;
        &.disabled:hover {
         background-color: #D6D6D6;
        }   
      }
      
    }
  }
  
  .testmonial_sec #sync1.owl-theme {
    position: relative;
    .owl-next, .owl-prev {
      width: 22px;
      height: 40px;
      margin-top: -20px;
      position: absolute;
      top: 50%;
    }
    .owl-prev {
      left: 10px;
    }
    .owl-next {
      right: 10px;
    }
  }

.testmonial_sec {
    padding: 50px 0px;
    background: #f5f5f5;
}

.testmonial_sec .title1 {
    display: inline-block;
    text-align: center;
    color: #213e6c;
    font-size: 14px;
    width: 100%;
    margin-bottom: 20px;
    font-family: "Montserrat-SemiBold_0", sans-serif;
}

.testmonial_sec h1 {
text-align: center;
font-family: "Montserrat-Bold", sans-serif;
color: #213e6c;
margin-bottom: 30px;
}
.testmonial_sec .carousel_content {

}
.testmonial_sec .carousel_content i {
    font-size: 40px;
    margin-bottom: 30px;
    color: #ed502e;
}
.testmonial_sec .carousel_content span {
    font-size: 20px;
    display: inline-block;
    padding: 0 130px;
    font-family: "Montserrat-Medium_0", sans-serif;
    margin-bottom: 30px;
}
.testmonial_sec .carousel_content h5 {
    font-size: 17px;
    margin-bottom: 2px;
    font-family: "Montserrat-Medium_0", sans-serif;
    font-weight: bold;
}
.testmonial_sec .carousel_content p {
    color: #ccc;
    font-family: "Montserrat-Regular_0", sans-serif;
}
.testmonial_sec .sec_sub_wid {
    width: 400px;
    margin: 0 auto;
}
.testmonial_sec .owl-theme .owl-nav [class*=owl-]:hover {
    background: none;
}
.testmonial_sec .sec_sub_wid .img_size {
    width: 100%;
    display: flex;
    height: 100%;
    justify-content: center;
}
.testmonial_sec .sec_sub_wid .img_size img {
    width: 90%;
    height: 100%;
    object-fit: cover;
    border-radius: 60px;
}
.testmonial_sec .sec_sub_wid .owl-item {
    width: 100px !important;
}
.testmonial_sec .sec_sub_wid .owl-item .item {
    height: 80px;
    padding: 0px !important;
}
.testmonial_sec .sec_sub_wid .owl-stage {
    display: flex;
    justify-content: center;
}

/* ------------------------------ Services Box Section  */

.service-box-section {
    background: #f5f5f5;
}

.service-box-section .container {

}

.service-box-section .row {
    margin-bottom: 30px;
    row-gap: 60px;
}

.service-box-section .row .service-box {
    display: flex;
    justify-content: center;
}

.service-box-section .row .service-box .inside-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 300px;
    width: 80%;
    background-color: white;
    justify-content: space-evenly;
    position: relative;
    transition: .3s ease-out;
}

.service-box-section .row .service-box .inside-box a {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.service-box-section .row .service-box .inside-box:hover {
    box-shadow: 0px 0px 5px 0px;
    transition: .3s ease-in;
}

.service-box-section .service-box .icons {
    margin-bottom: 20px;
    margin-top: 20px;
}

.service-box-section .service-box .icons i {
    font-size: 70px;
    color: #ed502e;
    transition: .3s ease-out;
}

.service-box-section .inside-box:hover .icons i {
    font-size: 70px;
    color: #213e6c;
    transition: .3s ease-in;
}

.service-box-section .service-box .title {
    display: flex;
    width: 90%;
    align-items: center;
    justify-content: center;
}

.service-box-section .service-box .title h3 {
    font-family: "Montserrat-SemiBold_0", sans-serif;
    color: #213e6c;
    margin: 0px;
    font-size: 17px;
    text-align: center;
}

.service-box-section .service-box .content {
    width: 70%;
    text-align: center;
}

.service-box-section .service-box .content span {
    font-family: "Montserrat-Medium_0", sans-serif;
    color: grey;
    text-align: center;
    font-size: 12px;
    display: inline-block;
}

.service-box-section .service-box .dots {

}

.service-box-section .service-box .dots span {
    display: inline-block;
    height: 7px;
    width: 7px;
    background-color: #cbcbcb;
    border-radius: 7px;
    transition: .3s ease-out;
}

.service-box-section .inside-box:hover .dots span {
    display: inline-block;
    height: 7px;
    width: 7px;
    background-color: #ed502e;
    border-radius: 7px;
    transition: .3s ease-in;
}

.service-box-section .more-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 50px;
}

.service-box-section .more-btn a {
    color: white;
    background-color: #213e6c;
    padding: 20px;
    margin-bottom: 30px;
    display: inline-block;
    font-family: "Montserrat-Medium_0", sans-serif;
}

/* ------------------------------ Dynamic Text Section  */

.dynamic-text-section {
    background: #f5f5f5;
    display: flex;
    justify-content: center;
}

.dynamic-text-section .content {
    width: 60%;
    margin-top: 30px;
    margin-bottom: 20px;
}

.dynamic-text-section .content span {
    display: inline-block;
    text-align: center;
    color: #213e6c;
    font-size: 14px;
    margin-bottom: 20px;
    width: 100%;
    font-family: "Montserrat-SemiBold_0", sans-serif;
}

.dynamic-text-section .content h1 {
    margin: 0px;
    text-align: center;
    font-family: "Montserrat-Bold", sans-serif;
    color: #213e6c;
}

.dynamic-text-section .director-name {
    margin-top: 20px;
}

.dynamic-text-section .director-name span {
    display: inline-block;
    text-align: center;
    color: #213e6c;
    font-size: 14px;
    margin: 0px;
    width: 100%;
    font-family: "Montserrat-SemiBold_0", sans-serif;
}

.dynamic-text-section .director-name p {
    display: inline-block;
    text-align: center;
    color: #213e6c;
    font-size: 14px;
    width: 100%;
    font-family: "Montserrat-Regular_0", sans-serif;
}

/* ------------------------------ Services Image Section  */

.service-image-section {

}

.service-image-section .img-row {
    width: 100%;
    height: 60vh;
    margin: 0px;
}

.service-image-section .img-row .img-box-outer {
    padding: 0px;
    overflow: hidden;
}

.service-image-section .img-row .img-box-outer .img-background {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    height: 100%;
}

.service-image-section .img-row .img-box-outer .img-background a {
    text-decoration: none;
    width: 100%;
    display: flex;
    height: 100%;
    flex-direction: column;
    padding: 20px;
    justify-content: flex-end;
    transition: .3s ease;
    overflow: hidden;
    align-items: center;
}

.service-image-section .img-row .img-box-outer .img-background a:hover {
    transition: .3s ease;
}

.service-image-section .img-row .img-box-outer .img-background .content {
    position: relative;
    display: flex;
    padding: 10px;
    flex-direction: column;
    align-items: center;
    background-color: white;
    top: 130px;
    margin-bottom: 20px;
    width: 80%;
}

.service-image-section .img-row .img-box-outer:hover .img-background {
    transform: scale(1.05);
}

.service-image-section .img-row .img-box-outer .img-background:hover .content {
    top: 0px;
}

.service-image-section .img-row .img-box-outer .img-background .content h3 {
    font-family: "Montserrat-SemiBold_0", sans-serif;
    color: black;
    font-size: 20px;
    color: #213e6c;
}

.service-image-section .img-row .img-box-outer .img-background .content span {
    display: inline-block;
    font-family: "Montserrat-Regular_0", sans-serif;
    width: 100%;
    color: black;
    text-align: center;
    color: #213e6c;
}

/* ------------------------------ Count style  */
.count_sec {
    background: #f5f5f5;
    padding: 40px 0px;
    /* #D0D3DE */
}
.count_sec .content {
    position: relative;
}
.count_sec .content h1 {
    font-size: 110px;
    text-align: center;
    color: rgba(13, 34, 75, 0.21);
    margin: 0px;
    padding: 20px 0px;
}
.count_sec .content p {
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    color: #0b2341;
    display: flex;
    font-family: "Montserrat-Bold", sans-serif;
    font-weight: 500;
    padding: 35px;
    font-size: 15px;
    text-align: center;
    align-items: center;
    justify-content: center;
    margin: 0px;
}
}

/* Large devices (laptops/desktops, 992px - 1200px) */
@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .heading-title-section {
        display: flex;
        height: 180px;
        align-items: center;
        background: #f5f5f5;
        justify-content: center;
        flex-direction: column;
    }

    .heading-title-section .inside-heading .title {
        font-size: 45px;
        font-weight: 600;
        font-family: "Montserrat-SemiBold_0", sans-serif;
        color: #213e6c;
    }

    .heading-title-section .inside-heading .arrow-symbol i {
        font-size: 20px;
        color: #213e6c;
    }

    .service-box-section .row {
        margin-bottom: 30px;
        row-gap: 40px;
    }

    .service-box-section .row .service-box .inside-box {
        display: flex;
        flex-direction: column;
        align-items: center;
        height: 300px;
        width: 90%;
        background-color: white;
        justify-content: space-evenly;
        position: relative;
        transition: .3s ease-out;
    }

    .service-box-section .service-box .title h3 {
        font-family: "Montserrat-SemiBold_0", sans-serif;
        color: #213e6c;
        margin: 0px;
        font-size: 16px;
        text-align: center;
    }

    .service-box-section .service-box .content span {
        font-family: "Montserrat-Medium_0", sans-serif;
        color: grey;
        text-align: center;
        font-size: 15px;
        display: inline-block;
    }

    .dynamic-text-section .content h1 {
        margin: 0px;
        text-align: center;
        font-family: "Montserrat-Bold", sans-serif;
        color: #213e6c;
        font-size: 45px;
    }

    .service-image-section .img-row .img-box-outer .img-background .content h3 {
        font-family: "Montserrat-SemiBold_0", sans-serif;
        color: black;
        font-size: 16px;
        color: #213e6c;
    }
    
    .service-image-section .img-row .img-box-outer .img-background .content span {
        display: inline-block;
        font-family: "Montserrat-Regular_0", sans-serif;
        width: 100%;
        color: black;
        font-size: 14px;
        text-align: center;
        color: #213e6c;
    }
    
    .service-image-section .img-row .img-box-outer .img-background .content {
        position: relative;
        display: flex;
        padding: 5px;
        flex-direction: column;
        align-items: center;
        background-color: white;
        margin-bottom: 20px;
        width: 80%;
    }

    .count_sec {
        background: #f5f5f5;
        padding: 30px 0px;
    }

    .testmonial_sec {
        padding: 30px 0px;
        background: #f5f5f5;
    }

    .testmonial_sec h1 {
        text-align: center;
        font-family: "Montserrat-Bold", sans-serif;
        color: #213e6c;
        font-size: 45px;
        margin-bottom: 30px;
    }

    .testmonial_sec .carousel_content span {
        font-size: 18px;
        display: inline-block;
        padding: 0 130px;
        font-family: "Montserrat-Medium_0", sans-serif;
        margin-bottom: 30px;
    }

    .testmonial_sec .carousel_content h5 {
        font-size: 16px;
        margin-bottom: 2px;
        font-family: "Montserrat-Medium_0", sans-serif;
        font-weight: bold;
    }

    .testmonial_sec .carousel_content p {
        color: #ccc;
        font-size: 16px;
        font-family: "Montserrat-Regular_0", sans-serif;
    }
}

/* Medium devices (landscape tablets, 768px - 991px) */
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .heading-title-section {
        display: flex;
        height: 180px;
        align-items: center;
        background: #f5f5f5;
        justify-content: center;
        flex-direction: column;
    }

    .heading-title-section .inside-heading .title {
        font-size: 45px;
        font-weight: 600;
        font-family: "Montserrat-SemiBold_0", sans-serif;
        color: #213e6c;
    }

    .heading-title-section .inside-heading .arrow-symbol i {
        font-size: 20px;
        color: #213e6c;
    }

    .service-box-section .row {
        margin-bottom: 30px;
        row-gap: 40px;
    }

    .service-box-section .row .service-box .inside-box {
        display: flex;
        flex-direction: column;
        align-items: center;
        height: 300px;
        width: 90%;
        background-color: white;
        justify-content: space-evenly;
        position: relative;
        transition: .3s ease-out;
    }

    .service-box-section .service-box .title h3 {
        font-family: "Montserrat-SemiBold_0", sans-serif;
        color: #213e6c;
        margin: 0px;
        font-size: 16px;
        text-align: center;
    }

    .service-box-section .service-box .content span {
        font-family: "Montserrat-Medium_0", sans-serif;
        color: grey;
        text-align: center;
        font-size: 15px;
        display: inline-block;
    }

    .dynamic-text-section .content {
        width: 85%;
        margin-top: 30px;
        margin-bottom: 20px;
    }

    .dynamic-text-section .content h1 {
        margin: 0px;
        text-align: center;
        font-family: "Montserrat-Bold", sans-serif;
        color: #213e6c;
        font-size: 45px;
    }

    .service-image-section .img-row {
        width: 100%;
        height: 100vh;
        margin: 0px;
    }    

    .service-image-section .img-row .img-box-outer .img-background .content h3 {
        font-family: "Montserrat-SemiBold_0", sans-serif;
        color: black;
        font-size: 16px;
        color: #213e6c;
    }
    
    .service-image-section .img-row .img-box-outer .img-background .content span {
        display: inline-block;
        font-family: "Montserrat-Regular_0", sans-serif;
        width: 100%;
        color: black;
        font-size: 14px;
        text-align: center;
        color: #213e6c;
    }
    
    .service-image-section .img-row .img-box-outer .img-background .content {
        position: relative;
        display: flex;
        padding: 5px;
        flex-direction: column;
        align-items: center;
        background-color: white;
        margin-bottom: 20px;
        width: 50%;
    }

    .count_sec {
        background: #f5f5f5;
        padding: 30px 0px;
    }

    .testmonial_sec {
        padding: 30px 0px;
        background: #f5f5f5;
    }

    .testmonial_sec h1 {
        text-align: center;
        font-family: "Montserrat-Bold", sans-serif;
        color: #213e6c;
        font-size: 45px;
        margin-bottom: 30px;
    }

    .testmonial_sec .carousel_content span {
        font-size: 18px;
        display: inline-block;
        padding: 0 130px;
        font-family: "Montserrat-Medium_0", sans-serif;
        margin-bottom: 30px;
    }

    .testmonial_sec .carousel_content h5 {
        font-size: 15px;
        margin-bottom: 2px;
        font-family: "Montserrat-Medium_0", sans-serif;
        font-weight: bold;
    }

    .testmonial_sec .carousel_content p {
        color: #ccc;
        font-size: 15px;
        font-family: "Montserrat-Regular_0", sans-serif;
    }

    .testmonial_sec .carousel_content span {
        font-size: 15px;
        display: inline-block;
        padding: 0 70px;
        font-family: "Montserrat-Medium_0", sans-serif;
        margin-bottom: 30px;
    }
}

/* Small devices (portrait tablets, 600px - 767px) */
@media only screen and (min-width: 600px) and (max-width: 767px) {
    .heading-title-section {
        display: flex;
        height: 160px;
        align-items: center;
        background: #f5f5f5;
        justify-content: center;
        flex-direction: column;
    }

    .heading-title-section .inside-heading .title {
        font-size: 40px;
        font-weight: 600;
        font-family: "Montserrat-SemiBold_0", sans-serif;
        color: #213e6c;
    }

    .heading-title-section .inside-heading .arrow-symbol i {
        font-size: 20px;
        color: #213e6c;
    }

    .service-box-section .row {
        margin-bottom: 30px;
        row-gap: 40px;
    }

    .service-box-section .row .service-box .inside-box {
        display: flex;
        flex-direction: column;
        align-items: center;
        height: 300px;
        width: 60%;
        background-color: white;
        justify-content: space-evenly;
        position: relative;
        transition: .3s ease-out;
    }

    .service-box-section .service-box .title h3 {
        font-family: "Montserrat-SemiBold_0", sans-serif;
        color: #213e6c;
        margin: 0px;
        font-size: 16px;
        text-align: center;
    }

    .service-box-section .service-box .content span {
        font-family: "Montserrat-Medium_0", sans-serif;
        color: grey;
        text-align: center;
        font-size: 15px;
        display: inline-block;
    }

    .dynamic-text-section .content {
        width: 85%;
        margin-top: 30px;
        margin-bottom: 20px;
    }

    .dynamic-text-section .content h1 {
        margin: 0px;
        text-align: center;
        font-family: "Montserrat-Bold", sans-serif;
        color: #213e6c;
        font-size: 35px;
    }

    .service-image-section .img-row {
        width: 100%;
        height: 300vh;
        margin: 0px;
    }

    .service-image-section .img-row .img-box-outer .img-background .content h3 {
        font-family: "Montserrat-SemiBold_0", sans-serif;
        color: black;
        font-size: 15px;
        color: #213e6c;
    }
    
    .service-image-section .img-row .img-box-outer .img-background .content span {
        display: inline-block;
        font-family: "Montserrat-Regular_0", sans-serif;
        width: 100%;
        color: black;
        font-size: 15px;
        text-align: center;
        color: #213e6c;
    }
    
    .service-image-section .img-row .img-box-outer .img-background .content {
        position: relative;
        display: flex;
        padding: 5px;
        flex-direction: column;
        align-items: center;
        background-color: white;
        margin-bottom: 20px;
        width: 30%;
    }

    .count_sec {
        background: #f5f5f5;
        padding: 30px 0px;
    }

    .testmonial_sec {
        padding: 30px 0px;
        background: #f5f5f5;
    }

    .testmonial_sec .owl-prev {
        left: 0px !important;
    }

    .testmonial_sec .owl-next {
        right: 0px !important;
    }

    .testmonial_sec h1 {
        text-align: center;
        font-family: "Montserrat-Bold", sans-serif;
        color: #213e6c;
        font-size: 40px;
        margin-bottom: 30px;
    }

    .testmonial_sec .carousel_content h5 {
        font-size: 15px;
        margin-bottom: 2px;
        font-family: "Montserrat-Medium_0", sans-serif;
        font-weight: bold;
    }

    .testmonial_sec .carousel_content p {
        color: #ccc;
        font-size: 15px;
        font-family: "Montserrat-Regular_0", sans-serif;
    }

    .testmonial_sec .carousel_content span {
        font-size: 14px;
        display: inline-block;
        padding: 0 50px;
        font-family: "Montserrat-Medium_0", sans-serif;
        margin-bottom: 30px;
    }

}

/* Extra small devices (phones, up to 599px) */
@media only screen and (max-width: 600px) {
    .heading-title-section {
        display: flex;
        height: 160px;
        align-items: center;
        background: #f5f5f5;
        justify-content: center;
        flex-direction: column;
    }

    .heading-title-section .inside-heading .title {
        font-size: 40px;
        font-weight: 600;
        font-family: "Montserrat-SemiBold_0", sans-serif;
        color: #213e6c;
    }

    .heading-title-section .inside-heading .arrow-symbol i {
        font-size: 20px;
        color: #213e6c;
    }

    .service-box-section .row {
        margin-bottom: 30px;
        row-gap: 40px;
    }

    .service-box-section .row .service-box .inside-box {
        display: flex;
        flex-direction: column;
        align-items: center;
        height: 300px;
        width: 60%;
        background-color: white;
        justify-content: space-evenly;
        position: relative;
        transition: .3s ease-out;
    }

    .service-box-section .service-box .title h3 {
        font-family: "Montserrat-SemiBold_0", sans-serif;
        color: #213e6c;
        margin: 0px;
        font-size: 16px;
        text-align: center;
    }

    .service-box-section .service-box .content span {
        font-family: "Montserrat-Medium_0", sans-serif;
        color: grey;
        text-align: center;
        font-size: 15px;
        display: inline-block;
    }

    .dynamic-text-section .content {
        width: 85%;
        margin-top: 30px;
        margin-bottom: 20px;
    }

    .dynamic-text-section .content h1 {
        margin: 0px;
        text-align: center;
        font-family: "Montserrat-Bold", sans-serif;
        color: #213e6c;
        font-size: 35px;
    }

    .service-image-section .img-row {
        width: 100%;
        height: 300vh;
        margin: 0px;
    }

    .service-image-section .img-row .img-box-outer .img-background .content h3 {
        font-family: "Montserrat-SemiBold_0", sans-serif;
        color: black;
        font-size: 15px;
        color: #213e6c;
    }
    
    .service-image-section .img-row .img-box-outer .img-background .content span {
        display: inline-block;
        font-family: "Montserrat-Regular_0", sans-serif;
        width: 100%;
        color: black;
        font-size: 15px;
        text-align: center;
        color: #213e6c;
    }
    
    .service-image-section .img-row .img-box-outer .img-background .content {
        position: relative;
        display: flex;
        padding: 5px;
        flex-direction: column;
        align-items: center;
        background-color: white;
        margin-bottom: 20px;
        width: 30%;
    }

    .count_sec {
        background: #f5f5f5;
        padding: 30px 0px;
    }

    .testmonial_sec {
        padding: 30px 0px;
        background: #f5f5f5;
    }

    .testmonial_sec .owl-prev {
        left: 0px !important;
    }

    .testmonial_sec .owl-next {
        right: 0px !important;
    }

    .testmonial_sec h1 {
        text-align: center;
        font-family: "Montserrat-Bold", sans-serif;
        color: #213e6c;
        font-size: 40px;
        margin-bottom: 30px;
    }

    .testmonial_sec .carousel_content h5 {
        font-size: 15px;
        margin-bottom: 2px;
        font-family: "Montserrat-Medium_0", sans-serif;
        font-weight: bold;
    }

    .testmonial_sec .carousel_content p {
        color: #ccc;
        font-size: 15px;
        font-family: "Montserrat-Regular_0", sans-serif;
    }

    .testmonial_sec .carousel_content span {
        font-size: 14px;
        display: inline-block;
        padding: 0 50px;
        font-family: "Montserrat-Medium_0", sans-serif;
        margin-bottom: 30px;
    }

}

/* Extra small devices (phones, up to 576px) */
@media only screen and (max-width: 576px) {
    .heading-title-section {
        display: flex;
        height: 160px;
        align-items: center;
        background: #f5f5f5;
        justify-content: center;
        flex-direction: column;
    }

    .heading-title-section .inside-heading .title {
        font-size: 35px;
        font-weight: 600;
        font-family: "Montserrat-SemiBold_0", sans-serif;
        color: #213e6c;
    }

    .heading-title-section .inside-heading .arrow-symbol i {
        font-size: 20px;
        color: #213e6c;
    }

    .service-box-section .row {
        margin-bottom: 30px;
        row-gap: 40px;
    }

    .service-box-section .row .service-box .inside-box {
        display: flex;
        flex-direction: column;
        align-items: center;
        height: 300px;
        width: 60%;
        background-color: white;
        justify-content: space-evenly;
        position: relative;
        transition: .3s ease-out;
    }

    .service-box-section .service-box .title h3 {
        font-family: "Montserrat-SemiBold_0", sans-serif;
        color: #213e6c;
        margin: 0px;
        font-size: 16px;
        text-align: center;
    }

    .service-box-section .service-box .content span {
        font-family: "Montserrat-Medium_0", sans-serif;
        color: grey;
        text-align: center;
        font-size: 15px;
        display: inline-block;
    }

    .dynamic-text-section .content {
        width: 85%;
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .dynamic-text-section .content h1 {
        margin: 0px;
        text-align: center;
        font-family: "Montserrat-Bold", sans-serif;
        color: #213e6c;
        font-size: 30px;
    }

    .service-image-section .img-row {
        width: 100%;
        height: 280vh;
        margin: 0px;
    }

    .service-image-section .img-row .img-box-outer .img-background .content h3 {
        font-family: "Montserrat-SemiBold_0", sans-serif;
        color: black;
        font-size: 15px;
        color: #213e6c;
    }
    
    .service-image-section .img-row .img-box-outer .img-background .content span {
        display: inline-block;
        font-family: "Montserrat-Regular_0", sans-serif;
        width: 100%;
        color: black;
        font-size: 15px;
        text-align: center;
        color: #213e6c;
    }
    
    .service-image-section .img-row .img-box-outer .img-background .content {
        position: relative;
        display: flex;
        padding: 5px;
        flex-direction: column;
        align-items: center;
        background-color: white;
        margin-bottom: 20px;
        width: 30%;
    }

    .count_sec {
        background: #f5f5f5;
        padding: 30px 0px;
    }

    .testmonial_sec {
        padding: 30px 0px;
        background: #f5f5f5;
    }

    .testmonial_sec .owl-prev {
        left: 0px !important;
    }

    .testmonial_sec .owl-next {
        right: 0px !important;
    }

    .testmonial_sec h1 {
        text-align: center;
        font-family: "Montserrat-Bold", sans-serif;
        color: #213e6c;
        font-size: 35px;
        margin-bottom: 30px;
    }

    .testmonial_sec .carousel_content h5 {
        font-size: 15px;
        margin-bottom: 2px;
        font-family: "Montserrat-Medium_0", sans-serif;
        font-weight: bold;
    }

    .testmonial_sec .carousel_content p {
        color: #ccc;
        font-size: 15px;
        font-family: "Montserrat-Regular_0", sans-serif;
    }

    .testmonial_sec .carousel_content span {
        font-size: 14px;
        display: inline-block;
        padding: 0 50px;
        font-family: "Montserrat-Medium_0", sans-serif;
        margin-bottom: 30px;
    }

}

/* Extra small devices (phones, up to 500px) */
@media only screen and (max-width: 500px) {
    .heading-title-section {
        display: flex;
        height: 130px;
        align-items: center;
        background: #f5f5f5;
        justify-content: center;
        flex-direction: column;
    }

    .heading-title-section .inside-heading .title {
        font-size: 30px;
        font-weight: 600;
        font-family: "Montserrat-SemiBold_0", sans-serif;
        color: #213e6c;
    }

    .heading-title-section .inside-heading .arrow-symbol i {
        font-size: 20px;
        color: #213e6c;
    }

    .service-box-section .row {
        margin-bottom: 30px;
        row-gap: 40px;
    }

    .service-box-section .row .service-box .inside-box {
        display: flex;
        flex-direction: column;
        align-items: center;
        height: 300px;
        width: 60%;
        background-color: white;
        justify-content: space-evenly;
        position: relative;
        transition: .3s ease-out;
    }

    .service-box-section .service-box .title h3 {
        font-family: "Montserrat-SemiBold_0", sans-serif;
        color: #213e6c;
        margin: 0px;
        font-size: 16px;
        text-align: center;
    }

    .service-box-section .service-box .content span {
        font-family: "Montserrat-Medium_0", sans-serif;
        color: grey;
        text-align: center;
        font-size: 15px;
        display: inline-block;
    }

    .dynamic-text-section .content {
        width: 85%;
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .dynamic-text-section .content h1 {
        margin: 0px;
        text-align: center;
        font-family: "Montserrat-Bold", sans-serif;
        color: #213e6c;
        font-size: 30px;
    }

    .service-image-section .img-row {
        width: 100%;
        height: 245vh;
        margin: 0px;
    }

    .service-image-section .img-row .img-box-outer .img-background .content h3 {
        font-family: "Montserrat-SemiBold_0", sans-serif;
        color: black;
        font-size: 15px;
        color: #213e6c;
    }
    
    .service-image-section .img-row .img-box-outer .img-background .content span {
        display: inline-block;
        font-family: "Montserrat-Regular_0", sans-serif;
        width: 100%;
        color: black;
        font-size: 15px;
        text-align: center;
        color: #213e6c;
    }
    
    .service-image-section .img-row .img-box-outer .img-background .content {
        position: relative;
        display: flex;
        padding: 5px;
        flex-direction: column;
        align-items: center;
        background-color: white;
        margin-bottom: 20px;
        width: 30%;
    }

    .count_sec {
        background: #f5f5f5;
        padding: 30px 0px;
    }

    .testmonial_sec {
        padding: 30px 0px;
        background: #f5f5f5;
    }

    .testmonial_sec .owl-prev {
        left: 0px !important;
        max-width: 14px;
    }

    .testmonial_sec .owl-next {
        right: 0px !important;
        max-width: 14px;
    }

    .testmonial_sec h1 {
        text-align: center;
        font-family: "Montserrat-Bold", sans-serif;
        color: #213e6c;
        font-size: 30px;
        margin-bottom: 30px;
    }

    .testmonial_sec .carousel_content h5 {
        font-size: 14px;
        margin-bottom: 2px;
        font-family: "Montserrat-Medium_0", sans-serif;
        font-weight: bold;
    }

    .testmonial_sec .carousel_content p {
        color: #ccc;
        font-size: 14px;
        font-family: "Montserrat-Regular_0", sans-serif;
    }

    .testmonial_sec .carousel_content span {
        font-size: 13px;
        display: inline-block;
        padding: 0 50px;
        font-family: "Montserrat-Medium_0", sans-serif;
        margin-bottom: 30px;
    }
}

/* Other Android Devices (phones, up to 450px) */
@media only screen and (max-width: 450px) {
    .heading-title-section {
        display: flex;
        height: 130px;
        align-items: center;
        background: #f5f5f5;
        justify-content: center;
        flex-direction: column;
    }

    .heading-title-section .inside-heading .title {
        font-size: 30px;
        font-weight: 600;
        font-family: "Montserrat-SemiBold_0", sans-serif;
        color: #213e6c;
    }

    .heading-title-section .inside-heading .arrow-symbol i {
        font-size: 20px;
        color: #213e6c;
    }

    .service-box-section .row {
        margin-bottom: 30px;
        row-gap: 40px;
    }

    .service-box-section .row .service-box .inside-box {
        display: flex;
        flex-direction: column;
        align-items: center;
        height: 300px;
        width: 80%;
        background-color: white;
        justify-content: space-evenly;
        position: relative;
        transition: .3s ease-out;
    }

    .service-box-section .service-box .title h3 {
        font-family: "Montserrat-SemiBold_0", sans-serif;
        color: #213e6c;
        margin: 0px;
        font-size: 16px;
        text-align: center;
    }

    .service-box-section .service-box .content span {
        font-family: "Montserrat-Medium_0", sans-serif;
        color: grey;
        text-align: center;
        font-size: 15px;
        display: inline-block;
    }

    .dynamic-text-section .content {
        width: 90%;
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .dynamic-text-section .content h1 {
        margin: 0px;
        text-align: center;
        font-family: "Montserrat-Bold", sans-serif;
        color: #213e6c;
        font-size: 25px;
    }

    .service-image-section .img-row {
        width: 100%;
        height: 200vh;
        margin: 0px;
    }

    .service-image-section .img-row .img-box-outer .img-background .content h3 {
        font-family: "Montserrat-SemiBold_0", sans-serif;
        color: black;
        font-size: 14px;
        color: #213e6c;
    }
    
    .service-image-section .img-row .img-box-outer .img-background .content span {
        display: inline-block;
        font-family: "Montserrat-Regular_0", sans-serif;
        width: 100%;
        color: black;
        font-size: 14px;
        text-align: center;
        color: #213e6c;
    }
    
    .service-image-section .img-row .img-box-outer .img-background .content {
        position: relative;
        display: flex;
        padding: 5px;
        flex-direction: column;
        align-items: center;
        background-color: white;
        margin-bottom: 20px;
        width: 40%;
    }

    .count_sec {
        background: #f5f5f5;
        padding: 20px 0px;
    }

    .testmonial_sec {
        padding: 20px 0px;
        background: #f5f5f5;
    }

    .testmonial_sec .owl-prev {
        left: 0px !important;
        max-width: 14px;
    }

    .testmonial_sec .owl-next {
        right: 0px !important;
        max-width: 14px;
    }

    .testmonial_sec h1 {
        text-align: center;
        font-family: "Montserrat-Bold", sans-serif;
        color: #213e6c;
        font-size: 30px;
        margin-bottom: 30px;
    }

    .testmonial_sec .carousel_content h5 {
        font-size: 13px;
        margin-bottom: 2px;
        font-family: "Montserrat-Medium_0", sans-serif;
        font-weight: bold;
    }

    .testmonial_sec .carousel_content p {
        color: #ccc;
        font-size: 13px;
        font-family: "Montserrat-Regular_0", sans-serif;
    }

    .testmonial_sec .carousel_content span {
        font-size: 12px;
        display: inline-block;
        padding: 0 30px;
        font-family: "Montserrat-Medium_0", sans-serif;
        margin-bottom: 30px;
    }
}

/* iPhone 13 Pro Max */
@media only screen and (max-device-width: 428px) {
    .heading-title-section {
        display: flex;
        height: 130px;
        align-items: center;
        background: #f5f5f5;
        justify-content: center;
        flex-direction: column;
    }

    .heading-title-section .inside-heading .title {
        font-size: 30px;
        font-weight: 600;
        font-family: "Montserrat-SemiBold_0", sans-serif;
        color: #213e6c;
    }

    .heading-title-section .inside-heading .arrow-symbol i {
        font-size: 20px;
        color: #213e6c;
    }

    .service-box-section .row {
        margin-bottom: 30px;
        row-gap: 40px;
    }

    .service-box-section .row .service-box .inside-box {
        display: flex;
        flex-direction: column;
        align-items: center;
        height: 300px;
        width: 80%;
        background-color: white;
        justify-content: space-evenly;
        position: relative;
        transition: .3s ease-out;
    }

    .service-box-section .service-box .title h3 {
        font-family: "Montserrat-SemiBold_0", sans-serif;
        color: #213e6c;
        margin: 0px;
        font-size: 16px;
        text-align: center;
    }

    .service-box-section .service-box .content span {
        font-family: "Montserrat-Medium_0", sans-serif;
        color: grey;
        text-align: center;
        font-size: 15px;
        display: inline-block;
    }

    .dynamic-text-section .content {
        width: 90%;
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .dynamic-text-section .content h1 {
        margin: 0px;
        text-align: center;
        font-family: "Montserrat-Bold", sans-serif;
        color: #213e6c;
        font-size: 20px;
    }

    .service-image-section .img-row {
        width: 100%;
        height: 200vh;
        margin: 0px;
    }

    .service-image-section .img-row .img-box-outer .img-background .content h3 {
        font-family: "Montserrat-SemiBold_0", sans-serif;
        color: black;
        font-size: 13px;
        color: #213e6c;
    }
    
    .service-image-section .img-row .img-box-outer .img-background .content span {
        display: inline-block;
        font-family: "Montserrat-Regular_0", sans-serif;
        width: 100%;
        color: black;
        font-size: 13px;
        text-align: center;
        color: #213e6c;
    }
    
    .service-image-section .img-row .img-box-outer .img-background .content {
        position: relative;
        display: flex;
        padding: 5px;
        flex-direction: column;
        align-items: center;
        background-color: white;
        margin-bottom: 20px;
        width: 40%;
    }

    .count_sec {
        background: #f5f5f5;
        padding: 20px 0px;
    }

    .testmonial_sec {
        padding: 20px 0px;
        background: #f5f5f5;
    }

    .testmonial_sec .owl-prev {
        left: 0px !important;
        max-width: 14px;
    }

    .testmonial_sec .owl-next {
        right: 0px !important;
        max-width: 14px;
    }

    .testmonial_sec h1 {
        text-align: center;
        font-family: "Montserrat-Bold", sans-serif;
        color: #213e6c;
        font-size: 30px;
        margin-bottom: 30px;
    }

    .testmonial_sec .carousel_content h5 {
        font-size: 13px;
        margin-bottom: 2px;
        font-family: "Montserrat-Medium_0", sans-serif;
        font-weight: bold;
    }

    .testmonial_sec .carousel_content p {
        color: #ccc;
        font-size: 13px;
        font-family: "Montserrat-Regular_0", sans-serif;
    }

    .testmonial_sec .carousel_content span {
        font-size: 12px;
        display: inline-block;
        padding: 0 30px;
        font-family: "Montserrat-Medium_0", sans-serif;
        margin-bottom: 30px;
    }

    .testmonial_sec .sec_sub_wid .owl-stage {
        display: flex;
        justify-content: center;
        width: 390px !important;
    }
}

/* iPhone XR Max */
@media only screen and (max-device-width: 414px) {

    .heading-title-section {
        display: flex;
        height: 120px;
        align-items: center;
        background: #f5f5f5;
        justify-content: center;
        flex-direction: column;
    }

    .heading-title-section .inside-heading .title {
        font-size: 28px;
        font-weight: 600;
        font-family: "Montserrat-SemiBold_0", sans-serif;
        color: #213e6c;
    }

    .heading-title-section .inside-heading .arrow-symbol i {
        font-size: 18px;
        color: #213e6c;
    }

    .service-box-section .row {
        margin-bottom: 30px;
        row-gap: 40px;
    }

    .service-box-section .row .service-box .inside-box {
        display: flex;
        flex-direction: column;
        align-items: center;
        height: 300px;
        width: 80%;
        background-color: white;
        justify-content: space-evenly;
        position: relative;
        transition: .3s ease-out;
    }

    .service-box-section .service-box .title h3 {
        font-family: "Montserrat-SemiBold_0", sans-serif;
        color: #213e6c;
        margin: 0px;
        font-size: 16px;
        text-align: center;
    }

    .service-box-section .service-box .content span {
        font-family: "Montserrat-Medium_0", sans-serif;
        color: grey;
        text-align: center;
        font-size: 15px;
        display: inline-block;
    }

    .dynamic-text-section .content {
        width: 90%;
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .dynamic-text-section .content h1 {
        margin: 0px;
        text-align: center;
        font-family: "Montserrat-Bold", sans-serif;
        color: #213e6c;
        font-size: 20px;
    }

    .service-image-section .img-row {
        width: 100%;
        height: 180vh;
        margin: 0px;
    }

    .service-image-section .img-row .img-box-outer .img-background .content h3 {
        font-family: "Montserrat-SemiBold_0", sans-serif;
        color: black;
        font-size: 13px;
        color: #213e6c;
    }
    
    .service-image-section .img-row .img-box-outer .img-background .content span {
        display: inline-block;
        font-family: "Montserrat-Regular_0", sans-serif;
        width: 100%;
        color: black;
        font-size: 13px;
        text-align: center;
        color: #213e6c;
    }
    
    .service-image-section .img-row .img-box-outer .img-background .content {
        position: relative;
        display: flex;
        padding: 5px;
        flex-direction: column;
        align-items: center;
        background-color: white;
        margin-bottom: 20px;
        width: 40%;
    }

    .count_sec {
        background: #f5f5f5;
        padding: 20px 0px;
    }

    .testmonial_sec {
        padding: 20px 0px;
        background: #f5f5f5;
    }

    .testmonial_sec .owl-prev {
        left: 0px !important;
        max-width: 14px;
    }

    .testmonial_sec .owl-next {
        right: 0px !important;
        max-width: 14px;
    }

    .testmonial_sec h1 {
        text-align: center;
        font-family: "Montserrat-Bold", sans-serif;
        color: #213e6c;
        font-size: 28px;
        margin-bottom: 30px;
    }

    .testmonial_sec .carousel_content h5 {
        font-size: 13px;
        margin-bottom: 2px;
        font-family: "Montserrat-Medium_0", sans-serif;
        font-weight: bold;
    }

    .testmonial_sec .carousel_content p {
        color: #ccc;
        font-size: 13px;
        font-family: "Montserrat-Regular_0", sans-serif;
    }

    .testmonial_sec .carousel_content span {
        font-size: 12px;
        display: inline-block;
        padding: 0 30px;
        font-family: "Montserrat-Medium_0", sans-serif;
        margin-bottom: 30px;
    }

    .testmonial_sec .sec_sub_wid .owl-stage {
        display: flex;
        justify-content: center;
        width: 385px !important;
    }
}

/* Pixel 5 */
@media only screen and (max-device-width: 393px) {
    .heading-title-section {
        display: flex;
        height: 120px;
        align-items: center;
        background: #f5f5f5;
        justify-content: center;
        flex-direction: column;
    }

    .heading-title-section .inside-heading .title {
        font-size: 28px;
        font-weight: 600;
        font-family: "Montserrat-SemiBold_0", sans-serif;
        color: #213e6c;
    }

    .heading-title-section .inside-heading .arrow-symbol i {
        font-size: 18px;
        color: #213e6c;
    }

    .service-box-section .row {
        margin-bottom: 30px;
        row-gap: 40px;
    }

    .service-box-section .row .service-box .inside-box {
        display: flex;
        flex-direction: column;
        align-items: center;
        height: 300px;
        width: 80%;
        background-color: white;
        justify-content: space-evenly;
        position: relative;
        transition: .3s ease-out;
    }

    .service-box-section .service-box .title h3 {
        font-family: "Montserrat-SemiBold_0", sans-serif;
        color: #213e6c;
        margin: 0px;
        font-size: 16px;
        text-align: center;
    }

    .service-box-section .service-box .content span {
        font-family: "Montserrat-Medium_0", sans-serif;
        color: grey;
        text-align: center;
        font-size: 15px;
        display: inline-block;
    }

    .dynamic-text-section .content {
        width: 90%;
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .dynamic-text-section .content h1 {
        margin: 0px;
        text-align: center;
        font-family: "Montserrat-Bold", sans-serif;
        color: #213e6c;
        font-size: 20px;
    }

    .service-image-section .img-row {
        width: 100%;
        height: 180vh;
        margin: 0px;
    }

    .service-image-section .img-row .img-box-outer .img-background .content h3 {
        font-family: "Montserrat-SemiBold_0", sans-serif;
        color: black;
        font-size: 13px;
        color: #213e6c;
    }
    
    .service-image-section .img-row .img-box-outer .img-background .content span {
        display: inline-block;
        font-family: "Montserrat-Regular_0", sans-serif;
        width: 100%;
        color: black;
        font-size: 13px;
        text-align: center;
        color: #213e6c;
    }
    
    .service-image-section .img-row .img-box-outer .img-background .content {
        position: relative;
        display: flex;
        padding: 5px;
        flex-direction: column;
        align-items: center;
        background-color: white;
        margin-bottom: 20px;
        width: 40%;
    }

    .count_sec {
        background: #f5f5f5;
        padding: 20px 0px;
    }

    .testmonial_sec {
        padding: 20px 0px;
        background: #f5f5f5;
    }

    .testmonial_sec .owl-prev {
        left: 0px !important;
        max-width: 14px;
    }

    .testmonial_sec .owl-next {
        right: 0px !important;
        max-width: 14px;
    }

    .testmonial_sec h1 {
        text-align: center;
        font-family: "Montserrat-Bold", sans-serif;
        color: #213e6c;
        font-size: 28px;
        margin-bottom: 30px;
    }

    .testmonial_sec .carousel_content h5 {
        font-size: 13px;
        margin-bottom: 2px;
        font-family: "Montserrat-Medium_0", sans-serif;
        font-weight: bold;
    }

    .testmonial_sec .carousel_content p {
        color: #ccc;
        font-size: 13px;
        font-family: "Montserrat-Regular_0", sans-serif;
    }

    .testmonial_sec .carousel_content span {
        font-size: 12px;
        display: inline-block;
        padding: 0 30px;
        font-family: "Montserrat-Medium_0", sans-serif;
        margin-bottom: 30px;
    }

    .testmonial_sec .sec_sub_wid .owl-stage {
        display: flex;
        justify-content: center;
        width: 370px !important;
    }
    
}

/* iPhone 12 Pro */
@media only screen and (max-device-width: 390px) {
    .heading-title-section {
        display: flex;
        height: 120px;
        align-items: center;
        background: #f5f5f5;
        justify-content: center;
        flex-direction: column;
    }

    .heading-title-section .inside-heading .title {
        font-size: 28px;
        font-weight: 600;
        font-family: "Montserrat-SemiBold_0", sans-serif;
        color: #213e6c;
    }

    .heading-title-section .inside-heading .arrow-symbol i {
        font-size: 18px;
        color: #213e6c;
    }

    .service-box-section .row {
        margin-bottom: 30px;
        row-gap: 40px;
    }

    .service-box-section .row .service-box .inside-box {
        display: flex;
        flex-direction: column;
        align-items: center;
        height: 300px;
        width: 80%;
        background-color: white;
        justify-content: space-evenly;
        position: relative;
        transition: .3s ease-out;
    }

    .service-box-section .service-box .title h3 {
        font-family: "Montserrat-SemiBold_0", sans-serif;
        color: #213e6c;
        margin: 0px;
        font-size: 16px;
        text-align: center;
    }

    .service-box-section .service-box .content span {
        font-family: "Montserrat-Medium_0", sans-serif;
        color: grey;
        text-align: center;
        font-size: 15px;
        display: inline-block;
    }

    .dynamic-text-section .content {
        width: 90%;
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .dynamic-text-section .content h1 {
        margin: 0px;
        text-align: center;
        font-family: "Montserrat-Bold", sans-serif;
        color: #213e6c;
        font-size: 20px;
    }

    .service-image-section .img-row {
        width: 100%;
        height: 170vh;
        margin: 0px;
    }

    .service-image-section .img-row .img-box-outer .img-background .content h3 {
        font-family: "Montserrat-SemiBold_0", sans-serif;
        color: black;
        font-size: 13px;
        color: #213e6c;
    }
    
    .service-image-section .img-row .img-box-outer .img-background .content span {
        display: inline-block;
        font-family: "Montserrat-Regular_0", sans-serif;
        width: 100%;
        color: black;
        font-size: 13px;
        text-align: center;
        color: #213e6c;
    }
    
    .service-image-section .img-row .img-box-outer .img-background .content {
        position: relative;
        display: flex;
        padding: 5px;
        flex-direction: column;
        align-items: center;
        background-color: white;
        margin-bottom: 20px;
        width: 40%;
    }

    .count_sec {
        background: #f5f5f5;
        padding: 20px 0px;
    }

    .testmonial_sec {
        padding: 20px 0px;
        background: #f5f5f5;
    }

    .testmonial_sec .owl-prev {
        left: 0px !important;
        max-width: 14px;
    }

    .testmonial_sec .owl-next {
        right: 0px !important;
        max-width: 14px;
    }

    .testmonial_sec h1 {
        text-align: center;
        font-family: "Montserrat-Bold", sans-serif;
        color: #213e6c;
        font-size: 28px;
        margin-bottom: 30px;
    }

    .testmonial_sec .carousel_content h5 {
        font-size: 13px;
        margin-bottom: 2px;
        font-family: "Montserrat-Medium_0", sans-serif;
        font-weight: bold;
    }

    .testmonial_sec .carousel_content p {
        color: #ccc;
        font-size: 13px;
        font-family: "Montserrat-Regular_0", sans-serif;
    }

    .testmonial_sec .carousel_content span {
        font-size: 12px;
        display: inline-block;
        padding: 0 30px;
        font-family: "Montserrat-Medium_0", sans-serif;
        margin-bottom: 30px;
    }

    .testmonial_sec .sec_sub_wid .owl-stage {
        display: flex;
        justify-content: center;
        width: 355px !important;
    }
}

/* iPhone 6, 7, 8 */
@media only screen and (max-device-width: 375px) {
    .heading-title-section {
        display: flex;
        height: 120px;
        align-items: center;
        background: #f5f5f5;
        justify-content: center;
        flex-direction: column;
    }

    .heading-title-section .inside-heading .title {
        font-size: 28px;
        font-weight: 600;
        font-family: "Montserrat-SemiBold_0", sans-serif;
        color: #213e6c;
    }

    .heading-title-section .inside-heading .arrow-symbol i {
        font-size: 18px;
        color: #213e6c;
    }

    .service-box-section .row {
        margin-bottom: 30px;
        row-gap: 40px;
    }

    .service-box-section .row .service-box .inside-box {
        display: flex;
        flex-direction: column;
        align-items: center;
        height: 300px;
        width: 80%;
        background-color: white;
        justify-content: space-evenly;
        position: relative;
        transition: .3s ease-out;
    }

    .service-box-section .service-box .title h3 {
        font-family: "Montserrat-SemiBold_0", sans-serif;
        color: #213e6c;
        margin: 0px;
        font-size: 16px;
        text-align: center;
    }

    .service-box-section .service-box .content span {
        font-family: "Montserrat-Medium_0", sans-serif;
        color: grey;
        text-align: center;
        font-size: 15px;
        display: inline-block;
    }

    .dynamic-text-section .content {
        width: 90%;
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .dynamic-text-section .content h1 {
        margin: 0px;
        text-align: center;
        font-family: "Montserrat-Bold", sans-serif;
        color: #213e6c;
        font-size: 20px;
    }

    .service-image-section .img-row {
        width: 100%;
        height: 170vh;
        margin: 0px;
    }

    .service-image-section .img-row .img-box-outer .img-background .content h3 {
        font-family: "Montserrat-SemiBold_0", sans-serif;
        color: black;
        font-size: 13px;
        color: #213e6c;
    }
    
    .service-image-section .img-row .img-box-outer .img-background .content span {
        display: inline-block;
        font-family: "Montserrat-Regular_0", sans-serif;
        width: 100%;
        color: black;
        font-size: 13px;
        text-align: center;
        color: #213e6c;
    }
    
    .service-image-section .img-row .img-box-outer .img-background .content {
        position: relative;
        display: flex;
        padding: 5px;
        flex-direction: column;
        align-items: center;
        background-color: white;
        margin-bottom: 20px;
        width: 40%;
    }

    .count_sec {
        background: #f5f5f5;
        padding: 20px 0px;
    }

    .testmonial_sec {
        padding: 20px 0px;
        background: #f5f5f5;
    }

    .testmonial_sec .owl-prev {
        left: 0px !important;
        max-width: 14px;
    }

    .testmonial_sec .owl-next {
        right: 0px !important;
        max-width: 14px;
    }

    .testmonial_sec h1 {
        text-align: center;
        font-family: "Montserrat-Bold", sans-serif;
        color: #213e6c;
        font-size: 28px;
        margin-bottom: 30px;
    }

    .testmonial_sec .carousel_content h5 {
        font-size: 13px;
        margin-bottom: 2px;
        font-family: "Montserrat-Medium_0", sans-serif;
        font-weight: bold;
    }

    .testmonial_sec .carousel_content p {
        color: #ccc;
        font-size: 13px;
        font-family: "Montserrat-Regular_0", sans-serif;
    }

    .testmonial_sec .carousel_content span {
        font-size: 12px;
        display: inline-block;
        padding: 0 30px;
        font-family: "Montserrat-Medium_0", sans-serif;
        margin-bottom: 30px;
    }

    .testmonial_sec .sec_sub_wid .owl-stage {
        display: flex;
        justify-content: center;
        width: 345px !important;
    }
}

/* Samsung Galaxy */
@media only screen and (max-device-width: 360px) {
    .heading-title-section {
        display: flex;
        height: 120px;
        align-items: center;
        background: #f5f5f5;
        justify-content: center;
        flex-direction: column;
    }

    .heading-title-section .inside-heading .title {
        font-size: 28px;
        font-weight: 600;
        font-family: "Montserrat-SemiBold_0", sans-serif;
        color: #213e6c;
    }

    .heading-title-section .inside-heading .arrow-symbol i {
        font-size: 18px;
        color: #213e6c;
    }

    .service-box-section .row {
        margin-bottom: 30px;
        row-gap: 40px;
    }

    .service-box-section .row .service-box .inside-box {
        display: flex;
        flex-direction: column;
        align-items: center;
        height: 300px;
        width: 80%;
        background-color: white;
        justify-content: space-evenly;
        position: relative;
        transition: .3s ease-out;
    }

    .service-box-section .service-box .title h3 {
        font-family: "Montserrat-SemiBold_0", sans-serif;
        color: #213e6c;
        margin: 0px;
        font-size: 16px;
        text-align: center;
    }

    .service-box-section .service-box .content span {
        font-family: "Montserrat-Medium_0", sans-serif;
        color: grey;
        text-align: center;
        font-size: 15px;
        display: inline-block;
    }

    .dynamic-text-section .content {
        width: 90%;
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .dynamic-text-section .content h1 {
        margin: 0px;
        text-align: center;
        font-family: "Montserrat-Bold", sans-serif;
        color: #213e6c;
        font-size: 20px;
    }

    .service-image-section .img-row {
        width: 100%;
        height: 170vh;
        margin: 0px;
    }

    .service-image-section .img-row .img-box-outer .img-background .content h3 {
        font-family: "Montserrat-SemiBold_0", sans-serif;
        color: black;
        font-size: 13px;
        color: #213e6c;
    }
    
    .service-image-section .img-row .img-box-outer .img-background .content span {
        display: inline-block;
        font-family: "Montserrat-Regular_0", sans-serif;
        width: 100%;
        color: black;
        font-size: 13px;
        text-align: center;
        color: #213e6c;
    }
    
    .service-image-section .img-row .img-box-outer .img-background .content {
        position: relative;
        display: flex;
        padding: 5px;
        flex-direction: column;
        align-items: center;
        background-color: white;
        margin-bottom: 20px;
        width: 40%;
    }

    .count_sec {
        background: #f5f5f5;
        padding: 20px 0px;
    }

    .testmonial_sec {
        padding: 20px 0px;
        background: #f5f5f5;
    }

    .testmonial_sec .owl-prev {
        left: 0px !important;
        max-width: 14px;
    }

    .testmonial_sec .owl-next {
        right: 0px !important;
        max-width: 14px;
    }

    .testmonial_sec h1 {
        text-align: center;
        font-family: "Montserrat-Bold", sans-serif;
        color: #213e6c;
        font-size: 28px;
        margin-bottom: 30px;
    }

    .testmonial_sec .carousel_content h5 {
        font-size: 13px;
        margin-bottom: 2px;
        font-family: "Montserrat-Medium_0", sans-serif;
        font-weight: bold;
    }

    .testmonial_sec .carousel_content p {
        color: #ccc;
        font-size: 13px;
        font-family: "Montserrat-Regular_0", sans-serif;
    }

    .testmonial_sec .carousel_content span {
        font-size: 12px;
        display: inline-block;
        padding: 0 30px;
        font-family: "Montserrat-Medium_0", sans-serif;
        margin-bottom: 30px;
    }

    .testmonial_sec .sec_sub_wid .owl-stage {
        display: flex;
        justify-content: center;
        width: 345px !important;
    }
}
