
@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&display=swap');




/*
Template Name: Trustio Full Website Template
Template URI: 
Author: 
Author URI: 
Description: 
Version: 1.0.0
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------

[01] Typography
[02] General
[03] Header Area
[04] Hero Area
[05] About Area
[06] Service Area
[07] Call Service Area
[08] About Area
[09] Company Logo Area
[10] Our Service  Area
[11] Portfolio Area
[12] Team Area
[13] Testimonial Area
[14] Blog area
[15] Project Status Area
[16] Footer Area
[17] Back To Top Area 
[18] Home Page Layout 2 area
[19] Video Area
[20] Business Planes Area
[21] Home Page Two Service Area
[22] Best Service Area
[23] study Planes Area
[24] Fact-2 Area
[25] Consultancy Area
[26] portfolio-accordion-2 Area
[27] Home Page Layout 3
[28] Home page Three Service Area
[29] Mission Vision Area
[30] More Service Area
[31] Choose Our Service Area
[32] Call Service Area
[33] Home Page Layout 4
[34] Products Area
[35] Location Area
[36] About Us Page Layout
[37] Service Page Layout
[38] Service Details Page
[39] Attorneys Page Layout
[40] Attorneys Page Details
[41] Case Study Page Layout
[42] Testimonials Page Layout
[43] Testimonials Page Layout 2 
[44] Shope Page Layout 
[45] Shope Details Page
[46] Blog layout 2 Page 
[47] Contact  Page Layout
[48] Professionals skill 
[49] Pagination Area
[50] Portfolio Layout Two
[51] Modal Area
[52] Time Line Area
--------------------------------------------------------------*/


:root {
    --main-tertiary: linear-gradient(124.67deg, #fd0d0c 14.31%, #e34343 86.5%);
    --main-secondary: #0C1A1A;
    --main-primary: #8B9F9F;
    --text-dark:#0F1F1F;
    --text-light: rgba(255, 255, 255, 0.05);
    --orange-dark:#fd0d0c;
    --orange-light:#e34343;
    --white: #FFF;
    --font-family-cormorant: "Cormorant Garamond", serif;
    --font-family-manrope: "Manrope", sans-serif;
}

/*=======================================================================
[01] Typography
=========================================================================*/
  
  html {
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    overflow-x: hidden;
    font-family: var(--font-family-cormorant); 
    font-family: var(--font-family-manrope);
}
  
  * {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    outline: none;
    -moz-osx-font-smoothing: grayscale;
    /* Firefox */
    -webkit-font-smoothing: antialiased;
    /* WebKit  */ 
}
  
body {
    margin: 0;
    font-family: var(--font-family-manrope); 
    background-color: var(--white);
    font-size: 1.2rem;
    color: var(--main-primary);
    background-image: url(../images/Banner/line-2.png);
    background-position: center;
    background-size: auto;
}

h1 {
  font-size: 128px;
  font-style: italic;
  font-weight: 700;
  line-height: 138px;
  text-align: left;
  
 }
  
h2 {
  font-size: 82px;
  font-style: italic;
  font-weight: 700;
  line-height: 92px;
  text-align: left;
  
}
  
 h3 {
  font-size: 52px;
  font-style: italic;
  font-weight: 700;
  line-height: 62px;
  text-align: left;
  
 }
  
  h4 {
    font-size: 24px;
    font-weight: 700;
    line-height: 34px;
    font-style: italic;
     
 }
 h5 {
  font-family: var(--font-family-manrope);
  font-size: 20px;
  font-weight: 700;
  line-height: 26px;
  text-align: left;
  
}
  
  h6 {
    font-family: var(--font-family-manrope);
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
 }
  h1,
  h2,h3,h4{
    font-family: var(--font-family-cormorant);
    margin-bottom: 0;
  }


button,
a{
  font-family: var(--font-family-manrope);
}
 input, optgroup, select, textarea {
    font-family: var(--font-family-inter);
}

/* .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl  */
.container-one {
  max-width: 1700px !important;
  margin: auto;
  padding-left: .75rem;
  padding-right: .75rem;
}

/*=======================================================================
[02] General
=========================================================================*/

#wrapper {
  overflow: hidden;
}

li,
ol,
small,
span,
strong,
a,
p {
    font-family: var(--font-family-manrope);
    
}
a,
a:hover {
  color: var(--text-dark);
}
img {
    max-width: 100%; 
}
ol, li {
    list-style: none;
 }

  a,
  a:hover,
  a:focus,
  a:active {
    text-decoration: none;
    outline: none;
}
p,
ul {
    margin-top: 0;
    margin-bottom: 0;
}
p{
  font-family: var(--font-family-manrope);
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  text-align: left;
  color: var(--text-dark);
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
ol, ul {
  padding-left: 0;
}
li{
  font-family: var(--font-family-manrope);
  font-size: 16px;
  font-weight: 700;
  line-height: 26px;
  text-transform: capitalize;
}

*, ::after, ::before {
    box-sizing: border-box;
}

/*input and button type focus outline disable*/
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="number"]:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
input:focus,
textarea:focus,
select:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
 }
 .form-select:focus ,
 .form-control:focus
 {
  -webkit-box-shadow: none;
  box-shadow: none;
}
 .d-flex {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .text-align-justify{
    text-align: justify;
  }

 .row.no-gutters > [class^="col-"],
 .row.no-gutters > [class*=" col-"] {
    padding-right: 0;
    padding-left: 0;
  }
  .w-fit {
    width: fit-content;
  }
  .w-90 {
    width: 90%;
  }
  .height-100 {
    height: 100%;
  }

  .py-12 {
    padding: 12px 0;
  }

  .mb-10 {
    margin-bottom: 10px;
  }
  .mb-16 {
    margin-bottom: 16px;
  }
  .mb-20 {
    margin-bottom: 20px;
  }
  .mb-30 {
    margin-bottom: 30px;
  }
  .mb-40 {
    margin-bottom: 40px;
  }
  .mb-50 {
    margin-bottom: 50px;
  }
  .mb-60 {
    margin-bottom: 60px;
  }
  .mb-70 {
    margin-bottom: 70px;
  }
  .mb-80 {
    margin-bottom: 80px;
  }
  .mb-20-mb-lg-80{
    margin-bottom: 80px;
  }
  .mt-10 {
    margin-top: 10px;
  }
  
  .mt-20 {
    margin-top: 20px;
  }
  .mt-30 {
    margin-top: 30px;
  }
  .mt-40 {
    margin-top: 40px;
  }

  .pb-10 {
    padding-bottom: 10px;
  }
  .pb-20 {
    padding-bottom: 20px;
  }
  .pb-30 {
    padding-bottom: 30px;
  }
  .pb-40 {
    padding-bottom: 40px;
  }
  .pb-40-md-60 {
    padding-bottom: 60px;
  }
  .pb-40-md-80 {
    padding-bottom: 80px;
  }
  .pb-40-md-100 {
    padding-bottom: 100px
  }
  .pt-40-md-100 {
    padding-top: 100px
  }

  .pt-10 {
    padding-top: 10px;
  }
  .pt-20 {
    padding-top: 20px;
  }
  .pt-30 {
    padding-top: 30px;
  }
  .pt-40 {
    padding-top: 40px;
  }
  .pt-60 {
    padding-top: 60px;
  }
  
  .section-space {
    padding-top: 115px;
    padding-bottom: 115px;
  }
  .section-space-banner {
    padding-top: 100px;
    padding-bottom: 180px;
  }
 .section-space-bottom-mainas {
  margin-bottom: -115px;
 }
  .section-space-bottom{
    padding-bottom: 115px;
  }

  .btn-fill {
    background: var(--text-light);
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 21.86px;
    color: var(--white);
    padding: 14px 32px;
    border: none;
    display: inline-block;
    overflow: hidden;
    /* -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out; */
    transition: all 5s ease;
    transition:background, 2s;
  }
  .btn-fill i{
    font-size: 16px;
    font-weight: 700;
    transform: rotate(-45deg);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 8px;
  }

  .btn-fill:hover {
    background: var(--main-tertiary);
  }
  .btn-fill-2 {
    background: var(--main-tertiary);
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 21.86px;
    color: var(--text-dark);
    padding: 14px 32px;
    border: none;
    display: inline-block;
    overflow: hidden;
    /* -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -ms-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out; */
    transition: all 5s ease;
    transition:background, 2s;
  }
  .btn-fill-2 i{
    font-size: 16px;
    font-weight: 700;
    transform: rotate(-45deg);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 8px;
  }
  .btn-fill-2:hover {
    background: var(--text-light);
    color: var(--white);
    transition: all 5s ease;
  }
 .round-btn {
  width: 150px;
  height: 150px;
  background: var(--main-secondary);
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 21.86px;
  color: var(--white);
  border: none;
  border-radius: 50%;
  display: inline-block;
  overflow: hidden;
  /* -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out; */
  transition: all 5s ease;
  transition:background, 2s;
 }
 .round-btn i{
  font-size: 16px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 8px;
  color: var(--orange-dark);
 }
 .round-btn:hover{
  background: var(--main-tertiary);
 }
 .round-btn:hover i{
  color: var(--text-dark);
 }
  .cursor-Pointer{
    cursor: pointer;
  }
  .dropdown-item:focus, .dropdown-item:hover{
    background: transparent;
    color: transparent;
  }
  .bg-transparent {
    background: transparent;
  }
  .w-25{
    width: 25%;
  }
  .w-35{
    width: 35%;
  }
  .w-45{
    width: 45%;
  }
  .w-50{
    width: 50%;
  }
  .w-65{
    width: 65%;
  }
  .w-80{
    width: 80%;
  }
  .w-90{
    width: 90%;
  }
  .w-100{
    width: 100%;
  }
  .z-index {
    z-index: 99;
    position: relative;
  }

/*=======================================================================
[03] Header Area Start Hear
=========================================================================*/
  .logo-area {
    line-height: normal;
    width: 100px;
    height: auto;
  }
  .main-menu-area .nav-menu-box {
    border-left: 4px solid var(--orange-dark);
  }
  .main-menu-area .nav-menu-box .menu-top {
    padding: 20px 0 20px 16px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }
  .main-menu-area .nav-menu-box .menu-tow-top {
    padding: 20px 0 20px 16px;
    border: none;
    background-color: var(--main-secondary);
  }
  
  .main-menu-area .nav-menu-box .menu-top .phone span{
    color: var(--white);
  }
  .main-menu-area .nav-menu-box .menu-top .free-case p:first-child {
    color: var(--orange-dark);
    border-right: 1px solid var(--text-light);
    padding-right: 8px;
    line-height: 16px;
  }
  .main-menu-area .nav-menu-box .menu-tow-top .email .phone span {
    color: var(--orange-dark);
  }
  .main-menu-area .nav-menu-box .menu-top .free-case p:last-child {
    padding-left: 8px;
  }
  .main-menu-area .nav-menu-box .header-two-up {
    transform: translate(10px, -16px);
    box-shadow: 0px 30px 50px 0px #0C1919;
    background-color: var(--text-dark);
  }
  .main-menu-area .nav-menu-box .header-btn-two-up {
    transform: translate(0px, -20px);
  }
  .main-menu-area .nav-menu-box-three {
    border-left: 10px solid transparent;
  }
  .main-menu-area .header-logo-three {
    height: 135px;
  }
  .main-menu-area .header-three-bg {
    background-color: var(--main-secondary);
  }
  .main-menu-area .header-common-bg {
    background-color: var(--main-secondary);
  }
  .main-menu-area .header-logo-common-bg {
    background-color: var(--text-dark);
  }

 .sub-text-gray {
  color: var(--main-primary);
 }
 .text-dark {
  color: var(--text-dark);
 }
 .bg {
  background-color: var(--main-secondary);
 }
 .country-select-box {
    display: -webkit-inline-box;
    border-left: 1px solid rgba(255, 255, 255, 0.1);
    padding: 0 30px;
}
 .country-select-box input {
    width: 0;
    height: 0;
    border: none;
}
.country-select-box .country-dropdown {
   top: 20px;
   background-color: var(--main-secondary);
  /* display: none; */
    position: absolute;
    top: 42px;
    width: 120px;
    padding: 12px 16px;
}
.country-select-box .country-dropdown li{
  display: flex;
  justify-content: start;
  align-items: center;
  margin-bottom: 6px;
  cursor: pointer;
  color: var(--main-primary) !important;
}
.country-select-box .country-dropdown li img{
  margin-right: 6px;
  width: 20px;
  height: 15px;
}
.country-select-box .input-box {
    width: 100px;
    color: var(--main-primary);
    border: none;
    padding: 0px 32px 0px 6px;
    display: flex;
    justify-content: start;
    align-items: center;
    text-align: start;

}

.country-select-box .input-box img{
    padding-right: 6px;
    width: 30px;
    height: 18px;
}
  .main-menu-area nav ul li {
    display: inline-block;
    position: relative;
  }
  .main-menu-area nav ul li a {
    padding-right: 27px;
    display: block;
    font-style: normal;
    font-weight: 700;
    line-height: 26px;
    color: var(--white);
    text-transform: capitalize;
    -webkit-transition: all 1s ease-out;
    -moz-transition: all 1s ease-out;
    -ms-transition: all 1s ease-out;
    -o-transition: all 1s ease-out;
    transition: all 1s ease-out;
  }
  .main-menu-area nav ul li a i {
    margin-right: 4px;
    opacity: 0;
    transition: all 0.3s ease-out;
  }
  .main-menu-area nav ul li a:hover i{
    opacity: 1;
  }
  .main-menu-area nav ul li a:hover {
    background: var(--main-tertiary);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 700;
  }
  .main-menu-area nav ul li ul{
    padding: 10px 12px;
    margin-top: 0;
    text-align: left;
    opacity: 0;
    visibility: hidden;
    position: absolute;
    top: 45px;
    transform: scaleY(0);
    transform-origin: 0 0 0;
    min-width: 170px;
    width: fit-content;
    z-index: 99999;
    background: var(--main-secondary);
    left: -10%;
    filter: drop-shadow(-5px 8px 32px rgba(18, 20, 29, 0.22));
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -ms-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
  }

  .main-menu-area nav ul li ul > li {
    padding: 0;
    padding-bottom: 6px;
    display: block;
  }
  .main-menu-area nav ul li ul > li > a {
    /* padding: 8px 10px 8px 15px; */
    display: block;
    font-size: 14px;
    line-height: 24px;
    color: var(--main-primary);
    padding-right: 0;
  }
  .main-menu-area nav ul li ul > li:last-child {
    border-bottom: none;
    padding-bottom: 0;
  }
  .main-menu-area nav ul li ul > li:hover {
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -ms-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
  }
  .main-menu-area nav ul li ul > li:hover a:before {
    opacity: 0;
  }
  .main-menu-area nav ul li ul li.active {
      background: var(--main-tertiary);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -ms-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
  }
  .main-menu-area nav ul li ul li.active a {
    color: var(--main-tertiary);
  }
  .main-menu-area nav ul li:hover ul {
    opacity: 1;
    transform: scaleY(1);
    visibility: visible;
  }
  .main-menu-area nav ul li > a.active {
      background: var(--main-tertiary);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
      font-weight: 700;
    
  }
  .main-menu-area nav ul li > a.active i{
     opacity: 1;
    
  }

  .main-menu-area nav ul li ul li.active .sub-dropdown li a {
    color: var(--text-dark) !important;
  }
  .main-menu-area nav ul li ul > .dropdown-list:hover .sub-dropdown li a {
    color: var(--text-dark);
  }
  .main-menu-area nav ul li ul .dropdown-list .sub-dropdown > li:hover a {
    color: var(--main-secondary);
  }


  .main-menu-area nav ul li ul li .sub-dropdown {
    margin-top: 0;
    text-align: left;
    opacity: 0;
    visibility: hidden;
    position: absolute;
    top: 15px;
    right: -100% !important;
    transform: scaleY(0);
    transform-origin: 0 0 0;
    min-width: 170px;
    width: fit-content;
    z-index: 99999;
    background: var(--white);
    left: auto;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 0px 8px;
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -ms-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
  }
  .main-menu-area nav ul li ul li:hover .sub-dropdown{
    opacity: 1;
    transform: scaleY(1);
    visibility: visible;
  }

  .main-menu-area nav ul li ul li .sub-dropdown::after{
    content: " ";
    position: absolute;
    border-top: 0px solid transparent;
    border-bottom: 0px solid transparent;
    border-right: 0px solid var(--white);;
  }
  .offcanvas-btn {
    border: none;
  }
  .side-menu {
    position: absolute;
    right: -400px;
    top: 0;
    width: 400px;
    height: 100vh;
    padding: 30px;
    /* display: none; */
    background-color: var(--main-secondary);
    transition: all 0.5s ease-in-out;
  }
  .side-menu-two {
    transform: translate(90px, 0);
  }
  .side-menu-active {
    right: 0px;
  }
 
  .side-menu .side-menu-header i {
    color: var(--white);
    cursor: pointer;
    padding: 8px;
    transition: all 0.3s ease-in-out;
  }
  .side-menu .side-menu-header i:hover{
    transform: rotate(-45deg);
  }
  .side-menu .side-menu-body nav {
    height: 790px;
    overflow-y: scroll;
  }
  .side-menu .side-menu-body nav ul li ul {
    position: sticky;
    padding-left: 20px;
    transform: none !important;
    opacity: 1 !important;
    visibility: visible !important;
  }
  /* ********scroll bar start*************/
/* width */
 .side-menu .side-menu-body nav::-webkit-scrollbar {
  width: 3px;
}
/* Track */
.side-menu .side-menu-body nav::-webkit-scrollbar-track {
  box-shadow: inset 0 0 3px grey;
  border-radius: 10px;
}
/* Handle */
.side-menu .side-menu-body nav::-webkit-scrollbar-thumb {
  background: var(--orange-dark);
  border-radius: 10px;
}
/* Handle on hover */
.side-menu .side-menu-body nav::-webkit-scrollbar-track-piece:end {
  background: transparent;
}
.side-menu .side-menu-body nav::-webkit-scrollbar-track-piece:start {
  background: transparent;
  margin-top: 0px;
}
  .dropdown .search-toggle {
    color: var(--white);
  }
  .dropdown .search-dropdown-menu {
    background: var(--text-light);
    color: var(--white);
    padding: 12px;
    transform: translate(-148px, -6px) !important;
  }
  .dropdown .search-dropdown-menu::placeholder {
    color: var(--white);
   }
  .dropdown .search-dropdown-menu::placeholder  {
    color: var(--main-secondary);
  }
  .bar-img {
    margin-left: 12px;
  }

  .header-fixed {
    height: 135px;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 0;
    z-index: 100;
    position: fixed;
    /* background-color: var(--main-secondary); */
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -ms-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
  }
  .header .main-menu-area{
    justify-content: center;
    align-items: center;
    height: 100%;
  }
  .hamburger div{
    width: 30px;
    height:3px;
    background: var(--main-primary);
    margin: 5px;
    transition: all 0.3s ease;
  }
  .hamburger{
    display: none;
  }
  .nav-left-padding {
    padding-left: 6%;
  }
  .nav-right-padding {
    padding-right: 7% !important;
    background-color: var(--text-dark);
    padding: 17px 0;
  }
  .nav-left-bg {
    background-color: var(--main-secondary);
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
  }
/*=======================================================================
[04] Hero Area Start Hear
=========================================================================*/
.hero-section {
  margin-top: 134px;
}
.hero-slider .slick-list {
  height: 85vh;
}
.slider{
    position: relative;
}

.slick-prev,
.slick-next{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.slick-prev{
    left: 15px;
}

.slick-next{
    right: 15px;
}
.hero-slider .slider-list {
  height: 100vh;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
  
}
.hero-slider .slider-list-one {
  background-image: url(../images/Banner/Slider-Banner-One.jpg);

}
.hero-slider .slider-list-two {
  background-image: url(../images/Banner/slider-product2.jpg);

}
.hero-slider .slider-list-three {
  background-image: url(../images/Banner/worker-slider.jpg);

}
.hero-slider .slider-list .slider-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}
.hero-slider .slider-list .slider-content .slider-title,
.hero-slider .slider-list .slider-content .slider-text {
  color: var(--white);
}

/*=======================================================================
[05] We Do Card Area Start Hear
=========================================================================*/
.we-do {
  /* height: 100vh; */
  background-image: linear-gradient(
    rgba(0,0,0,0.8),
    rgba(0,0,0,0.8)
    ),
    url(../images/Banner/slider-product2.jpg);
  background-repeat: no-repeat;
  object-fit: cover;
  background-size: cover;
  background-position: top;
  /* position: relative;   */
}
.company-services-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    grid-gap: 20px;
    align-items: stretch;
}
.we-do-section-content {
    /* position: absolute;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%); */
  color: #aaa;
  white-space: nowrap;
}
.company-services-grid .company-list{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background: var(--main-secondary);
    box-shadow: 0px 1px 0px 0px #0000000D;
    border-radius: 10px;
    padding: 12px 22px;
    cursor: pointer;
    transition: all 0.5s ease-out;
}
.company-services-grid .company-list:hover{
  background: var(--main-tertiary);
}
.company-services-grid .company-list:hover h4,
.company-services-grid .company-list:hover p{
  color: var(--white);
}
.company-list p{
    overflow-wrap: break-word;
    word-wrap: break-word;
    white-space: normal;
}
.company-profile-border {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.company-profile-border img {
  width: 100px;
  height: auto;
  border-radius: 50%;
  margin-bottom: 20px;
  
}
.company-profile-border h4 {
  color: var(--white);
  font-size: 24px;
  font-weight: 700;
  line-height: 26px;
  margin-bottom: 16px;
}
.company-profile-border strong {
  color: var(--main-primary);
  font-size: 32px;
  font-weight: 700;
  line-height: 26px;
}
.title-white {
  color: var(--white) !important;
}
/*=======================================================================
[05] Service Card Area Start Hear
=========================================================================*/
.text-card::before {
  content: "";
  background-image: url(../images/svg/10-shap.svg);
  width: 70px;
  height: 60px;
  left: 16px;
  top: -4px;
  position: absolute;
  margin: 0 auto;
  text-align: center;
  z-index: 1;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.text-card::after {
  content: "";
  background-image: url(../images/svg/10-shap.svg);
  width: 70px;
  height: 60px;
  right: 16px;
  bottom: -4px;
  position: absolute;
  margin: 0 auto;
  text-align: center;
  z-index: 1;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.text-card {
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.text-card .card{
  background: var(--text-dark);
  transition: all 0.5s ease-out;
}
.text-card .card .card-body {
  padding: 36px;
}
.text-card .card .card-body .img{
  width: 50px;
  height: 80px;
  margin-bottom: 50px;
}
.text-card .card .card-body .support-icon{
  width: 80px;

}
.text-card .card .card-body .payment-icon{
  width: 90px;

}
.text-card .card .card-body .img img{
 width: 100%;
}
.text-card .card .card-body .card-title{
  color: var(--white);
}
.text-card .card .card-body a i{
  color: var(--white);
  padding: 20px;
  border-radius: 50%;
  cursor: pointer;
  background: var(--text-light);
  transform: rotate(-45deg);
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.text-card:hover .card .card-body a i {
  background: var(--main-tertiary);
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.text-card:hover .card .card-body .card-title {
  text-decoration: underline;
}
.service-slider .slick-dots {
  width: 100%;
  bottom: 0 !important;
}
.service-slider .slick-dots .slick-active {
  background: var(--main-tertiary) !important;
}
.slick-track {
  display: flex;
  align-items: flex-start;
  /* gap: 15px; */
}
.service-slider .slick-dots li{
  width: 14px;
  height: 14px;
  border: 1px solid var(--main-primary);
  border-radius: 50%;
}
.service-shape::before {
  content: "";
  background-image: url(../images/svg/Mask.svg);
  width: 300px;
  height: 300px;
  left: -140px;
  top: -120px;
  position: absolute;
  margin: 0 auto;
  text-align: center;
  z-index: 1;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  z-index: 0;
}
.service-card {
  background-image: url(../images/Banner/Mask.png);
  background-repeat: no-repeat !important;
  background-position: right top !important;
  background-color: var(--main-secondary);
}
/*=======================================================================
[07] Call Service Area Start Hear
=========================================================================*/
.call-service {
  background: var(--main-tertiary);
  padding: 24px 0;
}
.call-service .call-text p {
  font-size: 24px;
  font-weight: 700;
  line-height: 34px;
  color: var(--white);
  
}
.call-service .call i{
 padding: 10px;
 font-size: 16px;
 border-radius: 50%;
 background: var(--main-secondary);
 color: var(--orange-dark);
 margin-right: 8px;
  
}
.call-service .call p{
  font-size: 24px;
  font-weight: 700;
  line-height: 32.78px;
  text-align: left;
  color: var(--main-secondary);
  
}
/*=======================================================================
[08] About Area Start Hear
=========================================================================*/
.section-title .ring-img-1 {
 margin-right: -12px;
}
.section-title .ring-img-2 {
 margin-right: 12px;
}
.ti-content-circle {
  position: relative;
  border-radius: 50%;
  height: 140px;
  width: 140px;
  border: 1px solid var(--text-dark);
  background: var(--white);
}

 .ti-content-circle svg.circle {
  animation: rotateCircles 8.5s linear infinite;
}
 .ti-content-circle svg.circle textPath {
  fill: var(--text-dark);
  text-transform: uppercase;
  font-size: 10px;
}
 .ti-content-circle .circle-logo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 75px;
  width: 75px;
  border: 1px solid var(--text-dark);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: var(--cm-mode);
}

.about-content .section-title h6 {
  background: var(--main-tertiary);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin: 0;
}
.about-content .entry-title h2 {
  font-size: 200px;
  font-style: italic;
  font-weight: 700;
  line-height: 206px;
  text-align: left;
  color: var(--text-dark);
  text-shadow: -1px 1px 0 rgba(255, 255, 255, .1),
      1px 1px 0 rgba(255, 255, 255, .1),
      1px -1px 0 rgba(255, 255, 255, .1),
      -1px -1px 0 rgba(255, 255, 255, .1);

}
.section-entry-title .title {
  color: var(--text-dark);
}
.section-entry-title .title-two {
  color: var(--white);
}
.about-sub-text {
  color: var(--white);
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
}
.section-entry-title .title span {
  background: var(--main-tertiary);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: var(--font-family-cormorant);
}
.section-entry-title .title-2 {
  font-family: var(--font-family-cormorant);
  font-weight: 400;
  color: var(--main-primary);
  font-style: italic;
}
.section-entry-title .title-2 a {
  font-family: var(--font-family-cormorant);
  color: var(--white);
  text-decoration: underline;
}
.section-btn .s-btn {
  background: var(--main-secondary);
  transition: all 0.5s ease-out;
  box-shadow: 0 0 160px var(--main-primary),
              0 0 0px var(--main-primary),
              0 0 0px var(--main-primary),
              0 0 0px var(--main-primary);
}
.section-btn .s-btn i{
  color: var(--orange-dark);
  transition: all 0.5s ease-out;
}
.section-btn .s-btn:hover{
  background: var(--main-tertiary);
  color: var(--text-dark);
}
.section-btn .s-btn:hover i{
  color: var(--text-dark);
}

/*=======================================================================
[09] Company Logo Area End Hear
=========================================================================*/
.company-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
  grid-gap: 20px;
  align-items: stretch;
}
.company-grid .company-list {
  display: flex;
  justify-content: center;
  align-items: center;
  background: var(--main-secondary);
  box-shadow: 0px 1px 0px 0px #0000000D;
  border-radius: 10px;
  padding: 12px 22px;
}
.company-overview-area {
  margin-top: 100px;
}
       /* Card Section */
.section-card {
  background: #fff;
  border-radius: 10px;
  padding: 20px;
  margin-bottom: 25px;
  box-shadow: 0 5px 15px rgba(0,0,0,0.1);
}

/* Title */
/* .title {
  background: linear-gradient(90deg, #2c2f8f, #4a54d1);
  color: #fff;
  padding: 10px;
  font-weight: bold;
  text-align: center;
  border-radius: 5px;
  margin-bottom: 15px;
} */

/* Table */
table {
  width: 100%;
  border-collapse: collapse;
}

th {
  background: #0F1F1F;
  color: #fff;
  padding: 10px;
}
.total {
  background: #0F1F1F;
  color: #fff;
  padding: 10px;
}
td {
  padding: 8px;
  border-bottom: 1px solid #ddd;
}

tr:nth-child(even) {
  background: #f9f9f9;
}

tr:hover {
  background: #eef6ff;
}

/* Highlight Section */
.highlight {
  background: #eef6ff;
  border-left: 5px solid #e34343;
  padding: 15px;
  color: #0F1F1F;
}

/* ul {
  margin: 10px 0;
  padding-left: 20px;
} */
 .bank_info {
  padding: 30px;
 }

@media (max-width: 600px) {
  th, td {
    font-size: 14px;
    padding: 6px;
  }
  .bank_info {
    padding: 15px;
  }
}

.bank_info .bank-Details {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 30px;
  margin-top: 20px;
}
.bank_info .bank-Details p {
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
}
/*=======================================================================
[10] Our Service Area Start Hear
=========================================================================*/
.our-service {
  background-image: url(../images/Shap/Pettern.png);
  background-repeat: no-repeat !important;
  background-position: right top !important;
}
.pattern-shap {
  background-image: url(../images/Shap/Pettern.png);
  background-repeat: no-repeat !important;
  background-position: left bottom !important;
}

.gallery-card-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
  grid-gap: 30px;
  align-items: stretch;
  transition: all 0.5s ease-out;
}
.gallery-card-grid article{
  /* background-color: var(--main-secondary); */
  border: 1px solid var(--text-dark);
  border-radius: 5px;
}
.gallery-card-grid .text {
  padding: 0px 12px 30px 16px
}
.gallery-card-grid .text .card-icon img{
  width: 50px;
  padding: 8px;
  transform: translate(20%, -50%);
  background-color: var(--text-dark);
  
}
.gallery-card-grid .text .img img{ 
  width: 50px;
}

.gallery-card-grid article:hover .btn-fill{
  background: var(--main-tertiary);
  color: var(--text-dark);
}
.gallery-card-grid article .img  {
  height: 220px;
  overflow: hidden;
}
.gallery-card-grid article .img img {
  transition: all 2s ease-out;
  width: 100%;
  height: 100%;
}
.gallery-card-grid article img:hover {
  transform: scale(1.2);
}
/*=======================================================================
[11] Portfolio Area Start Hear
=========================================================================*/
.portfolio-content {
  background-image: url(../images/Shap/sun-round.png);
  background-repeat: no-repeat !important;
  background-position: right top !important;
  background-color: var(--main-secondary);
}
/* Custom style */
.accordion-button::after {
  background-image: url("../images/svg/Arrow-color.svg");
  transform: scale(.7) !important;
}
.accordion-button:not(.collapsed)::after {
  background-image: url("../images/svg/Arrow.svg");
}

.portfolio-accordion .portfolio-accordion-item{
  border: none;
  border-radius: 0 !important;
  border-bottom: 1px solid var(--text-light);
  background-color: transparent;
}
.portfolio-accordion .portfolio-accordion-item:first-child{
  border-top: 1px solid var(--text-light);
}
.portfolio-accordion .portfolio-accordion-item .accordion-header .accordion-button{
  padding: 20px 0 20px 0;
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
  background: var(--shade-bg-5);
  transition: all 0.5s ease-in-out;
  color: var(--white);
}
.portfolio-accordion .portfolio-accordion-item .accordion-header .accordion-button:hover{
  background: var(--main-tertiary);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.accordion-button:not(.collapsed) {
  color: var(--text-dark);
  background-color: var(--white);
  box-shadow: inset 0 0px 0 rgba(0,0,0,.125);
}
.accordion-button:focus {
  z-index: 3;
  border-color: var(--white);
  outline: 0;
  box-shadow: 0 0 0 0rem rgba(13,110,253,.25);
}

.portfolio-accordion .portfolio-accordion-item .accordion-collapse .card-body {
  padding: 0 0 16px 0;
  background: var(--shade-bg-5);
}
.portfolio-accordion .portfolio-accordion-item .accordion-collapse .card-body p{
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}
/*=======================================================================
[012] Team Area End Hear
=========================================================================*/
.team-card {
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.team-card .team-card-body .team-card-text .title {
  color: var(--white);
}
.team-card .team-card-body .team-card-text a i {
  color: var(--main-primary);
  transform: rotate(-45deg);
  padding: 6px;
  cursor: pointer;
  border-radius: 50%;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.team-card .team-card-body .team-card-text a i:hover{
  background: var(--main-tertiary);
  color: var(--white);
}
.member-social-profile {
  position: absolute;
  bottom: 0;
  right: 0;
}
.member-social-profile .social-list {
  width: 60px;
  height: 60px;
  background-color: var(--text-dark);
  border-bottom: 1px solid var(--text-light);
  cursor: pointer;
  visibility: visible;
    transform: translateY(0) scale(1);
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  opacity: 0;

}
.member-social-profile .social-list a {
  display: flex;
  justify-content: center;
  align-items: center;
}
.member-social-profile .social-list:last-child{
  border-bottom: 0px;

}
.member-social-profile .social-list i {
  color: var(--main-primary);
  padding: 16px;
  border-radius: 0;
  font-size: 22px;
  background-color: transparent;
}
.team-card:hover .member-social-profile .social-list {
  opacity: 1;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.member-social-profile .social-list:hover {
  background: var(--main-tertiary);
}
.member-social-profile .social-list:hover i{
  color: var(--text-dark);
}

/*=======================================================================
[13] Testimonial Area Start Hear
=========================================================================*/
.testimonial {
  background-image: url(../images/Shap/net.png);
    background-repeat: no-repeat !important;
    background-position: left top !important;
    background-color: var(--main-secondary);
}
.testimonial-card-gallery .testimonial-card-list {
  background-color: var(--text-dark);
  padding: 32px;
}
.testimonial-card-gallery .testimonial-card-list h5{
  font-family: var(--font-family-cormorant);
}
.testimonial-card-gallery .testimonial-card-list .count-member {
  display: flex;
  align-items: center;
  gap: 24px;
}
.testimonial-card-gallery .testimonial-card-list .count-member strong{
  font-size: 50px;
  font-weight: 700;
  line-height: 42px;
  background: var(--main-tertiary);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  
}
.testimonial-card-gallery .testimonial-card-list .count-member .review {
  display: flex;
  align-items: center;
  gap: 16px;
}
.testimonial-card-gallery .testimonial-card-list .count-member .review .review-icon i {
  background: var(--main-tertiary);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 18px;
  
}
.testimonial-card-gallery .testimonial-card-list .count-member small {
  color: var(--main-primary);
}
.member-profile blockquote{
  padding: 0;
  margin: 0;
}
.member-profile .member-details {
  display: flex;
  align-items: center;
  gap: 16px;
}
.member-profile .member-details img {
  border-radius: 50%;
}
.member-profile .member-details .member-info .name {
  font-size: 18px;
  font-weight: 700;
  line-height: 26px;
  color: var(--white);
  margin: 0;

}
.member-profile .member-details .member-info .name span {
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  color: var(--main-primary);

}.testimonial-slider .slick-dots {
  bottom: 0;
}
.testimonial-slider .slick-dots .slick-active {
  background: var(--main-tertiary) !important;
}
.testimonial-slider .slick-dots li{
  width: 14px;
  height: 14px;
  border: 1px solid var(--main-primary);
  border-radius: 50%;
}


/*=======================================================================
[14] Blog Area Start Hear
=========================================================================*/
.gallery-blog-card-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(310px, 1fr));
  grid-gap: 30px;
  align-items: stretch;
  transition: all 0.5s ease-out;
}
.blog-card {
  background: transparent !important;
}
.blog-card .text {
  padding: 0;
}
.blog-card .text .head span{
  background: var(--main-tertiary);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  padding-right: 20px;
  border-right: 1px solid var(--main-primary);
}
.blog-card .text .head-2{
  padding-left: 20px;
}
.blog-card .text h4{
  font-size: 24px;
  font-style: italic;
  font-weight: 700;
  line-height: 34px;
  padding-bottom: 20px;
  font-family: var(--font-family-cormorant);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.blog-card .date p .fa-calendar-days{
  padding-right: 6px;
}
.blog-card .c-btn{
  color: var(--main-primary);
  cursor: pointer;
}
.blog-card .c-btn i{
  color: var(--main-primary);
  transform: rotate(-45deg);
  margin-left: 6px;
}
.blog-card:hover .c-btn,
.blog-card:hover .c-btn i
{
  color: var(--orange-dark);
}

/*=======================================================================
[15] Project Status Area End Hear
=========================================================================*/
.fact {
  /* transform: translate(0 , -50%); */
}
.market {
  background-color: var(--text-dark);
}
.project-status-content {
  /* padding: 50px; */
  /* background-color: var(--main-secondary); */
  /* border: 1px solid rgba(255, 255, 255, 0.1);
  border-bottom: 5px solid var(--orange-dark); */
}
.project-status-content .project-list {
  display: flex;
  align-items: end;
}
.project-status-content .project-list .count-project {
  display: flex;
  align-items: center;
}
.project-status-content .project-list .count-project strong {
  font-family: var(--font-family-manrope) !important;
  font-size: 120px;
  font-weight: 600;
  line-height: 144px;
  letter-spacing: -0.02em;
  color: var(--main-primary);
  /* padding-right: 30px; */
  text-shadow: -1px 1px 0 rgba(255, 255, 255, .1), 1px 1px 0 rgba(255, 255, 255, .1), 1px -1px 0 rgba(255, 255, 255, .1), -1px -1px 0 rgba(255, 255, 255, .1);

}
.project-status-content .project-list .count-project .counting-number {
  color: var(--main-secondary);
}
.project-status-content .project-list .count-project strong:last-child {
  padding-right: 30px;
}
.project-status-content .project-list .count-project span{
  font-family: var(--font-family-manrope) !important;
  font-size: 120px;
  font-weight: 600;
  line-height: 144px;
  letter-spacing: -0.02em;
  color: var(--main-primary);
  padding-right: 30px;
  text-shadow: -1px 1px 0 rgba(255, 255, 255, .1), 1px 1px 0 rgba(255, 255, 255, .1), 1px -1px 0 rgba(255, 255, 255, .1), -1px -1px 0 rgba(255, 255, 255, .1);
}
.project-status-content .project-list .project-shape .shape-box {
  width: 60px;
  height: 60px;
  border-radius: 50%;
   background: rgba(255, 255, 255, 0.1);
}
.project-status-content .project-list .project-shape .shape-box span{
  left: 10px !important;
  top: 10px !important;
  background: var(--main-tertiary);
  border: none !important;
}
.project-status-content .project-list .project-shape h5 {
  font-family: var(--font-family-cormorant);
  font-style: italic;
  transform: translate(10px, -40px);
}

/*=======================================================================
[16] Footer Area End Hear
=========================================================================*/
footer {
  background-image: url(../images/Bg/footer-bg.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-color: var(--main-secondary);
}
.footer-logo {
  width: 120px;
}
.footer-two-bg {
  background-image: url(../images/Bg/Footer-2-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.footer-left .footer-text p{
  color: var(--text-mid);
}
 .footer-contact span {
  color: var(--orange-dark);
}
 .footer-two-border {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
 .footer-contact-number {
  font-family: var(--font-family-inter);
  font-size: 52px;
  font-weight: 700;
  line-height: 26px;
  text-align: left;
  font-style: normal;
  color: var(--orange-dark);

}
.social-icon a{
 margin-right: 8px;
 transition: all 0.5s ease-out;
}
.social-icon a:hover{
 transform: scale(1.5);
}
.social-icon a i{
  width: 26px;
  height: 26px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgba(139, 159, 159, 0.5);
  border-radius: 50%;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.social-icon a i:hover{
  background: var(--main-tertiary);
}

.footer-right .footer-nav-menu {
  display: grid;
  grid-template-columns: repeat(4, 1fr); 
}
.footer-right .footer-nav-menu .footer-nav-item ul li {
  padding-bottom: 8px;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  cursor: pointer;
  color: var(--main-primary);
}
.footer-right .footer-nav-menu .footer-nav-item ul li:last-child a{
 color: var(--orange-dark);
}
.footer-right .footer-nav-menu .footer-nav-item ul li:last-child a i{
 transform: rotate(-45deg);
 padding-left: 5px;
}
.footer-right .footer-nav-menu .footer-nav-item ul li a{
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  cursor: pointer;
  color: var(--main-primary);
}
.footer-right .footer-nav-menu .footer-nav-item ul li a:hover {
  color: var(--orange-dark);
}
.footer-right .footer-nav-menu .footer-nav-item .nav-list-title a {
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  color: var(--white);
}
.copyright-area .copyright-left-area p a {
  color: var(--orange-dark);
} 
/* .newlatter {
  border-top: 1px solid var(--text-dark);
} */
.newlatter h4 {
  font-family: var(--font-family-manrope);
  font-size: 32px;
  font-weight: 700;
  line-height: 26px;
  text-align: left;
  color: var(--white);

}
.newlatter input {
  width: 100%;
  padding: 12px 22px;
  border: none;
  background-color: var(--text-dark);
  color: var(--main-primary);
  
}
.newlatter h4 span{
  color: var(--main-primary);

}
.newlatter a {
  height: 50px;
  background: var(--main-tertiary);
  width: 50px;
  display: flex;
  justify-content: center;
  align-items: center;

}
.newlatter a i{
  color: var(--text-dark);
  transform: rotate(-45deg);
  display: flex;
  justify-content: center;
  align-items: center;

}
.copyright-area{
  padding: 16px 0;
  background: var(--text-dark);
}
.copyright-left-area .copyright-item{
  display: flex;
  gap: 10px;
}
.copyright-left-area .copyright-item li a,
.copyright-area-inner .qry-copy {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  color: var(--text-light);
  cursor: pointer;
  transition: all 0.5s ease-out;
}
.copyright-area-inner .qry-copy a {
  color: var(--text-light);
}
.copyright-left-area .copyright-item li a:hover{
  color: var(--main-secondary);
}

/*=======================================================================
[17] Back To Top Area Start Hear
=========================================================================*/
#back-icon {
  display: inline-block;
  background: rgba(139, 159, 159, 0.5);
  width: 40px;
  height: 40px;
  text-align: center;
  border-radius: 50%;
  position: fixed;
  bottom: 30px;
  right: 30px;
  transition: background-color .3s, 
    opacity .5s, visibility .5s;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
}
#back-icon i{
  height: 100%;
  width: 100%;
  display: flex;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  color: var(--text-dark);
}

#back-icon:hover {
  cursor: pointer;
  background: var(--main-tertiary);
}
#back-icon:active {
  color: var(--main-secondary);
}
#back-icon.show {
  opacity: 1;
  visibility: visible;
}

/* *************************************************************************
[18]================Home Page Layout 2 start Hear============================
****************************************************************************/

.main-menu-area .nav-menu-box .menu-top-two .phone span {
  color: var(--orange-dark);
}
.whatsapp-icon i {
  color: var(--orange-dark);
  font-size: 17px;
  margin-right: 5px;
}
.section-title-two h6 {
  color: var(--orange-dark);
  margin: 0;
}
.hero-two .container-one .hero-content .row .hero-content-left .entry-content .entry-title span {
  /* color: var(--main-primary); */
  border: none;
}
.hero-content-left .entry-content .hero-btn .h-two-btn {
  background: var(--main-tertiary);
  color: var(--text-dark);
}
/*=======================================================================
[19] Video Area Start Hear 
=========================================================================*/
.video-content h2 {
  font-family: var(--font-family-manrope);
  font-size: 150px;
  font-weight: 800;
  line-height: 26px;
  color: var(--text-dark);
  text-shadow: -1px 1px 0 rgba(255, 255, 255, .1),
  1px 1px 0 rgba(255, 255, 255, .1),
  1px -1px 0 rgba(255, 255, 255, .1),
  -1px -1px 0 rgba(255, 255, 255, .1);
}
 .video-icon {
  position: absolute;
  left: 50%;
  transform: translate(-50%, -410%);
}
.video-icon .video-play {
  width: 100px;
  height: 100px;
  border-radius: 50%;
}
.video-icon .video-play img{
  width: 30px;
  height: 30px;
}
.video .container .section-space-bottom .video-service {
  
  transform: translate(0%, -50%);
}
.hero-content-right .company-round-logo {
  animation: rotateCircles 5.5s linear infinite;
}


/*=======================================================================
[20] Business Planes Area Start Hear 
=========================================================================*/
.service-card-2 {
  transform: translate(0, -50%);
}
.service-slider .slick-slide .card .card-body{
  box-shadow: 0px 30px 50px 0px rgba(12, 25, 25, 0.1);
}


/*=======================================================================
[21] Home Page Two Service Area Start Hear 
=========================================================================*/

.project-item .project-list {
  display: flex;
  justify-content: space-around ;
  align-items: center;
  margin: 24px 0 24px 0;
  padding-bottom: 32px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  ;
}
.project-item .project-list:last-child{
  border-bottom: 0px solid
  ;
}
.project-item .project-list .project-img {
  margin-right: 16px;
}

.project-item .project-list .project-icon i{
  color: var(--white);
  padding: 20px;
  border-radius: 50%;
  cursor: pointer;
  background: var(--text-light);
  transform: rotate(-45deg);
  transition: all 5s ease-in-out;
}
.project-item .project-list .project-icon i:hover{
  background: var(--main-tertiary);
}

/*=======================================================================
[22] Best Service Area Start Hear 
=========================================================================*/
.our-service-tow {
  background-color: var(--main-secondary);
} 
.scroller__inner {
    padding-block: 1rem;
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
  }
  
  .scroller[data-animated='true'] {
    overflow: hidden;
  }
  .scroller[data-animated='true'] .scroller__inner {
    width: max-content;
    flex-wrap: nowrap;
    animation: scroll var(--_animation-duration, 40s)
    var(--_animation-direction, forwards) linear infinite;
  }
  
  .scroller .tag-list .img {
    flex: none;
  }
  
  @keyframes scroll {
    to{
      transform: translate(calc(-50% - 0.5rem));
    }
  }
  .project-details {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: absolute;
    bottom: 20px;
    left: 20px;
    opacity: 1;
    transition: all .3s ease 0s;
    width: 90%;
    z-index: 9;
    /* padding: 18px 32px; */
    color: var(--white);
    /* background: rgb(28 28 29 / 80%) none repeat scroll 0 0; */
    visibility: visible;
    transform: translateY(0) scale(1);
    -webkit-transition: -webkit-transform 0.8s cubic-bezier(0.6, 0.2, 0.1, 1) 0s, opacity 0.8s cubic-bezier(0.6, 0.2, 0.1, 1) 0s;
    transition: transform 0.8s cubic-bezier(0.6, 0.2, 0.1, 1) 0s, opacity 0.8s cubic-bezier(0.6, 0.2, 0.1, 1) 0s;
}
.project-details .project-details-content {
    text-align: start;
}
.project-details img {
  padding: 12px;
  background-color: var(--text-dark);
  border-right: 2px solid var(--orange-dark);
  margin-right: 12px;
}
.project-details .project-details-content h5{
    font-family: var(--font-family-cormorant);
    font-style: italic;
    margin: 0;
}
.project-details a i {
    padding: 22px;
    background-color: var(--main-primary);
    color: var(--white);
    cursor: pointer;
}
.project-details a i:hover{
    opacity: 75%;
}


/*=======================================================================
[23] study Planes Area Start Hear 
=========================================================================*/
.study-right .image-list:after{
    content: "";
    position: absolute;
    z-index: 3;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    background: linear-gradient(180deg, transparent 0, transparent 60%, #000);
    opacity: 1;
  }
  .study-left ul li a i {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    transform: rotate(-45deg);
    margin-right: 16px;
    background-color: var(--text-light);
    color: var(--white);
  }
  .study-left ul li:hover a i{
    background: var(--main-tertiary);
  }
  .study-left ul li a p {
    font-family: var(--font-family-cormorant);
    font-size: 32px;
    font-style: italic;
    font-weight: 700;
    line-height: 26px;
    
  }
  .case-study .slick-dots {
    position: absolute;
    bottom: 45px;
    display: block;
    width: fit-content;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
    left: 50px;
}
  .case-study .slick-dots li {
    border: 1px solid var(--main-primary);
    border-radius: 50%;
}
.case-study .slick-dots .slick-active {
  background: var(--main-tertiary) !important;
}

/*=======================================================================
[24] Fact-2 Area Start Hear 
=========================================================================*/
.fact-2 .project-status-content {
  padding: 50px;
  background-color: transparent;
  border: 0px ;
  border-bottom: 0;
}
.fact-2 .project-status-content .row .col .project-list .count-project h1 {
 font-family: var(--font-family-manrope) !important;
 font-style: normal;
 color: var(--main-primary);
}

/*=======================================================================
[25] Consultancy Area Start Hear  
=========================================================================*/
.consultancy {
  background-image: linear-gradient(
    rgba(15, 31, 31, 0.9),
    rgba(15, 31, 31, 0.9)
  ), url(../images/Banner/Slider-Banner-One.jpg);
  background-attachment: fixed;
}
.consultancy-left .video .video-icon {
  position: inherit;
  transform: translate(0, 0);
}
.consultancy-left .video p {
  margin-left: 40px;
}
.consultancy-box {
  display: flex;
  flex-direction: column;
  padding: 40px;
  background-color: var(--main-secondary);
}
.consultancy-box input,
.consultancy-box textarea{
  border: none;
  padding: 16px;
  margin-bottom: 12px;
  background-color: var(--text-dark);
  color: var(--main-primary);
}
.consultancy-box input {
  color: var(--main-primary);
}
.consultancy-box .section-btn .btn-fill {
  width: fit-content;
}
/*=======================================================================
[26]  portfolio-accordion-2 Planes Area Start Hear 
=========================================================================*/
.portfolio-accordion-2 {
  background-color: var(--main-secondary);
  padding: 0 20px;
}
.portfolio-accordion-2 .portfolio-accordion-item:first-child {
  border-top: 0;
}
.portfolio-accordion-2 .portfolio-accordion-item:last-child{
  border-bottom: 0;
}
/* *************************************************************************
[27]================Home Page Layout 3 start Hear============================
****************************************************************************/
.header-three-fixed {
  background-color: transparent;
}
.hero-three {
  margin-top: 0;
  padding-top: 135px;
  background-image: url(../images/Banner/Banner-2.png);
}
.h-3-nav-bottom,
.logo-area-three {
  background-color: var(--main-secondary);
}
.h-three-btn {
  background: var(--main-tertiary) !important;
  color: var(--text-dark);
}
.header-active {
  background-color: var(--main-secondary);
}
/*=======================================================================
[28] Home page Three Service Area Start Hear 
=========================================================================*/
.pattern-shape {
  background-image: url(../images/Shap/circle.svg);
  background-repeat: no-repeat !important;
  background-position: left bottom !important;
}

.gallery-slide-content .text .card-icon {
  padding: 10px;
  transform: translate(0, -50%);
  background-color: var(--text-dark);
  border-radius: 50%;
}
.gallery-slide-content .h-3-btn{
  color: var(--main-primary);
  font-size: 16px;
  font-weight: 700;
}
.gallery-slide-content article .img img {
  width: 100%;
}
.gallery-slide-content .text {
  padding: 0 16px 24px 24px;
  background-color: var(--main-secondary);
  color: var(--white);
}
.gallery-slide-content .text .h-3-btn i{
  transform: rotate(-45deg);
  margin-left: 8px;
}
.gallery-slide-content .text .h-3-btn i:hover{
  color: var(--orange-dark);
}
.gallery-card-grid-2 .slick-dots {
  position: absolute;
  bottom: 40px;
  display: block;
  width: fit-content;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  left: -51%;
}
.gallery-card-grid-2 .slick-dots li {
  width: 14px;
  height: 14px;
  border: 1px solid var(--main-primary);
  border-radius: 50%;
}
.gallery-card-grid-2 .slick-dots .slick-active {
background: var(--main-tertiary) !important;
}
.company-grid-three article {
  background: transparent !important;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 0;
}
/*=======================================================================
[29] Mission Vision Area Start Hear 
=========================================================================*/
.mission-vision {
  background-color: var(--main-secondary);
}

.mission-vision-content .mv-list {
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 20px;
}
.mission-vision-content .mv-list .text h4 {
  font-size: 32px;
  line-height: 26px;
}
.mission-vision-content .mv-list .parent-skill {
  width: 120px;
  height: auto;
}

.mission-vision-content .mv-list .skill {
  width: 120px;
  height: 120px;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.mission-vision-content .mv-list .progress {
  width: 95%;
  height: 95%;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  background: var(--white);
  /* background: linear-gradient(280deg, #1e2024, #23272b); */
  display: flex;
  align-items: center;
  justify-content: center;
}

.mission-vision-content .mv-list .progress-number {
  color: var(--main-primary);
  font-family: var(--font-family-cormorant);
  font-style: italic;
  font-size: 32px;
  font-weight: 400;
  line-height: 26px;
}

.md-card {
      box-shadow: 0 0 25px rgba(0, 0, 0, 0.07);
    border-radius: 20px;
    overflow: hidden;
    border: 1px solid #ddd;
}
.md-message {
    padding: 40px 30px;
}
.md-message h2 {
    font-size: 26px;
    font-weight: bold;
    margin-bottom: 20px;
    color: #002c5b;
}
.md-message p {
    font-size: 18px;
    font-family: poppins;
    color: #222;
    line-height: 1.8;
    text-align: justify;
    font-weight: 300;
}
.md-image {
    text-align: center;
    background: #f8f9fa;
    padding: 20px;
}
.md-image img {
    object-fit: cover;
    border-radius: 12px;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
}
/*=======================================================================
[30] More Service Area Start Hear 
=========================================================================*/

.more-service {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
  grid-gap: 30px;
  align-items: stretch;
  transition: all 0.5s ease-out;
}
.more-service-gallery {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
  grid-gap: 30px;
  align-items: stretch;
  transition: all 0.5s ease-out;
}
.more-service .more-service-list .card-group .card{
 background-color: var(--main-secondary);
 border-radius: 100px;
}
.more-service .more-service-list .card-group .card-color{
 background-color: var(--white) !important;
 border-radius: 20px;
}
.more-service .more-service-list .card-group .card .card-body img {
  width: 50px;
}
.more-service-gallery .more-service-list .card-group .card .card-body .card-title {
  color: var(--text-dark);
}
.more-service .more-service-list .card-group .card .card-body a i{
 border: 1px solid rgba(139, 159, 159, 0.1);
 background-color: transparent;
}
.more-service .more-service-list .card-group .card .card-body a i:hover{
 background: var(--main-tertiary) !important;
}
.more-service .more-service-list .text-card-two::after {
  content: "";
  background-image: url(../images/svg/10-shap.svg);
  width: 70px;
  height: 60px;
  right: 37%;
  bottom: -4px;
  position: absolute;
  margin: 0 auto;
  text-align: center;
  z-index: 1;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.more-service .more-service-list .text-card::before {
  background-image: none;
}
.image-list .img .scroll-icon{
  position: absolute;
  top: 50%;
  transform: translate(340%, -50%) !important;
  color: white;
  padding: 20px;
  background: var(--main-tertiary);
  width: 50px;
  height: 50px;
  opacity: 0;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.5s ease-out;
}
.image-list .img .scroll-icon i{
  transform: rotate(-45deg);
}
.image-list:hover .img .scroll-icon{
  opacity: 1;
}
.tag-list-tow .image-list .img .project-details {
  justify-content: start;
}
.tag-list-tow .image-list .img .project-details img {
  background-color: transparent;
  border-right: none !important;
}

/*=======================================================================
[31] Choose Our Service Area Start Hear 
=========================================================================*/
.choose-our-project {
  background-color: var(--main-secondary);
  padding: 24px 24px 0 24px;
}
.latest-project-slider {
  transform: translate(-80px, 0px);
}
.choose-our-project .project-list {
  border: none;
  margin: 0 !important;
}
.choose-our-project .project-list .project-content h4{
  color: var(--white);
}
.choose-our-project .project-list .project-icon i{
  background-color: transparent;
  border: 1px solid rgba(255, 255, 255, 0.1);
}
.latest-project-slider .slick-dots {
  position: absolute;
  bottom: -45px;
  display: block;
  width: fit-content;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  left: 40%;
}
.latest-project-slider .slick-dots li {
  width: 14px;
  height: 14px;
  border: 1px solid var(--main-primary);
  border-radius: 50%;
}
.latest-project-slider .slick-dots .slick-active {
background: var(--main-tertiary) !important;
}


/*=======================================================================
[32] Call Service Area Start Hear 
=========================================================================*/

.call-service-three .call-service {
  background: var(--main-secondary) !important;

}
.call-service-three .call-service .call p{
  color: var(--orange-dark);

}
.call-service-three .call-service .call i{
  background: var(--main-tertiary);
  color: var(--main-secondary);
}
/* *************************************************************************
[33]================Home Page Layout 4 start Hear============================
****************************************************************************/
.banner-4 {
  background-image: url(../images/Banner/About.png);
  background-position: top;
  height: 775px;
}
.header-four  {
  height: 100px;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 0;
  z-index: 100;
  position: fixed;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.hero-four {
  margin-top: 100px !important;
}
.header-four ,
.service-four{
  background-color: var(--text-dark);
}
.hero-banner-outside-container {
  width: 100vw;
  position: relative;
  left: -23%;
  margin-left: -8vw;
  margin-right: 1vw;

}

.hero-content-left-four .entry-content h2 span{
  font-family: var(--font-family-cormorant);
  background: var(--main-tertiary);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.hero-four-card .hero-four-card-list {
  width: 100%;
  background-color: var(--main-secondary);
  padding: 12px 22px;
}
.hero-four-card .hero-four-card-list:last-child{
  background-color: var(--text-dark);
}
.hero-four-card .hero-four-card-list-shadow {
  box-shadow: 0 0 300px var(--orange-dark),
   0 0 0px var(--orange-dark),
    0 0 0px var(--orange-dark),
     0 0 0px var(--orange-dark);
}
.hero-four-card .hero-four-card-list .card-content {
  margin-right: 30px;
}
.hero-four-card .hero-four-card-list img {
  width: 30px;
}
.hero-four-card .hero-four-card-list .card-content small{
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  text-align: left;
  
}
.hero-four-card .hero-four-card-list .card-content h4{
  font-size: 24px;
  font-family: var(--font-family-cormorant);
  font-style: italic;
  list-style: 26px;
}

/*=======================================================================
[34] Products Area Start Hear 
=========================================================================*/
.products-list { 
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
    grid-gap: 30px;
    align-items: stretch;
    transition: all 0.5s ease-out;
}
.products-list .card {
  background-color: var(--text-dark);
  border: 5px solid var(--main-secondary);
}

.products-list .card .card-body .card-title{
  font-family: var(--font-family-cormorant);
  font-style: italic;
  font-size: 24px;
  line-height: 26px;
  margin-bottom: 16px;
}
.products-list .card .card-body .progress {
  display: flex;
  height: 2px;
  overflow: hidden;
  font-size: .75rem;
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: .25rem;
}
.products-list .card .card-body .progress .progress-bar {
  background: var(--main-tertiary);
}

.products-list .card .card-body .product-price small:first-child{
  font-family: var(--font-family-manrope);
  font-weight: 500;
  font-size: 26px;
  line-height: 26px;
  color: var(--white);
  margin-right: 12px;
}
.products-list .card .card-body .product-price small:last-child{
  font-family: var(--font-family-manrope);
  font-weight: 500;
  font-size: 14px;
  line-height: 26px;
  color: var(--main-primary);
  text-decoration: line-through;
}

.product-review-icon {
  position: absolute;
  top: 0;
  right: 0;
  display: grid;
  gap: 6px;
  opacity: 0;
  -webkit-transition: all 0.1s ease-out;
    -moz-transition: all 0.1s ease-out;
    -ms-transition: all 0.1s ease-out;
    -o-transition: all 0.1s ease-out;
    transition: all 0.1s ease-out;
}
.products-list .card:hover .product-review-icon {
  opacity: 1;
  transition: all 0.1s ease-in-out;
}
.products-list .product-review-icon .social-list a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: var(--main-secondary);
  -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -ms-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}
.products-list .product-review-icon .social-list a:hover{
  background: var(--main-tertiary);
  color: var(--white);
}
.products-list .product-review-icon .social-list a i{
  color: var(--main-primary);
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.products-list .product-review-icon .social-list a i:hover{
  color: var(--text-dark);
}

/*=======================================================================
[35] Location Area Start Hear 
=========================================================================*/

.location .contact-area {
 position: absolute;
 top: 0;
 left: 0;
 height: 100%;
}
.location .responsive-map{
  overflow: hidden;
  padding-bottom:56.25%;
  position:relative;
  height:1000px;
  }
.location .responsive-map iframe{
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
  }
.map{
    height: 100vh;
    width: 100%;
    filter: grayscale(100%) invert(100%) contrast(83%);
  }
 .contact-location {
  background: transparent;
  background-image: linear-gradient(rgba(15, 31, 31, 0.9), rgba(15, 31, 31, 0.9));
}
.consultancy-box {
  max-width: 600px;
  background: transparent;
  padding: 0;
  margin-right: 50px;
}
.consultancy-box-two {
  margin-left: 300px;

}
.contact-location input{
  background-color: rgba(255, 255, 255, 0.1);
  width: 100%;
}
.contact-location textarea{
  background-color: rgba(255, 255, 255, 0.1);
  width: 100%;
}


/* *************************************************************************
[36]================About Us Page Layout  start Hear============================
****************************************************************************/
.banner-5 {
  background-image: url(../images/Banner/BG_Banner.jpg);
    background-repeat: no-repeat;
  object-fit: cover;
  background-size: cover;
  background-position: top;
  position: relative;
  
}
.banner-short {
  background-repeat: no-repeat;
  object-fit: cover;
  background-size: cover;
  background-position: top;
  position: relative;
}
.banner-t-one {
  background-image: url(../images/Banner/t-bg.png);
}
.banner-t-two {
  background-image: url(../images/Banner/BG_Banner.jpg);
}
.banner-t-three {
  background-image: url(../images/Banner/About.png);
}
.banner-short::before{
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);

}

.hero-bg {
  background-color: var(--main-secondary);
}
.h-100 {
  height: 100%;
}
.sub-page-name h1,
.sub-page-name p{
  color: var(--white);
  position: relative;
  z-index: 9;
}
.sub-page-name span{
  background: var(--main-tertiary);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.gallery-card-grid-3 .slick-dots {
  width: 100%;
  bottom: -45px !important;
}
.gallery-card-grid-3 .slick-dots .slick-active {
  background: var(--main-tertiary) !important;
}
.slick-track {
  display: flex;
  align-items: flex-start;
  /* gap: 15px; */
}
.gallery-card-grid-3 .slick-dots li{
  width: 14px;
  height: 14px;
  border: 1px solid var(--main-primary);
  border-radius: 50%;
}
.about-testimonial {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(430px, 1fr));
  grid-gap: 30px;
  align-items: stretch;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.about-testimonial .testimonial-card-list{
  background-color: var(--main-secondary);
}
.subtext span {
  color: var(--orange-dark);
}
.policy-list li i {
    color: var(--orange-dark);
    margin-right: 12px;
    border: 2px solid var(--orange-dark);
    border-radius: 50%;
    padding: 4px;
    margin-bottom: 6px;
}
/* *************************************************************************
[37]================Service Page Layout  start Hear============================
****************************************************************************/
.banner-6 {
  background-image: url(../images/Banner/Banner-6.png);
}
/* *************************************************************************
[38]================Service Details Page Layout  start Hear============================
****************************************************************************/
.banner-7 {
  background-image: url(../images/Banner/Banner-6.png);
}
.details-entry-title .title {
  color: var(--white);
}
.check-text .check-item .check-list {
  line-height: 44px;
  font-weight: 400;
}
.check-text .check-item .check-list i {
  color: var(--orange-dark);
  margin-right: 12px;
}
.simple-card {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  grid-gap: 30px;
  align-items: stretch;
  transition: all 0.5s ease-out;
}
.simple-card .simple-card-list {
  background-color: var(--main-secondary);
  padding: 12px 22px;
}
.details-left-content .content-box {
  padding: 32px;
  background-color: var(--main-secondary);
}
.service-item .service-list {
  padding: 12px 22px;
  background-color: var(--text-dark);
  cursor: pointer;
  display: inline-block;
  width: 100%;
  margin-bottom: 12px;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.service-item .service-list a{
  color: var(--main-primary);
}
.service-item .service-list:hover { 
  background: var(--main-tertiary);
}
.service-item .service-list:hover a{ 
  color: var(--white);
}
.contact-list i {
  color: var(--orange-dark);
  margin-right: 12px;
  line-height: 30px;
  font-size: 24px;
}
.contact-list .text small {
  color: var(--white);
  font-size: 14px;
  font-weight: 400;
}
.service-item .contact-list {
  padding: 12px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1); 
}
.service-item .contact-list:last-child{
  border-bottom: 0px; 
}
.service-item .social-list i {
  padding: 20px;
  background-color: var(--text-dark);
  cursor: pointer;
}
.service-item .social-list i:hover{
  background: var(--main-tertiary);
  color: var(--text-dark);
}
.content-box .consultancy-box .section-btn .btn-fill {
  background: var(--main-tertiary) !important;
  color: var(--text-dark) !important;
  transition: all 0.5s ease-out;
    box-shadow: 0 0 200px var(--orange-dark), 0 0 0px var(--orange-dark), 0 0 0px var(--orange-dark), 0 0 0px var(--orange-dark);
}
.content-box .consultancy-box .section-btn .btn-fill i{
  color: var(--text-dark) !important;
}
.content-box .newlatter a i {
  transform: rotate(0deg);
}
/* *************************************************************************
[39]================Attorneys Page Layout  start Hear============================
****************************************************************************/
.banner-8 {
  background-image: url(../images/Banner/Banner-7.png);
}
.attorneys-btn .round-btn {
  width: 180px;
  height: 180px;
}
/* *************************************************************************
[40]================Attorneys Page Details Layout  start Hear============================
****************************************************************************/
.product-gallery-box img {
    height: 260px;
    width: 100%;
}
.gallery-box {
  position: relative;
  overflow: hidden;
  /* border-radius: 10px; */
  transition: transform 0.3s;
}
/* .gallery-box img{
    height: 300px;
    object-fit: cover;
} */
 .gallery-design-item .gallery-design-list {
    max-height: 300px;
 }
 .gallery-design-item .first-img {
    height: 100%;
 }
.gallery-design-item .gallery-design-list img {
    height: 100%;
    width: 100%;
}
.gallery-design-item .gallery-design-list .last-image {
    height: 170px;
}
.gallery-box:hover {
  /* transform: scale(1.03); */
}
.text-justify {
  text-align: justify;
}

.gallery-title {
position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #00000059;
    color: #fff;
    padding: 8px 16px;
    font-weight: 600;
    text-align: center;
    font-size: 1rem;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}
.gallery-title i {
    font-size: 18px;
    padding: 8px;
    border-radius: 50%;
    /* border: 1px solid #333; */
    background: #333;
}
.gallery-title .gallery-text i {
    margin-right: 8px;
    border: none;
    background: none;
}
.gallery-column {
    padding: 0.5px !important;
}
.has-image[data-image-fit=contain] .fancybox__image {
  object-fit: contain;
  width: 100% !important;
  height: 100% !important;
}
.fancybox__carousel.is-draggable .fancybox__slide, .fancybox__carousel.is-draggable .fancybox__slide .fancybox__content {
  width: 100% !important;
  height: 100% !important;
}
/* *************************************************************************
[40]================Attorneys Page Details Layout  start Hear============================
****************************************************************************/
.banner-9 {
  background-image: url(../images/Banner/Banner-9.png);
}
.personal-information h2 {
  color: var(--white);
}
.personal-information .name{
  color: var(--orange-dark);
}
.personal-information .social-info h4{
  font-family: var(--font-family-inter);
  font-style: normal;
}
.personal-information .social-info i{
  color: var(--orange-dark);
  margin-right: 20px;
}
.personal-information .job-info {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.personal-information .job-info .job-info-item li{
  margin-bottom: 10px;
}
.personal-information .job-info .job-info-item .heading{
  color: var(--white)
}
.personal-information .about-me h4{
  color: var(--white)
}

/* *************************************************************************
[41]================Case Study Page Layout  start Hear============================
****************************************************************************/
.banner-10 {
  background-image: url(../images/Banner/Banner-10.png);
}
.case-study-gallery .tag-list{
  display: grid !important;
  grid-template-columns: repeat(auto-fill, minmax(310px, 1fr));
  grid-gap: 30px;
  align-items: stretch;
  transition: all 0.5s ease-out;
}


/* *************************************************************************
[42]================Testimonials Page Layout  start Hear============================
****************************************************************************/
.banner-11 {
  background-image: url(../images/Banner/Banner-11.png);
}
.content-box-text {
  padding: 120px 30px;
  background-image: url(../images/Bg/Work-Space.png);
}
.contact-details-box p{
  padding: 12px 22px 12px 26px;
  background-color: var(--text-dark);
}
.contact-details-box i{
  padding: 5px;
  border-radius: 50%;
  background: var(--main-tertiary);
  color: var(--text-dark);
  margin-right: -12px;
  z-index: 1;
}
/* *************************************************************************
[43]================Testimonials Page Layout 2  start Hear===================
****************************************************************************/
.banner-12 {
  background-image: url(../images/Banner/Banner-12.png);
}
.simple-card-icon-list .text {
  margin-left: 20px;
}
.simple-card-icon-list .text h4 {
  font-size: 20px;
}
.banner-13 {
  background-image: url(../images/Banner/Banner-13.png);
}
.banner-14 {
  background-image: url(../images/Banner/Banner-14.png);
}

.banner-15 {
  background-image: url(../images/Banner/Banner-15.png);
}
/* *************************************************************************
[44]================Shope Page Layout  start Hear============================
****************************************************************************/
.banner-16 {
  background-image: url(../images/Banner/Banner-16.png);
}
.product-details img {
  max-width: 100px;
  margin-right: 20px;
  padding: 12px;
  background-color: var(--text-dark);
}
.product-details .product-text p {
  font-size: 16px;
  line-height: 20px;
  font-weight: 500;
  color: var(--white);
}
.product-details .product-text p span{
  font-size: 14px;
  line-height: 26px;
  font-weight: 400;
  color: var(--main-primary);
  text-decoration: line-through;
  margin-left: 5px;
}
.product-details .product-text .Zstal-text{
  color: var(--main-primary);
}
.product-details .product-text p .zstal {
  color: var(--orange-dark);
  text-decoration: auto;
  padding-right: 12px;
  border-right: 1px solid var(--main-primary);
}
.product-details .product-text .date {
  padding-top: 12px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  ;
}
.product-details .product-text .date p{
  color: var(--main-primary);
  ;
}
.product-details .product-text .date p i{
  color: var(--orange-dark);
  padding-right: 12px
  
  ;
}
.product-details .product-text .attorney {
  text-decoration: auto;
  padding-left: 12px;
}
.product-details .product-text .review-icon{
  display: flex;
  align-items: center;
  gap: 4px;
}
.product-details .product-text .review-icon i{
  color: var(--orange-dark);
  font-size: 14px;
}

/* *************************************************************************
[45]================Shope Details Page Layout  start Hear===================
****************************************************************************/
.banner-17 {
  background-image: url(../images/Banner/Banner-16.png);
}
.product-div-left{
  padding: 20px;
}
.product-div-left .img-container{
  border: 4px solid var(--main-secondary);
}
.product-div-right{
  padding: 20px;
}
.img-container img{
  width: 100%;
  margin: 0 auto;
}
.hover-container{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.hover-container div{
  border: 4px solid var(--main-secondary);
  padding: 1rem;
  margin: 0 4px 8px 4px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.active{
  border-color: var(--orange-dark)!important;
}
.hover-container div:hover{
  border-color: var(--orange-dark)!important;
}
.hover-container div img{
  width: 120px;
  cursor: pointer;
}
.product-div-right span{
  display: block;
}
.product-name{
  font-size: 26px;
  margin-bottom: 22px;
  font-weight: 700;
  letter-spacing: 1px;
  opacity: 0.9;
}
.product-price{
  font-weight: 700;
  font-size: 24px;
  opacity: 0.9;
  font-weight: 500;
}
.product-rating{
  display: flex;
  align-items: center;
  margin-top: 12px;
}
.product-rating span{
  margin-right: 6px;
}

.Quantity .quantity-btn {
  padding: 8px 12px;
  border: 1px solid var(--main-primary);
  margin-left: 12px;
}
.Quantity .quantity-btn button {
  padding: 0 16px;
  font-size: 18px;
  border: none;
  background-color: transparent;
  cursor: pointer;
  color: var(--main-primary);
}
.Quantity .quantity-btn span {
  margin: 0 16px;
  font-size: 18px;
  color: var(--white);
}
.buy-now-btn {
  display: flex;
  align-items: center;
  gap: 30px;
}
.buy-now-btn .btn-fill i{
  transform: rotate(0deg);
}
.buy-now-btn .btn-fill:last-child{
  color: var(--text-dark);
  background: var(--main-tertiary);
}
.buy-now-btn .btn-fill:last-child i{
  color: var(--text-dark);
}
.nav-tabs {
  border: none;
  gap: 30px;
}
.nav-tabs .nav-item .nav-link{
  border: 1px solid var(--main-primary);
  background-color: transparent;
  color: var(--white);
  font-family: Manrope;
  font-size: 16px;
  font-weight: 700;
  line-height: 26px;
  text-align: center;

}


/* *************************************************************************
[46]================Blog layout 2 Page  start Hear===================
****************************************************************************/
.banner-19 {
  background-image: url(../images/Banner/Banner-19.png);
}
.banner-20 {
  background-image: url(../images/Banner/Banner-20.png);
}
.border-title {
  border-left: 5px solid var(--orange-dark);
  outline-left: 5px solid var(--orange-dark);
  color: var(--white);
  padding-left: 10px;
}
.medidle-content {
  padding: 30px;
  background-color: var(--main-secondary);
  gap: 20px;
}
.medidle-content i{
  padding: 12px;
  background-color: var(--text-dark);
}
.blog-consulatanry-box {
  display: flex;
  flex-direction: column;
  padding: 40px 100px;
  background-color: var(--main-secondary);
}
.blog-consulatanry-box input,
.blog-consulatanry-box textarea{
  width: 100%;
  border: none;
  padding: 16px;
  margin-bottom: 12px;
  background-color: var(--text-dark);
  color: var(--main-primary);
}
.blog-consulatanry-box .section-btn .btn-fill {
  width: fit-content;
}
.comments-box {
  display: flex;
  flex-direction: column;
  padding: 40px 100px;
  background-color: var(--main-secondary);
}
.comments-box .medidle-content {
  padding: 30px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.comments-box .medidle-content:last-child{
  border-bottom: 0;
}
.comments-box .reply-comment {
  padding-left: 60px;
  ;
}
.comments-box .medidle-content .medidle-text .title {
  color: var(--white);
}
.comments-box .medidle-content .reply-btn {
  background: var(--text-dark);
  padding: 2px 12px;
  color: var(--main-primary);
  border: none;
  cursor: pointer;
}
.comments-box .medidle-content .reply-btn:hover{
  background: var(--main-tertiary);
  color: var(--text-dark);
}


/* *************************************************************************
[47]================Contact  Page Layout  start Hear===================
****************************************************************************/

.banner-21 {
  background-image: url(../images/Banner/Banner-21.png);
}
.contact-info-card {
  /* position: relative;
  transform: translate(-50%, -90%);
  left: 50%; */
}
.contact-info-card .card-content {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
  grid-gap: 20px;
  align-items: stretch;
}
.contact-info-card .card-content .card-item {
  padding: 60px;
  background-color: var(--main-secondary);
}
.contact-info-card .card-content .card-item i {
  color: var(--orange-dark);
  margin-bottom: 16px;
  font-size: 50px;
}
.contact-info-card .card-content .card-item p {
  font-size: 24px;
  font-weight: 700;
  line-height: 26px;
  text-align: left;
  color: var(--main-primary);

}
.contact-info-card .card-content .card-item small {
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  text-align: left;
  color: var(--orange-dark);
}
.contact-consultation {
  margin-top: -100px;
}

/*=======================================================================
[48] Professionals skill Area Start Hear
=========================================================================*/
.professionals-shap::after{
  content: "";
  background-image: url(../images/svg/Star-black.svg);
  width: 110px;
  height: 90px;
  position: absolute;
  top: 50px;
  left: -50px;
  margin: 0 auto;
  text-align: center;
  z-index: -1;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.skill-bars .bar:first-child {
  margin-top: 0px;
}

.skill-bars .bar .info {
  margin-bottom: 5px;
  display: flex;
  justify-content: space-between;
}

.skill-bars .bar .info span {
  font-weight: 500;
  font-size: 17px;
  opacity: 0;
  animation: showText 0.5s 1s linear forwards;
}
.skill-bars .bar .info span:last-child{
  opacity: 0;
  animation: showText2 0.5s 1.5s linear forwards;
}

.skill-bars .bar .progress-line {
  height: 10px;
  width: 100%;
  background: rgba(255, 255, 255, 0.1);
  position: relative;
  transform: scaleX(0);
  transform-origin: left;
  border-radius: 10px;
  animation: animate 1s cubic-bezier(1, 0, 0.5, 1) forwards;
}

.bar .progress-line span {
  height: 100%;
  position: absolute;
  border-radius: 10px;
  transform: scaleX(0);
  transform-origin: left;
  background: var(--main-tertiary);
  animation: animate 1s 1s cubic-bezier(1, 0, 0.5, 1) forwards;
}

.bar .progress-line.branding-skill span {
  width: 90%;
  background: var(--orange-dark);
}

.bar .progress-line.development span {
  width: 70%;
}

.bar .progress-line.ux_ui span {
  width: 80%;
}

.bar .progress-line.web span {
  width: 80%;
}

/*=======================================================================
[49] Pagination Area  Start Hear
=========================================================================*/

/* Pagination */
.pagination-content {
  display: flex;
  align-items: center;
  justify-content: center;
}
.pagination-number,
.pagination-button{
  font-size: 1.1rem;
  background-color: var(--main-secondary);
  border: none;
  margin: 0rem 0.25rem;
  cursor: pointer;
  height: 2.5rem;
  width: 2.5rem;
  border-radius: .2rem;
  transition: all .6s ease 0s;
  color: var(--white);
}
.hidden {
  display: none;
}

.pagination-number:hover{
  background: var(--main-tertiary);
  
}
.pagination-button:not(.disabled) {
  background: var(--main-tertiary);
  border-radius: 0;
}

.pagination-number.active {
  color: var(--text-dark);
  background: var(--main-tertiary);
}
/*=======================================================================
[50] Portfolio Layout Two Page  Start Hear
=========================================================================*/

.portfolio-project-img,
.portfolio-project-img img{
  height: 100%;
}
/*=======================================================================
[51] Modal Area  Start Hear
=========================================================================*/
.video-modal-content .modal-body{
  padding: 0;
  background: var(--shade-bg-4);
}
.video-modal-content .modal-body video{
  width: -webkit-fill-available;
}
.video-modal-content button{
  position: absolute;
  top: 0;
  right: -30px;
  border: none;
  background: none;
}
.video-modal-content button i{
  font-size: 25px;
  color: var(--white);
}
.video-modal-content{
  border: 0;
}
/*=======================================================================
[52] Time Line Area  Start Hear
=========================================================================*/

.timeline {
  position: relative;
  margin: 100px auto;
}
.timeline-box {
  padding: 10px 50px;
  position: relative;
  /* width: 50%; */
}
.timeline-box-one {
  position: relative;
  top: -80px;

}
.timeline-box-two {
  position: relative;
  top: -20px;

}
.timeline-box-three {
  position: relative;
  top: 45px;

}
.text-box {
  position: relative;
  border-radius: 6px;
  font-size: 15px;
}
.text-box h5 {
  font-size: 24px;
  font-style: italic;
  font-weight: 700;
  line-height: 26px;

}
.text-box p {
  font-size: 16px;
  font-style: italic;
  font-weight: 700;
  line-height: 26px; 
  color: var(--orange-dark);
}

.timeline-box .img {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  left: -63px;
  top: 93px;
  z-index: 10;
  background: var(--main-tertiary);
  position: relative;
}
.timeline-box .img-one {
  top: 55px;
}
.timeline-box .img-two {
  top: 65px;
}
.timeline-box .img-three {
  top: 40px;
}

.timeline::after {
  content: '';
  position: absolute;
  width: 2px;
  height: 100%;
  top: 0;
  margin-left: -3px;
  background-color: var(--text-light);
}