@import url('https://fonts.googleapis.com/css2?family=Cairo&display=swap');
:root {
    --main-color: #038FFE;
    --main-color-two: #555;
}
body {
    font-family: 'Cairo', sans-serif;
    letter-spacing: 0.05em;
}
ul {
    list-style: none;
}
.gradient {
    background: linear-gradient(to bottom, rgb(80 147 76 / 90%) 0%, rgb(41 38 98 / 90%) 100%);
}
a {
    text-decoration: none;
}
.title_all_box {
    position: relative;
    text-align: center;
}
.title_all_box .title{
    font-size: 44px;
    line-height: 54px;
    font-weight: 700;
    color: var(--main-color);
    margin-bottom: 50px;
    text-align: center;
}
.small_text_sub {
    position: absolute;
    color: transparent;
    left: 0;
    right: 0;
    top: 0px;
    opacity: 0.1;
    font-size: 60px;
    line-height: 0px;
    font-weight: 700;
    -webkit-text-stroke: 1px var(--heading-dark);
    text-shadow: 1px 1px 0 var(--heading-dark), -1px -1px 0 var(--heading-dark), 1px -1px 0 1px var(--heading-dark), -1px 1px 0 var(--heading-dark), 1px 1px 0 var(--heading-dark);
}
.small_text_sub.black{
  -webkit-text-stroke: 1px #000;
}

/****************************************************** More Btn **************************************************************/
/* CSS */
.more-btn{
    text-align: center;
    margin-top: 20px;
}
.button-48 {
    appearance: none;
    background-color: #FFFFFF;
    border-width: 0;
    box-sizing: border-box;
    color: #000000;
    cursor: pointer;
    display: inline-block;
    font-family: Clarkson,Helvetica,sans-serif;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 1em;
    margin: 0;
    opacity: 1;
    outline: 0;
    padding: 1.5em 2.2em;
    position: relative;
    text-align: center;
    text-decoration: none;
    text-rendering: geometricprecision;
    text-transform: uppercase;
    transition: opacity 300ms cubic-bezier(.694, 0, 0.335, 1),background-color 100ms cubic-bezier(.694, 0, 0.335, 1),color 100ms cubic-bezier(.694, 0, 0.335, 1);
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
    vertical-align: baseline;
    white-space: nowrap;
    border-radius: 0 10px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  }
.button-48:hover {
color: #fff;
}
  
  .button-48:before {
    animation: opacityFallbackOut .5s step-end forwards;
    backface-visibility: hidden;
    background-color: #038FFE;
    clip-path: polygon(-1% 0, 0 0, -25% 100%, -1% 100%);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    transform: translateZ(0);
    transition: clip-path .5s cubic-bezier(.165, 0.84, 0.44, 1), -webkit-clip-path .5s cubic-bezier(.165, 0.84, 0.44, 1);
    width: 100%;
    border-radius: 0 10px;
  }
  
  .button-48:hover:before {
    animation: opacityFallbackIn 0s step-start forwards;
    clip-path: polygon(0 0, 101% 0, 101% 101%, 0 101%);
  }
  
  .button-48:after {
    background-color: #FFFFFF;
  }
  
  .button-48 span {
    z-index: 1;
    position: relative;
    /* color: #555; */
  }
/****************************************************** More Btn **************************************************************/
.banner-section {
    position: relative;
    overflow: hidden;
    direction: ltr!important;
    text-align: right
}
.banner-section .slide-item {
    position: relative;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover
}
.banner-section .slide-item .image-layer {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 5s linear;
    -moz-transition: all 5s linear;
    -ms-transition: all 5s linear;
    -o-transition: all 5s linear;
    transition: all 5s linear;
    z-index: 9;
    filter: brightness(0.4);
}
.banner-section .active .slide-item .image-layer {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1)
}
.banner-section .slide-item .content-box {
    position: relative;
    height: 840px;
    width: 100%;
    display: table;
    vertical-align: middle
}
.banner-section .slide-item .content-box:after {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    background: #1d1f25;
    opacity: .4;
    content: ""
}
.banner-section .slide-item .content {
    position: relative;
    display: table-cell;
    vertical-align: middle;
    z-index: 9
}
.banner-section .slide-item .title {
    position: relative;
    display: inline-block;
    font-size: 14px;
    line-height: 27px;
    color: #d9ac45;
    font-weight: 700;
    letter-spacing: .16em;
    padding: 10px 40px;
    padding-right: 19px;
    text-transform: uppercase;
    background-color: #24262d;
    margin-bottom: 30px;
    opacity: 0;
    -webkit-transform: translateX(-100px);
    -moz-transform: translateX(-100px);
    -ms-transform: translateX(-100px);
    -o-transform: translateX(-100px);
    transform: translateX(-100px);
    -webkit-transition: all .7s ease;
    -moz-transition: all .7s ease;
    -ms-transition: all .7s ease;
    -o-transition: all .7s ease;
    transition: all .7s ease
}
.banner-section .slide-item .title:before {
    position: absolute;
    left: 100%;
    margin-left: -1px;
    top: 0;
    border-right: 22px solid transparent;
    border-bottom: 18px solid #24262d;
    content: ""
}
.banner-section .slide-item .title:after {
    position: absolute;
    left: 100%;
    margin-left: -1px;
    bottom: 0;
    width: 21px;
    height: 29px;
    background-color: #24262d;
    content: ""
}
.banner-section .active .title {
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition-delay: .5s;
    -moz-transition-delay: .5s;
    -ms-transition-delay: .5s;
    -o-transition-delay: .5s;
    transition-delay: .5s
}
.banner-section .slide-item h2 {
    position: relative;
    display: block;
    font-size: 65px;
    color: var(--ltn__secondary-color);
    font-weight: 700;
    margin-bottom: 30px;
    object-position: 0;
    text-transform: uppercase;
    letter-spacing: 0;
    opacity: 0;
    -webkit-transform: translateX(-100px);
    -moz-transform: translateX(-100px);
    -ms-transform: translateX(-100px);
    -o-transform: translateX(-100px);
    transform: translateX(-100px);
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease
}
.banner-section .active h2 {
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition-delay: 1s;
    -moz-transition-delay: 1s;
    -ms-transition-delay: 1s;
    -o-transition-delay: 1s;
    transition-delay: 1s
}
.banner-section .slide-item .btn-box {
    opacity: 0;
    -webkit-transform: translateX(-50px);
    -moz-transform: translateX(-50px);
    -ms-transform: translateX(-50px);
    -o-transform: translateX(-50px);
    transform: translateX(-50px);
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease
}
.banner-section .active .btn-box {
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition-delay: 1.5s;
    -moz-transition-delay: 1.5s;
    -ms-transition-delay: 1.5s;
    -o-transition-delay: 1.5s;
    transition-delay: 1.5s;
    display: none;
}
.banner-section .owl-nav {
    display: none
}
.banner-section .owl-dots {
    position: absolute;
    left: 13%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%)
}
.banner-section .owl-dot {
    position: relative;
    display: block;
    height: 20px;
    width: 20px;
    border: 6px solid #49494a;
    margin-bottom: 20px;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}
.banner-section .owl-dot:last-child {
    margin-bottom: 0
}
.banner-section .owl-dot.active,
.banner-section .owl-dot:hover {
    border: 6px solid #fff
}
.auto-container {
    position: static;
    max-width: 1200px;
    padding: 0 15px;
    margin: 0 auto;
    margin-top: 150px;
}
.v-middle {
    position: absolute;
    width: 100%;
    top: 50%;
    left: 0;
    -webkit-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
    text-align: center;
}
.banner-section .owl-carousel .owl-item img {
    display: inherit;
}
.banner-section .owl-dots {
    display: none;
}
.banner-section h4 {
    font-size: 25px;
    text-transform: uppercase;
    color: #fff;
    text-align: center;
    margin-bottom: 20px;
    margin-top: 20px;
    -webkit-animation-delay: .4s;
    animation-delay: .4s;
}
.banner-section h1 {
    position: relative;
    margin-bottom: 20px;
    font-size: 65px;
    line-height: 1.35em;
    text-transform: uppercase;
    -webkit-animation-delay: .6s;
    animation-delay: .6s;
    color: #fff;
}
span.strock {
    font-weight: 700;
    font-size: 90px;
    color: var(--main-color);
    letter-spacing: 0.08em;
    line-height: 0;
    margin-top: 35px;
    position: relative;
    display: inline-block;
    font-weight: 700;
    z-index: 2;
    -webkit-text-stroke: 0.5px var(--main-color);
    color: transparent;
    transition: all 0.4s;
    opacity: 1;
  }

  .typed-cursor{
    color: #fff;
    font-size: 90px;
}
.breadcrumb-area span.strock {
    font-size: 50px;
    letter-spacing: 0;
}
.breadcrumb-area .typed-cursor{
    font-size: 50px;
}
/************************************************************* Slider **************************************************************/
/***************************************
Scroll 
***************************************/
::-webkit-scrollbar {
    width: 7px;
    border-radius: 10px;
}
/* Track */
::-webkit-scrollbar-track {
     border-radius: 10px;
    background: #fff;
}
/* Handle */
 ::-webkit-scrollbar-thumb {
    background: #038FFE;
    height: 100px;
    z-index: 9999;
    transition: 0.4s ease;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
}
/* Handle on hover */
 ::-webkit-scrollbar-thumb:hover {
    background: #111;
}
/************************************************************* Cursor **************************************************************/
.c-cursor {
    pointer-events: none;
}
.c-cursor__pointer {
    height: 2rem;
    left: -0.4375rem;
    opacity: 0;
    position: fixed;
    top: -0.4375rem;
    width: 2rem;
    z-index: 9;
}
.c-cursor__pointer::before {
    background: rgb(52 143 220 / 50%);
    border-radius: 50%;
    content: '';
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    width: 100%;
}
.is-hover .c-cursor__pointer::before {
    opacity: 0.3;
    transform: scale(3.5);
}
.c-magnetic span {
    display: inline-block;
    pointer-events: none;
}
/************************************************************* Cursor **************************************************************/
.sec-title2 {
    color: #fff;
}
.sec-title {
    position: relative;
    padding-bottom: 40px;
    text-align: center;
}
.sec-title .title {
    position: relative;
    color: var(--main-color);
    font-size: 30px;
    font-weight: 700;
    padding-right: 50px;
    margin-bottom: 15px;
    display: inline-block;
    text-transform: capitalize;
}
.sec-title .title:before {
    position: absolute;
    content: '';
    right: -5px;
    left: auto;
    bottom: 7px;
    width: 50px;
    height: 2px;
    background-color: var(--main-color-two);
}
.sec-title .title.white:before {
    background-color: #fff;
}
  /***********************  Start service *************************/
  #service{
    padding: 70px 0;
    background: #e5e5e5;
  }
  #service .card{
    position: relative;
    /* padding: 10px 10px; */
    margin: 30px 10px;
    text-align: center;
    border-radius: 10px;
    transition: all 0.6s ease-in-out;
    /* height: 370px; */
    background: #fff;
    border: 0;
    box-shadow: rgba(17, 17, 26, 0.1) 0px 4px 16px, rgba(17, 17, 26, 0.05) 0px 8px 32px;
  }
  #service .card::after , #service .card::before{
    content: "";
    width: 80px;
    height: 80px;
    position: absolute;
    transition: all 0.2s linear;
  }
  #service .card::after{
    border-top: 2px solid var(--bs-gray-500);
    border-left: 2px solid var(--bs-gray-500);
    border-top-left-radius: 10px;
    left: -10px;
    top: -10px;
    transition-duration: 0.4s;
  }
  #service .card::before{
    border-bottom: 2px solid var(--bs-gray-500);
    border-right: 2px solid var(--bs-gray-500);
    border-bottom-right-radius: 10px;
    right: -10px;
    bottom: -10px;
    transition-duration: 0.4s;
  }
  #service .card:hover::after ,#service .card:hover::before{
    width: 100%;
    height: 100%;
    border-radius: 10px;
    border-color: var(--main-color);
  }
  #service .card .card-img::before {
    position: absolute;
    content: "";
    top: 0px;
    border-radius: 5px;
    left: 0px;
    opacity: 0;
    width: 0%;
    background: rgb(52 143 220 / 50%);
    height: 0%;
    transition: all 0.5s ease-in-out;
    z-index: 9;
}
#service .card:hover .card-img::before {
    opacity: 0.8;
    width: 100%;
    height: 100%;
}
  #service .card .card-img{
    position: relative;
    height: 250px;
    width: 100%;
}
  #service .card .card-img img{
    width: 100%;
    background: #fff;
    height: 250px;
    object-fit: cover;
    mix-blend-mode: multiply;
    display: flex;
    border-radius: 10px 10px 0 0;
    filter: contrast(0.9);
}
  #service .card .card-body {}
  #service .card .card-body h5 {
    font-size: 25px;
    color: var(--main-color);
    margin-bottom: 15px;
}
  #service .card .card-body p {
    font-size: 16px;
    color: #888;
}
.bottom{
  display: flex;
  justify-content: center;
  margin-top: 30px;
}
/*** 

====================================================================
			About Section
====================================================================

***/

.about-section{
	position: relative;
	padding: 50px 0 50px;
	z-index: 9;

}
.about-section .image-column{
	position: relative;
}

.about-section .image-column .inner-column{
	position: relative;

}
.about-section .image-column .image-box{
	position: relative;
	z-index: 1;
	padding-top: 0;
}

.about-section .image-column .image-box .image{
	position: relative;
	margin-bottom: 0;
	border: 20px solid #f2f2f2;
}

.about-section .image-column .image-box .alphabet-img{
	position: absolute;
	left: 0;
	top: 0;
}

.about-section .image-column .image-box .alphabet-img img{
	max-width: 100%;
	height: auto;
}

.about-section .image-column .image img{
	display: inline-block;
	max-width: 100%;
	/*height: auto;*/
	box-shadow: rgba(17, 12, 46, 0.15) 0px 48px 100px 0px;
	width: 100%;
	height: 465px;
	object-fit: cover;
	filter: drop-shadow(2px 4px 6px black);
}

.about-section .content-column{
	position: relative;
}

.about-section .content-column .inner-column{
	position: relative;
	/* padding-top: 70px; */
	height: 450px;
}

.about-section .content-column .content-box{
	position: relative;
	padding: 20px 20px 20px;
	background-color: #ffffff;
	border: 20px solid #f2f2f2;
	/* border-left: 0; */
	box-shadow: rgba(0, 0, 0, 0.2) 0px 18px 50px -10px;
}

.about-section .content-column .content-box .title{
	position: relative;
	margin-bottom: 35px;
}

.about-section .content-column .content-box .title h2{
	position: relative;
	display: block;
	font-size: 30px;
	line-height: 42px;
	color: var(--main-color-two);
	font-weight: 500;
	padding-bottom: 35px;
}

.about-section .content-column .content-box .title h2:before{
	position: absolute;
	left: 0;
	bottom: 0;
	height: 2px;
	width: 45px;
	background-color: var(--main-color);
	content: "";
}

.about-section .content-column .content-box .text{
	position: relative;
	display: block;
	font-size: 14px;
	line-height: 28px;
	color: #777777;
	margin-bottom: 45px;
}

.about-section .content-column .content-box .link-box{
	position: relative;
}

.about-section .content-column .content-box .link-box a{
	font-weight: 700;
}
.about-section .bottom{
    margin-top: 100px;
}
.about-section .bottom .card{
    border: 0;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}
.about-section .bottom .card .card-header{background: transparent;filter: drop-shadow(2px 4px 6px #555);text-align: center;color: var(--main-color);}
.about-section .bottom .card .card-header h4{
    margin: 5px 0;
}
.about-section .bottom .card .card-body{}
.about-section .bottom .card .card-body p{
    color: #999;
}
/********************************************************* About ****************************************************/
/********************************************************* Category ****************************************************/
#category{
    padding: 70px 0;
    background-image: url(../img/bg/about.jpg);
}
#category .card{
    margin-bottom: 30px;
    background: transparent;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}
#category .card .card-img{
    width: 100%;
    height: 100px;
}
#category .card .card-img img{
    width: 100%;
    height: 130px;
    mix-blend-mode: multiply;
}
#category .card .card-body{
    display: flex;
    color: var(--main-color);
    margin-top: 25px;
    font-family: 'Cairo', sans-serif;
    padding: 15px 20px;
    background: #fff;
}
#category .card .card-body h5{
}
#category .card .card-body p{
    color: var(--main-color);
    position: absolute;
    right: 24px;
    font-size: 17px;
}
/********************************************************* Category ****************************************************/
/*********************************************** Start Footer **********************************************/
.footer-section {
    /* background-color: var(--main-color); */
    background-image: url(../img/service/8.jpg);
}
.footer-section .footer-ovarlay {
    padding-top: 70px;
    background: rgb(255 255 255 / 70%);
    backdrop-filter: blur(2px);
}
.footer-section a {
    color: #000;
    text-decoration: none;
    font-weight: 400;
}
.footer-section .single-footer-widget .footer-logo {
    position: relative;
    width: 100%;
    height: 200px;
}
.footer-section .single-footer-widget .footer-logo img {
    margin: 0;
    width: 300px;
    position: absolute;
    top: 40%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.footer-section .widget-title {
    color: var(--main-color);
    position: relative;
    display: inline-block;
    padding-right: 80px;
    margin-bottom: 30px;
}
.footer-section .widget-title:before {
    position: absolute;
    content: '';
    right: -5px;
    left: auto;
    bottom: 4px;
    width: 80px;
    height: 2px;
    background-color: #555;
}
.footer-section ul li {
    color: var(--main-color-two);
    line-height: 30px;
    font-weight: 600;
}
.footer-top .social-icon {
    /* justify-content: center; */
    margin-top: 20px;
}
.footer-top .social-icon li a {
    padding: 0 10px;
    font-size: 20px;
}
.footer-top .bottom {
    margin: auto;
}
.footer-top .bottom p {
    color: #333;
    font-weight: 600;
    text-align: center;
}
.footer-bottom {
    /* background-color: var(--main-color-two); */
    padding: 30px 0 15px;
    background: linear-gradient(90deg, rgba(39, 39, 39, 0) -30.17%, #272727 99.07%);
}
.footer-bottom p {
    color: #fff;
    text-align: center;
}
.footer-bottom p a{
    color: var(--main-color);
    font-weight: 600;
}
/*********************************************** End Footer **********************************************/
/****************************************Start breadcrumb*********************************************/
.breadcrumb-area {
    background-image: url(../img/slider/5.jpg);
    background-position: top right;
    background-size: cover;
    background-repeat: no-repeat;
    margin-top: 0;
    padding: 250px 0 0;
    position: relative;
    height: 500px;
}
.breadcrumb {
    background-color: transparent;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .breadcrumb-area {
        padding: 250px 0 85px;
    }
}
@media (max-width: 767px) {
    .breadcrumb-area {
        padding: 200px 0 85px;
        height: 300px;
    }
}
.breadcrumb-area::before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    z-index: -1;
    background: linear-gradient(180deg, rgba(39, 39, 39, 0) -9.17%, #272727 96.07%);
}
.breadcrumb-item {
    text-align: center;
}
.breadcrumb-item .title {
    color: #fff;
    font-size: 40px;
    lg: linear-gradient();
    text-transform: uppercase;
}
@media (max-width: 767px) {
    .breadcrumb-item .title {
        font-size: 30px;
        line-height: 40px;
    }
}
.breadcrumb-item nav {
    display: inline-block;
}
.breadcrumb-item nav ol li a {
    color: #fff;
    font-weight: 600;
}
.breadcrumb-item nav ol li.active {
    color: var(--main-color);
    opacity: 0.9;
}
.breadcrumb-item nav ol li+.breadcrumb-item::before {
    color: #fff;
}
/****************************************End breadcrumb*********************************************/
/****************************************Start Social Media*********************************************/
/****************************************Start Social Media*********************************************/


/* Social media */

.social-sec {
    padding: 0;
    z-index: 10000;
    transition: 0.5s ease-in-out;
    display: flex;
    flex-direction: column;
    list-style: none;
    /* z-index: 1000; */
    position: fixed;
    bottom: 100px;
    left: 0;
    transform: translate(-100%, 100%);
    /* direction: rtl; */
}

.social-sec .Icon {
    position: relative;
    padding: 15px;
    margin: 0;
    width: 50px;
    height: 50px;
    font-size: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
    cursor: pointer;
    transition: all 0.4s ease-in-out;
    background: var(--main-color);
}

.social-sec .tooltip {
    position: absolute;
    left: 0;
    font-size: 17px;
    background: #ffffff;
    color: #ffffff;
    padding: 15px 30px;
    /* border-radius: 5px; */
    box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
    opacity: 0;
    pointer-events: none;
    /* transition: all 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55); */
    height: 50px;
    transition: all 0.4s ease-in-out;
}

.social-sec .Icon.contact {
    height: 130px;
    background-color: var(--main-color-two);
}

.social-sec .contact .tooltip {
    width: 350px;
    top: 0;
    left: 50px !important;
    height: auto;
    transition: all 0.4s ease-in-out;
    padding-top: 30px;
}


/* .social-sec .tooltip::before {
position: absolute;
content: "";
height: 8px;
width: 8px;
background: #ffffff;
left: 0px;
top: 11px;
transform: translate(-50%) rotate(45deg);
transition: all 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
} */

.social-sec .Icon:hover .tooltip {
    left: 50px;
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}

.social-sec .Icon a {
    color: #fff;
}

.social-sec .Icon.contact a {
    transform: rotate(90deg);
    width: 130px;
    text-align: center;
    color: #fff;
}

.social-sec .Icon:hover span,
.social-sec .Icon:hover .tooltip {
    text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.1);
}

.social-sec .Icon:hover a {
    color: #fff;
}

.social-sec .call:hover,
.social-sec .call:hover .tooltip,
.social-sec .call:hover .tooltip::before {
    background: var(--main-color);
    color: #fff;
}


/* .social-sec .contact:hover {
background-color:  var(--primary-color-one);
} */

.social-sec .contact:hover .tooltip,
.social-sec .contact:hover .tooltip::before {
    background: rgb(255 255 255 / 50%);
    color: #ffffff;
}

.social-sec .whatsapp:hover,
.social-sec .whatsapp:hover .tooltip,
.social-sec .whatsapp:hover .tooltip::before {
    background: var(--main-color);
    color: #ffffff;
}


/* .name-box,
.email-box {
height: 45px;
} */

.social-sec .contact-form input,
.social-sec .contact-form textarea {
    color: #fff;
    border-radius: 25px;
    margin-bottom: 10px;
    text-align: right;
    background: rgb(255 255 255 / 50%);
    padding: 5px;
    max-width: 100%;
    border-color: #999;
}

.social-sec .contact-form input {
    height: 40px;
}

.social-sec .contact-form input::placeholder,
.social-sec .contact-form textarea::placeholder {
    color: #000 !important;
}

.social-sec .contact-form input.send_message {
    background-color: transparent;
    text-align: center;
}


/****************************************End Social Media*********************************************/
/****************************************End Social Media*********************************************/
/****************************************Start ScrollUp*********************************************/
#scrollUp {
    text-align: center;
    bottom: 40px;
    cursor: pointer;
    position: fixed;
    right: 20px;
    z-index: 999;
    color: #ffffff;
    border-radius: 50%;
    width: 55px;
    line-height: 55px;
    font-size: 21px !important;
    height: 55px;
    transition: all 0.3s ease 0s;
    box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.4);
    background: rgb(52 143 220 / 50%);
}
#scrollUp:hover {
    opacity: 0.8;
}
/****************************************End ScrollUp*********************************************/
/*=============================
	18. Gallery
===============================*/
.gallery-area {
    position: relative;
    overflow: hidden;
    padding: 50px 0;
}
.gallery-item {
    position: relative;
    margin: 10px 10px;
    text-align: center;
}
.gallery-item img {
    border-radius: 0;
    display: inline-block;
    height: 300px;
    object-fit: cover;
    width: 100%;
    transition: .4s linear;
    filter: contrast(0.7);
}
.gallery-item .photo-gallery {
    display: block;
    font-weight: 500;
    font-size: 14px;
    text-align: center;
    text-transform: uppercase;
    padding: 7px 15px;
    border-radius: 0;
    transition: .4s linear;
}
.gallery-active .slick-slide {
    transition: .4s linear;
    max-width: 1390px;
    position: relative;
}
.gallery-active .slick-list {
    overflow: visible;
}
.gallery-item .play-btn {
    color: var(--youtube);
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    font-size: 80px;
    line-height: 1;
}
.gallery-item .apartment-view {
    max-width: 1290px;
    height: 785px;
}
.gallery-item iframe {
    width: 100%;
    height: 100%;
    border-radius: 16px;
}
.gallery-item svg:not(:host).svg-inline--fa, .gallery-item svg:not(:root).svg-inline--fa {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-size: 50px;
    color: #fff;
    filter: drop-shadow(2px 4px 6px black);
}

.gallery-item img:hover {
    filter: brightness(.5)
}
.gallery-text{
    text-align: center;
    color: var(--main-color);
}
/******************************************************************************************/
/******************************************** Start Contact Us**********************************************/

#contact_form_section{
    background-image: url(../img/service/14.jpg);
}

#contact_form_section .small_text_sub.black {
    -webkit-text-stroke: 1px #fff;
}
#contact_form_section h3{
    color:#fff;
    margin-bottom: 30px;
}
#contact_form_section .ovarlay-2 {
   padding: 70px 0;
   background: linear-gradient(360deg, rgb(215 211 211 / 37%) -30.17%, #2a2929 99.07%);
   /* backdrop-filter: blur(2px); */
}

#contact_form_section .contact-form form .form-control{
    font-size: 15px;
    /* padding: 0; */
    /* height: 54px; */
    padding-left: 30px;
    color: #ffffff;
    background-color: transparent;
    border-color: #ffffff;
    border-radius: 5px;
    border-width: 2px;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
    margin-bottom: 30px;
}
#contact_form_section .contact-form form input{
	height: 50px;
}
#contact_form_section .contact-form form .form-control::placeholder{
    color:#fff;
}
#contact_form_section .contact-form form button{background: rgb(52 143 220 / 60%);color: #fff;font-size: 19px;padding: 10px 20px;}
#contact_form_section.inside{
    background-image: none;
}
#contact_form_section.inside .ovarlay-2{
    background: none;
}
#contact_form_section.inside h3{
    color: var(--main-color);
}
#contact_form_section.inside .contact-form form .form-control{
    color: #000;
    border-color: #999;
}
#contact_form_section.inside .contact-form form .form-control::placeholder{
    color: #000 !important;
}

/******************************************** End Contact Us**********************************************/
.before-after {
    margin-top: 30px;
}
.before-after h3 {
    margin-bottom: 25px;
    color: var(--main-color-two);
    font-weight: 600;
}
.before-after .before-gallery {
    display: flex;
    justify-content: center;
    position: relative;
}
.before-after .before-gallery::after {
    content: "\2b";
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-size: 50px;
    color: #fff;
    padding: 5px 30px;
    backdrop-filter: brightness(0.6);
}
.before-after .before-gallery img {
    width: 550px;
}
  /***********************  Brands *************************/
  .brands{
    padding: 70px 0;
    background: #fff;
    position: relative;
  }
  .brande-img{
    margin:  0 10px;
    height: 150px;
    position: relative;
  }
  .brande-img img{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 200px;
    height: 150px;
    object-fit: contain;
  }
  /***********************  Brands *************************/
  /*********************** contaent cover *************************/
  .breadcrumb-area {
    /* background-image: url(../images/bg/bread.jpg); */
    background-position: top right;
    background-size: cover;
    background-repeat: no-repeat;
    margin-top: 0;
    padding: 250px 0 0;
    position: relative;
    height: 600px;
}
.breadcrumb-area::before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    z-index: -1;
    background: linear-gradient(180deg, rgba(39, 39, 39, 0) -9.17%, #272727 96.07%);
}
.breadcrumb-item {
    text-align: center;
}
.breadcrumb-item nav ol li a {
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
}
.breadcrumb-item nav ol li.active {
    font-weight: 600;
    opacity: 0.9;
    filter: drop-shadow(2px 4px 6px black);
    font-size: 17px;
}
.breadcrumb {
    background-color: transparent;
}
.breadcrumb {
    --mdb-breadcrumb-padding-x: 0;
    --mdb-breadcrumb-padding-y: 0;
    --mdb-breadcrumb-margin-bottom: 1rem;
    --mdb-breadcrumb-divider-color: #757575;
    --mdb-breadcrumb-item-padding-x: 0.5rem;
    --mdb-breadcrumb-item-active-color: #757575;
    display: flex;
    flex-wrap: wrap;
    padding: var(--mdb-breadcrumb-padding-y) var(--mdb-breadcrumb-padding-x);
    margin-bottom: var(--mdb-breadcrumb-margin-bottom);
    font-size: var(--mdb-breadcrumb-font-size);
    list-style: none;
    background-color: var(--mdb-breadcrumb-bg);
    border-radius: var(--mdb-breadcrumb-border-radius);
}
  /***********************  contact cover *************************/





  /***********************  service *************************/
.service-detail{
    margin: 100px 100px;
}
.contact-area.inside {
    background-image: none;
    padding: 0;
   
}
.widget h3 {
    font-size: 24px;
    line-height: 26px;
    color: var(--main-color);
    font-weight: 700;
    margin: 10px 20px;
}
.widget .side-nav {
    font-size: 14px;
    line-height: 16px;
    font-weight: 700;
    color: #348fdc;
}
.list-inline, .list-unstyled {
    padding-left: 0;
    list-style: none;
}
.widget .side-nav li {
    transition: 0.5s all ease-in-out;
}
.widget .side-nav a {
    display: block;
    color: rgb(79 79 79 / 60%);
    padding: 20px 0;
    transition: all 0.25s linear;
    font-size: 18px;
    transition: 0.5s all ease-in-out;
    border-bottom: 1px solid #555;
}
.widget .side-nav a:hover{
    color: var(--main-color);
    border-bottom: 1px solid var(--main-color);
}
.contact-area.inside {
    background-image: none;
    padding: 0;
    margin-top: 20px;
}
.contact-area .request-quote-section {
    padding: 25px;
    background: #000;
    border: 0;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}
.contact-area .request-quote-section h3{
    color: var(--main-color);
    margin-bottom: 15px;
}
.contact-area.inside .request-quote-section .card-body {
    background-color: #222;
}
.card-body {
    flex: 1 1 auto;
    padding: var(1.5rem) var(1.5rem);
    color: var(rgba(0,0,0,0.175));
}
section .card-body h2 {
    color: var(#1CA9BA);
}
.card-body .form-group input {
    color: white !important;
}
::placeholder {
    color: white !important;
}
.contact-area .request-quote-section .card-body h2 {
    color: #348fdc;
    font-size: 28px;
    text-align: center;
    margin-bottom: 25px;
}
.service-detail h2 {
    font-size: 24px;
    line-height: 36px;
    font-weight: 600;
    color: var(--main-color);
    margin: 0 0 20px;
}
.service-detail .img-holder {
    width: 100%;
    overflow: hidden;
    margin: 0 0 20px;
    transition: 0.8s linear;
    -webkit-transition: 0.8s linear;
    -moz-transition: 0.8s linear;
    -ms-transition: 0.8s linear;
    -o-transition: 0.8s linear;
}
  .service-detail .img-holder img{
    transition: 0.8s linear;
    height: 600px;
    object-fit: cover;
    -webkit-transition: 0.8s linear;
    -moz-transition: 0.8s linear;
    -ms-transition: 0.8s linear;
    -o-transition: 0.8s linear;
}
  .service-detail .img-holder img:hover{
    transform: scale(1.09);
    filter: brightness(0.5);
    -webkit-filter: brightness(0.5);
}
.contact-area.inside form .form-control {
    padding: 12px 24px;
}
.contact-area form .form-control {
    background-color: #000;
    border: 1px solid #fff;
    opacity: 0.9;
    border-radius: 5px;
    margin-bottom: 30px;
    color: #fff !important;
}
.contact-area form button {
    background-color: var(--main-color);
    color: #fff;
    border: 1px solid var(--main-color);
}
.contact-area form button:hover{
    color: var(--main-color);
    border: 1px solid var(--main-color);
}
.contact-area form button a {
    color: #fff;
}
a {
    text-decoration: none;
}
.slick-arrow{
    display: none !important;      
}
  /***********************  service *************************/
  #jarallax-container-0 {
    clip: rect(0 1526.4000244140625px 600px 0);
    clip: rect(0, 1526.4000244140625px, 600px, 0);
}
.bottom-img{
    width: 250px;
    position: relative;
}
.bottom-img img{
    width: 100%;
    position: absolute;
    top: -100px;
    right: -50px;
    animation: up-down-animation 1s infinite ease-in-out alternate;
}
@keyframes up-down-animation {
  from {
      transform: translateX(0px);
  }
  to {
      transform: translateX(-20px);
  }
}
/*************************************************Background animation**********************************************/
.circles{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
  }
  .circles li{
    position: absolute;
    display: block;
    list-style: none;
    width: 20px;
    height: 20px;
    background:rgb(3 143 254 / 40%);
    animation: animate 25s linear infinite;
    top: -150px;
  }
  .circles.second li{
    background-color: rgb(24 52 89 / 30%);
  }
  .circles li:nth-child(1){
    left: 25%;
    width: 80px;
    height: 80px;
    animation-delay: 0s;

  }
  .circles li:nth-child(2){
    left: 10%;
    width: 20px;
    height: 20px;
    animation-delay: 2s;
    animation-duration: 12s;
  }
  .circles li:nth-child(3){
    left: 70%;
    width: 20px;
    height: 20px;
    animation-delay: 4s;
    -webkit-clip-path: polygon(50% 0%, 90% 20%, 100% 60%, 75% 100%, 25% 100%, 0% 60%, 10% 20%);
    clip-path: polygon(50% 0%, 90% 20%, 100% 60%, 75% 100%, 25% 100%, 0% 60%, 10% 20%);


  }
  .circles li:nth-child(4){
    left: 40%;
    width: 60px;
    height: 60px;
    animation-delay: 0s;
    animation-duration: 18s;
  }
  .circles li:nth-child(5){
    left: 65%;
    width: 20px;
    height: 20px;
    animation-delay: 0s;
  }
  .circles li:nth-child(6){
    left: 75%;
    width: 110px;
    height: 110px;
    animation-delay: 3s;

  }
  .circles li:nth-child(7){
    left: 35%;
    width: 150px;
    height: 150px;
    animation-delay: 7s;

  }
  .circles li:nth-child(8){
    left: 50%;
    width: 25px;
    height: 25px;
    animation-delay: 15s;
    animation-duration: 45s;
    
  }
  .circles li:nth-child(9){
    left: 20%;
    width: 15px;
    height: 15px;
    animation-delay: 2s;
    animation-duration: 35s;
    
  }
  .circles li:nth-child(10){
    left: 85%;
    width: 150px;
    height: 150px;
    animation-delay: 0s;
    animation-duration: 11s;

  }
  @keyframes animate {
    0%{
        transform: translateY(0) rotate(0deg);
        opacity: 1;
        border-radius: 50%;
    }
    100%{
        transform: translateY(1000px) rotate(720deg);
        opacity: 0;
        border-radius: 50%;
    }
  }
/*************************************************Background animation**********************************************/
/*******************************************Media Query***********************************************/
@media only screen and (max-width: 1200px) {}
@media only screen and (max-width: 991px) {
    span.strock{
        font-size: 50px;
    }
    .typed-cursor{
        font-size: 50px;
    }
    .wsmenu-click svg:not(:host).svg-inline--fa, .wsmenu-click svg:not(:root).svg-inline--fa {
        color: #555;
        float: left;
        margin-left: 15px;
        margin-top: 20px;
    }
}
@media only screen and (max-width: 767px) {
    .sc_testimonials {
        padding: 0 50px;
    }
    .sc_testimonials .sc_testimonials_item_text {
        font-size: 16px;
    }
    .map{
        margin-top: 30px;
    }
    .footer-section{
        text-align: center
    }
    .about-section .image-column .inner-column{
        text-align: center !important;
        margin-left: 0 !important;

    }
    .about-section .content-column .content-box{
        max-width: 500px;
        margin: auto;
    }
}
@media only screen and (max-width: 575px) {
    .slideshow {
        height: 50vh;
    }
    .slideshow .slide .title {
        font: 300 30px "Oswald", sans-serif;
    }
    .banner-section .slide-item .content-box{
        height: 60vh;
    }
    .banner-section h4{
        font-size: 18px;
    }
    .banner-section h1{
        font-size: 25px;
    }
    .banner-section .slide-item .content-box{
        height: 50vh;
    }
    span.strock{
        font-size: 35px;
    }
    .typed-cursor{
        font-size: 35px;
    }
}
@media only screen and (max-width: 500px) {}
@media only screen and (max-width: 450px) {}
@media only screen and (max-width: 380px) {}





.section-md{padding-top: 60px;padding-bottom:70px;}

.service-style-1,
.service-style-1 .service-thumbnail img { transition: all 0.4s ease-in-out; -webkit-transition: all 0.4s ease-in-out; }
.service-style-1 { text-align: center; box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 50px;}
.service-style-1 .service-thumbnail .service-thumbnail-inner { position: relative; top: 0; }
.service-style-1 .service-thumbnail img { border-radius: 8px; }
.service-style-1:hover .service-thumbnail { overflow: visible; display: block; }
.service-style-1:hover .service-thumbnail img { box-shadow: 0 5px 24px rgba(12, 71, 84, 0.08), 0 20px 77px rgba(12, 71, 84, 0.08); transform: translateY(-5px); }
.service-style-1 .service-inner { padding: 30px; }
.service-style-1 .service-inner .service-box-title {font-size: 18px;line-height: 28px;font-weight: 700;/* letter-spacing: 1px; */margin-bottom: 5px;}
.skincolor svg:not(:host).svg-inline--fa, .skincolor svg:not(:root).svg-inline--fa , .text svg:not(:host).svg-inline--fa, .text svg:not(:root).svg-inline--fa{
    margin: 0 5px;
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
}