* {
  padding: 0px;
  margin: 0px;
  box-sizing: border-box;
  font-family: "Google Sans Flex", sans-serif;

}

a {
  text-decoration: none;
}

p{
        color: #3c3a3a;
        font-family: "Google Sans Flex", sans-serif;
}

.row {
    --bs-gutter-x: 0 !important;
    --bs-gutter-y: 0 !important;
    width: 100%;
}

.reveal-text {
    opacity: 0;
    transform: translateY(50px);
}

/* Top Bar */



.top-bar{
    background:#0d4eb4;
    color:#fff;
    height:60px;
    display:flex;
    align-items:center;
}

.top-left{
    display:flex;
    align-items:center;
}

.help-line{
    background:#ff8400;
    padding:20px 40px;
    display:flex;
    gap:15px;
    align-items:center;
    margin-right:40px;
}

.help-line a{
    color:#fff;
    text-decoration:none;
}

.logo_left h6 {
    color: #265ab9 !important;
    font-weight: 900;
    font-size: 27px;
    letter-spacing: 2px;
    font-family: "Playfair", serif;
}

.logo_left h6 span{
      font-family: "Playfair", serif;
}

.info-item{
    display:flex;
    align-items:center;
    gap:10px;
    margin-right:35px;
    font-size:15px;
}

.info-item i{
    color:#ff8400;
}

.top-right{
    display:flex;
    align-items:center;
    gap:30px;
}

.language{
    display:flex;
    align-items:center;
    gap:8px;
    cursor:pointer;
}

.social-icons{
    display:flex;
    gap:10px;
}

.social-icons a{
    width:38px;
    height:38px;
    background:rgba(255,255,255,.15);
    border-radius:50%;
    color:#fff;
    display:flex;
    justify-content:center;
    align-items:center;
    text-decoration:none;
}

/* Navbar */

.navbar{
    background:#fff;
    height:90px;
    display:flex;
    align-items:center;
}

.logo img{
    max-height:55px;
}

.abt .btn-primary{
    background: #0e4aae;
    color: #ffffff;
}

.menu{
display: flex;
    list-style: none;
    gap: 45px;
    margin-bottom: 0px;
}

.menu a{
    text-decoration:none;
    color:#1b1b1b;
    font-weight:600;
        font-size: 14px;
}

.nav-right{
    display:flex;
    align-items:center;
    gap:20px;
}

.search-btn{
    width:42px;
    height:42px;
    border:1px solid #ef3c34;
    border-radius:50%;
    background:none;
    cursor:pointer;
    color:#ef3c34;
    font-size:18px;
}

.apply-btn{
      display: flex;
    align-items: center;
    gap: 15px;
    padding: 10px 10px 10px 25px;
    border: 1px solid #ddd;
    border-radius: 50px;
    text-decoration: none;
    font-size: 14px;
    color: #222;
    font-weight: 600;
}

.apply-btn span{
    width:42px;
    height:42px;
    background:#ff8400;
    color:#fff;
    border-radius:50%;
    display:flex;
    justify-content:center;
    align-items:center;
}

.menu-btn{
    background:none;
    border:none;
    font-size:30px;
    cursor:pointer;
}

.hero {
    position: relative;
    min-height: 100%;
    width: 95%;
    margin: auto;
    border-radius: 30px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 80px;
    padding-right:0px;
    padding-top: 0px;
    padding-bottom:0px;
    background: linear-gradient(135deg, #2456b8 0%, #0d4eb4 50%, #122a73 100%);
}

/* Background Shapes */

.hero::before{
    content:"";
    position:absolute;
    inset:0;
    background:
    radial-gradient(circle at 20% 30%, rgba(255,255,255,.08) 0%, transparent 30%),
    radial-gradient(circle at 80% 20%, rgba(255,255,255,.06) 0%, transparent 35%);
}

.hero::after{
    content:"";
    position:absolute;
    width:700px;
    height:700px;
    right:-200px;
    top:-200px;
    background:rgba(255,255,255,.04);
    transform:rotate(25deg);
}

.hero-content{
    position:relative;
    z-index:2;
   
}

.navbar.fixed {
        /* background: linear-gradient(135deg, #1e3d9d 0%, #1e3d9d 100%); */
    box-shadow: 0 2px 5px rgb(0 0 0 / 0%);
    z-index: 1000;
    position: fixed;
    width:100%;
        top: 0px;
}

#loader{
    position:fixed;
    inset:0;
    background:#0d4eb4;
    z-index:99999;
    display:flex;
    justify-content:center;
    align-items:center;
}

.loader-text{
    color:#fff;
    font-size:20px;
    font-weight:700;
    display:flex;
    gap:10px;
}

.loader-text span{
    opacity:0;
}

.tag{
    display:inline-block;
    padding:12px 20px;
    background:rgba(0,0,0,.15);
    color:#fff;
    border-radius:50px;
    font-size:18px;
    margin-bottom:30px;
}

.owl-item.active h1{
    animation: slideFromTop 0.8s ease forwards;
}

@keyframes slideFromTop{
    from{
        opacity: 0;
        transform: translateY(-80px);
    }
    to{
        opacity: 1;
        transform: translateY(0);
    }
}

.owl-item.active h1{
    animation: slideFromTop 0.8s ease forwards;
}

.hero h1{
    font-size: 58px;
    line-height: 1.05;
    color: #fff;
    font-weight: 800;
    margin-bottom: 30px;
    text-transform: uppercase;
}

.hero h1 span{
    color:#ff8400;
}


.play-box{
    display:flex;
    align-items:center;
    margin-bottom:25px;
}

.line{
    width:300px;
    height:1px;
    background:rgba(255,255,255,.2);
}

.play-btn{
    width:64px;
    height:64px;
    border-radius:50%;
    background:#ff8400;
    color:#fff;
    text-decoration:none;
    display:flex;
    justify-content:center;
    align-items:center;
    margin-left:15px;
    font-size:20px;
}

.hero p{
    color:rgba(255,255,255,.75);
    font-size:17px;
    line-height:1.7;
    max-width:70%;
    padding-left:30px;
    border-left:3px solid #fff;
}

.hero-buttons{
    display:flex;
    gap:25px;
    margin-top:50px;
}

.btn-primary,
.btn-outline{
    text-decoration:none;
    display:flex;
    align-items:center;
    gap:25px;
    border-radius:60px;
    padding:10px 10px 10px 30px;
    font-weight:300;
    font-size: 15px;
}

.btn-primary{
    background:#fff;
    color:#111;
}

.btn-outline{
    border:1px solid rgba(255,255,255,.5);
    color:#fff;
}

.btn-primary span,
.btn-outline span{
width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
}

.btn-primary span{
    background:#ff8400;
    color:#fff;
}

.btn-outline span{
    background:#fff;
    color:#111;
}

input[type="text"],
input[type="password"],
input[type="date"],
input[type="datetime"],
input[type="email"],
input[type="number"],
input[type="search"],
input[type="tel"],
input[type="time"],
input[type="url"],
textarea,
select {
  background: rgba(255,255,255,0.1);
  border: none;
  font-size: 12px;
  height: auto;
  margin: 0;
  outline: 0;

  padding: 15px;
  width: 100%;
  background-color: #e8eeef;
  color: #8a97a0;
  box-shadow: 0 1px 0 rgba(0,0,0,0.03) inset;
  margin-bottom: 10px;
}

input[type="radio"],
input[type="checkbox"] {
  margin: 0 4px 8px 0;
}

label {
    display: block;
    text-transform: uppercase;
    margin-bottom: 8px;
    font-size: 14px;
    letter-spacing: 4px;
}

button{
    border:none !important;
}

label.light {
  font-weight: 300;
  display: inline;
}

/* .hero-image{
    position:absolute;
    right:0;
    bottom:0;
    z-index:2;
} */
.banner_img_inner img {
    width: 100%;
    height: 282px;
    object-fit: cover;
}

.banner_text {
    position: absolute;
    content: "";
    z-index: 9;
    letter-spacing: 6px;
}

.banner_img_inner {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.banner_img_inner::after {
    position: absolute;
    content: "";
    top: 0px;
    left: 0px;
    background: #000000;
    background: linear-gradient(1deg, rgb(255 255 255 / 0%) 2% -67%, rgb(255 255 255 / 36%) 50%, rgb(255 255 255) 94%);
    width: 100%;
    height: 100%;
}


.heros {
    position: relative;
    min-height: 100%;
    width: 95%;
    margin: auto;
    border-radius: 30px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: space-between;
    /* padding: 80px; */
    padding-right: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    background: linear-gradient(135deg, #2456b8 0%, #0d4eb4 50%, #122a73 100%);
}

.why-choose2 {
    background: #ffffff;
    position: relative;
    padding: 60px 0px;
}
.mb-3 {
    margin-bottom: 1rem !important;
}

.hero-image img{
    /* height:850px;
    max-width:none; */
        width: 100%;
        height:100% !important;
        object-fit: cover;
        clip-path: polygon(8% 0, 100% 0, 100% 100%, 0% 100%);
}

.slide-count{
    position:absolute;
    right:60px;
    top:50%;
    transform:translateY(-50%);
    color:#fff;
    z-index:3;
}

.slide-count span{
    opacity:.3;
    margin-right:10px;
    font-size:24px;
}

.slide-count strong{
    font-size:60px;
}

.servicessx{
    animation: floatShake 3s  infinite;
}


.service-card:hover .zoomnl{
     transform: scale(1.1) rotate(2deg);
}


.servicesss:hover{
    animation: floatShake 3s  infinite;
}

@keyframes floatShake{
    0%{
        transform:scale(1.05) translateX(0);
    }
    25%{
        transform:scale(1.05) translateX(-6px);
    }
    50%{
        transform:scale(1.05) translateX(6px);
    }
    75%{
        transform:scale(1.05) translateX(-6px);
    }
    100%{
        transform:scale(1.05) translateX(0);
    }
}

.about-wrapper{
    display:flex;
    align-items:center;
    gap:80px;
}

/* LEFT SIDE */

.zin{
z-index:99;   
}

.about-section{
    position: relative;
    padding: 60px 0px;
}

.about-section::after{
position: absolute;
    content: "";
    width: 50%;
    height: 100%;
    background-color: #0e4aae29;
    background: linear-gradient(rgb(228 242 255 / 66%), rgb(222 233 243 / 95%)), url(../images/bna.png);
    background-position: bottom;
    background-repeat: no-repeat;
    top: 0px;
    left: 0px;
}


.about-images{
    position:relative;
    width:50%;
    min-height:600px;
}


.services-card{
    background:#f5f5f5;
    border:none;
    overflow:hidden;
    position:relative;
    transition:.4s;
}

.services-card:hover{
    transform:translateY(-8px);
    box-shadow:0 20px 40px rgba(0,0,0,.12);
}

.services-card .card-body{
    padding:35px;
}

.services-card h3{
    font-weight:700;
    color:#16243a;
    margin-bottom:18px;
}

.services-card p{
    color:#5b6777;
    font-size:17px;
    line-height:1.7;
    margin-bottom:25px;
}

.read-more{
    color:#ff5b14;
    text-decoration:none;
    font-weight:700;
    text-transform:uppercase;
    letter-spacing:.5px;
}

.read-more:hover{
    color:#ff5b14;
}

.services-img{
    width:100%;
    height:320px;
    object-fit:cover;
}



.img-box{
    position:absolute;
    overflow:hidden;
    /* background:#fff; */
    box-shadow:0 15px 40px rgba(0,0,0,.15);
}

.img-box img{
    width:100%;
    height:100%;
    object-fit:cover;
    display:block;
}

.img-one{
    width: 276px;
    height: 364px;
    left:20px;
    top:40px;
    /* transform:rotate(-8deg); */
    /* border:10px solid #fff; */
    z-index:2;
}

.img-two{
    width: 276px;
    height: 364px;
    left: 320px;
    top: 70px;
    transform: rotate(-8deg);
    /* border: 10px solid #fff; */
    z-index: 3;
}

.shape-border{
    position:absolute;
    width:320px;
    height:450px;
    border:3px solid #ff8400;
    top: 9px;
    left:170px;
    transform:rotate(2deg);
}

/* RIGHT SIDE */

.about-content{
    width:50%;
}

.sub-title{
color: #0e4bae;
    font-weight: 700;
    font-size: 18px;
    position: relative;
    padding-left: 40px;
    text-transform: uppercase;
}

.sub-title::before{
    content:"";
    width:30px;
    height:2px;
    background:#0e4bae;
    position:absolute;
    left:0;
    top:50%;
}

.about-content h2{
    font-size: 44px;
    line-height: 1.1;
    margin: 20px 0;
    color: #1651b5;
}

.about-content p{
    color:#666;
    line-height:1.8;
    margin-bottom:30px;
}

.content-row{
    display:flex;
    gap:30px;
    align-items:center;
    margin-bottom:35px;
}

.feature-list{
    list-style:none;
    flex:1;
}

.feature-list li{
  margin-bottom: 18px;
    font-size: 16px;
    font-weight: 600;
    position: relative;
    text-transform: uppercase;
    padding-left: 30px;
        color: #1651b5;
}

.feature-list li::before{
    content:"➜";
    position:absolute;
    left:0;
    color: #ff5b14;
}

.video-box{
width: 283px;
    height: 180px;
    position: relative;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}

.video-box img{
width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 80px;
}

.play-btn{
    width:70px;
    height:70px;
    background:#ff8400;
    color:#fff;
    text-decoration:none;
    border-radius:50%;
    position:absolute;
    left:50%;
    top:50%;
    transform:translate(-50%,-50%);
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:24px;
}

.author-box{
    display:flex;
    align-items:center;
    gap:15px;
    border-top:1px solid #ddd;
    padding-top:25px;
    margin-bottom:30px;
}

.author-box img{
    width:60px;
    height:60px;
    border-radius:50%;
    object-fit:cover;
}

.author-box h4{
font-size: 20px;
margin-bottom: -1px;
}

.author-box span{
    color:#666;
}

.btn{
    display:inline-block;
    background:#ff5b17;
    color:#fff;
    text-decoration:none;
    padding:18px 35px;
    font-weight:700;
    transition:.3s;
}

.btn:hover{
    background:#0e1831;
}

.fixed_icon_bar {
    position: fixed;
    z-index: 999;
    background-color: #1e3d9d;
        bottom: 59px;
    right: 29px;
    height: 60px;
    width: 60px;
    border-radius: 15px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}

.fixed_icon_bars2 {
    position: fixed;
    z-index: 99;
    background-color: #128b3b;
    bottom: 59px;
    right: 92px;
    height: 60px;
    width: 60px;
    border-radius: 15px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}

.fixed_icon a {
    text-decoration: none;
    color: #ffffff;
}

.content-row ul{
    padding-left: 0px;
}

.section-title span{
    color:#ff5e14;
    font-weight:600;
    font-size:18px;
    position:relative;
    padding-left:35px;
}

.section-title span::before{
    content:"";
    position:absolute;
    left:0;
    top:50%;
    width:25px;
    height:2px;
    background:#ff5e14;
    transform:translateY(-50%);
}

.section-title h2{
    font-size:60px;
    font-weight:800;
    color:#07132d;
    margin-top:10px;
}

.service-tabs .btn{
    min-width:180px;
    height:60px;
    border-radius:0;
    font-weight:600;
    font-size:18px;
}

.btn-orange{
    background:#ff5e14;
    color:#fff;
}

.btn-light-custom{
    background:#fff;
    color:#07132d;
}

.service-card{
    background:#fff;
    overflow:hidden;
    position:relative;
    transition:.4s;
}

.service-card:hover{
    transform:translateY(-8px);
}

.card-top{
    padding:35px 40px 25px;
}

.icon-box{
    width:80px;
    height:80px;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:38px;
    color:#fff;
        background: #0e47a8;
}

.icon-orange {
    background: #ff8400;
}

.card-line{
    flex:1;
    border-top:2px dashed #cfcfcf;
    margin:0 20px;
}

.card-number{
    font-size:44px;
    font-weight:800;
    color:transparent;
    -webkit-text-stroke:1px #0e47a8;
}

.service-card h4{
    font-size:22px;
    font-weight:700;
    color:#07132d;
    margin-top:25px;
}

.service-card p{
    color:#555;
    font-size:18px;
}

.service-image img{
    width:100%;
    height:260px;
    object-fit:cover;
}

.product_sec{
    position: relative;
    padding: 60px 0px;
    background-color: #e3edf7;
        background: linear-gradient(rgb(228 242 255), rgb(222 233 243 / 62%)), url(../images/product_bg.jpg);
    background-size:cover;
    background-position: center;
   background-attachment: fixed;
}


.cta-section{
    position: relative;
    background: url('../images/bg_v.webp') center center/cover no-repeat;
    min-height: 500px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.cta-section::before{
    content: "";
    position: absolute;
    inset: 0;
    background: rgb(14 74 174 / 78%);
}

.cta-content{
    position: relative;
    z-index: 2;
    max-width: 900px;
    padding: 20px;
}

.cta-subtitle{
       color: #ff8400;
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 5px;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.cta-title {
    color: #fff;
    font-size: 45px;
    font-weight: 300;
    line-height: 1.1;
    margin-bottom: 40px;
}

.cta-title span {
    color: #ff8400;
}

.cta-btn{
    background: #ffbe30;
    color: #222;
    font-size: 22px;
    font-weight: 600;
    padding: 16px 40px;
    border-radius: 10px;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 12px;
    transition: .3s;
}

.cta-btn:hover{
    background: #fff;
    color: #222;
}

.btn-icon{
    width: 28px;
    height: 28px;
    background: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
}

.count_text h4 {
    font-size: 45px;
    font-weight: 600;
    color: #fff;
    color: #0C4DA2;
    /* -webkit-text-stroke: 1px #000; */
    margin-top: 15px;
}

.logo-slider {
    width: 100%;
    overflow: hidden;
    position: relative;
}

.logo-track {
    display: flex;
    align-items: center;
    gap: 80px;
    width: max-content;
    animation: marquee 20s linear infinite;
}

.logo-track img {
    height: 60px;
    width: auto;
    flex-shrink: 0;
}

@keyframes marquee {
    from {
        transform: translateX(0);
    }
    to {
        transform: translateX(-50%);
    }
}

.footer-section{
    position:relative;
    padding:100px 0 0;
    background: linear-gradient(rgb(14 71 168), rgb(16 71 166 / 83%)), url(../images/footer.jpg);
    color:#fff;
    object-fit: contain;
    overflow:hidden;
}

/* .footer-overlay{
    position:absolute;
    inset:0;
        background: linear-gradient(rgb(228 242 255 / 66%), rgb(222 233 243 / 95%)), url(../images/footer.jpg);
} */

.footer-title {
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 40px;
    text-transform: uppercase;
    position: relative;
}

.footer-title::after{
    content:"";
    position:absolute;
    left:0;
    bottom:-12px;
    width:120px;
    height:2px;
    background:#ff8400;
}

.footer-title::before{
    content:"";
    position:absolute;
    left:0;
    bottom:-12px;
    width:18px;
    height:2px;
    background:#fff;
    z-index:1;
}

.contact-box{
    display:flex;
    align-items:flex-start;
    gap:18px;
    padding:22px 0;
    border-bottom:1px solid rgba(255,255,255,.15);
}

.contact-box .icon{
    width: 46px;
    height: 46px;
    background: #ff8400;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    flex-shrink: 0;
    border-radius: 24px;
}

.contact-box h5 {
        font-size: 16px;
    /* font-weight: 700; */
    margin-bottom: 8px;
}

.contact-box p{
    color: #c7c7c7;
    margin: 0;
    font-size: 14px;
}

.gallery{
    background:#ffffff;
    position:relative;
    padding:60px 0px;
}


.why-choose{
    background:#e4f2ff;
    position:relative;
    padding:60px 0px;
}

.sub-title{
    color:#ff5b14;
    font-size:18px;
    font-weight:600;
    display:inline-block;
    margin-bottom:10px;
}

.main-title{
    font-size:60px;
    font-weight:800;
    line-height:1.1;
    color:#081329;
    max-width:550px;
}

.why-choose p{
    color:#5f6775;
    line-height:1.8;
    font-size:18px;
}

.since-box span{
    color:#ff5b14;
    font-weight:700;
    font-size:20px;
}

.since-box h3{
    font-size:85px;
    font-weight:600;
    color:#0e47a8;
    line-height:1;
    margin:10px 0;
}






.award-content h4{
    font-size:30px;
    font-weight:700;
    margin-bottom:15px;
}

.award-content p{
    color:#fff;
}

.award-content a{
    color:#ff5b14;
    text-decoration:none;
    font-weight:700;
}

.feature-item{
    display:flex;
    align-items:flex-start;
    gap:25px;
    padding:25px;
    margin-bottom:20px;
}

.award-box{
    position:relative;
    overflow:hidden;
    height:220px;
}

.award-box img{
    width:100%;
    height:100%;
    object-fit:cover;
}

.award-content{
    position:absolute;
    inset:0;
    background:rgba(8,19,41,.75);
    color:#fff;
    padding:35px;
}

.award-content h4{
    font-size:30px;
    font-weight:700;
    margin-bottom:15px;
}

.award-content p{
    color:#fff;
}

.award-content a{
    color:#ff5b14;
    text-decoration:none;
    font-weight:700;
}

.feature-item{
    display:flex;
    align-items:flex-start;
    gap:25px;
    padding:25px;
    margin-bottom:20px;
}



.feature-item h4{
    font-size:34px;
    font-weight:700;
    color:#081329;
    margin-bottom:8px;
}

.feature-item p{
    margin:0;
    font-size:18px;
}





.footer-links{
    padding:0;
    margin:0;
    list-style:none;
}

.footer-links li{
    margin-bottom:20px;
}

.footer-links a{
color: #cfcfcf;
    text-decoration: none;
    font-size: 15px;
    transition: .3s;
}

.footer-links a:hover{
    color:#ff6b18;
    padding-left:5px;
}

.newsletter-text{
    color:#cfcfcf;
    line-height:1.8;
    margin-bottom:25px;
}

.newsletter-form input{
    height:60px;
    border-radius:0;
    border:none;
}

.btn-submit{
    width:100%;
    height:60px;
    margin-top:15px;
    border:none;
    background:#ff8400;
    color:#fff;
    font-weight:700;
    display:flex;
    justify-content:space-between;
    align-items:center;
    padding:0 20px;
}




.social-icons a:hover{
    background:#ff6b18;
}

.footer-bottom{
margin-top: 80px;
    background: #0e47a8;
    padding: 15px 0;
    position: relative;
}

.flogo img{
        filter: brightness(0) invert(1);
}

.flogo.logo_left h6 {
    color: #ffffff !important;
    font-weight: 900;
    font-size: 27px;
    letter-spacing: 2px;
    font-family: "Playfair", serif;
}

.footer-bottom p,
.footer-policy a{
    color:#fff;
    text-decoration:none;
    margin:0;
        font-size: 12px;
}

.footer-policy span{
    margin:0 15px;
}

.scroll-top{
    position:absolute;
    right:20px;
    top:50%;
    transform:translateY(-50%);
    width:50px;
    height:50px;
    background:#fff;
    border-radius:50%;
    color:#222;
    text-decoration:none;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:24px;
}

/* Responsive */

@media (max-width: 1288px) {
.hero h1{
    font-size: 46px;
    line-height: 1.05;
    color: #fff;
    font-weight: 800;
    margin-bottom: 30px;
    text-transform: uppercase;
}
}

@media(max-width:991px){

    .about-wrapper{
        flex-direction:column;
    }

    .about-images,
    .about-content{
        width:100%;
    }

    .about-images{
        min-height:520px;
    }

    .content-row{
        flex-direction:column;
        align-items:flex-start;
    }

    .about-content h2{
        font-size:40px;
    }
}





@media (max-width: 991px){
    .section-title h2{
        font-size:42px;
    }

        .main-title{
        font-size:42px;
    }

    .since-box h3{
        font-size:60px;
    }

    .border-start{
        border-left:none !important;
        padding-left:0 !important;
    }


}


@media(max-width:767px){

.service-img{
    height:250px;
}

.icon-box{
    width:70px;
    height:70px;
    font-size:30px;
    right:20px;
    bottom:190px;
}
}

@media (max-width: 576px){
    .section-title h2{
        font-size:32px;
    }

    .service-tabs .btn{
        width:100%;
    }
}