
.league-spartan {
  font-family: "League Spartan", sans-serif;
  font-optical-sizing: auto;
  font-weight: normal;
  font-style: normal;
}

:root {
  --main-theme-blue: #003979;
  --second-theme-blue: #0059BC;
  --theme-orange: #ff5e14;

  --second-theme-color: #000;
  --ballet-blue: #C2D1E2;
  --font-family: "League Spartan", sans-serif;
  --font-color: #2f344c;
  --font-size-14: 14px;
  --font-size-16: 16px;
  --font-size-18: 18px;
  --font-size-20: 20px;
  --font-size-22: 22px;
  --font-size-24: 24px;
  --font-weight: 400;
  --line-height: 1.6;
  --letter-spacing: 0px;
  --heading-font-family: "League Spartan", sans-serif;
  --heading-font-weight: 400;
  --h1-heading-font-size: 50px;
  --h2-heading-font-size: 30px;
  --h3-heading-font-size: 25px;
  --h4-heading-font-size: 20px;
  --h5-heading-font-size: 17px;
  --h6-heading-font-size: 15px;
}

* {
	margin: 0;
	padding: 0;
}

html { 
	font-size: 16px; 
}

body {
	font-family: var(--font-family);
	color: var(--second-theme-color);
	background: #fff;
    line-height: var(--line-height);
    font-size: var(--font-size-18);
}


h1, h2, h3, h4, h5, h6 , .h1, .h2, .h3, .h4, .h5, .h6 {
	color: var(--second-theme-color);
    font-family: var(--heading-font-family);
	font-weight: 700;
}

h1,.h1 { font-size: 4rem; }    
h2,.h2 { font-size: 2.25rem; }  
h3,.h3 { font-size: 1.6rem; }    
h4,.h4 { font-size: 1.3rem; }  
h5,.h5 { font-size: 1.25rem; } 
h6,.h6 { font-size: 1rem; }    
 

@media screen and (max-width: 1680px) {
}

@media screen and (max-width: 1600px) {
}

@media screen and (max-width: 1536px) {
}

@media screen and (max-width: 1440px) {
	  
	h2,.h2 { font-size: 2rem; }  
	h3,.h3 { font-size: 1.5rem; }    
	h4,.h4 { font-size: 1.2rem; }  
	h5,.h5 { font-size: 1.25rem; } 


	h6,.h6 { font-size: 1rem; }    
}

@media screen and (max-width: 1366px) {
}

@media screen and (min-width: 991.99px) and (max-width: 1199.98px) {
}

@media screen and (max-width: 1366px) {
h1,.h1 { font-size: 3rem; } 
}


@media screen and (max-width: 991.98px) {
	h1,.h1 { font-size: 2.5rem; }    
	h2,.h2 { font-size: 1.875rem; }  
	h3,.h3 { font-size: 1.3rem; }    
	h4,.h4 { font-size: 1.2rem; }  
	h5,.h5 { font-size: 1.25rem; } 
	h6,.h6 { font-size: 1rem; }    
}

@media  screen and (max-width: 767px) {
	h1,.h1 { font-size: 1.9rem; }    
	h2,.h2 { font-size: 1.625rem; }  
	h3,.h3 { font-size: 1.2rem; }    
	h4,.h4 { font-size: 1rem; }  
	h5,.h5 { font-size: 1.25rem; } 
	h6,.h6 { font-size: 1rem; }    
}




.mb-50{
	margin-bottom: 50px;
}
.mb-40{
	margin-bottom: 40px;
}
.mb-30{
	margin-bottom: 30px;
}
.mb-20{
	margin-bottom: 20px;
}
.mb-10{
	margin-bottom: 10px;
}

.mt-50{
	margin-top: 50px;
}
.mt-40{
	margin-top: 40px;
}
.mt-30{
	margin-top: 30px;
}
.mt-20{
	margin-top: 20px;
}
.mt-10{
	margin-top: 10px;
}

.section-title{
    margin-bottom: 30px;
}

.section-title p {
    font-size: 16px;
    text-transform: uppercase;
    color: var(--second-theme-blue);
    margin-bottom: 0;
}


.section-title h3 {
    color: var(--main-theme-blue);
    margin-bottom: 10px;
    font-size: 2.6rem;
}

@media screen and (max-width: 991.98px) {
.section-title {
    margin-bottom: 20px;
}
}

@media screen and (max-width: 767px) {
.section-title h3 {
    font-size: 2rem;
}
.section-title {
    margin-bottom: 10px;
}
}




/* .swiper-navigation-style1 .slider {
  margin: 0 50px
} */
@media screen and (max-width:767px) {
  .swiper-navigation-style1 .slider {
    margin: 0;
  }

}

.swiper-navigation-style1 .swiper-button-next, .swiper-navigation-style1 .swiper-button-prev {
  border: 1px solid #1d86c8;
  background-color: #1d86c8;
  width: 38px;
  height: 38px;
  border-radius: 100px;
  transition: all .4s ease-in-out;
  -ms-transition: all .4s ease-in-out;
  -webkit-transition: all .4s ease-in-out
}

@media screen and (max-width:767px) {
  .swiper-navigation-style1 .swiper-button-next, .swiper-navigation-style1 .swiper-button-prev {
    display: none;
  }

}

.swiper-navigation-style1 .swiper-button-next::after, .swiper-navigation-style1 .swiper-button-prev::after {
  font-size: 14px;
  color: #fff;
}

.swiper-navigation-style1 .swiper-button-next:hover, .swiper-navigation-style1 .swiper-button-prev:hover {
  background-color: #000;
  border-color: rgba(0, 0, 0, 0);
}

.swiper-navigation-style1 .swiper-button-next {
  right: 0;
}

.swiper-navigation-style1 .swiper-button-prev {
  left: 0;
}

.swiper-navigation-style2 {
  position: relative;
}

.swiper-navigation-style2 .swiper-button-next, .swiper-navigation-style2 .swiper-button-prev {
  border: 1px solid var(--main-theme-blue);
  background-color: var(--main-theme-blue);
  width: 38px;
  height: 38px;
  border-radius: 100px;
  transition: all .4s ease-in-out;
  -ms-transition: all .4s ease-in-out;
  -webkit-transition: all .4s ease-in-out
}

.swiper-navigation-style2 .swiper-button-next::after, .swiper-navigation-style2 .swiper-button-prev::after {
  font-size: 14px;
  color: #fff;
}

.swiper-navigation-style2 .swiper-button-next:hover, .swiper-navigation-style2 .swiper-button-prev:hover {
  background-color: #000;
  border-color: rgba(0, 0, 0, 0);
}

.swiper-navigation-style2 .swiper-button-next {
  right: -40px;
}

.swiper-navigation-style2 .swiper-button-prev {
  left: -40px;
}


@media screen and (max-width: 1024px) {
    .swiper-navigation-style2 .swiper-button-next {
  right: -0px;
}
.swiper-navigation-style2 .swiper-button-prev {
  left: -0px;
}
}

@media screen and (max-width: 991.98px) {

}

@media  screen and (max-width: 767px) {
        .swiper-navigation-style2 .swiper-button-next {
  display: none;
}
.swiper-navigation-style2 .swiper-button-prev {
  display: none;
}
}

















.swiper-navigation-style3 {
  position: relative
}

.swiper-navigation-style3 .swiper-button-next, .swiper-navigation-style3 .swiper-button-prev {
  border: 1px solid var(--main-theme-blue);
  background-image: linear-gradient(90deg, transparent 0%, #1E1E1E 0%);
  width: 38px;
  height: 38px;
  border-radius: 5px;
  transition: all .4s ease-in-out;
  -ms-transition: all .4s ease-in-out;
  -webkit-transition: all .4s ease-in-out
}

.swiper-navigation-style3 .swiper-button-next::after, .swiper-navigation-style3 .swiper-button-prev::after {
  font-size: 14px;
  color: #fff
}

.swiper-navigation-style3 .swiper-button-next:hover, .swiper-navigation-style3 .swiper-button-prev:hover {
  background-color: #000;
  border-color: rgba(0, 0, 0, 0)
}

.swiper-navigation-style3 .swiper-button-next {
  left: -32%;
  top: 80%;
}

.swiper-navigation-style3 .swiper-button-prev {
  left: -39%;
  top: 80%;
}

.swiper-pagination-style1 {
  position: relative
}

.swiper-pagination-style1 .swiper-pagination {
  text-align: center;
  position: relative;
  bottom: 0;
  margin-top: 10px
}

.swiper-pagination-style1 .swiper-pagination:empty {
  display: none
}

.swiper-pagination-style1 .swiper-pagination .swiper-pagination-bullet {
  width: 20px;
  height: 4px;
  border-radius: 3px;
  transition: all .4s ease-in-out;
  -ms-transition: all .4s ease-in-out;
  -webkit-transition: all .4s ease-in-out
}

.swiper-pagination-style1 .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 35px
}

.swiper-pagination-style2 {
  position: relative
}

.swiper-pagination-style2 .swiper-pagination {
  text-align: center;
  position: relative;
  bottom: 50px;
  margin-top: 0;
}




.swiper-pagination-style2 .swiper-pagination .swiper-pagination-bullet {
  width: 20px;
  height: 4px;
  border-radius: 3px;
  background-color: var(--main-theme-blue);
  transition: all .4s ease-in-out;
  -ms-transition: all .4s ease-in-out;
  -webkit-transition: all .4s ease-in-out
}

.swiper-pagination-style2 .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 35px;
}






.swiper-pagination-style3 {
  position: relative
}

.swiper-pagination-style3 .swiper-pagination {
  text-align: left;
  position: relative;
  bottom: 0;
  margin-top: 10px
}

.swiper-pagination-style3 .swiper-pagination:empty {
  display: none
}

.swiper-pagination-style3 .swiper-pagination .swiper-pagination-bullet {
    height: 60px;
    margin-right: 15px;
    width: 60px;
    background-size: 100%;
    opacity: 1;
}

.swiper-pagination-style3 .swiper-pagination .swiper-pagination-bullet:nth-child(1) {
    background-image: url("http://localhost/tire-demo/wp-content/uploads/2024/02/testimonial-3.png");
}

.swiper-pagination-style3 .swiper-pagination .swiper-pagination-bullet:nth-child(2) {
    background-image: url("http://localhost/tire-demo/wp-content/uploads/2024/02/testimonial-2.png");
}

.swiper-pagination-style3 .swiper-pagination .swiper-pagination-bullet:nth-child(3) {
    background-image: url("http://localhost/tire-demo/wp-content/uploads/2024/02/testimonial-1.png");
}

.swiper-pagination-style3 .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
 position: relative;
}

.swiper-pagination-style3 .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active::before {
    position: absolute;
    left: 0;
    top: 0;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    line-height: 1.7;
    font-size: 20px;
    content: '"';
    background-color: #f02801;
    color: #fff;
    text-align: center;
}







.site-title p{
	margin: auto;
    max-width: 50%;
}

img {
max-width: 100%;
}

a {
text-decoration: none;
color: var(--main-theme-blue);
transition: all 0.5s;
-ms-transition: all 0.5s;
-moz-transition: all 0.5s;
-webkit-transition: all 0.5s;
}

button {
transition: all 0.5s;
-ms-transition: all 0.5s;
-moz-transition: all 0.5s;
-webkit-transition: all 0.5s;
}

a:hover, a:focus, a.active {
text-decoration: none;
outline: none;
}

a:hover {
color: var(--theme-orange);
}

textarea, textarea:focus, button, button:focus, input, input:focus, input[type="checkbox"]:focus {
outline: none;
box-shadow: none;
-ms-box-shadow: none;
}






.container{
	position: relative;
}

.bg-lightblue {
	background: #f1f5f9;
}

.bg-theme-gray {
	background-color: #f5faff;
}



/* coman-css */

.fw-600{
	font-weight: 600;
}

img {
  max-width: 100%;
}



.section-padding-lg {
    padding: 60px 0;
}

.section-padding-md {
    padding: 46px 0;
}



.section-padding-sm {
    padding: 32px 0;
}

@media screen and (max-width: 1024px) {
	.section-padding-sm {
    padding: 28px 0;
}

.site-title p {
    max-width: 80%;
}


}

@media screen and (max-width: 991.98px) {
	.site-title p {
    max-width: 100%;
}
.site-title {
    margin-bottom: 30px;
}
.section-padding-lg {
    padding: 50px 0px;
}
}

@media  screen and (max-width: 767px) {
	.section-padding-lg ,
	.section-padding-md {
    padding: 26px 0;
}
}




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





/* Swiper navigation style */

.swiper-navigation-style1 {
  position: relative
}

.swiper-navigation-style1 .swiper-button-next{
	right: 0 !important;
}

.swiper-navigation-style1 .swiper-button-prev{
	left: 0 !important;
}

.swiper-navigation-style1 .swiper-button-next, .swiper-navigation-style1 .swiper-button-prev {
    background-color: var(--main-theme-blue);
    width: 37px;
    height: 37px;
    margin-top: 0;
    position: relative;
    top: 0;
    border-radius: 50px;
    transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
}

.swiper-navigation-style1 .swiper-button-next::after, .swiper-navigation-style1 .swiper-button-prev::after {
  font-size: 14px;
  color: #fff
}

.swiper-navigation-style1 .swiper-button-next:hover, .swiper-navigation-style1 .swiper-button-prev:hover {
  background-color: #000;
  border-color: rgba(0, 0, 0, 0)
}

.swiper-navigation-style1 .slider-buttons {
    display: flex;
    justify-content: center;
    gap: 1rem;
}



.w-60 {
	width: 60px!important;
}
.w-400 {
	width: 400px!important;
}
.w-300 {
	width: 300px!important;
}
.w-200 {
	width: 200px!important;
}
.w-100-p {
	width: 100%!important;
}
.w-auto {
	width: auto!important;
}

.h-70 {
	height: 70px!important;
}
.h-100 {
	height: 100px!important;
}
.h-200 {
	height: 200px!important;
}
.h-300 {
	height: 300px!important;
}

.bg_ffffff {
	background: #ffffff!important;
}

.bg_f3f3f3 {
	background: #f3f3f3!important;
}

.bg_theme_blue {
	background: var(--main-theme-blue)!important;
}

.c_f3f3f3 {
	color: #f3f3f3!important;
}
.c_red {
	color: red;
}
.fz_40 {
	font-size: 40px!important;
}
.fw_700 {
	font-weight: 700!important;
}
.fl_l {
	float: left;
}
.d_n {
	display: none!important;
}
.d_b {
	display: block!important;
}

.pt_8 {padding-top: 8px!important;}

.pos_r {position: relative!important;}



.btn-arf {
	background: var(--main-theme-blue)!important;
	border: 0;
}

.btn-arf:hover {
	background: var(--second-theme-color)!important;
}














/* Header-css */



.top .container-inner {
    background: var(--main-theme-blue);
    border-radius: 0 0 12px 12px;
    padding: 7px 20px;
}

.top .container-inner .top-contact ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.top .container-inner .top-contact ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    gap: 24px;
}

.top .container-inner .top-contact ul li:not(:last-child)::after {
    content: "|";
    margin-left: 14px;
    opacity: 35%;
    color: #eee;
}

.top .container-inner .top-contact ul a {
	color: #fff;
	text-decoration: none;
	font-size: 14px;
	transition: all 0.3s ease-in-out;
}

.top .container-inner .top-contact ul a:hover {
	color: var(--theme-orange);
}

.top .container-inner .top-contact ul a svg {
    width: auto;
    margin-right: 4px;
    height: 14px;
    fill: #fff;
    position: relative;
    top: -1px;
    transition: all 0.3s ease-in-out;
}

.top .container-inner .top-contact ul a:hover svg {
	fill: var(--theme-orange);
}

.top .container-inner .top-right {
	display: flex;
	justify-content: flex-end;
}

.top .container-inner .top-right .top-social {
	text-align: right;
}

.top .container-inner .top-right .top-social ul {
    margin: 0;
    padding: 0;
    display: flex;
    gap: 18px;
}

.top .container-inner .top-right .top-social li {
    text-align: center;
    display: inline-block;
    margin-left: 5px;
	position: relative;
}

.top .container-inner .top-right .top-social li:not(:last-child)::after {
    content: "|";
    margin-left: 18px;
    opacity: 35%;
    color: #eee;
}


.top .container-inner .top-right .top-social li:last-child {
	margin-right: 0px;
}

.top .container-inner .top-right .top-social a {
	display: inline-block;
	font-size: 14px;
	color: #fff;
	text-decoration: none;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

.top .container-inner .top-right .top-social a:hover {
	color: var(--theme-orange);
}

.top .top-profile {
	display: none;
}


.navbar-area {
    position: absolute;
    left: 0;
    width: 100%;
    top: 0;
    z-index: 99;
    padding: 14px 0;
}


@media screen and (max-width: 1024px) {
	

}

@media screen and (max-width: 991.98px) {}

@media screen and (max-width: 767px) {
	.top .container-inner .top-contact ul li:first-child {
		display: none;
	}
	.top .container-inner {
		padding: 4px 14px;
	}

	.top .container-inner .top-right .top-social ul {
		gap: 5px;
	}

	.top .container-inner .top-right .top-social li:not(:last-child)::after {
		margin-left: 10px;
	}
}


/* main-nav */


.navbar-area .container-inner .site-logo .navbar-brand {
	display: inline-block;
}

.navbar-area .container-inner .site-logo .navbar-brand img {
	max-width: 164px;
	height: auto;
}




@media screen and (max-width: 991.98px) {
	.navbar-area .container-inner {
    padding: 0px 0px;
}
}

@media  screen and (max-width: 767px) {
}





































/* Sticky Nav */
.sticky {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	background-color: #fff;
	border-bottom: 1px solid #ddd;
	z-index: 999;
}




/* Sidepanel */
.sidepanel {
  	height: 250px; /* Specify a height */
  	width: 0; /* 0 width - change this with JavaScript */
	position: fixed; /* Stay in place */
	z-index: 1; /* Stay on top */
	top: 0;
	left: 0;
	background-color: #111; /* Black*/
	overflow-x: hidden; /* Disable horizontal scroll */
	padding-top: 60px; /* Place content 60px from the top */
	transition: 0.5s; /* 0.5 second transition effect to slide in the sidepanel */
}
.sidepanel a {
	padding: 8px 8px 8px 32px;
	text-decoration: none;
	font-size: 25px;
	color: #818181;
	display: block;
	transition: 0.3s;
}
.sidepanel a:hover {
  	color: #f1f1f1;
}
.sidepanel .closebtn {
	position: absolute;
	top: 0;
	right: 25px;
	font-size: 36px;
	margin-left: 50px;
}
.openbtn {
	font-size: 20px;
	cursor: pointer;
	background-color: #111;
	color: white;
	padding: 10px 15px;
	border: none;
}
.openbtn:hover {
  	background-color: #444;
}







/* Slider */
.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
}
.slider-item {
	width: 100%;
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
    color: #fff;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.slider-bg {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #0a3041;
    opacity: 0.6;
}

.slider-bg-video {
	position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #0a3041;
    opacity: 0.6;
    z-index: 99;
}

.slider-table {
    overflow: hidden;
    display: table;
    width: 100%;
    height: 600px;
	text-align: center;
}

.slider-text {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    height: 100%;
}

.text-animated h1 {
    font-size: 40px;
    font-weight: 600;
    color: #fff;
    margin: 0;
    margin-bottom: 15px;
    -webkit-animation-duration: .8s;
    animation-duration: .8s;
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
    margin-bottom: 25px;
}

.text-animated p {
    font-size: 18px;
    color: #fff;
    margin: 0;
    -webkit-animation-duration: .8s;
    animation-duration: .8s;
    -webkit-animation-delay: .4s;
    animation-delay: .4s;
}

.text-animated ul {
	padding-left: 0;
	margin-top: 20px;
}

.text-animated li {
    display: inline-block;
    margin-top: 22px;
    -webkit-animation-duration: .8s;
    animation-duration: .8s;
    -webkit-animation-delay: .8s;
    animation-delay: .8s;
}

.text-animated li a {
    font-size: 18px;
    font-weight: 500;
    display: inline-block;
    background-color: transparent;
    color: #fff;
    border: 2px solid #fff;
    border-radius: 50px;
    padding: 11px 40px;
    text-decoration: none;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
}

.text-animated li a:hover {
    background-color: var(--main-theme-blue);
    color: #fff;
    border-color: var(--main-theme-blue);
}

.slide-carousel {
    overflow: hidden;
}

.slide-carousel .owl-nav .owl-prev,
.slide-carousel .owl-nav .owl-next {
	display: none;
    text-align: center;
    font-size: 18px;
    position: absolute;
    width: 38px;
    height: 54px;
    line-height: 52px;
    top: 50%;
    margin-top: -25px;
    background: var(--main-theme-blue);
    color: #fff;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
}

.slide-carousel .owl-nav .owl-prev {
    left: 0;
    margin-left: 0px;
}

.slide-carousel .owl-nav .owl-next {
    right: 0;
    margin-right: 0px;
}

.slide-carousel .owl-nav .owl-prev:hover,
.slide-carousel .owl-nav .owl-next:hover {
    background: var(--main-theme-blue);
}

.slide-carousel .owl-dots {
    text-align: center;
    position: absolute;
    bottom: 35px;
    left: 50%;
    margin-left: -21px;
}

.slide-carousel .owl-dots .owl-dot {
    height: 13px;
    width: 13px;
    border-radius: 50%;
    background-color: transparent;
    border: 2px solid #fff;
    display: inline-block;
    margin: 0 4px;
}

.slide-carousel .owl-dots .owl-dot.active {
    background: #fff;
}



/* Video Background */
.slider-video {
	position: relative;
	background-color: #00176e;
	color: #ffffff;
	height: 600px;
	overflow: hidden;
}
.slider-item-video .slider-bg {
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 2;
}
.slider-item-video .slider-table {
	z-index: 99;
	position: relative;
}
.slider-item-video .video-foreground,
.slider-item-video .video-foreground iframe {
  	position: absolute;
  	top: 0;
  	left: 0;
  	width: 100%;
  	height: 100%;
  	pointer-events: none;
}

@media (min-aspect-ratio: 16/9) {
  	.slider-item-video .video-foreground {
    	height: 300%;
    	top: -100%;
  	}
}
@media (max-aspect-ratio: 16/9) {
  	.slider-item-video .video-foreground {
    	width: 300%;
    	left: -100%;
  	}
}
@media all and (max-width: 600px) {
  	.slider-item-video .vid-info {
    	width: 50%;
    	padding: 0.5rem;
  	}
  	.slider-item-video .vid-info h1 {
    	margin-bottom: 0.2rem;
  	}
}
@media all and (max-width: 500px) {
 	.slider-item-video .vid-info .acronym {
    	display: none;
  	}
}




@media  screen and (max-width: 767px) {
	.text-animated h1 {
    font-size: 30px;
    text-align: center;
}
.slider-text {
   text-align: center;
}
.slider-table {
    height: 500px;
}
}

















/* =============================================== */
/* ================= Mobile Menu ================= */
/* =============================================== */
.mobile-nav img {
	height: 40px;
}

.home-page .mean-container a.meanmenu-reveal span {
	background: #fff;
}

 .mean-container a.meanmenu-reveal span {
	background: var(--main-theme-blue);
}




.mean-container a.meanmenu-reveal {
	color: var(--main-theme-blue);
}




.bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000000c4;
    opacity: 1;
}

.feature {
    overflow: hidden;
    padding: 40px 0;
}

.feature .heading {
    text-align: center;
    margin-bottom: 10px;
}

.feature .heading h2 {
	font-size: 36px;
	font-weight: 700;
	color: var(--second-theme-color);
	margin-top: 0;
}

.feature .heading h3 {
	font-size: 20px;
	font-weight: 500;
	color: #928f8f;
}

.feature .feature-item {
    padding: 30px 20px;
    border-radius: 12px;
    color: #fff;
    text-align: center;
    margin-top: 25px;
    height: calc(100% - 25px);
    background-image: linear-gradient(90deg, rgba(30, 85, 189, 1) 0%, #0e294a 100%);
    background-size: 200% 100%;
    background-position: left center;
    transition: all 0.4s ease, background-position 0.4s ease;
}

.feature .feature-item .icon {
	font-size: 40px;
	margin-bottom: 20px;
	text-align: center;
}

.feature .feature-item .icon img {
	width: 100px;
	height: 100px;
	line-height: 100px;
	text-align: center;
	border-radius: 50%;
	background: #fff;
	color: var(--main-theme-blue);
	display: inline-block;
	padding: 10px;
}

.feature .feature-item h4 {
	font-size: 22px;
	margin-bottom: 15px;
	color: #fff;
}

.feature .feature-item p {
    margin-bottom: 0;
}


.feature .feature-item:hover {
    background-position: right center;
}

@media screen and (max-width: 991.98px) {

}

@media  screen and (max-width: 767px) {
		.feature .feature-item {
   padding: 20px 20px;
   margin-top: 20px;
   height: calc(100% - 20px);
}

}

















.corona-case {
	padding-top: 70px;
	padding-bottom: 80px;
	overflow: hidden;
}

.corona-case .heading {
	text-align: center;
	margin-bottom: 50px;
}

.corona-case .heading h2 {
	font-size: 36px;
	font-weight: 700;
	color: var(--second-theme-color);
	margin-top: 0;
}

.corona-case .heading h3 {
	font-size: 20px;
	font-weight: 500;
	color: #928f8f;
}

.corona-case .corona-case-item {
	background: #fff;
	padding: 20px;
	color: var(--main-theme-blue);
	text-align: center;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
	margin-bottom: 25px;
}

.corona-case .corona-case-item .icon {
	font-size: 40px;
	margin-bottom: 20px;
	text-align: center;
}

.corona-case .corona-case-item .icon img {
	width: 80px;
	height: auto;
	text-align: center;
	display: inline-block;
	padding: 10px;
}

.corona-case .corona-case-item h4 {
	font-size: 20px;
	margin-bottom: 15px;
	color: var(--main-theme-blue);
	font-weight: 700;
}

.corona-case .corona-case-item h5 {
	font-size: 34px;
	font-weight: 700!important;
}

.corona-case .corona-case-item:hover {
	background: var(--second-theme-color);
}


.countrywise {
	padding-top: 70px;
	padding-bottom: 80px;
	background: var(--main-theme-blue);
	overflow: hidden;
}

.countrywise .heading {
	text-align: center;
	margin-bottom: 30px;
}

.countrywise .heading h2 {
	font-size: 36px;
	font-weight: 700;
	color: #fff;
	margin-top: 0;
}

.countrywise .heading h3 {
	font-size: 20px;
	font-weight: 500;
	color: #fff;
}

.countrywise .dataTables_length,
.countrywise div.dataTables_wrapper div.dataTables_info {
	display: none;
}

.countrywise div.dataTables_wrapper div.dataTables_filter label {
	color: #fff;
}

.countrywise div.dataTables_wrapper div.dataTables_paginate ul.pagination li {
	display: none;
}

.countrywise table.dataTable.display tbody tr {
	background: transparent;
}

.countrywise table.dataTable.display tbody tr>.sorting_1 {
	background: transparent;
}

.countrywise .dataTables_wrapper .dataTables_paginate .paginate_button,
.countrywise .dataTables_wrapper .dataTables_paginate .ellipsis {
	color: #fff!important;
}

.countrywise .dataTables_wrapper .dataTables_paginate .paginate_button.current {
	color: var(--second-theme-color)!important;
}

.countrywise .dataTables_wrapper .dataTables_filter input {
	border: 0;
	border-radius: 4px;
	outline: none;
	height: 30px;
	padding-left: 3px;
	padding-right: 3px;
}

.countrywise .dataTables_empty {
	color: #fff!important;
}

.countrywise .dataTables_wrapper .dataTables_paginate .paginate_button {
    background: transparent!important;
    color: #fff!important;
    padding: 6px 13px!important;
    border: 1px solid #fff!important;
    font-weight: 700;
}

.countrywise .dataTables_wrapper .dataTables_paginate .paginate_button:hover {
    background: #fff!important;
    color: var(--main-theme-blue)!important;
    padding: 6px 13px!important;
    border: 1px solid #fff!important;
    font-weight: 700;
}

.countrywise .dataTables_wrapper .dataTables_paginate .paginate_button.current,
.countrywise .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
    background: #fff!important;
    color: var(--main-theme-blue)!important;
    padding: 6px 13px!important;
    border: 1px solid #fff!important;
    font-weight: 700;
}

.countrywise .dataTables_wrapper .dataTables_paginate .paginate_button.disabled,
.countrywise .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover {
    color: #bbbbbb!important;
    background: #f9f9f9!important;
    padding: 6px 13px!important;
    border: 1px solid #c9c6f5!important;
}

.countrywise .dataTables_wrapper.no-footer .dataTables_scrollBody {
    border-bottom: 0;
}



.special {
    padding: 40px 0;
    overflow: hidden;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    background-attachment: fixed;
    position: relative;
}

.special h2 {
    color: #fff;
    text-align: center;
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 20px;
}

.special h3 {
	color: #fff;
	font-size: 42px;
	font-weight: 700;
	margin-bottom: 30px;
}

.special p {
	color: #fff;
}

.special .read-more {
	margin-top: 30px;
}

.special .read-more a {
	background: var(--main-theme-blue);
	border: 2px solid var(--main-theme-blue);
	border-radius: 50px;
	padding: 10px 30px;
	display: inline-block;
	color: #fff;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
	font-weight: 600;
	text-transform: uppercase;
}

.special .read-more a:hover {
	background: transparent;
	border-color: #fff;
}

.video-section {
    position: relative;
    background-position: top center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 100%;
}

.video-button {
	position: absolute;
	z-index: 10;
	top: 50%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
	box-sizing: content-box;
	display: block;
	width: 32px;
	height: 44px;
	border-radius: 50%;
	padding: 18px 20px 18px 28px;
}

.video-button:before {
	content: "";
	position: absolute;
	z-index: 0;
	left: 50%;
	top: 50%;
	transform: translateX(-50%) translateY(-50%);
	display: block;
	width: 80px;
	height: 80px;
	background: var(--main-theme-blue);
	border-radius: 50%;
	animation: video-pop 1500ms ease-out infinite;
}

.video-button:after {
	content: "";
	position: absolute;
	z-index: 1;
	left: 50%;
	top: 50%;
	transform: translateX(-50%) translateY(-50%);
	display: block;
	width: 80px;
	height: 80px;
	background: var(--main-theme-blue);
	border-radius: 50%;
	transition: all 200ms;
}

.video-button span {
    display: block;
    position: relative;
    z-index: 3;
    width: 0;
    height: 0;
    border-left: 32px solid #fff;
    border-top: 22px solid transparent;
    border-bottom: 22px solid transparent;
}

@keyframes video-pop {
	0% {
		transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
		opacity: 1;
	}
	100% {
		transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
		opacity: 0;
	}
}

@media only screen and (max-width: 768px) {
	.video-section {
		margin-top: 40px;
	}
}




.service {
    overflow: hidden;
    padding: 40px 0;
}

.service .heading {
	text-align: center;
	margin-bottom: 30px;
}

.service .heading h2 {
	font-size: 36px;
	font-weight: 700;
	color: var(--second-theme-color);
	margin-top: 0;
}

.service .heading h3 {
	font-size: 20px;
	font-weight: 500;
	color: #928f8f;
}

.service .service-item {
    margin-top: 20px;
    text-align: center;
}

.service .service-item .photo img {
    width: 80px;
    height: auto;
    object-fit: cover;
    margin: auto;
    display: block;
}

.service .service-item .text {
    padding-top: 8px;
}
.service .service-item .text h3 {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 8px;
}

.service .service-item .text h3 a {
	color: var(--second-theme-color);
}

.service .service-item .text h3 a:hover {
	color: var(--main-theme-blue);
}

.service .service-item .text p {
    font-size: 14px;
    margin-bottom: 0;
}

.service .read-more {
	margin-top: 15px;
}

.service .read-more a {
	background: var(--main-theme-blue);
	border: 0;
	border-radius: 50px;
	padding: 10px 30px;
	display: inline-block;
	color: #fff;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
	font-weight: 600;
	text-transform: uppercase;
}

.service .read-more a:hover {
	background: var(--second-theme-color);
}


.service .owl-dots {
	text-align: center;
	margin-top: 30px;
}

.service .owl-dots .owl-dot {
	width: 24px;
	height: 24px;
	background: #fff;
	border: 7px solid #afafaf;
	border-radius: 50%;
	display: inline-block;
	margin: 0 5px;
}

.service .owl-dots .owl-dot.active {
	width: 24px;
	height: 24px;
	background: var(--second-theme-color);
	border: 7px solid #afafaf;
}






@media screen and (max-width: 991.98px) {
.service .service-item .photo img {
    width: 80px;
}
}

@media  screen and (max-width: 767px) {
	.service .service-item .photo img {
    width: 80px;
}
.service .service-item .text h3 {
    font-size: 16px;
}
}











.project {
	padding-top: 70px;
	padding-bottom: 80px;
	overflow: hidden;
}

.project .heading {
	text-align: center;
	margin-bottom: 30px;
}

.project .heading h2 {
	font-size: 36px;
	font-weight: 700;
	color: var(--second-theme-color);
	margin-top: 0;
}

.project .heading h3 {
	font-size: 20px;
	font-weight: 500;
	color: #928f8f;
}

.project .project-item .photo img {
	width: 100%;
	height: 230px;
	object-fit: cover;
}

.project .project-item .text {
	background: #f2f2f2;
	padding: 20px;
}

.project .project-item .text h3 {
	font-size: 22px;
	font-weight: 700;
	margin-bottom: 15px;
}

.project .project-item .text h3 a {
	color: var(--second-theme-color);
}

.project .project-item .text h3 a:hover {
	color: var(--main-theme-blue);
}

.project .project-item .text p {
	font-size: 15px;
}

.project .read-more {
	margin-top: 15px;
}

.blog-detail-date {
    font-size: 18px;
    font-weight: 700;
        color: var(--main-theme-blue);
}

.project .read-more a {
	background: var(--main-theme-blue);
	border: 0;
	border-radius: 50px;
	padding: 10px 30px;
	display: inline-block;
	color: #fff;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
	font-weight: 600;
	text-transform: uppercase;
}

.project .read-more a:hover {
	background: var(--second-theme-color);
}


.project .owl-dots {
	text-align: center;
	margin-top: 30px;
}

.project .owl-dots .owl-dot {
	width: 24px;
	height: 24px;
	background: #fff;
	border: 7px solid #afafaf;
	border-radius: 50%;
	display: inline-block;
	margin: 0 5px;
}

.project .owl-dots .owl-dot.active {
	width: 24px;
	height: 24px;
	background: var(--second-theme-color);
	border: 7px solid #afafaf;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.project .project-item .photo img {
		height: 190px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.project .project-item .photo img {
		height: 217px;
	}
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
	.project .project-item .photo img {
		height: 335px;
	}
}

@media only screen and (max-width: 575px) {
	.project .project-item .photo img {
		object-fit: fill;
		height: auto;
	}
}




.testimonial {
	padding-top: 70px;
	padding-bottom: 80px;
	overflow: hidden;
	background: var(--main-theme-blue);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	background-attachment: fixed;
	position: relative;
}

.testimonial-bg {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: var(--main-theme-blue);
	opacity: 0.8;
}

.testimonial .heading {
	text-align: center;
	margin-bottom: 60px;
}

.testimonial .heading h2 {
	font-size: 36px;
	font-weight: 700;
	color: #fff;
	margin-top: 0;
}

.testimonial .heading h3 {
	font-size: 20px;
	font-weight: 500;
	color: #fff;
}

.testimonial .testimonial-item .photo {
	text-align: center;
}

.testimonial .testimonial-item .photo img {
	width: 80px;
	height: 80px;
	display: inline-block;
}

.testimonial .testimonial-item .text {
	padding: 20px 150px;
	text-align: center;
}

.testimonial .testimonial-item .text h3 {
	font-size: 20px;
	font-weight: 700;
	color: #fff;
	position: relative;
	margin-top: 40px;
}

.testimonial .testimonial-item .text h3:before {
	content: '';
	position: absolute;
	left: calc(50% - 20px);
	top: -20px;
	width: 40px;
	height: 2px;
	background: #fff;
}

.testimonial .testimonial-item .text h4 {
	font-size: 14px;
	font-weight: 700;
	margin-bottom: 15px;
	color: #fff;
}

.testimonial .testimonial-item .text p {
	font-size: 15px;
	color: #fff;
}

.testimonial .owl-dots {
	text-align: center;
	margin-top: 30px;
}

.testimonial .owl-dots .owl-dot {
	width: 24px;
	height: 24px;
	background: #fff;
	border: 7px solid #fff;
	border-radius: 50%;
	display: inline-block;
	margin: 0 5px;
}

.testimonial .owl-dots .owl-dot.active {
	width: 24px;
	height: 24px;
	background: var(--second-theme-color);
	border: 7px solid #fff;
}

@media only screen and (max-width: 992px) {
	.testimonial .testimonial-item .text {
		padding-left: 10px;
		padding-right: 10px;
	}
}






/* Counter */
.counter-area {
	background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    position: relative;
    padding-top: 80px;
    padding-bottom: 90px;
}
.bg-counter {
    position: absolute;
    background: var(--main-theme-blue);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0.8;
}
.counter {
    padding: 0;
}

.count-title {
    font-size: 40px;
    font-weight: 700;
    margin-top: 10px;
    margin-bottom: 0;
    text-align: center;
    color: #fff;
}

.count-text {
    font-size: 18px;
    font-weight: normal;
    margin-top: 0px;
    margin-bottom: 0;
    text-align: center;
    color: #fff;
}

.counter .icon {
	margin-bottom: 20px;
}

.counter .icon .fa-2x {
	width: 70px;
	height: 70px;
	padding-top: 15px;
	text-align: center;
	background: transparent;
	border: 3px solid #fff;
	border-radius: 50%;
    margin: 0 auto;
    float: none;
    display: table;
    color: #fff;
    font-size: 34px;
}




/* Pricing */
.pricing {
	padding-top: 70px;
	padding-bottom: 80px;
	background: #f1f5f9;
	overflow: hidden;
}

.pricing .heading {
	text-align: center;
	margin-bottom: 30px;
}

.pricing .heading h2 {
	font-size: 36px;
	font-weight: 700;
	color: var(--second-theme-color);
	margin-top: 0;
}

.pricing .heading h3 {
	font-size: 20px;
	font-weight: 500;
	color: #928f8f;
}

.pricing .card {
	border: none;
	border-radius: 1rem;
	transition: all 0.2s;
	box-shadow: 0 0.5rem 1rem 0 rgba(0, 0, 0, 0.1);
}

.pricing hr {
  	margin: 1.5rem 0;
}

.pricing .card-title {
	margin: 0.5rem 0;
	font-size: 0.9rem;
	letter-spacing: .1rem;
	font-weight: bold;
}

.pricing .card-price {
  	font-size: 3rem;
  	margin: 0;
}

.pricing .card-price .period {
  	font-size: 12px;
}

.pricing ul li {
  	margin-bottom: 16px;
}

.pricing .text-muted {
  	opacity: 0.7;
}

.pricing .btn {
	background: var(--main-theme-blue);
	font-size: 20px;
	border-radius: 5rem;
	font-weight: 700;
	padding: 10px;
	border: 0;
}
.pricing .btn:hover {
	background: var(--second-theme-color);
}

/* Hover Effects on Card */
@media (min-width: 992px) {
  	.pricing .card:hover {
		margin-top: -.25rem;
		margin-bottom: .25rem;
		box-shadow: 0 0.5rem 1rem 0 rgba(0, 0, 0, 0.3);
  	}
  	.pricing .card:hover .btn {
    	opacity: 1;
  	}
}




.cta {
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center center;
    background-attachment: fixed;
    position: relative;
    padding: 70px 0;
}
.cta .overlay {
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: var(--main-theme-blue);
    opacity: 0.8;
}
.cta .cta-box h2 {
	color: #fff;
	font-size: 36px;
	font-weight: 700;
}
.cta .cta-box p {
	color: #fff;
	font-size: 20px;
}
.cta .cta-box .btn {
    border-radius: 30px;
    padding: 7px 36px;
    background: var(--second-theme-color);
    font-size: 16px;
    border: 0;
    margin-top: 16px;
}

@media screen and (max-width: 991.98px) {
	.cta {
   padding: 50px 0;
}

}





/* Newsletter */
.newsletter-area {
    width: 100%;
    height: auto;
    text-align: center;
    background: var(--main-theme-blue);
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center center;
    background-attachment: fixed;
    position: relative;
    padding-top: 70px;
    padding-bottom: 80px;
}
.newsletter-area .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: var(--main-theme-blue);
    opacity: 0.8;
}
.newsletter-text {
    margin-bottom: 30px;
}
.newsletter-text h2 {
    font-size: 32px;
    text-align: center;
    font-weight: 700;
    color: #fff;
    margin-bottom: 15px;
}
.newsletter-text p {
    line-height: 1.6;
    font-size: 16px;
    color: #fff;
}

.newsletter-button input[type='text'] {
    width: 300px;
    height: 50px;
    font-size: 15px;
    font-weight: 600;
    color: var(--second-theme-color);
    border: 0;
    padding-left: 15px;
    padding-right: 15px;
    outline: none;
}
.newsletter-button input[type='submit'] {
    width: 100px;
    height: 50px;
    font-size: 15px;
    font-weight: 600;
    background: var(--second-theme-color);
    color: #fff;
    border: 0;
    margin-left: -4px;
    text-transform: uppercase;
}






/* Blog */
.blog-area {
    overflow: hidden;
    padding: 40px 0;
}

.blog-area .heading {
	text-align: center;
	margin-bottom: 30px;
}

.blog-area .heading h2 {
	font-size: 36px;
	font-weight: 700;
	color: var(--second-theme-color);
	margin-top: 0;
}

.blog-area .heading h3 {
	font-size: 20px;
	font-weight: 500;
	color: #928f8f;
	margin-bottom: 15px;
}

.blog-area .blog-item h3 a {
    color: var(--second-theme-color);
    font-size: 18px;
    font-weight: 700;
    display: -webkit-box;
    line-height: 1.4;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-bottom: 0;
}
.blog-area .blog-item h3 a:hover {
    color: var(--main-theme-blue);
}

.blog-area .blog-item:hover .date {
    bottom: 0;
}

.blog-area .blog-item:hover .blog-image img {
    transform: scale(1.1);
}

.blog-area .blog-item{
	border-radius: 12px;
	overflow: hidden;
}

.blog-area .blog-item p {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-bottom: 0;
}

.blog-area .blog-image {
    overflow: hidden;
    position: relative;
}

.blog-area .blog-image .aspect-custom{
    padding-bottom: 55.3%;
}

.blog-area .blog-image img {
    width: 100%;
    height: 252px;
    object-fit: cover;
    transform: scale(1);
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
}

.blog-area .blog-image .date {
    text-align: center;
    position: absolute;
    bottom: -26px;
    right: 12px;
    padding: 10px 16px;
    color: #fff;
	z-index: 1;
    background: var(--main-theme-blue);
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
}

.blog-area .blog-image .date h3 {
    font-size: 24px;
    font-weight: 500;
    margin-top: 0;
    margin-bottom: 6px;
    line-height: 1.1;
    color: #fff;
}

.blog-area .blog-image .date h4 {
    font-size: 16px;
    font-weight: 400;
    margin: 0;
    line-height: 1.1;
    color: #fff;
}

.blog-area .blog-text {
    background: #f5f5f5;
    padding: 20px;
}

.blog-area .read-more {
	margin-top: 15px;
}

.blog-area .read-more a {
    background: var(--main-theme-blue);
    border: 0;
    border-radius: 50px;
    padding: 7px 36px;
    display: inline-block;
    color: #fff;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.blog-area .read-more a:hover {
	background: var(--second-theme-color);
}

.blog-area .owl-dots {
	text-align: center;
	margin-top: 30px;
}

.blog-area .owl-dots .owl-dot {
	width: 24px;
	height: 24px;
	background: #fff;
	border: 7px solid #afafaf;
	border-radius: 50%;
	display: inline-block;
	margin: 0 5px;
}

.blog-area .owl-dots .owl-dot.active {
	width: 24px;
	height: 24px;
	background: var(--main-theme-blue);
	border: 7px solid #afafaf;
}






/* Partner */
.partner {
	padding-top: 70px;
	padding-bottom: 80px;
	overflow: hidden;
}

.partner .heading {
	text-align: center;
	margin-bottom: 30px;
}

.partner .heading h2 {
	font-size: 36px;
	font-weight: 700;
	color: var(--second-theme-color);
	margin-top: 0;
}

.partner .heading h3 {
	font-size: 20px;
	font-weight: 500;
	color: #928f8f;
	margin-bottom: 15px;
}

.partner .partner-carousel {
	position: relative;
}

.partner-carousel .inner {
	padding-left: 20px;
	padding-right: 20px;
}



.sticky-whatsup {
    cursor: pointer;
    text-align: center;
    font-size: 22px;
    position: fixed;
    width: 50px;
    height: 50px;
    border-radius: 50px;
    line-height: 52px;
    bottom: 107px;
    right: 20px;
    background-color: #16a503;
    color: #fff;
    /* opacity: 0.7; */
    z-index: 9999;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.sticky-whatsup .fa-whatsapp {
    color: #fff;
    position: relative;
    top: 2.4px;
    left: 0px;
}



/* Scroll to Top */
.scroll-top {
    cursor: pointer;
    text-align: center;
    font-size: 22px;
    position: fixed;
    width: 50px;
    height: 50px;
    border-radius: 50px;
    line-height: 50px;
    bottom: 46px;
    right: 20px;
    background: var(--main-theme-blue);
    color: #fff;
    opacity: 0.7;
    z-index: 9999;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.scroll-top:hover {
	opacity: 1;
	color: #fff;
	background: #313131;
}




/* Footer */
.footer-area {
    padding-bottom: 30px;
    background: var(--second-theme-color);
    color: #c7c7c7;
}

.footer-item {
    margin-top: 30px;
}

.footer-item ul {
   margin: 0;
   padding: 0;
}

.footer-item h2 {
    font-size: 18px;
    font-weight: 600;
    margin: 0;
    margin-bottom: 20px;
    color: #fff;
}

.footer-item p {
    line-height: 1.7;
    margin: 0;
}
.footer-item ul li {
    margin-bottom: 5px;
    list-style-type: none;
    padding-left: 0!important;
    background: none!important;
}
.footer-item ul li a {
    font-size: 15px;
    font-weight: 400;
    color: #c7c7c7;
    transition: all 0.4s;
    padding-left: 5px;
}
.footer-item ul.fmain li:before {
    font-family: 'Font Awesome 5 Free';
    content: '\f058';
    color: #c7c7c7;
}
.footer-item ul li a:hover {
    color: #fff;
}
.footer-social-link {
    margin-top: 30px;
}
.footer-social-link h2 {
    font-size: 26px;
    font-weight: 600;
    text-transform: capitalize;
    margin: 0;
    margin-bottom: 20px;
}
.footer-social-link ul li {
    display: inline-block;
    margin-right: 5px;
}
.footer-social-link ul li a {
    text-align: center;
    display: block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    background: var(--main-theme-blue);
    border: 1px solid var(--main-theme-blue);
    color: #fff;
    transition: all 0.4s;
    padding-left: 0;
}
.footer-social-link ul li a:hover {
    background-color: transparent;
    color: #fff;
}
.footer-contact ul li {
	position: relative;
	padding-left: 26px!important;
	font-size: 15px;
	margin-bottom: 8px;
}

.footer-contact ul li:before {
	font-family: 'Font Awesome 5 Free';
	position: absolute;
	left: 0;
	top: 0;
	color:#c7c7c7;
	font-size: 16px;
}
.footer-contact ul li:nth-child(1):before {
	content: '\f279';
}
.footer-contact ul li:nth-child(2):before {
	content: '\f2b6';
	font-size: 14px;
}
.footer-contact ul li:nth-child(3):before {
	content: '\f2b9';
}

.footer-end {
	border-top: 1px solid #c7c7c7;
	margin-top: 20px;
    padding-top: 20px;
}
.copyright {
    color: #c7c7c7;
}
.copyright p {
    margin: 0;
}
.footer-pages ul {
	float: right;
}
.footer-pages ul li {
	display: inline-block;
	list-style-type: none;
}
.footer-pages ul li a {
	color: #c7c7c7;
	margin-left: 20px;
}
.footer-pages ul li a:hover {
	color: #ffffff;
}


/* Page Banner */
.page-banner {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    position: relative;
    height: clamp(220px, 30vw, 520px);
    margin-top: 10px;
    overflow: hidden;
}

.bg-page {
    position: absolute;
    left: 0;

.video-banner .portfolio-video {
    width: 100%;
}

.video-banner .video-wrap {
    position: relative;
}
    top: 0;
    width: 100%;
    height: 100%;
    background: var(--second-theme-color);
    opacity: 0.8;
}

/* .bg-page {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: var(--second-theme-color);
    opacity: 0.9;
    background-image: linear-gradient(90deg, #0e294a 0%, rgb(67 126 235 / 50%) 100%);
    background-color: #0e294a;
} */

.page-banner .text {
	text-align: center;
	padding-top: 100px;
	padding-bottom: 100px;
	position: relative;
	z-index: 99;
}

.page-banner .text h1 {
	color: #fff;
	font-size: 36px;
	font-weight: 700;
	margin: 0!important;
}

.page-banner .breadcrumb {
    background-color: transparent;
    text-align: center;
    margin-bottom: 0;
    margin-top: 14px;
}

/* .page-banner .breadcrumb-item {
	color: #bdbaba;
	font-weight: 600;
	font-size: 18px;
} */

.page-banner .breadcrumb-item a {
	color: #fff;
}

.page-banner .breadcrumb-item  ,
.page-banner .breadcrumb-item {
    font-weight: 500;
    text-transform: uppercase;
    font-size: 16px;
}

.page-banner .breadcrumb-item.active {
    color: #ff5e14;
}

.page-banner .breadcrumb-item a:hover {
	color: #f3f3f3;
}

.page-banner .breadcrumb-item::before {
	color: #fff!important;
}

@media only screen and (max-width: 991px) {
	.page-banner .text {
		padding-top: 125px;
	}
}
@media only screen and (max-width: 767px) {
.page-banner .text h1 {
    font-size: 26px;
}
.page-banner .breadcrumb-item {
    font-size: 14px;
}
}


/* Page Content */

.page-content h1,
.page-content h2,
.page-content h3,
.page-content h4,
.page-content h5,
.page-content h6 {
	margin-bottom: 7px;
}

.page-content ul, .page-content ol {
    margin-bottom: 20px;
    margin-left: 0;
    padding-left: 0;
}

.page-content ul li {
	list-style-type: none;
	position: relative;
	background-image: url(../images/tick2.png);
	background-size: 16px 16px;
	background-position: 0 4px;
	background-repeat: no-repeat;
	padding-left: 25px;
	margin-bottom: 10px;
}

.page-content ol li {
	margin-bottom: 15px;
}


/* Single Section */
.single-section .blog-item {
	margin-bottom: 50px;
}

.single-section h2 {
	font-size: 28px;
	font-weight: 700;
	margin-bottom: 20px;
	color: var(--second-theme-color);
}

.single-section h2 a {
	color: var(--second-theme-color);
}

.single-section h3 {
	font-size: 18px;
	color: var(--main-theme-blue);
}

.single-section .featured-photo {
	margin-bottom: 30px;
}

.single-section .featured-photo .aspect-custom {
	padding-bottom: 54%;
}

.single-section .read-more {
	margin-top: 30px;
}

.single-section .read-more a {
	background: var(--main-theme-blue);
	border: 0;
	border-radius: 50px;
	padding: 10px 30px;
	display: inline-block;
	color: #fff;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
	font-weight: 600;
	text-transform: uppercase;
}

.single-section .read-more a:hover {
	background: var(--second-theme-color);
}

@media only screen and (max-width: 991px) {
	.single-section {
		margin-bottom: 30px;
	}
}


/* Sidebar */

.sidebar {
    position: sticky;
    top: 20px;
}

.sidebar .widget {
    padding: 20px;
    border-radius: 12px;
    background: #f1f5f9;
    margin-bottom: 30px;
    border-top: 4px solid var(--main-theme-blue);
}

.sidebar .widget h3 {
	font-size: 20px;
	font-weight: 700;
	margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 1px solid #ccc;
}

.sidebar .widget .type-2 ul {
    margin-left: 0 !important;
    padding-left: 0!important;
}


.sidebar .widget .type-1 ul li {
	list-style-type: none;
	padding-left: 26px;
	position: relative;
	margin-bottom: 10px;
	background: none!important;
}

.sidebar .widget .type-1 ul li:before {
	content: '\f058';
	font-family: 'Font Awesome 5 Free';
	position: absolute;
	left: 0;
	top: 0;
	color: var(--main-theme-blue);
}

.sidebar .widget .type-1 ul li a {
	color: var(--second-theme-color);
}

.sidebar .widget .type-1 ul li a:hover {
	color: var(--main-theme-blue);
}

.sidebar .widget .type-2 img {
	width: 70px;
	height: 60px;
	margin-right: 10px;
	display: inline-block;
	vertical-align: middle;
	object-fit: cover;
}

.sidebar .widget .type-2 ul li {
	list-style-type: none;
	position: relative;
	margin-bottom: 10px;
}

.sidebar .widget .type-2 ul li:last-child {
	margin-bottom: 0 !important;
}

.sidebar .widget .type-2 ul li a {
    width: calc(100% - 90px);
    color: var(--second-theme-color);
    display: inline-block;
    vertical-align: top;
    font-weight: 500;
    line-height: 1.4;
    font-size: 15px;
}

.sidebar .widget .type-2 ul li a:hover {
	color: var(--main-theme-blue);
}

.sidebar .widget .type-2 ul li {
	background: none;
	padding-left: 0;
}

.sidebar .widget .type-2 ul li:not(:last-child) {
    padding-bottom: 10px;
    border-bottom: 1px solid #ccc;
}

.sidebar .widget .search .input-group-append {
	width: 36px;
}

.sidebar .widget .search button {
	background: var(--main-theme-blue);
	border: 0;
	width: 36px;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
}

.sidebar .widget .search button i {
	color: #fff;
}

.sidebar .widget .type-3 button {
	border: 0;
	background: var(--main-theme-blue);
	border-radius: 50px;
	padding: 10px 30px;
	font-weight: 600;
	text-transform: uppercase;
}

.sidebar .widget .type-3 button:hover {
	background: var(--second-theme-color);
}

.sidebar .widget .project-detail .item {
	margin-bottom: 25px;
}

.sidebar .widget .project-detail .item h4 {
	color: var(--second-theme-color);
	font-size: 16px;
	font-weight: 600;
	margin-bottom: 0px!important;
}

.sidebar .widget .project-detail .item p {
	color: #555;
	font-size: 15px;
}




.team {
	padding-top: 70px;
	padding-bottom: 80px;
	overflow: hidden;
}

.team .heading {
	text-align: center;
	margin-bottom: 30px;
}

.team .heading h2 {
	font-size: 36px;
	font-weight: 700;
	color: var(--second-theme-color);
	margin-top: 0;
}

.team .heading h3 {
	font-size: 20px;
	font-weight: 500;
	color: #928f8f;
}

.team-item {
	border: 1px solid #ddd;
	margin-top: 30px;
}

.team-photo img {
	width: 100%;
	height: 292px;
	object-fit: cover;
}

.team-photo-anchor {
	width: 100%;
	height: 100%;
}

.team-text {
	text-align: center;
	background: var(--main-theme-blue);
	color: #fff;
	padding: 15px;
}

.team-text h4 {
	font-size: 20px;
	color: #fff;
	text-decoration: none;
	transition: all 0.4s;
	-webkit-transition: all 0.4s;
	margin: 0;
	margin-bottom: 4px!important;
}

.team-text h4 a {
	color: #fff;
}

.team-text p {
	margin: 0;
	font-size: 14px;
}

.team-social {
	text-align: center;
	background: var(--second-theme-color);
	width: 100%;
	padding: 10px 0;
	transition: all 0.4s;
	-webkit-transition: all 0.4s;
	margin-top: 15px;
}

.team-social ul {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	justify-content: center;
	margin-bottom: 0!important;
}

.team-social li {
	margin-right: 5px;
	margin-left: 5px;
	margin-bottom: 0!important;
	background: none!important;
	padding-left: 0!important;
}

.team-social li a {
	display: block;
	width: 30px;
	height: 30px;
	line-height: 30px;
	color: #fff;
	border: 1px solid #ddd;
	margin: 5px 0;
	text-decoration: none;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
}

.team-social li a:hover {
	background: var(--main-theme-blue);
	color: #fff;
	border: 1px solid var(--main-theme-blue);
}

.team .owl-dots {
	text-align: center;
	margin-top: 30px;
}

.team .owl-dots .owl-dot {
	width: 24px;
	height: 24px;
	background: #fff;
	border: 7px solid #afafaf;
	border-radius: 50%;
	display: inline-block;
	margin: 0 5px;
}

.team .owl-dots .owl-dot.active {
	width: 24px;
	height: 24px;
	background: var(--second-theme-color);
	border: 7px solid #afafaf;
}

.team-member-photo img {
    width: 100%;
    height: auto;
}
.team-single ul.social {
    width: 100%;
    display: block;
    margin-bottom: 40px;
}

.team-single ul.social li {
    list-style-type: none;
    display: inline-block;
}

.team-single ul.social li a {
    background: #5ac736;
    color: #fff;
    width: 34px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    display: block;
    margin-right: 6px;
    font-size: 16px;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.team-single ul.social li a:hover {
    background: var(--second-theme-color);
}
.team-single table {
    background: #fff;
}
.team-single table tr td:nth-of-type(1) {
    width: 200px;
    font-weight: 500;
}
.team-single .description h2 {
	font-size: 24px;
	font-weight: 700;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.team-photo img {
		height: 240px;
	}
	.team-social li a {
		width: 24px;
		height: 24px;
		line-height: 24px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.team-photo img {
		height: 378px;
	}
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
	.team-photo img {
		height: 588px;
	}
}

@media only screen and (max-width: 575px) {
	.team-photo img {
		object-fit: fill;
		height: auto;
	}
}





/* Portfolio Carousel */
.project-photo-carousel {
	overflow: hidden;
	margin-top: 30px;
}

.project-photo-carousel .owl-nav .owl-prev,
.project-photo-carousel .owl-nav .owl-next {
	text-align: center;
	font-size: 18px;
	position: absolute;
	top: 50%;
	width: 40px;
	height: 50px;
	line-height: 48px;
	background: var(--main-theme-blue);
	color: #fff;
	margin-top: -25px;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
}

.project-photo-carousel .owl-nav .owl-prev {
	left: 0;
}

.project-photo-carousel .owl-nav .owl-next {
	right: 0;
}

.project-photo-carousel .owl-nav .owl-prev:hover,
.project-photo-carousel .owl-nav .owl-next:hover {
	color: #fff;
	background: #313131;
}

.single-project .iframe-container {
	overflow: hidden;
	clear: both;
}

.single-project iframe {
	width: 100%;
	height: 400px;
}

.single-project img.featured-photo {
	width: 100%;
	height: auto;
}

.project-photo-carousel .p-item {
	position: relative;
}

.project-photo-carousel .p-item .p-item-bg {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
    opacity: 0;
    background: var(--second-theme-color);
    z-index: 9;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.project-photo-carousel .p-item:hover .p-item-bg {
	opacity: 0.6;
}

.project-photo-carousel .p-item .plus-icon {
	visibility: hidden;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	line-height: 100%;
	text-align: center;
	z-index: 99;
	font-size: 30px;
	color: #fff;
}

.project-photo-carousel .p-item:hover .plus-icon {
	visibility: visible;
	display: flex;
	align-items: center;
  	justify-content: center;
}

.project-photo-carousel .p-item img {
	width: 100%;
	height: 440px;
	object-fit: cover;
}








/* Comment */
.comment button {
	border: 0;
	background: var(--main-theme-blue);
	border-radius: 50px;
	padding: 10px 30px;
	font-weight: 600;
	text-transform: uppercase;
}

.comment > h2 {
	margin-bottom: 30px!important;
}

.comment button:hover {
	background: var(--second-theme-color);
}

.comment-item {
	margin-bottom: 20px;
	display: flex;
	justify-content: left;
}

.comment-item .photo {
	width: 70px;
	margin-right: 15px;
}

.comment-item .photo img {
	width: 70px;
	height: 70px;
	border-radius: 50%;
	border: 2px solid #ddd;
}

.comment-item .text h4 {
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 5px!important;
}

.comment-item .text .date {
	font-size: 14px;
	color: #848484;
	margin-bottom: 15px;
}

.comment-item .text .des {
	font-size: 14px;
}




/* Career Detail */
.career-main-item {
	background: #f3f3f3;
	margin-bottom: 30px;
	padding: 15px;
	border: 1px solid #ddd;
}
.career-main-item h3 {
	font-size: 24px;
	font-weight: 700;
	margin-bottom: 5px!important;
	color: var(--main-theme-blue);
}
.career-main-item h4 {
	font-size: 16px;
	font-weight: 700;
}
.career-main-item p {
	font-size: 14px;
}
.career-main-item .long {
	margin-bottom: 5px;
}
.career-detail .item {
	margin-bottom: 30px;
}
.career-detail .item h3 {
	font-size: 22px;
	font-weight: 700;
}
.career-detail .item p {
	font-size: 16px;
}
.career-detail .item ul li {
	list-style-type: none;
	position: relative;
	padding-left: 25px;
}
.career-detail .item ul li:before {
	content: '\f105';
    font-family: 'FontAwesome';
	position: absolute;
	left: 10px;
	top: 0;
	display: none;
}
.career-sidebar .widget {
	padding: 20px;
	background: #f1f5f9;
	margin-bottom: 30px;
}
.career-sidebar .widget h3 {
	font-size: 20px;
	font-weight: 700;
	margin-bottom: 20px;
}
.career-sidebar .widget .type-1 ul li {
	list-style-type: none;
	padding-left: 20px;
	position: relative;
	margin-bottom: 10px;
	background: none!important;
}
.career-sidebar .widget .type-1 ul li:before {
	content: '\f105';
	font-family: 'FontAwesome';
	position: absolute;
	left: 0;
	top: 0;
	color: var(--main-theme-blue);
}
.career-sidebar .widget .type-1 ul li a {
	color: var(--second-theme-color);
}
.career-sidebar .widget .type-1 ul li a:hover {
	color: var(--main-theme-blue);
}
.career-sidebar .widget .career-detail-sidebar .item {
	margin-bottom: 25px;
}
.career-sidebar .widget .career-detail-sidebar .item h4 {
	color: var(--second-theme-color);
	font-size: 16px;
	font-weight: 600;
	margin-bottom: 0px!important;
}
.career-sidebar .widget .career-detail-sidebar .item p {
	color: #555;
	font-size: 15px;
}
.career-sidebar .widget button {
	border: 0;
	background: var(--main-theme-blue);
	border-radius: 50px;
	padding: 10px 30px;
	font-weight: 600;
	text-transform: uppercase;
}



/* FAQ */
.faq {
	margin-top: 30px;
	background: #fff;
}

.faq .panel-body ol li,
.faq .panel-body ul li {
	list-style-position: inside;
}

.faq .panel {
	box-shadow: none!important;
	border-radius: 0!important;
	margin-bottom: 10px;
}

.faq .panel-group {
	margin-bottom: 40px;
}

.faq .panel-default>.panel-heading {
	background: #eee;
	color: var(--second-theme-color);
	padding: 0;
	border-radius: 0;
	border: 1px solid #eee;
	position: relative;
}

.faq .panel-group .panel-heading a:after {
	content: '\f358';
	font-family: 'Font Awesome 5 Free';
	position: absolute;
	font-weight: normal;
	right: 20px;
	top: 14px;
	font-size: 24px;
}

.faq .panel-group .panel-heading a.collapsed:after {
  	content: '\f358';
  	font-family: 'Font Awesome 5 Free';
  	font-size: 24px;
}


.faq h4.panel-title {
	margin-bottom: 0!important;
	border: 1px solid var(--main-theme-blue);
}
.faq h4.panel-title a {
	display: block;
	padding: 16px 15px;
	font-size: 18px;
	font-weight: 700;
	background: var(--main-theme-blue);
	color: #fff;
}

.faq .panel-body {
	border-top: 0;
	padding: 15px;
	border-top: 0;
}




/* Order Bottom */
.order-bottom {
	margin-top: 30px;
	background: #fff;
}
.order-bottom .panel-body {
	padding-left: 0!important;
	padding-right: 0!important;
}

.order-bottom .panel-body ol li,
.order-bottom .panel-body ul li {
	list-style-position: inside;
}

.order-bottom .panel {
	box-shadow: none!important;
	border-radius: 0!important;
	margin-bottom: 10px;
}

.order-bottom .panel-group {
	margin-bottom: 40px;
}

.order-bottom .panel-default>.panel-heading {
	background: #eee;
	color: var(--second-theme-color);
	padding: 0;
	border-radius: 0;
	border: 1px solid #eee;
	position: relative;
}

.order-bottom .panel-group .panel-heading a:after {
	content: '\f068';
	font-family: 'FontAwesome';
	position: absolute;
	font-weight: normal;
	right: 20px;
	top: 13px;
	font-size: 14px;
}

.order-bottom .panel-group .panel-heading a.collapsed:after {
  	content: '\f067';
  	font-family: 'FontAwesome';
  	font-size: 14px;
}
.order-bottom h4.panel-title {
	margin-bottom: 0!important;
	border: 1px solid var(--main-theme-blue);
}
.order-bottom h4.panel-title a {
	display: block;
	padding: 10px 15px;
	font-size: 18px;
	font-weight: 700;
	background: #f3f3f3;
	color: var(--main-theme-blue);
}

.order-bottom .panel-body {
	border-top: 0;
	padding: 15px;
	border-top: 0;
}









/* Photo Gallery */
.gallery-photo {
	margin-bottom: 30px;
}

.gallery-photo img {
	width: 100%;
	height: 250px;
	object-fit: cover;
}

.gallery-photo .gallery-photo-bg {
	position: absolute;
	left: 15px;
	top: 0;
	width: calc(100% - 30px);
	height: calc(100% - 30px);
    opacity: 0;
    background: var(--second-theme-color);
    z-index: 9;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.gallery-photo:hover .gallery-photo-bg {
	opacity: 0.6;
}

.gallery-photo .plus-icon {
	visibility: hidden;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	line-height: 100%;
	text-align: center;
	z-index: 99;
	font-size: 30px;
	color: #fff;
}

.gallery-photo:hover .plus-icon {
	visibility: visible;
	display: flex;
	align-items: center;
  	justify-content: center;
  	margin-top: -15px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.gallery-photo img {
		height: 207px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.gallery-photo img {
		height: 236px;
	}
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
	.gallery-photo img {
		height: 364px;
	}
}

@media only screen and (max-width: 575px) {
	.gallery-photo img {
		object-fit: fill;
		height: auto;
	}
}




/* Video Gallery */
.video-item {
	margin-bottom: 70px;
}
.video-item iframe {
	width: 100%;
	height: 350px;
}
.video-item .video-caption {
	font-weight: 700;
	font-size: 18px;
}




/* Product */
.product-item {
	margin-bottom: 80px!important;
}

.product-item .photo img {
	width: 100%;
	height: 270px;
	object-fit: cover;
	border: 1px solid #e3e3e3;
}

.product-item .text h3 {
	font-size: 20px;
	font-weight: 700;
	margin-top: 15px;
	margin-bottom: 10px!important;
}

.product-item .text h3 a {
	color: var(--second-theme-color);
}

.product-item .text h3 a:hover {
	color: var(--main-theme-blue);
}

.product-item .text .price {
	margin-bottom: 15px;
	font-weight: 500;
	font-size: 18px;
}

.product-item .text .price del {
	color: red;
}
.product-item .text .cart-button {
	overflow: hidden;
}
.product-item .text .cart-button a,
.product-item .text .cart-button input[type="submit"] {
	background: var(--main-theme-blue);
	color: #fff;
	border-radius: 30px;
	padding: 10px 20px;
	font-size: 14px;
	border: 0;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
	display: inline-block;
}

.product-item .text button {
	width: 100%;
	background: var(--main-theme-blue);
	color: #fff;
	border-radius: 30px;
	padding: 10px 20px;
	font-size: 14px;
	border: 0;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
	display: inline-block;
}

.product-item .text button i {
	font-size: 14px;
}

.product-item .text .cart-button a.stock-empty {
	background: #ead1d1;
	color: #ff0000;
}

.product-item .text .cart-button a.stock-empty:hover {
	background: #ead1d1;
	color: #ff0000;
}

.product-item .text .cart-button a:hover,
.product-item .text .cart-button input[type="submit"]:hover {
	background: var(--second-theme-color);
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.product-item .photo img {
		height: 220px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.product-item .photo img {
		height: 347px;
	}
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
	.product-item .photo img {
		height: 540px;
	}
}

@media only screen and (max-width: 575px) {
	.product-item .photo img {
		object-fit: fill;
		height: auto;
	}
}




/* Product Detail */
.product-detail .photo img {
	width: 100%;
	height: auto;
	border: 1px solid #e3e3e3;
}

.product-detail h2 {
	font-size: 22px;
	font-weight: 700;
	margin-bottom: 10px!important;
}

.product-detail p {
	font-size: 16px;
}

.product-detail .price {
	font-size: 28px;
	font-weight: 600;
	color: var(--main-theme-blue);
}

.product-detail .price del {
	color: red;
}

.product-detail .delivery-time {
	font-size: 18px;
}

.product-detail .qty {
	font-size: 18px;
}

.product-detail .qty input[type="number"] {
	width: 100px;
}

.product-detail button {
    cursor: pointer;
    display: inline-block;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    padding: 14px 30px;
    border: 0;
    border-radius: 50px;
    background: var(--main-theme-blue);
    color: #fff;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.product-detail button:hover {
	background: var(--second-theme-color);
}

.product-detail .nav-pills .nav-link.active {
	background: var(--main-theme-blue);
	color: #fff;
}

.product-detail .nav-pills .nav-link {
	background: #f1f5f9;
	color: var(--main-theme-blue);
}

.product-detail li.nav-item {
	margin-right: 10px;
}

.product-detail li {
	background: none!important;
	padding-left: 0!important;
}

.product-detail a.stock-available-amount {
	background: #ffc107;
	color: var(--second-theme-color);
	border: 0;
	border-radius: 16px;
	padding: 5px 18px;
	font-size: 14px;
}

.product-detail a.stock-empty {
	background: #ead1d1;
	color: #ff0000;
	border-radius: 30px;
    padding: 10px 20px;
    font-size: 16px;
    font-weight: 700;
    border: 0;
    display: inline-block;
    margin-top: 30px;
    text-transform: uppercase;
}

.product-detail a.stock-empty:hover {
	background: #ead1d1;
	color: #ff0000;
}

@media only screen and (max-width: 767px) {
	.product-detail .photo img {
		margin-bottom: 30px;
	}
}


/* Cart */
.cart table img {
	width: 100px;
	height: auto;
}

.cart input[type="number"] {
	width: 100px;
}

.cart .total {
	font-size: 18px;
	font-weight: 600;
}

.cart-buttons {
	float: right;
}

.cart-buttons a,
.cart-buttons input[type="submit"] {
	margin-right: 10px;
}

@media only screen and (max-width: 767px) {
	.cart-buttons {
		margin-bottom: 30px;
	}
}



.checkout-login-form h2 {
	font-size: 24px;
	font-weight: 700;
}

.checkout-login-form .inner {
	display: flex;
	justify-content: center;
}

.checkout-login-form input {
	width: 400px;
}

.checkout-login-form .new-user {
	margin-top: 15px;
	font-weight: 600;
}

.checkout-login-form .new-user a {
	color: var(--main-theme-blue);
}

.checkout-login-form .new-user a:hover {
	color: var(--second-theme-color);
}

.checkout h2 {
	font-size: 24px;
	font-weight: 700;
}

.checkout-billing h2 {
	font-size: 24px;
	font-weight: 700;
	margin-bottom: 20px;
}

.checkout-tab .nav-link {
	font-size: 20px;
	padding: 15px 30px;
	font-weight: 700;
	background: #ddd;
	color: #6c757d;
	margin-right: 10px;
}
.checkout-tab .nav-link i {
	background: #6c757d;
	color: #ddd;
	display: inline-block;
	width: 40px;
	height: 40px;
	line-height: 40px;
	border-radius: 50%;
	text-align: center;
}
.checkout-tab .nav-link.active {
	font-size: 20px;
	padding: 15px 30px;
	font-weight: 700;
	background: var(--main-theme-blue);
}
.checkout-tab .nav-link.active i {
	background: #fff;
	color: var(--main-theme-blue);
	display: inline-block;
	width: 40px;
	height: 40px;
	line-height: 40px;
	border-radius: 50%;
	text-align: center;
}

.checkout-tab li {
	padding-left: 0!important;
	background: none!important;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.checkout-tab .nav-link {
		padding-left: 10px;
		padding-right: 10px;
		font-size: 16px;
	}
	.checkout-tab .nav-link.active {
		padding-left: 10px;
		padding-right: 10px;
		font-size: 16px;
	}
}

@media only screen and (max-width: 767px) {
	.checkout-tab .nav-link {
		padding-left: 25px;
		padding-right: 25px;
		font-size: 18px;
	}
	.checkout-tab .nav-link.active {
		padding-left: 25px;
		padding-right: 25px;
		font-size: 18px;
	}
	.page-content-checkout button {
		margin-bottom: 30px;
	}
	.order-summery-area {
		margin-top: 30px;
	}
}

@media only screen and (max-width: 575px) {
	.page-content-checkout ul.nav-pills li {
		width: 100%!important;
	}
}




/* Login */
.reg-login-form h2 {
	font-size: 24px;
	font-weight: 700;
}

.reg-login-form .inner {
	display: flex;
	justify-content: center;
}

.reg-login-form input {
	width: 400px;
}

.reg-login-form .new-user {
	margin-top: 15px;
	font-weight: 600;
}

.reg-login-form .new-user a {
	color: var(--main-theme-blue);
}

.reg-login-form .new-user a:hover {
	color: var(--second-theme-color);
}

@media only screen and (max-width: 991px) {
	.reg-login-form input {
		width: 100%;
	}
	.reg-login-form select {

	}
	.reg-login-form .inner {
		display: block;
	}
}





/* User Panel */
.user-sidebar ul {
	display: flex;
	flex-direction: column;
}

.user-sidebar ul li {
	list-style-type: none;
	margin-bottom: 5px;
	padding-left: 0;
	background: none;
}

.modal-table {
	font-size: 14px;
}

.modal-table tr th {
	width: 150px;
}

.modal-full-width {
	max-width: 100%!important;
}

.modal-full-width .top-area {
	margin-bottom: 30px;
	padding-bottom: 30px;
	border-bottom: 1px solid #dee2e6;
}

.modal-full-width .top-right {
	font-size: 20px;
	font-weight: 700;
	float: right;
	margin-top: 30px;
}

@media only screen and (min-width: 992px) {
	.modal-full-width {
		max-width: calc(100% - 200px)!important;
	}
}

.customer-invoice {
	padding-top: 30px;
}
.customer-invoice .top-head {
	border-bottom: 1px solid #efebeb;
}
.customer-invoice .left img {
	height: 70px;
}
.customer-invoice .left .company-info {
	font-size: 14px;
	margin-bottom: 30px;
}
.customer-invoice .right {
	text-align: right;
	font-size: 18px;
	font-weight: 700;
	margin-top: 30px;
}
.customer-invoice .i3 {
	margin-top: 30px;
}
.customer-invoice .i3 h3 {
	font-size: 18px;
	font-weight: 700;
	margin-bottom: 5px!important;
}
.customer-invoice .i3 p {
	font-size: 14px;
	margin-bottom: 0;
}
@media print {
	@page { margin: 0; }
}




.chosen-drop {
    z-index: 999999 !important;
}

.nav-doctor li {
	padding-left: 0!important;
	background: none!important;
}

.doc_detail_social li {
	padding-left: 0!important;
	background: none!important;
	float: left;
	margin-right: 5px;
}

.doc_detail_social li i {
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	display: inline-block;
	background: var(--main-theme-blue);
	color: #fff;
	border-radius: 4px;
	transition: all 0.4s ease;
}
.doc_detail_social li:hover i {
	background: var(--second-theme-color);
}

.nav-doctor .nav-link {
	background: #e6e6e6;
	margin-right: 10px;
	color: var(--second-theme-color);
}
.nav-doctor .nav-link.active,
.nav-doctor .show > .nav-link {
	background: var(--main-theme-blue);
}


/* Bootstrap Pagination */
.pagination li {
    background: none!important;
    padding-left: 0!important;
    
}

.pagination li .page-link{
  box-shadow: none;
}


.dashboard-stat .text {
	font-size: 20px;
}
.dashboard-stat .total {
	font-size: 30px;
}

@media only screen and (max-width: 767px) {
	.dashboard-stat-item {
		margin-bottom: 30px;
	}
}


/* ------------------------------------------- */
/* toastr */
/* ------------------------------------------- */
.toast {
    opacity: 1 !important;
}
#success_toastr {
    background: green!important;
}
#error_toastr {
    background: red!important;
}
.toast-error {
  background-color: #bd362f;
}
.toast-success {
  background-color: #51a351;
}
.toast-warning {
  background-color: #f89406;
}



/* Checkout */
.checkout-left h4 {
	font-weight: 700;
}

.checkout-right h4 {
	font-weight: 700;
}
.checkout-right .inner {
	background: #f3f3f3;
	padding: 15px;
}
.checkout-right img {
	width: 60px;
	height: 60px;
	margin-right: 10px;
}

.checkout-right .p_price {
	text-align: right;
}

.checkout-right .p_name,
.checkout-right .p_name a {
	text-decoration: none!important;
	color: var(--second-theme-color);
}
.checkout-right .total_amount {
	font-size: 22px;
	font-weight: 700;
}
.shipping-checkbox-container .form-check {
	margin-bottom: 10px;
}
.shipping-checkbox-container input:focus {
	border-color: none!important;
}
.shipping-checkbox-container .heading {
	line-height: 1.1;
}
.shipping-checkbox-container .subheading {
	font-size: 12px;
}
.checkout-right table td {
	padding-top: 10px!important;
	padding-bottom: 10px!important;
}
.checkout-left input[type="checkbox"],
.checkout-right input[type="checkbox"] {
	color: var(--main-theme-blue);
}

/* Select 2 */
.select2-container--bootstrap .select2-selection--single {
	height: 38px!important;
	line-height: 38px!important;
	padding-top: 0!important;
	font-size: 1rem;
}


/* Preloader */
#preloader {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #fff;
	z-index: 999999;
}

#preloader #status {
	width: 200px;
	height: 200px;
	position: absolute;
	left: 50%;
	top: 50%;
	background-repeat: no-repeat;
	background-position: center;
	margin: -100px 0 0 -100px;
}


.share_buttons a {
	text-align: center;
}



.share_buttons a.twitter {
    background: #000;
    height: 40px;
    display: inline-block;
    width: 40px;
    border-radius: 50px;
    align-content: center;
    margin-right: 4px;
    position: relative;
    top: -1px;
    border: 1px solid #000;
}

.share_buttons a.twitter:hover {
    background: transparent;
}


.share_buttons a.twitter:hover svg {
    fill: #000;
}














.share_buttons a.twitter svg {
    width: 16px;
    height: auto;
    fill: #fff;
}


.share_buttons a i {
    border: 1px solid #3b5998;
    color: #fff!important;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 50%;
    display: inline-block;
    font-size: 16px;
    margin-right: 4px;
    transition: all 0.3s ease-in-out;
}
.share_buttons a.facebook i {
	background: #3b5998;
    border-color: #3b5998;
}
.share_buttons a.facebook:hover i {
	color: #3b5998!important;
	background: #fff;
}
.share_buttons a.twitter i {
	background: #00aced;
    border-color: #00aced;
}
.share_buttons a.twitter:hover i {
	color: #00aced!important;
	background: #fff;
}
.share_buttons a.pinterest i {
	background: #EB4823;
    border-color: #EB4823;
}
.share_buttons a.pinterest:hover i {
	color: #EB4823!important;
	background: #fff;
}
.share_buttons a.linkedin i {
	background: #0e76a8;
    border-color: #0e76a8;
}
.share_buttons a.linkedin:hover i {
	color: #0e76a8!important;
	background: #fff;
}



.navbar-expand-md .navbar-collapse {
    justify-content: center;
}


.active>.page-link, .page-link.active {
	background-color: var(--main-theme-blue);
	border-color: var(--main-theme-blue);
}

.page-link {
color: var(--main-theme-blue);
}

.page-content .contact-item .contact-text p a{
	color: #000;
}

.page-content .contact-item .contact-text p a:hover{
	color: var(--main-theme-blue);
}


@media  screen and (max-width: 767px) {
.service ,
.blog-area,
.special ,
.feature {
    overflow: hidden;
    padding: 40px 0;
}
}

@media screen and (max-width: 991.98px) {
	.welcome-section .heading h2,
	.blog-area .heading h2,
	.cta .cta-box h2,
	.service .heading h2,
	.special h2,
	.feature .heading h2 {
    font-size: 30px;
}
.welcome-section .heading h3,
.blog-area .heading h3,
.service .heading h3,
.feature .heading h3 {
    font-size: 18px;
}

}

@media  screen and (max-width: 767px) {
	.welcome-section .heading h2,
	.blog-area .heading h2, .cta .cta-box h2, .service .heading h2, .special h2, .feature .heading h2 {
    font-size: 26px;
}
.welcome-section .heading h3,
.blog-area .heading h3, .service .heading h3, .feature .heading h3 {
    font-size: 16px;
}
}


   .mission-vision-section {
        padding: 50px 0;
        background-image: url('../images/bg/vision-bg.jpg');
        background-size: cover;
        background-position: center;
    }

section.section.about-us-tabs {
    padding-top: 50px;
}









/* service-page */

.bg-grey-color {
    background-color: #f3f7f9;
}

.service-page h4 {
    font-weight: 700;
    font-size: 20px;
}

.service-page h2 {
    font-size: 26px;
    font-weight: 700;
}

.service-page h3 {
    font-weight: 700;
    font-size: 22px;
}

.service-content .content {
    border-top: 1px solid #eee;
    padding-top: 20px;
}

.step-content .step-box .box-wrap .step-number {
    position: relative;
    top: -3px;
    font-weight: 500;
    font-size: 18px;
}

.service-page h5 {
    font-weight: 600;
    font-size: 18px;
}

.step-content .step-box{
    margin-top: 20px;
}

.step-content .step-box .box-wrap {
    display: flex;
    gap: 1rem;
}

.service-accordion .accordion-item .accordion-button {
    box-shadow: none;
}

.service-accordion .accordion-item .accordion-button:not(.collapsed) {
    color: #fff;
    background-color: var(--main-theme-blue);
}

.service-accordion .accordion-item .accordion-button{
    font-weight: 500;
    font-size: 18px;
}

.service-accordion .accordion-item .accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='%23ffffff' stroke-linecap='round' stroke-linejoin='round'%3e%3cpath d='M2 5L8 11L14 5'/%3e%3c/svg%3e");
    transform: var(--bs-accordion-btn-icon-transform);
}



@media screen and (max-width: 1024px) {
	.service-page h2 {
    font-size: 22px;
}
.service-page h3 {
    font-weight: 700;
    font-size: 20px;
}
}

@media screen and (max-width: 991.98px) {
}

@media  screen and (max-width: 767px) {
	.service-page h2 {
    font-size: 20px;
}
	.service-top .right-content {
    margin-top: 20px;
}
.service-page h3 {
    font-weight: 700;
    font-size: 18px;
}
.section-padding-sm.section.service-top {
	padding-bottom: 10px !important	;
}
.service-accordion .accordion-item .accordion-button {
    font-size: 16px;
}
.step-content .step-box .box-wrap .step-number {
    top: -2px;
    font-size: 16px;
}
.service-page h5 {
    font-size: 16px;
}
.step-content .step-box {
    margin-top: 10px;
}
}


















.e-commerce-service {
    margin-bottom: 20px;
}

.e-commerce-service .heading {
	text-align: center;
	margin-bottom: 30px;
}

.e-commerce-service .service-item {
    margin-top: 20px;
    text-align: center;
    height: calc(100% - 22px);
    padding: 22px;
    background: #f3f7f9;
    border: 1px solid #ddd;
    border-radius: 20px;
	transition: all 0.3s ease-in-out;
}

.e-commerce-service .service-item:hover {
    border: 1px solid var(--main-theme-blue);
}

.e-commerce-service .service-item .photo img {
    width: 120px;
    height: auto;
    object-fit: cover;
    margin: auto;
    display: block;
    padding: 5px;
    border: 5px solid #fff;
}

.e-commerce-service .service-item .text {
    padding-top: 16px;
}

.e-commerce-service .service-item .text h3 {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 8px;
}

.e-commerce-service .service-item .text h3 a {
	color: var(--second-theme-color);
}

.e-commerce-service .service-item .text h3 a:hover {
	color: var(--main-theme-blue);
}

.e-commerce-service .service-item .text p {
    font-size: 14px;
    margin-bottom: 0;
}

.e-commerce-service .read-more {
	margin-top: 15px;
}

.e-commerce-service .read-more a {
	background: var(--main-theme-blue);
	border: 0;
	border-radius: 50px;
	padding: 10px 30px;
	display: inline-block;
	color: #fff;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
	font-weight: 600;
	text-transform: uppercase;
}

.e-commerce-service .read-more a:hover {
	background: var(--second-theme-color);
}

.zik-zek-design {
    padding-top: 30px;
}


.zik-zek-design .service-top .right-content ul{
    margin-bottom: 0 !important;
}

.zik-zek-design .right-content {
    padding: 30px;
    border-top: 4px solid var(--main-theme-blue);
    margin-top: 20px;
    background: #f3f7f9;
}

.zik-zek-design .right-content .box-wrap {
    display: flex;
    gap: 1.4rem;
    border-bottom: 1px solid #ddd;
    margin-bottom: 15px;
    padding-bottom: 15px;
}

.zik-zek-design .right-content .box-wrap .image {
    width: 100px;
    height: 100px;
    min-width: 100px;
    padding: 6px;
    border: 2px solid #ff5e14ad;
    border-radius: 10px;
}

.zik-zek-design .right-content .box-wrap .box-title {
    border-left: 1px dashed #ddd;
    padding-left: 1rem;
}

.zik-zek-design .right-content .box-wrap .image img {
        width: 100px;
    height: 100px;
    min-width: 100px;
    padding: 10px;
    border: 2px solid #ddd;
    background: #fff;
    object-fit: contain;
    border-radius: 10px;
}

.zik-zek-design .right-content ul {
    column-count: 2;
}

.zik-zek-design .right-content ul li strong{
	font-weight: 600 !important;
}

@media screen and (max-width: 991.98px) {
	.zik-zek-design .right-content ul {
    column-count: 1;
}
}

@media  screen and (max-width: 767px) {
	.zik-zek-design .right-content .box-wrap {
    flex-direction: column;
	padding-bottom: 0;
}
.zik-zek-design .right-content {
    padding: 14px;
}
.zik-zek-design .right-content .box-wrap .image {
    width: 80px;
    height: 80px;
    min-width: 80px;
	margin: auto;
}

.zik-zek-design .right-content .box-wrap .box-title {
    border-left: 0;
    padding-left: 0;
    text-align: center;
}

.zik-zek-design .right-content .box-wrap .image img {
    width: 80px;
    height: 80px;
    min-width: 80px;
}

.zik-zek-design .right-content {
    margin-top: 14px;
}
.zik-zek-design {
    padding: 20px 0;
    padding-bottom: 0;
}
}





.blog-detail ol ,
.blog-detail ul {
    margin-left: 0 !important;
    padding-left: 1.4rem !important;
}

.blog-detail ul li {
    list-style-type: disc !important;
    background-image: none !important;
    padding-left: 0 !important;
}

.blog-detail p a {
    font-weight: 600;
}

.blog-detail p a:hover{
	color: #000;
}


.star-icons .star-box {
    background: white;
    padding: 30px 20px;
    margin-top: 20px;
    height: calc(100% - 20px);
    border-radius: 16px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
    border: 1px solid #f3f4f6;
    transition: all 0.4s ease;
    position: relative;
    overflow: hidden;
    border-bottom: 5px solid var(--main-theme-blue);
}
.star-icons .star-box .icon {
    margin-bottom: 17px;
}

.star-icons .star-box .icon svg{
    width: 50px;
    height: auto;
    fill: #FF5E14;
}

.star-icons .star-box .text p {
    margin-bottom: 0;
}










@media  screen and (max-width: 767px) {
	.zik-zek-design .service-top:not(:first-child) {
    margin-top: 14px;
}
.service-page h4 {
    font-size: 16px;
}
}


.blog-pagination .pagination {
    justify-content: center;
    margin-bottom: 0;
}

.dropdown-toggle::after {
    display: inline-block;
    margin-left: 0.355em;
    font-size: 20px;
    vertical-align: 0.155em;
    content: "";
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: .3em solid transparent;
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu li a::after{
	    vertical-align: 0.055em !important;
}











/* new-service-design */

.bg-gradient-btn {
    border-radius: 30px;
    padding: 8px 18px;
    background-image: linear-gradient(90deg, rgba(30, 85, 189, 1) 0%, #0e294a 100%);
    color: #ffffff !important;
    transition: all 500ms ease;
    font-size: 14px;
    border: 0;
    background-size: 200% auto;
    background-position: left center;
    font-weight: 500;
    text-transform: uppercase;
    display: inline-block;
}

.bg-gradient-btn:hover {
    background-image: linear-gradient(270deg, rgba(30, 85, 189, 1) 0%, #0e294a 100%);
    background-position: right center;
}
.single-service-page .service-left-content .heading-content h2 {
    font-size: 26px;
    font-weight: 700;
}


.single-service-page .service-left-content .image-with-content h2 {
    font-weight: 700;
    font-size: 26px;
}

.single-service-page .service-left-content .image-with-content .blue-line {
    width: 70px;
    height: 2px;
    background: #0e294a;
    display: inline-block;
    top: -6px;
    position: relative;
}

.single-service-page .service-left-content .image-with-content .blue-line::before {
    position: absolute;
    right: 9px;
    top: -7px;
    width: 17px;
    height: 17px;
    border: 3px solid #fff;
    content: "";
}

.single-service-page .service-left-content .image-with-content .right-image {
    position: relative;
    padding-left: 10px;
    padding-top: 10px;
}

.single-service-page .service-left-content .image-with-content .right-image .border-design {
    width: calc(100% - 10px);
    height: calc(100% - 10px);
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    border: 2px solid #ff5e14ad;
    border-radius: 10px;
}

.single-service-page .service-left-content .image-with-content .right-image img {
    border-radius: 10px;
    border: 2px solid #ddd;
}





.single-service-page .service-left-content .service-image {
    margin-bottom: 40px;
    position: relative;
    border-radius: 20px;
}

.single-service-page .service-left-content .service-image img {
    border-radius: 20px;
}








.single-service-page .service-left-content h4 {
    font-weight: 700;
    font-size: 20px;
}

.single-service-page .service-left-content .text-content {
    border-top: 1px solid #dddddd;
    padding-top: 18px;
    margin-top: 18px;
}

.single-service-page .service-left-content .service-footer-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-top: 1px solid #dddddd;
    padding-top: 16px;
    margin-top: 16px;
    text-align: center;
}

.single-service-page .service-left-content .service-accordion {
    background-image: linear-gradient(90deg, rgba(30, 85, 189, 1) 0%, #0e294a 100%);
    padding: 2px;
    padding-top: 0;
    border-radius: 12px;
}

.single-service-page .service-left-content .service-accordion > h4 {
    margin-bottom: 0;
    padding: 20px 0;
    color: #fff;
    text-align: center;
}

.single-service-page .service-left-content .service-accordion .accordion {
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    padding: 30px;
}

.single-service-page .service-left-content .service-accordion .accordion .card:last-child{
	    border-bottom: none;
}

.single-service-page .service-left-content .service-accordion .accordion .card:last-child .card-header .accordion-button{
	padding: 0;
}

.single-service-page .service-left-content .service-accordion .accordion .card:last-child .accordion-collapse .accordion-body {
    padding: 15px 0 0px 0;
    border-top: none;
}

.service-accordion .card .card-header .accordion-button:after {
     position: absolute;
    right: 0;
}


.service-accordion .card {
    border-left: none;
    border-right: none;
    border-top: none;
    border-radius: 0px;
    margin-bottom: 15px;
    overflow: inherit;
    background: #ffffff;
    border-bottom: 1px solid #ddd;
}

.service-accordion .card:last-child {
  margin-bottom: 0;
}

.service-accordion .card .card-header {
  border: none;
  background: transparent;
  padding: 0;
}

.service-accordion .card .card-header .accordion-button {
    margin: 0;
    font-size: 16px;
    font-weight: 700;
    padding: 0 0 15px;
    box-shadow: none;
    border: none;
    padding-right: 50px;
    cursor: pointer;
    background-color: transparent;
}

.service-accordion .card .accordion-collapse .accordion-body {
    padding: 0px 0 15px 0;
    border-top: none;
}

.single-service-page .service-left-content .service-content-slider {
    margin-top: 24px;
    border-top: 1px solid #ddd;
}

.single-service-page .service-left-content .service-content-slider  .content-box {
    display: flex;
	border-radius: 12px;
    gap: 1.4rem;
    box-shadow: 0 18px 40px rgba(51, 51, 51, 0.1);
    background: #fff;
    padding: 30px;
    -webkit-transition: all 0.3s 
cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.3s 
cubic-bezier(0.645, 0.045, 0.355, 1);
    margin-top: 24px;
    height: calc(100% - 24px);
    border-top: 4px solid #0e294a;
}

.single-service-page .service-left-content .service-content-slider  .content-box .svg-image{
	text-align: center;
}

.single-service-page .service-left-content .service-content-slider .content-box:hover{
	transform: translateY(-8px);
}

.single-service-page .service-left-content .service-content-slider  .content-box .text {
    border-left: 1px dashed #ddd;
    padding-left: 1rem;
}

.single-service-page .service-left-content .service-content-slider  .content-box .text p{
   margin-bottom: 0;
}


.single-service-page .service-left-content .service-content-slider  .content-box .image {
    width: 100px;
    height: 100px;
    min-width: 100px;
    padding: 6px;
    border: 2px solid #ff5e14ad;
    border-radius: 10px;
}

.single-service-page .service-left-content .service-content-slider  .content-box  img {
    width: 100px;
    height: 100px;
    min-width: 100px;
    padding: 10px;
    border: 2px solid #ddd;
    background: #fff;
    object-fit: contain;
    border-radius: 10px;
}

.single-service-page .service-left-content .service-content-slider  .content-box svg {
    fill: #ff5e14;
    width: 36px;
    height: auto;
    display: inline-block;
}

.single-service-page .service-left-content .service-content-slider .swiper-slide .content-box:hover{
	border-color: var(--main-theme-blue);
}

.single-service-page .service-left-content .service-content-slider .swiper-slide .content-box h4 {
    border-bottom: 1px solid #eee;
    padding-bottom: 10px;
}

.single-service-page .service-left-content .service-content-slider .swiper-slide .content-box p {
    margin-bottom: 0px;
}

.single-service-page .service-left-content .step-content-slider .col {
    margin-top: 10px;
	height: auto;
}

.single-service-page .service-left-content .step-content-slider {
    padding: 20px 0;
	padding-top: 0px;
}

.single-service-page .service-left-content .step-content-slider .box-wrap {
    padding: 30px 20px;
    color: #fff;
    border-radius: 12px;
    text-align: center;
    transition: all 0.4s ease, background-position 0.4s ease;
    margin-top: 14px;
    height: calc(100% - 14px);
    position: relative;
    background-image: linear-gradient(90deg, rgba(30, 85, 189, 1) 0%, #0e294a 100%);
    
    /* Needed for smooth animation */
    background-size: 200% 100%;
    background-position: left center;
}

.single-service-page .service-left-content .step-content-slider .box-wrap:hover {
    background-position: right center;
}

.single-service-page .service-left-content .step-content-slider .box-wrap .step-number {
    position: absolute;
    top: 4px;
    left: 4px;
    border: 3px solid #ff5e14b0;
    height: 40px;
    width: 40px;
    align-content: center;
    font-weight: 600;
    font-size: 20px;
    border-radius: 12px;
    color: #ffffffb5;
	transition: all 0.3s ease-in-out;
}

.single-service-page .service-left-content .step-content-slider .box-wrap:hover .step-number {
   border: 3px solid #ff5e14;
 color: #fff;
}

.single-service-page .service-left-content .step-content-slider .box-wrap .step-text h5 {
    font-size: 20px;
    color: #fff;
    padding: 0 30px;
}

.single-service-page .service-left-content .step-content-slider .box-wrap .step-text p {
    margin-bottom: 0;
}

.step-content-slider .service-footer-wrap {
    justify-content: end !important;
}	

.single-service-page .service-left-content .step-content-slider .swiper-slide .box-wrap:hover {
    border-color: var(--main-theme-blue);
}

.single-service-page .service-left-content .step-content-slider .swiper-slide .box-wrap .step-number {
    position: relative;
    top: -2px;
    font-weight: 500;
    font-size: 18px;
}




/* Service Sidebar */

.single-service-page .service-sidebar .sidebar-item .sidebar-title {
    background-image: linear-gradient(90deg, rgba(30, 85, 189, 1) 0%, #0e294a 100%);
    text-align: center;
    padding: 16px;
    font-size: 20px;
    position: absolute;
    border-radius: 20px;
    top: -27px;
    transform: translateX(-50%);
    color: #fff;
    font-weight: 700;
    width: 91%;
    left: 50%;
}

.single-service-page .service-sidebar .sidebar-item {
    padding: 26px;
    background: #fafafa;
    padding-top: 44px;
    margin-top: 25px;
    margin-bottom: 42px;
    border-radius: 20px;
    position: relative;
    border: 1px solid #e7e7e7;
}

.single-service-page .service-sidebar .sidebar-item p {
    margin-bottom: 0;
}

.single-service-page .service-sidebar .sidebar-item:last-child {
  margin-bottom: 0;
}

.single-service-page .service-sidebar .sidebar-item li {
  margin-bottom: 15px;
}

.single-service-page .service-sidebar .sidebar-item li a:hover {
  color: #437eeb;
}

.single-service-page .service-sidebar .sidebar-item li:last-child {
  margin-bottom: 0;
}

.single-service-page .service-sidebar .sidebar-item li.active {
  padding-left: 25px;
  position: relative;
  z-index: 1;
}

.single-service-page .service-sidebar .sidebar-item li.active::after {
  position: absolute;
  left: 0;
  top: 0;
  content: "\f0a4";
  font-family: "Font Awesome 5 Free";
  color: #232323;
}

.single-service-page .service-sidebar .sidebar-item li.active a {
  color: #437eeb;
}

.single-service-page .service-sidebar .sidebar-item ul.contact{
	margin-bottom: 0 !important;
}

.single-service-page .service-sidebar .sidebar-item ul.contact li {
    display: flex;
    background: none;
    padding-left: 0;
}

.single-service-page .service-sidebar .sidebar-item ul.contact li:not(:last-child) {
    margin-bottom: 15px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 15px;
}

.single-service-page .service-sidebar .sidebar-item ul.contact li img {
    max-width: 36px;
}

.single-service-page .service-sidebar .sidebar-item ul.contact li:last-child {
  margin-bottom: 0;
}

.single-service-page .service-sidebar .sidebar-item ul.contact li .info {
  padding-left: 15px;
}

.single-service-page .service-sidebar .sidebar-item ul.contact li .info h6 {
    font-weight: 900;
    margin-bottom: 4px;
}

.single-service-page .service-sidebar .sidebar-item ul.contact li .info a{
	display: inline-block;
	color: var(--main-theme-blue);
	transition: all 0.3s ease-in-out;
}

.single-service-page .service-sidebar .sidebar-item ul.contact li .info a:hover{
	color: #000;
}

.single-service-page .service-sidebar .sidebar-item ul.contact li .icon {
  position: relative;
  top: 5px;
}

.single-service-page .service-sidebar {
    position: sticky;
    top: 40px;
}



















.wp-store-development .accordion .accordion-body ul {
	column-count: 2;
}



 .section-heading h2,.section-heading .h2 {
	font-size: 36px;
	font-weight: 700;
	color: var(--second-theme-color);
	margin-top: 0;
}

.column-count-2{
	column-count: 2;
}


@media screen and (max-width: 1366px) {
.single-service-page .service-left-content .image-with-content h2 {
    font-size: 22px;
}
.single-service-page .service-sidebar .sidebar-item .sidebar-title {
    font-size: 18px;
}
}

@media screen and (max-width: 1024px) {
.single-service-page .service-left-content .image-with-content h2 {
    font-size: 20px;
}
}



@media screen and (max-width: 991.98px) {
	 .section-heading h2,.section-heading .h2 {
    font-size: 30px;
}
.single-service-page .service-sidebar {
    margin-top: 60px;
}

.single-service-page .service-left-content .image-with-content .right-image {
    margin-bottom: 20px;
}

}


@media  screen and (max-width: 767px) {
  .section-heading h2,.section-heading .h2 {
    font-size: 16px;
}
.wp-store-development .accordion .accordion-body ul {
	column-count: 1;
}

.single-service-page .service-left-content .service-image {
    margin-bottom: 0;
    position: relative;
    border-radius: 20px;
}

.single-service-page .service-left-content .image-with-content .right-image {
    padding-left: 0;
    padding-top: 0;
    margin-bottom: 10px;
}

.single-service-page .service-left-content .image-with-content h2 {
    font-size: 18px;
}

.single-service-page .service-left-content .heading-content {
    width: 100%;
    margin: auto;
}

.single-service-page .service-left-content h4 {
    font-size: 18px;
}

.single-service-page .service-left-content .service-accordion > h4 {
    padding: 14px 5px;
    font-size: 16px;
}

.single-service-page .service-left-content .service-accordion .accordion {
    padding: 16px;
}

.single-service-page .service-left-content .service-content-slider .swiper-slide .content-box {
     padding: 12px;
}

.single-service-page .service-left-content .service-content-slider .swiper-slide .content-box p {
    margin-bottom: 0px;
    font-size: 14px;
}

.single-service-page .service-left-content .service-content-slider .swiper-slide .content-box  img {
    max-width: 40px;
}

.single-service-page .service-left-content .service-content-slider .swiper-slide .content-box h4 {
    font-size: 16px !important;
}

.single-service-page .service-sidebar .sidebar-item {
     margin-bottom: 44px;
}
.single-service-page .service-sidebar .sidebar-item .sidebar-title {
    font-size: 16px;
}

.single-service-page .service-left-content .step-content-slider .swiper-slide .box-wrap {
	padding: 14px
}

.single-service-page .service-left-content .step-content-slider .swiper-slide .box-wrap .step-number {
    font-size: 16px;
}

.single-service-page .service-left-content .step-content-slider .swiper-slide .box-wrap .step-text h5 {
    font-size: 17px;
}
.single-service-page .service-left-content .step-content-slider .swiper-slide .box-wrap .step-text p {
    font-size: 14px;
}

.single-service-page .service-left-content .text-content {
    padding-top: 14px;
    margin-top: 0;
}

.single-service-page .service-left-content .step-content-slider {
    padding: 20px 0;
    padding-top: 0;
}

.single-service-page .service-left-content .step-content-slider .box-wrap .step-number {
    font-size: 16px;
}

.single-service-page .service-left-content .step-content-slider .box-wrap {
   margin-top: 8px;
    height: calc(100% - 8px);
}

.single-service-page .service-left-content .step-content-slider .box-wrap .step-text h5 {
    font-size: 18px;
    margin-bottom: 10px;
}

.single-service-page .service-left-content .service-content-slider  .content-box {
    padding: 16px;
    margin-top: 16px;
    height: calc(100% - 16px);
    flex-direction: column;
}

.single-service-page .service-left-content .service-content-slider  .content-box .image {
    width: 80px;
    height: 80px;
    min-width: 80px;
    margin: auto;
}

.single-service-page .service-left-content .service-content-slider  .content-box  img {
    max-width: 80px;
    width: 80px;
    height: 80px;
    min-width: 80px;
}

.single-service-page .service-left-content .service-content-slider  .content-box .text {
    border-left: none;
    padding-left: 0;
    text-align: center;
}

.single-service-page .service-left-content h4 {
    font-size: 16px;
}

.column-count-2{
	column-count: 1;
}

}




/* Home-slider */

.slider .main-slider {
	border-radius: 12px;
    margin-top: 10px;
}














/* Coman Css For New Site */




/* Image-wrap */

img {
  max-width: 100%;
  height: auto;
  width: auto;
  transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
  -webkit-transition: all .3s ease-in-out
}

img:not([src]):not([srcset]) {
  visibility: hidden
}

img.lazy {
  opacity: 0
}

img.lazy.initial, img.lazy.loaded, img.lazy.error {
  opacity: 1
}

.bg-cover-image {
  background-size: cover;
  background-repeat: no-repeat
}

.bg-contain-image {
  background-size: contain;
  background-repeat: no-repeat
}

.bg-fix-image {
  background-attachment: fixed
}

.bg-overlay {
  position: relative;
  z-index: 1
}

.bg-overlay::before {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: .5;
  z-index: -1
}

.list-none {
  margin: 0;
  padding: 0
}

.list-none li {
  list-style-type: none
}

.image-wrap {
  position: relative
}

.image-wrap.aspect-16x9 {
  padding-bottom: 56.25%
}

.image-wrap.aspect-54 {
  padding-bottom: 54%
}

.image-wrap.aspect-9x16 {
  padding-bottom: 177.77778%
}

.image-wrap.aspect-4x3 {
  padding-bottom: 75%
}

.image-wrap.aspect-3x4 {
  padding-bottom: 133.33333%
}

.image-wrap.aspect-3x2 {
  padding-bottom: 66.66667%
}

.image-wrap.aspect-2x3 {
  padding-bottom: 150%
}

.image-wrap.aspect-1x1 {
  padding-bottom: 100%
}

.image-wrap.aspect-60 {
  padding-bottom: 60%
}

.image-wrap.aspect-63 {
  padding-bottom: 63%
}

.image-wrap.aspect-136 {
  padding-bottom: 136%
}

.image-wrap.aspect-47 {
  padding-bottom: 47%
}
.image-wrap.aspect-38 {
  padding-bottom: 38%
}

.image-wrap img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover
}

.image-wrap.loader {
  background-image: url("../images/loader-style1.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 40px;
  background-color: #f1f5f9;
}

.image-wrap.loader.loader-sm {
  background-size: 25px
}

.image-wrap.picture picture {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%
}

.image-wrap.picture img {
  position: relative
}

.image-wrap.no-position img {
  position: relative;
  height: auto;
  width: auto
}

.image-wrap.img-auto img {
  height: auto;
  width: auto;
  right: 0;
  left: 0;
  margin: auto;
  max-height: 100%
}

.container,
.container-custom {
    max-width: min(100vw, 1440px) !important;
}
@media  screen and (max-width: 767px) {
	.image-wrap.loader {
	background-size: 20px;
	}
}



/*//////// form-style1 /////////////////*/

.form-style1 .form-group {
    margin-bottom: 20px;
    position: relative;
}

.form-style1 .form-group .input-icon {
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    color: var(--main-theme-blue);
}

.form-style1 .textarea-input-group .input-icon {
    top: 28px !important;
}

.form-style1 .form-control-custom {
    width: 100%;
    padding: 13px 15px;
    font-size: 16px;
    color: var(--main-theme-blue);
    border-radius: 0px;
    background: transparent;
    border: 2px solid;
    border-color: var(--main-theme-blue);
}

.form-style1 .form-control-custom::placeholder {
    color: var(--main-theme-blue);
    opacity: 1; /* important for Firefox */
}

/* Cross-browser support */
.form-style1 .form-control-custom::-webkit-input-placeholder {
    color: var(--main-theme-blue);
}

.form-style1 .form-control-custom:-ms-input-placeholder {
    color: var(--main-theme-blue);
}

.form-style1 .form-control-custom:focus {
    border-color: var(--theme-orange);
}



.form-style1 .name-input {
    border-radius: 30px 0 0 0;
}

.form-style1 .mail-input {
    border-radius: 0 30px 0 0;
}

.form-style1 .textarea-input {
    border-radius: 0 0 30px 30px;
}



.button-style1 {
    background: var(--main-theme-blue);
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    border-radius: 100px;
    padding: 3px;
    padding-right: 20px;
    position: relative;
    z-index: 1;
    box-shadow: none;
    display: inline-flex;
    align-items: center;
    gap: 14px;
    overflow: hidden;
    transition: .3s cubic-bezier(.79, .12, .25, 1);
    outline: none;
    border: none;
    .text {
        background: #ccc;
        border-radius: 100px;
        color: var(--main-theme-blue);
        padding: 8px 28px 5px 28px;
        transition: .4s cubic-bezier(.79, .12, .25, 1);
    }
    .icon-1 {
        position: absolute;
        top: 56%;
        transform: translateY(-50%);
        left: 20px;
        z-index: -1;
    }
    &:hover {
        color: #fff;
        .text {
            transform: translateX(40px);
        }
    }
    .icon-2 {
       margin-top: 3%;
    }
}





@media screen and (max-width: 991.98px) {
}

@media  screen and (max-width: 767px) {
	.form-style1 .name-input {
    border-radius: 30px 30px 0px 0px;
}
.form-style1 .mail-input {
    border-radius: 0px 0px 0px 0px;
}
.form-style1 .form-group {
    margin-bottom: 10px;
}

.button-style1 {
    font-size: 14px;
}

.button-style1 .text {
    padding: 6px 18px;
}






}












.home-banner .banner-inner{
	position: relative;
}

.home-banner .banner-inner .home-banner-bg {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #0a3041;
    opacity: 0.6;
    z-index: 1;
}

.home-banner .banner-inner .aspect-custom {
    padding-bottom: 100vh;

}

.home-banner .banner-inner .banner-content {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 3;
    align-content: center;
    text-align: center;
}

.home-banner .banner-inner .banner-content h1 {
    color: #fff;
    margin-bottom: 1rem;
    
    font-weight: 800;
}



@media screen and (max-width: 991.98px) {
	.home-banner .banner-inner .banner-content p {
       font-size: 16px;
    }

    .home-banner .banner-inner .aspect-custom {
    padding-bottom: 54%;
}



}

@media  screen and (max-width: 767px) {
	.home-banner .banner-inner .banner-content h1 {
    margin-bottom: 0.4rem;
}

.home-banner .banner-inner .banner-content {
    height: 110%;
}

.home-banner .banner-inner .aspect-custom {
    padding-bottom: 90%;
}

}



/* Portfolio */

.portfolio-images{
	padding-top: 20px;
}

.portfolio-images .image-box .aspect-custom {
    padding-bottom: 99.6%;
    overflow: hidden;
}



.portfolio-images .image-box .project-name {
    position: absolute;
    bottom: -100%;
    left: 0;
    display: flex;
    justify-content: flex-end;
    flex-direction: column;
    padding: 20px;
    width: 100%;
    background: #eee;
    background: #0e294a94;
    border-radius: 0 0 10px 10px;
    transition: all 0.2s;
    -webkit-transition: all 0.2s;
}

.portfolio-images .image-box:hover .project-name{
	bottom: 0%;
}


.portfolio-images .image-box .project-name h4 {
    pointer-events: none;
    color: transparent;
    background-image: linear-gradient(-90deg,#fff 0,#fff 25%,#fff 50%,currentColor 51%,currentColor 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-size: 200% 100%;
    background-position: left;
    transition: background-position .4s ease;
    display: inline-block;
    margin-bottom: 0px;
}


 .portfolio-images .image-box:hover .project-name h4 {
    background-position: right;
} 
















.portfolio-images .image-box {
    border: 1px solid #eee;
    display: inherit;
    border-radius: 12px;
    overflow: hidden;
    margin-top: 1.5rem;
    position: relative;
}

.portfolio-images .image-box .aspect-custom img {
        transform: scale(1);
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
}

.portfolio-images .image-box:hover .aspect-custom img {
    filter: grayscale(90%);
    -webkit-filter: grayscale(90%);
  transform: scale(1.03);
}


@media  screen and (max-width: 991px) {
	.portfolio-images .image-box {
		margin-top: 0.35rem;
	}

	.portfolio-images .image-box .project-name h4 {
    font-size: 1rem;
   }

   .portfolio-images .image-box .project-name {
    padding: 10px 20px;
}
}

@media  screen and (max-width: 767px) {
	.portfolio-images .image-box .project-name {
		padding: 10px 10px;
	}

	.portfolio-images .image-box .project-name h4 {
		font-size: 0.7rem;
	}
}










.video-banner {
    position: relative;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
}

.video-banner .image-box,
.video-banner .portfolio-video,
.video-banner .video-wrap {
    height: 100%;
}


.portfolio-video .video-wrap .portfolio-video-player {
    width: 100%;
    height: 100vh;
    object-fit: cover;
    display: block;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.35s ease;
}

.video-banner.is-playing .portfolio-video .video-wrap .portfolio-video-player,
.video-banner.is-active .portfolio-video .video-wrap .portfolio-video-player {
    opacity: 1;
    visibility: visible;
}


.portfolio-video .video-toggle {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 64px;
	height: 64px;
	border-radius: 50%;
	background: rgba(0, 0, 0, 0.45);
	border: 0;
	cursor: pointer;
	box-shadow: 0 6px 18px rgba(0, 0, 0, 0.35);
	display: flex;
	align-items: center;
    justify-content: center;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.25s ease, transform 0.25s ease;
}

.video-banner:hover .portfolio-video .video-toggle,
.video-banner.is-playing .portfolio-video .video-toggle {
    opacity: 1;
    pointer-events: auto;
    transform: translate(-50%, -50%) scale(1.02);
}

.portfolio-video .video-toggle:before,
.portfolio-video .video-toggle:after {
    content: '';
    position: absolute;
    display: block;
}

.portfolio-video .video-toggle.paused:before {
    margin-left: 6px;
    border-style: solid;
    border-width: 12px 0 12px 18px;
    border-color: transparent transparent transparent #fff;
}

.portfolio-video .video-toggle:not(.paused):before,
.portfolio-video .video-toggle:not(.paused):after {
    width: 6px;
    height: 22px;
    background: #fff;
    border-radius: 2px;
}

.portfolio-video .video-toggle:not(.paused):before {
    left: 23px;
}

.portfolio-video .video-toggle:not(.paused):after {
    right: 23px;
}



@media screen and (max-width: 1024px) {
.portfolio-video .video-wrap .portfolio-video-player {
    height: 580px;
}
}

@media screen and (max-width: 991.98px) {
    .portfolio-video .video-wrap .portfolio-video-player {
    height: 436px;
}
}

@media  screen and (max-width: 767px) {
    .portfolio-video .video-wrap .portfolio-video-player {
    height: 210px;
}
.video-banner:hover .portfolio-video .video-toggle, .video-banner.is-playing .portfolio-video .video-toggle {
    transform: translate(-50%, -50%) scale(0.62);
}

@media screen and (max-width: 767px) {
    .portfolio-video .video-toggle {
        opacity: 1 !important;
         transform: translate(-50%, -50%) scale(0.62);
        pointer-events: auto;
    }
}


}












.site-footer .left-content .site-logo a{
	display: inline-block;
}

.site-footer .left-content .site-logo a img{
	max-width: 147px;
}

.site-footer .left-content p {
    margin-top: 30px;
    margin-bottom: 0px;
	color: var(--ballet-blue);
}

.site-footer .footer-links h3 {
    color: #fff;
    padding-bottom: 30px;
}

.site-footer .footer-links .footer-toggle {
	display:flex;justify-content:space-between;
	align-items:center;
}

.site-footer .footer-links .footer-toggle .toggle-icon {
	transition:transform .28s ease;
	display:inline-block;
	margin-left:8px;
	font-size:0.9em;
	line-height:1;
}

.site-footer .footer-links .footer-toggle[aria-expanded="true"] .toggle-icon{
	transform:rotate(180deg);
}


.site-footer .footer-links ul li + li {
    margin-top: 20px;
}

.site-footer .footer-links ul li a{
	color: var(--ballet-blue);
}

.site-footer .footer-links ul li a:hover{
	color: var(--theme-orange);
}

.site-footer .footer-links ul li a:hover span svg {
    fill: var(--theme-orange);
}

.site-footer .footer-links ul li a span svg {
    width: 8px;
    height: auto;
    fill: var(--ballet-blue);
    font-weight: 700;
    position: relative;
    top: -1px;
    margin-right: 2px;
    transition: all 0.3s ease-in-out;
}

.site-footer .pages-links {
	display: block;
    margin: auto;
    width: max-content;
}

.site-footer .copyright-text {
    margin-top: 50px;
}

.site-footer .copyright-text p {
    font-weight: 600;
    margin-bottom: 0;
    text-align: center;
    color: var(--ballet-blue);
}

@media screen and (max-width: 991.98px) {
	.site-footer .pages-links {
    margin-left: 0;
    width: max-content;
    margin-top: 30px;
}
.site-footer .footer-links h3 {
    padding-bottom: 12px;
}
.site-footer .copyright-text {
    margin-top: 30px;
}
}

@media  screen and (max-width: 767px) {
	.site-footer .left-content p {
    margin-top: 15px;
    text-align: center;
}
.site-footer .left-content .site-logo{
	text-align: center;
}

.site-footer{
	background-attachment: fixed;
}

}

@media (min-width: 579px){
	.site-footer .footer-links .footer-toggle .toggle-icon{
		display:none;
	} 
}
@media (max-width: 578px){
	.site-footer .footer-links .footer-toggle{
		cursor:pointer;
	} 
	.site-footer .footer-links h3 {
    padding-bottom: 0;
    margin-bottom: 0;
}
.site-footer .pages-links {
    margin-left: 0;
    width: 100%;
    margin-top: 13px;
    padding-top: 10px;
    border-top: 1px solid  var(--ballet-blue);
}
.site-footer .footer-links ul li + li {
    margin-top: 10px;
}
.site-footer .footer-links ul li:first-child{
	margin-top: 10px;
}
}




.portfolio-detail .left-image {
    position: relative;
    padding-left: 10px;
    padding-top: 10px;
}

.portfolio-detail .left-image .border-design {
    width: calc(100% - 10px);
    height: calc(100% - 10px);
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    border: 2px solid #ff5e14ad;
    border-radius: 10px;
}

.portfolio-detail .left-image .aspect-custom {
    padding-bottom: 99.6%;
    overflow: hidden;
    border: 1px solid #eee;
    border-radius: 10px;
}

.portfolio-detail .left-image .aspect-custom img {
    border-radius: 10px;
    border: 2px solid #ddd;
}

.portfolio-detail .project-detial .blue-line {
    width: 70px;
    height: 2px;
    background: var(--main-theme-blue);
    display: inline-block;
    top: -6px;
    position: relative;
}

.portfolio-detail .project-detial .blue-line::before {
    position: absolute;
    right: 9px;
    top: -7px;
    width: 17px;
    height: 17px;
    border: 3px solid #fff;
    content: "";
}

.portfolio-detail .project-detial .list ul li {
    position: relative;
    border-radius: 8px;
    font-weight: 500;
    padding: 8px 0 8px 8px;
    margin-bottom: 8px;
    background: #f3f7f9;
    border: 1px solid #eee;
    display: flex;
    gap: 0.7rem;
}
.portfolio-detail .project-detial .list ul li span svg {
    width: 22px;
    height: auto;
    fill: var(--main-theme-blue);
}

.portfolio-detail .text-box {
    margin-top: 30px;
    background-image: linear-gradient(90deg, rgba(30, 85, 189, 1) 0%, #0e294a 100%);
    padding: 2px;
    padding-top: 0;
    border-radius: 12px;
}

.portfolio-detail .text-box h4 {
    margin-bottom: 0;
    padding: 20px 0;
    color: #fff;
    text-align: center;
}

.portfolio-detail .text-box .text-content {
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    padding: 30px;
    margin-bottom: 0;
}

.portfolio-detail .text-box .text-content p:last-child{
	margin-bottom: 0;
}

.project-images .image-box {
    margin-top: 20px;
    border: 1px solid #eee;
    border-radius: 12px;
    overflow: hidden;
    border-bottom: 4px solid #0e294a;
}

.project-images .image-box .aspect-custom {
    padding-bottom: 65%;
}

@media screen and (max-width: 991.98px) {
	.portfolio-detail .project-detial {
    margin-top: 20px;
}
}

@media  screen and (max-width: 767px) {
	.portfolio-detail .text-box .text-content {
    padding: 14px;
}
.project-images .image-box {
    margin-top: 10px;
}
}





.service-list .service-box .image-box {
    position: relative;
    padding-left: 7px;
    padding-top: 7px;
}

.service-list .service-box .image-box .aspect-custom {
    padding-bottom: 49%;
    overflow: hidden;
    border: 1px solid #eee;
    border-radius: 10px;
}

.service-list .service-box .image-box .border-design {
    width: calc(100% - 10px);
    height: calc(100% - 10px);
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    border: 2px solid #ff5e14ad;
    border-radius: 10px;
}

.service-list .service-box .image-box .aspect-custom img {
    border-radius: 10px;
    border: 2px solid #ddd;
}






.service-list .service-box {
    height: calc(100% - 1.5rem);
    margin-top: 1.5rem;
}

.service-list .service-box .text-content {
    margin-top: 14px;
    padding: 10px;
    border-bottom: 2px solid #eee;
    border-left: 2px solid #eee;
    border-radius: 0px 0 0 30px;
}

.service-list .service-box .text-content p {
     display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.service-list .service-box .text-content .blue-line {
    width: 70px;
    height: 2px;
    background: var(--main-theme-blue);
    display: inline-block;
    top: -6px;
    position: relative;
}

.service-list .service-box .text-content .blue-line::before {
    position: absolute;
    right: 9px;
    top: -7px;
    width: 17px;
    height: 17px;
    border: 3px solid #fff;
    content: "";
}





.service-list .service-tabs {
    text-align: center;
}

.service-list .service-tabs .nav-tabs {
    position: relative;
    display: inline-flex;
    justify-content: center;
    border: none;
    padding: 6px;
    background: var(--main-theme-blue);
    border-radius: 100px;
    gap: 0.6rem;
}

/* sliding background */
.service-list .service-tabs .tab-indicator {
    position: absolute;
    top: 6px;
    left: 6px;
    height: calc(100% - 12px);
    background: #ccc;
    border-radius: 100px;
    transition: all 0.35s ease;
    z-index: 0;
}

/* buttons */
.service-list .service-tabs .nav-link {
    position: relative;
    z-index: 1;
    border: none;
    background: transparent;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    padding: 10px 22px;
    border-radius: 100px;
    transition: color 0.3s ease;
}

.service-list .service-tabs .nav-link:hover {
    color: var(--theme-orange);
}

.service-list .service-tabs .nav-link.active {
    color: var(--main-theme-blue);
}

/* Mobile: make tabs horizontally scrollable and touch-friendly */
@media (max-width: 767.98px) {
	.service-list .service-tabs .nav-tabs {
		display: flex;
		flex-wrap: nowrap;
		overflow-x: auto;
		-webkit-overflow-scrolling: touch;
		gap: 0rem;
		justify-content: flex-start;
	}

	.service-list .service-tabs .nav-tabs::-webkit-scrollbar { display: none; }
	.service-list .service-tabs .nav-tabs { scrollbar-width: none; -ms-overflow-style: none; }

	.service-list .service-tabs .nav-item { flex: 0 0 auto; }
	.service-list .service-tabs .nav-link {
    padding: 8px 14px;
    white-space: nowrap;
    font-size: 14px;
}

	/* Keep indicator height reduced on small screens */
	.service-list .service-tabs .tab-indicator {
		transition: transform .28s ease, width .28s ease, left .28s ease;
	}
}


@media  screen and (max-width: 767px) {
.service-list .service-box .text-content h4 {
   font-size: 1.1rem;
}
}





.contact-us-form .contact-name {
    border-radius: 30px 0 0 0;
}

.contact-us-form .contact-phone {
    border-radius: 0 30px 0 0;
}

.contact-us-form .contact-message{
	 border-radius: 0 0 30px 30px;
}

.contact-us-form .g-recaptcha > div {
    cursor: pointer;
}



@media screen and (max-width: 991.98px) {
	.contact-us-form .contact-phone {
    border-radius: 0 0px 0 0;
}
.contact-us-form .contact-name {
    border-radius: 30px 30px 0 0;
}
}



@media  screen and (max-width: 767px) {
	.contact-us-form .g-recaptcha {
    display: flex;
    justify-content: center;
}
}


.contact-box {
    padding-top: 32px;
    padding-bottom: 46px;
}

.contact-box .info-box {
    padding: 30px 20px;
    color: rgb(255, 255, 255);
    border-radius: 12px;
    text-align: center;
    margin-top: 14px;
    height: calc(100% - 14px);
    position: relative;
    overflow: hidden;
    background-repeat: no-repeat;
    background-size: cover;
}

.contact-box .info-box::before {
    left: 0;
    top: 0;
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
	background-color: var(--main-theme-blue);
    z-index: 1;
    opacity: 0.8;
}

.contact-box .info-box .contact-icon {
    width: 80px;
    height: 80px;
    align-content: center;
    top: 0px;
    background: #ccc;
    color: var(--main-theme-blue);
    border-radius: 50%;
    margin: auto;
    position: relative;
    transition: all 0.3s;
    z-index: 1;
}

.contact-box .info-box .contact-text {
    margin-top: 14px;
    z-index: 1;
    position: relative;
}


.contact-box .info-box .contact-text a ,
.contact-box .info-box .contact-text h4 {
    color: #fff;
}

.contact-box .info-box .contact-text a:hover{
	color: var(--theme-orange);
}


.contact-box .info-box .contact-text p {
    margin-bottom: 0;
}

.contact-box .info-box .contact-icon img {
	width: 40px;
	height: 40px;
}

.contact-box .info-box .contact-icon i {
	font-size: 34px;
}

.contact-box .address-box {
  background-image: url(../images/location-bg.jpg);
}
.contact-box .phone-box {
  background-image: url(../images/phone-bg-new.jpg);
}
.contact-box .mail-box {
  background-image: url(../images/mail-bg.jpg);
}


@media  screen and (max-width: 767px) {
	.contact-box .info-box .contact-icon {
    width: 67px;
    height: 67px;
}
.contact-box .info-box .contact-icon i {
    font-size: 24px;
}
.contact-box .info-box .contact-text h4{
	font-size: 20px;
}
.contact-box .info-box {
    padding: 30px 5px;
}
.contact-box {
    padding-top: 22px;
    padding-bottom: 36px;
}
}













.about-us .image-box {
    position: relative;
    padding-left: 7px;
    padding-top: 7px;
}

.about-us .image-box .border-design {
    width: calc(100% - 10px);
    height: calc(100% - 10px);
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    border: 2px solid #ff5e14ad;
    border-radius: 10px;
}

.about-us .image-box .aspect-1x1 {
    overflow: hidden;
    border: 1px solid #eee;
    border-radius: 10px;
}



.about-us .image-box .aspect-1x1 img {
    border-radius: 10px;
    border: 2px solid #ddd;
}

.about-us .right-content{
    position: relative;
}

.about-us .right-content::before {
    bottom: 0;
    left: 0;
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    background-image: url(../images/about-us-bg.png);
    background-repeat: no-repeat;
    opacity: 0.2;
    z-index: -1;
}






.about-us .right-content .site-title p {
    margin-left: 0 !important;
    max-width: 100% !important;
}

.about-us .right-content .icon-box .box {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.about-us .right-content .icon-box .box .icon {
    display: inline-block;
    border: 2px solid #ccc;
    border-radius: 12px;
    height: 80px;
    min-width: 80px;
    text-align: center;
    align-content: center;
}

.about-us .right-content .icon-box .box .icon img {
    max-width: 50px;
}

.about-us .right-content .icon-box .box  h4 {
    margin-bottom: 0;
}

.about-us .right-content .text-content span{
    font-weight: 600;
}

.about-us .right-content .page-content {
    padding-top: 10px;
}

.about-us .right-content .page-content ul {
    column-count: 2;
}



.about-us .right-content .experience-box .box {
    padding: 20px;
    text-align: center;
    border-radius: 12px;
    color: #fff;
    margin-top: 25px;
    height: calc(100% - 25px);
    background-image: linear-gradient(90deg, rgba(30, 85, 189, 1) 0%, #0e294a 100%);
    background-size: 200% 100%;
    background-position: left center;
    transition: all 0.4s ease, background-position 0.4s;
}


.about-us .right-content .experience-box .box .count.percent {
    font-size: 42px;
    font-weight: 700;
    -webkit-background-clip: text;
    margin-bottom: 0;
    display: block;
    color: #fff;
}

.about-us .right-content .experience-box .row .col-12:last-child .box .count.percent::after {
    content: "%" !important;
}


.about-us .right-content .experience-box .box .count.percent::after {
    content: "+";
    display: inline-block;
    margin-left: 6px;
}

.about-us .right-content .action-btn{
    margin-top: 30px;
}





.why-choose-us {
    background-image: url("../images/why-choose-bg.jpg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.why-choose-us .why-choose-box {
    padding: 20px;
    text-align: center;
    transition: all 0.5s ease;
    position: relative;
    z-index: 2;
    overflow: hidden;
    background: #fff;
    margin-top: 1.5rem;
    height: calc(100% - 1.5rem);
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
    border-bottom: 4px solid var(--main-theme-blue);
}

.why-choose-us .why-choose-box::after {
    position: absolute;
    right: 30px;
    top: 30px;
    content: "";
    height: 25px;
    width: 25px;
    border-width: 4px;
    border-style: solid;
    border-color: rgb(237, 245, 255);
    border-image: initial;
    border-radius: 50%;
}

.why-choose-us .why-choose-box::before {
    position: absolute;
    right: 10px;
    top: 10px;
    content: "";
    height: 15px;
    width: 15px;
    border-width: 4px;
    border-style: solid;
    border-color: rgb(237, 245, 255);
    border-image: initial;
    border-radius: 50%;
}

.why-choose-us .why-choose-box .feature-icon {
    width: 80px;
    margin: auto;
    align-content: center;
    height: 80px;
    border: 2px solid #ddd;
    border-radius: 12px;
    transition: all 0.5s ease;
}

.why-choose-us .why-choose-box .feature-icon img {
    max-width: 50px;
}

.why-choose-us .why-choose-box .feature-icon svg {
        width: 28px;
        height: 28px;
        stroke: white;
        fill: none;
}

.why-choose-us .why-choose-box .feature-title {
    font-size: 18px;
    margin-bottom: 8px;
    margin-top: 14px;
    transition: color 0.3s ease;
}

    
.why-choose-us .why-choose-box .feature-description {
    font-size: 15px;
    margin-bottom: 0;
}








.our-mission {
    background-image: url("../images/our-mission-background.jpg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.our-mission .left-img {
    position: relative;
    padding-left: 7px;
    padding-top: 7px;
}

.our-mission .left-img  .aspect-custom {
    overflow: hidden;
    border: 1px solid #eee;
    border-radius: 10px;
    padding-bottom: 68%;
    z-index: 3;
}

.our-mission .left-img  .aspect-custom img {
    border-radius: 10px;
    border: 2px solid #ddd;
}

.our-mission .left-img .border-design {
    width: calc(100% - 10px);
    height: calc(100% - 10px);
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
    border: 2px solid #ff5e14ad;
    border-radius: 10px;
}






/* Tabs wrapper */
.our-mission .right-content .our-mission-tabs .nav-tabs {
    border-bottom: 1px solid #e5e5e5;
    gap: 30px;
}

.our-mission .right-content .our-mission-tabs .nav-tabs .nav-link {
    border: none;
    background: transparent;
    padding: 0 0 12px 0;
    font-size: 18px;
    font-weight: 700;
    color: var(--main-theme-blue);
    position: relative;
    font-family: var(--heading-font-family);
}

.our-mission .right-content .our-mission-tabs .nav-tabs .nav-link.active {
    color: var(--theme-orange); /* blue like image */
}

.our-mission .right-content .our-mission-tabs .nav-tabs .nav-link.active::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -1px;
    width: 100%;
    height: 3px;
    background-color: var(--theme-orange);
    border-radius: 2px;
}

.our-mission .right-content .our-mission-tabs .nav-tabs .nav-link:hover {
    color: var(--theme-orange);
}

.our-mission .right-content .our-mission-tabs .tab-content {
    padding-top: 18px;
}

.our-mission .right-content .our-mission-tabs .tab-pane h2 {
    font-size: 34px;
    font-weight: 700;
    margin-bottom: 20px;
}

.our-mission .right-content .our-mission-tabs .tab-pane p {
    line-height: 1.8;
    margin-bottom: 0;
}

.page-banner-new {
    position: relative;
}

.page-banner-new .aspect-custom {
    padding-bottom: 20%;
}

.page-banner-new .inner-text {
    position: absolute;
    padding-top: 85px;
    left: 0;
    top: 0;
    text-align: center;
    width: 100%;
    height: 100%;
    align-content: center;
}
.page-banner-new .inner-text h1 {
    color: var(--main-theme-blue);
    min-height: 80px;
}


@media screen and (max-width: 1024px) {
    .page-banner-new .aspect-custom {
    padding-bottom: 26%;
}

.page-banner-new .inner-text h1 {
    min-height: 58px;
}


}

@media screen and (max-width: 991.98px) {
    .page-banner-new .aspect-custom {
    padding-bottom: 30%;
}
.page-banner-new .inner-text h1 {
    min-height: 50px;
}
.page-banner-new .inner-text {
     padding-top: 38px;
}
}

@media  screen and (max-width: 767px) {
.page-banner-new .aspect-custom {
    padding-bottom: 64%;
}
.page-banner-new .inner-text {
    padding-top: 50px;
}
.page-banner-new .inner-text h1 {
    min-height: 38px;
}
}


.what-you-get {
    position: relative;
    padding-top: 115px;
}

.what-you-get .service-slider-pagination{
    display: none;
}

.what-you-get::after {
    background-image: url("../images/service-sub-title.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    content: "";
    top: 0;
    position: absolute;
    left: 50%;
    width: 800px;
    height: 220px;
    transform: translateX(-50%);
    margin: auto;
}

.what-you-get .service-slider {
    max-width: 1100px;
    margin: auto;
}

.what-you-get .what-you-box {
    border: 1px solid #E3EEFF;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    padding: 30px 20px;
    text-align: center;
    border-radius: 40px;
    margin: 10px;
    user-select: none;
}

.what-you-get .what-you-box img {
    width: 100px;
    height: 100px;
    text-align: center;
    border-radius: 50%;
    background: var(--main-theme-blue);
    display: inline-block;
    padding: 10px;
}

.what-you-get .what-you-box h3 {
    color: var(--main-theme-blue);
    margin: 24px 20px 14px;
    font-size: 1.5rem;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.what-you-get .what-you-box:hover h3 {
    background-position: right;
}

.what-you-get .what-you-box h3 {
    background-image: linear-gradient(-90deg,#5cc2ed 0,#5d62ee 25%,#c298d3 50%,currentColor 51%,currentColor 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-size: 200% 100%;
    background-position: left;
    transition: background-position .4s ease;
}


.what-you-get .what-you-box p {
    color: #69A1BB;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}


.what-you-get .what-you-box a {
    color: var(--second-theme-blue);
}

.what-you-get .what-you-box a:hover {
    color: var(--theme-orange);
}

.what-you-get .what-you-box a .icon{
    position: relative;
    top: 1px;
}





@media screen and (max-width: 1366px) {
    .what-you-get::after {
    width: 700px;
}
}

@media screen and (max-width: 1024px) {
    .what-you-get::after {
    width: 600px;
}
.what-you-get .what-you-box h3 {
   font-size: 1.3rem;
}
}

@media screen and (max-width: 991.98px) {
    .what-you-get {
    padding-top: 80px;
}
.what-you-get::after {
    width: 500px;
    height: 161px;
}
}

@media  screen and (max-width: 767px) {
.what-you-get::after {
    width: 275px;
    height: 134px;
}
.what-you-get .what-you-box h3 {
    margin: 18px 20px 8px;
    font-size: 1.3rem;
}
.what-you-get .service-slider-pagination{
    display: block;
    margin-top: 10px;
}
.what-you-get .what-you-box img {
    width: 90px;
    height: 90px;
    padding: 6px;
}
}










.portfolio-intro .portfolio-slider .portfolio-box {
    border: 1px solid #E3EEFF;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    border-radius: 40px;
    margin: 10px;
    user-select: none;
    overflow: hidden;
}

.portfolio-intro .portfolio-slider .portfolio-box .aspect-custom {
    padding-bottom: 66%;
    border-bottom: 1px solid #eee;
}

.portfolio-intro .portfolio-slider .portfolio-box .info {
    padding: 20px 30px;
}

.portfolio-intro .portfolio-slider .portfolio-box .info span {
    text-transform: uppercase;
    font-size: 0.9rem;
    color: var(--second-theme-blue);
}

.portfolio-intro .portfolio-slider .portfolio-box .info h3 {
    font-weight: 500;
    font-size: 1.5rem;
    margin-top: 8px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    min-height: 58px;
}

.portfolio-intro .portfolio-slider .portfolio-box .info h3 a{
    color: var(--main-theme-blue);
}

.portfolio-intro .portfolio-slider .portfolio-box:hover .info h3 a {
    background-position: right;
}

.portfolio-intro .portfolio-slider .portfolio-box .info h3 a {
    background-image: linear-gradient(-90deg,#5cc2ed 0,#5d62ee 25%,#c298d3 50%,currentColor 51%,currentColor 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-size: 200% 100%;
    background-position: left;
    transition: background-position .4s ease;
}

.portfolio-intro .portfolio-slider .portfolio-box .info p {
    color: #69A1BB;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.portfolio-intro .action-button{
    margin-top: 2rem;
    text-align: center;
}



@media screen and (max-width: 1536px) {
    .portfolio-intro .portfolio-slider .portfolio-box .info h3 {
     font-size: 1.3rem;
}

.portfolio-intro .portfolio-slider .portfolio-box .info h3{
    min-height: 51px;
}

}

@media screen and (max-width: 1440px) {
}

@media screen and (max-width: 1366px) {
}

@media screen and (min-width: 991.99px) and (max-width: 1199.98px) {
}

@media screen and (max-width: 991.98px) {
}

@media  screen and (max-width: 767px) {
    .portfolio-intro .action-button{
    margin-top: 1rem;
}

.portfolio-intro .portfolio-slider .portfolio-box .info {
    padding: 20px 20px;
}

.portfolio-intro .portfolio-slider .portfolio-box .info p {
    margin-bottom: 0;
}

.portfolio-intro .portfolio-slider .portfolio-slider-pagination {
    display: block;
    margin-top: 10px;
}

}

.box-wrap .step-text a {
    color:  #ff5e14; 
}

.box-wrap .step-text a:hover {
    color:  #fff;
}