/* Header */

#header .header-logo img {
    width: 200px;
  }

/* ===================================
    Banner Section
====================================== */
.banner_bg{ background: url(../img/banner_bg.png);}
.custom-hero-row img{ width: 73%;box-shadow: 0px 0px 30px rgba(0,0,0,.4);border-radius: 20px;}
.custom-hero-row img.hb_1{ width: 25%;margin: 0 auto;}
.custom-hero-row .col-lg-4{ text-align: center;}
.gap-40{ gap: 40px;}
.banner_content h1{color: #b5b5b5;font-size: 25px;letter-spacing: 8px;}
.banner_content h2 {font-weight: 500;font-size: 62px;letter-spacing: normal;}
.banner_content h2 span {font-size: 25px;}
.banner_content h3{letter-spacing: 24px;padding-left: 3%;color: #b5b5b5;font-weight:600;}
.features img{ width: 100%;margin-bottom: 60px;}
.features_tittle{ margin-bottom: 0;font-size: 40px;font-weight: 500;letter-spacing: normal;line-height: 28px; text-align:center;}
.features_con{background: #efefef;margin-top: 20px;padding: 10px;border-radius: 30px;}
.features_con h5{font-weight: bold;margin-top: 10px;border-bottom: 1px solid #000;padding-bottom: 10px;letter-spacing: normal;}
.contact_mail{ background: rgba(0,0,0,.6);color: #fff;padding: 15px;border-radius: 20px;}
html .bg-color-primary, html .bg-primary {
  background-color: #56fbf0 !important;
}
.features_con p{ font-size: 14px;
margin-top: 15px;
margin-bottom: 10px;}

/* Parallax */
.parallax {
    background: url(../img/parallax-1.jpg);
	background-color: transparent;
	background-position: 50% 50%;
background-repeat: no-repeat;
background-attachment: fixed;
position: relative;
clear: both;
background-size: cover;
	
}

.modal-wrapper .modal{ display:block;overflow: unset;}

/* Ecommerce Css */
.ecomm_bg{background: rgb(42,145,163);
background: linear-gradient(37deg, rgba(42,145,163,1) 0%, rgba(0,93,92,1) 37%, rgba(5,61,122,1) 100%);}
.ecomm_bg.banner_content h2 {
  font-weight: 500;
  font-size: 62px;
  letter-spacing: normal;
 color: #fff;
}
.ecomm_bg.banner_content h1 {
  color: #56fbf0;
  font-size: 25px;
  letter-spacing: 8px;
}
.ecomm_bg.banner_content h3 {
  letter-spacing: 5px;
  padding-left: 3%;
  color: #56fbf0;
  font-weight: 700;
}
.ecomm_bg .custom-hero-row img {border-radius: 32px;}
.contact_mail2 span{ background: rgba(255, 255, 255, 0.9);
color: #000;
padding: 15px;
border-radius: 20px 20px 0px 0px;display: block;}

.contact_mail2 ul{ background: rgba(255, 255, 255, 0.4);
color: #000;
padding: 15px;
border-radius: 0px 0px 20px 20px;}
.contact_mail2 ul li{ margin-bottom:10px;}
.Economical_list ul li{ border-bottom: 1px solid #000;
margin-bottom: 15px;
padding-bottom: 10px;
font-size: 14px;
font-weight: bold; }
.Economical_list ul li:last-child{ border-bottom:none; margin-bottom:0; }





/* Featured Boxes */
.featured-boxes .featured-box {
	margin-bottom: 24px;
	margin-bottom: 1.5rem;
	margin-top: 24px;
	margin-top: 1.5rem;
}

/* Effects */
.featured-box-effect-1 .icon-featured:after {
	top: -7px;
	left: -7px;
	padding: 7px;
	box-shadow: 0 0 0 3px #FFF;
	transition: transform 0.2s, opacity 0.2s;
	transform: scale(1);
	opacity: 0;
}

.featured-box-effect-1:hover .icon-featured:after {
	transform: scale(0.8);
	opacity: 1;
}

.featured-box-effect-2 .icon-featured:after {
	top: -7px;
	left: -7px;
	padding: 7px;
	box-shadow: 0 0 0 3px #FFF;
	transition: transform 0.2s, opacity 0.2s;
	transform: scale(0.8);
	opacity: 0;
}

.featured-box-effect-2:hover .icon-featured:after {
	transform: scale(0.95);
	opacity: 1;
}

.featured-box-effect-3 .icon-featured:after {
	top: 0;
	left: 0;
	box-shadow: 0 0 0 10px #FFF;
	transition: transform 0.2s, opacity 0.2s;
	transform: scale(0.9);
	opacity: 0;
}

.featured-box-effect-3:hover .icon-featured {
	color: #FFF !important;
}

.featured-box-effect-3:hover .icon-featured:after {
	transform: scale(1);
	opacity: 0.8;
}

.featured-box-effect-4 .icon-featured {
	transition: transform 0.2s, transform 0.2s;
	transform: scale(1);
}

.featured-box-effect-4:hover .icon-featured {
	transform: scale(1.15);
}

.featured-box-effect-5 .icon-featured {
	overflow: hidden;
	transition: all 0.3s;
}

.featured-box-effect-5:hover .icon-featured {
	animation: toRightFromLeft 0.3s forwards;
}

@keyframes toRightFromLeft {
	49% {
		transform: translate(100%);
	}

	50% {
		opacity: 0;
		transform: translate(-100%);
	}

	51% {
		opacity: 1;
	}
}

.featured-box-effect-6 .icon-featured:after {
	transition: all 0.2s, transform 0.2s;
}

.featured-box-effect-6:hover .box-content .icon-featured:after {
	transform: scale(1.1);
}

.featured-box-effect-7 .icon-featured:after {
	opacity: 0;
	box-shadow: 3px 3px #d5d5d5;
	transform: rotate(-90deg);
	transition: opacity 0.2s, transform 0.2s;
	left: 0;
	top: -1px;
}

.featured-box-effect-7:hover .icon-featured:after {
	opacity: 1;
	transform: rotate(0deg);
}

.featured-box-effect-7 .icon-featured:before {
	transform: scale(0.8);
	opacity: 0.7;
	transition: transform 0.2s, opacity 0.2s;
}

.featured-box-effect-7:hover .icon-featured:before {
	transform: scale(1);
	opacity: 1;
}

/* Feature Box */
.feature-box {
display: flex;
box-shadow: 0px 0px 20px rgba(0,0,0,.1);
padding: 20px;
border-radius: 10px;
min-height: 220px;
margin-bottom:25px;
}

.feature-box .feature-box-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex: 1 0 auto;
	background: rgba(0, 0, 0, 0.06);
	border-radius: 100%;
	color: #FFF;
	font-size: 16px;
	font-size: 1rem;
	position: relative;
	top: 7px;
	text-align: center;
	padding: 0.8em;
	height: 1px;
	width: 2.7em;
	height: 2.7em;
}

.feature-box .feature-box-info {
	flex: 1 1 100%;
	padding-left: 15px;
}

.feature-box.align-items-center .feature-box-icon {
	top: 0;
}

/* Style 2 */
.feature-box.feature-box-style-2 h4 {
	color: #212529;
font-size: 18px;
letter-spacing: normal;
}

.feature-box.feature-box-style-2 .feature-box-icon {
	background: transparent;
	top: 5px;
}

.feature-box.feature-box-style-2 .feature-box-icon [class*="fa-"], .feature-box.feature-box-style-2 .feature-box-icon .icons {
	font-size: 1.7em;
}

.feature-box.feature-box-style-2.align-items-center .feature-box-icon {
	top: 0;
}

.feature-box.feature-box-style-2 h4 {
  color: #212529;
}
.font-weight-bold {
  font-weight: 700 !important;
}

html .text-color-primary, 
html .text-primary {
color: #fff !important;
background: #56fbf0 !important;
padding: 10px;
border-radius: 10px;
}
.feature-box-info p{ font-size:14px;}


.panel-title > a:before {
    float: right !important;
    font-family: FontAwesome;
    content:"\f068";
    padding-right: 5px;
}
body{
  background-color:#f5f5f5;
}
.panel-title > a.collapsed:before {
    float: right !important;
    content:"\f067";
}
.panel-title > a:hover, 
.panel-title > a:active, 
.panel-title > a:focus  {
    text-decoration:none;
}
.panel-heading h4 a {
padding: 20px 0px;
display: block;
font-weight: 900;
font-size: 20px;
}
.panel {
    color: #fff;
    border-bottom: 1px solid #fff;
}
.jumbotron {
    padding-top: 30px;
    padding-bottom: 30px;
    margin-bottom: 30px;
    color: inherit;
    background-color: #00bcd4;
    text-align: center;
    color: #fff;
}
.collapse.in {
  display: block !important;
  padding: 0px 0px 20px 0;
}


.contact_mail ul{display: inline-flex;margin-top: 15px;gap: 10px;}
.contact_mail ul li:first-child{ border-right:1px solid #fff; padding-right:10px;}


@media only screen and (max-width:1024px) and (min-width:1013px) {
}
@media only screen and (max-width:1014px) and (min-width:668px) {
}
@media only screen and (max-width:667px) and (min-width:480px) {
}
@media only screen and (max-width:479px) and (min-width:320px) {
.banner_content h1 {
  font-size: 10px;
  letter-spacing: 1px;
  margin-top: 40px;
}
.banner_content h2 {
  font-weight: 800;
  font-size: 18px;
  letter-spacing: normal;
  margin-top: 10px;
  margin-bottom: 10px;
}
.banner_content h2 span {
    font-size: 13px;
}
.banner_content h3 {
  letter-spacing: 11px;
  padding-left: 1%;
}

.features .mt-5 {
  margin-top: 0rem !important;
}
.features h4 {
  margin-bottom: 0;
  font-size: 27px;
  font-weight: 700;
  letter-spacing: 17px;
  line-height: 20px;
  text-align: center;
}

.contact_mail {
  width: 90% !important;
}
.custom-hero-row .pt-5 {
  padding-top: 0rem !important;margin-bottom: 0 !important;
}
.parallax {
  padding-bottom: 50px;
}
footer li.font-bold.uppercase {
  color: #000;
  margin-top: 1.25rem;
}
.banner_content h3 {
    /*letter-spacing: 6px;*/
    /*padding-left: 1%;*/
    /*font-size: 10px;*/
    letter-spacing: 6px;
    padding-left: 1%;
    font-size: 10px;
    margin-bottom: -10px;
}

.gap-40 {
    gap: 5px;
}
.custom-hero-row img {
    border-radius: 10px;
}
.contact_mail ul{display: unset;margin-top: 15px;gap: 10px;}
.ecomm_bg.banner_content h2 {
    font-size: 26px;
}
.features img {
    margin-bottom: 20px;
    margin-top: 20px;
}

}
