
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif:ital,wght@0,400;0,700;1,400&family=Roboto:wght@400;500;900&display=swap');


body {
  background: #FFF;
  color: #000 ;
  overflow-x:hidden !important;
  font-family: 'Roboto', sans-serif;
  /*font-family: 'Noto Serif', serif;*/
  font-weight: 400;
}

@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@300&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:wght@500&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Roboto+Slab:wght@500&display=swap');

input[type=submit]{transition: 0.5s;}


a {
  	color: #196DC7;
  	transition: 0.5s;
}

a:hover, a:active {
  	outline: none;
  	text-decoration: none;
}

ul, p {
  	padding: 0;
	margin:0;
	font-size:15px;
}

h1, h2, h3, h4, h5, h6 {
  	font-weight: 400;
  	padding: 0;
	margin:0;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
section, footer
{
	display:inline-block;
	vertical-align:top;
	width:100%;
	position:relative;
}
.header_section
{
	position:relative;
	width:100%;
}

.logo_and_contact_secion
{
	position: fixed;
	left:0;
	top:0;
  z-index:2;
  width:100%
}
.logo_area
{
	display:inline-block;
	vertical-align:middle;
	width:300px;
	transition: all .5s ;
}
.logo_area img
{
  width:100%;
  max-width: 440px;
  transition: all .5s ;
}
.logo_area:hover
{
	transform: scale(1.02);	
		-webkit-transition: all .5s ;
	-moz-transition: all .5s ;
	-ms-transition: all .5s ;
	-o-transition: all .5s ;
	transition: all .5s ;
	transition-timing-function:ease-out;	
}
.logo_right_area
{
	display:inline-block;
	vertical-align:middle;
  width:calc(100% - 304px);
  text-align:right;
  margin:10px 0;

}

.nav_section
{
	display:inline-block;
	vertical-align:middle;
  margin-right: 110px;
  float: right;

}
.sticky {
  position: fixed;
  top: 0;
  width: 100%;
  z-index:999;
  left:0;
  background-color:rgba(0,0,0,1);
}
.sticky .logo_contact_area
{
	display:none;
}
.sticky .logo_right_area
{
	width:calc(100% - 204px); transition: all .5s ;
}
.sticky .logo_area
{
	width:200px;	 transition: all .5s ;
}


.nav_main_area
{
	display:inline-block;
	vertical-align:middle;
	text-align:left;
}


/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/* Nav Menu Essentials */
.nav-menu, .nav-menu * {
  padding: 0;
  list-style: none;
  display:inline-block;
  vertical-align:middle;
  margin:0;
  margin-right: 7px!important;
}

.nav-menu ul {
  position: absolute;
  display: none;
  top: 100%;
  left: 0;
  z-index: 99;
  text-align:left;
}

.nav-menu li {
  position: relative;
}

.nav-menu > li {
  float: left;
}
.nav-menu .home_icon
{
	font-size:16px;
	margin-right:5px;
}
.nav-menu li:hover > ul,
.nav-menu li.sfHover > ul {
  display: block;
}

.nav-menu ul ul {
  top: 0;
  left: 100%;
}

.nav-menu ul li {
  min-width: 180px;
}

/* Nav Menu Arrows */
.sf-arrows .sf-with-ul {
  padding-right: 30px;
}

.sf-arrows .sf-with-ul:after {
  content: "\f107";
  position: absolute;
  right: 15px;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
}

.sf-arrows ul .sf-with-ul:after {
  content: "\f105";
}

/* Nav Meu Container */



@media (max-width: 767px) {
  #nav-menu-container {
    display: none;
  }
}

/* Nav Meu Styling */
.nav-menu a {
	padding: 3px 15px;
	text-decoration: none;
	display: inline-block;
	color: #FFF;
  font-size: 16px;
  text-transform: uppercase;
	outline: none;
	position:relative;
  font-family: 'Oswald', sans-serif;
	border:1px solid #fff;
  margin:0 0px;
  font-weight: 400;
}

.nav-menu li:hover > a{
 background-color: #fff;
color:#000;
  
}

/*.nav-menu li:hover > a, .nav-menu > .menu-active > a {
 background-color: #fff;
color:#000;
	
}*/


.nav-menu > li {
  margin-left: 15px;
}


.nav-menu ul {
  margin: 0px 0 0 0;
  padding: 10px;
  background: #1f1a17;
  -webkit-box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.26);
    -moz-box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.26);
    box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.26);
}

.nav-menu ul li {
  transition: 0.3s;
}

.nav-menu ul li a {
  padding: 10px;
  color: #fff;
  transition: 0.3s;
  display: block;
  font-size: 13px;
  text-transform: none;
}

.nav-menu ul li:hover > a {
  color: #fff;
}

.nav-menu ul ul {
  margin: 0;
}

/* Mobile Nav Toggle */
#mobile-nav-toggle {
  position: absolute;
  right: 0;
  top:33px;
  transform:translateY(-50%);
  z-index: 999;
  margin: 0 20px 0 0;
  border: 0;
  background: none;
  font-size: 24px;
  display: none;
  transition: all 0.4s;
  outline: none;
  cursor: pointer;
}

#mobile-nav-toggle i {
  color: #fff;
}
.fa-times
{
  color: #fff;	
}
.fa-bars
{
  color: #FFF !important;		
}

@media (max-width:767px) {
  #mobile-nav-toggle {
    display: inline;
  }
}

/* Mobile Nav Styling */
#mobile-nav {
  position: fixed;
  top: 0;
  padding-top: 18px;
  bottom: 0;
  z-index: 998;
  background: #000;
  left: -260px;
  width: 260px;
  overflow-y: auto;
  transition: 0.4s;
}

#mobile-nav ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

#mobile-nav ul li {
  position: relative;
}

#mobile-nav ul li a {
  color: #fff;
  font-size: 13px;
  text-transform: uppercase;
  overflow: hidden;
  padding: 10px 22px 10px 15px;
  position: relative;
  text-decoration: none;
  width: 100%;
  display: block;
  outline: none;
  font-family: 'Poppins', sans-serif;
   cursor:pointer; 
}

#mobile-nav ul li a:hover {
  color: #fff;
}

#mobile-nav ul li li {
  padding-left: 30px;
}

#mobile-nav ul .menu-has-children i {
  position: absolute;
  right: 0;
  z-index: 99;
  padding: 15px;
  cursor: pointer;
  color: #fff;
}

#mobile-nav ul .menu-has-children i.fa-chevron-up {
  color: #DA251D;
}

#mobile-nav ul .menu-has-children li a {
  text-transform: none;
}

#mobile-nav ul .menu-item-active {
  color: #1d9148;
}

#mobile-body-overly {
  width: 100%;
  height: 100%;
  z-index: 997;
  top: 0;
  left: 0;
  position: fixed;
  background: rgba(0, 0, 0, 0.7);
  display: none;
}

/* Mobile Nav body classes */
body.mobile-nav-active {
  overflow: hidden;
}

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

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


/*--------------------------------------------------------------
# Sections
--------------------------------------------------------------*/
/* Sections Header
--------------------------------*/
#intro
{
	display:block;
	float:left;
	width:100%;
	position:relative;
  z-index:1;

	
}
#intro .carousel
{
	position:relative;
	float:left;
	width:100%;
}
#intro .slider_contanear
{
	display:inline-block;
	width:100%;
	position:relative;
  text-align:center;
  background-color: #000;
}

.slider_contanear{background-color: #000; position: relative;}

#intro .corner{position: absolute; z-index: 1; left:0; top:0; height: 100%;}

.slider_contanear .large{display:inline-block; vertical-align:middle; width:100%; min-height: 400px; object-fit: cover; opacity: 0.8;}

@media screen and (max-width: 540px){
  .slider_contanear .large{display:inline-block; vertical-align:middle; width:100%; min-height: 650px; object-fit: cover; opacity: 0.8;}
}

.slider_contanear .sublarge{display:inline-block; vertical-align:middle; width:100%; height: 400px; object-fit: cover; opacity: 0.6;}

#intro article, .slider_contanear article{position: absolute; left:50%; top:50%; transform: translate(-50%, -50%); z-index: 2; color:#FFF; text-align: left; width:100%;  text-shadow: 2px 2px 2px rgba(0,0,0,0.8);
text-align: center;}

.sublarge_article
{
  left:50% !important;
  transform: translateX(-50%) !important; 

}

#intro article h2{font-family: 'Oswald', sans-serif; font-weight: 300; font-size: 63px; margin-bottom: 0px; text-transform: uppercase;}

#intro article p{font-family: 'Oswald', sans-serif; display:inline-block; width:100%; margin:15px 0; font-size:20px;}

/*#intro article p span{border:2px solid #fff;background-color: #363434;font-family: 'Oswald', sans-serif; display:inline-block;}*/

#intro article .link{float: right;margin-right:21%;display:inline-block; vertical-align:middle; padding:15px 30px; background-color:#00a1d5; color:#FFF; text-transform:uppercase; position:relative;}

#intro article .link:hover{background-color: #ff8a00;}


.sub_page_panel
{
  padding: 40px 0;
}

.sub_page_panel_left h2
{
  font-family: 'Oswald', sans-serif;font-weight: bold; font-size: 33px; margin-bottom: 10px; border-bottom: double;
}

.sub_page_panel_left h3,h4,h5,h6{
  font-family: 'Oswald', sans-serif;
}

.sub_page_panel_left p
{
  font-family: 'Playfair Display', serif;
  text-align: justify;
  line-height: 25px;
  width:100%;
  display: inline-block;
  vertical-align: top;
  margin: 10px 0;
}

.sub_page_panel_left ul li
{
  font-family: 'Oswald', sans-serif;
  text-align: justify;
  line-height: 25px;
}

#intro .carousel-control-prev-icon
{
	background:url(../images/left_arrow1.png) no-repeat;
	width:41px;
	height:79px;
}
#intro .carousel-control-next-icon
{
	background:url(../images/right_arrow1.png) no-repeat;
	width:41px;
	height:79px;	
}
#intro .carousel-control-next, .carousel-control-prev
{
	width:auto;
	opacity: 1;
}
#intro .carousel-indicators li {
    width: 15px;
    height: 15px;
	border-radius:100%;
	background:#21254A;
	cursor:pointer;
}
#intro .carousel-indicators .active {
    background-color: #00ADEF;
}

.our_products_panel
{
  padding: 40px 0;
  text-align: center;
}

.our_products_panel h2
{
  font-family: 'Oswald', sans-serif;
  font-size: 38px;
  font-weight: bold;
  margin: 15px 0;
}

.our_products_panel p
{
  font-family: 'Oswald', sans-serif;
  width:100%;
  display: inline-block;
  vertical-align: top;
  margin: 15px 0;
  font-size: 18px;
}

.our_products_panel_box
{
  width:100%;
  display: inline-block;
  vertical-align: top;
  margin: 15px 0;
  text-transform: uppercase;
  font-size: 19px;
}

.our_products_panel_box img
{
  display: inline-block;
  vertical-align: top;
  margin: 15px 0;
  border-radius: 100%;
  transition: 0.5s;
}
.our_products_panel_box:hover img
{
  transform: rotate(360deg);
}

.our_products_panel_box article
{
  font-family: 'Oswald', sans-serif;
  width:100%;
  display: inline-block;
  vertical-align: top;
  font-size: 17px;
  text-transform: uppercase;
  margin: 5px 0;
  color:#3aa42c;
}


.welcomee_panel
{
  padding: 40px 0 0;
  background-image: url(../images/ring.jpg);
  background-position: top right;
  background-repeat: no-repeat;
  text-align: left;
  color: #000;
}

.welcomee_panel h2
{
  font-family: 'Oswald', sans-serif; 
  font-size:38px;
  color:#42b6f5;
}

.welcomee_panel h2 span{color:#000;}

.welcomee_panel h3{font-family: 'Oswald', sans-serif; text-transform: uppercase; font-size: 24px;}

.welcomee_panel p
{
  font-family: 'Playfair Display', serif; 
  width:100%;
  color: #000;
  text-align: justify;
  display: inline-block;
  vertical-align: top;
  font-size: 15px;
  margin: 15px 0;
}

.welcomee_panel a
{
  display: inline-block;
  float: right;
  padding: 7px 15px;
  color:#42b6f5;
  vertical-align: top;
  margin: 10px 0;
  background-color: #fff;
}

.welcomee_panel a:hover
{
  color:#fff;
  background-color: #ff8a00;
}

.welcomee_panel .girl
{
  width:100%;
  display: inline-block;
  vertical-align: top;
  margin: 10px 0 0 0;
  max-width:568px;
  transition: 0.5s;
}

.welcomee_panel .girl:hover
{
  transform: scale(1.1);
}

.testimonials_panel
{
  padding: 40px 50px;
  text-align: center;
  /*background-image: url(../images/products-bg.jpg);FF9876*/
  background-color: #fa9573;
  background-repeat: no-repeat;
  background-size: cover;
}

.testimonials_panel h2
{
  font-family: 'Oswald', sans-serif;
  color:#fff;
  font-size:38px;
  margin-bottom: 20px;
}

.testimonials_panel
{
  display: inline-block;
  vertical-align: top;
  width:100%;
}

.testimonials_panel_box p
{
  font-family: 'Oswald', sans-serif;
  width:100%;
  display: inline-block;
  vertical-align: top;
  font-size: 18px;
  color:rgba(255,255,255,1);
}

.testimonials_panel_box article
{
  font-family: 'Oswald', sans-serif;
  width:100%;
  display: inline-block;
  vertical-align: top;
  color:#FFF;
  margin: 10px 0;
}

.testimonials_panel_box article span
{
  width:100%;
  display: inline-block;
  vertical-align: top;
  color:#FFF;
  text-transform: uppercase;
}


.owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled{display:block !important;}

.testimonials_panel .owl-prev
{
	position:absolute;
	left:0;
	width:26px;
	height:52px;
	background:url(../images/arrow_left.png) center center no-repeat !important;
	margin:0 !important;
	margin-left:-30px !important;
	color: transparent !important;
	outline-style:none;
	top:45%;
}
.testimonials_panel .owl-next
{
	position:absolute;
	right:0;
	width:26px;
	height:52px;
	background:url(../images/arrow_right.png) center center no-repeat  !important;	
	margin:0 !important;
	margin-right:-30px !important;	
	color: transparent !important;
	outline-style:none;	
	top:45%;	
}

.ourclients_panel
{
  padding:40px 0;
  text-align: center;
}

.ourclients_panel h2
{
  font-family: 'Oswald', sans-serif;
  font-size:38px;
  color:#000;
  font-weight: bold;
  margin-bottom: 15px;
}

.ourclients_panel_box
{
  width:100%;
  display: inline-block;
  vertical-align: top;
  margin: 10px 0;
}

.ourclients_panel_box img
{
  display: inline-block;
  vertical-align: top;
  width:100%;
  transition: 0.5s;
}

.ourclients_panel_box img:hover
{
  transform: scale(1.1);
}


.ourclients_panel .owl-carousel .owl-dots.disabled, .ourclients_panel .owl-carousel .owl-nav.disabled {
  display: none !important;
}

.ourclients_panel .owl-dots{display: none;}

footer
{
  background-image: url(../images/footer-bg.jpg);
  background-size: cover;
  padding: 40px 0;
  text-align: center;
  color:#FFF;
}

footer h3
{
  font-family: 'Oswald', sans-serif;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 16px;
  margin: 15px 0;
}

footer .fa{color:#f1dd00; font-size: 25px;}

footer p
{
  font-family: 'Oswald', sans-serif;
  width:100%;
  display: inline-block;
  vertical-align: top;
  font-size: 13px;
  color:rgba(255,255,255,0.6);
  margin: 5px 0;
}

footer .social
{
  display: inline-block;
  vertical-align: top;
  color:rgba(255,255,255,0.6);
  font-size: 20px;
  margin: 10px 0;
}

footer .social .fa
{
  color:rgba(255,255,255,0.6) !important;
  margin: 2px;
}

footer .social .fa:hover
{
  color:rgba(255,255,255,1) !important;
}

.footbottom
{
  background-color: #FF9800;
  color:#FFF;
  font-size: 11px;
}



.our_products_panel_box_sub
{
  width:100%;
  display: inline-block;
  vertical-align: top;
  margin: 5px 0;
  text-transform: uppercase;
  font-size: 19px;
}

.our_products_panel_box_sub img
{
  display: inline-block;
  vertical-align: middle;
  margin: 5px 0;
  border-radius: 100%;
  transition: 0.5s;
  width:80px;
  height: 80px;
}
.our_products_panel_box_sub:hover img
{
  transform: rotate(360deg);
}

.our_products_panel_box_sub article
{
  width:calc(100% - 88px);
  display: inline-block;
  vertical-align: middle;
  font-size: 17px;
  text-transform: uppercase;
  margin: 5px 0;
  padding-left: 10px;
  color:#3aa42c;
}
.contact_info{
        background-color: #f5f4eb;
        box-shadow: 0.7px 0.7px 9px rgba(0,0,0,0.5);
        padding: 11px;
        font-weight: bold;
    }

.contact_info:hover{
        background-color: #f5f4eb;
        box-shadow: 0.7px 0.7px 9px rgba(20, 228, 255,0.7);
        padding: 11px;
        font-weight: bold;
    }

.contact_info table{
  width: 100%;
        border: 5px solid darkgrey;
        -webkit-box-shadow: 0.7px 0.7px 9px rgba(0, 0, 0,0.7);
    }

.contact_info table:hover{
        -webkit-box-shadow: 0.5px 0.5px 5px rgba(214, 10, 255,0.7);
    }
.contact_info thead,tbody{
        color: #fff;
        font-size: 21px;
    }

.contact_info tr:nth-last-child(even) {
        background: #c20696;
    }

.contact_info tr:nth-last-child(odd) {
        background: #068ac2;
    }

.contact_info td{
        padding: 5px;
    }
.map_area{
  margin-top: -39px;
}
@media screen and (max-width: 450px){
  .contact_info{margin-bottom: 5px;}
  .contact_info table{
        width: 100%;
        -webkit-box-shadow: 0.7px 0.7px 9px rgba(0, 0, 0,0.7);
    }
  .contact_info thead,tbody{
        color: #fff;
        font-size: 17px;
    }
    .map_area{margin-top: 10px;}
}

@media screen and (max-width: 360px){
  .contact_info{margin-bottom: 5px;}
  .contact_info table{
        width: 100%;
        -webkit-box-shadow: 0.7px 0.7px 9px rgba(0, 0, 0,0.7);
    }
  .contact_info thead,tbody{
        color: #fff;
        font-size: 13px;
    }
    .contact_info td{
        padding: 5px;
    }
    .map_area{margin-top: 10px;}
}

@media screen and (max-width: 280px){
  .contact_info{margin-bottom: 5px;}
  .contact_info table{
        width: 100%;
        -webkit-box-shadow: 0.7px 0.7px 9px rgba(0, 0, 0,0.7);
    }
  .contact_info thead,tbody{
        color: #fff;
        font-size: 11px;
    }
    .contact_info td{
        padding: 2px;
    }
    .map_area{margin-top: 10px;}
}


.social_top_right {
    position: fixed;
    right: 50px;
    top: 85%;
    width: 51px;
    z-index: 9;
}

/*eorder form*/
.eorder-box {
  width: 100%;
  padding: 40px;
  background: #fbfce3;
  box-sizing: border-box;
  box-shadow: 0 15px 25px rgba(0,0,0,.6);
  border-radius: 10px;
}

.eorder-box h2 {
  margin: 0 0 30px;
  padding: 0;
  color: #000;
  text-align: center;
}

.eorder-box .user-box {
  position: relative;
}

.eorder-box .user-box input {
  width: 100%;
  padding: 10px 0;
  font-size: 12px;
  color: #000;
  margin-bottom: 30px;
  border: none;
  border-bottom: 1px solid #000;
  outline: none;
  background: transparent;
}

.eorder-box .user-box select {
  width: 100%;
  padding: 10px 0;
  font-size: 12px;
  color: #000;
  margin-bottom: 30px;
  border: none;
  border-bottom: 1px solid #000;
  outline: none;
  background: transparent;
}
.eorder-box .user-box textarea {
  width: 100%;
  padding: 10px 0;
  font-size: 12px;
  color: #000;
  margin-bottom: 30px;
  border: none;
  border-bottom: 1px solid #000;
  outline: none;
  background: transparent;
}
.eorder-box .user-box option {
  background: #e8eaed;
  color: #000;
}
.eorder-box .user-box label {
  position: absolute;
  top:0;
  left: 0;
  padding: 10px 0;
  font-size: 16px;
  color: #000;
  pointer-events: none;
  transition: .5s;
}

.eorder-box .user-box span{
  top: -20px;
  left: 0;
  color: #ff8c00;
  font-size: 12px;
}

.eorder-box .user-box input:focus ~ label,
.eorder-box .user-box input:valid ~ label {
  top: -20px;
  left: 0;
  color: #ff8c00;
  font-size: 12px;
}

.eorder-box .user-box select:focus ~ label,
.eorder-box .user-box select:valid ~ label {
  top: -20px;
  left: 0;
  color: #ff8c00;
  font-size: 12px;
}

.eorder-box .user-box textarea:focus ~ label,
.eorder-box .user-box textarea:valid ~ label {
  top: -20px;
  left: 0;
  color: #ff8c00;
  font-size: 12px;
}

.eorder-box form .eorder-btn {
  position: relative;
  display: inline-block;
  padding: 10px 20px;
  background-color: rgba(0,0,0,0);
  color: #ff8c00;
  font-size: 16px;
  text-decoration: none;
  text-transform: uppercase;
  overflow: hidden;
  transition: .5s;
  margin-top: 40px;
  letter-spacing: 4px
}

.eorder-box .eorder-btn:hover {
  background: #ff8c00;
  color: #fff;
  border-radius: 5px;
  box-shadow: 0 0 5px #ff8c00,
              0 0 25px #ff8c00,
              0 0 50px #ff8c00;
}

.eorder-box .eorder-btn span {
  position: absolute;
  display: block;
}

.eorder-box .eorder-btn span:nth-child(1) {
  top: 0;
  left: -100%;
  width: 100%;
  height: 2px;
  background: linear-gradient(90deg, transparent, #ff8c00);
  animation: btn-anim1 1s linear infinite;
}

@keyframes btn-anim1 {
  0% {
    left: -100%;
  }
  50%,100% {
    left: 100%;
  }
}

.eorder-box .eorder-btn span:nth-child(2) {
  top: -100%;
  right: 0;
  width: 2px;
  height: 100%;
  background: linear-gradient(180deg, transparent, #ff8c00);
  animation: btn-anim2 1s linear infinite;
  animation-delay: .25s
}

@keyframes btn-anim2 {
  0% {
    top: -100%;
  }
  50%,100% {
    top: 100%;
  }
}

.eorder-box .eorder-btn span:nth-child(3) {
  bottom: 0;
  right: -100%;
  width: 100%;
  height: 2px;
  background: linear-gradient(270deg, transparent, #ff8c00);
  animation: btn-anim3 1s linear infinite;
  animation-delay: .5s
}

@keyframes btn-anim3 {
  0% {
    right: -100%;
  }
  50%,100% {
    right: 100%;
  }
}

.eorder-box .eorder-btn span:nth-child(4) {
  bottom: -100%;
  left: 0;
  width: 2px;
  height: 100%;
  background: linear-gradient(360deg, transparent, #ff8c00);
  animation: btn-anim4 1s linear infinite;
  animation-delay: .75s
}

@keyframes btn-anim4 {
  0% {
    bottom: -100%;
  }
  50%,100% {
    bottom: 100%;
  }
}


.text-slider {
    display: block;
    width: 100%;
    height: 105px;
    background-color: #ffffe8;
    font-family: 'Oswald', sans-serif;
    margin-top: 15px;
    color: #000;
}

.owl-nav {
    
}


.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: #ff7b00 !important;
}

.text-slider_inner-box{
      vertical-align: middle!important;
      width: 98%;
      margin-left: 1%;
      height: auto;
      text-align: center;
      font-size: 16px;
      letter-spacing: 1px;
      font-weight: bold;
      display: inline-block;
    }


.text-slider i{
        color: #fa1919;
        width: 5%;
    }

@media screen and (max-width: 545px){
  .owl-dot {
    display: none!important;
  }

  .text-slider_inner-box{
    height: 50px;
  }

  .text-slider i{
    color: #fa1919;
    width: 9%;
  }
}

.table_data{
      width: 85%;
      background-color: #FF9800;
      margin-left: 10%;
      margin-top: 19%;
      position: relative;
    }

@media screen and (max-width: 540px){
      .left_color-bar{
    background-color: #fff;
    height: 21px;
    width: 11%!important;
    border-radius: 0px 10px 10px 0px;
    margin-top: -107px!important;
    margin-left: -15px!important;
    }

    .table_data{
      width: 85%;
      background-color: #FF9800;
      margin-left: 10%;
      margin-top: 5%;
      position: relative;
    }
    }

.onslider-text {
  position: relative;
  display: inline-block;
  padding: 5px 10px;
  background-color: rgba(0,0,0,0);
  color: #ff8c00;
  font-size: 20px;
  text-decoration: none;
  overflow: hidden;
  transition: .5s;
  margin-top: 40px;
}

.onslider-text:hover {
  background: #ff8c00;
  color: #fff;
  border-radius: 5px;
  box-shadow: 0 0 5px #ff8c00,
              0 0 25px #ff8c00;
}

.onslider-text span {
  position: absolute;
  display: block;
}

.onslider-text span:nth-child(1) {
  top: 0;
  left: -100%;
  width: 100%;
  height: 2px;
  background: linear-gradient(90deg, transparent, #ff8c00);
  animation: btn-anim1 2s linear infinite;
}

@keyframes btn-anim1 {
  0% {
    left: -100%;
  }
  50%,100% {
    left: 100%;
  }
}

.onslider-text span:nth-child(2) {
  top: -100%;
  right: 0;
  width: 2px;
  height: 100%;
  background: linear-gradient(180deg, transparent, #ff8c00);
  animation: btn-anim2 2s linear infinite;
  animation-delay: .5s
}

@keyframes btn-anim2 {
  0% {
    top: -100%;
  }
  50%,100% {
    top: 100%;
  }
}

.onslider-text span:nth-child(3) {
  bottom: 0;
  right: -100%;
  width: 100%;
  height: 2px;
  background: linear-gradient(270deg, transparent, #ff8c00);
  animation: btn-anim3 2s linear infinite;
  animation-delay: .95s
}

@keyframes btn-anim3 {
  0% {
    right: -100%;
  }
  50%,100% {
    right: 100%;
  }
}

.onslider-text span:nth-child(4) {
  bottom: -100%;
  left: 0;
  width: 2px;
  height: 100%;
  background: linear-gradient(360deg, transparent, #ff8c00);
  animation: btn-anim4 2s linear infinite;
  animation-delay: 1.5s
}

@keyframes btn-anim4 {
  0% {
    bottom: -100%;
  }
  50%,100% {
    bottom: 100%;
  }
}

.mt_footer{
  margin-top: 0px;
}

@media screen and (max-width: 541px){
  .mt_footer{
    margin-top: 11px;
  }
}

.bg_col{
      background: linear-gradient(90deg, rgba(255, 152, 0,1) 40.7%, rgba(255,255,255,1) 40.7%);
}
.bg_col2{
      background: #fff;
}
@media screen and (max-width: 1280px){
      .bg_col{
      background: linear-gradient(90deg, rgba(255, 152, 0,1) 40%, rgba(255,255,255,1) 40%);
    }
}

@media screen and (min-width: 1440px){
      .bg_col{
      background: linear-gradient(90deg, rgba(255, 152, 0,1) 41.2%, rgba(255,255,255,1) 41.2%);
    }
}

.about_img{
  width: 25%;
  float: left;
  height: auto;
  margin: 10px;
  display: inline-block;
}

@media screen and (max-width: 545px){
  .about_img{
  width: 100%;
  float: left;
  height: auto;
  margin: 10px;
  margin-bottom: 20px;
  display: inline-block;
}
}

.management_panel
{
  padding: 40px 50px;
  text-align: center;
  /*background-image: url(../images/products-bg.jpg);*/
  background-color: #fc6fbf;/*fa75c1#e05594*/
  background-repeat: no-repeat;
  background-size: cover;
}

.management_panel h2
{
  font-family: 'Oswald', sans-serif;
  color:#fff;
  font-size:38px;
  margin-bottom: 20px;
}

.management_panel
{
  display: inline-block;
  vertical-align: top;
  width:100%;
}
.management_inner_box{
  margin: 10px;
  border: 5px solid #fff;
  padding: 10px;
}

.management_img{
  width: 35%;
  height: auto;
  display: block;
  margin-left: auto;
  margin-right: auto;
  border: 2px solid #fff;
}

.management_text{
  width: 100%;
  height: auto;
  margin-top: 7px;
  display: block;
}

.management_text h2{
  font-family: 'Oswald', sans-serif;
  font-size: 21px;
  font-weight: bold;
  margin-bottom: 10px;
  text-align: center;
}

.management_text p{
  font-size: 16px;
  font-weight: bold;
  text-align: center;
}

@media screen and (max-width: 769px){
  .management_img{
  width: 100%;
  height: auto;
  border: 2px solid #fff;
  display: inline-block;
}

.management_text{
  text-align: center;
  margin-top: 10px;
  width: 100%;
  height: auto;
  display: inline-block;
}

.management_text h2{
  font-family: 'Oswald', sans-serif;
  font-size: 19px;
  font-weight: bold;
  margin-bottom: 10px;
  text-align: center;
}

.management_text p{
  font-size: 16px;
  font-weight: bold;
  text-align: center;
}
}

.gallery_panel
{
  padding: 20px 50px;
  text-align: center;
  /*background-image: url(../images/products-bg.jpg);*/
  background-color: #FF9876;
  background-repeat: no-repeat;
  background-size: cover;
}

.gallery_panel h2
{
  font-family: 'Oswald', sans-serif;
  color:#fff;
  font-size:38px;
  margin-bottom: 20px;
}

.gallery_panel
{
  display: inline-block;
  vertical-align: top;
  width:100%;
}

.gallery_inner_box{
  background-image: url(../images/gallery_rope.png);
  background-size: 100% 100%;
  width: 250px;
  height: 210px;
  display: inline-block;
  margin-left: -5px!important;
}

.gallery{
  margin-top: 31%;
  margin-left: 12.5%;
  width: 75%;
  height: 55%;
}

@media screen and (max-width: 769px){
  .gallery_panel
{
  padding: 15px 10px;
  text-align: center;
  /*background-image: url(../images/products-bg.jpg);*/
  background-color: #FF9876;
  background-repeat: no-repeat;
  background-size: cover;
}
}

@media screen and (min-width: 541px){
#small_screen_navbar{
  width: 100%;
  height: auto;
  display: none;
}
}

@media screen and (max-width: 540px){
  #small_screen_navbar{
  width: 100%;
  height: auto;
}

#small_screen_navbar ul li{
  list-style: none;
}

#small_screen_navbar li a{
  font-family: 'Oswald', sans-serif;
  border: 1px solid #fff;
  display: block;
  margin-right: auto;
  margin-left: auto;
  color: #fff;
  width: 81%;
  margin-bottom: 15px;
  padding: 3px 7px;
  background-color: rgba(255,255,255,0);
}
#small_screen_navbar li a:hover{
  color: #000;
  background-color: rgba(255,255,255,1);
}
}