@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Poppins:100,200,300,400,500,600,700,800,900&display=swap");
@font-face {
  font-family: "NotoSans-Regular";
  src: url("../fonts/NotoSans-Regular.ttf");
}
@font-face {
  font-family: "NotoSans-Italic";
  src: url("../fonts/NotoSans-Italic.ttf");
}
@font-face {
  font-family: "NotoSans-BoldItalic";
  src: url("../fonts/NotoSans-BoldItalic.ttf");
}
@font-face {
  font-family: "NotoSans-Bold";
  src: url("../fonts/NotoSans-Bold.ttf");
}

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
  -moz-box-sizing: inherit;
  box-sizing: inherit;
}

*, ::after, ::before {
  box-sizing: border-box;
}

b, strong {
  font-weight: 700;
}

a:hover {
  color: #e9ab04;
  text-decoration: none;
  -webkit-transition: all 0.15s linear 0s;
  -moz-transition: all 0.15s linear 0s;
  -o-transition: all 0.15s linear 0s;
  -ms-transition: all 0.15s linear 0s;
  transition: all 0.15s linear 0s;
}

body {
  font-family: "Poppins", sans-serif;
  color: #333;
  font-size: 16px;
  font-weight: 300;
  line-height: 30px;
}

h1,
h2,
h3,
h4,
h5,
h6,
strong,
b {
  font-family: "Poppins", sans-serif;
}

img {
  max-width: 100%;
  vertical-align: middle;
  border: none;
  height: auto;
}

hr {
  margin: 10px 0;
}

ul,
li {
  list-style: none;
}

#page-wrapper {
  height: 100%;
}

#page-wrapper:after,
footer:after,
header:after {
  content: "";
  display: block;
  clear: both;
}

a {
  text-decoration: none;
  color: #000;
}
a:hover, a:focus, a:active {
  color: #0061c4;
  text-decoration: none;
}

input[type=button],
input[type=submit],
button {
  width: auto;
  outline: none;
  cursor: pointer;
}
input[type=button]:hover, input[type=button]:focus,
input[type=submit]:hover,
input[type=submit]:focus,
button:hover,
button:focus {
  outline: none;
}

.title {
  font-size: 34px;
}

.btn-style, .btn-style-full {
  padding: 30px 35px 30px !important;
  min-width: 230px;
  color: #000 !important;
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 4px;
  line-height: 1;
  display: inline-block;
  letter-spacing: 0.2em;
  text-indent: 0.2em;
  text-align: center;
  color: #fff;
  border: 4px solid #e9ab04;
  -webkit-border-radius: 50px;
  border-radius: 50px;
  position: relative;
  background-color: transparent !important;
  -webkit-transition: all 0.4s linear 0s;
  -moz-transition: all 0.4s linear 0s;
  -o-transition: all 0.4s linear 0s;
  -ms-transition: all 0.4s linear 0s;
  transition: all 0.4s linear 0s;
}
.btn-style:focus, .btn-style-full:focus {
  box-shadow: none;
}

.btn-style:hover {
  background-color: #e9ab04 !important;
  color: #fff !important;
}

.btn-style-full {
  background-color: #e9ab04 !important;
  color: #fff !important;
}

@media (min-width: 1200px) {
  .container {
    max-width: 1170px;
  }

  .container-fluid {
    padding-left: 45px;
    padding-right: 45px;
  }
}
@media (min-width: 1500px) {
  .container-fluid {
    padding-left: 60px;
    padding-right: 60px;
  }
}
.padding-150 {
  padding-bottom: 150px;
  padding-top: 150px;
}

.divider-space {
  clear: both;
  width: 100%;
  margin-top: 50px;
}

/* ================================
Nav
===================================*/
nav {
  font-size: 16px;
  padding: 0 !important;
  -webkit-transition: background 0.2s ease-in-out 0s;
  -moz-transition: background 0.2s ease-in-out 0s;
  -o-transition: background 0.2s ease-in-out 0s;
  -ms-transition: background 0.2s ease-in-out 0s;
  transition: background 0.2s ease-in-out 0s;
  background-color: rgba(25, 31, 40, 0.5);
}
nav .current-menu-item a {
  color: #e9ab04;
}

nav .menu-item:hover a {color: #e9ab04;}
nav a {
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-decoration: none;
  text-transform: uppercase;
 
}

nav #menu-menu-menu li a {
  display: inline-block;
  padding: .5rem 1rem;
}

nav .navbar-brand {
  text-transform: uppercase;
  padding-top: 0.8rem;
}
@media (min-width: 992px) {
  nav li a {
    line-height: 14px;
    padding-bottom: 56px !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    padding-top: 56px !important;
    margin: 0 25px;
    -webkit-transition-duration: 0.15s;
    transition-duration: 0.15s;
    display: block;
  }
  nav li a:after {
    font-family: FontAwesome;
    color: #fff;
    content: "";
    font-size: 5px;
    position: relative;
    margin-left: 0;
    top: -3px;
    right: -25px;
  }
  nav li:last-child a:after {
    display: none;
  }
}

.sticky {
  background-color: #1f2732;
  -webkit-box-shadow: 0px 7px 30px 0px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 7px 30px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 7px 30px 0px rgba(0, 0, 0, 0.3);
}
.sticky li a {
  padding-top: 35px !important;
  padding-bottom: 35px !important;
}
.sticky .search_modal {
  display: none;
}

.logo img {
  max-width: 200px; 
}

.search_modal_button {
  width: 60px;
  height: 60px;
  position: absolute;
  left: 50%;
  margin-left: -30px;
  text-align: center;
  top: 96px;
  background-color: #fff;
  border: 1px solid #dedfe1;
  border-radius: 50%;
  z-index: 100;
  line-height: 60px;
}
.search_modal_button i {
  color: #1f2732;
  font-size: 16px;
}

.header_phone {
  margin-left: 10px;
}
.header_phone h6 {
  font-size: 24px;
  font-weight: 200;
  color: #fff;
}
.header_phone h6 span {
  color: #e9ab04;
}

.navbar-toggler {
  padding: 0px;
  width: 30px;
  border: none;
  position: absolute;
  left: 50%;
}
.navbar-toggler span {
  position: relative;
  background: #fff;
  height: 2px;
  width: 100%;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.navbar-toggler span:before {
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  background: #fff;
  height: 2px;
  width: 80%;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.navbar-toggler span:after {
  content: "";
  position: absolute;
  left: 0;
  top: -10px;
  background: #fff;
  height: 2px;
  width: 50%;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.navbar-toggler.i-change span {
  background-color: transparent;
}
.navbar-toggler.i-change span:before {
  top: 0;
  width: 100%;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.navbar-toggler.i-change span:after {
  width: 100%;
  top: 0;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

#search_modal .close {
  padding: 28px 20px;
  position: absolute;
  min-width: 0;
  color: #fff;
  text-shadow: none;
  opacity: 1;
}

#search_modal .form-group {
  display: block;
  vertical-align: top;
  position: relative;
  width: 100%;
}
#search_modal .form-group label {
  display: block;
}

#search_modal .widget_search {
  padding: 20px;
}

#search_modal .search-form {
  margin: 0 0 0 40px;
  position: relative;
}

#search_modal .search-submit {
  color: #fff;
  height: 45px;
  width: 60px;
}

#search_modal {
  display: none;
  filter: alpha(opacity=0);
  opacity: 0;
  visibility: hidden;
  background-color: rgba(0, 0, 0, 0.8);
  margin: auto;
  overflow: hidden;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

#search_modal.active {
  opacity: 1;
  visibility: visible;
  width: 100%;
  filter: alpha(opacity=100);
}

#search_modal .form-control {
  border: none;
  background-color: transparent;
  height: 40px;
  color: #fff;
  width: 100%;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 2px;
}

.theme_button {
  font-size: 0;
  padding: 12px;
  margin: 0;
  position: absolute;
  right: 0;
  top: 0;
  height: 60px;
  width: 60px;
  text-align: center;
  border: none;
  border-radius: 0;
  box-shadow: none;
  font-weight: bold;
  background-color: transparent;
  color: #e9ab04;
}
.theme_button:before {
  font-size: 14px;
  content: "";
  font-family: "FontAwesome";
  color: #fff;
}

#search_modal .form-control:-moz-placeholder {
  color: rgba(255, 255, 255, 0.8);
  opacity: 1;
}

#search_modal .form-control::-moz-placeholder {
  color: rgba(255, 255, 255, 0.8);
  opacity: 1;
}

#search_modal .form-control:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.8);
}

#search_modal .form-control::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.8);
}

/* ================================
 banner
===================================*/
.slider {
  margin-bottom: 0px !important;
  height: 100vh;
}
.slider .slick-next,
.slider .slick-prev {
  z-index: 10;
  border: 1px solid #fff;
  width: 40px;
  height: 40px;
  border-radius: 30px;
}
.slider .slick-next {
  right: auto;
}
.slider .slick-next::before {
  content: "";
  font-family: "FontAwesome";
}
.slider .slick-prev::before {
  content: "";
  font-family: "FontAwesome";
}
.slider .slick-prev:before,
.slider .slick-next:before {
  font-size: 25px;
}
.slider .container {
  padding-top: 250px;
  max-width: 1170px;
}
.slider .container .home-img {
  position: absolute;
  width: 772px;
  top: -35%;
}
.slider .slide-item {
  height: 100vh;
  overflow: hidden;
  position: relative;
  background-size: cover;
  background-position: center center;
}
.slider .slide-item .line {
  position: absolute;
  right: 0;
  top: 0;
}

.slider-text {
  color: #fff;
  padding-bottom: 5vh;
}
.slider-text h1 {
  /*line-height: 113px;*/
	line-height: 85px;
  letter-spacing: -2px;
  font-weight: 300;
  font-size: 65px;
}
.slider-text h1 span {
  display: inline-block;
}
.slider-text h1 .light {
  font-weight: bold;
  color: #e9ab04;
  letter-spacing: 2px;
}
.slider-text .btn-style {
  background-color: #e9ab04;
  color: #fff !important;
}

@media (min-width: 1600px) {
  .slick-next,
.slick-prev {
    left: 20% !important;
    top: 83%;
  }

  .slick-next {
    right: auto;
    left: 23% !important;
  }

  .slick-prev {
    left: 50px;
  }

  nav li a {
    margin: 0 35px;
  }
}
/* ================================
Inner header
===================================*/
.inner-header {
  background-color: #191f28;
  z-index: 1;
}
.inner-header .search_modal {
  display: none;
}

.inner-header.sticky {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

.page_title {
  position: relative;
}
.page_title > [class*=container] {
  padding-bottom: 50px;
  padding-top: 50px;
}
/* .page_title:before {
  background-image: url(../img/breadcrumbs.jpg);
  bottom: 30px;
  content: "";
  height: 250px;
  left: 0;
  position: absolute;
  -webkit-transform: skewY(3deg);
  -ms-transform: skewY(3deg);
  transform: skewY(3deg);
  width: 50%;
  z-index: 0;
}
.page_title:after {
  background-image: url(../img/breadcrumbs.jpg);
  bottom: 30px;
  content: "";
  height: 250px;
  position: absolute;
  right: 0;
  -webkit-transform: skewY(-3deg);
  -ms-transform: skewY(-3deg);
  transform: skewY(-3deg);
  width: 50%;
  z-index: -1;
} */
.page_title h1, .page_title h2 {
  font-size: 54px;
}
.page_title .breadcrumb {
  line-height: 1.6;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.page_title .breadcrumb > li {
  display: inline-block;
  float: none;
  padding: 0;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: normal;
}
.page_title .breadcrumb > li.active {
  color: #1f2732;
}
.page_title .breadcrumb {
  background-color: transparent;
  border-radius: 0;
  color: inherit;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.2em;
  margin: 0;
  padding: 0;
  text-transform: uppercase;
}
.page_title li + li::before {
  color: #1f2732;
  content: "";
  font-family: FontAwesome;
  font-size: 5px;
  padding: 0 25px;
  position: relative;
  top: -2px;
}
.page_title li a {
  color: #e9ab04;
  letter-spacing: 2px;
}

/* ================================
Footer
===================================*/
footer {
  background-color: #191f28;
  padding: 4rem 0 !important;
}
footer #menu-footer-menu {
  margin-bottom: 0px;
}
footer #menu-footer-menu li {
  display: inline-block;
}
footer #menu-footer-menu li:first-child a {
  padding: 9px 30px 10px 0;
}
footer #menu-footer-menu li:first-child a:before {
  display: none;
}
footer #menu-footer-menu li a {
  padding: 9px 20px 10px 20px;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 12px;
  letter-spacing: 0.2em;
  color: #fff;
  position: relative;
}
footer #menu-footer-menu li a:before {
  font-family: FontAwesome;
  content: "";
  font-size: 5px;
  color: #fff;
  position: absolute;
  left: 0;
  top: 4px;
}

.copyright {
  background-color: #e9ab04;
  background-position: center;
  background-attachment: fixed;
  background-size: cover;
  background-repeat: no-repeat;
  font-weight: 600;
  letter-spacing: 0.2em;
  font-size: 12px;
  text-transform: uppercase;
  color: #fff;
}
.copyright p {
  margin-bottom: 0px;
}

/* ============================
home page
============================*/
.who-we {
  background-image: url(../img/who-we-bg.jpg);
  background-repeat: no-repeat;
}
.who-we h3 {
  font-weight: 500;
  font-size: 42px;
  /* margin-top: 1.1em; */
  margin-bottom: 0.57em;
}
.who-we h6 {
  font-size: 24px;
  margin-top: 1em; /* 1.9em */
  margin-bottom: 0.5em; /* 1.1em */
  font-weight: 300;
}
.who-we p {
  color: #7f7f7f;
}

.portfolio {
  background-color: #1F2732;
}
.portfolio h2 {
  font-size: 48px;
  color: #fff;
  text-align: center;
  margin-bottom: 60px;
}
.portfolio .btn-style {
  padding: 20px 30px 20px;
  color: #fff !important;
  margin-top: 30px;
}
.portfolio .item-media {
  position: relative;
  overflow: hidden;
}
@media (min-width:1200px){
  .portfolio .item-media img{min-height: 400px; object-fit: cover;}
}
@media (min-width:1500px){
  .portfolio .item-media img{min-height: 509px; object-fit: cover;}
}



.portfolio .item-media::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(31, 39, 50, 0.4);
  z-index: 1;
}
.portfolio .item-content {
  padding: 40px;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  z-index: 2;
}
.portfolio .item-content::before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  opacity: 0;
  background-color: #e9ab04;
  transition: all 0.8s ease-in-out;
  transition-delay: 0.2s;
  width: 100%;
  height: 100%;
  display: inline-block;
  z-index: 0;
  clip-path: circle(20px at 87% 90%);
}
.portfolio .item-content .item-number {
  position: absolute;
  right: 30px;
  top: 30px;
  font-size: 12px;
  color: #fff;
  font-weight: 500;
}
.portfolio .item-content .item-number::before {
  content: "0";
}
.portfolio .item-content .categories-links a {
  color: #1f2732 !important;
}
.portfolio .item-content p {
  color: rgba(255, 255, 255, 0.8);
}
.portfolio .item-content .item-button-hover {
  position: absolute;
  bottom: 30px;
  right: 30px;
  display: inline-block;
  background: url(../img/icon_plus.png);
  width: 40px;
  height: 40px;
  transition: all 0.3s ease-in-out;
}
.portfolio .item-content:hover::before {
  opacity: 1;
  transition-delay: 0s;
  clip-path: circle(900px at 88% 90%);
}
.portfolio .item-content > *:not(.item-button-hover):not(.item-number) {
  opacity: 0;
  transition: all 0.3s ease-in-out;
  transition-delay: 0s;
  z-index: 1;
}
.portfolio .item-content:hover .item-button-hover {
  opacity: 0;
}
.portfolio .item-content:hover > *:not(.item-button-hover) {
  opacity: 1;
  transition: all 0.3s ease-in-out;
  transition-delay: 0.2s;
}
.portfolio .categories-links {
  font-weight: 500;
  letter-spacing: 0.2em;
  font-size: 12px;
  text-transform: uppercase;
  color: #fff;
  margin: 2px 0;
}
.portfolio .categories-links a {
  color: #1f2732 !important;
}
.portfolio .item-title {
  font-size: 20px;
  font-weight: 800;
  text-transform: none;
}
.portfolio .item-title a {
  color: #fff;
}
.portfolio .gallery-item {
  text-align: center;
  position: relative;
  padding: 0px;
} 

.invest {
  background-image: url(../img/invest-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top;
}
.invest h3 {
  font-size: 42px;
  color: #1f2732;
}
.invest .paragraph {
  color: #000;
  font-size: 20px;
  line-height: 30px;
}
.invest p {
  color: #7f7f7f;
}
.invest .special-heading P {
  font-size: 14px;
  color: #7f7f7f;
}
.invest .special-heading .highlight {
  color: #e9ab04;
}
.invest h5 {
  font-size: 30px;
  color: #1f2732;
}

.call-action {
  position: relative;
}

.call-action label {
  display: none;
}

.call-action .form-group label + [class*=fa-] {
  position: absolute;
  font-size: 14px;
  right: 25px;
  top: 23px;
  width: 14px;
  text-align: center;
}

.call-action .form-group [class*=fa-] {
  color: #a0ce4e;
  -webkit-transition: all 0.15s ease-in-out 0s;
  -moz-transition: all 0.15s ease-in-out 0s;
  -o-transition: all 0.15s ease-in-out 0s;
  -ms-transition: all 0.15s ease-in-out 0s;
  transition: all 0.15s ease-in-out 0s;
}

.call-action .form-control {
  height: 60px;
  background-color: #f4f4f5;
  border: 1px solid transparent;
  border-radius: 0;
  font-weight: bold;
  box-shadow: none;
  color: #7f7f7f;
  padding-left: 28px;
  padding-right: 30px;
  padding-top: 10px;
  padding-bottom: 11px;
  font-size: 12px;
  line-height: 24px;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.call-action .form-control:focus {
  border-color: #dedfe1;
}

.signature {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
}
.signature .signature-left-part {
  margin-right: 30px;
}
.signature .signature-left-part .section_header {
  font-size: 16px;
  font-weight: 500;
}
.signature .signature-left-part .subtitle {
  text-transform: none;
  font-weight: 300;
  font-size: 16px;
  color: #7f7f7f !important;
  letter-spacing: 0;
  margin-top: 10px;
}
.signature .signature-right-part {
  display: flex;
  align-items: center;
  justify-content: center;
}

.why-us {
  background-image: url(../img/img_57.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
.why-us .why-left h3 {
  font-weight: 500;
  font-size: 42px;
  margin-bottom: 0.57em;
}
.why-us .why-left h6 {
  font-size: 24px;
  margin-top: 1.2em;
  margin-bottom: 1em;
  font-weight: 300;
}
.why-us .why-left p {
  color: #7f7f7f;
}
.why-left ul li.list-group-item {
  padding: 0.50rem 1rem!important;
  background: none!important;
}
.why-us .counter_wrap {
  text-align: left;
  display: inline-block;
  width: 49%;
  margin-bottom: 40px;
}
.why-us .counter_icon {
  display: block;
  width: auto;
  height: 64px;
  position: relative;
}
.why-us .counter_icon img {
  height: 64px;
}
.why-us .counter-size {
  color: #1f2732;
  font-size: 48px;
  font-weight: bold;
  display: inline-block;
  margin-bottom: 0;
  line-height: 1;
  margin-top: 16px;
}
.why-us .counter-text {
  color: #7f7f7f;
  margin-top: 8px;
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  line-height: 1;
  margin-bottom: 0;
}

.contact {
  position: relative;
}
.contact .image_cover {
  display: block;
  position: absolute;
  width: 50%;
  z-index: 2;
  top: 0;
  bottom: 0;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
.contact .image_cover.image_cover_right {
  right: 0;
}

.contact-form {
  padding-left: 80px;
  padding-right: 80px;
}
.contact-form h3 {
  font-weight: 500;
  font-size: 42px;
  margin-top: 1.1em;
  margin-bottom: 0.57em;
}
.contact-form .form-control {
  height: 60px;
  background-color: #f4f4f5;
  /*border: 1px solid transparent;*/
  border: 1px solid #e9ab04;
  border-radius: 0;
  font-weight: bold;
  box-shadow: none;
  color: #7f7f7f;
  padding-left: 28px;
  padding-right: 30px;
  padding-top: 10px;
  padding-bottom: 11px;
  font-size: 16px;
  line-height: 24px;
}


.contact-form .form-control::-webkit-input-placeholder { /* Edge */
  text-transform: uppercase; font-size: 12px; letter-spacing: 2px;
}

.contact-form .form-control:-ms-input-placeholder { /* Internet Explorer 10-11 */
  text-transform: uppercase; font-size: 12px; letter-spacing: 2px;
}

.contact-form .form-control::placeholder {
  text-transform: uppercase; font-size: 12px; letter-spacing: 2px;
}


.contact-form .form-control:focus {
  border-color: #dedfe1;
}
.contact-form textarea {
  min-height: 126px;
}
.contact-form .btn-style-full:hover {
  background-color: transparent !important;
  color: #e9ab04 !important;
}

/* ==============================
Inner page
=================================*/
.main-content h5 {
  font-size: 30px;
  line-height: 1.2;
  font-weight: 300;
}
.main-content i + p {
  color: #7f7f7f;
}
.main-content i + p strong {
  color: #000;
}

.teaser-contact-icon .border-icon {
  border: 4px solid #fff;
  border-radius: 50%;
  display: inline-block;
  font-size: 65px;
  height: 2.5em;
  padding: 4px;
  width: 2.5em;
}
.teaser-contact-icon .border-icon .teaser-icon {
  border-radius: 50%;
  color: #1f2732;
  font-weight: 500;
  height: 100%;
  width: 100%;
}
.teaser-contact-icon .border-icon .teaser-icon img {
  margin-top: 41px;
}
.teaser-contact-icon .border-icon:hover {
  -webkit-animation: scaleDisappear 0.5s;
  animation: scaleDisappear 0.5s;
}
.teaser-contact-icon h6 {
  margin: 20px 0 16px;
  font-size: 24px;
  font-weight: 500;
}
.teaser-contact-icon p {
  color: #7f7f7f;
}
.teaser-contact-icon .icon-content {
  padding: 0 15px 20px;
}

.call-icon .border-icon {
  border: 4px solid #a0ce4e;
}
.call-icon .teaser-icon {
  background-color: #a0ce4e;
}

.write-icon .border-icon {
  border: 4px solid #00bea3;
}

.write-icon .teaser-icon {
  background-color: #00bea3;
}

.visit-icon .border-icon {
  border: 4px solid #f1894c;
}

.visit-icon .teaser-icon {
  background-color: #f1894c;
}

.contact-page form input, .contact-page form textarea {
  text-align: center;
}
.contact-page form input:focus::placeholder, .contact-page form textarea:focus::placeholder {
  color: transparent;
}
.contact-page form textarea {
  min-height: 174px;
}

.live-support {
  background-image: url(../img/bg_3.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
.live-support h3 {
  font-size: 42px;
}
.live-support p {
  color: #7f7f7f;
}
.live-support h5 {
  font-size: 24px;
}
.live-support h5 span {
  color: #e9ab04;
  font-weight: 200;
}
.live-support h5 span:last-child {
  color: #7f7f7f;
}

.vertical-item {
  margin-bottom: 30px;
}
.vertical-item .item-media {
  overflow: hidden;
  position: relative;
}
.vertical-item .item-media:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(255, 255, 255, 0.4);
  filter: alpha(opacity=0);
  opacity: 0;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  transition: all 0.2s linear;
  opacity: 0;
}
.vertical-item .item-media:hover:before {
  opacity: 1;
}
.vertical-item .item-media a {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.vertical-item .item-content {
  padding: 50px 55px;
  background-color: #f5f5f5;
}
.vertical-item .item-content h6 {
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 15px;
  line-height: 30px;
}
.vertical-item .item-content h6 a {
  color: #337ab7;
}
.vertical-item .item-content h6 a:hover {
  color: #e9ab04;
}
.vertical-item .item-content p {
  margin-bottom: 12px;
  color: #7f7f7f;
}
.vertical-item .item-content .btn-link {
  color: #337ab7;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}
.vertical-item .item-content .btn-link:hover {
  color: #e9ab04;
  text-decoration: none;
}
.vertical-item.content-absolute {position: relative;}
.vertical-item.content-absolute .item-content {
  bottom: 0;
  left: 0;
  top: 0;
  background-color: rgba(255, 255, 255, 0);
  padding: 33% 60px;
  position: absolute;
  right: 0;
  z-index: 100;
}
.vertical-item.content-absolute .item-content h6 {
  margin-bottom: 8px;
  font-size: 24px;
  font-weight: 500;
  line-height: 30x;
  opacity: 0;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
  z-index: 5;
}
.vertical-item.content-absolute .item-content h6 a {
  color: #337ab7;
}
.vertical-item.content-absolute .item-content h6 a.small-text {
  color: #e9ab04;
}
.vertical-item.content-absolute .item-content h6 a.small-text:hover {
  color: #1F2732 !important;
}
.vertical-item.content-absolute:hover .item-content {
  background-color: rgba(255, 255, 255, 0.8);
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}
.vertical-item.content-absolute:hover .item-content h6 {
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.vertical-item.content-absolute:hover .item-content h6 a:hover {
  color: #e9ab04;
}

.gallery-padding .item-media:before {
  display: none;
}
.gallery-padding .detail-slider {
  margin-bottom: 0px;
}
.gallery-padding .detail-slider .slick-next, .gallery-padding .detail-slider .slick-prev {
  top: 42%;
  z-index: 100;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.gallery-padding .detail-slider .slick-next {
  left: auto !important;
  right: -40px;
  background-color: #fff;
  border: 0;
  border-radius: 50% 0 0 50%;
  bottom: 0;
  height: 80px;
  margin: 0;
  text-align: center;
  width: 80px;
  z-index: 10;
}
.gallery-padding .detail-slider .slick-next::before {
  content: "";
  font-family: "FontAwesome";
  left: -20%;
  position: relative;
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  color: #000;
}
.gallery-padding .detail-slider .slick-next:hover {
  right: 0px !important;
  background-color: #e9ab04;
}
.gallery-padding .detail-slider .slick-next:hover:before {
  color: #fff;
  left: 0%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
.gallery-padding .detail-slider .slick-prev {
  left: -40px !important;
  background-color: #fff;
  border: 0;
  border-radius: 0 50% 50% 0;
  bottom: 0;
  height: 80px;
  margin: 0;
  text-align: center;
  width: 80px;
}
.gallery-padding .detail-slider .slick-prev::before {
  content: "";
  font-family: "FontAwesome";
  left: 20%;
  position: relative;
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  color: #000;
}
.gallery-padding .detail-slider .slick-prev:hover {
  left: 0px !important;
  background-color: #e9ab04;
}
.gallery-padding .detail-slider .slick-prev:hover:before {
  color: #fff;
  left: 0%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
.share_buttons {margin-top: 30px;}
.share_buttons .color-icon.bg-icon {
  background-color: #fff;
  margin-right: 3px;
}
.share_buttons a.color-icon.soc-facebook {
  color: #3b5998;
}
.share_buttons a.color-icon.soc-twitter {
  color: #55acee;
}
.share_buttons a.color-icon.soc-google {
  color: #dd4b39;
}
.share_buttons a.color-icon.soc-pinterest {
  color: #CC2127;
}
.share_buttons a.color-icon.soc-tumblr {
  color: #314358;
}
.share_buttons a.color-icon.soc-linkedin {
  color: #0976b4;
}
.share_buttons a.color-icon.soc-reddit {
  color: #FF4300;
}
.share_buttons a.bg-icon:hover {
  color: #fff;
}
.share_buttons a.fa-facebook.bg-icon:hover {
  background-color: #3b5998;
}
.share_buttons a.fa-twitter.bg-icon:hover {
  background-color: #00abef;
}
.share_buttons a.fa-google-plus.bg-icon:hover {
  background-color: #dd4b39;
}
.share_buttons a.fa-youtube-play.bg-icon:hover {
  background-color: #e52d27;
}
.share_buttons a.fa-linkedin.bg-icon:hover {
  background-color: #0976b4;
}
.share_buttons a.bg-icon:before {
  height: 2.6em;
  line-height: 2.6em;
  width: 2.6em;
  display: inline-block;
}
.share_buttons a {
  display: inline-block;
  text-align: center;
}
.share_buttons .rounded-icon {
  border-radius: 50%;
}

.small-text {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.2em;
  line-height: 1.6em;
  text-transform: uppercase;
}

.post-nav {
  position: relative;
  background-color: transparent;
}
.post-nav .nav-links {
  background-color: transparent;
}
.post-nav a {
  display: inline-block;
  width: 49%;
  position: relative;
  text-align: center;
  overflow: hidden;
  padding: 0;
  font-weight: normal;
  font-size: 14px;
}
.post-nav a .media {
  background-position: center;
  background-size: cover;
  padding: 0;
  height: 240px;
  display: table;
  width: 100%;
}
.post-nav a .media .nav-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  display: block;
  background: rgba(31, 39, 50, 0.8);
  z-index: 1;
}
.post-nav a .media .nav-middle {
  display: table-cell;
  vertical-align: middle;
  position: relative;
  z-index: 2;
  padding: 0 15px;
}
.post-nav a .media .nav-middle .nav {
  font-weight: 500;
  text-transform: uppercase;
  font-size: 12px;
  display: block;
  letter-spacing: 0.2em;
  color: #e9ab04;
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
.post-nav a .media .nav-middle .nav:hover {
  color: #fff;
}
.post-nav a .media .nav-middle .title {
  font-size: 16px;
  font-weight: 500;
  display: block;
  line-height: 30px;
  margin-top: 5px;
  color: #fff;
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  text-transform: initial;
  letter-spacing: normal;
}
.post-nav a .media .nav-middle .title:hover {
  color: #e9ab04;
}
@media (max-width: 479px) {
  .post-nav a .media .nav-middle .title {
    display: none;
  }
  .post-nav a .media .nav-middle .nav {
    font-size: 18px;
  }

  .page_title .breadcrumb {
    font-size: 9px;
}
.page_title li + li::before {
  padding: 0 10px;
} 

.page_title:after {
  -webkit-transform: skewY(0deg);
  -ms-transform: skewY(0deg);
  transform: skewY(0deg);
}

.page_title:before {
  -webkit-transform: skewY(0deg);
  -ms-transform: skewY(0deg);
  transform: skewY(0deg);
}
 
}
.post-nav a[rel=next] {
  float: right;
}

.service-widget h3 {
  font-size: 24px;
  margin: 0 0 32px;
  text-transform: none;
  font-weight: 500;
  position: relative;
  line-height: 32px;
}
.service-widget ul {
  padding: 0 30px 0 0;
}
.service-widget ul li {
  border-bottom: 1px solid #e1e1e1;
  list-style: none;
  padding-bottom: 7px;
  padding-top: 8px;
}
.service-widget ul li a {
  color: #323232;
  text-decoration: none;
  -webkit-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}
.service-widget ul li :before {
  color: #e9ab04;
  content: "";
  font-family: "FontAwesome";
  font-size: 5px;
  padding-right: 15px;
  position: relative;
  top: -2px;
}
.service-widget ul li:first-child {
  border-top: 1px solid #dedfe1;
}

/*progress style */
.progress-service .progress-content-outter {
  height: 4px;
  background-color: #E1E1E0;
}
.progress-service .progress-content {
  height: 4px;
  width: 0%;
}
.progress-service .progress-title {
  color: #1f2732 !important;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.2em;
  margin: 18px 0 10px;
  text-transform: uppercase;
}
.progress-service .progress [data-transitiongoal] {
  width: 0;
}
.progress-service .progress-box {
  position: relative;
}

.progress-service .progress-box .progress-content + p {display: none;}

.progress-service .progress-box br{display: none;}
.progress-service .progress-box .progress-bar {
  -webkit-transition: width 0.5s ease 0.2s;
  transition: width 0.5s ease 0.2s;
  background-color: #E1E1E0;
}
.progress-service .progress-box .progress-bar .percent {
  color: #1f2732;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 0.2em;
  top: 0;
  right: 0;
  position: absolute;
  text-transform: uppercase;
}
.progress-service .progress-box .bg-maincolor {
  background-color: #ff497c;
}
.progress-service .progress-box .bg-maincolor2 {
  background-color: #a0ce4e;
}
.progress-service .progress-box .bg-maincolor3 {
  background-color: #00bea3;
}
.progress-service .progress-box .bg-maincolor4 {
  background-color: #f1894c;
}

/*progress style End*/

.list1 {
  padding-left: 0;
}
.list1 li {
  position: relative;
  padding: 5px 0 5px 5px;
  font-size: 16px;
  line-height: 30px;
  font-weight: 300;
  color: #1f2732;
}
.list1 li:before {
  color: #e9ab04;
  content: "";
  font-family: "FontAwesome";
  font-size: 5px;
  padding-right: 15px;
  position: relative;
  top: -2px;
}

.c-gutter-60 .row, div.row.c-gutter-60 {
  margin-left: -30px;
  margin-right: -30px;
}

.c-gutter-60 [class*=col-], .row.c-gutter-60 > [class*=col-] {
  padding-left: 30px;
  padding-right: 30px;
}

.testimonials-item {
  padding-top: 70px;
}

.testimonials-item img {
  border: 5px solid #dedfe1;
  border-radius: 50%;
  margin-right: 15px;
  max-width: 90px;
  min-width: 90px;
}

.testimonials-item p {
  color: #7f7f7f;
  font-style: italic;
}

.testimonials-item h6 {
  font-size: 16px;
  font-weight: 600;
  margin: -4px 0 -10px;
  text-align: left;
  line-height: 30px;
}

.testimonials-item span {
  color: #e9ab04;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.left-part {
  margin-bottom: 20px;
}

/* ==============================
Blog
=================================*/
.blog .entry-title, .tag .entry-title {
  font-size: 36px;
  text-transform: none;
  margin-top: 10px;
  margin-bottom: 23px;
  line-height: 1.1;
  width: 100%;
}
.blog .entry-title a {
  color: #337ab7;
}
.blog .entry-title a:hover, .tag .entry-title a:hover{ color: #e9ab04;}

.blog .small_height {
  margin: 0 0 20px;
}
.blog .small_height a, .tag .small_height a{
  border-radius: 50px;
  letter-spacing: 0.2em;
  margin: 0 5px;
  text-transform: uppercase;
  background-color: #e9ab04;
  color: #fff;
  padding: 7px 20px;
}

.small-text {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.2em;
  line-height: 1.6em;
  text-transform: uppercase;
}

.entry-meta {
  padding: 15px 25px 15px 44px;
  background-color: #1f2732;
  position: relative;
}
.entry-meta .entry-avatar {
  margin-right: 10px;
}
.entry-meta .entry-avatar img {
  border: 3px solid rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  height: 50px;
  width: 50px;
}
.entry-meta > * {
  color: #fff;
  display: inline-block;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.2em;
  line-height: 1.6;
  margin-right: 28px;
  margin-top: 0;
  text-transform: uppercase;
}
.entry-meta .blog-adds > * {
  color: #fff;
  margin-right: 32px;
}
.entry-meta a {
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.2em;
  line-height: 1.6em;
  text-transform: uppercase;
}
.entry-meta .color-main {
  border-color: #e9ab04;
  color: #e9ab04 !important;
}
.entry-meta .fs-14 {
  font-size: 14px;
}
.entry-meta .entry-blog-share {
  float: right;
}
.entry-meta .entry-blog-share i {
  margin-top: 18px;
}

.blog + .blog {
  margin-top: 60px;
}

.embed-responsive-3by2 {
  background-color: #000;
  height: 0;
  padding-bottom: 66.666%;
}

.embed-placeholder:after {
  background: url(../img/video.png);
  color: #fff;
  content: "";
  font-size: 14px;
  height: 42px;
  left: 50%;
  line-height: 56px;
  margin-left: -30px;
  margin-top: -30px;
  position: absolute;
  text-align: center;
  top: 50%;
  -webkit-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  width: 60px;
}

.loop-pagination {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 60px;
  background-color: transparent;
}

.loop-pagination .pagination {
  display: block;
}

.pagination .screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  margin: 0;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  white-space: nowrap;
  width: 1px;
}

.pagination > li a.prev, .pagination > li span.prev {
  font-size: 0;
}
.pagination > li a.next, .pagination > li span.next {
  font-size: 0;
}

.pagination > li a.prev:before, .pagination > li span.prev:before {
  font-size: 12px;
  font-family: FontAwesome;
  content: "\f104";
  position: relative;
  top: 0;
  color: #fff;
}

.pagination > li a.next:before, .pagination > li span.next:before {
  font-size: 12px;
  font-family: FontAwesome;
  content: "\f105";
  position: relative;
  top: 0;
  color: #fff;
}

.pagination li > span, .pagination li > a {
  text-align: center;
  padding: 0 !important;
  color: #1f2732;
  background-color: transparent;
  border: 4px solid #f4f4f5;
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 0.2em;
  text-indent: 0.2em;
  line-height: 54px;
  margin: 0;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  display: inline-block;
}
/* .pagination l {
  clear: both;
} */
/* .pagination .nav-links .fa {
  font-size: 10px;
} */
.pagination li.active > a, .pagination li > span {
  background-color: #e9ab04 !important;
  border: 4px solid #e9ab04;
  color: #fff;
  cursor: not-allowed;
}
.pagination .prev.page-numbers {
  background-color: #e9ab04;
  border: 4px solid #e9ab04;
  color: #fff;
}
.pagination .next.page-numbers {
  background-color: #e9ab04;
  border: 4px solid #e9ab04;
  color: #fff;
}
.pagination li{
display: inline-block;
    margin-right: 10px;
    margin-bottom: 10px;
}

.pagination li a:after {display: none;}

aside .special + .special {
  margin-top: 52px;
}

aside .special {
  background-color: #f4f4f5;
  padding: 20px;
}
aside .special .children a:before {
  color: #1f2732;
}
aside .special.social-box {
  background-color: transparent;
  padding: 0;
}
aside .widget > h3, aside .widget-title {
  font-size: 24px;
  margin: 0 0 32px;
  text-transform: none;
  font-weight: 500;
  position: relative;
  line-height: 32px;
}
aside .widget ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
aside .widget ul li {
  position: relative;
  border-bottom: 1px solid #dedfe1;
}
aside .widget ul li:first-child {
  border-top: 1px solid #dedfe1;
}
aside .widget ul li a {
  display: inline-block;
  padding: 9px 0 10px 15px;
  position: relative;
  color: #1f2732;
}
aside .widget ul li a:before {
  font-family: FontAwesome;
  content: "";
  font-size: 5px;
  color: #e9ab04;
  position: absolute;
  left: 0;
  top: 10px;
}
aside .widget ul ul li {
  padding-left: 20px;
}
aside .widget ul ul li:last-child {
  border-bottom: 0;
}
.search-form .form-group {
  display: block;
  width: 100%;
  position: relative;
}

aside .widget_search {
  background-color: #1F2732;
  position: relative;
}
aside .widget_search:before {
  content: url(../img/search_icon_bg.png);
  display: block;
  position: absolute;
  right: 0px;
  top: -20px; 
}
aside .widget_search h3 {
  font-size: 24px;
  font-weight: 500;
  line-height: 1;
  margin-bottom: 27px;
  color: #fff;
}
aside .widget_search form {
  margin: auto;
  position: relative;
}
aside .widget_search form .form-control {
  background-color: #fff;
  border-color: #fff;
  color: #7f7f7f;
  height: 60px;
  border: 1px solid transparent;
  border-radius: 0;
  font-weight: bold;
  box-shadow: none;
  color: #7f7f7f;
  padding-left: 28px;
  padding-right: 30px;
  padding-top: 10px;
  padding-bottom: 11px;
  font-size: 12px;
  line-height: 24px;
  text-transform: uppercase;
  letter-spacing: 2px;
  width: 100%;
}
aside .widget_search form input[type=submit] {
  padding: 21px 21px 18px 10px;
}
aside .widget_search form button {
  font-size: 0;
  padding: 12px;
  margin: 0;
  position: absolute;
  right: 0;
  top: 0;
  height: 60px;
  width: 60px;
  text-align: center;
  border: none;
  border-radius: 0;
  box-shadow: none;
  font-weight: bold;
  background-color: transparent;
 
}
aside .widget_search form button:before {
  font-size: 14px;
  content: "";
  font-family: "FontAwesome";
  color: #e9ab04;
}

.tagcloud a {
  border: 0;
  border-radius: 40px;
  color: #191f28;
  padding: 6px 20px 6px;
  margin: 0 4px 10px 0;
  font-size: 12px !important;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  text-indent: 0.2em;
  text-align: left;
  font-weight: bold;
  display: inline-block;
  background-color: #fff;
  font-weight: bold;
}
.tagcloud a:hover {background-color: #e9ab04;
  border-color: #e9ab04;
  color: #fff;}
.social-box {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin: 0 -3px;
}
.social-box .social-count-box {
  width: 33.2%;
  padding: 3px;
}
.social-box .social-count-box a {
  padding: 0;
  display: flex;
  height: 110px;
  width: 100%;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  color: #fff;
  position: relative;
  text-align: center;
}
.social-box .social-count-box a.facebook-icon {
  background-color: #3b5998;
}
.social-box .social-count-box a .social-icon {
  display: inline-block;
  position: relative;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
}
.social-box .social-count-box a .apsc-count {
  font-family: "Open sans", sans-serif;
  border-radius: 0;
  color: #fff;
  display: block;
  font-size: inherit;
  text-align: center;
  position: relative;
  font-size: 12px;
  text-decoration: none;
  text-transform: uppercase;
  margin-top: 5px;
  font-weight: 400;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
}
.social-box .social-count-box a .fa {
  margin-top: 5px;
  text-align: center;
  font-size: 24px;
  transform: none;
  -webkit-transform: none;
  -ms-transform: none;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
}
.social-box .social-count-box a.twitter-icon {
  background-color: #1dcaff;
}

.single-post p {
  color: #333 !important;
}
.single-post .item-media:before {
  display: none;
}
.single-post blockquote {
  margin-top: 45px;
  margin-bottom: 45px;
  position: relative;
  text-align: left;
  padding: 0 0 0 33px;
  border-left: 4px solid #e9ab04;
  max-width: 100%;
  font-size: 20px;
  font-weight: 300;
  line-height: 30px;
  font-style: italic;
  color: #1f2732;
}
.single-post .list1 {
  text-align: left;
  margin: 0;
  counter-reset: li;
  list-style: none outside none;
  padding: 0;
}
.single-post .list1 li {
  position: relative;
  padding: 4px 0 4px 30px;
  font-size: 16px;
  line-height: 30px;
  font-weight: 300;
  color: #1f2732;
}
.single-post .list1 li:before {
  display: none;
}
.single-post .list1 li:after {
  content: counter(li, decimal-leading-zero) ".";
  counter-increment: li;
  position: absolute;
  left: 2px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  font-weight: 500;
  color: #e9ab04;
}
.single-post .entry-meta {
  position: relative;
  text-align: left;
  line-height: 1;
}
.single-post .entry-blog-share {
  float: none;
}
.single-post .entry-tags:before {
  font-family: "FontAwesome";
  font-size: 14px;
  content: "";
  color: #e9ab04;
  margin-right: 5px;
  font-weight: 400;
}
.single-post .entry-tags a {
  color: #e9ab04;
}
.single-post .entry-tags a:hover {
  color: #fff;
}
.single-post .post-navigation {
  padding: 30px 3px 60px !important;
  background-color: transparent;
}
.single-post .post-navigation span.prev-item {
  display: block;
  color: #1f2732;
  text-transform: uppercase;
  font-size: 16px;
  letter-spacing: 0.2em;
  font-weight: 600;
}
.single-post .post-navigation span.prev-item .nav:before {
  content: "";
  margin-right: 5px;
  font-family: "FontAwesome";
  font-size: 16px;
  display: inline-block;
  font-weight: 500;
}
.single-post .post-navigation span.prev-item .nav:after {
  font-family: "FontAwesome";
  font-size: 16px;
  content: "";
  display: inline-block;
  font-weight: 500;
}
.single-post .post-navigation span.prev-item:hover {
  color: #e9ab04;
}

.related-posts h6 {
  font-size: 24px;
  margin-bottom: 1.1em;
  margin-top: 0;
}
.related-posts .item {
  position: relative;
  flex: 1;
}
.related-posts .item .caption {
  bottom: 0;
  width: 100%;
  padding: 35px 40px;
  text-align: left;
  color: #fff;
  background-color: #191f28;
}
.related-posts .item .caption a {
  color: #fff;
}
.related-posts .item .caption a:hover {
  color: #e9ab04;
}
.related-posts .item .caption .item-title {
  font-size: 16px;
  font-weight: 500 !important;
  margin-bottom: 5px;
  line-height: 1.2;
  overflow: hidden;
}
.related-posts .item .caption .post-date {
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 600 !important;
  letter-spacing: 0.2em;
  color: #e9ab04;
}
.related-posts .item .caption .post-date .post-date {
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 600 !important;
  letter-spacing: 0.2em;
  color: #e9ab04;
}

.comments-area {
  margin-top: 60px;
  padding: 50px 60px;
  background-color: #f4f4f5;
}
.comments-area h3 {
  font-size: 36px;
  font-weight: 500;
  text-transform: none;
  margin: 0 0 20px;
}
.comments-area .pre-text {
  margin-bottom: 12px;
  line-height: 1.2;
}
.comments-area .form-group:last-child {
  margin-bottom: 0;
}
.comments-area .form-group label {
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.2em;
}
.comments-area .form-group textarea {
  margin: 0px -29px 0px 0px;
  min-height: 150px;
}
.comments-area .form-group .form-control {
  height: 60px;
  background-color: #f4f4f5;
  border: 1px solid #ddd;
  border-radius: 0;
  font-weight: bold;
  box-shadow: none;
  color: #7f7f7f;
  padding-left: 28px;
  padding-right: 30px;
  padding-top: 10px;
  padding-bottom: 11px;
  font-size: 16px;
  line-height: 24px;
}
.comments-area .form-group .form-control:focus {
  box-shadow: none;
  border-color: #7f7f7f;
}
.comments-area .form-submit {
  margin-top: 40px;
  margin-bottom: 0;
}

.comments-area .theme_button.large_height {
  padding: 25px 35px;
  height: auto;
}


.comments-area .form-submit .btn-style-full {
  margin: 0 20px 10px 0;
}
.comments-area .form-submit .btn-style {
  color: #e9ab04 !important;
}
.comments-area .form-submit .btn-style:hover {
  color: #fff !important;
}

.widget-first {
  margin-bottom: 52px;
}

.post-adds .dropdown-menu .share_buttons {
  animation-name: slideInRight;
  -webkit-animation-name: slideInRight;
  animation-duration: 0.5s;
  -webkit-animation-duration: 0.5s;
  animation-timing-function: linear;
  -webkit-animation-timing-function: linear;
}


.post-adds .dropdown-menu {
  transform: none !important;
  will-change: auto !important;
}
.color-bg-icon {
  color: #fff;
  background-color: #1f2732;
  margin-bottom: 4px;
  padding: 11px 12px;
}

a.social-icon.color-bg-icon:hover {
  background-color: #e9ab04;
  color: #fff;
}



/* search page */
.search  .form-control {height: 60px;
  width: 100%;
    background-color: #f4f4f5;
    border: 1px solid transparent;
    border-radius: 0;
    font-weight: bold;
    box-shadow: none;
    color: #7f7f7f;
    padding-left: 28px;
    padding-right: 50px;
    padding-top: 10px;
    padding-bottom: 11px;
    font-size: 16px;
    line-height: 24px;
}


.search .form-control::-webkit-input-placeholder { 
  text-transform: uppercase;  letter-spacing: 2px; font-size: 12px;
}
.search .form-control:-ms-input-placeholder { 
  text-transform: uppercase;  letter-spacing: 2px; font-size: 12px;
}
.search .form-control::placeholder {
  text-transform: uppercase;  letter-spacing: 2px; font-size: 12px;
}
 
.search .widget_search {
  position: relative;
}
.search .theme_button {
  font-size: 0;
  padding: 12px;
  margin: 0;
  position: absolute;
  right: 0;
  top: 0;
  height: 60px;
  width: 60px;
  text-align: center;
  border: none;
  border-radius: 0;
  box-shadow: none;
  font-weight: bold;
  background-color: transparent !important;
}

.search .theme_button:before { color: #e9ab04}




/*careers style */
.career-item .car-box {
  padding: 60px 20px;
}
.career-item .car-box h5 {
  margin-top: 25px;
  font-size: 23px;
  line-height: 30px;
  margin-bottom: 14px;
  color: #1f2732;
}
.career-item .car-box h5 a {
  color: inherit;
}
.career-item .car-box h5 a:hover {
  color: #e9ab04;
}
.career-item .car-box:hover .icon-color img {
  -webkit-filter: brightness(0.5) invert(1);
  filter: brightness(0.5) invert(1);
}

.countrys {
  background-color: #f5f5f5;
}
.countrys .simple-list .list-title {
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 15px;
  line-height: 30px;
}
.countrys .simple-list li {
  color: #7f7f7f;
}


#scroll {
  position: fixed;
  right: 10px;
  bottom: 10px;
  cursor: pointer;
  width: 50px;
  height: 50px;
  background-color: #e9ab04;
  text-align: center;
  padding: 10px;
  display: none;
  -webkit-border-radius: 60px;
  -moz-border-radius: 60px;
  border-radius: 60px;
  z-index: 100;
  color: #fff;
}

@media (min-width: 768px) {
  .widget_categories.special, .widget_search.special {
    padding: 35px 40px 40px 40px;
  }
} 

/* ============================
Service New
============================*/
.topBanner {
  padding: 50px 0;
  background-color: #1F2732;
  color: #fff;
}
.topBanner h1 {
  font-size: 45px;
}
.topBanner h1 span {
  font-weight: 400;
  color: #e9ab04;
}

.hwt.btn-link {
  color: #337ab7;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.Whatdeliver {
  padding: 70px 0;
}
.Whatdeliver .delBox {
  padding: 30px 15px;
  text-align: center;
  box-shadow: 0 5px 30px #d6d7d8;
}
.Whatdeliver .delBox img {
  max-height: 60px;
}
.Whatdeliver .delBox h6 {
  font-size: 18px;
  font-weight: 600;
  margin: 20px;
}
.Whatdeliver .delBox p {
  margin-bottom: 12px;
  color: #7f7f7f;
  line-height: 24px;
}

.htitle {
  font-size: 45px;
  font-weight: bold;
}
.htitle ~ p {
  font-size: 24px;
  font-weight: 600;
  color: #707070;
  margin-bottom: 50px;
}

.projectLifecycle {
  padding: 70px 0;
  background-color: #F1F5F8;
}
.projectLifecycle .content {
  border-left: 1px dashed #dddddd;
  padding-left: 50px;
  margin-top: 40px;
  margin-left: 30px;
}
.projectLifecycle .content .item {
  position: relative;
  z-index: 1;
  padding-top: 10px;
  margin-bottom: 30px;
}
.projectLifecycle .content .item .icon {
  height: 45px;
  width: 45px;
  line-height: 45px;
  text-align: center;
  position: absolute;
  left: -74px;
  top: 0;
}
.projectLifecycle .content .item .icon i {
  transition: all 0.35s ease-in-out;
}
.projectLifecycle .content .item .icon::after {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  height: 100%;
  width: 100%;
  background: #ffffff;
  z-index: -1;
  border: 2px solid #e7e7e7;
  transform: rotate(45deg);
  border-radius: 5px;
  transition: all 0.35s ease-in-out;
}
.projectLifecycle .content .item:first-child .icon:after {
  background: #e9ab04;
  border: none;
}
.projectLifecycle .content .item:first-child .icon i {
  color: #fff;
}

.monthlySupport {
  padding: 70px 0;
  background: linear-gradient(180deg, white 0%, #f1f5f8 75%);
}
.monthlySupport .monthBox {
  background-color: #fff;
  padding: 30px;
  text-align: center;
}
.monthlySupport .monthBox .tag {
  background-color: #e9ab04;
  font-size: 18px;
  font-weight: 600;
  color: #fff;
  padding: 10px 30px;
  position: relative;
  border-radius: 30px;
  top: -15px;
}

.startup {
  position: relative;
  padding: 70px 0;
  color: #fff;
}
.startup p {
  font-size: 20px;
  color: #fff;
  font-weight: normal;
}
.startup:before {
  background-color: rgba(233, 171, 4, 0.8);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: "";
}
.startup .btn-style {
  border-color: #fff;
  color: #fff !important;
}

.LoveMarketing h3 {
  font-size: 34px;
  font-weight: bold;
}
.LoveMarketing p {
  font-size: 20px;
}

.testimonials {
  padding: 70px 0;
  background-color: #F2F6F8;
}
.testimonials .color-yellow {
  color: #e9ab04;
}
.testimonials .testimonials-item {
  background-color: #fff;
  border-radius: 10px;
  padding: 30px 45px;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.16);
  margin: 10px;
  display: block;
}
.testimonials .testimonials-item p {
  font-style: normal;
  line-height: 24px;
  position: relative;
  z-index: 1;
}
.testimonials .owl-item {margin-right: 0 !important;}
.testimonials .testimonials-item p:before {
  content: "";
  font-family: FontAwesome;
  position: absolute;
  font-size: 50px;
  color: #F4F4F4;
  z-index: -1;
  left: -30px;
}
.testimonials .slick-dots li button:before {
  font-size: 35px;
}
.testimonials .slick-dots li.slick-active button {
  border: 1px solid #e9ab04;
  border-radius: 30px;
}
.testimonials .slick-dots li.slick-active button:before {
  color: #e9ab04;
}

.breadcrumb-box {
  background: url(../img/4.jpg);
  padding: 50px 0;
  position: relative;
  margin-bottom: 50px;
}
.breadcrumb-box h2 {
  font-weight: bold;
  font-size: 45px;
  margin: 4rem 0 2.5rem;
  color: #e9ab04;
}
.breadcrumb-box .breadcrumb {
  background-color: transparent;
  border-radius: 0;
  color: inherit;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.2em;
  margin: 0;
  display: inline-block;
  background-color: #fff;
  padding: 0.75rem 2rem;
  border-radius: 30px;
  justify-content: center;
  text-transform: uppercase;
  position: relative;
  bottom: -80px;
  box-shadow: 0 0px 5px #0000001a;
}
.breadcrumb-box .breadcrumb > li {
  display: inline-block;
  float: none;
  padding: 0;
}
.breadcrumb-box .breadcrumb > li.active {
  color: #1f2732;
}
.breadcrumb-box .breadcrumb-item + .breadcrumb-item::before {
  color: #e9ab04;
  content: "";
  font-family: FontAwesome;
  font-size: 5px;
  padding: 0 25px;
  position: relative;
  top: -2px;
}
@media (max-width: 767px) {
  .breadcrumb-box h2 {
    font-size: 28px;
    text-align: center;
  }
}
.breadcrumb-box:before {
  content: "";
  position: absolute;
  background-color: rgba(0, 0, 0, 0.6);
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.custom-website {
  padding: 70px 0;
}
.custom-website h2 {
  font-weight: bold;
}
.custom-website h2 span {
  font-weight: normal;
  color: #ECB523;
}
.custom-website p {
  color: #999999;
}

.custom-start {
  padding: 70px 0;
}
.custom-start .media {
  margin-bottom: 30px;
}
.custom-start .media img {
  max-height: 170px;
}

.serviceDetailPort {
  padding: 70px 0;
  background-color: #f1f5f8 !important;
}
.serviceDetailPort h2 {
  color: #000;
}
.serviceDetailPort .btn-style {
  color: #000 !important;
}

.quoto p {
  color: #999;
} 

/*# sourceMappingURL=style.css.map */

.Whatdeliver .delBox { 
  margin-bottom: 30px;
}
.startup:before {
  background-color: rgba(233, 171, 4, 0.8) !important;
  position: absolute !important;
}

.header_phone .btn-style {
  max-width: 190px;
    min-width: 190px;
    padding: 20px 10px 20px !important;
}

.topBanner, .breadcrumb-box {
  padding: 150px 0 50px !important;
}
.breadcrumb-box h2 {
  margin: 8rem 0 2.5rem !important;
}
.inner-header {
  z-index: 999;
}
span.tag a:hover {
  color: #fff;
}



@media (max-width:991px){
.topBanner, .breadcrumb-box {
  padding: 100px 0 50px !important;
}
.breadcrumb-box {
  background-position: center;
}
.breadcrumb-box h2 {
  margin: 6rem 0 -0.5rem !important;
}
}
.invest .theme_button { padding: 20px 10px 20px !important; clear: both; display: block;}
.invest .theme_button:before {display: none;}

.monthlySupport .monthBox {
  margin-bottom: 30px;
}

.slick-dots li button {
  width: 21px;
  height: 21px;
}

.navbar-toggler {
  left: auto;
  right: 20px;
} 

@media (max-width:767px){
.invest .theme_button {
  padding: 20px 8px 20px;
}
.monthlySupport .monthBox {
  margin-top: 20px;
}

.breadcrumb-box .breadcrumb-item + .breadcrumb-item::before {
  padding: 0 3px;
}
.breadcrumb-box .breadcrumb > li {
  font-size: 10px;
}
.custom-website {
  padding: 0px 0 50px;
}
.live-support h3 {
  font-size: 25px;
}
.vertical-item.content-absolute .item-content {
  background-color: rgba(0, 0, 0, .5) !important;
  padding: 0px !important;
}
.vertical-item.content-absolute .item-content h6 {
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);

  top: 60%;
  left: 50%;
  transform: translate(-50%, -50%) !important;
  text-align: center;
  position: absolute;
  width: 100%;
  right: 0;
  bottom: 0;
}
.vertical-item.content-absolute .item-content h6 a {
  color: #fff;
}

.testimonials-item h6 {
  margin: -4px 0 0px;
  line-height: 20px;
}
}

