
@font-face {

  font-family: 'Lato-Regular';

  src: url('../fonts/lato-regular/Lato-Regular.eot?#iefix') format('embedded-opentype'),  url('../fonts/lato-regular/Lato-Regular.woff') format('woff'), url('../fonts/lato-regular/Lato-Regular.ttf')  format('truetype'), url('../fonts/lato-regular/Lato-Regular.svg#Lato-Regular') format('svg');

  font-weight: normal;

  font-style: normal;

}





@font-face {

  font-family: 'Lato-Heavy';

  src: url('../fonts/lato-heavy/Lato-Heavy.eot?#iefix') format('embedded-opentype'),  url('../fonts/lato-heavy/Lato-Heavy.woff') format('woff'), url('../fonts/lato-heavy/Lato-Heavy.ttf')  format('truetype'), url('../fonts/lato-heavy/Lato-Heavy.svg#Lato-Heavy') format('svg');

  font-weight: normal;

  font-style: normal;

}





@font-face {

  font-family: 'Lato-Semibold';

  src: url('../fonts/lato-semibold/Lato-Semibold.eot?#iefix') format('embedded-opentype'),  url('../fonts/lato-semibold/Lato-Semibold.woff') format('woff'), url('../fonts/lato-semibold/Lato-Semibold.ttf')  format('truetype'), url('../fonts/lato-semibold/Lato-Semibold.svg#Lato-Semibold') format('svg');

  font-weight: normal;

  font-style: normal;

}





@font-face {

  font-family: 'Lato-Light';

  src: url('../fonts/latolight/Lato-Light.eot?#iefix') format('embedded-opentype'),  url('../fonts/latolight/Lato-Light.woff') format('woff'), url('../fonts/latolight/Lato-Light.ttf')  format('truetype'), url('../fonts/latolight/Lato-Light.svg#Lato-Light') format('svg');

  font-weight: normal;

  font-style: normal;

}





@font-face {

  font-family: 'RAINFALL-Black';

  src: url('../fonts/rainfall-black/RAINFALL-Black.eot?#iefix') format('embedded-opentype'),  url('../fonts/rainfall-black/RAINFALL-Black.otf')  format('opentype'),

	     url('../fonts/rainfall-black/RAINFALL-Black.woff') format('woff'), url('../fonts/rainfall-black/RAINFALL-Black.ttf')  format('truetype'), url('../fonts/rainfall-black/RAINFALL-Black.svg#RAINFALL-Black') format('svg');

  font-weight: normal;

  font-style: normal;

}





@font-face {

  font-family: 'BrushScriptMT';

  src: url('../fonts/brushscript/BrushScriptMT.eot?#iefix') format('embedded-opentype'),  url('../fonts/brushscript/BrushScriptMT.woff') format('woff'), url('../fonts/brushscript/BrushScriptMT.ttf')  format('truetype'), url('../fonts/brushscript/BrushScriptMT.svg#BrushScriptMT') format('svg');

  font-weight: normal;

  font-style: normal;

}





@font-face {

  font-family: 'Lato-Bold';

  src: url('../fonts/lato-bold/Lato-Bold.eot?#iefix') format('embedded-opentype'),  url('../fonts/lato-bold/Lato-Bold.woff') format('woff'), url('../fonts/lato-bold/Lato-Bold.ttf')  format('truetype'), url('../fonts/lato-bold/Lato-Bold.svg#Lato-Bold') format('svg');

  font-weight: normal;

  font-style: normal;

}







.container{

	max-width:1400px;

	margin: 0 auto;

	width: inherit;

}

.top-bar{

	background: #2e2e2e;

}

a, a:hover, a:focus, a:visited{

	box-shadow: 0px 0px !Important;

	text-decoration: none !Important;

}

.top-bar p{

	color: #c5c9cc;

	font-size: 15px;

	font-family: 'Lato-Regular';

	margin: 0px 21px 0px 0px;

	float: left;

	padding: 10px 0px;

}

.top-bar a{

	color: #fff;

	font-size: 15px;

	font-family: 'Lato-Regular';

  transition: 0.5s;

}
.top-bar a:hover{
  text-decoration: underline;
}

h2.widget-title{

	display: none;

}

.widget{

	padding: 0px;

}
.header-socials{
  text-align: right;
}

.top-bar .header-socials a{

    color: #fff;

    padding: 6px 0px;

    font-size: 19px;

    display: block;

    float: left;

    margin: 0 0 0 0px;

}

.top-bar .header-socials a i.fa{

	  width: 33px;

    height: 30px;

    vertical-align: middle;

    text-align: center;

    display: table-cell;

    border-radius: 50px;

}

.top-bar .header-socials a i.fa-facebook{

	background: #1a356a;

}

.top-bar .header-socials a i.fa-twitter{

	background: #2aa9df;

}

.top-bar .header-socials a i.fa-linkedin{

	background: #026699;

}

.page-id-7 .entry-header{

	display: none;

}

.page-id-7 .site-info{

	display: none;

}

header{

	background: #fff;

	padding: 25px 0px 25px;

}

.custom-navigation-top ul#top-menu {

	margin-top: 70px;

}

.custom-navigation-top ul#top-menu li{

	padding: 0px 10px 0px 26px;

}

.custom-navigation-top ul#top-menu li a{

color: #2e2e2e;
font-size: 18px;
text-transform: uppercase;
font-family: 'Lato-Regular';
padding: 0;
transition: 0.6s;

}
.custom-navigation-top ul#top-menu li:hover {
border-color: #31941b;
transition: 0.4s;
}

.custom-navigation-top ul#top-menu li a:hover{

	color: #01659b;

	transition:0.6s;

}

.custom-navigation-top ul#top-menu li.current-menu-item a{

	color: #01659b;

	font-size: 18px;

	text-transform: uppercase;

	font-family: 'Lato-Regular';

}
.main-navigation ul ul.sub-menu{
    background: transparent;
    border: 0;
    margin: 10px 0px;
    top: 10px;
    padding: 19px 0px 0px;
    box-shadow: 0 8px 10px rgba(0,0,0,0.3);
}
.main-navigation ul ul.sub-menu li{
    background: #fff;
    padding: 10px 14px !important;
    border-left: 10px solid #0B4D87;
    transition: 0.4s;
    border-bottom: 2px solid #000;
}
.main-navigation ul ul.sub-menu li a{
  color: #0B4D87 !important;
      font-size: 16px !important;
}
.main-navigation ul li.menu-item-has-children:before, .main-navigation ul li.page_item_has_children:before{display: none !important;}

.wpb_revslider_element.wpb_content_element{

	margin: 0;

}

.sliders-layers-bg{

	background: rgba(48,45,42,0.9);

    width: 489px;

    display: none;

    padding: 26px 17px !important;

}

.sliders-layers-bg h2{

font-family: 'Lato-Heavy';

color: #fff;

margin: 0 0 14px 0 !Important;

font-size: 48px !important;

line-height: 55px !important;

text-transform: uppercase;

}

.sliders-layers-bg p{

font-family: 'Lato-Semibold';

color: #fff;

margin: 0 !Important;

font-size: 23px !important;

text-transform: capitalize;

line-height: 25px !important;

}

p{
  font-family: 'Lato-Regular';
  font-size: 20px;
}

.page-id-7 .entry-content{

    padding: 0px 0px 0;

}

.entry-content{

    margin: 0 auto;

    box-shadow: 0 0 50px rgba(0,0,0,0.4);

    background: #fff;

    position: relative;

    overflow: hidden;

    padding: 40px 0px 0;



}

.welcome-area{

	text-align: center;

	margin-top: 60px;

}

.welcome-area h2{

font-family: 'Lato-Light';

font-size: 48px;

color: #02649a;

margin: 0 0 10px 0;

}



.rainfall-black{

	font-family: 'RAINFALL-Black';

	font-size: 51px;

	margin: 0;

}

.welcome-area p{

font-family: 'Lato-Light';

font-size: 24px;

color: #31941b;

text-transform: uppercase;

margin: 0 0 10px 0;

}

.pages-custom-width{
  width: 82%;
  margin: 0 auto;
}

.welcome-area p.description{

font-family: 'Lato-Regular';

font-size: 20px;

color: #252625;

text-transform: inherit;

margin: 0 0 10px; 0;

}

.home-product-area{

  padding: 0px 0px 30px;

}

.home-product-area:before{

	content: "";

    background: #f5f5f5;

    position: absolute;

    bottom: -70px;

    width: 100%;

    z-index: -9;

    height: 170px;

    left: 0;

}

.home-product-area h2{

	font-family: 'BrushScriptMT';

	color: #31941b;

	margin: 0;

	font-size: 60px;

}

.home-product-area .wpb_single_image{

	height: 350px;

    vertical-align: bottom;

    display: table-cell;

    width: 25%;

}

.home-product-area h3{

	font-family: 'Lato-Bold';

	color: #123d7a;

	font-size: 20px;

}

.our-mission{

	background-size: cover;

	background-repeat: no-repeat;

	text-align: left;

	background-attachment: fixed;

	background-position: center;

}

.our-mission h2{

	color: #fff;

	font-family: 'Lato-Heavy';

	font-size: 72px;

}

.our-mission p{

	color: #fff;

	font-family: 'Lato-Light';

	font-size: 24px;

}

.located-banner{

	background-size: 100% auto;

	background-repeat: no-repeat;

	padding: 10px 0px 45px;

	/*background-attachment: fixed;

	background-position: center;*/

}

.located-banner h2{

	color: #fff;

	font-family: 'Lato-Heavy';

	font-size: 48px;

}

.located-banner p{

	color: #fff;

	font-family: 'Lato-Light';

	font-size: 21px;

}

.located-banner a{

	 display: inline-block;

    font-size: 16px;

    text-align: center;

    font-family: 'Lato-Regular';

    color: #fff;

    background: #31941b;

    text-transform: uppercase;

    border-radius: 10px;

    padding: 14px 28px;

    margin: 0px 19px 0px 0px;

    transition: 0.5s;

}
.located-banner a:hover{
background: #fff;
color: #31941b;
transition: 0.5s;
}

.located-banner a.blue{

    font-size: 16px;

    font-family: 'Lato-Regular';

    color: #fff;

    display: inline-block;

    padding: 14px 56px;

    margin-top: 13px;

    background: #123d7a;

}

 .news-events-boxes-section{

 	margin-bottom: 130px;

 }

.news-events h2{

	color: #02649a;

	font-family: 'Lato-Regular';

	font-size: 48px;

	text-align: center;

	text-transform: uppercase;



}

.news-events h2 span.lato-heavy{

	 font-family: 'Lato-Heavy';

}

.news-events h3{

	 font-family: 'Lato-Regular';

    font-size: 22px;

    color: #fff;

    text-transform: uppercase;

    background: #2e2e2e;

    padding: 13px 0px;

    margin: 0 0 13px 0;

}

.news-events h4{

	font-family: 'Lato-Regular';

	font-size: 18px;

	color: #31941b;

	padding: 9px 0 0;

  margin-bottom: 22px;

}
.news-events .section-1 p{
  margin-bottom: 20px !important;
}

.news-events  p{

	font-family: 'Lato-Regular';

	font-size: 18px;

	color: #2c2c2c;

}


.news-events .news-events-boxes-section .news-events-boxes{

padding: 0px 17px 17px;

margin: 0;

}

.news-events .news-events-boxes-section .vc_column-inner {

	border: 1px solid #e4e3e7;

    padding: 0;

    min-height: 520px;

}

.news-events .news-events-boxes-section .vc_col-lg-4{

	   width: 31.666667%;
    margin: 0px 20px 0px 0px;

}
.news-events .news-events-boxes-section .vc_col-lg-3{

     width: 23.666667%;
    margin: 0px 7px 0px 0px;

}


.news-events .news-events-boxes-section .vc_col-lg-2{

	width: 19.666667%;

}

.news-events .news-events-boxes-section #rssincl-box-1189427{

border:0; 

}

.news-events .news-events-boxes-section #rssincl-box-1189427 .rssincl-head{

	display: none;

}

.news-events .news-events-boxes-section #rssincl-box-1189427 .rssincl-content .rssincl-entry{

border: 0;

margin-bottom: 37px;

}

.news-events .news-events-boxes-section #rssincl-box-1189427 .rssincl-content .rssincl-entry .rssincl-itemtitle a{

	color: #31941b;

    font-size: 18px;

    font-family: 'Lato-Regular';

    margin-bottom: 21px !important;

    display: block;

    margin-top: 7px;

}

.news-events .news-events-boxes-section #rssincl-box-1189427 .rssincl-content .rssincl-entry .rssincl-itemdesc{

    color: #2c2c2c;

    font-size: 18px;

    font-family: 'Lato-Regular';

}

.news-events .news-events-boxes-section .no-margin .wpb_content_element{

	margin-bottom: -18px;

	padding: 0px 4px;

}
.padding-right{
  padding-right: 3px;
  margin-bottom: 6px;
}
.padding-left{
  padding-left: 3px;
}

.bottom-infos{

padding: 90px 0px 70px 0px;

background-size: cover;

overflow: visible !important;

}

.bottom-infos:before{

	content: "";

    background: url(../images/bottom-infos/bottom-info-before.png);

    position: absolute;

    width: 118px;

    height: 123px;

    top: -51px;

    left: 0;

    background-repeat: no-repeat;

    right: 0;

    z-index: 999;

    margin: 0 auto;

}



.bottom-infos .bottom-infos-section{

	background: #fff;

    text-align: center;

    padding: 60px 0px 60px 0px;

    /* margin: 90px 0px 90px 0px; */

    display: block;

    width: 88%;

    margin: 0 auto;

    color: #123d7a;

    font-family: 'Lato-Regular';

    font-size: 22px;

}

.bottom-infos .bottom-infos-section h2{

    font-family: 'BrushScriptMT';

    color: #31941b;

    margin: 0;

    font-size: 74px;

    margin: 0px 0px 35px;



}

.bottom-infos .bottom-infos-section p{

    color: #123d7a;

    font-family: 'Lato-Regular';

    font-size: 24px;

}

.bottom-infos .bottom-infos-section a{

    color: #123d7a;

    font-family: 'Lato-Regular';

    font-size: 22px;



}

.bottom-infos .bottom-infos-section .text-section{

    width: 53%;

    margin: 0 auto;

}

footer {
    text-align: center;
    overflow: hidden;
    background-color: #fff;
    width: 82%;
    margin: 0 auto;
}

footer .footer-menu ul#menu-footer-menu{

	padding: 0;

}

footer .footer-menu ul#menu-footer-menu li{

	display: inline-block;

	padding: 0;

	border:0;

}

footer .footer-menu ul#menu-footer-menu li a{

	font-size: 20px;

	color: #2e2e2e;

	text-transform: uppercase;

	padding: 0 18px;

}
footer .footer-menu ul#menu-footer-menu li a:hover{
  color: #123D7A;
}

footer .footer-menu{

    padding: 30px 0px 0px;

    margin-bottom: 40px;

}

footer .footer-tagline h2{

    font-family: 'BrushScriptMT';

    color: #31941b;

    margin: 15px 0 20px 0;

    font-size: 48px;

 }

 footer .footer-address p{

 	font-family: 'Lato-Regular';

 	font-size: 18px;

 	color: #070807;

 }

  footer .footer-address a{

 	font-family: 'Lato-Regular';

 	font-size: 18px;

 	color: #070807;

 }

footer .footer-tags ul{

padding: 5px 0px 0px

}

footer .footer-tags ul li{

	display: inline-block;

	padding: 0px 5px

}

footer .footer-tags ul li a{

	color: #31941b;

	font-family: 'Lato-Regular';

	font-size: 16px;

  transition: 0.6s;

}
footer .footer-tags ul li a:hover{

  color: #0E4581;

  transition: 0.6s;

}

footer .footer-copyright p{

	color: #7f7f7f;

	font-family: 'Lato-Regular';

	font-size: 16px;

	padding: 7px 0px;

}

footer .footer-copyright a{

	color: #7f7f7f;

	font-family: 'Lato-Regular';

	font-size: 16px;

}
footer .footer-copyright a:hover{
  color: #123d7a;
}
.display-inline{
  display: inline-block;
}

.entry-header{
    background: #0D4983;
    margin: 0;
    padding: 30px 0px !important;
    margin-top: 0px;
    margin-bottom: 0px !important;
}
.entry-header .entry-title{
    margin: 0;
    color: #fff !Important;
    font-family: 'Lato-Regular';
    text-align: center;
    font-size: 47px !important;
    text-shadow: 0px 7px 10px rgba(0,0,0,0.5);
    }
    .edit-link{display: none;}
    .about-sub-heading .wpb_content_element{margin: 0;}
    .about-sub-heading h4{
    font-family: 'Lato-Regular';
    color: #31941b;
    font-size: 21px;
    text-transform: uppercase;
  }
  .about-sub-heading{
    margin-bottom: 40px;
  }
  .about-section-2{
    background-attachment: fixed;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 20px 0px 30px;
  }
 .about-section-2 p{
    color: #fff;
    text-align: center;
    margin-bottom: 28px !important;
  }
  .location-page h2{
    font-family: 'Lato-Regular';
    color: #0D4881;
    text-transform: uppercase;
    margin: 0;
    letter-spacing: 1px;
    font-size: 25px;
    border-bottom: dashed;
    padding-bottom: 10px;
  }
  .location-page .text-section ul{
    padding: 30px 0px;
  }
  .location-page .text-section ul{
    padding: 30px 0px;
  }

  .location-page .text-section ul li{
    font-family: 'Lato-Light';
    color: #000;
    font-size: 17px;
    list-style: none;
    margin-bottom: 30px;
  }
  .location-page .text-section ul li a{
    font-family: 'Lato-Light';
    color: #000;
    font-size: 18px;
  }
  .location-page .text-section ul li .fa{
    color: #0D4983;
    font-size: 20px;
    margin: 0px 20px 0px 0px;
  }
  .contact-page{
    text-align: center;
  }
   .contact-page a{
    font-family: 'Lato-Light';
    color: #0D4881;
    font-weight: 800;
  } 

  .contact-form{
margin-top: 40px;
}
 .contact-form input{
    border: 0;
    border-bottom: 1px solid;
    margin-bottom: 40px;
    text-transform: uppercase;
    font-size: 16px;
    font-family: 'Lato-light';
    height: 57px;
}
.contact-form textarea{
    border: 0;
    border-bottom: 1px solid;
    height: 57px;
    text-transform: uppercase;
    font-size: 16px;
    resize: none;
    font-family: 'Lato-light';
}
.contact-form input.wpcf7-submit{
    margin-top: 40px;
    padding: 12px 0;
    background: #0D4983;
    text-transform: uppercase;
    width: 100%;
    font-family: 'Lato-light';
    margin-bottom: 0;
}
.form-group{
  margin-bottom: 0;
}

.contact-section-3.about-sub-heading h4{
  font-family: 'Lato-Regular';
    color: #31941b;
    font-size: 17px;
    text-transform: uppercase;
}
.vision-values-sec-1{
text-align: center;
margin-bottom: 35px;
}
.vision-values-sec-2 i{
  font-size: 0;
}

.vision-values-sec-2 i:before{
  font-size: 50px;
    text-align: center;
    color: #fff;
    background-color: #0D4983;
    padding: 88% 28px;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
}
.vision-values-sec-2 h2{
    font-size: 20px;
    border-bottom: 1px solid #b7b5b5;
    padding: 10px 0;
    margin-bottom: 15px;
    color: #0D4982;
    font-weight: bold;
    margin: 0 0 20px;
    text-transform: uppercase;
    font-family: 'Lato-light';
    }
    .vision-values-sec-2 .right {
    float: right;
    width: 80%;
  }
  .vision-values-sec-2 .left{
     float: left;
    width: 20%;
    display: inline-block;
    overflow: hidden;
    padding: 15.3% 0;
      margin-bottom: 30px;
    }
    .vision-values-sec-2 .about-text p{
      font-size: 18px;
    }
@media only screen and (min-width:180px) and (max-width:640px){

.container{width: inherit;max-width: auto;}

.home-products .child-categories .child-categories-boxes{width: auto !important;float: none !important;}

.about-sub-heading h4{text-align: center;font-size: 12px;}

.pages-custom-width{width: auto;}

.top-bar{text-align: center;margin-top: 45px;}

.top-bar p{float: none;text-align: center;width: auto;}

.top-bar .header-socials div{display: inline-block;}

.top-bar .header-socials a{float: none;width: auto;display: inline-block;}

.custom-navigation-top{display: none;}

.sliders-layers-bg{width: auto;padding: 6px 17px 19px !important;}

.sliders-layers-bg h2{font-size: 18px !important;line-height: 23px !important;}

.sliders-layers-bg p{font-size: 13px !important;}

.welcome-area h2{font-size: 35px;}

.rainfall-black{font-size: 35px;}

.welcome-area p{font-size: 19px;}

.welcome-area p.description{font-size: 17px;}

.home-product-area h2{font-size: 38px;margin-bottom: 25px;}

.home-product-area h3{font-size: 17px;}

.home-product-area .wpb_single_image{height: 320px;}

.our-mission h2{text-align: center !important;font-size: 35px;}

.our-mission p{text-align: center;font-size: 20px;}

.located-banner {background-size: cover;}

.located-banner h2{font-size: 35px;}

.located-banner p{font-size: 20px;}

.located-banner a{margin: 0px 19px 13px 0px;float: left;width: 142px;font-size: 12px;}

.located-banner a.blue{margin: 0;width: 100%;text-align: center;}

.news-events h2{font-size: 35px;}

.news-events .news-events-boxes-section .vc_col-lg-4{width: auto;margin: 0px 5px 20px 0px}

.news-events .news-events-boxes-section #rssincl-box-1189427{width: auto;}

.news-events .news-events-boxes-section .vc_column-inner{text-align: center;}

.bottom-infos .bottom-infos-section h2{font-size: 35px;}

.bottom-infos .bottom-infos-section{width: auto;padding: 20px 20px 20px 20px;font-size: 20px;}

.bottom-infos .bottom-infos-section .text-section{width: auto;}

footer .footer-menu{display: none;}

footer .footer-tagline h2{font-size: 35px;}

.logo{text-align: center;}

.footer-logo{margin-top: 20px;}

footer{width: auto;}

.header-socials{text-align: center;}

.vision-values-sec-2 i:before{
      font-size: 38px;
    text-align: center;
    color: #fff;
    background-color: #0D4983;
    padding: 84% 7px;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;

}

.entry-header .entry-title{font-size: 26px !important;}
.child-categories .child-categories-boxes .image-boxes{height: 240px !important;}
.falcon-product-categories{margin-bottom: 30px;pointer-events: visible !important;}
.falcon-product-categories{min-height: inherit !important;}
.falcon-product-categories#falcon-product-categories-id ul.categories-menu{display: none;}
.falcon-product-categories h3:before{    content: "\f0c9";font: normal normal normal 14px/1 FontAwesome;font-size: 22px;margin: 0px 6px 0px;}
}
@media only screen and (min-width:760px) and (max-width:1024px){

.container{width: inherit;max-width: auto;}

.home-products .child-categories .child-categories-boxes {
    text-align: center;
    margin-bottom: 30px;
    width: 46% !important;
    padding: 20px 0px 0px;
    float: left;
    margin: 0px 12px;
    min-height: 400px;
}

.about-sub-heading h4{text-align: center;font-size: 12px;}

.pages-custom-width{width: auto;}

.top-bar{text-align: center;}

.top-bar p{float: none;text-align: center;width: auto;}

.top-bar .header-socials div{display: inline-block;}

.top-bar .header-socials a{float: none;width: auto;display: inline-block;}

.custom-navigation-top{display: none;}

.sliders-layers-bg{width: auto;padding: 6px 17px 19px !important;}

.sliders-layers-bg h2{font-size: 28px !important;line-height: 36px !important;}

.sliders-layers-bg p{font-size: 20px !important;}

.welcome-area h2{font-size: 35px;}

.rainfall-black{font-size: 35px;}

.welcome-area p{font-size: 19px;}

.welcome-area p.description{font-size: 17px;}

.home-product-area h2{font-size: 64px;margin-bottom: 25px;}

.home-product-area h3{font-size: 17px;}

.home-product-area .wpb_single_image{height: 350px;}

.our-mission h2{text-align: center !important;font-size: 35px;}

.our-mission p{text-align: center;font-size: 20px;}

.located-banner{background-position: center;}

.located-banner h2{font-size: 35px;}

.located-banner p{font-size: 20px;}

.located-banner a{margin: 0px 19px 13px 0px;float: left;width: 142px;font-size: 12px;}

.located-banner a.blue{margin: 0;width: 100%;text-align: center;}

.news-events h2{font-size: 35px;}

.news-events .news-events-boxes-section .vc_col-lg-4{width: 100%;margin: 0px 5px 20px 0px}

.news-events .news-events-boxes-section #rssincl-box-1189427{width: auto;}

.news-events .news-events-boxes-section .vc_column-inner{text-align: center;}

.bottom-infos .bottom-infos-section h2{font-size: 35px;}

.bottom-infos .bottom-infos-section{width: auto;padding: 20px 20px 20px 20px;font-size: 20px;}

.bottom-infos .bottom-infos-section .text-section{width: auto;}

footer .footer-menu{display: none;}

footer .footer-tagline h2{font-size: 35px;}

.footer-logo{margin-top: 20px;}

.logo{text-align: center;}

.news-events .news-events-boxes-section .vc_column-inner{min-height: 552px;}

footer{width: auto;}

.header-socials{text-align: center;}


.vision-values-sec-2 i:before{
      font-size: 50px;
    text-align: center;
    color: #fff;
    background-color: #0D4983;
    padding: 84px 8px;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;

}
.vision-values-sec-2 .left{padding: 106.3px 0px;}
.child-categories .child-categories-boxes .image-boxes{height: 240px !important;}
.falcon-product-categories{margin-bottom: 30px;pointer-events: visible !important;}
.falcon-product-categories{min-height: inherit !important;}
.falcon-product-categories#falcon-product-categories-id ul.categories-menu{display: none;}
.falcon-product-categories h3:before{content: "\f0c9";font: normal normal normal 14px/1 FontAwesome;font-size: 22px;margin: 0px 6px 0px;}pointer-events: visible;

}

@media only screen and (min-width:640px) and (max-width:760px){

.container{width: inherit;max-width: auto;}

.home-products .child-categories .child-categories-boxes{width: auto !important;float: none !important;}

.about-sub-heading h4{text-align: center;font-size: 12px;}

.pages-custom-width{width: auto;}

.top-bar{text-align: center;}

.top-bar p{float: none;text-align: center;width: auto;}

.top-bar .header-socials div{display: inline-block;}

.top-bar .header-socials a{float: none;width: auto;display: inline-block;}

.custom-navigation-top{display: none;}

.sliders-layers-bg{width: auto;padding: 6px 17px 19px !important;}

.sliders-layers-bg h2{font-size: 18px !important;line-height: 23px !important;}

.sliders-layers-bg p{font-size: 13px !important;}

.welcome-area h2{font-size: 35px;}

.rainfall-black{font-size: 35px;}

.welcome-area p{font-size: 19px;}

.welcome-area p.description{font-size: 17px;}

.home-product-area h2{font-size: 38px;margin-bottom: 25px;}

.home-product-area h3{font-size: 17px;}

.home-product-area .wpb_single_image{height: 350px;}

.our-mission h2{text-align: center !important;font-size: 35px;}

.our-mission p{text-align: center;font-size: 20px;}

.located-banner{background-position: 0% 20% !important;}

.located-banner h2{font-size: 35px;}

.located-banner p{font-size: 20px;}

.located-banner a{margin: 0px 19px 13px 0px;float: left;width: 142px;font-size: 12px;}

.located-banner a.blue{margin: 0;width: 100%;text-align: center;}

.news-events h2{font-size: 35px;}

.news-events .news-events-boxes-section .vc_col-lg-4{width: auto;margin: 0px 5px 20px 0px}

.news-events .news-events-boxes-section #rssincl-box-1189427{width: auto;}

.news-events .news-events-boxes-section .vc_column-inner{text-align: center;}

.bottom-infos .bottom-infos-section h2{font-size: 35px;}

.bottom-infos .bottom-infos-section{width: auto;padding: 20px 20px 20px 20px;font-size: 20px;}

.bottom-infos .bottom-infos-section .text-section{width: auto;}

footer .footer-menu{display: none;}

footer .footer-tagline h2{font-size: 35px;}

.footer-logo{margin-top: 20px;}

.logo{text-align: center;}

.news-events .news-events-boxes-section .vc_column-inner{min-height: 450px;}

footer{width: auto;}

.header-socials{text-align: center;}

.vision-values-sec-2 .left{padding: 64.3px 0px;}

.vision-values-sec-2 i:before{padding: 84% 20px;}

.child-categories .child-categories-boxes .image-boxes{height: auto !important;width: 100% !important;display: block !important;min-height: 120px !important;}
.falcon-product-categories{margin-bottom: 30px;pointer-events: visible !important;}
.falcon-product-categories{min-height: inherit !important;}
.falcon-product-categories#falcon-product-categories-id ul.categories-menu{display: none;}
.falcon-product-categories h3:before{content: "\f0c9";font: normal normal normal 14px/1 FontAwesome;font-size: 22px;margin: 0px 6px 0px;}
}

@media only screen and (min-width: 1024px) and (max-width: 1150px){
.custom-navigation-top {display: block;}
.custom-navigation-top ul#top-menu{margin-top: 52px;}
.custom-navigation-top ul#top-menu li{padding: 0px 10px 0px 6px;}
.custom-navigation-top ul#top-menu li a{font-size: 16px;}
.top-bar p{text-align: left;}
.header-socials{margin-top: 50px;}
.news-events .news-events-boxes-section .vc_col-lg-5 {width: 35.666667%;margin: 0px 30px 0px 0px;}
.rssdog tr td a{margin-top: 17px;}
}

@media only screen and (min-width:1200px) and (max-width:1400px){
.pages-custom-width{width: 95%;}
.news-events .news-events-boxes-section .vc_col-lg-5{width: 32.666667%;}
.news-events .news-events-boxes-section .vc_col-lg-2{width: 19.666667%;}
.bottom-infos .bottom-infos-section .text-section{width: 60%;}
.news-events .news-events-boxes-section #rssincl-box-1189427{width: auto;}
footer .footer-menu ul#menu-footer-menu li a{padding: 19px;}
.rssdog tr td a{margin-top: 17px !important;}
footer{width: auto;}
}
.falcon-products-data{
  padding-top: 30px;
}
.falcon-product-categories{
     /*padding: 0px 0px;
    min-height: 392px;
    pointer-events: none;*/
    min-height: 490px;
    
}
.falcon-product-categories h3{
    margin: 0 0 0px 0;
    text-transform: uppercase;
    text-align: center;
    letter-spacing: 1px;
    color: #fff;
    padding: 12px 0px;
    font-size: 20px;
    font-family: 'Lato-bold';
    background: #000;
}
.falcon-product-categories#falcon-product-categories-id ul#menu-product-cat-menu{
    background: #DDDDDD;
    padding-top: 17px;
    border-bottom: 7px solid #C4C8CB;
    background: #DDDDDD;
    }
.falcon-product-categories#falcon-product-categories-id ul#menu-product-cat-menu li{
     list-style: none;
    display: block;
    padding: 6px 6px 6px 17px;
    border-bottom: 1px solid #0D4983;
    margin-bottom: 15px;
    position: relative;

}
.falcon-product-categories#falcon-product-categories-id ul#menu-product-cat-menu li ul.sub-menu li{
     list-style: none;
    display: block;
    padding: 3px 6px 3px 17px;
    border-bottom: 0px;
    margin-bottom: 0px;
    position: relative;

}

.falcon-product-categories#falcon-product-categories-id ul#menu-product-cat-menu li:last-child{
  border-bottom: 0px;
}
.falcon-product-categories#falcon-product-categories-id ul#menu-product-cat-menu li ul.sub-menu li a{
     color: #0D4983;
    font-family: 'Lato-regular';
    font-size: 17px;
    pointer-events: visible;

}
.widget_easy_sidebar_menu_widget li.menu-item .sub-menu li:first-child{border-top: 0px !important;}
.widget_easy_sidebar_menu_widget li.menu-item .sub-menu li:first-child:before{display: none !important;}
/*.falcon-product-categories#falcon-product-categories-id ul.categories-menu li:before{
    content: "\f054";
    color: #0D4983;
    font: normal normal normal 14px/1 FontAwesome;
    margin: 0px 7px 0px 0px;
  }*/
.falcon-product-categories#falcon-product-categories-id ul#menu-product-cat-menu li a{
    color: #0D4983;
    font-family: 'Lato-regular';
    font-size: 19px;
    pointer-events: visible;
}
.products-listing .product-item{
  margin-bottom: 40px;
}
.products-listing .product-item h2{
    font-family: 'Lato-Regular';
    margin: 0;
    border-bottom: 1px solid #0D4983;
    padding-bottom: 12px;
    margin-bottom: 24px;
}
.products-listing .product-item p{
      font-family: 'Lato-light';
    font-size: 20px;
    line-height: 30px;
     color: #000;
}
.products-listing .product-item li{
    position: relative;
    list-style: none;
    margin-bottom: 2px;
    font-size: 18px;
    font-family: 'Lato-light';
    font-size: 19px;
    line-height: 30px;
    color: #000;
}
.products-listing .product-item li:before{
    content: "\f00c";
    font: normal normal normal 14px/1 FontAwesome;
    padding: 0px;
    margin: 0px 8px 0px 0px;
    color: #0D4983;
}
.products-listing .product-item table.table-responsive .bg-row{
  background: #0D4983;
    color: #fff;
}
.products-listing .product-item table.table-responsive th, .products-listing .product-item table.table-responsive td{
    font-family: 'Lato-Regular';
    border: 1px solid #636363;
    padding: 6px 6px;
    font-size: 15px;
    text-align: center;
}
.parent-child-cats{

}
.parent-child-cats .parent-child-cats-boxes{
    text-align: center;
    border: 1px solid #0D4983;
    margin-bottom: 30px;
    padding: 20px 0px 0px;
    min-height: 339px;
}

.parent-child-cats .parent-child-cats-boxes img{
 margin-bottom: 30px;
     height: 220px;
}
.parent-child-cats .parent-child-cats-boxes p{
    background: #000;
    margin: 0;
    color: #fff;
    text-transform: uppercase;
    font-size: 16px;
    padding: 7px 0px;
    height: 90px;
    vertical-align: middle;
    display: table-cell;
    width: 320px;
}
.parent-child-cats .parent-child-cats-boxes p a{
  color: #fff;
}


.child-categories .child-categories-boxes{
    text-align: center;
    /*border: 1px solid #0D4983;*/
    margin-bottom: 30px;
    width: 18%;
    padding: 20px 0px 0px;
    float: left;
    margin: 0px 12px;
}

.child-categories .child-categories-boxes img{
 margin-bottom: 30px;
}
.child-categories .child-categories-boxes p a{
      font-family: 'Lato-Bold';
    color: #123d7a;
    font-size: 19px;
}
/*.child-categories .child-categories-boxes .image-boxes{
    min-height: 380px;
    height: 380px;
    vertical-align: bottom;
    display: table-cell;
    width: 300px;
    text-align: center;
}*/
.page-id-11 .entry-content{
  padding: 0px;
}

table.rssdog{
  border:0 !important;
}
table.rssdog tr:nth-child(2){
    margin-top: -18px !important;
    display: block;
}

table.rssdog tr{
  border:0 !important;
}

.rssdog th.rssdog{
  display: none !important;

}
.rssdog tr td a{
    color: #31941b !important;
    font-family: 'Lato-Regular';
    font-size: 18px;
    margin-bottom: 17px !important;
    display: block;
    font-weight: bold;
    margin-top: 25px;
}
.rssdog tr td{
  background:transparent !important;
  display: block;
  width: 100%;
}
.rssdog tr td i{
    font-size: 14px;
    font-family: 'Lato-Regular';
    color: #123d7a !important;
    font-weight: bold;
    font-style: inherit;
    margin-bottom: -12px;
    display: block;

}
.home-products .child-categories .child-categories-boxes{
    text-align: center;
    /* margin-bottom: 30px; */
    min-height: 370px;
    width: 31%;
    padding: 20px 0px 0px;
    float: left;
    margin: 0px 12px;
}

.home-products.child-categories .child-categories-boxes img{
 margin-bottom: 30px;
}
.home-products .child-categories .child-categories-boxes p a{
      font-family: 'Lato-Bold';
    color: #123d7a;
    font-size: 19px;
    display: block;
    margin-top: 30px;
}
.home-products .child-categories .child-categories-boxes .image-boxes{
    /*min-height: 380px;
    height: 380px;
    vertical-align: bottom;
    display: table-cell;
    width: 300px;
    text-align: center;*/
    box-shadow: 0px 0 10px rgba(0,0,0,0.15);
    padding: 20px 20px;
}
.product-image{
  position: relative;
}
.product-image a:before{
    font: normal normal normal 14px/1 FontAwesome;
    content: "Click Here To Zoom";
    position: absolute;
    bottom: 0;
    right: 0;
    color: #0d4983;
    background: #fff;
    font-size: 13px;
    font-family: arial;
    padding: 4px 10px;
    left: 0;
    border-radius: 0;
    width: 100%;
}

.nav_desc{
  display: none !important;
}

.category-40 .product-item, .category-41 .product-item{display: none;}

.parent-child-cats-boxes a{
  pointer-events: none;
}

.falcon-product-categories #menu-product-cat-menu li ul.sub-menu li a{
  pointer-events: none !important;
}
.services-page p{
    font-family: 'Lato-Light';
    font-size: 19px;
    list-style: none;
    margin-bottom: 30px;
}
span.small-text{
  font-family: 'Lato-Light';
    font-size: 15px;
    list-style: none;
    margin-bottom: 30px;
}