/*!
Theme Name: Mogra-engg
Author: eTCSPL
Author URI: http://www.etcspl.com
Description: NA
*/

/*--------------------------------------------------------------*/

@import url('https://fonts.googleapis.com/css2?family=PT+Sans:ital,wght@0,400;0,700;1,400;1,700&display=swap');


:root{
    --lg-font: 'PT Sans', sans-serif;
    --sm-font: 'PT Sans', sans-serif;
    --bg-custom: #4ab2f1;
    --bg-custom2: #0e669c;
}
body{
    font-family: var(--sm-font);
    margin: 0;
    padding: 0;
}
p {
    line-height: 180%;
}

.title {
    text-align: center;
    margin: 0 auto 35px;
    position: relative;
    line-height: 150%;
    text-transform: uppercase;
    font-family: var(--lg-font);
}

.title::after {
    content: '';
    background: var(--bg-custom2);
    width: 80px;
    height: 3px;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}

.text-right {
    display: flex;
    align-content: space-around;
    justify-content: flex-end;
}

.dropdown-toggle::after {
    border: none;
}

/* text color */
.text-primary{
    color: var(--bg-custom)!important;
}

.btn:not(.nav-btns button){
    background-color: #fff;
    color: rgb(85, 85, 85);
    padding: 10px 28px;
    border-radius: 25px;
    border: 1px solid rgb(85, 85, 85);
}
.btn:not(.nav-btns button):hover{
    background-color: var(--bg-custom);
    color: #fff;
    border-color: var(--bg-custom);
}

/* Navigation */

nav {
    position: absolute!important;
    top: 0;
    z-index: 3;
    width: 100%;
    background-color: #ffffff1e;
}

.navbar ul li {
    list-style-type: none;
    display: inline-block;
}

.navbar ul li a {
    text-decoration: none;
    color: #fff!important;
    padding: 8px 12px;
    margin: 0 5px;
    text-transform: uppercase;
    position: relative;
}

.navbar ul li a::before {
    content: "";
    width: 50%;
    height: 50%;
    position: absolute;
    left: 15px;
    bottom: 7px;
    border: 5px solid var(--bg-custom2);
    border-width: 0 0 2px 2px;
    transition: all 0.3s ;
    opacity: 0;
    
}

.navbar ul li a::after {
    content: "";
    width: 50%;
    height: 50%;
    position: absolute;
    right: 7px;
    top: 15px;
    border: 5px solid var(--bg-custom2);
    border-width: 2px 2px 0 0;
    transition: all 0.3s ;
    opacity: 0;
    
}


.navbar ul li a:hover::before {
    left: -5px;
    bottom: -5px;
    opacity: 1;
}

.navbar ul li a:hover::after {
    top: -5px;
    right: -5px;
    opacity: 1;
}

.navbar ul li a:hover {
    background-color: var(--bg-custom2)!important;
    color: #fff!important;
}

.navbar .dropdown-item:hover {
    background-color: var(--bg-custom2)!important;
    color: #fff;
}

.navbar .dropdown-item::before, .navbar .dropdown-item::after {
    border: none;
}

.navbar .dropdown-item{
    margin: 0;
    color: #000!important;
}
.navbar .dropdown-menu li {
    display: block;
}

.navbar .dropdown-item:hover {
    border-radius: 0;
}

@media all and (min-width: 992px) {
	.dropdown-menu li{ position: relative; 	}
	.nav-item .submenu{ 
		display: none;
		position: absolute;
		left:100%; top:-7px;
	}
	.nav-item .submenu-left{ 
		right:100%; left:auto;
	}
	.dropdown-menu > li:hover{ background-color: #f1f1f1 }
	.dropdown-menu > li:hover > .submenu{ display: block; }
}	
/* ============ desktop view .end// ============ */

/* ============ small devices ============ */
@media (max-width: 991px) {
  .dropdown-menu .dropdown-menu{
      margin-left:0.7rem; margin-right:0.7rem; margin-bottom: .5rem;
  }
}	

.side-open-menu{
	top: 0;
    right: auto;
    left: 100%;
    margin-top: 0;
    margin-left: .125r
}

/* slider */

.carousel-item {
    height: 100vh;
    min-height: 300px;
    background: no-repeat scroll center scroll;
    background-size: cover;

}

.carousel-item::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: #000000bd;
    opacity: 0.7;
}

.carousel-caption {
    text-align: center;
    position: absolute;
    top: 40%;
    color: #fff;
    /* bottom: 180px;
    padding-left: 50px;
    padding-right: 50px; */
}

.carousel-caption h5 {
    font-size: 60px;
    font-weight: 800;
    text-transform: uppercase;
    margin: 0;
}

.carousel-caption span {
    font-size: 30px;
    font-weight: 400;
    text-transform: capitalize;
}

.carousel-caption p {
    font-size: 18px;
    top: 2rem;
}

.carousel-inner h1{
    font-size: 60px;
    font-family: var(--lg-font);
}
.carousel-item .btn{
    border-color: #fff!important;
}
.carousel-item .btn:hover{
    border-color: var(--pink)!important;
}

.carousel-item {
    position: relative;
}

/* Animation delays */
.carousel-caption h5 {
	animation-delay: .7s;
}

/* About section */

.about-section {
    text-align: justify;
    background: var(--bg-custom);
    background: linear-gradient(90deg, rgba(2,0,36,1) 0%, rgba(9,9,121,1) 35%, rgba(0,212,255,1) 100%);
}

.about-content {
    padding: 100px;
    color: #fff;
}

.title small {
    display: block;
    color: var(--gl-gray2);
    font-size: 60%;
    font-weight: normal;
    font-style: italic;
    text-transform: capitalize;
}

/* Product and Services */

.product-ser {
    text-align: center;
    margin-bottom: 30px;
    margin-top: 15px;
}

.product-ser p {
    font-size: 18px;
}

.single-service {
    border: 1px solid #ebebeb;
    text-align: center;
    background: #fff;
    justify-content: space-between;
}

.service-bg {
    height: 200px;
    position: relative;
}

.service-bg-1 {
    background: url(../images/p_1.jpg);
    background-size: cover;
    background-position: center;
}

.service-bg-2 {
    background: url(../images/p_2.jpg);
    background-size: cover;
    background-position: center;
}

.service-bg-3 {
    background: url(../images/p_3.jpg);
    background-size: cover;
    background-position: center;
}

.service-bg-4 {
    background: url(../images/p_4.jpg);
    background-size: cover;
    background-position: center;
}

.service-bg-5 {
    background: url(../images/p_5.jpg);
    background-size: cover;
    background-position: center;
}

.service-bg-6 {
    background: url(../images/p_6.jpg);
    background-size: cover;
    background-position: center;
}

.service-bg h2 {
    color: #fff;
    background: var(--bg-custom);
    border: 1px solid var(--bg-custom);
    font-size: 17px;
    text-align: center;
    font-weight: 700;
    padding: 15px;
    position: absolute;
    left: 8%;
    width: 84%;
    margin: 0;
    bottom: -25px;
    border-radius: 50px;
    letter-spacing: 2px;
}

.single-service:hover .service-bg h2 {
    background: #fff;
    transition: .3s;
    color: var(--bg-custom);
}

.service-text {
    padding: 50px 20px 20px;
    font-size: 15px;
    font-weight: 400;
}

.serviec-text p:last-child {
    margin: 0;
    line-height: 1.8;
}

@media only screen and (max-width: 767px) {
    .single-service {
        margin-top: 30px;
    }
    .service-bg h2 {
        font-size: 13px;
    }
}

/* Owl products */

.owl-carousel .owl-stage {
    display: flex;
}

.owl-nav .owl-buttons {
	position: relative;
}

.owl-nav .owl-prev {
	position: absolute;
	left: -40px;
	bottom: 230px;
	padding: 8px 17px;
	background: var(--bg-custom2);
	border-radius: 50px;
	transition: .5s;
}

.owl-nav .owl-next {
	position: absolute;
	right: -40px;
	bottom: 230px;
	padding: 8px 17px;
	background: var(--bg-custom2);
	border-radius: 50px;
	transition: .5s;
}

.owl-nav .owl-prev:after, .owl-nav .owl-next:after {
	content: '\f104';
	font-family: FontAwesome;
	color: #fff;
	font-size: 16px;
}

.owl-nav .owl-next:after {
	content: '\f105';
}

.owl-nav .owl-prev:hover, .owl-nav .owl-next:hover {
	background: #000;
}

.owl-dots {
    text-align: center;
  }
  .owl-dots .owl-dot {
    height: 10px;
    width: 10px;
    border-radius: 10px;
    background: #ccc !important;
    margin-left: 3px;
    margin-right: 3px;
    outline: none;
  }
  .owl-dots .owl-dot.active {
    background: var(--bg-custom2) !important;
  }

  .product-items {
    display: flex;
    height: 100%;
}

.product-carousel {
	background: #fff;
	border-radius: 5px;
	overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    position: relative;
	border: 1px solid #ddd;	/*box-shadow: 0px 10px 30px 0px rgba(50, 50, 50, 0.16);*/
	margin: 10px;
}

.product-carousel-image {
	width: 100%;
	height: 280px;
	overflow: hidden;
}

.product-carousel-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: .5s;
}

.product-carousel-box {
	display: block;
	position: absolute;
	text-align: center;
	background: var(--bg-custom2);
	left: -80px;
	top: 15px;
	padding: 10px;
	transition: .5s;
}

.product-carousel-box h1 {
	color: #fff;
	font-size: 30px;
	font-weight: 400;
	letter-spacing: 2px;
	padding-bottom: 5px;
	border-bottom: 1px solid rgba(255, 255, 255, .3);
	margin-bottom: 5px;
    text-transform: up;
}

.product-carousel-box p {
	color: #fff;
	font-size: 14px;
	font-weight: 400;
	margin-bottom: 0px;
}

.product-carousel-txt {
	padding: 0 25px 0 25px;
}

.product-carousel-link {
	padding: 0 25px 25px 25px;
}

.product-carousel-txt span {
	color: var(--bg-custom2);
	font-size: 13px;
	font-weight: 500;
	letter-spacing: 4px;
	text-transform: uppercase;
}

.product-carousel-txt h2 {
	color: #111;
	font-size: 20px;
	font-weight: 500;
	letter-spacing: 1px;
	margin: 20px 0px 5px 0px;
    text-transform: uppercase;
}

.product-carousel-txt ul {
	padding: 0;
	margin: 0;
}

.product-carousel-txt ul li {
	list-style: none;
	display: inline-block;
	color: #999;
	font-size: 14px;
	font-weight: 300;
	margin: 8px 10px 8px 0px;
	letter-spacing: 1px;
}

.product-carousel-txt ul li i {
	color: var(--bg-custom2);
	font-size: 14px;
	font-weight: 500;
	margin-right: 5px;
}

.product-carousel-txt p {
	color: #222;
	font-size: 14px;
	text-align: justify;
	height: 150px;
	font-weight: 300;
	line-height: 170%;
	letter-spacing: 1.5px;
	border-bottom: 1px solid #ececec;
	padding-bottom: 15px;
	margin-bottom: 25px;
}

.product-carousel-link a {
	color: #fff;
	background:var(--bg-custom2);
	padding: 8px 20px;
	border-radius: 50px;
	font-size: 14px;
	font-weight: 300;
	line-height: 30px;
	letter-spacing: 1px;
	text-decoration-line: none;
	transition: .5s;
}

ul#menu-products-services {
    padding-left: 0;
}

/*Hover-Section*/
.product-carousel:hover .product-carousel-box {
	left: 15px;
	transition: .5s;
}

.product-carousel:hover .product-carousel-image img {
	filter: grayscale(1);
	transform: scale(1.1);
	transition: .5s;
}

.product-carousel-link a:hover {
	text-decoration-line: none;
	color: #fff;
	letter-spacing: 2px;
	transition: .5s;
}

/*mediaGallerySection*/
.mediaGallerySection {
    display: block;
    position: relative;
    clear: both;
    width: 100%;
    height: auto;
    overflow: hidden;
  }
  .mediaGallerySection .mediaGallerySection {
    display: block;
    position: relative;
    z-index: 2;
  }
  .mediaGallerySection .mediaGallerySection .row {
    margin-left: 0;
    margin-right: 0;
  }
  .mediaGallerySection .mediaGalleryContainer .row > .col-md-3, .mediaGallerySection .mediaGalleryContainer .row > .col-md-6 {
    padding-left: 0;
    padding-right: 0;
  }
  .mediaGallerySection .mediaGalleryContainer .row > .col-md-3 .galleryBlock {
    display: block;
    margin-bottom: 0;
  }
  .galleryBlock {
    display: block;
    position: relative;
    /*overflow: hidden;*/
    margin-bottom: 12px;
  }
  .galleryBlock:before {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgb(86 178 232 / 78%);
    opacity: 0;
    visibility: hidden;
    transform: translateY(101%);
    transition: all 0.3s ease-in-out;
  }
  .galleryBlock:hover:before {
    opacity: 0.9;
    visibility: visible;
    transform: translateY(0%);
  }
  .galleryBlock:hover {
    z-index: 3;
  }
  .galleryBlock span {
    display: flex;
    position: absolute;
    align-items: center;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    text-align: center;
    padding: 0 30px;
    color: #fff;
    z-index: 2;
    font-size: 22px;
    line-height: 28px;
    font-weight: 300;
    text-transform: uppercase;
    visibility: hidden;
    opacity: 0;
    transform: scale(3);
    transition: all 600ms;
  }
  .galleryBlock span small {
    display: block;
    font-size: 14px;
    line-height: 18px;
  }
  .galleryBlock:hover span {
    visibility: visible;
    opacity: 1;
    transform: scale(1);
  }
  .galleryBlock span i {
    display: block;
    width: 50px;
    height: 50px;
    line-height: 50px;
    background: #fff;
    color: var(--bg-custom)!important;
    text-align: center;
    border-radius: 100%;
    font-size: 22px;
    margin: 0 auto;
    position: relative;
    left: 0;
    transition: all 700ms;
    transform: rotate(90deg);
  }
  .galleryBlock:hover span i {
    left: 0;
    transform: rotate(0deg);
  }

  /* Our Customers */
.customers {
	display: block;
	width:100%;
	clear: both;
	padding: 60px 0;
	position: relative;
	overflow: hidden;
	color: #fff;
}
.customers:before {
	content: "";
	display: block;
	position: absolute;
	top:0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #000;
	opacity: 0.7;
}
  .dom-customer{
    padding: 50px 0;
    color: #fff;
}
.int-customer{
    padding: 0 0 50px;
    color: #fff;
}

.cust-text {
    text-transform: capitalize;
}

/* footer */

.footer{
	background-color: #505050	;
    color: #fff!important;
    padding: 20px 0 0;
}

footer .brand{
    font-family: var(--lg-font);
    letter-spacing: 2px;
}
footer a{
    -webkit-transition: color 0.3s ease;
    -o-transition: color 0.3s ease;
    transition: color 0.3s ease;
}
footer a:hover {
    color: #fff!important;
}

.footer h4{
	font-size: 18px;
	text-transform: capitalize;
	margin-bottom: 35px;
	font-weight: 500;
	position: relative;
}
.footer h4::before{
	content: '';
	position: absolute;
	left:0;
	bottom: -10px;
	background-color: var(--bg-custom);
	height: 2px;
	box-sizing: border-box;
	width: 50px;
}
.footer ul li:not(:last-child){
	margin-bottom: 10px;
}
.footer ul li a{
	font-size: 16px;
	color: #fff;
	text-decoration: none;
	font-weight: 300;
	display: block;
	transition: all 0.3s ease;
}
.footer ul li a:hover{
	padding-left: 8px;
}

.footer .social-links {
	margin-top: 7rem;
}
.footer .social-links a{
	display: inline-block;
	height: 40px;
	width: 40px;
	background-color: #fff;
	margin:0 10px 10px 0;
    color: var(--bg-custom);
	text-align: center;
	line-height: 40px;
	border-radius: 50%;
	transition: all 0.5s ease;
}

.footer .social-links a.facebook{
    color: #3b5998;
}

.footer .social-links a.facebook:hover{
    background: #3b5998;
}

.footer .social-links a.instagram{
    color: #d6249f;
}

.footer .social-links a.instagram:hover{
    background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);;
}

.footer .social-links a.youtube{
    color: #c4302b;
}

.footer .social-links a.youtube:hover{
    background: #c4302b;
}

.footer .social-links a.linkedin{
    color: #0e76a8;
}

.footer .social-links a.linkedin:hover{
    background: #0e76a8;
}

.footer .social-links a.twitter{
    color: #00acee;
}

.footer .social-links a.twitter:hover{
    background: #00acee;
}

/* contact-form */

.contactform {
    width: 100%;
  }
  
  .contactform h2 {
    font-size: 30px;
    color: #fff;
    font-weight: 500;
  }
  
  .contactform .inputbox {
    position: relative;
    width: 100%;
  
  }
  
  .contactform .inputbox input,
  .contactform .inputbox textarea {
    width: 100%;
    padding: 5px 0;
    font-size: 16px;
    margin: 10px 0;
    border: none;
    border-bottom: 2px solid #fff;
    outline: none;
    background: transparent;
    color: #fff;
    text-transform: capitalize;
  }
  
  .contactform .inputbox span {
    position: absolute;
    left: 0;
    padding: 5px 0;
    font-size: 16px;
    margin: 10px 0;
    pointer-events: none;
    transition: 0.5s;
    color: #bbbbbb;
  }
  
  .contactform .inputbox input:focus ~ span,
  .contactform .inputbox input:valid ~ span,
  .contactform .inputbox textarea:focus ~ span,
  .contactform .inputbox textarea:valid ~ span {
    color: var(--bg-custom)!important;
    font-size: 12px;
    transform: translateY(-20px);
  }
  
  .contactform button#submit-btn {
    background-color: var(--bg-custom2)!important;
    color: #fff;
    border: none;
	border-radius: 25px;
    cursor: pointer;
    padding: 10px 28px;
    font-size: 18px;
    transition: .5s ease;
  }
  
  .contactform .inputbox button#submit-btn:hover {
    background-color: var(--bg-custom)!important;
    border-radius: 25px;
  }
input#submit-btn {
    width: auto;
	padding: 10px 35px;
}

  .copyright {
 
    color: #fff;
    background: var(--bg-custom2) !important;
    width: 100%;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 10px;
}

.copyright a:hover{
    color: var(--bg-custom)!important;
}

/**********scrollUp**********/

.scrollup {
    width: 40px;
    height: 40px;
    line-height: 36px;
    text-align: center;
    opacity: 0.9;
    position: fixed;
    bottom: 10px;
    right: 10px;
    color: #fff;
    font-size: 26px;
    display: none;
    background: var(--bg-custom) !important;
    z-index: 200;
}


    .scrollup:hover,
    .scrollup:focus,
    .scrollup:active {
        background: #d35d31;
        opacity: 1;
        color: #fff;
    }

    /* whtsappbtn */

.whtsappbtnFixed {
    display: block;
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    border-radius: 50%;
    position: fixed;
    bottom: 10px;
    right: 70px;
    z-index: 10;
    color: #fff;
    font-size: 30px;
    background: #4ac659;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}

.whtsappbtnFixed:hover {
    background: #fff;
    color: #000;
    box-shadow: 0 10px 50px rgba(0, 0, 0, 0.3);
}

/* inner page */

/*innerBannerSection*/
.innerBannerSection {
    display: block;
    width: 100%;
    height: 400px;
    overflow: hidden;
    position: relative;
    background: #999;
}
.innerBannerSection:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #000;
    opacity: 0.6;
}
.innerBannerSection img {
    width: 100%;
    height: auto;
}
.innerBannerSection .innerBannerSectionHead {
    display: block;
    position: absolute;
    left: 0;
    text-align: center;
    right: 0;
    bottom: 0;
    padding: 200px 0 0 0;
    /*background: -linear-gradient(bottom, rgba(0,0,0,0.9), rgba(0,0,0,0.0));
    background: -webkit-linear-gradient(bottom, rgba(0,0,0,0.9), rgba(0,0,0,0.0));
    background: -o-linear-gradient(bottom, rgba(0,0,0,0.9), rgba(0,0,0,0.0));
    background: -moz-linear-gradient(bottom, rgba(0,0,0,0.9), rgba(0,0,0,0.0));
    background: -ms-linear-gradient(bottom, rgba(0,0,0,0.9), rgba(0,0,0,0.0));*/
    z-index: 2;
    color: #fff;
    width: 100%;
    height: auto;
}
.innerBannerSection .innerBannerSectionHead h1 {
    text-transform: uppercase;
    letter-spacing: 3px;
	font-family: var(--title-font);
    font-weight: 700;
    font-size: 60px;
    padding-bottom: 50px;
}
.innerBannerSection .innerBannerSectionHead h2 {
    letter-spacing: 3px;
	font-family: var(--title-font);
    font-weight: 500;
    font-size: 35px;
    padding-bottom: 50px;
}

.breadcrumb {
display: flex;
border-radius: 10px;
margin: auto;
text-align: center;
top: 50%;
width: 100%;
height: 40px;
transform: translateY(-50%);
z-index: 4;
justify-content: center;
}


.breadcrumb__item {
height: 100%;
background-color: white;
color: #252525;
font-family: 'Oswald', sans-serif;
border-radius: 7px;
letter-spacing: 1px;
transition: all 0.3s ease;
text-transform: uppercase;
position: relative;
display: inline-flex;
justify-content: center;
align-items: center;
font-size: 16px;
transform: skew(-21deg);
box-shadow: 0 2px 5px rgba(0,0,0,0.26);
margin: 5px;
padding: 0 40px;
}

.breadcrumb__item a {
	text-decoration: none;
	color: #000;
}
.breadcrumb__item:hover {
	color:#fff;
}


.breadcrumb__item:hover {
background: var(--bg-custom);
color: #FFF;
}


.breadcrumb__inner {
display: flex;
flex-direction: column;
margin: auto;
z-index: 2;
transform: skew(21deg);  
}

.breadcrumb__title {
font-size: 14px;
text-overflow: ellipsis;  
overflow: hidden;
white-space: nowrap;  
}


@media all and (max-width: 1000px) {
.breadcrumb {
height: 35px;
}

.breadcrumb__title{
font-size: 11px;
}
.breadcrumb__item {
padding: 0 30px;
}
}

@media all and (max-width: 710px) {
.breadcrumb {
height: 30px;
}
.breadcrumb__item {
padding: 0 20px;
}

}

/*scrollDownBtn*/

.scrollDownBtn {
  display: block;
  position: absolute;
  width: 60px;
  height: 60px;
  line-height: 60px;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 10;
  color: #fff;

}
.scrollDownBtn a {
  display: block;
  width: inherit;
  height: inherit;
  line-height: inherit;
  color: inherit;
  font-size: 26px;
  transition: all 400ms;
  position: relative;
  z-index: 2;
  text-align: center;
}
.scrollDownBtn a i.fa {
  animation: scrollIconAnimate 1.5s ease-in-out infinite;
  position: relative;
}
.scrollDownBtn a:hover {
  opacity: 0.8;
}

@keyframes scrollIconAnimate {
    0% {
        bottom: 0;
    }
    50% {
        bottom: 10px;
    }
    100% {
        bottom: 0;
    }
  }

@-webkit-keyframes scrollIconAnimate {
  0% {
      bottom: 0;
  }
  50% {
      bottom: 10px;
  }
  100% {
      bottom: 0;
  }
}
@-moz-keyframes scrollIconAnimate {
  0% {
      bottom: 0;
  }
  50% {
      bottom: 10px;
  }
  100% {
      bottom: 0;
  }
}
@-o-keyframes scrollIconAnimate {
  0% {
      bottom: 0;
  }
  50% {
      bottom: 10px;
  }
  100% {
      bottom: 0;
  }
}
@-ms-keyframes scrollIconAnimate {
  0% {
      bottom: 0;
  }
  50% {
      bottom: 10px;
  }
  100% {
      bottom: 0;
  }
}

a.eael-image-accordion-hover {
    margin: 0 1px;
}

.navbar button i {
    color: #000;
    -webkit-text-stroke-width: thin;
    -webkit-text-stroke-color: #fff;
}


/* Responsive Design */

@media (max-width:1030px) {
    .carousel-item {
        height: auto!important;
    }
    .about-content {
        padding: 50px;
    }
    .nav-item {
        padding: 0!important;
        margin: 0;
    }
}

@media (max-width:991px) {
    .carousel-item {
        height: auto!important;
    }
    .about-content {
        padding: 50px;
    }
    .carousel-caption h5 {
        font-size: 50px;
    }

}

@media (max-width:767px) {
	.navbar {
		position: relative!important;
		display: block;
	}
	.navbar ul li {
		display: inline;
	}
	.navbar ul li a::before, .navbar ul li a::after {
    border: none;
	}
	.navbar ul li a {
    color: #000!important;
    padding: 8px 12px!important;
	}
    .carousel-item {
        height: auto!important;
        min-height: 0;
    }
    .about-content {
        padding: 30px;
    }
    .owl-controls .owl-buttons {
        display: none;
    }
    .d-none {
        display: block!important;
    }

    .carousel-caption {
        top: 45%;
    }
    .carousel-caption span {
        font-size: 20px;
    }
    .carousel-caption h5 {
        font-size: 40px;
    }
    .product-ser {
        margin-bottom: 0;
    }
    .single-service {
        margin-top: 0;
    }
	.blank-space {
    display: none;
}
}

@media (max-width:570px) {
	.navbar {
		position: relative!important;
		display: block;
	}
	.navbar ul li {
		display: inline;
	}
	.navbar ul li a::before, .navbar ul li a::after {
    border: none;
	}
	.navbar ul li a {
    color: #000!important;
    padding: 8px 12px!important;
	}
    .carousel-item {
        height: auto!important;
        min-height: 0;
    }
    .about-content {
        padding: 30px;
    }
    .owl-controls .owl-buttons {
        display: none;
    }
    .d-none {
        display: block!important;
    }

    .carousel-caption {
        top: 25%;
    }
    .carousel-caption span {
        font-size: 12px;
    }
    .carousel-caption h5 {
        font-size: 20px;
    }
    .title {
        font-size: 20px;
        margin: 0 auto 15px;
    }
    .product-ser {
        margin-bottom: 0;
    }
    .single-service {
        margin-top: 0;
    }
    .footer ul {
        padding-left: 1rem!important;
    }
	
	/* Inner Pages */
	
	.innerBannerSection {
		height: auto!important;
	}
	.innerBannerSection .innerBannerSectionHead h1 {
		font-size: 30px!important;
		padding-bottom: 0!important;
	}
	/* Elementor */
	.elementor-150 .elementor-element.elementor-element-3968ff8a > .elementor-element-populated {
    padding: 10px!important;
	}
	.elementor-150 .elementor-element.elementor-element-3968ff8a > .elementor-element-populated h5 {
		font-size: 1rem;
		text-align: justify!important;
	}
	figure.elementor-image-box-img {
    margin-bottom: 20px!important;
	}
	.elementor-150 .elementor-element.elementor-element-b26b189 > .elementor-element-populated {
		margin: 10px!important;
	}
	.blank-space {
    display: none;
}
}

@media (max-width:330px) {
	.navbar {
		position: relative!important;
		display: block;
	}
	.navbar ul li {
		display: inline;
	}
	.navbar ul li a::before, .navbar ul li a::after {
    border: none;
	}
	.navbar ul li a {
    color: #000!important;
    padding: 8px 12px!important;
	}
    .carousel-item {
        height: auto!important;
        min-height: 0;
    }
    .about-content {
        padding: 30px;
    }
    .owl-controls .owl-buttons {
        display: none;
    }
    .d-none {
        display: block!important;
    }

    .carousel-caption {
        top: 25%;
    }
    .carousel-caption span {
        font-size: 12px;
    }
    .carousel-caption h5 {
        font-size: 20px;
    }
    .title {
        font-size: 20px;
        margin: 0 auto 15px;
    }
    .product-ser {
        margin-bottom: 0;
    }
    .single-service {
        margin-top: 0;
    }
    .footer ul {
        padding-left: 1rem!important;
    }
	.blank-space {
    display: none;
}
    
}



/* Blog */

.blog h2 {
	font-size: 1.3em;
    font-weight: 300;
    text-transform: uppercase;
	padding: 10px;
}
.blog p {
	padding-left: 10px;
}

.blog p {
	font-size: 1.2em;
}

.blog img {
	height:300px;
	width: 100%!important;
	object-fit: cover;
}

.blog .col-md-8, .blog .col-md-4 {
	padding-left:0!important;
	margin-left:0!important;
}



figure.snip0051 {
  position: relative;
  float: left;
  overflow: hidden;
  margin: 10px 1%;
  width: 100%;
  border: 1px solid #ccc;
  background: #000000;
}
figure.snip0051 * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
figure.snip0051 > img {
  margin-left: 70%;
  opacity: 1;
  width: 30%;
  filter: blur(0px);
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
}
figure.snip0051 figcaption {
  left: 0;
  position: absolute;
  top: 0;
  width: 70%;
  height: 100%;
  background: #ffffff;
}
figure.snip0051 figcaption h2,
figure.snip0051 figcaption p {
  margin: 0;
  color: #000000;
  text-align: left;
  padding: 10px 0 10px 0px;
  margin: 0 40px 0 20px;
}
figure.snip0051 figcaption h2 {
  font-size: 1.3em;
  left: 0;
  font-weight: 300;
  text-transform: uppercase;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
figure.snip0051 figcaption h2 span {
  font-weight: 800;
}
figure.snip0051 figcaption p {
  font-size: 1.2em;
  opacity: 0.8;
}


figure.snip0051:after {
  position: absolute;
  top: 50%;
  left: 70%;
  height: 35px;
  width: 35px;
  background-color: #000000;
  content: '';
  -webkit-transform: rotate(45deg) translate(-50%, -50%);
  transform: rotate(45deg) translate(-50%, -50%);
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
}

.modal-body {
	overflow: hidden;
}