@import url("../../use.fontawesome.com/releases/v5.5.0/css/all.css");
body{
    color: #3c3c3e;
    font-family: 'Roboto', sans-serif;
    background-color: #f7f7f7;
}
h1{
}
h2{
}
ul{
    padding: 0px;
    margin: 0px;
}
ul li{
    list-style: none;
}
a{
    color: #a59989
}
a:hover{
    text-decoration: none;
    color: #01a0e2;
	cursor::pointer;
}
img{
    max-width: 100%;
}
.clear:after{
    content: "";
    display: block;
    clear: both;
}
::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  font-size: 14px;
  color: #3c3c3e;
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
  font-size: 14px;
  color: #3c3c3e;
}
::-ms-input-placeholder { /* Microsoft Edge */
  font-size: 14px;
  color: #3c3c3e;
}
.header_row{
    -ms-display: flex;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    padding: 25px 0px;
}
header{
    box-shadow: 1px 1px 15px #aaa;
    z-index: 91;
    position: relative;
    background-color: #fff;
}
header .logo{
    max-width: 220px;
    -ms-transition: all 0.4s;
    transition: all 0.4s;
}
.main_menu{
    -ms-display: flex;
    display: flex;
}
.main_menu a{
    display: block;
    padding: 10px 20px;
    text-transform: uppercase;
    font-size: 19px;
    font-weight: 500;
    -ms-transition: all 0.4s;
    transition: all 0.4s;
}
.main_menu a.active{
    color: #01a0e2;
	-ms-transition: all 0.4s;
    transition: all 0.4s;
}
.header_row .search_icon{
    cursor: pointer;
    padding: 10px 0;
    width: 30px;
}
header.fixed + section{
    padding-top: 140px;
}
header.fixed{
    position: fixed;
    background-color: #fff;
    width: 100%;
}
header.fixed .logo{
    max-width: 130px;
}
header.fixed .header_row{
    padding: 10px 0px;
}
header.fixed .header_row .search_icon{
    width: 25px;
}
header.fixed .main_menu a{
    font-size: 12px;
}
h1, h2, h3, h4, h5, h6
{
	font-family: 'Questrial', sans-serif;
}
/*Banner style start*/
.banner_slider.owl-theme .owl-nav.disabled+.owl-dots{
    margin-top: -25px;
    position: relative;
    background-color: #3c3c3e;
    line-height: 0;
    padding: 2px 0;
}
.owl-theme .owl-dots .owl-dot span{
	background: #a59989;
	border-radius: 0px;
}
.whiteDots.owl-theme .owl-dots .owl-dot span{
	background: #ccc;
	border-radius: 0px;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #01a0e2;
}
.owl-theme .owl-dots .owl-dot:focus{
    outline: none;
}
.banner_slider .content{
	position: relative;
}
.banner_slider .banner_desc{
    position: absolute;
    right: 0;
    top: 50%;
    max-width: 300px;
    transform: translate(-50%, -55%);
}
.banner_slider .banner_desc h1{
	font-size: 50px;
    text-transform: uppercase;
    line-height: 1;
    color: #000;
    margin-bottom: 0px;
}
.color{
    color: #01a0e2;
}
/*Banner style end*/
.heading_style{
    text-transform: uppercase;
    position: relative;
    display: inline-block;
    font-size: 35px;
    padding-top: 10px;
    margin-bottom: 20px;
}
.heading_style:after{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 4px;
    background-color: #3c3c3e;
    width: 50px;
}
.heading_style.white{
    color: #fff;
}
.heading_style.white:after{
    background-color: #fff;
}
.section_space{
    padding: 3% 0;
}
.arrow_slider .list{
    position: relative;
    -ms-transition: all 0.4s;
    transition: all 0.4s;
    margin: 50px 0;
	padding-right:2px;
}
.arrow_slider .list .content{
    background-color: #e1ded9;
	height:210px; /*height:120px;*/
    padding: 20px;
    border: 1px solid #e4e8e7;
    position: relative;
    -ms-transition: all 0.4s;
    transition: all 0.4s;
}
.arrow_slider .list .content2{
    background-color: #e1ded9;
	height:160px; /*height:120px;*/
    padding: 20px;
    border: 1px solid #e4e8e7;
    position: relative;
    -ms-transition: all 0.4s;
    transition: all 0.4s;
}
.arrow_slider .list .content:after{
    content: "";
    position: absolute;
    width: 100%;
    left: 0;
    top: 2px;
    height: 1px;
    background-color: #fff;
}
.arrow_slider .list .content h3{
    color: #01a0e2;
    font-size: 23px;
    margin:0px 0px 15px 0px;
}
.arrow_slider .list .content p{
    margin-bottom: 20px;
    font-size: 14px;
    -ms-transition: all 0.4s;
    transition: all 0.4s;
}
/*.more{
    border: 1px solid #a59989;
    display: inline-block;
    padding: 5px 15px;
    font-size: 13px;
    text-transform: uppercase;
    color: #000;
    background-color: #fff;
}*/
.more{
    display: inline-block;
    font-size: 13px;
    text-transform: uppercase;
    color: #000;
}
.arrow_slider.owl-carousel .owl-nav button.owl-prev, .arrow_slider.owl-carousel .owl-nav button.owl-next{
    position: absolute;
    left: -30px;
    top: 40%;
    font-size: 40px;
    line-height: 1;
    margin: 0;
    width: 20px;
    cursor: pointer;
}
.arrow_slider.owl-carousel .owl-nav button.owl-next{
    left: inherit;
    right: -30px;
}
.arrow_slider.owl-theme .owl-nav [class*=owl-]:hover{
    background: none;
    color: #005faf;
}
.owl-theme .owl-nav [class*=owl-] span:focus, .owl-carousel .owl-nav button.owl-prev:focus, .owl-carousel .owl-nav button.owl-next:focus, .owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot{
    outline: none;
}
.arrow_slider .list:hover .content p{
    margin-bottom: 15%;
    color: #fff;
}
.arrow_slider .list:hover .content h3{
    color: #fff;
}
.arrow_slider .content ul{
	margin:0px 0px 10px 0px;
}
.arrow_slider .content li{
	margin:0px 0px 0px 20px;
	padding:1px 0px;
	list-style:circle;
}
.arrow_slider  .list:hover .content li{
	color:#fff;
}
.arrow_slider .list:hover .content{
    background-color: #01a0e2;
    -ms-transition: all 0.4s;
    transition: all 0.4s;
    z-index: 9;
	color:#fff;
}
.arrow_slider .list:hover{
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    box-shadow: 0px 5px 13px #ccc;
}
.arrow_slider .owl-item:hover{
    z-index: 9;
}
.arrow_slider .owl-item:hover img{
    border-right: 2px solid #e4e8e7;
}
.arrow_slider .owl-item img{
    border: 1px solid #e4e8e7;
}
.banner_bg{
    background: url("../images/Falcon_Ban_bg.html") 0 0 no-repeat;
	margin-bottom:5%;
}
.products_bg{
    background-image: url("../images/products_bg.jpg");
    background-repeat: no-repeat;
    background-size: 250px;
    background-position: top right;
}
.about_section{
    background-color: #01a0e2;
    padding: 6% 0;
}
.about_right{
    position: relative;
}
.about_right .content{
    position: absolute;
    bottom: 60px;
    left: -50px;
    background-color: #2a2927;
    padding: 30px 40px 40px;
}
.about_right .content .heading_style{
    font-size: 30px;
    text-transform: capitalize;
    color: #fff;
    line-height: 1.4;
    padding-top: 20px;
}
.about_right .content .heading_style:after{
    background-color: #fff;
}
.about_falcon{
    max-width: 400px;
}
.about_falcon h2{
    color: #fff;
}
.about_falcon h4{
    color: #c8b8a8;
    font-size: 26px;
    margin: 30px 0 50px;
}
.about_falcon p{
    color: #fff;
    margin-bottom: 30px;
    font-size: 15px;
}
.read_more{
    display: inline-block;
    border: 1px solid #c6b9a8;
    padding: 10px 20px;
    margin-top: 20px;
    text-transform: uppercase;
    color: #fff;
    -ms-transition: all 0.4s;
    transition: all 0.4s;
    font-size: 13px;
}
.read_more:hover, .send_enquiry h2 a:hover{
    color: #000;
    background-color: #fff;
}
.why_us
	{
    background: url("../images/why_us.jpg");
    background-size: cover;
    background-attachment: fixed;
    padding: 6% 0px;
    margin:0px;
}
.why_us_list{
    -ms-display: flex;
    display: flex;
    justify-content: space-between;
    padding: 30px 12% 0;
}
.why_us_list li{
    -ms-transition: all 0.4s;
    transition: all 0.4s;
}
.why_us_list li:hover{
    transform: scale(1.2);   
}
.why_us_list li img{
    display: block;
    max-width: 80px;
    margin: 20px auto;
}
.why_us_list li span{
    display: block;
    max-width: 100px;
    color: #fff;
    margin: 0 auto;
    text-align: center;
}
.send_enquiry{
    background-color: #01a0e2;
    padding: 30px 0;
}
.send_enquiry h2{
    color: #fff;
    text-transform: uppercase;
    margin: 0;
    font-size: 24px;
    -ms-display: flex;
    display: flex;
    align-items: center;
    justify-content: center;
}
.send_enquiry h2 a{
    display: inline-block;
    font-size: 13px;
    padding: 10px;
    border: 1px solid #fff;
    background-color: #3c3c3e;
    color: #fff;
    margin-left: 15px;
    -ms-transition: all 0.4s;
    transition: all 0.4s;
}
footer{
    background-color: #614307;
    padding: 4% 0 20px;
    color: #ccc;
   /* background-image: url(../images/Falcon_foot_bg.jpg);*/
    background-repeat: no-repeat;
    background-size: 300px;
    background-position: top right;
}
footer .heading{
    color: #01a0e2;
    margin-bottom: 30px;
    font-size: 26px;
}
footer .quick_links{
    -ms-display: flex;
    display: flex;
    justify-content: space-between;
}
footer .quick_links a{
    display: block;
    padding: 8px 0;
    color: #ccc;
    font-size: 12px;
    text-transform: uppercase;
}
footer .quick_links a:hover{
    color: #01a0e2;
}
footer .address{
    padding: 20px 35px;
    border-top: 1px solid #828280;
    margin: 5% 0 1.5%;
    border-bottom: 1px solid #828280;
    -ms-display: flex;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
footer .address p{
    font-size: 12px;
}
footer .address p span{
    margin-left: 10px;
}
footer .address .bottom{
    margin: 0px;
}
footer .address .bottom span{
    margin-left: 30px;
}
footer .address .bottom a{
    margin-left: 5px;
    text-decoration: underline;
    color: #01a0e2;
}
footer .address .bottom a:hover{
    color: #fff;
}
footer .address .right ul{
    -ms-display: flex;
    display: flex;
}
footer .address .right ul a{
    padding: 5px 10px;
    color: #fff;
}
footer .address .right ul a i{
    -ms-transition: all 0.4s;
    transition: all 0.4s;
    font-size: 18px;
}
footer .address .right ul a:hover i{
    transform: scale(1.3);
    color: #01a0e2;
}
footer .btm{
	float:left;
	width:100%;
	height:50px;
    background-color: #2a2927;
}
footer .copyrights{
	float:left;
	width:50%;
    font-size: 12px;
    background-color: #2a2927;
}
footer .doneby  {
	float:right;
	width:50%;
    background-color: #2a2927;
}
footer .doneby p {
    margin:0 0 0 0;
    font-size: 12px;
    color: #fff;
	text-align:right;
}
.page_banner{
    position: relative;
	background:#eee url(../images/bg.jpg) 0 0 repeat;
}
.page_banner img{
	max-width:50%;
}
.page_banner h1{
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate(-30%, -50%);
    font-size: 28px;
}
.page_banner span.color{
    margin: 0 5px;
}
.page_banner:after{
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    height: 10px;
    background-color: #01a0e2;
    width: 100%;
}
.products_row{
    -ms-display: flex;
    display: flex;
    flex-wrap: wrap;
}
.products_row .item{
    width: 25%;
}
.products_row .item:hover{
    z-index: 9;
}
.arrow_slider.products_row .list {
    margin: 30px 0;
}
.container_space{
    padding: 0 8%;
}
.bg_three{
    position: relative;
}
.bg_three:after{
    content: "";
    position: absolute;
    bottom: -50px;
    background-image: url(../images/products_bg.jpg);
    background-repeat: no-repeat;
    background-size: 300px;
    background-position: bottom right;
    width: 300px;
    height: 300px;
    right: 0;
    z-index: -1;
}
.bg_three:before{
    content: "";
    position: absolute;
    top: 30%;
    background-image: url(../images/products_bg.jpg);
    background-repeat: no-repeat;
    background-size: 300px;
    background-position: bottom right;
    width: 300px;
    height: 300px;
    left: 0;
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
    z-index: -1;
}
.flip-box {
  background-color: transparent;
  margin: 20px 1px;
  height: 380px;
  border: 1px solid #f1f1f1;
  perspective: 1000px;
}
.flip-box-inner {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 0.8s;
  transform-style: preserve-3d;
}
.flip-box:hover .flip-box-inner {
  transform: rotateY(180deg);
}
.flip-box-front, .flip-box-back {
  position: absolute;
  width: 100%;
  height: 100%;
  backface-visibility: hidden;
}
.flip-box-front {
  background-color: #fff;
}
.flip-box-back {
  background-color: #01a0e2;
  color: white;
  transform: rotateY(180deg);
}
.flip-box h3{
    color: #01a0e2;
}
.flip-box .content{
    position: absolute;
    bottom: 10px;
}
.flip-box .content p{
    font-size: 18px;
    margin-bottom: 40px;
}
.flip-box .content h3{
	 font-size: 18px;
    color: #fff;
}
.cir ul{
    margin: 0px;
	background:#000;
}
.cir li{
	line-height:40px;
	list-style-type:circle;
	list-style:circle;
	list-style-position:inside;
}
.products_menu{
    background-color: #01a0e2;
    position: absolute;
    z-index: 9;
    padding-bottom: 20%;
   /* background-image: url("../images/menu_bg.png");   */
    background-repeat: no-repeat;
    background-size: 90%;
    background-position: bottom 40px center;
}
.products_menu h3{
    margin: 0;
    padding: 20px 20px;
    font-size: 26px;
    color: #fff;
    border-bottom: 1px solid #95513a;
    display: inline-block;
    margin-bottom: 40px;
}
.products_menu ul{
    margin: 0 10px;
}
.products_menu ul li{
    color: #cac0b4;
    padding: 0px 0px 0px 15px;
}
.products_menu ul li a{
    color: #cac0b4;
    display: block;
    padding: 10px 50px 10px 15px;
    text-transform: uppercase;
    font-size: 13px;
}
.products_menu ul li a.active, .products_menu ul li a:hover{
    color: #fff;
    background-color: #393186;
}
.products_menu ul li a.active i{
    margin-left: 15px;
}
.products_details{
    width: calc(100% - 400px);
    float: right;
}
.page_style1 {
    padding: 6% 0;
    position: relative;
}
.products_details .title_row{
    -ms-display: flex;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    padding-bottom: 25px; 
}
.products_details .title_row h3{
    text-transform: uppercase;
    font-size: 24px;
}
.products_details .title_row h4{
    margin: 0;
    color: #01a0e2;
    font-size: 22px;
}
.btn_style1{
    background-color: #01a0e2;
    color: #fff;
    padding: 8px 16px;
    display: inline-block;
    text-transform: uppercase;
    -ms-transition: all 0.4s;
    transition: all 0.4s;
}
.btn_style1:hover{
    background-color: #a59989;
    color: #fff;
}
.products_details .tab_section:before{
    content: "";
    position: absolute;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: #f7f7f7;
    z-index: -1;
    margin-top: -30px;
}
.products_sec_bg{
    position: relative;
}
.products_sec_bg:before{
    content: "";
    background-color: #fff;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: -1;
}
.products_details .tab_section{
    padding: 30px 0 20px 0;
}
.products_details .tab_section p{
    font-size: 15px;
	margin:35px 25px;
}
.products_details .tab_section ul{
	margin:30px 25px 30px 35px;;
}
.products_details .tab_section ul li{
	list-style:disc;
	padding-left:20p;
}
		/* these styles are for the demo, but are not required for the plugin */
		.zoom {
			display:inline-block;
			position: relative;
		}
		/* magnifying glass icon */
		.zoom:after {
			content:'';
			display:block; 
			width:33px; 
			height:33px; 
			position:absolute; 
			top:0;
			right:0;
			background:url(../images/icon.png);
		}
		.zoom img {
			display: block;			z-index:100;
		}
		.zoom img::selection { background-color: transparent; }
/* Style the tab */
.tab {
    border-bottom: 1px solid #ccc;
    background-color: #f7f7f7;
    position: relative;
    margin-bottom: 3%;
}
/* Style the buttons inside the tab */
.tab button {
    background-color: inherit;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 10px 20px;
    transition: 0.3s;
    margin-bottom: -1px;
    border-bottom: 1px solid transparent;
    border: 1px solid transparent;
    color: #58595b;
    font-size: 14px;
}
/* Change background color of buttons on hover */
.tab button:hover {
    background-color: #eee;
}
/* Create an active/current tablink class */
.tab button.active {
    background-color: #fff;
    border: 1px solid #ccc;
    border-bottom: 1px solid #fff;
    color: #01a0e2;
}
/* Style the tab content */
.tabcontent {
    display: none;
    padding: 15px 0px;
}
.tabs_head{
    display: inline-block;
}
.product_tab_img{
    display: block;
    margin: 20px auto;
}
.products_tabs{
    background-color: #fff;
    margin-top: 60px;
}
.product_table{
    margin-top: 60px;
}
.product_table h3{
    margin-left: 25px;
    margin-top: 25px;
}
.products_tabs .tabs_head .tablinks:first-child{
    margin-left: 100px;
}
.table-striped tbody tr:nth-of-type(odd){
    background-color: #fff;
}
.table-striped tbody tr:nth-of-type(even){
    background-color: #ececec;
}
.table td, .table th{
    border-top: none;
    font-size: 12px;
}
.table th{
    font-weight: 500;
    font-size: 14px;
}
/*.table td:first-child{
    background-color: #fff;
}*/
#send_enquiry_form{
    background-color: #dadcdb;
    padding: 5% 0;
}
.send_enquiry_form{
    max-width: 70%;
    margin: 0 auto;
}
.send_enquiry_form .form-control{
    border-radius: 0px;
    border: none;
    border-bottom: 1px solid #a4a4a4;
    background-color: transparent;
    padding: 10px 0px;
}
.send_enquiry_form .form-control:focus{
    outline: none;
    box-shadow: none;
}
.send_enquiry_form h2{
    text-transform: uppercase;
    font-size: 24px;
    font-weight: 500;
}
.send_enquiry_form .form-group{
    margin-bottom: 25px;
}
.send_enquiry_form .submit_btn{
    background-color: #fff;
    border: none;
    padding: 5px 20px;
    margin-top: 20px;
    -ms-transition: all 0.4s;
    transition: all 0.4s;
    cursor: pointer;
}
.send_enquiry_form .submit_btn:hover{
    background-color: #01a0e2;
    color: #fff;
}
.menuIcon{
    display: none;
}
.bar1, .bar2, .bar3 {
    width: 28px;
    height: 4px;
    background-color: #a59989;
    margin: 4px 0;
    transition: 0.4s;
}
.change .bar1 {
  -webkit-transform: rotate(-45deg) translate(-9px, 6px);
  transform: rotate(-45deg) translate(-9px, 6px);
}
.change .bar2 {opacity: 0;}
.change .bar3 {
    -webkit-transform: rotate(45deg) translate(-5px, -3px);
    transform: rotate(45deg) translate(-5px, -3px);
}
/*Products in Menu*/
.header_row{
    padding: 25px 0px 0;
}
header .logo {
    padding-bottom: 25px;
}
.main_menu a {
    padding: 10px 20px 25px;
}
.main_menu{
    position: relative;
}
.main_menu .product_list{
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: #fff;
    padding: 40px 20px;
    border: 1px solid #ccc;
    display: none;
}
.product_list li{
    width: 33.3%;
    float: left;
}
.product_list li a{
    padding: 8px 14px;
    border: 1px solid transparent;
    display: inline-block;
}
.product_list li a:hover{
    border: 1px solid #01a0e2;
}
.product_list ul{
    width: 75%; /*width: 75%;*/
    float: left;    
}
.product_list .product_img{
    width: 25%;
    float: left;
}
.header_row .search_icon {
    padding: 10px 0 25px;
}
.main_menu li:hover .product_list{
    display: block;
}
header.fixed .header_row {
    padding: 10px 0px 0;
}
header.fixed .logo{
    padding-bottom: 10px;
}
header.fixed .main_menu a{
    padding: 10px 20px 10px;
}
@media (min-width: 1200px){
    .container {
        max-width: 1280px;
    }    
}
@media (max-width: 1366px){ 
    .arrow_slider.owl-carousel .owl-nav button.owl-prev, .arrow_slider.owl-carousel .owl-nav button.owl-next{
        left: 0px;
    }
    .arrow_slider.owl-carousel .owl-nav button.owl-next{
        left: inherit;
        right: 0px;
    }
    .arrow_slider{
        padding: 0 30px;
    }   
}
@media (max-width: 1200px){
    .container {
        max-width: 100%;
    }    
    header .logo{
        max-width: 140px;
    }
	 .main_menu a {
        padding: 25px 10px;
        font-size: 12px;
    }
    .header_row .search_icon{
        padding: 0px;
    }
    .header_row {
        padding: 15px 0px;
    }
    .banner_slider .banner_desc {
        transform: translate(0%, -55%);
    }
    header.fixed .header_row .search_icon {
        width: 20px;
    }
    .products_row .item {
        width: 33.3%;
    }
    .arrow_slider .list .content h3{
        font-size: 30px;
    }
    .container_space {
        padding: 0 15px;
    }
    .products_tabs .tabs_head .tablinks:first-child {
        margin-left: 30px;
    }
}
@media (max-width: 980px){
    .menuIcon
	{
    display: block;
	}
    .main_menu{
        display: none;
        position: absolute;
        right: 15px;
        top: 100%;
        background-color: #2a2927;
    }
    .search_icon{
        display: none;
    }
    .main_menu a {
        padding: 10px 20px;
        font-size: 12px;
        min-width: 250px;
		font-weight:normal;
    }
    .why_us_list {
        padding: 10px 20px 0;
    }
    .section_space {
        padding: 3% 0;
    }
    .about_falcon h4 {
        margin: 5px 0 25px;
        font-size: 22px;
    }
    .about_falcon p {
        margin-bottom: 20px;
    }
    .about_right .content {
        bottom: 60px;
        left: -20px;
        padding: 20px 20px 20px;
    }
    .about_right .content .heading_style{
        margin: 0px;
        font-size: 22px;
    }
    .send_enquiry {
        padding: 20px 0;
    }
    .send_enquiry h2{
        font-size: 18px;
    }
    .arrow_slider .list .content h3 {
        font-size: 25px;
        margin: 0px 0px 10px 0px;
    }
    .heading_style{
        font-size: 28px;
    }
    .read_more {
        font-size: 12px;
        padding: 5px 15px;
        margin-top: 0;
    }
    .products_row .item {
        width: 50%;
    }
    .products_menu ul li a {
        padding: 8px 35px 8px 10px;
        font-size: 12px;
    }
    .products_details {
        width: calc(100% - 300px);
        float: right;
    }
    .products_details .tab_section p {
        font-size: 14px;
        margin: 15px 15px;
    }
    .tab button{
        padding: 6px 10px;
    }
}
@media (max-width: 768px){
    .about_falcon {
        max-width: 100%;
        margin-bottom: 20px;
    }
    .about_right .content{
        top: 50%;
        bottom: inherit;
        transform: translate(0px, -50%);
        left: 0;
    }
    .about_right .content .heading_style{
        text-align: left;
    }
    .about_right{
        text-align: right;
    }
    .about_right img{
        width: calc(100% - 70px);
    }
    footer .address .bottom span {
        margin-left: 0;
        display: block;
    }
    footer .address {
        padding: 20px 0px;
    }
    footer .heading {
        margin-bottom: 15px;
        font-size: 22px;
    }
    .banner_slider .banner_desc {
        transform: translate(-5%, -55%);
        max-width: 220px;
    }
    .banner_slider .banner_desc h1 {
        font-size: 24px;
    }
    .banner_slider.owl-theme .owl-nav.disabled+.owl-dots {
        margin-top: -18px;
    }
    .owl-theme .owl-dots .owl-dot span {
        width: 8px;
        height: 8px;
        margin: 3px 5px;
    }
    footer .quick_links{
        flex-wrap: wrap;
    }
    footer .quick_links ul{
        width: 50%;
    }
    .send_enquiry h2 {
        font-size: 14px;
    }
    .send_enquiry {
        padding: 10px 0;
    }
    .send_enquiry h2 a {
        font-size: 12px;
    }
    .why_us_list {
        padding: 0;
        flex-wrap: wrap;
        justify-content: flex-start;
    }
    .why_us_list li {
        width: 33.3%;
    }
    footer .address p span {
        margin-left: 0;
    }
    .page_banner h1 {
        font-size: 16px;
        bottom: 0;
        padding: 5px;
        transform: none;
        text-align: center;
        top: inherit;
        left: 0;
        right: 0;
        background-color: rgba(255, 255, 255, 0.5);
    }
    .products_menu{
        position: relative;
        margin-bottom: 20px;
    }
    .products_details {
        width: 100%;
        float: none;
    }
    .products_menu h3{
        display: block;
    }
    .products_sec_bg:before, .products_details .tab_section:before, .tab{
        background-color: #fff;
    }
    .send_enquiry_form {
        max-width: 100%;
    }
    .send_enquiry_form h2 {
        font-size: 20px;
        margin-bottom: 20px;
    }
    .products_details .title_row{
        display: block;
        padding-bottom: 0px;
    }
    .products_details .title_row .left{
        margin-bottom: 15px;
    }
	.contact-section {
	min-height: 820px;
	background: url(../images/contact.jpg) no-repeat center right;
}
.contact-left {
	width: 100%;
	margin: 0 0 5%;
}
.contact-right {
	width: 100%;
}
.contact-right form {
	width: 90%;
}
}
@media (max-width: 480px){
    .arrow_slider .list {
        margin: 30px 0;
    }
    .banner_slider .banner_desc {
        max-width: 100%;
        text-align: center;
        padding: 5px;
        background-color: rgba(255, 255, 255, 0.5);
        transform: none;
        top: inherit;
        bottom: 18px;
        width: 100%;
        left: 0;
        right: 0;
    }
    .banner_slider .banner_desc h1 {
        font-size: 14px;
    }
    .heading_style {
        font-size: 20px;
    }
    .arrow_slider .list .content h3, .about_falcon h4, .about_right .content .heading_style, footer .heading, .products_details .title_row h3, .products_details .title_row h4{
        font-size: 16px;
    }
    .more {
        padding: 4px 10px;
        font-size: 12px;
    }
    .arrow_slider .list .content p, .about_falcon p, body, .send_enquiry h2{
        font-size: 12px;
    }
    .send_enquiry h2 a {
        font-size: 10px;
        width: 120px;
        line-height: 1;
        padding: 5px;
    }
    .why_us_list li img {
        max-width: 50px;
    }
    .heading_style:after {
        height: 2px;
        width: 40px;
    }
    footer {
        padding: 25px 0 20px;
    }
    footer .address p {
        font-size: 10px;
    }
    footer .quick_links a {
        padding: 6px 0;
        font-size: 10px;
    }
    .products_row .item {
        width: 100%;
    }
    .tab button{
        font-size: 12px;
            padding: 4px 8px;
    }
    .products_tabs .tabs_head .tablinks:first-child {
        margin-left: 0;
    }
	.contact-section {
	min-height: 920px;
}
}
/*Products in Menu*/
.main_menu .hasSub{
    overflow: hidden;
}
.main_menu .hasSub > a{
    float: left;
}
.main_menu .hasSub > .fa-caret-down{
    top: 6px;
    right: 15px;
    padding: 5px;
    position: relative;
    float: left;
}
.header_row{
    padding: 25px 0px 0;
}
header .logo {
    padding-bottom: 25px;
}
.main_menu a {
    padding: 10px 20px 25px;
}
.main_menu{
    position: relative;
}
.main_menu .product_list{
    clear: both;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: #fff;
    padding: 40px 20px;
    border: 1px solid #ccc;
    display: none;
}
.product_list li{
    width: 33.3%;
    float: left;
}
.product_list li a{
    padding: 8px 14px;
    border: 1px solid transparent;
    display: inline-block;
}
.product_list li a:hover{
    border: 1px solid #01a0e2;
}
.product_list ul{
    width: 100%; /*width: 75%;*/
    float: left;    
}
.product_list .product_img{
    width: 25%;
    float: left;
}
.main_menu .product_list1{
    clear: both;
    position: absolute;
	width:30%;
    top: 100%;
    left: 70%;
    right: 0;
    background: #fff;
    padding: 30px 20px;
    border: 1px solid #ccc;
    display: none;
}
.product_list1 li{
    width: 100%;
    float: left;
}
.product_list1 li a{
    padding: 8px 14px;
    border: 1px solid transparent;
    display: inline-block;
}
.product_list1 li a:hover{
    border: 1px solid #01a0e2;
}
.product_list1 ul{
    width: 75%;
    float: left;    
}
.product_list1 .product_img1{
    width: 25%;
    float: left;
}
.header_row .search_icon {
    padding: 10px 0 25px;
}
.main_menu li:hover .product_list{
    display: block;
}
.main_menu li:hover .product_list1{
    display: block;
}
header.fixed .header_row {
    padding: 10px 0px 0;
}
header.fixed .logo{
    padding-bottom: 10px;
}
header.fixed .main_menu a{
    padding: 10px 20px 10px;
}
@media (max-width: 1200px){
    .main_menu a {
        padding: 25px 10px;
        font-size: 12px;
    }
}
@media (max-width: 980px){
    header .logo {
        padding-bottom: 0;
    }
    .header_row {
        padding: 15px 0px;
    }
    .main_menu{
        position: fixed;
        bottom: 0px;
        top: 88px;
        right: 0px;
        width: 280px;
        overflow: auto;
    }
    header.fixed .main_menu{
        top: 74px;
    }
    .main_menu a {
        padding: 10px 20px;
    }
    header.fixed .logo {
        padding-bottom: 0;
    }
    header.fixed .header_row {
        padding: 10px 0px;
    }
    .main_menu .product_list{
        position: relative;
        padding: 10px;
    }
    .product_list ul, .product_list .product_img, .product_list li{
        width: 100%;
        float: none;
    }
    .main_menu .fa-caret-down{
        padding: 5px 10px;
        color: #fff;
    }
    .main_menu li:hover .product_list{
        display: none;
    }
	    .main_menu .product_list1{
        position: relative;
        padding: 10px;
		width: 100%;
		left:0;
    }
    .product_list1 ul, .product_list1 .product_img1, .product_list1 li{
        width: 100%;
        float: none;
    }
    .main_menu .fa-caret-down1{
        padding: 5px 10px;
        color: #fff;
    }
    .main_menu li:hover .product_list1{
        display: none;
    }
}
/*Products in Menu*/
@media(max-width:480px)
{
	.banner-style
	{
	    padding-top: 86px!important;
	}
	.custom_row .left, .custom_row .right 
	{
    float: left!important;
    width: 100%!important;
}
.events_section .brief_desc {
    padding-left: 0px!important;
}
.page_banner img
{
	max-width:100%!important;
	height: 150px!important;
    margin-top: 86px;	
}
.sli {
    float: left!important;
    width: 100%!important;
    padding: 40px 20px!important;
    margin: 1%!important;
    box-sizing: border-box!important;
    background-color: #efefef!important;
    -webkit-transition: all 0.7s ease!important;
    transition: all 0.7s ease!important;
}
.page_banner iframe
{
	width:100%!important;
}
.send_enquiry h2
{
	font-size:10px!important;
}
.send_enquiry a
{
	font-size:10px!important;
	text-align:center!important;
}
.copyrights
{
	width:100%!important;
}
.doneby
{
	width:100%!important;
}
.doneby p, .copyrights  p
{
	text-align:center!important;
}
.events_section img
{
    width:361px!important;
}
.chart-image
{
	width:100%!important;
}
}
.imghover:hover
{
	background-color:red;
	z-index:999;
}
.justify
{
	text-align:justify;
}
.lh27
{
	line-height:30px;
}