@import url('https://fonts.googleapis.com/css?family=Poppins');
@import url('https://fonts.googleapis.com/css?family=Mr+Dafoe&subset=latin-ext');

/* @import url('https://fonts.googleapis.com/css?family=Josefin+Sans'); */
/* @import url(//db.onlinewebfonts.com/c/cdda49a61e4906a3f508ebb14e43c32e?family=GFYJeannaW00-Reg); */

@font-face {
  font-family: GFYJeannaW00;
  src: url(../font/GFY-Jeanna-W00-Reg.ttf);
}


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

ul {
  list-style: none;
}

a:focus,
a:hover {
  text-decoration: none;
  outline-offset: 0px;
}


img {
  width: 100%;
  height: auto;
}


html {
  scroll-behavior: smooth;
}

body {
  background-color: #fff;
  /* font-family: "Josefin+Sans", sans-serif; */
  font-family: "Poppins", sans-serif;
  color: #7f7f7f;
  font-size: 12px;
  font-weight: 400;
  line-height: 24px;
}

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


.pd0 {
  padding: 0px;
}

.pl0 {
  padding-left: 0px;
}

.pr0 {
  padding-right: 0px;
}

.row {
  margin: 0px;
}

.bg-f2 {
  background: #f2f2f2;
}

body.hdx {
  overflow-x: hidden !important;
}

/* ==== header ==== */

header {
  width: 100%;
  height: 82px;
  background: #1e2732;
  position: fixed;
  z-index: 100;
}

.logo img {
  padding-top: 10px;
  width: 280px;
}

.srch i {
  font-size: 36px;
  padding: 13px;
  cursor: pointer;
}

.srch i:hover {
  color: #535d5e;
}

.srch li {
  position: fixed;
}

.srch-box {
  background: #04afff;
  position: absolute;
  top: 72px;
  right: 6.2%;
  width: 282px;
  height: 54px;
  line-height: 37px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  border-top: 3px solid #04afff;
  display: none;
}

.srch-box:before {
  content: "";
  position: absolute;
  top: -31px;
  right: 13px;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-top: 14px solid transparent;
  border-bottom: 14px solid #04afff;
}

.srch-box input[type="text"] {
  width: 200px;
  padding: 5px 10px;
  margin-left: 2px;
  border: 1px solid #04afff;
  outline: none;
}

.srch-box input[type="button"],
.srch-box input[type="submit"],
.srch-box button[type="submit"] {
  width: 80px;
  padding: 5px 0;
  background: #04afff;
  color: #fff;
  margin-left: -6px;
  border: 1px solid #04afff;
  outline: none;
  cursor: pointer;
}

/* Media Queries */
@media screen and (max-width: 700px) {

  .srch-box {
    width: 270px;
    right: -7%;
    top: 65px;
  }

  .srch-box input[type="text"] {
    width: 178px;
    /* margin-left: 15px; */
  }

  .srch-box input[type="button"] {
    margin-right: 10px;
  }
}

/* .lang {
    width: 100%;
    overflow: hidden;
}

.goog-te-menu-value {

    text-decoration: none;
    color: #0000cc;
    white-space: normal !important;
    margin-left: 4px;
    margin-right: 4px;

} */

/* google language translator */

.goog-te-gadget .goog-te-combo {
  margin: 31px 123px !important;
  font-size: 8pt;
}

.goog-logo-link {
  display: none;
}

.skiptranslate {
  font-size: 0px !important;
}

.contact-top {
  display: flex;
}

.contact-top img {
  width: 28%;
  padding: 10px;
}

.contact-top ul {
  float: right;
  padding-top: 16px;
  margin-left: 42px;
  text-align: right;
  z-index: 2;
}

.contact-top a {
  color: #eee;
  font-size: 12px;
}

.contact-top a:hover {
  color: #04afff;
}



/* toggle-btn */


.toggle_menu {
  cursor: pointer;
  padding: 20px;
  float: right;
}

.bar1,
.bar2,
.bar3 {
  width: 35px;
  height: 4px;
  background-color: #eee;
  margin: 7px 0;
  transition: 0.4s;
}

.change .bar1 {
  -webkit-transform: rotate(-45deg) translate(-9px, 6px);
  transform: rotate(-45deg) translate(-9px, 6px);
}

.change .bar2 {
  opacity: 0;
}

.change .bar3 {
  -webkit-transform: rotate(45deg) translate(-8px, -8px);
  transform: rotate(45deg) translate(-8px, -8px);
}

/* side nav */
.menu {
  margin-top: 15px;
  border-top: 1px solid #ffffff4d;
}

.menu a {
  border-bottom: 1px solid #ffffff4d;
}

.menu12 {
  margin-top: 15px;
  border-top: 1px solid #ffffff4d;
}

.menu12 a {
  border-bottom: 1px solid #ffffff4d;
}

.sidenav {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 10;
  top: 0;
  right: 0;
  background-color: #04afff;
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 60px;
}

.sidenav a {
  padding: 8px 8px 8px 24px;
  text-decoration: none;
  font-size: 17px;
  font-weight: 400;
  color: #eee;
  display: block;
  transition: 0.3s;
  text-transform: uppercase;
}

.sidenav a:hover {
  color: #1e2732;
}

.sidenav .closebtn {
  position: absolute;
  top: 20px;
  right: 8px;
  font-size: 60px;
  margin-left: 50px;
}

.drop-act {
  background-color: #1e2732;
  color: white;
}

.drop-act:hover {
  color: #04afff !important;
}


.dropdown-container {
  display: none;
  background-color: #f2f2f2;
  /* padding-left: 8px; */
}

.dropdown-container a {
  color: #535d5e;
  border-bottom: 1px solid #1e273233;
  font-size: 15px;
  padding-left: 51px !important;
}

.dropdown-container a:nth-child(1) {
  border: none;
}

.dropdown-container a:nth-child(2) {
  margin-top: -14px;
}

.dropdown-container a:hover {
  color: #04afff;
}

.dropdown-btn .fa-caret-down {
  float: right;
  padding-right: 20px;
  padding-top: 6px;
  font-size: 18px;
}


@media screen and (max-height: 450px) {
  .sidenav {
    padding-top: 15px;
  }

  .sidenav a {
    font-size: 18px;
  }
}



/* === sidemenu == */

.sidemenu #accordion-m .panel {
  border: none;
  border-radius: 0;
  box-shadow: none;
  /* margin-bottom: -5px; */
}

.sidemenu .panel-group {
  margin-bottom: 0px;
}

.sidemenu #accordion-m .panel-heading {
  padding: 0;
  border: none;
  border-radius: 0;
}

.sidemenu #accordion-m .panel-title a {
  display: block;
  padding: 15px 70px 15px 24px;
  font-size: 17px;
  font-weight: 400;
  letter-spacing: 1px;
  background: #04afff;
  color: #eee;
  border-bottom: 1px solid #ffffff4d;
  position: relative;
}

.sidemenu #accordion-m .panel-title a {
  color: #1e2732;
}

.sidemenu #accordion-m .panel-title a.collapsed {
  color: #eee;
}

.sidemenu #accordion-m .panel-title a.collapsed:hover {
  color: #1e2732;
}

.sidemenu #accordion-m .panel-title a:before,
.sidemenu #accordion-m .panel-title a:after {
  content: "";
  width: 3px;
  height: 10px;
  background: #eee;
  font-size: 15px;
  position: absolute;
  top: 20px;
  right: 35px;
  transform: rotate(-45deg);
  transition: all 0.3s ease-in-out 0s;
}

.sidemenu #accordion-m .panel-title a:before,
.sidemenu #accordion-m .panel-title a:after {
  background: #1e2732;
}

.sidemenu #accordion-m .panel-title a:after {
  right: 29px;
  transform: rotate(45deg);
}

.sidemenu #accordion-m .panel-title a.collapsed:before {
  transform: rotate(-45deg);
  background: #eee;
}

.sidemenu #accordion-m .panel-title a.collapsed:after {
  transform: rotate(45deg);
  background: #eee;
}

.sidemenu #accordion-m .panel-title a.collapsed:hover:before,
.sidemenu #accordion-m .panel-title a.collapsed:hover:after {
  background: #1e2732;
}

.sidemenu #accordion-m .panel-body {
  padding: 0px;
  background: #1e2732;
  border-top: none;
  font-size: 14px;
  color: #fff;
  line-height: 28px;
  padding-top: 2px;
}

.sidemenu #accordion-m .panel {
  border: none;
}

.sidemenu #accordion-m .panel-default {
  margin-top: 0px;
}

.sidemenu #accordion-m .panel-body ul {
  margin-bottom: 0px;
}

.sidemenu #accordion-m .panel-body ul li a {
  font-size: 13px;
  padding-left: 33px;
}

.sidemenu #accordion-m .panel-body ul li a:hover {
  color: #04afff;
}


/* === banner === */

.banner {
  position: relative;
  width: 100%;
}

.bnr-txt {
  position: relative;
  z-index: 5;
  margin-top: 56px;
}

.bnr-txt img {
  clip-path: ellipse(136% 69% at 50% 27%);
}

/* .corner-bottom {
    border-radius: 60vw / 5vw;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    height: 10%;
    margin: 0 -100px;
} */

.caption {
  position: absolute;
  top: 10%;
  left: 15%;
}

.caption h1 {
  color: #fff;
  font-weight: 600;
  font-size: 20px;
  /* background: #1e2732cc; */
  /* background: #04afffb3; */
  /* border-radius: 50px; */
  border-radius: 2px 20px;
  padding: 3px 15px;
  /* border: 2px solid #f2f2f2; */
  width: 100%;
  text-transform: uppercase;
}

.caption h6 {
  color: #371a00;
  font-size: 14px;
  font-weight: 600;
  font-family: "GFYJeannaW00";
  line-height: 22px;
  margin-top: 7px;
  /* background: #1e2732cc;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    padding: 0px 5px; */
}

.cp2 {
  top: 18%;
  left: 7%;
}

.crsl {
  clip-path: ellipse(136% 69% at 50% 27%);
  padding-top: 56px;
  z-index: 2;
}

.caption2 {
  position: absolute;
  top: 20%;
  left: 10%;
}

.caption2 h2 {
  color: #f2f2f2;
  font-size: 15px;
  /* background: #1e2732b3; */
  /* background: #1e2732cc; */
  border-radius: 50px;
  padding: 5px 22px;
  /* border: 2px solid #f2f2f2; */
}

.carousel-control.left,
.carousel-control.right {
  background-image: none;
}

.carousel-control.left .glyphicon-chevron-left::before,
.carousel-control.right .glyphicon-chevron-right::before {
  content: "";
}

.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right,
.carousel-control .icon-next,
.carousel-control .icon-prev {
  width: 42px;
  height: 42px;
}


.intro-layers {
  position: absolute;
  top: 15%;
  bottom: 0;
  left: 9%;
  z-index: 6;
  /* width: 27%; */
}

.intro-layers h2 {
  /* color: #a8d1e5; */
  color: #ffffff;
  font-size: 20px;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 30px;
  /* background: #1e2732cc; */
  border-radius: 2px 20px;
  padding: 2px 20px;
}


.intro-layer {
  z-index: 5;
}

.slide-social-icons {
  position: absolute;
  right: 18%;
  top: 36%;
}

.slide-social-icons a {
  border-bottom: 2px solid rgb(30, 39, 50);
  color: #f2f2f2;
}

.slide-social-icons a.last {
  border-bottom: 0;
}

.slide-social-icons a[class*="fa-"]::before {
  display: inline-block;
  font-size: 24px;
  padding: 16px 5px;
  width: 30px;
}

.bnnr img {
  position: relative;
  top: -48px;
}

/* ===zoom effect=== */

@-webkit-keyframes zoom {
  from {
    -webkit-transform: scale(1.5, 1.5);
  }

  to {
    -webkit-transform: scale(1, 1);
  }
}

@keyframes zoom {
  from {
    transform: scale(1.5, 1.5);
  }

  to {
    transform: scale(1, 1);
  }
}

.carousel-inner .item>img {
  -webkit-animation: zoom 12s;
  animation: zoom 12s;
}

/* === bread crump === */

.page_title.corner-title {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

.page_title.corner-title::before {
  background-image: url(../images/breadcrumbs.jpg);
  bottom: 0px;
  content: "";
  height: 75px;
  left: 0;
  position: absolute;
  -webkit-transform: skewY(3deg);
  -ms-transform: skewY(3deg);
  transform: skewY(3deg);
  width: 50%;
  z-index: 0;
}

.brd2 {
  margin-top: 96px;
}

.demo {
  background: none !important;
}

.brdc {
  text-align: center;
  padding-top: 0px;
  padding-bottom: 5px;
}

.brdc .breadcrumb {
  background-color: transparent;
  border-radius: 0;
  color: inherit;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.2em;
  margin: 0;
  padding: 0;
  text-transform: uppercase;
  list-style: none;
  position: relative;
  z-index: 1;

}


.breadcrumb-item a {
  color: #1e2732;
  letter-spacing: 2px;
  cursor: auto;
}

.breadcrumb-item a:hover {
  /* color: #04afff; */
  cursor: pointer;
}

.breadcrumb-item+.breadcrumb-item::before {
  color: #1e2732;
  content: "\f111";
  font-family: FontAwesome;
  font-size: 5px;
  padding: 0 15px;
  position: relative;
  top: -2px;
}

.breadcrumb-item.active {
  color: #04afff;
}





.page_title.corner-title::after {
  background-image: url(../images/breadcrumbs.jpg);
  bottom: 0px;
  content: "";
  height: 75px;
  position: absolute;
  right: 0;
  -webkit-transform: skewY(-3deg);
  -ms-transform: skewY(-3deg);
  transform: skewY(-3deg);
  width: 50%;
  z-index: 0;
}

/* ===about us=== */

.abt {
  background-image: url(../images/banner/bnrr2.png);
  background-size: 100% 100%;
  overflow: hidden;
  display: block;
  position: relative;
  top: -50px !important;

}

.abts {
  text-align: center;
  padding: 20px 10px;
}

.abts h1 {
  text-transform: uppercase;
  color: #fff;
  font-weight: 900;
  font-size: 35px;
}

.abt .abts p {
  padding: 10px 56px 6px 30px;
  color: #c1c5c9;
  font-size: 13px;
  line-height: 22px;
  /* text-align: justify; */
}

.btn-2 {
  background: #eee;
  border: 2px solid #04afff;
  color: #1e2732;
  border-radius: 5px;
  font-size: 10px;
  font-weight: 400;
  letter-spacing: 0.1em;
  line-height: 1.em;
  padding: 8px 16px;
  -webkit-transition: all 0.2s linear 0s;
  transition: all 0.2s linear 0s;
  margin: 20px;
  text-align: center;
}

/* .btg{
    background: transparent !important;
    color: #eee !important;
} */
.btn-2:hover {
  background: transparent;
  border: 2px solid #f2f2f2;
  color: #04afff;
}

.exp {
  text-align: left;
}

.exp h1 {
  font-size: 178px;
  color: #fff;
  font-style: italic;
  padding-left: 30px;
}

.exp p {
  font-size: 13px;
  color: #fff;
  /* font-style: italic; */
  margin-top: -24px;
  padding-left: 42px;
  line-height: 22px;
  text-align: center;
}

/* ====business==== */

.business {
  /* padding: 42px 0px; */
}

.business h1 {
  text-align: center;
  color: #1e2732;
  text-transform: uppercase;
  font-weight: 900;
  font-size: 35px;
  margin-bottom: 0px;
}

.units {
  margin: 30px 0px;
  padding: 0px 30px;
}

.unit {
  padding: 20px;
  z-index: 1;
}

.unit-img {
  height: 100%;
  width: 100%;
  position: relative;
  background-size: cover;
  background-position: center;
  border-top-left-radius: 50px;
  overflow: hidden;
}

.unit-img::before {

  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  transition: all .4s;
  opacity: 0;
  transform: scale(.8);
  background: #04afff;

}

.unit:hover .unit-img::before {

  opacity: .7;
  transform: scale(1);

}

.unit_more {

  display: inline-block;
  position: absolute;
  bottom: 0;
  right: 0px;
  width: 55px;
  height: 65px;
  background: #04afff;
  text-align: center;
  line-height: 65px;
  color: #fff;
  border-top-left-radius: 20px;
}

.unit_more a i {
  color: #fff;

}

.unit:hover .unit_more {
  z-index: 3;
  background: #fff;
  color: #04afff;
}

.unit_more:hover,
.unit-img:hover .unit_more {
  background: #fff;
  color: #04afff;

}


.unit-txt {

  padding: 15px 25px;
  border: 1px solid hsla(0, 0%, 0%, 0.06);
  border-bottom-right-radius: 60px;
  transition: all .4s;
  -webkit-transition: all .4s;
  background: hsla(0, 0%, 100%, 0.8313725490196079);

}

.unit:hover .unit-txt {
  box-shadow: 0px 20px 31px rgba(0, 0, 0, 0.1);
}


.unit-txt h3 {
  text-align: center;
  font-size: 17px;
  text-transform: uppercase;
  margin: 0px;
  color: #45494a;
  font-weight: 600;
}

.unit-txt h3:hover {
  color: #04afff;
}

.unit-txt p {
  font-size: 13px;
  line-height: 19px;
}

.unit-txt ol li {
  font-size: 13px;
}


.wrap {
  color: #222;
  font-size: 24px;
}

.clip-svg {
  width: 0;
  height: 0;
}

.clip-caption {
  width: 100%;
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  text-align: center;
}

.clip-each {
  display: block;
  position: relative;
  -webkit-clip-path: polygon(25% 5%, 75% 5%, 100% 50%, 75% 95%, 25% 95%, 0% 50%);
  clip-path: polygon(25% 5%, 75% 5%, 100% 50%, 75% 95%, 25% 95%, 0% 50%);
  -webkit-clip-path: url("#hexagon-clip");
  clip-path: url("#hexagon-clip");
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  margin: 0 auto;
}

a.clip-each:hover {
  background: #9E566E;
  -webkit-transition: all 0.25s ease-in;
  transition: all 0.25s ease-in;
}

.clip-solid {
  width: 200px;
  height: 200px;
  background-image: url("../images/pattern2.png");
  /* background-image: url("http://karenmenezes.com/shapes-polygon/clip-demo-img.jpg"); */
  background-repeat: no-repeat;
  background-size: contain;
  /* background-color: #ad6996; */
  background-blend-mode: hard-light;
  -webkit-transition: all 2.5s linear;
  transition: all 2.5s linear;
}

.clip-solid:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  /* -webkit-clip-path: polygon(100% 3%, 17% 100%, 100% 100%);
  clip-path: polygon(100% 3%, 17% 100%, 100% 100%);
  -webkit-clip-path: url("#triangle-clip");
  clip-path: url("#triangle-clip"); */
  /* background: #9E566E; */
  z-index: 1;
  width: 100%;
  height: 155px;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  pointer-events: none;
}

.clip-solid:hover:after {
  height: 0;
  -webkit-transition: all 0.45s ease-in;
  transition: all 0.45s ease-in;
}

.clip-solid:hover .social-share-block {
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.social-share-block {
  position: absolute;
  bottom: 20px;
  right: 75px;
  color: #fff;
  font-size: 70%;
  z-index: 2;
}

.social-each {
  font-size: 80%;
}

.clip-gradient {
  background: #222;
  width: 160px;
  height: 160px;
}

.clip-gradient .clip-caption {
  color: #fff;
}

.clip-border {
  background: -webkit-linear-gradient(300deg, #aebcbf 0%, #6e7774 50%, #333 61%, #333 100%);
  background: linear-gradient(150deg, #aebcbf 0%, #6e7774 50%, #333 61%, #333 100%);
  width: 160px;
  height: 160px;
  margin-top: 7px;
  color: #222;
}

.clip-border::after {
  content: "";
  position: absolute;
  top: 4%;
  left: 4%;
  right: 4%;
  bottom: 4%;
  margin: 0 auto;
  background: url("http://karenmenezes.com/shapes-polygon/bg-cubes.png");
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  -webkit-clip-path: polygon(25% 5%, 75% 5%, 100% 50%, 75% 95%, 25% 95%, 0% 50%);
  clip-path: polygon(25% 5%, 75% 5%, 100% 50%, 75% 95%, 25% 95%, 0% 50%);
  -webkit-clip-path: url("#hexagon-clip");
  clip-path: url("#hexagon-clip");
  z-index: -1;
}

.clip-tagline {
  display: block;
  color: #758C9B;
  text-decoration: none;
  text-align: center;
}

@media only screen and (min-width: 550px) {
  .wrap {
    display: table;
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translateY(-50%) translateX(-50%);
    -webkit-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
  }

  .clip-block {
    display: table-cell;
    vertical-align: middle;
  }

  .clip-border {
    margin-top: 20px;
  }


}


/* ---factory----- */


.testimonial12 {
  overflow: hidden;
  position: relative;
}

.testimonial12:before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
}

.testimonial12 .pic {
  display: inline-block;
  width: 338px;
  height: 240px;
}

.testimonial12 .pic img {
  width: 100%;
  height: auto;
}

.testimonial12 .description {
  font-family: "Poppins", sans-serif;
  font-size: 15px;

  color: #918686;
  line-height: 25px;
  margin-bottom: 15px;
}

.testimonial12 .title {
  display: inline-block;
  font-size: 20px;
  font-weight: 700;
  color: #04afff;
  margin: 0;
}

.testimonial12 .post {
  display: inline-block;
  font-size: 17px;
  color: #04afff;
}

.owl-theme .owl-controls .owl-page span {
  border: 2px solid #04afff;
  background: #fff;
  opacity: 1;
}

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls .owl-page:hover span {
  background: #04afff;
}

@media only screen and (max-width: 767px) {
  .testimonial12 {
    /* padding: 20px; */
    text-align: center;
  }

  .testimonial12 .pic {
    display: block;
    position: static;
    margin: 0 auto 15px;
  }
}

.testimonial13 {
  overflow: hidden;
  position: relative;
}

.testimonial13:before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
}

.testimonial13 .pic {
  display: inline-block;
  width: 338px;
  height: 240px;
}

.testimonial13 .pic img {
  width: 100%;
  height: auto;
}

.testimonial13 .description {
  font-family: "Poppins", sans-serif;
  font-size: 15px;

  color: #918686;
  line-height: 25px;
  margin-bottom: 15px;
}

.testimonial13 .title {
  display: inline-block;
  font-size: 20px;
  font-weight: 700;
  color: #04afff;
  margin: 0;
}

.testimonial13 .post {
  display: inline-block;
  font-size: 17px;
  color: #04afff;
}

.owl-theme .owl-controls .owl-page span {
  border: 2px solid #04afff;
  background: #fff;
  opacity: 1;
}

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls .owl-page:hover span {
  background: #04afff;
}

@media only screen and (max-width: 767px) {
  .testimonial13 {
    padding: 20px;
    text-align: center;
  }

  .testimonial13 .pic {
    display: block;
    position: static;
    margin: 0 auto 15px;
  }
}



/* === vision === */

.mrq {
  position: absolute;
  bottom: 20%;
  right: 0%;
  z-index: 5;
  left: 10%;
  display: block;
  margin: 0 auto;
}

.mrq p {
  /* color: #23342e; */
  color: #371a00;
  font-size: 14px;
  font-weight: 600;
  font-family: "GFYJeannaW00";
}

.vsn {
  background: #04afff;
  padding: 87px 0;
  position: relative;
  overflow: hidden;
  z-index: 2;
}

.vsn::before {
  content: "";
  position: absolute;
  left: 0;
  right: 4.8%;
  top: 0;
  bottom: 0;
  background: #1e2732;

}

.quil {
  width: 100%;
  height: auto;
  margin-bottom: 20px;
  border-radius: 7px;
}

.vsn-abt {
  padding: 60px 0px;
}

.vsn-abt-img {
  opacity: 0.1;
  padding-top: 42px;
}

.vsn-abt .main-timeline {
  font-family: "Poppins", sans-serif;
  padding: 22px;
}

.vsn-abt .main-timeline:after {
  content: '';
  display: block;
  clear: both;
}

.vsn-abt .main-timeline .timeline {
  width: 51%;
  float: left;
  position: relative;
  z-index: 1;
}

.vsn-abt .main-timeline .timeline ol {
  padding: 0px 36px;
}

.vsn-abt .main-timeline .timeline-content {
  display: block;
}

.vsn-abt .main-timeline .timeline-content:hover {
  text-decoration: none;
}

.vsn-abt .main-timeline .timeline-icon {
  color: #08338e;
  background-color: #fff;
  font-size: 37px;
  text-align: center;
  line-height: 57px;
  height: 60px;
  width: 60px;
  border: 3px solid #08338e;
  box-shadow: 0 0 0 5px #30a3e5, 3px 3px 0 6px rgba(0, 0, 0, 0.3);
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}

.vsn-abt .main-timeline .title {
  color: #fff;
  background: #0186D3;
  font-size: 20px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 10px 40px 10px 50px;
  margin: 5px 0 0 25px;
  display: inline-block;
  -webkit-clip-path: polygon(0 0, 90% 0, 100% 100%, 0% 100%);
  clip-path: polygon(0 0, 90% 0, 100% 100%, 0% 100%);
}

.vsn-abt .main-timeline .inner-content {
  color: #fff;
  font-size: 15px;
  letter-spacing: 1px;
  margin: -10px 0 0;
  padding: 30px 20px 15px 60px;
  position: relative;
}

.vsn-abt .main-timeline .inner-content:before {
  content: '';
  background-color: #00C3FD;
  height: 100%;
  width: 95%;
  border-radius: 10px;
  transform: skew(-7deg);
  position: absolute;
  right: 10px;
  top: 0;
  z-index: -1;
}

.vsn-abt .main-timeline .timeline:nth-child(even) {
  text-align: right;
  float: right;
  margin-top: 42px;
}

.vsn-abt .main-timeline .timeline:nth-child(even) .timeline-icon {
  left: auto;
  right: -30px;
}

.vsn-abt .main-timeline .timeline:nth-child(even) .title {
  margin: 5px 0px 0 0;
  padding: 10px 50px 10px 40px;
  -webkit-clip-path: polygon(10% 0%, 100% 0%, 100% 100%, 0% 100%);
  clip-path: polygon(10% 0%, 100% 0%, 100% 100%, 0% 100%);
}

.vsn-abt .main-timeline .timeline:nth-child(even) .inner-content {
  text-align: left;
  padding: 30px 20px 15px 60px;
}

.vsn-abt .main-timeline .timeline:nth-child(4n+2) .timeline-icon {
  border-color: #bf1424;
  color: #bf1424;
  box-shadow: 0 0 0 5px #ea3342, -3px 3px 0 6px rgba(0, 0, 0, 0.3);
}

.vsn-abt .main-timeline .timeline:nth-child(4n+2) .title {
  background: #d6313f;
}

.vsn-abt .main-timeline .timeline:nth-child(4n+2) .inner-content:before {
  background: #FF3833;
}

.vsn-abt .main-timeline .timeline:nth-child(4n+3) .timeline-icon {
  border-color: #871687;
  color: #871687;
  box-shadow: 0 0 0 5px #ce12ce, 3px 3px 0 6px rgba(0, 0, 0, 0.3);
}

.vsn-abt .main-timeline .timeline:nth-child(4n+3) .title {
  background: #ad16ad;
}

.vsn-abt .main-timeline .timeline:nth-child(4n+3) .inner-content:before {
  background: #bf4ebf;
}

.vsn-abt .main-timeline .timeline:nth-child(4n+4) .timeline-icon {
  border-color: #e87306;
  color: #e87306;
  box-shadow: 0 0 0 5px #ff800a, -3px 3px 0 6px rgba(0, 0, 0, 0.3);
}

.vsn-abt .main-timeline .timeline:nth-child(4n+4) .title {
  background: #f77c09;
}

.vsn-abt .main-timeline .timeline:nth-child(4n+4) .inner-content:before {
  background: #fc983a;
}

@media only screen and (max-width:767px) {
  .vsn-abt .main-timeline .timeline {
    width: 100%;
    margin: 10px 0 20px;
  }

  .vsn-abt .main-timeline .timeline:nth-child(even) {
    float: left;
    text-align: left;
  }

  .vsn-abt .main-timeline .timeline:nth-child(even) .timeline-icon {
    left: 0;
    right: auto;
  }

  .vsn-abt .main-timeline .title,
  .vsn-abt .main-timeline .timeline:nth-child(even) .title {
    margin: 5px 0 0 25px;
    padding: 10px 30px 10px 50px;
    -webkit-clip-path: polygon(0 0, 90% 0, 100% 100%, 0% 100%);
    clip-path: polygon(0 0, 90% 0, 100% 100%, 0% 100%);
  }

  .vsn-abt .main-timeline .inner-content,
  .vsn-abt .main-timeline .timeline:nth-child(even) .inner-content {
    text-align: left;
  }

  .vsn-abt .main-timeline .inner-content:before {
    transform: skew(-6deg);
  }
}


/* --accordion-- */

.msn {
  background: #1b3547;
  padding: 0px;
}


.msn #accordion .panel {
  border: none;
  box-shadow: none;
  border-radius: 0;
  margin-bottom: -5px;
}

.msn #accordion .panel-heading {
  padding: 0;
  border: none;
}

.msn #accordion .panel-title a {
  display: block;
  padding: 28px 20px 27px 50px;
  background: #1e2732;
  font-size: 18px;
  font-weight: 600;
  color: #04afff;
  text-transform: uppercase;
  border-top: 1px solid #04afff;
  position: relative;
  transition: all 0.3s ease 0s;
}

.msn #accordion .panel:last-child .panel-title a {
  border-bottom: 1px solid #04afff;
}

.msn #accordion .panel-title a.collapsed {
  background: #1b3547;
  color: #f2f2f2;
}

.msn #accordion .panel-title a:before,
.msn #accordion .panel-title a.collapsed:before,
.msn #accordion .panel-title a:after,
.msn #accordion .panel-title a.collapsed:after {
  content: "";
  width: 16px;
  height: 4px;
  background: #04afff;
  position: absolute;
  top: 36px;
  left: 20px;
  transition: all 0.3s ease 0s;
}

.msn #accordion .panel-title a.collapsed:after {
  transform: rotate(90deg);
}

.msn #accordion .panel-body {
  padding: 10px 20px 10px 50px;
  background: #1b3547;
  font-size: 13px;
  color: #fff;
  line-height: 21px;
  border-top: none;
}

.msn .panel-group {
  padding-top: 20px;
}



/* === export === */

.export {
  padding: 42px 0px;
}

.export h1 {
  text-align: center;
  color: #1e2732;
  text-transform: uppercase;
  font-weight: 900;
  font-size: 35px;
  margin-bottom: 0px;
}

.export img {
  padding: 30px;
}


/* ===counter=== */

.count {
  background: #101c33;
  padding: 87px 0px;
}

.counter {
  text-align: center;
}

.counter p {
  color: #bdbaba;
  font-size: 12px;
  line-height: 20px;
}

.counter .counter-icon {
  display: inline-block;
  width: 162px;
  height: 162px;
  line-height: 150px;
  border-radius: 50%;
  border: 3px solid #ff6fca;
  font-size: 40px;
  color: #ff6fca;
  margin-bottom: 20px;
  position: relative;
  overflow: hidden;
}

.counter .counter-icon img {
  border-radius: 50%;
  padding: 6px;
}

.counter .counter-icon:before {
  content: "";
  border: 2px solid #ff6fca;
  border-radius: 50%;
  position: absolute;
  top: 5px;
  left: 5px;
  right: 5px;
  bottom: 5px;
}

.counter .counter-value {
  display: block;
  font-size: 56px;
  color: #ff6fca;
  margin-bottom: 5px;
  padding: 20px 0;
}

.counter .title {
  font-size: 21px;
  color: #fff;
  text-transform: uppercase;
}

.counter.yellow .counter-icon,
.counter.yellow .counter-icon:before,
.counter.yellow .counter-value {
  color: #edd859;
  border-color: #edd859;
}

.counter.blue .counter-icon,
.counter.blue .counter-icon:before,
.counter.blue .counter-value {
  color: #2dc1fb;
  border-color: #2dc1fb;
}

.counter.green .counter-icon,
.counter.green .counter-icon:before,
.counter.green .counter-value {
  color: #3ed35a;
  border-color: #3ed35a;
}

.counter.blue .counter-icon,
.counter.blue .counter-icon::before,
.counter.blue .counter-value {

  color: #2dc1fb;
  border-color: #2dc1fb;

}

.counter.green .counter-icon,
.counter.green .counter-icon::before,
.counter.green .counter-value {

  color: #3ed35a;
  border-color: #3ed35a;

}

@media only screen and (max-width: 990px) {
  .counter {
    margin-bottom: 40px;
  }
}


/* ===infrastructure=== */
.infra {
  padding: 42px 0px;
}

.infra h1 {
  text-align: center;
  color: #1e2732;
  text-transform: uppercase;
  font-weight: 900;
  font-size: 35px;
  margin-bottom: 0px;
}

.infra h4 {
  text-align: center;
  margin-top: 20px;
}




/* === page === */

.heading {
  margin-top: 36px;
}

.heading h2 {
  text-align: center;
  text-transform: uppercase;
  color: #525558;
  font-size: 25px;
  font-weight: 900;
}

.heading h1 {
  text-align: center;
  text-transform: uppercase;
  color: #525558;
  font-size: 25px;
  font-weight: 900;
}

.hr1 {
  height: 5px;
  background: #04afff;
  margin-top: 15px;
  width: 6%;
  position: relative;
  left: 47%;
  border: none;
}

.heading p {
  text-align: center;
  color: #545d5e;
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
  margin: 0;
}

/* === production === */

.read-mr {
  color: #1e2732e6;
  float: right;
  padding-right: 20px;
  margin-top: -3px;
}

.read-mr:hover {
  color: #fde4b2;
}

.prod {
  margin-top: 15px;
  /* padding: 24px; */
}

.prod-h {
  display: flex;
}

.prod-h img {
  width: 25%;
  padding: 16px 8px;
  display: none;
}

.prod-h h2 {
  color: #1e2732;
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 900;
  padding-left: 15px;

}

.prod-lh {
  width: 100%;
  background: #e3e3e3;
  border-top: 14px solid #04afff;
}

.prod-lh .panel-title>.small,
.panel-title>.small>a,
.panel-title>a,
.panel-title>small,
.panel-title>small>a {
  color: #505359;
}

.prod-lh .panel-default>.panel-heading {
  text-align: left;
}

.prod-lh .panel-heading a.active {
  /* color: #1e2732; */
  color: #04afff !important;
}

.prod-lh .panel-heading a:hover {
  color: #04afff;
}

.span-sm {
  font-size: 13px;
}

.prod-lh .panel-group {
  padding: 10px 0px;
  /* background: #f3f3f3; */
}

/* .prod-lh .panel-group .panel {
    margin-bottom: 0;
    border-radius: 4px;
    border-top: 2px solid #73797f;
} */
.prod-lh .panel-group .panel+.panel {
  margin-top: 1px;
}

/* .panel {
    border-top: 2px solid #73797f;
} */

.prod-lh .dwn {
  color: #535354;
  float: right;
}

.prod-lh .rht {
  color: #eee;
  padding: 13px 5px;
  font-size: 9px;
}

.prod-lh .panel-title {
  font-size: 15px;
}

.prod-lh .panel-title img {
  padding-right: 5px;
  height: auto;
  width: 17px;
}

.prod-lh .panel-default>.panel-heading+.panel-collapse>.panel-body {
  background: #545d5e;
}

.prod-lh .panel-body {
  padding: 0px;
}

.submenu {
  margin-bottom: 0px;
  text-align: left;
}

.prod-lh .panel-body .submenu li {
  border-top: 1px solid antiquewhite;
  ;
}

.prod-lh .panel-body .submenu li.active {
  background: #04afff;
}

.prod-lh .panel-body .submenu li:hover {
  background: #04afff;
}

.prod-lh .panel-body .submenu li a {
  font-size: 16px;
  padding-left: 42px;
  color: #fff;
  font-size: 12px;
}


/* ===right=== */

#afx-lh.affix {
  width: 22.6% !important;
  top: 82px;
  z-index: 65 !important;
}

/* #afx-rh.affix {
    top: 82px;
    width: 71.6%;
    z-index: 65 !important;
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
  } */

/* .affix tr > th {
    padding: 7px 11px !important;
  }
  .affix tr > th:nth-child(1) {
    width: 15% !important;
  }
  .affix tr > th:nth-child(2){
    width: 8.5% !important;
  }
  .affix tr > th:nth-child(3){
    width: 10% !important;
  }

  */

/* .affix + .container-fluid {
    padding-top: 70px;
  } */

.affix-top {
  position: static;
  top: -35px;
}

.affix+.container-fluid {
  padding-top: 70px;
}

.prod-rh {
  width: 100%;
  border-top: 14px solid #04afff;
  padding: 0px;
  z-index: 1;
}

.right-btns {
  margin-top: 15px;
  /* margin-left: 10px; */
}

.right-btns ul li {
  float: left;
  padding: 0px 3px;
  margin-bottom: 5px;
}

.right-btns ul li.active .btn-rh {
  background-color: #1e2732 !important;
  color: white;
}

/* Style the buttons */
.btn-rh {
  border: none;
  outline: none;
  padding: 11px 33px;
  background-color: #dddddd;
  cursor: pointer;
  font-weight: 600;
  font-size: 12px;
  color: #545d5e;
  border-radius: 24px 24px 0 0;
}


.btn-rh:hover {
  background-color: #04afff;
  color: #eee;
}

.btn-rh.active {
  /* background-color: #545d5e; */
  background-color: #1e2732;
  color: white;
}

.btn-rh.active:hover {
  color: #04afff;
}


.prod-inner {
  border-top: 2px solid #d9d9d9;
  /* margin-top: 40px; */
  padding: 0px;
}


/* ===colors=== */

.vlt {
  color: #7f00ff;
}

.blu {
  color: #0836fd;
}

.grn {
  color: #218b62;
}

.ylw {
  color: #f4b428;
}

.ong {
  color: #ec653e;
}

.red {
  color: #e62526;
}

.blu-d {
  color: #1e2732;
}

.desc-p {
  line-height: 20px;
  padding-top: 7px;
}

.prod-inner h2 {
  text-align: center;
  text-transform: uppercase;
  margin: 15px 0px;
  display: none;
}

.prod-inner h2 i img {
  margin-top: -3px;
}

.style4 {
  font-size: 14px;
  font-weight: 500;
  color: #f2f2f2;
}

.prod-tb {
  padding: 0px;
}

.prod-tb table thead th {
  background-color: #545d5e;
  text-align: left;
  border-right: 1px solid #FFF;
  color: #f2f2f2;
  padding: 7px 10px;
}

/* .prod-tb table thead th {
    color: #545d5e;
} */
/* .prod-tb table tbody tr td a {
    color: #1e2732;
} */
.prod-tb table tbody tr td a:hover {
  color: #04afff;
}


aside {

  display: block;
  position: relative;
  margin: 0px 0;
  height: 130px;

}

aside h3 {

  position: absolute;
  top: 0;
  left: 10px;
  background: none;
  -webkit-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  -o-transform-origin: 0 0;
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  font-size: 14px;
  margin: 0px;
}

.dot1 {

  font-size: 27px;
  padding: 0px;
  padding-left: 0px;
  vertical-align: middle;
  text-align: center;
  padding-left: 15px;

}

.qtmg img {
  padding: 10px 0px;
}


/* ===tds & msds=== */

.dwn img {
  width: 30%;
}

.mst2 img {
  padding: 20px;
  width: 50%;
  margin: 0 auto;
  display: block;
}

.prod-dwn ul li {
  display: inline-block;
  margin-top: 25px;
  padding: 0px 10px;
}

.prod-dwn ul li a img {
  float: left;
}

.prod-title {
  background-color: #545d5e;
  margin-bottom: 24px;
  color: #f2f2f2;
}

.prod-title p {
  color: #FFF;
  margin: 0px;
  padding: 10px 0px;
}

.prod-title-1 {
  background: #656d6e;
  border-top-right-radius: 25px;
  color: #FFF;
}

.prod-title-1 h4 {
  color: #FFF;
  padding: 8px 0px;
 
}

.prod-title-2 {
  background: #656d6e;
  border-top-left-radius: 25px;
  color: #FFF;
}

.prod-title-2 h4 {
  color: #FFF;
  padding: 8px 0px;
}

.prod-t-3 {
  background: #1e2732;
  /* background: #535d5e; */
  color: #f2f2f2;
  clear: both;
}

.intro-txt ol li {
  font-size: 12px;
}


.eqp-bg {
  background-color: #f2f2f2;
}

.prod-arw {
  position: absolute;
  z-index: 5;
  height: 200px;
  width: 44px;
  top: 50%;
  transform: translateY(-50%) rotate(180deg);
  -webkit-transform: translateY(-50%) rotate(180deg);
}

.prod-arw2 {
  position: absolute;
  z-index: 5;
  height: 200px;
  width: 44px;
  top: 32%;
  right: 0px;
}

.prod-arw3 {
  position: absolute;
  z-index: 5;
  height: 200px;
  width: 44px;
  bottom: 0px;
  transform: translateY(-50%) rotate(90deg);
  -webkit-transform: translateY(-50%) rotate(90deg);
  left: 50%;
  top: 95%;
}

.infra-eqp {
  padding: 3px 24px;
}

.infra-eqp ul {
  margin-left: 20px;
}

.infra-eqp ul li {
  color: #7a7a7a;
  line-height: 24px;
  font-size: 12px;
  list-style-type: square;
}

.infra-eqp ol li {
  list-style-type: circle;
  margin-left: 30px;
  color: #7a7a7a;
}

.elementor-heading-title h3 {
  font-size: 17px;
  color: #323e49;
  padding-top: 0px;
  line-height: 27px;
  text-transform: uppercase;
}

.elementor-heading-title h4 {
  color: #454545;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.2em;
  text-transform: uppercase;
}

.elementor-heading-title p {
  color: #454545;
  text-align: justify;
  line-height: 21px;
}

/* .prod-arw svg g > {
    fill: #323440;
    stroke: #323440;
} */
.gt3_svg_line_icon {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 15;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  font-size: 16px;
  line-height: 1em;
  color: #1e2732ba;
}

.eqp-img {
  overflow: hidden;
}

.eqp-img img {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

.eqp-img img:hover {
  -webkit-filter: grayscale(100%);
  filter: grayscale(0%);
}

.zimg {
  overflow: hidden;
  margin-bottom: 24px;
}

.zoomm {
  transition: 2s all ease-out;
  -moz-transition: 2s all ease-out;
  -webkit-transition: 2s all ease-out;
  -o-transition: 2s all ease-out;
  -ms-transition: 2s all ease-out;
}

.zoomm:hover {
  transform: scale(1.25);
  -moz-transform: scale(1.25);
  -webkit-transform: scale(1.25);
  -o-transform: scale(1.25);
  -ms-transform: scale(1.25);
}

.tmul ul {
  list-style-type: circle;
  color: #333;
  line-height: 19px;
}

.tmul ul li {
  margin-bottom: 7px;
}

.tm-clr h4 {
  color: #333;
}

.clr-b {
  color: #333 !important;
}

.fact {
  /* background-color: #1f2732 !important; */
  padding-top: 0px !important;
  padding-bottom: 20px !important;
  border-radius: 5px;
}

.fact img {
  filter: grayscale(100%);
}

.fact img:hover {
  filter: grayscale(0%);
}

.bds {
  border-radius: 0px;
}

.bds h4 {
  padding: 3px 0px;
}

.note {
  background: #545d5e;
  clear: both;
}

.note p {
  color: #FFF;
  font-size: 13px;
  line-height: 22px;
  padding: 10px;
  margin: 0px;
}

.prod-tb .table-striped {
  margin-top: 10px;
}

.prod-tb .table-striped>tbody>tr:nth-child(odd)>td {
  background-color: #e7e7e7;
  border-left: 2px solid aliceblue;
  width: 50%;
}

.prod-tb-2 .table-striped>tbody>tr:nth-child()>td {
  width: 10% !important;
}

.prod-tb-2 .table-striped>tbody>tr:nth-child(2n+1)>td {
  width: 20%;
}

.prod-tb ol {
  padding: 10px;
  padding: 10px 30px;
}


/* ==call us== */



.call-section {

  padding: 130px 0;
  position: relative;
  overflow: hidden;

}

.call-section.qoute-section {

  overflow: visible;
  background-color: #04afff;
  z-index: 9;
  border: 1px solid hsla(0, 0%, 0%, 0.06);
  background-image: url(../images/line-bg.png);
  background-repeat: no-repeat;
  background-position: center;
  padding-top: 120px;

}

.qoete_title {

  text-align: center;
  padding-bottom: 15px;

}

.tp_animate_when_visible.start_animation.fade-top {

  -webkit-animation-name: tp_anim_ft;
  -moz-animation-name: tp_anim_ft;
  -o-animation-name: tp_anim_ft;
  animation-name: tp_anim_ft;
  opacity: 1;

}

.tp_animate_when_visible[data-speed="600"] {

  -webkit-animation-duration: 0.6s;
  -moz-animation-duration: 0.6s;
  -o-animation-duration: 0.6s;
  animation-duration: 0.6s;

}

.qoete_title h2 {

  font-size: 40px;
  line-height: 46px;
  /* font-weight: 700; */
  margin-bottom: 22px;
  letter-spacing: -1px;
  /* text-transform: capitalize; */
  color: #fff;

}

.qoete_title p {

  color: #fff7f9;
  font-size: 18px;
  line-height: 27px;

}

.tp-form-el input[type="text"],
.tp-form-el input[type="email"] {

  padding: 11px 24px;
  width: 100%;
  border: 0;
  border: 2px solid rgba(255, 255, 255, 0.38) !important;
  font-size: 13px;
  /* font-weight: 600; */
  background: transparent;
  border-radius: 10px;
  color: #fff !important;
  text-align: left;

}

.tp-form-el input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #ddd;
}

.tp-form-el input::-moz-placeholder {
  /* Firefox 19+ */
  color: #ddd;
}

.tp-form-el input:-ms-input-placeholder {
  /* IE 10+ */
  color: #ddd;
}

.tp-form-el input:-moz-placeholder {
  /* Firefox 18- */
  color: #ddd;
}

.tp-wrap-btn button {

  padding: 14px 87px;
  box-shadow: 1px 6px 20px 2px hsla(0, 0%, 0%, 0.06);
  background: #2f2f2f;
  color: #ffffff;
  border: 0;
  font-size: 13px;
  font-weight: 400;
  text-transform: uppercase;
}

/* ==client== */

.partners-section {
  padding-top: 36px;
  border-top: 1px solid hsla(0, 0%, 0%, 0.06);
  padding-bottom: 60px;
  background: #ffffff;
  margin-bottom: -60px;
}

.partner_list {
  text-align: center;
}

.partner_list li {
  display: inline-block;
}

.partner_list li a {
  display: inline-block;
  padding: 10px 33px;
}

.owl-theme .owl-controls {
  display: none !important;
}


/* === footer === */

footer {
  background-image: url(../images/footer_bg.png);
  background-size: 100% 100%;
  overflow: hidden;
  display: block;
  margin-top: 20px;
}

.ftr-logo img {
  margin-top: 30px;
  margin-bottom: 30px;
}

.ftr-txt {
  padding: 40px 0px;
}

.ftr-txt p {
  color: #e3e3e3;
  font-size: 18px;
}

.ftr-txt ul li a {
  color: #e3e3e3;
  font-size: 13px;
}

.ftr-txt ul li a:hover {
  color: #04afff;
}

.ftr-txt h3 {
  font-size: 20px;
  font-weight: 500;
  line-height: 1;
  margin-bottom: 27px;
  color: #eee;
  text-align: left;
}

.ftr-lh ul {
  padding-left: 22px;
}


.ftr-md {
  color: #e3e3e3;
}

.ftr-md ul {
  padding-left: 10px;
}

.ftr-md ul li {
  font-size: 17px;
  display: flex;
  padding: 3px 0px;
}

.ftr-rh ul {
  padding-left: 20px;
}


.ftr-rh ul li {
  float: left;
  padding: 0px 5px;
}

.setller {
  padding: 5px 10px;
  margin-bottom: 20px;
}

.set-btn {
  background: transparent;
  border: 2px solid #04afff;
  color: #f2f2f2;
  border-radius: 5px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.2em;
  line-height: 1.em;
  /* padding: 2px 19px; */
  text-transform: uppercase;
  -webkit-transition: all 0.2s linear 0s;
  transition: all 0.2s linear 0s;
  margin-bottom: -1px;
}

.ftr-btm {
  width: 100%;
  height: 69px;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  padding-top: 22px;
}

.ftr-btm-m ul {
  margin-top: 5px;
}

.ftr-btm-m ul li {
  float: left;
  padding: 2px 6px;
  border: 1px solid #535d5e;
  border-radius: 3px;
  margin: 0 2px;
  width: 24px;
  height: 24px;
}

.ftr-btm-m ul li a {
  color: #1e2732;
  font-size: 13px;
  position: relative;
  top: -4px;
  transition: transform .2s;
}

.ftr-btm-m ul li:hover {
  border: 1px solid #04afff;
  -ms-transform: scale(1.5);
  /* IE 9 */
  -webkit-transform: scale(1.5);
  /* Safari 3-8 */
  transform: scale(1.5);
}

.ftr-btm p {
  color: #1e2732;
  letter-spacing: 0.8px;
}

#toTop {
  background-color: #04afff;
  border-radius: 15%;
  bottom: 78px;
  color: transparent;
  font-size: 0;
  height: 50px;
  opacity: 0.9;
  overflow: hidden;
  position: fixed;
  right: 10px;
  text-decoration: none;
  width: 50px;
  background: url(../images/slide_top.png) no-repeat;
  z-index: 9999;
}

#toTop::after {
  bottom: 0;
  color: #fff;
  content: "";
  display: block;
  font-family: "FontAwesome";
  font-size: 16px;
  left: 0;
  line-height: 47px;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

/* === FAQ == */

.faqs {
  margin-top: 60px;
}

.faqs .nav-tabs {
  border-bottom: none;
}

.faqs .nav-tabs>li {
  margin-bottom: 5px;
}


/* .faqs .nav-tabs .nav-item.show .nav-link,
.faqs .nav-tabs .nav-link.active {
background: #07a3ff !important;
border-color: #07a3ff;
color: #fff;
font-family: "Poppins", sans-serif;
} */

.nav-tabs>li.active>a,
.nav-tabs>li.active>a:focus,
.nav-tabs>li.active>a:hover {
  background: #07a3ff !important;
  border-color: #07a3ff;
  color: #fff;
}

.faqs .nav-link {
  color: #323232;
  font-size: 12px !important;
  font-weight: 700;
  letter-spacing: 0.2em !important;
  line-height: 1.6em !important;
  padding: 10px 28px !important;
  text-transform: uppercase;
  font-family: "Poppins", sans-serif;
}

.faqs .nav-tabs .nav-link {
  background-color: #1f2732;
  padding: 12px 8px;
  border-radius: 30px 30px 0 0;
  color: #fff;
  margin-right: 4px;
  text-align: center;
}

.faqs .nav-link a {
  display: block;
}

.faqs .nav-link {
  display: block;
  padding: .5rem 1rem;
}

.faq-panel {
  background: #e7e7e7;
  padding: 0px;
  padding-top: 20px;
}

.faq-panel #accordion-fq1 .panel {
  border-radius: 0;
  margin-bottom: 15px;
}

.faq-panel #accordion-fq1 .panel-heading {
  padding: 0;
}

.faq-panel #accordion-fq1 .panel-title {
  position: relative;
}

.faq-panel #accordion-fq1 .panel-title:before {
  content: "";
  border-bottom: 25px solid rgba(0, 0, 0, 0);
  border-left: 15px solid #eee;
  border-top: 23px solid rgba(0, 0, 0, 0);
  width: 0;
  height: 0;
  position: absolute;
  top: 0;
  left: 32px;
}

.faq-panel #accordion-fq1 .panel-title a {
  color: #fff;
  background: #07a3ff;
  display: block;
  font-size: 16px;
  line-height: 21px;
  font-weight: bold;
  text-transform: uppercase;
  padding: 13px 10px 13px 65px;
}

.faq-panel #accordion-fq1 .panel-title a.collapsed {
  color: #5b5656;
  background: #fff;
}

.faq-panel #accordion-fq1 .panel-title a:before,
.faq-panel #accordion-fq1 .panel-title a.collapsed:before {
  content: "\f068";
  font-family: "FontAwesome";
  font-weight: 400;
  position: absolute;
  top: 0;
  left: 0px;
  padding: 14px 10px;
  color: #1e2732;
  background: #eee;
}

.faq-panel #accordion-fq1 .panel-title a.collapsed:before {
  content: "\f067";
}

.faq-panel #accordion-fq1 .panel-body {
  color: #828282;
  font-size: 12px;
  line-height: 20px;
}


/* --faq2-- */

.faq-panel #accordion-fq2 .panel {
  border-radius: 0;
  margin-bottom: 15px;
  font-size: 12px;
}

.faq-panel #accordion-fq2 .panel-heading {
  padding: 0;
}

.faq-panel #accordion-fq2 .panel-title {
  position: relative;
}

.faq-panel #accordion-fq2 .panel-title:before {
  content: "";
  border-bottom: 25px solid rgba(0, 0, 0, 0);
  border-left: 15px solid #eee;
  border-top: 23px solid rgba(0, 0, 0, 0);
  width: 0;
  height: 0;
  position: absolute;
  top: 0;
  left: 32px;
}

.faq-panel #accordion-fq2 .panel-title a {
  color: #fff;
  background: #07a3ff;
  display: block;
  font-size: 16px;
  line-height: 21px;
  font-weight: bold;
  text-transform: uppercase;
  padding: 13px 10px 13px 65px;
}

.faq-panel #accordion-fq2 .panel-title a.collapsed {
  color: #5b5656;
  background: #fff;
}

.faq-panel #accordion-fq2 .panel-title a:before,
.faq-panel #accordion-fq2 .panel-title a.collapsed:before {
  content: "\f068";
  font-family: "FontAwesome";
  font-weight: 400;
  position: absolute;
  top: 0;
  left: 0px;
  padding: 14px 10px;
  color: #1e2732;
  background: #eee;
}

.faq-panel #accordion-fq2 .panel-title a.collapsed:before {
  content: "\f067";
}

.faq-panel #accordion-fq2 .panel-body {
  color: #828282;
  font-size: 12px;
  line-height: 20px;
}



.faq-form {
  margin-top: 42px;
}

.faq-form .form-header {

  margin: 27px 0 34px;

}

.faq-form .form-header h4 {
  font-weight: 900;
  font-size: 36px;
  color: #1e2732;

}

.faq-form .form-group {
  position: relative;
}

.faq-form .has-placeholder label {
  display: none;
}

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

.faq-form label {
  color: #323232;
}

/* > input[type="text"], input[type="email"], input[type="url"], input[type="password"], 
    input[type="search"], input[type="tel"], input[type="number"], textarea, select, .form-control */

.faq-form .form-control {
  background-color: #f4f4f5;
  border: 1px solid transparent;
  border-radius: 0;
  box-shadow: none;
  color: #7f7f7f;
  font-size: 16px;
  font-weight: 600;
  height: 56px;
  letter-spacing: 0.1em;
  line-height: 24px;
  padding-bottom: 11px;
  padding-left: 28px;
  padding-right: 30px;
  padding-top: 10px;
  text-align: center;
  width: 100%;
}

.faq-form .contact-form textarea {
  min-height: 180px;
}

.faq-form textarea,
textarea.form-control {
  height: auto;
  padding-top: 20px;
}

.faq-form .form-control,
.form-control:focus {
  box-shadow: none;
  border-radius: 0%;
  background-color: #f4f4f5;
  border-color: #dedfe1;
  color: #7f7f7f;
}

.faq-form .form-control:focus {
  background-color: #f4f4f5;
  border-color: #dedfe1;
  color: #7f7f7f;
}

.faq-form .btn:not(:disabled):not(.disabled) {
  cursor: pointer;
  border-radius: 60px;
  text-transform: uppercase;
}

.faq-form button.btn {
  padding: 15px 40px;
}

.faq-form .form-group .btn-maincolor {
  margin-top: 6px;
  padding: 20px 60px;
}

.faq-form .btn-maincolor {
  background-color: #04afff;
  border: 4px solid #04afff;
}

.faq-form .btn-maincolor,
.btn-maincolor2,
.btn-maincolor3,
.btn-darkgrey {
  color: #fff;
}

.faq-form .sectiontop {
  margin-top: 5%;
}

.faq-form #box_wrapper>section,
#box_wrapper>div>section {
  overflow: hidden;
}

.faq-form #box_wrapper>section,
#box_wrapper>div>section {
  clear: both;
  position: relative;
}

.faq-contact-icon {
  background-image: url(../images/map_light.jpg);
}

/* .ls {
        background-color: #fff;
        color: #7f7f7f;
    } */
.faqs .divider-20 {
  margin-top: 20px;
}

.faq-contact-icon .box-icon {
  background-color: #fff;
  padding: 60px 70px 57px;
}

.faq-contact-icon .box-icon .teaser-icon img {
  margin: 0 0 20px;
}

.faq-contact-icon {
  padding: 20px 0;

}

/* === search  ==== */

#login #login-row #login-column #login-box {
  margin-top: 60px;

  background-color: #EAEAEA;
}

#login #login-row #login-column #login-box #login-form {
  padding: 20px;
}

#login #login-row #login-column #login-box #login-form #register-link {
  margin-top: -85px;
}

#login-form .text-info {
  color: #1e2732;
}

#login-form .form-control {
  padding: 27px 14px;
}


.search-cas {
  margin-top: 10px;
  text-align: right;
}

.sample {
  float: right;
  margin: 0;
  position: relative;
  width: 34%;
}

.sample.one input,
.sample.two input {
  border-radius: 15px;
  right: 0;
  transition: all .3s ease-in-out;
  width: 50%;
  border: 1px solid #535d5eb3;
  padding-left: 10px;
}

.sample.one input:focus,
.sample.two input:focus {
  width: 100%;
}

.sample.one input:focus~button.btn-search,
.sample.two input:focus~button.btn-search {
  background: #04afff;
  color: #fff;
}

.sample.one input:focus~button.btn-reset,
.sample.two input:focus~button.btn-reset {
  right: -22px;
}

.sample.one button,
.sample.two button {
  transition: all .3s ease-in-out;
}

.sample.one button.btn-search,
.sample.two button.btn-search {
  background: #ccc;
  border-radius: 50%;
  height: 26px;
  right: 2px;
  top: 2px;
  transition: all .3s ease-in-out;
  width: 26px;
  margin-left: -32px;
  margin-top: -4px;
  padding: 6px;
}

.sample.one button.btn-reset,
.sample.two button.btn-reset {
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 50%;
  font-size: 10px;
  height: 20px;
  line-height: 20px;
  padding: 0;
  right: 5px;
  top: 5px;
  width: 20px;
  z-index: -1;
}

.sample-btn {
  display: block;
  margin: 0 auto !important;
  float: none !important;
}

.table-responsive {
  z-index: 10;
}

/* === pigments === */

.intro-img-top {
  padding-bottom: 87px !important;
  background: #36a9d8 url(../images/pigments/cta_200.png) !important;
  background-repeat: no-repeat;
}

.chart {
  padding: 20px;
  margin-bottom: 20px;
}

.tmg {
  margin-top: 10px;
}

.intro-txt {
  /* box-shadow: 0 0 20px 5px rgba(30, 39, 50, 0.2); */
  border: 1px solid rgba(0, 1, 1, 0.01);
  display: table;
  transition: all 0.5s ease 0s;
  width: 100%;
  padding: 5px 10px;
  margin: 20px 0px;
  font-size: 12px;
  line-height: 19px;
}

.intro_txt p {
  line-height: 24px;
  font-size: 12px;
}

.intro_txt strong {
  font-size: 16px;
}

.intro-txt-two strong {
  font-size: 16px;
}

.intro-txt-two {
  box-shadow: 0 0 20px 5px rgba(30, 39, 50, 0.2);
  margin-bottom: 30px;
  border: 1px solid rgba(0, 1, 1, 0.01);
  display: table;
  transition: all 0.5s ease 0s;
  width: 100%;
  padding: 20px 40px;
  margin: 20px 0px;
}

.intro-txt ol {
  padding-left: 20px;
}

.intro-txt ol li {
  list-style-type: disc;
  line-height: 24px;
  font-size: 12px;
}



.quote-qty .testimonial {
  text-align: center;
  margin: 60px 30px 40px;
}

.quote-qty .testimonial .pic {
  display: inline-block;
  width: 100px;
  height: 100px;
  border-radius: 25px;
  border: 4px solid #535d5e;
  box-shadow: 0 7px rgba(0, 0, 0, 0.1), 0 5px #cfcfcf;
  margin-bottom: 15px;
  overflow: hidden;
}

.quote-qty .testimonial .pic img {
  width: 100%;
  height: auto;
}

.quote-qty .testimonial .description {
  padding: 0 56px 20px;
  font-size: 15px;
  color: #333;
  line-height: 30px;
  border-radius: 25px;
  border-bottom: 4px solid #535d5e;
  box-shadow: 0 7px rgba(0, 0, 0, 0.1), 0 5px #cfcfcf;
  margin-bottom: 25px;
}

.quote-qty .testimonial .title {
  display: block;
  margin: 0 0 7px 0;
  font-size: 20px;
  font-weight: 600;
  color: #535d5e;
  letter-spacing: 1px;
  /* text-transform: uppercase; */
}

.quote-qty .testimonial .post {
  display: block;
  font-size: 15px;
  color: #535d5e;
  text-transform: capitalize;
}

.quality-p .serviceBox1 {
  border: 1px solid #dfdfdf;
  border-radius: 0px 30px;
  padding: 25px 10px;
  text-align: center;
  transition: all 0.5s ease 0s;
  margin-top: 20px;
}

.quality-p .serviceBox1:hover {
  background-color: #1db0f6;
  border-color: #40d4f5;
}

.quality-p .serviceBox1 .service-icon {
  width: 60px;
  height: 60px;
  background-color: #656d6e;
  border-radius: 0 20px;
  margin: 0 auto 25px;
  transition: all 0.5s ease 0s;
}

.quality-p .serviceBox1:hover .service-icon {
  background-color: #fff;
}

.quality-p .serviceBox1 .service-icon i {
  font-size: 26px;
  color: #fff;
  line-height: 60px;
  transition: all 0.5s ease 0s;
}

.quality-p .serviceBox1:hover .service-icon i {
  color: #04afff;
}

.quality-p .serviceBox1 .title {
  font-size: 16px;
  font-weight: bold;
  color: #5e5e5e;
  margin-bottom: 20px;
  text-transform: capitalize;
  transition: all 0.5s ease 0s;
}

.quality-p .serviceBox1:hover .title {
  color: #fff;
}

.quality-p .serviceBox1 .title:after {
  content: "";
  width: 25%;
  border-top: 1px solid #5e5e5e;
  display: block;
  margin: 15px auto;
  transition: all 0.8s ease 0s;
}

.quality-p .serviceBox1:hover .title:after {
  width: 80%;
  border-color: #fff;
}

.quality-p .serviceBox1 .description {
  font-size: 14px;
  color: #888;
  line-height: 23px;
  margin-bottom: 30px;
  transition: all 0.5s ease 0s;
}

.quality-p .serviceBox1:hover .description {
  color: #fff;
}

.quality-p .serviceBox1 .read {
  font-size: 14px;
  color: #444;
  background-color: #dcdcdc;
  border-radius: 0 20px;
  padding: 10px 20px;
  display: inline-block;
  text-transform: uppercase;
  letter-spacing: 1px;
  transition: all 0.5s ease 0s;
}

.quality-p .serviceBox1 .read:hover {
  background: #fff;
}

@media only screen and (max-width: 990px) {
  .quality-p .serviceBox1 {
    margin-bottom: 30px;
  }
}


.infras-pgm {
  margin-top: 24px;
}

.inf-mg {
  padding-top: 24px !important;
}

.infras-pgm img {
  /* margin-top: 24px; */
  border-radius: 10px;
  border: 1.5px solid #1e2732a6;
}


.packing-pgm ol {
  padding-left: 36px;
}

.packing-pgm ol li {
  list-style-type: circle;
}


.purchage-acd {
  margin: 20px 20px;
}

.purchage-acd #accordion-pcg .panel {
  border: none;
  background: transparent;
  box-shadow: none;
  border-radius: 0;
  padding-left: 40px;
  margin-bottom: 10px;
}

.purchage-acd #accordion-pcg .panel-heading {
  padding: 2px;
}

.purchage-acd #accordion-pcg .panel-title a {
  display: block;
  padding: 15px;
  background: #fff;
  font-size: 15px;
  font-weight: bold;
  color: #1e2732;
  text-transform: uppercase;
  border: 1px solid #1e2732;
  border-left: none;
  border-radius: 0 8px 8px 0;
  box-shadow: none;
  position: relative;
  transition: all 0.3s ease 0s;
}

.purchage-acd #accordion-pcg .panel-title a span {
  display: block;
  width: 40px;
  height: 105%;
  line-height: 70px;
  background: #1e2732;
  font-size: 16px;
  color: #fff;
  text-align: center;
  position: absolute;
  top: -1px;
  left: -39px;
}

.purchage-acd #accordion-pcg .panel-title a span:before,
.purchage-acd #accordion-pcg .panel-title a span:after {
  content: "";
  border-top: 20px solid #fff;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  position: absolute;
  left: 0;
}

.purchage-acd #accordion-pcg .panel-title a span:before {
  top: -1px;
}

.purchage-acd #accordion-pcg .panel-title a span:after {
  border-top-color: #1e2732;
  bottom: -19px;
  z-index: 1;
}

.purchage-acd #accordion-pcg .panel-body {
  font-size: 14px;
  color: #808080;
  line-height: 23px;
  border-top: none;
}

.purchage-acd #accordion-pcg .panel-body p {
  margin-bottom: 0;
}

.purchage-acd .prod-tb .table-striped {
  margin-top: 0px;
}



/* === contact-us ==== */

.teaser-contact-icon {
  padding: 60px 0px;
}


.call-icon .border-icon {
  border: 4px solid #a0ce4e !important;
}

.teaser-contact-icon .border-icon {
  border: 4px solid #fff;
  border-radius: 50%;
  display: inline-block;
  font-size: 65px;
  height: 2.5em;
  padding: 4px;
  width: 2.5em;
}

.call-icon .teaser-icon {
  background-color: #a0ce4e !important;
}

.teaser-contact-icon .teaser-icon {
  background-color: #fff;
  border-radius: 50%;
  color: #1f2732;
  font-weight: 500;
  height: 100%;
  width: 100%;
}

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

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

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

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

.teaser-contact-icon h6 {
  margin: 23px 0 13px;
  color: #1f2732;
  font-size: 24px;
  font-weight: 500;
}

.teaser-content p {
  font-size: 18px;
}

.teaser-content a {
  color: #7f7f7f;
}

.teaser-content a:hover {
  color: #1e2732;
}

.teaser-icon img {
  margin-top: 40px;
  width: 49%;
}

.support-section {
  background-image: url("../images/contact_us_bg_1.png");
  padding: 60px 0px;

  background-image: linear-gradient(to top, #f9fcfd00 40%, #04afff 100%);
}

.support-section h1 {
  margin: 25px 0 25px 0;
  color: #1f2732;
  font-size: 40px;
  line-height: 50px;
  font-weight: 700;
}

.support-section h6 {
  font-weight: 500;
  margin: 21px 0 33px 0;
  font-size: 24px;
  color: #1f2732;
  line-height: 30px;
}

.support-section span {
  font-weight: 200;
}

.response,
.color-main {
  border-color: #04afff;
  color: #04afff !important;
}

.support-section a {
  color: #1f2732;
}

.support-section a:hover {
  color: #535d5e;
}

.contact-form1 {
  margin: 30px 0px;
  clear: both;
}

.contact-form1 .form-control {
  background-color: #f2f2f2;
  border: 1px solid #dedede80;
  border-radius: 0;
  box-shadow: none;
  color: #7f7f7f;
  font-size: 12px;
  /* font-weight: 600; */
  letter-spacing: 0.1em;
  line-height: 12px;
  padding-bottom: 11px;
  padding-left: 28px;
  padding-right: 30px;
  padding-top: 10px;
  text-align: left;
  width: 100%;
  border-width: 0 0 1px 0;
  /* border-color: #0b6e8e; */
  border-style: solid;
  width: 100%;
  padding: 10px 5px 10px 0;
  font-family: 'Roboto', sans-serif;
  font-size: 12px;
  padding-left: 26px;

}

.contact-form1 .form-control:focus {
  border-bottom: 1px solid #fff;

}

.has-placeholder label {
  display: none;
}

.f-btn {
  color: #535d5e;
}

.f-txr {
  height: 142px !important;
}


.contactus {
  background: #04afff;
  padding-top: 100px;
}

.contactus .wrap_contact_info {
  padding-bottom: 60px;
}

.contactus .head_contact {

  border-bottom: 2px solid #fff;
  margin-bottom: 20px;

}

.contactus .head_contact h3 {
  font-size: 20px;
  margin: 0 0 -2px;
  text-transform: capitalize;
  font-weight: 600;
  display: inline-block;
  padding-bottom: 13px;
  border-bottom: 2px solid #1e2732;
  color: #f2f2f2;
}

.contactus .wrap_contact_text {
  padding: 0 10px 0 0;
  color: #eee;
}

.contactus .wrap_contact_text strong {
  color: #1e2732;
  font-size: 18px;
}

.visit-map {
  margin-top: 36px;
}


/* === about-us=== */
.about-m {
  padding: 0px;
  margin-top: -60px;
}


.about-m .full-service {
  float: left;
  position: relative;
  width: 100%;
}

.about-m .big-service-img {
  width: 100%;
}

.about-m .service-icon1 img {
  width: 66%;
  margin-left: 22px;
}

.about-m .service-icon1 {
  height: 224px;
  width: 224px;
  margin-right: -96.5px;
  margin-top: -115.5px;
  padding-top: 80px;
  text-align: center;
  z-index: 1;
  position: absolute;
  right: 0%;
  top: 50%;
}

.about-m .service-icon1::before,
.service-icon1::after {
  background: url("../images/pattern.jpg") repeat scroll 0 0 rgba(0, 0, 0, 0);
  content: "";
  height: 169px;
  width: 169px;
  position: absolute;
  left: 41px;
  top: 37px;
  z-index: -1;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

.about-m .service-icon1::after {
  background: none repeat scroll 0 0 #f0f0f0;
  height: 178px;
  width: 178px;
  z-index: -2;
  left: 36px;
  top: 32px;
}

.about-m .big-service-detail {
  padding: 137px 60px 0 136px;
}

.about-m .big-service-detail>h3 {
  float: left;
  font-size: 35px;
  font-weight: 600;
  margin-bottom: 10px;
  text-transform: uppercase;
  width: 100%;
  color: #f2f2f2;
}

.about-m .big-service-detail>p {
  color: #f2f2f2;
  font-size: 12px;
  text-align: justify;
}

.about-box2 {
  padding: 60px 2px;
}

.about-box2 h4 {
  line-height: 27px;
  font-size: 15px;
}

.about-box2 .serviceBox2 {
  text-align: center;
  position: relative;
}

.about-box2 .serviceBox2 .service-icon2 {
  width: 130px;
  height: 140px;
  line-height: 145px;
  background: linear-gradient(to bottom, transparent 49%, #e47019 50%);
  margin: 0 auto 15px;
  font-size: 45px;
  color: #fff;
  -webkit-clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
  clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
  position: relative;
  transition: all 0.3s ease 0s;
}

.about-box2 .serviceBox2:hover .service-icon2 {
  font-size: 60px;
}

.about-box2 .serviceBox2 .service-icon2:before,
.about-box2 .serviceBox2 .service-icon2:after {
  content: "";
  width: 93%;
  height: 93%;
  background: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: -1;
  -webkit-clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
  clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
  transform: translate(-50%, -50%);
}

.about-box2 .serviceBox2 .service-icon2:after {
  width: 85%;
  height: 85%;
  background: #e47019;
  transition: all 0.3s ease 0s;
}

.about-box2 .serviceBox2:hover .service-icon2:after {
  box-shadow: 0 0 40px rgba(0, 0, 0, 0.2) inset;
}

.about-box2 .serviceBox2 .title {
  font-size: 25px;
  color: #505050;
  text-transform: capitalize;
  margin: 0 0 10px 0;
  position: relative;
  transition: all 0.3s ease 0s;
}

.about-box2 .serviceBox2:hover .title {
  color: #e47019;
}

.about-box2 .serviceBox2 .title:before {
  content: "";
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 2px solid #e47019;
  background: #e47019;
  box-shadow: 0 0 0 3px #fff inset;
  position: absolute;
  top: -50px;
  left: 50%;
  opacity: 0;
  transform: translateX(-50%);
  transition: all 0.3s ease 0s;
}

.about-box2 .serviceBox2:hover .title:before {
  opacity: 1;
  top: -24px;
}

.about-box2 .serviceBox2 .description {
  font-size: 12px;
  color: #505050;
  line-height: 22px;
  margin: 0;
  height: 87px;
}


.about-box2 .serviceBox2.blue .service-icon2 {
  background: linear-gradient(to bottom, transparent 49%, #1b87a4 50%);
}

.about-box2 .serviceBox2.blue .service-icon2:after {
  background: #1b87a4;
}

.about-box2 .serviceBox2.blue:hover .title {
  color: #1b87a4;
}

.about-box2 .serviceBox2.blue .title:before {
  border-color: #1b87a4;
  background: #1b87a4;
}

.about-box2 .serviceBox2.darkblue .service-icon2 {
  background: linear-gradient(to bottom, transparent 49%, #4c3f8f 50%);
}

.about-box2 .serviceBox2.darkblue .service-icon2:after {
  background: #4c3f8f;
}

.about-box2 .serviceBox2.darkblue:hover .title {
  color: #4c3f8f;
}

.about-box2 .serviceBox2.darkblue .title:before {
  border-color: #4c3f8f;
  background: #4c3f8f;
}

.about-box2 .serviceBox2.purple .service-icon2 {
  background: linear-gradient(to bottom, transparent 49%, #9f2369 50%);
}

.about-box2 .serviceBox2.purple .service-icon2:after {
  background: #9f2369;
}

.about-box2 .serviceBox2.purple:hover .title {
  color: #9f2369;
}

.about-box2 .serviceBox2.purple .title:before {
  border-color: #9f2369;
  background: #9f2369;
}

@media only screen and (max-width:990px) {
  .about-box2 .serviceBox2 {
    margin-bottom: 10px;
  }
}


/* ===about us video=== */

.intro-line {

  background-repeat: no-repeat;
  background-position: center;

}

.ts-intro {
  padding: 42px 0 60px;
  margin-bottom: 30px;
}

.ts-intro h4 {
  width: 80%;
  text-align: center;
  margin: 0px auto;
  margin-bottom: 20px;
  color: #1e2732;
  padding: 20px;
  line-height: 27px;
}

.section-bg {
  background: #ffffff;
  background-position-x: 0%;
  background-position-y: 0%;
  background-repeat: repeat;
  background-image: none;
  background-size: cover;
}

.mb-70 {
  margin-bottom: 45px;
}

.single-intro-text {
  padding: 20px 20px;
  -webkit-box-shadow: 0px 20px 25px 0px rgba(0, 0, 0, 0.08);
  box-shadow: 0px 20px 25px 0px rgba(0, 0, 0, 0.08);
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -ms-border-radius: 5px;
  overflow: hidden;
  position: relative;
  background: #fff;
  z-index: 2;
  /* top: 65px; */
}

.single-intro-text i {
  position: absolute;
  right: -10px;
  top: 20px;
  font-size: 55px;
  color: #bababa;
}

.ts-title {
  margin-top: 0px;
  font-size: 12px;
  color: #1e2732;
  line-height: 1.5;
}

.ts-title:hover {
  color: #00c3fd;
}

.single-intro-text p {
  margin-bottom: 0;
  font-size: 12px;
}

.single-intro-text .count-number {
  position: absolute;
  right: -55px;
  bottom: -55px;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -ms-border-radius: 50%;
  background: #00c3fd;
  color: #fff;
  display: block;
  text-align: left;
  font-size: 16px;
  font-weight: 700;
  padding: 25px 30px;
}

.intro-video {
  width: 700px;
  height: 700px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -ms-border-radius: 50%;
  position: relative;
  overflow: hidden;
  margin: 0px -160px;
  z-index: 1;
}

.intro-video::before {
  background-image: -webkit-gradient(linear, left top, right top, from(#04afff), color-stop(65%, rgba(115, 0, 47, 0.35)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(left, #04afff 0%, rgba(115, 0, 47, 0.35) 65%, rgba(0, 0, 0, 0) 100%);
  background-image: -o-linear-gradient(left, #04afff 0%, rgba(115, 0, 47, 0.35) 65%, rgba(0, 0, 0, 0) 100%);
  background-image: linear-gradient(90deg, #04afff 0%, rgba(115, 0, 47, 0.35) 65%, rgba(0, 0, 0, 0) 100%);
  background-image: -webkit-linear-gradient(90deg, #04afff 0%, rgba(115, 0, 47, 0.35) 65%, rgba(0, 0, 0, 0) 100%);
  background-image: -ms-linear-gradient(90deg, #04afff 0%, rgba(115, 0, 47, 0.35) 65%, rgba(0, 0, 0, 0) 100%);
  position: absolute;
  left: 0;
  top: 0;
  content: '';
  width: 100%;
  height: 100%;
}

.intro-video img {
  width: 100%;
  height: 100%;
}

.video-btn {
  right: 0;
  position: absolute;
  left: 0;
  top: 50%;
  margin: auto;
  text-align: center;
  color: #fff;
  font-size: 80px;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  width: 80px;
  height: 80px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}



/* === journey == */

.journey {
  padding: 90px 0px;
}

.journey .main-timeline {
  padding: 150px 0 0;
  position: relative;
  display: inline-block;
  margin-bottom: 10px;
}

.journey .main-timeline:before,
.journey .main-timeline:after {
  content: '';
  height: 30px;
  width: 50px;
  background: #909090;
  border-radius: 50%;
  transform: translateX(-50%);
  position: absolute;
  left: 50%;
  top: 0;
  z-index: 2;
}

.journey .main-timeline:after {
  top: auto;
  bottom: -10px;
}

.journey .main-timeline .timeline {
  width: 52.2%;
  float: left;
  display: block;
  position: relative;
  z-index: 1;
}

.journey .main-timeline .timeline-content {
  color: #000;
  border-right: 50px solid #E5E5E5;
  padding: 40px 30px 20px 0;
  display: block;
  position: relative;
}

.journey .main-timeline .timeline-content:hover {
  text-decoration: none;
}

.journey .main-timeline .timeline-content:before,
.journey .main-timeline .timeline-content:after {
  content: '';
  background-color: #00B3AD;
  height: 80px;
  width: 50px;
  border-radius: 23px;
  position: absolute;
  right: -50px;
  top: 30px;
}

.journey .main-timeline .timeline-content:before {
  background-color: #047a74;
  height: 30px;
  border-radius: 50%;
  z-index: 1;
}

.journey .main-timeline .title {
  color: #fff;
  background-color: #00B3AD;
  font-weight: 900;
  font-size: 20px;
  padding: 10px 25px;
  margin: 0 0 35px 0;
  -webkit-clip-path: polygon(95% 0, 100% 50%, 95% 100%, 0 100%, 0 0);
  clip-path: polygon(95% 0, 100% 50%, 95% 100%, 0 100%, 0 0);
}

.journey .main-timeline .inner-content {
  font-size: 12px;
  padding-right: 100px;
  padding-left: 20px;
  position: relative;
}

.journey .main-timeline .timeline-icon {
  color: #fff;
  background-color: #00B3AD;
  font-size: 60px;
  text-align: center;
  line-height: 100px;
  height: 100px;
  width: 100px;
  border-radius: 50%;
  position: absolute;
  right: 0;
  top: 5px;
  display: none;
  /* icon removed */
}

.journey .main-timeline .description {
  font-size: 14px;
  text-align: justify;
  letter-spacing: 1px;
}

.journey .main-timeline .timeline .inner-content ol {
  list-style-type: square;
  padding-left: 20px;
  line-height: 25px;

}




.journey .main-timeline .timeline:nth-child(odd) {
  margin-top: -12%;
}

.journey .main-timeline .timeline:nth-child(even) {
  float: right;
  width: 52.15%;
  margin-top: -12%;
}

.journey .main-timeline .timeline:nth-child(even) .timeline-content {
  border-right: 0 solid transparent;
  border-left: 50px solid #E5E5E5;
  padding: 40px 0 20px 30px;
}

.journey .main-timeline .timeline:nth-child(even) .timeline-content:before,
.journey .main-timeline .timeline:nth-child(even) .timeline-content:after {
  right: auto;
  left: -50px;
}

.journey .main-timeline .timeline:nth-child(even) .inner-content {
  padding-right: 0;
  padding-left: 60px;
}

.journey .main-timeline .timeline:nth-child(even) .title {
  padding: 10px 25px 10px 40px;
  -webkit-clip-path: polygon(5% 0, 100% 0, 100% 100%, 5% 100%, 0 50%);
  clip-path: polygon(5% 0, 100% 0, 100% 100%, 5% 100%, 0 50%);
}

.journey .main-timeline .timeline:nth-child(even) .timeline-icon {
  right: auto;
  left: 0;
}

.journey .main-timeline .timeline:nth-child(4n+2) .timeline-icon,
.journey .main-timeline .timeline:nth-child(4n+2) .title,
.journey .main-timeline .timeline:nth-child(4n+2) .timeline-content:after {
  background-color: #FF534F;
}

.journey .main-timeline .timeline:nth-child(4n+2) .timeline-content:before {
  background-color: #a02724;
}

.journey .main-timeline .timeline:nth-child(4n+3) .timeline-icon,
.journey .main-timeline .timeline:nth-child(4n+3) .title,
.journey .main-timeline .timeline:nth-child(4n+3) .timeline-content:after {
  background-color: #9642A4;
}

.journey .main-timeline .timeline:nth-child(4n+3) .timeline-content:before {
  background-color: #6d167c;
}

.journey .main-timeline .timeline:nth-child(4n+4) .timeline-icon,
.journey .main-timeline .timeline:nth-child(4n+4) .title,
.journey .main-timeline .timeline:nth-child(4n+4) .timeline-content:after {
  background-color: #FAB030;
}

.journey .main-timeline .timeline:nth-child(4n+4) .timeline-content:before {
  background-color: #ba7807;
}

@media screen and (max-width:1200px) {
  .journey .main-timeline {
    padding: 130px 0 0;
  }

  .journey .main-timeline .timeline {
    width: 52.66%;
  }

  .journey .main-timeline .timeline:nth-child(even) {
    width: 52.66%;
  }
}

@media screen and (max-width:990px) {
  .journey .main-timeline {
    padding: 100px 0 0;
  }

  .journey .main-timeline .timeline {
    width: 53.5%;
  }

  .journey .main-timeline .timeline:nth-child(even) {
    width: 53.5%;
  }

  .journey .main-timeline .inner-content {
    padding-right: 120px;
  }

  .journey .main-timeline .timeline:nth-child(even) .inner-content {
    padding-left: 120px;
  }
}

@media screen and (max-width:767px) {
  .journey .main-timeline {
    padding: 17px 0 0;
  }

  .journey .main-timeline:before,
  .journey .main-timeline:after {
    transform: translateX(0);
    left: 0;
  }

  .journey .main-timeline:after {
    top: auto;
    bottom: -10px;
  }

  .journey .main-timeline .timeline:nth-child(odd) {
    margin-top: 0;
  }

  .journey .main-timeline .timeline,
  .journey .main-timeline .timeline:nth-child(even) {
    width: 100%;
    margin-top: 0;
    float: right;
  }

  .journey .main-timeline .timeline .title {
    padding: 10px 25px 10px 30px;
    -webkit-clip-path: polygon(5% 0, 100% 0, 100% 100%, 5% 100%, 0 50%);
    clip-path: polygon(5% 0, 100% 0, 100% 100%, 5% 100%, 0 50%);
  }

  .journey .main-timeline .timeline-icon {
    right: auto;
    left: 0;
  }

  .journey .main-timeline .inner-content {
    padding-right: 0;
    padding-left: 150px;
  }

  .journey .main-timeline .timeline-content:before,
  .journey .main-timeline .timeline-content:after {
    right: auto;
    left: -50px;
  }

  .journey .main-timeline .timeline-content {
    border-right: 0 solid transparent;
    border-left: 50px solid #E5E5E5;
    padding: 40px 0 20px 30px;
  }
}

@media screen and (max-width:479px) {

  .journey .main-timeline .timeline .title,
  .journey .main-timeline .timeline:nth-child(even) .title {
    font-size: 16px;
    padding: 10px 5px 10px 25px;
  }

  .journey .main-timeline .timeline:nth-child(even) .inner-content,
  .journey .main-timeline .inner-content {
    padding-right: 0;
    padding-left: 15px;
  }

  .journey .main-timeline .timeline:nth-child(even) .timeline-icon,
  .journey .main-timeline .timeline-icon {
    transform: scale(0.7);
    right: auto;
    left: -107px;
  }
}

/* === why us === */


/* .whyh h4{
    text-align: center; 
    color: #1e2732d9;
    line-height: 22px;
    font-size: 15px;
    margin: 60px 0;
} */
.whyh p {
  text-align: justify;
  padding: 20px 0px;
}

/* .why{ background: #f8f8f8; } */
.testimonial {
  margin: 0 20px 40px;
}

.whyy .whyy-content {
  padding: 35px 25px 35px 50px;
  margin-bottom: 35px;
  background: #fff;
  border: 1px solid #f0f0f0;
  position: relative;
}

.whyy .whyy-content:after {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  background: #fff;
  position: absolute;
  bottom: -10px;
  left: 22px;
  transform: rotate(45deg);
}

.whyy-content .whyy-icon {
  width: 50px;
  height: 45px;
  background: #535d5e;
  text-align: center;
  font-size: 22px;
  color: #fff;
  line-height: 42px;
  position: absolute;
  top: 37px;
  left: -19px;
}

.whyy-content .whyy-icon:before {
  content: "";
  border-bottom: 16px solid #535d5eed;
  border-left: 18px solid transparent;
  position: absolute;
  top: -16px;
  left: 1px;
}

.whyy .description {
  font-size: 15px;
  font-style: italic;
  color: #8a8a8a;
  line-height: 23px;
  margin: 0;
}

.whyy .title {
  display: block;
  font-size: 18px;
  font-weight: 700;
  color: #525252;
  text-transform: capitalize;
  letter-spacing: 1px;
  margin: 0 0 5px 0;
}


.twhy {
  text-align: center;
  padding: 100px 40px 5px;
  margin-top: 100px;
  border-top: 4px solid #535d5e;
  ;
  position: relative;
}

.twhy:before {
  content: "\f10d";
  font-family: "FontAwesome";
  font-weight: 900;
  position: absolute;
  top: 20px;
  left: 20px;
  font-size: 50px;
  color: #535d5e;
  ;
  opacity: 0.5;
}

.twhy .pic {
  width: 150px;
  height: 150px;
  border: 4px solid #535d5e;
  ;
  position: absolute;
  top: -80px;
  left: 0;
  right: 0;
  margin: 0 auto;
}

.twhy .pic img {
  width: 100%;
  height: auto;
}

.twhy .description {
  font-size: 13px;
  color: #6f6f6f;
  line-height: 22px;
  /* margin-bottom: 10px; */
}

.twhy .twhy-title {
  display: block;
  text-align: right;
  font-size: 13px;
  color: #535d5ede;
  margin-top: 10px;
  font-weight: 600;
}

.twhy .post {
  display: block;
  font-size: 12px;
  color: #6f6f6f;
  margin-top: 7px;
}

@media only screen and (max-width: 479px) {
  .twhy {
    padding: 80px 15px 5px;
  }

  .twhy::before {
    top: 10px;
  }

  .twhy .pic {
    width: 120px;
    height: 120px;
    top: -60px;
  }
}


/* ==== ehs==== */

.ehs {
  margin-top: 30px;
}

.ehs2 {
  margin-top: 20px;
}

.ehs2 ul {
  list-style-type: disc;
  padding-top: 10px;
  padding-left: 30px;
}

.ehs h4 {
  background-color: #f2f2f2;
  padding: 10px 20px;
  margin-bottom: 20px;
  text-transform: uppercase;
  color: #1e2732;
}

.ehs ul {
  padding-left: 20px;
  list-style-type: square;
}


/* === certificate == */

.cert {
  padding: 90px 0px;
}

.item-media {
  overflow: hidden;
  position: relative;
}

.item-media img {
  width: 100%;
  z-index: 3;
}

.hero-bg {
  background-color: #f5f5f5;
  height: 236px;
}


/* .hls_sol { min-height:1500px;
    background:url(../images/certificates/9.jpg) fixed;
    background:url(https://img4.goodfon.com/original/1920x1080/3/bb/iron-man-art-vector-art-marvel-minimal-avengers-superheroes.jpg) fixed;
    background-size:100% 100%;
    background-repeat: no-repeat;
}
    .hls_sol img {
        max-width: 100%;
        height: auto;
    }
    .hls_sol ul li {
        list-style: none
    }
    .hls_sol a, a:hover {
        text-decoration: none;
        box-shadow: none;
        outline: none;
        -moz-transition: all 0.2s ease-in;
        -o-transition: all 0.2s ease-in;
        -webkit-transition: all 0.2s ease-in;
        transition: all 0.2s ease-in;
    }
    .hls_sol h1{ text-align:center; margin:30px 0; color:#fff;} */

.hls_sol li {
  width: 25%;
  max-width: 100%;
  display: inline-block;
  float: left;
  text-align: center;
  overflow: hidden;
  position: relative;
  /* height: 450px */
  margin-bottom: 20px;
}

.hls_sol li img {
  height: 100%;
  padding: 0px 10px;
}

.hls_sol ul {
  padding: 0;
  display: flow-root;
}

.hls_sol li:hover img {
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}

.hls_sol li img {
  -webkit-transition: transform 0.5s ease;
  -o-transition: transform 0.5s ease;
  transition: transform 0.5s ease;
}

.hls_sol .hls_sol_data {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  transition: 0.3s ease-in-out;
  background: rgba(0, 0, 0, 0.28);
  visibility: hidden
}

.hls_sol ul li:hover .hls_sol_data {
  /* background: rgba(255,0,4,0.46); */
  /* background: rgba(121, 162, 180, 0.6); */
  background: #0000006b;
  transition: 0.3s ease-in-out;
  visibility: visible
}

.hls_data {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 60px 20px;
}

.hls_data a {
  display: block;
}

.hls_title {
  text-align: right;
  font-size: 22px;
  border-bottom: 2px solid #1e2732;
  padding: 10px 0;
  margin: 10px 0;
  color: #fff;
}

.hls_title:hover {
  color: #fff;
}

.hls_sol_data h3 {
  color: #fff;
  transition: 0.5s
}

.hls_sol_data:hover h3 {
  transition: 0.5s ease;
  margin-top: 100px;
}

.btn-pro {
  border-radius: 0;
  color: #222;
  background: #fff;
  display: inline-block !important;
  float: right;
}

.btn-pro:hover {
  color: #fff;
  background: #222;
}

.sec_title {
  text-align: center;
  margin: 30px 0 30px;
}

.hls_data {
  left: unset;
  right: -310px;
  transition: 1s ease
}

.hls_sol_data:hover .hls_data {
  left: 0;
  right: 0;
  transition: 1s ease
}


/* === crams == */

.crms {
  padding: 20px 0px;
}


.crms1 {
  background-color: #f2f2f2;
}

.crms1 h3 {
  color: #323e49;
}


.crmm {
  padding: 7%;
}

.crmm p span {
  color: #cdcdcd;
  font-size: 30px;
  font-weight: 200;
}

.crmm h4 {
  color: #323e49;
  padding-top: 0px;
  line-height: 27px;
  text-transform: uppercase;
}

.crmms {
  padding: 10px 0px;
}

.crmbd {
  border: 2px solid #e7eaeb;
  margin-bottom: 20px;
}

.crms-icon {
  padding: 10px;
}

.crms-icon img {
  width: 20%;
}

.crmms h4 {
  color: #323e49;
}

.crmms ul {
  padding-left: 20px;
}

.crmms ul li {
  display: flex;
}

.crmms ul li i {
  padding-right: 5px;
  padding-top: 7px;
}



/* === product circle menu == */


.prod-menu {
  width: 100%;
  height: 760px;
  background: url(../images/pigments/01.jpg);
  background-position-x: 0%;
  background-position-y: 0%;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
}

.circle,
.circle:before,
.circle:after {
  border-radius: 50%;
}

.menunav {
  position: absolute;
  display: block;
  left: 20%;
  margin: 5em auto;
  min-width: 10em;
  width: 50%;
  max-width: 30em;
}

.menunav ul {
  position: relative;
  padding: 85%;
  max-width: 0;
  max-height: 0;
  list-style: none;
}

.menunav li {
  position: absolute;
}

.slice {
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 50%;
  transform-origin: 100% 100%;
}

/* Cell orientation */
.coconut {
  transform: rotate(13deg) skewX(40deg);
}

.vanilla {
  transform: rotate(64.43deg) skewX(40deg);
}

.orange {
  transform: rotate(115.86deg) skewX(40deg);
}

.almond {
  transform: rotate(167.29deg) skewX(40deg);
}

.grape {
  transform: rotate(218.71deg) skewX(40deg);
}

.blackberry {
  transform: rotate(270.14deg) skewX(40deg);
}

.cherry {
  transform: rotate(321.57deg) skewX(40deg);
}

.menunav label {
  cursor: pointer;
  max-width: inherit;
}

.slice label {
  display: block;
  width: 200%;
  height: 200%;
  transform: skew(-40deg) rotate(-65deg);
  line-height: 1.9;
  text-align: center;
}

.slice label span {
  display: block;
}

.slice label:hover {
  color: #a5a6a8;
  border: 2px solid black;
  transition: all 0.5s ease;
}

.circle .menuname:hover {
  color: #a5a6a8;
  transition: color 0.5s ease;
}

.gama img {
  width: 147px;
  position: relative;
  left: 0px;
  top: -4px;
}



.menudesc {
  width: 280px;
  font-size: 24px;
  color: #f2f2f2;
  padding-left: 7px;
}

#menu8 h1 {
  color: #1e2732;
}

.menudesc2 {
  margin-top: 30px;
}

.menudesc2 ul {
  float: left;
  display: flex;
  flex-wrap: wrap;
}

.menudesc2 ul li {
  padding: 3%;
  width: 33%;
}

.menudesc2 ul li img {
  width: 100%;
}

/* Cell background colors */
.coconut label,
.ococonut:checked~nav .unsel {
  /* background: #D0D0D0; */
  background: #7f00ff;
}

.vanilla label,
.ovanilla:checked~nav .unsel {
  background: #0836fd;
}

.orange label,
.oorange:checked~nav .unsel {
  background: #218b62;
}

.almond label,
.oalmond:checked~nav .unsel {
  background: #f4b428;
}

.grape label,
.ogrape:checked~nav .unsel {
  background: #ec653e;
}

.blackberry label,
.oblackberry:checked~nav .unsel {
  background: #e62526;
}

.cherry label,
.ocherry:checked~nav .unsel {
  background: #04afff;
}

.slice label {
  font-weight: 700;
  line-height: 5;
}

.circle label {
  font-weight: 700;
  line-height: 3.2;
  font-size: 18px;
  color: #f2f2f2;
}

.slice p {
  width: 100px;
  margin-left: 185px;
}

.unsel {
  z-index: 2;
  top: 34%;
  left: 34%;
  width: 32%;
  height: 32%;
  text-align: center;
  background-color: #1e2732;
}

.unsel label {
  display: block;
  width: 100%;
  height: 100%;
  line-height: 6;
}

.middle {
  z-index: 1;
  top: 15%;
  left: 15%;
  width: 70%;
  height: 70%;
  text-align: center;
  /* background-color: white; */
  background: url(../images/pigments/color1.jpg) center center;
  background-size: cover;
}

.menunav {
  position: absolute;
  left: 11%;
  top: 5px;
}

.visible {
  display: block;
  position: absolute;
  margin: 24px 0 0 0px;
  width: 100%;
}

.visible h1 {
  text-align: center;
}

.visible .p1 {
  color: #4b4e50;
  font-size: 16px;
  /* text-align: center; */
}

.visible span {
  font-style: italic;
  text-decoration-line: underline;
}

.visible p {
  color: #1e2732e6;
  font-size: 13px;
  line-height: 20px;
  /* text-align: justify; */
  font-family: Arial, Helvetica, sans-serif;
  padding: 0px 10px;
  margin: 0 0 10px;
  font-weight: 400;
}

.visible img {
  width: 100%;
  height: 200px;
  float: left;
  margin-bottom: 10px;
  border-radius: 15px;
}

.visible-txt {
  position: absolute;
  left: 10px;
  top: 165px;
  font-size: 20px;
  border-radius: 25px;
  /* display: none; */
}

.bg-vlt-vs {
  background: #7f00ffcc;
}

.bg-blu-vs {
  background: #0836fdcc;
}

.bg-grn-vs {
  background: #218b62cc;
}

.bg-ylw-vs {
  background: #f4b428;
}

.bg-ong-vs {
  background: #ec653ecc;
}

.bg-red-vs {
  background: #e62526cc;
}

.visible-txt p {
  color: #fefefe;
  margin: 0px;
  text-align: left;
}

.hidden {
  display: none;
}

.visible ul {
  list-style-type: none;
}

.visible details ul {
  list-style-type: square;
}

.visible a {
  font-size: 96%;
  text-decoration: none;
  /* color: purple; */
}

.visible a:hover {
  color: #04afff;
}

.Reseau a {
  font-size: 160%;
}

.Reseau a:hover {
  color: red;
}

.circle label span {
  -webkit-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
  transform: rotate(-180deg);
}


/* ------services=====*/

.services-p {
  margin-top: 10px;
  padding: 0px;
}

.services-item {

  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 30px;
  padding: 0 30px;
  height: 190px;
  color: #fff;
  border-radius: 0.9375rem;
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.25);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.25);
  -webkit-transition: all .25s;
  -o-transition: all .25s;
  transition: all .25s;
  z-index: 0;

}

.services-item::before {

  bottom: 20px;

}

.services-item h3 {

  font-weight: 400;
  font-size: 2rem;
  text-align: center;
  -webkit-transition: all .25s;
  -o-transition: all .25s;
  transition: all .25s;
  z-index: 2;

}

.strip::before {

  background: #fff;
  display: block;
  position: absolute;
  content: '';
  width: 20px;
  height: 3px;
  left: 50%;
  bottom: 72px;
  border-radius: 2px;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);

}


.services-item::after {

  display: block;
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 0.9375rem;
  opacity: .9;
  z-index: 1;
  -webkit-transition: all .25s;
  -o-transition: all .25s;
  transition: all .25s;

}

.bg-vlt::after {
  background: #7f00ff;
}

.bg-blu::after {
  background: #0836fd;
}

.bg-grn::after {
  background: #218b62;
}

.bg-ylw::after {
  background: #f4b428;
}

.bg-ong::after {
  background: #ec653e;
}

.bg-red::after {
  background: #e62526;
}

.services-item:hover {

  color: #fff;
  text-decoration: none;

}

.services-item:hover::after {

  opacity: .3;
  -webkit-transition: all .25s;
  -o-transition: all .25s;
  transition: all .25s;

}


/* Pre-Loader */
#loader-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  overflow: hidden;
}

.no-js #loader-wrapper {
  display: none;
}

#loader {
  display: block;
  position: relative;
  left: 46%;
  top: 50%;
  width: 100%;
  margin: -75px 0 0 -75px;
  z-index: 9999;
}



#loader-wrapper .loader-section {
  position: fixed;
  top: 0;
  width: 51%;
  height: 100%;
  background: #eee;
  z-index: 10;
}

#loader-wrapper .loader-section.section-left {
  left: 0;
}

#loader-wrapper .loader-section.section-right {
  right: 0;
}

/* Loaded styles */
.loaded #loader-wrapper .loader-section.section-left {
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.loaded #loader-wrapper .loader-section.section-right {
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
  transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.loaded #loader {
  opacity: 0;
  transition: all 0.3s ease-out;
}

.loaded #loader-wrapper {
  visibility: hidden;
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
  transition: all 0.3s 1s ease-out;
}


.domino>div {
  border-radius: 8px;
  display: inline-flex;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  width: 50px;
  height: 50px;
  -webkit-animation: domino-effect 2.4s infinite ease-in-out;
  animation: domino-effect 2.4s infinite ease-in-out;
}

.domino>div:nth-child(1) {
  background: #0836fd;
}

.domino>div:nth-child(1):after {
  background: #535d5e;
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
}

.domino>div:nth-child(2) {
  /* background: #7f00ff; */
  background: #ec653e;
  ;
}

.domino>div:nth-child(2):after {
  background: #535d5e;
  -webkit-animation-delay: 1.2s;
  animation-delay: 1.2s;
}

.domino>div:nth-child(3) {
  background: #f4b428;
}

/* .domino > div:nth-child(3):after {
    background: #535d5e;
    -webkit-animation-delay: 1.8s;
            animation-delay: 1.8s;
  }
  .domino > div:nth-child(4) {
    background: #ec653e;
  } */
/* .domino > div:nth-child(4):after {
    background: #535d5e;
    -webkit-animation-delay: 2.4s;
            animation-delay: 2.4s;
  } */
/* .domino > div:nth-child(5) {
    background: #e62526;
  }
  .domino > div:nth-child(5):after {
    background: #535d5e;
    -webkit-animation-delay: 3s;
            animation-delay: 3s;
  } */
.domino>div:nth-child(1) {
  margin: 23px;
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
}

.domino>div:nth-child(2) {
  margin: 23px;
  -webkit-animation-delay: 1.2s;
  animation-delay: 1.2s;
}

.domino>div:nth-child(3) {
  margin: 23px;
  -webkit-animation-delay: 1.8s;
  animation-delay: 1.8s;
}

.domino>div:nth-child(4) {
  margin: 23px;
  -webkit-animation-delay: 2.4s;
  animation-delay: 2.4s;
}

.domino>div:nth-child(5) {
  margin: 23px;
  -webkit-animation-delay: 3s;
  animation-delay: 3s;
}

.domino>div:after {
  content: "";
  position: relative;
  top: 0px;
  left: -70px;
  opacity: 0;
  border-radius: 8px;
  width: 50px;
  height: 50px;
  -webkit-animation: illusion 2.4s infinite ease-in-out;
  animation: illusion 2.4s infinite ease-in-out;
}

@-webkit-keyframes beat {
  to {
    -webkit-transform: scale(1.4);
    transform: scale(1.4);
  }
}

@keyframes beat {
  to {
    -webkit-transform: scale(1.4);
    transform: scale(1.4);
  }
}

@-webkit-keyframes spin {
  to {
    -webkit-transform: rotate(140deg);
    transform: rotate(140deg);
  }
}

@keyframes spin {
  to {
    -webkit-transform: rotate(140deg);
    transform: rotate(140deg);
  }
}

@-webkit-keyframes domino-effect {

  20%,
  100% {
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
  }
}

@keyframes domino-effect {

  20%,
  100% {
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
  }
}

@-webkit-keyframes illusion {

  0%,
  25% {
    opacity: 1;
  }

  26.10%,
  33.33%,
  100% {
    opacity: 0;
  }
}

@keyframes illusion {

  0%,
  25% {
    opacity: 1;
  }

  26.10%,
  33.33%,
  100% {
    opacity: 0;
  }
}




/****** testimonial page start *********/
.testimonial_logo {
  margin-bottom: 30px;
}

.testimonial_header {
  margin: 4% 0 1% 0;
}

.testimonial_header h3 {
  font-size: 34px;
  font-weight: 800;
  text-transform: uppercase;
}

.our-team {
  margin-bottom: 20%;
}

.hrline {
  width: 100px;
  height: 2px;
  background: #000;
  justify-content: center;
  display: inline-block;
  position: relative;
  top: -15px;
}

.our-team .pic {
  border-top: 5px solid #04afff;
  border-bottom: 5px solid #04afff;
  border-radius: 50% 50% 50% 0;
  overflow: hidden;
  transition: all 0.5s ease 0s;
  width: 240px;
  height: 190px;
  padding: 65px 20px 0 20px;
  background: #fff;
}

.our-team:hover .pic {
  border-top-color: #8f2d56;
  border-bottom-color: #8f2d56;
  border-radius: 50% 0;
}

.our-team .pic img {
  width: 200px;
  height: 50px;
  transition: all 0.5s ease 0s;
}

.our-team .team-content {
  padding: 20px 0;
}

.our-team .title {
  font-size: 22px;
  font-weight: 700;
  color: #8f2d56;
  text-transform: uppercase;
  margin: 0 0 5px 0;
}

.our-team .post {
  display: block;
  font-size: 17px;
  color: #878484;
  text-transform: capitalize;
  margin-bottom: 10px;
}

.our-team .social {
  list-style: none;
  padding: 0;
  margin: 0;
}

.our-team .social li {
  display: inline-block;
}

.our-team .social li a {
  display: block;
  width: 35px;
  height: 35px;
  line-height: 35px;
  border-radius: 50%;
  border: 1px solid #8f2d56;
  background: #fff;
  font-size: 17px;
  color: #8f2d56;
  text-align: center;
  transition: all 0.5s ease 0s;
}

.our-team:hover .social li a {
  background: #8f2d56;
  color: #fff;
}

@media only screen and (max-width: 990px) {
  .our-team {
    margin-bottom: 30px;
  }
}

.testimonial_feedback {
  background: url(../images/testimonialbg.jpg) no-repeat;
  background-size: cover;
  padding: 0 0 20px 0;
}

.testimonial {
  border: 10px solid #00547b;
  padding: 40px 0 25px 0;
  margin: 50px;
  text-align: center;
  position: relative;
}

.testimonial:before {
  content: "\f10d";
  font-family: "FontAwesome";
  width: 100px;
  height: 100px;
  line-height: 100px;
  background: #efefef;
  margin: 0 auto;
  font-size: 70px;
  font-weight: 900;
  color: #20acec;
  position: absolute;
  top: -60px;
  left: 0;
  right: 0;
}

.testimonial .title {
  padding: 7px 0;
  margin: 0 -32px 20px;
  border: 7px solid #efefef;
  background: #20acec;
  font-size: 22px;
  font-weight: 700;
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  position: relative;
}

.testimonial .title:before {
  content: "";
  border-top: 15px solid #20acec;
  border-left: 15px solid transparent;
  border-bottom: 15px solid transparent;
  position: absolute;
  bottom: -37px;
  left: 0;
}

.testimonial .title:after {
  content: "";
  border-top: 15px solid #20acec;
  border-right: 15px solid transparent;
  border-bottom: 15px solid transparent;
  position: absolute;
  bottom: -37px;
  right: 0;
}

.testimonial .post {
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  color: #fff;
  text-transform: capitalize;
}

.testimonial .description {
  padding: 0 20px;
  margin: 0;
  font-size: 12px;
  color: #6f6f6f;
  letter-spacing: 1px;
  line-height: 30px;
}

.owl-theme .owl-controls {
  margin-top: 0;
}

.owl-theme .owl-controls .owl-buttons div {
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 35px;
  background: #00547b;
  color: #fff;
  border-radius: 0;
  margin-right: 5px;
  opacity: 1;
}

.owl-prev:before,
.owl-next:before {
  content: "\f060";
  font-family: "FontAwesome";
  font-size: 20px;
  font-weight: 900;
}

.owl-next:before {
  content: "\f061";
}

@media only screen and (max-width: 990px) {
  .testimonial {
    margin: 30px;
  }
}

/********** testimonial page end ***********/


/*********** blog page start *********/

.event_tab {
  margin: 5% 0%;
}

.ls.ms {
  background-color: #fda20010;
  color: #6e6e6e;
  padding: 20px !important;
  margin-bottom: 5%;
}

.ls.ms .item-content p {
  font-size: 12px;
}

.blog-list .vertical-item.blog-padding .item-content {
  padding: 36px 44px 36px 40px;
}

.blog-list .vertical-item.blog-padding .item-content h6 {
  margin-bottom: 11px;
}

.ls h1,
.ls h2,
.ls h3,
.ls h4,
.ls h5,
.ls h6 {
  color: #1f2732;
  font-size: 20px !important;
}

.item-content {
  padding: 25px 0 !important;
}

.color-darkgrey {
  border-color: #323232;
  color: #323232;
}

.item-meta {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.6;
  text-transform: uppercase;
  padding: 5px 0 10px;
}

.blog-list .item-meta i.fa.fa-calendar {
  margin: 0;
}

.blog-list .item-meta i {
  margin-left: 18px;
}

.item-meta i {
  font-size: 1.2em;
  position: relative;
  text-align: center;
  width: 1em;
}

.response,
.color-main {
  border-color: #ff497c;
  color: #ff497c !important;
}

.item-meta span {
  padding: 0 0.5em;
}

.item-content p {
  font-size: 18px;
  color: #8a8a8a;
  line-height: 2;
  font-weight: 100;
}

.widget_search.ds:before {
  content: url(../img/search_icon_bg.png);
  display: block;
  position: absolute;
  right: -20px;
  top: -20px;
}

.page-item,
.nav-links,
.page-links {
  clear: both;
}

.page-item>span,
.page-item>a,
.nav-links>span,
.nav-links>a,
.page-links>span,
.page-links>a {
  background-color: #fff;
  border: 4px solid #f4f4f5;
  border-radius: 50% !important;
  color: #1f2732;

  display: inline-block;
  line-height: inherit;
  margin-left: 0;
  margin-right: 4px;
  min-width: 3em;
  padding: 2px 0px;
  text-align: center;
}

.page-item>span:hover,
.page-item>a:hover,
.nav-links>span:hover,
.nav-links>a:hover,
.page-links>span:hover,
.page-links>a:hover {
  background-color: #04afff;
  border: 4px solid #04afff;
  color: #fff;
}

.page-item.active>a,
.page-item>span,
.nav-links.active>a,
.nav-links>span,
.page-links.active>a,
.page-links>span {
  background-color: #1f2732 !important;
  border: 4px solid #1f2732;
  color: #fff;
  cursor: not-allowed;
}

.page-item.active>a:hover,
.page-item>span:hover,
.nav-links.active>a:hover,
.nav-links>span:hover,
.page-links.active>a:hover,
.page-links>span:hover {
  border: 4px solid #1f2732;
}

.page-item .fa,
.nav-links .fa,
.page-links .fa {
  font-size: 10px;
}

.page-links a:first-child {
  margin-left: 1em;
}

.widget_search.ds {
  padding: 35px 40px 35px 40px;
  position: relative;
}

.texture-ds {
  background-image: url(../images/texture_dark.jpg);
}

.widget_search.ds {
  padding: 35px 40px 35px 40px;
  position: relative;
}

.widget_search.ds:before {
  content: url("../images/search_icon_bg.png");
  display: block;
  position: absolute;
  right: -20px;
  top: -20px;
}

.widget_search.ds input[type="search"],
.widget_search.ds .form-control {
  background-color: #fff;
  border-color: #fff;
  color: #7f7f7f;
}

.contact1 {
  margin-top: -60px;
}

.contact-form1 .btn {
  padding: 8px 9px;
  font-size: 8px;
  /* float: left; */
}

.contact2 [class*='col-']>.form-group+.form-group {
  margin-top: 20px;
}

.contact2 .teaser-icon img {
  margin-bottom: 23px;
  margin-top: 0;
}

.widget>h6,
.widget .widget-title {
  font-size: 24px;
  font-weight: 500;
  line-height: 1;
  margin-bottom: 27px;
}

.widget_search.ds input[type="search"],
.widget_search.ds .form-control {
  background-color: #fff;
  border-color: #fff;
  color: #7f7f7f;
}

.widget_search button,
.widget_mailchimp button,
.widget_product_search form input[type="submit"] {
  padding: 21px 21px 18px 10px;
}

.widget_search button,
.widget_mailchimp button,
.widget_product_search form input[type="submit"],
.widget_product_search form:before {
  background-color: transparent;
  border: none;
  opacity: 1;
  padding-top: 102px;
  padding-right: 70px;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
  width: 60px;
}

/* [type=reset], [type=submit], button, html [type=button] {
    -webkit-appearance: button;
} */
.widget_search button input[type="submit"],
button {
  background: #ff497c;
  border: 4px solid #ff497c;
  border-radius: 50px;
  color: #fff;
  cursor: pointer;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.2em;
  line-height: 1.6em;
  padding: 26px 40px;
  text-transform: uppercase;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.widget_search input[type="submit"],
button {
  cursor: pointer;
}

.widget_search button:before,
.widget_mailchimp button:before,
.widget_product_search form:before {
  color: #ff497c;
  content: "\f002";
  font-family: "FontAwesome";
  font-size: 14px;
}

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

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

.data-evets {
  background-color: #04afff;
  margin-bottom: 40px;
  margin-top: 30px;
  padding: 1px;
}

.font_blog h5 {
  text-transform: uppercase;
  font-size: 30px;
  color: white;
  font-weight: 600;
}

/*************** blog page end **********/

/************* CSR start ***********/
.csr_details {
  margin: 5% 0;
}

.csr_details p {
  font-size: 13px;
  line-height: 24px;
}

.csr_details p strong {
  line-height: 36px;
}

.csr_top {
  padding: 50px;
  margin: auto;
}

.csr_top img {
  width: 80%;
  min-height: 250px !important;
  margin: 5%;
  border-radius: 10px;
  -webkit-transform: rotate(-9deg);
  -moz-transform: rotate(-9deg);
  -o-transform: rotate(-9deg);
  -ms-transform: rotate(-9deg);
  transform: rotate(-9deg);
  position: relative;
  -webkit-box-shadow: 1px 4px 30px 0 rgba(51, 51, 51, 0.5);
  -moz-box-shadow: 1px 4px 30px 0 rgba(51, 51, 51, 0.5);
  -o-box-shadow: 1px 4px 30px 0 rgba(51, 51, 51, 0.5);
  -ms-box-shadow: 1px 4px 30px 0 rgba(51, 51, 51, 0.5);
}

/* .csr_top img:before {
    position: absolute;
    content: '';
    background: #fff;
    width: 3px;
    left: 30%;
    top: 0;
}
.csr_top  img:after {
    position: absolute;
    content: '';
    background: #fff;
    width: 3px;   
    right: 30%;
    top: 0;
} */

.csr_bottom h2 {
  position: relative;
  font-size: 26px;
  margin-bottom: 9%;
}

.csr_bottom h2:before {
  content: "";
  position: absolute;
  bottom: -20px;
  left: 0;
  width: 43px;
  height: 7px;
  background: #04afff;
  transform: skew(-36deg);
}

.csr_bottom h2:after {
  content: "";
  position: absolute;
  bottom: -17px;
  left: 3px;
  width: 150px;
  height: 1px;
  background: #04afff;
}

.csr_bottom_one button {
  position: relative;
  top: -15px;
  left: 50%;
  background: black;
  padding: 10px 20px;
  border: 2px solid #000;
  color: white;
  margin-top: 10px;
}

.csr_left .csr_hr {
  height: 7px;
  background-color: #04afff;
  margin-top: 20px;
  border: none;

}

.csr_m {
  margin-top: 4%;
}

.csr_left h1 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
  font-size: 15px;
  color: #1e2732;
  text-transform: uppercase;
}

.csr_left i {
  color: #04afff;
}

.helping-slide-img {
  position: relative;
  margin-bottom: 40px;
}

.helping-slide-img::before {
  background: #04afff;
  bottom: -8px;
  content: "";
  height: 93%;
  position: absolute;
  right: -8px;
  width: 2px;
}

.helping-slide-img::after {
  background: #04afff;
  content: "";
  height: 2px;
  position: absolute;
  width: 93%;
  right: -7px;
  bottom: -8px;
}

.owl_margin {
  margin-right: 20px;
  margin-bottom: 20px;
}

/*************** CSR end ********/

/************** ceo top **********/
.ceo_top {
  margin: 5% 0;
}

.tg-speakerimg {
  float: left;
}

.tg-detailhead {
  width: 100%;
  float: left;
  padding: 0 0 15px;
  border-bottom: 3px solid #dbdbdb;
  margin-bottom: 20px;
}

.tg-detailhead h2 {
  font-size: 24px;
  font-weight: 500;
  margin: 0 0 12px;
  line-height: 24px;

}

.tg-detailhead h3 {
  font-size: 40px;
  margin: 0 0 12px;
  font-weight: bold;
  line-height: 40px;
  color: #04afff;
}

.tg-detailhead .tg-socialicons li+li {
  padding: 0 0 0 10px;
}

.tg-detailhead .tg-socialicons li:first-child {
  padding-right: 0;
}

.tg-speakerdetail .tg-box:last-child .tg-description p:last-child {
  margin: 0;
}

.tg-btn-lg {
  width: 100%;
}

.tg-socialicons {
  width: 100%;
  float: left;
  list-style: none;
  text-align: center;
  line-height: 30px;
}

.tg-box h2 {
  color: #444349;
  font-weight: 800;

}

.tg-socialicons li {
  float: left;
  padding: 0 4px;
  line-height: inherit;
  list-style-type: none;
}

.tg-socialicons li a {
  width: 30px;
  height: 30px;
  color: #fff;
  display: block;
  background: #000;
  overflow: hidden;
  line-height: 30px;
  position: relative;
  text-align: center;
  border-radius: 30px;
  text-transform: capitalize;
}

.tg-inputwithicon.tg-facebook .tg-icon,
.tg-checkbox.tg-facebook,
li.tg-facebook a {
  background: #3b5999;
}

.tg-inputwithicon.tg-twitter .tg-icon,
.tg-checkbox.tg-twitter,
li.tg-twitter a {
  background: #55acee;
}

.tg-inputwithicon.tg-linkedin .tg-icon,
.tg-checkbox.tg-linkedin,
li.tg-linkedin a {
  background: #0077B5;
}

.tg-inputwithicon.tg-skype .tg-icon,
.tg-checkbox.tg-skype,
li.tg-skype a {
  background: #00aff0;
}

.tg-checkbox.tg-dropbox,
li.tg-dropbox a {
  background: #007ee5;
}

.tg-checkbox.tg-vimeo,
li.tg-vimeo a {
  background: #1ab7ea;
}

.tg-checkbox.tg-tumblr,
li.tg-tumblr a {
  background: #34465d;
}

.tg-checkbox.tg-yahoo,
li.tg-yahoo a {
  background: #410093;
}

.tg-inputwithicon.tg-googleplus .tg-icon,
.tg-checkbox.tg-googleplus,
li.tg-googleplus a {
  background: #dd4b39;
}

.tg-inputwithicon.tg-pinterestp .tg-icon,
.tg-checkbox.tg-pinterestp,
li.tg-pinterestp a {
  background: #bd081c;
}

.tg-checkbox.tg-youtube,
li.tg-youtube a {
  background: #cd201f;
}

.tg-checkbox.tg-stumbleupon,
li.tg-stumbleupon a {
  background: #eb4924;
}

.tg-checkbox.tg-reddit,
li.tg-reddit a {
  background: #ff5700;
}

.tg-checkbox.tg-quora,
li.tg-quora a {
  background: #b92b27;
}

.tg-checkbox.tg-yelp,
li.tg-yelp a {
  background: #af0606;
}

.tg-checkbox.tg-soundcloud,
li.tg-soundcloud a {
  background: #ff3300;
}

.tg-checkbox.tg-whatsapp,
li.tg-whatsapp a {
  background: #25d366;
}

.tg-checkbox.tg-wechat,
li.tg-wechat a {
  background: #09b83e;
}

.tg-checkbox.tg-instagram,
li.tg-instagram a {
  background: #e4405f;
}

.tg-checkbox.tg-dribbble,
li.tg-dribbble a {
  background: #ea4c89;
}

.tg-checkbox.tg-flickr,
li.tg-flickr a {
  background: #ff0084;
}

.tg-checkbox.tg-rss,
li.tg-rss a {
  background: #ff6600;
}

.tg-socialicons li a i {
  color: #fff;
  width: 30px;
  display: block;
  font-size: 13px;
  line-height: 30px;
  text-align: center;
}

.tg-socialicons li a:hover {
  color: #fff;
}

.tg-roundicontext .tg-usericonholder {
  width: 150px;
  display: block;
  overflow: hidden;
  font-style: normal;
}

.tg-bgtwitter {
  margin-top: 90px;
}


/* .tg-bgtwitter{
    background: url(../images/Ceomessage.jpg) no-repeat;
    width: 100%;
    min-height: 438px; 
    padding: 3% 0;
    position: relative;
    margin-top: 8%;
} */
/* .tg-bgtwitter:before {
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 290px;
    position: absolute;
    background-image: linear-gradient(
        rgba(32, 190, 251, 0.85) 0%, 
        rgba(6, 152, 145, 0.85) 100%);
} */
.tg-twitterpost {
  width: 100%;
  float: left;
  color: #fff;
  text-align: center;
}

.tg-twitterpost i {
  display: block;
  font-size: 100px;
  margin: 0 0 20px;
  line-height: 75px;
}

.tg-followus {
  display: block;
  font-size: 20px;
  font-weight: 500;
  margin: 0 0 25px;
  line-height: 20px;
  font-family: "Poppins", sans-serif;
}

.tg-followus a {
  color: #fff;
  text-decoration: underline;
}

.tg-followus a:hover {
  color: #fff;
}

.tg-twitterpost .tg-description p {
  margin: 0;
  font-size: 24px;
  font-weight: 500;
  line-height: 30px;
  font-family: "Poppins", sans-serif;
}

.tg-twitterpost .tg-description p span {
  font-weight: bold;
  font-family: "Poppins", sans-serif;
}

.tg-foorterbar {
  width: 100%;
  float: left;
  padding: 33px 0;
  background: #444349;
}

.tg-copyrights {
  margin: 0;
  float: left;
  color: #fff;
  padding: 19px 0;
  font-size: 14px;
  line-height: 14px;
}

.tg-foorterbar .tg-socialicons {
  width: auto;
  float: right;
  padding: 11px 0;
}

.tg-foorterbar .tg-socialicons li:last-child {
  padding-right: 0;
}

.tg-foorterbar .tg-logo {
  width: 200px;
  float: none;
  margin: 0 auto;
  display: block;
}

.tg-sectionspace {
  margin: 5% 0;
}

.tg-sectionheading {
  padding: 5% 0 2% 0;
}

.tg-sectionheading h2 {
  margin: 0 0 17px;
  font-size: 24px;
  line-height: 24px;
  color: #444349;
}

.tg-sectionheading h3 {
  margin: 0;
  font-size: 40px;
  font-weight: bold;
  line-height: 40px;
  color: #04afff;
}

.tg-description p {
  margin-top: 20px;
  font-size: 16px;
  text-align: justify;
}

.ceo_social {
  text-align: center;
  margin-top: 20px;
  margin-left: 13%;
}

/*************** ceo end **************/

/************* career page *********/
.career {
  margin: 5% 0%;
}

.career_left_top h1 {
  font-size: 18px;
  color: #1e2732;
  letter-spacing: -0.2px;
  font-weight: 600;
  line-height: 1.2;
  text-transform: uppercase;
}

.career_left_top span {
  font-size: 19px;
  color: #333333;
  line-height: 27px;
  text-align: left;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: normal;
  margin-bottom: 5px;
}

.career_left_top p {
  font-size: 12px;
  color: #a7a7a7;
  line-height: 22px;
  text-align: left;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
  /* padding-top: 18px; */
}


.career_left_middle span {
  font-size: 19px;
  color: #333333;
  line-height: 27px;
  text-align: left;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: normal;
  margin-bottom: 5px;
  margin-top: 10px;
}

.career_left_middle ul li {
  font-size: 12px;
  color: #a7a7a7;
  line-height: 20px;
  text-align: left;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
  padding-top: 5px;
}

.career_left_middle ul {
  list-style: none;
  padding-left: 30px;
}

.career_left_middle ul li::before {
  /* content: "\2605"; */
  content: "\2022";
  color: #a7a7a7;
  font-weight: 900;
  display: inline-block;
  width: 1em;
  margin-left: -1em;
  font-size: 15px;
}

.job-detail-wrap {
  padding: 45px;
  background-color: #fff;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.job-detail-item {
  width: 100%;
  font-size: 18px;
  padding-top: 8px;
  padding-bottom: 8px;
  height: auto;
}

.job-detail-item .job-detail-icon {
  float: left;
  margin-right: 20px;
  color: #04afff;
  font-size: 20px;
  padding: 5px 0px 5px 0;
}

.job-detail-item h4 {
  font-size: 13px;
  font-weight: 600;
  float: left;
  margin-right: 30px;
}

.job-detail-item p {
  padding: 5px 0px 5px 0;
  font-weight: 400;
  font-size: 14px;
}

.career_right_middle {
  margin: 20px 0;
}

.top_career h2 {
  font-size: 15px;
  /* font-weight: 800; */
  color: #1e2732;
  text-transform: uppercase;
  line-height: 20px;
  text-align: center;
}

.career_right_details {
  padding: 45px;
  background-color: #fff;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.contact-form .top_career input[type=text],
input[type=email],
select,
textarea {
  width: 43%;
  padding: 0px 20px;
  border: 1px solid #ccc;
  border-radius: 0px !important;
  resize: vertical;
  margin-left: 0px;
  margin-right: 8px;
  font-size: 10px;
}

.contact-form .top_career .form_pad {
  padding: 12px 0 12px 0;
}

.contact-form .top_career .upload-file {
  margin-bottom: 18px;
  color: #aaaaaa;
  padding-left: 20px;
  margin-left: 5px;
  border: 1px dashed rgba(0, 0, 0, 0.2);
  padding-top: 10px;
  border-radius: 2px;
}

.contact-form .top_career .upload-file h4 {
  font-size: 14px;
  padding-top: 5px;
}

.contact-form .top_career input[type=submit] {
  background-color: #04afff;
  color: white;
  padding: 12px 20px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  float: right;
  width: 100%;
}

.contact-form .top_career input[type=submit]:hover {
  background-color: black;
  color: white;
}

.career_heading {
  display: block;
  text-align: center;
}


/**************** career end ************/

/**************** particle ************/

canvas {
  display: block;
  vertical-align: bottom;
}

/* ---- particles.js container ---- */
#particles-js {
  position: absolute;
  width: 100%;
  height: 94%;
  /* background-color: #b61924; */
  background-image: url("");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
  z-index: 3;

}

/* ---- stats.js ---- */
.count-particles {
  background: #000022;
  position: absolute;
  top: 48px;
  left: 0;
  width: 80px;
  color: #13e8e9;
  font-size: 0.8em;
  text-align: left;
  text-indent: 4px;
  line-height: 14px;
  padding-bottom: 2px;
  font-family: Helvetica, Arial, sans-serif;
  font-weight: bold;
}

.js-count-particles {
  font-size: 1.1em;
}

.count-particles {
  border-radius: 0 0 3px 3px;
}

/* Style by akshay */

.propertiesTable td,
.propertiesTable th {
  padding: 5px 10px;
  text-align: center;
}

.propertiesTable td {
  font-size: 32px;
}

#resultTemplateDiv {
  margin-top: 50px;
}

.contact-form1 .parsley-error {
  border: 1px solid crimson !important;
}

.parsley-errors-list.filled {
  color: crimson;
}

.career_right_details {
  /* background-image: url("../images/vsn.jpg"); */
  border-radius: 15px;
}

.contact-form .top_career input[type=text],
.contact-form .top_career input[type=email],
.contact-form .top_career select,
.contact-form .top_career textarea {
  width: 100% !important;

}

.contact-form .top_career input[type=text],
input[type=email],
select,
textarea {
  width: 50%;
  padding: 2px 6px;
  border: 1px solid #ccc;
  border-radius: 25px;
  resize: vertical;
  background: #fff;
}

.srch i {
  font-size: 20px;
  padding: 20px;
  cursor: pointer;
  color: #fff
}

.goog-te-combo {
  font-size: 8pt;
}

.contact-top {
  display: flex;
  margin-left: 130px;
}

.contact-top ul li a {
  font-size: 12px;
  letter-spacing: 0.1em;
}

#newsletterForm {
  /* margin-left: -53px; */
  text-align: left;
}

.audio_pause15 {
  border-radius: 50%;
  color: transparent;
  font-size: 0;
  height: 50px;
  opacity: 1;
  overflow: hidden;
  position: fixed;
  bottom: 120px;
  right: 22px;
  text-decoration: none;
  width: 50px;
  z-index: 9999;
  padding: 15px 19px;
}

.audio_pause15 a {
  color: #04afff;
  z-index: 9999;
  font-size: 18px;
  top: 20px;
  transition: 0.8s;
}



.form-group .fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  top: 10px;
  left: 22px;
}


.contact-form1 .form-control:focus input[type=text],
.contact-form1 .form-control:focus input[type=email] {

  color: #fff;
}



/* ---newsletter--- */

.newsl {
  padding: 60px 0px;
}

.newsl h2 {
  text-transform: uppercase;
}

.bg-nws {
  /* background-color: #17a2b8; */
  background-color: #04afff;
  /* background: #e9ecef; */
  padding: 2px 0px;
}

.bg-nws h3 {
  margin-bottom: 5px;
}

.text-white {
  color: #fff !important;
}


.form-container div,
.form-container span {
  font-family: Calibri, Candara, Segoe, 'Segoe UI', Optima, Arial, sans-serif;
}

.form-container ::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: #999;
}

.form-container :-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #999;
  opacity: 1;
}

.form-container ::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #999;
  opacity: 1;
}

.form-container :-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #999;
}

.form-container :placeholder-shown {
  /* Standard (https://drafts.csswg.org/selectors-4/#placeholder) */
  color: #999;
}

.oauth-buttons {
  text-align: center;
}

#login-form {
  min-width: 375px;
}

.login-container {
  width: 400px;
  height: 330px;
  display: inline-block;
  margin-top: -165px;
  top: 50%;
  left: 50%;
  position: absolute;
  margin-left: -200px;
}

.form-container .create-account:hover {
  opacity: .7;
}

.form-container .create-account {
  color: inherit;
  margin-top: 15px;
  display: inline-block;
  cursor: pointer;
  text-decoration: none;
}

.oauth-buttons .fa {
  cursor: pointer;
  margin-top: 10px;
  color: inherit;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  margin: 5px;
  margin-top: 15px;
}

.oauth-buttons .fa:hover {
  color: white;
}

.oauth-buttons .fa-google-plus:hover {
  background: #dd4b39;
}

.oauth-buttons .fa-facebook:hover {
  background: #8b9dc3;
}

.oauth-buttons .fa-linkedin:hover {
  background: #0077b5;
}

.oauth-buttons .fa-twitter:hover {
  background: #55acee;
}

.form-container .req-input .input-status {
  display: inline-block;
  height: 40px;
  width: 40px;
  float: left;
}

.form-container .input-status::before {
  content: " ";
  height: 20px;
  width: 20px;
  position: absolute;
  top: 10px;
  left: 10px;
  color: white;
  border-radius: 50%;
  background: white;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;

}

.form-container .input-status::after {
  content: " ";
  height: 10px;
  width: 10px;
  position: absolute;
  top: 15px;
  left: 15px;
  color: white;
  border-radius: 50%;
  background: #00BCD4;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.form-container .req-input {
  width: 100%;
  float: left;
  position: relative;
  /* background:#00BCD4; */
  background: #04afff;
  height: 40px;
  display: inline-block;
  border-radius: 0px;
  margin: 5px 0px;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.form-container div .row .invalid:hover {
  background: #EF9A9A;
}

.form-container div .row .invalid {
  background: #E57373;
}

.form-container .invalid .input-status:before {
  width: 20px;
  height: 4px;
  top: 19px;
  left: 10px;
  background: white;
  /*#F44336;*/
  border-radius: 0px;
  -ms-transform: rotate(45deg);
  /* IE 9 */
  -webkit-transform: rotate(45deg);
  /* Chrome, Safari, Opera */
  transform: rotate(45deg);
}

.form-container .invalid .input-status:after {
  width: 20px;
  height: 4px;
  background: white;
  border-radius: 0px;
  top: 19px;
  left: 10px;
  -ms-transform: rotate(-45deg);
  /* IE 9 */
  -webkit-transform: rotate(-45deg);
  /* Chrome, Safari, Opera */
  transform: rotate(-45deg);
}

.form-container div .row .valid:hover {
  background: #A5D6A7;
}

.form-container div .row .valid {
  background: #81C784;
}

.form-container .valid .input-status:after {
  border-radius: 0px;
  width: 17px;
  height: 4px;
  background: white;
  top: 16px;
  left: 15px;
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.form-container .valid .input-status:before {
  border-radius: 0px;
  width: 11px;
  height: 4px;
  background: white;
  top: 19px;
  left: 10px;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.form-container .input-container {
  padding: 0px 20px;
}

.form-container .row-input {
  padding: 0px 5px;
}

.form-container .req-input.input-password {
  margin-bottom: 0px;
}

.form-container .req-input.confirm-password {
  margin-top: 0px;
}

.form-container {
  margin: 20px;
  padding: 20px;
  border-radius: 0px;
  /* background:#B3E5FC; */
  background: #e9ecef;
  color: #00838F;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.form-container .form-title {
  font-size: 25px;
  color: inherit;
  text-align: center;
  margin-bottom: 10px;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.form-container .submit-row {
  padding: 0px 0px;
}

.form-container .btn.submit-form {
  margin-top: 15px;
  padding: 12px;
  background: #04afff;
  color: white;
  border-radius: 0px;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.form-container .btn.submit-form:focus {
  outline: 0px;
  color: white;
}

.form-container .btn.submit-form:hover {
  background: #00cde5;
  background: #1E2732;
  color: white;
}

.form-container .tooltip.top .tooltip-arrow {
  border-top-color: #00BCD4 !important;
}

.form-container .tooltip.top.tooltip-invalid .tooltip-arrow {
  border-top-color: #E57373 !important;
}

.form-container .tooltip.top.tooltip-invalid .tooltip-inner::before {
  background: #E57373;
}

.form-container .tooltip.top.tooltip-invalid .tooltip-inner {
  background: #FFEBEE !important;
  color: #E57373;
}

.form-container .tooltip.top.tooltip-valid .tooltip-arrow {
  border-top-color: #81C784 !important;
}

.form-container .tooltip.top.tooltip-valid .tooltip-inner::before {
  background: #81C784;
}

.form-container .tooltip.top.tooltip-valid .tooltip-inner {
  background: #E8F5E9 !important;
  color: #81C784;
}

.form-container .tooltip.top .tooltip-inner::before {
  content: " ";
  width: 100%;
  height: 6px;
  background: #00BCD4;
  position: absolute;
  bottom: 5px;
  right: 0px;
}

.form-container .tooltip.top .tooltip-inner {
  border: 0px solid #00BCD4;
  background: #E0F7FA !important;
  color: #00ACC1;
  font-weight: bold;
  font-size: 13px;
  border-radius: 0px;
  padding: 10px 15px;
}

.form-container .tooltip {
  max-width: 150px;
  opacity: 1 !important;
}

.form-container .message-box {
  width: 100%;
  height: auto;
}

.form-container textarea:focus,
.form-container textarea:hover {
  background: #fff;
  outline: none;
  border: 0px;
}

.form-container .req-input textarea {
  max-width: calc(100% - 50px);
  width: 100%;
  height: 80px;
  border: 0px;
  color: #777;
  padding: 10px 9px 0px 9px;
  float: left;
}

.form-container input[type=text]:focus,
.form-container input[type=password]:focus,
.form-container input[type=email]:focus,
.form-container input[type=tel]:focus,
.form-container select {
  background: #fff;
  color: #777;
  border-left: 0px;
  outline: none;
}

.form-container input[type=text]:hover,
.form-container input[type=password]:hover,
.form-container input[type=email]:hover,
.form-container input[type=tel]:hover,
. form-container select {
  background: #fff;
}

.form-container input[type=text],
.form-container input[type=password],
.form-container input[type=email],
input[type=tel],
form-container select {
  width: calc(100% - 50px);
  float: left;
  border-radius: 0px;
  border: 0px solid #ddd;
  padding: 0px 9px;
  height: 40px;
  line-height: 40px;
  color: #777;
  background: #fff;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.text_crt_ris h1 {
  text-align: left;
  text-transform: uppercase;
  color: #525558;
  font-size: 20px;
  font-weight: 900;
}
.text_crt_ris p {
    margin: 0px;
}


.text h4{
  margin-top: 20%;
  font-size: 14px;
  margin-left: 40px;
  
}


.text b{
  font-size: 16px;
}

.text strong{
  margin-top: 32%;
  font-size: 16px;
  margin-left: 40px;
  margin-top: 20%!important;
  
  
}

  .text img{
    margin-top: -18%!important;

  }

  .text-1 h4{
    margin-top: 20%;
    font-size: 12px;
    margin-left: 40px;
    
  }
  
  
  .text-1 b{
    font-size: 14px;
  }
  
  .text-1 h1{
    font-size: 15px;
    margin-left: 40px;

  
  }
  
    .text-1 img{
      margin-top: -7%!important;
      margin-left:-10%;
  
    }

    .text-3 h1{
      font-size: 15px!important;
      padding-top: 10%;
      padding-left: 70px;
    
    }
 
    
     .text-3 img{
       margin-left:-10%;
    
      }
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
        .hr1{
          left:0%;
        }
        .srch-box input[type='text'] {
          width: 200px;
          height: 89%;
          padding: 5px 10px;
          margin-left: 2px;
          border: 1px solid #04afff;
          outline: none;
        }
        .page_title.corner-title{
          margin-top: 17px;
        }
        .carousel-inner > .item > a > img, .carousel-inner > .item > img, .img-responsive, .thumbnail a > img, .thumbnail > img {
          display: block;
          max-width: 100%;
          height: auto;
          height: 500px;
        }
        .contact-form .top_career input[type=text], input[type=email], select, textarea {
          /* width: 50%; */
          height: 32px;
          /* padding: 2px 6px;
          border: 1px solid #ccc; */
          /* border-radius: 25px;
          resize: vertical;
          background: #fff; */
      }
      
     }  
  
  
