@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,400;0,700;0,900;1,900&family=Playfair+Display:ital,wght@0,400;0,500;0,600;0,700;0,800;0,900;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

body{
    font-family: 'lato', sans-serif;
    font-size: 16px;
    overflow-x: hidden;
    line-height: 1.8;
    margin:0;
	padding:0;
	outline:0;
}
/*common css start */
ul{
	margin:0;
	padding:0;
}
li{
	margin:0;
	padding:0;
	list-style: none;
	display: inline-block;
}
a,a:hover,a:focus{
	text-decoration: none !important;
	color:#222;
}
p{
	margin:0;
	padding:0;
}
.section-padding {
	padding:40px 0;
}
img{
	width: 100%;
}
.sticky {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 99;
    background-color: #fff;
    box-shadow: 1px 1px 10px #ddd;
}
/*==== common css End ====*/

 /*==== Topbar css start ====*/
.topbar {
	background: #f2f2f2;
}
.header-top-left .order-phone {
	background: #0695D4;
}
.header-top-left .order-whatsapp {
	background: #FF0000;
}
.header-top-left ul li {
	transform: skew(15deg);
	margin-right: 5px;
}
.header-top-left ul li a {
	color: #fff;
	padding: 5px 15px;
	display: inline-block;
	transform: skew(-15deg);
}
.header-top-left ul li a i {
	font-size: 20px;
}
.header-top-right {
	text-align: right;
}
.header-top-right ul li a {
	color: #ff0000;
	font-size: 17px;
	line-height: 36px;
}
.header-top-right ul li a i {
	margin-right: 8px;
	background: #ff0000;
	font-size: 18px;
	color: #fff;
	height: 30px;
	width: 30px;
	line-height: 30px;
	text-align: center;
	border-radius: 50%;
}
/*Topbar Css End*/

/*==== Mobile Menu Css Start ====*/
.logo-area {
    width: 61px;
}
.logo-area a img {
    width: 100%;
    margin-top: 18px;
}
.mobile-menu {
	display: none ;
}  			
.menu-area {
    text-align: right;
    margin: 23px 0;
}
.menu-area ul li a {
    text-align: right;
    margin-right: 5px;
    font-size: 16px;
    font-weight: 500;
    padding: 10px 10px;
    transition: all .5s ease;
    text-transform: capitalize;
}
.menu-area ul li a:hover{
	color:red;
}
.menu-area ul li ul li a:hover{
	background-color: #0695D4;
	color: #fff;
}
.menu-area .active {
    background: #0695D4;
    transition: all .5s ease;
    color: #fff;
    border-radius: 50px;
}
.menu-area .active:hover{
	color:red;
}
.menu{
	cursor: pointer;
}
.menu-area ul li{
	position: relative;
	display: inline-block;
}
.menu{
	cursor: pointer;
}
.custom-dropdown{
	position: relative;
	transition: all .5s ease;
}
.submenu {
	position: absolute;
	background: #fff;
	opacity: 0;
	display: hidden;
	width: 300px;
	visibility: hidden;
	transition: all .5s ease;
	top: 110%;
	z-index: 9;
}
.custom-dropdown:hover .submenu {
    visibility: visible;
    opacity: 1;
    transition: all .5s ease;
    top:100%;
}
.submenu li {
    display: block !important;
}
.submenu li a {
	margin: 0 !important;
	color: #000;
	display: block !important;
	line-height: 40px !important;
	padding: 5px 10px !important;
	text-align: left !important;
	text-transform: capitalize;
}
.childmenu {
    position: absolute;
    top: 0;
    left: 110%;
    height: 100%;
    width: 100%;
    background: #fff;
    z-index: 99999 !important;
    border-left: 1px solid #dded;
    visibility: hidden;
    opacity: 0;
    transition: 0.35s all;
}
.submenu li:hover .childmenu {
    left: 100%;
    visibility: visible !important;
    opacity: 1 !important;
}
.childmenu li {
    display: block !important;
    background: #fff;
}
/*==== header area end ====*/

.main-slider.owl-carousel {
	display: block;
	overflow: hidden;
}
.slider-item {
    width: 100%;
    height: 550px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    position: relative;
}
.slider-item::after {
    content: '';
    position: absolute;
    background-color: rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 100%;
}
.slider-text {
	z-index: 9;
}
.slider-text h2, 
.slider-text p {
    color: #fff;	
    font-family: 'Montserrat',sans-serif;
}

.slider-text h2 {
    font-size: 3rem;
    font-weight: 700;
}
.slider-text p {
    font-size: 19px;
    padding: 0 250px 50px;
}
.main-slider {
	position:relative;
}
.main-slider .owl-prev, .main-slider .owl-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    height: 50px;
    width: 50px !important;
    background: #0695D4 !important;
    transition: all 0.3s ease-in-out;
    box-sizing: border-box;
    outline: none;
}
.main-slider .owl-prev {
    left: 52px;
}
.main-slider .owl-next {
    right:30px;
}
.main-slider .owl-next:hover,
.main-slider .owl-prev:hover{
	background: #f7f7f7 !important;
}
.main-slider .owl-next i,
.main-slider .owl-prev i {
	color: #f7f7f7;
	font-size: 30px;
	line-height: 32px;
}
.main-slider .owl-next:hover i,
.main-slider .owl-prev:hover i {
	color: #0695D4;
}
.main-slider .owl-dots {
    position: absolute;
    bottom: 50px;
    left: 0;
    right: 0;
    text-align: center;
    content: "";
}
.main-slider .owl-dots .owl-dot {
	height: 15px;
	width: 15px !important;
	background: #fff !important;
	margin: 0px 5px;
	border-radius: 50%;
	outline: none;

}
.main-slider .owl-dots .owl-dot.active {
	background: #0695D4 !important;
}
/*==== Slider css End ====*/
.services-area.section-padding {
	padding: 20px 0;
}
.services-item {
	text-align: center;
	margin-top: 10px;
	padding: 15px 15px;
}
.services-item a i {
	font-size: 40px;
	margin-bottom: 35px;
	margin-top: 15px;
	color: #FF0000;
}
.services-item h5 {
	font-size: 30px;
	font-weight: bold;
	letter-spacing: 1px;
	color: #0695D4;
	margin-bottom: 15px;
}
.services-item p {
	color: #4a4646;
}

/*==== Services Css End ====*/

/*==== Product Css Start ====*/
.product-area.section-padding {
	background: #F1F3F6;
	padding: 50px 0px;
}
.product-inner h2 {
    text-align: center;
    text-transform: capitalize;
    letter-spacing: 2px;
    font-size: 34px;
    font-weight: bold;
    margin: 0 0 40px 0;
}
.product-widget {
	background: #fff;
	width: 100%;
	overflow: hidden;
	padding: 15px 5px;
	margin: 15px 0;
}

.product-img {
	height: 180px;
	float: left;
	width: 40%;
	padding: 10px;
	overflow-y: hidden;
}
.product-img img {
	height: 100%;
	width: 100%;
	object-fit: contain;
	transition: all 0.35s;
}
.product-widget:hover .product-img img {
	transform: scale(1.1);
}
.product-text {
	width: 60%;
	float: left;
	padding-right: 5px;
	padding-top: 10px;
}
.product-text .product-name {
	font-size: 18px;
	font-weight: bold;
	position: relative;
	z-index: 1;
	color: #222;
	display: inline-block;
	font-family: 'Playfair Display', serif;
	line-height: 22px;
}
.product-text .product-name::after {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 0%;
	background: #222;
	content: "";
	z-index: -1;
	color: #fff;
	transition: 0.35s all;
}
.product-widget:hover .product-text .product-name {
	color: #fff !important;
}
.product-widget:hover .product-text .product-name::after {
	width: 100%;
}
.product-info {
	margin-top: 5px;
}

.product-info a {
	color: #0695D4;
	transition: 0.35s all;
	border-bottom: 2px solid #0695D4;
	padding: 2px 0;
}

.gallery-area.section-padding {
	margin-top: 0px;
	padding: 60px 10px;
}
.gallery-img {
	box-sizing: border-box;
	border: 5px solid #FF0000;
	border-radius: 10px;
}
/*Footer Css Start*/
.footer-area{
	background: #444;
}
.footer-address{
	color: #fff;
}
.footer-logo {
	height: 100px;
	width: 150px;
}
.footer-icon-address {
	width: 100%;
}

.footer-icon {
	width: 20%;
}
.footer-icon i {
	float: left !important;
	width: 50px;
	background: #0695D4;
	height: 50px;
	text-align: center;
	line-height: 50px;
	border-radius: 50%;
	margin-right: 10px;
	font-size: 22px;
}
.footer-jerseybari-address{
	float: left !important;
	width: 76% !important;
}
.footer-jerseybari-address p{
	width: 100%;
}
.footer-address p {
	margin-top: 20px;
	margin-bottom: 15px;
}
.footer-address p i {
	margin-right: 12px;
	font-size: 22px;
	line-height: 50px;
	height: 50px;
	width: 50px;
	background: #0695D4;
	text-align: center;
	border-radius: 50%;
}
.footer-address a i {
	margin-right: 12px;
	font-size: 22px;
	line-height: 50px;
	height: 50px;
	width: 50px;
	background: #0695D4;
	text-align: center;
	border-radius: 50%;
}
.footer-address a {
	color: #fff;
}
.footer-item h2 {
	color: #fff;
	margin-bottom: 25px;
	font-size: 30px;
	font-weight: bold;
}
.footer-item h2::after {
	content: "";
	top: 45px;
	left: 16px;
	height: 2px;
	width: 25%;
	right: 0;
	position: absolute;
	background: #fff;
}
.footer-item ul li {
	display: block;
	margin-top: 20px;
}
.footer-item ul li a {
	color: #fff;
	transition: all .5s ease;
}
.footer-item ul li a:hover{
	margin-left: 5px;
}
.footer-item ul li a i {
	color: #02ff02;
	font-size: 22px;
	margin-right: 5px;
}
/*====  copyright css start  ====*/
.copyright-area {
	background: #2b2727;
	color: #fff;
	text-align: left;
	position: relative;
	padding: 25px 0;
}
.copyright-area p a {
	color: #0695D4;
	font-size: 16px;
	letter-spacing: 1px;
	font-weight: 600;
}
.social-icon {
    text-align: center;
    margin-top: 15px;
}
.social-icon ul li a i {
    color: #fff;
    margin-right: 2px;
    font-size: 15px;
    height: 35px;
    width: 35px;
    background: #0695D4;
    line-height: 35px;
    border-radius: 50%;
    box-sizing: border-box;
    text-align: center;
}
.scrolltop {
    position: absolute;
    left: 40px;
    bottom: 40px;
    width: 40px !important;
    background: #0695D4!important;
    height: 40px !important;
    line-height: 35px !important;
    border-radius: 50% !important;
    text-align: center !important;
    color: #ffff !important;
    font-size: 24px !important;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
}
.footer-category li a, .footer-category li a:hover {
	border: 1px solid #0695D4;
	padding: 5px 10px !important;
	margin: 2px 0 !important;
	display: inline-block;
}
.footer-category li {
	display: inline-block !important;
	margin: 0 0 !important;
}
.footer-category p {
	color: #fff;
	margin-bottom: 10px;
}

/*contact css start*/
.contact-area {
    background: #f9f9f9;
    padding-bottom: 100px;
}
.bredcrumb-banner {
    background: url('../images/electric-banner.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom;
    position: relative;
    z-index: 1;
    padding: 50px 50px;
}
.bredcrumb-banner::after {
	content: "";
	position: absolute;
	background: rgb(0, 0, 0,0.6);
	top: 0;
	left: 0;
	right: 0;
	z-index: -1;
	height: 100%;
	width: 100%;
}
.bredcrumb-text {
    color: #fff;
    text-align: center;
}
.bredcrumb-text h2 {
	font-weight: bold;
	font-size: 30px;
}
.contact-item {
	box-sizing: border-box;
	padding: 10px 10px;
	margin-bottom: 5px;
	box-shadow: -webkit-box-shadow: 2px 2px 13px -1px rgba(0,0,0,0.75);
	-moz-box-shadow: 2px 2px 13px -1px rgba(0,0,0,0.75);
	box-shadow: 2px 2px 13px -1px rgba(191, 187, 187, 0.75);
	position:relative;
}
.contact-icon {
	position: absolute;
	left: 0;
	top: 0;
	width: 100px;
	height: 100%;
	content: "";
	background: #0695D4;
}
.contact-icon a {
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	text-align: center;
	right: 0;
	color: #fff;
	font-size: 35px;
}
.contact-address {
	margin-left: 100px;
	padding: 10px 10px;
}
.contact-address h2 {
	color: #222;
	font-weight: 900;
	font-size: 20px;
	letter-spacing: 1px;
}

.contact-address p {
	color: #262626;
}
.contact-info {
	margin-bottom:25px;
}
.contact-form {
	padding: 5px 5px;
}
.form-group .form-control {
	box-shadow: none !important;	
}
/*About Css Start*/
.About-area.section-padding {
	background: #f4e5e5;
	padding: 60px 0;
}
.about-item h2 {
	font-size: 25px;
	font-weight: bold;
	color: #FF0000;
	text-transform: capitalize;
	letter-spacing: 2px;
	margin-bottom: 25px;
}
.about-text h5 {
	font-size: 30px;
	font-weight: 700;
	letter-spacing: 1px;
	text-transform: capitalize;
	margin-bottom: 25px;
}	
.about-text p {
	margin-top: 10px;
	color: #402626;
}
.about-gallery1 {
	position: relative;
	padding: 20px 0px;
	margin-left: 50px;
}
.about-img {
	position: absolute;
	top: 115px;
	left: -60px;
	width: 290px;
	height: 300px;
}
/*About Css End*/

/*Gallery Css Start*/

.sample-widget {
	position: relative;
	border-radius: 5px;
	margin-bottom: 20px;
	overflow: hidden;
	padding: 5px;
	background: #f5f5f5;
}
.equipments-image {
	height: 250px;
	overflow: hidden;
}
.equipments-image img{
	height: 100%;
	width: 100%;
}

.overlay {
    position: absolute;
    background: rgb(3, 180, 3, 0.4);
    height: 100%;
    width: 100%;
    line-height: 40px;
    text-align: center;
    top: 100%;
    left: 0;
    cursor: pointer;
    opacity: 0;
    visibility: hidden;
    transition: all .5s ease;
}
.overlay-icon {
	position: absolute;
	top: 50%;
	left: 50%;
	font-size: 22px;
	color: #fff;
	height: 50px;
	width: 50px;
	line-height: 50px;
	background: blue;
	border-radius: 50%;
	transform: translate(-50%,-50%);
}
.sample-widget:hover .overlay{
	visibility: visible;
	opacity: 1;
	top:0;

}

/*Blog Css Start*/
.blog-item {
    margin-bottom: 40px;
}
.blog-img {
    margin-bottom: 15px;
    box-sizing: border-box;
    border-radius: 5px;
    box-shadow: -webkit-box-shadow: -1px 2px 10px -4px rgba(0,0,0,0.75);
    -moz-box-shadow: -1px 2px 10px -4px rgba(0,0,0,0.75);
    box-shadow: -1px 2px 10px -4px rgba(60, 57, 57, 0.75);
    height: 230px;
}
.blog-img img {
    border-radius: 5px;
    height: 200px;
    width: 350px;
    object-fit: contain;
    display: block;
    margin: 0 auto;
}
.blog-text {
	padding:0px 20px;
}
.blog-text h4 {
	margin-bottom: 15px;
	font-size: 20px;
	font-weight: 500;
}
.blog-text span {
	color: #0695D4;
}
.blog-text p {
	color: #423535;
	margin-bottom: 20px;
	margin-top: 15px;
}

.blog-item:hover .blog-read-more a{
	background:#0695D4;
	color: #fff;
	margin-left: 5px;	
}
.blog-read-more a {
	padding: 10px 10px;
	transition: all .5s ease;
}
.blog-read-more a:hover {
	background: #ff0000 !important;
}
/*Blog Css End*/
/*Blogdetails Css Start*/
.blogdetails-img {
    padding: 5px 5px; 
	border: 5px solid #dfd1d1;
	box-sizing: border-box;
	border-radius: 5px;
}
.blogdetails-title {
	padding: 30px 15px;
}
.blogdetails-tag {
	float: left;
	width: 60%;
}
.blogdetails-date {
	float: right;
	color: #0695D4;
}
.blogdetails-ptag {
	width: 100%;
	overflow: hidden;
	margin-top: 38px;
}
.blog-recent h2 {
	font-size: 26px;
	font-weight: bold;
}
.blog-recent .dots {
	height: 2px;
	width: 60px;
	background: #6a6969;
	position: absolute;
}
.blog-recent-title {
	margin-top: 40px;
}
.blog-recent-icon a {
	float: left;
	height: 90px;
	width: 90px;
	text-align: center;
	margin-right: 20px;
	border: 2px solid #ddd;
}
.blog-recent-icon a img{
	height: 100%;
	width: 100%;
}
.blog-recent-text {
	margin-top: 25px;
	color: #534949;
}
.blog-recent-text h2 {
	font-size: 16px;
	font-weight: 700;
}

/*Product Details Css Start*/

.productdetails-text-item h2 {
	font-weight: 700;
	font-size: 25px;
}
.productdetails-text-item span {
	font-size: 16px;
	font-weight: 500;
}
.productdetails-img-item {
	background: #eee !important;
	padding: 50px;
}
.productdetails-text-item p {
	color: #605656;
}
.product-price {
	margin-bottom: 25px;
	margin-top: 25px;
}
.product-size h2 {
	font-size: 14px;
	font-weight: 700;
}
.product-material {
	margin-top: 25px;
	margin-bottom: 25px;
}
.product-material h2 {
	font-size: 14px;
	font-weight: 700;
}
.product-sku {
	margin-top: 25px;
	margin-bottom: 25px;
}
.product-sku h2 {
	font-size: 14px;
	font-weight: 700;
}

.ordernow a {
	background: #0695D4;
	padding: 5px 31px;
	color: #fff;
	margin-top: 10px;
	display: inline-block;
	text-transform: uppercase;
	letter-spacing: 1px;
	border-radius: 3px;
	margin-top: 20px;
}

.custom-dropdown i {
	margin-left: 5px;
}

.footer-category img {
	width: 60px;
}


/* -----------------------
-------------------------- */

.hngroup_client_logo {
    background-color: #ffffff;
    border-radius: 10px;
    padding: 15px;
    height: 120px;
    box-shadow: 1px 1px 10px #a59797;
}
.owl-carousel .owl-item img {
    display: block;
    width: 100%;
    height: 100%;
    
}
.clients_logo {
    padding: 70px 0;
}
.client-title h2 {
    margin: 25px 0px 30px 5px;
    text-transform: uppercase;
    font-size: 24px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
}
.feedback-item {
    box-shadow: 1px 1px 10px #ddd;
    padding: 30px;
    text-align: center;
    transition: all 0.3s ease-in-out;
}
.feedback-item:hover {
    box-shadow: 1px 1px 15px #a28f8f;
}
.feedback-comment {
	height: 100px;
}
.feedback-icon {
	font-size: 40px;
	color: #0695D4;
}
.feedback-img {
    overflow: hidden;
    border-radius: 50%;
    width: 70px;
    height: 70px;
    display: block;
    margin: 0 auto;
    margin-top: 10px;
    margin-bottom: 10px;
}
.feedback-title {
	font-size: 22px;
	font-weight: 600;
}
.feedback-desg {
	font-size: 14px;
	font-weight: 600;
	color: #908585;
}
.owl-item {
    padding: 10px;
}
.main-color {
    color: #0695D4;
}

.hero-slider-container {
	width: 100%;
}

.contact-box {
    background-color: #EDFEF6;
    padding: 50px 30px;
    border-radius: 5px;
}
.contact-area .sec-title h6 {
    color: #222222;
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 28px;
    font-family: 'Montserrat',sans-serif;
}
.contact-area .form-group {
    position: relative;
    margin-bottom: 20px;
}
.contact-area .contact-form input {
    width: 100%;
    height: 50px;
    padding-left: 10px;
    border: 1px solid #e5e5e5;
    transition: all 500ms ease;
    color: #000;
}
.contact-area .contact-text .sec-title p {
    line-height: 28px;
    margin-top: -8px;
    padding-bottom: 10px;
}
.contact-area .contact-link .item {
    margin-bottom: 30px;
    cursor: pointer;
    text-align: center;
    display: block;
}
.contact-area .contact-link .item .icon-box {
    width: 62px;
    height: 62px;
    line-height: 64px;
    text-align: center;
    display: block;
    margin: 0 auto;
    background: #0695D4;
    transition: all 500ms ease;
    border-radius: 50px;
}

.contact-area .contact-link .item:hover .icon-box {
    border-color: #65C178;
    transition: all 500ms ease;
}
.contact-area .contact-link .item i {
    font-size: 20px;
    color: #ffffff;
}
.contact-area .contact-link .item strong {
    font-size: 14px;
    line-height: 30px;
    font-weight: 600;
    color: #222222;
    font-family: 'Lato', sans-serif;
}
.contact-area .contact-form .form-group button {
    margin-top: 10px;
    border-radius: 6px;
}
.btn-style-one:hover {
    color: #fff;
    background: #0695D4;
}
.btn-style-one {
    border: 1px solid #0695D4;
    text-transform: capitalize;
    padding: 10px 15px;
    color: #222;
    border-radius: 0 !important;
    transition: all 500ms ease;
}
.contact-form h6 {
    font-size: 22px;
    font-weight: 600;
    font-family: 'Montserrat',sans-serif;
}
/*==============================================
====================== about us ================
================================================*/
.about-us {
    position: relative;
    z-index: 1;
    overflow: hidden;
    margin-top: -10px;
    padding-bottom: 100px;
}
.about-us:after {
    content: "";
    position: absolute;
    left: -250px;
    top: -400px;
    z-index: -1;
    width: 600px;
    height: 180%;
    transform: rotate3d(1, 1, 1, 45deg);
    background: rgb(90,90,228);
    background: -moz-radial-gradient(circle, rgba(90,90,228,1) 0%, rgba(0,0,110,1) 100%);
    background: -webkit-radial-gradient(circle, rgba(90,90,228,1) 0%, rgba(0,0,110,1) 100%);
    background: radial-gradient(circle, rgba(90,90,228,1) 0%, rgba(0,0,110,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#5a5ae4",endColorstr="#00006e",GradientType=1);
}
.about-us:before {
    content: "";
    position: absolute;
    left: -378px;
    top: -25px;
    z-index: -1;
    width: 800px;
    height: 150%;
    transform: rotate3d(1, 1, 1, 45deg);
    background: rgb(90,90,228);
    background: -moz-radial-gradient(circle, rgba(90,90,228,1) 0%, rgba(0,0,110,1) 100%);
    background: -webkit-radial-gradient(circle, rgba(90,90,228,1) 0%, rgba(0,0,110,1) 100%);
    background: radial-gradient(circle, rgba(90,90,228,1) 0%, rgba(0,0,110,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#5a5ae4",endColorstr="#00006e",GradientType=1);
}
.about-right h2 {
    font-family: 'Montserrat',sans-serif;
    font-size: 2rem;
    font-weight: 600;
    margin-bottom: 25px;
}
.about-signature {
    width: 100%;
    text-align: center;
    margin-top: 30px;
}

.about-signature img {
    width: 120px;
    display: block;
    margin: 0 auto;
    margin-bottom: 15px;
}

.about-signature h4 {
	font-family: 'Montserrat',sans-serif;
}
a.theme-btn {
    margin-top: 25px;
}

/*==============================================
====================== service ================
================================================*/
.service-sec {
    background-color: #edfef6;
}
.service-item {
    margin-bottom: 50px;
    background-color: #fff;
    transition: all 0.3s ease-in-out;
}
.service-item:hover {
	box-shadow: 1px 1px 10px #ddd;
}
.service-img {
    height: 250px;
}
.service-img img {
    height: 100%;
    width: 100%;
}
.service-details {
    padding: 20px;
    text-align: center;
}
.service-details h3 {
    font-size: 20px;
    font-family: 'Montserrat',sans-serif;
    font-weight: 600;
    margin: 10px 0;
    height: 55px;
}
.service-desc {
	height: 100px;
}




.section-title {
    text-align: center;
    margin: 30px 0 20px 0;
    font-family: 'Montserrat', sans-serif;
    position: relative;
    padding: 0 0 10px 0px;
    font-size: 2.5rem;
    font-weight: 700;
    text-transform: capitalize;
}
.section-title::before {
    position: absolute;
    content: '';
    background-color: #0695D4;
    height: 3px;
    width: 100px;
    bottom: 0;
    left: 46%;
}
.section-sub {
    font-family: 'Montserrat', sans-serif;
    color: #000;
    text-align: center;
    max-width: 600px;
    margin: 0 auto;
    margin-bottom: 50px;
}
.theme-btn {
    position: relative;
    z-index: 0;
    padding: 13px 20px 15px;
    background: #0695D4;
    font-size: 16px;
    color: #ffffff;
    font-weight: 400;
    text-transform: capitalize;
    min-width: 150px;
    height: 50px;
    overflow: hidden;
    border: none;
    border-radius: 50px;
    transition: all .3s ease-out;
    display: inline-block;
    text-align: center;
    line-height: 23px;
}
.theme-btn:hover {
    box-shadow: 1px 5px 17px #555;
    color: #fff;
}



/*==============================================
====================== counter ================
================================================*/
.counter-container {
    background-color: #374db5;
    padding: 60px 0 70px 0;
}
.counter-item {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.counter-item i {
    display: block;
    font-size: 2rem;
    color: #fff;
    margin: 20px 0;
}
.counter-item h2 {
    margin: 10px 0;
    font-family: 'Montserrat',sans-serif;
    font-size: 2.5rem;
    font-weight: 700;
    color: chartreuse;
}
.counter-item h5 {
	color: #fff;
	font-family: 'Montserrat',sans-serif;
}




/*==============================================
====================== testimonial ================
================================================*/

.testimonial-section {
    padding-bottom: 100px;
}

.testimonial-slider .owl-dots {
    position: relative;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    content: "";
}
.testimonial-slider .owl-dots .owl-dot {
	height: 5px;
	width: 15px !important;
	background: #ddd !important;
	margin: 0px 5px;
	border-radius: 5px;
	outline: none;

}
.testimonial-slider .owl-dots .owl-dot.active {
	background: #0695D4 !important;
	width: 35px !important;
}
.testimonial-slider .owl-nav {
	display: none;
}
.testimonial-item {
    margin-bottom: 50px;
}


/*==============================================
====================== career ================
================================================*/
.career-title {
    text-transform: capitalize;
    margin-bottom: 20px;
    text-align: center;
}
.career-title p {
    margin-top: 10px;
    color: #999;
    padding: 0 150px;
}
.career-opportunity .headding h2 {
    text-transform: uppercase;
    padding: 20px 0;
    margin-top: 50px;
    font-size: 25px;
}




.career-details-title {
    border-bottom: 1px solid #ddd;
    padding-bottom: 20px;
}
.career-details-title h2 {
    text-transform: capitalize;
    margin-bottom: 10px;
}
.career-details-title strong {
    text-transform: capitalize;
}
.career-info {
    margin-top: 20px;
    margin-bottom: 50px;
}
.career-info .head-line h2 {
    font-size: 25px;
    margin-bottom: 10px;
    color: #22B24C;
    font-weight: 600;
}


.applynow {
    background: #ddd;
    overflow: hidden;
    padding: 20px 10px;
    border-radius: 5px;
}
.applynow button {
    background: #05556d;
    color: #fff;
    text-transform: uppercase;
    padding: 10px 0;
    border-radius: 5px;
    display: block;
    width: 100%;
    border: none;
}
.table .thead-dark th {
    color: #fff;
    background-color: #343a40;
    border-color: #454d55;
    min-width: 90px;
}

.ongoing-img {
    width: 500px;
    display: block;
    margin: 0 auto;
    padding: 180px 0;
}


.project-sec {
    padding: 100px 0;
}

.contact-map-area iframe {
    width: 100%;
}

section.mission_vission {
    
    background: #f1f1f1;
    padding: 50px 0;
}
.mission_title {
    font-size: 37px;
    margin-bottom: 15px;
}
.mission_title span {
    background: #98d2c494;
    padding: 0px 11px;
    margin-right: 8px;
    color: green;
    font-weight: 700;
}
.mission_title h2 {
    font-weight: 700;
    font-family: 'Lato';
}

/*=================product=========*/
.hproduct-item {
    transition: 0.35s all;
    margin: 10px;
    padding: 8px 5px;
    border: 2px solid #e5e5e5;
    position: relative;
    overflow: hidden;
    height: 315px;
    width: 108%;
}
.in_pro_item{
	margin-bottom: -3px !important;
}
.wishcompare {
    text-align: center;
    margin: 8px 0;
    margin-top: 16px;
}
.wishcompare a {
    border: 1px solid #ddd;
    padding: 5px 7px;
    font-weight: 600;
    transition: all .3s;
    border-radius: 2px;
}
.wishcompare:hover a{
    border: 2px solid #ddd;
    border-radius: 2px;
    
}
.hproduct-item:hover {
    box-shadow: 0 0 10px rgba(0,0,0,.2);
}
.hproduct-info {
    text-align: center;
    margin-top: 10px;
}

.hproduct-img {
    position: relative;
    overflow: hidden;
    height: 162px;
}
.hproduct-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
   
}

.hproduct-price {
    display: block;
    font-weight: 600;
    text-align: center;
    margin-top: 15px;
    color: #049704;
    border-top: 2px solid #dddddd59;
    display: inline-block;
    border-bottom: 2px solid #dddddd59;
    padding: 0px 10px;
}
/*=============pro_details*/
.main_product_inner {
    display: grid;
    grid-template-columns: 80% 20%;
    grid-gap: 20px;
}
section.product_deta {
    margin: 40px 0;
}
.semiler_product {
    width: 100%;
    height: 140px;
    overflow: hidden;
    background: aliceblue;
    transition: .3s all;
    border-radius: 5px;
    box-shadow: 0 0 10px rgb(0 0 0 / 50%);
    margin-bottom: 28px;
}
.semiler_product img {
    width: 100%;
    height: 100%;
}
.btn_pro a {
    background: #08d008;
    padding: 5px 8px;
    border-radius: 2px;
    color: white;
}
.product_slider_section {
    background: #f3f9f657;
}
.btn_pro i {
    margin-left: 5px;
}
.details_img {
    width: 100%;
    height: 475px;
    overflow: hidden;
    border: 4px solid #ddd;
    border-radius: 3px;
}
.pro_text {
    background: #fff;
    overflow: hidden;
    position: relative;
    border-radius: 7px;
    transition: .2s all;
}

.product_name {
    font-size: 25px;
}
.product_des {
    padding: 20px 0;
}
 .container_dynamic {
    width: 728px;
    margin: 0 auto;
}
.details_img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.mission_description p {
    font-size: 20px !important;
}
.choose_des{
	font-size: 18px;
}
.product_slider .owl-dots .owl-dot.active {
    background: #0695D4 !important;
    width: 35px !important;
}
.product_slider .owl-dots .owl-dot {
    height: 5px;
    width: 15px !important;
    background: #ddd !important;
    margin: 0px 5px;
    border-radius: 5px;
    outline: none;
}
.owl-dots {
    width: 152px;
    margin: 0 auto;
    text-align: center;
    height: 20px;
    padding: 0;
  
}
.product_slider .owl-dots {
    position: relative;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    content: "";
}
.product_btn {
    width: 150px;
    margin: 0 auto;
    margin-top: 25px;
}
.product_btn a {
    color: white;
}
.pro_del{
	color: red;
}
.product_are_margin{
	margin: 30px 0px;
}
.pro_price_inner {
    display: grid;
    grid-template-columns: 70% 30%;
    padding: 10px 20px;
    border-bottom: 1px solid #ddd;
}
.pro_price_d {
    text-align: right;
}
.pro_price_d del{
	color:#888;
}
.main_product_in {
    box-shadow: 2px 5px 17px #ddd;
    padding: 20px 20px;
    border-radius: 10px;
}
strong.price_pro {
    color: #0695D4;
    font-size: 18px;
}

section.order-now {
    padding: 45px 84px;
    text-align: center;
}
.order-now-inner a {
    font-family: 'Sabbir Ashalota Bangla', sans-serif !important;
    font-size: 35px;
    animation: zcwmini 1.5s 0s ease-out infinite;
    display: inline-block;
    padding: 20px 80px;
    border-radius: 55px;
}
.order-now-inner a i.fa.fa-phone-volume {
    color: #083c9b;
    display: inline-block;
    margin-right: 25px;
    font-size: 25px;
}
@keyframes zcwmini {
    0% {box-shadow: 0 0 8px 6px rgba(207,8,8, 0), 0 0 0 0 rgba(0,0,0,0), 0 0 0 0 rgba(207,8,8, 0);}
    10% {box-shadow: 0 0 8px 6px , 0 0 12px 10px rgba(0,0,0,0), 0 0 12px 14px ;}
    100% {box-shadow: 0 0 8px 6px rgba(207,8,8, 0), 0 0 0 40px rgba(0,0,0,0), 0 0 0 40px rgba(207,8,8, 0);}
}
.order-now-inner i {
    margin-right: 5px;
}
.logo-area {
    width: 215px;
}
.copyright {
    text-align: center;
}
.mission_description * {
    font-size: 16px !important;
    line-height: 1.8;
}
.mission_description ul li {
    margin: 4px 0;
}
.choose_des li {
    margin: 6px 0;
}