@import url('https://fonts.googleapis.com/css?family=Josefin+Sans:300,400,600,700|Overlock:400,400i,700,900');
body{
	font-family: 'Overlock', cursive;
	/* font-family: 'Josefin Sans', sans-serif; */
}
a:hover { text-decoration: none; }
section{
	padding:65px 0;
	float:left;
	width:100%;
	background:#fff;
}
section.footer{

    margin-top: 50px!important;
}

.top-header{
	width:100%;
	float:left;
	background:#eb5a00;
}
.top-info{
	width:100%;
	float:left;
}
.top-info ul{
	margin:0;
	padding:0;
	float:right;
}
.top-info ul li{
	float:left;
	padding:7px 15px;
	color:#fff;
	border-right:1px solid #b54d08;
}
.top-info ul li:first-child{
	border-left:1px solid #b54d08;
}
.follow-us{
	float:left;
}
.follow-us p{
	display: inline-block;
    margin: 0;
    color: #fff;
    font-size: 15px;
    padding: 6px;
}
.follow-us ul{
	margin:0;
	float:right;
	padding:0;
}
.follow-us ul li{
	float: left;
    color: #fff;
    padding: 6px 5px;
}
.follow-us ul li i{
	font-size:19px;
}
.main-header{
	float:left;
	width:100%;
	background:#fff;
	position:relative;
	z-index:55;
	transition:all 0.6s ease 0.2s;
}
.main-header.sticky{
	position: fixed;
    top: 0;
    box-shadow: 0px 2px 3px #7b7b7b;
    transition: all 0.6s ease 0.2s;
    z-index: 55;
}
.logo{
	width:100%;
	float:left;
}
.logo img{
	width: 29%;
    float: left;
    margin-right: 5px;
    padding: 5px 0;
}
.logo h4{
	padding: 22px 0;
    margin: 0;
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
    color: #eb5a00;
}
.text-heading{
	text-align:center;
	float:left;
	width:100%;
	position:relative;
	z-index:5;
	margin-top: 50px;
}
.text-heading > h3{
	font-family: 'Josefin Sans', sans-serif;
    text-transform: uppercase;
    margin: 0;
    font-size: 26px;
    font-weight: 600;
    color: #eb5a00;
	position:relative;
}
.text-heading > h3:after{
	content: '';
    position: relative;
    background: #eb5a00;
    height: 2px;
    width: 125px;
    display: block;
    margin: 15px auto;;
}
.text-heading > span{
	text-transform: capitalize;
    font-size: 15px;
    color: #eb5a00;
}
.text-heading > h4{
	font-family: 'Josefin Sans', sans-serif;
    text-transform: uppercase;
    margin: 0;
    font-size: 20px;
    font-weight: 400;
    color: #eb5a00;
	position:relative;
}
.welcome-inner{
	float:left;
	width:100%;
	text-align:center;
	margin-top:40px;
}
.welcome-inner > p {
    line-height: 27px;
    color: #3a3a3a;
    font-size: 16px;
}
.welcome-inner > a{
	display: inline-block;
    margin-top: 20px;
    padding: 5px 25px;
    border: 2px solid #eb5a00;
    background: #ffffff;
    color: #eb5a00;
    font-size: 15px;
    text-transform: uppercase;
	transition:all 0.6s ease 0.2s;
}
.welcome-inner > a:hover{
	background:#eb5a00;
	color:#fff;
	text-decoration:none;
	transition:all 0.6s ease 0.2s;
}

/* ABOUT US */
.about_bread {
	background:url(../images/features.jpg) center center;
	background-size: cover;
	background-repeat: no-repeat;
	position: relative;
height: 180px;
}
.about_bread:before {
	content: '';
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.7);
}
.about_bkg h4 {
	margin:0px 0px 10px;
	color:#FFF;
	line-height: 30px;
	text-transform: uppercase;
	font-weight: 700;
	border-left: 2px solid #eb5a00;
	padding-left: 10px;
}
.breadcrumb > li > a { color:#eb5a00; font-weight: 700;}
.about_details h4 {
	margin:0px 0px 15px;
	line-height: 30px;
	border-left: 2px solid #eb5a00;
	padding-left: 15px;
	font-weight: 700;
}
.about_details p, .about_details ul li {
	    font-size: 16px;
    line-height: 22px;
    margin-bottom: 10px;
    text-align: justify;
}
.about_details ul li {
	list-style: circle;
	margin-left: 15px;
}

.what-we-offer{
	/*background:#da7d40;*/
	background:url(../images/features.jpg) center center;
	background-size:cover;
	background-repeat:no-repeat;
	background-attachment:fixed;
	position:relative;
}
.what-we-offer:after{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	content:'';
	display:block;
	background:rgba(0, 0, 0, 0.75);
	z-index:2;
}
.we-offer-inner{
	width:100%;
	float:left;
	margin-top:50px;
	text-align:center;
	padding:15px;
	transition:all 0.6s ease 0.2s;
	border:1px solid #d8702c;
	position:relative;
	z-index:5;
}
.we-offer-inner:hover{
	background:#ce6520;
	transition:all 0.6s ease 0.2s;
}
.we-offer-inner img{
	width:53px;
	margin-bottom:10px;
}
.we-offer-inner h4{
	margin: 0;
    font-size: 17px;
    padding: 10px 0;
    color: #FFF;
}
.we-offer-inner p{
	margin:0;
	font-size:14px;
	line-height:23px;
	color:#fff;
}
.prod_grid { position: relative; border: 1px solid #ddd;}
.prod_grid .prod_inner {
	position: absolute;
	left: 20px;
	right: 20px;
	top: 20px;
	bottom: 20px;
	visibility: hidden;
	background: linear-gradient(rgba(0, 0, 0, 0.45) 50%, rgba(0, 0, 0, 0));
	transition: all 500ms linear;
}
.prod_grid:hover .prod_inner {
	visibility: visible;
	left: 0px;
	right: 0px;
	top: 0px;
	bottom: 0px;
	transition: all 500ms linear;
}
.prod_data {
	position: absolute;
	padding: 10px;
	top: 40%;
	color: #FFF;
	text-align: center;
	width: 100%;
}
.prod_data h4 {
	text-transform: uppercase;
	margin:0px;
	font-size: 14px;
	font-weight: 700;
}
.prod_data a {
	background: #eb5a00;
	color: #FFF;
	padding: 5px 15px;
	font-weight: 700;
	text-transform: uppercase;
	display: inline-block;
	margin-top: 15px;
	font-size: 12px;
}
/*.prod_grid h4 {
	margin: 0px;
	padding:10px;
	background:#eb5a00;
	color: #FFF; 
}*/
.left_side { margin-bottom: 20px; }
.left_side h3, .right_side h3{
	margin:0px 0px 20px;
	color:#cd7217;
	line-height:30px;
	text-transform:uppercase;
	font-size:20px;
	font-weight: 700;
	border-left: 2px solid #eb5a00; 
	padding-left: 10px;
}
.left_side ul{padding:10px;}
.left_side ul li{line-height:25px;border-bottom:1px dashed #ddd;}
.left_side ul li a{color:#333;font-size:13px;display:inline-flex;width:100%;text-transform:uppercase;font-weight:600;}
.left_side ul li a i{margin:5px 8px 0px 0px;}
.right_side_inner h4 {
	text-transform: capitalize;
	margin: 0px 0px 15px;
	font-weight: 700;
}
.right_side_inner img { border: 1px solid #ddd; }
.custom-tabs {
	margin-top: 40px;
}
.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
	background: #eb5a00;
}
.nav-pills > li > a {
	border-radius: 0px;
	font-size: 16px;
	color: #333;
	background: #eee;
}
.tab-content {
	padding: 30px 20px;
	border:1px solid #ddd;
}
.tab-content h5 {
	text-transform: uppercase;
	font-weight: 700;
}
.tab-content ul li {
	line-height: 25px;
	list-style: circle;
	margin-left: 15px;
}
.table-bordered > tbody > tr > th {
	background: #333;
	color: #FFF;
	text-transform: uppercase;
}
.modal-header {
	background: #ddd;
	text-align: center;
}
.modal-header img { width: 130px; }
.modal-title {
	text-transform: uppercase;
	font-weight: 700;
	color: #eb5a00;
}
.range-products{}
.prd-range{
	float:left;
	width:100%;
	margin-top:40px;
	text-align: center;
}
.prd-range > img{
    width: 65%;
	    padding: 20px;
	    border: 3px solid #e3e0e0;
}
.prd-range > h4{
	      margin: 0;
    font-size: 19px;
    text-transform: uppercase;
    padding: 15px 0 10px;
    font-weight: 900;
}
.prd-range > p {
    margin: 0;
    font-size: 15px;
    line-height: 23px;
}
a.all-products{
	display: inline-block;
    padding: 10px 40px;
    background: #eb5a00;
    border: 2px solid #eb5a00;
    color: #FFF;
    font-size: 16px;
    margin-top: 45px;
    border-radius: 40px;
    letter-spacing: 1px;
    text-transform: uppercase;
}
.more-info{
	background: #f95b00;
}
.more-info:after{
	position:absolute;
	background: #eb5a00;
	top:0;
	left:0;
	content:'';
}
.manufacturing-images{
	width:100%;
	float:left;
}
.manufacturing-images ul{
	margin:0;
	padding:0;
}
.manufacturing-images ul li{
	width:48%;
	margin:1%;
	float:left;
	position:relative;
}
.manufacturing-images ul li:first-child{
	width:98%;
}
.manufacturing-images ul li img{
	width:100%;
}
.manufacturing-content{
	padding:0;
	width:100%;
	float:left;
}
.manufacturing-content > h4:after {
    content: '';
    position: relative;
    background: #FFF;
    height: 2px;
    width: 125px;
    display: block;
    margin: 15px auto;
}
.manufacturing-content h4{
    font-family: 'Josefin Sans', sans-serif;
    text-transform: none;
    font-size: 28px;
    text-align: center;
    line-height: 47px;
    position: relative;
    top: 1px;
    margin: 0;
    margin-bottom: 30px;
    font-weight: 400;
    color: #FFF;
}
.manufacturing-content ul li{
	width:33.333%;
	float:left;
}
.manuf-icon{
	width: 100%;
    float: left;
    text-align: center;
    margin-bottom: 15px;
}
.manuf-icon i{
	line-height: 65px;
    font-size: 26px;
    color: #FFF;
    height: 64px;
    width: 64px;
    background: #eb5a00;
    border-radius: 50%;
}
.manuf-text{
	width:100%;
	float:left;
	text-align:center;
}
.manuf-text h5{
	margin: 0;
    margin-bottom: 5px; 
    font-size: 19px;
    text-transform: capitalize;
    /* font-family: 'Josefin Sans', sans-serif; */
    line-height: 28px;
	color:#eb5a00;
}
.manuf-text p{
	line-height: 23px;
    color: #3a3a3a;
    font-size: 15px;
}
.manufacturing-content li {
    width: 31% !important;
    border: 1px solid #80808047;
    box-shadow: 1px 1px 2px #ddd;
    padding: 9px;
    background: #fff;
    border-radius: 13px;
    margin: 5px 5px;
    height: 263px;
}

.clients-inner{
	float:left;
	width:100%;
	margin:45px 0;
}
.customers {
	padding-left:0px;
	overflow:unset;
}
.customers li {
	width:20%;
	text-align:center;
	position: relative;
	float: left;
	padding: 25px 0;
	transition: all 0.3s ease-out 0s;
}
.customers li img {
	display:inline-block !important;
	width:auto !important;
	max-width:100% !important;
}
.customers li:before, .customers li:after {
	content:'';
	position:absolute;
}
.customers li:before {
	height: 100%;
	top: 0;
	left: -1px;
	border-left: 1px solid #e9e9e9;	
}
.customers li:after {
	width: 100%;
	height: 0;
	left: 0;
	top: auto;
	bottom: -1px;
	border-bottom: 1px solid #e9e9e9;
}

.main-footer{
	float:left;
	width:100%;
	background:#303030;
	padding:60px 0 20px;
}
.footer_logo img {
	float: left;
	width: 100px;
}
.footer_logo h4 {
	    margin: 13px 0px 0px 10px;
    color: #eb5b03;
    text-transform: uppercase;
    display: inline-block;
}
.footer_content { margin: 15px 0px; }
.footer_content p {
	    color: #FFF;
    line-height: 23px;
    font-size: 15px;
    text-align: justify;
}
.footer_social {
    margin-top: 20px;
    position: relative;
}
.footer_social ul li {
    display: inline-block;
    margin-right: 5px;
}
.footer_social ul li a {
    border: 1px solid #FFF;
    padding: 8px;
    font-size: 12px !important;
    background: transparent;
    color: #FFF !important;
    width: 33px;
    height: 33px;
    display: inline-block;
    text-align: center;
}

.footer-inner{}
.footer-inner h3{
	font-size: 21px;
    text-transform: capitalize;
    line-height: 23px;
    margin: 0;
    margin-bottom: 15px;
    padding: 6px 10px;
    float: left;
    width: 100%;
    color: #ffbe93;
    border-left: 3px solid #ffbe93;
}
.footer-inner ul{
	margin:0;
	padding:0;
	float:left;
	width:100%;
}
.footer-inner ul li{
	line-height: 28px;
    display: inline-block;
    width: 100%;
    border-bottom: 1px solid #803300;
    font-size: 15px;
    color: #fff;
}
.footer-inner ul li a{
	text-transform: capitalize;
    color: #ffffff;
    display: inline-block;
    width: 100%;
    padding: 2px;
	transition:all 0.6s ease 0.2s;
}
.footer-inner ul li a:hover{
	color:#ffbe93;
	text-decoration:none;
	transition:all 0.6s ease 0.2s;
}
.footer-inner ul li a:before{
	content:'\f0da';
	font-family:'FontAwesome';
	margin-right:8px;
}
.fotter-bottom{
	text-align: center;
    margin-top: 25px;
    padding-top: 20px;
    border-top: 1px solid #803300;
}
.fotter-bottom p, .fotter-bottom p a {
	margin: 0;
    color: #fff;
}
.view-more {
	color: #FFF;
	margin-top: 10px;
	display: inline-block;
	font-size: 14px;
	text-decoration: underline;
}
.view-more:hover { color: #FFF; text-decoration: underline;}

/* CONTACT US */
.contact_heading {
    margin-top: 21px;
    margin-bottom: 40px;
}
.contact_heading h3 {
	margin: 0px 0px 20px;
}
.contact_heading h4 {
	margin: 0px 0px 20px;
	text-transform: capitalize;
}
.contact_heading h4 span {
	color: #eb5a00;
	font-weight: 700;
}
.contact_heading .sep {
	border: 1px solid #eb5a00;
	background: #eb5a00;
	border-radius: 50%;
	width: 5px;
	height: 5px;
	margin: 5px 0px 0px;
	position: relative;
	display: inline-block;
}
.contact_heading .sep:before {
	content: '';
	position: absolute;
	border-bottom: 1px solid #ddd;
	width: 200px;
	right: 10px;
	top: 2px;
}
.contact_heading .sep:after {
	content: '';
	position: absolute;
	border-bottom: 1px solid #ddd;
	width: 200px;
	left: 10px;
	top: 2px;
}
.contact_grid {
	padding:30px 20px;
	background: #f7f7f7;	
	border:1px solid #eee;
	margin: 10px 0px;
	transition: all 500ms linear;
	cursor: pointer;
	min-height: 344px;
}
.contact_grid:hover { transition: all 500ms linear; box-shadow: 0px 12px 13px rgba(0,0,0,0.15);}
.contact_grid img {
	width: 45px;
}
.contact_grid h4 {
	margin:10px 0px 15px;
	font-weight: 700;
	text-transform: uppercase;
}
.contact_grid p {
	line-height: 25px;
	margin-bottom: 10px;
}
.form-control {
	border-radius: 0px;
	height: 40px;
	margin-bottom: 10px;
}
.button {
	border: 1px solid #eb5a00;
	background: #eb5a00;
	color: #FFF;
	padding:10px 20px;
	text-transform: uppercase;
	text-align: center;
	width: 200px;
	display: inline-block;
	margin-top: 20px;
	transition: all 500ms linear; 
}
.button:hover {
	background: transparent;
	color: #333;
	transition: all 500ms linear;
}
.activate {
	background:#eb5a00;
	color:#FFF !important;
}
/***** MEDIA QUERY *****/
@media only screen and (max-width:480px) {
	.logo img { width: 27%; }
	.logo h4 { padding: 12px 0px; font-size: 13px; }
	.text-heading > h3 { font-size: 20px; line-height: 30px; }
	.contact_heading .sep:before, .contact_heading .sep:after { width: 100px;}
	.customers {
    padding-left: 0px;
     overflow:  unset;
 }
}
@media only screen and (max-width:768px) {
	
	.col-md-6 {
    display: flex;
    flex-wrap: wrap;
}
	.customers {
    padding-left: 0px;
     overflow:  unset;
 }
}

/* CUSTOM */
.pD0 { padding: 0px; }
.pL0 { padding-left: 0px; }
.pR0 { padding-right: 0px; }


.finolex-heading h3{
	       display: inline-block;
    border-bottom: 1px solid red;
}

#call-to-action {
    background: linear-gradient(rgba(0, 142, 99, 0.1), rgba(0, 0, 0, 0.1)), url(../img/call-to-action-bg.jpg) fixed center center;
    background-size: cover;
    padding: 60px 0;
}
#call-to-action h3 {
    color: #fff;
    font-size: 28px;
    font-weight: 700;
}
#call-to-action p {
    color: #fff;
}
#call-to-action .cta-btn {
    font-family: "Montserrat", sans-serif;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 8px 28px;
    border-radius: 25px;
    transition: 0.5s;
    margin-top: 10px;
    border: 2px solid #fff;
    color: #fff;
}
.distributor-tabs{
	display: flex;
	text-align: center;
	align-items: center;
	justify-content: center;
}
.distributor-tabs li a{
	color: red;
	font-size: 25px;
}
.contact_grid1{
	background:#fff!important;
}
#technical{
	/* background: #efefef; */
	/* background: url('../img/spec-management-header.png'); */
	background-repeat: no-repeat;
 /*    padding: 51px; */
    font-weight: 700;
    background-size: contain;
}
.tech-div p{
    background: linear-gradient(90deg, rgb(251 95 15) 0%, rgb(242 126 3) 46%, rgb(255 255 255) 100%);
    color: #fff;
    padding: 12px 12px;
    border-radius: 5px;
    width: 65%;
    margin-top: 23px;
    font-size: 16px;
  border-left: 8px solid #7e7e7e;

}

.accordion {
  width: 90%;
  max-width: 1000px;
  margin: 2rem auto;
}

.accordion-item {
  background-color: #fff;
  color: #111;
  margin: 1rem 0;
  border-radius: 0.5rem;
  box-shadow: 0 2px 5px 0 rgba(0,0,0,0.25);
}

.accordion-item-header {
  padding: 0.5rem 3rem 0.5rem 1rem;
  min-height: 3.5rem;
  line-height: 1.25rem;
  font-weight: bold;
  display: flex;
  align-items: center;
  position: relative;
  cursor: pointer;
}

.accordion-item-header::after {
  content: "\002B";
  font-size: 2rem;
  position: absolute;
  right: 1rem;
}

.accordion-item-header.active::after {
  content: "\2212";
}

.accordion-item-body {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}

.accordion-item-body-content {
  padding: 1rem;
  line-height: 1.5rem;
  border-top: 1px solid;
  border-image: linear-gradient(to right, transparent, #34495e, transparent) 1;
}

@media(max-width:767px) {
  html {
    font-size: 14px;
  }
  .top-header {
    width: 100%;
    float: left;
    background: #eb5a0000;
}
  .tech-div p {
    /* background: linear-gradient(90deg, rgb(251 95 15) 0%, rgb(242 126 3) 46%, rgb(255 255 255) 100%); */
    color: #fff;
    background: rgb(251 95 15);
    padding: 12px 12px;
    border-radius: 5px;
    width: 98%;
    margin-top: 23px;
    font-size: 16px;
    border-left: 8px solid #7e7e7e;
}
}

.accordion-item-header span{
	    font-size: 20px;
}


.breadcrumb > .active {
    color: #e1e1e1!important;
}


.sub-menu{
	background: #ddd;
}

.nav1 {
    padding: 10px;
   /*  max-height: 350px;
    overflow-x: scroll; */
    margin: 0px;
    border: 1px solid #ddd;
    /* box-shadow: 0px 12px 13px rgb(0 0 0 / 15%); */
}




.sidenav {
  height: 100%;
  width: 0;
  position: fixed;
    z-index: 99;
  top: 0;
  left: 0;
  background-color: #eb5a00;
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 60px;
}

.sidenav a {
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  font-size: 25px;
  color: #818181;
  display: block;
  transition: 0.3s;
}

.sidenav a:hover {
  color: #f1f1f1;
}

.sidenav .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
  margin-left: 50px;
}

@media screen and (max-height: 450px) {
  .sidenav {padding-top: 15px;}
  .sidenav a {font-size: 18px;}
}


.sidenav ul{
	    color: #fff;
       font-size: 12px;
           padding: 9px 20px;
}
.sidenav ul li{
	
}




.second-levl{
	display: none;
}


.sidebar-navigation {
  width: 253px;
  height: auto;
  background-color: #fff;
  margin: 50px auto;
  webkit-box-shadow: 3px 5px 10px 0px rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 3px 5px 10px 0px rgba(0, 0, 0, 0.16);
  box-shadow: 3px 5px 10px 0px rgba(0, 0, 0, 0.16);
}
.sidebar-navigation .title {
  display: block;
  font-size: 1.2em;
  background-color: #1e1e1e;
  padding: 20px 25px;
  color: #fff;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}
.sidebar-navigation > ul > li > a {
  text-transform: uppercase;
}
.sidebar-navigation ul {
  margin: 0;
  padding: 0;
}
.sidebar-navigation ul li {
  display: block;
}
.sidebar-navigation ul li a {
position: relative;
    display: block;
    font-size: 1em;
    font-weight: 600;
    padding: 7px 20px;
    text-decoration: none;
    color: #2e2e2e;
    letter-spacing: 0.02em;
    border-bottom: 1px solid #eee;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.sidebar-navigation ul li a em {
  font-size: 24px;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  padding: 5px;
  border-radius: 50%;
}
.sidebar-navigation ul li:hover > a, .sidebar-navigation ul li.selected > a {
  background-color: #ecf0f1;
  color: #495d62;
  border-color: rgba(255, 255, 255, 0.1);
}
.sidebar-navigation ul li ul {
  display: none;
}
.sidebar-navigation ul li ul.open {
  display: block;
}
.sidebar-navigation ul li ul li a {
  color: #495d62;
  border-color: rgba(255, 255, 255, 0.1);
}
.sidebar-navigation ul li ul li a:before {
  content: "";
  width: 10px;
  height: 1px;
  margin-right: 5px;
  display: inline-block;
  vertical-align: middle;
  background-color: #495d62;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.sidebar-navigation ul li ul li:hover > a, .sidebar-navigation ul li ul li.selected > a {
  background-color: #e6ebed;
}
.sidebar-navigation ul li ul li:hover > a:before, .sidebar-navigation ul li ul li.selected > a:before {
  margin-right: 10px;
}
.sidebar-navigation ul li ul li.selected.selected--last > a {
  background-color: #94aab0;
  color: #fff;
}
.sidebar-navigation ul li ul li.selected.selected--last > a:before {
  background-color: #fff;
}

.subMenuColor1 {
  background-color: #fbfcfc;
}

.subMenuColor2 {
  background-color: white;
}

.subMenuColor2 {
  background-color: white;
}

.subMenuColor2 {
  background-color: white;
}

.subMenuColor2 {
  background-color: white;
}

.subMenuColor2 {
  background-color: white;
}

.subMenuColor2 {
  background-color: white;
}

.subMenuColor2 {
  background-color: white;
}

.subMenuColor2 {
  background-color: white;
}

.subMenuColor2 {
  background-color: white;
}


.mobille-menu {
    right: 22px;
    top: 32px;
    position: absolute;
    color: #000;
}

img.mobile-logo{
	
    width: 70%;
    position: relative;
    top: 29px;

}




.main_text_1 {
    background: #eb5a00;
    padding: 10px 0px;
    /* display: flex; */
    color: #fff;
    height: 417px;
    text-align: center;
    align-items: center;
    justify-content: center;
}
.main_text {
    box-shadow: 1px 1px 5px #c1adad;
    padding: 25px;
    border-radius: 16px;
    text-align: center;
    height: 195px;
    margin: 8px 0px;
}
.main_text_1 h2 {
    line-height: 30px;
    position: relative;
    font-size: 36px;
    top: 35%;
    font-weight: 900;
}

.main_text h3 {
    font-weight: 800;
    color: #eb5a00;
}

.main_text i {
    font-size: 32px;
    color: #eb5a00;
}

.main_text p {
    color: #000;
    font-size: 15px;
}
.footer_sociall{
	float: left;
}

.owl-carousel .owl-item img {
    display: block;
    width: 100%;
    -webkit-transform-style: preserve-3d;
    border: 1px solid #ddd;
}
.blinktext-disclaimer{
    text-align: center;
    margin-bottom: 46px;
}
.blinktext-disclaimer span {
    color: #fff!important;
    font-size: 18px;
}
/* ----------------------------------------------
 * Generated by Animista on 2023-1-25 19:11:30
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */

/**
 * ----------------------------------------
 * animation scale-up-center
 * ----------------------------------------
 */

 .blinktext-disclaimer{
	-webkit-animation: scale-up-center 6s cubic-bezier(0.390, 0.575, 0.565, 1.000) 2s infinite both;
	        animation: scale-up-center 6s cubic-bezier(0.390, 0.575, 0.565, 1.000) 2s infinite both;
}
@-webkit-keyframes scale-up-center {
  0% {
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes scale-up-center {
  0% {
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}


.overlay-style-two {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    display: block;
    background-color:transparent!important ;
}

.accordion-item-header > span{
	text-transform: capitalize;
}