/*
  Theme Name: Rachana infra
  Theme URL: https://twoiq.com/
  Author: twoiq LLP
*/
/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
  background: #fff;
  color: #444;
  font-size: 16px;
  font-family: 'Overpass', sans-serif;
}

a {
  color: #084ea3;
  transition: 0.5s;
}

a:hover,
a:active,
a:focus {
  color: #084ea3;
  outline: none;
  text-decoration: none;
}

p {
  padding: 0;
  font-size: 18px;
  margin: 0 0 20px 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  margin: 0 0 20px 0;
  padding: 0;
}

/* Back to top button */
.back-to-top {
  position: fixed;
  display: none;
  background: #084ea3;
  color: #fff;
  padding: 6px 12px 9px 12px;
  font-size: 16px;
  border-radius: 2px;
  right: 15px;
  bottom: 15px;
  -webkit-transition: background 0.5s;
  -moz-transition: background 0.5s;
  -ms-transition: background 0.5s;
  -o-transition: background 0.5s;
  transition: background 0.5s;
  z-index: 999;
}

.back-to-top:focus {
  background: #084ea3;
  color: #fff;
  outline: none;
}

.back-to-top:hover {
  background: #0c2e8a;
  color: #fff;
}

/*--------------------------------------------------------------
# Top Bar
--------------------------------------------------------------*/
#topbar {
  background: #084ea3;
  padding: 5px 0;
  border-bottom: 1px solid #eee;
  font-size: 14px;
}

#topbar .contact-info {
  color: #fff;
}

#topbar .contact-info a {
  line-height: 1;
  color: #fff;
}

#topbar .contact-info a:hover {
  color: #fff;
}

#topbar .contact-info i {
  color: #fff;
  padding: 4px;
}

#topbar .contact-info .fa-phone {
  padding-left: 20px;
  margin-left: 0px;
  border-left: 0px solid #e9e9e9;
}

#topbar .social-links a {
  color: #fff;
  padding: 4px 8px;
  display: inline-block;
  line-height: 1px;
  border-left: 0px solid #e9e9e9;
}

#topbar .social-links a:hover {
  color: #fff;
}

#topbar .social-links a:first-child {
  border-left: 0;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  padding: 10px 0;
  height: 90px;
  z-index: 997;
  background: #fff;
  box-shadow: 0px 6px 9px 0px rgba(0, 0, 0, 0.06);
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

#header #logo h1 {
  font-size: 42px;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-weight: 700;
}

#header #logo h1 a {
  color: #0c2e8a;
  line-height: 1;
  display: inline-block;
}

#header #logo h1 a span {
  color: #084ea3;
}

#header #logo img {
  padding: 0;
  margin: 0;
}

/*--------------------------------------------------------------
# Intro Section
--------------------------------------------------------------*/
#intro {
  padding: 0;
  width: 100%;
  position: relative;
  background-size: cover;
}

#intro h2 {
  color: #000;
  text-transform: uppercase;
  margin-bottom: 20px;
  font-size: 72px;
  font-weight: 700;
}

#intro p {
  font-size: 20px;
}

#intro #intro-carousel {
  z-index: 8;
}

#intro #intro-carousel .owl-nav [class*=owl-]:focus {
  outline: none;
}

#intro #intro-carousel .owl-nav [class*=owl-] i {
  color: #fff;
}

#intro #intro-carousel .owl-nav [class*=owl-] a {
  font-size: 32px;
}

#intro #intro-carousel .owl-nav [class*=owl-]:hover {
  background-color: transparent;
}

#intro #intro-carousel .owl-nav .owl-prev {
  position: absolute;
  left: 0%;
  top: 50%;
  transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}

#intro #intro-carousel .owl-nav .owl-next {
  position: absolute;
  right: 0%;
  top: 50%;
  transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}

#intro #intro-carousel .item {
  display: flex;
  width: 100%;
  height: 550px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  transition-property: opacity;
}

#intro #intro-carousel .item>div {
  position: relative;
  margin: auto;
  padding-left: 40px;
}

#intro #intro-carousel .item>div::before {
  content: '';
  position: absolute;
  border: 15px solid #fcdb16;
  top: -15%;
  bottom: -15%;
  left: 0;
  width: 270px;
}

@media(max-width:1440px) {
  #intro #intro-carousel .item {
    height: 480px;
  }

  #intro h2 {
    font-size: 64px;
  }
}

@media(min-width:992px) and (max-width:1199px) {
  #intro #intro-carousel .item {
    height: 440px;
  }

  #intro h2 {
    font-size: 58px;
  }
}

@media(min-width:768px) and (max-width:992px) {
  #intro #intro-carousel .item {
    height: 400px;
  }

  #intro h2 {
    font-size: 54px;
  }

  #intro p {
    font-size: 18px;
  }
}

@media(max-width:767px) {
  #intro #intro-carousel .item {
    height: 370px;
  }

  #intro h2 {
    font-size: 44px;
    margin-bottom: 15px;
  }

  #intro p {
    font-size: 16px;
    margin-bottom: 15px;
  }
}

@media(max-width:560px) {
  #intro h2 {
    font-size: 30px;
    margin-bottom: 15px;
  }

  #intro #intro-carousel .item>div {
    padding-left: 30px;
  }

  #intro #intro-carousel .item>div::before {
    border: 10px solid #fcdb16;
    left: 10px;
  }
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/* Nav Menu Essentials */
.nav-menu,
.nav-menu * {
  margin: 0;
  padding: 0;
  list-style: none;
}

.nav-menu ul {
  position: absolute;
  display: none;
  top: 100%;
  left: 0;
  z-index: 99;
}

.nav-menu li {
  position: relative;
  white-space: nowrap;
}

.nav-menu>li {
  float: left;
}

.nav-menu li:hover>ul,
.nav-menu li.sfHover>ul {
  display: block;
}

.nav-menu ul ul {
  top: 0;
  left: 100%;
}

.nav-menu ul li {
  min-width: 180px;
}

/* Nav Menu Arrows */
.sf-arrows .sf-with-ul {
  padding-right: 22px;
}

.sf-arrows .sf-with-ul:after {
  content: "\f107";
  position: absolute;
  right: 8px;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
}

.sf-arrows ul .sf-with-ul:after {
  content: "\f105";
}

/* Nav Meu Container */
#nav-menu-container {
  float: right;
  margin: 0;
  margin-top: 15px;
}

/* Nav Meu Styling */
.nav-menu a {
  padding: 10px 8px;
  text-decoration: none;
  display: inline-block;
  color: #555;
  font-weight: 700;
  font-size: 14px;
  outline: none;
}

.nav-menu .active a {
  color: #fcdb16;
}

.nav-menu li:hover>a,
.nav-menu .menu-active>a {
  color: #084ea3;
}

.nav-menu>li {
  margin-left: 10px;
}

.nav-menu ul {
  margin: 4px 0 0 0;
  padding: 10px;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  background: #fff;
}

.nav-menu ul li {
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.nav-menu ul li a {
  padding: 10px;
  color: #333;
  transition: 0.3s;
  display: block;
  font-size: 13px;
  text-transform: none;
}

.nav-menu ul li:hover>a {
  color: #084ea3;
}

.nav-menu ul ul {
  margin: 0;
}

/* Mobile Nav Toggle */
#mobile-nav-toggle {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 999;
  margin: 20px 20px 0 0;
  border: 0;
  background: none;
  font-size: 24px;
  display: none;
  outline: none;
  cursor: pointer;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

#mobile-nav-toggle i {
  color: #555;
}

/* Mobile Nav Styling */
#mobile-nav {
  position: fixed;
  top: 0;
  padding-top: 18px;
  bottom: 0;
  z-index: 998;
  background: rgba(8, 78, 163, 0.9);
  left: -260px;
  width: 260px;
  overflow-y: auto;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

#mobile-nav ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

#mobile-nav ul li {
  position: relative;
}

#mobile-nav ul li a {
  color: #fff;
  font-size: 16px;
  overflow: hidden;
  padding: 10px 22px 10px 15px;
  position: relative;
  text-decoration: none;
  width: 100%;
  display: block;
  outline: none;
}

#mobile-nav ul li a:hover {
  color: #fff;
}

#mobile-nav ul li li {
  padding-left: 30px;
}

#mobile-nav ul .menu-has-children i {
  position: absolute;
  right: 0;
  z-index: 99;
  padding: 15px;
  cursor: pointer;
  color: #fff;
  left: 0;
  text-align: right;
}

#mobile-nav ul .menu-has-children i.fa-chevron-up,
#mobile-nav ul .menu-item-active {
  color: #ffffff;
  opacity: 0.8
}

#mobile-body-overly {
  width: 100%;
  height: 100%;
  z-index: 997;
  top: 0;
  left: 0;
  position: fixed;
  background: rgba(52, 59, 64, 0.9);
  display: none;
}

/* Mobile Nav body classes */
body.mobile-nav-active {
  overflow: hidden;
}

body.mobile-nav-active #mobile-nav {
  left: 0;
}

body.mobile-nav-active #mobile-nav-toggle {
  color: #fff;
}

/*--------------------------------------------------------------
# Sections
--------------------------------------------------------------*/
/* About Section
--------------------------------*/
#about .content {
  background-color: #f5f6f6;
  padding: 30px 20px;
}

@media(max-width:992px) {
  #about .content {
    margin-bottom: 30px;
  }
}

/* core business section Section
--------------------------------*/
.core-business-section {
  background-color: #084ea3;
  padding-bottom: 160px;
}

.core-business-content-section {
  margin-top: -140px;
  padding: 0 0;
}

.core-business-content-section ul {
  padding-left: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
  -webkit-box-pack: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important;
}

.core-business-content-section ul li {
  padding-left: 10px;
  padding-right: 10px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%;
}

.core-business-block {
  position: relative;
  height: 100%;
  padding: 20px;
  margin-top: 35px;
  margin-bottom: 15px;
  text-align: center;
}

.core-business-block * {
  position: relative;
  z-index: 3;
}

.core-business-block::after {
  content: '';
  position: absolute;
  background-color: #f5f6f6;
  width: 100%;
  left: 0;
  top: 0;
  bottom: 45px;
  z-index: 2;
}

.core-business-block::before {
  content: '';
  position: absolute;
  background-color: #fcdb16;
  top: -15px;
  width: 90%;
  left: 5%;
  height: 50%;
  z-index: 1;
}

.core-business-block p {
  font-size: 16px;
  line-height: 1.5;
}

.core-business-block h3 {
  font-size: 20px;
  color: #08152f;
  font-weight: 600;
  margin-top: 20px;
  margin-bottom: 10px;
  text-transform: uppercase;
}

.core-business-block a {
  color: #08152f;
  font-weight: 600;
}

@media (max-width:1240px) {
  .core-business-content-section li {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333% !important;
    flex: 0 0 33.333333% !important;
    max-width: 33.333333% !important;
  }
}

@media (max-width:992px) {
  .core-business-content-section li {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50% !important;
    flex: 0 0 50% !important;
    max-width: 50% !important;
  }
}

@media (max-width:560px) {
  .core-business-content-section li {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100% !important;
    flex: 0 0 100% !important;
    max-width: 100% !important;
  }
}

/* core business list
--------------------------------*/
.core-business-list section {
  padding: 0;
  color: #888888;
  position: relative;
  overflow: hidden;
}

.core-business-list section:nth-child(odd) {
  background-size: 51% 100%;
  background-position: left top;
  background-repeat: no-repeat;
}

.core-business-list section:nth-child(even) {
  background-size: 51% 100%;
  background-position: right top;
  background-repeat: no-repeat;
}

.core-business-list .content-block {
  padding: 45px 90px 45px 45px !important;
  position: relative;
}

.core-business-list .content-block * {
  position: relative;
  z-index: 2;
}

.core-business-list .content-block p:last-child {
  margin-bottom: 0
}

.core-business-list .content-block::before {
  content: '';
  position: absolute;
  top: 0;
  width: 200%;
  height: 100%;
}

.core-business-list section:nth-child(odd) .content-block::before {
  left: 0;
  background-color: #222222;
}

.core-business-list section:nth-child(even) .content-block::before {
  right: 0;
  background-color: #f5f6f6;
}

.core-business-list section:nth-child(odd) .content-block {
  background: #222222;
}

.core-business-list section:nth-child(even) .content-block {
  background: #f5f6f6;
}

.core-business-list section:nth-child(odd) .content-block .title {
  color: #fff;
}

.core-business-list section:nth-child(even) .content-block .title {
  color: #000;
}

.core-business-list .content-block .title {
  margin-bottom: 25px;
}

.core-business-list .content-block .title.with-icon img {
  margin-right: 20px;
  position: absolute;
  max-width: 60px;
}

.core-business-list .content-block .title.with-icon .section-title {
  padding-left: 75px;
}

.core-business-list section:nth-child(odd) .content-block .title .section-title::after {
  background-image: url(../img/line-left-square-yellow.png);
}

@media(min-width:1200px) {
  .core-business-list .read-more {
    position: absolute;
    display: block;
    direction: rtl;
    writing-mode: vertical-rl;
    -ms-writing-mode: bt-rl;
    height: 100%;
    color: #000;
    padding: 25px 12px;
    z-index: 2;
    top: 0;
    background-color: #fcdb16;
    font-weight: 700;
    font-size: 16px;
    text-transform: uppercase;
  }

  .core-business-list .read-more img {
    position: absolute;
    bottom: 35px;
    -moz-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
  }

  .core-business-list section:nth-child(odd) .read-more {
    right: 0;
  }

  .core-business-list section:nth-child(even) .read-more {
    right: 50%;
  }
}

@media(max-width:1200px) {
  .core-business-list .read-more {
    position: relative;
    display: block;
    height: 100%;
    color: #000;
    padding: 15px 10px;
    z-index: 2;
    top: 0;
    margin-left: auto;
    margin-right: auto;
    background-color: #fcdb16;
    font-weight: 700;
    font-size: 16px;
    text-transform: uppercase;
    max-width: 1200px;
    width: 90%;
  }

  .core-business-list .read-more img {
    position: absolute;
    right: 20px;
    max-width: 20px;
    top: 20px;
  }

  .core-business-list section:nth-child(odd) .read-more {
    right: 0;
  }

  .core-business-list section:nth-child(even) .read-more {
    right: 0%;
  }

  .core-business-list section .image {
    width: 100%;
  }

  .core-business-list section {
    background-image: none !important;
    margin-bottom: 60px;
  }

  .core-business-list .content-block {
    padding: 30px !important;
  }

  .core-business-list .content-block .title {
    margin-bottom: 15px;
  }

  .core-business-list section:nth-child(odd) .content-block::before,
  .core-business-list section:nth-child(even) .content-block::before {
    display: none;
  }
}

@media (max-width: 992px) {
  .core-business-list .content-block .title .section-title h3 {
    font-size: 28px;
  }

  .core-business-list .read-more {
    width: 96%;
  }
}

@media (max-width: 560px) {
  .core-business-list .content-block .title.with-icon img {
    max-width: 35px;
  }

  .core-business-list .content-block .title.with-icon .section-title {
    padding-left: 50px;
  }

  .core-business-list .content-block .title .section-title h3 {
    font-size: 22px;
  }
}

/* product image gallery
--------------------------------*/
.project-image-slider-block .project-image-slider {
  width: 250px;
  float: right;
  padding-bottom: 20px;
}

.project-image-slider-block .project-image-slider .slick-slide {
  margin-top: 15px;
}

.project-image-slider-block .project-image-slider .slick-slide img {
  border-radius: 10px;
  border: 2px solid #ffffff;
}

.project-image-slider-block .slick-prev {
  left: 50%;
  top: -25px;
  display: none;
}

.project-image-slider-block .slick-next {
  left: 50%;
  top: auto;
  bottom: -25px;
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}

.project-image-slider-block .image-block {
  width: calc(100% - 270px);
  float: left;
}

.project-image-slider-block .slick-prev,
.project-image-slider-block .slick-next {
  position: absolute;
}

.project-image-slider-block .slick-prev::before,
.project-image-slider-block .slick-next::before {
  content: '';
  position: absolute;
  background-image: url('../img/read-more-arrow.png');
  background-repeat: no-repeat;
  background-size: 23px 15px;
  background-position: center center;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.project-image-slider-block .slick-next::before {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}

.project-image-slider-block .slide {
  height: 100%;
}

@media (min-width:1024px) {
  .project-image-slider-block .slick-prev {
    display: none !important;
  }
}

@media (max-width:1023px) {
  .project-image-slider-block .slick-next::before {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  .project-image-slider-block .slick-prev,
  .project-image-slider-block .slick-next {
    width: 50px;
    height: 50px;
    background-color: #fcdb16;
    border-radius: 50%;
  }

  .project-image-slider-block .slick-prev {
    left: 0%;
    top: 50%;
    display: block;
    -webkit-transform: rotate(180deg) translateY(50%);
    -moz-transform: rotate(180deg) translateY(50%);
    -ms-transform: rotate(180deg) translateY(50%);
    -o-transform: rotate(180deg) translateY(50%);
    transform: rotate(180deg) translateY(50%);
    z-index: 9;
  }

  .project-image-slider-block .slick-next {
    right: 0%;
    left: auto;
    top: 50%;
    -webkit-transform: rotate(0deg) translateY(-50%);
    -moz-transform: rotate(0deg) translateY(-50%);
    -ms-transform: rotate(0deg) translateY(-50%);
    -o-transform: rotate(0deg) translateY(-50%);
    transform: rotate(0deg) translateY(-50%);
    z-index: 9;
  }

  .project-image-slider-block .project-image-slider .slick-slide {
    margin: 0 15px;
  }
}

@media (max-width:1360px) {
  .project-image-slider-block .project-image-slider {
    width: 200px;
  }

  .project-image-slider-block .image-block {
    width: calc(100% - 220px);
  }
}

@media (max-width:1023px) {
  .project-image-slider-block .project-image-slider {
    width: 100%;
    padding-bottom: 0px;
  }

  .project-image-slider-block .image-block {
    display: none;
  }

  .project-image-slider-block .project-image-slider img {
    width: 100%;
  }
}

/* product view block
--------------------------------*/
.product-view-block {
  display: block;
  margin-bottom: 20px;
  position: relative;
}

.product-view-block .image-block {
  width: 90%;
}

.product-view-block .image-block img {
  width: 100%;
}

.product-view-block .content-block {
  position: absolute;
  display: flex;
  right: 0;
  bottom: 35px;
  width: 75%;
  z-index: 2;
  background-color: rgba(252, 219, 22, 0.83);
  padding: 5px 10px;
  max-width: 250px;
  min-height: 65px;
}

.product-view-block .content-block span {
  margin-top: auto;
  margin-bottom: auto;
  color: #000;
  font-weight: 700;
  padding-right: 40px;
}

.product-view-block .content-block.without-icon span {
  padding-right: 0px;
}

.product-view-block .content-block::before {
  content: '';
  position: absolute;
  top: 10px;
  right: 10px;
  width: 33px;
  height: 33px;
  background-image: url('../img/eye-icon.png');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.product-view-block .content-block.without-icon::before {
  display: none;
}

.product-view-block .content-block::after {
  content: '';
  position: absolute;
  width: 35px;
  height: 100%;
  left: -35px;
  top: 0;
  overflow: hidden;
  background-image: url('../img/triangle-shape.png');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
}

.product-slider .owl-dots {
  text-align: center;
}

.product-slider button.owl-dot {
  border: 1px solid #000;
  width: 10px;
  height: 10px;
  margin: 5px;
}

.product-slider button.owl-dot.active {
  background-color: #000 !important;
}

.project-slider .owl-dots {
  text-align: center;
  margin: 20px;
}

.project-slider button.owl-dot {
  border: 1px solid #000;
  width: 10px;
  height: 10px;
  margin: 5px;
}

.project-slider button.owl-dot.active {
  background-color: #000 !important;
}

.project-block {
  position: relative;
  display: block;
  color: #000;
  margin: 15px;
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  -ms-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
}

.project-block:focus,
.project-block:hover {
  color: #000;
}

.project-block .content-block {
  display: flex;
  text-align: center;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 15px;
  background-color: rgba(252, 219, 22, 0.83);
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  -ms-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
}

.project-block:hover {
  -webkit-box-shadow: 0 2px 10px 2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 2px 10px 2px rgba(0, 0, 0, 0.2);
  -ms-box-shadow: 0 2px 10px 2px rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0 2px 10px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 10px 2px rgba(0, 0, 0, 0.2);
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  -ms-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
}

.project-block .content-block h3 {
  margin: auto;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5;
}

@media(max-width:1600px) {
  .project-block .content-block h3 {
    font-size: 20px;
  }
}

@media(max-width:1440px) {
  .project-block .content-block h3 {
    font-size: 18px;
    line-height: 1.7;
  }
}

@media(max-width:576px) {
  .product-view-block {
    max-width: 230px;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
  }

  .product-view-block .content-block span {
    font-size: 16px;
  }
}

/* Clients Section
--------------------------------*/
#clients .owl-nav,
#clients .owl-dots {
  margin-top: 25px;
  text-align: center;
}

#clients .owl-dot {
  display: inline-block;
  margin: 5px;
  width: 10px;
  height: 10px;
  border: 1px solid #000;
  background-color: transparent;
}

#clients .owl-dot.active {
  background-color: #000;
}

#clients .item {
  display: flex;
  position: relative;
  background-color: #fff;
  border: 1px solid #e9dfd6;
  height: 130px;
  margin: 0 5px;
}

#clients .item img {
  max-height: 125px;
  padding: 10px;
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  -ms-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
}

#clients .item:hover img {
  -webkit-box-shadow: 0 2px 10px 2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 2px 10px 2px rgba(0, 0, 0, 0.2);
  -ms-box-shadow: 0 2px 10px 2px rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0 2px 10px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 10px 2px rgba(0, 0, 0, 0.2);
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  -ms-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
}

#clients .item::before {
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  width: 0;
  height: 0;
  border-left: 2px solid transparent;
  border-top: 2px solid transparent;
  -webkit-transition: width .3s ease .2s, height .3s ease .4s;
  transition: width .3s ease .2s, height .3s ease .4s;
}

#clients .item::after {
  content: "";
  position: absolute;
  right: 0px;
  bottom: 0px;
  width: 0;
  height: 0;
  border-right: 2px solid transparent;
  border-bottom: 2px solid transparent;
  -webkit-transition: width .3s ease .2s, height .3s ease .4s;
  transition: width .3s ease .2s, height .3s ease .4s;
}

#clients .item:hover::after,
#clients .item:hover::before {
  height: 100%;
  width: 100%;
  border-color: #084ea3;
}

.client-block {
  margin-top: 15px;
  margin-bottom: 15px;
}

.client-block>div {
  height: 100%;
  background-color: #fff;
  padding: 15px;
  text-align: center;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-box-shadow: 0 0px 10px 0px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 0px 10px 0px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 0 0px 10px 0px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 0 0px 10px 0px rgba(0, 0, 0, 0.05);
  box-shadow: 0 0px 10px 0px rgba(0, 0, 0, 0.05);
}

.client-block:hover>div {
  -webkit-transform: translate3d(0, -8px, 0);
  -moz-transform: translate3d(0, -8px, 0);
  -ms-transform: translate3d(0, -8px, 0);
  -o-transform: translate3d(0, -8px, 0);
  transform: translate3d(0, -8px, 0);
  -webkit-box-shadow: 0 7px 30px 7px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 7px 30px 7px rgba(0, 0, 0, 0.15);
  -ms-box-shadow: 0 7px 30px 7px rgba(0, 0, 0, 0.15);
  -o-box-shadow: 0 5px 20px 5px rgba(0, 0, 0, 0.15);
  box-shadow: 0 7px 30px 7px rgba(0, 0, 0, 0.15);
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

.client-block img {
  width: 80%;
  max-width: 250px;
}

.client-block p {
  text-transform: uppercase;
  color: #08152f;
  margin-bottom: 0;
  margin-top: 15px;
}

/* Call To Action Section
--------------------------------*/
#call-to-action {
  position: relative;
  background-image: url(../img/cta-bg-img.jpg);
  background-size: cover;
  padding: 40px 0;
}

#call-to-action::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
}

#call-to-action .cta-title {
  color: #fff;
  font-weight: 500;
  margin-bottom: 0;
}

#call-to-action .cta-text {
  color: #fff;
}

@media(max-width:992px) {
  #call-to-action .cta-title {
    margin-bottom: 25px;
  }
}

@media (min-width: 992px) {
  #call-to-action .cta-btn-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
}

/* inner page banner Section
--------------------------------*/
.inner-page-banner {
  padding: 40px 0;
  height: 220px;
  display: flex;
  background-image: url(../img/inner-bg-img.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.inner-page-banner>div {
  margin: auto;
}

.inner-page-banner h1 {
  position: relative;
  color: #ffffff;
  font-size: 32px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 0;
  padding-top: 15px;
  padding-left: 28px;
}

.inner-page-banner h1::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  background-image: url(../img/inner-title-box.png);
  background-repeat: no-repeat;
  width: 45px;
  height: 45px;
}

@media(max-width:1440px) {
  .inner-page-banner {
    height: 200px;
  }
}

@media(max-width:1025px) {
  .inner-page-banner {
    height: 170px;
  }
}

@media(max-width:768px) {
  .inner-page-banner {
    height: 150px;
  }
}

@media(max-width:560px) {
  .inner-page-banner {
    height: 130px;
  }
}

/*--------------------------------------------------------------
# director-block
--------------------------------------------------------------*/
.director-block {
  border-bottom: 1px solid #000;
}

.director-block h2 {
  font-size: 30px;
  text-transform: uppercase;
  color: #000;
  font-weight: 700;
  margin-bottom: 5px;
}

.director-block h3 {
  font-size: 18px;
  color: #757575;
}

.director-block .person-info {
  position: relative;
  padding-bottom: 10px;
  margin-bottom: 20px;
}

.director-block .person-info::before {
  content: '';
  position: absolute;
  background-image: url(../img/gray-line.png);
  height: 9px;
  width: 100%;
  left: 0;
  bottom: 0;
}

.director-block .image-block {
  display: inline-block;
  position: relative;
  margin-right: 15px;
  margin-bottom: 20px;
}

.director-block .image-block img {
  position: relative;
  z-index: 2;
}

.director-block .image-block::before {
  content: '';
  position: absolute;
  top: -10px;
  right: -10px;
  width: 100%;
  height: 100%;
  background-color: #e3e3e3;
}

.director-block:hover .image-block::before {
  background-color: #fcdb16;
}

@media(max-width:992px) {
  .director-block {
    text-align: center;
  }
}

/*--------------------------------------------------------------
# points-block
--------------------------------------------------------------*/
.points-block {
  position: relative;
  padding: 60px 10px 20px 10px;
  border: 1px solid #ddd;
  font-size: 19px;
  text-align: center;
  margin: 60px 0 15px 0;
  min-height: 180px;
}

.points-block .icon {
  position: absolute;
  top: 0;
  left: 50%;
  width: 90px;
  height: 90px;
  border: 1px solid #fcdb16;
  background-color: #ffffff;
  border-radius: 50%;
  padding: 8px;
  display: flex;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

.points-block .icon img {
  margin: auto;
}

.points-block:hover .icon {
  -webkit-box-shadow: 0 5px 20px 5px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 5px 20px 5px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0 5px 20px 5px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0 5px 20px 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0 5px 20px 5px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

/*--------------------------------------------------------------
# info-section
--------------------------------------------------------------*/
.info-section {
  position: relative;
  padding: 0;
  margin: 25px 0;
}

.info-section .content-block {
  padding: 60px 0;
}

.info-section img {
  margin-top: -35px;
}

.info-section::before {
  content: '';
  position: absolute;
  background: transparent;
  top: 20px;
  bottom: 20px;
  left: 0;
  width: 100%;
}

@media(max-width:1200px) {
  .info-section {
    margin-top: 20px;
  }
}

/*--------------------------------------------------------------
# overview-section
--------------------------------------------------------------*/
.overview-section {
  padding: 0;
  overflow: hidden;
  background-position: right center;
  background-repeat: no-repeat;
  background-color: #f5f6f6 !important;
  background-size: 40% auto;
}

.overview-section .content {
  position: relative;
  background-color: #084ea3;
  padding: 40px 0;
}

.overview-section .content * {
  position: relative;
  z-index: 5;
}

.overview-section .content::after {
  background-color: #084ea3;
  position: absolute;
  content: '';
  left: -100%;
  top: 0;
  width: 100%;
  height: 100%;
}

.overview-section .content::before {
  content: '';
  position: absolute;
  background-color: #084ea3;
  right: -17%;
  bottom: -5%;
  top: -13%;
  width: 50%;
  z-index: 2;
  transform: rotate(16deg);
  -moz-transform: rotate(16deg);
  -webkit-transform: rotate(16deg);
  -ms-transform: rotate(16deg);
  -o-transform: rotate(16deg);
}

@media(max-width:1240px) {
  .overview-section .content::before {
    transform: rotate(11deg);
    -moz-transform: rotate(11deg);
    -webkit-transform: rotate(11deg);
    -ms-transform: rotate(11deg);
    -o-transform: rotate(11deg);
  }
}

@media(max-width:992px) {
  .overview-section {
    background-image: unset !important
  }

  .overview-section img {
    margin-top: 25px;
  }

  .overview-section .content {
    margin-top: 25px;
  }

  .overview-section .content::after {
    background-color: #084ea3;
    position: absolute;
    content: '';
    left: -50%;
    right: -50%;
    top: 0;
    width: 200%;
    height: 100%;
  }

  .overview-section .content::before {
    display: none
  }
}

/*--------------------------------------------------------------
# mission and Vision
--------------------------------------------------------------*/
.mission-vision-section .content-block {
  padding: 40px;
  background-color: #f5f6f6;
  height: 100%;
}

.mission-vision-section img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

@media(max-width:560px) {
  .mission-vision-section .content-block {
    padding: 20px;
  }
}

/*--------------------------------------------------------------
# Image Gallery
--------------------------------------------------------------*/
.image-gallery-section .img-block {
  margin: 15px 0;
  border-radius: 0;
  border: 2px solid #f5f6f6;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.image-gallery-section .img-block:hover {
  -webkit-box-shadow: 0 0px 20px 5px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 0px 20px 5px rgba(0, 0, 0, 0.15);
  -ms-box-shadow: 0 0px 20px 5px rgba(0, 0, 0, 0.15);
  -o-box-shadow: 0 0px 20px 5px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0px 20px 5px rgba(0, 0, 0, 0.15);
  -webkit-transform: translate3d(0, -5px, 0);
  -moz-transform: translate3d(0, -5px, 0);
  -ms-transform: translate3d(0, -5px, 0);
  -o-transform: translate3d(0, -5px, 0);
  transform: translate3d(0, -5px, 0);
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer .footer-above {
  position: relative;
  padding: 80px 0;
  background: #f5f6f6;
}

#footer .footer-below {
  background: #dddddd;
  padding: 20px 0;
  text-align: center;
}

#footer .footer-above::before {
  content: '';
  position: absolute;
  height: 11px;
  width: 100%;
  left: 0;
  bottom: 0;
  background-image: url(../img/footer-pattan.png);
}

#footer .widget-title {
  font-weight: 700;
  text-transform: uppercase;
  font-size: 26px
}

#footer .social-links ul {
  padding-left: 0;
  list-style: none;
}

#footer .social-links ul li {
  display: inline-block;
  padding: 0 10px;
}

#footer .social-links ul li:first-child {
  padding-left: 0;
}

#footer .social-links ul li a {
  color: #000;
  font-size: 22px;
}

#footer .quick-links ul li a:hover,
#footer .quick-links ul li a:focus,
#footer .quick-links ul li a:active,
#footer .social-links ul li a:hover,
#footer .social-links ul li a:focus,
#footer .social-links ul li a:active {
  color: #fcdb16;
}

#footer .quick-links ul {
  padding-left: 0;
  list-style: none;
}

#footer .quick-links ul li {
  display: block;
  padding: 05px 0px;
}

#footer .quick-links ul li a {
  color: #000;
}

#footer .contact-info ul {
  padding-left: 0;
  list-style: none;
}

#footer .contact-info ul li {
  position: relative;
  padding-bottom: 15px;
  line-height: 1.65;
}

#footer .contact-info ul li img {
  position: absolute;
  left: 0;
  top: 5px;
}

#footer .contact-info ul li .info {
  padding-left: 30px;
}

#footer .contact-info ul li a {
  color: #000;
}

@media (max-width: 1140px) {
  #header {
    height: 80px;
  }

  #logo img {
    max-width: 200px;
  }

  .nav-menu a {
    padding: 10px 5px;
  }
}

@media (max-width: 1024px) {
  .back-to-top {
    bottom: 15px;
  }

  #header {
    position: relative;
    padding: 20px 0;
    height: 85px;
  }

  #header .logo {
    margin-top: -15px;
  }

  #header #logo h1 {
    font-size: 34px;
  }

  #header #logo img {
    max-height: 40px;
  }

  #nav-menu-container {
    display: none;
  }

  #mobile-nav-toggle {
    display: inline;
  }

  .menu-has-children .dropdown-menu {
    position: relative;
    float: none;
    background-color: rgba(255, 255, 255, 0.1);
    border: 0;
    border-radius: 0;
  }

  .menu-has-children .dropdown-menu li {
    padding-left: 15px !important;
  }
}

/*--------------------------------------------------------------
# cooming soon page
--------------------------------------------------------------*/
.cooming-soon {
  position: relative;
  height: 100vh;
  display: flex;
  background-image: url(../img/bg-under.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.cooming-soon .container {
  margin: auto;
}

.cooming-soon .container h2 {
  color: #fff;
  text-align: center;
  font-size: 72px;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 7px !important;
}

@media(max-width:992px) {
  .cooming-soon .container h2 {
    font-size: 52px;
  }
}

/*--------------------------------------------------------------
# 404 page
--------------------------------------------------------------*/
.errors-page {
  padding: 91px 0;
}

.errors-page .col-xs-12 {
  margin: auto;
}

.errors-page .error-number {
  font-size: 80px;
  font-weight: 900;
  color: #cc1531;
}

@media screen and (max-width: 575px) {
  #rc-imageselect, .g-recaptcha {
    margin-top: -15px;
    margin-left: -5px;
    transform: scale(0.66);
    -webkit-transform: scale(0.66);
  }
}
