@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Exo:ital,wght@0,100..900;1,100..900&family=Playpen+Sans:wght@100..800&display=swap');
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.3/font/bootstrap-icons.min.css");
@import url(aos.css);
:root {
    --color-1: #F47C00;
    
    --color-2: #004767;

    --color-3: #F7F7F7;

    --color-4: #fdc106;
    
    --second-font:"Varela Round", Arial, "Helvetica Neue", Helvetica, sans-serif;
    
    --main-font: "Open Sans", sans-serif;
}
.main-color{
    color: var(--color-1);
}
* {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
    list-style: none;
}

audio,
canvas,
embed,
iframe,
img,
object,
svg,
video {
    display: block;
    max-width: 100%;
}

summary {
    display: list-item;
}

body,
html {
    scroll-behavior: smooth;
}

body {
    line-height: 1.4;
      font-family: "Open Sans", sans-serif;
}

p {
    color: #757575;
    font-size: 16px;
    line-height: 25px;
    margin-bottom: 1rem;
    font-weight: 400;
      font-family: "Open Sans", sans-serif;
     text-align: justify;
     letter-spacing: 0.7px;
}
ul{margin-left: 10px;padding: 0;}
li{ color: #757575;
    font-size: 16px;
    line-height: 25px;
    margin-bottom: 1rem;
    font-weight: 400;
      font-family: "Open Sans", sans-serif;
     text-align: justify;
     letter-spacing: 0.7px;}

.btn btn-color{
    background-color:pink;
}

a,
a:hover,
a:focus {
    text-decoration: none;
    outline: none !important;
}

h1,
.h1 {
    font-size: 40px;
    font-weight: 700; color: #F47C00;
}

h2,
.h2 {
    font-size: 2rem;   
    margin-bottom: 15px;
    font-weight: 700;
    font-family: "Varela Round", Arial, "Helvetica Neue", Helvetica, sans-serif;
       /*font-family:"Playpen Sans", cursive;*/
}

h3,
.h3 {
    font-size: 30px;   
}


.discriptioncolor p{
    color:#ffffff;
}

/* start  */

.pt-40 { padding-top: 40px;}
.pb-40{ padding-bottom: 40px;}
.topbar_section{ background:var(--color-1) ;}
.top_bar{display: flex;justify-content: end;  gap: 15px;}
.top_bar a{margin: 0; padding: 8px 0; color: #fff;}
.top_bar a i{  transition: .5s;}
.top_bar a i:hover{}



.mid_bar{display: flex;  justify-content: space-between;  align-items: center;}
.logo{ 
    padding: 10px 0px;
    font-size: 1.5rem;
    max-width: 300px;
    font-weight: 900;
    position: relative;
}
.logo a{
    display: flex; 
    align-items: center;
    gap: 10px; 
    background: linear-gradient(to right,  #f47c00, #ffc107);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    position: absolute;
    top: 0;
}
.logo a img{ max-width: 260px;}

     .logo .heart-rate {
        width: 150px;
        height: 73px;
        position: relative;
        margin: 19px 0 0 74px;
      }
      
      .logo .fade-in {
        position: absolute;
        width: 100%;
        height: 100%;
        background-color: #FFFFFF;
        top: 0;
        right: 0;
        animation: heartRateIn 2.5s linear infinite;
      }
      
      .logo .fade-out {
        position: absolute;
        width: 120%;
        height: 100%;
        top: 0;
        left: -120%;
        animation: heartRateOut 2.5s linear infinite;
        background: rgba(255, 255, 255, 1);
        background: -moz-linear-gradient(left, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 50%, rgba(255, 255, 255, 0) 100%);
        background: -webkit-linear-gradient(left, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 50%, rgba(255, 255, 255, 0) 100%);
        background: -o-linear-gradient(left, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 50%, rgba(255, 255, 255, 0) 100%);
        background: -ms-linear-gradient(left, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 50%, rgba(255, 255, 255, 0) 100%);
        background: linear-gradient(to right, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 80%, rgba(255, 255, 255, 0) 100%);
      }
      
       @keyframes heartRateIn {
        0% {
          width: 100%;
        }
        50% {
          width: 0;
        }
        100% {
          width: 0;
        }
      }
      
       @keyframes heartRateOut {
        0% {
          left: -120%;
        }
        30% {
          left: -120%;
        }
        100% {
          left: 0;
        }
      }
    
    .animated{ position: relative;}  
.animated img {
    height: auto;
    width: auto !important;
    position: absolute;
    top: -6px;
}
.discriptioncolor{margin-left: 92px;
    margin-top: 21px;
}

.slider_section { position: relative;}

  /*.caption{ position: absolute; right: 0; bottom: 0; z-index: 2;   background: #f47c00;  height: 100%; width: 45%; }*/
    .captionleft{
        /*position: relative; */
        /*margin-left: -25%;*/
    }
    /*.captionleft img{ */
    /*    max-width: 198px;*/
    /*}*/
    .captionmain{
        display: flex;
        justify-content: center; 
        align-items: center;
        position:relative;
        height:100%;
        max-width:570px;
        width:100%;
    }
   .caption .title{color: #fff; font-size: 50px; font-weight: 800; margin-bottom: 15px;}
   .caption .title span{}
   .caption .discription{color: #fff; font-size: 18px; font-weight: 400;}
   
   .social_media{ border: solid 3px #B7B7B7; border-radius: 8px; padding: 15px 0 0 15px; transition:.4s; position:relative;min-height:356px;overflow:hidden;z-index:3;}
   .social_media .title{ font-size: 22px; font-weight: 700; color: #000; margin-bottom: 8px;min-height: 73px; font-family:var(--main-font);}
   .social_media .dicription{font-size: 16px; font-weight: 400; color: #000; min-height: 95px;}
   .social_media .services_iconsect{ display: flex; justify-content: space-between;align-items: center;}
   .social_media .read_more{ display: inline-block; margin-top: 15px;}
   .social_media .read_more a{font-size: 16px; font-weight: 600; color: #000;}
   .social_media .services_icon{ background: var(--color-1);clip-path: ellipse(100% 63% at 108% 64%); text-align: right; padding: 46px 10px 28px 40px;transition:.4s;}
   .social_media .services_icon img{ display: inline-block;}
   .more_ser{ text-align: center;}
   .more_ser a{ background: var(--color-1); border-radius: 4px; color: #fff; display: inline-block; font-size: 16px; font-weight: 600; padding: 8px 15px; text-transform: capitalize; margin-top: 20px;}
.bg_gray{ background: #F7F7F7;}
.our_clientimg{ padding: 20px 0px 20px 20px; position: relative; min-height:400px; max-height:400px; overflow:hidden;}
.our_clientimg::after{ content: ""; background: var(--color-2); width: 77%; height: 100%; position: absolute;  top: 0; left: 0;}
.our_clientimg img{ position: relative; z-index: 1;max-height:756px; min-height:100%;}
.our_client_text h2{ color: #fff;font-size: 40px;}
.our_client_text p{ text-align: left;color: #fff;font-size: 22px;}
.our_client_text .listing li{ font-size: 20px;}
.listing{ padding: 0px;}
.listing li{ font-size: 16px; color: #fff; margin-bottom: 12px;padding-left: 30px; position: relative;}
.listing li::after{     content: "\F133";
    display: inline-block;
    font-family: bootstrap-icons !important;
    font-style: normal;
    font-weight: 400 !important;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    vertical-align: -.125em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    left: 0;
    position: absolute;
    top: 5px;
    color: #fff;}
    
    .serlisting{ padding: 0px;}
.serlisting li{     font-size: 16px;
    color: #757575;
    margin-bottom: 12px;
    padding-left: 30px;
    position: relative;
    line-height: 26px;
    letter-spacing: 0.7px;}
.serlisting li::after{     content: "\F133";
    display: inline-block;
    font-family: bootstrap-icons !important;
    font-style: normal;
    font-weight: 400 !important;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    vertical-align: -.125em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    left: 0;
    position: absolute;
    top: 5px;
    color: #333;}

    .why_chose{ padding: 20px 20px 20px 0px; position: relative;}
.why_chose::after{ content: ""; background: var(--color-1); width: 77%; height: 100%; position: absolute;  top: 0; right: 0;}
.why_chose img{ position: relative; z-index: 1;}
.why_chose_text h2{ color: var(--color-1);}
.why_chose_text p{ text-align: left;}

.data_devsion{ background: var(--color-1); border-radius: 8px;text-align: center; padding: 15px 28px;}
.data_devsion .data-dev_icon{ display: inline-block;background: #fff; border-radius: 8px; padding: 8px 12px;}
.data_devsion .data-dev_icon img{ max-width:42px;}
.data_devsion .title{font-size: 18px; font-weight: 600; color: #fff; margin-bottom: 8px;}
.data_devsion .discrption{font-size: 16px; font-weight: 400; color: #fff;}

.our_visionsec{ padding: 0px; position: relative;}
.our_visionsec::after{ content: ""; background: #000000; width: 100%; height: 100%; position: absolute;  top: 0; left: 0; opacity: 0.6;}
.our_visionsec img{ position: relative; }
.our_vision_text h2{ color: var(--color-1); margin-bottom: 40px;}
.our_vision_text ul{ margin: 0px; padding: 0px;}
.our_vision_text li{ font-size: 16px; color: #000; font-weight: 400; margin-bottom: 2rem; line-height: 28px;}

.vision_iconsection{ position: absolute; right: -8%; top: 14%; z-index: 2;}
.our_vision_text{ padding-left: 8%;}
.vision_iconsection ul{ margin: 0px; padding: 0px;}
.vision_iconsection li{ background: #fff;
    border: solid 3px #F47C00;
    border-radius: 100px;
    margin-bottom: 20px;
    padding: 32px 28px;
    width: 100px;
    height: 100px;
    line-height: 140px;
}

.what_we_offer .title{ text-align: center;}
.what_we_offer .title h2{ color: var(--color-1);}
.what_offer{ background: var(--color-1); border-radius: 8px;}
.what_offer .title{ color: #fff; font-size: 18px; font-weight: 600; padding: 12px 0px;}

.our_proven_sect h2{ color: var(--color-1);}
.our_proven_sect p{ text-align: left;}
.track_record{ background: #fff; border-radius: 8px;text-align: center; padding: 15px 28px; width: 100%;}
.track_record .data-dev_icon{ display: flex;background: #fff; border-radius: 8px; padding: 8px 12px; height:110px; justify-content:center;}
.track_record .title{font-size: 18px; font-weight: 600; color: #000; margin-bottom: 8px;}
.track_record .discrption{font-size: 16px; font-weight: 400; color: #fff;}

.lets_start{ border-radius: 10px; padding: 15px; background: #fff; box-shadow:0 0 10px #ddd;}
.lets_start .title{ font-size: 30px; color: #F47C00; font-weight: 600; margin-bottom: 20px; font-family:var(--second-font);}
.lets_start input{ background: #F7F7F7;  border-color: #F7F7F7;  height: 55px;}
.lets_start textarea{ background: #F7F7F7;  border-color: #F7F7F7;  height: 90px;}
.lets_start button{ background: #F47C00; color: #fff; border-color: #F47C00;}

.our_blogmain .title{ text-align: center;}
.our_blogmain .title h2{ color: var(--color-1);}
.blogsection{
    background: var(--color-3);
    min-height:100%;
    transition:.4s;
}
.blogsection:hover{
    box-shadow:0 0 5px grey;
}
.blogsection:hover .blog_img img{
    transform: scale(1.1);
}
.blogsection .blog_img img{
    width: 100%;
    height:100%;
    transition:0.4s;
}
.blogsection .date {
    color: #959494;
    display: inline-block;
    padding: 8px 16px;
}
.blogsection .title{ color: var(--color-1); font-size: 22px; font-weight: 600; margin: 25px 0px 15px;padding:0 15px 0px; font-family:var(--second-font);}
.blogsection .discrption{font-size: 16px; font-weight: 400; padding:0 15px 25px; }
.blogsection .more_ser{ margin: 0px;}
.blogsection .more_ser a{ margin-top: 0px; margin-bottom: 25px;}
.bg_black{ background: #1a1a1a;}

.our_clientsection .title{ text-align: center;}
.our_clientsection .title h2{ color: var(--color-1);}

.footer_logo .logo img{ max-width: 120px;}
.footer_logo p{ font-size: 16px; color: #fff; font-weight: 400; text-align: left;}
.qucik_link h4{font-size: 22px; color: #fff; font-weight: 600; text-transform: capitalize; margin-bottom: 20px;}
.qucik_link ul{ margin: 0px; padding: 0px;}
.qucik_link li{ margin-bottom: 8px;}
.qucik_link li a{font-size: 16px; color: #fff; font-weight: 400; text-transform: capitalize; }
.footer_social{ display: flex; gap: 15px;}
.footer_social a{font-size: 22px; color: #fff; font-weight: 800;}
.qucik_link .btn-outline-secondary{ background: var(--color-1); color: #fff;}
.copy_wright{ border-top: solid 1px #fff; text-align: center; color: #fff; font-size: 16px; padding-top: 15px;}
.client_logo{ border:dashed 1px #ddd; display: flex; justify-content: center; align-items: center; height: 94px; width: 100%;padding: 8px 12px;}
.client_logo img{ width: auto!important;}

/* inner page */

.inner_captionleft,.captionleft {
    position: absolute;
    right: calc(100% - 56%);
    top: -2%;
    min-height: 100vh;
}
.inner_captionleft img,.captionleft img{
    /*max-width: 198px;*/
    min-height:75vh;
}
.breadcrumb_main ol{}
.breadcrumb_main li{}
.breadcrumb_main li a{color: #f47c00;}
.breadcrumb_main li.active{font-weight: 400;    color: #fff;}


.btn-color{
    background: var(--color-1) !important;
    border-radius: 4px;
    color: #fff !important;
    display: inline-block;
    font-size: 16px;
    font-weight: 600;
    padding: 15px;
    text-transform: capitalize;
    border:2px solid transparent;
    transition:.4s;
}
.btn-color:hover{
    background:#fff !important;
    color:var(--color-1) !important;
    border-color:var(--color-1) !important;
}
.service_main{
    /*flex-direction:column-reverse ; */
    justify-content:center;
}
.captionright{
    padding:10px;
}
.services h2{
    color:var(--color-1);
}
.sub-menu li a{
    font-size:1rem;
    font-weight:600;
    border-bottom:1px solid #ffd09e;
}
.sub-menu li:last-child a{
    border:none;
}
.contact_page .mobile-no{
   gap:.6rem;
   /*background:#eee;*/
   border-radius:6px;
   padding:.8rem;
}
.contact_page .mobile-no i{
    color:#fff;
    font-weight:600;
}
.input_box input,.input_box label{
    width:100%;
    display:inline-block;
    color:#333;
}
.input_box label{
    font-weight:500;
    text-align:left;
}
.input_box input,.input_box textarea{
        background: #F7F7F7;
    border: 1px solid #ddd;
    padding: .8rem;
    width: 100%;
    border-radius: 4px;
    height: 45px;
}

input{
    height:55px;
}
.contact_page h2{
    color:var(--color-1);
}
.contact_page {
    background:#f7f7f7;
    position:relative;
    z-index:1;
}
.form-main>div:last-child{
    justify-content:end;
}
.mobile-no a{
    color:#333;
}
.mobile-no a:hover{
    color:#f47c00;
}

.contact_details_Box {
    gap:12px;
    max-width:991px;
    z-index: 99;
    margin:auto;
    margin-top: -10rem;
}
.contact_details_Box p{
    text-align:center;
    line-height: 22px;
    margin: 0;
}

/*.bg-image {*/
/*    position: absolute;*/
/*    top: -40px;*/
/*    right: 10%;*/
/*    width: 100%;*/
/*    height: 100%;*/
/*    display: flex;*/
/*    justify-content: end;*/
/*    font-size: 200px;*/
/*    color: #eee;*/
/*    z-index: -1;*/
/*    opacity: .5;*/
/*}*/


.input_section .form{
    background: #fff;
    padding: 1.5rem;
    border-radius:6px;
    box-shadow:0 0 5px #ddd;
}
/*.contact_page  .icon{*/
/*    position: absolute;*/
/*    font-size: 100px;*/
/*    z-index: 1;*/
/*    opacity: .2;*/
/*}*/
.contact_page  .icon{
    font-size:2rem;
    background:#f47c00;
    padding:20px;
    border-radius:50%;
    width:60px;
    height:60px;
    display:flex;
    align-items:center;
    justify-content:center;
}
.number{
    position:relative;
    z-index:2;
}
.number p,.number a{
    font-weight:600;
    font-size:14px;
}
.center-flex{
    display:flex;
    align-items:center;
    justify-content:center;
}
.number span{
    font-size:18px;
    color:#222;
    font-weight:600;
}
.pb-20{
    padding-bottom:20px;
}
iframe{
    border-radius:6px;
}
.servicess_main_section h2{
    padding-bottom: 10px;
    width: auto;
    border-bottom: 1px solid var(--color-1);
    display: inline-block;
    position:relative;
}
.servicess_main_section h2:after{
    content: "";
    width: 100px;
    height: 6px;
    background: #333;
    display: inline-block;
    position: absolute;
    bottom: -3px;
    left: 0;
}
.input_box > p{
    margin:0;
}
.form  .button.btn-color > p{
    margin:0;
    display:flex;
    gap:10px;
    align-items:center;
}
.form .button.btn-color input{
    height:auto;
    width:100%;
}
.button.btn-color {
    background:transparent;
}
.contact_page .form .button.btn-color{
    background:transparent !important;
    border:none;
}
.contact_page .form .button.btn-color input{
    background: var(--color-1) !important;
    border-radius: 4px;
    color: #fff !important;
    display: inline-block;
    font-size: 16px;
    font-weight: 600;
    padding: 15px;
    text-transform: capitalize;
}
.contact_page .form .button.btn-color .wpcf7-spinner {
    width:34px;
    margin:0;
}

.blog_page .post-thumbnail img{
    width:100%;
    border-radius:0;
}
.blog_page .post-thumbnail {
    width:100%;
    height:500px;
    object-fit:cover;
    overflow:hidden;
}
.blog_page  {
    padding:100px;
}
.blog_page .recent-posts-section  {
    /*padding-left:60px;*/
    position:sticky;
    top:110px;
    left:0;
}
.blog_page .recent-posts-section .title{
    font-size:16px;
    margin:0;
    padding:0;
    color:var(--color-2);
}
.blog_page .blogsection .date{
    position:inherit;
    background: transparent; 
    color:grey;
    border:none;
    display: inline-block;
    padding:0;
    margin-top: 0; 
    font-weight: normal;
    font-size:12px;
}
.blog_page  .blogsection .blog_img {
    width:100px;
    min-width:100px;
}
.blog_page .side_blog_list {
    display:flex;
    gap:1rem;
    flex-direction: column;
    align-items:flex-start;
}
.blog_page .side_blog_list > div{
    width:100%;
    /*box-shadow:0 3px 5px #ddd;*/
}

.blog_page .blog-read-button{
    display:flex;
    justify-content:end;
}
.blog_page .blog-read-button a{
    color:var(--color-1);
    font-size:12px;
}

.blog_page .recent-main-list{
    width:100%;
    padding:1rem;
    /*background:#eeeeeeab;*/
    border-radius:6px;
    overflow:hidden;
    display:inline-block;
}
.blog_page .blogsection {
    display:flex;
}
.side_blog_list .search-bar {
    position:relative;
}
.side_blog_list .search-bar .search-icon{
    position: absolute;
    top: 0;
    right: 0;
    width: 50px;
    height: 2.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor:pointer;
}
.search-bar input{
    height:2.5rem;
    padding:0 50px 0 10px;
    border:1px solid #ddd;
    border-radius:2px;
    background:var(--color-3);
}
.comment-view p{
    font-size:14px;
    font-weight:600;
    line-height:normal;
}
.comment-view i{
    color:var(--color-1);
}
.comment-box {
    border-bottom:1px solid var(--color-2);
    margin-bottom:10px;
    padding:12px 0;
}
.accordion-button:not(.collapsed){
    background:linear-gradient(to right, var(--color-1) ,  var(--color-4));
}
.experience h4{
    font-weight: 600;
    font-size: 1.2rem;
}

.accordion-button:not(.collapsed){
    color:#ffffff;
}
.accordion-button::after{
    font-family:'bootstrap-icons';
    content:"\F282";
    background-image:none !important;
    font-weight:600;
}
.accordion li, .blog_page li{
    list-style:auto;
}
.blog_page li{
    font-family:var(--main-font);
    color:#757575;
    line-height:28px;
}
.accordion-item{
    margin-bottom: 22px;
    box-shadow: 0px 4px 4px #ddd;
}
.accordion-item:not(:first-of-type){
    border-top:1px solid #dee2e6;
    border-radius: 4px;
    overflow: hidden;
}
.accordain_main_box{
    width:100%;
    max-width:991px;
    margin:auto;
}
.apply_modal {
    display:flex;
    align-items:center;
    justify-content:center;
    height:100vh;
    width:100%;
}
.apply_modal .modal-dialog{
    min-width:768px;
}
.apply_modal .modal-header{
    background:linear-gradient(to right, var(--color-1) ,  var(--color-4));
}
.apply_modal .input_box input{
    border: 1px solid #ddd;
    height: 40px;
    border-radius: 4px;
}
.modal-header h5{
    color:var(--color-3);
}
.modal-body .input_main_box{
    width:100%;
}
.apply_modal .modal-footer{
    border:none;
}
.apply_modal .modal-footer button{
    padding:10px 20px;
    background:var(--color-1);
    border:2px solid var(--color-1);
    color:var(--color-3);
    font-weight:600;
    border-radius:4px;
}
.apply_modal .modal-footer button:first-child{
    background:transparent;
    color:var(--color-1);
    margin-right:1rem;
}







.blog_tab.warpper{
  display:flex;
  flex-direction: column;
  align-items: center;
}
.blog_tab .tab{
    cursor: pointer;
    padding: 10px 20px;
    margin: 0px 2px;
    background: #ffffff;
    display: inline-block;
    color: #222;
    font-weight: 600;
    box-shadow: inset 0px 0px 8px #dddddd;
    border-radius: 23px;
}
.blog_tab .panels{
  width:100%;
}
.blog_tab .panel{
  display:none;
  animation: fadein .8s;
}
@keyframes fadein {
    from {
        opacity:0;
    }
    to {
        opacity:1;
    }
}
.blog_tab .panel-title{
  font-size:1.5em;
  font-weight:bold
}
.blog_tab .radio{
  display:none;
}
#one:checked ~ .panels #one-panel,
#two:checked ~ .panels #two-panel,
#three:checked ~ .panels #three-panel{
  display:block
}
#one:checked ~ .tabs #one-tab,
#two:checked ~ .tabs #two-tab,
#three:checked ~ .tabs #three-tab{
  background:#f47c00;;
  color:#ffffff;
  box-shadow:none;
}
.tabs {
    margin-bottom:40px;
}
.accordian_main_box .more_ser.text-start[type=button] {
    color:var(--color-1);
}

input.wpcf7-form-control[type=submit]{
    margin-left:1rem;
}

.mission-box {
      width: 100%;
    display: inline-block;
    text-align: right;
    position: relative;
    overflow: hidden;
    border: 1px solid #f47c00;
    border-radius: 6px;
    min-height: 100%;
    }

    .vision-icon i {
      font-size: 2.5rem;
      color: #f47c00;
    }

    .vision-bottom-box {
      width: 100%;
      padding:10px 1.2rem;
      display: inline-block;
      position:absolute;
      top:50%;
      left:50%;
      transform:translate(-50%,-50%);
    }

    .vision-bottom-box p {
      width: 100%;
      display: flex;
      justify-content: end;
      margin-bottom: 0;
      position: relative;
      padding: 10px 10px 10px 0;
      background: transparent;
    }

    .decoration-line {
      position: absolute;
    top: -88px;
    left: 50%;
    width: 50px;
    background: linear-gradient(#f47c00, #f4c303);
    height: 185%;
    transform: rotateZ(45deg);
    z-index: 2;
    }

    .vision-bottom-box p:after {
      width: 150px;
    height: 109%;
    content: "";
    background: transparent;
    position: absolute;
    top: 14px;
    left: -63px;
    z-index: -2;
    transform: skew(-34deg, 10deg);
    }
    .vision-bottom-box p:before {
    content: "\f846";
    font-family: bootstrap-icons !important;
    bottom: -44px;
    left: -100px !important;
    top: auto !important;
    left: auto;
    z-index: 99;
    width: 100px;
    height: 100px;
    color: #ddd;
    transform: none;
    background: transparent;
    position: absolute;
    font-size: 5rem;
    z-index: 1;
    opacity: .5;
}
.mission-heading .head h2{
  font-size: 4rem;
  color: #ddd;
  margin-left: 2rem;
  margin-top: 1rem;
}
.vision-top-box{
    width:100%;
    display:inline-block;
    margin-right:10px;
}
 p:empty{
    display:none;
}
/*.mission{*/
/*    background:whitesmoke;*/
/*}*/


.mission-heading i{
    font-size:5rem;
    color:var(--color-1);
}
.mission.vission .vision-bottom-box p:before {
    content:"\F3CC";
}
.servicess_main_section .row{
    margin:1rem 0;
}

ul.sub-menu{
    width:440px !important;
}
ul.sub-menu li{
    width:49%;
    display:inline-block;
    height:70px;
}
ul.sub-menu li a{
    height:100%;
}
.sub-menu:has(.menu-item-22){
    width:220px !important;
}
.sub-menu li.menu-item-22{
    width:100% !important;
    height:auto;
}
.small_blog_content.recent-post-item{
    margin-bottom:1rem;
}
.blogsection .blog_img{
    height:300px;
    overflow:hidden;
}
.side_blog_list .blogsection .blog_img {
    height:auto;
    margin-right:1rem;
}
.owl-item {
    height: 100%;
    overflow: hidden;
    max-height: 80vh;
    transition:.4s;
}
.blogsection .title{
    min-height:90px;
}
.small_blog_content.recent-post-item .blogsection .title{
    min-height:auto;
}
.blogsection .discrption p{
    overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
margin:0;
} 
.what_img{
    max-height:170px;
    overflow:hidden
}
.all-page-whatsapp{
    position:fixed;
    bottom:15%;
    right:20px;
    z-index:9;
    cursor:pointer;
}
.all-page-email{
    position:fixed;
    bottom:9%;
    right:20px;
    z-index:9;
    cursor:pointer;
}
.all-page-whatsapp i{
    font-size:2rem;
}
.all-page-email i{
    font-size:2rem;
}

.icon-background {
  font-size: 24px; 
  color: white; 
  background-color: #25D366; 
  padding: 0px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  animation:w-blink 2s linear infinite;
}
@keyframes w-blink{
    0%{
        box-shadow:0 0 0px #25D366;
    }
    25%{
        box-shadow:0 0 10px #25D366;
    }
    50%{
        box-shadow:0 0 20px #25D366;
    }
    75%{
        box-shadow:0 0 10px #25D366;
    }
    100%{
        box-shadow:0 0 20px #25D366;
    }
}
.email-icon-background {
  font-size: 24px; 
  color: white; 
  background-color: #d32e25; 
  padding: 0px 0px;
  height: 20px;
  border-radius: 15%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  animation:e-blink 2s linear infinite;
}
@keyframes e-blink{
    0%{
        box-shadow:0 0 0px #d32e25;
    }
    25%{
        box-shadow:0 0 10px #d32e25;
    }
    50%{
        box-shadow:0 0 20px #d32e25;
    }
    75%{
        box-shadow:0 0 10px #d32e25;
    }
    100%{
        box-shadow:0 0 20px #d32e25;
    }
}
.form-input-group .heading p span {
      color: #f47c00;
      font-weight: 500;
    }

    .form-popup .profit-list li {
      list-style: none;
      margin-bottom:5px;
    }

    .form-popup .profit-list li i {
      color: #f47c00;
      font-size: 1.5rem;
      font-weight: 900;
      margin-top:-5px;
    }

    .form-popup .profit-list li span {
      font-weight: 500;
    }

    .form-popup label {
      font-weight: 500;
      margin-bottom: 2px;
    }

    .form-popup input,
    .form-popup textarea {
      background-color: #fff;
      border-radius: 2px;
      border: 1px solid grey;
      outline: none;
      padding: 4px 10px;
      transition: .3s;
      outline: 1px solid transparent;
    }

    .form-popup input:focus,
    .form-popup textarea:focus {
      outline: 1px solid #f47c00;
      border-color: #f47c00;
    }

    .form-popup {
        height:auto;
        max-height:80vh;
        overflow:auto;
      max-width: 500px;
      margin: auto;
      width: 100%;
      padding: 3rem;
      border-radius: 4px;
      background: url(https://dev24.v2webcloud.com/gen_z/wp-content/uploads/2024/09/pop-up-bg.png);
    }
    .form-popup h2 {
    font-size: 2rem;
    margin-bottom: 15px;
    font-weight: 700;
    text-align: center;
    font-family: "Varela Round", Arial, "Helvetica Neue", Helvetica, sans-serif;
}

    .form-popup h2 span {
      color: #f47c00;
    }
    .form-popup .btn-color {
        background:transparent !important;
        border:none;
        outline:none;
    }
    .form-popup .btn-color:hover{
        background:transparent;
    }
    .form-popup .btn-color input{
        background:#f47c00;
        margin-left:0;
        color:#fff;
        font-weight:500;
    }
    

    .scroll-screen-popoup {
      width: 100%;
      display: flex;
      align-items: center;
      justify-content: center;
      height: 100vh;
      background: #333333a1;
      padding: 1rem;
    }

    .popup-close-btn {
      padding: 5px;
      border-radius:0 0 0 50%;
      background: #fff;
      color: #f47c00;
      position: absolute;
      top: 0px;
      right: 0px;
      box-shadow: 0 0 10px;
      animation: close-blink 2s linear infinite;
      width: 40px;
    height: 40px;
    text-align: center;
    line-height: 20px;
    font-size: 2rem;
    cursor:pointer;
    }
    #windiw-popup{
      width: 100%;
      height: 100vh;
      position: fixed;
      top: 0;
      left: 0;
      transform: scale(0);
      transition: .5s;
      z-index:9999;
    }
    

    #windiw-popup.full-screen-popup{
      transform: scale(1);
    }

    @keyframes close-blink {
      0% {
        box-shadow: 0 0 0px #f47c00;
      }

      25% {
        box-shadow: 0 0 10px #f47c00;
      }

      50% {
        box-shadow: 0 0 20px #f47c00;
      }

      75% {
        box-shadow: 0 0 10px #f47c00;
      }

      100% {
        box-shadow: 0 0 20px #f47c00;
      }
    }
header{
    width:100%;
    display:inline-block;
    transition:all 1s;
}
header.header_sticky {
    position: sticky;
    top: -38px;
    left: 0;
    z-index: 99;
}
.mid_section{
    width:100%;
    display:inline-block;
    background:#fff;
}
.header_sticky .mid_section{
    box-shadow:0 3px 6px #ddd;
    animation:slideDown 0.35s ease-out;
    background: #ffffff;
    backdrop-filter: blur(6px);
}
@keyframes slideDown{
    0% {
        transform: translateY(-100%);
    }
    100% {
        transform: translateY(0);
    }
}
.all-page-whatsapp.refresh_to_top{
    bottom:3%;
    animation:refreshtop 2s linear infinite;
    width: 30px;
    height: 30px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid red;
    border-radius: 50%;
    transition:1s;
    bottom:-100% !important;
    transition:1s;
}
.all-page-whatsapp.refresh_to_top.header_sticky{
    bottom:3% !important;
}
@keyframes refreshtop{
    0%{
    transform: translateY(0px);
    }
    50%{
    transform: translateY(-5px);
    }
    100%{
    transform: translateY(-10px);
    }
}

.all-page-whatsapp.refresh_to_top i{
    color:#f47c00;
}
.social_media  .services_iconsect a:hover{
    color:var(--color-1);
}
a{
    transition:.4s;
    border:2px solid transparent;
}
.more_ser  a:hover{
    background:#fff;
    border:2px solid var(--color-1);
    color:var(--color-1);
}

.service-item  .social_media:hover{
    transform:translateY(-10px);
    box-shadow:0 0px 10px var(--color-1);
    border-color:var(--color-1);
}
.qucik_link li a:hover{
    color:var(--color-1);
}
.footer_social i:hover{
    color:var(--color-1);
}
.comment-box + * {
    font-family:var(--second-font);
}
.blogsection .description {
    padding:0 12px;
}
.contact_page::after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    background-size: cover !important;
    bottom: 0;
    background-repeat: no-repeat !important;
    right: 0;
    background: url(https://dev24.v2webcloud.com/gen_z/wp-content/uploads/2024/09/map-bg.png);
    z-index: -1;
    opacity: .5;
}
 .career-box {
    background: #f8f8ff;
    padding: 20px;
    border-radius: 8px;
    width: 100%;
    display: inline-block;
    text-transform: capitalize;
    transition:.3s;
}
.career-box:hover {
    transform: translateY(-10px);
}
.career-box h5{
    font-family: 700;
    color: #f47c00;
}
.career-box ol li {
    list-style: circle;
}
.career-box ol li::marker{
    color: #f47c00;
}
.career-box li p {
    margin: 0;
    font-weight: 400;
}
.career-box li p span:first-child{
    font-weight: 500;
}
.apply-now-link a{
    color:#f47c00;vision-bottom-box
}
.services-all-box{
    height:100%;
    background:#eeeeee;
}
.services-all-box .icon{
    min-width:64px;
    padding:.5rem;
    background:#f47c00;
    border-radius:4px;
}
.career-box.services-all-box .text p{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    margin: 0;
}

.custom-textarea {
    height: auto;
    min-height: 100px;
}

.apply-now-link {
    cursor:pointer;
}
.abt-page .col-md-8 .h-100{
    position:relative;
}
.abt-page .col-md-8 .h-100 p{
    position:absolute;
    top:50%;
    left:50%;
    transform:translate(-50%,-50%);
    width:100%;
}

.sb_instagram_header.sbi_no_avatar {
        display:none;
}
.slider_section .caption {
    position: absolute;
    bottom: 50%;
    right: 20%;
    display: flex;
    justify-content: center;
    align-items:center;
    padding: 20px;
    /*background: #22222278;*/
    /*border:2px dashed #ad00ff;
    backdrop-filter: blur(5px);*/
    border-radius: 10px;
    z-index:2;
}
.item {
    width: 100%;
    display: inline-block;
    position: relative;
}
.hero-section .item:after {
    width: 100%;
    height:100%;
    display: inline-block;
    position: absolute;
    top:0;
    left:0;
    background:linear-gradient(270deg, #f47c00d1, #07155900);
    z-index: 1;
    content:"";
    backdrop-filter: brightness(0.9);
}

.sbi_item.sbi_type_image:hover,.sbi_item.sbi_type_video:hover{
    transform:skewY(10deg);
}
.data_devsion:hover{
    transform:scale(1.1) !important;
}
.track_record{
    transition:.5s;
}
.track_record:hover{
   box-shadow:0 0 5px #ddd;
   /*animation:pop-up 1s linear infinite;*/
}
.track_record:hover .data-dev_icon,.track_record:hover{
    background:#f47c0036;
}
@keyframes pop-up {
    0%{
        transform: skewY(-10deg);
    }
     50%{
        transform: skewX(10deg);
    }
    10%{
        transform: skewZ(-10deg);
    }
}
.our-clients{
    position:relative;
    border-top:1px solid #eee;
    border-bottom:1px solid #eee;
    position:relative;
    background:#f7f7f7;
    z-index:1;
}
.our-clients:after {
    width: 100%;
    display: inline-block;
    background: url(https://dev24.v2webcloud.com/gen_z/wp-content/uploads/2024/09/client-banner.png);
    background-size: cover;
    background-repeat: no-repeat;
    content: "";
    background-position: center;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    opacity: 9;
    z-index: -1;
}
.social_media:after,.social_media:before{
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    width: 0%;
    opacity: .7;
    backdrop-filter: blur(3px);
    height: 0%;
    background: url(https://dev24.v2webcloud.com/gen_z/wp-content/uploads/2024/09/1.png);
    z-index: 1;
    transition: .4s;
    background-position: center, center;
    background-size: cover;
    background-repeat: no-repeat;
}
.social_media:before{
    background:linear-gradient(134deg, #000002e6, #010101c2, #f000f4bf);
    z-index:2;
}
.social_media:hover:after,.social_media:hover:before{
    width:100%;
    height:100%;
}
.social_media:hover .services_icon{
    opacity:0;
    width:0;
    height:0;
}
.social_media:hover .title_box .title,.social_media:hover .description p,.social_media:hover .read_more a{
    position:relative;
    z-index:3;
    color:#fff;
}
.what_we_offer .owl-item:hover img{
    transform:scale(1.1);
}
.services_section  {
    overflow-X:hidden;
}
.carousel-fade .carousel-item{
    transform:scale(0) !important;
    transition:.5s;
}

 .carousel-fade .carousel-item.active{
     transform:scale(1) !important;
}
.instagram {
    background: linear-gradient(45deg, #f9ce34 0%,#ee2a7b 50%,#6228d7 100%);
    -webkit-background-clip: text;
            background-clip: text;
    -webkit-text-fill-color: transparent;
}
/*.instagram{ */
    /*width:100px; height:100px;*/
/*  background: #f09433; */
/*  background: -moz-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%); */
/*  background: -webkit-linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%); */
/*  background: linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%); */
/*  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f09433', endColorstr='#bc1888',GradientType=1 );*/
/*  }*/

#sb_instagram #sbi_load .sbi_follow_btn a{
    background: linear-gradient(45deg, #f9ce34 0%,#ee2a7b 50%,#6228d7 100%)!important;
}
#sb_instagram #sbi_load .sbi_follow_btn a:hover {
    background: linear-gradient(45deg, #6228d7 0%,#ee2a7b 50%,#f9ce34 100%)!important;
}
    
.inner_banner{ width: 25%; height: 100%;   bottom: 0!important;}   
.inner_banner h1{color: #fff!important;}
.ggdfgdsgsgf br{display: none;}

@keyframes textTransitionIn {
  0% {
    transform: scaleX(0.2);
    opacity: 0;
    transform-origin: left;
  }

  100% {
    transform: scaleX(1);
    opacity: 1;
    transform-origin: left;
  }
}

.animated-text {
  display: inline-block;
  opacity: 0;
  transform: scaleX(0.2);
  transform-origin: left;
  transition: opacity 2s ease-out, transform 2s ease-out;
}

.animated-text.animated {
  opacity: 1;
  transform: scaleX(1);
  animation: textTransitionIn 2s ease-out;
}

.animated-imageL {
  opacity: 0;
  transform: translateX(-100px);
  transition: opacity 2s ease, transform 2s ease;
}

.animated-imageL.animated {
  opacity: 1;
  transform: translateX(0);
}

.animated-imageR {
  opacity: 0;
  transform: translateX(100px);
  transition: opacity 2s ease, transform 2s ease;
}

.animated-imageR.animated {
  opacity: 1;
  transform: translateX(0);
}

.ggdfgdsgsgf .image{border: solid 1px #ddd; padding: 8px;overflow: hidden;}
.ggdfgdsgsgf .image img{transition: 1s ease;}
.ggdfgdsgsgf .image img:hover{-webkit-transform: scale(1.2);
-ms-transform: scale(1.2);
transform: scale(1.2);
transition: 1s ease;}

.blog_page ul{ padding: 0px;margin-left: 20px;}
.blog_page ul li {
    font-size: 16px;
    color: #757575;
    margin-bottom: 12px;
    padding-left: 10px;
    position: relative;
    line-height: 26px;
    letter-spacing: 0.7px;
}
.wpcf7-response-output{border-color: #ddd!important;
    background: #ddd;
    color: #040404;
    font-weight: 500;}
.ourban_clientimg .carousel-item{    position: relative;} 
.ourban_clientimg .carousel-item img{}
.ourban_clientimg .carousel-item .carousel-caption{background: #0000008a;
    display: flex !important;
    position: absolute;
    left: 0;
   bottom: 65px;
    justify-content: center;
    align-items: center;
    width: 50%;
    padding: 0;
   }
.ourban_clientimg .carousel-item .carousel-caption h5{color: #fff;
    font-size: 30px;}
    .ourban_clientimg .carousel-indicators button{height: 0px;
    border-radius: 50px;
    background: #e7d9cb;
    opacity: 0.9;width: 20px;}
     .ourban_clientimg .carousel-indicators button.active{ background: #f47c00;}


.pagination {
        margin-top: 20px;
        text-align: center;
        display: flex;
        justify-content: center;
        gap: 10px; /* Space between numbers */
        flex-wrap: wrap;
    }
    .pagination a, .pagination span {
        padding: 8px 12px;
        border: 1px solid #ddd;
        color: #333;
        text-decoration: none;
        border-radius: 4px;
        display: inline-block;
    }
    .pagination .current {
        background-color: #F47D01;
        color: white;
        border-color: #F47D01;
    }
    .pagination a:hover {
        background-color: #F47D01;
        color: white;
    }