

body {
  padding-top: 0px;
  font-family: "Roboto", sans-serif;
}



.top-strip {
    
    /*background-image: url(../img/top-bg.png);*/
    background-repeat: repeat;
    padding: 15px 0px 15px 0px;
    
}
.top-quote p {
    font-size: 16px;
    margin: 7px 25px 0px 0px;
    color: #000;
    text-align: center;
    font-weight: 700;
}

.top-contact {
    background-color: ;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-right: 1em;
    border-bottom-left-radius: 30px;
}

.top-contact p {
    font-size: 14px;
    text-align: left;
    margin: 0px;
    color: #fff;
    padding-left: 15px;
}
.top-contact p a {
    font-size: 14px;
    color: #fff;
    text-decoration: none;
    padding-left: 1em;
}
.top-contact .fas {
    color: #fff;
    font-size: 15px;
    margin-right: 5px;
}


/*  .top-contact .fa-map-marker-alt {
    background-color: #367bfa;
    padding: 10px 12px 10px 12px;
    color: #fff;
    border-radius: 30px;
    font-size: 15px;
}
.top-contact .fa-phone-volume {
    background-color: #367bfa;
    padding: 10px 12px 10px 12px;
    color: #fff;
    border-radius: 30px;
    font-size: 15px;
}
.top-contact .ph-span {
    font-size: 21px!important;
    font-weight: bolder;
    margin-top: 10px;
}
*/



.fixed-top {
    position: inherit;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
    background-image: url(../img/black-bg.png);
}
.navbar-expand-lg {
    
}
.navbar-expand-lg .navbar-nav .nav-link {
    font-size: 15px;
    text-transform: uppercase;
    font-weight: bold;
    color: #333;
    padding: 20px 17px 20px 17px;
    border-right: 1px solid #ccc;
}
.navbar-collapse {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    -ms-flex-positive: 1;
    flex-grow: 0;
    -ms-flex-align: center;
    align-items: center;
}
.navbar .container {
    background-image: -webkit-linear-gradient(top, #f3f3f3 0%, #e6e6e6 100%);
    background-image: -o-linear-gradient(top, #f3f3f3 0%, #e6e6e6 100%);
    background-image: linear-gradient(to bottom, #f3f3f3 0%, #e6e6e6 100%);
    background-color: #eeeeee;
    background-image: -moz-linear-gradient(top, #f3f3f3, #e6e6e6);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f3f3f3), to(#e6e6e6));
    background-image: -webkit-linear-gradient(top, #f3f3f3, #e6e6e6);
    background-image: -o-linear-gradient(top, #f3f3f3, #e6e6e6);
    background-image: linear-gradient(to bottom, #f3f3f3, #e6e6e6);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff3f3f3', endColorstr='#ffe6e6e6', GradientType=0);
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
}
.right-collapse p {
    margin: 0px;
}
.right-collapse p a {
    text-decoration: none;
    color: #367bfa;
    display: inline-block;
    line-height: 1;
    background: #ffffff;
    padding: 3px 3px 3px 3px;
    text-align: center;
    -webkit-box-shadow: 0 1px 2px rgba(52, 51, 49, 0.2);
    -moz-box-shadow: 0 1px 2px rgba(52, 51, 49, 0.2);
    box-shadow: 0 1px 2px rgba(52, 51, 49, 0.2);
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
    margin-right: 7px;
    font-size: 20px;
}
.right-collapse .fab {
    border: 2px solid #367bfa;
     
    padding: 0;
    margin: 0;
    line-height: 24px;
    width: 50px;
    height: 30px;
    text-align: center;
     
}


.home-slider .carousel-inner {
    border-bottom: 2px solid #367bfa;
}


.welcome-section {
	padding-bottom: 2em;
	padding-top: 2em;
    background-image: url(../img/top-bg.png);
    background-repeat: repeat;
}
.welcome-section h1 {
	font-size: 36px;
	font-weight: bold;
	color: #323232;
	margin-bottom: 10px;
	text-align: center;
	text-transform: capitalize;
}
.welcome-section span {
    color: #323232;
    font-family: "Nunito", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 5px;
}
.welcome-section p {
    text-shadow: 1px 1px 0 #ffffff;
    font-size: 17px;
    line-height: 28px;
    /*font-weight: bold;*/
}


.about-tow {
    padding-bottom: 3.5em;
    padding-top: 3.5em;
}

.about-tow h2 {
    font-size: 30px;
    font-weight: 100;
    color: #000;
    margin-bottom: 0px;
    text-align: left;
    text-transform: capitalize;

}

.about-tow-content {
    background-color: #fff;
    text-align: left;
    padding-top: 1.5em;
}
.about-tow-content p {
    font-size: 14px;
    line-height: 1.6;
    color: #333;

}


.about-tow .carousel-indicators {
    left: 0;
    top: auto;
    bottom: -70px;

}

/* The colour of the indicators */
.about-tow .carousel-indicators li {
    background: #a3a3a3;
    border-radius: 50%;
    width: 5px;
    height: 5px;
    padding: 5px 5px 5px 5px;
}

.about-tow .carousel-indicators .active {
background: #707070;
display: none;
}



.product-content {
    text-align: center;
    background-color: #f3f3f3;
    border-bottom: 1px solid #bfbfbf;
    padding-bottom: 1em;
}

.product-content h3 {
    color: #343331;
    font-size: 18px;
    font-weight: 600;
    padding-bottom: 0.5em;
    padding-top: 1em;
    text-transform: capitalize;
}
.product-content a {
    background: #ffffff;
    color: #367bfa;
    -webkit-box-shadow: 0 1px 3px rgba(52, 51, 49, 0.3);
    -moz-box-shadow: 0 1px 3px rgba(52, 51, 49, 0.3);
    box-shadow: 0 1px 3px rgba(52, 51, 49, 0.3);
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    padding: 4px;
    text-transform: none;
    display: inline-block;
    line-height: 20px;
    border: none;
    margin: 0;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    font-weight: bold;
    text-decoration: none;
}
.about-tow .carousel-control-prev {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: inherit;
    width: 15%;
    color: #fff;
    text-align: left!important;
     
    transition: opacity .15s ease;
    padding:10px;
    font-size: 26px;
}
.about-tow .carousel-control-next {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: right;
    width: 15%;
    color: #fff;
    text-align: right!important;
    transition: opacity .15s ease;
    padding:10px;
    font-size: 26px;

}
.about-tow .fas {
    background-color: #000;
    color: #fff;
}
.about-tow .fas:hover {
    background-color: #000;
    color: #fff;
}







.section-two {
	padding-bottom: 2em;
	padding-top: 2em;
}
.section-two h2 {
	font-size: 36px;
	font-weight: bold;
	color: #323232;
	margin-bottom: 20px;
	text-align: center;
	text-transform: capitalize;
}
.section-two span {
    color: #323232;
    font-family: "Nunito", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 5px;
}
.box-1 {
	text-align: center;
	border-radius: 5px;
    box-shadow: 0 2px 7px 2px rgba(0, 0, 0, 0.05);
    padding: 45px 0 40px 0;
}
.box-1 h3 {
	font-size: 32px;
	font-weight: bold;
	color: #367bfa;
}
.button-content {
	padding-top: 1em;
	text-align: center;
}
.button-content p {
    font-size: 26px;
    font-weight: 900;
    text-transform: capitalize;
    margin-top: 1em;
    margin-bottom: 1em;
}
.button-content .btn {
    color: #367bfa;
    background-color: #fff;
    font-size: 17px;
    font-weight: 600;
    border: 2px solid #367bfa;
    border-radius: 30px;
    padding: 9px 20px 9px 20px;
}
.button-content .btn:hover {
    color: #fff;
    background-color: #367bfa;
    font-size: 17px;
    font-weight: 600;
    border: 2px solid #367bfa;
    border-radius: 30px;
    padding: 9px 20px 9px 20px;
    -webkit-transition:0.7s;
}




.home-products {
	padding-bottom: 2em;
	padding-top: 2em;
	background-color: #e9ecef;
}
.home-products h2 {
	font-size: 36px;
	font-weight: bold;
	color: #323232;
	margin-bottom: 20px;
	text-align: center;
	text-transform: capitalize;
}
.product-box-1 {
	text-align: center;
}
.home-products h4 {
	font-size: 20px;
	font-weight: bold;
	color: #323232;
	margin-top: 10px;
	margin-bottom: 10px;
	text-align: center;
	text-transform: capitalize;
}

.product-button-content {
    padding-top: 1em;
    text-align: center;
}
.product-button-content h5 {
    font-size: 26px;
    font-weight: 900;
    text-transform: capitalize;
    margin-bottom: 1em;
    margin-top: 1em;
}
.product-button-content .btn {
    color: #367bfa;
    background-color: #e9ecef;
    font-size: 17px;
    font-weight: 600;
    border: 2px solid #367bfa;
    border-radius: 30px;
    padding: 9px 20px 9px 20px;
}
.product-button-content .btn:hover {
    color: #fff;
    background-color: #367bfa;
    font-size: 17px;
    font-weight: 600;
    border: 2px solid #367bfa;
    border-radius: 30px;
    padding: 9px 20px 9px 20px;
    -webkit-transition:0.7s;
}





.footer-contents-1 {
	background-color: #1d2225;
	padding-bottom: 2em;
	padding-top: 2em;
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.footer-contents-1-social-links {
	text-align: right;
}
.footer-contents-1-social-links p {
	margin: 0px;
}
.footer-contents-1-social-links p a {
	padding-right: 1em;
	padding-left: 1em;
	font-size: 30px;
	color: #fff;
	margin: 0px;
	text-decoration: none;
}


.footer-contents-2 {
	background-color: #1d2225;
	padding-bottom: 1em;
	padding-top: 1em;
    background-image: url(../img/bg_footer-map.png);
}
.footer-contents-2 h4 {
    color: #fff;
    font-size: 24px;
    text-transform: capitalize;
    font-weight: 900;
    margin-bottom: 20px;
}
.footer-contents-2 p {
	font-size: 17px;
	color: #9da5a9;
	line-height: 1.8em;
}
.footer-contents-2 p a {
	color: #9da5a9;
	text-decoration: none;
}
.footer-contents-2 .fas {
	color: #fff;
	margin-right: 8px;
}






.footer-contents-3 {
	background-color: #191d20;
	padding-bottom: 1em;
	padding-top: 1em;
}
.footer-contents-3 p {
	font-size: 17px;
	color: #9da5a9;
	line-height: 1.8em;
	margin: 0px;
}
.footer-contents-3 p a {
	color: #9da5a9;
	text-decoration: none;
}
.right-text {
	text-align: right;
}



.banner {
	width: 100%;
	height: auto;
}
.banner img {
	width: 100%;
	height: auto;
}





/* contact us page */

.contact-contents-1 {
	background-color: #fafafa;
	padding-bottom: 3em;
	padding-top: 3em;
	border-bottom: 1px solid #eee;
}
.contact-contents-1-social-links {
	text-align: right;
}
.contact-contents-1-social-links p {
	margin: 0px;
}
.contact-contents-1-social-links p a {
	padding-right: 1em;
	padding-left: 1em;
	font-size: 30px;
	color: #000;
	margin: 0px;
	text-decoration: none;
}
.contact-contents-2 {
	background-color: #fafafa;
	padding-bottom: 2em;
	padding-top: 2em;
}
.contact-contents-2 h4 {
    color: #000;
    font-size: 28px;
    text-transform: capitalize;
    font-weight: 900;
    margin-bottom: 20px;
}
.contact-contents-2 p {
	font-size: 16px;
	color: #000;
	line-height: 1.8em;
}
.contact-contents-2 p a {
	color: #000;
	text-decoration: none;
}
.contact-contents-2 .fas {
	color: #367bfa;
	margin-right: 8px;
}





/* products page */


.products-page {
	padding-top: 3em;
	padding-bottom: 3em;
}

.products-page-box-0 {
	padding-bottom: 1em;
}

.products-page-box-0 h1 {
    font-size: 36px;
    font-weight: bold;
    color: #323232;
    margin-bottom: 10px;
    text-align: center;
    text-transform: capitalize;
}


.products-page-box-1 h3 {
    font-size: 26px;
    font-weight: 900;
    text-transform: capitalize;
}
.products-page-box-1 p {
    text-align: justify;
    font-size: 15px;
    line-height: 1.7em;
}
.products-page-box-1 h4 {
    font-size: 26px;
    font-weight: 900;
    text-transform: capitalize;
}
.products-page-box-1 ul {
	margin-left: -38px;
}
.products-page-box-1 ul li {
	text-transform: capitalize;
	list-style-type: none;
	line-height: 42px;
	font-weight: 800;
}
.products-page-box-1 .fas {
	color: #367bfa;
	margin-right: 8px;
}
.products-page-box-1 .btn {
    color: #367bfa;
    background-color: #fff;
    font-size: 14px;
    font-weight: bold;
    border: 2px solid #367bfa;
    border-radius: 30px;
    padding: 6px 20px 6px 20px;
}
.products-page-box-1 .btn:hover {
    color: #fff;
    background-color: #367bfa;
    font-size: 14px;
    font-weight: bold;
    border: 2px solid #367bfa;
    border-radius: 30px;
    padding: 6px 20px 6px 20px;
}



/* responsive styles */



@media only screen and (max-width: 600px) {

/* home page */

.top-strip {
	display: none;
}
.navbar-brand {
	max-width: 190px;
}
.box-1 {
    margin-top: 0.6em;
    margin-bottom: 0.6em;
}
.home-products h4 {
	margin-bottom: 25px;
}
.footer-contents-1-social-links {
    text-align: center;
}
.footer-contents-1-social-links p {
    margin: 15px 0px 0px 0px;
}
.footer-contents-1-social-links p a {
    padding-right: 0.6em;
    padding-left: 0.6em;
    font-size: 25px;
    color: #fff;
    margin: 0px 0px 0px 0px;
    text-decoration: none;
}
.footer-contents-2 p {
    font-size: 15px;
    color: #9da5a9;
    line-height: 1.8em;
    margin-bottom: 2rem;
}
.footer-contents-2 h4 {
    color: #fff;
    font-size: 26px;
    text-transform: capitalize;
    font-weight: 900;
    margin-bottom: 10px;
}
.footer-contents-3 p {
    font-size: 15px;
    color: #9da5a9;
    line-height: 1.8em;
    margin: 0px;
}
.right-text {
    text-align: left;
}




/* contact us page */

.contact-contents-1-social-links {
    text-align: center;
}
.contact-contents-1-social-links p {
    margin: 15px 0px 0px 0px;
}
.contact-contents-1-social-links p a {
    padding-right: 0.6em;
    padding-left: 0.6em;
    font-size: 25px;
    color: #000;
    margin: 0px 0px 0px 0px;
    text-decoration: none;
}
.contact-contents-2 p {
    font-size: 15px;
    color: #000;
    line-height: 1.8em;
    margin-bottom: 2rem;
}
.contact-contents-2 h4 {
    color: #000;
    font-size: 26px;
    text-transform: capitalize;
    font-weight: 900;
    margin-bottom: 10px;
}





}






.back-to-top {
    position: fixed;
    bottom: 25px;
    right: 25px;
    display: none;
    background-color: #367bfa;
    color: #fff;
    border-radius: 30px;
    font-size: 20px;
    padding: 6px 13px 6px 13px;
    border: 2px solid #367bfa;
}


a .img-fluid{
    width: 70% !important;
}
}
