:root, [data-bs-theme=light] {
  --bs-body-font-family: "Plus Jakarta Sans", sans-serif;
  --bs-body-font-size: 16px;
  --bs-body-font-weight: 400;
  --bs-body-line-height: 1.5;
  --bs-body-color: #656565;
  --bs-body-color-rgb: 114,114,114;
  --bs-primary: #0033FF;
  --bs-secondary: #FA1D63;
  --bs-light: #E4EBFE;
  --bs-dark: #000000;
  --bs-primary-rgb: 0,51,255;
  --bs-secondary-rgb: 250,29,99;
  --bs-light-rgb: 228,235,254;
  --bs-dark-rgb: 0,0,0;
  --bs-link-color: #0d6efd;
  --bs-link-hover-color: #0a58ca;
  --bs-border-color: #D8D8D8;
  --bs-border-color-translucent: rgba(255, 255, 255, 0.1);
  --bs-border-radius: 8px;
  --bs-border-radius-pill: 50px;
  --bs-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  --bs-box-shadow-sm: 0 0 0 3px rgba(0, 51, 255, 0.1);
  --bs-transition: .3s ease;
  --bs-tertiary-bg: #ffffff;
}

[data-bs-theme=dark] {
  --bs-body-color: #CCCCCC;
  --bs-primary: #4D8DFF;
  --bs-secondary: #FF4C8B;
  --bs-light: #2A2A2A;
  --bs-dark: #FFFFFF;
  --bs-border-color: #444444;
  --bs-border-color-translucent: rgba(255, 255, 255, 0.2);
  --bs-box-shadow: 0 10px 30px rgba(255, 255, 255, 0.05);
  --bs-box-shadow-sm: 0 0 0 3px rgba(77, 141, 255, 0.1);
  --bs-link-color: #4D8DFF;
  --bs-link-hover-color: #2B6CD6;
  --bs-tertiary-bg: #1F1F1F;
}

/* Common component styles - no change needed */
.swiper-horizontal > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-horizontal {
  width: 100%;
  margin-top: 40px;
  position: static;
  height: var(--swiper-scrollbar-size, 6px);
  background-color: var(--bs-border-color-translucent);
}

.swiper-scrollbar-drag {
  background-color: var(--bs-dark);
}

.service_item {
  padding: 26px 26px 32px;
  background-color: var(--bs-tertiary-bg);
  border-radius: var(--bs-border-radius);
}
.service_item .service_icon {
  width: 60px;
  height: 60px;
  font-size: 24px;
  margin: 0 0 26px 0;
  border-radius: 100%;
  align-items: center;
  display: inline-flex;
  justify-content: center;
  color: var(--bs-primary);
  background: linear-gradient(180deg, #FFFFFF 0%, var(--bs-light) 100%);
  box-shadow: 0 1px 0 0 var(--bs-border-color), 0 2px 3px 0 rgba(0, 0, 0, 0.12);
}
[data-bs-theme=dark] .service_icon {
  background: linear-gradient(180deg, #2F2F2F 0%, var(--bs-light) 100%);
  box-shadow: 0 1px 0 0 var(--bs-border-color), 0 2px 3px 0 rgba(255, 255, 255, 0.12);
}
.service_item .service_title {
  font-size: 20px;
  margin-bottom: 10px;
}
.service_item .service_title a {
  color: var(--bs-dark);
}
.service_item .service_title a:hover {
  color: var(--bs-primary);
}
.service_item p {
  font-size: 16px;
  margin-bottom: 30px;
}
.service_item .btn_flip_text {
  gap: 6px;
  font-size: 12px;
  font-weight: 600;
  padding: 4px 20px 4px 4px;
}
.service_item .btn_flip_text .btn_icon {
  width: 24px;
  height: 24px;
}
.service_item .btn_flip_text .btn_text {
  padding: 2px 0;
}
.service_item .btn_flip_text .btn_text:before {
  top: 160%;
  left: 50%;
  width: 100%;
  display: block;
  position: absolute;
  content: attr(data-text);
  transform: translateX(-50%);
}
.service_item .btn_flip_text:hover .btn_text {
  transform: translateY(-142%);
}

.col-lg-4 .service_item {
  padding: 36px 36px 42px;
}

.more_services_link {
  font-size: 16px;
  font-weight: 500;
  margin-top: 30px;
}

/* Flip Button */
.btn_flip_text {
  gap: 10px;
  line-height: 1;
  font-size: 16px;
  overflow: hidden;
  font-weight: 600;
  position: relative;
  align-items: center;
  display: inline-flex;
  color: var(--bs-dark);
  padding: 5px 20px 5px 5px;
  border-radius: var(--bs-border-radius-pill);
  transition: transform 0.6s cubic-bezier(0.15, 0.85, 0.31, 1);
}
.btn_flip_text .btn_icon {
  width: 30px;
  height: 30px;
  border-radius: 100%;
  align-items: center;
  display: inline-flex;
  justify-content: center;
  background-color: rgba(0, 0, 0, 0.1);
}
[data-bs-theme=dark] .btn_flip_text .btn_icon {
  background-color: rgba(255, 255, 255, 0.15);
}
.btn_flip_text .btn_text {
  padding: 4px 0;
  position: relative;
  display: inline-block;
  transition: transform 0.3s cubic-bezier(0.15, 0.85, 0.31, 1);
}
.btn_flip_text .btn_text:before {
  top: 150%;
  left: 50%;
  width: 100%;
  display: block;
  position: absolute;
  content: attr(data-text);
  transform: translateX(-50%);
}
.btn_flip_text:hover .btn_text {
  transform: translateY(-136%);
}




/*-----------------------------------------------------------
    Theme Name: Torado
    Theme URI: 
    Description: Torado - IT Services & App Development HTML Template
    Author: EnvyTheme
    Author URI: https://envytheme.com/
    Version: 1.0
-------------------------------------------------------------*/
/*--------------------------------
     =====Table Of Contents====

1.  General Styles 
2.  Back To Top Button CSS
3.  Preloader CSS
4.  Button & Link CSS
5.  Section Title, Overlay & Shape CSS
6.  Pagination CSS
7.  Breadcrumb CSS
8.  Hero CSS
----------------------------------*/
@import url('https://fonts.googleapis.com/css2?family=Catamaran:wght@200;300;400;500;600;700;800;900&display=swap');
:root {
    --bodyFont: 'Catamaran', sans-serif;
    --primaryColor: #616AF9;
    --secondaryColor: linear-gradient(135deg, #55E6A5 0%, #85EF95 100%);
    --optionalColor:#55E6A5;
    --titleColor: #04091E;
    --paraColor: #555;
    --bgColor: #F7F7F9;
    --grayColor: #F4F8FC; 
    --blackColor: #190B32; 
    --whiteColor: #ffffff;
    --offwhiteColor: #D6D6D6;
    --yellowColor: #FFCB36;
    --fontSize: 16px;
    --transition: all ease .5s;
    --transitionTwo: all ease .9s;
}
/*---------------------------------
            General Styles 
-----------------------------------*/
*{
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

:focus,
button:focus,
.btn:focus {
    outline: 0;
    box-shadow: none;
}

.form-control:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
}

a,
button,
input[type="submit"] {
    cursor: pointer;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
    appearance: textfield;
}
input,textarea,select{
    background-color:transparent;
    border: 1px solid rgba(0, 0, 0, 0.15);
    padding: 12px 15px 12px;
    width: 100%;
    font-size: 16px;
}
input{
    height: 50px;
}
select {
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: url(../img/down-arrow.webp);
    background-repeat: no-repeat;
    background-size: 16px;
    background-position: calc(100% - 15px) 50%;
}
a {
    text-transform: inherit;
    text-decoration: none;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    color: var(--paraColor);
}

a:hover,
a :focus {
    text-decoration: none;
    box-shadow: none;
}

a:focus {
    outline: 0 solid;
}

img {
    max-width: 100%;
    height: auto;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 700;
    color: var(--titleColor);
}
body {
    font-size: 16px;
    font-family: var(--bodyFont);
    color:var(--paraColor);
    font-weight: 400;
    line-height: 26px;
}
p {
    font-size: 16px;
    line-height: 26px;
    color: var(--paraColor);
    font-family: var(--bodyFont);
}
select {
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: url(../img/down-arrow.webp);
    background-repeat: no-repeat;
    background-size: 16px;
    background-position: calc(100% - 15px) 50%;
}
.mb-20{
    margin-bottom: 20px;
}
.mb-25{
    margin-bottom: 25px;
}
.mb-30{
    margin-bottom: 30px;
}
.mb-40{
    margin-bottom: 40px;
}
.pt-100 {
    padding-top: 100px;
}
.ptb-100 {
    padding-top: 100px;
    padding-bottom: 100px;
}
.pt-70 {
    padding-top: 70px;
}
.pb-75 {
    padding-bottom: 75px;
}
.pb-100 {
    padding-bottom: 100px;
}
#message {
    padding: 0;
    margin: 0;
}
.help-block {
    color: #E31C25;
}
.list-style {
    margin: 0;
    padding: 0;
    list-style: none;

    li {
        list-style: none;
    }
}
/*---------------------------------
     Back To Top Button CSS
-----------------------------------*/
@-webkit-keyframes border-transform{
    0%,100% { border-radius: 63% 37% 54% 46% / 55% 48% 52% 45%; } 
	14% { border-radius: 40% 60% 54% 46% / 49% 60% 40% 51%; } 
	28% { border-radius: 54% 46% 38% 62% / 49% 70% 30% 51%; } 
	42% { border-radius: 61% 39% 55% 45% / 61% 38% 62% 39%; } 
	56% { border-radius: 61% 39% 67% 33% / 70% 50% 50% 30%; } 
	70% { border-radius: 50% 50% 34% 66% / 56% 68% 32% 44%; } 
	84% { border-radius: 46% 54% 50% 50% / 35% 61% 39% 65%; } 
}
@keyframes border-transform{
    0%,100% { border-radius: 63% 37% 54% 46% / 55% 48% 52% 45%; } 
	14% { border-radius: 40% 60% 54% 46% / 49% 60% 40% 51%; } 
	28% { border-radius: 54% 46% 38% 62% / 49% 70% 30% 51%; } 
	42% { border-radius: 61% 39% 55% 45% / 61% 38% 62% 39%; } 
	56% { border-radius: 61% 39% 67% 33% / 70% 50% 50% 30%; } 
	70% { border-radius: 50% 50% 34% 66% / 56% 68% 32% 44%; } 
	84% { border-radius: 46% 54% 50% 50% / 35% 61% 39% 65%; } 
}
.progress-wrap {
	position: fixed;
	right: 30px;
	bottom: 30px;
	height: 46px;
	width: 46px;
	cursor: pointer;
	display: block;
	border-radius: 50px;
	box-shadow: inset  0 0 0 2px var(--primaryColor);
	z-index: 10000;
	opacity: 0;
	visibility: hidden;
	transform: translateY(15px);
	-webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}
.progress-wrap.active-progress {
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
}
.progress-wrap::after {
	position: absolute;
	content: "\EA76";
    font-family:  remixicon !important;
	text-align: center;
	line-height: 46px;
	font-size: 18px;
    color: var(--primaryColor);
	left: 0;
	top: 0;
	height: 46px;
	width: 46px;
	cursor: pointer;
	display: block;
	z-index: 1;
	-webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}
.progress-wrap svg path { 
	fill: none; 
}
.progress-wrap svg.progress-circle path {
	stroke: var(--primaryColor);
	stroke-width: 4;
	box-sizing:border-box;
	-webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}
/*---------------------------------
   Preloader Area CSS
----------------------------------*/
.preloader-area {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9999;
    position: fixed;
    text-align: center;
    background-color: var(--whiteColor);
    overflow-x: hidden;
  }
  .preloader-area .loader {
    transform: translateY(-50%);
    position: absolute;
    right: 0;
    top: 50%;
    left: 0;
  }
  .preloader-area .waviy {
    margin-top: 20px;
    position: relative;
    text-align: center;
    font-size: 50px;
    font-weight: 700;
  }
  .preloader-area .waviy span {
    position: relative;
    -webkit-animation-delay: 0.1s;
            animation-delay: 0.1s;
    display: inline-block;
    color: var(--blackColor);
    -webkit-animation: waviy 1s infinite;
            animation: waviy 1s infinite;
  }
  .preloader-area .waviy span:nth-child(2) {
    -webkit-animation-delay: 0.2s;
            animation-delay: 0.2s;
  }
  .preloader-area .waviy span:nth-child(3) {
    -webkit-animation-delay: 0.3s;
            animation-delay: 0.3s;
  }
  .preloader-area .waviy span:nth-child(4) {
    -webkit-animation-delay: 0.4s;
            animation-delay: 0.4s;
  }
  
  @-webkit-keyframes waviy {
    0%, 40%, 100% {
      transform: translateY(0);
    }
    20% {
      transform: translateY(-20px);
    }
  }
  
  @keyframes waviy {
    0%, 40%, 100% {
      transform: translateY(0);
    }
    20% {
      transform: translateY(-20px);
    }
  }

  .loader-wrapper {
    --line-width: 5px;
    --curtain-color: #f1faee;
    --outer-line-color: #a8dadc;
    --middle-line-color: #457b9d;
    --inner-line-color: #1d3557;
    position:fixed;
    top:0;
    left:0;
    width:100%;
    height:100%;
    z-index:1000;
  }
  
  .loader {
    display:block;
    position: relative;
    top:50%;
    left:50%;
  /*   transform: translate(-50%, -50%); */
    width:150px;
    height:150px;
    margin:-75px 0 0 -75px;
    border:var(--line-width) solid transparent;
    border-top-color: var(--outer-line-color);
    border-radius:100%;
    -webkit-animation: spin 2s linear infinite;
            animation: spin 2s linear infinite;
    z-index:1001;
  }
  
  .loader:before {
    content:"";
    position: absolute;
    top:4px;
    left:4px;
    right:4px;
    bottom:4px;
    border:var(--line-width) solid transparent;
    border-top-color: var(--inner-line-color);
    border-radius:100%;
    -webkit-animation: spin 3s linear infinite;
            animation: spin 3s linear infinite;
  }
  
  .loader:after {
    content:"";
    position: absolute;
    top:14px;
    left:14px;
    right:14px;
    bottom:14px;
    border:var(--line-width) solid transparent;
    border-top-color: var(--middle-line-color);
    border-radius:100%;
    -webkit-animation: spin 1.5s linear infinite;
            animation: spin 1.5s linear infinite;
  }
  
  @-webkit-keyframes spin {
    0%   { 
      -webkit-transform: rotate(0deg); 
        -ms-transform: rotate(0deg); 
            transform: rotate(0deg);
    }
    100% { 
      -webkit-transform: rotate(360deg); 
        -ms-transform: rotate(360deg); 
            transform: rotate(360deg);
    }
  }
  @keyframes spin {
    0%   { 
      -webkit-transform: rotate(0deg); 
        -ms-transform: rotate(0deg); 
            transform: rotate(0deg);
    }
    100% { 
      -webkit-transform: rotate(360deg); 
        -ms-transform: rotate(360deg); 
            transform: rotate(360deg);
    }
  }
  
  .loader-wrapper .loader-section {
    position:fixed;
    top:0;
    background:var(--bgColor);
    width:51%;
    height:100%;
    z-index:1000;
  }
  
  .loader-wrapper .loader-section.section-left {
    left:0
  }
  .loader-wrapper .loader-section.section-right {
    right:0;
  }
  
  /* Loaded Styles */ 
  .loaded .loader-wrapper .loader-section.section-left {
    transform: translateX(-100%);
    transition: all 0.7s 0.3s cubic-bezier(0.645,0.045,0.355,1.000);
  }
  .loaded .loader-wrapper .loader-section.section-right {
    transform: translateX(100%);
    transition: all 0.7s 0.3s cubic-bezier(0.645,0.045,0.355,1.000);
  }
  .loaded .loader {
    opacity: 0;
    transition: all 0.3s ease-out;
  }
  .loaded .loader-wrapper {
    visibility: hidden;
    transform:translateY(-100%);
    transition: all .3s 1s ease-out;
  }
/*---------------------------------
    Back To Top CSS
----------------------------------*/
#backtotop {
    opacity: 0;
    right: 20px;
    z-index: 99;
    width: 50px;
    bottom: 20px;
    height: 50px;
    font-size: 25px;
    transition: 0.5s;
    line-height: 49px;
    background-color: var(--primaryColor);
    -webkit-animation: border-transform 10s linear infinite alternate forwards;
            animation: border-transform 10s linear infinite alternate forwards;
            i{
                color: var(--whiteColor);
            }
  }
  #backtotop:hover {
    background-color: var(--primaryColor);
    color: var(--whiteColor);
  }
  
  @-webkit-keyframes border-transform {
    0%, 100% {
      border-radius: 63% 37% 54% 46%/55% 48% 52% 45%;
    }
    14% {
      border-radius: 40% 60% 54% 46%/49% 60% 40% 51%;
    }
    28% {
      border-radius: 54% 46% 38% 62%/49% 70% 30% 51%;
    }
    42% {
      border-radius: 61% 39% 55% 45%/61% 38% 62% 39%;
    }
    56% {
      border-radius: 61% 39% 67% 33%/70% 50% 50% 30%;
    }
    70% {
      border-radius: 50% 50% 34% 66%/56% 68% 32% 44%;
    }
    84% {
      border-radius: 46% 54% 50% 50%/35% 61% 39% 65%;
    }
  }
  
  @keyframes border-transform {
    0%, 100% {
      border-radius: 63% 37% 54% 46%/55% 48% 52% 45%;
    }
    14% {
      border-radius: 40% 60% 54% 46%/49% 60% 40% 51%;
    }
    28% {
      border-radius: 54% 46% 38% 62%/49% 70% 30% 51%;
    }
    42% {
      border-radius: 61% 39% 55% 45%/61% 38% 62% 39%;
    }
    56% {
      border-radius: 61% 39% 67% 33%/70% 50% 50% 30%;
    }
    70% {
      border-radius: 50% 50% 34% 66%/56% 68% 32% 44%;
    }
    84% {
      border-radius: 46% 54% 50% 50%/35% 61% 39% 65%;
    }
  }
/*---------------------------------
    Button, Link & Animation CSS
----------------------------------*/
.btn-one,
.btn-two,
.btn-three{
    display: inline-block;
    font-weight:600;
    text-align: center;
    transition:var(--transition);
    position: relative;
    z-index: 1;
    border: none;
    line-height: 26px;
    padding: 12px 30px;
    border-radius: 5px;
    overflow: hidden;
    white-space: nowrap;
    i{
        position: relative;
        top: 5px;
        display: inline-block;
        font-size: 20px;
        font-weight: 300;
        line-height: 0.8;
        margin-left: 12px;
        transition:var(--transition);
    }
    img{
        position: relative;
        top: -1px;
        transition:var(--transition);
        margin-left: 7px;
    }
    &:before{
        position: absolute;
        top: 0px;
        left: 0%;
        content:"";
        width: 100%;
        height: 0%;
        z-index: -1;
        transition:var(--transition);
    }
    &:hover{
        &:before{
            height: 100%;
            visibility: visible;
            opacity: 1;
        }
    }
}
.btn-one{
    color: var(--whiteColor);
    background-color: var(--primaryColor);
    font-weight: 500;
    &:before{
        background: var(--secondaryColor);
    }
    &:hover{
        color: var(--titleColor);
    }
}
.btn-two{
    color: var(--titleColor);
    background: var(--secondaryColor);
    font-weight: 700;
    &:before{
        background-color: var(--primaryColor);
    }
    &:hover{
        color: var(--whiteColor);
    }
}
.btn-three{
    color: var(--titleColor);
    background: var(--whiteColor);
    &:before{
        background-color: var(--primaryColor);
    }
    &:hover{
        color: var(--whiteColor);
    }
}
.link-one,
.link-two,
.link-three{
    display: inline-block;
    position: relative;
    font-weight: 600;
    transition:var(--transition);
    &:after{
        position: absolute;
        bottom: 4px;
        left: 0;
        content: "";
        width: 0%;
        height: 1.5px;
        visibility: hidden;
        opacity: 0;
        transition:var(--transition);
    }
    &:hover {
        &:after{
            visibility: visible;
            opacity: 1;
            width: 100%;
        }
    }
}
.link-one{
    color: var(--titleColor);
    &:after{
        background-color: var(--titleColor);
        width: 100%;        
        visibility: visible;
        opacity: 1;
    }
    img{
        margin-left: 5px;
    }
    &:hover{
        color: var(--primaryColor);
        &:after{
            background-color: var(--primaryColor);
        }
    }
}
.link-two{
    color: var(--secondaryColor);
    &:after{
       background-color: var(--secondaryColor);
       visibility: visible;
       opacity: 1;
       width: 100%;
       bottom: 5px;
    }
    &:hover{
        color: var(--titleColor);
        &:after{
            width: 50%;
            background-color: var(--titleColor);
        }
    }
}
.link-three{
    color: var(--paraColor);
    &:after{
       background-color: var(--secondaryColor);
    }
    &:hover{
        color: var(--secondaryColor);
    }
}
.rotate {
    -webkit-animation: rotation 20s infinite linear;
    animation: rotation 20s infinite linear;
}
.bounce {
    -moz-animation: float 1500ms infinite ease-in-out;
    -webkit-animation: float 1500ms infinite ease-in-out;
    animation: float 1500ms infinite ease-in-out
}
.moveHorizontal {
    -moz-animation: moveHorizontal 3000ms infinite ease-in-out;
    -webkit-animation: moveHorizontal 3000ms infinite ease-in-out;
    animation: moveHorizontal 3000ms infinite ease-in-out;
}
.moveVertical {
    -moz-animation: moveVertical 3000ms infinite ease-in-out;
    -webkit-animation: moveVertical 3000ms infinite ease-in-out;
    animation: moveVertical 3000ms infinite ease-in-out;
}

.animationFramesTwo {
    -moz-animation: animationFramesTwo 20000ms infinite ease-in-out;
    -webkit-animation: animationFramesTwo 20000ms infinite ease-in-out;
    animation: animationFramesTwo 20000ms infinite ease-in-out;
}

.animationFramesThree {
    -moz-animation: animationFramesThree 20000ms infinite ease-in-out;
    -webkit-animation: animationFramesThree 20000ms infinite ease-in-out;
    animation: animationFramesThree 20000ms infinite ease-in-out;
}
@-webkit-keyframes rotation {
    from {
        -webkit-transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(359deg);
    }
}

@keyframes rotation {
    from {
        -webkit-transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(359deg);
    }
}
@-webkit-keyframes moveHorizontal {
    0% {
        -webkit-transform: translateX(0px);
        transform: translateX(0px)
    }

    50% {
        -webkit-transform: translateX(-20px);
        transform: translateX(-20px)
    }

    100% {
        -webkit-transform: translateX(0px);
        transform: translateX(0px)
    }
}

@keyframes moveHorizontal {
    0% {
        -webkit-transform: translateX(0px);
        transform: translateX(0px)
    }

    50% {
        -webkit-transform: translateX(-20px);
        transform: translateX(-20px)
    }

    100% {
        -webkit-transform: translateX(0px);
        transform: translateX(0px)
    }
}
@-webkit-keyframes moveVertical {
    0% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px)
    }

    50% {
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px)
    }

    100% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px)
    }
}

@keyframes moveVertical {
    0% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px)
    }

    50% {
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px)
    }

    100% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px)
    }
}
@-webkit-keyframes animationFramesTwo {
    0% {
        -webkit-transform: translate(0px, 0px) rotate(0deg);
    }

    20% {
        -webkit-transform: translate(73px, -1px) rotate(36deg);
    }

    40% {
        -webkit-transform: translate(141px, 72px) rotate(72deg);
    }

    60% {
        -webkit-transform: translate(83px, 122px) rotate(108deg);
    }

    80% {
        -webkit-transform: translate(-40px, 72px) rotate(144deg);
    }

    100% {
        -webkit-transform: translate(0px, 0px) rotate(0deg);
    }
}
@keyframes animationFramesTwo {
    0% {
        -webkit-transform: translate(0px, 0px) rotate(0deg);
    }

    20% {
        -webkit-transform: translate(73px, -1px) rotate(36deg);
    }

    40% {
        -webkit-transform: translate(141px, 72px) rotate(72deg);
    }

    60% {
        -webkit-transform: translate(83px, 122px) rotate(108deg);
    }

    80% {
        -webkit-transform: translate(-40px, 72px) rotate(144deg);
    }

    100% {
        -webkit-transform: translate(0px, 0px) rotate(0deg);
    }
}
@-webkit-keyframes animationFramesThree {
    0% {
        -webkit-transform: translate(0px, 0px) rotate(0deg);
    }

    20% {
        -webkit-transform: translate(-73px, -1px) rotate(36deg);
    }

    40% {
        -webkit-transform: translate(-141px, 72px) rotate(72deg);
    }

    60% {
        -webkit-transform: translate(-83px, 122px) rotate(108deg);
    }

    80% {
        -webkit-transform: translate(40px, 72px) rotate(144deg);
    }

    100% {
        -webkit-transform: translate(0px, 0px) rotate(0deg);
    }
}
@keyframes animationFramesThree {
    0% {
        -webkit-transform: translate(0px, 0px) rotate(0deg);
    }

    20% {
        -webkit-transform: translate(-73px, -1px) rotate(36deg);
    }

    40% {
        -webkit-transform: translate(-141px, 72px) rotate(72deg);
    }

    60% {
        -webkit-transform: translate(-83px, 122px) rotate(108deg);
    }

    80% {
        -webkit-transform: translate(40px, 72px) rotate(144deg);
    }

    100% {
        -webkit-transform: translate(0px, 0px) rotate(0deg);
    }
}
@-webkit-keyframes float {
    0% {
         -webkit-transform:translateY(0px);
                 transform:translateY(0px);
    }

    50% {
        -webkit-transform:translateY(-5px);
                transform:translateY(-5px);
    }

    100% {
        -webkit-transform:translateY(0px);
                transform:translateY(0px);
    }
}
@keyframes float {
    0% {
         -webkit-transform:translateY(0px);
                 transform:translateY(0px);

    }

    50% {
        -webkit-transform:translateY(-5px);
                transform:translateY(-5px);
    }

    100% {
        -webkit-transform:translateY(0px);
                transform:translateY(0px);
    }
}
/*--------------------------------------
    Section Title,Overlay & Shape CSS
----------------------------------------*/
.section-title,
.content-title{
    span{
        color: var(--primaryColor);
        font-weight: 700;
        display: inline-block;
        margin-bottom: 10px;
    }
    h2{
        font-size: 40px;
        line-height: 50px;
        font-weight: 800;
        margin: 0;
    }
    p{
        margin:10px 0 0;
    }
    &.style-one,
    &.style-three{
        span{
            position: relative;
            padding-left: 42px;
            letter-spacing: 1.6px;
            &:before{
                position: absolute;
                top: 11px;
                left: 0;
                content: "";
                width: 30px;
                height: 2px;
            }
        }
    }
    &.style-one{
        span{
            &:before{
                background-color: var(--primaryColor);
            }
        }
    }
    &.style-two{
        span{
            letter-spacing: 1.6px;
        }
    }
    &.style-three{
        span{
            &:before{
                background: var(--secondaryColor);
            }
        }
    }
}
.section-subtitle{
    font-size: 16px;
    line-height: 26px;
    color: var(--primaryColor);
    letter-spacing: 1.6px; 
}
.bg-f {
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    background-color: #ddd;
}
.bg_primary {
    background-color: var(--primaryColor);
}
.bg_secondary {
    background: var(--secondaryColor);
}
.bg_gray {
    background-color: var(--grayColor);
}
.rating{
    li{
        display: inline-block;
        i{
            color: var(--yellowColor);
        }
    }
}
.play-now .ripple,
.play-now .ripple:before,
.play-now .ripple:after {
    position: absolute;
    top: 50%;
    left: 50%;
    height: 110px;
    width: 110px;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    -webkit-transform-origin: center;
    transform-origin: center center;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255);
    -moz-box-shadow: 0 0 0 0 rgba(255, 255, 255);
    -ms-box-shadow: 0 0 0 0 rgba(255, 255, 255);
    -o-box-shadow: 0 0 0 0 rgba(255, 255, 255);
    box-shadow: 0 0 0 0 rgba(255, 255, 255);
    -webkit-animation: ripple 3s infinite;
    -moz-animation: ripple 3s infinite;
    -ms-animation: ripple 3s infinite;
    -o-animation: ripple 3s infinite;
    animation: ripple 3s infinite;
}
.play-now {
	position: relative;
	height: 110px;
	width: 110px;
	text-align: center;
	background-color: transparent;
	color: var(--whiteColor);
	z-index: 1;
	display: block;
	-webkit-transform-origin: center;
	transform-origin: center center;
	border-radius: 50%;
    margin: 0 auto;
    .ripple{
        &:before {
            -webkit-animation-delay: 0.9s;
            -moz-animation-delay: 0.9s;
            -ms-animation-delay: 0.9s;
            -o-animation-delay: 0.9s;
            animation-delay: 0.9s;
            content: "";
            position: absolute;
        }
        &:after {
            -webkit-animation-delay: 0.6s;
            -moz-animation-delay: 0.6s;
            -ms-animation-delay: 0.6s;
            -o-animation-delay: 0.6s;
            animation-delay: 0.6s;
            content: "";
            position: absolute;
        }
    }
}
@-webkit-keyframes ripple {
    70% {
        box-shadow: 0 0 0 30px rgba(255, 255, 255, 0);
    }
    100% {
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    }
}
@keyframes ripple {
    70% {
        box-shadow: 0 0 0 30px rgba(255, 255, 255, 0);
    }
    100% {
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    }
}
.social-profile{
    li{
        display: inline-block;
        &:last-child{
            margin-right: 0;
        }
        a{
            display: flex;
            flex-wrap: wrap;
            flex-direction: column;
            justify-content: center;
            border-radius: 50%;
            transition: var(--transition);
            i{
                display: block;
                margin: 0 auto;
                line-height: 0.8;
                transition: var(--transition);

            }
            &:hover{
                i{
                    transform: rotate(360deg);
                }
            }
        }
    }
}
/*-------------------------------
        Pagination  CSS
-------------------------------*/
.page-nav {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    li {
        margin: 0 4px;
        
        &:first-child{
            a{
                i{
                    left: -2px;
                }
            }
        }
        &:last-child{
            a{
                i{
                    right: -2px;
                }
            }
        }
        a {
            display: flex;
            flex-wrap:wrap;
            flex-direction: column;
            justify-content: center;
            width: 40px;
            height:40px;
            border-radius: 50%;
            font-size: 16px;
            font-weight: 500;
            line-height: 1;
            box-shadow: 0px 4px 25px rgba(79, 139, 173, 0.15);
            text-align: center;
            color: var(--titleColor);
            background-color:transparent;
            transition:var(--transition);
            i {
                font-size: 16px;
                margin: 0 auto;
                position: relative;
                top: 2px;
                transition:var(--transition);
            }
            img{
                display: block;
                margin: 0 auto;
                transition:var(--transition);
            }
            &.active,
            &:hover {
                color: var(--whiteColor);
                opacity: 1;
                background-color:var(--primaryColor);
                border-color: transparent;
                i {
                    color: var(--whiteColor);
                }
                img{
                    filter: brightness(0) invert(1);
                }
            }
        }
    }
}
/*---------------------------------
       Breadcrumb CSS 
-----------------------------------*/
.br-5{
    background-image: url(../img/breadcrumb/br-5.webp);
}
.br-6{
    background-image: url(../img/breadcrumb/br-6.webp);
}
.br-7{
    background-image: url(../img/breadcrumb/br-7.webp);
}
.br-8{
    background-image: url(../img/breadcrumb/br-8.webp);
}
.br-9{
    background-image: url(../img/breadcrumb/br-9.webp);
}
.br-10{
    background-image: url(../img/breadcrumb/br-10.webp);
}
.br-11{
    background-image: url(../img/breadcrumb/br-11.webp);
}
.br-12{
    background-image: url(../img/breadcrumb/br-12.webp);
}
.br-13{
    background-image: url(../img/breadcrumb/br-13.webp);
}

.breadcrumb-wrap{
    padding: 110px 0;
    position: relative;
    z-index: 1;
    overflow: hidden;
    .br-shape-one,
    .br-shape-two{
        position: absolute;
        z-index: 0;
        transform: translateY(-50%);
    }
    .br-shape-one{
        left: 21%;
        top: 50%;
    }
    .br-shape-two{
        top: 50%;
        right: 21%;
    }
    &:after{
        position: absolute;
        top: 0;
        left: 0;
        content: "";
        width: 100%;
        height: 100%;
        background:rgba(12, 12, 12,0.98);
        opacity: 0.92;
        z-index: -1;
    }
}
.breadcrumb-content{
    text-align: center;
    h2{
        font-size: 36px;
        line-height: 46px;
        font-weight: 700;
        margin: 0 0 8px;
        color: var(--whiteColor);
    }
    .breadcrumb-menu {
        text-align: center;
        li {
            display: inline-block;
            position: relative;
            color: var(--whiteColor);
            padding-right: 10px;
            margin-right: 10px;
            &:after {
                position: absolute;
                top: 6px;
                right: -4px;
                content:"";
                height: 14px;
                width: 1px;
                background-color: var(--whiteColor);
                transform: rotate(14deg);
            }
            &:first-child {
                margin-left: 0;
                a {
                    padding-left: 0;
                }
            }
            &:last-child {
                margin-right: 0;
                padding-right: 0;
                &:after {
                    display: none;
                }
            }
            a {
                display: inline-block;
                transition: 0.3s;
                -webkit-transition: 0.3s;
                position: relative;
                color: var(--whiteColor);
                &:hover {
                    opacity: 1;
                    color: var(--primaryColor);
                }
            }
            &:last-child {
                color: var(--optionalColor);
                a {
                    &:after {
                        display: none;
                    }
                }
            }
        }
    }
}   
/*---------------------------------
       Hero Section CSS 
-----------------------------------*/
.hero-wrap{
    &.style-one{
        background-image: url(../img/hero/hero-bg-1.webp);
        position: relative;
        z-index: 1;
        overflow: hidden;
        &:after{
            position: absolute;
            top: 0;
            left: 0;
            content: "";
            width: 100%;
            height: 100%;
            z-index: -1;
            background:rgba(12, 12, 12,0.89);
        }
        .hero-shape-one{
            position: absolute;
            bottom: 20%;
            left: 37%;
            z-index: 0;
        }
        .hero-content{
            padding: 270px 0 135px;
            &>span{
                position: relative;
                padding-left: 42px;
                letter-spacing: 1.6px;
                font-weight: 500;
                color: var(--whiteColor);
                display: block;
                margin-bottom: 10px;
                &:before{
                    position: absolute;
                    top: 11px;
                    left: 0;
                    content: "";
                    width: 30px;
                    height: 2px;
                    background: var(--secondaryColor);
                }
            }
            h1{
                color: var(--whiteColor);
                font-size: 60px;
                font-weight: 800;
                line-height: 70px;
                margin-bottom: 11px;
                span{
                    display: inline-block;
                    border-radius: 50px;
                    position: relative;
                    top: -10px;
                    margin-left: 16px;
                    img{
                        border-radius: 50px;
                    }
                }
            }
            p{
                color: var(--whiteColor);
                margin-bottom: 30px;
            }
            .hero-btn{
                a{
                    &:first-child{
                        margin-right: 22px;
                    }
                }
            }
        }
        .hero-img-wrap{
            position: relative;
            min-height: 100%;
            img{
                position: absolute;
                bottom: 0;
                right: 0;
            }
        }
    }
    &.style-two{
        background-image: url(../img/hero/hero-bg-shape.webp);
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
        background-color: var(--grayColor);
        position: relative;
        z-index: 1;
        padding: 85px 0 225px;
        .hero-shape-one,
        .hero-shape-two{
            position: absolute;
        }
        .hero-shape-one{
            top: 0;
            right: 0;
            z-index: -1;
        }
        .hero-shape-two{
            top: 92px;
            right: 60px;
            z-index: 0;
        }
        .hero-content{
            &>span{
                position: relative;
                padding-left: 42px;
                letter-spacing: 1.6px;
                font-weight: 700;
                color: var(--primaryColor);
                margin-bottom: 10px;
                display: inline-block;
                letter-spacing: 1.6px;
                &:before{
                    position: absolute;
                    top: 11px;
                    left: 0;
                    content: "";
                    width: 30px;
                    height: 2px;
                    background: var(--primaryColor);
                }
            }
            h1{
                font-size: 60px;
                line-height: 70px;
                font-weight: 800;
                margin-bottom: 10px;
            }
            p{
                margin-bottom: 32px;
            }
            .hero-btn{
                a{
                    &:first-child{
                        margin-right: 22px;
                    }
                }
            }
        }
        .hero-img-wrap{
            position: relative;
            z-index: 1;
            .hero-img{
                display: block;
                margin-left: auto;
            }
            .play-now {
                position: absolute;
                top: 50%;
                left: 50%;
                transform: translate(-50%,-50%);
                height: 96px;
                width: 96px;
                display: flex;
                flex-wrap: wrap;
                flex-direction: column;
                justify-content: center;
                background-color: var(--whiteColor);
                i{
                    font-size: 44px;
                    line-height: 0.8;
                    display: block;
                    margin: 0 auto;
                    color: #674DF3;
                    position: relative;
                    left: 2px;
                }
            }
            .play-now .ripple,
            .play-now .ripple:before,
            .play-now .ripple:after {
                height: 96px;
                width: 96px;
            }
        }

    }
    &.style-three{
        background-image: url(../img/hero/hero-bg-3.webp);
        position: relative;
        z-index: 1;
        padding: 148px 0;
        .hero-shape-one,
        .hero-shape-two,
        .hero-shape-three{
            position: absolute;
            z-index: 0;
        }
        .hero-shape-one{
            top: 45.5%;
            left: 0;
        }
        .hero-shape-two{
            top: 19%;
            right: 5%;
        }
        .hero-shape-three{
            bottom: 31%;
            left: 41.7%;
            opacity: 0.3;
        }
        &:after{
            position: absolute;
            top: 0;
            left: 0;
            content: "";
            width: 100%;
            height: 100%;
            z-index: -1;
            background:rgba(12, 12, 12,0.93);
        }
        .hero-content{
            &>span{
                color: var(--optionalColor);
                font-weight: 600;
                letter-spacing: 1.6px;
                display: block;
                margin: 0 0 10px;
            }
            h1,p{
                color: var(--whiteColor);
            }
            h1{
                font-size: 60px;
                line-height: 70px;
                font-weight: 800;
                margin-bottom: 10px;
            }
            p{
                margin-bottom: 32px;
            }
            .hero-btn{
                margin-bottom: 90px;
                a{
                    &:first-child{
                        margin-right: 22px;
                    }
                }
            }
            .counter-card-wrap{
                display: flex;
                flex-wrap: wrap;
                align-items: center;
                .counter-card{
                    width: 33.33%;
                    h2{
                        color: var(--whiteColor);
                        font-size: 36px;
                        line-height: 46px;
                        font-weight: 800;
                        margin: 0 0 7px;
                        letter-spacing: 0.09px;
                    }
                    p{
                        color: var(--whiteColor);
                        margin: 0;
                        font-weight: 300;
                    }
                }
            }
        }
        .hero-img-wrap{
            position: relative;
            .hero-img{
                position: absolute;
                top: 50%;
                left: 50%;
                transform: translate(-50%,-50%);
                z-index: 1;
            }
            .hero-img-shape{
                display: block;
                margin: 0 auto;
            }
        }
    }
}
.circle-wrap{
    width: 130px;
    height: 130px;
    border-radius: 50%;
    position: absolute;
    bottom: 200px;
    left: -55px;
    overflow: hidden;
    z-index: 2;
    border: 1px solid var(--primaryColor);
    background-color: var(--whiteColor);
    .circle-shape,img{
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%);
    }
    .circle-shape{
        display: inline-block;
        width: 28px;
        height: 28px;
        border-radius: 50%;
        background-color: var(--whiteColor);
    }
    .circle-text{
        width: 200px;
        height: 200px;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%);
        svg{
            width: 200px;
            height: 200px;
            position: absolute;
            top: 0;
            left: 0;
            z-index: 2;
            color: #000;
            opacity: 1;
            text{
                font-size: 16px;
                letter-spacing: 8.2px;
                font-weight: 700;
                color: #000;
                opacity: 1;
            }
        }
    }
}
.client-likes{
    display: flex;
    flex-wrap: wrap;
    margin-top: 110px;
    ul{
        position: relative;
        margin-right: 25px;
        li{
            display: inline-block;
            margin-left: -15px;
            width: 55px;
            height: 55px;
            border: 2px solid var(--whiteColor);
            border-radius: 50%;
            img{
                border-radius: 50%;
            }
            &:first-child{
                margin-left: 0;
            }
        }
    }
    h6{
        margin: 0;
        font-size: 16px;
        line-height: 30px;
        font-weight: 400;
        color: var(--whiteColor);
        span{
            display: block;
            font-size: 24px;
            line-height: 30px;
            color: var(--whiteColor);
            font-weight: 800;
            margin-bottom: 3px;
        }
    }
}
/*---------------------------------
       Feature Section CSS 
-----------------------------------*/
.feature-wrap{
    &.style-one{
        position: relative;
        z-index: 1;
        .feature-shape{
            position: absolute;
            top: 60%;
            left: 5.5%;
            z-index: -1;
        }
    }
    &.style-two{
        margin-top: -145px;
    }
}
.feature-card{
    margin-bottom: 25px;
    &.style-one,
    &.style-two,
    &.style-three{
        h3{
            font-size: 20px;
            line-height: 32px;
        }
    }
    &.style-one{
        border-radius: 10px;
        box-shadow: 0px 4px 20px 0px rgba(79, 139, 173, 0.13);
        transition: var(--transition);
        padding: 30px;
        .feature-top{
            display: flex;
            flex-wrap: wrap;
            align-items: center;
            justify-content: space-between;
            margin-bottom: 10px;
            h6{
                color: rgba(4, 9, 30, 0.20);
                font-size: 30px;
                line-height: 32px;
                transition: var(--transition);
            }
            span{
                position: relative;
                z-index: 1;
                transition: var(--transition);
                &:after{
                    position: absolute;
                    bottom: -2px;
                    right: 5px;
                    content: '';
                    width: 40px;
                    height: 40px;
                    border-radius: 50%;
                    background-color:rgba(97, 106, 249, 0.15);
                    z-index: -1;
                    transition: var(--transition);
                }
                i{
                    font-size: 68px;
                    line-height: 0.8;
                    color: var(--primaryColor);
                    transition: var(--transition);
                }
            }
        }
        h3{
            max-width: 68%;
            transition: var(--transition);
        }
        &:hover{
            background-color: var(--primaryColor);
            .feature-top{
                h6{
                    color: rgba(255,255,255,0.3);
                }
                span{
                    &:after{
                        background-color: rgba(255,255,255,0.3);
                    }
                    i{
                        color: var(--whiteColor);
                    }
                }
            }
            h3{
                color: var(--whiteColor);
            }
        }
    }
    &.style-two{
        border-radius: 10px;
        background: var(--whiteColor);
        box-shadow: 0px 4px 20px 0px rgba(79, 139, 173, 0.15);
        text-align: center;
        transition: var(--transition);
        padding: 25px;
        position: relative;
        z-index: 1;
        .feature-icon{
            position: relative;
            z-index: 1;
            transition: var(--transition);
            margin-bottom: 20px;
            display: inline-block;
            &:before,
            &:after{
                position: absolute;
                bottom: -2px;
                right: 0;
                content: '';
                width: 40px;
                height: 40px;
                border-radius: 50%;
                z-index: -1;
                transition: var(--transition);
            }
            &:before{
                opacity: 1;
                visibility: hidden;
            }
            &:after{
                background: linear-gradient(135deg, #55E6A5 0%, #85EF95 100%);
                opacity: 0.25;

            }
            i{
                font-size: 85px;
                line-height: 0.8;
                color: var(--optionalColor);
                transition: var(--transition);
            }
        }
        h3{
            font-size: 22px;
            line-height: 32px;
            color: var(--titleColor);
            font-weight: 700;
        }
        p{
            margin: 0;
        }
        &:hover{
            transform: translateY(-5px);
            .feature-icon{
                i{
                    color: var(--primaryColor);
                }
                &:before{
                    visibility: visible;
                    background: rgba(97, 106, 249, 0.19);
                }
                &:after{
                    visibility: hidden;
                    opacity: 0;
                }
                
            }
        }
    }
    &.style-three{
        border-radius: 10px;
        background: var(--whiteColor);
        box-shadow: 0px 4px 15px 0px rgba(79, 139, 173, 0.15);
        padding: 25px;
        .feature-top{
            display: flex;
            flex-wrap: wrap;
            justify-content: space-between;
            align-items: center;
            margin-bottom: 25px;
            .feature-icon{
                position: relative;
                display: flex;
                flex-wrap: wrap;
                flex-direction: column;
                justify-content: center;
                align-items: center;
                width: 90px;
                height: 90px;
                border-radius: 50%;
                background: var(--secondaryColor);
                transition: var(--transition);
                overflow: hidden;
                &:after{
                    position: absolute;
                    top: 0;
                    left: 0;
                    content: "";
                    width: 100%;
                    height: 100%;
                    background-color: var(--primaryColor);
                    z-index: 0;
                    opacity: 0;
                    transition: var(--transition);
                }
                i{
                    font-size: 38px;
                    line-height: 0.8;
                    display: block;
                    margin: 0 auto;
                    position: relative;
                    top: 2px;
                    z-index: 2;
                    color: var(--titleColor);
                    transition: var(--transition);
                }
            }
            .feature-counter{
                -webkit-text-stroke: 1px rgba(4, 9, 30, 0.2);
                -webkit-text-fill-color: transparent;
                color: rgba(4, 9, 30, 0.2);
                font-size: 90px;
                font-weight: 700;
                line-height: 1;
            }
        }
        h3{
            font-size: 22px;
            line-height: 32px;
            color: var(--titleColor);
            font-weight: 700;
        }
        p{
            margin: 7px 0 0;
        }
        &:hover{
            .feature-top{
                .feature-icon{
                    border-radius: 5px;
                    i{
                        color: var(--whiteColor);
                    }
                    &:after{
                        opacity: 1;
                    }
                }
            }
        }
    }
}
/*---------------------------------
       About Section CSS 
-----------------------------------*/
.about-wrap{
    &.style-one{
        position: relative;
        z-index: 1;
        .about-shape{
            position: absolute;
            top: 51%;
            right: 10px;
            z-index: -1;
        }
        .about-img-wrap{
            position: relative;
            z-index: 1;
            .exp-box{
                position: absolute;
                top: 35.6%;
                left: -10px;
            }
        }
        .about-content{
            .feature-item-wrap{
                display: flex;
                flex-wrap: wrap;
                margin: 25px 0 0;
                .feature-item{
                    width: 50%;
                    margin-bottom: 25px;
                    h3{
                        font-size: 22px;
                        line-height: 32px;
                        position: relative;
                        padding-left: 30px;
                        margin-bottom: 8px;
                        i{
                            position: absolute;
                            top: 3px;
                            left: -4px;
                            font-size: 24px;
                            line-height: 0.8;
                            color: var(--optionalColor);
                        }
                    }
                    p{
                        margin: 0;
                        padding-right: 15px;
                    }
                }
            }
            .progress-item{
                margin-bottom: 38px;
                .progress-title{
                    margin-bottom: 10px;
                    p{
                        width: 60%;
                        margin: 0;
                        font-weight: 500;
                        color: var(--titleColor);
                    }
                    p,span{
                        font-size: 18px;
                        line-height: 26px;
                    }
                }
            }
            .about-btn{
                .contact-item{
                    span{
                        box-shadow:0px 4px 15px rgba(79, 139, 173, 0.15);
                    }
                }
            }
        }    
    }
    &.style-two{
        position: relative;
        z-index: 1;
        .about-shape{
            position: absolute;
            top: 62%;
            right: 10px;
            z-index: -1;
        }
        .about-img-wrap{
            display: flex;
            flex-wrap: wrap;
            align-items: flex-end;
            justify-content: space-between;
            position: relative;
            .exp-box{
                top: 38px;
                left: 51.5%;
            }
            .about-img-one,
            .about-img-two{
                border-radius: 10px;
                img{
                    border-radius: 10px;
                }
            }
            .about-img-one{
                width: calc(56% - 11px);
            }
            .about-img-two{
                width: calc(44% - 11px);
            }
        }
        .about-content{
            .feature-item-wrap{
                margin: 20px 0 30px;
                .feature-item{
                    display: flex;
                    flex-wrap: wrap;
                    align-items: center;
                    margin-bottom: 22px;
                    &:last-child{
                        margin-bottom: 0;
                    }
                    .feature-icon{
                        display: flex;
                        flex-wrap: wrap;
                        flex-direction: column;
                        justify-content: center;
                        width: 70px;
                        height: 70px;
                        border-radius: 50%;
                        background: var(--secondaryColor);
                        i{
                            font-size: 36px;
                            line-height: 0.8;
                            display: block;
                            margin: 0 auto;
                            color: var(--titleColor);
                        }
                    }
                    .feature-text{
                        width: calc(100% - 100px);
                        margin-left: 30px;
                        h3{
                            font-size: 22px;
                            line-height: 32px;
                            margin: 0 0 5px;
                        }
                        p{
                            margin-bottom: 0;
                        }
                    }
                }
            }
        }
    }
    &.style-three{
        position: relative;
        z-index: 1;
        .about-shape-one,
        .about-shape-two{
            position: absolute;
            z-index: -1;
        }
        .about-shape-one{
            top: -28px;
            left: 6.3%;
        }
        .about-shape-two{
            bottom:34%;
            right: 11.5%;
        }
        .about-img-wrap{
            position: relative;
            z-index: 1;
            .about-img-shape{
                position: absolute;
                top: 50%;
                left: 50%;
                z-index: -1;
                transform: translate(-50%,-50%);
            }
            .about-img{
                img{
                    display: block;
                    margin: 0 auto;
                }
            }
            .exp-box{
                top: 35px;
                left: 45%;
            }
        }
        .about-content{
            .feature-list{
                margin: 26px 0 34px;
                li{
                    position: relative;
                    padding-left: 35px;
                    margin-bottom: 12px;
                    &:last-child{
                        margin-bottom: 0;
                    }
                    i{
                        position: absolute;
                        top: 5px;
                        left: 0;
                        color: var(--primaryColor);
                        font-size: 22px;
                        line-height: 0.8;
                    }
                }
            }
            .about-btn{
                .contact-item{
                    span{
                        background-color: var(--primaryColor);
                        border-color: transparent;
                        i{
                            color: var(--whiteColor);
                        }
                        img{
                            filter: brightness(0) invert(1);
                        }
                    }
                }
            }
        }
    }
}
.exp-box{
    position: absolute;
    border-radius: 10px;
    padding: 33px 35px;
    background-color: var(--whiteColor);
    box-shadow: 0px 4px 20px 0px rgba(79, 139, 173, 0.15);
    h6{
        color: var(--titleColor);
        font-size: 55px;
        font-weight: 700;
        line-height: 60px;
        margin-bottom: 5px;
    }
    p{
        font-size: 14px;
        font-weight: 500;
        line-height: 24px;
        margin: 0;
        letter-spacing: 0.5px;
    }
}
.about-btn{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    .contact-item{
        position: relative;
        padding-left: 70px;
        margin-left: 30px;
        span{
            position: absolute;
            top: 3px;
            left: 0;
            display: flex;
            flex-wrap: wrap;
            flex-direction: column;
            justify-content: center;
            width: 50px;
            height: 50px;
            border-radius: 50%;
            margin: 0;
            border: 1px solid var(--primaryColor);
            i{
                color: var(--primaryColor);
                margin: 0 auto;
                font-size: 18px;
                font-weight: 400;
                line-height: 0.8;
                display: block;
                position: relative;
                top: 1px;
            }
            img{
                display: block;
                margin: 0 auto;
            }
        }
        p{
            margin:0 0 2px;
        }
        a{
            display: block;
            font-size: 17px;
            line-height: 26px;
            font-family: var(--secondaryFont);
            font-weight: 600;
            color: var(--titleColor);
            &:hover{
                color: var(--secondaryColor);
            }
        }
    }
}
.progress-bar {
    width: 0;
    animation: progress 1.5s ease-in-out forwards;
}
.progress-item{
    margin-bottom: 22px;
    &:last-child{
        margin-bottom: 0;
    }
    .progress-title{
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        margin-bottom: 10px;
        p{
            width: 60%;
            margin: 0;
        }
    }
    .progress{
        height: 10px;
        border-radius: 2px;
        background: rgba(4, 9, 30, 0.1);
        .progress-bar{
            background: var(--secondaryColor);
        }
    }
}
@keyframes progress {
    from {
        width: 0;
    }
    to {
        width: 100%;
    }
} 
@keyframes show  {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
/*---------------------------------
       Partner Section CSS 
-----------------------------------*/
.partner-logo{
    img{
        display: block;
        margin: 0 auto;
    }
    &.style-one{
        img{
            filter: grayscale(10);
        }
    }
    &.style-two{
        padding: 0 15px;
        img{
            filter: grayscale(1);
            transition: var(--transition);
        }
        &:hover{
            img{
                filter: grayscale(0);
            }
        }
    }
}

/*---------------------------------
       Service Section CSS 
-----------------------------------*/
.service-wrap{
    .container{
        position: relative;
        z-index: 1;
        .service-shape-one,
        .service-shape-two{
            position: absolute;
            z-index: -1;
        }
        .service-shape-one{
            top: 102px;
            left: -12px;
        }
        .service-shape-two{
            bottom: -5px;
            right: -12px;
        }
    }
}
.service-card{
    margin-bottom: 25px;
    &.style-one,
    &.style-two,
    &.style-three,
    &.style-four{
        h3{
            font-size: 22px;
            line-height: 32px;
            margin-bottom: 6px;
            a{
                color: var(--titleColor);
                &:hover{
                    color: var(--primaryColor);
                }
            }
        }
        p{
            margin-bottom: 18px;
        }
        .link-one{
            &:after{
                display: none;
            }
        }
    }
    &.style-one,
    &.style-four{
        border-radius: 10px;
        box-shadow: 0px 4px 12px 0px rgba(79, 139, 173, 0.08);
        padding: 30px;
        background-color: var(--whiteColor);
        position: relative;
        .service-counter{
            position: absolute;
            top: 30px;
            right: 0;
            color: var(--titleColor);
            font-size: 25px;
            line-height: 35px;
            background-color: rgba(97, 106, 249, 0.1);
            display: inline-block;
            border-radius: 50px 0 0 50px;
            transition: var(--transition);
            padding: 12px 38px;
        }
        .service-icon{
            position: relative;
            z-index: 1;
            transition: var(--transition);
            margin-bottom: 28px;
            display: inline-block;
            &:after{
                position: absolute;
                bottom: -2px;
                right: -10px;
                content: '';
                width: 40px;
                height: 40px;
                border-radius: 50%;
                background-color:rgba(97, 106, 249, 0.15);
                z-index: -1;
            }
            i{
                font-size: 60px;
                line-height: 0.8;
                color: var(--primaryColor);
                transition: var(--transition);
            }
        }
        &:hover{
            .service-counter{
                color: var(--whiteColor);
                background-color: rgba(97, 106, 249, 1);
            }
        }
    }
    &.style-one{
        box-shadow: 0px 4px 12px 0px rgba(79, 139, 173, 0.08);
    }
    &.style-four{
        box-shadow: 0px 4px 20px 0px rgba(79, 139, 173, 0.13);
    }
    &.style-two{
        padding: 75px 30px 30px;
        border-radius: 10px;
        background-color: var(--whiteColor);
        box-shadow: 0px 4px 20px 0px rgba(79, 139, 173, 0.15);
        .service-icon{
            position: absolute;
            left: 33px;
            top: 0;
            display: flex;
            flex-wrap: wrap;
            flex-direction: column;
            justify-content: center;
            align-items: center;
            width: 80px;
            height: 80px;
            border-radius: 5px;
            background: var(--secondaryColor);
            transition: var(--transition);
            overflow: hidden;
            &:after{
                position: absolute;
                top: 0;
                left: 0;
                content: "";
                width: 0%;
                height: 100%;
                background-color: var(--primaryColor);
                z-index: 0;
                opacity: 0;
                transition: var(--transition);
            }
            i{
                font-size: 40px;
                line-height: 0.8;
                display: block;
                margin: 0 auto;
                position: relative;
                z-index: 2;
                color: var(--titleColor);
                transition: var(--transition);
            }
        }
        &:hover{
            .service-icon{
                &:after{
                    width: 100%;
                    opacity: 1;
                }
                i{
                    color: var(--whiteColor);
                }
            }
        }
    }
    &.style-three{
        background-color: var(--whiteColor);
        border-radius: 10px;
        box-shadow: 0px 4px 20px 0px rgba(79, 139, 173, 0.15);
        transition: var(--transition);
        padding: 25px;
        .service-icon{
            position: relative;
            display: flex;
            flex-wrap: wrap;
            flex-direction: column;
            justify-content: center;
            align-items: center;
            width: 90px;
            height: 90px;
            border-radius: 50%;
            background: var(--secondaryColor);
            transition: var(--transition);
            margin-bottom: 25px;
            &:after{
                position: absolute;
                top: 0;
                left: 0;
                content: "";
                width: 100%;
                height: 100%;
                background-color: var(--primaryColor);
                z-index: 0;
                opacity: 0;
                border-radius: 5px;
                transition: var(--transition);
            }
            i{
                font-size: 38px;
                line-height: 0.8;
                display: block;
                margin: 0 auto;
                position: relative;
                top: 2px;
                z-index: 2;
                color: var(--titleColor);
                transition: var(--transition);
            }
        }
        .link-one{
            color: var(--paraColor);
            &:hover{
                color: var(--primaryColor);
            }
        }
        &:hover{
            transform: translateY(-5px);
            .service-icon{
                border-radius: 5px;
                &:after{
                    opacity: 1;
                }
                i{
                    color: var(--whiteColor);
                }
            }
        }
    }
}
.service-slider-one{
    .service-card{
        margin-top: 33px;
    }
    .service-pagination{
        margin-top: 7px;
        .swiper-pagination-bullet{
            opacity: 1;
            position: relative;
            bottom: -5px;
            &:after{
                width: 10px;
                height: 10px;
                border-radius: 50%;
                border: 2px solid transparent;
                background: rgba(255, 255, 255, 0.3);
            }
            &.swiper-pagination-bullet-active{
                background: var(--secondaryColor);
                &:after{
                    border-color: var(--titleColor);
                    background: var(--secondaryColor);
                }
            }
        }
        &.style-two{
            .swiper-pagination-bullet{
                &:after{
                    background: rgba(4, 9, 30, 0.3);
                }
                &.swiper-pagination-bullet-active{
                    background: var(--primaryColor);
                    &:after{
                        border-color: var(--whiteColor);
                        background: var(--primaryColor);
                    }
                }
            }
        }
    }
}
.st-area{
    position: relative;
    z-index: 1;
    .st-shape{
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        z-index: 0;
    }
    &:after{
        position: absolute;
        bottom: 0;
        left: 0;
        content:"";
        width: 100%;
        height: 69.5%;
        z-index: -1;
        background-color: var(--titleColor);
    }
}
.project-pagination,
.service-pagination{
    text-align: center;
    .swiper-pagination-bullet{
        display: inline-block;
        width: 14px;
        height: 14px;
        border-radius: 50%;
        border: 1px solid transparent;
        position: relative;
        z-index: 1;
        background-color: transparent;
        &:after{
            position: absolute;
            top: 50%;
            left: 50%;
            content: "";
            width: 13px;
            height: 13px;
            border-radius: 50%;
            background: var(--titleColor);
            transform: translate(-50%,-50%);
            transition: var(--transition);
        }
        &.swiper-pagination-bullet-active{
            width: 14px;
            height: 14px;
        }
    }
}
/*---------------------------------
    Project Card CSS 
-----------------------------------*/
.project-wrap{
    &.style-one{
        position: relative;
        z-index: 1;
        &:after{
            position: absolute;
            top: 0;
            left: 0;
            content: "";
            width: 100%;
            height: 52%;
            background-color: var(--grayColor);
            z-index: -1;
        }
    }
}
.project-card{
    margin-bottom: 25px;
    &.style-one{
        position: relative;
        z-index: 1;
        border-radius: 10px;
        overflow: hidden;
        img{
            border-radius: 10px;
        }
        &:after{
            position: absolute;
            bottom: 0;
            left: 0;
            content: "";
            width: 100%;
            height: 100%;
            opacity: 0.9399999976158142;
            background: linear-gradient(360deg, #04091E -2.79%, rgba(4, 9, 30, 0) 79.53%);
        }
        .project-link{
            position: absolute;
            top: 35px;
            right: 30px;
            width: 55px;
            height: 55px;
            border-radius: 50%;
            display: flex;
            flex-wrap: wrap;
            flex-direction: column;
            justify-content: center;
            background-color: var(--primaryColor);
            transition: var(--transition);
            visibility: hidden;
            opacity: 0;
            z-index: 2;
            i,img{
                display: block;
                margin: 0 auto;
            }
            i{
                color: var(--whiteColor);
                font-size: 18px;
                line-height: 0.8;
            }
        }
        .project-info{
            position: absolute;
            bottom:-35px;
            left: 40px;
            z-index: 2;
            padding-right: 20px;
            transition: var(--transition);
            .project-cat{
                color: var(--optionalColor);
                font-weight: 600;
            }
            h3{
                font-size: 22px;
                line-height: 32px; 
                margin: 11px 0 0;
                a{
                    color: var(--whiteColor);
                    &:hover{
                        color: var(--optionalColor);
                    }
                }
            }
            p{
                color: var(--whiteColor);
                margin: 13px 0 0;
                visibility: hidden;
                opacity: 0;
                transition: var(--transition);
            }
        }
        &:hover{
            .project-link{
                visibility: visible;
                opacity: 1;
                top: 30px;
            }
            .project-info{
                bottom: 30px;
                p{
                    visibility: visible;
                    opacity: 1;
                }
            }
        }
    }
    &.style-two{
        position: relative;
        border-radius: 10px;
        img{
            border-radius: 10px;
        }
        .project-link{
            position: absolute;
            bottom: 20px;
            left: 20px;
            width: calc(100% - 40px);
            background-color: var(--whiteColor);
            border-radius: 5px;
            padding: 18px 18px 18px 85px;
            font-size: 20px;
            line-height: 30px;
            font-weight: 700;
            color: var(--titleColor);
            span{
                position: absolute;
                top: 0;
                left: 0;
                height: 100%;
                z-index: 1;
                background: var(--secondaryColor);
                display: flex;
                flex-wrap: wrap;
                flex-direction: column;
                justify-content: center;
                padding: 10px 26px;
                border-radius: 5px 0 0 5px;
                &:after{
                    position: absolute;
                    top: 0;
                    left: 0;
                    content: "";
                    width: 0%;
                    height: 100%;
                    background: var(--primaryColor);
                    z-index: -1;
                    visibility: hidden;
                    opacity: 0;
                    border-radius: 5px 0 0 5px;
                    transition: var(--transition);
                }
                img{
                    display: block;
                    margin: 0 auto;
                }
            }
        }
        &:hover{
            .project-link{
                span{
                    &:after{
                        visibility: visible;
                        opacity: 1;
                        width: 100%;
                    }
                    img{
                        filter: brightness(0) invert(1);
                    }
                }
            }
        }
    }
    &.style-three{
        position: relative;
        background-color: var(--whiteColor); 
        border-radius: 10px;
        box-shadow: 0px 4px 15px 0px rgba(79, 139, 173, 0.15);
        .project-img{
            padding: 10px 10px 0;
            border-radius: 10px;
            img{
                border-radius: 10px;
            }
        }   
        .project-link{
            display: block;
            padding: 35px 80px 35px 30px;
            font-size: 20px;
            line-height: 30px;
            font-weight: 700;
            color: var(--titleColor);
            position: relative;
            span{
                position: absolute;
                top: 20px;
                right: 30px;
                width: 55px;
                height: 55px;
                border-radius: 50%;
                display: flex;
                flex-wrap: wrap;
                flex-direction: column;
                justify-content: center;
                background-color: var(--primaryColor);
                transition: var(--transition);
                visibility: hidden;
                opacity: 0;
                z-index: 2;
                i,img{
                    display: block;
                    margin: 0 auto;
                }
                i{
                    color: var(--whiteColor);
                    font-size: 18px;
                    line-height: 0.8;
                }
            }
            &:hover{
                color: var(--primaryColor);
            }
        }
        &:hover{
            .project-link{
                span{
                    visibility: visible;
                    opacity: 1;
                }
            }
        }
    }
}
.single-project-item{
    border-radius: 10px;
    margin-bottom: 25px;
    img{
        border-radius: 10px;
    }
}
.single-project-slider,
.project-slider-one,
.project-slider-three{
    .project-pagination{
        margin-top: 7px;
        text-align: center;
        .swiper-pagination-bullet{
            opacity: 1;
            position: relative;
            bottom: -5px;
            &:after{
                width: 10px;
                height: 10px;
                border-radius: 50%;
                border: 2px solid transparent;
                background: rgba(4, 9, 30, 0.3);
            }
            &.swiper-pagination-bullet-active{
                width: 14px;
                height: 14px;
                background: var(--primaryColor);
                &:after{
                    width: 12px;
                    height: 12px;
                    border-color: var(--whiteColor);
                    background: var(--primaryColor);
                }
            }
        }
    }
}
/*---------------------------------
    Events Card CSS 
-----------------------------------*/
.event-card{
    border-radius: 10px;
    margin-bottom: 25px;
    box-shadow: 0px 4px 20px 0px rgba(79, 139, 173, 0.13);
    .event-card-img{
        position: relative;
        overflow: hidden;
        border-radius: 10px 10px 0 0;
        img{
            border-radius: 10px 10px 0 0;
            transition: var(--transition);
        }
        .event-date{
            position: absolute;
            bottom: 30px;
            right: 30px;
            border-radius: 5px;
        }
    }
    .event-card-info{
        position: relative;
        padding: 25px;
        .event-metainfo{
            margin-bottom: 13px;
        }
        h3{
            font-size: 22px;
            line-height: 32px;
            margin: 0 0 10px;
            a{
                color: var(--titleColor);
                &:hover{
                    color: var(--secondaryColor);
                }
            }
        }
        p{
            margin-bottom: 0;
        }
    }
    &:hover{
        .event-card-img{
            img{
                transform: scale(1.05);
            }
            .event-date{
                color: var(--whiteColor);
                &:after{
                    visibility: visible;
                    opacity: 1;
                }
            }
        }
    }
}
.event-date{
    border-radius: 5px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    background: var(--secondaryColor);
    transition: var(--transition);
    font-size: 14px;
    font-weight: 600;
    padding: 6px 11px;
    width: 55px;
    overflow: hidden;
    color: var(--titleColor);
    z-index: 1;
    &:after{
        position: absolute;
        top: 0;
        left: 0;
        content: "";
        width: 100%;
        height: 100%;
        background-color: var(--primaryColor);
        z-index: -1;
        visibility: hidden;
        opacity: 0;
        transition: var(--transition);
    }
    span{
        font-size: 18px;
        line-height: 22px;
        font-weight: 800;
        display: block;
    }
}
.event-metainfo{
    li{
        position: relative;
        padding-left: 25px;
        margin-bottom: 10px;
        &:last-child{
            margin: 0;
        }
        i,img{
            position: absolute;
            top: 3px;
            left: 0;
            color: var(--secondaryColor);
            font-size: 16px;
        }
    }
}
/*---------------------------------
   Gallery Card CSS 
-----------------------------------*/
.gallery-card{
    position: relative;
    border-radius: 10px;
    margin-bottom: 25px;
    display: block;
    &:after{
        position: absolute;
        bottom: 0;
        left: 0;
        content: "";
        width: 100%;
        height: 100%;
        background-color: var(--primaryColor);
        opacity: 0.85;
        visibility: hidden;
        opacity: 0;
        transition: var(--transition);
    }
    img{
        border-radius: 10px;
    }
    .gallery-link{
        position: absolute;
        top: 55%;
        left: 50%;
        transform: translate(-50%,-50%);
        width: 70px;
        height: 70px;
        border-radius: 50%;
        display: flex;
        flex-wrap: wrap;
        flex-direction: column;
        justify-content: center;
        visibility: hidden;
        background: var(--secondaryColor);
        opacity: 0;
        transition: var(--transition);
        z-index: 10;
        i{
            font-size: 30px;
            line-height: 0.8;
            margin: 0 auto;
            color: var(--titleColor);
            display: block;
        }
    }
    &:hover{
        &:after{
            visibility: visible;
            opacity: 0.8;
        }
        .gallery-link{
            visibility: visible;
            opacity: 1;
            top: 50%;
        }
    }
}
.cssbox {
    display: inline-block;
    .cssbox_full {
        z-index: 999999;
        position: fixed;
        height: 100%;
        width: 100%;
        background-color: rgba(0, 0, 0, 0.8);
        top: 0;
        left: 0;
        opacity: 0;
        pointer-events: none;
        cursor: default;
        transition: opacity 0.5s linear;
        img {
            position: fixed;
            background-color: white;
            margin: 0;
            padding: 0;
            max-height: 90%;
            max-width: 90%;
            top: 50%;
            left: 50%;
            margin-right: -50%;
            transform: translate(-50%, -50%);
            box-shadow: 0 0 20px black;
        }
    }
    .cssbox_close,
    .cssbox_prev,
    .cssbox_next {
        z-index: 999999;
        position: fixed;
        text-decoration: none;
        visibility: hidden;
        color: white;
        font-size: 36px;
    }
    .cssbox_prev,
    .cssbox_next {
        top: 50%;
        transform: translate(0%, -50%);
    }
    .cssbox_close {
        top: 1%;
        right: 1%
    }
    .cssbox_prev {
        left: 5%;
    }
    .cssbox_next {
        right: 5%;
    }
    a:target~a.cssbox_close,
    a:target~a.cssbox_prev,
    a:target~a.cssbox_next {
        visibility: visible;
    }

    a:target>img.cssbox_thumb+span.cssbox_full {
        visibility: visible;
        opacity: 1;
        pointer-events: initial;
    }
    a.cssbox_close::after {
        content: '\00d7';
    }
}
/*---------------------------------
    Work Process CSS 
-----------------------------------*/
.process-wrap{
    &.style-one{
        position: relative;
        z-index: 1;
        .process-shape-one,
        .process-shape-two{
            position: absolute;
            z-index: -1;
        }
        .process-shape-one{
            top: 27%;
            left: 10%;
        }
        .process-shape-two{
            bottom: 22%;
            right: 7%;
        }
    }
}
.process-card-wrap{
    &>div{
        .process-card{
            position: relative;
            &:after{
                position: absolute;
                top: 28%;
                right: -50px;
                content: "";
                background-image: url(../img/process/process-arrow.webp);
                background-size: contain;
                background-repeat: no-repeat;
                background-position: center;
                width: 55px;
                height: 30px;
                transform: translateY(-50%);
            }
        }
        &:last-child{
            .process-card{
                &:after{
                    display: none;
                }
            }
        }
    }
}
.process-card{
    margin-bottom: 25px;
    &.style-one,
    &.style-two{
        .process-info{
            text-align: center;
            h3{
                font-size: 22px;
                line-height: 32px;
                margin: 0 0 7px;
            }
            p{
                margin: 0;
                padding: 0 10px;
            }
        }
    }
    &.style-one{
        text-align: center;
        .process-img{
            width: 170px;
            height: 170px;
            border-radius: 50%;
            display: inline-block;
            margin: 0 auto 25px;
            position: relative;
            span{
                position: absolute;
                top: 50%;
                right: -20px;
                width: 40px;
                height: 40px;
                border-radius: 50%;
                font-size: 19px;
                font-weight: 600;
                line-height: 42px;
                text-align: center;
                transform: translateY(-50%);
                background-color: var(--whiteColor);
                color: var(--primaryColor);
                box-shadow: 0px 4px 20px rgba(79, 139, 173, 0.13);
                transition: var(--transition);
            }
            img{
                border-radius: 50%;
            }
        }
        &:hover{
            .process-img{
                span{
                    background-color: var(--primaryColor);
                    color: var(--whiteColor);
                }
            }
        }
    }
    &.style-two{
        border-radius: 10px;
        position: relative;
        margin-top: 20px;
        img{
            border-radius: 10px;
            margin: 0 auto 25px;
        }
        span{
            position: absolute;
            top: -26px;
            left: 28px;
            width: 50px;
            height: 50px;
            border-radius: 5px;
            font-size: 20px;
            font-weight: 600;
            line-height: 52px;
            text-align: center;
            background-color: var(--whiteColor);
            color: var(--primaryColor);
            box-shadow: 0px 4px 20px rgba(79, 139, 173, 0.15);
            transition: var(--transition);
        }
        h3{
            font-weight: 700;
        }
    }
}
/*---------------------------------
       Pricing CSS 
-----------------------------------*/
.pricing-card{
    margin-bottom: 25px;
    box-shadow: 0px 4px 20px rgba(79, 139, 173, 0.15);
    border-radius: 10px;
    padding-bottom: 30px;
    background-color: var(--whiteColor);
    transition: var(--transition);
    margin-top: 30px;
    .pricing-header{
        margin: 0 40px 0;
        padding-bottom: 25px;
        transition: var(--transition);
        border-bottom: 1px solid rgba(0, 0, 0, 0.09);
        .pricing-icon{
            display: flex;
            flex-wrap: wrap;
            flex-direction: column;
            justify-content: center;
            position: relative;
            top: -30px;
            width: 65px;
            height: 65px;
            border-radius: 50%;
            background: var(--secondaryColor);
            z-index: 1;
            transition: var(--transition);
            &:after{
                position: absolute;
                top: 0;
                left: 0;
                content: "";
                width: 100%;
                height: 100%;
                border-radius: 50%;
                content: "";
                background-color: var(--primaryColor);
                z-index: -1;
                visibility: hidden;
                opacity: 0;
                transition: var(--transition);
            }
            i{
                display: block;
                margin: 0 auto;
                font-size: 32px;
                line-height: 0.8;
                color: var(--titleColor);
                transition: var(--transition);
            }
        }
        h2,h3{
            color: var(--titleColor);
            transition: var(--transition);
        }
        h2{
            font-size: 24px;
            line-height: 34px;
            font-weight: 800;
            margin-bottom: 15px;
        }
        h3{
            font-size: 40px;
            line-height: 48px;
            margin: 0 0 3px;
            span{
                font-size: 14px;
                line-height: 16px;
                font-weight: 500;
                margin-left: -6px;
                position: relative;
                top: -2px;
            }
        }
        p{
            margin: 0;
        }
    }
    .pricing-features{
        padding: 25px 40px;
        li{
            margin-bottom: 15px;
            color: var(--paraColor);
            &:last-child{
                margin-bottom: 0;
            }
            i{
                float: right;
                font-size: 22px;
                font-weight: 300;
            }
            &.checked{
                i{
                    color: var(--optionalColor);
                }
            }
            &.unchecked{
                i{
                    color: #FF0000;
                }
            }
        }
    }
    .btn-two{
        margin: 0 40px;
    }
    &:hover{
        transform: translateY(-5px);
        .pricing-icon{
            i{
                color: var(--whiteColor);
            }
            &:after{
                visibility: visible;
                opacity: 1;
            }
        }
    }
}
/*---------------------------------
    Service & Project Details CSS 
-----------------------------------*/
.service-details-wrap{
    .single-service-img{
        border-radius: 10px;
        margin-bottom: 25px;
    }
    .service-img{
        position: relative;
        .play-now{
            position: absolute;
            top: 50%;
            left: 50%;
            height: 93px;
            width: 93px;
            transform: translate(-50%,-50%);
            background-color: var(--whiteColor);
            i{
                font-size: 40px;
                line-height: 98px;
                color: var(--secondaryColor);
            }
        }
        .play-now .ripple,
        .play-now .ripple:before,
        .play-now .ripple:after {
            height: 93px;
            width: 93px;
        }
    }
    .event-img{
        position: relative;
        border-radius: 10px;
        img{
            border-radius: 10px;
        }
        .event-date{
            position: absolute;
            bottom: -30px;
            right: 30px;
            &:hover{
                color: var(--whiteColor);
                &:after{
                    visibility: visible;
                    opacity: 1;
                }
            }
        }
    }
    .event-metainfo{
        margin: 30px 0 20px;
        li{
            display: inline-block;
            margin-right: 20px;
            &:last-child{
                margin-right: 0;
            }
        }
    }
    .team-card{
        margin-bottom: 0;
    }
}
/*-------------------------------
    Whu Choose Us Section CSS
-------------------------------*/
.wh-wrap{
    position: relative;
    z-index: 1;
    &.style-one,
    &.style-two{
        .wh-img-wrap{
            .play-now{
                position: absolute;
                display: inline-flex;
                flex-wrap: wrap;
                align-items: center;
                background-color: var(--whiteColor);
                min-width: 242px;
                max-height: 80px;
                padding: 10px 23px;
                border-radius: 10px;
                box-shadow: 0px 4px 15px 0px rgba(79, 139, 173, 0.15);
                .play-icon{
                    display: flex;
                    flex-wrap: wrap;
                    flex-direction: column;
                    justify-content: center;
                    width: 46px;
                    height: 46px;
                    border-radius: 50%;
                    margin-right: 18px;
                    background-color: var(--primaryColor);
                    i{
                        display: block;
                        margin: 0 auto;
                        font-size: 18px;
                        line-height: 0.8;
                        position: relative;
                        left: 1px;
                        color: var(--whiteColor);
                    }
                }
                .play-text{
                    color: var(--paraColor);
                    font-weight: 500;
                }
            }
        }
    }
    &.style-one{
        .wh-shape{
            position: absolute;
            z-index: -1;
            top: 22%;
            left: 7.5%;
        }
        .wh-img-wrap{
            position: relative;
            img{
                display: block;
                margin-left: auto;    
            }
            .play-now{
                top: 53%;
                left: -10px;
            }
        }
        .wh-content{
            .wh-features{
                display: flex;
                flex-wrap: wrap;
                margin: 24px 0 27px;
                ul{
                    position: relative;
                    width: 54%;
                    &:after{
                        position: absolute;
                        top: 50%;
                        right: 0;
                        content: "";
                        width: 2px;
                        height: 100px;
                        transform: translateY(-50%);
                        background:rgba(4, 9, 30, 0.07);
                    }
                    li{
                        margin-bottom: 10px;
                        position: relative;
                        padding-left: 28px;
                        img{
                            position: absolute;
                            top: 1px;
                            left: 0;
                        }
                    }
                }
                .wh-feature-img{
                    width: 46%;
                    padding-left: 20px;
                    border-radius: 10px; 
                    img{
                        border-radius: 10px;
                    }   
                }
            }
            .wh-feature-img{
                margin-right: auto;
            }
            .wh-btn{
                display: flex;
                flex-wrap: wrap;
                align-items: center;
                a{
                    &:first-child{
                        margin-right: 30px;
                    }
                }
            }
        }
    }
    &.style-two{
        .wh-shape{
            position: absolute;
            top: 48%;
            left: 6%;
            z-index: -1;
        }
        .wh-img-wrap{
            position: relative;
            .wh-img{
                margin-right: auto;
            }
            .play-now{
                top: 43%;
                right: -20px;
            }
        }
        .wh-content{
            .feature-item-wrap{
                display: flex;
                flex-wrap: wrap;
                margin: 25px 0 5px;
                .feature-item{
                    width: 50%;
                    margin-bottom: 25px;
                    h5{
                        font-size: 22px;
                        line-height: 32px;
                        position: relative;
                        margin-bottom: 6px;
                    }
                    p{
                        margin: 0;
                        padding-right: 25px;
                    }
                }
            }
        }
    }
    &.style-three{
        .wh-shape{
            position: absolute;
            top: 62%;
            right: 8%;
            z-index: -1;
        }
        .wh-img-wrap{
            border-radius: 10px;
            position: relative;
            .play-now {
                position: absolute;
                top: 50%;
                left: 50%;
                transform: translate(-50%,-50%);
                height: 92px;
                width: 92px;
                display: flex;
                flex-wrap: wrap;
                flex-direction: column;
                justify-content: center;
                background-color: var(--whiteColor);
                i{
                    font-size: 44px;
                    line-height: 0.8;
                    display: block;
                    margin: 0 auto;
                    color: var(--primaryColor);
                    position: relative;
                    left: 2px;
                }
            }
            .play-now .ripple,
            .play-now .ripple:before,
            .play-now .ripple:after {
                height: 92px;
                width: 92px;
            }
            img{
                border-radius: 10px;
            }
        }
        .wh-content{
            .feature-item-wrap{
                margin: 28px 0 0;
                .feature-item{
                    display: flex;
                    flex-wrap: wrap;
                    margin-bottom: 19px;
                    &:last-child{
                        margin-bottom: 0;
                    }
                    .feature-icon{
                        display: flex;
                        flex-wrap: wrap;
                        flex-direction: column;
                        justify-content: center;
                        width: 60px;
                        height: 60px;
                        border-radius: 50%;
                        background: var(--whiteColor);
                        box-shadow:0px 4px 20px rgba(79, 139, 173, 0.15);
                        transition: var(--transition);
                        i{
                            font-size: 28px;
                            line-height: 0.8;
                            position: relative;
                            top: 2px;
                            display: block;
                            margin: 0 auto;
                            color: var(--primaryColor);
                            transition: var(--transition);
                        }
                    }
                    .feature-text{
                        width: calc(100% - 90px);
                        margin-left: 30px;
                        h3{
                            font-size: 22px;
                            line-height: 32px;
                            margin: 0;
                        }
                        p{
                            margin-bottom: 0;
                        }
                    }
                    &:hover{
                        .feature-icon{
                            background-color: var(--primaryColor);
                            i{
                                color: var(--whiteColor);
                            }
                        }
                    }
                }
            }
        }
    }
}
/*-------------------------------
    Counter Section CSS
-------------------------------*/
.counter-wrap{
    &.style-one{
        position: relative;
        z-index: 1;
        .counter-shape{
            position: absolute;
            top: -60px;
            right: 9.5%;
            z-index: -1;
        }
        .counter-card{
            margin-bottom: 25px;
            h2{
                -webkit-text-stroke: 1px var(--titleColor);
                -webkit-text-fill-color: transparent;
                color:  var(--titleColor);
                font-size: 80px;
                font-weight: 800;
                line-height: 1;
                transition: var(--transition);
                margin: 0 0 13px;
            }
            p{
                font-size: 20px;
                font-weight: 600;
                color: var(--titleColor);
                margin: 0;
            }
            &:hover{
                h2{
                    -webkit-text-stroke: 1px transparent;
                    color: var(--primaryColor);
                    -webkit-text-fill-color: var(--primaryColor);
                }
            }
        }
    }
    &.style-two,
    &.style-four{
        position: relative;
        z-index: 1;
        .counter-card-wrap{
            .counter-card{
                display: flex;
                flex-wrap: wrap;
                align-items: center;
                margin-bottom: 25px;
                .counter-icon{
                    display: flex;
                    flex-wrap: wrap;
                    flex-direction: column;
                    justify-content: center;
                    width: 82px;
                    height: 82px;
                    border-radius: 5px;
                    border: 1.2px dashed rgba(4, 9, 30, 0.80);
                    background: rgba(4, 9, 30, 0.10);
                    i{
                        color: var(--titleColor);
                        font-size: 40px;
                        line-height: 0.8;
                        display: block;
                        margin: 0 auto;
                    }
                }
                .counter-text{
                    width: calc(100% - 112px);
                    margin-left: 30px;
                    h2{
                        color: var(--titleColor);
                        font-size: 36px;
                        font-weight: 800;
                        line-height: 1; 
                    }
                    p{
                        margin: 0;
                        color: var(--titleColor);
                        font-weight: 500;
                    }
                }
            }
        }
    }
    &.style-two{
        &:after{
            position: absolute;
            bottom: 0;
            left: 0;
            content: "";
            width: 100%;
            height: 50%;
            z-index: -1;
            background-color: var(--grayColor);
        }
        .counter-card-wrap{
            background: var(--secondaryColor);
            padding-left: 30px;
            padding-right: 30px;
            border-radius: 10px;
        }
    }
    &.style-three{
        .counter-card{
            display: flex;
            flex-wrap: wrap;
            align-items: center;
            margin-bottom: 25px;
            border-radius: 10px;
            background: var(--whiteColor);
            padding: 30px;
            box-shadow: 0px 4px 20px 0px rgba(79, 139, 173, 0.15);
            .counter-icon{
                width: 70px;
                height: 70px;
                border-radius: 50%;
                z-index: 1;
                display: flex;
                flex-wrap: wrap;
                flex-direction: column;
                justify-content: center;
                background: var(--secondaryColor);
                position: relative;
                z-index: 1;
                transition: var(--transition);
                &:after{
                    position: absolute;
                    top: 0;
                    left: 0;
                    content: "";
                    width: 100%;
                    height: 100%;
                    border-radius: 5px;
                    background-color: var(--primaryColor);
                    opacity: 0;
                    z-index: -1;
                    transition: var(--transition);
                }
                i{
                    display: block;
                    margin: 0 auto;
                    font-size: 34px;
                    line-height: 0.8;
                    color: var(--titleColor);
                    transition: var(--transition);
                }
            }
            .counter-text{
                width: calc(100% - 100px);
                margin-left: 25px;
                h2{
                    font-size: 36px;
                    line-height: 46px;
                    font-weight: 800;
                    margin-bottom: 0;
                }
                p{
                    margin: 0;
                }
            }
            &:hover{
                .counter-icon{
                    border-radius: 5px;
                    i{
                        color: var(--whiteColor);
                    }
                    &:after{
                        background: var(--primaryColor);
                        opacity: 1;
                    }
                }
            }
        }
    }
}
/*-------------------------------
    Team Section CSS
-------------------------------*/
.team-card{
    margin-bottom: 25px;
    border-radius: 10px;
    background-color: var(--whiteColor);
    .team-img{
        overflow: hidden;
        position: relative;
        border-radius: 10px 10px 0 0;
        img{
            border-radius: 10px 10px 0 0;
           transition: var(--transition);
        }
        .social-profile{
            position: absolute;
            li{
                transition: var(--transition);
                visibility: hidden;
                opacity: 0;
                &:nth-child(1){
                    transition-delay: 0.2s;
                }
                &:nth-child(2){
                    transition-delay: 0.3s;
                }
                &:nth-child(3){
                    transition-delay: 0.4s;
                }
                &:nth-child(4){
                    transition-delay: 0.5s;
                }
                a{
                    width: 36px;
                    height: 36px;
                    background-color: var(--whiteColor);
                    text-align: center;
                    display: flex;
                    flex-wrap: wrap;
                    flex-direction: column;
                    justify-content: center;
                    i{
                        font-size: 18px;
                        line-height: 0.8;
                        display: block;
                        margin: 0 auto;
                        color: var(--titleColor);
                    }
                    &:hover{
                        background-color: var(--primaryColor);
                        i{
                            color: var(--whiteColor);
                        }
                    }
                }
            }
        }
    }
    .team-info{
        padding: 26px 15px;
        text-align: center;
        border-radius: 0 0 10px 10px;
        h3{
            font-size: 22px;
            line-height: 34px;
            margin-bottom: 0;
        }
    }
    &.style-one{
        box-shadow: 0px 4px 12px 0px rgba(79, 139, 173, 0.08);
        .team-img{
            .social-profile{
                bottom: 25px;
                left: 50%;
                width: 100%;
                text-align: center;
                transform: translateX(-50%);
                li{
                    margin: 0 4px;
                    transform:translateY(25px);
                }
            }
        }
        .team-info{
            border-radius: 0 0 10px 10px;
        }
        &:hover{
            .team-img{
                .social-profile{
                    li{
                        transform:translateY(0);
                        visibility: visible;
                        opacity: 1;
                    }
                }
            }
        }
    }
    &.style-two{
        .team-img{
            padding: 5px 5px 0;
            border-radius: 10px;
            img{
                border-radius: 10px;
            }
            .social-profile{
                top: 50%;
                left: 30px;
                transform: translateY(-50%);
                li{
                    display: block;
                    margin: 10px 0;
                    transform:translateX(-25px);
                    a{
                        border: 1px solid var(--primaryColor);
                        &:hover{
                            border-color: transparent;
                        }
                    }
                }
            }
        }
        &:hover{
            .team-img{
                .social-profile{
                    li{
                        transform:translateX(0);
                        visibility: visible;
                        opacity: 1;
                    }
                }
            }
        }
    }
}
.blog-slider-wrap,
.team-slider-wrap{
    position: relative;
    .slider-btn{
        .slider-prev,
        .slider-next{
            position: absolute;
            top: 50%;
            z-index: 1;
            transform: translateY(-50%);
            background: var(--whiteColor);
            i,img{
                transition: var(--transition);
            }
            &:hover{
                background: var(--primaryColor);
                i{
                    color: var(--whiteColor);
                }
                img{
                    filter: brightness(0) invert(1);
                }
            }
        }
        .slider-prev{
            left: -10px;
        }
        .slider-next{
            right: -10px;
        }
    }
}
.slider-btn{
    .slider-prev,
    .slider-next{
        display: flex;
        flex-wrap: wrap;
        flex-direction: column;
        justify-content: center;
        width: 50px;
        height: 50px;
        border-radius: 50%;
        box-shadow:0px 4px 12px rgba(79, 139, 173, 0.08);
        text-align: center;
        transition: var(--transition);
        i{
            font-size: 25px;
            font-weight: 300;
            position: relative;
            top: 3px;
            color: var(--titleColor);
            transition: var(--transition);
        }
        i,img{
            display: block;
            margin: 0 auto;
        }
    }
}
/*-------------------------------
    Moving Text Section CSS
-------------------------------*/
.move-text{
    position: relative;
    overflow-x: hidden;
    min-height: 140px;
    ul{
        white-space: nowrap;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        -webkit-animation: mymove 5s linear infinite; /* Safari 4.0 - 8.0 */
        white-space: nowrap;
        animation: mymove 5s linear infinite alternate;
        li{
            display: inline-block;
            font-size: 22px;
            line-height: 32px;
            font-weight: 700;
            margin: 0 35px;
            padding: 0 40px;
            position: relative;
            &:last-child{
                &:after{
                    display: none;
                }
            }
            &:after{
                position: absolute;
                top: 5px;
                right: -50px;
                content: "";
                background-image: url(../img/star.webp);
                background-size: cover;
                background-repeat: no-repeat;
                background-position: center;
                width: 26px;
                height: 22px;
            }
        }
    }
    &.style-one{
        background-image: url(../img/moving-bg-2.webp);
        background-color: var(--whiteColor);
        min-height: 158px;
        ul{
            li{
                color: var(--whiteColor);
                &:after{
                    filter: brightness(0) invert(1);
                }
            }
        }
    }
    &.style-two{
        background:var(--secondaryColor);
        ul{
            li{
                color: var(--titleColor);
            }
        }
    }
    &.style-three{
        background-color: var(--primaryColor);
        ul{
            li{
                color: var(--whiteColor);
                &:after{
                    filter: brightness(0) invert(1);
                }
            }
        }
    }
}
@-webkit-keyframes mymove {
    from {
      left: 0;
    }
    to {
      left: -100px;
    }
}
@keyframes mymove {
    from {
        left: 0;
    }
    to {
        left: -100px;
    }
}
/*---------------------------
    CTA Section CSS
 ---------------------------*/
 .cta-wrap{
    &.style-one{
        background-image: url(../img/cta-bg.webp);
        position: relative;
        z-index: 1;
        padding: 92px 0;
        &:after{
            position: absolute;
            top: 0;
            left: 0;
            content: "";
            width: 100%;
            height: 100%;
            background-color: rgba(12, 12, 12,0.89);
            z-index: -1;
        }
        .content-title{
            span{
                &:before{
                    background:var(--secondaryColor);
                }
            }
        }
    }
    .cta-btn{
        a{
            &:first-child{
                margin-right: 25px;
            }
        }
    }
 }
/*---------------------------
    Download App CSS
 ---------------------------*/
 .download-app{
    position: relative;
    z-index: 1;
    &:after{
        position: absolute;
        bottom: 0;
        left: 0;
        content: "";
        width: 100%;
        height: 50%;
        z-index: -1;
        background-color: var(--grayColor);
    }
    .download-app-box{
        background:var(--secondaryColor);
        padding:92px 30px;
        border-radius: 10px;
        .content-title{
            span{
                color: var(--titleColor);
                font-weight: 700;
            }
        }
        .app-btn{
            text-align: right;
            a{
                &:first-child{
                    margin-right: 25px;
                }
            }
        }
    }
 }
/*---------------------------
    Testimonial Section CSS
 ---------------------------*/
 .testimonial-wrap{
     position: relative;
     z-index: 1;
    &.style-one{
        .testimonial-shape-one,
        .testimonial-shape-two{
            position: absolute;
            z-index: -1;
        }
        .testimonial-shape-one{
            top: 50%;
            left: 5%;
        }
        .testimonial-shape-two{
            top: 50%;
            right: 5%;
        }
        .testimonial-slider-wrap{
            .testimonial-slider-one{
                padding-left: 15px;
                margin-left: -15px;
                .testimonial-card{
                    margin-top: 15px;
                }
            }
        }
    }
    &.style-two,
    &.style-three{
        .testimonial-shape-one,
        .testimonial-shape-two{
            position: absolute;
            z-index: 0;
        }
        .testimonial-shape-one{
            top: 43%;
            left: 6.5%;
        }
        .testimonial-shape-two{
            top: 44%;
            right: 6.2%;
        }
        .content-title{
            p{
                margin-bottom: 30px;
            }
        }
    }
    &.style-two{
        background-image: url(../img/testimonials/testimonial-bg.webp);
        position: relative;
        z-index: 1;
        &:after{
            position: absolute;
            top: 0;
            left: 0;
            content: "";
            width: 100%;
            height: 100%;
            background-color: rgba(12, 12, 12,0.93);
            z-index: -1;
        }
    }
 }
 .testimonial-card{
    background-color: var(--whiteColor);
    border-radius: 10px;
    padding: 25px 25px 22px;
    box-shadow: 0px 4px 20px 0px rgba(79, 139, 173, 0.13);
    margin-bottom: 25px;
    .client-info-wrap{
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        .client-img{
            width: 68px;
            height: 68px;
            border-radius: 50%;
            border: 2px solid var(--optionalColor);
            img{
                border-radius: 50%;
            }
        }
        .client-info{
            width: calc(100% - 88px);
            margin-left: 20px;
            h3{
                font-size: 18px;
                line-height: 28px;
                margin-bottom: 3px;
            }
            span{
                font-size: 15px;
            }
        }
    }
    .client-quote{
        margin: 25px 0 0;
    }
    .client-rating{
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: space-between;
        ul{
            li{
                display: inline-block;
                i{
                    color: #EBA400;
                    font-size: 18px;
                }
            }
        }
        .quote-icon{
            width: 65px;
            max-height: 62px;
            i{
                font-size: 65px;
                color: #D9DADD;
                line-height: 0.8;
                text-align: right;
            }
        }
    }
 }
/*---------------------------
    Blog Section CSS
 ---------------------------*/
 .blog-wrap{
    &.style-one{
        position: relative;
        z-index: 1;
        .blog-shape-one,
        .blog-shape-two{
            position: absolute;
            z-index: -1;
        }
        .blog-shape-one{
            top: 20%;
            left: 6.4%;
        }
        .blog-shape-two{
            bottom: 20%;
            right: 6%;
        }
    }
 }
 .blog-card{
    margin-bottom: 25px;
    &.style-one,
    &.style-two,
    &.style-three{
        box-shadow: 0px 4px 20px 0px rgba(79, 139, 173, 0.13);
        .blog-img{
            position: relative;
            overflow: hidden;
            img{
                transition: var(--transition);
            }
            .blog-cat{
                position: absolute;
                background: var(--secondaryColor);
                color: var(--titleColor);
                padding: 5px 17px 4px;
                font-size: 15px;
                font-weight: 700;
                border-radius: 5px;
                transition: var(--transition);
                z-index: 1;
                &:after{
                    position: absolute;
                    top: 0;
                    left: 0;
                    content: "";
                    width: 100%;
                    height: 100%;
                    background-color: var(--primaryColor);
                    opacity: 0;
                    z-index: -1;
                    transition: var(--transition);
                }
                &:hover{
                    color: var(--whiteColor);
                    &:after{
                        opacity: 1;
                        border-radius: 5px;
                    }
                }
            }
        }
        .blog-info{
            padding: 25px;
            .blog-metainfo{
                margin-bottom: 9px;
            }
            h3{
                font-size: 22px;
                line-height: 32px;
                margin-bottom: 0;
                a{
                    color: var(--titleColor);
                    &:hover{
                        color: var(--primaryColor);
                    }
                }
            }
            p{
                margin: 9px 0 20px;
            }
            .link-one{
                &:after{
                    display: none;
                }
            }
        }
        &:hover{
            .blog-img{
                img{
                    transform: scale(1.05);
                }
            }
        }
    }
    &.style-one{
        border-radius: 10px;
        .blog-img{
            border-radius: 10px 10px 0 0;
            img{
                border-radius: 10px 10px 0 0;
            }
            .blog-cat{
                top: 15px;
                left: 15px;
            }
        }    
        .blog-info{
            border-radius: 0 0 10px 10px;
        }
    }
    &.style-two{
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        border-radius: 10px;
        .blog-img{
            border-radius: 10px 0 0 10px;
            width: 230px;
            img{
                border-radius: 10px 0 0 10px;
            }
            .blog-cat{
                top: 15px;
                left: 15px;
            }
        }
        .blog-info{
            width: calc(100% - 260px);
            margin-left: 30px;
            padding: 20px 25px 20px 0;
        }
    }
    &.style-three{
        border-radius: 10px;
        .blog-img{
            border-radius: 10px 10px 0 0;
            img{
                border-radius: 10px 10px 0 0;
            }
            .blog-cat{
                bottom: 15px;
                left: 35px;
            }
        }    
        .blog-info{
            border-radius: 0 0 10px 10px;
            h3{
                margin-bottom: 15px;
            }
        }
    }
 }
.blog-metainfo{
    li{
        display: inline-block;
        margin-right: 14px;
        padding-right: 14px;
        position: relative;
        padding-left: 24px;
        font-size: 15px;
        line-height: 24px;
        position: relative;
        color: var(--paraColor);
        &:after{
            position: absolute;
            top: 0;
            right: -3px;
            content: "/";
            font-size: 15px;
            color: var(--paraColor);
        }
        &:last-child{
            margin-right: 0;
            padding-right: 0;
            &:after{
                display: none;
            }
        }
        i,img{
            position: absolute;
            top: 3px;
            left: 0;
            line-height: 0.8;
        }
        i{
            color: var(--primaryColor);
        }
        
    }
}
.blog-slider-wrap{
    .slider-btn{
        .slider-prev,
        .slider-next{
            box-shadow:0px 4px 20px rgba(79, 139, 173, 0.15);
        }
    }
}
/*---------------------------
        Sidebar CSS
 ---------------------------*/
 .sidebar {
    .sidebar-widget{
        padding: 25px;
        margin: 0 0 30px;
        position: relative;
        z-index: 1;
        border-radius: 10px;
        box-shadow: 0px 4px 20px 0px rgba(79, 139, 173, 0.13);
        &.style-two{
            padding: 0;
            box-shadow: none;
        }
        .sidebar-widget-title {
            margin: 0 0 25px;
            font-size: 20px;
            position: relative;
            line-height: 1;
            position: relative;
            padding-bottom: 20px;
            border-bottom: 1px solid var(--primaryColor);
        }
        &:last-child {
            margin: 0;
        }
    }
}
/*-------------------------------
       Search Box Widget CSS
-------------------------------*/
.search-box-widget {
    position: relative;
    input {
        width: 100%;
        height: 50px;
        background: var(--grayColor);
        border: 1px solid #eee;
        color:var(--paraColor);
        font-size: 15px;
        line-height: 21px;
        padding: 10px 60px 10px 20px;
        border-radius: 5px;
        &::placeholder{
            opacity: 1;
        }
        &:focus {
            border-color: var(--grayColor);
        }
    }
    button{
        position: absolute;
        top: 0;
        right: 0;
        height: 100%;
        background-color: var(--primaryColor);
        padding: 14px 17px;
        border: none;
        border-radius: 0 5px 5px 0;
        i{
            color: var(--whiteColor);
            font-size: 18px;
            line-height: 0.7;
            position: relative;
            top: 2px;
        }
    }
}
/*-------------------------------
     Category Widget CSS
-------------------------------*/
.category-box{
    &.style-one{
        li {
            position: relative;
            margin-bottom: 10px;
            &:last-child{
                margin-bottom: 0;
            }
            a {
                color: var(--paraColor);
                display: block;
                padding-left: 22px;
                transition:var(transition);
                &:before,
                &:after{
                    position: absolute;
                    top: 8px;
                    left: 0;
                    content: "";
                    border-radius: 50%;
                }
                &:before{
                    width: 10px;
                    height: 10px;
                    background-color: var(--whiteColor);
                    border: 2px solid var(--primaryColor);
                }
                &:after{
                    top: 11px;
                    left: 3px;
                    width: 4px;
                    height: 4px;
                    background-color: var(--primaryColor);
                }
                &:hover {
                    color: var(--primaryColor);
                    padding-left: 20px;
                }
            }
        }
    }
    &.style-two{
        li{
            display: block;
            margin-bottom: 12px;
            &:last-child{
                margin: 0;
            }
            a{
                display: block;
                padding: 18px 25px 18px 20px;
                box-shadow: 0px 4px 20px rgba(79, 139, 173, 0.15);
                transition:var(--transition);
                border-radius: 5px;
                img{
                    float: right;
                    max-width: 13px;
                    position: relative;
                    top: 7px;
                }
                &.active,
                &:hover{
                    background-color: var(--primaryColor);
                    color: var(--whiteColor);
                    i{
                        color: var(--whiteColor);
                    }
                    img{
                        filter: brightness(0) invert(1);
                    }
                }
                i{
                    float: right;
                    font-size: 22px;
                    font-weight: 300;
                    line-height: 0.8;
                    position: relative;
                    color: var(--paraColor);
                    top: 2px;
                    transition:var(--transition);
                }
            }
        }
    }
}
/*-------------------------------
     Booking Form CSS
-------------------------------*/
.booking-form {
    .form-group {
        margin: 0 0 20px;
        input,
        textarea {
            width: 100%;
            background: var(--grayColor);
            border: 1px solid #EEEEEE;
            padding: 10px 15px;
            border-radius: 5px;
            font-size: 15px;
            &:focus{
                border:1px solid rgba(0, 0, 0, 0.09);
            }
        }
        input {
            height: 50px;
        }
        textarea {
            height: 120px;
            resize: none;
            padding-top: 18px;
        }
    }
}
/*-------------------------------
     Project Widget CSS
-------------------------------*/
.project-widget{
    li{
        margin-bottom: 10px;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        p{
            margin: 0 10px 0 0;
            color: var(--primaryColor);
            font-weight: 600;
        }
        a,span{
            color: var(--paraColor);
        }

        &:last-child{
            margin-bottom: 0;
        }
    }
}
.event-map{
    border-radius: 5px;
    iframe{
        border-radius: 5px;
    }
}
#quickview-modal{
    .modal-body{
        padding: 30px;
    }
    .btn_close{
        position: absolute;
        background-color: transparent;
        border: none;
        top: -2px;
        right: -2px;
        width: 40px;
        height: 40px;
        background-color: transparent;
        z-index: 99;
        i{
            color: var(--titleColor);
            text-align: center;
            display: block;
            margin: 0 auto;
            font-size: 24px;
        }
    }
}
.video-popup{
    width: 100%;
    height: 600px;
    iframe{
        width: 100%;
        height: 100%;
    }
}
/*-------------------------------
     Taglist Widget CSS
-------------------------------*/
.tag-list {
    margin-top: -12px;
    li {
        display: inline-block;
        margin: 12px 8px 0px 0px;
        a {
            display: inline-block;
            font-size: 14px;
            line-height: 16px;
            padding: 7px 20px;
            border-radius: 5px;
            color: var(--paraColor);
            background-color:var(--grayColor);
            border: 1px solid #eee;
            transition:var(transition);
            &:hover {
                background-color: var(--primaryColor);
                color: var(--whiteColor);
                border-color: transparent;
            }
        }
    }
}
/*-------------------------------
    Popular post Widget CSS
-------------------------------*/
.pp-post-item {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin: 0 0 20px;
    .pp-post-img {
        width: 85px;
        border-radius: 5px;
        img{
            border-radius: 5px;
        }
    }
    .pp-post-info {
        width: calc(100% - 100px);
        margin-left: 15px;
        position: relative;
        top: 2px;
        h6 {
            font-size: 16px;
            line-height: 1.5;
            font-weight: 700;
            margin-bottom: 0;
            a{
                color: var(--titleColor);
                &:hover{
                    color: var(--primaryColor);
                }
            }
        }
        span {
            font-size: 14px;
            font-weight: 500;
            line-height: 1;
            display: block;
            position: relative;
            color: var(--paraColor);
            margin-bottom: 12px;
        }
    }
    &:last-child {
        margin: 0;
    }
}
/*----------------------------
    FAQ  & Error CSS
------------------------------*/
.faq-wrap{
    position: relative;
    z-index: 1;
    overflow-x: hidden;
    &.style-one{
        .faq-shape-one{
            position: absolute;
            z-index: -1;
            top: 54%;
            right: 6%;
        }
        .faq-img{
            background-image: url(../img/faq-img-2.webp);
            height: 100%;
        }
        .faq-content{
            padding: 100px 0;
        }
    }
    &.style-two{
        .faq-shape-one,
        .faq-shape-two{
            position: absolute;
            z-index: -1;
        }
        .faq-shape-one{
            top: 45%;
            left:5%;
        }
        .faq-shape-two{
            top: 55%;
            right:6%;
        }
        .faq-img-wrap{
            position: relative;
            z-index: 1;
            .play-now {
                position: absolute;
                top: 50%;
                left: 50%;
                transform: translate(-50%,-50%);
                height: 92px;
                width: 92px;
                display: flex;
                flex-wrap: wrap;
                flex-direction: column;
                justify-content: center;
                background-color: var(--whiteColor);
                i{
                    font-size: 44px;
                    line-height: 0.8;
                    display: block;
                    margin: 0 auto;
                    color: #674DF3;
                    position: relative;
                    left: 2px;
                }
            }
            .play-now .ripple,
            .play-now .ripple:before,
            .play-now .ripple:after {
                height: 92px;
                width: 92px;
            }
        }
    }
}
.accordion-button:not(.collapsed) {
    background: transparent;
    box-shadow: none;
}
.accordion-button:not(.collapsed) span {
    background-color: transparent !important;
}
.accordion-button:not(.collapsed) span i.plus {
    visibility: hidden;
    opacity: 0;
}
.accordion-button:not(.collapsed) span i.minus {
    visibility: visible !important;
    opacity: 1 !important;
}
.accordion-item {
    border: none;
    margin: 0 0 15px;
    padding: 21px 30px;
    box-shadow: 0px 4px 15px rgba(79, 139, 173, 0.15);
    border-radius: 10px;
    &:last-child {
        margin: 0;
    }
    .accordion-header {
        .accordion-button {
            border-radius: 10px;
            margin: 0;
            padding: 0;
            font-size: 18px;
            line-height: 30px;
            font-weight: 700;
            border: none;
            text-align: left;
            align-items: flex-start;
            &:after {
                display: none;
            }

            &:focus {
                outline: none;
                box-shadow: none;
            }
            span {
                min-width: 25px;
                min-height: 30px;
                text-align: center;
                position: relative;
                margin-right: 14px;
                border-radius: 50%;
                transition:var(--transition);
                i {
                    position: absolute;
                    top: 0;
                    left: 0;
                    font-size: 24px;
                    font-weight: 300;
                    color:  var(--primaryColor);
                    &.minus {
                        visibility: hidden;
                        opacity: 0;
                    }

                    &.minus {
                        visibility: hidden;
                        opacity: 0;
                    }
                }
            }
        }
    }
}
.accordion-collapse {
    border: none;
}
.accordion-body {
    border-top-color: transparent;
    padding: 20px 0 0;
    p {
        margin: 0;
    }
}
.error-wrap {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.error-content {
    text-align: center;
    img{
        display: block;
        margin:0 auto 30px;
        max-width:600px;
    }
    p {
        margin: 0 auto 20px;
        max-width: 520px;
    }
}
/*-------------------------------
    Blog Details CSS
--------------------------------*/
.post-cat-title{
    margin-bottom: 30px;
}
article,
.service-details-wrap,
.terms-wrap{
    p {
        margin-bottom: 20px;
        strong,b{
            color: var(--blackColor);
        }
        a{
            color: var(--mainColor);
            &:hover{
                text-decoration: underline;
                color: var(--mainColor);
            }
        }
    }
    h1,h2,h3,h4,h5,h6{
        margin-bottom: 22px;
    }
    h1{
        font-size: 36px;
    }
    h2{
        font-size: 32px;
    }
    h3{
        font-size:28px;
    }
    h4{
        font-size: 24px;
    }
    h5{
        font-size: 20px;
    }
    h6{
        font-size: 22px;
    }
    p{
        &:last-child{
            margin-bottom: 0;
        }
    }
    .single-para{
        margin-bottom: 35px;
        &:last-child{
            margin-bottom: 0;
        }
    }
    ol{
        margin-top: 20px;
        margin-bottom: 30px;
        li{
            margin-bottom: 15px;
            color: var(--paraColor);
            padding-left: 3px;
        }
    }
    .content-feature-list{
        margin: 25px 0 25px;
        li{
            padding-left: 28px;
            position: relative;
            margin-bottom: 10px;
            font-weight: 400;
            color: var(--paraColor);
            &:last-child{
                margin-bottom: 0;
            }
            i{
                position: absolute;
                top: 0;
                left: 0;
                font-size: 20px;
                color: var(--primaryColor);
            }
        }
    }
    .single-img,
    .post-img{
        position: relative;
        margin-bottom: 30px;
        display: block;
        border-radius: 10px 10px 0 0;
        .play-now {
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%,-50%);
            height: 92px;
            width: 92px;
            display: flex;
            flex-wrap: wrap;
            flex-direction: column;
            justify-content: center;
            background-color: var(--whiteColor);
            i{
                font-size: 44px;
                line-height: 0.8;
                display: block;
                margin: 0 auto;
                color: #674DF3;
                position: relative;
                left: 2px;
            }
        }
        .play-now .ripple,
        .play-now .ripple:before,
        .play-now .ripple:after {
            height: 92px;
            width: 92px;
        }
        img{
            border-radius: 10px 10px 0 0;
        }
        .blog-cat{
            position: absolute;
            bottom: -15px;
            right: 40px;
            background-color: var(--secondaryColor);
            color: var(--whiteColor);
            padding: 3px 17px 5px;
            font-size: 15px;
            border-radius: 5px;
            transition: var(--transition);
            &:hover{
                background-color: var(--primaryColor);
            }
        }
    }
    .blog-metainfo{
        margin-bottom: 20px;
    }
}
article{
    margin-bottom: 30px;
}
.blog-details-wrap{
    .author-box{
        margin-bottom: 40px;
        box-shadow:  0px 4px 25px rgba(79, 139, 173, 0.15);
    }
}
.wp-block-quote {
    position: relative;
    padding: 30px 45px 30px 35px;
    box-shadow: 0px 4px 20px rgba(79, 139, 173, 0.15);
    margin: 30px 0 30px;
    display: flex;
    flex-wrap:wrap;
    align-items: center;
    z-index: 1;
    border-radius: 10px;
    p {
        width: calc(100% - 90px);
        font-weight: 500;
        font-size: 18px;
        margin: 0 0 0 20px;
        color: var(--blackColor);
        font-family: var(--secondaryFont);
    }
    .wp-quote-icon{
        width: 70px;
        i{
            font-size: 60px;
            color: var(--primaryColor);
        }
    }
}
.post-meta-option{
    margin-bottom: 35px;
    box-shadow: 0px 4px 20px 0px rgba(79, 139, 173, 0.13);
    padding: 17px 25px;
    border-radius: 10px;
}
.post-tag{
    ul {
        display: inline-block;
        li {
            display: inline-block;
            a {
                color: var(--paraColor);
                font-size: 16px;
                border-radius: 3px;
                &:hover {
                    color: var(--secondaryColor);
                }
            }
        }
    }
    span{
        margin-right: 10px;
        font-weight: 500;
        display: inline-block;
        width: 30px;
        height: 30px;
        text-align: center;
        border-radius: 50%;
        border: 1px solid rgba(0, 9, 44, 0.3);
        i{
            position: relative;
            margin: 0 auto;
            color: var(--secondaryColor);
            line-height: 28px;
        }
    }
}
.post-share {
    display: inline-block;
    span{
        font-weight: 400;
        color: var(--paraColor);
    }
    ul {
        display: inline-block;
        margin-left: 5px;
        position: relative;
        top: 2px;
        li{
            display: inline-block;
            margin-right: 5px;
            &:last-child{
                margin-right: 0;
            }
            a{
                display: inline-block;
                width: 30px;
                height: 30px;
                border-radius: 50%;
                background-color: transparent;
                border: 1px solid rgba(27, 31, 46, 0.30);
                box-shadow: none;
                text-align: center;
                i{
                    color: var(--primaryColor);
                    display: block;
                    margin: 0 auto;
                    line-height: 27px;
                }
                &:hover{
                    background-color: var(--primaryColor);
                    border-color: transparent;
                    i{
                        color: var(--whiteColor);
                    }
                }
            }
        }
    }
}
.author-box{
    display: flex;
    flex-wrap: wrap;
    padding: 40px 30px;
    border-radius: 10px;
    box-shadow: 0px 4px 25px rgba(79, 139, 173, 0.15);
    .author-img{
        width: 100px;
        height: 100px;
        border-radius: 50%;
        position: relative;
        top: 5px;
        img{
            border-radius: 50%;
        }
    }
    .author-info{
        width: calc(100% - 125px);
        margin-left: 25px;
        h4{
            font-size: 20px;
            line-height: 30px;
            margin: 0 0 8px;
        }
        .social-profile {
            display: inline-block;
            margin-left: 5px;
            position: relative;
            top: 2px;
            li{
                display: inline-block;
                margin-right: 5px;
                &:last-child{
                    margin-right: 0;
                }
                a{
                    display: inline-block;
                    width: 30px;
                    height: 30px;
                    border-radius: 50%;
                    background-color: transparent;
                    border: 1px solid rgba(0, 9, 44, 0.3);
                    box-shadow: none;
                    text-align: center;
                    i{
                        color: var(--primaryColor);
                        display: block;
                        margin: 0 auto;
                        line-height: 26px;
                    }
                    &:hover{
                        background-color: var(--primaryColor);
                        border-color: transparent;
                        i{
                            color: var(--whiteColor);
                        }
                    }
                }
            }
        }
    }
}
.comment-box-title{
    margin-bottom: 25px;
}
.comment-item-wrap{
    .comment-item {
        display: flex;
        flex-wrap:wrap;
        margin-bottom: 25px;
        padding: 35px 35px 30px;
        margin-bottom: 25px;
        border-radius: 10px;
        box-shadow: 0px 4px 20px rgba(79, 139, 173, 0.15);
        &.reply {
            margin-left: 40px;
        }
        &:last-child {
            margin-bottom: 0;
            border-bottom: none;
        }
        .comment-author-img {
            width: 80px;
            height: 80px;
            border-radius: 50%;
            position: relative;
            top: 4px;
            img{
                border-radius: 50%;
            }
        }
        .comment-author-wrap {
            width: calc(100% - 102px);
            margin-left: 22px;
            .comment-author-name {
                margin: 0 0 20px;
                h5 {
                    line-height: 1;
                    margin: 0 20px 0 0;
                    font-size: 18px;
                    font-weight: 600;
                    display: inline-block;
                }
                .comment-date {
                    display: block;
                    font-size: 14px;
                    font-weight: 400;
                    line-height: 1;
                    color: var(--paraColor);
                    margin-top: 8px;
                }
            }
            .comment-text {
                p {
                    margin: 0;
                }
            }
        }
    }
    .reply-btn {
        display: inline-block;
        line-height: 1;
        font-weight: 600;
        font-size: 15px;
        transition:var(--transition);
        color: var(--paraColor);
        &:hover{
            color: var(--primaryColor);
        }
    }    
}
.comment-box-title {
    h4 {
        margin-bottom: 0;
        line-height: 1;
    }
    p{
        margin-top: 10px;
        margin-bottom: 0;
    }
}
#cmt-form {
    margin-top: 40px;
    padding: 30px;
    box-shadow: 0px 4px 25px rgba(79, 139, 173, 0.15);
    h3{
        font-size: 24px;
        margin: 0 0 10px;
    }
}
/*---------------------------------------
        Sign In CSS
----------------------------------------*/
.login-header {
    margin: 0 0 15px;
    h3 {
        font-size: 24px;
        line-height: 32px;
        margin-bottom: 0;
    }
}
.login-form-wrap {
    padding: 25px;
    margin-bottom: 25px;
    box-shadow:0px 4px 25px rgba(79, 139, 173, 0.15);
    border-radius: 10px;
     h3{
        font-size: 18px;
        line-height: 22px;
        margin: 0 0 15px;
     }
     p{
        a{
            color: var(--primaryColor);
        }
     }
    .login-form {
        .form-group {
            margin: 0 0 20px;
            input {
                background: var(--grayColor);
                border:1px solid #EEE;
                width: 100%;
                height: 50px;
                padding: 10px 15px;
                border-radius: 0;
            }
        }
    }
    .or-text {
        display: block;
        text-align: center;
        position: relative;
        z-index: 1;
        &:before {
            position: absolute;
            top: 50%;
            left: 0;
            content: "";
            width: 100%;
            height: 1px;
            background-color: rgba(0, 0, 0, 0.1);
            z-index: -1;
        }
        span {
            display: inline-block;
            padding: 0 15px;
            z-index: 1;
            position: relative;
            color: var(--paraColor);
            background-color: var(--grayColor);
        }
       
    }
    .fb-btn,
    .gg-btn{
        margin: 20px 0;
        text-align: center;
        width: 100%;
        display: block;
        padding: 13px 10px;
        border-radius: 5px;
    }
    .fb-btn{
        color: var(--whiteColor);
        background-color: #3B5998;
        font-family: var(--secondaryFont);
        font-weight: 600;
        text-align: center;
    }
    .gg-btn{
        color: var(--whiteColor);
        background-color: #EA4335;
        font-family: var(--secondaryFont);
        font-weight: 600;
        text-align: center;
    }
}
/*-------------------------------
         Contact CSS
-------------------------------*/
.contact-card-wrap{
    border-radius: 10px;
    background: var(--whiteColor);
    box-shadow: 0px 4px 20px 0px rgba(79, 139, 173, 0.13);
    padding: 50px 30px;
    .contact-card{
        padding: 25px;
        border-radius: 10px;
        background-color: var(--grayColor);
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        margin-bottom: 25px;
        transition: var(--transition);
        &:last-child{
            margin-bottom:0;
        }
        .contact-icon{
            display: flex;
            flex-wrap: wrap;
            flex-direction: column;
            justify-content: center;
            width: 60px;
            height: 60px;
            border-radius: 50%;
            background: var(--secondaryColor);
            transition: var(--transition);
            i,img{
                color: var(--titleColor);
                display: block;
                margin: 0 auto;
                transition: var(--transition);
            }
            img{
                min-width: 20px;
                transition: var(--transition);
                filter: brightness(0) invert(0);
                transition: var(--transition);
            }
        }
        .contact-info{
            width: calc(100% - 90px);
            margin-left: 30px;
            h3{
                font-size: 20px;
                line-height: 29px;
                font-weight: 600;
                margin-bottom: 6px;
            }
            p,a{
                margin: 0;
            }
            a{
                display: block;
            }
        }
        &:hover{
            .contact-icon{
                img{
                    filter: brightness(0) invert(1);
                }
            }
        }
    }
}
#cmt-form,
#contactForm {
    box-shadow:  0px 4px 25px rgba(79, 139, 173, 0.15);
    border-radius: 10px;
    padding: 30px;
    background-color: var(--whiteColor);
    .form-group {
        margin: 0 0 20px;
        input,
        textarea {
            width: 100%;
            background: var(--grayColor);
            border:1px solid #EEE;
            padding: 10px 20px;
            border-radius: 5px;
            &:focus{
                border:1px solid rgba(0, 0, 0, 0.09);
            }
        }
        textarea {
            resize: none;
            padding-top: 18px;
        }
    }
}
#cmt-form {
    .form-group {
        input {
            height: 50px;
        }
        textarea {
            height: 150px;
        }
    }
}
#contactForm {
    .form-group {
        input {
            height: 55px;
        }
        textarea {
            height: 280px;
        }
    }
}
.comp-map{
    height: 400px;
    iframe{
        width: 100%;
        height: 100%;
    }
}
.btn.disabled {
    opacity: 1;
}
.checkbox {
    display: block;
    &.form-check{
        padding-left: 0;
    }
    input {
        padding: 0;
        height: initial;
        width: initial;
        margin-bottom: 0;
        display: none;
        cursor: pointer;
    }
    label {
        position: relative;
        cursor: pointer;
        padding-left: 20px;
        color: var(--paraColor);
        &:before {
            content: "";
            -webkit-appearance: none;
            appearance: none;
            background-color: transparent;
            border: 1px solid var(--paraColor);
            display: inline-block;
            width: 15px;
            height: 15px;
            position: absolute;
            vertical-align: middle;
            cursor: pointer;
            margin-right: 5px;
            position: absolute;
            left: 0;
            top: 5px;
        }
        a{
            color: var(--primaryColor);
            font-weight: 500;
        }
    }
    &.style2{
        label{
            &:before{
               border-radius: 50%;
               border-color: var(--primaryColor);
            }
        }
    }
}
.checkbox input:checked + label:before {
   border-color: var(--primaryColor);
}
.checkbox input:checked + label:after {
    content: "";
    display: block;
    position: absolute;
    top: 8px;
    left: 3px;
    width: 9px;
    height: 9px;
    border: none;
    background: var(--primaryColor);
}
.checkbox.style2 input:checked + label:after {
    content: "";
    display: block;
    position: absolute;
    top: 8px;
    left: 3px;
    width: 9px;
    height: 9px;
    border-radius: 50%;
    border: none;
    background: var(--primaryColor);
}