@import url('https://fonts.googleapis.com/css?family=Poppins:300,400,600,700');
@import url("https://use.typekit.net/vca0won.css");
/* 
font-family: 'Poppins', sans-serif;
font-family: proxima-nova, sans-serif;


*/
html,body{width:100%;}
body
{
  margin:0px;
  padding:0px;
  font-size:15px;
  overflow-x:hidden;
  position:relative;
  font-family: 'Poppins', sans-serif;
        background:#ecf0fa;
    font-weight: 400;
  
}
body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, dialog, figure, footer, header, hgroup, nav, section {
    margin: 0;
    padding: 0;
    border: 0;
    vertical-align: baseline;
}
html {
    margin: 0;
    padding: 0;
    border: 0;
 -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    
}
article, aside, details, figcaption, figure, dialog, footer, header, hgroup, menu, nav, section {
    display: block;
}
table {
    border-collapse: separate;
    border-spacing: 0;
}

* {box-sizing: border-box; -mox-box-sizing: border-box; -webkit-box-sizing: border-box; -ms-box-sizing: border-box;}
*:before,
*:after {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

a img {border: none;}
:focus {outline: 0;}
a{text-decoration:none;color:inherit; transition: all ease 0.5s;
    -webkit-transition: all ease 0.5s;
    -moz-transition: all ease 0.5s; }

.wrapper{
  max-width:1520px;
  padding-right:15px;
  padding-left:15px;
  margin-right: auto;
  margin-left: auto;
}



.clearfix { display: block; }
.clearfix:after {
     visibility: hidden;
     display: block;
     font-size: 0;
     content: " ";
     clear: both;
     height: 0;
     }
.no_scroll
{
	pointer-events: none;
}
img
{
	vertical-align: bottom;
}
/* css for header */
header
{
	transition-property: transform;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	background: transparent;
	position: absolute;
    width: 100%;
    top: 0;
    left: 0;
	z-index: 100;
}
header.sticky{position:fixed; background:#fff;}
.header_top
{
   background: #0b78b7; 
    position: relative;
}
.logo-left{
    float:left;
    width:280px;
    position: relative;
    min-height:1px; 
  
    padding:0px;
    text-align: center;
}
.logo_img
{
    padding: 10px 0 0;
    margin-bottom: -80px;
}
.logo-left img
{
	max-width: 100%;
}
.nav-links-middle
{
    float: left;
    width:calc(100% - 360px); 
    text-align: left;
}
.desktop_burger
{
    width: 80px;
    float: right;
}

.header_bottom
{
    background: transparent;
}
.logo_right
{
    text-align: right;
    width: 100%; 
    padding-left: 280px;
}

/* Navigation menu */

a { text-decoration: none; }
div#overlay { display: none; }
a#toggle {
  position: fixed;
  top: 5px;
  right: 0px;
  width:40px;
  height: 40px;

  background:#0b78b7;
  text-align: center;
  color: #ffffff;
  display: none;
  transition: all ease-out 0.3s;
  z-index:200;
	border-radius: 2px 0 0 2px;
	font-size: 20px;
}
a#toggle i {position: relative; top: 0; line-height: 40px; /*transform: translateY(-50%);*/}
main#content { padding: 10px; }
#menu { transition: all ease-out 0.3s; }
#menu ul {margin: 0; width:100%;;display: block;  }
#menu>ul{padding: 0 0;text-align: right;font-size: 0; }
#menu ul li {display:inline-block; position: static; font-weight: 700;}
.mob_view
{
    display: none !important;
}
#menu>ul>li>a
{ 
    padding: 16px 48px;
    border-right: 1px solid #2486be;
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    position: relative;
    overflow: hidden;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s; 
}
#menu ul li a span
{
    position: relative;
}
#menu ul li > a {display:block;font-size:16px; color: #fff;  line-height: 18px; text-transform: uppercase; font-weight: 300;position: relative;
transition: all ease 0.3s; -webkit-transition: all ease 0.3s; -moz-transition: all ease 0.3s; -o-transition: all ease 0.3s; font-family: proxima-nova, sans-serif;
}
#menu ul li:hover > a,
#menu ul li.active > a
{
    color: #fff;
    transition: all ease 0.3s; -webkit-transition: all ease 0.3s; -moz-transition: all ease 0.3s; -o-transition: all ease 0.3s;
}
#menu ul li > a > i {margin-left: 10px; transition: all ease-out 0.3s; -webkit-transition: all ease-out 0.1s; -moz-transition: all ease-out 0.3s; -ms-transition: all ease-out 0.3s; font-size: 10px; height: 16px; width: 16px ; vertical-align: top; line-height: 14px; border-radius: 100%; border: 1px solid #fff; text-align: center;}
#menu ul li:hover > a > i, #menu ul li.open > a > i{ transform: rotateZ(180deg);}
#menu > ul > li > a
{
    transition: all 0.4s ease-out;
    -webkit-transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    -ms-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
    background: transparent;
    background-image: -moz-linear-gradient(315deg, transparent 0%, transparent 49%, #0b78b7 50%, #033e60 90%);
    background-image: -webkit-gradient(linear, left top, right bottom, color-stop(22%, #033e60), color-stop(53%, #0b78b7 ));
    background-image: -webkit-linear-gradient(315deg, transparent 0%, transparent 49%, #0b78b7 50%, #033e60 90%);
    background-image: -o-linear-gradient(315deg, transparent 0%, transparent 49%, #0b78b7 50%, #033e60 90%);
    background-image: -ms-linear-gradient(315deg, transparent 0%, transparent 49%, #0b78b7 50%, #033e60 90%);
    /* background-image: linear-gradient(325deg, #ff8a00 28%, #0b78b7 73%); */
    background-image: linear-gradient(315deg, transparent 0%, transparent 49%, #0b78b7 50%, #033e60 90%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff8400', endColorstr='#ffffff', GradientType=1);
    background-size: 210% 200%;
    background-position: 100% 100%;
}
#menu > ul > li > a:hover,
#menu > ul > li.active > a,
#menu > ul > li.current-page-ancestor.current-menu-ancestor.current-menu-parent.current_page_parent a
{
    background-position: 0 0;
    color: white;
    transition: all 0.4s ease-out;
    -webkit-transition: all 0.6s ease-out;
    -moz-transition: all 0.6s ease-out;
    -ms-transition: all 0.6s ease-out;
    -o-transition: all 0.6s ease-out;
    transition: all 0.6s ease-out;
}
#menu ul li ul li > a > i
{
    position: absolute;
        width: 30px;
    height: 40px;
    top: 0;
    line-height: 40px;
    text-align: center;
    font-size: 12px;
    right: 15px;
}
#menu ul li ul li > a > i:before
{
    content: '\f054';
}
#menu ul li.open ul{display:block;}
#menu ul li ul {display: none; position: absolute; top:50px; left: 0; width: 100%; text-align: left;border-radius:0px;    z-index: 1;    background-color: rgba(6, 49, 91, 0.95);   border-top:  2px solid #ea7100;  box-shadow: 6px 8px 10px rgba(0,0,0,.5);
    padding: 35px 30px 20px; text-align: center;
} 
#menu ul li ul li { width: 18%; color: #fff; border: 1px solid #dadada;     margin-bottom: 15px !important;
    margin-right: 15px !important;
}
#menu ul li ul li a { display: block;  
    transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out; 
}
#menu ul li ul li ul
{
    top: 0;
    left: 100%;
    display: none;
}
/*#menu ul li:hover > a > i { transform: rotateZ(90deg); }*/
#menu ul.sub-menu li a:hover
{  
    color: #fff;
    transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
}
@media(min-width:992px)
{
#menu ul li:hover > ul {display: block;}
#menu ul li ul li:hover > ul {display: block;} 
}
ul.sub-menu li{margin:0px!important; padding:0px!important;}
#menu ul li ul li{font-weight: 500;}
#menu ul li ul.sub-menu li a{position: relative;}
#menu ul li ul.sub-menu li a:hover,
#menu ul li ul.sub-menu li.active > a
{
     background: #0b78b7;
}
#menu ul li ul li ul {
    background: #484848;
}
#menu ul li ul li a{padding:12px 20px; color: #fff; font-weight: 400;  font-size: 14px;}
#menu ul li ul li > a {border-right:0; text-transform: uppercase;}
.header-bottom #menu ul li > a
{
 position:relative;
}
.header-bottom #menu ul li:last-child > a:after{display:none;} 
.headerwrap{
  position:relative;
}
#menu ul:after
{
	visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}
i.fa.fa-angle-top.mysubmenu
{
	display: none;
}
.logo-left img
{
	vertical-align: bottom;
    transition: all ease 0.5s;
    -webkit-transition: all ease 0.5s;
    -moz-transition: all ease 0.5s;
}
header.fixed_nav
{
	position: fixed;
	top:0;
	width: 100%;
	z-index: 101;
	-webkit-animation: fromTop .5s; /* Safari 4.0 - 8.0 */
    animation: fromTop .5s;
    box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.2);
}
.fixed_nav .wow
{
    visibility: visible !important;
}
.fixed_nav .logo-left img
{
    width: 170px;
    transition: all ease 0.5s;
    -webkit-transition: all ease 0.5s;
    -moz-transition: all ease 0.5s;
}

/* Safari 4.0 - 8.0 */
@-webkit-keyframes fromTop {
    0%   {top: -85px;}
    100% {top:0px;}
}
/* Standard syntax */
@keyframes fromTop {
    0%   {top: -85px;}
    100% {top:0px;}
}
.fixed_nav #menu>ul>li> a
{
	-webkit-transition: padding 0.3s;
    -moz-transition: padding 0.3s;
    transition: padding 0.3s;
}
#menu ul li
{
    vertical-align: top;
}
.mini_menu
{
    padding: 13px 24px;
}
#burger{
    cursor:pointer;
    display:block;
}
#burger span{
    background: #fff;
    display:block;
    width:30px;
    height:1px;
    margin-bottom: 5px;
    position: relative;
    top:0;
    transition: all ease-in-out 0.4s;  
}
#burger.open span:nth-child(2),
#burger.open span:nth-child(3){
    width: 0;
    opacity:0;
    
}
#burger.open span:nth-child(1){

    transform: rotate(-45deg);
    top:10px;
}
#burger.open span:nth-child(4){
    transform: rotate(45deg);
    top:-10px;
}

/* ----- mini menu ------- */

.mini_menu_fixed
{
    width: 300px;
    position: fixed;
    top: 0;
    right: -300px;
    background: #0b78b7;
    margin: 0;
    padding: 0;
    border-left: 1px solid #cccccc;
    z-index: 1000;
    height: 100vh;
    transition: 1s ease all;
}
.mini_menu_fixed.open_mini
{
    right: 0;
    transition: 1s ease all;
}
a.closemenu {
    width: 40px;
    margin: 20px 30px 0 auto;
    text-align: right;
    display: block;
}
.sidemenudiv {
    width: 100%;
    padding: 25px 45px;
}
.sublinks
{
    margin: 0;
    padding: 0px 0 30px;
    list-style: none;
}
.sublinks li
{
   color: #fff;
    font-size: 18px;
    line-height: 20px;
    font-weight: 300;
    border-bottom: 1px solid rgba(255,255,255,0.1);
    font-family: proxima-nova, sans-serif;
}
.sublinks li:last-child
{
    border-bottom: 0;
}
.sublinks li a
{
    display: block;
    padding: 20px 0;
}
.sublinks li a:hover,
.sublinks li.active a
{
    color: #1d1f21;
}

/* ------------------------- */




.nav_buttns
{
    font-size: 0;
    padding: 20px 0;
    text-align: right;
    
    position: relative;
}

.nav_buttns li
{
    display: inline-block;
    margin-right: 24px;
    position: relative;
    vertical-align: top;
}
.nav_buttns li:last-child
{
    margin-right: 0;
}
.nav_buttns li a
{
    display: block;
    padding: 0;
    color: #033e60;
    font-size: 20px;
    line-height: 24px;
    text-transform: uppercase;
    letter-spacing: 0;
    position: relative;
    font-weight: 700;
    background: transparent;
    border: 1px solid #033e60;
    
    border-radius:5px;
    
    position: relative;
   overflow: hidden;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    
    text-align: center;
    
    font-family: 'Poppins', sans-serif;
    
    height: 49px;
    overflow: hidden;
}

.nav_buttns li:first-child a
{
    padding: 0 16px;
    margin:15px 0 ;
    border: 0;
    font-size: 16px;
    line-height: 20px;
    font-weight: 400;
    text-transform: capitalize;
    height: auto;
    color: #01253a;
    
    -moz-transition: 0.3s ease-in-out;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}
.nav_buttns li:first-child a:hover
{
    color: #ea7100;
    -moz-transition: 0.3s ease-in-out;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}
.nav_buttns li a i
{
    display: inline-block;
    vertical-align: top;
    margin-right: 10px;
    font-size: 20px;
    line-height: 20px;
}

.nav_buttns li.free_quote a 
{
    font-size: 18px;
    color: #fff;
    border: none;
    background: url(../images/black-bg.png) no-repeat left top #ea7100;
}
.nav_buttns li.hd_call_btn a
{
    background: url(../images/blue-bg.png) no-repeat left top;
}

.nav_buttns li a img
{
   vertical-align: top;
    display: inline-block;
    margin-right: 7px;
}
.nav_buttns li a span
{
    display: inline-block;
    vertical-align: top;
}
.nav_buttns li a span:first-child
{
    width: 51px;
    height: 47px;
    padding: 11px;
}
.nav_buttns li a span:last-child
{
    padding:  12px 18px 12px 14px;
}
.nav_buttns li a span.get_quote_bg
{
    height: 49px; 
    padding: 15px;
}



.main_banner
{
   position: relative;
    overflow: hidden; 
    padding-top: 50px;
}
.banner_parent
{
    position: relative;
    overflow: hidden;
}
.banner_slider .slick-prev,
.banner_slider .slick-next
{
    top: calc(50% - 55px);
}

.banner img
{
    max-width: 100%;
}
.banner_block
{
    position: relative;
}
.banner_caption
{
   position: absolute;
    bottom: 160px;
    left: 0px;
    right: 0;
}
.banner_caption_inn
{
    max-width: 672px;
    background: #fff;
    border-left: 3px solid #0d78b5;
}

.bn_capt_left
{
    width: 60%;
    float: left;
}
.bn_capt_right
{
   width: 40%;
    float: left;
}
.bannr_txt
{
    padding: 48px 40px;
}
.bannr_txt p
{
    font-weight: 700;
    font-size: 30px;
    line-height: 36px;
    color: #06315b;
}

.bannr_txt a.banner_btn
{
    display: inline-block;
    background-color: #0b78b7;
    padding: 13px 26px;
    color: #fff;	
    font-size: 16px;	
    line-height: 16px;
    vertical-align: bottom;
    text-transform: uppercase;
    font-weight: 300;
    margin-top: 30px;
    font-family: 'Poppins', sans-serif;
    border-radius: 2px;
}
.bannr_txt a.banner_btn:hover i
{
    color: #ea7100;
    
    transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
}
.banner_btn span.phone_icon
{
    margin-right: 8px;
    vertical-align: bottom;
}
.bannr_txt a.banner_btn.banr_call_btn
{
    padding: 19px 32px;
}

.banner_btn i
{
   font-size: 14px;
    height: 20px;
    width: 20px;
    line-height: 20px;
    background: #fff;
    color: #0b78b7;
    border-radius: 100%;
    text-align: center;
    margin-left: 10px;
    
    transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
}

.bn_capt_right
{
    background: #ea7100;
}
.banner_badge
{
    height: 100%;
    display: table;
    width: 100%;
}
.badge_img
{
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}
.badge_img img
{
    margin: 0 auto;
    max-width: 100%;
}

.gray_bg
{
    background: #ecf0fa;
}
.est_wrap
{
    padding: 35px 95px;
}


.eastablished_left
{
    width: 18%;
    float: left;
}
.eastablished_content
{
    width: 65%;
    float: left;
}
.eastablished_right
{
    width: 17%;
    float: left;
}
.btn
{
      display: inline-block;
    background-color: #0b78b7;
    padding: 11px 24px;
    color: #fff;
    font-size: 16px;
    line-height: 16px;
    vertical-align: bottom;
    text-transform: uppercase;
    font-weight: 300;
    font-family: 'Poppins', sans-serif;
    border-radius: 2px;
}

.eastablished_content p
{
    font-size: 16px;
    line-height: 26px;
    padding: 28px 0;
    color: #313131;
    font-weight: 600;
    padding-right: 50px;
}
.more_btn
{
    margin-top: 35px;
}

.more_btn i
{
    font-size: 14px;
    height: 20px;
    width: 20px;
    line-height: 20px;
    background: #fff;
    color: #0b78b7;
    border-radius: 100%;
    text-align: center;
    margin-left: 10px;
    transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
}
.more_btn:hover i
{
    color: #ea7100;
    transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
}

.hm_prod_colmn
{
    width: 33.33%;
    float: left;
    border-right: 1px solid #fff;
}
.hm_prod_colmn:nth-child(3n)
{
    border-right: 0;
}
.hm_pr_block a
{
    position: relative;
    display: block;
    overflow: hidden;
}
.prod_cont_over
{
    position: absolute;
    z-index: 1;
    left: 0;
    right: 0;
    bottom: 0;
    padding-left: 75px;
    padding-bottom: 65px;
    max-width: 480px;
}

.prod_img
{
    overflow: hidden;
    
    position: relative;
}
.border_top
{
    border-top: 1px solid #fff;
}
.prod_img:before
{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    background: rgba(0,0,0,.5);
    z-index: 1;
    
    opacity: 0;
    transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -mox-transition: all 0.3s ease-out;
}
.prod_img img
{
    max-width: 100%;
    transition: all 0.4s ease-out;
    -webkit-transition: all 0.4s ease-out;
    -mox-transition: all 0.4s ease-out;
}

.prod_name
{
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    font-size: 44px;
    line-height: 44px;
    color: #fff;
    padding-bottom: 15px;    
    
        background-image: -moz-linear-gradient(135deg, white 0%, white 49%, #c949ed 50%, #40d3fc 85%);
    background-image: -webkit-gradient(linear, left top, right bottom, color-stop(15%, #79e0fe), color-stop(50%, #ff8a00), color-stop(51%, white), color-stop(100%, white));
    background-image: -webkit-linear-gradient(315deg, white 0%, white 49%, #ff8a00 50%, #79e0fe 85%)
    background-image: -o-linear-gradient(315deg, white 0%, white 49%, #ff8a00 50%, #79e0fe 85%);
    background-image: -ms-linear-gradient(315deg, white 0%, white 49%, #ff8a00 50%, #79e0fe 85%);
    background-image: linear-gradient(315deg, white 0%, white 49%, #ff8a00 50%, #79e0fe 85%);
    
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#66d069', endColorstr='#ffffff', GradientType=1);
        display: inline-block;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    
    
    color: #fff;
        background-size: 200% 200%;
        background-position: 100% 100%;
    
    -webkit-transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    -ms-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
}
.hm_pr_block a:hover .prod_name {
    background-position: 0 0;
    
    -webkit-transition: all 0.6s ease-out;
    -moz-transition: all 0.6s ease-out;
    -ms-transition: all 0.6s ease-out;
    -o-transition: all 0.6s ease-out;
    transition: all 0.6s ease-out;
}

.prod_cont p 
{
   font-family: 'Poppins', sans-serif;
    font-weight: 300;
    font-size: 16px;
    line-height: 26px;
    color: #fff; 
    padding-bottom: 20px;
}
.prd_cont_inn
{
    transform: translateY(118px);
    transition: all 0.4s ease-out;
    -webkit-transition: all 0.4s ease-out;
    -mox-transition: all 0.4s ease-out;
}
.explore_btn
{
    padding: 18px 24px;
    padding-right: 78px;
    letter-spacing: 2px;
    font-family: proxima-nova, sans-serif;
    position: relative;
    
    background-image: -moz-linear-gradient(315deg, #ff8a00 61%, #0b78b7 88%);
    background-image: -webkit-gradient(linear, left top, right bottom, color-stop(13%, #0b78b7), color-stop(35%, #ff8a00 ));
    background-image: -webkit-linear-gradient(315deg, #ff8a00 61%, #0b78b7 88%);
    background-image: -o-linear-gradient(315deg, #ff8a00 61%, #0b78b7 88%);
    background-image: -ms-linear-gradient(315deg, #ff8a00 61%, #0b78b7 88%);
    background-image: linear-gradient(315deg, #ff8a00 61%, #0b78b7 88%);
    
    
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff8400', endColorstr='#ffffff', GradientType=1);
    background-size: 210% 200%;
    background-position: 100% 100%;
    -webkit-transition: all 0.6s ease-out;
    -moz-transition: all 0.6s ease-out;
    -ms-transition: all 0.6s ease-out;
    -o-transition: all 0.6s ease-out;
    transition: all 0.6s ease-out;
    
}
.hm_pr_block a:hover .explore_btn {
    background-position: 0 0;
    color: white;
    transition: all 0.4s ease-out;
    
    -webkit-transition: all 0.6s ease-out;
    -moz-transition: all 0.6s ease-out;
    -ms-transition: all 0.6s ease-out;
    -o-transition: all 0.6s ease-out;
    transition: all 0.6s ease-out;
}

.explore_btn:before
{
    content: '';
    position: absolute;
    right: 48px;
    top: 19px;
    background: url(../images/right-arrow.png) no-repeat;
    width: 16px;
    height: 14px;
}


.hm_pr_block a:hover .prd_cont_inn
{
    transform: translateY(0);
    transition: all 0.4s ease-out;
    -webkit-transition: all 0.4s ease-out;
    -mox-transition: all 0.4s ease-out;
}
.hm_pr_block a:hover .prod_img img
{
    transform: scale(1.01);
    transition: all 0.4s ease-out;
    -webkit-transition: all 0.4s ease-out;
    -mox-transition: all 0.4s ease-out;
}
.hm_pr_block a:hover .prod_img:before
{
    opacity: 1;
    transition: all 0.4s ease-out;
    -webkit-transition: all 0.4s ease-out;
    -mox-transition: all 0.4s ease-out;
}
.why_us
{
    padding-top: 60px;
    background: #ecf0fa;
}
.why_choose_us
{
    background: #fff;
    box-shadow: 0 0 4px rgba(0,0,0,0.16);
    position: relative;
}

.why_left
{
    width: 64%;
    float: left;
}
.why_right
{
    width: 36%;
    float: left;
}

.why_main
{
    padding: 33px 10px 33px 55px;
}

.sec_head
{
    font-size: 30px;
    line-height: 30px;
    
    color: #393939;
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    padding:16px 28px;
    
    position: relative;
    margin-bottom: 35px;
    display: inline-block;
}

.sec_head:before
{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background: url(../images/blue-roof.png) no-repeat;
    
    width: 80px;
    height: 44px;
}

.why_choode_list ul
{
    font-size: 0;
    list-style: none;
    position: relative;
}
.why_choode_list ul:before
{
    content: '';
    position: absolute;
    left: calc(50% - 2px);
    top: 0;
    bottom: 0;
    width: 4px;
    background: url(../images/double-border.png) no-repeat;
}
.why_choode_list ul li
{
    display: inline-block;
    padding-right: 34px;
    width: 50%;
}
.why_choode_list ul li:nth-child(2n)
{
    padding-left: 60px;
    padding-right: 0;
}

.why_choode_list ul li:nth-last-child(-n+2) .why_block
{
   background: none; 
}

.why_block
{
    position: relative;
    background: url(../images/border.png) no-repeat bottom left;
    
    padding: 30px 0;
}
.why_block:after
{
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}
.choose_icon
{
    width: 50px;
    float: left;
}
.choose_text
{
    width: calc(100% - 50px);
    float: left;
    
    display: table;
    height: 44px;
}
.choose_text p
{
    display: table-cell;
    vertical-align: middle;
    
    color: #4c4c4c;
    font-size: 18px;
    line-height: 24px;
    padding-left: 18px;
    font-family: 'Poppins', sans-serif;
}

.why_choode_list ul li:first-child .why_block,
.why_choode_list ul li:nth-child(2) .why_block
{
    padding-top:0; 
}

.why_cta
{
    background: url(../images/why-cts-bg.png) no-repeat;
    height: 571px;
    width: 100%;
    display: table;
}

.why_cta_inn
{
    display: table-cell;
    vertical-align: middle;
    padding-left: 65px;
    text-align: center;
}
.why_cta_head
{
    color: #FFFFFF;	
    font-family: 'Poppins', sans-serif;	
    font-size: 32px;	
    font-weight: bold;	
    line-height: 29px;
    text-transform: uppercase;
    
    padding-bottom: 14px;
    max-width: 290px;
    margin: 0 auto;
}
.why_cta_inn p
{
    color: #FFFFFF;	
    font-family: 'Poppins', sans-serif;
    font-size: 18px;	
    font-weight: bold;	
    line-height: 23px;
    padding-bottom: 30px;
    max-width: 290px;
    margin: 0 auto;
}
.call_btn
{
    background: #EA7100;
    display: inline-block;
    font-weight: 700;
    font-size: 18px;
    line-height: 20px;
        padding: 14px 30px;
}

.hm_processes
{
    background: url(../images/process-bg.jpg) no-repeat ;
    margin-top: -81px;
    padding-top: 81px;
    background-size: cover;
}

.process_wrap
{
    padding: 60px 0 80px;
}
.proc_head
{
    text-align: center;
}
.proc_head .sec_head
{
    font-size: 32px;
    line-height: 32px;
}
.white_head
{
    color: #fff;
}
.white_head:before
{
    background: url(../images/white-roof.png) no-repeat; 
}

.hm_process_list
{
    padding-top: 20px;
}

.hm_process_list ul
{
    font-size: 0;
    list-style: none;
    padding: 0 60px;
}
.hm_process_list ul li
{
    padding: 0 70px;
    text-align: center;
    display: inline-block;
    width: 25%;
    vertical-align: top;
   position: relative;
}

.hm_process_list ul li:not(:last-child):before
{
    content: '';
    position: absolute;
    top: 45px;
    right: -102px;
    background: url(../images/arrow-line.png) no-repeat;
    height: 16px;
    width: 218px;
}

.process_icon img
{
    max-width: 100%;
}
.step_part
{
    text-align: center;
}
.step_box
{
    display: inline-block;
    padding: 11px 25px;
    background: #ea7100;
    color: #fff;
    font-weight: 700;
    font-family: 'Poppins', sans-serif;
    border-radius: 2px;
    font-size: 14px;
    line-height: 14px;
    text-transform: uppercase;
    font-weight: 700;
    
    margin-top: -13px;
}

.pro_content p
{
    font-size: 18px;
    line-height: 20px;
    color: #fff;
    padding-top: 28px;
    font-weight: 600;
}

.hm_testimonials
{
    background: url(../images/testimonials.jpg) no-repeat;
    padding: 55px 0 65px;
    
    background-size: cover;
}


.testimonials_slider
{
    position: relative;
}
.hm_testi_block
{
    background: #fff;
    margin: 0 35px;
    padding: 60px 105px;
    text-align: center;
    opacity: 0.4;
}

.ratings img
{
    max-width: 100%;
    margin: 0 auto;
}
.testi_cont
{
    padding: 20px 0;
}
.testi_cont p
{
    font-size: 16px;
    line-height: 24px;
    color: #5c5c5c;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
}

.client_block
{
    text-align: center;
    padding-top: 30px;
}
.client_block ul
{
    display: inline-block;
    font-size: 0;
    list-style: none;
}
.client_block ul li
{
    display: inline-block;
    padding: 0 6px;
    vertical-align: top;
    text-align: left;
}
.client_block ul li span
{
    font-size: 14px;
    color: #495460;
    font-family: proxima-nova, sans-serif;
    display: block;
}
.client_block ul li span.cl_name
{
    color: #0b78b7;
    font-weight: 700;
    font-family: proxima-nova, sans-serif;
    text-transform: uppercase;
}

.hm_testi_block.slick-slide.slick-current.slick-active.slick-center
{
    opacity: 1;
}

.testimonials_slider .slick-prev
{
    left: calc(22% - 65px);
}
.testimonials_slider .slick-next
{
    right: calc(22% - 65px);
}
.hm_gallery
{
    padding-top: 50px;
}
.gallery_head .sec_head
{
    margin-bottom: 20px;
}

.gallery_slider
{
    position: relative
}
.gallery_slider:before
{
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: calc(11.1% - 3px);
    background: #0b78b7;
    
    opacity: 0.8;
    z-index: 1;
}
.gallery_slider:after
{
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 11.1%;
    background: #0b78b7;
    
    opacity: 0.8;
    z-index: 1;
}

.gal_slide
{
    margin-right: 3px;
}
.gal_left
{
    width: 65.9%;
    float: left;
    padding-right: 3px;
}
.hm_gallery_img img
{
    max-width: 100%;
}
.gal_right
{
    width: 34.1%;
    float: left;
}
.hm_gal_top
{
    padding-bottom: 3px;
}
.gallery_slider .slick-prev
{
    left: calc(11.1% - 32px);
}
.gallery_slider .slick-next
{
    right: calc(11.1% - 32px);
}
.welcome
{
    background: #ffffff;
}

.welcome_text
{
    padding: 58px 200px;
    text-align: center;
}
.cont_head
{
    color: #3f3f3f;
    font-family: 'Poppins', sans-serif;
    font-size: 26px;
    line-height: 26px;
    font-weight: 700;
    padding-bottom: 26px;
}
.pg_content p
{
   color: #3f3f3f;
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    line-height: 26px;
    font-weight: 300;
    padding-bottom: 30px;
}
.pg_content p:last-child
{
    padding-bottom: 0;
}


footer
{
    
}
.ft_top
{
    background: #161716;
    border-bottom: 1px solid rgba(255,255,255,.1);
}

.ft_prod_list ul
{
    font-size: 0;
    border-left: 1px solid rgba(255,255,255,.1);
}
.ft_prod_list ul li
{
    width: 20%;
    display: inline-flex;
    vertical-align: top;
    border-right: 1px solid rgba(255,255,255,.1);
    
     text-align: center;
}
.ft_prod_list ul li a
{
    display: block;
    padding: 55px;
    width: 100%;
    position: relative;
}
.ft_prod_list ul li a:hover .ft_prod_block p
{
    letter-spacing: 0.5px;
    color: #0b78b7;
    -webkit-transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    -ms-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
}


.ft_prod_block
{
    text-align: center;
    width: 100%;
}
.ft_prod_block .hover_icon
{
    display: none;
}
.ft_prod_list ul li a:hover .ft_prod_block .default_icon
{
    display: none;
}
.ft_prod_list ul li a:hover .ft_prod_block .hover_icon
{
    display: inline-block;
}


.ft_prod_block p
{
    padding-top: 20px;
    font-size: 16px;
    line-height: 20px;
    color: #fff;
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    
    -webkit-transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    -ms-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
}

.ft_middle
{
    background: #222422;
    border-top: 1px solid #161716;
    padding: 33px 0;
}
.ft_logo
{
    width: 210px;
    float: left;
}
.ft_contact_dtls
{
    width: calc(100% - 210px);
    float: left;
}

.ft_cont_icon
{
    width: 38px;
    float: left;
    vertical-align: top;
}

ul.ft_contact_info_part
{
    list-style: none;
    display: block;
}
.ft_contact_info_part li
{
    display: inline-block;
    margin: 20px 0;
    border-right: 1px solid #4b4b4b;
    padding-right: 55px;
    vertical-align: top;
}
.ft_contact_info_part li:after
{
        visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}
.address_block
{
    padding-left: 55px;
}
.ft_contact_info_part li:first-child .address_block
{
    padding-left: 0px;
}
.ft_cont_text
{
    width:calc(100% - 38px);
    float: left;
    vertical-align: top;
    padding-left: 20px;
}
.ft_cont_text h3
{
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    line-height: 20px;
    color: #fff;
    
    font-weight: 400;
}
.ft_cont_text p
{
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    font-size: 16px;
    line-height: 26px;
    color: #818281;
}
.ft_contact_info_part li:last-child
{
    border-right: 0;
    padding-left: 45px;
    padding-right: 0;
}
.ft_contact_info_part li:last-child a:hover img
{
    -webkit-animation-name: hvr-buzz-out;
    animation-name: hvr-buzz-out;
    -webkit-animation-duration: 0.75s;
    animation-duration: 0.75s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
}
/* Buzz Out */
@-webkit-keyframes hvr-buzz-out {
  10% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }
  20% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }
  30% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }
  40% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }
  50% {
    -webkit-transform: translateX(2px) rotate(1deg);
    transform: translateX(2px) rotate(1deg);
  }
  60% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg);
  }
  70% {
    -webkit-transform: translateX(2px) rotate(1deg);
    transform: translateX(2px) rotate(1deg);
  }
  80% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg);
  }
  90% {
    -webkit-transform: translateX(1px) rotate(0);
    transform: translateX(1px) rotate(0);
  }
  100% {
    -webkit-transform: translateX(-1px) rotate(0);
    transform: translateX(-1px) rotate(0);
  }
}
@keyframes hvr-buzz-out {
  10% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }
  20% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }
  30% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }
  40% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }
  50% {
    -webkit-transform: translateX(2px) rotate(1deg);
    transform: translateX(2px) rotate(1deg);
  }
  60% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg);
  }
  70% {
    -webkit-transform: translateX(2px) rotate(1deg);
    transform: translateX(2px) rotate(1deg);
  }
  80% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg);
  }
  90% {
    -webkit-transform: translateX(1px) rotate(0);
    transform: translateX(1px) rotate(0);
  }
  100% {
    -webkit-transform: translateX(-1px) rotate(0);
    transform: translateX(-1px) rotate(0);
  }
}



.ft_cont_text p a
{
    transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
}
.ft_cont_text p a:hover
{
    color: #fff;
    
    transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
}

.ft_bottom
{
    padding: 1px 0 0;
    background: url(../images/footer-bg.jpg) no-repeat;
}
.ft_bottom_wrap
{
    
    border-top: 1px solid rgba(255,255,255,.1);
}
.ft_quick_links
{
    width: 16.84%;
    float: left;
    padding-top: 45px;
    min-height: 380px;
    
    border-right: 1px solid #323332;
}
.ft_head
{
    font-size: 20px;
    line-height: 20px;
    font-weight: 600;
    color: #fff;
    padding-bottom: 35px;
}
ul.ft_links
{
    padding-bottom: 0px;
    list-style: none;
}
ul.ft_links li
{
    font-size: 16px;
    line-height: 16px;
    color: #818281;
    
    padding-bottom: 18px;
    font-weight: 300;
}
ul.ft_links li a
{
    position: relative;
    padding-left: 20px;
    
        -webkit-transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    -ms-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
}
ul.ft_links li a:before
{
    content: '\f0da';
    font-family: fontawesome;
    position: absolute;
    left: 0;
    top: 3px;
    font-size: 12px;
    line-height: 16px;
}

ul.ft_links li a:hover
{
    color: #fff;
    
    -webkit-transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    -ms-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
}

.ft_internal_blinds
{
    width: 25.16%;
    float: left;
    padding-top: 45px;
    padding-left: 80px;
    min-height: 380px;
    
    border-right: 1px solid #323332;
}
.ft_external_blinds
{
    width: 24.16%;
    float: left;
    padding-top: 45px;
    padding-left: 80px;
    min-height: 380px;
    
    border-right: 1px solid #323332;
}
.ft_our_clients
{
    width: 33.55%;
    float: left;
    padding-top: 45px;
    padding-left: 90px;
    min-height: 380px;
    
}
.clients_wrap ul
{
    list-style: none;
    font-size: 0;
}
.clients_wrap ul li
{
    display: inline-block;
    width: calc(50% - 7px);
    vertical-align: top;
}
.clients_wrap ul li:first-child
{
    margin-right: 14px;
}
.clients_wrap ul li:last-child
{
    width: 100%;
    padding-top: 18px;
}
.client_logo img
{
    border-radius: 3px;
    max-width: 100%;
}


.copyright p
{
    font-size: 14px;
    line-height: 20px;
    font-family: proxima-nova, sans-serif;
    padding: 24px 0;
    text-align: center;
    color: #222422;
    font-weight: 400;
}

/* ---- inner pages --- */

.inner_banner
{
    height: 160px;
    width: 100%;
    padding-top: 50px;
    overflow: hidden;
}

.pg_title
{
    border-bottom: 1px solid #dbdfe8;
    box-shadow:inset 0 -1px 1px #fff;
}
.pg_h1
{
    font-size: 26px;
    line-height: 26px;
    color: #393939;
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    padding: 18px 0 ;
}

.pg_wrap
{
    padding: 40px 0;
    position: relative;
}

.pr_block
{
    width: calc(24.6% - 25px);
    margin-right: 52px;
    float: left;
}
.pr_block:nth-child(3n)
{
    margin-right: 0;
}
.pr_block.big_blk
{
    width: calc(48.4% - 22px);
    float: left;
}
.pr_block.pr_block_half
{
    width: calc(50% - 25px);
    float: left;
    
}
.inner_product_wrap .pr_block
{
    margin-right: 50px;
}
.inner_product_wrap .pr_block:nth-child(2),
.inner_product_wrap .pr_block:nth-child(5)
{
    margin-right: 0;
}

.pr_block_inn
{
    margin-bottom: 35px;
}

.pr_img
{
    position: relative;
}
.pr_img img
{
    border: 4px solid #fff;
    box-shadow: 0 0 4px rgba(0,0,0,0.16);
    max-width: 100%;
}

.pr_caption
{
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    /*height: 100px;*/
    padding: 0 48px;
    text-align: center;
    
    -webkit-transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    -ms-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
}
.pr_caption_inn
{
    display: block;
    padding: 20px 18px 15px;
    border: 1px solid rgba(255,255, 255, 0.2);
    border-bottom: 0;
    height: 100%;
    width: 100%;
    max-width: 240px;
    position: relative;
    display: inline-block;
}
.pr_block_inn a:hover .pr_caption_inn
{
    padding-bottom: 20px;
    
    -webkit-transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    -ms-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
}

.pr_block.big_blk .pr_caption_inn
{
   max-width: 270px; 
}
.inner_product_wrap .pr_block.big_blk .pr_caption_inn
{
    max-width: 320px;
}

.pr_caption_inn:before
{
    content: '';
    position: absolute;
    left: 5px;
    top: -5px;
    right: -5px;
    bottom: 0;
    border: 1px solid rgba(255,255, 255, 0.2);
    border-bottom: 0;
}
.pr_block_inn a
{
    display: block;
}
.pr_content p
{
    text-align: center;
    font-size: 22px;
    line-height: 22px;
    
    font-weight: 600;
    font-family: 'Poppins', sans-serif;
    padding-bottom: 0px;
    
    background-image: -moz-linear-gradient(135deg, white 0%, white 49%, #c949ed 50%, #40d3fc 85%);
    background-image: -webkit-gradient(linear, left top, right bottom, color-stop(15%, #79e0fe), color-stop(50%, #ff8a00), color-stop(51%, white), color-stop(100%, white));
    background-image: -webkit-linear-gradient(315deg, white 0%, white 49%, #ff8a00 50%, #79e0fe 85%)
 background-image: -o-linear-gradient(315deg, white 0%, white 49%, #ff8a00 50%, #79e0fe 85%);
    background-image: -ms-linear-gradient(315deg, white 0%, white 49%, #ff8a00 50%, #79e0fe 85%);
    background-image: linear-gradient(315deg, white 0%, white 49%, #ff8a00 50%, #79e0fe 85%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#66d069', endColorstr='#ffffff', GradientType=1);

    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    
    color: #fff;
    background-size: 200% 200%;
    background-position: 100% 100%;
    
    -webkit-transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    -ms-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
    
}
.pr_block_inn a:hover .pr_content p
{
    padding-bottom: 10px;
        background-position: 0 0;
    -webkit-transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    -ms-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
}


.pr_explore
{
    display: inline-block;
    padding: 13px 24px;
    background: transparent;
    padding-right: 50px;
    
        position: relative;
   
    transition: all 0.4s ease-out;
    -webkit-transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    -ms-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
    background: transparent;
    
    background-image: -moz-linear-gradient(315deg, transparent 0%, transparent 49%, #ff8a00 50%, #0b78b7 90%);
    background-image: -webkit-gradient(linear, left top, right bottom, color-stop(13%, #0b78b7), color-stop(35%, #ff8a00 ));
    background-image: -webkit-linear-gradient(315deg, transparent 0%, transparent 49%, #ff8a00 50%, #0b78b7 90%);
    background-image: -o-linear-gradient(315deg, transparent 0%, transparent 49%, #ff8a00 50%, #0b78b7 90%);
    background-image: -ms-linear-gradient(315deg, transparent 0%, transparent 49%, #ff8a00 50%, #0b78b7 90%);
    /*background-image:linear-gradient(325deg, #ff8a00 28%, #0b78b7 73%);
    */
    background-image:linear-gradient(315deg, transparent 0%, transparent 49%, #ff8a00 50%, #0b78b7 90%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff8400', endColorstr='#ffffff', GradientType=1);
    
    background-size: 210% 200%;
    background-position: 100% 100%;
    
}
.pr_block_inn a:hover .pr_explore
{
    background-position: 0 0;
    color: white;
    transition: all 0.4s ease-out;
    -webkit-transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    -ms-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
}

.pr_explore:before
{
    right: 18px;
    top: 14px;
}

/*product_cta_part {
    position: absolute;
    bottom: 40px;
    left: 0;
    right: 0;
    width: 48%;
    margin: 0 auto;
}*/

.displayinmobile
{
    display: none;
}
.pr_cta
{
    text-align: center;
}
.pr_cta_head
{
        color: #393939;
    font-family: 'Poppins', sans-serif;
    font-size: 32px;
    font-weight: bold;
    line-height: 30px;
    text-transform: uppercase;
    padding-bottom: 12px;
    margin: 0 auto;
}

.pr_cta p
{
        color: #4c4c4c;
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    padding-bottom: 15px;
    margin: 0 auto;
}


/* -- testimonials -- */
.testi_left
{
    width: 76.5%;
    float: left;
}
.testi_right
{
    width: 23.5%;
    float: right;
}

.testimonial_block
{
    width: calc(33.33% - 40px);
    float: left;
    margin-right: 40px;
    border-top:4px solid #0b78b7; 
    background: #fff;
    margin-bottom: 60px;
}
.testimonials_content
{
    padding: 40px 35px;
}
.testimonials_content p
{
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    line-height: 26px;
    color: #5c5c5c;
    font-weight: 300;
    text-align: center;
    padding-bottom: 30px;
}
.testimonials_content hr
{
    border: 0;
    border-bottom: 4px double #e1e1e1;
    max-width:65px;
    margin: 0 auto;
    display: block;
}
.testi_clients
{
    padding-top: 20px;
    text-align: center;
}
.testi_clients div.client_name
{
    color: #212121;
    font-size: 18px;
    line-height: 20px;
    font-weight: 700;
    font-family: proxima-nova, sans-serif;
    padding: 15px 10px 2px;
    
    text-transform: uppercase;
}
.sidebar
{
    padding-left: 48px;
}
.sidebar_heading 
{
    background-color: #ff7d01;
    padding: 23px 30px;
    color: #FFFFFF;
    font-size: 20px;
    font-weight: 700;
    line-height: 20px;
    text-transform: uppercase;
}
.sidebar_products
{
    margin-bottom: 46px;
    box-shadow: 0 1px 8px rgba(0,0,0,0.06);
}
.sidebar_cta
{
    margin-bottom: 10px;
    box-shadow: 0 0px 4px rgba(0,0,0,0.16);
}
.cta_img
{
    border: 3px solid #fff;
    position: relative;
}
.cta_img img
{
    max-width: 100%;
}

.cta_caption
{
    position: absolute;
    left: 0;
    right: 0;
    bottom: 35px;
}
.cta_caption_inn
{
    padding: 0 40px;
}
.cta_caption_inn p
{
    font-size: 18px;
    line-height: 26px;
    color: #fff;
    font-family: proxima-nova, sans-serif;
    font-weight: 800;
    text-transform: uppercase;
    text-align: center;
    padding-bottom: 20px;
}

.cta_btn
{
        display: block;
    padding: 0;
    color: #033e60;
    font-size: 20px;
    line-height: 24px;
    text-transform: uppercase;
    letter-spacing: 0;
    position: relative;
    font-weight: 700;
    background: url(../images/blue-bg.png) no-repeat left top #fff;
    border: 1px solid #033e60;
    border-radius: 5px;
    position: relative;
    overflow: hidden;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    text-align: center;
    font-family: 'Poppins', sans-serif;
    height: 49px;
    overflow: hidden;
}
.cta_btn span {
    display: inline-block;
    vertical-align: top;
}
.cta_btn span:first-child {
    width: 51px;
    height: 47px;
    padding: 11px;
}
.cta_btn span:last-child {
    padding: 12px 10px;
}
.loading
{
    text-align: center;
    font-size: 16px;
    line-height: 20px;
    color: #464646;
    text-transform: uppercase;
}
.loading img
{
    margin-right: 7px;
    vertical-align: middle;
}
/* -- about --- */
.about_cont_wrap
{
    padding-bottom: 55px;
    border-bottom: 1px solid #fff;
}
.about_cont_wrap_inn
{
    background: #fff;
    padding: 40px;
    box-shadow: 0 0 4px rgba(0,0,0,0.16);
}
.about_left
{
    width: calc(100% - 640px);
    float: left;
}
.about_right
{
    width:640px;
    float: right;
}
.about_img img
{
    max-width: 100%;
}

.about_content
{
    padding-right: 52px;
}
.abt_head
{
    font-size: 26px;
    line-height: 30px;
    color: #3f3f3f;
    font-weight: 600;
    padding-bottom: 38px;
    font-family: 'Poppins', sans-serif;
}
.about_content p
{
    font-size: 14px;
    line-height: 26px;
    color: #3f3f3f;
    font-weight: 400;
    font-family: 'Poppins', sans-serif;
    padding-bottom: 36px;
}

.img_cont_wrap img
{
    margin: 0 25px 10px 15px;
}

.about_cta_part
{
    border-top: 1px solid #d3d7e1;
    padding-top: 45px;
}


.abt_cta_left
{
    width: 660px;
    float: left;
}
.abt_cta_right
{
    width: calc(100% - 660px);
    float: left;
}
.abt_img img
{
    border: 3px solid #fff;
    box-shadow: 0 0 4px rgba(0,0,0,0.16);
    max-width: 100%;
}
.abt_cta_content
{
    text-align: center;
    padding: 0 106px;
}
.abt_cta_content p
{
   font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 26px;
    color: #3f3f3f;
    padding-bottom: 30px;
}
.abt_cta_content .abt_bold
{
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    font-size: 18px;
    line-height: 26px;
    color: #3f3f3f;
    padding-bottom: 15px;
    max-width: 440px;
    margin: 0 auto;
}

.call_btn_with_icon
{
        padding: 12px 30px;
}
.call_btn_with_icon img
{
    vertical-align: middle;
    margin-right: 8px;
}

.about_extra_imgs
{
    padding-top: 90px;
    margin-left: -131px;
    position: relative;
    z-index: 1;
}
.about_extra_imgs ul
{
    font-size: 0;
    list-style: none;
    padding-bottom: 10px;
}
.about_extra_imgs ul:after
{
        visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}
.about_extra_imgs ul li
{
    width: calc(50% - 19px) ;
    float: left;
    vertical-align: top;
    margin-right: 38px;
}
.about_extra_imgs ul li:last-child
{
    margin-right: 0;
}
.abt_extra_img img
{
    border: 3px solid #fff;
    box-shadow: 0 0 4px rgba(0,0,0,0.16);
    
    max-width: 100%;
}

.roman_top_block
{
    padding-top: 0;
    border-top: 0;
    padding-bottom: 40px;
    border-bottom: 1px solid #fff;
}
.image_slider
{
    border: 3px solid #fff;
    box-shadow: 0 0 4px rgba(0,0,0,0.16);
}
.blind_img  img
{
    max-width: 100%;
}
.image_slider .slick-prev, 
.image_slider .slick-next
{
    top: auto;
    bottom: 0;
    width: 59px;
    height: 54px;
    border-radius: 0;
    border: none;
}
.image_slider .slick-prev:before, 
.image_slider .slick-next:before
{
    color: #fff;
    font-size: 24px;
}
.image_slider .slick-prev
{
    left: 0;
    background: #ea7100;
}
.image_slider .slick-next
{
    left: 59px;
    right: auto;
    background: #033e60;
}


.roman_right_content
{
    text-align: center;
    padding: 0 80px;
}

.roman_right_content p
{
    font-weight: 400;
    font-size: 15px;
    line-height: 26px;
    color: #3f3f3f;
}
.enquire_btn
{
    font-weight: 300;
    font-size: 16px;
    line-height: 20px;
}
.enquire_btn i
{
    margin-left: 8px;
    border-radius: 50%;
    background: #fff;
    color: #ea7100;
    height: 20px;
    width: 20px;
    font-size: 14px;
    line-height: 20px;
    
    transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
}
.enquire_btn:hover i
{
    color: #1d1f21;
    transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
}


.roman_main_content
{
    border-top: 1px solid #d3d7e1;
    padding-top: 51px;
}

.roman_main_left
{
    width: 74.16%;
    float: left;
}
.roman_main_right
{
    width: 25.84%;
    float: left;
}

.roman_content_blocks
{
    padding-bottom: 28px;
    border-bottom: 1px solid #d3d7e1;
    box-shadow: inset 0 -1px 1px #fff;
    padding-top: 28px;
}
.roman_content_blocks:first-child
{
    padding-top: 0;
}
.roman_content_blocks:last-child
{
    border-bottom: none;
    box-shadow: none;
}

.roman_img_left
{
    width: 364px;
    float: left;
    position: relative;
}
.roman_img_right
{
    width: calc(100% - 364px);
    float: left;
    padding-left: 40px;
}
.roman_pg_content .inn_cont_head
{
    font-weight: 600;
    font-size: 20px;
    line-height: 20px;
    color: #393939;
    padding-bottom: 18px;
    text-transform: uppercase;
}
.roman_pg_content p
{
    font-size: 15px;
    line-height: 28px;
    color: #5c5c5c;
    font-weight: 400;
    padding-bottom: 20px;
    
}

.roman_img_icon
{
    position: absolute;
    top: calc(50% - 40px);
    left: 0;
    right: 0;
    text-align: center;
}
.roman_pg_content ul
{
    list-style: none;
}
.roman_pg_content ul li a:hover{color: #EA7100;}
.roman_pg_content ul li.active a{ color: #EA7100;}
.roman_pg_content ul li
{
    padding-bottom: 16px;
    font-size: 15px;
    line-height: 20px;
    color: #5c5c5c;
    font-weight: 400;
    padding-left: 30px;
    position: relative;
}

.roman_pg_content ul li:before
{
    content: '\f105';
    font-family: fontawesome;
    position: absolute;
    left: 0;
    top: 2px;
    height: 18px;
    width: 18px;
    background: #333333;
    color: #fff;
    border-radius: 50%;
    text-align: center;
    
    font-size: 12px;
    line-height: 18px;
}

.sidebar_product_spec
{
    border-top: 5px solid #001028;
    background: #fff;
    margin-bottom: 45px;
    box-shadow: 0 0 4px rgba(0,0,0,0.19);
}

.product_specifications
{
    padding: 32px 40px;
    border-bottom: 1px solid #d7d7d7;
}
.further_prod_info
{
    padding: 30px 40px;
}

.side_prod_head
{
    color: #033e60;
    font-size: 18px;
    line-height: 20px;
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    padding-bottom: 24px;
}

.roman_main_right .sidebar
{
    padding-left: 83px;
}


.contact_map_wrap
{
    margin-bottom: 40px;
}
.contact_details_part
{
    width: 760px;
    float: left;
    position: relative;
    z-index: 1;
}
.cont_map_part
{
    width: calc(100% - 760px);
    float: left;
}
.contact_details_bg
{
    background: url(../images/contact-bg.png) no-repeat;
    min-height: 528px;
    
    padding: 60px 64px;
    padding-right: 225px;
}

.cont_dtls_head
{
    font-size: 26px;
    color: #fff;
    line-height: 26px;
    text-transform: uppercase;
    font-weight: 300;
    padding-bottom: 15px;
}
.contactpg_content ul li
{
    padding: 24px 0;
    list-style: none;
}
.contactpg_content ul li:last-child
{
    padding-bottom: 0;
}
.contact_icon
{
    width: 38px;
    float: left;
    vertical-align: top;
}
.contactpg_text
{
    width: calc(100% - 38px);
    float: left;
    vertical-align: top;
    padding-left: 30px;
}
.contactpg_text h3
{
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    line-height: 20px;
    color: #fff;
    font-weight: 300;
}
.contactpg_text p
{
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    font-size: 16px;
    line-height: 26px;
    color: #fff;
}
.contactpg_text p a
{
        transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
}
.contactpg_text p a:hover
{
    color: #ea7100;
        transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
}

.fb_btn
{
    display: inline-block;
    padding: 12px 30px;
    font-size: 16px;
    line-height: 16px;
    color: #fff;
    background: #3e5799;
    border-radius: 2px;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
}
.fb_btn i
{
    margin-right: 10px;
    font-weight: 400;
}
.map_frame
{
    margin-left: -225px;
}
.map_frame iframe
{
    border: 3px solid #fff;
    box-shadow: 0 0 4px rgba(0,0,0,0.16);
    vertical-align: bottom;
}
.contact_cta_wrap
{
    padding: 62px 0;
    background: url(../images/contact-cta.jpg) no-repeat;
    height: 434px;
}
.contact_cta_inn .pr_cta_head,
.contact_cta_inn p
{
    color: #fff;
}
.contact_cta_inn .pr_cta_head
{
    padding-bottom: 15px;
}
.contact_cta_inn p
{
    padding-bottom: 30px;
    font-weight: 700;
    font-size: 18px;
}

.contact_enquire_part
{
    background: url(../images/contact-form-bg.jpg) right bottom no-repeat #fff;
    padding: 45px 64px;
    margin-bottom: 50px;
    border-radius: 5px;
    box-shadow: 0 0 4px rgba(0,0,0,0.16);
    
    margin-top: -166px;
    position: relative;
}

.contact_form_part
{
    width: 51.55%;
    float: left;
}
.contact_form_right
{
    width: 48%;
    float: right;
}

.enquire_title
{
    color: #3f3f3f;
    font-size: 36px;
    line-height: 36px;
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    padding-bottom: 14px;
}
.form_head p
{
    color: #4f4f4f;
    font-size: 14px;
    line-height: 24px;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
}
.form_head
{
    padding-bottom: 40px;
}

.col2
{
    width: calc(50% - 18px);
    float: left;
    margin-right: 36px;
}
.col2:nth-child(2n)
{
    margin-right: 0;
}

.captcha_part,
.submit_part
{
    display: inline-block;
    vertical-align: top;
}
.submit_part
{
    margin-left: 15px;
}
.recaptcha {
    width: 211px;
    height: 52px;
    overflow: hidden;
}

.contact_get_started
{
    padding-top: 50px;
    padding-left: 156px;
}
.get_content
{
    width: calc(100% - 165px);
    float: left;
}
.get_badge
{
    width: 165px;
    float: left;
}


.get_content p
{
    font-weight: 700;
    font-size: 22px;
    line-height: 30px;
    color: #06315b;
    padding-bottom: 14px;
    text-transform: uppercase;
}
.get_start_btn
{
    padding: 12px 28px;
}
.get_start_btn i
{
    font-size: 14px;
    height: 20px;
    width: 20px;
    line-height: 20px;
    background: #fff;
    color: #0b78b7;
    border-radius: 100%;
    text-align: center;
    margin-left: 10px;
        transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
}
.get_start_btn:hover i
{
    color: #ea7100;
    transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
}
/* 
font-family: 'Poppins', sans-serif;
font-family: proxima-nova, sans-serif;
*/
/* --- areas we serve --- */

.areas_hm_services
{
    padding: 50px 0 0;
}
.hm_areas
{
    padding: 50px 0;
}

.areas_left
{
    width: 60%;
    float: left;
    padding-right: 30px;
}
.areas_right
{
    width: 40%;
    float: left;
}
.areas_map iframe
{
    border: 1px solid #D7D7D7;
}
.areas_list ul
{
    list-style: none;
    margin: 0;
    font-size: 0;
}
.areas_list ul li
{
    position: relative;
    font-size: 16px;
    line-height: 16px;
    color: #191919;
    font-weight: normal;
    padding-bottom: 15px; 
    
    width: 33.33%;
    display: inline-block;
}
.areas_list ul li a
{
    position: relative;
    padding-left: 20px;
}
.areas_list ul li a:before {
    content: "\f105";
    font-family: "FontAwesome";
    position: absolute;
    left: 0;
    top: 0;
    font-size: 16px;
    line-height: 22px;
}
.areas_list ul li a:hover
{
    color: #d8232a;
}
.areas_head
{
    color: #3F3F3F;
    font-size: 24px;
    line-height: 36px;
    font-weight: 900;
    padding-bottom: 25px;
}
.areas_content h2
{
    color: #3f3f3f;
    font-size: 23px;
    line-height: 30px;
    font-weight: 800;
    padding-bottom:20px;
}
.areas_content p
{
        color: #191919;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    padding-bottom: 30px;
}

.areas_scroll
{
    max-height: 405px;
}
/* --- 404 and thanks page --- */
.default_pg_wrap
{
    text-align: center;
}
.default_pg_wrap img
{
    max-width: 100%;
    padding-bottom: 30px;
}
.default_pg_wrap p
{
    color: #191919;
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
    padding-bottom: 30px;
    text-transform: uppercase;
}
.default_pg_wrap p a
{
    color: #0b78b7;
}
.default_pg_wrap p a:hover
{
    text-decoration: underline;
}
/* ---------------- common ---------------- */
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar
{
       background-color: #0b78b7 !important;
    border-radius: 0 !important; 
    width: 3px !important;
    opacity: 1;
}
.mCSB_scrollTools .mCSB_draggerRail
{
    background-color:rgba(50, 50, 50, 0.35) !important;
    width: 1px !important;
    border-radius: 0 !important;
}
.mCSB_scrollTools
{
    opacity: 1 !important;
}
.extra_info .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar
{
    background-color: #000 !important;
    border-radius: 20px !important; 
    width: inherit!important;
    opacity: 1;
}
.inner_banner_info .extra_info .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar
{
    background-color: #c7000d !important;
}
.extra_info .mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_draggerRail
{
    width: 100%!important;
}
.text_uppercase
{
    text-transform: uppercase;
}
.text_center
{
    text-align: center;
}
.text_left
{
    text-align: left;
}
.text_right
{
    text-align: right;
}
.pull_right
{
    float: right;
}
.pull_left
{
    float: left;
}
i.fas.fa-phone-square
{
    transform:rotate(90deg);
    -webkit-transform:rotate(90deg);
}
/*breadcrums css*/
.breadcrums
{
    background: #fff;
    box-shadow:  0 0 4px rgba(0,0,0,0.16);
    position: relative;
}
.breadcrums_ul li:not(:last-child)
{
    background: url(../images/breadcrums-bg.png) no-repeat;
    background-position: right top;
}
.breadcrums_ul
{
    list-style: none;
    font-size: 0;    
    text-align: left;
}
.breadcrums_ul li {
    display: inline-block;
    padding: 17px 24px 17px 16px;
    color: #1d1f21;   
    font-size: 14px;    
    font-weight: normal;   
    line-height: 14px;  
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    position:relative;
}
.breadcrums_ul li a
{
    color: #0b78b7;
    
    transition: all ease-out 0.5s;
    -webkit-transition: all ease-out 0.5s;
    -moz-transition: all ease-out 0.5s;
    -o-transition: all ease-out 0.5s;
}
.breadcrums_ul li a:hover
{
    transition: all ease-out 0.5s;
    -webkit-transition: all ease-out 0.5s;
    -moz-transition: all ease-out 0.5s;
    -o-transition: all ease-out 0.5s;
    
    color: #363636;
}
.breadcrums_ul li:first-child
{
    padding-left: 0;
}
.breadcrums_ul li:last-child
{
    padding-right: 0px;
}
/* -------------------- extra ------------------------------- */
.form_textbox
{
    border-radius: 0;
    border: 0;
    outline: none;
    background: #fff;
    color: #808080;
    border: 1px solid #aeb3be;
    font-size: 16px;
    line-height: 16px;
    height: 50px;
    padding: 18px 20px;
    margin-bottom: 30px ;
    width: 100%;
    font-weight: 300;
    font-family: proxima-nova, sans-serif;
}
textarea
{
    resize: none;
}
textarea.form_textbox
{
    height: 209px;
    vertical-align: bottom;
}
div.g-recaptcha {
    transform: scale(.67);
    -webkit-transform: scale(.67);
    transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
}
.submit_btn
{
    border-radius: 0px;
    padding: 16px 60px;
    height: auto;
    font-size: 18px;
    line-height: 18px;
    color: #fff;
    font-weight: 500;
    text-transform: uppercase;
    cursor: pointer;
    margin-bottom: 0;
    background: #0b78b7;
    border: 0;
    border-radius: 2px;
    display: block;
    width: 100%;
    font-family: 'Poppins', sans-serif;
    display: inline-block;
    transition: all ease-out 0.3s;
    -webkit-transition: all ease-out 0.3s;
    -o-transition: all ease-out 0.3s;
    -moz-transition: all ease-out 0.3s;
    -webkit-appearance:none;
}
.submit_btn:hover
{
    background-color: #ea7100;
    
    transition: all ease-out 0.3s;
    -webkit-transition: all ease-out 0.3s;
    -o-transition: all ease-out 0.3s;
    -moz-transition: all ease-out 0.3s;
}
.form_textbox::-webkit-input-placeholder 
{ /* Chrome/Opera/Safari */
     color: #808080;
    font-family: proxima-nova, sans-serif;
}
.form_textbox::-moz-placeholder 
{ /* Firefox 19+ */
     color: #808080;
    font-family: proxima-nova, sans-serif;
}
.form_textbox:-ms-input-placeholder 
{ /* IE 10+ */
     color: #808080;
    font-family: proxima-nova, sans-serif;
}
.form_textbox:-moz-placeholder 
{ /* Firefox 18- */
     color: #808080;
   font-family: proxima-nova, sans-serif;
}
@-webkit-keyframes rotation {
		from {
				-webkit-transform: rotate(0deg);
		}
		to {
				-webkit-transform: rotate(359deg);
		}
}
/* -webkit-animation: rotation 10s infinite linear; */
.hover_eff
{
    position: relative;
    overflow: hidden;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    
    display: inline-block;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s; 
}
.hover_eff span
{
    position: relative;
    z-index: 1;
}
.hover_eff:before
{
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #ea7100;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
.hover_eff:hover::before
{
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}
.hover_eff:hover
{
    color: #fff !important;
    
    transition: all ease 0.3s;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
}
.hover_eff.hover_blue:before
{
    background: #033e60;
}
.hover_eff.hover_black:before
{
    background: #1d1f21;
}
.hover_eff.hover_blue_light:before {
    background: #0b78b7;
}
.area_we_serve{
    padding: 50px 0;
}

/*======================================================================*/

.roman_content_blocks.content_without_img {margin-top: 50px;}
.roman_content_blocks.content_without_img .roman_img_left {width: 365px;margin-right: 40px;}
.roman_content_blocks.content_without_img .roman_img_right {width: auto;float: none;padding-left: 0;}
.ft_internal_blinds ul.ft_links li.active,
.ft_quick_links ul.ft_links li.active,
.ft_external_blinds ul.ft_links li.active{color: #fff;}
.wonderplugin-gridgallery-loadmore button {
    background: #EA7100 !important;
    font-family: 'Poppins', sans-serif !important;
    padding: 14px 30px 14px 55px !important;
    color: #ffffff !important;
    position: relative;
    overflow: hidden;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block !important;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    text-shadow: none !important;
    text-transform: uppercase !important;
}
.wonderplugin-gridgallery-loadmore button:before{
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #ea7100;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
.wonderplugin-gridgallery-loadmore button:hover:before {
    background: #1d1f21 !important;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}
.wonderplugin-gridgallery-loadmore button:hover {
    transition: all ease 0.3s;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
}
.wonderplugin-gridgallery-loadmore button:after {
    content: "\f110 ";
    font-family: "FontAwesome";
    position: absolute;
    top: 15px;
    left: 21px;
    font-size: 20px;
    line-height: 20px;
}
#wonderplugingridgallery-1 .wpp-category-greybutton .wonderplugin-gridgallery-tag {
    color: #033e60 !important;
    font-size: 20px !important;
    font-family: proxima-nova, sans-serif !important;
    text-transform: uppercase !important;
    letter-spacing: 1px;
    padding:22px 40px !important;
    background: #ffffff !important;
    margin: 0 20px !important;
    font-weight:100 !important;
    border-radius: 0 !important;
    width: 24%;
    box-shadow: 0px -3px 5px #e3e7f0;
}
#wonderplugingridgallery-1 .wpp-category-greybutton .wonderplugin-gridgallery-tag:hover{
    background: #EA7100 !important;color: #ffffff !important;
}
#wonderplugingridgallery-1 .wpp-category-greybutton .wonderplugin-gridgallery-tag-selected, 
#wonderplugingridgallery-1 .wpp-category-greybutton .wonderplugin-gridgallery-tag-selected:hover,
 #wonderplugingridgallery-1 .wpp-category-greybutton .wonderplugin-gridgallery-tag-selected:focus{background: #EA7100 !important;color: #ffffff !important;}
.wonderplugin-gridgallery-tags-topcenter {display: flex;}
#wonderplugingridgallery-1 .wpp-category-greybutton > div.wonderplugin-gridgallery-tag {
    margin-left: 0 !important;
}
#wonderplugingridgallery-1 .wpp-category-greybutton  div:last-child.wonderplugin-gridgallery-tag{
    margin-right: 0 !important;
}
.wonderplugin-gridgallery-list{
    margin-top: 50px !important;
}
.wonderplugin-gridgallery-tags {
    border-bottom: 4px solid #ea7100;
}
#wonderplugingridgallery-1 .wonderplugin-gridgallery-item-container{
    border:4px solid #ffffff;
    box-shadow: 0px 0px 5px #e3e7f0;
}
.wonderplugin-gridgallery-item-container:hover a img{
    opacity: 1 !important;
}
.wonderplugin-gridgallery-item-container a{
    position: relative;
    display: contents;
}
.wonderplugin-gridgallery-item-container a:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 0;
    left: 0;
    right: 0;
    background: rgba(0, 14, 29, 0.94);
    z-index: 1;
}
.wonderplugin-gridgallery-item-container:hover a:before{
    height: 100%;
    transition: all 0.5s linear;
    -webkit-transition: all 0.5s linear;
}
.wonderplugin-gridgallery-item-container a:after{
    content: "";
    position: absolute;
    background: url(../images/view.png)no-repeat;
    width: 60px;
    height: 60px;
    right:0;
    left:0;
    top:0;
    bottom:0;
    margin:auto;
    opacity: 0;
    z-index: 2;
}
.wonderplugin-gridgallery-item-container:hover a:after{
    opacity: 1;
    transition: all 0.5s linear;
    -webkit-transition: all 0.5s linear;
}

.ft_prod_list ul li.active a .ft_prod_block p{
        color: #0b78b7;
}

.ft_prod_list ul li.active a .ft_prod_block .hover_icon {
    display: inline-block;
}
.ft_prod_list ul li.active a .ft_prod_block .default_icon {
    display: none;
}
.copyright{width:100%; float:left;}