/* Let's begin! */
body {
	font-family: "Roboto";
    font-size: 14px;
    background: #fff;
    line-height: 1.42857;
    color: #333;
}

.page {
  background: #e7ebef;
}

.pageWrapper {
  max-width: 1410px;
	margin: 0px auto;
	background: #fff;
	min-height: 600px;
}

.main_content {
  min-height: 250px;
}

.top_header {
	width: 100%;
	height: 0px;
	background: #ee1d24;
}

header {
	background: #fff;
	width: 100%;
	height: 88px;
  z-index: 199;
    border-bottom: #0066b3 4px solid;
    -webkit-box-shadow: 0px 2px 3px -1px rgba(0,0,0,0.3);
    -moz-box-shadow: 0px 2px 3px -1px rgba(0,0,0,0.3);
    box-shadow: 0px 2px 3px -1px rgba(0,0,0,0.3);
}

a:link, a:hover, a:visited {
  transition-property: color;
  transition-duration: 0.25s;
}

/*
    
*/

.header_section {
  width: 980px;
  margin: auto;
  clear:both;
}

/* Logo */

header .logo {
    display: block;
    top: 10px;
    margin: 10px 0 10px 0;
}



/*  Mega menu  */

.nav {
    display: inline-block;
    position: relative;
    cursor: default;
    z-index: 210;
    width: 100%;
    border-radius: 6px;
}

.nav > li {
    display: block;
    float: left;
}

nav ul {
  margin-bottom: 0px!important;
}

.nav li {
    list-style: outside none none;
}

.nav > li > a {
    position: relative;
    display: block;
    text-transform: uppercase;
}

.nav > li:first-child > a {
    border-radius: 6px 0px 0px 6px;
    border-left: medium none;
    width: 28px;
    font-size: 14px;
}

.header_nav {
  width: 980px;
  clear: both;
}

.main_menu {
    z-index: 200;
    width: 100%;
    background: #0066b3;
}

.main_menu > li > a {
    z-index: 250;
    padding: 0px 15px;

    height: 40px;
    line-height: 40px;

    color: #fff;
    transition: all 0.3s ease 0s;
    font-size: 12px;

    text-align: center;
}

.main_menu > li:hover > a {
    color: #fff;
    background: #0F94FB;
 }

.main_menu > li.active > a {
    color: #fff;
    background: #0F94FB;
}

 .megamenu-home h5 {
    margin-top: 15px;
 }

.megamenu-home .project_img {
  width: 230px;
  height: 90px;
}


.nav > li > div {
    position: absolute;
    display: block;
    opacity: 0;
    visibility: hidden;
    overflow: hidden;
    transition: all 0.3s ease 0.15s;
}

.nav > li > div a {
  transition: all 0.3s ease 0s;

  text-transform: uppercase;
  line-height: 26px;
  min-width: 200px;
} 

.nav > li > div a:hover {
  color: #0066b3;
}

.nav > li > .megamenu-home {
    width: 980px;
    top: 40px;
    left: 0px;

    background-color: rgba(255, 255, 255, 0.98);

    border-bottom: 4px solid #0F94FB;
    border-top: 2px solid #0F94FB;

    border-bottom-right-radius: 6px;
    border-bottom-left-radius: 6px;
}



.nav > li > .submenu-home {
   
}



.nav > li .dropdown-menu {
    min-width: 230px;
    top: auto;
    background-color: rgba(255, 255, 255, 0.98);
    border-left: 3px solid #0F94FB;
    padding: 10px 0 10px 0;

}

.nav > li .dropdown-menu a {
    display: block;
    position: relative;
    padding: 5px 20px 5px 18px;

}

.nav > li .dropdown-menu > a {
      font-size: 14px;
      font-weight: 400;
      text-transform: uppercase;
      
      position: relative;
      text-transform: none;
      -webkit-transition: padding .3s ease-in-out;
      transition: padding .3s ease-in-out;
}

.swiper-container{width:100%;height:390px;}

.swiper-slide{background-position:center;background-size:cover;}


.home_container {
    min-height: 300px;
}

/*Top menu*/
.top_menu > li {
    line-height: 32px;
    margin: 0 5px;
}

.top_menu > li > a {
    color: #f4f4f4;
    font-size: 12px;
 }

.top_menu > li > a:hover {
    color: #666;
 }

 .top_menu > li > a.active {
    color: #ffcc00;
 }

.nav > li:hover > div {
  opacity: 1;
  visibility: visible;
  overflow: visible;
}

.centered {
  margin: 0px auto;
  width: 960px;
}

.menu_left {
  border-right: 1px solid #E6E6E6;
  height: 70px;
}

.menu_right {
  border-left: 1px solid #FFF;  
  height: 70px;
}

/*Grid system*/

.header_logo{
    padding-top: 10px;
    height: 52px;

}

.row {
    width: 100%;
    margin: 0px auto;
}

.column, .columns {
    position: relative;
    float: left;
}

.large-6 {
    position: relative;
    width: 50%;
}

.large-4 {
    position: relative;
    width: 33.3333%;
}

.large-8 {
    position: relative;
    width: 66.6666%;
}

/*Search area*/

.header_section ul {
    list-style: outside none none;
}

.nav-links {
    float: right;
}

.nav-links > li {
    margin-top: 20px;
    float: left;
    line-height: 30px;
}

.nav-links > li {
    padding-left: 30px;
}

.header_section > li > a, .header_section > li > span {
    display: inline-block;
    color: #202020;
    font-size: 14px;
    vertical-align: middle;
}

/* Form */

.form-control {
  background-color: #ffffff;
  background-image: none;
  border: 1px solid rgba(0,0,0,0.2);
  font-family: Arial,sans-serif;
  -webkit-appearance: none;
  color: #2c2c2c;
  outline: 0;
  height: 22px;
  padding: 5px 5px;
  line-height: normal;
  font-size: 12px;
  font-weight: normal;
  vertical-align: middle;
  -webkit-transition: all 0.12s ease;
  transition: all 0.12s ease;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-transition: background 0.2s linear 0s;
  transition: background 0.2s linear 0s;
}

.form-control:focus {
  border-color: rgba(0,0,0,0.1);
  background-color: #f0f0f0;
  outline: 0!important;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.form-control:focus::-moz-placeholder {
  color: inherit;
  opacity: 0.7;
}

.form-control:focus:-ms-input-placeholder {
  color: inherit;
  opacity: 0.7;
}

.form-control:focus::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.7;
}

.form-control::-moz-placeholder {
  color: inherit;
  opacity: 0.33;
}

.form-control:-ms-input-placeholder {
  color: inherit;
  opacity: 0.33;
}

.form-control::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.33;
}

.form-control[disabled],.form-control[readonly],fieldset[disabled] .form-control {
  background: #f8f8f8;
  color: rgba(98,98,98,0.90);
}

/*Margins*/
.m-r-5 {
    margin-right: 5px;
}

.m-r-10 {
    margin-right: 10px;
}

.m-r-15 {
    margin-right: 15px;
}

.m-r-20 {
    margin-right: 20px;
}

.m-r-25 {
    margin-right: 25px;
}


.container_960 {
    width: 960px;
    margin: 0px auto;
}



.white_phone {
    display: inline-block;
    margin: 10px 0px 0px 10px;
}

.footer_copyright {
  color: #fff;
  font-size: 12px;
  background: #445065;
}

.margin-huge, .margin-large, .margin-medium, .margin-small, .margin-tiny {
    display: block;
}

.margin-medium {
    height: 40px;
}

/* View page */

.title-bar {
  padding-top: 25px;
  height: 35px;
}

.title-bar h1 {
  float: left;
  font-size: 24px;
}

.title-bar .line {
    float: left;
    width: 1px;
    height: 30px;
    margin: 5px 20px;
    background: #aaa none repeat scroll 0% 0%;
}

.main-breadcrumb {
    font-size: 12px;
    line-height: 40px;
}

.main-breadcrumb > a {
    font-size: 12px;
}

.main-breadcrumb > a, .main-breadcrumb > strong {
    display: inline-block;
}

.main-breadcrumb > a::after {
    content: "";
    width: 8px;
    height: 8px;
    display: inline-block;
    border-right: 1px solid #aaa;
    border-bottom: 1px solid #aaa;
    margin: 0px 10px;
    transform: rotate(-45deg);
}

/*FAQ*/

.hero-unit {
    display: block;
    font-size: 22px;
    padding: 40px 30px;
}

.faq-search-box, .sub-nav .search {
    position: relative;
}

.faq-search-box h1 {
    color: #626974;
    font-size: 26px;
    font-weight: 300;
    margin: 0px 0px 23px;
    text-align: center;
}

.faq-search-box form {
    width: 600px;
    margin: 0px auto;
}

.faq-search-box input#query {
    border-color: #D0D5D8;
    border-radius: 5px;
    color: #555;
    font-size: 18px;
    height: 50px;
    padding: 4px 14px;
    width: 600px;
}

.faq-search-box input[type="submit"] {
    display: none;
}

input, textarea {
    border: 1px solid #DDD;
    border-radius: 2px;
    padding: 10px;
}

.support-header-bg {
    background-image: url("../img/lady.png");
    background-repeat: no-repeat;
    background-position: 960px 10px;
}

/*FAQ list*/

.nav-stacked {
  list-style: outside none none;
  width: 90%;
}

.nav-stacked > li {
    margin-bottom: 10px;
}

.nav-stacked > li + li {
    margin-top: 2px;
    margin-left: 0px;
}

.nav-stacked > li {
    float: none;
    position: relative;
    display: block;
}

.nav-pills > li > a:link, .nav-pills > li > a:visited {
    color: #000;
    transition-property: none;
}

.nav-pills > li > a {
    border-radius: 1px;
}

.nav-stacked > li > a {
    position: relative;
    display: block;
    padding: 10px 15px;
    font-size: 14px;
}

.nav-pills > li.active > a {
    background: #ECEBEA none repeat scroll 0% 0%;
    color: #EB0028;
}

.fade {
    opacity: 0;
    transition: opacity 0.15s linear 0s;
}

.fade.in {
    opacity: 1;
}

.tab-content > .active {
    display: block;
}

.tab-content h4 > a {
  font-size: 16px;
  font-weight: 400;
}

.tab-content h4 > a:hover {
  color: #EB0028;
}

/*faqs*/

.faqs {
    position: static;
    float: left;
    width: 100%;
}

.faqs > .title {
    font-size: 18px;
    margin-top: 30px;
    margin-bottom: 10px;
}

.faqs .question > a {
    display: block;
    padding: 10px 0px;
    border-top: 1px solid #EAE9E9;
}

.faqs .question > a > .title {
    font-size: 18px;
    color: #F00;
}

.faqs .question > .text {
    display: none;
    margin: 0px 0px 10px;
    line-height: 18px;
    color: #848687;
}