

html,body {
	margin: 0;
	padding: 0;
	font-family: "Montserrat", sans-serif;
	font-size: 15px;
  overflow-x: hidden;
  scroll-behavior: smooth;
}

/*@font-face {
  font-family: myFirstFont;
  src: url(sansation_light.woff);
}*/

/*----------------------------------------------------------------------------------------------------------------
	Global
----------------------------------------------------------------------------------------------------------------*/

h1, h2, h3, h4, h6 {
	color: #000;
}

h5{
	color: #fd7020;
    font-weight: 600;
}

p {
	color: #484848;
}
a:hover{
	text-decoration: none;
}
li{
	list-style-type: none;
}
.c-btn {
	background-color: #071e70;
	color: #fff;
	padding: 0.5rem 2rem;
	border-radius: 10px;
}
.c-btn:hover {
	color: #fff;
	background-color: #04113e;
}
.mr0 {
	margin: 0;
}
.pd0 {
	padding: 0;
}
.mrt10 {
	margin-top: 10px;
}
.mrt20 {
	margin-top: 20px;
}
.mrt30 {
	margin-top: 30px;
}
.mrt40 {
	margin-top: 40px;
}
.mrb10 {
	margin-bottom: 10px;
}
.mrb20 {
	margin-bottom: 20px;
}
.mrb30 {
	margin-bottom: 30px;
}
.mrb40 {
	margin-bottom: 40px;
}
.pdt10 {
	padding-top: 10px;
}
.pdt20 {
	padding-top: 20px;
}
.pdb10 {
	padding-bottom: 10px;
}
.pdb20 {
	padding-bottom: 20px;
}
.section-entry {
	padding: 5rem 0;
}
.page-section {
	padding: 2rem 0;
}

.relative {
	position: relative;
}
.width100 {
	width: 100%;
}
.txtct {
	text-align: center;
}
.txtrt {
	text-align: right;
}
.txtupr {
	text-transform: uppercase;
}
.dflex {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}


/*---------------------------------------------------------------------------------------------------------------------
	Navbar
---------------------------------------------------------------------------------------------------------------------*/

.navbar {
	background-color: #000!important;
	-webkit-box-shadow: 0 2px 6px -1px rgba(0, 0, 0, 0.2);
	box-shadow: 0 2px 6px -1px rgba(0, 0, 0, 0.2);
  padding: 0 15px;
}
.navbar-light .navbar-toggler-icon {
    background-image: url(../img/toggler.png);
}

.logo-img {
	width: 190px;
}
.nav-item {
	padding-left: 2rem;
}
.nav-link {
	color: #fff!important;
	line-height: 50px;
  text-transform: uppercase;
  font-weight: 500;
}

.navbar-dark .navbar-toggler {
	border:2px solid #fff;
}

/* add your custome hamburger icon */
.navbar-dark .navbar-toggler-icon {
    background-image: url(../img/toggler.png);
}

.navbar-dark .navbar-toggler:focus {
	outline: none;
} 

.customNav  {
	background-color: #ee3739!important;
	-webkit-box-shadow: 0 2px 6px -1px rgba(0, 0, 0, 0.2);
	box-shadow: 0 2px 6px -1px rgba(0, 0, 0, 0.2);
	animation: navSlide 1s ease forwards;
}

.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #ffffff;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
  text-transform: uppercase;
}

.dropdown-item:hover {
    color: #000;
    text-decoration: none;
    background-color: #fff;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 0;
  margin: 0.125rem 0 0;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fd7020;
  background-clip: padding-box;
  border: 1px solid rgba(0,0,0,.15);
  border-radius: 0.25rem;
  line-height: 40px;
}

@keyframes navSlide {
	0% {
		transform: translateY(-100%);
	}
	100% {
		transform: translateY(0%);
	}
}

/*---------------------------------------------------------------------------------------------------------------------
	Carousel
---------------------------------------------------------------------------------------------------------------------*/

.myCarouselCaption {
    right: 50%;
    bottom: 50%;
    transform: translateY(50%);
    left: 10%;
    color: #000;
    text-align: left;
}
.myCarouselCaption h5 {
	font-size: 40px;
	text-transform: uppercase;
	font-weight: 600;
}
.myCarouselCaption p {
	padding-right: 100px;
}



/* ...........................................................................
 Owl Carousel
..................................................................................... */

.owl-prev span, .owl-next span {
	color: red;
	font-size: 20px;
  display: none;
}

.owl-prev span:hover, 
.owl-next span:hover {
	color: #8199A3;
}

.owl-prev, .owl-next {
	position: absolute;
	top: 0;
	height: 100%;
}

.owl-prev {
	left: -20px;
}

.owl-next {
	right: -20px;
}

/* removing blue outline from buttons */
button:focus, button:active {
   outline: none;
}

.owl-carousel .owl-item img {
	width: 65%;
}

.owl-carousel .owl-stage{display: flex;}
.article-items {
    display: flex;
    flex: 1 0 auto;
    height: 100%;
}
.aticle-box {
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: stretch;
}



/*---------------------------------------------------------------------------------------------------------------------
	Home
---------------------------------------------------------------------------------------------------------------------*/

.main-wrapper {
	 margin-top: 63px;
}

.card-layout1 {
	
}


.hm-why-box {
     box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
     height: 100%;
}

.hm-why-icon {
	background-color: #fd7020;
    padding: 15px;
    display: flex;
    justify-content: center;
}

.hm-why-txt {
    padding: 25px;
    text-align: center;
}

/*.hm-info-box h5 {
	color: #fff;
    font-weight: 600;
}*/

.hm-info-box h3 {
    font-weight: 600;
}

.hm-info-box h3 span {
    color: #fd7020;
    font-weight: 700;
}

.hm-btn {
  margin-top: 30px;
}

.hm-btn a {
	background-color: #fd7020;
    color: #fff;
    padding: 12px 20px;
    border-radius: 21px;
    font-weight: 500;
}



/*///////// hm-products ////////*/


.top-shape-gray {
    position: absolute;
    width: 100%;
    height: 70px;
    padding: 0px;
    margin: 0px;
    top: 0;
    left: 0;
    z-index: 5;
    background: url(../images/top-shape-gray.png) center top no-repeat;
}


.pro-head h5 {
	color: #fff;
    font-weight: 600;
}

.pro-head h3 {
	color: #fff;
    font-weight: 400;
}

.hm-products-wrapper {
   background-color: #fd7020;	
}

.hm-pro-box {
	background-color: #fff;
    padding: 25px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    border-radius: 10px;
}

.img-pad {
	background-color: #fff;
  padding: 10px;
  border-radius: 10px;
}


/*//////////// why-us //////////////*/

.value-points {
    display: flex;
}

.value-points i {
    background-color: #fd7020;
    color: #fff;
    border-radius: 50%;
    height: 24px;
    width: 30px;
    line-height: 25px;
    text-align: center;
}

.ab-points {
    color: #676767;
    font-size: 15px;
    font-weight: 500;
    margin-left: 15px;
}

.ab-points span {
  color: #000;
    font-weight: 600;
    font-size: 18px;
}



/*///////////// testimonials //////////////*/

.hm-test-wrapper { 
   background-color: #e5e5e5c2;
}


.test-box{
	background-color: #fff;
	padding: 30px;
	border-radius: 15px;
}

.test-box p{
	margin-top: 10px;
  color: #000;
  font-weight: 500;
}

.img-avatar {
    display: flex;
    align-items: center;
    padding-left: 0;
}

.test-name {
    color: #000;
    font-weight: 600;
}

.test-name span{
    color: #fd7020;
    font-weight: 800;
}

.img-avatar img {
    width: 20% !important;
    padding-right: 20px;
}

.checked {
  color: orange;
}




/*---------------------------------------------------------------------------------------------------------------------
	About
---------------------------------------------------------------------------------------------------------------------*/

.years-box h3 {
    font-size: 33px;
    text-align: center;
    font-weight: 600;
}

.years-box span {
    color: #ff7421;
    font-weight: 800
}

.years-box {
   text-align: center;
}

.ab-company-box h3 {
    font-weight: 600;
}

.background-wrapper {
	background-image: url(../img/ab-background-img.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    background-blend-mode: overlay;
    background-color: #000000c2;
    padding: 185px 100px;
}

.background-img-txt h3 {
    color: #fff;
    text-align: center;
    line-height: 43px;

}

.background-img-txt p {
    color: #fff;
    text-align: center;
    margin-top: 20px;

}


.pro-head p {
	color: #fff;
    text-align: center;
}

.ab-values-wrapper {
	background-color: #fd7020;
}

.value-box {
	background-color: #fff;
  padding: 10px;
  height: 100%;
  border-radius: 15px;
}

.value-txt-box{
	padding: 15px;
	text-align: center;
}


.management-box {
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    padding: 40px;
    height: 100%;
    border-radius: 15px;
}

.management-box span{
  color: #fd7020;
    font-weight: 700;
}

.br{
  border-radius: 15px;
}





/*---------------------------------------------------------------------------------------------------------------------
	Products
---------------------------------------------------------------------------------------------------------------------*/

hr{
	margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 1px solid rgb(253 118 29);
}

.product-card-wrap {
    z-index: 1;
    border: none;
    background-color: #ededed8f;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    border-radius: 15px;
    padding: 0 1.9rem 1.9rem;
    overflow: hidden;
    position: relative;
    height: 100%;
    transition: all .3s ease-in-out;
}

.product-details h4 {
    text-align: center;
    text-transform: uppercase;
    font-weight: 600;
}

.pro-btn {
    display: flex;
    justify-content: center;
}

.pro-btn a {
    background-color: #fd7020;
    color: #fff;
    padding: 12px 20px;
    border-radius: 21px;
    font-weight: 500;
}



/*---------------------------------------------------------------------------------------------------------------------
	Contact
---------------------------------------------------------------------------------------------------------------------*/

#mail-msg-alert {
	margin-bottom: 3rem;
}
#mail-msg-alert button.btn {
	display: table;
	margin: 0 auto;
}
#mail-msg {
	color: #fff;
}
#mail-msg:hover {
	text-decoration: none;
}

.map-wrapper {
        line-height:0;

}

.contact-form-wrap {
	background-color: #e5e5e5;
    padding: 30px;
}

.height-100 {
	height: 100%;
}


.contact-form-btn {
	background-color: #fd7020;
    color: #fff;
    padding: 10px 25px;
    border-radius: 21px;
    font-weight: 500;
    border: none;
}


/*.company-contact-info-wrapper {
    background-color: #fd7020;
    margin-bottom: 50px;
}*/

.comapny-contact-box {
	display: flex;
    align-items: center;
}

.contact-icon-box i {
	text-align: center;
    font-size: 25px;
    color: #fff;
    margin-bottom: 18px;
}

.contact-txt-box p {
	margin-left: 12px;
    font-size: 15px;
    font-weight: 300;
    color: #fff;
}

.company-contact-info-wrapper {
  background-image: url(../img/contact-background.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 150px;
}

/*---------------------------------------------------------------------------------------------------------------------
	404 page not found
---------------------------------------------------------------------------------------------------------------------*/
/*.page-not-found-wrap {
	margin-top: 7rem;
}*/
.page-not-found {
	display: table;
	margin: 0 auto;
	padding: 5rem 0;
	width: 50%;
	filter: drop-shadow(2px 4px 6px black);
	display: none;
}
.page-not-found-text {
	text-align: center;
	margin: 8rem 0 5rem;
}

/* oops text with fill background image */
.page-not-found-text h1 {
	font-family: 'Rubik Mono One', sans-serif;
	font-size: 20vw;
	color: #000;  
  background: url("../img/banner1.jpg") no-repeat;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-position: center;
		text-transform: capitalize;
	/*display: none; currently not visible*/
}

.page-not-found-text h6 {
	font-size: 25px;
	font-weight: bold;
}
.page-not-found-text a {
	font-weight: bold;
}

/*---------------------------------------------------------------------------------------------------------------------
	Footer
---------------------------------------------------------------------------------------------------------------------*/

.top-footer-wrapper {
	
}
.bottom-footer-wrapper {
	background-color: #fd7020;
	padding: 1rem 0;
}
.footer-copyright-text {
	margin-bottom: 0;
	text-align: center;
	font-size: 0.85rem;
	color: #fff;
}
.creator-link {
	color: #000000;
    font-size: 16px;
    font-weight: 600;
}
.creator-link:hover {
	color: #fff;
}

.top-footer-wrapper {
    background-color: #000;
}

.foot-img-box img {
    width: 230px;	
}

.footer-para {
	color: #fff;
    font-weight: 300;
}

.list-text {
    line-height: 33px;
    padding-left: 0;
}

.list-text li {
    color: #fff;
    font-weight: 600;
}

.list-text li a {
    color: #fff;
    font-weight: 300;
    font-size: 15px;
}

.foot-info-box {
    display: flex;
    align-items: center;
}

.foot-icon-box i {
    text-align: center;
    font-size: 25px;
    color: #fff;
    margin-bottom: 18px;
}

.foot-info-box p {
    margin-left: 12px;
    font-size: 15px;
    font-weight: 600;
    color: #fff;
}

.foot-info-box p a {
    color: #fff;
}

.footer-social-list {
    margin-bottom: 20px;
    display: flex;
}

.footer-social-list li i {
   color: #000000;
    width: 35px;
    height: 35px;
    font-size: 18px;
    text-align: center;
    border-radius: 50%;
    line-height: 35px;
    transition: all 0.3s;
    background: #fff;
}




