 
@font-face {
    font-family: 'Roboto';
    src: url('Roboto-Bold.eot');
    src: url('Roboto-Bold.eot?#iefix') format('embedded-opentype'),
        url('Roboto-Bold.woff2') format('woff2'),
        url('Roboto-Bold.woff') format('woff'),
        url('Roboto-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto';
    src: url('Roboto-Light.eot');
    src: url('Roboto-Light.eot?#iefix') format('embedded-opentype'),
        url('Roboto-Light.woff2') format('woff2'),
        url('Roboto-Light.woff') format('woff'),
        url('Roboto-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto';
    src: url('Roboto-Black.eot');
    src: url('Roboto-Black.eot?#iefix') format('embedded-opentype'),
        url('Roboto-Black.woff2') format('woff2'),
        url('Roboto-Black.woff') format('woff'),
        url('Roboto-Black.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto';
    src: url('Roboto-Medium.eot');
    src: url('Roboto-Medium.eot?#iefix') format('embedded-opentype'),
        url('Roboto-Medium.woff2') format('woff2'),
        url('Roboto-Medium.woff') format('woff'),
        url('Roboto-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto';
    src: url('Roboto-Thin.eot');
    src: url('Roboto-Thin.eot?#iefix') format('embedded-opentype'),
        url('Roboto-Thin.woff2') format('woff2'),
        url('Roboto-Thin.woff') format('woff'),
        url('Roboto-Thin.ttf') format('truetype');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto';
    src: url('Roboto-Regular.eot');
    src: url('Roboto-Regular.eot?#iefix') format('embedded-opentype'),
        url('Roboto-Regular.woff2') format('woff2'),
        url('Roboto-Regular.woff') format('woff'),
        url('Roboto-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}



@media (min-width: 1450px) {
    .container{
        max-width: 1350px;
    } 
  
}
 
a{
    cursor: pointer;
    text-decoration: none;
}
.iti { 
    width: 100%;
}
body{
    font-family: 'Roboto', sans-serif;
    overflow-x: hidden; 
}
ul, li{
    list-style-type: none;
    list-style: none;
}


@keyframes pulse2 {
    0% {
        box-shadow: 0 0 0 0 #FFEBE7
    }

    100% {
        box-shadow: 0 0 0 17px #ffebe7b5
    }
}

.chat-block {
    transition: .25s;
    position: fixed;
    z-index: 5;
    bottom: 50%;
    right: 6%;
    background: linear-gradient(0deg,#FFEBE7 -24.44%,#FFF9F3 78.33%);
    backdrop-filter: blur(4.5px);
    border-radius: 27px;
    width: 50px;
    height: 90px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 20px;
    grid-gap: 20px;
    animation: pulse2 2s infinite;
    -webkit-animation: pulse2 2s infinite;
    opacity: 0;
    display: none
}

.chat-block.active {
    opacity: 1;
    display: flex;
    transition: .25s
}

.chat-block-item {
    position: relative;
    transition: .25s
}

.chat-block-item a img {
    width: 20px;
    transition: .25s
}

.chat-block-item:hover a img {
    width: 25px;
    transition: .25s
}

.top-menu {
    padding: 8px 0;
    background: #FFFAFA;
}
 

 

.top-menu ul.menu-right li {
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 13px;
    letter-spacing: 0.03em;
    color: #2D2D2D;
    display: inline-block;
    text-align: right;
}


.top-menu ul.menu-right li a{ 
    color: #2D2D2D !important; 
    text-decoration: none; 
    
}





.top-menu ul.menu-right li .dropdown-menu  {
   right: 0 !important;
    left: unset !important;
}


 
.top-menu ul.menu-right li .dropdown-menu li{
     font-weight: 300;
    font-size: 11px;
    line-height: 18px; 
    letter-spacing: 0.03em; 
    color: #2D2D2D;  
     display: block;
      text-align: left;
}
.top-menu ul.menu-right li .dropdown-menu li a:hover{
    background:#fde0df;
}

.top-menu ul.menu-right  {
    margin: 0;
    padding: 0;
    text-align: right;
}

.call-btn{
    background: #FFEBE7;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    text-align: center;
    line-height: 40px;
    transition: all .5s;
}
.call-btn:hover{
    background: #fcdad3; 
}




/************ search box **********/




.search-box {
    position: relative;
    right: 0;
    top: 0;
    background: 0 0;
    height: auto;
    border-radius: 40px
}

.search-btn { 
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    transition: .4s;  
    background: #EBF8FF;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    margin-left: 8px;
    text-align: center;
    line-height: 40px;
    transition: all .5s;
    font-size: 21px;
    color: #096492;
}
.search-btn:hover {  
    background: #d2efff; 
}

.search-txt {
    display: none;
    opacity: 0;
    transition: .25s;
    width: 0
}

.search-box.active .search-txt {
    opacity: 1;
    transition: .25s;
    width: auto;
    display: block
}

a.search-btn i svg path {
    stroke: #ee3c35
}

a.search-btn i svg ellipse {
    stroke: #ee3c35
}

.search-box.active .search-txt {
    position: absolute;
    top: 0;
    right: 0;
    height: 40px;
    padding: 8px 15px;
    min-width: 260px;
    background: #fff;
    border-radius: 18px;
    border: 0;
    box-shadow: 0 0 5px rgb(0 0 0/20%)
}


a.search-btn-close {
    display: none
}

.search-box.active a.search-btn-close {
    display: block;
    position: absolute;
    z-index: 100;
    top: 0px;
    right: 0px;
    background: #EBF8FF;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    margin-left: 8px;
    text-align: center;
    line-height: 40px;
}










header{
    position: relative;
    top: 0;
    transition: all .3s; 
    z-index:10;
} 

header.active { 
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 10;
}
.immilaw-nav{ 
    padding: 15px 0; 
    transition: top 0.2s ease-in-out; 
}
 
header.active .top-menu{
    display: none;
}
 
header.active .immilaw-nav {  
    background: rgb(255 255 255 / 68%);
    backdrop-filter: blur(9px);
} 

 
.immilaw-nav .navbar-brand{
    margin-right: 30px;

}



.immilaw-nav .container-fluid{
    padding-left: 35px;
    padding-right: 35px;
}
 
.immilaw-nav .dropdown-menu{
    left: unset;
    right: 0;  
    background: rgb(255,255,255); 
    border-radius: 0px;
    box-shadow: 5px 5px 15px rgba(0,0,0,.3); 
    padding: 0; 
    border: 1px solid #d1d9e6;
}
.immilaw-nav .dropdown-menu li{
    line-height: 18px;
    font-size: 13px;
    color: #333 !important;
}
.immilaw-nav .nav-link{
    

    font-weight: 400;
font-size: 15px;
line-height: 18px;
/* identical to box height */

letter-spacing: 0.03em;

color: #2D2D2D !important;
}
.immilaw-nav .nav-item{
    margin-left: 25px;
}
 
/*********  news scroller *******/




.ticker-wrap {
    display: flex; 
    margin-top: 5px;
  }
.ticker-head {
    background: #CD4444;
    border-radius: 9.5px;
    font-weight: 400;
    font-size: 10px;
    line-height: 12px;
    letter-spacing: 0.03em;
    padding: 4px 8px;
    color: #FFFFFF;
    margin-right: 7px;
    height: 19px;
    min-width: 110px;
    text-align: center;
}
 .ticker {
    width: 100%;
    height: 19px;
    overflow: hidden;
    font-weight: 400;
    font-size: 12px;
    line-height: 19px;
    letter-spacing: 0.03em;
    color: #171717;
}
  .ticker ul {
    position: relative;
    list-style: none;
    height: 100%;
    padding: 0;
    margin: 0;
  }
  .ticker-item {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding-right: 0;
    opacity: 0;
  }
  .ticker-item a {
    display: inline-block;
    width: auto;
    color: #333;
    white-space: nowrap;
    text-decoration: none;
    transition: transform 5s linear;
  }
  .ticker-date {
    font-weight: bold;
  }
  .ticker-title {
    margin-left: 10px;
  }
  .ticker-new {
    color: red;
    margin-left: 10px;
    animation: blink 1s ease-in-out infinite alternate;
  }
  .fadeInDown {
    opacity: 0;
  }
  .fadeInDown.run {
    animation: fadeInDown 0.3s cubic-bezier(0.645, 0.045, 0.355, 1) forwards;
  }
  .fadeOutDown {
    opacity: 1;
  }
  .fadeOutDown.run {
    animation: fadeOutDown 0.3s cubic-bezier(0.645, 0.045, 0.355, 1) forwards;
  }
  @keyframes fadeInDown {
    0% {
      opacity: 0;
      transform: translateY(-30px);
    }
    100% {
      opacity: 1;
      transform: translateY(0);
    }
  }
  @keyframes fadeOutDown {
    0% {
      opacity: 1;
      transform: translateY(0);
    }
    100% {
      opacity: 0;
      transform: translateY(30px);
    }
  }
  @keyframes blink {
    0%, 100% {
      opacity: 1;
    }
    50% {
      opacity: 0;
    }
  }



/********** bannerr ********/
section{
    padding: 120px 0 ;
}
.banner-sec{
    position: relative;
    padding: 0 0 80px;
}
 
 
.banner-text-cntr{ 
    position: relative;
    z-index: 1; 
    /*margin-left: 175px;
    margin-left: 100px;*/
    margin-bottom: 30px;
}
 
.banner-text-cntr h2{
    font-weight: 400;
    font-size: 60px;
    line-height: 122.19%;
    /* or 73px */
    
    letter-spacing: 0.03em;
    
    color: #2D2D2D;
    margin-bottom: 50px;
}
.banner-text-cntr h2 span.typed-text{ 
 
font-weight: 700;

  text-align: center;
  position: relative; 
  display:inline-block;
 
 
  color: transparent;
  background-image: url("../img/blur.webp")  ;
  background-clip: text;
  -webkit-background-clip: text;
  background-size: cover;
  backdrop-filter: blur(10px);
 
}




.banner-text-cntr h2 span.cursor {
    display: inline-block;
    background-color: #333;
    margin-left: 0.1rem;
    width: 3px;
    animation: blink 1s infinite;
  }
  .banner-text-cntr h2 span.cursor.typing {
    animation: none;
  }

  @keyframes blink {
    0%  { background-color: #333; }
    49% { background-color: #333; }
    50% { background-color: transparent; }
    99% { background-color: transparent; }
    100%  { background-color: #333; }
  }






























 
 
.banner-text-cntr a { 
position: relative;
    font-weight: 500;
font-size: 16px;
line-height: 19px;
/* identical to box height */

letter-spacing: 0.03em;

color: #FFFFFF; 
border-radius: 4px; 
text-decoration: none;

padding: 15px 25px;
background-color: #000;
margin: 5px;
transition: all 1s;
}
.banner-text-cntr a::after { 
    content: "";
    position: absolute;
    background: linear-gradient(102.57deg, #FC8989 -19.02%, rgba(253, 149, 128, 0.746906) 49.1%, rgba(255, 166, 116, 0.4) 142.46%);
    left: -5px;
    top: -5px;
    width: calc(100% + 10px);
    height:  calc(100% + 10px);
    z-index: -1;
    border-radius: 8px; 
    -webkit-transition: all .65s ;
        -moz-transition: all .65s;
          -o-transition: all .65s ;
             transition: all .65s ;
    }

    .banner-text-cntr a:hover::after {  
    
        background: linear-gradient(300deg, #FC8989 -19.02%, rgba(253, 149, 128, 0.746906) 49.1%, rgba(255, 166, 116, 0.4) 142.46%);
        }


  
     


.banner-img-cntr{
    position: relative;
    max-width: 415px;
    margin: 0px auto;
}
.banner-text{
    position: absolute; 
    border-radius: 11px; 
    padding: 15px;  
    animation-name: floating;
   
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out; 
}
@keyframes floating {
    0% { transform: translate(0,  0px); }
    50%  { transform: translate(0, 15px); }
    100%   { transform: translate(0, -0px); }   
}
.banner-text.cl-1{
    background: linear-gradient(124.44deg, rgba(255, 241, 227, 0.55) 29.66%, rgba(254, 139, 89, 0.55) 155.65%);
    box-shadow: 0px -1px 11px #F5F5F5;
    backdrop-filter: blur(14px);
    top: 90px;
    left: -50px;
    width: 130px;
    animation-duration: 3s;
    z-index: 2; 
}
.banner-text.cl-1 svg {
    position: relative; 
    margin: -15px 0 0 -13px;
}

.banner-text.cl-2{
    background: linear-gradient(148.36deg, rgba(255, 255, 255, 0.68) 16.68%, rgba(20, 0, 255, 0.68) 119.59%);
    box-shadow: 0px -1px 11px #F5F5F5;
    backdrop-filter: blur(9.5px); 
    bottom: 250px;
    right: -12px;
    width: 90px; 
    animation-duration: 5s;
    z-index: 3;
    padding-top:50px;
}
 .banner-text.cl-2 svg{
     position: absolute;
    top: -40px;
    right: -40px;
}

.banner-text.cl-1 img{
    background: #fff;
    width: 25px;
    height: 25px;
    padding: 2px;
    border-radius: 50%;
    margin-bottom: 5px;
}
.banner-text h5{
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 15px;
    color: #333;
}
.banner-text h4{
    font-weight: 700;
    font-size: 11px;
    line-height: 109.19%;
    letter-spacing: 0.03em; 
    color: #2D2D2D;
    margin: 0;
}
.banner-text span{
    font-size: 14px;  
    color: #666; 
}
.banner-text-white{
    font-weight: 400;
    font-size: 12px;
    line-height: 104.19%; 
    letter-spacing: 0.03em; 
    color: #FFFFFF;
}
.banner-text-white b{
    font-weight: 700; 
}
 .banner-text-coutr{
    background: linear-gradient(45deg, #92FE9D 0%, #00C9FF 100%);
    box-shadow: 0px 8px 24px #4CE5CD;
    font-weight: 700;
    font-size: 16px; 
    color: #FFFFFF; 
    text-shadow: 0px 8px 24px #4CE5CD;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    text-align: center;
    line-height: 40px;
    position: relative;
    float: right;
    top: -20px;
    right: -20px;
 }
 .ani-banner-img { 
    transform-style: preserve-3d;
    cursor: pointer;
    transform: perspective(500px);
}
.lady-banner-img{
    position: absolute;
    top: 6px;
    left: 42px;
    width: 228px;
}
/********** home sec 2 *************/


.home-sec-clients  {
    position: relative;
    padding: 40px 0;
    background: rgba(200, 216, 223, 0.15); 

}
.home-sec-clients h3{
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    letter-spacing: 0.03em; 
    color: #8D8D8D;
    text-align: center;
    margin-bottom: 30px;
}
.home-sec-clients h3 b{
    font-weight: 500; 
}

.clients-list img{
    height: 45px;
    display: inline-block;
    margin: 0px auto;
}


/*******  home serv*******/
.home-sec-sev{
    position: relative;
    padding-bottom: 40px;
}
/*.home-sec-sev::after{
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 350px;
    background: linear-gradient(180deg, rgba(235, 249, 255, 0.49) 0%, rgba(235, 249, 255, 0) 100%);
transform: rotate(180deg);
z-index: -1;
}*/
.home-serv-text-cntr{
    margin: 120px 0 0 195px ;
    max-width: 485px;
    position: relative;
}

.home-serv-text-cntr img{ 
    width: 100%;
    height: 254px;
    object-fit: cover;
}
.left-ser-img-cntr{ 
    overflow: hidden;
    position: relative;
    border-radius: 135px 35px 35px 35px;
}
.left-ser-img-cntr::after{ 
    content: ""; 
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%; 
    background-color: rgba(0,0,0,.3);
    z-index: 0;
}
.left-ser-img-cntr h4{  
    position: absolute;
    left: 35px;
    bottom: 25px; 
    z-index: 1;
    font-weight: 500;
    font-size: 20px;
    line-height: 103.69%; 
    letter-spacing: 0.03em; 
    color: #FFFFFF;
}
.home-serv-text-cntr p{
    font-weight: 347;
    font-size: 15px;
    line-height: 125.19%; 
    letter-spacing: 0.03em; 
    color: #2D2D2D;
    font-stretch: 100;
    margin: 20px 0;
}
.home-serv-text-cntr .btn-1{
    background: #EBF8FF;
    border-radius: 4px;
    font-weight: 500;
    font-size: 15px;
    line-height: 109.19%; 
    letter-spacing: 0.03em; 
    color: #0B6596;
    text-decoration: none;
    padding: 10px 20px;
    margin-right: 20px;
    transition: all .65s;
}
.home-serv-text-cntr .btn-1:hover{
    background: rgba(235, 248, 255, 0.76);
}
.home-serv-text-cntr .btn-2{
    background: #E3FFF2;
border-radius: 4px;
    font-weight: 500;
    font-weight: 500;
    font-size: 15px;
    line-height: 109.19%; 
    letter-spacing: 0.03em; 
    text-decoration: none;
    color: #37AA74;
    padding: 10px 20px;
    margin-right: 20px;
}
.home-serv-text-cntr .btn-2:hover{
    background: rgba(227, 255, 242, 0.61);
}
.home-pos-cntr{
    background-image: url(../img/blur-2.webp);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 40px;
    border-radius: 50px 125px 50px 50px;
    overflow: hidden;
    width: 300px;
    height: 157px;
    position: absolute;
    left: -100px;
    top: -100px;
}
.home-pos-cntr h2{
    font-weight: 700;
    font-size: 48px;
    line-height: 48px  ;
    color: #FFFFFF;
    margin: 0;
}
.home-pos-cntr span{
    font-weight: 400;
    font-size: 14px;
    line-height: 18px; 
    letter-spacing: 0.03em; 
    color: #FFFFFF;
    display: inline-block;
}
.home-ser-right span{
    font-weight: 400;
    font-size: 11px;
    line-height: 103.19%; 
    color: #8D8D8D;
    display: inline-block; 
   margin-bottom: 35px;
   border-radius: 18px;
    padding: 10px 20px;
    background: #F9F9F9;
}
.home-ser-right span svg{
   position: relative;
   top: -2px;
   margin-right: 5px; 
}
.home-ser-right p{
    font-weight: 400;
    font-size: 32px;
    line-height: 109.19%; 
    letter-spacing: 0.03em; 
    color: #716D6D;
    margin: 0;
}


 
.tabs-nav ul {
    margin: 0;
    padding: 0;
  }
  
  .tabs-nav li {  
    font-weight: 500;
    font-size: 40px;
    line-height: 109.19%; 
    letter-spacing: 0.03em; 
    color: rgba(113, 109, 109, 0.46);
    margin: 15px 0;
    transition: all .5s;
  }
  
  .tabs-nav a {
    display: block; 
    color: rgba(113, 109, 109, 0.46);
    text-decoration: none;
  }

  .tabs-nav a img {
    width: 0;
    height: 0;
    opacity: 0;
    transition: all .3s;
  }
  /* Active tab */
  
  .tabs-nav li.active {  
    font-weight: 500;
    font-size: 60px;
    line-height: 103.69%; 
    letter-spacing: 0.03em; 
    color: #2D2D2D;
  }
  
  .tabs-nav li.active a {
    color: inherit;
  }

  .tabs-nav li.active a img {
    width: 70px;
    height: 70px;
    object-fit: contain;
    opacity: 1; 
    margin-right: 10px
  }
  /* Tab content */
  
 .home-sec-sev .tabs-content {  
    padding: 0 0 50px;  
  }
  
 
  /* Hide all but first content div */
  
  .tabs-content .tab-cntr:not(:first-child) {
    display: none;
  }




/******* home about  *******/
 
.home-abour-se{
    background: #181818;
    padding: 175px 0 115px;
}
.about-text-cntr{
    margin: 45px 0 0 90px;
}
.about-text-cntr span{
    font-weight: 400;
    font-size: 15px;
    line-height: 109.19%; 
    letter-spacing: 0.03em; 
    color: #BFBFBF;
    margin-bottom: 15px;
    display: inline-block;
}
.about-text-cntr h3{
    font-weight: 500;
    font-size: 60px;
    line-height: 103.19%; 
    letter-spacing: 0.03em; 
    color: #FFFFFF;
    margin-bottom: 20px;
}
.about-text-cntr p{
    font-weight: 400;
    font-size: 15px;
    line-height: 146.19%; 
    letter-spacing: 0.03em; 
    color: #DFDFDF;
    margin-bottom: 55px;
} 
.about-text-cntr a { 
    position: relative;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px; 
    letter-spacing: 0.03em;
    color: #FFFFFF; 
    border-radius: 4px; 
    text-decoration: none;
    padding: 15px 25px;  
}
.about-text-cntr a div { 
    position: relative;
    z-index:2 ;
    display: inline-block;
}
.about-text-cntr a::after { 
        content: "";
        position: absolute;
        background: linear-gradient(102.57deg, #FC8989 -19.02%, rgba(253, 149, 128, 0.746906) 49.1%, rgba(255, 166, 116, 0.4) 142.46%);
        left: -5px;
        top: -5px;
        width: calc(100% + 10px);
        height:  calc(100% + 10px);
        z-index: 0;
        border-radius: 8px; 
        transition: all .65s;
}
.about-text-cntr a::before { 
    content: "";
    position: absolute;
    background-color: #000;
    left: 0px;
    top: 0px;
    width: calc(100% + 0px);
    height:  calc(100% + 0px);
    z-index: 1;
    border-radius: 8px; 
}
.about-text-cntr a:hover::after {  
    background: linear-gradient(300deg, #FC8989 -19.02%, rgba(253, 149, 128, 0.746906) 49.1%, rgba(255, 166, 116, 0.4) 142.46%); 
}
.about-counter-cntr{
margin: 40px 0 55px 92px; 
}
.about-counter-cntr h3{
    font-weight: 700;
    font-size: 48px;
    line-height: 103.69%;
}
.about-counter-cntr span{
    font-weight: 400;
    font-size: 14px;
    line-height: 111.69%;
    /* or 16px */
    display: inline-block;
    letter-spacing: 0.03em;
    
    color: rgba(252, 252, 252, 0.94);
}
.about-counter-cntr h3.cl-1{
    background: linear-gradient(45deg, #FFB199 0%, #FF0844 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent; 
    text-shadow: 0px 8px 24px #781C26;
}
.about-counter-cntr h3.cl-2{
    background: linear-gradient(45deg, #92FE9D 0%, #00C9FF 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    
    text-shadow: 0px 8px 24px #0E716A;
}
.about-counter-cntr h3.cl-3{
    background: linear-gradient(45deg, #3347FF 0%, #DDDCFF 100%);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
background-clip: text;
text-fill-color: transparent;

text-shadow: 0px 8px 24px #3300FF;
}
.abou-img-cntr {
    position: relative;
    max-width: 375px; 
    margin-left: -40px;
}
 
.abou-img-cntr img{
    width: 100%; 
    position: relative;
    z-index: 1;
}
.abou-img-cntr video {
    position: absolute;
    top: 110px;
    left: 50px;
    width: calc(100% - 100px);
    height: 285px;
    z-index: 0;
    object-fit: cover;
}
/********** Home lawyers  **********/
.home-lawyers-se{
    padding: 45px 0 50px;
    background: linear-gradient(0deg, rgba(235, 249, 255, 0.49) 0%, rgba(235, 249, 255, 0) 100%); 
    margin-bottom: 20px;
 
}
.home-lawyers-se .container{
    max-width: 1220px;
}
.lawyer-img-cntr{
    position: relative;
    padding-bottom: 80px;
}
.lawyer-img-cntr::after{
    content: ""; 
    position: absolute;
    width: 306px;
    height: 422px; 
    top: 63px;
    left: calc(50% - 153px);
    z-index: 0; 
    background: linear-gradient(180deg, #F78585 0%, rgba(217, 217, 217, 0) 100%);
    border-radius: 32px;
}
.lawyer-img-cntr img{
    max-width: 285px;
    display: block;
    margin: 0px auto;
    position: relative;
    z-index: 1;
    border-radius: 25px 25px 0 0;
}

.banner-img-cntr .lawyer-text-cntr{ 
     background: linear-gradient(124.14deg, rgba(15, 45, 137, 0.684) 29.79%, rgba(53, 41, 191, 0.9) 102.38%); 
    
     box-shadow: 0px -1px 11px #F5F5F5; 
     backdrop-filter: blur(14px);  
     border-radius: 9px; 
    
     
}


.lawyer-text-cntr{
    position: relative;
    z-index: 2;
    /*background: linear-gradient(124.14deg, rgba(15, 45, 137, 0.684) 29.79%, rgba(53, 41, 191, 0.9) 102.38%);*/
    
    /*box-shadow: 0px -1px 11px #F5F5F5;*/
    /*backdrop-filter: blur(14px); */
    /*border-radius: 9px;*/
    
    
    border-radius: 9px;
background: linear-gradient(124deg, rgba(251, 66, 77, 0.70) 29.79%, rgba(247, 152, 133, 0.90) 102.38%);
box-shadow: 0 -1px 11px 0 #F5F5F5;
backdrop-filter: blur(14px);



    padding: 40px 35px;
    text-align: center;
    margin-top: -100px;
}



.lawyer-text-cntr h4{
    font-weight: 500;
    font-size: 20px;
    line-height: 109.19%; 
    letter-spacing: 0.03em; 
    color: #FFFFFF;
}
.lawyer-text-cntr p{
    font-weight: 400;
    font-size: 14px;
    line-height: 20px; 
    text-align: center;
    letter-spacing: 0.03em; 
    color: #FAFAFA;
}

.lawyer-img-cntr.lawyer-2-cntr::after{ 
    background: linear-gradient(180deg, #B7C0EB 0%, rgba(217, 217, 217, 0) 100%);
}
.lawyer-2-cntr .lawyer-text-cntr{ 
    background: linear-gradient(124.14deg, rgba(251, 66, 77, 0.702) 29.79%, rgba(247, 152, 133, 0.9) 102.38%);
}
.lawyer-cnt-cntr{
    /*text-align: center;*/
    margin: 0 0 35px;
}
.lawyer-cnt-cntr span{
    font-weight: 400;
    font-size: 15px;
    line-height: 109.19%; 
    letter-spacing: 0.03em; 
    color: #7DA4BE;
}
.lawyer-cnt-cntr h3{
    font-weight: 400;
    font-size: 60px;
    line-height: 122.19%; 
    letter-spacing: 0.03em; 
    color: #2D2D2D;
}
.lawyer-cnt-cntr h4{
   color: #2D2D2D; 
font-size: 20px;
font-style: normal;
font-weight: 700;
line-height: 125.188%; /* 25.038px */
letter-spacing: 0.6px;
}
.lawyer-cnt-cntr h5{
   color: #6E6E6E; 
font-size: 15px;
font-style: normal;
font-weight: 700;
line-height: 125.188%; /* 18.778px */
letter-spacing: 0.45px;
}

.lawyer-cnt-cntr p{
    font-weight: 347;
    font-size: 15px;
    line-height: 125.19%; 
    /*text-align: center;*/
    letter-spacing: 0.03em; 
    color: #2D2D2D;
    font-stretch: 100;
}
.lawyer-cnt-cntr a{
    font-weight: 500;
    font-size: 16px;
    line-height: 28px; 
    color: #2D2D2D;
}
.lawyer-cnt-cntr a svg{
    width: 20px;
    height: 20px; 
    border: 2px solid #292929;
    border-radius: 5px; 
    padding: 2.5px;
}

/************ Home testimonilas ************/



.home-test-img-cntr{
    max-width: 278px;
    margin: 105px 0 100px 270px;
    position: relative;
} 
.home-test-img-cntr img {
    width: 278px;
    height: 370px;
    object-fit: cover;
    border-radius: 20px;
}
.home-test-img-cntr span{
    position: absolute;
    right: -65px;
    top: 37%;
    font-weight: 700;
    font-size: 14px;
    line-height: 103.69%; 
    letter-spacing: 0.03em; 
    color: #FFFFFF;
    padding: 10px 20px;
    background: linear-gradient(36.82deg, #92FE9D -70.35%, #40E0D4 24.09%, #00C9FF 97.76%);
    box-shadow: 0px 8px 18px rgba(76, 229, 205, 0.58);
    border-radius: 16px; 
    animation-duration: 2s;
    animation-name: floating; 
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out; 
}
 
.test-user-info{
    position: absolute;
    bottom: -82px;
    left: -185px; 
    background: linear-gradient(124.14deg, rgba(255, 241, 227, 0.55) 29.79%, rgba(254, 139, 89, 0.55) 102.38%);
    box-shadow: 0px -1px 11px #F5F5F5;
    backdrop-filter: blur(14px); 
    border-radius: 9px; 
    padding: 35px 75px 35px 30px;
    width: 270px;
}
.test-user-info svg{
    background: #FFFFFF;
    box-shadow: 0px -2px 12px rgba(211, 211, 211, 0.44);
    padding: 10px;
    width: 42px;
    height: 42px;
    border-radius: 50%; 
}
.test-user-info h4{
    font-weight: 500;
    font-size: 15px;
    line-height: 109.19%; 
    letter-spacing: 0.03em; 
    color: #2D2D2D;
    margin: 7px 0;
}
.test-user-info p{
    font-weight: 400;
    font-size: 14px;
    line-height: 103.69%; 
    letter-spacing: 0.03em; 
    margin: 0;
    color: rgba(139, 80, 68, 0.746906); 
}


.home-test-text{
    margin: 30px 0 0 0;
}

.home-test-text .small-text{
    font-weight: 400;
    font-size: 11px;
    line-height: 103.19%; 
    color: #898888;
    border-radius: 18px;
    padding: 10px 20px;
    background: #F9F9F9;
}
 
.home-test-text h2{
    font-weight: 400;
font-size: 60px;
line-height: 122.19%; 
letter-spacing: 0.03em; 
color: #2D2D2D;
margin: 15px 0;
}
.home-test-text h2 span{
    font-weight: 700;
    text-align: center;
    position: relative;
    display: inline-block;
    color: transparent;
    background: url(../img/blur.webp) center center;
    background-clip: text;
    -webkit-background-clip: text;
    background-size: cover;
    background-position: 0 85px;
    backdrop-filter: blur(10px);
} 
.test-para-cntr-scroll{
    height: 125px;
    overflow: auto;
}
.test-para-cntr-scroll::-webkit-scrollbar,
.test-para-cntr-scroll::-webkit-scrollbar-thumb {
  width: 26px;
  border-radius: 13px;
  background-clip: padding-box;
  border: 11px solid transparent;
}

.test-para-cntr-scroll::-webkit-scrollbar-thumb {        
  box-shadow: inset 0 0 0 10px;
}
.test-para-cntr{
    background: #F3F3F3;
border-radius: 11px;
padding: 60px 45px;
max-width: 571px;
margin-bottom: 25px;
}

.test-para-cntr p{
    font-weight: 500;
font-size: 16px;
line-height: 155.19%; 
color: rgba(24, 24, 24, 0.98);

}
.test-para-cntr p b{
    font-weight: 500; 

}
.home-test-text a{
    font-weight: 500;
font-size: 16px;
line-height: 28px; 
color: #2D2D2D !important;
} 
.home-test-text a:hover{ 
    color: #494949 !important;
    } 
.testi-nav .slide-arrow{
    border: 1.5px solid #2D2D2D;
border-radius: 5px; 
background: unset;
width: 29px;
height: 29px;
position: absolute;
    bottom: 55px;
}
.testi-nav .slide-arrow.prev-arrow{ 
    left: 42%;
}
.testi-nav .slide-arrow.next-arrow{ 
    left: 47%;
}

.testi-nav .slide-arrow img{ 
width: 12px; 

}

/********** home content ************/
.home-cnt-sec{
    height: 355px;
    overflow: hidden;
}
.home-cnt-sec.open{
    height: unset;
    overflow: unset;
}
.home-read-more{
    text-align: center;
    padding: 15px 0 0;
}
.home-read-more a {
    font-weight: 400;
    font-size: 14px;
    line-height: 109.19%;
    letter-spacing: 0.03em;
    color: #818181 !important;
    text-decoration: underline !important;
}

.home-read-more span {
    cursor: pointer;
    font-weight: 400;
    font-size: 14px;
    line-height: 109.19%;
    letter-spacing: 0.03em;
    color: #818181 !important;
    text-decoration: underline !important;
}
/******** news letter *********/


.home-lett-sec{
    padding-top: 0px;
    padding-bottom: 0;
    position: relative;
    bottom: -30px;
}
.home-lett-cntr{
   background: #FFFEF6;
    border-radius: 10px;
    padding: 40px;
}
.lett-taxt-cntr{
    margin: 125px 0 0 173px;
}
.lett-taxt-cntr h2{
    font-weight: 400;
    font-size: 40px;
    line-height: 122.19%; 
    letter-spacing: 0.03em; 
    color: #2D2D2D;
}
.lett-taxt-cntr h2 b{
    font-weight: 500;
}
.lett-taxt-cntr p{
    font-weight: 347;
    font-size: 15px;
    line-height: 125.19%; 
    letter-spacing: 0.03em; 
    color: #2D2D2D;
    font-stretch: 100;
    margin-bottom: 25px;
}



.lett-taxt-cntr .btn-1 { 
    position: relative;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px; 
    letter-spacing: 0.03em;
    color: #FFFFFF; 
    border-radius: 4px; 
    text-decoration: none;
    padding: 15px 25px;  
    margin-right: 30px;
    width: 170px;
    display: inline-block;
    text-align: center;
}
.lett-taxt-cntr .btn-1 div { 
    position: relative;
    z-index:2 ;
    display: inline-block;
}
.lett-taxt-cntr .btn-1::after { 
        content: "";
        position: absolute;
        background: linear-gradient(102.57deg, #FC8989 -19.02%, rgba(253, 149, 128, 0.746906) 49.1%, rgba(255, 166, 116, 0.4) 142.46%);
        left: -5px;
        top: -5px;
        width: calc(100% + 10px);
        height:  calc(100% + 10px);
        z-index: 0;
        border-radius: 8px; 
}
.lett-taxt-cntr .btn-1:hover::after {  
    background: linear-gradient(300deg, #FC8989 -19.02%, rgba(253, 149, 128, 0.746906) 49.1%, rgba(255, 166, 116, 0.4) 142.46%);
   
}
.lett-taxt-cntr .btn-1::before { 
    content: "";
    position: absolute;
    background-color: #000;
    left: 0px;
    top: 0px;
    width: calc(100% + 0px);
    height:  calc(100% + 0px);
    z-index: 1;
    border-radius: 8px; 
}

.lett-taxt-cntr .btn-2 { 
    position: relative;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px; 
    letter-spacing: 0.03em;
    color: #FFFFFF; 
    border-radius: 4px; 
    text-decoration: none;
    padding: 15px 25px;  
    display: inline-block;
    width: 170px;
    text-align: center;
}
.lett-taxt-cntr .btn-2 div { 
    position: relative;
    z-index:2 ;
    display: inline-block;
}
.lett-taxt-cntr .btn-2::after { 
        content: "";
        position: absolute; 

        background: linear-gradient(102.57deg, #CACFFF -19.02%, #3347FF 49.1%, rgba(235, 227, 255, 0.4) 142.46%);


        left: -5px;
        top: -5px;
        width: calc(100% + 10px);
        height:  calc(100% + 10px);
        z-index: 0;
        border-radius: 8px; 
        transition: all .6s;
}
.lett-taxt-cntr .btn-2:hover::after {  
    background: linear-gradient(102.57deg, #3347FF -19.02%, #CACFFF 49.1%, rgba(235, 227, 255, 0.4) 142.46%); 
}

.lett-taxt-cntr .btn-2::before { 
    content: "";
    position: absolute;
    background-color: #000;
    left: 0px;
    top: 0px;
    width: calc(100% + 0px);
    height:  calc(100% + 0px);
    z-index: 1;
    border-radius: 8px; 
}


.lett-img-cntr{
    max-width: 355px;
    margin: 35px auto 0;
    position: relative;

}

.lett-img-cntr img.large-img{
    width: 100%; 
     position: relative;
     z-index: 1;
}

.lett-img-cntr.active img.large-img{ 
    animation: rotate-ani 10s linear ;  
}


 
@keyframes rotate-ani {
    0%{
       transform: rotate(0deg);
      }
   100%{
       transform: rotate(360deg);
      }
     
   }

   .lett-img-cntr img.small-img {
    width: 180px;
    height: 180px;
    position: absolute;
    top: calc(50% - 90px);
    left: calc(50% - 90px);
    z-index: 0;
}


.lett-loca-cntr{
    max-width: 1090px;
    margin: 30px auto;
    background: linear-gradient(180deg, #FFF6E0 0%, #FFFEF6 100%);
    border-radius: 12px;
    padding: 30px;
}

.lett-loca-left-cntr {
    /*margin: 0 0 0 60px;*/
}
.count-cntr{
    background: #FFFFFF;
    border-radius: 18px;
    font-weight: 400;
    font-size: 11px;
    line-height: 103.19%; 
    color: #2D2D2D;
    padding: 9px 10px;
    margin-right: 10px;
    min-width: 125px;
}
.count-cntr img{
   width: 16px;
   margin-right: 5px;
}

.loca-cntr{
    position: relative;
    background: #FFFFFF;
    border-radius: 18px;
    font-weight: 400;
    font-size: 11px;
    line-height: 103.19%; 
    color: #2D2D2D;
    padding: 4px 10px;
    margin-right: 10px;
    width: 125px;

}

.loca-cntr .form-select{
    font-weight: 400;
font-size: 11px;
line-height: 103.19%;  
color: #2D2D2D;
border: none;
background-color: unset;
padding: 5px 30px 5px 5px;
}

.lett-loca-left-cntr .act-btn{
    font-weight: 400;
    font-size: 14px;
    line-height: 19px; 
    color: #0B4E72;
    text-decoration: none;
    margin:14px 15px 0 0;
    display: inline-block;
    word-break: break-all;
}

.lett-loca-left-cntr .act-btn img{
    width: 14px;
    height: 14px;
}












/***** footer ******/
.foot-sec-1 .container{
    max-width: 1120px;
}
 
 .foot-sec-1{
    padding: 160px 0 130px;
    background: linear-gradient(183.07deg, #181818 2.54%, #505050 195.97%);
 
 }

 .foot-social-links{
    margin-top: 15px;
 }
 .foot-social-links a{
   text-decoration: none;
   color: #fff;
   margin-right: 15px;
   font-size: 17px;
 }
 .foot-sec-1 form{
background-color: #fff;
max-width: 498px;
width: 100%;
border-radius: 5px;
float: right;
margin: 20px 7px 0;
 }
 .foot-sec-1 form{
    
 }
 .foot-sec-1 form .input-group-text  {
   font-weight: 500;
   color: #333;
   font-size: 14px;
    background: unset;
    border: 0;
 }
 .foot-sec-1 form .form-control  { 
    color: #333;
    font-size: 14px;
    line-height: 40px;
    border: 0;
    border-left: 1px solid #f5f5f5;
     background: unset; 
     box-shadow: none;
  }
  .foot-sec-1 form label.error   { 
    position: absolute;
    left: 29%;
    font-size: 12px;
    bottom: 0;
  }


  .foot-sec-1 form .btn  { 
    color: #fff;
    font-size: 20px;
    border: 0; 
     box-shadow: none; 
    background-image: linear-gradient(45deg, #FFB199 0%, #FF0844 100%);
    background-size: 100% 100%;
    border-radius: 5px;
    line-height: 38px;
    width: 52px;
    height: 52px;
    moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
  } 
  .foot-sec-1 form .btn:hover  {  
    background-size: 300% 100%;
    moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
  } 



 .foot-sec-1 form .input-group-text img{
    width: 20px;
    margin-right: 5px;
 }
 .foot-sec-1 ul{
    padding: 0;
    margin:30px 0 0 20px;
}
.foot-sec-1 ul li{
    list-style-type: none;
    font-weight: 400;
    font-size: 15px;
    line-height: 18px; 
    color: #FFFFFF; 
    padding: 0 12px;
    display: inline-block; 
}
.foot-sec-1 ul li.link-line{ 
    padding: 0 0; 
}

.foot-sec-1 ul li a{
    list-style-type: none; 
    color: #fff; 
    line-height: 30px;
    text-decoration: none;
}

.foot-sec-1 ul li a:hover{
    color: #fff;
    text-decoration: underline;
}

.foot-sec-2{
    padding: 90px 0 60px;
    background: #fff;
 }

  .foot-sec-2 h4{
    font-weight: 500;
font-size: 16px;
line-height: 28px; 
color: #9d9d9d;
    margin-bottom: 15px;
}
.foot-sec-2 ul{
    padding: 0;
    margin: 0 0 50px;
}
.foot-sec-2 ul li{
    list-style-type: none;
    font-weight: 350;
    font-size: 15px;
    line-height: 19px;
    /* identical to box height */
    
    
    /* Dark */
    margin: 7px 0;
    
    color: #0A142F;
    
    opacity: 0.5;
}
.foot-sec-2 ul li a{
    list-style-type: none; 
    color: #0A142F;  
    text-decoration: none;
}

.foot-sec-2 ul li a:hover{
    color: #0A142F;
    text-decoration: underline;
}

footer hr{ 
    margin:  0;
    opacity: .2;
    background: #666;
}
.foot-sec-3 {
    padding: 35px 0 85px;

}

.foot-sec-3 p{
    font-weight: 400;
font-size: 15px;
line-height: 109.19%;
/* or 16px */

letter-spacing: 0.03em;

color: #2D2D2D;
}
.foot-sec-3 p a{ 
    color: #2D2D2D;
    text-decoration: none;
    margin:0 3px;
}
.foot-sec-3 p a:hover{ 
    color: #2D2D2D;
    text-decoration: underline;
}
 
.breadcrumb .breadcrumb-item a{
    color: #999 !important;
    text-decoration: none;
}
.breadcrumb .breadcrumb-item.active {
    color: #333 !important;
   
}

/*********** Blog ************/
.blog-cntr {
    padding-top: 0;
}
 


.blog-title h1{ 
    color: #2D2D2D;
text-align: center;
    font-weight: 400;
    font-size: 60px;
    line-height: 103.19%;
    letter-spacing: 0.03em; 
    margin-bottom: 20px;
} 
.blog-title p{
    font-weight: 347;
    font-size: 15px;
    line-height: 125.19%; 
    letter-spacing: 0.03em; 
    color: #2D2D2D;
    font-stretch: 100;
    margin: 0 auto 25px;
    text-align: center;
    max-width: 800px;
}

.blog-list {
    border-radius: 75px 20px 20px 20px;
    overflow: hidden;
    position: relative;
    margin: 15px 0;
}
.blog-list::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgb(0,0,0);
background: linear-gradient(180deg, rgba(0,0,0,0) 45%, rgba(0,0,0,.8) 100%);

}
.blog-list img {
    width: 100%;
    height: 400px;
    object-fit: cover;
}
.blog-list-cap{
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 20px;
    z-index: 1;
}
.blog-list-cap a{
     text-decoration: none;
}
.blog-list-cap h4{ 
    color: #fff; 
    font-weight: 500;
    font-size: 24px;
    line-height: 103.19%;
    letter-spacing: 0.03em; 
    margin-bottom: 10px;
} 
.blog-list-cap p{
    font-weight: 400;
    font-size: 15px;
    line-height: 125.19%; 
    letter-spacing: 0.03em; 
    color: #fff; 
    margin: 0  ;  
}
.blog-list-cap span {
    background: rgba(235, 242, 254, 0.699);
    font-weight: 500;
    font-size: 13px;
    line-height: 18px;
    display: inline-block;
    text-align: center;
    text-transform: uppercase;
    padding: 5px;
    color: #232E52;
    min-width: 125px;
    margin-bottom: 10px;
    height: 26px;
}


.blog-list.blog-list-small img {
    width: 100%;
    height: 270px;
    object-fit: cover;
}
.blog-list-small .blog-list-cap h4 { 
    font-size: 18px;
    line-height: 24px; 
}




.blog-cntr .btn-1 { 
    position: relative;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px; 
    letter-spacing: 0.03em;
    color: #FFFFFF; 
    border-radius: 4px; 
    text-decoration: none;
    padding: 15px 25px;  
    margin-right: 30px;
    width: 170px;
    display: inline-block;
    text-align: center;
}
.blog-cntr .btn-1 div { 
    position: relative;
    z-index:2 ;
    display: inline-block;
}
.blog-cntr .btn-1::after { 
        content: "";
        position: absolute;
        background: linear-gradient(102.57deg, #FC8989 -19.02%, rgba(253, 149, 128, 0.746906) 49.1%, rgba(255, 166, 116, 0.4) 142.46%);
        left: -5px;
        top: -5px;
        width: calc(100% + 10px);
        height:  calc(100% + 10px);
        z-index: 0;
        border-radius: 8px; 
}
.blog-cntr .btn-1::before { 
    content: "";
    position: absolute;
    background-color: #000;
    left: 0px;
    top: 0px;
    width: calc(100% + 0px);
    height:  calc(100% + 0px);
    z-index: 1;
    border-radius: 8px; 
}




.content { 
    display: none;
  }
 
 
 

/******* Blog Details *******/

.blog-detail-cntr {
        padding-top: 0;
        position: relative;
}
.blog-detail-cntr .container{
    
        max-width: 1100px;
  
}
.blog-detail-cntr img {
    width: 100%;
    height: 400px;
    object-fit: cover;
    border-radius: 25px;
}
.container-blog-det{
    max-width: 900px;
    padding: 40px 40px 0;
    margin: 0px auto 0 -50px;
}

.blog-detail-cntr h1{
    text-align: left;
    font-weight: 400;
    font-size: 44px;
    line-height: 1.22; 
    letter-spacing: 0.03em; 
    color: #2D2D2D;
    margin-bottom: 30px;
    margin-top: 15px;
}
.blog-detail-cntr p.subtitle-para {
    font-size: 22px; 
    font-weight: 500;
    line-height: 1;
    color: #2D2D2D; 
} 

.blog-detail-cntr p { 
    letter-spacing: 0.03em;  
    font-size: 18px; 
    font-weight: 400;
    line-height: 1.56;
    margin-bottom: 26px;
}

.blog-detail-cntr p a, .blog-detail-cntr h1 a, .blog-detail-cntr h2 a, .blog-detail-cntr h3 a, .blog-detail-cntr h4 a, .blog-detail-cntr h5 a, .blog-detail-cntr ul li a  { 
     color: #0B6596 !important;
     text-decoration: underline;
     font-weight: 400 !important;
     background: unset;
    padding: 0;
    border-radius: 0;
    margin: 0;
    display: unset;
}
.blog-detail-cntr p a.own-link { 
    color: #0B6596;
    text-decoration: underline;
    font-style: italic;
}
.container-blog-det p a.btn { 
    color: #fff;
    background: #CD4444;
    font-size: 16px; 
    font-weight: 700;
    text-decoration: none;
}
.container-blog-det a { 
    color: #fff;
    background: #CD4444;
    font-size: 16px;
    font-weight: 700;
    text-decoration: none;
    padding: 10px 15px;
    display: inline-block;
    margin-bottom: 15px;
    border-radius: 10px;
}
.blog-tags{
    border: 1px solid #cccccc4d;
    background-color: #FFFAF9;
    padding: 25px;
    border-radius: 25px;
    margin-bottom: 30px;
}
.blog-tags-title{
    text-align: left;
    font-weight: 500;
    font-size: 20px;
    line-height: 1.22; 
    letter-spacing: 0.03em; 
    color: #2D2D2D;
    margin-bottom: 30px; 
}

.blog-detail-cntr .blog-tags ul  { 
    padding: 0;
}

.blog-detail-cntr .blog-tags ul li {
   color: #030542;
   font-size: 18px; 
   font-weight: 400;
   line-height: 20px;
   padding-left: 0;
   margin: 15px 0;
   position: relative;
   list-style-type: disc; 
}
.blog-detail-cntr .blog-tags ul li a {
    color: #CD4444;
    text-decoration: underline;
 }

.blog-detail-cntr ul  {
     margin: 25px;
}

.blog-detail-cntr ul li {
    color: #030542;
    font-size: 18px; 
    font-weight: 400;
    line-height: 1.56;
    padding-left: 12px;
    position: relative;
    list-style-type: disc; 
}


.blog-detail-cntr h2   {  
    letter-spacing: 0.03em; 
    color: #2D2D2D;  
    font-size: 28px; 
    font-weight: 700;
    line-height: 1;
    padding-bottom: 26px;
}
  .blog-detail-cntr h3   {  
    letter-spacing: 0.03em; 
    color: #2D2D2D;  
    font-size: 22px; 
    font-weight: 700;
    line-height: 1;
    padding-bottom: 26px;
}
  .blog-detail-cntr h4  {  
    letter-spacing: 0.03em; 
    color: #2D2D2D;  
    font-size: 18px; 
    font-weight: 700;
    line-height: 1;
    padding-bottom: 26px;
}





.blog-cntr-more a{ 
    font-weight: 500;
    font-size: 16px;
    line-height: 28px;
    color: #2D2D2D !important;
}

.blog-detail-cntr .sticky-top { 
    top: 50%;
    z-index: 1020; 
    width: 80px; 
    margin: 25px 0 25px -120px;
}
.blog-detail-cntr .sticky-top i { 
    position: relative;
    top: 5px;
}
.share-blog span{
    text-align: center;
    color: #2D2D2D; 
    font-size: 18px;
    font-weight: 500;
}
.share-blog span i{ 
    color: #fff;
    background: #D04F50;
    padding: 5px;
    border-radius: 50%;  
}

.share-blog span svg{ 
    color: #fff;
    background: #D04F50;
    padding: 5px;
    border-radius: 50%;  
        width: 24px;
    height: 24px;
}
.share-blog{
    text-align: center;
    color: #2D2D2D; 
    font-size: 24px;
}
 
.share-blog a {
    color: #333 !important;
    text-decoration: none !important;
    margin: 5px 0 0 25px;
    display: block;
    transition: all 1s;
    background: unset;
    font-size: 20px;
    padding: 0;
    border-radius: 0;
}

.share-blog a:hover{ 
    color: #60aade !important; 
}
.author{
    background: #EBF2FE; 
    font-weight: 500;
font-size: 13px;
line-height: 120%; 
text-align: center;
text-transform: uppercase; 
color: #232E52;
padding: 5px ;
    
}
.post-date{
    background: #f5f5f5; 
    font-weight: 500;
font-size: 13px;
line-height: 120%; 
text-align: center;
text-transform: uppercase; 
color: #232E52;
padding: 5px ;
    
}

.inner-lett-sec{

}



.author-senoff {
    background-color: #f8f9fb;
    padding: 45px;
    margin-top: 80px;
    margin-bottom: 80px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    -webkit-box-shadow: 0 0 10px rgb(0 0 0 / 10%);
    -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 10px rgb(0 0 0 / 10%);
}
.author-senoff img {
    width: 100px;
    height: 100px;
    float: left;
    text-align: center;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -o-border-radius: 100%;
    border-radius: 100%;
}
.author-senoff-txt {
    overflow: hidden;
    padding-left: 30px;
}
.author-senoff-txt h5 {
    font-weight: 700;
    letter-spacing: -0.5px;
    margin-bottom: 10px;
}
.author-senoff-txt p {
    color: #757575;
    margin-bottom: 0;
}


 .single-post-comments h5.h5-xl {
    font-weight: 700;
    letter-spacing: -0.5px;
    padding-bottom: 30px;
    margin-bottom: 60px;
    border-bottom: 1px solid #e5e5e5;
}

.single-post-comments img {
    width: 65px;
    height: 65px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -o-border-radius: 100%;
    border-radius: 100%;
}
.media-body {
    -ms-flex: 1;
    flex: 1;
}

.comment-meta {
    margin-bottom: 10px;
}
.comment-meta h5 {
    font-weight: 700;
    font-size: 1.125rem;
    letter-spacing: -0.5px;
    line-height: 1.1;
    margin-bottom: 2px;
}
.comment-date {
    color: #888;
    font-size: 15px;
    font-weight: 400;
    margin-bottom: 5px;
}
.btn-reply {
    margin-left: 3px;
}
.btn-reply a:hover {
    color: #222;
}
.btn-reply a {
    color: #888;
    font-size: 15px;
    font-weight: 400;
}
.single-post-comments hr {
    margin-top: 35px;
    margin-bottom: 35px;
}
.media {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
}

#leave-comment h5.h5-xl {
    font-weight: 700;
    letter-spacing: -0.5px;
    margin-bottom: 3px;
}

.comment-form {
    position: relative;
    margin-top: 50px;
}

.comment-form p {
    color: #333;
    font-size: 16px;
    line-height: 1;
    font-weight: 700;
    margin-bottom: 10px;
    padding-left: 5px;
    display: block;
}

.comment-form textarea.form-control {
    padding: 20px !important;
}
.comment-form .form-control {
    height: 54px;
    background-color: #fff;
    border: 1px solid #ccc !important;
    color: #333;
    font-size: 18px;
    font-weight: 300;
    padding: 0 15px !important;
    margin-bottom: 22px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-transition: all 400ms ease-in-out;
    -moz-transition: all 400ms ease-in-out;
    -o-transition: all 400ms ease-in-out;
    -ms-transition: all 400ms ease-in-out;
    transition: all 400ms ease-in-out;
}

.comment-form textarea {
    min-height: 200px;
    padding: 20px !important;
}




 
 
.comment-form .btn { 
    position: relative;
        font-weight: 500;
    font-size: 16px !important;
    line-height: 19px;
    /* identical to box height */
    
    letter-spacing: 0.03em;
    
    color: #FFFFFF !important; 
    border-radius: 4px; 
    text-decoration: none;
    
    padding: 15px 25px;
    background-color: #000 !important;
    margin: 5px;
    transition: all 1s;
    }
    .comment-form .btn::after { 
        content: "";
        position: absolute;
        background: linear-gradient(102.57deg, #FC8989 -19.02%, rgba(253, 149, 128, 0.746906) 49.1%, rgba(255, 166, 116, 0.4) 142.46%);
        left: -5px;
        top: -5px;
        width: calc(100% + 10px);
        height:  calc(100% + 10px);
        z-index: -1;
        border-radius: 8px; 
        -webkit-transition: all .65s ;
            -moz-transition: all .65s;
              -o-transition: all .65s ;
                 transition: all .65s ;
        }
    
        .comment-form .btn:hover::after {  
        
            background: linear-gradient(300deg, #FC8989 -19.02%, rgba(253, 149, 128, 0.746906) 49.1%, rgba(255, 166, 116, 0.4) 142.46%);
            }

.cmt-sec .container{
    padding: 0;
    max-width: unset !important;
}
.cmt-sec .comment-form .flex-grow-1{
    margin: 0 !important;
}

 .rela-blog-list {
    margin-top: 515px;
}   

.rela-blog-list h4 {
    letter-spacing: 0.03em;
    color: #2D2D2D;
    font-size: 22px;
    font-weight: 700;
    line-height: 1;
    padding-bottom: 26px;
}
.rela-blog-list-cntr h5{
    color: #303252;
    font-size: 16px; 
    font-weight: 500;
    line-height: 20px;
    margin: 0;
    letter-spacing: -0.2px;
    clear: none;
}
.rela-blog-list-cntr img {
    min-width: 125px;
    height: 115px;
    object-fit: cover;
    margin-left: 15px;
    max-width: 125px;
    width: 100%;
}
.rela-blog-list hr{
    opacity: .1;
}

/******** Gallery *******/
.gallery-cntr  {
    padding-top: 0;
}
.gallery-cntr  .breadcrumb{
    margin-bottom: -30px;
}
.gall-title{
    text-align: center;
}
.gall-title .small-text{
    font-weight: 400;
    font-size: 11px;
    line-height: 103.19%; 
    color: #898888;
    border-radius: 18px;
    padding: 10px 20px;
    background: #F9F9F9;
}
 
.gall-title h1{
    font-weight: 400;
font-size: 36px;
line-height: 122.19%; 
letter-spacing: 0.03em; 
color: #2D2D2D;
margin: 15px 0 10px;
}
.gall-title p{
    font-weight: 400;
    font-size: 16px;
    line-height: 22px; 
    color: #8D8D8D; 
}

.gall-tab-nav{ 
    box-sizing: border-box;  
    max-width: 264px;
    margin: 0 auto 35px;
}

.gall-tab-nav .nav-link {
    list-style: none;
    display: inline-block;
    cursor: pointer;
    position: relative; 
    margin: 0 10px; 
    letter-spacing: 0.145em;   

    font-weight: 500;
font-size: 14px;
line-height: 26px;

color: rgba(255, 255, 255, 0.9);

    background: linear-gradient(124.14deg, rgba(15, 45, 137, 0.684) 29.79%, rgba(53, 41, 191, 0.9) 102.38%);
    border-radius: 4px;
}
.gall-tab-nav .nav-link:hover {  
    background: linear-gradient(250deg, rgba(15, 45, 137, 0.684) 29.79%, rgba(53, 41, 191, 0.9) 102.38%); 
}

.gall-tab-nav .nav-link.active {
    color: #fff;
    background: linear-gradient(124.14deg, rgba(251, 66, 77, 0.78) 29.79%, #F79885 102.38%);
    transition: all .5s; 
}
.gall-tab-nav .nav-link.active:hover { 
    background: linear-gradient(250deg, rgba(251, 66, 77, 0.78) 29.79%, #F79885 102.38%); 
}

.gall-tab-nav .nav-link i { 
    position: relative;
    top: 5px;
    font-size: 20px;
    font-weight: 100;
}
.img-hid{
    display: none;
}
.vid-hid{
    display: none;
}
.gall-cap{
    opacity: 0;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 40px 20px 20px; 
    background: linear-gradient(360deg, #1B1B1B 0%, rgba(77, 77, 77, 0) 100%);
    transition: all .5s;
    z-index: 1;
}


.gall-cap p{
    font-weight: 500;
    font-size: 15px;
    line-height: 103.69%; 
    letter-spacing: 0.03em; 
    color: #FFFFFF;
    margin: 0;
}
.gall-cap svg{
    min-width: 30px;
    min-height: 30px;
    margin-left: 50px;
}
.gall-list:hover .gall-cap   {
   opacity: 1;
 }
 .gall-list:hover img   {
    transform: scale(1.2);
  }
.gall-list  {
   margin: 12px 0;
   position: relative;
   overflow: hidden;
   border-radius: 5px;
}
.gall-list img{
    width: 100%;
    height: 210px;
    object-fit: cover;
    border-radius: 5px;
    transition: all .3s;
}

.gall-list iframe{
    width: 100%;
    height: 210px;
    object-fit: cover;
    border-radius: 5px;
}


.gall-tab-view .btn{
    background: linear-gradient(124.14deg, rgba(15, 45, 137, 0.684) 29.79%, rgba(53, 41, 191, 0.9) 102.38%);
    box-shadow: 0px -1px 11px #F5F5F5;
    backdrop-filter: blur(14px); 
    border-radius: 7px;
    font-weight: 600;
    font-size: 16px;
    line-height: 28px; 
    color: #FFFFFF;
    display: inline-block;
    margin-top: 45px;
}
/******* testimonials ******/
.test-data-cntr{ 
    background: linear-gradient(180deg, rgba(236, 239, 255, 0.57) 0%, rgba(236, 239, 255, 0) 100%);
    border-radius: 12px;
    padding: 100px;
    overflow: hidden;
    position: relative;
}
.test-data-cntr::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 680px;
    background-image: url(../img/text-line-1.webp);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% auto; 
    z-index: 0;
}
.test-data-cntr::before {
    content: "";
    position: absolute;
    right: 0;
    bottom: 200px;
    width: 100%;
    height: 680px;
    background-image: url(../img/text-line-2.webp);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% auto; 
}
.test-inner-cntr .about-tem-sec{
    text-align: center;
    padding-bottom: 40px;
}
.test-inner-cntr .imi-breadcrumb {
    margin-bottom: 30px;
}
.test-data-cntr .container {
    max-width: 1024px;
    position: relative;
    z-index: 1;
}

.test-data-cntr .container::after {
    content: "";
    position: absolute;
    left: 16%;
    bottom: -15%;
    width: 100%;
    height: 300px;
    background-image: url(../img/line-2.webp);
    background-repeat: no-repeat;
    opacity: .2;
    z-index: -1;
}

 

.test-list{
background: #FFFFFF;
border-radius: 6px;
padding: 35px;
margin: 20px;
text-align: left;
}

.test-list p{
 

font-weight: 400;
font-size: 18px;
line-height: 164.69%;
/* or 30px */

letter-spacing: 0.02em;

color: #2D2D2D;

}
.test-list .cate{
    background: #ECFDF5;
    border-radius: 4px;
    padding: 5px 10px; 
margin-bottom: 20px; 

font-weight: 600;
font-size: 14px;
line-height: 103.69%;
/* identical to box height, or 15px */

letter-spacing: 0.03em;

/* Success/Green 900 */

color: #064E3B;

}
.test-auth { 
    margin-bottom: 15px; 
}
.test-auth img{
    min-width: 50px;
    height: 50px;
    border-radius: 50%;
    margin-right: 15px;
    object-fit: cover;
}
.test-auth h4 {  
    letter-spacing: 0.03em; 
    margin: 0 ; 
    font-weight: 600;
    font-size: 20px;
    line-height: 22px; 
    color: #2D2E2E;
}

.test-auth span  {    
    margin: 0; 

    font-weight: 400;
    font-size: 14px;
    line-height: 103.69%; 
    letter-spacing: 0.03em; 
    color: #646464;
}

.star-rate-test{
    text-align: right;
}
.star-rate-test i{
    color: #FCD34D;
    font-size: 18px;
}
 
.grid {
    text-align: center;
    max-width: 95vw;
    margin: 0 auto;
    z-index: 1;
  }
 
  .grid-item {
    padding: 5px;
    box-sizing: border-box;
    display:inline;
  }
 
.test-data-cntr .btn{
     background: linear-gradient(124.14deg, rgba(15, 45, 137, 0.684) 29.79%, rgba(53, 41, 191, 0.9) 102.38%);
     box-shadow: 0px -1px 11px #F5F5F5;
     backdrop-filter: blur(14px); 
     border-radius: 7px;
     font-weight: 600;
     font-size: 16px;
     line-height: 28px; 
     color: #FFFFFF;
 }
 .rev-title{
    margin-right: 15px;
 }

 .rev-title svg{
    margin-right: 15px;
  }
  .rev-title h4{
    font-weight: 600;
    font-size: 32px;
    line-height: 30px; 
    letter-spacing: 0.03em; 
    color: #6257AE;
    margin: 0;
  }
.rev-title span{
    font-weight: 400;
    font-size: 20px;
    line-height: 122.19%; 
    letter-spacing: 0.03em; 
    color: #6257AE;
  }


.web-dis-none{
    display: none;
}



/********** About *********/
.about-banner-cntr{ 
    margin-top:-118px;
    padding-top: 0px;
    position: relative; 
    /*background-image: url(../img/about-banner.webp);*/
    /*animation: clouds-loop-1 2s infinite linear; */
    /*background-size: 150% 100%;*/
} 

.about-banner-cntr video{ 
    min-height:650px;
     width:100%;
     height:100vh;
     object-fit:cover;
} 



.about-banner-cntr-2{ 
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 80%;
    z-index: 1;
    background: linear-gradient(180deg, #FFFFFF 13.41%, rgba(217, 217, 217, 0) 100%);
} 

@keyframes clouds-loop-1 {
    to {
      background-position: -200px 0;
    }
  }
 


.about-banner-cntr::after::after{
 
} 

.abour-baner-cap{ 
    padding-top:200px;
    
    width: 100%;
    position: absolute;
    text-align: center;
    z-index: 2;
    top: 0;
    left: 0; 
    background: linear-gradient(179deg, #FFF 14.19%, rgba(255, 255, 255, 0.00) 92.58%);
    
}

/*.about-banner-cntr::after{*/
/*    content: "";*/
/*    position: absolute;*/
/*    left: 15%;*/
/*    top: 60%;*/
/*    width: 260px; */
/*    height: 180px;*/
/*    z-index: 2;*/
/*    text-align: center;*/
/*    background-image: url(../img/muliply-1.webp);*/
/*    background-repeat: no-repeat;*/
/*    background-size: 100% auto;*/
/*    mix-blend-mode: screen;*/
/*filter: blur(2px);*/
/*}*/

/*.about-banner-cntr::before{*/
/*    content: "";*/
/*    position: absolute;*/
/*    right: 15%;*/
/*    top:24%;*/
/*    width: 260px; */
/*    height: 180px;*/
/*    z-index: 2;*/
/*    text-align: center;*/
/*    background-image: url(../img/muliply-2.webp);*/
/*    background-repeat: no-repeat;*/
/*    background-size: 100% auto;*/
/*    mix-blend-mode: screen;*/
/*filter: blur(2px);*/
/*}*/

.abour-baner-cap h1{
    font-weight: 700;
    font-size: 70px;
    line-height: 103.19%; 
    letter-spacing: 0.03em; 
    color: #0B547B;
    margin:15px 0 25px;
}


.abour-baner-cap h1 span{ 
    color: #ffffff;
}

.abour-baner-cap h1 b{ 
    color: #ffffff;
      font-weight: 700;
}
.abour-baner-cap a{ 
    font-weight: 400;
    font-size: 11px;
    line-height: 24px; 
    color: #FFFFFF !important; 
    display: inline-block;
    margin-bottom: -160px;
    position: relative;
    z-index: 4;
}


.abour-baner-cap span.abt-small-txt{ 
    background: rgba(249, 249, 249, 0.48);
    border-radius: 18px;
    font-weight: 400;
    font-size: 11px;
    line-height: 109.19%;
    letter-spacing: 0.03em;
    color: #818181;
    padding:5px 10px;
}
.abour-baner-cap img{ 
    position: relative;
    z-index: 3;
    display: block;
    margin-top: -100px;
    left: 80px;
    max-width: 1050px;
}




.about-sec-2{
  position: relative;
}
.about-sec-2 .container{
    max-width: 1200px;

}
.about-sec-2 img{
    width:100%;
    height:425px;
    object-fit:contain;
}

.about-sec-2 h2{
    font-weight: 700;
    font-size: 64px;
    line-height: 125.19%; 
    letter-spacing: 0.03em; 
    color: #2D2D2D;
    margin: 70px 0 0 30px;

}
.ab-se2-left{
    margin: 35px auto;
    max-width: 150px;
}
.abt-count  {
    margin: 85px 0;
}
.abt-count h3{
    font-weight: 700;
    font-size: 64px;
    line-height: 103.69%;
    backdrop-filter: blur(0px);
    background: linear-gradient(45deg, #2da7d6 0%, #2da7d6 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}
.abt-count h3 span{  
    display: inline-block;
    color: transparent;
    background-image: url("../img/blur.webp")  ;
    background-clip: text; 
    -webkit-background-clip: text;
    background-size: cover;
    backdrop-filter: blur(10px);
}
.abt-count p{
    font-weight: 400;
    font-size: 14px;
    line-height: 111.69%; 
    letter-spacing: 0.03em; 
    color: rgba(0, 0, 0, 0.94);
}

.ab-se2-right{
    margin: 35px 0;
}


.ab-se2-right span{
    background: #F9F9F9;
    border-radius: 18px;
    padding: 10px 23px;
    font-weight: 400;
    font-size: 11px;
    line-height: 103.19%; 
    color: #8D8D8D;
    display: inline-block;
    margin-bottom: 20px;
} 
.ab-se2-right p{
    font-weight: 347;
font-size: 18px;
line-height: 137.69%;
/* or 25px */

text-align: justify;
letter-spacing: 0.03em;

color: #2D2D2D;
font-stretch: 100;
} 

.about-sec-3.home-sec-clients{
    background-color: unset;
}
.about-sec-3 .clients-list img{
    filter: grayscale(100%);
}


.about-sec-4{
    position: relative; 
    padding-bottom: 70px;
}

.about-sec-4 a.btn{
    background: linear-gradient(124.14deg, rgba(15, 45, 137, 0.684) 29.79%, rgba(53, 41, 191, 0.9) 102.38%);
    box-shadow: 0px -1px 11px #F5F5F5;
    backdrop-filter: blur(14px);
    /* Note: backdrop-filter has minimal browser support */
    
    border-radius: 7px;
    padding: 12px 20px;
    font-size: 16px;
    color: #fff !important;
    position: relative;
    bottom: -95px;
    display: inline-block;
}






.about-sec-4::after{
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    background: linear-gradient(0deg, #D4E7FE -15.24%, #FFFFFF 78.85%);
    width: 100%;
    height: 72%;
    z-index: 0;
}
.about-sec-4 .container{
    position: relative;
    z-index: 1;
}

.about-sec4-left{
    /*margin: 120px auto 0;*/
    margin-left: 30px;

    max-width: 360px;
}
.about-sec4-left h3 {
    font-weight: 400;
    font-size: 64px;
    line-height: 106.69%; 
    letter-spacing: 0.03em; 
    color: #2D2D2D;
    backdrop-filter: blur(0px);
}
.about-sec4-left h3 b {
    font-weight: 700; 
}
.about-sec4-left h3 span {  
    display: inline-block;
    color: transparent;
    background-image: url("../img/blur.webp")  ;
    background-clip: text; 
    -webkit-background-clip: text;
    background-size: cover;
    backdrop-filter: blur(10px);
}
.about-sec4-left p {
    font-weight: 400;
    font-size: 15px;
    line-height: 125.19%; 
    letter-spacing: 0.03em; 
    color: #8D8D8D;
    
}


.about-sec4-right span{
    background: linear-gradient(270deg, rgba(255, 96, 113, 0.1) 50%, rgba(255, 96, 113, 0) 92.68%);
    border-radius: 9px;
    padding: 7px 15px;
    font-weight: 400;
    font-size: 20px;
    line-height: 122.19%; 
    letter-spacing: 0.03em; 
    color: #2D2D2D;
}

.about-sec4-right span img{
    width: 31px;
    height: 34px;
    margin-right: 5px;
}
.about-vid-cntr {
    margin: 15px 0 45px;
    max-width: 550px;
    position: relative;
}
.about-vid-cntr a{
    position: absolute;
    z-index: 1;
    left: calc(50% - 43.5px);
    top: calc(50% - 43.5px); 
    width: 87px;
    height: 87px; 
    display: inline-block;
}
.about-vid-cntr a svg {
    margin-left: -19px;
}
.about-vid-cntr a:hover::after{
    transform: scale(1.2, 1.2);
}
.about-vid-cntr a::after {
    content: "";
    position: absolute;
    z-index: -1;
    left: calc(50% - 43.5px);
    top: calc(50% - 42.5px);
    overflow: hidden;
    width: 85px;
    height: 85px;
    background-color: rgba(255,255,255,.5);
    display: inline-block;
    border-radius: 50%; 
    transition: all 1s;
}


.about-vid-cntr a::after {
    -webkit-animation-timing-function: ease;
            animation-timing-function: ease;
    -webkit-animation: pulse 2s infinite;
            animation: pulse 2s infinite;
            background-color: rgba(255,255,255,.5);
  }

  @-webkit-keyframes pulse {
    0% {
      transform: scale(1, 1);
    }
    25% {
      transform: scale(1, 1);
    }
    50% {
      transform: scale(1.2, 1.2);
    }
    100% {
      transform: scale(1, 1);
    }
  }
  
  @keyframes pulse {
    0% {
      transform: scale(1, 1);
    }
    25% {
      transform: scale(1, 1);
    }
    50% {
      transform: scale(1.2, 1.2);
    }
    100% {
      transform: scale(1, 1);
    }
  }



.choose-list  {
    margin: 45px 20px;
}

.choose-list span{
    padding: 10px;
    background-color: #fff;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    display: inline-block;
    margin-right: 30px;
    text-align: center;
    line-height: 38px;
    min-width: 60px;
    box-shadow: 0px 28px 60px rgba(152, 152, 152, 0.15);
}

.choose-list h4{
    font-weight: 500;
    font-size: 20px;
    line-height: 28px; 
    text-transform: capitalize; 
    color: #222222;
}

.choose-list p{
    font-weight: 400;
    font-size: 15px;
    line-height: 27px; 
    color: #727272;
    margin: 0;
}
.about-tem-sec{
    padding-bottom: 70px;
}

.about-tem-sec .container{
    max-width: 1200px;
}
.about-tem-sec h1{
    background: #F9F9F9;
    border-radius: 18px;
    padding: 10px 30px;
    font-weight: 400;
    font-size: 11px;
    line-height: 103.19%;  
    color: #8D8D8D;
    display: inline-block;
    margin-bottom: 15px;
}
.about-tem-sec h3{
    font-weight: 400;
    font-size: 36px;
    line-height: 122.19%; 
    letter-spacing: 0.03em; 
    color: #2D2D2D; 
} 
.about-tem-sec .about-tem-list a {
    background: #ECEAFF;
    border-radius: 18px;
    font-weight: 400;
    font-size: 11px;
    line-height: 139.19%;
    letter-spacing: 0.03em;
    color: #574F91;
    padding: 5px 20px;
    text-decoration: none;
}
.about-tem-list{
    background: linear-gradient(180deg, #F78585 0%, rgba(217, 217, 217, 0) 100%);
    border-radius: 32px;
    padding: 16px;
    max-width: 363px;
    margin: 0px auto;
}
.about-tem-list img{
    width: 100%;
    height: 273px;
    object-fit: cover;
    border-radius: 25px;
    object-position: top center;
}


.slick-slider-team div:nth-child(even) .about-tem-list {
    background: linear-gradient(180deg, #B7C0EB 0%, rgba(217, 217, 217, 0) 100%);
  }

  .slick-slider-team .slide-arrow{
    border: 0;
    border-radius: 50%;
    width: 40px;
    height: 40px; 
    bottom: 0;
    position: absolute;
  }

  .slick-slider-team .slide-arrow.prev-arrow{
    background: rgba(253, 149, 128, 0.19);
    left: 20px;
  }
  .slick-slider-team .slide-arrow.next-arrow{
    background: #EBF8FF;
    left: 70px;
  }
  


.about-tem-list-cap{
    margin-top: 15px;
}
.about-tem-list-cap h5{
    font-weight: 400;
    font-size: 20px;
    line-height: 22px;  
    color: #2D2E2E;
    margin-bottom: 5px;
}
.about-tem-list-cap p{
    font-weight: 400;
    font-size: 16px;
    line-height: 22px; 
    color: #8D8D8D;
    margin: 0;
}

.slick-slider-team{
    margin: 15px -15px;
    padding-bottom: 90px;
}


.abt-team-btn-cntr{
    text-align: right;
}
.abt-team-btn-cntr a{
    font-weight: 500;
    font-size: 16px;
    line-height: 28px; 
    color: #292929;
    display: inline-block;
    position: relative;
    top: -48px;
    
}
.abt-team-btn-cntr a svg{ 
    margin-right: 5px;
}

/****** Privacy *****/
.custom-inner-cntr h1 {
    color: #03053B;
    font-size: 36px; 
    font-weight: 700;
    line-height: 1.22;
    padding-bottom: 0.8em;
}
.custom-inner-cntr p {
    color: #030542;
    font-size: 18px; 
    font-weight: 400;
    line-height: 1.56;
    margin-bottom: 26px;
}
.custom-inner-cntr p a {
    color: #0B6596; 
}
.custom-inner-cntr ul  {
    list-style: disc;
    margin-left: 15px;
}
.custom-inner-cntr ul li {
    font-size: 18px; 
    margin-bottom: 7px;
    color: #03053B;
    list-style-type: disc;
}
.custom-inner-cntr h5  {
    font-weight: 700;
    letter-spacing: -0.5px;
    margin-top: 20px;
    margin-bottom: 20px;
    color: #03053B;
}
.custom-inner-cntr img{
    max-width: 100%;
}

.not-found-cntr  { 
    padding: 200px 0 50px;
    text-align: center;
}
.not-found-cntr h1{ 
        font-size: 50px;
        font-weight: 900;
        margin-bottom: 25px; 
        color: #03053B;
        text-align: center;
}
.not-found-cntr h4{ 
    font-size: 36px;
    font-weight: 900;
    margin-bottom: 25px; 
    color: #03053B;
    text-align: center;
}
.not-found-cntr p{ 
    font-size: 24px; 
    margin-bottom: 25px; 
    color: #03053B;
    text-align: center;
}

.not-found-cntr img{ 
    max-width: 700px;
    margin-bottom: 50px;
    width: 100%;
}
.not-found-cntr a{ 
    display: inline-block; 
    position: relative;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    letter-spacing: 0.03em;
    color: #FFFFFF !important;
    border-radius: 4px;
    text-decoration: none;
    padding: 15px 25px;
    background-color: #000;
    margin: 5px;
    transition: all 1s;
}
.not-found-cntr a::after {
    content: "";
    position: absolute;
    background: linear-gradient(102.57deg, #FC8989 -19.02%, rgba(253, 149, 128, 0.746906) 49.1%, rgba(255, 166, 116, 0.4) 142.46%);
    left: -5px;
    top: -5px;
    width: calc(100% + 10px);
    height: calc(100% + 10px);
    z-index: -1;
    border-radius: 8px;
    -webkit-transition: all .65s;
    -moz-transition: all .65s;
    -o-transition: all .65s;
    transition: all .65s;
}

/******** Service *******/
.service-page-sec {
    position: relative; 
    margin-top: 0;
    text-align: center;
    padding: 100px 0;
}
.service-page-sec::after {
    content: "";
    position: absolute;
    background: linear-gradient(23.23deg, #D4E7FE -117.23%, #FFFFFF 111.22%);
    left: 0;
    opacity: 0.3;
    transform: rotate(180deg);
    width: 100%;
    height: 100%;
    top: 0;
    z-index: -1;
}
.ser-bnr-ic-1{
    position: absolute;   
    z-index: -1;
    right: 25%;
    top: 140px;
}
.ser-bnr-ic-2{
    position: absolute;   
    z-index: -1;
    left: 25%;
    bottom: 140px;
}
.ser-bnr-ic-3{
    position: absolute;   
    z-index: -1;
    right: 15%;
    bottom: 140px;
}
.ser-bnr-ic-4{
    position: absolute;   
    z-index: -1;
    left: 15%;
    top: 140px;
}

.service-page-sec span{
    font-weight: 400;
    font-size: 11px;
    line-height: 103.19%; 
    color: #8D8D8D;
    background: #F9F9F9;
    border-radius: 18px;
    padding: 10px 20px;
    display: inline-block;
}
.service-page-sec span svg{
    position: relative;
    top: -1px;
    margin-right: 5px;
}


.service-page-sec h1{
    font-weight: 500;
    font-size: 32px;
    line-height: 122.19%; 
    text-align: center;
    letter-spacing: 0.03em; 
    color: #2D2D2D;
    margin: 15px 0 0; 
}
 


.service-page-sec-2{
    padding-left: 15%;
}

.ser-left{
    background: linear-gradient(180deg, rgba(253, 154, 128, 0.08) 0%, rgba(253, 149, 128, 0) 100%);
border-radius: 14px;
padding: 50px 25px 25px;
max-width: 460px;
z-index: 1;
}
.ser-left h3{
    font-weight: 500;
    font-size: 32px;
    line-height: 38px; 
    letter-spacing: 0.03em; 
    color: #0B4E72;
}
.ser-left p{
    font-weight: 400;
    font-size: 16px;
    line-height: 19px; 
    letter-spacing: 0.03em; 
    color: #646464;
}
.ser-left ul  {
    margin: 0 0 15px;
    padding: 0;
}
.ser-left ul li{
    display: block;
    width: 100%;
}
.ser-left ul li .nav-link{
    font-weight: 400;
    font-size: 32px;
    line-height: 38px; 
    letter-spacing: 0.03em; 
    color: #2D2D2D;
    text-align: left;
    padding: 20px;
    border-radius: 11px;
    border: 0;
    width: 100%;
    background: unset;
}
.ser-left ul li .nav-link svg{
    opacity: 0;
    transition: all .3s;
}
.ser-left ul li .nav-link img{
    width: 57px;
    height: 47px;
    object-fit: cover;
    border-radius: 20px;
}
.ser-left ul li .nav-link.active{
    background: #FFFFFF;
    box-shadow: 0px -1px 21px rgba(255, 230, 223, 0.23);
    font-weight: 500;
}
.ser-left ul li .nav-link.active svg{
    opacity: 1;
}


.ser-left ul li .nav-link:hover{
    background: #FFFFFF;
    box-shadow: 0px -1px 21px rgba(255, 230, 223, 0.23);
    font-weight: 500;
}
.ser-left ul li .nav-link:hover svg{
    opacity: 1;
}



.ser-left span{
    background: #FFEEEA;
border-radius: 22px;
padding: 10px;
font-weight: 500;
font-size: 15px;
line-height: 18px;
letter-spacing: 0.03em;
display: inline-block;
color: #B35B5B;
}

.ser-left span:hover a{ 
    color: #0B4E72 !important;  
}


.ser-left span img{
    width: 25px;
    margin-right: 10px;
}
.ser-left .call-cntr{
    font-weight: 400;
    font-size: 16px;
    line-height: 24px; 
    color: #0B4E72;
    margin: 15px 0;
}
.ser-left .call-cntr a{ 
    color: #0B4E72 !important;  
}
.ser-left .call-cntr a:hover{ 
    text-decoration: underline;
}
.ser-left .call-cntr svg{
    position: relative;
    top: 0px;
    margin-right: 5px;
}

.ser-right-title{
    margin-bottom: 30px;

}

.ser-right-title h4{
    font-weight: 500;
font-size: 30px;
line-height: 103.69%;
/* or 31px */

letter-spacing: 0.03em;

color: #2D2D2D;
}
.ser-right-title p{
    font-weight: 400;
font-size: 15px;
line-height: 137.69%;
/* or 21px */

letter-spacing: 0.03em;
margin: 0 180px 0 0;
color: rgba(113, 109, 109, 0.8);
}

.ser-right-title img{
   width: 50px;
   margin-right: 15px;
}
.serv-slide-list{
    border-radius: 12px;
    overflow: hidden;
    position: relative;
    margin: 0 10px;
}
.serv-slide-list a{
    cursor: pointer;
}
.serv-slide-list img{
    border-radius: 12px;
    width: 100%;
    height: 190px;
    object-fit: cover;
    transition: 0.3s;
}
.serv-slide-list:hover img{
    transform: scale(1.1);
}
.serv-slide-list .serv-slide-list-cap{
    background: linear-gradient(360deg, #1B1B1B 0%, rgba(77, 77, 77, 0) 100%);
    border-radius: 13px; 
    position: absolute;
    z-index: 1;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 150px 25px 25px;
}

.serv-slide-list .serv-slide-list-cap p{
    font-weight: 500;
    font-size: 18px;
    line-height: 103.69%;
    /* identical to box height, or 19px */
    
    letter-spacing: 0.03em;
    margin: 0;
    color: #FFFFFF;
}
.serv-page-slider-nav{
    margin-bottom: 100px;

}
.serv-page-slider-nav .slick-list{
    padding-left: 0!important;
}

.serv-page-slider-nav .slick-arrow{
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 0;
    font-size: 18px;
    position: absolute;
    top: -80px;
    transition:  a11 .3s;
    color: #0b6596;
}



.serv-page-slider-nav .slick-arrow.slick-prev{
    background: rgba(253, 149, 128, 0.19);
    right: 120px;
}
.serv-page-slider-nav .slick-arrow.slick-next{
    background: #EBF8FF;
    right: 70px;
}
.serv-page-slider-nav .slick-arrow.slick-prev:hover{
    background: rgba(255, 131, 106, 0.19); 
}
.serv-page-slider-nav .slick-arrow.slick-next:hover{
    background: #ceebfa; 
}
 
 




.service-page-sec-3 .container{
    background: rgba(235, 227, 255, 0.4);
    border-radius: 15px;
    padding: 115px;
    position: relative;
}

.service-page-sec-3 .container::after{ 
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 95px;
    height: 95px;
    background-image: url("../img/dot.webp");
    background-repeat: no-repeat;
    background-size: 100% auto;
    z-index: -1;
}
.service-page-sec-3 .container::before{ 
    content: "";
    position: absolute;
    left: 40%;
    bottom: 50px;
    width: 40px;
    height: 40px;
    background-image: url("../img/dot.webp");
    background-repeat: no-repeat;
    background-size: 100% auto;
    z-index: -1;
}

.service-page-sec-3 h3{
    font-weight: 500;
    font-size: 32px;
    line-height: 122.19%; 
    letter-spacing: 0.03em; 
    color: #2D2D2D;
}

.service-page-sec-3 p{
    font-weight: 347;
    font-size: 15px;
    line-height: 125.19%; 
    letter-spacing: 0.03em; 
    color: #2D2D2D;
    margin-bottom: 20px;
    font-stretch: 100;
}
.service-page-sec-3 a.btn{ 
    background: linear-gradient(124.14deg, rgba(15, 45, 137, 0.684) 29.79%, rgba(53, 41, 191, 0.9) 102.38%);
    box-shadow: 0px -1px 11px #F5F5F5;
    backdrop-filter: blur(14px); 
    border-radius: 7px; 
    padding: 11px 15px;
    font-weight: 500;
    font-size: 16px;
    line-height: 28px;
    min-width: 150px;
    display: inline-block;
    color: #FFFFFF !important;
    line-height: 28px;
    transition: all .3s;
    text-decoration: none;
}
.service-page-sec-3 a.btn:hover{ 
    background: linear-gradient(300deg, rgba(15, 45, 137, 0.684) 29.79%, rgba(53, 41, 191, 0.9) 102.38%); 
}
.abrd-list{
    text-align: center;
    margin: 15px 0;
}
.abrd-list a{
    cursor: pointer;
}
.abrd-list img {
    position: relative;
    top: 0px;
    transition: all .3s;
    width: 95px;
    height: 59px;
    border-radius: 25px;
}
.abrd-list:hover img{ 
    top: -10px;
}

.abrd-list h5{
    font-weight: 500;
    font-size: 24px;
    line-height: 122.19%; 
    text-align: center;
    letter-spacing: 0.03em; 
    color: #2D2D2D;
    margin: 10px 0 0;
}


/***** service details *****/
.service-det-page-sec {
    padding-top: 0;
}
.service-det-bnr-left  {
    margin-left: 80px;
}
.service-det-bnr-left h1{
    background: #F9F9F9;
    border-radius: 18px;
    font-weight: 400;
    font-size: 11px;
    line-height: 109.19%; 
    letter-spacing: 0.03em; 
    color: #818181;
    padding: 7px 20px;
    display: inline-block;
}
.service-det-bnr-left h2{
    font-weight: 500;
    font-size: 36px;
    line-height: 122.19%; 
    letter-spacing: 0.03em; 
    color: #2D2D2D;
}
.service-det-bnr-left p{
    font-weight: 347;
    font-size: 18px;
    line-height: 137.69%; 
    text-align: justify;
    letter-spacing: 0.03em; 
    color: #2D2D2D;
    font-stretch: 100;
    margin-bottom: 40px;
}




.service-det-bnr-left .btn-1 { 
    position: relative;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px; 
    letter-spacing: 0.03em;
    color: #FFFFFF; 
    border-radius: 4px; 
    text-decoration: none;
    padding: 15px 25px;  
    margin-right: 30px; 
    display: inline-block;
    text-align: center;
}
.service-det-bnr-left .btn-1 div { 
    position: relative;
    z-index:2 ;
    display: inline-block;
}
.service-det-bnr-left .btn-1::after { 
        content: "";
        position: absolute;
        background: linear-gradient(102.57deg, #FC8989 -19.02%, rgba(253, 149, 128, 0.746906) 49.1%, rgba(255, 166, 116, 0.4) 142.46%);
        left: -5px;
        top: -5px;
        width: calc(100% + 10px);
        height:  calc(100% + 10px);
        z-index: 0;
        border-radius: 8px; 
}
.service-det-bnr-left .btn-1:hover::after {  
    background: linear-gradient(300deg, #FC8989 -19.02%, rgba(253, 149, 128, 0.746906) 49.1%, rgba(255, 166, 116, 0.4) 142.46%);
   
}
.service-det-bnr-left .btn-1::before { 
    content: "";
    position: absolute;
    background-color: #000;
    left: 0px;
    top: 0px;
    width: calc(100% + 0px);
    height:  calc(100% + 0px);
    z-index: 1;
    border-radius: 8px; 
}

.service-det-bnr-left .btn-2 { 
    position: relative;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px; 
    letter-spacing: 0.03em;
    color: #FFFFFF; 
    border-radius: 4px; 
    text-decoration: none;
    padding: 15px 25px;  
    display: inline-block; 
    text-align: center;
}
.service-det-bnr-left .btn-2 div { 
    position: relative;
    z-index:2 ;
    display: inline-block;
}
.service-det-bnr-left .btn-2::after { 
        content: "";
        position: absolute; 

        background: linear-gradient(102.57deg, #CACFFF -19.02%, #3347FF 49.1%, rgba(235, 227, 255, 0.4) 142.46%);


        left: -5px;
        top: -5px;
        width: calc(100% + 10px);
        height:  calc(100% + 10px);
        z-index: 0;
        border-radius: 8px; 
        transition: all .6s;
}
.service-det-bnr-left .btn-2:hover::after {  
    background: linear-gradient(102.57deg, #3347FF -19.02%, #CACFFF 49.1%, rgba(235, 227, 255, 0.4) 142.46%); 
}

.service-det-bnr-left .btn-2::before { 
    content: "";
    position: absolute;
    background-color: #000;
    left: 0px;
    top: 0px;
    width: calc(100% + 0px);
    height:  calc(100% + 0px);
    z-index: 1;
    border-radius: 8px; 
}




.service-det-bnr-right{
    background: #C4C4C4;
    border-radius: 12px;
    position: relative;
    max-width: 610px;
    overflow: hidden;
    float: right;
}
.service-det-bnr-right img{
    width: 100%;
    height: 404px;
    object-fit: cover;
    border-radius: 13px; 
}
.service-det-bnr-right .vjs-big-play-button{
    display: none !important;
}

.service-det-bnr-right .video-js .vjs-control-bar {
    max-width: 700px;
    width: calc(100% - 40px);
    left: 20px;
}





.service-det-bnr-cap{
    position: absolute;
    background: linear-gradient(90deg, rgba(45, 45, 45, 0.8) 50%, rgba(45, 45, 45, 0) 103.08%);
    backdrop-filter: blur(9px); 
    border-radius: 11px;
    padding: 20px 40px;
    width: 100%;
    left: 0;
    bottom: 0;
}
.service-det-bnr-cap.dis-none{
    display: none !important;
}


.service-det-bnr-cap h3{
    font-weight: 500;
    font-size: 24px;
    line-height: 103.69%; 
    letter-spacing: 0.03em; 
    color: #FFFFFF;
}
.service-det-bnr-cap span{
    font-weight: 400;
    font-size: 11px;
    line-height: 109.19%; 
    letter-spacing: 0.03em; 
    color: #969696;
}
 

.service-det-bnr-cap a {
   position: relative;
}
.service-det-bnr-cap a:hover::after{
    transform: scale(1.2, 1.2);
}

.service-det-bnr-cap a::after {
    content: "";
    position: absolute;
    z-index: 1;
    left: calc(50% - 32px);
    top: calc(50% - 39.5px);
    overflow: hidden;
    width: 80px;
    height: 80px;
    background-color: rgba(255,255,255,.5);
    display: inline-block;
    border-radius: 50%; 
    transition: all 1s;
}

 
 


.service-det-bnr-cap a::after {
    -webkit-animation-timing-function: ease;
            animation-timing-function: ease;
    -webkit-animation: pulse 2s infinite;
            animation: pulse 2s infinite;
            background-color: rgba(255,255,255,.5);
  }
 



.imi-breadcrumb{
    margin-bottom: 70px;
}
.imi-breadcrumb .breadcrumb{
    margin-bottom: 0px;
}



.imi-breadcrumb li{
    font-weight: 400;
    font-size: 10px;
    line-height: 107.5%;
    color: rgba(141, 141, 141, 0.74);
}
.imi-breadcrumb .breadcrumb .breadcrumb-item.active {
    color: rgba(141, 141, 141, 0.74) !important;
}
.imi-breadcrumb .breadcrumb .breadcrumb-item::before {
    content: "" !important;
    display: none;

}
.imi-breadcrumb .breadcrumb .breadcrumb-item  i {
    position: relative;
    top: 2px;

}

/**************/




/********************/


.service-det-page-sec2 {
    background: linear-gradient(180deg, rgba(236, 239, 255, 0.57) 0%, rgba(236, 239, 255, 0) 100%);
    border-radius: 12px;
    padding:  60px 55px 90px;
}
.service-det-page-sec2 h4{ 
    font-weight: 500;
    font-size: 32px;
    line-height: 38px;
    letter-spacing: 0.03em; 
    color: #0C3850;
}
.service-det-page-sec2 p.sub-titl{ 
    font-weight: 347;
    font-size: 18px;
    line-height: 137.69%; 
    text-align: justify;
    letter-spacing: 0.03em; 
    color: #2D2D2D;
    font-stretch: 100;
}
.service-det-page-sec2 .nav-pills .nav-link{ 
    font-weight: 400;
    font-size: 20px;
    line-height: 23px;
    letter-spacing: 0.03em; 
    color: #2D2D2D;
    background: #FFFFFF;
box-shadow: 0px -1px 21px #E1E6FF;
border-radius: 7px;
padding: 20px 15px;
 text-align: left;
width: 100%;
margin: 10px 0;
}

.service-det-page-sec2 .nav-pills .nav-link.active{ 
    background: linear-gradient(124.14deg, rgba(15, 45, 137, 0.684) 29.79%, rgba(53, 41, 191, 0.9) 102.38%);
    box-shadow: 0px -1px 11px #F5F5F5;
    backdrop-filter: blur(14px); 
    border-radius: 7px;
    color: #fff;
}

.service-det-page-sec2 .nav-pills .nav-link img{ 
    width: 42px;
    height: 26px;
    object-fit: cover;
    margin-right: 10px;
     
}

.service-det-page-sec2 .tab-pane.active.show{

}

.tab-cnt-cntry-1{
    background: url(../img/tab-img.webp);
    background-repeat: no-repeat;
    background-size: cover;
    backdrop-filter: blur(14px); 
    border-radius: 9px;
    padding: 40px 25px 25px;
    height: 500px;
    opacity: 0;
    transition: all 1s;
    margin: 0 0 0 10px;
}
.service-det-page-sec2 .tab-pane.active.show .tab-cnt-cntry-1{
    opacity: 1;
}
.service-det-page-sec2 .tab-pane.active.show .tab-cnt-cntry-2{
    opacity: 1;
}


.tab-cnt-cntry-1 img{
    width: 40px;
}
.tab-cnt-cntry-1 h4{
    font-weight: 600;
    font-size: 24px;
    line-height: 28px;
    letter-spacing: 0.03em; 
    color: #2D2D2D;
    margin: 20px 0 ;
}

.tab-cnt-cntry-1-cap{
    background: linear-gradient(124.14deg, rgba(251, 66, 77, 0.78) 29.79%, #F79885 102.38%);
    box-shadow: 0px -1px 11px #F5F5F5;
    backdrop-filter: blur(4px); 
    border-radius: 9px;
    padding: 25px;
    margin-top: 140px;
}
.tab-cnt-cntry-1-cap p{
    font-weight: 347;
    font-size: 15px;
    line-height: 137.69%;
    letter-spacing: 0.03em;
    color: #FFFFFF;
    font-stretch: 100;
}
.tab-cnt-cntry-1-cap a{
    background: rgba(104, 26, 44, 0.39);
    border-radius: 18px;
    font-weight: 400;
    font-size: 11px;
    line-height: 139.19%;
    /* or 15px */

    letter-spacing: 0.03em;
    padding: 7px 13px;
    color: #FFFFFF !important;
    transition: all .5s;
}

.tab-cnt-cntry-1-cap a:hover{

    background: rgba(141, 40, 63, 0.39); 
}

.tab-cnt-cntry-2{
    background: linear-gradient(124.14deg, rgba(15, 45, 137, 0.684) 29.79%, rgba(53, 41, 191, 0.9) 102.38%);
    box-shadow: 0px -1px 11px #F5F5F5;
    backdrop-filter: blur(14px);
    /* Note: backdrop-filter has minimal browser support */
    padding: 40px 25px 25px;
    border-radius: 7px;
    height: 500px;
    opacity: 0;
    transition: all 3s;
    margin-left: 10px;
}

.tab-cnt-cntry-2-cap-brd{
    padding: 2px;
    background:  
    linear-gradient(126.81deg, #7C9AFF 17.46%, #999FE5 39.37%, #4B49BF 70.54%); 
    position: relative;
    overflow: hidden;
    border-radius: 7px;
    margin-top: 30px;
    transition:  0.5s;
}
.tab-cnt-cntry-2-cap-brd a{
    text-decoration: none;
}
.tab-cnt-cntry-2-cap-brd:hover{  
    background:  linear-gradient(304deg, #7C9AFF 17.46%, #999FE5 39.37%, #4B49BF 70.54%);
}
 

.tab-cnt-cntry-2-cap{
    background: linear-gradient(124.14deg, rgba(15, 45, 137, 0.684) 29.79%, rgba(53, 41, 191, 0.9) 102.38%);
/* Note: backdrop-filter has minimal browser support */
padding: 20px;
border-radius: 7px;


}



.tab-cnt-cntry-2 span{
    font-weight: 400;
    font-size: 11px;
    line-height: 109.19%; 
    letter-spacing: 0.03em; 
    color: #BCC7ED;
}
.tab-cnt-cntry-2 ul{
    margin: 0;
    padding: 0;
    transition: all 8s;
    max-height: 190px;
    overflow: auto;
}
.tab-cnt-cntry-2 ul::-webkit-scrollbar,
.tab-cnt-cntry-2 ul::-webkit-scrollbar-thumb {
  width: 26px;
  border-radius: 13px;
  background-clip: padding-box;
  border: 11px solid transparent;
}

.tab-cnt-cntry-2 ul::-webkit-scrollbar-thumb {        
  box-shadow: inset 0 0 0 10px;
}
.tab-cnt-cntry-2 ul li{
    font-weight: 400;
    font-size: 16px;
    line-height: 103.69%; 
    letter-spacing: 0.03em; 
    color: #FFFFFF;
    line-height: 36px;
    transition: all .5s;
    opacity: 0;
    position: relative;
    left: 50px;
}
.service-det-page-sec2 .tab-pane.active.show .tab-cnt-cntry-2 ul li {
    opacity: 1;
    left: 0px; 
}

.tab-cnt-cntry-2 ul li a{ 
    color: #FFFFFF;
    display: block;
}

.tab-cnt-cntry-2 ul li a:hover{ 
    background-image: url("data:image/svg+xml,%3Csvg width='17' height='14' viewBox='0 0 17 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.9082 13L15.2011 7.70711C15.5916 7.31658 15.5916 6.68342 15.2011 6.29289L9.9082 1' stroke='white' stroke-width='1.6' stroke-linecap='round'/%3E%3Cpath d='M15 7L1 7' stroke='white' stroke-width='1.6' stroke-linecap='round'/%3E%3C/svg%3E%0A");
background-repeat: no-repeat;
background-position: right center;
}



.tab-cnt-cntry-2-cap p{
    font-weight: 500;
    font-size: 32px;
    line-height: 38px; 
    text-transform: capitalize; 
    color: #FFFFFF;
    margin-right: 55px;
    margin-bottom: 0;

}


.service-det-page-sec3{
    background: linear-gradient(360deg, rgba(253, 154, 128, 0.08) 19.62%, rgba(253, 154, 128, 0) 136.41%);
    border-radius: 12px;
    padding: 100px 60px 150px 120px;
}

.service-det-page-sec3-left{
    max-width: 470px;
}
.service-det-page-sec3-left h3{
    font-weight: 500;
    font-size: 36px;
    line-height: 122.19%; 
    letter-spacing: 0.03em; 
    color: #2D2D2D;
    margin-bottom: 25px;
}
.service-det-page-sec3-left p{
    font-weight: 347;
    font-size: 18px;
    line-height: 137.69%; 
    text-align: justify;
    letter-spacing: 0.03em; 
    color: #2D2D2D;
    font-stretch: 100;
}
.service-det-page-sec3-left ul li{
    list-style: disc;
    font-weight: 347;
    font-size: 18px;
    line-height: 137.69%; 
    text-align: justify;
    letter-spacing: 0.03em; 
    color: #2D2D2D;
    font-stretch: 100;
    margin-bottom: 10px;
}
.service-det-page-sec3-right{
    max-width: 500px;
    margin-left: 60px;
}
.service-det-page-sec3-right h4{
    font-weight: 400;
    font-size: 40px;
    line-height: 137.69%;  
    color: #2D2D2D;
}
.service-det-page-sec3-right h4 b{  
    color:rgba(219, 54, 54, 1);
}
.service-det-page-sec3-right img{  
    position: relative;
    right: -70px;
    display: block;
}

.service-det-page-sec3-right a{ 
    background: linear-gradient(124.14deg, rgba(15, 45, 137, 0.684) 29.79%, rgba(53, 41, 191, 0.9) 102.38%);
    box-shadow: 0px -1px 11px #F5F5F5;
    backdrop-filter: blur(14px); 
    border-radius: 7px;
    padding: 15px 20px;
    color: #fff !important;
    font-weight: 700;
    font-size: 16px;
    line-height: 17px;  
    display: inline-block;
    font-style: italic;
}

.service-det-page-sec3 .sticky-top{
    top: 250px;
    z-index: 5;
}


.service-det-page-sec4{
   
    border-radius: 12px;
    padding:38px 40px;
    position: relative;
    background: url(../img/ser-graf.webp);
    background-repeat: no-repeat;
    background-position: 36% 62px;
    overflow: hidden;
}
.service-det-page-sec4::after{
    content: "";
    background: #10235C;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: -1;
    left: 0;
    top: 0;
}
.service-det-page-sec4 h5{
    font-weight: 400;
    font-size: 20px;
    line-height: 26px; 
    letter-spacing: 0.03em; 
    color: #FFFFFF;
    margin: 0 0 0 50px  ;
    max-width: 270px;
}
.service-det-page-sec4 ul{
    padding: 0;
    margin: 0;
}
.service-det-page-sec4 ul li h3{
    font-weight: 700;
    font-size: 48px;
    line-height: 103.69%; 
    background: linear-gradient(45.26deg, #3347FF -25.58%, #DDDCFF 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}
.service-det-page-sec4 ul li {
    display: inline-block;
    max-width: 146px;
    float: left;
    margin: 0 25px;
}
.service-det-page-sec4 ul li span{
    font-weight: 400;
    font-size: 14px;
    line-height: 16px; 
    letter-spacing: 0.03em; 
    color: #F4F4F4;
    display: block;
}

.service-det-page-sec5 .sec-tile span{
    font-weight: 400;
    font-size: 11px;
    line-height: 109.19%; 
    letter-spacing: 0.03em; 
    color: #818181;
    background: #F9F9F9;
    border-radius: 18px;
    padding: 7px 15px;
}

.service-det-page-sec5 .sec-tile h3{
    font-weight: 500;
    font-size: 32px;
    line-height: 117.5%; 
    text-align: center; 
    color: #2D2D2D;
    margin: 15px 0 0;
}
.imigra-pros-step-cntr{
    background: #FFFFFF;
    box-shadow: 0px 4px 59px rgba(188, 204, 244, 0.46);
    border-radius: 17px;
    padding: 50px 55px 25px 55px;
    margin: 0px auto;
    max-width: 700px;
}

 
 
.step-cnt{
    background: rgba(255, 96, 113, 0.03);
border-radius: 21px;
padding: 39px 45px;
}

 

.step-cnt span{
    font-weight: 400;
    font-size: 10px;
    line-height: 12px; 
    color: #2D2D2D;
}
.step-cnt h5{
    font-weight: 500;
    font-size: 24px;
    line-height: 112%; 
    color: #2D2D2D;
}
.step-cnt p{
    font-weight: 400;
    font-size: 15px;
    line-height: 147%; 
    color: #2D2D2D;
}
.imigra-pros-step-cntr h6{
    font-weight: 400;
    font-size: 20px;
    line-height: 147%; 
    color: rgba(98, 98, 98, 0.72);
    text-align: center;
    margin: 15px 0 0;
}

.imigra-pros-step-cntr h6 a{
    font-weight: 700; 
    text-decoration: none;
    color: rgba(98, 98, 98, 0.72);
}
.service-det-page-sec6 .sec-title  {
    text-align: center;

}
.service-det-page-sec6 .sec-title span{
    background: #F9F9F9;
    border-radius: 18px;
    font-weight: 400;
font-size: 11px;
line-height: 109.19%;
/* identical to box height, or 12px */

letter-spacing: 0.03em;
padding: 7px 30px;
color: #818181;
display: inline-block;

}

.service-det-page-sec6 .sec-title h4{
    font-weight: 500;
    font-size: 24px;
    line-height: 122.19%;
    /* or 29px */
    
    letter-spacing: 0.03em;
    margin-top: 13px;
    color: #2D2D2D;

}


.service-det-page-sec6 h4{
    margin-bottom: 20px;
}
.service-det-page-sec6 .container{
    max-width: 1250px;
}
.service-det-page-sec6 .accordion-button.collapsed{
    font-weight: 500;
font-size: 18.6873px;
line-height: 24px;
/* or 127% */
background: none;
box-shadow: none;
color: #2D2D2D;
padding: 30px 0;
}
.service-det-page-sec6 .accordion-button{
    font-weight: 500;
font-size: 18.6873px;
line-height: 24px;
/* or 127% */
background: none;
box-shadow: none;
color: #0B6596;
padding: 30px 0;
}

.service-det-page-sec6 .accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3Csvg width='15' height='3' viewBox='0 0 15 3' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.72852 1.19287H13.6204' stroke='%232D2D2D' stroke-width='1.69884' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
    transform: rotate(0deg);
}
.service-det-page-sec6 .accordion-button::after { 
    background-image: url("data:image/svg+xml,%3Csvg width='15' height='15' viewBox='0 0 15 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.72656 1.43262V13.3245' stroke='%23FF6071' stroke-width='1.69884' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M1.78125 7.37866H13.6732' stroke='%23FF6071' stroke-width='1.69884' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}

.service-det-page-sec6 .accordion-item{
    border: 0;
    border-bottom: 0.5px solid rgba(0, 0, 0, 0.2);
    border-radius: 0;
    max-width: 560px;
    margin: 0px auto;
}

.service-det-page-sec6 .accordion-body{
    font-weight: 400;
    font-size: 15.2896px;
    line-height: 25px;  
    color: #2D2D2D;
    padding: 0 0 30px 0;
}
.service-det-page-sec7{
    background: linear-gradient(180deg, rgba(200, 216, 223, 0.15) 54.09%, rgba(200, 216, 223, 0) 85.94%);
    padding-bottom: 50px;
    padding-top: 65px;
}

.service-det-page-sec7 h1, .service-det-page-sec7 h2, .service-det-page-sec7 h3, .service-det-page-sec7 h4, .service-det-page-sec7 h5   {
    text-align: center;
    font-weight: 500;
font-size: 15px;
line-height: 122.19%; 
letter-spacing: 0.03em;
margin-bottom: 30px;
color: #2D2D2D;

}
 

.service-det-page-sec7 table   {
  border: 2px solid #dee2e6;
  border-collapse: collapse;
  width:100%;
}

/* Cell borders */
.service-det-page-sec7 table th,
.service-det-page-sec7 table td {
  border: 1px solid #dee2e6;
  padding: 12px 16px;
  font-size: 14px;
  vertical-align: middle;
}

/* Header styling */
.service-det-page-sec7 table thead th {
  background-color: #f8f9fa;
  font-weight: bold;
}

/* Striped rows (odd rows only) */
.service-det-page-sec7 table tbody tr:nth-child(odd) {
  background-color: #f6f6f6;
}

/* Optional hover effect */
.service-det-page-sec7 table tbody tr:hover {
  background-color: #eaeaea;
}



.ref-link-cntr{
    background: #F3F7F9;
border-radius: 8px;
padding: 50px ;
max-width: 1190px;
margin: 0px auto 50px;
}
.ref-link a{
    display: block;
    font-weight: 400;
font-size: 13px;
line-height: 24px; 
color: #2D2D2D;
margin: 15px 30px;
text-decoration: none;
transition: all .5s;
}
 
.ref-link a i{ 
color: #2D2D2D; 
transition: all .5s;
}
.ref-link a:hover i{
     color: #CD4444;
}
 

.ref-para-cntr{
    max-width: 900px;
margin: 0px auto 0;

}
.ref-para-cntr p{
    font-weight: 347;
    font-size: 15px;
    line-height: 137.69%;
    word-wrap: break-word;
    /* or 21px */
    
    text-align: justify;
    letter-spacing: 0.03em;
    
    color: rgba(45, 45, 45, 0.86);
    font-stretch: 100;

}

.ref-para-cntr ul li{
    list-style-type: disc;
    font-weight: 347;
    font-size: 15px;
    line-height: 24px;
    /* or 21px */
    
    text-align: justify;
    letter-spacing: 0.03em;
    
    color: rgba(45, 45, 45, 0.86);
    font-stretch: 100;

}
.ref-para-cntr ol li{
    list-style-type: decimal;
    font-weight: 347;
    font-size: 15px;
    line-height: 24px;
    /* or 21px */
    
    text-align: justify;
    letter-spacing: 0.03em;
    
    color: rgba(45, 45, 45, 0.86);
    font-stretch: 100;

}

.ref-para-cntr h3, .ref-para-cntr h4, .ref-para-cntr h5, .ref-para-cntr h6{
    text-align: center;
    font-weight: 500;
font-size: 15px;
line-height: 122.19%; 
letter-spacing: 0.03em;
margin-bottom: 30px;
color: #2D2D2D;

}

.ref-para-cntr .moreless-button{
    font-weight: 700;  
    color: rgba(45, 45, 45, 0.86); 
    text-decoration: none;
}
.ref-para-cntr .moretext {
    display: none;
  }


 
  .step-nav {
    height: 35px;
    position: relative;
    width: 680px;
    margin: 0 auto 50px;
  }
  .step-nav .step {
    position: relative;
    float: left;
    width: 160px;
    height: 35px;
  }
  .step-nav .step p {
    width: 35px;
    height: 35px;
    position: absolute;
    right: 0;
    text-align: center;
    line-height: 35px;
    font-size: 16px;
    pointer-events: none;
    z-index: 10;
    margin: 0;
    color: #7d7d7d;
    transition: font-size 0.3s, color 0.3s;
  }
  .step-nav .step p.active {
    font-size: 16px;
    color: #fafafa;
  }
  .step-nav .step.first p { 
    color: #fafafa;
  }
  .step-nav .step .line {
    position: absolute;
    top: 50%;
    margin: -3px 10px 0;
    width: 100px;
    height: 6px;
    background: #d6dadc;
    border-radius: 9px;
  }
  .step-nav .step .line .progress {
    width: 0%;
    height: 6px;
    background: linear-gradient(124.14deg, rgba(251, 66, 77, 0.78) 29.79%, #F79885 102.38%);
    
  }
  .step-nav .step .radial-progress {
    width: 35px;
    height: 35px;
    background-color: #d6dadc;
    position: absolute;
    right: 0;
    border-radius: 50%;
    transform: rotate(-90deg);
    cursor: pointer;
  }
  .step-nav .step .radial-progress .circle .mask,
  .step-nav .step .radial-progress .circle .fill,
  .step-nav .step .radial-progress .circle .shadow {
    width: 35px;
    height: 35px;
    position: absolute;
    border-radius: 50%;
  }
  .step-nav .step .radial-progress .circle .mask,
  .step-nav .step .radial-progress .circle .fill {
    -webkit-backface-visibility: hidden;
  }
  .step-nav .step .radial-progress .circle .mask {
    clip: rect(0px, 35px, 35px, 17.5px);
  }
  .step-nav .step .radial-progress .circle .mask .fill {
    clip: rect(0px, 17.5px, 35px, 0px);
    background:  linear-gradient(124.14deg, rgba(15, 45, 137, 0.684) 29.79%, rgba(53, 41, 191, 0.9) 102.38%);
  }
  .step-nav .step .radial-progress .inset {
    width: 25px;
    height: 25px;
    position: absolute;
    margin-left: 5px;
    margin-top: 5px;
    background:  linear-gradient(124.14deg, rgba(15, 45, 137, 0.684) 29.79%, rgba(53, 41, 191, 0.9) 102.38%);
    border-radius: 50%;
  }
  .step-nav .step .radial-progress .inset .inner-circle {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #fafafa;
    border-radius: 50%;
  }
  .step-nav .step.first {
    width: 80px;
  }
  .step-nav .step.first .radial-progress { 
    z-index: 10;
  }
  .step-nav .step.first .circle .fill,
  .step-nav .step.first .circle .mask.full {
    transform: rotate(180deg);
  }
  .step-nav .step.first .circle .fill.fix {
    transform: rotate(360deg);
  }
  .step-nav .step.first .radial-progress.active-nav .inner-circle {
    transform: matrix(0, 0, 0, 0, 0, 0);
  }

  .copy-holder {
    position: relative; 
    height: 305px;
    margin: 0 auto;   
    color: #666666;
  }
  .copy-holder .steps {
    width: 100%;
    position: absolute;
    opacity: 0;
    visibility: hidden;
    overflow:auto;
    height:100%;
  }
  .copy-holder .steps::-webkit-scrollbar,
  .copy-holder .steps::-webkit-scrollbar-thumb {
    width: 26px;
    border-radius: 13px;
    background-clip: padding-box;
    border: 11px solid transparent;
  }
  
  .copy-holder .steps::-webkit-scrollbar-thumb {        
    box-shadow: inset 0 0 0 10px;
  }
  
 
  .copy-holder .steps.active-cntr {
    opacity: 1;
    visibility: visible;
  }
  

.ser-right{
    margin-right: -12px;
}


.video-js.vjs-fullscreen::backdrop {
    background: rgba(255,255,255,.5) !important;
    backdrop-filter: blur(5px);
}
.video-js.vjs-fullscreen {
    background: unset;
}
.vjs-fullscreen .vjs-tech { 
    top: 20% !important;
    left: 20% !important;
    max-width: 60%;
    max-height: 60%; 
}
.service-det-bnr-right .vjs-fullscreen .vjs-control-bar {
    max-width: 60%;
    width: calc(80% - 0px);
    left: 20%;
}

.team-page-sec .imi-breadcrumb {
    margin-bottom: 20px;
}


.team-page-sec-list{
    max-width: 1225px;
}

.team-page-sec .about-tem-sec {
    padding-bottom: 36px;
    text-align: center;
}

.team-list-cntr .about-tem-list {
    background: linear-gradient(180deg, #F7F7F7 0%, rgba(217, 217, 217, 0) 100%);
    margin-bottom: 60px;
  }
 /* .team-list-cntr div:nth-child(odd) .about-tem-list:hover {
    background: linear-gradient(180deg, #F78585 0%, rgba(217, 217, 217, 0) 100%);
  }
.team-list-cntr div:nth-child(even) .about-tem-list:hover {
    background: linear-gradient(180deg, #B7C0EB 0%, rgba(217, 217, 217, 0) 100%);
  }*/
.about-tem-list.red-box:hover {
    background: linear-gradient(180deg, #F78585 0%, rgba(217, 217, 217, 0) 100%);
  }
.about-tem-list.blue-box:hover {
    background: linear-gradient(180deg, #B7C0EB 0%, rgba(217, 217, 217, 0) 100%);
  }

  

  .team-list-cntr .about-tem-list a{
    background: #ECEAFF;
    border-radius: 18px;
    font-weight: 400;
    font-size: 11px;
    line-height: 139.19%; 
    letter-spacing: 0.03em;  
    color: #574F91;
    padding: 5px 20px;
    text-decoration: none;
  }

.team-page-sec .btn{
    background: linear-gradient(124.14deg, rgba(15, 45, 137, 0.684) 29.79%, rgba(53, 41, 191, 0.9) 102.38%);
    box-shadow: 0px -1px 11px #F5F5F5;
    backdrop-filter: blur(14px); 
    border-radius: 7px;
    font-weight: 600;
    font-size: 16px;
    line-height: 28px; 
    color: #FFFFFF;
}
.team-page-sec{
    padding-bottom: 40px;
}




.team-mdl{
    max-width: 790px;
}


.team-mdl .close{
    border: 0;
    box-shadow: none;
    width: 40px;
    height: 40px; 
    background: #FFEBE7;
    border-radius: 50%;
    color:  #DB0032;
    position: absolute;
    top: 31px;
    right: 31px;
}
.team-mdl .modal-body{
    padding: 35px;
}
.team-mdl .modal-content{
    background: rgba(255, 255, 255, 0.96);
    box-shadow: 0px 4px 26px rgba(175, 173, 173, 0.25);
    backdrop-filter: blur(12px); 
    border-radius: 23px;
}
.team-mdl-img-cntr img{ 
    width: 229px;
    height: 184px;   
    border-radius: 16px;
    object-fit: cover;
    margin-right: 35px;
}

.team-mdl-img-cntr h5{  
    font-weight: 400;
    font-size: 20px;
    line-height: 22px; 
    color: #2D2E2E;
}
.team-mdl-img-cntr span{
    font-weight: 600;
    font-size: 16px;
    line-height: 22px; 
    color: #595858;  
    
}
.team-mdl-img-cntr p{  
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    /* or 138% */
    margin: 30px 0 0;

    color: #8D8D8D;
}

.team-mdl-dis-cntr{
    margin-top: 25px;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px; 
    color: #2D2D2D;
}

/******  Events *******/

.event-page-sec .imi-breadcrumb {
    margin-bottom: 15px;
}

.event-page-sec .dropdown .btn{
    background: linear-gradient(124.14deg, rgba(251, 66, 77, 0.78) 29.79%, #F79885 102.38%);
border-radius: 5px;
font-weight: 500;
font-size: 14px;
line-height: 16px;
padding: 12px 20px;
color: #FFFFFF;
position: relative;
}
.event-page-sec .dropdown .dropdown-item{ 
font-size: 12px; 
}
.event-page-sec .about-tem-sec {
    padding-bottom: 24px;
}
.event-list-cntr{
    background: linear-gradient(360deg, rgba(253, 154, 128, 0.08) 19.62%, rgba(253, 154, 128, 0) 136.41%);
border-radius: 12px;
padding:25px 40px 55px 25px;
}

.event-tem-list{
    border-radius: 11px;
    background: #FFFFFF;
    overflow: hidden;
    margin: 25px 10px;
}
.event-tem-list img{
  width:100%;
  height:200px;
      object-fit: cover;
}
.event-tem-list-cap{
    padding: 28px;
}
.event-tem-list-cap span{
    font-weight: 700;
    font-size: 12px;
    line-height: 14px;
    text-align: center; 
    background: linear-gradient(124.14deg, rgba(15, 45, 137, 0.684) 29.79%, rgba(53, 41, 191, 0.9) 102.38%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    display: inline-block;
    min-width: 55px;
}
.event-tem-list-cap h4{
    font-weight: 600;
    font-size: 32px;
    line-height: 122.19%; 
    background: linear-gradient(124.14deg, rgba(251, 66, 77, 0.78) 29.79%, #F79885 102.38%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}
.event-tem-list-cap h5{
    font-weight: 500;
    font-size: 16px;
    line-height: 19px; 
    color: #191D23;
    margin: 0;
}
.event-tem-list-cap p{
    font-weight: 347;
    font-size: 13px;
    line-height: 125.19%; 
    letter-spacing: 0.03em; 
    color: #2D2D2D;
    font-stretch: 100;
    margin: 15px 0;
}
.event-tem-list-cap a{
    background: #ECEAFF;
    border-radius: 18px;
    font-weight: 400;
    font-size: 11px;
    line-height: 103.69%; 
    letter-spacing: 0.03em; 
    color: #574F91;
    padding: 5px 20px;
    text-decoration: none;
}


.event-list-cntr .btn-more{
    background: linear-gradient(124.14deg, rgba(15, 45, 137, 0.684) 29.79%, rgba(53, 41, 191, 0.9) 102.38%);
    box-shadow: 0px -1px 11px #F5F5F5;
    backdrop-filter: blur(14px); 
    border-radius: 7px;
    font-weight: 500;
    font-size: 16px;
    line-height: 28px; 
    color: #FFFFFF;
    margin-top: 40px;
}


/******** Contact *********/
.contact-cntr{
    max-width: 1235px;
}

.contact-page-sec .about-tem-sec h1 {
    background: #F9F9F9;
    border-radius: 18px;
    padding: 10px 30px;
    font-weight: 400;
    font-size: 11px;
    line-height: 103.19%;
    color: #8D8D8D;
    display: inline-block;
    margin-bottom: 15px;
}


.contact-page-sec .about-tem-sec p{ 
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 125.19%; 
    letter-spacing: 0.03em; 
    color: #716D6D;
    margin: 15px 0;
}



.contact-page-sec .about-tem-sec .btn-1 { 
    position: relative;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px; 
    letter-spacing: 0.03em;
    color: #FFFFFF; 
    border-radius: 4px; 
    text-decoration: none;
    padding: 15px 25px;  
    margin-top: 10px;
    min-width: 170px;
    display: inline-block;
    text-align: center;
}
.contact-page-sec .about-tem-sec .btn-1 div { 
    position: relative;
    z-index:2 ;
    display: inline-block;
}
.contact-page-sec .about-tem-sec .btn-1::after { 
        content: "";
        position: absolute;
        background: linear-gradient(102.57deg, #FC8989 -19.02%, rgba(253, 149, 128, 0.746906) 49.1%, rgba(255, 166, 116, 0.4) 142.46%);
        left: -5px;
        top: -5px;
        width: calc(100% + 10px);
        height:  calc(100% + 10px);
        z-index: 0;
        border-radius: 8px; 
}
.contact-page-sec .about-tem-sec .btn-1:hover::after {  
    background: linear-gradient(300deg, #FC8989 -19.02%, rgba(253, 149, 128, 0.746906) 49.1%, rgba(255, 166, 116, 0.4) 142.46%);
   
}
.contact-page-sec .about-tem-sec .btn-1::before { 
    content: "";
    position: absolute;
    background-color: #000;
    left: 0px;
    top: 0px;
    width: calc(100% + 0px);
    height:  calc(100% + 0px);
    z-index: 1;
    border-radius: 8px; 
}
.contact-hd-left{
    margin-right: 130px;
}
.contact-tab-hd{
    background: rgba(236, 239, 255, 0.57);
    border-radius: 12px;
    padding: 12px 15px;
}
.contact-tab-hd h5{
    font-weight: 400;
    font-size: 15px;
    line-height: 103.19%; 
    letter-spacing: 0.04em; 
    color: #7B73B9;
    margin: 0;
    max-width:120px;
    width:100%;
} 
.contact-tab-hd .nav .nav-link{
    font-weight: 700;
    font-size: 15px;
    line-height: 103.19%; 
    color: #2D2D2D;
    background: #FFFFFF;
    border: 2px solid #DEDAFD;
    border-radius: 8px;
    padding: 12px 15px;
}
.contact-tab-hd .nav .nav-link img{
    width: 25px;
    height: 14px;
    object-fit: cover;
    margin-right: 7px;
}
.contact-tab-hd .nav .nav-item.dropdown{
   margin-left: 14px;
}

.contact-tab-hd .nav .nav-item.dropdown .dropdown-item{
     line-height: 30px;
     font-weight: 400;
    font-size: 15px; 
    color: #2D2D2D;
 }
 .contact-tab-hd .nav .nav-item.dropdown .dropdown-item.active{ 
    color: #fff;
 }

.contact-tab-hd .nav .nav-link label{
    font-weight: 400;
font-size: 15px;
line-height: 103.19%; 
color: #2D2D2D;
margin:0 20px ;
padding-left: 10px;
position: relative;
}
.contact-tab-hd .nav .nav-link label::after{
    content: ""; 
    position: absolute;
    left: 0;
    top: -15px;
    height: calc(100% + 30px) ;
    width: 1px;
    background: rgba(0, 0, 0, 0.1);
}
.contact-tab-hd ul li.active .ind-cntr{
    background: #dce0f6;
}
.ind-cntr{
    font-weight: 700;
    font-size: 13px;
    line-height: 103.19%; 
    color: #2D2D2D;
    background: #FFFFFF; 
    border-radius: 8px;
    padding: 0 15px ;
}
.ind-cntr .dropdown-menu{
    left: 10px !important;
}






.ind-cntr img{
    width: 25px;
    height: 14px;
    object-fit: cover;
    margin-right: 7px;
}
.contact-tab-hd .nav .ind-cntr .nav-link {
    font-weight: 700;
    font-size: 15px;
    line-height: 103.19%;
    color: #2D2D2D;
    background: unset;
    border: 0;
    border-radius: 8px;
    padding: 14px 0;
}
.conta-loc-txt{
    font-weight: 400;
font-size: 16px;
line-height: 22px;
margin: 12px 0;
color: #0B4E72;
padding-left: 25px;
display:  block;
position: relative;
}

.conta-loc-txt img{
    position: absolute;
    left: 0;
    top: 5px;
}
.conta-loc-txt svg{
    position: absolute;
    left: 0;
    top: 5px;
}
.conta-loc-map  {
    position: relative;
}
.conta-loc-map iframe{
    width: 100%;
    height: 230px;
    border-radius: 8px;
}
.conta-loc-map-cap{
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 15px 10px;
    z-index: 1;
}
.conta-loc-map-cap a{
    background: linear-gradient(124.14deg, rgba(15, 45, 137, 0.684) 29.79%, rgba(53, 41, 191, 0.9) 102.38%);
    box-shadow: 0px -1px 11px #F5F5F5;
    backdrop-filter: blur(14px); 
    border-radius: 28px;
    font-weight: 400;
    font-size: 11px;
    line-height: 103.69%; 
    letter-spacing: 0.03em; 
    color: #FFFFFF !important;
    padding: 6px 10px;
    display: inline-block;
    text-decoration: none;
}


.contact-form-cntr{
    background: linear-gradient(360deg, rgba(253, 154, 128, 0.08) 19.62%, rgba(253, 154, 128, 0) 136.41%);
border-radius: 12px; 
padding-top: 90px;
}

.contact-form-cntr2{
    max-width: 750px;
    margin: 0 auto;
}

.contact-form-hd img{
    margin-right: 25px;
}

.contact-form-hd h5{
    font-weight: 500;
    font-size: 24px;
    line-height: 113.69%; 
    letter-spacing: 0.03em; 
    color: #2D2D2D;
}
.contact-form-hd p{
    font-weight: 400;
    font-size: 14px;
    line-height: 125.19%; 
    letter-spacing: 0.03em; 
    color: #716D6D;
}
.contact-form-hd a{
    display: inline-block;
    margin: 0 15px;
}
.contact-bg-sec{
    background: #FFFFFF;
    box-shadow: 0px 4px 21px rgba(218, 218, 218, 0.25), 0px 4px 21px rgba(218, 218, 218, 0.25);
    border-radius: 19px;
    padding: 50px;
    margin-top: 30px;
    margin-bottom: -60px;
}
.field-cntr{
    position: relative; 
}
.field-cntr svg {
    position: absolute;
    top: 23px;
    left: 16px;
}
.contact-bg-sec .form-control{
    border: 1px solid #D9D9D9;
    border-radius: 5px;
    padding:19px 20px 19px 43px;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px; 
    color: #2A464F;
    margin-bottom: 30px;
}
.contact-bg-sec .iti{
    width: 100%;
}
.contact-bg-sec .iti__flag-container{
    height: 59px;
}
.contact-bg-sec .iti .form-control{
    margin-bottom: 30px !important;
}
.contact-bg-sec .iti label.error{
    bottom: 5px;
}


.contact-bg-sec label.error {
    font-size: 12px;
    color: #f92c1d; 
    display: block;
    position: absolute;
    left: 0;
    bottom: -25px;
}


.contact-bg-sec .btn{
    background: linear-gradient(124.14deg, rgba(15, 45, 137, 0.684) 29.79%, rgba(53, 41, 191, 0.9) 102.38%);
    box-shadow: 0px -1px 11px #F5F5F5;
    backdrop-filter: blur(14px);
    /* Note: backdrop-filter has minimal browser support */
    padding: 13px 25px;
    border-radius: 7px; 
    font-weight: 500;
font-size: 14px;
line-height: 17px;
/* identical to box height */ 
color: #FFFFFF;
}
.contact-bg-sec .btn svg{
    margin-right: 10px;
}
.contact-bg-sec .btn:hover{
    background: linear-gradient(360deg, rgba(15, 45, 137, 0.684) 29.79%, rgba(53, 41, 191, 0.9) 102.38%); 
}


.image-upload > input{
    display: none;
}

.image-upload img{
    width: 80px;
    cursor: pointer;
}
.image-upload  {  
    font-weight: 500;
    font-size: 15px;
    line-height: 113.69%; 
    letter-spacing: 0.03em; 
    color: #2D2D2D; 
   /* margin-top: 15px;*/
    display: inline-block;
}

.contact-page-sec{
    padding-bottom: 150px;
}

/******** why choose Us ******/
.why-choos-container{
    max-width: 1300px;
    margin-top: 40px;
}
.why-choose-sec .about-sec4-left {
    margin: 0 !important;
    max-width: unset;
}
.why-lef-cntr{
    max-width: 610px;
}
.why-choose-sec .about-sec4-left h1 {
    background: #F9F9F9;
    border-radius: 18px;
    padding: 8px 25px;
    font-weight: 400;
    font-size: 11px;
    line-height: 103.19%; 
    color: #8D8D8D;
    display: inline-block;
    margin-bottom: 15px;
}
.why-choo-dis-cntr  {
    margin: 35px 0;
}
.why-choo-dis-cntr p{
    font-weight: 347;
    font-size: 18px;
    line-height: 137.69%; 
    text-align: justify;
    letter-spacing: 0.03em; 
    color: #2D2D2D;
    font-stretch: 100;
}
.why-choose-sec .about-vid-cntr{
    width: 100%;
    max-width: unset;

}
.why-choo-dis-cntr ul li{
    font-weight: 347;
    font-size: 18px;
    line-height: 137.69%; 
    text-align: justify;
    letter-spacing: 0.03em; 
    color: #2D2D2D;
    font-stretch: 100;
    list-style: disc;
    margin-bottom: 10px;
}
.why-choose-sec .about-vid-cntr img{
    width: 100%;
    height: 310px;
    object-fit: cover;
    border-radius: 14px;
    
}

.why-vid-title{
    background: linear-gradient(270deg, rgba(255, 96, 113, 0.1) 50%, rgba(255, 96, 113, 0) 92.68%);
border-radius: 9px;
padding: 30px;
margin-bottom: 30px;
}

.why-vid-title p{
    font-weight: 400;
    font-size: 18px;
    line-height: 122.19%; 
    letter-spacing: 0.03em; 
    color: #B5636E;
    margin: 0 50px 0 0;
}
.why-vid-title span{
    font-weight: 400;
    font-size: 20px;
    line-height: 122.19%;   
    letter-spacing: 0.03em; 
    color: #2D2D2D;
    min-width: 125px;
    display: inline-block;
}

.why_right-cntr{
    max-width: 550px;
    background: linear-gradient(160deg, rgba(212, 231, 254, 0.3) -15.24%, #FFFFFF 78.85%);
    border-radius: 21px;
    margin-left: 75px;
    padding: 55px 75px;
}

.why_right-cntr .choose-list {
    margin: 15px 0px;
}
.top-imilaw{
    background: linear-gradient(124.14deg, rgba(251, 66, 77, 0.78) 29.79%, #F79885 102.38%);
    border-radius: 5px;
    font-weight: 500;
    font-size: 14px;
    line-height: 16px; 
    color: #FFFFFF;
    padding: 13px;
    max-width: 265px;
    margin-bottom: 20px;
}

.why_right-cntr .choose-list p { 
    line-height: 24px; 
}
.about-sec-4.why-choose-sec::after {
   display: none;
}


.why-choos-container .service-det-page-sec4 { 
    padding: 55px;
    position: relative; 
    background-position: 190px bottom;
    overflow: hidden;
    margin-left: 75px;
}
.why-choos-container .service-det-page-sec4 h5 {
    font-weight: 500;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0.03em;
    color: #FFFFFF;
    margin: 0 ;
    max-width: unset;
}
.why-choos-container .service-det-page-sec4 ul li {
    display: inline-block;
    max-width: 146px;
    float: left;
    margin: 25px 45px 25px 0;
}

/******** Country details *******/
.country-banner-left{
    background-color: #493ec5;
    padding: 60px 100px;
    border-radius: 12px 0 0 12px;
    min-height: 342px;
}
.country-banner-left h1{
    background: #F9F9F9;
    border-radius: 18px;
    padding: 10px 18px;
    font-weight: 400;
    font-size: 11px;
    line-height: 103.19%; 
    color: #8D8D8D;
    display: inline-block;
}
.country-banner-left h3{
    font-weight: 600;
    font-size: 36px;
    line-height: 42px;
    letter-spacing: 0.03em; 
    color: #FFFFFF;
    margin: 10px 0;
}
.country-banner-left p{
    font-weight: 347;
    font-size: 13px;
    line-height: 125.19%; 
    letter-spacing: 0.03em; 
    color: #F5F5F5;
    font-stretch: 100;
    margin-bottom: 30px;
}

.country-banner-left a{
    background: linear-gradient(124.14deg, rgba(251, 66, 77, 0.78) 29.79%, #F79885 102.38%);
    border-radius: 5px;
    font-weight: 500;
    font-size: 14px;
    line-height: 16px; 
    color: #FFFFFF !important;
    padding: 13px 20px;
}
.country-banner-right{
    position: relative;
    border-radius: 0 12px 12px 0; 
    height: 100%;
}
.country-banner-right img.cntry-banner{
    width: 100%;
    min-height: 100%;
    height: 342px;
    object-fit: cover;
    border-radius: 0 12px 12px 0; 
}


.country-banner-vid-cap{
    background: linear-gradient(264.33deg, rgba(45, 45, 45, 0.8) 45.48%, rgba(45, 45, 45, 0.312) 128.54%);
backdrop-filter: blur(9px); 
border-radius: 11px;
position: absolute;
left: 20%;
bottom: 20px;
width: calc(100% - 40%);
padding: 20px;
}
.country-banner-vid-cap.dis-none {
    display: none !important;
}

.country-banner-vid-cap img{
    width: 46px;
    min-width: 46px;
    margin-right: 10px;
}

.country-banner-vid-cap p{
    font-weight: 400;
    font-size: 18px;
    line-height: 130.19%;
    margin: 0; 
    color: #FFFFFF;
}
.country-banner-vid-cap p span{ 
    color: rgba(255, 88, 88, 1) ;
}
 

.vid-ply-btn {
    position: absolute;
    left: -59px;
    top: calc(50% - 44px);
}
.vid-ply-btn.dis-none {
    display: none;
}





.vid-ply-btn:hover::after{
     transform: scale(1.2, 1.2);
}
 
.vid-ply-btn::after {
     content: "";
     position: absolute;
     z-index: 1;
     left: calc(50% - 32px);
     top: calc(50% - 39.5px);
     overflow: hidden;
     width: 80px;
     height: 80px;
     background-color: rgba(255,255,255,.5);
     display: inline-block;
     border-radius: 50%; 
     transition: all 1s;
 }
  
 
.vid-ply-btn::after {
     -webkit-animation-timing-function: ease;
     animation-timing-function: ease;
     -webkit-animation: pulse 2s infinite;
     animation: pulse 2s infinite;
     background-color: rgba(255,255,255,.5);
}
  
 
 
.country-banner-right .video-js .vjs-big-play-button{
    display: none;
}

.country-banner-right .video-js{
    border-radius: 0 12px 12px 0;
    overflow: hidden;
}


.country-banner-right .video-js .vjs-tech { 
    object-fit: cover;
}

.country-banner-right .video-js .vjs-control-bar { 
    width: 90%; 
    left: calc( 50% - 300px ); 
    max-width: 700px;
}
.country-det-sec-1 .imi-breadcrumb {
    margin-bottom: 25px;
}
.vida-list{
    background: linear-gradient(180deg, rgba(236, 239, 255, 0.57) 0%, rgba(236, 239, 255, 0) 153.53%);
    border-radius: 12px;
    padding: 40px 30px;
    margin: 50px 20px;
}
.vida-list h4{
    font-weight: 500;
    font-size: 20px;
    line-height: 103.69%; 
    letter-spacing: 0.03em; 
    color: #2D2D2D;
}
.vida-list h4 a{ 
    font-size: 20px; 
    color: #2D2D2D !important;
    padding: 0;
    font-weight: 500;
}
.vida-list h4 svg{
    background: #FFFFFF;
    box-shadow: 0px 28px 60px rgba(152, 152, 152, 0.15);
    min-width: 45px;
    min-height: 45px;
    border-radius: 50%;
    padding: 10px;
    margin-right: 10px;
}
.vida-list p {
    font-weight: 400;
    font-size: 15px;
    line-height: 24px;
    color: #727272;
    margin-bottom: 50px;
}
.vida-list-scroll{ 
    height: 250px;
    overflow: auto;
}
 .vida-list-scroll::-webkit-scrollbar,
 .vida-list-scroll::-webkit-scrollbar-thumb {
    width: 26px;
    border-radius: 13px;
    background-clip: padding-box;
    border: 11px solid transparent;
  }
  
  .vida-list-scroll::-webkit-scrollbar-thumb {        
    box-shadow: inset 0 0 0 10px;
  }
.vida-list a{
    border-radius: 18px;
    font-weight: 400;
    font-size: 11px;
    line-height: 103.69%; 
    letter-spacing: 0.03em;
    padding: 6px 20px;
    text-decoration: none;
}

.vida-list a.btn-1{
    background: #ECEAFF;
    color: #574F91;
}
.vida-list a.btn-2{
    background: #FFEFEC;
    color: #B76874;
}


.country-det-sec-2 .container{
    max-width: 1100px;
}
.country-det-sec-2 span{
    font-weight: 400;
    font-size: 11px;
    line-height: 103.19%; 
    color: #8D8D8D; 
    background: #F9F9F9;
    border-radius: 18px;
    padding: 11px 33px;
}

.country-det-sec-2 {
    padding-top: 70px;
    padding-bottom: 30px;
}

.vida-list-clr2{ 
    background: linear-gradient(180deg, rgba(253, 154, 128, 0.08) 19.62%, rgba(253, 154, 128, 0) 136.41%);  
}


/***** Program details *****/
.program-det-sec-1  {
    padding-top: 0;
}
.program-det-sec-1 .imi-breadcrumb {
    margin-bottom: 40px;
}
.program-det-sec-1 .container{
    position: relative;
}
.program-det-sec-1 .container-2::after{
    content: ""; 
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 40%;
    background: linear-gradient(360deg, rgba(253, 154, 128, 0.08) -11.24%, rgba(253, 154, 128, 0) 100%);
    border-radius: 12px;
    z-index: -1;
}

.program-txt-cntr{
    margin: 0 auto;
    max-width: 800px;
}
.program-txt-cntr span.span-tag{
    background: #F9F9F9;
    border-radius: 18px;
    font-weight: 400;
    font-size: 11px;
    line-height: 103.19%;  
    color: #8D8D8D;
    padding: 10px 30px;
}
.program-txt-cntr h1{
    font-weight: 600;
    font-size: 64px;
    line-height: 75px; 
    letter-spacing: 0.03em; 
    color: #2D2D2D;
    margin: 15px 0;
}
.program-txt-cntr p{
    font-weight: 347;
    font-size: 18px;
    line-height: 137.69%; 
    text-align: center;
    letter-spacing: 0.03em; 
    color: #2D2D2D;
    font-stretch: 100; 
}
.program-txt-cntr .form-control{
    background: #FFFFFF;
    box-shadow: 0px 1px 18px rgba(0, 0, 0, 0.05);
    border-radius: 8px;
    font-weight: 347;
    font-size: 16px;
    line-height: 46px; 
    letter-spacing: 0.03em;

    color: rgba(45, 45, 45, 0.47);
    font-stretch: 100;
}
.program-txt-cntr .iti__flag-container{
    height: 60px;
}
.program-txt-cntr label.error {
    position: absolute;
    left: 0;
    bottom: -30px;
    font-size: 14px;
}


.program-txt-cntr .btn { 
    position: relative;
        font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    /* identical to box height */
    
    letter-spacing: 0.03em;
    
    color: #FFFFFF; 
    border-radius: 4px; 
    text-decoration: none;
    
    padding: 15px 22px;
    background-color: #000;
    margin: 5px;
    transition: all 1s;
    }
    .program-txt-cntr .btn::after { 
        content: "";
        position: absolute;
        background: linear-gradient(102.57deg, #FC8989 -19.02%, rgba(253, 149, 128, 0.746906) 49.1%, rgba(255, 166, 116, 0.4) 142.46%);
        left: -5px;
        top: -5px;
        width: calc(100% + 10px);
        height:  calc(100% + 10px);
        z-index: -1;
        border-radius: 8px; 
        -webkit-transition: all .65s ;
            -moz-transition: all .65s;
              -o-transition: all .65s ;
                 transition: all .65s ;
        }
    
        .program-txt-cntr .btn:hover::after {  
        
            background: linear-gradient(300deg, #FC8989 -19.02%, rgba(253, 149, 128, 0.746906) 49.1%, rgba(255, 166, 116, 0.4) 142.46%);
            }
    
    .prg-img-cntr{
        margin: 100px 0 80px;
        position: relative;
        text-align: left;
    }
    
    .prg-img-cntr img.main-vis-img{
        height:345px;
        object-fit:cover;
        max-width: 540px;
        display: block;
        margin: 0px auto;
        border-radius: 60px;
        width: 100%;
    }
.visa-float-1{
    background: #FFFFFF;
    box-shadow: 7px 9px 18px rgba(0, 0, 0, 0.05);
    border-radius: 16px;
    padding: 15px;
    position: absolute;
    left: 0;
    bottom: 20%;
}

.visa-float-1 svg{
    margin-right: 12px;
}
.visa-float-1 h5{
    font-weight: 500;
    font-size: 20px;
    line-height: 103.69%; 
    letter-spacing: 0.03em; 
    color: #2D2D2D;
    margin: 0;
}
.visa-float-1 p{
    margin-right: 12px;
    font-weight: 347;
    font-size: 12px;
    line-height: 137.69%;  
    color: #2D2D2D;
    font-stretch: 100;
    margin: 0;
}
.visa-float-1.visa-float-2{ 
    left: unset;
    right: 0;
    bottom: unset;
    top: 20%;
}
.prg-txt-cntr p{
    text-align: left;
}
.prg-txt-cntr h4{
    font-weight: 400;
font-size: 24px;
line-height: 122.19%; 
text-align: center;
letter-spacing: 0.03em; 
color: #2D2D2D;
margin-top: 80px;
margin-bottom: 10px;
}
.prg-txt-cntr ol li{
      font-weight: 300;
    list-style-type:auto;
    text-align: left; 
font-size: 18px;
line-height: 122.19%;  
letter-spacing: 0.03em; 
color: #2D2D2D;
margin-top: 10px;
margin-bottom: 10px;
}
.rela-list{
    position: relative;
    margin: 15px auto ;
    max-width: 290px;
    overflow: hidden;
    border-radius: 12px;
}
.rela-list img {
    transition: 0.3s;
    height: 210px;
    object-fit: cover;
    width: 100%;
}
.rela-list:hover img{ 
    transform: scale(1.1);
}
.rela-cap{
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    background: linear-gradient(360deg, #1B1B1B 0%, rgba(77, 77, 77, 0) 100%);
    border-radius: 13px; 
    padding: 50px 20px 20px; 
    text-align: left;
    font-weight: 500;
    font-size: 18px;
    line-height: 103.69%; 
    letter-spacing: 0.03em; 
    color: #FFFFFF;
}
.rela-cap a {
    background: unset !important;
    font-size: 18px !important;
    backdrop-filter: unset !important;
    font-weight: 500 !important;
    color: #FFFFFF !important;
    text-decoration: none !important;
}

.rela-cntr{
    max-width: 900px;
    margin: 0px auto;
}
.program-cntry-det .vida-list { 
    margin: 50px 0px;
    text-align: left;
    padding: 25px;
}

.program-cntry-det .vida-list h4 svg { 
    min-width: 30px;
    min-height: 30px; 
    padding: 7px;
    margin-right: 10px;
}
.program-cntry-det .vida-list h4 { 
    font-size: 18px; 
}
/******** what do we offer  ********/
.container-2{
    max-width: 1300px;
}
.what_do_we_offer_sec .btn{
    bottom: 0 !important;
}

.what_do_we_offer_sec .btn.btn-1{
    background: #EBF8FF;
    border-radius: 4px;
    font-weight: 500;
    font-size: 15px;
    line-height: 109.19%; 
    letter-spacing: 0.03em; 
    color: #0B6596 !important;
    box-shadow: none;
    margin-right: 15px;
}
.what_do_we_offer_sec .btn.btn-2{
    background: #E3FFF2;
border-radius: 4px;
    font-weight: 500;
    font-size: 15px;
    line-height: 109.19%; 
    letter-spacing: 0.03em; 
    color: #37AA74 !important;
    box-shadow: none;
}
.what_do_we_offer_se2 .container{
    position: relative; 
}
.what_do_we_offer_se2 img.cover-img {
    position: absolute;
    width: calc(100% - 24px);
    left: 12px;
    top: 0;
    z-index: -1;
}


.what_do_ser_list{
    max-width: 1050px;
    margin: 0 auto;
    padding-top: 190px;
}

.we-do-list{
    border-radius:  7px;
    overflow: hidden;
    margin: 0 6px;
}
.we-do-list h4{
    background: linear-gradient(124.14deg, rgba(251, 66, 77, 0.78) 29.79%, #F79885 102.38%);
    margin: 0;
    font-weight: 600;
    font-size: 20px;
    line-height: 28px; 
    text-transform: capitalize; 
    color: #FFFFFF;
    padding: 20px 35px;
}
.we-do-list ul{
    background: linear-gradient(124.14deg, rgba(15, 45, 137, 0.567) 29.79%, rgba(53, 41, 191, 0.9) 102.38%);
    box-shadow: 0px -1px 11px #F5F5F5;
    backdrop-filter: blur(14px);
    padding: 30px 35px;
    margin: 0;
}
.we-do-list ul li{
    position: relative;
    font-weight: 500;
    font-size: 16px;
    line-height: 103.69%; 
    letter-spacing: 0.03em;  
    color: #FFFFFF;
    margin: 20px 0;

}
.we-do-list ul li img{
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background-color: #fff;
    padding: 9px;
    object-fit: contain;
    margin-right: 19px;

}
.we-do-list ul li a{   
    color: #FFFFFF; 
    text-decoration: none;
}


.we-do-list ul li a i{ 
    position: absolute;
    right: 0;
    top: 10px;
    opacity: 0;
    transition: all .5s;   
}

.we-do-list ul li a:hover i{  
    opacity: 1; 
}




.what_do_we_offer_se3 .container { 
    position: relative; 
}
.what_do_we_offer_se3.bg-cl-1 .container::after{
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(360deg, rgba(253, 154, 128, 0.08) -11.24%, rgba(253, 154, 128, 0) 100%);
border-radius: 12px;
z-index: -1;
}

.what-de3-text-cntr {
    max-width: 746px;
    margin: 60px auto;
    padding: 100px 0 100px;
}

.what-de3-text-cntr h4{
    font-weight: 400;
    font-size: 40px;
    line-height: 115.69%; 
    text-align: center;
    letter-spacing: 0.03em;  
    color: #2D2D2D;
    margin-bottom: 40px;
}
.what-de3-text-cntr ul{
    margin: 0;
    padding: 0;
}

.what-de3-text-cntr ul li{
    font-weight: 347;
    font-size: 18px;
    line-height: 137.69%; 
    text-align: justify;
    letter-spacing: 0.03em; 
    color: #2D2D2D;
    font-stretch: 100;
    margin-bottom: 20px;
    padding-left: 20px;
    position: relative;
}

.what-de3-text-cntr ul li::after{
    content: ""; 
    position: absolute;
    left: 9px;
    top: 9px;
    width: 3px;
    height: 3px;
    border-radius: 50%;
    background-color: #000;
}

.what_do_we_offer_se3.bg-cl-2 .container::after{
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(186.06deg, #F2F7FF 6.02%, #FFFFFF 111.58%);
    border-radius: 6px;
    z-index: -1;
}

/******* pre landing ********/
.prg-txt-cntr a{
    text-decoration: underline;
    color: #3529BF ;
}
.prg-txt-cntr span{
    background: linear-gradient(124.14deg, rgba(15, 45, 137, 0.63) 29.79%, #3529BF 102.38%);
    backdrop-filter: blur(9px); 
    border-radius: 37px;
    font-weight: 400;
    font-size: 11px;
    line-height: 103.19%; 
    color: #FFFFFF !important;
    padding: 10px 20px;
    display: inline-block;
}
.prg-txt-cntr span:hover{
    background: linear-gradient(360deg, rgba(15, 45, 137, 0.63) 29.79%, #3529BF 102.38%);  
}
.prg-txt-cntr ul {
     margin: 20px  0 40px;
     padding: 0;
}
.prg-txt-cntr ul li {
    font-weight: 347;
font-size: 18px;
line-height: 137.69%; 
text-align: justify;
letter-spacing: 0.03em; 
color: #2D2D2D;
font-stretch: 100;
position: relative;
padding-left: 20px;
margin-bottom: 20px;

}

.prg-txt-cntr ul li::after{
    content: ""; 
    position: absolute;
    left: 9px;
    top: 9px;
    width: 3px;
    height: 3px;
    border-radius: 50%;
    background-color: #000;
}

.program-det-sec-1 .container-2.bg-clr-2::after { 
    width: 100%;
    height: 100%;
    background: linear-gradient(186.06deg, #F2F7FF 6.02%, #FFFFFF 111.58%);
}

.pe-la-cntr{
    padding: 90px 80px 60px;
}
.pe-la-cntr h4{
    font-weight: 400;
font-size: 40px;
line-height: 115.69%; 
margin-bottom: 40px;
color: #2D2D2D;
}

.pe-la-cntr ul{
   margin: 0 140px 0 0;
   padding: 0;
}

 

.pe-la-cntr ul li {
    font-weight: 347;
font-size: 18px;
line-height: 137.69%;
/* or 25px */

text-align: justify;

color: #2D2D2D;
font-stretch: 100;
position: relative;
padding-left: 20px;
margin-bottom: 15px;

}

.pe-la-cntr ul li::after{
    content: ""; 
    position: absolute;
    left: 9px;
    top: 9px;
    width: 3px;
    height: 3px;
    border-radius: 50%;
    background-color: #000;
}


.visa-sec-1{
    padding-top: 0px;

}
.visa-sec-1 .service-det-page-sec6 .accordion-item { 
    max-width: 100%; 
}
.visa-sec-1 .service-det-page-sec6 .sec-title h4 {
    margin-bottom: 0;
}
.visa-sec-1 .sec-title h1{
    font-weight: 600;
    font-size: 48px;
    line-height: 106.69%;
    /* or 51px */
    margin: 13px 0 15px;
    letter-spacing: 0.03em;
    
    color: #2D2D2D;
    
}

.visa-sec-1 label{
    background: #EBF8FF;
    border-radius: 4px;
    font-weight: 400;
    font-size: 15px;
    line-height: 125.19%; 
    letter-spacing: 0.03em; 
    color: #0B6596;
    padding: 10px 16px;
    display: inline-block;
    margin-bottom: 30px;
}
.visa-sec-1 p{
    font-weight: 347;
    font-size: 18px;
    line-height: 137.69%;  
    color: #2D2D2D;
    font-stretch: 100;
}


.visa-sec-1 h3{
    font-weight: 500;
    font-size: 24px;
    line-height: 122.19%; 
    letter-spacing: 0.03em; 
    color: #2D2D2D;
    margin-top: 20px;
    margin-bottom: 18px;
}

.visa-sec-1 ul{
    margin: 0 140px 0 0;
    padding: 0;
 }
 
  
 
 .visa-sec-1 ul li {
     font-weight: 347;
 font-size: 18px;
 line-height: 137.69%;
 /* or 25px */
 
 text-align: justify;
 
 color: #2D2D2D;
 font-stretch: 100;
 position: relative;
 padding-left: 20px;
 margin-bottom: 15px;
 
 }
 
 .visa-sec-1 li::after{
     content: ""; 
     position: absolute;
     left: 9px;
     top: 9px;
     width: 3px;
     height: 3px;
     border-radius: 50%;
     background-color: #000;
 }


.visa-apeal{
    background: rgba(235, 227, 255, 0.4);
border-radius: 15px;
padding: 75px;
margin-left: 10px;
}

.visa-apeal h4{
    font-weight: 347;
    font-size: 32px;
    line-height: 115.19%;  
    color: #000000;
    font-stretch: 100;
    margin-bottom: 20px;
}

.visa-apeal span{
    font-weight: 400;
    font-size: 16px;
    line-height: 125.19%; 
    color: #877BA7;
    
margin-bottom: 20px;

display: inline-block;
}


.visa-apeal .btn{
    background: rgba(251, 66, 77, 0.99);
    border-radius: 3px;
    padding: 25px 30px;
    font-weight: 500;
font-size: 24px;
line-height: 122.19%;
display: block;
/* or 29px */
text-align: left;
letter-spacing: 0.03em;
color: #FFFFFF;
}
.visa-apeal .btn svg{
    margin-top: 10px;
}


.mega-cntr{
    background: linear-gradient(0deg, #E9E4F8 -34.31%, #FFFFFF 45.03%);
    box-shadow: 0px 24px 55px rgba(204, 204, 204, 0.29), inset 0px 4px 21px rgba(245, 245, 245, 0.67);
    padding: 45px 0px 80px;
    border-radius: 0 0 50px 50px;
    position: relative; 
    /* transform: translateY(-100%);
    transition: all .3s cubic-bezier(.215,.61,.355,1) .3s;
    visibility: hidden;
    opacity: 0; */
}
.mega-cntr::after{
    content: "";
    position: absolute; 
    left: 50%;
    top: 0;
    height: 100%;
    width: 1px;
    background-color: rgba(152, 152, 152, 0.17);
}
.mega-cntr.active{ 
    opacity: 1;
    transform: translateY(0);
    transition: transform 1.5s cubic-bezier(.075,.82,.165,1),opacity .9s cubic-bezier(.19,1,.22,1);
    visibility: visible;
    transition-delay: .3s;
}

.mega-left{
    padding: 0 30px 0 45px;
     
}
.mega-left ul.menu-tab  {
    margin: 0;
    padding: 0;
}
.mega-left ul.menu-tab li{
    display: inline-block; 
    width: calc(49.5% - 20px);
    margin: 10px;
}

.mega-left ul.menu-tab li .btn{
    display: block; 
    background: rgba(236, 239, 255, 0.57);
border-radius: 11px;
font-weight: 500;
font-size: 20px;
line-height: 23px;
letter-spacing: 0.03em;
padding: 15px 18px;
color: #8A96CE;
text-align: left;
position: relative;
width:100%;
box-shadow:none !important;
}

.mega-left ul.menu-tab li .btn svg{
   opacity: 0;
   position: absolute;
   top: 25px;
   right: 15px;
}

.mega-left ul.menu-tab li .btn.active{
     display: block; 
    background: rgba(255, 96, 113, 0.07); 
color: #2D2D2D; 
}


.mega-left ul.menu-tab li .btn:hover{ 
   background: rgba(255, 96, 113, 0.07); 
color: #2D2D2D; 
}
.mega-left ul.menu-tab li .btn:hover svg{
    opacity: 1;
 }







.mega-left ul.menu-tab li .btn.active svg{
    opacity: 1;
 }
 
.mega-left .service-det-bnr-right {
    margin: 20px auto 0;
    width: 100%;
    max-width: 550px;
    float: none;
    position: absolute;
    height: 100%;
}

.mega-left ul.menu-tab li .btn img{
    width: 58px;
    border-radius: 8px;
    margin-right: 10px;
}
.mega-left .service-det-bnr-right img {
    object-fit: cover;
    height: 260px;
    width: 100%;
}
.mega-left .service-det-bnr-cap h3 { 
    font-size: 20px; 
    margin-bottom: 0px;
}
.mega-left .service-det-bnr-right video{
    object-fit: cover;
}
 
.mega-left .service-det-bnr-cap h3 { 
    font-size: 20px; 
    margin-bottom: 0px;
}

.mega-left .ser-ply-btn svg{
    width: 70px;
    height: 55px;
}
.mega-left .ser-ply-btn img {
    width: 55px;
    height: 55px;
    padding: 20px;
    background: #fff;
    border-radius: 50%;
}
.mega-left .service-det-bnr-cap a::after {
    left: calc(50% - 30px);
    top: calc(50% - 30px);
    width: 60px;
    height: 60px;
}
.mega-right{
    padding: 0 30px  ;
}

.mega-right .mega-rht-tl{
    font-weight: 400;
font-size: 11px;
line-height: 103.19%;
/* or 11px */

letter-spacing: 0.035em;

color: #8D8D8D;
}

.mega-right ul { 
    padding: 0;
    margin: 0;
}
.mega-right ul li {
    position: relative; 
    font-weight: 400;
    font-size: 16px;
    line-height: 103.69%; 
    letter-spacing: 0.03em; 
    color: #2D2D2D; 
    margin: 20px 0;
}
.mega-right ul li:hover { 
    font-weight: 500; 
}
.mega-right ul li a {
    color: #2D2D2D;
    text-decoration: none;
    display: block;
    padding-right: 20px;
}
.mega-right ul li img {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background-color: #fff;
    padding: 9px;
    object-fit: contain;
    margin-right: 8px;
    border: 1px solid rgba(152, 152, 152, 0.15);
}
.mega-right ul li a i {
    position: absolute;
    right: 0;
    top: 0;
    opacity: 0;
    transition: all .5s;
}
.mega-right ul li a:hover i { 
    opacity: 1; 
}
.mega-box{
    background: linear-gradient(124.14deg, rgba(15, 45, 137, 0.567) 29.79%, rgba(53, 41, 191, 0.9) 102.38%);
    backdrop-filter: blur(9px); 
    border-radius: 12px;
    padding: 20px;
    position: relative;
}
.mega-box img{
    position: absolute;
    right: 28px;
    top: -14px;
}
.mega-box p{
    font-weight: 400;
    font-size: 15px;
    line-height: 130.19%;  
    color: #FFFFFF;
}
.mega-box hr{
    margin: 0 -20px 15px;
    background: #fff;
    
}

.mega-box .btn-1{
    font-weight: 400;
    font-size: 11px;
    line-height: 103.69%; 
    letter-spacing: 0.03em; 
    color: #574F91;
    background: #ECEAFF;
    border-radius: 18px; 
    background: #ECEAFF;
    border-radius: 18px;
    margin-right: 10px;
    padding: 5px 15px;
    text-decoration: none;
}
.mega-box .btn-1:hover{  
    background: #d5d1fa; 
}

.mega-box .btn-2{
    font-weight: 400;
    font-size: 11px;
    line-height: 103.69%; 
    letter-spacing: 0.03em; 
    color: #fff;
    background: linear-gradient(124.14deg, rgba(251, 66, 77, 0.78) 29.79%, #F79885 102.38%); 
    border-radius: 18px;  
    border-radius: 18px;
    margin-right: 10px;
    padding: 5px 15px;
    text-decoration: none;
}
.mega-box .btn-2:hover{ 
    background: linear-gradient(360deg, rgba(251, 66, 77, 0.78) 29.79%, #F79885 102.38%);   
}

.mega-tab-cntr-2{
    position: relative;
    height: 350px;
}

.mega-tab-cntry-22{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.mega-tab-cntry-23{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; 
}
.mega-tab-cntr-1{
    position: relative;
    height: 260px;
        margin: 0px auto;
    max-width: 555px;
}
.mega-menu .dis-none{
    display: none;
}







.immilaw-nav-pop .accordion-item{
    background-color: unset;
    border: 0;
}
.immilaw-nav-pop .accordion-button {
    color: #fff;
    background-color: unset;
    box-shadow: none;
    padding: 15px 30px;
    text-decoration: none;

    font-weight: 600;
font-size: 15px;
line-height: 18px;
/* identical to box height */

letter-spacing: 0.03em;

color: #2D2D2D;
}

.immilaw-nav-pop .accordion-body {
    padding: 0;
}

.immilaw-nav-pop .accordion-button:after {
    background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23333333'><path fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/></svg>") !important;
    width: 15px;
    height: 15px;
    background-size: contain;
}


  .immilaw-nav-pop .accordion-button.nav-none-down::after{
    display: none;
  }
  .immilaw-nav-pop .accordion-item.mob-nav-bored-btm{
    border-bottom: 1px solid rgba(152, 152, 152, 0.15)!important;
}
 

/******* Service list *******/
.service-page-sec p {
    font-weight: 400;
    font-size: 15px;
    line-height: 125.19%;
    text-align: center;
    letter-spacing: 0.03em;
    color: #8D8D8D;
    max-width: 300px;
    margin: 0 auto;
}
.service-list-page-sec-2 .container{
    max-width: 970px;
}
.ser-list-cntr  {
    margin: 15px 0;
    border-radius: 12px;
    overflow: hidden;
    position: relative;
}
.ser-list-cntr .list-img{
    width: 100%;
    height: 268px ;
    object-fit: cover;
    display: block;   
    transform: scale(1.15);
    transition: transform 0.5s, opacity 0.5s;
  }
  
  .ser-list-cntr .list-img:hover { 
    transform: scale(1.03);
  }
.ser-lis-cap{
    background: linear-gradient(124.14deg, rgba(15, 45, 137, 0.567) 29.79%, rgba(53, 41, 191, 0.9) 102.38%);
    box-shadow: 0px -1px 11px #F5F5F5;
    backdrop-filter: blur(14px); 
    border-radius: 0px 0px 7px 7px;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    padding:20px 25px;
}
.ser-lis-cap a{
    background: #ECEAFF;
    border-radius: 18px;
    font-weight: 400;
    font-size: 11px;
    line-height: 103.69%; 
    letter-spacing: 0.03em; 
    color: #574F91 !important;
    padding: 5px 20px;
    float: right;
    display: inline-block;
    margin: 7px 0 0;
    transition: all .3s;
}
.ser-lis-cap a:hover {
    background: #fb757d; 
    color: #fff !important; 
}
.ser-lis-cap p {
    font-weight: 500;
    font-size: 16px;
    line-height: 103.69%;
    letter-spacing: 0.03em;
    color: #FFFFFF;
    margin: 0;
    padding-right: 95px;
    padding-left: 50px;
}
.ser-lis-cap p img {
    background: #FFFFFF;
    box-shadow: 0px 28px 60px rgba(152, 152, 152, 0.15);
    width: 37px;
    height: 37px;
    border-radius: 50%;
    padding: 9px; 
    margin-left: -50px;
    margin-right: 13px;
}

.cat-tags {
    margin: 20px 0;
}
.cat-tags a {
    border-radius: 16px;
    background: #EEF4FF;
    color: #C11574 !important;
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    padding: 5px 15px;
    margin: 5px;
    display: inline-block;
}



/**** modal Styles ***/
.modal-backdrop {
    background: linear-gradient(155deg, rgba(15, 45, 137, 0.57) 0%, rgba(53, 41, 191, 0.90) 100%);
    box-shadow: 0px -1px 11px 0px #F5F5F5;
    backdrop-filter: blur(14px);
}
.modal-backdrop.show {
    opacity: 1;
}

.cta-modal .modal-dialog{
    max-width: 920px;
}
.cta-modal .modal-body{
    padding: 32px 50px;
    position: relative;
}
.cta-modal .btn-secondary{
    background: none;
    padding: 0;
    border: 0;
    position: absolute;
    left: 25px;
    bottom: 25px;

}

.cta-modal .modal-content{
    border-radius: 15px;
    background: #F7F4FF;
    backdrop-filter: blur(28.5px);
}
.cta-modal-left  {
    padding: 50px 0 50px 50px;
}
.cta-modal-left h3{
    color: #68559A; 
    font-size: 48px;
    font-style: normal;
    font-weight: 600;
    line-height: 103.688%; /* 49.77px */
    letter-spacing: 1.44px;
}
.cta-modal-left p{
    color: #7B68AE; 
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 122.187%; /* 24.437px */
    letter-spacing: 0.6px;
}
.cta-modal-left .btn{
    border-radius: 5px;
    background: linear-gradient(45deg, #FFB199 0%, #FF0844 100%) ;
    box-shadow: 0px 12px 24px -9px #A7B0FF;  
    color: #FFF; 
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 0.48px;
    padding: 15px 22px;
}

.cta-modal-right {
    text-align: center;
}


.cta-modal-left h4{
    color: #68559A; 
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 103.688%; /* 24.885px */
    letter-spacing: 0.72px;
}
.cta-modal-left h5{
    color: #7B68AE; 
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 122.187%; /* 15.884px */
    letter-spacing: 0.39px;
}
.cta-modal-left .recaptcha-text{
    font-size: 12px;
    color: #7B68AE;
    padding: 10px 0;
}
.cta-modal-left .form-control{
    border: 1px solid #DEDAFD;
    color: #2A464F; 
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 10px;
}
.cta-modal-left .iti .form-control{ 
    margin-bottom: 10px !important;
}
.cta-modal-left .iti{
    width: 100%;
}
.cta-modal-left .iti__flag-container{
   height: 33px;
}

.cta-modal-left label.error{
    font-size: 12px;
    position: relative;
    top: -10px;
 }
 

 
.cta-modal-left .btn-prim{
    border-radius: 5px;
    background: linear-gradient(155deg, rgba(15, 45, 137, 0.68) 0%, rgba(53, 41, 191, 0.90) 100%);
    box-shadow: 0px -1px 11px 0px #F5F5F5;
    backdrop-filter: blur(14px);
    color: #FFF; 
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    border: 0;
    padding: 15px 22px;
}




/******* dropdown ********/

.immilaw-nav .dropdown-menu {
    min-width: 13rem;
}
.immilaw-nav .mega-submenu {
    left: 100%;
    top: 0;
    min-width: 25rem;
}
.immilaw-nav .ktm-mega-menu {
    position: static;
}
.immilaw-nav .mega-menu {
    left: calc(50% - 675px);
    right: 0;
    width: 1350px;
    border: 0;
    background: none;
    box-shadow: none; 
}
.immilaw-nav .dropdown-menu li {
    position: relative;
}
.immilaw-nav .dropdown-menu .submenu {
    display: none;
    left: 100%;
    top: 0;
}



/**** form page ****/

.form-page-cntr {
    background: linear-gradient(360deg, rgba(253, 154, 128, 0.08) 19.62%, rgba(253, 154, 128, 0) 136.41%);
    border-radius: 12px;
    padding: 80px;
}

.form-page-cntr .form-group{
    position: relative;
}
.form-page label {
    color: #333;
    font-size: 16px;
    line-height: 1;
    font-weight: 700;
    margin-bottom: 10px;
    padding-left: 5px;
    display: block;
}

 
.form-page label.error { 
    font-size: 12px; 
    font-weight: 400;
    margin-bottom: 0px; 
    position: absolute;
    left: 8px;
    bottom: 15px;
}
.form-page .iti label.error {  
    bottom: -20px;
    left: -5px;
}
.form-page .iti   {  
    margin-bottom: 35px;
}

.form-page .form-control{ 
    height: 54px;
    background-color: #fff;
    border: 1px solid #ccc;
    color: #333;
    font-size: 18px;
    font-weight: 300;
    padding: 0 15px;
    margin-bottom: 35px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-transition: all 400ms ease-in-out;
    -moz-transition: all 400ms ease-in-out;
    -o-transition: all 400ms ease-in-out;
    -ms-transition: all 400ms ease-in-out;
    transition: all 400ms ease-in-out;
}
.form-page .form-control[type=file]{ 
    height: auto; 
    padding: 7px 13px;
}
.form-page .form-select{ 
    height: 54px;
    background-color: #fff;
    border: 1px solid #ccc;
    color: #333;
    font-size: 18px;
    font-weight: 300;
    padding: 0 15px;
    margin-bottom: 35px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-transition: all 400ms ease-in-out;
    -moz-transition: all 400ms ease-in-out;
    -o-transition: all 400ms ease-in-out;
    -ms-transition: all 400ms ease-in-out;
    transition: all 400ms ease-in-out;
}
.form-page hr{
    margin: 10px 0 40px;
}

.form-page h4 {
    letter-spacing: 0.03em;
    color: #2D2D2D;
    font-size: 22px;
    font-weight: 700;
    line-height: 1; 
    margin-bottom: 20px;
}

.form-page h5 {
    letter-spacing: 0.03em;
    color: #2D2D2D;
    font-size: 18px;
    font-weight: 700;
    line-height: 1; 
    margin-bottom: 20px;
}
.form-page .form-check{
    margin-bottom: 35px;
}
.form-page .form-check-label{
    color: #333;
    font-size: 16px;
    line-height: 1;
    font-weight: 400;
    margin-bottom: 0;
    padding-left: 0;
    display: inline-block;
}
 
 
 
.form-page .btn { 
    position: relative;
        font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    /* identical to box height */
    
    letter-spacing: 0.03em;
    
    color: #FFFFFF; 
    border-radius: 4px; 
    text-decoration: none;
    
    padding: 15px 25px;
    background-color: #000;
    margin: 5px;
    transition: all 1s;
    max-width: 200px;
    }
    .form-page .btn::after { 
        content: "";
        position: absolute;
        background: linear-gradient(102.57deg, #FC8989 -19.02%, rgba(253, 149, 128, 0.746906) 49.1%, rgba(255, 166, 116, 0.4) 142.46%);
        left: -5px;
        top: -5px;
        width: calc(100% + 10px);
        height:  calc(100% + 10px);
        z-index: -1;
        border-radius: 8px; 
        -webkit-transition: all .65s ;
            -moz-transition: all .65s;
              -o-transition: all .65s ;
                 transition: all .65s ;
        }
    
        .form-page .btn:hover::after {  
        
            background: linear-gradient(300deg, #FC8989 -19.02%, rgba(253, 149, 128, 0.746906) 49.1%, rgba(255, 166, 116, 0.4) 142.46%);
            }


.normal-drop .dropdown-menu{
    
 
    background: linear-gradient(0deg, #E9E4F8 -34.31%, #FFFFFF 45.03%);
    box-shadow: 0px 24px 55px rgba(204, 204, 204, 0.29), inset 0px 4px 21px rgba(245, 245, 245, 0.67);
    padding: 15px 5px ;
    border-radius: 15px;
    position: relative;
}

.normal-drop .dropdown-menu li a{
    
 line-height:30px; 
    font-size: 13px;
    color: #333 !important;
}
.normal-drop .dropdown-menu li a:hover{
    
 background:#fde0df;
}

.container-blog-det table {
    --bs-table-bg: transparent;
    --bs-table-accent-bg: transparent;
    --bs-table-striped-color: #212529;
    --bs-table-striped-bg: rgba(0, 0, 0, 0.05);
    --bs-table-active-color: #212529;
    --bs-table-active-bg: rgba(0, 0, 0, 0.1);
    --bs-table-hover-color: #212529;
    --bs-table-hover-bg: rgba(0, 0, 0, 0.075);
    width: 100%;
    margin-bottom: 1rem;
    color: #212529;
    vertical-align: top;
    border-color: #dee2e6;
}
.container-blog-det table>tbody {
    vertical-align: inherit;
}
.container-blog-det table>:not(caption)>*>* {
    padding: 0.5rem 0.5rem;
    background-color: var(--bs-table-bg);
    border-bottom-width: 1px;
    box-shadow: inset 0 0 0 9999px var(--bs-table-accent-bg);
}
.container-blog-det table>:not(caption)>* {
    border-width: 1px 0;
}
.container-blog-det a button {
    color: #fff;
    background: #CD4444;
    font-size: 16px;
    font-weight: 700;
    text-decoration: none;
    padding: 10px 15px;
    display: inline-block;
    margin-bottom: 15px;
    border-radius: 10px;
}


.container-blog-det li {
    list-style: unset;
    letter-spacing: 0.03em;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.56;
    margin-bottom: 15px;
}


.float-sec {
    position: fixed;
    left:10px;
    bottom:10px;
    z-index: 10;
    background: linear-gradient(124.14deg, rgba(15, 45, 137, 0.684) 29.79%, rgba(53, 41, 191, 0.9) 102.38%);
    box-shadow: 0px -1px 11px #F5F5F5;
    backdrop-filter: blur(14px);
    border-radius: 10px;
    padding: 15px;
        max-width: 450px;
    text-align: center; 
}
.float-sec h4{
        font-weight: 500;
    font-size: 15px;
    line-height: 109.19%;
    letter-spacing: 0.03em;
    color: #FFFFFF;
    margin:0 15px 0 0;
}
 


 
.float-sec .btn { 
position: relative;
    font-weight: 500;
font-size: 12px;
line-height: 19px;
/* identical to box height */

letter-spacing: 0.03em;

color: #FFFFFF; 
border-radius: 4px; 
text-decoration: none;

padding: 5px 25px;
background-color: #000;
margin: 5px;
transition: all 1s;
}
.float-sec .btn::after { 
    content: "";
    position: absolute;
    background: linear-gradient(102.57deg, #FC8989 -19.02%, rgba(253, 149, 128, 0.746906) 49.1%, rgba(255, 166, 116, 0.4) 142.46%);
    left: -5px;
    top: -5px;
    width: calc(100% + 10px);
    height:  calc(100% + 10px);
    z-index: -1;
    border-radius: 8px; 
    -webkit-transition: all .65s ;
        -moz-transition: all .65s;
          -o-transition: all .65s ;
             transition: all .65s ;
    }

.float-sec .btn:hover::after {  
    
        background: linear-gradient(300deg, #FC8989 -19.02%, rgba(253, 149, 128, 0.746906) 49.1%, rgba(255, 166, 116, 0.4) 142.46%);
        }


@media (max-width: 1700px) {

    .service-page-sec-2 {
        padding-left: 9%;
    }
}

@media (max-width: 1450px) {
    .banner-text-cntr h2 { 
        font-size: 55px; 
    }
    .service-page-sec-2 {
        padding-left: 4%;
    }
    .service-det-page-sec2 .nav-pills .nav-link { 
        padding: 20px 12px; 
    }
    .service-det-page-sec2 .nav-pills .nav-link img { 
        margin-right: 8px;
    }
    .mega-box .btn-1 {
        padding: 5px 10px;
    }

    .top-menu ul.menu-right li a { 
    padding: 0.5rem;
}

.tabs-nav li { 
    font-size: 36px; 
}
.tabs-nav li.active { 
    font-size: 44px; 
}
.tabs-nav li.active a img {
    width: 60px;
    height: 60px; 
}

}
@media (max-width: 1366px) {
    .banner-text-cntr { 
       /* margin-left: 80px;*/ 
    }
    .banner-text-cntr h2 { 
        font-size: 50px; 
    }
    .abour-baner-cap img { 
        left: -75px;
    }  
    .lett-taxt-cntr {
        margin: 125px 0 0 120px;
    }
    .blog-detail-cntr .sticky-top { 
        margin: 25px 0 25px -80px;
    }
    .service-page-sec-2 {
        padding-left: 8%;
    }
    .ser-left h3 { 
        font-size: 24px;
        line-height: 30px; 
    }
    .ser-left ul li .nav-link { 
        font-size: 24px;
        line-height: 28px; 
        padding: 15px;
    }
    .ser-left ul li img { 
        width: 45px;
    }
    .ser-left ul li svg {
        width: 25px;
        height: 20px;
    }

    .service-det-page-sec2 { 
        padding: 40px 35px 60px;
    }
    .service-det-page-sec2 .nav-pills .nav-link img {
        width: 35px;
        height: 22px; 
        margin-right: 5px;
    }
    .service-det-page-sec2 .nav-pills .nav-link { 
        font-size: 16px;
        line-height: 23px; 
    }
    .service-det-page-sec4 ul li { 
        max-width: 130px; 
        margin: 0 15px;
    }
    .home-test-img-cntr { 
        margin: 105px 0 100px 200px; 
    }
    .home-test-img-cntr span { 
        right: -45px; 
    }
    .testi-nav .slide-arrow.prev-arrow {
        left: 37%;
    }
    .testi-nav .slide-arrow.next-arrow {
        left: 43%;
    }
    .lett-loca-left-cntr {
        margin: 0 0 0 0px;
    }
    .service-det-page-sec3-right img { 
        right: -60px; 
        max-width: 100%;
    }

    .container-2 {
        max-width: 1110px;
    }

    .mega-left ul.menu-tab li .btn img {
        width: 45px; 
        margin-right: 6px;
    }

    .mega-left {
        padding: 0 20px 0 25px;
    }

    .mega-tab-cntr-1 { 
        margin: 0 10px;
    }

    .mega-right {
        padding: 0 20px;
    }
    .mega-box { 
        padding: 15px; 
    }
    .mega-box .btn-1 { 
        font-size: 10px; 
        margin-right: 2px;
        padding: 5px 15px; 
    }
    .mega-box .btn-2 { 
        font-size: 10px; 
        margin-right: 0;
        padding: 5px 15px; 
    }
    .mega-left ul.menu-tab li .btn svg { 
        top: 21px; 
    }

    .mega-left ul.menu-tab li .btn { 
        font-size: 14px;
        line-height: 23px; 
        padding: 10px 13px; 
    }
    .mega-left ul.menu-tab li { 
        margin: 0 5px;
    }
    .mega-left ul.menu-tab li .btn img {
        width: 30px;
        border-radius: 8px;
        margin-right: 5px;
    }
    .mega-left ul.menu-tab li .btn svg { 
        top: 17px;
        right: 13px;
        width: 11px;
        height: 11px;
    }
    .mega-box .btn-2 { 
    display: inline-block;
    padding: 5px 10px;
}
.mega-box .btn-1 { 
    display: inline-block;
    padding: 5px 10px;
}

.immilaw-nav .mega-menu {
    left: calc(50% - 570px); 
    width: 1140px; 
}

}
@media (max-width: 1200px) {

    
    .about-tem-sec .container { 
        padding: 0 35px;
    }
    .banner-text-cntr h2 {
        font-size: 40px;
    }
  
    .share-blog {
        font-size: 20px;
    }
    .share-blog div {
        display: inline-block;
    }
    .share-blog a {
        display: inline-block;
        margin: 5px 0 0 25px;
        width: 33px;
    text-align: center;
    }
    .blog-detail-cntr .sticky-top { 
        margin: 25px 0 25px -55px;
    }
    .container-blog-det {
        margin:  0 auto 0;
        padding:40px 60px 0;
    }
    .service-page-sec-2 {
        padding-left: 4%;
    }

.contact-page-sec .contact-cntr {
    max-width: 96%;
}
.contact-tab-hd h5 { 
    margin: 0 15px 0 5px;
}


.gall-list img {  
    height: 150px; 
}
.why-choos-container .service-det-page-sec4 ul li {
    display: inline-block;
    max-width: 130px;
    float: left;
    margin: 25px 45px 25px 0;
}
.why-choos-container .service-det-page-sec4 ul li { 
    max-width: 130px; 
    margin: 15px 45px 15px 0;
}
.why-choos-container {
    max-width: 81%; 
}
.why_right-cntr { 
    padding: 35px 35px;
    margin-left: 25px;
}
 
.why-choos-container .service-det-page-sec4 {
    padding: 30px;
    margin-left: 25px;
}

.country-banner-left { 
    padding: 60px 60px; 
}

.about-counter-cntr {
    margin: 40px 0 55px 50px;
}
 

.contact-tab-hd { 
    display: block !important;
}
.contact-tab-hd .nav .nav-item.dropdown {
    margin: 0 5px;
}
.top-menu ul.menu-right li a {
    padding: 0.5rem 5px;
}

.top-menu ul.menu-right li { 
    font-size: 9px; 
}

}

@media (max-width: 1024px) {
    
    .banner-text-cntr { 
        margin-left: 0px; 
    }
    .immilaw-nav .nav-item {
    margin-left: 0px;
}
.tabs-nav li.active { 
    font-size: 4px; 
}
.tabs-nav li.active a img {
    width: 50px;
    height: 50px; 
}
.about-text-cntr {
    margin: 45px 0 0 0px;
}
.about-counter-cntr {
    margin: 40px 0 55px 32px;
}
.abou-img-cntr video {
    top: 3%;
    height: 96%;
    border-radius: 50%;
}
.home-test-img-cntr { 
    margin: 105px 100px 100px 130px; 
}

.test-user-info { 
    left: -120px; 
}
.testi-nav .slide-arrow.next-arrow {
    left: 50%;
}
.lett-taxt-cntr {
    margin: 125px 0 0 20px;
}
.lett-loca-left-cntr {
    margin: 0;
}
.about-tem-list { 
    margin: 0px 15px;
}

.about-sec-2 h2 { 
    font-size: 44px; 
    margin: 90px 0 0 30px;
}


.abour-baner-cap h1 { 
    font-size: 55px; 
    margin: 15px 0 25px;
}
.abour-baner-cap img {
    left: 90px;
    max-width: 700px;
}

.abt-count h3 { 
    font-size: 50px; 
}
.about-sec4-left h3 { 
    font-size: 50px; 
}
.choose-list {
    margin: 25px 0px;
}

.blog-detail-cntr .sticky-top { 
    margin: 25px 0 25px -5px;
}
.container-blog-det { 
    padding: 40px 100px 0;
}

.ser-left ul li img {
    width: 35px;
}
.ser-left ul li .nav-link {
    font-size: 18px;
    line-height: 24px;
    padding: 10px;
}


.service-det-page-sec4 ul li { 
    max-width: 108px;  
}
.service-det-page-sec3-right img { 
    right: -70px; 
    width: 96%;
}
.service-det-bnr-left {
    margin-left: 0;
}
.service-det-page-sec3 { 
    padding: 100px 60px 150px 80px;
}


.test-data-cntr { 
    padding: 55px; 
}


.event-list-cntr { 
    padding: 25px 20px 35px 20px;
}
.event-tem-list { 
    margin: 15px 0px;
}
.event-tem-list-cap {
    padding: 15px;
}


.contact-hd-left {
    margin-right: 50px;
}

.foot-sec-1 ul li { 
    font-size: 14px; 
    padding: 0 10px; 
}
.foot-sec-1 ul { 
    margin: 30px 0 0 0;
}

.share-blog span {
    font-size: 0px;
    display: inline-block;
}
.share-blog span i {
    text-align: center;
    color: #fff;
    font-size: 18px;
    font-weight: 500;
}
#blog-share-list {
    display: none;
}
.blog-detail-cntr .sticky-top {
    width: 40px;
    height: 228px;
}
.share-blog a { 
    margin: 5px 0 0 0;
    width: 40px; 
}
.container-2 {
    max-width: 930px;
}
.immilaw-nav .mega-menu {
    left: calc(50% - 480px);
    width: 960px;
}
ul.AddressBlock li { 
    width: 100%;
}
.ind-cntr { 
    margin: 5px 0;
}

.home-serv-text-cntr .btn-1 { 
    margin-right: 10px; 
}
.home-serv-text-cntr .btn-2 { 
    margin-right: 10px;
}
.about-text-cntr h3 { 
    font-size: 36px; 
}
test-inner-cntr{
    padding-top: 0;
}

.visa-sec-1 ul {
    margin: 0; 
}
.program-txt-cntr h1 { 
    font-size: 50px; 
}
.prg-txt-cntr{
    padding-top: 30px;
}
.service-det-page-sec3-left h3 { 
    font-size: 28px; 
}

.banner-text-cntr h2 {
    font-size: 30px;
}

}


@media (max-width: 991px) {

    .blog-detail-cntr .sticky-top { 
        width: 40px;
        height: 228px;
    }
.share-blog a {
    display: inline-block;
    margin: 0 5px;
} 
.share-blog span { 
    font-size: 0px; 
    display: inline-block;
}

.share-blog span i {
    text-align: center;
    color: #fff;
    font-size: 18px;
    font-weight: 500;
}





.container-blog-det {
    margin: 0 auto 0;
    padding-left: 35px;
    padding-right: 35px;
}
.about-banner-cntr {
    padding-top: 180px; 
}
.share-blog div{
    display: inline-block;
}
.share-blog { 
    font-size: 20px;
}

.not-found-cntr {
    padding: 110px 0 50px; 
}
.not-found-cntr h4 {
    font-size: 26px; 
}
.not-found-cntr p {
    font-size: 18px; 
}
#blog-share-list{
    display: none;
}

.event-tem-list-cap { 
    position: relative;
}
 

.news-date {
    position: absolute;
    background-color: rgba(255,255,255,.7);
    top: -52px;
    padding: 0 10px;
    margin: 0 !important;
}
.event-tem-list-cap h4 { 
    font-size: 24px; 
}
.event-tem-list-cap span { 
    font-size: 10px;
    line-height: 10px; 
}
.event-tem-list-cap h4 { 
    font-size: 24px;
    line-height: 20px; 
}

.banner-sec { 
    min-height: 620px;
}
.home-serv-text-cntr {
    margin: 120px 0 0 80px;
    max-width: 485px;
    position: relative;
}
.home-pos-cntr { 
    left: -78px; 
}
.lawyer-img-cntr::after { 
    left: calc(50% - 153px); 
}
.lawyer-img-cntr { 
    max-width: 450px;
    margin: 0 auto;
}
.home-test-img-cntr {
    margin: 105px 0px 100px 60px;
}
.test-user-info {
    left: -30px;
}
.home-test-img-cntr span {
    right: 8px;
}
.lett-taxt-cntr {
    margin: 125px 0 0 0;
}
.lett-taxt-cntr .btn-1 { 
    margin-right: 15px;
    width: 130px; 
}
.lett-taxt-cntr .btn-2 { 
    padding: 15px 20px; 
    width: 142px; 
}


 

.tab-menu{
    display: flex;
}
.search-box { 
    margin-right: 10px;
}
.abour-baner-cap img {
    left: 0; 
}
.immilaw-nav .navbar-toggler {
    padding: 0;
    border: 0;
    font-weight: 400;
    font-size: 11px;
    line-height: 13px;
    letter-spacing: 0.03em;
    color: #171717;
    margin-left: 12px;
    box-shadow: none;
}



.immilaw-nav-pop .nav-item {
    margin-left: 0px;
    border-bottom: 1px solid rgba(0,0,0,.1);
}
.immilaw-nav-pop .nav-link { 
    line-height: 24px; 
    color: #fff !important;
}

.immilaw-nav-pop .navbar-toggler {
    padding: 2px 5px;
    border: 1.5px solid rgba(152, 152, 152, 0.15);
    border-radius: 50%;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: 0.03em;
    color: #2D2D2D;;
    margin-left: 0px;
    box-shadow: none;
    max-height: 30px;
    max-width: 30px;
    width: 100%;
} 


.immilaw-nav-pop .dropdown-toggle::after {
    content: "\ea4e" !important;
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0;
    border-right: 0;
    border-bottom: 0;
    border-left: 0;
    font-family: 'remixicon' !important;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    position: absolute;
    right: 0;
}
.immilaw-nav .navbar-brand img {
    width: 95px;
}
.immilaw-nav .navbar-toggler{
    padding: 0;
    border: 0; 
    font-weight: 400;
    font-size: 11px;
    line-height: 13px; 
    letter-spacing: 0.03em; 
    color: #171717;
    margin-left: 12px;
    box-shadow: none;
}
.immilaw-nav-pop .dropdown-menu{
    background: rgba(91, 13, 31, 0.83);
    border: 0;
    box-shadow: none;
    position: relative !important;
    transform: unset !important;
    border-radius: 0 !important;
}
.immilaw-nav-pop .dropdown-menu .dropdown-item{
    color: #fff;
}

.mob-follow-cntr{
    margin-top: 30px;
    border: 0 !important;
    padding: 0 30px;
}
.mob-follow-cntr span{
    font-size: 14px;
    line-height: 21px; 
    text-transform: uppercase;  
    color: #2D2D2D;
}
.mob-follow-cntr .foot-social-links{
    margin: 0;
} 
.mob-follow-cntr .foot-social-links a { 
    margin:0 0 0 15px; 
    color: #2D2D2D;
}


.immilaw-nav-pop{
    margin: 0 auto;
    height: 100%;
    border: 0;
}

.immilaw-nav-pop .modal-content{
 /*   background: linear-gradient(180deg, rgba(91, 13, 31, 0.83) 0%, rgba(205, 56, 90, 0.664) 100%);
    backdrop-filter: blur(7px);*/
    height: 100%;
    overflow: auto;

    background: linear-gradient(0deg, #E9E4F8 -34.31%, rgba(255, 255, 255, 0.96) 45.03%);
box-shadow: 0px 24px 55px rgba(204, 204, 204, 0.29), inset 0px 4px 21px rgba(245, 245, 245, 0.67);
backdrop-filter: blur(4.5px); 
overflow-x: hidden;
}

.immilaw-nav-pop .navbar-collapse {
    flex-basis: 100%;
    flex-grow: 1;
    align-items: center;
    width: 100%; 
    z-index: 10;
    padding: 20px;
}
.immilaw-nav-pop .navbar-collapse.collapse.show{ 
    opacity: 1;
}

.service-det-bnr-left {
   margin-bottom: 20px;
} 
.service-det-bnr-right { 
    float: none;
    margin: 0 auto;
}
.service-det-page-sec3 {
    padding: 60px 30px 60px 30px;
}

.service-det-page-sec4 { 
    background-position: bottom; 
}
.service-det-page-sec4 h5 { 
    margin: 0 0 15px 15px; 
}

.service-det-page-sec4 ul li {
    max-width: 25%;
}
.imigra-pros-step-cntr {
    margin: 20px auto 0;
}
.foot-sec-1 ul li { 
    padding: 0 6px;
}
.ref-link-cntr { 
    padding: 50px 0; 
}
.service-det-page-sec3-right img {
    right: -40px; 
}
.about-tem-list {
    margin: 0 7px;
}
.team-list-cntr .about-tem-list a { 
    padding: 5px 15px; 
    min-width: 80px;
}

.test-list { 
    padding: 25px;
    margin: 10px; 
}
.test-list p { 
    font-size: 16px; 
}
.contact-tab-hd {
    margin-top: 35px; 
}

.country-banner-left { 
    border-radius: 12px 12px 0 0;
}
.country-banner-right { 
    border-radius: 0 0 12px 12px ;
}
.country-banner-right .video-js {
    border-radius: 0 0 12px 12px  ; 
}
.country-banner-right img.cntry-banner { 
    border-radius: 0 0 12px 12px;
}
.vid-ply-btn { 
    left: calc(50% - 64px);
    top: -43px;
}
.country-banner-vid-cap { 
    left: 10%; 
    width: calc(100% - 20%); 
}
.vida-list { 
    padding: 40px 30px;
    margin: 30px 0 0;
}

.program-txt-cntr .input-group {
    display: block !important;
}
.gallery-cntr {
    padding-bottom: 50px;
} 
.why-vid-title { 
    display: block !important;
}
.why-vid-title p { 
    margin: 0 0 25px;
}
.why-choose-sec .about-vid-cntr img { 
    height: 250px; 
}


.blog-cntr {
    padding-bottom: 50px;
}
.container-2 {
    max-width: 700px;
}
.visa-apeal { 
    padding: 35px; 
}

.program-txt-cntr h1 { 
    font-size: 44px; 
}

.pe-la-cntr {
    padding: 50px 30px 60px;
}
.what_do_we_offer_sec .btn.btn-1 {
    margin-bottom: 15px;
    margin: 0 0 15px;
    max-width: unset;
    display: inline-block;
    width: unset;
}
.what_do_we_offer_sec .btn.btn-2 { 
    display: inline-block;
    width: unset;
    margin: 0 0 15px;
}

.we-do-list ul { 
    padding: 20px 20px; 
}
.we-do-list h4 { 
    padding: 20px 20px;
}
.what_do_ser_list { 
    padding-top: 100px;
}

.mega-tab-cntr-2 {
    position: relative;
    height: 350px;
    overflow-y: auto;
    margin-top: 35px;
}

.mega-left .ser-ply-btn img {
    min-width: 55px;
    height: 55px;
    padding: 15px;
    background: #fff;
    border-radius: 50%;
    object-fit: contain;
}
.mega-cntr::after {
    display: none;
}


.mega-cntr { 
    box-shadow: none;
    padding: 0 0 20px;
    border-radius: 0;
    position: relative;
    transform: unset;
    transition: unset;
    visibility: visible;
    opacity: 1;
    background: none;
}

.mega-left ul.menu-tab li {
    /* width: 100%; */
    margin: 10px 0;
    width: calc(49.5% - 5px);
    padding: 0;
}
.mega-left ul.menu-tab li .btn { 
    padding: 10px 5px;
    font-size: 12px;
    line-height: 16px;
}
.mega-tab-cntr-2 { 
    height: auto; 
    margin-top: 15px;
    overflow: unset;
}
.mega-tab-cntry-22 {
    position: relative; 
}
.mega-tab-cntry-23 {
    position: relative; 
}
.mega-right ul li { 
    font-size: 14px; 
    margin: 15px 0;
}
.mega-tab-cntr-1 {
    margin: 0 0 15px;
}

.mega-left ul.menu-tab li .btn img {
    width: 27px; 
    margin-right: 0;
}
.mega-left ul.menu-tab li .btn svg {
    top: 15px; 
}
.mega-left ul.menu-tab li .btn svg {
    top: 12px; 
}
.mob-menu-sec-1 {
    margin-bottom: 0px;
    border-bottom: 1.5px solid rgba(152, 152, 152, 0.17);
    padding: 0 30px 25px;
}
.mob-menu-sec-1 a {
    font-size: 12px;
    text-align: center;
    font-weight: 400;
    font-size: 11px;
    line-height: 13px;
    letter-spacing: 0.03em;
    color: #171717 !important;
}

.home-serv-text-cntr .btn-1 { 
    font-size: 13px; 
}
.home-serv-text-cntr .btn-2 { 
    font-size: 13px; 
    margin-right: 0;
}

.imi-breadcrumb {
    margin-bottom: 10px;
}

section {
    padding: 50px 0;
}
.home-serv-text-cntr img { 
    height: 184px; 
}
.tabs-nav li { 
    font-size: 28px; 
}
.tabs-nav li.active {
    font-size: 36px;
}
.tabs-nav li.active a img {
    width: 35px;
    height: 35px;
}
.about-text-cntr h3 { 
    font-size: 30px; 
}
.lett-taxt-cntr {
    margin: 70px 0 0 0;
}
.top-menu ul.menu-right li a {
    padding: 0.5rem 0;
}

.abour-baner-cap h1 {
    font-size: 44px; 
}

.choose-list span { 
    margin-right: 10px; 
}

.rela-blog-list {
    margin: 50px auto 0;
    max-width: 450px;
}
.form-page-cntr { 
    padding: 30px;
}
.tab-dis-block{
    display: block !important;
}

}

@media (max-width: 767px) {
    
    .float-sec {
   display:none!important;
}
    section{
        padding-left: 15px !important;
        padding-right: 15px !important;
    }
.mob-dis-none{
    display: none !important;
}
.mob-dis-unset{
    display: unset;
}
.mob-dis-flex{
    display: flex;
}
.mob-dis-block{
    display: block !important;
}
.aos-mob-unset{
    opacity: 1 !important;
    transform: unset !important;
    transition: unset !important;
}
.navbar-nav{
    visibility: hidden;
    display: none;
    opacity: 0;
    transition: all 1s;
}
.navbar-collapse.collapse.show .navbar-nav{
    visibility: visible;
    display: block;
    opacity: 1;
}


.navbar-collapse .mob-dis-none{
    display: none !important;
}
.top-menu {
    padding: 11px 0; 
}


.mob-menu-sec-1{
    margin-bottom: 0px;
    border-bottom: 1.5px solid rgba(152, 152, 152, 0.17);
    padding: 0 30px 25px;
}
.mob-menu-sec-1 a{
    font-size: 12px;
    text-align: center; 

    font-weight: 400;
font-size: 11px;
line-height: 13px;
/* identical to box height */

letter-spacing: 0.03em;

color: #171717 !important;



}







.lady-banner-img { 
    top: 6px;
    left: 90px;
    width: 145px;
}

.search-btn { 
    margin-left: 12px; 
}


.banner-text.cl-1 { 
    top: 40px;
    left: 15px;
    width: 95px; 
}
.banner-text h4 { 
    font-size: 10px; 
}
.banner-text.cl-2 { 
    bottom: 70px;
    right: 40px;
    width: 70px; 
}
.banner-text-white { 
    font-size: 10px; 
}
.banner-text { 
    padding: 5px; 
}

.banner-text-cntr {
    margin: 0px auto 50px;  
}
  
    .banner-text-cntr h2 { 
        text-align: center;
        font-size: 36px;
        margin-bottom: 30px;
    }
    .banner-text-cntr a {  
        margin: 5px auto;
        display: block;
        max-width: 195px;
    }
    .home-sec-clients { 
        padding: 25px 0; 
    }


    .clients-list img {
        height: 45px;
        display: block; 
        object-fit: contain;
        max-width: 100%;
        margin: 15px auto;
    }

    .home-sec-sev { 
        padding: 60px 0 40px;
        background: #fff;
    }
.mob-ser-sec p{
    font-weight: 400;
font-size: 24px;
line-height: 109.19%;
/* or 26px */

letter-spacing: 0.03em;
margin: 0;
color: #716D6D;
text-align: right;

}
.home-serv-text-cntr {
    margin: 35px 0 0 0px; 
}
.home-pos-cntr h2 { 
    font-size: 24px;
    line-height: 28px; 
}
.home-pos-cntr span { 
    font-size: 10px;
    line-height: 14px; 
}
.home-pos-cntr { 
    padding: 20px;
    border-radius: 20px 45px 20px 20px; 
    width: 166px;
    height: 90px; 
    left: 0px;
    top: -35px; 
    background-size: cover;
    background-position: unset;
}
.left-ser-img-cntr {
    border-radius: 70px 20px 20px 20px;
    margin-left: 70px;
}

.mob-ser-sec .home-serv-text-cntr p{
    font-weight: 347;
font-size: 14px;
line-height: 125.19%; 
letter-spacing: 0.03em;
text-align: left;
color: #2D2D2D;
font-stretch: 100;
margin: 25px 0 15px;
}
.home-serv-text-cntr .btn-2 { 
    font-size: 15px;
    line-height: 24px; 
    padding: 10px 20px;
    display: inline-block; 
        width: 157px;
    text-align: center;
}
.home-serv-text-cntr .btn-1 { 
    font-size: 15px;
    line-height: 22px; 
    padding: 10px 20px; 
    display: inline-block;
     width: 150px;
    text-align: center;
}

 
/*
.serv-slider-nav .for-list{
    padding: 5px 0 ; 
}*/
.serv-slider-nav .slick-arrow{
    position: absolute;
    right: 0;
    color: #DB0032;
    background: unset;
    border: 0;
    box-shadow: none;
    font-size: 24px;
    padding: 0;
    line-height: 30px;
}
.serv-slider-nav .slick-arrow.slick-prev{ 
    top: 32%;
}
.serv-slider-nav .slick-arrow.slick-next{ 
    top: 50%;
}

.for-list.slick-slide{
    opacity: .4;
  }
  .for-list.slick-slide.slick-active {
    opacity: .8;
  }
  .for-list.slick-slide.slick-active.slick-center {
    opacity: 1;
  }
 


.serv-slider-nav h3 { 
    font-weight: 500;
    font-size: 16px;
    line-height: 24px; 
    letter-spacing: 0.03em; 
    color: rgba(113, 109, 109, 0.46);
    margin: 5px 0;
    padding: 0 0;
}
.serv-slider-nav h3 img{ 
    width: 0px;
    height: 0px; 
    margin-right: 0px;
    transition: all 1s;
    position: relative;
}
.serv-slider-nav .slick-active.slick-center h3 { 
    font-weight: 500;
font-size: 24px;
line-height:24px; 

letter-spacing: 0.03em;

color: #2D2D2D;
}

.serv-slider-nav .slick-active.slick-center h3 img{ 
    width: 17px;
    height: 17px;  
    margin-right: 10px;
}




.home-lawyers-se {
    padding: 70px 0 40px; 
    margin: 0;
}
.lawyer-cnt-cntr h3 { 
    font-size: 36px; 
}
.lawyer-img-cntr {
    margin: 0 auto;
    padding-bottom: 30px;
    max-width: 295px;
    padding-left: 15px;
    padding-right: 15px;
}
.lawyer-img-cntr img {
    max-width: 215px; 
}
.lawyer-text-cntr h4 { 
    font-size: 16px; 
}
.lawyer-text-cntr p { 
    font-size: 10px; 
    margin: 0;
}
.lawyer-img-cntr::after { 
    width: 231px; 
    height: 335px;
    top: 50px; 
}
.lawyer-text-cntr { 
    padding: 30px 20px; 
}





.home-abour-se { 
    padding: 105px 30px 100px !important;
}
    .about-text-cntr {
        margin: 0px;
        text-align: center;
    }
    .about-text-cntr h3 {
        font-weight: 500;
        font-size: 36px;
        display: block;
        margin: 0 auto 20px;
        max-width: 250px;
    }
    .about-counter-cntr {
        margin: 50px auto;
        max-width: 160px;
    }
    .about-text-cntr a { 
        display: inline-block;
    }
    .abou-img-cntr {
        position: relative;
        max-width: 350px;
        margin: 30px auto 10px;
    }

.home-test-se{
    padding: 95px 0 70px;
}
.home-test-text {
    margin: 0;
}
.home-test-text h2 { 
    font-size: 36px; 
    margin: 20px 0;
}
.home-test-img-cntr {
    max-width: 240px;
    margin: 10px auto 100px;
}
.test-user-info { 
    bottom: -82px;
    left: -17px;  
}

    .home-test-img-cntr {
        max-width: 240px;
        margin: 10px auto 82px; 
    }

    .testi-nav .slide-arrow.prev-arrow {
        left: unset;
        right: 34%;
    }
    .testi-nav .slide-arrow.next-arrow {
        left: unset;
        right: 28%;
    }
    .testi-nav::after {
        content: "";
        position: absolute;
        left: 0;
        bottom: -10px;
        width: 100%;
        height: 90px;
        z-index: -1;
        border-radius: 11px 11px 0 0;
        background-color: #F3F3F3;
    }
    .test-para-cntr { 
        padding: 30px 45px; 
    }
    .home-test-text a { 
        display: block; 
        margin: 0px auto;
        max-width: 155px;
    }

    .home-lett-cntr { 
        padding: 90px 30px 10px;
    }
    .lett-taxt-cntr h2 { 
        font-size: 36px; 
    }
    .lett-taxt-cntr {
        margin: 0 auto;
        max-width: 275px;
    }
    .lett-taxt-cntr.lett-btn-cntr {
        margin: 0 auto;
        max-width: 315px;
    }

    
    .lett-loca-left-cntr {
    margin: 0 0 20px;
}

.lett-img-cntr {
    max-width: 275px;
    margin: 0px auto 0; 
}
.lett-img-cntr img.small-img {
    max-width: 134px;
    width:50%;
    height: 134px;
    top: calc(50% - 67px);
    left: calc(50% - 67px);
}
.lett-taxt-cntr .btn-1 {
    padding: 15px 20px;
    margin-right: 15px;
    max-width: 130px;
    display: inline-block;
    width: calc(50% - 20px);
}

.lett-taxt-cntr .btn-2 { 
    padding: 15px 20px;
    display: inline-block;
    width: 155px; 
}
.home-lett-sec { 
    bottom: 0;
    padding: 0 !important;
}
.home-lett-sec .container {  
    padding: 0 !important;
}



.foot-sec-1 {
    padding: 73px 15px 30px; 
}
.foot-sec-1 .navbar-brand {
    margin: 0px auto;
    display: block;
    max-width: 160px;
}
.foot-social-links {
    margin: 15px 0 25px;
    text-align: center;
}
.foot-sec-1 form .input-group-text { 
    font-size: 0; 
}
.foot-sec-1 form { 
    max-width: 498px; 
    float: none;
    margin: 20px auto 0;
}
.foot-sec-1 ul li { 
    display: block;
    padding: 10px 0;
}
.foot-sec-1 ul li.link-line {
    font-size: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.1); 
    line-height: 0;
    padding: 0;
}

.foot-sec-2 {
    padding: 30px 0; 
}

.foot-sec-1 ul {
    padding: 0;
    margin: 30px 0;
}

.foot-sec-3 p { 
    text-align: center;
}
.home-ser-right{
    margin-top: 50px;
}

.foot-sec-2 .accordion-item{
    border: 0;
    border-bottom: 1px solid  rgba(218, 218, 218, 0.31);

}

.foot-sec-2 .accordion-item .accordion-button{ 
    background-color: unset;
    box-shadow: none;
    font-weight: 500;
    font-size: 15px;
    line-height: 20px;
    padding: 15px 0;
    color: #2D2D2D;
    text-decoration: none;
}

.foot-sec-2 .accordion-item .accordion-button.link::after{  
    display: none;
}




.foot-sec-2 .accordion-body{
padding:0;
}
 

footer hr {
    display: none;
}

.foot-sec-2 ul li { 
    line-height: 24px;
    margin: 7px 0; 
}

.foot-sec-2 ul { 
    margin: 0 ;
}


.foot-sec-3 {
    padding: 0 0 25px;
}
.abou-img-cntr video {
    top: 3%;
    height: 94%;
    border-radius: 50%;
}

 
.share-blog a { 
    display: inline-block;
}

.test-data-cntr { 
    padding: 30px; 
}
.test-title {
    margin-bottom: 30px;
    margin-left: 0;
}
.test-list { 
    padding: 15px;
    margin: 10px 0; 
}

.test-title h1
 { 
    font-size: 30px; 
    line-height: 44px;
}
.test-title p { 
    font-size: 20px;
    line-height: 28px; 
}
.test-list p { 
    font-size: 16px;
    line-height: 24px; 
}
.test-data-cntr .container::after { 
    left: 32px;
    bottom: -44px; 
}
.abour-baner-cap img {
    left: 150px;
    max-width: 450px;
    margin-top: -90px;
}

 
.about-sec-2{
    padding-top: 50px !important;
}
.about-sec-2 h2 {
    font-size: 36px;
    margin: -30px 0 0 0px;
}
.about-sec4-left {
    margin: 80px auto 0; 
}

.about-banner-cntr::before { 
    right: 3%;
    top: 15%;
    width: 160px;
    height: 110px; 
}
.about-banner-cntr::after { 
    left: 3%;
    top: 0%;
    width: 160px;
    height: 110px; 
}

.rela-blog-list {
    margin-top: 50px;
}


.blog-detail-cntr .sticky-top {
    margin: 25px 0 25px -25px;
}

.container-blog-det { 
    padding-left: 15px;
    padding-right: 15px;
}


.serv-page-slider-nav .slick-list {
    padding: 0!important;
}
.ser-right-title {
    padding-right: 0px;
    margin-bottom: 15px;
    padding-left: 10px;
}
.serv-page-slider-nav .slick-arrow.slick-next { 
    right: 10px;
} 
.serv-page-slider-nav .slick-arrow.slick-prev {
    right: unset;
    left: 10px;
}
.serv-page-slider-nav .slick-arrow { 
    top: unset;
    bottom: -60px;
}
.serv-page-slider-nav .slick-list {
    padding-left: 0!important;
    padding-right: 100px !important;
}
.service-page-sec-3 .container { 
    padding:100px 35px 65px; 
}
.ser-right{
    margin-right: -15px;
}


.service-page-sec-2{
    padding-top: 25px;
    padding-bottom: 25px;

}
.serv-page-slider-nav {
    margin-bottom: 90px !important;
}

.abrd-list h5 { 
    font-size: 18px; 
}

.abour-baner-cap h1 {
    font-size: 48px; 
    margin: 15px 0 45px;
}

.ab-se2-left {
    margin: 15px auto 35px;
    max-width: 100%;
    display: inline-block;
}
 
.abt-count {
    margin: 45px 0 0;
    width: 100%;
    display: inline-block;
    float: left;
    height: 95px;
    text-align: center;
}
.about-sec-3.home-sec-clients { 
    padding-top: 35px;
}

.about-sec-4 {
    position: relative;
    padding-bottom: 70px;
    padding-top: 50px;
}

.about-sec4-right span {  
    display: block;
}

.about-sec4-left h3 {
    font-size: 48px;
    margin-bottom: 15px;
}
.choose-list span {
    padding: 5px; 
    width: 40px;
    height: 40px; 
    margin-right: 10px; 
    line-height: 28px;
    min-width: 40px;
}
.choose-list span svg { 
    width: 20px;
    height: 20px; 
}
.choose-list h4 { 
    margin:5px 0;
}

.about-sec-4 a.btn {
 
    margin-bottom: -95px; 
    margin: 30px auto -95px;
    max-width: 155px;
    width: 100%;
    bottom: 0;
    display: block;
}
.about-tem-sec {
    padding-bottom: 70px;
    padding-top: 90px;
}
.about-tem-sec h3 { 
    font-size: 32px; 
}
.abt-team-btn-cntr a { 
    top: 0;
}

.about-tem-sec .about-tem-list {
    margin: 10px auto 20px;
}
.about-mob-tem-slide div:nth-child(even) .about-tem-list {
    background: linear-gradient(180deg, #B7C0EB 0%, rgba(217, 217, 217, 0) 100%);
}
.abt-team-btn-cntr {
    text-align: center;
}
.about-banner-cntr {
    padding-top: 141px;
}

.abt-count h3 {
    font-size: 64px;
}
.choose-list p { 
    margin: 5px 0 0px;
}


.about-tem-sec .container {
    padding: 0 10px;
}


.service-page-sec {  
    padding-top: 30px;
    padding-bottom: 70px;
    margin-top: 0;
}
.service-page-sec h1 { 
    font-size: 24px; 
    margin: 15px 0 0;
}

.ser-bnr-ic-1 { 
    display: none;
}
.ser-bnr-ic-2 { 
    display: none;
}
.ser-bnr-ic-3 { 
    display: none;
}
.ser-bnr-ic-4 { 
    display: none;
} 
.ser-left h3 {
    font-size: 15px;
    line-height: 18px;
    margin-top: -28px;
    position: relative;
    top: -9px;
    margin-left: -20px;
}
.ser-left {
    padding: 10px 20px;
    margin: 0 10px;
    margin-bottom: 30px;
    max-width: 100%;
}
.ser-left ul li { 
    width: 50%;
    float: left;  
}
.ser-right-title img {
    width: 30px; 
}
.ser-right-title h4 { 
    font-size: 24px; 
}
.ser-right-title p { 
    font-size: 11px; 
    margin: 0  ;
}
.service-page-sec-3{
    margin: 0 10px;
    padding-bottom: 50px;
}
.service-page-sec-3 h3 { 
    font-size: 24px;  
}
.service-page-sec-3 p { 
    font-size: 14px; 
}
.service-page-sec-3 a {  
    margin-top: 10px;
}
.service-page-sec-3 .container::before { 
    left: 86%;
    bottom: 50%; 
}

.ser-left ul li .nav-link img {
    width: 30px;
    height: 30px;
    border-radius: 10px;
}
.ser-left ul li svg {
    width: 18px;
    height: 15px;
}

.ser-left ul li .nav-link {
    font-size: 16px;  
}


.imi-breadcrumb {
    margin-bottom: 32px;
}
.service-det-bnr-left {
    margin-bottom: 0px;
 } 

.service-det-bnr-left h2 { 
    font-size: 24px; 
}
.service-det-bnr-left p { 
    font-size: 15px; 
    margin-bottom: 20px; 
}

.service-det-bnr-cap h3 { 
    font-size: 15px; 
    margin: 0;
}
.service-det-bnr-cap a svg {
    width: 60px;
    height: 50px;
}
.service-det-bnr-cap { 
    border-radius: 0;
    padding: 10px; 
}
.service-det-bnr-cap a::after { 
    left: calc(50% - 20px);
    top: calc(50% - 25.5px);  
    width: 50px;
    height: 50px; 
}
.service-det-page-sec { 
    padding-bottom: 35px;
    padding-top: 0;
}
.service-det-page-sec2 h4 { 
    font-size: 24px;
    line-height: 28px; 
}
.service-det-page-sec2 p.sub-titl { 
    font-size: 15px; 
}

.service-det-page-sec2 .mob-tab-btn {
    background: #FFFFFF;
    box-shadow: 0px -1px 21px #E1E6FF;
    border-radius: 7px;
    display: block;
    margin-bottom: 15px;
    font-weight: 600;
font-size: 20px;
line-height: 23px;
letter-spacing: 0.03em;
position: relative;
color: #000000;
text-align: left;
padding: 15px;
}
.service-det-page-sec2 .mob-tab-btn img {
    width: 42px;
    height: 26px;
    object-fit: cover;
    border-radius: 7px;
    margin-right: 10px;
}
.service-det-page-sec2 .mob-tab-btn svg {
    position: absolute; 
    right: 15px;
    top: 44%;
}










.tab-cnt-cntry-2 { 
    margin-left: 0px;
}
.service-det-page-sec3 {
    padding: 50px 25px 70px 25px;
}
.service-det-page-sec3-left h3 { 
    font-size: 24px; 
    margin-bottom: 15px;
}

.service-det-page-sec3-right {
    max-width: unset;
    margin: 50px 0 0;
}
.service-det-page-sec3-right h4 { 
    font-size: 24px; 
    margin-bottom: 50px;
}
.service-det-page-sec3-right img {
    right: -45px;
    width: 96%;
}


.service-det-page-sec3-right a{ 
    margin-top: 50px;
}

.service-det-page-sec3-cntr{
    padding-bottom: 35px;
}

.service-det-page-sec4 { 
    padding: 70px 30px; 
    background-position: center bottom;
}

.service-det-page-sec4 h5 { 
    font-size: 20px;   
    margin: 0 0 32px;
    max-width: unset; 
}

.service-det-page-sec4 ul li {
    max-width: 43%;
    margin: 20px 15px;
}
.service-det-page-sec4-cntr{
    padding-bottom: 35px;
}
.service-det-page-sec5 .sec-tile{
    text-align: left !important;
}
.service-det-page-sec5 .sec-tile h3 { 
    text-align: left; 
}



.imigra-pros-step-cntr { 
    margin: 20px auto 0; 
}
.imigra-pros-step-cntr { 
    padding: 40px 22px 30px; 
}

.step-nav .step .line { 
    width: 50px;
    height: 4px; 
}
.step-nav .step { 
    width: 100px; 
}

.step-nav { 
    max-width: 410px;
    margin: 0 auto 25px;
    width: 100%;
}
.step-cnt-main {
    display: block !important;
}

.copy-holder { 
    height: 415px; 
}

.service-det-page-sec5{
    padding-bottom: 65px;
}
.service-det-page-sec6{
    padding-bottom: 75px;
}
.service-det-page-sec6 .accordion-button { 
    font-size: 16px; 
    padding: 15px 0;
}
.service-det-page-sec6 .accordion-button.collapsed {  
    font-size: 15px; 
    padding: 15px 0;
}
.service-det-page-sec7 { 
    padding-top: 50px;
}
.service-det-page-sec7 h5{
    font-weight: 500;
    font-size: 15px;
    line-height: 122.19%;  
    letter-spacing: 0.03em; 
    color: #2D2D2D;
    text-align: center;
}   

.ref-link-cntr { 
    padding: 30px; 
    margin: 20px auto 30px;
}
.ref-link a { 
    margin: 15px 0px; 
}


.service-det-page-sec3-left a.btn { 
    font-weight: 400;
    font-size: 11px;
    line-height: 11px; 
    letter-spacing: 0.03em; 
    color: #FFFFFF;
    background: rgba(104, 26, 44, 0.39);
    border-radius: 18px;
    display: inline-block;
}


.test-inner-cntr{
    padding-top: 0;
    padding-left: 0 !important;
    padding-right: 0 !important;
}
.test-inner-cntr .about-tem-sec { 
    padding-top: 0;
    padding-bottom: 20px;
}

.team-page-sec {
    padding-top: 0px;
}
.team-page-sec .about-tem-sec {
    padding-bottom: 20px; 
    padding-top: 0px;
}
 

.team-list-cntr .about-tem-list { 
    margin: 0px auto 30px;
}

.event-page-sec .about-tem-sec {
    padding-bottom: 24px;
    padding-top: 0;
}

.event-page-sec .dropdown .btn {  
    margin-top: 15px;
}

.contact-page-sec .about-tem-sec {
    padding-bottom: 0px;
    padding-top: 0px;
}
.contact-tab-hd { 
    margin-top: 35px;
    display: block !important;
}

.contact-hd-left {
    margin-right: 0px;
}
.contact-tab-hd h5 {
    margin: 10px 0 15px;
}



.contact-tab-hd .nav-item{
    margin-bottom: 15px;
}
.contact-tab-hd .nav .nav-item.dropdown {
    margin-left: 0;
}
.contact-tab-hd .nav .nav-item.dropdown.active .ind-cntr { 
    background: #d1d6ef; 
}

.conta-loc-cntr{
    margin-bottom: 35px;
}


.contact-bg-sec { 
    padding: 25px; 
}
.contact-bg-sec .form-control {
    padding: 13px 20px 13px 55px;
}
.contact-bg-sec .iti__flag-container {
    height: 47px;
}

.contact-bg-sec .btn { 
    padding: 13px 15px; 
}

.contact-page-sec {
    padding-top: 0px;
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.why_right-cntr { 
    margin-left: 0; 
}
.why-choos-container .service-det-page-sec4 {
  
    margin-left: 0px;
}

.why-choos-container .service-det-page-sec4 ul li {
    max-width: 44%;
    margin: 15px 15px 15px 0;
}
.why-vid-title { 
    display: block !important;
}
.why-vid-title p { 
    margin: 0 0 25px;
}
.why-choose-sec.about-sec-4 { 
    padding-top: 80px;
}
.why-choos-container {
    max-width: 98%;
}

.country-banner-left {
    border-radius: 12px 12px 0 0;
    padding: 30px;
}

.country-banner-right img.cntry-banner { 
    border-radius: 0 0 12px 12px;
}
.country-banner-right .video-js {
    border-radius: 0 0 12px 12px; 
}
.country-banner-right { 
    border-radius: 0 0 12px 12px;
}

.program-txt-cntr .input-group { 
    display: block !important;
}

.program-txt-cntr h1 { 
    font-size: 36px;
    line-height: 44px; 
}

.lawyer-img-cntr::after {
    left: calc(50% - 114px);
}
.team-mdl-img-cntr{
    display: block !important;
    text-align: center;
}

.team-mdl-img-cntr img { 
    margin: 0 0 15px;
}
.event-page-sec .dropdown .btn {
    margin-top: 0;
    padding: 8px 15px;
    margin-bottom: -52px;
}

.visa-float-1 { 
    left: -15px;
    bottom: -20%;
}

.visa-float-1.visa-float-2 {
    left: unset;
    right: 0;
    bottom: unset;
    top: unset;
    bottom: -50px;
}

.visa-float-1 { 
    bottom: unset;
    top: -54px;
}


.container-2 {
    max-width: 540px;
}



.visa-sec-1 .sec-title h1 { 
    font-size: 36px; 
}

.visa-sec-1 ul {
    margin: 0;
    padding: 0;
}
.visa-apeal h4 { 
    font-size: 24px; 
}
.visa-apeal .btn { 
    padding: 15px 20px; 
    font-size: 18px; 
}
.visa-apeal .btn svg {
    margin-top: 5px;
}

.pe-la-cntr h4 { 
    font-size: 30px; 
}
.pe-la-cntr ul {
    margin: 0;
    padding: 0;
}


.pe-la-cntr img{
    margin: 0 auto;
    display: block;
}


.program-det-sec-1  {
    padding-top: 0px;
}


.what_do_we_offer_sec { 
    padding-bottom: 0;
}

.we-do-list { 
    margin: 0 0 15px;
}

.what-de3-text-cntr { 
    margin: 0;
    padding: 50px 0;
}

.what-de3-text-cntr h4 { 
    font-size: 30px; 
    margin-bottom: 40px;
}





.testi-nav .slide-arrow { 
    bottom: 85px;
}



.program-txt-cntr .form-control { 
    width: 100%;
}


.vida-list p { 
    height: unset;
    overflow: unset;
}



.ser-det-cnt-read{
    height: 363px;
    overflow: hidden;
    margin-bottom: 20px;
}

.ser-det-cnt-read.open{
    height: unset;
    overflow: unset;
    margin-bottom: 0px;
}

.step-cnt { 
    border-radius: 21px;
    padding: 29px 25px;
}


.home-serv-text-cntr img { 
    height: 141px;
    object-fit: cover;
}
.field-cntr svg { 
    top: 15px; 
}
.program-txt-cntr label.error {
    position: relative;
    left: 0;
    bottom: -7px;
    font-size: 14px;
}

.cta-modal-left label.error { 
    width: 100%;
    text-align: left;
}

.banner-sec { 
    padding: 30px 0 80px;
}

.visa-sec-1 {
    padding-top: 0;
}
.vida-list-scroll {
    height: unset;
    overflow: unset;
}

.country-banner-left h3 { 
    font-size: 30px;
    line-height: 36px; 
}
.lett-taxt-cntr h2 { 
    font-size: 30px; 
}

.chat-block {
    z-index: 5;
    right: 4%;
}
@keyframes pulse2 {
    0% {
        box-shadow: 0 0 0 0 #FFEBE7
    }

    100% {
        box-shadow: 0 0 0 8px #ffebe7b5
    }
}
}
@media (max-width: 550px) {



    .ani-banner-img { 
        max-width: 265px;
        margin: 0px auto; 
    }
 
  
    .tabs-nav li.active { 
        font-size: 66px; 
    }
    .tabs-nav li.active a img {
        width: 60px;
        height: 60px; 
    }

    .home-test-img-cntr span { 
        right: -35px; 
    }

 
 

    .share-blog a { 
        display: inline-block;
    }
    .blog-title h1 { 
        font-size: 30px; 
        margin-top: 20px;
    }
    .blog-detail-cntr h1 { 
        font-size: 30px; 
    }
    .blog-list-cap h4 { 
        font-size: 20px; 
    }

    .author-senoff {
        text-align: center;
        padding: 30px 20px;
        margin-top: 70px;
        margin-bottom: 60px;
    }
    .author-senoff img {
        width: 90px;
        height: 90px;
        float: none;
        margin-bottom: 15px;
    }
    .author-senoff-txt {
        padding-left: 0;
    }












    .gall-title h1 { 
        font-size: 36px; 
    }
   

    .inner-lett-sec{
    margin-top: 25px;
    }


    .inner-lett-sec .home-lett-cntr{
        padding: 10px 25px;
    }

.about-banner-img{
    height: 50vh;
}


.abour-baner-cap img {
    left: -52px;
    width: 110%;
    margin: 50px 0 0;
    padding: 0 ;
    height: 196px;
    object-position: right;
    object-fit: cover;
}

.about-sec4-left {
    margin: 0 auto 45px;
    max-width: unset;
}
.about-tem-list{
    margin: 0px auto;
}


.not-found-cntr h1 {
    font-size: 40px; 
}

.step-nav .step.first {
    width: 36px;
}
.step-nav .step .line {
    width: 42px; 
}
.step-nav .step {
    width: 92px;
}
.step-cnt img{
    width: 100%;
}
.copy-holder {
    height: 350px;
}
.service-det-page-sec4 ul li {
    max-width: 44%;
    margin: 20px 15px 20px 0;
    min-height: 130px;
}

.single-post-comments img {
    width: 35px;
    height: 35px; 
}





.cta-modal-left {
    padding: 50px 0;
    text-align: center;
}

.cta-modal-left h3 { 
    font-size: 30px; 
}
 
.cta-modal-left p { 
    font-size: 14px; 
}

.cta-modal-left .btn { 
    font-size: 14px; 
}

.testi-nav .slide-arrow.next-arrow { 
    right: 24%;
}
.testi-nav .slide-arrow.prev-arrow { 
    right: 32%;
}

.mob-ser-sec p { 
    font-size: 20px; 
}
.home-pos-cntr {
    padding: 10px 70px 10px 20px;
}

.about-banner-cntr { 
    animation: clouds-loop-1 15s infinite linear;
    background-size: 250% 100%;
}



}


@media (max-width: 440px) {


    .home-serv-text-cntr .btn-1 { 
        width: calc(49% - 15px); 
        margin-right: 10px;
        padding: 10px 0;
        font-size: 14px;
    }
    .home-serv-text-cntr .btn-2 { 
        width: calc(49% - 0px); 
        margin-right: 0;
        padding: 10px 0;
        font-size: 14px;
    }
    .abou-img-cntr video {
        top: 15%;
        border-radius: 100px;
        height: 75%;
    }
    
    .step-nav .step {
        width: 80px;
    }
    .step-nav .step .line {
        width: 26px;
    }

    .testi-nav .slide-arrow.next-arrow { 
        right: 18%;
    }
    .testi-nav .slide-arrow.prev-arrow { 
        right: 28%;
    }
 
    .serv-slider-nav .slick-active.slick-center h3 { 
        font-size: 18px; 
    }

    .service-det-page-sec4 ul li h3 { 
        font-size: 38px; 
    }
}



@media (max-width: 390px) {


    .lett-taxt-cntr .btn-2 { 
        width: 140px;
    }
    .abou-img-cntr video {
        top: 0px;
        border-radius: 100px;
        height: calc(100% - 0px);
    }
  
    .home-test-img-cntr span {
        right: -5px;
    }

    .testi-nav .slide-arrow.next-arrow { 
        right: 13%;
    }
    .testi-nav .slide-arrow.prev-arrow {
        left: unset;
        right: 24%;
    }

    .ser-left ul li svg { 
        width: 16px; 
    }
    .ser-left ul li img {
        width: 23px;
    }

    .contact-tab-hd .nav .nav-link { 
        font-size: 13px; 
    }

    .ind-cntr { 
        font-size: 13px; 
    }
    .ser-left {
        padding: 10px 10px; 
    }

    .imigra-pros-step-cntr {
        padding: 40px 15px 30px;
    }
    .service-det-page-sec4 ul li {
        max-width: 45%;
        margin: 20px 5% 20px 0;
        min-height: 130px;
    }

    .step-nav .step {
        width: 72px;
    }
    .step-nav .step .line {
        width: 22px;
    }
}



@media (max-width: 360px) {

    .home-serv-text-cntr .btn-1 {
        width: calc(48% - 14px);
        padding: 10px 10px;
    }
    .home-serv-text-cntr .btn-2 {
        width: calc(49% - 10px); 
        padding: 10px;
    }

    .count-cntr { 
        min-width: 90px;
    }
    .loca-cntr { 
        margin-right: 0;
        width: 175px;
    }
    .lett-loca-cntr { 
        padding: 20px;
    }
 
}




 
/****** mega menu new styles ******/
.mega-vid-cntr{
    display: none;
}
.mega-vid-cntr.active{
display: block;
}
.tab-right-cnt{
    display: none;
}
.tab-right-cnt.active{
display: block;
}