:root {
    --blue: #004493;
    --darkblue: #002e8b;
    --orange: #ff6a00;
    --light: #eaf2fb;
    --text: #151515;
}
* {
    box-sizing: border-box;
}
body {
    margin: 0;
    font-family: Poppins, Arial, sans-serif;
    color: #161b23;
    background: #fff;
    font-size: 14px;
    line-height: 1.72;
}
.container {
    max-width: 1140px;
}
/*.narrow {
    max-width: 930px;
}*/
.topbar {
    background: #002f91;
    color: #fff;
    height: 30px;
    font-size: 15px;
}
.topbar-inner {
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.top-phones span {
    margin-right: 28px;
}
.topbar i {
    font-size: 15px;
    margin-right: 7px;
}
.socials a {
    color: #fff;
    margin-left: 20px;
    font-size: 12px;
}
.mainnav {
/*    height: 78px;*/
    background: #fff;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.14);
    z-index: 1000;
}
.navbar-brand img {
    width: 205px;
}
.navbar .nav-link {
    font-family: Oswald, sans-serif;
    color: #070707;
    font-size: 15px;
    font-weight: 500;
    padding: 26px 11px !important;
}
.navbar .nav-link:hover,
.navbar .nav-link:focus {
    color: var(--blue);
}
.dropdown-menu {
    border: 0;
    border-radius: 0;
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.16);
    font-size: 13px;
}
.dropdown-item {
    font-family: Poppins;
    padding: 6px 16px;
        font-weight: bold;
}

@media (max-width: 991px){

    .mainnav .dropdown-menu{
        display: none;
        position: static !important;
        float: none;
        width: 100%;
        margin: 0;
        padding: 0;
        border: 0;
        box-shadow: none;
        background: #eef4fb;
    }

    .mainnav .dropdown-menu.show{
        display: block !important;
    }

    .mainnav .dropdown-item{
        padding: 10px 28px;
        font-size: 13px;
        color: #111;
        border-bottom: 1px solid #dbe4ef;
        white-space: normal;
    }

    .mainnav .dropdown-toggle::after{
        float: right;
        margin-top: 8px;
    }
}


.hero {
    position: relative;
    height: 470px;
    overflow: hidden;
    color: #fff;
}
.hero-video {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.hero-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.55), rgba(0, 0, 0, 0.28)), rgba(0, 0, 0, 0.16);
}
.hero-content {
    position: relative;
    z-index: 2;
    padding-top: 55px;
}
.hero h1 {
    font-family: Oswald, sans-serif;
    font-size: 51px;
    line-height: 1.18;
    font-weight: 700;
    margin: 0 0 14px;
    letter-spacing: 0.2px;
}
.hero h1 span {
    color: var(--orange);
}
.hero p {
    max-width: 850px;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 22px;
}
.orange-btn {
    display: inline-block;
    background: var(--orange);
    color: #fff !important;
    text-decoration: none;
    font-weight: 700;
    font-size: 13px;
    padding: 13px 24px;
    border-radius: 0;
    transition: 0.25s;
}
.orange-btn:hover {
    background: #004493;
}
.section-white {
    padding: 58px 0;
}
.mini-title {
    display: block;
    font-family: Oswald, sans-serif;
    font-weight: 700;
    font-size: 14px;
    color: #222;
    margin-bottom: 14px;
}
.welcome h2,
.reviews h2,
.cta-box h2,
.faq h2,
.showcase h2,
.services h2 {
    font-family: Oswald, sans-serif;
    font-weight: 700;
    letter-spacing: 0.5px;
}
.welcome h2 {
    color: #004493;
    font-size: 29px;
    margin-bottom: 20px;
}
.welcome p {
    font-size: 16px;
/*    max-width: 390px;*/
    font-weight: 500;
}
.about-images {
    position: relative;
    min-height: 465px;
    width: 480px;
    max-width: 100%;
    margin-left: auto;
}
.about-img-main {
    width: 280px;
    height: 345px;
    object-fit: cover;
    margin-left: 35px;
}
.about-img-over {
    position: absolute;
    right: 28px;
    bottom: 35px;
    width: 285px;
    height: 245px;
    object-fit: cover;
    border: 6px solid #fff;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.14);
}
/*.youtube-box {
    margin-top: 35px;
    background: #282828;
    color: #fff;
    width: 400px;
    max-width: 100%;
    height: 165px;
    display: flex;
    align-items: center;
    gap: 18px;
    padding: 35px 45px;
    position: relative;
    font-size: 12px;
}
.youtube-box > i:first-child {
    font-size: 35px;
    color: #bfbfbf;
}
.youtube-box b {
    text-decoration: underline;
}
.youtube-box span {
    color: #ddd;
}
.youtube-box .yt {
    position: absolute;
    right: 12px;
    bottom: 12px;
    color: #ddd;
    font-size: 25px;
}*/
.services {
    background: #e8f1fb;
    padding: 26px 0 78px;
}
.services .dark {
    color: #111;
}
.services h2 {
    font-size: 34px;
    color: #004493;
    margin-bottom: 55px;
}
.service-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 28px;
    max-width: 1200px;
    margin: auto;
}
.service-card {
    height: 290px;
    background: #004493;
    color: #fff;
    text-decoration: none;
    padding: 28px 22px 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    transition: 0.25s;
}
.service-card:hover {
    transform: translateY(-5px);
    background: #003577;
    color: #fff;
}
.service-card img {
    /*width: 138px;
    height: 86px;*/
    width: 190px;
    height: 140px;
    object-fit: cover;
    margin-bottom: 28px;
}
.service-card h3 {
    font-family: Oswald, sans-serif;
    color: #fff;
    font-size: 28px;
    line-height: 1.06;
    margin: 0;
}
.showcase {
    padding: 52px 0 35px;
}
.showcase h2 {
    font-size: 34px;
    margin-bottom: 62px;
    color: #111;
}
.showcase h2 span {
    color: #004493;
}
/*.gallery-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 12px;
}
.gallery-grid img {
    width: 100%;
    height: 164px;
    object-fit: cover;
}*/
.reviews {
    background: #e8f1fb;
    padding: 43px 0;
}
.reviews h2 {
    font-size: 31px;
    color: #111;
    line-height: 1.24;
}
.reviews h2::first-line {
    color: #004493;
}
.reviews p {
    font-size: 16px;
}
.quote-card {
    background: #fff;
    min-height: 190px;
    padding: 30px 42px;
    position: relative;
    text-align: center;
    font-size: 12px;
}
.quote-card .ql,
.quote-card .qr {
    position: absolute;
    color: #ff7b22;
    font-size: 24px;
}
.quote-card .ql {
    top: 20px;
    left: 25px;
}
.quote-card .qr {
    right: 22px;
    bottom: 38px;
}
.stars {
    color: #004493;
    letter-spacing: 3px;
    font-size: 18px;
}
.quote-card b {
    display: block;
    color: #004493;
    font-size: 12px;
}
.quote-card span {
    font-size: 10px;
}
.carousel-control-prev,
.carousel-control-next {
    opacity: 1;
    top: auto;
    bottom: -38px;
    width: 33px;
    height: 33px;
    background: #004493;
}
.carousel-control-prev {
    left: 43%;
}
.carousel-control-next {
    right: 43%;
}
.cta-wrap {
    padding: 57px 0;
}
.cta-box {
    background: #e8f1fb;
    padding: 25px 64px;
}
.cta-box img {
    width: 245px;
    height: 330px;
    object-fit: cover;
}
.cta-box h2 {
    font-size: 38px;
    color: #111;
    margin: 10px 0 22px;
}
.cta-box h2 span {
    color: #004493;
}
.cta-box p {
    font-size: 13px;
    letter-spacing: 0.5px;
}
.faq {
    padding: 25px 0 70px;
}
.faq h2 {
    font-size: 37px;
    line-height: 1.03;
    margin-bottom: 28px;
}
.faq h2 span {
    color: #004493;
}
.accordion-item {
    border: 0;
    margin-bottom: 14px;
}
.accordion-button {
    background: #e8f1fb !important;
    color: #004493 !important;
    font-family: Oswald, sans-serif;
    font-size: 20px;
    font-weight: 500;
    box-shadow: none !important;
    padding: 13px 15px;
}
.accordion-button::after {
    display: none;
}
.accordion-button:before {
    content: "+";
    order: 2;
    margin-left: auto;
    background: #004493;
    color: #fff;
    width: 18px;
    height: 18px;
    line-height: 18px;
    text-align: center;
    font-size: 18px;
}
.accordion-button:not(.collapsed):before {
    content: "-";
}
.accordion-body {
    font-size: 13px;
    background: #f6f9fc;
}
.faq-images {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 18px;
}
.faq-images img {
    width: 100%;
    object-fit: cover;
}
.faq-images .tall {
/*    height: 360px;*/
margin-top: 5em
}
.faq-images div {
    display: grid;
    gap: 18px;
}
.faq-images div img {
/*    height: 171px;*/
}
.features {
    padding: 0 0 65px;
}
.feature-box {
    background: #e8f1fb;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    text-align: center;
    padding: 25px 0;
}
.feature-box > div {
    min-height: 135px;
    border-right: 1px solid #c8d5e4;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.feature-box > div:last-child {
    border-right: 0;
}
.feature-box i {
    background: #004493;
    color: #fff;
    width: 57px;
    height: 57px;
    line-height: 57px;
    border-radius: 50%;
    font-size: 28px;
    margin-bottom: 18px;
}
.feature-box h3 {
    font-family: Oswald, sans-serif;
    font-size: 21px;
    line-height: 1.08;
    color: #004493;
    margin: 0;
}
.footer {
    background: #002f91;
    color: #fff;
    padding: 54px 0 18px;
}
.footer h3 {
    font-family: Oswald, sans-serif;
    font-size: 24px;
    margin-bottom: 23px;
    color: #fff;
}
.footer a,
.footer p {
    display: block;
    color: #fff;
    text-decoration: none;
    font-size: 15px;
    line-height: 1.8;
    margin-bottom: 3px;
}
.copyright {
    border-top: 1px solid rgba(255, 255, 255, 0.55);
    margin-top: 40px;
    padding-top: 18px;
    text-align: center;
    font-size: 15px;
}

.copyright span{
    color: #ffcc00;
}

@media (max-width: 991px) {
    .topbar {
        height: auto;
    }
    .topbar-inner {
        height: auto;
        padding: 7px 12px;
    }
    .mainnav {
        height: auto;
    }
    .navbar .nav-link {
        padding: 10px !important;
    }
    .hero {
        height: 470px;
    }
    .hero h1 {
        font-size: 42px;
    }
    .hero-content {
        padding-top: 70px;
    }
    .about-images {
        margin: auto;
    }
    .service-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 22px;
    }
    .gallery-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    .reviews {
        text-align: center;
    }
    .quote-card {
        margin-top: 25px;
    }
    .carousel-control-prev {
        left: 40%;
    }
    .carousel-control-next {
        right: 40%;
    }
    .cta-box {
        padding: 30px;
    }
    .cta-box img {
        width: 100%;
        height: 290px;
    }
    .faq-images {
        margin-top: 25px;
    }
}
@media (max-width: 575px) {
    body {
        font-size: 13px;
    }
    .topbar-inner {
        display: block;
        text-align: center;
    }
    .top-phones span {
        display: block;
        margin: 0;
    }
    .socials {
        margin-top: 3px;
    }
    .socials a {
        margin: 0 8px;
    }
    .navbar-brand img {
        width: 160px;
    }
    .hero {
        height: 430px;
    }
    .hero h1 {
        font-size: 34px;
    }
    .hero p {
        font-size: 12px;
    }
    .section-white {
        padding: 40px 0;
    }
    .about-images {
        min-height: 360px;
    }
    .about-img-main {
        width: 220px;
        height: 270px;
        margin-left: 0;
    }
    .about-img-over {
        width: 220px;
        height: 165px;
        right: 0;
        bottom: 15px;
    }
    .services h2,
    .showcase h2 {
        font-size: 30px;
    }
    .service-grid {
        grid-template-columns: 1fr;
    }
    .service-card {
        height: 220px;
    }
    .gallery-grid {
        grid-template-columns: 1fr;
    }
    .gallery-grid img {
        height: 210px;
    }
    .carousel-control-prev {
        left: 35%;
    }
    .carousel-control-next {
        right: 35%;
    }
    .cta-box h2,
    .faq h2 {
        font-size: 30px;
    }
    .feature-box {
        grid-template-columns: 1fr;
    }
    .feature-box > div {
        border-right: 0;
        border-bottom: 1px solid #c8d5e4;
    }
    .footer {
        text-align: center;
    }
}


.animated-text{
    position:relative;
    display:block;
    width:100%;
    height:70px;
    overflow:hidden;
    color:#ffffff;
    font-weight:800;
    line-height:1.15;
}

.animated-text span{
    position:absolute;
    left:0;
    top:0;
    width:100%;
    opacity:0;
    white-space:normal;
    animation:textRotateSeven 21s infinite;
}

.animated-text span:nth-child(1){animation-delay:0s;}
.animated-text span:nth-child(2){animation-delay:3s;}
.animated-text span:nth-child(3){animation-delay:6s;}
.animated-text span:nth-child(4){animation-delay:9s;}
.animated-text span:nth-child(5){animation-delay:12s;}
.animated-text span:nth-child(6){animation-delay:15s;}
.animated-text span:nth-child(7){animation-delay:18s;}

@keyframes textRotateSeven{
    0%{
        opacity:0;
        transform:translateY(45px);
    }

    5%{
        opacity:1;
        transform:translateY(0);
    }

    12%{
        opacity:1;
        transform:translateY(0);
    }

    17%{
        opacity:0;
        transform:translateY(-45px);
    }

    100%{
        opacity:0;
        transform:translateY(-45px);
    }
}

@media(max-width:991px){
    .animated-text{
        height:58px;
    }
}

@media(max-width:767px){
    .animated-text{
        height:48px;
    }

    .animated-text span{
        line-height:1.2;
    }
}

@media(max-width:480px){
    .animated-text{
        height:44px;
    }
}


.about-banner-section{
    background:linear-gradient(to right,#1b1b1b 50%,#d9d2c7 50%);
    padding:60px 0;
}

.about-left-image img{
    width:100%;
    height:500px;
    object-fit:cover;
    padding-left: 100px;
}

.about-right-content{
    display:flex;
    justify-content:center;
    align-items:center;
    height:100%;
}

.about-box{
    background:#fff;
    padding:70px;
/*    width:85%;*/
}

.about-box h1{
    font-size:58px;
    color:#004b9b;
    margin-bottom:30px;
    font-weight:500;
}

.about-box p{
    font-size:16px;
    line-height:2;
    color:#111;
    font-weight: 600;
}

.counter-section{
    padding:90px 0;
    background:#fff;
}

.counter-wrapper{
    background:#eef4fa;
    display:flex;
    justify-content:space-between;
    text-align:center;
    padding:50px;
}

.counter-box{
    width:33.33%;
}

.counter-box h2{
    font-size:40px;
    color:#004b9b;
    margin-bottom:15px;
    font-weight:700;
}

.counter-box h4{
    font-size:24px;
    color:#111;
}

.why-choose-section{
    background:#eef4fa;
    padding:90px 0;
}

.why-left h2{
    font-size:56px;
    margin-bottom:30px;
    font-weight:700;
}

.why-left h2 span{
    color:#004b9b;
}

.why-left p{
    font-size:16px;
    line-height:2;
}

.vision-box{
    background:#004b9b;
    padding:50px 35px;
    text-align:center;
    color:#fff;
    height:100%;
}

.vision-box i{
    font-size:55px;
    margin-bottom:25px;
}

.vision-box h3{
    font-size:34px;
    margin-bottom:20px;
}

.vision-box p{
    font-size:15px;
    line-height:1.9;
}

.team-gallery-section{
    padding:90px 0;
    background:#fff;
}

.section-heading{
    text-align:center;
    margin-bottom:60px;
}

.section-heading h2{
    font-size:45px;
    font-weight:700;
}

.section-heading h2 span{
    color:#004b9b;
}

.team-img{
    width:100%;
    height:220px;
    object-fit:cover;
}

@media(max-width:991px){

    .about-banner-section{
        background:#d9d2c7;
    }

    .about-box{
        width:100%;
        padding:40px 30px;
    }

    .about-box h1{
        font-size:42px;
    }

    .counter-wrapper{
        flex-direction:column;
        gap:35px;
    }

    .counter-box{
        width:100%;
    }

    .why-left h2,
    .section-heading h2{
        font-size:40px;
    }

    .team-img{
        height:180px;
    }
}

@media(max-width:576px){

    .about-box p,
    .why-left p,
    .vision-box p{
        font-size:15px;
        line-height:1.8;
    }

    .counter-box h2{
        font-size:48px;
    }

    .counter-box h4{
        font-size:18px;
    }

    .team-img{
        height:150px;
    }
}

.ccss li{
	font-size: 16px;
	margin-bottom: 0.5em;
}


.gallery-item{
    display:block;
    position:relative;
    overflow:hidden;
    cursor:pointer;
}

.gallery-item::after{
    content:"\f00e";
    font-family:"Font Awesome 6 Free";
    font-weight:900;
    position:absolute;
    inset:0;
    background:rgba(0,75,155,0.65);
    color:#fff;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:30px;
    opacity:0;
    transition:0.3s ease;
}

.gallery-item:hover::after{
    opacity:1;
}

.custom-lightbox{
    position:fixed;
    inset:0;
    background:rgba(0,0,0,0.9);
    z-index:999999;
    display:none;
    align-items:center;
    justify-content:center;
    padding:25px;
}

.custom-lightbox.active{
    display:flex;
}

.custom-lightbox img{
    max-width:90%;
    max-height:85vh;
    object-fit:contain;
    box-shadow:0 0 25px rgba(255,255,255,0.2);
}

.lightbox-close,
.lightbox-prev,
.lightbox-next{
    position:absolute;
    border:0;
    background:transparent;
    color:#fff;
    cursor:pointer;
    z-index:2;
}

.lightbox-close{
    top:20px;
    right:30px;
    font-size:45px;
}

.lightbox-prev,
.lightbox-next{
    top:50%;
    transform:translateY(-50%);
    font-size:45px;
    width:55px;
    height:55px;
}

.lightbox-prev{
    left:25px;
}

.lightbox-next{
    right:25px;
}

@media(max-width:576px){
    .custom-lightbox{
        padding:15px;
    }

    .custom-lightbox img{
        max-width:100%;
        max-height:75vh;
    }

    .lightbox-prev,
    .lightbox-next{
        font-size:34px;
        width:40px;
    }

    .lightbox-prev{
        left:5px;
    }

    .lightbox-next{
        right:5px;
    }

    .lightbox-close{
        font-size:38px;
        right:15px;
    }
}


/*.inner-banner{
    background:#004b9b;
    padding:90px 0;
    text-align:center;
}

.inner-banner h1{
    color:#fff;
    font-size:60px;
    font-weight:700;
    margin:0;
}*/

.section-title-main h2{
    color:#004b9b;
    font-size:42px;
    font-weight:700;
}

.content-box p{
    font-size:17px;
    line-height:1.9;
    margin-bottom:20px;
    text-align: justify;
}

.content-box h5{
    font-size:24px;
    margin:25px 0 15px;
    color:#111;
    font-weight:700;
}

.product-row{
    margin-bottom:90px;
}

.product-content h2{
    font-size:40px;
    margin-bottom:20px;
    color:#004b9b;
    font-weight:700;
}

.product-content p{
    font-size:17px;
    line-height:1.9;
    text-align: justify;
}

.product-content ul{
    padding-left:18px;
}

.product-content ul li{
    margin-bottom:14px;
    font-size:16px;
    line-height:1.8;
}

.product-image img{
    width:100%;
    border-radius:6px;
}

.cta-section{
    background:#004b9b;
    padding:100px 0;
}

.cta-box{
    text-align:center;
    color:#fff;
    max-width:850px;
    margin:auto;
}

.cta-box h2{
    font-size:52px;
    margin-bottom:20px;
    font-weight:700;
}

.cta-box p{
    font-size:18px;
    margin-bottom:35px;
}

.theme-btn{
    display:inline-block;
    background:#ff6b00;
    color:#fff;
    padding:15px 40px;
    font-size:18px;
    font-weight:700;
    text-decoration:none;
    transition:0.3s;
}

.theme-btn:hover{
    background:#fff;
    color:#004b9b;
}

@media(max-width:991px){

   /* .inner-banner{
        padding:70px 0;
    }

    .inner-banner h1{
        font-size:42px;
    }*/

    .section-title-main h2,
    .product-content h2{
        font-size:32px;
    }

    .product-row{
        margin-bottom:60px;
    }

    .product-image{
        margin-top:30px;
    }

    .cta-box h2{
        font-size:36px;
    }
}

@media(max-width:576px){

   /* .inner-banner h1{
        font-size:32px;
    }
*/
    .content-box p,
    .product-content p,
    .product-content ul li{
        font-size:15px;
        line-height:1.8;
    }

    .theme-btn{
        padding:13px 28px;
        font-size:16px;
    }
}


.collab-section{
    background:#dfdbd6;
    padding:120px 0;
    position:relative;
}

.collab-wrapper{
    position:relative;
        max-width: 780px;
    margin:auto;
}

.collab-wrapper::before{
    content:"";
    position:absolute;
    left:-100px;
    right:-100px;
    bottom:-55px;
    height:300px;
    background:#ffffff;
    z-index:1;
}

.collab-box{
    position:relative;
    z-index:2;
    background:#171717;
    text-align:center;
    padding:70px 80px;
}

.collab-box h2{
    color:#fff;
        font-size: 40px;
    font-weight:400;
    margin-bottom:35px;
    letter-spacing:1px;
}

.collab-line{
    width:100px;
    height:1px;
    background:#ffffff;
    margin:0 auto 40px;
}

.collab-box p{
    color:#ffffff;
    font-size:18px;
    line-height:1.9;
    max-width:720px;
    margin:0 auto 45px;
    font-weight:500;
}

.collab-btn{
    display:inline-block;
    background:#d7d0c3;
    color:#111;
    padding: 15px 40px;
    text-decoration: none;
    font-size: 16px;
    letter-spacing:3px;
    transition:0.3s ease;
}

.collab-btn:hover{
    background:#004b9b;
    color:#fff;
}

@media(max-width:991px){

    .collab-section{
        padding:90px 0;
    }

    .collab-wrapper::before{
        left:-20px;
        right:-20px;
        bottom:-40px;
    }

    .collab-box{
        padding:50px 35px;
    }

    .collab-box h2{
        font-size:42px;
    }

    .collab-box p{
        font-size:18px;
    }
}

@media(max-width:576px){

    .collab-section{
        padding:70px 0;
    }

    .collab-wrapper::before{
        display:none;
    }

    .collab-box{
        padding:40px 22px;
    }

    .collab-box h2{
        font-size:32px;
        line-height:1.3;
    }

    .collab-box p{
        font-size:15px;
        line-height:1.8;
    }

    .collab-btn{
        width:100%;
        padding:18px 20px;
        font-size:16px;
        letter-spacing:2px;
    }
}


.inner-banner{
    position:relative;
}

.inner-banner-image{
    position:relative;
    width:100%;
    height:170px;
    overflow:hidden;
}

.inner-banner-image img{
    width:100%;
    height:100%;
    object-fit:cover;
}

.inner-banner-overlay{
    position:absolute;
    inset:0;
    background:rgba(0,0,0,0.28);
}

.inner-banner-content{
    position:absolute;
    left:8%;
    top:50%;
    transform:translateY(-50%);
    z-index:2;
}

.inner-banner-content h1{
    color:#ffffff;
    font-size:40px;
    font-weight:bold;
    letter-spacing:1px;
    margin:0;
    line-height:1.1;
}

@media(max-width:991px){

    .inner-banner-image{
        height:260px;
    }

    .inner-banner-content h1{
        font-size:52px;
    }
}

@media(max-width:576px){

    .inner-banner-image{
        height:180px;
    }

    .inner-banner-content{
        left:5%;
    }

    .inner-banner-content h1{
        font-size:34px;
    }
}

.cta-box1{
max-width: 1100px !important;
color: black;
}


.float{
    position: fixed;
    width: 45px;
    height: 45px;
    bottom: 20px;
    left: 20px;
    background-color: #25d366;
    color: #FFF;
    border-radius: 10px;
    text-align: center;
    font-size: 25px;
    box-shadow: 2px 2px 3px #999;
    z-index: 100;
}

.float1{
    position: fixed;
    width: 45px;
    height: 45px;
    bottom: 72px;
    left: 20px;
    background-color: #007bff;
    color: #FFF;
    border-radius: 10px;
    text-align: center;
    font-size: 25px;
    box-shadow: 2px 2px 3px #999;
    z-index: 100;
}

.my-float{
    margin-top: 12px;
    margin-left: 2px;
}

.my-float1{
    margin-top: 12px;
    margin-left: 2px;
}