@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;600&family=Roboto:wght@300;400;500;700&display=swap');
body {
font-family: 'Open Sans', sans-serif;
}
h1, h2, h3, h4, h5, h6 {
	font-family: 'Roboto', sans-serif;
	font-weight: 500;
}
.arrowlist li {
	margin: 0;
	padding: 10px 0 10px 20px;
	list-style-type: none;
	color: #061F4A;
}
.arrowlist li:before {
  content: "\f058"; /* FontAwesome Unicode */
  font-family: FontAwesome;
  display: inline-block;
  margin-left: -1.3em; /* same as padding-left set on li */
  width: 1.3em; /* same as padding-left set on li */
  color: #e1441c;
}
.navbar {
	background-color: #000000c7 !important;
	/* margin-top: 20px; */
}
.navbar-brand img {
	height: 80px;
}
.navbar-dark .navbar-nav .nav-link {
	font-family: 'Roboto', sans-serif;
	text-transform: uppercase;
	font-size: 16px;
	color: #fff;
}
.navbar-dark .navbar-nav .active>.nav-link {
	color: #f06d3e;
}
@media (min-width: 992px){
.navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 12px;
    padding-left: 12px;
}
}

.callus {
	position: absolute;
	top: 0px;
	right: 20px;
	    z-index: 9999;
}
.callus img {
	    height: 200px;
}
.home-about {
	padding: 60px 0;
}
.home-about h2 {
	    color: #e2461d;
    font-size: 30px;
    text-transform: uppercase;
    
    padding-bottom: 16px;
}
.home-clients {
	background-image: url('../images/client-bg.jpg');
	background-size: cover;
	padding: 30px 0 50px 0;
	color: #fff;
}
.home-clients h2 {
	
    font-size: 30px;
    text-transform: uppercase;
    padding-bottom: 16px;
}
.home-clients .HC-box {
	background-color: #fff;
	border-radius: 8px;
	padding: 20px;
	text-align: center;
	    height: 88px;
}
.home-clients .HC-box img {
	max-height: 100%;
	max-width: 100%;
}
.home-contact {
	padding: 60px 0;
}
.home-contact h2 {
	    color: #e2461d;
    font-size: 30px;
    text-transform: uppercase;
    
    padding-bottom: 16px;
}
.home-contact i {
	color: #f48d19;
    font-size: 44px;
        margin-bottom: 10px;
}
.home-contact .HC-head {
	font-family: 'Roboto', sans-serif;
    font-size: 18px;
    text-transform: uppercase;
    color: #2c2c2c;
    font-weight: 500;
    padding-bottom: 5px;
}
.contact-form {
	background-color: #f3f3f3;
	padding: 50px 0;
}
.contact-form  h2 {
    font-size: 30px;
    text-transform: uppercase;
    padding-bottom: 16px;
    color: #1e1e1e;
}
.contact-form .form-control {
	    background-color: transparent;
    border-radius: 0px;
    border-color: #949494;
    min-height: 45px;
}
.contact-form .Senbtn {
	background-color: #ad2c02;
	color: #fff;
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	font-weight: 500;
	text-transform: uppercase;
}
.inner-baner {
	background-size: cover;
	height: 250px;
	background-position: center center;

}
.clients .c-box {
	background-color: #fff;
	border-radius: 8px;
	padding: 20px;
	text-align: center;
	    height: 120px;
	        border: 1px solid #ddd;
    background: #FFFFFF;
    box-shadow: 0 0 6px 0 rgba(0,0,0,0.11);
    border-radius: 8px;
    margin-bottom: 15px;
}
.clients .c-box img {
	max-height: 100%;
	max-width: 100%;
}
.btn:focus, .btn:active, button:focus, button:active {
  outline: none !important;
  box-shadow: none !important;
}

#image-gallery .modal-footer{
  display: block;
}

.thumb{
  margin-top: 15px;
  margin-bottom: 15px;
}
.gallery .img-thumbnail{
	    width: 100%;
    display: block;
    height: 240px;
    background-size: cover;
    padding: 0px;
}

.carousel-multi-item.v-2.product-carousel .carousel-inner .carousel-item.active,
.carousel-multi-item.v-2.product-carousel .carousel-item-next,
.carousel-multi-item.v-2.product-carousel .carousel-item-prev {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }
.carousel-multi-item.v-2.product-carousel .carousel-item-right.active,
.carousel-multi-item.v-2.product-carousel .carousel-item-next {
  -webkit-transform: translateX(20%);
  -ms-transform: translateX(20%);
  transform: translateX(20%); }
.carousel-multi-item.v-2.product-carousel .carousel-item-left.active,
.carousel-multi-item.v-2.product-carousel .carousel-item-prev {
  -webkit-transform: translateX(-20%);
  -ms-transform: translateX(-20%);
  transform: translateX(-20%); }
.carousel-multi-item.v-2.product-carousel .carousel-item-right,
.carousel-multi-item.v-2.product-carousel .carousel-item-left {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0); }
.carousel-multi-item.v-2.product-carousel *, .carousel-multi-item.v-2.product-carousel ::after, .carousel-multi-item.v-2.product-carousel ::before {
  -webkit-box-sizing: content-box;
  box-sizing: content-box; }

.carousel-multi-item .controls-top .btn-floating {
  background: #F8CDCD;
}
.carousel-multi-item .carousel-indicators li {
  height: .75rem;
  width: .75rem;
  max-width: .75rem;
      background-color: #d2d8d8;
    border-radius: 50%;
}
.carousel-multi-item .carousel-indicators .active {
  height: 1rem;
  width: 1rem;
  max-width: 1rem;
  background-color: #f48d19;
}
.carousel-multi-item .carousel-indicators {
  margin-bottom: -2rem;
}
footer {
	background-color: #ad2c02;
	text-align: center;
	color: #fff;
	padding: 15px 0;
	font-size: 12px;
}
footer a, footer a:hover {
	color: #fff;
}
@media only screen and (max-width: 768px) {
  .callus {
  	    z-index: 1030;
  }
 
}
@media only screen and (max-width: 600px) {
	 .navbar-brand img {
	height: 68px;
}
.callus img {
    height: 220px;
    padding-top: 70px;
}
	}