#loader {
	position: fixed;
	/* left:50%; top:50%; */
	width: 100vw;
	height: 100vh;
	z-index: 10;
	background: radial-gradient(#888, #444);
}

#loader .car{
	position: absolute;
	bottom: 35vh;
	left: 50%;
	transform: translate(-50%);
	/* transform: translate(-50%,-50%); */
}
#loader .car img{
	display: block;
	margin: auto;
	width: 20%;
}
#loader .car img:nth-child(2){
	margin-top: -5%;
	height: 1vw;
	animation:corek 6s infinite;
	-webkit-animation:corek 6s infinite;

}
#loader .car p{
	text-align: center;
	margin-top: 2%;
	color: #000;
	font-size: 1.5vw;
}
.loading span {
	animation-name: blink;
	animation-duration: 1.4s;
	animation-iteration-count: infinite;
	animation-fill-mode: both;
}
@keyframes corek {
	0%   {height:1.2vw;}
	50%   {height:6vw;}
	100%   {height:1vw;}
}

@keyframes blink {
	0% {
		opacity: .2;
	}
	20% {
		opacity: 1;
	}
	100% {
		opacity: .2;
	}
}



.saving span:nth-child(2) {
	animation-delay: .2s;
}

.saving span:nth-child(3) {
	animation-delay: .4s;
}


body {
	/* height: 999px; */
	background: #fff;
	text-align: inherit;
}

a,
a:hover {
	text-decoration: none;
	color: black;
}


#header>.header-top {
	background: #eee;
	padding: 0.5vw 0;
	font-size: 1vw;
	color: black;
	font-weight: 500;
}

#header img {
	width: 1.5vw;
}

#header .header-top a {
	padding-left: .5vw;
}

#header .btns {
	display: flex;
}

#header .btns>div {
	padding: 0 1vw;
}

#header .btns>div:nth-child(2) {
	border-left: 1px black solid;
	/* border-right: 1px black solid; */
}


#header .header-bottom {
	margin: 2vw 0;
}

#header .header-bottom .col-3,
#header .header-bottom .col-9 {
	padding: 0;
}

#header .header-bottom .logo {
	width: 90%;
}

#header .header-bottom .navbar {
	margin-top: 2vw;
	padding: 0;
}

#header .header-bottom .bg-light {
	background-color: transparent !important;
}
#header .navbar-expand-lg .navbar-nav{
	padding: 0 1vw;
}

#header .header-bottom .nav-item {
	color: black;
	font-size: 1vw;
	font-weight: bold;
	margin-left: 1vw;
	/* padding-left: 0;
	padding-right: 0; */
	line-height: 1.5vw;
	text-transform: uppercase !important;
	text-align: center;
	position:relative;
}
#header .header-bottom .nav-item:after {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	margin: auto;
	width: 100%;
	height: 1px;
	content: '.';
	color: transparent;
	background: #d53844;
	visibility: none;
	opacity: 0;
	z-index: -1;
	transition: all .5s ease-in-out;
}
#header .header-bottom .nav-item:hover:after {
	opacity: 1;
	visibility: visible;
	height: 100%;
}

#header .header-bottom .nav-item.active {
	border-bottom: 2px red solid;
}

#header .header-bottom .nav-item.active:first-child {
	border-bottom: 0px;
}


/* Banner */
.banner.swiper-container,
.banner .swiper-container img,
.img-banner {
	width: 100%;
}

.swiper-pagination-bullet {
	background: #000;
}

.swiper-pagination-bullet-active {
	background: #000000;
}

.banner .swiper-pagination-bullet {
	background: #fff;
}

.banner .swiper-pagination-bullet-active {
	background: #fff;
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
	-webkit-filter: grayscale(9);
	filter: grayscale(9);
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
	-webkit-filter: grayscale(9);
	filter: grayscale(9);
}

.banner .swiper-button-next{
	right: 50px;
	-webkit-filter: grayscale(9);
	filter: grayscale(9);
}

.banner .swiper-button-prev {
	left: 50px;
	-webkit-filter: grayscale(9);
	filter: grayscale(9);
}

.banner .swiper-slide {
	position: relative;
}

.banner .swiper-slide .banner-data {
	position: absolute;
	top: 18%;
	left: 6%;
	width: 44.5%;
	color: #fff;
	padding: 2vw;
	background: #00000087;
	border-radius: 2vw;
}
.banner .swiper-slide .banner-data:hover span.hr {
	width: 50%;

}

span.hr {
	display: block;
	width: 3vw;
	height: .3vw;
	background: #d53844;
	margin: 1vw 0;
	transition: all 1s ease-in-out;
}

.banner .swiper-slide .banner-data h4 {
	margin: 3vw 0;
	font-size: 1.5vw;
}

.banner .swiper-slide .banner-data h1 {
	font-size: 2.5vw;
	font-weight: 900;
}

.banner .swiper-slide .banner-data p {
	margin: 2vw 0;
	font-size: 1.3vw;
}

a.read-more,input.read-more {
	background: #d53844;
	padding: .7vw 2.5vw;
	border-radius: 35px;
	color: white;
	display: inline-block;
	margin-top: 2vw;
	font-weight: bold;
	transition: .5s all ease-in-out;
}
a.read-more:hover,input.read-more:hover{
	/* filter: blur(.5px);
	filter: brightness(50%); */
	color: black !important;
}
a.read-more:disabled,input.read-more:disabled {
	background: #e88990;
	color: white!important;
}
/* Banner */

/* about */

.about {
	margin-top: 2.5vw;
	color: black;
}
.about .title{
	display: none;
}
.about .container .row>div:first-child:hover span.hr{
	width: 8vw;
}

.about h1 {
	font-weight: 900;
}

.about p {
	font-weight: bold;
}

.about img {
	width: 100%;
	transition: all 1s ease-in-out;
}
.about img:hover {
	/* transform: scale(.9) */
}

/* about */

/* title */
.title {
	text-align: center;
	color: black;
	margin: 2vw 0;
}

.border {
	border-top: 4px solid #d53844 !important;
	width: 2%;
	margin: auto;
	transition: all 1s ease-in-out;
}

.title h1 {
	font-size: 2.5vw;
    font-weight: 900;
    /* text-transform: uppercase !important; */
}
.title:hover .border {
	width: 8%;
}

.title p {
	width: 75%;
	margin: auto;
	font-weight: bold;
}

/* title */

/* Products */
.products {
	background: #f4f4f4;
	padding: 4vw 2vw;
}

.products .swiper-container {
	width: 100%;
	padding: 3vw 0;
}

.products .swiper-slide {
	text-align: center;
	font-size: 18px;
	/* Center slide text vertically */
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}

.products .card {
	width: 80%;
    overflow: hidden;
    min-height: 400px;
}

.products .card img {
    width: auto;
    height: 200px;
    margin: 10px auto;
    transition: all 1s ease-in-out;
    filter: grayscale(1);
}

.products .card img:hover {
	filter: grayscale(0);
}

.products .card h2 {
	color: #000;
	font-weight: 900;    font-size: 1.2em;
}

.products .card a.read-more {
    position: absolute;
    bottom: 15px;
    left: 50%;
    transform: translate(-50%,0);
    width: 74%;
}
/* Products */

/* Services */
.services .card {
	text-align: center;
	padding: 3vw 0;
	background: #d53844;
	color: white;
	margin-top: 2vw;
}

.services .card img {
	max-width: 100px;
	max-height: 100px;
	margin: auto;
}

.services a.read-more {
	background: white;
	color: #d53844;
}

/* Services */

/* Who Worked */
.who-worked {
	text-align: center;
	background: #f4f4f4;
	padding: 4vw 2vw;
	margin-top: 3vw;
}

.who-worked .btns {
	margin-top: 1vw;
}

.who-worked .btn {
	border-radius: 35px;
	padding: 0.5vw 3vw;
	border: 3px solid lightgray;
	color: lightgray;
	font-weight: bold;
}

.who-worked .btn.active {
	border: 3px solid gray;
	color: gray;
}

.who-worked .swiper-container {
	width: 100%;
	padding: 3vw;
}

.who-worked .swiper-slide {
	text-align: center;
	font-size: 18px;
	/* Center slide text vertically */
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}

.who-worked h1 {
	/* font-size: 3vw; */
	/* font-weight: 900; */
	/* text-transform: uppercase !important; */
}

.who-worked img {
	width: 300px;
  height: 300px;
	margin: auto;
}

/* Who Worked */

/* testimonials */
.testimonials {
	text-align: center;
	margin-top: 3vw;
}

.testimonials h1 {
	/* font-size: 3vw; */
	/* font-weight: 900; */
	/* text-transform: uppercase !important; */
}

.testimonials .swiper-container {
	padding-bottom: 4vw;
}

.testimonials .profile {
	position: relative;
	margin-top: 3vw;
	box-shadow: 0px 0px 60px -39px black;
}

.testimonials .profile .icon1 {
	position: absolute;
	top: 4vw;
	left: 4vw;
	width: 5%;
}

.testimonials .profile .icon2 {
	position: absolute;
	bottom: 4vw;
	right: 4vw;
	width: 5%;
	transform: rotate(180deg);
}

.testimonials .profile .profile-info {
	width: 60%;
	margin: auto;
	margin-top: 10vw;
}

.testimonials .profile .profile-info img {
	margin-top: -6vw;
	max-width: 170px;
	max-height: 170px;
	border-radius: 50%;
}

.testimonials .profile .profile-info h4 {
	margin-top: 2vw;
	font-size: 20px;
	font-weight: bold;
}

.testimonials .profile .profile-info h5 {
	font-size: 15px;
	color: gray;
}

.testimonials .profile .profile-info p {
	padding: 3vw 0;
	color: black;
	font-weight: bold;
}

.testimonials .swiper-button-next {
	right: 100px;
}


.testimonials .swiper-button-prev {
	left: 100px;
}
/* testimonials */

/* get-in-touch */
.get-in-touch{
	margin-top: 3vw;
}
.get-in-touch .row{
	margin: 0;
		background: #eb3e4d;
}
.get-in-touch .row .col-md-4{
	background: #eb3e4d;
}
.get-in-touch .row .col-md-4:first-child{
	background: #d53844;
}
.get-in-touch .row .left-side{
	padding: 4vw 2vw 3vw 5vw ;
	color: white;
}
.get-in-touch .row .left-side h1{
	font-size: 1.8rem;
	font-weight: 900;
	text-transform: uppercase !important;
}
.get-in-touch .hr{
	background: #fff;
}

.get-in-touch .contacts{
	margin-top: 3vw;
}
.get-in-touch .contacts .contact-row{
	margin-top: 1vw;
}
.get-in-touch .contacts .contact-row a{
	color: #fff;
	padding: 0 2vw;
}
.get-in-touch .contacts .contact-row img{
    max-width: 25px;
}

.get-in-touch .row .right-side{
	padding: 4vw 10vw 3vw 5vw ;
	color: white;
}
.get-in-touch .row .right-side h2{
	font-weight: bold;
	text-transform: uppercase;
}
.get-in-touch .row .right-side input,
.get-in-touch .row .right-side textarea{
	width: 100%;
	margin: 1.5vw 0;
	background: transparent;
	border: unset;
	border-bottom: solid 1px #fff;
	color: white;
}
.get-in-touch .row .right-side input::placeholder,
.get-in-touch .row .right-side textarea::placeholder{
	color: lightgray;
}

.get-in-touch .row .right-side .read-more{
	background: #fff;
	color: #d53844;
}

.get-in-touch .row .right-side .read-more:disabled {
	color: #e88990!important;
}
/* get-in-touch */

/* footer */
.footer{
	background: black;
	color: #fff;
	padding: .5vw 0;
}
.footer p{
	display: inline-block;
	color: gray;
	font-size: 0.95vw;
	margin-bottom: unset;
}
.footer .contacts{
	text-align: right;
}
.footer a{
	padding:0 0.3vw;
	font-size: 1em;
	transition: all ease-in-out .5s;
	color: white;
}
.footer a:hover{
	color: #d53844;
	cursor: pointer;
}
.footer .col-md-4:nth-child(1){
	text-align: left;
}
.footer .col-md-4:nth-child(2){
	text-align: center;
}
.footer .col-md-4:nth-child(3){
	text-align: right;
}
.footer .row{
	padding: 0 5vw;
}
/* footer */


/* Internal Page */

/* about */
.about-internal .content{
	padding: 4vw;
    padding-top: 0;
	/* background: rgb(231, 230, 230); */
	color: black;
	font-weight: bold;
}
/* about */


/* clint */
.clints-internal .content{
	/* background: #eee; */
	padding: 2vw;
	margin-bottom: 2vw;
	border-radius: 15px;
}
.clints-internal .content img{
	max-height: 200px;
}
.clints-internal .content .swiper-container {
	padding-bottom: 4vw;
}
/* clint */


/* careers */
.contact-form{
	background: #eee;
	margin-top: 2vw;
	margin-bottom: 2vw;
	padding: 3vw;
  padding-top: 1vw;
	border-radius: 15px;
}
/* careers */

/* partners */

html[dir='rtl'] .swiper-container{
	direction: ltr;
}
/* html[dir='ltr'] .swiper-container{
	direction: ltr;
} */
.partners-internal .content{
	/* background: url('../img/background/partners.jpg'); */
	/* padding: 2vw; */
	margin-bottom: 2vw;
	border-radius: 25px;
	/* border: solid #d53844 2px; */
}
.partners-internal .content img{
	/* max-width: 300px;
	max-height: 400px;
	border-radius: 25px; */
}
.partners-internal .content .swiper-container {
	padding-bottom: 4vw;
}
.partners-internal .content .custom-card {
	position: relative;
	max-width: 300px;
	max-height: 400px;
	border-radius: 20px;
	overflow: hidden;
}
.partners-internal .content .partners-title {
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 0;
	text-align: center;
	background: #c5323ecc;
	color: white;
	font-size: 1vw;
	-webkit-transition: height 1s; /* For Safari 3.1 to 6.0 */
	transition:  height 1s;
}
.partners-internal .content .partners-title h2{
	font-size: 2;
}
.partners-internal .swiper-pagination-bullet-active {
	background: #920000;
}

/* partners */

/* services */
.services-internal .content{
	margin: 20px 0;
}
.box-border{
	position: relative;
	padding: 0 4px 4px 0;
	border-bottom: #d53844 solid 10px;
	border-right: #b82e3a solid 10px;
}
.box-border .half-border1{
	position: absolute;
	top: -1px;
	right: -11PX;
	width: 13px;
	height: 25%;
	background: #f8fafc;
}
.box-border .half-border2{
	position: absolute;
	left: -1px;
	bottom: -11PX;
	height: 13px;
	width: 25%;
	background: #f8fafc;
}
.box-border .box{
	padding: 10px;
	text-align: center;
	padding: 2em;
	background: #d53844;
}
.box-border .box h1 {
	color: white;
	font-size: 2em;
	text-transform: uppercase;
	margin-top: .5em;
}
.box-border .box a.read-more {
	background: white;
	color: #d53844;
}

.services-internal .content p{
	position: absolute;
	top: 50%;
	transform: translate(0, -50%);
	color: black;
	font-size: 1.2vw;
	font-weight: bold;
}




::-webkit-scrollbar {
	width: 10px;
    background-color: #d53844;
	border-left: 5px solid #f8fafc;
}


::-webkit-scrollbar-thumb {
	background-color: #d53844;
	background-image: -webkit-linear-gradient(45deg,rgba(255, 255, 255, .2) 25%,transparent 25%,transparent 50%,rgba(255, 255, 255, .2) 50%,rgba(255, 255, 255, .2) 75%,transparent 75%,transparent);
}


::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	background-color: #F5F5F5;
}

.active .body-border .body::-webkit-scrollbar {
	width: 15px;
}

.active .body-border .body::-webkit-scrollbar-track ,.active .body-border .body::-webkit-scrollbar,.active .body-border .body::-webkit-scrollbar-thumb {
	border-left: 5px solid #f8fafc;
}


.active .body-border{
	position: relative;
	padding: 4px 0 0 4px;
	border-top: #d53844 solid 10px;
	border-left: #b82e3a solid 10px;
	border: #b82e3a solid 10px;
	height: 100%;
}
.active .body-border .half-border1{
	position: absolute;
	bottom: -1px;
	left: -11PX;
	width: 13px;
	height: 25%;
	background: #fff;
	display: none;
}
.active .body-border .half-border2{
	position: absolute;
	right: -1px;
	top: -11PX;
	height: 13px;
	width: 25%;
	background: #fff;
	display: none;
}

.sec-close{
    position: absolute;
    top: 5px;
    right: 20px;
}

.active .body-border .body{
	padding: 0 10px;
	text-align: center;
	/* padding: 2em; */
	/* background: #fff; */
	color: black;
	font-weight: bold;
	height: 100%;
	max-height: 360px;
	overflow-y: auto;
}

/* services */
/* products */

.products-internal .container{
    /* background: rgb(223, 220, 220); */
    padding: 30px;
    margin-bottom: 2vw;
}

.products-internal .content{
    /* border: solid rgb(173, 172, 172) 8px; */
    padding: 25px;
}

.products-internal .content .product-data{
    position: relative;
    /* margin-bottom: 3vw; */
    background: #808080;
    /* box-shadow: 0 0px 30px -2px black; */
    height: 300px;
    overflow: hidden;
}

.products-internal .content .product-data img{
    text-align: center;
    display: block;
    margin: auto;
    width: 100%;
    min-height: 100%;
    position: absolute;
    bottom: 0;
    right: 0;
    filter: brightness(0.5);
}
.products-internal .content .product-data ul{
    position: absolute;
    top: 15px;
    left: 0;
    color: white;
    text-transform: uppercase;
}
.products-internal .content .product-data ul a{
    color: white;
}
.products-internal .content .product-data ul a:hover{
    color: #d53844;
}

.products-internal .content .product-data .product-title {
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50% , -50%);
    /* color: black; */
    color: white;
    text-transform: uppercase;
    /* background: white; */
    border-radius: 53px;
    margin: 0;
    width: 100%;
    padding: 0.3vw 1vw;
    text-align: center;
    font-size: 1.5em;
    transition: all 1s ease-in-out;
}
.products-internal .content .product-data .product-title a {
    color: white;
}
.products-internal .col-md-4 {
	padding: 2px;
}

.products-internal .content .product-data .product-title a:hover{
    color: #b82e3a;
}

.product-internal-content{
	position: absolute;
	top: 2.5%;
	left: 2.5%;
	width: 95%;
	height: 95%;
	/* border: solid #fff; */
	overflow: hidden;
}
.product-internal-content h2{
    text-transform: uppercase;
    /* background: white; */
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
    width: 100%;
    font-size: 1.3em;
    margin: auto;
    z-index: 1;
    position: relative;
    top: 50%;
    transform: translate(0, -50%);
}
.product-internal-content h2 a{
    color: white;
}

.breadcrumb {
    background-color: rgb(2,2,2,0);
    padding: 0.75rem 0rem;
}
.breadcrumb-item.active {
    color: #b82e3a;
    font-weight: 400;
}
.breadcrumb-item+.breadcrumb-item::before {
    color: #b82e3a;
    content: ">";
    font-weight: 900;
}
li.breadcrumb-item {
    font-size: 1.5rem;
    text-transform: uppercase;
    font-weight: bold;
}

/* product sub */
.product-sub {
    position: relative;
}
.product-sub img.img-fluid{
    display:block;
    margin:auto;
}
.product-sub .description{
    margin-top: 4vw;
    font-size: 1em;
    /* font-weight: bold; */
}
.product-pdf{
    /* position: absolute;
    bottom: 0;
    right: 10px; */
	float: right;
}
.product-pdf i{
    color: #b82e3a;
    padding: 0 5px;
}

/* product sub */
/* products */

.text-center {
	text-align: -webkit-center !important;
}

.modal-body img{
	margin: auto;
	max-width: 100%;
	text-align: center;
	display: block;
}


/* label animation */
.form-group{
	margin-bottom: 2vw;
}
.label-floating label{
	position: absolute;
  top: 10%;
	left: 25px;
	font-size: 1rem;
	background: white !important;
	color: #757575;
	cursor: text;
	-webkit-transition: color .2s ease-out, -webkit-transform .2s ease-out;
	transition: color .2s ease-out, -webkit-transform .2s ease-out;
	transition: transform .2s ease-out, color .2s ease-out;
	transition: transform .2s ease-out, color .2s ease-out, -webkit-transform .2s ease-out;
	-webkit-transform: translateY(-50%);
	padding: 0 10px;
	transform: translateY(-50%);
	-webkit-transform-origin: 0% 100%;
	transform-origin: 0% 100%;
	z-index: -1;
}


.label-floating textarea:focus ~ label,.label-floating input:focus ~ label, .label-floating:not(.is-empty) label {
	z-index: 1;
	-webkit-transform: translateY(-100%) scale(0.8);
	transform: translateY(-100%) scale(0.8);
	 font-size: 1em;
 	border: 1px solid #eee;
 	border-radius: 5px;
}

.label-floating input:focus,.label-floating textarea:focus{
    color: #495057;
    background-color: #fff;
    border: none;
    outline: 0;
    box-shadow: 0px 0px 8px 2px rgba(52, 144, 220, 0.25);
}

@media (min-width: 1600px) {
    .container {
        max-width: 1350px;
        margin: auto;
    }
    .partners-internal .content{
    padding: 7vw;
}
.get-in-touch iframe {
    height: 350px;
}
}

@media (min-width:1200px) and (max-width:1300px) {}

/*----------------------- LG ------------------------*/
@media (min-width:992px) and (max-width:1199px) {}

@media (max-width:991px) {
    #header img {
        width: 3vw;
    }

    #header>.header-top {
        padding: 1vw;
        font-size: 2vw;
    }

    #header .contacts a {
        padding: 0 1vw;
    }

    #header .btns>div {
        padding: 0 2vw;
    }

    #header .header-bottom .navbar-toggler {
        margin-top: 0;
        padding: 0;
        font-size: 3vw;
    }

    #header .header-bottom .container .row {
        margin: 0 2vw;
    }

    #header .header-bottom .nav-item.active {
        border-bottom: inherit;
    }

    #header .header-bottom .nav-item {
        font-size: 3vw;
    }

    .swiper-button-next,
    .swiper-container-rtl .swiper-button-prev {
        right: 10px !important;
    }

    .swiper-button-prev,
    .swiper-container-rtl .swiper-button-next {
        left: 10px !important;
    }

    .swiper-button-next,
    .swiper-button-prev {
        height: 15px;
    }

    a.read-more {
        font-size: 2vw;
    }

    .title p {
        width: 65%;
    }

    .border {
        width: 8%;
    }

    .products .swiper-container {
        padding: 8vw 0;
    }

    span.hr {
        width: 9vw;
        height: .6vw;
    }

    .who-worked h1,
    .testimonials h1 {
        font-size: 5vw;
    }

    .who-worked img {
        width: 85%;
    }

    .testimonials .swiper-container,
    .who-worked .swiper-container {
        padding-bottom: 9vw;
    }

    .testimonials .profile {
        width: 85%;
    }

    .testimonials .profile .profile-info {
        width: 90%;
    }

    .testimonials .profile .profile-info p {
        font-size: 3vw;
        padding: 0 0 10vw 0;
    }
    .get-in-touch .row .right-side h2{
        font-size: 3vw;
    }

    .footer p,
    .footer a {
        font-size: 2vw;
        text-align: center !important;
    }
    .footer .contacts{
        text-align: center;
    }
    .footer .fab {
        font-size: 3vw;
    }

    .title h1 {
        font-size: 4vw;
    }

    /* internal pages */
    .clints-internal .content .swiper-container {
        padding-bottom: 12vw;
    }
    .services-internal .content p {
        font-size: 2.2vw;
    }
    .products-internal .content .product-data .product-title {
        font-size: 1.2em;
    }
    .products-internal .content .product-data ul{
        font-size: 1em;
    }
    /* internal pages */

    .banner .swiper-slide .banner-data{
      top: 5%;
    }

}

/*----------------------- Miduem ------------------------*/
@media (min-width:768px) and (max-width:991px) {}

/*----------------------- Mobile & Tablets ------------------------*/
@media (min-width:481px) and (max-width:767px) {
        .services-internal .content p {
        position: unset;
        top: 50%;
        transform: translate(0, 0);
        color: black;
        font-size: 3.2vw;
        font-weight: bold;
        margin: 1em 0;
    }
    .about h1 {
        font-weight: 900;
        display: none;
    }
    .about span.hr {
        display: none;
    }
    .about .title h1 {
        display: block;
    }
}

/*----------------------- Mobile Extra Small ------------------------*/
@media (max-width:480px) {
    .services a.read-more {
        font-size: 5vw;
    }

    .who-worked .swiper-container {
        padding: 11vw 3vw;
    }

    .testimonials .profile .profile-info img {
        margin-top: -8vw;
        max-width: 100px;
        max-height: 100px;
    }

    .get-in-touch .row .left-side h1 {
        font-size: 6vw;
    }

    .get-in-touch .row .left-side img {
        width: 8%;
    }

    .get-in-touch .contacts .contact-row {
        margin: 2vw 0;
    }

    a.read-more {
        font-size: 3vw;
    }
    .get-in-touch .row .right-side h2{
        font-size: 6vw;
    }
    .services-internal .container{
        width: 95%;
    }
    .services-internal .content p {
        position: unset;
        top: 50%;
        transform: translate(0, 0);
        color: black;
        font-size: 3.2vw;
        font-weight: bold;
        margin: 1em 0;
    }
    .products-internal .content .product-data{
        margin-bottom: 5vw;
    }
    .products-internal .content .product-data .product-title {
        font-size: .7em;
    }
    .products-internal .content .product-data ul{
        font-size: .5em;
    }
    .products-internal .container {
        padding: 12px;
    }
    .products-internal .content {
        padding: 15px;
    }
    li.breadcrumb-item {
        font-size: .7rem;
    }
    .product-sub p{
        margin: 4em 0;
    }
    .title h1 {
        font-size: 5vw;
    }
      .about .title {
      display: block;
      }
    .about h1 {
        font-weight: 900;
        display: none;
    }
    .about span.hr {
        display: none;
    }
    .about .title h1 {
        display: block;
    }
    .about img {
        margin-top: 5vw;
    }
    .products .card h2 {
        font-size: 5vw;
    }
    .services .card {
        margin: 2vw;
    }
    .footer .col-md-4{
        text-align: center !important;
    }
    .about-internal .content {
        text-align: justify;
    }
    .col-md-8.active {
        margin-top: 3vw;
    }
    .col-md-8.active .row{
        text-align: justify;
    }
    .partners-internal .content .swiper-container {
        padding-bottom: 13vw;
    }
    .products .swiper-container {
        padding-bottom: 14vw;
    }
    .banner .swiper-slide .banner-data p {
        font-size: 1.9vw;
    }
    #header>.header-top {
        font-weight: 900;
        font-size: 2.5vw !important;
    }

  #loader .car p {
    font-size: 3vw;
  }
  section#about-page {
    min-height: calc(100vh - calc(110.9px));
}
  .clints-internal {
    min-height: calc(100vh - calc(232.9px));
}
}

@media (max-width:360px) {}
