@font-face {
  font-family: 'icomoon';
  src:url('fonts/icomoon.eot?3p0rtw');
  src:url('fonts/icomoon.eot?#iefix3p0rtw') format('embedded-opentype'),
    url('fonts/icomoon.woff?3p0rtw') format('woff'),
    url('fonts/icomoon.ttf?3p0rtw') format('truetype'),
    url('fonts/icomoon.svg?3p0rtw#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}


/*=============================================
=            [01] Theme Default CSS           =
=============================================*/
html,
body {
  height: 100%;
  font-family: 'Lato', sans-serif;
  font-size: 15px;
  line-height: 1.5;
  font-weight: 400;
  vertical-align: baseline;
  background: #ffffff;
  color: #444444;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Lato', sans-serif;
  color: #222222;
  margin-top: 0;
  margin-bottom: 20px;
  line-height: 1.4;
}
h1 {
  font-size: 48px;
}
h2 {
  font-size: 30px;
}
h3 {
  font-size: 22px;
}
h4 {
  font-size: 18px;
}
p {
  line-height: 1.6;
  margin: 0 0 20px 0;
}
a {
  text-decoration: none;
}
a:active,
a:hover,
a:focus {
  text-decoration: none;
}
a:active,
a:hover,
a:focus {
  outline: 0 none;
}
img {
  max-width: 100%;
  height: auto;
}
ul {
  list-style: outside none none;
  margin: 0;
  padding: 0;
}
.fi-clear:after {
  clear: both;
  content: "";
  display: block;
}
.row.no-gutter > [class^="col-"],
.row.no-gutter > [class*=" col-"] {
  padding-right: 0;
  padding-left: 0;
}
#wrapper {
  overflow: hidden;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.bg-primary {
  background: #cb011b;
}
.bg-accent {
  background: #f5f5f5;
}
.bg-primaryText {
  background: #222222;
}
.bg-textPrimary {
  background: #ffffff;
}
.overlay-default {
  position: relative;
  z-index: 1;
}
.overlay-default:after {
  background: rgba(0, 0, 0, 0.8);
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  z-index: -1;
}
.overlay-dark {
  position: relative;
  z-index: 1;
}
.overlay-dark:after {
  background: rgba(3, 23, 34, 0.9);
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  z-index: -1;
}
.ghost-btn {
  background: transparent;
  border: 2px solid #cb011b;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
  color: #222222;
  display: inline-block;
  font-weight: 600;
  padding: 14px 30px;
  text-transform: uppercase;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.ghost-btn:hover {
  background: #cb011b;
  color: #ffffff;
}
.btn-default {
  background: transparent;
  border: 2px solid #ffffff;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  margin-top: 8px;
  padding: 16px 30px;
  text-transform: uppercase;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.btn-default:hover {
  background: #ffffff;
  color: #cb011b;
}
.btn-default i {
  font-size: 18px;
  padding-left: 12px;
}
.btn-default-black {
  background: #222222;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
  color: #ffffff;
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
  margin-top: 10px;
  padding: 12px 20px;
  text-transform: uppercase;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.btn-default-black:hover {
  background: #cb011b;
  color: #ffffff;
}
.btn-default-black i {
  font-size: 14px;
  padding-left: 10px;
}
.btn-default-big {
  background: #cb011b;
  border: 2px solid #ffffff;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
  color: #ffffff;
  display: inline-block;
  font-size: 16px;
  font-weight: 600;
  margin-top: 8px;
  padding: 16px 30px;
  text-transform: uppercase;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.btn-default-big:hover {
  background: #a51c2d;
  color: #ffffff;
}
.btn-default-big i {
  font-size: 16px;
  padding-left: 12px;
}
.arrow-left-right.owl-theme .owl-controls .owl-nav {
  position: inherit;
}
.arrow-left-right.owl-theme .owl-controls .owl-nav > div {
  position: absolute;
  bottom: 50%;
  -webkit-transform: translateY(50%);
  -moz-transform: translateY(50%);
  -ms-transform: translateY(50%);
  -o-transform: translateY(50%);
  transform: translateY(50%);
}
.arrow-left-right.owl-theme .owl-controls .owl-nav .owl-prev {
  left: -50px;
}
.arrow-left-right.owl-theme .owl-controls .owl-nav .owl-next {
  right: -50px;
}
.owl-theme .owl-controls .owl-nav {
  position: absolute;
  top: -104px;
  right: -5px;
  margin-top: 0px;
}
.owl-theme .owl-controls .owl-nav > div {
  background: transparent;
  border: 1px solid rgb(0,179,240);
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  padding: 12px;
  line-height: 1;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.owl-theme .owl-controls .owl-nav > div i {
  color: rgb(0,179,240);
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.owl-theme .owl-controls .owl-nav > div:hover {
  background: rgb(0,179,240);
  border: 1px solid rgb(0,179,240);
}
.owl-theme .owl-controls .owl-nav > div:hover i {
  color: #ffffff;
}
.owl-theme .owl-controls .owl-dots {
  margin-top: 20px;
}
.owl-theme .owl-controls .owl-dots .owl-dot span {
  height: 14px;
  width: 14px;
}
.owl-theme .owl-controls .owl-dots .owl-dot.active span,
.owl-theme .owl-controls .owl-dots .owl-dot:hover span {
  background: #1293d4;
}
.section-title {
  margin-bottom: 10px;
  margin-top: 30px;
}
.section-title h2 {
  position: relative;
  padding-bottom: 15px;
  font-size:25px;
}
.section-title h2:before {
  background: #008081;
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  margin: 0 auto;
  height: 4px;
  width: 60px;
}
.section-title p {
  font-weight: 600;
  margin: 0 auto;
  width: 55%;
}
.section-title-center {
  text-align: center;
}
.section-title-center h2 {
  font-size: 36px;
  margin-bottom: 30px;
}
.section-title-center h2:after {
  right: 0;
}
.title-bar {
  position: relative;
  padding-bottom: 15px;
  margin-bottom: 30px;
}
.title-bar:after {
  background: #cb011b;
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  margin: 0 auto;
  height: 4px;
  width: 50px;
}
.pagination li a {
  background: #f5f5f5;
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  color: #222222;
  font-weight: 600;
  font-size: 18px;
  margin-right: 5px;
  padding: 8px 18px;
  -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;
  transition: all 0.3s ease-out;
}
.pagination li a:hover {
  background: #222222;
  color: #ffffff;
}
.pagination li.active a {
  background: #222222;
  color: #ffffff;
}
.pagination li.active a:hover {
  background: #222222;
}
.pagination li:first-child a {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
}
.pagination li:last-child a {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  margin-right: 0;
}
blockquote {
  background: #f5f5f5;
  border: none;
  color: #8f8e8e;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  font-size: 18px;
  font-style: italic;
  margin: 30px 0;
  padding: 40px;
}
blockquote:before {
  font-family: 'FontAwesome';
  content: "\f10d";
  color: #cb011b;
  font-size: 30px;
  padding-right: 25px;
}
/*=====  End of Theme Default CSS   ======*/
/*=========================================
=             [02] Top bar css            =
==========================================*/
.header-top-bar {
  background: #3a526a;
  padding: 8px 0;
  -webkit-transition: all 1s ease-out;
  -moz-transition: all 1s ease-out;
  -ms-transition: all 1s ease-out;
  -o-transition: all 1s ease-out;
  transition: all 1s ease-out;
}
.header-top-bar .top-address ul li {
  display: inline-block;
  color: #fff;
  font-size: 14px;
  margin-right: 25px;
}
.header-top-bar .top-address ul li span {
  color: #fff;
  font-size: 18px;
  padding-right: 10px;
}
.header-top-bar .top-address ul li:last-child {
  margin-right: 0;
}
.header-top-bar .top-social-link ul {
  text-align: right;
}
.header-top-bar .top-social-link ul li {
  display: inline-block;
  padding-left: 0px;
}
.header-top-bar .top-social-link ul li:last-child {
  padding-left: 0;
}
.header-top-bar .top-social-link ul li a {
  /*color: #d9d9d9;*/
  color: #fff;
}
.header-top-bar .top-social-link ul li a:hover {
  /*color: #cb011b;*/
  color: rgb(0,179,240);
}
/*=======  End of Top bar css  ========*/
/*======================================
=           [03] Stick Menu css        =
======================================*/
.header-fixed {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  z-index: 9999;
}
.stick {
  position: fixed;
  z-index: 999999;
  width: 100%;
  top: 0;
  left: 0;
  border-bottom: 2px solid #cb011b;
}
.stick .logo-area {
  height: 70px;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.stick .main-menu-area nav > ul > li > a {
  line-height: 70px;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.menu-two-style.stick {
  border-bottom: none;
}
.menu-two-style.stick .container .menu-full {
  position: inherit;
  top: 0;
}
.menu-two-style.stick:before {
  background: #cb011b;
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  height: 100%;
  width: 50%;
}
.menu-two-style.stick:after {
  background: #222222;
  position: absolute;
  content: "";
  right: 0;
  top: 0;
  height: 100%;
  width: 50%;
}
.header-three-style .header-area.stick {
  background: rgba(255, 255, 255, 0.95);
}
.header-five-style .header-area.stick {
  background: rgba(3, 23, 34, 0.9);
}
.mean-container .mean-bar {
  background: transparent;
  position: fixed;
  top: 0;
  padding: 0;
  float: none;
}
.mean-container .mean-bar a.logo-mobile-menu {
  background-color: rgba(255, 255, 255, 0.95);
  box-sizing: border-box;
  width: 100%;
}
.mean-container .mean-bar a {
  display: inline-block;
  padding: 14px 15px;
}
.mean-container .mean-bar .mean-nav {
  background: transparent;
}
.mean-container .mean-bar a.meanmenu-reveal {
  position: absolute;
  top: 3px;
}
/*=====  End of Stick Menu css  ======*/
/*======================================
=             [04] Header css          =
=======================================*/
.header-area {
  background: none;
  -webkit-transition: all 1s ease-out;
  -moz-transition: all 1s ease-out;
  -ms-transition: all 1s ease-out;
  -o-transition: all 1s ease-out;
  transition: all 1s ease-out;
  position: absolute;
  top:0px;
  left:0px;
  z-index: 100;
}
.header-address {
  margin-top: 30px;
  text-align: right;
}
.header-address li {
  display: inline-block;
  font-size: 18px;
  font-weight: 600;
  color: #222222;
  padding: 0 20px;
}
.header-address li span {
  display: block;
  color: #444444;
  font-size: 14px;
  font-weight: 400;
  padding-left: 27px;
}
.header-address li i {
  color: #cb011b;
  padding-right: 10px;
  width: 25px;
}
.header-address li:last-child {
  padding-right: 0;
}
.header-two-style .logo-area {
  height: 110px;
}
.header-two-style .nav-top-right > li {
  height: 110px;
}
.header-two-style .header-area {
  margin-bottom: 30px;
}
.header-three-style .container-fluid {
  padding-left: 70px;
  padding-right: 70px;
}
.header-three-style .header-area {
  background: rgba(255, 255, 255, 0.5);
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.05);
}
.header-four-style .logo-area {
  height: 110px;
}
.header-four-style .nav-top-right > li {
  height: 110px;
}
.header-five-style .header-area {
  background: transparent;
  box-shadow: none;
}
.header-six-style .container-fluid {
  padding-left: 70px;
  padding-right: 70px;
}
.header-six-style .main-menu-area nav {
  text-align: center;
}
/*=======  End of Header css  ========*/
/*=====================================
=          [05] Main menu css         =
======================================*/
.logo-area {
  height: 90px;
  display: table;
}
.logo-area a {
  display: table-cell;
  vertical-align: middle;
}
.main-menu-area nav {
  font-family: 'Lato', sans-serif;
  text-align: right;
}
.main-menu-area nav > ul > li {
  display: inline-block;
  position: relative;
  text-align: left;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.main-menu-area nav > ul > li > a {
  color: #222222;
  display: inline-block;
  font-size: 15px;
  font-weight: 500;
  padding: 0 18px;
  line-height: 90px;
  text-transform: uppercase;
}
.main-menu-area nav > ul > li.current a {
  /*color: #cb011b;*/
  color:rgb(0,179,240);
}
.main-menu-area nav > ul > li:hover ul.rt-dropdown-menu {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}
.main-menu-area nav > ul > li ul.rt-dropdown-menu {
  background: #cb011b;
  box-shadow: none;
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  opacity: 0;
  margin: 0;
  min-width: 240px;
  padding: 0;
  top: 100%;
  position: absolute;
  visibility: hidden;
  -webkit-transform: translateY(100px);
  -moz-transform: translateY(100px);
  -ms-transform: translateY(100px);
  -o-transform: translateY(100px);
  transform: translateY(100px);
  -webkit-transition: all 0.42s ease-out;
  -moz-transition: all 0.42s ease-out;
  -ms-transition: all 0.42s ease-out;
  -o-transition: all 0.42s ease-out;
  transition: all 0.42s ease-out;
  z-index: 9999;
}
.main-menu-area nav > ul > li ul.rt-dropdown-menu li {
  display: block;
  border-bottom: 1px solid #a51c2d;
  position: relative;
}
.main-menu-area nav > ul > li ul.rt-dropdown-menu li a {
  display: block;
  color: #ffffff;
  font-weight: 400;
  padding: 12px 15px;
  text-transform: capitalize;
  -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;
  transition: all 0.3s ease-out;
}
.main-menu-area nav > ul > li ul.rt-dropdown-menu li a:hover,
.main-menu-area nav > ul > li ul.rt-dropdown-menu li a:focus {
  background: #a51c2d;
}
.main-menu-area nav > ul > li ul.rt-dropdown-menu li:last-child {
  border-bottom: none;
}
.main-menu-area nav > ul li.menu-justify {
  position: static;
}
.main-menu-area nav > ul li.menu-justify .rt-dropdown-mega {
  opacity: 0;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0;
  z-index: 9999;
  visibility: hidden;
  -webkit-transform: translateY(100px);
  -moz-transform: translateY(100px);
  -ms-transform: translateY(100px);
  -o-transform: translateY(100px);
  transform: translateY(100px);
  -webkit-transition: all 0.42s ease-out;
  -moz-transition: all 0.42s ease-out;
  -ms-transition: all 0.42s ease-out;
  -o-transition: all 0.42s ease-out;
  transition: all 0.42s ease-out;
}
.main-menu-area nav > ul li.menu-justify .rt-dropdown-mega .rt-dropdown-inner {
  background: #cb011b;
  padding: 20px;
}
.main-menu-area nav > ul li.menu-justify .rt-dropdown-mega .rt-dropdown-inner h3 {
  font-size: 20px;
  color: #ffffff;
  margin-bottom: 5px;
}
.main-menu-area nav > ul li.menu-justify .rt-dropdown-mega .rt-dropdown-inner ul.rt-mega-items li {
  border-bottom: 1px solid #a51c2d;
  display: block;
  position: relative;
}
.main-menu-area nav > ul li.menu-justify .rt-dropdown-mega .rt-dropdown-inner ul.rt-mega-items li a {
  display: block;
  color: #ffffff;
  font-weight: 400;
  padding: 10px 0px;
  text-transform: capitalize;
  -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;
  transition: all 0.3s ease-out;
}
.main-menu-area nav > ul li.menu-justify .rt-dropdown-mega .rt-dropdown-inner ul.rt-mega-items li a:hover {
  background: #a51c2d;
  padding-left: 15px;
}
.main-menu-area nav > ul li.menu-justify .rt-dropdown-mega .rt-dropdown-inner ul.rt-mega-items li:last-child {
  border-bottom: none;
}
.main-menu-area nav > ul li.menu-justify:hover .rt-dropdown-mega {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}
.mobile-menu-area {
  display: none;
}
.menu-two-style .container {
  position: relative;
}
.menu-two-style .container > .menu-full {
  background: #cb011b;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 15px;
  top: -35px;
  z-index: 999;
  -webkit-transition: all 1s ease-out;
  -moz-transition: all 1s ease-out;
  -ms-transition: all 1s ease-out;
  -o-transition: all 1s ease-out;
  transition: all 1s ease-out;
}
.menu-two-style .container > .menu-full .col-xs-12 {
  padding: 0;
}
.menu-two-style .container > .menu-full > div {
  padding: 0;
}
.menu-two-style .main-menu-area nav {
  text-align: left;
}
.menu-two-style .main-menu-area nav > ul > li > a {
  color: #ffffff;
  line-height: 70px;
  padding: 0 18px;
}
.menu-two-style .main-menu-area nav > ul > li .rt-dropdown-mega {
  left: -15px;
}
.menu-two-style .get-quote {
  height: 0;
  border-style: solid;
  border-width: 0 0 70px 70px;
  border-color: transparent transparent #222222 transparent;
  line-height: 70px;
  position: absolute;
  left: 0;
  right: 0;
  text-align: center;
}
.menu-two-style .get-quote a {
  color: #ffffff;
  font-weight: 600;
  font-size: 16px;
  text-transform: uppercase;
  -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;
  transition: all 0.3s ease-out;
}
.menu-two-style .get-quote a:hover {
  color: #cb011b;
}
.menu-four-style {
  background: #222222;
}
.menu-four-style .main-menu-area nav {
  text-align: left;
}
.menu-four-style .main-menu-area nav > ul > li > a {
  color: #ffffff;
  line-height: 70px;
  padding: 0 20px;
}
.menu-four-style .main-menu-area nav > ul > li:first-child a {
  padding-left: 0;
}
.menu-four-style .main-menu-area nav > ul > li.current a {
  color: #cb011b;
}
.menu-four-style .get-quote {
  background: #cb011b;
  text-align: center;
  line-height: 70px;
}
.menu-four-style .get-quote a {
  color: #ffffff;
  font-weight: 600;
  font-size: 16px;
  text-transform: uppercase;
  -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;
  transition: all 0.3s ease-out;
}
.header-one-style .main-menu-area nav > ul > li .rt-dropdown-mega,
.header-five-style .main-menu-area nav > ul > li .rt-dropdown-mega {
  left: -25%;
}
.header-five-style .main-menu-area nav ul li a {
  color: #ffffff;
}
.header-five-style .main-menu-area nav ul li.current a {
  color: #cb011b;
}
.header-five-style .nav-top-right > li i {
  color: #ffffff;
}
/*======  End of Main menu css  =======*/
/*=======================================
=           [06] Main Slider css        =
========================================*/
.slider-overlay .nivoSlider .nivo-caption {
  color: #444444;
  padding: 0;
  opacity: 1;
}
.slider-overlay .nivoSlider .nivo-caption:after {
  background: rgba(0, 0, 0, 0.6);
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}
.slider-overlay-dark .nivoSlider .nivo-caption {
  color: #444444;
  padding: 0;
  opacity: 1;
}
.slider-overlay-dark .nivoSlider .nivo-caption:after {
  background: rgba(3, 23, 34, 0.6);
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}
.slider-area .nivoSlider .nivo-caption {
  color: #444444;
  padding: 0;
  opacity: 1;
}
.slider-area .nivoSlider .slider-content {
  position: relative;
  z-index: 99;
}
.slider-area .nivoSlider .slider-content .large-title {
  font-size: 48px;
  margin-bottom: 20px;
  font-weight: 500;
  text-align: left;
  line-height: 1.4;
  font-family: 'Lato', sans-serif;
}
.slider-area .nivoSlider .slider-content p {
  font-size: 16px;
  text-align: left;
  padding: 0;
  width: 50%;
}
.slider-area .nivoSlider .slider-content .slider-btn-area {
  display: block;
  margin-top: 40px;
  text-align: left;
}
.slider-area .nivoSlider .slider-content .slider-btn-area .btn-fill-round {
  display: inline-block;
  background: #008081;
  color: #ffffff;
  font-weight: 600;
  font-size: 16px;
  text-transform: uppercase;
  padding: 14px 20px;
  -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;
  transition: all 0.3s ease-out;
  border-radius: 2%;
}
.slider-area .nivoSlider .slider-content .slider-btn-area .btn-fill-round:hover {
  background: #008080;
}
.slider-area .nivoSlider .slider-content .slider-btn-area .btn-fill-round i {
  padding-left: 15px;
}
.slider-area .nivoSlider .nivo-directionNav a.nivo-prevNav {
  left: -15%;
  -webkit-transition: all 0.7s ease-out;
  -moz-transition: all 0.7s ease-out;
  -ms-transition: all 0.7s ease-out;
  -o-transition: all 0.7s ease-out;
  transition: all 0.7s ease-out;
}
.slider-area .nivoSlider .nivo-directionNav a.nivo-prevNav:before {
  background: #008080;
  color: #fff;
  display: block;
  font-family: 'icomoon';
  content: "\e95f";
  font-size: 24px;
  height: 50px;
  width: 40px;
  line-height: 50px;
  text-align: center;
  -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;
  transition: all 0.3s ease-out;
}
.slider-area .nivoSlider .nivo-directionNav a.nivo-prevNav:hover:before {
  background: #008080;
  color: #ffffff;
}
.slider-area .nivoSlider .nivo-directionNav a.nivo-nextNav {
  right: -15%;
  -webkit-transition: all 0.7s ease-out;
  -moz-transition: all 0.7s ease-out;
  -ms-transition: all 0.7s ease-out;
  -o-transition: all 0.7s ease-out;
  transition: all 0.7s ease-out;
}
.slider-area .nivoSlider .nivo-directionNav a.nivo-nextNav:before {
  background: #008080;
  color: #fff;
  display: block;
  font-family: 'icomoon';
  content: "\e960";
  font-size: 24px;
  height: 50px;
  width: 40px;
  line-height: 50px;
  text-align: center;
  -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;
  transition: all 0.3s ease-out;
}
.slider-area .nivoSlider .nivo-directionNav a.nivo-nextNav:hover:before {
  background: #008080;
  color: #ffffff;
}
.slider-area .nivo-controlNav {
  padding: 0;
}
.slider-area:hover .nivoSlider .nivo-directionNav a.nivo-prevNav {
  left: 2%;
}
.slider-area:hover .nivoSlider .nivo-directionNav a.nivo-nextNav {
  right: 2%;
}
.slider-content-center .nivoSlider .slider-content .large-title {
  color: #ffffff;
  font-size: 48px;
  font-weight: 500;
  text-align: center;
  margin-bottom: 20px;
  line-height: 1.4;
  font-family: 'Lato', sans-serif;
}
.slider-content-center .nivoSlider .slider-content .large-upper-title {
  color: #ffffff;
  font-size: 48px;
  font-weight: 500;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 20px;
  line-height: 1.4;
  font-family: 'Lato', sans-serif;
}
.slider-content-center .nivoSlider .slider-content p {
  color: #ffffff;
  margin: 0 auto;
  text-align: center;
}
.slider-content-center .nivoSlider .slider-content .slider-btn-area {
  text-align: center;
}
/*========  End of Main Slider css  =========*/
/*============================================
=          [07] Waste time quote css         =
=============================================*/
.waste-time-area {
  background: #cb011b;
  padding: 50px 0;
}
.waste-time-area .waste-time-content {
  color: #ffffff;
}
.waste-time-area .waste-time-content h3 {
  color: #ffffff;
  font-size: 30px;
  margin-bottom: 5px;
}
.waste-time-area .waste-time-content p {
  margin-bottom: 0;
}
.waste-time-area .waste-time-button {
  text-align: right;
}
.waste-time-area .waste-time-button .btn-default {
  display: inline-block;
  margin-top: 6px;
}
/*=====  End of Waste time quote css  ======*/
/*===========================================
=            [08] Home service css          =
============================================*/
.service-one-area {
  padding: 0px 0 0px 0;
  background-color: rgba(0, 128, 129,0.9)!important;
  padding-top: 0px!important;
  padding-bottom: 0px!important;
  -webkit-transition: height 0.3s;
  -moz-transition: height 0.3s;
  -ms-transition: height 0.3s;
  -o-transition: height 0.3s;
  transition: height 0.3s;
}

.service-one-area-white {
  background-color: #fff;
  padding: 0px 0 0px 0;
  padding-top: 0px!important;
  padding-bottom: 0px!important;
  -webkit-transition: height 0.3s;
  -moz-transition: height 0.3s;
  -ms-transition: height 0.3s;
  -o-transition: height 0.3s;
  transition: height 0.3s;
}
.service-one-area-white .service-image{
margin-left:80px;
}


.single-service-one .single-service {
  margin-bottom: 20px;
  text-align: center;
  border-right:1px solid #ccc;
}
.single-service-one .right-border{
  border:none;
}
.single-service-one .single-service .service-image {
  float:left;
  margin-bottom: 0px;
  position: relative;
  overflow: hidden;
  margin-top: 10px;
}
.single-service-one .single-service .service-image span{
  font-size: 46px;
  color:#fff;
}
.single-service-one .single-service .service-content {
  position: relative;
  overflow: hidden; 
}
.single-service-one .single-service .service-content h3{
  padding: 0px;

}
.single-service-one .single-service .service-content h3 a{
color:#fff;
font-size:18px;
padding-right:20px;
}
.single-service-one .single-service .service-content h3 {
  /*margin-bottom: 20px;*/
  margin-top:5px;
  margin-left: 15px;
  text-align: left;
}

.banner-one-area .service-image{
  margin-bottom: 20px;
  position: relative;
  overflow: hidden;
  text-align: center;
}
.banner-one-area .service-image a img {
  text-align: center;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.single-service-one .single-service .service-content {
  margin-top: 25px;
}

.single-service-one .single-service .service-content h3 a {
  /*color: #222222;*/
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.single-service-one .single-service .service-content p {
  margin-bottom: 0;
}
.single-service-one .single-service:hover .service-image img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.single-service-one .single-service:hover .service-content h3 a {
  color: rgb(0,179,240);
}
.service-two-area {
  padding: 110px 0 70px;
}
.service-two-area .single-service {
  margin-bottom: 30px;
}
.service-two-area .single-service .item-icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  color: #cb011b;
  padding-right: 20px;
}
.service-two-area .single-service .item-icon i:before {
  font-size: 48px;
  line-height: 1;
  margin-left: 0;
}
.service-two-area .single-service .item-content h3 {
  margin-bottom: 15px;
  line-height: 1;
}
.service-two-area .single-service .item-content h3 a {
  color: #222222;
  -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;
  transition: all 0.3s ease-out;
}
.service-two-area .single-service:hover h3 a {
  color: #cb011b;
}
.service-three-area .single-item .single-service {
  background: #f5f5f5;
  box-shadow: -2px 0px 0px -1px #d8d8d8;
  padding: 90px 90px 75px;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.service-three-area .single-item .single-service:after {
  background: #cb011b;
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  opacity: 0;
  height: 100%;
  width: 100%;
  z-index: -1;
  -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;
  transition: all 0.3s ease-out;
}
.service-three-area .single-item .single-service .item-icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  align-items: center;
  color: #cb011b;
  margin-bottom: 30px;
}
.service-three-area .single-item .single-service .item-icon i {
  padding-right: 20px;
}
.service-three-area .single-item .single-service .item-icon i:before {
  font-size: 48px;
  line-height: 1;
  margin-left: 0;
  -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;
  transition: all 0.3s ease-out;
}
.service-three-area .single-item .single-service .item-icon h3 {
  margin-bottom: 0px;
}
.service-three-area .single-item .single-service .item-icon h3 a {
  color: #222222;
  -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;
  transition: all 0.3s ease-out;
}
.service-three-area .single-item .single-service .service-content {
  display: inline;
  -webkit-transition: all 0.1s ease-out;
  -moz-transition: all 0.1s ease-out;
  -ms-transition: all 0.1s ease-out;
  -o-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out;
}
.service-three-area .single-item .single-service:hover:after {
  opacity: 1;
}
.service-three-area .single-item .single-service:hover .item-icon {
  color: #ffffff;
}
.service-three-area .single-item .single-service:hover .item-icon h3 a {
  color: #ffffff;
}
.service-three-area .single-item .single-service:hover .service-content {
  color: #ffffff;
}
.service-four-area {
  padding: 110px 0 120px 0;
}
.service-four-area .single-feature-item {
  position: relative;
  overflow: hidden;
}
.service-four-area .single-feature-item .feature-content {
  background: rgba(203, 1, 27, 0.8);
  color: #ffffff;
  position: absolute;
  left: 0;
  bottom: -100px;
  padding: 7px 25px 15px;
  -moz-transform: scale(1) translateY(0px);
  -webkit-transform: scale(1) translateY(0px);
  -o-transform: scale(1) translateY(0px);
  -ms-transform: scale(1) translateY(0px);
  transform: scale(1) translateY(0px);
  -webkit-transition: all 0.7s ease-out;
  -moz-transition: all 0.7s ease-out;
  -ms-transition: all 0.7s ease-out;
  -o-transition: all 0.7s ease-out;
  transition: all 0.7s ease-out;
}
.service-four-area .single-feature-item .feature-content h3 {
  margin-bottom: 0;
  padding: 10px 0;
}
.service-four-area .single-feature-item .feature-content h3 a {
  color: #ffffff;
}
.service-four-area .single-feature-item .feature-content a.btn-flat {
  color: #ffffff;
  font-weight: 600;
  text-transform: uppercase;
}
.service-four-area .single-feature-item .feature-content a.btn-flat i {
  padding-left: 10px;
}
.service-four-area .single-feature-item .feature-content a.feature-icon i {
  display: block;
  color: #ffffff;
  font-size: 18px;
}
.service-four-area .single-feature-item .feature-content a.feature-icon .fa-chevron-circle-down {
  opacity: 0;
  position: absolute;
  right: 15px;
  top: 25px;
}
.service-four-area .single-feature-item .feature-content a.feature-icon .fa-chevron-circle-up {
  position: absolute;
  right: 15px;
  top: 25px;
}
.service-four-area .single-feature-item:hover .feature-content {
  bottom: 0px;
  padding-bottom: 30px;
  padding-top: 20px;
}
.service-four-area .single-feature-item:hover .feature-content a.feature-icon .fa-chevron-circle-down {
  opacity: 1;
}
.service-four-area .single-feature-item:hover .feature-content a.feature-icon .fa-chevron-circle-up {
  opacity: 0;
}
.service-five-area {
  padding: 110px 0 90px;
}
.service-five-area .section-title-center {
  margin-bottom: 70px;
}
.service-five-area .section-title-center h2 {
  font-size: 30px;
}
.service-five-area .single-service-item .single-service {
  margin-bottom: 30px;
  text-align: center;
}
.service-five-area .single-service-item .single-service .service-icon {
  background: #f5f5f5;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  display: inline-block;
  color: #cb011b;
  position: relative;
  overflow: hidden;
  line-height: 130px;
  width: 130px;
  height: 130px;
  z-index: 1;
}
.service-five-area .single-service-item .single-service .service-icon i {
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.service-five-area .single-service-item .single-service .service-icon i:before {
  font-size: 48px;
  margin-left: 0;
}
.service-five-area .single-service-item .single-service .service-icon:after {
  background: rgba(203, 1, 27, 0.8);
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  opacity: 0;
  height: 100%;
  width: 100%;
  -moz-transform: scale(1) translateY(150px);
  -webkit-transform: scale(1) translateY(150px);
  -o-transform: scale(1) translateY(150px);
  -ms-transform: scale(1) translateY(150px);
  transform: scale(1) translateY(150px);
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  z-index: -1;
}
.service-five-area .single-service-item .single-service .service-content {
  margin-top: 25px;
}
.service-five-area .single-service-item .single-service .service-content h3 {
  margin-bottom: 20px;
}
.service-five-area .single-service-item .single-service .service-content h3 a {
  color: #222222;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.service-five-area .single-service-item .single-service .service-content p {
  margin-bottom: 0;
}
.service-five-area .single-service-item .single-service:hover .service-icon:after {
  -moz-transform: scale(1) translateY(0px);
  -webkit-transform: scale(1) translateY(0px);
  -o-transform: scale(1) translateY(0px);
  -ms-transform: scale(1) translateY(0px);
  transform: scale(1) translateY(0px);
  opacity: 1;
}
.service-five-area .single-service-item .single-service:hover .service-icon i {
  color: #ffffff;
}
.service-five-area .single-service-item .single-service:hover .service-content h3 a {
  color: rgb(0,179,240);
}
.service-six-area {
  padding: 110px 0 90px;
}
.service-six-area .single-service-item .single-service {
  margin-bottom: 30px;
  text-align: center;
}
.service-six-area .single-service-item .single-service .service-icon {
  display: inline-block;
  color: #d6d6d6;
  font-size: 40px;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.service-six-area .single-service-item .single-service .service-icon i:before {
  font-size: 48px;
  line-height: 1;
  margin-left: 0;
}
.service-six-area .single-service-item .single-service .service-content {
  margin-top: 25px;
}
.service-six-area .single-service-item .single-service .service-content h3 {
  margin-bottom: 20px;
}
.service-six-area .single-service-item .single-service .service-content h3 a {
  color: #222222;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.service-six-area .single-service-item .single-service .service-content p {
  margin-bottom: 0;
}
.service-six-area .single-service-item .single-service .service-content a.ghost-btn {
  margin-top: 30px;
  padding: 12px 25px;
}
.service-six-area .single-service-item .single-service:hover .service-icon {
  color: #222222;
}
.service-six-area .single-service-item .single-service:hover .service-content h3 a {
  color: rgb(0,179,240);
}
/*=====  End of Home service css  ======*/
/*========================================
=           [09] Home About css          =
=========================================*/
.about-one-area {
  background: url(img/section1.jpg);
  background-position: center;
  background-attachment: scroll;
  background-size: cover;
  padding-top: 110px;
}
.about-one-area .about-content-center .about-content {
  padding-top: 90px;
}
.about-one-area .about-content-center .about-content h2 {
  position: relative;
  padding-bottom: 15px;
}
.about-one-area .about-content-center .about-content h2:after {
  background: #cb011b;
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  height: 5px;
  width: 60px;
}
.about-one-area .about-content-center .about-content span {
  display: block;
  font-size: 20px;
  font-style: italic;
  line-height: 28px;
  margin: 30px 0;
}
.about-one-area .about-content-center .about-content h3 {
  color: #cb011b;
  margin-bottom: 5px;
}
.about-one-area .about-content-center .about-content h4 {
  font-weight: 400;
  margin-bottom: 0;
}
/*============  End of Home About css  ============*/
/*===================================================
=           [10] Featured Service slider css        =
===================================================*/
.service-slider-one-area {
  padding: 110px 0 0px 0;
}
.service-slider-one-area .single-feature-slide {
  position: relative;
  overflow: hidden;
}
.service-slider-one-area .single-feature-slide .feature-slide-content {
  background: rgba(203, 1, 27, 0.8);
  color: #ffffff;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -100px;
  padding: 7px 25px 15px;
  -moz-transform: translateY(0px);
  -webkit-transform: translateY(0px);
  -o-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
  -webkit-transition: all 0.7s ease-out;
  -moz-transition: all 0.7s ease-out;
  -ms-transition: all 0.7s ease-out;
  -o-transition: all 0.7s ease-out;
  transition: all 0.7s ease-out;
}
.service-slider-one-area .single-feature-slide .feature-slide-content h3 {
  margin-bottom: 0;
  padding: 10px 0;
}
.service-slider-one-area .single-feature-slide .feature-slide-content h3 a {
  color: #ffffff;
}
.service-slider-one-area .single-feature-slide .feature-slide-content a.btn-flat {
  color: #ffffff;
  font-weight: 600;
  text-transform: uppercase;
}
.service-slider-one-area .single-feature-slide .feature-slide-content a.btn-flat i {
  padding-left: 10px;
}
.service-slider-one-area .single-feature-slide .feature-slide-content a.feature-icon i {
  display: block;
  color: #ffffff;
  font-size: 18px;
}
.service-slider-one-area .single-feature-slide .feature-slide-content a.feature-icon .fa-chevron-circle-down {
  opacity: 0;
  position: absolute;
  right: 15px;
  top: 25px;
}
.service-slider-one-area .single-feature-slide .feature-slide-content a.feature-icon .fa-chevron-circle-up {
  position: absolute;
  right: 15px;
  top: 25px;
}
.service-slider-one-area .single-feature-slide:hover .feature-slide-content {
  bottom: 0px;
  padding-bottom: 30px;
  padding-top: 20px;
}
.service-slider-one-area .single-feature-slide:hover .feature-slide-content a.feature-icon .fa-chevron-circle-down {
  opacity: 1;
}
.service-slider-one-area .single-feature-slide:hover .feature-slide-content a.feature-icon .fa-chevron-circle-up {
  opacity: 0;
}
.service-slider-two-area {
  padding: 110px 0 120px;
}
.service-slider-two-area .single-feature-slide {
  background: #ffffff;
  margin: 15px;
}
.service-slider-two-area .single-feature-slide .feature-slide-img {
  position: relative;
  overflow: hidden;
}
.service-slider-two-area .single-feature-slide .feature-slide-img img {
  -webkit-transform: translate3d(-50px, 0px, 0px);
  /* Safari */
  transform: translate3d(-50px, 0px, 0px);
  -webkit-transition: all 0.42s ease-out;
  -moz-transition: all 0.42s ease-out;
  -ms-transition: all 0.42s ease-out;
  -o-transition: all 0.42s ease-out;
  transition: all 0.42s ease-out;
  max-width: none;
  width: -moz-calc(130%);
  /* Firefox 4+ */
  width: calc(130%);
  /* IE9+ and future browsers */
  max-height: 260px;
}
.service-slider-two-area .single-feature-slide .feature-slide-content {
  padding: 25px 30px 30px;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.service-slider-two-area .single-feature-slide .feature-slide-content h3 {
  margin-bottom: 10px;
}
.service-slider-two-area .single-feature-slide .feature-slide-content h3 a {
  color: #222222;
  -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;
  transition: all 0.3s ease-out;
}
.service-slider-two-area .single-feature-slide .feature-slide-content p {
  margin-bottom: 0;
}
.service-slider-two-area .single-feature-slide:hover .feature-slide-img img {
  -webkit-transform: translate3d(0px, 0px, 0px);
  /* Safari */
  transform: translate3d(0px, 0px, 0px);
  opacity: 0.7;
}
.service-slider-two-area .single-feature-slide:hover .feature-slide-content {
  box-shadow: 0 2px 4px #a1a1a1;
}
.service-slider-two-area .single-feature-slide:hover .feature-slide-content h3 a {
  color: #cb011b;
}
.service-slider-three-area {
  padding: 110px 0 120px;
}
.service-slider-three-area .single-feature-slide {
  background: #f5f5f5;
  margin: 15px;
}
.service-slider-three-area .single-feature-slide .feature-slide-img {
  position: relative;
  overflow: hidden;
}
.service-slider-three-area .single-feature-slide .feature-slide-img:after {
  background: rgba(3, 23, 34, 0.9);
  color: #ffffff;
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  -moz-transform: scale(1) translateY(400px);
  -webkit-transform: scale(1) translateY(400px);
  -o-transform: scale(1) translateY(400px);
  -ms-transform: scale(1) translateY(400px);
  transform: scale(1) translateY(400px);
  -webkit-transition: all 1s ease-out;
  -moz-transition: all 1s ease-out;
  -ms-transition: all 1s ease-out;
  -o-transition: all 1s ease-out;
  transition: all 1s ease-out;
}
.service-slider-three-area .single-feature-slide .feature-slide-img img {
  -webkit-transform: translate3d(-50px, 0px, 0px);
  /* Safari */
  transform: translate3d(-50px, 0px, 0px);
  -webkit-transition: all 0.42s ease-out;
  -moz-transition: all 0.42s ease-out;
  -ms-transition: all 0.42s ease-out;
  -o-transition: all 0.42s ease-out;
  transition: all 0.42s ease-out;
  max-width: none;
  width: -moz-calc(130%);
  /* Firefox 4+ */
  width: calc(130%);
  /* IE9+ and future browsers */
  max-height: 260px;
}
.service-slider-three-area .single-feature-slide .feature-slide-content {
  padding: 25px 30px 30px;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.service-slider-three-area .single-feature-slide .feature-slide-content h3 {
  margin-bottom: 10px;
}
.service-slider-three-area .single-feature-slide .feature-slide-content h3 a {
  color: #222222;
  -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;
  transition: all 0.3s ease-out;
}
.service-slider-three-area .single-feature-slide .feature-slide-content p {
  margin-bottom: 0;
}
.service-slider-three-area .single-feature-slide:hover .feature-slide-img:after {
  opacity: 1;
  -moz-transform: scale(1) translateY(0px);
  -webkit-transform: scale(1) translateY(0px);
  -o-transform: scale(1) translateY(0px);
  -ms-transform: scale(1) translateY(0px);
  transform: scale(1) translateY(0px);
}
.service-slider-three-area .single-feature-slide:hover .feature-slide-img img {
  -webkit-transform: translate3d(0px, 0px, 0px);
  /* Safari */
  transform: translate3d(0px, 0px, 0px);
  opacity: 0.9;
}
.service-slider-three-area .single-feature-slide:hover .feature-slide-content {
  box-shadow: 0 2px 4px #a1a1a1;
}
.service-slider-three-area .single-feature-slide:hover .feature-slide-content h3 a {
  color: #cb011b;
}
.service-slider-five-area {
  padding: 110px 0 120px;
}
.service-slider-five-area .single-feature-slide .feature-slide-img {
  position: relative;
  overflow: hidden;
}
.service-slider-five-area .single-feature-slide .feature-slide-img img {
  -webkit-transform: translate3d(-50px, 0px, 0px);
  /* Safari */
  transform: translate3d(-50px, 0px, 0px);
  -webkit-transition: all 0.42s ease-out;
  -moz-transition: all 0.42s ease-out;
  -ms-transition: all 0.42s ease-out;
  -o-transition: all 0.42s ease-out;
  transition: all 0.42s ease-out;
  max-width: none;
  width: -moz-calc(130%);
  /* Firefox 4+ */
  width: calc(130%);
  /* IE9+ and future browsers */
  max-height: 260px;
}
.service-slider-five-area .single-feature-slide .feature-slide-content {
  padding: 25px 0px 0px;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.service-slider-five-area .single-feature-slide .feature-slide-content h3 {
  margin-bottom: 10px;
}
.service-slider-five-area .single-feature-slide .feature-slide-content h3 a {
  color: #222222;
  -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;
  transition: all 0.3s ease-out;
}
.service-slider-five-area .single-feature-slide .feature-slide-content p {
  margin-bottom: 0;
}
.service-slider-five-area .single-feature-slide:hover .feature-slide-img img {
  -webkit-transform: translate3d(0px, 0px, 0px);
  /* Safari */
  transform: translate3d(0px, 0px, 0px);
  opacity: 0.9;
}
.service-slider-five-area .single-feature-slide:hover .feature-slide-content h3 a {
  color: #cb011b;
}
.service-slider-six-area {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 110px 0 120px;
}
.service-slider-six-area .section-title-center h2 {
  color: #ffffff;
}
.service-slider-six-area .section-title-center p {
  color: #ffffff;
  width: 40%;
}
.service-slider-six-area .single-feature-slide {
  position: relative;
}
.service-slider-six-area .single-feature-slide .feature-item {
  position: relative;
  overflow: hidden;
  margin: 0 2px;
}
.service-slider-six-area .single-feature-slide .feature-item img {
  -webkit-transform: translate3d(-50px, 0px, 0px);
  /* Safari */
  transform: translate3d(-50px, 0px, 0px);
  -webkit-transition: all 0.42s ease-out;
  -moz-transition: all 0.42s ease-out;
  -ms-transition: all 0.42s ease-out;
  -o-transition: all 0.42s ease-out;
  transition: all 0.42s ease-out;
  max-width: none;
  width: -moz-calc(114%);
  /* Firefox 4+ */
  width: calc(114%);
  /* IE9+ and future browsers */
}
.service-slider-six-area .single-feature-slide .feature-item:after {
  background: rgba(3, 23, 34, 0.5);
  color: #ffffff;
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  opacity: 1;
  z-index: 1;
  -webkit-transition: all 0.42s ease-out;
  -moz-transition: all 0.42s ease-out;
  -ms-transition: all 0.42s ease-out;
  -o-transition: all 0.42s ease-out;
  transition: all 0.42s ease-out;
}
.service-slider-six-area .single-feature-slide h3 {
  background: #f5f5f5;
  display: inline-block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin-bottom: 0px;
  padding: 12px 0;
  text-align: center;
  z-index: 9;
  -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;
  transition: all 0.3s ease-out;
}
.service-slider-six-area .single-feature-slide h3 a {
  display: block;
  color: #222222;
  -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;
  transition: all 0.3s ease-out;
}
.service-slider-six-area .single-feature-slide:hover .feature-item img {
  -webkit-transform: translate3d(0px, 0px, 0px);
  /* Safari */
  transform: translate3d(0px, 0px, 0px);
  opacity: 0.9;
}
.service-slider-six-area .single-feature-slide:hover .feature-item:after {
  opacity: 0;
}
.service-slider-six-area .single-feature-slide:hover h3 {
  background: #cb011b;
}
.service-slider-six-area .single-feature-slide:hover h3 a {
  color: #ffffff;
}
/*=====  End of Featured Service slider css  ======*/
/*===================================================
=           [11] Weekly financial report css        =
===================================================*/
.weekly-financial-report {
  padding: 110px 0 100px 0;
}
.financial-report-one .financial-report h2 {
  position: relative;
  padding-bottom: 15px;
}
.financial-report-one .financial-report h2:after {
  background: #cb011b;
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  height: 5px;
  width: 60px;
}
.financial-report-one .financial-report span {
  color: #cb011b;
  font-size: 18px;
  font-weight: 600;
}
/*=====  End of Weekly financial report css  ======*/
/*===================================================
=                 [12] Banner area css              =
====================================================*/
.banner-one-area {
  background-position: center;
  background-attachment: scroll;
  background-size: cover;
  padding: 70px 0;
  position: relative;
  z-index: 1;
}
.banner-one-area:after {
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}
.banner-one-area .banner-content h2 {
  color: #ffffff;
  font-size: 36px;
  margin-bottom: 0;
  text-align: center;
  margin-bottom: 30px;
}
.banner-one-area .banner-content h2 span {
  display: block;
  font-size: 46px;
}

.flat-talk .banner-content h2 {
  color: #ffffff;
  font-size: 36px;
  margin-bottom: 0;
  text-align: center;
}
.flat-talk .banner-content h2 span {
  display: block;
  font-size: 46px;
}
/*=======  End of Banner area css  ========*/
/*==========================================
=           [13] Expert advisor css        =
==========================================*/
.expert-advisor-slider-area {
  padding: 110px 0px 120px;
}
.expert-advisor-slider-area .single-expert .item-image {
  position: relative;
  overflow: hidden;
}
.expert-advisor-slider-area .single-expert .item-image img {
  -moz-transform: scale(1);
  -webkit-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.expert-advisor-slider-area .single-expert .item-content {
  margin-top: 25px;
  text-align: center;
}
.expert-advisor-slider-area .single-expert .item-content h3 {
  margin-bottom: 5px;
}
.expert-advisor-slider-area .single-expert .item-content h3 a {
  color: #222222;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.expert-advisor-slider-area .single-expert .item-content h3 a:hover {
  color: #cb011b;
}
.expert-advisor-slider-area .single-expert .item-content .position {
  color: #cb011b;
}
.expert-advisor-slider-area .single-expert .item-content ul.social-icons {
  margin-top: 25px;
  list-style: none;
}
.expert-advisor-slider-area .single-expert .item-content ul.social-icons li {
  display: inline-block;
}
.expert-advisor-slider-area .single-expert .item-content ul.social-icons li a {
  border: 1px solid #d7d7d7;
  color: #cb011b;
  display: block;
  line-height: 38px;
  height: 40px;
  width: 40px;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.expert-advisor-slider-area .single-expert .item-content ul.social-icons li a:hover {
  background: #cb011b;
  border: 1px solid #cb011b;
  color: #ffffff;
}
.expert-advisor-slider-area .single-expert:hover .item-image img {
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.our-expert-slider-area {
  padding: 110px 0px 120px;
}
.our-expert-slider-area .single-expert {
  background: #f5f5f5;
  padding: 50px 15px;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.our-expert-slider-area .single-expert .item-image {
  position: relative;
  overflow: hidden;
  text-align: center;
}
.our-expert-slider-area .single-expert .item-image img {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  width: 150px;
  display: inline-block;
}
.our-expert-slider-area .single-expert .item-content {
  margin-top: 25px;
  text-align: center;
  -webkit-transition: all 0.7s ease-out;
  -moz-transition: all 0.7s ease-out;
  -ms-transition: all 0.7s ease-out;
  -o-transition: all 0.7s ease-out;
  transition: all 0.7s ease-out;
}
.our-expert-slider-area .single-expert .item-content h3 {
  margin-bottom: 5px;
}
.our-expert-slider-area .single-expert .item-content h3 a {
  color: #222222;
  -webkit-transition: all 0.7s ease-out;
  -moz-transition: all 0.7s ease-out;
  -ms-transition: all 0.7s ease-out;
  -o-transition: all 0.7s ease-out;
  transition: all 0.7s ease-out;
}
.our-expert-slider-area .single-expert .item-content .position {
  color: #cb011b;
  display: block;
  margin-bottom: 20px;
  -webkit-transition: all 0.7s ease-out;
  -moz-transition: all 0.7s ease-out;
  -ms-transition: all 0.7s ease-out;
  -o-transition: all 0.7s ease-out;
  transition: all 0.7s ease-out;
}
.our-expert-slider-area .single-expert .item-content p {
  margin-bottom: 0;
}
.our-expert-slider-area .single-expert:hover {
  background: #cb011b;
}
.our-expert-slider-area .single-expert:hover .item-content {
  color: #ffffff;
}
.our-expert-slider-area .single-expert:hover .position {
  color: #ffffff;
}
.our-expert-slider-area .single-expert:hover h3 a {
  color: #ffffff;
}
.our-expert-member-slider-area {
  padding: 110px 0px 120px;
}
.our-expert-member-slider-area .single-expert .item-content {
  margin-top: 25px;
  text-align: left;
  -webkit-transition: all 0.7s ease-out;
  -moz-transition: all 0.7s ease-out;
  -ms-transition: all 0.7s ease-out;
  -o-transition: all 0.7s ease-out;
  transition: all 0.7s ease-out;
}
.our-expert-member-slider-area .single-expert .item-content h3 {
  margin-bottom: 5px;
}
.our-expert-member-slider-area .single-expert .item-content h3 a {
  color: #222222;
  -webkit-transition: all 0.7s ease-out;
  -moz-transition: all 0.7s ease-out;
  -ms-transition: all 0.7s ease-out;
  -o-transition: all 0.7s ease-out;
  transition: all 0.7s ease-out;
}
.our-expert-member-slider-area .single-expert .item-content h3 a:hover {
  color: #cb011b;
}
.our-expert-member-slider-area .single-expert .item-content .position {
  color: #868686;
  display: block;
  font-size: 16px;
}
/*========  End of Expert advisor css  =========*/
/*===============================================
=           [14] Our expert services css        =
===============================================*/
.our-expert-advisor {
  padding: 110px 0px 120px;
}
.our-expert-advisor .single-expert {
  background: #cb011b;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  align-items: center;
  margin-right: 50px;
}
.our-expert-advisor .single-expert .item-image {
  position: relative;
  overflow: hidden;
}
.our-expert-advisor .single-expert .item-image:after {
  background: rgba(3, 23, 35, 0.8);
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  opacity: 0;
  height: 100%;
  width: 100%;
  -moz-transform: scale(0);
  -webkit-transform: scale(0);
  -o-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all 0.7s ease-out;
  -moz-transition: all 0.7s ease-out;
  -ms-transition: all 0.7s ease-out;
  -o-transition: all 0.7s ease-out;
  transition: all 0.7s ease-out;
}
.our-expert-advisor .single-expert .item-image img {
  -moz-transform: scale(1);
  -webkit-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.our-expert-advisor .single-expert .item-image:hover:after {
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  opacity: 1;
}
.our-expert-advisor .single-expert .item-image:hover img {
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.our-expert-advisor .single-expert .item-content {
  -webkit-box-flex: 2;
  -moz-flex: 2;
  -webkit-flex: 2;
  flex: 2;
  text-align: left;
  color: #ffffff;
  margin: 0 70px;
}
.our-expert-advisor .single-expert .item-content h3 {
  color: #ffffff;
  font-size: 30px;
  margin-bottom: 5px;
}
.our-expert-advisor .single-expert .item-content .position {
  display: block;
  position: relative;
  margin-bottom: 25px;
  padding-bottom: 20px;
}
.our-expert-advisor .single-expert .item-content .position:after {
  background: #ffffff;
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  margin: 0 auto;
  height: 4px;
  width: 50px;
}
.our-expert-advisor .single-expert .item-content ul.social-icons {
  margin-top: 25px;
  list-style: none;
}
.our-expert-advisor .single-expert .item-content ul.social-icons li {
  display: inline-block;
  padding-right: 30px;
}
.our-expert-advisor .single-expert .item-content ul.social-icons li a {
  color: #ffffff;
  display: block;
  font-size: 16px;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.our-expert-advisor .single-expert .item-content ul.social-icons li:last-child {
  padding-right: 0;
}
.our-expert-advisor .single-expert:after {
  position: absolute;
  content: "";
  right: 0px;
  bottom: 10px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 420px 0 0 50px;
  border-color: transparent transparent transparent #e2e4ed;
}
/*=====  End of Our expert services css  ======*/
/*==============================================
=            [15] Our Expert people css        =
===============================================*/
.expert-people-area,
.team-layout-2 {
  padding: 110px 0 90px;
}
.expert-people-area .single-item,
.team-layout-2 .single-item {
  display: inline-block;
  margin-bottom: 30px;
}
.expert-people-area .single-item .item-image,
.team-layout-2 .single-item .item-image {
  height: auto;
  max-width: 200px;
  position: relative;
  overflow: hidden;
}
.expert-people-area .single-item .item-image .plus-icon,
.team-layout-2 .single-item .item-image .plus-icon {
  color: #ffffff;
  font-size: 20px;
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  opacity: 0;
  margin: auto;
  text-align: center;
  z-index: 1;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 1s ease-out;
  -moz-transition: all 1s ease-out;
  -ms-transition: all 1s ease-out;
  -o-transition: all 1s ease-out;
  transition: all 1s ease-out;
}
.expert-people-area .single-item .item-image .plus-icon a,
.team-layout-2 .single-item .item-image .plus-icon a {
  color: #ffffff;
}
.expert-people-area .single-item .item-image .plus-icon a:hover,
.team-layout-2 .single-item .item-image .plus-icon a:hover {
  color: #cb011b;
}
.expert-people-area .single-item .item-image:after,
.team-layout-2 .single-item .item-image:after {
  background: rgba(3, 23, 35, 0.8);
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 1;
  text-align: center;
  -webkit-transition: all 0.9s ease-out;
  -moz-transition: all 0.9s ease-out;
  -ms-transition: all 0.9s ease-out;
  -o-transition: all 0.9s ease-out;
  transition: all 0.9s ease-out;
  -moz-transform: scale(0);
  -webkit-transform: scale(0);
  -o-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
}
.expert-people-area .single-item .item-content,
.team-layout-2 .single-item .item-content {
  padding-left: 30px;
}
.expert-people-area .single-item .item-content h3,
.team-layout-2 .single-item .item-content h3 {
  margin-bottom: 5px;
}
.expert-people-area .single-item .item-content h3 a,
.team-layout-2 .single-item .item-content h3 a {
  color: #222222;
  -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;
  transition: all 0.3s ease-out;
}
.expert-people-area .single-item .item-content span.position,
.team-layout-2 .single-item .item-content span.position {
  display: block;
  font-weight: 500;
  margin-bottom: 20px;
}
.expert-people-area .single-item .item-content ul.social-icon,
.team-layout-2 .single-item .item-content ul.social-icon {
  padding-top: 15px;
}
.expert-people-area .single-item .item-content ul.social-icon li,
.team-layout-2 .single-item .item-content ul.social-icon li {
  display: inline-block;
  margin-right: 5px;
}
.expert-people-area .single-item .item-content ul.social-icon li a,
.team-layout-2 .single-item .item-content ul.social-icon li a {
  color: #cb011b;
  display: block;
  border: 1px solid #d7d7d7;
  text-align: center;
  line-height: 38px;
  height: 40px;
  width: 40px;
  -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;
  transition: all 0.3s ease-out;
}
.expert-people-area .single-item .item-content ul.social-icon li a:hover,
.team-layout-2 .single-item .item-content ul.social-icon li a:hover {
  background: #cb011b;
  border: 1px solid #cb011b;
  color: #ffffff;
}
.expert-people-area .single-item:hover .item-image .plus-icon,
.team-layout-2 .single-item:hover .item-image .plus-icon {
  opacity: 1;
}
.expert-people-area .single-item:hover .item-image:after,
.team-layout-2 .single-item:hover .item-image:after {
  opacity: 1;
  -moz-transform: scale(1);
  -webkit-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.expert-people-area .single-item:hover .item-content h3 a,
.team-layout-2 .single-item:hover .item-content h3 a {
  color: #cb011b;
}
/*=====  End of Our Expert people css  ======*/
/*============================================
=            [16] Asked question css         =
=============================================*/
.asked-question-one-area {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  align-items: center;
  background: #cb011b;
}
.asked-question-one-area .asked-image {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 50%;
  overflow: hidden;
}
.asked-question-one-area .asked-question {
  width: 50%;
  overflow: hidden;
}
.asked-question-one-area .asked-accordion {
  padding: 30px 0 30px 60px;
}
.asked-question-one-area .asked-accordion h2 {
  color: #ffffff;
  position: relative;
  margin-bottom: 30px;
  padding-bottom: 15px;
}
.asked-question-one-area .asked-accordion h2:after {
  background: #ffffff;
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  margin: 0 auto;
  height: 4px;
  width: 50px;
}
.asked-question-one-area .asked-accordion .asked-descrip {
  color: #ffffff;
  margin-bottom: 30px;
}
.asked-question-one-area .asked-accordion .panel-default {
  background: transparent;
  border: none;
  box-shadow: none;
  margin-top: 15px;
}
.asked-question-one-area .asked-accordion .panel-default .panel-heading {
  border: none;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
  border-radius: 30px;
  padding: 14px 20px;
}
.asked-question-one-area .asked-accordion .panel-default .panel-heading .panel-title {
  font-size: 18px;
}
.asked-question-one-area .asked-accordion .panel-default .panel-heading .panel-title .accordion-toggle:after {
  font-family: 'FontAwesome';
  content: "\f107";
  float: right;
  font-size: 20px;
}
.asked-question-one-area .asked-accordion .panel-default .panel-heading.active .panel-title {
  color: #cb011b;
}
.asked-question-one-area .asked-accordion .panel-default .panel-heading.active .panel-title .accordion-toggle:after {
  font-family: 'FontAwesome';
  content: "\f106";
  float: right;
  font-size: 20px;
}
.asked-question-one-area .asked-accordion .panel-default .panel-collapse .panel-body {
  border: none;
  color: #ffffff;
  padding: 20px;
}
.asked-question-two-area {
  background: url(img/section1.jpg);
  background-position: right bottom;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}
.asked-question-two-area .row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  align-items: center;
}
.asked-question-two-area .asked-image {
  padding-top: 90px;
}
.asked-question-two-area .asked-accordion {
  margin-bottom: 0;
}
.asked-question-two-area .asked-accordion h2 {
  position: relative;
  margin-bottom: 40px;
  padding-bottom: 15px;
}
.asked-question-two-area .asked-accordion h2:after {
  background: #cb011b;
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  margin: 0 auto;
  height: 4px;
  width: 50px;
}
.asked-question-two-area .asked-accordion .asked-descrip {
  margin-bottom: 30px;
}
.asked-question-two-area .asked-accordion .panel-default {
  background: transparent;
  border: none;
  box-shadow: none;
  margin-top: 15px;
}
.asked-question-two-area .asked-accordion .panel-default .panel-heading {
  background: #222222;
  border: none;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
  border-radius: 30px;
  padding: 12px 20px;
}
.asked-question-two-area .asked-accordion .panel-default .panel-heading .panel-title {
  color: #ffffff;
  font-size: 18px;
}
.asked-question-two-area .asked-accordion .panel-default .panel-heading .panel-title .accordion-toggle:after {
  font-family: 'FontAwesome';
  content: "\f107";
  float: right;
  font-size: 20px;
}
.asked-question-two-area .asked-accordion .panel-default .panel-heading.active {
  background: #cb011b;
}
.asked-question-two-area .asked-accordion .panel-default .panel-heading.active .panel-title .accordion-toggle:after {
  font-family: 'FontAwesome';
  content: "\f106";
  float: right;
  font-size: 20px;
}
.asked-question-two-area .asked-accordion .panel-default .panel-collapse .panel-body {
  border: none;
  padding: 20px;
}
/*=====  End of Asked question css  ======*/
/*=========================================
=            [17] Testimonial css         =
==========================================*/
.testimonial-one-area {
  padding: 110px 0;
}
.testimonial-one-area .single-testimonial .testimo-content i {
  color: #d8d8d8;
  font-size: 30px;
  margin-bottom: 12px;
}
.testimonial-one-area .single-testimonial .testimo-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  align-items: center;
}
.testimonial-one-area .single-testimonial .testimo-info .testimo-img {
  padding-right: 20px;
}
.testimonial-one-area .single-testimonial .testimo-info .testimo-title h3 {
  color: #cb011b;
  font-size: 20px;
  margin-bottom: 0px;
}
.testimonial-two-area {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 110px 0;
}
.testimonial-two-area .single-testimonial {
  margin: 0 auto;
  text-align: center;
  width: 60%;
}
.testimonial-two-area .single-testimonial .testimo-content {
  color: #e8e9e9;
  margin-top: 25px;
}
.testimonial-two-area .single-testimonial .testimo-info .testimo-img img {
  border: 4px solid #ffffff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  display: inline-block;
  width: inherit;
}
.testimonial-two-area .single-testimonial .testimo-info ul.rating {
  margin-top: 30px;
}
.testimonial-two-area .single-testimonial .testimo-info ul.rating li {
  color: #cb011b;
  display: inline-block;
  font-size: 18px;
}
.testimonial-two-area .single-testimonial .testimo-info ul.rating li:last-child {
  color: #f5f5f5;
}
.testimonial-two-area .single-testimonial .testimo-info .testimo-title {
  margin-top: 12px;
}
.testimonial-two-area .single-testimonial .testimo-info .testimo-title h3 {
  color: #ffffff;
  font-size: 18px;
  margin-bottom: 0px;
}
.testimonial-two-area .single-testimonial .testimo-info .testimo-title h3 .position {
  color: #b3b8bd;
}
.testimonial-two-area .arrow-left-right .owl-controls .owl-nav > div {
  border: 1px solid #ffffff;
}
.testimonial-two-area .arrow-left-right .owl-controls .owl-nav > div i {
  color: #ffffff;
}
.testimonial-two-area .arrow-left-right .owl-controls .owl-nav > div:hover {
  border: 1px solid #cb011b;
}
/*========  End of Testimonial css  =========*/
/*============================================
=           [18] Our Latest news css         =
=============================================*/
.latest-news-one-area {
  padding: 110px 0 105px;
}
.latest-news-one-area .single-news {
  background: #ffffff;
  margin: 15px;
}
.latest-news-one-area .single-news .item-image {
  position: relative;
  overflow: hidden;
}
.latest-news-one-area .single-news .item-image span.date {
  background: #cb011b;
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  padding: 6px 15px;
  position: absolute;
  left: 20px;
  bottom: 0;
}
.latest-news-one-area .single-news .item-image img {
  -webkit-transform: translate3d(-50px, 0px, 0px);
  /* Safari */
  transform: translate3d(-50px, 0px, 0px);
  -webkit-transition: all 0.42s ease-out;
  -moz-transition: all 0.42s ease-out;
  -ms-transition: all 0.42s ease-out;
  -o-transition: all 0.42s ease-out;
  transition: all 0.42s ease-out;
  max-width: none;
  width: -moz-calc(114%);
  /* Firefox 4+ */
  width: calc(114%);
  /* IE9+ and future browsers */
}
.latest-news-one-area .single-news .item-info {
  padding: 35px 20px;
  -webkit-transition: all 0.7s ease-out;
  -moz-transition: all 0.7s ease-out;
  -ms-transition: all 0.7s ease-out;
  -o-transition: all 0.7s ease-out;
  transition: all 0.7s ease-out;
}
.latest-news-one-area .single-news .item-info h3 {
  font-size: 20px;
}
.latest-news-one-area .single-news .item-info h3 a {
  color: #002e52;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.latest-news-one-area .single-news .item-info .favourite {
  margin-right: 20px;
}
.latest-news-one-area .single-news .item-info i {
  font-size: 18px;
  padding-right: 8px;
}
.latest-news-one-area .single-news:hover .item-image img {
  -webkit-transform: translate3d(0px, 0px, 0px);
  /* Safari */
  transform: translate3d(0px, 0px, 0px);
}
.latest-news-one-area .single-news:hover .item-info {
  box-shadow: 0 2px 4px #a1a1a1;
}
.latest-news-one-area .single-news:hover .item-info h3 a {
  color: #cb011b;
}
.latest-news-one-area .owl-controls .owl-nav {
  right: 10px;
}
.news-two-style .single-news {
  background: transparent;
}
.news-two-style .single-news .item-image span.date {
  bottom: 20px;
  font-size: 18px;
  font-weight: 600;
  padding: 5px 18px;
  text-align: center;
}
.news-two-style .single-news .item-info {
  padding: 28px 0 0;
}
.news-two-style .single-news .item-info p {
  margin-bottom: 0;
}
.news-two-style .single-news:hover .item-info {
  box-shadow: none;
}
.news-two-style .single-news:hover .item-info h3 a {
  color: #cb011b;
}
.news-three-style {
  padding: 110px 0 90px;
}
.news-three-style .single-news {
  margin: 0 0 30px 0;
}
/*=====  End of Our Latest news css  ======*/
/*==========================================
=           [19] Request call css          =
===========================================*/
.request-call-one-area {
  background: #cb011b url(img/section4.png);
  background-position: center;
  background-size: cover;
  background-attachment: scroll;
  background-repeat: no-repeat;
  padding: 120px 0 120px;
}
.request-call-one-area .request-form {
  background: #ffffff;
  margin: 0 auto;
  padding: 70px 50px;
  width: 75%;
  position: relative;
}
.request-call-one-area .request-form:before {
  background: #222222;
  border-radius: 50%;
  box-shadow: 0 2px 4px #a1a1a1;
  color: #ffffff;
  content: "\f095";
  font-family: "FontAwesome";
  font-size: 24px;
  height: 70px;
  left: 0;
  line-height: 70px;
  margin: 0 auto;
  position: absolute;
  text-align: center;
  right: 0;
  top: -38px;
  width: 70px;
}
.request-call-one-area .request-form .request-title {
  text-align: center;
  font-weight: 500;
  margin-bottom: 40px;
}
.request-call-one-area .request-form .form-group {
  margin-bottom: 25px;
}
.request-call-one-area .request-form .form-group .form-control {
  border: 1px solid #d7d7d7;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  box-shadow: none;
  height: 45px;
}
.request-call-one-area .request-form .form-group.margin-bottom-none {
  margin-bottom: 0;
  text-align: center;
}
.request-call-one-area .request-form .form-group.margin-bottom-none .default-big-btn {
  background: #cb011b;
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  box-shadow: none;
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  padding: 12px 40px;
  text-transform: uppercase;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.request-call-one-area .request-form .form-group.margin-bottom-none .default-big-btn:hover {
  background: #a51c2d;
}
.request-call-one-area .request-form .select2-container--classic .select2-selection--single {
  background: #ffffff;
  border: 1px solid #d7d7d7;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  box-shadow: none;
  height: 45px;
}
.request-call-one-area .request-form .select2-container--classic .select2-selection--single .select2-selection__arrow {
  background: transparent;
  border: none;
  box-shadow: none;
  top: 10px;
}
.request-call-one-area .request-form .select2-container--classic .select2-selection--single .select2-selection__rendered {
  color: #8b8b8b;
  padding-left: 12px;
  line-height: 42px;
}
.select2-container--classic .select2-dropdown {
  border: 1px solid #d7d7d7 !important;
}
.select2-container--classic .select2-results__option--highlighted[aria-selected] {
  background: transparent;
  color: #444444;
}
.request-call-two-area {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}
.request-call-two-area .request-image {
  width: 50%;
  overflow: hidden;
}
.request-call-two-area .request-form-wrapper {
  background: #cb011b;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  align-items: center;
  width: 50%;
  overflow: hidden;
}
.request-call-two-area .request-form-select {
  padding-left: 60px;
}
.request-call-two-area .request-form .request-title {
  color: #ffffff;
  margin-bottom: 40px;
  padding-left: 60px;
}
.request-call-two-area .request-form .request-title h2 {
  color: #ffffff;
  font-size: 36px;
  line-height: 1;
}
.request-call-two-area .request-form .form-group {
  margin-bottom: 10px;
}
.request-call-two-area .request-form .form-group .form-control {
  background: #b70007;
  border: 1px solid #a51c2d;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  box-shadow: none;
  height: 45px;
  color: #ffffff;
}
.request-call-two-area .request-form .form-group .form-control::-moz-placeholder {
  color: #ffffff;
}
.request-call-two-area .request-form .form-group .form-control::-webkit-input-placeholder {
  color: #ffffff;
}
.request-call-two-area .request-form .form-group.margin-bottom-none {
  margin-bottom: 0;
  margin-top: 30px;
}
.request-call-two-area .request-form .form-group.margin-bottom-none .default-big-btn {
  background: #ffffff;
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  box-shadow: none;
  color: #222222;
  font-size: 18px;
  font-weight: 600;
  padding: 14px 40px;
  text-transform: uppercase;
  -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;
  transition: all 0.3s ease-out;
}
.request-call-two-area .request-form .form-group.margin-bottom-none .default-big-btn:hover {
  color: #cb011b;
}
.request-call-two-area .request-form .select2-container--classic .select2-selection--single {
  background: #b70007;
  border: 1px solid #a51c2d;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  box-shadow: none;
  height: 45px;
}
.request-call-two-area .request-form .select2-container--classic .select2-selection--single .select2-selection__arrow {
  background: transparent;
  border: none;
  box-shadow: none;
  top: 10px;
}
.request-call-two-area .request-form .select2-container--classic .select2-selection--single .select2-selection__arrow b {
  border-color: #ffffff transparent transparent;
}
.request-call-two-area .request-form .select2-container--classic .select2-selection--single .select2-selection__rendered {
  color: #ffffff;
  padding-left: 12px;
  line-height: 42px;
}
.request-call-three-area {
  padding: 120px 0 120px;
}
.request-call-three-area .request-form .form-left h2 {
  color: #ffffff;
  position: relative;
  margin-bottom: 30px;
  padding-bottom: 20px;
  line-height: 1;
}
.request-call-three-area .request-form .form-left h2:after {
  background: #ffffff;
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  margin: 0 auto;
  height: 4px;
  width: 50px;
}
.request-call-three-area .request-form .form-group {
  margin-bottom: 10px;
}
.request-call-three-area .request-form .form-group .form-control {
  background: #b70007;
  border: 1px solid #a51c2d;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  box-shadow: none;
  height: 45px;
  color: #ffffff;
}
.request-call-three-area .request-form .form-group .form-control::-moz-placeholder {
  color: #ffffff;
}
.request-call-three-area .request-form .form-group .form-control::-webkit-input-placeholder {
  color: #ffffff;
}
.request-call-three-area .request-form .form-group.margin-bottom-none {
  margin-bottom: 0;
  margin-top: 30px;
}
.request-call-three-area .request-form .form-group.margin-bottom-none .default-big-btn {
  background: #ffffff;
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  box-shadow: none;
  color: #222222;
  font-size: 16px;
  font-weight: 600;
  padding: 14px 30px;
  text-transform: uppercase;
  -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;
  transition: all 0.3s ease-out;
}
.request-call-three-area .request-form .form-group.margin-bottom-none .default-big-btn:hover {
  color: #cb011b;
}
.request-call-three-area .request-form .select2-container--classic .select2-selection--single {
  background: #b70007;
  border: 1px solid #a51c2d;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  box-shadow: none;
  height: 45px;
}
.request-call-three-area .request-form .select2-container--classic .select2-selection--single .select2-selection__arrow {
  background: transparent;
  border: none;
  box-shadow: none;
  top: 10px;
}
.request-call-three-area .request-form .select2-container--classic .select2-selection--single .select2-selection__arrow b {
  border-color: #ffffff transparent transparent;
}
.request-call-three-area .request-form .select2-container--classic .select2-selection--single .select2-selection__rendered {
  color: #ffffff;
  padding-left: 12px;
  line-height: 42px;
}
/*=====  End of Request call css  ======*/
/*========================================
=           [20] Our Partners css        =
=========================================*/
.our-partner {
  padding: 30px 0;
  background: rgb(242,242,242);
  /*margin-bottom: 80px;*/
}
.our-partner .single-item .item-image img {
  width: inherit;
}
.our-partner .owl-controls .owl-nav {
  position: inherit;
}
.our-partner .owl-controls .owl-nav > div {
  margin: 0;
  position: absolute;
  top: -5px;
}
.our-partner .owl-controls .owl-nav .owl-prev {
  left: -50px;
}
.our-partner .owl-controls .owl-nav .owl-next {
  right: -50px;
}
.our-partner .container .row
{
  text-align: center;
}
.our-partner .container .row h2
{
  color:rgb(150,150,150);
}
/*=====  End of Our Partners css  ======*/

/*=====================================
=           [22] Scroll Up Css        =
=====================================*/
#scrollUp {
  background: rgba(203, 1, 27, 0.8);
  bottom: 5px;
  color: #ffffff;
  display: block;
  font-size: 18px;
  height: 45px;
  line-height: 45px;
  position: fixed;
  right: 20px;
  text-align: center;
  text-decoration: none;
  transition: all 0.5s cubic-bezier(0, 0, 0, 1) 0s;
  width: 45px;
  z-index: 99999;
  border-radius: 50%;
}
#scrollUp i {
  color: #ffffff;
}
#scrollUp:hover,
#scrollUp:focus {
  background-color: rgba(255, 255, 255, 0.8);
}
#scrollUp:hover i,
#scrollUp:focus i {
  color: #cb011b;
}
#preloader {
  background: #f5f5f5 url('img/preloader.gif') no-repeat scroll center center;
  height: 100%;
  left: 0;
  overflow: visible;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 9999999;
}
.style-switch {
  background-color: #b70007;
}
.style-switch ul .active a {
  color: #cb011b;
}
.style-switch .switch-button {
  right: -45px;
  background-color: #cb011b;
  color: #ffffff;
  padding: 10px 10px 12px;
}
/*=====  End of Scroll Up Css  ======*/
/*====================================
=           [23] Left Tab css        =
====================================*/
.left-tab-style {
  padding: 120px 0;
}
.left-tab-style .tabs-left .nav-tabs {
  float: left;
  margin-right: 25px;
  border: none;
}
.left-tab-style .tabs-left .nav-tabs li {
  margin-bottom: 5px;
  float: none;
}
.left-tab-style .tabs-left .nav-tabs li a {
  background: #f5f5f5;
  border: none;
  font-size: 18px;
  color: #222222;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  align-items: center;
  padding: 15px 20px;
  min-width: 330px;
  margin: 0;
  margin: 3px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  -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;
  transition: all 0.3s ease-out;
}
.left-tab-style .tabs-left .nav-tabs li a:hover {
  background: #cb011b;
  color: #ffffff;
}
.left-tab-style .tabs-left .nav-tabs li a:hover i {
  color: #ffffff;
}
.left-tab-style .tabs-left .nav-tabs li a i {
  color: #cb011b;
  padding-right: 12px;
  -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;
  transition: all 0.3s ease-out;
}
.left-tab-style .tabs-left .nav-tabs li a i:before {
  font-size: 36px;
  line-height: 1;
  margin-left: 0;
}
.left-tab-style .tabs-left .nav-tabs li.active a {
  border: none;
  background: #cb011b;
  color: #ffffff;
}
.left-tab-style .tabs-left .nav-tabs li.active a i {
  color: #ffffff;
}
.left-tab-style .tabs-left .tab-content {
  display: table-cell;
}
.left-tab-style .tabs-left .tab-content h2 {
  position: relative;
  margin-bottom: 30px;
  padding-bottom: 15px;
}
.left-tab-style .tabs-left .tab-content h2:after {
  position: absolute;
  background: #cb011b;
  content: "";
  left: 0;
  bottom: 0;
  margin: 0 auto;
  height: 4px;
  width: 50px;
}
/*===========  End of Left Tab css  ==============*/
/*=================================================
=           [24] People choose service css        =
=================================================*/
.people-choose-services {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}
.people-choose-services .choose-services {
  background: #cb011b;
  width: 50%;
  overflow: hidden;
}
.people-choose-services .people-image {
  width: 50%;
  overflow: hidden;
}
.people-choose-services .choose-services-wrapper {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  align-items: center;
}
.people-choose-services .people-choose-content {
  padding-right: 75px;
  color: #ffffff;
}
.people-choose-services .people-choose-content h2 {
  color: #ffffff;
  font-size: 40px;
  font-weight: 500;
}
.people-choose-services .people-choose-content a.ghost-btn {
  border: 2px solid #ffffff;
  color: #ffffff;
  margin-top: 30px;
}
.people-choose-services .people-choose-content a.ghost-btn i {
  padding-left: 12px;
}
.people-choose-services .people-choose-content a.ghost-btn:hover {
  background: #ffffff;
  color: #cb011b;
}
.people-choose-services .people-image {
  position: relative;
}
.people-choose-services .people-image:before {
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  z-index: 1;
}
.people-choose-services .calculator {
  position: absolute;
  left: 0;
  bottom: 45px;
  z-index: 1;
}
.people-choose-services .banner-logo {
  position: absolute;
  right: 100px;
  bottom: 100px;
  z-index: 1;
}
/*=====  End of People choose service css  ======*/
/*================================================
=                 [25] Counter css               =
=================================================*/
.counter-area {
  background-repeat: no-repeat;
  background-size: cover;
  padding: 110px 0 90px;
}
.counter-area .counter-title h2 {
  font-size: 46px;
  color: #ffffff;
  margin-bottom: 80px;
  text-align: center;
}
.counter-area .counter-content {
  text-align: center;
}
.counter-area .counter-content .counter1-box {
  margin-bottom: 30px;
}
.counter-area .counter-content h3 {
  color: #ffffff;
  font-size: 40px;
  margin-bottom: 5px;
}
.counter-area .counter-content p {
  color: #cb011b;
  font-size: 18px;
  margin-bottom: 0;
}
/*===========  End of Counter css  ============*/
/*==============================================
=           [26] Financial Analysis css        =
==============================================*/
.financial-analysis-area {
  padding: 120px 0 120px;
}
.financial-analysis-area .financial-content h2 {
  position: relative;
  margin-bottom: 30px;
  padding-bottom: 15px;
  line-height: 1;
}
.financial-analysis-area .financial-content h2:after {
  position: absolute;
  background: #cb011b;
  content: "";
  left: 0;
  bottom: 0;
  margin: 0 auto;
  height: 4px;
  width: 50px;
}
/*=====  End of Financial Analysis css  ======*/
/*=============================================
=           [27] Our Case Studies css         =
==============================================*/
.our-case-studies-area {
  padding: 110px 0 80px;
}
.our-case-studies-area .case-item {
  margin-bottom: 40px;
}
.our-case-studies-area .case-item .item-image {
  position: relative;
}
.our-case-studies-area .case-item .item-image:after {
  background: rgba(3, 23, 34, 0.7);
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  opacity: 0;
  height: 100%;
  width: 100%;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.our-case-studies-area .case-item .item-image-mobile {
  display: none;
}
.our-case-studies-area .case-item .item-content-bottom {
  position: relative;
  padding: 30px 0 0;
}
.our-case-studies-area .case-item .item-content-bottom h3 {
  margin-bottom: 15px;
}
.our-case-studies-area .case-item .item-content-bottom h3 a {
  color: #222222;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.our-case-studies-area .case-item .item-content-bottom:before {
  position: absolute;
  content: "";
  left: 25px;
  top: 0px;
  width: 0;
  height: 0;
  margin: 0 auto;
  z-index: 1;
  opacity: 0;
  border-style: solid;
  border-width: 0 10px 15px;
  border-color: transparent transparent #ffffff transparent;
  -webkit-transition: all 0.9s ease-out;
  -moz-transition: all 0.9s ease-out;
  -ms-transition: all 0.9s ease-out;
  -o-transition: all 0.9s ease-out;
  transition: all 0.9s ease-out;
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -ms-transform: translateY(0px);
  -o-transform: translateY(0px);
  transform: translateY(0px);
}
.our-case-studies-area .case-item .item-content-top {
  position: relative;
  padding: 0 0 30px;
}
.our-case-studies-area .case-item .item-content-top h3 {
  margin-bottom: 15px;
}
.our-case-studies-area .case-item .item-content-top h3 a {
  color: #222222;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.our-case-studies-area .case-item .item-content-top:after {
  position: absolute;
  content: "";
  left: 25px;
  bottom: -15px;
  width: 0;
  height: 0;
  margin: 0 auto;
  z-index: 1;
  opacity: 0;
  border-style: solid;
  border-width: 15px 10px 0;
  border-color: #ffffff transparent transparent transparent;
  -webkit-transition: all 0.9s ease-out;
  -moz-transition: all 0.9s ease-out;
  -ms-transition: all 0.9s ease-out;
  -o-transition: all 0.9s ease-out;
  transition: all 0.9s ease-out;
  -webkit-transform: translateY(-15px);
  -moz-transform: translateY(-15px);
  -ms-transform: translateY(-15px);
  -o-transform: translateY(-15px);
  transform: translateY(-15px);
}
.our-case-studies-area .case-item:hover .item-image:after {
  opacity: 1;
}
.our-case-studies-area .case-item:hover .item-content-bottom h3 a,
.our-case-studies-area .case-item:hover .item-content-top h3 a {
  color: #cb011b;
}
.our-case-studies-area .case-item:hover .item-content-bottom:before,
.our-case-studies-area .case-item:hover .item-content-top:before {
  opacity: 1;
  -webkit-transform: translateY(-15px);
  -moz-transform: translateY(-15px);
  -ms-transform: translateY(-15px);
  -o-transform: translateY(-15px);
  transform: translateY(-15px);
}
.our-case-studies-area .case-item:hover .item-content-bottom:after,
.our-case-studies-area .case-item:hover .item-content-top:after {
  opacity: 1;
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -ms-transform: translateY(0px);
  -o-transform: translateY(0px);
  transform: translateY(0px);
}
/*=====  End of Our Case Studies css  ======*/
/*===========================================
=           [28] Our Portfolio css          =
=============================================*/
.our-portfolio-area {
  padding: 110px 0 120px;
}
.our-portfolio-area .no-gutter {
  margin: 0;
}
.our-portfolio-area.layout-space {
  padding: 120px 0 80px;
}
.portfolio-layout-1 .single-item {
  position: relative;
  overflow: hidden;
  margin: 1px;
}
.portfolio-layout-1 .single-item .overlay-dark:after {
  -webkit-transition: all 0.8s ease-out;
  -moz-transition: all 0.8s ease-out;
  -ms-transition: all 0.8s ease-out;
  -o-transition: all 0.8s ease-out;
  transition: all 0.8s ease-out;
  opacity: 0;
  z-index: 1;
}
.portfolio-layout-1 .single-item .item-content h3 {
  margin-bottom: 0;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 45%;
  opacity: 0;
  text-align: center;
  z-index: 1;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.portfolio-layout-1 .single-item .item-content h3 a {
  color: #ffffff;
}
.portfolio-layout-1 .single-item .item-content h3 a:hover {
  color: #cb011b;
}
.portfolio-layout-1 .single-item .item-content a.plus-icon {
  background: #cb011b;
  color: #ffffff;
  font-size: 18px;
  margin-bottom: 0;
  position: absolute;
  right: 0;
  bottom: -45px;
  opacity: 0;
  padding: 8px 14px;
  text-align: center;
  z-index: 1;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.portfolio-layout-1 .single-item:hover .overlay-dark:after {
  opacity: 1;
}
.portfolio-layout-1 .single-item:hover .item-content h3 {
  opacity: 1;
}
.portfolio-layout-1 .single-item:hover .item-content a.plus-icon {
  bottom: 0;
  opacity: 1;
}
.portfolio-layout-2 .single-item {
  margin-bottom: 40px;
}
.portfolio-layout-2 .single-item .item-image {
  position: relative;
  overflow: hidden;
}
.portfolio-layout-2 .single-item .item-image .overlay {
  color: #ffffff;
  position: absolute;
  left: 0;
  right: 0;
  opacity: 0;
  top: 50%;
  text-align: center;
  z-index: 1;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.portfolio-layout-2 .single-item .item-image:after {
  background: rgba(3, 23, 34, 0.8);
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  opacity: 0;
  height: 100%;
  width: 100%;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.portfolio-layout-2 .single-item .item-image a.plus-icon {
  background: #cb011b;
  color: #ffffff;
  font-size: 18px;
  position: absolute;
  right: -40px;
  bottom: -40px;
  opacity: 0;
  text-align: center;
  line-height: 40px;
  height: 40px;
  width: 40px;
  z-index: 1;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.portfolio-layout-2 .single-item .item-image img {
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.portfolio-layout-2 .single-item .item-content {
  padding-top: 20px;
}
.portfolio-layout-2 .single-item .item-content h3 {
  margin-bottom: 10px;
}
.portfolio-layout-2 .single-item .item-content h3 a {
  color: #222222;
  -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;
  transition: all 0.3s ease-out;
}
.portfolio-layout-2 .single-item:hover .item-image .overlay {
  opacity: 1;
}
.portfolio-layout-2 .single-item:hover .item-image:after {
  opacity: 1;
}
.portfolio-layout-2 .single-item:hover .item-image a.plus-icon {
  right: 0;
  bottom: 0;
  opacity: 1;
}
.portfolio-layout-2 .single-item:hover .item-image img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.portfolio-layout-2 .single-item:hover .item-content h3 a {
  color: #cb011b;
}
.portfolio-layout-3 .single-item {
  margin-bottom: 40px;
  box-shadow: 0 6px 4px #ccc;
}
.portfolio-layout-3 .single-item .item-image {
  position: relative;
  overflow: hidden;
}
.portfolio-layout-3 .single-item .item-image .overlay {
  background: rgba(3, 23, 34, 0.8);
  color: #ffffff;
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  opacity: 0;
  height: 100%;
  width: 100%;
  padding: 30px 20px;
  text-align: center;
  z-index: 1;
  -webkit-transform: translateY(0%);
  -moz-transform: translateY(0%);
  -ms-transform: translateY(0%);
  -o-transform: translateY(0%);
  transform: translateY(0%);
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.portfolio-layout-3 .single-item .item-image .overlay span {
  display: block;
  margin-bottom: 15px;
  font-weight: 600;
}
.portfolio-layout-3 .single-item .item-image .overlay a.plus-icon {
  background: #cb011b;
  color: #ffffff;
  font-size: 18px;
  position: absolute;
  right: 0;
  left: 0;
  display: block;
  margin: 0 auto;
  text-align: center;
  line-height: 40px;
  height: 40px;
  width: 40px;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.portfolio-layout-3 .single-item .item-content {
  padding: 20px 20px 10px;
  text-align: center;
}
.portfolio-layout-3 .single-item .item-content h3 {
  margin-bottom: 10px;
}
.portfolio-layout-3 .single-item .item-content h3 a {
  color: #222222;
  -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;
  transition: all 0.3s ease-out;
}
.portfolio-layout-3 .single-item:hover .item-image .overlay {
  opacity: 1;
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%);
}
.portfolio-layout-3 .single-item:hover .item-content h3 a {
  color: #cb011b;
}
.detail-portfolio-item .item-header {
  margin-top: 30px;
}
.detail-portfolio-item .item-header h2 {
  font-size: 24px;
}
/*=======  End of Our Portfolio css  ========*/
/*============================================
=           [29] Design own site css         =
=============================================*/
.design-own-area {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 110px 0 120px;
}
.design-own-area .own-site-content {
  text-align: center;
}
.design-own-area .own-site-content h2 {
  font-size: 36px;
  margin-bottom: 30px;
}
.design-own-area .own-site-content p {
  padding: 0 7%;
}
.design-own-area .own-site-content a.ghost-btn {
  margin-top: 20px;
}
/*=======  End of Design own site css  ========*/
/*=======================================
=           [30] Responsive css         =
========================================*/
/* Normal desktop :992px. */
@media (min-width: 992px) and (max-width: 1199px) {
  .main-menu-area nav > ul > li > a {
    padding: 0 8px;
  }
  .menu-two-style .main-menu-area nav > ul > li > a,
  .menu-four-style .main-menu-area nav > ul > li > a {
    padding: 0 12px;
  }
  .header-three-style .container-fluid,
  .header-six-style .container-fluid {
    padding-left: 15px;
    padding-right: 15px;
  }
  .header-address li {
    font-size: 16px;
    padding: 0 5px;
  }
  .menu-two-style .container > .menu-full {
    margin: 0;
  }
  .header-three-style .main-menu-area nav > ul li.menu-justify .rt-dropdown-mega,
  .header-six-style .main-menu-area nav > ul li.menu-justify .rt-dropdown-mega {
    left: -25%;
  }
  .slider-area .nivoSlider .slider-content h1,
  .slider-area .nivoSlider .slider-content .large-title {
    font-size: 44px;
    line-height: 1.2;
    text-align: center;
  }
  .slider-area .nivoSlider .slider-content p {
    margin: 0 auto;
    text-align: center;
  }
  .slider-area .nivoSlider .slider-content .slider-btn-area {
    margin-top: 30px;
    text-align: center;
  }
  .our-partner .owl-controls .owl-nav .owl-prev,
  .arrow-left-right.owl-theme .owl-controls .owl-nav .owl-prev {
    left: -30px;
  }
  .our-partner .owl-controls .owl-nav .owl-next,
  .arrow-left-right.owl-theme .owl-controls .owl-nav .owl-next {
    right: -30px;
  }
  .waste-time-area .waste-time-button .btn-default {
    margin-top: 18px;
  }
  .asked-question-one-area .asked-accordion {
    padding: 90px 0;
  }
  .asked-question-one-area .asked-accordion .asked-descrip {
    display: none;
  }
  .people-choose-services .choose-services-wrapper {
    position: inherit;
    display: inherit;
    padding: 60px 0;
  }
  .people-choose-services .calculator {
    display: none;
  }
  .people-choose-services .people-image img {
    min-height: 446px;
  }
  .people-choose-services .people-choose-content {
    padding-right: 0;
  }
  .request-call-two-area .request-image img {
    min-height: 444px;
  }
  .request-call-two-area .request-title p {
    display: none;
  }
  .service-three-area .single-item .single-service {
    padding: 70px 40px 50px;
  }
  .service-four-area .feature-left-content > h2 {
    font-size: 24px;
  }
  .service-four-area .single-feature-item .feature-content {
    bottom: -125px;
  }
  .design-own-area .own-site-content p {
    padding: 0 3%;
  }
  .service-slider-three-area .single-feature-slide .feature-slide-img img {
    width: calc(118%);
  }
  .section-title p {
    width: 70%;
  }
  .service-slider-six-area .section-title-center p {
    width: 80%;
  }
  .service-slider-six-area .single-feature-slide h3 {
    font-size: 20px;
  }
  .service-slider-six-area .single-feature-slide .feature-item img {
    width: calc(126%);
  }
  .service-slider-one-area .single-feature-slide .feature-slide-content {
    padding-left: 15px;
    padding-right: 15px;
  }
  .latest-news-one-area .single-news .item-info .favourite {
    margin-right: 5px;
  }
  .team-layout-3 .single-item .item-content {
    -webkit-transform: translateY(-25%);
    -moz-transform: translateY(-25%);
    -ms-transform: translateY(-25%);
    -o-transform: translateY(-25%);
    transform: translateY(-25%);
  }
  .sidebar .sidebar-box .download {
    padding: 30px 15px;
  }
  .sidebar .sidebar-box .download .button-dow i {
    font-size: 40px;
  }
  .sidebar .sidebar-box .popular-tag a {
    width: 30.5%;
  }
  .about-one-area .about-content-center .about-content {
    padding-top: 50px;
  }
}
/* Tablet desktop :768px. */
@media (min-width: 768px) and (max-width: 991px) {
  .header-top-bar .top-address ul li {
    margin-right: 10px;
  }

  .header-top-bar .top-social-link ul li {
    padding-left: 3px;
  }
  .main-menu-area nav > ul > li > a {
    font-size: 13px;
    padding: 0 5px;
  }
  .header-address li {
    font-size: 15px;
    padding: 0 5px;
  }
  .header-address li span {
    padding-left: 15px;
  }
  .header-address li i {
    width: 15px;
  }
  .header-one-style .main-menu-area nav > ul > li > a {
    padding: 0 4px;
  }
  .menu-two-style .main-menu-area nav > ul > li > a,
  .menu-four-style .main-menu-area nav > ul > li > a {
    padding: 0 14px;
  }
  .header-three-style .container-fluid,
  .header-six-style .container-fluid {
    padding-left: 15px;
    padding-right: 15px;
  }
  .header-one-style .main-menu-area nav > ul > li .rt-dropdown-mega,
  .header-five-style .main-menu-area nav > ul > li .rt-dropdown-mega,
  .main-menu-area nav > ul li.menu-justify .rt-dropdown-mega {
    left: auto;
  }
  .menu-two-style .main-menu-area nav > ul > li .rt-dropdown-mega {
    left: -15px;
  }
  .menu-two-style.stick::before {
    width: 100%;
  }
  .menu-two-style.stick::after {
    width: auto;
  }
  .slide-3 .s-tb-c .container,
  .slide-5 .s-tb-c .container {
    margin-top: 80px;
  }
  .slider-area .nivoSlider .slider-content h1,
  .slider-area .nivoSlider .slider-content .large-title {
    font-size: 40px;
    line-height: 1.1;
    text-align: center;
  }
  .slider-area .nivoSlider .slider-content p {
    margin: 0 auto;
    width: 70%;
    text-align: center;
  }
  .slider-area .nivoSlider .slider-content .slider-btn-area {
    margin-top: 20px;
    text-align: center;
  }
  .team-layout-2 .single-item .item-content h3 {
    font-size: 18px;
  }
  .waste-time-area .waste-time-button .btn-default {
    margin-top: 20px;
  }
  .about-one-area .about-content-center .about-content {
    padding-top: 0;
  }
  .banner-one-area .banner-content h2 {
    font-size: 30px;
  }
  .asked-question-one-area,
  .request-call-two-area .request-form-wrapper {
    display: inherit;
  }
  .asked-question-one-area .asked-image,
  .asked-question-one-area .asked-question,
  .request-call-two-area .request-image,
  .request-call-two-area .request-form-wrapper {
    width: inherit;
  }
  .asked-question-one-area .asked-accordion {
    padding-left: 0;
    padding-top: 90px;
    padding-bottom: 90px;
  }
  .our-partner .owl-controls .owl-nav .owl-prev,
  .arrow-left-right.owl-theme .owl-controls .owl-nav .owl-prev {
    left: -20px;
  }
  .our-partner .owl-controls .owl-nav .owl-next,
  .arrow-left-right.owl-theme .owl-controls .owl-nav .owl-next {
    right: -20px;
  }
  .request-call-one-area .request-form {
    width: 90%;
  }
  .people-choose-services .calculator {
    display: none;
  }
  .people-choose-services .choose-services-wrapper {
    position: inherit;
  }
  .people-choose-services {
    display: inherit;
  }
  .people-choose-services .choose-services,
  .people-choose-services .people-image {
    width: 100%;
  }
  .people-choose-services .people-choose-content {
    padding: 90px 0;
  }
  .left-tab-style {
    padding-bottom: 100px;
  }
  .section-title p,
  .service-slider-six-area .section-title-center p {
    width: 80%;
  }
  .service-slider-six-area .single-feature-slide .feature-item img {
    width: calc(120%);
  }
  .our-expert-advisor .single-expert .item-content {
    flex: inherit;
    padding: 40px 0;
  }
  .request-call-two-area {
    display: inherit;
  }
  .request-call-two-area .request-form {
    padding: 90px 0;
  }
  .request-call-two-area .request-form .request-title,
  .request-call-two-area .request-form-select {
    padding-left: 0;
  }
  .service-three-area .single-item .single-service {
    padding: 50px 20px 30px;
  }
  .expert-people-area .single-item .item-image,
  .team-layout-2 .single-item .item-image {
    max-width: 120px;
  }
  .service-four-area .feature-left-content {
    margin-bottom: 30px;
  }
  .service-five-area .section-title-center h2 {
    font-size: 26px;
  }
  .testimonial-two-area .single-testimonial {
    width: 80%;
  }
  .service-slider-one-area .single-feature-slide .feature-slide-content {
    padding-left: 15px;
    padding-right: 15px;
  }
  .about-service-one .single-service .item-icon {
    padding-right: 15px;
  }
  .about-service-one .single-service .item-content h3 {
    font-size: 20px;
  }
  .page-title {
    padding: 70px 0;
  }
  .team-detail-layout .detail-image ul li {
    font-size: 15px;
  }
  .team-detail-layout .detail-image ul li:first-child {
    font-size: 22px;
  }
  .sidebar .sidebar-box .download {
    padding: 30px 15px;
  }
  .sidebar .sidebar-box .download .button-dow i {
    font-size: 35px;
    padding-left: 10px;
  }
  .sidebar .sidebar-box .download h3 {
    font-size: 18px;
  }
  .sidebar .sidebar-box .download .button-dow a {
    padding: 10px;
    font-size: 12px;
  }
  .sidebar .sidebar-box .ready-to-help {
    padding: 30px 15px;
  }
  .sidebar .sidebar-box .ready-to-help a.ghost-btn {
    padding: 12px;
  }
  .faq-accordion .panel-default .panel-heading .panel-title {
    font-size: 16px;
  }
  .sidebar .sidebar-box .popular-tag a {
    width: 47%;
  }
  .online-shop-category .online-header .pager-area .pager-left-area h3 {
    font-size: 19px;
  }
  .online-shop-category .online-header .pager-area .pager-right-area .view-mode ul li a {
    padding: 6px 5px;
  }
  .sidebar .sidebar-box .related-product .retated-img {
    margin-right: 10px;
    padding: 8px;
  }
  .sidebar .sidebar-box .related-product .retated-img img {
    width: 50px;
  }
  .product-details .details-image .single-product-tab ul li a img {
    width: 36px;
  }
  .contact-area .contact-info ul li:nth-child(odd),
  .contact-area .contact-info ul li:nth-child(even) {
    width: inherit;
  }
  .contact-area .contact-info ul li {
    display: block;
  }
  .banner-one-area .banner-content h2 span {
    font-size: 36px;
  }
  .counter-area .counter-title h2 {
    font-size: 40px;
  }
}
@media (max-width: 767px) {
  header {
    display: none;
  }

.page-breadcrumb
{
  margin-top: 100px;
}
  .news-overview .title
{
  padding: 20px 0;
}
  .slider-area {
    margin-top: 0px;
  }
  .slider-area .nivoSlider .slider-content h1,
  .slider-area .nivoSlider .slider-content .large-title {
    margin-top:20px;
    font-size: 20px;
    line-height: 1.1;
    text-align: center;
  }
  .slider-area .nivoSlider .slider-content .slider-btn-area {
    margin-top: 20px;
    text-align: center;
  }
  .slider-area .nivoSlider .slider-content p {
    width: 60%;
    font-size: 14px;
    line-height: 18px;
    margin: 0 auto;
    text-align: center;
  }
  .slider-area .nivoSlider .slider-content .slider-btn-area .btn-fill-round {
    font-size: 14px;
    padding: 10px 20px;
  }
  .sidebar {
    margin-top: 70px;
  }
  .waste-time-area,
  .waste-time-area .waste-time-button {
    text-align: center;
  }
  .waste-time-area .waste-time-button .btn-default {
    margin-top: 24px;
  }
  .about-one-area .about-image {
    text-align: center;
  }
  .about-one-area .about-content-center .about-content {
    padding-top: 30px;
    padding-bottom: 90px;
  }
  .asked-question-one-area {
    display: inherit;
  }
  .asked-question-one-area .asked-image,
  .asked-question-one-area .asked-question {
    width: inherit;
  }
  .asked-question-one-area .asked-accordion {
    padding-left: 0;
    padding-top: 90px;
    padding-bottom: 90px;
  }
  .people-choose-services .calculator {
    display: none;
  }
  .people-choose-services .choose-services-wrapper {
    position: inherit;
  }
  .people-choose-services {
    display: inherit;
  }
  .people-choose-services .choose-services,
  .people-choose-services .people-image {
    width: 100%;
  }
  .people-choose-services .people-choose-content {
    padding: 90px 0;
  }
  .request-call-two-area,
  .request-call-two-area .request-form-wrapper {
    display: inherit;
  }
  .request-call-two-area .request-form {
    padding: 90px 0;
  }
  .request-call-two-area .request-form .request-title,
  .request-call-two-area .request-form-select {
    padding-left: 0;
  }
  .request-call-two-area .request-form-wrapper {
    width: inherit;
  }
  .request-call-two-area .request-image {
    width: inherit;
  }
  .banner-one-area .banner-content h2 {
    font-size: 26px;
  }
  .banner-one-area .banner-content h2 span {
    font-size: 30px;
  }
  .request-call-one-area .request-form {
    width: 90%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .footer-bottom-area .footer-box .footer-social,
  .footer-bottom-area .footer-box .useful-link {
    margin-bottom: 50px;
  }
  .latest-news-one-area .single-news .item-image img {
    width: calc(124%);
  }
  .left-tab-style .tabs-left .nav-tabs {
    float: inherit;
    margin-right: 0;
    margin-bottom: 40px;
  }
  .section-title p,
  .service-slider-six-area .section-title-center p {
    width: 95%;
  }
  .our-expert-advisor .single-expert {
    display: inherit;
    margin-right: 0;
  }
  .our-expert-advisor .single-expert .item-content {
    margin: 0;
    padding: 30px;
  }
  .our-expert-advisor .single-expert::after {
    border: none;
    position: inherit;
  }
  .service-three-area .single-item .single-service {
    box-shadow: 0 -1px 0 0 #d8d8d8;
    padding-right: 40px;
    padding-left: 40px;
  }
  .asked-question-two-area .row {
    display: inherit;
  }
  .asked-question-two-area .asked-accordion {
    padding: 70px 0 120px;
  }
  .asked-question-two-area .asked-image {
    text-align: center;
  }
  .asked-question-two-area .asked-image img {
    display: inline-block;
  }
  .service-four-area .feature-left-content {
    margin-bottom: 30px;
  }
  .service-four-area .single-feature-item img {
    width: 100%;
  }
  .testimonial-two-area .single-testimonial {
    width: inherit;
  }
  .service-one-area,
    .service-one-area-white,
  .our-team-area,
  .service-layout-3 {
    padding: 90px 0 60px;
  }
  .about-one-area {
    padding-top: 90px;
  }
  .request-call-one-area,
  .asked-question-two-area .asked-accordion {
    padding-bottom: 90px;
  }
  .service-slider-one-area,
  .weekly-financial-report,
  .expert-advisor-slider-area,
  .our-expert-advisor,
  .service-slider-two-area,
  .our-portfolio-area,
  .service-four-area,
  .design-own-area,
  .service-slider-three-area,
  .our-expert-slider-area,
  .service-slider-five-area,
  .our-expert-member-slider-area,
  .service-slider-six-area,
  .about-page-one-area,
  .our-portfolio-area,
  .contact-area {
    padding: 80px 0 90px;
  }
  .testimonial-one-area,
  .latest-news-one-area,
  .testimonial-two-area,
  .footer-bottom-area {
    padding: 80px 0;
  }
  .left-tab-style,
  .financial-analysis-area,
  .request-call-three-area,
  .service-layout-detail,
  .error-area,
  .latest-news-area,
  .online-shop-area,
  .single-shop-area {
    padding: 90px 0;
  }
  .service-two-area {
    padding: 80px 0 40px;
  }
  .counter-area,
  .our-case-studies-area,
  .expert-people-area,
  .team-layout-2,
  .service-five-area,
  .service-six-area,
  .about-service-one-area {
    padding: 80px 0 60px;
  }
  .our-portfolio-area.layout-space,
  .service-layout-1 {
    padding: 90px 0 50px;
  }
  .service-layout-2,
  .case-studies-layout,
  .case-layout-detail,
  .faqs-area {
    padding: 90px 0 70px;
  }
  .request-form-select > fieldset > div {
    padding: 0;
  }
  .counter-area .counter-title h2 {
    margin-bottom: 40px;
    font-size: 36px;
  }
  .service-slider-six-area .single-feature-slide .feature-item img {
    width: calc(118%);
  }
  .service-layout-2 .single-item .item-content {
    margin-top: 30px;
  }
  .faq-accordion .panel-default .panel-heading .panel-title {
    font-size: 16px;
  }
  .error-bottom-wrapper {
    width: 65%;
  }
  .news-layout-3 .single-item .item-info {
    margin-top: 30px;
  }
  .news-details-layout .item-comments .item-comments-list ul.comments-list li.odd {
    margin-left: 0;
  }
  .online-shop-category .online-header .pager-area {
    display: inherit;
    text-align: inherit;
  }
  .online-shop-category .online-header .pager-area .pager-left-area h3 {
    text-align: center;
    margin-bottom: 20px;
  }
  .online-shop-category .category-product-list .single-item .product-content {
    margin-top: 30px;
  }
  .product-details .detail-content {
    margin-top: 30px;
  }
  .service-six-area .single-service-item .single-service .service-content {
    margin-top: 15px;
  }
  .about-video {
    margin-top: 40px;
  }
  .about-video img {
    width: 100%;
  }
  .page-title {
    margin-top: 5px;
    padding: 60px 0;
    text-align: center;
  }
  .page-title h2 {
    font-size: 32px;
  }
  .team-layout-1 .single-team .item-image img,
  .team-layout-3 .single-item .item-image img,
  .detail-image .image-caption img,
  .portfolio-layout-1 .single-item .item-image img,
  .portfolio-layout-2 .single-item .item-image img,
  .portfolio-layout-3 .single-item .item-image img,
  .service-layout-1 .single-item .item-image img,
  .service-layout-2 .single-item .item-image img,
  .service-layout-3 .single-item .item-image img,
  .case-studies-layout .single-item .item-image img,
  .news-layout-2 .single-item .item-image img,
  .news-layout-3 .single-item .item-image img {
    width: 100%;
  }
}
/* Large Mobile :480px. */
@media (max-width: 480px) {
  .slider-area .nivoSlider .slider-content h1,
  .slider-area .nivoSlider .slider-content .large-title {
    margin-top:20px;
    font-size: 12px;
    margin-bottom: 0px;
    text-align: center;
  }
  .slider-area .nivoSlider .slider-content .slider-btn-area {
    display: none;
  }
  .slider-area .nivoSlider .slider-content p {
    width: 65%;
    font-size: 12px;
    line-height: 18px;
  }
  h2,
  .our-expert-advisor .single-expert .item-content h3 {
    font-size: 26px;
  }
  .section-title-center h2,
  .counter-area .counter-title h2,
  .people-choose-services .people-choose-content h2,
  .request-call-two-area .request-form .request-title h2,
  .waste-time-area .waste-time-content h3,
  .design-own-area .own-site-content h2,
  .service-five-area .section-title-center h2 {
    font-size: 26px;
  }
  .expert-people-area .single-item .item-image,
  .team-layout-2 .single-item .item-image {
    float: inherit !important;
    max-width: inherit;
  }
  .expert-people-area .single-item .item-image img,
  .team-layout-2 .single-item .item-image img {
    width: 100%;
  }
  .expert-people-area .single-item .item-content,
  .team-layout-2 .single-item .item-content {
    padding-left: 0;
    padding-top: 20px;
  }
  .service-slider-three-area .single-feature-slide .feature-slide-content {
    padding-right: 15px;
    padding-left: 15px;
  }
  .service-three-area .single-item .single-service {
    padding: 50px 50px 40px;
  }
  .left-tab-style .tabs-left .nav-tabs li a {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .btn-default-big {
    padding: 14px 25px;
  }
  .service-slider-six-area .single-feature-slide .feature-item img {
    width: calc(123%);
  }
  .page-title {
    padding: 50px 0;
  }
  .page-title h2 {
    font-size: 30px;
  }
  .error-bottom-wrapper a.error-btn {
    padding: 16px 30px;
  }
  .news-details-layout .item-comments .item-author .pull-left {
    float: inherit !important;
    margin-bottom: 30px;
  }
  .product-overview-area ul.nav-tabs li a {
    padding: 12px;
    font-size: 13px;
  }
  .contact-area .contact-info ul li:nth-child(odd),
  .contact-area .contact-info ul li:nth-child(even) {
    width: inherit;
  }
  .contact-area .contact-info ul li {
    display: block;
  }
}
/* small mobile :320px. */
@media (max-width: 320px) {
  .slider-area .nivoSlider .slider-content h1,
  .slider-area .nivoSlider .slider-content .large-title {
    font-size: 12px;
  }
  .slider-area .nivoSlider .slider-content .slider-btn-area {
    display: none;
  }
  .service-four-area .single-feature-item .feature-content {
    padding-left: 10px;
    padding-right: 10px;
  }
  .latest-news-one-area .single-news .item-info span {
    font-size: 13px;
  }
  .latest-news-one-area .single-news .item-info i {
    font-size: 14px;
  }
  .latest-news-one-area .single-news .item-info .favourite {
    margin-right: 6px;
  }
  .page-title {
    padding: 40px 0;
  }
  .page-title h2 {
    font-size: 26px;
  }
  .team-layout-3 .single-item .item-content {
    -webkit-transform: translateY(-25%);
    -moz-transform: translateY(-25%);
    -ms-transform: translateY(-25%);
    -o-transform: translateY(-25%);
    transform: translateY(-25%);
  }
  .product-overview-area ul.nav-tabs li a {
    padding: 12px 8px;
    font-size: 12px;
  }
  .online-shop-category .online-header .pager-area .pager-right-area .view-mode ul li a {
    padding: 6px 12px;
  }
  .related-product-area .single-item .item-content {
    text-align: center;
  }
}
/*=====  End of Responsive css  ======*/


/* Page Title
-------------------------------------------------------------- */
.page-title {
    position: relative;
    padding: 100px 0 0px;
} 

/* Parallax
-------------------------------------------------------------- */
.parallax {
  width: 100%;
  background-attachment: fixed;
  background-position: 50% 0;
  background-size: cover;
  height:400px;
}

/*.parallax1 { background-image: url(../img/bg-parallax1.jpg); }*/
.parallax2 { background-image: url(../images/parallax/bg-parallax2.jpg); }
.parallax3 { background-image: url(../images/parallax/bg-parallax3.jpg); }
.parallax4 { background-image: url(../images/parallax/bg-parallax4.jpg); }
.parallax5 { background-image: url(../images/parallax/bg-parallax5.jpg); }
.parallax6 { background-image: url(../images/parallax/bg-parallax6.jpg); }


.flat-row .bg-overlay {
  position: absolute;
  left: 0;
  top: 0;
  background-color: #f9bf3b;
  width: 100%;
  height: 100%; 
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
       opacity: 0.9;
        filter: alpha(opacity=90); 
}

.page-title .overlay {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    opacity: 0.5;
    filter: alpha(opacity=50);
}


.flat-talk .slider-btn-area {
  display: block;
  margin-top: 40px;
  text-align: left;
}
.btn-fill-round {
  display: inline-block;
  background: #cb011b;
  color: #ffffff;
  font-weight: 600;
  font-size: 16px;
  text-transform: uppercase;
  padding: 14px 20px;
  -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;
  transition: all 0.3s ease-out;
}
.btn-fill-round:hover {
  background: #a51c2d;
}
.btn-fill-round i {
  padding-left: 15px;
}
.flat-talk .slider-btn-area {
  text-align: center;
}



/*===========================================
=            [08] Home service css          =
============================================*/
.container-fluid .single-service-one-icon .single-service {
  margin-bottom: 30px;
  text-align: center;
}
.container-fluid .single-service-one-icon .single-service .service-image {
  margin-bottom: 20px;
  position: relative;
}
.container-fluid .single-service-one-icon .single-service .service-image span{
  color: rgb(0,179,240);
  font-size:40px;
}
.container-fluid .single-service-one-icon .single-service .service-content {
  margin-top: 25px;
}
.container-fluid .single-service-one-icon .single-service .service-content h3 {
  margin-bottom: 20px;
}
.container-fluid .single-service-one-icon .single-service .service-content h3 a {
  color: #222222;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  font-size: 16px;
}
.container-fluid .single-service-one-icon .single-service .service-content p {
  margin-bottom: 0;
}
.container-fluid .single-service-one-icon .single-service:hover .service-image img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.container-fluid .single-service-one-icon .single-service:hover .service-content h3 a {
  color: rgb(0,179,240);
}
/*===========================================
=        [08] End Home service css          =
============================================*/


ul.icons-ul
{
  list-style-type: none;
  list-style-type: none;
  margin: 0;
  padding: 0;
  margin-bottom: 25px;
}
ul.icons-ul li
{
  list-style-position: inside;
  text-indent: -1.4em;
   margin-left: 10px;
   padding:10px 15px 10px 15px;
}
ul.icons-ul li span
{
  color:rgb(150,150,150);
  font-size: 17px;
}

/* widget
-------------------------------------------------------------- */
.sidebar .widget {
  margin-bottom: 50px;
  font-family: "Lato", sans-serif;
}

.sidebar .widget ul li {
  margin-bottom: 30px;
}
.sidebar .widget.widget-brochures ul li {
    margin-bottom: 5px;
}
.sidebar .widget.widget-recent-posts ul li {
    border-bottom: 1px solid #e5e5e5;
  margin-bottom: 0px;
}
/* widget-archives */
.sidebar .widget.widget-archives ul li {
    border-bottom: 1px solid #e5e5e5;
  margin-bottom: 0px;
}

/* Widget-categories */
.widget.widget-categories {
  margin-bottom: 57px;
}

.widget.widget-categories ul li {
    border-bottom: 1px solid #e5e5e5;
  margin-bottom: 0px;
}

.widget-categories ul li {
  position: relative;
}

.widget-categories ul li a {
  line-height: 49px;
  padding-left: 15px;
  color: #656565;
}

.widget-categories ul li a:hover {
  color: #18ba60;
}

.widget-categories ul li:before {
  position: absolute;
  top: 12px;
  left: 0;
  font-family: "FontAwesome";
  font-size: 12px;
  content: "\f0da";
  color: #656565;
}

/* widget-categories team */
.widget.widget-categories .widget-title {
  margin-bottom: 11px;
}


.widget.widget-categories.team ul li {
  background-color: #f1f1f1;
  color: #222;
  font-weight: 600;
  border-bottom: none;
  margin-bottom: 2px;
  -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;
}

.widget.widget-categories.team ul li:hover {
  background-color: rgb(0,179,240);
  -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;
}

.widget.widget-categories.team ul li:hover a {
  color: #fff;
  -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;
}

.widget-categories.team ul li:before {
  content: none;
}

.widget-categories.team ul li a {
  padding-left: 25px;
  line-height: 55px;
}


.widget.widget-categories.team ul li.active-page {
  background-color: rgb(0,179,240);
}
.widget.widget-categories.team ul li.active-page a{
  color:#fff;
}
/* Breadcrumbs
-------------------------------------------------------------- */
.page-breadcrumb
{
  padding-top: 10px;
}


.breadcrumbs ul li {
  position: relative;
  padding-right: 17px;
}

.breadcrumbs ul li.home:before {
  position: absolute;
  top: 1px; 
  right: 2px;
  font-family: "icomoon";
  content: "\e315";
  font-size: 13px;
  font-weight: 400;
}

.breadcrumbs ul li,
.breadcrumbs ul li a {
    font-family: "Lato", sans-serif;
    font-size: 13px;
    color: #999;
}

.breadcrumbs ul li {
    display: inline-block;
    color: #999;
}

.breadcrumbs ul li a:hover {
  color: #1293d4;
}

/* widget-brochures */
.widget-brochures .title-link.v6 .widget-title {
  font-size: 17px;
  margin-bottom: 17px;
}

.sidebar .widget.widget-brochures ul li {
    margin-bottom: 5px;
}

.widget-brochures p {
  font-size: 13px;
  margin-bottom: 29px;
  line-height: 24px;
}
.widget-brochures ul li {
  position: relative;
  background-color: rgb(0,179,240);
  padding: 11px 0 9px 26px;
  border-radius: 3px;
  width: 230px;
}

.widget-brochures ul li:before {
  position: absolute;
    right: 25px;
    top: 11px;
    font-family: 'icomoon';
    content: "\e95d";
    color: #fff;
    font-size: 14px;
}

.widget-brochures ul li a {
  color: #fff;
  font-weight: 600; 
}
/* Blog
-------------------------------------------------------------- */
/* Blog-v1 */
.main-content {
  padding: 25px 0 75px;
}

.main-content.case {
  padding: 25px 0 75px;
}

.content-about
{
  padding-top: 50px;
}

.content-wrapper
{
  padding-top: 30px;
  font-family: "Lato", sans-serif;
}
.content-wrapper .large-text{
  font-size:40px;
}
.content-wrapper a.btn{
background-color:#008081;
color: #fff;
font-size:12px;
padding:15px;
}

.services-post .item
{
  padding: 0px 20px 0px 20px;
  margin-bottom: 40px;
  margin-top: 10px;
}
.services-post .item .thumb-item
{
  margin-bottom: 30px;
}
.services-post .item .post .title a
{
  color:#000;
}

.services-post .item .service-url a
{
  color:rgb(0,179,240);
  font-weight: bold;
}




/* news block
-------------------------------------------------------------- */
.sidebar .newswidget {
  margin-bottom: 50px;
}

.sidebar .newswidget ul li {
  margin-bottom: 30px;
}
.sidebar .newswidget.widget-brochures ul li {
    margin-bottom: 5px;
}
.sidebar .newswidget.widget-recent-posts ul li {
    border-bottom: 1px solid #e5e5e5;
  margin-bottom: 0px;
}
/* widget-archives */
.sidebar .newswidget.widget-archives ul li {
    border-bottom: 1px solid #e5e5e5;
  margin-bottom: 0px;
}

/* Widget-categories */
.newswidget.widget-categories {
  margin-bottom: 57px;
}

.newswidget.widget-categories ul li {
    border-bottom: 1px solid #e5e5e5;
  margin-bottom: 0px;
}

.widget-categories ul li {
  position: relative;
}

.widget-categories ul li a {
  line-height: 49px;
  padding-left: 15px;
  color: #656565;
}

.widget-categories ul li a:hover {
  color: #18ba60;
}

.widget-categories ul li:before {
  position: absolute;
  top: 12px;
  left: 0;
  font-family: "FontAwesome";
  font-size: 12px;
  content: "\f0da";
  color: #656565;
}

/* widget-categories team */
.newswidget.widget-categories .widget-title {
  margin-bottom: 11px;
}


.newswidget.widget-categories.team ul li {
  color: #222;
  font-weight: 600;
  border-bottom: 1px solid rgb(222,222,222);
  margin-bottom: 2px;
  -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;
}

.newswidget.widget-categories.team ul li:hover {
  color: rgb(0,179,240);
  -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;
}

.newswidget.widget-categories.team ul li:hover a {
  color: rgb(0,179,240);
  -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;
}

.newswidget.widget-categories.team ul li.active-page {
  /*background-color: rgb(0,179,240);*/
  color: rgb(0,179,240);
}
.newswidget.widget-categories.team ul li.active-page a{
  color: rgb(0,179,240);
}

.news-overview
{
  border-bottom: 1px solid rgb(200,200,200);
  padding-bottom: 40px;
  margin-bottom: 40px;
}

.news-overview .title a,.news-overview .service-url a{
  color: #1293d4;
}


.news-single-overview
{
  border-bottom: 1px solid rgb(200,200,200);
  padding-bottom: 40px;
  margin-bottom: 40px;
}
.news-single-overview .title
{
  padding: 20px 0;
}
.news-single-overview .title h4
{
  color:rgb(90,90,90);
}


.news-single-overview .post-info span::after {
    content: "/";
    margin-left: 5px;
    margin-right: 5px;
}
.news-single-overview .post-info span:last-child::after {
    content: "";
    margin-left: 0;
}
.news-single-overview .post-info > span {
    color: #969696;
    font-family: "Lato", sans-serif;
    font-size: 13px;
    transition: all 0.4s ease 0s;
}
.news-single-overview .post-info a{
  font-family: "Lato", sans-serif;
  font-size: 12px;
  color: rgb(170,170,170);
}

.news-single-overview .post-info a:hover{
    color: #1293d4;
}
.news-single-overview .post-info {
    /*padding: 15px 0 10px;*/
    padding-bottom: 10px;
    margin-top: -25px;
}
.news-single-overview .post-info span
{
  font-family: "Lato", sans-serif;
  font-size: 12px;
  color: rgb(170,170,170);
}

.news-single-overview .post-content p
{
font-family: "Lato", sans-serif;
  color: rgb(100,100,100);
}

/* contact details  block
-------------------------------------------------------------- */
.sidebar .addresswidget {
  margin-bottom: 20px;
}

.sidebar .addresswidget ul li {
  margin-bottom: 30px;
}
.sidebar .addresswidget.widget-brochures ul li {
    margin-bottom: 5px;
}
.sidebar .addresswidget.widget-recent-posts ul li {
    border-bottom: 1px solid #e5e5e5;
  margin-bottom: 0px;
}
/* widget-archives */
.sidebar .addresswidget.widget-archives ul li {
    border-bottom: 1px solid #e5e5e5;
  margin-bottom: 0px;
}


/* widget-categories team */
.addresswidget.widget-categories .widget-title {
  margin-bottom: 11px;
}


.addresswidget.widget-categories.team ul li {
  color: rgb(90,90,90);
  font-family: "Lato", sans-serif;
  font-size: 13px;
  -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;
}

.newswidget.widget-categories.team ul li:hover {
  color: rgb(0,179,240);
  -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;
}

.newswidget.widget-categories.team ul li:hover a {
  color: rgb(0,179,240);
  -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;
}

.newswidget.widget-categories.team ul li.active-page {
  /*background-color: rgb(0,179,240);*/
  color: rgb(0,179,240);
}
.newswidget.widget-categories.team ul li.active-page a{
  color: rgb(0,179,240);
}

/* end contact details  block
-------------------------------------------------------------- */


.recent-list-item {
    display: block;
    overflow: hidden;
    margin-bottom: 15px;
}
.ltst-pst-img {
    float: left;
    margin-right: 15px;
}
.ltst-pst-img img
{
  width:50px;
  height:50px;
}
.ltst-pst-cntnt,
.latest-post-single {
    display: block;
    overflow: hidden;
}
.ltst-pst-cntnt > p {
    margin: 0;
}
.ltst-pst-cntnt > p a {
    color: #616161;
    font-family: "Lato", sans-serif;
    font-weight: 500;
}
.ltst-pst-cntnt > p a:hover {
    color: #1293d4;
}
.recent-list-item .blog-post-info {
    padding: 0;
}
.blog-post-info span::after {
    content: "/";
    margin-left: 5px;
    margin-right: 5px;
}
.blog-post-info span:last-child::after {
    content: "";
    margin-left: 0;
}
.blog-post-info > span {
    color: #969696;
    font-family: "Lato", sans-serif;
    font-size: 13px;
    transition: all 0.4s ease 0s;
}
.blog-post-info a{
  font-family: "Lato", sans-serif;
  font-size: 12px;
  color: rgb(170,170,170);
}

.blog-post-info a:hover{
    color: #1293d4;
}
.blog-post-info {
    padding: 15px 0 10px;
}

/*search*/
.single-widget{
  margin-bottom: 30px;
  position: relative;
}
.single-widget.search-news input {
    background: transparent none repeat scroll 0 0;
    border-color: -moz-use-text-color -moz-use-text-color rgb(180,180,180);
    border-image: none;
    box-shadow: none;
    color: #555555;
    font-size: 14px;
    height: 45px;
    padding: 0 0 0 15px;
    position: relative;
    width: 100%;
    border:1px solid rgb(180,180,180);
}
.single-widget .search-button {
    background: #1293d4 none repeat scroll 0 0;
    border: medium none;
    color: #fff;
    font-size: 16px;
    height: 45px;
    line-height: 48px;
    position: absolute;
    right: 0;
    top: 0;
    width: 45px;
}



/*post comments*/
.comments
{
  margin-bottom: 50px;
}
.comments h4 {
    display: block;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 25px;
    overflow: hidden;
    padding-bottom: 15px;
    position: relative;
    text-transform: uppercase;
}
.comments h4::after {
    background: #1293d4 none repeat scroll 0 0;
    bottom: 0;
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
    width: 100%;
}


.deatils-titel h5 {
    display: block;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 25px;
    overflow: hidden;
    padding-bottom: 15px;
    position: relative;
    text-transform: uppercase;
}
.deatils-titel h5::after {
    background: #1293d4 none repeat scroll 0 0;
    bottom: 0;
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
    width: 100%;
}

.form-group,
.form-textarea,
.form-single {
    margin-bottom: 25px;
}
.form-button .contact-submit {
    background: #1293d4 none repeat scroll 0 0;
    border: medium none;
    border-radius: 0;
    color: #fff;
    display: inline-block;
    font-family: "Lato", sans-serif;
    font-size: 16px;
    height: 45px;
    line-height: 46px;
    margin-top: 10px;
    overflow: hidden;
    transition: all 0.3s ease 0s;
    width: 100%;
}
.form-button .contact-submit:hover {
    background: #0b628e;
    color: #fff;
}
.form-control
{
  border-radius: 0;
  font-family: "Lato", sans-serif;
}

textarea.form-control
{
  max-width: 100%;
  max-height: 200px;
  height: 200px;
}



.comment-content {
    display: block;
    overflow: hidden;
}
.comment-single-box.parent {
    margin-top: 45px;
}
.comment-single-box.parent .comment-single-box.child {
    margin-left: 115px;
    margin-top: 25px;
}


.comment-author {
    margin-bottom: 10px;
}
.comment-pic {
    display: inline-block;
    float: left;
    margin-right: 25px;
    overflow: hidden;
}
.comment-pic img{
border-top-left-radius: 50% 50%;
  border-top-right-radius: 50% 50%;
  border-bottom-right-radius: 50% 50%;
  border-bottom-left-radius: 50% 50%;
}
.comment-author > h6 {
    margin: 0 0 3px;
}
.comment-author ul li {
    color: #969696;
    font-family: "Lato", sans-serif;
    font-size: 12px;
}
.comment-dis p
{
font-family: "Lato", sans-serif;
font-size: 12px;
}
.comment-dis > p {
    margin: 0 0 4px;
}
.mail-reply > a {
    color: #1293d4;
    font-size: 12px;
}



/*service summary item*/
.service-item-summary
{
  margin-bottom: 40px;
}
.service-item-summary .item-image
{
  margin-bottom: 25px;
}
.service-item-summary .post h4 a
{
  font-family: "Lato", sans-serif;
  color: #1293d4;
}
.service-item-summary .post p
{
  font-family: "Lato", sans-serif;
}
.service-item-summary .service-url a
{
  font-family: "Lato", sans-serif;
  color: #1293d4;
}



.slider-area,
.header,
.service-one-area,
.service-one-area-white,
.page-title,
.banner-one-area,
.our-partner,
.footer-bottom-area,
.copyright,
.main-content
{
  font-family: "Lato", sans-serif;
}
.slider-area .container h3,.slider-area .container p
{
  color:#fff;
}

.google-map .google-map-area > div
{
  width:100%; height:420px;
}

.news-overview .title-position
{
  padding-bottom: 10px;
}
.news-overview .title-position a
{
  color:rgb(170,170,170);
}


/* ---------------------------------------------------------------------- NAVIGATION STARTS ---------- */
.navbar-header{
  background-color:none;
}
.top-contact {
  font-size: 14px;
  color: #fff;
  padding-top: 30px;
  padding-bottom: 55px;
  font-weight: 400;
}
ul.nav-social-icons {
  padding: 0px;
  margin-top: 16px!important;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
  text-align: left;
}
ul.nav-social-icons li {
  list-style-type: none;
  display: inline-block;
}
ul.nav-social-icons li i {
  font-size: 16px;
  color: #fff!important;
  padding-left: 16px!important;
}
ul.nav-social-icons li a {
  padding: 0px!important;
  border: none!important;
}
ul.nav-social-icons li a i {
  color: #fff!important;
}
ul.nav-social-icons li a:hover i {
  color: #ff974f!important;
}
.navbar-brand {
  float: left;
  font-size: 18px;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 15px;
  padding-right: 15px;
}
.top-contact ul.small-nav {
  padding-top: 12px;
  padding-bottom: 0px;
  padding-left: 15px;
  padding-right: 15px;
  margin: 0px;
  text-align: right;
}
.top-contact ul.small-nav li {
  list-style-type: none;
  display: inline-block;
  padding-left: 20px;
}
.top-contact ul.small-nav li a {
  color: #fff;
}
.top-contact ul.small-nav li i {
  padding-left: 3px;
  padding-right: 3px;
}

/** search field **/
.top-contact ul.small-nav li .searchform {
  /*display: none;*/
  /*position: absolute;*/
  /*width: 300px;*/
  /*height: 30px;*/
  /*line-height: 30px;*/
  /*top: 34px;*/
  /*right: -15px;*/
  /*padding: 0 15px;*/
  /*cursor: default;*/
  /*z-index: 999;*/
  
}
.top-contact ul.small-nav li.dropdown a> i:hover{
cursor: pointer;
}
.top-contact ul.small-nav li.dropdown ul.dropdown-menu{
  background: none;
  border: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.top-contact ul.small-nav li.dropdown ul.dropdown-menu .searchform{
  width: 300px;
  height: 30px;
}
.top-contact ul.small-nav li.searchlink.open .searchform {
  display: block;
}
#search-1 {
  display: block;
  position: relative;
}
#s-1 {
 /* width: 270px;
  padding: 8px 11px;
  border: 0;
  font-size: 15px;
  color: #fff;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;*/
}
.sbtn {
  display: block;
  position: absolute;
  right: 5px;
  top: 8px;
  color: #fff;
  font-size: 18px;
  cursor: pointer;
}
.top-contact .phone {
  text-align: right;
}
.top-contact .phone i {
  width: 26px;
  height: 26px;
  border-radius: 13px;
  color: #fff;
  background-color: #e55353;
  text-align: center;
  padding-top: 6px;
  margin-right: 6px;
}
.sticky-wrapper {
  height: 0px!important;
}
.navbar-collapse {
  background-color: transparent;
}
.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 0px;
  border: 1px solid transparent;
}
.navbar-inverse {
  background:none;
  background-color: transparent;
  border-color: transparent;
}
.navbar-toggle {
  position: relative;
  float: right;
  padding: 9px 10px;
  margin-top: 15px;
  margin-right: 15px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}
#navigation, .non-sticky {
  width: 100%;
  margin-left: auto;
  margin-bottom: auto;
  position: absolute;
  z-index: 99999;
  padding-left: 0px;
  padding-right: 0px;
}

#navigation ul.nav {
  font-family: 'Lato', sans-serif;
  font-size: 13px;
  font-weight: 600;
  padding: 0px;
  margin-top: 10px;
  margin-right: 0px;
  margin-bottom: 10px;
  margin-left: 0px;
}
#navigation ul.nav li {
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
}
.nav>li>a {
  position: relative;
  display: block;
  padding-top: 6px;
  padding-right: 16px;
  padding-bottom: 6px;
  padding-left: 16px;
  border: 1px solid transparent;
}
#navigation ul.nav li a {
  color: #fff;
  font-weight: 400;
  text-decoration: none;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  opacity: 0.7;
}
#navigation ul.nav li a i {
  color: #fff;
  padding-left: 4px;
}
#navigation ul.nav a:hover {
  opacity: 1;
  color: #fff;
  text-decoration: none;
  border: 1px solid #323231;
}
#navigation ul.nav .current a {
  opacity: 1;
  color: #fff;
  text-decoration: none;
  border: 1px solid #323231;
}
ul.dropdown-menu {
  padding-left: 24px;
  padding-right: 24px;
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #000;
}
ul.dropdown-menu li a {
  font-size: 13px;
  padding-top: 8px;
  padding-right: 0px!important;
  padding-bottom: 8px;
  padding-left: 0px!important;
  color: #fff;
  border: 1px solid transparent!important;
}
ul.dropdown-menu li a:hover {
  color: #fff!important;
}
ul.dropdown-menu li a:last-child {
  padding-bottom: 0px!important;
}
ul.dropdown-menu>li>a:focus, ul.dropdown-menu>li>a:hover {
  color: #262626;
  text-decoration: none;
  background-color: transparent!important;
  border: 1px solid transparent!important;
}
.navbar-nav>li>.dropdown-menu li a:before {
  display: inline-block;
  font-family: icomoon;
  font-style: normal;
  font-weight: normal;
  content: "\f105";
  margin-right: 6px;
}
.navbar-default.navbar {
  border-radius: 0px;
  padding-top: 30px!important;
  padding-bottom: 24px!important;
  border-color: #e7e7e7!important;
}
#navigation .navbar-default ul.nav li a {
  color: #2c2e30;
  font-weight: 400;
  text-decoration: none;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  opacity: 0.7;
}
#navigation .navbar-default ul.nav li a i {
  color: #ff974f;
  padding-left: 4px;
}
#navigation .navbar-default ul.nav a:hover {
  opacity: 1;
  color: #000;
  text-decoration: none;
  border: 1px solid #e5e5e5;
}
#navigation .navbar-default ul.nav .current a {
  opacity: 1;
  color: #000;
  text-decoration: none;
  border: 1px solid #e5e5e5;
}
ul.small-nav-1 {
  padding-top: 12px;
  padding-bottom: 0px;
  padding-left: 15px;
  padding-right: 15px;
  margin: 0px;
  text-align: right;
}
ul.small-nav-1 li {
  list-style-type: none;
  display: inline-block;
  padding-left: 20px;
}
ul.small-nav-1 li a {
  color: #fff;
}
ul.small-nav-1 li i {
  padding-left: 3px;
  padding-right: 3px;
}
ul.small-nav-1 li.shop {
  background-color: #ff974f;
  padding-left: 6px!important;
  padding-right: 6px!important;
  padding-top: 4px!important;
  padding-bottom: 4px!important;
  margin-left: 20px!important;
  margin-right: 30px!important;
  color: #fff;
  position: relative;
}
ul.small-nav-1 li.shop .cart-item-number {
  position: absolute;
  z-index: 10;
  top: -11px;
  right: -11px;
  background-color: #666666;
  color: #fff;
  width: 22px;
  height: 22px;
  border-radius: 11px;
  text-align: center;
  font-size: 10px;
  line-height: 20px;
}
ul.small-nav-1 li.searchlink {
  display: block;
  float: right;
  position: relative;
  padding: 0px!important;
  margin: 0px;
  right: 0;
  font-size: 40px;
  cursor: pointer;
  height: 60px;
  width: 60px;
  color: #fff;
  margin-top: 6px;
  /*background-image: url(../img/search-2.png);*/
  /*background-repeat: no-repeat;*/
  /*background-position: center center;*/
}
ul.small-nav-1 li.searchlink:hover, .searchlink.open {
  color: #fff;
  background-color: transparent;
}
ul.small-nav-1 li.searchlink.open > .searchform {
  display: block;
}
/** search field **/
ul.small-nav-1 li .searchform {
  display: none;
  position: absolute;
  width: 300px;
  height: 30px;
  line-height: 30px;
  top: 34px;
  right: -15px;
  padding: 0 15px;
  cursor: default;
  z-index: 999;
}
ul.small-nav-1 li.searchlink.open .searchform {
  display: block;
}

#s-1 {
  width: 270px;
  background: #008080;
  padding: 8px 11px;
  border: 0;
  font-size: 15px;
  color: #fff;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
.sbtn {
  display: block;
  position: absolute;
  right: 5px;
  top: 5px;
  color: #fff;
  font-size: 18px;
  cursor: pointer;
  background: none;
  margin-right: 25px;
  border: none;
}
/*-------------------------------------------- NAVIGATION ENDS ---------- */


.no-gutter-4 [class*="-4"] {
  padding-left: 0;
  padding-right: 0;
}
.container-fluid {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
.row {
    margin-right: -15px;
    margin-left: -15px;
}
.home-pictures .no-gutter-4 img{
margin:0;
}


/* ---------------------------------------------------------------------- OUR SERVICES STARTS ------------------ */

.overlay-margin {
  position: absolute;
  top: -140px;
  z-index: 10;
}
.home-our-services {
  padding-top: 110px;
  padding-bottom: 10px;
}
.home-our-services .herotext {
  padding-top: 75px;
  padding-bottom: 75px;
  padding-left: 45px;
  padding-right: 45px;
  background-color: #fff;
  box-shadow: 0px 0px 4px 2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 0px 4px 2px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0px 0px 4px 2px rgba(0, 0, 0, 0.1);
}

.home-our-services .sidebar-menu{
  padding-top: 15px;
  padding-bottom: 75px;
  background-color: #008081;
  border:none;
  box-shadow:none;
  -moz-box-shadow:none;
  -webkit-box-shadow:none;
  color:#fff;
  padding-right: 0px;
  margin-left:40px;
}
.home-our-services .sidebar-menu ul li{
  padding:10px;
}
.home-our-services .sidebar-menu h2{
  color:#fff;
}
.home-our-services .sidebar-menu ul li a{
  color:#fff;
}
.home-our-services .sidebar-menu ul li.current a{
  color:#000;
}
.home-our-services .no-border{
  border:none;
  box-shadow:none;
  -moz-box-shadow:none;
  -webkit-box-shadow:none;
  padding-top: 15px;
}

.home-our-services h2.services-header{
  margin-top:30px;
}
.home-our-services .desciption {
}
.home-our-services ul.services {
  padding: 0px;
  margin: 0px;
}
.home-our-services ul.services li {
  margin: 0px;
  padding-left: 0px;
  padding-right: 0px;
  padding-bottom: 70px;
  list-style-type: none;
}
.home-our-services ul.services li .icon {
  font-size: 50px;
  color: #2c2e30;
  padding-bottom: 20px;
  -webkit-transition: all .3s ease-in-out 0s;
  -moz-transition: all .3s ease-in-out 0s;
  -ms-transition: all .3s ease-in-out 0s;
  -o-transition: all .3s ease-in-out 0s;
  transition: all .3s ease-in-out 0s;
}
.home-our-services ul.services li:hover .icon {
  font-size: 50px;
  color: #008080;
  padding-bottom: 20px;
  cursor: pointer;
}
.home-our-services ul.services li h1 {
  font-size: 16px;
  color: #2c2e30;
  font-weight: 600;
  text-transform: uppercase;
}
.home-our-services ul.services li .line2 {
  height: 2px;
  width: 40px;
  padding: 2px;
  border: 1px solid #008081;
  margin-top: 20px;
  margin-bottom: 30px;
}
.home-our-services ul.services li .desciption {
  width: 80%;
}
.home-our-services a.btn{
background-color:#008081;
color: #fff;
font-size:12px;
padding:15px;
margin-top:10px;
}
.home-our-services .text{
  font-family: 'Lato', serif;
  font-style: italic;
  color:#a3a3a3;
  font-size: 18px;
}
/* ---------------------------------------------------------------------- OUR SERVICES STARTS ------------------ */


/* ---------------------------------------------------------------------- PARALLAX STARTS ------------------ */
.parallax .banner-content h2> span{
  font-size:50px;
  color:#008081;
}
.parallax .banner-content h2.parallax-heading1{
  font-size: 50px;
}
.parallax .banner-content h2.parallax-heading2{
  font-size: 25px;
}
.parallax .banner-content h2.parallax-heading3 a{
  background:#008080;
  color:#333;
  line-height:2;
  text-align:center;
  text-decoration:none;
  font-weight:12px;
  color:#fff;
  margin-top: 20px;
}
.buttonlink:hover{
  border-color: #666 #aaa #bbb #888;
  border-width:4px 3px 3px 4px;
  color:#000;
}
/* ---------------------------------------------------------------------- PARALLAX STARTS ------------------ */



/* ---------------------------------------------------------------------- FUNFACT STARTS ------------------ */

.funfacts {
  padding-top: 130px;
  padding-bottom: 130px;
  text-align: center;
}
.funfacts .block {
  text-align: center;
  padding-bottom: 50px;
}
.funfacts .block .box h1 {
  font-family: 'Merriweather', serif;
  font-size: 30px;
  color: #008081;
  font-weight: 900;
  text-transform: uppercase;
  padding-top: 0px;
  margin-bottom: 0px;
}
.funfacts .block .box h2 {
  font-size: 18px;
  color: #141414;
  font-weight: 600;
  text-transform: uppercase;
  padding-top: 40px;
}
.funfacts .block .box {
  width: 250px;
  height: 110px;
  background-image: url(../img/box.png);
  background-repeat: no-repeat;
  background-position: center center;
  margin-left: auto;
  margin-right: auto;
}
.funfacts .intro {
  padding-top: 0px;
}
.funfacts .intro h1 {
  font-size: 30px;
  color: #141414;
  font-weight: 900;
  margin-top: 2px;
  text-transform: uppercase;
}
.funfacts .intro h2 {
  font-size: 26px;
  color: #666666;
  font-weight: 300;
  margin-bottom: 8px;
}
/* ---------------------------------------------------------------------- FUNFACT ENDS ------------------ */




/* ---------------------------------------------------------------------- FullWidth Section ------------------ */
.fullwidth-section{
  position:relative;
  margin-top: 0px;
  background-color: #f6f6f6;
}

.fullwidth-section .section-outer{
  position:relative;
}

.fullwidth-section .section-outer .image-column{
    position: absolute;
    left: 0px;
    top: 0px;
    width: 50%;
    height: 100%;
    display: block;
    float: left;
  background-size:cover;
}

.fullwidth-section .section-outer .image-column .hidden-image{
  display:none;
}

.fullwidth-section .section-outer .content-column{
  position:relative;
  width:50%;
  float:right;
  background-size:cover;
  padding:60px 15px 80px 80px;
  background-color: #f6f6f6;
}



.fullwidth-section .section-outer .content-column .content{
  max-width:535px;
  float:left;
  overflow:hidden;
}

.fullwidth-section .section-outer .content-column .content .title{
  position:relative;
  color:#ccc;
  font-size:13px;
  font-weight:500;
  padding:6px 17px;
  margin-bottom:20px;
  background-color:#2e2e2e;
  text-transform:uppercase;
  display:inline-block;
  font-family: 'Montserrat', sans-serif;
}

.fullwidth-section .section-outer .content-column .content h2{
  position:relative;
  color:#262626;
  font-size:42px;
  font-weight:700;
  line-height:1.2em;
  margin-bottom:15px;
  font-family: 'Poppins', sans-serif;
}

.fullwidth-section .section-outer .content-column .content .text{
  position:relative;
  font-size:16px;
  color:#262626;
}

.fullwidth-section .section-outer .content-column .donate-bar{
  position:relative;
  width:100%;
  height:10px;
  margin-bottom:40px; 
}

.fullwidth-section .section-outer .content-column .bar-inner{
  position:relative;
  width:100%;
  height:10px;
  background:#fafafa;
}

.fullwidth-section .section-outer .content-column .bar-inner .bar{
  position:absolute;
  left:-100%;
  top:-1px;
  height:11px;
  background:#ffb607;
  border-radius:0px;
  -webkit-transition:all 2000ms ease;
  -ms-transition:all 2000ms ease;
  -o-transition:all 2000ms ease;
  -moz-transition:all 2000ms ease;
  transition:all 2000ms ease;
}

.fullwidth-section .section-outer .content-column .donate-bar.animated .bar-inner .bar{
  left:-1px;  
}

.fullwidth-section .section-outer .content-column .bar-inner .count-box{
  position: absolute;
    right: 0px;
    top: -15px;
    width: 40px;
    height: 40px;
  color:#000000;
  font-size:12px;
  font-weight:600;
  line-height:35px;
  text-align:center;
  border-radius:50%;
    background: #ffffff;
  border:3px solid #ffb607;
  font-family: 'Montserrat', sans-serif;
}

.fullwidth-section .section-outer .content-column .donate-info{
  position:relative;
  margin-top:20px;
  margin-bottom:25px;
}

.fullwidth-section .section-outer .content-column .donate-info .percentage{
  position:absolute;
  left:50%;
  margin-left:-15px;
}

.fullwidth-section .section-outer .content-column .donate-info .amount{
  position:relative;
  line-height:24px;
  text-transform:uppercase;
  font-weight:700;
  color:#ffffff;
  font-size:15px;
  font-family: 'Montserrat', sans-serif;
}

.fullwidth-section .section-outer .content-column .donate-info .amount span{
  font-weight:400;
  margin-left:5px;
}

.fullwidth-section .section-outer .content-column .donate-info .raised{
  float:left;
}

.fullwidth-section .section-outer .content-column .donate-info .goal{
  float:right;
}



.fullwidth-section .section-outer .content-column .btn-fill2-round {
  display: inline-block;
  background: #d4a000;
  color: #ffffff;
  font-weight: 600;
  font-size: 16px;
  text-transform: uppercase;
  padding: 14px 20px;
  -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;
  transition: all 0.3s ease-out;
  margin-top: 30px;
}
.fullwidth-section .section-outer .content-column .btn-fill2-round:hover {
  background: #9e7800;
}
.fullwidth-section .section-outer .content-column .btn-fill2-round i {
  padding-left: 15px;
}
.fullwidth-section .section-outer .content-column .content ul{
margin-bottom: 20px;
}
/* ---------------------------------------------------------------------- FullWidth Section ------------------ */


/* ---------------------------------------------------------------------- DOWNLOAD STARTS ------------------ */

.download-brochure {
  margin-top: 80px;
  padding-top: 50px;
  padding-bottom: 50px;
}
.download-brochure h1 {
  font-size: 24px;
  color: #fff;
  font-weight: 900;
  text-transform: uppercase;
  padding-top: 0px;
  margin-bottom: 0px;
}
.download-brochure h2 {
  font-size: 16px;
  color: #fff;
  margin-top: 8px;
  font-style: italic;
}
.download-brochure .button {
  margin-top: 10px;
  margin-bottom: 10px;
}
.download-brochure .button {
  background-image: url(../images/download/btn.png);
  background-repeat: no-repeat;
  background-position: center center;
  width: 271px;
  height: 70px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.download-brochure .button a {
  font-size: 16px;
  color: #fff;
  font-weight: 900;
  text-transform: uppercase;
  line-height: 65px;
}
.download-brochure .button a:hover {
  opacity: 0.8;
  text-decoration: none;
}
.download-brochure .button a i {
  font-size: 24px;
  padding: 0px;
  margin: 0px;
  padding-right: 12px;
  padding-top: 8px;
}
.parallax-4 {
  background-image: url(../img/4.jpg);
  background-repeat: repeat-y;
}
/* ---------------------------------------------------------------------- DOWNLOAD ENDS ------------------ */


/* ---------------------------------------------------------------------- FOOTER STARTS ------------------ */


footer {
  padding-top: 70px;
  padding-bottom: 50px;
  color: #cccccc;
  font-size: 14px;
}
footer ul.contact {
  padding-left: 0px;
  padding-right: 0px;
  padding-top: 30px;
  padding-bottom: 30px;
  margin: 0px;
}
footer ul.contact li {
  margin: 0px;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 8px;
  padding-left: 0px;
  list-style-type: none;
  font-size: 14px;
}
footer ul.contact li a {
  color: #cccccc;
  -webkit-transition: all .3s ease-in-out 0s;
  -moz-transition: all .3s ease-in-out 0s;
  -ms-transition: all .3s ease-in-out 0s;
  -o-transition: all .3s ease-in-out 0s;
  transition: all .3s ease-in-out 0s;
}
footer ul.contact li a:hover {
  color: #fff;
  text-decoration: none;
}
footer ul.contact li i {
  font-size: 20px;
  width: 24px;
  text-align: center;
  padding-right: 16px;
  padding-top: 7px;
}
footer ul.connect {
  padding-left: 0px;
  padding-right: 0px;
  padding-top: 30px;
  padding-bottom: 30px;
  margin: 0px;
}
footer ul.connect li {
  margin: 0px;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 8px;
  padding-left: 0px;
  list-style-type: none;
  font-size: 14px;
}
footer ul.connect li i {
  width: 20px;
  text-align: center;
  padding-right: 12px;
}
footer ul.connect li a {
  color: #cccccc;
  -webkit-transition: all .3s ease-in-out 0s;
  -moz-transition: all .3s ease-in-out 0s;
  -ms-transition: all .3s ease-in-out 0s;
  -o-transition: all .3s ease-in-out 0s;
  transition: all .3s ease-in-out 0s;
}
footer ul.connect li a:hover {
  color: #fff;
  text-decoration: none;
}
footer ul.usefullinks {
  padding-left: 0px;
  padding-right: 0px;
  padding-top: 30px;
  padding-bottom: 30px;
  margin: 0px;
}
footer ul.usefullinks li {
  margin: 0px;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 8px;
  padding-left: 0px;
  list-style-type: none;
  font-size: 14px;
}
footer ul.usefullinks li:before {
  display: inline-block;
  font: normal normal normal 14px/1 icomoon;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f0da";
  padding-right: 10px;
}
footer ul.usefullinks li a {
  color: #cccccc;
  -webkit-transition: all .3s ease-in-out 0s;
  -moz-transition: all .3s ease-in-out 0s;
  -ms-transition: all .3s ease-in-out 0s;
  -o-transition: all .3s ease-in-out 0s;
  transition: all .3s ease-in-out 0s;
}
footer ul.usefullinks li a:hover {
  color: #fff;
  text-decoration: none;
}
footer h1 {
  font-size: 14px;
  color: #fff;
  font-weight: 900;
  text-transform: uppercase;
  padding-top: 0px;
  margin-bottom: 0px;
}
footer .line2 {
  height: 2px;
  width: 30px;
  padding: 1px;
  border: 1px solid #008081;
  margin-top: 12px;
  margin-bottom: 0px;
}
footer .newletter {
  padding-bottom: 150px;
}
/** search field **/
.newletter .searchform {
  display: block;
  position: absolute;
  width: 250px;
  height: 26px;
  line-height: 26px;
  padding-top: 30px;
  padding-right: 15px;
  padding-bottom: 30px;
  padding-left: 0px;
  cursor: default;
}
.newletter #search {
  display: block;
  position: relative;
}
.newletter #s {
  width: 220px;
  background: #2c2e30;
  padding: 8px 11px;
  border: 0;
  font-size: 15px;
  color: #fff;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
.newletter .sbtn {
  display: block;
  position: absolute;
  right: 0px;
  top: 6px;
  background: none;
  border: none;
  color: #fff;
  font-size: 18px;
  cursor: pointer;
}
footer .copyright {
  color: #666666;
  font-size: 12px;
  text-transform: uppercase;
  text-align: center;
  font-weight: 500;
  border-top-width: 2px;
  border-top-style: solid;
  border-top-color: #2b2b2b;
  padding-top: 40px;
}
footer .copyright a{
  color: #666666;
}
footer .copyright span {
  color: #cccccc;
}
.dark-grey-bg {
  background-color: #111213;
}
/* ---------------------------------------------------------------------- FOOTER ENDS ------------------ */


/* ---------------------------------------------------------------------- INNER BANNER STYLE 01 STARTS ------------------ */

.inner-banner-style .info {
  padding-top: 200px;
  padding-bottom: 50px;
}
.inner-banner-style .info h1 {
  font-size: 40px;
  font-weight: 800;
  color: #fff;
  letter-spacing: 2px;
  text-align: center;
  text-transform: uppercase;
  padding: 0px;
  margin: 0px;
}
.inner-banner-style .breadcrumb {
  margin-bottom: 0px;
  list-style: none;
  background-color: transparent;
  border-radius: 0px;
  padding-top: 10px;
  padding-right: 0px;
  padding-bottom: 10px;
  padding-left: 0px;
  text-align: center;
  text-transform: uppercase;
}
.inner-banner-style .breadcrumb>li a {
  font-size: 13px;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: #888888;
}
.inner-banner-style .breadcrumb>.active {
  font-size: 13px;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: #888888;
}
.inner-banner-style .line {
  height: 6px;
  width: 72px;
  background-color: #008081;
  /*background: -moz-linear-gradient(left, rgba(255,151,79,1) 0%, rgba(255,151,79,1) 49%, rgba(255,151,79,0) 50%, rgba(125,185,232,0) 100%); /* FF3.6-15 */*/
  /*background: -webkit-linear-gradient(left, rgba(255,151,79,1) 0%, rgba(255,151,79,1) 49%, rgba(255,151,79,0) 50%, rgba(125,185,232,0) 100%); /* Chrome10-25,Safari5.1-6 */*/
  /*background: linear-gradient(to right, rgba(255,151,79,1) 0%, rgba(255,151,79,1) 49%, rgba(255,151,79,0) 50%, rgba(125,185,232,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */*/
/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff974f', endColorstr='#007db9e8', GradientType=1 ); /* IE6-9 */*/
  padding: 2px;
  border: 1px solid #008081;
  margin-top: 30px;
  margin-bottom: 10px;
  margin-left: auto;
  margin-right: auto;
}
.banner-img-01 {
  background-attachment: fixed;
  background-image: url(../img/slider/slider-2.jpg);
  background-repeat: repeat-y;
  background-position: 50% 0;
  background-size: cover;
}
/* ---------------------------------------------------------------------- INNER BANNER STYLE 01 STARTS ------------------ */



.herotext-2 h1 {
  font-size: 20px;
  color: #2c2e30;
  font-weight: 900;
  margin-top: 0px;
  text-transform: uppercase;
}
.herotext-2 i{
  font-size: 30px;
  color: #008081;
  font-weight: 900;
  margin-top: 10px;
  margin-right: 10px;
  text-transform: uppercase;
}
.herotext-2 h2 {
  font-size: 20px;
  color: #2c2e30;
  font-weight: 400;
  margin-bottom: 0px;
}
.herotext-2 .line {
  height: 6px;
  width: 72px;
  background-color: #008081;
  /*background: -moz-linear-gradient(left, rgba(0,128,129,1) 0%, rgba(0,128,129,1) 49%, rgba(0,128,129,0) 50%, rgba(0,128,129,0) 100%); /* FF3.6-15 */*/
  /*background: -webkit-linear-gradient(left, rgba(0,128,129,1) 0%, rgba(0,128,129,1) 49%, rgba(0,128,129,0) 50%, rgba(0,128,129,0) 100%); /* Chrome10-25,Safari5.1-6 */*/
  /*background: linear-gradient(to right, rgba(0,128,129,1) 0%, rgba(0,128,129,1) 49%, rgba(0,128,129,0) 50%, rgba(0,128,129,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */*/
/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff974f', endColorstr='#007db9e8', GradientType=1 ); /* IE6-9 */*/
  padding: 2px;
  border: 1px solid #008081;
  margin-top: 30px;
  margin-bottom: 40px;
}






/* ---------------------------------------------------------------------- SERVICES LIST STARTS ------------------ */
.service-item .services-item-inner {
  background-color:#fafafa;
  margin-bottom: 2em;
  text-align:center;
  padding-top:0.1px;
}
.service-item .services-item-inner:hover,
.service-item .services-item-inner:hover .service-item-info h4.service-item-info-title a
{
  background-color:#008081;
  color:white;
}
.service-item .services-item-inner:hover .service-item-info-btn a
{
  color:#008081;
  background-color:#fff;
}
.service-item .services-item-inner .service-item-thumb{
  margin-bottom: 0;
}
.service-item .services-item-inner .service-item-info{
  padding: 1.5em 2em;
}

.service-item .services-item-inner .service-item-info{
  margin: 0;
}
.service-item .services-item-inner .service-item-info{
  line-height:1.5em;
  margin-top: 0.1em;
}
.service-item .services-item-inner .service-item-info h4.service-item-info-title{
  font-size: 20px;
  color:#282828;
}
.service-item .services-item-inner .service-item-info h4.service-item-info-title a{
  font-size: 20px;
  color:#282828;
}
.service-item .services-item-inner .service-item-info{
  margin-top:1em;
}
.service-item .services-item-inner .service-item-info p {
  margin:0;
}
.service-item .services-item-inner .service-item-info{
  margin:1em 0 0;
}

/* ---------------------------------------------------------------------- SERVICES LIST STARTS ------------------ */


ul.default-list {
  list-style:none;
  list-style-position: inside;
}
ul.default-list li i {
  color: #008081;
  font-size:18px;
  margin-right:5px;
}


/* ---------------------------------------------------------------------- BLOG PAGE STARTS ------------------ */

.blog .contents {
  padding-top: 120px;
  padding-bottom: 120px;
}
.blog .blog-post {
  background-color: #fff;
  box-shadow: 0px 0px 4px 2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 0px 4px 2px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0px 0px 4px 2px rgba(0, 0, 0, 0.1);
  margin-bottom: 60px;
  margin-left: 10px;
  margin-right: 10px;
}
.blog .blog-post .post-picture {
  padding:10px;
}
.blog .blog-post .post-contents {
  padding-top: 35px;
  padding-left: 35px;
  padding-right: 35px;
  padding-bottom: 0px;
}
.blog .blog-post .post-contents .meta {
  font-family: 'Merriweather', serif;
  color: #888888;
  font-size: 12px;
  font-style: italic;
}
.blog .blog-post .post-contents h1 {
  color: #2c2e30;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 800;
  line-height: 26px;
  margin-top: 4px;
}
.blog .blog-post .post-contents .clearfix h1 {
  color: #2c2e30;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 800;
  line-height: 26px;
  margin-top: 4px;
  float: left;
  width: 80%;
}
.blog .blog-post .post-contents .comments-2 {
  margin-top: 10px;
  float: right;
  background-color: #ff974f;
  height: 38px;
  min-width: 38px;
  color: #fff;
  text-align: center;
  padding-top: 6px;
  font-size: 12px;
}
.blog .blog-post .post-contents .description {
  color: #555555;
  font-size: 15px;
  padding-top: 6px;
  margin-bottom: 20px;
}
.blog .blog-post .post-contents .button {
  margin-top: 30px;
  float: left;
  margin-bottom: 30px;
}
.blog .blog-post .post-contents .button a.btn-orange {
  text-transform: uppercase;
  color: #fff;
  text-align: center;
  background-color: #008081;
  padding-top: 12px;
  padding-bottom: 13px;
  padding-left: 20px;
  padding-right: 0px;
  font-weight: 600;
  font-size: 12px;
  line-height: normal;
  -webkit-transition: all .3s ease-in-out 0s;
  -moz-transition: all .3s ease-in-out 0s;
  -ms-transition: all .3s ease-in-out 0s;
  -o-transition: all .3s ease-in-out 0s;
  transition: all .3s ease-in-out 0s;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-top-style: solid;
  border-right-style: none;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-color: #008080;
  border-bottom-color: #008080;
  border-left-color: #008080;
}
.blog .blog-post .post-contents .button a.btn-orange i {
  text-transform: uppercase;
  color: #fff;
  text-align: center;
  padding-top: 14px;
  padding-bottom: 14px;
  padding-left: 0px;
  padding-right: 18px;
  margin-left: 20px;
  font-weight: 600;
  font-size: 12px;
  line-height: normal;
}
.blog .blog-post .post-contents .button a.btn-orange:hover {
  text-decoration: none;
  background-color: #2c2e30;
  color: #fff;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-top-style: solid;
  border-right-style: none;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-color: #2c2e30;
  border-bottom-color: #2c2e30;
  border-left-color: #2c2e30;
}
.blog .blog-post .post-contents .comments {
  margin-top: 30px;
  float: right;
  background-color: #ff974f;
  height: 40px;
  min-width: 40px;
  color: #fff;
  text-align: center;
  padding-top: 6px;
  font-size: 12px;
  margin-bottom: 0px!important;
}
.pagging {
  text-align: center;
  padding-top: 20px;
  padding-bottom: 20px;
}
.pagination>li>a, .pagination>li>span {
  position: relative;
  float: left;
  margin-left: -1px;
  line-height: 1.42857143;
  color: #2c2e30;
  text-decoration: none;
  background-color: #fff;
  padding-top: 8px;
  padding-right: 16px;
  padding-bottom: 8px;
  padding-left: 16px;
  border: 1px solid #eeeeee;
  margin-left: 4px;
  margin-right: 4px;
  border-radius: 0px;
}
.pagination>li>a:hover {
  color: #fff;
  background-color: #2c2e30;
  border: 1px solid #2c2e30;
}
.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover {
  z-index: 2;
  color: #fff;
  cursor: default;
  background-color: #2c2e30;
  border: 1px solid #2c2e30;
}
.blog .blog-post .post-contents .description blockquote {
  font-family: 'Merriweather', serif;
  padding: 40px;
  background-color: #ff974f;
  font-size: 16px;
  color: #fff;
  font-style: italic;
  margin-top: 50px;
  margin-right: 20px;
  margin-bottom: 50px;
  margin-left: 20px;
  border-top-style: none;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none;
  text-align: center;
}
.blog .blog-post .post-contents .description blockquote .name {
  font-family: 'lato', serif;
  text-transform: uppercase;
  color: #fff;
  font-style: normal;
  font-size: 14px;
  font-weight: 600;
}
.blog .blog-post .post-contents .description .post-detail-picture {
  padding-top: 40px;
  padding-bottom: 40px;
  padding-left: 20px;
  padding-right: 20px;
}
.blog .blog-post .post-contents .description ul.social-icons {
  margin: 0px;
  text-align: left;
  padding-top: 30px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
}
.blog .blog-post .post-contents .description ul.social-icons li {
  font-size: 16px;
  color: #888888;
  display: inline-block;
  list-style-type: none;
  margin-right: 8px;
  margin-left: 8px;
  text-align: center;
  line-height: 1.5;
}
.blog .blog-post .post-contents .description ul.social-icons li:first-child {
  margin-left: 0px;
  margin-right: 10px;
}
.blog .blog-post .post-contents .description ul.social-icons li h1 {
  font-size: 14px;
  font-weight: 800;
  color: #2c2e30;
  text-transform: uppercase;
  padding-bottom: 8px;
  padding-top: 0px;
  margin-top: 0px;
  margin-left: 0px;
}
.blog .blog-post .post-contents .description ul.social-icons li a {
  color: #888888;
}
.blog .blog-post .post-contents .description ul.social-icons li a:hover {
  color: #ff974f;
}
.about-author {
  background-color: #fff;
  box-shadow: 0px 0px 4px 2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 0px 4px 2px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0px 0px 4px 2px rgba(0, 0, 0, 0.1);
  margin-bottom: 80px;
  margin-top: 50px;
  margin-left: 10px;
  margin-right: 10px;
}
.about-author h1 {
  font-size: 16px;
  color: #fff;
  letter-spacing: 3px;
  text-transform: uppercase;
  margin-bottom: 30px;
}
.about-author .block {
  padding: 30px;
  border: 1px solid #2c2e30;
  background-color: #2c2e30;
  border-radius: 0px;
}
.about-author .block .picture {
  float: left;
  margin-right: 15px;
}
.about-author .block .detail {
  padding-left: 130px;
}
.about-author .block .detail .name {
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  text-transform: uppercase;
}
.about-author .block .detail .name span {
  font-size: 16px;
  font-weight: 600;
  color: #ccc;
  text-transform: none;
  font-style: italic;
  padding-left: 12px;
}
.about-author .block .detail .intro {
  font-size: 14px;
  line-height: 24px;
  padding-top: 12px;
  color: #fff;
}
.comments {
  margin-bottom: 80px;
  margin-left: 10px;
  margin-right: 10px;
}
.comments h2 {
  font-size: 26px;
  font-weight: 400;
  color: #2c2e30;
  text-transform: none;
  margin: 0px;
  padding: 0px;
}
.comments h1 {
  font-size: 30px;
  font-weight: 900;
  color: #2c2e30;
  text-transform: uppercase;
  margin-top: 0px;
}
.comments .line {
  height: 6px;
  width: 72px;
  background: -moz-linear-gradient(left, rgba(255,151,79,1) 0%, rgba(255,151,79,1) 49%, rgba(255,151,79,0) 50%, rgba(125,185,232,0) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(left, rgba(255,151,79,1) 0%, rgba(255,151,79,1) 49%, rgba(255,151,79,0) 50%, rgba(125,185,232,0) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, rgba(255,151,79,1) 0%, rgba(255,151,79,1) 49%, rgba(255,151,79,0) 50%, rgba(125,185,232,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff974f', endColorstr='#007db9e8', GradientType=1 ); /* IE6-9 */
  padding: 2px;
  border: 1px solid #ff974f;
  margin-top: 30px;
  margin-bottom: 50px;
}
.comments .media-heading {
  font-size: 14px;
  font-weight: 600;
  color: #2c2e30;
  text-transform: uppercase;
  margin-top: 0px;
  margin-bottom: 0px;
}
.comments .media-heading span {
  font-size: 13px;
  text-transform: none;
  padding-left: 5px;
}
.comments .meta {
  float: left;
}
.comments .date {
  font-family: 'Merriweather', serif;
  font-size: 12px;
  color: #888888;
  font-style: italic;
}
.comments .media-heading {
  font-size: 16px;
  line-height: 24px;
}
.comments .media-body {
  padding-left: 20px!important;
}
.comments .media-body .button {
  margin-top: 0px;
  float: right;
}
.comments .media-body .button a.btn-transparent {
  text-transform: uppercase;
  color: #555555;
  text-align: center;
  background-color: transparent;
  padding-top: 8px;
  padding-bottom: 9px;
  padding-left: 12px;
  padding-right: 0px;
  font-weight: 600;
  font-size: 11px;
  line-height: normal;
  -webkit-transition: all .3s ease-in-out 0s;
  -moz-transition: all .3s ease-in-out 0s;
  -ms-transition: all .3s ease-in-out 0s;
  -o-transition: all .3s ease-in-out 0s;
  transition: all .3s ease-in-out 0s;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-top-style: solid;
  border-right-style: none;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-color: #2c2e30;
  border-bottom-color: #2c2e30;
  border-left-color: #2c2e30;
}
.comments .media-body .button a.btn-transparent i {
  text-transform: uppercase;
  color: #ff974f;
  text-align: center;
  background-color: #transparent;
  padding-top: 9px;
  padding-bottom: 9px;
  padding-left: 12px;
  padding-right: 12px;
  margin-left: 12px;
  font-weight: 600;
  font-size: 12px;
  line-height: normal;
  border: 1px solid #2c2e30;
}
.comments .media-body .button a.btn-transparent:hover {
  text-decoration: none;
  background-color: #2c2e30;
  color: #fff;
}
.comments .media-body .button a.btn-transparent:hover i {
  color: #fff;
}
.comments .media-body p {
  font-size: 14px;
  line-height: 24px;
  margin-top: 8px;
}
.comments .media-body a.reply {
  font-size: 14px;
  font-weight: 600;
  color: #16a7ff;
}
.comments .media-body a.reply:hover {
  font-size: 14px;
  font-weight: 600;
  color: #000;
  text-decoration: none;
}
.comments .media-body .media {
  margin-top: 45px;
  padding-top: 35px;
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: #dddddd;
}
.comments .media-list li.media {
  margin-bottom: 45px;
  padding-bottom: 35px;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #e4e5e6;
}
.leave-a-reply {
  margin-bottom: 80px;
  margin-left: 10px;
  margin-right: 10px;
}
.leave-a-reply h2 {
  font-size: 26px;
  font-weight: 400;
  color: #2c2e30;
  text-transform: none;
  margin: 0px;
  padding: 0px;
}
.leave-a-reply h1 {
  font-size: 30px;
  font-weight: 900;
  color: #2c2e30;
  text-transform: uppercase;
  margin-top: 0px;
}
.leave-a-reply .line {
  height: 6px;
  width: 72px;
  background: -moz-linear-gradient(left, rgba(255,151,79,1) 0%, rgba(255,151,79,1) 49%, rgba(255,151,79,0) 50%, rgba(125,185,232,0) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(left, rgba(255,151,79,1) 0%, rgba(255,151,79,1) 49%, rgba(255,151,79,0) 50%, rgba(125,185,232,0) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, rgba(255,151,79,1) 0%, rgba(255,151,79,1) 49%, rgba(255,151,79,0) 50%, rgba(125,185,232,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff974f', endColorstr='#007db9e8', GradientType=1 ); /* IE6-9 */
  padding: 2px;
  border: 1px solid #ff974f;
  margin-top: 30px;
  margin-bottom: 50px;
}
.leave-a-reply .form-control {
  display: block;
  text-transform: uppercase;
  width: 100%;
  height: 50px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 3px;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-top-color: #dddddd;
  border-right-color: #dddddd;
  border-bottom-color: #dddddd;
  border-radius: 0px;
  margin-bottom: 20px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.leave-a-reply .btn {
  margin-top: 30px;
  text-transform: uppercase;
  color: #fff;
  text-align: center;
  background-color: #ff974f;
  padding: 0px;
  border-radius: 0px;
  border: none;
  padding-left: 20px!important;
  padding-right: 0px!important;
  font-weight: 600!important;
  font-size: 12px;
  line-height: normal;
  -webkit-transition: all .3s ease-in-out 0s;
  -moz-transition: all .3s ease-in-out 0s;
  -ms-transition: all .3s ease-in-out 0s;
  -o-transition: all .3s ease-in-out 0s;
  transition: all .3s ease-in-out 0s;
}
.leave-a-reply .btn:hover {
  text-decoration: none;
  background-color: #000;
  color: #fff;
}
.leave-a-reply .btn i {
  text-transform: uppercase;
  color: #fff;
  text-align: center;
  background-color: #2c2e30;
  border: 1px solid #2c2e30;
  padding-top: 16px!important;
  padding-bottom: 16px!important;
  padding-left: 20px!important;
  padding-right: 20px!important;
  margin-left: 20px!important;
  font-weight: 600;
  font-size: 12px;
  line-height: normal;
}
/* ---------------------------------------------------------------------- BLOG PAGE STARTS ------------------ */

/* ---------------------------------------------------------------------- SIDEBAR STARTS ------------------ */

.sidebar {
  padding-left: 60px!important;
}
.sidebar h1 {
  font-size: 14px;
  font-weight: 800;
  color: #2c2e30;
  text-transform: uppercase;
  padding-bottom: 8px;
  padding-top: 0px;
  margin-top: 0px;
}
.sidebar .line2 {
  height: 5px;
  width: 30px;
  padding: 1px;
  background-color: #008081;
  margin-top: 2px;
  margin-bottom: 30px;
}
.sidebar .about {
  padding-bottom: 65px;
}
.sidebar .about .description {
  font-size: 14px;
  padding: 0px;
}
.sidebar .search {
  padding-bottom: 65px;
}
.sidebar .search .form-inline .form-group {
  display: inline-block;
  margin-bottom: 0;
  vertical-align: middle;
  width: 100%;
}
.sidebar .search .form-inline .input-group {
  display: inline-table;
  vertical-align: middle;
  width: 100%;
}
.sidebar .search .form-inline .input-group input {
  font-size: 14px;
  color: #2c2e30;
  padding: 12px;
  border-radius: 0px;
  width: 100%;
  border-top-width: 1px;
  border-bottom-width: 2px;
  border-left-width: 1px;
  border-top-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-color: #dddddd;
  border-bottom-color: #dddddd;
  border-left-color: #dddddd;
  border-right-width: 0px;
  border-right-style: dddddd;
}
.sidebar .search .form-inline .input-group .input-group-addon {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  color: #ff974f;
  text-align: center;
  background-color: #fff;
  border-radius: 0px;
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 2px;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-top-color: #dddddd;
  border-right-color: #dddddd;
  border-bottom-color: #dddddd;
}
.sidebar .search .form-inline .input-group .input-group-addon a {
  color: #ff974f;
}
.sidebar .blog-categories {
  padding-bottom: 65px;
}
.sidebar .blog-categories ul {
  padding: 0px;
  margin: 0px;
}
.sidebar .blog-categories ul li {
  margin: 0px;
  padding-left: 0px;
  padding-right: 0px;
  list-style-type: none;
  margin-bottom: 8px;
  padding-bottom: 8px;
  padding-top: 0px;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #ccc;
}
.sidebar .blog-categories ul li:last-child {
  margin: 0px;
  padding-left: 0px;
  padding-right: 0px;
  list-style-type: none;
  margin-bottom: 0px;
  padding-bottom: 0px;
  padding-top: 0px;
  border-bottom-width: 0px;
  border-bottom-style: solid;
  border-bottom-color: #ccc;
}
.sidebar .blog-categories ul li:before {
  display: inline-block;
  font: normal normal normal 14px/1 icomoon;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f0da";
  padding-right: 12px;
}
.sidebar .blog-categories ul li a {
  color: #555555;
  font-size: 14px;
}
.sidebar .blog-categories ul li a span {
  float: right;
}
.sidebar .blog-categories ul li a {
  color: #555555;
  font-size: 14px;
}
.sidebar .blog-categories ul li a:hover {
  color: #ff974f;
  font-size: 14px;
  text-decoration: none;
}
.sidebar .recent-posts {
  padding-bottom: 65px;
}
.sidebar .recent-posts ul {
  padding: 0px;
  margin: 0px;
}
.sidebar .recent-posts ul li {
  font-weight: 500;
  font-size: 12px;
  list-style-type: none;
  margin-bottom: 20px;
  padding-bottom: 20px;
  padding-top: 0px;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #ccc;
}
.sidebar .recent-posts ul li:last-child {
  font-weight: 500;
  font-size: 12px;
  list-style-type: none;
  margin-bottom: 0px;
  padding-bottom: 20px;
  padding-top: 0px;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #ccc;
}
.sidebar .recent-posts ul li .picture {
  float: left;
  margin-right: 15px;
}
.sidebar .recent-posts ul li .info {
  padding-left: 90px;
}
.sidebar .recent-posts ul li .info .caption {
  font-size: 14px;
  line-height: 22px;
  font-weight: 600;
  color: #2c2e30;
}
.sidebar .recent-posts ul li .info .date {
  font-family: 'Merriweather', serif;
  color: #888888;
  font-style: italic;
  font-size: 12px;
  padding-top: 12px;
}
.sidebar .recent-posts ul li a {
  color: #000;
  line-height: normal;
}
.sidebar .recent-posts ul li a:hover {
  color: #666;
  text-decoration: none;
}
.sidebar .tags {
  padding-bottom: 65px;
}
.sidebar .tags ul {
  padding: 0px;
  margin: 0px;
}
.sidebar .tags ul li {
  display: inline-block;
}
.sidebar .tags ul li a {
  font-size: 12px;
  color: #2c2e30;
  padding-top: 8px;
  padding-right: 14px;
  padding-bottom: 8px;
  padding-left: 14px;
  display: inline-block;
  margin-right: 4px;
  margin-bottom: 8px;
  background-color: transparent;
  border: 2px solid #888888;
  font-weight: 600;
  text-transform: uppercase;
}
.sidebar .tags ul li a:hover {
  color: #fff;
  background-color: #ff974f;
  border: 2px solid #ff974f;
  text-decoration: none;
}
/* ---------------------------------------------------------------------- SIDEBAR ENDS ------------------ */


/*================================ Google map =================================*/
#google-map-area {
  width:100%;
  height:760px;
  position: relative;
}
.google-map-home {
  height:100%;
}
.google-map .google-map-area > div
{
  width:100%; 
  height:760px;
}

.google-map-label
{
  width:200px;
  height:40px;
  background: #fff;
}



/*==========map information==========*/
.google-map .info {
  display: inline-block;
  vertical-align: middle;
  float: right;
  margin-top: 0px;
}
.google-map .info p {
  margin: 0;
}
.google-map .info .address,
.google-map .info .open-hours,
.google-map .info .info-box,
.google-map .info .address .icon,
.google-map .info .address .text,
.google-map .info .open-hours .icon,
.google-map .info .open-hours .text {
  display: inline-block;
  vertical-align: middle;
}
.google-map .info .address {
  margin-top: 20px;
}
.google-map .info .open-hours {
  margin-right: 0px;
}
.google-map .info .info-box {
  margin-right: 0px;
  padding-left: 5px;
  /*width:200px;*/
}
.google-map .info .icon {
  margin-right: 10px;
  font-size: 21px;
  text-align: center;
  width: 45px;
  height: 45px;
  padding-top: 10px;
  /*border: 2px solid #363636;*/
  /*border-radius: 50%;*/
}
.google-map .info .icon span{
  font-size: 20px;
  color: #d4a000;
}
.google-map .info .social-media span{
  font-size: 14px;
  color: #d4a000;
  padding:0px 3px 0px 3px;
  }
.google-map .info .text {
  font-size: 16px;
  line-height: 22px;
  font-weight: 600;
  color: #333333;
  border-left: 1px solid #ccc;
  padding-left: 15px;
}
.google-map .info .text span {
  font-size: 14px;
  font-weight: normal;
  color: #535353;
}
.google-map .info .address .text span {
  margin-left: 3px;
}



/* ---------------------------------------------------------------------- CONTACT PAGE STARTS ------------------ */

.contact-us .address {
  padding-top: 110px;
  padding-bottom: 130px;
}
.contact-us .address .herotext {
  padding-top: 75px;
  padding-bottom: 75px;
  padding-left: 45px;
  padding-right: 45px;
  background-color: #fff;
  box-shadow: 0px 0px 4px 2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 0px 4px 2px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0px 0px 4px 2px rgba(0, 0, 0, 0.1);
}
.contact-us .address .block {
  background-color: #fff;
  box-shadow: 0px 0px 4px 2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 0px 4px 2px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0px 0px 4px 2px rgba(0, 0, 0, 0.1);
  margin-right: 20px;
}
.contact-us .address .block .picture {
  background-color: #ff974f;
  -webkit-transition: all .3s ease-in-out 0s;
  -moz-transition: all .3s ease-in-out 0s;
  -ms-transition: all .3s ease-in-out 0s;
  -o-transition: all .3s ease-in-out 0s;
  transition: all .3s ease-in-out 0s;
}
.contact-us .address .block .info {
  padding: 20px;
  background-color: #fff;
  text-align: center;
}
#message_post {
  text-align: left;
}
.errorMessage {
  color: #ff0000;
  margin-bottom: 4px;
  padding-bottom: 8px;
  padding-top: 8px;
  padding-right: 0px;
  padding-left: 0px;
  background-color: #fff;
}
.successMessage {
  color: #12d62d;
  margin-bottom: 4px;
  padding-bottom: 8px;
  padding-top: 8px;
  padding-right: 0px;
  padding-left: 0px;
  background-color: #fff;
}
.herotext ul.bullets-contact {
  padding: 0px;
  margin: 0px;
}
.herotext ul.bullets-contact li {
  margin: 0px;
  padding-left: 0px;
  padding-right: 0px;
  padding-bottom: 8px;
  list-style-type: none;
}
.herotext ul.bullets-contact li a {
  color: #555555;
  -webkit-transition: all .3s ease-in-out 0s;
  -moz-transition: all .3s ease-in-out 0s;
  -ms-transition: all .3s ease-in-out 0s;
  -o-transition: all .3s ease-in-out 0s;
  transition: all .3s ease-in-out 0s;
}
.herotext ul.bullets-contact li a:hover {
  color: #000;
  text-decoration: none;
}
.herotext ul.bullets-contact li i {
  width: 20px;
  text-align: center;
  font-size: 18px;
  color: #000;
  margin-right: 4px;
  margin-top: 6px;
}
.send-us-message {
  padding-top: 120px;
  padding-bottom: 120px;
  text-align: center;
}
.send-us-message h2 {
  font-family: 'Merriweather', serif;
  font-size: 16px;
  font-weight: 400;
  color: #888888;
  text-transform: none;
  font-style: italic;
  padding-bottom: 14px;
}
.send-us-message h1 {
  font-size: 30px;
  font-weight: 900;
  color: #2c2e30;
  text-transform: uppercase;
  margin-top: 0px;
}
.send-us-message .line {
  height: 6px;
  width: 72px;
  background: #008081; /* FF3.6-15 */
  padding: 2px;
  border: 1px solid #008081;
  margin-top: 30px;
  margin-bottom: 70px;
  margin-left: auto;
  margin-right: auto;
}
.send-us-message .butn {
  text-align: left;
}
.send-us-message .form-control {
  display: block;
  text-transform: uppercase;
  width: 100%;
  height: 50px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 3px;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-top-color: #dddddd;
  border-right-color: #dddddd;
  border-bottom-color: #dddddd;
  border-radius: 0px;
  margin-bottom: 20px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.send-us-message .btn {
  margin-top: 30px;
  text-transform: uppercase;
  color: #fff;
  text-align: center;
  background-color: #ff974f;
  padding: 0px;
  border-radius: 0px;
  border: none;
  padding-left: 20px!important;
  padding-right: 0px!important;
  font-weight: 600!important;
  font-size: 12px;
  line-height: normal;
  -webkit-transition: all .3s ease-in-out 0s;
  -moz-transition: all .3s ease-in-out 0s;
  -ms-transition: all .3s ease-in-out 0s;
  -o-transition: all .3s ease-in-out 0s;
  transition: all .3s ease-in-out 0s;
}
.send-us-message .btn:hover {
  text-decoration: none;
  background-color: #000;
  color: #fff;
}
.send-us-message .btn i {
  text-transform: uppercase;
  color: #fff;
  text-align: center;
  background-color: #2c2e30;
  border: 1px solid #2c2e30;
  padding-top: 16px!important;
  padding-bottom: 16px!important;
  padding-left: 20px!important;
  padding-right: 20px!important;
  margin-left: 20px!important;
  font-weight: 600;
  font-size: 12px;
  line-height: normal;
}


.form-submit{
  text-transform: uppercase;
  color: #fff;
  text-align: center;
  background-color: #008081;
  padding-top: 12px;
  padding-bottom: 13px;
  padding-left: 20px;
  padding-right: 0px;
  font-weight: 600;
  font-size: 12px;
  line-height: normal;
  -webkit-transition: all .3s ease-in-out 0s;
  -moz-transition: all .3s ease-in-out 0s;
  -ms-transition: all .3s ease-in-out 0s;
  -o-transition: all .3s ease-in-out 0s;
  transition: all .3s ease-in-out 0s;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-top-style: solid;
  border-right-style: none;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-color: #008080;
  border-bottom-color: #008080;
  border-left-color: #008080;
}
.form-submit i {
  text-transform: uppercase;
  color: #fff;
  text-align: center;
  padding-top: 14px;
  padding-bottom: 14px;
  padding-left: 0px;
  padding-right: 18px;
  margin-left: 20px;
  font-weight: 600;
  font-size: 12px;
  line-height: normal;
}
.form-submit:hover {
  text-decoration: none;
  background-color: #2c2e30;
  color: #fff;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-top-style: solid;
  border-right-style: none;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-color: #2c2e30;
  border-bottom-color: #2c2e30;
  border-left-color: #2c2e30;
}

/* ---------------------------------------------------------------------- CONTACT PAGE STARTS ------------------ */



/* ---------------------------------------------------------------------- OUR SERVICES STARTS ------------------ */
.contact-us .home-our-services .herotext .herotext-2 h1{
font-size:12px;
}
/* ---------------------------------------------------------------------- CONTACT US STARTS ------------------ */
