/*
 Theme Name:   Sevenloft Site Child
 Theme URI:    https://www.sevenloft.gr/service/kataskevi-istoselidon/
 Description:  Sevenloft Site Child Theme
 Author:       Sevenloft IKE
 Author URI:   hhttps://sevenloft.gr
 Template:     sevenloft-site
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Text Domain:  sevenloft-site
 Tags:         e-commerce, two-columns, left-sidebar, right-sidebar, custom-background, custom-colors, custom-header, custom-menu, featured-images, full-width-template, threaded-comments, accessibility-ready, rtl-language-support, footer-widgets, sticky-post, theme-options, editor-style

*/
@import url('https://fonts.googleapis.com/css2?family=Ubuntu:wght@300;400;500&display=swap');

@font-face {
    font-family: 'ZonaPro';
    src: url('font/ZonaPro.otf');
    src: local('ZonaPro'), url('font/ZonaPro.otf') format('OpenType');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'ZonaProBlackItalic';
    src: url('font/ZonaProBlackItalic.otf');
    src: local('ZonaProItalic'), url('font/ZonaProBlackItalic.otf') format('OpenType');
}

@font-face {
    font-family: 'ZonaProBlack';
    src: url('font/ZonaProBlack.otf');
    src: local('ZonaProBlack'), url('font/ZonaProBlack.otf') format('OpenType');
}

@font-face {
    font-family: 'ZonaProBoldItalic';
    src: url('font/ZonaProBoldItalic.otf');
    src: local('ZonaProBoldItalic'), url('font/ZonaProBoldItalic.otf') format('OpenType');
}

@font-face {
    font-family: 'ZonaProBold';
    src: url('font/ZonaProBold.otf');
    src: local('ZonaProBold'), url('font/ZonaProBold.otf') format('OpenType');
}

@font-face {
    font-family: 'ZonaProExtraBoldItalic';
    src: url('font/ZonaProExtraBoldItalic.otf');
    src: local('ZonaProExtraBoldItalic'), url('font/ZonaProExtraBoldItalic.otf') format('OpenType');
}

@font-face {
    font-family: 'ZonaProExtraBold';
    src: url('font/ZonaPro.otf');
    src: local('ZonaProExtraBold'), url('font/ZonaProExtraBold.otf') format('OpenType');
}

@font-face {
    font-family: 'ZonaProLightItalic';
    src: url('font/ZonaProLightItalic.otf');
    src: local('ZonaProLightItalic'), url('font/ZonaProLightItalic.otf') format('OpenType');
}

@font-face {
    font-family: 'ZonaProLight';
    src: url('font/ZonaProLight.otf');
}

@font-face {
    font-family: 'ZonaProRegularItalic';
    src: url('font/ZonaProRegularItalic.otf');
    src: local('ZonaProRegularItalic'), url('font/ZonaProRegularItalic.otf') format('OpenType');
}

@font-face {
    font-family: 'ZonaProSemiBoldItalic';
    src: url('font/ZonaProSemiBoldItalic.otf');
    src: local('ZonaProSemiBoldItalic'), url('font/ZonaProSemiBoldItalic.otf') format('OpenType');
}



* {
    /*font-family: 'Open Sans', sans-serif;*/
    font-family: 'ZonaPro','Ubuntu', sans-serif;
    letter-spacing: 0.5px;
}

/* container */
@media (min-width: 1300px){

    .container {
        max-width: 1300px;
    }
}

body{
/*     max-width: 1920px; */
	max-width: 100%;
    overflow-x: hidden;
    margin: 0 auto;
}

p {
    font-weight: normal;
    color: #5e5e5e;
    font-size: 16px;
    text-align: left;
    line-height: 23px;    
}

h1{

}



/* ------------------ Carousel --------------------------------------------------- */

/* Fading animation */
/* 
.fadeC {
  -webkit-animation-name: fadeC;
  -webkit-animation-duration: 1.5s;
  animation-name: fadeC;
  animation-duration: 1.5s;
}

@-webkit-keyframes fadeC {
  from {opacity: .4} 
  to {opacity: 1}
}

@keyframes fadeC {
  from {opacity: .4} 
  to {opacity: 1}
} */

/* ------------------ end carousel ---------------------------------------------------- */



/* ------------------ Header --------------------------------------------------- */




header.homeHeader {
    position: absolute;
    top: 30px;
    left: 0;
    width: 100%;
}

.top-bar-correction {
	background:none;
	height:150px;
	position: static;
}

.logo-wr img {
    max-width: 150px;
}

.menu.main-menu{
    background: none;
}

.menu.main-menu nav ul li{
    position: relative;
}

.menu.main-menu nav ul li a {
    color: #000;
    line-height: 100%;
    text-align: center;
}

header .menu.main-menu nav ul li a {
    padding-bottom: 0;
    font-size: 18px;
}

header{
    -webkit-transition: all 800ms ease-out;
    -moz-transition: all 800ms ease-out;
    -o-transition: all 800ms ease-out;
    transition: all 800ms ease-out;        
}

header.innerHeader {
	position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
}

header.fixedTop{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    padding: 20px;
    background: rgb(239 239 239 / 0.9);
    box-shadow: 0px 3px 6px #999;
    -webkit-transition: all 800ms ease-out;
    -moz-transition: all 800ms ease-out;
    -o-transition: all 800ms ease-out;
    transition: all 800ms ease-out;        
}

header.fixedTop.homeHeader{
    box-shadow: 0px 3px 6px #333;
}

header.fixedTop .logo-wr img {
    max-width: 100px;
}

header.fixedTop .align-items-end {
    -ms-flex-align: center!important;
    align-items: center!important;
}

header.fixedTop .menu.main-menu nav ul li ul li {
    background: #dddddd!important;
/* 	background: rgb(221,221,221,0.5)!important; */
    margin-bottom: 5px;
    padding: 10px 0;
}


.menu.main-menu nav ul li ul{
    width: auto;
    padding-right: 0;
    min-height: auto;
    background: none;
}

.menu.main-menu nav ul li ul li {
    max-width: 100%;
    margin-left: 0;
    text-align: center;
}

.menu.main-menu nav ul li ul li {
    max-width: 100%;
    margin-left: 0;
    text-align: center;
}

/* center the the main menu icons */
.menu.main-menu .fa, .menu.main-menu .fas {
	display: block;
	margin-bottom: 5px;
}

.bgSection-wr {
    position: absolute;
    top: 30%;
    left: 0;
    width: 100%;
}

.bgSection{
    position: relative;
	max-height: 1000px;
	overflow: hidden;
}

.bgSection img{
    width: 100%;
}

h1.bgTitle {
    font-size: 48px;
    line-height: 1.125;
    position: relative;
    padding-bottom: 20px;
    margin-bottom: 36px;
    color:#fff;
    font-weight: normal;
}

@-webkit-keyframes line-grow {
    from { width: 0; }
    10%  { width: 180px; }
    to   { width: 80px; }
}
@keyframes line-grow {
    from { width: 0; }
    10%  { width: 180px; }
}

@-webkit-keyframes line-grow-rev {
    from { width: 0; }
    10%  { width: 80px; }
    to   { width: 180px; }
}
@keyframes line-grow-rev {
    from { width: 0; }
    10%  { width: 80px; }
}


h1.bgTitle:after {
    content: '';
    height: 3px;
    width: 80px;
    background: #950609;
    position: absolute;
    bottom: 0;
    left: 0;
    -webkit-animation-delay: 1.2s !important;
    animation-delay: 1.2s !important;
    -webkit-animation: line-grow 1.5s forwards ease-in-out;
    animation: line-grow 1.5s forwards ease-in-out;    
}

.bgSection-wr h2{
    font-size: 16px;
    font-weight: 300;
    margin-bottom: 37px;
    color: #fff;
    line-height: 25px;
}

.bgSection-wr a.more {
    display: inline-block;
    font-size: 12px;
    font-weight: 500;
    line-height: 2;
    color: #fff;
    transition: 0.2s;
    position: relative;
    padding-bottom: 5px;
}

.bgSection-wr a.more:after{
    content: '';
    width: 100%;
    height: 2px;
    background: #fff;
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    -webkit-animation-delay: 1.2s !important;
    animation-delay: 1.2s !important;
    -webkit-animation: line-grow 1.5s forwards ease-in-out;
    animation: line-grow 1.5s forwards ease-in-out; 
    -webkit-transition-delay: 2.2s;
    -o-transition-delay: 2.2s;
    transition-delay: 2.2s; 
}

/* ------------------------------------------------- Header end ------------------------------------------------------------------ */


section.justhome {
    padding: 80px 0 0 0;
}

section.justhome.about img {
    padding-right: 50px;
}

h1 {
    font-size: 48px;
    line-height: 40px;
    position: relative;
    padding-bottom: 20px;
    margin-bottom: 35px;
    font-weight: normal;
	
}

h1:after {
    content: '';
    height: 3px;
    width: 80px;
    background: #950609;
    position: absolute;
    bottom: 0;
    left: 0;
    -webkit-animation-delay: 1.2s;
    animation-delay: 1.2s;
    -webkit-animation: line-grow 1.5s forwards ease-in-out;
    animation: line-grow 1.5s forwards ease-in-out;    
}

h2 {
    font-size: 24px;	
} 


section.justhome.about p {
    line-height: 1.5;
    margin-bottom: 20px;
}

.justhome a.more {
    display: inline-block;
    min-width: 210px;
    padding: 15px 26px;
    font-size: 12px;
    font-weight: 500;
    line-height: 1.5;
    color: #fff !important;
    background-color: #980000 !important;
    letter-spacing: 0.24px;
    text-align: center;
    border: 1px solid #deb4b4;
    transition: 0.2s;
    opacity: 1 !important;
    text-decoration: none !important;
}

.justhome a.more:hover{
    color: #980000 !important;
    background-color: #fff !important;    
}

.services-item.lg-item {
    background: rgb(152 0 0 / 0.2);
}

.services-item.sm-item {
    background: #f5f5f5;
}

.services-item.sm-item p{
    padding-bottom: 30px;
	text-align: justify;
}

.services-item {
    padding: 2rem;
/*     height: 400px; */
	height: 100%
}

section.justhome.services {
    padding-bottom: 80px;
}

.justhome .servicesSectionlink a.more {
    color: #980000!important;
    background: none!important;
    text-align: left;
    border: none;
    min-width: auto;
    padding: 15px 0;
    position: relative;
}

.justhome .servicesSectionlink a.more:after {
    content: '';
    width: 100%;
    height: 2px;
    background: #980000;
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    -webkit-animation: line-grow 1.5s forwards ease-in-out;
    animation: line-grow 1.5s forwards ease-in-out;
    -webkit-transition-delay: 2.2s;
    -o-transition-delay: 2.2s;
    transition-delay: 2.2s;  
}

.justhome .servicesSectionlink a.more:hover{
    color:#000 !important;
}

.services-item img {
    padding-bottom: 30px;
    max-width: 80%;
	display: block;
	margin-left: auto;
    margin-right: auto;
}

.services-item h2 {
    font-size: 25px;
    font-weight: 500;
}

.servicesSectionlink {
    position: absolute;
    bottom: 15px;
    left: 2.8rem;
}

/* ------------------------------------------------- Footer ------------------------------------------------------------------ */



footer {
	background: #800000;
	text-align: center;
	width: 100%;
}

footer .container{
	max-width: 100%;
}

footer .footer-grid{
	display: grid;
	grid-template-columns: 33.3% 33.4% 33.3%;
	grid-gap: 10px;
	padding: 10px;
	
}

footer .row {
/* 	border: 1px solid rgba(0, 0, 0, 0.8); */
	max-width: 100%;
	margin-bottom: 20px;
}


.f-title {
    font-size: 20px;
    padding-bottom: 20px;
	color: white;
}

.f-content {
    font-size: 14px;
    color: #ccc;
}

.f-content a {
    color: #ccc;
}

footer ul li a {
    font-size: 14px;
    color: #ccc;
}

footer ul li a:hover, 
.f-content a:hover{
    color: #fff;
}

footer ul {
    margin-bottom: 40px;
}


footer button {
	background: black;
	border: none;
	width:60px;
	height:60px;
	border-radius: 100%;
	outline: none;
	text-align: center;
	font-size: 20px;
	cursor: pointer;
	color: white;
	z-index: 1;
}
footer button:hover {
	background-color: #555;
}
/* Go to top button */
#button {
  position: fixed;
  bottom: 20px;
  right: 30px;
} 


footer .subscriptionForm {	
	background: none;
/* 	color: #ccc; */
	margin-left: auto;
	margin-right: auto;
	width: 300px;
}


footer .subscriptionForm input {
	background: none;
	border: none;
	border-bottom: 2px solid #ccc;
	color: white;
	width: 100%;
	padding: 5px 0px;	
}

footer .subscriptionForm label{
	color: white;
	width:100%;
	text-align: center;
}

footer .subscriptionForm input[type=checkbox]{
	width: auto;
	background: #ccc;
}

footer .subscriptionForm input:hover {
	background: rgb(235,235,235,0.5);
}

footer .subscriptionForm input:focus{
	background: rgb(235,235,235,0.5);
	outline: none;
}

/*  style for popup subscription */
footer .subscribe {
 	text-align: left;
	position: fixed;
	bottom: 20px;
	left: 30px;
	z-index:1;
}
footer .subscribe_popup_text {
	width: 22ch;
	animation: typing 2s steps(28);
 	overflow: hidden;
/* 	white-space: nowrap;
	border: 4px solid black;
	border-radius: 5px;
	background: white; */
	padding: 5px 5px 5px 0px;
	color: black;
	margin-bottom: 5px;
 	margin-left: -12px; /*to center with the icon */
	font-family: 'ZonaPro','Ubuntu', sans-serif;
	
}
@keyframes typing {
  from {
    width: 0
  }
}
#subscriptionForm_popup{
	padding: 30px;
/* 	background: #800000; */
	background: rgb(128, 0, 0, 0.9);
	width:auto;
	margin-bottom: 10px;
	border-radius: 10px;
}

#closeSub {
	background: rgb(128, 0, 0, 0.9);
}

footer .img-banners{
	position: fixed;
	bottom: 10px;
	left: 150px;
	display:none;
}

footer .img-banners img{
	border-radius: 5px;
}

footer .img-banners button{
	position:absolute;
	right:-20px;
	top:-20px;	
	width:30px;
	height:30px;
}


.f-social a {
    border: 1px solid #fff;
    border-radius: 100%;
    font-size: 30px;
    margin-right: 10px;
	margin-bottom: 10px;
	width: 60px;
	height: 60px;
	text-align: center;
	vertical-align: middle;
}

.f-social a:hover{
    color: #ccc;
    border: 1px solid #ccc;
}
/* 
footer .fa-facebook-f {
    padding: 0 12px;
}

footer .fa-instagram {
    padding: 0 8px;
}

footer .fa-twitter {
    padding: 0 7px;
}

footer .fa-youtube {
    padding-left: 4px;
	padding-right: 4px;
}

a.linkedinIcon {
    padding: 5px 15px;
} */

.copyright {
    font-size: 13px;
}

.copyright a {
    color: #ccc;
}

/* ------------------------------------------------- end Footer ------------------------------------------------------------------ */


header.innerHeader {
	
    background: #efefef;
    padding: 20px 0;
    -webkit-transition: all 800ms ease-out;
    -moz-transition: all 800ms ease-out;
    -o-transition: all 800ms ease-out;
    transition: all 800ms ease-out;    
}

header.innerHeader .align-items-end {
    -ms-flex-align: center!important;
    align-items: center!important;
}

header .menu.main-menu nav ul li ul li {
    background: #dddddd!important;
/* 	background: rgb(221,221,221,0.5)!important; */
    margin-bottom: 5px;
    padding: 10px 0;
}

.simple-page {
    padding-top: 50px;
}

.simple-page table{
	width:100%;
}

.simple-page table i{
	font-size:30px;
	vertical-align:bottom;
	margin-top:20px;
}

.simple-page table th{
	background:lightgray;
}

.simple-page table td{
	vertical-align: top;
	max-width:500px;
}

.simple-page #row{
	cursor: pointer;
}

.simple-page .hidden_row{
    display: none;
}

.simple-page-content h3 {
    font-size: 20px;
    margin-top: 30px;
    margin-bottom: 20px;
}

.simple-page-content ul {
    list-style: square;
    margin-left: 20px;
    margin-bottom: 20px;
}

.simple-page-content ul li {
    font-weight: normal;
/*     color: #5e5e5e; */
/* 	color: black; */
    font-size: 16px;
    text-align: left;
    line-height: 23px;
	margin-top: 10px;
	margin-bottom: 10px;
}

.simple-page .home-box-text .email_text{
	background-color: #800000;
	color: white;
	padding:5px;
	border-radius: 5px;
	
}

.forma .dropitem {
	width: 100%;
	padding-bottom:10px;
	padding-top: 10px;
}

.forma .checkbox {
	width: auto;	
}

.forma button {
	background: #333;
	border: none;
	border-radius:5px;
	width: 100%;
	margin: 5px 0px;
	padding: 5px 0px;
}

.forma table{
	margin-top: 30px;
	
}

.home-box-title a {
    color: #000;
    font-size: 22px;
}

.home-box-title {
    font-size: 14px;
}

.home-box-position {
    font-size: 14px;
    margin-bottom: 20px;
}

.home-box-descr {
    font-size: 14px;
    text-align: justify;
    color: #555;
    margin-bottom: 10px;
}

.home-box-email, .home-box-linkedin {
    display: inline;
}

.home-box-email a, .home-box-linkedin a{
    color:#950609;
    font-size: 20px;
}

.home-box-img {
    text-align: center;
}

.home-box-img img {
    border-radius: 100%;
}

.home-box {
    margin-bottom: 50px;
    background: #efefef;
    padding: 15px;
    min-height: 280px;
}

.service-item {
    margin-top: 30px;
    background: #efefef;
    margin-bottom: 10px;
	height: 100%;
}

.service-image img {
    height: 220px;
    width: 100%;
    object-fit: cover;
    object-position: center;
}

.service-content-wr {
    padding: 15px 20px;
}

.service-title {
    font-size: 20px;
    padding-bottom: 20px;
}

.service-title a {
    color: #000;
}

.service-description p {
    font-size: 14px;
}

.service-item .home-news-more a {
    font-size: 14px;
    color: #980000;
    border-bottom: 2px solid rgb(152 0 0 / 0.3);
    padding-bottom: 7px;
    margin-bottom: 7px;
    display: inline-block;
	position: absolute;
	bottom: 0px;
}

.service-item:hover {
    background: #980000;
}

.service-item:hover .service-title a {
    color: #fff;
}

.service-item:hover .service-description p {
    color: #fff;
}

.service-item:hover .home-news-more a {
    color: #fff;
    border-bottom: 2px solid rgb(255 255 255 / 0.3);
}

.article-detail-page, .services-page {
    padding: 40px 0;
}

.service-detail p {
	line-height:30px;
	color: black;
	font-size: 20px;
	margin-bottom: 50px;
}

.service-detail ul {
/*     line-height: 50px;	 */
	font-size: 20px;
	list-style-type: disc;
	list-style-position: inside;
	color : black;
}

.service-detail ul li {
	margin-bottom:20px;
}

.service-detail a {
	background: none;
	border: 2px solid black;
	padding: 16px 32px;
	border-radius: 4px;
	transition-duration: 0.4s;
	text-align: center;
	text-decoration: none;
	font-size: 20px;
	cursor: pointer;
	color: black;
}

.service-detail a:hover {
	background-color: #DCDCDC;
	border-radius: 4px;
}

.service-feature-wr {
    background: #efefef;
    padding: 50px 0;
    margin-top: 20px;
}

.service-feature-wr p {
/*     line-height: 5px; */
	font-size: 15px;
}

.service-feature-wr h2 {
    font-size: 28px;
    font-weight: 500;
}

.service-features ul {
    list-style: disc;
    margin-left: 20px;
    column-count: 2;
}

.service-features ul li {
    padding: 10px 0;
    color: #555;
}

.service-feature-wr button {
	background: none;
	border: none;
	padding: 16px 32px;
	border-radius: 4px;
	transition-duration: 0.4s;
	text-align: center;
	text-decoration: none;
	font-size: 20px;
	cursor: pointer;
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}

.service-feature-wr button:hover {
	background-color: #DCDCDC;
	border-radius: 4px;
}

.service-feature-wr img {
	max-width: 45%;
	min-width:400px;
	float: left;
	padding: 10px;
}

.singleService {
    padding-bottom: 0;
}

.single-team h2 {
    font-size: 20px;
}

.single-team article img {
    /*border-radius: 100%;*/
}

.teamimgwr {
    position: relative;
    text-align: center;
}

.teamIcons {
  
}

.teamIcons a {
    color: #000;
    font-size: 24px;
    padding: 0 3px;
}

.navbar-toggler{
    display: none;
}



.contact-support{
  text-align: right;
  margin-top: 50px;
}

.contact-support a{
  background: #333;
  color: #efefef;
  padding: 20px 40px;
	font-size: 16px;
  line-height: 20px;
  font-weight: normal;
}

/*responsive*/

@media (min-width: 768px){
    header nav li:hover{
        position: relative !important;
    }

    header nav li:hover ul li a{
        color: #403e41!important;
    }

    header nav ul>li>a:after{
        content: '';
        position: absolute;
        bottom: 2px;
        left: 10px;
        right: 20px;
        height: 1px;
        -webkit-transform: scaleX(0);
        transform: scaleX(0);
        -webkit-transform-origin: right center;
        transform-origin: right center;
        transition: transform 0.4s cubic-bezier(0.75, 0, 0.2, 1), -webkit-transform 0.4s cubic-bezier(0.75, 0, 0.2, 1);
        background-color: #403e41;    
    }

    header nav ul>li>a:after{
        bottom: -10px;
    }

    header nav ul ul li a:after {
        bottom: 0;
    }

    header nav ul>li:hover>a:after {
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
        -webkit-transform-origin: left center;
        transform-origin: left center;
    }

    .menu.main-menu nav ul li a:hover {
        background: none;
        color:#403e41 !important;
    }    

}


@media (max-width: 1199px){
    header .menu.main-menu nav ul li a {
        font-size: 16px;
    }

/*     .f-social a {
        font-size: 25px;
    } */

    .home-box-title a {
        font-size: 17px;
    }

    .home-box-position {
        margin-bottom: 15px;
    }

    .home-box-descr {
        text-align: left;
    }    

}

@media (max-width: 991px){
    .menu.main-menu{
        position: relative;
    }


    h1.bgTitle{
        font-size: 32px;
    }

    .bgSection-wr{
        top: 40%;
    }
	
	.bgSection .img-fluid {
        height: 600px;
        object-fit: cover;
        object-position: center;
        width: 100%;
    }

    .bgSection-wr h2 {
        margin-bottom: 20px;
        line-height: 100%;
        font-size: 15px;
        padding-bottom: 0;
    }

    .services-item {
        height: 100%;
        padding-bottom: 60px;
    } 

	
/* 	footer .subscriptionForm {
	position: relative;
	left: 0px;
	text-align: center;
	} */
	
/* 	tranform columns to row and put subscription to the bottom */
	footer .footer-grid{
		grid-template-columns: none;
	}
	.footer-grid #column1 { grid-area: 1; }
	.footer-grid #column2 { grid-area: 3; }
	.footer-grid #column3 { grid-area: 2; }
	
	footer .row {
		text-align: center;
	}
	

}


@media (max-width: 767px){
    .logo-wr {
        display: block;
        margin-top: 0;
    }

    .logo-wr {
        display: block;
        margin-top: 0;
    }

    h1.bgTitle {
        font-size: 24px;
        margin-bottom: 15px;		
    }

    .bgSection-wr h2 {
        margin-bottom: 10px;
    }

    .bgSection-wr {
        top: 35%;
    }

    .logo-wr {
        display: block;
        margin-top: 0;
    }

    h1.bgTitle {
        font-size: 24px;
        margin-bottom: 15px;
    }

    .bgSection-wr h2 {
        margin-bottom: 10px;
    }

    .navbar-toggler {
        margin-top: 0;
        position: absolute;
        top: 30px;
        right: 30px;		
    }   

    .navbar-toggler{
        display: block;
    }

    .navbar-toggler.active{
        z-index: 9999;
		
    } 

    .innerHeader .navbar-toggler-icon {
        background: #000;		
    }

    .bgSection .img-fluid {
        height: 600px;
        object-fit: cover;
        object-position: center;
        width: 100%;
    }
	
	.home-box-img img{
		max-width:250px
	}
	
	.service-feature-wr {
		overflow-x: scroll;
	}
	
	footer .img-banners {
		bottom:25px;
		left: 50%;
		transform: translate(-50%, 0);
	}
	
	footer .img-banners img{
		width:100px;		
	}
	


}