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

Template Name: Finance Co - Finance Business &amp; Consulting Joomla Template
Description: Finance Co - Finance Business &amp; Consulting Joomla Template
Version: 1.0

===================   
CSS INDEX
===================

[01] Header Area Style
[02] Slider Area Style
[03] About Area Style   
[04] Case Study Area Style
[05] Service Area Style
[06] Testimonial Area Style
[07] Team Area Style
[08] News Area Style
[09] Skill Area Style 
[10] Video Area Style 
[11] Progress Area Style 
[12] Newsletter Area Style 
[13] Rate Info Area Style
[14] Inner Page Banner Area Style
[15] Sidebar Area Style
[16] Call To Action Area Style
[17] Brand Area Style
[18] Achievement Area Style
[19] Comingsoon Page Style
[20] 404 Error Area Style
[21] Faq Area Style
[22] Contact Area Style 
[23] Footer Area Style         


/*=======================================================================
[01] Header Area Style
=========================================================================*/
.header-top-bar {
  background-color: #141f25;
}
.header-contact ul li {
  display: inline-block;
  margin-right: 15px;
  font-size: 14px;
  color: #dedede;
}
.header-contact ul li .svg-inline--fa {
  margin-right: 10px;
  color: #fe9000;
}
.header-contact ul li:last-child {
  margin-right: 0;
}
.header-social ul li {
  margin-left: 10px;
  display: inline-block;
  font-size: 16px;
}
.header-social ul li a {
  padding: 8px;
  display: block;
  color: #ffffff;
}
.header-social ul li a:hover {
  color: #fe9000;
}
.header-social ul li:first-child {
  margin-left: 0;
}
.header-fixed {
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 0;
  z-index: 100;
  position: fixed;
  -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;
}
.header-action-items ul li {
  display: inline-block;
  margin-right: 15px;
  padding-right: 15px;
  border-right: 1px solid #dedede;
}
.header-action-items ul li:last-child {
  margin-right: 0;
  padding-right: 0;
  border-right: 0;
}
.header-action-items ul li .btn-fill {
  font-size: 18px;
  padding: 14px 20px 13px 20px;
}
@media only screen and (max-width: 1199px) {
  .header-action-items ul li .btn-fill {
    font-size: 16px;
  }
}
.header-action-items .fa-phone {
  -moz-transform: scaleX(-1);
  -webkit-transform: scaleX(-1);
  -o-transform: scaleX(-1);
  transform: scaleX(-1);
  -ms-filter: fliph;
  filter: fliph;
}
.header-search {
  position: relative;
  line-height: 0;
}
.header-search button {
  border: 0;
  padding: 0;
  cursor: pointer;
  background-color: transparent;
  color: #b0b0b0;
  -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;
}
.header-search button:focus {
  outline: none;
}
.header-search .search-input {
  position: absolute;
  top: -22px;
  right: 33px;
  z-index: 10;
  height: 60px;
  width: 800px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  border: none;
  padding: 5px 30px 8px;
  display: none;
  background-color: rgba(43, 113, 204, 0.99);
  color: #ffffff;
}
@media only screen and (max-width: 1199px) {
  .header-search .search-input {
    right: 25px;
    width: 740px;
  }
}
@media only screen and (max-width: 991px) {
  .header-search .search-input {
    right: 25px;
    width: 560px;
  }
}
@media only screen and (max-width: 767px) {
  .header-search .search-input {
    right: 25px;
    width: 230px;
  }
}
.header-search input.search-input:focus {
  outline-width: 0;
  outline: none;
}
.header-search input::-webkit-input-placeholder {
  color: #dedede;
}
.header-search input::-moz-placeholder {
  color: #dedede;
}
.header-search input:-moz-placeholder {
  color: #dedede;
}
.header-search input:-ms-input-placeholder {
  color: #dedede;
}
.header-area:after {
  clear: both;
  content: "";
  display: block;
}
.main-menu-wrap {
  display: flex;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 0;
  z-index: 10;
}
.main-menu-wrap .template-main-menu nav {
  text-align: right;
}
.main-menu-wrap .template-main-menu 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-wrap .template-main-menu nav > ul > li > a {
  font-weight: 500;
  padding: 39px 15px 38px;
  display: block;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 16px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .main-menu-wrap .template-main-menu nav > ul > li > a {
    padding: 39px 10px 38px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .main-menu-wrap .template-main-menu nav > ul > li > a {
    padding: 29px 4px 28px;
  }
}
.main-menu-wrap .template-main-menu nav > ul > li > a:hover {
  color: #175eba;
}
.main-menu-wrap .template-main-menu nav > ul > li > a.active {
  color: #175eba;
}
.main-menu-wrap .template-main-menu nav > ul > li ul.template-dropdown-menu {
  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: 200px;
  padding: 0;
  top: 100%;
  position: absolute;
  visibility: hidden;
  -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;
  z-index: 9999;
}
.main-menu-wrap .template-main-menu nav > ul > li ul.template-dropdown-menu li {
  display: block;
  position: relative;
  border-bottom: 1px solid #0f51a6;
  -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-wrap .template-main-menu nav > ul > li ul.template-dropdown-menu li:last-child {
  border-bottom: 0;
}
.main-menu-wrap .template-main-menu nav > ul > li ul.template-dropdown-menu li a {
  display: block;
  padding: 10px 10px 10px 17px;
  
  color: #ffffff;
  background-color: #175eba;
  font-size: 16px;
}
.main-menu-wrap .template-main-menu nav > ul > li ul.template-dropdown-menu li a:hover {
  background-color: #0f51a6;
  color: #ffffff;
  padding-left: 20px;
}
.main-menu-wrap .template-main-menu nav > ul > li .template-dropdown-menu.third-level {
  background-color: #175eba;
  width: 460px;
}
.main-menu-wrap .template-main-menu nav > ul > li .template-dropdown-menu.third-level > li {
  float: left;
  width: 50%;
}
.main-menu-wrap .template-main-menu nav > ul > li:hover ul.template-dropdown-menu {
  opacity: 1;
  visibility: visible;
}
.main-menu-wrap .template-main-menu nav > ul li.mega-menu-wrap {
  position: static;
}
.main-menu-wrap .template-main-menu nav > ul li.mega-menu-wrap .template-dropdown-mega-menu {
  opacity: 0;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 999999;
  visibility: 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;
}
.main-menu-wrap .template-main-menu nav > ul li.mega-menu-wrap .template-dropdown-mega-menu .mega-menu-inner ul.mega-menu-items {
  background-color: #175eba;
}
.main-menu-wrap .template-main-menu nav > ul li.mega-menu-wrap .template-dropdown-mega-menu .mega-menu-inner ul.mega-menu-items li {
  display: block;
  position: relative;
  border-bottom: 1px solid #0f51a6;
}
.main-menu-wrap .template-main-menu nav > ul li.mega-menu-wrap .template-dropdown-mega-menu .mega-menu-inner ul.mega-menu-items li:last-child {
  border-bottom: 0;
}
.main-menu-wrap .template-main-menu nav > ul li.mega-menu-wrap .template-dropdown-mega-menu .mega-menu-inner ul.mega-menu-items li a {
  font-size: 16px;
  display: block;
  padding: 10px 15px 11px 17px;
  
  background-color: #175eba;
  color: #ffffff;
}
.main-menu-wrap .template-main-menu nav > ul li.mega-menu-wrap .template-dropdown-mega-menu .mega-menu-inner ul.mega-menu-items li a:hover {
  background-color: #0f51a6;
  padding-left: 20px;
}
.main-menu-wrap .template-main-menu nav > ul li.mega-menu-wrap:hover .template-dropdown-mega-menu {
  opacity: 1;
  visibility: visible;
}
div:last-child > ul.mega-menu-items li:after {
  display: none;
}
li.has-child-menu {
  position: relative;
}
li.has-child-menu > a:after {
  font-family: 'FontAwesome';
  content: "\f105";
  float: right;
}
li.has-child-menu > ul.thired-level {
  position: absolute;
  left: 200px;
  width: 200px;
  top: 0;
  opacity: 0;
  -webkit-transform: scaleY(0);
  -moz-transform: scaleY(0);
  -ms-transform: scaleY(0);
  -o-transform: scaleY(0);
  transform: scaleY(0);
  transform-origin: 0 0 0;
  background-color: #175eba;
  -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;
}
li.has-child-menu:hover ul.thired-level {
  opacity: 1;
  -webkit-transform: scaleY(1);
  -moz-transform: scaleY(1);
  -ms-transform: scaleY(1);
  -o-transform: scaleY(1);
  transform: scaleY(1);
  visibility: visible;
}
ul.temp-main-nav > li {
  float: left;
}
.header-layout1 .main-menu-wrap {
  background-color: #ffffff;
}
.header-layout1 .main-menu-wrap nav ul li a {
  padding: 35px 15px;
  color: #111111;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .header-layout1 .main-menu-wrap nav ul li a {
    padding: 32px 8px;
  }
}
.header-layout1 .stick {
  background-color: rgba(255, 255, 255, 0.95);
  -webkit-box-shadow: 0px 1px 10px 0px rgba(232, 232, 232, 0.75);
  -moz-box-shadow: 0px 1px 10px 0px rgba(232, 232, 232, 0.75);
  box-shadow: 0px 1px 10px 0px rgba(232, 232, 232, 0.75);
  border-bottom: 1px solid #175eba;
}
.header-layout1 .stick nav ul li a {
  padding: 30px 15px;
  color: #111111;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .header-layout1 .stick nav ul li a {
    padding: 28px 8px;
  }
}
.header-layout2 .main-menu-wrap {
  background-color: #ffffff;
}
.header-layout2 .main-menu-wrap nav ul li a {
  padding: 30px 15px;
  color: #111111;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .header-layout2 .main-menu-wrap nav ul li a {
    padding: 28px 9px;
  }
}
.header-layout2 .main-menu-wrap .logo-area {
  padding: 24px 15px;
  text-align: center;
  background-color: #175eba;
  -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;
}
.header-layout2 .main-menu-wrap .template-main-menu nav {
  text-align: center;
}
.header-layout2 .main-menu-wrap .header-action-items {
  padding-right: 5rem;
}
.header-layout2 .stick {
  background-color: rgba(255, 255, 255, 0.95);
  -webkit-box-shadow: 0px 1px 10px 0px rgba(232, 232, 232, 0.75);
  -moz-box-shadow: 0px 1px 10px 0px rgba(232, 232, 232, 0.75);
  box-shadow: 0px 1px 10px 0px rgba(232, 232, 232, 0.75);
  border-bottom: 1px solid #175eba;
}
@media only screen and (max-width: 991px) {
  header {
    display: none;
  }
}
.mean-container .mean-bar {
  background: transparent !important;
  float: none;
  padding: 0 !important;
  position: fixed !important;
  top: 0;
}
@media only screen and (max-width: 767px) {
  .mean-container .mean-bar a {
    padding: 6px 16px;
    display: inline-block;
  }
}
@media only screen and (max-width: 767px) {
  .mean-container .mean-bar .meanmenu-reveal {
    margin-top: 5px;
  }
}
.mean-container .mean-bar:after {
  content: "";
  clear: both;
  display: block;
}
.mean-container .mean-nav {
  float: none !important;
  background: transparent !important;
}
.mean-container .mean-nav > ul {
  overflow-y: scroll;
}
.mean-container .mean-nav > ul li {
  background-color: #f7f7f7;
}
.mean-container .mean-nav > ul li a {
  color: #111111;
  font-weight: 700;
  -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;
}
.mean-container .mean-nav > ul li a:hover {
  color: #175eba;
}
.mean-container .mean-nav > ul li:hover > a {
  color: #175eba;
}
.mean-container .mean-nav > ul:after {
  content: '';
  display: block;
  clear: both;
}
.mean-container .mean-bar a.logo-mobile-menu {
  width: 100%;
  background-color: rgba(255, 255, 255, 0.95);
  box-sizing: border-box;
}
.mean-container .mean-bar .mobile-menu-nav-back {
  padding-left: 15px;
  border-bottom: 1px solid #175eba;
  position: relative;
  text-align: center;
  height: 60px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.mean-container .mean-bar .mobile-menu-nav-back:before {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  background-color: #ffffff;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
}
.mean-container a.meanmenu-reveal {
  float: none !important;
  position: absolute;
  top: 6px;
  transition: unset;
}
.mean-bar + div #wrapper {
  padding-top: 52px;
}
.mean-container .mean-nav ul li li a {
  color: #111111;
  opacity: 1;
  font-weight: 400;
  padding: 0.5em 10%;
}
.mean-container .mean-nav ul li li a:hover {
  background-color: #ffffff;
}
.mean-container .mean-nav ul li a {
  font-size: 14px;
}
.mean-container .mean-nav ul li a.mean-expand {
  background-color: transparent;
  margin-top: 0;
  height: 20px;
  line-height: 27px;
  width: 100%;
  text-align: right;
  font-size: 14px;
  padding: 12px 20px 12px 12px !important;
}
.mean-container .mean-nav ul li a.mean-expand:hover {
  background-color: transparent;
}
@media only screen and (max-width: 991px) {
  .hide-on-mobile-menu {
    display: none;
  }
}
@media only screen and (min-width: 992px) {
  .hide-on-desktop-menu {
    display: none!important;
  }
}
/*=======================================================================
[02] Slider Area Style
=========================================================================*/
.slider-area {
  position: relative;
}
.slider-area .nivo-controlNav {
  display: none;
}
.slider-area .nivo-directionNav a.nivo-prevNav {
  left: -50px !important;
  width: 5rem;
  height: 5rem;
  border-radius: 50%;
  border: 2px solid #175eba;
  background-color: transparent;
  color: transparent;
  -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;
}
.slider-area .nivo-directionNav a.nivo-prevNav:before {
  content: "\f053";
  font-family: FontAwesome;
  color: #2b71cc !important;
  cursor: pointer;
  font-size: 1.6rem;
  margin: 0;
  position: absolute;
  text-align: center;
  top: 1rem;
  z-index: 9;
  height: 1rem;
  width: 1rem;
  left: 1.7rem;
  -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;
}
.slider-area .nivo-directionNav a.nivo-prevNav:hover {
  background-color: rgba(23, 94, 186, 0.6);
  -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;
}
.slider-area .nivo-directionNav a.nivo-prevNav:hover:before {
  color: #ffffff !important;
  background: transparent!important;
  -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;
}
.slider-area .nivo-directionNav a.nivo-nextNav {
  right: -50px !important;
  width: 5rem;
  height: 5rem;
  border-radius: 50%;
  border: 2px solid #175eba;
  background-color: transparent;
  color: transparent;
  -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;
}
.slider-area .nivo-directionNav a.nivo-nextNav:before {
  content: "\f054";
  font-family: FontAwesome;
  color: #2b71cc !important;
  cursor: pointer;
  font-size: 1.6rem;
  margin: 0;
  position: absolute;
  text-align: center;
  top: 1rem;
  z-index: 9;
  height: 1rem;
  width: 1rem;
  right: 1.7rem;
  -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;
}
.slider-area .nivo-directionNav a.nivo-nextNav:hover {
  background-color: rgba(23, 94, 186, 0.6);
  -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;
}
.slider-area .nivo-directionNav a.nivo-nextNav:hover:before {
  color: #ffffff !important;
  background: transparent!important;
  -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;
}
.slider-area:hover a.nivo-prevNav {
  left: 15px!important;
}
.slider-area:hover a.nivo-nextNav {
  right: 15px!important;
}
.slider-area .nivo-caption {
  opacity: 1;
}
.slider-area .slide-1 div.slider-text-logo,
.slider-area .slide-2 div.slider-text-logo,
.slider-area .slide-3 div.slider-text-logo {
  font-size: 24px;
  color: #ffffff;
  font-weight: 500;
}
.slider-area .slide-1 div.slider-text-logo span,
.slider-area .slide-2 div.slider-text-logo span,
.slider-area .slide-3 div.slider-text-logo span {
  display: inline-flex;
  font-size: 4.2rem;
  text-transform: uppercase;
}
@media only screen and (max-width: 767px) {
  .slider-area .slide-1 div.slider-text-logo span,
  .slider-area .slide-2 div.slider-text-logo span,
  .slider-area .slide-3 div.slider-text-logo span {
    font-size: 3.6rem;
  }
}
.slider-area .slide-1 div.slider-text-logo span span,
.slider-area .slide-2 div.slider-text-logo span span,
.slider-area .slide-3 div.slider-text-logo span span {
  color: #fe9000;
}
.slider-area .slide-1 div.slider-big-text,
.slider-area .slide-2 div.slider-big-text,
.slider-area .slide-3 div.slider-big-text {
  font-size: 4.4rem;
  
  font-weight: 300;
  line-height: 1.2;
}
@media only screen and (max-width: 767px) {
  .slider-area .slide-1 div.slider-big-text,
  .slider-area .slide-2 div.slider-big-text,
  .slider-area .slide-3 div.slider-big-text {
    font-size: 4rem;
  }
}
.slider-area .slide-1 div.slider-sub-text,
.slider-area .slide-2 div.slider-sub-text,
.slider-area .slide-3 div.slider-sub-text {
  
  font-weight: 400;
  line-height: 1.5;
}
.slider-area .slide-1 .slider-big-text.padding-right,
.slider-area .slide-2 .slider-big-text.padding-right,
.slider-area .slide-3 .slider-big-text.padding-right,
.slider-area .slide-1 .slider-sub-text.padding-right,
.slider-area .slide-2 .slider-sub-text.padding-right,
.slider-area .slide-3 .slider-sub-text.padding-right,
.slider-area .slide-1 .slider-paragraph.padding-right,
.slider-area .slide-2 .slider-paragraph.padding-right,
.slider-area .slide-3 .slider-paragraph.padding-right {
  padding-right: 50%;
}
.slider-area .slide-1 .slider-big-text.padding-left,
.slider-area .slide-2 .slider-big-text.padding-left,
.slider-area .slide-3 .slider-big-text.padding-left,
.slider-area .slide-1 .slider-sub-text.padding-left,
.slider-area .slide-2 .slider-sub-text.padding-left,
.slider-area .slide-3 .slider-sub-text.padding-left,
.slider-area .slide-1 .slider-paragraph.padding-left,
.slider-area .slide-2 .slider-paragraph.padding-left,
.slider-area .slide-3 .slider-paragraph.padding-left {
  padding-left: 50%;
}
@media only screen and (max-width: 991px) {
  .slider-area .slide-1 div.slider-paragraph,
  .slider-area .slide-2 div.slider-paragraph,
  .slider-area .slide-3 div.slider-paragraph {
    display: none;
  }
}
.slider-area .slider-btn-area a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-right: 10px;
}
.slider-area .slider-btn-area a:last-child {
  margin-right: 0;
}
@media only screen and (max-width: 575px) {
  .slider-area .slider-btn-area {
    display: none;
  }
}
.slider-area.slider-layout2 .nivo-caption {
  opacity: 1;
  top: -10%;
}
@media only screen and (max-width: 1600px) {
  .slider-area.slider-layout2 .nivo-caption {
    top: -15%;
  }
}
@media only screen and (max-width: 1439px) {
  .slider-area.slider-layout2 .nivo-caption {
    top: -18%;
  }
}
@media only screen and (max-width: 1199px) {
  .slider-area.slider-layout2 .nivo-caption {
    top: 0;
  }
}
.slider-area.slider-layout2 .nivo-controlNav {
  display: none;
}
.slider-layout3 .nivo-caption {
  opacity: 1;
}
@media (min-width: 1440px) and (max-width: 1600px) {
  .slider-layout3 .nivo-caption {
    top: -8%;
  }
}
@media (min-width: 1200px) and (max-width: 1439px) {
  .slider-layout3 .nivo-caption {
    top: -10%;
  }
}
@media (min-width: 991px) and (max-width: 1199px) {
  .slider-layout3 .nivo-caption {
    top: -60px;
  }
}
.slider-area .slide-1 .slider-big-text {
  -webkit-animation: fadeInRight 1000ms ease-in-out;
  -moz-animation: fadeInRight 1000ms ease-in-out;
  -ms-animation: fadeInRight 1000ms ease-in-out;
  animation: fadeInRight 1000ms ease-in-out;
}
.slider-area .slide-1 .slider-sub-text {
  -webkit-animation: fadeInRight 1500ms ease-in-out;
  -moz-animation: fadeInRight 1500ms ease-in-out;
  -ms-animation: fadeInRight 1500ms ease-in-out;
  animation: fadeInRight 1500ms ease-in-out;
}
.slider-area .slide-1 .slider-btn-area {
  -webkit-animation: fadeInRight 2000ms ease-in-out;
  -moz-animation: fadeInRight 2000ms ease-in-out;
  -ms-animation: fadeInRight 2000ms ease-in-out;
  animation: fadeInRight 2000ms ease-in-out;
}
.slider-area .slide-1 .slider-paragraph {
  -webkit-animation: fadeInRight 2500ms ease-in-out;
  -moz-animation: fadeInRight 2500ms ease-in-out;
  -ms-animation: fadeInRight 2500ms ease-in-out;
  animation: fadeInRight 2500ms ease-in-out;
}
.slider-area .slide-2 .slider-big-text {
  -webkit-animation: fadeInLeft 1000ms ease-in-out;
  -moz-animation: fadeInLeft 1000ms ease-in-out;
  -ms-animation: fadeInLeft 1000ms ease-in-out;
  animation: fadeInLeft 1000ms ease-in-out;
}
.slider-area .slide-2 .slider-sub-text {
  -webkit-animation: fadeInLeft 1500ms ease-in-out;
  -moz-animation: fadeInLeft 1500ms ease-in-out;
  -ms-animation: fadeInLeft 1500ms ease-in-out;
  animation: fadeInLeft 1500ms ease-in-out;
}
.slider-area .slide-2 .slider-btn-area {
  -webkit-animation: fadeInLeft 2000ms ease-in-out;
  -moz-animation: fadeInLeft 2000ms ease-in-out;
  -ms-animation: fadeInLeft 2000ms ease-in-out;
  animation: fadeInLeft 2000ms ease-in-out;
}
.slider-area .slide-2 .slider-paragraph {
  -webkit-animation: fadeInRight 2500ms ease-in-out;
  -moz-animation: fadeInRight 2500ms ease-in-out;
  -ms-animation: fadeInRight 2500ms ease-in-out;
  animation: fadeInRight 2500ms ease-in-out;
}
.slider-area .slide-3 .slider-big-text {
  -webkit-animation: bounceInUp 1000ms ease-in-out;
  -moz-animation: bounceInUp 1000ms ease-in-out;
  -ms-animation: bounceInUp 1000ms ease-in-out;
  animation: bounceInUp 1000ms ease-in-out;
}
.slider-area .slide-3 .slider-sub-text {
  -webkit-animation: fadeInLeft 1500ms ease-in-out;
  -moz-animation: fadeInLeft 1500ms ease-in-out;
  -ms-animation: fadeInLeft 1500ms ease-in-out;
  animation: fadeInLeft 1500ms ease-in-out;
}
.slider-area .slide-3 .slider-btn-area {
  -webkit-animation: zoomIn 2000ms ease-in-out;
  -moz-animation: zoomIn 2000ms ease-in-out;
  -ms-animation: zoomIn 2000ms ease-in-out;
  animation: zoomIn 2000ms ease-in-out;
}
.slider-area .slide-3 .slider-paragraph {
  -webkit-animation: fadeInLeft 2500ms ease-in-out;
  -moz-animation: fadeInLeft 2500ms ease-in-out;
  -ms-animation: fadeInLeft 2500ms ease-in-out;
  animation: fadeInLeft 2500ms ease-in-out;
}
/*=======================================================================
[03] About Area Style        
=========================================================================*/
.about-layout1 p {
  margin-bottom: 30px;
}
.about-layout1 .list-item li {
  position: relative;
  padding-left: 20px;
  margin-bottom: 10px;
}
.about-layout1 .list-item li:last-child {
  margin-bottom: 0;
}
.about-layout1 .list-item li:after {
  position: absolute;
  content: "\f0da";
  font-family: fontawesome;
  top: 0;
  left: 0;
  z-index: 1;
  color: #175eba;
}
.about-layout2 .banner-area {
  padding: 11rem 0 11.5rem;
  margin-bottom: 4rem;
}
@media only screen and (max-width: 575px) {
  .about-layout2 .banner-area {
    padding: 5rem 0 5.5rem;
  }
}
.about-layout2 .banner-area .item-content {
  width: 60%;
  padding: 0 1rem;
}
@media only screen and (max-width: 991px) {
  .about-layout2 .banner-area .item-content {
    width: 100%;
    padding: 2rem 5rem;
  }
}
.about-layout2 .banner-area .item-content p {
  font-style: italic;
  margin-bottom: 0;
}
.about-layout3 {
  z-index: 2;
  padding-right: 3rem;
  color: #ffffff;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  top: 44%;
}
.about-layout3 .title span {
  font-weight: 500;
}
.about-layout3 ul.list-block li {
  padding-left: 0;
}
.about-layout3-list {
  margin-bottom: 30px;
  padding-left: 1rem;
}
@media only screen and (max-width: 767px) {
  .about-layout3-list {
    padding-left: 0;
  }
}
.about-layout3-list .media .media-body .title {
  margin-bottom: 10px;
}
.about-layout3-list .media .item-icon {
  color: #175eba;
  background-color: #ffffff;
  height: 75px;
  width: 75px;
  text-align: center;
  line-height: 75px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 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;
}
.about-layout3-list .media .item-icon i:before {
  margin-left: 0;
  font-size: 36px;
}
@media only screen and (max-width: 767px) {
  .about-layout3-list .list-block li {
    padding-left: 0;
  }
}
.about-layout3-list .list-block li p {
  margin-bottom: 0;
}
.about-layout3-list .list-block li:hover .item-icon {
  color: #ffffff;
  background-color: #175eba;
}
.about-text-box .title {
  line-height: 1.3;
}
.about-text-box .title span {
  display: block;
}
.about-text-box p {
  margin-bottom: 35px;
}
.about-layout4 .title span {
  color: #111111;
  display: block;
}
.about-layout4 p {
  margin-bottom: 3rem;
}
.about-layout4 .progress-list {
  margin-top: 5rem;
}
.about-layout4 .progress-list li {
  display: inline-block;
  margin-right: 5rem;
}
.about-layout4 .progress-list li:last-child {
  margin-right: 0;
}
.about-layout4 .progress-list li i:before {
  margin-left: 0;
  font-size: 42px;
  color: #fe9000;
}
.about-layout4 .progress-list li .progress-quantity {
  font-size: 36px;
  color: #175eba;
  font-weight: 500;
  line-height: 1.2;
  margin-bottom: 10px;
  position: relative;
  display: table-cell;
}
.about-layout4 .progress-list li .progress-quantity:after {
  position: absolute;
  content: "\f067";
  font-family: fontawesome;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  top: 50%;
  right: -30px;
  font-size: 24px;
  z-index: 1;
}
.about-layout4 .progress-list li p {
  font-size: 16px;
}
/*=======================================================================
[04] Case Study Area Style
=========================================================================*/
.case-study-layout1 {
  margin-bottom: 1px;
}
.case-study-layout1 .item-img {
  overflow: hidden;
  position: relative;
}
.case-study-layout1 .item-img:after {
  opacity: 0;
  transform: scale(0.5);
  content: "";
  height: 100%;
  width: 100%;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  right: 0;
  background-color: rgba(23, 94, 186, 0.8);
  -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;
}
.case-study-layout1 .item-img .item-icon {
  opacity: 0;
  position: absolute;
  top: 70%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
  left: 0;
  right: 0;
  text-align: center;
  -webkit-transition: all 0.5s cubic-bezier(0, 0, 0.15, 1.88);
  -moz-transition: all 0.5s cubic-bezier(0, 0, 0.15, 1.88);
  -ms-transition: all 0.5s cubic-bezier(0, 0, 0.15, 1.88);
  -o-transition: all 0.5s cubic-bezier(0, 0, 0.15, 1.88);
  transition: all 0.5s cubic-bezier(0, 0, 0.15, 1.88);
}
.case-study-layout1 .item-img .item-icon a {
  margin: 0 auto;
  color: #000000;
  height: 50px;
  width: 50px;
  line-height: 50px;
  background-color: #ffffff;
  display: block;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
}
.case-study-layout1 .item-img .item-icon a:hover {
  color: #ffffff;
  background-color: #fe9000;
}
.case-study-layout1 .item-content {
  padding: 25px 5px 30px;
  text-align: center;
  -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;
}
@media only screen and (max-width: 767px) {
  .case-study-layout1 .item-content {
    padding: 20px 5px 22px;
  }
}
.case-study-layout1:hover .item-img:after {
  opacity: 1;
  transform: scale(1);
}
.case-study-layout1:hover .item-img .item-icon {
  opacity: 1;
  top: 50%;
}
.case-study-layout2 {
  margin-bottom: 3rem;
}
.case-study-layout2 .item-img {
  position: relative;
  overflow: hidden;
  margin-bottom: 15px;
}
.case-study-layout2 .item-img:after {
  visibility: hidden;
  opacity: 0;
  content: "";
  height: 100%;
  width: 100%;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  right: 0;
  background-color: rgba(254, 144, 0, 0.8);
  -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;
}
.case-study-layout2 .item-img img {
  width: 100%;
  -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;
}
.case-study-layout2 .item-img .item-mask {
  opacity: 0;
  visibility: hidden;
  text-align: center;
  position: absolute;
  top: 0%;
  -webkit-transform: translateY(-10%);
  -moz-transform: translateY(-10%);
  -ms-transform: translateY(-10%);
  -o-transform: translateY(-10%);
  transform: translateY(-10%);
  z-index: 2;
  left: 0;
  right: 0;
  -webkit-transition: all 0.5s cubic-bezier(0, 0, 0.15, 1.88);
  -moz-transition: all 0.5s cubic-bezier(0, 0, 0.15, 1.88);
  -ms-transition: all 0.5s cubic-bezier(0, 0, 0.15, 1.88);
  -o-transition: all 0.5s cubic-bezier(0, 0, 0.15, 1.88);
  transition: all 0.5s cubic-bezier(0, 0, 0.15, 1.88);
}
.case-study-layout2 .item-img .item-mask a {
  margin: 0 auto;
  font-size: 18px;
  color: #000000;
  height: 45px;
  width: 45px;
  line-height: 45px;
  background-color: #ffffff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  display: block;
}
.case-study-layout2 .item-img .item-mask a:hover {
  background-color: #175eba;
  color: #ffffff;
}
.case-study-layout2 .item-content .title {
  margin-bottom: 7px;
}
.case-study-layout2:hover .item-img img {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
  -webkit-transition: all 0.5s cubic-bezier(0, 0, 0.15, 1.88);
  -moz-transition: all 0.5s cubic-bezier(0, 0, 0.15, 1.88);
  -ms-transition: all 0.5s cubic-bezier(0, 0, 0.15, 1.88);
  -o-transition: all 0.5s cubic-bezier(0, 0, 0.15, 1.88);
  transition: all 0.5s cubic-bezier(0, 0, 0.15, 1.88);
}
.case-study-layout2:hover .item-img:after {
  opacity: 1;
  visibility: visible;
}
.case-study-layout2:hover .item-img .item-mask {
  opacity: 1;
  visibility: visible;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.case-study-layout3 {
  margin-bottom: 3rem;
}
.case-study-layout3 .item-img {
  position: relative;
  overflow: hidden;
  margin-bottom: 15px;
}
.case-study-layout3 .item-img:after {
  visibility: hidden;
  opacity: 0;
  content: "";
  height: 100%;
  width: 100%;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  right: 0;
  background-color: rgba(254, 144, 0, 0.9);
  -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;
}
.case-study-layout3 .item-img img {
  width: 100%;
  -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;
}
.case-study-layout3 .item-img .item-mask {
  opacity: 0;
  visibility: hidden;
  text-align: center;
  position: absolute;
  top: 0%;
  -webkit-transform: translateY(-10%);
  -moz-transform: translateY(-10%);
  -ms-transform: translateY(-10%);
  -o-transform: translateY(-10%);
  transform: translateY(-10%);
  z-index: 2;
  left: 0;
  right: 0;
  -webkit-transition: all 0.5s cubic-bezier(0, 0, 0.15, 1.88);
  -moz-transition: all 0.5s cubic-bezier(0, 0, 0.15, 1.88);
  -ms-transition: all 0.5s cubic-bezier(0, 0, 0.15, 1.88);
  -o-transition: all 0.5s cubic-bezier(0, 0, 0.15, 1.88);
  transition: all 0.5s cubic-bezier(0, 0, 0.15, 1.88);
}
.case-study-layout3 .item-img .item-mask a {
  margin: 0 auto;
  font-size: 18px;
  color: #000000;
  height: 45px;
  width: 45px;
  line-height: 45px;
  background-color: #ffffff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  display: block;
}
.case-study-layout3 .item-img .item-mask a:hover {
  background-color: #175eba;
  color: #ffffff;
}
.case-study-layout3 .item-content .title {
  margin-bottom: 5px;
}
.case-study-layout3:hover .item-img img {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
  -webkit-transition: all 0.5s cubic-bezier(0, 0, 0.15, 1.88);
  -moz-transition: all 0.5s cubic-bezier(0, 0, 0.15, 1.88);
  -ms-transition: all 0.5s cubic-bezier(0, 0, 0.15, 1.88);
  -o-transition: all 0.5s cubic-bezier(0, 0, 0.15, 1.88);
  transition: all 0.5s cubic-bezier(0, 0, 0.15, 1.88);
}
.case-study-layout3:hover .item-img:after {
  opacity: 1;
  visibility: visible;
}
.case-study-layout3:hover .item-img .item-mask {
  opacity: 1;
  visibility: visible;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.case-study-layout4 {
  margin-bottom: 3rem;
  overflow: hidden;
}
.case-study-layout4 .item-img {
  position: relative;
}
.case-study-layout4 .item-img img {
  width: 100%;
}
.case-study-layout4 .item-img .item-content {
  position: absolute;
  bottom: -100px;
  width: 100%;
  background-color: #175eba;
  padding: 22px 50px 22px 22px;
  z-index: 1;
  -webkit-transition: all 0.6s ease-out;
  -moz-transition: all 0.6s ease-out;
  -ms-transition: all 0.6s ease-out;
  -o-transition: all 0.6s ease-out;
  transition: all 0.6s ease-out;
}
@media only screen and (max-width: 767px) {
  .case-study-layout4 .item-img .item-content {
    padding: 17px 50px 17px 22px;
  }
}
.case-study-layout4 .item-img .item-content .title {
  margin-bottom: 0;
  display: inline-block;
}
.case-study-layout4 .item-img .item-icon {
  position: absolute;
  bottom: -80px;
  right: 10px;
  z-index: 2;
  -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;
}
.case-study-layout4 .item-img .item-icon a {
  color: #ffffff;
  display: block;
  line-height: 1.9;
  height: 4.5rem;
  width: 4.5rem;
  text-align: center;
  border: 2px solid #ffffff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  font-size: 2.2rem;
}
.case-study-layout4 .item-img .item-icon a:hover {
  background-color: #ffffff;
  color: #175eba;
}
.case-study-layout4:hover .item-img {
  position: relative;
}
.case-study-layout4:hover .item-img .item-content {
  bottom: 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;
}
.case-study-layout4:hover .item-img .item-icon {
  bottom: 12px;
  -webkit-transition: all 0.6s ease-out;
  -moz-transition: all 0.6s ease-out;
  -ms-transition: all 0.6s ease-out;
  -o-transition: all 0.6s ease-out;
  transition: all 0.6s ease-out;
}
.case-study-layout5 {
  position: relative;
}
.case-study-layout5 .item-content {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 4rem;
  z-index: 5;
}
@media only screen and (max-width: 991px) {
  .case-study-layout5 .item-content {
    padding: 3rem;
  }
}
.case-study-layout5 .item-content .title {
  margin-bottom: 8px;
}
.case-study-layout5 .item-content p {
  line-height: 1.5;
  margin-bottom: 0;
}
.case-study-layout5:hover:before {
  height: 100%;
  -webkit-transition: all 0.6s ease-out;
  -moz-transition: all 0.6s ease-out;
  -ms-transition: all 0.6s ease-out;
  -o-transition: all 0.6s ease-out;
  transition: all 0.6s ease-out;
}
@media only screen and (max-width: 767px) {
  .case-study-layout6 {
    overflow: hidden;
  }
}
.case-study-layout6 .item-img {
  margin-bottom: 15px;
}
.case-study-layout6 .item-content .title {
  margin-bottom: 8px;
}
.case-study-layout6 .item-content p {
  margin-bottom: 0;
}
.case-studies-details .case-studies-img {
  margin-bottom: 5rem;
}
.case-studies-details .case-studies-info {
  margin-top: -12px;
  margin-bottom: 3rem;
}
.case-studies-details .case-studies-info ul {
  margin-bottom: 2rem;
}
.case-studies-details .case-studies-info ul li {
  font-size: 17px;
}
.case-studies-details .case-studies-info ul li label {
  min-width: 100px;
  margin-right: 15px;
  color: #000000;
  font-weight: 700;
  margin-bottom: 0;
}
.case-studies-details .case-studies-info ul li ul.social-default {
  display: inline-block;
}
.case-studies-details .case-studies-info ul li ul.social-default li {
  display: inline-block;
  position: relative;
  margin-right: 10px;
}
.case-studies-details .case-studies-info ul li ul.social-default li:last-child {
  margin-right: 0;
}
.case-studies-details .case-studies-info ul li ul.social-default li a {
  display: inline-block;
  color: #646464;
  font-size: 18px;
  -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;
}
.case-studies-details .case-studies-info ul li ul.social-default li a.facebook:hover {
  color: #516eab;
}
.case-studies-details .case-studies-info ul li ul.social-default li a.twitter:hover {
  color: #29c5f6;
}
.case-studies-details .case-studies-info ul li ul.social-default li a.google:hover {
  color: #eb4026;
}
.case-studies-details .case-studies-info ul li ul.social-default li a.pinterest:hover {
  color: #ca212a;
}
.case-studies-details .case-studies-info ul li ul.social-default li a.rss:hover {
  color: #ef6c00;
}
.case-studies-details .case-studies-info ul li ul.social-default li a.linkedin:hover {
  color: #1976d2;
}
.case-studies-details .box-padding5r {
  padding: 3rem 0;
}
.calculation-content .title {
  line-height: 1.2;
  margin-bottom: 30px;
}
.calculation-content .title span {
  display: block;
  font-weight: 500;
}
.calculation-content p {
  margin-bottom: 3.5rem;
}
.calculation-content ul li {
  position: relative;
  padding-left: 45px;
  font-size: 20px;
  margin-bottom: 10px;
}
.calculation-content ul li:last-child {
  margin-bottom: 0;
}
.calculation-content ul li:after {
  content: "\f00c";
  font-family: fontawesome;
  font-size: 14px;
  position: absolute;
  top: 8px;
  left: 0;
  z-index: 1;
  background-color: #fe9000;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  height: 22px;
  width: 22px;
  text-align: center;
  line-height: 22px;
  color: #ffffff;
}
.price-range-wrapper {
  margin-bottom: 5rem;
}
.price-range-wrapper:after {
  clear: both;
  display: block;
  content: "";
}
.price-range-wrapper .price-range-select {
  margin: 0 0 25px 0;
  text-align: center;
}
.price-range-wrapper .price-range-select:after {
  clear: both;
  display: block;
  content: "";
}
.price-range-wrapper .price-range-select .price-range {
  display: inline-block;
  margin: 0 3rem 0 0;
  font-weight: 300;
  color: #175eba;
  font-size: 4rem;
  line-height: 1.3;
}
.price-range-wrapper .price-range-select .price-range:last-child {
  margin: 0;
}
.price-range-wrapper .noUi-connect {
  background: #fe9000;
  box-shadow: none;
}
.price-range-wrapper .noUi-horizontal {
  height: 4px;
}
.price-range-wrapper .noUi-target {
  border-radius: 0;
  box-shadow: none;
  background-color: #f7f7f7;
  border: 0;
}
.price-range-wrapper .noUi-horizontal .noUi-handle {
  top: -13px;
  background: #ececec;
  border: none;
  -webkit-box-shadow: 0px 3px 1px 0px #c5c5c5;
  -moz-box-shadow: 0px 3px 1px 0px #c5c5c5;
  box-shadow: 0px 3px 1px 0px #c5c5c5;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  width: 25px;
  height: 25px;
}
.price-range-wrapper .noUi-handle::after,
.price-range-wrapper .noUi-handle::before {
  left: 11px;
  top: 7px;
  background: #ffffff;
}
.price-range-wrapper .noUi-handle::after {
  left: 14px;
}
.calculation-loan {
  padding: 5rem 4.5rem;
  border: 1px solid #dedede;
}
@media only screen and (max-width: 575px) {
  .calculation-loan {
    padding: 3rem 2.5rem;
  }
}
.calculation-loan label {
  width: 100%;
  font-size: 22px;
  margin-bottom: 15px;
  color: #111111;
}
.calculation-loan .form-group {
  margin-bottom: 3rem;
}
.installment-month .custom-select {
  margin-bottom: 35px;
  border: 0;
  background: inherit;
  display: block;
  padding: 0;
}
.installment-month .select2-container {
  z-index: 5;
}
.installment-month .select2-container .select2-selection--single {
  height: 50px;
}
.installment-month .select2-container--classic .select2-selection--single {
  background-color: transparent;
  background-image: none;
  border-radius: 0;
  border: 1px solid #dcdcdc;
}
.installment-month .select2-container--classic .select2-selection--single .select2-selection__rendered {
  line-height: 50px;
}
.installment-month .select2-container--classic .select2-selection--single .select2-selection__arrow {
  top: 7px;
  background-color: transparent;
  background-image: none;
  border-style: none;
  right: 5px;
}
.installment-month .select2-container--classic .select2-selection--single .select2-selection__arrow b {
  top: 17px;
}
.installment-month .select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
  background-image: none;
  border-top: 1px solid transparent;
}
.installment-month .select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
  background-image: none;
}
.interest-rate span {
  display: block;
  padding: 7px 15px;
  color: #fe9000;
  font-size: 20px;
  font-weight: 500;
  height: 50px;
  border: 1px solid #dedede;
}
.total-amount output {
  font-size: 4rem;
  font-weight: 300;
  color: #175eba;
  position: relative;
  line-height: 1;
}
.total-amount output:after {
  content: "/mo";
  position: absolute;
  bottom: 2px;
  right: -42px;
  color: #b0b0b0;
  font-size: 24px;
}
/*=======================================================================
[05] Service Area Style
=========================================================================*/
.service-text-box .title {
  line-height: 1.3;
  font-size: 30px;
}
.service-text-box .title span {
  display: block;
}
.service-text-box p {
  margin-bottom: 35px;
}
.service-layout1 {
  margin-bottom: 3rem;
}
.service-layout1 .item-img {
  overflow: hidden;
}
.service-layout1 .item-img img {
  -webkit-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;
}
.service-layout1 .item-content {
  padding: 20px 15px 5px;
  text-align: center;
}
.service-layout1 .item-content .title {
  line-height: 1.2;
}
.service-layout1 .item-content .item-amount {
  font-size: 30px;
}
.service-layout1:hover .item-img img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.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;
}
.service-layout2 {
  margin-bottom: 3rem;
}
.service-layout2 .item-img {
  margin-bottom: 1.5rem;
  overflow: hidden;
}
.service-layout2 .item-img img {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(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-layout2 .title {
  margin-bottom: 10px;
}
.service-layout2 .btn-ghost {
  padding: 13px 20px 12px 20px;
}
.service-layout2:hover .item-img img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.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-layout3-nav {
  background-color: #175eba;
  border-bottom: 0;
}
.service-layout3-nav li a {
  background-color: #175eba;
  padding: 15px 30px;
  color: #ffffff;
  display: block;
}
.service-layout3-nav li a:hover {
  background-color: #0f51a6;
}
@media only screen and (max-width: 991px) {
  .service-layout3-nav li a {
    padding: 15px 20px;
  }
}
@media only screen and (max-width: 575px) {
  .service-layout3-nav li a {
    padding: 12px 15px;
  }
}
.service-layout3-nav li a.active {
  background-color: #0f51a6;
}
.service-layout3-nav.nav-tabs .nav-item {
  margin-bottom: 0;
}
.service-layout3 .single-item {
  padding: 5rem 0 0;
}
.service-layout3 .single-item p {
  margin-bottom: 30px;
}
.service-layout3 .single-item .list-item li {
  position: relative;
  padding-left: 20px;
  margin-bottom: 10px;
}
.service-layout3 .single-item .list-item li:last-child {
  margin-bottom: 0;
}
.service-layout3 .single-item .list-item li:after {
  position: absolute;
  content: "\f0da";
  font-family: fontawesome;
  top: 0;
  left: 0;
  z-index: 1;
  color: #175eba;
}
.service-layout4 .list-items {
  padding: 5.5rem 7rem;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .service-layout4 .list-items {
    padding: 3.5rem 5rem;
  }
}
@media only screen and (max-width: 575px) {
  .service-layout4 .list-items {
    padding: 2.5rem 3rem;
  }
}
.service-layout4 .list-items:after {
  content: "";
  position: absolute;
  height: calc(100% - 11rem);
  width: 1px;
  z-index: 1;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 15px;
  background-color: #dedede;
}
@media only screen and (max-width: 991px) {
  .service-layout4 .list-items:after {
    display: none;
  }
}
.service-layout4 .list-items .list-item {
  margin-bottom: 3rem;
}
.service-layout4 .list-items .list-item .item-icon i {
  font-size: 52px;
  color: #175eba;
  line-height: 1.4;
}
.service-layout4 .list-items .list-item .item-icon i:before {
  font-size: 52px;
  margin-left: 0;
  color: #175eba;
}
.service-layout4 .list-items .list-item .title {
  margin-bottom: 10px;
}
.service-layout4 .list-items .list-item p {
  margin-bottom: 0;
}
.service-layout4 .col-lg-6:last-child .list-items:after {
  display: none;
}
.service-layout5 {
  margin-bottom: 3rem;
}
.service-layout5 .item-icon i {
  font-size: 52px;
  color: #175eba;
  line-height: 1.4;
}
.service-layout5 .item-icon i:before {
  font-size: 52px;
  margin-left: 0;
  color: #175eba;
}
.service-layout5 .title {
  margin-bottom: 10px;
}
.service-layout5 p {
  margin-bottom: 0;
}
.service-layout6 {
  margin-bottom: 3rem;
  -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-layout6 .item-img img {
  width: 100%;
}
.service-layout6 .item-content {
  padding: 20px 15px 10px;
  text-align: center;
  -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-layout6 .item-content .title {
  line-height: 1.2;
  display: inline-block;
}
.service-layout6 .item-content .item-amount {
  font-size: 30px;
  -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-layout6:hover {
  -webkit-box-shadow: 0px 10px 20px 0px rgba(160, 160, 160, 0.75);
  -moz-box-shadow: 0px 10px 20px 0px rgba(160, 160, 160, 0.75);
  box-shadow: 0px 10px 20px 0px rgba(160, 160, 160, 0.75);
}
.service-layout6:hover .item-content {
  background-color: #175eba;
}
.service-layout6:hover .item-content .item-amount {
  color: #ffffff;
}
.service-layout6:hover .item-content .title a {
  color: #ffffff;
}
.service-layout6:hover .item-content .title a:hover {
  color: #fe9000;
}
.service-layout7 {
  background-color: #175eba;
  -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-layout7 .item-img {
  overflow: hidden;
}
.service-layout7 .item-img img {
  -webkit-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;
}
.service-layout7 .item-content {
  padding: 0 3rem;
  text-align: left;
}
@media only screen and (max-width: 991px) {
  .service-layout7 .item-content {
    padding: 5rem;
  }
}
.service-layout7 .item-content .title {
  margin-bottom: 15px;
}
.service-layout7 .item-content p {
  font-size: 16px;
}
.service-layout7:hover {
  background-color: #fe9000;
}
.service-layout7:hover .item-img img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-transition: all 0.5s cubic-bezier(0, 0, 0.15, 1.88);
  -moz-transition: all 0.5s cubic-bezier(0, 0, 0.15, 1.88);
  -ms-transition: all 0.5s cubic-bezier(0, 0, 0.15, 1.88);
  -o-transition: all 0.5s cubic-bezier(0, 0, 0.15, 1.88);
  transition: all 0.5s cubic-bezier(0, 0, 0.15, 1.88);
}
.service-layout7-repoint {
  margin-bottom: -20px;
  position: relative;
  top: -140px;
  left: 0;
  right: 0;
  z-index: 7;
}
@media only screen and (max-width: 991px) {
  .service-layout7-repoint {
    position: inherit;
    top: 0;
    padding-top: 12rem;
    padding-bottom: 12rem;
  }
}
.service-layout8 {
  background-color: #175eba;
  text-align: center;
  padding: 3rem;
  position: relative;
  height: 100%;
}
.service-layout8:after {
  content: "";
  position: absolute;
  z-index: 1;
  background-color: #0f51a6;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
  -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-layout8 .title {
  margin-bottom: 10px;
}
.service-layout8 .item-icon a {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  height: 50px;
  width: 50px;
  line-height: 50px;
  border: 2px solid #ffffff;
  text-align: center;
  display: block;
  margin: 0 auto;
}
.service-layout8 .item-icon a .svg-inline--fa {
  font-size: 20px;
}
.service-layout8 .item-icon a:hover {
  background-color: #ffffff;
  color: #175eba;
}
@media only screen and (max-width: 575px) {
  div .service-layout8 {
    border-bottom: 1px solid #ffffff;
  }
}
@media only screen and (max-width: 575px) {
  div ~ :last-child .service-layout8 {
    border-bottom: 0;
  }
}
.service-layout8-repoint {
  position: relative;
}
.service-layout8-repoint .container {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 7;
}
@media only screen and (max-width: 1199px) {
  .service-layout8-repoint .container {
    position: inherit;
    max-width: 100%;
  }
  .service-layout8-repoint .container .row {
    padding-left: 0;
    padding-right: 0;
  }
}
.service-details .item-img {
  margin-bottom: 30px;
}
/*=======================================================================
[06] Testimonial Area Style
=========================================================================*/
.testimonial-layout1 {
  text-align: center;
  padding: 4.5rem 3rem;
  margin-bottom: 3rem;
}
.testimonial-layout1 .item-img {
  position: relative;
  display: inline-block;
  margin-bottom: 15px;
}
.testimonial-layout1 .item-img:after {
  content: "\f10d";
  font-family: fontawesome;
  position: absolute;
  font-size: 18px;
  color: #ffffff;
  background-color: #fe9000;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  top: 12%;
  -webkit-transform: translateY(-12%);
  -ms-transform: translateY(-12%);
  transform: translateY(-12%);
  right: -18px;
  z-index: 1;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
}
.testimonial-layout1 .item-img img {
  width: auto;
}
.testimonial-layout1 .title {
  margin-bottom: 0px;
}
.testimonial-layout1 .sub-title {
  margin-bottom: 15px;
}
.testimonial-layout2 {
  text-align: center;
}
.testimonial-layout2 .item-img {
  position: relative;
  display: inline-block;
  margin-bottom: 15px;
}
.testimonial-layout2 .item-img:after {
  content: "\f10d";
  font-family: fontawesome;
  position: absolute;
  font-size: 18px;
  color: #ffffff;
  background-color: #fe9000;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  top: 12%;
  -webkit-transform: translateY(-12%);
  -ms-transform: translateY(-12%);
  transform: translateY(-12%);
  right: -18px;
  z-index: 1;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
}
.testimonial-layout2 .item-img img {
  width: auto;
}
.testimonial-layout2 p {
  font-size: 18px;
  font-style: italic;
  width: 80%;
  margin: 15px auto 4rem;
  position: relative;
}
@media only screen and (max-width: 991px) {
  .testimonial-layout2 p {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .testimonial-layout2 p {
    font-size: 18px;
  }
}
@media only screen and (max-width: 575px) {
  .testimonial-layout2 p {
    font-size: 17px;
  }
}
.testimonial-layout2 p:after {
  content: "\f10d";
  position: absolute;
  top: -30px;
  left: -30px;
  z-index: 1;
  font-family: fontawesome;
  font-size: 36px;
  color: #fe9000;
}
@media only screen and (max-width: 991px) {
  .testimonial-layout2 p:after {
    top: -40px;
    left: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .testimonial-layout2 p:after {
    display: none;
  }
}
.testimonial-layout2 .title {
  margin-bottom: 0px;
}
.testimonial-layout2 .sub-title {
  margin-bottom: 15px;
}
.testimonial-layout3 {
  padding-right: 10%;
  color: #ffffff;
}
.testimonial-layout3 .svg-inline--fa {
  font-size: 48px;
  margin-bottom: 1.5rem;
}
.testimonial-layout3 p {
  margin-bottom: 5rem;
}
.testimonial-layout3 .item-img {
  margin-bottom: 15px;
}
.testimonial-layout3 .title {
  margin-bottom: 0;
}
.testimonial-layout3 .sub-title {
  font-size: 14px;
  margin-bottom: 0;
}
.testimonial-layout4 {
  text-align: center;
}
.testimonial-layout4 .item-img {
  position: relative;
  display: inline-block;
  margin-bottom: 15px;
}
.testimonial-layout4 .item-img:after {
  content: "\f10d";
  font-family: fontawesome;
  position: absolute;
  font-size: 18px;
  color: #ffffff;
  background-color: #fe9000;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  top: 12%;
  -webkit-transform: translateY(-12%);
  -ms-transform: translateY(-12%);
  transform: translateY(-12%);
  right: -18px;
  z-index: 1;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
}
.testimonial-layout4 .item-img img {
  width: auto;
}
.testimonial-layout4 p {
  font-size: 18px;
  font-style: italic;
  width: 80%;
  margin: 15px auto 4rem;
  position: relative;
}
@media only screen and (max-width: 991px) {
  .testimonial-layout4 p {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .testimonial-layout4 p {
    font-size: 18px;
  }
}
@media only screen and (max-width: 575px) {
  .testimonial-layout4 p {
    font-size: 17px;
  }
}
.testimonial-layout4 p:after {
  content: "\f10d";
  position: absolute;
  top: -30px;
  left: -30px;
  z-index: 1;
  font-family: fontawesome;
  font-size: 36px;
  color: #ffffff;
}
@media only screen and (max-width: 991px) {
  .testimonial-layout4 p:after {
    top: -40px;
    left: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .testimonial-layout4 p:after {
    display: none;
  }
}
.testimonial-layout4 .title {
  margin-bottom: 0px;
}
.testimonial-layout4 .sub-title {
  margin-bottom: 15px;
}
.testimonial-section-space {
  padding: 10.3rem 0 12rem;
}
@media only screen and (max-width: 991px) {
  .testimonial-section-space {
    padding: 10.3rem 0 0;
  }
}
/*=======================================================================
[07] Team Area Style
=========================================================================*/
.team-layout1 .item-img {
  position: relative;
  overflow: hidden;
}
.team-layout1 .item-img:after {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  top: 0;
  left: 0;
  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;
}
.team-layout1 .item-img img {
  -webkit-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;
}
.team-layout1 .item-img .item-social {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  right: 0;
  text-align: center;
  z-index: 2;
  -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;
}
.team-layout1 .item-img .item-social li {
  display: inline-block;
  margin-right: 5px;
}
.team-layout1 .item-img .item-social li:last-child {
  margin-right: 0;
}
.team-layout1 .item-img .item-social li a {
  color: #000000;
  display: block;
  height: 40px;
  width: 40px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  line-height: 40px;
  background-color: #ffffff;
}
.team-layout1 .item-img .item-social li a:hover {
  color: #ffffff;
  background-color: #175eba;
}
.team-layout1 .item-content {
  padding: 25px 5px 30px;
  text-align: center;
  -webkit-box-shadow: 0px 1px 1px 0px #dedede;
  -moz-box-shadow: 0px 1px 1px 0px #dedede;
  box-shadow: 0px 1px 1px 0px #dedede;
  -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;
}
.team-layout1:hover .item-img:after {
  opacity: 1;
  visibility: visible;
}
.team-layout1:hover .item-img img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.team-layout1:hover .item-img .item-social {
  opacity: 1;
  visibility: visible;
}
.team-layout1:hover .item-content {
  -webkit-box-shadow: 0px 16px 20px 0px rgba(222, 222, 222, 0.75);
  -moz-box-shadow: 0px 16px 20px 0px rgba(222, 222, 222, 0.75);
  box-shadow: 0px 16px 20px 0px rgba(222, 222, 222, 0.75);
}
.team-layout2 {
  margin-bottom: 3rem;
  position: relative;
}
.team-layout2:before {
  opacity: 0.5;
  bottom: 0;
  left: 0;
  right: 0;
  content: "";
  height: 70%;
  position: absolute;
  width: 100%;
  z-index: 1;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#000000), to(transparent));
  background-image: -webkit-linear-gradient(transparent, #000000);
  background-image: -moz-linear-gradient(transparent, #000000), -moz-linear-gradient(transparent, #000000);
  background-image: -o-linear-gradient(transparent, #000000), -o-linear-gradient(transparent, #000000);
  background-image: linear-gradient(transparent, #000000), linear-gradient(transparent, #000000);
  -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;
}
.team-layout2 figure {
  overflow: hidden;
  margin-bottom: 15px;
}
.team-layout2 figure img {
  width: 100%;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 3s ease-out;
  -moz-transition: all 3s ease-out;
  -ms-transition: all 3s ease-out;
  -o-transition: all 3s ease-out;
  transition: all 3s ease-out;
}
.team-layout2 .item-content {
  padding: 3rem;
  position: absolute;
  bottom: 15px;
  left: 0;
  right: 0;
  z-index: 6;
}
.team-layout2 .item-content .title {
  margin-bottom: 0;
}
.team-layout2:hover:before {
  opacity: 0.9;
  height: 100%;
}
.team-layout2:hover figure img {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}
.team-layout3 {
  margin-bottom: 3rem;
}
@media only screen and (max-width: 767px) {
  .team-layout3 {
    overflow: hidden;
  }
}
.team-layout3 figure {
  overflow: hidden;
  margin-bottom: 0;
}
.team-layout3 figure img {
  width: 100%;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 3s ease-out;
  -moz-transition: all 3s ease-out;
  -ms-transition: all 3s ease-out;
  -o-transition: all 3s ease-out;
  transition: all 3s ease-out;
}
.team-layout3 .item-content {
  background-color: #ffffff;
  padding: 2.2rem 170px 2.2rem 3rem;
  position: relative;
  -webkit-box-shadow: 0px 1px 0px 0px rgba(215, 215, 215, 0.75);
  -moz-box-shadow: 0px 1px 0px 0px rgba(215, 215, 215, 0.75);
  box-shadow: 0px 1px 0px 0px rgba(215, 215, 215, 0.75);
  -webkit-transition: all 5s ease-out;
  -moz-transition: all 5s ease-out;
  -ms-transition: all 5s ease-out;
  -o-transition: all 5s ease-out;
  transition: all 5s ease-out;
}
@media only screen and (max-width: 991px) {
  .team-layout3 .item-content {
    padding: 2.2rem 3rem 2.2rem 3rem;
  }
}
.team-layout3 .item-content .title {
  margin-bottom: 0;
  display: table;
}
.team-layout3 .item-content .item-social {
  position: absolute;
  right: 22px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media only screen and (max-width: 991px) {
  .team-layout3 .item-content .item-social {
    position: inherit;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    margin: 10px 0 0 22px;
  }
}
.team-layout3 .item-content .item-social ul li {
  display: inline-block;
  margin-right: 5px;
}
.team-layout3 .item-content .item-social ul li a {
  color: #646464;
  padding: 5px 8px;
}
.team-layout3 .item-content .item-social ul li a:hover {
  color: #fe9000;
}
.team-layout3 .item-content .item-social ul li:last-child {
  margin-right: 0;
}
.team-layout3 .item-content .item-social ul li:first-child a {
  padding: 5px 8px 5px 0;
}
.team-layout3:hover figure img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.team-layout3:hover .item-content {
  -webkit-box-shadow: 0px 1px 0px 0px rgba(254, 144, 0, 0.75);
  -moz-box-shadow: 0px 1px 0px 0px rgba(254, 144, 0, 0.75);
  box-shadow: 0px 1px 0px 0px rgba(254, 144, 0, 0.75);
}
.single-team-info-box {
  padding-right: 10%;
  margin-bottom: 5rem;
}
.single-team-banner {
  padding: 10rem 0;
}
.single-team-banner .single-team-inner .item-content {
  margin-top: 3rem;
}
.single-team-banner .single-team-inner .item-content .title {
  margin-bottom: 5px;
}
.single-team-banner .single-team-inner .item-content .sub-title {
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: 300;
}
.single-team-banner .single-team-inner .item-content p {
  margin-bottom: 30px;
}
.single-team-banner .single-team-inner .item-content .item-social ul li {
  display: inline-block;
  margin-right: 10px;
}
.single-team-banner .single-team-inner .item-content .item-social ul li:last-child {
  margin-right: 0;
}
.single-team-banner .single-team-inner .item-content .item-social ul li:first-child a {
  padding: 5px 10px 5px 0;
}
.single-team-banner .single-team-inner .item-content .item-social ul li a {
  padding: 5px 10px;
}
.single-team-banner .single-team-inner .item-content .item-social ul li a:hover {
  color: #fe9000;
}
/*=======================================================================
[08] News Area Style
=========================================================================*/
.news-wrap-layout1 ul li {
  margin-bottom: 2px;
}
.news-wrap-layout1 ul li:last-child {
  margin-bottom: 0;
}
.news-box-layout1 .item-date {
  padding: 10px 15px 10px 35px;
  position: relative;
  z-index: 2;
  font-size: 20px;
  font-weight: 500;
  min-height: 95px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.news-box-layout1 .item-date:after {
  content: "\f073";
  position: absolute;
  left: 30px;
  top: 50%;
  transform: rotate(345deg) translateY(-50%);
  z-index: -1;
  font-family: fontawesome;
  font-size: 60px;
  opacity: 0.2;
  color: #ffffff;
}
.news-box-layout1 .item-date:before {
  content: "";
  position: absolute;
  right: -40px;
  top: 0;
  z-index: 1;
  width: 0;
  height: 0;
  border-top: 95px solid #175eba;
  border-right: 40px solid transparent;
  -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;
}
@media only screen and (max-width: 767px) {
  .news-box-layout1 .item-date:before {
    display: none;
  }
}
.news-box-layout1 .item-content {
  padding: 10px 10px 10px 5rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 95px;
}
@media only screen and (max-width: 767px) {
  .news-box-layout1 .item-content {
    margin-top: 0;
  }
}
.news-box-layout1:hover .item-date:before {
  border-right: 50px solid transparent;
  right: -50px;
}
.news-box-layout2 .item-img {
  position: relative;
  overflow: hidden;
}
.news-box-layout2 .item-img img {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -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;
}
.news-box-layout2 .item-img .item-date {
  text-align: center;
  position: absolute;
  top: 30px;
  left: 30px;
  z-index: 1;
  width: 80px;
  height: 90px;
  font-size: 24px;
  line-height: 1.3;
  color: #ffffff;
  background-color: #fe9000;
  -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;
}
.news-box-layout2 .item-img .item-date span {
  display: block;
}
.news-box-layout2 .item-content {
  padding: 4rem;
}
.news-box-layout2 .item-content .title {
  margin-bottom: 12px;
}
.news-box-layout2 .item-content p {
  margin-bottom: 0;
}
.news-box-layout2:hover .item-img 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);
  -webkit-transition: all 0.5s cubic-bezier(0, 0, 0.15, 1.88);
  -moz-transition: all 0.5s cubic-bezier(0, 0, 0.15, 1.88);
  -ms-transition: all 0.5s cubic-bezier(0, 0, 0.15, 1.88);
  -o-transition: all 0.5s cubic-bezier(0, 0, 0.15, 1.88);
  transition: all 0.5s cubic-bezier(0, 0, 0.15, 1.88);
}
.news-box-layout2:hover .item-date {
  -webkit-border-radius: 15%;
  -moz-border-radius: 15%;
  -ms-border-radius: 15%;
  -o-border-radius: 15%;
  border-radius: 15%;
  -webkit-transition: all 0.5s cubic-bezier(0, 0, 0.15, 1.88);
  -moz-transition: all 0.5s cubic-bezier(0, 0, 0.15, 1.88);
  -ms-transition: all 0.5s cubic-bezier(0, 0, 0.15, 1.88);
  -o-transition: all 0.5s cubic-bezier(0, 0, 0.15, 1.88);
  transition: all 0.5s cubic-bezier(0, 0, 0.15, 1.88);
}
.news-box-layout3 .item-img {
  position: relative;
  overflow: hidden;
  width: 37%;
}
@media only screen and (max-width: 1199px) {
  .news-box-layout3 .item-img {
    width: 44.7%;
  }
}
@media only screen and (max-width: 575px) {
  .news-box-layout3 .item-img {
    width: 100%;
  }
}
.news-box-layout3 .item-img img {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -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;
}
.news-box-layout3 .item-img .item-date {
  text-align: center;
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 1;
  width: 50px;
  height: 55px;
  font-size: 18px;
  line-height: 1.2;
  color: #ffffff;
  background-color: #fe9000;
  -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;
}
.news-box-layout3 .item-img .item-date span {
  display: block;
}
.news-box-layout3 .item-content .title {
  margin-bottom: 10px;
}
.news-box-layout3 .item-content p {
  margin-bottom: 0;
  line-height: 1.2;
}
.news-box-layout3:hover .item-img 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);
  -webkit-transition: all 0.5s cubic-bezier(0, 0, 0.15, 1.88);
  -moz-transition: all 0.5s cubic-bezier(0, 0, 0.15, 1.88);
  -ms-transition: all 0.5s cubic-bezier(0, 0, 0.15, 1.88);
  -o-transition: all 0.5s cubic-bezier(0, 0, 0.15, 1.88);
  transition: all 0.5s cubic-bezier(0, 0, 0.15, 1.88);
}
.news-box-layout3:hover .item-date {
  -webkit-border-radius: 15%;
  -moz-border-radius: 15%;
  -ms-border-radius: 15%;
  -o-border-radius: 15%;
  border-radius: 15%;
  -webkit-transition: all 0.5s cubic-bezier(0, 0, 0.15, 1.88);
  -moz-transition: all 0.5s cubic-bezier(0, 0, 0.15, 1.88);
  -ms-transition: all 0.5s cubic-bezier(0, 0, 0.15, 1.88);
  -o-transition: all 0.5s cubic-bezier(0, 0, 0.15, 1.88);
  transition: all 0.5s cubic-bezier(0, 0, 0.15, 1.88);
}
.news-box-layout4 .item-img {
  margin-bottom: 20px;
}
.news-box-layout4 .item-date {
  color: #fe9000;
  margin-bottom: 5px;
}
.news-box-layout4 .title {
  margin-bottom: 10px;
}
.news-box-layout4 p {
  margin-bottom: 30px;
}
/*=======================================================================
[09] Skill Area Style        
=========================================================================*/
.skill-layout1 {
  text-align: center;
  position: relative;
  height: 140px;
  width: 140px;
  margin-bottom: 3rem;
}
.skill-layout1 .progress-circular h3 {
  top: 75px;
  color: #111111;
  left: 0;
  position: absolute;
  right: 0;
  font-size: 20px;
  font-weight: 300;
}
.skill-layout1 .progress-circular input {
  margin-top: 30px !important;
  color: #111111 !important;
  font-size: 40px !important;
  font-weight: 400;
}
.skill-layout2 {
  margin-top: 5px;
  position: relative;
  overflow: hidden;
}
.skill-layout2 .progress {
  background-color: #f0f0f0;
  -webkit-border-radius: 45px;
  -moz-border-radius: 45px;
  -ms-border-radius: 45px;
  -o-border-radius: 45px;
  border-radius: 45px;
  box-shadow: none;
  height: 9px;
  margin-bottom: 65px;
  overflow: visible;
  position: relative;
  margin-top: 44px;
}
.skill-layout2 .progress .lead {
  color: #000000;
  font-size: 18px;
  position: absolute;
  top: -30px;
  font-weight: 600;
}
.skill-layout2 .progress:last-child {
  margin-bottom: 0;
}
.skill-layout2 .progress-bar {
  background-color: #175eba;
  -webkit-border-radius: 45px;
  -moz-border-radius: 45px;
  -ms-border-radius: 45px;
  -o-border-radius: 45px;
  border-radius: 45px;
}
.skill-layout2 .progress-bar > span {
  background: #000000;
  float: right;
  font-size: 11px;
  margin-right: 10px;
  margin-top: -25px;
  position: relative;
  padding: 5px;
}
.skill-layout2 .progress-bar > span:before,
.skill-layout2 .progress-bar > span:after {
  border: medium solid transparent;
  content: "";
  height: 0;
  position: absolute;
  top: 100%;
  width: 0;
}
.skill-layout2 .progress-bar > span:before {
  border-top-color: #333;
  border-width: 5px;
  left: 50%;
  margin-left: -5px;
}
.skill-layout3 {
  margin-top: 5px;
  position: relative;
  overflow: hidden;
}
.skill-layout3 .progress {
  background-color: #f0f0f0;
  -webkit-border-radius: 45px;
  -moz-border-radius: 45px;
  -ms-border-radius: 45px;
  -o-border-radius: 45px;
  border-radius: 45px;
  box-shadow: none;
  height: 5px;
  margin-bottom: 65px;
  overflow: visible;
  position: relative;
  margin-top: 44px;
}
.skill-layout3 .progress .lead {
  color: #000000;
  font-size: 18px;
  position: absolute;
  top: -30px;
  font-weight: 600;
}
.skill-layout3 .progress:last-child {
  margin-bottom: 0;
}
.skill-layout3 .progress-bar {
  height: 5px;
  background-color: #175eba;
  -webkit-border-radius: 45px;
  -moz-border-radius: 45px;
  -ms-border-radius: 45px;
  -o-border-radius: 45px;
  border-radius: 45px;
}
.skill-layout3 .progress-bar > span {
  background: #000000;
  float: right;
  font-size: 11px;
  margin-right: 10px;
  margin-top: -25px;
  position: relative;
  padding: 5px;
}
.skill-layout3 .progress-bar > span:before,
.skill-layout3 .progress-bar > span:after {
  border: medium solid transparent;
  content: "";
  height: 0;
  position: absolute;
  top: 100%;
  width: 0;
}
.skill-layout3 .progress-bar > span:before {
  border-top-color: #333;
  border-width: 5px;
  left: 50%;
  margin-left: -5px;
}
/*=======================================================================
[10] Video Area Style        
=========================================================================*/
.video-layout1 {
  position: relative;
}
.video-layout1 .item-btn {
  position: absolute;
  bottom: 30px;
  left: 30px;
}
.video-layout1 .item-btn img {
  opacity: 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;
}
.video-layout1 .item-btn:hover img {
  opacity: 0.6;
}
.video-layout1 span {
  position: absolute;
  left: 100px;
  bottom: 30px;
  color: #ffffff;
  width: 130px;
  font-size: 18px;
}
.video-layout2 {
  padding: 0 2rem;
}
.video-layout2 .title {
  line-height: 1.3;
  margin-bottom: 5rem;
}
.video-layout2 .media .item-btn img {
  opacity: 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;
}
.video-layout2 .media .item-btn:hover img {
  opacity: 0.6;
}
.video-layout2 .media .media-body span {
  font-size: 20px;
  margin-top: 10px;
  display: block;
}
.video-layout2 .media .media-body span a {
  color: #ffffff;
  -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;
}
.video-layout2 .media .media-body span a:hover {
  color: #fe9000;
}
/*=======================================================================
[11] Progress Area Style
=========================================================================*/
.progress-box {
  margin-bottom: 3rem;
  text-align: center;
}
.progress-box .counting-text {
  font-size: 5rem;
  line-height: 1.3;
}
.progress-box p {
  font-size: 17px;
  margin-bottom: 0;
}
.process-layout1 {
  margin-bottom: 3rem;
  text-align: center;
  position: relative;
}
.process-layout1 .item-icon-wrap {
  padding: 3px;
  border: 2px solid #e9e9e9;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  height: 142px;
  width: 142px;
  margin: 0 auto 22px;
  position: relative;
}
.process-layout1 .item-icon-wrap:after {
  position: absolute;
  content: url('img/dotted-line.png');
  top: 50%;
  transform: translateY(-50%);
  right: -200px;
}
@media only screen and (max-width: 991px) {
  .process-layout1 .item-icon-wrap:after {
    display: none;
  }
}
.process-layout1 .item-icon {
  background-color: #fe9000;
  height: 100%;
  width: 100%;
  -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;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
}
.process-layout1 .item-icon .svg-inline--fa {
  font-size: 48px;
  color: #ffffff;
  margin: 0 auto;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  right: 0;
}
.process-layout1:hover .item-icon-wrap .item-icon {
  -webkit-transform: scale(0.95);
  -ms-transform: scale(0.95);
  transform: scale(0.95);
}
.single-item:last-child .process-layout1 .item-icon-wrap:after {
  display: none;
}
/*=======================================================================
[12] Newsletter Area Style
=========================================================================*/
.newsletter-form .form-group {
  width: 100%;
  margin-bottom: 15px;
}
.newsletter-form .form-group .form-control {
  background: #ffffff;
  box-shadow: none;
  border: 0;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}
.newsletter-form .form-group input {
  height: 55px;
  color: #111111;
  padding: 5px 20px;
  font-size: 15px;
}
.newsletter-form .form-response .alert-info {
  background: transparent;
  border: none;
  color: #a8a7a7;
  letter-spacing: 5px;
}
.newsletter-form .form-response .alert-success {
  background-color: transparent;
  color: red;
  letter-spacing: 4px;
  border-color: transparent;
  font-weight: 500;
}
@media only screen and (max-width: 575px) {
  .newsletter-form .form-response .alert-success {
    letter-spacing: 1px;
  }
}
.newsletter-form .form-response .alert {
  border-radius: 0;
  padding: 15px 0;
}
.newsletter-form input.search-input:focus {
  outline-width: 0;
  outline: none;
}
.newsletter-form input::-webkit-input-placeholder {
  color: #444444;
}
.newsletter-form input::-moz-placeholder {
  color: #444444;
}
.newsletter-form input:-moz-placeholder {
  color: #444444;
}
.newsletter-form input:-ms-input-placeholder {
  color: #444444;
}
.newsletter-form ul.form-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 1.5rem;
}
@media only screen and (max-width: 767px) {
  .newsletter-form ul.form-items {
    display: inherit;
  }
}
.newsletter-form ul.form-items li {
  margin-right: 10px;
}
.newsletter-form ul.form-items li:last-child {
  margin-right: 0;
}
.newsletter-form ul.form-items li .item-btn {
  padding: 5px;
  width: 100%;
  min-height: 55px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.newsletter-form ul.form-items li:nth-child(1n) {
  width: calc(70% - 10px);
}
@media only screen and (max-width: 767px) {
  .newsletter-form ul.form-items li:nth-child(1n) {
    width: 100%;
  }
}
.newsletter-form ul.form-items li:nth-child(2n) {
  width: 30%;
}
@media only screen and (max-width: 767px) {
  .newsletter-form ul.form-items li:nth-child(2n) {
    width: 50%;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 575px) {
  .newsletter-form ul.form-items li:nth-child(2n) {
    width: 100%;
  }
}
/*=======================================================================
[13] Rate Info Area Style
=========================================================================*/
.rate-info-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media only screen and (max-width: 575px) {
  .rate-info-wrap {
    display: block;
  }
}
.rate-info-wrap li {
  border-right: 1px solid #dedede;
  padding-right: 15px;
  margin-right: 15px;
  width: calc(100% / 3);
  padding-left: 4%;
}
@media only screen and (max-width: 991px) {
  .rate-info-wrap li {
    padding-left: 0;
    text-align: center;
  }
}
@media only screen and (max-width: 575px) {
  .rate-info-wrap li {
    width: 100%;
    text-align: left;
    border-bottom: 1px solid #dedede;
    border-right: 0;
  }
}
.rate-info-wrap li:last-child {
  margin-right: 0;
  padding-right: 0;
  border-right: 0;
  border-bottom: 0;
}
.rate-info-layout1 {
  margin: 0 auto;
  padding: 45px 0;
  position: relative;
}
.rate-info-layout1 .item-icon {
  height: 70px;
  width: 70px;
  text-align: center;
  line-height: 70px;
  color: #ffffff;
  position: relative;
}
@media only screen and (max-width: 991px) {
  .rate-info-layout1 .item-icon {
    margin: 0 auto;
  }
}
.rate-info-layout1 .item-icon:after {
  content: "";
  position: absolute;
  height: 70px;
  width: 35px;
  border-radius: 0 90px 90px 0;
  background-color: #175eba;
  top: 0;
  right: 0;
}
.rate-info-layout1 .item-icon:before {
  content: "";
  position: absolute;
  height: 70px;
  width: 35px;
  border-radius: 90px 0 0 90px;
  background-color: #2b71cc;
  top: 0;
  left: 0;
}
.rate-info-layout1 .item-icon i:before {
  position: relative;
  z-index: 6;
  font-size: 30px;
  margin-left: 0;
}
.rate-info-layout1 .rate-amount {
  font-size: 24px;
  font-weight: 500;
  color: #fe9000;
  line-height: 1.4;
}
/*=======================================================================
[14] Inner Page Banner Area Style
=========================================================================*/
.inner-page-banner {
  display: block;
  padding: 7rem 0 7.8rem;
}
.inner-page-banner .breadcrumbs-area {
  position: relative;
  z-index: 1;
}
.inner-page-banner .breadcrumbs-area h1 {
  font-weight: 500;
  text-transform: uppercase;
  color: #ffffff;
  font-size: 4rem;
  margin-bottom: 10px;
}
@media only screen and (max-width: 767px) {
  .inner-page-banner .breadcrumbs-area h1 {
    margin-bottom: 0;
  }
}
.inner-page-banner .breadcrumbs-area ul li {
  display: inline-block;
  color: #ffffff;
  font-size: 18px;
  position: relative;
  margin-right: 10px;
  padding-right: 20px;
}
.inner-page-banner .breadcrumbs-area ul li:before {
  content: "-";
  position: absolute;
  right: 0;
  top: -1px;
  z-index: 5;
  color: #c6c6c6;
}
.inner-page-banner .breadcrumbs-area ul li a {
  color: #fe9000;
  -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;
}
.inner-page-banner .breadcrumbs-area ul li a:hover {
  color: #ffffff;
}
.inner-page-banner .breadcrumbs-area ul li:last-child {
  margin-right: 0;
  padding-right: 0;
}
.inner-page-banner .breadcrumbs-area ul li:last-child:before {
  display: none;
}
.inner-page-banner .breadcrumbs-area.area-right {
  margin-top: 20px;
  text-align: right;
}
/*=======================================================================
[15] Sidebar Area Style
=========================================================================*/
.widget-action-layout1 {
  border: 1px solid #dedede;
  padding: 3rem;
}
.widget-action-layout2 {
  padding: 3rem;
}
.widget-action-layout2 .title span {
  font-weight: 400;
}
.widget-action-layout3 {
  border: 1px solid #dedede;
  padding: 3rem;
}
.widget-action-layout3 .sub-title {
  margin-bottom: 10px;
}
.widget-action-layout3 .phone-number {
  color: #111111;
  font-weight: 500;
}
.widget-action-layout3 .phone-number .svg-inline--fa {
  color: #fe9000;
  margin-right: 10px;
}
.widget-classes ul li {
  display: grid;
  width: 100%;
  margin-bottom: 2px;
  font-size: 17px;
  position: relative;
}
.widget-classes ul li:last-child {
  margin-bottom: 0;
}
.widget-classes ul li a {
  background-color: #f7f7f7;
  padding: 15px 15px 15px 40px;
  color: #000000;
  -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;
}
.widget-classes ul li a .svg-inline--fa {
  color: #ffffff;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 24px;
  padding-left: 2px;
  text-align: center;
  color: #175eba;
  left: 15px;
  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;
}
.widget-classes ul li:hover a {
  padding: 15px 15px 15px 50px;
  background-color: #175eba;
  color: #ffffff;
}
.widget-classes ul li:hover a .svg-inline--fa {
  color: #ffffff;
  left: 25px;
}
.widget-testimonial .widget-testimonial-box .item-img {
  margin-bottom: 15px;
}
.widget-testimonial .widget-testimonial-box .title {
  margin-bottom: 0;
}
.widget-testimonial .widget-testimonial-box .sub-title {
  font-size: 14px;
  margin-bottom: 0;
}
/*=======================================================================
[16] Call To Action Area Style        
=========================================================================*/
.call-to-action {
  padding: 40px 0 14px;
}
.call-to-action > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.call-to-action .call-title {
  margin-bottom: 3rem;
}
.call-to-action .call-title .title {
  margin-bottom: 0;
}
.call-to-action .call-title p {
  margin-bottom: 0;
}
.call-to-action .call-btn {
  margin-bottom: 3rem;
}
.call-to-action-form .form-group {
  width: 100%;
  margin-bottom: 30px;
}
.call-to-action-form .form-group .form-control {
  background: #707070;
  box-shadow: none;
  border: 0;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}
.call-to-action-form .form-group input {
  height: 55px;
  color: #dbdbdb;
  padding: 5px 20px;
  font-size: 15px;
}
.call-to-action-form .form-response .alert-info {
  background: transparent;
  border: none;
  color: #a8a7a7;
  letter-spacing: 5px;
}
.call-to-action-form .form-response .alert-success {
  background-color: transparent;
  color: red;
  letter-spacing: 4px;
  border-color: transparent;
  font-weight: 500;
}
@media only screen and (max-width: 575px) {
  .call-to-action-form .form-response .alert-success {
    letter-spacing: 1px;
  }
}
.call-to-action-form .form-response .alert {
  border-radius: 0;
  padding: 15px 0;
}
.call-to-action-form input.search-input:focus {
  outline-width: 0;
  outline: none;
}
.call-to-action-form input::-webkit-input-placeholder {
  color: #dbdbdb !important;
  font-weight: 300;
}
.call-to-action-form input::-moz-placeholder {
  color: #dbdbdb !important;
  font-weight: 300;
}
.call-to-action-form input:-moz-placeholder {
  color: #dbdbdb !important;
  font-weight: 300;
}
.call-to-action-form input:-ms-input-placeholder {
  color: #dbdbdb !important;
  font-weight: 300;
}
.select-topic .custom-select {
  margin-bottom: 35px;
  border: 0;
  background: inherit;
  width: 100%;
  padding: 0;
}
.select-topic .select2-container .select2-selection--single {
  height: 50px;
}
.select-topic .select2-container--classic .select2-selection--single {
  background-color: #707070;
  background-image: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  border: 1px solid #707070;
}
.select-topic .select2-container--classic .select2-selection--single .select2-selection__rendered {
  line-height: 50px;
  color: #dbdbdb;
  font-size: 15px;
  font-weight: 300;
  padding-left: 20px;
}
.select-topic .select2-container--classic .select2-selection--single .select2-selection__arrow {
  top: 7px;
  background-color: transparent;
  background-image: none;
  border-style: none;
  right: 5px;
}
.select-topic .select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
  background-image: none;
  border-top: 1px solid transparent;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}
.select-topic .select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
  background-image: none;
}
.select-topic .select2-container--classic .select2-selection--single .select2-selection__arrow b {
  top: 17px;
  border-color: #dbdbdb transparent transparent transparent;
}
.select-topic .select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #dbdbdb transparent;
}
.request-call-wrap {
  width: 500px;
  margin-right: 55px;
}
@media only screen and (max-width: 1199px) {
  .request-call-wrap {
    width: 410px;
  }
}
@media only screen and (max-width: 991px) {
  .request-call-wrap {
    width: 100%;
    margin-right: 0;
    padding: 11rem 5rem 12.2rem;
  }
}
.request-call-layout1 .custom-select {
  margin-bottom: 35px;
  border: 0;
  background: inherit;
  display: block;
  padding: 0;
}
.request-call-layout1 .select2-container {
  z-index: 5;
}
.request-call-layout1 .select2-container .select2-selection--single {
  height: 50px;
}
.request-call-layout1 .select2-container--classic .select2-selection--single {
  background-color: #eb8300;
  background-image: none;
  border-radius: 0;
  border: 1px solid #eb8300;
}
.request-call-layout1 .select2-container--classic .select2-selection--single .select2-selection__rendered {
  line-height: 50px;
  color: #ffffff;
  padding-left: 20px;
  font-weight: 300;
}
.request-call-layout1 .select2-container--classic .select2-selection--single .select2-selection__arrow {
  top: 7px;
  background-color: transparent;
  background-image: none;
  border-style: none;
  right: 5px;
}
.request-call-layout1 .select2-container--classic .select2-selection--single .select2-selection__arrow b {
  top: 17px;
  border-color: #ffffff transparent transparent transparent;
}
.request-call-layout1 .select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
  background-image: none;
  border-top: 1px solid transparent;
}
.request-call-layout1 .select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
  background-image: none;
}
.request-call-layout1 .select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #ffffff transparent;
}
.request-call-layout2 .custom-select {
  margin-bottom: 35px;
  border: 0;
  background: inherit;
  display: block;
  padding: 0;
}
.request-call-layout2 .select2-container {
  z-index: 5;
}
.request-call-layout2 .select2-container .select2-selection--single {
  height: 50px;
}
.request-call-layout2 .select2-container--classic .select2-selection--single {
  background-color: #1b5bad;
  background-image: none;
  border-radius: 0;
  border: 1px solid #1b5bad;
}
.request-call-layout2 .select2-container--classic .select2-selection--single .select2-selection__rendered {
  line-height: 50px;
  color: #ffffff;
  padding-left: 20px;
  font-weight: 300;
}
.request-call-layout2 .select2-container--classic .select2-selection--single .select2-selection__arrow {
  top: 7px;
  background-color: transparent;
  background-image: none;
  border-style: none;
  right: 5px;
}
.request-call-layout2 .select2-container--classic .select2-selection--single .select2-selection__arrow b {
  top: 17px;
  border-color: #ffffff transparent transparent transparent;
}
.request-call-layout2 .select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
  background-image: none;
  border-top: 1px solid transparent;
}
.request-call-layout2 .select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
  background-image: none;
}
.request-call-layout2 .select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #ffffff transparent;
}
.request-form-layout1 .form-group {
  margin-bottom: 15px;
}
.request-form-layout1 .form-group .form-control {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  background: #eb8300;
  box-shadow: none;
  border: 0;
}
.request-form-layout1 .form-group input {
  height: 48px;
  color: #ffffff;
  padding: 5px 20px;
  font-weight: 300;
  font-size: 18px;
}
.request-form-layout1 .form-group textarea {
  padding: 20px;
  font-size: 18px;
}
.request-form-layout1 .form-response .alert-info {
  background: transparent;
  border: none;
  color: #a8a7a7;
  letter-spacing: 5px;
}
.request-form-layout1 .form-response .alert-success {
  background-color: transparent;
  color: #0f51a6;
  letter-spacing: 4px;
  border-color: transparent;
  font-weight: 500;
}
@media only screen and (max-width: 575px) {
  .request-form-layout1 .form-response .alert-success {
    letter-spacing: 1px;
  }
}
.request-form-layout1 .form-response .alert {
  border-radius: 0;
  padding: 15px 0;
}
.request-form-layout1 input.search-input:focus {
  outline-width: 0;
  outline: none;
}
.request-form-layout1 input::-webkit-input-placeholder,
.request-form-layout1 textarea::-webkit-input-placeholder {
  color: #ffffff;
  font-weight: 300;
}
.request-form-layout1 input::-moz-placeholder,
.request-form-layout1 textarea::-moz-placeholder {
  color: #ffffff;
  font-weight: 300;
}
.request-form-layout1 input:-moz-placeholder,
.request-form-layout1 textarea:-moz-placeholder {
  color: #ffffff;
  font-weight: 300;
}
.request-form-layout1 input:-ms-input-placeholder,
.request-form-layout1 textarea:-ms-input-placeholder {
  color: #ffffff;
  font-weight: 300;
}
.request-form-layout2 .form-group {
  margin-bottom: 15px;
}
.request-form-layout2 .form-group .form-control {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  background: #1b5bad;
  box-shadow: none;
  border: 0;
}
.request-form-layout2 .form-group input {
  height: 48px;
  color: #ffffff;
  padding: 5px 20px;
  font-weight: 300;
  font-size: 18px;
}
.request-form-layout2 .form-group textarea {
  padding: 20px;
  font-size: 18px;
}
.request-form-layout2 .form-response .alert-info {
  background: transparent;
  border: none;
  color: #a8a7a7;
  letter-spacing: 5px;
}
.request-form-layout2 .form-response .alert-success {
  background-color: transparent;
  color: #0f51a6;
  letter-spacing: 4px;
  border-color: transparent;
  font-weight: 500;
}
@media only screen and (max-width: 575px) {
  .request-form-layout2 .form-response .alert-success {
    letter-spacing: 1px;
  }
}
.request-form-layout2 .form-response .alert {
  border-radius: 0;
  padding: 15px 0;
}
.request-form-layout2 input.search-input:focus {
  outline-width: 0;
  outline: none;
}
.request-form-layout2 input::-webkit-input-placeholder,
.request-form-layout2 textarea::-webkit-input-placeholder {
  color: #ffffff;
  font-weight: 300;
}
.request-form-layout2 input::-moz-placeholder,
.request-form-layout2 textarea::-moz-placeholder {
  color: #ffffff;
  font-weight: 300;
}
.request-form-layout2 input:-moz-placeholder,
.request-form-layout2 textarea:-moz-placeholder {
  color: #ffffff;
  font-weight: 300;
}
.request-form-layout2 input:-ms-input-placeholder,
.request-form-layout2 textarea:-ms-input-placeholder {
  color: #ffffff;
  font-weight: 300;
}
.book-appointment {
  padding: 3rem 5rem;
}
.book-appointment .appointment-form .form-group {
  margin-bottom: 30px;
}
.book-appointment .appointment-form .form-group .form-control {
  -webkit-box-shadow: 0px 1px 0px 0px rgba(228, 228, 228, 0.75);
  -moz-box-shadow: 0px 1px 0px 0px rgba(228, 228, 228, 0.75);
  box-shadow: 0px 1px 0px 0px rgba(228, 228, 228, 0.75);
  background: #ffffff;
  border: 0;
}
.book-appointment .appointment-form .form-group input {
  height: 50px;
  color: #000000;
  padding: 5px 20px;
  font-size: 18px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}
.book-appointment .appointment-form .form-group textarea {
  padding: 20px;
  font-size: 18px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}
.book-appointment .appointment-form .form-response .alert-info {
  background: transparent;
  border: none;
  color: #a8a7a7;
  letter-spacing: 5px;
}
.book-appointment .appointment-form .form-response .alert-success {
  background-color: transparent;
  color: #0f51a6;
  letter-spacing: 4px;
  border-color: transparent;
  font-weight: 500;
}
@media only screen and (max-width: 575px) {
  .book-appointment .appointment-form .form-response .alert-success {
    letter-spacing: 1px;
  }
}
.book-appointment .appointment-form .form-response .alert {
  border-radius: 0;
  padding: 15px 0;
}
.book-appointment .appointment-form input.search-input:focus {
  outline-width: 0;
  outline: none;
}
.book-appointment .appointment-form input::-webkit-input-placeholder,
.book-appointment .appointment-form textarea::-webkit-input-placeholder {
  color: #444444;
  font-weight: 300;
}
.book-appointment .appointment-form input::-moz-placeholder,
.book-appointment .appointment-form textarea::-moz-placeholder {
  color: #444444;
  font-weight: 300;
}
.book-appointment .appointment-form input:-moz-placeholder,
.book-appointment .appointment-form textarea:-moz-placeholder {
  color: #444444;
  font-weight: 300;
}
.book-appointment .appointment-form input:-ms-input-placeholder,
.book-appointment .appointment-form textarea:-ms-input-placeholder {
  color: #444444;
  font-weight: 300;
}
.book-appointment .item-btn {
  display: inline-block;
}
/*=======================================================================
[17] Brand Area Style        
=========================================================================*/
.brand-box {
  line-height: 1;
  text-align: center;
}
.brand-box a {
  display: inline-block;
}
.brand-box a img {
  display: inline-block;
  width: 100%;
  margin: 0 auto;
  -webkit-filter: grayscale(100%);
  filter: grayscale(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;
}
.brand-box a:hover img {
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
}
/*=======================================================================
[18] Achievement Area Style        
=========================================================================*/
.achievement-area p {
  margin-bottom: 50px;
}
.achievement-area .list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width: 575px) {
  .achievement-area .list-item {
    display: block;
  }
}
.achievement-area .list-item li {
  width: calc((100% - 60px) / 3);
  margin-right: 30px;
}
@media only screen and (max-width: 575px) {
  .achievement-area .list-item li {
    margin: 0 auto;
    width: 142px;
  }
}
.achievement-area .list-item li:last-child {
  margin-right: 0;
}
@media only screen and (max-width: 575px) {
  .achievement-area .list-item li:last-child {
    margin: 0 auto;
  }
}
/*=======================================================================
[19] Comingsoon Page Style        
=========================================================================*/
.comingsoon-page {
  text-align: center;
  width: 100%;
  height: 100%;
  position: fixed;
}
@media only screen and (max-width: 991px) {
  .comingsoon-page {
    overflow-y: scroll;
  }
}
.comingsoon-page .comingsoon-back-img {
  background-image: url('img/banner/coming-soon.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: fixed;
  z-index: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.comingsoon-page .comingsoon-back-img:before {
  content: "";
  height: 100%;
  width: 100%;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  background-color: rgba(21, 44, 56, 0.9);
}
.comingsoon-page .comingsoon-content-wrap {
  height: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 50px 0;
}
@media only screen and (max-width: 991px) {
  .comingsoon-page .comingsoon-content-wrap {
    margin: 50px 0 100px;
  }
}
.comingsoon-page .comingsoon-content {
  position: relative;
  z-index: 1;
  padding: 0 15px;
}
.comingsoon-page .comingsoon-content h1 {
  font-weight: 300;
  font-size: 8rem;
  
  color: #ffffff;
}
@media only screen and (max-width: 767px) {
  .comingsoon-page .comingsoon-content h1 {
    margin-bottom: 0;
    font-size: 6rem;
  }
}
@media only screen and (max-width: 575px) {
  .comingsoon-page .comingsoon-content h1 {
    margin-bottom: 0;
    font-size: 5rem;
  }
}
.comingsoon-page .comingsoon-content .comingsoon-newsletter {
  margin-bottom: 9rem;
}
.comingsoon-page .comingsoon-content .comingsoon-newsletter .stylish-input-group {
  background-color: transparent;
  height: 52px;
}
@media only screen and (max-width: 767px) {
  .comingsoon-page .comingsoon-content .comingsoon-newsletter .stylish-input-group {
    display: inherit;
    padding: 0 15px;
    height: 45px;
  }
}
.comingsoon-page .comingsoon-content .comingsoon-newsletter .stylish-input-group .form-control {
  border-right: none;
  color: #000000;
  background-color: #ffffff;
  width: 520px;
  flex: inherit;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  font-size: 16px;
  padding: 3px 30px 5px;
  height: 52px;
}
@media only screen and (max-width: 767px) {
  .comingsoon-page .comingsoon-content .comingsoon-newsletter .stylish-input-group .form-control {
    width: 100%;
    height: 45px;
  }
}
.comingsoon-page .comingsoon-content .comingsoon-newsletter .stylish-input-group .input-group-addon {
  padding: 0;
  background-color: #175eba;
  border: 2px solid #175eba;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 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;
}
@media only screen and (max-width: 767px) {
  .comingsoon-page .comingsoon-content .comingsoon-newsletter .stylish-input-group .input-group-addon {
    margin-top: 10px;
    display: inline-block;
  }
}
.comingsoon-page .comingsoon-content .comingsoon-newsletter .stylish-input-group .input-group-addon button {
  color: #ffffff;
  background-color: transparent;
  border: 0;
  height: 52px;
  padding: 0 35px;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 2px;
  display: inline-block;
  cursor: pointer;
  -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;
}
@media only screen and (max-width: 767px) {
  .comingsoon-page .comingsoon-content .comingsoon-newsletter .stylish-input-group .input-group-addon button {
    height: 45px;
  }
}
.comingsoon-page .comingsoon-content .comingsoon-newsletter .stylish-input-group .input-group-addon button:focus,
.comingsoon-page .comingsoon-content .comingsoon-newsletter .stylish-input-group .input-group-addon button:hover {
  outline-width: 0;
  outline: none;
}
.comingsoon-page .comingsoon-content .comingsoon-newsletter .stylish-input-group .input-group-addon:hover {
  background-color: transparent;
}
.comingsoon-page .comingsoon-content .comingsoon-newsletter .stylish-input-group .input-group-addon:hover button {
  color: #175eba;
}
.comingsoon-page .comingsoon-content .comingsoon-newsletter .stylish-input-group input.search-input:focus {
  outline-width: 0;
  outline: none;
}
.comingsoon-page .comingsoon-content .comingsoon-newsletter .stylish-input-group input::-webkit-input-placeholder {
  color: #444444;
}
.comingsoon-page .comingsoon-content .comingsoon-newsletter .stylish-input-group input::-moz-placeholder {
  color: #444444;
}
.comingsoon-page .comingsoon-content .comingsoon-newsletter .stylish-input-group input:-moz-placeholder {
  color: #444444;
}
.comingsoon-page .comingsoon-content .comingsoon-newsletter .stylish-input-group input:-ms-input-placeholder {
  color: #444444;
}
.comingsoon-page .comingsoon-content p {
  color: #ffffff;
  font-size: 24px;
  letter-spacing: 2px;
  font-weight: 300;
  margin-bottom: 4rem;
}
@media only screen and (max-width: 767px) {
  .comingsoon-page .comingsoon-content p {
    font-size: 20px;
  }
}
@media only screen and (max-width: 575px) {
  .comingsoon-page .comingsoon-content p {
    font-size: 18px;
  }
}
.comingsoon-page img {
  -webkit-transform: scale(1.5);
  -moz-transform: scale(1.5);
  -ms-transform: scale(1.5);
  -o-transform: scale(1.5);
  transform: scale(1.5);
  -webkit-transition: all 70s ease-out;
  -moz-transition: all 70s ease-out;
  -ms-transition: all 70s ease-out;
  -o-transition: all 70s ease-out;
  transition: all 70s ease-out;
}
.comingsoon-page:hover img {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.countdown-layout1 {
  text-align: center;
  margin-bottom: 5.5rem;
}
.countdown-layout1 .countdown-section {
  text-align: center;
  height: 120px;
  width: 15rem;
  background: transparent;
  display: inline-block;
  position: relative;
  margin-bottom: 30px;
}
@media only screen and (max-width: 479px) {
  .countdown-layout1 .countdown-section {
    width: 11rem;
  }
}
.countdown-layout1 .countdown-section:after {
  content: "";
  position: absolute;
  bottom: -30px;
  left: 0;
  right: 0;
  background-color: #ffffff;
  height: 2px;
  width: 50%;
  margin: 0 auto;
  z-index: 7;
}
.countdown-layout1 .countdown-section h2 {
  font-size: 7.2rem;
  position: absolute;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  top: 50%;
  left: 0;
  right: 0;
  line-height: 1.1;
  font-weight: 300;
  color: #ffffff;
}
.countdown-layout1 .countdown-section h3 {
  position: absolute;
  bottom: -25px;
  left: 0;
  right: 0;
  color: #ffffff;
  
  font-size: 15px;
}
/*=======================================================================
[20] 404 Error Area Style
=========================================================================*/
.error-page-layout1 {
  text-align: center;
}
.error-page-layout1 img {
  margin-bottom: 7rem;
  display: inline-block;
}
@media only screen and (max-width: 767px) {
  .error-page-layout1 img {
    margin-bottom: 4rem;
  }
}
.error-page-layout1 .title {
  margin-bottom: 10px;
}
.error-page-layout1 p {
  margin-bottom: 40px;
}
.error-page-layout1 .btn-ghost {
  color: #000000;
}
.error-page-layout1 .btn-ghost:hover {
  color: #ffffff;
}
/*=======================================================================
[21] Faq Area Style
=========================================================================*/
.faq-list-layout1 {
  margin-bottom: 50px;
}
.faq-list-layout1 .panel-default {
  margin-top: 0 !important;
  border-radius: 4px;
  border: none;
  box-shadow: none;
  margin-bottom: 3rem;
  -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;
}
.faq-list-layout1 .panel-default:last-child {
  border-bottom: 0;
}
.faq-list-layout1 .panel-default .panel-heading {
  border-radius: 4px;
  background-color: transparent;
  border: 1px solid #dedede;
  padding: 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;
}
.faq-list-layout1 .panel-default .panel-heading .panel-title {
  border-radius: 4px;
  -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;
}
.faq-list-layout1 .panel-default .panel-heading .panel-title a {
  border-radius: 4px;
  color: #000000;
  font-size: 20px;
  padding: 10px 30px 12px 15px;
  display: block;
  font-family: 'Roboto', sans-serif;
  -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;
}
@media only screen and (max-width: 575px) {
  .faq-list-layout1 .panel-default .panel-heading .panel-title a {
    font-size: 18px;
  }
}
.faq-list-layout1 .panel-default .panel-heading .accordion-toggle {
  position: relative;
}
.faq-list-layout1 .panel-default .panel-heading .accordion-toggle:after {
  font-family: FontAwesome;
  content: "\f068";
  right: 15px;
  position: absolute;
  top: 15px;
  color: #ffffff;
  font-size: 16px;
  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;
}
.faq-list-layout1 .panel-default .panel-heading .accordion-toggle.collapsed:after {
  content: "\f067";
  color: #175eba;
  -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;
}
.faq-list-layout1 .panel-default .panel-collapse {
  background: transparent;
  -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;
}
.faq-list-layout1 .panel-default .panel-body {
  padding: 20px 30px 15px;
}
@media only screen and (max-width: 575px) {
  .faq-list-layout1 .panel-default .panel-body {
    padding: 10px 0 5px;
  }
}
.faq-list-layout1 .panel-default .panel-body p {
  font-size: 16px;
}
.faq-list-layout1 .panel-default .active .panel-title a {
  color: #ffffff;
  background-color: #175eba;
}
.faq-list-layout1 .panel-default .active .accordion-toggle:after {
  color: #ffffff !important;
}
.faq-list-layout2 {
  margin-bottom: 50px;
}
.faq-list-layout2 .panel-default {
  margin-top: 0 !important;
  border-radius: 4px;
  border: none;
  box-shadow: none;
  margin-bottom: 2px;
  -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;
}
.faq-list-layout2 .panel-default:last-child {
  border-bottom: 0;
}
.faq-list-layout2 .panel-default .panel-heading {
  border-radius: 4px;
  background-color: #f7f7f7;
  border: 1px solid #dedede;
  padding: 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;
}
.faq-list-layout2 .panel-default .panel-heading .panel-title {
  border-radius: 4px;
  -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;
}
.faq-list-layout2 .panel-default .panel-heading .panel-title a {
  border-radius: 4px;
  color: #000000;
  font-size: 20px;
  padding: 10px 30px 12px 15px;
  display: block;
  font-family: 'Roboto', sans-serif;
  -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;
}
@media only screen and (max-width: 575px) {
  .faq-list-layout2 .panel-default .panel-heading .panel-title a {
    font-size: 18px;
  }
}
.faq-list-layout2 .panel-default .panel-heading .accordion-toggle {
  position: relative;
}
.faq-list-layout2 .panel-default .panel-heading .accordion-toggle:after {
  font-family: FontAwesome;
  content: "\f0d7";
  right: 15px;
  position: absolute;
  top: 15px;
  color: #ffffff;
  font-size: 16px;
  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;
}
.faq-list-layout2 .panel-default .panel-heading .accordion-toggle.collapsed:after {
  content: "\f0da";
  color: #175eba;
  -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;
}
.faq-list-layout2 .panel-default .panel-collapse {
  background: transparent;
  -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;
}
.faq-list-layout2 .panel-default .panel-body {
  padding: 20px 30px 15px;
}
@media only screen and (max-width: 575px) {
  .faq-list-layout2 .panel-default .panel-body {
    padding: 10px 0 5px;
  }
}
.faq-list-layout2 .panel-default .panel-body p {
  font-size: 16px;
}
.faq-list-layout2 .panel-default .active .panel-title a {
  color: #ffffff;
  background-color: #175eba;
}
.faq-list-layout2 .panel-default .active .accordion-toggle:after {
  color: #ffffff !important;
}
.faq-list-layout3 {
  padding-left: 5rem;
}
@media only screen and (max-width: 991px) {
  .faq-list-layout3 {
    padding-left: 0;
  }
}
.faq-list-layout3 .panel-default {
  margin-top: 0 !important;
  border: none;
  box-shadow: none;
  margin-bottom: 1rem;
  -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;
}
.faq-list-layout3 .panel-default:last-child {
  border-bottom: 0;
}
.faq-list-layout3 .panel-default .panel-heading {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background-color: transparent;
  border: 1px solid #dedede;
  padding: 0;
  -webkit-border-radius: 3px !important;
  -moz-border-radius: 3px !important;
  -ms-border-radius: 3px !important;
  -o-border-radius: 3px !important;
  border-radius: 3px !important;
  -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;
}
.faq-list-layout3 .panel-default .panel-heading .panel-title {
  -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;
}
.faq-list-layout3 .panel-default .panel-heading .panel-title a {
  color: #ffffff;
  font-size: 20px;
  padding: 10px 30px 12px 15px;
  display: block;
  -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;
}
@media only screen and (max-width: 575px) {
  .faq-list-layout3 .panel-default .panel-heading .panel-title a {
    font-size: 18px;
  }
}
.faq-list-layout3 .panel-default .panel-heading .accordion-toggle {
  position: relative;
}
.faq-list-layout3 .panel-default .panel-heading .accordion-toggle:after {
  font-family: FontAwesome;
  content: "\f068";
  right: 15px;
  position: absolute;
  top: 15px;
  color: #fe9000;
  font-size: 16px;
  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;
}
.faq-list-layout3 .panel-default .panel-heading .accordion-toggle.collapsed:after {
  content: "\f067";
  color: #fe9000;
  -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;
}
.faq-list-layout3 .panel-default .panel-collapse {
  background: transparent;
  -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;
}
.faq-list-layout3 .panel-default .panel-body {
  padding: 20px 30px 15px;
}
@media only screen and (max-width: 575px) {
  .faq-list-layout3 .panel-default .panel-body {
    padding: 10px 0 5px;
  }
}
.faq-list-layout3 .panel-default .panel-body p {
  font-size: 16px;
  color: #ffffff;
  font-weight: 300;
}
.faq-list-layout3 .panel-default .active .panel-title a {
  color: #000000;
  background-color: #ffffff;
}
.faq-list-layout3 .panel-default .active .accordion-toggle:after {
  color: #fe9000 !important;
}
/*=======================================================================
[22] Contact Area Style
=========================================================================*/
.place-address .item-img {
  margin-bottom: 20px;
}
.place-address .item-content p {
  color: #111111;
  font-size: 18px;
}
.place-address .item-content .address-info li {
  margin-bottom: 10px;
  width: 50%;
  float: left;
  position: relative;
  padding-left: 25px;
  font-size: 16px;
}
@media only screen and (max-width: 575px) {
  .place-address .item-content .address-info li {
    width: 100%;
  }
}
.place-address .item-content .address-info li .svg-inline--fa {
  position: absolute;
  left: 0;
  top: 7px;
  z-index: 1;
  color: #175eba;
}
.contact-form .form-group {
  margin-bottom: 15px;
}
.contact-form .form-group .form-control {
  background: #f7f7f7;
  box-shadow: none;
  border: 0;
}
.contact-form .form-group input {
  height: 50px;
  color: #000000;
  padding: 5px 20px;
  font-size: 18px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}
.contact-form .form-group textarea {
  padding: 20px;
  font-size: 18px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}
.contact-form .form-response .alert-info {
  background: transparent;
  border: none;
  color: #a8a7a7;
  letter-spacing: 5px;
}
.contact-form .form-response .alert-success {
  background-color: transparent;
  color: #0f51a6;
  letter-spacing: 4px;
  border-color: transparent;
  font-weight: 500;
}
@media only screen and (max-width: 575px) {
  .contact-form .form-response .alert-success {
    letter-spacing: 1px;
  }
}
.contact-form .form-response .alert {
  border-radius: 0;
  padding: 15px 0;
}
.contact-form input.search-input:focus {
  outline-width: 0;
  outline: none;
}
.contact-form input::-webkit-input-placeholder,
.contact-form textarea::-webkit-input-placeholder {
  color: #444444;
  font-weight: 300;
}
.contact-form input::-moz-placeholder,
.contact-form textarea::-moz-placeholder {
  color: #444444;
  font-weight: 300;
}
.contact-form input:-moz-placeholder,
.contact-form textarea:-moz-placeholder {
  color: #444444;
  font-weight: 300;
}
.contact-form input:-ms-input-placeholder,
.contact-form textarea:-ms-input-placeholder {
  color: #444444;
  font-weight: 300;
}
/*=======================================================================
[23] Footer Area Style
=========================================================================*/
.footer-area-top {
  padding: 9rem 0 6rem;
}
.footer-area-top .footer-box {
  margin-bottom: 3rem;
}
.footer-area-top .footer-logo {
  margin-bottom: 3rem;
}
.footer-area-top .footer-about {
  color: #dedede;
}
.footer-area-top .footer-social ul li {
  margin-right: 10px;
  display: inline-block;
}
.footer-area-top .footer-social ul li:last-child {
  margin-right: 0;
}
.footer-area-top .footer-social ul li:first-child a {
  padding: 5px 5px 5px 0;
}
.footer-area-top .footer-social ul li a {
  padding: 5px;
  color: #b0b0b0;
}
.footer-area-top .footer-social ul li a:hover {
  color: #fe9000;
}
.footer-area-top .latest-news ul li {
  margin-bottom: 25px;
  color: #dedede;
  font-weight: 500;
}
.footer-area-top .latest-news ul li:last-child {
  margin-bottom: 0;
}
.footer-area-top .latest-news ul li a {
  display: block;
  margin-bottom: 10px;
  line-height: 1.2;
  color: #dedede;
}
.footer-area-top .latest-news ul li a:hover {
  color: #fe9000;
}
.footer-area-top .latest-news ul li span {
  display: block;
  font-size: 13px;
  font-weight: 300;
}
.footer-area-top .useful-link ul li {
  margin-bottom: 15px;
}
.footer-area-top .useful-link ul li:last-child {
  margin-bottom: 0;
}
.footer-area-top .useful-link ul li a {
  color: #dedede;
}
.footer-area-top .useful-link ul li a:hover {
  color: #fe9000;
}
.footer-area-top .footer-address h4 {
  font-weight: 500;
  font-size: 18px;
  color: #dedede;
  margin-bottom: 5px;
}
.footer-area-top .footer-address ul li {
  position: relative;
  margin-bottom: 2px;
  color: #dedede;
  padding-left: 30px;
}
.footer-area-top .footer-address ul li:last-child {
  margin-bottom: 0;
}
.footer-area-top .footer-address ul li .svg-inline--fa {
  position: absolute;
  top: 7px;
  left: 0;
  z-index: 1;
}
.copy-right {
  padding: 2rem 1rem;
}
.copy-right p {
  color: #b0b0b0;
  margin-bottom: 0;
}
.copy-right p a {
  color: #fe9000;
}
.copy-right p a:hover {
  color: #175eba;
}


.poppins-thin {
  font-family: "Poppins", sans-serif;
  font-weight: 100;
  font-style: normal;
}

.poppins-extralight {
  font-family: "Poppins", sans-serif;
  font-weight: 200;
  font-style: normal;
}

.poppins-light {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-style: normal;
}

.poppins-regular {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.poppins-medium {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-style: normal;
}

.poppins-semibold {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: normal;
}

.poppins-bold {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.poppins-extrabold {
  font-family: "Poppins", sans-serif;
  font-weight: 800;
  font-style: normal;
}

.poppins-black {
  font-family: "Poppins", sans-serif;
  font-weight: 900;
  font-style: normal;
}

.poppins-thin-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 100;
  font-style: italic;
}

.poppins-extralight-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 200;
  font-style: italic;
}

.poppins-light-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-style: italic;
}

.poppins-regular-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: italic;
}

.poppins-medium-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-style: italic;
}

.poppins-semibold-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: italic;
}

.poppins-bold-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: italic;
}

.poppins-extrabold-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 800;
  font-style: italic;
}

.poppins-black-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 900;
  font-style: italic;
}
