

section.topbar {
    display: none;
}


section.topbar {
    background: #f8b914;
    padding: 15px 0;
}

ul.navbar-nav.mb-2.mb-lg-0 {
    gap: 12px;
    align-items: center;
        margin-right: 20px;
}
section.headerbar {
    box-shadow: 0 0 30px rgba(0, 0, 0, .08);
    background: #ffffff;
        border-bottom: 3px solid #e02a35;
            position: relative;
}
.top-left1 p {
    margin: 0;
    font-size: 14px;
    color: #ffffff;
    font-weight: 600;
    font-family: "Roboto", sans-serif;
}

a.navbar-brand {
    display: flex;
    align-items: center;
    margin-right: 0;
    gap: 10px;
    margin-left: 30px;
}
h3.first-text {
    font-size: 20px;
    font-family: "Inter", sans-serif;
    font-weight: 700;
    color: #0f8dcf;
    margin: 0;
}
h3.first-text span {
    font-size: 20px;
    font-family: "Inter", sans-serif;
    font-weight: 700;
    color: #e02a35;
}
h4.second-text {
    font-size: 20px;
    font-family: "Inter", sans-serif;
    font-weight: 600;
    color: #f8b914;
    margin: 0;
        letter-spacing: 4px;
}
.top-left1 {
    gap: 12px;
}
h4.second-text span {
    color: #e02a35;
}
.top-left2 {
    gap: 12px;
}

.top-left2 p {
    margin: 0;
    font-size: 14px;
    color: #ffffff;
    font-weight: 600;
    font-family: "Roboto", sans-serif;
}

.top-left1 img {
    width: 30px;
    height: 30px;
}

.top-left2 img {
    width: 30px;
    height: 30px;
}

.header22 {
    position: absolute;
    text-align: center;
    background: #e02a35;
    color: rgb(15 141 207);
    width: 100%;
    bottom: 21px;
    padding: 0 !important;
}
section.banner-section {
    /* background: #92affb4a; */
    /* background: #00808026; */
}

.waves {
    position: relative;
    width: 100%;
    height: 53vh;
    margin-bottom: -19px;
    min-height: 78px;
    max-height: 90px;
}
/* Animation */

.parallax > use {
animation: move-forever 25s cubic-bezier(.55,.5,.45,.5)     infinite;
}
.parallax > use:nth-child(1) {
animation-delay: -2s;
animation-duration: 7s;
}
.parallax > use:nth-child(2) {
animation-delay: -3s;
animation-duration: 10s;
}
.parallax > use:nth-child(3) {
animation-delay: -4s;
animation-duration: 13s;
}
.parallax > use:nth-child(4) {
animation-delay: -5s;
animation-duration: 20s;
}
@keyframes move-forever {
0% {
 transform: translate3d(-90px,0,0);
}
100% { 
  transform: translate3d(85px,0,0);
}
}
img.logo-img {
    width: 65px;
    height: auto;
}
img.rightnav-logo {
    width: 160px;
    height: auto;
    margin-right: 30px;
}
a.nav-link {
    font-size: 18px;
        font-family: "Inter", sans-serif;
    font-weight: 600;
    color: #000000;
    border-radius: 5px;
    padding: 6px 12px !important;
}
a.nav-link.active {
    color: #ffffff ! IMPORTANT;
    background-color: #e02a35;
    border-radius: 5px;
    padding: 6px 12px ! IMPORTANT;
}
a.nav-link:hover {
    background-color: #e02a35;
    border-radius: 5px;
    padding: 6px 12px ! IMPORTANT;
    transition: all 0.3s ease;
    color: #ffffff;
}
.dropdown {
    position: relative;
    display: inline-block;
  }
  .dropdown-content {
    display: none;
    position: absolute;
    background-color: white;
    min-width: 246px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
    z-index: 1;
    overflow: hidden;
    top: 38px;
    border: 2px solid #e02728;
    border-radius: 5px;
}
.dropdown-content a {
    color: #000000;
    padding: 8px 12px;
    text-decoration: none;
    display: block;
    transition: background 0.3s;
      font-family: "Roboto", sans-serif;
    font-size: 14px;
    font-weight: 600;
}
.dropdown-content a:hover {
    background-color: #e02728;
    color: #ffffff;
}
  .dropdown:hover .dropdown-content {
    display: block;
  }

 .banner-right-image {
    background-image: url("../img/bannerng\ \(2\).png");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
} 
.banner-right-image {
  position: relative;
  width: fit-content;
  margin: 0 auto;
}

section.enquiry-section1 {
    background-image: url(../img/enquirybg.jpg);
    background-position: center;
    background-repeat: no-repeat;
    height: auto;
    width: 100%;
}
.enquiry-center {
    width: 500px;
    margin: auto;
    padding: 30px 0;
}
.banner-right-image img {
    height: auto;
    max-width: 100%;
    border: none;
    border-radius: 0;
    box-shadow: none;
}

.banner-section {
    /* background-color: #F6F5F8; */
    /* border-bottom: 3px solid #e02a35; */
    padding: 0px 0;
    background: linear-gradient(-45deg, #0f8dcf, #5fb3df, #f8b914, #607d8b);
    background-size: 400% 400%;
    animation: gradientFlow 12s ease infinite;
    color: white;
}
@keyframes gradientFlow {
  0% { background-position: 0% 50%; }
  50% { background-position: 100% 50%; }
  100% { background-position: 0% 50%; }
}
span.banner-badge {
    color: #ffffff;
    margin: 0px 0px 10px 0px;
    padding: 8px 14px 8px 14px;
    background-color: #003a66;
    border-radius: 100px 100px 100px 100px;
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    font-weight: 400;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
    letter-spacing: 0px;
}
h1.banner-heading.pt-4 {
    color: #ffffff;
    font-family: "Fraunces", Sans-serif;
    font-size: 60px;
    font-weight: 700;
    line-height: 1.1em;
    letter-spacing: 0px;
}

h1.banner-heading.pt-4 span {
    color: #e02a35;
}
p.banner-para.pb-3 {
    font-size: 16px;
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    color: #112048;
    line-height: 30px;
    margin-bottom: 0;
}
.banner-btn {
    text-decoration: auto;
    font-size: 18px;
    font-weight: 400;
    letter-spacing: normal;
    line-height: 0;
    fill: #FFFFFF;
    color: #FFFFFF;
    background-color: #f04222;
    border-style: solid;
    border-width: 0px 0px 0px 0px;
    border-color: #020710;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
    padding: 15px 15px 15px 15px;
    font-family: "Roboto", sans-serif;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    border-radius: 5px;
    float: left;
}
.snakeBorder1::before {
    content: "";
    position: absolute;
    top: 2px;
    left: 2px;
    bottom: 2px;
}

.snakeBorder1 {
    /* background: #383cc1; */
    overflow: hidden;
    position: relative;
}
.snakeBorder1 span {
  position: absolute;
}

.snakeBorder1 span:nth-child(1) {
  top: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: linear-gradient(to right, #ffffff, #ffffff);
  animation: borderAnimation1 2s linear infinite;
}

@keyframes borderAnimation1 {
  0% {
      transform: translateX(-100%);
  }
  100% {
      transform: translateX(100%);
  }
}

.snakeBorder1 span:nth-child(2) {
  top: 0;
  right: 0;
  width: 2px;
  height: 100%;
  background: linear-gradient(to bottom, #ffffff, #ffffff);
  animation: borderAnimation2 2s linear infinite;
  animation-delay: 1s;
}

@keyframes borderAnimation2 {
  0% {
      transform: translateY(-100%);
  }
  100% {
      transform: translateY(100%);
  }
}

.snakeBorder1 span:nth-child(3) {
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: linear-gradient(to left, #ffffff, #ffffff);
  animation: borderAnimation3 2s linear infinite;
}

@keyframes borderAnimation3 {
  0% {
      transform: translateX(100%);
  }
  100% {
      transform: translateX(-100%);
  }
}

.snakeBorder1 span:nth-child(4) {
  top: 0;
  left: 0;
  width: 2px;
  height: 100%;
  background: linear-gradient(to top, #ffffff, #ffffff);
  animation: borderAnimation4 2s linear infinite;
  animation-delay: 1s;
}

@keyframes borderAnimation4 {
  0% {
      transform: translateY(100%);
  }
  100% {
      transform: translateY(-100%);
  }
}
i.fab.fa-whatsapp {
    font-size: 21px;
}
.banner-left-text {
    padding: 98px 0;
}
.services-block {
    position: relative;
    padding-bottom: 20px;
    overflow: hidden;
    padding-right: 2px;
}
.services-box {
    position: relative;
    overflow: hidden;
}
.services-box img {
    width: 100%;
    height: 258px;
    transform: translateY(-60px) scale(1.5);
    transition: all 1s ease-in;
    object-fit: contain;
}
.featured-content {
    position: relative;
    padding: 20px 20px 20px;
    margin: -35px 40px 14px;
    z-index: 2;
    text-align: center;
    border-radius: 5px;
    background-color: #ffffff;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
.featured-title h3 {
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 0;
    font-family: "Roboto", sans-serif;
    font-weight: 700;
    text-transform: capitalize;
    text-decoration: auto;
}
.featured-explore-more {
    text-align: center;
}

.featured-title h3 a {
    text-decoration: auto;
    color: #112048;
}
.featured-explore-more a {
    text-transform: capitalize;
    color: #445EDF;
    font-size: 20px;
    font-family: "Roboto", sans-serif;
    text-decoration: auto;
    letter-spacing: 0;
    font-weight: 700;
}

.services-details-box {
    transform: translateY(-80%);
    opacity: 0;
    transition: all 0.5s ease;
    margin: 0 40px;
    position: absolute;
}

.services-content {
    background-color: #003a66;
    border: none;
    position: static;
    padding: 0;
    text-align: center;
    margin: 0;
    padding-top: 0px;
}

.services-desc {
    border-top: 1px solid rgb(255 255 255);
    padding: 15px 25px 15px 25px;
    -webkit-transition: all .3s ease 0s;
    -moz-transition: all .3s ease 0s;
    -ms-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
    color: #ffffff;
    overflow: hidden;
}
.services-desc p {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    color: rgb(255 255 255);
    margin-bottom: 0;
    font-weight: 400;
    font-size: 16px;
    font-family: "Roboto", sans-serif;
}
.services-explore-more a {
    padding: 16px 15px 20px;
    display: block;
    text-align: center;
    font-weight: 600;
    text-transform: capitalize;
    color: #ffffff;
    background-color: #e02728;
    font-size: 20px;
    text-decoration: auto;
    font-family: "Roboto", sans-serif;
}
.services-block:hover .featured-details-wrap {
    opacity: 0;
    transform: translateY(100%);
    transition: all 0.5s ease;
}
.services-block:hover .services-details-box {
    transform: translateY(-91%);
    opacity: 1;
    transition: all 0.5s ease;
}

.services-details-wrap .services-title a {
    font-size: 20px;
    font-family: "Roboto", sans-serif;
    color: #ffffff;
    text-decoration: auto;
    line-height: 0;
}

.services-title h3 {
    padding: 10px;
}

.services-block:hover .services-box img {
    transform: translateY(0) scale(1.5);
}

.service-head h2 {
    padding: 8px 14px 8px 14px;
    /* background-color: #003a66; */
    border-radius: 100px 100px 100px 100px;
    /* width: 150px; */
    color: #003a66;
    font-size: 30px;
    /* height: 45px; */
    font-weight: 700;
    line-height: 32px;
    font-family: "Roboto", sans-serif;
    margin: auto;
    position: relative;
}
.service-head h2:before {
    content: "";
    position: absolute;
    left: 35%;
    bottom: -1px;
    width: 81px;
    height: 4px;
    background: #003a66;
    transition: width 0.5s ease-in-out;
    animation: underline-animation1 2s infinite alternate ease-in-out;
}
@keyframes underline-animation1 {
  0% {
      width: 0;
  }
  100% {
      width: 30%;
  }
  }
.service-head {
    text-align: center;
    max-width: 600px;
    margin: auto;
    padding: 30px;
}

.service-head h4 {
    font-size: 24px;
    font-family: "Fraunces", Sans-serif;
    font-weight: 900;
    color: #ff7a04;
    margin-top: 15px;
}

.service-head p {
    font-size: 16px;
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    color: #112048;
    line-height: 25px;
    margin-bottom: 0;
} 

footer#footer {
    background: #F6F5F8;
    padding: 30px 0 10px;
}

a.sitename img {
    width: 130px;
}

h3.phone-text {
    font-size: 16px;
    font-weight: 500;
    display: flex;
    align-items: center;
    color: #e02728;
    gap: 16px;
    margin-bottom: 20px;
    font-family: "Roboto", sans-serif;
}

.top-icon {
    padding-top: 22px;
}

.footer h4 {
    font-size: 18px;
    position: relative;
    padding-bottom: 5px;
    font-weight: 700;
    color: #e02728;
    font-family: "Roboto", sans-serif;
}
.footer .footer-links ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.footer-links a {
    color: #0f8dcf;
    font-size: 15px;
    font-weight: 400;
    text-decoration: auto;
    font-family: "Roboto", sans-serif;
}
.footer .footer-links p {
    font-size: 16px;
    color: #1e8dd1;
    font-weight: 400;
    font-family: "Roboto", sans-serif;
}
.footer-links li {
    padding: 5px 0;
    display: flex;
}
.newsletter-form {
    margin-top: 20px;
    margin-bottom: 15px;
    padding: 6px 8px;
    position: relative;
    border-radius: 4px;
    background-color: #fff;
    border: 1px solid #e02a35;
    box-shadow: 0px 2px 25px rgb(255 255 255 / 10%);
    display: flex;
    transition: 0.3s;
    border-radius: 50px;
}
.newsletter-form input[type=email] {
    border: 0;
    padding: 4px;
    width: 100%;
    background-color: transparent;
    color: #444444;
}
input[type="submit"] {
    font-size: 16px;
    padding: 0 20px;
    margin: -7px -8px -7px 0;
    background: #e02a35;
    color: #fff;
    transition: 0.3s;
    border-radius: 50px;
    border: 0;
}
.newsletter-form i {
    display: none;
}
.top-social-icon {
    display: flex;
    gap: 10px;
}

.top-social-icon img {
    width: 30px;
    height: 30px;
}
section.service-section {
    padding: 30px 0 40px;
}
.proud-block h2 {
    line-height: 25px;
    font-family: "Roboto", sans-serif;
    letter-spacing: 0;
    font-size: 30px;
    color: #ff6000;
    font-weight: 800;
    position: relative;
}
@keyframes underline-animation2 {
  0% {
      width: 0;
  }
  100% {
      width: 52%;
  }
  }
.proud-block h2:before {
    content: "";
    position: absolute;
    left: 131px;
    bottom: -12px;
    width: 53px;
    height: 4px;
    background: #ff6000;
    transition: width 0.5s ease-in-out;
    animation: underline-animation2 2s infinite alternate ease-in-out;
}
.proud-block {
    text-align: center;
    max-width: 600px;
    margin: auto;
    padding: 30px;
}

.proud-block p {
    font-size: 16px;
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    color: #112048;
    line-height: 25px;
    margin-bottom: 0;
    margin-top: 25px;
}
.proud-left {
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    text-align: center;
    padding: 30px;
    background: #ffffff;
    border-radius: 10px;
        border: 3px solid #2e4e8d;
}
.proud-left img {
    width: 100%;
    height: auto;
}
.proud-right img {
    width: 490px;
    height: auto;
}

.proud-right {
    padding: 30px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    text-align: center;
    background: #ffffff;
    border-radius: 10px;
    border: 3px solid #e22726;
}
section.proud-section {
    padding-bottom: 50px;
    /* background: #F6F5F8; */
}
.about-img img {
    width: 100%;
    height: auto;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

h3.about-text {
    /* padding: 8px 14px 8px 14px; */
    line-height: 25px;
    font-family: "Roboto", sans-serif;
    letter-spacing: 0;
    font-size: 30px;
    color: #e02728;
    font-weight: 800;
    position: relative;
}
@keyframes underline-animation {
  0% {
      width: 0;
  }
  100% {
      width: 20%;
  }
  }
h3.about-text:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -12px;
    width: 53px;
    height: 4px;
    background: #e02728;
    transition: width 0.5s ease-in-out;
    animation: underline-animation 2s infinite alternate ease-in-out;
}
p.about-para {
    font-size: 16px;
    font-weight: 700;
    color: #ff7a04;
    font-family: "Roboto", sans-serif;
        margin-bottom: 5px;
}

p.text-about {
    font-size: 15px;
    font-weight: 500;
    line-height: 25px;
    font-family: "Lato", sans-serif;
    color: #0f8dcf;
    margin-top: 25px;
}
.about-box {
    background: #ffffff;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    padding: 14px;
    font-size: 16px;
    font-weight: 700;
    border-radius: 10px;
    color: #000000;
        margin-top: 10px;
}

.about-box p {
    margin-bottom: 0;
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 16px;
    font-family: "Roboto", sans-serif;
}

p.about-check {
    font-size: 16px;
    font-weight: 600;
    color: #000000;
    margin: 0;
    font-family: "Roboto", sans-serif;
}

i.fas.fa-check {
    background: #e02728;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    text-align: center;
    font-size: 12px;
    line-height: 22px;
    color: #ffffff;
}
/* .about-text {
    padding-top: 25px;
    padding-left: 25px;
    padding-bottom: 40px;
} */

section.about-section {
    /* background: #F6F5F8; */
    padding: 50px 0 30px;
}
.enquiry-left img {
    width: 100%;
    height: auto;
}

.enquiry-right img {
    width: 100%;
    height: 471px;
}
.form-header {
    background: #f04222;
    /* width: 606px; */
    height: 55px;
    box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.15);
    font-size: 26px;
    line-height: 54px;
    font-weight: 600;
    position: relative;
    text-align: center;
    color: #ffffff;
}
div#lettalk {
    height: auto;
    position: relative;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}

form.enquire-form {
    padding: 40px;
    background: #ffffff;
}

section.enquiry-section {
    padding: 0 0 70px;
}
form.enquire-form input {
    background: #e9e9e9;
    border-radius: 10px;
    height: 45px;
    position: relative;
    border: 0;
    font-size: 16px;
    line-height: 16px;
    font-weight: 400;
    color: #848484;
    margin-bottom: 14px;
    padding-left: 18px;
}

textarea.form-control {
    background: #f6f6f6;
    border-radius: 10px;
    height: 80px;
    position: relative;
    border: 0;
    font-size: 20px;
    line-height: 16px;
    font-weight: 400;
    font-family: "Lato", sans-serif;
    color: #848484;
    margin-bottom: 30px;
    padding-left: 18px;
    padding-top: 20px;
}

button.btn-send {
    color: #ffffff;
    background: #f04222;
    border-radius: 8px;
    width: 157px;
    height: 49px;
    position: relative;
    font-size: 16px;
    line-height: 16px;
    font-weight: 500;
    font-family: "Lato", sans-serif;
    border: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    transition: background-color 0.3s ease, transform 0.3s ease, box-shadow 0.3s ease, color 0.3s ease;
}

section.enquiry-section .col-lg-4 {
    padding: 0;
}



.middle {
    transition: .5s ease;
    opacity: 0;
    position: absolute;
    top: 50%;
    width:100%;
    height: 100%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    text-align: center;
  }
  
  .box1:hover .image {
    opacity:1;
  }
  
  .box1:hover .middle {
    opacity: 1;
  }
    .box2:hover .image {
    opacity:1;
  }
  
  .box2:hover .middle {
    opacity: 1;
  }
    .box3:hover .image {
    opacity:1;
  }
  
  .box3:hover .middle {
    opacity: 1;
  }
.box1 {
    /* margin-top: 25px; */
    padding: 15px;
    border-radius: 10px;
    -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.25);
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.25);
    position: relative;
    overflow: hidden;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    z-index: 1;
    width: 100%;
    height: 300px;
    background-color: white;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
        border: 3px solid #f8b914;
        transition: transform 0.4s ease, box-shadow 0.4s ease;
}

.box1:hover {
    transform: scale(1.05);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}

.box2:hover {
    transform: scale(1.05);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}
.box3:hover {
    transform: scale(1.05);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}
.bannerimagebox.animate {
    position: absolute;
    bottom: 15px;
    left: 35%;
}
h2.bannerimagetext {
    background: #0f8dcf;
    padding: 10px 15px;
    font-size: 18px;
    font-weight: 700;
    border-radius: 7px;
    margin: 0;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
.animate {  
/* Animation */animation: pulse 3s ease-in-out infinite; /* Animation applies continuously */}

/* Define Keyframes for Animation */
@keyframes pulse {
0% {
  transform: scale(1);
  opacity: 1;
}
50% {
  transform: scale(0.9); /* Grow slightly */
  opacity: 1;
}
0% {
  transform: scale(1);
  opacity: 1;
}
}
.img-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    width: 60px;
    height: 60px;
    cursor: pointer;
    background: #f8b914;
    border-radius: 50px;
 
}
.img-box i {
    width: 75px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    text-align: center;
    font-size: 24px;
    color: #fff;
}
.detail-box {
    margin-top: 15px;
    text-align: center;
}
.detail-box h5 {
    font-size: 20px;
    line-height: 34px;
    margin-bottom: 9px;
    font-family: "Roboto", sans-serif;
    font-weight: 700;
    text-transform: capitalize;
    text-decoration: auto;
    color: #000000;
}
.detail-box h6 {
    font-size: 16px;
    color: #df2b2a;
    font-family: "Poppins", serif;
}

.detail-box p {
    font-size: 14px;
    color: #000000;
    line-height: 24px;
    box-sizing: border-box;
    font-family: "Roboto", sans-serif;
}

.img-box img {
    width: 30px;
    height: 30px;
}

a.readmore {
    background: #f8b914;
    padding: 10px 15px;
    border-radius: 5px;
       font-family: "Roboto", sans-serif;
    color: #ffffff;
    font-size: 16px;
    font-weight: 600;
    text-decoration: auto;
}
a.readmore2 {
    background: #0f8dcf;
    padding: 10px 15px;
    border-radius: 5px;
    font-family: "Roboto", sans-serif;
    color: #ffffff;
    font-size: 16px;
    font-weight: 600;
    text-decoration: auto;
}
a.readmore3 {
    background: #e02a35;
    padding: 10px 15px;
    border-radius: 5px;
    font-family: "Roboto", sans-serif;
    color: #ffffff;
    font-size: 16px;
    font-weight: 600;
    text-decoration: auto;
}
.box2 {
    /* margin-top: 25px; */
    padding: 15px;
    border-radius: 10px;
    -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.25);
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.25);
    position: relative;
    overflow: hidden;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    z-index: 1;
    width: 100%;
    height: 300px;
    background-color: white;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border: 3px solid #0f8dcf;
    transition: transform 0.4s ease, box-shadow 0.4s ease;
}
.img-box2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    width: 60px;
    height: 60px;
    cursor: pointer;
    background: #0f8dcf;
    border-radius: 50px;
}
.img-box3 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    width: 60px;
    height: 60px;
    cursor: pointer;
    background: #e02a35;
    border-radius: 50px;
}
.box3 {
    /* margin-top: 25px; */
    padding: 15px;
    border-radius: 10px;
    -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.25);
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.25);
    position: relative;
    overflow: hidden;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    z-index: 1;
    width: 100%;
    height: 300px;
    background-color: white;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border: 3px solid #e02a35;
    transition: transform 0.4s ease, box-shadow 0.4s ease;
}
.img-box3 img, .img-box2 img {
    width: 30px;
    height: 30px;
}
.form-container {
  --borderWidth: 3px;
  background: #1D1F20;
  position: relative;
  border-radius: var(--borderWidth);
      z-index: 1;
}
.form-container:after {
  content: '';
  position: absolute;
  top: calc(-2 * var(--borderWidth));
  left: calc(-2 * var(--borderWidth));
  height: calc(100% + var(--borderWidth) * 4);
  width: calc(100% + var(--borderWidth) * 4);
  background: linear-gradient(60deg, #f79533, #f37055, #ef4e7b, #20428a, #f04222, #1098ad, #07b39b, #e22726);
  border-radius: calc(3 * var(--borderWidth));
  z-index: -1;
  animation: animatedgradient 3s ease alternate infinite;
  background-size: 300% 300%;
}


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


/* about us */
section.bread-block {
    background: url(../img/bread.jpg);
    width: 100%;
    height: 288px;
    background-position: center;
    background-repeat: no-repeat;
}
.bread-image h2 {
    margin: 0;
    padding: 103px;
    text-align: center;
    color: #ffffff;
    font-size: 48px;
    font-weight: 600;
       font-family: "Roboto", sans-serif;
    text-transform: uppercase;
}


.text-gradient {
    background: linear-gradient(to right, #0072ff, #00c6ff);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 22px;
    font-weight: 700;
        font-family: "Roboto", sans-serif;
}

.colorful-card {
  background: linear-gradient(135deg, #e1f3ff, #ffffff);
  border: 3px solid #e02a35;
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
  position: relative;
}
.header {
    width: 700px;
    margin: auto;
}
p.mb-3.work-para {
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 1px;
    line-height: 30px;
    color: #000000;
    font-family: "Roboto", sans-serif;
}
.colorful-card.alt {
  background: linear-gradient(135deg, #fff0e3, #ffffff);
  border-color: #ff8c42;
}

.colorful-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
}

.card-img-top {
  height: 350px;
  width: 100%;
  object-fit: cover;
}

.colorful-card.about-card {
    border: 3px solid #f8b914;
}
.card-body {
  padding: 25px 20px !important;
}
.card-title {
    font-size: 20px;
    font-weight: 700;
    font-family: "Roboto", sans-serif;
    color: #e02a35 !important;
    margin-bottom: 10px !important;
}

.card-text {
    font-size: 16px;
    color: #000000;
      font-family: "Roboto", sans-serif;
    font-weight: 600;
}

.colorful-btn {
  background: linear-gradient(to right, #00c6ff, #0072ff);
  color: #fff;
  padding: 10px 20px;
  border-radius: 25px;
  border: none;
  font-weight: 600;
  transition: background 0.3s ease;
  text-decoration: none;
}

.colorful-btn:hover {
  background: linear-gradient(to right, #0072ff, #00c6ff);
  color: #fff;
}

.step-label {
  position: absolute;
  top: 15px;
  left: 15px;
  background-color: #0072ff;
  color: white;
  padding: 6px 14px;
  font-size: 14px;
  font-weight: 600;
  border-radius: 20px;
  z-index: 2;
}

.alt .step-label {
  background-color: #ff8c42;
}

.work-text span {
    line-height: 25px;
    font-family: "Roboto", sans-serif;
    letter-spacing: 0;
    font-size: 30px;
    color: #e02728;
    font-weight: 800;
    position: relative;
}
@keyframes underline-animation3 {
  0% {
      width: 0;
  }
  100% {
      width: 100%;
  }
  }
.work-text span:before {
    content: "";
    position: absolute;
    left: 5px;
    bottom: -12px;
    width: 53px;
    height: 4px;
    background: #e02728;
    transition: width 0.5s ease-in-out;
    animation: underline-animation3 2s infinite alternate ease-in-out;
}

/* conatct */

.contact-side {.contact-side {
    padding: 50px 0;
};
.contact-side {
    padding: 50px 0;
};
    padding: 50px 0;
}

.info-item.d-flex {
    margin-bottom: 30px;
}

.info-item i {
    font-size: 14px;
    color: #fff;
    background: #e02a35;
    width: 35px;
    height: 35px;
    display: flex !important;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
    transition: all 0.3s ease-in-out;
    margin-right: 15px;
}
.info-item h3 {
    padding: 0;
    font-size: 20px;
    font-weight: 700;
    color: #e02a35;
    font-family: "Roboto", sans-serif;
}
.info-item p {
    padding: 0;
    margin-bottom: 0px;
    font-size: 16px;
    color: #000;
    font-family: "Roboto", sans-serif;
}
h2.touch-form {
    margin-bottom: 15px !important;
    font-size: 35px;
    color: #e02a35;
    font-weight: 700;
    margin-top: 16px !important;
    padding-left: 0;
}


button.btn.btn-outline-success {
    background-color: #e02a35;
    font-size: 18px;
    border: 2px solid #e02a35;
    padding: 10px 20px;
    color: #ffffff;
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    border-radius: 0;
}

.snakeBorder::before {
    content: "";
    position: absolute;
    top: 2px;
    left: 2px;
    bottom: 2px;
}

.snakeBorder {
    background: #383cc1;
    overflow: hidden;
    position: relative;
}
.snakeBorder span {
  position: absolute;
}

.snakeBorder span:nth-child(1) {
  top: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: linear-gradient(to right, #ffffff, #ffffff);
  animation: borderAnimation1 2s linear infinite;
}

@keyframes borderAnimation1 {
  0% {
      transform: translateX(-100%);
  }
  100% {
      transform: translateX(100%);
  }
}

.snakeBorder span:nth-child(2) {
  top: 0;
  right: 0;
  width: 2px;
  height: 100%;
  background: linear-gradient(to bottom, #ffffff, #ffffff);
  animation: borderAnimation2 2s linear infinite;
  animation-delay: 1s;
}

@keyframes borderAnimation2 {
  0% {
      transform: translateY(-100%);
  }
  100% {
      transform: translateY(100%);
  }
}

.snakeBorder span:nth-child(3) {
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: linear-gradient(to left, #ffffff, #ffffff);
  animation: borderAnimation3 2s linear infinite;
}

@keyframes borderAnimation3 {
  0% {
      transform: translateX(100%);
  }
  100% {
      transform: translateX(-100%);
  }
}

.snakeBorder span:nth-child(4) {
  top: 0;
  left: 0;
  width: 2px;
  height: 100%;
  background: linear-gradient(to top, #ffffff, #ffffff);
  animation: borderAnimation4 2s linear infinite;
  animation-delay: 1s;
}

@keyframes borderAnimation4 {
  0% {
      transform: translateY(100%);
  }
  100% {
      transform: translateY(-100%);
  }
}
form.php-email-form input {
    background: #e9e9e9;
    border-radius: 10px;
    height: 45px;
    position: relative;
    border: 0;
    font-size: 16px;
    line-height: 16px;
    font-weight: 400;
    color: #848484;
    margin-bottom: 14px;
    padding-left: 18px;
    margin-top: 10px;
}

textarea.form-control {
    background: #e9e9e9;
    border-radius: 10px;
    height: 80px;
    position: relative;
    border: 0;
    font-size: 16px;
    line-height: 16px;
    font-weight: 400;
       font-family: "Roboto", sans-serif;
    color: #848484;
    margin-bottom: 5px;
    padding-left: 18px;
    padding-top: 22px;
    margin-top: 10px;
}

/* canada */
.immigration-image img {
    width: 100%;
    height: auto;
    object-fit: cover;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    border-radius: 10px;
}
ul.immigration-list li {
    border-radius: 4px;
    font-size: 18px;
    font-weight: 700;
    line-height: 35px;
    list-style: none;
    color: #e02a35;
    background: #ffffff;
    padding: 12px;
    margin: 10px 0;
    font-family: "Roboto", sans-serif;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
ul.immigration-list {
    padding: 0;
}
/* privacy */


.privacy-box h2 {
    font-size: 24px;
    color: #ed2b29;
    font-weight: 600;
}
.privacy-box ul {
    font-size: 18px;
    font-weight: 600;
    padding-bottom: 3px;
    padding-left: 0;
    padding-top: 10px;
        margin-bottom: 10px;
}
.privacy-box h4 {
    font-size: 18px;
    font-weight: 600;
    margin-top: 10px;
    color: #ed2b29;
}
.privacy-box p {
    font-size: 16px;
    font-weight: 400;
    margin-top: 5px;
    margin-bottom: 5px;
    color: #000000;
    font-family: "Roboto", sans-serif;
}

.privacy-box li {
    list-style: none;
}

.privacy-contacttext h3.privacy-contact {
    color: #ed2b29;
    font-weight: 600;
    font-size: 24px;
}

.privacy-contacttext ul {
    font-size: 18px;
    font-weight: 600;
    padding-bottom: 10px;
    padding-left: 0;
    padding-top: 10px;
}

.privacy-contacttext li {
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 15px;
}

.privacy-contacttext li i {
    color: #ed2b29;
}

/* ------------media query-------------- */

@media screen and (min-width: 320px) and (max-width: 480px) {
    
.visaplan h2 {
    padding: 41px !important;
    font-size: 20px  !important;
}
ul.immigration-list li {
    font-size: 14px;
    line-height: 27px;
    padding: 10px;
}
.immigration-text {
    margin-top: 15px;
    font-size: 14px;
    line-height: 24px;
}
h3.first-text {
    font-size: 12px;
}
h4.second-text {
    font-size: 12px;
    letter-spacing: 3px;
}
section.topbar {
    display: block;
}
.top-left2 img {
    width: 150px;
    height: auto;
}
.top-left {
    text-align: center;
}
section.topbar {
    background: #ffffff;
    padding: 0px 0;
    border-bottom: 3px solid #e02a35;
}
.frmtx button {
    font-weight: 400 !important;
    font-size: 15px;
}
.frmtx label {
    font-size: 12px;
}
.privacy-contacttext ul {
    font-size: 14px;
}
.privacy-box p {
    font-size: 14px;
    line-height: 23px;
}
.privacy-box {
    margin-top: 30px !important;
}
.privacy-box h2 {
    font-size: 18px;
}
.privacy-box ul {
    font-size: 15px;
}
.info-item.d-flex {
    margin-bottom: 20px;
}
button.btn.btn-outline-success {
    font-size: 16px;
}
form.php-email-form input {
    font-size: 14px;
}
h2.touch-form {
    margin-bottom: 10px !important;
    font-size: 26px;
    margin-top: 0px !important;
}
form.php-email-form {
    padding: 13px;
}
iframe {
    width: 100%;
    height: auto;
}
.contact-side {
    padding: 25px 0;
}
.info-item i {
    font-size: 13px;
    width: 30px;
    height: 30px;
} 
.info-item h3 {
    font-size: 16px;
}
.info-item h3 {
    font-size: 16px;
}
.info-item p {
    font-size: 12px;
}
.card-body {
    padding: 22px 14px !important;
}
.header {
    width: auto;
}
.card-title {
    font-size: 18px;
    margin-bottom: 5px !important;
}
.card-text {
    font-size: 13px;
}
.card-img-top {
    height: auto;
}
p.mb-3.work-para {
    font-size: 13px;
        font-weight: 500;
    letter-spacing: 0px;
    line-height: 21px;
}  
.text-gradient {
    font-size: 14px;
}
.work-text span {
    font-size: 24px;
}
section.bread-block {
    height: 130px;
}
section.work-block {
    padding: 0px 0 !important;
}
.bread-image h2 {
   padding: 50px;
    font-size: 25px;
}
h1.banner-heading.pt-4 {
    font-size: 30px;
    padding-bottom: 0 !important;
}
.container-fluid.px-5 {
    padding: 0 20px !important;
}
.banner-left-text {
    padding: 2px 0;
    text-align: center;
}
span.banner-badge {
    font-size: 13px;
}
p.banner-para.pb-3 {
    font-size: 14px;
    line-height: 20px;
}
.banner-btn {
    font-size: 14px;
     margin-bottom: 20px;
    float: inherit;
}
h2.bannerimagetext {
    font-size: 13px;
}
.bannerimagebox.animate {
    left: 20%;
}
.service-head h2 {
    font-size: 25px;
}
.service-head {
    padding: 22px 0px;
}
.service-head h4 {
    font-size: 19px;
    margin-top: 10px;
}
.service-head p {
    font-size: 12px;
    line-height: 21px;
}
.box1,.box2,.box3 {
    padding: 10px;
    height: 270px;
}
.img-box {
    width: 50px;
    height: 50px;
}
.img-box img, .img-box3 img, .img-box2 img  {
    width: 25px;
    height: 25px;
}
.detail-box {
    margin-top: 10px;
}
.detail-box p {
    font-size: 12px;
    line-height: 20px;
}
.detail-box h5 {
    font-size: 18px;
    line-height: 34px;
    margin-bottom: 4px;
}
a.readmore,a.readmore2,a.readmore3 {
    font-size: 14px;
    font-weight: 500;
}
.img-box2,.img-box3{
    width: 50px;
    height: 50px;
 }
section.about-section {
    padding: 35px 0 30px;
}
.about-textt {
    padding-top: 30px;
}
h3.about-text {
    font-size: 25px;
}
p.text-about {
    font-size: 14px;
    line-height: 22px;
}
.about-box p {
    display: block;
    font-size: 14px;
}
.about-box {
    font-weight: 500;
}
.proud-block {
    padding: 10px;
}
.proud-block h2 {
    font-size: 23px;
}
.proud-block h2:before {
    left: 68px;
}
.proud-block p {
    font-size: 14px;
    line-height: 20px;
}
.proud-left {
    padding: 10px;
}
.proud-right img {
    width: 100%;
}
.proud-right {
    padding: 10px;
    margin-top:15px;
}
.enquiry-center {
    width: 100%;
}
.form-header {
    height: 45px;
    font-size: 20px;
    line-height: 42px;
}
form.enquire-form {
    padding: 20px;
}
form.enquire-form input {
    height: 40px;
    font-size: 14px;
}
textarea.form-control {
    height: 70px;
    font-size: 14px;
}
section.enquiry-section1 {
    height: auto;
}
button.btn-send {
    width: 140px;
    height: 40px;
    font-size: 14px;
}
a.sitename img {
    width: 90px;
}
h3.phone-text {
    font-size: 14px;
    gap: 10px;
    margin-bottom: 15px;
}
.footer-links {
    margin-top: 15px;
}
.footer h4 {
    font-size: 16px;
}
.footer-links a {
    font-size: 13px;
}
.footer .footer-links p {
    font-size: 14px;
}

a.navbar-brand {
    margin-left: 15px;
}

.d-none.d-lg-block {
    display: none !important;
}
    .header22 {
        display: none;
    }
img.rightnav-logo {
    width: 110px;
    margin-right: 15px;
}

ul.navbar-nav.mb-2.mb-lg-0 {
    margin-right: 0;
    gap: 5px;

}
a.nav-link {
    font-size: 16px;
    padding: 4px 12px !important;
}
button.navbar-toggler {
    margin-right: 15px;
}

}
@media screen and (min-width: 481px) and (max-width: 767px) {  
   
ul.navbar-nav.mb-2.mb-lg-0 {
    gap: 5px;
    margin-right: 0;
}

a.nav-link {
    font-size: 15px;
    padding: 5px 10px !important;
}
a.navbar-brand {
    margin-left: 15px;
}
button.navbar-toggler {
    margin-right: 20px;
}
h3.first-text {
    font-size: 16px;
}
h4.second-text {
    font-size: 15px;
} 
section.topbar {
    background: #ffffff;
    padding: 0px 0;
    border-bottom: 3px solid #e02a35;
}
.top-left {
    text-align: center;
}
.top-left2 img {
    width: 150px;
    height: auto;
}
section.topbar {
    display: block;
}
.header22 {
    display: none;
}
    .privacy-contacttext ul {
    font-size: 14px;
}
.privacy-box p {
    font-size: 14px;
    line-height: 23px;
}
.privacy-box {
    margin-top: 30px !important;
}
.privacy-box h2 {
    font-size: 18px;
}
.privacy-box ul {
    font-size: 15px;
}
textarea.form-control {
    font-size: 14px;
}
form.php-email-form input {
    font-size: 14px;
} 
form.php-email-form {
    padding: 13px;
} 
h2.touch-form {
    font-size: 28px;
    margin-bottom: 10px !important;
        margin-top: 0px !important;
}
.info-item i {
    font-size: 12px;
    width: 30px;
    height: 30px;
}
.info-item.d-flex {
    margin-bottom: 20px;
}
.info-item p {
    font-size: 14px;
}
.info-item h3 {
    font-size: 18px;
} 
.contact-side {
    padding: 30px 0;
}
    iframe {
    width: 100%;
    height: auto;
}
section.bread-block {
    height: 165px;
}
.card-body {
    padding: 20px 15px !important;
}
.card-text {
    font-size: 15px;
}
.card-title {
    font-size: 18px;
    margin-bottom: 5px !important;
}
.work-block {
    padding-top: 10px !important;
}
.card-img-top {
    height: auto;
}
.work-block {
    padding-top: 10px ! IMPORTANT;
}
p.mb-3.work-para {
    font-size: 14px;
    letter-spacing: 0px;
    line-height: 22px;
}
.text-gradient {
    font-size: 18px;
}
.work-text span {
    font-size: 26px;
}
.bread-image h2 {
    padding: 65px;
    font-size: 30px;
}
.header {
    width: auto;
}
.container-fluid.px-5 {
    padding: 0 20px !important;
}
.banner-left-text {
    padding: 3px 0;
    text-align: center;
}
span.banner-badge {
    font-size: 14px;
}
h1.banner-heading.pt-4 {
    font-size: 36px;
}
p.banner-para.pb-3 {
    font-size: 15px;
    line-height: 20px;
}
.banner-btn {
    font-size: 16px;
    float: inherit;
    margin-bottom: 30px;
}
.bannerimagebox.animate {
    left: 27%;
}
h2.bannerimagetext {
    font-size: 15px;
}
.service-head h2 {
    font-size: 26px;
}
.service-head h4 {
    font-size: 22px;
    margin-top: 10px;
}
.service-head p {
    font-size: 14px;
    line-height: 22px;
}
section.about-section {
    padding: 40px 0 30px;
}
h3.about-text {
    font-size: 26px;
}
.about-textt {
    margin-top: 35px;
}

.about-box p {
    gap: 7px;
    font-size: 12px;
    width: 100%;
}
.about-box {
    padding: 10px;
    font-size: 14px;
}
.fa-check:before {
    font-size: 10px;
}

i.fas.fa-check {
    width: 16px;
    height: 16px;
    font-size: 12px;
    line-height: 16px;
}
.proud-right img {
    width: 100%;
}
.enquiry-center {
    width: 100%;
}
.proud-block h2 {
    font-size: 24px;
}
.proud-block h2:before {
    left: 81px;
}
.proud-block {
    padding: 10px;
}
.proud-block p {
    font-size: 14px;
    margin-top: 20px;
}
.proud-left {
    margin-bottom: 20px;
}
section.proud-section {
    padding-bottom: 35px;
}
.form-header {
    font-size: 22px;
}
form.enquire-form {
    padding: 25px;
}
section.enquiry-section1 {
    height: auto;
}
a.sitename img {
    width: 100px;
}
h3.phone-text {
    font-size: 14px;
    gap: 10px;
}
.footer-links {
    margin-top: 10px;
}
.footer h4 {
    font-size: 16px;
}
.footer-links a {
    font-size: 14px;
}
a.readmore {
    font-size: 14px;
    font-weight: 500;
}
.detail-box h5 {
    font-size: 18px;
    line-height: 25px;
}
.detail-box {
    margin-top: 10px;
}
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  
h4.second-text {
    font-size: 16px;
}
h3.first-text {
    font-size: 16px;
}
a.navbar-brand {
    margin-left: 15px;
}
button.navbar-toggler {
    margin-right: 15px;
} 
ul.navbar-nav.mb-2.mb-lg-0 {
    gap: 5px;
    margin-right: 0;
}
section.topbar {
    background: #ffffff;
    padding: 0px 0;
    border-bottom: 3px solid #e02a35;
}
.top-left {
    text-align: center;
}
.header22 {
    display: none;
}
section.topbar {
    display: block;
} 
.top-left2 img {
    width: 150px;
    height: auto;
}
    .privacy-contacttext ul {
    font-size: 14px;
}
.privacy-box p {
    font-size: 14px;
    line-height: 23px;
}
.privacy-box {
    margin-top: 30px !important;
}
.privacy-box h2 {
    font-size: 18px;
}
.privacy-box ul {
    font-size: 15px;
}
.info-item h3 {
    font-size: 18px;
}
.info-item p {
    font-size: 13px;
}
textarea.form-control {
    font-size: 14px;
}
form.php-email-form input {
    font-size: 14px;
} 
h2.touch-form {
    margin-bottom: 5px !important;
    font-size: 30px;
}
iframe {
    width: 100%;
    height: auto;
}
.card-body {
    padding: 20px 13px !important;
}

.card-title {
    font-size: 18px;
}
.card-text {
    font-size: 14px;
}
.card-img-top {
    height: auto;
}
p.mb-3.work-para {
    font-size: 15px;
        letter-spacing: 0px;
    line-height: 24px;
}
.text-gradient {
    font-size: 18px;
}  
.work-text span {
    font-size: 28px;
}
section.bread-block {
    height: 182px;
}
.bread-image h2 {
    padding: 70px;
    font-size: 35px;
}
.banner-left-text {
    padding: 26px 0;
}
span.banner-badge {
    font-size: 14px;
}
h1.banner-heading.pt-4 {
    font-size: 30px;
    padding-top: 20px !important;
    padding-bottom: 0 !IMPORTANT;
    line-height: 37px;
}
p.banner-para.pb-3 {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 0;
    padding-bottom: 10px !important;
}
.banner-btn {
    font-size: 15px;
}
h2.bannerimagetext {
    padding: 10px 15px;
    font-size: 15px;
}
.bannerimagebox.animate {
    left: 24%;
}
.service-head {
    padding: 15px;
}
.service-head h2 {
    font-size: 26px;
}
.service-head h4 {
    font-size: 22px;
}
.service-head p {
    font-size: 16px;
    line-height: 24px;
}
.container-fluid.px-5 {
    padding: 0 20px !important;
}
.about-box {
    padding: 12px;
}
.about-box p {
    font-size: 12px;
    display: block;
}
section.about-section {
    padding: 30px 0 15px;
}
.proud-block {
    padding: 25px;
}
.proud-block h2 {
    font-size: 24px;
}
.proud-block p {
    font-size: 14px;
    margin-top: 20px;
}
.proud-left {
    padding: 20px;
}
.proud-right {
    padding: 20px;
}
.proud-right img {
    width: 270px;
}
section.proud-section {
    padding-bottom: 40px;
}
section.enquiry-section1 {
    height: auto;
}
.form-header {
    font-size: 24px;
}
form.enquire-form {
    padding: 20px;
}
a.sitename img {
    width: 90px;
}

h3.phone-text {
    font-size: 13px;
    gap: 7px;
    margin-bottom: 13px;
}
.footer h4 {
    font-size: 16px;
    padding-bottom: 3px;
}
.footer-links li {
    padding: 3px 0;
}
.footer-links a {
    font-size: 13px;
}
.footer .footer-links p {
    font-size: 13px;
}
input[type="submit"] {
    font-size: 13px;
    margin: -5px -9px -5px 0;
}
.newsletter-form {
    margin-top: 15px;
    padding: 5px 8px;
}
h3.about-text {
    font-size: 26px;
}
}
@media screen and (min-width: 992px) and (max-width: 1024px) {
   .privacy-contacttext ul {
    font-size: 14px;
}
.privacy-box p {
    font-size: 14px;
    line-height: 23px;
}
.privacy-box {
    margin-top: 30px !important;
}
.privacy-box h2 {
    font-size: 18px;
}
.privacy-box ul {
    font-size: 15px;
}
.privacy-contacttext ul {
    font-size: 16px;
}
.privacy-contacttext h3.privacy-contact {
    font-size: 22px;
}
.privacy-box h2 {
    font-size: 20px;
}
.privacy-box.mt-5 {
    margin-top: 30px !important;
}
.contact-side {
    padding: 40px 0;
}
h2.touch-form {
    margin-bottom: 10px !important;
    font-size: 30px;
}
iframe {
    width: 100%;
    height: 100%;
}
.card-text {
    font-size: 14px;
}
.card-img-top {
    height: 250px;
}
.card-body {
    padding: 20px 15px !important;
}
p.mb-3.work-para {
    font-size: 16px;
    letter-spacing: 0px;
}
.text-gradient {
    font-size: 18px;
}
.work-text span {
    font-size: 28px;
}
section.bread-block {
    height: 195px;
}
.bread-image h2 {
    padding: 77px;
    font-size: 35px;
}
h1.banner-heading.pt-4 {
    font-size: 42px;
}
p.banner-para.pb-3 {
        font-size: 14px;
        line-height: 24px;
        padding-bottom: 8px ! IMPORTANT;
}
.banner-btn {
    font-size: 16px;
}
.banner-left-text {
    padding: 65px 0;
}
span.banner-badge {
    font-size: 14px;
}
.container-fluid.px-5 {
    padding: 0 30px !important;
}
.bannerimagebox.animate {
    bottom: 30px;
    left: 27%;
}
.service-head h2 {
    font-size: 26px;
}
.service-head {
    padding: 20px;
}
.detail-box p {
    font-size: 12px;
    line-height: 20px;
}
.detail-box h5 {
    font-size: 18px;
    line-height: 34px;
    margin-bottom: 5px;
}
.detail-box {
    margin-top: 10px;
}
.box1, .box2, .box3 {
    padding: 12px;
    height: 290px;
}
a.readmore2, a.readmore3, a.readmore {
    font-size: 14px;
}
section.about-section {
    padding: 30px 0 30px;
}
.about-box p {
    font-size: 14px;
}
h3.about-text {
    font-size: 26px;
}
.proud-block {
    padding: 15px;
}
.proud-right {
    padding: 18px;
}
.proud-right img {
    width: 100%;
}
.proud-block h2 {
    font-size: 28px;
}
form.enquire-form {
    padding: 30px;
}
section.enquiry-section1 {
    height: auto;
}
a.sitename img {
    width: 110px;
}
h3.phone-text {
    font-size: 14px;
    gap: 10px;
    margin-bottom: 15px;
}
.footer-links a {
    font-size: 14px;
}
.footer h4 {
    padding-bottom: 0;
}
}
@media screen and (min-width: 1025px) and (max-width: 1200px) {  
   .privacy-contacttext ul {
    font-size: 14px;
}
.privacy-box p {
    font-size: 14px;
    line-height: 23px;
}
.privacy-box {
    margin-top: 30px !important;
}
.privacy-box h2 {
    font-size: 18px;
}
.privacy-box ul {
    font-size: 15px;
}
h2.touch-form {
    margin-bottom: 10px !important;
    font-size: 30px;
}
.info-item p {
    font-size: 14px;
}
.info-item h3 {
    font-size: 18px;
}
.info-item.d-flex {
    margin-bottom: 20px;
}
iframe {
    width: 500px;
    height: auto;
}

.card-text {
    font-size: 15px;
}
.work-block {
    padding-top: 10px !important;
} 
.work-text span {
    font-size: 28px;
}
p.mb-3.work-para {
    font-size: 16px;
    letter-spacing: 0px;
    line-height: 26px;
}
.card-img-top {
    height: 280px;
}
.bread-image h2 {
    padding: 85px;
    font-size: 40px;
}
section.bread-block {
    height: 218px;
}
span.banner-badge {
    font-size: 15px;
}
.banner-left-text {
    padding: 45px 0;
}
h1.banner-heading.pt-4 {
    font-size: 40px;
}
p.banner-para.pb-3 {
    font-size: 14px;
    line-height: 25px;
}
.banner-btn {
    font-size: 16px;
}
.bannerimagebox.animate {
    bottom: 27px;
    left: 27%;
}
.service-head {
    padding: 20px;
}
.service-head h2 {
    font-size: 26px;
}
.container-fluid.px-5 {
    padding: 0 30px !important;
}
.about-box p {
    font-size: 15px;
}
h3.about-text {
    font-size: 26px;
}
.proud-block {
    padding: 20px;
}
.proud-right {
    padding: 18px;
}
.proud-right img {
    width: 100%;
}
}