@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&display=swap');

:root{
    --primary-color: #B41F65;
    --secondary-color: #422779;
    --theme-gradient: linear-gradient(180deg, #442779 0%, #792370 51.5%, #C51D61 100%);
}

body{
    color: #181818;
    font-family: "Outfit", sans-serif;
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
}

ul, figure{
    margin: 0;
}

a{
    text-decoration: none;
}

img{
    max-width: 100%;
}

h1,h2,h3,h4,h5,h6{
    color: #181818;
}


/* -- default class -- */
.txt-color{
    color: #4B4B4B;
}
.text-primary{
    color: var(--primary-color)!important;
}
.text-secondary{
    color: var(--secondary-color)!important;
}
.fs-lg{
    font-size: 18px;
    line-height: 30px;
}
.fw-medium{
    font-weight: 500;
}
.fw-semibold{
    font-weight: 600;
}

.bg-primary{
    background-color: var(--primary-color)!important;
}
.bg-secondary{
    background-color: var(--secondary-color)!important;
}
.bg-light{
    background-color: #FBFBFB!important;
}
.bg-light-purple{
    background-color: #F8F4FF!important;
}

.sub-title{
    font-size: 16px;
}
.title-style{
    font-size: 44px;
}
.title-style span.highlight{
    position: relative;
}
.title-style span.highlight{
    text-decoration: underline;
    text-decoration-color: var(--primary-color);
    text-decoration-thickness: 8px;
    text-underline-offset: 9px;
    text-decoration-skip-ink: none;
}

/* title-style-1 */
.title-style-1{
    font-size: 30px;
    color: #fff;
    line-height: normal;
    display: inline-block;
    background: linear-gradient(90deg, #472778 0%, #B11F65 100%);
    padding: 6px 15px;
}
.title-style-1.rounded{
    padding: 6px 30px;
    border-radius: 50px!important;
}
.title-style-1.center-gradient{
    background: linear-gradient(90deg, #472778 0%, #B11F65 50%, #472778 100%);
}

/* title-style-2 */
.title-style-2{
    font-size: 28px;
    background-color: #F9F6FF;
    padding: 5px 18px 5px 15px;
    border-left: 8px solid var(--secondary-color);
}

/* title-style-3 */
.title-style-3{
    position: relative;
    font-size: 28px;
    padding: 6px 18px 6px 20px;
    z-index: 1;
}
.title-style-3::before{
    content: "";
    background-color: #E6DAFF;
    width: 50px;
    height: 50px;
    border-radius: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

/* title-btn-style */
.title-btn-style{
    color: #fff;
    text-align: center;
    display: inline-block;
    line-height: normal;
    padding: 5px 20px;
    border-radius: 10px;
}

/* btn */
.btn{
    color: #fff;
    font-size: 18px;
    background-color: var(--primary-color);
    padding: .4rem 1rem;
    border: 0;
    border-radius: 5px;
}
.btn:hover{
    color: #fff;
    background-color: var(--secondary-color);
}
.btn.btn-icon img{
    vertical-align: top;
    margin-left: 4px;
}
.btn.btn-secondary{
    background-color: var(--secondary-color);
}
.btn.btn-secondary:hover{
    background-color: var(--primary-color);
}
.btn.bg-white{
    color: #181818;
}
.btn.rounded-pill{
    padding: 10px 28px;
}
.btn.rounded-pill img{
    width: 16px;
    margin-left: 6px;
    margin-top: -8px;
}
.btn-gradient-h{
    background: linear-gradient(90deg, #472778 0%, #B11F65 100%);
}
.btn-gradient-h:hover{
    background: linear-gradient(90deg, #B11F65 0%, #472778 100%);
}
.btn-gradient{
    background: linear-gradient(90deg, #472778 0%, #B11F65 50%, #472778 100%);
}

button:focus, .btn:focus{
    outline: none;
    box-shadow: none;
}

/* text-link */
.text-link{
    display: inline-flex;
    align-items: center;
    font-size: 20px;
    text-decoration: underline;
    text-underline-offset: 3px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.text-link *{
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.text-link.width-icon span{
    position: relative;
    display: inline-block;
    text-align: center;
    width: 38px;
    height: 38px;
    line-height: 34px;
    border-radius: 100%;
    background-color: var(--secondary-color);
    margin-left: 10px;
    z-index: 1;
    overflow: hidden;
}
.text-link.width-icon span::before{
    content: "";
    width: 100%;
    height: 100%;
    border-radius: 100%;
    background-color: #321A64;
    position: absolute;
    top: 0;
    left: -50%;
    z-index: -1;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.text-link.width-icon:hover span::before{
    left: 0%;
}

.block-space{
    padding-top: 90px;
    padding-bottom: 100px;
}

/* swiper */
div[class*="swiper-button"]{
    color: #fff;
    width: 40px;
    height: 40px;
    line-height: 40px;
    padding: 8px;
    border-radius: 100%;
    background: -webkit-linear-gradient(180deg, #422779 0%, #7A48DF 100%);
    background: -moz-linear-gradient(180deg, #422779 0%, #7A48DF 100%);
    background: -o-linear-gradient(180deg, #422779 0%, #7A48DF 100%);
    background: linear-gradient(180deg, #422779 0%, #7A48DF 100%);
}
div[class*="swiper-button"]::after{
    display: none;
}

/* call-btn */
.call-btn{
    display: inline-flex;
    align-items: center;
}
.call-btn .icon-box{
    font-size: 20px;
    text-align: center;
    background-color: var(--primary-color);
    width: 45px;
    height: 45px;
    line-height: 45px;
    margin-right: 12px;
    border-radius: 100%;
    box-shadow: 0 0 0 5px rgba(180, 31, 101, 0.3);
}
.call-btn p{
    padding-left: 2px;
}
.call-btn .content a{
    font-size: 25px;
}

/* form */
.form-floating .form-control,
.form-floating .form-select{
    background-color: #FAFAFA;
    border-radius: 0;
}
.form-floating .form-control + label{
    color: #828282;
}
.form-floating .form-control[required] + label::after,
.form-floating .form-select[required] + label::after{
    content: "*";
    color: #FF0000;
    font-size: 15px;
}
.form-floating > .form-control {
    padding: 0.6rem .75rem;
}
.form-floating > label {
    padding: 0.8rem .75rem;
}
.form-floating > .form-control, .form-floating > .form-select{
    height: calc(3.3rem + 2px)
}

.form-control:focus,
.form-select:focus{
    border-color: #828282;
    box-shadow: none;
}

/* social-media */
.social-media{
    display: inline-flex;
}
.social-media a{
    display: block;
    color: #fff;
    text-align: center;
    width: 25px;
    height: 25px;
    line-height: 25px;
    border-radius: 100%;
}

/*  */
.divider-block{
    position: relative;
    z-index: 1;
}
.divider-block::before{
    content: "";
    width: 100%;
    height: 1px;
    background: repeating-linear-gradient(90deg,#e66465, #e66465 18px, transparent 18px, transparent 40px);
    background-size: 400% 400%;
    position: absolute;
    top: 49%;
    left: 0;
    transform: translateY(-50%);
    animation: loopingRoad-H 18s linear infinite both;
    z-index: -1;
}
@keyframes loopingRoad-H {
    from {
        background-position: 0 0;
    }
    to {
        background-position: -1000px 0;
    }
}

/* simple-list-style */
.simple-list-style{
    padding-left: 15px;
}
.simple-list-style li{
    line-height: 26px;
}
.simple-list-style li::marker{
    font-size: 13px;
}

/* list-style-icon */
.list-style-icon li{
    position: relative;
    padding: 18px 10px;
    padding-left: 48px;
}
.list-style-icon li .icon-box{
    text-align: center;
    width: 40px;
    height: 40px;
    line-height: 35px;
    padding: 0 8px;
    border-radius: 100%;
    position: absolute;
    top: 13px;
    left: 0;
}
.list-style-icon li p{
    margin-bottom: 0;
}

/* icon-list-style */
.icon-list-style li{
    position: relative;
    padding-left: 26px;
}
.icon-list-style li img,
.icon-list-style li svg{
    width: 16px;
    position: absolute;
    top: 7px;
    left: 0;
}

/* card */
.card .card-header{
    padding: .8rem 1rem;
}
.card .card-header .card-title{
    font-size: 24px;
}
.card .card-body{
    background-color: #F9F9F9;
    padding: 0.4rem 1.3rem;
}
.card .list-style-icon li{
    font-size: 18px;
    padding: 13px 10px;
    padding-left: 42px;
}
.card .list-style-icon li .icon-box{
    width: 34px;
    height: 34px;
    line-height: 29px;
    padding: 0 7px;
}

/* card-design */
.card-design{
    color: #050505;
    border: 1px dashed #444;
}
.card-design .title{
    font-size: 22px;
}
.card-design .title-sm{
    font-size: 16px;
}
.card-design .img-box{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 80px;
}
.card-design .img-box-sm{
    height: 55px;
}
/* infographic-wrapper */
.infographic-wrapper{
    position: relative;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    z-index: 1;
}
.infographic-wrapper::after{
    content: "";
    background-color: #D2BDFD;
    width: 90%;
    height: 24px;
    position: absolute;
    top: 50px;
    left: 50%;
    transform: translateX(-50%);
    z-index: -1;
}
.infographic-wrapper .column{
    position: relative;
    width: calc(100% / 5);
    flex: 0 0 auto;
    transition: all 0.3s ease-in-out;
}
.infographic-wrapper .column *{
    transition: all 0.3s ease-in-out;
}
.infographic-wrapper .column figure{
    position: relative;
    text-align: center;
    background-color: #fff;
    width: 120px;
    height: 120px;
    line-height: 120px;
    outline: 14px solid #D2BDFD;
    border-radius: 100%;
    box-shadow: 0 0 0 rgba(66, 39, 121, 0);
}
.infographic-wrapper .column figure::after{
    content: "";
    width: 86%;
    height: 86%;
    border-radius: 100%;
    outline: 3px solid #D2BDFD;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: all 0.3s ease-in-out;
    z-index: 1;
}
.infographic-wrapper .column figure img{
    height: 60px;
}
.infographic-wrapper .column p{
    font-size: 15px;
    line-height: 22px;
}
.infographic-wrapper .column:hover figure{
    box-shadow: 0 0 16px 7px rgba(66, 39, 121, 0.7);
}
.infographic-wrapper .column:hover figure::after{
    width: 106%;
    height: 106%;
    outline-color: #fff;
}

/* table */
table{
    vertical-align: center;
    margin-bottom: 0;
}
table thead tr th{
    font-size: 15px;
    font-weight: 400;
    line-height: normal;
}
table thead tr th span{
    font-size: 13px;
}
/* table-style */
.table-style{
    overflow: hidden;
    border-radius: 10px;
    border-color: #CACACA;
    background-color: #EFE8FF;
}
.table-style > :not(caption) > * > *{
    font-size: 18px;
}
.table-style > :not(caption) > * > *:not(:last-child){
    padding: .6rem .8rem;
    border-right-width: 1px;
}
.table-style > :not(caption) > tr:last-child td{
    border-bottom-width: 0!important;
}

/* magnificPopup */
.mfp-bg{
    opacity: 0.4;
}
.mfp-image-holder .mfp-close{
    color: #111;
    opacity: .8;
}
.mfp-content .mfp-figure::after{
    background-color: transparent;
    box-shadow: none;
}

.image-link{
    cursor: pointer;
}

/* modal */
.modal-content{
    border-radius: 40px 40px 0 0;
    border: 0;
}
.modal-content .modal-header{
    position: relative;
    padding: 0.6rem 3.5rem;
    justify-content: center;
    background-color: var(--secondary-color);
}
.modal-content .modal-title{
    font-size: 32px;
}
.modal-content .modal-header .btn-close{
    background-image: none;
    position: absolute;
    right: 25px;
    width: 18px;
    height: 18px;
    line-height: 18px;
    border-radius: 100%;
    background-color: #34176D;
    opacity: 1;
}




/* ---- header ---- */
header{
    background-color: #F8F8F8;
    position: relative;
    z-index: 100;
    overflow-x: clip;
    overflow-y: visible;
    box-shadow: 0px 3px 6px -1px rgba(88, 88, 88, 0.08);
    transition: all 0.3s ease-in-out;
}
/* navbar-brand */
header .navbar-brand{
    position: relative;
    padding-right: 50px;
    z-index: 1;
}
header .navbar-brand::before{
    content: "";
    position: absolute;
    top: 0;
    left: auto;
    right: 100%;
    background: url(../images/bg/logo-bg-pattern.png), #E1E1E1;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center right;
    width: 2306px;
    height: 100%;
    z-index: -1;
    transform: translateX(315px);
    border-bottom: 8px solid var(--primary-color);
    clip-path: polygon(0 0, 97.5% 0%, 100% 100%, 0% 100%);
}
header .navbar-brand img{
    width: 320px;
}
header .navbar-nav .nav-link{
    color: #181818;
}
header .navbar-nav .nav-link.active{
    color: var(--primary-color);
    text-decoration: underline;
}
/* dropdown-menu */
header .navbar-nav .dropdown-menu{
    padding: 0;
    border: 0;
    border-radius: 0;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    -webkit-animation-duration: 0.3s;
    animation-duration: 0.3s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-name: fadeIn;
}
header .navbar-nav .dropdown-menu .dropdown-item{
    color: #181818;
    padding: .6rem 1.2rem;
}
header .navbar-nav .dropdown-toggle::after{
    content: "\f107";
    font-family: "Font Awesome 6 Free";
    font-size: 11px;
    font-weight: 600;
    margin-left: .36em;
    vertical-align: .1em;
    border: none;
}
header .navbar-nav .dropdown-menu .dropdown-item:hover{
    background-color: #FFEDF5;
}
header .navbar-nav .dropdown-menu .dropdown-item.active{
    color: inherit;
    border-left: 6px solid var(--primary-color);
    background-color: #FFEDF5;
}

/* menu-content */
header .menu-content{
    position: relative;
}
header .menu-content .top-content{
    position: relative;
    background-color: var(--primary-color);
    padding: 10px 0;
}
header .menu-content .top-content::before{
    content: "";
    background-color: var(--primary-color);
    position: absolute;
    top: 0;
    left: auto;
    right: 100%;
    width: 2100px;
    height: 100%;
}
header .menu-content .top-content::after{
    content: "";
    background-color: var(--primary-color);
    position: absolute;
    top: 0;
    left: 100%;
    right: 0;
    width: 2100px;
    height: 100%;
}
header .menu-content .top-content *{
    color: #fff;
}
header .menu-content .top-content .info-list{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
header .menu-content .top-content .info-list li{
    margin-right: 15px;
}
header .menu-content .top-content .info-list span{
    display: inline-block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    background-color: #9F094F;
    border-radius: 100%;
    margin-right: 8px;
}
/* headerSticky */
header.headerSticky{
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background-color: #fff;
    -webkit-animation-duration: 0.3s;
    animation-duration: 0.3s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-name: fadeIn;
    animation-delay: 0.04s;
    box-shadow: 0px 4px 8px -1px rgba(88, 88, 88, 0.2);
}
header.headerSticky .menu-content .top-content{
    display: none!important;
}
header.headerSticky .navbar-brand img {
    width: 250px;
}
header.headerSticky .navbar-brand::before{
    border-width: 4px;
}
header.headerSticky .btn{
    font-size: 16px;
}
header .btn{
    background-color: var(--secondary-color);
}
header .btn:hover{
    background-color: var(--primary-color);
}



/* ---- banner-slider ---- */
.banner-slider .swiper-slide{
    position: relative;
    height: 600px;
    margin-bottom: 50px;
    overflow-x: clip;
    overflow-y: visible;
}
.banner-slider .swiper-slide::after{
    content: "";
    width: 67px;
    height: 67px;
    position: absolute;
    background: var(--theme-gradient);
    right: 180px;
    bottom: -32px;
}
.banner-slider .swiper-slide > img{
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    height: 100%;
}
.banner-slider .swiper-slide .caption-content{
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    z-index: 1;
}
.banner-slider .swiper-slide .caption-content .contentTxt{
    padding-top: 20px;
    padding-right: 20px;
    padding-bottom: 25px;
    position: relative;
    z-index: 1;
}
.banner-slider .swiper-slide .caption-content .contentTxt::after{
    content: "";
    width: 1800px;
    height: 100%;
    background-color: rgba(66, 39, 121, 0.8);
    position: absolute;
    top: 0;
    left: auto;
    right: 0;
    z-index: -1;
}
.banner-slider .swiper-slide .caption-content .title{
    font-size: 45px;
    font-weight: 400;
}
.banner-slider .swiper-slide.swiper-slide-active .caption-content .title{
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-name: fadeInUp;
    animation-delay: 2.2s;
}
.banner-slider .swiper-slide.swiper-slide-active .caption-content .text-link{
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-name: fadeInUp;
    animation-delay: 2.8s;
}
.banner-slider .swiper-slide.swiper-slide-active::after{
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-name: fadeIn;
    animation-delay: 2.3s;
}
.banner-slider .swiper-slide.swiper-slide-active .caption-content .contentTxt::after{
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-name: fadeIn;
    animation-delay: 1.3s;
}


/* ---- about-section ---- */
.about-section{
    position: relative;
    overflow: hidden;
}
.about-section .about-content{
    background-color: rgba(255, 255, 255, 0.99);
}
.about-section .side-image{
    position: absolute;
    top: 50px;
    left: auto;
    padding-bottom: 80px;
    animation: running-anim 18s linear infinite both;
    animation-delay: 0.4s;
    z-index: -1;
}

.about-section .side-image figure{
    width: 800px;
    /* animation: running-anim 8s linear infinite both; */
    transform: scale(1.6) translateX(120px);
}
@keyframes running-anim{
    0% {
        right: -70%;
    }
    100% {
        right: 120%;
    }
}
.about-section .side-image figure img:nth-child(1){
    width: 74px;
    position: absolute;
    top: 66px;
    left: 34%;
}


/* ---- services-section ---- */
.services-section{
    overflow: hidden;
    background: url(../images/bg/bg-img-1.png) no-repeat 50% 19%, #FBFBFB;
}
.services-section .services-slider-wrap{
    transform: translateX(13%);
    margin-left: 50px;
}
.services-section .services-slider .swiper-slide{
    height: auto;
    margin-bottom: 15px;
}
/*  */
.services-section .service-box{
    position: relative;
    top: 0;
    height: 100%;
    background-color: #fff;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0);
    margin: 0 10px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.services-section .service-box *{
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.services-section .service-box .image-box{
    height: 250px;
}
.services-section .service-box .image-box img{
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    height: 100%;
}
.services-section .service-box .service-content{
    position: relative;
    padding: 40px 25px 55px;
}
.services-section .service-box .service-content .icon-box{
    text-align: center;
    position: absolute;
    top: -40px;
    left: 25px;
    display: inline-block;
    background: -webkit-linear-gradient(180deg, #B41F65 0%, #FF0078 100%);
    background: -moz-linear-gradient(180deg, #B41F65 0%, #FF0078 100%);
    background: -o-linear-gradient(180deg, #B41F65 0%, #FF0078 100%);
    background: linear-gradient(180deg, #B41F65 0%, #FF0078 100%);
    width: 70px;
    height: 60px;
    line-height: 55px;
    border-radius: 3px;
}
.services-section .service-box .service-content .icon-box img{
    height: 70%;
}
.services-section .service-box .service-content .service-title{
    font-size: 22px;
}
.services-section .service-box .text-link{
    position: absolute;
    left: 25px;
    bottom: 20px;
}
.services-section .service-box:hover{
    top: -5px;
    box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.1);
}
.services-section .service-box:hover .service-content{
    padding: 30px 25px 65px;
}
.services-section .service-box:hover .service-content .icon-box{
    background: -webkit-linear-gradient(180deg, #FF0078 0%, #B41F65 100%);
    background: -moz-linear-gradient(180deg, #FF0078 0%, #B41F65 100%);
    background: -o-linear-gradient(180deg, #FF0078 0%, #B41F65 100%);
    background: linear-gradient(180deg, #FF0078 0%, #B41F65 100%);
    top: -50px;
}
.services-section .service-box .text-link:hover{
    color: var(--primary-color)!important;
    text-underline-offset: 2px;
}
.services-section .services-slider-wrap{
    position: relative;
}
.services-section .services-slider-wrap .swiper-button-prev{
    left: -65px;
}
.services-section .services-slider-wrap .swiper-button-next{
    margin-top: 35px;
    right: auto;
    left: -65px;
    /* right: 55px; */
}


/* ---- why-choose-section ---- */
.why-choose-section .column-box{
    height: 100%;
    padding: 15px 25px 20px 25px;
    border: 1px solid transparent;
    box-shadow: 5px 5px 5px 0px rgba(0, 0, 0, 0);
    border-radius: 16px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.why-choose-section .column-box *{
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.why-choose-section .column-box .title{
    font-size: 26px;
}
.why-choose-section .column-box figure{
    width: 18%;
}
.why-choose-section .column-box:hover{
    border: 1px solid var(--primary-color);
    box-shadow: 5px 5px 5px 0px rgba(0, 0, 0, 0.1);
}


/* ---- cta-enquiry-section ---- */
.cta-enquiry-section{
    position: relative;
}
.cta-enquiry-section .bg-image{
    display: flex;
    justify-content: center;
    align-items: end;
    width: 100%;
    height: 460px;
    position: absolute;
    top: 0;
    left: 0;
    background: url(../images/bg/bg-img-2.jpg) no-repeat center / cover;
    z-index: -1;
}
.cta-enquiry-section .bg-image::before{
    content: "";
    background: -webkit-linear-gradient(180deg, rgba(68, 39, 121, 0.9) 0%, rgba(121, 35, 112, 0.9) 51.5%, rgba(197, 29, 97, 0.9) 100%);
    background: -moz-linear-gradient(180deg, rgba(68, 39, 121, 0.9) 0%, rgba(121, 35, 112, 0.9) 51.5%, rgba(197, 29, 97, 0.9) 100%);
    background: -o-linear-gradient(180deg, rgba(68, 39, 121, 0.9) 0%, rgba(121, 35, 112, 0.9) 51.5%, rgba(197, 29, 97, 0.9) 100%);
    background: linear-gradient(180deg, rgba(68, 39, 121, 0.9) 0%, rgba(121, 35, 112, 0.9) 51.5%, rgba(197, 29, 97, 0.9) 100%);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.cta-enquiry-section .bg-image img{
    position: absolute;
    left: 50px;
    width: 240px;
}
.cta-enquiry-section .title-style{
    font-size: 50px;
}
/* enquiry-wrap */
.cta-enquiry-section .call-btn .icon-box{
    box-shadow: 0 0 0 5px rgba(255, 255, 255, 0.3);
}
/* enquiry-wrap */
.cta-enquiry-section .enquiry-wrap {
    position: relative;
}
.cta-enquiry-section .enquiry-wrap .form-wrap{
    background-color: #fff;
    padding: 20px 30px;
    border-radius: 30px 30px 0 0;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}
.cta-enquiry-section .enquiry-wrap .form-wrap .title{
    font-size: 30px;
}


/* ---- footer ---- */
footer{
    background-color: #2F1466;
    padding-top: 70px;
    margin-top: 130px;
}
/* widget-box */
footer .widget-box{
    position: relative;
    width: 100%;
}
footer .widget-box .heading{
    font-size: 60px;
}
footer .widget-box .link-style li{
    position: relative;
    padding-left: 22px;
}
footer .widget-box .link-style li img,
footer .widget-box .link-style li svg{
    position: absolute;
    top: 7px;
    left: 0;
}
footer .widget-box .logo-img{
    margin-top: -180px;
}
footer .widget-box .logo-img img{
    max-width: 94%;
}
footer .widget-box .call-btn .icon-box{
    font-size: 25px;
    width: 52px;
    height: 52px;
    line-height: 54px;
    box-shadow: 0 0 0 6px rgba(180, 31, 101, 0.3);
}
footer .widget-box .call-btn a{
    font-size: 40px;
}
footer .widget-box .title{
    font-size: 25px;
}
footer .widget-box .inline-links li a{
    color: #fff;
    position: relative;
    display: inline-block;
    padding: 0 10px;
}
footer .widget-box .inline-links li:not(:last-child) a::after{
    content: "|";
    position: absolute;
    top: 0;
    right: -2px;
}
/* divider */
footer .widget-box .divider-line{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 45px;
    height: 100%;
    position: absolute;
    top: 50%;
    right: -80px;
    transform: translateY(-50%);
    overflow: hidden;
}
footer .widget-box .divider-line::before {
    content: "";
    position: absolute;
    top: 0;
    left: 45%;
    width: 1px;
    height: 100%;
    background: -webkit-repeating-linear-gradient(#e66465, #e66465 12px, transparent 12px, transparent 25px);
    background: -moz-repeating-linear-gradient(#e66465, #e66465 12px, transparent 12px, transparent 25px);
    background: -o-repeating-linear-gradient(#e66465, #e66465 12px, transparent 12px, transparent 25px);
    background: repeating-linear-gradient(#e66465, #e66465 12px, transparent 12px, transparent 25px);
    background-size: 400% 400%;
    animation: loopingRoad 18s linear infinite both;
    transform: translateX(-50%);
    z-index: -1;
}
@keyframes loopingRoad {
    from {
        background-position: 0 -1000px;
    }
    to {
        background-position: 0 0;
    }
}

/* copyright */
footer .copyright{
    background-color: #3D1F79;
}
footer .copyright p img{
    width: 15px;
    margin-right: 2px;
}


/* -- buttons -- */
.top-btn,
.whatsapp-btn{
    display: block;
    color: #fff;
    text-align: center;
    width: 40px;
    height: 40px;
    line-height: 40px;
    position: fixed;
    bottom: 60px;
    border-radius: 100%;
    z-index: 5;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.top-btn{
    cursor: pointer;
    background-color: #7A48DF;
    display: block;
    right: 30px;
}
.whatsapp-btn{
    width: 45px;
    height: 45px;
    line-height: 45px;
    font-size: 25px;
    display: block;
    left: 30px;
    background-color: #15b34f;
}
.whatsapp-btn:hover{
    background-color: #fff;
    color: #15b34f;
}


/* ---- page-banner-wrap ---- */
.page-banner-wrap{
    display: flex;
    align-items: center;
    position: relative;
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    min-height: 320px;
}
.page-banner-wrap .sub-title{
    text-align: center;
    display: inline-block;
    padding: 5px 20px;
    border-radius: 5px;
}
.page-banner-wrap .title{
    font-size: 40px;
}


/* ---- About us page ---- */
.about-info-section .featured-image{
    position: relative;
    padding-bottom: 80px;
}
.about-info-section .featured-image .number-box{
    position: relative;
    padding: 25px 15px 16px;
    background: linear-gradient(194.23deg, #7A48DF 3%, #422779 130%);
    border-radius: 50px 0 0 0;
    margin: 0 0 -10% 15%;
}
.about-info-section .featured-image .number-box .number-txt{
    font-size: 35px;
}
.about-info-section .featured-image figure.img-1{
    border-radius: 0 248px 0 0;
    overflow: hidden;
}
.about-info-section .featured-image figure.img-2{
    width: 50%;
    position: absolute;
    right: 0px;
    bottom: 0px;
}
/* values-section */
.values-section .column-box{
    padding: 15px 25px 20px 25px;
    border: 1px solid transparent;
    box-shadow: 5px 5px 5px 0px rgba(0, 0, 0, 0);
    border-radius: 16px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.values-section .column-box *{
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.values-section .column-box .title{
    font-size: 26px;
}
.values-section .column-box figure{
    width: 18%;
}
.values-section .column-box:hover{
    border: 1px solid var(--secondary-color);
    box-shadow: 5px 5px 5px 0px rgba(0, 0, 0, 0.1);
}


/* ---- services page all sections ---- */
/* featured-image-1 */
.services-wrapper .featured-image-1{
    position: relative;
}
.services-wrapper .featured-image-1 .img-1{
    width: 70%;
}
.services-wrapper .featured-image-1 .img-2{
    position: relative;
    width: 330px;
    height: 330px;
    border-radius: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    margin-top: -140px;
    outline: 1px dashed var(--primary-color);
    outline-offset: 11px;
    z-index: 1;
}
/* specialization-section */
.services-wrapper .specialization-section .list-style-icon{
    background-color: #E7D9FF;
    border-left: 12px solid var(--secondary-color);
    border-right: 12px solid var(--secondary-color);
    padding: 20px 30px;
    column-count: 2;
}
.services-wrapper .specialization-section .list-style-icon li{
    font-size: 20px;
}
/* info-section */
.services-wrapper .info-section{
    position: relative;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    z-index: 1;
}
.services-wrapper .info-section::before{
    content: "";
    width: 100%;
    height: 100%;
    background-color: var(--primary-color);
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0.95;
    z-index: -1;
}
.services-wrapper .info-section.secondary-bg::before{
    background-color: var(--secondary-color);
}
.services-wrapper .info-section.static-bg::before{
    display: none;
}
.services-wrapper .info-section .title{
    font-size: 30px;
}

/* info-column */
.services-wrapper .info-column .title{
    color: #452678;
    font-size: 25px;
}
.services-wrapper .info-column li{
    font-size: 18px;
}
/* featured-image-2 */
.services-wrapper .featured-image-2 figure{
    padding: 20px 30px;
    border-radius: 178px;
    border: 1px solid #0A1D84;
    overflow: hidden;
}


/* ---- knowledge-center-wrapper ---- */
/* table */
.knowledge-center-wrapper table tbody tr td img{
    /* width: 50px; */
    max-width: none;
}
/* form-column */
.form-column{
    display: flex;
    flex-direction: column;
}
.form-column .title-btn-style{
    font-size: 25px;
}
.form-column .form-box{
    flex-grow: 1;
    background-color: #EFE8FF;
    padding: 25px 15px;
    border: 1px solid var(--secondary-color);
    border-radius: 16px;
}
.form-column .form-box .col-form-label{
    padding: 0;
}
.form-column .form-box .form-control{
    border-color: #828282;
}
.form-column .form-box button{
    font-size: 16px;
}
.form-column .form-box button[type="submit"]{
    background: linear-gradient(244.63deg, #C12C72 20.66%, #5B1536 100%);
    padding: 6px 24px 7px;
    line-height: normal;
}
.form-column .form-box button[type="submit"]:hover{
    background: linear-gradient(244.63deg, #5B1536 20.66%,#C12C72 100%);
}
.form-column .form-box button[type="reset"]{
    background: linear-gradient(253.04deg, #7E55D0 24.96%, #6740B7 75.04%);
    padding: 6px 24px 7px;
    line-height: normal;
}
.form-column .form-box button[type="reset"]:hover{
    background: linear-gradient(244.63deg, #6740B7 20.66%,#7E55D0 100%);
}

/* -- cta-section -- */
.cta-section .title{
    font-size: 50px;
}
.cta-section .sub-title{
    font-size: 30px;
}

/* tab-wrapper */
.tab-wrapper .list-group{
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: center;
}
.tab-wrapper .list-group .list-item{
    color: var(--secondary-color);
    font-size: 18px;
    padding: 7px 20px;
    border-radius: 10px;
}
.tab-wrapper .list-group .list-item img{
    height: 25px;
}
.tab-wrapper .list-group .list-item.active{
    color: #fff;
    background-color: var(--secondary-color);
}
.tab-content .img-wrapper{
    background-color: #EFE8FF;
    padding: 50px 30px;
    border: 1px solid var(--primary-color);
    border-radius: 18px;
}
.tab-content .img-wrapper .content .title{
    font-size: 45px;
    margin-bottom: 0;
}

/* info-content-wrapper */
.info-content-wrapper .side-image{
    position: relative;
    z-index: 1;
}
.info-content-wrapper .side-image::before{
    content: "";
    background-color: #E6DAFF;
    width: 300px;
    height: 300px;
    border-radius: 100%;
    position: absolute;
    left: -40px;
    bottom: -40px;
    z-index: -1;
}
.info-content-wrapper ol > li{
    margin-bottom: 15px;
}
.info-content-wrapper ol ul{
    list-style-type: disc;
}
.info-content-wrapper ol > li li{
    margin-bottom: 5px;
}






/* ---- contact us page ---- */
.contact-us-wrapper .column-wrapper{
    background-color: #EFE5FF;
    border-radius: 46px;
    overflow: hidden;
}
.contact-us-wrapper .column-wrapper .form-wrap .form-control,
.contact-us-wrapper .column-wrapper .form-wrap .form-select{
    background-color: transparent;
    border-radius: 5px;
}
.contact-us-wrapper .column-wrapper .form-wrap .form-control + label,
.contact-us-wrapper .column-wrapper .form-wrap .form-select + label{
    color: #737373;
}

/* info-wrapper */
.contact-us-wrapper .info-wrapper .info-box{
    font-size: 21px;
    position: relative;
    padding-left: 65px;
}
.contact-us-wrapper .info-wrapper .info-box + .info-box{
    margin-top: 30px;
}
.contact-us-wrapper .info-wrapper .info-box .icon{
    text-align: center;
    font-size: 25px;
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    color: #fff;
    width: 55px;
    height: 55px;
    line-height: 55px;
    border-radius: 20px;
}
.contact-us-wrapper .info-wrapper .info-box .title{
    color: #606060;
    font-size: 16px;
}



/* -- contentBoxWrapper -- */
.contentBoxWrapper{
    position: relative;
    max-height: 2000px;   
    overflow-y: hidden;
    transition: all 0.5s ease-in-out;
}
.contentBoxWrapper::after{
    content: "";
    width: 100%;
    height: 200px;
    background-image: linear-gradient(0, rgba(255, 255, 255, 1) 0%,  rgba(255, 255, 255, 0) 80%);
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
}
.contentBoxWrapper.h-auto{
    max-height: none;
    transition: all 0.5s ease-in-out;
}
.contentBoxWrapper.h-auto::after{
    display: none;
}
.contentBoxWrapper .loadMoreBtn{
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
}






/* ---- Responsive ---- */
@media only screen and (min-width: 1200px) {
    header .navbar-nav .nav-item:not(:last-child){
        margin-right: 15px;
    }
}
@media only screen and (min-width: 992px) {
    header .navbar-nav .dropdown-submenu .dropdown-menu {
        margin-top: -6px;
    }
    
    /* dropdown-submenu */
    header .navbar-nav .dropdown-submenu {
        position: relative;
    }
    header .navbar-nav .dropdown-submenu .dropdown-menu {
        top: 0;
        left: 100%;
        margin-left: 0;
        display: none;
    }
    header .navbar-nav .dropdown-submenu:hover .dropdown-menu {
        display: block;
    }
    header .navbar-nav .dropdown-menu.show {
        display: block;
    }
}

@media only screen and (max-width: 1399px){
    header .navbar-brand{
        padding-right: 10px;
    }
    header .navbar-brand img{
        width: 230px;
    }
    header .navbar-brand::before{
        transform: translateX(220px);
        clip-path: polygon(0 0, 98% 0%, 100% 100%, 0% 100%);
    }
    header.headerSticky .navbar-brand img{
        width: 200px;
    }
}

@media only screen and (max-width: 1199px){
    .title-style {
        font-size: 40px;
    }
    .title-style-2{
        font-size: 25px;
    }
    .btn{
        font-size: 16px;
    }
    .btn.rounded-pill{
        padding: 8px 20px;
    }
    .btn.rounded-pill img{
        width: 13px;
    }

    .banner-slider .swiper-slide{
        height: 480px;
        margin-bottom: 25px;
    }
    .banner-slider .swiper-slide .caption-content .title{
        font-size: 38px;
    }
    .banner-slider .swiper-slide::after{
        width: 50px;
        height: 50px;
        right: 100px;
        bottom: -18px;
    }

    .about-section .side-image{
        top: 100px;
    }
    .about-section .side-image figure{
        transform: scale(1.2) translateX(120px)
    }

    .cta-enquiry-section .bg-image img{
        width: 180px;
    }

    footer .widget-box .heading{
        font-size: 50px;
    }
    footer .widget-box .logo-img img{
        max-width: 85%;
    }
    footer .widget-box .call-btn a{
        font-size: 34px;
    }
    footer .widget-box .call-btn .icon-box{
        font-size: 20px;
        width: 44px;
        height: 44px;
        line-height: 46px;
    }

    .tab-content .img-wrapper{
        padding: 30px 20px;
    }
    .tab-content .img-wrapper .content .title{
        font-size: 40px;
    }

    .info-content-wrapper .side-image{
        width: 30%;
    }
    .info-content-wrapper .side-image::before{
        content: "";
        background-color: #E6DAFF;
        width: 200px;
        height: 200px;
    }

    .contact-us-wrapper .info-wrapper .info-box .icon{
        font-size: 20px;
        width: 45px;
        height: 45px;
        line-height: 45px;
        border-radius: 10px;
    }
    .contact-us-wrapper .info-wrapper .info-box {
        font-size: 18px;
        padding-left: 55px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px){
    header .navbar-brand img{
        width: 190px;
    }
    header .navbar-brand::before {
        transform: translateX(190px);
    }
    header .navbar-nav .nav-link{
        font-size: 15px;
    }
    header .navbar-collapse .btn{
        font-size: 14px;
    }
    header.headerSticky .navbar-brand img{
        width: 160px;
    }
}

@media only screen and (max-width: 991px){
    .fs-lg{
        font-size: 17px;
        line-height: 26px;
    }
    .title-style-1{
        font-size: 26px;
    }
    .title-style-1.rounded{
        padding: 3px 25px;
    }
    .title-style-2 {
        font-size: 22px;
    }
    .title-style-3{
        font-size: 24px;
        padding: 4px 15px 4px 16px;
    }
    .title-style-3::before{
        width: 45px;
        height: 45px;
        top: -2px;
    }
    .table-style > :not(caption) > * > * {
        font-size: 16px;
    }
    
    .modal-content .modal-title{
        font-size: 26px;
    }

    header .navbar-brand{
        padding-top: 10px;
        padding-bottom: 10px;
    }
    header .navbar-brand::before{
        transform: translateX(290px);
        border-bottom-width: 5px;
    }

    .banner-slider .swiper-slide{
        height: 420px;
    }
    .banner-slider .swiper-slide .caption-content .title{
        font-size: 32px;
    }

    .about-section .side-image{
        position: relative;
        top: 0;
        padding-top: 20px;
        padding-bottom: 0;
    }
    .about-section .side-image figure img:nth-child(1){
        width: 60px;
        top: 52px;
        left: 33.6%;
    }
    
    .services-section .services-slider-wrap {
        transform: translateX(6%);
        margin-left: 47px;
    }
    .services-section .services-slider-wrap .swiper-button-next{
        left: -45px;
    }
    .services-section .services-slider-wrap .swiper-button-prev{
        left: -45px;
    }
    
    .cta-enquiry-section .title-style{
        font-size: 44px;
    }
    .cta-enquiry-section .bg-image{
        height: 60%;
    }

    footer .widget-box .divider-line{
        display: none;
    }
    footer .widget-box .logo-img img{
        max-width: 30%;
    }

    .top-btn, .whatsapp-btn{
        bottom: 70px;
    }

    .page-banner-wrap{
        min-height: 280px;
    }
    .page-banner-wrap .sub-title{
        font-size: 15px;
        padding: 2px 15px;
    }
    .page-banner-wrap .title{
        font-size: 34px;
    }

    .list-style-icon li .icon-box{
        width: 35px;
        height: 35px;
        line-height: 31px;
    }
    .services-wrapper .specialization-section .list-style-icon{
        border-left-width: 6px;
        border-right-width: 6px;
        padding: 10px 12px;
    }
    .services-wrapper .specialization-section .list-style-icon li{
        padding: 14px 10px;
        padding-left: 42px;
        font-size: 18px;
    }

    .card-design .title{
        font-size: 19px;
    }

    .infographic-wrapper::after{
        display: none;
    }
    .infographic-wrapper .column{
        width: calc(100% / 3);
    }

    .tab-wrapper .list-group .list-item{
        margin-bottom: 15px;
    }
    .tab-content .img-wrapper{
        padding: 20px 10px;
    }
    .tab-content .img-wrapper .content .title{
        font-size: 34px;
    }
    .tab-content .img-wrapper .image{
        width: 50%;
    }

    .form-column .title-btn-style {
        font-size: 21px;
    }
    
    .info-content-wrapper .side-image::before {
        content: "";
        background-color: #E6DAFF;
        width: 150px;
        height: 150px;
        bottom: -10px;
    }
}

@media only screen and (max-width: 767px){
    .fs-lg {
        font-size: 16px;
    }
    
    .form-floating > .form-control {
        padding: 0.4rem .6rem;
    }
    .form-floating > .form-control, .form-floating > .form-select {
        height: calc(3rem + 2px);
    }
    .form-floating > label {
        padding: 0.6rem .6rem;
    }
    
    .modal-content .modal-title{
        font-size: 22px;
    }

    .title-style{
        font-size: 35px;
    }
    .title-style span.highlight{
        text-decoration-thickness: 5px;
        text-underline-offset: 7px;
    }

    .text-link{
        font-size: 18px;
    }
    .text-link.width-icon span{
        width: 30px;
        height: 30px;
        line-height: 26px;
    }

    .block-space{
        padding-top: 70px;
        padding-bottom: 80px;
    }

    header .navbar-brand img {
        width: 190px;
    }
    header .navbar-brand::before {
        transform: translateX(235px);
    }
    header.headerSticky .navbar-brand img{
        width: 170px;
    }
    
    .banner-slider .swiper-slide{
        height: 380px;
    }
    .banner-slider .swiper-slide .caption-content .title {
        font-size: 28px;
    }
    .banner-slider .swiper-slide .caption-content .text-link{
        font-size: 16px;
    }

    .about-section .side-image figure img:nth-child(1){
        width: 46px;
        top: 38px;
        left: 33.4%;
    }

    .services-section .service-box .image-box{
        height: 200px;
    }
    .services-section .service-box .service-content .icon-box{
        top: -30px;
        width: 60px;
        height: 50px;
        line-height: 45px;
    }
    .services-section .service-box:hover .service-content .icon-box{
        top: -40px;
    }
    .services-section .service-box .service-content .service-title {
        font-size: 20px;
    }

    .why-choose-section .column-box .title{
        font-size: 22px;
    }
    .why-choose-section .column-box figure{
        width: 13%;
    }

    .cta-enquiry-section .bg-image{
        height: 70%;
    }
    .cta-enquiry-section .title-style{
        font-size: 35px;
    }

    footer{
        padding-top: 100px;
        margin-top: 100px;
    }
    footer .widget-box .logo-img {
        margin-top: -155px;
    }

    .page-banner-wrap{
        min-height: 240px;
    }
    .page-banner-wrap .sub-title{
        font-size: 14px;
        padding: 1px 14px;
    }
    .page-banner-wrap .title{
        font-size: 28px;
    }

    .about-info-section .featured-image .number-box{
        padding: 15px 10px 10px;
    }
    .about-info-section .featured-image .number-box img{
        max-width: 40%;
    }
    .about-info-section .featured-image .number-box .number-txt{
        font-size: 30px;
    }
    .about-info-section .featured-image .number-box p{
        font-size: 14px;
    }
    .about-info-section .featured-image figure.img-1{
        border-radius: 0 180px 0 0;
    }
    .about-info-section .featured-image figure.img-2{
        width: 40%;
    }

    .values-section .column-box .title{
        font-size: 22px;
    }
    .values-section .column-box figure{
        width: 13%;
    }

    .services-wrapper .featured-image-1 .img-2{
        position: relative;
        width: 260px;
        height: 260px;
        outline-offset: 6px;
    }
    
    .services-wrapper .specialization-section .title-style{
        font-size: 30px;
        line-height: normal;
    }
    .services-wrapper .specialization-section .list-style-icon{
        padding: 10px 18px;
        column-count: 1;
    }
    
    .card .card-body{
        padding: 0.8rem 1.4rem;  
    }
    .card .card-header{
        padding: .6rem 1rem;
    }
    .card .card-header .card-title {
        font-size: 21px;
        font-weight: 500;
    }

    .services-wrapper .info-column .title{
        font-size: 22px;
    }
    .services-wrapper .info-column .list-style-icon li{
        padding: 14px 10px;
        padding-left: 42px;
    }
    .services-wrapper .info-section .title {
        font-size: 26px;
    }
    .services-wrapper .info-section .title + p{
        font-size: 17px!important;
    }
    
    .card-design .img-box img{
        -o-object-fit: cover;
        object-fit: cover;
        height: 60%;
    }

    .infographic-wrapper .column {
        width: calc(100% / 2);
    }

    .tab-wrapper .list-group .list-item{
        font-size: 15px;
        padding: 6px 16px;
    }
    .tab-content .img-wrapper .content .title {
        font-size: 25px;
    }

    .cta-section .title {
        font-size: 40px;
    }
    .cta-section .sub-title {
        font-size: 22px;
    }
}

@media only screen and (max-width: 640px){
    .sub-title {
        font-size: 14px;
    }
    .title-style-2{
        font-size: 20px;
        padding: 3px 15px 4px 10px;
        border-left-width: 5px;
    }

    .cta-enquiry-section .enquiry-wrap .form-wrap{
        padding: 15px 22px;
    }
    .cta-enquiry-section .enquiry-wrap .form-wrap .title {
        font-size: 26px;
    }

    footer .widget-box .heading{
        font-size: 38px;
    }
    footer .widget-box .call-btn a {
        font-size: 30px;
    }
    footer .widget-box .title{
        font-size: 20px;
    }
    
    .divider-block img{
        width: 60px;
    }
    .divider-block::before{
        background: repeating-linear-gradient(90deg,#e66465, #e66465 20px, transparent 20px, transparent 34px);
    }
    
    .services-wrapper .featured-image-1 .img-2{
        position: relative;
        width: 200px;
        height: 200px;
        outline-offset: 6px;
    }
    
    
}

@media only screen and (max-width: 575px){
    .title-style{
        font-size: 29px;
    }
    .title-style span.highlight{
        text-underline-offset: 7px;
    }
    .title-style-1{
        font-size: 23px;
    }
    .title-style-1.rounded {
        padding: 3px 25px;
    }
    .title-style-3 {
        font-size: 21px;
    }
    .title-style-3::before {
        width: 42px;
        height: 42px;
        top: -5px;
        left: 3px;
    }
    
    div[class*="swiper-button"]{
        width: 35px;
        height: 35px;
        line-height: 35px;
    }

    header .navbar-brand img {
        width: 160px;
    }
    header .navbar-brand::before {
        transform: translateX(190px);
        clip-path: polygon(0 0, 99.2% 0%, 100% 100%, 0% 100%);
    }
    header .navbar .btn{
        font-size: 14px;
        padding: .3rem 0.6rem;
    }
    header.headerSticky .navbar-brand img{
        width: 140px;
    }

    .about-section .side-image figure img:nth-child(1){
        width: 47px;
        top: 42px;
        left: 33.6%;
    }

    .call-btn .icon-box{
        font-size: 18px;
        width: 40px;
        height: 40px;
        line-height: 40px;
    }
    .call-btn p{
        line-height: normal;
    }
    
    .banner-slider .swiper-slide{
        height: 280px;
        margin-bottom: 10px;
    }
    .banner-slider .swiper-slide .caption-content .title{
        font-size: 22px;
    }
    .banner-slider .swiper-slide::after {
        width: 30px;
        height: 30px;
        right: 50px;
        bottom: -13px;
    }

    .why-choose-section .column-box{
        padding: 15px 20px 20px 20px;
    }
    .why-choose-section .column-box .title {
        font-size: 19px;
    }
    
    .page-banner-wrap{
        min-height: 200px;
    }
    .page-banner-wrap .sub-title{
        font-size: 12px;
        padding: 0px 10px;
    }
    .page-banner-wrap .title{
        font-size: 21px;
    }
    
    .about-info-section .featured-image .number-box{
        border-radius: 40px 0 0 0;
    }
    .about-info-section .featured-image .number-box img{
        max-width: 30%;
    }
    .about-info-section .featured-image .number-box p{
        font-size: 12px;
        font-weight: 400;
    }
    .about-info-section .featured-image figure.img-1{
        border-radius: 0 120px 0 0;
    }
    
    .values-section .column-box{
        padding: 15px 20px 20px 20px;
    }
    .values-section .column-box .title{
        font-size: 19px;
    }

    .services-wrapper .featured-image-1 .img-2{
        position: relative;
        width: 200px;
        height: 200px;
        outline-offset: 6px;
    }
    .services-wrapper .specialization-section .title-style {
        font-size: 25px;
    }

    .infographic-wrapper .column figure{
        width: 100px;
        height: 100px;
        line-height: 100px;
        outline-width: 10px;
    }
    .infographic-wrapper .column figure::after{
        outline-width: 2px;
    }
    .infographic-wrapper .column figure img{
        height: 50px;
    }

    .tab-content .img-wrapper .content .title {
        font-size: 20px;
    }
    
    .form-column .title-btn-style {
        font-size: 18px;
        padding: 4px 15px;
    }
    
    .contact-us-wrapper .info-wrapper .info-box {
        padding-left: 48px;
    }
    .contact-us-wrapper .info-wrapper .info-box .icon{
        top: 2px;
        font-size: 15px;
        width: 38px;
        height: 38px;
        line-height: 38px;
        border-radius: 8px;
    }
    .contact-us-wrapper .info-wrapper .info-box .title{
        font-size: 15px;
        line-height: normal;
    }
}


@media only screen and (max-width: 480px){
    header .navbar-brand img {
        width: 135px;
    }
    header .navbar-brand::before {
        transform: translateX(160px);
        clip-path: polygon(0 0, 99.2% 0%, 100% 100%, 0% 100%);
    }
    header .navbar .btn {
        font-size: 11px;
        padding: .3rem 0.6rem;
    }
    header .navbar .btn.btn-icon img{
        width: 25px;
        vertical-align: middle;
    }
    header.headerSticky .navbar-brand img{
        width: 140px;
    }

    .about-section .side-image figure img:nth-child(1){
        width: 40px;
        top: 34px;
        left: 33.6%;
    }
    
    .services-wrapper .featured-image-1 .img-2{
        position: relative;
        width: 160px;
        height: 160px;
        outline-offset: 6px;
    }
}

