/***************************************************************************************************************
||||||||||||||||||||||||||||            MASTER STYLESHEET FOR Ineoz.        ||||||||||||||||||||||||||||||||||||
****************************************************************************************************************
||||||||||||||||||||||||||||              TABLE OF CONTENT                  ||||||||||||||||||||||||||||||||||||
****************************************************************************************************************
****************************************************************************************************************
* 1. miscelnious styles 
* 2. header styles 
* 3. banner styles 
* 4. newsletter styles 
* 5. about styles 
* 6. clients styles 
* 7. services styles 
* 8. funfact styles 
* 9. team styles 
* 10. cta styles 
* 11. blog styles 
* 12. contact styles 
* 13. testimonials styles 
* 14. easy step styles 
* 15. footer styles 
* 16. case study styles 
* 17. video styles 
* 18. features styles 
* 19. office carousel styles 
* 20. subscribe styles 
* 21. inner banner styles 
* 22. gallery styles 
* 23. history styles 
* 24. sidebar styles 
****************************************************************************************************************
||||||||||||||||||||||||||||            End TABLE OF CONTENT                ||||||||||||||||||||||||||||||||||||
****************************************************************************************************************/
/************************** 
* 1. miscelnious styles 
***************************/
body {
  font-family: "Poppins";
  font-size: 16px;
  line-height: 34px;
  color: #7f7f7f;
  font-weight: 500;
}

a {
  text-decoration: none;
}

a:hover,
a:focus,
a:visited {
  text-decoration: none;
}

.mb-60 {
  margin-bottom: 60px;
}

hr.style-one {
  margin: 0;
  border-top: 2px solid #f3f3f3;
}

@media (min-width: 1200px) {
  .container {
    max-width: 1200px;
  }
}
.page-wrapper {
  position: relative;
  margin: 0 auto;
  width: 100%;
  min-width: 300px;
  overflow: hidden;
}

.base-color-bg {
  background-color: #014eb4;
}

.primary-color-bg {
  background-color: #00b9ff;
}

.gray-bg {
  background-color: #f3f3f3;
}

.dark-bg {
  background-color: #181818;
}

.large-paragraph {
  font-size: 18px;
  line-height: 36px;
}

.light-text {
  color: #b7b7d3;
}

.bg-pos-center-left {
  background-position: center left;
}

.bg-pos-top-center {
  background-position: top center;
}

.bg-pos-top-right {
  background-position: top right;
}

.bg-pos-center-left {
  background-position: center left;
}

.sec-pad {
  padding: 120px 0;
}
.sec-pad-top {
  padding-top: 120px;
}
.sec-pad-bottom {
  padding-bottom: 120px;
}
.sec-pad-bottom-with-content-margin-30 {
  padding-bottom: 90px;
}
.sec-pad-bottom-with-content-margin-60 {
  padding-bottom: 60px;
}
.sec-pad-with-content-margin-30 {
  padding: 120px 0;
  padding-bottom: 90px;
}
.sec-pad-with-content-margin-60 {
  padding: 120px 0;
  padding-bottom: 60px;
}

.sec-title {
  padding-bottom: 60px;
}
.sec-title .tag-line {
  text-transform: uppercase;
  color: #00b9ff;
  font-size: 14px;
  letter-spacing: .2em;
  line-height: 1em;
  display: block;
}
.sec-title .tag-line + h2 {
  margin-top: 9px;
}
.sec-title .tag-line.light {
  color: #fff;
}
.sec-title h2 {
  margin: 0;
  font-family: "Playfair Display";
  color: #181818;
  font-size: 50px;
}
.sec-title h2 span {
  font-weight: 900;
}
.sec-title h2.light {
  color: #fff;
}

.thm-btn {
  border: none;
  outline: none;
  cursor: pointer;
  background-color: transparent;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  border: 4px solid #00b9ff;
  color: #00b9ff;
  font-size: 18px;
  font-weight: 600;
  padding: 25px 56px;
  transition: all .4s ease;
}
.thm-btn:hover {
  color: #fff;
  background: #00b9ff;
}
.thm-btn.style-two {
  border: none;
  padding: 19px 50px;
  background: #014eb4;
  color: #fff;
  font-size: 16px;
}
.thm-btn.style-two:hover {
  background: #181818;
}
.thm-btn.style-three {
  border-color: #fff;
  color: #fff;
}
.thm-btn.style-three:hover {
  color: #fff;
  border-color: #181818;
  background-color: #181818;
}
.thm-btn.style-four {
  border-color: #014eb4;
  color: #014eb4;
}
.thm-btn.style-four:hover {
  color: #fff;
  border-color: #181818;
  background-color: #181818;
}

.bootstrap-select .btn-light:not(:disabled):not(.disabled).active,
.bootstrap-select .btn-light:not(:disabled):not(.disabled):active,
.bootstrap-select .show > .btn-light.dropdown-toggle {
  background-color: transparent;
}

.bootstrap-select .dropdown-menu {
  padding-top: 0;
  padding-bottom: 0;
  margin-top: 0;
  z-index: 991;
}
.bootstrap-select .dropdown-menu > li + li > a {
  border-top: 1px solid #eee;
}
.bootstrap-select .dropdown-menu > li:first-child > a {
  padding-top: 10px;
}
.bootstrap-select .dropdown-menu > li:last-child > a {
  padding-bottom: 10px;
}
.bootstrap-select .dropdown-menu > li.selected > a {
  background: #00b9ff;
  color: #fff;
}
.bootstrap-select .dropdown-menu > li > a {
  font-size: 16px;
  font-weight: 500;
  padding: 9px 20px;
  color: #7f7f7f;
  transition: all .4s ease;
}
.bootstrap-select .dropdown-menu > li > a:hover {
  background: #00b9ff;
  color: #fff;
  cursor: pointer;
}

.preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff url(../images/preloader.gif) center center no-repeat;
  z-index: 999;
}

.scroll-to-top {
  display: inline-block;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #014eb4;
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 99;
  text-align: center;
  transition: all .4s ease;
  display: none;
}
.scroll-to-top i {
  font-size: 18px;
  line-height: 50px;
  color: #fff;
}
.scroll-to-top:hover {
  background: #181818;
}

/* hidding google logos from map */
a[href^="http://maps.google.com/maps"] {
  display: none !important;
}

a[href^="https://maps.google.com/maps"] {
  display: none !important;
}

.gmnoprint a,
.gmnoprint span,
.gm-style-cc {
  display: none;
}

.gmnoprint div {
  background: none !important;
}

/************************** 
* 2. header styles 
***************************/
.site-header {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
}

.header-navigation {
  background-color: transparent;
  margin-bottom: 0;
  border: none;
  border-radius: 0;
  padding: 0;
  position: relative;
  background-color: transparent;
  padding-left: 0px;
  padding-right: 60px;
  background: #f3f3f3;
}

.header-navigation .container {
  background: transparent;
  position: relative;
  display: block;
  max-width: 100%;
  width: 100%;
  padding-right: 0px;
  padding-left: 360px;
}
@media (max-width: 1440px) {
  .header-navigation .container {
    padding-left: 220px;
  }
}

.header-navigation .container .logo-box {
  float: left;
  position: absolute;
  bottom: 0;
  left: 0px;
}

.header-navigation .container .navbar-brand {
  height: auto;
  margin: 0;
  background: #fff;
  padding: 30px 100px;
  transition: all .4s ease;
}
@media (max-width: 1400px) {
  .header-navigation .container .navbar-brand {
    padding-left: 40px;
    padding-right: 40px;
  }
}

.header-navigation .container .menu-toggler {
  display: none;
}

.header-navigation .container .right-side-box {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0px;
}
.header-navigation .container .right-side-box .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
  width: auto;
}
.header-navigation .container .right-side-box .bootstrap-select > .dropdown-toggle {
  padding: 0;
  background-color: transparent;
  border: none;
  outline: none !important;
  font-size: 14px;
  font-weight: 500;
  color: #7f7f7f;
  line-height: 27px;
  box-shadow: none !important;
}
.header-navigation .container .right-side-box .bootstrap-select > .dropdown-toggle .flag-icon {
  font-size: 27px;
  border-radius: 50%;
  display: inline-block;
  vertical-align: middle;
}
.header-navigation .container .right-side-box .bootstrap-select .dropdown-menu > li > a {
  padding-top: 0;
  padding-bottom: 0;
}
.header-navigation .container .right-side-box .social {
  display: inline-block;
  margin-left: 120px;
}
@media (max-width: 1400px) {
  .header-navigation .container .right-side-box .social {
    margin-left: 40px;
  }
}
.header-navigation .container .right-side-box .social a {
  display: inline-block;
  vertical-align: middle;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background: #fff;
  color: #7f7f7f;
  font-size: 14px;
  text-align: center;
  line-height: 52px;
  transition: all .4s ease;
}
.header-navigation .container .right-side-box .social a + a {
  margin-left: 10px;
}
.header-navigation .container .right-side-box .social a:hover {
  color: #fff;
  background: #00b9ff;
}

.header-navigation .container .right-side-box a.signin-btn {
  background: #FFFFFF;
  display: inline-block;
  vertical-align: middle;
  color: #181818;
  font-size: 12px;
  font-weight: 800;
  transition: all .4s ease;
  letter-spacing: 0.04em;
  border-radius: 25px;
  text-transform: uppercase;
  padding: 13px 40px;
  transition: all .4s ease;
}

.header-navigation .container .right-side-box a.signin-btn:hover {
  background: #014eb4;
  color: #fff;
}

.header-navigation .main-navigation {
  float: left;
  text-align: left;
}

@media (min-width: 1200px) {
  .header-navigation .main-navigation {
    display: block !important;
  }
}
.header-navigation ul.navigation-box {
  margin: 0;
  padding: 0;
  list-style: none;
}

.header-navigation ul.navigation-box li a .sub-nav-toggler {
  display: none;
}

.header-navigation ul.navigation-box > li {
  position: relative;
  padding: 39px 0px;
  display: inline-block;
  vertical-align: middle;
}
.header-navigation ul.navigation-box > li:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  z-index: 10;
  width: 0;
  height: 0;
  opacity: 0;
  -webkit-transform: translateX(-5px);
          transform: translateX(-5px);
  transition: all .4s ease;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #014eb4;
}
@media (max-width: 1199px) {
  .header-navigation ul.navigation-box > li:before {
    display: none !important;
  }
}
@media (max-width: 1400px) {
  .header-navigation ul.navigation-box > li {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.header-navigation ul.navigation-box > li:hover:before {
  opacity: 1;
}

.header-navigation ul.navigation-box > li:first-child {
  padding-left: 0 !important;
}

.header-navigation ul.navigation-box > li:last-child {
  padding-right: 0 !important;
}

.header-navigation ul.navigation-box > li + li {
  margin-left: 70px;
}

.header-navigation ul.navigation-box > li > a {
  font-weight: 500;
  font-size: 16px;
  color: #7f7e7e;
  padding: 0;
  transition: all .4s ease;
  position: relative;
}

.header-navigation ul.navigation-box > li.current > a,
.header-navigation ul.navigation-box > li:hover > a {
  color: #00b9ff;
}

.header-navigation ul.navigation-box > li.current > a:after,
.header-navigation ul.navigation-box > li:hover > a:after {
  opacity: 1;
}

.header-navigation ul.navigation-box > li > ul.sub-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  float: left;
  min-width: 250px;
  padding: 30px 0px;
  text-align: left;
  list-style: none;
  background-color: #014eb4;
  background-clip: padding-box;
  opacity: 0;
  border-radius: 0;
  visibility: hidden;
  transition: opacity .4s ease, visibility .4s ease;
  box-shadow: 0px 10px 18px rgba(0, 0, 0, 0.1);
}

.header-navigation ul.navigation-box > li > ul.sub-menu.right-align {
  left: auto;
  right: 0;
}

.header-navigation ul.navigation-box > li > ul.sub-menu.center-align {
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

@media (min-width: 1200px) {
  .header-navigation ul.navigation-box > li > ul.sub-menu {
    display: block !important;
  }
}
.header-navigation ul.navigation-box > li:hover > ul.sub-menu {
  opacity: 1;
  visibility: visible;
}

.header-navigation ul.navigation-box > li > ul.sub-menu > li {
  display: block;
  position: relative;
  transition: all .4s ease;
}
.header-navigation ul.navigation-box > li > ul.sub-menu > li + li {
  margin-top: 20px;
}

.header-navigation ul.navigation-box > li > ul.sub-menu > li > a {
  font-size: 14px;
  color: #bfd4ef;
  font-weight: 500;
  padding: 0px 40px;
  display: block;
  line-height: 26px;
  white-space: nowrap;
  position: relative;
  transition: all .4s ease;
}

.header-navigation ul.navigation-box > li > .sub-menu li + li {
  /*border-top: 1px solid #E2E2E2;*/
}

.header-navigation ul.navigation-box > li > .sub-menu li:hover > a {
  color: #fff;
  position: relative;
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}

.header-navigation ul.navigation-box > li > ul.sub-menu > li > ul.sub-menu {
  position: absolute;
  top: 0;
  left: 100%;
  z-index: 1000;
  float: left;
  min-width: 250px;
  padding: 30px 0px;
  text-align: left;
  list-style: none;
  background-color: #014eb4;
  background-clip: padding-box;
  opacity: 0;
  visibility: hidden;
  border-radius: 0px;
  transition: opacity .4s ease, visibility .4s ease;
  box-shadow: 0px 0px 18px rgba(0, 0, 0, 0.2);
}

.header-navigation ul.navigation-box > li > ul.sub-menu > li > ul.sub-menu.right-align {
  left: auto;
  right: 100%;
}

@media (min-width: 1200px) {
  .header-navigation ul.navigation-box > li > ul.sub-menu > li > ul.sub-menu {
    display: block !important;
  }
}
.header-navigation ul.navigation-box > li > ul.sub-menu > li:hover > ul.sub-menu {
  opacity: 1;
  visibility: visible;
}

.header-navigation ul.navigation-box > li > ul.sub-menu > li > ul.sub-menu > li {
  display: block;
  position: relative;
}

.header-navigation ul.navigation-box > li > ul.sub-menu > li > ul.sub-menu > li > a {
  font-size: 15px;
  color: #bfd4ef;
  font-weight: 500;
  padding: 0px 40px;
  display: block;
  line-height: 26px;
  white-space: nowrap;
  position: relative;
  transition: all .4s ease;
}

.header-navigation ul.navigation-box > li > .sub-menu > li > ul.sub-menu li + li {
  margin-top: 20px;
}

.header-navigation ul.navigation-box > li > .sub-menu > li > ul.sub-menu li:hover > a {
  color: #00b9ff;
  position: relative;
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}

.header-navigation.stricky-fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  background: #f3f3f3;
  border-bottom: 0;
}

.header-navigation.stricky-fixed ul.navigation-box > li {
  padding-top: 22.5px;
  padding-bottom: 22.5px;
}

.header-navigation.stricky-fixed .container .navbar-brand {
  padding-top: 22.5px;
  padding-bottom: 22.5px;
}

.site-header.style-one {
  background: #014eb4;
}
.site-header.style-one .container-fluid {
  padding: 0;
  padding-left: 360px;
}
@media (max-width: 1400px) {
  .site-header.style-one .container-fluid {
    padding-left: 220px;
  }
}
.site-header.style-one ul.contact-infos {
  margin: 0;
  padding: 0;
  list-style: none;
}
.site-header.style-one ul.contact-infos li {
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
  font-weight: 600;
  color: #fff;
  line-height: 55.5px;
}
.site-header.style-one ul.contact-infos li + li {
  border-left: 1px solid rgba(255, 255, 255, 0.05);
  padding-left: 40px;
  margin-left: 40px;
}
@media (max-width: 1440px) {
  .site-header.style-one ul.contact-infos li + li {
    padding-left: 20px;
    margin-left: 20px;
  }
}
.site-header.style-one ul.contact-infos li i {
  color: #00b9ff;
  font-size: 18px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
.site-header.style-one ul.contact-infos li span {
  color: #bfd4ef;
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
}
.site-header.style-one a.contact-btn {
  font-size: 14px;
  font-weight: 600;
  color: #fff;
  display: inline-block;
  vertical-align: middle;
  background: #00b9ff;
  text-align: center;
  padding: 11px 60px;
}
@media (max-width: 1440px) {
  .site-header.style-one .header-navigation ul.navigation-box > li + li {
    margin-left: 40px;
  }
  .site-header.style-one .header-navigation .container .right-side-box .social {
    margin-left: 60px;
  }
}
@media (max-width: 1370px) {
  .site-header.style-one .header-navigation ul.navigation-box > li + li {
    margin-left: 30px;
  }
  .site-header.style-one .header-navigation .container .right-side-box .social {
    margin-left: 30px;
  }
}

.site-header.style-two {
  background-color: transparent;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.site-header.style-two .header-navigation {
  background-color: transparent;
  padding-left: 70px;
  padding-right: 70px;
  box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.05);
}
.site-header.style-two .header-navigation .container {
  padding-left: 0;
}
.site-header.style-two .header-navigation .main-navigation {
  float: none;
  text-align: center;
}
.site-header.style-two .header-navigation ul.navigation-box > li {
  padding-left: 0px;
  padding-right: 0px;
}
.site-header.style-two .header-navigation ul.navigation-box > li + li {
  margin-left: 50px;
}
.site-header.style-two .header-navigation ul.navigation-box > li > a {
  color: #fff;
}
.site-header.style-two .header-navigation .container .navbar-brand {
  padding: 0;
  background-color: transparent;
}
.site-header.style-two .header-navigation .container .logo-box {
  bottom: auto;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.site-header.style-two .header-navigation .right-side-box .phone-number {
  font-size: 20px;
  color: #fff;
  font-family: "Playfair Display";
  font-weight: 900;
  display: inline-block;
  vertical-align: middle;
}
.site-header.style-two .header-navigation .right-side-box .phone-number i {
  font-weight: normal;
  display: inline-block;
  vertical-align: middle;
  margin-right: 12px;
}
.site-header.style-two .header-navigation.stricky-fixed {
  background: #181818;
}

.site-header.style-three {
  position: absolute;
  top: 0;
  right: 0;
  width: calc(100% - 362px);
  left: auto;
  background: #fff;
}
@media (max-width: 1650px) {
  .site-header.style-three {
    width: calc(100% - 16.666666%);
  }
}
@media (max-width: 1440px) {
  .site-header.style-three {
    width: calc(100% - 5%);
  }
}
.site-header.style-three .container {
  padding-left: 0;
  padding-right: 0;
  margin-left: 70px;
}
@media (min-width: 1200px) {
  .site-header.style-three .container {
    max-width: 1170px;
    margin-right: auto;
  }
}
@media (max-width: 1440px) {
  .site-header.style-three .container {
    margin-left: 40px;
  }
}
.site-header.style-three .top-bar {
  padding: 30px 0;
}
.site-header.style-three .top-bar .left-content {
  padding: 9px 0;
}
.site-header.style-three .top-bar .single-right-content {
  display: inline-block;
  vertical-align: middle;
}
.site-header.style-three .top-bar .single-right-content + .single-right-content {
  margin-left: 36px;
}
.site-header.style-three .top-bar .single-right-content .icon-block,
.site-header.style-three .top-bar .single-right-content .text-block {
  display: table-cell;
  vertical-align: middle;
}
.site-header.style-three .top-bar .single-right-content .icon-block i {
  font-size: 28px;
  color: #00b9ff;
  display: block;
}
.site-header.style-three .top-bar .single-right-content .text-block {
  padding-left: 20px;
}
.site-header.style-three .top-bar .single-right-content .text-block h4,
.site-header.style-three .top-bar .single-right-content .text-block p {
  margin: 0;
  line-height: 1em;
}
.site-header.style-three .top-bar .single-right-content .text-block h4 {
  color: #014eb4;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 8px;
}
.site-header.style-three .top-bar .single-right-content .text-block p {
  color: #7f7f7f;
  font-weight: 500;
  font-size: 14px;
}
.site-header.style-three .top-bar .single-right-content .social {
  display: inline-block;
}
.site-header.style-three .top-bar .single-right-content .social a {
  display: inline-block;
  vertical-align: middle;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background: #f3f3f3;
  color: #7f7f7f;
  font-size: 14px;
  text-align: center;
  line-height: 52px;
  transition: all .4s ease;
}
.site-header.style-three .top-bar .single-right-content .social a + a {
  margin-left: 10px;
}
.site-header.style-three .top-bar .single-right-content .social a:hover {
  color: #fff;
  background: #00b9ff;
}
.site-header.style-three .header-navigation {
  padding-right: 0;
  background: #014eb4;
}
.site-header.style-three .header-navigation .container {
  padding-left: 0;
  padding-right: 0;
}
@media (min-width: 1200px) {
  .site-header.style-three .header-navigation .container {
    max-width: 1170px;
  }
}
.site-header.style-three .header-navigation ul.navigation-box > li > a {
  color: #fff;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: .2em;
}
.site-header.style-three .header-navigation ul.navigation-box > li {
  padding-left: 42.5px;
  padding-right: 42.5px;
  padding-top: 14px;
  padding-bottom: 14px;
  margin: 0;
}
.site-header.style-three .header-navigation .container .right-side-box .bootstrap-select > .dropdown-toggle {
  color: #fff;
}
.site-header.style-three .header-navigation.stricky-fixed .container {
  margin-left: auto;
  margin-right: auto;
}

.site-header.style-four {
  background-color: transparent;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.site-header.style-four .header-navigation {
  background-color: transparent;
  padding-left: 0px;
  padding-right: 0px;
  border-bottom: 2px solid rgba(255, 255, 255, 0.15);
}
.site-header.style-four .header-navigation .container {
  max-width: 1170px;
  padding-left: 0;
}
.site-header.style-four .header-navigation .main-navigation {
  float: right;
  text-align: right;
}
.site-header.style-four .header-navigation ul.navigation-box > li {
  padding-left: 0px;
  padding-right: 0px;
}
.site-header.style-four .header-navigation ul.navigation-box > li > a {
  color: #7f7f7f;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: .2em;
}
.site-header.style-four .header-navigation .container .navbar-brand {
  padding: 0;
  background-color: transparent;
}
.site-header.style-four .header-navigation .container .logo-box {
  bottom: auto;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.site-header.style-four .header-navigation.stricky-fixed {
  background: #fff;
}

/************************** 
* 3. banner styles 
***************************/
#minimal-bootstrap-carousel {
  margin-top: 0px;
  position: relative;
}
#minimal-bootstrap-carousel .carousel-caption {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  padding: 0;
  text-align: right;
  text-shadow: none;
}
#minimal-bootstrap-carousel .carousel-caption .container {
  display: table;
  width: 100%;
  height: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
#minimal-bootstrap-carousel .carousel-caption .container .box {
  display: table-cell;
  text-align: left;
}
#minimal-bootstrap-carousel .carousel-caption .container .box .content {
  display: block;
}
#minimal-bootstrap-carousel .carousel-caption .container .box.valign-top {
  vertical-align: top;
}
#minimal-bootstrap-carousel .carousel-caption .container .box.valign-bottom {
  vertical-align: bottom;
}
#minimal-bootstrap-carousel .carousel-caption .container .box.valign-middle {
  vertical-align: middle;
}
#minimal-bootstrap-carousel [class*=carousel-control-one] {
  background: none;
  width: 63px;
  height: 63px;
  font-size: 24px;
  line-height: 63px;
  color: #fff;
  border-radius: 50%;
  background-color: rgba(24, 24, 24, 0.1);
  visibility: visible !important;
  opacity: 1;
  transition: all 0.5s ease;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 91;
}
#minimal-bootstrap-carousel [class*=carousel-control-one]:hover {
  background: #014eb4;
  color: #fff;
}
@media (max-width: 575px) {
  #minimal-bootstrap-carousel [class*=carousel-control-one] {
    width: 35px;
    height: 35px;
    line-height: 35px;
  }
}
#minimal-bootstrap-carousel [class*=carousel-control-one-next] {
  right: 3%;
}
#minimal-bootstrap-carousel [class*=carousel-control-one-prev] {
  left: 3%;
}

@media (max-width: 1199px) {
  #minimal-bootstrap-carousel .carousel-caption .container {
    max-width: 960px;
  }
}
@media (max-width: 991px) {
  #minimal-bootstrap-carousel .carousel-caption .container {
    max-width: 720px;
  }
}
/* fixing slider height */
#minimal-bootstrap-carousel.slider-home-one .carousel-inner .carousel-item {
  min-height: 898px;
  height: 100%;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  background-color: #222;
}

#minimal-bootstrap-carousel.slider-home-four .carousel-inner .carousel-item {
  min-height: 1010px;
  height: 100%;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  background-color: #222;
}

.slider-content-style .content {
  position: relative;
  z-index: 990;
}
.slider-content-style .content h3 {
  margin: 0;
  font-size: 100px;
  line-height: 100px;
  font-family: "Playfair Display";
  font-weight: 900;
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}
.slider-content-style .content h2 {
  margin: 0;
}
.slider-content-style .content span.tag-line {
  text-transform: uppercase;
  letter-spacing: .4em;
  font-size: 16px;
  border-bottom: 1px solid #fff;
  display: inline-block;
  margin-bottom: 15px;
  -webkit-animation-delay: .5s;
  animation-delay: .5s;
}
.slider-content-style .content p {
  margin: 0;
  -webkit-animation-delay: 1.5s;
  animation-delay: 1.5s;
}
.slider-content-style .content a.thm-btn {
  margin-top: 70px;
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
}

.slider-content-style-four .content {
  position: relative;
  z-index: 990;
}
.slider-content-style-four .content h3 {
  margin: 0;
  font-size: 60px;
  line-height: 70px;
  font-weight: 900;
  color: #181818;
  font-family: "Playfair Display";
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}
.slider-content-style-four .content h3 span {
  color: #00b9ff;
}
.slider-content-style-four .content p {
  margin: 0;
  font-size: 16px;
  line-height: 34px;
  color: #7f7f7f;
  font-weight: 500;
  margin-top: 40px;
  margin-bottom: 50px;
  -webkit-animation-delay: 1.5s;
  animation-delay: 1.5s;
}
.slider-content-style-four .content a.thm-btn {
  color: #181818;
  border-color: #fff;
  background: #fff;
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
}
.slider-content-style-four .content a.thm-btn:hover {
  color: #fff;
  background: #181818;
  border-color: #181818;
}

.slider-content-style-three .content {
  padding-top: 130px;
}
.slider-content-style-three h3 {
  margin: 0;
  font-size: 90px;
  color: #fff;
  font-weight: 900;
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}
.slider-content-style-three h3 span {
  color: #014eb4;
  font-family: "Playfair Display";
  font-weight: 900;
  font-style: italic;
  display: inline-block;
  border-bottom: 2px solid #014eb4;
}
.slider-content-style-three a.thm-btn {
  color: #181818;
  border-color: #fff;
  background: #fff;
  margin-top: 60px;
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
}
.slider-content-style-three a.thm-btn:hover {
  color: #fff;
  background: #181818;
  border-color: #181818;
}

.slider-content-style-two .carousel-item {
  position: relative;
}
.slider-content-style-two .carousel-item .curve-shape {
  display: block;
  width: 465px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: skew(-12deg);
          transform: skew(-12deg);
  background: #014eb4;
  -webkit-transform-origin: top left;
          transform-origin: top left;
}

.home-slider-two-wrapper {
  position: relative;
}
.home-slider-two-wrapper .slider-promo-text {
  position: absolute;
  top: 180px;
  left: 70px;
  z-index: 9;
}
.home-slider-two-wrapper .slider-promo-text p {
  margin: 0;
  font-size: 24px;
  line-height: 40px;
  color: #fff;
  font-family: "Playfair Display";
  font-weight: bold;
  font-style: italic;
  width: 130px;
}
.home-slider-two-wrapper .slider-open-time {
  position: absolute;
  bottom: 70px;
  left: 70px;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  z-index: 9;
  -webkit-transform-origin: bottom left;
          transform-origin: bottom left;
}
.home-slider-two-wrapper .slider-open-time li {
  display: inline-block;
  float: left;
  margin-right: 20px;
  line-height: 20px;
}
.home-slider-two-wrapper .slider-open-time li:last-child {
  margin-right: 0;
}
.home-slider-two-wrapper .slider-open-time li a {
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
}
.home-slider-two-wrapper .slider-open-time li a:hover {
  text-decoration: underline;
}
.home-slider-two-wrapper .slider-social-links {
  position: absolute;
  top: 50%;
  left: 315px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 9;
}
.home-slider-two-wrapper .slider-social-links a {
  color: #fff;
  display: block;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background: #f3f3f3;
  color: #7f7f7f;
  font-size: 14px;
  line-height: 52px;
  text-align: center;
  transition: all .4s ease;
}
.home-slider-two-wrapper .slider-social-links a:hover {
  color: #fff;
  background: #00b9ff;
}
.home-slider-two-wrapper .slider-social-links a + a {
  margin-top: 10px;
}
.home-slider-two-wrapper .slider-social-links a:nth-child(1) {
  margin-left: 30px;
}
.home-slider-two-wrapper .slider-social-links a:nth-child(2) {
  margin-left: 20px;
}
.home-slider-two-wrapper .slider-social-links a:nth-child(3) {
  margin-left: 10px;
}
.home-slider-two-wrapper .carousel-indicators {
  bottom: 50px;
}
.home-slider-two-wrapper .carousel-indicators li {
  width: 10px;
  height: 10px;
  border: 0;
}
.home-slider-two-wrapper .slider-content-style-two h3 {
  color: #fff;
  font-size: 80px;
  font-family: "Playfair Display";
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}
.home-slider-two-wrapper .slider-content-style-two h3 span {
  font-weight: 900;
}
.home-slider-two-wrapper .slider-content-style-two a.thm-btn {
  color: #fff;
  border-color: #fff;
  margin-top: 40px;
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
}
.home-slider-two-wrapper .slider-content-style-two a.thm-btn:hover {
  color: #fff;
  border-color: #181818;
}

/************************** 
* 4. newsletter styles 
***************************/
.newsletter-style-one .row + .row {
  margin-top: 60px;
}
.newsletter-style-one .newsletter-content-box .sec-title {
  margin-bottom: 40px;
}
.newsletter-style-one .newsletter-content-box p {
  margin: 0;
}

.newsletter-form-box {
  padding: 60px;
}
.newsletter-form-box h3 {
  margin: 0;
  font-family: "Playfair Display";
  color: #fff;
  font-weight: 400;
  font-size: 30px;
  margin-bottom: 45px;
}
.newsletter-form-box h3 span {
  font-weight: 900;
}
.newsletter-form-box input {
  border: none;
  width: 100%;
  height: 72px;
  border: 4px solid #fff;
  font-weight: 500;
  font-size: 16px;
  text-align: center;
  color: #fff;
  background-color: transparent;
}
.newsletter-form-box input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #fff;
}
.newsletter-form-box input::-moz-placeholder {
  /* Firefox 19+ */
  color: #fff;
}
.newsletter-form-box input:-ms-input-placeholder {
  /* IE 10+ */
  color: #fff;
}
.newsletter-form-box input:-moz-placeholder {
  /* Firefox 18- */
  color: #fff;
}
.newsletter-form-box button[type=submit] {
  margin-top: 10px;
  display: block;
  width: 100%;
  background: #00b9ff;
}

/************************** 
* 5. about styles 
***************************/
.about-style-one .single-about-box .box-icon {
  font-size: 64px;
  color: #00b9ff;
}
.about-style-one .single-about-box h3 {
  margin-bottom: 0;
  font-size: 20px;
  font-family: "Playfair Display";
  font-weight: 700;
  color: #181818;
  margin-top: 20px;
}
.about-style-one p {
  font-size: 16px;
  line-height: 34px;
  color: #7f7f7f;
  width: 86%;
  margin-top: 50px;
}
.about-style-one .about-featured-image {
  margin-left: 6px;
  position: relative;
}
.about-style-one .about-featured-image .content-box {
  position: absolute;
  bottom: -30px;
  left: -30px;
  background: #014eb4;
  width: 400px;
  font-size: 26px;
  font-family: "Playfair Display";
  font-weight: 900;
  color: #fff;
  padding: 55px 59px;
}
.about-style-one .about-featured-image .content-box span {
  color: #00b9ff;
}

.about-style-two .container-fluid {
  padding: 0;
}
.about-style-two .about-content {
  width: 100%;
  max-width: 475px;
  margin-left: auto;
  margin-right: 90px;
}
.about-style-two .about-content .sec-title {
  padding-bottom: 0;
}
.about-style-two .about-content p {
  margin: 0;
  color: #bfd4ef;
  margin-top: 40px;
  margin-bottom: 40px;
}
.about-style-two .about-content ul.list-items {
  margin: 0;
  padding: 0;
  list-style: none;
}
.about-style-two .about-content ul.list-items li {
  font-size: 18px;
  color: #fff;
  font-family: "Playfair Display";
  font-weight: 700;
  position: relative;
  padding-left: 60px;
  line-height: 40px;
}
.about-style-two .about-content ul.list-items li + li {
  margin-top: 20px;
}
.about-style-two .about-content ul.list-items li .count {
  display: inline-block;
  vertical-align: middle;
  width: 40px;
  height: 40px;
  background: #00b9ff;
  color: #fff;
  font-size: 16px;
  font-weight: 900;
  line-height: 40px;
  text-align: center;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.about-style-two .about-featured-image {
  position: relative;
}
.about-style-two .about-featured-image > img {
  width: 100%;
}
.about-style-two .about-featured-image .box {
  background: #00b9ff;
  width: 100%;
  font-size: 30px;
  font-weight: 900;
  color: #fff;
  font-family: "Playfair Display";
  padding: 43px 0;
}

.about-style-three .about-content {
  padding-right: 70px;
}
.about-style-three .about-content .sec-title {
  padding-bottom: 0;
}
.about-style-three .about-content p {
  margin: 45px 0;
}
.about-style-three .accrodion-grp .accrodion + .accrodion {
  margin-top: 10px;
}
.about-style-three .accrodion-grp .accrodion .accrodion-title {
  background: #f3f3f3;
  cursor: pointer;
}
.about-style-three .accrodion-grp .accrodion .accrodion-title h4 {
  margin: 0;
  font-size: 16px;
  font-weight: 500;
  color: #181818;
  padding: 25px 0;
  padding-left: 30px;
  position: relative;
  transition: all .4s ease;
}
.about-style-three .accrodion-grp .accrodion .accrodion-title h4:before {
  font-family: 'FontAwesome';
  content: '\f067';
  display: inline-block;
  background: #fff;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 50%;
  text-align: center;
  font-size: 10px;
  color: #181818;
  position: absolute;
  top: 50%;
  right: 15px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  transition: all .4s ease;
}
.about-style-three .accrodion-grp .accrodion .accrodion-content .inner {
  padding: 20px 30px 15px;
}
.about-style-three .accrodion-grp .accrodion .accrodion-content .inner p {
  margin: 0;
  font-size: 16px;
  line-height: 34px;
  color: #7f7f7f;
}
.about-style-three .accrodion-grp .accrodion.active .accrodion-title h4 {
  color: #fff;
  background: #014eb4;
}
.about-style-three .accrodion-grp .accrodion.active .accrodion-title h4:before {
  content: '\f068';
  background: #00b9ff;
  color: #fff;
}

.about-style-four .row + .row {
  margin-top: 60px;
}
@media (max-width: 991px) {
  .about-style-four .sec-title {
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .about-style-four .featured-image {
    margin-bottom: 40px;
  }
  .about-style-four .row + .row {
    margin-top: 0px;
  }
}

@media (max-width: 1199px) {
  .about-style-five img {
    width: 100%;
  }
}
.about-style-five .sec-title {
  margin-top: 60px;
  padding-bottom: 40px;
}
.about-style-five .content-box {
  background: #00b9ff;
  margin-left: -7.5px;
  padding: 93px 80px;
}
@media (max-width: 1199px) {
  .about-style-five .content-box {
    margin-left: 0;
  }
}
.about-style-five .content-box h3 {
  margin: 0;
  font-size: 24px;
  line-height: 40px;
  color: #fff;
  font-style: italic;
  font-family: "Playfair Display";
  font-weight: 900;
}
.about-style-five .content-box h3 a {
  color: #fff;
  transition: all .4s ease;
}
.about-style-five .content-box h3 a:hover {
  color: #181818;
}
.about-style-five .content-box .read-more {
  text-transform: uppercase;
  line-height: 1em;
  display: inline-block;
  font-size: 12px;
  letter-spacing: .2em;
  color: #fff;
  font-weight: 600;
  margin-top: 40px;
  transition: all .4s ease;
}
.about-style-five .content-box .read-more:hover {
  -webkit-transform: translateX(5px);
          transform: translateX(5px);
  text-decoration: underline;
}

/************************** 
* 6. clients styles 
***************************/
.brand-carousel-one {
  padding: 90px 0;
}
.brand-carousel-one .owl-nav {
  margin: 0;
}

/************************** 
* 7. services styles 
***************************/
.service-style-one {
  position: relative;
}
.service-style-one:before {
  content: '';
  width: 100%;
  height: 244px;
  background: #f3f3f3;
  position: absolute;
  top: 0;
  left: 0;
}
.service-style-one.service-page:before {
  display: none;
}
.service-style-one.service-page .single-service-style-one {
  margin-bottom: 60px;
}

.single-service-style-one {
  margin-bottom: 30px;
}
.single-service-style-one .image-block {
  overflow: hidden;
  transition: all .4s ease;
  position: relative;
}
.single-service-style-one .image-block .box {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
  background: rgba(24, 24, 24, 0.6);
  opacity: 0;
  -webkit-transform: scale(2);
          transform: scale(2);
  transition: all 0.6s ease-in-out 0.3s;
}
.single-service-style-one .image-block .box a {
  display: block;
  position: relative;
  width: 100%;
  text-align: center;
}
.single-service-style-one .image-block .box a > i {
  font-size: 17px;
  color: #fff;
  transition: all .4s ease;
}
.single-service-style-one .image-block > img {
  width: 100%;
  -webkit-transform: scale(1);
          transform: scale(1);
  transition: all 0.5s ease-in-out;
}
.single-service-style-one .text-block {
  text-align: center;
  border: 1px solid #e8e8e8;
  border-top: 0;
  position: relative;
  padding-top: 55px;
  padding-bottom: 55px;
}
.single-service-style-one .text-block:before {
  position: absolute;
  display: inline-block;
  left: 0;
  bottom: -1px;
  height: 4px;
  width: 100%;
  background-color: #00b9ff;
  content: "";
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transform-origin: right center;
  transform-origin: right center;
}
.single-service-style-one .text-block h3 {
  margin: 0;
  font-weight: 900;
  font-size: 26px;
  font-family: "Playfair Display";
}
.single-service-style-one .text-block h3 a {
  color: #181818;
}
.single-service-style-one .text-block p {
  margin: 0;
  width: 69%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 40px;
}
.single-service-style-one .text-block a.more-link {
  display: inline-block;
  width: 56px;
  height: 56px;
  background: #00b9ff;
  position: absolute;
  bottom: 0;
  left: 50%;
  opacity: 0;
  -webkit-transform: translate(-50%, 0%);
          transform: translate(-50%, 0%);
  color: #fff;
  font-size: 16px;
  line-height: 56px;
  text-align: center;
  border-radius: 50%;
  transition: all .4s ease;
}
.single-service-style-one .text-block a.more-link:hover {
  background: #181818;
}
.single-service-style-one:hover .image-block > img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.single-service-style-one:hover .image-block .box {
  -webkit-transform: scale(1);
          transform: scale(1);
  opacity: 1;
}
.single-service-style-one:hover .image-block .box a > i:hover {
  color: #00b9ff;
}
.single-service-style-one:hover .text-block:before {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transform-origin: left center;
  transform-origin: left center;
}
.single-service-style-one:hover .text-block a.more-link {
  opacity: 1;
  -webkit-transform: translate(-50%, 50%);
          transform: translate(-50%, 50%);
}

.single-service-style-two {
  position: relative;
  background: #fff;
  border: 1px solid #e8e8e8;
  text-align: center;
  padding: 67px 0;
  margin-bottom: 60px;
}
.single-service-style-two i.box-icon {
  font-size: 60px;
  color: #00b9ff;
}
.single-service-style-two h3 {
  margin: 0;
  font-size: 24px;
  font-weight: 900;
  font-family: "Playfair Display";
  margin-top: 30px;
  margin-bottom: 41px;
}
.single-service-style-two h3 a {
  color: #181818;
  transition: all .4s ease;
}
.single-service-style-two h3 a:hover {
  color: #00b9ff;
}
.single-service-style-two p {
  margin: 0;
  width: 64%;
  margin-left: auto;
  margin-right: auto;
}
.single-service-style-two a.more-link {
  display: inline-block;
  width: 56px;
  height: 56px;
  background: #00b9ff;
  position: absolute;
  bottom: 0;
  left: 50%;
  opacity: 0;
  -webkit-transform: translate(-50%, 0%);
          transform: translate(-50%, 0%);
  color: #fff;
  font-size: 16px;
  line-height: 56px;
  text-align: center;
  border-radius: 50%;
  transition: all .4s ease;
}
.single-service-style-two a.more-link:hover {
  background: #181818;
}
.single-service-style-two:before {
  position: absolute;
  display: inline-block;
  left: 0;
  bottom: -1px;
  height: 4px;
  width: 100%;
  background-color: #00b9ff;
  content: "";
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transform-origin: right center;
  transform-origin: right center;
}
.single-service-style-two:hover:before {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transform-origin: left center;
  transform-origin: left center;
}
.single-service-style-two:hover a.more-link {
  opacity: 1;
  -webkit-transform: translate(-50%, 50%);
          transform: translate(-50%, 50%);
}

.service-page-two .single-service-style-two {
  margin-bottom: 60px;
  border: 1px solid #e8e8e8;
}

.service-style-three .container .row [class*=col-] {
  border-top: 2px solid #f3f3f3;
}
.service-style-three .container .row [class*=col-]:nth-child(odd) {
  padding-right: 60px;
}
.service-style-three .container .row [class*=col-]:nth-child(even) {
  padding-left: 60px;
}
.service-style-three .container .row [class*=col-] + [class*=col-] {
  border-left: 2px solid #f3f3f3;
}
.service-style-three.no-border .container .row [class*=col-] {
  border-top: 0px solid #f3f3f3;
}
.service-style-three.no-border .container .row [class*=col-] + [class*=col-] {
  border-left: 0px solid #f3f3f3;
}
.service-style-three.no-border .single-service-style-three {
  padding: 0;
}

.single-service-style-three {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
  padding: 53.5px 0;
}
.single-service-style-three .image-block-wrapper {
  -webkit-box-ordinal-group: 3;
          order: 2;
}
.single-service-style-three .inner-block {
  overflow: hidden;
  border-radius: 50%;
}
.single-service-style-three .image-block {
  overflow: hidden;
  width: 184px;
}
.single-service-style-three .image-block .box {
  border-radius: 50%;
}
.single-service-style-three .image-block > img {
  width: 100%;
  border-radius: 50%;
}
.single-service-style-three .image-block {
  overflow: hidden;
  transition: all .4s ease;
  position: relative;
}
.single-service-style-three .image-block .box {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
  background: rgba(24, 24, 24, 0.6);
  opacity: 0;
  -webkit-transform: scale(2);
          transform: scale(2);
  transition: all 0.6s ease-in-out 0.3s;
}
.single-service-style-three .image-block .box a {
  display: block;
  position: relative;
  width: 100%;
  text-align: center;
}
.single-service-style-three .image-block .box a > i {
  font-size: 17px;
  color: #fff;
  transition: all .4s ease;
}
.single-service-style-three .image-block > img {
  width: 100%;
  -webkit-transform: scale(1);
          transform: scale(1);
  transition: all 0.5s ease-in-out;
}
.single-service-style-three:hover .image-block > img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.single-service-style-three:hover .image-block .box {
  -webkit-transform: scale(1);
          transform: scale(1);
  opacity: 1;
}
.single-service-style-three:hover .image-block .box a > i:hover {
  color: #00b9ff;
}
.single-service-style-three .text-block h3 {
  font-size: 20px;
  margin: 0;
  font-family: "Playfair Display";
  font-weight: 900;
  margin-bottom: 33px;
}
.single-service-style-three .text-block h3 a {
  color: #181818;
  transition: all .4s ease;
}
.single-service-style-three .text-block h3 a:hover {
  color: #00b9ff;
}
.single-service-style-three .text-block p {
  font-size: 16px;
  line-height: 30px;
  font-weight: 500;
  color: #7f7f7f;
  margin: 0;
  width: 81%;
  margin-bottom: 28px;
}
.single-service-style-three .text-block a.read-more {
  text-transform: uppercase;
  line-height: 1em;
  display: inline-block;
  font-size: 12px;
  letter-spacing: .2em;
  color: #00b9ff;
  font-weight: 600;
  transition: all .4s ease;
}
.single-service-style-three .text-block a.read-more:hover {
  -webkit-transform: translateX(5px);
          transform: translateX(5px);
  text-decoration: underline;
}

.service-tab-style-one .tab-title {
  margin: 0;
  padding: 0;
  list-style: none;
  border: 0;
  background: #fff;
  margin-bottom: 60px;
}

.service-tab-style-one .tab-title li {
  display: inline-block;
  margin-bottom: 0 !important;
  float: left;
  width: 33.3333333%;
}

.service-tab-style-one .tab-title li a {
  display: block;
  border: none;
  outline: none;
  display: block;
  cursor: pointer;
  padding: 45px 0;
  border-radius: 0 !important;
  transition: all 0.4s ease;
  text-align: center;
  position: relative;
}
.service-tab-style-one .tab-title li a h3 {
  margin: 0;
  font-size: 20px;
  color: #181818;
  font-family: "Playfair Display";
  font-weight: 900;
}
.service-tab-style-one .tab-title li a.active {
  background: #00b9ff;
}
.service-tab-style-one .tab-title li a.active h3 {
  color: #fff;
}

.service-tab-style-one.white-bg .tab-title {
  background: #f3f3f3;
}

.service-tab-style-one .single-tab-content .text-box p {
  margin: 0;
  font-size: 16px;
  line-height: 34px;
}
.service-tab-style-one .single-tab-content .text-box ul.list-items {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-top: 30px;
}
.service-tab-style-one .single-tab-content .text-box ul.list-items li {
  color: #014eb4;
  font-size: 20px;
  font-family: "Playfair Display";
  font-weight: 900;
}
.service-tab-style-one .single-tab-content .text-box ul.list-items li + li {
  margin-top: 10px;
}

.single-service-style-four {
  display: block;
}
.single-service-style-four .image-block {
  overflow: hidden;
  transition: all .4s ease;
  position: relative;
}
.single-service-style-four .image-block .box {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
  background: rgba(24, 24, 24, 0.6);
  opacity: 0;
  -webkit-transform: scale(2);
          transform: scale(2);
  transition: all 0.6s ease-in-out 0.3s;
}
.single-service-style-four .image-block .box a {
  display: block;
  position: relative;
  width: 100%;
  text-align: center;
}
.single-service-style-four .image-block .box a > i {
  font-size: 17px;
  color: #fff;
  transition: all .4s ease;
}
.single-service-style-four .image-block > img {
  width: 100%;
  -webkit-transform: scale(1);
          transform: scale(1);
  transition: all 0.5s ease-in-out;
}
.single-service-style-four:hover .image-block > img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.single-service-style-four:hover .image-block .box {
  -webkit-transform: scale(1);
          transform: scale(1);
  opacity: 1;
}
.single-service-style-four:hover .image-block .box a > i:hover {
  color: #00b9ff;
}
.single-service-style-four .text-block {
  border: 1px solid #e8e8e8;
  padding: 48px 60px;
}
.single-service-style-four .text-block h3,
.single-service-style-four .text-block p {
  margin: 0;
}
.single-service-style-four .text-block h3 {
  font-size: 24px;
  font-weight: 900;
  line-height: 34px;
  font-family: "Playfair Display";
  margin-bottom: 40px;
}
.single-service-style-four .text-block h3 a {
  color: #181818;
  transition: all .4s ease;
}
.single-service-style-four .text-block h3 a:hover {
  color: #014eb4;
}
.single-service-style-four .text-block p {
  margin: 0;
  margin-bottom: 30px;
}
.single-service-style-four .text-block a.read-more {
  text-transform: uppercase;
  line-height: 1em;
  display: inline-block;
  font-size: 12px;
  letter-spacing: .2em;
  color: #00b9ff;
  font-weight: 600;
  transition: all .4s ease;
}
.single-service-style-four .text-block a.read-more:hover {
  -webkit-transform: translateX(5px);
          transform: translateX(5px);
  text-decoration: underline;
}

.single-service-page {
  /*!!special case!!*/
}
.single-service-page br {
  display: block !important;
}
.single-service-page p {
  width: 100%;
  margin: 0;
}
.single-service-page .title-line,
.single-service-page .box-title {
  margin: 0;
  color: #181818;
  font-size: 40px;
  font-weight: 900;
  font-family: "Playfair Display";
}
.single-service-page .box-title {
  font-size: 20px;
}
.single-service-page .featured-block .list-items {
  margin: 0;
  padding: 0;
  list-style: none;
}
.single-service-page .featured-block .list-items li {
  position: relative;
  padding-left: 25px;
}
.single-service-page .featured-block .list-items li i {
  color: #00b9ff;
  font-size: 14px;
  position: absolute;
  top: 10px;
  left: 0;
}

/************************** 
* 8. funfact styles 
***************************/
.fun-fact-title-one {
  background: #00b9ff;
  padding: 53.5px 0;
  position: relative;
}
.fun-fact-title-one:before {
  content: '';
  width: 0;
  height: 0;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-top: 15px solid #00b9ff;
  position: absolute;
  top: 100%;
  z-index: 10;
  left: 50%;
  -webkit-transform: translateX(-15px);
          transform: translateX(-15px);
}
.fun-fact-title-one .sec-title h2 {
  font-size: 40px;
}

.fun-fact-style-one {
  position: relative;
  background: #014eb4 url(../images/background-1-1.jpg) center center no-repeat fixed;
  background-size: cover;
  padding-bottom: 245px;
}
.fun-fact-style-one:before {
  content: '';
  background: #014eb4;
  opacity: .95;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.single-fun-fact-style-one h3,
.single-fun-fact-style-one p {
  margin: 0;
  line-height: 1em;
}
.single-fun-fact-style-one h3 {
  font-family: "Playfair Display";
  font-size: 60px;
  font-weight: 900;
  color: #fff;
  margin-bottom: 20px;
}
.single-fun-fact-style-one p {
  color: #bed3ee;
}

/************************** 
* 9. team styles 
***************************/
.single-team-style-one {
  margin-bottom: 60px;
}
.single-team-style-one .image-block-wrapper {
  display: block;
}
.single-team-style-one .image-block {
  overflow: hidden;
  transition: all .4s ease;
  position: relative;
}
.single-team-style-one .image-block .box {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
  background: rgba(24, 24, 24, 0.6);
  opacity: 0;
  -webkit-transform: scale(2);
          transform: scale(2);
  transition: all 0.6s ease-in-out 0.3s;
}
.single-team-style-one .image-block .box a {
  display: block;
  position: relative;
  width: 100%;
  text-align: center;
}
.single-team-style-one .image-block .box a > i {
  font-size: 22px;
  color: #fff;
  transition: all .4s ease;
}
.single-team-style-one .image-block > img {
  width: 100%;
  -webkit-transform: scale(1);
          transform: scale(1);
  transition: all 0.5s ease-in-out;
}
.single-team-style-one:hover .image-block > img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.single-team-style-one:hover .image-block .box {
  -webkit-transform: scale(1);
          transform: scale(1);
  opacity: 1;
}
.single-team-style-one:hover .image-block .box a > i:hover {
  color: #00b9ff;
}
.single-team-style-one:hover .hvr-float-shadow {
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
}
.single-team-style-one:hover .hvr-float-shadow:before {
  opacity: 1;
  -webkit-transform: translateY(5px);
          transform: translateY(5px);
}
.single-team-style-one .text-block {
  margin-top: 30px;
}
.single-team-style-one .text-block h3 {
  margin: 0;
  font-family: "Playfair Display";
  font-size: 18px;
  font-weight: 900;
  line-height: 1em;
}
.single-team-style-one .text-block h3 a {
  color: #181818;
  transition: all .4s ease;
}
.single-team-style-one .text-block h3 a:hover {
  color: #00b9ff;
}
.single-team-style-one .text-block p {
  margin: 0;
  line-height: 1em;
  margin-top: 15px;
}
.single-team-style-one .text-block .social {
  border-top: 2px solid #f3f3f3;
  padding-top: 30px;
  margin-top: 30px;
}
.single-team-style-one .text-block .social a {
  text-align: center;
  display: inline-block;
  vertical-align: middle;
  width: 40px;
  height: 40px;
  background: #f3f3f3;
  font-size: 14px;
  line-height: 40px;
  color: #7f7f7f;
  transition: all .4s ease;
  border-radius: 50%;
}
.single-team-style-one .text-block .social a:hover {
  color: #fff;
  background: #00b9ff;
}
.single-team-style-one .text-block .social a + a {
  margin-left: 10px;
}

/************************** 
* 10. cta styles 
***************************/
.call-to-action-one {
  position: relative;
  background-size: cover;
}
.call-to-action-one:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #001d44;
  opacity: .8;
}
.call-to-action-one .container {
  position: relative;
}
.call-to-action-one .thm-btn {
  margin-top: 50px;
}
.call-to-action-one .sec-title h2 {
  font-size: 60px;
}

.call-to-action-two .sec-title {
  padding-bottom: 40px;
}
.call-to-action-two p {
  margin-bottom: 50px;
}
.call-to-action-two img {
  width: 100%;
}
.call-to-action-two .cta-call-block {
  padding: 66px 0;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
  background: #00b9ff;
}
.call-to-action-two .cta-call-block .icon-block i {
  font-size: 50px;
  color: #fff;
  display: block;
}
.call-to-action-two .cta-call-block .text-block {
  padding-left: 30px;
}
.call-to-action-two .cta-call-block .text-block span {
  display: block;
  color: #fff;
  line-height: 1em;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: .2em;
}
.call-to-action-two .cta-call-block .text-block h3 {
  margin: 0;
  font-family: "Playfair Display";
  font-weight: 900;
  color: #fff;
  line-height: 1em;
  font-size: 40px;
}

.call-to-action-three {
  background: #181818 url(../images/background-1-4.jpg) center center no-repeat fixed;
  background-size: cover;
  position: relative;
}
.call-to-action-three:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 100%;
  background: #014eb4;
  opacity: .9;
}

/************************** 
* 11. blog styles 
***************************/
.blog-style-one {
  position: relative;
}
.blog-style-one:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 356px;
  background: #014eb4;
}
.blog-style-one .container {
  position: relative;
}
.blog-style-one .row [class*=col-]:nth-child(2) .single-blog-style-one .text-block {
  background: #fff;
}
.blog-style-one .row [class*=col-]:nth-child(5) .single-blog-style-one .text-block {
  background: #fff;
}
.blog-style-one.blog-grid-page:before {
  display: none;
}
.blog-style-one.blog-grid-page .single-blog-style-one {
  margin-bottom: 0;
}
.blog-style-one.blog-grid-page .more-btn-box {
  margin-top: 60px;
}

.single-blog-style-one {
  margin-bottom: 30px;
}
.single-blog-style-one .image-block {
  overflow: hidden;
  transition: all .4s ease;
  position: relative;
}
.single-blog-style-one .image-block .box {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
  background: rgba(24, 24, 24, 0.6);
  opacity: 0;
  -webkit-transform: scale(2);
          transform: scale(2);
  transition: all 0.6s ease-in-out 0.3s;
}
.single-blog-style-one .image-block .box a {
  display: block;
  position: relative;
  width: 100%;
  text-align: center;
}
.single-blog-style-one .image-block .box a > i {
  font-size: 22px;
  color: #fff;
  transition: all .4s ease;
}
.single-blog-style-one .image-block > img {
  width: 100%;
  -webkit-transform: scale(1);
          transform: scale(1);
  transition: all 0.5s ease-in-out;
}
.single-blog-style-one:hover .image-block > img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.single-blog-style-one:hover .image-block .box {
  -webkit-transform: scale(1);
          transform: scale(1);
  opacity: 1;
}
.single-blog-style-one:hover .image-block .box a > i:hover {
  color: #00b9ff;
}
.single-blog-style-one .text-block {
  padding: 60px 65px 50px;
  background: #f3f3f3;
}
.single-blog-style-one .text-block .meta-info {
  line-height: 1em;
}
.single-blog-style-one .text-block .meta-info a,
.single-blog-style-one .text-block .meta-info span {
  color: #00b9ff;
  font-size: 16px;
  line-height: 1em;
  transition: all .4s ease;
}
.single-blog-style-one .text-block .meta-info a:hover {
  color: #181818;
}
.single-blog-style-one .text-block .meta-info span.sep {
  margin-left: 10px;
  margin-right: 10px;
}
.single-blog-style-one .text-block h3,
.single-blog-style-one .text-block p {
  margin: 0;
}
.single-blog-style-one .text-block h3 {
  font-size: 30px;
  font-weight: 900;
  font-family: "Playfair Display";
  margin-top: 16px;
  margin-bottom: 40px;
}
.single-blog-style-one .text-block h3 a {
  color: #181818;
  transition: all .4s ease;
}
.single-blog-style-one .text-block h3 a:hover {
  color: #014eb4;
}
.single-blog-style-one .text-block p {
  margin-bottom: 25px;
}
.single-blog-style-one .text-block a.read-more {
  text-transform: uppercase;
  line-height: 1em;
  display: inline-block;
  font-size: 12px;
  letter-spacing: .2em;
  color: #00b9ff;
  font-weight: 600;
  transition: all .4s ease;
}
.single-blog-style-one .text-block a.read-more:hover {
  -webkit-transform: translateX(5px);
          transform: translateX(5px);
  text-decoration: underline;
}

.single-blog-style-two {
  margin-bottom: 15px;
}
.single-blog-style-two .image-block {
  overflow: hidden;
  transition: all .4s ease;
  position: relative;
}
.single-blog-style-two .image-block .box {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
  background: rgba(24, 24, 24, 0.6);
  opacity: 0;
  -webkit-transform: scale(2);
          transform: scale(2);
  transition: all 0.6s ease-in-out 0.3s;
}
.single-blog-style-two .image-block .box a {
  display: block;
  position: relative;
  width: 100%;
  text-align: center;
}
.single-blog-style-two .image-block .box a > i {
  font-size: 22px;
  color: #fff;
  transition: all .4s ease;
}
.single-blog-style-two .image-block > img {
  width: 100%;
  -webkit-transform: scale(1);
          transform: scale(1);
  transition: all 0.5s ease-in-out;
}
.single-blog-style-two:hover .image-block > img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.single-blog-style-two:hover .image-block .box {
  -webkit-transform: scale(1);
          transform: scale(1);
  opacity: 1;
}
.single-blog-style-two:hover .image-block .box a > i:hover {
  color: #00b9ff;
}
.single-blog-style-two .text-block {
  padding: 40px 0px 0px;
}
.single-blog-style-two .text-block .meta-info {
  line-height: 1em;
}
.single-blog-style-two .text-block .meta-info a,
.single-blog-style-two .text-block .meta-info span {
  color: #00b9ff;
  font-size: 16px;
  line-height: 1em;
  transition: all .4s ease;
}
.single-blog-style-two .text-block .meta-info a:hover {
  color: #181818;
}
.single-blog-style-two .text-block .meta-info span.sep {
  margin-left: 10px;
  margin-right: 10px;
}
.single-blog-style-two .text-block h3,
.single-blog-style-two .text-block p {
  margin: 0;
}
.single-blog-style-two .text-block h3 {
  font-size: 30px;
  font-weight: 900;
  font-family: "Playfair Display";
  margin-top: 16px;
  margin-bottom: 40px;
}
.single-blog-style-two .text-block h3 a {
  color: #181818;
  transition: all .4s ease;
}
.single-blog-style-two .text-block h3 a:hover {
  color: #014eb4;
}
.single-blog-style-two .text-block p {
  margin-bottom: 25px;
}
.single-blog-style-two .text-block a.read-more {
  text-transform: uppercase;
  line-height: 1em;
  display: inline-block;
  font-size: 12px;
  letter-spacing: .2em;
  color: #00b9ff;
  font-weight: 600;
  transition: all .4s ease;
}
.single-blog-style-two .text-block a.read-more:hover {
  -webkit-transform: translateX(5px);
          transform: translateX(5px);
  text-decoration: underline;
}

.blog-full-width-page .single-blog-style-two {
  margin-bottom: 60px;
}
.blog-full-width-page .single-blog-style-two .upper-block {
  position: relative;
}
.blog-full-width-page .single-blog-style-two .upper-block .date {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: #014eb4;
  text-align: center;
  font-family: "Playfair Display";
  font-size: 18px;
  font-weight: 900;
  color: #fff;
  line-height: 1em;
  padding: 8px 15px;
  position: absolute;
  top: 20px;
  left: 20px;
  z-index: 9;
}
.blog-full-width-page .single-blog-style-two .upper-block .date span {
  font-family: "Poppins";
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: .2em;
}

.blog-details-page .text-block .blockquote-box {
  background: #014eb4;
  padding: 67px 30px;
  margin-bottom: 30px;
}
.blog-details-page .text-block .blockquote-box p {
  margin: 0;
  color: #fff;
  font-size: 24px;
  font-family: "Playfair Display";
}
.blog-details-page .share-block {
  border-top: 2px solid #f3f3f3;
  padding: 40px 0 0;
  margin: 40px 0;
}
.blog-details-page .share-block .tags-block {
  color: #7f7f7f;
  font-size: 18px;
  font-weight: bold;
}
.blog-details-page .share-block .tags-block span {
  font-size: 20px;
  font-family: "Playfair Display";
  color: #181818;
  font-weight: 900;
  margin-right: 6px;
}
.blog-details-page .share-block .tags-block a {
  font-size: 16px;
  font-weight: 500;
  color: #7f7f7f;
  margin-left: 6px;
  transition: all .4s ease;
}
.blog-details-page .share-block .tags-block a:hover {
  color: #014eb4;
}
.blog-details-page .share-block .social-block a {
  display: inline-block;
  vertical-align: middle;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background: #f3f3f3;
  color: #7f7f7f;
  font-size: 14px;
  text-align: center;
  line-height: 52px;
  transition: all .4s ease;
}
.blog-details-page .share-block .social-block a + a {
  margin-left: 10px;
}
.blog-details-page .share-block .social-block a:hover {
  color: #fff;
  background: #00b9ff;
}
.blog-details-page .author-block {
  border: 2px solid #f3f3f3;
  padding: 60px;
  margin-bottom: 60px;
}
.blog-details-page .author-block .author-img-box,
.blog-details-page .author-block .author-text-block {
  display: table-cell;
  vertical-align: middle;
}
.blog-details-page .author-block .author-img-box {
  width: 170px;
}
.blog-details-page .author-block .author-img-box > img {
  width: 100%;
}
.blog-details-page .author-block .author-text-block {
  padding-left: 30px;
}
.blog-details-page .author-block .author-text-block h3,
.blog-details-page .author-block .author-text-block p {
  margin: 0;
}
.blog-details-page .author-block .author-text-block h3 {
  font-size: 22px;
  color: #181818;
  font-weight: 900;
  font-family: "Playfair Display";
  margin-bottom: 15px;
}
.blog-details-page .author-block .author-text-block p {
  font-size: 16px;
  line-height: 34px;
  font-weight: 500;
  color: #7f7f7f;
}
.blog-details-page .single-comment-block + .single-comment-block {
  margin-top: 60px;
  padding-top: 60px;
  border-top: 2px solid #f3f3f3;
}
.blog-details-page .single-comment-block .comment-img-block,
.blog-details-page .single-comment-block .comment-text-block {
  display: table-cell;
  vertical-align: top;
}
.blog-details-page .single-comment-block .comment-img-block {
  width: 113px;
}
.blog-details-page .single-comment-block .comment-img-block > img {
  width: 100%;
  border-radius: 50%;
}
.blog-details-page .single-comment-block .comment-text-block {
  padding-left: 30px;
  position: relative;
}
.blog-details-page .single-comment-block .comment-text-block .meta-info {
  display: inline-block;
  vertical-align: baseline;
}
.blog-details-page .single-comment-block .comment-text-block h3.title-line {
  display: inline-block;
  vertical-align: baseline;
  margin-right: 10px;
}
.blog-details-page .single-comment-block .comment-text-block h3,
.blog-details-page .single-comment-block .comment-text-block p {
  margin: 0;
}
.blog-details-page .single-comment-block .comment-text-block h3 {
  font-size: 20px;
  color: #181818;
  font-weight: 900;
  font-family: "Playfair Display";
}
.blog-details-page .single-comment-block .comment-text-block p {
  font-size: 16px;
  line-height: 34px;
  font-weight: 500;
  color: #7f7f7f;
  width: 90%;
  margin-top: 20px;
  margin-bottom: 20px;
}
.blog-details-page .single-comment-block .comment-text-block .reply-btn {
  text-transform: uppercase;
  line-height: 1em;
  display: inline-block;
  font-size: 12px;
  letter-spacing: .2em;
  color: #00b9ff;
  font-weight: 600;
  transition: all .4s ease;
}
.blog-details-page .single-comment-block .comment-text-block .reply-btn:hover {
  -webkit-transform: translateX(5px);
          transform: translateX(5px);
  text-decoration: underline;
}
.blog-details-page .comment-form-block {
  border-top: 2px solid #f3f3f3;
  padding-top: 60px;
  margin-top: 60px;
}
.blog-details-page .comment-form-block input,
.blog-details-page .comment-form-block textarea {
  background: #f3f3f3;
  margin: 0;
}
.blog-details-page .comment-form-block .contact-form .row [class*=col-] {
  margin-bottom: 30px;
}
.blog-details-page .comment-form-block .contact-form .row [class*=col-] + [class*=col-] {
  margin-top: 0;
}

.comments-block-title,
.comment-form-block-title {
  margin: 0;
  color: #181818;
  font-size: 30px;
  font-weight: 900;
  font-family: "Playfair Display";
  margin-bottom: 60px;
}

/************************** 
* 12. contact styles 
***************************/
.contact-form input, .contact-form textarea {
  display: block;
  width: 100%;
  border: none;
  outline: none;
  background: #fff;
  height: 72px;
  padding-left: 40px;
  color: #7f7f7f;
}
.contact-form input::-webkit-input-placeholder, .contact-form textarea::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #7f7f7f;
}
.contact-form input::-moz-placeholder, .contact-form textarea::-moz-placeholder {
  /* Firefox 19+ */
  color: #7f7f7f;
}
.contact-form input:-ms-input-placeholder, .contact-form textarea:-ms-input-placeholder {
  /* IE 10+ */
  color: #7f7f7f;
}
.contact-form input:-moz-placeholder, .contact-form textarea:-moz-placeholder {
  /* Firefox 18- */
  color: #7f7f7f;
}
.contact-form textarea {
  height: 162px;
  padding-top: 20px;
}
.contact-form .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
  width: 100%;
  border: 0px;
  background: #fff;
  border-radius: 0px;
  margin-bottom: 0px;
}
.contact-form .bootstrap-select > .dropdown-toggle {
  border: none !important;
  outline: none !important;
  background-color: transparent;
  padding: 24px 40px;
  box-shadow: none !important;
  color: #7f7f7f;
}
.contact-form .row [class*=col-] + [class*=col-] {
  margin-top: 10px;
}

.contact-style-one {
  margin-top: -120px;
}
.contact-style-one .contact-form {
  padding: 120px 0;
  padding-right: 120px;
}
.contact-style-one .contact-form:before {
  content: '';
  position: absolute;
  width: 1000000px;
  height: 100%;
  right: 0;
  top: 0;
  background: #f3f3f3;
}
.contact-style-one .contact-form .sec-title {
  position: relative;
}
.contact-style-one .content-block {
  margin-right: -15px;
  padding-bottom: 75px;
}
.contact-style-one .content-block .sec-title {
  margin-top: 50px;
}
.contact-style-one.home-four {
  margin-top: 0;
}
.contact-style-one.home-four .container-fluid {
  padding: 0;
}
.contact-style-one.home-four .contact-form {
  max-width: 450px;
  margin-left: auto;
  padding-right: 0;
  margin-right: 120px;
}
.contact-style-one.home-four .contact-form:before {
  display: none;
}
.contact-style-one.home-four .contact-form .thm-btn {
  background: #00b9ff;
}
.contact-style-one.home-four .contact-form .thm-btn:hover {
  background-color: #181818;
}

.contact-page .container {
  max-width: 800px;
}
.contact-page input, .contact-page textarea {
  background: #f3f3f3;
  margin: 0;
}
.contact-page .contact-form .row {
  margin-left: -5px;
  margin-right: -5px;
}
.contact-page .contact-form .row [class*=col-] {
  padding-left: 5px;
  padding-right: 5px;
  margin-bottom: 10px;
}
.contact-page .contact-form .row [class*=col-] + [class*=col-] {
  margin-top: 0;
}
.contact-page .contact-form .bootstrap-select > .dropdown-toggle {
  background: #f3f3f3;
}

#home-one-map {
  width: 100%;
  height: 558px;
}

#home-four-map {
  width: 100%;
  height: 929px;
}

/************************** 
* 13. testimonials styles 
***************************/
.testimonials-style-one .more-box {
  margin-top: 70px;
}
.testimonials-style-one .more-link {
  text-transform: uppercase;
  line-height: 1em;
  display: inline-block;
  font-size: 14px;
  letter-spacing: .2em;
  color: #7f7f7f;
  font-weight: 600;
  text-decoration: underline;
  transition: all .4s ease;
}

.single-testimonials-style-one {
  background: #fff;
  position: relative;
  padding: 60px 61px;
  padding-bottom: 51px;
  transition: all .4s ease;
}
.single-testimonials-style-one:before {
  position: absolute;
  display: inline-block;
  left: 0;
  bottom: -1px;
  height: 4px;
  width: 100%;
  background-color: #00b9ff;
  content: "";
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transform-origin: right center;
  transform-origin: right center;
}
.single-testimonials-style-one .top-box h3 {
  margin: 0;
  color: #181818;
  font-size: 20px;
  font-family: "Playfair Display";
  font-weight: 900;
}
.single-testimonials-style-one .top-box span {
  font-size: 14px;
}
.single-testimonials-style-one p {
  margin: 0;
  font-size: 16px;
  line-height: 34px;
  margin-top: 40px;
}
.single-testimonials-style-one i.box-icon {
  display: inline-block;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #f3f3f3;
  text-align: center;
  font-size: 16px;
  line-height: 40px;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 50%) rotate(180deg);
          transform: translate(-50%, 50%) rotate(180deg);
  transition: all .4s ease;
}
.single-testimonials-style-one:hover {
  box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.05);
}
.single-testimonials-style-one:hover:before {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transform-origin: left center;
  transform-origin: left center;
}
.single-testimonials-style-one:hover i.box-icon {
  background: #00b9ff;
  color: #fff;
}

.testimonials-style-two-title-box {
  background: #00b9ff;
  padding: 53.5px 0;
  position: relative;
}
.testimonials-style-two-title-box:before {
  content: '';
  width: 0;
  height: 0;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-top: 15px solid #00b9ff;
  position: absolute;
  top: 100%;
  z-index: 10;
  left: 50%;
  -webkit-transform: translateX(-15px);
          transform: translateX(-15px);
}
.testimonials-style-two-title-box .sec-title h2 {
  font-size: 40px;
}

.testimonials-style-two {
  background: #181818 url(../images/background-1-6.jpg) center center no-repeat fixed;
  background-size: cover;
  position: relative;
  padding: 110px 0;
}
.testimonials-style-two:before {
  content: '';
  width: 100%;
  height: 100%;
  background: #001d44;
  opacity: .8;
  position: absolute;
  top: 0;
  left: 0;
}
.testimonials-style-two .container {
  position: relative;
  max-width: 910px;
  margin-left: auto;
  margin-right: auto;
}
.testimonials-style-two .owl-nav {
  margin: 0;
}
.testimonials-style-two .owl-dots {
  margin-top: 50px;
}
.testimonials-style-two .owl-dots .owl-dot span {
  width: 9px;
  height: 9px;
  background: #fff;
  opacity: .1;
  border-radius: 0;
  padding: 0;
  margin: 0;
  transition: all .4s ease;
}
.testimonials-style-two .owl-dots .owl-dot + .owl-dot {
  margin-left: 6px;
}
.testimonials-style-two .owl-dots .owl-dot:hover span,
.testimonials-style-two .owl-dots .owl-dot.active span {
  opacity: 1;
  background: #fff;
}

.single-testimonials-style-two i.box-icon {
  font-size: 86px;
  color: #fff;
  opacity: .15;
  display: block;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.single-testimonials-style-two p {
  font-size: 36px;
  line-height: 50px;
  font-weight: 600;
  color: #fff;
  margin: 0;
  margin-top: 35px;
}
.single-testimonials-style-two h3 {
  margin: 0;
  font-family: "Playfair Display";
  font-size: 22px;
  font-weight: 900;
  color: #00b9ff;
  margin-top: 35px;
  margin-bottom: 60px;
}
.single-testimonials-style-two img {
  width: 56px !important;
  height: 56px !important;
  border-radius: 50%;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
}

/************************** 
* 14. easy step styles 
***************************/
.easy-steps-style-one {
  position: relative;
  background: #014eb4 url(../images/background-1-3.jpg) center center no-repeat fixed;
  background-size: cover;
}
.easy-steps-style-one:before {
  content: '';
  background: #014eb4;
  opacity: .95;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.easy-steps-style-one .container {
  position: relative;
  z-index: 1;
}

.single-easy-steps-style-one {
  background: #fff;
  position: relative;
  padding: 92.5px 0;
  margin-top: 28px;
}
.single-easy-steps-style-one:before {
  content: '';
  width: 100%;
  height: 4px;
  background: #00b9ff;
  position: absolute;
  top: 0;
  left: 0;
}
.single-easy-steps-style-one span.count {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: #00b9ff;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  text-align: center;
  line-height: 56px;
  font-size: 18px;
  font-weight: 900;
  font-family: "Playfair Display";
  color: #fff;
}
.single-easy-steps-style-one h3 {
  margin: 0;
  font-size: 30px;
  font-weight: 900;
  font-family: "Playfair Display";
  margin-bottom: 35px;
}
.single-easy-steps-style-one h3 a {
  color: #181818;
  transition: all .4s ease;
}
.single-easy-steps-style-one h3 a:hover {
  color: #00b9ff;
}
.single-easy-steps-style-one p {
  margin: 0;
  font-size: 16px;
  line-height: 34px;
  font-weight: 500;
  width: 59%;
  margin-left: auto;
  margin-right: auto;
}

.steps-video-box {
  margin-top: 60px;
}
.steps-video-box .sec-title h2 {
  font-size: 40px;
}
.steps-video-box .main-video-box .para-text,
.steps-video-box .main-video-box .video-box-wrapper {
  display: table-cell;
  vertical-align: middle;
}
.steps-video-box .main-video-box .para-text {
  padding-right: 30px;
  color: #bfd4ef;
  font-size: 16px;
  line-height: 30px;
}
.steps-video-box .main-video-box .para-text a {
  color: #fff;
  text-decoration: underline;
}
.steps-video-box .main-video-box .video-box-wrapper .video-box {
  overflow: hidden;
  transition: all .4s ease;
  position: relative;
}
.steps-video-box .main-video-box .video-box-wrapper .video-box .box {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  background: rgba(24, 24, 24, 0);
  -webkit-box-pack: center;
          justify-content: center;
  transition: all 0.6s ease-in-out;
}
.steps-video-box .main-video-box .video-box-wrapper .video-box .box a {
  display: block;
  position: relative;
  width: 100%;
  text-align: center;
}
.steps-video-box .main-video-box .video-box-wrapper .video-box .box a i.fa {
  width: 39px;
  height: 39px;
  font-size: 10px;
  color: #fff;
  background: #00b9ff;
  border-radius: 50%;
  text-align: center;
  line-height: 39px;
}
.steps-video-box .main-video-box .video-box-wrapper .video-box:hover .box {
  background: rgba(24, 24, 24, 0.5);
}

/************************** 
* 15. footer styles 
***************************/
.site-footer hr {
  margin: 0;
  border-color: rgba(255, 255, 255, 0.1);
}
.site-footer .main-footer .container > .row > [class*=col-] + [class*=col-] {
  border-left: 1px solid rgba(255, 255, 255, 0.1);
}
.site-footer .bottom-footer {
  padding: 52px 0;
}
.site-footer .bottom-footer p {
  margin: 0;
  color: #a4a4a4;
}

.footer-widget {
  padding: 80px 0;
}
.footer-widget .single-contact-info + .single-contact-info {
  margin-top: 45px;
}
.footer-widget .single-contact-info .icon-box,
.footer-widget .single-contact-info .text-box {
  display: table-cell;
  vertical-align: top;
}
.footer-widget .single-contact-info .icon-box i {
  color: #00b9ff;
  font-size: 20px;
}
.footer-widget .single-contact-info .text-box {
  padding-left: 20px;
}
.footer-widget .single-contact-info .text-box h4,
.footer-widget .single-contact-info .text-box p {
  margin: 0;
}
.footer-widget .single-contact-info .text-box h4 {
  color: #fff;
  font-size: 16px;
  line-height: 1em;
  margin-bottom: 10px;
}
.footer-widget .single-contact-info .text-box p {
  color: #a4a4a4;
  font-weight: bold;
  font-family: "Playfair Display";
  font-size: 18px;
  line-height: 1em;
}
.footer-widget .links-list {
  margin: 0;
  padding: 0;
  list-style: none;
  padding-left: 20px;
}
.footer-widget .links-list li + li {
  margin-top: 7px;
}
.footer-widget .links-list li a {
  color: #a4a4a4;
  font-size: 16px;
  display: block;
  transition: all .4s ease;
}
.footer-widget .links-list li a:hover {
  -webkit-transform: translateX(5px);
          transform: translateX(5px);
  color: #00b9ff;
}
.footer-widget .social a {
  display: inline-block;
  vertical-align: middle;
  width: 52px;
  height: 52px;
  opacity: .3;
  border-radius: 50%;
  background: #fff;
  text-align: center;
  transition: all .4s ease;
}
.footer-widget .social a + a {
  margin-left: 10px;
}
.footer-widget .social a i {
  color: #7f7f7f;
  font-size: 14px;
  line-height: 52px;
}
.footer-widget .social a:hover {
  opacity: 1;
}
.footer-widget.about-widget p {
  width: 63%;
  margin: 0;
  margin-top: 27px;
  margin-left: auto;
  margin-right: auto;
}
.footer-widget.about-widget p + .social {
  margin-top: 18px;
}

.footer-post-carousel-wrapper {
  padding-top: 120px;
  padding-bottom: 80px;
}
.footer-post-carousel-wrapper .title-line {
  margin: 0;
  font-weight: 900;
  font-size: 20px;
  font-family: "Playfair Display";
  color: #fff;
}

.footer-post-carousel {
  padding-top: 35px;
}
.footer-post-carousel .owl-nav {
  margin: 0;
}
.footer-post-carousel .owl-dots {
  position: absolute;
  bottom: calc(100% - 12px);
  right: 0;
}
.footer-post-carousel .owl-dots .owl-dot span {
  width: 9px;
  height: 9px;
  background: #fff;
  opacity: .1;
  border-radius: 0;
  padding: 0;
  margin: 0;
  transition: all .4s ease;
}
.footer-post-carousel .owl-dots .owl-dot + .owl-dot {
  margin-left: 6px;
}
.footer-post-carousel .owl-dots .owl-dot:hover span,
.footer-post-carousel .owl-dots .owl-dot.active span {
  opacity: 1;
  background: #fff;
}

.single-footer-post .image-block,
.single-footer-post .text-block {
  display: table-cell;
  vertical-align: top;
}
.single-footer-post .image-block {
  width: 99px;
}
.single-footer-post .image-block > img {
  width: 100%;
}
.single-footer-post .image-block {
  overflow: hidden;
  transition: all .4s ease;
  position: relative;
}
.single-footer-post .image-block .box {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
  background: rgba(24, 24, 24, 0.6);
  opacity: 0;
  -webkit-transform: scale(2);
          transform: scale(2);
  transition: all 0.6s ease-in-out 0.3s;
}
.single-footer-post .image-block .box a {
  display: block;
  position: relative;
  width: 100%;
  text-align: center;
}
.single-footer-post .image-block .box a > i {
  font-size: 17px;
  color: #fff;
  transition: all .4s ease;
}
.single-footer-post .image-block > img {
  width: 100%;
  -webkit-transform: scale(1);
          transform: scale(1);
  transition: all 0.5s ease-in-out;
}
.single-footer-post .text-block {
  padding-left: 30px;
}
.single-footer-post .text-block .meta-info {
  line-height: 1em;
}
.single-footer-post .text-block .meta-info a {
  display: inline-block;
  line-height: 1em;
  color: #00b9ff;
  font-size: 14px;
}
.single-footer-post .text-block h3 {
  margin: 0;
  font-weight: bold;
  font-family: "Playfair Display";
  font-size: 18px;
  line-height: 2.111em;
  margin-top: 10px;
}
.single-footer-post .text-block h3 a {
  color: #fff;
  transition: all .4s ease;
}
.single-footer-post .text-block h3 a:hover {
  color: #00b9ff;
}
.single-footer-post:hover .image-block > img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.single-footer-post:hover .image-block .box {
  -webkit-transform: scale(1);
          transform: scale(1);
  opacity: 1;
}
.single-footer-post:hover .image-block .box a > i:hover {
  color: #00b9ff;
}

/************************** 
* 16. case study styles 
***************************/
.single-case-study-style-one {
  position: relative;
}
.single-case-study-style-one:before {
  content: '';
  border: 1px solid #e8e8e8;
  position: absolute;
  top: 0;
  left: 50px;
  right: 0;
  bottom: 0;
}
.single-case-study-style-one .inner-box {
  padding: 50px 0;
  position: relative;
}
.single-case-study-style-one .inner-box .image-block,
.single-case-study-style-one .inner-box .text-block {
  display: table-cell;
  vertical-align: middle;
}
.single-case-study-style-one .inner-box .image-block {
  width: 270px;
}
.single-case-study-style-one .inner-box .image-block {
  overflow: hidden;
  transition: all .4s ease;
  position: relative;
}
.single-case-study-style-one .inner-box .image-block .box {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
  background: rgba(24, 24, 24, 0.6);
  opacity: 0;
  -webkit-transform: scale(2);
          transform: scale(2);
  transition: all 0.6s ease-in-out 0.3s;
}
.single-case-study-style-one .inner-box .image-block .box a {
  display: block;
  position: relative;
  width: 100%;
  text-align: center;
}
.single-case-study-style-one .inner-box .image-block .box a > i {
  font-size: 17px;
  color: #fff;
  transition: all .4s ease;
}
.single-case-study-style-one .inner-box .image-block > img {
  width: 100%;
  -webkit-transform: scale(1);
          transform: scale(1);
  transition: all 0.5s ease-in-out;
}
.single-case-study-style-one .inner-box .text-block {
  padding-left: 50px;
  padding-right: 15px;
}
.single-case-study-style-one .inner-box .text-block i.box-icon {
  font-size: 56px;
  color: #00b9ff;
  display: block;
}
.single-case-study-style-one .inner-box .text-block h3 {
  margin: 0;
  font-size: 30px;
  line-height: 34px;
  font-weight: 900;
  font-family: "Playfair Display";
  margin-top: 21px;
  margin-bottom: 41px;
}
.single-case-study-style-one .inner-box .text-block h3 a {
  color: #181818;
  transition: all .4s ease;
}
.single-case-study-style-one .inner-box .text-block h3 a:hover {
  color: #014eb4;
}
.single-case-study-style-one .inner-box .text-block p {
  margin: 0;
  font-size: 16px;
  line-height: 34px;
  color: #7f7f7f;
  margin-bottom: 26px;
}
.single-case-study-style-one .inner-box .text-block a.read-more {
  text-transform: uppercase;
  line-height: 1em;
  display: inline-block;
  font-size: 12px;
  letter-spacing: .2em;
  color: #00b9ff;
  font-weight: 600;
  transition: all .4s ease;
}
.single-case-study-style-one .inner-box .text-block a.read-more:hover {
  -webkit-transform: translateX(5px);
          transform: translateX(5px);
  text-decoration: underline;
}
.single-case-study-style-one:hover .inner-box .image-block > img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.single-case-study-style-one:hover .inner-box .image-block .box {
  -webkit-transform: scale(1);
          transform: scale(1);
  opacity: 1;
}
.single-case-study-style-one:hover .inner-box .image-block .box a > i:hover {
  color: #00b9ff;
}

.case-page-one .single-case-study-style-one {
  margin-bottom: 60px;
}

.single-case-study-style-two {
  display: block;
}
.single-case-study-style-two .image-block {
  overflow: hidden;
  transition: all .4s ease;
  position: relative;
}
.single-case-study-style-two .image-block .box {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
  background: rgba(24, 24, 24, 0.6);
  opacity: 0;
  -webkit-transform: scale(2);
          transform: scale(2);
  transition: all 0.6s ease-in-out 0.3s;
}
.single-case-study-style-two .image-block .box a {
  display: block;
  position: relative;
  width: 100%;
  text-align: center;
}
.single-case-study-style-two .image-block .box a > i {
  font-size: 17px;
  color: #fff;
  transition: all .4s ease;
}
.single-case-study-style-two .image-block > img {
  width: 100%;
  -webkit-transform: scale(1);
          transform: scale(1);
  transition: all 0.5s ease-in-out;
}
.single-case-study-style-two:hover .image-block > img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.single-case-study-style-two:hover .image-block .box {
  -webkit-transform: scale(1);
          transform: scale(1);
  opacity: 1;
}
.single-case-study-style-two:hover .image-block .box a > i:hover {
  color: #00b9ff;
}
.single-case-study-style-two .text-block {
  background: #f3f3f3;
  padding-top: 40px;
  padding-left: 40px;
  padding-right: 40px;
  padding-bottom: 40px;
}
.single-case-study-style-two .text-block h3 {
  margin: 0;
  font-size: 30px;
  line-height: 34px;
  font-weight: 900;
  font-family: "Playfair Display";
}
.single-case-study-style-two .text-block h3 a {
  color: #181818;
  transition: all .4s ease;
}
.single-case-study-style-two .text-block h3 a:hover {
  color: #00b9ff;
}
.single-case-study-style-two .text-block p {
  margin: 0;
  color: #7f7f7f;
  font-size: 16px;
  line-height: 34px;
  font-weight: 500;
  margin-top: 40px;
}
.single-case-study-style-two .text-block .box-icon {
  color: #00b9ff;
  font-size: 60px;
  display: block;
}
.single-case-study-style-two .text-block .read-more-btn {
  display: block;
  border: 2px solid #e8e8e8;
  background: #ffffff;
  text-align: center;
  text-transform: uppercase;
  line-height: 1em;
  font-size: 12px;
  letter-spacing: .2em;
  color: #00b9ff;
  font-weight: 600;
  padding: 19px 0;
  margin-top: 30px;
  transition: all .4s ease;
}
.single-case-study-style-two .text-block .read-more-btn:hover {
  color: #fff;
  border-color: #00b9ff;
  background: #00b9ff;
}
.single-case-study-style-two .text-block .upper-block .icon-block,
.single-case-study-style-two .text-block .upper-block .content-block {
  display: table-cell;
  vertical-align: top;
}
.single-case-study-style-two .text-block .upper-block .content-block {
  padding-left: 30px;
}

.case-page-two .single-case-study-style-two {
  margin-bottom: 30px;
}

.single-case-page .box-title {
  font-size: 24px;
}
.single-case-page .featured-image {
  display: block;
}
.single-case-page .icon-box-with-text .icon-block, .single-case-page .icon-box-with-text .content-box {
  display: table-cell;
  vertical-align: top;
}
.single-case-page .icon-box-with-text .icon-block i {
  font-size: 48px;
  color: #00b9ff;
}
.single-case-page .icon-box-with-text .icon-block i.large {
  font-size: 60px;
}
.single-case-page .icon-box-with-text .content-box {
  padding-left: 30px;
}
.single-case-page .icon-box-with-text .content-box h3 + p {
  margin-top: 15px;
}

/************************** 
* 17. video styles 
***************************/
.video-style-one .video-box {
  overflow: hidden;
  transition: all .4s ease;
  position: relative;
  display: inline-block;
}
.video-style-one .video-box .box {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  background: rgba(24, 24, 24, 0);
  -webkit-box-pack: center;
          justify-content: center;
  transition: all 0.6s ease-in-out;
}
.video-style-one .video-box .box a {
  display: block;
  position: relative;
  width: 100%;
  text-align: center;
}
.video-style-one .video-box .box a i.fa {
  width: 111px;
  height: 111px;
  font-size: 20px;
  color: #fff;
  background: #00b9ff;
  border-radius: 50%;
  text-align: center;
  line-height: 111px;
}
.video-style-one .video-box:hover .box {
  background: rgba(24, 24, 24, 0.5);
}

.video-style-three {
  position: relative;
  background: #001d44 url(../images/background-1-5.jpg) top center no-repeat fixed;
  background-size: cover;
}
.video-style-three:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #001d44;
  opacity: .8;
}
.video-style-three .container {
  position: relative;
}
.video-style-three .video-popup {
  display: inline-block;
  vertical-align: middle;
  width: 111px;
  height: 111px;
  background: #00b9ff;
  border-radius: 50%;
  color: #fff;
  line-height: 111px;
  font-size: 20px;
}
.video-style-three .sec-title {
  padding-top: 60px;
}
.video-style-three .sec-title h2 {
  font-size: 60px;
}

/************************** 
* 18. features styles 
***************************/
.features-style-one ul.list-items {
  margin: 0;
  padding: 0;
  list-style: none;
}
.features-style-one ul.list-items li {
  position: relative;
  background: rgba(255, 255, 255, 0.1);
  font-size: 18px;
  font-weight: 500;
  padding: 30.5px 0;
  padding-left: 90px;
  color: #fff;
}
.features-style-one ul.list-items li:nth-child(even) {
  background-color: transparent;
}
.features-style-one ul.list-items li i.fa {
  width: 40px;
  height: 40px;
  color: #fff;
  font-size: 14px;
  line-height: 40px;
  text-align: center;
  border-radius: 50%;
  background: #00b9ff;
  position: absolute;
  top: 50%;
  left: 28px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

/************************** 
* 19. office carousel styles 
***************************/
.office-location-carousel-one .owl-nav {
  margin: 0;
}
.office-location-carousel-one .owl-dots {
  margin-top: 45px;
}
.office-location-carousel-one .owl-dots .owl-dot span {
  width: 9px;
  height: 9px;
  background: #181818;
  opacity: .1;
  border-radius: 0;
  padding: 0;
  margin: 0;
  transition: all .4s ease;
}
.office-location-carousel-one .owl-dots .owl-dot + .owl-dot {
  margin-left: 6px;
}
.office-location-carousel-one .owl-dots .owl-dot:hover span,
.office-location-carousel-one .owl-dots .owl-dot.active span {
  opacity: 1;
  background: #181818;
}

.single-office-location {
  position: relative;
}
.single-office-location:before {
  content: '';
  width: 2px;
  background: #f3f3f3;
  height: 100%;
  position: absolute;
  top: 0;
  left: -70px;
}
.single-office-location h3, .single-office-location ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.single-office-location h3 {
  color: #181818;
  font-family: "Playfair Display";
  font-weight: 900;
  font-size: 20px;
  margin-bottom: 30px;
}
.single-office-location ul li {
  color: #7f7f7f;
  font-size: 16px;
  font-weight: 500;
  line-height: 1em;
}
.single-office-location ul li + li {
  margin-top: 18px;
}
.single-office-location ul li.phone {
  color: #00b9ff;
}

/************************** 
* 20. subscribe styles 
***************************/
.subscribe-style-one .container {
  max-width: 730px;
}

.subscribe-form-one {
  width: 100%;
  height: 72px;
  border: 4px solid #fff;
  position: relative;
}
.subscribe-form-one input {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: transparent;
  border: none;
  outline: none;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  padding-left: 35px;
}
.subscribe-form-one input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #fff;
}
.subscribe-form-one input::-moz-placeholder {
  /* Firefox 19+ */
  color: #fff;
}
.subscribe-form-one input:-ms-input-placeholder {
  /* IE 10+ */
  color: #fff;
}
.subscribe-form-one input:-moz-placeholder {
  /* Firefox 18- */
  color: #fff;
}
.subscribe-form-one button[type=submit] {
  border: none;
  outline: none;
  background-color: transparent;
  text-align: center;
  background: #fff;
  color: #181818;
  font-size: 16px;
  font-weight: 600;
  width: 186px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  transition: all .4s ease;
}
.subscribe-form-one button[type=submit]:hover {
  background: #181818;
  color: #fff;
}

/************************** 
* 21. inner banner styles 
***************************/
.inner-banner {
  background: #181818 url(../images/inner-banner-1-1.jpg) center top no-repeat;
  background-size: cover;
  position: relative;
  padding: 97px 0;
}
.inner-banner:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #001d44;
  opacity: .7;
}
.inner-banner .container {
  position: relative;
}
.inner-banner .container h1, .inner-banner .container ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.inner-banner .container h1 {
  font-size: 60px;
  color: #FFFFFF;
  font-family: "Playfair Display";
  font-weight: 900;
  margin-bottom: 10px;
}
.inner-banner .container .breadcrumb {
  background-color: transparent;
  border-radius: 0;
  text-align: center;
  display: block;
  margin-bottom: 10px;
}
.inner-banner .container .breadcrumb li {
  display: inline-block;
  vertical-align: middle;
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: .2em;
}
.inner-banner .container .breadcrumb li + li:before {
  content: '-';
  display: inline-block;
  vertical-align: middle;
  margin-left: 9px;
  margin-right: 9px;
}
.inner-banner .container .breadcrumb li a {
  display: inline-block;
  vertical-align: middle;
  color: #fff;
}

/************************** 
* 22. gallery styles 
***************************/
.single-gallery-style-one {
  margin-bottom: 30px;
}
.single-gallery-style-one .image-block {
  overflow: hidden;
  transition: all .4s ease;
  position: relative;
}
.single-gallery-style-one .image-block .box {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
  background: rgba(24, 24, 24, 0.6);
  opacity: 0;
  -webkit-transform: scale(2);
          transform: scale(2);
  transition: all 0.6s ease-in-out 0.3s;
}
.single-gallery-style-one .image-block .box a {
  display: block;
  position: relative;
  width: 100%;
  text-align: center;
}
.single-gallery-style-one .image-block .box a > i {
  font-size: 30px;
  color: #fff;
  transition: all .4s ease;
}
.single-gallery-style-one .image-block > img {
  width: 100%;
  -webkit-transform: scale(1);
          transform: scale(1);
  transition: all 0.5s ease-in-out;
}
.single-gallery-style-one:hover .image-block > img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.single-gallery-style-one:hover .image-block .box {
  -webkit-transform: scale(1);
          transform: scale(1);
  opacity: 1;
}
.single-gallery-style-one:hover .image-block .box a > i:hover {
  color: #00b9ff;
}
.single-gallery-style-one .image-block .box {
  background: rgba(1, 78, 180, 0.9);
}

/************************** 
* 23. history styles 
***************************/
.single-history-style-one + .single-history-style-one {
  border-top: 2px solid #f3f3f3;
  padding-top: 60px;
  margin-top: 60px;
}
.single-history-style-one .image-block, .single-history-style-one .text-block {
  display: table-cell;
  vertical-align: top;
}
@media (max-width: 480px) {
  .single-history-style-one .image-block, .single-history-style-one .text-block {
    display: block;
  }
}
.single-history-style-one .image-block {
  width: 168px;
  position: relative;
}
.single-history-style-one .image-block img {
  border-radius: 50%;
}
.single-history-style-one .image-block .year {
  position: absolute;
  top: 0;
  right: 0;
  -webkit-transform: translateX(50%);
          transform: translateX(50%);
  background: #00b9ff;
  width: 64px;
  height: 64px;
  border-radius: 50%;
  text-align: center;
  line-height: 64px;
  color: #fff;
  font-size: 16px;
  font-family: "Playfair Display";
  font-weight: 900;
}
.single-history-style-one .text-block {
  padding-left: 80px;
}
@media (max-width: 480px) {
  .single-history-style-one .text-block {
    padding-left: 0;
    padding-top: 40px;
  }
}
.single-history-style-one .text-block h3, .single-history-style-one .text-block p {
  margin: 0;
}
.single-history-style-one .text-block h3 {
  font-size: 24px;
  font-family: "Playfair Display";
  font-weight: 900;
  margin-bottom: 35px;
}
.single-history-style-one .text-block h3 a {
  color: #181818;
  transition: all .4s ease;
}
.single-history-style-one .text-block h3 a:hover {
  color: #00b9ff;
}
.single-history-style-one .text-block p {
  color: #7f7f7f;
  font-size: 16px;
  line-height: 34px;
  font-weight: 500;
}

/************************** 
* 24. sidebar styles 
***************************/
.single-sidebar:not(.search-widget):not(.download-widget) {
  border: 1px solid #e8e8e8;
  padding: 50px;
}

.single-sidebar + .single-sidebar {
  margin-top: 30px;
}
.single-sidebar .title-line {
  margin: 0;
  font-size: 20px;
  color: #181818;
  font-weight: 900;
  font-family: "Playfair Display";
  margin-bottom: 30px;
}
.single-sidebar .single-post-widget + .single-post-widget {
  border-top: 1px solid #f3f3f3;
  padding-top: 30px;
  margin-top: 30px;
}
.single-sidebar .single-post-widget .image-block {
  overflow: hidden;
  transition: all .4s ease;
  position: relative;
}
.single-sidebar .single-post-widget .image-block .box {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
  background: rgba(24, 24, 24, 0.6);
  opacity: 0;
  -webkit-transform: scale(2);
          transform: scale(2);
  transition: all 0.6s ease-in-out 0.3s;
}
.single-sidebar .single-post-widget .image-block .box a {
  display: block;
  position: relative;
  width: 100%;
  text-align: center;
}
.single-sidebar .single-post-widget .image-block .box a > i {
  font-size: 17px;
  color: #fff;
  transition: all .4s ease;
}
.single-sidebar .single-post-widget .image-block > img {
  width: 100%;
  -webkit-transform: scale(1);
          transform: scale(1);
  transition: all 0.5s ease-in-out;
}
.single-sidebar .single-post-widget:hover .image-block > img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.single-sidebar .single-post-widget:hover .image-block .box {
  -webkit-transform: scale(1);
          transform: scale(1);
  opacity: 1;
}
.single-sidebar .single-post-widget:hover .image-block .box a > i:hover {
  color: #00b9ff;
}
.single-sidebar .single-post-widget .image-block,
.single-sidebar .single-post-widget .text-block {
  display: table-cell;
  vertical-align: middle;
}
.single-sidebar .single-post-widget .image-block {
  width: 59px;
}
.single-sidebar .single-post-widget .text-block {
  padding-left: 20px;
}
.single-sidebar .single-post-widget .text-block a.admin-link {
  color: #00b9ff;
  font-size: 14px;
  line-height: 1em;
  font-weight: 500;
  display: block;
}
.single-sidebar .single-post-widget .text-block h3 {
  margin: 0;
  font-family: "Playfair Display";
  font-weight: 900;
  font-size: 16px;
  line-height: 16px;
  margin-top: 15px;
}
.single-sidebar .single-post-widget .text-block h3 a {
  color: #181818;
  transition: all .4s ease;
}
.single-sidebar .single-post-widget .text-block h3 a:hover {
  color: #00b9ff;
}
.single-sidebar ul.list-items {
  margin: 0;
  padding: 0;
  list-style: none;
}
.single-sidebar ul.list-items li {
  display: block;
}
.single-sidebar ul.list-items li + li {
  margin-top: 25px;
}
.single-sidebar ul.list-items li a {
  display: block;
  position: relative;
  font-size: 16px;
  line-height: 28px;
  color: #7f7f7f;
}
.single-sidebar ul.list-items li a i {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  font-size: 12px;
  line-height: 28px;
  background: #f3f3f3;
  color: #7f7f7f;
  text-align: center;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  transition: all .4s ease;
}
.single-sidebar ul.list-items li a:hover {
  color: #00b9ff;
}
.single-sidebar ul.list-items li a:hover i {
  background: #00b9ff;
  color: #fff;
}
.single-sidebar .search-form {
  position: relative;
  width: 100%;
  background: #014eb4;
}
.single-sidebar .search-form input,
.single-sidebar .search-form button[type=submit] {
  background-color: transparent;
  border: none;
  outline: none;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  padding-left: 50px;
  height: 75px;
}
.single-sidebar .search-form input::-webkit-input-placeholder,
.single-sidebar .search-form button[type=submit]::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #fff;
}
.single-sidebar .search-form input::-moz-placeholder,
.single-sidebar .search-form button[type=submit]::-moz-placeholder {
  /* Firefox 19+ */
  color: #fff;
}
.single-sidebar .search-form input:-ms-input-placeholder,
.single-sidebar .search-form button[type=submit]:-ms-input-placeholder {
  /* IE 10+ */
  color: #fff;
}
.single-sidebar .search-form input:-moz-placeholder,
.single-sidebar .search-form button[type=submit]:-moz-placeholder {
  /* Firefox 18- */
  color: #fff;
}
.single-sidebar .search-form input {
  width: 100%;
}
.single-sidebar .search-form button[type=submit] {
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.single-sidebar .tag-lists a {
  font-size: 16px;
  font-weight: 500;
  color: #7f7f7f;
  transition: all .4s ease;
}
.single-sidebar .tag-lists a:hover {
  color: #00b9ff;
}
.single-sidebar.contact-widget {
  background: #00b9ff;
  border: none;
}
.single-sidebar.contact-widget h3.title-line {
  color: #fff;
}
.single-sidebar.contact-widget p {
  margin: 0;
  color: #fff;
  margin-bottom: 30px;
}
.single-sidebar.contact-widget span.phone {
  color: #fff;
  font-size: 30px;
  font-family: "Playfair Display";
  font-weight: 900;
}
.single-sidebar.twitter-widget .single-tweet {
  color: #7f7f7f;
  font-size: 16px;
  line-height: 30px;
  font-weight: 500;
}
.single-sidebar.twitter-widget .single-tweet a {
  color: #00b9ff;
}
.single-sidebar.twitter-widget .single-tweet .name {
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: .2em;
  font-size: 12px;
  margin-top: 15px;
}
.single-sidebar.twitter-widget .single-tweet .name .account-name {
  color: #00b9ff;
}
.single-sidebar.twitter-widget .single-tweet .name .account-name i {
  font-size: 20px;
  color: #00b9ff;
  display: inline-block;
  vertical-align: middle;
}
.single-sidebar.twitter-widget .single-tweet .name span.sep {
  margin-left: 10px;
  margin-right: 10px;
}
.single-sidebar a.download-btn {
  border-color: #014eb4;
  color: #014eb4;
  width: 100%;
}
.single-sidebar a.download-btn:hover {
  color: #fff;
  background: #014eb4;
}
