/*============================
Name:  SignNDA
Version: 1.1.0
Description:Comprehensive Collection of Legal Templates and Documents
Author: SignNDA
Version: 1.1.0
Author URI: http://sign-nda.io
============================*/
@import url('https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100..900;1,100..900&family=Mulish:ital,wght@0,200..1000;1,200..1000&display=swap');
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
a, a:hover {
  text-decoration: none;
}
body {
  font-size: 16px;
  font-family: "Jost", sans-serif;
  font-weight: 400;
  line-height: 28px;
}
body, html {
  overflow-x: hidden;
}
h1,h2,h3,h4,h5,h6 {
  font-family: "Mulish", sans-serif;
  font-weight: 700;
}
ul,ol{
  margin: 0;
  padding: 0;
}
ul li{
  list-style: none;
}
input {
  background: none;
  border: none;
  outline: none;
}
img {
  max-width: 100%;
  max-height: 100%;
  transition: all 0.4s ease-in-out;
}
:root {
  --black: #000;
  --white: #ffffff;
  --primaryColor: #027B7A;
  --headingColor: #464646;
  --textColor:#636363;
}
.sp1{
  padding: 100px 0 100px;
}
.sp2 {
  padding: 100px 0;
}
.sp3 {
  padding: 100px 0 70px;
}
.sp4 {
  padding: 60px 0 60px;
}
.sp5 {
  padding: 80px 0 80px;
}
.sp6 {
  padding: 100px 0 100px;
}
.space10 {
  height: 10px;
}
.space20 {
  height: 20px;
}
.space24 {
  height: 24px;
}
.space30 {
  height: 30px;
}
.space40 {
  height: 40px;
}
.space50 {
  height: 50px;
}
.space60 {
  height: 60px;
}
.space70 {
  height: 70px;
}
.space80 {
  height: 80px;
}
.space90 {
  height: 90px;
}
.space100 {
  height: 100px;
}
.space160 {
  height: 160px;
}
.marginsp1 {
  margin: 0 16px;
}
@keyframes animation-1 {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(10px);
  }
}
@keyframes animation-3 {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(1000deg);
  }
}
@keyframes animation-6 {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(-1000deg);
  }
}
@keyframes animation-7 {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(-1000deg);
  }
}
@keyframes animation-2 {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(10px);
  }
}
@keyframes animation-4 {
  0% {
    transform: scale(1);
    transform: translateY(10px);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes animation-5 {
  0% {
    transform: scale(1);
    margin-left: 0;
  }
  100% {
    transform: scale(1);
    margin-left: 100px;
  }
}
@keyframes animation-5 {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.1);
  }
}
.aniamtion-key-1 {
  position: relative;
  animation-name: animation-1;
  animation-duration: 2s;
  animation-iteration-count: infinite;
  animation-direction: alternate;
}

.aniamtion-key-2 {
  position: relative;
  animation-name: animation-2;
  animation-duration: 2s;
  animation-iteration-count: infinite;
  animation-direction: alternate;
}

.keyframe3 {
  position: relative;
  animation-name: animation-3;
  animation-duration: 200s;
  animation-iteration-count: infinite;
  animation-direction: alternate;
  animation-timing-function: cubic-bezier(0.59, 0.59, 1, 1);
}

.keyframe4 {
  position: relative;
  animation-name: animation-6;
  animation-duration: 200s;
  animation-iteration-count: infinite;
  animation-direction: alternate;
  animation-timing-function: cubic-bezier(0.59, 0.59, 1, 1);
}

.keyframe5 {
  position: relative;
  animation-name: animation-7;
  animation-duration: 40s;
  animation-iteration-count: infinite;
  animation-direction: alternate;
  animation-timing-function: cubic-bezier(0.59, 0.59, 1, 1);
}

.aniamtion-key-3 {
  position: relative;
  animation-name: animation-4;
  animation-duration: 2s;
  animation-iteration-count: infinite;
  animation-direction: alternate;
}

.aniamtion-key-4 {
  position: relative;
  animation-name: animation-5;
  animation-duration: 2s;
  animation-iteration-count: infinite;
  animation-direction: alternate;
}

.aniamtion-key-5 {
  position: relative;
  animation-name: animation-5;
  animation-duration: 2s;
  animation-iteration-count: infinite;
  animation-direction: alternate;
}

@keyframes ticker {
  0% {
    transform: translate3d(0, 0, 0);
    visibility: visible;
  }
  100% {
    transform: translate3d(-100%, 0, 0);
  }
}
@keyframes ticker1 {
  0% {
    transform: translate3d(0, 0, 0);
    visibility: visible;
  }
  100% {
    transform: translate3d(100%, 0, 0);
  }
}
@keyframes pulse-border {
  0% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }
  100% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
  }
}
/* ====================
  PRELOADER CSS AREA
===================== */
.se-pre-con {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 99999999999999;
  background: var(--white);
}
.outer {
  display: table;
  position: absolute;
  height: 100%;
  width: 100%;
}
.middle {
  display: table-cell;
  vertical-align: middle;
}
.inner {
  margin-left: auto;
  margin-right: auto;
  max-width: 100px;
  padding-top: 4em;
}
.Preloader-icon {
  color: #ffffff;
  height: 120px;
  margin-bottom: 40px;
  padding: 15px;
  position: relative;
  width: 120px;
}
.Preloader-icon img {
  max-width: 100%;
  margin-left: 16px;
  margin-top: 12px;
  height: 60px;
  width: 60px;
}
.Preloader-icon {
  position: relative;
  background: var(--white);
  border-radius: 50%;
}
.Preloader-icon:before, .Preloader-icon:after {
  content: "";
  position: absolute;
  left: -2px;
  top: -2px;
  background: linear-gradient(45deg, var(--primaryColor), var(--primaryColor), var(--primaryColor), var(--primaryColor), var(--white), var(--white), var(--white));
  background-size: 400%;
  width: calc(100% + 4px);
  height: calc(100% + 4px);
  z-index: -1;
  animation: steam 20s linear infinite;
  border-radius: 50%;
}

@keyframes steam {
  0% {
    background-position: 0 0;
  }
  50% {
    background-position: 400% 0;
  }
  100% {
    background-position: 0 0;
  }
}
/* ===========================
  PRELOADER CSS AREA EEND
=========================== */
/*==============================
      Progress Bar CSS Start
===============================*/
.progress-wrap {
  position: fixed;
  right: 30px;
  bottom: 30px;
  height: 56px;
  width: 56px;
  cursor: pointer;
  display: block;
  border-radius: 50px;
  box-shadow: inset 0 0 0 2px rgba(0, 0, 0, 0.1);
  z-index: 10000;
  opacity: 0;
  visibility: hidden;
  transform: translateY(15px);
  transition: all 200ms linear;
}
.progress-wrap.active-progress {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.progress-wrap::after {
  position: absolute;
  font-family: "Font Awesome 6 Free";
  content: "\f106";
  font-weight: 900;
  text-align: center;
  line-height: 56px;
  font-size: 18px;
  color: var(--primaryColor);
  left: 0;
  top: 0;
  height: 56px;
  width: 56px;
  cursor: pointer;
  display: block;
  z-index: 1;
  transition: all 200ms linear;
}
.progress-wrap:hover::after {
  opacity: 1;
}
.progress-wrap::before {
  position: absolute;
  font-family: "Font Awesome 6 Free";
  content: "\f198";
  font-weight: 900;
  text-align: center;
  line-height: 56px;
  font-size: 18px;
  opacity: 0;
  left: 0;
  top: 0;
  height: 56px;
  width: 56px;
  cursor: pointer;
  display: block;
  z-index: 2;
  transition: all 200ms linear;
}
.progress-wrap:hover::before {
  opacity: 0;
}
.progress-wrap svg path {
  fill: none;
}
.progress-wrap svg.progress-circle path {
  stroke: var(--primaryColor);
  stroke-width: 4;
  box-sizing: border-box;
  transition: all 200ms linear;
}
.progress-wrap.active-progress {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
/*==============================
      Progress Bar CSS End
===============================*/

/*-- ==== Global Title ==== --*/
.default-title{
	margin-bottom: 40px;
}
.default-title h1{
	font-size: 28px;
  font-weight: 800;
	line-height: 40px;
}
.default-title p{
	font-size: 16px;
  font-weight: 400;
  margin: 0 auto;
	width: 100%;
  line-height: 20px;
  margin-top: 15px;
}
@media only screen and (min-width: 768px) and (max-width: 991px){
	.default-title h1{
		font-size: 30px;
		font-weight: 800;
	}
	.default-title p{
		width: 50%;
	}
}
@media only screen and (min-width: 576px) and (max-width: 767px){
	.default-title h1{
		font-size: 25px;
	}
}
@media only screen and (min-width: 480px) and (max-width: 575px){
	.default-title h1{
		font-size: 25px;
	}
}
@media only screen and (min-width: 320px) and (max-width: 479px){
	.default-title h1{
		font-size: 20px;
		line-height: 30px;
		font-weight: 800;
	}
}
/*-- ==== Global Title ==== --*/

/* ==============================
          BUTTON CSS AREA
=============================== */
.default-btn {
  font-size: 16px;
  font-weight: 500;
  color: var(--white);
  background: var(--primaryColor);
  padding: 14px 24px;
  display: inline-block;
  border-radius: 4px;
  margin-top: 32px;
  position: relative;
  z-index: 1;
  transition: all 0.4s ease-in-out;
}
.default-btn svg {
  margin-left: 4px;
}
.default-btn::after {
  position: absolute;
  content: "";
  height: 0;
  width: 100%;
  left: 0;
  bottom: 0;
  transition: all 0.4s ease-in-out;
  background: var(--black);
  border-radius: 100% 100% 5px 5px;
  z-index: -1;
}
.default-btn:hover:after {
  width: 100%;
  height: 100%;
  transition: all 0.4s ease-in-out;
  border-radius: 4px;
}
.default-btn:hover {
  transform: translateY(-5px);
  color: #ffffff;
}
.default-btn2 {
  font-size: 16px;
  font-weight: 400;
  color: var(--white);
  border: 1px solid var(--white);
  padding: 10px 30px;
  display: inline-block;
  border-radius: 4px;
  margin-top: 32px;
  position: relative;
  z-index: 1;
  transition: all 0.4s ease-in-out;
  margin-left: 16px;
}
@media (max-width: 767px) {
  .default-btn2 {
    margin-left: 0;
  }
}
.default-btn2 svg {
  margin-left: 4px;
}
.default-btn2::after {
  position: absolute;
  content: "";
  height: 0;
  width: 100%;
  left: 0;
  bottom: 0;
  transition: all 0.4s ease-in-out;
  background: var(--white);
  border-radius: 100% 100% 5px 5px;
  z-index: -1;
}
.default-btn2:hover:after {
  width: 100%;
  height: 100%;
  transition: all 0.4s ease-in-out;
  border-radius: 4px;
}
.default-btn2:hover {
  transform: translateY(-5px);
  color: var(--black);
  border: 1px solid var(--white);
}
/* ==============================
          BUTTON CSS AREA
=============================== */

/* ===================================
            HEDAER CSS AREA
=================================== */
.header-area {
  position: absolute;
  width: 100%;
  z-index: 9;
  box-shadow: 0px 0px 10px #00000038;
  background: #E3F1F0;
}
.header-elements {
  display: flex;
  align-items: center;
  padding: 20px 0;
  justify-content: space-between;
}
.header-area .site-logo {
  position: relative;
  z-index: 1;
}
.header-elements ul {
  position: relative;
}
.header-elements ul li {
  display: inline-block;
  position: relative;
}
.header-area .main-menu-ex ul li {
  padding: 10px;
}
.header-area .main-menu-ex ul li a {
  transition: all 0.4s ease-in-out;
  color: var(--Text-Color);
  font-weight: 400;
}
.header-area .main-menu-ex ul li:hover > a {
  color: var(--primaryColor);
  transition: all 0.4s ease-in-out;
}
.header-area .main-menu-ex ul li a:hover {
  color: var(--primaryColor);
  transition: all 0.4s ease-in-out;
}
.header-area .main-menu-ex ul li:hover > a {
  color: var(--primaryColor);
  transition: all 0.4s ease-in-out;
}
.header-area .main-menu-ex ul li ul li {
  padding: 0;
  border-bottom: 1px solid #ededed;
}
.header-area .main-menu-ex ul li ul li:last-child{
  border:none;
}
.header-area .main-menu-ex ul li ul li a {
  display: inline-block;
  width: 100%;
  position: relative;
  z-index: 1;
  transition: all 0.4s ease-in-out;
  padding: 8px 8px 8px 0;
}
.header-area .main-menu-ex ul li ul li a:hover {
  color: var(--primaryColor);
  transition: all 0.4s ease-in-out;
  padding-left: 25px;
}
.header-area .main-menu-ex ul li ul li a:after {
  position: absolute;
  content: "";
  left: 0;
  top: 50%;
  height: 2px;
  width: 10px;
  transition: all 0.4s ease-in-out;
  z-index: -1;
  border-radius: 5px;
}
.header-area .main-menu-ex ul li ul li a:hover:after {
  background: var(--primaryColor);
  height: 2px;
  width: 10px;
  transition: all 0.4s ease-in-out;
  left: 10px;
}
.header-elements ul li:hover ul.dropdown-padding {
  visibility: visible;
  transition: all 0.5s ease-in-out;
  opacity: 1;
  z-index: 9;
  top: 50px;
  position: absolute;
}
.header-elements ul li:hover ul.mega-dropdown-ul {
  visibility: visible;
  transition: all 0.5s ease-in-out;
  opacity: 1;
  z-index: 9;
  top: 50px;
  position: absolute;
  z-index: 9;
}
.header-elements ul li ul.dropdown-padding {
  position: absolute;
  background: #fff;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 20px 30px;
  padding: 20px;
  top: 100px;
  left: 0;
  width: 250px;
  visibility: hidden;
  opacity: 0;
  transition: all 0.5s ease-in-out;
  z-index: -1;
  border-radius: 5px;
}
.header-elements ul li ul.dropdown-padding li {
  display: block;
}
.header-elements ul li a {
  font-size: 16px;
  line-height: 22px;
  color: #0B1B23;
  position: relative;
  z-index: 1;
  display: inline-block;
}
.header.sticky {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  transform: translate3d(0, 0, 0);
  z-index: 111;
  animation-name: fade-in-down;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
  z-index: 99;
}
@keyframes fade-in-down {
  0% {
    transform: translate3d(0, -50px, 0);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
.header-login-btn a{
  display: inline-block;
  background: var(--primaryColor);
  color: var(--white);
  padding: 5px 15px;
  border-radius: 5px;
  border:2px solid var(--primaryColor);
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 500;
  transition: .5s ease-in-out;
}
.header-login-btn a:hover{
  background: transparent;
  color: var(--primaryColor);
}
.header-login-btn a:first-child{
  background: transparent;
  color: var(--primaryColor);
}
.header-login-btn a:first-child:hover{
  background: var(--primaryColor);
  color: var(--white);
}
/* ============================================
              HEDAER CSS AREA ENDS
============================================ */

/*=============================================
            Mobile Menu
==============================================*/
.mobile-header-elements {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.mobile-sidebar.mobile-menu-active{
  left: 0;
  visibility: visible;
  opacity: 1;
  transition: all .3s;
}
.menu-close {
  position: absolute;
  right: 20px;
  top: 20px;
  font-size: 25px;
  color: #0B1B23;
  cursor: pointer;
}
.mobile-nav-icon {
  font-size: 18px;
  border: 1px solid;
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  color: #0B1B23;
}
.mobile-sidebar {
  position: fixed;
  height: 100%;
  width: 100%;
  background:#F6F6EC;
  z-index: 99;
  padding: 20px 30px 40px;
  left: -100%;
  top: 0;
  visibility: hidden;
  opacity: 0;
  transition: all .3s;  
}
.mobile-logo{
  width: 120px;
}
.mobile-logo a{
  font-size: 20px;
  font-weight: 700;
  color: #0B1B23;
  text-decoration: none;
}
.mobile-header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 10px 0;
  z-index: 9;
  box-shadow: 0px 0px 10px #00000038;  
}
.mobile-sidebar {
  max-height: 100%;
  overflow-y: scroll;
  background: #ECF7FF;
}
.mobile-sidebar .logosicon-area .logos img{
  width: 150px;
}
ul.mobile-nav-list {
  margin-top: 30px;
  max-height: 500px;
  overflow-y: scroll;
}
.mobile-nav li {
  position: relative;
  z-index: 2;
  border-bottom: 1px solid #d1d1d1;
}
.mobile-nav li:last-child{
  border-bottom: none;
}
.mobile-nav li a {
  font-size: 16px;
  line-height: 22px;
  color: var(--headingColor);
  padding: 10px 0;
  display: block;
  font-weight: 400;
}
li.has-children {
  position: relative;
  z-index: 2;
}
span.mobile-nav-menu-icon {
  position: absolute;
  right: 0;
  top: 0;
  height: 50px;
  width: 50px;
  text-align: center;
  line-height: 50px;
  color: #0B1B23;
}
ul.mobile-menu-sub {
  display: none;
  position: relative;
  left: 0;
  padding-left: 10px;
  transition: all .3s;
}
ul.mobile-menu-sub.sub-menu-active{
  display: block;
  position: relative;
  transition: all .3s;
}
span.submenu-button {
  position: absolute;
  width: 100%;
  height: 44px;
  top: 0;
  left: 0;
  z-index: 3;
  transition: all .3s;
}
span.submenu-button:after, span.submenu-button:before {
  position: absolute;
  content: "";
  height: 20px;
  width: 2px;
  background: var(--primaryColor);
  top: 12px;
  right: 9px;
  transition: all .3s;
}
span.submenu-button:before {
  height: 2px;
  width: 20px;
  right: 0px;
  top: 22px;
}
span.submenu-button.submenu-opened:after {
  visibility: hidden;
  opacity: 0;
}
.sub-menu{
  display: none;
  padding-left: 15px;
}
.mobile-sidebar {
  max-height: 100%;
  overflow-y: scroll;
}
.mobile-sidebar .allmobilesection h3 {
  font-size: 20px;
  line-height: 30px;
  color: var(--headingColor);
  margin-bottom: 15px;
  font-weight: 600;
  margin-top: 20px;
}
.mobile-sidebar .allmobilesection .social-links-mobile-menu ul li {
  display: inline-block;
  border:none;
}
.mobile-sidebar .allmobilesection .social-links-mobile-menu ul li a {
  height: 36px;
  width: 36px;
  text-align: center;
  display: inline-block;
  line-height: 16px;
  color: var(--primaryColor);
  border: 1px solid var(--primaryColor);
  border-radius: 50%;
  transition: all 0.4s ease-in-out;
}
.mobile-sidebar .allmobilesection .social-links-mobile-menu ul li a:hover {
  background: var(--primaryColor);
  transition: all 0.4s ease-in-out;
  color: #ffffff;
}
.slide-bar {
  width: 400px;
}
/*=============================================
            Mobile Menu End
==============================================*/
/*=============================================
          Banner Section
==============================================*/
.welcome-section-area {
  background: var(--white);
  position: relative;
  padding: 130px 0 70px;
  z-index: 1;
}
@media (max-width: 767px) {
  .welcome-section-area .welcome-element img {
    display: block;
  }
}
.welcome-header-area{
  position: relative;
}
.welcome-section-area .welcome-header-area h1 {
  font-size: 50px;
  line-height: 60px;
  font-weight: 800;
  color: var(--headingColor);
  margin-bottom: 16px;
  position: relative;
}
.welcome-section-area .welcome-header-area p {
  font-size: 18px;
  line-height: 26px;
  font-weight: 400;
  color: #3C3E4E;
}
.digital-sig-img{
  position: absolute;
  bottom: -25px;
  z-index: -1;
  right: 150px;
  width: 160px;
}
@media (max-width: 1199px){
  .welcome-section-area .welcome-header-area h1 {
    font-size: 34px;
    line-height: 45px;
  }
  .digital-sig-img {
    bottom: -15px;
    z-index: -1;
    right: 100px;
    width: 160px;
  }
}
@media (max-width: 991px){
  .welcome-section-area{
    padding: 80px 0 70px;
  }
  .welcome-section-area .welcome-header-area h1 {
    font-size: 34px;
    line-height: 45px;
  }
  .digital-sig-img {
    bottom: -10px;
    right: -20px;
    width: 160px;
    opacity: .5;
  }
  .welcome-section-area .welcome-element {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .welcome-section-area {
    padding: 70px 0 50px;
  }
  .welcome-section-area .welcome-header-area h1 {
    font-size: 34px;
    line-height: 45px;
  }
  .digital-sig-img {
    bottom: 0px;
    right: 0;
    width: 160px;
    opacity: .4;
  }
}
@media (max-width: 576px) {
  .welcome-section-area .welcome-header-area h1 {
    font-size: 28px;
    line-height: 40px;
  }
  .welcome-section-area .welcome-header-area p {
    font-size: 16px;
    line-height: 22px;
  }
  .digital-sig-img {
    bottom: 0px;
    right: 0;
    width: 130px;
    opacity: .4;
  }
}
@media (max-width: 480px) {
  .welcome-section-area .welcome-header-area h1 {
    font-size: 24px;
    line-height: 30px;
  }  
  .digital-sig-img {
    bottom: 0px;
    right: 15px;
    width: 130px;
    opacity: .4;
  }
}
@media (max-width: 320px) {
  .digital-sig-img {
    bottom: 65px;
    right: 60px;
    width: 160px;
    opacity: .4;
  }
}
/*=============================================
          Banner Section End
==============================================*/

/*=============================================
          others-section-area
==============================================*/
/* .others-section-area {
  background: #ECF7FF;
  padding: 70px 0;
}
.others-section-area .others-boxarea {
  position: relative;
}
.others-section-area .others-boxarea img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .others-section-area .others-boxarea img {
    margin-bottom: 20px;
  }
}
.others-section-area .others-boxarea .others-img1 {
  border-radius: 4px;
}
.others-section-area .others-boxarea .polygon3 {
  position: absolute;
  top: -42px;
  left: -45px;
  z-index: 1;
}
.others-section-area .others-boxarea .polygon3 img {
  height: 85px;
  width: 85px;
  -o-object-fit: cover;
     object-fit: cover;
}
.others-section-area .others-boxarea .polygon4 {
  position: absolute;
  top: -15px;
  right: -39px;
  z-index: 1;
}
.others-section-area .others-boxarea .polygon4 img {
  height: 85px;
  width: 85px;
  -o-object-fit: cover;
  object-fit: cover;
}
.others-boxarea a {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  display: block;
  padding: 60px 30px 30px;
  color: var(--white);
  background: linear-gradient(rgba(0, 0, 0, 0) 0px, rgb(2 123 122 / 70%) 70%);
  transition: .5s;
}
.others-boxarea a:hover{
  padding-bottom: 50px;
}
.others-boxarea a h3{
  text-align: center;
  font-size: 20px;
  font-weight: 500;
}
@media (max-width: 767px) {
  .others-boxarea a{
    bottom:20px;
    padding: 60px 15px 30px;
  }
}
@media(max-width:575px){
  .others-boxarea a h3{
    font-size: 18px;
  }
} */
/*=============================================
          others-section-area
==============================================*/

/*=============================================
              Features Section
==============================================*/
.features-section {
  background: #ECF7FF;
  position: relative;
  padding: 70px 0;
}
@media (max-width: 767px) {
  .features-section {
    padding: 50px 0 50px;
  }
}
.features-section .features-all-box {
  padding: 0 80px 0 0;
}
@media (max-width: 767px) {
  .features-section .features-all-box {
    padding: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .features-section .features-all-box {
    padding: 0;
  }
}
.features-section .features-all-box .features-single-box {
  background: #ffffff;
  padding: 24px;
  border-radius: 4px;
  position: relative;
  z-index: 1;
  margin-bottom: 30px;
  transition: all 0.4s ease-in-out;
  box-shadow: 0px 0px 10px #00000012;
}
.features-section .features-all-box .features-single-box:hover {
  transform: translateY(-5px);
  transition: all 0.4s ease-in-out;
}
.features-section .features-all-box .features-single-box img.elementors27 {
  position: absolute;
  top: -40px;
  left: -85px;
}
.features-section .features-all-box .features-single-box .check-icons {
  position: absolute;
}
.features-section .features-all-box .features-single-box span {
  background: var(--primaryColor);
  height: 30px;
  width: 30px;
  display: inline-block;
  text-align: center;
  line-height: 32px;
  border-radius: 50%;
  color: #ffffff;
  font-size: 16px;
  position: absolute;
}
.features-section .features-all-box .features-single-box span:after {
  position: absolute;
  content: "";
  height: 60px;
  width: 60px;
  border-radius: 50%;
  background: #E6F2F2;
  left: 0;
  top: 0;
}
.features-section .features-all-box .features-single-box h2 {
  font-size: 20px;
  font-weight: 700;
  color: #091515;
  display: inline-block;
  margin-bottom: 12px;
}
.features-section .features-all-box .features-single-box p {
  font-size: 16px;
  line-height: 22px;
  font-weight: 400;
  color:var(--textColor);
}
.features-section .features-all-box .features-single-box .features-single-content-area {
  position: relative;
  padding-left: 80px;
}
@media(max-width:480px){
  .features-section .features-all-box .features-single-box h2 {
    font-size: 18px;
    font-weight: 700;
  }
}
@media(max-width:320px){
  .features-section .features-all-box .features-single-box h2 {
    font-size: 16px;
    font-weight: 700;
  }
}
/*=============================================
            Features Section End
==============================================*/

/*==============================================
          Services Section
===============================================*/
/* .service-section-area{
  padding:0 0 70px;
}
@media (max-width: 767px) {
  .service-section-area {
    padding: 50px 0 50px;
  }
}
.service-section-area .service-header {
  margin-bottom: 60px;
}
.service-section-area .service-header h2 {
  font-size: 46px;
  line-height: 54px;
  font-weight: 500;
  color: #091515;
}
@media (max-width: 767px) {
  .service-section-area .service-header h2 {
    font-size: 32px;
    line-height: 42px;
  }
}
.service-section-area .service-boxarea {
  position: relative;
}
.service-section-area .service-boxarea:hover .service-author-area a {
  display: block;
}
.service-section-area .service-boxarea:hover .service-imges {
  overflow: hidden;
  border-radius: 5px;
}
.service-section-area .service-boxarea:hover .service-imges img {
  transform: scale(1.1);
  transition: all 0.4s ease-in-out;
  border-radius: 5px;
}
.service-section-area .service-boxarea .service-imges {
  overflow: hidden;
  border-radius: 5px;
}
.service-section-area .service-boxarea .service-imges img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 5px;
  transition: all 0.4s ease-in-out;
}
.service-section-area .service-boxarea .service-content-area {
  background: #ffffff;
  padding: 10px;
  position: absolute;
  bottom: 0;
  margin: 0 20px 24px 20px;
  border-radius: 4px;
}
.service-section-area .service-boxarea .service-content-area .service-author-area {
  display: flex;
  align-items: center;
}
.service-section-area .service-boxarea .service-content-area .service-author-area .service-icons img {
  height: 30px;
  width: 30px;
  -o-object-fit: cover;
  object-fit: cover;
}
.service-section-area .service-boxarea .service-content-area .service-author-area img {
  margin: 0 10px 0 0;
}
.service-section-area .service-boxarea .service-content-area .service-author-area a {
  font-family: "Mulish", sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
  color: var(--headingColor);
  display: inline-block;
}
.service-section-area .service-boxarea-carousel.owl-carousel.owl-loaded.owl-drag .owl-nav {
  position: absolute;
  top: -130px;
  right: 0;
}
@media (max-width: 767px) {
  .service-section-area .service-boxarea-carousel.owl-carousel.owl-loaded.owl-drag .owl-nav {
    position: relative;
    top: 30px;
    text-align: center;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .service-section-area .service-boxarea-carousel.owl-carousel.owl-loaded.owl-drag .owl-nav {
    position: relative;
    top: 30px;
    text-align: center;
  }
}
.service-section-area .service-boxarea-carousel.owl-carousel.owl-loaded.owl-drag .owl-nav button {
  height: 60px;
  width: 60px;
  text-align: center;
  display: inline-block;
  line-height: 60px;
  background: #E6F2F2;
  border-radius: 5px;
  color: #091515;
  margin: 0 10px 0 0;
  transition: all 0.4s ease-in-out;
}
.service-section-area .service-boxarea-carousel.owl-carousel.owl-loaded.owl-drag .owl-nav button:hover {
  background: var(--primaryColor);
  color: #ffffff;
  transition: all 0.4s ease-in-out;
} */
/*==============================================
          Services Section End
===============================================*/

/*==============================================
         How it's works
===============================================*/
.work-section-area{
  background:#fff;
  padding: 70px 0;
}
@media (max-width: 767px) {
  .work-section-area {
    padding: 50px 0 50px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .work-section-area {
    padding: 50px 0 50px;
  }
}
.work-section-area .work3-progress {
  margin-bottom: 60px;
}
.work-section-area .work3-progress span {
  font-family: "Outfit", sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #FF7D00;
  padding: 8px 10px;
  display: inline-block;
  margin-bottom: 24px;
  border-radius: 4px;
  line-height: 16px;
  background: rgba(255, 125, 0, 0.1);
}
.work-section-area .work3-progress h2 {
  font-family: "Playfair Display", serif;
  font-size: 40px;
  line-height: 50px;
  font-weight: #070812;
  font-weight: 500;
}
@media (max-width: 767px) {
  .work-section-area .work3-progress h2 {
    font-size: 32px;
    line-height: 42px;
  }
}
.work-section-area .work-boxarea {
  position: relative;
  transition: all 0.4s ease-in-out;
  margin-bottom: 30px;
}
.work-section-area .work-boxarea:hover .work-progress-content {
  color: var(--white);
  transform: translateY(-5px);
  transition: all 0.4s ease-in-out;
  box-shadow: 0px 0px 10px #00000038;
}
.work-section-area .work-boxarea:hover .work-progress-content h2 {
  color: var(--primaryColor);
  transition: all 0.4s ease-in-out;
}
.work-section-area .work-boxarea:hover .work-progress-content p {
  transition: all 0.4s ease-in-out;
}
.work-section-area .work-boxarea:hover .work-progress-content img {
  transition: all 0.4s ease-in-out;
}
.work-section-area .work-boxarea img.dots-line {
  position: absolute;
  top: 63px;
  right: -200px;
  width: 100%;
}
@media (max-width: 767px) {
  .work-section-area .work-boxarea img.dots-line {
    display: none;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .work-section-area .work-boxarea img.dots-line {
    display: none;
  }
}
.work-section-area .work-boxarea .laws-icon1 {
  height: 90px;
  width: 90px;
  text-align: center;
  line-height: 90px;
  background: var(--primaryColor);
  border-radius: 50%;
  position: absolute;
  left: 39%;
  top: 10px;
}
@media (max-width: 400px) {
  .work-section-area .work-boxarea .laws-icon1 {
    left: 37%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .work-section-area .work-boxarea .laws-icon1 {
    left: 37%;
  }
}
.work-section-area .work-boxarea h3 {
  font-size: 16px;
  font-weight: 700;
  color: var(--primaryColor);
  background: var(--white);
  box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.08);
  height: 32px;
  width: 32px;
  line-height: 32px;
  text-align: center;
  margin: 0 auto;
  position: absolute;
  left: 46%;
  top: 93px;
  border-radius: 50%;
}
.work-section-area .work-boxarea .work-progress-content {
  text-align: center;
  background: var(--white);
  padding: 28px 24px;
  margin-top: 60px;
  position: relative;
  transition: all 0.4s ease-in-out;
  border-radius: 4px;
  box-shadow: 0px 0px 20px #0000001a;
}
.work-section-area .work-boxarea .work-progress-content:hover {
  color: var(--primaryColor);
  transform: translateY(-5px);
  transition: all 0.4s ease-in-out;
}
.work-section-area .work-boxarea .work-progress-content:hover h2 {
  color: var(--primaryColor);
  transition: all 0.4s ease-in-out;
}
.work-section-area .work-boxarea .work-progress-content:hover p {
  transition: all 0.4s ease-in-out;
}
.work-section-area .work-boxarea .work-progress-content:hover img {
  transition: all 0.4s ease-in-out;
}
.work-section-area .work-boxarea .work-progress-content img {
  position: absolute;
  top: -25px;
  left: 150px;
  transition: all 0.4s ease-in-out;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .work-section-area .work-boxarea .work-progress-content img {
    left: 115px;
  }
}
@media (max-width: 767px) {
  .work-section-area .work-boxarea .work-progress-content img {
    left: 36%;
    right: 36%;
  }
}
.work-section-area .work-boxarea .work-progress-content h2 {
  font-size: 20px;
  line-height: 22px;
  color: var(--headingColor);
  display: inline-block;
  margin-bottom: 16px;
  font-weight: 700;
  transition: all 0.4s ease-in-out;
}
.work-section-area .work-boxarea .work-progress-content p {
  font-size: 16px;
  line-height: 24px;
  color: var(--textColor);
  font-weight: 400;
  transition: all 0.4s ease-in-out;
}
@media(max-width:480){
  .work-section-area .work-boxarea .work-progress-content h2{
    font-size: 18px;
    font-weight: 700;
  }
}
@media(max-width:320px){
  .work-section-area .work-boxarea .work-progress-content h2{
    font-size: 16px;
    font-weight: 700;
  }
}
/*==============================================
         How it's works End
===============================================*/

/*==============================================
        Testimonials Section
===============================================*/
/* .testimonial-section-area {
  padding: 70px 0;
}
@media (max-width: 767px) {
  .testimonial-section-area {
    padding: 50px 0 50px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .testimonial-section-area {
    padding: 50px 0 50px;
  }
}
.testimonial-section-area .testimonial3-header {
  margin-bottom: 60px;
}
.testimonial-section-area .testimonial3-header span {
  font-family: "Outfit", sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: var(--primaryColor);
  padding: 8px 10px;
  display: inline-block;
  border-radius: 4px;
  margin-bottom: 24px;
  background: rgba(2, 123, 122, 0.1);
  line-height: 16px;
}
.testimonial-section-area .testimonial3-header h2 {
  font-family: "Playfair Display", serif;
  font-size: 46px;
  line-height: 54px;
  font-weight: 500;
  color: #091515;
}
@media (max-width: 767px) {
  .testimonial-section-area .testimonial3-header h2 {
    font-size: 32px;
    line-height: 42px;
  }
}
.testimonial-section-area .testiomnial-img3 {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.testimonial-section-area .slider-galeria-thumbs.text-center.slick-initialized.slick-slider.slick-vertical {
  position: relative;
  left: 50px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .testimonial-section-area .slider-galeria-thumbs.text-center.slick-initialized.slick-slider.slick-vertical {
    display: none;
  }
}
.testimonial-section-area .testimonial-slider-content-area {
  border-radius: 0.933px;
  background: #ffffff;
  box-shadow: 3.73171px 3.73171px 44.78049px 0px rgba(0, 0, 0, 0.09);
  padding: 40px 32px;
  margin: 8px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .testimonial-section-area .testimonial-slider-content-area {
    margin-bottom: 60px;
  }
}
.testimonial-section-area .testimonial-slider-content-area .testimonial-author-area {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .testimonial-section-area .testimonial-slider-content-area .testimonial-author-area {
    display: block;
  }
}
.testimonial-section-area .testimonial-slider-content-area .testimonial-author-area ul li {
  display: inline-block;
}
.testimonial-section-area .testimonial-slider-content-area .testimonial-author-area ul li a {
  height: 40px;
  width: 40px;
  text-align: center;
  display: inline-block;
  background: #F4F3EF;
  color: #FFBA00;
  line-height: 40px;
  border-radius: 4px;
}
.testimonial-section-area .testimonial-slider-content-area p {
  font-size: 20px;
  line-height: 26px;
  font-weight: 400;
  color: var(--textColor);
}
@media (max-width: 767px) {
  .testimonial-section-area .testimonial-slider-content-area p {
    font-size: 18px;
    line-height: 28px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .testimonial-section-area .testimonial-slider-content-area p {
    font-size: 24px;
    line-height: 34px;
  }
}
.testimonial-section-area .testimonial-slider-content-area .testimonial-man-info-area {
  display: flex;
  align-items: center;
  margin-top: 50px;
}
.testimonial-section-area .testimonial-slider-content-area .testimonial-man-info-area .mans-img img {
  height: 100px;
  width: 100px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
}
.testimonial-section-area .testimonial-slider-content-area .testimonial-man-info-area .man3-text {
  margin-left: 16px;
}
.testimonial-section-area .testimonial-slider-content-area .testimonial-man-info-area .man3-text p {
  font-size: 16px;
  font-weight: 400;
  color: var(--textColor);
  margin: 0;
  line-height: 16px;
}
.testimonial-section-area .testimonial-slider-content-area .testimonial-man-info-area .man3-text h3 {
  font-size: 20px;
  font-weight: 700;
  color: var(--primaryColor);
  display: inline-block;
  margin-bottom: 10px;
}
.testimonial-section-area .slider-galeria-thumbs {
  width: 100%;
}
.testimonial-section-area .slider-galeria-thumbs .testimonial3-sliders-img {
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .testimonial-section-area .slider-galeria-thumbs .testimonial3-sliders-img {
    text-align: center;
    position: relative;
    left: 26%;
    right: 26%;
    top: 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .testimonial-section-area .slider-galeria-thumbs .testimonial3-sliders-img {
    text-align: center;
    position: relative;
    left: 26%;
    right: 26%;
    top: 20px;
  }
}
.testimonial-section-area .slider-galeria-thumbs .testimonial3-sliders-img img {
  width: 80px;
  height: 80px;
  -o-object-fit: cover;
     object-fit: cover;
}
.testimonial-section-area .testimonial-sliders {
  margin-bottom: 100px;
  position: relative;
}
@media (max-width: 767px) {
  .testimonial-section-area .testimonial-sliders {
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .testimonial-section-area .testimonial-sliders {
    margin-bottom: 0;
  }
}
.testimonial-section-area .testimonial-sliders .testimonial-arrows {
  position: absolute;
  bottom: 45px;
  right: 268px;
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .testimonial-section-area .testimonial-sliders .testimonial-arrows {
    display: inline-block;
    position: relative;
    bottom: 0;
    margin-top: 90px;
    text-align: center;
    left: 50%;
    right: 50%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .testimonial-section-area .testimonial-sliders .testimonial-arrows {
    display: inline-block;
    position: relative;
    bottom: 0;
    margin-top: 90px;
    text-align: center;
    left: 50%;
    right: 50%;
  }
}
.testimonial-section-area .testimonial-sliders .testimonial-arrows button {
  height: 60px;
  width: 60px;
  text-align: center;
  display: inline-block;
  line-height: 60px;
  border-radius: 4px;
  background: #E6F2F2;
  transition: all 0.4s ease-in-out;
  color: var(--primaryColor);
  border: none;
  outline: none;
  margin: 0 8px 0 0;
}
.testimonial-section-area .testimonial-sliders .testimonial-arrows button:hover {
  transition: all 0.4s ease-in-out;
  background: var(--primaryColor);
  color: #ffffff;
}
@media (max-width: 767px) {
  .testimonial-section-area .testimonial-sliders .testimonial-arrows .testimonial-next-arrow {
    position: absolute;
    left: -70px;
    top: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .testimonial-section-area .testimonial-sliders .testimonial-arrows .testimonial-next-arrow {
    position: absolute;
    left: -70px;
    top: 0;
  }
}
.testimonial-section-area .testimonial-sliders .slider-galeria {
  float: left;
  width: 100%;
}
.testimonial-section-area .scetion-background {
  position: absolute;
  left: 0;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .testimonial-section-area .scetion-background {
    height: 570px;
  }
}
.testimonial-section-area .slider-galeria {
  position: relative;
  top: 60px;
}
.testimonial-section-area .slider-galeria-thumbs {
  position: relative;
  top: 60px;
}
.testimonial-section-area .testimonial3-sliders-img.slick-slide.slick-current.slick-active:after {
  position: absolute;
  content: "";
  height: 100px;
  width: 100px;
  background: var(--primaryColor);
  z-index: -1;
  top: 0;
  left: 0;
  border-radius: 50%;
}
.testimonial-section-area .testimonial3-sliders-img.slick-slide.slick-current.slick-active {
  position: relative;
}
.testimonial-section-area .slider-galeria-thumbs.text-center.slick-initialized.slick-slider.slick-vertical img {
  position: relative;
  left: 10px;
  top: 10px;
  border-radius: 50%;
} */
/*==============================================
        Testimonials Section End
===============================================*/

/*===============================================
        Home CONTACT STARTS 
===============================================*/
/* .home-contect-section-area{
  padding:30px 0 70px;
}
@media (max-width: 767px) {
  .home-contect-section-area {
    padding: 50px 0 50px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .home-contect-section-area {
    padding: 50px 0 50px;
  }
}
.home-contect-section-area .contact-from-area {
  border-radius: 4px;
  background: #ffffff;
  box-shadow: 0px 2px 48px 0px rgba(0, 0, 0, 0.09);
  padding: 32px;
  border-radius: 5px;
}
.home-contect-section-area .contact-from-area .contact4-input-area .contcat4-input input {
  width: 100%;
  border: none;
  outline: none;
  padding: 20px 16px;
  background: #F0F1F1;
  margin-top: 20px;
  border-radius: 4px;
  font-size: 18px;
  height: 56px;
}
.home-contect-section-area .contact-from-area .contact4-input-area .contcat4-input input::-moz-placeholder {
  font-size: 16px;
  color: #091515;
  font-weight: 400;
  opacity: 0.7;
}
.home-contect-section-area .contact-from-area .contact4-input-area .contcat4-input input::placeholder {
  font-size: 16px;
  color: #091515;
  font-weight: 400;
  opacity: 0.7;
}
.home-contect-section-area .contact-from-area .contact4-input-area .contcat4-input textarea {
  width: 100%;
  border: none;
  outline: none;
  padding: 20px 16px;
  background: #F0F1F1;
  margin-top: 20px;
  border-radius: 4px;
  height: 140px;
  font-size: 18px;
}
.home-contect-section-area .contact-from-area .contact4-input-area .contcat4-input textarea::-moz-placeholder {
  font-size: 16px;
  color: #091515;
  font-weight: 400;
  opacity: 0.7;
}
.home-contect-section-area .contact-from-area .contact4-input-area .contcat4-input textarea::placeholder {
  font-size: 16px;
  color: #091515;
  font-weight: 400;
  opacity: 0.7;
}
.home-contect-section-area .contact-from-area .contact4-input-area button {
  border: none;
  outline: none;
  background: var(--primaryColor);
  color: var(--white);
  border-radius: 10px;
  padding: 10px 30px;
  font-size: 16px;
  transition: all 0.4s ease-in-out;
  text-align: right !important;
  margin-top: 32px;
  font-weight: 500;
}
.home-contect-section-area .contact-from-area .contact4-input-area button:hover {
  background: #091515;
  color: var(--white);
  transition: all 0.4s ease-in-out;
  transform: translateY(-5px);
}
.home-contect-section-area .contact-from-area .contact4-input-area button svg {
  margin-left: 4px;
}
.home-contect-section-area .home-contact-header {
  padding: 0 0 0 70px;
}
@media (max-width: 767px) {
  .home-contect-section-area .home-contact-header {
    padding: 0;
    margin-top: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .home-contect-section-area .home-contact-header {
    padding: 0;
    margin-top: 30px;
  }
}
.home-contect-section-area .home-contact-header .contact-calls-area {
  background: rgba(2, 123, 122, 0.1);
  padding: 28px 32px;
  margin-top: 20px;
  border-radius: 4px;
  transition: all 0.4s ease-in-out;
}
.home-contect-section-area .home-contact-header .contact-calls-area:hover {
  transform: translateY(-5px);
  transition: all 0.4s ease-in-out;
}
.home-contect-section-area .home-contact-header .contact-calls-area .contact-calls-img {
  height: 70px;
  width: 70px;
  text-align: center;
  line-height: 70px;
  background: var(--primaryColor);
  border-radius: 50%;
  position: absolute;
}
@media (max-width: 767px) {
  .home-contect-section-area .home-contact-header .contact-calls-area .contact-calls-img {
    position: relative;
  }
}
.home-contect-section-area .home-contact-header .contact-calls-area .contact-call-content {
  padding-left: 100px;
}
@media (max-width: 767px) {
  .home-contect-section-area .home-contact-header .contact-calls-area .contact-call-content {
    padding-left: 0;
    margin-top: 20px;
  }
}
.home-contect-section-area .home-contact-header .contact-calls-area .contact-call-content p {
  margin-bottom: 10px;
  font-family: "Mulish", sans-serif;
}
.home-contect-section-area .home-contact-header .contact-calls-area .contact-call-content a {
  font-size: 24px;
  color: #091515;
  display: inline-block;
  font-weight: 500;
} */
/*===============================================
        Home CONTACT End 
===============================================*/

/*===============================================
        CTA Section Start 
===============================================*/
.cta-scetion-area {
  background: var(--primaryColor);
}
.cta-scetion-area .cta-header h2 {
  font-size: 40px;
  line-height: 50px;
  font-weight: 700;
  color: var(--white);
  margin-bottom: 18px;
}
@media (max-width: 767px) {
  .cta-scetion-area .cta-header h2 {
    font-size: 32px;
    line-height: 42px;
  }
}
.cta-scetion-area .cta-header p {
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
  color: var(--white)
}
/*===============================================
        CTA Section End 
===============================================*/

/*===============================================
        Footer Section Start
================================================*/
.footer-section-area {
  background: #ffffff;
  position: relative;
  z-index: 1;
  padding: 0;
}
.footer-section-area .footer-all-section-area {
  border-bottom: 1px solid #DFE0D8;
  padding:70px 0 30px;
}
@media (max-width: 767px) {
  .footer-section-area .footer-all-section-area {
    padding: 50px 0 50px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer-section-area .footer-all-section-area {
    padding: 50px 0 50px;
  }
}
.social-list-area{
  margin-top: 30px;
}
.footer-section-area .social-list-area ul li {
  display: inline-block;
}
.footer-section-area .social-list-area ul li a {
  height: 32px;
  width: 32px;
  line-height: 32px;
  text-align: center;
  color: #091515;
  transition: all 0.4s ease-in-out;
  background: #E6F2F2;
  display: inline-block;
  border-radius: 50%;
  font-size: 16px;
  margin: 0 3px 0 0;
}
.footer-section-area .social-list-area ul li a:hover {
  background: var(--primaryColor);
  color: #ffffff;
  transition: all 0.4s ease-in-out;
}
@media (max-width: 767px) {
  .footer-section-area .about-links-area {
    padding-left: 0;
    margin-top: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer-section-area .about-links-area {
    padding-left: 0;
  }
}
.footer-section-area .about-links-area h3 {
  font-size: 20px;
  line-height: 24px;
  font-weight: 800;
  color: var(--headingColor);
  margin-bottom: 10px;
}
.footer-section-area .about-links-area ul li {
  display: block;
  padding: 2px 0;
}
.footer-section-area .about-links-area ul li a {
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  color: var(--textColor);
  display: block;
  transition: all 0.4s ease-in-out;
}
.footer-section-area .about-links-area ul li a:hover {
  color: var(--primaryColor);
  transition: all 0.4s ease-in-out;
  padding-left: 6px;
  font-weight: 400;
}
.footer-section-area .get-links-area {
  padding-left: 65px;
}
@media (max-width: 767px) {
  .footer-section-area .get-links-area {
    padding-left: 0;
    margin-top: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer-section-area .get-links-area {
    padding-left: 0;
    margin-top: 30px;
  }
}
.footer-section-area .get-links-area h3 {
  font-size: 20px;
  line-height: 24px;
  font-weight: 800;
  color: var(--headingColor);
  margin-bottom: 4px;
}
.footer-section-area .get-links-area ul li {
  display: flex;
  margin-top: 20px;
}
.footer-section-area .get-links-area ul li img {
  margin: 0 12px 0 0;
}
.footer-section-area .get-links-area ul li a {
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  color: #5A615E;
  display: block;
  transition: all 0.4s ease-in-out;
}
.footer-section-area .footer-contact-area {
  padding-left: 65px;
}
@media (max-width: 767px) {
  .footer-section-area .footer-contact-area {
    padding-left: 0;
    margin-top: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer-section-area .footer-contact-area {
    padding-left: 0;
    margin-top: 30px;
  }
}
.footer-section-area .copyright-pera {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.footer-section-area .copyright-pera p {
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
  color: #3A3A3F;
  padding: 24px 0 32px;
}
.footer-section-area .copyright-pera a {
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
  color: #3A3A3F;
}
/*===============================================
        Footer Section End
================================================*/

/*===============================================
              Inner Welcome Section
===============================================*/
.inner-welcome-inner-section-area{
  background: #ECF7FF;
  padding: 160px 0 100px;
  position: relative;
}
.inner-welcome-inner-section-area .elementor40 {
  position: absolute;
  right: 400px;
  top: 80px;
}
.inner-welcome-inner-section-area  .welcome-inner-header {
  position: relative;
}
.inner-welcome-inner-section-area .welcome-inner-header h1 {
  color: var(--headingColor, #070812);
  text-align: center;
  font-size: 50px;
  font-style: normal;
  font-weight: 800;
  line-height: 60px;
  margin-bottom: 20px;
}
.inner-welcome-inner-section-area .welcome-inner-header a {
  color: var(--textColor, #070812);
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  transition: .5s;
}
.inner-welcome-inner-section-area .welcome-inner-header a:hover{
  color: var(--primaryColor);
}
.inner-welcome-inner-section-area .welcome-inner-header img {
  position: absolute;
  top: -20px;
  right: 40px;
}
@media (max-width: 1199px){  
  .inner-welcome-inner-section-area .welcome-inner-header img {
    right: 30px;
  }
}
@media (max-width: 991px){
  .inner-welcome-inner-section-area{
    padding: 120px 0 60px;
  }
  .inner-welcome-inner-section-area .welcome-inner-header h1{
    font-size: 40px;
    line-height: 34px;
    margin-bottom: 10px;
  }
  .inner-welcome-inner-section-area .welcome-inner-header img {
    right: 185px;
  }
  .inner-welcome-inner-section-area .welcome-inner-header a{
    font-size: 16px;
  }
}
@media (max-width: 767px){
  .inner-welcome-inner-section-area{
    padding: 110px 0 60px;
  }
  .inner-welcome-inner-section-area .welcome-inner-header h1{
    font-size: 36px;
    line-height: 34px;
    margin-bottom: 10px;
  }
  .inner-welcome-inner-section-area .welcome-inner-header a{
    font-size: 16px;
  }
  .inner-welcome-inner-section-area .welcome-inner-header img{
    display: none;
  }
}
@media (max-width: 575px){
  .inner-welcome-inner-section-area{
    padding: 110px 0 60px;
  }
  .inner-welcome-inner-section-area .welcome-inner-header h1{
    font-size: 36px;
    line-height: 34px;
    margin-bottom: 10px;
  }
  .inner-welcome-inner-section-area .welcome-inner-header a{
    font-size: 16px;
  }
}
@media (max-width: 480px){
  .inner-welcome-inner-section-area{
    padding: 100px 0 50px;
  }
  .inner-welcome-inner-section-area .welcome-inner-header h1{
    font-size: 30px;
    line-height: 30px;
    margin-bottom: 10px;
  }
  .inner-welcome-inner-section-area .welcome-inner-header a{
    font-size: 16px;
  }
}
/*===============================================
              Inner Welcome Section
===============================================*/

/*===============================================
          Pricing Section Start
=================================================*/
.pricing-area-section{
  padding: 70px 0;
}
.pricing_title_sections{
  margin-bottom: 10px;
}
.pricing_title_sections h2{
  font-size: 38px;
  line-height: 50px;
  font-weight: 800;
  color: var(--headingColor);
  padding: 0px 0px 10px 0px;
}
.pricing_title_sections .before_title{
  font-size: 20px;
  line-height: 30px;
  font-weight: 600;
  color: var(--primaryColor);
  padding: 0px 0px 10px 0px;
  text-decoration: underline;
}
.price_plan_with_tab {
  position: relative;
}
.price_plan_with_tab .tab_pricing_list {
  position: relative;
  text-align: center;
}
.price_plan_with_tab .tab_pricing_list ul {
  display: inline-block;
  padding: 0px;
  border: 0px;
  margin: 0px 0px 60px;
}
.price_plan_with_tab .tab_pricing_list ul li:first-child button {
  border-right: 0px;
  border-radius: 10px 0px 0px 10px;
}
.price_plan_with_tab .tab_pricing_list ul li {
  display: inline-block;
  border: 0px;
  padding: 0px;
  margin-right: -5px;
  position: relative;
}
.price_plan_with_tab .tab_pricing_list ul li:first-child::before {
  position: absolute;
  content: "";
  width: 1px;
  background: var(--primaryColor);
  opacity: 0.2;
  height: 16px;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 0;
}
.price_plan_with_tab .tab_pricing_list ul li button {
  border: 1px solid #e4e7ee;
  padding: 14px 20px 10px;
  box-shadow: none;
  font-size: 16px;
  line-height: 22px;
  font-weight: 500;
  text-transform: uppercase;
  color: var(--textColor);
  background-color: transparent !important;
}
.price_plan_with_tab .tab_pricing_list ul li button.active {
  color: var(--primaryColor);
  border-bottom: 1px solid #e4e7ee;
}
.price_plan_with_tab .tab_pricing_list ul li:last-child button {
  border-left: 0px;
  border-radius: 0px 10px 10px 0px;
}
.price_plan_with_tab .row {
  --bs-gutter-x: 1.5rem !important;
}
.price_plan_box {
  position: relative;
  box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, .09);
  background: #fff;
  padding: 25px 15px 30px;
  border-radius: 10px;
}
.price_plan_box .top {
  position: relative;
  margin-bottom: 15px;
  padding-bottom: 20px;
  padding-right: 25px;
}
.price_plan_box .top::before {
  position: absolute;
  content: "";
  width: 60px;
  height: 2px;
  background: var(--primaryColor);
  bottom: 0;
  left: 0;
}
.price_plan_box .top h2 {
  font-size: 24px;
  line-height: 30px;
  font-weight: 800;
  color: var(--headingColor);
  margin-bottom:10px;
}
.price_plan_box .top p {
  margin: 0;
  line-height: 22px;
  color: var(--textColor);
}
.price_plan_box .mid {
  position: relative;
  margin-bottom: 30px;
}
.price_plan_box .mid h4 {
  font-size: 30px;
  line-height: 40px;
  font-weight: 800;
  color: var(--primaryColor);
  margin-bottom: 7px;
}
.price_plan_box .bottom {
  position: relative;
}
.price_plan_box .bottom ul {
  position: relative;
  margin: 0 0 20px;
  padding: 0;
}
.price_plan_box .bottom ul li {
  position: relative;
  list-style: none;
  padding: 10px 15px 10px 30px;
  border-radius: 5px;
  font-size: 14px;
}
.price_plan_box .bottom ul li:nth-child(2n+1) {
  background: #f0f3f9;
}
.price_plan_box .bottom ul li i {
  position: absolute;
  left: 10px;
  bottom: 0;
  top: 0;
  margin: auto;
  font-size: 16px;
  color: var(--primaryColor);
  line-height: 16px;
  height: 16px;
}
.pricing-btn{
  display: inline-block;
  padding: 0px 25px;
  border-radius: 10px 0px 10px 0px;
  background: transparent;
  color: var(--primaryColor);
  border: 1px solid var(--primaryColor);
  line-height: 56px;
  min-height: 56px;
  min-width: 160px;
  text-align: center;
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  font-weight: 400;
}
.pricing-btn:hover{
  background: var(--primaryColor);
  color: var(--white);
  border-radius: 0px 10px 0px 10px;
}
.price_plan_box.tag_enables::before {
  position: absolute;
  content: "";
  border-left: 10px solid transparent;
  border-top: 10px solid transparent;
  border-bottom: 10px solid var(--headingColor);
  border-right: 10px solid transparent;
  top: -20px;
  right: 27px;
  z-index: 0;
}
.price_plan_box .tag {
  position: absolute;
  transform: rotate(-90deg);
  background: var(--primaryColor);
  color: #fff;
  padding: 3px 16px 3px 4px;
  text-transform: uppercase;
  font-size: 13px;
  top: 9px;
  right: -18px;
}
.price_plan_box .tag::before {
  position: absolute;
  content: "";
  border-left: 10px solid transparent;
  border-top: 21px solid var(--primaryColor);
  border-bottom: 13px solid var(--primaryColor);
  border-right: 10px solid var(--primaryColor);
  bottom: 0px;
  left: -18px;
  z-index: -82;
}
@media (max-width:1199px){
  .price_plan_box{
    margin-bottom: 30px;
  }
}
@media (max-width: 480px){
  .pricing-area-section {
    padding: 30px 0;
  }
  .pricing_title_sections .before_title{
    font-size: 16px;
    font-weight: 500;
  }
  .pricing_title_sections h2 {
    font-size: 22px;
    line-height: 30px;
  }
}
/*===============================================
          Pricing Section End
=================================================*/

/*================================================
        Main Contact Us Start
=================================================*/
.contact-section-area{
  padding:70px 0;
}
.contact-submit-area{
  background: #efefef;
  box-shadow: 0px 0px 10px #00000038;
  padding: 20px 30px 35px;
  border-radius: 10px;  
  margin-right:25px;
}
.contact-submit-area .contact-inner input {
  width: 100%;
  outline: none;
  background: #ffffff;
  height: 52px;
  padding: 18px 16px;
  margin-top: 20px;
  font-size: 16px;
}
.contact-submit-area .contact-inner textarea {
  width: 100%;
  outline: none;
  background: #ffffff;
  height: 52px;
  padding: 18px 16px;
  margin-top: 20px;
  border: none;
  outline: none;
  height: 82px;
  font-size: 16px;
}
.contact-submit-area .contact-inner button {
  border: none;
  outline: none;
  background: var(--primaryColor);
  color: var(--white);
  border-radius: 10px;
  padding: 10px 30px;
  font-size: 16px;
  transition: all 0.4s ease-in-out;
  text-align: right !important;
  margin-top: 32px;
  font-weight: 500;
}
.contact-submit-area .contact-inner button:hover{
  background: #091515;
  color: var(--white);
  transition: all 0.4s ease-in-out;
  transform: translateY(-5px);
}
.contact-section-area .contact-auhtor-area .contact-widget-area {
  background: #ffffff;
  padding: 32px 24px;
  transition: all 0.4s ease-in-out;
  border-radius: 4px;
  box-shadow: 0px 0px 10px #00000014;
}
.contact-section-area .contact-auhtor-area .contact-widget-area .clock-img {
  position: absolute;
  transition: all 0.4s ease-in-out;
}
.contact-section-area .contact-auhtor-area .contact-widget-area .clock-img img {
  transition: all 0.4s ease-in-out;
}
.contact1-section-area .contact-auhtor-area .contact-widget-area .content {
  padding-left: 75px;
}
.contact-section-area .contact-auhtor-area .contact-widget-area .content h4 {
  color: var(--headingColor);
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px;
  transition: all 0.4s ease-in-out;
  margin-bottom: 16px;
}
.contact-section-area .contact-auhtor-area .contact-widget-area .content a {
  color: var(--textColor);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  transition: all 0.4s ease-in-out;
  line-height: 24px;
  display: block;
}
.contact-auhtor-area .contact-widget-area .content {
  padding-left: 75px;
}
@media(max-width:991px){
  .contact-submit-area{
    margin-right: 0;
  }
}
/*================================================
        Main Contact Us End
=================================================*/

/*================================================
              How it works Start
==================================================*/
.how-it-work-details{
  padding:50px 0;
}
.left-image-section{
  margin-right: 30px;
}
.how-it-2 .left-image-section{
  margin-left: 30px;
}
@media(max-width:767px){
  .left-image-section{
    margin-right: 0;
  }
  .how-it-2 .left-image-section{
    margin-left: 0;
  }
}
/*================================================
              How it works End
==================================================*/
/*================================================
              FAQ Area Start
================================================*/
.tp-faq-area{
	padding: 70px 0;
}
.tp-faq-img img{
	border-radius: 0 !important;
	animation: sliderShape 8s linear infinite;
}
.tp-custom-accordion .accordion-items {
	border-bottom: 1px solid #EBECF0;
	padding: 0 20px;
	position: relative;
	transition: 0.3s;
}
.tp-custom-accordion .accordion-items.tp-faq-active {
	box-shadow: 0px 20px 20px rgba(3, 4, 28, 0.08);
	border-radius: 0 0 20px 20px;
}
.tp-custom-accordion .accordion-items.boxsadow {
	box-shadow: none;
	border-radius: none;
}
.tp-custom-accordion .accordion-buttons {
	background: transparent;
	position: relative;
	width: 100%;
	font-weight: 700;
	font-size: 20px;
	line-height: 24px;
	text-align: left;
	padding: 35px 0;
  border:none;
}
@media (max-width: 767px) {
	.tp-custom-accordion .accordion-buttons {
	  	font-size: 18px;
	}
}
.tp-custom-accordion .accordion-buttons .accordion-btn {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 0;
	display: inline-block;
	width: 25px;
	height: 25px;
	border: 1px solid #C0C2C8;
	border-radius: 50%;
	transition: 0.3s;
}
.tp-custom-accordion .accordion-buttons .accordion-btn::after {
	position: absolute;
	content: "";
	width: 12px;
	height: 2px;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	background-color: #525258;
	border-radius: 2px;
}
.tp-custom-accordion .accordion-buttons .accordion-btn::before {
	position: absolute;
	content: "";
	width: 2px;
	height: 12px;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	background-color: #525258;
	border-radius: 2px;
	transition: 0.4s;
}
.tp-custom-accordion .accordion-buttons:not(.collapsed) {
	padding-bottom: 22px;
}
.tp-custom-accordion .accordion-buttons:not(.collapsed) .accordion-btn {
	border-color: var(--tp-common-black);
}
.tp-custom-accordion .accordion-buttons:not(.collapsed) .accordion-btn::before {
	transform: translate(-50%, -50%) rotate(90deg);
}
.tp-custom-accordion .accordion-body {
	padding: 0px 0 40px 0;
	font-style: normal;
	font-weight: 400;
	font-size: var(--p16);
	line-height: 24px;
	padding-right: var(--p35);
}
@media (max-width: 767px) {
	.tp-custom-accordion .accordion-body {
		font-size: 14px;
		padding-right: 0;
	}
}
@media(max-width:991px){
  .tp-faq-area .default-title p{
    margin: 0;
    margin-top:20px;
  }
}
@media(max-width:767px){
  .tp-faq-area{
    padding: 30px 0;
  }
}
/*================================================
              FAQ Area End
================================================*/

/*================================================
              Privacy Policy Start
=================================================*/
.sv-details-area {
  padding: 70px 0;
}
.sv-details-title-box {
  margin-bottom: 20px;
}
.sv-details-title {
  font-size: 28px;
  font-weight: 800;
  line-height: 40px;
  margin-bottom: 10px;
}
@media(max-width:767px){
  .sv-details-area {
    padding: 30px 0;
  }
}
/*================================================
              Privacy Policy End
=================================================*/

/*================================================
              Login Area Start 
=================================================*/
.login-area-start{
  height: 100vh;
  background: #ECF7FF;
  padding: 30px;
  position: relative;
}
.login-outer-holder{
  position: absolute;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  width: 90%;
}
.login-outer-box{
  background: var(--white);
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0px 0px 10px #00000038;
}
.log-frm-block{
  text-align: center;
  padding:70px 100px;
}
.login-frm-heading{
  margin-bottom: 15px;
}
.login-frm-heading img{
  width: 150px;
  margin-bottom: 30px;
}
.login-frm-heading h1{
  font-size: 20px;
  font-weight: 800;
}
.log-frm-input{
  margin-bottom:15px;
}
/* .log-frm-input label{
  font-size: 14px;
  font-weight: 400;
  color: #939393;
  margin: 0;
} */
.log-frm-input input{
  border-radius: 0;
  border: none;
  border-bottom: 1px solid #e1e1e1;
  text-align: center;
  font-size: 15px;
  color: var(--textColor);
}
.log-frm-input .form-control:focus{
  outline: none;
  box-shadow: none;
}
.log-frm-input input::placeholder {
  color: #939393;
}
.forget-pass-block{
  margin: 10px 0;
}
.forget-pass-block a{
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  color: #8b8b8b;
  transition: .5s ease-in-out;
}
.forget-pass-block a:hover{
  color: var(--primaryColor);
}
.login-btn {
  font-size: 14px;
  font-weight: 400;
  color: var(--white);
  background: var(--primaryColor);
  padding: 10px 50px;
  display: inline-block;
  border-radius: 4px;
  margin-top: 20px;
  position: relative;
  z-index: 1;
  transition: all 0.4s ease-in-out;
}
.login-btn:after {
  position: absolute;
  content: "";
  height: 0;
  width: 100%;
  left: 0;
  bottom: 0;
  transition: all 0.4s ease-in-out;
  background: var(--black);
  border-radius: 100% 100% 5px 5px;
  z-index: -1;
}
.login-btn:hover:after {
  width: 100%;
  height: 100%;
  transition: all 0.4s ease-in-out;
  border-radius: 4px;
}
.login-btn:hover {
  transform: translateY(-5px);
  color: #ffffff;
}
.others-login{
  margin-top:10px;
}
.others-log-btn{
  border: 1px solid #196897;
  font-size: 14px;
  color: #196897;
  font-weight: 400;
  padding: 5px 20px;
  margin: 0 auto;
  border-radius: 5px;
  margin-top: 10px;
  transition: .5s ease-in-out;
}
.log-image-holder{
  height: 100%;
  background-image: url('../img/login-bg.jpg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.other-link{
  margin-top:15px;
}
.other-link p{
  font-size: 14px;
  font-weight: 400;
  color: var(--textColor);
}
.other-link p a{
  color: #8b8b8b !important;
}
.other-link p a:hover{
  color: var(--primaryColor) !important;
}


@media(max-width:991px){
  .log-frm-block {
    padding: 50px 40px;
  }
  .login-area-start{
    padding: 15px;;
  }
  .login-frm-heading img {
    width: 130px;
    margin-bottom: 10px;
  }
  .log-image-holder{
    height: 250px;
  }
}
@media(max-width:480px){
  .log-frm-block {
    padding: 50px 40px 20px;
  }
  .log-image-holder{
    height: 200px;
  }
}
@media(max-width:320px){
  .log-frm-block {
    padding: 40px 20px 20px;
  }
  .log-image-holder{
    height: 150px;
  }
}