header svg:not(:root).svg-inline--fa {color: #fff;}
.hero-heading .cus-wdth { width:80%;}
.hero-heading h1 { line-height:70px;}
.bg1 {background: linear-gradient(180deg, rgba(9, 31, 24, 1) 0%, RGBA(6, 18, 15, 1) 100%);}
.abt .fs { font-size:50px;}
.bg2 {background: linear-gradient(150deg, rgba(44, 129, 99, 1) 0%, RGBA(14, 36, 28, 1) 100%);}

footer .fs {font-size:25px;}
.social-rounded li a { background:#fff; width:43px; height:43px; line-height:45px; color:#000; font-size:20px;}
.social-rounded li a:hover { background:#000; color:#fff;}

footer ul li { list-style:none;}
footer li a {font-size:20px; color:#fff;}
footer li {line-height:30px;}
.copyright p {letter-spacing:1px; font-size:14px;}
.copyright {border-top:1px solid rgba(255,255,255,0.3);}

/* Large devices (desktops, 992px and up) */
@media (min-width:992px) {
.logo img { max-height:243px;}

}
/* XX-Large devices (larger desktops, 1400px and up)*/

@media (min-width: 1920px) {
.line { background-image:url(../images/line.png); background-position:center center; background-repeat:no-repeat;}	
}
@media (min-width: 1400px) {
.gutter-lg {margin-left:-35px!important;margin-right:-35px!important;}
.gutter-lg div[class^="col"]{padding-left:35px!important;padding-right:35px!important;}
.gutter-lg .row,.gutter-lg .row div{padding:0px!important;margin:0px!important;}
}

@media (min-width: 1600px){	}
@media (min-width: 1199.98px) and (max-width: 1459.98px){
	.line { background-image:url(../images/line.png); background-position:center center; background-repeat:no-repeat;}	
}
/*@include media-breakpoint-between(md, xl) { ... }*/
@media (min-width: 768px) and (max-width: 1199.98px) {

}
/*For example the @include media-breakpoint-only(md)*/
@media (min-width: 768px) and (max-width: 991.98px) {
.hero-heading h1 {line-height: 40px;}
h1, .h1 {font-size: 30px;}
h2 {font-size:20px;}
}
/* Small devices (landscape phones, 576px and up) */
@media (max-width:767.98px) {
.hero-heading h1 {line-height: 40px;}
h1, .h1 {font-size: 30px;}
h2 {font-size:20px;}
}

@media (max-width:575.98px) {
.hero-heading h1 {line-height: 40px;}
h1, .h1 {font-size: 30px;}
h2 {font-size:20px;}
}
/* X-Small devices (portrait phones, less than 576px) */
