﻿
@font-face {
    font-family: 'Roboto';
    src: url('../webfonts/Roboto-Regular.eot');
    src: url('../webfonts/Roboto-Regular.eot?#iefix') format('embedded-opentype'),
        url('../webfonts/Roboto-Regular.woff2') format('woff2'),
        url('../webfonts/Roboto-Regular.woff') format('woff'),
        url('../webfonts/Roboto-Regular.ttf') format('truetype'),
        url('../webfonts/Roboto-Regular.svg#Roboto-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family:'Roboto_bld';
    src: url('../webfonts/Roboto-Bold.eot');
    src: url('../webfonts/Roboto-Bold.eot?#iefix') format('embedded-opentype'),
        url('../webfonts/Roboto-Bold.woff2') format('woff2'),
        url('../webfonts/Roboto-Bold.woff') format('woff'),
        url('../webfonts/Roboto-Bold.ttf') format('truetype'),
        url('../webfonts/Roboto-Bold.svg#Roboto-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
}


@font-face {
    font-family: 'MyriadPro';
    src: url('../webfonts/MYRIADPROREGULAR.eot');
    src: url('../webfonts/MYRIADPROREGULAR.eot?#iefix') format('embedded-opentype'),
        url('../webfonts/MYRIADPROREGULAR.woff') format('woff'),
        url('../webfonts/MYRIADPROREGULAR.ttf') format('truetype'),
        url('../webfonts/MYRIADPROREGULAR.svg#Roboto-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
}


html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
a {
    text-decoration:none;
}
img {
    max-width:100%;
}
body {
	line-height: 1;
    overflow-x:hidden;
    font-family:'MyriadPro';
    background: #f9f9f9;
    
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
li{
    list-style-type:none;
}
/*label,input,textarea {
    width:100%;
    display:block;
    box-sizing:border-box;
}*/





.clr_red{ color:#d71921 !important;}
.clr_blue{ color:#2196f3 !important;}
.clr_gray{ color:#717171;}
.txt_center{ text-align: center; }
.clr_white{ color: #fff; }
.pipe_line{ color: #8a8a8a; font-size: 20px !important;}
.icon_clr{ color: #3b5a6b;}
.mrg_lft_5{ margin-left: 5px; }
.mrg_lft_20{ margin-left: 20px !important; }
.mrg_top_20{ margin-top: 20px !important; }
.mrg_bottom_10{ margin: 0px 0 10px 0}
.mrg_bottom_20{ margin: 0px 0 20px 0}
.mrg_lft_10{ margin-left: 10px !important; }
.pad_zero{ padding:0px !important; }
.pad_lr_20{ padding:0px 20px !important; }
.mrg_zero{ margin: 0px; }
.bg_content_green{background:/*#fa4c4d*/ #3c8baf/* #109c7f*/;}
.bg_content_dg_blue{background:#3b5a6b;}
.bg_content_dg_red{background:#d05d54;}
.bg_btn_red_lg{ background: #ce5c61; color: #fff; }
.bg_btn_red_lg:hover,.bg_btn_red_lg:focus{ background: #e06065; }
.bg_btm_lt_blue{background: #039be5;}
.bg_btm_lt_blue:hover,.bg_btm_lt_blue:focus{background: #24a4e2;}
.clr_red{ color: #ce5b60; }
.width_40per{ width: 40%; }
h1,h2,h3,h4,h5,h6{ padding: 0px; margin: 0px; font-family:'Roboto_bld';}
.container{ margin: 0px auto; /*max-width: 1920px;*/ width: 100%;}
.display_inline{ display: inline-block; }
.display_blk{ display: inline-block; width: 100%; vertical-align: top; }
.wrapper{ max-width: 1280px; /*width: 100%;*/ min-width: 320px; margin: 0px auto; }
.col.m3 {
    width: 25%;
    margin-left: auto;
    left: auto;
    right: auto;
    float: left;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 0.75rem;
    min-height: 1px;
}


/******************************************************************************
		     	Image Hover Zoom
******************************************************************************/


.zoom img {
    height: 300;
    margin: 100px;
        -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.zoom img:hover {
    position: relative;
    -webkit-transform: scale(1.5);
    -ms-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5);
    z-index: 1000;
}



/******************************************************************************
		     	Input Text box animation click to expand
******************************************************************************/
label, input, textarea {
    background: none;
    border: none;
    box-sizing: border-box;
    outline: none;
}
.search_ex input { outline: none;}
.search_ex input[type=search] { -webkit-appearance: textfield; -webkit-box-sizing: content-box; font-family: inherit; font-size: 100%;}
.search_ex input::-webkit-search-decoration,
.search_ex input::-webkit-search-cancel-button { display: none;}
.search_ex input[type=search] { background: #ededed url(https://static.tumblr.com/ftv85bp/MIXmud4tx/search-icon.png) no-repeat 9px center;
border: solid 1px #ccc; padding: 9px 10px 9px 32px; width: 55px; -webkit-border-radius: 10em; -moz-border-radius: 10em;	border-radius: 10em; -webkit-transition: all .5s;
-moz-transition: all .5s; transition: all .5s;}
.search_ex input[type=search]:focus { width: 130px; background-color: #fff; border-color: #66CC75;	-webkit-box-shadow: 0 0 5px rgba(109,207,246,.5); -moz-box-shadow: 0 0 5px rgba(109,207,246,.5);
box-shadow: 0 0 5px rgba(109,207,246,.5);}
.search_ex input:-moz-placeholder { color: #999;}
.search_ex input::-webkit-input-placeholder { color: #999;}
.search_ex input[type=search]:focus { width: 98%; padding-left: 32px; color: #000; background-color: #fff; cursor: auto;}
.search_ex input[type=search] {
	width: 45px;
	padding-left: 10px;
	color: transparent;
	cursor: pointer;
}
.search_ex input[type=search]:hover {
	background-color: #fff;
}

.search_ex input:-moz-placeholder {
	color: transparent;
}
.search_ex input::-webkit-input-placeholder {
	color: transparent;
}
/************************************************************************
	Enddd
**************************************************************************/

/************************************************************************
	Icon animated left right
**************************************************************************/
.animated_main .fa-animate{ height: 16px; width: 16px; vertical-align: top; left: 0; overflow: hidden; display: inline-block; margin: 0px 4px 0 0;}
.animated_main .fa-animate i{ display: block; line-height: 18px; opacity: 1; -webkit-transition: all 0.5s ease-in-out; -moz-transition: all 0.5s ease-in-out;-o-transition: all 0.5s ease-in-out;
transition: all 0.5s ease-in-out;}
.animated_main a:hover i{ color: #fff; margin: -17px 0 0 0px; opacity: 1;}



/******************************************************************************
          Header Menu
******************************************************************************/
.main-header{background:#fff;box-shadow: 0 0 5px #ccc;}
.header{ display: inline-block; width: 100%; vertical-align: top; background: #fff; padding: 0px 0px; text-align: right; }



/****************************************************************************
  Banner Slider css
****************************************************************************/

.banner{
  width: 100%;
  display: block;
}

.owl-controls .owl-buttons div {
    position: absolute;
    top: 50%;
    background: #F44336;
    color: #FFFFFF;
    display: inline-block;
    margin-top: -0.75rem;
    opacity: 0.8;
    padding: 10px 15px;
    zoom: 1;
}

.owl-buttons .owl-prev {
    left: 1%;
}

.owl-buttons .owl-next {
    right: 1%;
}

.owl-buttons i {
  font-size: 20px;
}




@media only screen and (max-width: 640px) {
    
  
}

/*Login Page*/


  /*.login_container {
  width: 100%;  
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin:3% 0;
  padding: 15px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;  
  z-index: 1;  
}

.login_container::before {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #f9f9f9;
}
.wrap_login {
  width: 400px;
  border-radius: 2px;
  overflow: hidden;
  padding: 30px;
  background: #fff;
  box-shadow: 3px 2px 10px #bfbfbf;
}

.login_form {
  width: 100%;
}

.login_form_title {
  font-size: 26px;
  font-weight:bold;
  color: #005dbf;
  line-height: 1.2;
  text-align: center;
  text-transform: uppercase;
display: block;
}
.wrap_input {
  width: 100%;
  position: relative;
  border-bottom: 2px solid rgba(255,255,255,0.24);
  margin-bottom: 25px;
}

.validate-input {
  position: relative;
}*/

/****************************************************************************
  Footer css
****************************************************************************/


.footer_height {
    height:90px;
    width:100%;
    display:inline-block;
}

.footer_area {
    border-top: 1px solid #1b1b1b;
    clear: both;
    line-height: 2;
    margin-top: 10px;
    margin-left: auto;
    margin-right: auto;
    padding: 0;
    background: none repeat scroll 0 0 #1b1b1b;
    position:fixed;
    bottom:0px;
    width:100%;
    z-index:999;
}


.footer_company_logo{
    margin-top: 35px;
    text-align: center;

}

.footer_company_logo img{
    width: 180px;
    border-radius:5px;
}

.footer_social_icons {
    /*text-align: center;
    margin-top: 10px;*/
    vertical-align: middle;
    margin: 5px 0;
    
    
}

.footer_social_icons .social-icons{
  position: relative;
    margin-bottom: -5px;
    list-style: none;
    font-size: 0;
    float:right;

}

.footer_social_icons .social-icons li{
  display: inline-block;
    margin-right: 10px;

}

.footer_social_icons .social-icons li a{
  display: block;
    position: relative;
    overflow: hidden;
    text-align: center;
    background: transparent;
    border-radius: 3px;
    transition: all 0.3s ease;
  width: 36px;
    height: 36px;
  border-radius: 999px;
  /* background: #88ddd6; */

}

.footer_social_icons .social-icons li a.facebook{
  line-height: 36px;
  background: #222222;
    border: 1px solid rgba(51, 51, 51, 0.49019607843237253);
    font-family: 'Font Awesome 5 Free';
    color: #fff;
    font-size: 16px;
}
.footer_social_icons .social-icons li a.facebook:hover{
    background:#1b1b1b;

}
.footer_social_icons .social-icons li a.era_logo img{
  width:100%;

}

.col-3{
  width: 33.33333333%;
  float: left;
}


footer .widget-title {
    margin-bottom: 10px;
    color: #fff;
    font-family: Roboto;
    position: relative;
    font-size: 22px;
    text-align:left;
}

h3.widget-title:after {
    content: '';
    width: 60px;
    height: 2px;
    background: #ff4f07;
    position: absolute;
    bottom: -1px;
    left: 2px;
}

.footer-contact {
    /*padding-top: 10px;
    text-align:left;*/
}

.footer-contact ul li {
    color: #fff;
    font-family: Roboto;
    font-size: 15px;
    text-indent: -9px;
    margin-left: 18px;
    margin-bottom: 0px;
    display:inline-block;
}

.footer-contact ul li i {
    padding-right: 7px;
    font-size: 15px;
    color: #ff4f07;
}

.footer-contact ul li a {
    color: #fff!important;
    font-family: Roboto;
    font-size: 14px;
}

.site-info.powered-by-text {
    font-size: 14px;
    /*border-top: 1px solid #2b2a2a;*/
    padding: 0px;
    color: #fff;
    display: inline-block;
    /*width: 100%;*/
    text-align: center;
}

.site-info.powered-by-text a {
    color: #fff;
    font-family: Roboto;
    font-size: 12px;

}

.footer-top{
  /*display: inline-block;
  width: 100%;*/
    width: 100%;
    padding: 5px 0px;
    display: inline-flex;
    margin: 0;
    vertical-align: middle;
}
.footer-bottom {
    background: #1b1b1b;
    /*display: inline-block;
    width: 100%;
    vertical-align: top;*/
    /*float:right;*/
}


a.arrow-up {
    background: #ff4f07 none repeat scroll 0 0;
    bottom: 45px;
    color: #ffffff !important;
    display: none;
    font-size: 14px;
    line-height: 32px;
    opacity: 1;
    padding: 3px 3px;
    position: fixed;
    right: 10px;
    text-align: center;
    z-index: 9;
    height: 30px;
    width: 30px;
    transition: all 0.3s ease 0s;
    border: 1px solid #ff4f07;
}

/* color change */
.pagerNavigation i {
    color: #226233;
}