/*--------------------------------------------------------------------- File Name: style.css ---------------------------------------------------------------------*/

/*--------------------------------------------------------------------- import Fonts ---------------------------------------------------------------------*/

@import url("https://fonts.googleapis.com/css?family=Rajdhani:300,400,500,600,700");
@import url("https://fonts.googleapis.com/css?family=Poppins:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i");
@font-face {
  font-family: "Righteous";
  src: url("../fonts/BalooChettan-Regular.ttf");
  src: url("../fonts/BalooChettan-Regular.ttf");
}

/*****---------------------------------------- 1) font-family: 'Rajdhani', sans-serif;im
 2) font-family: 'Poppins', sans-serif;
 ----------------------------------------*****/

/*--------------------------------------------------------------------- import Files ---------------------------------------------------------------------*/

@import url(animate.min.css);
@import url(normalize.css);
@import url(icomoon.css);
@import url(css/font-awesome.min.css);
@import url(meanmenu.css);
@import url(owl.carousel.min.css);
@import url(swiper.min.css);
@import url(slick.css);
@import url(jquery.fancybox.min.css);
@import url(jquery-ui.css);
@import url(nice-select.css);

/*--------------------------------------------------------------------- skeleton ---------------------------------------------------------------------*/

* {
  box-sizing: border-box !important;
  transition: ease all 0.5s;
}

html {
  scroll-behavior: smooth;
}

body {
  color: #666666;
  font-size: 14px;
  line-height: 1.80857;
  font-weight: normal;
  overflow-x: hidden;
  font-family: "Poppins", sans-serif;
}

a {
  color: #1f1f1f;
  text-decoration: none !important;
  outline: none !important;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  letter-spacing: 0;
  font-weight: normal;
  position: relative;
  padding: 0 0 10px 0;
  font-weight: normal;
  line-height: normal;
  color: #111111;
  margin: 0;
  text-align: center;
}

h1 {
  font-size: 24px;
}

h2 {
  font-size: 22px;
}

h3 {
  font-size: 18px;
}

h4 {
  font-size: 16px;
}

h5 {
  font-size: 14px;
}

h6 {
  font-size: 13px;
}

*,
*::after,
*::before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: #212121;
  text-decoration: none !important;
  opacity: 1;
}

button:focus {
  outline: none;
}

ul,
li,
ol {
  margin: 0px;
  padding: 0px;
  list-style: none;
}

p {
  margin: 20px;
  font-weight: 400;
  font-size: 40px;
  line-height: 24px;
}

a {
  color: #222222;
  text-decoration: none;
  outline: none !important;
}

a,
.btn {
  text-decoration: none !important;
  outline: none !important;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.video-container {
  width: 560px;
  height: 315px;
  border:2px solid #2b2278;
}
@media only screen and (min-device-width: 480px) {
  .video-container {
    width: 560px;
  }
}

@media only screen and (max-width: 600px) {
  .video-container {
    width: 350px;
  }
}

@media only screen and (min-width: 600px) {
  .video-container {
    width: 560px;
  }
}

.container_services {
  width: 1400px;
  height: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media only screen and (min-device-width: 480px) {
  .container_services {
    width: 1000px;
  }
}

@media only screen and (max-width: 600px) {
  .container_services {
    width: 400px;
  }
}

@media only screen and (min-width: 600px) {
  .container_services {
    width: 1000px;
  }
}
.container_projects {
  width: 1400px;
  height: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 580px;
}

@media only screen and (min-device-width: 480px) {
  .container_projects {
    width: 1000px;
  }
}

@media only screen and (max-width: 600px) {
  .container_projects {
    width: 400px;
  }
}

@media only screen and (min-width: 600px) {
  .container_projects {
    width: 1000px;
  }
}

img {
  max-width: 100%;
  height: auto;
}
.logo {
  height: 200px;
}
:focus {
  outline: 0;
}

.paddind_bottom_0 {
  padding-bottom: 0 !important;
}

.btn-custom {
  margin-top: 20px;
  background-color: transparent !important;
  border: 2px solid #ddd;
  padding: 12px 40px;
  font-size: 16px;
}

.lead {
  font-size: 18px;
  line-height: 30px;
  color: #767676;
  margin: 0;
  padding: 0;
}

.form-control:focus {
  border-color: #ffffff !important;
  color: #ffffff;
  box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.25);
}

.navbar-form input {
  border: none !important;
}

.badge {
  font-weight: 500;
}

blockquote {
  margin: 20px 0 20px;
  padding: 30px;
}

button {
  border: 0;
  margin: 0;
  padding: 0;
  cursor: pointer;
}

.full {
  float: left;
  width: 100%;
}

.layout_padding {
  padding-bottom: 0px;
}

.padding_0 {
  padding: 0px;
}

/* header section start */

.header_section {
  width: 100%;
  float: left;
  background-image: url(../images/MP1.gif);
  height: 750px;
  background-size: 100%;
  background-repeat: no-repeat;
  padding: 0px 0px 20px 0px;
}
@media only screen and (min-device-width: 480px) {
  .header_section {
    height: 550px;
  }
}

@media only screen and (max-width: 600px) {
  .header_section {
    height: 550px;
  }
}

@media only screen and (min-width: 600px) {
  .header_section {
    height: 550px;
  }
}
.header_section_projects {
  width: 100%;
  float: left;
  background-image: url(../images/MP.gif);
  height: 750px;
  background-size: 100%;
  background-repeat: no-repeat;
  padding: 0px 0px 20px 0px;
}

.header_section_services {
  width: 100%;
  float: left;
  background-image: url(../images/MP3.gif);
  height: 750px;
  background-size: 100%;
  background-repeat: no-repeat;
  padding: 0px 0px 20px 0px;
}
.header_section_project_jt {
  width: 100%;
  float: left;
  background-image: url(../images/projects/jt.jpg);
  height: 750px;
  background-size: 100%;
  background-repeat: no-repeat;
  padding: 0px 0px 20px 0px;
}
.header_section_project_roodepoort {
  width: 100%;
  float: left;
  background-image: url(../images/projects/roode.jpg);
  height: 750px;
  background-size: 100%;
  background-repeat: no-repeat;
  padding: 0px 0px 20px 0px;
}

.header_section_project_uj {
  width: 100%;
  float: left;
  background-image: url(../images/projects/uj.jpg);
  height: 750px;
  background-size: 100%;
  background-repeat: no-repeat;
  padding: 0px 0px 20px 0px;
}
.header_section_project_ot {
  width: 100%;
  float: left;
  background-image: url(../images/projects/ot.jpg);
  height: 750px;
  background-size: 100%;
  background-repeat: no-repeat;
  padding: 0px 0px 20px 0px;
}
.header_section_project_soweto {
  width: 100%;
  float: left;
  background-image: url(../images/projects/soweto.jpg);
  height: 750px;
  background-size: 100%;
  background-repeat: no-repeat;
  padding: 0px 0px 20px 0px;
}

.bg-light {
  background-color: #e8b43a !important;
}

.logo {
  float: left;
}
.logo-mp {
  height: 30%;
}
.el_media_theme9 {
  border: 1px solid;
  border-bottom: 2px solid;
  padding: 5px !important;
  border-radius: 200px;
  background: #2b2278;
}

.logo_mobile {
  width: 100%;
  float: left;
  text-align: center;
  padding-bottom: 20px;
}

.mobile_menu {
  width: 100%;
  float: left;
  display: none;
}

.navbar-light .navbar-nav .nav-link {
  font-size: 18px;
  text-transform: uppercase;
  color: #e8b43a;
}

.navbar-nav {
  align-items: center;
  background-color: #e8b43a;
}

.btn:not(:disabled):not(.disabled) {
  cursor: pointer;
  border-radius: 20px;
  border: 2px solid #fff;
  color: #fff;
}

.navbar-expand-lg .navbar-nav .nav-link {
  padding-right: 20px;
  padding-left: 20px;
}

.nav-item {
  position: relative;
}

.menu_main {
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 55px 0;
  margin-bottom: 0;
  list-style: none;
  width: 100%;
  text-align: right;
  margin: 0 auto;
}

.menu_main ul {
  margin: 0px;
  padding: 0px;
  list-style: none;
  display: inline-flex;
}

.menu_main li {
  float: left;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 18px;
  text-transform: uppercase;
  padding-top: 10px;
  padding-bottom: 10px;
  color: #e8b43a;
  border-radius: 40px;
}

.menu_main li a {
  color: #e8b43a;
  padding: 10px 20px;
  border-radius: 10px;
  font-weight: bold;
}

.menu_main li a:hover {
  color: #e8b43a;
  background-color: #2b2278;
}

.mb-lg-0,
.my-lg-0 {
  margin-bottom: 0 !important;
  width: 20%;
  float: left;
}

.header_main {
  width: 100%;
  background-image: url(../images/header-bg.png);
  background-size: 100%;
  padding: 10px 0px 0px 0px;
}

/* header section end */

/* banner section start */

.banner_section {
  width: 100%;
  float: left;
  padding-bottom: 15px;
}

.section_divider {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  border: #e8b43a solid 3px;
  padding: 20px 0;
  margin-left: -15px;
}
.section_divider_team {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  border-bottom: transparent solid 3px;
  padding: 20px 0;
  margin-left: -15px;
}

.banner_taital {
  width: 100%;
  float: left;
  font-size: 50px;
  color: #ffffff;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
  font-family: "Righteous", Regular;
}
@media only screen and (min-device-width: 480px) {
  .banner_taital {
    color: #ffffff;
  }
}

@media only screen and (max-width: 600px) {
  .banner_taital {
    color: #e8b43a;
  }
}

@media only screen and (min-width: 600px) {
  .banner_taital {
    color: #ffffff;
  }
}

.banner_text {
  margin: 140px 20px 0 20px;
  font-size: 25px;
  color: #ffffff;
  text-align: center;
  font-weight: bold;
}

.read_bt {
  width: 200px;
  margin: 0 auto;
  text-align: center;
}

.read_bt a {
  width: 100%;
  float: left;
  font-size: 16px;
  color: #141414;
  background-color: #ffffff;
  text-align: center;
  padding: 10px 0px;
  border-radius: 30px;
  margin-top: 50px;
  font-weight: 400;
}

.read_bt a:hover {
  background-color: #2b2278;
  color: #ffffff;
}

/* banner section end */

/* services section start */

.services_section {
  width: 100%;
  float: left;
  padding: 30px 0;
}

.services_taital {
  width: 100%;
  float: left;
  font-size: 28px;
  color: #1f1f1f;
  font-weight: bold;
}
@media only screen and (min-device-width: 480px) {
  .services_taital {
    font-size: 28px;
  }
}

@media only screen and (max-width: 600px) {
  .services_taital {
    font-size: 15px;
  }
}

@media only screen and (min-width: 600px) {
  .services_taital {
    font-size: 28px;
  }
}

.services_text {
  width: 100%;
  float: left;
  font-size: 16px;
  color: #1f1f1f;
  margin: 0px;
}

.services_section_2 {
  width: 100%;
  float: left;
  margin-top: 90px;
}

.services_img {
  width: 100%;
  height: 100%;
  float: left;
  text-align: center;
}

.btn_main {
  width: 170px;
  margin: 0 auto;
  text-align: center;
}

.btn_main a {
  width: 100%;
  float: left;
  font-size: 16px;
  color: #ffffff;
  background-color: #2b2278;
  text-align: center;
  padding: 10px 0px;
  border-radius: 30px;
  font-weight: bold;
  margin-top: 40px;
  text-transform: uppercase;
}

.btn_main a:hover {
  color: #ffffff;
  background-color: #000d10;
}

.btn_main.active a {
  color: #ffffff;
  background-color: #000d10;
}

/* services section end */

/* about section start */

.container-fluid-about {
  padding: 20px;
}

.about_section {
  width: 100%;
  float: left;
}

.about_taital_main {
  width: 100%;
  padding-left: 20px;
}
.about_taital_main_strategy {
  width: 100%;
  padding-left: 100px;
  padding-top: 70px;
  text-align: center;
}
.row-home {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: initial;
  margin-right: -15px;
  margin-left: -15px;
}

.about_taital_main_slogan {
  width: 100%;
  padding-left: 50px;
  padding-right: 50px;
  padding-top: 30px;
  padding-bottom: 120px;
}

.padding_right_0 {
  padding: 30px;
}

.about_taital {
  width: 100%;
  float: left;
  font-size: 40px;
  color: #1f1f1f;
  font-weight: bold;
}

.about_text {
  width: 100%;
  float: left;
  font-size: 22px;
  color: #1f1f1f;
  margin: 0px;
  padding-top: 40px;
}

.about_text_slogan {
  width: 100%;
  float: left;
  font-size: 28px;
  font-weight: 600;
  color: #e8b43a;
  margin: 0px;
  padding-top: 20px;
  text-align: center;
}

.readmore_bt {
  width: 170px;
  float: left;
  margin-top: 50px;
}

.readmore_bt a {
  width: 100%;
  float: left;
  font-size: 16px;
  color: #ffffff;
  background-color: #000d10;
  text-align: center;
  padding: 10px 0px;
  border-radius: 30px;
  font-weight: bold;
  text-transform: uppercase;
}

.readmore_bt a:hover {
  color: #ffffff;
  background-color: #2b2278;
}

.about_img {
  width: 100%;
  float: left;
}

.team_img {
  width: 30%;
  height: 30%;
}
.about_img_mission {
  float: left;
}
/* contact section end */

/* blog section start */

.blog_section {
  width: 100%;
  height: 100%;
  height: auto;
  background-repeat: no-repeat;
  background-size: 100%;
  padding-bottom: 345px;
  padding-top: 200px;
}

.project_section_uj {
  background-image: url(../images/projects/uj.jpg);
  width: 100%;
  height: 100%;
  height: auto;
  background-repeat: no-repeat;
  background-size: 100%;
  padding-bottom: 345px;
  padding-top: 200px;
  border-bottom: 3px solid #eab229;
}
@media only screen and (min-device-width: 480px) {
  .project_section_uj {
    padding-bottom: 600px;
  }
}

@media only screen and (max-width: 600px) {
  .project_section_uj {
    padding-bottom: 0px;
  }
}

@media only screen and (min-width: 600px) {
  .project_section_uj {
    padding-bottom: 600px;
  }
}
.project_section_coj {
  background-image: url(../images/projects/coj.jpg);
  width: 100%;
  height: 100%;
  height: auto;
  background-repeat: no-repeat;
  background-size: 100%;
  padding-bottom: 345px;
  padding-top: 200px;
  border-bottom: 3px solid #eab229;
}
@media only screen and (min-device-width: 480px) {
  .project_section_coj {
    padding-bottom: 600px;
  }
}

@media only screen and (max-width: 600px) {
  .project_section_coj {
    padding-bottom: 0px;
  }
}

@media only screen and (min-width: 600px) {
  .project_section_coj {
    padding-bottom: 600px;
  }
}
.project_section_jt {
  background-image: url(../images/projects/jt.jpg);
  width: 100%;
  height: 100%;
  height: auto;
  background-repeat: no-repeat;
  background-size: 100%;
  padding-bottom: 345px;
  padding-top: 200px;
  border-bottom: 3px solid #eab229;
}
@media only screen and (min-device-width: 480px) {
  .project_section_jt {
    padding-bottom: 600px;
  }
}

@media only screen and (max-width: 600px) {
  .project_section_jt {
    padding-bottom: 0px;
  }
}

@media only screen and (min-width: 600px) {
  .project_section_jt {
    padding-bottom: 600px;
  }
}
.project_section_ssm {
  background-image: url(../images/projects/ssm.jpg);
  width: 100%;
  height: 100%;
  height: auto;
  background-repeat: no-repeat;
  background-size: 100%;
  padding-bottom: 345px;
  padding-top: 200px;
  border-bottom: 3px solid #eab229;
}
@media only screen and (min-device-width: 480px) {
  .project_section_ssm {
    padding-bottom: 600px;
  }
}

@media only screen and (max-width: 600px) {
  .project_section_ssm {
    padding-bottom: 0px;
  }
}

@media only screen and (min-width: 600px) {
  .project_section_jt {
    padding-bottom: 600px;
  }
}
.project_section_soweto {
  background-image: url(../images/projects/soweto.jpg);
  width: 100%;
  height: 100%;
  height: auto;
  background-repeat: no-repeat;
  background-size: 100%;
  padding-bottom: 345px;
  padding-top: 200px;
  border-bottom: 3px solid #eab229;
}
@media only screen and (min-device-width: 480px) {
  .project_section_soweto {
    padding-bottom: 600px;
  }
}

@media only screen and (max-width: 600px) {
  .project_section_soweto {
    padding-bottom: 0px;
  }
}

@media only screen and (min-width: 600px) {
  .project_section_jt {
    padding-bottom: 600px;
  }
}

.project_section_ott {
  background-image: url(../images/projects/olive_tree.jpg);
  width: 100%;
  height: 100%;
  height: auto;
  background-repeat: no-repeat;
  background-size: 100%;
  padding-bottom: 345px;
  padding-top: 200px;
  border-bottom: 3px solid #eab229;
}
@media only screen and (min-device-width: 480px) {
  .project_section_ott {
    padding-bottom: 600px;
  }
}

@media only screen and (max-width: 600px) {
  .project_section_ott {
    padding-bottom: 0px;
  }
}

@media only screen and (min-width: 600px) {
  .project_section_jt {
    padding-bottom: 600px;
  }
}
.project_section_rp {
  background-image: url(../images/projects/roode.jpg);
  width: 100%;
  height: 100%;
  height: auto;
  background-repeat: no-repeat;
  background-size: 100%;
  padding-bottom: 345px;
  padding-top: 200px;

  border-bottom: 3px solid #eab229;
}
@media only screen and (min-device-width: 480px) {
  .project_section_rp {
    padding-bottom: 600px;
  }
}

@media only screen and (max-width: 600px) {
  .project_section_rp {
    padding-bottom: 0px;
  }
}

@media only screen and (min-width: 600px) {
  .project_section_jt {
    padding-bottom: 600px;
  }
}
.project_section {
  background-image: url(../images/camera-lens.jpg);
  width: 100%;
  height: 100%;
  height: auto;
  background-repeat: no-repeat;
  background-size: 100%;
  padding-bottom: 345px;
  padding-top: 200px;
  border-bottom: 3px solid #eab229;
}

.blog_taital {
  width: 100%;
  float: left;
  font-size: 40px;
  color: #ffffff;
  font-weight: bold;
  padding-top: 30px;
  text-align: center;
}
@media only screen and (min-device-width: 480px) {
  .blog_taital {
    padding-bottom: 600px;
  }
}

@media only screen and (max-width: 600px) {
  .blog_taital {
    display: none;
  }
}

@media only screen and (min-width: 600px) {
  .blog_taital {
    padding-bottom: 600px;
  }
}
.blog_text {
  width: 80%;
  margin: 0 auto;
  font-size: 16px;
  color: #ffffff;
  padding-top: 40px;
  text-align: center;
}

.play_icon_main {
  width: 100%;
  margin-top: 150px;
  float: left;
}

.play_icon {
  width: 200px;
  margin: 0 auto;
  position: relative;
  z-index: 5;
}

.play_icon::before {
  content: "";
  position: absolute;
  top: 49%;
  left: 70px;
  width: 130px;
  height: 130px;
  transform: translate(-50%, -50%);
  background-color: #ffffff;
  border-radius: 100%;
  z-index: -1;
  animation: fadeEffect 1.3s infinite ease;
  box-shadow: 0px 0px 10px 0px;
  right: inherit;
}

@keyframes fadeEffect {
  0% {
    transform: translate(-50%, -50%) scale(1);
    opacity: 1;
  }
  100% {
    transform: translate(-50%, -50%) scale(1.2);
    opacity: 0;
  }
}

.margin_top_90 {
  margin-top: 0px;
}
@media only screen and (min-device-width: 480px) {
  .margin_top_90 {
    margin-top: 0px;
  }
}

@media only screen and (max-width: 600px) {
  .margin_top_90 {
    margin-top: 0px;
  }
}

@media only screen and (min-width: 600px) {
  .margin_top_90 {
    margin-top: 0px;
  }
}
/* blog section end */

.tilesWrap {
  padding: 0;
  margin: 50px auto;
  list-style: none;
  text-align: center;
}
.tilesWrap li {
  display: inline-block;
  padding: 5px 20px;
  position: relative;
  vertical-align: top;
  margin: 4px;
  font-family: "helvetica", san-serif;
  background: #262a2b;
  border: 1px solid #252727;
  text-align: left;
}
.tilesWrap li h2 {
  font-size: 114px;
  margin: 0;
  position: absolute;
  opacity: 0.2;
  top: 50px;
  right: 10px;
  transition: all 0.3s ease-in-out;
}
.tilesWrap li h3 {
  font-size: 20px;
  color: #b7b7b7;
  margin-bottom: 5px;
}
.tilesWrap li p {
  font-size: 16px;
  line-height: 18px;
  color: #b7b7b7;
  margin-top: 5px;
}
.tilesWrap li button {
  background: transparent;
  border: 1px solid #b7b7b7;
  padding: 10px 20px;
  color: #b7b7b7;
  border-radius: 3px;
  position: relative;
  transition: all 0.3s ease-in-out;
  transform: translateY(-40px);
  opacity: 0;
  cursor: pointer;
  overflow: hidden;
}
.tilesWrap li button:before {
  content: "";
  position: absolute;
  height: 100%;
  width: 120%;
  background: #b7b7b7;
  top: 0;
  opacity: 0;
  left: -140px;
  border-radius: 0 20px 20px 0;
  z-index: -1;
  transition: all 0.3s ease-in-out;
}
.tilesWrap li:hover button {
  transform: translateY(5px);
  opacity: 1;
}
.tilesWrap li button:hover {
  color: #262a2b;
}
.tilesWrap li button:hover:before {
  left: 0;
  opacity: 1;
}
.tilesWrap li:hover h2 {
  top: 0px;
  opacity: 0.6;
}

.tilesWrap li:before {
  content: "";
  position: absolute;
  top: -2px;
  left: -2px;
  right: -2px;
  bottom: -2px;
  z-index: -1;
  background: #fff;
  transform: skew(2deg, 2deg);
}
.tilesWrap li:after {
  content: "";
  position: absolute;
  width: 40%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(255, 255, 255, 0.02);
}
.tilesWrap li:nth-child(1):before {
  background: #3b3a7c;
  background: -webkit-linear-gradient(to right, #e8b43a, #3b3a7c);
  background: linear-gradient(to right, #e8b43a, #3b3a7c);
}
.tilesWrap li:nth-child(2):before {
  background: #3b3a7c;
  background: -webkit-linear-gradient(to right, #e8b43a, #3b3a7c);
  background: linear-gradient(to right, #e8b43a, #3b3a7c);
}
.tilesWrap li:nth-child(3):before {
  background: #ffc500;
  background: -webkit-linear-gradient(to right, #ffc500, #3b3a7c);
  background: linear-gradient(to right, #ffc500, #3b3a7c);
}
.tilesWrap li:nth-child(4):before {
  background: #ffc500;
  background: -webkit-linear-gradient(to right, #3b3a7c, #3b3a7c);
  background: linear-gradient(to right, #3b3a7c, #3b3a7c);
}

/* client section start */

.client_section {
  width: 100%;
  float: left;
  padding-bottom: 160px;
}

.client_taital {
  width: 100%;
  font-size: 40px;
  color: #131313;
  font-weight: bold;
  padding-top: 30px;
  text-align: center;
}

.client_section_2 {
  width: 100%;
  margin: 0 auto;
  text-align: center;
  background-color: #ffffff;
  box-shadow: 0px 1px 16px -6px;
  border-radius: 30px;
  padding: 50px 70px;
  margin-top: 50px;
}

.client_main {
  width: 100%;
  display: flex;
}

.box_left {
  width: 48%;
}

.box_right {
  width: 48%;
  float: right;
  padding-top: 65px;
  margin-left: 30px;
}

.lorem_text {
  width: 100%;
  font-size: 16px;
  text-align: center;
  margin: 0px;
  color: #0d0d0d;
  border: 1px solid #0d0d0d;
  padding: 90px 30px;
  border-radius: 30px;
}

.client_taital_left {
  width: 40%;
  float: left;
}

.client_taital_right {
  width: 60%;
  float: left;
}

.client_img {
  width: 100%;
  float: left;
  text-align: left;
}

.quick_icon {
  width: 100%;
  float: left;
  text-align: center;
  padding-top: 30px;
}

.client_name {
  width: 100%;
  float: left;
  font-size: 24px;
  color: #012628;
  font-weight: bold;
  text-transform: uppercase;
  text-align: left;
  padding-top: 53px;
  padding-bottom: 0px;
}

.customer_text {
  width: 100%;
  float: left;
  font-size: 16px;
  color: #085a57;
  font-weight: bold;
  text-transform: uppercase;
  text-align: left;
  margin: 0px;
}

.carousel-indicators li {
  width: 20px;
  height: 20px;
  border-radius: 100%;
  background-color: #8781bd;
  bottom: -130px;
}

.carousel-indicators .active {
  background-color: #2b2278;
}

/* client section end */

/* choose section start */

.choose_section {
  width: 100%;
  float: left;
  padding-bottom: 90px;
}

.choose_taital {
  width: 100%;
  font-size: 40px;
  color: #1f1f1f;
  font-weight: bold;
  text-align: center;
}

.choose_text {
  width: 70%;
  margin: 0 auto;
  font-size: 16px;
  color: #1f1f1f;
  padding-top: 30px;
  text-align: center;
}

.read_bt_1 {
  width: 170px;
  margin: 0 auto;
  text-align: center;
}

.read_bt_1 a {
  width: 100%;
  float: left;
  font-size: 16px;
  color: #ffffff;
  background-color: #000d10;
  text-align: center;
  padding: 10px 0px;
  border-radius: 30px;
  margin-top: 50px;
  font-weight: bold;
  text-transform: uppercase;
}

.read_bt_1 a:hover {
  background-color: #2b2278;
  color: #ffffff;
}

.newsletter_box {
  width: 100%;
  border: 1px solid #6e6e6e;
  border-radius: 25px;
  padding: 20px 30px;
  display: flex;
  margin-top: 90px !important;
  float: left;
}

.let_text {
  width: 100%;
  font-size: 40px;
  color: #1f1f1f;
  font-weight: bold;
  padding-bottom: 0px;
}

.getquote_bt {
  width: 200px;
  padding-top: 6px;
}

.getquote_bt a {
  width: 100%;
  float: left;
  font-size: 16px;
  color: #ffffff;
  background-color: #2b2278;
  text-align: center;
  padding: 10px 0px;
  border-radius: 30px;
  font-weight: bold;
}

.getquote_bt a:hover {
  background-color: #000d10;
  color: #ffffff;
}

/* choose section end */

/* contact section start */

.contact_section {
  width: 100%;
  float: left;
  padding-bottom: 90px;
}
.contact_taital {
  width: 100%;
  float: left;
  font-size: 40px;
  color: #000;
  text-align: center;
  font-weight: bold;
}
.email_text {
  width: 70%;
  margin: 0 auto;
  text-align: center;
  padding-top: 120px;
}
.email-bt {
  width: 100%;
  float: left;
  font-size: 18px;
  color: #393838;
  margin-bottom: 20px;
  padding: 10px 15px;
  border: 0px;
  border: 1px solid #2b2278 !important;
}
.massage-bt {
  width: 100%;
  float: left;
  font-size: 18px;
  color: #393838;
  margin-bottom: 20px;
  padding: 10px 15px;
  border: 0px;
  border: 1px solid #2b2278 !important;
}
.send_btn {
  width: 170px;
  margin: 0 auto;
  text-align: center;
}
.send_btn a {
  width: 100%;
  float: right;
  text-align: center;
  font-size: 20px;
  color: #ffffff;
  border-radius: 30px;
  background-color: #000d10;
  padding: 7px;
}
.send_btn a:hover {
  color: #ffffff;
  background-color: #2b2278;
}
/* contact section end */

/* footer section start */

.footer_section {
  width: 100%;
  float: left;
  background-image: url(../images/footer-bg.png);
  height: auto;
  background-size: 100% 100%;
  padding-bottom: 30px;
  background-repeat: no-repeat;
}

.input_btn_main {
  width: 50%;
  display: flex;
  border-radius: 40px;
  padding: 8px 0px;
  margin: 0 auto;
}

.mail_text {
  width: 100%;
  float: left;
  font-size: 18px;
  color: #2b2c2c;
  background-color: #ffffff;
  height: auto;
  padding: 5px 20px;
  border-radius: 20px;
  border: 0px;
}

.subscribe_bt {
  float: right;
}

.subscribe_bt a {
  width: 170px;
  float: left;
  font-size: 18px;
  color: #2b2278;
  background-color: transparent;
  padding: 5px 0px;
  text-align: center;
  font-weight: 500;
  text-transform: uppercase;
}

.subscribe_bt a:hover {
  color: #000;
  background-color: transparent;
}

.social_icon {
  width: 100%;
  margin: 0 auto;
  text-align: center;
}

.social_icon ul {
  margin: 0px;
  padding: 0px;
  display: inline-block;
  text-align: center;
}

.social_icon li {
  float: left;
  padding: 30px 5px;
}

.location_main {
  width: 100%;
  margin: 0 auto;
  text-align: center;
  padding-top: 40px;
}

.call_text {
  width: 100%;
  float: left;
  font-size: 16px;
  color: #ffffff;
  padding-top: 10px;
}

.call_text a {
  color: #ffffff;
}

.call_text a:hover {
  color: #e27141;
}

/* footer section end */

.copyright_section {
  width: 100%;
  float: left;
  background-color: #e8b43a;
  height: auto;
}

.copyright_text {
  width: 100%;
  float: left;
  color: #ffffff;
  text-align: center;
  font-size: 16px;
  margin-left: 0px;
}

.copyright_text a {
  color: #ffffff;
}

.copyright_text a:hover {
  color: #e27141;
}
label {
  font-weight: 400;
}
.contact_label {
  color: #ffffff;
}

.button-padding {
  color: #fff;
  font-size: 14px;
  padding: 6px 25px;
  padding-top: 10px;
  font-weight: 700;
  text-transform: uppercase;
  transition: all 0.3s;
  cursor: pointer;
  margin: 0;
  border-radius: 20px;
  background-color: #2b2278;
}
.reused_form {
  text-align: center;
}

.form-top {
  padding-top: 130px;
  margin-left: 500px;
}
@media only screen and (min-device-width: 480px) {
  .form-top {
    padding-top: 130px;
    margin-left: 500px;
  }
}

@media only screen and (max-width: 600px) {
  .form-top {
    padding-top: 40px;
    margin-left: 0px;
  }
}

@media only screen and (min-width: 600px) {
  .form-top {
    padding-top: 130px;
    margin-left: 500px;
  }
}

.video-padding {
  padding: 0 20px;
}

/* Project filter nav */
.shuffle-btn-group {
  display: inline-block;
  margin: 20px 0 50px;
  width: 100%;
  border-bottom: 3px solid #e8b43a;
}

.shuffle-btn-group label {
  display: inline-block;
  color: #2b2278;
  font-size: 14px;
  padding: 6px 25px;
  padding-top: 10px;
  font-weight: 700;
  text-transform: uppercase;
  transition: all 0.3s;
  cursor: pointer;
  margin: 0;
}

@media (max-width: 1200px) {
  .shuffle-btn-group label {
    padding: 3px 18px;
  }
}

@media (max-width: 991px) {
  .shuffle-btn-group label {
    padding: 3px 7px;
    font-size: 12px;
  }
}

.shuffle-btn-group label.active {
  color: #ffffff;
  background: #e8b43a;
}

.shuffle-btn-group label input {
  display: none;
}

/* Project shuffle Item */
.shuffle-item {
  padding: 0;
}

.shuffle-item .project-img-container {
  position: relative;
  overflow: hidden;
}

.shuffle-item .project-img-container img {
  -webkit-transform: perspective(1px) scale3d(1.1, 1.1, 1);
  transform: perspective(1px) scale3d(1.1, 1.1, 1);
  transition: all 400ms;
}

.shuffle-item .project-img-container:hover img {
  -webkit-transform: perspective(1px) scale3d(1.15, 1.15, 1);
  transform: perspective(1px) scale3d(1.15, 1.15, 1);
}

.shuffle-item .project-img-container:after {
  opacity: 0;
  position: absolute;
  content: "";
  top: 0;
  right: auto;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  transition: all 400ms;
}

.shuffle-item .project-img-container:hover:after {
  opacity: 1;
}

.shuffle-item .project-img-container .gallery-popup .gallery-icon {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  padding: 5px 12px;
  background: #e8b43a;
  color: #fff;
  opacity: 0;
  -webkit-transform: perspective(1px) scale3d(0, 0, 0);
  transform: perspective(1px) scale3d(0, 0, 0);
  transition: all 400ms;
}

.shuffle-item .project-img-container:hover .gallery-popup .gallery-icon {
  opacity: 1;
  -webkit-transform: perspective(1px) scale3d(1, 1, 1);
  transform: perspective(1px) scale3d(1, 1, 1);
}

.shuffle-item .project-img-container .project-item-info {
  position: absolute;
  top: 50%;
  margin-top: -10%;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 0 30px;
  z-index: 1;
}

.shuffle-item .project-img-container .project-item-info-content {
  opacity: 0;
  -webkit-transform: perspective(1px) translate3d(0, 15px, 0);
  transform: perspective(1px) translate3d(0, 15px, 0);
  transition: all 400ms;
}

.shuffle-item
  .project-img-container
  .project-item-info-content
  .project-item-title {
  font-size: 20px;
}

.shuffle-item
  .project-img-container
  .project-item-info-content
  .project-item-title
  a {
  color: #fff;
}

.shuffle-item
  .project-img-container
  .project-item-info-content
  .project-item-title
  a:hover {
  color: #e8b43a;
}

.shuffle-item .project-img-container .project-item-info-content .project-cat {
  background: #e8b43a;
  display: inline-block;
  padding: 2px 8px;
  font-weight: 700;
  color: #000;
  font-size: 10px;
  text-transform: uppercase;
}

.shuffle-item .project-img-container:hover .project-item-info-content {
  opacity: 1;
  -webkit-transform: perspective(1px) translate3d(0, 0, 0);
  transform: perspective(1px) translate3d(0, 0, 0);
}

.general-btn .btn-primary:hover {
  background: #000;
}

/* Project owl */
.owl-theme.project-slide {
  margin-top: 60px;
}

.project-slide .item {
  position: relative;
  overflow: hidden;
  width: 100%;
}

.project-item img {
  width: 100%;
  max-width: auto;
  transition: all 0.6s ease 0s;
}

.project-item:hover img {
  -webkit-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
}

.project-item-content {
  position: absolute;
  bottom: -1px;
  padding: 15px 20px;
  width: 100%;
  background: #e8b43a;
}

.owl-theme.project-slide .owl-nav > div {
  position: absolute;
  top: -70px;
  right: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.project-slide .owl-nav > div {
  display: inline-block;
  margin: 0 2px;
  font-size: 20px;
  background: #e8b43a;
  color: #fff;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
}

.owl-theme.project-slide .owl-nav > .owl-prev {
  right: 35px;
  left: auto;
}

/* Projects Single page */
.project-title {
  font-size: 30px;
}

.project-info-label {
  color: #002b44;
  font-weight: 700;
  font-size: 14px;
}

.project-info-content {
  font-size: 12px;
}

.project-info li {
  margin-bottom: 5px;
}

.project-link {
  margin-top: 15px;
}
