/* 
    Theme Name:
    Author:
    Support:
    Description:
    Version: 1.0
*/


/* CSS Index
----------------------------------------------
    01. HEADER AREA CSS
    02. SLIDER AREA CSS
    03. ABOUT AREA CSS
    04. SERVICE AREA CSS
    05. PORTFOLIO AREA CSS
    06. Working 
    06. TESTIMONIAL AREA CSS
    07. FAQ
    08. TEAM AREA CSS
    09. CONTACT AREA CSS
    10. BLOG AREA CSS
    11. CTA AREA CSS
    12. FOOTER AREA CSS

*/

/* -----------------
01. HEADER CSS
-----------------
    1.1 Header Style 1
    2.1 Header Style 2
    3.1 Header Style 3
    4.1 Header Style 4 
    --------------------------*/

/* -----------------
02. SLIDER AREA CSS
-----------------
    1.1 SLIDER Style 1
    2.1 SLIDER Style 2
    3.1 SLIDER Style 3
    4.1 SLIDER Style 4 
    --------------------------*/

/* -----------------
03. ABOUT AREA CSS
-----------------
    1.1 About Style 1
    2.1 About Style 2
    3.1 About Style 3
    4.1 About Style 4 
    --------------------------*/

/* -----------------
04. SERVICE AREA CSS
-----------------
    1.1 SERVICE Style 1
    2.1 SERVICE Style 2
    3.1 SERVICE Style 3
    4.1 SERVICE Style 4 
    --------------------------*/

/* -----------------
04. WORKING AREA CSS
-----------------
    3.1 WORKING Style 3
    4.1 WORKING Style 4 
    --------------------------*/



/* -----------------
05. PORTFOLIO AREA CSS
-----------------
    1.1 PORTFOLIO Style 1
    2.1 PORTFOLIO Style 2
    3.1 PORTFOLIO Style 3
    4.1 PORTFOLIO Style 4
    --------------------------*/

/* -----------------
06. TESTIMONIAL AREA CSS
-----------------
    1.1 Testimonial Style 2
    2.1 Testimonial Style 2
    3.1 Testimonial Style 3
    4.1 Testimonial Style 4
    --------------------------*/


/* -----------------
07. FAQ AREA CSS
-----------------
    2.1 FAQ Style 2
    3.1 
    4.1 
    --------------------------*/

/* -----------------
09. CONTACT AREA CSS
-----------------
    1.1 CONTACT Style 1
    2.1 CONTACT Style 2
    3.1 CONTACT Style 3
    4.1 CONTACT Style 5 
    --------------------------*/

/* -----------------
10. BLOG AREA CSS
-----------------
    1.1 BLOG Style 1
    2.1 BLOG Style 2
    3.1 BLOG Style 3
    4.1 BLOG Style 5 
    --------------------------*/


/* -----------------
11. CTA CSS
-----------------
    1.1 CTA Style 1
    2.1 CTA Style 2
    3.1 CTA Style 3
    4.1 CTA Style 4 
    --------------------------*/



/* -----------------
12. FOOTER CSS
-----------------
    1.1 FOOTER Style 1
    2.1 FOOTER Style 2
    3.1 FOOTER Style 3
    4.1 FOOTER Style 4 
    --------------------------*/



/* ==========================
                   HEADER AREA CSS
===============================================*/
body, html {
    overflow-x: hidden;
  }

  
/* ============================================
                   Header Style 1
============================================ */

.ca-btn-primary {
    display: inline-block;
    font-weight: 700;
    padding: 10px 16px;
    font-size: 16px;
    line-height: 16px;
    transition: .3s;
    position: relative;
    z-index: 1;
}

.ca-btn-primary span {
    background: #FF7E43;
    height: 32px;
    width: 32px;
    display: inline-block;
    line-height: 32px;
    border-radius: 50%;
    text-align: center;
    margin-left: 6px;
}

.ca-btn-primary:after{
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: #1B0901;
    z-index: -1;
    transition: .3s;
    transform: scaleX(0);
}

.ca-btn-primary:hover:after{
    transform: scaleX(1);
    border-radius: 50px;
}


.ca-btn-primary-2 {
    display: inline-block;
    font-weight: 700;
    padding: 10px 16px;
    font-size: 16px;
    line-height: 16px;
    transition: .3s;
    position: relative;
    z-index: 1;
}

.ca-btn-primary.ca-btn-primary-2:hover:after {
    border-radius: 0;
}

.ca-btn-primary.ca-sec-primary-3 {
    padding: 8px 16px;
}


.ca-btn-primary-22 {
    background: #D11207;
    padding: 16px 20px;
    color: #fff;
    font-weight: 700;
    font-size: 18px;
    line-height: 18px;
    display: inline-block;
    position: relative;
    z-index: 1;
    transition: .3s;
}
.ca-btn-primary-22 span {
    margin-left: 4px;
    transform: rotate(-45deg);
    display: inline-block;
    transition: .3s;
}

.ca-btn-primary-22:hover span{
    transform: rotate(0);
}

.ca-btn-primary-22:after {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: #333;
    z-index: -1;
    transform: scaleX(0);
    transition: .3s;
}

.ca-btn-primary-22:hover:after {
    transform: scaleX(1);
}

/* btn  3 */
.ca-btn-primary-3 {
    display: inline-block;
    font-weight: 700;
    padding: 10px 16px;
    font-size: 16px;
    line-height: 16px;
    transition: .3s;
    position: relative;
    z-index: 1;
    border-radius: 50px;
}


.ca-btn-primary-3:after{
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: #1B0901;
    z-index: -1;
    transition: .3s;
    transform: scaleX(0);
}

.ca-btn-primary-3:hover:after{
    transform: scaleX(1);
    border-radius: 50px;
}

.ca-btn-primary-3:hover{
    color:#fff;
    transition: .3s;
}

a.ca-btn-primary-3:hover {
    color: #fff;
    transition: .3s;
}


.ca-main-menu{
    text-align: center;
}
.ca-main-menu ul > li{
    display: inline-block;
    position: relative;
}

.ca-main-menu ul li > a {
    color: #1B0901;
    padding: 0px 15px;
    font-size: 16px;
    line-height: 16px;
    display: inline-block;
    transition: .3s;
}
.ca-main-menu ul li:hover > a{
    color: #FF5E14;
    transition: .3s;
}

.ca-main-menu ul li .sub-menu{
    position: absolute;
    top: 105%;
    width: 180px;
    left: 0;
    background: #fff;
    text-align: left;
    padding: 16px 0;
    border-radius: 5px;
    opacity: 0;
    visibility: hidden;
    transition: .3s;
    z-index: 11;
    box-shadow: 0px 20px 30px rgba(1, 15, 28, 0.1);
}
.ca-main-menu ul li .sub-menu li{
    display: block;
}
.ca-main-menu ul li .sub-menu li a{
    color: #333;
    display: block;
    padding: 10px 18px;
    transition: .3s;
}

.ca-main-menu ul li .sub-menu li:hover > a{
    color: #333;
    transition: .3s;
}
.ca-main-menu ul li .sub-menu li a:hover{
    color: #FF5E14;
    transition: .3s;
    padding-left: 26px;
}
.ca-main-menu ul li:hover .sub-menu{
    opacity: 1;
    visibility: visible;
    top: 150%;
}
.ca-main-menu ul li .sub-menu li .sub-menu{
    left: 100%;
    top: 0;
    opacity: 0;
    visibility: hidden;
}
.ca-main-menu ul li .sub-menu li:hover .sub-menu{
    opacity: 1;
    visibility: visible;
}

.ca-main-menu ul li a span {
    font-size: 14px;
    display: inline-block;
}
/* Mega menu  */
.ca-main-menu ul > li:hover .ca-mega-menu{
    opacity: 1;
    visibility: visible;
    transition: .3s;
    top: 100%;
}
.ca-mega-menu {
    position: absolute;
    top: 105%;
    left: -400px;
    width: 1320px;
    z-index: 9;
    background: #fff;
    box-shadow: 0px 20px 30px rgba(1, 15, 28, 0.1);
    padding: 25px;
    padding-bottom: 0;
    opacity: 0;
    visibility: hidden;
    transition: .3s;
    border-radius: 5px;
}

.ca-home-thumb {
    text-align: center;
}
.ca-home-thumb img{
    box-shadow: 0px 2px 6px rgba(1, 15, 28, 0.2);
}

h3.ca-home-title {
    font-size: 16px;
    margin-top: 14px;
    margin-bottom: 0;
}

.ca-home-thumb {
    position: relative;
    z-index: 1;
    overflow: hidden;
    transition: .3s;
}

.ca-home-thumb::before {
    position: absolute;
    content: "";
    right: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    background: #333;
    opacity: .4;
    transform: scaleX(0);
    transition: .3s;
}

.ca-home-thumb:hover::before {
    transform: scaleX(1);
}
a.ca-thumb-title {
    background: #333;
    position: relative;
    z-index: 11;
    color: #fff;
    font-size: 16px;
    display: inline-block;
    line-height: 16px;
    padding: 10px 25px;
    border-radius: 7px;
}

.ca-home-thumb-text {
    position: absolute;
    top: 40%;
    left: 0;
    right: 0;
    transition: .3s;
    opacity: 0;
    visibility: hidden;
}

.ca-home-thumb:hover .ca-home-thumb-text {
    opacity: 1;
    visibility: visible;
    top: 43%;
}


/* Header stiky 1 */
.ca-header-area.ca-header-1.stiky.scroll-header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    opacity: 1;
    width: 100%;
    z-index: 999;
    visibility: visible;
    background-color: #fff;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    -webkit-animation: 0.95s ease 0s normal forwards 1 running headerSlideDown;
    -khtml-animation: 0.95s ease 0s normal forwards 1 running headerSlideDown;
    -moz-animation: 0.95s ease 0s normal forwards 1 running headerSlideDown;
    -ms-animation: 0.95s ease 0s normal forwards 1 running headerSlideDown;
    -o-animation: 0.95s ease 0s normal forwards 1 running headerSlideDown;
    animation: 0.95s ease 0s normal forwards 1 running headerSlideDown;
}
@keyframes headerSlideDown{
    0%{
        margin-top: -150px;
    }
    100%{
        margin-top: 0;
    }
}

/* ============================================
                   Off canvas Header 1
============================================ */
.ca-offcanvas{
    position: fixed;
    width: 450px;
    z-index: 99;
    right: 0;
    top: 0;
    padding: 40px 50px;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    transform: translateX(100%);
    transition: .3s;
    overflow-y: scroll;
    overscroll-behavior-y: contain;
    scrollbar-width: none;
    z-index: 999;
}
.ca-offcanvas-open{
    opacity: 1;
    visibility: visible;
    transform: translateX(0);
}
.ca-offcanvas-close-toggle{
    font-size: 30px;
    color: #02000E;
}

.ca-offcanvas-title{
    font-size: 35px;
}

.ca-offcanvas-sm-title {
    font-size: 30px;
    color: #02000E;
    margin-bottom: 10px;
}



.ca-offcanvas-overlay{
    position: fixed;
    top: 0;
    left: 0;
    z-index: 50;
    width: 100%;
    height: 100%;
    visibility: hidden;
    opacity: 0;
    transition: 0.45 easc-in-out;
    background: rgba(24, 24, 24, 0.4);
}

.ca-offcanvas-overlay-open{
    opacity: 1;
    visibility: visible;
}

.ca-sm-conatct-location a {
    color: #5A5D63;
    font-size: 16px;
    line-height: 30px;
    transition: .3s;
}
.ca-sm-conatct-location a:hover{
    color: #0E47A1;
    transition: .3s;
}


.ca-sm-conatct-location-3 a:hover{
    color: #FF5E14;
    transition: .3s;
}

/* menu */
/* mobile-menu */
.ca-offcanvas-menu-1 ul{
    list-style: none;
}
.ca-offcanvas-menu-1 ul .active > a{
    color: #FF5E14;
}
.ca-offcanvas-menu-1 ul .active > .ca-menu-close{
    background: #FF5E14;
    color: #fff;
}
.ca-offcanvas-menu-1 ul .active .ca-menu-close i{
    transform: rotate(90deg);
}

.ca-offcanvas-menu-1 ul li {
    position: relative;
}
.ca-offcanvas-menu-1 ul li:not(:last-child)  a{
    border-bottom: 1px solid rgba(1, 15, 28, 0.1);
}
.ca-offcanvas-menu-1 ul li > a{
    display: block;
    padding: 8px 0;
    font-size: 16px;
    font-weight: 500;
}


.ca-offcanvas-menu-1 ul li .sub-menu {
    display: none;
    padding-left: 20px;
}

.ca-menu-close {
    position: absolute;
    right: 0;
    top: 4px;
    height: 30px;
    width: 30px;
    text-align: center;
    border: 1px solid rgba(1, 15, 28, 0.12);
    background: none;
    font-size: 15px;
    line-height: 30px;
}

.ca-menu-close i{
    transition: .3s;
}
.ca-offcanvas-close-toggle {
    background: none;
    border: none;
}
.ca-offcanvas-toogle {
    background: none;
    border: none;
    color: #02000E;
}
.ca-offcanvas-menu-1 ul li a {
    color: #02000E;
    transition: .3s;
}
.ca-offcanvas-menu-1 ul li a span {
    display: none;
}

.ca-offcanvas-social a {
    margin-right: 8px;
}
.ca-sm-single-item-4-content a {
    color: #0C0504;
}



/* ============================================
                   Header Style 2
============================================ */
.ca-btn-primary-2 span {
    background: none;
    margin-left: 4px;
    transform: rotate(-45deg);
    transition: .3s;
    width: inherit;
}
.ca-header-bg-2 {
    padding: 16px 24px;
    background: rgba(255, 255, 255, 0.20);
    backdrop-filter: blur(10px);
}
.ca-main-menu-2 ul li a{
    color: #fff;
}
.ca-main-menu-2 ul li .sub-menu{
    background: #D11207;
}
.ca-main-menu-2 ul li:hover a{
    color: #D11207;
}
.ca-header-bg-2 {
    position: absolute;
    z-index: 1;
    left: 0;
    right: 0;
    top: 24px;
}
/* header 2 */
.ca-main-menu-2 .ca-mega-menu {
    left: -437px;
}
.ca-main-menu-2{
    text-align: center;
}
.ca-main-menu-2 ul > li{
    display: inline-block;
    position: relative;
}

.ca-main-menu-2 ul li > a {
    color: #fff;
    padding: 18px 12px;
    font-size: 16px;
    line-height: 16px;
    display: inline-block;
    transition: .3s;
}
.ca-main-menu-2 ul li:hover > a{
    color: #D11207;
    transition: .3s;
}

.ca-main-menu-2 ul li .sub-menu{
    position: absolute;
    top: 105%;
    width: 180px;
    left: 0;
    background: #fff;
    text-align: left;
    padding: 16px 0;
    border-radius: 5px;
    opacity: 0;
    visibility: hidden;
    transition: .3s;
    z-index: 11;
    box-shadow: 0px 20px 30px rgba(1, 15, 28, 0.1);
}
.ca-main-menu-2 ul li .sub-menu li{
    display: block;
}
.ca-main-menu-2 ul li .sub-menu li a {
    color: #333;
    display: block;
    padding: 10px 18px;
    transition: .3s;
}

.ca-main-menu-2 ul li .sub-menu li:hover > a{
    color: #D11207;
    transition: .3s;
    padding-left: 26px;
}
.ca-main-menu-2 ul li:hover .sub-menu{
    opacity: 1;
    visibility: visible;
    top: 100%;
}
.ca-main-menu-2 ul li .sub-menu li .sub-menu{
    left: 100%;
    top: 0;
    opacity: 0;
    visibility: hidden;
}
.ca-main-menu-2 ul li .sub-menu li:hover .sub-menu{
    opacity: 1;
    visibility: visible;
}

.ca-main-menu-2 ul li a span {
    font-size: 14px;
    display: inline-block;
}

.ca-main-menu-2 ul > li:hover .ca-mega-menu {
    opacity: 1;
    visibility: visible;
    transition: .3s;
    top: 100%;
}


/* offcanvas menu 2 */
.ca-offcanvas-menu-2 ul li{
    position: relative;
   
}
.ca-offcanvas-menu-2 ul li > a{
    display: block;
    padding: 8px 0;
    font-size: 16px;
    font-weight: 500;
    color: #333;
}
.ca-offcanvas-menu-2 ul li .sub-menu{
    display: none;
    padding-left: 20px;
}

.ca-offcanvas-menu-2 ul .active > a {
    color: #D11207;
}
.ca-offcanvas-menu-2 ul .active > .ca-menu-close2{
    color: #fff;
    background: #D11207;
}
.ca-offcanvas-menu-2 ul .active .ca-menu-close2 i{
    transform: rotate(90deg);
}
.ca-offcanvas-menu-2 ul li:not(:last-child)  a{
    border-bottom: 1px solid rgba(1, 15, 28, 0.1);
}
.ca-menu-close2{
    position: absolute;
    right: 0;
    top: 6px;
    border: 1px solid rgba(1, 15, 28, 0.12);
    height: 30px;
    width: 30px;
    text-align: center;
    font-size: 12px;
    line-height: 12px;
}

.ca-menu-close2 i{
    transition: .3s;
}

.ca-main-menu-3 ul > li:hover .ca-mega-menu {
    opacity: 1;
    visibility: visible;
    transition: .3s;
    top: 100%;
}

.ca-sm-conatct-location-2 a:hover{
    color: #D11207;
    transition: .3s;
}


/* Header stiky 2 */
header.header-2.stiky.scroll-header .ca-header-bg-2 {
    background: #464950;
}
.header-2.stiky.scroll-header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    opacity: 1;
    width: 100%;
    z-index: 999;
    visibility: visible;
    background-color: #464950;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    -webkit-animation: 0.95s ease 0s normal forwards 1 running headerSlideDown;
    -khtml-animation: 0.95s ease 0s normal forwards 1 running headerSlideDown;
    -moz-animation: 0.95s ease 0s normal forwards 1 running headerSlideDown;
    -ms-animation: 0.95s ease 0s normal forwards 1 running headerSlideDown;
    -o-animation: 0.95s ease 0s normal forwards 1 running headerSlideDown;
    animation: 0.95s ease 0s normal forwards 1 running headerSlideDown;
}

.header-2.stiky.scroll-header .ca-header-bg-2{
    top: 0;
    width: 100%;
    position: relative;
}
/* ============================================
                   Header Style 3
============================================ */
.ca-header-3 {
    background: #fff;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 999;
    padding: 15px 0;
}

.ca-header-3-main {
    padding: 0 24px;
}

.ca-header-logo-3 img {
    height: 40px;
}

.ca-header-menu-3 ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
}

.ca-header-menu-3 ul li {
    margin: 0 15px;
}

.ca-header-menu-3 ul li a {
    color: #5A5D63;
    text-decoration: none;
    font-size: 16px;
    font-weight: 500;
    transition: 0.3s;
}

.ca-header-menu-3 ul li a:hover {
    color: #0E47A1;
}

.ca-header-info-3 {
    display: flex;
    align-items: center;
    margin-right: 20px;
}

.ca-header-info-icon {
    background: #E7EDF6;
    height: 40px;
    width: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin-right: 12px;
    color: #0E47A1;
}

.ca-header-info-text span {
    display: block;
    font-size: 12px;
    color: #5A5D63;
}

.ca-header-info-text a {
    color: #0E47A1;
    font-weight: 600;
    text-decoration: none;
}

.ca-header-toggle-3 button {
    background: none;
    border: none;
    font-size: 24px;
    color: #0E47A1;
}

/* Remove any body margins/padding that might cause space */
body {
    margin: 0 !important;
    padding: 0 !important;
}

html {
    margin: 0 !important;
    padding: 0 !important;
}

/* Slider adjustments */
.ca-slider-active-3 {
    margin-top: 0 !important;
    padding-top: 0 !important;
}

.ca-slider-3 {
    height: min-content;
    display: flex;
    align-items: center;
    padding-top: 0 !important;
}


/* Remove header styles completely */
.ca-header-3 {
    display: none !important;
}

/* ==========================
                   SLIDER AREA CSS
===============================================*/

/* ============================================
                   Slider Style 1
============================================ */


.ca-hero-content-1 .ca-section-subtitle {
    transform: translateY(-400px);
    opacity: 0;
    visibility: hidden;
    transition: 1200ms;
}

.ca-hero-area-1.slick-active .ca-hero-content-1 .ca-section-subtitle{
    opacity: 1;
    visibility: visible;
    transform: translateY(0px);
    transition: 1200ms;
}

.ca-hero-content-1 .ca-slide-title-1 {
    transform: translateX(-550px);
    opacity: 0;
    visibility: hidden;
    transition: 1400ms;
}
.ca-hero-area-1.slick-active .ca-hero-content-1 .ca-slide-title-1{
    opacity: 1;
    visibility: visible;
    transform: translateX(0px);
    transition: 1400ms;
}
.ca-hero-content-1 p{
    transform: translateX(-550px);
    opacity: 0;
    visibility: hidden;
    transition: 1600ms;
}
.ca-hero-area-1.slick-active .ca-hero-content-1 p{
    visibility: visible;
    transform: translateX(0px);
    transition: 1600ms;
}
.ca-vd-py-text span {
    border-bottom: 1px solid #fff;
}
.ca-vd-py-text span {
    color: #ffff;
}
.ca-hero1-active {
    margin-bottom: 0 !important;
}
.ca-vid-content {
    display: flex;
    align-items: baseline;
}
/* slider animation  */
.ca-hero1-active{
    position: relative;

}

.ca-hero1-active .slider-track {
    -webkit-transition: all 1s cubic-bezier(0.7, 0, 0.3, 1);
    transition: all 1s cubic-bezier(0.7, 0, 0.3, 1);
  }

  .ca-hero1-active .ca-hero-area-1 .ca-img1{
    height: 100%;
  }
  .ca-hero1-active .ca-hero-area-1 .ca-img2 img{ 
    height: 100% !important;
  }

  .ca-hero1-active .slick-list{
    overflow: inherit;
  }

  .ca-hero1-active .ca-hero-area-1 .ca-img1 {
    width: 85%;
    -webkit-transition: all 1s cubic-bezier(0.7, 0, 0.3, 1);
    transition: all 1s cubic-bezier(0.7, 0, 0.3, 1);
    -webkit-transform: scale(1.3);
            transform: scale(1.3);
  }
  .ca-hero1-active .ca-hero-area-1.slick-active .ca-img1 {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-animation: cssAnimation 8s 1 ease-in-out forwards;
    animation: cssAnimation 8s 1 ease-in-out forwards;
  }


  /* 2 */
  .ca-hero1-active .ca-hero-area-1 .ca-img2 {
    width: 50%;
    -webkit-transition: all 1s cubic-bezier(0.7, 0, 0.3, 1);
    transition: all 1s cubic-bezier(0.7, 0, 0.3, 1);
    -webkit-transform: scale(1.3);
            transform: scale(1.3);
    right: 0;
  }
  .ca-hero1-active .ca-hero-area-1.slick-active .ca-img2 {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-animation: cssAnimation 8s 1 ease-in-out forwards;
    animation: cssAnimation 8s 1 ease-in-out forwards;
  }
  @keyframes cssAnimation {
    from {
      -webkit-transform: scale(1) translate(0px);
    }
    to {
      -webkit-transform: scale(1.3) translate(0px);
    }
  }
  @-webkit-keyframes cssAnimation {
    from {
      -webkit-transform: scale(1) translate(0px);
    }
    to {
      -webkit-transform: scale(1.3) translate(0px);
    }
  }
/*  */

section.ca-hero-area-1 {
    position: relative;
    height: 704px !important;
    overflow: hidden;
}

.ca-img1 {
    position: absolute;
    left: 0;
    top: 0;
    width: 60%;
    z-index: 1;
}

.ca-img2 {
    position: absolute;
    right: 0;
    width: 52%;
    object-fit: cover;
    top: 0;
    height: 100%;
}

.ca-img1 img {
    width: 80%;
}

.ca-img2 img {
    width: 100%;
}

.ca-hero-content-1 {
    position: relative;
    z-index: 1;
    color: #fff;
    padding-top: 130px;
    padding-bottom: 100px;
}
.ca-hero1-active{
    margin-bottom: 0px;
}

.subtitle-bg-10:after {
    position: absolute;
    content: "";
    height: 14px;
    width: 2px;
    background: #FF5E14;
    top: 9px;
    left: 12px;
}

.ca-slide-title-1{
    font-size: 64px;
    line-height: 72px;
    font-weight: 600;
    color: #fff;
    padding-top: 20px;
    padding-bottom: 20px;
}
.ca-hero-content-1 p {
    color: #fff;
    opacity: .8;
    font-size: 16px;
    line-height: 24px;
}
.ca-vd-ply-ic span {
    display: block;
    height: 36px;
    width: 36px;
    background: #FF5E14;
    line-height: 36px;
    text-align: center;
    border-radius: 50px;
}


/* btn animation */

.wrapper {
    display: inline-block;
  }
  
  .video-main {
    position: relative;
    display: inline-block;
  }
  
  .video {
    height: 36px;
    width: 36px;
    line-height: 36px;
    text-align: center;
    border-radius: 100%;
    background: transparent;
    color: #fff;
    display: inline-block;
    background: #FF5E14;
    z-index: 999;
  }
  
  
  @keyframes waves {
    0% {
      -webkit-transform: scale(0.2, 0.2);
      transform: scale(0.2, 0.2);
      opacity: 0;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    }
    50% {
      opacity: 0.9;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
    }
    100% {
      -webkit-transform: scale(0.9, 0.9);
      transform: scale(0.9, 0.9);
      opacity: 0;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    }
  }
  
  .fa-play:before {
    content: "\f04b";
  }
  
  .waves {
    position: absolute;
    width: 92px;
    height: 92px;
    background: #502303;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    border-radius: 100%;
    right: -28px;
    z-index: -1;
    -webkit-animation: waves 3s ease-in-out infinite;
    animation: waves 3s ease-in-out infinite;
    top: -28px;
}
          
  .wave-1 {
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
  }
  
  .wave-2 {
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
  }
  
  .wave-3 {
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
  }
  .ca-sli-btn-1 {
    display: flex;
    align-items: center;
}

.ca-btn-1 {
    margin-right: 16px;
}
.ca-vd-py-text {
    margin-left: 12px;
}

.ca-vd-py-text p{
    color: #fff;
    opacity: 1;
    font-size: 16px;
    font-weight: 700;
    line-height: 16px;
    border-bottom: 1px solid #fff;
    cursor: pointer;
}

/* dot */
.ca-hero1-active .slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 10px;
    height: 10px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: #FF5E14;
    border-radius: 50px;
    display: inline-block;
    line-height: 12px;
    opacity: .5;
    position: relative;
}
.ca-hero1-active .slick-dots .slick-active button:after {
    position: absolute;
    content: "";
    height: 22px;
    width: 22px;
    border: 2px solid #FF5E14;
    border-radius: 50px;
    top: -6px;
    right: -6px;
}

.ca-hero1-active .slick-dots .slick-active button {
    background: #FF5E14;
    opacity: 1;
}

.ca-hero1-active{
    position: relative;
    z-index: 1;
}


.ca-hero1-active .slick-dots {
    position: absolute;
    right: -25%;
    bottom: 30px;
    z-index: 999;
}

.ca-hero-shape-1 {
    bottom: 60px;
    left: 0;
    z-index: 1;
    animation: move 7s linear infinite;
}

/* ============================================
                   Slider Style 2
============================================ */
.slider-nav.sm-slider-img img {
    height: 100px;
    width: 100px;
}
.slider-nav.sm-slider-img .slick-list {
    /* background: #ffffff33; */
    height: 376px !important;
    width: 140px;
    padding: 20px;
}
.slider-nav.sm-slider-img{
    position: absolute;
    top: 277px;
    right: 60px;
    z-index: 9;
}
.shape-1-slider img{
    width: 100%;
    animation: move-forever 4s -3s linear infinite;
}
.shape-2-slider img{
    width: 100%;
    animation: move-forever 4s -3s linear infinite;
}


@keyframes move-forever {
    0% {
      transform: translate(-90px, 0%);
    }
    100% {
      transform: translate(85px, 0%);
    }
  }

.sm-slider-img .slick-slide.slick-current.slick-active img {
    border: 5px solid #fff;
}
.slider-2{
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.slider-nav {
    width: 100px; 
    height: 100px;
    margin: 0 auto; 
}
.slider-nav {
    margin-top: 20px; 
}
.slider-nav .slick-slide {
    opacity: 0.6; 
}
.slider-nav .slick-current {
    opacity: 1; 
}

.ca-slider-heading{
    font-size: 64px;
    line-height: 72px;
    font-weight: 600;
}
.ca-slider-content-2 p{
    font-size: 18px;
    line-height: 26px;
    color: #fff;
    opacity: .8;
}
.slider-team-title {
    font-size: 24px;
    line-height: 24px;
}
.ca-slider-team {
    padding: 24px;
    width: 400px;
    background: #ffffff3b;
}
.ca-slider-team-img {
    width: 160px;
    margin-right: 20px;
}
.ca-slider-content-2 {
    z-index: 999;
    position: relative;
}
.slider-nav.sm-slider-img img {
    margin-bottom: 16px;
    cursor: pointer;
}
.ca-slider-2-team {
    display: flex;
}
.ca-slider-team-review .review-text {
    color: #DDDDDC;
    font-weight: 600;
    font-size: 18px;
    line-height: 18px;
}
.shape-2-slider {
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
}


.shape-1-slider {
    bottom: 0;
    z-index: 1;
}
.shape-3-slider {
    left: 0;
    top: 0;
    object-fit: cover;
    height: 100%;
    width: 100%;
}
.slider-text.slider-2 {
    background-position: bottom center;
}

.ca-play-btn span {
    background: #D11207;
    height: 50px;
    width: 50px;
    display: block;
    line-height: 50px;
    text-align: center;
    border-radius: 50px;
    color: #fff;
    font-size: 16px;
    cursor: pointer;
    margin-right: 12px;
}
.how-we-work {
    color: #fff;
    font-weight: 700;
    font-size: 16px;
    line-height: 16px;
    border-bottom: 1px solid #fff;
}
.ca-slider-team-review span.re-heading {
    color: #DADADA;
    font-size: 16px;
    line-height: 16px;
    font-weight: 600;
}

.ca-slider-team-review span {
    color: #FC9C2C;
}

/* active */
.ca-slider-content-2 .ca-section-subtitle {
    transform: translateY(-100px);
    opacity: 0;
    visibility: hidden;
    transition: 1400ms;
}

.slider-2.slick-active .ca-slider-content-2 .ca-section-subtitle {
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
    transition: 1400ms;
}
.ca-slider-content-2 .ca-slider-heading {
    transform: translateX(500px);
    opacity: 0;
    visibility: hidden;
    transition: 1300ms;
}
.slider-2.slick-active .ca-slider-content-2 .ca-slider-heading{
    opacity: 1;
    transform: translateX(0);
    visibility: visible;
    transition: 1300ms;
}

.ca-slider-content-2 .slider-sub-content {
    transform: translatex(500px);
    opacity: 0;
    visibility: hidden;
    transition: 1300ms;
}
.slider-2.slick-active .ca-slider-content-2 .slider-sub-content {
    opacity: 1;
    visibility: visible;
    transition: 1300ms;
    transform: translateX(0);
}

.ca-slider-content-2 .ca-slider-2-btn{
    transform: translatex(500px);
    opacity: 0;
    visibility: hidden;
    transition: 1500ms;
}
.slider-2.slick-active .ca-slider-content-2 .ca-slider-2-btn{
    opacity: 1;
    visibility: visible;
    transition: 1500ms;
    transform: translateX(0);
}

.ca-slider-team {
    transform: translateY(130px);
    opacity: 0;
    visibility: hidden;
    transition: 1700ms;
}
.slider-2.slick-active .ca-slider-team{
    opacity: 1;
    visibility: visible;
    transition: 1700ms;
    transform: translateY(0);
}

/*slider button aimation*/
.video-play-button-2 {
    position: absolute;
    z-index: 10;
    transform: translateY(-18%);
    box-sizing: content-box;
    display: block;
    width: 32px;
    height: 44px;
    border-radius: 50%;
    padding: 18px 20px 18px 28px;
}
  
  .video-play-button-2:before {
    content: "";
    position: absolute;
    z-index: 0;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 55px;
    height: 55px;
    background: #D11207;
    border-radius: 50%;
    animation: pulse-border 1100ms ease-out infinite;
  }
  
  .video-play-button-2:after {
    content: "";
    position: absolute;
    z-index: 1;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 60px;
    height: 60px;
    background: #D11207;
    border-radius: 50%;
    transition: all 200ms;
  }
  
  .video-play-button-2 span {
    display: block;
    position: relative;
    z-index: 3;
    width: 0;
    height: 0;
    border-left: 19px solid #fff;
      border-top: 12px solid transparent;
    border-bottom: 12px solid transparent;
    top: 10px;
    left: 5px;
  }
  

  .ca-slider-2-video {
    display: flex;
}

.ca-slider-video-text-2 {
    margin-left: 85px;
    margin-top: 8px;
}
.ca-slider-video-text-2 span {
    color: #fff;
    border-bottom: 1px solid #fff;
    margin: 0;
    padding: 0;
    font-size: 16px;
    line-height: 18px;
}
.ca-slider-video-text-2 a {
    color: #fff;
    font-weight: 600;
    border-bottom: 1px solid #fff;
    margin: 0;
    padding: 0;
    font-size: 16px;
    line-height: 1;
}



/* ============================================
                   Slider Style 3
============================================ */

.ca-slider-active-3 .next_arrow1 {
    color: #fff;
    width: 40px;
    height: 40px;
    background: #0E47A1;
    color: #fff;
    font-size: 16px;
    text-align: center;
    line-height: 40px;
    display: inline-block;
    position: absolute;
    cursor: pointer;
    transition: .3s;
    right: 15%;
    top: 50%;
}

.ca-slider-active-3 .prev_arrow1 {
    color:#fff;
    position: absolute;
    z-index: 9;
    font-size: 16px;
    top: 44%;
    right: 15%;
    background: #0E47A1;
    height: 40px;
    width: 40px;
    line-height: 40px;
    text-align: center;
    display: inline-block;
    cursor: pointer;
}




.ca-line-shape3 {
    position: absolute;
    bottom: 0;
    z-index: -1;
}
.ca-slider-3{
    height: 784px;
}
.ca-hero-content-3 {
    padding-top: 40px;
}

.ca-slider-3-shape img {
    position: absolute;
    right: 0;
    width: 50%;
}
.ca-slider-top-shape-img img {
    position: absolute;
    z-index: -1;
}
/* slider dot */
.ca-slider-active-3 .slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 12px;
    height: 12px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: #BECDE4;
    border-radius: 50px;
    display: inline-block;
    line-height: 12px;
    transform: translateY(-3px);
}


.ca-slider-active-3 .slick-dots .slick-active button {
    background: #0E47A1;
}

.ca-slider-active-3 {
    position: relative;
    z-index: 1;
}


.ca-slider-active-3 .slick-dots {
    position: absolute;
    right: 0;
    top: -5%;
    z-index: 999;
    transform: rotate(90deg);
    left: -63%;
}

.ca-slider-active-3 .slick-dots .slick-active {
    background: #CFDAEC;
    height: 25px;
    width: 25px;
    border-radius: 50px;
    line-height: 30px;
    text-align: center;
}



.ca-hero-content-3.ca-sec-content-3 {
    position: relative;
    z-index: 2;
}

.ca-hero-content-3 .ca-section-subtitle {
    transform: translateY(-200px);
    opacity: 0;
    visibility: hidden;
    transition: 1300ms;
}

.ca-slider-3.slick-active .ca-hero-content-3 .ca-section-subtitle {
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
}
.ca-hero-content-3 .ca-slider-heading{
    transform: translateX(-400px);
    opacity: 0;
    visibility: hidden;
    transition: 1300ms;
}
.ca-slider-3.slick-active .ca-hero-content-3 .ca-slider-heading{
    opacity: 1;
    transform: translateX(0);
    visibility: visible;
}

.ca-slider-3.slick-active .hero3-btn{
    opacity: 1;
    visibility: visible;
    transform: translateX(0);
}

.hero3-btn {
    transform: translateX(-500px);
    opacity: 0;
    visibility: hidden;
    transition: 1400ms;
}
.ca-hero-content-3 p{
    transform: translateX(-400px);
    opacity: 0;
    visibility: hidden;
    transition: 1300ms;
}
.ca-slider-3.slick-active .ca-hero-content-3 p{
    opacity: 1;
    transform: translateX(0);
    visibility: visible;
}
.ca-slider-img-3 {
    right: 10px;
    bottom: 0;
}
.ca-slider-img-3 img {
    transform: translateX(350px);
    transition: 1400ms;
    opacity: 0;
    visibility: hidden;
}
.ca-slider-3.slick-active .ca-slider-img-3 img{
    transform: translateX(0);
    opacity: 1;
    visibility: visible;
}



/* ============================================
                   Slider Style 4
============================================ */

.ca-header-4 {
    background: #fff;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    padding: 26px 24px;
    border-radius: 87px;
}
.ca-hero-4{
    width: 100vw;
    height: 907px;
    background: #021013;
    clip-path: polygon(
        0 0,
        100% 0,
        100% 80%,
        50% 100%,
        0 80%
    );
    position: relative;
    z-index: 1;
    /* overflow: hidden; */
}

.ca-hero-4-content p{
    color: #fff;
    opacity: .8;
}

header.header-4 {
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 9;
}

.ca-hero-4-content {
    padding-top: 240px;
}
.ca-hero-4-img {
    position: absolute;
    top: 0;
    right: 0;
    width: 50%;
    height: 100%;
}
.ca-hero-4-shape {
    z-index: -1;
}


/* infinite circle */
.ca-circle-text {
    background: #4AB9CF;
    height: 100px;
    width: 100px;
    padding: 5px;
    border-radius: 50px;
    position: relative;
    margin-top: -50px;
    z-index: 1;
    margin: 0 auto;
    top: -50px;
}
.circle-text-animation{
    animation: rotate 9s linear infinite;
}

.circle-ic-4 {
    position: absolute;
    top: 32%;
    right: 0;
    left: 0;
}
@keyframes rotate {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

/* ==========================
                   ABOUT AREA CSS
===============================================*/


/* ============================================
                   About Style 1
============================================ */
.ca-section-subtitle {
    display: inline-block;
    font-size: 16px;
    line-height: 16px;
    font-weight: 400;
    padding: 8px 12px;
    padding-left: 22px;
}
.subtitle-bg-1:after {
    position: absolute;
    content: "";
    height: 14px;
    width: 2px;
    background: #FF5E14;
    top: 9px;
    left: 12px;
}
.ca-section-title {
    font-size: 44px;
    line-height: 44px;
}
.ca-about-title {
    font-size: 44px;
    line-height: 52px;
}
.ca-about-desc p {
    text-align: left;
    float: right;
    color: #4A4A49;
    font-size: 16px;
    line-height: 24px;
}
.ca-counter-area p {
    color: #4A4A49;
    font-size: 16px;
    line-height: 16px;
}
.ca-counter-title {
    font-size: 32px;
    line-height: 32px;
    transition: .3s;
}
.ca-counter-bg{
    background:#F9F5F3;
    padding: 32px;
}
.ca-counter-area {
    border-bottom: 1px solid #E3DDDB;
    padding-bottom: 24px;
    margin-bottom: 24px;
}
.ca-counter-area:last-child {
    border: navajowhite;
    padding-bottom: 0;
    margin-bottom: 0;
}
.ca-about-ic {
    background: #FFF2EC;
    height: 70px;
    width: 70px;
    border-radius: 50px;
    margin-right: 24px;
    line-height: 70px;
    text-align: center;
    transition: .3s;
}
.ca-about-content p {
    color: #4A4A49;
    font-size: 16px;
    line-height: 24px;
    transition: .3s;
}
.ca-about-icon-box {
    border-bottom: 1px solid #E8E6E6;
    padding-bottom: 40px;
    margin-bottom: 32px;
}
.ca-about-img img {
    height: 464px;
}
.ca-about-icon-box:last-child {
    border: navajowhite;
    padding-bottom: 0;
    margin-bottom: 0;
}
.ca-about-icon-box:hover .ca-about-ic{
    background: #FF5E14;
    transition: .3s;
    transform: rotateY(180deg);
}
.ca-about-ic img{
    transition: .3s;
}
.ca-about-icon-box:hover .ca-about-ic img{
    filter: brightness(0) invert(1);
    transition: .3s;
}

.ca-about-content .ca-title a {
    color: #1B0901;
    transition: .3s;
}
.ca-about-content .ca-title a:hover{
    color:#FF5E14;
    transition: .3s;
}
/* ============================================
                   About Style 2
============================================ */
.ca-choose-item .ca-title {
    font-size: 20px;
    line-height: 20px;
}
.ca-choose-item p {
    font-size: 16px;
    line-height: 24px;
    color: #5A5A5A;
}
.ca-choose-item{
    padding-left: 25px;
    margin-bottom: 40px;
}
.ca-choose-item:after {
    position: absolute;
    content: "";
    background: #D11207;
    height: 100%;
    width: 6px;
    left: 0;
    top: 0;
}
.ca-about-2-icon {
    height: 48px;
    width: 48px;
    background: #FAE7E6;
    line-height: 48px;
    text-align: center;
    border-radius: 50px;
    margin-left: 20px;
    margin-right: 16px;
}

.ca-about-2-content p {
    font-size: 16px;
    line-height: 16px;
    color: #5A5A5A;
}

.ca-about-2-num {
    color: #0C0504;
    font-weight: 700;
    display: block;
    font-size: 16px;
    line-height: 16px;
    padding-top: 12px;
}
.ca-about-2-overlay{
    right: 0;
    top: 70px;
    z-index: 2;
}
.ca-about-2-img:after {
    position: absolute;
    content: "";
    background: #fff;
    height: 360px;
    width: 180px;
    top: 61px;
    left: 275px;
    z-index: 1;
}
.ca-port-2-icon span {
    height: 70px;
    width: 70px;
    background: #fff;
    display: block;
    line-height: 70px;
    text-align: center;
    border-radius: 50px;
}

.ca-port-2-icon {
    display: inline-block;
}
.ca-portfolio-2-overlay-content {
    top: 34%;
    left: 24px;
    right: 24px;
    transform: translateY(60px);
    opacity: 0;
    visibility: hidden;
    background: #d112078a;
    text-align: center;
    padding: 24px;
    transition: .3s;
}
.ca-port-2-content p {
    font-size: 16px;
    line-height: 24px;
    color: #fff;
    opacity: .8;
}
.ca-port-2-desg p {
    color: #fff;
    opacity: .8;
}
.ca-port-2-desg p {
    color: #fff;
    opacity: .8;
}
.ca-portfolio-2-item:hover .ca-portfolio-2-overlay-content{
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
}

.ca-portfolio-2-overlay-content.pitem2 {
    top: 25px;
}
.item-1-img {
    height: 320px;
}

.item-1-img img {
    object-fit: cover;
}
.ca-portfolio-2-item img {
    height: 670px;
}
.ca-port-2-icon span img {
    height: 24px;
}
.ca-port-2-icon:hover span {
    transform: rotate(45deg);
    transition: .3s;
}

.ca-port-2-icon span {
    transition: .3s;
}

.ca-portfolio-2-item {
    overflow: hidden;
}

.ca-portfolio-2-item img {
    transition: .3s;
}

.ca-portfolio-2-item:hover img {
    transform: scale(1.1);
}
/* ============================================
                   About Style 3
============================================ */
.ca-ab-content3 {
    margin-left: 30px;
}
.ca-about-item3 {
    margin-top: 16px;
    margin-bottom: 32px;
    padding: 20px;
}
.ca-about-item3 p{
    color:#5A5D63;
}
.ca-about-item3:after {
    position: absolute;
    content: "";
    background: #0E47A1;
    border-radius: 5px;
    height: 100%;
    width: 6px;
    left: 0;
    top: 0;
}
.ca-about-content-3 .ca-section-title {
    line-height: 52px;
}
.ca-item-ch-title {
    font-size: 16px;
    line-height: 16px;
    color: #00060F;
    font-weight: 600;
}

.ca-ab-sngle-item-ic span {
    height: 20px;
    width: 20px;
    background: #E7EDF6;
    border-radius: 50px;
    display: block;
    line-height: 20px;
    font-size: 10px;
    text-align: center;
    color: #0E47A1;
    margin-right: 8px;
}

.ca-ab-sngle-item {
    display: flex;
    align-items: center;
    margin-bottom: 16px;
}
.ca-ab-item-check {
    display: grid;
    grid-template-columns: 1fr 1fr;
}

.ca-abo-single-item {
    position: relative;
    overflow: hidden;
    border-radius: 7px;
}

.ca-abo-hover-item {
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    top: 50%;
    transform: translateY(-70%);
    z-index: 99;
    opacity: 0;
    visibility: hidden;
    transition: .3s;
}

.ca-abo-hover-title {
    font-size: 32px;
    line-height: 32px;
    font-weight: 600;
    padding-top: 16px;
    color: #fff;
}

.ca-abo-icon span {
    background: #fff;
    height: 60px;
    width: 60px;
    display: inline-block;
    line-height: 60px;
    text-align: center;
    border-radius: 50px;
}

.ca-abo-content p {
    font-size: 18px;
    line-height: 18px;
    padding-top: 12px;
    color: #fff;
    opacity: .8;
}
.ca-abo-single-item:after {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: #0E47A1;
    transform: translateX(-100%);
    transition: .3s;
}
.ca-abo-single-item:hover::after {
    transform: translateX(0px);
    transition: .3s;
    right: 0;
}

.ca-abo-single-item:hover .ca-abo-hover-item {
    transition: .3s;
    transform: translateY(-50%);
    opacity: 1;
    visibility: visible;
}

.lar-img-1 {
    height: 330px;
    object-fit: cover;
}
.sm-img-1 {
    height: 220px;
    object-fit: cover;
}
.sm-img-2 {
    height: 186px;
    object-fit: cover;
}
.lar-img-2 {
    height: 364px;
    object-fit: cover;
}

/* ============================================
                   About Style 4
============================================ */
.ca-about-content-4 p {
    color: #5D6061;
    transition: .3s;
    line-height: 24px;
}
.ca-service-4-list ul li span {
    height: 20px;
    width: 20px;
    background: #4AB9CF;
    display: inline-block;
    line-height: 20px;
    text-align: center;
    color: #fff;
    font-size: 9px;
    border-radius: 50px;
    margin-right: 8px;
}

.ca-service-4-list ul li {
    color: #5D6061;
    font-weight: 500;
    font-size: 16px;
    line-height: 16px;
    margin-bottom: 16px;
}

.ca-service-4-list ul li:last-child{
    margin-bottom: 0;
}
.ca-counter-servic-4 {
    display: flex;
}
.ca-counter-area-4 {
    padding-right: 40px;
    margin-right: 40px;
    position: relative;
}
.ca-counter-area-4 {
    height: 64px;
    border-right:2px solid #EDF8FA;
    right: 0;
    top: 0;
}
.ca-counter-area-4 .ca-counter-title {
    color: #021013;
}
.ca-counter-area-4 p {
    color: #5D6061;
}
.ca-counter-area-4:last-child {
    border: none;
    padding: 0;
    margin: 0;
}
.ca-counter-area-4:last-child{
    background: none;
}

.ca-about-4-sm-img img {
    height: 300px;
    width: 300px;
    object-fit: cover;
    float: left;
    margin-top: -600px;
    border-radius: 7px;
}

.ca-about-4-img img {
    border-radius: 7px;
    height: 450px;
    width: 470px;
    object-fit: cover;
    float: right;
}
.space-mt {
    margin-top: 120px;
}
.ca-about-4-img {
    margin-right: 50px;
}
.ca-about-4-top-img img {
    height: 300px;
    width: 300px;
    object-fit: cover;
    border-radius: 7px;
}

.ca-about-4-top-img {
    top: -120px;
}

.ca-expericence-4 {
    position: absolute;
    right: 86px;
    top: -80px;
    transform: translateY(3px);
}

.ca-expericence-4{
    display: flex;
    align-items: center;
}

.ca-right-border:after {
    position: absolute;
    content: "";
    height: 48px;
    width: 2px;
    background: #4AB9CF;
    top: -84px;
    left: 317px;
    border-radius: 8px;
}

.ca--about-sm-img img {
    height: 300px;
    width: 300px;
    float: left;
    margin-top: -600px;
}

/* new about 4 img style */

.ca-ab-4-img img{
    border-radius: 7px;
}

.ca-ab-sm-img {
    height: 300px;
    width: 300px !important;
    object-fit: cover;
    position:relative;
    z-index: 1;
}

.ca-ab-lng-img {
    margin-top: -180px;
    height: 450px;
    width: 470px !important;
    object-fit: cover;
    margin-left: 100px;
}

.ca-ab-counter-4 {
    position: absolute;
    right: 19%;
    top: 0;
    z-index: 2;
}

.ca-ab-counter-4 {
    display: inline-flex;
    align-items: center;
    margin-top: 40px;
    border-left: 2px solid #4AB9CF; 
    padding-left: 10px;
}

/* ==========================
                   SERVICE AREA CSS
===============================================*/

/* ==========================
                   SERVICE Style 1
===============================================*/
.subtitle-bg-2:after {
    position: absolute;
    content: "";
    height: 14px;
    width: 2px;
    background: #FF5E14;
    top: 9px;
    left: 12px;
}
.ca-sec-content p{
    font-size: 16px;
    line-height: 24px;
    color: #4A4A49;
}
.ca-service-content p {
    color: #4A4A49;
    font-size: 16px;
    line-height: 24px;
    transition: .3s;
}

.read-more {
    font-size: 16px;
    line-height: 16px;
    color: #1B0901;
    font-weight: 700;
    transition: .3s;
}

.read-more span {
    display: inline-block;
    color: #1B0901;
    font-size: 16px;
    line-height: 16px;
    margin-left: 4px;
    transition: .3s;
}
.ca-title.ca-title-2 a {
    color: #1B0901;
    transition: .3s;
    font-weight: 700;
}
.ca-about-icon {
    position: relative;
}

.ca-num {
    position: absolute;
    top: 14px;
    right: 0;
}

.overly-num {
    font-size: 40px;
    line-height: 40px;
    font-weight: 700;
    color: #FFAF89;
    transition: .3s;
    opacity: 0;
    visibility: hidden;
}
.ca-ser-icon-box {
    transition: .3s;
}

.ca-ser-icon-box::after{
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    height: 0%;
    width: 100%;
    background-color: #FF5E14;
    transition: .3s;
    z-index: -1;
}
.ca-ser-icon-box:hover:after{
    height: 100%;
}


.ca-ser-icon-box:hover .ca-about-ic{
    background: #fff;
    transform: rotateY(180deg);
    transition: .3s;
}
.ca-ser-icon-box:hover .ca-title a{
    color: #fff;
    transition: .3s;
}
.ca-ser-icon-box:hover .ca-service-content p{
    color: #fff;
    transition: .3s;   
    opacity: .8; 
}
.ca-ser-icon-box:hover .read-more,.ca-ser-icon-box:hover .read-more span{
    color: #fff;
    transition: .3s;
}
.ca-ser-icon-box:hover .overly-num{
    opacity: 1;
    visibility: visible;
    transition: .3s;
}
.ca-shape {
    z-index: -1;
    top: 50px;
    margin-left: -30px;
    animation: move 7s linear infinite;
}
.ca-shape.ca-test-shape {
    margin-left: 30px;
}
.ca-service-shape {
    z-index: -1;
    right: 0;
    bottom: 30px;
    animation: move 7s linear infinite;
}

@keyframes move {
    0% {
        transform: translateY(-20%);
    }
    50% {
        transform: translateY(20%);
    }
    100% {
        transform: translateY(-20%);
    }
}



/* ==========================
                   SERVICE Style 2
===============================================*/
.ca-service-bg {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 310px;
    width: 100%;
    object-fit: cover;
}
.ca-servic-2-ic span {
    background: #ffffff75;
    height: 70px;
    width: 70px;
    display: block;
    line-height: 70px;
    text-align: center;
    border-radius: 50px;
}
.ca-servic-2-title {
    font-size: 22px;
    line-height: 22px;
    color: #fff;
}

.seread-more {
    color: #0C0504;
    font-weight: 700;
    font-size: 16px;
    line-height: 16px;
    padding-top: 24px;
    display: block;
}

.ca-servic-2-ic span img {
    display: inline-block;
}
.ca-service-slier-2 {
    margin-left: 30px;
    margin-right: 30px;
    margin-top: -175px;
}

.ca-servic-2 {
    padding: 24px 16px;
    margin-right: 20px;
    
}
.ca-service-2-desc {
    transform: translateY(170px);
}

.ca-servic-2.slick-slide.slick-current.slick-active .ca-service-2-desc{
    transform: translateY(0);
}

.ca-servic-2.slick-slide.slick-current.slick-active .ca-servic-2-title{
    color: #0C0504;
}

.ca-servic-2.slick-slide.slick-current.slick-active .ca-servic-2-ic span {
    background: #D11207;
}

.ca-service-slier-2 .slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 12px;
    height: 12px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
    color: #EEC4C2;
    background: #EEC4C2;
    border-radius: 50px;
    display: inline-block;
    line-height: 12px;
}

.ca-service-slier-2 li.slick-active {
    background: #EEC4C2;
    height: 28px;
    width: 28px;
    line-height: 28px;
    text-align: center;
    border-radius: 50px;
}

.ca-service-slier-2 .slick-dots .slick-active button {
    background: #D11207;
}


.ca-servic-2.slick-slide.slick-current.slick-active::after {
    height: 100%;
    transition: all .4s;
}
.ca-servic-2::after {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    height: 0%;
    width: 100%;
    background: #fff;
    z-index: -1;
    transition: all .4s;
}

 .ca-servic-2 {
    position: relative;
    z-index: 1;
}


/* ==========================
                   SERVICE Style 3
===============================================*/
.expand-container {
    width:1320px;
    display: flex;
    padding: 0 20px;
    margin: 0 auto;
    margin-bottom: 30px;
    }

    .ca-expand-ic span {
    height: 70px;
    width: 70px;
    background: #567EBD;
    display: block;
    line-height: 65px;
    text-align: center;
    border-radius: 50px;
    }
    .ca-expand-title a{
    font-size: 20px;
    line-height: 20px;
    font-weight: 600;
    color: #fff;
    margin-top: 32px;
    margin-bottom: 16px;
    display: block;
    }
    .expand-slide-ic-box {
        position: absolute;
        background: #0E47A1;
        height: 100%;
        width: 100%;
        padding: 48px 32px;
        transition: .3s;
    }
    .expand-slide-ic-box p {
        font-size: 16px;
        line-height: 24px;
        color: #fff;
        opacity: .8;
    }

.slide {
height: 370px;
border-radius: 7px;
margin: 10px;
cursor: pointer;
color: #fff;
flex: 1;
background-size: cover !important;
background-position: center;
background-repeat: no-repeat; 
position: relative;
background: #0E47A1;
overflow: hidden;
transition: .5s;

}
.slide .expand-slide-img {
    height: 370px;
    object-fit: cover;
    width:100%;
}

.slide h3 {
position: absolute;
font-size: 24px;
bottom: 20px;
left: 20px;
margin: 0;
opacity: 0;
}
.expand-slide-ic-box {
    opacity: 0;
    visibility: hidden;
    left: -100%;
    top: 0;
}

.slide.active .expand-slide-ic-box{
    opacity: 1;
    visibility:visible;
    left: 0;
}
.slide.active {
flex: 2;
}



/* ==========================
                   SERVICE Style 4
===============================================*/
.ca-servic-4-shape {
    right: 0;
    top: 0;
    animation: moveRightToLeft 4s ease-in-out infinite;
}
.ca-servic-4-shape-2 {
    right: 0;
    bottom: 0;
    animation: moveRightToLeft 4s ease-in-out infinite;
}


.ca-servic-4-ic-box {
    top: 0;
    background: #4AB9CF;
    height: 100%;
    width: 100%;
    padding: 32px;
    padding-top: 100px;
    z-index: 1;
}

.ca-service-4-icon span {
    height: 70px;
    width: 70px;
    display: block;
    line-height: 70px;
    text-align: center;
    border-radius: 50px;
    background: #fff;
}

.ca-ser-4-title a {
    color: #fff;
    font-size: 22px;
    line-height: 22px;
    font-weight: 600;
    padding-top: 30px;
    display: block;
}

.ca-service-4-content p {
    font-size: 16px;
    line-height: 24px;
    color: #fff;
    opacity: .8;
    font-weight: 400;
    padding-top: 16px;
    padding-bottom: 22px;
}

.read-mor4 {
    color: #fff;
    font-weight: 700;
    font-size: 16px;
    line-height: 16px;
}
.ca-service-4-item > img {
    height: 450px;
    object-fit: cover;
}
.ca-servic-4-ic-box {
    transform: translateY(210px);
    background: none;
    transition: .3s;
}
.ca-ser-overlay {
    left: 0;
    bottom: 0;
    width: 100%;
}
.ca-service-4-item{
    margin: 0 15px;
}
.ca-service-4-icon span img {
    display: inline-block;
}

.ca-service-4-item.slick-slide.slick-current.slick-active .ca-ser-overlay{
    display: none;
}
.ca-service-4-item.slick-slide.slick-current.slick-active .ca-servic-4-ic-box{
    transform: translateY(0);
    background:#4AB9CF;
}

.ca-services-4 .slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 10px;
    height: 10px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
    background: #D5ECF1;
    border-radius: 50px;
    display: inline-block;
    line-height: 12px;
}

.ca-services-4 li.slick-active {
    background: #D5ECF1;
    height: 28px;
    width: 28px;
    line-height: 28px;
    text-align: center;
    border-radius: 50px;
}

.ca-services-4 .slick-dots .slick-active button {
    background: #4AB9CF;
}


.ca-servic-4.slick-slide.slick-current.slick-active::after {
    height: 100%;
    transition: all .4s;
}
.ca-servic-4::after {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    height: 0%;
    width: 100%;
    background: #fff;
    z-index: -1;
    transition: all .4s;
}

 .ca-servic-4 {
    position: relative;
    z-index: 1;
}

/* Logo Header Styles */
.ca-logo-header {
    background: #fff;
    padding: 15px 0;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    position: relative;
    z-index: 999;
}

.ca-logo-wrapper {
    display: flex;
    align-items: center;
}

.ca-main-logo {
    max-height: 60px;
    width: auto;
    transition: all 0.3s ease;
}

.ca-header-contact-info {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.ca-contact-item {
    display: flex;
    align-items: center;
    margin-left: 30px;
}

.ca-contact-icon {
    background: #0E47A1;
    color: #fff;
    height: 40px;
    width: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin-right: 10px;
    font-size: 16px;
}

.ca-contact-item a {
    color: #333;
    font-weight: 600;
    font-size: 16px;
    text-decoration: none;
    transition: color 0.3s ease;
}

.ca-contact-item a:hover {
    color: #0E47A1;
}

/* Logo placeholder styling */
.ca-main-logo[src*="placeholder"] {
    background: #f8f9fa;
    border: 2px dashed #dee2e6;
    padding: 15px 30px;
    border-radius: 5px;
    color: #6c757d;
    font-size: 14px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.ca-main-logo[src*="placeholder"]:after {
    content: "Your Logo Here";
    font-family: Arial, sans-serif;
}

