@import url('https://fonts.googleapis.com/css?family=Dosis:300,400,500,600,700|Open+Sans:300,400,600,700');

body { font-family: 'Open Sans', sans-serif; color: #5b5b5b; font-weight: 400; font-size: 14px; line-height: 24px; -webkit-font-smoothing: antialiased; }
/*---------------------------------------
  01. RESET CSS
----------------------------------------*/
img, .img{ max-width: 100%; transition: all 0.3s ease-out 0s; }

a, 
.button { -webkit-transition: all 0.3s ease-out 0s; -moz-transition: all 0.3s ease-out 0s; -ms-transition: all 0.3s ease-out 0s; -o-transition: all 0.3s ease-out 0s; transition: all 0.3s ease-out 0s; }
a:focus,
.button:focus { text-decoration: none; outline: none; }

a:focus,
a:hover,
.portfolio-cat a:hover,
.footer-menu li a:hover { color: #D6B161; text-decoration: none; }

a,
button { outline: medium none; color: #4FC1F0; }
.uppercase { text-transform: uppercase;}
.capitalize { text-transform: capitalize; }
h1,
h2,
h3,
h4,
h5,
h6 { font-family: 'Dosis', sans-serif; font-weight: normal; color: #232332; margin-top: 0px; font-style: normal; font-weight: 300; letter-spacing: 1px; text-transform: uppercase; }

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a { color: inherit; }

h1 { font-size: 40px; font-weight: 500; }
h2 { font-size: 35px; }
h3 { font-size: 28px; }
h4 { font-size: 22px; }
h5 { font-size: 18px; }
h6 { font-size: 16px; }
/*ul { margin: 0px; padding: 0px; }*/
/*li { list-style: none }*/
p { font-size: 14px; font-weight: normal; line-height: 24px; color: #7e7e7e; margin-bottom: 15px; }
hr{ margin: 60px 0; padding: 0px; border-bottom: 1px solid #eceff8; border-top: 0px; }
label { color: #7e7e7e; cursor: pointer; font-size: 14px; font-weight: 400; }
*::-moz-selection { background: #d6b161; color: #fff; text-shadow: none; }
::-moz-selection { background: #d6b161; color: #fff; text-shadow: none; }
::selection { background: #d6b161; color: #fff; text-shadow: none;}
*::-moz-placeholder { color: #555555; font-size: 14px; opacity: 1; }
*::placeholder { color: #555555; font-size: 14px; opacity: 1; }

/*---------------------------------------
  02. MAIN MENU AND SLIDER CSS
----------------------------------------*/
header { left: 0; position: absolute; top: 0; width: 100%; z-index: 11; }
.main-menu-area{  }
.logo { transition: all 0.3s ease 0s; }
.main-menu{  }
.main-menu ul{  }
.navbar-default .navbar-toggle .icon-bar{ background-color:#fff ; }
.main-menu ul li a { color: #fff !important; display: block; font-weight: 700; padding: 40px 20px; text-transform: uppercase; }
.main-menu ul li a:hover {color: #ddd !important;}
.main-menu .active a{border-bottom: 2px solid #fff; background-color: transparent !important;}

header.sticky { background: #fff; position: fixed; border-bottom: 1px solid #ddd; }
.sticky .main-menu ul li a { padding: 31px 20px 15px 20px; color:#de1029 !important; }
.sticky .navbar { margin-bottom: -11px; }
.sticky .main-menu ul li a:hover { color: #444 !important; }
.sticky .main-menu .active a{border-bottom: 2px solid #de1029; background-color: transparent !important;}
.sticky .navbar-default .navbar-toggle .icon-bar{ background-color:#de1029 ; }

.single-slider{ height:100vh; }
.slider-title { display: table; height: 100%; text-align: center; width: 100%; }
.table-cell { display: table-cell; vertical-align: middle; }
.table-cell h1 { color: #ffffff; font-weight: 500; }
.table-cell span { color: #ffffff; font-weight: 500; font-size: 28px; }
.table-cell p { color: #ffffff; }
.navbar-brand { padding: 0px; }
svg path {fill:#fff;}
.navbar-brand > svg { transition: all 0.3s ease 0s; height: 100%; padding: 15px; width: auto; padding-left: 0; }
.navbar-brand { height: 100px; }
.sticky .navbar-brand { height: 80px; transition: all 0.3s ease 0s; }
.sticky svg path { fill: #de1029; transition: all 0.3s ease 0s; }

/*---------------------------------------
  03. Scroll To Top
----------------------------------------*/
#scrollUp { border-radius: 2px; bottom: 15px; box-shadow: 0 0 10px rgba(0, 0, 0, 0.05); color: #fff; font-size: 28px; height: 45px; line-height: 41px; position: fixed; right: 15px; text-align: center; transition: all 0.3s ease 0s; width: 45px; z-index: 200; }
#scrollUp:hover {  }

@-webkit-keyframes scroll-ani-to-top {
	0% { opacity: 0; bottom: 0; }
	50% { opacity: 1; bottom: 50%; }
	100% { opacity: 0; bottom: 75%; }
}
@-moz-keyframes scroll-ani-to-top {
	0% { opacity: 0; bottom: 0; }
	50% { opacity: 1; bottom: 50%; }
	100% { opacity: 0; bottom: 75%; }
}
@keyframes scroll-ani-to-top {
	0% { opacity: 0; bottom: 0; }
	50% { opacity: 1; bottom: 50%; }
	100% { opacity: 0; bottom: 75%; }
}
#scrollUp:hover i { animation: 800ms linear 0s normal none infinite running scroll-ani-to-top; height: 100%; left: 0; margin-bottom: -25px; position: absolute; width: 100%; bottom: 0; }
#scrollUp i { color: #fff; }
#scrollUp { background: #de1029 none repeat scroll 0 0; }
 
/*---------------------------------------
  04. DEFAULT CSS
----------------------------------------*/
.bg_white { background: #fff; }
.ptb_120 { padding: 120px 0; }
.mt_20 { margin-top: 20px; }
.mt_40 { margin-top: 40px; }
.mb_50 { margin-bottom: 50px; }
h2, .h2 { font-weight: 600; }

/*---------------------------------------
  05. TITLE HEADING CSS
----------------------------------------*/

.title_line::before{ background: #de1029 none repeat scroll 0 0; bottom: 0; content: ""; height: 2px; left: 50%; position: absolute; transform: translateX(-50%); width: 70px; }
.title_line { padding-bottom: 20px; position: relative; font-weight: 300; color: #444444; }

/*---------------------------------------
  06. ABOUT AREA CSS
----------------------------------------*/
.about_area_inner h2 { color: #555555; text-transform: uppercase; font-weight: 600; text-align: center; }
.about_details { text-align: left; }
.about_details p { color: #666666; font-size: 18px; line-height: 30px; margin-top: 23px; padding: 0 10%; }
.about_details p + p { margin-top: 15px; }


/*.about_area_wrap { align-items: center; }*/
/*.about_area_wrap { position: relative; }*/
/*.about_area_inner { visibility: visible;-webkit-transform: translateY(0) scale(1);opacity: 1;transform: translateY(0) scale(1);opacity: 1;-webkit-transition: -webkit-transform 0.8s cubic-bezier(0.6, 0.2, 0.1, 1) 0s, opacity 0.8s cubic-bezier(0.6, 0.2, 0.1, 1) 0s;transition: transform 0.8s cubic-bezier(0.6, 0.2, 0.1, 1) 0s, opacity 0.8s cubic-bezier(0.6, 0.2, 0.1, 1) 0s; }*/
/*.about_area_inner h2 { color: #555555; text-transform: capitalize; }*/
/*.about_details p { font-size: 15px; line-height: 30px; }*/
/*.about_details p + p { margin-top: 15px; }*/
/*.about_details { margin-top: 34px; }*/
/*.about_thumb {  }*/
/*.about_thumb img { max-width: 100%; visibility: visible; -webkit-transform: translateY(0) scale(1); opacity: 1; transform: translateY(0) scale(1); opacity: 1; -webkit-transition: all 0.3s ease-out 0s, -webkit-transform 0.8s cubic-bezier(0.6, 0.2, 0.1, 1) 0s, opacity 0.8s cubic-bezier(0.6, 0.2, 0.1, 1) 0s; transition: all 0.3s ease-out 0s, transform 0.8s cubic-bezier(0.6, 0.2, 0.1, 1) 0s, opacity 0.8s cubic-bezier(0.6, 0.2, 0.1, 1) 0s; }*/

/*---------------------------------------
  07. NATURE BUSINESS AREA CSS
----------------------------------------*/

.nature_business_area_inner h2 { color: #555555; text-transform: uppercase; font-weight: 600; text-align: center; }
.nature_business_area_details { text-align: left; }
.nature_business_area_details p { color: #666666; font-size: 18px; line-height: 30px; margin-top: 23px; padding: 0 10%; }
.nature_business_area_details p + p { margin-top: 15px; }

/*---------------------------------------
  08. CLIENT AREA CSS
----------------------------------------*/

.client_area_inner h2 { color: #555555; text-transform: uppercase; font-weight: 600; text-align: center; }
.client_area_details { text-align: left; }
.client_area_details p { color: #666666; font-size: 18px; line-height: 30px; margin-top: 23px; padding: 0 10%; }
.client_area_details p + p { margin-top: 15px; }
.clients_thumbs { padding: 0 7%; }
.clients_thumbs img { margin: 20px auto 20px auto; }
.clients_thumbs img:hover { transform: scale(1.5); }

/*---------------------------------------
  09. PRODCUT AND SUPPLIES AREA CSS
----------------------------------------*/

.pro_and_sup_area_inner h2 { color: #555555; text-transform: uppercase; font-weight: 600; text-align: center; }
.pro_and_sup_area_details { text-align: left; }
.carousel-inner { background-color:#fff; }
.spacer-md { padding-top:50px; padding-bottom:50px; }
.slide-delay-1 { -webkit-animation-delay: 0.2s; -moz-animation-delay: 0.2s; -o-animation-delay: 0.2s; -ms-animation-delay: 0.2s; }
.slide-delay-2 { -webkit-animation-delay: 0.5s; -moz-animation-delay: 0.5s; -o-animation-delay: 0.5s; -ms-animation-delay: 0.5s; }
.carousel-indicators { position: absolute; bottom: 10px; left: 50%; z-index: 15; width: 60%; margin-left: -30%; padding-left: 0; list-style: none; text-align: center; }
.carousel-indicators li { display: inline-block; width: 10px; height: 10px; margin: 1px; text-indent: -999px; border: 1px solid #de1029; border-radius: 10px; cursor: pointer; background-color: #000 \9; background-color: rgba(0, 0, 0, 0); }
.carousel-indicators .active { margin: 0; width: 12px; height: 12px; background-color: #de1029; }

/*---------------------------------------
  10. CONTACT AREA CSS
----------------------------------------*/

.contact_area_inner h2 { color: #555555; text-transform: uppercase; font-weight: 600; text-align: center; }
.contact_area_details { text-align: left; }
.contact_area_details p { color: #666666; font-size: 18px; line-height: 30px; margin-top: 23px; padding: 0 10%; }
.contact_area_details p a { color: #666666; }
.contact_area_details p a:hover { color: #de1029; font-weight: bold;}
.contact_area_details p span { color: #de1029; line-height: 30px; margin-top: 23px; padding: 0 10%; }
#social_bar { text-align: right; }
#social_bar a i { padding: 0px 20px; color : #fff; }
#social_bar a i:hover { transform: scale(1.5); }
#map { width: 100%; height: 350px; background-color: grey; }

/*---------------------------------------
  11. LOADER CSS
----------------------------------------*/

div#loader { background: #fff; position: fixed; z-index: 9999; width: 100%; height: 100%; }
div#loader > .icon { position: absolute; top: 50%; left: 50%; width: 40px; height: 40px; margin: -20px 0 0 -20px; background-image: url(../img/preloader.gif); background-repeat: no-repeat; background-position: center center; }