/*
  Theme Name: Rapid
  Theme URL: https://bootstrapmade.com/rapid-multipurpose-bootstrap-business-template/
  Author: BootstrapMade.com
  License: https://bootstrapmade.com/license/
*/

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/

body {
  background: #fff;
  color: #444;
  font-family: "Montserrat", sans-serif;
  background: url(../images/website_bg.png) center bottom no-repeat;
  background-size: cover;
}

a {
  color: #001a43;
  transition: 0.5s;
}

a:hover,
a:active,
a:focus {
  color: #feb432;
  outline: none;
  text-decoration: none;
}

p {
  padding: 0;
  margin: 0 0 20px 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  margin: 0 0 20px 0;
  padding: 0;
}

/* Back to top button */

.back-to-top {
  position: fixed;
  display: none;
  background: #feb432;
  color: #fff;
  width: 44px;
  height: 44px;
  text-align: center;
  line-height: 1;
  font-size: 16px;
  border-radius: 50%;
  right: 15px;
  bottom: 15px;
  transition: background 0.5s;
  z-index: 11;
}

.back-to-top i {
  padding-top: 12px;
  color: #fff;
}

/* Prelaoder */

#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  overflow: hidden;
  background: #fff;
}

#preloader:before {
  content: "";
  position: fixed;
  top: calc(50% - 30px);
  left: calc(50% - 30px);
  border: 6px solid #f2f2f2;
  border-top: 6px solid #001a43;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  -webkit-animation: animate-preloader 1s linear infinite;
  animation: animate-preloader 1s linear infinite;
}

@-webkit-keyframes animate-preloader {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes animate-preloader {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}


/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/

#header {
  height: 110px;
  transition: all 0.5s;
  z-index: 997;
  transition: all 0.5s;
  padding: 20px 0;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  transition: all 0.5s;
  z-index: 997;
}

#header.header-scrolled,
#header.header-pages {
  height: 110px;
  padding: 15px 0;
  background-color: rgba(0, 26, 67, 1);
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.3);
}


#header .logo h1 {
  font-size: 36px;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-weight: 400;
  letter-spacing: 3px;
  text-transform: uppercase;
}

#header .logo h1 a,
#header .logo h1 a:hover {
  color: #413e66;
  text-decoration: none;
}

#header .logo img {
  padding: 0;
  margin: 7px 0;
  max-height: 70px; max-width: 190px;
}

.main-pages {
  margin-top: 60px;
}

/*--------------------------------------------------------------
# Intro Section
--------------------------------------------------------------*/

#intro {
  width: 100%;
  height: 120vh;
  position: relative;
  background: #f5f8fd url("../images/main_background.png") center top no-repeat;
  background-size: cover;
}

#intro .intro-info h2 {
  color: #413e66;
  margin-bottom: 40px;
  font-size: 48px;
  font-weight: 700;
}

#intro .intro-info h2 span {
  color: #001a43;
}

#intro .intro-info .btn-get-started,
#intro .intro-info .btn-services {
  font-family: "Montserrat", sans-serif;
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  display: inline-block;
  padding: 10px 32px;
  border-radius: 4px;
  transition: 0.5s;
  color: #fff;
  background: #001a43;
  color: #fff;
}

#intro .intro-info .btn-get-started:hover,
#intro .intro-info .btn-services:hover {
  background: #0a98c0;
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/

/* Desktop Navigation */

.main-nav {
  /* Drop Down */
  /* Deep Drop Down */
}

.main-nav,
.main-nav * {
  margin: 0;
  padding: 8px 0px;
  list-style: none;
}

.main-nav > ul > li {
  position: relative;
  white-space: nowrap;
  float: left;
}

.main-nav a {
  display: block;
  position: relative;
  color: #052f6e;
  padding: 10px 7px;
  transition: 0.3s;
  font-size: 13px;
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
  font-weight: 600;
}

.main-nav a:hover,
.main-nav .active > a,
.main-nav li:hover > a {
  color: #feb432;
  text-decoration: none;
}

.main-nav .drop-down ul {
  display: block;
  position: absolute;
  left: 0;
  top: calc(100% - 30px);
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  padding: 10px 0;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: ease all 0.3s;
}

.main-nav .drop-down:hover > ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}

.main-nav .drop-down li {
  min-width: 180px;
  position: relative;
}

.main-nav .drop-down ul a {
  padding: 10px 20px;
  font-size: 14px;
  font-weight: 500;
  text-transform: none;
  color: #065e77;
}

.main-nav .drop-down ul a:hover,
.main-nav .drop-down ul .active > a,
.main-nav .drop-down ul li:hover > a {
  color: #001a43;
}

.main-nav .drop-down > a:after {
  content: "\f107";
  font-family: FontAwesome;
  padding-left: 10px;
}

.main-nav .drop-down .drop-down ul {
  top: 0;
  left: calc(100% - 30px);
}

.main-nav .drop-down .drop-down:hover > ul {
  opacity: 1;
  top: 0;
  left: 100%;
}

.main-nav .drop-down .drop-down > a {
  padding-right: 35px;
}

.main-nav .drop-down .drop-down > a:after {
  content: "\f105";
  position: absolute;
  right: 15px;
}

/* Mobile Navigation */

.mobile-nav {
  position: fixed;
  top: 0;
  bottom: 0;
  z-index: 9999;
  overflow-y: auto;
  left: -260px;
  width: 260px;
  padding-top: 18px;
  background: rgba(0, 26, 67, 0.8);
  transition: 0.4s;
}

.mobile-nav * {
  margin: 0;
  padding: 0;
  list-style: none;
}

.mobile-nav a {
  display: block;
  position: relative;
  color: #fff;
  padding: 10px 20px;
  font-weight: 500;
  text-transform: uppercase;
}

.mobile-nav a:hover,
.mobile-nav .active > a,
.mobile-nav li:hover > a {
  color: #feb432;
  text-decoration: none;
}

.mobile-nav .drop-down > a:after {
  content: "\f078";
  font-family: FontAwesome;
  padding-left: 10px;
  position: absolute;
  right: 15px;
}

.mobile-nav .active.drop-down > a:after {
  content: "\f077";
}

.mobile-nav .drop-down > a {
  padding-right: 35px;
}

.mobile-nav .drop-down ul {
  display: none;
  overflow: hidden;
}

.mobile-nav .drop-down li {
  padding-left: 20px;
}

.mobile-nav-toggle {
  position: fixed;
  right: 0;
  top: 0;
  z-index: 9998;
  border: 0;
  background: none;
  font-size: 30px;
  transition: all 0.4s;
  outline: none !important;
  line-height: 1;
  cursor: pointer;
  text-align: right;
  padding:15px
}

.mobile-nav-toggle i {
  margin: 18px 18px 0 0;
  color: #feb432;
}

.mobile-nav-overly {
  width: 100%;
  height: 100%;
  z-index: 9997;
  top: 0;
  left: 0;
  position: fixed;
  background: rgba(0, 26, 67, 0.8);
  overflow: hidden;
  display: none;
}

.mobile-nav-active {
  overflow: hidden;
}

.mobile-nav-active .mobile-nav {
  left: 0;
}

.mobile-nav-active .mobile-nav-toggle i {
  color: #fff;
}

/*--------------------------------------------------------------
# Sections
--------------------------------------------------------------*/

/* Sections Header
--------------------------------*/
.section-header h3 {
  font-size: 45px;
  color: #052f6e;
  text-align: center;
  font-weight: bold;
  position: relative;
  font-family: "Montserrat", sans-serif;
  padding:50px 0px
}
.service_font{
	color: #FFFFFF;
	color: rgba(255, 255, 255, 0.0);
	font-size: 60px;
	-webkit-text-stroke: 2px #052f6e;
	}
.service_bg{
	font-size: 60px;
	font-weight: bold;
	color: rgba(254, 180, 50, 0.15);
	text-align:center;
	position:absolute;
	top: 120px;
	padding:0px 50px;
	}

/* Section with background
--------------------------------*/

.section-bg {
  background: #f5f8fd url("../images/main_background2.png") center top no-repeat;
  background-size: cover;
}

/* About Us Section
--------------------------------*/

#about {
  padding: 80px 0;
}

#about .about-content {
  padding-top: 40px;
}

#about .about-content h2 {
  color: #413e66;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
}

#about .about-content h3 {
  color: #696592;
  font-weight: 400;
  font-size: 22px;
  font-style: italic;
}


/* Services Section
--------------------------------*/

#services {
  padding: 100px 0 40px 0;
  position: relative;
}
#services img {
	width:100%;
	padding:20px
	}
#services .box {
  padding: 30px;
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  margin: 0 10px 40px 10px;
  background: #fff;
  box-shadow: 0 10px 29px 0 rgba(68, 88, 144, 0.1);
  transition: all 0.3s ease-in-out;
  text-align: center;
}

#services .box:hover {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

#services .icon {
  margin: 0 auto 15px auto;
  padding-top: 12px;
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  width: 60px;
  height: 60px;
}

#services .icon i {
  font-size: 36px;
  line-height: 1;
}

#services .title {
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 18px;
}

#services .title a {
  color: #111;
}

#services .box:hover .title a {
  color: #001a43;
}

#services .description {
  font-size: 14px;
  line-height: 28px;
  margin-bottom: 0;
  text-align: left;
}


/* Main banner
--------------------------------*/

#main_banner {
  background: #f5f8fd url("../images/main_banner_bg.png") center top no-repeat;
  background-size: cover;
  padding: 100px 0;
  color:#FFFFFF
}



/* How it is Made Section
--------------------------------*/

#howitismade {
 padding-top:150px;
 padding-bottom:50px
}

#howitismade .section-header {
  margin-bottom: 40px;
}

#howitismade .testimonial-item .testimonial-img {

  border: 4px solid #fff;
  float: left;
}


#howitismade .owl-nav,
#howitismade .owl-dots {
  margin-top: 5px;
  text-align: center;
}

#howitismade .owl-dot {
  display: inline-block;
  margin: 0 5px;
  width: 12px;
  height: 12px;
  background-color: #feb432;
}

#howitismade .owl-dot.active {
  background-color: #001a43;
}

/* Team Section
--------------------------------*/

#team {
  padding: 60px 0;
}

#team .member {
  text-align: center;
  margin-bottom: 20px;
  position: relative;
  overflow: hidden;
}

#team .member .member-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  transition: 0.2s;
  padding: 15px 0;
  background: rgba(29, 28, 41, 0.6);
}

#team .member .member-info-content {
  transition: margin 0.2s;
  height: 40px;
  transition: height 0.4s;
}

#team .member:hover .member-info {
  transition: 0.4s;
}

#team .member:hover .member-info-content {
  height: 80px;
}

#team .member h4 {
  font-weight: 700;
  margin-bottom: 2px;
  font-size: 18px;
  color: #fff;
}

#team .member span {
  font-style: italic;
  display: block;
  font-size: 13px;
  color: #fff;
}

#team .member .social {
  margin-top: 15px;
}

#team .member .social a {
  transition: none;
  color: #fff;
}

#team .member .social a:hover {
  color: #001a43;
}

#team .member .social i {
  font-size: 18px;
  margin: 0 2px;
}

/* Clients Section
--------------------------------*/

#clients {
  padding: 60px 0;
}

#clients img {
  max-width: 80%;
  opacity: 0.5;
  transition: 0.3s;
  padding: 15px 0;
}

#clients img:hover {
  opacity: 1;
}

#clients .owl-nav,
#clients .owl-dots {
  margin-top: 5px;
  text-align: center;
}

#clients .owl-dot {
  display: inline-block;
  margin: 0 5px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #ddd;
}

#clients .owl-dot.active {
  background-color: #001a43;
}


/* Frequently Asked Questions Section
--------------------------------*/

#faq {
  padding: 60px 0;
  overflow: hidden;
}

#faq #faq-list {
  padding: 0;
  list-style: none;
}

#faq #faq-list li {
  border-bottom: 1px solid #ebebeb;
}

#faq #faq-list a {
  padding: 22px 0;
  display: block;
  position: relative;
  font-family: "Montserrat", sans-serif;
  font-size: 20px;
  line-height: 1;
  font-weight: 400;
  padding-right: 20px;
}

#faq #faq-list i {
  font-size: 24px;
  position: absolute;
  right: 0;
  top: 20px;
}

#faq #faq-list p {
  margin-bottom: 20px;
}

#faq #faq-list a.collapse {
  color: #001a43;
}

#faq #faq-list a.collapsed {
  color: #000;
}

#faq #faq-list a.collapsed i::before {
  content: "\f2c7" !important;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/

#footer {
  padding: 0 0 30px 0;
  font-size: 14px;
}


#footer .copyright {
  text-align: center;
  padding-top: 30px;
  color: #535074;
  font-size: 15px;
}

#footer .credits {
  text-align: center;
  font-size: 14px;
  padding-top: 4px;
  color: #8582a8;
}

#footer .credits a {
  color: #001a43;
}

#footer .credits a:hover {
  color: #feb432;
}

/*--------------------------------------------------------------
# Responsive Media Queries
--------------------------------------------------------------*/

@media (min-width: 992px) {
  #intro .intro-info {
    padding-top: 80px;
  }
  

}

@media (max-width: 991px) {

  #header {
    height: 70px;
    padding: 15px 0;
  }

  #header .logo h1 {
    font-size: 28px;
    padding: 8px 0;
  }

  #why-us .why-us-content {
    padding-top: 30px;
  }

  #pricing {
    padding-bottom: 30px;
  }

  #pricing .card {
    margin-bottom: 50px;
  }
  
  /*#header .logo img {
  position: absolute;
  top:20px
}*/
}

@media (max-width: 768px) {
  .back-to-top {
    bottom: 15px;
  }

  #faq #faq-list a {
    font-size: 18px;
  }

  #faq #faq-list i {
    top: 13px;
  }
  
.display_item1	{
	display:block !important}
	
.display_item2	{
	display:none !important}
	
.main_intro_msg{
	position: inherit !important;
    top: 0% !important;
	}
}

@media (max-width: 767px) {
  #intro {
    height: auto;
    padding: 80px 0 60px 0;
  }

  #intro .container {
    height: auto !important;
  }

  #intro .intro-img {
    width: 80%;
  }

  #intro .intro-info {
    text-align: center;
    padding-top: 40px;
  }

  #intro .intro-info h2 {
    font-size: 34px;
    margin-bottom: 30px;
  }

  .section-header p {
    width: 100%;
  }

  #howitismade .testimonial-item {
    text-align: center;
  }

  #howitismade .testimonial-item .testimonial-img {
    float: none;
    margin: auto;
  }
.button{
	padding: 20px !important}
}

@media (max-width: 574px) {
  #footer .footer-top .social-links a {
    margin-bottom: 25px;
  }
  
  .service_bg{
	font-size: 30px;
	}
  
}

/*Index*/
.main_intro_msg{
	background-color: rgba(0, 26, 67, 0.7);
	padding: 60px 50px;
	margin:120px 0px;
	position: absolute;
    top: 10%;
	}
.main_intro_msg h2{
	font-weight:bold;
	text-align:center;
	margin:0px;
	color:#FFFFFF
	}
.main_intro_msg h1{
	font-weight:bold;
	text-align:center;
	font-size:50px;
	color:#FFFFFF
	}
.intro_text{
	color: #feb432
	}
.main_intro_msg h4{
	text-align:center;
	color:#FFFFFF
	}
.button {
  background-color: #feb432;
  border: none;
  color: white;
  padding: 16px 80px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 4px 2px;
  transition-duration: 0.4s;
  cursor: pointer;
}
.button1 {
  background-color: feb432; 
  color: white; 
  border: 2px solid #feb432;
  margin:auto;
  display:block;
  border-radius:50px;
  font-weight:bold
}
.button1:hover {
  background-color: transparent;
  color: white;
  border: 2px solid #feb432;
}
/*About Us Section*/
#about h5{
	text-align:center;
	color:#feb432;
	}
#about p{
	text-align: center;
}
.button2 {
  background-color: feb432; 
  color: white; 
  border: 2px solid #feb432;
  margin:auto;
  display:block;
  border-radius:50px;
  font-weight:bold
}
.button2:hover {
  background-color: transparent;
  color: #feb432;
  border: 2px solid #feb432;
}	

/*Services Section*/
.space_top{
	margin-top:80px}
	
.space_top_padding{
	 background-color:#feb432;
	 padding:60px 50px}

.main_product_section{
	padding: 70px 40px;
	}
.main_product_section h4{
	font-weight:bold;
	color: #001a43;
	}	
.main_product_section p{
	color: #ffffff;
	}	
.button3 {
  background-color: transparent; 
  color: white; 
  margin:auto;
  display:block;
  border-radius:50px;
  font-weight:bold;
  border: 2px solid white;
}
.button3:hover {
  background-color: white;
  color: #feb432;
}	
#footer_menu li {
  display:inline;
  padding:10px;
  color:#001a43
}
.socail_media{
	padding-right:10px}
	
.menu_fontcolor .main-nav a{
	color: white }
	
.menu_fontcolor .img-fluid{
	  display: block;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  content: url("../images/logo.png");
  background-size: cover;

	}
	
.our_legacy{ 
padding-top:150px;
padding-bottom:50px}	

.our_legacy h2{
	font-size:50px;
    color: #feb432;
    font-weight: bold;
	padding-top:50px;
	margin-bottom:8px
	}
.our_legacy h5{
	color: #052f6e ;
	text-align:left !important}
.our_legacy p{
	text-align: justify !important;
	line-height:30px;
	}
.index_menu_color a{
	color:#FFFFFF
	}
	
#our_legacy .about-img {
  position: relative;
  margin: 30px 30px 30px 30px;
}

#our_legacy .about-img img {
  width: 100%;
  border: 8px solid #fff;
  transition: .5s;
}

#our_legacy .about-img img:hover {
  width: 100%;
  -webkit-transform: scale(1.03);
  transform: scale(1.03);
}

#our_legacy .about-img::before {
  position: absolute;
  left: -31px;
  top: -30px;
  width: 90%;
  height: 92%;
  z-index: -1;
  content: '';
  background-color: #ebf1fa;
  transition: .5s;
}

#our_legacy .about-img::after {
  position: absolute;
  right: -31px;
  bottom: -30px;
  width: 90%;
  height: 92%;
  z-index: -1;
  content: '';
  background-color: #ebf1fa;
  transition: .5s;
}

#our_legacy .testimonial-item .testimonial-img {
  float: left;
}


#our_legacy .owl-nav,
#our_legacy .owl-dots {
  margin-top: 5px;
  text-align: center;
}

#our_legacy .owl-dot {
  display: inline-block;
  margin: 0 5px;
  width: 12px;
  height: 12px;
  background-color: #feb432;
}

#our_legacy .owl-dot.active {
  background-color: #001a43;
}



	
#howitismade h2{
	font-size:50px;
    color: #feb432;
    font-weight: bold;
	padding-top:10px
	}
	
#howitismade h5{
    font-weight: bold;
	margin:0px;
	color: #052f6e ;
	}
#howitismade p{
    margin:0px;
	padding:10px 0px;
	text-align:justify
	}
#howitismade i{
    color: #feb432;
	}
#howitismade h4{
    font-weight: bold;
	color: #052f6e ;
	padding-top:60px
	}
.howitismade_smalltitle{
	color: #feb432 !important;}
	
#howitismade img{
	width:100%;
	padding:15px 5px}	
	
#products{
	padding-top:150px;
	padding-bottom:50px}

#products img{
	width:100%;
	padding:15px 5px}
		
#products h2{
	font-size:50px;
    color: #feb432;
    font-weight: bold;
	padding-top:30px}
	
	
#products h4{
    color: #feb432;
    font-weight: bold;
	padding-top:10px}
	
#products h5{
    font-weight: bold;
	margin:0px;
	color: #052f6e;}
#products p{
    line-height:30px;
	padding-top:10px;
}
	
#products .testimonial-item .testimonial-img {
  border: 4px solid #fff;
  float: left;
}

#products .owl-nav,
#products .owl-dots {
  margin-top: 5px;
  text-align: center;
}

#products .owl-dot {
  display: inline-block;
  margin: 0 5px;
  width: 12px;
  height: 12px;
  background-color: #feb432;
}

#products .owl-dot.active {
  background-color: #001a43;
}
	
#products table, tr, td {
	font-size:14px;
}	
.products_table{
	margin-top:10px}

.display_item1	{
	display:none;
	padding-top:50px}
.display_item2	{
	display:block;
	padding-top:50px}
	
.display_item	{
	padding-top:50px}
	
#products .about-img {
  position: relative;
  margin: 30px 30px 30px 30px;
}

#products .about-img img {
  width: 100%;
  border: 8px solid #fff;
  transition: .5s;
}

#products .about-img img:hover {
  width: 100%;
  -webkit-transform: scale(1.03);
  transform: scale(1.03);
}

#products .about-img::before {
  position: absolute;
  left: -31px;
  top: -30px;
  width: 90%;
  height: 92%;
  z-index: -1;
  content: '';
  background-color: #ebf1fa;
  transition: .5s;
}

#products .about-img::after {
  position: absolute;
  right: -31px;
  bottom: -30px;
  width: 90%;
  height: 92%;
  z-index: -1;
  content: '';
  background-color: #ebf1fa;
  transition: .5s;
}
.production{
	padding-top:30px
	}

#our_brands img{
	width:100%;
}
	
#our_team img{
	width:100%
}

#our_team h2{
	font-size: 50px;
    color: #feb432;
    font-weight: bold;
    padding-top: 50px;
    margin-bottom: 8px;
}
		
#contact_location img{
	width:100%
}
#contact_location h5{
    font-weight: bold;
	margin:0px;
	color: #052f6e;}	
	
#news_media img{
	width:100%
}
	
#news_media table {
  border-collapse: collapse;
  width: 100%;
  margin-top:20px
}
#news_media thead{
  background-color: #052f6e;
  color:white;
  text-transform: uppercase;
	  }

#news_media td, th {
  text-align: left;
  padding: 8px;
  padding: 20px 10px;
}

#news_media tr:nth-child(even) {
  background-color: whitesmoke;
}
	
	
.product_button {
  background-color: #feb432;
  border: none;
  color: white;
  padding: 15px 25px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 4px 2px;
  transition-duration: 0.4s;
  cursor: pointer;
}
.product_button1 {
  background-color: feb432; 
  color: white; 
  border: 2px solid #feb432;
  display:block;
  border-radius:50px;
  font-weight:bold
}
.product_button1:hover {
  background-color: transparent;
  color: #feb432;
  border: 2px solid #feb432;
}	
	
 .main-nav{ position: relative}
.lang{ position: absolute; right: 10px; top: -15px;}
.lang a{ color: #052f6e; display: inline-block}	
.index_menu_color .lang a{ color: #fff!important; }
	
.lang a:hover{ color: #feb432;}		
	 
/*
 * 4. PAGINATION
 */


.pagination > li > a:hover,.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
    z-index: 2;
    color: #fff;
    cursor: default;
    background-color: #feb432;
    border-color: #feb432; cursor: pointer;
}
.pagination > li > a, .pagination > li > span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #001a43;
    text-decoration: none;
    background-color: none;
    border: 1px solid #feb432;
}

.error,.n-error{color: #f00}
@media (max-width: 768px) {
    .main-nav{ position: inherit}
	.lang{ top: 2px; }
	.lang a{ padding:5px; }
	.mobile-nav ul{ margin-top: 20px}
}