
@import url("https://fonts.googleapis.com/css?family=Lato:400,400i,700|Roboto+Slab:400,700");

.bg-gray {background-color:#f5f5f5}
html {
  font-size: 16px;
}

body {
  font-family: "Lato", sans-serif;
  background-color: #fff;
  font-size: 1rem;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

@media (max-width: 767px) {
  body {
    font-size: 14px;
  }
}

p {
  color: #667380;
  line-height: 1.8em;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Roboto Slab", serif;
  color: #06223e;
  font-weight: bold;
}

ul {
  list-style-type: none;
  padding-left: 0;
  margin: 0;
}

a:hover,
a:focus {
  text-decoration: none;
}

/*--------------------------------------------------------------
#0.2    Global Elements
--------------------------------------------------------------*/
.page-wrapper {
  position: relative;
  overflow: hidden;
}

.wow {
  visibility: hidden;
}

.fi:before {
  margin: 0;
}

.section-padding {
  padding: 80px 0;
}

@media (max-width: 991px) {
  .section-padding {
    padding: 100px 0;
  }
}

@media (max-width: 767px) {
  .section-padding {
    padding: 80px 0;
  }
}

/** for popup image ***/
.mfp-wrap {
  background-color: rgba(0, 0, 0, 0.9);
  z-index: 99999;
}

.mfp-with-zoom .mfp-container,
.mfp-with-zoom.mfp-bg {
  opacity: 0;
  -webkit-backface-visibility: hidden;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.mfp-with-zoom.mfp-ready .mfp-container {
  opacity: 1;
}

.mfp-with-zoom.mfp-ready.mfp-bg {
  opacity: 0.8;
}

.mfp-with-zoom.mfp-removing .mfp-container,
.mfp-with-zoom.mfp-removing.mfp-bg {
  opacity: 0;
}

/*** for fancybox video ***/
.fancybox-overlay {
  background: rgba(0, 0, 0, 0.9);
  z-index: 9999;
}

.fancybox-wrap {
  z-index: 99999;
}

/*** contact form error handling ***/
#contact-form .error-handling-messages {
  margin-top: 15px;
  padding: 0;
}

#contact-form label.error {
  color: red;
  font-size: 0.875rem;
  font-weight: normal;
  margin: 5px 0 0 0;
}

#contact-form #loader {
  display: none;
}

#contact-form #success,
#contact-form #error {
  width: 100%;
  color: #fff;
  padding: 5px 10px;
  font-size: 16px;
  text-align: center;
  display: none;
}
.grid .details a { color:#f9fd01}.grid .details a:hover { color:#fff}
.project-grids .grid-inner{text-align:center}
.project-grids .grid-inner img{
    height: 250px;
    width: auto;
    max-width: 100%;
    display: inherit;
}
.text-white{color:#fff!important}
@media (max-width: 767px) {
  #contact-form #success,
  #contact-form #error {
    font-size: 15px;
  }
}

#contact-form #success {
  background-color: #009a00;
  border-left: 5px solid green;
  margin-bottom: 5px;
}

#contact-form #error {
  background-color: #ff1a1a;
  border-left: 5px solid red;
}

.box-layout .page-wrapper {
  background: #fff;
}

@media screen and (min-width: 1200px) {
  .box-layout .page-wrapper {
    width: 1200px !important;
    margin: 0 auto !important;
  }
}

@media screen and (min-width: 1200px) {
  .box-layout {
    background: url("../images/body-bg.jpg") center center/cover no-repeat fixed;
  }
}

.section-title {
  text-align: center;
  margin-bottom: 80px;
}

@media (max-width: 991px) {
  .section-title {
    margin-bottom: 60px;
  }
}

@media (max-width: 767px) {
  .section-title {
    margin-bottom: 40px;
  }
}

.section-title h2 {
  font-family: "Roboto Slab", serif;
  font-size: 2.625rem;
  color: #06223e;
  margin: 0 0 0.45em;
  padding-bottom: 0.71em;
  position: relative;
  text-transform: capitalize;
}

@media (max-width: 991px) {
  .section-title h2 {
    font-size: 2rem;
  }
}

@media (max-width: 767px) {
  .section-title h2 {
    font-size: 1.5rem;
  }
}

.section-title h2:after {
  content: "";
  background: #06223e;
  background: -webkit-linear-gradient(left, #06223e 46%, #fff 46.1%, #fff 54%, #06223e 54.1%);
  background: -moz-linear-gradient(left, #06223e 46%, #fff 46.1%, #fff 54%, #06223e 54.1%);
  background: -o-linear-gradient(left, #06223e 46%, #fff 46.1%, #fff 54%, #06223e 54.1%);
  background: -ms-linear-gradient(left, #06223e 46%, #fff 46.1%, #fff 54%, #06223e 54.1%);
  background: linear-gradient(left, #06223e 46%, #fff 46.1%, #fff 54%, #06223e 54.1%);
  width: 105px;
  height: 3px;
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

@media (max-width: 767px) {
  .section-title h2:after {
    width: 80px;
    height: 2px;
  }
}

.section-title p {
  margin: 0;
}

.theme-btn {
  background-color: #193775;
  font-size: 1.0625rem;
  color: #fff;
  padding: 10px 30px;
  border: 0;
  text-transform: capitalize;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
}

.theme-btn:hover, .theme-btn:focus, .theme-btn:active {
  background-color: #152d60;
  color: #fff;
}

@media (max-width: 991px) {
  .theme-btn {
    font-size: 1rem;
    padding: 8px 25px;
  }
}

@media (max-width: 767px) {
  .theme-btn {
    font-size: 0.9375rem;
    padding: 8px 22px;
  }
}

.form input,
.form textarea,
.form select {
  border-color: #bfbfbf;
  border-radius: 0;
  outline: 0;
  box-shadow: none;
  color: #595959;
}

.form input:focus,
.form textarea:focus,
.form select:focus {
  border-color: #193775;
  -webkit-box-shadow: 0 0 5px 0 #224b9f;
  -moz-box-shadow: 0 0 5px 0 #224b9f;
  -o-box-shadow: 0 0 5px 0 #224b9f;
  -ms-box-shadow: 0 0 5px 0 #224b9f;
  box-shadow: 0 0 5px 0 #224b9f;
}

.form ::-webkit-input-placeholder {
  font-style: 16px;
  font-style: normal;
  color: #595959;
}

.form :-moz-placeholder {
  font-style: 16px;
  font-style: normal;
  color: #595959;
}

.form ::-moz-placeholder {
  font-style: 16px;
  font-style: normal;
  color: #595959;
}

.form :-ms-input-placeholder {
  font-style: 16px;
  font-style: normal;
  color: #595959;
}

.form select {
  font-style: italic;
  background: url(../images/select-icon.png) no-repeat right center;
  display: inline-block;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
  cursor: pointer;
}

.form select::-ms-expand {
  /* for IE 11 */
  display: none;
}

nav.sticky, .site-header-style2 nav.sticky2, .site-header-style3 nav.sticky2, .site-header-style3 nav.sticky3 {
  background: #193775;
  background: -webkit-linear-gradient(left, #193775, #00abc9);
  background: -moz-linear-gradient(left, #193775, #00abc9);
  background: -o-linear-gradient(left, #193775, #00abc9);
  background: -ms-linear-gradient(left, #193775, #00abc9);
  background: linear-gradient(left, #193775, #00abc9);
  width: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 9999;
  -webkit-animation: navigationFlipIn 0.5s;
  animation: navigationFlipIn 0.5s;
}

@media screen and (min-width: 992px) {
  nav.sticky #navbar, .site-header-style2 nav.sticky2 #navbar, .site-header-style3 nav.sticky2 #navbar, .site-header-style3 nav.sticky3 #navbar {
    background: transparent;
  }
}

.site-header-style2 nav.sticky2, .site-header-style3 nav.sticky2, .site-header-style3 nav.sticky3 {
  background: #fff;
  border-bottom: 1px solid #e6e6e6;
}

@media screen and (min-width: 992px) {
  .site-header-style3 nav.sticky3 #navbar > ul > li > a {
    color: #06223e;
  }
  .site-header-style3 nav.sticky3 #navbar > ul > li > a:hover {
    color: #f39c12;
  }
}

@-webkit-keyframes navigationFlipIn {
  from {
    top: -100px;
  }
  to {
    to: 0;
  }
}

@keyframes navigationFlipIn {
  from {
    top: -100px;
  }
  to {
    top: 0;
  }
}

.box-layout .sticky, .box-layout .site-header-style2 nav.sticky2, .site-header-style2 .box-layout nav.sticky2, .box-layout .site-header-style3 nav.sticky2, .site-header-style3 .box-layout nav.sticky2, .box-layout .site-header-style3 nav.sticky3, .site-header-style3 .box-layout nav.sticky3 {
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

@media screen and (min-width: 1200px) {
  .box-layout .sticky, .box-layout .site-header-style2 nav.sticky2, .site-header-style2 .box-layout nav.sticky2, .box-layout .site-header-style3 nav.sticky2, .site-header-style3 .box-layout nav.sticky2, .box-layout .site-header-style3 nav.sticky3, .site-header-style3 .box-layout nav.sticky3 {
    width: 1200px !important;
  }
}

.social-links {
  overflow: hidden;
}

.social-links li {
  float: left;
  width: 35px;
  height: 35px;
  margin-right: 1px;
}

.social-links li a {
  background-color: #224b9f;
  width: 35px;
  height: 35px;
  line-height: 35px;
  display: block;
  color: #fff;
  text-align: center;
}

.social-links li a:hover {
  background-color: #193775;
}

.page-title {
  background: url("../images/page-title/img-1.jpg") center center/cover no-repeat local;
  text-align: center;
  position: relative;
}

@media screen and (min-width: 992px) {
  .page-title {
    margin-top: -35px;
  }
}

.page-title > .container {
  position: relative;
  height: 280px;
  z-index: 100;
}

@media (max-width: 991px) {
  .page-title > .container {
    height: 320px;
  }
}

.page-title .title-box {
  width: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.page-title .title-box h1 {
  font-size: 3rem;
  color: #fff;
  margin: 0 0 0.12em;
  text-transform: capitalize;
}

.page-title .title-box h1 span {
  color: #fff;
}

@media (max-width: 991px) {
  .page-title .title-box h1 {
    font-size: 2.5rem;
  }
}

@media (max-width: 767px) {
  .page-title .title-box h1 {
    font-size: 1.875rem;
  }
}

.page-title .title-box ol {
  background: transparent;
  padding: 0;
  margin: 0;
}

.page-title .title-box ol li {
  color: #f39c12;
  font-size: 1.125rem;
  text-transform: capitalize;
}

@media (max-width: 991px) {
  .page-title .title-box ol li {
    font-size: 1rem;
  }
}

@media (max-width: 767px) {
  .page-title .title-box ol li {
    font-size: 0.9375rem;
  }
}

.page-title .title-box ol a {
  color: #fff;
}

.page-title .title-box .breadcrumb > li + li:before {
  content: "\f101";
  font-family: "FontAwesome";
  color: #fff;
}

.preloader {
  background-color: #fff;
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 10000;
}

.preloader > div {
  width: 58px;
  height: 40px;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.preloader > div > span {
  background-color: #193775;
  display: block;
  width: 10px;
  height: 5px;
  position: absolute;
  left: 0;
  bottom: 0;
  -webkit-animation: perloaderAnimation 0.5s infinite ease-in-out alternate;
  animation: perloaderAnimation 0.5s infinite ease-in-out alternate;
}

.preloader div > span:first-child {
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s;
}

.preloader div > span:nth-child(2) {
  left: 12px;
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}

.preloader div > span:nth-child(3) {
  left: 24px;
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}

.preloader div > span:nth-child(4) {
  left: 36px;
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}

.preloader div > span:nth-child(5) {
  left: 48px;
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}

@-webkit-keyframes perloaderAnimation {
  from {
    height: 5px;
  }
  to {
    height: 40px;
  }
}

@keyframes perloaderAnimation {
  from {
    height: 5px;
  }
  to {
    height: 40px;
  }
}

.featured .grid {
  position: relative;
  overflow: hidden;
}

.featured .grid .img-holder {
  min-height: 250px;
}

.featured .grid .img-holder img {
  display: none;
}

.featured .grid:hover .details {
  bottom: 0;
  padding: 45px 22px;
}

.featured .grid .details {
  background: rgba(25, 55, 117, 0.9);
  background: -webkit-linear-gradient(left, rgba(25, 55, 117, 0.9), rgba(0, 171, 201, 0.9));
  background: -moz-linear-gradient(left, rgba(25, 55, 117, 0.9), rgba(0, 171, 201, 0.9));
  background: -o-linear-gradient(left, rgba(25, 55, 117, 0.9), rgba(0, 171, 201, 0.9));
  background: -ms-linear-gradient(left, rgba(25, 55, 117, 0.9), rgba(0, 171, 201, 0.9));
  background: linear-gradient(left, rgba(25, 55, 117, 0.9), rgba(0, 171, 201, 0.9));
  width: 100%;
  height: 100%;
  padding: 20px 22px;
  position: absolute;
  left: 0;
  bottom: -74%;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}

@media (max-width: 1199px) {
  .featured .grid .details {
    bottom: -74%;
  }
}

@media (max-width: 991px) {
  .featured .grid .details {
    bottom: -76%;
  }
}

.featured .grid .details h3 {
  font-size: 1.375rem;
  color: #fff;
  text-transform: capitalize;
  margin: 0 0 1em;
  position: relative;
}

@media (max-width: 991px) {
  .featured .grid .details h3 {
    font-size: 1.125rem;
  }
}

.featured .grid .details h3 .fi {
  position: absolute;
  right: 0;
}

.featured .grid .details p {
  color: #fff;
  margin: 0;
}

.services-grids .grid {
  position: relative;
  padding-left: 90px;
}

@media (max-width: 991px) {
  .services-grids .grid {
    padding-left: 65px;
  }
}

.services-grids .icon {
  background: #193775;
  background: -webkit-linear-gradient(left, #193775, #00abc9);
  background: -moz-linear-gradient(left, #193775, #00abc9);
  background: -o-linear-gradient(left, #193775, #00abc9);
  background: -ms-linear-gradient(left, #193775, #00abc9);
  background: linear-gradient(left, #193775, #00abc9);
  width: 60px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  position: absolute;
  left: 0;
}

@media (max-width: 991px) {
  .services-grids .icon {
    width: 50px;
    height: 40px;
    line-height: 40px;
  }
}

@media (max-width: 767px) {
  .services-grids .icon {
    width: 40px;
    height: 35px;
    line-height: 35px;
  }
}

.services-grids .icon:before {
  content: "";
  background-color: #fff;
  width: 56px;
  height: 46px;
  position: absolute;
  left: 2px;
  top: 2px;
}

@media (max-width: 991px) {
  .services-grids .icon:before {
    width: 46px;
    height: 36px;
    left: 2px;
    top: 2px;
  }
}

@media (max-width: 767px) {
  .services-grids .icon:before {
    width: 38px;
    height: 33px;
    left: 1px;
    top: 1px;
  }
}

.services-grids .icon .fi {
  position: relative;
  z-index: 10;
}

.services-grids .icon .fi:before {
  font-size: 1.75rem;
  color: #f39c12;
}

@media (max-width: 991px) {
  .services-grids .icon .fi:before {
    font-size: 1.375rem;
  }
}

.services-grids h3 {
  font-size: 1.5rem;
  line-height: 1.3em;
  color: #031633;
  margin: 0 0 0.5em;
  text-transform: capitalize;
}

@media (max-width: 991px) {
  .services-grids h3 {
    font-size: 1.125rem;
  }
}

.services-grids p {
  margin: 0;
}

.latest-projects .grids-container {
  margin: 0 -15px;
  overflow: hidden;
}

@media (max-width: 991px) {
  .latest-projects .grids-container {
    margin: 0 -7.5px;
  }
}

.latest-projects .grid {
  width: 33.33%;
  float: left;
  padding: 0 15px 30px;
}

@media (max-width: 991px) {
  .latest-projects .grid {
    width: 50%;
  }
}

@media (max-width: 767px) {
  .latest-projects .grid {
    padding: 0 7.5px 15px;
  }
}

@media (max-width: 550px) {
  .latest-projects .grid {
    width: 100%;
    float: none;
  }
}

.latest-projects .grid-inner:hover:before {
  opacity: 1;
}

.latest-projects .grid-inner:hover i {
  top: 50%;
  opacity: 1;
}

.latest-projects .grid-inner:hover h3 {
  bottom: 0;
  opacity: 1;
}

.latest-projects .grid-inner {
  position: relative;
  overflow: hidden;
}

.latest-projects .grid-inner:before {
  content: "";
  background-color: rgba(25, 55, 117, 0.9);
  background: -webkit-linear-gradient(left, rgba(25, 55, 117, 0.9), rgba(0, 171, 201, 0.9));
  background: -moz-linear-gradient(left, rgba(25, 55, 117, 0.9), rgba(0, 171, 201, 0.9));
  background: -o-linear-gradient(left, rgba(25, 55, 117, 0.9), rgba(0, 171, 201, 0.9));
  background: -ms-linear-gradient(left, rgba(25, 55, 117, 0.9), rgba(0, 171, 201, 0.9));
  background: linear-gradient(left, rgba(25, 55, 117, 0.9), rgba(0, 171, 201, 0.9));
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
}

.latest-projects .grid-inner i {
  background-color: #fff;
  display: inline-block;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  font-size: 1.375rem;
  color: #f39c12;
  position: absolute;
  left: 50%;
  top: 100%;
  opacity: 0;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
}

@media (max-width: 767px) {
  .latest-projects .grid-inner i {
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 1.125rem;
  }
}

.latest-projects .grid-inner h3 {
  background-color: #f39c12;
  width: 100%;
  font-size: 1.125rem;
  color: #fff;
  text-align: center;
  margin: 0;
  padding: 15px 5px;
  text-transform: capitalize;
  position: absolute;
  bottom: -10%;
  left: 0;
  opacity: 0;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
}

@media (max-width: 767px) {
  .latest-projects .grid-inner h3 {
    font-size: 1rem;
    padding: 8px 5px;
  }
}

.blog-section-grids .entry-media {
  margin-bottom: 30px;
}

@media (max-width: 991px) {
  .blog-section-grids .entry-media {
    margin-bottom: 20px;
  }
}

.blog-section-grids .entry-meta ul {
  overflow: hidden;
  margin-bottom: 18px;
}

@media (max-width: 991px) {
  .blog-section-grids .entry-meta ul {
    margin-bottom: 10px;
  }
}

.blog-section-grids .entry-meta ul li {
  float: left;
  margin-right: 30px;
}

@media (max-width: 991px) {
  .blog-section-grids .entry-meta ul li {
    font-size: 0.875rem;
  }
}

.blog-section-grids .entry-meta ul li:last-child {
  margin-right: 0;
}

.blog-section-grids .entry-meta ul a {
  color: #193775;
  background: -webkit-linear-gradient(left, #193775, #00abc9);
  background: -moz-linear-gradient(left, #193775, #00abc9);
  background: -o-linear-gradient(left, #193775, #00abc9);
  background: -ms-linear-gradient(left, #193775, #00abc9);
  background: linear-gradient(left, #193775, #00abc9);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.blog-section-grids .entry-meta ul i {
  color: #193775;
  background: -webkit-linear-gradient(left, #193775, #00abc9);
  background: -moz-linear-gradient(left, #193775, #00abc9);
  background: -o-linear-gradient(left, #193775, #00abc9);
  background: -ms-linear-gradient(left, #193775, #00abc9);
  background: linear-gradient(left, #193775, #00abc9);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.blog-section-grids .entry-title h3 {
  font-size: 1.375rem;
  line-height: 1.3em;
  margin: 0 0 0.45em;
}

@media (max-width: 991px) {
  .blog-section-grids .entry-title h3 {
    font-size: 1.125rem;
  }
}

.blog-section-grids .entry-title h3 a {
  color: #06223e;
}

.blog-section-grids .entry-title h3 a:hover {
  color: #f39c12;
}

.blog-section-grids .read-more {
  display: inline-block;
  font-size: 1rem;
  font-weight: bold;
  color: #f39c12;
  margin-top: 8px;
  text-transform: capitalize;
}

.services-style2-grids {
  text-align: center;
}

.services-style2-grids .grid {
  background: -webkit-linear-gradient(left, #193775, #00abc9);
  background: -moz-linear-gradient(left, #193775, #00abc9);
  background: -o-linear-gradient(left, #193775, #00abc9);
  background: -ms-linear-gradient(left, #193775, #00abc9);
  background: linear-gradient(left, #193775, #00abc9);
  padding: 35px 45px;
  position: relative;
}

@media (max-width: 1199px) {
  .services-style2-grids .grid {
    background: #fff;
    border: 1px solid #00abc9;
    padding: 25px 35px;
  }
}

@media (max-width: 767px) {
  .services-style2-grids .grid {
    padding: 25px 15px;
  }
}

.services-style2-grids .grid:before {
  content: "";
  background-color: #fff;
  width: 99%;
  height: 99%;
  position: absolute;
  left: 2px;
  top: 2px;
}

@media (max-width: 1199px) {
  .services-style2-grids .grid:before {
    display: none;
  }
}

.services-style2-grids .grid > div {
  position: relative;
}

.services-style2-grids .grid .icon .fi:before {
  font-size: 65px;
  color: #f39c12;
}

@media (max-width: 1199px) {
  .services-style2-grids .grid .icon .fi:before {
    font-size: 50px;
  }
}

@media (max-width: 767px) {
  .services-style2-grids .grid .icon .fi:before {
    font-size: 40px;
  }
}

.services-style2-grids .grid h3 {
  font-size: 1.75rem;
  font-weight: normal;
  margin: 0.27em 0 0.7em;
}

@media (max-width: 1199px) {
  .services-style2-grids .grid h3 {
    font-size: 1.25rem;
  }
}

@media (max-width: 767px) {
  .services-style2-grids .grid h3 {
    font-size: 1.125rem;
  }
}

/*** team grid ***/
.team-grids .grid {
  position: relative;
}

.team-grids .grid:hover .details {
  top: 0;
  opacity: 1;
}

.team-grids .grid .details {
  background: rgba(25, 55, 117, 0.9);
  background: -webkit-linear-gradient(left, rgba(25, 55, 117, 0.9), rgba(0, 171, 201, 0.9));
  background: -moz-linear-gradient(left, rgba(25, 55, 117, 0.9), rgba(0, 171, 201, 0.9));
  background: -o-linear-gradient(left, rgba(25, 55, 117, 0.9), rgba(0, 171, 201, 0.9));
  background: -ms-linear-gradient(left, rgba(25, 55, 117, 0.9), rgba(0, 171, 201, 0.9));
  background: linear-gradient(left, rgba(25, 55, 117, 0.9), rgba(0, 171, 201, 0.9));
  width: 100%;
  height: 100%;
  text-align: center;
  position: absolute;
  left: 0;
  top: 50%;
  opacity: 0;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
}

.team-grids .grid .details ul {
  display: inline-block;
}

.team-grids .grid h3 {
  font-size: 1.5625rem;
  color: #fff;
  margin: 0 0 0.4em;
  text-transform: capitalize;
}

@media (max-width: 991px) {
  .team-grids .grid h3 {
    font-size: 1.25rem;
  }
}

@media (max-width: 767px) {
  .team-grids .grid h3 {
    font-size: 1.0625rem;
  }
}

.team-grids .grid ul {
  display: inline-block;
  overflow: hidden;
}

.team-grids .grid ul li {
  float: left;
  margin-right: 20px;
}

@media (max-width: 991px) {
  .team-grids .grid ul li {
    margin-right: 10px;
  }
}

.team-grids .grid ul li:last-child {
  margin-right: 0;
}

.team-grids .grid ul a {
  font-size: 1.125rem;
  color: #fff;
}

@media (max-width: 991px) {
  .team-grids .grid ul a {
    font-size: 1rem;
  }
}

.team-grids .grid ul a:hover {
  color: #f39c12;
}

.team-grids .grid .member-info {
  width: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.team-grids .grid .member-post {
  width: 100%;
  position: absolute;
  left: 50%;
  bottom: 35px;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.team-grids .grid .member-post span {
  color: #fff;
  font-style: italic;
}

/*** pricing grids ***/
.pricing-grids {
  text-align: center;
}

.pricing-grids .grid:hover:before {
  opacity: 1;
}

.pricing-grids .grid:hover h3,
.pricing-grids .grid:hover li {
  color: #fff;
}

.pricing-grids .grid:hover .btn,
.pricing-grids .grid:hover .btn:before {
  background: #f39c12;
  color: #fff;
}

.pricing-grids .grid {
  background: #f2f6f8;
  padding: 65px 60px;
  position: relative;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}

@media (max-width: 1199px) {
  .pricing-grids .grid {
    padding: 65px 40px;
  }
}

@media (max-width: 767px) {
  .pricing-grids .grid {
    padding: 60px 30px;
  }
}

.pricing-grids .grid:before {
  content: "";
  background: #193775;
  background: -webkit-linear-gradient(left, #193775, #00abc9);
  background: -moz-linear-gradient(left, #193775, #00abc9);
  background: -o-linear-gradient(left, #193775, #00abc9);
  background: -ms-linear-gradient(left, #193775, #00abc9);
  background: linear-gradient(left, #193775, #00abc9);
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}

.pricing-grids .grid > div {
  position: relative;
}

.pricing-grids .grid .icon {
  display: block;
}

.pricing-grids .grid .fi:before {
  font-size: 60px;
  color: #f39c12;
}

@media (max-width: 1199px) {
  .pricing-grids .grid .fi:before {
    font-size: 45px;
  }
}

.pricing-grids .grid h3 {
  display: inline-block;
  font-size: 3rem;
  font-weight: normal;
  margin: 0.31em 0 0;
  position: relative;
}

@media (max-width: 1199px) {
  .pricing-grids .grid h3 {
    font-size: 2.5rem;
  }
}

@media (max-width: 767px) {
  .pricing-grids .grid h3 {
    font-size: 2.1875rem;
  }
}

.pricing-grids .grid h3 span {
  font-size: 1.25rem;
  position: absolute;
  top: 4px;
  left: -12px;
}

.pricing-grids .grid .pricing-header > span {
  font-family: "Roboto Slab", serif;
  display: block;
  font-size: 1.375rem;
  color: #999999;
}

@media (max-width: 1199px) {
  .pricing-grids .grid .pricing-header > span {
    font-size: 1.125rem;
  }
}

.pricing-grids .grid .pricing-details {
  margin-top: 30px;
}

.pricing-grids .grid .pricing-details ul {
  margin-bottom: 50px;
}

.pricing-grids .grid ul li {
  font-size: 1.125rem;
  padding-bottom: 7px;
  margin-bottom: 7px;
  border-bottom: 1px solid #e6e6e6;
}

@media (max-width: 1199px) {
  .pricing-grids .grid ul li {
    font-size: 1rem;
  }
}

.pricing-grids .grid ul li:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: 0;
}

.pricing-grids .grid .btn span {
  position: relative;
}

.pricing-grids .grid .btn {
  background: #193775;
  background: -webkit-linear-gradient(left, #193775, #00abc9);
  background: -moz-linear-gradient(left, #193775, #00abc9);
  background: -o-linear-gradient(left, #193775, #00abc9);
  background: -ms-linear-gradient(left, #193775, #00abc9);
  background: linear-gradient(left, #193775, #00abc9);
  width: 160px;
  height: 45px;
  line-height: 45px;
  font-size: 1.125rem;
  font-weight: bold;
  color: #193775;
  padding: 0;
  border: 0;
  position: relative;
  text-transform: capitalize;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -o-border-radius: 50px;
  -ms-border-radius: 50px;
  border-radius: 50px;
}

@media (max-width: 1199px) {
  .pricing-grids .grid .btn {
    width: 130px;
    height: 40px;
    line-height: 40px;
    font-size: 1rem;
  }
}

.pricing-grids .grid .btn:before {
  content: "";
  background: #fff;
  width: 156px;
  height: 41px;
  left: 2px;
  top: 2px;
  position: absolute;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -o-border-radius: 50px;
  -ms-border-radius: 50px;
  border-radius: 50px;
}

@media (max-width: 1199px) {
  .pricing-grids .grid .btn:before {
    width: 126px;
    height: 36px;
  }
}

/**** case studies grid ***/
.case-studies-grids .grid:hover .img-holder a:before {
  opacity: 1;
}

.case-studies-grids .img-holder {
  position: relative;
}

.case-studies-grids .img-holder a:before {
  content: "";
  background: -webkit-linear-gradient(left, rgba(25, 55, 117, 0.9), rgba(0, 171, 201, 0.9));
  background: -moz-linear-gradient(left, rgba(25, 55, 117, 0.9), rgba(0, 171, 201, 0.9));
  background: -o-linear-gradient(left, rgba(25, 55, 117, 0.9), rgba(0, 171, 201, 0.9));
  background: -ms-linear-gradient(left, rgba(25, 55, 117, 0.9), rgba(0, 171, 201, 0.9));
  background: linear-gradient(left, rgba(25, 55, 117, 0.9), rgba(0, 171, 201, 0.9));
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}

.case-studies-grids .grid .details h3 {
  font-size: 1.5rem;
  font-weight: normal;
  line-height: 1.2em;
  margin: 1em 0 0.42em;
}

@media (max-width: 991px) {
  .case-studies-grids .grid .details h3 {
    font-size: 1.25rem;
  }
}

@media (max-width: 767px) {
  .case-studies-grids .grid .details h3 {
    font-size: 1.25rem;
  }
}

@media (max-width: 550px) {
  .case-studies-grids .grid .details h3 {
    font-size: 1.125rem;
  }
}

.case-studies-grids .grid .details h3 a {
  color: #06223e;
}

.case-studies-grids .grid .details > span {
  display: block;
  color: #667380;
  margin-bottom: 40px;
}

@media (max-width: 991px) {
  .case-studies-grids .grid .details > span {
    margin-bottom: 25px;
  }
}

.case-studies-grids .grid .details .view-case-studes {
  font-size: clac-rem-value(18);
  font-weight: bold;
  color: #f39c12;
}

/*** pagination ***/
.page-pagination {
  text-align: center;
}

.page-pagination ul {
  display: inline-block;
  overflow: hidden;
}

.page-pagination ul li {
  float: left;
  width: 33px;
  height: 33px;
  line-height: 32px;
  text-align: center;
  border: 1px solid #00abc9;
  margin-right: 8px;
}

@media (max-width: 767px) {
  .page-pagination ul li {
    width: 30px;
    height: 30px;
    line-height: 28px;
    margin-right: 5px;
  }
}

.page-pagination ul li:last-child {
  margin-right: 0;
}

.page-pagination ul li a {
  display: block;
  font-size: 1.125rem;
  font-weight: bold;
  color: #667380;
}

@media (max-width: 767px) {
  .page-pagination ul li a {
    font-size: 0.875rem;
  }
}

.page-pagination ul li a:hover,
.page-pagination ul .current a {
  background: -webkit-linear-gradient(left, #193775, #00abc9);
  background: -moz-linear-gradient(left, #193775, #00abc9);
  background: -o-linear-gradient(left, #193775, #00abc9);
  background: -ms-linear-gradient(left, #193775, #00abc9);
  background: linear-gradient(left, #193775, #00abc9);
  color: #f39c12;
}

/*** sidebar ***/
.sidebar {
  /*** link widget ***/
  /*** download widget ***/
  /*** newsletter widget ***/
}

.sidebar .widget {
  margin-bottom: 55px;
}

@media (max-width: 767px) {
  .sidebar .widget {
    margin-bottom: 50px;
  }
}

.sidebar .widget h3 {
  font-size: 1.25rem;
  margin: 0 0 1.25em;
  text-transform: capitalize;
}

@media (max-width: 767px) {
  .sidebar .widget h3 {
    font-size: 1.125rem;
  }
}

.sidebar .widget:last-child {
  margin-bottom: 0;
}

.sidebar .link-widget ul li {
  border: 1px solid #cccccc;
  margin-bottom: 5px;
}

.sidebar .link-widget ul li:last-child {
  margin-bottom: 0;
}

.sidebar .link-widget ul li a {
  display: block;
  font-size: 1.125rem;
  padding: 12px 25px;
  color: #06223e;
}

@media (max-width: 991px) {
  .sidebar .link-widget ul li a {
    font-size: 0.9375rem;
    padding: 10px 15px;
  }
}

.sidebar .link-widget ul li a:hover,
.sidebar .link-widget ul .active a {
  color: #f39c12;
}

.sidebar .download-widget ul li {
  margin-bottom: 5px;
}

.sidebar .download-widget ul li:last-child {
  margin-bottom: 0;
}

.sidebar .download-widget ul li a {
  background: #193775;
  background: -webkit-linear-gradient(left, #193775, #00abc9);
  background: -moz-linear-gradient(left, #193775, #00abc9);
  background: -o-linear-gradient(left, #193775, #00abc9);
  background: -ms-linear-gradient(left, #193775, #00abc9);
  background: linear-gradient(left, #193775, #00abc9);
  display: block;
  font-size: 1.125rem;
  color: #fff;
  padding: 12px 25px;
}

@media (max-width: 991px) {
  .sidebar .download-widget ul li a {
    font-size: 0.9375rem;
    padding: 10px 15px;
  }
}

.sidebar .download-widget ul li a i {
  display: inline-block;
  padding-right: 15px;
  color: #f39c12;
}

@media (max-width: 991px) {
  .sidebar .download-widget ul li a i {
    padding-right: 7px;
  }
}

.sidebar .news-letter-widget {
  padding: 35px 25px;
  border: 1px solid #cccccc;
  position: relative;
}

.sidebar .news-letter-widget:before {
  content: "";
  background: url("../images/newsletter-env.png") center center/100% no-repeat local;
  width: 113px;
  height: 106px;
  position: absolute;
  right: 0;
  top: 0;
}

@media (max-width: 991px) {
  .sidebar .news-letter-widget:before {
    width: 80px;
    height: 75px;
  }
}

.sidebar .news-letter-widget form ::-webkit-input-placeholder {
  font-style: 16px;
  font-style: normal;
  color: #a6a6a6;
}

.sidebar .news-letter-widget form :-moz-placeholder {
  font-style: 16px;
  font-style: normal;
  color: #a6a6a6;
}

.sidebar .news-letter-widget form ::-moz-placeholder {
  font-style: 16px;
  font-style: normal;
  color: #a6a6a6;
}

.sidebar .news-letter-widget form :-ms-input-placeholder {
  font-style: 16px;
  font-style: normal;
  color: #a6a6a6;
}

.sidebar .news-letter-widget h4 {
  font-size: 1.125rem;
  line-height: 1.2em;
  margin: 0 0 2.7em;
}

@media (max-width: 767px) {
  .sidebar .news-letter-widget h4 {
    font-size: 1rem;
    margin: 0 0 2em;
  }
}

.sidebar .news-letter-widget input {
  background-color: #f2f6f8;
  height: 45px;
  font-size: 1rem;
  border: 0;
  padding: 0 15px;
  box-shadow: none;
}

@media (max-width: 767px) {
  .sidebar .news-letter-widget input {
    height: 40px;
  }
}

.sidebar .news-letter-widget button {
  background-color: #f39c12;
  width: 100%;
  height: 45px;
  line-height: 45px;
  font-size: 1rem;
  color: #fff;
  border: 0;
  padding: 0;
  margin-top: 10px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}

@media (max-width: 991px) {
  .sidebar .news-letter-widget button {
    height: 40px;
    line-height: 40px;
  }
}

.sidebar .news-letter-widget button:hover {
  background-color: #152d60;
}

/*** blog-sidebar ***/
.blog-sidebar .widget {
  margin-bottom: 75px;
}

@media (max-width: 991px) {
  .blog-sidebar .widget {
    margin-bottom: 60px;
  }
}

.blog-sidebar .widget:last-child {
  margin-bottom: 0;
}

.blog-sidebar h3 {
  font-size: 20px;
  color: #0d0d0d;
  margin: 0 0 1.25em;
  text-transform: uppercase;
}

@media (max-width: 767px) {
  .blog-sidebar h3 {
    font-size: 17px;
  }
}

.blog-sidebar .category-widget ul li,
.blog-sidebar .archive-widget ul li {
  border-bottom: 1px solid #fff;
}

.blog-sidebar .category-widget ul li > a,
.blog-sidebar .archive-widget ul li > a {
  padding: 13px 0;
}

.blog-sidebar ul li {
  font-size: 15px;
  font-weight: bold;
}

.blog-sidebar ul li > a {
  display: block;
  color: #404040;
  position: relative;
}

.blog-sidebar ul li:first-child a {
  padding-top: 0;
}

.blog-sidebar ul li:last-child a {
  padding-bottom: 0;
}

.blog-sidebar ul li:last-child {
  border: 0;
}

.blog-sidebar ul li > a:hover {
  color: #f39c12;
}

.blog-sidebar ul li > a .badge {
  background-color: transparent;
  font-size: 15px;
  color: #404040;
  position: absolute;
  right: 5px;
}

.blog-sidebar ul li > a .badge:before,
.blog-sidebar ul li > a .badge:after {
  font-size: 14px;
  position: absolute;
  top: 3px;
}

.blog-sidebar ul li > a .badge:before {
  content: "(";
  left: 0;
}

.blog-sidebar ul li > a .badge:after {
  content: ")";
  right: 0;
}

.blog-sidebar .search-widget input {
  background-color: transparent;
  padding: 8px 12px;
  height: auto;
}

.blog-sidebar .search-widget input:focus {
  box-shadow: none;
  border-color: #193775;
}

@media (max-width: 767px) {
  .blog-sidebar .recent-post-widget ul {
    margin-left: -15px;
  }
}

.blog-sidebar .recent-post-widget ul li {
  border: 0;
  overflow: hidden;
  margin-bottom: 30px;
  position: relative;
}

@media (max-width: 767px) {
  .blog-sidebar .recent-post-widget ul li {
    padding: 0 0 40px 100px;
    overflow: visible;
  }
}

.blog-sidebar .recent-post-widget ul li:last-child {
  margin-bottom: 0;
}

.blog-sidebar .recent-post-widget .post-pic {
  width: 30%;
  float: left;
}

@media (max-width: 767px) {
  .blog-sidebar .recent-post-widget .post-pic {
    width: 70px;
    float: none;
    position: absolute;
    left: 15px;
  }
}

.blog-sidebar .recent-post-widget .details {
  width: 68%;
  float: right;
}

@media (max-width: 767px) {
  .blog-sidebar .recent-post-widget .details {
    width: 100%;
    float: none;
  }
}

.blog-sidebar .recent-post-widget .details > span {
  font-size: 12px;
  color: #666666;
  text-transform: uppercase;
}

.blog-sidebar .recent-post-widget .details h4 {
  font-size: 16px;
  margin: 0.5em 0;
  text-transform: capitalize;
}

@media (max-width: 767px) {
  .blog-sidebar .recent-post-widget .details h4 {
    font-size: 14px;
    padding-top: 10px;
  }
}

.blog-sidebar .recent-post-widget .details h4 a {
  color: #000;
}

.blog-sidebar .recent-post-widget .details h4 a:hover {
  color: #f39c12;
}

.blog-sidebar .tag-widget .all-tags {
  margin-left: -12px;
}

.blog-sidebar .tag-widget .all-tags a {
  font-size: 15px;
  font-weight: bold;
  color: gray;
  border: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}

.blog-sidebar .tag-widget .all-tags a:hover {
  color: #f39c12;
}

.blog-sidebar .instagram-widget ul {
  overflow: hidden;
  margin-right: -8px;
}

.blog-sidebar .instagram-widget ul li {
  width: 33.33%;
  float: left;
  padding: 0 8px 8px 0;
}

.blog-sidebar .instagram-widget ul li img {
  max-width: 100%;
}

@media (max-width: 767px) {
  .blog-sidebar .instagram-widget ul li img {
    width: 100%;
  }
}

.style-switcher-box {
  background-color: #fff;
  width: 252px;
  padding: 50px 25px;
  position: fixed;
  left: -252px;
  top: 15%;
  z-index: 999;
  border: 1px solid #d9d9d9;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}

.style-switcher-box button {
  background-color: #f39c12;
  width: 45px;
  height: 45px;
  line-height: 40px;
  text-align: center;
  color: #000;
  font-size: 20px;
  border: 0;
  outline: 0;
  box-shadow: none;
  position: absolute;
  right: -45px;
  top: 50px;
}

.style-switcher-box button i {
  color: #fff;
  -webkit-animation: rotating 2s linear infinite;
  animation: rotating 2s linear infinite;
}

.style-switcher-box h5 {
  font-size: 18px;
  color: #000;
  text-align: center;
  margin: 0 0 2em;
  text-transform: uppercase;
}

.style-switcher-box .main-list > .list {
  margin-bottom: 30px;
}

.style-switcher-box .main-list > .list:last-child {
  margin-bottom: 0;
}

.style-switcher-box .list-title {
  display: block;
  font-size: 12px;
  border-bottom: 1px solid #cccccc;
  margin-bottom: 10px;
  padding-bottom: 5px;
  text-transform: uppercase;
}

.style-switcher-box .list > .sublist {
  margin-bottom: 10px;
}

.style-switcher-box .list > .sublist:last-child {
  margin-bottom: 0;
}

.style-switcher-box .sublist span {
  display: block;
  font-size: 12px;
  margin-bottom: 5px;
}

.style-switcher-box .sublist ul {
  overflow: hidden;
}

.style-switcher-box .sublist ul li {
  float: left;
  min-width: 36px;
  min-height: 36px;
  margin: 0 5px 5px 0;
  cursor: pointer;
}

.style-switcher-box .sublist ul li:nth-child(5n+5) {
  margin-right: 0;
}

.style-switcher-box .layout ul li {
  background-color: #193775;
  min-height: 20px;
  color: #fff;
  padding: 5px 10px;
  font-size: 12px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
}

.style-switcher-box p {
  font-size: 11px;
  margin: 15px 0 0;
}

.style-switcher-box p span {
  color: #ff6666;
}

.toggle-switcherbox {
  left: 0;
}

/*--------------------------------------------------------------
#0.3	header
--------------------------------------------------------------*/
.site-header, .site-header-style2, .site-header-style3 {
  /*** topbar ***/
  /*** lower-topbar ***/
  /*** main navigation ***/
  /* navigation open and close btn hide for width screen */
  /* style for navigation less than 992px */
  /*navbar collaps less then 992px*/
}

.site-header .upper-topbar, .site-header-style2 .upper-topbar, .site-header-style3 .upper-topbar {
  background-color: #152029;
  padding: 25px 0;
  /*** contact info ***/
  /*** login language ***/
  /*** language select style ***/
}

@media (max-width: 991px) {
  .site-header .upper-topbar, .site-header-style2 .upper-topbar, .site-header-style3 .upper-topbar {
    font-size: 14px;
    text-align: center;
  }
}

.site-header .upper-topbar p, .site-header-style2 .upper-topbar p, .site-header-style3 .upper-topbar p,
.site-header .upper-topbar ul, .site-header-style2 .upper-topbar ul, .site-header-style3 .upper-topbar ul,
.site-header .upper-topbar li, .site-header-style2 .upper-topbar li, .site-header-style3 .upper-topbar li,
.site-header .upper-topbar a, .site-header-style2 .upper-topbar a, .site-header-style3 .upper-topbar a,
.site-header .upper-topbar span, .site-header-style2 .upper-topbar span, .site-header-style3 .upper-topbar span {
  color: #fff;
}

.site-header .upper-topbar ul, .site-header-style2 .upper-topbar ul, .site-header-style3 .upper-topbar ul {
  overflow: hidden;
}

@media (max-width: 991px) {
  .site-header .upper-topbar ul, .site-header-style2 .upper-topbar ul, .site-header-style3 .upper-topbar ul {
    display: inline-block;
  }
}

.site-header .upper-topbar ul li, .site-header-style2 .upper-topbar ul li, .site-header-style3 .upper-topbar ul li {
  float: left;
  position: relative;
}

@media (max-width: 767px) {
  .site-header .upper-topbar ul li, .site-header-style2 .upper-topbar ul li, .site-header-style3 .upper-topbar ul li {
    float: none;
  }
}

.site-header .upper-topbar .fi, .site-header-style2 .upper-topbar .fi, .site-header-style3 .upper-topbar .fi {
  display: inline-block;
  padding-right: 8px;
}

.site-header .upper-topbar .fi:before, .site-header-style2 .upper-topbar .fi:before, .site-header-style3 .upper-topbar .fi:before {
  color: #f39c12;
  font-size: 14px;
}

.site-header .upper-topbar .contact-info ul li, .site-header-style2 .upper-topbar .contact-info ul li, .site-header-style3 .upper-topbar .contact-info ul li {
  margin-right: 27px;
}

@media (max-width: 767px) {
  .site-header .upper-topbar .contact-info ul li, .site-header-style2 .upper-topbar .contact-info ul li, .site-header-style3 .upper-topbar .contact-info ul li {
    margin: 0 0 10px;
  }
}

.site-header .upper-topbar .contact-info ul li:last-child, .site-header-style2 .upper-topbar .contact-info ul li:last-child, .site-header-style3 .upper-topbar .contact-info ul li:last-child {
  margin-right: 0;
}

.site-header .upper-topbar .login-language, .site-header-style2 .upper-topbar .login-language, .site-header-style3 .upper-topbar .login-language {
  float: right;
}

@media (max-width: 991px) {
  .site-header .upper-topbar .login-language, .site-header-style2 .upper-topbar .login-language, .site-header-style3 .upper-topbar .login-language {
    float: none;
  }
}

.site-header .upper-topbar .login-language form, .site-header-style2 .upper-topbar .login-language form, .site-header-style3 .upper-topbar .login-language form,
.site-header .upper-topbar .login-language ul, .site-header-style2 .upper-topbar .login-language ul, .site-header-style3 .upper-topbar .login-language ul {
  float: right;
}

.site-header .upper-topbar .login-language > div, .site-header-style2 .upper-topbar .login-language > div, .site-header-style3 .upper-topbar .login-language > div {
  display: inline-block;
}

.site-header .upper-topbar .login-language form, .site-header-style2 .upper-topbar .login-language form, .site-header-style3 .upper-topbar .login-language form {
  width: 70px;
}

.site-header .upper-topbar .login-register, .site-header-style2 .upper-topbar .login-register, .site-header-style3 .upper-topbar .login-register {
  margin-right: 25px;
}

.site-header .upper-topbar .login-register ul li, .site-header-style2 .upper-topbar .login-register ul li, .site-header-style3 .upper-topbar .login-register ul li {
  margin-right: 5px;
  padding-right: 5px;
  position: relative;
}

@media (max-width: 767px) {
  .site-header .upper-topbar .login-register ul li, .site-header-style2 .upper-topbar .login-register ul li, .site-header-style3 .upper-topbar .login-register ul li {
    float: left;
  }
}

.site-header .upper-topbar .login-register ul li:last-child, .site-header-style2 .upper-topbar .login-register ul li:last-child, .site-header-style3 .upper-topbar .login-register ul li:last-child {
  margin: 0;
  padding: 0;
}

.site-header .upper-topbar .login-register ul li:after, .site-header-style2 .upper-topbar .login-register ul li:after, .site-header-style3 .upper-topbar .login-register ul li:after {
  content: "/";
  color: #fff;
  position: absolute;
  right: -3px;
  top: 0;
}

.site-header .upper-topbar .login-register ul li:last-child:after, .site-header-style2 .upper-topbar .login-register ul li:last-child:after, .site-header-style3 .upper-topbar .login-register ul li:last-child:after {
  display: none;
}

.site-header .upper-topbar .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn), .site-header-style2 .upper-topbar .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn), .site-header-style3 .upper-topbar .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
  width: auto;
}

@media (max-width: 991px) {
  .site-header .upper-topbar .bootstrap-select, .site-header-style2 .upper-topbar .bootstrap-select, .site-header-style3 .upper-topbar .bootstrap-select {
    font-size: 14px;
  }
}

.site-header .upper-topbar .bootstrap-select .btn, .site-header-style2 .upper-topbar .bootstrap-select .btn, .site-header-style3 .upper-topbar .bootstrap-select .btn {
  background-color: transparent;
  border: 0;
  outline: 0 !important;
  padding-top: 0;
  padding-bottom: 0;
}

.site-header .upper-topbar .bootstrap-select .caret, .site-header-style2 .upper-topbar .bootstrap-select .caret, .site-header-style3 .upper-topbar .bootstrap-select .caret {
  color: #f39c12;
}

.site-header .upper-topbar .bootstrap-select .filter-option, .site-header-style2 .upper-topbar .bootstrap-select .filter-option, .site-header-style3 .upper-topbar .bootstrap-select .filter-option {
  color: #f39c12;
}

.site-header .upper-topbar .bootstrap-select .dropdown-menu, .site-header-style2 .upper-topbar .bootstrap-select .dropdown-menu, .site-header-style3 .upper-topbar .bootstrap-select .dropdown-menu {
  background-color: #152029;
  margin: 0;
  padding: 0;
  border: 0;
}

.site-header .upper-topbar .bootstrap-select .dropdown-menu li, .site-header-style2 .upper-topbar .bootstrap-select .dropdown-menu li, .site-header-style3 .upper-topbar .bootstrap-select .dropdown-menu li {
  width: 100%;
  border: 0;
  margin: 0;
}

.site-header .upper-topbar .bootstrap-select .selected a, .site-header-style2 .upper-topbar .bootstrap-select .selected a, .site-header-style3 .upper-topbar .bootstrap-select .selected a {
  background-color: #0e151c;
  outline: 0;
}

.site-header .upper-topbar .bootstrap-select .dropdown-menu li a, .site-header-style2 .upper-topbar .bootstrap-select .dropdown-menu li a, .site-header-style3 .upper-topbar .bootstrap-select .dropdown-menu li a {
  outline: 0;
}

@media (max-width: 991px) {
  .site-header .upper-topbar .bootstrap-select .dropdown-menu li a, .site-header-style2 .upper-topbar .bootstrap-select .dropdown-menu li a, .site-header-style3 .upper-topbar .bootstrap-select .dropdown-menu li a {
    font-size: 12px;
  }
}

.site-header .upper-topbar .bootstrap-select .dropdown-menu li a:hover, .site-header-style2 .upper-topbar .bootstrap-select .dropdown-menu li a:hover, .site-header-style3 .upper-topbar .bootstrap-select .dropdown-menu li a:hover {
  background-color: #0e151c;
}

.site-header .lower-topbar, .site-header-style2 .lower-topbar, .site-header-style3 .lower-topbar {
  padding: 30px 0 20px;
  background-color: #fff;
}

@media (max-width: 991px) {
  .site-header .lower-topbar, .site-header-style2 .lower-topbar, .site-header-style3 .lower-topbar {
    padding: 10px 0 15px;
  }
  .site-header .lower-topbar .logo img, .site-header-style2 .lower-topbar .logo img, .site-header-style3 .lower-topbar .logo img {
    max-width: 140px;
  }
}

@media (max-width: 767px) {
  .site-header .lower-topbar, .site-header-style2 .lower-topbar, .site-header-style3 .lower-topbar {
    text-align: center;
  }
  .site-header .lower-topbar .logo, .site-header-style2 .lower-topbar .logo, .site-header-style3 .lower-topbar .logo {
    display: inline-block;
    margin-bottom: 25px;
  }
  .site-header .lower-topbar .logo img, .site-header-style2 .lower-topbar .logo img, .site-header-style3 .lower-topbar .logo img {
    max-width: 120px;
  }
}

.site-header .lower-topbar .company-info, .site-header-style2 .lower-topbar .company-info, .site-header-style3 .lower-topbar .company-info {
  float: right;
}

@media (max-width: 767px) {
  .site-header .lower-topbar .company-info, .site-header-style2 .lower-topbar .company-info, .site-header-style3 .lower-topbar .company-info {
    float: none;
    display: inline-block;
  }
}

.site-header .lower-topbar .company-info ul, .site-header-style2 .lower-topbar .company-info ul, .site-header-style3 .lower-topbar .company-info ul {
  overflow: hidden;
}

.site-header .lower-topbar .company-info ul li, .site-header-style2 .lower-topbar .company-info ul li, .site-header-style3 .lower-topbar .company-info ul li {
  float: left;
  padding: 5px 0 5px 65px;
  position: relative;
}

@media (max-width: 991px) {
  .site-header .lower-topbar .company-info ul li, .site-header-style2 .lower-topbar .company-info ul li, .site-header-style3 .lower-topbar .company-info ul li {
    padding: 5px 0 5px 45px;
  }
}

@media (max-width: 767px) {
  .site-header .lower-topbar .company-info ul li, .site-header-style2 .lower-topbar .company-info ul li, .site-header-style3 .lower-topbar .company-info ul li {
    padding: 5px 0 5px 35px;
    text-align: left;
  }
}

.site-header .lower-topbar .company-info ul li:first-child, .site-header-style2 .lower-topbar .company-info ul li:first-child, .site-header-style3 .lower-topbar .company-info ul li:first-child {
  margin-right: 65px;
}

@media (max-width: 991px) {
  .site-header .lower-topbar .company-info ul li:first-child, .site-header-style2 .lower-topbar .company-info ul li:first-child, .site-header-style3 .lower-topbar .company-info ul li:first-child {
    margin-right: 35px;
  }
}

.site-header .lower-topbar .company-info ul .fi, .site-header-style2 .lower-topbar .company-info ul .fi, .site-header-style3 .lower-topbar .company-info ul .fi {
  position: absolute;
  left: 0;
  top: -10px;
}

@media (max-width: 991px) {
  .site-header .lower-topbar .company-info ul .fi, .site-header-style2 .lower-topbar .company-info ul .fi, .site-header-style3 .lower-topbar .company-info ul .fi {
    top: -5px;
  }
}

@media (max-width: 767px) {
  .site-header .lower-topbar .company-info ul .fi, .site-header-style2 .lower-topbar .company-info ul .fi, .site-header-style3 .lower-topbar .company-info ul .fi {
    top: 0;
  }
}

.site-header .lower-topbar .company-info ul .fi:before, .site-header-style2 .lower-topbar .company-info ul .fi:before, .site-header-style3 .lower-topbar .company-info ul .fi:before {
  font-size: 3.13rem;
  color: #f39c12;
}

@media (max-width: 991px) {
  .site-header .lower-topbar .company-info ul .fi:before, .site-header-style2 .lower-topbar .company-info ul .fi:before, .site-header-style3 .lower-topbar .company-info ul .fi:before {
    font-size: 2.19rem;
  }
}

@media (max-width: 767px) {
  .site-header .lower-topbar .company-info ul .fi:before, .site-header-style2 .lower-topbar .company-info ul .fi:before, .site-header-style3 .lower-topbar .company-info ul .fi:before {
    font-size: 1.5rem;
  }
}

.site-header .lower-topbar .company-info ul h4, .site-header-style2 .lower-topbar .company-info ul h4, .site-header-style3 .lower-topbar .company-info ul h4 {
  font-size: 1.38rem;
  color: #06223e;
  margin: 0 0 0.15em;
  text-transform: uppercase;
}

@media (max-width: 991px) {
  .site-header .lower-topbar .company-info ul h4, .site-header-style2 .lower-topbar .company-info ul h4, .site-header-style3 .lower-topbar .company-info ul h4 {
    font-size: 1.13rem;
  }
}

@media (max-width: 767px) {
  .site-header .lower-topbar .company-info ul h4, .site-header-style2 .lower-topbar .company-info ul h4, .site-header-style3 .lower-topbar .company-info ul h4 {
    font-size: 0.88rem;
  }
}

.site-header .lower-topbar .company-info ul .info, .site-header-style2 .lower-topbar .company-info ul .info, .site-header-style3 .lower-topbar .company-info ul .info {
  font-weight: bold;
  color: #999999;
}

@media (max-width: 991px) {
  .site-header .lower-topbar .company-info ul .info, .site-header-style2 .lower-topbar .company-info ul .info, .site-header-style3 .lower-topbar .company-info ul .info {
    font-size: 0.88rem;
  }
}

@media (max-width: 767px) {
  .site-header .lower-topbar .company-info ul .info, .site-header-style2 .lower-topbar .company-info ul .info, .site-header-style3 .lower-topbar .company-info ul .info {
    font-size: 0.75rem;
  }
}

.site-header .navigation, .site-header-style2 .navigation, .site-header-style3 .navigation {
  background-color: transparent;
  margin-bottom: 0;
  border: 0;
  z-index: 999;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
}

.site-header .navigation > .container, .site-header-style2 .navigation > .container, .site-header-style3 .navigation > .container {
  position: relative;
}

.site-header .navigation .social-links, .site-header-style2 .navigation .social-links, .site-header-style3 .navigation .social-links {
  position: absolute;
  right: 35px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media (max-width: 991px) {
  .site-header .navigation .social-links, .site-header-style2 .navigation .social-links, .site-header-style3 .navigation .social-links {
    display: none;
  }
}

.site-header .navigation .social-links a, .site-header-style2 .navigation .social-links a, .site-header-style3 .navigation .social-links a {
  background-color: transparent;
  font-size: 1rem;
}

.site-header .navigation .social-links a:hover, .site-header-style2 .navigation .social-links a:hover, .site-header-style3 .navigation .social-links a:hover {
  color: #f39c12;
}

.site-header #navbar, .site-header-style2 #navbar, .site-header-style3 #navbar {
  background: -webkit-linear-gradient(left, #193775, #00abc9);
  background: -moz-linear-gradient(left, #193775, #00abc9);
  background: -o-linear-gradient(left, #193775, #00abc9);
  background: -ms-linear-gradient(left, #193775, #00abc9);
  background: linear-gradient(left, #193775, #00abc9);
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
  /*** second level ***/
  /*** icon ***/
}

.site-header #navbar > ul, .site-header-style2 #navbar > ul, .site-header-style3 #navbar > ul {
  margin: 0;
}

.site-header #navbar > ul a, .site-header-style2 #navbar > ul a, .site-header-style3 #navbar > ul a {
  display: block;
}

.site-header #navbar > ul a:hover, .site-header-style2 #navbar > ul a:hover, .site-header-style3 #navbar > ul a:hover,
.site-header #navbar > ul a:focus, .site-header-style2 #navbar > ul a:focus, .site-header-style3 #navbar > ul a:focus {
  text-decoration: none;
}

.site-header #navbar > ul li, .site-header-style2 #navbar > ul li, .site-header-style3 #navbar > ul li {
  position: relative;
}

.site-header #navbar > ul > li > a, .site-header-style2 #navbar > ul > li > a, .site-header-style3 #navbar > ul > li > a {
  color: #fff;
  padding: 25px 17px;
  text-transform: uppercase;
}

.site-header #navbar > ul > li > a:hover, .site-header-style2 #navbar > ul > li > a:hover, .site-header-style3 #navbar > ul > li > a:hover,
.site-header #navbar > ul > li.current > a, .site-header-style2 #navbar > ul > li.current > a, .site-header-style3 #navbar > ul > li.current > a {
  outline: none;
}

@media screen and (min-width: 992px) {
  .site-header #navbar > ul > li > a:hover, .site-header-style2 #navbar > ul > li > a:hover, .site-header-style3 #navbar > ul > li > a:hover,
  .site-header #navbar > ul > li.current > a, .site-header-style2 #navbar > ul > li.current > a, .site-header-style3 #navbar > ul > li.current > a {
    color: #f39c12;
  }
}

.site-header #navbar > ul > li > a:focus, .site-header-style2 #navbar > ul > li > a:focus, .site-header-style3 #navbar > ul > li > a:focus {
  background-color: transparent;
}

@media screen and (min-width: 992px) {
  .site-header #navbar > ul > li:hover > ul, .site-header-style2 #navbar > ul > li:hover > ul, .site-header-style3 #navbar > ul > li:hover > ul {
    visibility: visible;
    opacity: 1;
    top: 100%;
  }
}

@media screen and (min-width: 992px) {
  .site-header #navbar > ul > li > ul > li:hover > ul, .site-header-style2 #navbar > ul > li > ul > li:hover > ul, .site-header-style3 #navbar > ul > li > ul > li:hover > ul {
    visibility: visible;
    opacity: 1;
    left: 100%;
  }
}

.site-header #navbar > ul > li > ul li, .site-header-style2 #navbar > ul > li > ul li, .site-header-style3 #navbar > ul > li > ul li {
  border-bottom: 1px solid #152d60;
}

@media (max-width: 991px) {
  .site-header #navbar > ul > li > ul li, .site-header-style2 #navbar > ul > li > ul li, .site-header-style3 #navbar > ul > li > ul li {
    border-color: #cccccc;
  }
}

.site-header #navbar > ul > li > ul li:first-child, .site-header-style2 #navbar > ul > li > ul li:first-child, .site-header-style3 #navbar > ul > li > ul li:first-child {
  border-bottom: 1px solid #152d60;
  border-top: 1px solid #152d60;
}

@media (max-width: 991px) {
  .site-header #navbar > ul > li > ul li:first-child, .site-header-style2 #navbar > ul > li > ul li:first-child, .site-header-style3 #navbar > ul > li > ul li:first-child {
    border-color: #cccccc;
  }
}

.site-header #navbar > ul > li > ul li:last-child, .site-header-style2 #navbar > ul > li > ul li:last-child, .site-header-style3 #navbar > ul > li > ul li:last-child {
  border-bottom: 0;
}

.site-header #navbar > ul > li > ul a, .site-header-style2 #navbar > ul > li > ul a, .site-header-style3 #navbar > ul > li > ul a {
  padding: 6px 15px 6px 45px;
}

@media (max-width: 991px) {
  .site-header #navbar > ul > li > ul ul a, .site-header-style2 #navbar > ul > li > ul ul a, .site-header-style3 #navbar > ul > li > ul ul a {
    padding-left: 60px;
  }
}

@media screen and (min-width: 992px) {
  .site-header #navbar > ul > li > ul, .site-header-style2 #navbar > ul > li > ul, .site-header-style3 #navbar > ul > li > ul {
    background-color: #193775;
    width: 200px;
    position: absolute;
    left: 0;
    top: 120%;
    z-index: 10;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s;
  }
  .site-header #navbar > ul > li > ul li, .site-header-style2 #navbar > ul > li > ul li, .site-header-style3 #navbar > ul > li > ul li {
    border-bottom: 1px solid #152d60;
  }
  .site-header #navbar > ul > li > ul li:first-child, .site-header-style2 #navbar > ul > li > ul li:first-child, .site-header-style3 #navbar > ul > li > ul li:first-child {
    border-top: 0;
  }
  .site-header #navbar > ul > li > ul a, .site-header-style2 #navbar > ul > li > ul a, .site-header-style3 #navbar > ul > li > ul a {
    display: block;
    font-size: 14px;
    color: #fff;
    padding: 10px 15px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s;
  }
  .site-header #navbar > ul > li > ul a:hover, .site-header-style2 #navbar > ul > li > ul a:hover, .site-header-style3 #navbar > ul > li > ul a:hover {
    background-color: #152d60;
    padding-left: 20px;
  }
  .site-header #navbar > ul > li > ul ul, .site-header-style2 #navbar > ul > li > ul ul, .site-header-style3 #navbar > ul > li > ul ul {
    background-color: #193775;
    width: 200px;
    position: absolute;
    left: 110%;
    top: 0;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s;
  }
}

.site-header #navbar .sub-sub-menu > a, .site-header-style2 #navbar .sub-sub-menu > a, .site-header-style3 #navbar .sub-sub-menu > a {
  position: relative;
}

.site-header #navbar .sub-sub-menu > a:before, .site-header-style2 #navbar .sub-sub-menu > a:before, .site-header-style3 #navbar .sub-sub-menu > a:before {
  font-family: "FontAwesome";
  content: "\f105";
  position: absolute;
  right: 15px;
}

@media (max-width: 991px) {
  .site-header #navbar .sub-menu > a:before, .site-header-style2 #navbar .sub-menu > a:before, .site-header-style3 #navbar .sub-menu > a:before,
  .site-header #navbar .sub-sub-menu > a:before, .site-header-style2 #navbar .sub-sub-menu > a:before, .site-header-style3 #navbar .sub-sub-menu > a:before {
    font-family: "FontAwesome";
    content: "\f107";
    width: 40px;
    height: 100%;
    line-height: 41px;
    text-align: center;
    border-left: 1px solid #cccccc;
    position: absolute;
    right: 0;
    top: 0;
  }
  .site-header #navbar .sub-sub-menu > a:before, .site-header-style2 #navbar .sub-sub-menu > a:before, .site-header-style3 #navbar .sub-sub-menu > a:before {
    line-height: 33px;
  }
}

@media screen and (min-width: 992px) {
  .site-header #navbar .sub-menu .current a, .site-header-style2 #navbar .sub-menu .current a, .site-header-style3 #navbar .sub-menu .current a,
  .site-header #navbar .sub-sub-menu .current a, .site-header-style2 #navbar .sub-sub-menu .current a, .site-header-style3 #navbar .sub-sub-menu .current a {
    background-color: #152d60;
  }
}

@media screen and (min-width: 992px) {
  .site-header .navbar-header .open-btn, .site-header-style2 .navbar-header .open-btn, .site-header-style3 .navbar-header .open-btn {
    display: none;
  }
  .site-header #navbar .close-navbar, .site-header-style2 #navbar .close-navbar, .site-header-style3 #navbar .close-navbar {
    display: none;
  }
}

@media (max-width: 991px) {
  .site-header, .site-header-style2, .site-header-style3 {
    /* class for show hide navigation */
  }
  .site-header .container, .site-header-style2 .container, .site-header-style3 .container {
    width: 100%;
  }
  .site-header .navbar-header button, .site-header-style2 .navbar-header button, .site-header-style3 .navbar-header button {
    background-color: #193775;
    width: 40px;
    height: 35px;
    border: 0;
    padding: 5px 10px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    outline: 0;
    position: absolute;
    right: 15px;
    top: 6px;
    z-index: 20;
  }
  .site-header .navbar-header button span, .site-header-style2 .navbar-header button span, .site-header-style3 .navbar-header button span {
    background-color: #fff;
    display: block;
    height: 2px;
    margin-bottom: 5px;
  }
  .site-header .navbar-header button span:last-child, .site-header-style2 .navbar-header button span:last-child, .site-header-style3 .navbar-header button span:last-child {
    margin: 0;
  }
  .site-header #navbar, .site-header-style2 #navbar, .site-header-style3 #navbar {
    background: #fff;
    display: block !important;
    width: 280px;
    height: 100% !important;
    margin: 0;
    padding: 0;
    border-left: 1px solid #cccccc;
    border-right: 1px solid #cccccc;
    position: fixed;
    right: -300px;
    top: 0;
    z-index: 100;
  }
  .site-header #navbar ul li a, .site-header-style2 #navbar ul li a, .site-header-style3 #navbar ul li a {
    color: #000;
    font-size: 0.8rem;
  }
  .site-header #navbar ul li a:hover, .site-header-style2 #navbar ul li a:hover, .site-header-style3 #navbar ul li a:hover,
  .site-header #navbar ul li.current a, .site-header-style2 #navbar ul li.current a, .site-header-style3 #navbar ul li.current a {
    color: #193775;
  }
  .site-header #navbar .navbar-nav, .site-header-style2 #navbar .navbar-nav, .site-header-style3 #navbar .navbar-nav {
    height: 100%;
    overflow: auto;
  }
  .site-header #navbar .close-navbar, .site-header-style2 #navbar .close-navbar, .site-header-style3 #navbar .close-navbar {
    background-color: #193775;
    width: 35px;
    height: 35px;
    color: #fff;
    border: 0;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    outline: none;
    position: absolute;
    left: -18px;
    top: 10px;
    z-index: 20;
  }
  .site-header #navbar > ul > li, .site-header-style2 #navbar > ul > li, .site-header-style3 #navbar > ul > li {
    border-bottom: 1px solid #cccccc;
  }
  .site-header #navbar > ul > li > a, .site-header-style2 #navbar > ul > li > a, .site-header-style3 #navbar > ul > li > a {
    padding: 10px 15px 10px 35px;
  }
  .site-header .slideInn, .site-header-style2 .slideInn, .site-header-style3 .slideInn {
    right: 0 !important;
  }
}

@media (max-width: 767px) {
  .site-header .navbar-header .navbar-brand, .site-header-style2 .navbar-header .navbar-brand, .site-header-style3 .navbar-header .navbar-brand {
    font-size: 24px;
  }
}

@media (max-width: 991px) {
  .site-header .navbar-collapse.collapse, .site-header-style2 .navbar-collapse.collapse, .site-header-style3 .navbar-collapse.collapse {
    display: none;
  }
  .site-header .navbar-collapse.collapse.in, .site-header-style2 .navbar-collapse.collapse.in, .site-header-style3 .navbar-collapse.collapse.in {
    display: block;
  }
  .site-header .navbar-header .collapse, .site-header-style2 .navbar-header .collapse, .site-header-style3 .navbar-header .collapse,
  .site-header .navbar-toggle, .site-header-style2 .navbar-toggle, .site-header-style3 .navbar-toggle {
    display: block;
  }
  .site-header .navbar-header, .site-header-style2 .navbar-header, .site-header-style3 .navbar-header {
    float: none;
  }
  .site-header .navbar-right, .site-header-style2 .navbar-right, .site-header-style3 .navbar-right {
    float: none;
  }
  .site-header .navbar-nav, .site-header-style2 .navbar-nav, .site-header-style3 .navbar-nav {
    float: none;
  }
  .site-header .navbar-nav > li, .site-header-style2 .navbar-nav > li, .site-header-style3 .navbar-nav > li {
    float: none;
  }
}

/*** site header style 2 ***/
.home-style2 .slider-section {
  margin-top: 0;
}

.site-header-style2, .site-header-style3 {
  /*** topbar ***/
}

@media (max-width: 1199px) {
  .site-header-style2 .upper-topbar .contact-info ul li, .site-header-style3 .upper-topbar .contact-info ul li {
    font-size: 15px;
  }
}

.site-header-style2 .social-links, .site-header-style3 .social-links {
  float: right;
}

@media (max-width: 991px) {
  .site-header-style2 .social-links, .site-header-style3 .social-links {
    float: none;
    margin: 15px 0;
  }
}

.site-header-style2 .social-links li, .site-header-style3 .social-links li,
.site-header-style2 .social-links a, .site-header-style3 .social-links a {
  background-color: transparent;
  color: #fff;
  width: auto;
  height: auto;
  line-height: 10px;
}

.site-header-style2 .upper-topbar .social-links li, .site-header-style3 .upper-topbar .social-links li {
  margin-right: 25px;
}

@media (max-width: 1199px) {
  .site-header-style2 .upper-topbar .social-links li, .site-header-style3 .upper-topbar .social-links li {
    margin-right: 15px;
  }
}

@media (max-width: 767px) {
  .site-header-style2 .upper-topbar .social-links li, .site-header-style3 .upper-topbar .social-links li {
    float: left;
  }
}

.site-header-style2 .social-links li:last-child, .site-header-style3 .social-links li:last-child {
  margin-right: 0;
}

.site-header-style2 .social-links a, .site-header-style3 .social-links a {
  font-size: 20px;
}

@media (max-width: 1199px) {
  .site-header-style2 .social-links a, .site-header-style3 .social-links a {
    font-size: 16px;
  }
}

.site-header-style2 .social-links a:hover, .site-header-style3 .social-links a:hover {
  background-color: transparent;
  color: #f39c12;
}

.site-header-style2 .navbar-brand, .site-header-style3 .navbar-brand {
  min-height: auto;
  margin-top: 10px;
}

@media (max-width: 991px) {
  .site-header-style2 .navbar-brand, .site-header-style3 .navbar-brand {
    margin-top: 0;
  }
  .site-header-style2 .navbar-brand img, .site-header-style3 .navbar-brand img {
    max-width: 120px;
  }
}

@media screen and (min-width: 992px) {
  .site-header-style2 #navbar, .site-header-style3 #navbar {
    padding-right: 0;
    margin-right: -20px;
  }
}

.site-header-style2 .navigation, .site-header-style3 .navigation,
.site-header-style2 #navbar, .site-header-style3 #navbar {
  background: #fff;
}

@media (max-width: 991px) {
  .site-header-style2 .navigation, .site-header-style3 .navigation {
    padding: 15px 0;
  }
}

.site-header-style2 #navbar > ul > li > a, .site-header-style3 #navbar > ul > li > a {
  color: #06223e;
  font-weight: bold;
}

@media screen and (min-width: 992px) {
  .site-header-style2 #navbar > ul > li > a, .site-header-style3 #navbar > ul > li > a {
    padding: 40px 17px;
  }
}

.site-header-style2 .navbar-header button, .site-header-style3 .navbar-header button {
  top: 12px;
}

/*** header style 3 ***/
@media screen and (min-width: 768px) {
  .site-header-style3 {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 100;
  }
}

@media screen and (min-width: 768px) {
  .site-header-style3 .upper-topbar {
    background-color: transparent;
    border-bottom: 1px solid #9c9c9c;
  }
}

.site-header-style3 .navigation,
.site-header-style3 #navbar {
  background-color: transparent;
}

@media (max-width: 991px) {
  .site-header-style3 #navbar {
    background-color: #fff;
  }
}

@media screen and (min-width: 992px) {
  .site-header-style3 #navbar > ul > li > a {
    padding: 40px 17px;
    color: #fff;
  }
}

.site-header-style3 .navbar-header button {
  top: 5px;
}

@media (max-width: 991px) {
  .home-style-1 .site-header .navigation, .home-style-1 .site-header-style2 .navigation, .home-style-1 .site-header-style3 .navigation {
    border-top: 0;
  }
}

@media (max-width: 991px) {
  .site-header .navigation, .site-header-style2 .navigation, .site-header-style3 .navigation {
    border-top: 1px solid #d9d9d9;
    padding-top: 1px;
  }
}

@media (max-width: 991px) {
  .site-header-style3 .navigation {
    border-top: 0;
    padding-top: 15px;
  }
  .site-header-style3 .upper-topbar {
    padding-bottom: 7px;
  }
}

/*** box layout headery style ***/
@media screen and (min-width: 1200px) {
  .box-layout .site-header .navigation > .container, .box-layout .site-header-style2 .navigation > .container, .box-layout .site-header-style3 .navigation > .container {
    width: 1200px;
    margin: 0;
    padding: 0;
  }
}

@media screen and (min-width: 1200px) {
  .box-layout .site-header-style2 .navigation > .container, .box-layout .site-header-style3 .navigation > .container,
  .box-layout .site-header-style3 .navigation > .container {
    width: 1170px;
    margin: 0 auto;
    padding: 0 15px;
  }
}

.box-layout .site-header .navigation .social-links, .box-layout .site-header-style2 .navigation .social-links, .box-layout .site-header-style3 .navigation .social-links {
  right: 20px;
}

@media (max-width: 1199px) {
  .box-layout .site-header .navigation .social-links, .box-layout .site-header-style2 .navigation .social-links, .box-layout .site-header-style3 .navigation .social-links {
    right: 35px;
  }
}

/*--------------------------------------------------------------
#0.4	hero slider
--------------------------------------------------------------*/
.slider-section {
  margin-top: -70px;
}

@media (max-width: 767px) {
  .slider-section .main-heading,
  .slider-section .slider-text,
  .slider-section .link-button {
    display: none;
  }
}

.slider-section .main-heading {
  font-family: "Roboto Slab", serif;
  font-size: 3.75rem;
  color: #06223e;
  font-weight: bold;
  line-height: 4.375rem;
}

.slider-section .slider-text {
  font-size: 1.125rem;
  line-height: 1.875rem;
  cursor: auto !important;
}

.slider-section .slider-btn {
  background: #193775;
  background: -webkit-linear-gradient(left, #193775, #00abc9);
  background: -moz-linear-gradient(left, #193775, #00abc9);
  background: -o-linear-gradient(left, #193775, #00abc9);
  background: -ms-linear-gradient(left, #193775, #00abc9);
  background: linear-gradient(left, #193775, #00abc9);
  width: 150px;
  height: 48px;
  line-height: 48px;
  font-size: 1.125rem;
  color: #fff;
  padding: 0;
  text-align: center;
  border: 0;
  -webkit-border-radius: 55px;
  -moz-border-radius: 55px;
  -o-border-radius: 55px;
  -ms-border-radius: 55px;
  border-radius: 55px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}

@media (max-width: 991px) {
  .slider-section .slider-btn {
    width: 120px;
    height: 42px;
    line-height: 42px;
    font-size: 0.9375rem;
  }
}

.slider-section .link-button .slider-btn:nth-child(2) {
  background: #f39c12;
  color: #fff;
}

.slider-section .link-button a:first-child {
  margin-right: 25px;
}

.home-style2 .slider-section .main-heading {
  color: #06223e;
}

/*--------------------------------------------------------------
#0.5	footer
--------------------------------------------------------------*/
.site-footer {
  background-color: #0f1624;
  /*** about widget ***/
  /*** news widget ***/
  /*** site map widget ***/
  /*** newsletter-widget ***/
  /*** social-media-widget ***/
}

@media (max-width: 1199px) {
  .site-footer .upper-footer .container > .row > .col {
    margin-bottom: 80px;
  }
}

@media (max-width: 767px) {
  .site-footer .upper-footer .container > .row > .col {
    margin-bottom: 50px;
  }
}

.site-footer .upper-footer {
  background-color: #152029;
  padding: 50px 0;
}

footer input, footer select , footer textarea { margin-bottom:2px}
@media (max-width: 1199px) {
  .site-footer .upper-footer {
    padding: 115px 0 35px;
  }
}

@media (max-width: 767px) {
  .site-footer .upper-footer {
    padding: 80px 0 30px;
  }
}

.site-footer .upper-footer h3,
.site-footer .upper-footer h4,
.site-footer .upper-footer h5,
.site-footer .upper-footer h6,
.site-footer .upper-footer span,
.site-footer .upper-footer p,
.site-footer .upper-footer li,
.site-footer .upper-footer a {
  color: #fff;
}

.site-footer .widget > h3 {
  font-size: 1.5rem;
   font-weight: normal;
  margin: 0 0 1.8em;
 }

@media (max-width: 991px) {
  .site-footer .widget > h3 {
    font-size: 1.25rem;
  }
}

@media (max-width: 767px) {
  .site-footer .widget > h3 {
    font-size: 1.125rem;
  }
}

.site-footer .about-widget .footer-logo {
  display: inline-block;
  margin-bottom: 15px;
}

@media (max-width: 767px) {
  .site-footer .about-widget .footer-logo img {
    max-width: 140px;
  }
}

.site-footer .about-widget .office-time {
  position: relative;
  padding-left: 65px;
  margin-top: 40px;
}

@media (max-width: 767px) {
  .site-footer .about-widget .office-time {
    padding-left: 50px;
    margin-top: 20px;
  }
}

.site-footer .about-widget .office-time .icon {
  position: absolute;
  left: 0;
  top: -10px;
}

@media (max-width: 767px) {
  .site-footer .about-widget .office-time .icon {
    top: 0;
  }
}

.site-footer .about-widget .office-time .fi:before {
  font-size: 45px;
  color: #f39c12;
}

@media (max-width: 767px) {
  .site-footer .about-widget .office-time .fi:before {
    font-size: 25px;
  }
}

.site-footer .about-widget .office-time h4 {
  font-size: 1.375rem;
  font-weight: normal;
  text-transform: uppercase;
  margin: 0 0 0.31em;
}

@media (max-width: 991px) {
  .site-footer .about-widget .office-time h4 {
    font-size: 1.125rem;
  }
}

@media (max-width: 767px) {
  .site-footer .about-widget .office-time h4 {
    font-size: 0.9375rem;
  }
}

.site-footer .about-widget .office-time .time {
  color: #999999;
}

.site-footer .news-widget li {
  min-height: 65px;
  position: relative;
  padding-left: 70px;
  margin-bottom: 40px;
}

.site-footer .news-widget li .entry-media {
  min-height: 65px;
  position: absolute;
  left: 0;
  width:80px;
}
.site-footer .news-widget li .entry-details {
margin-left:20px
}
.site-footer .news-widget  .btn{margin-top: 15px;padding: 7px!important;}
.site-footer .news-widget li h5 {
  font-family: "Lato", sans-serif;
  font-size: 1.0625rem;
  line-height: 1.3em;
  font-weight: normal;
  margin: 0 0 0.3em;
}

@media (max-width: 767px) {
  .site-footer .news-widget li h5 {
    font-size: 0.9375rem;
  }
}

.site-footer .news-widget li .date {
  font-size: 14px;
  color: #999999;
}

.site-footer .news-widget li a:hover {
  color: #f39c12;
}

.site-footer .news-widget ul li:last-child {
  margin-bottom: 0;
}

.site-footer .site-map-widget ul li {
  margin-bottom: 10px;
}

.site-footer .site-map-widget ul li:last-child {
  margin-bottom: 0;
}

.site-footer .site-map-widget a:hover {
  color: #f39c12;
}

.site-footer .newsletter-widget {
  margin-bottom: 55px;
}

@media (max-width: 767px) {
  .site-footer .newsletter-widget {
    margin-bottom: 50px;
  }
}

.site-footer .newsletter-widget .form input {
  background-color: #0c131f;
  height: 45px;
  font-size: 1rem;
  border: 0;
  padding: 0 75px 0 20px;
  box-shadow: none;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -o-border-radius: 20px;
  -ms-border-radius: 20px;
  border-radius: 20px;
}

@media (max-width: 767px) {
  .site-footer .newsletter-widget .form input {
    height: 40px;
    font-size: 0.875rem;
  }
}

.site-footer .newsletter-widget .form > div {
  position: relative;
}

.site-footer .newsletter-widget .form > div button {
  background-color: #fff;
  width: 60px;
  height: 100%;
  font-size: 1.25rem;
  color: #f39c12;
  position: absolute;
  right: 0;
  top: 0;
  border-radius: 0 20px 20px 0;
}

@media (max-width: 767px) {
  .site-footer .newsletter-widget .form > div button {
    width: 50px;
    font-size: 1.125rem;
  }
}

.site-footer .newsletter-widget .form > div button:hover,
.site-footer .newsletter-widget .form > div button:focus {
  border: 0;
  outline: 0;
  box-shadow: none;
}

.site-footer .social-media-widget ul {
  overflow: hidden;
}

.site-footer .social-media-widget li {
  width: 48px;
  height: 48px;
  line-height: 48px;
  float: left;
  margin-right: 15px;
}

@media (max-width: 991px) {
  .site-footer .social-media-widget li {
    width: 40px;
    height: 40px;
    line-height: 40px;
    margin-right: 10px;
  }
}

@media (max-width: 767px) {
  .site-footer .social-media-widget li {
    width: 35px;
    height: 35px;
    line-height: 35px;
    margin-right: 7px;
  }
}

.site-footer .social-media-widget ul > li:last-child {
  margin-right: 0;
}

.site-footer .social-media-widget a {
  background-color: #fff;
  display: block;
  font-size: 1.375rem;
  text-align: center;
  color: gray;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
}

@media (max-width: 991px) {
  .site-footer .social-media-widget a {
    font-size: 1.125rem;
  }
}

.site-footer .social-media-widget a:hover {
  color: #f39c12;
}

.site-footer .copyright {
  padding: 30px 0 25px;
}

@media (max-width: 991px) {
  .site-footer .copyright {
    text-align: center;
  }
  .site-footer .copyright p,
  .site-footer .copyright li {
    font-size: 0.875rem;
  }
}

.site-footer .copyright p {
  color: #7a7a7a;
  margin: 0;
}

.site-footer .copyright p a {
  color: #00abc9;
  background: -webkit-linear-gradient(left, #00abc9, #193775);
  background: -moz-linear-gradient(left, #00abc9, #193775);
  background: -o-linear-gradient(left, #00abc9, #193775);
  background: -ms-linear-gradient(left, #00abc9, #193775);
  background: linear-gradient(left, #00abc9, #193775);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.site-footer .copyright ul {
  overflow: hidden;
  float: right;
}

@media (max-width: 991px) {
  .site-footer .copyright ul {
    float: none;
    display: inline-block;
    margin-top: 15px;
  }
}

.site-footer .copyright ul li {
  float: left;
  margin-right: 20px;
}

.site-footer .copyright ul a {
  color: #7a7a7a;
}

/*--------------------------------------------------------------
#0.6	featured
--------------------------------------------------------------*/
@media (max-width: 1199px) {
  .featured {
    padding-bottom: 85px;
  }
}

@media (max-width: 991px) {
  .featured {
    padding-bottom: 65px;
  }
}

@media (max-width: 767px) {
  .featured {
    padding-bottom: 45px;
  }
}

@media (max-width: 650px) {
  .featured .content > .col {
    width: 100%;
  }
}

@media (max-width: 1199px) {
  .featured .content > .col {
    margin-bottom: 35px;
  }
}

/*--------------------------------------------------------------
#0.7	services
--------------------------------------------------------------*/
.services {
  padding: 0 0 50px;
}

@media (max-width: 991px) {
  .services {
    padding-bottom: 30px;
  }
}

@media (max-width: 767px) {
  .services {
    padding-bottom: 50px;
  }
}

.services .content > .col {
  margin-bottom: 70px;
}

@media (max-width: 767px) {
  .services .content > .col {
    margin-bottom: 30px;
  }
}

/*--------------------------------------------------------------
#0.8	fun-fact
--------------------------------------------------------------*/
.fun-fact {
  background: url("../images/fun-fact-bg.jpg") center center/cover no-repeat local;
  padding: 80px 0 70px;
  position: relative;
  text-align: center;
}

@media (max-width: 767px) {
  .fun-fact {
    padding: 60px 0 20px;
  }
}

.fun-fact:before {
  content: "";
  width: 100%;
  height: 100%;
  background: #193775;
  background: -webkit-linear-gradient(left, rgba(25, 55, 117, 0.9), rgba(0, 171, 201, 0.9));
  background: -moz-linear-gradient(left, rgba(25, 55, 117, 0.9), rgba(0, 171, 201, 0.9));
  background: -o-linear-gradient(left, rgba(25, 55, 117, 0.9), rgba(0, 171, 201, 0.9));
  background: -ms-linear-gradient(left, rgba(25, 55, 117, 0.9), rgba(0, 171, 201, 0.9));
  background: linear-gradient(left, rgba(25, 55, 117, 0.9), rgba(0, 171, 201, 0.9));
  position: absolute;
  left: 0;
  top: 0;
}

.fun-fact p,
.fun-fact h3 {
  color: #fff;
  margin: 0;
}

@media (max-width: 767px) {
  .fun-fact .content > .col {
    margin-bottom: 40px;
  }
}

.fun-fact h3 {
  font-size: 3.125rem;
  padding-bottom: 0.2em;
  position: relative;
}

@media (max-width: 991px) {
  .fun-fact h3 {
    font-size: 2.5rem;
  }
}

@media (max-width: 767px) {
  .fun-fact h3 {
    font-size: 1.875rem;
  }
}

.fun-fact h3:after {
  content: "";
  background-color: #f39c12;
  width: 60px;
  height: 4px;
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

@media (max-width: 991px) {
  .fun-fact h3:after {
    width: 50px;
    height: 2px;
  }
}

.fun-fact p {
  font-size: 1.5625rem;
}

@media (max-width: 991px) {
  .fun-fact p {
    font-size: 1.125rem;
  }
}

@media (max-width: 767px) {
  .fun-fact p {
    font-size: 0.875rem;
  }
}

/*--------------------------------------------------------------
#0.9	about-us-section
--------------------------------------------------------------*/
.home-style-1 .about-us-section {
  position: relative;
}

.home-style-1 .about-us-section:after {
  content: "";
  width: 1170px;
  height: 1px;
  border-bottom: 1px solid #e6e6e6;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

@media (max-width: 1199px) {
  .home-style-1 .about-us-section:after {
    width: 970px;
  }
}

@media (max-width: 991px) {
  .home-style-1 .about-us-section:after {
    width: 750px;
  }
}

@media (max-width: 767px) {
  .home-style-1 .about-us-section:after {
    width: 100%;
  }
}

.about-us-section {
  /*** abou us slider ***/
}

@media (max-width: 991px) {
  .about-us-section .about-us-slider {
    margin-bottom: 3.75rem;
  }
}

@media (max-width: 767px) {
  .about-us-section .about-us-slider .signature img {
    max-width: 100px;
  }
}

.about-us-section .about-us-slider h3 {
  font-size: 1.5625rem;
  line-height: 1.3em;
  margin: 0 0 1em;
}

@media (max-width: 991px) {
  .about-us-section .about-us-slider h3 {
    font-size: 1.25rem;
  }
}

.about-us-section .about-us-slider p {
  margin-bottom: 1em;
}

.about-us-section .about-us-slider img {
  width: auto;
}

.about-us-section .about-us-slider .owl-controls {
  margin: 0;
  position: absolute;
  right: 0;
  bottom: 0;
}

.about-us-section .about-us-slider .owl-controls .owl-nav .owl-prev,
.about-us-section .about-us-slider .owl-controls .owl-nav .owl-next {
  color: #f39c12;
}

.about-us-section .about-us-slider .owl-controls .owl-nav > div {
  background: #193775;
  background: -webkit-linear-gradient(left, #193775, #00abc9);
  background: -moz-linear-gradient(left, #193775, #00abc9);
  background: -o-linear-gradient(left, #193775, #00abc9);
  background: -ms-linear-gradient(left, #193775, #00abc9);
  background: linear-gradient(left, #193775, #00abc9);
  width: 45px;
  height: 45px;
  line-height: 45px;
  font-size: 1.125rem;
  margin: 0 5px 0 0;
  padding: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  position: relative;
}

@media (max-width: 991px) {
  .about-us-section .about-us-slider .owl-controls .owl-nav > div {
    width: 35px;
    height: 35px;
    line-height: 35px;
  }
}

.about-us-section .about-us-slider .owl-controls .owl-nav > div:hover {
  background: #193775;
  background: -webkit-linear-gradient(left, #193775, #00abc9);
  background: -moz-linear-gradient(left, #193775, #00abc9);
  background: -o-linear-gradient(left, #193775, #00abc9);
  background: -ms-linear-gradient(left, #193775, #00abc9);
  background: linear-gradient(left, #193775, #00abc9);
}

.about-us-section .about-us-slider .owl-controls .owl-nav > div:before {
  content: "";
  width: 41px;
  height: 41px;
  position: absolute;
  left: 2px;
  top: 2px;
  background-color: #fff;
}

@media (max-width: 991px) {
  .about-us-section .about-us-slider .owl-controls .owl-nav > div:before {
    width: 31px;
    height: 31px;
    left: 2px;
    top: 2px;
  }
}

.about-us-section .about-us-slider .owl-controls .owl-nav i {
  position: relative;
  z-index: 10;
}

.about-us-section .skills .skill {
  margin-bottom: 5px;
}

.about-us-section .skills .skill:last-child {
  margin-bottom: 0;
}

.about-us-section .skills .skill:last-child .progress {
  margin-bottom: 0;
}

.about-us-section .skills h6 {
  font-size: 1.125rem;
  font-weight: normal;
  margin: 0 0 0.6em;
}

@media (max-width: 991px) {
  .about-us-section .skills h6 {
    font-size: 1rem;
  }
}

.about-us-section .skills .progress {
  background-color: #e6e6e6;
  height: 15px;
  box-shadow: none;
  overflow: visible;
  box-shadow: none;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -o-border-radius: 20px;
  -ms-border-radius: 20px;
  border-radius: 20px;
}

@media (max-width: 991px) {
  .about-us-section .skills .progress {
    height: 12px;
  }
}

.about-us-section .skills .progress-bar {
  background: #193775;
  position: relative;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -o-border-radius: 20px;
  -ms-border-radius: 20px;
  border-radius: 20px;
  background: -webkit-linear-gradient(left, #193775, #00abc9);
  background: -moz-linear-gradient(left, #193775, #00abc9);
  background: -o-linear-gradient(left, #193775, #00abc9);
  background: -ms-linear-gradient(left, #193775, #00abc9);
  background: linear-gradient(left, #193775, #00abc9);
}

.about-us-section .skills .progress-bar span {
  background-color: #f39c12;
  font-size: 0.75rem;
  color: #fff;
  padding: 2px 6px;
  text-align: center;
  position: absolute;
  right: 0;
  top: -32px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
}

@media (max-width: 991px) {
  .about-us-section .skills .progress-bar span {
    padding: 0 6px;
  }
}

.about-us-section .skills .progress-bar span:before {
  content: "";
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 7px solid #f39c12;
  position: absolute;
  bottom: -7px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

/*--------------------------------------------------------------
#0.10	latest-projects
--------------------------------------------------------------*/
@media screen and (min-width: 992px) {
  .latest-projects .section-title {
    margin-bottom: 60px;
  }
}

.latest-projects .grids-filters {
  text-align: center;
}

.latest-projects .grids-filters ul {
  display: inline-block;
  margin-bottom: 30px;
}

@media (max-width: 767px) {
  .latest-projects .grids-filters ul {
    margin-bottom: 15px;
  }
}

.latest-projects .grids-filters ul li {
  float: left;
  margin-right: 30px;
}

@media (max-width: 767px) {
  .latest-projects .grids-filters ul li {
    margin-right: 12px;
  }
}

.latest-projects .grids-filters ul li:last-child {
  margin-right: 0;
}

.latest-projects .grids-filters ul a {
  font-size: 1.125rem;
  font-weight: bold;
  color: #193775;
}

@media (max-width: 767px) {
  .latest-projects .grids-filters ul a {
    font-size: 0.9375rem;
  }
}

.latest-projects .grids-filters ul a:focus {
  text-decoration: none;
}

.latest-projects .more-projects {
  text-align: center;
  margin-top: 20px;
}

.latest-projects .more-projects .btn {
  font-size: 1.125rem;
  font-weight: bold;
  color: #193775;
  padding: 0;
}

@media (max-width: 991px) {
  .latest-projects .more-projects .btn {
    font-size: 1rem;
  }
}

.latest-projects .more-projects .btn i {
  color: #f39c12;
  display: inline-block;
  padding-left: 5px;
}

/*--------------------------------------------------------------
#0.11	testimonials
--------------------------------------------------------------*/
.testimonials {
  background: url("../images/testimonials/bg.jpg") center center/cover no-repeat fixed;
  position: relative;
}

.testimonials:before {
  content: "";
  background: rgba(25, 55, 117, 0.9);
  background: -webkit-linear-gradient(left, rgba(25, 55, 117, 0.9), rgba(0, 171, 201, 0.9));
  background: -moz-linear-gradient(left, rgba(25, 55, 117, 0.9), rgba(0, 171, 201, 0.9));
  background: -o-linear-gradient(left, rgba(25, 55, 117, 0.9), rgba(0, 171, 201, 0.9));
  background: -ms-linear-gradient(left, rgba(25, 55, 117, 0.9), rgba(0, 171, 201, 0.9));
  background: linear-gradient(left, rgba(25, 55, 117, 0.9), rgba(0, 171, 201, 0.9));
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

@media screen and (min-width: 992px) {
  .testimonials .left-col {
    padding-top: 45px;
  }
}

@media (max-width: 991px) {
  .testimonials .left-col {
    margin-bottom: 60px;
  }
}

.testimonials .left-col .section-title {
  text-align: left;
  margin-bottom: 40px;
}

.testimonials .left-col .section-title h2,
.testimonials .left-col .section-title p {
  color: #fff;
}

.testimonials .left-col .section-title h2:after {
  left: 0;
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -o-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  background: -webkit-linear-gradient(left, #f39c12 46%, transparent 46.1%, transparent 54%, #fff 54.1%);
  background: -moz-linear-gradient(left, #f39c12 46%, transparent 46.1%, transparent 54%, #fff 54.1%);
  background: -o-linear-gradient(left, #f39c12 46%, transparent 46.1%, transparent 54%, #fff 54.1%);
  background: -ms-linear-gradient(left, #f39c12 46%, transparent 46.1%, transparent 54%, #fff 54.1%);
  background: linear-gradient(left, #f39c12 46%, transparent 46.1%, transparent 54%, #fff 54.1%);
}

.testimonials .left-col .section-title p {
  margin-top: 28px;
}

.testimonials .left-col .theme-btn {
  background-color: #f39c12;
}

.testimonials .left-col .theme-btn:hover {
  background-color: #e08e0b;
}

.testimonials .testimonials-slider img {
  width: auto;
}

.testimonials .testimonials-slider .box {
  background-color: #fff;
  text-align: center;
  position: relative;
  margin-top: 45px;
  padding: 70px 35px 50px;
}

@media (max-width: 767px) {
  .testimonials .testimonials-slider .box {
    padding: 70px 20px 50px;
  }
}

.testimonials .testimonials-slider .client-pic {
  position: absolute;
  left: 50%;
  top: -45px;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}

.testimonials .testimonials-slider .client-pic img {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}

.testimonials .testimonials-slider h4 {
  font-size: 1.375rem;
  margin: 0 0 0.27em;
}

@media (max-width: 767px) {
  .testimonials .testimonials-slider h4 {
    font-size: 1.125rem;
  }
}

.testimonials .testimonials-slider .rating {
  margin-bottom: 10px;
}

.testimonials .testimonials-slider .rating i {
  color: #f39c12;
}

.testimonials .testimonials-slider p {
  margin: 0;
}

.testimonials .testimonials-slider .owl-controls {
  margin-top: 40px;
}

@media (max-width: 767px) {
  .testimonials .testimonials-slider .owl-controls {
    margin-top: 20px;
  }
}

.testimonials .testimonials-slider .owl-controls .owl-nav > div {
  background-color: transparent;
  width: 40px;
  height: 40px;
  line-height: 36px;
  font-size: 1.125rem;
  padding: 0;
  margin: 0 10px 0 0;
  border: 2px solid #fff;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
}

@media (max-width: 767px) {
  .testimonials .testimonials-slider .owl-controls .owl-nav > div {
    width: 35px;
    height: 35px;
    line-height: 30px;
    font-size: 1rem;
  }
}

.testimonials .testimonials-slider .owl-controls .owl-nav > div:hover {
  background-color: #f39c12;
  border-color: #f39c12;
}

/*--------------------------------------------------------------
#0.12	blog-section 
--------------------------------------------------------------*/
@media (max-width: 991px) {
  .blog-section {
    padding-bottom: 40px;
  }
}

@media (max-width: 767px) {
  .blog-section {
    padding-bottom: 30px;
  }
}

@media (max-width: 991px) {
  .blog-section .blog-section-grids > .col {
    margin-bottom: 60px;
  }
}

@media (max-width: 767px) {
  .blog-section .blog-section-grids > .col {
    margin-bottom: 50px;
  }
}

@media (max-width: 600px) {
  .blog-section .blog-section-grids > .col {
    width: 100%;
  }
}

/*--------------------------------------------------------------
#0.13	contact-section
--------------------------------------------------------------*/
.contact-section-wrapper {
  padding: 90px 0 0;
}

@media (max-width: 991px) {
  .contact-section-wrapper {
    padding-bottom: 100px;
  }
}

@media (max-width: 767px) {
  .contact-section-wrapper {
    padding-bottom: 80px;
  }
}

.contact-section-wrapper .contact-switcher {
  text-align: center;
}

.contact-section-wrapper .contact-switcher ul {
  display: inline-block;
  overflow: hidden;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -o-border-radius: 30px;
  -ms-border-radius: 30px;
  border-radius: 30px;
}

.contact-section-wrapper .contact-switcher ul li {
  float: left;
}

.contact-section-wrapper .contact-switcher ul button {
  background-color: #fff;
  width: 120px;
  height: 50px;
  font-size: 1.0625rem;
  font-weight: bold;
  color: #f39c12;
  border: 0;
  outline: 0;
  box-shadow: none;
  border: 2px solid #193775;
}

@media (max-width: 991px) {
  .contact-section-wrapper .contact-switcher ul button {
    width: 100px;
    height: 45px;
    font-size: 0.9375rem;
    border: 1px solid #193775;
  }
}

@media (max-width: 767px) {
  .contact-section-wrapper .contact-switcher ul button {
    height: 40px;
    font-size: 0.8125rem;
    border: 1px solid #193775;
  }
}

.contact-section-wrapper .contact-switcher ul li:first-child button {
  border-radius: 30px 0 0 30px;
  border-right: 0;
}

.contact-section-wrapper .contact-switcher ul li:last-child button {
  border-radius: 0 30px 30px 0;
  border-left: 0;
}

.contact-section-wrapper .contact-switcher ul button .fi {
  color: #193775;
  display: inline-block;
  padding-right: 3px;
}

@media (max-width: 991px) {
  .contact-section-wrapper .contact-switcher ul button .fi:before {
    font-size: 0.9375rem;
  }
}

.contact-section-wrapper .contact-switcher ul .active {
  background: -webkit-linear-gradient(left, #193775, #00abc9);
  background: -moz-linear-gradient(left, #193775, #00abc9);
  background: -o-linear-gradient(left, #193775, #00abc9);
  background: -ms-linear-gradient(left, #193775, #00abc9);
  background: linear-gradient(left, #193775, #00abc9);
  border-right: 0;
  -ms-transform: scale(1, 1.1);
  -webkit-transform: scale(1, 1.1);
  transform: scale(1, 1.1);
}

.contact-section-wrapper .contact-switcher ul .active {
  color: #fff;
}

.contact-section-wrapper .contact-switcher ul .active .fi {
  color: #fff;
}

.contact-section-wrapper .hide-content {
  visibility: hidden;
  opacity: 0;
}

.contact-section-wrapper .contact-section {
  position: relative;
}

.contact-section-wrapper .contact-section .overlay {
  background: -webkit-linear-gradient(left, rgba(25, 55, 117, 0.9), rgba(0, 171, 201, 0.9));
  background: -moz-linear-gradient(left, rgba(25, 55, 117, 0.9), rgba(0, 171, 201, 0.9));
  background: -o-linear-gradient(left, rgba(25, 55, 117, 0.9), rgba(0, 171, 201, 0.9));
  background: -ms-linear-gradient(left, rgba(25, 55, 117, 0.9), rgba(0, 171, 201, 0.9));
  background: linear-gradient(left, rgba(25, 55, 117, 0.9), rgba(0, 171, 201, 0.9));
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
}

.contact-section-wrapper .contact-section .map-wrapper {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.contact-section-wrapper .contact-section .map {
  width: 100%;
  height: 100%;
}

.contact-section-wrapper .contact-block {
  background-color: #fff;
  padding: 50px;
  overflow: hidden;
  position: relative;
  z-index: 10;
  border: 1px solid #cccccc;
  margin-bottom: 70px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
}

@media (max-width: 991px) {
  .contact-section-wrapper .contact-block {
    padding: 40px 45px;
  }
}

@media (max-width: 767px) {
  .contact-section-wrapper .contact-block {
    padding: 40px 15px;
    margin-bottom: 40px;
  }
}

.contact-section-wrapper .contact-block h2 {
  font-size: 2.125rem;
  font-weight: normal;
  margin: 0 0 0.7em;
}

@media (max-width: 991px) {
  .contact-section-wrapper .contact-block h2 {
    font-size: 1.5625rem;
  }
}

@media (max-width: 767px) {
  .contact-section-wrapper .contact-block h2 {
    font-size: 1.25rem;
  }
}

.contact-section-wrapper .contact-block .contact-info,
.contact-section-wrapper .contact-block .contact-form {
  width: 50%;
  float: left;
}

@media (max-width: 767px) {
  .contact-section-wrapper .contact-block .contact-info,
  .contact-section-wrapper .contact-block .contact-form {
    width: 100%;
    float: none;
  }
}

.contact-section-wrapper .contact-block .contact-info {
  padding-right: 80px;
}

@media (max-width: 991px) {
  .contact-section-wrapper .contact-block .contact-info {
    padding-right: 0;
  }
}

.contact-section-wrapper .contact-block .contact-info ul {
  margin-top: 30px;
}

.contact-section-wrapper .contact-block .contact-info ul li {
  position: relative;
  padding-left: 55px;
  margin-bottom: 20px;
  color: #667380;
}

.contact-section-wrapper .contact-block .contact-info li .icon {
  background: -webkit-linear-gradient(left, #193775, #00abc9);
  background: -moz-linear-gradient(left, #193775, #00abc9);
  background: -o-linear-gradient(left, #193775, #00abc9);
  background: -ms-linear-gradient(left, #193775, #00abc9);
  background: linear-gradient(left, #193775, #00abc9);
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  position: absolute;
  left: 0;
}

.contact-section-wrapper .contact-block .contact-info li .icon:before {
  background-color: #fff;
  content: "";
  width: 31px;
  height: 31px;
  position: absolute;
  left: 2px;
  top: 2px;
}

.contact-section-wrapper .contact-block .contact-info li .fi, .contact-section-wrapper .contact-block .contact-info li .fa {
  position: relative;
}

.contact-section-wrapper .contact-block .contact-info li .fi:before, .contact-section-wrapper .contact-block .contact-info li .fa:before {
  font-size: 1rem;
  color: #f39c12;
}

.contact-section-wrapper .contact-block .contact-form {
  padding-left: 80px;
}

@media (max-width: 991px) {
  .contact-section-wrapper .contact-block .contact-form {
    padding-left: 30px;
  }
}

@media (max-width: 767px) {
  .contact-section-wrapper .contact-block .contact-form {
    padding-left: 0;
    margin-top: 50px;
  }
}

.contact-section-wrapper .contact-block .contact-form input,
.contact-section-wrapper .contact-block .contact-form select,
.contact-section-wrapper .contact-block .contact-form textarea {
  background-color: #eef1f5;
  height: 45px;
  border: 0;
  box-shadow: none;
  padding-left: 20px;
}

@media (max-width: 991px) {
  .contact-section-wrapper .contact-block .contact-form input,
  .contact-section-wrapper .contact-block .contact-form select,
  .contact-section-wrapper .contact-block .contact-form textarea {
    height: 40px;
  }
}

.contact-section-wrapper .contact-block .contact-form textarea {
  height: 110px;
  padding-top: 15px;
}

.contact-section-wrapper .contact-block .contact-form .form ::-webkit-input-placeholder {
  font-style: 16px;
  font-style: normal;
  color: #8c8c8c;
}

.contact-section-wrapper .contact-block .contact-form .form :-moz-placeholder {
  font-style: 16px;
  font-style: normal;
  color: #8c8c8c;
}

.contact-section-wrapper .contact-block .contact-form .form ::-moz-placeholder {
  font-style: 16px;
  font-style: normal;
  color: #8c8c8c;
}

.contact-section-wrapper .contact-block .contact-form .form :-ms-input-placeholder {
  font-style: 16px;
  font-style: normal;
  color: #8c8c8c;
}

.contact-section-wrapper .contact-block .contact-form .form > div {
  margin-bottom: 20px;
}

@media (max-width: 991px) {
  .contact-section-wrapper .contact-block .contact-form .form > div {
    margin-bottom: 10px;
  }
}

.contact-section-wrapper .contact-block .contact-form select {
  font-style: normal;
  background-position: 97% center;
  color: #8c8c8c;
}

.contact-section-wrapper .contact-block .contact-form .submit-btn .btn-wrapper {
  background: -webkit-linear-gradient(left, #193775, #00abc9);
  background: -moz-linear-gradient(left, #193775, #00abc9);
  background: -o-linear-gradient(left, #193775, #00abc9);
  background: -ms-linear-gradient(left, #193775, #00abc9);
  background: linear-gradient(left, #193775, #00abc9);
  width: 150px;
  height: 45px;
  line-height: 42px;
  position: relative;
}

@media (max-width: 991px) {
  .contact-section-wrapper .contact-block .contact-form .submit-btn .btn-wrapper {
    width: 130px;
    height: 40px;
    line-height: 38px;
  }
}

.contact-section-wrapper .contact-block .contact-form .submit-btn .btn-wrapper .btn {
  background-color: transparent;
  width: 100%;
  height: 100%;
  position: relative;
  font-size: 1.125rem;
  font-weight: bold;
  color: #f39c12;
  padding: 0;
  border: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  box-shadow: none;
  outline: none;
}

@media (max-width: 991px) {
  .contact-section-wrapper .contact-block .contact-form .submit-btn .btn-wrapper .btn {
    font-size: 1rem;
  }
}

.contact-section-wrapper .contact-block .contact-form .submit-btn .btn-wrapper .btn:hover,
.contact-section-wrapper .contact-block .contact-form .submit-btn .btn-wrapper .btn:focus {
  background-color: transparent;
}

.contact-section-wrapper .contact-block .contact-form .submit-btn .btn-wrapper:before {
  background-color: #fff;
  content: "";
  width: 146px;
  height: 41px;
  position: absolute;
  left: 2px;
  top: 2px;
}

@media (max-width: 991px) {
  .contact-section-wrapper .contact-block .contact-form .submit-btn .btn-wrapper:before {
    width: 126px;
    height: 36px;
  }
}

.contact-section-wrapper .contact-block .contact-form .form .submit-btn {
  margin-bottom: 0;
}

.contact-section-wrapper .contact-block .contact-form .btn-wrapper:hover .btn {
  background: -webkit-linear-gradient(left, #193775, #00abc9);
  background: -moz-linear-gradient(left, #193775, #00abc9);
  background: -o-linear-gradient(left, #193775, #00abc9);
  background: -ms-linear-gradient(left, #193775, #00abc9);
  background: linear-gradient(left, #193775, #00abc9);
  color: #fff;
}

/*--------------------------------------------------------------
#	home style 2
--------------------------------------------------------------*/
/*--------------------------------------------------------------
#1.1	services-style2
--------------------------------------------------------------*/
@media (max-width: 991px) {
  .services-style2 {
    padding-bottom: 50px;
  }
}

@media (max-width: 991px) {
  .services-style2 .services-style2-grids > .col {
    margin-bottom: 50px;
  }
}

@media (max-width: 767px) {
  .services-style2 .services-style2-grids > .col {
    margin-bottom: 30px;
  }
}

/*--------------------------------------------------------------
#1.2	about-us-section-style2
--------------------------------------------------------------*/
.about-us-section-style2, .about-us-section-style3 {
  padding-bottom: 0;
  background: url("../images/about-style2-bg.jpg") right bottom/80% no-repeat local;
}

@media (max-width: 991px) {
  .about-us-section-style2, .about-us-section-style3 {
    background-image: none;
  }
}

@media (max-width: 767px) {
  .about-us-section-style2 .signature img, .about-us-section-style3 .signature img {
    max-width: 100px;
  }
}

.about-us-section-style2 h3, .about-us-section-style3 h3 {
  font-size: 1.5625rem;
  line-height: 1.3em;
  margin: 0 0 1em;
}

@media (max-width: 991px) {
  .about-us-section-style2 h3, .about-us-section-style3 h3 {
    font-size: 1.25rem;
  }
}

.about-us-section-style2 p, .about-us-section-style3 p {
  margin-bottom: 1em;
}

.about-us-section-style2 img, .about-us-section-style3 img {
  width: auto;
}

/*--------------------------------------------------------------
#1.3	company-timeline
--------------------------------------------------------------*/
.company-timeline {
  padding: 100px 0 0;
}

@media (max-width: 767px) {
  .company-timeline {
    display: none;
  }
}

.company-timeline .company-timeline-boxes {
  overflow: hidden;
  text-align: center;
  position: relative;
  padding-top: 5px;
}

.company-timeline .company-timeline-boxes:before {
  content: "";
  width: 100%;
  height: 1px;
  border-top: 1px solid #d9d9d9;
  position: absolute;
  left: 0;
  top: 13px;
}

.company-timeline .company-timeline-boxes .list {
  width: 20%;
  float: left;
  position: relative;
}

.company-timeline .company-timeline-boxes .list:before {
  content: "";
  background-color: #f39c12;
  width: 18px;
  height: 18px;
  position: absolute;
  left: 50%;
  top: 0;
  border: 5px solid #fff;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}

.company-timeline .company-timeline-boxes .list h6 {
  font-size: 18px;
  font-weight: normal;
  margin: 1.5em 0 0;
}

@media (max-width: 991px) {
  .company-timeline .company-timeline-boxes .list h6 {
    font-size: 15px;
  }
}

.company-timeline .company-timeline-boxes .list span {
  color: #06223e;
}

@media (max-width: 991px) {
  .company-timeline .company-timeline-boxes .list span {
    font-size: 12px;
  }
}

.company-timeline .company-timeline-boxes .list:hover:before {
  -webkit-box-shadow: 0 0 10px 0 #b3b3b3;
  -moz-box-shadow: 0 0 10px 0 #b3b3b3;
  -o-box-shadow: 0 0 10px 0 #b3b3b3;
  -ms-box-shadow: 0 0 10px 0 #b3b3b3;
  box-shadow: 0 0 10px 0 #b3b3b3;
}

/*--------------------------------------------------------------
#1.4	faq
--------------------------------------------------------------*/
.faq {
  padding-bottom: 0;
}

.faq .section-title {
  margin-bottom: 55px;
  text-align: left;
}

@media (max-width: 767px) {
  .faq .section-title {
    margin-bottom: 40px;
  }
}

.faq .section-title h2 {
  line-height: 1.2em;
}

@media screen and (min-width: 992px) {
  .faq .section-title h2 {
    font-size: 2.5rem;
  }
}

.faq .section-title h2:after {
  left: 0;
  -webkit-transform: none;
  -moz-transform: none;
  -o-transform: none;
  -ms-transform: none;
  transform: none;
}

.faq .left-col {
  background: url("../images/faq/faq-video-bg.jpg") center center/cover no-repeat local;
  position: relative;
}

@media (max-width: 1199px) {
  .faq .left-col {
    height: 350px !important;
    margin-bottom: 100px;
  }
}

@media (max-width: 767px) {
  .faq .left-col {
    height: 250px !important;
    margin-bottom: 70px;
  }
}

.faq .left-col:before {
  content: "";
  background: rgba(25, 55, 117, 0.9);
  background: -webkit-linear-gradient(left, rgba(25, 55, 117, 0.9), rgba(0, 171, 201, 0.9));
  background: -moz-linear-gradient(left, rgba(25, 55, 117, 0.9), rgba(0, 171, 201, 0.9));
  background: -o-linear-gradient(left, rgba(25, 55, 117, 0.9), rgba(0, 171, 201, 0.9));
  background: -ms-linear-gradient(left, rgba(25, 55, 117, 0.9), rgba(0, 171, 201, 0.9));
  background: linear-gradient(left, rgba(25, 55, 117, 0.9), rgba(0, 171, 201, 0.9));
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.faq .left-col a {
  font-size: 2.5rem;
  color: #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.faq .right-col {
  padding-left: 35px;
}

@media screen and (min-width: 1200px) {
  .faq .right-col {
    width: 585px;
  }
}

@media (max-width: 1199px) {
  .faq .right-col {
    padding-left: 15px;
  }
}

.faq .panel {
  border: 0;
  box-shadow: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
}

.faq .panel-group .panel-heading + .panel-collapse > .panel-body {
  border: 0;
}

.faq .panel-heading {
  font-family: "Roboto Slab", serif;
  padding: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
}

.faq .panel-heading a {
  background: #193775;
  background: -webkit-linear-gradient(left, #193775, #00abc9);
  background: -moz-linear-gradient(left, #193775, #00abc9);
  background: -o-linear-gradient(left, #193775, #00abc9);
  background: -ms-linear-gradient(left, #193775, #00abc9);
  background: linear-gradient(left, #193775, #00abc9);
  display: block;
  font-size: 1rem;
  color: #fff;
  padding: 12px 25px;
  position: relative;
  border: 2px solid #fff;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
}

@media (max-width: 767px) {
  .faq .panel-heading a {
    font-size: 0.8125rem;
    padding: 10px 15px;
  }
}

.faq .panel-heading .collapsed {
  background: #fff;
  color: #06223e;
  border: 2px solid #193775;
}

.faq .panel-heading .collapsed i {
  -webkit-transform: rotate(0);
  -moz-transform: rotate(0);
  -o-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
  top: 34%;
}

@media (max-width: 767px) {
  .faq .panel-heading .collapsed i {
    top: 30%;
  }
}

.faq .panel-heading a i {
  position: absolute;
  right: 25px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  -webkit-transform-origin: center 5px;
  -ms-transform-origin: center 5px;
  transform-origin: center 5px;
}

@media (max-width: 600px) {
  .faq .panel-heading a i {
    display: none;
  }
}

.faq .panel-body {
  padding: 20px 20px 20px 210px;
  position: relative;
}

@media (max-width: 1199px) {
  .faq .panel-body {
    min-height: 165px;
  }
}

@media (max-width: 767px) {
  .faq .panel-body {
    padding: 15px 2px;
  }
}

.faq .panel-body .img-holder {
  width: 170px;
  height: 125px;
  position: absolute;
  left: 20px;
  top: 20px;
}

@media (max-width: 767px) {
  .faq .panel-body .img-holder {
    position: static;
    margin-bottom: 10px;
  }
}

.faq .panel-body p {
  line-height: 1.6em;
  margin: 0;
}

.faq .panel-group {
  margin-bottom: 0;
}

/*--------------------------------------------------------------
#1.5	testimonials-style2
--------------------------------------------------------------*/
.testimonials-style2 {
  text-align: center;
}

.testimonials-style2 .testimonials-slider-style2 img {
  display: inline-block;
  width: auto;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}

.testimonials-style2 .details {
  margin-top: 30px;
}

@media (max-width: 767px) {
  .testimonials-style2 .details {
    margin-top: 15px;
  }
}

.testimonials-style2 .details p {
  font-size: 1.5625rem;
  color: #fff;
  line-height: 1.6em;
  margin-bottom: 1em;
}

@media (max-width: 991px) {
  .testimonials-style2 .details p {
    font-size: 1.25rem;
  }
}

@media (max-width: 767px) {
  .testimonials-style2 .details p {
    font-size: 0.9375rem;
  }
}

.testimonials-style2 .details .rating {
  margin-bottom: 8px;
}

.testimonials-style2 .details .rating i {
  font-size: 1.125rem;
  color: #f39c12;
}

@media (max-width: 767px) {
  .testimonials-style2 .details .rating i {
    font-size: 0.9375rem;
  }
}

.testimonials-style2 .details h4 {
  font-size: 1.375rem;
  color: #fff;
  margin: 0;
}

@media (max-width: 991px) {
  .testimonials-style2 .details h4 {
    font-size: 1.25rem;
  }
}

@media (max-width: 767px) {
  .testimonials-style2 .details h4 {
    font-size: 0.9375rem;
  }
}

.testimonials-style2 .testimonials-slider-style2 .owl-controls {
  margin-top: 60px;
}

@media (max-width: 767px) {
  .testimonials-style2 .testimonials-slider-style2 .owl-controls {
    margin-top: 40px;
  }
}

.testimonials-style2 .testimonials-slider-style2 .owl-controls .owl-nav > div {
  background-color: transparent;
  width: 40px;
  height: 40px;
  line-height: 36px;
  font-size: 1.125rem;
  padding: 0;
  margin: 0 10px 0 0;
  border: 2px solid #fff;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
}

@media (max-width: 767px) {
  .testimonials-style2 .testimonials-slider-style2 .owl-controls .owl-nav > div {
    width: 35px;
    height: 35px;
    line-height: 30px;
    font-size: 1rem;
  }
}

.testimonials-style2 .testimonials-slider-style2 .owl-controls .owl-nav > div:hover {
  background-color: #f39c12;
  border-color: #f39c12;
}

/*--------------------------------------------------------------
#	home style 3
--------------------------------------------------------------*/
/*--------------------------------------------------------------
#2.1	featured
--------------------------------------------------------------*/
.home-style3 .slider-section {
  margin-top: 0;
}

.home-style3 .faq {
  padding-top: 0;
}

.home-style3 .featured {
  padding: 0;
  position: relative;
  z-index: 50;
}

@media (max-width: 991px) {
  .home-style3 .featured {
    padding-top: 100px;
  }
}

@media (max-width: 767px) {
  .home-style3 .featured {
    padding-top: 80px;
  }
}

@media screen and (min-width: 992px) {
  .home-style3 .featured {
    margin-top: -65px;
  }
}

@media (max-width: 1199px) {
  .home-style3 .featured .content > .col:last-child {
    margin-bottom: 0;
  }
}

/*--------------------------------------------------------------
#2.2	about-us-section-style3
--------------------------------------------------------------*/
.about-us-section-style3 {
  padding-bottom: 80px;
  background-image: none;
}

@media (max-width: 991px) {
  .about-us-section-style3 {
    padding-bottom: 100px;
  }
}

@media (max-width: 767px) {
  .about-us-section-style3 {
    padding-bottom: 80px;
  }
}

@media (max-width: 991px) {
  .about-us-section-style3 .about-company-slider-wrapper {
    margin-top: 60px;
  }
}

.about-us-section-style3 .about-company-slider {
  position: relative;
}

.about-us-section-style3 .about-company-slider img {
  max-width: 100%;
}

@media (max-width: 991px) {
  .about-us-section-style3 .about-company-slider {
    max-width: 500px;
  }
}

.about-us-section-style3 .about-company-slider .owl-controls {
  width: 100%;
  margin: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.about-us-section-style3 .about-company-slider .owl-controls .owl-nav > div {
  background: #f39c12;
  width: 40px;
  height: 40px;
  line-height: 40px;
  margin: 0;
  padding: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}

@media (max-width: 767px) {
  .about-us-section-style3 .about-company-slider .owl-controls .owl-nav > div {
    width: 35px;
    height: 35px;
    line-height: 35px;
  }
}

.about-us-section-style3 .about-company-slider .owl-controls .owl-nav .owl-prev,
.about-us-section-style3 .about-company-slider .owl-controls .owl-nav .owl-next {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.about-us-section-style3 .about-company-slider .owl-controls .owl-nav > div:hover {
  background: #193775;
}

.about-us-section-style3 .about-company-slider .owl-controls .owl-nav .owl-prev {
  left: 0;
}

.about-us-section-style3 .about-company-slider .owl-controls .owl-nav .owl-next {
  right: 0;
}

/*--------------------------------------------------------------
#2.3	team
--------------------------------------------------------------*/
.team .team-slider .owl-controls {
  margin-top: 60px;
}

@media (max-width: 767px) {
  .team .team-slider .owl-controls {
    margin-top: 40px;
  }
}

.team .team-slider .owl-controls .owl-dots > div span {
  background: #193775;
  background: -webkit-linear-gradient(left, #193775, #00abc9);
  background: -moz-linear-gradient(left, #193775, #00abc9);
  background: -o-linear-gradient(left, #193775, #00abc9);
  background: -ms-linear-gradient(left, #193775, #00abc9);
  background: linear-gradient(left, #193775, #00abc9);
  width: 18px;
  height: 18px;
  margin: 0 10px 0 0;
  position: relative;
}

@media (max-width: 767px) {
  .team .team-slider .owl-controls .owl-dots > div span {
    width: 15px;
    height: 15px;
    margin: 0 7px 0 0;
  }
}

.team .team-slider .owl-controls .owl-dots > div span:before {
  content: "";
  width: 14px;
  height: 14px;
  background: #fff;
  position: absolute;
  left: 2px;
  top: 2px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}

@media (max-width: 767px) {
  .team .team-slider .owl-controls .owl-dots > div span:before {
    width: 11px;
    height: 11px;
    left: 2px;
    top: 2px;
  }
}

.team .team-slider .owl-controls .owl-dots > .active span:before {
  background: #f39c12;
  box-shadow: 0 0 0 2px #f39c12;
}

/*--------------------------------------------------------------
#2.4	pricing
--------------------------------------------------------------*/
.pricing {
  padding-top: 0;
}

.pricing .section-title {
  text-align: left;
}

.pricing .section-title h2:after {
  left: 0;
  -webkit-transform: none;
  -moz-transform: none;
  -o-transform: none;
  -ms-transform: none;
  transform: none;
}

@media (max-width: 991px) {
  .pricing .pricing-grids > .col {
    margin-bottom: 80px;
  }
  .pricing .pricing-grids > .col:last-child {
    margin-bottom: 0;
    margin-left: 187px;
  }
}

@media (max-width: 767px) {
  .pricing .pricing-grids > .col {
    margin-bottom: 45px;
  }
  .pricing .pricing-grids > .col:last-child {
    margin-left: 0;
  }
}
img{max-width:100%}
.news-details .entry-details{ margin-left:20px}
 
/*--------------------------------------------------------------
#2.5	cta
--------------------------------------------------------------*/
.cta {
  padding: 40px 0;
  position: relative;
}

.cta:before {
  content: "";
  background: rgba(25, 55, 117, 0.9);
  background: -webkit-linear-gradient(left, rgba(25, 55, 117, 0.9), rgba(0, 171, 201, 0.9));
  background: -moz-linear-gradient(left, rgba(25, 55, 117, 0.9), rgba(0, 171, 201, 0.9));
  background: -o-linear-gradient(left, rgba(25, 55, 117, 0.9), rgba(0, 171, 201, 0.9));
  background: -ms-linear-gradient(left, rgba(25, 55, 117, 0.9), rgba(0, 171, 201, 0.9));
  background: linear-gradient(left, rgba(25, 55, 117, 0.9), rgba(0, 171, 201, 0.9));
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.cta h5 {
  font-size: 2.25rem;
  color: #fff;
  margin: 0;
}

@media (max-width: 991px) {
  .cta h5 {
    font-size: 1.375rem;
    line-height: 1.3em;
  }
}

.cta .btn {
  background-color: #f39c12;
  font-size: 1.0625rem;
  color: #fff;
  padding: 12px 35px;
  margin-top:20%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -o-border-radius: 30px;
  -ms-border-radius: 30px;
  border-radius: 30px;
}

@media (max-width: 991px) {
  .cta .btn {
    font-size: 1rem;
    padding: 10px 25px;
  }
}

@media (max-width: 767px) {
  .cta .btn {
    font-size: 0.9375rem;
    position: static;
    margin-top: 25px;
    padding: 8px 20px;
    -webkit-transform: none;
    -moz-transform: none;
    -o-transform: none;
    -ms-transform: none;
    transform: none;
  }
}

/*--------------------------------------------------------------
#2.6	partner
--------------------------------------------------------------*/
.partner {
  text-align: center;
  padding: 80px 0;
}

@media (max-width: 767px) {
  .partner {
    padding: 50px 0;
  }
}

.partner .grid img {
  display: inline-block;
  width: auto;
  max-width: 90%;
}

/*--------------------------------------------------------------
#	about page
--------------------------------------------------------------*/
/*--------------------------------------------------------------
#3.1	page title
--------------------------------------------------------------*/
.about-page .page-title {
  background-image: url(../images/page-title/img-7.jpg);
}

/*--------------------------------------------------------------
#3.2	about-company-s2	
--------------------------------------------------------------*/
.about-company-s2 {
  /*** about compay slider ***/
  /*** mission ***/
}

.about-company-s2 .section-title {
  margin-bottom: 45px;
}

@media (max-width: 991px) {
  .about-company-s2 .section-title {
    margin-bottom: 35px;
  }
}

.about-company-s2 .about-company-s2-slider .owl-controls {
  margin: 30px 0 35px;
}

@media (max-width: 991px) {
  .about-company-s2 .about-company-s2-slider .owl-controls {
    margin: 20px 0 25px;
  }
}

.about-company-s2 .about-company-s2-slider .owl-dots > div span,
.about-company-s2 .about-company-s2-slider .owl-dots > .active span {
  width: 15px;
  height: 15px;
  background: #193775;
  background: -webkit-linear-gradient(left, #193775, #00abc9);
  background: -moz-linear-gradient(left, #193775, #00abc9);
  background: -o-linear-gradient(left, #193775, #00abc9);
  background: -ms-linear-gradient(left, #193775, #00abc9);
  background: linear-gradient(left, #193775, #00abc9);
  margin: 0 10px 0 0;
  position: relative;
}

@media (max-width: 767px) {
  .about-company-s2 .about-company-s2-slider .owl-dots > div span,
  .about-company-s2 .about-company-s2-slider .owl-dots > .active span {
    width: 13px;
    height: 13px;
    margin: 0 10px 0 0;
  }
}

.about-company-s2 .about-company-s2-slider .owl-dots > div span:before {
  content: "";
  background: #fff;
  width: 11px;
  height: 11px;
  position: absolute;
  left: 2px;
  top: 2px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}

@media (max-width: 767px) {
  .about-company-s2 .about-company-s2-slider .owl-dots > div span:before {
    width: 11px;
    height: 11px;
    left: 1px;
    top: 1px;
  }
}

.about-company-s2 .about-company-s2-slider .owl-dots > div:hover span,
.about-company-s2 .about-company-s2-slider .owl-dots > div:hover span:before,
.about-company-s2 .about-company-s2-slider .owl-dots > .active span,
.about-company-s2 .about-company-s2-slider .owl-dots > .active span:before {
  background: #f39c12;
}

.about-company-s2 .about-company-s2-slider-wrapper {
  padding-bottom: 35px;
  position: relative;
}

.about-company-s2 .about-company-s2-slider-wrapper:after {
  content: "";
  width: 97%;
  height: 1px;
  border-bottom: 1px solid #e6e6e6;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.about-company-s2 .about-company-s2-slider-wrapper p {
  text-align: center;
}

@media screen and (min-width: 992px) {
  .about-company-s2 .about-company-s2-slider-wrapper p {
    padding: 0 45px;
  }
}

.about-company-s2 .mission {
  margin-top: 45px;
}

.about-company-s2 .mission .section-title {
  text-align: left;
}

.about-company-s2 .mission .section-title h2 {
  line-height: 1.2em;
}

.about-company-s2 .mission .section-title h2:after {
  left: 0;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.about-company-s2 .mission .details {
  margin-top: 30px;
}

@media (max-width: 991px) {
  .about-company-s2 .mission .details {
    margin-bottom: 100px;
  }
}

@media (max-width: 767px) {
  .about-company-s2 .mission .details {
    margin-bottom: 80px;
  }
}

.about-company-s2 .mission .details li {
  font-size: 1.0625rem;
  line-height: 1.7em;
  color: #667380;
  margin-bottom: 22px;
}

@media (max-width: 991px) {
  .about-company-s2 .mission .details li {
    font-size: 0.9375rem;
    margin-bottom: 15px;
  }
}

.about-company-s2 .mission .details li i {
  display: inline-block;
  padding-right: 5px;
  color: #f39c12;
}

.about-company-s2 .mission .details ul li:last-child {
  margin-bottom: 0;
}

.about-company-s2 .mission .details .right-col {
  background: url("../images/about-page-video-bg.jpg") center center/cover no-repeat local;
  text-align: center;
  position: relative;
}

@media (max-width: 991px) {
  .about-company-s2 .mission .details .right-col {
    margin: 45px 15px 0;
  }
}

@media (max-width: 767px) {
  .about-company-s2 .mission .details .right-col {
    height: 250px !important;
  }
}

.about-company-s2 .mission .details .right-col:before {
  content: "";
  background: rgba(25, 55, 117, 0.9);
  background: -webkit-linear-gradient(left, rgba(25, 55, 117, 0.9), rgba(0, 171, 201, 0.9));
  background: -moz-linear-gradient(left, rgba(25, 55, 117, 0.9), rgba(0, 171, 201, 0.9));
  background: -o-linear-gradient(left, rgba(25, 55, 117, 0.9), rgba(0, 171, 201, 0.9));
  background: -ms-linear-gradient(left, rgba(25, 55, 117, 0.9), rgba(0, 171, 201, 0.9));
  background: linear-gradient(left, rgba(25, 55, 117, 0.9), rgba(0, 171, 201, 0.9));
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.about-company-s2 .mission .details .right-col a {
  font-size: 2.1875rem;
  color: #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

/*** others ***/
.about-page .team {
  background-color: #06223e;
}

.about-page .team .section-title h2 {
  color: #fff;
}

.about-page .team .section-title h2:after {
  background: #fff;
  background: -webkit-linear-gradient(left, #f39c12 46%, #06223e 46.1%, #06223e 54%, #f39c12 54.1%);
  background: -moz-linear-gradient(left, #f39c12 46%, #06223e 46.1%, #06223e 54%, #f39c12 54.1%);
  background: -o-linear-gradient(left, #f39c12 46%, #06223e 46.1%, #06223e 54%, #f39c12 54.1%);
  background: -ms-linear-gradient(left, #f39c12 46%, #06223e 46.1%, #06223e 54%, #f39c12 54.1%);
  background: linear-gradient(left, #f39c12 46%, #06223e 46.1%, #06223e 54%, #f39c12 54.1%);
  width: 105px;
}

.about-page .team .section-title p {
  color: #cccccc;
}

.about-page .team .team-slider .owl-controls .owl-dots > div span:before {
  background: #06223e;
}

.about-page .team .team-slider .owl-controls .owl-dots > .active span:before {
  background: #f39c12;
}

/*--------------------------------------------------------------
#	services
--------------------------------------------------------------*/
/*--------------------------------------------------------------
#4.1	featured
--------------------------------------------------------------*/
@media screen and (min-width: 992px) {
  .service-page .featured {
    padding-bottom: 85px;
  }
  .service-page .featured .content > .col {
    margin-bottom: 35px;
  }
}

/*--------------------------------------------------------------
#	services st2 page
--------------------------------------------------------------*/
/*--------------------------------------------------------------
#5.1	service-st2-content	
--------------------------------------------------------------*/
@media (max-width: 991px) {
  .service-st2 .featured {
    padding-bottom: 100px;
  }
}

@media (max-width: 767px) {
  .service-st2 .featured {
    padding-bottom: 80px;
  }
}

@media (max-width: 991px) {
  .service-st2-content {
    margin-bottom: 100px;
  }
}

@media (max-width: 767px) {
  .service-st2-content {
    margin-bottom: 80px;
  }
}

.service-st2-content .section-title {
  text-align: left;
  margin-bottom: 60px;
}

@media (max-width: 767px) {
  .service-st2-content .section-title {
    margin-bottom: 40px;
  }
}

.service-st2-content .section-title h2 {
  margin: 0;
  padding: 0;
  line-height: 1.1em;
}

@media (max-width: 1199px) {
  .service-st2-content .section-title h2 {
    font-size: 2.1875rem;
  }
}

@media (max-width: 991px) {
  .service-st2-content .section-title h2 {
    font-size: 2rem;
  }
}

@media (max-width: 767px) {
  .service-st2-content .section-title h2 {
    font-size: 1.5rem;
  }
}

.service-st2-content .section-title h2:after {
  display: none;
}

.service-st2-content .grids > .col {
  margin-bottom: 30px;
}

@media (max-width: 650px) {
  .service-st2-content .grids > .col {
    width: 100%;
  }
}

.service-st2-content .load-more {
  text-align: center;
  margin-top: 55px;
}

@media (max-width: 991px) {
  .service-st2-content .load-more {
    margin-top: 35px;
  }
}

@media (max-width: 767px) {
  .service-st2-content .load-more {
    margin-top: 20px;
  }
}

.service-st2-content .load-more > div {
  background: #193775;
  background: -webkit-linear-gradient(left, #193775, #00abc9);
  background: -moz-linear-gradient(left, #193775, #00abc9);
  background: -o-linear-gradient(left, #193775, #00abc9);
  background: -ms-linear-gradient(left, #193775, #00abc9);
  background: linear-gradient(left, #193775, #00abc9);
  width: 150px;
  height: 45px;
  line-height: 45px;
  margin: 0 auto;
  position: relative;
}

@media (max-width: 991px) {
  .service-st2-content .load-more > div {
    width: 130px;
    height: 42px;
    line-height: 42px;
  }
}

.service-st2-content .load-more > div:before {
  content: "";
  background: #fff;
  width: 146px;
  height: 41px;
  position: absolute;
  left: 2px;
  top: 2px;
}

@media (max-width: 991px) {
  .service-st2-content .load-more > div:before {
    width: 126px;
    height: 38px;
  }
}

.service-st2-content .load-more a {
  width: 150px;
  height: 45px;
  line-height: 45px;
  display: block;
  font-size: 1.125rem;
  color: #f39c12;
  padding: 0;
  position: relative;
  z-index: 10;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
}

@media (max-width: 991px) {
  .service-st2-content .load-more a {
    width: 130px;
    height: 42px;
    line-height: 42px;
    font-size: 0.9375rem;
  }
}

.service-st2-content .load-more a i {
  font-size: 1rem;
  display: inline-block;
  padding-right: 5px;
}

/*--------------------------------------------------------------
#	service single page
--------------------------------------------------------------*/
/*--------------------------------------------------------------
#6.1	service-single-content	
--------------------------------------------------------------*/
.service-single-content {
  /*** service-details ***/
  /*** service single tab ***/
}

.service-single-content .service-details h2 {
  font-size: 2.625rem;
  line-height: 0.8em;
  font-weight: normal;
  margin: 0 0 0.95em;
}

@media (max-width: 991px) {
  .service-single-content .service-details h2 {
    font-size: 2rem;
  }
}

@media (max-width: 767px) {
  .service-single-content .service-details h2 {
    font-size: 1.5rem;
  }
}

.service-single-content .service-details p {
  margin: 0 0 30px;
}

.service-single-content .service-details ul li {
  color: #667380;
  margin-bottom: 20px;
}

@media (max-width: 767px) {
  .service-single-content .service-details ul li {
    margin-bottom: 15px;
  }
}

.service-single-content .service-details ul li:last-child {
  margin-bottom: 0;
}

.service-single-content .service-details ul i {
  color: #f39c12;
  display: inline-block;
  padding-right: 5px;
}

.service-single-content .service-single-slider {
  margin-top: 80px;
}

@media (max-width: 991px) {
  .service-single-content .service-single-slider {
    margin-top: 60px;
  }
}

@media (max-width: 767px) {
  .service-single-content .service-single-slider {
    margin-top: 40px;
  }
}

.service-single-content .service-single-slider .owl-controls {
  margin-top: 40px;
}

@media (max-width: 767px) {
  .service-single-content .service-single-slider .owl-controls {
    margin-top: 30px;
  }
}

.service-single-content .service-single-slider .owl-dots > div span,
.service-single-content .service-single-slider .owl-dots > .active span {
  width: 15px;
  height: 15px;
  background: #193775;
  background: -webkit-linear-gradient(left, #193775, #00abc9);
  background: -moz-linear-gradient(left, #193775, #00abc9);
  background: -o-linear-gradient(left, #193775, #00abc9);
  background: -ms-linear-gradient(left, #193775, #00abc9);
  background: linear-gradient(left, #193775, #00abc9);
  margin: 0 10px 0 0;
  position: relative;
}

@media (max-width: 767px) {
  .service-single-content .service-single-slider .owl-dots > div span,
  .service-single-content .service-single-slider .owl-dots > .active span {
    width: 13px;
    height: 13px;
    margin: 0 10px 0 0;
  }
}

.service-single-content .service-single-slider .owl-dots > div span:before {
  content: "";
  background: #fff;
  width: 11px;
  height: 11px;
  position: absolute;
  left: 2px;
  top: 2px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}

@media (max-width: 767px) {
  .service-single-content .service-single-slider .owl-dots > div span:before {
    width: 11px;
    height: 11px;
    left: 1px;
    top: 1px;
  }
}

.service-single-content .service-single-slider .owl-dots > div:hover span,
.service-single-content .service-single-slider .owl-dots > div:hover span:before,
.service-single-content .service-single-slider .owl-dots > .active span,
.service-single-content .service-single-slider .owl-dots > .active span:before {
  background: #f39c12;
}

.service-single-content .service-single-tab {
  margin-top: 80px;
}

@media (max-width: 991px) {
  .service-single-content .service-single-tab {
    margin-top: 60px;
  }
}

@media (max-width: 767px) {
  .service-single-content .service-single-tab {
    margin-top: 40px;
  }
}

.service-single-content .service-single-tab .nav {
  overflow: hidden;
}

.service-single-content .service-single-tab .nav li {
  float: left;
}

.service-single-content .service-single-tab .nav a {
  font-size: 1.125rem;
  font-weight: bold;
  color: #f39c12;
  padding: 10px 45px;
}

@media (max-width: 767px) {
  .service-single-content .service-single-tab .nav a {
    font-size: 0.875rem;
    padding: 10px 17px;
  }
}

.service-single-content .service-single-tab .nav a:hover {
  background: none;
}

.service-single-content .service-single-tab .nav .active a {
  background: #193775;
  background: -webkit-linear-gradient(left, #193775, #00abc9);
  background: -moz-linear-gradient(left, #193775, #00abc9);
  background: -o-linear-gradient(left, #193775, #00abc9);
  background: -ms-linear-gradient(left, #193775, #00abc9);
  background: linear-gradient(left, #193775, #00abc9);
  color: #fff;
}

.service-single-content .tab-content {
  padding-top: 35px;
}

@media (max-width: 767px) {
  .service-single-content .tab-content {
    padding-top: 25px;
  }
}

.service-single-content .tab-content .tab-pane p {
  margin-bottom: 35px;
}

@media (max-width: 767px) {
  .service-single-content .tab-content .tab-pane p {
    margin-bottom: 15px;
  }
}

.service-single-content .tab-content .tab-pane p:last-child {
  margin-bottom: 0;
}

/*--------------------------------------------------------------
#	case studies page
--------------------------------------------------------------*/
/*--------------------------------------------------------------
#7.1	page title
--------------------------------------------------------------*/
.case-studies-page .page-title {
  background-image: url(../images/page-title/img-8.jpg);
}

/*--------------------------------------------------------------
#7.2	case-studies
--------------------------------------------------------------*/
.case-studies .case-studies-grids > .col {
  margin-bottom: 80px;
}

@media (max-width: 767px) {
  .case-studies .case-studies-grids > .col {
    margin-bottom: 50px;
  }
}

@media (max-width: 550px) {
  .case-studies .case-studies-grids > .col {
    width: 100%;
  }
}

.case-studies .page-pagination {
  margin-top: 40px;
}

@media (max-width: 991px) {
  .case-studies .page-pagination {
    margin-top: 20px;
  }
}

/*--------------------------------------------------------------
#	case studies style 2 page
--------------------------------------------------------------*/
/*--------------------------------------------------------------
#8.1	page title
--------------------------------------------------------------*/
.case-studies-page-style2 .page-title {
  background-image: url(../images/page-title/img-8.jpg);
}

/*--------------------------------------------------------------
#8.2	case-studies-s2-content-wrapper
--------------------------------------------------------------*/
@media (max-width: 991px) {
  .case-studies-s2-content {
    margin-bottom: 100px;
  }
}

@media (max-width: 767px) {
  .case-studies-s2-content {
    margin-bottom: 80px;
  }
}

.case-studies-s2-content > .row {
  margin-bottom: 35px;
}

@media (max-width: 767px) {
  .case-studies-s2-content > .row {
    text-align: center;
    margin-bottom: 50px;
  }
}

.case-studies-s2-content > .row .img-holder img {
  display: inline-block;
}

.case-studies-s2-content > .row:last-child {
  margin-top: 100px;
  margin-bottom: 0;
}

@media (max-width: 991px) {
  .case-studies-s2-content > .row:last-child {
    margin-top: 80px;
  }
}

@media (max-width: 767px) {
  .case-studies-s2-content > .row:last-child {
    margin-top: 50px;
  }
}

@media (max-width: 767px) {
  .case-studies-s2-content .details {
    margin-top: 20px;
  }
}

.case-studies-s2-content .details h3 {
  font-size: 1.75rem;
  font-weight: normal;
  line-height: 1.2em;
  margin: 0 0 0.38em;
}

@media (max-width: 1199px) {
  .case-studies-s2-content .details h3 {
    font-size: 1.375rem;
  }
}

@media (max-width: 767px) {
  .case-studies-s2-content .details h3 {
    font-size: 1.125rem;
  }
}

.case-studies-s2-content .details > span {
  display: block;
  color: #667380;
}

.case-studies-s2-content .details .read-more {
  background: #193775;
  background: -webkit-linear-gradient(left, #193775, #00abc9);
  background: -moz-linear-gradient(left, #193775, #00abc9);
  background: -o-linear-gradient(left, #193775, #00abc9);
  background: -ms-linear-gradient(left, #193775, #00abc9);
  background: linear-gradient(left, #193775, #00abc9);
  width: 135px;
  height: 42px;
  display: inline-block;
  margin-top: 58px;
  position: relative;
}

@media (max-width: 1199px) {
  .case-studies-s2-content .details .read-more {
    margin-top: 50px;
  }
}

@media (max-width: 767px) {
  .case-studies-s2-content .details .read-more {
    width: 126px;
    height: 36px;
    margin-top: 20px;
  }
}

.case-studies-s2-content .details .read-more a {
  background: #fff;
  display: block;
  width: 131px;
  height: 38px;
  line-height: 34px;
  font-size: 1rem;
  color: #f39c12;
  padding: 0;
  text-transform: capitalize;
  position: absolute;
  left: 2px;
  top: 2px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
}

@media (max-width: 767px) {
  .case-studies-s2-content .details .read-more a {
    width: 124px;
    height: 34px;
    line-height: 30px;
    font-size: 0.9375rem;
    left: 1px;
    top: 1px;
  }
}

.case-studies-s2-content .details .read-more:hover {
  background: #f39c12;
}

.case-studies-s2-content .details .read-more:hover a {
  background: #f39c12;
  color: #fff;
}

/*--------------------------------------------------------------
#	case study single page
--------------------------------------------------------------*/
/*--------------------------------------------------------------
#9.1	page title
--------------------------------------------------------------*/
.case-study-single-page .page-title {
  background-image: url(../images/page-title/img-2.jpg);
}

/*--------------------------------------------------------------
#9.2	case-study-single-content
--------------------------------------------------------------*/
.case-study-single-content .case-details {
  /*** service single tab ***/
}

@media (max-width: 991px) {
  .case-study-single-content .case-details {
    margin-bottom: 100px;
  }
}

@media (max-width: 767px) {
  .case-study-single-content .case-details {
    margin-bottom: 80px;
  }
}

.case-study-single-content .case-details h3 {
  font-size: 2rem;
  font-weight: normal;
  margin: 0 0 0.31em;
}

@media (max-width: 991px) {
  .case-study-single-content .case-details h3 {
    font-size: 1.75rem;
  }
}

@media (max-width: 767px) {
  .case-study-single-content .case-details h3 {
    font-size: 1.5rem;
  }
}

.case-study-single-content .case-details .case-title {
  margin: 50px 0 30px;
}

@media (max-width: 767px) {
  .case-study-single-content .case-details .case-title {
    margin: 35px 0 20px;
  }
}

.case-study-single-content .case-details .case-title > span {
  font-size: 1.125rem;
  display: block;
  color: #999999;
}

@media (max-width: 767px) {
  .case-study-single-content .case-details .case-title > span {
    font-size: 1rem;
  }
}

.case-study-single-content .case-details .chart {
  height: 400px;
  margin: 35px 0 45px;
}

@media (max-width: 767px) {
  .case-study-single-content .case-details .chart {
    height: 300px;
  }
}

.case-study-single-content .case-details .case-single-tab {
  margin-top: 45px;
}

.case-study-single-content .case-details .case-single-tab .nav {
  overflow: hidden;
}

.case-study-single-content .case-details .case-single-tab .nav li {
  float: left;
}

.case-study-single-content .case-details .case-single-tab .nav a {
  font-size: 1.125rem;
  font-weight: bold;
  color: #f39c12;
  padding: 10px 45px;
}

@media (max-width: 767px) {
  .case-study-single-content .case-details .case-single-tab .nav a {
    font-size: 0.875rem;
    padding: 10px 17px;
  }
}

.case-study-single-content .case-details .case-single-tab .nav a:hover {
  background: none;
}

.case-study-single-content .case-details .case-single-tab .nav .active a {
  background: #193775;
  background: -webkit-linear-gradient(left, #193775, #00abc9);
  background: -moz-linear-gradient(left, #193775, #00abc9);
  background: -o-linear-gradient(left, #193775, #00abc9);
  background: -ms-linear-gradient(left, #193775, #00abc9);
  background: linear-gradient(left, #193775, #00abc9);
  color: #fff;
}

.case-study-single-content .case-details .tab-content {
  padding-top: 35px;
}

@media (max-width: 767px) {
  .case-study-single-content .case-details .tab-content {
    padding-top: 25px;
  }
}

.case-study-single-content .case-details .tab-content .tab-pane p {
  margin-bottom: 25px;
}

@media (max-width: 767px) {
  .case-study-single-content .case-details .tab-content .tab-pane p {
    margin-bottom: 15px;
  }
}

.case-study-single-content .case-details .tab-content .tab-pane p:last-child {
  margin-bottom: 0;
}

.case-study-single-content .case-details .tab-details {
  margin-top: 60px;
  overflow: hidden;
}

@media (max-width: 767px) {
  .case-study-single-content .case-details .tab-details {
    margin-top: 30px;
  }
}

.case-study-single-content .case-details .tab-details .img-holder {
  width: 43%;
  float: left;
}

@media (max-width: 767px) {
  .case-study-single-content .case-details .tab-details .img-holder {
    width: 100%;
    float: none;
  }
}

.case-study-single-content .case-details .tab-details .info {
  width: 57%;
  float: right;
  padding-left: 40px;
}

@media (max-width: 767px) {
  .case-study-single-content .case-details .tab-details .info {
    width: 100%;
    float: none;
    padding-left: 0;
    margin-top: 25px;
  }
}

.case-study-single-content .case-details .tab-details ul li {
  line-height: 1.6em;
  color: #667380;
  margin-bottom: 25px;
  padding-left: 25px;
  position: relative;
}

@media (max-width: 767px) {
  .case-study-single-content .case-details .tab-details ul li {
    margin-bottom: 15px;
  }
}

.case-study-single-content .case-details .tab-details ul li:last-child {
  margin-bottom: 0;
}

.case-study-single-content .case-details .tab-details ul li i {
  color: #f39c12;
  position: absolute;
  left: 0;
  top: 6px;
}

/*--------------------------------------------------------------
#	careers page
--------------------------------------------------------------*/
/*--------------------------------------------------------------
#10.1	page title
--------------------------------------------------------------*/
.careers-page .page-title {
  background-image: url(../images/page-title/img-3.jpg);
}

/*--------------------------------------------------------------
#10.2	careers-content
--------------------------------------------------------------*/
.careers-content .section-title {
  text-align: left;
  margin: 0;
}

.careers-content .section-title h2:after {
  display: none;
}

@media (max-width: 1199px) {
  .careers-content .section-title h2 {
    font-size: 2.1875rem;
  }
}

@media (max-width: 991px) {
  .careers-content .section-title h2 {
    font-size: 2rem;
  }
}

@media (max-width: 767px) {
  .careers-content .section-title h2 {
    font-size: 1.5rem;
  }
}

.careers-content .first-row {
  margin-bottom: 40px;
}

@media (max-width: 767px) {
  .careers-content .first-row {
    margin-bottom: 30px;
  }
}

.careers-content .gallery-row {
  margin-bottom: 60px;
}

@media (max-width: 767px) {
  .careers-content .gallery-row {
    margin-bottom: 50px;
  }
}

.careers-content .careers-gallery {
  overflow: hidden;
}

.careers-content .careers-gallery img {
  max-width: 100%;
}

.careers-content .careers-gallery .img-holder {
  width: 50%;
  float: left;
}

@media (max-width: 991px) {
  .careers-content .reason-joinus {
    margin-bottom: 70px;
  }
}

.careers-content .reason-joinus h2 {
  line-height: 1.3em;
}

.careers-content .reason-joinus .grid-wrapper {
  overflow: hidden;
}

.careers-content .reason-joinus .grid {
  width: 50%;
  float: left;
  padding: 0 30px 30px;
}

@media (max-width: 1199px) {
  .careers-content .reason-joinus .grid {
    padding: 0 30px 30px 0;
  }
}

@media (max-width: 500px) {
  .careers-content .reason-joinus .grid {
    width: 100%;
    float: none;
    padding: 0 0 20px;
  }
}

@media (max-width: 500px) {
  .careers-content .reason-joinus .grid-wrapper .grid:last-child {
    padding-bottom: 0;
  }
}

.careers-content .reason-joinus .grid .icon {
  font-size: 35px;
  color: #f39c12;
  display: block;
  margin-bottom: 15px;
}

@media (max-width: 767px) {
  .careers-content .reason-joinus .grid .icon {
    font-size: 28px;
    margin-bottom: 10px;
  }
}

.careers-content .reason-joinus .grid p {
  margin: 0;
}

/*--------------------------------------------------------------
#0.0	recent-job
--------------------------------------------------------------*/
.recent-job {
  position: relative;
  /*** job list ***/
}

.recent-job:before {
  content: "";
  background: rgba(25, 55, 117, 0.9);
  background: -webkit-linear-gradient(left, rgba(25, 55, 117, 0.9), rgba(0, 171, 201, 0.9));
  background: -moz-linear-gradient(left, rgba(25, 55, 117, 0.9), rgba(0, 171, 201, 0.9));
  background: -o-linear-gradient(left, rgba(25, 55, 117, 0.9), rgba(0, 171, 201, 0.9));
  background: -ms-linear-gradient(left, rgba(25, 55, 117, 0.9), rgba(0, 171, 201, 0.9));
  background: linear-gradient(left, rgba(25, 55, 117, 0.9), rgba(0, 171, 201, 0.9));
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.recent-job .recent-job-slider {
  position: relative;
}

.recent-job .recent-job-slider .owl-controls {
  margin-top: 60px;
}

@media (max-width: 767px) {
  .recent-job .recent-job-slider .owl-controls {
    margin-top: 30px;
  }
}

.recent-job .recent-job-slider .owl-controls .owl-dots > div span {
  background: #fff;
  width: 16px;
  height: 16px;
  margin: 0 10px 0 0;
}

@media (max-width: 767px) {
  .recent-job .recent-job-slider .owl-controls .owl-dots > div span {
    width: 12px;
    height: 12px;
  }
}

.recent-job .recent-job-slider .owl-controls .owl-dots .active span {
  background: #f39c12;
}

.recent-job .job-list {
  background-color: #f39c12;
  background: -webkit-linear-gradient(left, #fff 30%, #f39c12 30.1%);
  background: -moz-linear-gradient(left, #fff 30%, #f39c12 30.1%);
  background: -o-linear-gradient(left, #fff 30%, #f39c12 30.1%);
  background: -ms-linear-gradient(left, #fff 30%, #f39c12 30.1%);
  background: linear-gradient(left, #fff 30%, #f39c12 30.1%);
  padding: 75px 45px;
  overflow: hidden;
}

@media (max-width: 1199px) {
  .recent-job .job-list {
    background: -webkit-linear-gradient(left, #fff 35%, #f39c12 35.1%);
    background: -moz-linear-gradient(left, #fff 35%, #f39c12 35.1%);
    background: -o-linear-gradient(left, #fff 35%, #f39c12 35.1%);
    background: -ms-linear-gradient(left, #fff 35%, #f39c12 35.1%);
    background: linear-gradient(left, #fff 35%, #f39c12 35.1%);
  }
}

@media (max-width: 991px) {
  .recent-job .job-list {
    background: #f39c12;
    padding: 45px;
  }
}

@media (max-width: 767px) {
  .recent-job .job-list {
    padding: 35px 25px;
  }
}

.recent-job .job-list:before {
  content: "";
  background-color: #fff;
  width: 200px;
  height: 100%;
  position: absolute;
  left: 200px;
  top: 0;
  -webkit-transform: skewX(-20deg);
  -ms-transform: skewX(-20deg);
  transform: skewX(-20deg);
}

@media (max-width: 1199px) {
  .recent-job .job-list:before {
    display: none;
  }
}

.recent-job .job-list .job-title {
  width: 40%;
  height: 100%;
  float: left;
  position: relative;
  z-index: 10;
}

@media (max-width: 1199px) {
  .recent-job .job-list .job-title {
    width: 35%;
  }
}

@media (max-width: 991px) {
  .recent-job .job-list .job-title {
    width: 100%;
    float: none;
  }
}

.recent-job .job-list .job-title h3 {
  font-size: 2rem;
  line-height: 1.3em;
  font-weight: normal;
  color: #1a1a1a;
  margin: 0 0 0.40em;
}

@media (max-width: 1199px) {
  .recent-job .job-list .job-title h3 {
    font-size: 1.5625rem;
  }
}

@media (max-width: 767px) {
  .recent-job .job-list .job-title h3 {
    font-size: 1.25rem;
  }
}

.recent-job .job-list .job-title .job-post {
  display: block;
  font-size: 1.0625rem;
  font-weight: bold;
  color: #999999;
}

@media (max-width: 991px) {
  .recent-job .job-list .job-title .job-post {
    font-size: 1rem;
    color: #fff;
  }
}

.recent-job .job-list .job-description {
  width: 60%;
  height: 100%;
  float: left;
  position: relative;
  z-index: 10;
  overflow: hidden;
}

@media (max-width: 1199px) {
  .recent-job .job-list .job-description {
    width: 65%;
    padding-left: 15px;
  }
}

@media (max-width: 991px) {
  .recent-job .job-list .job-description {
    width: 100%;
    float: none;
    padding-left: 0;
    margin-top: 35px;
  }
}

.recent-job .job-list .job-description .left-col {
  width: 60%;
  float: left;
}

@media (max-width: 767px) {
  .recent-job .job-list .job-description .left-col {
    width: 100%;
    float: none;
  }
}

.recent-job .job-list .job-description .left-col .details {
  font-size: 1.125rem;
  font-weight: bold;
}

@media (max-width: 991px) {
  .recent-job .job-list .job-description .left-col .details {
    font-size: 0.9375rem;
  }
}

.recent-job .job-list .job-description .right-col {
  width: 40%;
  float: left;
  text-align: center;
  margin-top: -12px;
}

@media (max-width: 767px) {
  .recent-job .job-list .job-description .right-col {
    width: 100%;
    float: none;
    margin: 15px 0 0;
  }
}

.recent-job .job-list .job-description p,
.recent-job .job-list .job-description a {
  color: #fff;
}

.recent-job .job-list .job-description .icon,
.recent-job .job-list .job-description .location {
  display: block;
  color: #fff;
}

.recent-job .job-list .job-description .icon {
  font-size: 50px;
  color: #fff;
}

@media (max-width: 991px) {
  .recent-job .job-list .job-description .icon {
    font-size: 35px;
  }
}

.recent-job .job-list .job-description .location {
  font-size: 1.125rem;
  margin-bottom: 5px;
}

@media (max-width: 991px) {
  .recent-job .job-list .job-description .location {
    font-size: 0.9375rem;
  }
}

.recent-job .job-list .job-description .apply-btn {
  background-color: #fff;
  display: inline-block;
  color: #f39c12;
  padding: 10px 30px;
  margin-top: 10px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -o-border-radius: 30px;
  -ms-border-radius: 30px;
  border-radius: 30px;
}

@media (max-width: 991px) {
  .recent-job .job-list .job-description .apply-btn {
    font-size: 0.9375rem;
    padding: 7px 25px;
  }
}

.recent-job .job-list .job-description .apply-btn:hover {
  background-color: #00abc9;
  color: #fff;
}

/*--------------------------------------------------------------
#	careers vacancy page
--------------------------------------------------------------*/
/*--------------------------------------------------------------
#11.1	page title
--------------------------------------------------------------*/
.careers-vacancy-page .page-title {
  background-image: url(../images/page-title/img-3.jpg);
}

/*--------------------------------------------------------------
#11.2	careers-vacancy-content
--------------------------------------------------------------*/
.careers-vacancy-content .vacancy-details {
  /*** service single tab ***/
}

.careers-vacancy-content .vacancy-details > h2 {
  font-size: 2.5rem;
  font-weight: normal;
  margin: 0 0 0.37em;
}

@media (max-width: 991px) {
  .careers-vacancy-content .vacancy-details > h2 {
    font-size: 2.125rem;
  }
}

@media (max-width: 767px) {
  .careers-vacancy-content .vacancy-details > h2 {
    font-size: 1.875rem;
  }
}

.careers-vacancy-content .vacancy-details .job-tag {
  overflow: hidden;
  margin-bottom: 35px;
}

.careers-vacancy-content .vacancy-details .job-tag li {
  float: left;
  color: #667380;
  padding-right: 12px;
  margin-right: 12px;
  position: relative;
}

.careers-vacancy-content .vacancy-details .job-tag li:after {
  content: "";
  background-color: #f39c12;
  width: 5px;
  height: 5px;
  position: absolute;
  right: -3px;
  top: 8px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}

.careers-vacancy-content .vacancy-details .job-tag li:last-child {
  margin: 0;
  padding: 0;
}

.careers-vacancy-content .vacancy-details .job-tag li:last-child:after {
  display: none;
}

.careers-vacancy-content .vacancy-details .btns > div {
  background: #193775;
  background: -webkit-linear-gradient(left, #193775, #00abc9);
  background: -moz-linear-gradient(left, #193775, #00abc9);
  background: -o-linear-gradient(left, #193775, #00abc9);
  background: -ms-linear-gradient(left, #193775, #00abc9);
  background: linear-gradient(left, #193775, #00abc9);
  width: 165px;
  height: 45px;
  line-height: 45px;
  display: inline-block;
  margin-right: 5px;
  position: relative;
}

@media (max-width: 991px) {
  .careers-vacancy-content .vacancy-details .btns > div {
    width: 145px;
    height: 40px;
    line-height: 40px;
  }
}

@media (max-width: 767px) {
  .careers-vacancy-content .vacancy-details .btns > div {
    width: 120px;
    height: 38px;
    line-height: 38px;
  }
}

.careers-vacancy-content .vacancy-details .btns .btn {
  background: #fff;
  width: 161px;
  height: 41px;
  line-height: 41px;
  font-size: 1.0625rem;
  color: #f39c12;
  padding: 0;
  position: absolute;
  left: 2px;
  top: 2px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
}

@media (max-width: 991px) {
  .careers-vacancy-content .vacancy-details .btns .btn {
    width: 143px;
    height: 38px;
    line-height: 38px;
    font-size: 0.9375rem;
    left: 1px;
    top: 1px;
  }
}

@media (max-width: 767px) {
  .careers-vacancy-content .vacancy-details .btns .btn {
    width: 118px;
    height: 36px;
    line-height: 36px;
    font-size: 0.875rem;
    left: 1px;
    top: 1px;
  }
}

.careers-vacancy-content .vacancy-details .btns .btn:hover {
  background: transparent;
  color: #fff;
}

.careers-vacancy-content .vacancy-details .btns i {
  color: #f39c12;
  position: absolute;
  left: 33px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 10;
}

@media (max-width: 991px) {
  .careers-vacancy-content .vacancy-details .btns i {
    left: 25px;
  }
}

.careers-vacancy-content .vacancy-details .job-tab {
  margin-top: 80px;
}

@media (max-width: 991px) {
  .careers-vacancy-content .vacancy-details .job-tab {
    margin-top: 60px;
  }
}

@media (max-width: 767px) {
  .careers-vacancy-content .vacancy-details .job-tab {
    margin-top: 40px;
  }
}

.careers-vacancy-content .vacancy-details .job-tab .nav-wrapper {
  text-align: center;
  border-bottom: 1px solid #e6e6e6;
  padding-bottom: 5px;
}

.careers-vacancy-content .vacancy-details .job-tab .nav {
  overflow: hidden;
  display: inline-block;
}

.careers-vacancy-content .vacancy-details .job-tab .nav li {
  float: left;
}

.careers-vacancy-content .vacancy-details .job-tab .nav a {
  font-size: 1.125rem;
  font-weight: bold;
  color: #f39c12;
  padding: 10px 45px;
}

@media (max-width: 767px) {
  .careers-vacancy-content .vacancy-details .job-tab .nav a {
    font-size: 0.875rem;
    padding: 10px 17px;
  }
}

.careers-vacancy-content .vacancy-details .job-tab .nav a:hover {
  background: none;
}

.careers-vacancy-content .vacancy-details .job-tab .nav .active a {
  background: #193775;
  background: -webkit-linear-gradient(left, #193775, #00abc9);
  background: -moz-linear-gradient(left, #193775, #00abc9);
  background: -o-linear-gradient(left, #193775, #00abc9);
  background: -ms-linear-gradient(left, #193775, #00abc9);
  background: linear-gradient(left, #193775, #00abc9);
  color: #fff;
}

.careers-vacancy-content .vacancy-details .job-tab .tab-content {
  padding-top: 35px;
}

@media (max-width: 767px) {
  .careers-vacancy-content .vacancy-details .job-tab .tab-content {
    padding-top: 25px;
  }
}

@media screen and (min-width: 1200px) {
  .careers-vacancy-content .vacancy-details .job-tab .tab-content .tab-pane ul {
    padding-right: 220px;
  }
}

.careers-vacancy-content .vacancy-details .job-tab .tab-content .tab-pane ul li {
  color: #667380;
  margin-bottom: 30px;
  padding-left: 20px;
  position: relative;
}

.careers-vacancy-content .vacancy-details .job-tab .tab-content .tab-pane li i {
  position: absolute;
  left: 0;
  top: 2px;
  color: #f39c12;
}

.careers-vacancy-content .vacancy-details .job-tab .tab-content .tab-pane p {
  margin-bottom: 35px;
}

@media (max-width: 767px) {
  .careers-vacancy-content .vacancy-details .job-tab .tab-content .tab-pane p {
    margin-bottom: 15px;
  }
}

.careers-vacancy-content .vacancy-details .job-tab .tab-content .tab-pane p:last-child {
  margin-bottom: 0;
}

.careers-vacancy-content .apply-job {
  margin-top: 70px;
}

@media (max-width: 991px) {
  .careers-vacancy-content .apply-job {
    margin: 50px 0 100px;
  }
}

@media (max-width: 767px) {
  .careers-vacancy-content .apply-job {
    margin: 50px 0 80px;
  }
}

.careers-vacancy-content .apply-job h2 {
  font-size: 2.125rem;
  font-weight: normal;
  margin: 0 0 1em;
}

@media (max-width: 991px) {
  .careers-vacancy-content .apply-job h2 {
    font-size: 1.875rem;
  }
}

@media (max-width: 767px) {
  .careers-vacancy-content .apply-job h2 {
    font-size: 1.5625rem;
  }
}

.careers-vacancy-content .apply-job .form ::-webkit-input-placeholder {
  font-style: 16px;
  font-style: normal;
  color: #999999;
}

.careers-vacancy-content .apply-job .form :-moz-placeholder {
  font-style: 16px;
  font-style: normal;
  color: #999999;
}

.careers-vacancy-content .apply-job .form ::-moz-placeholder {
  font-style: 16px;
  font-style: normal;
  color: #999999;
}

.careers-vacancy-content .apply-job .form :-ms-input-placeholder {
  font-style: 16px;
  font-style: normal;
  color: #999999;
}

.careers-vacancy-content .apply-job .form .inputfile + label:after {
  content: "\f0ee";
  font-family: "FontAwesome";
  color: #f39c12;
  font-size: 20px;
  position: absolute;
  right: 35px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.careers-vacancy-content .apply-job .form .inputfile {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1;
}

.careers-vacancy-content .apply-job .form .inputfile + label {
  background-color: #eef1f5;
  width: 100%;
  height: 50px;
  line-height: 50px;
  padding-left: 30px;
  font-size: 1rem;
  font-weight: normal;
  color: #999999;
  cursor: pointer;
}

@media (max-width: 991px) {
  .careers-vacancy-content .apply-job .form .inputfile + label {
    height: 45px;
    line-height: 45px;
  }
}

@media (max-width: 767px) {
  .careers-vacancy-content .apply-job .form .inputfile + label {
    height: 40px;
    line-height: 40px;
    padding-left: 20px;
    font-size: 0.875rem;
  }
}

.careers-vacancy-content .apply-job .form .inputfile + label i {
  display: inline-block;
  padding-right: 8px;
}

.careers-vacancy-content .apply-job .form .inputfile + label * {
  pointer-events: none;
}

.careers-vacancy-content .apply-job .form > div {
  margin-bottom: 30px;
}

@media (max-width: 767px) {
  .careers-vacancy-content .apply-job .form > div {
    margin-bottom: 15px;
  }
}

.careers-vacancy-content .apply-job .form input,
.careers-vacancy-content .apply-job .form textarea {
  background-color: #eef1f5;
  height: 50px;
  font-size: 1rem;
  padding-left: 30px;
  border: 0;
  box-shadow: none;
}

@media (max-width: 991px) {
  .careers-vacancy-content .apply-job .form input,
  .careers-vacancy-content .apply-job .form textarea {
    height: 45px;
  }
}

@media (max-width: 767px) {
  .careers-vacancy-content .apply-job .form input,
  .careers-vacancy-content .apply-job .form textarea {
    height: 40px;
    font-size: 0.875rem;
    padding-left: 20px;
  }
}

.careers-vacancy-content .apply-job .form textarea {
  height: 190px;
  padding-top: 25px;
}

@media (max-width: 991px) {
  .careers-vacancy-content .apply-job .form textarea {
    height: 150px;
  }
}

.careers-vacancy-content .apply-job .form .submit-btn {
  margin-bottom: 0;
}

.careers-vacancy-content .apply-job .form .submit-btn .btn {
  background: #193775;
  background: -webkit-linear-gradient(left, #193775, #00abc9);
  background: -moz-linear-gradient(left, #193775, #00abc9);
  background: -o-linear-gradient(left, #193775, #00abc9);
  background: -ms-linear-gradient(left, #193775, #00abc9);
  background: linear-gradient(left, #193775, #00abc9);
  width: 150px;
  height: 45px;
  line-height: 45px;
  font-size: 1.0625rem;
  color: #f39c12;
  padding: 0;
  border: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
}

@media (max-width: 767px) {
  .careers-vacancy-content .apply-job .form .submit-btn .btn {
    width: 130px;
    height: 40px;
    line-height: 40px;
    font-size: 0.9375rem;
  }
}

.careers-vacancy-content .apply-job .form .submit-btn .btn:hover {
  color: #fff;
}

/*--------------------------------------------------------------
#	team page
--------------------------------------------------------------*/
/*--------------------------------------------------------------
#12.1	page title
--------------------------------------------------------------*/
.team-page .page-title {
  background-image: url(../images/page-title/img-4.jpg);
}

/*--------------------------------------------------------------
#12.2	team-content
--------------------------------------------------------------*/
.team-page .team-content .team-grids-wrapper {
  overflow: hidden;
}

.team-page .team-content .team-grids .grid {
  overflow: hidden;
}

.team-page .team-content .team-grids > .col {
  margin-bottom: 30px;
}

@media (max-width: 415px) {
  .team-page .team-content .team-grids > .col {
    width: 100%;
  }
}

.team-page .team-content .team-grids img {
  max-width: 100%;
}

.team-page .team-content .page-pagination-row {
  margin-top: 50px;
}

@media (max-width: 991px) {
  .team-page .team-content .page-pagination-row {
    margin: 20px 0 100px;
  }
}

@media (max-width: 767px) {
  .team-page .team-content .page-pagination-row {
    margin: 20px 0 80px;
  }
}

/*--------------------------------------------------------------
#	team style 2 page
--------------------------------------------------------------*/
/*--------------------------------------------------------------
#13.1	page title
--------------------------------------------------------------*/
.team-s2-page .page-title {
  background-image: url(../images/page-title/img-4.jpg);
}

/*--------------------------------------------------------------
#13.2	team-s2-content
--------------------------------------------------------------*/
.team-s2-page .team-s2-grids > .col {
  margin-bottom: 60px;
}

@media (max-width: 767px) {
  .team-s2-page .team-s2-grids > .col {
    margin-bottom: 50px;
  }
}

@media (max-width: 500px) {
  .team-s2-page .team-s2-grids > .col {
    width: 100%;
  }
}

.team-s2-page .team-s2-grids .member-details {
  padding-top: 20px;
}

.team-s2-page .team-s2-grids .member-details h3 {
  font-size: 1.375rem;
  font-weight: normal;
  margin: 0 0 0.28em;
}

@media (max-width: 767px) {
  .team-s2-page .team-s2-grids .member-details h3 {
    font-size: 1.125rem;
  }
}

.team-s2-page .team-s2-grids .member-details > span {
  color: #999999;
  display: block;
  margin-bottom: 15px;
}

.team-s2-page .team-s2-grids .member-details .view-profile {
  display: inline-block;
  color: #f39c12;
  font-weight: bold;
  margin-top: 20px;
}

@media (max-width: 767px) {
  .team-s2-page .team-s2-grids .member-details .view-profile {
    margin-top: 10px;
  }
}

.team-s2-page .page-pagination-row {
  margin-top: 40px;
}

@media (max-width: 991px) {
  .team-s2-page .page-pagination-row {
    margin: 10px 0 100px;
  }
}

@media (max-width: 767px) {
  .team-s2-page .page-pagination-row {
    margin: 10px 0 80px;
  }
}

/*--------------------------------------------------------------
#	team single page
--------------------------------------------------------------*/
/*--------------------------------------------------------------
#14.1	team-single-content
--------------------------------------------------------------*/
.team-single-content {
  /*** member details ***/
  /*** experience ***/
}

@media (max-width: 767px) {
  .team-single-content .member-details {
    margin-top: 35px;
  }
}

.team-single-content .member-details h3 {
  font-size: 2rem;
  font-weight: normal;
  margin: 0 0 0.17em;
  text-transform: capitalize;
}

@media (max-width: 991px) {
  .team-single-content .member-details h3 {
    font-size: 1.625rem;
  }
}

@media (max-width: 767px) {
  .team-single-content .member-details h3 {
    font-size: 1.375rem;
  }
}

.team-single-content .member-details > span {
  display: block;
  color: #a6a6a6;
  margin-bottom: 15px;
}

.team-single-content .member-info {
  margin-top: 35px;
}

@media (max-width: 767px) {
  .team-single-content .member-info {
    margin-top: 20px;
  }
}

.team-single-content .member-info > li {
  position: relative;
  padding-left: 45px;
  color: #667380;
  margin-bottom: 15px;
}

@media (max-width: 991px) {
  .team-single-content .member-info > li {
    padding-left: 35px;
  }
}

.team-single-content .member-info > li > i {
  position: absolute;
  left: 0;
  top: 3px;
  font-size: 22px;
  color: #f39c12;
}

@media (max-width: 991px) {
  .team-single-content .member-info > li > i {
    font-size: 18px;
  }
}

.team-single-content .member-info > li > ul {
  overflow: hidden;
}

.team-single-content .member-info > li > ul li {
  float: left;
  margin: 0 15px 0 0;
}

@media (max-width: 991px) {
  .team-single-content .member-info > li > ul li {
    margin: 0 10px 0 0;
  }
}

.team-single-content .member-info > li > ul li:first-child a {
  background-color: #03638f;
}

.team-single-content .member-info > li > ul li:last-child a {
  background-color: #65b2e5;
}

.team-single-content .member-info > li > ul a {
  background-color: #00529c;
  width: 28px;
  height: 28px;
  line-height: 28px;
  display: block;
  font-size: 18px;
  color: #fff;
  padding: 0 5px;
  text-align: center;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
}

@media (max-width: 991px) {
  .team-single-content .member-info > li > ul a {
    width: 25px;
    height: 25px;
    line-height: 25px;
    font-size: 15px;
  }
}

.team-single-content .experience {
  margin-top: 50px;
}

@media (max-width: 991px) {
  .team-single-content .experience {
    margin: 40px -15px 100px;
  }
}

@media (max-width: 767px) {
  .team-single-content .experience {
    margin: 40px -15px 80px;
  }
}

@media screen and (min-width: 1200px) {
  .team-single-content .experience > .col:last-child {
    padding-right: 90px;
  }
}

.team-single-content .experience > .col:last-child span {
  font-weight: bold;
}

@media (max-width: 767px) {
  .team-single-content .experience > .col:last-child {
    margin-top: 35px;
  }
}

.team-single-content .experience h4 {
  font-size: 1.625rem;
  font-weight: normal;
  margin: 0 0 0.78em;
}

@media (max-width: 991px) {
  .team-single-content .experience h4 {
    font-size: 1.375rem;
  }
}

@media (max-width: 767px) {
  .team-single-content .experience h4 {
    font-size: 1.125rem;
  }
}

.team-single-content .experience ul li {
  margin-bottom: 10px;
  line-height: 1.7em;
}

.team-single-content .experience ul li i {
  color: #f39c12;
  display: include;
  padding-right: 3px;
}

.team-single-content .experience ul li:last-child {
  margin-bottom: 0;
}

/*--------------------------------------------------------------
#	partners page
--------------------------------------------------------------*/
/*--------------------------------------------------------------
#15.1	page title
--------------------------------------------------------------*/
.partners-page .page-title {
  background-image: url(../images/page-title/img-5.jpg);
}

/*--------------------------------------------------------------
#15.2	partners-content-wrapper
--------------------------------------------------------------*/
@media (max-width: 991px) {
  .partners-content-wrapper .partners-content {
    margin-bottom: 90px;
  }
}

@media (max-width: 767px) {
  .partners-content-wrapper .partners-content {
    margin-bottom: 70px;
  }
}

.partners-content-wrapper .partners-content > .row {
  margin-bottom: 15px;
}

@media (max-width: 1199px) {
  .partners-content-wrapper .partners-content > .row {
    margin-bottom: 50px;
  }
}

@media (max-width: 767px) {
  .partners-content-wrapper .partners-content > .row {
    margin-bottom: 40px;
  }
}

.partners-content-wrapper .partners-content > .row:last-child {
  margin-bottom: 0;
}

@media screen and (min-width: 1200px) {
  .partners-content-wrapper .partners-content > .row > .col:last-child {
    padding-right: 65px;
  }
}

.partners-content-wrapper .partners-content h3 {
  font-size: 2rem;
  font-weight: normal;
  margin: 1.2em 0 0.56em;
}

@media (max-width: 1199px) {
  .partners-content-wrapper .partners-content h3 {
    font-size: 1.5625rem;
    margin: 1em 0 0.56em;
  }
}

@media (max-width: 991px) {
  .partners-content-wrapper .partners-content h3 {
    font-size: 1.375rem;
  }
}

@media (max-width: 767px) {
  .partners-content-wrapper .partners-content h3 {
    font-size: 1.25rem;
  }
}

/*--------------------------------------------------------------
#	faq page
--------------------------------------------------------------*/
/*--------------------------------------------------------------
#16.1	faq-content
--------------------------------------------------------------*/
@media screen and (min-width: 1200px) {
  .faq-page .faq-content {
    padding-right: 45px;
  }
}

@media (max-width: 991px) {
  .faq-page .faq-content {
    margin-bottom: 100px;
  }
}

@media (max-width: 767px) {
  .faq-page .faq-content {
    margin-bottom: 80px;
  }
}

.faq-page .faq-content .panel {
  border: 0;
  margin-top: 10px;
  box-shadow: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
}

.faq-page .faq-content .panel-heading {
  font-family: "Roboto Slab", serif;
  padding: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
}

.faq-page .faq-content .panel-heading a {
  background: #193775;
  background: -webkit-linear-gradient(left, #193775, #00abc9);
  background: -moz-linear-gradient(left, #193775, #00abc9);
  background: -o-linear-gradient(left, #193775, #00abc9);
  background: -ms-linear-gradient(left, #193775, #00abc9);
  background: linear-gradient(left, #193775, #00abc9);
  display: block;
  font-size: 1.125rem;
  color: #fff;
  padding: 22px 25px;
  position: relative;
  border: 2px solid #fff;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
}

@media (max-width: 991px) {
  .faq-page .faq-content .panel-heading a {
    font-size: 1rem;
    padding: 15px 15px;
  }
}

@media (max-width: 767px) {
  .faq-page .faq-content .panel-heading a {
    font-size: 0.875rem;
    padding: 10px 15px;
  }
}

.faq-page .faq-content .panel-heading .collapsed {
  background: #fff;
  color: #06223e;
  border: 2px solid #193775;
}

.faq-page .faq-content .panel-heading .collapsed:after {
  font-family: "FontAwesome";
  content: "\f067";
}

.faq-page .faq-content .panel-heading a:after {
  font-family: "FontAwesome";
  content: "\f068";
  background-color: #f39c12;
  width: 25px;
  height: 25px;
  line-height: 25px;
  font-size: 14px;
  color: #fff;
  text-align: center;
  position: absolute;
  right: 25px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}

@media (max-width: 600px) {
  .faq-page .faq-content .panel-heading a:after {
    display: none;
  }
}

@media (max-width: 767px) {
  .faq-page .faq-content .panel-heading a:after {
    font-size: 10px;
  }
}

.faq-page .faq-content .panel > .panel-heading + .panel-collapse > .panel-body {
  border: 0;
}

.faq-page .faq-content .panel-body {
  padding: 40px 50px;
  position: relative;
}

@media (max-width: 991px) {
  .faq-page .faq-content .panel-body {
    padding: 30px 35px;
  }
}

@media (max-width: 767px) {
  .faq-page .faq-content .panel-body {
    padding: 15px 2px 5px 15px;
  }
}

.faq-page .faq-content .panel-body p {
  margin-bottom: 30px;
}

@media (max-width: 991px) {
  .faq-page .faq-content .panel-body p {
    margin-bottom: 20px;
  }
}

.faq-page .faq-content .panel-group {
  margin-bottom: 0;
}

/*--------------------------------------------------------------
#	testimonials page
--------------------------------------------------------------*/
/*--------------------------------------------------------------
#17.1	page title
--------------------------------------------------------------*/
.testimonials-page .page-title {
  background-image: url(../images/page-title/img-6.jpg);
}

/*--------------------------------------------------------------
#17.2	testimonials-content
--------------------------------------------------------------*/
@media (max-width: 991px) {
  .testimonials-content {
    margin-bottom: 100px;
  }
}

@media (max-width: 767px) {
  .testimonials-content {
    margin-bottom: 80px;
  }
}

.testimonials-content .testimonial-list {
  background-color: #ebeff3;
  text-align: center;
  padding: 35px 100px;
  margin-bottom: 8px;
}

@media (max-width: 1199px) {
  .testimonials-content .testimonial-list {
    padding: 35px 45px;
  }
}

@media (max-width: 767px) {
  .testimonials-content .testimonial-list {
    padding: 35px 25px;
  }
}

@media (max-width: 500px) {
  .testimonials-content .testimonial-list {
    padding: 35px 15px;
  }
}

.testimonials-content .testimonial-list .client-pic {
  width: 60px;
  height: 60px;
  margin: 0 auto 8px;
}

.testimonials-content .testimonial-list .client-pic img {
  max-width: 100%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}

.testimonials-content .testimonial-list .rating {
  margin-top: 30px;
}

@media (max-width: 767px) {
  .testimonials-content .testimonial-list .rating {
    margin-top: 20px;
  }
}

.testimonials-content .testimonial-list .rating i {
  color: #f39c12;
}

.testimonials-content .testimonial-list .client-info h5 {
  font-size: 1.125rem;
  margin: 0.33em 0 0;
}

@media (max-width: 767px) {
  .testimonials-content .testimonial-list .client-info h5 {
    font-size: 1rem;
  }
}

.testimonials-content .testimonial-list:last-child {
  margin-bottom: 0;
}

/*--------------------------------------------------------------
#	blog page
--------------------------------------------------------------*/
/*--------------------------------------------------------------
#18.1	blog-section
--------------------------------------------------------------*/
@media (max-width: 991px) {
  .blog-page .blog-section {
    padding-bottom: 100px;
  }
}

@media (max-width: 767px) {
  .blog-page .blog-section {
    padding-bottom: 80px;
  }
}

.blog-page .blog-section-grids > .col {
  margin-bottom: 80px;
}

@media (max-width: 767px) {
  .blog-page .blog-section-grids > .col {
    margin-bottom: 50px;
  }
}

.blog-page .page-pagination-wrapper {
  padding-top: 20px;
}

@media (max-width: 991px) {
  .blog-page .page-pagination-wrapper {
    padding-top: 0;
  }
}

/*--------------------------------------------------------------
#	blog width sidebar page
--------------------------------------------------------------*/
/*--------------------------------------------------------------
#19.1	blog-with-sidebar-section
--------------------------------------------------------------*/
.blog-with-sidebar-section .blog-section-grids > .col {
  margin-bottom: 70px;
}

@media (max-width: 767px) {
  .blog-with-sidebar-section .blog-section-grids > .col {
    margin-bottom: 50px;
  }
}

@media (max-width: 600px) {
  .blog-with-sidebar-section .blog-section-grids > .col {
    width: 100%;
  }
}

.blog-with-sidebar-section .page-pagination-wrapper {
  margin-top: 30px;
}

@media (max-width: 991px) {
  .blog-with-sidebar-section .page-pagination-wrapper {
    margin: 0 0 100px;
  }
}

@media (max-width: 767px) {
  .blog-with-sidebar-section .page-pagination-wrapper {
    margin: 0 0 80px;
  }
}

/*--------------------------------------------------------------
#	blog single page
--------------------------------------------------------------*/
/*--------------------------------------------------------------
#20.1	blog-single-content	
--------------------------------------------------------------*/
@media screen and (min-width: 992px) {
  .blog-single-page .blog-with-sidebar > .col:first-child {
    padding-left: 45px;
  }
}

.blog-single-page .post .post-title-meta {
  border-bottom: 1px solid #e6e6e6;
  padding-bottom: 25px;
  margin-bottom: 20px;
}

.blog-single-page .post .post-title-meta h2 {
  font-size: 2.25rem;
  margin: 0 0 0.6em;
}

@media (max-width: 991px) {
  .blog-single-page .post .post-title-meta h2 {
    font-size: 1.875rem;
  }
}

@media (max-width: 767px) {
  .blog-single-page .post .post-title-meta h2 {
    font-size: 1.5625rem;
  }
}

.blog-single-page .post .meta-info {
  overflow: hidden;
}

.blog-single-page .post .meta-info li {
  float: left;
  margin-right: 50px;
}

.blog-single-page .post .meta-info li:last-child {
  margin-right: 0;
}

.blog-single-page .post .meta-info li a {
  color: #999999;
}

.blog-single-page .post .post-body h3 {
  font-family: "Lato", sans-serif;
  font-size: 1.5rem;
  margin: 0 0 0.63em;
}

@media (max-width: 991px) {
  .blog-single-page .post .post-body h3 {
    font-size: 1.25rem;
  }
}

.blog-single-page .post .post-body p {
  font-size: 1.125rem;
  margin-bottom: 1.2em;
}

@media (max-width: 991px) {
  .blog-single-page .post .post-body p {
    font-size: 1rem;
  }
}

.blog-single-page .post .post-body p:first-child:first-letter {
  font-size: 2.1875rem;
  position: absolute;
  left: 0;
  top: 0;
  color: #000;
}

.blog-single-page .post .gallery-post {
  padding-top: 40px;
  margin-bottom: 50px;
}

@media (max-width: 767px) {
  .blog-single-page .post .gallery-post {
    padding-top: 20px;
  }
}

.blog-single-page .post .gallery-post .gallery {
  overflow: hidden;
}

.blog-single-page .post .gallery-post .gallery img {
  width: 100%;
}

.blog-single-page .post .gallery-post .gallery > div:first-child {
  width: 60%;
  float: left;
}

.blog-single-page .post .gallery-post .gallery > div:last-child {
  width: 39%;
  float: right;
}

/*** tags ***/
.blog-single-page .tag-share {
  overflow: hidden;
  padding: 20px 0 0;
  border-bottom: 1px solid #d9d9d9;
  padding-bottom: 40px;
}

.blog-single-page .tag-share > div {
  display: inline-block;
}

@media (max-width: 1199px) {
  .blog-single-page .tag-share > div {
    display: block;
  }
}

.blog-single-page .tag-share > div > span {
  color: #000;
  display: inline-block;
  padding-right: 10px;
  position: relative;
  top: -10px;
}

.blog-single-page .tag-share > div:first-child {
  float: left;
}

@media (max-width: 1199px) {
  .blog-single-page .tag-share > div:first-child {
    float: none;
  }
}

.blog-single-page .tag-share > div:last-child {
  float: right;
}

@media (max-width: 1199px) {
  .blog-single-page .tag-share > div:last-child {
    float: none;
  }
}

.blog-single-page .tag-share .tag,
.blog-single-page .tag-share .share {
  overflow: hidden;
  display: inline-block;
}

.blog-single-page .tag-share .tag li,
.blog-single-page .tag-share .share li {
  float: left;
}

.blog-single-page .tag-share .tag li:last-child,
.blog-single-page .tag-share .share li:last-child {
  margin-right: 0;
}

.blog-single-page .tag-share .tag a {
  color: #f39c12;
  display: inline-block;
  padding: 6px 20px;
  text-align: center;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -o-border-radius: 8px;
  -ms-border-radius: 8px;
  border-radius: 8px;
}

.blog-single-page .tag-share .tag a:hover,
.blog-single-page .tag-share .tag .active a {
  background: #f39c12;
  background: -webkit-linear-gradient(left, #193775, #00abc9);
  background: -moz-linear-gradient(left, #193775, #00abc9);
  background: -o-linear-gradient(left, #193775, #00abc9);
  background: -ms-linear-gradient(left, #193775, #00abc9);
  background: linear-gradient(left, #193775, #00abc9);
  color: #fff;
}

.blog-single-page .tag-share .share li {
  margin-right: 15px;
}

.blog-single-page .tag-share .share li a {
  font-size: 20px;
  color: #193775;
}

.blog-single-page .tag-share .share li a:hover {
  color: #f39c12;
}

/*** comments ***/
.blog-single-page .blog-with-sidebar .comments {
  padding: 55px 0 0;
  /*** .article ***/
}

@media (max-width: 767px) {
  .blog-single-page .blog-with-sidebar .comments {
    padding: 40px 25px 0;
  }
}

.blog-single-page .blog-with-sidebar .comments > ol {
  padding-left: 0;
}

.blog-single-page .blog-with-sidebar .comments ol {
  list-style: none;
}

.blog-single-page .blog-with-sidebar .comments ol > li {
  margin-bottom: 35px;
}

.blog-single-page .blog-with-sidebar .comments ol > li:last-child {
  margin-bottom: 0;
}

.blog-single-page .blog-with-sidebar .comments ol > li > ol {
  margin-left: 28px;
  margin-top: 35px;
  padding: 0;
}

@media (max-width: 767px) {
  .blog-single-page .blog-with-sidebar .comments ol > li > ol {
    margin: 30px 0 0 0;
  }
}

.blog-single-page .blog-with-sidebar .comments ol > li > ol > li {
  background-color: #fafafa;
  padding: 30px;
  margin-bottom: 35px;
}

@media (max-width: 767px) {
  .blog-single-page .blog-with-sidebar .comments ol > li > ol > li {
    padding: 20px;
  }
}

.blog-single-page .blog-with-sidebar .comments ol > li > ol > li:last-child {
  margin-bottom: 0;
}

.blog-single-page .blog-with-sidebar .comments .article {
  overflow: hidden;
}

.blog-single-page .blog-with-sidebar .comments .article h4 {
  font-size: 16px;
  margin: 0;
  text-transform: capitalize;
}

@media (max-width: 767px) {
  .blog-single-page .blog-with-sidebar .comments .article h4 {
    font-size: 14px;
  }
}

.blog-single-page .blog-with-sidebar .comments .article p {
  font-size: 15px;
  margin-bottom: 5px;
}

@media (max-width: 767px) {
  .blog-single-page .blog-with-sidebar .comments .article p {
    font-size: 14px;
  }
}

.blog-single-page .blog-with-sidebar .comments .article .replay {
  background: #193775;
  background: -webkit-linear-gradient(left, #193775, #00abc9);
  background: -moz-linear-gradient(left, #193775, #00abc9);
  background: -o-linear-gradient(left, #193775, #00abc9);
  background: -ms-linear-gradient(left, #193775, #00abc9);
  background: linear-gradient(left, #193775, #00abc9);
  width: 95px;
  height: 32px;
  position: relative;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -o-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
}

.blog-single-page .blog-with-sidebar .comments .article .replay button {
  background: #fff;
  width: 93px;
  height: 30px;
  font-size: 16px;
  font-weight: bold;
  color: #f39c12;
  padding: 0;
  border: 0;
  outline: 0;
  position: absolute;
  left: 1px;
  top: 1px;
  z-index: 10;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -o-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
}

@media (max-width: 767px) {
  .blog-single-page .blog-with-sidebar .comments .article .replay button {
    font-size: 14px;
  }
}

.blog-single-page .blog-with-sidebar .comments .article .author-meta {
  overflow: hidden;
  margin-bottom: 5px;
}

.blog-single-page .blog-with-sidebar .comments .article .author-meta > div {
  display: inline-block;
}

.blog-single-page .blog-with-sidebar .comments .article .author-meta > div:last-child {
  font-size: 13px;
  color: gray;
  padding-left: 5px;
}

.blog-single-page .blog-with-sidebar .comments .article .author-pic {
  width: 10%;
  float: left;
}

.blog-single-page .blog-with-sidebar .comments .article .author-pic img {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}

@media (max-width: 767px) {
  .blog-single-page .blog-with-sidebar .comments .article .author-pic {
    width: 100%;
    float: none;
    margin-bottom: 10px;
  }
}

.blog-single-page .blog-with-sidebar .comments .article .details {
  width: 90%;
  float: left;
}

@media (max-width: 767px) {
  .blog-single-page .blog-with-sidebar .comments .article .details {
    width: 100%;
    float: none;
  }
}

.blog-single-page .blog-with-sidebar .comment-respond {
  margin-top: 75px;
}

.blog-single-page .blog-with-sidebar .comment-respond h3 {
  margin: 0 0 2em;
}

.blog-single-page .blog-with-sidebar .comment-respond form {
  margin: 0 -15px;
  position: relative;
}

.blog-single-page .blog-with-sidebar .comment-respond form input,
.blog-single-page .blog-with-sidebar .comment-respond form textarea {
  border-radius: 0;
  border: 0;
  box-shadow: none;
  border-bottom: 1px solid #cccccc;
}

.blog-single-page .blog-with-sidebar .comment-respond form textarea {
  height: 110px;
}

.blog-single-page .blog-with-sidebar .comment-respond form > div {
  margin-bottom: 50px;
}

.blog-single-page .blog-with-sidebar .comment-respond form .theme-btn {
  background: #193775;
  background: -webkit-linear-gradient(left, #193775, #00abc9);
  background: -moz-linear-gradient(left, #193775, #00abc9);
  background: -o-linear-gradient(left, #193775, #00abc9);
  background: -ms-linear-gradient(left, #193775, #00abc9);
  background: linear-gradient(left, #193775, #00abc9);
  font-size: 16px;
  text-transform: none;
  padding: 10px 45px;
  box-shadow: none;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -o-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
}

@media (max-width: 767px) {
  .blog-single-page .blog-with-sidebar .comment-respond form .theme-btn {
    font-size: 14px;
    padding: 10px 35px;
  }
}

.blog-single-page .blog-with-sidebar .comment-respond form .theme-btn:hover {
  background: -webkit-linear-gradient(left, #00abc9, #193775);
  background: -moz-linear-gradient(left, #00abc9, #193775);
  background: -o-linear-gradient(left, #00abc9, #193775);
  background: -ms-linear-gradient(left, #00abc9, #193775);
  background: linear-gradient(left, #00abc9, #193775);
}

.blog-single-page .blog-with-sidebar .comment-respond form .comment-respond-submit {
  margin: 0;
  text-align: center;
}

@media (max-width: 991px) {
  .blog-single-page .blog-sidebar {
    margin-top: 100px;
  }
}

@media (max-width: 767px) {
  .blog-single-page .blog-sidebar {
    margin-top: 80px;
  }
}

/*--------------------------------------------------------------
#	contact page
--------------------------------------------------------------*/
/*--------------------------------------------------------------
#0.0	contact-section-wrapper
--------------------------------------------------------------*/
.contact-page .contact-section-wrapper .form input,
.contact-page .contact-section-wrapper .form select,
.contact-page .contact-section-wrapper .form textarea {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
}
/* ------------------------------------
    30 Our Products Section
---------------------------------------*/
.our-products-section .single-product {
  margin-bottom: 30px;
  position: relative;
  overflow: hidden;
}
.our-products-section .single-product .product-image {
  position: relative;
  overflow: hidden;
}
.our-products-section .single-product .product-image:after,
.our-products-section .single-product .product-image:before {
  content: '';
  position: absolute;
  background: transparent;
  display: block;
  height: 50px;
  width: 50px;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -ms-transition: 0.5s;
  z-index: 11;
}
.our-products-section .single-product .product-image:after {
  right: -10px;
  top: -10px;
  border-top: 5px solid;
  border-right: 5px solid;
  border-color: #f39c12;
}
.our-products-section .single-product .product-image:before {
  left: -10px;
  bottom: -10px;
  border-left: 5px solid;
  border-bottom: 5px solid;
  border-color: #f39c12;
}
.our-products-section .single-product .product-image .overly {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.our-products-section .single-product .product-tile {
  margin: 20px 0 5px;
}
.our-products-section .single-product .product-tile a {
  color: #323232;
  font-size: 18px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  font-weight: 600;
}
.our-products-section .single-product .product-tile a:hover {
  color: #f39c12;
}
.our-products-section .single-product .product-tile span {
  display: block;
}
.our-products-section .single-product .product-cart {
  border: 1px solid #898989;
  padding: 10px 0;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.our-products-section .single-product .product-cart a {
  font-weight: 600;
  color: #f39c12;
}
.our-products-section .single-product .product-cart a i {
  margin-right: 8px;
}
.our-products-section .single-product .product-details {
  background: #f1f1f1;
  padding-bottom: 25px;
}
.our-products-section .single-product .product-details .product-tile {
  margin-top: 0;
  padding-top: 20px;
}
.our-products-section .single-product .product-details .product-cart {
  padding: 6px 0;
  max-width: 150px;
  margin: 0 auto;
}
.our-products-section .single-product:hover .product-image {
  background: rgba(0, 0, 0, 0.6);
}
.our-products-section .single-product:hover .product-image:after {
  right: 15px;
  top: 15px;
}
.our-products-section .single-product:hover .product-image:before {
  left: 15px;
  bottom: 15px;
}
.our-products-section .single-product:hover .product-image .overly {
  opacity: 0.8;
  visibility: visible;
}
.our-products-section .single-product:hover .product-cart {
  background: #000000;
}
/* ------------------------------------
    23. Blog Sidebar 
---------------------------------------*/
.bs-sidebar .bs-widget-title {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 20px;
}
.bs-sidebar .bs-search {
  overflow: hidden;
  position: relative;
}
.bs-sidebar .bs-search input {
  border: 1px solid #6a9708;
  color: #000000;
  padding: 10px;
  width: 100%;
}
.bs-sidebar .bs-search button {
  background: transparent;
  border: medium none;
  color: #f39c12;
  padding: 11px;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 999;
  font-size: 20px;
  outline: none;
}
.bs-sidebar .bs-caterories ul li + li {
  padding-top: 12px;
  margin-top: 12px;
  border-top: 1px solid #f5f5f5;
}
.bs-sidebar .bs-caterories ul li a {
  color: #757575;
  transition: all 0.3s ease 0s;
}
.bs-sidebar .bs-caterories ul li a:hover {
  color: #f39c12;
}
.bs-sidebar .bs-caterories ul li span {
  float: right;
}
.bs-sidebar .bs-latest-post .post-item {
  margin-bottom: 20px;
}
.bs-sidebar .bs-latest-post .post-desc {
  padding: 15px 0;
}
.bs-sidebar .bs-latest-post .post-desc .title {
  display: block;
  font-size: 17px;
  color: #444444;
  transition: all 0.3s ease 0s;
}
.bs-sidebar .bs-latest-post .post-desc .title:hover {
  color: #f39c12;
}
.bs-sidebar .bs-latest-post .post-desc span {
  display: block;
  font-size: 13px;
  color: #888;
}
.bs-sidebar .bs-tags a {
  display: inline-block;
  margin: 0 3px 7px 0;
  line-height: 20px;
  padding: 6px 12px;
  font-size: 13px;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  color: #f39c12;
  border: 1px solid #f39c12;
  border-radius: 2px;
}
.bs-sidebar .bs-tags a:hover {
  background-color: #f39c12;
  color: #fff;
}

/* ------------------------------------
    31 Single Product area
---------------------------------------*/
.single-product-page .single-product-area .inner-single-product-slider .inner {
  margin-bottom: 26px;
}
.single-product-page .single-product-area .single-product-nav {
  max-width: 570px;
  margin: 0 auto;
}
.single-product-page .single-product-area .single-product-nav .slick-slide {
  position: relative;
  margin: 0 5px;
  cursor: pointer;
}
.single-product-page .single-product-area .single-product-nav .slick-slide:after {
  background: rgba(0, 0, 0, 0.7);
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
}
.single-product-page .single-product-area .single-product-nav .slick-current:after {
  opacity: 0;
}
.single-product-page .single-product-area .single-product-nav .slick-prev,
.single-product-page .single-product-area .single-product-nav .slick-next {
  width: 120px;
  height: 120px;
  background: #f39c12;
}
.single-product-page .single-product-area .single-product-nav .slick-prev {
  left: -137px;
}
.single-product-page .single-product-area .single-product-nav .slick-prev:before {
  content: "\f104";
}
.single-product-page .single-product-area .single-product-nav .slick-next {
  right: -137px;
}
.single-product-page .single-product-area .single-product-nav .slick-next:before {
  content: "\f105";
}
.single-product-page .single-product-area .single-product-nav .slick-prev::before,
.single-product-page .single-product-area .single-product-nav .slick-next::before {
  color: #323232;
  font-family: FontAwesome;
  opacity: 1;
  transition: all 0.5s ease 0s;
  font-size: 25px;
  line-height: 20px;
  font-weight: 700;
}
.single-product-page .single-product-area .single-product-nav .slick-prev:hover::before,
.single-product-page .single-product-area .single-product-nav .slick-prev:focus::before,
.single-product-page .single-product-area .single-product-nav .slick-next:hover::before,
.single-product-page .single-product-area .single-product-nav .slick-next:focus::before {
  opacity: 1;
  color: #fff;
}
.single-product-page .single-price-info h4 {
  font-size: 20px;
  margin: 0 0 12px;
}
.single-product-page .single-price-info a.primary-btn {
  font-size: 15px;
  color: #fff;
  max-width: 305px;
  display: block;
  text-align: center;
}
.single-product-page .single-price-info a.primary-btn:hover {
  background: #6a9708;
}
.single-product-page .single-price-info ul.single-product-icons {
  margin: 20px 0 10px;
}
.single-product-page .single-price-info ul.single-product-icons li {
  display: inline-block;
}
.single-product-page .single-price-info ul.single-product-icons li a {
  display: block;
  color: #757575;
  margin-right: 10px;
}
.single-product-page .single-price-info ul.single-product-icons li a:hover {
  color: #f39c12;
}
.single-product-page .single-price-info p.cat strong,
.single-product-page .single-price-info p.tag strong {
  font-weight: 400;
  color: #f39c12;
}
.single-product-page .single-price-info p.cat {
  margin: 0 0 10px;
}
.single-product-page .single-price-info p.tag {
  margin: 0;
}
.single-product-page .single-price-info span.single-price {
  color: #f39c12;
  font-size: 20px;
  font-weight: 600;
  margin: 0 0 15px;
  display: block;
}
.single-product-page .recent-post-area {
  margin-top: 44px;
}
.single-product-page .recent-post-area ul li {
  margin: 0 0 20px;
  padding: 0 0 20px;
  border-bottom: 1px solid #ddd;
}
.single-product-page .recent-post-area ul li img {
  transition: all 0.3s ease 0s;
  cursor: pointer;
}
.single-product-page .recent-post-area ul li h4 {
  margin: 0;
  line-height: 20px;
}
.single-product-page .recent-post-area ul li h4 a {
  font-size: 15px;
  font-weight: 500;
  color: #323232;
}
.single-product-page .recent-post-area ul li span {
  font-size: 12px;
  margin-right: 12px;
}
.single-product-page .recent-post-area ul li span a {
  font-size: 12px;
  font-weight: 300;
  color: #757575;
}
.single-product-page .recent-post-area ul li span a i {
  font-size: 12px;
}
.single-product-page .recent-post-area ul li span i {
  font-size: 12px;
  margin-right: 4px;
}
.single-product-page .recent-post-area ul li:last-child {
  border-bottom: none;
}
.single-product-page .recent-post-area ul li:hover a {
  color: #f39c12;
}
.single-product-page .recent-post-area ul li:hover img {
  opacity: .5;
}
.single-product-page .product-description ul.nav-menus {
  border-bottom: 1px solid #e5e5e5;
  margin: 50px 0 26px;
  padding-bottom: 30px;
}
.single-product-page .product-description ul.nav-menus li {
  display: inline-block;
}
.single-product-page .product-description ul.nav-menus li a {
  display: block;
  font-weight: 600;
  font-size: 20px;
  color: #323232;
  margin-right: 30px;
}
.single-product-page .product-description ul.nav-menus li.active a,
.single-product-page .product-description ul.nav-menus li a:hover {
  color: #f39c12;
}
.single-product-page .our-products-section {
  margin-top: 40px;
}
.single-product-page .our-products-section .title-bar {
  overflow: hidden;
  clear: both;
  display: block;
}