/*
Theme Name: Infotek
Author: Gramentheme
Author URI: https://themeforest.net/user/gramentheme
Description: Infotek - IT Solution & Technology HTML Template<
Version: 1.0.0
*/
/*CSS Table Of Content Ends Here*/
/* @import url("https://fonts.googleapis.com/css2?family=Kumbh+Sans:wght@100..900&amp;display=swap");
 */
:root {
  --body: #FCFEFF;
  --black: #000;
  --white: #fff;
  --theme: #085292;
  --theme2: #384BFF;
  --header: #0F0D1D;
  --text: #000;
  --text-2: #ffffffcc;
  --border: #E3E3E3;
  --border2: #242449;
  --border3: #5262FF;
  --bg: #F3F7FB;
  --bg2: #18185E;
  --bg3: #ffffff33;
  --box-shadow: 0px 4px 25px rgba(0, 0, 0, 0.06);
  --box-shadow-2: 0px 4px 25px rgba(56, 75, 255, 0.1);
  
}

.theme-btn {
  background-color: #085292;
  color: var(--white);
  display: inline-block;
    font-family: 'Montserrat', sans-serif !important;
  font-weight: 500 !important;
  font-size: 16px;
  padding: 18px 32px;
  border-radius: 50px;
  text-transform: capitalize;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  position: relative;
  z-index: 1;
  line-height: 1;
  /*box-shadow: 0 10px 5px #f3d4d4;*/
}

.theme-btn::before {
  content: "";
  background-color: #ee751d;
  width: 0;
  height: 50%;
  position: absolute;
	    border-radius: 30px 30px 0 0;
  top: 0;
  left: 0;
  -webkit-transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  z-index: -1;
}

.theme-btn::after {
  content: "";
  background-color: #ee751d;
  width: 0;
  height: 50%;
	
  position: absolute;
	    border-radius: 0 0 30px 30px;
  bottom: 0;
  right: 0;
  -webkit-transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  z-index: -1;
}

.theme-btn i {
  margin-left: 10px;
}

.theme-btn:hover {
  color: var(--white);
}

.theme-btn:hover::before,
.theme-btn:hover::after {
  width: 100%;
}

.theme-btn.hover-white::before,
.theme-btn.hover-white::after {
  background-color: #ee751d;
}

.theme-btn.hover-white:hover {
  color: var(--header);
}

.theme-btn.bg-white {
  background-color: var(--white);
  color: var(--header);
}

.theme-btn.bg-white:hover {
  color: var(--white);
}

.theme-btn.border-white {
  border: 1px solid var(--white);
  background-color: transparent;
  padding: 22px 40px;
}

.theme-btn.border-white::before,
.theme-btn.border-white::after {
  background-color: var(--white);
}

.theme-btn.border-white:hover {
  color: var(--header) !important;
}
.bgshadow{
	box-shadow: 0px 2px 12px 0px #00000014;
}
.theme-btn-2 {
    font-family: 'Montserrat', sans-serif !important;
  font-weight: 600 !important;
  font-size: 16px;
  display: inline-block;
  
  color: #085292;
  text-transform: capitalize;
}

.theme-btn-2 i {
  margin-left: 10px;
}

.theme-btn-2:hover {
  color: #ee751d;
}

#mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item>a.mega-menu-link {
	font-weight: 700 !important;
}

h1, h2, h3, h4, h5, h6, p, span, li, a, body {
    font-weight: inherit !important;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link{
	color: #000!important;
}

/* --------------------------------------------
    Template Default Fonts & Fonts Styles
 ---------------------------------------------- */
body {
  /*font-family: "Kumbh Sans", sans-serif;*/
  font-family: 'Montserrat', sans-serif !important;
  font-weight: 500 !important;
  font-size: 16px;
  /* font-weight: normal; */
  line-height: 28px;
  color: var(--text);
  background-color: var(--white);
  padding: 0;
  margin: 0;
  overflow-x: hidden;
}

ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

button {
  border: none;
  background-color: transparent;
  padding: 0;
}

input:focus {
  color: var(--white);
  outline: none;
}

input {
  color: var(--white);
}

h1,
h2,
h3,
h4,
h5,
h6 {
/*   font-family: "Kumbh Sans", sans-serif; */
  margin: 0px;
  padding: 0;
  color: var(--header);
  text-transform: none;
  transition: all 0.4s ease-in-out;
}

h1 {
  font-size: 64px;
  line-height: 112%;
}

h2 {
    font-family: 'Montserrat', sans-serif !important;
  font-weight: 700 !important;
  font-size: 48px;
  line-height: 125%;
}

h3 {
  font-size: 22px;
}

h4 {
  font-size: 20px;
  line-height: 130%;
}

h5 {
  font-size: 18px;
  font-weight: 500 !important;
}

h6 {
  font-size: 16px;
  
  line-height: 145%;
}

a {
  text-decoration: none;
  outline: none !important;
  cursor: pointer;
  color: #000;
  transition: all 0.4s ease-in-out;
}

p {
  margin: 0px;
  transition: all 0.4s ease-in-out;
}

span {
  margin: 0px;
  transition: all 0.4s ease-in-out;
}

.single-work-hero{
	padding: 0px!important;
}

.single-work-hero .breadcrumb {
   	position: relative;
    padding: 10px;
	margin-top: 0px;
}


.only-title h1{
  font-family: 'Montserrat', sans-serif !important;
  font-weight: 700 !important;
  font-size: 48px;
  line-height: 125%;
  
}
.project-details-items p br {
  display: none;
}

@media (max-width: 1199px) {
	.only-title h1{
        font-size: 34px;
    }
}
@media (max-width: 767px) {
	.wp-block-search button.wp-block-search__button.has-icon svg {
   	 	width: 30px;
    	height: 30px;
		left: -6px;
		position: relative;
	}
	.main-sidebar .single-sidebar-widget .search-widget form input {
    	padding: 10px!important;
	}

	.main-sidebar .single-sidebar-widget .search-widget form button {
    	width: 50px!important;
	}
    .only-title h1 {
        font-size: 32px;
    }
}
.about-wrapper .about-image-items {
  position: relative;
}

.about-wrapper .about-image-items .video-box {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 9;
}

.about-wrapper .about-image-items .video-box .video-buttton {
  width: 142px;
  height: 142px;
  line-height: 142px;
  text-align: center;
  border-radius: 50%;
  background-color: var(--theme);
  display: inline-block;
  z-index: 9;
  font-size: 24px;
  color: var(--white);
  position: relative;
}

.about-wrapper .about-image-items .video-box .video-buttton .text-circle {
  position: absolute;
  top: 7%;
  left: 7%;
  -webkit-animation: cir36 10s linear infinite;
  animation: cir36 10s linear infinite;
}

.about-wrapper .about-image-items .counter-shape {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 24px;
  background-color: var(--white);
  box-shadow: var(--box-shadow);
  position: absolute;
  bottom: 30px;
  left: -50px;
  z-index: 1;
}


.about-wrapper .about-image-items .counter-shape .content h3 {
  font-size: 28px;
  font-weight: bold;
}

.about-wrapper .about-image-items .about-image-1 {
  max-width: 600px;
  height: 560px;
  position: relative;
  margin-top: 49px;
}

.about-wrapper .about-image-items .about-image-1 .about-image-2 {
  position: absolute;
  bottom: -13%;
  right: -35%;
}


.about-wrapper .about-content .about-icon-items {
  margin-top: 50px;
  display: flex;
  align-items: center;
  gap: 30px;
  border-bottom: 1px solid var(--border);
  padding-bottom: 40px;
}


.about-wrapper .about-content .about-icon-items .icon-items {
  display: flex;
  align-items: center;
  gap: 25px;
}

.about-wrapper .about-content .about-icon-items .icon-items .icon {
  width: 80px;
  height: 80px;
  line-height: 80px;
  text-align: center;
  border-radius: 50%;
  background-color: #085292;
  color: var(--white);
}

.about-wrapper .about-content .about-icon-items .icon-items .content {
  flex-basis: 60%;
}

.about-wrapper .about-content .about-author {
  display: flex;
  align-items: center;
  gap: 30px;
  margin-top: 50px;
}


.about-wrapper .about-content .about-author .author-image {
  display: flex;
  align-items: center;
  gap: 15px;
}

.about-wrapper .about-content .about-author .author-image .content p {
  font-size: 14px;
  color: var(--text);
  font-weight: 500 !important;
  margin-top: -2px;
}

.about-wrapper.style-2 .about-image-items .circle-shape {
  position: absolute;
  top: 0;
  right: 25%;
  animation: cir36 10s linear infinite;
}

.about-wrapper.style-2 .about-image-items .counter-shape {
  background-color: var(--theme);
  bottom: -70px;
  left: 30px;
}

@media (max-width: 991px) {
	.cwhygms p {
		font-size: 16px!important;
		text-align: left;
	}
	.ctable-design .container td, .ctable-design .container th {
		font-size: 16px!important;
		color: #000;
	}
  .about-wrapper.style-2 .about-image-items .counter-shape {
    bottom: 20px;
  }
}

.about-wrapper.style-2 .about-image-items .counter-shape .icon {
  filter: grayscale(100%) brightness(300%);
}

.about-wrapper.style-2 .about-image-items .counter-shape .content h3 {
  color: var(--white);
  font-size: 16px;
  font-weight: 500 !important;
}

.about-wrapper.style-2 .about-image-items .counter-shape .content h3 span {
  font-size: 28px;
  font-weight: bold;
  margin-right: 5px;
}

.about-wrapper.style-2 .about-image-items .counter-shape .content p {
  font-size: 14px;
  color: var(--white);
}

.about-wrapper.style-2 .about-image-items .about-image-1 {
  max-width: 386px;
  height: 415px;
}

@media (max-width: 991px) {
  .about-wrapper.style-2 .about-image-items .about-image-1 {
    max-width: 550px;
    height: 530px;
  }
}

@media (max-width: 767px) {
  .about-wrapper.style-2 .about-image-items .about-image-1 {
    max-width: 450px;
    height: 415px;
  }
}

@media (max-width: 575px) {
  .about-wrapper.style-2 .about-image-items .about-image-1 {
    max-width: 550px;
    height: 500px;
  }
}

.about-wrapper.style-2 .about-image-items .about-image-1 .about-image-2 {
  border: 10px solid var(--white);
  box-shadow: var(--box-shadow);
  right: -40%;
}

@media (max-width: 1199px) {
  .about-wrapper.style-2 .about-image-items .about-image-1 .about-image-2 {
    right: -20%;
  }
}

@media (max-width: 575px) {
  .about-wrapper.style-2 .about-image-items .about-image-1 .about-image-2 {
    right: 0;
  }
}

.about-wrapper.style-2 .about-image-items .about-image-1::after {
  display: none;
}

.about-wrapper.style-2 .about-content .about-icon-items .icon-items .icon {
  background-color: var(--white);
  color: var(--theme);
}

.about-wrapper-2 {
  margin-bottom: -30px;
}

@media (max-width: 1399px) {
  .about-wrapper-2 {
    margin-bottom: 0;
  }
}

@media (max-width: 1199px) {
  .about-wrapper-2 {
    margin-bottom: -10px;
  }
}

.about-wrapper-2 .about-image {
  position: relative;
  z-index: 9;
}

.about-wrapper-2 .about-image .video-box {
  position: absolute;
  top: 13%;
  right: 14%;
  width: 125px;
  height: 125px;
  line-height: 125px;
  background-color: var(--white);
  border-radius: 50%;
  text-align: center;
}

@media (max-width: 767px) {
  .about-wrapper-2 .about-image .video-box {
    width: 105px;
    height: 105px;
    line-height: 105px;
  }
}

@media (max-width: 575px) {
  .about-wrapper-2 .about-image .video-box {
    width: 95px;
    height: 95px;
    line-height: 95px;
  }
}

.about-wrapper-2 .about-image .video-box .video-btn {
  width: 85px;
  height: 85px;
  line-height: 85px;
  font-size: 22px;
  background-color: var(--theme);
  color: var(--white);
  display: inline-block;
  text-align: center;
  border-radius: 50%;
}

@media (max-width: 767px) {
  .about-wrapper-2 .about-image .video-box .video-btn {
    width: 70px;
    height: 70px;
    line-height: 70px;
  }
}

@media (max-width: 575px) {
  .about-wrapper-2 .about-image .video-box .video-btn {
    width: 60px;
    height: 60px;
    line-height: 60px;
  }
}

.about-wrapper-2 .about-image .video-box .ripple::before,
.about-wrapper-2 .about-image .video-box .ripple::after {
  box-shadow: 0 0 0 0 rgba(56, 75, 255, 0.8);
}

.about-wrapper-2 .about-image .shape-image {
  position: absolute;
  bottom: 10%;
  left: -12%;
  z-index: -1;
}

.about-wrapper-2 .about-image .circle-shape {
  position: absolute;
  left: 55%;
  transform: translateX(-50%);
  bottom: 25px;
  z-index: -1;
}

.about-wrapper-2 .about-image img {
  width: 100%;
  height: 100%;
}

.about-wrapper-2 .about-content p {
    font-size: 18px;
    font-family: 'Montserrat', sans-serif !important;
  font-weight: 500 !important;
  /* border-bottom: 1px solid var(--border); */
  padding-bottom: 10px;
  display: inline-block;
  color: #000;
}

.about-wrapper-2 .about-content .icon-area {
  margin-top: 30px;
  display: flex;
  align-items: center;
  gap: 65px;
}

@media (max-width: 1199px) {
  .about-wrapper-2 .about-content .icon-area {
    flex-wrap: wrap;
    gap: 40px;
  }
}

@media (max-width: 767px) {
  .about-wrapper-2 .about-content .icon-area {
    gap: 30px;
  }
}

@media (max-width: 575px) {
  .about-wrapper-2 .about-content .icon-area {
    gap: 20px;
    margin-top: 20px;
  }
}

.about-wrapper-2 .about-content .icon-area .list li {
  font-weight: 500 !important;
}

.about-wrapper-2 .about-content .icon-area .list li:not(:last-child) {
  margin-bottom: 10px;
}

.about-wrapper-2 .about-content .icon-area .list li i {
  color: #085292;
  margin-right: 5px;
}

.about-wrapper-2 .about-content .icon-area .icon-items {
  display: flex;
  align-items: center;
  gap: 16px;
  background-color: var(--white);
  box-shadow: var(--box-shadow);
  padding: 28px 25px;
  border-left: 3px solid var(--theme);
}

.about-wrapper-2 .about-content .icon-area .icon-items .content h2 {
  font-size: 28px;
  margin-bottom: 5px;
}

.about-wrapper-2 .about-content .icon-area .icon-items .content span {
  color: var(--header);
}

.about-wrapper-2 .about-content .about-author {
  display: flex;
  align-items: center;
  gap: 30px;
  margin-top: 50px;
}

@media (max-width: 1199px) {
  .about-wrapper-2 .about-content .about-author {
    flex-wrap: wrap;
  }
}

@media (max-width: 767px) {
  .about-wrapper-2 .about-content .about-author {
    margin-top: 30px;
  }
}

@media (max-width: 575px) {
  .about-wrapper-2 .about-content .about-author {
    margin-top: 20px;
  }
}

.about-wrapper-2 .about-content .about-author .author-icon {
  display: flex;
  align-items: center;
  gap: 20px;
}

.about-wrapper-2 .about-content .about-author .author-icon .icon {
  width: 48px;
  height: 48px;
  line-height: 48px;
  text-align: center;
  background-color: var(--theme);
  text-align: center;
  color: var(--white);
  border-radius: 50%;
  position: relative;
}

.about-wrapper-2 .about-content .about-author .author-icon .icon::before {
  position: absolute;
  top: 50%;
  left: 50%;
  right: 0;
  bottom: 0;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  border: 1px solid var(--theme);
  content: "";
  transform: translate(-50%, -50%);
}

.about-wrapper-2 .about-content .about-author .author-icon .content h5 {
  
}

.about-wrapper-2 .about-content .about-author .author-icon .content span {
  font-size: 14px;
  
  color: var(--header);
}

.about-wrapper-2.style-2 .about-image-2 img {
  width: 100%;
  height: 100%;
  margin-top: 100px;
}


@media (max-width: 991px) {
  .about-wrapper-2.style-2 .about-content {
    margin-left: 0;
  }
}

.about-wrapper-2.style-2 .about-content .about-button {
  margin-top: 50px;
}

@media (max-width: 767px) {
  .about-wrapper-2.style-2 .about-content .about-button {
    margin-top: 35px;
  }
}

@media (max-width: 575px) {
  .about-wrapper-2.style-2 .about-content .about-button {
    margin-top: 25px;
  }
}

@-webkit-keyframes rippleOne {
  70% {
    -webkit-box-shadow: 0 0 0 40px rgba(244, 68, 56, 0);
    box-shadow: 0 0 0 40px rgba(244, 68, 56, 0);
  }

  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(244, 68, 56, 0);
    box-shadow: 0 0 0 0 rgba(244, 68, 56, 0);
  }
}

@keyframes rippleOne {
  70% {
    -webkit-box-shadow: 0 0 0 40px rgba(244, 68, 56, 0);
    box-shadow: 0 0 0 40px rgba(244, 68, 56, 0);
  }

  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(244, 68, 56, 0);
    box-shadow: 0 0 0 0 rgba(244, 68, 56, 0);
  }
}

@keyframes cir36 {
  100% {
    transform: rotate(360deg);
  }
}

@keyframes rounded {
  50% {
    transform: rotate(15deg);
  }
}

@-webkit-keyframes spinner {
  to {
    -webkit-transform: rotateZ(360deg);
    transform: rotateZ(360deg);
  }
}

@keyframes spinner {
  to {
    -webkit-transform: rotateZ(360deg);
    transform: rotateZ(360deg);
  }
}

@-webkit-keyframes letters-loading {

  0%,
  75%,
  100% {
    opacity: 0;
    transform: rotateY(-90deg);
  }

  25%,
  50% {
    opacity: 1;
    transform: rotateY(0deg);
  }
}

@keyframes letters-loading {

  0%,
  75%,
  100% {
    opacity: 0;
    transform: rotateY(-90deg);
  }

  25%,
  50% {
    opacity: 1;
    transform: rotateY(0deg);
  }
}

@keyframes loaderspin {
  0% {
    transform: translate(-50%, -50%) rotate(0deg);
  }

  100% {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}

@keyframes tpswing {
  0% {
    -webkit-transform: rotate(20deg);
    -ms-transform: rotate(20deg);
    transform: rotate(20deg);
  }

  100% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}

@keyframes width {
  0% {
    width: 0%;
  }

  100% {
    width: 100%;
  }
}

@-webkit-keyframes width {
  0% {
    width: 0%;
  }

  100% {
    width: 100%;
  }
}

@-webkit-keyframes loaderspin {
  0% {
    transform: translate(-50%, -50%) rotate(0deg);
  }

  100% {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}

@keyframes loaderpulse {
  0% {
    transform: scale(1);
  }

  100% {
    transform: scale(1.2);
  }
}

@keyframes rounded {
  50% {
    transform: rotate(20deg);
  }
}

@keyframes cir36 {
  100% {
    transform: rotate(360deg);
  }
}

.float-bob-y {
  -webkit-animation-name: float-bob-y;
  animation-name: float-bob-y;
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}

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

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

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

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

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

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

@keyframes shine {
  from {
    -webkit-mask-position: 150%;
  }

  to {
    -webkit-mask-position: -50%;
  }
}

@keyframes bounce-x {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

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

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

.bounce-x {
  -webkit-animation: bounce-x 7s infinite linear;
  animation: bounce-x 7s infinite linear;
}

.brand-wrapper h6 {
  font-size: 22px;
  position: relative;
  margin-bottom: 50px;
  color: var(--header);
  
}

.brand-wrapper h6::before {
  position: absolute;
  top: 15px;
  left: 35px;
  content: "";
  height: 1px;
  width: 480px;
  background-color: var(--border);
}

@media (max-width: 1399px) {
  .brand-wrapper h6::before {
    display: none;
  }
}

.brand-wrapper h6::after {
  position: absolute;
  top: 15px;
  right: 35px;
  content: "";
  height: 1px;
  width: 480px;
  background-color: var(--border);
}

@media (max-width: 1399px) {
  .brand-wrapper h6::after {
    display: none;
  }
}

.brand-wrapper .brand-image {
  text-align: center;
  filter: grayscale(100%);
  transition: all 0.4s ease-in-out;
  opacity: 0.4;
}

.brand-wrapper .brand-image:hover {
  filter: initial;
  opacity: 1;
}

.brand-wrapper .swiper-slide.swiper-slide-active .brand-image {
  filter: initial;
  opacity: 1;
}

.brand-wrapper-2 {
  margin-bottom: -10px;
}

@media (max-width: 1199px) {
  .brand-wrapper-2 {
    margin-top: -7px;
  }
}

.brand-wrapper-2 .brand-img {
  text-align: center;
}

.contact-form-items .form-clt span {
  color: var(--white);
  margin-bottom: 20px;
  display: inline-block;
}

.contact-form-items .form-clt input,
.contact-form-items .form-clt textarea {
  width: 100%;
  outline: none;
  border: none;
  background-color: transparent;
  border: 1px solid var(--white);
  color: var(--white);
  padding: 5px 8px;
}

@media (max-width: 767px) {

  .contact-form-items .form-clt input,
  .contact-form-items .form-clt textarea {
    padding: 14px 20px;
  }
}

@media (max-width: 575px) {

  .contact-form-items .form-clt input,
  .contact-form-items .form-clt textarea {
    padding: 12px 18px;
  }
}

.contact-form-items .form-clt input::placeholder,
.contact-form-items .form-clt textarea::placeholder {
  color: rgba(255, 255, 255, 0.7019607843);
}

.contact-form-items .form-clt textarea {
  padding-bottom: 18px;
}

.contact-wrapper {
  margin-top: -140px;
  overflow: hidden;
  position: relative;
  z-index: 9;
}

@media (max-width: 1399px) {
  .contact-wrapper {
    margin-top: -185px;
  }
}

@media (max-width: 1199px) {
  .contact-wrapper {
    margin-top: -130px;
  }
}

@media (max-width: 991px) {
  .contact-wrapper {
    margin-top: 0;
  }
}

.contact-wrapper .arrow-shape {
  position: absolute;
  bottom: 0;
  right: 0;
}

.contact-wrapper::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: #085292;
  z-index: -1;
  top: 20%;
}

@media (max-width: 1199px) {
  .contact-wrapper::before {
    top: 15%;
  }
}

@media (max-width: 991px) {
  .contact-wrapper::before {
    top: initial;
  }
}

.contact-wrapper .contact-image {
  height: 725px;
  position: absolute;
  bottom: 0;
  left: 160px;
}

@media (max-width: 1199px) {
  .contact-wrapper .contact-image {
    left: 20px;
    height: 590px;
  }
}

@media (max-width: 991px) {
  .contact-wrapper .contact-image {
    display: none;
  }
}

.contact-wrapper .contact-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.contact-wrapper .contact-image .cricle-shape {
  position: absolute;
  top: 24%;
  left: -81px;
  z-index: -1;
  animation: cir36 10s linear infinite;
}

.contact-wrapper .contact-image .small-cricle-shape {
  position: absolute;
  right: -30%;
  top: 7%;
  animation: cir36 10s linear infinite;
}

.contact-wrapper .contact-image .frame-shape {
  position: absolute;
  left: -99px;
  bottom: 0px;
  animation: rounded 5s linear infinite;
}

.contact-content p{
	width:50%;
	font-size: 18px;
} 
button#wpforms-submit-584{
	border-radius:50px !important;
	background:#085292;
}
.contact-wrapper .contact-content {
  padding: 0 60px 80px 0;
  margin-left: 50px;
  margin-top: 250px;
}

@media (max-width: 1199px) {
  .contact-wrapper .contact-content {
    margin-top: 210px;
  }
}

@media (max-width: 991px) {
  .contact-wrapper .contact-content {
    margin-top: 0;
    margin-left: 0;
    padding: 0;
  }
 .contact-content p{
	font-size: 16px;
 }
}

@media (max-width: 991px) {
  .contact-wrapper .contact-content {
    padding: 50px;
  }
}

@media (max-width: 767px) {
  .contact-wrapper .contact-content {
    padding: 50px 40px;
  }
 .contact-content p{
	font-size: 16px;
 }
}

@media (max-width: 575px) {
  .contact-wrapper .contact-content {
    padding: 40px 30px;
  }
  .contact-content p{
	font-size: 16px;
  }
}

.contact-info-area {
  padding-top: 100px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #242449;
}

@media (max-width: 1199px) {
  .contact-info-area {
    flex-wrap: wrap;
    gap: 40px;
    padding-top: 85px;
    justify-content: initial;
  }
}

@media (max-width: 575px) {
  .contact-info-area {
    gap: 30px;
  }
}

.contact-info-area .contact-info-items {
  display: flex;
  align-items: center;
  gap: 20px;
  justify-content: space-between;
  position: relative;
  padding-bottom: 40px;
}

@media (max-width: 1199px) {
  .contact-info-area .contact-info-items {
    flex-wrap: wrap;
    padding-bottom: 80px;
  }
}

.contact-info-area .contact-info-items:not(:last-child) {
  border-right: 1px solid #242449;
  padding-right: 100px;
  height: 110px;
}

@media (max-width: 1399px) {
  .contact-info-area .contact-info-items:not(:last-child) {
    border: none;
  }
}

@media (max-width: 1199px) {
  .contact-info-area .contact-info-items:not(:last-child) {
    border: none;
    height: initial;
    padding: 0;
  }
}

.contact-info-area .contact-info-items .icon {
  width: 65px;
  height: 65px;
  line-height: 65px;
  text-align: center;
  position: relative;
}

.contact-info-area .contact-info-items .icon::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("../img/circle-2.png");
  animation: cir36 10s linear infinite;
}

.contact-info-area .contact-info-items .content p {
  color: var(--white);
  margin-bottom: 5px;
}

.contact-info-area .contact-info-items .content h3 {
  font-size: 24px;
  color: var(--white);
}

.contact-info-area .contact-info-items .content h3 a {
  color: var(--white);
}

.contact-wrapper-2 .contact-left-items .contact-info-area-2 {
  padding: 40px;
	margin-top:60px;
	border-radius:34px;
      background: linear-gradient(99.23deg, #002B5C 0.74%, #005BC2 100%);
}

.contact-wrapper-2 .contact-left-items .contact-info-area-2 .contact-info-items {
  display: flex;
  align-items: center;
  gap: 20px;
  position: relative;
  padding-top: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

@media (max-width: 1199px) {
  .contact-wrapper-2 .contact-left-items .contact-info-area-2 .contact-info-items {
    flex-wrap: wrap;
  }
}

.contact-wrapper-2 .contact-left-items .contact-info-area-2 .contact-info-items .icon {
  width: 65px;
  height: 65px;
  line-height: 65px;
  text-align: center;
  position: relative;
}

/* .contact-wrapper-2 .contact-left-items .contact-info-area-2 .contact-info-items .icon::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("../img/circle-3.png");
  animation: cir36 10s linear infinite;
} */

.contact-wrapper-2 .contact-left-items .contact-info-area-2 .contact-info-items .content p {
  color: var(--white);
  margin-bottom: 5px;
}

.contact-wrapper-2 .contact-left-items .contact-info-area-2 .contact-info-items .content h3 {
  font-size: 18px;
  color: var(--white);
}

.contact-wrapper-2 .contact-left-items .contact-info-area-2 .contact-info-items .content h3 a {
    font-size: 18px;
    letter-spacing: 1px;
    font-family: 'Montserrat', sans-serif !important;
  font-weight: 500 !important;
    color: var(--white);
	text-transform: lowercase;
}

.contact-wrapper-2 .contact-left-items .contact-info-area-2 .contact-info-items.border-none {
  border: none !important;
}

.contact-wrapper-2 .contact-left-items .video-image {
  position: relative;
}

.contact-wrapper-2 .contact-left-items .video-image img {
  width: 100%;
  height: 100%;
}

.contact-wrapper-2 .contact-left-items .video-image .video-box {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 9;
}

.contact-wrapper-2 .contact-left-items .video-image .video-box .video-btn {
  display: inline-block;
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  border-radius: 50%;
  color: #085292;
  background-color: var(--white);
}

.contact-wrapper-2 .contact-left-items .video-image .video-box .ripple::before,
.contact-wrapper-2 .contact-left-items .video-image .video-box .ripple::after {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.8);
}

.contact-wrapper-2 .co02ntact-content {
  margin-left: 40px;
}

@media (max-width: 991px) {
  .contact-wrapper-2 .contact-content {
    margin-left: 0;
  }
}

.contact-wrapper-2 .contact-content h2 {
  margin-bottom: 10px;
}

.contact-wrapper-2 .contact-content .contact-form-items {
  margin-top: 30px;
}

.contact-wrapper-2 .contact-content .contact-form-items .form-clt span {
  color: var(--header);
  
  text-transform: capitalize;
}

.contact-wrapper-2 .contact-content .contact-form-items .form-clt input,
.contact-wrapper-2 .contact-content .contact-form-items .form-clt textarea {
  border: 1px solid var(--border);
  color: var(--text);
  padding: 10px 10px;
  border-radius: 5px;
}

.contact-wrapper-2 .contact-content .contact-form-items .form-clt input::placeholder,
.contact-wrapper-2 .contact-content .contact-form-items .form-clt textarea::placeholder {
  color: var(--text);
}

.contact-wrapper-2 .contact-content .contact-form-items .form-clt textarea {
  padding-bottom: 90px;
}

.map-items .googpemap iframe {
    width: 100%;
    height:670px;
}

@media (max-width: 575px) {
  .map-items .googpemap iframe {
    height: 200px;
  }
}

.cta-section {
  position: relative;
}

.cta-section::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: var(--header);
  z-index: -1;
  top: 50%;
}

.cta-wrapper {
  padding: 65px 70px;
  background: linear-gradient(270deg, #085292, transparent);
  position: relative;
  margin-top: 125px;
}

@media (max-width: 1199px) {
  .cta-wrapper {
    margin-top: 0;
  }
}

@media (max-width: 767px) {
  .cta-wrapper {
    padding: 55px;
  }
}

@media (max-width: 575px) {
  .cta-wrapper {
    padding: 45px;
  }
}

.cta-wrapper .mask-shape {
  position: absolute;
  top: 0;
  left: 21%;
}

@media (max-width: 1199px) {
  .cta-wrapper .mask-shape {
    display: none;
  }
}

.cta-wrapper .circle-shape {
  position: absolute;
  bottom: 10px;
  left: 80px;
  animation: cir36 10s linear infinite;
}

@media (max-width: 1199px) {
  .cta-wrapper .circle-shape {
    display: none;
  }
}

.cta-wrapper .cta-image {
  position: absolute;
  bottom: 0;
  left: 100px;
  height: 357px;
  max-width: 393px;
}

@media (max-width: 1399px) {
  .cta-wrapper .cta-image {
    left: 30px;
  }
}

@media (max-width: 1199px) {
  .cta-wrapper .cta-image {
    display: none;
  }
}

.cta-wrapper .cta-items {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-left: 512px;
  position: relative;
  z-index: 9;
}

@media (max-width: 1399px) {
  .cta-wrapper .cta-items {
    margin-left: 350px;
  }
}

@media (max-width: 1199px) {
  .cta-wrapper .cta-items {
    margin-left: 0;
  }
}

@media (max-width: 767px) {
  .cta-wrapper .cta-items {
    flex-wrap: wrap;
    justify-content: center;
    gap: 30px;
    text-align: center;
  }
}

@media (max-width: 575px) {
  .cta-wrapper .cta-items {
    gap: 20px;
  }
}

.cta-wrapper .cta-items h3 {
  font-size: 32px;
  font-weight: bold;
  color: var(--white);
  line-height: 156%;
}

@media (max-width: 767px) {
  .cta-wrapper .cta-items h3 {
    font-size: 28px;
  }
}

@media (max-width: 575px) {
  .cta-wrapper .cta-items h3 {
    font-size: 24px;
  }
}

.cta-banner-2 {
  position: relative;
  z-index: 9;
}

/* .cta-banner-2::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: var(--white);
  z-index: -1;
  top: 50%;
} */

.cta-banner-2 .cta-wrapper-2 {
  padding: 55px 60px;
border-radius: 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
	background: linear-gradient(99.23deg, #002B5C 0.74%, #005BC2 100%);

}

@media (max-width: 991px) {
  .cta-banner-2 .cta-wrapper-2 {
    flex-wrap: wrap;
    gap: 30px;
    justify-content: center;
  }
}

.cta-banner-2 .cta-wrapper-2 .author-icon {
  display: flex;
  align-items: center;
  gap: 20px;
  position: relative;
}

.cta-banner-2 .cta-wrapper-2 .author-icon::before {
  position: absolute;
  top: auto;
  bottom: auto;
  right: -50%;
  content: "";
  height: 85px;
  width: 14px;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("../img/bar.png");
}

@media (max-width: 1399px) {
  /* .cta-banner-2 .cta-wrapper-2 .author-icon::before {
    display: none;
  } */
  .cta-banner-2 .cta-wrapper-2 .author-icon::before {
    right: -38%;
    top: auto;
    bottom: auto;
}
}

.cta-banner-2 .cta-wrapper-2 .author-icon .icon {
  width: 48px;
  height: 48px;
  line-height: 48px;
  text-align: center;
  background-color: var(--white);
  text-align: center;
  color: #ee751d;
  border-radius: 50%;
  position: relative;
}

.cta-banner-2 .cta-wrapper-2 .author-icon .icon::before {
  position: absolute;
  top: 50%;
  left: 50%;
  right: 0;
  bottom: 0;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  border: 1px solid var(--white);
  content: "";
  transform: translate(-50%, -50%);
}

.cta-banner-2 .cta-wrapper-2 .author-icon .content h4 {
  
}

.cta-banner-2 .cta-wrapper-2 .theme-btn {
	color:#085292 !important
}

.cta-banner-2 .cta-wrapper-2 .theme-btn:hover{
	color:#fff !important
}

.cta-banner-2 .cta-wrapper-2 .author-icon .content h4 a {
    font-family: 'Montserrat', sans-serif !important;
  font-weight: 600 !important;
  color: var(--white);
}

.cta-banner-2 .cta-wrapper-2 .author-icon .content span {
    font-family: 'Montserrat', sans-serif !important;
  font-weight: 600 !important;
  font-size: 14px;
  
  color: var(--white);
  margin-bottom: 5px;
  display: inline-block;
}

.cta-banner-2 .cta-wrapper-2 h3 {
    font-family: 'Montserrat', sans-serif !important;
  font-weight: 800 !important;
  font-size: 32px;
  color: var(--white);
  line-height: 156%;
}

@media (max-width: 575px) {
  .cta-banner-2 .cta-wrapper-2 h3 {
    font-size: 26px;
  }
}

@media (max-width: 991px) {
  .cta-banner-2 .cta-wr020apper-2 h3 {
    text-align: center;
  }
  .cta-banner-2 .cta-wrapper-2 .author-icon::before {
    right: -22%;
  }
}

.faq-section {
  position: relative;
}

@media (max-width: 1199px) {
  .faq-section {
    padding-bottom: 0;
    margin-bottom: -15px;
  }
}

.faq-section .faq-shape-box {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  max-width: 847px;
  width: 100%;
  z-index: -1;
  height: 950px;
}

@media (max-width: 1199px) {
  .faq-section .faq-shape-box {
    display: none;
  }
}

.faq-section .faq-shape-box .faq-shape {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
}

.faq-section .faq-shape-box .faq-shape img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.faq-section .right-shape {
  position: absolute;
  top: 0;
  right: 0;
}

@media (max-width: 1399px) {
  .faq-section .right-shape {
    display: none;
  }
}

@media (max-width: 1199px) {
  .faq-section.style-2 {
    margin-top: -100px;
  }
}

@media (max-width: 767px) {
  .faq-section.style-2 {
    margin-top: -90px;
  }
  .cta-banner-2 .cta-wrapper-2 .author-icon::before{
    display: none;
  }
}

.faq-content .accordion-item {
  border: 0;
  background-color: var(--white);
}

.faq-content .accordion-item .accordion-header .accordion-button {
  
  color: #085292;
  letter-spacing: -0.2px;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  background-color: var(--bg);
  padding: 25px 30px 0;
  text-transform: capitalize;
  font-size: 20px;
  border: 1px solid var(--border);
  border: 1px solid transparent;
}

.faq-content .accordion-item .accordion-header .accordion-button::after {
  font-weight: 500 !important;
  transition: all 0.3s ease-in-out !important;
  background-image: url(../img/chevron-right.svg);
  color: var(--theme2);
}

.faq-content .accordion-item .accordion-header .accordion-button:not(.collapsed)::after {
  background-image: url(../img/chevron-down.svg);
  font-weight: 500 !important;
  color: var(--theme2);
  transform: rotate(0);
}

.faq-content .accordion-item .accordion-header .accordion-button.collapsed {
  background-color: transpar0ent;
  border: 1px solid var(--border);
  padding: 25px 30px;
  color: var(--header);
}

.faq-content .accordion-item .accordion-collapse .accordion-body {
  padding-right: 150px;
  padding-left: 30px;
  padding-top: 15px;
  color: var(--text);
  background-color: var(--bg);
}

@media (max-width: 1399px) {
  .faq-content .accordion-item .accordion-collapse .accordion-body {
    padding-right: 50px;
  }
}

@media (max-width: 991px) {
  .faq-content .accordion-item .accordion-collapse .accordion-body {
    padding-right: 30px;
  }
}

.faq-content.style-2 {
  margin-left: 50px;
}

@media (max-width: 1199px) {
  .faq-content.style-2 {
    margin-left: 20px;
  }
}

@media (max-width: 991px) {
  .faq-content.style-2 {
    margin-left: 0;
  }
}

.faq-content.style-3 {
  margin-top: 40px;
}

.faq-content.style-3 .accordion-item {
  border: 0;
  background-color: var(--white);
  box-shadow: var(--box-shadow);
}

.faq-content.style-3 .accordion-item .accordion-header .accordion-button {
  background-color: var(--white);
  font-size: 20px;
  border: none;
}

.faq-content.style-3 .accordion-item .accordion-collapse .accordion-body {
  background-color: var(--white);
  padding-bottom: 30px;
}

.faq-wrapper .faq-image img {
  width: 100%;
  height: 100%;
}

.achievement-section {
  margin-top: -200px;
  position: relative;
  z-index: 9;
}

.achievement-section-3 {
  background-color: var(--theme);
  position: relative;
}

.achievement-section-3 .shape-image {
  position: absolute;
  top: 0;
  right: 0;
  bottom: -50px;
}

@media (max-width: 1399px) {
  .achievement-section-3 .shape-image {
    display: none;
  }
}

.achievement-section-3 .shape-image img {
  width: 100%;
  height: 100%;
}

.achievement-wrapper {
	border-radius: 24px;
  padding: 55px 60px;
  background: linear-gradient(99.23deg, #002B5C 0.74%, #005BC2 100%);
  position: relative;
  z-index: 9;
}

@media (max-width: 1600px) {
  .achievement-wrapper {
    margin-right: 0;
    flex-wrap: wrap;
  }
}

@media (max-width: 767px) {
  .achievement-wrapper {
    padding: 50px 40px;
  }
}

@media (max-width: 575px) {
  .achievement-wrapper {
    padding: 60px 50px;
    text-align: center;
    justify-self: center;
    gap: 30px;
  }
}

.achievement-wrapper .counter-area {
  display: flex;
  align-items: center;
  gap: 100px;
}

@media (max-width: 1399px) {
  .achievement-wrapper .counter-area {
    flex-wrap: wrap;
    gap: 0px;
    justify-content: space-between;
    width: 100%;
  }
}

@media (max-width: 575px) {
  .achievement-wrapper .counter-area {
    text-align: center;
    justify-content: center;
    gap: 20px;
  }
}

.achievement-wrapper .counter-area .counter-items:not(:last-child) {
  padding-right: 45px;
}

@media (max-width: 1199px) {
  .achievement-wrapper .counter-area .counter-items:not(:last-child) {
    padding-right: 0;
    border: none;
  }
}

.achievement-wrapper .counter-area .counter-items .content {
  margin-top: 16px;
  font-family: 'Montserrat', sans-serif !important;
  font-weight: 500 !important;
	text-transform:uppercase
}

.achievement-wrapper .counter-area .counter-items .content h2 {
    font-family: 'Montserrat', sans-serif !important;
  font-weight: 600 !important;
  color: var(--white);
	font-size:32px;
}

.achievement-wrapper .counter-area .counter-items .content p {
  color: var(--white);
  margin-top: 5px;
}
.achievement-wrapper .counter-area .counter-items{
	text-align:center;
}
.achievement-wrapper.style-2 {
  background-color: initial;
  margin-right: 0;
  padding: 80px 0;
}

.achievement-wrapper.style-2 .counter-area {
  gap: 70px;
}

@media (max-width: 575px) {
  .achievement-wrapper.style-2 .counter-area {
    gap: 30px;
  }
}

.achievement-wrapper.style-2 .counter-area .counter-items:not(:last-child) {
  border-right: 2px solid rgba(243, 247, 251, 0.16);
}

@media (max-width: 1199px) {
  .achievement-wrapper.style-2 .counter-area .counter-items:not(:last-child) {
    border: none;
  }
}

.offer-section {
  position: relative;
}

.offer-section .line-shape {
  position: absolute;
  top: -13%;
  left: 0;
}

.offer-section .line-shape img {
  width: 100%;
  height: 100%;
}

.offer-section .mask-shape {
  position: absolute;
  top: 10%;
  right: -2%;
}

.offer-items {
    /* margin-top: 65px; */
    position: relative;
    /* text-align: center; */
    z-index: 9;
    /* padding: 30px 10px; */
    /* padding-top: 1px;*/
}

/* .offer-items::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  content: "";
  border: 1px solid #000;
  opacity: 0.3;
  border-radius: 8px;
  top: 0;
  z-index: -1;
} */

/* .offer-items .icon {
  width: 70px;
  height: 70px;
  line-height: 70px;
  text-align: center;
  border-radius: 50%;
  background: linear-gradient(180deg, #3C72FC -210.71%, #00060C 100%);
  margin: 0 auto;
  margin-top: -35px;
  transition: all 0.4s ease-in-out;
} */

.offer-items .content {
  margin-top: 20px;
}

.offer-items .content h5 {
  color: #000;
}

.offer-items .shape-top {
  position: absolute;
  top: 50%;
  right: 50%;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s ease-in-out;
}

.offer-items .shape-bottom {
  position: absolute;
  bottom: 50%;
  left: 50%;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s ease-in-out;
}

.offer-items:hover .shape-top {
  top: -1px;
  right: -1px;
  opacity: 1;
  visibility: visible;
}

.offer-items:hover .shape-bottom {
  position: absolute;
  bottom: -1px;
  left: -1px;
  opacity: 1;
  visibility: visible;
}

/* .offer-items:hover .icon {
  background-image: none;
  background-color: var(--theme);
  transform: rotateY(360deg);
} */

.offer-items:hover .icon svg path {
  fill: #fff;
}

.offer-items.active .shape-top {
  top: -1px;
  right: -1px;
  opacity: 1;
  visibility: visible;
}

.offer-items.active .shape-bottom {
  position: absolute;
  bottom: -1px;
  left: -1px;
  opacity: 1;
  visibility: visible;
}

.offer-items.active .icon {
  background-image: none;
  background-color: var(--theme);
  transform: rotateY(360deg);
}

.offer-items.active .icon svg path {
  fill: #fff;
}

.choose-us-section {
  position: relative;
}

.choose-us-section .choose-shape {
  position: absolute;
  top: -75px;
  bottom: 0;
  left: 0;
  max-width: 850px;
  width: 100%;
  z-index: -1;
}

@media (max-width: 1600px) {
  .choose-us-section .choose-shape {
    left: -180px;
  }
}

@media (max-width: 1399px) {
  .choose-us-section .choose-shape {
    left: -230px;
  }
}

@media (max-width: 1199px) {
  .choose-us-section .choose-shape {
    left: -300px;
    top: 0;
  }
}

@media (max-width: 991px) {
  .choose-us-section .choose-shape {
    display: none;
  }
}

.choose-us-section .bottom-shape {
  position: absolute;
  bottom: 0;
  left: 0;
}

.choose-us-section .arrow-shape-1 {
  position: absolute;
  top: -30px;
  left: -30px;
}

.choose-us-section .circle-shape {
  position: absolute;
  top: 32%;
  left: 34%;
  animation: cir36 10s linear infinite;
}

.choose-us-section .line-shape {
  position: absolute;
  bottom: 0;
  right: 0;
}

.choose-us-wrapper .choose-us-image {
  margin-bottom: -120px;
  max-width: 421px;
  margin-top: 30px;
  position: relative;
  z-index: 9;
}

@media (max-width: 991px) {
  .choose-us-wrapper .choose-us-image {
    margin-bottom: 0;
    margin-top: 0;
    text-align: center;
    max-width: 0 auto;
  }
}

.choose-us-wrapper .choose-us-image img {
  width: 100%;
  height: 100%;
}

.choose-us-wrapper .choose-content {
  position: relative;
  z-index: 9;
}

@media (max-width: 1199px) {
  .choose-us-wrapper .choose-content br {
    display: none;
  }
}

.choose-us-wrapper .choose-content .choose-list-area {
  display: flex;
  align-items: center;
  gap: 50px;
  margin-top: 30px;
}

@media (max-width: 767px) {
  .choose-us-wrapper .choose-content .choose-list-area {
    flex-wrap: wrap;
    gap: 30px;
  }
}

@media (max-width: 575px) {
  .choose-us-wrapper .choose-content .choose-list-area {
    flex-wrap: wrap;
  }
}

.choose-us-wrapper .choose-content .choose-list-area .choose-list li {
  font-weight: 500 !important;
}

.choose-us-wrapper .choose-content .choose-list-area .choose-list li:not(:last-child) {
  margin-bottom: 10px;
}

.choose-us-wrapper .choose-content .choose-list-area .choose-list li i {
  color: var(--theme);
  margin-right: 5px;
}

.choose-us-wrapper .choose-content .progress-wrap {
  margin-top: 30px;
}

.choose-us-wrapper .choose-content .progress-wrap .pro-items:not(:last-child) {
  margin-bottom: 30px;
}

.choose-us-wrapper .choose-content .progress-wrap .pro-items .pro-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
}

.choose-us-wrapper .choose-content .progress-wrap .pro-items .pro-head .title {
  font-size: 16px;
  
}

.choose-us-wrapper .choose-content .progress-wrap .pro-items .pro-head .point {
  font-size: 16px;
  
  color: var(--header);
}

.choose-us-wrapper .choose-content .progress-wrap .pro-items .progress {
  background: var(--bg);
  justify-content: flex-start;
  border-radius: 100px;
  align-items: center;
  position: relative;
  display: flex;
  height: 12px;
  width: 100%;
  border-radius: 16px;
}

.choose-us-wrapper .choose-content .progress-wrap .pro-items .progress-value {
  animation: load 3s normal forwards;
  border-radius: 0;
  background: var(--theme);
  height: 12px;
  width: 0;
  border-radius: 16px;
}

.choose-us-wrapper .choose-content .progress-wrap .pro-items .style-two {
  animation: load2 3s normal forwards;
}

.choose-us-wrapper .choose-content .progress-wrap .pro-items .style-three {
  animation: load3 3s normal forwards;
}

@keyframes load {
  0% {
    width: 0;
  }

  100% {
    width: 75%;
  }
}

@keyframes load2 {
  0% {
    width: 0;
  }

  100% {
    width: 95%;
  }
}

.work-process-items {
  margin-top: 30px;
}

.work-process-items .icon {
  width: 56px;
  height: 56px;
     line-height: 53px;
  text-align: center;
  border-radius: 50%;
  background-color:#E8F3FD;
  position: relative;
}

.work-process-items .icon .number {
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  border-radius: 50%;
  background-color: #085292;
  color: var(--white);
  position: absolute;
  top: 0;
  left: 0;
  font-weight: 400 !important;
}

.work-process-items .content {
  margin-top: 30px;
}

.work-process-items .content p {
    font-family: 'Montserrat', sans-serif !important;
  font-weight: 500 !important;
}

.work-process-items .content h4 {
    font-family: 'Montserrat', sans-serif !important;
  font-weight: 500 !important;
  margin-bottom: 5px;
  
	font-size:24px;
}

.work-process-items .content.style-2 {
  margin-top: 0;
  margin-bottom: 30px;
}

.process-work-wrapper {
  position: relative;
}

/* .process-work-wrapper .line-shape {
  position: absolute;
      top: 58%;
    left: 43.5%;
    transform: translate(-50%, -50%);
    width: 845px;
} */

.process-work-wrapper .line-shape img {
  width: 100%;
  height: 100%;
}

@media (max-width: 1399px) {
  .process-work-wrapper .line-shape {
    display: block;
  }
  .process-work-wrapper .line-shape {
    top: 50%;
}
}

.footer-widgets-wrapper {
  padding: 90px 0 120px;
  position: relative;
  z-index: 9;
}

.footer-address{
	max-width: 190px;
}

.footer-widgets-wrapper .shape-1 {
  position: absolute;
  bottom: 0;
  left: 0;
}

.footer-widgets-wrapper .shape-2 {
  position: absolute;
  top: 0;
  right: 0;
}

@media (max-width: 1199px) {
  .footer-widgets-wrapper {
    padding: 60px 0 90px;
  }
}

@media (max-width: 991px) {
  .footer-widgets-wrapper {
    padding: 50px 0 70px;
  }
}

.footer-widgets-wrapper .single-footer-widget {
  margin-top: 30px;
}

.footer-widgets-wrapper .single-footer-widget .widget-head {
  margin-bottom: 30px;
}

@media (max-width: 575px) {
  .footer-widgets-wrapper .single-footer-widget .widget-head {
    margin-bottom: 20px;
  }
}

.footer-widgets-wrapper .single-footer-widget .widget-head h3 {
    font-family: 'Montserrat', sans-serif !important;
  font-weight: 800 !important;

  color: var(--white);
  font-size: 24px;
  border-bottom: 1px solid var(--white);
  display: inline-block;
  padding-bottom: 20px;
}

.footer-widgets-wrapper .single-footer-widget .footer-content p {
    font-family: 'Montserrat', sans-serif !important;
  font-weight: 500 !important;
  color: var(--text-2);
}

.footer-widgets-wrapper .single-footer-widget .footer-content .social-icon {
  margin-top: 40px;
  gap: 15px;
  position: relative;
  z-index: 9;
}

@media (max-width: 575px) {
  .footer-widgets-wrapper .single-footer-widget .footer-content .social-icon {
    margin-top: 20px;
  }
}

.footer-widgets-wrapper .single-footer-widget .footer-content .social-icon a {
  width: 36px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  font-size: 16px;
  display: block;
  color: var(--white);
  transition: all 0.4s ease-in-out;
  text-align: center;
  background-color: transparent;
  border: 1px solid rgba(227, 227, 227, 0.2);
}

.footer-widgets-wrapper .single-footer-widget .footer-content .social-icon a:hover {
  background-color: #ee751d;
  color: var(--white);
  border: 1px solid transparent;
}

.footer-widgets-wrapper .single-footer-widget .footer-content .contact-info {
  margin-top: 20px;
}

.footer-widgets-wrapper .single-footer-widget .footer-content .contact-info li {
  color: var(--white);
}

.footer-widgets-wrapper .single-footer-widget .footer-content .contact-info li:not(:last-child) {
  margin-bottom: 20px;
}

.footer-widgets-wrapper .single-footer-widget .footer-content .contact-info li i {
  font-size: 16px;
  color: var(--white);
  margin-right: 10px;
  font-size: 20px;
}

.footer-widgets-wrapper .single-footer-widget .footer-content .contact-info li a {
  color: var(--white);
}

.footer-widgets-wrapper .single-footer-widget .footer-content .footer-input {
  position: relative;
  margin-top: 40px;
}

.footer-widgets-wrapper .single-footer-widget .footer-content .footer-input input {
  background: transparent;
  border: none;
  outline: none;
  padding: 18px 20px;
  width: 100%;
  border-radius: 5px;
  border: 1px solid rgba(255, 255, 255, 0.2);
}

.footer-widgets-wrapper .single-footer-widget .footer-content .footer-input input::placeholder {
  color: var(--text-2);
}

.footer-widgets-wrapper .single-footer-widget .footer-content .footer-input .newsletter-btn {
  position: absolute;
  top: 5px;
  right: 5px;
  width: 60px;
  height: 55px;
  line-height: 70px;
  border-radius: 4px;
  text-align: center;
  background-color: #085292;
  color: var(--white);
  bottom: 5px;
}

.footer-widgets-wrapper .single-footer-widget .footer-content .footer-input .newsletter-btn i {
  font-size: 32px;
}

.footer-widgets-wrapper .single-footer-widget .list-area li {
  transition: all 0.4s ease-in-out;
}

.footer-widgets-wrapper .single-footer-widget .list-area li:not(:last-child) {
  margin-bottom: 15px;
}

.footer-widgets-wrapper .single-footer-widget .list-area li a {
    font-family: 'Montserrat', sans-serif !important;
  font-weight: 500 !important;
  color: var(--text-2);
}

.footer-widgets-wrapper .single-footer-widget .list-area li a i {
  margin-right: 5px;
}

.footer-widgets-wrapper .single-footer-widget .list-area li:hover {
  margin-left: 5px;
}

.footer-widgets-wrapper .single-footer-widget .list-area li:hover a {
  color: #ee751d;
}

.footer-widgets-wrapper .single-footer-widget .recent-post-area .recent-post-items {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 25px;
}

.footer-widgets-wrapper .single-footer-widget .recent-post-area .recent-post-items .thumb {
  width: 80px;
  height: 80px;
}

.footer-widgets-wrapper .single-footer-widget .recent-post-area .recent-post-items .thumb img {
  width: 100%;
  height: 100%;
}

.footer-widgets-wrapper .single-footer-widget .recent-post-area .recent-post-items .content .post-date {
  margin-bottom: 10px;
}

.footer-widgets-wrapper .single-footer-widget .recent-post-area .recent-post-items .content .post-date li {
  color: var(--white);
}

.footer-widgets-wrapper .single-footer-widget .recent-post-area .recent-post-items .content h6 {
  font-size: 16px;
}

.footer-widgets-wrapper .single-footer-widget .recent-post-area .recent-post-items .content h6 a {
  color: var(--white);
}

.footer-widgets-wrapper .single-footer-widget .recent-post-area .recent-post-items .content h6 a:hover {
  color: var(--theme);
}

.footer-widgets-wrapper .single-footer-widget .footer-post .single-post-item {
  overflow: hidden;
}

.footer-widgets-wrapper .single-footer-widget .footer-post .single-post-item .thumb {
  width: 80px;
  height: 80px;
  float: left;
  margin-right: 20px;
}

.footer-widgets-wrapper .single-footer-widget .footer-post .single-post-item .post-content .post-date {
  color: var(--theme);
  margin-bottom: 10px;
}

.footer-widgets-wrapper .single-footer-widget .footer-post .single-post-item .post-content .post-date i {
  margin-right: 10px;
}

.footer-widgets-wrapper .single-footer-widget .footer-post .single-post-item .post-content h6 {
  font-size: 16px;
}

.footer-widgets-wrapper .single-footer-widget .footer-post .single-post-item .post-content h6 a {
  color: var(--text);
}

.footer-widgets-wrapper .single-footer-widget .footer-post .single-post-item .post-content h6 a:hover {
  color: var(--theme);
}

@media (min-width: 1200px) {
  .footer-widgets-wrapper .single-footer-widget.style-margin {
    margin-left: 0px;
  }
}

.footer-widgets-wrapper .footer-style-2 {
  background-color: rgb(15 13 29);
  margin-top: 0;
  padding: 50px 50px 50px 50px;
  position: relative;
  z-index: 9;
}

.footer-widgets-wrapper .footer-style-2 .single-footer-widget .footer-content .contact-info-area-2 {
  margin-top: 20px;
}

.footer-widgets-wrapper .footer-style-2 .single-footer-widget .footer-content .contact-info-area-2 .contact-info-item-2 {
  display: flex;
  gap: 16px;
}

.footer-widgets-wrapper .footer-style-2 .single-footer-widget .footer-content .contact-info-area-2 .contact-info-item-2 .icon {
  font-size: 24px;
  color: var(--white);
}

.footer-widgets-wrapper .footer-style-2 .single-footer-widget .footer-content .contact-info-area-2 .contact-info-item-2 .content h6 {
    font-family: 'Montserrat', sans-serif !important;
  font-weight: 600 !important;
  
  color: var(--white);
  margin-bottom: 5px;
}

.footer-widgets-wrapper .footer-style-2 .single-footer-widget .footer-content .contact-info-area-2 .contact-info-item-2 .content a {
  color: var(--text-2);
}

.footer-widgets-wrapper .footer-style-2 .single-footer-widget .footer-content .apps-image {
  gap: 16px;
  margin-top: 30px;
}

.footer-bottom {
  padding: 20px 0;
  position: relative;
  z-index: 9;
  background-color: var(--theme);
}

@media (max-width: 991px) {
  .footer-bottom .footer-wrapper {
    flex-wrap: wrap;
    gap: 0;
    justify-content: center !important;
    margin-top: 0;
}
  .footer-bottom.style-4 {
    padding: 20px 0;
  }
}

.footer-bottom .footer-wrapper p {
  color: var(--white);
}

.footer-bottom .footer-wrapper p a {
  color: var(--white);
}

.footer-bottom .footer-wrapper .footer-menu {
    font-family: 'Montserrat', sans-serif !important;
  font-weight: 500 !important;
  display: flex;
  align-items: center;
  gap: 20px;
}

.footer-bottom .footer-wrapper .footer-menu li {
  color: var(--white);
}
.footer-bottom .footer-wrapper .footer-menu li a {
  color: var(--white);
  background-image: linear-gradient(var(--white), var(--white));
  background-position: 0 95%;
  background-repeat: no-repeat;
  background-size: 0% 2px;
  display: inline-block;
  transition: all 0.4s ease-in-out;
}

.footer-bottom .footer-wrapper .footer-menu li a:hover {
  background-size: 100% 1px;
}

.footer-bottom .scroll-icon {
  position: absolute;
  left: 50%;
  top: -40px;
  transform: translateX(-50%);
  width: 70px;
  height: 70px;
  line-height: 60px;
  background-color: #085292;
  border-radius: 50%;
  text-align: center;
  color: var(--white);
  border: 5px solid var(--white);
  display: inline-block;
  z-index: 99;
}

.footer-bottom.style-2 {
  background-color: rgba(122, 135, 255, 0.15);
}

.footer-bottom.style-2 .footer-wrapper p {
  color: rgba(255, 255, 255, 0.8);
}

.footer-bottom.style-2 .footer-wrapper p a {
  color: rgba(255, 255, 255, 0.8);
}

.footer-bottom.style-2 .footer-wrapper .footer-menu li a {
  color: rgba(255, 255, 255, 0.8);
}

.footer-bottom.style-2 .scroll-icon {
  left: 93%;
}

@media (max-width: 1399px) {
  .footer-bottom.style-2 .scroll-icon {
    left: auto;
    right: 0;
  }
}

.footer-bottom.style-3 {
  background-color: initial;
  margin-top: -25px;
}

.footer-bottom.style-3 .footer-wrapper {
  background-color: rgb(6 82 147);
  /* rgba(122, 135, 255, 0.15)*/
  padding: 7px 30px;
}

@media (max-width: 991px) {
  .footer-bottom.style-3 .footer-wrapper {
    gap: 30px;
    justify-content: space-between !important;
  }
}

@media (max-width: 767px) {
  .footer-bottom.style-3 .footer-wrapper {
    justify-content: center !important;
  }
}

.footer-bottom.style-3 .footer-wrapper p {
  color: rgba(255, 255, 255, 0.8);
}

.footer-bottom.style-3 .footer-wrapper p a {
  color: rgba(255, 255, 255, 0.8);
}

.footer-bottom.style-3 .scroll-icon {
  top: 25%;
  left: 93%;
}

@media (max-width: 1399px) {
  .footer-bottom.style-3 .scroll-icon {
    left: 50%;
    top: 5%;
  }
}

@media (max-width: 767px) {
  .footer-bottom.style-3 .scroll-icon {
    left: 78%;
    top: 50%;
  }
}

@media (max-width: 575px) {
  .footer-bottom.style-3 .scroll-icon {
    left: 90%;
    top: 50%;
  }
}

.footer-bottom.style-4 {
  background-color: transparent;
  padding: 30px 0;
}

.client-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 80px;
  padding-bottom: 50px;
}

@media (max-width: 767px) {
  .client-wrapper {
    flex-wrap: wrap;
    gap: 30px;
    justify-content: center;
  }
}

.client-wrapper .client-thumb {
  display: flex;
  align-items: center;
  gap: 10px;
}

.client-wrapper .client-thumb h6 {
  color: var(--white);
}

.client-wrapper .client-thumb h6 span {
  color: var(--theme);
  margin-right: 5px;
}

.footer-section {
  position: relative;
  overflow: hidden;
}

.footer-section .shape-1 {
  position: absolute;
  bottom: 0;
  left: -5%;
}

.footer-section .shape-2 {
  position: absolute;
  bottom: 0;
  right: -3%;
  overflow: hidden;
}

.footer-section .footer-shape-4 {
  position: absolute;
  top: 0;
  left: -5%;
}

.header-top-section {
  background-color: #085292;
  padding: 10px 0;
  position: relative;
  z-index: 99;
}

@media (max-width: 991px) {
  .header-top-section {
    display: none;
  }
}

.header-top-section::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: #ee751d;
  z-index: -1;
  left: 81%;
}

@media (max-width: 1899px) {
  .header-top-section::before,
  .header-1::before {
    display: block;
  }
}

.header-top-section.top-style-2 {
  position: relative;
}

.header-top-section.top-style-2::before {
  display: none;
}

.header-top-section.top-style-2::after {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: var(--theme);
  width: 16%;
}

@media (max-width: 1899px) {
  .header-top-section.top-style-2::after {
    display: none;
  }
}

.header-top-section.top-style-3::before {
  display: none;
}

.header-top-section .container-fluid {
  padding: 0 130px;
}

@media (max-width: 1399px) {
  .header-top-section .container-fluid {
    padding: 0 50px;
  }
}

.header-top-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.header-top-wrapper .contact-list {
    font-family: 'Montserrat', sans-serif !important;
  font-weight: 500 !important;
  display: flex;
  align-items: center;
  gap: 25px;
}

.header-top-wrapper .contact-list li {
  font-size: 15px;
  color: var(--text-2);
}

.header-top-wrapper .contact-list li a {
  color: var(--text-2);
}

.header-top-wrapper .contact-list li i {
  color: var(--white);
  margin-right: 10px;
}

.header-top-wrapper .top-right {
  display: flex;
  align-items: center;
  gap: 30px;
}

.header-top-wrapper .top-right .social-icon {
  gap: 15px;
}

.header-top-wrapper .top-right .social-icon span {
    font-family: 'Montserrat', sans-serif !important;
  font-weight: 500 !important;
  color: var(--white);
  font-weight: 500 !important;
}

.header-top-wrapper .top-right .social-icon a {
  color: var(--white);
}

.header-top-wrapper .top-right .flag-wrap {
  position: relative;
  width: 160px;
}

.header-top-wrapper .top-right .flag-wrap .nice-select {
  padding: 0 0 0 60px;
  background: transparent;
  border: none;
  text-align: center;
  margin: 0 auto;
  position: relative;
  z-index: 999;
  border: none !important;
  padding-bottom: 0 !important;
}

.header-top-wrapper .top-right .flag-wrap .nice-select::after {
  right: 23px;
  border-bottom: 2px solid transparent;
  border-right: 2px solid transparent;
  width: 10px;
  height: 10px;
  top: 15px;
  border-bottom: 2px solid transparent;
  border-color: var(--theme);
  border-right: 2px solid theme-color;
}

.header-top-wrapper .top-right .flag-wrap .nice-select span {
  font-size: 16px;
  font-weight: 500 !important;
  text-transform: capitalize;
  color: var(--white);
}

.header-top-wrapper .top-right .flag-wrap .flag {
  position: absolute;
  top: 0;
  left: 15px;
  z-index: 1;
}

@media (max-width: 767px) {
  .header-top-wrapper .top-right .flag-wrap .flag {
    display: none;
  }
}

.header-top-wrapper .top-right .flag-wrap .flag img {
  width: 100%;
  height: 100%;
  border: 4px solid var(--white);
  border-radius: 50%;
}

.header-top-wrapper.style-2 {
  margin-left: 250px;
}

@media (max-width: 1899px) {
  .header-top-wrapper.style-2 {
    margin-left: 0;
  }
}

.header-section-2 {
  position: relative;
}

.header-section-2::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: var(--theme);
  width: 16%;
}

@media (max-width: 1899px) {
  .header-section-2::before {
    display: none;
  }
}

.header-main {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0;
}

.header-main .main-menu ul {
  margin-bottom: 0;
}

.header-main .main-menu ul li {
  position: relative;
  list-style: none;
  display: inline-block;
  margin-inline-end: 40px;
}

.header-main .main-menu ul li:last-child {
  margin-inline-end: 0;
}

.header-main .main-menu ul li a {
  display: inline-block;
  font-size: 18px!important;
  
  color: var(--header);
  padding: 20px 0;
  text-align: left;
  position: relative;
  text-transform: capitalize;
  transition: all 0.4s ease-in-out;
}

.header-main .main-menu ul li a:hover {
  color: #ee751d !important;
}

.header-main .main-menu ul li .submenu {
  position: absolute;
  top: 100%;
  inset-inline-start: 0;
  min-width: 240px;
  background: var(--white);
  z-index: 99999;
  visibility: hidden;
  opacity: 0;
  transform-origin: top center;
  color: var(--header);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
  transform: translateY(10px);
  transition: all 0.4s ease-in-out;
}

.header-main .main-menu ul li .submenu li {
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
}

.header-main .main-menu ul li .submenu li a {
  position: relative;
  z-index: 11;
  font-size: 16px;
  
  color: var(--header);
  padding: 0 25px;
  padding-bottom: 11px;
  padding-top: 11px;
  width: 100%;
  border-bottom: 1px solid #eeeeee;
}

.header-main .main-menu ul li .submenu li:last-child a {
  border: none;
}

.header-main .main-menu ul li .submenu li .submenu {
  inset-inline-start: 100%;
  top: 0;
  visibility: hidden;
  opacity: 0;
}

.header-main .main-menu ul li .submenu li:hover>a {
  background: #085292;
  color: var(--white) !important;
}

.header-main .main-menu ul li .submenu li:hover>a::after {
  color: var(--theme2);
}

.header-main .main-menu ul li .submenu li:hover>.submenu {
  -webkit-transform: translateY(1);
  -moz-transform: translateY(1);
  -ms-transform: translateY(1);
  -o-transform: translateY(1);
  transform: translateY(1);
  visibility: visible;
  opacity: 1;
}

.header-main .main-menu ul li .submenu li.has-dropdown>a::after {
  position: absolute;
  top: 50%;
  inset-inline-end: 25px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  color: var(--theme);
}

.header-main .main-menu ul li .has-homemenu {
  width: 1000px;
  padding: 30px 30px 10px 30px;
  opacity: 0;
  left: -250px;
  visibility: hidden;
  padding: 30px 30px 10px 30px;
}

.header-main .main-menu ul li .has-homemenu .homemenu-items {
  display: flex;
  align-items: center;
  gap: 30px;
  justify-content: space-between;
}

@media (max-width: 991px) {
  .header-main .main-menu ul li .has-homemenu .homemenu-items {
    flex-wrap: wrap;
  }
}

.header-main .main-menu ul li .has-homemenu .homemenu-items .homemenu {
  position: relative;
}

.header-main .main-menu ul li .has-homemenu .homemenu-items .homemenu .homemenu-thumb {
  position: relative;
}

.header-main .main-menu ul li .has-homemenu .homemenu-items .homemenu .homemenu-thumb .demo-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 60%;
  gap: 10px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s ease-in-out;
  margin-top: 20px;
}

.header-main .main-menu ul li .has-homemenu .homemenu-items .homemenu .homemenu-thumb .demo-button .theme-btn {
  padding: 14px 20px;
  color: var(--white) !important;
  width: initial;
  font-size: 14px;
  text-align: center;
}

.header-main .main-menu ul li .has-homemenu .homemenu-items .homemenu .homemenu-thumb .demo-button .theme-btn:hover {
  color: var(--white) !important;
}

.header-main .main-menu ul li .has-homemenu .homemenu-items .homemenu .homemenu-thumb::before {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(99, 92, 92, 0)), to(#5e5ef6));
  background: linear-gradient(to bottom, rgba(99, 92, 92, 0) 0%, #5e5ef6 100%);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  overflow: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  content: "";
}

.header-main .main-menu ul li .has-homemenu .homemenu-items .homemenu .homemenu-thumb:hover::before {
  visibility: visible;
  opacity: 1;
}

.header-main .main-menu ul li .has-homemenu .homemenu-items .homemenu .homemenu-thumb:hover .demo-button {
  opacity: 1;
  visibility: visible;
  margin-top: 0;
}

.header-main .main-menu ul li .has-homemenu .homemenu-items .homemenu .homemenu-thumb:hover .homemenu-btn {
  opacity: 1;
  visibility: visible;
  bottom: 50%;
  transform: translateY(50%);
}

.header-main .main-menu ul li .has-homemenu .homemenu-items .homemenu .homemenu-thumb img {
  width: 100%;
}

.header-main .main-menu ul li .has-homemenu .homemenu-items .homemenu .homemenu-title {
  text-align: center;
  margin: 15px auto;
  display: inline-block;
  font-size: 16px;
}

.header-main .main-menu ul li:hover>a {
  color: #ee751d;
}

.header-main .main-menu ul li:hover>a::after {
  color: var(--theme);
}

.header-main .main-menu ul li:hover>.submenu {
  visibility: visible;
  opacity: 1;
  transform: translateY(0px);
}

.header-main .sidebar__toggle {
  cursor: pointer;
  font-size: 20px;
}

.header-1 {
  position: relative;
  background-color: var(--white);
/*   box-shadow: var(--box-shadow); */
  z-index: 999;
}


@media (max-width: 1899px) {
  .header-1::before {
    display: none !important;
  }
}

.header-1 .container-fluid {
  padding: 0 100px;
}

@media (max-width: 1399px) {
  .header-1 .container-fluid {
    padding: 0 20px;
}
}

@media (max-width: 991px) {
  .header-1 .container-fluid {
    padding: 0 20px;
  }
}

@media (max-width: 575px) {
  .header-1 .container-fluid {
    padding: 0 15px;
  }
}

@media screen and (max-width: 1025px) {
  .header-1 .header-main .main-menu ul li {
    margin-inline-end: 25px;
  }
}

.header-1 .header-main .main-menu ul li .has-homemenu {
  left: -400px;
}

@media (max-width: 1600px) {
  .header-1 .header-main .main-menu ul li .has-homemenu {
    left: -300px;
  }
}

.header-1 .header-main .header-right {
  gap: 50px;
}

@media (max-width: 991px) {
  .header-1 .header-main .header-right {
    gap: 25px;
  }
}

.header-1 .header-main .header-right .search-icon {
  color: var(--header);
}

.header-1 .header-main .header-right .header-button {
  margin-right: 10px;
}

.header-1 .header-main .header-right .header-button .theme-btn {
  padding: 22px 30px;
}

@media (max-width: 1899px) {
  .header-1 .header-main .header-right .header-button {
    margin-right: 0;
  }
}

@media (max-width: 1400px) {
  .header-1 .header-main .header-right .header-button {
    display: none;
  }
}

.header-1 .header-main .header-right .header__hamburger {
  margin-right: -70px;
}

@media (max-width: 1899px) {
  .header-1 .header-main .header-right .header__hamburger {
    margin-right: 0;
  }
}

.header-1 .header-main .header-right .header__hamburger .sidebar__toggle {
  font-size: 24px;
  color: var(--white);
}

@media (max-width: 1899px) {
  .header-1 .header-main .header-right .header__hamburger .sidebar__toggle {
    color: var(--theme);
  }
}

.header-2 {
  margin-left: 250px;
  position: relative;
}

@media (max-width: 1899px) {
  .header-2 {
    margin-left: 0;
  }
}

.header-2 .main-logo {
  position: absolute;
  top: 0;
  left: -200px;
  z-index: 9;
}

@media (max-width: 1899px) {
  .header-2 .main-logo {
    display: none;
  }
}

.header-2 .container-fluid {
  padding: 0 130px;
}

@media (max-width: 1399px) {
  .header-2 .container-fluid {
    padding: 0 50px;
  }
}

@media (max-width: 991px) {
  .header-2 .container-fluid {
    padding: 0 40px;
  }
}

@media (max-width: 575px) {
  .header-2 .container-fluid {
    padding: 0 15px;
  }
}

@media (max-width: 1899px) {
  .header-2 .header-main .logo {
    display: block !important;
  }
}

@media screen and (max-width: 1025px) {
  .header-2 .header-main .main-menu ul li {
    margin-inline-end: 25px;
  }
}

.header-2 .header-main .main-menu ul li .has-homemenu {
  left: -200px;
}

@media (max-width: 1600px) {
  .header-2 .header-main .main-menu ul li .has-homemenu {
    left: -300px;
  }
}

.header-2 .header-main .header-right {
  gap: 40px;
}

@media (max-width: 991px) {
  .header-2 .header-main .header-right {
    gap: 25px;
  }
}

.header-2 .header-main .header-right .header-button .theme-btn {
  padding: 22px 30px;
}

@media (max-width: 1899px) {
  .header-2 .header-main .header-right .header-button {
    margin-right: 0;
  }
}

@media (max-width: 1600px) {
  .header-2 .header-main .header-right .header-button {
    display: none;
  }
}

.header-2 .header-main .header-right .sidebar__toggle {
  color: var(--theme);
}

.header-3 {
  position: relative;
}

.header-3::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: var(--theme);
  left: 72%;
}

@media (max-width: 1600px) {
  .header-3::before {
    display: none;
  }
}

.header-3 .plane-shape {
  position: absolute;
  bottom: 0;
  left: 0;
}

@media (max-width: 1899px) {
  .header-3 .plane-shape {
    display: none;
  }
}

@media screen and (max-width: 1025px) {
  .header-3 .header-main .main-menu ul li {
    margin-inline-end: 25px;
  }
}

.header-3 .header-main .main-menu ul li .has-homemenu {
  left: -400px;
}

@media (max-width: 1600px) {
  .header-3 .header-main .main-menu ul li .has-homemenu {
    left: -300px;
  }
}

@media screen and (max-width: 1025px) {
  .header-3 .header-main .main-menu ul li .has-homemenu {
    left: -350px;
  }
  section#portfolio\ wow\ fadeInUp {
    padding-bottom: 0 !important;
    overflow: hidden;
  }
}

.header-3 .header-main .header-right {
  gap: 50px;
}

@media (max-width: 991px) {
  .header-3 .header-main .header-right {
    gap: 25px;
  }
}

.header-3 .header-main .header-right .search-icon {
  color: var(--header);
}

.header-3 .header-main .header-right .header-button {
  margin-left: 60px;
  position: relative;
}

.header-3 .header-main .header-right .header-button::before {
  width: 0px;
  height: 0px;
  border-top: 65px solid var(--theme);
  border-right: 65px solid transparent;
  content: "";
  left: -67px;
  position: absolute;
  bottom: -5%;
  transform: rotate(-48deg);
  z-index: 9;
  overflow: hidden;
}

@media (max-width: 1600px) {
  .header-3 .header-main .header-right .header-button::before {
    display: none;
  }
}

.header-3 .header-main .header-right .header-button .theme-btn {
  padding: 22px 30px;
}

@media (max-width: 1899px) {
  .header-3 .header-main .header-right .header-button .theme-btn {
    background-color: var(--theme) !important;
    color: var(--white);
  }
}

@media (max-width: 1899px) {
  .header-3 .header-main .header-right .header-button {
    margin-left: 0;
  }
}

@media (max-width: 1199px) {
  .header-3 .header-main .header-right .header-button {
    display: none;
  }
}

.header-4 {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 99;
  width: 100%;
}

@media screen and (max-width: 1025px) {
  .header-4 .header-main .main-menu ul li {
    margin-inline-end: 25px;
  }
}

.header-4 .header-main .main-menu ul li .has-homemenu {
  left: -400px;
}

@media (max-width: 1600px) {
  .header-4 .header-main .main-menu ul li .has-homemenu {
    left: -300px;
  }
}

@media screen and (max-width: 1025px) {
  .header-4 .header-main .main-menu ul li .has-homemenu {
    left: -350px;
  }
}

.header-4 .header-main .header-right {
  gap: 50px;
}

@media (max-width: 991px) {
  .header-4 .header-main .header-right {
    gap: 25px;
  }
}

.header-4 .header-main .header-right .search-icon {
  color: var(--header);
}

.header-4 .header-main .header-right .header-button .theme-btn {
  padding: 22px 30px;
}

@media (max-width: 1899px) {
  .header-4 .header-main .header-right .header-button .theme-btn {
    background-color: var(--theme) !important;
    color: var(--white);
  }
}

@media (max-width: 1899px) {
  .header-4 .header-main .header-right .header-button {
    margin-left: 0;
  }
}

@media (max-width: 1199px) {
  .header-4 .header-main .header-right .header-button {
    display: none;
  }
}

.sidebar__toggle {
  cursor: pointer;
}

.sticky {
  position: fixed !important;
  top: 0 !important;
  left: 0;
  width: 100%;
  z-index: 100;
  transition: all 0.9s;
  background-color: var(--white);
  box-shadow: var(--box-shadow);
  -webkit-animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
  animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
}

.sticky.header-1::before {
  display: none;
}

.sticky.header-1 .header-main .header-right {
  gap: 50px;
}

@media (max-width: 991px) {
  .sticky.header-1 .header-main .header-right {
    gap: 25px;
  }
}

.sticky.header-1 .header-main .header-right .header-button {
  margin-right: 0;
}

.sticky.header-1 .header-main .header-right .header__hamburger {
  display: none !important;
}

@media (max-width: 991px) {
  .sticky.header-1 .header-main .header-right .header__hamburger {
    display: block !important;
  }
}

.sticky.header-2 {
  margin-left: 0;
}

.sticky.header-2 .main-logo {
  display: none;
}

.sticky.header-2 .header-main .logo {
  display: block !important;
}

.sticky.header-3::before {
  display: none !important;
}

.sticky.header-3 .header-main .header-right .search-icon {
  color: var(--theme);
}

.sticky.header-3 .header-main .header-right .header-button {
  margin-left: 0;
}

.sticky.header-3 .header-main .header-right .header-button::before {
  display: none !important;
}

.sticky.header-3 .header-main .header-right .header-button .theme-btn {
  background-color: var(--theme) !important;
  color: var(--white);
}

.offcanvas__info {
  background: #fff none repeat scroll 0 0;
  border-left: 2px solid #085292;
  position: fixed;
  right: 0;
  top: 0;
  width: 400px;
  height: 100%;
  -webkit-transform: translateX(calc(100% + 80px));
  -moz-transform: translateX(calc(100% + 80px));
  -ms-transform: translateX(calc(100% + 80px));
  -o-transform: translateX(calc(100% + 80px));
  transform: translateX(calc(100% + 80px));
  -webkit-transition: transform 0.45s ease-in-out, opacity 0.45s ease-in-out;
  -moz-transition: transform 0.45s ease-in-out, opacity 0.45s ease-in-out;
  transition: transform 0.45s ease-in-out, opacity 0.45s ease-in-out;
  z-index: 99999;
  overflow-y: scroll;
  overscroll-behavior-y: contain;
  scrollbar-width: none;
}

.offcanvas__info::-webkit-scrollbar {
  display: none;
}

.offcanvas__info.info-open {
  opacity: 1;
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
}

.offcanvas__logo a img {
  width: 150px;
}

.offcanvas__wrapper {
  position: relative;
  height: 100%;
  padding: 30px 30px;
}

.offcanvas__wrapper .offcanvas__content .text {
    font-family: 'Montserrat', sans-serif !important;
  font-weight: 500 !important;
  color: var(--text);
	font-size: 18px;
}

.offcanvas__wrapper .offcanvas__content .offcanvas__close {
  width: 45px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  border-radius: 50%;
  background-color: #085292;
  position: relative;
  z-index: 9;
  cursor: pointer;
}

.offcanvas__wrapper .offcanvas__content .offcanvas__close i {
  color: var(--white);
}

.offcanvas__wrapper .offcanvas__content .offcanvas__contact {
  margin-top: 20px;
}

.offcanvas__wrapper .offcanvas__content .offcanvas__contact ul {
  margin-top: 20px;
}

.offcanvas__wrapper .offcanvas__content .offcanvas__contact ul li {
  font-size: 18px;
  
  text-transform: capitalize;
}

.offcanvas__wrapper .offcanvas__content .offcanvas__contact ul li a {
  color: var(--text);
}

.offcanvas__wrapper .offcanvas__content .offcanvas__contact ul li:not(:last-child) {
  margin-bottom: 15px;
}

.offcanvas__wrapper .offcanvas__content .offcanvas__contact ul li .offcanvas__contact-icon {
  margin-right: 20px;
}

.offcanvas__wrapper .offcanvas__content .offcanvas__contact ul li .offcanvas__contact-icon i {
  color: var(--theme);
}

.offcanvas__wrapper .offcanvas__content .offcanvas__contact span {
  text-transform: initial;
}

.offcanvas__wrapper .offcanvas__content .offcanvas__contact .header-button .theme-btn {
  width: 100%;
  padding: 16px 40px;
}

.offcanvas__wrapper .offcanvas__content .offcanvas__contact .social-icon {
  margin-top: 30px;
  gap: 10px;
}

.offcanvas__wrapper .offcanvas__content .offcanvas__contact .social-icon a {
  width: 45px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  font-size: 16px;
  display: block;
  background: transparent;
  color: var(--text);
  border-radius: 50%;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  text-align: center;
  border: 1px solid var(--border);
}

.offcanvas__wrapper .offcanvas__content .offcanvas__contact .social-icon a:hover {
  background-color: #ee751d;
  color: var(--white);
}

.offcanvas__overlay {
  position: fixed;
  height: 100%;
  width: 100%;
  background: #151515;
  z-index: 900;
  top: 0;
  opacity: 0;
  visibility: hidden;
  right: 0;
}

.offcanvas__overlay.overlay-open {
  opacity: 0.8;
  visibility: visible;
}

@media (max-width: 450px) {
  .offcanvas__info {
    width: 300px;
  }
}

@media (max-width: 575px) {
  .offcanvas__wrapper {
    padding: 20px;
  }
}

.breadcrumb-wrapper {
  position: relative;
  overflow: hidden;
}

.breadcrumb-wrapper::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-image: linear-gradient(270.07deg, #002B98 0.07%, #00060C 99.95%);
  opacity: 0.75;
}

.breadcrumb-wrapper .page-heading {
  position: relative;
  padding: 180px 0;
  text-align: center;
  z-index: 9;
}

@media (max-width: 1199px) {
  .breadcrumb-wrapper .page-heading {
    padding: 140px 0;
  }
}

@media (max-width: 991px) {
  .breadcrumb-wrapper .page-heading {
    padding: 120px 0;
  }
}

@media (max-width: 767px) {
  .breadcrumb-wrapper .page-heading {
    padding: 100px 0;
  }
}

@media (max-width: 575px) {
  .breadcrumb-wrapper .page-heading {
    padding: 80px 0;
  }
}

.breadcrumb-wrapper .page-heading h1 {
  color: var(--white);
  font-size: 65px;
  position: relative;
  z-index: 9;
}

@media (max-width: 991px) {
  .breadcrumb-wrapper .page-heading h1 {
    font-size: 52px;
  }
}

@media (max-width: 575px) {
  .breadcrumb-wrapper .page-heading h1 {
    font-size: 42px;
  }
}

.breadcrumb-wrapper .page-heading .breadcrumb-items {
  display: flex;
  align-items: center;
  margin-top: 20px;
  gap: 10px;
  justify-content: center;
}

@media (max-width: 575px) {
  .breadcrumb-wrapper .page-heading .breadcrumb-items {
    margin-top: 15px;
  }
}

.breadcrumb-wrapper .page-heading .breadcrumb-items li {
  color: var(--white);
  text-transform: capitalize;
  
}

.breadcrumb-wrapper .page-heading .breadcrumb-items li a {
  color: var(--white);
  transition: all 0.4s ease-in-out;
}

.breadcrumb-wrapper .page-heading .breadcrumb-items li a:hover {
  color: #ee751d;
}

.breadcrumb-wrapper .page-heading .breadcrumb-items li i {
  color: var(--white);
}

.breadcrumb-wrapper .border-shape {
  position: absolute;
  top: 20px;
  left: 0;
}

.breadcrumb-wrapper .line-shape {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
}

.breadcrumb-wrapper .line-shape img {
  width: 100%;
  height: 100%;
}

.error-items {
  text-align: center;
}

.error-items .error-image img {
  width: 100%;
  height: 100%;
}

.error-items h2 {
  margin-top: 30px;
  margin-bottom: 40px;
}

::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}

/* Track */
::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px #ee751d;
  border-radius: 5px;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #085292;
  border-radius: 10px;
}

.fix {
  overflow: hidden;
}

.ralt {
  position: relative;
}

.ml-100 {
  margin-left: 100px;
}

.ripple {
  position: relative;
}

.ripple::before,
.ripple::after {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 60px;
  height: 60px;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  border-radius: 50%;
  -webkit-box-shadow: 0 0 0 0 rgba(56, 75, 255, 0.2);
  -ms-box-shadow: 0 0 0 0 rgba(56, 75, 255, 0.2);
  -o-box-shadow: 0 0 0 0 rgba(56, 75, 255, 0.2);
  box-shadow: 0 0 0 0 rgba(56, 75, 255, 0.2);
  -webkit-animation: rippleOne 3s infinite;
  animation: rippleOne 3s infinite;
}

.ripple::before {
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s;
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
}

.ripple::after {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
}

.swiper-dot-2 {
  border: 2px dotted var(--theme);
  width: 146px;
  height: 41px;
  line-height: 37px;
  border-radius: 50px;
  text-align: center;
  margin: 0 auto;
  margin-top: 50px;
  position: relative;
  z-index: 9;
}

.swiper-dot-2 .swiper-pagination-bullet {
  background-color: transparent;
  width: 11px;
  height: 11px;
  border: 2px solid #ee751d !important;
  opacity: 1;
}

.swiper-dot-2 .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #ee751d;
}

.swiper-dot-2 .swiper-pagination-bullet.swiper-pagination-bullet-active::before {
  border: 2px solid var(--theme);
}

.array-button {
  display: flex;
  align-items: center;
  gap: 15px;
}

.array-button .array-prev {
  width: 56px;
  height: 56px;
  line-height: 56px;
  text-align: center;
  background-color: transparent;
  color: #085292;
  border-radius: 50%;
  border: 1px solid #085292;
  transition: all 0.4s ease-in-out;
}

.array-button .array-prev:hover {
  background-color: #ee751d;
  color: var(--white);
  border: 1px solid #ee751d;
}

.array-button .array-next {
  width: 56px;
  height: 56px;
  line-height: 56px;
  text-align: center;
  background-color: #085292;
  color: var(--white);
  border-radius: 50%;
  transition: all 0.4s ease-in-out;
}

.array-button .array-next:hover {
  background-color: #ee751d;
  color: #fff;
}

.mt-10 {
  margin-top: 10px;
}

@media (max-width: 575px) {
  br {
    display: none;
  }
}

/* background */
.bg-cover {
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  background-position: center;
}

.nice-select {
    display:none;
  background-color: transparent;
  width: unset;
  outline: none;
  border-bottom: 2px solid var(--border) !important;
  padding-bottom: 20px !important;
  border: none;
  border-radius: 0;
  padding: 0;
}

.nice-select:hover {
  border-bottom: 2px solid transparent;
  border-color: var(--theme);
  border-bottom: 2px solid transparent;
  border-image-slice: 2;
}

.nice-select span {
  font-size: 16px;
  color: var(--text);
  text-transform: capitalize;
}

.nice-select .current {
  margin-right: 12px;
}

.nice-select:after {
  right: 23px;
  border-bottom: 2px solid transparent;
  border-right: 2px solid transparent;
  width: 10px;
  height: 10px;
  top: 15px;
  border-bottom: 2px solid transparent;
  border-color: var(--theme);
  border-right: 2px solid transparent;
  border-image-slice: 2;
}

.nice-select.open .list {
  background: var(--bg);
  margin-top: 16px;
  width: 100%;
  text-transform: capitalize;
  color: var(--text);
}

.nice-select .option.selected.focus {
  background: var(--bg);
  outline: none;
  color: var(--text);
  text-transform: capitalize;
  font-weight: 400 !important;
  font-size: 16px;
  border: none;
}

.nice-select .option {
  border: none;
}

.nice-select .option:hover {
  background: transparent;
}

.scroll-up {
  cursor: pointer;
  display: block;
  border-radius: 50px;
  box-shadow: inset 0 0 0 2px var(--border);
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  transform: translateY(15px);
  position: fixed;
  right: 25px;
  bottom: 35px;
  height: 50px;
  width: 50px;
  transition: all 0.4s ease-in-out;
}

.scroll-up::after {
  position: absolute;
  font-family: "Font Awesome 6 free";
  content: "\f062";
  text-align: center;
  line-height: 50px;
  
  font-size: 18px;
  color: var(--theme);
  left: 0;
  top: 0;
  height: 50px;
  width: 50px;
  cursor: pointer;
  display: block;
  z-index: 1;
  transition: all 0.4s ease-in-out;
}

.scroll-up svg path {
  fill: none;
}

.scroll-up svg.scroll-circle path {
  stroke: var(--theme2);
  stroke-width: 4px;
  box-sizing: border-box;
  transition: all 0.4s ease-in-out;
}

.scroll-up.active-scroll {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.mt-30 {
  margin-top: 30px;
}

@media (max-width: 767px) {
  .mt-30 {
    margin-top: 0;
  }
}

.bor-top {
  border-top: 1px solid rgba(255, 255, 255, 0.4);
}

.bor-left {
  border-left: 1px solid var(--border);
}

.bor-bottom {
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}

.bor-right {
  border-right: 1px solid var(--border);
}

.footer-bg {
  background-color: var(--header);
}

.border-white {
  border: 1px solid var(--white) !important;
  color: var(--white) !important;
}

.border-white:hover {
  border: 1px solid transparent !important;
}

.mr-left {
  margin-left: 50% !important;
}

@media (max-width: 991px) {
  .mr-left {
    margin-left: 35% !important;
  }
}

.mt-70 {
  margin-top: 70px;
}

@media (max-width: 1199px) {
  .mt-70 {
    margin-top: 300px;
  }
}

.box-shadow {
  box-shadow: var(--box-shadow) !important;
}

.mt-5 {
  margin-top: -5px !important;
}

.page-nav-wrap ul li {
  display: inline-block;
}

.page-nav-wrap ul li .page-numbers {
  display: inline-block;
  width: 60px;
  height: 50px;
  line-height: 50px;
	border-radius: 30px;
  background: transparent;
  
  transition: all 0.3s ease-in-out;
  margin: 0 2px;
  border: 1px solid var(--border);
  color: var(--text);
}

.page-nav-wrap ul li .page-numbers.current {
  background-color: var(--theme);
  color: var(--white);
}

@media (max-width: 767px) {
  .page-nav-wrap ul li .page-numbers {
    margin-top: 10px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 14px;
  }
}

.page-nav-wrap ul li .page-numbers i {
  margin-top: 2px;
}

.page-nav-wrap ul li .page-numbers:hover {
  background-color: #085292;
  color: var(--white);
  border: 1px solid transparent;
}

.hero-1 {
  position: relative;
  z-index: 9;
  padding-top: 75;
}

@media (max-width:1600px) {
  .hero-1 {
    padding-bottom: 75px;
  }
}

@media (max-width: 1199px) {
  .hero-1 {
    padding-top: 130px;
  }
}

@media (max-width: 991px) {
  .hero-1 {
    padding-top: 120px;
  }
}

@media (max-width: 767px) {
  .hero-1 {
    padding-top: 100px;
  }
}

@media (max-width: 575px) {
  .hero-1 {
    padding-top: 80px;
  }
}

.hero-1 .text-transparent {
  position: absolute;
  top: 50%;
  right: -10%;
  transform: translateY(-50%) rotate(90deg);
  z-index: 1;
}

.hero-1 .text-transparent h2 {
  font-size: 80px;
  
  text-transform: uppercase;
  line-height: 1;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: var(--text);
  -webkit-text-fill-color: transparent;
  animation: shine 3s infinite;
  -webkit-mask-image: linear-gradient(-75deg, rgba(56, 75, 255, 0.15) 50%, #384BFF 50%, rgba(56, 75, 255, 0.15) 100%);
  -webkit-mask-size: 200%;
}
.hero-1 .line-shape {
  position: absolute;
  top: 0;
  left: 0;
}

.hero-1 .dot-shape {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.hero-1 .frame-shape {
  position: absolute;
  bottom: 13%;
  left: 40%;
  animation: rounded 5s linear infinite;
}

.hero-1 .mask-shape {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: -1;
  height: 910px;
}

@media (max-width: 1600px) {
  .hero-1 .mask-shape {
    max-width: 700px;
  }
}
@media (max-width: 1399px) {
  .hero-1 .mask-shape {
    max-width: 600px;
  }
}
@media (max-width: 1199px) {
  .hero-1 .mask-shape {
    max-width: 500px;
  }
}
@media (max-width: 991px) {
  .hero-1 .mask-shape {
    display: none;
  }
}
@media (max-width: 1199px) {
  .hero-1 .hero-content {
    margin-bottom: 0;
  }
  .hero-1.hero-2 {
    padding: 60px 0 60px;
  }
}
@media (max-width: 991px) {
  .hero-1 .hero-content {
    margin-bottom: 0;
  }
}
@media (max-width: 575px) {
  .hero-1 .hero-content {
    text-align: left;
    margin: 0 auto;
  }
}

.hero-1 .mask-shape img {
  height: 100%;
}
.hero-1 .hero-content {
  position: relative;
  z-index: 9;
}
.hero-1 .hero-content h6 {
    font-family: 'Montserrat', sans-serif !important;
  font-weight: 500 !important;
  font-size: 18px;
  text-transform: uppercase;
  color: #085292;
      letter-spacing: 0;
    /* font-weight: normal; */
  margin-bottom: 15px;
  display: inline-block;
  position: relative;
  padding-left: 55px;
}

.hero-1 .hero-content h6::before {
  position: absolute;
  top: 4px;
  left: 0;
  content: "";
  width: 40px;
  height: 16px;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url(../img/hero/icon.svg);
}

.hero-1 .hero-content h1 {
    font-family: 'Montserrat', sans-serif !important;
  font-weight: 700 !important;
  text-transform: capitalize !important;
  margin-bottom: 30px;
	font-size:64px;
}
section.about-section .about-wrapper-2 p {
  font-size: 18px;
  text-align: left;
  color: #000;
	padding-bottom:20px;
}
@media (max-width: 1399px) {
  .hero-1 .hero-content h1 {
    font-size: 64px;
  }
}

@media (max-width: 1199px) {
  .hero-1 .hero-content h1 {
    font-size: 64px;
  }
}

@media (max-width: 991px) {
  .hero-1 .hero-content h1 {
    font-size: 60px;
  }
 .hero-1 .hero-content p {
  	font-size: 18px!important;
  	text-align: left;
  }
}

@media (max-width: 767px) {
  .hero-1 .hero-content h1 {
    font-size: 48px;
  }
  .hero-1 .hero-content p {
  	font-size: 16px!important;
  	text-align: left;
  }
}

@media (max-width: 575px) {
  .hero-1 .hero-content h1 {
    font-size: 32px;
    margin-bottom: 20px;
  }
}

.hero-1 .hero-content p {
  font-family: 'Montserrat', sans-serif !important;
  font-weight: 500 !important;
  text-align: left;
  font-size: 18px;
  font-weight: 500 !important;
	    width: 70%;
    color: #000;
    margin: 0 auto;
    text-align: center;
}

.hero-1 .hero-content .hero-button {
  display: flex;
  align-items: center;
  gap: 30px;
  margin-top: 50px;
  margin-bottom: 50px;
	justify-content:center;
}

@media (max-width: 767px) {
  .hero-1 .hero-content .hero-button {
    margin-top: 40px;
  }
}

@media (max-width: 575px) {
  .hero-1 .hero-content .hero-button {
    margin-top: 25px;
    justify-content: center;
    flex-wrap: wrap;
  }
}

.hero-1 .hero-content .hero-button .video-btn {
  background-color: var(--theme);
  color: var(--white);
  display: inline-block;
  font-size: 16px;
  height: 50px;
  width: 50px;
  line-height: 50px;
  border-radius: 50%;
  text-align: center;
  position: relative;
}

.hero-1 .hero-content .hero-button .video-btn::before {
  position: absolute;
  top: 50%;
  left: 50%;
  right: 0;
  bottom: 0;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  border: 1px solid var(--theme);
  content: "";
  transform: translate(-50%, -50%);
}

.hero-1 .hero-content .hero-button .button-text span {
  font-size: 16px;
  color: var(--header);
  font-weight: bold;
}

.hero-1 .hero-image {
  width: 603px;
  height: 717px;
}

@media (max-width: 1600px) {
  .hero-1 .hero-image {
    width: initial;
    height: initial;
    max-width: 520px;
  }

  .hero-1 .hero-image img {
    width: 100%;
    height: 100%;
  }
}

@media (max-width: 1199px) {
  .hero-1 .hero-image {
    margin-bottom: -95px;
  }
}

@media (max-width: 991px) {
  .hero-1 .hero-image {
    text-align: center;
    margin: 0 auto;
    margin-bottom: 0;
  }
}

.hero-1.hero-2 {
  position: relative;
  padding: 150px 0;
}

@media (max-width: 1199px) {
  .hero-1.hero-2 {
    padding-top: 130px;
  }
}

@media (max-width: 991px) {
  .hero-1.hero-2 {
    padding-top: 120px;
  }
}

@media (max-width: 767px) {
  .hero-1.hero-2 {
    padding-top: 100px;
  }
}

@media (max-width: 575px) {
  .hero-1.hero-2 {
    padding-top: 80px;
  }
}

.hero-1.hero-2 .line-shape-2 {
  position: absolute;
  top: 0;
  left: 0;
}

.hero-1.hero-2 .frame-2 {
  position: absolute;
  left: 57%;
  bottom: 2%;
  animation: rounded 5s linear infinite;
}

.hero-1.hero-2 .frame-3 {
  position: absolute;
  left: 50%;
  bottom: 8%;
  animation: rounded 5s linear infinite;
}

.hero-1.hero-2 .right-shape {
  position: absolute;
  right: -5%;
  top: 0;
}

.hero-1.hero-2 .circle-shape {
  position: absolute;
  right: 5%;
  top: 10%;
  animation: 10s linear 0s infinite normal none running cir36;
}

.hero-1.hero-2 .left-shape {
  position: absolute;
  bottom: 0;
  left: 0;
}

.hero-1.hero-2 .hero-content {
  position: relative;
  z-index: 99;
	padding-right:30px;
}

.hero-1.hero-2 .hero-image {
  max-width: 491px;
  height: 605px;
  margin-bottom: -165px;
  position: relative;
  z-index: 9;
}

@media (max-width: 1600px) {
  .hero-1.hero-2 .hero-image {
    width: 497px;
    height: 605px;
    margin-bottom: -165px;
    margin-left: -110px;
  }
}

@media (max-width: 1199px) {
  .hero-1.hero-2 .hero-image {
    margin-bottom: -270px;
    margin-left: -175px;
  }
}

@media (max-width: 991px) {
  .hero-1.hero-2 .hero-image {
    height: initial;
    margin-bottom: -165px;
    width: initial;
    margin-left: 0;
  }
}

.hero-1.hero-2 .hero-image .border-circle {
  position: absolute;
  top: 20%;
  left: 0;
  z-index: -1;
  animation: 10s linear 0s infinite normal none running cir36;
}

.hero-1.hero-2 .hero-image .icon {
  position: absolute;
  top: 15%;
  right: 20%;
  width: 80px;
  line-height: 75px;
  border-radius: 50%;
  height: 80px;
  background-color: var(--white);
  text-align: center;
}

.hero-3 {
  position: relative;
}

.hero-3 .array-button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 9;
  display: grid;
  left: 50px;
  gap: 15px;
}

.hero-3 .array-button .array-prev {
  width: 56px;
  height: 56px;
  line-height: 56px;
  text-align: center;
  background-color: var(--theme);
  color: var(--white);
  border-radius: 50%;
  transition: all 0.4s ease-in-out;
}

.hero-3 .array-button .array-prev:hover {
  background-color: var(--white);
  color: var(--theme);
}

.hero-3 .array-button .array-next {
  width: 56px;
  height: 56px;
  line-height: 56px;
  text-align: center;
  background-color: transparent;
  color: var(--white);
  border-radius: 50%;
  border: 1px solid var(--white);
  transition: all 0.4s ease-in-out;
}

.hero-3 .array-button .array-next:hover {
  background-color: var(--white);
  color: var(--theme);
}

@media (max-width: 1600px) {
  .hero-3 .array-button {
    left: initial;
    right: 30px;
  }
}

@media (max-width: 767px) {
  .hero-3 .array-button {
    display: none;
  }
}

.hero-3 .bottom-shape {
  position: absolute;
  bottom: -180px;
  left: 0;
  right: 0;
  z-index: 2;
}

@media (max-width: 1600px) {
  .hero-3 .bottom-shape {
    bottom: -50px;
  }
}

@media (max-width: 1399px) {
  .hero-3 .bottom-shape {
    display: none;
  }
}

.hero-3 .bottom-shape img {
  width: 100%;
  height: 100%;
}

.hero-3 .swiper-slide-active .slider-image {
  -webkit-transform: scale(1.12);
  -moz-transform: scale(1.12);
  transform: scale(1.12);
}

.hero-3 .slider-image {
  overflow: hidden;
  position: absolute !important;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 1;
  z-index: -2;
  background-size: cover;
  transform: scale(1);
  -webkit-transition: all 8s ease-out 0s;
  -moz-transition: all 8s ease-out 0s;
  -ms-transition: all 8s ease-out 0s;
  -o-transition: all 8s ease-out 0s;
  transition: all 8s ease-out 0s;
}

.hero-3 .slider-image .mask-shape {
  position: absolute;
  top: 0;
  left: 0;
}

.hero-3 .slider-image .border-shape {
  position: absolute;
  top: 12%;
  right: 0;
}

@media (max-width: 1199px) {
  .hero-3 .slider-image .border-shape {
    display: none;
  }
}

.hero-3 .slider-image .circle-shape {
  position: absolute;
  right: 10%;
  top: 10%;
}

.hero-3 .slider-image .frame {
  position: absolute;
  bottom: 10%;
  left: 10%;
}

.hero-3 .slider-image::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: linear-gradient(270deg, rgba(5, 26, 108, 0) 14.74%, #0A2DA4 70.82%);
  opacity: 0.95;
}

.hero-3 .hero-content {
  position: relative;
  z-index: 9;
  padding-bottom: 270px;
  padding-top: 200px;
}

@media (max-width: 1399px) {
  .hero-3 .hero-content {
    padding: 180px 0;
  }
}

@media (max-width: 1199px) {
  .hero-3 .hero-content {
    padding: 160px 0;
  }
}

@media (max-width: 991px) {
  .hero-3 .hero-content {
    padding: 130px 0;
  }
}

@media (max-width: 767px) {
  .hero-3 .hero-content {
    padding: 110px 0;
  }
}

@media (max-width: 575px) {
  .hero-3 .hero-content {
    text-align: center;
    margin: 0 auto;
    padding: 80px 0;
  }
}

.hero-3 .hero-content h5 {
  color: var(--white);
  margin-bottom: 20px;
  position: relative;
  padding-left: 45px;
  display: inline-block;
}

.hero-3 .hero-content h5::before {
  position: absolute;
  top: 10px;
  left: 0;
  content: "";
  width: 30px;
  height: 2px;
  background-color: var(--white);
}

.hero-3 .hero-content h1 {
  color: var(--white);
  margin-bottom: 20px;
}

@media (max-width: 1399px) {
  .hero-3 .hero-content h1 {
    font-size: 70px;
  }
}

@media (max-width: 1199px) {
  .hero-3 .hero-content h1 {
    font-size: 62px;
  }
}

@media (max-width: 991px) {
  .hero-3 .hero-content h1 {
    font-size: 52px;
  }
}

@media (max-width: 767px) {
  .hero-3 .hero-content h1 {
    font-size: 42px;
  }
}

@media (max-width: 575px) {
  .hero-3 .hero-content h1 {
    font-size: 34px;
  }
}

.hero-3 .hero-content p {
  color: var(--white);
}

.hero-3 .hero-content .hero-button {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-top: 50px;
}

@media (max-width: 767px) {
  .hero-3 .hero-content .hero-button {
    margin-top: 30px;
  }
}

@media (max-width: 575px) {
  .hero-3 .hero-content .hero-button {
    flex-wrap: wrap;
    margin-top: 20px;
    justify-content: center;
  }
}

.hero-4 {
  padding-top: 140px;
  padding-bottom: 80px;
}

@media (max-width: 575px) {
  .hero-4 .hero-content {
    text-align: center;
  }
}

.hero-4 .hero-content h6 {
  color: #085292;
  
  font-size: 18px;
  text-transform: uppercase;
  position: relative;
  padding-left: 45px;
  margin-bottom: 15px;
  display: inline-block;
}

.hero-4 .hero-content h6::before {
  position: absolute;
  top: 10px;
  left: 0;
  content: "";
  background-color: #ee751d;
  width: 30px;
  height: 2px;
}

.hero-4 .hero-content h1 {
  font-size: 70px;
  margin-bottom: 20px;
}

@media (max-width: 1399px) {
  .hero-4 .hero-content h1 {
    font-size: 60px;
  }
}

@media (max-width: 1199px) {
  .hero-4 .hero-content h1 {
    font-size: 52px;
  }
}

@media (max-width: 767px) {
  .hero-4 .hero-content h1 {
    font-size: 42px;
  }
}

@media (max-width: 575px) {
  .hero-4 .hero-content h1 {
    font-size: 34px;
  }
}

.hero-4 .hero-content p {
  font-size: 18px;
  font-weight: 500 !important;
  color: var(--header);
}

.hero-4 .hero-content .hero-button {
  display: flex;
  align-items: center;
  gap: 30px;
  margin-top: 50px;
}

@media (max-width: 767px) {
  .hero-4 .hero-content .hero-button {
    margin-top: 40px;
  }
}

@media (max-width: 575px) {
  .hero-4 .hero-content .hero-button {
    margin-top: 25px;
    justify-content: center;
    flex-wrap: wrap;
  }
}

.hero-4 .hero-content .hero-button .video-btn {
  background-color: var(--theme);
  color: var(--white);
  display: inline-block;
  font-size: 16px;
  height: 50px;
  width: 50px;
  line-height: 50px;
  border-radius: 50%;
  text-align: center;
  position: relative;
}

.hero-4 .hero-content .hero-button .video-btn::before {
  position: absolute;
  top: 50%;
  left: 50%;
  right: 0;
  bottom: 0;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  border: 1px solid var(--theme);
  content: "";
  transform: translate(-50%, -50%);
}

.hero-4 .hero-content .hero-button .button-text span {
  font-size: 16px;
  color: var(--header);
  font-weight: bold;
}

.hero-4 .hero-image img {
  width: 100%;
  height: 100%;
}

.marquee-wrapper {
  position: relative;
  overflow: hidden;
  white-space: nowrap;
  background-color: var(--theme);
  z-index: 9;
}

.marquee-wrapper.style-2 {
  background-color: transparent;
  line-height: 55px;
  margin-bottom: -39px;
}

@media (max-width: 767px) {
  .marquee-wrapper.style-2 {
    margin-bottom: -50px;
  }
}

.text-slider {
  font-size: 50px;
  height: 100px;
  line-height: 90px;
  
  text-transform: capitalize;
  color: var(--white);
}

.text-slider:not(:last-child) {
  margin-right: 30px;
}

@media (max-width: 767px) {
  .text-slider {
    font-size: 36px;
  }
}

.text-slider img {
  margin-bottom: 10px;
}

.marquee-inner {
  position: absolute;
  display: inline-flex;
  width: 200%;
}

.marquee-list {
  float: left;
  width: 50%;
}

.marquee-item {
  float: left;
  transition: animation 0.2s ease-out;
}

.marquee-item.style-2 .text-slider {
  text-transform: capitalize;
  font-size: 60px;
  color: var(--header);
  margin-right: 40px;
  line-height: 0;
  height: 65px;
}

@media (max-width: 767px) {
  .marquee-item.style-2 .text-slider {
    font-size: 36px;
  }
}

.marquee-item.style-2 .text-style {
  transition: all 0.4s ease-in-out;
  background-image: linear-gradient(#ee751d, #ee751d);
  background-position: 0 95%;
  background-repeat: no-repeat;
  background-size: 0% 2px;
}

.marquee-item.style-2 .text-style:hover {
  color: #ee751d;
  background-size: 100% 3px;
}

.marquee-inner.to-left {
  animation: marqueeLeft 25s linear infinite;
}

@keyframes marqueeLeft {
  0% {
    left: 0;
  }

  100% {
    left: -100%;
  }
}

.marquee-inner.to-right {
  animation: marqueeRight 25s linear infinite;
}

@keyframes marqueeRight {
  0% {
    right: 0;
  }

  100% {
    right: -100%;
  }
}

.marque-section-2 {
  position: relative;
}

/* .marque-section-2::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url(../img/service/service-bg-2.jpg);
} */

.mean-container a.meanmenu-reveal {
  display: none;
}

.mean-container .mean-nav {
  background: none;
  margin-top: 0;
}

.mean-container .mean-bar {
  padding: 0;
  min-height: auto;
  background: none;
}

.mean-container .mean-nav>ul {
  padding: 0;
  margin: 0;
  width: 100%;
  list-style-type: none;
  display: block !important;
}

.mean-container .mean-nav>ul .homemenu-items {
  display: flex;
  align-items: center;
  gap: 30px;
  justify-content: space-between;
}

@media (max-width: 991px) {
  .mean-container .mean-nav>ul .homemenu-items {
    flex-wrap: wrap;
  }
}

.mean-container .mean-nav>ul .homemenu-items .homemenu {
  position: relative;
}

@media (max-width: 991px) {
  .mean-container .mean-nav>ul .homemenu-items .homemenu {
    max-width: 300px;
    text-align: center;
    margin: 0 auto;
    border: 1px solid var(--border);
    padding: 10px;
  }
}

.mean-container .mean-nav>ul .homemenu-items .homemenu .homemenu-thumb {
  position: relative;
}

.mean-container .mean-nav>ul .homemenu-items .homemenu .homemenu-thumb .demo-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 60%;
  gap: 10px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s ease-in-out;
  margin-top: 20px;
}

.mean-container .mean-nav>ul .homemenu-items .homemenu .homemenu-thumb .demo-button .theme-btn {
  padding: 14px 20px;
  color: var(--white) !important;
  width: initial;
  font-size: 14px;
  text-align: center;
}

.mean-container .mean-nav>ul .homemenu-items .homemenu .homemenu-thumb .demo-button .theme-btn:hover {
  color: var(--white) !important;
}

.mean-container .mean-nav>ul .homemenu-items .homemenu .homemenu-thumb::before {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(99, 92, 92, 0)), to(#5e5ef6));
  background: linear-gradient(to bottom, rgba(99, 92, 92, 0) 0%, #5e5ef6 100%);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  overflow: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  content: "";
}

.mean-container .mean-nav>ul .homemenu-items .homemenu .homemenu-thumb:hover::before {
  visibility: visible;
  opacity: 1;
}

.mean-container .mean-nav>ul .homemenu-items .homemenu .homemenu-thumb:hover .demo-button {
  opacity: 1;
  visibility: visible;
  margin-top: 0;
}

.mean-container .mean-nav>ul .homemenu-items .homemenu .homemenu-thumb:hover .homemenu-btn {
  opacity: 1;
  visibility: visible;
  bottom: 50%;
  transform: translateY(50%);
}

.mean-container .mean-nav>ul .homemenu-items .homemenu .homemenu-thumb img {
  width: 100%;
}

.mean-container .mean-nav>ul .homemenu-items .homemenu .homemenu-title {
  text-align: center;
  margin: 15px auto;
  display: inline-block;
  font-size: 16px;
}

.mean-container a.meanmenu-reveal {
  display: none !important;
}

.mean-container .mean-nav ul li a {
  width: 100%;
  padding: 10px 0;
  color: var(--header);
  font-size: 16px;
  line-height: 1.5;
  font-weight: 500 !important;
  text-transform: capitalize;
  border-bottom: 1px solid var(--border) !important;
  border: none;
}

.mean-container .mean-nav ul li a:hover {
  color: var(--theme);
}

.mean-container .mean-nav ul li a:last-child {
  border-bottom: 0;
}

.mean-container .mean-nav ul li a:hover {
  color: var(--theme2);
}

.mean-container .mean-nav ul li a.mean-expand {
  margin-top: 5px;
  padding: 0 !important;
}

.mean-container .mean-nav ul li>a>i {
  display: none;
}

.mean-container .mean-nav ul li>a.mean-expand i {
  display: inline-block;
  font-size: 18px;
}

.mean-container .mean-nav>ul>li:first-child>a {
  border-top: 0;
}

.mean-container .mean-nav ul li a.mean-expand.mean-clicked i {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transition: all 0.4s ease-in-out;
}

.mean-container .mean-nav ul li .mega-menu li a {
  height: 200px;
  width: 100%;
  padding: 0;
  border-top: 0;
  margin-bottom: 20px;
}

.news-wrapper {
  padding: 0 75px;
}

@media (max-width: 1199px) {
  .news-wrapper {
    padding: 0;
  }
}

.single-news-items {
  margin-top: 30px;
  padding: 40px 20px;
  border: 1px solid var(--border);
  display: flex;
  align-items: center;
  gap: 30px;
}

@media (max-width: 1899px) {
  .single-news-items {
    flex-wrap: wrap;
  }
}

@media (max-width: 767px) {
  .single-news-items {
    flex-wrap: initial;
  }
}

@media (max-width: 500px) {
  .single-news-items {
    flex-wrap: wrap;
  }
}

.single-news-items .news-image {
  height: 220px;
  width: 220px;
  flex-basis: 100%;
  position: relative;
}

.single-news-items .news-image .post-date {
  position: absolute;
  top: 25px;
  left: 25px;
  background-color: var(--white);
  padding: 7px 10px;
}

.single-news-items .news-image .post-date span {
  color: var(--header);
  
}

.single-news-items .news-content h3 {
  margin-bottom: 10px;
}

.single-news-items .news-content h3 a:hover {
  color: var(--theme);
}

.single-news-items .news-content .theme-btn-2 {
  color: #085292;
}

.news-section-3 {
  margin-bottom: -50px;
}

.news-card-items {
  margin-top: 30px;
}

.news-card-items .news-image {
  position: relative;
}

.news-card-items .news-image img {
  width: 100% !important;
  height: 100% !important;
  max-width: 100% !important;
	border-radius:18px;
	
}

.news-card-items .news-image .post-date {
  padding: 12px 24px;
  background-color: #085292;
  position: absolute;
  bottom: 40px;
  left: 0;
	border-radius:16px;
}

.news-card-items .news-image .post-date h3 {
    font-family: 'Montserrat', sans-serif !important;
  font-weight: 500 !important;
  
  font-size: 24px;
  color: var(--white);
}

.news-card-items .news-image .post-date h3 span {
  font-weight: 400 !important;
  font-size: 16px;
  color: var(--white);
}

.news-card-items .news-content {
  padding: 20px 20px 20px 00px;
  /*box-shadow: var(--box-shadow);*/
  position: relative;
  z-index: 9;
  margin-right: 40px;
  margin-top: -40px;
}

.news-card-items .news-content ul {
  display: flex;
  align-items: center;
  gap: 50px;
  margin-bottom: 15px;
}

@media (max-width: 1199px) {
  .news-card-items .news-content ul {
    gap: 20px;
  }
}

.news-card-items .news-content ul li {
  font-size: 14px;
  font-weight: 500 !important;
}

.news-card-items .news-content ul li i {
  color: #085292;
  margin-right: 5px;
}

.news-card-items .news-content h3 {
  font-family: 'Montserrat', sans-serif !important;
  font-weight: 800 !important;
  font-weight: bold;
  margin-bottom: 5px;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
	font-size:28px;
  display: -webkit-box;
}

.news-card-items .news-content h3 a:hover {
  color: #ee751d;
}

.news-card-items.style-2 {
  padding-bottom: 50px;
}

.news-card-items.style-2 .news-image {
  position: relative;
}

.news-card-items.style-2 .news-image .post-date {
  position: absolute;
  top: 20px;
  left: 20px;
  bottom: initial;
}

.news-card-items.style-2 .news-content {
  margin: 0;
}

.news-card-items.style-2 .news-content ul li {
    font-family: 'Montserrat', sans-serif !important;
  font-weight: 600 !important;
    font-size: 14px;
}
ul.pagination {
  margin: 0 auto;
}
.page-nav-wrap {
  padding-bottom: 0 !important;
}
.news-card-items.style-3 {
  padding-bottom: 0;
  background-color: var(--white);
  margin: 0 0 40px 0;
	display: flex;
    align-items: center;
	border: 1px solid #E5E5E5;
		border-radius:24px; 
}
.news-card-items.style-3:hover{
  background-color:#D2E9FB;
}

.news-card-items.style-3 .news-image {
  padding: 24px;
	width:100%;
}

.news-card-items.style-3 .news-image .post-date {
  left: 30px;
  top: 30px;
}

.news-card-items.style-3 .content {
  box-shadow: none;
}

.news-standard-wrapper .news-standard-items {
  border: 1px solid var(--border);
  padding: 25px;
}

.news-standard-wrapper .news-standard-items:not(:last-child) {
  margin-bottom: 20px;
}

.news-standard-wrapper .news-standard-items .news-thumb {
  position: relative;
}

.news-standard-wrapper .news-standard-items .news-thumb img {
  width: 100%;
  height: 100%;
}

.news-standard-wrapper .news-standard-items .news-thumb .post-date {
  padding: 12px 24px;
  background-color: var(--theme);
  position: absolute;
  top: 30px;
  left: 30px;
}

.news-standard-wrapper .news-standard-items .news-thumb .post-date h3 {
  
  font-size: 24px;
  color: var(--white);
}

.news-standard-wrapper .news-standard-items .news-thumb .post-date h3 span {
  font-weight: 400 !important;
  font-size: 16px;
  color: var(--white);
}

.news-standard-wrapper .news-standard-items .news-content {
  margin-top: 20px;
  position: relative;
  z-index: 9;
}

.news-standard-wrapper .news-standard-items .news-content ul {
  display: flex;
  align-items: center;
  gap: 50px;
  margin-bottom: 15px;
}

@media (max-width: 1199px) {
  .news-standard-wrapper .news-standard-items .news-content ul {
    gap: 20px;
  }
}

.news-standard-wrapper .news-standard-items .news-content ul li {
  font-size: 14px;
  font-weight: 500 !important;
}

.news-standard-wrapper .news-standard-items .news-content ul li i {
  color: var(--theme);
  margin-right: 5px;
}

.news-standard-wrapper .news-standard-items .news-content h3 {
  font-weight: bold;
  margin-bottom: 15px;
  font-size: 26px;
}

.news-standard-wrapper .news-standard-items .news-content h3 a:hover {
  color: var(--theme);
}

.main-sidebar .single-sidebar-widget {
  padding: 40px 30px;
  background-color: var(--bg);
  margin-bottom: 30px;
	border-radius:24px;
}

.main-sidebar .single-sidebar-widget .wid-title {
  margin-bottom: 25px;
}

.main-sidebar .single-sidebar-widget .wid-title h3 {
    font-family: 'Montserrat', sans-serif !important;
  font-weight: 500 !important;
  position: relative;
  padding-bottom: 15px;
}

.main-sidebar .single-sidebar-widget .wid-title h3::before {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 83px;
  content: "";
  background-color: var(--theme);
}

.main-sidebar .single-sidebar-widget .search-widget form {
    max-width: 100%;
    width: 100%;
    position: relative;
}

.main-sidebar .single-sidebar-widget .search-widget form input {
  background-color: var(--white);
  font-size: 15px;
  padding: 20px;
  width: 100%;
  border: none;
  color: var(--text);
}

.main-sidebar .single-sidebar-widget .search-widget form button {
  position: absolute;
  right: 0;
  top: 0;
  width: 70px;
  font-size: 18px;
  height: 100%;
  background-color: var(--theme);
  color: var(--white);
  text-align: center;
  transition: all 0.3s ease-in-out;
}

.main-sidebar .single-sidebar-widget .search-widget form button:hover {
  background-color: #ee751d;
}

.main-sidebar .single-sidebar-widget .news-widget-categories ul li {
    font-family: 'Montserrat', sans-serif !important;
  font-weight: 600 !important;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px;
  background-color: var(--white);
  font-weight: 500 !important;
  transition: all 0.4s ease-in-out;
}

.main-sidebar .single-sidebar-widget .news-widget-categories ul li a {
  color: var(--header);
}

.main-sidebar .single-sidebar-widget .news-widget-categories ul li span {
  transition: all 0.4s ease-in-out;
  color: var(--header);
}

.main-sidebar .single-sidebar-widget .news-widget-categories ul li:not(:last-child) {
  margin-bottom: 12px;
}

.main-sidebar .single-sidebar-widget .news-widget-categories ul li:hover {
  background-color: var(--theme);
  color: var(--white);
}

.main-sidebar .single-sidebar-widget .news-widget-categories ul li:hover a {
  color: var(--white);
}

.main-sidebar .single-sidebar-widget .news-widget-categories ul li:hover span {
  color: var(--white);
}

.active-category {
  background-color: var(--theme)!important;
  color: white!important;
}

.active-category a{
  color: white!important;
}

.active-category span{
  color: white!important;
}

.main-sidebar .single-sidebar-widget .news-widget-categories ul li.active a {
  color: var(--white);
}

.main-sidebar .single-sidebar-widget .news-widget-categories ul li.active span {
  color: var(--white);
}

.main-sidebar .single-sidebar-widget .recent-post-area .recent-items {
  display: flex;
  align-items: center;
  gap: 20px;
}

.main-sidebar .single-sidebar-widget .recent-post-area .recent-items:not(:last-child) {
  margin-bottom: 20px;
}

.main-sidebar .single-sidebar-widget .recent-post-area .recent-items .recent-content ul {
  margin-bottom: 8px;
}

.recent-content ul li {
    font-family: 'Montserrat', sans-serif !important;
  font-weight: 500 !important;
}

.recent-content ul h6{
    font-family: 'Montserrat', sans-serif !important;
  font-weight: 500 !important;
}

.entry-content p{
    font-family: 'Montserrat', sans-serif !important;
  font-weight: 500 !important;
}

.main-sidebar .single-sidebar-widget .recent-post-area .recent-items .recent-content ul li i {
  color: var(--theme);
  margin-right: 5px;
}

.main-sidebar .single-sidebar-widget .recent-post-area .recent-items .recent-content h6 {
  
}

.main-sidebar .single-sidebar-widget .recent-post-area .recent-items .recent-content h6 a:hover {
  color: var(--theme);
}

.main-sidebar .single-sidebar-widget .tagcloud a {
  display: inline-block;
  padding: 11px 20px;
  line-height: 1;
  font-size: 16px;
  font-weight: 500 !important;
  background: var(--white);
  margin-right: 5px;
  text-transform: capitalize;
  margin-bottom: 10px;
  transition: all 0.4s ease-in-out;
}

.main-sidebar .single-sidebar-widget .tagcloud a:last-child {
  margin-right: 0;
}

.main-sidebar .single-sidebar-widget .tagcloud a:hover {
  background-color: var(--theme);
  color: var(--white);
}

.news-details-area .blog-post-details .single-blog-post .post-featured-thumb {
  height: 400px;
}

@media (max-width: 767px) {
  .news-details-area .blog-post-details .single-blog-post .post-featured-thumb {
    height: 400px;
  }
}

.news-details-area .blog-post-details .single-blog-post .post-content .post-list {
  gap: 30px;
  margin-bottom: 20px;
  border-bottom: 1px solid var(--border);
  padding-bottom: 20px;
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid var(--border);
}

.news-details-area .blog-post-details .single-blog-post .post-content .post-list li {
    font-family: 'Montserrat', sans-serif !important;
  font-weight: 500 !important;
  font-size: 14px;
  font-weight: 500 !important;
}

.news-details-area .blog-post-details .single-blog-post .post-content .post-list li i {
  color: var(--theme);
  margin-right: 5px;
}

.news-details-area .blog-post-details .single-blog-post .post-content h3 {
    font-family: 'Montserrat', sans-serif !important;
  font-weight: 500 !important;
  margin-bottom: 20px;
  font-size: 32px;
}

@media (max-width: 575px) {
  .news-details-area .blog-post-details .single-blog-post .post-content h3 {
    font-size: 24px;
  }
}

.news-details-area .blog-post-details .single-blog-post .post-content h3 a:hover {
  color: var(--theme);
}

.news-details-area .blog-post-details .single-blog-post .post-content .hilight-text {
  border-left: 4px solid var(--theme);
  padding: 40px;
  background-color: var(--bg);
  margin-bottom: 0 !important;
}


.news-details-area .blog-post-details .single-blog-post .post-content .hilight-text ul li {
    font-family: 'Montserrat', sans-serif !important;
  font-weight: 600 !important;
	font-size: 18px;
}

.news-details-area .blog-post-details .single-blog-post .post-content .hilight-text p {
  max-width: 650px;
  font-weight: 500 !important;
  text-transform: capitalize;
  font-style: italic;
  line-height: 26px;
}
.news-details-area .blog-post-details .single-blog-post .post-content .hilight-text .list {
  max-width: 650px;
  font-weight: 500 !important;
  text-transform: capitalize;
  font-style: italic;
  line-height: 26px;
}

.news-details-area .blog-post-details .single-blog-post .post-content .hilight-text svg {
  float: right;
  margin-top: -30px;
}

.news-details-area .blog-post-details .single-blog-post .post-content .details-image img {
  width: 100%!important;
  height: 100%!important;
  max-width: 100%!important;
}

.news-details-area .blog-post-details .tag-share-wrap {
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
  padding: 30px 0;
  margin: 0 0;
}
.news-details-area .blog-post-details .tag-share-wrap .tagcloud a {
  display: inline-block;
  padding: 12px 26px;
  line-height: 1;
  background: var(--bg);
  margin-right: 8px;
  text-transform: capitalize;
  font-weight: 500 !important;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

@media (max-width: 575px) {
  .news-details-area .blog-post-details .tag-share-wrap .tagcloud a {
    margin-bottom: 5px;
  }
}

.news-details-area .blog-post-details .tag-share-wrap .tagcloud a:hover {
  background-color: var(--theme);
  color: var(--white);
}

.news-details-area .blog-post-details .tag-share-wrap .social-share span {
  font-size: 18px;
  color: var(--header);
  
}

.news-details-area .blog-post-details .tag-share-wrap .social-share a {
  font-size: 18px;
  color: var(--header);
}

.news-details-area .blog-post-details .tag-share-wrap .social-share a:not(:last-child) {
  margin-right: 10px;
}

.news-details-area .blog-post-details .tag-share-wrap .social-share a:hover {
  color: var(--theme);
}

.news-details-area .blog-post-details .comments-area {
  margin-top: 40px;
  padding: 50px 40px;
  background-color: var(--bg);
}

.news-details-area .blog-post-details .comments-area .comments-heading {
  margin-bottom: 30px;
}

@media (max-width: 575px) {
  .news-details-area .blog-post-details .comments-area .comments-heading {
    margin-bottom: 20px;
  }
}

.news-details-area .blog-post-details .comments-area .comments-heading h3 {
  font-size: 32px;
  font-weight: 500 !important;
}

@media (max-width: 575px) {
  .news-details-area .blog-post-details .comments-area .comments-heading h3 {
    font-size: 28px;
  }
}

.news-details-area .blog-post-details .comments-area .blog-single-comment {
  border-bottom: 1px solid var(--border);
}

@media (max-width: 575px) {
  .news-details-area .blog-post-details .comments-area .blog-single-comment {
    flex-wrap: wrap;
    gap: 20px;
  }
}

.news-details-area .blog-post-details .comments-area .blog-single-comment .content .head .con h5 {
  margin-bottom: 5px;
  
}

.news-details-area .blog-post-details .comments-area .blog-single-comment .content .head .star i {
  color: var(--theme);
  font-size: 14px;

}

.news-details-area .blog-post-details .comments-area .blog-single-comment .content .reply {
  border-radius: 30px;
  padding: 5px 15px;
  font-weight: 400 !important;
  background-color: var(--white);
  color: var(--theme);
}

.news-details-area .blog-post-details .comment-form-wrap h3 {
  font-size: 32px;
  margin-bottom: 30px;
}

@media (max-width: 575px) {
  .news-details-area .blog-post-details .comment-form-wrap h3 {
    font-size: 28px;
    margin-bottom: 20px;
  }
}

.news-details-area .blog-post-details .comment-form-wrap .form-clt input,
.news-details-area .blog-post-details .comment-form-wrap .form-clt textarea {
  width: 100%;
  outline: none;
  border: none;
  background-color: transparent;
  border: 1px solid var(--border);
  padding: 16px 20px;
  font-weight: 500 !important;
}

.news-details-area .blog-post-details .comment-form-wrap .form-clt input::placeholder,
.news-details-area .blog-post-details .comment-form-wrap .form-clt textarea::placeholder {
  color: var(--text);
}

.news-details-area .blog-post-details .comment-form-wrap .form-clt textarea {
  padding-bottom: 100px;
}

.why-choose-section {
  position: relative;
  z-index: 9;
}

.why-choose-section .left-shape {
  position: absolute;
  left: 0;
  bottom: 0;
}

.why-choose-section .right-shape {
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
}

.why-choose-items {
  margin-top: 30px;
  background-color: var(--white);
  border-radius: 16px;
  border: 1px solid var(--border);
  padding: 38px;
  position: relative;
  transition: all 0.4s ease-in-out;
}

@media (max-width: 575px) {
  .why-choose-items {
    padding: 30px;
  }
}

.why-choose-items .tag {
  padding: 14px 18px 12px 40px;
  background-color: var(--theme);
  display: inline-block;
  position: absolute;
  top: 40px;
  right: 0;
  overflow: hidden;
}

.why-choose-items .tag h6 {
  font-size: 15px;
  color: var(--white);
}

.why-choose-items .tag::before {
  width: 0;
  height: 0;
  border-top: 38px solid var(--white);
  border-right: 37px solid transparent;
  content: "";
  left: -22px;
  position: absolute;
  bottom: 13%;
  transform: rotate(135deg);
}

.why-choose-items .why-choose-header {
  /* border-bottom: 1px solid var(--border); */
  padding-bottom: 40px;
}

@media (max-width: 575px) {
  .why-choose-items .why-choose-header {
    padding-bottom: 20px;
  }
}

.why-choose-items .why-choose-header span {
  display: inline-block;
  font-size: 18px;
  font-weight: 500 !important;
}

.why-choose-items .why-choose-header p {
  margin-top: 20px;
}

.why-choose-items .pricing-list {
  margin-top: 40px;
}

@media (max-width: 575px) {
  .why-choose-items .pricing-list {
    margin-top: 20px;
  }
}

.why-choose-items .pricing-list li {
  
}

.why-choose-items .pricing-list li:not(:last-child) {
  margin-bottom: 10px;
}

.why-choose-items .pricing-list li i {
  color: var(--theme);
  margin-right: 10px;
}

.why-choose-items .pricing-button {
  margin-top: 30px;
}

@media (max-width: 575px) {
  .why-choose-items .pricing-button {
    margin-top: 20px;
  }
}

.why-choose-items .pricing-button p {
  font-weight: 500 !important;
}

.why-choose-items .pricing-button .pricing-btn {
  display: inline-block;
  background-color: transparent;
  color: var(--theme);
  display: inline-block;
  font-size: 16px;
  
  padding: 24px 40px;
  border-radius: 0;
  text-transform: capitalize;
  transition: all 0.3s ease-in-out;
  position: relative;
  line-height: 1;
  width: 100%;
  border-radius: 36px;
  border: 1px solid var(--theme);
  text-align: center;
}

.why-choose-items .pricing-button .pricing-btn i {
  margin-left: 10px;
}

@media (max-width: 767px) {
  .why-choose-items .pricing-button .pricing-btn {
    padding: 16px 32px;
  }
}

@media (max-width: 575px) {
  .why-choose-items .pricing-button .pricing-btn {
    padding: 18px 30px;
    font-size: 14px;
  }
}

.why-choose-items .pricing-button .pricing-btn:hover {
  background-color: var(--theme);
  color: var(--white);
}

.why-choose-items.active {
  background-color: var(--theme);
  border: 1px solid var(--theme);
}

.why-choose-items.active .tag {
  background-color: #FF8C22;
}

.why-choose-items.active .tag::before {
  border-top: 38px solid var(--theme);
}

.why-choose-items.active .why-choose-header {
  border-bottom: 1px solid var(--white);
}

.why-choose-items.active .why-choose-header h2 {
  color: var(--white);
}

.why-choose-items.active .why-choose-header span {
  color: var(--white);
}

.why-choose-items.active .why-choose-header p {
  color: var(--white);
}

.why-choose-items.active .pricing-list li {
  color: var(--white);
}

.why-choose-items.active .pricing-list li i {
  color: var(--white);
}

.why-choose-items.active .pricing-button p {
  color: var(--white);
}

.why-choose-items.active .pricing-button .pricing-btn {
  border: 1px solid var(--white);
  color: var(--white);
}

.why-choose-items.active .pricing-button .pricing-btn:hover {
  background-color: var(--header);
  border: 1px solid transparent;
}

.why-choose-items:hover {
  transform: translateY(-10px);
}

.why-choose-wrapper .section-title-area .nav {
  display: flex;
  align-items: center;
  gap: 30px;
}

@media (max-width: 575px) {
  .why-choose-wrapper .section-title-area .nav {
    gap: 15px;
  }
}

.why-choose-wrapper .section-title-area .nav .nav-link {
  text-align: center;
  padding: 10px 40px;
  background-color: transparent;
  border-radius: 6px;
  
  font-size: 15px;
  text-transform: capitalize;
  color: var(--header);
  transition: all 0.3s ease-in-out;
  border: 1px solid var(--border);
}

@media (max-width: 991px) {
  .why-choose-wrapper .section-title-area .nav .nav-link {
    padding: 14px 45px;
    font-size: 18px;
  }
}

@media (max-width: 575px) {
  .why-choose-wrapper .section-title-area .nav .nav-link {
    padding: 12px 20px;
    font-size: 14px;
  }
}

.why-choose-wrapper .section-title-area .nav .nav-link.active {
  position: relative;
  background-color: var(--theme);
  color: var(--white);
  border: 1px solid transparent;
}

.preloader {
  align-items: center;
  cursor: default;
  display: flex;
  height: 100%;
  justify-content: center;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 9999999;
}

.preloader .animation-preloader {
  z-index: 1000;
}

.preloader .animation-preloader .spinner {
  animation: spinner 1s infinite linear;
  border-radius: 50%;
  border: 3px solid rgba(0, 0, 0, 0.2);
  border-top-color: var(--theme);
  height: 9em;
  margin: 0 auto 3.5em auto;
  width: 9em;
}


@media (max-width: 767px) {
  .preloader .animation-preloader .spinner {
    width: 7.5em;
    height: 7.5em;
    margin: 0 auto 1.5em auto;
  }
}

.preloader .animation-preloader .txt-loading {
/*   font: bold 5em "Kumbh Sans", sans-serif, "Kumbh Sans", sans-serif; */
  text-align: center;
  user-select: none;
}

@media (max-width: 767px) {
  .preloader .animation-preloader .txt-loading {
    font-size: 2.5em;
  }
}

.preloader .animation-preloader .txt-loading .letters-loading {
  color: var(--theme);
  position: relative;
}

.preloader .animation-preloader .txt-loading .letters-loading:nth-child(2):before {
  animation-delay: 0.2s;
}

.preloader .animation-preloader .txt-loading .letters-loading:nth-child(3):before {
  animation-delay: 0.4s;
}

.preloader .animation-preloader .txt-loading .letters-loading:nth-child(4):before {
  animation-delay: 0.6s;
}

.preloader .animation-preloader .txt-loading .letters-loading:nth-child(5):before {
  animation-delay: 0.8s;
}

.preloader .animation-preloader .txt-loading .letters-loading:nth-child(6):before {
  animation-delay: 1s;
}

.preloader .animation-preloader .txt-loading .letters-loading:nth-child(7):before {
  animation-delay: 1.2s;
}

.preloader .animation-preloader .txt-loading .letters-loading:nth-child(8):before {
  animation-delay: 1.4s;
}

.preloader .animation-preloader .txt-loading .letters-loading::before {
  animation: letters-loading 4s infinite;
  color: var(--header);
  content: attr(data-text-preloader);
  left: 0;
  opacity: 0;
/*   font-family: "Kumbh Sans", sans-serif; */
  position: absolute;
  top: -3px;
  transform: rotateY(-90deg);
}

.preloader p {
  font-size: 15px;
  
  text-transform: uppercase;
  letter-spacing: 8px;
  color: var(--theme);
}

.preloader .loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-size: 0;
  z-index: 1;
  pointer-events: none;
}

.preloader .loader .row {
  height: 100%;
}

.preloader .loader .loader-section {
  padding: 0px;
}

.preloader .loader .loader-section .bg {
  background-color: var(--bg);
  height: 100%;
  left: 0;
  width: 100%;
  transition: all 800ms cubic-bezier(0.77, 0, 0.175, 1);
}

.preloader.loaded .animation-preloader {
  opacity: 0;
  transition: 0.3s ease-out;
}

.preloader.loaded .loader-section .bg {
  width: 0;
  transition: 0.7s 0.3s allcubic-bezier(0.1, 0.1, 0.1, 1);
}

.search-wrap {
  width: 100%;
  height: 100%;
  overflow: hidden;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999999;
  background-color: rgba(255, 255, 255, 0.9);
}

.search-wrap .search-inner {
  position: relative;
  width: 100%;
  height: 100%;
}

.search-wrap .search-cell {
  position: absolute;
  top: 50%;
  width: 100%;
  transform: translateY(-50%);
}

.search-wrap .search-field-holder {
  width: 50%;
  margin: auto;
  position: relative;
  animation: slideInUp 0.3s;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .search-wrap .search-field-holder {
    width: 70%;
  }
}


@media (max-width: 575px) {
  .search-wrap .search-field-holder {
    width: 80%;
  }
}

.search-wrap .main-search-input {
  width: 100%;
  height: 70px;
  border: 0;
  padding: 0 50px;
  text-transform: capitalize;
  background: transparent;
  font-size: 25px;
  color: var(--theme);
  border-bottom: 2px solid var(--theme);
  text-align: center;
  letter-spacing: 2px;
}

@media (max-width: 575px) {
  .search-wrap .main-search-input {
    height: 50px;
    padding: 0 0;
    line-height: 50px;
    font-size: 18px;
  }
}

.search-wrap input.form-control,
.search-wrap input.form-control:focus {
  background-color: var(--theme);
}

input.main-search-input::placeholder {
  color: var(--theme);
  opacity: 1;
  font-size: 25px;
}

@media (max-width: 575px) {
  input.main-search-input::placeholder {
    font-size: 18px;
  }
}

.search-close {
  position: absolute;
  top: 50px;
  right: 50px;
  font-size: 30px;
  color: var(--theme);
  cursor: pointer;
}

.mouse-cursor {
  position: fixed;
  left: 0;
  top: 0;
  pointer-events: none;
  border-radius: 50%;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  visibility: hidden;
}

.cursor-inner {
  width: 6px;
  height: 6px;
  z-index: 10000001;
  /* background-color: var(--theme); */
  -webkit-transition: width 0.3s ease-in-out, height 0.3s ease-in-out, margin 0.3s ease-in-out, opacity 0.3s ease-in-out;
  -o-transition: width 0.3s ease-in-out, height 0.3s ease-in-out, margin 0.3s ease-in-out, opacity 0.3s ease-in-out;
  transition: width 0.3s ease-in-out, height 0.3s ease-in-out, margin 0.3s ease-in-out, opacity 0.3s ease-in-out;
}

.cursor-inner.cursor-hover {
  margin-left: -35px;
  margin-top: -35px;
  width: 70px;
  height: 70px;
  /* background-color: #085292; */
  opacity: 0.3;
}

.cursor-outer {
  margin-left: -12px;
  margin-top: -12px;
  width: 30px;
  height: 30px;
  /* border: 1px solid #085292; */
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 10000000;
  opacity: 0.5;
  -webkit-transition: all 0.08s ease-out;
  -o-transition: all 0.08s ease-out;
  transition: all 0.08s ease-out;
}

.cursor-outer.cursor-hover {
  opacity: 0;
}


.project-items .project-image img {
    width: 100%;
    height: 350px;
    object-fit: cover;
    background: #D2E9FB;
    padding: 16px;
    border-radius: 24px;
}

.project-items .project-image .project-content {
  bottom: 25px;
  left: 25px;
  right: 25px;
  padding: 20px 33px;
  background-color: var(--white);
	text-align:center;
  overflow: hidden;
}


.project-items .project-image .project-content p {
  color: #EE751D;
  font-weight: 500 !important;
	font-size:18px;
    font-family: 'Montserrat', sans-serif !important;
  font-weight: 500 !important;
  margin-bottom: 5px;
}

.project-items .project-image .project-content h4 {
  font-weight: bold;
}

.project-items .project-image .project-content h4 a {
    font-family: 'Montserrat', sans-serif !important;
  font-weight: 500 !important;
	font-size:20px;
}

.project-items .project-image .project-content h4 a:hover {
  color: #ee751d;
}

.project-items .project-image .project-content .icon {
  width: 65px;
  height: 65px;
  line-height: 65px;
  background-color: var(--white);
  box-shadow: var(--box-shadow-2);
  border-radius: 50%;
  text-align: center;
  color: var(--theme);
  position: absolute;
  top: 130px;
  right: 30px;
  visibility: hidden;
  opacity: 0;
  transition: all 0.4s ease-in-out;
  transform: rotate(-40deg);
}

.project-items .project-image .project-content .icon:hover {
  background-color: #ee751d;
  color: var(--white);
}

.project-items:hover .project-image .project-content::before {
  height: 100%;
}

.project-items:hover .project-image .project-content .icon {
  top: 35px;
  opacity: 1;
  visibility: visible;
  transform: rotate(0deg);
}

.project-items.style-2 {
  margin-top: 30px;
}

.project-section-2 {
  position: relative;
}

.project-section-2::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: var(--bg2);
  height: 35%;
  z-index: -1;
}

.project-section-2::after {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: var(--bg);
  width: 91%;
}

@media (max-width: 1199px) {
  .project-section-2::after {
    width: 100%;
  }
}

.project-section-2 .left-shape {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

.project-section-2 .right-shape {
  position: absolute;
  bottom: 0;
  right: 9%;
  z-index: 1;
}

.project-wrapper {
  margin-left: -22%;
}

@media (max-width: 1199px) {
  .project-wrapper {
    margin-left: 0;
  }
}

.project-wrapper .project-items.style-2 {
  margin-top: 30px;
}

.project-wrapper .project-items.style-2 .project-image {
  height: initial;
}

.project-wrapper .project-items.style-2 .project-content::before {
  display: none;
}

.project-wrapper .project-items.style-2 .project-content .arrow-icon {
  width: 85px;
  height: 100%;
  line-height: 130px;
  background-color: rgba(56, 75, 255, 0.1);
  text-align: center;
  color: var(--theme);
  position: absolute;
  top: 0;
  right: 0;
  transition: all 0.4s ease-in-out;
}

.project-wrapper .project-items.style-2 .project-content .arrow-icon i {
  transform: rotate(-40deg);
  font-size: 20px;
  transition: all 0.4s ease-in-out;
}

.project-wrapper .project-items.style-2 .project-content .arrow-icon i:hover {
  transform: rotate(0);
}

.project-wrapper .project-items.style-2 .project-content .arrow-icon-2 {
  width: 80px;
  height: 80px;
  line-height: 70px;
  border-radius: 50%;
  background-color: rgba(56, 75, 255, 0.1);
  display: inline-block;
  color: var(--theme);
  transition: all 0.4s ease-in-out;
  position: absolute;
  bottom: -20px;
  right: -20px;
}

.project-wrapper .project-items.style-2 .project-content .arrow-icon-2 i {
  transform: rotate(-40deg);
  font-size: 20px;
  transition: all 0.4s ease-in-out;
  margin-left: 25px;
}

.project-wrapper .project-items.style-2 .project-content .arrow-icon-2 i:hover {
  transform: rotate(0);
}

.project-wrapper .project-items.style-2 .project-content .arrow-icon-2:hover {
  background-color: var(--theme);
}

.project-wrapper .project-items.style-2 .project-content .arrow-icon-2:hover i {
  color: var(--white);
}

.project-wrapper .project-items.style-2 .project-content:hover .arrow-icon {
  background-color: var(--theme);
  color: var(--white);
}

.project-wrapper.style-2 {
  margin-left: 0;
  margin-right: -57%;
}

@media (max-width: 1199px) {
  .project-wrapper.style-2 {
    margin-right: 0;
  }
}

.project-section-3 {
  position: relative;
}

.project-section-3::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: #15067D;
  opacity: 0.6;
}

.project-section-3::after {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: var(--white);
  top: 60%;
}

@media (max-width: 575px) {
  .project-section-3 .section-title-area {
    justify-content: center;
    text-align: center;
  }
}

.section-title-area .video-box {
  position: relative;
  z-index: 9;
}

.section-title-area .video-box .video-btn {
  display: inline-block;
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  border-radius: 50%;
  color: var(--white);
  background-color: var(--theme);
}

.section-title-area .video-box .ripple::before,
.section-title-area .video-box .ripple::after {
  box-shadow: 0 0 0 0 rgba(56, 75, 255, 0.8);
}

.project-details-wrapper .project-details-items .details-image img {
  width: 100%;
  height: 100%;
}

.project-details-wrapper .project-details-items .details-content h3 {
  font-family: 'Montserrat', sans-serif !important;
  font-weight: 500 !important;
  font-size: 28px;
  margin-bottom: 20px;
  font-weight: 500 !important;
}

@media (max-width: 767px) {
  .project-details-wrapper .project-details-items .details-content h3 {
    font-size: 26px;
  }
}

@media (max-width: 575px) {
  .project-details-wrapper .project-details-items .details-content h3 {
    font-size: 24px;
  }
}

.project-details-wrapper .project-details-items .project-catagory {
    padding: 40px 30px;
    background-color: var(--white);
    box-shadow: var(--box-shadow);
    border-top: 4px solid var(--theme);
    margin-top: 79px;
    margin-right: 30px;
}

@media (max-width: 991px) {
  .project-details-wrapper .project-details-items .project-catagory {
    margin-top: 0;
  }
}

.project-details-wrapper .project-details-items .project-catagory h3 {
  border-bottom: 1px solid var(--border);
  padding-bottom: 30px;
}

.project-details-wrapper .project-details-items .project-catagory ul li {
  font-family: 'Montserrat', sans-serif !important;
  font-weight: 500 !important;
  
  color: var(--header);
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid var(--border);
  padding: 16px 0;
}

.project-details-wrapper .project-details-items .project-catagory ul li::before {
    flex-basis: 29%;
}

.project-details-items h4 {
    font-family: 'Montserrat', sans-serif !important;
  font-weight: 500 !important;
}

.project-details-wrapper .project-details-items .project-catagory ul li span {
  font-family: 'Montserrat', sans-serif !important;
  font-weight: 500 !important;
  font-weight: 500 !important;
  flex-basis: 71%; /* Allocate 70% of space to the span */
  text-align: left; /* Align text to the left side */
}


.project-details-wrapper .project-details-items .project-catagory ul li span a  {
  color: var(--text);
  transition: all 0.4s ease-in-out;
  margin-right: 16px;
}

.project-details-wrapper .project-details-items .project-catagory ul li span a:hover {
  color: var(--theme);
}

.project-details-wrapper .project-details-items .list li {
    font-family: 'Montserrat', sans-serif !important;
  font-weight: 500 !important;
  font-weight: 500 !important;
  color: var(--header);
}

.project-details-wrapper .project-details-items .list li:not(:last-child) {
  margin-bottom: 10px;
}

.project-details-wrapper .project-details-items .list li i {
  margin-right: 5px;
  color: var(--theme);
}

.project-details-wrapper .project-details-items .thumb img {
  width: 100%;
  height: 100%;
}

.project-details-wrapper .preview-area {
  margin-top: 80px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
  padding: 30px 0;
}

.project-details-wrapper .preview-area .preview-item {
  display: flex;
  align-items: center;
  gap: 12px;
}

.project-details-wrapper .preview-area .preview-item .content.text-right {
  text-align: right;
}

.project-details-wrapper .preview-area .preview-item .content h3{
    font-family: 'Montserrat', sans-serif !important;
  font-weight: 500 !important;
}

.section-title {
  position: relative;
  z-index: 99;
  margin-bottom: 30px;
  margin-top: -7px;
}
.home .features-section .section-title {
  margin-bottom: 0;
  margin-top: 0;
}

.section-title span {
  font-family: 'Montserrat', sans-serif !important;
  font-weight: 600 !important;
  color: #000;
  margin-bottom: 3px;
  display: inline-block;
  text-transform: uppercase;
}

.section-title h2 span {
    font-family: 'Montserrat', sans-serif !important;
  font-weight: 700 !important;
    color: #ee751d;
    margin-bottom: 0;
    text-transform: none;
}

.section-title-area {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  z-index: 9;
}

.center {
  text-align: center;
  margin: 0 auto;
}

.main-bg {
  background-color: var(--bg);
}

.section-bg {
  background-color: var(--bg);
}

.section-bg-2 {
  background-color: #085292;
}

.section-padding {
  padding: 100px 0;
}

.service-wrapper {
  margin-bottom: 130px;
}

.service-wrapper .service-text {
  margin-top: 50px;
  text-align: center;
  z-index: 1;
}

.service-wrapper .service-text h6 {
  font-size: 16px;
}

.service-wrapper .service-text h6 a {
  
	color: #fff;
/*   color: #085292; */
/*   text-decoration: underline; */
}

.service-box-items {
  margin-top: 0px;
  padding: 30px 40px;
  position: relative;
  z-index: 9;
  height: 100%;
	border: 1px solid #E5E5E5;
	border-radius:24px;
}
/* 
.service-box-items::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: #085292;
  transform: scale(1, 0);
  transition: transform 500ms ease;
  transform-origin: bottom center;
	border-radius:24px;
  z-index: -1;
} */

/* .service-box-items::after {
  position: absolute;
  top: -50px;
  right: 0;
  width: 105px;
  height: 100%;
  content: "";
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url(../img/service/line-shape.png);
  z-index: -1;
	border-radius:24px;
  visibility: hidden;
  opacity: 0;
  transition: all 0.4s ease-in-out;
} */

.service-box-items .icon {
  position: relative;
  z-index: 2;
  display: inline-block;
  margin-left: 20px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.service-box-items .icon::before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  content: "";
  width: 80px;
  height: 80px;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url(../img/service/icon-layout.svg);
  z-index: -1;
  transition: all 0.4s ease-in-out;
}

/* .service-box-items .content {
  margin-top: 20px;
}
 */
.service-box-items .content h4 {
  margin-bottom: 10px;
  font-weight: bold;
  min-height: 52px;
	font-size:24px;
}
.service-box-items .content p {
  font-family: 'Montserrat', sans-serif !important;
  font-weight: 500 !important;
  color: #000;
}

.service-box-items .content h4 a {
    font-family: 'Montserrat', sans-serif !important;
  font-weight: 700 !important;
  color: #0F0D1D;
}

.service-box-items .content h4 a:hover {
  color: var(--theme);
}

.service-box-items:hover::before {
  transform: scale(1, 1);
  transform-origin: top center;
}

.service-box-items:hover::after {
  top: 0;
  visibility: visible;
  opacity: 1;
}
/* 
.service-box-items:hover .icon::before {
  filter: grayscale(100%) brightness(300%);
} */

/* .service-box-items:hover .content h4 a {
  color: var(--white);
}

.service-box-items:hover .content p {
  color: var(--white);
} */

.service-box-items:hover .content .theme-btn-2 {
  color: var(--white);
}

.service-box-items.active::before {
  transform: scale(1, 1);
  transform-origin: top center;
}

.service-box-items.active::after {
  top: 0;
  visibility: visible;
  opacity: 1;
}

.service-box-items.active .icon::before {
  filter: grayscale(100%) brightness(300%);
}

.service-box-items.active .content h4 a {
  color: var(--white);
}

.service-box-items.active .content p {
  color: var(--white);
}

.service-box-items.active .content .theme-btn-2 {
  color: var(--white);
}

.service-box-items.style-2 {
  background-color: var(--white);
  box-shadow: var(--box-shadow);
}

.service-box-items.style-2::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url(../img/service/01.jpg);
}

.service-box-items.style-2.active::before {
  transform: scale(1, 1);
  transform-origin: top center;
}

.service-box-items.style-2.active::after {
  top: 0;
  visibility: visible;
  opacity: 1;
}

.service-box-items.style-2.active .icon::before {
  filter: grayscale(100%) brightness(300%);
}

.service-box-items.style-2.active .content h4 a {
  color: var(--white);
}

.service-box-items.style-2.active .content p {
  color: var(--white);
}

.service-box-items.style-2.active .content .theme-btn-2 {
  color: var(--white);
}

.service-box-items.style-3 {
  box-shadow: var(--box-shadow);
  border-radius: 10px !important;
  background-color: var(--white);
}

.service-box-items.style-3::before {
  background: linear-gradient(180deg, #384BFF -23.85%, #6324B3 100%);
  border-radius: 10px;
}

.service-box-items.style-3::after {
  display: none;
}

.service-box-items.style-3 .icon::before {
  background-image: url(../img/service/shape-2.png);
}

.service-box-items.style-3 .theme-btn-2 {
  border: 1px solid var(--border);
  padding: 20px 30px;
  border-radius: 100px;
  line-height: 1;
  margin-top: 30px;
  color: var(--header);
}

.service-box-items.style-3 .theme-btn-2:hover {
  background-color: var(--white);
  color: var(--header);
}

.service-box-items.style-3:hover .icon::before {
  background-image: url(../img/service/shape.png);
}

.service-box-items.style-3.active::before {
  transform: scale(1, 1);
  transform-origin: top center;
}

.service-box-items.style-3.active::after {
  top: 0;
  visibility: visible;
  opacity: 1;
}

.service-box-items.style-3.active .icon::before {
  background-image: url(../img/service/shape.png);
}

.service-box-items.style-3.active .theme-btn-2 {
  background-color: var(--white);
  color: var(--header);
}

.service-box-items.style-3.active .content h4 a {
  color: var(--white);
}

.service-box-items.style-3.active .content p {
  color: var(--white);
}

.service-section-2 {
  position: relative;
}

.service-section-2::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url(../img/service/service-bg-2.jpg);
  top: 85%;
}

.service-card-items {
  margin-top: 30px;
  background-color: var(--white);
  border-radius: 0 0 10px 10px;
  box-shadow: var(--box-shadow);
  position: relative;
  overflow: hidden;
}

.service-card-items .icon-2 {
  position: absolute;
  bottom: 8px;
  right: 8px;
  opacity: 0.2;
}

.service-card-items .service-image img {
  width: 100%;
  height: 100%;
}

.service-card-items .service-content {
  padding: 35px 30px;
  position: relative;
  z-index: 9;
}

.service-card-items .service-content .icon {
  width: 70px;
  height: 70px;
  line-height: 65px;
  text-align: center;
  border-radius: 8px;
  background-color: var(--theme);
  margin-bottom: 30px;
  margin-top: -70px;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  -webkit-transition: -webkit-transform 500ms ease;
  transition: -webkit-transform 500ms ease;
  transition: transform 500ms ease;
}

.service-card-items .service-content .icon img {
  filter: grayscale(100%) brightness(300%);
}

.service-card-items .service-content h4 {
  
  margin-bottom: 10px;
}

.service-card-items .service-content h4 a:hover {
  color: var(--theme);
}

.service-card-items:hover .icon {
  transform: scaleX(-1);
}

.service-section-3 {
  position: relative;
}

.service-section-3 .line-shape-2 {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.service-section-3 .line-shape-2 img {
  width: 100%;
  height: 100%;
}

.service-details-wrapper .service-details-items .details-image img {
  width: 100%;
  height: 100%;
}

.service-details-wrapper .service-details-items .details-content {
  margin-top: 35px;
}

.service-details-wrapper .service-details-items .details-content h3 {
  font-size: 30px;
}

.service-details-wrapper .service-details-items .details-content .details-video-items {
  display: flex;
  align-items: center;
  gap: 170px;
  margin-top: 40px;
  margin-bottom: 40px;
  flex-wrap: wrap;
  margin-left: 34px;
}


.service-details-wrapper .service-details-items .details-content .details-video-items .video-thumb {
  position: relative;
}

.service-details-wrapper .service-details-items .details-content .details-video-items .video-thumb img {
  width: 100%;
  height: 100%;
}

.service-details-wrapper .service-details-items .details-content .details-video-items .video-thumb .video-box {
  position: absolute;
  top: 50%;
  left: 50%;
  border-radius: 50%;
  text-align: center;
  transform: translate(-50%, -50%);
}

.service-details-wrapper .service-details-items .details-content .details-video-items .video-thumb .video-box .video-btn {
  width: 55px;
  height: 55px;
  line-height: 55px;
  background-color: var(--white);
  color: var(--theme);
  display: inline-block;
  text-align: center;
  border-radius: 50%;
}

.service-details-wrapper .service-details-items .details-content .details-video-items .video-thumb .video-box .ripple::before,
.service-details-wrapper .service-details-items .details-content .details-video-items .video-thumb .video-box .ripple::after {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.8);
  width: 62px;
  height: 62px;
}

.service-details-wrapper .service-details-items .details-content .details-video-items .content p {
  margin-top: 5px;
}

.service-details-wrapper .service-details-items .details-content .details-video-items .content .list {
  margin-top: 20px;
}

.service-details-wrapper .service-details-items .details-content .details-video-items .content .list li {
  font-weight: 500 !important;
}

.service-details-wrapper .service-details-items .details-content .details-video-items .content .list li:not(:last-child) {
  margin-bottom: 10px;
}

.service-details-wrapper .service-details-items .details-content .details-video-items .content .list li i {
  margin-right: 10px;
  color: #085292;
}

.service-details-wrapper .service-details-items .details-content .image-area {
  margin-top: 30px;
  margin-bottom: 40px;
}

.service-details-wrapper .service-details-items .details-content .image-area .thumb img {
  width: 100%;
  height: 100%;
}

.main-sidebar .single-sidebar-widget {
  padding: 40px 30px;
  background-color: var(--bg);
  margin-bottom: 30px;
}

.main-sidebar .single-sidebar-widget .wid-title {
  margin-bottom: 25px;
}

.main-sidebar .single-sidebar-widget .widget-categories ul li {
  display: flex;
  align-items: center;
  transition: all 0.4s ease-in-out;
  justify-content: space-between;
  padding: 20px;
  background-color: var(--white);
  font-weight: 500 !important;
}

.main-sidebar .single-sidebar-widget .widget-categories ul li:not(:last-child) {
  margin-bottom: 12px;
}

.main-sidebar .single-sidebar-widget .widget-categories ul li a {
  color: var(--header);
}

.main-sidebar .single-sidebar-widget .widget-categories ul li i {
  color: #085292;
  transition: all 0.4s ease-in-out;
}

.main-sidebar .single-sidebar-widget .widget-categories ul li:hover {
  background-color: #ee751d;
}

.main-sidebar .single-sidebar-widget .widget-categories ul li:hover a {
  color: var(--white);
}

.main-sidebar .single-sidebar-widget .widget-categories ul li:hover i {
  color: var(--white);
}

.main-sidebar .single-sidebar-widget .widget-categories ul li.active {
  background-color: #ee751d;
}

.main-sidebar .single-sidebar-widget .widget-categories ul li.active a {
  color: var(--white);
}

.main-sidebar .single-sidebar-widget .widget-categories ul li.active i {
  color: var(--white);
}

.main-sidebar .single-sidebar-widget .opening-category ul li {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 20px;
  background-color: var(--white);
  font-weight: 500 !important;
  color: var(--header);
}

.main-sidebar .single-sidebar-widget .opening-category ul li:not(:last-child) {
  margin-bottom: 12px;
}

.main-sidebar .single-sidebar-widget .opening-category ul li i {
  color: var(--theme);
}

.main-sidebar .single-sidebar-image {
  height: 400px;
  max-width: 500px;
  position: relative;
}

.main-sidebar .single-sidebar-image::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: linear-gradient(180deg, #3C72FC 0%, rgba(0, 6, 12, 0) 100%);
  opacity: 0.9;
}

.main-sidebar .single-sidebar-image .contact-text {
  position: relative;
  text-align: center;
  padding: 130px 30px;
  margin: 0 auto;
}

.main-sidebar .single-sidebar-image .contact-text .icon {
  width: 48px;
  height: 48px;
  line-height: 48px;
  text-align: center;
  background-color: var(--white);
  text-align: center;
  color: var(--theme);
  border-radius: 50%;
  margin: 0 auto;
  position: relative;
}

.main-sidebar .single-sidebar-image .contact-text .icon::before {
  position: absolute;
  top: 50%;
  left: 50%;
  right: 0;
  bottom: 0;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  border: 1px solid var(--white);
  content: "";
  transform: translate(-50%, -50%);
}

.main-sidebar .single-sidebar-image .contact-text h4 {
  color: var(--white);
  margin-top: 30px;
}

.main-sidebar .single-sidebar-image .contact-text h5 {
  margin-top: 15px;
}

.main-sidebar .single-sidebar-image .contact-text h5 a {
  color: var(--white);
}

.team-section {
  position: relative;
}

.team-section .line-shape {
  position: absolute;
  top: 0;
  left: 0;
}

.team-section .line-shape img {
  width: 100%;
  height: 100%;
}

.team-section .mask-shape {
  position: absolute;
  top: -40%;
  right: -2%;
}

.team-wrapper {
  position: relative;
  z-index: 9;
}

.team-wrapper .team-items {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 30px;
  padding: 35px 0;
  position: relative;
}

.team-wrapper .team-items .team-title {
  width: 250px;
}

.team-wrapper .team-items .team-title span {
  color: var(--theme);
  margin-bottom: 5px;
  display: inline-block;
}

.team-wrapper .team-items .team-title h4 {
  position: relative;
  transition: all 0.4s ease-in-out;
}

.team-wrapper .team-items .team-title h4::before {
  position: absolute;
  top: 12px;
  left: 0;
  content: "";
  width: 30px;
  height: 2px;
  background-color: var(--white);
  visibility: hidden;
  opacity: 0;
  transition: all 0.4s ease-in-out;
}

.team-wrapper .team-items .team-title h4 a {
  color: var(--white);
}

.team-wrapper .team-items .team-title h4:hover {
  padding-left: 40px;
}

.team-wrapper .team-items .team-title h4:hover::before {
  opacity: 1;
  visibility: visible;
}

.team-wrapper .team-items p {
  color: rgba(255, 255, 255, 0.8);
}

.team-wrapper .team-items .social-profile {
  display: flex;
  align-items: center;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  z-index: 2;
  overflow: hidden;
  gap: 10px;
}

.team-wrapper .team-items .social-profile ul {
  transform: translateX(100px);
  transition: all 0.6s ease-in-out;
  opacity: 0;
  visibility: hidden;
  display: flex;
  align-items: center;
  gap: 10px;
}

.team-wrapper .team-items .social-profile ul li a {
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 50%;
  text-align: center;
  display: block;
  background: rgba(56, 75, 255, 0.2);
  color: var(--white);
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  text-align: center;
  margin: 0 auto;
}

.team-wrapper .team-items .social-profile ul li a:hover {
  background-color: var(--theme);
  color: var(--white);
}

.team-wrapper .team-items .social-profile .plus-btn {
  z-index: 2;
  cursor: pointer;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 50%;
  text-align: center;
  display: inline-block;
  background: var(--white);
  color: var(--theme);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.team-wrapper .team-items .social-profile:hover ul {
  transform: translateY(0);
  opacity: 1;
  visibility: visible;
}

.team-wrapper .team-items .team-hover {
  width: 176px;
  height: 176px;
  position: absolute;
  border-radius: 50%;
  top: 50%;
  transform: translateY(-50%) rotate(10deg);
  inset-inline-start: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position-x: 75%;
  border-radius: 30px;
  opacity: 0;
  transition: opacity 0.3s, transform 0.7s cubic-bezier(0.23, 1, 0.32, 1);
  margin: -200px 0 0 -50px;
  overflow: hidden;
  pointer-events: none;
  z-index: 2;
  visibility: hidden;
}

.team-wrapper .team-items:hover .team-hover {
  opacity: 1;
  visibility: visible;
}

.team-card-items {
  margin-top: 30px;
}

.team-card-items .team-image {
  position: relative;
}

.team-card-items .team-image img {
  width: 100%;
  height: 100%;
}

.team-card-items .team-image .social-profile {
  position: absolute;
  right: 30px;
  top: 30px;
  content: "";
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  z-index: 2;
  display: inline-block;
  overflow: hidden;
}

.team-card-items .team-image .social-profile ul {
  transform: translateY(-100px);
  transition: all 0.6s ease-in-out;
  opacity: 0;
  visibility: hidden;
}

.team-card-items .team-image .social-profile ul li:not(:last-child) {
  margin-bottom: 10px;
}

.team-card-items .team-image .social-profile ul li a {
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 16px;
  border-radius: 50%;
  display: block;
  background: var(--white);
  color: var(--header);
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  text-align: center;
  margin: 0 auto;
}

.team-card-items .team-image .social-profile ul li a:hover {
  background-color: var(--theme);
  color: var(--white);
}

.team-card-items .team-image .social-profile .plus-btn {
  z-index: 2;
  cursor: pointer;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 16px;
  border-radius: 50%;
  display: inline-block;
  background: var(--theme);
  color: var(--white);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  margin-bottom: 10px;
}

.team-card-items .team-image .social-profile:hover ul {
  transform: translateY(0);
  opacity: 1;
  visibility: visible;
}

.team-card-items .team-content {
  margin-top: -50px;
  position: relative;
  z-index: 9;
  padding: 30px;
  background-color: var(--white);
  box-shadow: var(--box-shadow);
  margin-right: 30px;
}

.team-card-items .team-content h3 {
  margin-bottom: 5px;
}

.team-card-items .team-content h3 a:hover {
  color: var(--theme);
}

.team-section-2 {
  position: relative;
}

.team-section-2::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: var(--bg);
  opacity: 0.3;
}

.team-section-3 {
  position: relative;
}

.team-section-3 .mask-shape {
  position: absolute;
  top: 0;
  right: 0;
}

.team-section-3 .line-shape {
  position: absolute;
  bottom: -10%;
  left: 0;
}

.single-team-items {
  margin-top: 30px;
  box-shadow: var(--box-shadow);
    border: 1px solid #8080801a;
    display: flex;
    align-items: center;
    justify-content: center;
	border-radius:24px;
}

.single-team-items .team-image {
  position: relative;
  height: 200px;
}


.single-team-items .team-image img {
    width: 160px;
    height: 100%;
    object-fit: contain;
}

.single-team-items .team-image .social-profile {
  position: absolute;
  right: 20px;
  bottom: -4px;
  content: "";
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  z-index: 2;
  display: inline-block;
  overflow: hidden;
  z-index: 99;
}

.single-team-items .team-image .social-profile ul {
  transform: translateY(100px);
  transition: all 0.6s ease-in-out;
  opacity: 0;
  visibility: hidden;
}

.single-team-items .team-image .social-profile ul li {
  margin-bottom: 10px;
}

.single-team-items .team-image .social-profile ul li a {
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 18px;
  display: block;
  background: var(--white);
  color: #085292;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  text-align: center;
  margin: 0 auto;
  border-radius: 50%;
}

.single-team-items .team-image .social-profile ul li a:hover {
  background-color: #ee751d;
  color: var(--white);
}

.single-team-items .team-image .social-profile .plus-btn {
  z-index: 2;
  cursor: pointer;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 18px;
  display: inline-block;
  background: #ee751d;
  color: var(--white);
  transition: all 0.4s ease-in-out;
  border-radius: 50%;
}

.single-team-items .team-image .social-profile .plus-btn:hover {
  background-color: var(--header);
  color: var(--white);
}

.single-team-items .team-image .social-profile:hover ul {
  transform: translateY(0);
  opacity: 1;
  visibility: visible;
}

.single-team-items .team-content {
  padding: 50px 20px 30px;
  background-color: #085292;
  clip-path: polygon(100% 0, 100% 100%, 0 98%, 0 17%);
  margin-top: -25px;
  position: relative;
  z-index: 9;
  transition: all 0.4s ease-in-out;
}

.single-team-items .team-content h3 {
  margin-bottom: 5px;
}

.single-team-items .team-content h3 a {
  color: var(--white);
}

.single-team-items .team-content p {
  color: var(--white);
}

.single-team-items:hover .team-content {
  background-color: #ee751d;
}

.single-team-items:hover .team-image {
  position: relative;
}

.single-team-items:hover .team-image img {
  width: 100%;
  height: 100%;
}

.single-team-items:hover .team-image .social-profile .plus-btn {
  background-color: var(--header);
  color: var(--white);
}

.team-box-items {
  margin-top: 30px;
  border: 1px solid var(--border);
  border-radius: 12px;
  padding: 40px;
  text-align: center;
}

.team-box-items .team-image img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
}

.team-box-items .team-content {
  margin-top: 20px;
}

.team-box-items .team-content h3 {
  margin-bottom: 5px;
}

.team-box-items .team-content h3 a:hover {
  color: var(--theme);
}

.team-box-items .team-content p {
  border-bottom: 1px solid var(--border);
  padding-bottom: 20px;
}

.team-box-items .team-content .social-icon {
  gap: 25px;
  justify-content: center;
  padding-top: 25px;
}

.team-box-items .team-content .social-icon a {
  color: var(--text);
  font-size: 18px;
}

.team-box-items .team-content .social-icon a:hover {
  color: var(--theme);
}

.team-details-wrapper .team-details-image img {
  width: 100%;
  height: 100%;
}

.team-details-wrapper .team-details-content {
  margin-left: 40px;
}

.team-details-wrapper .team-details-content .details-info {
  border-bottom: 1px solid var(--border);
  padding-bottom: 20px;
  margin-bottom: 20px;
}

.team-details-wrapper .team-details-content .details-info h3 {
  margin-bottom: 5px;
}

.team-details-wrapper .team-details-content .details-info span {
  color: var(--text);
}

.team-details-wrapper .team-details-content .progress-wrap .pro-items {
  width: 100%;
}

.team-details-wrapper .team-details-content .progress-wrap .pro-items:not(:last-child) {
  margin-bottom: 30px;
}

.team-details-wrapper .team-details-content .progress-wrap .pro-items .pro-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
}

.team-details-wrapper .team-details-content .progress-wrap .pro-items .pro-head .title {
  font-size: 16px;
  
  color: var(--black);
}

.team-details-wrapper .team-details-content .progress-wrap .pro-items .pro-head .point {
  font-size: 16px;
  color: var(--black);
  
}

.team-details-wrapper .team-details-content .progress-wrap .pro-items .progress {
  background: var(--bg);
  justify-content: flex-start;
  border-radius: 100px;
  align-items: center;
  position: relative;
  display: flex;
  height: 12px;
  width: 100%;
}

.team-details-wrapper .team-details-content .progress-wrap .pro-items .progress-value {
  animation: load 3s normal forwards;
  border-radius: 0;
  background: var(--theme);
  height: 12px;
  width: 0;
  border-radius: 16px;
}

.team-details-wrapper .team-details-content .progress-wrap .pro-items .style-two {
  animation: load2 3s normal forwards;
}

@keyframes load {
  0% {
    width: 0;
  }

  100% {
    width: 85%;
  }
}

@keyframes load2 {
  0% {
    width: 0;
  }

  100% {
    width: 95%;
  }
}

.team-details-wrapper .team-details-content .social-icon {
  margin-top: 40px;
}

.team-details-wrapper .team-details-content .social-icon span {
  font-size: 16px;
  
  color: var(--header);
  margin-right: 15px;
}

.team-details-wrapper .team-details-content .social-icon a {
  width: 36px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  border: 1px solid var(--border);
  display: inline-block;
  color: var(--text);
  transition: all 0.4s ease-in-out;
}

.team-details-wrapper .team-details-content .social-icon a:not(:last-child) {
  margin-right: 5px;
}

.team-details-wrapper .team-details-content .social-icon a:hover {
  background-color: var(--theme);
  color: var(--white);
  border: 1px solid transparent;
}

.team-details-wrapper .team-single-history .title {
  border-bottom: 1px solid var(--border);
  padding-bottom: 30px;
}

.team-details-wrapper .team-single-history h5 {
  
}

.team-details-wrapper .team-single-history h5 span {
  border: 1px solid var(--theme);
  color: var(--theme);
  font-size: 14px;
  font-weight: 400 !important;
  padding: 6px 16px;
  border-radius: 16px;
  margin-left: 20px;
}
.testimonial-section-4 {
  height: 760px;
}
.testimonial-section {
  position: relative;
}

.testimonial-section::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: var(--bg2);
  top: 50%;
  z-index: -1;
}

.testimonial-wrapper {
  background-color: var(--bg);
  padding: 80px;
  position: relative;
}

.testimonial-wrapper .swiper-dot-2 {
  position: absolute;
  bottom: 50px;
  right: 80px;
}

.testimonial-section-4 .ldZdCm, .testimonial-section-4 .iqPsnt{
	position: absolute;
	top: 200px!important;
}


@media (max-width: 991px) {
  .testimonial-wrapper .swiper-dot-2 {
    display: none;
  }
}

@media (max-width: 767px) {
  .testimonial-section-4{
	height: 700px!important;
	}
  .testimonial-wrapper {
    padding: 60px 50px;
  }
}

@media (max-width: 575px) {
  .testimonial-wrapper {
    padding: 50px 40px;
  }
}

.testimonial-wrapper .testimonial-items {
  display: flex;
  align-items: center;
  gap: 55px;
  padding-bottom: 20px;
}

@media (max-width: 1199px) {
  .testimonial-wrapper .testimonial-items {
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
  }
}

@media (max-width: 575px) {
  .testimonial-wrapper .testimonial-items {
    gap: 40px;
  }
}

.testimonial-wrapper .testimonial-items .tesimonial-image {
  max-width: 366px;
  flex-basis: 85%;
  height: 311px;
  position: relative;
}

@media (max-width: 1399px) {
  .testimonial-wrapper .testimonial-items .tesimonial-image {
    flex-basis: 100%;
  }
}

.testimonial-wrapper .testimonial-items .tesimonial-image .star {
  padding: 10px 14px;
  border-radius: 30px;
  background-color: var(--white);
  display: inline-block;
  position: absolute;
  left: 50%;
  bottom: -7%;
  transform: translateX(-50%);
}

.testimonial-wrapper .testimonial-items .tesimonial-image .star i {
  color: var(--theme);
}

.testimonial-wrapper .testimonial-items .tesimonial-image .star i:nth-last-of-type(1) {
  color: var(--theme);
  opacity: 0.25;
}

.testimonial-wrapper .testimonial-items .testimonial-content p {
  font-size: 18px;
  font-weight: 500 !important;
  border-bottom: 1px solid rgba(56, 75, 255, 0.2);
  padding-bottom: 30px;
}

@media (max-width: 575px) {
  .testimonial-wrapper .testimonial-items .testimonial-content p {
    padding-bottom: 20px;
  }
}

.testimonial-wrapper .testimonial-items .testimonial-content .author-details {
  padding-top: 35px;
}

@media (max-width: 575px) {
  .testimonial-wrapper .testimonial-items .testimonial-content .author-details {
    padding-top: 20px;
  }
}

.testimonial-wrapper .testimonial-items .testimonial-content .author-details h5 {
  
  margin-bottom: 5px;
}

.tesimonial-section-2 {
  position: relative;
  margin-bottom: -20px;
}

.tesimonial-section-2::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: #15067D;
  opacity: 0.6;
}

.tesimonial-section-2::after {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: var(--white);
  top: 80%;
}

.testimonial-box-items {
  position: relative;
  z-index: 9;
  margin-top: 30px;
  background-color: var(--white);
  box-shadow: 0px 4px 25px rgba(56, 75, 255, 0.08);
  padding: 40px;
  margin-bottom: 20px;
}

.testimonial-box-items .icon {
  position: absolute;
  top: 40px;
  right: 40px;
}

.testimonial-box-items .client-items {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 20px;
  position: relative;
  z-index: 9;
}

.testimonial-box-items .client-items .client-image {
  width: 120px;
  height: 120px;
  border-radius: 50%;
}

.testimonial-box-items .client-items .client-image.style-2 {
  width: 100px;
  height: 100px;
}

.testimonial-box-items .client-items .client-content h4 {
  margin-bottom: 5px;
}

.testimonial-box-items .client-items .client-content .star {
  margin-top: 5px;
}

.testimonial-box-items .client-items .client-content .star i {
  color: var(--theme);
}

.testimonial-box-items .client-items .client-content .star .color-text {
  color: var(--text);
  opacity: 0.4;
}

.tesimonial-section-3 {
  position: relative;
}

.tesimonial-section-3 .line-shape {
  position: absolute;
  bottom: 0;
  left: 0;
}

.tesimonial-section-3 .mask-shape {
  position: absolute;
  right: 0;
  top: 5%;
}

@media (max-width: 1899px) {
  .tesimonial-section-3 .array-button {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
  }
}

@media (max-width: 767px) {
  .tesimonial-section-3 .array-button {
    display: none;
  }
}

.tesimonial-section-3 .array-button .array-prev {
  position: absolute;
  top: 58%;
  transform: translateY(-50%);
  left: 12%;
  z-index: 9;
  border: 1px solid var(--white);
  color: var(--white);
}

@media (max-width: 1899px) {
  .tesimonial-section-3 .array-button .array-prev {
    position: initial;
  }
}

.tesimonial-section-3 .array-button .array-prev:hover {
  border: 1px solid transparent;
}

.tesimonial-section-3 .array-button .array-next {
  position: absolute;
  top: 58%;
  transform: translateY(-50%);
  right: 12%;
  z-index: 9;
}

@media (max-width: 1899px) {
  .tesimonial-section-3 .array-button .array-next {
    position: initial;
  }
}

.testimonial-wrapper-2 .tesimonial-image {
  margin-bottom: 0px;
  margin-top: 52px;
}

@media (max-width: 991px) {
  .testimonial-wrapper-2 .tesimonial-image {
    margin-bottom: 0;
  }
}

.testimonial-wrapper-2 .tesimonial-image img {
  width: 100%;
  height: 100%;
}

.testimonial-wrapper-2 .tesimonial-area {
  margin-right: -100%;
}

@media (max-width: 1199px) {
  .testimonial-wrapper-2 .tesimonial-area {
    margin-left: 0;
  }
}

@media (max-width: 991px) {
  .testimonial-wrapper-2 .tesimonial-area {
    margin-right: 0;
  }
}

.testimonial-wrapper-2 .tesimonial-area .tesimonial-card-items {
  padding: 50px 30px;
  background-color: var(--white);
  border-radius: 12px;
  position: relative;
  margin-top: 30px;
}

@media (max-width: 575px) {
  .testimonial-wrapper-2 .tesimonial-area .tesimonial-card-items {
    padding: 35px 25px;
  }
}

.tesimonial-area .section-title h2{

font-family: 'Montserrat', sans-serif !important;
  font-weight: 700 !important;

}

.testimonial-wrapper-2 .tesimonial-area .tesimonial-card-items .icon {
  position: absolute;
  right: 30px;
  top: 20px;
}

.testimonial-wrapper-2 .tesimonial-area .tesimonial-card-items .star {
  margin-bottom: 30px;
}

.testimonial-wrapper-2 .tesimonial-area .tesimonial-card-items .star i {
  color: var(--theme);
}

.testimonial-wrapper-2 .tesimonial-area .tesimonial-card-items .client-info-items {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-top: 30px;
}

@media (max-width: 575px) {
  .testimonial-wrapper-2 .tesimonial-area .tesimonial-card-items .client-info-items {
    margin-top: 20px;
  }
}

.testimonial-wrapper-2 .tesimonial-area .tesimonial-card-items .client-info-items .thumb {
  width: 60px;
  height: 60px;
}

.testimonial-wrapper-2 .tesimonial-area .tesimonial-card-items .client-info-items .thumb img {
  width: 100%;
  height: 100%;
  border-radius: 0%;
}

/* CSS Adding*/

section#section-padding {
  padding-bottom: 0px;
}

/* section#section-padding-top {
  padding-top: 120px;
} */

div#blog-button {
  display: flex;
  justify-content: center;
  margin-top: 25px;
}
div#section-padding {
  padding: 100px 0px;
}

::selection {
  background-color: #ee751d;
  color: white;
}

/* services dropdown css*/
.dropdown {
  position: relative;
  display: inline-block;
  margin-inline-end: 40px;
}

.dropbtn {
  color: #000;
  padding: 20px 0px;
  font-size: 16px;
  border: none;
  cursor: pointer;
  
  text-align: left;
  font-family: 'Kumbh Sans';
  position: relative;
  text-transform: capitalize;
  transition: all 0.4s;
}

.dropbtn:hover,
.dropbtn:focus {
  color: #eb6a1f;
  transition: all 0.3s;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 860px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
  padding: 16px;
  box-sizing: border-box;
  right: -368px;
  opacity: 0;
  transform: translateY(-20px);
  transition: opacity 0.5s ease-out, transform 0.5s ease-out;
}

.dropdown-content h3 {
  margin: 0;
  padding: 0 0 10px;
  color: #2c3e50;
  font-size: 16px;
}

.dropdown-content a {
  color: black;
  padding: 8px 0;
  text-decoration: none;
  display: block;
  transition: 1s;
}

.dropdown-content a:hover {
  background-color: #f1f1f1;
  color: #EB6A1F;
}

.dropdown-content a::before {
  content: "\2B9E";
  transition: 0.4s ease-out;
  background-color: transparent;
  margin-right: 10px;
}

.dropdown-content a:hover::before {
  content: "\2B9E";
  color: #085292;
  margin-right: 15px;
}

/* Updated hover selector */
.dropdown:hover .dropdown-content {
  display: flex !important;
  opacity: 1;
  transform: translateY(0);
}

/* Add this to keep the content hidden initially */
.dropdown-content {
  display: flex;
  flex-direction: row;
  opacity: 0;
  visibility: hidden;
}

.dropdown:hover .dropdown-content {
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
}

#offer-row {
  justify-content: center;
}

/* .main-sidebar {
  position:fixed;
} */

section.service-section {
  background-attachment: fixed;
  background-size: cover;
  position: relative;
}

section.service-section .section-title h2 {
    font-family: 'Montserrat', sans-serif !important;
  font-weight: 700 !important;
  color: #fff;
}
.servicedatabg .section-title h2:before {
	  position: absolute;
  content: '';
  background: url(../img/iconhome.svg);
      top: -15px;
    left: -20px;
    width: 40px;
    height: 40px;
  background-repeat: no-repeat;
}
section.service-section .service-text h6 {
    font-family: 'Montserrat', sans-serif !important;
  font-weight: 600 !important;
  color: white;
}

section.service-section .service-text .theme-btn {
  color: #fff;
}

section.service-section .service-text h6 a {
  color: #ee751d;
}

section.cta-banner-2.cta-wrapper-2 {
  background-size: cover;
  background-position: center;
}


.overlay {
  position: absolute;
  display: flex;
  height: 100%;
  width: 100%;
  background-color: black;
  top: 0;
  opacity: 0.6;
}

.hero-2 .text-breadcrumb {
  position: absolute;
  top: 50%;
  right: -6%;
  transform: translateY(-50%) rotate(90deg);
  z-index: 1;
}

.hero-2 .text-breadcrumb h2 {
  font-size: 80px;
  
  /*font-size: 25px;*/
  font-weight: 500 !important;
  text-transform: uppercase;
  line-height: 1;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: var(--text);
  -webkit-text-fill-color: transparent;
  animation: shine 3s infinite;
  -webkit-mask-image: linear-gradient(-75deg, rgba(56, 75, 255, 0.15) 50%, #384BFF 50%, rgba(56, 75, 255, 0.15) 100%);
  -webkit-mask-size: 200%;
}

.breadcrumb {
  position: absolute;
  top: 0px;
  right: 0;
  padding: 0 100px;
  width: 100%;
  justify-content: center;
}
.breadcrumb .breadcrumb-items {
  display: flex;
  align-items: center;
  margin-top: 24px;
  gap: 10px;
  justify-content: center;
  font-size: 18px;
}

.breadcrumb .breadcrumb-items li a {
    font-family: 'Montserrat', sans-serif !important;
  font-weight: 500 !important;
  color: #ee751d;
  transition: all 0.4s ease-in-out;
}

.breadcrumb.breadcrumb-items li a:hover {
  color: #ee751d;
}

.breadcrumb .breadcrumb-items li i {
  color: #065192;
}
.breadcrumb .breadcrumb-items li {
  font-family: 'Montserrat', sans-serif !important;
  font-weight: 500 !important;
}

.awsm-filter-items .awsm-filter-wrap, 
.awsm-filter-items .awsm-filter-wrap *,
.awsm-filter-items .awsm-selectric-items li{
	color: #000!important;
	font-family: 'Montserrat', sans-serif !important;
  font-weight: 500 !important;
	font-size: 18px;
	font-weight: 400 !important;
}

.content-box p, .details-content p, .entry-content p{
	color: #000!important;
	font-family: 'Montserrat', sans-serif !important;
  font-weight: 500 !important;
	font-size: 18px;
}
.project-items .project-image .project-content h4{
	font-family: 'Montserrat', sans-serif !important;
  font-weight: 500 !important;
	color: #000;
	font-size: 18px;
}


/** features-section **/

.features-section{
  position: relative;
  display: block;
  padding: 75px 0px 90px 0px;
}

.features-section .title-box h3 {
    font-family: 'Montserrat', sans-serif !important;
  font-weight: 700 !important;
  position: relative;
  display: block;
  font-family: 'Poppins', sans-serif;
  
  font-size: 48px;
  line-height: 125%;
  color: #000;
  margin-bottom: 28px;
}
/* .features-section .feature-block{
	padding-bottom:60px;
} */
.features-section .title-box p {
  font-size: 18px;
  line-height: 28px;
  color: #000;
  opacity: 0.8;
}

.feature-block-one {
  position: relative;
  display: block;
  overflow: hidden;
  padding-top: 30px;
  margin-bottom: 30px;
  transition: all 500ms ease;
}


.why-section .feature-block-one {
  padding: 40px;
  margin-bottom: 30px;
	border-radius:24px;
  transition: all 500ms ease;
	border:1px solid #E5E5E5; 
}



.feature-block-one .hover-content {
  position: absolute;
  top:0;
  left:0;
  right: 0;
  bottom: 0;
  background: #085292;
  z-index: -3;
  opacity: 0;
  transition: all 0.3s linear;
}

.feature-block-one:hover .hover-content {
  opacity: 1;
}

.feature-block-one .hover-content:before {
  content: '';
  width: 493px;
  height: 493px;
  background: #e5651bc7;
  border-radius: 50%;
  position: absolute;
  top:-250px;
  left:-180px;
  z-index: 1;
  transform: translate(-50% , -50%);
  opacity: 0;
}

.feature-block-one:hover .hover-content:before {
  opacity: 1;
  transform: translate(0% , 0%);
  transition: all 0.9s linear;
}

.feature-block-one .hover-content:after {
  content: '';
  width: 602px;
  height: 602px;
  background: #ee751d9c;
  border-radius: 50%;
  position: absolute;
  top:-196px;
  left:-180px;
  z-index: -1;
  transform: translate(-50% , -50%);
  opacity: 0;
}

.feature-block-one:hover .hover-content:after {
  opacity: 1;
  transform: translate(0% , 0%);
  transition: all 1.3s linear;
}



.feature-block-one .icon-box {
  width: 52px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  position: relative;
}

.feature-block-one .icon-box::after {
  content: '';
  border-radius: 12px;
  background-color: #085292;
  background-image: -ms-linear-gradient(-3deg, #8f52e9 0%, #d94efc 100%);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.feature-block-one .icon-box::before {
  content: '';
  width: 50px;
  height: 52px;
  border-radius: 12px;
  background-color: #fddac6;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transform-origin: bottom right;
  -ms-transform-origin: bottom right;
  transform-origin: bottom right;
  z-index: -1;
  transition: all 500ms ease;
}


.feature-block-one .icon-box img {
  /* color: #fff;
  font-size: 22px; */
  position: relative;
  z-index: 1;
}

.feature-block-one h3, 
.feature-block-one p {
  margin: 0;
}

.feature-block-one h3 {
  position: relative;
  display: block;
  font-size: 24px;
  line-height: 38px;
  color: #000;
  margin-bottom: 15px;
  margin-top: 24px;
}

.feature-block-one h3 a{
    font-family: 'Montserrat', sans-serif !important;
  font-weight: 700 !important;
  position: relative;
  display: inline-block;
  color: #000;
}

.feature-block-one h3 a:hover{
  color: #085292;
}
/* .feature-block{
	padding-bottom:60px;
}
 */
.feature-block-one p {
    font-family: 'Montserrat', sans-serif !important;
  font-weight: 500 !important;
    font-size: 16px;
    line-height: 24px;
    color: #000;
    width: 81%;
}

.why-choose-section .tab-content .why-choose-items .why-choose-header h2{
  font-size: 29px;
}

/** feature-style-three **/

.feature-style-three {
  position: relative;
  display: block;
  padding: 100px 0px;
}

.feature-block-two{
  position: relative;
  display: block;
  background: rgb(255, 255, 255);
  padding: 50px 15px 50px 15px;
  border-radius: 15px;
  box-shadow: none;
  transition: all 500ms ease;
  border: 1px solid var(--border);
}

.feature-block-two .icon-box{
  position: relative;
  display: block;
  /* min-height: 94px; */
  margin: 0 auto;
  width: auto;
  height: auto;
  /* margin-bottom: 13px; */
}

.feature-block-two .icon-box:before,
.feature-block-two .icon-box:after{
  display: none;
}

.feature-block-two h3{
  position: relative;
  display: block;
  font-size: 24px;
  line-height: 32px;
  font-family: 'Muli', sans-serif;
  
  color: #000;
  margin-top: 0px;
  /* margin-bottom: 20px; */
  top: -34px;
  left: 43px;
}

.feature-block-two h3 a{
  color: #000;
}

.feature-block-two p{
  width: 100%;
}

.feature-block-two:hover{
  transform: translateY(-10px);
}


/** agency-section **/

.agency-section{
  position: relative;
  display: block;
  padding: 170px 0px 0px 0px;
}

.agency-section:before{
  position: absolute;
  content: '';
  background: url(../assets/img/agency-icon-1.png);
  top: 40%;
  right: 0px;
  width: 58px;
  height: 224px;
  background-repeat: no-repeat;
}

.agency-section:after{
  position: absolute;
  content: '';
  background: url(../assets/img/agency-icon-2.png);
  bottom: 280px;
  left: 0px;
  width: 70px;
  height: 247px;
  background-repeat: no-repeat;
}

.agency-section .sec-title{
  margin-bottom: 160px;
}

.agency-section  .inner-content .single-item .image-box{
  position: relative;
  float: right;
}

.agency-section  .inner-content .single-item:nth-child(2) .image-box,
.agency-section  .inner-content .single-item:last-child .image-box{
  float: left;
  left: 0px;
}

.agency-section  .inner-content .single-item .content-box h2{
  position: relative;
  display: block;
  font-size: 30px;
  line-height: 36px;
  
  color: #000;
  margin-bottom: 25px;
}

.agency-section  .inner-content .single-item .content-box h2 a{
  position: relative;
  display: inline-block;
  color: #000;
}

.agency-section  .inner-content .single-item .content-box h2 a:hover{
  color: #ee751d;
}

.agency-section  .inner-content .single-item .content-box p{
  font-size: 16px;
  display: block;
  margin-bottom: 43px;
}

.agency-section  .inner-content .single-item .content-box .btn-style-one{
  padding: 13.5px 40.5px;
  text-transform: capitalize;
}

.agency-section  .inner-content .single-item .content-box{
  position: relative;
  display: block;
  padding-top: 96px;
}

.agency-section  .inner-content .single-item{
  position: relative;
  display: block;
  margin-bottom: 100px;
}

.sec-title h2 {
  position: relative;
  display: block;
  font-size: 42px;
  font-family: 'Poppins', sans-serif;
  line-height: 48px;
  color: #000;
  
  margin-bottom: 22px;
}

.btn-style-five {
  
  text-transform: uppercase;
  font-size: 18px;
  color: #fff;
  display: inline-block;
  vertical-align: middle;
  padding: 13.5px 33px;
  cursor: pointer;
  background: #085292;
  box-shadow: 0 10px 5px #f3d4d4;
  border-radius: 25px;
  transition: all 500ms ease;
}

.btn-style-five:hover {
  background: #ee751d;
  transform: translateY(-3px);
  box-shadow: 0 -5px 5px #f3d4d4;
}

.text-color-1{
  color: #085292 !important;
}

.text-color-2{
  color: #ee751d;
}

/** why-section **/

.why-section {
  position: relative;
  display: block;
  padding: 0 0px 70px 0px;
}

.why-section .title-box h3 {
  position: relative;
  display: block;
  font-family: 'Montserrat', sans-serif !important;
  font-weight: 700 !important;
  
  font-size: 48px;
  line-height: 58px;
  color: #000;
  margin-bottom: 28px;
}

.why-section .title-box p {
  font-size: 18px;
  line-height: 28px;
  color: #000;
  opacity: 0.8;
}

.why-block-one {
  position: relative;
  display: block;
  overflow: hidden;
  padding: 40px 15px 40px 15px;
  border-radius: 10px;
  margin-bottom: 30px;
  -webkit-box-shadow: 0px 14px 45px 0px rgba(205, 205, 205, 0.35);
  box-shadow: 0px 14px 45px 0px rgba(205, 205, 205, 0.35);
  transition: all 500ms ease;
}

.why-block-one:before {
  content: '';
  width: 273px;
  height: 273px;
  background: #ee751d;
  border-radius: 50%;
  position: absolute;
  top: -148px;
  left: -83px;
  transform: scale(0);
}

.why-block-one:hover:before {
  transform: scale(1);
  transition: all 0.5s linear;
  transition-delay: 0.1s;
}

.why-block-one:hover {border-color: transparent;}

.why-block-one .snow-dot {
  position: absolute;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: rgba(255,255,255,0.5);
  z-index: -1;

}
.why-block-one .snow-dot:nth-child(1) {top:25px;left:41%; z-index: 1; animation: scale-upOne 1s alternate infinite ease-in;}
.why-block-one .snow-dot:nth-child(2) {top:25px;left:78%; animation: scale-upOne 1.1s alternate infinite ease-in;}
.why-block-one .snow-dot:nth-child(3) {top:75px;left:61%; animation: scale-upOne 0.8s alternate infinite ease-in;}
.why-block-one .snow-dot:nth-child(4) {top:136px;left:84%; animation: scale-upOne 1s alternate infinite ease-in;}
.why-block-one .snow-dot:nth-child(5) {bottom:35px;right:12%; animation: scale-upOne 1.2s alternate infinite ease-in;}
.why-block-one .snow-dot:nth-child(6) {bottom:80px;right:31%; animation: scale-upOne 0.9s alternate infinite ease-in;}
.why-block-one .snow-dot:nth-child(7) {bottom:40px;right:51%; animation: scale-upOne 1s alternate infinite ease-in;}
.why-block-one:hover h3 a,.why-block-one:hover h3,
.why-block-one:hover p{
  color: #fff !important;
}

.why-block-one .hover-content {
  position: absolute;
  top:0;
  left:0;
  right: 0;
  bottom: 0;
  background: #085292;
  z-index: -3;
  opacity: 0;
  transition: all 0.3s linear;
}

.why-block-one:hover .hover-content {
  opacity: 1;
}

.why-block-one .hover-content:before {
  content: '';
  width: 493px;
  height: 493px;
  background: #e5651bc7;
  border-radius: 50%;
  position: absolute;
  top:-250px;
  left:-180px;
  z-index: 1;
  transform: translate(-50% , -50%);
  opacity: 0;
}

.why-block-one:hover .hover-content:before {
  opacity: 1;
  transform: translate(0% , 0%);
  transition: all 0.9s linear;
}

.why-block-one .hover-content:after {
  content: '';
  width: 602px;
  height: 602px;
  background: #ee751d9c;
  border-radius: 50%;
  position: absolute;
  top:-196px;
  left:-180px;
  z-index: -1;
  transform: translate(-50% , -50%);
  opacity: 0;
}

.why-block-one:hover .hover-content:after {
  opacity: 1;
  transform: translate(0% , 0%);
  transition: all 1.3s linear;
}


.why-block-one:hover{
  transform: translateY(-10px);
  box-shadow: 0px 25px 25px 0px rgba(0, 0, 0, 0.1);
}

.why-block-one .icon-box {
  width: 52px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  position: relative;
}

.why-block-one .icon-box::after {
  content: '';
  border-radius: 10px;
  background-color: #085292;
  background-image: -ms-linear-gradient(-3deg, #8f52e9 0%, #d94efc 100%);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /* z-index: -1; */
}

.why-block-one .icon-box::before {
  content: '';
  width: 50px;
  height: 52px;
  border-radius: 10px;
  background-color: #fddac6;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transform-origin: bottom right;
  -ms-transform-origin: bottom right;
  transform-origin: bottom right;
  z-index: -1;
  transition: all 500ms ease;
}

.why-block-one:hover .icon-box::before{
  opacity: 0;
}

.why-block-one .icon-box img {
  /* color: #fff;
  font-size: 22px; */
  position: relative;
  z-index: 1;
}

.why-block-one h3, 
.why-block-one p {
  margin: 0;
}

.why-block-one h3 {
  position: relative;
  display: block;
  font-size: 24px;
  line-height: 38px;
  color: #000;
  margin-bottom: 15px;
  margin-top: 24px;
}

.why-block-one h3 a{
  position: relative;
  display: inline-block;
  color: #000;
}

.why-block-one h3 a:hover{
  color: #B750F3;
}

.why-block-one p {
  font-size: 16px;
  line-height: 28px;
  color: #000;
  opacity: 0.8;
  width: 81%;
}

.why-section .left-shape {
  position: absolute;
  left: 0;
  bottom: 0;
}

.why-section .right-shape {
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
}

.contact-btn{
  box-shadow: none;
}

.check_design{
  width: 50px;
    height: 45px;
    line-height: 47px;
    text-align: center;
    background-color: #ffffff;
    color: #ee751d;
    border-radius: 50%;
    position: relative;
    margin-right: 25px;
}
.check_design2 {
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  background-color: #ee751d;
  color: #ffffff;
  border-radius: 50%;
  position: relative;
  margin-right: 25px;
}

/* .tagcloud2 a {
  display: inline;
  border-color: #ee751d70;
  padding: 5px 10px;
  color: #085292;
  
  text-transform: capitalize;
  border-style: double;
  transition: 1s;
} */
.tagcloud2 .sericondata {
    font-family: 'Montserrat', sans-serif !important;
  font-weight: 500 !important;
  display: block;
  text-transform: capitalize;
  margin: 10px 0px;
  position: relative;
  z-index: 1;
  padding: 16px;
  font-weight: 500 !important;
  align-items: center;
  border-radius: 3px;
  background-color: #ffffff;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  -webkit-box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08);
  box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08);
  margin-top: 20px;
	cursor: default;
	border-radius:20px;
	width:100%;
}
.tagcloud2 .sericondata p{
  color: #EE751D !important;
	padding-top:10px;
	font-size:16px !important; 
	padding-bottom:0px !important;
	min-height:65px;
	
}

.tagcloud2 .sericondata i {
    position: relative;
    font-size: 20px;
	color: #085292;
    padding: 10px;
    background: #E8F3FD;
    border-radius: 30px;
}
.tagcloud2 .sericondata:hover i {
    background: #fff;
	color: #EE751D;
}
.tagcloud2 .sericondata:hover p {
    color: #fff !important;
}

.tagcloud2 .sericondata:hover {
  color: #ffffff;
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
  background-color:  #EE751D;
}

.tagcloud2 a .csericon_img img {
    height: 30px;
    width: 30px;
    margin-right: 10px;
}

.tagcloud2 a:hover .csericon_img img {
    filter: invert(0%) sepia(0%) saturate(0%) hue-rotate(0deg) brightness(177%) contrast(100%);
}

.text-justify {
  text-align: left;
}


/* #portfolio {
  padding: 40px;
  margin: 0 auto;
} */
.gallery-title {
  font-size: 36px;
  color: #20bad1;
  text-align: center;
  
}
.filter-button {
  background-color: #fff;
  border-radius: 30px;
  color:#0F0D1D;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-weight: 500 !important;
	width:auto;
  letter-spacing: .03em;
  margin: 0 12.5px;
  padding: 15px 32px;
  text-align: center;
  transition: 1s;
	border: 1px solid #E5E5E5;
	  
}
div#sresult {
  display: flex;
  flex-wrap: wrap;
  position: relative;
}
.filter-button:hover{
	border: 1px solid #E5E5E5;
	color: #085292;
}

.btn-default:active .filter-button:active
{
  background: #ee751d!important;
  color: #ffffff;
	border: 1px solid #E5E5E5;
}

.port-image
{
  width: 100%;
}





/*button.btn.btn-default.filter-button.mx-2 {*/
/*  width: 100%;*/
/*}*/





.gallery_product {
  display: flex;
  margin: 0px;
/*   align-items: center; */
  justify-content: center;
  text-align: center;
  padding: 10px 10px;
}

.img_col {
  border: 1px solid #8080801c;
  margin: 14px 0;
  padding: 80px 50px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 50px;
  transition: 1s;
  justify-content: center;
  align-items: center;
  display: flex;
}

.img_col img {
  height: 90px;
}

.preview-area .preview-item img {
    display: flex!important;
    width: 62px!important;
    border-radius: 50%!important;
}


.achievement-wrapper .section-title h2{
font-family: 'Montserrat', sans-serif !important;
  font-weight: 700 !important;
	    padding-bottom: 70px;
}

h3.h3-heading.text-white {
    font-family: 'Montserrat', sans-serif !important;
  font-weight: 500 !important;
    letter-spacing: 1px;
}
.header-1 .header-main .header-right{
	border:1px solid #E5E5E5;
	border-radius:30px;
	padding:5px 25px;
}
#mega-menu-wrap-primary{
	background:transparent !important;
}
.mega-menu-item:last-child{
margin-right:0 !important;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link {
    font-family: 'Montserrat', sans-serif !important;
	font-size: 16px!important;
	font-weight: 700 !important
}

.offcanvas__contact h4 {
    font-family: 'Montserrat', sans-serif !important;
  font-weight: 500 !important;
}

.offcanvas__contact-text a {
    font-family: 'Montserrat', sans-serif !important;
  font-weight: 500 !important;
	font-size: 18px!important;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link{
    font-family: 'Montserrat', sans-serif !important;
  font-weight: 500 !important;
}

.awsm-jobs-archive-title {
    text-align: center;
    font-family: 'Montserrat', sans-serif !important;
  font-weight: 700 !important;
    line-height: 74px;
    padding: 47px 0px 70px;
    text-transform: uppercase;
}

.awsm-filter-items {
    display: flex;
    justify-content: center;
    padding-bottom: 30px;
}

.awsm-job-listings.awsm-row.awsm-grid-col-4 {
    display: flex;
    justify-content: center;
    padding-bottom: 101px;
}

.awsm-selectric-items li, .awsm-selectric-items ul {
  color: #222 !important;
  font-size: 16px;
}

.awsm-filter-items {
    display: flex;
    justify-content: flex-end;
}


/*.awsm-selectric-items li {*/
/*    border-bottom: 1px solid #ffffff6b;*/
/*    font-family: 'Montserrat', sans-serif !important;
  font-weight: 500 !important;*/
/*    font-size: 16px;*/
/*    display: block;*/
/*    padding: 10px !important;*/
/*    color: #ffffff;*/
/*    cursor: pointer;*/
/*}*/

/*.awsm-selectric-items li.highlighted {*/
/*    background: #ee751d;*/
/*    color: #ffffff;*/
/*}*/

/*.awsm-selectric-items li:hover {*/
/*    background: #ee751d;*/
/*    color: #ffffff;*/
/*}*/

.awsm-selectric .label {
    font-family: 'Montserrat', sans-serif !important;
  font-weight: 500 !important;
    font-size: 16px;
    /*background-color: #085292;*/
    /*color: white;*/
}

/*.awsm-selectric {*/
/*    background: #085292!important;*/
/*}*/

/*.awsm-selectric .awsm-selectric-arrow-drop:after {*/
/*    border-top-color: #ffffff!important;*/
/*}*/

span.awsm-job-more {
    font-family: 'Montserrat', sans-serif !important;
  font-weight: 600 !important;
    font-size: 16px;
    display: inline-block;
    
    color: #085292;
    text-transform: capitalize;
}

.awsm-selectric{
     box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 1px 3px 1px;
}

.awsm-grid-item .awsm-job-item {
    box-shadow: var(--box-shadow);
}


.awsm-job-single-wrap.awsm-col-2 .awsm-job-content {
    float: left;
    width: 55%;
    padding-right: 15px;
    padding-top: 0;
}

h1.entry-title.awsm-jobs-single-title {
    font-size: 42px;
    font-family: 'Montserrat', sans-serif !important;
  font-weight: 700 !important;
    padding: 29px 0;
}

.awsm-job-entry-content.entry-content h3 {
    font-size: 18px;
    font-family: 'Montserrat', sans-serif !important;
  font-weight: 500 !important;
}

.awsm-job-entry-content.entry-content h3 strong {
    font-size: 18px;
    font-family: 'Montserrat', sans-serif !important;
  font-weight: 500 !important;
}

.awsm-job-entry-content.entry-content p {
    font-size: 18px;
	text-align: left;
    font-family: 'Montserrat', sans-serif !important;
  font-weight: 500 !important;
}

.awsm-job-entry-content.entry-content ul li {
    font-size: 18px;
    font-family: 'Montserrat', sans-serif !important;
  font-weight: 500 !important;
}

input#awsm-application-submit-btn{
background-color: #085292;
    color: var(--white);
    display: inline-block;
    font-size: 16px;
    
    padding: 15px 40px;
    border-radius: 0;
    text-transform: capitalize;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    position: relative;
    z-index: 1;
    line-height: 1;
    box-shadow: 0 10px 5px #f3d4d4;
    border:none;
}

input#awsm-application-submit-btn:hover{
    background-color: #EE751D;
}
.footer-widgets-wrapper .footer-style-2 .single-footer-widget .footer-content .contact-info-area-2 .contact-info-item-2 .content a span:hover, .footer-widgets-wrapper .footer-style-2 .single-footer-widget .footer-content .contact-info-area-2 .contact-info-item-2 .content a:hover {
  color: #ed6e00;
}


.alert-info{
  font-size: 19px;
  background-color: #06529224;
  text-align: center;
  padding: 25px 30px;
  font-weight: bold;
}
.alert-info{
font-size: 24px !important;
background-color: #D2E9FB;
padding: 32px;
	border-radius:24px;
	line-height:32px;
    font-family: 'Montserrat', sans-serif !important;
  font-weight: 600 !important;
	
}

.portfolio2 .portfolio-items .filter-button {
text-align: left;
}
.portfolio2 .gallery_product {
display: inline-block;
padding: 0px 10px 12px;
}
.portfolio2 .project-items .project-image {
position: relative;
height: unset;
}
#service-section .service-box-items .icon::before {
border-radius: 50%;
background-image: unset;
background: #ec6a1fd6;
}
#service-section .service-box-items .icon {
display: block;
margin-left: 0px;
margin-top: 20px;
margin-bottom: 40px;
text-align: center;
}
.ctable-design .container th h1 {

font-size: 24px;
text-align: left;
color: #185875;
	    font-family: 'Montserrat', sans-serif;
      font-weight: 600 !important;
}

.ctable-design .container td {
/* font-weight: normal; */
font-weight: 500 !important;
font-size: 1em;
}

.ctable-design .container {
  text-align: left;
  overflow: hidden;
  width: 100%;
  margin: 0 auto;
  display: table;
  padding: 0 0 8em 0;
  border-radius: 0px;
  margin-bottom: 0;
}
section.cwhygms.section-padding {
  padding-bottom: 0;
}

.ctable-design .container td, .ctable-design .container th {
border: 1px solid #E5E5E5;
text-align: left;
padding-bottom: 2%;
padding-top: 2%;
padding-left:1%;
font-size: 18px;
color: #000;
}

.ctable-design .container tr:nth-child(odd) {
background-color: rgb(255,255,255);
}

.ctable-design .container tr:nth-child(even) {
background-color:#F2F2F2;
}

.ctable-design .container th {
background-color: #fff;
border: 1px solid 	#E5E5E5;
}
.ctable-design .container th h1 {
color: #085292;
}
#ourc_process {
padding: 120px 0 60px;
}
.cwhygms p {
font-size: 18px;
text-align: left;
color: #000;
}
.portfolio2 .portfolio-items {
width: auto;
position:relative;
	display:flex;
	    justify-content: center;
}
.portfolio2 .project-items .project-image img {
opacity: 0.1;
transform: scaleY(-1);
border: 1px solid #ec6a1f;
}
.portfolio2 .portfolio-items button, .portfolio2 .portfolio-items button:hover {
display: flex;
border: 1px solid #E5E5E5;
    padding: 15px 32px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500 !important;
    font-size: 16px;
background: unset;
color: #0F0D1D;
margin-bottom: 0px;
box-shadow: unset;
font-weight: 500 !important;
}
.portfolio2 .project-items .project-image .project-content {
text-align: left;
font-size: 18px;
position: inherit;
bottom: unset; 
left: unset; 
right: unset; 
padding: 16px 33px;
background-color: var(--white);
overflow: hidden;
	  box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08);
    margin-top: 20px;
    cursor: default;
    border-radius: 20px;
}
.portfolio2 .project-items .project-image .project-content p {
text-align: left;
font-size: 14px;
}
.portfolio2 .project-items .project-image .project-content h4  {
text-align: center;
font-size: 18px;
}
.portfolio2 .project-items .project-image .project-content h4  a{
	color:#EE751D;
}
section#service-section .service-box-items .content h4, section#service-section .service-box-items .icon h4, section#service-section .service-box-items .content p {
text-align: left;
}
.portfolio2 .portfolio-items button.active {
color:#085292;

}
.mainactive:first-child{
color:#085292 !important;
}
section.achievement-section-2.fix.section-padding {
  padding-bottom: 0;
}
section.work_title_section {
  padding: 100px 0 30px;
}
.awsm-job-entry-content.entry-content {
    margin-bottom: 0;
}
section#portfolio {
  padding-bottom: 100px;
}
.portfolio-row {
  margin-bottom: 20px;
}
/* section.news-section-4 article {
  margin: 0;
} */
section.news-standard.fix {
  padding: 100px 0;
}
.main-sidebar .single-sidebar-widget:last-child{
  margin-bottom: 0;
}
.feature-style-three h1 {
  margin-bottom: 20px;
}
section.Project-details-section.fix {
  padding-bottom: 70px;
}
.offcanvas__wrapper .offcanvas__content .offcanvas__contact .social-icon a svg {
  filter: brightness(0) invert(0);
  height: 17px;
  width: 17px;
  transition: all 0.4s;
}
.offcanvas__wrapper .offcanvas__content .offcanvas__contact .social-icon a:hover svg {
  filter: brightness(0) invert(1);
}
body.loader div#sresult::Before {
  content: "";
  position: absolute;
  inset: 0;
  margin: auto;
  background-color: rgb(255 255 255);
  z-index: 1;
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 200 200"><circle fill="%23085292" stroke="%23085292" stroke-width="15" r="15" cx="40" cy="65"><animate attributeName="cy" calcMode="spline" dur="2" values="65;135;65;" keySplines=".5 0 .5 1;.5 0 .5 1" repeatCount="indefinite" begin="-.4"></animate></circle><circle fill="%23085292" stroke="%23085292" stroke-width="15" r="15" cx="100" cy="65"><animate attributeName="cy" calcMode="spline" dur="2" values="65;135;65;" keySplines=".5 0 .5 1;.5 0 .5 1" repeatCount="indefinite" begin="-.2"></animate></circle><circle fill="%23085292" stroke="%23085292" stroke-width="15" r="15" cx="160" cy="65"><animate attributeName="cy" calcMode="spline" dur="2" values="65;135;65;" keySplines=".5 0 .5 1;.5 0 .5 1" repeatCount="indefinite" begin="0"></animate></circle></svg>');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 50px;
}
.gallery_product > div {
  width: 100%;
}
section#portfolio\ wow\ fadeInUp {
  padding-bottom: 100px;
}
body.single-service .hero-section .breadcrumb .breadcrumb-items li:last-child i {
  display: none;
}

@media only screen and (min-width: 1200px) and (max-width: 1440px){
  #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu {
    margin-left: -250px !important;
  }
  .achievement-wrapper {
    padding: 50px 50px;
  }
}
@media (max-width: 1199px) {
  .about-wrapper .about-content .about-author {
    flex-wrap: wrap;
  }
  section#portfolio {
    padding: 0 20px 80px;
  }
  section.work_title_section {
    padding: 80px 0 20px;
  }
}
@media (max-width: 1399px) {
  .about-wrapper .about-content .about-icon-items {
    flex-wrap: wrap;
    padding-bottom: 30px;
    margin-top: 30px;
  }
}
@media (max-width: 1399px) {
  .about-wrapper .about-image-items .about-image-1 .about-image-2 {
    right: -20%;
  }
}
@media (max-width: 1199px) {
  .about-wrapper .about-image-items .about-image-1 .about-image-2 {
    width: 200px;
    bottom: 0;
    right: -10%;
  }

  .about-wrapper .about-image-items .about-image-1 .about-image-2 img {
    width: 100%;
    height: 100%;
  }
}
@media (max-width: 991px) {
  	.about-wrapper .about-image-items .about-image-1 .about-image-2 {
    	bottom: -13%;
    	right: -35%;
  	}
  	.content-box p, .details-content p, .entry-content p, .news-details-area .blog-post-details .single-blog-post .post-content .hilight-text ul li{
		font-size: 16px;
	}
}
@media (max-width: 575px) {
  .about-wrapper .about-image-items .about-image-1 .about-image-2 {
    width: 140px;
    bottom: initial;
    top: 0;
    right: 0;
  }
}
@media (max-width: 1199px) {
  .about-wrapper .about-image-items .about-image-1::after {
    right: -30px;
  }
}
@media (max-width: 991px) {
  .about-wrapper .about-image-items .about-image-1::after {
    width: 100%;
    height: 88%;
    right: -55px;
    top: 20%;
  }
}
@media (max-width: 575px) {
  .about-wrapper .about-image-items .about-image-1::after {
    display: none;
  }
}
@media (max-width: 991px) {
  .about-wrapper .about-image-items .about-image-1 {
    max-width: 560px;
  }
}
@media (max-width: 575px) {
  .about-wrapper .about-image-items .counter-shape {
    left: 0;
  }
}
@media (max-width: 1199px) {
  h2 {
    font-size: 34px;
  }
}
@media (max-width: 767px) {
  h2 {
    font-size: 32px;
  }
}
@media (max-width: 575px) {
  h2 {
    font-size: 32px;
  }
}
@media (max-width: 575px) {
  h3 {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .theme-btn.border-white {
    padding: 18px 32px;
  }
}
@media (max-width: 575px) {
  .theme-btn.border-white {
    padding: 16px 30px;
  }
}
@media (max-width: 767px) {
  .theme-btn {
    padding: 20px 32px;
  }
}
@media (max-width: 575px) {
  .theme-btn {
    padding: 18px 30px;
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .section-title {
    margin-bottom: 0;
  }
}
@media (max-width: 767px) {
  .section-title-area {
    flex-wrap: wrap;
    gap: 30px;
  }
}
@media (max-width: 1199px) {
  .section-padding {
    padding: 100px 0;
  }
}
@media (max-width: 991px) {
  .section-padding {
    padding: 80px 0;
  }
}
@media (max-width: 575px) {
  .service-details-wrapper .service-details-items .details-content {
    margin-top: 25px;
  }
}
@media (max-width: 767px) {
  .service-details-wrapper .service-details-items .details-content h3 {
    font-size: 26px;
  }
}
@media (max-width: 575px) {
  .service-details-wrapper .service-details-items .details-content h3 {
    font-size: 24px;
  }
}
@media (max-width: 575px) {
  .service-details-wrapper .service-details-items .details-content .details-video-items {
    margin-top: 20px;
    margin-bottom: 20px;
  }
}
@media (max-width: 991px) {
  .main-sidebar .single-sidebar-image {
    max-width: 800px;
  }
}
@media (max-width: 767px) {
  .team-wrapper .team-items {
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
    gap: 30px;
  }
}
@media (max-width: 575px) {
  .team-wrapper .team-items .social-profile ul {
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
  }
}
@media (max-width: 767px) {
  .single-team-items .team-image {
    height: initial;
  }
}
@media (max-width: 991px) {
  .team-details-wrapper .team-details-content {
    margin-left: 0;
  }
}
@media (min-width:1440px) and (max-width:1920px){
  .about-wrapper-2.style-2 .about-content {
    margin-left: 0;
  }
}
@media (max-width:1440px){
  .hero-1 .text-transparent h2 {
    font-size: 66px;
  }
  .about-wrapper-2.style-2 .about-content {
    margin-left: 0;
}
}
@media (min-width:650px) and (max-width:767px){
  .gallery_product {
    width: 50%;
  }
  #portfolio .container {
    max-width: 100%;
  }
  html .breadcrumb {
    top: 10px;
    right: 0;
    transform: unset;
    justify-content: flex-end;
}
  html body section.why-section .section-title {
/*     position: absolute !important; */
    width: auto;
  }
  .why-section .why-block {
    width: 50%;
  }
  section.work-process-section .section-title {
    position: relative !important;
    text-align: center;
  }
  section.news-section-4 article{
    width: 50%;
    margin-top: 15px;
}
}
@media (min-width:991px) and (max-width:1020px){
/*   section.section_bg_color .image-column,
  section.section_bg_color  .content-column {
    width: 50%;
  } */
  .footer-content, .footer-widgets-wrapper .single-footer-widget .widget-head {
    margin-left: 0 !important;
  }
  li.mega-toggle-on ul.mega-sub-menu {
    position: static !important;
  }
  .cta-banner-2 .cta-wrapper-2 .author-icon::before {
    display: block;
  }
  .cta-banner-2 .cta-wrapper-2 .author-icon::before {
    top: -14px;
  }
  section.news-section-4 article {
    width: 33.33%;
    margin-top: 15px;
}
}
@media (min-width:991px) and (max-width:1450px){
  .breadcrumb {
    padding: 0 50px;
  }
}
/* @media (min-width:300px) and (max-width:1200px){
  .process-work-wrapper .line-shape{
    display: none;
  }
} */
@media (min-width:1200px) and (max-width:1366px){
  .single-team-items .team-image {
    height: 160px;
    padding: 20px;
}
.process-work-wrapper .line-shape{
  display: block;
}

}
@media (min-width: 850px) and (max-width:1020px) {
  section.work-process-section .process-work-wrapper .col-md-6 {
    width: 25%;
  }
  .achievement-wrapper .counter-area .counter-items:not(:last-child) {
      border-right: 1px solid var(--border3);
      padding-right: 35px;
  }
  ul.pagination {
    margin: 0 auto;
  }
  .page-nav-wrap {
    padding-bottom: 80px !important;
  }
}
@media (min-width: 768px) and (max-width:991px) {
  section.offer-section .image-tag {
    width: 100px;
    padding: 0 10px;
  }
  section.offer-section h3.h3-heading.text-white br {
    display: none;
  }
  .single-team-items .team-image {
    height: 150px;
    padding: 20px;
  }
  section.about-section {
    padding: 20px 0 0px !important;
  }
  .privacy-policy section.about-section {
    padding: 70px 0 70px !important;
  }
}
@media (min-width:992px) and (max-width:1199px){
  #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item {
    margin: 0 0px 0 0;
}
	.header-top-section::before {
    content: "";
    left: 75%;
}
  .container{
    max-width: 100%;
  }
  .footer-section .shape-2 {
    right: 0;
  }
  .footer-bottom .footer-wrapper .footer-menu li {
    color: #FFF;
}
section.work-process-section .process-work-wrapper .col-md-6{
  width: 25%;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link {
  font-size: 18px!important;
}

.section-padding {
  padding: 100px 0;
}
.hero-1 .hero-content h1 {
  font-size: 48px;
}
.hero-1 {
  padding-top: 80px;
}
.section-padding,
.feature-style-three,
div#section-padding {
  padding: 80px 0;
}
.features-section .title-box h3 {
  font-size: 32px;
  line-height: 125%;
}
.feature-style-three {
  padding: 80px 0px;
}
section.achievement-section-2 {
  padding: 0 0 0 !important;
}
.achievement-wrapper {
  padding: 50px 40px;
}
.footer-widgets-wrapper .footer-style-2 {
  margin-top: 0;
}
#mega-menu-wrap-primary .mega-menu-toggle + #mega-menu-primary {
  display: flex !important;
}
.mega-menu-toggle{
  display: none !important;
}
.hero-1.hero-2 {
  padding: 60px 0 60px;
}
.feature-block-one {
/* 	border:1px solid #E5E5E5; */
  padding: 30px 25px 30px 25px;
  margin-bottom: 20px;
}
.why-section {
  padding: 0 0px 70px 0px;
}
section.offer-section h2.h2-heading.text-white {
  font-size: 32px;
  margin-bottom: 6px;
}
section.offer-section h3.h3-heading.text-white {
  font-size: 18px;
}
section.news-section-4 {
  padding: 80px 0;
}
.testimonial-section-4 {
  height: 700px;
}
.news-card-items {
  margin-top: 0;
}
section.news-standard.fix {
  padding: 80px 0 !important;
}
.main-sidebar .single-sidebar-widget {
  padding: 20px 20px;
  margin-bottom: 20px;
}
.main-sidebar .single-sidebar-widget .wid-title {
  margin-bottom: 20px;
}
.main-sidebar .single-sidebar-widget .recent-post-area .recent-items {
  gap: 15px;
}
.main-sidebar .single-sidebar-widget .recent-post-area .recent-items .recent-content h6 {
  font-size: 14px;
}
.news-details-area .blog-post-details .single-blog-post .post-content h3 {
  margin-bottom: 15px;
  font-size: 26px;
}
.news-details-area .blog-post-details .single-blog-post .post-content .hilight-text {
  padding: 20px;
}
.news-details-area .blog-post-details .single-blog-post .post-content .hilight-text p br {
  display: none;
}
.news-details-area .blog-post-details .single-blog-post .post-content .details-image img {
  margin-top: 0;
}
section.features-section.feature-style-three {
  padding: 80px 0 60px !important;
}
section.Project-details-section.fix {
  padding-bottom: 50px;
}

.contact-wrapper-2 .contact-left-items .contact-info-area-2 .contact-info-items{
  flex-wrap: nowrap;
}
section.contact-section {
  padding: 80px 0 !important;
}
.awsm-job-single-wrap.awsm-col-2 .awsm-job-form,
.awsm-job-single-wrap.awsm-col-2 .awsm-job-content {
  width: 50%;
}
.awsm-job-main.awsm-job-single-content {
  padding: 0 25px;
}
.awsm-job-form-inner {
  padding: 25px;
}
.awsm-job-entry-content.entry-content {
  margin-top: 0;
}
.awsm-job-content {
  padding: 0px 20px 0 0px !important;
}
h1.entry-title.awsm-jobs-single-title {
  font-size: 36px;
  padding: 0 0 25px 0;
}
.awsm-job-container {
  padding: 80px 0;
}
.awsm-job-form-inner h2 {
  margin: 0 0 25px;
  font-size: 28px;
}
.awsm-job-form-group label {
  margin-bottom: 5px;
  font-size: 16px;
}
.cta-banner-2 .cta-wrapper-2 h3 {
  font-size: 26px;
}
.cta-banner-2 .cta-wrapper-2 .author-icon::before {
  right: -24%;
}
.home .features-section .section-title {
  margin-top: -7px;
}
.work-process-items {
  display: flex;
  flex-direction: column;
}
.work-process-items .content.style-2 {
  order: 1;
  margin-bottom: 0;
  margin-top: 30px;
}
/* .inner-content .image-column {
  order: 1;
  margin-bottom: 0;
  margin-top: 30px;
} */
.tagcloud2 {
  margin-top: 00px !important;
  margin-bottom: 0 !important;
}
.content-box p {
  font-size: 16px;
}
.row.row_design {
  padding: 0 !important;
}
	
	
#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item.mega-toggle-on > ul.mega-sub-menu {
  display: flex;
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
  position: absolute !important;
  z-index: 1593 !important;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu {
  width: 500px;
}
#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row .mega-menu-column > ul.mega-sub-menu > li.mega-menu-item {
  padding: 6px 5px 6px 5px;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link {
  font-family: 'Montserrat', sans-serif !important;
  font-weight: 500 !important;
  font-size: 15px !important;
}
}
@media (max-width:991px){
  #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item.mega-toggle-on > ul.mega-sub-menu {
    display: flex;
    visibility: visible;
    opacity: 1;
    pointer-events: auto;
    position: absolute !important;
    z-index: 1593 !important;
  }
  section.work_title_section {
    padding: 70px 0 20px;
  }
  section#portfolio {
    padding: 0 20px 70px;
  }
  #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu {
    margin-left: -160px !important;
  }
  #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu {
    width: 500px;
  }
  #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row .mega-menu-column > ul.mega-sub-menu > li.mega-menu-item {
    padding: 0;
  }
  #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link {
    font-family: 'Montserrat', sans-serif !important;
  font-weight: 500 !important;
    font-size: 15px !important;
  }
  .container{
    max-width: 100%;
  }
  .section-padding {
    padding: 50px 0;
}
  section.features-section .feature-block.d-flex {
      flex-wrap: wrap;
      margin-bottom: 20px;
  }
  #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu {
    width: 100%;
  }
  #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link {
    font-size: 16px!important;
    background: #FFF !important;
  }
  #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row .mega-menu-column > ul.mega-sub-menu > li.mega-menu-item {
    padding: 10px 10px 0 10px;
  }
  #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item.mega-toggle-on > ul.mega-sub-menu {
    display: flex !important;
    position: static !important;
  }
  #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link {
    font-family: 'Montserrat', sans-serif !important;
  font-weight: 500 !important;
    font-size: 15px !important;
  }
  
  #mega-menu-wrap-primary .mega-menu-toggle + #mega-menu-primary {
    display: block !important;
  }
  .features-section .title-box p {
        font-size: 16px;
        line-height: 24px;
    }
  .mega-menu-toggle{
    display: none !important;
  }
  .mean-container .mean-nav ul li a.mean-expand {
    display: none;
  }
  .footer-section .shape-2 {
    right: 0;
  }
  .footer-bottom .footer-wrapper .footer-menu li {
    color: #FFF;
  }
  .footer-widgets-wrapper .footer-style-2 {
    margin-top: 0;
  }
	.achievement-section-2, .cta-banner-2.section-padding.service-sectioncta{
		padding-left:10px !important;
		padding-right:10px !important;
	}
  .achievement-wrapper .counter-area .counter-items {
    width: 45%;
	  padding: 20px 0;
  }
	.achievement-wrapper .section-title h2{
		padding-bottom:40px
	}
  .achievement-wrapper {
    padding: 40px;
  }
  .achievement-wrapper .counter-area {
    gap: 15px;
    align-items: flex-start;
  }
  .achievement-wrapper .counter-area .counter-items .content h2 {
    font-size: 26px;
  }
  .achievement-wrapper .counter-area .counter-items .content p {
    font-size: 14px;
    line-height: 130%;
  }
  .hero-1 {
    padding: 80px 0 50px;
  }
	.hero-1 .hero-content h1 {
		font-size: 48px;
		margin-bottom: 20px !important;
	}
  .features-section .title-box h3 {
    font-size: 32px;
    line-height: 125%;
    margin-bottom: 27px;
    margin-bottom: 15px;
  }
  .section-title {
    margin-bottom: 20px;
    margin-top: 20px;
  }
  .feature-style-three {
    padding: 70px 0px;
  }
  section.achievement-section-2.fix {
    padding-top: 0 !important;
    padding-bottom: 70px;
  }
  section.testimonial-section-4.fix {
    padding: 50px 0 00px;
  }
  .cta-banner-2.section-padding {
    padding:90px 0 70px 0 !important;
  }
  .cta-banner-2 .cta-wrapper-2 {
    padding: 30px;
    gap: 20px;
    justify-content: space-between;
  }
  .cta-banner-2 .cta-wrapper-2 .author-icon {
    gap: 14px;
  }
  .cta-banner-2 .cta-wrapper-2 .author-icon .icon {
    width: 40px;
    height: 40px;
    line-height: 40px;
  }
  .cta-banner-2 .cta-wrapper-2 .author-icon .icon::before {
    width: 50px;
    height: 50px;
  }
  .cta-banner-2 .cta-wrapper-2 .author-icon .content span {
    font-size: 13px;
    margin-bottom: -5px;
    line-height: 140%;
  }
  html .cta-banner-2 .cta-wrapper-2 h3 {
    font-size: 24px;
    text-align: left;
    line-height: 130%;
	          padding-left: 40px;
	  width: 40%;
  }
  section.news-section-4.fix.section-padding {
    padding: 50px 0;
  }
  article.tag-news.entry {
    margin-bottom: 20px;
  }
  .service-box-items .content h4 a br {
    display: none;
  }
  .feature-block-one .icon-box {
    width: 50px;
    padding: 8px;
  }
  .feature-block-one .icon-box img {
    display: block;
  }
  html .section-title {
    margin-top: 0;
    position: relative !important;
    width: 100%;
}
  .achievement-wrapper .counter-area .counter-items .icon {
    width: 40px;
    height: 40px;
    margin: auto;
  }
  #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu {
    margin-left: 0 !important;
    padding: 0;
  }
  #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link {
    padding: 0px 0px 10px 0px;
  }
  .mobile-menu #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item:hover a.mega-menu-link {
    color: #ee751d;
  }
  #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item.mega-toggle-on > ul.mega-sub-menu li {
    width: 100% !important;
  }
  .achievement-wrapper .counter-area .counter-items .content {
    margin-top: 12px;
    text-align: center;
  }
  .hero-1 .hero-content .hero-button {
    gap: 20px;
    margin-top: 60px;
	  margin-bottom: 60px;
  }
	.swiper.testimonial-slider-3 {
    padding-top: 30px;
} 
  .theme-btn {
    font-size: 15px;
    font-weight: 500 !important;
    padding: 16px 28px;
  }
  .hero-1 .dot-shape {
    position: absolute;
    top: 20%;
    left: 20%;
    width: 300px;
    max-width: 100%;
  }
  .service-box-items {
    padding: 28px;
  }
  .service-wrapper .service-text {
    margin-top: 30px;
  }
  .news-card-items.style-3 {
    height: auto;
    margin-top: 0;
	  display:block;
  }
	section.news-section-4 article.datablogshow:last-child .news-card-items.style-3{
		display:flex
		}
  article.tag-news.entry {
    margin-bottom: 0;
  }
  .page-nav-wrap {
    padding-bottom: 70px !important;
    margin: 0;
  }
  .news-card-items.style-3 .news-image {
    padding: 15px;
  }
  .news-card-items .news-content {
    padding: 14px 20px 20px;
  }
  .news-card-items .news-content ul {
    margin-bottom: 12px;
  }
  .news-card-items.style-2 .news-content ul li {
    font-size: 14px;
    line-height: 140%;
  }
  .news-card-items .news-content h3 {
    font-size: 20px;
    margin-bottom: 12px;
  }
  .news-card-items .news-content .theme-btn-2 {
    font-size: 14px;
    margin-top: 0 !important;
  }
  div#blog-button {
    display: flex;
    justify-content: center;
    margin-top: 10px;
  }
  .hero-1.hero-2 {
    padding: 80px 0 60px;
  }
  .section-padding {
    padding: 70px 0;
  }
  .why-section {
    padding: 70px 0px 70px 0px;
}
  .feature-block-one {
    padding: 30px 20px 30px 20px;
    margin-bottom: 20px;
  }
  .feature-block-one p {
    font-size: 16px;
    line-height: 150%;
  }
  .why-section .title-box h3 {
    font-size: 32px;
    line-height: 40px;
    margin-bottom: 50px;
  }
  section.offer-section h2.h2-heading.text-white {
    font-size: 26px;
    margin-bottom: 10px;
  }
  section.offer-section  h3.h3-heading.text-white {
    font-size: 17px;
  }
  section.work-process-section,
  section.team-section-3 {
    padding: 100px 0 70px 0;
  }
  .breadcrumb .breadcrumb-items {
    margin-top: 10px;
    font-size: 16px;
  }
/*   #portfolio {
    padding: 70px 0;
  } */
  section#portfolio .container {
    padding-top: 0 !important;
  }
  .filter-button {
    font-size: 16px;
    padding: 8px 10px;
  }
  .project-items .project-image .project-content h4 {
    font-size: 16px;
  }
  .single-work .breadcrumb {
    top: 10px;
/*     right: 30%; */
  }
  .single-work .breadcrumb .breadcrumb-items {
    margin-top: 14px;
  }
  .project-details-wrapper .project-details-items .project-catagory {
    margin: 30px 0 0 0;
    max-width: 350px;
  }

  section.news-standard.fix {
    padding: 70px 0 !important;
  }
  .news-details-area .blog-post-details .single-blog-post .post-content h3 {
    margin-bottom: 15px;
    font-size: 26px;
  }
  .post-thumbnail .wp-post-image {
    margin-top: 0;
  }
  .news-details-area .blog-post-details .tag-share-wrap {
    padding: 25px 0;
    margin: 0 !important;
  }
  .main-sidebar .single-sidebar-widget {
    padding: 30px 25px;
    margin-bottom: 20px;
  }
  section.features-section.feature-style-three {
    padding: 50px 0 50px !important;
  }
  .testimonial-section-4 {
    height: 600px;
  }
  .feature-block-one p {
    width: 100%;
  }
  section.Project-details-section.fix {
    padding-bottom: 40px;
  }
  .awsm-job-single-wrap.awsm-col-2 .awsm-job-form,
  .awsm-job-single-wrap.awsm-col-2 .awsm-job-content {
    width: 50%;
  }
  .awsm-job-main.awsm-job-single-content {
    padding: 0 25px;
  }
  .awsm-job-form-inner {
    padding: 20px;
  }
  .awsm-job-entry-content.entry-content {
    margin-top: 0;
  }
  .awsm-job-content {
    padding: 0px 20px 0 0px !important;
  }
  h1.entry-title.awsm-jobs-single-title {
    font-size: 30px;
    padding: 0 0 20px 0;
  }
  .awsm-job-container {
    padding: 70px 0;
  }
  .awsm-job-form-inner h2 {
    margin: 0 0 20px;
    font-size: 26px;
  }
  .awsm-job-form-group label {
    margin-bottom: 5px;
    font-size: 16px;
  }
  .awsm-job-form-plugin-style .awsm-job-form-control {
    padding: 8px 15px;
    min-height: 40px;
  }
  .awsm-job-form-group {
    margin-bottom: 12px;
  }
  .awsm-job-entry-content.entry-content p,
  .awsm-job-entry-content.entry-content ul li {
    font-size: 16px;
	  text-align: left;
    line-height: 150%;
  }
  .awsm-job-single-wrap.awsm-job-form-plugin-style.awsm-col-2 {
    margin-bottom: 0;
  }
  .mobile-menu #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item{
    margin: 0;
    display: block;
}
.mobile-menu #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > .mega-menu-link {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.mega-menu-item.mega-toggle-on ul.mega-sub-menu {
    display: block !important;
}
.hero-1 .text-transparent h2{
  display: none;
}
.home .features-section .section-title {
  margin-top: 10px;
}
.hero-2 .text-breadcrumb h2{
  display: none;
}
.breadcrumb {
  padding: 0 40px;
}
.why-block {
  flex-wrap: wrap;
}
html .why-block .section-title {
  margin-bottom: 2px;
}
.work-process-items {
  display: flex;
  flex-direction: column;
}
.work-process-items .content.style-2 {
  order: 1;
  margin-bottom: 0;
  margin-top: 30px;
}
.pagination .page-numbers, .comments-pagination .page-numbers {
  display: block;
}
ul.pagination {
  margin-top: 0;
}
.inner-content .image-column {
/*   order: 1; */
  margin-bottom: 0;
/*   margin-top: 30px; */
}
.tagcloud2 {
  margin-top:00px !important;
  margin-bottom: 0 !important;
}
.content-box p {
  font-size: 16px;
}
	.row.row_design{
		padding:60px 0 !important;
	}
body.single-post .breadcrumb {
  margin-top: 14px;
}
.about-content .section-title {
  margin-bottom: 0;
}
.breadcrumb {
  top: 10px;
}
.footer-bottom.style-4 {
  padding: 20px 0;
}
section.about-section.section-padding .about-content h2 {
  margin-bottom: 14px;
}
.news-details-area .blog-post-details .single-blog-post .post-content .hilight-text {
  margin-bottom: 0 !important;
}
}
@media (max-width:767px){
  #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row .mega-menu-column > ul.mega-sub-menu > li.mega-menu-item {
    padding: 10px 10px 0 10px;
  }
  section#portfolio {
    padding: 0 0 50px;
  }
  section.work_title_section {
    padding: 50px 0 20px;
  }
  #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link {
    padding: 0px 0px 10px 0px;
  }
  .offcanvas__info {
    width: 100%;
  }
  .container{
    max-width: 100%;
  }
  .hero-1 {
    padding: 50px 0 30px;
  }
  .hero-1 .hero-content h1 {
  font-size: 32px;
        margin-bottom: 20px !important;
        line-height: 125%;
	          display: grid;
  }
	.page-id-383 .hero-1 .hero-content h1 {
		        display: block;
  }
	body .service-sec h2{
		font-size:32px;
}
	.mobidataimg{
		margin:0 auto;
	}
	
  .hero-1 .hero-content h6 {
    font-size: 18px;
    padding-left: 50px;
  }
  .section-padding {
    padding: 50px 0;
  }
  .hero-1 .hero-content p {
    font-size: 16px;
    line-height: 150%;
  }
  .service-wrapper .service-text {
    margin-top: 10px;
  }
  section.service-section {
    padding: 50px 0;
  }
  section.features-section.feature-style-three {
    padding: 50px 0 30px !important;
  }
  .features-section .title-box h3 {
    margin-top: 40px;
  }
  .achievement-wrapper {
    padding: 30px;
    text-align: center;
  }
  .feature-style-three {
    padding: 50px 0px 50px 0px;
  }
  .feature-block-one {
    padding: 50px 30px 50px 30px;
  }
  .feature-block-one p {
    font-size: 16px;
    line-height: 150%;
  }
  .achievement-wrapper .counter-area .counter-items {
    width: 100%;
  }
  .achievement-wrapper .counter-area {
    gap: 20px;
  }
  section.achievement-section-2.fix {
    padding-bottom: 50px;
  }
  section.testimonial-section-4.fix {
    padding: 30px 0 50px;
  }
  body .cta-banner-2.section-padding {
    padding: 60px 0 80px 0 !important;
  }
  section.news-section-4.fix.section-padding {
    padding: 50px 0;
  }
  .footer-widgets-wrapper .footer-style-2 {
    padding: 20px 0 50px 0;
  }
  .breadcrumb {
    top: 20px;
/*     right: 50%;
    transform: translateX(50%); */
    justify-content: center;
    margin-bottom: 0;
	padding: 0px 10px;
   }
  .hero-2 .text-breadcrumb {
    top: 50%;
    right: -35%;
  }
  .hero-1.hero-2 {
    padding: 60px 0 60px !important;
  }
  .hero-2 .text-breadcrumb {
    right: -22%;
  }
  .hero-2 .text-breadcrumb h2 {
    font-size: 44px;
  }
  .hero-1 .hero-content p {
      padding-right: 0 !important;
	  text-align: center;
	  width:100%;
  }
  .about-wrapper-2 .about-content p {
    font-size: 16px;
	text-align: left;
  }
  section.about-section.section-padding h2 {
    font-size: 32px;
  }
  .why-section {
    padding: 80px 0px 50px 0px;
  }
  section.offer-section .d-flex.justify-content-between {
    flex-wrap: wrap;
  }
  section.offer-section  .d-flex.align-items-center {
    display: none !important;
  }
  .year_box {
    margin: 0 auto 25px;
    max-width: calc(50% - 20px );
    width: 100%;
}
  .year_box:last-child {
    margin-bottom: 0;
  }
  .work-process-items {
    display: flex;
    flex-direction: column;
  }
  .work-process-items .content.style-2 {
    order: 1;
  }
  section.work-process-section{
    padding: 50px 0;
  }
  section.team-section-3 {
    padding: 50px 0;
  }
/*   #portfolio {
    padding: 50px 0;
  } */
  .filter-button {
    font-size: 14px;
    padding: 8px 10px;
/*     flex: 0 0 170px; */
    margin: 0 5px !important;
  }
	.portfolio2 .portfolio-items button, .portfolio2 .portfolio-items button:hover{
		padding:15px;
	}
	.portfolio2 .portfolio-items{
		justify-content:start
	}
  .main-sidebar .single-sidebar-widget {
    padding: 0px 0 0;
  }
  .gallery_product {
	  padding-bottom:30px;
    padding: 00px;
	          width: 100%;
  }
  .gallery_product:last-child {
    padding-top: 0;
    padding-bottom: 0;
  }
  .single-work .breadcrumb {
    top: 10px;
/*     right: 50px; */
  }
  .details-content.pt-5 {
    padding-top: 30px !important;
  }
  .project-details-wrapper .preview-area {
    margin-top: 50px;
  }
  .project-details-wrapper .preview-area .preview-item {
    max-width: 350px;
  }
  ul.pagination ul.page-numbers {
    display: block !important;
  }
  ul.pagination {
    margin: 0 auto;
}
.page-nav-wrap {
  padding-top: 20px !important;
}
  .page-nav-wrap ul li .page-numbers {
    justify-content: center;
  }
  body.single-post .breadcrumb {
    top: 8px;
  }
  body.single-post .breadcrumb .breadcrumb-items li:last-child {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}
body.single-post .breadcrumb {
/*   top: 50%; */
/*   transform: translate(50% , -50%); */
  margin: 0;
}
  body.single-post .breadcrumb .breadcrumb-items li {
    font-size: 14px;
    line-height: 150%;
  }
  .news-details-area .blog-post-details .single-blog-post .post-content {
    margin-top: 0;
  }
  .news-details-area .blog-post-details .single-blog-post .post-content h3 {
    margin-bottom: 10px;
    font-size: 22px;
    line-height: 150%;
  }
  .single-blog-post .entry-content {
    margin-top: 0;
  }
  .news-details-area .blog-post-details .single-blog-post .post-content .hilight-text {
    padding: 25px;
  }
  body.single-post .main-sidebar .single-sidebar-widget {
    padding: 20px;
  }
  section.news-standard.fix {
    padding-top: 50px !important;
    padding-bottom: 50px;
  }
  .feature-block:first-child {
    margin-bottom: 20px;
  }
  section.Project-details-section.fix {
    padding-bottom: 20px;
  }
  .contact-content label.wpforms-field-label {
    font-size: 15px !important;
    margin-bottom: 5px !important;
  }
  .contact-wrapper-2 .contact-left-items .contact-info-area-2 {
    padding: 25px;
    margin-bottom: 25px;
  }
  .contact-wrapper-2 .contact-left-items .contact-info-area-2 .contact-info-items {
    display: block;
    text-align: center;
  }
/*   .contact-wrapper-2 .contact-left-items .contact-info-area-2 .contact-info-items .icon {
    margin: auto;
  } */
  .contact-wrapper-2 .contact-left-items .contact-info-area-2 .contact-info-items .content h3 a {
    font-size: 18px;
  }
  .awsm-job-single-wrap.awsm-col-2 .awsm-job-form,
  .awsm-job-single-wrap.awsm-col-2 .awsm-job-content {
    width: 100%;
  }
  .awsm-job-form-inner {
    margin-top: 30px;
  }
  .awsm-job-container {
    padding: 50px 0;
  }
  .achievement-wrapper .counter-area .counter-items .icon {
    margin: 0 auto;
}
.home .features-section .title-box h3 {
  margin-top: 5px;
}
section.offer-section  h3.h3-heading.text-white {
  font-size: 14px;
}
section.offer-section.fix.section-bg-2.section-padding {
  padding-bottom: 50px;
}
.hero-1.hero-2 {
  min-height: 85px!important;
}
.pagination .page-numbers, .comments-pagination .page-numbers {
  display: block;
}
.inner-content .image-column {
  order: 1;
  margin-bottom: 0;
  margin-top: 20px;
}
.tagcloud2 {
  margin-top: 00px !important;
  margin-bottom: 0 !important;
}
.content-box p {
  font-size: 16px;
}
.row.row_design {
  padding: 30px 0 !important;
}
.about-content .section-title {
  margin-bottom: 0;
}
section.work-process-section .section-title {
  text-align: center;
}
.privacy-policy section.about-section {
  padding: 50px 0 50px !important;
}
}
@media (min-width: 415px) and (max-width: 670px) {
  .testimonial-section-4 {
    height: 700px!important;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
/*     .portfolio2 .portfolio-items {
        border-left: 5px solid #065293;
        width: 670px;
        position: relative;
        display: flex;
        overflow: scroll;
        scroll-behavior: smooth;
    }
    .portfolio2 .portfolio-items button.active {
        background: #ec6a1f;
        width: auto;
        font-size: 19px;
        color: #065293;
        box-shadow: none;
        background: unset;
        border: unset;
        border-bottom: 2px solid #ec6a1f;
    }
    .portfolio2 .portfolio-items button, .portfolio-items button:hover {
        display: flex;
        background: unset;
        font-size: 19px;
        color: #065293;
        margin: 0 5px;
        border: 0;
        box-shadow: unset;
        padding: 10px 0px 5px;
    } */
	.portfolio2 .portfolio-items {
        border-left: none;
        position: relative;
        display: flex;
        scroll-behavior: smooth;
        overflow-x: auto;
    }
/* 	.portfolio2 .portfolio-items button {
        background-color: #065293;
        font-size: 16px;
        color: #fff;
        padding: 10px!important;
        flex: 0 0 250px;
        justify-content: center;
    } */
	.portfolio-items button:hover{
		font-size: 16px!important;
		color: #085292!important;
	}
	.portfolio2 .portfolio-items .filter-button {
		margin: 0 10px !important;
	}
}
@media (max-width: 767px){
  .header-main.style-2 .header-left .logo img,
  .offcanvas__logo a img {
    max-width: 70%;
  }
/*   section.about-section.section-padding.fix.bg-cover {
    padding: 0 0 0;
} */
  body.single.single-service ul li:nth-child(4), body.single.single-service ul li:nth-child(5) {
    display: none;
  }
    .portfolio2 .portfolio-items {
        border-left: none;
        position: relative;
        display: flex;
        scroll-behavior: smooth;
        overflow-x: auto;
    }
     .portfolio-items button:hover {
		font-size: 16px!important;
        color: #085292!important;
    }
    
    section.about-section {
      padding-bottom: 0;
    }
    .why-section {
      padding: 50px 0px 50px 0px;
    }
    section.about-section.section-padding .about-wrapper-2.style-2 span.wow.fadeInUp {
      display: none;
    }
    section.about-section.section-padding .about-content h2 {
      margin-bottom: 0;
    }
    .page-nav-wrap {
      padding-bottom: 50px !important;
    }
    section.news-standard.fix {
      padding: 50px 0 !important;
    } 
    .single-post .hero-1.hero-2 {
      min-height: 54px !important;
      padding: 0 !important;
    }
    .news-details-area .blog-post-details .single-blog-post .post-content .hilight-text p br {
      display: none;
    }
    .news-details-area .blog-post-details .single-blog-post .post-content .post-list {
      margin-bottom: 0;
    }
    section.news-standard.fix .news-details-area p.mb-5 {
      margin-bottom: 20px !important;
    }
    .news-details-area .blog-post-details .tag-share-wrap .tagcloud a {
      padding: 8px 11px;
      margin-right: 8px;
      font-size: 15px;
    }
    section.news-standard.fix .news-details-area p, .news-details-area .blog-post-details .single-blog-post .post-content .hilight-text ul li {
      font-size: 15px;
      line-height: 150%;
    }
    .main-sidebar .single-sidebar-widget .news-widget-categories ul li {
      padding: 12px;
    }
    .main-sidebar .single-sidebar-widget .tagcloud a {
      padding: 10px 12px;
      font-size: 15px;
    }
    div.wpforms-container .wpforms-form .wpforms-field {
      width: 100%;
      margin: 0 !important;
      padding: 8px 0;
    }
    .footer-widgets-wrapper .single-footer-widget .widget-head img {
      width: 150px !important;
  }
  .awsm-job-entry-content.entry-content p, .awsm-job-entry-content.entry-content ul li {
    font-size: 15px;
    margin: 12px 0px;
}
.awsm-job-entry-content.entry-content ul {
    margin: 20px 0;
    padding-left: 20px !important;
}
.awsm-job-entry-content.entry-content p {
    padding-left: 0 !important;
}
}

/* work-detail-page css */

.project-details-items .article-container {
  padding: 0;
  margin: 0;
}
.project-details-items h1,
.project-details-items h2,
.project-details-items h3,
.project-details-items h4,
.project-details-items h5{
  font-family: 'Montserrat', sans-serif !important;
  font-weight: 500 !important;
}
.project-details-items h1{
  font-size: 34px;
  font-weight: 500 !important;
  margin-bottom: 15px;
}
.project-details-items h2 {
  font-size: 30px;
  
  margin-bottom: 15px;
  font-family: 'Montserrat', sans-serif !important;
  font-weight: 500 !important;
}
.project-details-items h3{
  font-size: 28px;
  font-weight: 500 !important;
  margin-bottom: 15px;
}
.project-details-items h4,
body.privacy-policy section.about-section h4 {
  font-size: 26px;
  font-weight: 500 !important;
  margin-bottom: 15px;
  font-family: 'Montserrat', sans-serif !important;
  font-weight: 500 !important;
}
body.privacy-policy section.about-section h4 b{
  font-weight: 500 !important;
}
.project-details-items h5,
body.privacy-policy section.about-section h5{
  font-size: 22px;
  font-weight: 500 !important;
  margin-bottom: 15px;
}
body.privacy-policy section.about-section h5 b {
  font-weight: 500 !important;
}
.project-details-items p,
.project-details-items p,
body.privacy-policy section.about-section p {
  font-size: 18px;
  line-height: 150%;
  margin-bottom: 20px;
  font-weight: 400 !important;
  font-family: 'Montserrat', sans-serif !important;
  font-weight: 500 !important;
}
.project-details-items .article-container h2 {
  font-family: 'Montserrat', sans-serif !important;
  font-weight: 500 !important;
}
.project-details-items ul,
.project-details-items ol{
  margin-bottom: 25px;
  padding: 0;
  list-style: none;
}
.project-details-items ul li,
.project-details-items ol li,
body.privacy-policy section.about-section ul li {
  font-size: 18px;
  line-height: 150%;
  margin-bottom: 15px;
  padding-left: 15px;
  position: relative;
}
/*.project-details-items ul li::before,*/
.project-details-items ol li::before,
body.privacy-policy section.about-section ul li::Before {
  content: "";
  height: 6px;
  width: 6px;
  position: absolute;
  left: 0;
  top: 10px;
  background-color: #000;
  border-radius: 10px;
}
.project-details-items .details-content ul.number,
.project-details-items .details-content ol.number {
  list-style: number;
  padding-left: 20px;
}
.project-details-items .details-content ul.number li,
.project-details-items .details-content ol.number li  {
  padding: 0;
}
.project-details-items .details-content ul.number li::before {
  display: none;
}
.project-details-items br {
  display: none;
}
.project-details-wrapper .project-details-items .project-catagory ul li::before{
  display: none;
}
.project-details-wrapper .preview-area .preview-item img {
  height: 80px;
  width: 80px !important;
  min-width: 80px;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
body.privacy-policy section.about-section h3 {
  font-family: 'Montserrat', sans-serif !important;
  font-weight: 500 !important;
  font-size: 28px;
  margin-bottom: 20px;
  font-weight: 400 !important;
}
body.privacy-policy section.about-section a,
body.privacy-policy section.about-section a span {
  font-weight: 800 !important;
}
body.privacy-policy section.about-section a:hover,
body.privacy-policy section.about-section a:hover span {
  color: #085292;
}
body.privacy-policy section.about-section p{
  font-family: 'Montserrat', sans-serif !important;
  font-weight: 500 !important;
}
section.cwhygms.why_choose_sec {
  padding: 60px 0 100px;
}



.stats {
  display: flex;
  justify-content: center;
  gap: 30px;
  flex-wrap: wrap;
}

.stat-box {
    padding: 24px;
    border-radius: 12px;
    border: 1px solid #E5E5E5;
    min-width: 250px;
    text-align: center;
}

.stat-box h3 {
  color: #004b87;
     font-size: 32px;
    margin: 0;
	font-weight:600 !important;
    
}

.stat-box p {
      margin: 5px 0 0;
    color: #085292;
    text-transform: uppercase;
    font-size: 14px;
    font-weight:700 !important;
	letter-spacing:2px;
}
.service-section .service-box-items .content{
	    margin-top: 20px;
}
.servicedatabg{
	    display: flex;
    align-items: center;
	padding: 40px 60px;
	border-radius:24px !important;
	background: linear-gradient(99.23deg, #002B5C 0.74%, #005BC2 100%);
	min-height: 300px;
}
.service-section .servicedatabg .section-title{
	margin-bottom:0px;
}
.servicedatabg .section-title .theme-btn{
	background:#fff;
	color:#085292 !important;
	margin-top:30px;
}
.servicedatabg .section-title .theme-btn:hover{
	color:#fff !important;
}
.pad-20{
	padding:0 20px;
}
.testimonial-section-4 .boouZO{
	background:#fff;
	border:1px solid #23286914;

}
.serviceboxdata{
	margin-bottom:40px;
}
.post-excerpt p{
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
	font-size:14px;
	width:80%;
}
section.news-section-4 article.datablogshow:last-child{
	width:100%;
}
section.news-section-4 article.datablogshow:last-child h3{
	width:60%;
}

section.news-section-4 article.datablogshow:last-child .news-card-items.style-3 .news-image{
	height: 310px;
    width: 40%;
}
section.news-section-4 article.datablogshow:last-child .news-card-items.style-3 .news-image img{
	object-fit:cover;
}

body.custom-background{
	background:#FCFEFF !important
}
.hero-1.hero-2.ourworksection{
	padding:100px 0 ;
}
.ourworksection.hero-1 .hero-content p ,
.singleservicesec.hero-1 .hero-content p{
	    width: 100%;
    text-align: left;
}

.ourworksection .hero-banner img{
	border-radius:24px;
}
.hero-1.ourworksection  .hero-content h6,
.hero-1.singleservicesec  .hero-content h6{
	padding-left:0px;
	color:#000
}
.hero-1.ourworksection  .hero-content h6::before,
.hero-1.singleservicesec  .hero-content h6::before{
	display:none
}
.service-sec h2{
	font-size:48px;
	padding-bottom:20px;
}
.cmain_img img{
	width:80%;
	border-radius:24px;
}
.service-btn{
	font-family: 'Montserrat', sans-serif !important;
  font-weight: 500 !important;
	display:block;
}
.service-btn img{
	margin-left:10px;
} 
.service-btn:hover{
	color:#EE751D;
	}
.section_bg_color:nth-child(even), .section_bg_color{
	background-color:#FCFEFF !important
}
.section_bg_color:nth-child(even) .imgsec{
	justify-content:right !important;
}
.servicesecdata.hero-1 .hero-content .theme-btn{
	margin-top:30px;
}
.section_bg_color:nth-child(even) .cmain_img img {
    margin-left: auto;
	display: block;
}

.servicesecdata.hero-1.hero-2{
	padding-bottom:100px;
}
.servicesecdata.hero-1 .hero-content p{
	width:100%
}
.spacer-50{
	padding-bottom:50px;
}
.singleservicesecimg img{
	border-radius:24px;
	width:88%;
}
.singleservicesecimg{
	text-align:right;
}
.hero-1.hero-2{
	padding-bottom:100px;
}
.sectivesing.section-padding{
	padding-top:0px;
	padding-bottom:0px;
}
.sectivesing h2{
	font-size:48px;
	padding-bottom:20px;
}
.sectivesing .row_design:nth-child(odd) .datasideservice{
	justify-content:end;
}
.sectivesing .row_design:nth-child(even) .datacontentservice{
	justify-content:end;
}
.service-sectioncta.cta-banner-2 .cta-wrapper-2{
	background: linear-gradient(99.23deg, #002B5C 0.74%, #005BC2 100%);
}

/* .service-sectioncta{
	padding-top:0px !important;
} */
.cwhygms img{
	border-radius:24px;
}
.sidewidth{
	width:90%;
}
.leftqc .sidewidth{
	margin-left:auto;
}
.sidewidth h2{
	font-size:48px;
}
.sidewidth .section-title span{
	    display: inline;
}
.sidewidth h3{
	font-family: 'Montserrat', sans-serif !important;
  font-weight: 600 !important;
	font-size:24px;
}
.sidewidth p{
	font-family: 'Montserrat', sans-serif !important;
  font-weight: 500 !important;
}
.upspace{
	padding-bottom:10px;
}
.upspace:last-child{
	padding-bottom:0;
}
.qcheck{
	padding:80px 0;
}
.tabdatamain{
	width:75%;
	margin:0 auto;
}
.portfolio2 .project-items .project-image .project-content {
    min-height: 100px;
    align-items: center;
	display: flex;
	justify-content: center;
}
.achievement-wrapper .section-title h2 span{
	font-family: 'Montserrat', sans-serif !important;
  font-weight: 700 !important;
}
.achievement-wrapper .section-title span{
	font-family: 'Montserrat', sans-serif !important;
  font-weight: 500 !important;
}
.whybox{
	border: 1px solid #E5E5E5;
    border-radius: 24px;
    padding: 32px;
}


.itservice .content h4 a {
  color: #085292 !important;
}
section.service-section.itservice .section-title h2{
  color: #0F0D1D;
	text-align:center;
	text-transform:none;
}
section.service-section.itservice .section-title h2 span{
	font-family: 'Montserrat', sans-serif !important;
  font-weight: 700 !important;

}
.datajob .fa-solid{
	    font-size: 5px;
    margin-top: 13px;
    display: block;
    padding-right: 15px;
}
.datajob h3 {
	font-family: 'Montserrat', sans-serif !important;
  font-weight: 600 !important;
	font-size:24px;
}

table thead, table tfoot, .wp-block-table thead, .wp-block-table tfoot{
	text-align:left;
}
.hero-1 .singleservicesec .hero-content h6::before{
	display:none;
}
.hero-1 .singleservicesec .hero-content h6{
	padding-left:0;
	color:#0F0D1D;
	font-size:18px;
}
.hero-1 .singleservicesec .hero-content p{
	text-align:left;
	width:100%
}

.offer-section{
	border-radius: 24px;
	background-color:#0055B7;
	padding-left :20px;
	padding-right:20px;
}
.offer-section .section-title h2{
	color:#fff;
	padding-bottom:30px;
}

.timeline {
  position: relative;
  margin: 0;
  padding: 0;
}

.timeline::before {
  content: '';
  position: absolute;
  left: 50%;
  top: 0;
  bottom: 0;
  width: 4px;
  background: white;
  transform: translateX(-50%);
}

.timeline-item {
  position: relative;
  width: 50%;
  padding:0 40px;
  box-sizing: border-box;
}

.timeline-item:nth-child(even) {
  left: 0;
  text-align: left;
}

.timeline-item:nth-child(odd) {
  left: 50%;
  text-align: left;
}

.timeline-date {
    background: white;
    color: #0052A4;
    padding: 10px 45px;
    border-radius: 6px;
    line-height: normal;
    font-weight: bold;
    display: inline-block;
    margin-bottom: 20px;
    margin-top: -7px;
}

.timeline-content {
  background: #002C5A;
  padding: 20px;
  border-radius: 12px;
}

.timeline-content h3 {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 16px;
    font-weight: 300 !important;
    line-height: 22px;
    font-family: 'Montserrat', sans-serif !important;
    font-weight: 400 !important;
    color: #fff;
}

.timeline-content h3 b{
    margin-bottom: 0;
    font-family: 'Montserrat', sans-serif !important;
  font-weight: 600 !important;
    font-size: 20px;
    color: #fff;
    display: block;
}
.timeline-content p {
  margin: 0;
  font-size: 0.95rem;
  line-height: 1.5;
}
.timeline-item:nth-child(even) .boxtime {
	text-align: right;
}
.timeline-item:nth-child(even) .boxtime::before {
    content: '';
	position:absolute;
   right: 15px;
    top: -15px;
    width: 10px;
    bottom: 0;
    width: 4px;
    height: 55px;
    background: white;
    transform: rotate(270deg);
}
.timeline-item:nth-child(odd) .boxtime::before {
    content: '';
	position:absolute;
 left: 15px;
    top: -15px;
    width: 10px;
    bottom: 0;
    width: 4px;
    height: 55px;
    background: white;
    transform: rotate(270deg);
}
.timeline .timeline-item:nth-child(even) img{
	    top: 0;
    position: absolute;
    right: -11px;
    color: #fff;
    font-size: 22px;
}
.timeline .timeline-item:nth-child(odd) img{
	    top: 0;
    position: absolute;
    left: -11px;
    color: #fff;
    font-size: 22px;
}
.work-process-items{
	border:1px solid #E5E5E5; 
	border-radius:20px;
	padding:30px;
	position:relative;
}
.toppaddng{
	padding-top:150px;
}
.work-process-items .line-shape{
	    position: absolute;
    bottom: -131px;
    right: -38%;
    transform: translate(-50%, -50%);
	width:auto;
	top: auto;
    left: auto;
}
.tpuparw .line-shape{
	    position: absolute;
    right: -38%;
    transform: translate(-50%, -50%);
    width: auto;
    top: -45px;
    left: auto;
	bottom:auto;
}
.toppaddng:last-child .line-shape{
	display:none;
}
.caAfeN {
	line-height: 14px;
}
.bMMjYH .swiper-autoheight, .bMMjYH .swiper-autoheight .swiper-slide{
	padding-bottom:5px;
}
section.news-section-4 article.datablogshow .theme-btn-2 i {
    margin-left: 10px;
    height: 40px;
    width: 40px;
    background: #D2E9FB;
    text-align: center;
    line-height: 40px;
    border-radius: 50px;
    transform: rotate(320deg);
    position: absolute;
        right: 14px;
    bottom:-8px;
}
section.news-section-4 article.datablogshow .news-card-items:hover .theme-btn-2  i{
    background: #fff;
}
section.news-section-4 article.datablogshow:last-child .theme-btn-2 i {
    margin-left: 10px;
    height: auto;
    width: auto;
    background: transparent;
    text-align: center;
    line-height: normal;
    border-radius: 0;
    transform: rotate(3deg);
    position: relative;
	right: 0;
	    top: 2px;
	bottom:auto;
}
section.news-section-4 article.datablogshow:last-child .news-card-items:hover .theme-btn-2  i{
    background: transparent;
}
section.news-section-4 article.datablogshow .theme-btn-2{
	display:flex;
	align-items:center;
}
section.news-section-4 article.datablogshow .theme-btn-2 span{
	display:none;
}
section.news-section-4 article.datablogshow:last-child .theme-btn-2 span{
	display:block;
}
.features-section .feature-block .title-box{
	padding-bottom:60px;
}
.singleservicesec .hero-content .hero-button{
	justify-content:start;
	    margin-top: 20px;
    margin-bottom: 0px;
}
/* .postid-733 .hero-content h1,
.postid-389 .hero-content h1{
	width: 90%;
} */
.postid-737 .hero-content h6{
	text-transform:none;
}
.postid-737 .hero-content h1{
	width: 90%;
}
.tabledatamain{
	padding-bottom:0px;
}
.header__hamburger{
	    background: #085292;
    color: #fff;
    padding: 5px 10px;
    border-radius: 5px;
}
.sectivesing .row_design{
	padding:60px 0;
}
.jopbbox{
	padding:10px 20px;
}
section.service-section.itservice .section-title h2{
font-family:'Montserrat', sans-serif !important;
font-weight: 700 !important;
}
.toptext{
	font-size:18px;
}
.blogrow{
	    --bs-gutter-x: 40px;
}
.aboutdata img{
	width:100%
}
.why-section .feature-block-one p{
	    width: 100%;
	
}
.work-process-section, .team-section-3{
	padding:150px 0;
}
.section_bg_color:nth-child(even) .content-box{
	padding-right:45px;
}
.section_bg_color:nth-child(odd) .content-box{
	padding-left:45px;
}
.spacer-100{
	padding-top:100px;
}
.service-sectioncta{
	padding-bottom:150px !important;
}
.jopbbox:nth-child(odd){
padding-right:50px;
}

.jopbbox:nth-child(even){
padding-left:50px;
}
.alert-info{
	margin-top:70px !important; 
}
.itservice {
	padding-top:150px;
}
.whyboxdatamain{
	padding-top:20px !important;
	padding-bottom:20px !important;
}
.whyboxdatamain:nth-child(odd){
	padding-right:20px !important;
}
.whyboxdatamain:nth-child(even){
	padding-left:20px !important;
}
.filter-button.active{
	    color: #085292 !important;
	    border: 1px solid #E5E5E5 !important;
}
.postid-736 .sectivesing .datacontentservice{
	    align-items: baseline !important
}
.postid-736 .sectivesing .datacontentservice .servicemaintext{
	margin-top:20px;
}
.whybox{
	    display: flex;
    min-height: 160px;
    align-items: center;
}
.tabledatamain {
padding:50px;
}
.contacttitel{
	padding-bottom:40px;
}
.blog .news-card-items.style-3{
	display: block;
    padding: 20px;
}
.news-section-4{
	padding-bottom:150px;
}
body div#section-padding.service-sectioncta{
	padding-top:150px;
}
	.ourworksection .theme-btn{
		display:none;
}
.project-details-wrapper .project-details-items .details-content h3.mainhead{
	font-size:48px;
	font-weight:600 !important;
}
.mainblog .news-card-items.style-3 .news-image{
	padding:0;
}
section.news-section-4 article.mainblog.datablogshow .theme-btn-2 i{
	bottom:auto;
	top:20px;
}
.mainblog .news-card-items.style-3 .news-image .post-date{
    top: 20px;
    left: 20px;
}

.carerrpage .feature-block-one,
.awsm-grid-item .awsm-job-item,
.awsm-job-form-inner{
	border-radius:24px !important;
	box-shadow: none;
}
input#awsm-application-submit-btn{
	    box-shadow: none;
    border-radius: 30px;
}

.homehero{
	padding-bottom:0 !important
}








#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu{
	    background: #fff;
}
@media (min-width:991px){
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu{
	    background: #fff;
    box-shadow: 0px 4px 12px 0px #0000001F;
    border-radius: 24px;
    margin-top: 15px;
}
}




@media (min-width:991px){
.header__hamburger{
display:none !important;
}
	
}
@media (min-width: 768px)  and (max-width: 991px) {
	.project-details-wrapper .project-details-items .details-content h3.mainhead{
	font-size:32px;
	font-weight:600 !important;
}
	.hero-1 .hero-content h1{
		width:85%;
	}
	.stat-box {
		min-width: 200px;
	}
	.hero-1.hero-2{
		padding-bottom:60px !important;
	}
	.service-box-items .icon::before{
		    width: 56px;
    height: 56px;
	}
	.service-box-items .icon img{
		        width: 80%;
        margin: 0 auto;
        display: block;
	}
	
	.service-box-items .icon{
		margin:0;
		margin-bottom:20px;
	}
	.features-section .feature-block-one{
		padding:8px;
		padding-top:20px;
	}
	.testimonial-section-4, body .cta-banner-2, .news-section-4{
		padding-left: 10px !important;
		padding-right: 10px !important;
	}
	section.news-section-4 article.datablogshow:last-child .news-card-items.style-3 .news-image{
		    height: 200px;
    width: 100%;
	}
	section.news-section-4 article.datablogshow .theme-btn-2 i{
		top:0px;
	}
	.hero-1.hero-2 .hero-content{
		padding-right:0;
	}
	.postid-733 .hero-content h1,
.postid-737 .hero-content h1,
	.postid-389 .hero-content h1 {
	width: 100%;
}
	.page-id-10 .hero-content h1 {
	width:80%;
		margin:0 auto;
}
	.service-section{
		padding-bottom:30px;
	}
	.header-1 .header-main .header-right, .header-button{
		display:none !important
	}
	.singleservicesecimg {
    text-align: center;
    padding-top: 30px;
}
	.singleservicesecimg img{
		width:65%
	}
	.order-1 {
    order: 0 !important;
}
	.order-0 {
    order: 1 !important;
}
	.servicemaintext{
		        width: 100% !important;
	}
	section.about-section.sectivesing, .singleservicesec{
		padding-left:10px !important;
		padding-right:10px !important;
	}
	.sectivesing h2{
		font-size:32px;
	}
	.datacontentservice{
		margin-top:0px !important;
	}
	.sectivesing  .row_design:last-child{
		padding-bottom:10px !important;
	}
	.tabdatamain{
		width:100%;
	}
	.portfolio2 .project-items .project-image .project-content{
		padding: 16px 25px;
	}
	.ptiitme{
		padding-left:0;
		padding-right:0;
	}
	.jopbbox:nth-child(even){
	padding-left:50px;
}
	.jopbbox:nth-child(odd){
	padding-right:50px;
}
	.datajob h3{
		font-size:24px;
	}
	.alert-info{
		        line-height: 24px;
        font-weight: 500 !important;
		margin-bottom:80px !important;
		margin-bottom:80px;
	}
	.cta-banner-2.service-sectioncta{
		padding-bottom:100px !important;
	}
	.itservice{
padding-left: 5px;
padding-right: 5px;
	}
	.itservice .service-box-items{
		padding:52px;
	}
	.why_choose_sec{
		padding-left:10px !important;
		padding-right:10px !important;
	}
	.why_choose_sec p{
		font-size:18px;
	}
	
	.col-xl-3:nth-child(odd) .work-process-items{
		margin-right:30px;
	}
.col-xl-3:nth-child(even) .work-process-items{
		margin-left:30px;
	}
	.team-section-3{
padding:120px 0 !important;
	}
	.servicesecdata.hero-1 .hero-content h1 {
		        margin: 0 auto;
	}
	.servicesecdata.hero-1 .hero-content p {
    padding-right: 0 !important;
}
	.section_bg_color:nth-child(odd) .content-box {
    padding-left: 0px;
}
	.section_bg_color:nth-child(even) .content-box {
    padding-right: 0px;
}
	.cmain_img img {
		width: 100%;
	}
	.service-sec h2 {
    font-size: 32px;
}
	.imgsec.align-items-center{
		
    align-items: baseline !important;
	}
	.cwhygms.datajob .section-title{
		margin-bottom:50px;
	}
	section.cwhygms.why_choose_sec{
		padding-top:80px;
	}
	.tabatab{
		order:1;
	}
	.leftqc .sidewidth{
		margin-left:0;
	}
	.sidewidth h2{
		font-size:32px;
	}
	.sidewidth{
		padding-bottom:60px;
	}
	.postid-733 div#section-padding.service-sectioncta{
		padding-top:20px !important;
	}
	.ourworksection .theme-btn{
		margin-top:30px;
		display:inline-block;
	}
	.ourworksection .hero-banner img{
		    width: 75%;
	}
	.ourworksection .hero-banner{
		    margin:0 auto;
		        text-align: center;
		margin-top:40px;
	}
	.portfolio-row .overflow-hidden .justify-content-center{
		justify-content:flex-start !important;
	}
}



@media (min-width: 992px) {
 .line-shape.mobarrow,
.line-shape.tabletarrow{
	display:none;
	}
}



@media (min-width: 768px)  and (max-width: 991px) {
	.line-shape.deskarrow,
	.line-shape.mobarrow{
		display:none;
	}
	.work-process-items .line-shape {
  		  bottom: -165px;
		right: -60%;
	}
	.toppaddng:last-child{
		padding-top:300px;
	}
	.tpuparw .line-shape{
	        bottom: auto;
        right: 30px;
        top: 380px;
	}
	.dattoptablet:nth-child(3){
		padding-top:50px;
	}
	
	.toppaddng{
		padding-top:200px;
	}
	
}
@media (max-width: 767px) {
	 .line-shape.deskarrow,
	.line-shape.tabletarrow{
		display:none;
	}
	.work-process-items .line-shape
	{
		right: 0%;
		
	}
	.work-process-items{
		width:60%
	}
	.work-process-items.tpuparw{
		margin-left:auto;
	}
	.dattoptablet:first-child{
		padding-top:0px;
    }
	.toppaddng, .dattoptablet{
		padding-top:50px;
	}
	    .work-process-items .line-shape {
       right: 60px;
        top: 450px;
        bottom: auto;
    }
	.dattoptablet:nth-child(3) .work-process-items .line-shape {
        top: 470px;
    }
	section.achievement-section-2.fix.section-padding.aboutpagecontact{
		padding: 30px 0  !important;
	}
}







@media (max-width: 767px) {
	.work-process-items .content h4{
		font-size:20px;
	}
	section.team-section-3{
padding-bottom:70px !important;
	}
	.page-id-162{
		padding-left:10px;
		padding-right:10px;
	}
	.contact-wrapper-2 .contact-left-items .contact-info-area-2 .contact-info-items{
		display:flex;
		        text-align: left;
		        flex-wrap: nowrap;
	}
	.contact-content p{
		width:100%;
	}
	.project-details-wrapper .project-details-items .details-content h3.mainhead{
	font-size:32px;
	font-weight:600 !important;
}
	.news-section-4 .section-title h2 {
        display: grid;
	}
	.news-section-4 .section-title h2 span{
        display: contents;
	}
	.singleservicesecimg{
		text-align:center;
	}
	.service-box-items .content h4 a{
		font-size:20px;
		line-height:28px;
	}
	.service-box-items .content h4 {
		margin-bottom:10px;
	}
	.hero-1.hero-2.homehero{
		padding-bottom:0 !important;
	}
	.ctable-design .container th h1{
		font-size:20px
	}
	.ctable-design .container td, .ctable-design .container th{
		padding:10px;
	}
	.ctable-design .container tr:first-child th{
	border-radius:24px;
	}
	.timeline::before{
		    left: 4%;
	}
	.timeline-item:nth-child(odd) {
		left: 3.5%;
	}
	.timeline-item{
		padding-bottom:30px;
width:100%
	}
	.timeline-item:nth-child(even) .boxtime {
    text-align: left;
}
	.timeline .timeline-item:nth-child(even) img{
		left:-3.5%;
		right:auto;
	}
	.timeline-item:nth-child(even) .boxtime::before {
		left:30px;
	}
.timeline-item:nth-child(even) {
    left: 3.5%;
    text-align: left;
	}
	.hero-1.hero-2 .hero-content{
		padding-right:0;
	}
	.postid-733 .hero-content h1,
	.postid-737 .hero-content h1,
	.postid-389 .hero-content h1{
	width: 100%;
}
	.stats {
    gap: 10px;
}
	.stat-box {
    padding: 12px;
		width: 30.33%;
        min-width: auto;
	}
	.stat-box h3 {
		font-size: 24px;
	}
	.stat-box p {
		font-size: 12px;
	}
	.servicedatabg {
		padding: 40px 35px;
	}
	.pad-20{
		padding:0 10px;
	}
	.service-section{
		padding-left:10px !important;
		padding-right:10px!important;
	}
	.service-box-items{
		padding:15px;
	}
	.serviceboxdata{
		margin-bottom:20px;
	}
	.features-section .feature-block-one{
		padding:20px 10px;
	}
	.tesimonial-area .section-title{
		text-align:center;
		margin-bottom:30px;
	}
	.tesimonial-area .section-title h2,
	.news-section-4 .section-title h2{
		font-size:32px;
	}
	.testimonial-section-4, .news-section-4, .cta-banner-2{
		padding-left:10px !important;
		padding-right:10px !important;
	}
	section.news-section-4 article.datablogshow .theme-btn-2 i{
		top:0;
	}
	section.news-section-4 article.datablogshow .theme-btn-2 span{
	display:block;
}
section.news-section-4 article.datablogshow:last-child .theme-btn-2 span{
	display:none;
}
	section.news-section-4 article.datablogshow:last-child .theme-btn-2 i{
		    margin-left: 10px;
    height: 40px;
    width: 40px;
    background: #D2E9FB;
    text-align: center;
    line-height: 40px;
    border-radius: 50px;
    transform: rotate(320deg);
    position: absolute;
    right: 14px;
    bottom: -8px;
		    margin-left: 10px;
    height: 40px;
    width: 40px;
    background: #D2E9FB;
    text-align: center;
    line-height: 40px;
    border-radius: 50px;
    transform: rotate(320deg);
    position: absolute;
    right: 14px;
    bottom: -8px;
	}
	.header-1 .header-main .header-right, .header-button{
		display:none !important
	}
	
	section.news-section-4 article.datablogshow:last-child .news-card-items.style-3{
		display:block
		}
	section.news-section-4 article.datablogshow:last-child .news-card-items.style-3 .news-image{
		width:100%
	}
	section.about-section.sectivesing, .singleservicesec.hero-section{
		padding-left:10px !important;
		padding-right:10px !important;
	}
		.order-1 {
    order: 0 !important;
}
	.order-0 {
    order: 1 !important;
}
	.servicemaintext{
		        width: 100% !important;
	}
	section.about-section .about-wrapper-2 p{
		font-size:16px;
	}
	.tagcloud2 .sericondata p{
		font-size:14px
	}
	html .cta-banner-2 .cta-wrapper-2 h3{
		        width: 100%;
		padding-left: 0px;
	}
	.cta-banner-2.service-sectioncta{
		padding-bottom:60px !important;
	}
	.tabdatamain{
		width:100%;
		margin:0px !important;
	}
	.portfolio2 .project-items .project-image .project-content h4 a{
		font-size:16px;
	}
	.portfolio2 .project-items .project-image .project-content {
		padding: 16px 16px;
	}
	.datajob h2{
		font-size:32px;
	}
	.datajob h2 span{
	display:inline;	
	}
	.alert-info{
		line-height:24px;
	}
	.itservice {
		padding-top:50px !important;
}
	section.itservice h2{
		font-size:32px;
	
	}
	.itservice .service-box-items .content h4{
		width:90%;
		min-height:auto;
	}
	section.cwhygms.why_choose_sec{
		padding-top:0px;
		padding-left:10px;
		padding-right:10px;
	}
	section.cwhygms.why_choose_sec h2{
		font-size:32px;
		        width: 100%;
        text-align: center;
        margin: 0 auto;
	}
	section.cwhygms.why_choose_sec{
		padding-top:80px !important;
	}
	section.cwhygms.why_choose_sec h2 span{
		display:inline;
	}
	.whyboxdatamain{
		padding:10px !important;
	}
	.whybox{
		padding:24px;
	}
	.achievement-wrapper .section-title h2{
		padding-bottom:20px;
		font-size:32px;
	}
	.service-sectioncta  .cta-wrapper-2 h3 {
        width: 100% !important;
    }
	.daedtage{
		padding:10px !important; 
	}
	.section_bg_color:nth-child(even) .content-box{
	padding-right:0;
}
.section_bg_color:nth-child(odd) .content-box{
	padding-left:0;
}
	.jopbbox:nth-child(odd){
padding-right:20px;
}

.jopbbox:nth-child(even){
padding-left:20px;
}
	.cmain_img img {
		width: 100%;
	}
	.cta-banner-2, .servicesecdata, .service-sec{
		padding-left:10px;
		padding-right:10px;
	}
	.tagcloud2 .sericondata p{
		min-height: auto;
	}
	html .cta-banner-2 .cta-wrapper-2 h3{
		padding-top:15px;
		padding-bottom:15px;
	}
	.datajob h3{
		font-size:20px;
	}
	.cta-banner-2 .cta-wrapper-2 .author-icon .content h4 a{
		font-size:16px;
	}
	.tabatab{
		order:1;
	}
	.leftqc .sidewidth{
		margin-left:0;
	}
	.sidewidth h2{
		font-size:32px;
	}
	.sidewidth{
		padding-bottom:30px;
	}
	.qcheck{
		padding:50px 0 !important;
	}
	.hero-1.ourworksection .hero-content h6, .hero-1.singleservicesec .hero-content h6{
		font-size:18px !important
	}
	.ourworksection .theme-btn{
		margin-top:30px;
		margin-bottom:20px;
		display:inline-block;
	}
	.portfolio-row .overflow-hidden .justify-content-center{
		justify-content:flex-start !important;
	}
	.mainblog {
		padding:0;
	}
	.mainblog .news-card-items .news-content{
		        padding: 30px 0 20px 0;
	}
	.mainblog .news-card-items.style-3{
		margin-bottom:20px;
	}
	section.news-section-4 article.mainblog.datablogshow .theme-btn-2 i{
		right:0;
	}
}
@media (max-width: 575px) {
    .news-section-4 .section-title br {
        display: block;
    }
}

@media (min-width:992px) and (max-width:1200px){
	.servicemaintext{
		width:100% !important
	}
	body .sectivesing .row_design{
		padding:50px 0 !important
	}
	.sectivesing .row_design:nth-child(even) .datacontentservice{
    order: 0 !important;
}
	.sectivesing .row_design:nth-child(odd) .datacontentservice{
    order: 0 !important;
}
	section.news-section-4 article.datablogshow .theme-btn-2 i {
 
    bottom:15px;
}
}

/* ==== Note: Montserrat heading tuning override expected in style sheet ==== */
/* If using Montserrat instead of Gilroy, ensure style overrides from the companion updated style are loaded. */

