/*------------------------------------------------------------------
[Table of contents]

	General Styling
	Header
	Footer
	About Us
	Blog
	Contact
	Portfolio
	Sidebar
	Typography
	Elements [Forms, buttons etc..]
	Other Plugins
	
[/Table of contents]
-------------------------------------------------------------------*/
.primary-font,
a.side-menu-button,
nav.main-navigation ul li ul.sub-menu li a,
nav.main-navigation ul a,
nav.responsive-menu ul li .sub-menu a,
nav.responsive-menu a,
h1,
h2,
h3,
h4,
h5,
h6,
.first-line,
.second-line {
  font-family: 'Roboto', sans-serif;
}
html {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 93.75%;
}
html ::selection {
  color: #ffffff;
  background: #18428c;
}
section {
  padding: 100px 0;
}
p {
  margin: 0 0 10px;
}
.pre-header {
  background-color: #232323;
}
.pre-header .left-info {
  background-color: #2a2a2a;
  float: left;
  padding: 10px 15px;
}
@media (max-width: 991px) {
  .pre-header .left-info {
    padding: 11px 15px;
  }
}
.pre-header .left-info a {
  color: #ffffff;
  font-size: 11px;
}
.pre-header .left-info a i {
  padding-right: 8px;
}
.pre-header .right-info {
  background-color: #2a2a2a;
  float: right;
  padding: 10px;
}
.pre-header .right-info ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.pre-header .right-info ul li {
  display: inline-block;
}
.pre-header .right-info ul li a {
  color: #ffffff;
  font-size: 12px;
  margin: 0px 10px;
}
.pre-header .right-info ul li a:hover {
  color: crimson;
  transition: all 0.5s;
}
.site-header {
  position: fixed;
  width: 100%;
  left: 0;
  background-color: rgba(250, 250, 250, 0.95);
  z-index: 9999;
  -webkit-transition: all 400ms;
  -moz-transition: all 400ms;
  -o-transition: all 400ms;
  transition: all 400ms;
}
@media (max-width: 991px) {
  .site-header {
    position: relative;
    background-color: rgba(255, 186, 0, 0.9);
  }
}
.site-header .inner-header {
  padding: 0 105px;
}
@media (max-width: 991px) {
  .site-header .inner-header {
    padding: 0 15px;
  }
}
.site-header .main-header .logo {
  text-align: center;
}
.site-header .main-header .logo a {
  width: 180px;
  height: 90px;
  padding: 20px 0px;
  color: #ffffff;
  font-size: 24px;
  text-transform: uppercase;
  font-weight: 700;
  float: left;
  background-color: crimson;
} 
@media (max-width: 991px) {
  .site-header .main-header .logo a {
    background-color: crimson;
  }
}
 .site-header .main-header .logo em {
  margin-top: -5px;
  font-size: 10px;
  display: block;
  font-weight: 400;
  font-style: normal;
  color: #ffffff;
} 
.scrolled-header {
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(250, 250, 250, 0.95) !important;
  -webkit-transition: opacity 2s fade-in;
  -moz-transition: opacity 2s fade-in;
  -o-transition: opacity 2s fade-in;
  -ms-transition: opacity 2s fade-in;
  transition: opacity 2s fade-in;
  box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.2);
}
@media (max-width: 991px) {
  .scrolled-header {
    background-color: rgba(255, 186, 0, 0.95) !important;
  }
}
.scrolled-header .logo a {
  height: 70px!important;
  padding: 10px 0px!important;
  background-color: #ffba00;
  -webkit-transition: all 400ms;
  -moz-transition: all 400ms;
  -o-transition: all 400ms;
  transition: all 400ms;
}
.scrolled-header nav.main-navigation ul li a {
  padding-top: 10px !important;
  padding-bottom: 10px !important;
  -webkit-transition: all 400ms;
  -moz-transition: all 400ms;
  -o-transition: all 400ms;
  transition: all 400ms;
}
.scrolled-header nav.main-navigation ul li ul.sub-menu {
  top: 70px!important;
}
.scrolled-header .header-right-toggle {
  padding: 15px 10px;
}
.header-right-toggle {
  padding: 25px 10px;
}
.header-right-toggle a {
  font-size: 14px;
  letter-spacing: 1px;
  color: #ffffff !important;
  background-color: #18428c;
  width: 40px;
  height: 40px;
  display: inline-block;
  line-height: 42px;
  text-align: center;
}
a.side-menu-button {
  text-transform: uppercase;
  font-weight: 700;
  color: #272727;
}
nav.main-navigation {
  position: relative;
  z-index: 20;
}
nav.main-navigation ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
nav.main-navigation ul li {
  position: relative;
  display: inline-block;
  padding: 16px 10px;
}
nav.main-navigation ul li ul.sub-menu {
  position: absolute;
  top: 90px!important;
  left: 0;
  width: 190px;
  background-color: rgba(250, 250, 250, 0.95);
  border-top: 3px solid #ffba00;
  visibility: hidden;
  opacity: 0;
  -moz-transform: translate3d(0, 20px, 0);
  -o-transform: translate3d(0, 20px, 0);
  -ms-transform: translate3d(0, 20px, 0);
  -webkit-transform: translate3d(0, 20px, 0);
  transform: translate3d(0, 20px, 0);
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
nav.main-navigation ul li ul.sub-menu li {
  display: block;
  padding: 0;
  margin: 0;
}
nav.main-navigation ul li ul.sub-menu li a {
  text-transform: capitalize;
  border-bottom: 1px solid #222222;
  color: #272727;
  font-size: 12px;
  font-weight: 400;
  padding: 12px 20px;
}
nav.main-navigation ul li:hover ul.sub-menu {
  visibility: visible;
  opacity: 1;
  -moz-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
nav.main-navigation ul a {
  font-size: 12px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  color: #4d4d4d;
  display: block;
  padding: 20px 5px;
}
nav.main-navigation ul a i {
  margin-left: 7px;
}
@media (min-width: 992px) and (max-width: 1200px) {
  nav.main-navigation ul a {
    padding: 15px 0;
  }
}
nav.responsive-menu ul {
  padding: 25px 15px;
  margin: 0;
  padding: 0;
  width: 100%;
  display: inline-block;
  list-style: none;
  float: left;
}
nav.responsive-menu ul li {
  margin: 1px 0px;
  display: block;
  position: relative;
}
nav.responsive-menu ul li .show-submenu {
  position: absolute;
  top: 0;
  right: 15px;
  cursor: pointer;
  color: #ffffff;
}
nav.responsive-menu ul li .show-submenu i {
  width: 47px;
  height: 47px;
  background-color: #13346e;
  text-align: center;
  display: inline-block;
  line-height: 47px;
}
nav.responsive-menu ul li .sub-menu {
  display: none;
  padding: 0 0 0 0px;
}
nav.responsive-menu ul li .sub-menu.open {
  display: block;
}
nav.responsive-menu ul li .sub-menu li {
  position: relative;
  z-index: 9;
  margin: 0;
  padding: 0 0 0 10px;
}
nav.responsive-menu ul li .sub-menu li:before {
  content: '-';
  position: absolute;
  left: 25px;
  color: #ffffff;
  top: 8px;
}
nav.responsive-menu ul li .sub-menu li:last-child {
  padding: 0 0 0px 10px;
  margin: 0 0 10px 0px;
  border-bottom: 1px solid #18428c;
}
nav.responsive-menu ul li .sub-menu a {
  padding: 10px 30px;
  text-transform: capitalize;
  color: #ffffff;
  background-color: #123269;
  margin-right: 15px;
  margin-top: 1px;
}
nav.responsive-menu a {
  font-size: 12px;
  text-transform: uppercase;
  display: block;
  letter-spacing: 0.5px;
  padding: 15px 15px;
  margin: 0;
  color: #ffffff;
  background-color: #143876;
}
.sidebar-menu-inner {
  position: relative;
  overflow: hidden;
  background: #fff;
}
.sidebar-menu-container {
  position: relative;
  overflow: hidden;
}
.sidebar-menu-push {
  position: relative;
  left: 0;
  z-index: 9999;
  height: 100%;
  -webkit-transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
}
.sidebar-menu-overlay {
  position: absolute;
  z-index: 9999;
  top: 0;
  right: 0;
  width: 0;
  height: 0;
  background: rgba(0, 0, 0, 0.3);
  content: '';
  opacity: 0;
}
.sidebar-menu-open .sidebar-menu-overlay {
  width: 100%;
  height: 100%;
  opacity: 1;
  -webkit-transition: opacity .5s;
  transition: opacity .5s;
}
.sidebar-menu {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  visibility: hidden;
  width: 250px;
  height: 100%;
  margin: 0;
  padding: 0;
  background: #18428c;
  -webkit-transition: all 1s;
  transition: all 1s;
  overflow-y: auto;
}
.sidebar-menu::after {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
  content: '';
  opacity: 1;
}
.sidebar-menu-open .sidebar-menu::after {
  width: 0;
  height: 0;
  opacity: 0;
}
.slide-from-left.sidebar-menu-open .sidebar-menu-push {
  -webkit-transform: translate3d(250px, 0, 0);
  transform: translate3d(250px, 0, 0);
}
.ie9 .slide-from-left .sidebar-menu-push {
  margin-left: 250px;
}
.slide-from-left.sidebar-menu {
  z-index: 1;
}
.slide-from-left.sidebar-menu-open .slide-from-left.sidebar-menu {
  visibility: visible;
  -webkit-transition: -webkit-transform 0s;
  transition: transform 0s;
}
.slide-from-left.sidebar-menu::after {
  display: none;
}
/* Medium Screens */
@media only screen and (min-width: 40.063em) {
  .sidebar-menu {
    width: 320px;
  }
  .slide-from-left.sidebar-menu-open .sidebar-menu-push {
    -webkit-transform: translate3d(320px, 0, 0);
    transform: translate3d(320px, 0, 0);
  }
  .ie9 .slide-from-left .sidebar-menu-push {
    margin-left: 320px;
  }
}
footer {
  margin-top: 80px;
  background-color: #2a2a2a;
  padding: 60px 15px;
}
@media (max-width: 991px) {
  footer .footer-item {
    margin-bottom: 60px;
  }
}
footer .footer-item h2 {
  color: #ffffff;
  font-size: 15px;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 1px;
  margin: 0px;
}
footer .footer-item .line-dec {
  margin-top: 15px;
  margin-bottom: 30px;
  width: 30px;
  height: 2px;
  background-color: #ffffff;
}
footer .footer-item p {
  color: #ffffff;
  font-weight: 300;
}
footer .footer-item ul {
  padding: 0px;
  margin: 0px;
  list-style: none;
}
footer .footer-item ul li {
  display: block;
  margin-bottom: 5px;
}
footer .footer-item ul li a {
  font-size: 12px;
  color: #ffffff;
}
footer .footer-item ul li a:hover {
  color: #ffba00;
  transition: all 0.5s;
}
footer .footer-item .recent-posts .recent-item {
  margin-bottom: 25px;
}
footer .footer-item .recent-posts .recent-item img {
  float: left;
}
footer .footer-item .recent-posts .recent-item h4 {
  padding-top: 5px;
  margin-left: 80px;
  font-size: 13px;
  color: #ffffff;
  font-weight: 700;
}
footer .footer-item .recent-posts .recent-item h4:hover {
  color: #ffba00;
  transition: all 0.5s;
}
footer .footer-item .recent-posts .recent-item .line-dec {
  width: 40px;
  height: 2px;
  background-color: #555;
  margin-left: 80px;
  padding: 0;
  margin-bottom: 8px;
  margin-top: 8px;
}
footer .footer-item .recent-posts .recent-item span {
  margin-left: 10px;
  font-size: 15px;
  font-weight: 700;
  color: #ffba00;
}
@media (max-width: 991px) {
  footer .footer-item .connect-us {
    margin-bottom: -60px;
  }
}
footer .footer-item .connect-us ul li {
  display: inline-block;
}
footer .footer-item .connect-us ul li a {
  width: 38px;
  height: 38px;
  background-color: #333;
  display: inline-block;
  text-align: center;
  font-size: 12px;
  line-height: 38px;
  color: #ffffff;
}
footer .footer-item .connect-us ul li a:hover {
  color: #ffba00;
  transition: all 0.5s;
}
.sub-footer {
  background-color: #242424;
  height: 60px;
  text-align: center;
}
.sub-footer p {
  color: #999;
  font-size: 11px;
  line-height: 60px;
}
.sub-footer em {
  font-style: normal;
  color: #777;
}
.latest-news #owl-blog .item {
  background-color: #eee;
  height: 100%;
  text-align: center;
  padding-bottom: 15px;
}
.latest-news #owl-blog .item .thumb-content .date-post {
  position: absolute;
  margin-top: 0px;
  left: 0;
}
.latest-news #owl-blog .item .thumb-content .date-post a {
  padding: 8px;
  background-color: rgba(255, 186, 0, 0.9);
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  width: 60px;
  height: 60px;
  text-align: center;
  display: inline-block;
}
.latest-news #owl-blog .item .thumb-content .date-post em {
  font-size: 12px;
  display: block;
  font-style: normal;
}
.latest-news #owl-blog .item .thumb-content img {
  width: 100%;
  overflow: hidden;
  background-size: cover;
}
.latest-news #owl-blog .item .down-content {
  background-color: #ffffff;
  margin-left: 8px;
  margin-right: 8px;
  margin-top: 8px;
  margin-bottom: -18px;
  text-align: center;
  padding: 15px;
}
.latest-news #owl-blog .item .down-content h4 {
  margin-top: 8px;
  font-size: 15px;
  font-weight: 700;
}
.latest-news #owl-blog .item .down-content span {
  font-size: 12px;
  color: #333;
}
.latest-news #owl-blog .item .down-content .line-dec {
  margin-top: 15px;
  width: 40px;
  height: 2px;
  background-color: #222222;
  margin-left: auto;
  margin-right: auto;
}
.latest-news #owl-blog .item .down-content p {
  margin-top: 15px;
  padding-bottom: 10px;
}
.latest-news #owl-blog .item .down-content .primary-button {
  margin-top: -30px;
  margin-bottom: 15px;
}
.latest-news #owl-blog .item-2 {
  background-color: #f5f5f5;
  height: 100%;
  text-align: center;
  padding-bottom: 15px;
}
.latest-news #owl-blog .item-2 .thumb-content .date-post {
  position: absolute;
  margin-top: 0px;
  left: 0;
}
.latest-news #owl-blog .item-2 .thumb-content .date-post a {
  padding: 8px;
  background-color: rgba(255, 186, 0, 0.9);
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  width: 60px;
  height: 60px;
  text-align: center;
  display: inline-block;
}
.latest-news #owl-blog .item-2 .thumb-content .date-post em {
  font-size: 12px;
  display: block;
  font-style: normal;
}
.latest-news #owl-blog .item-2 .thumb-content img {
  width: 100%;
  overflow: hidden;
  background-size: cover;
}
.latest-news #owl-blog .item-2 .down-content {
  background-color: #ffffff;
  margin-left: 8px;
  margin-right: 8px;
  margin-top: 8px;
  margin-bottom: -18px;
  text-align: center;
  padding: 15px;
}
.latest-news #owl-blog .item-2 .down-content h4 {
  margin-top: 8px;
  font-size: 15px;
  font-weight: 700;
}
.latest-news #owl-blog .item-2 .down-content span {
  font-size: 12px;
  color: #333;
}
.latest-news #owl-blog .item-2 .down-content .line-dec {
  margin-top: 15px;
  width: 40px;
  height: 2px;
  background-color: #222222;
  margin-left: auto;
  margin-right: auto;
}
.latest-news #owl-blog .item-2 .down-content p {
  margin-top: 15px;
  padding-bottom: 10px;
}
.latest-news #owl-blog .item-2 .down-content .primary-button {
  margin-top: -30px;
  margin-bottom: 15px;
}
.blog-page .blog-grid-post .item {
  margin-bottom: 30px;
}
.blog-page .blog-grid-post .item img {
  width: 100%;
  overflow: hidden;
  background-size: cover;
  border-bottom: 3px solid #ffba00;
}
.blog-page .blog-grid-post .item .down-content {
  padding: 20px;
  border: 1px solid #222222;
  border-top: 0px;
}
.blog-page .blog-grid-post .item .down-content h4 {
  margin-top: 0px;
  margin-bottom: 7px;
  font-size: 15px;
  font-weight: 700;
}
.blog-page .blog-grid-post .item .down-content ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.blog-page .blog-grid-post .item .down-content ul li {
  display: inline;
  margin-right: 15px;
}
.blog-page .blog-grid-post .item .down-content ul li span {
  font-size: 11px;
  font-weight: 700;
  color: #b1b1b1;
}
.blog-page .blog-grid-post .item .down-content ul li em {
  margin-right: 5px;
  font-style: normal;
  font-size: 11px;
  font-weight: 400;
  color: #333;
}
.blog-page .blog-grid-post .item .down-content ul li a {
  font-size: 11px;
  font-weight: 700;
  color: #b1b1b1;
  margin-right: 5px;
}
.blog-page .blog-grid-post .item .down-content ul li a:hover {
  color: #ffba00;
  transition: all 0.5s;
}
.blog-page .blog-grid-post .item .down-content .line-dec {
  margin-top: 15px;
  width: 40px;
  height: 2px;
  background-color: #222222;
}
.blog-page .blog-grid-post .item .down-content p {
  margin-top: 15px;
  padding-bottom: 0px;
}
.blog-page .blog-grid-post .item .down-content .continue-button a {
  font-weight: 600;
  font-size: 12px;
  color: #18428c;
}
.blog-page .blog-grid-post .item .down-content .continue-button a i {
  margin-left: 5px;
  font-size: 10px;
}
.blog-page .blog-grid-post .item .down-content .continue-button a:hover {
  color: #ffba00;
  transition: all 0.5s;
}
.blog-page .blog-grid-post .pagination-content {
  margin-top: 30px;
}
.blog-page .blog-classic-post .item img {
  width: 100%;
  overflow: hidden;
  background-size: cover;
  border-bottom: 3px solid #ffba00;
}
.blog-page .blog-classic-post .item h4 {
  margin-top: 20px;
  margin-bottom: 7px;
  font-size: 15px;
  font-weight: 700;
}
.blog-page .blog-classic-post .item ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.blog-page .blog-classic-post .item ul li {
  display: inline;
  margin-right: 15px;
}
.blog-page .blog-classic-post .item ul li span {
  font-size: 11px;
  font-weight: 700;
  color: #b1b1b1;
}
.blog-page .blog-classic-post .item ul li em {
  margin-right: 5px;
  font-style: normal;
  font-size: 11px;
  font-weight: 400;
  color: #333;
}
.blog-page .blog-classic-post .item ul li a {
  font-size: 11px;
  font-weight: 700;
  color: #b1b1b1;
  margin-right: 5px;
}
.blog-page .blog-classic-post .item ul li a:hover {
  color: #ffba00;
  transition: all 0.5s;
}
.blog-page .blog-classic-post .item .line-dec {
  margin-top: 15px;
  width: 40px;
  height: 2px;
  background-color: #222222;
}
.blog-page .blog-classic-post .item p {
  margin-top: 15px;
  padding-bottom: 5px;
}
.blog-page .blog-classic-post .item .primary-button {
  padding-bottom: 40px;
}
@media (max-width: 991px) {
  .blog-page .blog-classic-post .item .primary-button {
    text-align: left;
  }
}
.blog-page .blog-classic-post .pagination-content {
  margin-top: 20px;
}
@media (max-width: 991px) {
  .blog-page .blog-classic-post .pagination-content {
    margin-bottom: 80px;
  }
}
.blog-page .single-post .item img {
  width: 100%;
  overflow: hidden;
  background-size: cover;
  border-bottom: 3px solid #ffba00;
}
.blog-page .single-post .item h4 {
  margin-top: 20px;
  margin-bottom: 15px;
  font-size: 20px;
  font-weight: 700;
}
.blog-page .single-post .item ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.blog-page .single-post .item ul li {
  display: inline;
  margin-right: 15px;
}
.blog-page .single-post .item ul li span {
  font-size: 12px;
  font-weight: 700;
  color: #b1b1b1;
}
.blog-page .single-post .item ul li em {
  margin-right: 5px;
  font-style: normal;
  font-size: 12px;
  font-weight: 400;
  color: #333;
}
.blog-page .single-post .item ul li a {
  font-size: 12px;
  font-weight: 700;
  color: #b1b1b1;
  margin-right: 5px;
}
.blog-page .single-post .item ul li a:hover {
  color: #ffba00;
  transition: all 0.5s;
}
.blog-page .single-post .item .line-dec {
  margin-top: 15px;
  width: 40px;
  height: 2px;
  background-color: #222222;
}
.blog-page .single-post .item p {
  margin-top: 15px;
  padding-bottom: 5px;
  border-bottom: 2px solid #222222;
  padding-bottom: 20px;
  margin-bottom: 40px;
}
.blog-page .single-post .item p em {
  background-color: #f2f2f2;
  display: inline-block;
  padding: 15px 30px;
  margin: 0px 20px;
  font-size: 15px;
  font-family: 'georgia', serif;
  line-height: 26px;
  border-left: 3px solid #18428c;
}
.blog-page .single-post .item .primary-button {
  padding-bottom: 40px;
}
.blog-page .single-post .comments {
  padding-bottom: 30px;
  margin-bottom: 40px;
  border-bottom: 2px solid #222222;
}
.blog-page .single-post .comments .comments-content {
  background-color: #f2f2f2;
  padding: 20px;
}
.blog-page .single-post .comments .comments-content img {
  float: left;
  width: 80px;
}
.blog-page .single-post .comments .comments-content h6 {
  margin-top: 0px;
  margin-left: 95px;
  margin-bottom: 3px;
}
.blog-page .single-post .comments .comments-content span {
  font-size: 11px;
  font-weight: 400;
  color: #333;
  margin-left: 15px;
}
.blog-page .single-post .comments .comments-content p {
  margin-left: 95px;
  margin-top: 5px;
  margin-bottom: 0px;
  line-height: 20px;
}
.blog-page .single-post .comments .comments-content .continue-button {
  float: right;
  top: 0;
}
.blog-page .single-post .comments .comments-content .continue-button a {
  font-weight: 600;
  font-size: 11px;
  color: #18428c;
}
.blog-page .single-post .comments .comments-content .continue-button a i {
  margin-left: 5px;
  font-size: 9px;
}
.blog-page .single-post .comments .comments-content .continue-button a:hover {
  color: #ffba00;
  transition: all 0.5s;
}
.blog-page .single-post .comments .comments-content .replied-button {
  float: right;
  margin-right: 15px;
  top: 0;
}
.blog-page .single-post .comments .comments-content .replied-button span {
  font-size: 11px;
  color: #333;
}
.blog-page .single-post .comments .comments-content .replied-button span i {
  margin-left: 5px;
  font-size: 9px;
}
.blog-page .single-post .comments .second-comment {
  margin-left: 115px;
  margin-top: 20px;
}
.blog-page .single-post .comments .third-comment {
  margin-top: 30px;
}
.blog-page .single-post .submit-comment input {
  outline: none;
  font-size: 11px;
  color: #333;
  font-weight: 600;
  line-height: 35px;
  width: 100%;
  height: 35px;
  padding-left: 10px;
  border: 1px solid #222222;
}
@media (max-width: 991px) {
  .blog-page .single-post .submit-comment input {
    margin-top: 20px;
  }
}
.blog-page .single-post .submit-comment textarea {
  margin-top: 30px;
  outline: none;
  font-size: 11px;
  color: #333;
  font-weight: 600;
  line-height: 22px;
  width: 100%;
  max-width: 100%;
  height: 140px;
  max-height: 180px;
  padding-left: 10px;
  border: 1px solid #222222;
}
.blog-page .single-post .submit-comment .primary-button {
  margin-top: 25px;
}
@media (max-width: 991px) {
  .blog-page .single-post .submit-comment .primary-button {
    margin-bottom: 80px;
  }
}
.contact-us src {
    
  position:relative;
  float:right;
  
}
.contact-content {
  margin-top: 80px;
}
.contact-content p {
  margin-top: -5px;
}
.contact-content .sep-section-heading {
  margin-top: 0px;
  margin-bottom: 40px;
}
.contact-content .contact-info ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.contact-content .contact-info ul li {
  margin-top: 20px;
}
.contact-content .contact-info i {
  width: 40px;
  height: 40px;
  background-color: crimson;
  text-align: center;
  line-height: 40px;
  display: inline-block;
  font-size: 15px;
  color: #ffffff;
  margin-right: 15px;
}
@media (max-width: 991px) {
  .contact-content .contact-info i {
    margin-right: 5px;
    width: 28px;
    height: 28px;
    line-height: 28px;
    font-size: 13px;
  }
}
.contact-content .contact-info span {
  font-size: 14px;
  font-weight: 400;
  color: #333;
}
@media (max-width: 991px) {
  .contact-content .contact-info span {
    font-size: 12px;
  }
}
.contact-content .send-message input {
  outline: none;
  font-size: 11px;
  color: #333;
  font-weight: 600;
  line-height: 35px;
  width: 100%;
  height: 35px;
  padding-left: 10px;
  border: 1px solid #222222;
}
@media (max-width: 991px) {
  .contact-content .send-message input {
    margin-top: 20px;
  }
}
.contact-content .send-message textarea {
  margin-top: 30px;
  outline: none;
  font-size: 11px;
  color: #333;
  font-weight: 600;
  line-height: 22px;
  width: 100%;
  max-width: 100%;
  height: 140px;
  max-height: 180px;
  padding-left: 10px;
  border: 1px solid #222222;
}
.contact-content .send-message .primary-button {
  margin-top: 25px;
}
@media (max-width: 991px) {
  .contact-content .send-message .primary-button {
    margin-bottom: 60px;
  }
}

.car-item {
  border: 1px solid #eeeeee;
  padding: 4px;
  margin-bottom: 30px;
}
.car-item .thumb-content .car-banner-rent {
  position: absolute;
  margin-top: 0px;
  right: 0;
  margin-right: 26px;
}
.car-item .thumb-content .car-banner-rent a {
  background-color: rgba(232, 44, 12, 0.9);
  color: #ffffff;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  width: 85px;
  height: 36px;
  text-align: center;
  line-height: 36px;
  display: inline-block;
}
.car-item .thumb-content .car-banner-sale {
  position: absolute;
  margin-top: 0px;
  right: 0;
  margin-right: 26px;
}
.car-item .thumb-content .car-banner-sale a {
  background-color: rgba(24, 66, 140, 0.9);
  color: #ffffff;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  width: 85px;
  height: 36px;
  text-align: center;
  line-height: 36px;
  display: inline-block;
}
/*
.car-item .thumb-content img {
  width: 100%;
  overflow: hidden;
  background-size: cover;
}*/
.car-item .down-content {
  text-align: center;
}
.car-item .down-content h4 {
  margin-top: 20px;
  font-size: 15px;
  font-weight: 700;
}
.car-item .down-content span {
  font-size: 15px;
  font-weight: 700;
  color: #18428c;
}
.car-item .down-content .line-dec {
  margin-top: 15px;
  width: 40px;
  height: 2px;
  background-color: #eeeeee;
  margin-left: auto;
  margin-right: auto;
}
.car-item .down-content p {
  margin-top: 20px;
}
.car-item .down-content ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.car-item .down-content ul li {
  display: inline-block;
  margin: 10px 12px 0px 12px;
}
.car-item .down-content ul li span {
  font-size: 11px;
  text-transform: uppercase;
  font-weight: 700;
  color: #333;
  border-bottom: 2px solid #eeeeee;
  padding-bottom: 10px;
}
.car-item .down-content ul li p {
  font-size: 12px;
  font-weight: 700;
  color: red;
  margin-top: 15px;
}
.columns-4 .down-content ul li {
  margin: 10px 5px 0px 12px;
}
.on-listing {
  padding-bottom: 30px;
}
.car-details {
  text-align: left;
}
.car-details h4 {
  margin-top: 10px;
  font-size: 20px;
  font-weight: 700;
}
.car-details span {
  font-size: 17px;
  font-weight: 700;
  color: #18428c;
}
.car-details .line-dec {
  margin-top: 15px;
  width: 40px;
  height: 2px;
  background-color: #eeeeee;
}
.car-details p {
  margin-top: 20px;
}
.car-details ul {
  padding: 20px 0px 30px 0px;
  margin: 0;
  list-style: none;
}
.car-details ul li {
  border-bottom: 1px solid #eeeeee;
  width: 100%;
  display: inline-block;
  padding: 10px 0px;
}
.car-details ul li span {
  margin-right: 10px;
  font-size: 10px;
  text-transform: uppercase;
  font-weight: 700;
  color: #333;
}
.car-details ul li p {
  display: inline;
  font-size: 12px;
  font-weight: 700;
  color: #ffba00;
}
.car-details ul li:first-child {
  border-top: 1px solid #eeeeee;
}
@media (max-width: 991px) {
  .car-details .contact-info {
    text-align: center;
    border: 2px solid #eeeeee;
    padding: 20px 0px;
  }
}
.car-details .contact-info i {
  width: 40px;
  height: 40px;
  background-color: #ffba00;
  text-align: center;
  line-height: 40px;
  display: inline-block;
  font-size: 15px;
  color: #ffffff;
  margin-right: 15px;
}
@media (max-width: 991px) {
  .car-details .contact-info i {
    display: block;
    margin-right: auto;
    margin-left: auto;
    width: 36px;
    height: 36px;
    line-height: 36px;
    font-size: 14px;
    margin-bottom: 12px;
  }
}
.car-details .contact-info span {
  font-size: 14px;
  font-weight: 400;
  color: #333;
}
.car-details .similar-info span a {
  float: left;
  margin-top: 8px;
  margin-right: 30px;
  font-size: 14px;
  font-weight: 400;
  color: #333;
}
.car-details .similar-info span a:hover {
  color: #ffba00;
  transition: all 0.5s;
}
#owl-similar .car-item {
  border: 0px solid #eeeeee;
  padding: 0px;
  margin-bottom: 0px;
}
#owl-similar .car-item .thumb-content .car-banner-sale {
  margin: 0;
}
#owl-similar .car-item .thumb-content .car-banner-rent {
  margin: 0;
}
.similar-car {
  margin-top: -40px;
}
.similar-car-2 {
  margin-top: -20px;
}
@media (max-width: 991px) {
  .more-details .sep-section-heading {
    margin-top: 60px;
    margin-bottom: 30px;
  }
}
.more-details em {
  font-style: normal;
  font-size: 12px;
  font-weight: 700;
}
.more-details .info-list ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.more-details .info-list ul li {
  display: inline-block;
  margin: 0px 20px 18px 0px;
}
.more-details .info-list ul li i {
  margin-right: 5px;
  color: #ffba00;
}
.more-details .info-list ul li span {
  font-size: 13px;
  font-weight: 400;
  color: #333;
}
.more-details .contact-info .phone {
  margin-top: 10px;
  margin-bottom: 15px;
}
@media (max-width: 991px) {
  .more-details .contact-info .phone {
    margin: 0;
  }
}
@media (max-width: 991px) {
  .more-details .contact-info {
    text-align: center;
    border: 2px solid #eeeeee;
    padding: 20px 0px;
  }
}
.more-details .contact-info i {
  width: 40px;
  height: 40px;
  background-color: #ffba00;
  text-align: center;
  line-height: 40px;
  display: inline-block;
  font-size: 14px;
  color: #ffffff;
  margin-right: 15px;
}
@media (max-width: 991px) {
  .more-details .contact-info i {
    display: block;
    margin-right: auto;
    margin-left: auto;
    width: 36px;
    height: 36px;
    line-height: 36px;
    font-size: 14px;
    margin-bottom: 12px;
  }
}
.more-details .contact-info span {
  font-size: 14px;
  font-weight: 400;
  color: #333;
}
.shortcodes-content .sep-section-heading {
  margin-top: 30px;
  margin-bottom: 30px;
}
.shortcodes-content .text-columns p {
  margin-bottom: 30px;

}
.shortcodes-content .text-columns .sep-section-heading-first  {
  margin-top: 0px;
  margin-bottom: 30px;
  margin-left: 30px;
  

}
label li:hover{
    color:black;
    cursor: progress;
}
.label li{
    color:rgb(128, 128, 128);
    
}
.shortcodes-content .text-columns .sep-section-heading-first h2{
  margin-top: 0px;
  margin-bottom: 5px;
  font-size: 15px;
  color: #272727;
  font-weight: 700;
  text-transform: uppercase
}
.shortcodes-content .accordions .accordion,
.shortcodes-content .accordions .accordion * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.shortcodes-content .accordions .accordion {
  overflow: hidden;
}
.shortcodes-content .accordions .accordion-section {
  margin-bottom: 4px;
}
.shortcodes-content .accordions .accordion-section-title {
  width: 100%;
  padding: 15px;
  display: inline-block;
  background: #f2f2f2;
  transition: all linear 0.15s;
  font-size: 13px;
  font-weight: 600;
}
.shortcodes-content .accordions .accordion-section-title i {
  float: right;
  font-size: 18px;
}
.shortcodes-content .accordions .accordion-section-title.active {
  color: #272727;
}
.shortcodes-content .accordions .accordion-section-title.active i {
  -webkit-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
  transition: all 0.5s;
}
.shortcodes-content .accordions .accordion-section-title:hover {
  color: #ffba00;
  transition: all .5s;
  /* Type */
  text-decoration: none;
}
.shortcodes-content .accordions .accordion-section-content {
  padding: 15px;
  display: none;
}
.shortcodes-content .tab .tabs {
  width: 100%;
  display: inline-block;
}
.shortcodes-content .tab .tab-links:after {
  display: block;
  clear: both;
  content: '';
}
.shortcodes-content .tab .tab-links {
  margin-left: -45px;
}
.shortcodes-content .tab .tab-links li {
  margin: 0px 2px;
  float: left;
  list-style: none;
}
.shortcodes-content .tab .tab-links a {
  padding: 9px 15px;
  display: inline-block;
  background: #f2f2f2;
  font-size: 13px;
  font-weight: 600;
  transition: all linear 0.15s;
  border-radius: 0px;
}
.shortcodes-content .tab .tab-links a:hover {
  color: #ffba00;
  text-decoration: none;
}
.shortcodes-content .tab li.active a,
.shortcodes-content .tab li.active a:hover {
  color: #ffffff;
  background-color: #18428c;
}
.shortcodes-content .tab .tab-content {
  padding: 15px;
  background: #fff;
}
.shortcodes-content .tab .tab {
  display: none;
}
.shortcodes-content .tab .tab.active {
  display: block;
}
.shortcodes-content .buttons .pri-primary-button a {
  width: 100%;
  height: 36px;
  display: inline-block;
  color: #ffffff;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1px;
  text-align: center;
  line-height: 36px;
  text-transform: uppercase;
  background-color: #18428c;
}
@media (max-width: 991px) {
  .shortcodes-content .buttons .sec-primary-button {
    margin-top: 20px;
  }
}
.shortcodes-content .buttons .sec-primary-button a {
  width: 100%;
  height: 36px;
  border-bottom: 3px solid #112d60;
  display: inline-block;
  color: #ffffff;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1px;
  text-align: center;
  line-height: 36px;
  text-transform: uppercase;
  background-color: #18428c;
}
@media (max-width: 991px) {
  .shortcodes-content .buttons .third-primary-button {
    margin-top: 20px;
  }
}
.shortcodes-content .buttons .third-primary-button a {
  width: 100%;
  height: 36px;
  border-radius: 3px;
  display: inline-block;
  color: #ffffff;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1px;
  text-align: center;
  line-height: 36px;
  text-transform: uppercase;
  background-color: #18428c;
}
@media (max-width: 991px) {
  .shortcodes-content .buttons .fourth-primary-button {
    margin-top: 20px;
  }
}
.shortcodes-content .buttons .fourth-primary-button a {
  width: 100%;
  height: 36px;
  border-radius: 3px;
  border-bottom: 3px solid #112d60;
  display: inline-block;
  color: #ffffff;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1px;
  text-align: center;
  line-height: 36px;
  text-transform: uppercase;
  background-color: #18428c;
}
.shortcodes-content .buttons .pri-secondary-button {
  margin-top: 20px;
}
.shortcodes-content .buttons .pri-secondary-button a {
  width: 100%;
  height: 36px;
  display: inline-block;
  color: #ffffff;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1px;
  text-align: center;
  line-height: 36px;
  text-transform: uppercase;
  background-color: #ffba00;
}
.shortcodes-content .buttons .sec-secondary-button {
  margin-top: 20px;
}
.shortcodes-content .buttons .sec-secondary-button a {
  width: 100%;
  height: 36px;
  border-bottom: 3px solid #cc9500;
  display: inline-block;
  color: #ffffff;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1px;
  text-align: center;
  line-height: 36px;
  text-transform: uppercase;
  background-color: #ffba00;
}
.shortcodes-content .buttons .third-secondary-button {
  margin-top: 20px;
}
.shortcodes-content .buttons .third-secondary-button a {
  width: 100%;
  height: 36px;
  border-radius: 3px;
  display: inline-block;
  color: #ffffff;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1px;
  text-align: center;
  line-height: 36px;
  text-transform: uppercase;
  background-color: #ffba00;
}
.shortcodes-content .buttons .fourth-secondary-button {
  margin-top: 20px;
}
.shortcodes-content .buttons .fourth-secondary-button a {
  width: 100%;
  height: 36px;
  border-radius: 3px;
  border-bottom: 3px solid #cc9500;
  display: inline-block;
  color: #ffffff;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1px;
  text-align: center;
  line-height: 36px;
  text-transform: uppercase;
  background-color: #ffba00;
}
.shortcodes-content .buttons .pri-black-button {
  margin-top: 20px;
}
.shortcodes-content .buttons .pri-black-button a {
  width: 100%;
  height: 36px;
  display: inline-block;
  color: #ffffff;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1px;
  text-align: center;
  line-height: 36px;
  text-transform: uppercase;
  background-color: #333;
}
.shortcodes-content .buttons .sec-black-button {
  margin-top: 20px;
}
.shortcodes-content .buttons .sec-black-button a {
  width: 100%;
  height: 36px;
  border-bottom: 3px solid #1a1a1a;
  display: inline-block;
  color: #ffffff;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1px;
  text-align: center;
  line-height: 36px;
  text-transform: uppercase;
  background-color: #333;
}
.shortcodes-content .buttons .third-black-button {
  margin-top: 20px;
}
.shortcodes-content .buttons .third-black-button a {
  width: 100%;
  height: 36px;
  border-radius: 3px;
  display: inline-block;
  color: #ffffff;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1px;
  text-align: center;
  line-height: 36px;
  text-transform: uppercase;
  background-color: #333;
}
.shortcodes-content .buttons .fourth-black-button {
  margin-top: 20px;
}
.shortcodes-content .buttons .fourth-black-button a {
  width: 100%;
  height: 36px;
  border-radius: 3px;
  border-bottom: 3px solid #1a1a1a;
  display: inline-block;
  color: #ffffff;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1px;
  text-align: center;
  line-height: 36px;
  text-transform: uppercase;
  background-color: #333;
}
.shortcodes-content .alerts .info-alert {
  background-color: #badef4;
  width: 100%;
  height: 40px;
  line-height: 40px;
  border: 1px solid #a4d3f0;
}
.shortcodes-content .alerts .info-alert a {
  font-size: 12px;
  color: #2394d9;
}
.shortcodes-content .alerts .info-alert i {
  margin: 0px 10px 0px 15px;
  color: #369fdf;
}
.shortcodes-content .alerts .warning-alert {
  margin-top: 15px;
  background-color: #f8f1c5;
  width: 100%;
  height: 40px;
  line-height: 40px;
  border: 1px solid #f5ecae;
}
.shortcodes-content .alerts .warning-alert a {
  font-size: 12px;
  color: #d7bd1a;
}
.shortcodes-content .alerts .warning-alert i {
  margin: 0px 10px 0px 15px;
  color: #e8d03c;
}
.shortcodes-content .alerts .error-alert {
  margin-top: 15px;
  background-color: #eeb5ae;
  width: 100%;
  height: 40px;
  line-height: 40px;
  border: 1px solid #eaa299;
}
.shortcodes-content .alerts .error-alert a {
  font-size: 12px;
  color: #d34130;
}
.shortcodes-content .alerts .error-alert i {
  margin: 0px 10px 0px 15px;
  color: #d34130;
}
.shortcodes-content .alerts .success-alert {
  margin-top: 15px;
  background-color: #d0edbf;
  width: 100%;
  height: 40px;
  line-height: 40px;
  border: 1px solid #c1e7ab;
}
.shortcodes-content .alerts .success-alert a {
  font-size: 12px;
  color: #78cb48;
}
.shortcodes-content .alerts .success-alert i {
  margin: 0px 10px 0px 15px;
  color: #78cb48;
}
.shortcodes-content .bars .first-bar {
  width: 100%;
  background-color: #f2f2f2;
}
.shortcodes-content .bars .first-bar a {
  text-transform: uppercase;
  color: #ffffff;
  padding-left: 15px;
  line-height: 25px;
  font-size: 11px;
  font-weight: 300;
  width: 85%;
  background-color: #ffba00;
  display: inline-block;
}
.shortcodes-content .bars .second-bar {
  margin-top: 10px;
  width: 100%;
  background-color: #f2f2f2;
}
.shortcodes-content .bars .second-bar a {
  text-transform: uppercase;
  color: #ffffff;
  padding-left: 15px;
  line-height: 25px;
  font-size: 11px;
  font-weight: 300;
  width: 78%;
  background-color: #ffba00;
  display: inline-block;
}
.shortcodes-content .bars .third-bar {
  margin-top: 10px;
  width: 100%;
  background-color: #f2f2f2;
}
.shortcodes-content .bars .third-bar a {
  text-transform: uppercase;
  color: #ffffff;
  padding-left: 15px;
  line-height: 25px;
  font-size: 11px;
  font-weight: 300;
  width: 60%;
  background-color: #ffba00;
  display: inline-block;
}
.shortcodes-content .bars .fourth-bar {
  margin-top: 10px;
  width: 100%;
  background-color: #f2f2f2;
}
.shortcodes-content .bars .fourth-bar a {
  text-transform: uppercase;
  color: #ffffff;
  padding-left: 15px;
  line-height: 25px;
  font-size: 11px;
  font-weight: 300;
  width: 90%;
  background-color: #ffba00;
  display: inline-block;
}
.sidebar-widgets {
  margin-left: 30px;
}
@media (max-width: 991px) {
  .sidebar-widgets {
    margin-left: 15px;
    margin-right: 15px;
  }
}
.sidebar-widgets .sep-section-heading-1 {
  margin-top: 0px;
  margin-bottom: 30px;
}
.sidebar-widgets .sep-section-heading-1 h2 {
  margin-top: 0px;
  margin-bottom: 5px;
  font-size: 15px;
  color: #272727;
  font-weight: 700;
  text-transform: uppercase;
}
.sidebar-widgets .sep-section-heading {
  margin-top: 60px;
  margin-bottom: 30px;
}
.sidebar-widgets .search-form select {
  cursor: pointer;
  outline: none;
  font-size: 11px;
  color: #333;
  font-weight: 600;
  line-height: 35px;
  width: 100%;
  height: 35px;
  padding-left: 5px;
  border: 1px solid #eeeeee;
  margin-bottom: 15px;
}
@media (max-width: 991px) {
  .sidebar-widgets .search-form select {
    margin-bottom: 15px;
  }
}
.sidebar-widgets .search-form input {
  margin-bottom: 15px;
  outline: none;
  font-size: 11px;
  color: #333;
  font-weight: 600;
  line-height: 35px;
  width: 100%;
  height: 35px;
  padding-left: 10px;
  border: 1px solid #eeeeee;
}
.sidebar-widgets .futured-post {
  margin-bottom: -20px;
}
.sidebar-widgets .futured-post img {
  width: 100%;
  background-size: cover;
  overflow: hidden;
}
.sidebar-widgets .list-content ul {
  padding: 0;
  margin-top: -10px;
  list-style: none;
}
.sidebar-widgets .list-content ul li {
  display: block;
  margin-bottom: 10px;
}
.sidebar-widgets .list-content ul li span {
  margin-right: 10px;
  width: 6px;
  height: 6px;
  background-color: #ffba00;
  display: inline-block;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.sidebar-widgets .list-content ul li a {
  font-size: 13px;
  color: #333;
}
.sidebar-widgets .list-content ul li a:hover {
  color: #ffba00;
  transition: all 0.5s;
}
.sidebar-widgets .list-content ul li em {
  font-weight: 600;
  margin-left: 30px;
  font-style: normal;
}
.sidebar-widgets .list-content ul li:last-child {
  margin-bottom: -10px;
}
.sidebar-widgets .latest-posts ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.sidebar-widgets .latest-posts ul li {
  display: block;
  margin-bottom: 20px;
}
.sidebar-widgets .latest-posts ul li .recent-item img {
  float: left;
}
.sidebar-widgets .latest-posts ul li .recent-item h4 {
  margin-left: 95px;
  font-size: 15px;
  font-weight: 400;
  margin-bottom: 5px;
}
.sidebar-widgets .latest-posts ul li .recent-item h4:hover {
  color: #ffba00;
  transition: all 0.5s;
}
.sidebar-widgets .latest-posts ul li .recent-item span {
  margin-left: 15px;
  font-size: 14px;
  color: #18428c;
}
.sidebar-widgets .latest-posts ul li .recent-item em {
  display: block;
  margin-top: 18px;
  margin-left: 95px;
  font-style: normal;
  font-size: 11px;
  text-transform: uppercase;
  color: #333;
  margin-bottom: 0px;
  padding-bottom: 0px;
}
@media (max-width: 991px) {
  .sidebar-widgets .flickr-feed {
    padding: 20px;
  }
}
.sidebar-widgets .flickr-feed ul {
  padding: 0;
  margin: 0;
}
.sidebar-widgets .flickr-feed ul li {
  list-style: none;
  display: inline-block;
  margin-right: 6px;
  margin-bottom: 6px;
}
.section-heading {
  margin-top: 80px;
  margin-bottom: 60px;
}
.section-heading i {
  float: left;
  width: 46px;
  height: 46px;
  display: inline-block;
  text-align: center;
  line-height: 46px;
  background-color: #000;
  color: #ffffff;
  margin-right: 10px;
  font-size: 16px;
}
.section-heading h2 {
  margin-top: 0px;
  margin-bottom: 5px;
  font-size: 15px;
  color: #272727;
  font-weight: 700;
  text-transform: uppercase;
}
.section-heading span {
  font-family: 'georgia', serif;
  font-size: 13px;
  font-style: italic;
  color: #333;
}
.sep-section-heading {
  margin-top: 30px;
  margin-bottom: 40px;
}
.sep-section-heading h2 {
  margin-top: 0px;
  margin-bottom: 5px;
  font-size: 15px;
  color: #272727;
  font-weight: 700;
  text-transform: uppercase;
}
.page-heading {
  background-image: url(../images/heading-bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  padding: 260px 0px 0px 0px;
  margin-bottom: 120px;
}
.page-heading .heading-content-bg {
  margin-bottom: -50px;
  z-index: 999;
  position: relative;
  background-color: #ffffff;
  padding: 30px;
  width: 100%;
  box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.2);
}
@media (max-width: 991px) {
  .page-heading .heading-content-bg .heading-content {
    text-align: center;
  }
}
.page-heading .heading-content-bg .heading-content h2 {
  margin-top: 0px;
  margin-bottom: 5px;
  font-size: 18px;
  color: #272727;
  font-weight: 700;
  text-transform: uppercase;
}
@media (max-width: 991px) {
  .page-heading .heading-content-bg .heading-content h2 {
    margin-bottom: 10px;
  }
}
.page-heading .heading-content-bg .heading-content span {
  font-family: 'georgia', serif;
  font-size: 13px;
  font-style: italic;
  color: #333;
}
.page-heading .heading-content-bg .go-back {
  text-align: right;
  margin-top: 12px;
}
@media (max-width: 991px) {
  .page-heading .heading-content-bg .go-back {
    text-align: center;
    margin-top: 20px;
  }
}
.page-heading .heading-content-bg .go-back p {
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
}
.page-heading .heading-content-bg .go-back p a {
  color: #4a4a4a;
}
.page-heading .heading-content-bg .go-back p em {
  color: #333;
  font-style: normal;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #272727;
}
h1 {
  font-size: 50px;
}
h2 {
  font-size: 42px;
}
h3 {
  font-size: 20px;
  color: #272727;
  line-height: 28px;
}
h4 {
  font-size: 30px;
  color: #272727;
  font-weight: 300;
}
h5 {
  font-size: 20px;
}
h6 {
  font-size: 14px;
}
.first-line {
  font-size: 18px;
  text-transform: uppercase;
  letter-spacing: 0px!important;
  padding: 10px 15px!important;
  font-weight: 700;
  color: #18428c;
  background-color: rgba(250, 250, 250, 0.6);
  line-height: normal!important;
}
@media (max-width: 991px) {
  .first-line {
    margin-top: -12px !important;
  }
}
.second-line {
  font-size: 36px;
  text-transform: uppercase;
  letter-spacing: 0px!important;
  padding: 8px 15px!important;
  font-weight: 600;
  color: #ffffff;
  background-color: rgba(0, 0, 0, 0.5);
  line-height: normal!important;
}
.second-line em {
  font-size: 36px;
  color: red;
  font-style: normal;
}
.slider ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.slider .tp-caption {
  visibility: hidden;
  opacity: 0;
}
.tp-bullets {
  z-index: 1!important;
}
/*
 * jQuery car-flexslider v2.5.0
 * http://www.woothemes.com/car-flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 and later license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 * 
 */
/* ====================================================================================================================
 * FONT-FACE
 * ====================================================================================================================*/
@font-face {
  font-family: 'car-flexslider-icon';
  src: url('fonts/car-flexslider-icon.eot');
  src: url('fonts/car-flexslider-icon.eot?#iefix') format('embedded-opentype'), url('fonts/car-flexslider-icon.woff') format('woff'), url('fonts/car-flexslider-icon.ttf') format('truetype'), url('fonts/car-flexslider-icon.svg#car-flexslider-icon') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* ====================================================================================================================
 * RESETS
 * ====================================================================================================================*/
.flex-container a:hover,
.flex-slider a:hover,
.flex-container a:focus,
.flex-slider a:focus {
  outline: none;
}
.slides,
.slides > li,
.flex-control-nav,
.flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none;
}
.flex-pauseplay span {
  text-transform: capitalize;
}
/* ====================================================================================================================
 * BASE STYLES
 * ====================================================================================================================*/
.car-flexslider {
  margin: 0;
  padding: 0;
}
.car-flexslider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden;
  cursor: pointer;
}
.car-flexslider .slides img {
  width: 100%;
  display: block;
}
.car-flexslider .slides:after {
  content: "\0020";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
html[xmlns] .car-flexslider .slides {
  display: block;
}
* html .car-flexslider .slides {
  height: 1%;
}
.no-js .car-flexslider .slides > li:first-child {
  display: block;
}
/* ====================================================================================================================
 * DEFAULT THEME
 * ====================================================================================================================*/
.car-flexslider {
  margin: 0 0 0px;
  background: transparent;
  position: relative;
  zoom: 1;
}
.car-flexslider .slides {
  zoom: 1;
}
.car-flexslider .slides img {
  height: auto;
}
.flex-viewport {
  max-height: 2000px;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
.loading .flex-viewport {
  max-height: 300px;
}
#car-carousel .slides li {
  margin: 24px 12px;
  cursor: pointer;
  opacity: .7;
}
#car-carousel .slides li:hover {
  opacity: 1;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
.flex-direction-nav {
  *height: 0;
}
.flex-direction-nav a {
  text-decoration: none;
  display: block;
  width: 40px;
  height: 40px;
  margin: -20px 0 0;
  position: absolute;
  top: 50%;
  z-index: 10;
  overflow: hidden;
  opacity: 0;
  cursor: pointer;
  color: rgba(0, 0, 0, 0.8);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.flex-direction-nav a:before {
  font-family: "FontAwesome";
  font-size: 40px;
  display: inline-block;
  content: '\f001';
  color: rgba(0, 0, 0, 0.8);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
}
.flex-direction-nav a.flex-next:before {
  content: '\f002';
}
.flex-direction-nav .flex-prev {
  left: -50px;
}
.flex-direction-nav .flex-next {
  right: -50px;
  text-align: right;
}
.car-flexslider:hover .flex-direction-nav .flex-prev {
  opacity: 0.7;
  left: 10px;
}
.car-flexslider:hover .flex-direction-nav .flex-prev:hover {
  opacity: 1;
}
.car-flexslider:hover .flex-direction-nav .flex-next {
  opacity: 0.7;
  right: 10px;
}
.car-flexslider:hover .flex-direction-nav .flex-next:hover {
  opacity: 1;
}
.flex-direction-nav .flex-disabled {
  opacity: 0!important;
  filter: alpha(opacity=0);
  cursor: default;
}
.flex-pauseplay a {
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  bottom: 5px;
  left: 10px;
  opacity: 0.8;
  z-index: 10;
  overflow: hidden;
  cursor: pointer;
  color: #000;
}
.flex-pauseplay a:before {
  font-family: "car-flexslider-icon";
  font-size: 20px;
  display: inline-block;
  content: '\f004';
}
.flex-pauseplay a:hover {
  opacity: 1;
}
.flex-pauseplay a.flex-play:before {
  content: '\f003';
}
.flex-control-nav {
  width: 100%;
  position: relative;
  top: -260px;
  text-align: right;
}
@media (max-width: 991px) {
  .flex-control-nav {
    display: none;
  }
}
.flex-control-nav li {
  margin-left: 8px;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.flex-control-paging li a {
  width: 14px;
  height: 14px;
  border: 2px solid #ffba00;
  color: transparent;
  display: inline-block;
  cursor: pointer;
}
.slide-caption {
  text-align: left;
  padding-left: 15px;
  margin-left: 15px;
  position: absolute;
  width: 7.6%;
  margin-top: -85px;
  background-color: rgba(250, 250, 250, 0.75);
}
.slide-caption h6 {
  font-size: 14px;
  margin: 15px 0px 5px 0px;
}
.slide-caption p {
  padding-bottom: 15px;
  line-height: 0px;
  margin-top: 15px;
  color: #18428c;
  font-weight: 700;
}
.flex-control-paging li a:hover {
  background: #18428c;
  opacity: 0.7;
  transition: all 0.5s;
}
.flex-control-paging li a.flex-active {
  background-color: #18428c;
  cursor: default;
}
.flex-control-thumbs {
  margin: 5px 0 0;
  position: static;
  overflow: hidden;
}
.flex-control-thumbs li {
  width: 25%;
  float: left;
  margin: 0;
}
.flex-control-thumbs img {
  width: 100%;
  height: auto;
  display: block;
  opacity: 0.7;
  cursor: pointer;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
.flex-control-thumbs img:hover {
  opacity: 1;
}
.flex-control-thumbs .flex-active {
  opacity: 1;
  cursor: default;
}
/* ====================================================================================================================
 * RESPONSIVE
 * ====================================================================================================================*/
@media screen and (max-width: 860px) {
  .flex-direction-nav .flex-prev {
    opacity: 1;
    left: 10px;
  }
  .flex-direction-nav .flex-next {
    opacity: 1;
    right: 10px;
  }
}
.services {
  background-color: #f2f2f2;
  padding-bottom: 120px;
}
@media (max-width: 991px) {
  .services {
    padding-bottom: 20px;
  }
}
.services .services-content {
  margin-top: 180px;
}
.services .services-content .service-item {
  background-color: #ffffff;
  display: inline-block;
  width: 100%!important;
  padding: 10px;
}
@media (max-width: 991px) {
  .services .services-content .service-item {
    margin-bottom: 120px;
  }
}
.services .services-content .service-item img {
  margin-top: -100px;
  width: 100%;
  overflow: hidden;
  background-size: cover;
}
.services .services-content .service-item .service-baner {
  text-align: center;
  margin-top: -20px;
}
.services .services-content .service-item .service-baner a {
  color: #ffffff;
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
  background-color: red;
  width: 126px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  display: inline-block;
}
.services .services-content .service-item p {
  margin-top: 15px;
  text-align: center;
}
.services .services-content .service-item .primary-button {
  text-align: center;
  margin-top: 15px;
  padding-bottom: 10px;
}
@media (max-width: 991px) {
  .services-second .service-item {
    margin-bottom: 60px;
  }
}
.services-second .service-item i {
  float: left;
  font-size: 36px;
  color: #18428c;
  width: 40px;
  height: 40px;
  background-color: transparent;
  display: inline-block;
  text-align: center;
  line-height: 40px;
}
.services-second .service-item .text-content {
  display: block;
}
.services-second .service-item .text-content h6 {
  margin-left: 50px;
  margin-bottom: 0px;
}
.services-second .service-item .text-content span {
  margin-left: 10px;
  font-size: 12px;
  font-weight: 400;
  color: #333;
}
.services-second .service-item .text-content .line-dec-second {
  margin: 10px 50px;
}
.services-second .service-item .text-content p {
  margin-left: 23px;
  border-left: 2px solid #222222;
  padding-left: 27px;
}
.more-about-us {
  margin-top: 80px;
}
.more-about-us img {
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
}
.more-about-us .right-content {
  margin-top: 20px;
}
.more-about-us .right-content span {
  font-size: 12px;
  font-weight: 400;
  color: #333;
}
.more-about-us .right-content h4 {
  font-size: 22px;
  font-weight: 400;
  margin: 5px 0px;
}
.more-about-us .right-content p {
  margin-top: 25px;
}
.our-clients {
  padding-bottom: 15px;
}
.our-clients .sep-section-heading {
  text-align: center;
  margin-top: 80px;
  margin-bottom: 40px;
}
.our-clients .item {
  margin-bottom: 20px;
  text-align: center;
}
.call-to-action .call-to-action-content {
  background-color: #18428c;
  margin-top: -60px;
  padding: 40px;
}
@media (max-width: 991px) {
  .call-to-action .call-to-action-content {
    text-align: center;
  }
}
.call-to-action .call-to-action-content p {
  margin-top: 5px;
  float: left;
  font-size: 16px;
  color: #ffffff;
}
@media (max-width: 991px) {
  .call-to-action .call-to-action-content p {
    padding-bottom: 20px;
  }
}
.call-to-action .call-to-action-content p em {
  font-style: normal;
  color: #ffba00;
  font-weight: 600;
}
.testimonials {
  background-color: #f2f2f2;
  margin-top: 60px;
}
.testimonials .item {
  text-align: center;
  padding-bottom: 40px;
}
.testimonials .item ul {
  padding: 0;
  margin-top: 50px;
  list-style: none;
}
.testimonials .item ul li {
  display: inline-block;
  color: #ffba00;
}
.testimonials .item ul li:last-child {
  color: #ddd;
}
.testimonials .item p {
  margin-top: 25px;
  font-size: 18px;
  font-style: italic;
  font-family: 'georgia', serif;
  line-height: 32px;
}
.testimonials .item em {
  font-size: 24px;
  color: #333;
  font-family: 'georgia', serif;
}
.testimonials .item img {
  margin-top: 30px;
  border-radius: 50%;
}
.testimonials .item h4 {
  margin-top: 20px;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
}
.testimonials .item .line-dec {
  margin-top: 15px;
  width: 40px;
  height: 2px;
  background-color: #ddd;
  margin-left: auto;
  margin-right: auto;
}
.testimonials .item .line-dec2 {
  margin-top: 10px;
  margin-bottom: 5px;
  width: 30px;
  height: 1px;
  background-color: #ddd;
  margin-left: auto;
  margin-right: auto;
}
.testimonials .item span {
  font-size: 12px;
  font-weight: 700;
  color: #aaa;
}
.owl-pagination {
  background-color: #18428c;
  width: 120px;
  height: 34px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 50px;
}
.owl-theme .owl-controls .owl-page span {
  border-radius: 0px!important;
  margin-top: 12px!important;
  border: 1px solid #ffffff !important;
}
.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span {
  border: 4px solid rgba(250, 250, 250, 0.75) !important;
}
@media (max-width: 991px) {
  .primary-button {
    text-align: center;
  }
}
.primary-button a {
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  height: 35px;
  display: inline-block;
  line-height: 35px;
  text-align: center;
  letter-spacing: 1px;
  color: #ffffff;
  width: 110px;
  background-color: #18428c;
}
.secondary-button a {
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  height: 35px;
  display: inline-block;
  line-height: 35px;
  text-align: center;
  letter-spacing: 1px;
  color: #ffffff;
  width: 110px;
  background-color: #ffba00;
}
.white-button {
  float: right;
}
@media (max-width: 991px) {
  .white-button {
    text-align: center;
    float: none;
  }
}
.white-button a {
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  height: 35px;
  display: inline-block;
  line-height: 35px;
  text-align: center;
  letter-spacing: 1px;
  color: #ffffff;
  width: 110px;
  background-color: #ffba00;
}
.go-top {
  width: 40px!important;
  height: 40px!important;
  line-height: 40px!important;
  font-size: 14px!important;
  background-color: rgba(255, 186, 0, 0.9) !important;
  color: #ffffff !important;
}
.search-section {
  background-color: #f2f2f2;
}
.search-section .search-content {
  z-index: 999;
  position: relative;
  margin-top: -9%;
  background-color: #ffffff;
  padding: 30px;
  width: 100%;
  box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.2);
}
.search-section .search-content .search-heading i {
  float: left;
  width: 46px;
  height: 46px;
  display: inline-block;
  text-align: center;
  line-height: 46px;
  background-color: #E80029;
  color: #ffffff;
  margin-right: 10px;
  font-size: 16px;
}
.search-section .search-content .search-heading h2 {
  margin-top: 0px;
  margin-bottom: 5px;
  font-size: 15px;
  color: #272727;
  font-weight: 700;
  text-transform: uppercase;
}
.search-section .search-content .search-heading span {
  font-family: 'georgia', serif;
  font-size: 13px;
  font-style: italic;
  color: #333;
}
.search-section .search-content .search-form {
  margin-top: 40px;
}
.search-section .search-content .search-form select {
  cursor: pointer;
  outline: none;
  font-size: 11px;
  color: #333;
  font-weight: 600;
  line-height: 35px;
  width: 100%;
  height: 35px;
  padding-left: 5px;
  border: 1px solid #222222;
}
@media (max-width: 991px) {
  .search-section .search-content .search-form select {
    margin-bottom: 15px;
  }
}
.blury-bg {
  background-image: url(../images/blury-bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  padding: 80px 0px;
  margin-bottom: -80px;
}
@media (max-width: 991px) {
  .blury-bg {
    padding: 80px 0px 65px 0px;
  }
}
.blury-bg .info-item {
  background-color: rgba(0, 0, 0, 0.4);
  padding: 15px;
  height: 110px;
}
@media (max-width: 991px) {
  .blury-bg .info-item {
    margin-bottom: 15px;
    height: 90px;
  }
}
.blury-bg i {
  float: left;
  width: 80px;
  height: 80px;
  background-color: #ffba00;
  color: #ffffff;
  font-size: 22px;
  text-align: center;
  line-height: 80px;
}
@media (max-width: 991px) {
  .blury-bg i {
    width: 60px;
    height: 60px;
    line-height: 60px;
  }
}
.blury-bg h4 {
  font-size: 13px;
  font-weight: 700;
  color: #ffffff;
  text-transform: capitalize;
  margin-left: 95px;
  letter-spacing: 0.5px;
}
@media (max-width: 991px) {
  .blury-bg h4 {
    margin-left: 75px;
    margin-top: 3px;
  }
}
.blury-bg .line-dec {
  width: 30px;
  height: 2px;
  background-color: #ffffff;
  margin: 13px 0px 8px 95px;
}
@media (max-width: 991px) {
  .blury-bg .line-dec {
    margin: 10px 0px 8px 75px;
  }
}
.blury-bg span {
  font-size: 15px;
  color: #ffffff;
  font-weight: 700;
  margin-left: 95px;
  display: block;
}
@media (max-width: 991px) {
  .blury-bg span {
    margin-left: 75px;
  }
}
.line-dec-second {
  width: 28px;
  height: 3px;
  background-color: #ffba00;
}
.line-dec-third {
  margin-top: 25px;
  width: 120px;
  height: 2px;
  background-color: #222222;
}
.pagination-content ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.pagination-content ul li {
  width: 40px;
  height: 40px;
  display: inline-block;
  text-align: center;
  line-height: 40px;
  background-color: #18428c;
}
.pagination-content ul li a {
  color: #ffffff;
  font-size: 12px;
  font-weight: 700;
}
.pagination-content ul li i {
  font-size: 14px;
}
.pagination-content ul li:first-child {
  background-color: #ffba00;
}
/* 
 * 	Core Owl Carousel CSS File
 *	v1.3.3
 */
/* clearfix */
.owl-carousel .owl-wrapper:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
/* display none until init */
.owl-carousel {
  display: none;
  position: relative;
  width: 100%;
  -ms-touch-action: pan-y;
}
.owl-carousel .owl-wrapper {
  display: none;
  position: relative;
  -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper-outer {
  overflow: hidden;
  position: relative;
  width: 100%;
}
.owl-carousel .owl-wrapper-outer.autoHeight {
  -webkit-transition: height 500ms ease-in-out;
  -moz-transition: height 500ms ease-in-out;
  -ms-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}
.owl-carousel .owl-item {
  float: left;
}
.owl-controls {
  width: 100%;
  text-align: center;
}
.owl-theme .owl-controls .owl-page {
  cursor: pointer;
  display: inline-block;
  zoom: 1;
  *display: inline;
  /*IE7 life-saver */
}
.owl-theme .owl-controls .owl-page span {
  display: block;
  width: 12px;
  height: 12px;
  margin: 0px 5px;
  filter: alpha(opacity=50);
  /*IE7 fix*/
  opacity: 0.5;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  background: transparent;
  border: 2px solid #888;
}
.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span {
  filter: alpha(opacity=100);
  /*IE7 fix*/
  opacity: 1;
  display: inline-block;
}
.owl-controls {
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
/* mouse grab icon */
.grabbing {
  cursor: url(grabbing.png) 8 8, move;
}
/* fix */
.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}
.go-top {
  display: inline-block;
  height: 40px;
  width: 40px;
  line-height: 40px;
  position: fixed;
  bottom: 60px;
  right: 10px;
  z-index: 77;
  font-size: 18px;
  text-align: center;
  background: #1d1d1d;
  color: #fff !important;
  overflow: hidden;
  visibility: hidden;
  opacity: 0;
}
.go-top.go-top-visible {
  /* the button becomes visible */
  visibility: visible;
  opacity: 1;
}
.go-top.go-topfade-out {
  opacity: 1;
}
@media (max-width: 991px) {
  .go-top {
    right: 20px;
    bottom: 20px;
  }
}
@media (min-width: 992px) {
  .go-top {
    height: 60px;
    width: 60px;
    line-height: 60px;
    right: 30px;
    bottom: 60px;
  }
}
.nano {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.nano .content {
  position: absolute;
  overflow: scroll;
  overflow-x: hidden;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 0;
}
.nano .content:focus {
  outline: 0;
}
.nano .content::-webkit-scrollbar {
  visibility: hidden;
}
.has-scrollbar .content::-webkit-scrollbar {
  visibility: visible;
}
.nano .pane {
  position: absolute;
  width: 3px;
  right: 0;
  top: 0;
  bottom: 0;
  visibility: hidden\9;
  /* Target only IE7 and IE8 with this hack */
  opacity: 0.01;
  -webkit-transition: .2s;
  -moz-transition: .2s;
  -o-transition: .2s;
  transition: .2s;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
.nano .pane .slider {
  background: #fff;
  background: rgba(255, 255, 255, 0.5);
  position: relative;
  margin: 0 1px;
  -moz-border-radius: 1px;
  -webkit-border-radius: 1px;
  border-radius: 1px;
}
.nano:hover .pane,
.pane.active,
.pane.flashed {
  opacity: 0.99;
}
.nano {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.nano .content {
  position: absolute;
  overflow: scroll;
  overflow-x: hidden;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 0;
}
/*
 * jQuery FlexSlider v2.4.0
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 and later license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 * 
 */
/* ====================================================================================================================
 * FONT-FACE
 * ====================================================================================================================*/
@font-face {
  font-family: 'flexslider-icon';
  src: url('../fonts/flexslider-icon.eot');
  src: url('../fonts/flexslider-icon.eot?#iefix') format('embedded-opentype'), url('../fonts/flexslider-icon.woff') format('woff'), url('../fonts/flexslider-icon.ttf') format('truetype'), url('../fonts/flexslider-icon.svg#flexslider-icon') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* ====================================================================================================================
 * RESETS
 * ====================================================================================================================*/
.flex-container a:hover,
.flex-slider a:hover,
.flex-container a:focus,
.flex-slider a:focus {
  outline: none;
}
.slides,
.slides > li,
.flex-control-nav,
.flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none;
}
.flex-pauseplay span {
  text-transform: capitalize;
}
/* ====================================================================================================================
 * BASE STYLES
 * ====================================================================================================================*/
.flexslider {
  margin: 0;
  padding: 0;
}
.flexslider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden;
}
.flexslider .slides img {
  width: 100%;
  display: block;
}
.flexslider .slides:after {
  content: "\0020";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
html[xmlns] .flexslider .slides {
  display: block;
}
* html .flexslider .slides {
  height: 1%;
}
.no-js .flexslider .slides > li:first-child {
  display: block;
}
/* ====================================================================================================================
 * RESPONSIVE
 * ====================================================================================================================*/
@media screen and (max-width: 860px) {
  .flex-direction-nav .flex-prev {
    opacity: 1;
    left: 10px;
  }
  .flex-direction-nav .flex-next {
    opacity: 1;
    right: 10px;
  }
}

/*espaçamento */

.section-padding {
    padding: 10px 0;
}
#margem{
    margin-top:50px;
}

/*checkbox*/

input[type=checkbox]:checked + label:before {
    
    text-shadow: 1px 1px 1px rgba(0, 0, 0, .2);
    font-size: 30px;
    color: #dc143c;
    text-align: center;
    line-height: 1px;
}
