@font-face {
  font-family: "DIN Mittelschrift Std";
  src: url("../fonts/DINMittelschriftStd.eot");
  src: url("../fonts/DINMittelschriftStd.eot?#iefix")
      format("embedded-opentype"),
    url("../fonts/DINMittelschriftStd.woff") format("woff"),
    url("../fonts/DINMittelschriftStd.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "DIN-Medium";
  src: url("../fonts/DIN-Medium.eot");
  src: url("../fonts/DIN-Medium.eot?#iefix") format("embedded-opentype"),
    url("../fonts/DIN-Medium.woff") format("woff"),
    url("../fonts/DIN-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Adobe-Hebrew-Italic";
  src: url("../fonts/AdobeHebrew-Italic.eot");
  src: url("../fonts/AdobeHebrew-Italic.eot?#iefix") format("embedded-opentype"),
    url("../fonts/AdobeHebrew-Italic.woff") format("woff"),
    url("../fonts/AdobeHebrew-Italic.ttf") format("truetype");
  font-weight: normal;
  font-style: italic;
}
@font-face {
  font-family: "Montserrat-medium";
  src: url("../fonts/Montserrat-Medium.eot");
  src: url("../fonts/Montserrat-Medium.eot?#iefix") format("embedded-opentype"),
    url("../fonts/Montserrat-Medium.woff") format("woff"),
    url("../fonts/Montserrat-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Montserrat-regular";
  src: url("../fonts/Montserrat-Regular.eot");
  src: url("../fonts/Montserrat-Regular.eot?#iefix") format("embedded-opentype"),
    url("../fonts/Montserrat-Regular.woff") format("woff"),
    url("../fonts/Montserrat-Regular.ttf") format("truetype"),
    url("../fonts/Montserrat-Regular.svg#Montserrat-Regular") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Montserrat-Bold";
  src: url("../fonts/Montserrat-Bold.eot");
  src: url("../fonts/Montserrat-Bold.eot?#iefix") format("embedded-opentype"),
    url("../fonts/Montserrat-Bold.woff") format("woff"),
    url("../fonts/Montserrat-Bold.ttf") format("truetype"),
    url("../fonts/Montserrat-Bold.svg#Montserrat-Bold") format("svg");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "Microgramma-bold";
  src: url("../fonts/MicrogrammaBold.eot");
  src: url("../fonts/MicrogrammaBold.eot?#iefix") format("embedded-opentype"),
    url("../fonts/MicrogrammaBold.woff") format("woff"),
    url("../fonts/MicrogrammaBold.ttf") format("truetype"),
    url("../fonts/MicrogrammaBold.svg#MicrogrammaBold") format("svg");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "Lucida Handwriting";
  src: url("../fonts/LucidaHandwriting-Italic.eot");
  src: url("../fonts/LucidaHandwriting-Italic.eot?#iefix")
      format("embedded-opentype"),
    url("../fonts/LucidaHandwriting-Italic.woff") format("woff"),
    url("../fonts/LucidaHandwriting-Italic.ttf") format("truetype"),
    url("../fonts/LucidaHandwriting-Italic.svg#LucidaHandwriting-Italic")
      format("svg");
  font-weight: normal;
  font-style: italic;
}

p,
h1,
h2,
h3,
h4 {
  margin: 0;
}
a {
  text-decoration: none !important;
}
img {
  width: 100%;
}
/*Home page*/
body {
  background: #fff;
  overflow-x: hidden;
}

/* Aqdas edit */
.ps {
  padding: 10px 20px;
  font-family: Montserrat-medium;
  text-align: center;
  margin: 0;
}

.vbar {
  border-right: 2px solid #ed1c24;
}

#products {
  padding: 20px 50px;
}

.dropdown-menu {
  padding: 0 !important;
}

.lia {
  border-bottom: 1px solid white;
}

.pt-2 {
  padding-top: 20px;
}

.pb-2 {
  padding-bottom: 20px;
}
.pr-2 {
  padding-right: 20px;
}
.pl-2 {
  padding-left: 20px;
}
.pb-1 {
  padding-bottom: 10px;
}

.card {
  border-radius: 10px;
  overflow: hidden;
  /* text-align: ; */
  border: 1px solid gray;
}

.card-title {
  padding: 10px;
  margin: 0;
  font-weight: 600;
  text-align: center;
}

.butn {
  border: none;
  border: 1px solid #007bff;
  border-radius: 10px;
  padding: 8px 16px;
  background-color: white;
  font-weight: 600;
  transition: 300ms ease-in-out;
}
.nav-pid a {
  padding: 10px;
}

.pid-ul {
  list-style-type: none;
  border-right: 1px solid gray;
}

.pid-ul li {
  padding: 10px 0;
  /* border-bottom:1px solid red; */
  color: black;
  background-color: white;
  transition: ease-in-out;
}

.pid-ul li:hover {
  padding: 10px 0;

  color: black;
  background-color: #fcfcfc;
  transition: ease-in-out;
}

.nac {
  color: black;
  /* border-bottom:1px solid red; */
  /* width: 100%; */
  position: relative;
  font-size: 18px;
  font-weight: 400;
}
.nac::before {
  position: absolute;
  content: "";
  width: 100px;
  height: 1px;
  background-color: red;
  bottom: 0;
  left: 7px;
}
.nac:hover {
  color: black;
}
.nac:focus {
  color: black;
}
.tab-content {
  /* height:fit-content !important; */
  top: 50px !important;
}
.gall-img {
  position: relative;
}
.gall-img:hover::after {
  content: "click me";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.6);
  transition: 0.5s ease;
  z-index: 1000;
}
.imgholder {
  position: relative;
  width: 100%;
  margin-top: 15px;
  margin-bottom: 15px;
}

.image {
  display: block;
  width: 100%;
  height: auto;
}

.overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: 0.5s ease;
  background-color: rgba(0, 0, 0, 0.7);
  cursor: pointer;
}
.imgholder:hover .overlay {
  opacity: 1;
}

.text {
  color: white !important;
  font-size: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
  cursor: pointer;
}

.text:hover {
  color: white;
}

.butn:hover {
  /* animation-name: example; */
  background-color: #007bff;
  color: white;
  transition: 300ms ease-in-out;
}
.dropdown-menu > li > a {
  display: block;
  padding: 11px 20px !important;
  clear: both;
  font-weight: 400;
  line-height: 1.42857143;
  color: #333;
  white-space: nowrap;
}
.para p {
  font-size: 21px;
  font-family: Montserrat-regular;
  color: #464646;
  line-height: 25px;
  text-align: justify;
  margin-bottom: 15px;
  margin-left: 30px;
  margin-right: 10px !important;
}
.dropdown-menu > li > a:hover {
  color: #ed1c24 !important;
}
.card-text {
  padding: 10px 25px;
  margin: 0;
  text-align: justify;
}

.dropdown-menu > .active > a {
  background-color: inherit;
  color: black;
}

.dropdown-menu > .active > a:hover {
  background-color: inherit;
  color: black;
}
#top-panel {
  /* background: #f4f4f4; */
  background: #000;
  padding: 10px 0;
}
.since {
  font-size: 16px;
  color: #000;
  font-family: DIN Mittelschrift Std;
}
.offering {
  font-size: 16px;
  color: #464646;
  font-family: DIN-Medium;
  text-transform: uppercase;
}
.logo {
  width: 100%;
}
#logo {
  padding: 25px;
}
.email {
  border-right-style: dotted;
  padding: 10px;
}
.call {
  padding: 10px 0;
}
.call:before {
  content: "";
  background: url(../img/call.png) no-repeat;
  background-size: 40px;
  width: 40px;
  height: 40px;
  top: 5px;
  left: 10px;
  position: relative;
  float: left;
}
.email:before {
  content: "";
  background: url(../img/mail.png) no-repeat;
  background-size: 40px;
  width: 40px;
  height: 40px;
  position: relative;
  float: left;
  left: 0;
  top: 5px;
}
.address:before {
  content: "";
  background: url(../img/map-mark.png) no-repeat;
  background-size: 40px;
  width: 40px;
  height: 40px;
  position: absolute;
  left: 0;
  top: 30px;
}
.contact-call:before {
  content: "";
  background: url(../img/call.png) no-repeat;
  background-size: 35px;
  width: 35px;
  height: 35px;
  left: 0;
  position: absolute;
}
.contact-email:before {
  content: "";
  background: url(../img/mail.png) no-repeat;
  background-size: 35px;
  width: 40px;
  height: 35px;
  position: absolute;
  left: 0;
  bottom: 0;
}
.office {
  padding-left: 30px;
}
.contact_box {
  display: flex;
  float: right;
}
.padding-0 {
  padding: 0;
}
.banner_text_holder {
  position: absolute;
  top: 350px;
  background-color: #0000006e;
  margin-left: -78px;
  padding: 20px;
}
#banner {
  background: url(../img/banner.jpg) no-repeat center center;
  background-size: cover;
  height: 500px;
}
.banner_text {
  margin: 0;
  font-family: Adobe-Hebrew-Italic;
  font-size: 33px;
  margin-left: 64px;
  color: #fff;
}
.email h3,
.call h3 {
  /* font-family: DIN-Medium; */
  font-family: 'Montserrat-regular';
  /* font-size: 16px; */
  font-size: 15px;
  font-weight: bold;
  color: #636363;
  margin: 0;
  padding-left: 50px;
  padding-right: 10px;
  line-height: 20px;
}

#about {
  background: #fbfbfb;
  overflow-x: hidden;
  padding: 50px 0;
}
.abt_title {
  text-align: center;
  font-family: Montserrat-medium;
  font-size: 34px;
  display: block;
  width: 400px;
  margin: 0 auto;
  padding: 10px 0;
  border-bottom: 3px solid #fff;
}
/* .abt_title:before{
    content: "";
    display: block;
    position: relative;
    left: 0;
    bottom: -43px;
    width: 433px;
    left: -8px;
    margin: 0 auto;
    height: 3px;
    background: #737373;
} */

hr {
  margin-top: 0px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eee;
}

.abt_row {
  margin-top: 35px;
}
.collapse {
  padding: 0;
  display: none;
}
.glyphicon {
  cursor: pointer;
}
.abt-tab {
  padding: 15px 25px;
  font-size: 24px;
  color: #464646;
  border: 8px solid #b7b7b7;
  background: #fff;
  text-transform: uppercase;
  font-family: Montserrat-medium;
  margin-right: 15px;
}
.abt-tab:hover,
.abt-tab:focus,
.abt_tabpane .active {
  text-decoration: none;
  color: #ed1c24;
  box-shadow: 10px 10px 5px rgba(136, 136, 136, 0.2);
}
.abt_tabpane {
  padding: 20px;
}
.tab-content {
  position: relative;
  top: 60px;
  /*height: 230px;*/
}
.tab-content p {
  font-size: 20px;
  font-family: Montserrat-regular;
  color: #464646;
  text-align: justify;
}
.know {
  color: #656565;
  font-size: 18px;
  font-family: Montserrat-regular;
  background: #fff;
  padding: 10px;
  border: 3px solid #ed1c24;
  /* position: absolute; */
  bottom: 0;
  /* margin-top: 20px !important; */
  top: 25px;
  position: relative;
  left: 30px;
}
.know:hover,
.know:focus {
  color: #ed1c24;
  border: 3px solid #636363;
}
#principle h1 {
  font-family: Montserrat-Bold;
  font-size: 28px;
  text-transform: uppercase;
  color: #363636;
}
.our-red {
  color: #ed1c24;
}
#principle {
  padding: 25px 0;
}
.principle_title {
  padding: 50px 0;
}
.principle_title:after {
  content: "";
  width: 0;
  height: 100%;
  position: absolute;
  border: 15px solid #cccccc;
  top: 0;
  right: 15px;
  -webkit-clip-path: ellipse(5% 50% at 100% 50%);
  clip-path: ellipse(5% 50% at 100% 50%);
}
/* #principle {
  box-shadow: 0px -10px 10px -8px #ccc;
} */
.principle_img {
  padding: 30px 15px;
}
#spotlight {
  background: #ededed;
  padding: 60px 0;
  box-shadow: inset 0px 15px 8px -8px #ccc;
}
.spot_title {
  color: #252525;
  text-align: center;
  font-size: 50px;
  padding: 0 0 50px 0;
  font-family: Microgramma-bold;
}
.spot_title span {
  color: #ed1c24;
  font-family: Lucida Handwriting;
}
.spot_title:before,
.spot_title:after {
  background-image: url(../img/arrow.png);
  content: "";
  background-size: cover;
  width: 30px;
  display: inline-block;
  height: 35px;
  right: 20px;
  top: 3px;
  position: relative;
}
.spot_title:after {
  left: 30px;
}
.spot_title:before {
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}

#spotlight h2 {
  font-family: Microgramma-bold;
  display: block;
  position: relative;
  top: 50%;
  left: 50%;
  font-size: 26px;
  color: #464646;
  text-align: center;
  transform: translate(-50%, -50%);
}
#spotlight h2 span {
  font-family: Montserrat-Bold;
}
.contact_title {
  font-family: Montserrat-Bold;
  text-align: center;
  font-size: 34px;
  margin-bottom: 40px;
}
.contact_title span,
#contact h3 {
  color: #ed1c24;
}
#contact {
  font-family: Montserrat-regular;
  padding: 50px 0;
  padding: 40px 0px 100px 0;
  background-color: #ededed;
}
.contact-info {
  font-size: 18px;
  padding: 10px 0px 10px 30px;
}
.address {
  font-family: Montserrat-regular;
  /* margin: 10px 0; */
}
.map iframe {
  height: 300px;
  width: 100%;
}

.map2 iframe {
  height: 450px;
  width: 100%;
}
.map2 {
  padding: 20px;
}
.map {
  border: 5px solid #dfdfdf;
}
#footer {
  background: #000;
  padding: 15px;
}
.copyright {
  font-family: Montserrat-regular;
  color: #fff;
  font-size: 13px;
  line-height: 20px;
}
.down-text {
  font-size: 18px;
  font-family: Montserrat-regular;
  color: #fff;
  line-height: 25px;
  text-align: center;
  margin-bottom: 15px;
  margin-left: 30px;
}
.dow-btn {
  background-image: url(../img/button.png);
  width: 300px;
  background-size: 100%;
  height: 90px;
  background-repeat: no-repeat;
  margin-top: 36px;
  margin: auto;
  top: 100px;
  position: relative;
  padding-top: 20px;
}
.dow-btn p {
  text-align: center;
  margin-top: 0px;
  font-size: 24px;
  color: #000;
  font-weight: bold;
  font-family: Montserrat-regular;
  margin-left: 67px;
}

.navbar-default2 {
  background-color: transparent;
  border: none;
  margin: 0;
  min-height: 30px;
}
.navbar-default2 .nav2 > li > a:focus,
.navbar-default2 .nav2 > li > a:hover {
  color: #ed1c24;
  background-color: transparent;
}
.navbar-default2 .nav2 > li > a {
  color: #fff;
  font-family: Montserrat-medium;
  text-transform: uppercase;
  font-size: 14px;
  padding: 5px 15px;
}
.nav2 {
  margin: 0;
  float: none;
  padding-left: 50px;
}
.bm {
  text-align: right;
}
.bm a {
  color: #fff;
  cursor: pointer;
}
.bm a:hover {
  color: #ed1c24;
}
.spot_container {
  padding: 0 15px;
  -webkit-box-shadow: 7px 7px 5px 0px rgba(50, 50, 50, 0.4);
  -moz-box-shadow: 7px 7px 5px 0px rgba(50, 50, 50, 0.4);
  box-shadow: 7px 7px 5px 0px rgba(50, 50, 50, 0.4);
}
.navbar-main {
  background-color: #000;
  border: none;
  margin: 0 auto;
  padding: 0 15px;
  border-radius: 0;
  box-shadow: 0px 10px 8px -8px #ccc, 0px -10px 10px -10px #ccc;
  display: flex;
  justify-content: center;
  width: fit-content;
}
/* .nav {
  padding-left: 10px;
} */

.underline::after {
  content: "";
  display: block;
  width: 0;
  top: 6px;
  position: relative;
  height: 3px;
  background: #ed1c24;
  transition: width 0.3s;
}

.open a {
  color: white !important;
  background-color: black !important;
}

.underline:hover::after {
  width: 100%;
  transition: width 0.3s;
}
.navbar-main .navbar-nav > li {
  padding: 15px 30px;
}

.navbar-main .navbar-nav > li:first-child {
  padding-left: 60px;
}

.navbar-main .navbar-nav > li:last-child {
  padding-right: 60px;
}
.navbar-main .navbar-nav > li > a {
  color: #fff;
  padding: 3px 0;
  font-family: Montserrat-Bold;
  text-transform: uppercase;
  font-size: 17px;
}
/* .navbar-main .navbar-nav > li:hover {
  padding: 15px 15px 15px 15px;
} */
.navbar-main .navbar-nav > li > a:focus,
.navbar-main .navbar-nav > li > a:hover {
  color: #ed1c24;
  /* padding: 3px 0 0 0; */
  background-color: transparent;
}
.underline.active {
  background-color: inherit;
}
.navbar-main .navbar-nav .active {
  color: #ed1c24;
  /* padding: 0px 0 0 0; */
  background-color: transparent;
  border-bottom: 3px solid #ed1c24;
}
#nav {
  z-index: 999;
  position: relative;
  display: block;
  margin: 0 auto;
  top: 0px;
  height: 0;
}

.spot-white {
  height: 242px;
  position: relative;
  background: #fff;
}
.spot-white-left:after,
.spot-white-left:before {
  top: 50%;
  right: 100%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}

.spot-white-left:after {
  border-color: rgba(255, 255, 255, 0);
  border-right-color: #fff;
  border-width: 30px;
  margin-top: -30px;
}
.spot-white-left:before {
  border-color: rgba(255, 255, 255, 0);
  border-right-color: #fff;
  border-width: 36px;
  margin-top: -36px;
}
.spot-white-right:after,
.spot-white-right:before {
  top: 50%;
  left: 100%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}

.spot-white-right:after {
  border-color: rgba(255, 255, 255, 0);
  border-left-color: #fff;
  border-width: 30px;
  margin-top: -30px;
}
.spot-white-right:before {
  border-color: rgba(255, 255, 255, 0);
  border-left-color: #fff;
  border-width: 36px;
  margin-top: -36px;
  z-index: 1;
}

.spot-white-top:after,
.spot-white-top:before {
  bottom: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}

.spot-white-top:after {
  border-color: rgba(255, 255, 255, 0);
  border-bottom-color: #fff;
  border-width: 30px;
  margin-left: -30px;
}
.spot-white-top:before {
  border-color: rgba(255, 255, 255, 0);
  border-bottom-color: #fff;
  border-width: 36px;
  margin-left: -36px;
}
.cli-img {
  width: 30%;
  border-right: 3px solid #cccccc;
  padding: 0 25px 0 25px;
}
.cli-img1 {
  width: 30%;
  padding: 0 25px 0 25px;
}
.cli-img2 {
  width: 50%;
  border-right: 2px solid #000;
  padding: 0 25px 0 25px;
}

@-webkit-keyframes wobble {
  16.65% {
    -webkit-transform: translateY(8px);
    transform: translateY(8px);
  }
  33.3% {
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px);
  }
  49.95% {
    -webkit-transform: translateY(4px);
    transform: translateY(4px);
  }
  66.6% {
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
  }
  83.25% {
    -webkit-transform: translateY(1px);
    transform: translateY(1px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes wobble {
  16.65% {
    -webkit-transform: translateY(8px);
    -ms-transform: translateY(8px);
    transform: translateY(8px);
  }
  33.3% {
    -webkit-transform: translateY(-6px);
    -ms-transform: translateY(-6px);
    transform: translateY(-6px);
  }
  49.95% {
    -webkit-transform: translateY(4px);
    -ms-transform: translateY(4px);
    transform: translateY(4px);
  }
  66.6% {
    -webkit-transform: translateY(-2px);
    -ms-transform: translateY(-2px);
    transform: translateY(-2px);
  }
  83.25% {
    -webkit-transform: translateY(1px);
    -ms-transform: translateY(1px);
    transform: translateY(1px);
  }
  100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

.principle_img {
  display: inline-block;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}

.principle_img:hover {
  -webkit-animation-name: wobble;
  animation-name: wobble;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}

.spot_img {
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.spot_box:hover .spot_img_hover {
  -webkit-transform: scale(0.95);
  -moz-transform: scale(0.95);
  -ms-transform: scale(0.95);
  -o-transform: scale(0.95);
  transform: scale(0.95);
}
.spot_box:hover .spot_text_hover {
  color: #ed1c24 !important;
}

.nav2 {
  width: 720px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
}
#basicSlider {
  position: relative;
}

#basicSlider .MS-content {
  white-space: nowrap;
  overflow: hidden;
}

#basicSlider .MS-content .item {
  display: inline-block;

  position: relative;
  vertical-align: top;
  overflow: hidden;
  height: 100%;
  white-space: normal;
  line-height: 50px;
  vertical-align: middle;
}
@media (max-width: 991px) {
  #basicSlider .MS-content .item {
    width: 25%;
  }
}
@media (max-width: 767px) {
  .cli-img {
    width: 60% !important;
    border-right: 3px solid #cccccc;
    padding: 0 25px 0 25px;
  }
  #basicSlider .MS-content .item {
    width: 35%;
  }
  .mb-50 {
    margin-bottom: 0rem !important;
  }
}
@media (max-width: 500px) {
  #basicSlider .MS-content .item {
    width: 50%;
  }
}

#basicSlider .MS-content .item a {
  line-height: 50px;
  vertical-align: middle;
}

#basicSlider .MS-controls button {
  position: absolute;
}

#basicSlider .MS-controls .MS-left {
  top: 35px;
  left: 10px;
}

#basicSlider .MS-controls .MS-right {
  top: 35px;
  right: 10px;
}
#company_banner {
  background: url(../img/layer.jpg) no-repeat center center;
  background-size: cover;
  height: 250px;
}
.layer {
  background-color: rgba(0, 38, 50, 0.8);
  /* opacity: 0.8; */
  height: 250px;
}
.layer_text {
  position: relative;
  top: 65px;
  padding-top: 20px;
}
.layer_title {
  color: white;
}
.layer_title:before {
  background: #fff;
}
.con_title {
  width: 225px;
}
.con_title:before {
  width: 240px;
  background: white;
}
.contact-icon {
  padding: 10px;
  display: inline-block;
  line-height: 1;
  text-align: center;
  transition: all 0.2s ease-in-out 0s;
}

.contact-icon img {
  text-align: center;
  width: 70px;
  vertical-align: middle;
  display: inline-block;
}
.contact-form {
  position: relative;
  z-index: 3;
}
.contact-form p {
  margin-bottom: 10px;
  position: relative;
}
.contact-form label[for] {
  display: none;
}
.red,
.required {
  color: #fa5c5d;
}
.highlight2 {
  color: #ff0000;
  border-color: #ff0000;
}
form label + i + .form-control,
form label + i + .form-control {
  padding-left: 45px;
}
.fa-user:before {
  content: "\f007";
}

.contact-form input[type="text"],
.contact-form input[type="email"],
.contact-form input[type="url"],
.contact-form input[type="password"],
.contact-form input[type="search"],
.contact-form input[type="tel"],
.contact-form input[type="number"],
.contact-form input[type="date"],
.contact-form textarea,
.contact-form select,
.form-control {
  font-family: Montserrat-regular;
  height: 60px;
  background-color: transparent;
  border-radius: 3px;
  box-shadow: none;
  color: #1f232b;
  padding-right: 20px;
  padding-top: 12px;
  padding-bottom: 12px;
  font-size: 16px;
  line-height: 30px;
  font-weight: 400;
  border: 2px solid #d6d6d6;
}
.contact-form-message textarea {
  min-height: 200px;
  margin-bottom: 30px;
}
form label + i,
form label + i {
  position: absolute;
  font-size: 16px !important;
  left: 17px;
  top: 22px;
  width: 1em;
  line-height: 1;
  text-align: center;
}
.contact_submit {
  font-family: Montserrat-regular;
  font-size: 16px;
  display: Block;
  color: #ffffff;
  background-color: #ff0000;
  border: 2px solid #ff0000;
  padding: 16px 50px;
  border-radius: 3px;
  outline: 0;
  margin: 0 auto;
}
.contact_submit:hover {
  color: #ff0000;
  background-color: #fff;
}
.grey {
  font-family: Montserrat-Bold;
  color: #464646;
  text-transform: uppercase;
  margin: 5px;
}

.map2 .contact_text {
  font-family: Montserrat-regular;
  color: #464646;

  font-size: 15px;
}

.about_row p {
  font-size: 20px;
  font-family: Montserrat-regular;
  color: #464646;
  line-height: 25px;
  text-align: justify;
  margin-bottom: 15px;
}

.mission {
  position: relative;
  top: 70px;
}

.vision {
  position: relative;
  top: 30px;
}

.ceo {
  position: relative;
  top: 15px;
}

.ceo1 {
  position: relative;
  top: 7px;
}

#p3 {
  font-size: 18px;
  font-family: Montserrat-regular;
  color: #464646;
  text-align: center;
  margin-bottom: 15px;
}

.con_title1 {
  width: 47%;
}

.con_title1:before {
  width: 557px;
}

.con_title2 {
  width: 47%;
}

.con_title3 {
  width: 47%;
}

.locate {
  text-transform: uppercase;
  font-size: 25px;
  padding: 20px;
}

.con_title3 span {
  font-size: 9px;
  display: inherit;
}

.contact_btn {
  padding-bottom: 20px;
}

.con_title3:before {
  width: 552px;
  position: relative;
  bottom: -53px;
}

.con_title2:before {
  width: 552px;
}

/* .abt_title1 { */
/* text-align: center; */
/* font-family: Montserrat-medium; */
/* font-size: 34px; */
/* display: block; */
/* /* width: 410px; */
*/
    /* margin: 0 auto; */
    /* padding: 10px 0; */
    /* border-bottom: 3px solid #ed1c24; */
/* } */

/* .abt_title1:before { */
    /* content: ""; */
    /* display: block; */
    /* position: relative; */
    /* left: 0; */
    /* bottom: -53px; */
    /* width: 433px; */
    /* left: -8px; */
    /* margin: 0 auto; */
    /* height: 3px; */
    /* /* background: #737373; */ */
/* } */

/* .con_title2 span { */

    /* font-size: 9px; */
    /* display: inherit; */
    /* line-height: 8px; */
/* } */


#content {
  text-align: center;
  font-size: 27px;
  font-weight: bold;
  padding-bottom: 40px;
}

#content span {
  font-size: 18px;
  font-weight: 100;
}

.hr1 {
  margin-top: 0px;
  margin-bottom: 0px;
  border: 0;
  border-top: 3px solid #eee;
}

#company {
  padding: 40px 0 0 0;
}
.about_row h2 {
  font-family: Montserrat-medium;
  margin-bottom: 25px;
  line-height: 35px;
  text-align: left;
}
/* .about_row h2 span { */
/* font-size: 18px; */
/* display: inherit; */

/* } */

#v1 {
  font-family: Montserrat-medium;
  text-align: center;
  margin: 0;
}

.about_row2 .p1 {
  /* padding: 30px 0 0 0; */
  padding: 0;
}

.padding-0 {
  padding: 0;
}
#achievements {
  background: #ededed;
  padding: 25px 0;
}

/* .mv{} */

.about_row4 {
  background-color: #eee;
}
.company_mv {
  text-align: center;
  font-size: 30px;
  font-weight: bold;
}

.achivements {
  color: #ed1c24;
  font-family: Lucida Handwriting;
  padding: 70px 0;
  font-size: 40px;
  text-align: center;
}

.carousel-inner {
  margin: auto;
  width: 100%;
}

.carousel-control {
  width: 4%;
}

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

.glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  margin-top: -10px;
  margin-left: -10px;
  color: #ed1c24;
}

.carousel-inner a {
  display: table-cell;
  height: 150px;
  width: 200px;
  vertical-align: middle;
}
.carousel-inner img {
  max-height: 150px;
  margin: auto auto;
  max-width: 100%;
}

@media (max-width: 767px) {
  .carousel-inner a {
    height: 115px;
  }
  .carousel-inner > .item.next,
  .carousel-inner > .item.active.right {
    left: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }

  .carousel-inner > .item.prev,
  .carousel-inner > .item.active.left {
    left: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
@media (min-width: 767px) and (max-width: 992px) {
  .carousel-inner > .item.next,
  .carousel-inner > .item.active.right {
    left: 0;
    -webkit-transform: translate3d(50%, 0, 0);
    transform: translate3d(50%, 0, 0);
  }

  .carousel-inner > .item.prev,
  .carousel-inner > .item.active.left {
    left: 0;
    -webkit-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
  }
}
@media (min-width: 992px) {
  .carousel-inner > .item.next,
  .carousel-inner > .item.active.right {
    left: 0;
    -webkit-transform: translate3d(16.7%, 0, 0);
    transform: translate3d(16.7%, 0, 0);
  }

  .carousel-inner > .item.prev,
  .carousel-inner > .item.active.left {
    left: 0;
    -webkit-transform: translate3d(-16.7%, 0, 0);
    transform: translate3d(-16.7%, 0, 0);
  }
}

#partners {
  padding: 40px 0;
}
#partners h1 {
  font-family: Montserrat-medium;
  text-transform: uppercase;
  margin-bottom: 20px;
  font-size: 34px;
}
.carousel {
  position: relative;
  margin-top: 100px;
  margin-bottom: 30px;
}
.controls {
  float: right;
  position: relative;
  bottom: 50px;
  height: 0;
}
.controls i {
  width: 30px;
  height: 30px;
  padding: 6px 6px;
  border: 1px solid #252525;
}
.controls a {
  color: #ed1c24;
}
.corner {
  position: absolute;
  background: #ed1c24;
  width: 20px;
  height: 20px;
}
.TL {
  top: -10px;
  left: 5px;
}
.TR {
  top: -10px;
  right: 5px;
}
.BL {
  bottom: -10px;
  left: 5px;
}
.BR {
  bottom: -10px;
  right: 5px;
}

div.screen {
  z-index: 999;
  /* width: 100%; */
  /* height: 100%; */
  overflow: hidden;
  position: absolute;
  top: 8px;
  left: 6px;
  background: transparent;
}

div.navbar {
  background: transparent;
}

div.circle {
  border-radius: 50%;
  width: 0px;
  height: 0px;
  position: absolute;
  top: 35px;
  left: 36px;
  background: #fafafa;
  opacity: 1;
  -webkit-transition: all 300ms cubic-bezier(0, 0.995, 0.99, 1);
  -moz-transition: all 300ms cubic-bezier(0, 0.995, 0.99, 1);
  -ms-transition: all 300ms cubic-bezier(0, 0.995, 0.99, 1);
  -o-transition: all 300ms cubic-bezier(0, 0.995, 0.99, 1);
  transition: all 300ms cubic-bezier(0, 0.995, 0.99, 1);
}
div.circle.expand {
  width: 1200px;
  height: 1200px;
  top: -480px;
  left: -370px;
  -webkit-transition: all 400ms cubic-bezier(0, 0.995, 0.99, 1);
  -moz-transition: all 400ms cubic-bezier(0, 0.995, 0.99, 1);
  -ms-transition: all 400ms cubic-bezier(0, 0.995, 0.99, 1);
  -o-transition: all 400ms cubic-bezier(0, 0.995, 0.99, 1);
  transition: all 400ms cubic-bezier(0, 0.995, 0.99, 1);
}

div.menu {
  height: 568px;
  width: 480px;
  position: absolute;
  top: 0px;
  left: 0px;
}
div.menu ul li {
  list-style: none;
  position: absolute;
  top: 50px;
  left: 0;
  opacity: 0;
  width: 480px;
  text-align: center;
  font-size: 0px;
  -webkit-transition: all 70ms cubic-bezier(0, 0.995, 0.99, 1);
  -moz-transition: all 70ms cubic-bezier(0, 0.995, 0.99, 1);
  -ms-transition: all 70ms cubic-bezier(0, 0.995, 0.99, 1);
  -o-transition: all 70ms cubic-bezier(0, 0.995, 0.99, 1);
  transition: all 70ms cubic-bezier(0, 0.995, 0.99, 1);
}
div.menu ul li a {
  font-family: Montserrat-Bold;
  color: #777;
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: 3px;
  text-align: center;
}
div.menu ul li a:hover {
  background: transparent;
  color: #ed1c24;
}
div.menu li.animate {
  font-size: 16px;
  opacity: 1;
  -webkit-transition: all 150ms cubic-bezier(0, 0.995, 0.99, 1);
  -moz-transition: all 150ms cubic-bezier(0, 0.995, 0.99, 1);
  -ms-transition: all 150ms cubic-bezier(0, 0.995, 0.99, 1);
  -o-transition: all 150ms cubic-bezier(0, 0.995, 0.99, 1);
  transition: all 150ms cubic-bezier(0, 0.995, 0.99, 1);
}
div.menu li.animate:nth-of-type(1) {
  top: 60px;
  transition-delay: 0s;
}
div.menu li.animate:nth-of-type(2) {
  top: 110px;
  transition-delay: 0.03s;
}
div.menu li.animate:nth-of-type(3) {
  top: 160px;
  transition-delay: 0.06s;
}
div.menu li.animate:nth-of-type(4) {
  top: 210px;
  transition-delay: 0.09s;
}
div.menu li.animate:nth-of-type(5) {
  top: 260px;
  transition-delay: 0.12s;
}
div.menu li.animate:nth-of-type(6) {
  top: 310px;
  transition-delay: 0.15s;
}
div.menu li.animate:nth-of-type(7) {
  top: 360px;
  transition-delay: 0.15s;
}
div.menu li.animate:nth-of-type(8) {
  top: 410px;
  transition-delay: 0.15s;
}
div.menu li.animate:nth-of-type(9) {
  top: 460px;
  transition-delay: 0.15s;
}

.manager {
  position: relative;
  float: right;
}

/* } */

#menuToggle {
  display: block;
  position: relative;
  /* top: 0px; */
  top: 48px;
  left: 0px;

  z-index: 1;

  -webkit-user-select: none;
  user-select: none;
}

#menuToggle input {
  display: block;
  width: 40px;
  height: 32px;
  position: absolute;
  top: -4px;
  left: -4px;
  cursor: pointer;
  opacity: 0;
  z-index: 2;
  -webkit-touch-callout: none;
}

/*
 * Just a quick hamburger
 */
#menuToggle span {
  display: block;
  width: 25px;
  margin-top: 4px;
  height: 2px;
  margin-bottom: 5px;
  position: relative;
  background: black;
  border-radius: 3px;
  z-index: 1;
  transform-origin: 4px 0px;
  transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1),
    background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.55s ease;
}

#menuToggle span:first-child {
  transform-origin: 0% 0%;
}

#menuToggle span:nth-last-child(2) {
  transform-origin: 0% 100%;
}

/* 
 * Transform all the slices of hamburger
 * into a crossmark.
 */
#menuToggle input:checked ~ span {
  opacity: 1;
  transform: rotate(45deg) translate(-2px, -1px);
  background: #232323;
}

/*
 * But let's hide the middle one.
 */
#menuToggle input:checked ~ span:nth-last-child(3) {
  opacity: 0;
  transform: rotate(0deg) scale(0.2, 0.2);
}

/*
 * Ohyeah and the last one should go the other direction
 */
#menuToggle input:checked ~ span:nth-last-child(2) {
  transform: rotate(-45deg) translate(0, -1px);
}

/*
 * Make this absolute positioned
 * at the top left of the screen
 */
#menu {
  position: relative;
  width: 300px;
  height: 600px;
  margin: 15px 0 0 -50px;
  /* padding: 50px; */
  padding-top: 0px;
  padding-bottom: 0px;
  background: #ededed;
  list-style-type: none;
  -webkit-font-smoothing: antialiased;
  transform-origin: 0% 0%;
  transform: translate(-100%, 0);
  transition: transform 0.5s cubic-bezier(0.47, 0, 0.75, 0.72);
  text-align: center;
}

#menu li {
  padding: 10px;
  font-size: 15px;
}

#menu a {
  color: BLACK;
  text-decoration: none;
  font-weight: bold;
}

#menu a:hover {
  color: #ed1c24;
  text-decoration: none;
}

#menu a:active {
  color: #ed1c24;
  text-decoration: none;
}

/*
 * And let's slide it in from the left
 */
#menuToggle input:checked ~ ul {
  transform: none;
  margin-top: 15px;
}

@media only screen and (max-width: 1140px) {
  .navbar-main {
    padding: 0 0;
  }
  .navbar-main .navbar-nav > li {
    padding: 11px;
  }
  .navbar-main .navbar-nav > li:hover {
    padding: 12px;
  }
  .navbar-main .navbar-nav > li > a {
    font-size: 12px;
  }
  .abt-tab {
    padding: 10px 15px;
    font-size: 18px;
    border: 5px solid #b7b7b7;
    margin-right: 15px;
  }
  .tab-content p {
    font-size: 16px;
  }
  .tab-content {
    position: relative;
    top: 30px;
    height: 190px;
  }
  .know {
    font-size: 14px;
  }
  #principle h1 {
    font-size: 28px;
  }
  .spot-white {
    height: 199px;
  }
  #spotlight h2 {
    font-size: 20px;
  }
  .navbar-default2 .nav2 > li > a {
    font-size: 13px;
  }
  .bm {
    padding-top: 0;
  }

  .con_title3 {
    width: 57%;
  }

  .vision {
    position: relative;
    top: 15px;
  }

  .mission {
    position: relative;
    top: 55px;
  }

  /* .about_row2 .p2 {
    width: 208%;
} */

  .about_row #vision {
    font-size: 15px;
    font-family: Montserrat-regular;
    color: #464646;
    text-align: center;
    margin-bottom: 15px;
  }

  #img_desk {
    position: relative;
    top: 8px;
  }

  .address {
    font-family: Montserrat-regular;
    font-size: 14px;
  }

  .head {
    margin: 4px 0;
  }

  /* #menu { */
  /* position: relative; */
  /* width: 300px; */
  /* height: 600px; */
  /* margin: 15px 0 0 -50px; */
  /* /* padding: 50px; */
  /* padding-top: 0px; */
  /* padding-bottom: 0px; */
  /* background: #ededed; */
  /* list-style-type: none; */
  /* -webkit-font-smoothing: antialiased; */
  /* transform-origin: 0% 0%; */
  /* transform: translate(-100%, 0); */
  /* transition: transform 0.5s cubic-bezier(0.47, 0, 0.75, 0.72); */
  /* text-align: center; */
  /* } */

  /* #menu li { */
  /* padding: 10px; */
  /* font-size: 15px; */
  /* } */
}

@media only screen and (max-width: 1024px) and (orientation: portrait) {
  .since {
    text-align: center;
  }
  .since,
  .offering {
    font-size: 16px;
  }
  .email h3,
  .call h3 {
    font-size: 14px;
  }
  .email,
  .call {
    padding: 0;
  }
  .call:before,
  .email:before {
    top: 5px;
  }
  div.burger {
    top: 0px;
  }
  #banner {
    height: 300px;
  }
  .banner_text {
    font-size: 30px;
  }
  .banner_text_holder {
    position: absolute;
    top: 240px;
  }
  #about {
    overflow: hidden;
    padding: 20px 0;
  }
  .abt_tabpane {
    text-align: center;
    padding: 30px;
  }
  .abt-tab {
    padding: 10px 25px;
    font-size: 20px;
  }

  .tab-content p {
    text-align: justify;
    font-size: 16px;
  }
  .tab-content {
    height: 175px;
  }
  .abt_row {
    margin-top: 35px;
    margin-bottom: 35px;
  }
  .know {
    font-size: 16px;
    bottom: 0;
    left: 0;
  }
  .principle_title {
    text-align: center;
    padding: 10px 0;
  }
  .principle_title:after {
    display: none;
  }
  #spotlight {
    padding: 30px 0;
  }
  .spot_title {
    padding: 0 0 30px 0;
    font-size: 40px;
  }
  .spot-white {
    height: 152px !important;
  }

  #spotlight h2 {
    font-family: Montserrat-Bold;
    font-size: 18px;
  }
  #contact {
    padding: 30px 0;
  }
  .contact_title {
    font-size: 24px;
    margin-bottom: 30px;
  }
  .contact-info {
    font-size: 18px;
    padding: 10px 45px;
  }
  .contact-email:before,
  .contact-call:before,
  .address:before {
    left: 15px;
  }
  .copyright {
    font-size: 12px;
  }
  .bm {
    padding-top: 0;
  }
  #about img {
    width: 500px;
    display: block;
    margin: 0 auto;
  }
  .office {
    padding-left: 45px;
  }

  .layer_text {
    position: relative;
    top: 20px;
    padding-top: 45px;
  }
  .layer,
  #company_banner {
    height: 200px;
  }
  .about_row h2 {
    font-size: 20px;
    margin-bottom: 10px;
  }
  .about_row p {
    font-size: 13px;
    margin-bottom: 25px;
    line-height: 17px;
  }

  .about_row2 .p1 {
    padding: 0;
  }
  .img1 {
    position: relative;
    top: 6px;
  }

  .achivements {
    padding: 0 0 20px 0px;
  }
  #partners h1 {
    font-size: 24px;
  }
  .carousel-inner a {
    height: 90px;
  }

  .con_title3 {
    width: 71%;
    font-size: 26px;
  }

  .con_title3:before {
    width: 533px;
    position: relative;
    bottom: -43px;
  }

  .mission {
    position: relative;
    top: 45px;
  }

  /* #p3 { */
  /* font-size: 15px; */
  /* font-family: Montserrat-regular; */
  /* color: #464646; */
  /* text-align: center; */
  /* margin-bottom: 15px; */
  /* } */

  .vision {
    position: relative;
    top: 10px;
  }

  /* .about_row2 .p2 {
    width: 100%;
} */

  .map2 .contact_text {
    font-family: Montserrat-regular;
    color: #464646;
    font-size: 10px;
    text-transform: uppercase;
  }

  .locate {
    text-transform: uppercase;
    font-size: 16px;
    padding: 10px 0px;
  }

  .about_row #p3 {
    font-size: 12px;
    font-family: Montserrat-regular;
    color: #464646;
    text-align: center;
    margin-bottom: 15px;
  }

  .about_row #vision {
    font-size: 12px;
    font-family: Montserrat-regular;
    color: #464646;
    text-align: center;
    margin-bottom: 15px;
  }

  #menu {
    position: relative;
    width: 300px;
    height: 600px;
    margin: 15px 0 0 -50px;
    /* padding: 50px; */
    padding-top: 0px;
    padding-bottom: 0px;
    background: #ededed;
    list-style-type: none;
    -webkit-font-smoothing: antialiased;
    transform-origin: 0% 0%;
    transform: translate(-100%, 0);
    transition: transform 0.5s cubic-bezier(0.47, 0, 0.75, 0.72);
    text-align: center;
  }

  #menu li {
    padding: 10px;
    font-size: 15px;
  }

  .dropdown-menu > li > a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap;
    font-size: 12px;
  }

  .dropdown-menu {
    position: relative;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  }
}

@media only screen and (max-width: 767px) {
  .img1 {
    position: relative;
    top: 0;
  }
  #about img {
    width: 80%;
    display: block;
    margin: 0 auto;
  }
  #logo {
    padding: 15px 80px;
  }
  #banner {
    height: 200px;
  }
  #about {
    overflow: hidden;
    padding: 20px 0;
  }
  .abt_row {
    margin-top: 20px;
  }

  /*{ */
  /* font-family: Montserrat-medium; */
  /* margin-bottom: 25px; */
  /* line-height: 35px; */
  /* text-align: center; */
  /* } */

  .content {
    text-align: center;
  }

  .abt_title {
    font-size: 18px;
    width: 120px;
    padding: 0 0 10px 0;
  }
  .abt_title:before {
    content: "";
    display: block;
    position: relative;
    left: 0;
    bottom: -26px;
    width: 135px;
    left: -8px;
    margin: 0 auto;
    height: 3px;
    /* background: white; */
  }
  .abt-tab {
    padding: 5px 10px;
    font-size: 16px;
    color: #464646;
    border: 5px solid #b7b7b7;
    background: #fff;
    text-transform: uppercase;
    font-family: Montserrat-medium;
    margin-right: 5px;
  }
  .abt_tabpane {
    text-align: center;
    padding: 25px 0px 25px 0px;
  }

  .tab-content p {
    font-size: 14px;
    padding: 0px 20px;
    text-align: justify;
  }

  .tab-content {
    position: relative;
    top: 30px;
    height: 240px;
  }
  .know {
    font-size: 14px;
    margin-left: 15px;
    padding: 5px;
    border: 3px solid #ed1c24;
    position: relative;
    bottom: 0;
    left: 15px;
  }

  .para p {
    font-size: 18px;
    font-family: Montserrat-regular;
    color: #464646;
    line-height: 25px;
    text-align: justify;
    margin-bottom: 30px !important;
    margin-right: unset !important;
    margin-left: unset !important;
    margin-top: 20px !important;
    padding-left: 20px;
    padding-right: 20px;
  }

  .banner_text_holder {
    position: absolute;
    top: 130px;
  }
  .banner_text {
    margin: 0;
    font-family: Adobe-Hebrew-Italic;
    font-size: 16px;
  }
  .principle_title {
    padding: 0 0;
  }
  #principle h1 {
    font-size: 20px;
    text-align: center;
  }
  .principle_title:after {
    display: none;
  }
  #principle {
    padding: 20px 0;
  }
  #spotlight {
    padding: 20px 0;
  }
  .spot_title {
    font-size: 26px;
    padding: 0 0 20px 0;
  }
  .spot_title:before,
  .spot_title:after {
    background-image: url(../img/arrow.png);
    content: "";
    background-size: cover;
    width: 17px;
    display: inline-block;
    height: 20px;
    right: 10px;
    top: 3px;
    position: relative;
  }
  .spot_title:after {
    left: 10px;
  }
  #contact {
    padding: 20px 0;
  }
  .contact_title {
    font-family: Montserrat-Bold;
    text-align: center;
    font-size: 20px;
    margin-bottom: 20px;
  }
  .office {
    font-size: 18px;
    text-align: center;
    padding: 0;
  }
  .contact-info {
    font-size: 18px;
    padding: 10px 10px 10px 45px;
  }
  .address:before {
    left: 15px;
    top: 40px;
  }
  .contact-call:before {
    left: 15px;
    position: absolute;
  }
  .contact-email:before {
    left: 15px;
    bottom: 0;
  }
  .copyright,
  .bm {
    text-align: center;
    font-size: 10px;
    letter-spacing: 0.5px;
  }
  .bm {
    padding-top: 5px;
  }
  #footer {
    padding: 15px 0;
  }
  .spot-white {
    height: 248px !important;
  }
  div.screen {
    z-index: 999;
    /* width: 100%; */
    /* height: 100%; */
    overflow: hidden;
    position: absolute;
    top: 20px;
    left: 8px;
    margin-left: 0px;
    background: transparent;
  }

  .layer,
  #company_banner {
    height: 100px;
  }
  .layer_text {
    position: relative;
    top: 0;
    padding-top: 15px;
  }

  .about_row h2 {
    margin-bottom: 20px;
    margin-top: 20px;
    text-align: center;
  }
  .about_row p {
    font-size: 13px;
    margin-top: 15px;
    padding: 0px;
  }

  .p1 {
    padding: 0px 0 0px 0px;
    line-height: 25px;
  }

  #company {
    padding: 15px 0;
  }
  .achivements {
    padding: 30px 0;
    font-size: 30px;
  }
  #achievements img {
    margin-bottom: 15px;
  }
  #partners h1 {
    margin-bottom: 20px;
    font-size: 20px;
  }

  .about_row2 .p2 {
    width: 100%;
  }

  .about_row2 .p1 {
    padding: 0px 20px;
    position: relative;
    top: 15px;
    line-height: 20px;
  }

  /* .map2 { */
  /* padding: 0; */
  /* } */

  .address {
    font-size: 15px;
  }

  .con_title3 {
    width: 90%;
    font-size: 20px;
  }

  .con_title3:before {
    width: 420px;
    position: relative;
    bottom: -36px;
  }

  .con_title3 span {
    font-size: 7px;
    display: inherit;
  }

  .con_title4 {
    width: 225px;
  }

  .con_title4:before {
    width: 240px;
    background: white;
  }

  #v1 {
    font-family: Montserrat-medium;
    text-align: center;
    margin: 0;
    font-size: 25px;
  }

  .about_row #vision {
    font-size: 12px;
    font-family: Montserrat-regular;
    color: #464646;
    text-align: center;
    margin-bottom: 0px;
    padding: 0px 25px;
  }

  #img_vision {
    position: relative;
    left: 50px;
    width: 80%;
  }

  #img_desk {
    position: relative;
    left: 100px;
    width: 60%;
    top: 0px;
  }

  .manager {
    position: relative;
    float: inherit;
    width: 60%;
    left: 100px;
  }

  #menu {
    position: relative;
    width: 300px;
    height: 600px;
    margin: 25px 0 0 -50px;
    /* padding: 50px; */
    padding-top: 0px;
    padding-bottom: 0px;
    background: #ededed;
    list-style-type: none;
    -webkit-font-smoothing: antialiased;
    transform-origin: 0% 0%;
    transform: translate(-100%, 0);
    transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
    text-align: center;
  }

  #menuToggle input:checked ~ ul {
    transform: none;
    margin-top: 25px;
  }
}

@media only screen and (max-width: 380px) {
  #logo {
    padding: 15px 10px 15px 30px;
  }
  #banner {
    height: 130px;
  }
  .banner_text_holder {
    position: absolute;
    top: 130px;
    z-index: 9;
  }

  .abt-tab {
    padding: 5px 5px;
    font-size: 14px;
    color: #464646;
    border: 3px solid #b7b7b7;
    background: #fff;
    text-transform: uppercase;
    font-family: Montserrat-medium;
    margin-right: 5px;
  }
  .abt_tabpane {
    text-align: center;
    padding: 20px 0px 20px 0;
  }
  div.screen {
    z-index: 999;
    /* width: 100%; */
    /* height: 100%; */
    overflow: hidden;
    position: absolute;
    top: 16px;
    left: 8px;
    margin-left: 0px;
    background: transparent;
  }
  div.menu {
    height: 568px;
    width: 320px;
    position: absolute;
    top: 0px;
    left: 0px;
  }
  div.menu ul li {
    list-style: none;
    position: absolute;
    top: 50px;
    left: 0;
    opacity: 0;
    width: 320px;
    text-align: center;
    font-size: 0px;
    -webkit-transition: all 70ms cubic-bezier(0, 0.995, 0.99, 1);
    -moz-transition: all 70ms cubic-bezier(0, 0.995, 0.99, 1);
    -ms-transition: all 70ms cubic-bezier(0, 0.995, 0.99, 1);
    -o-transition: all 70ms cubic-bezier(0, 0.995, 0.99, 1);
    transition: all 70ms cubic-bezier(0, 0.995, 0.99, 1);
  }
  div.circle.expand {
    width: 1200px;
    height: 1200px;
    top: -560px;
    left: -565px;
    -webkit-transition: all 400ms cubic-bezier(0, 0.995, 0.99, 1);
    -moz-transition: all 400ms cubic-bezier(0, 0.995, 0.99, 1);
    -ms-transition: all 400ms cubic-bezier(0, 0.995, 0.99, 1);
    -o-transition: all 400ms cubic-bezier(0, 0.995, 0.99, 1);
    transition: all 400ms cubic-bezier(0, 0.995, 0.99, 1);
  }
  .para p {
    font-size: 18px;
    font-family: Montserrat-regular;
    color: #464646;
    line-height: 25px;
    text-align: justify;
    margin-bottom: 15px;
    /* margin-right: 30px !important;
    margin-left: 30px !important;
    margin-top: 20px !important; */
    margin-right: 30px;
    margin-left: 30px;
    margin-top: 20px;
  }
  div.burger {
    height: 30px;
    width: 40px;
    position: absolute;
    top: 5px;
    left: 20px;
    cursor: pointer;
  }
  .tab-content {
    position: relative;
    top: 30px;
    height: 280px;
  }
  .spot-white {
    height: 175px;
  }

  .contact_submit {
    font-family: Montserrat-regular;
    font-size: 10px;
    display: Block;
    color: #ffffff;
    background-color: #ff0000;
    border: 2px solid #ff0000;
    padding: 10px 20px;
    border-radius: 3px;
    outline: 0;
    margin: 0 auto;
  }

  .con_title3 {
    width: 90%;
    font-size: 16px;
  }

  .abt_title {
    text-align: center;
    font-family: Montserrat-medium;
    /* font-size: 34px; */
    display: block;
    /* width: 400px; */
    margin: 0 auto;
    padding: 10px 0;
    border-bottom: 2px solid #ed1c24;
  }

  .con_title3:before {
    width: 280px;
    position: relative;
    bottom: -27px;
  }

  .abt_title:before {
    content: "";
    display: block;
    position: relative;
    left: 0;
    bottom: -26px;
    /* width: 135px; */
    left: -8px;
    margin: 0 auto;
    height: 2px;
    /* background: white; */
  }

  .con_title3 span {
    font-size: 4px;
    display: inherit;
  }

  #img_vision {
    position: relative;
    left: 35px;
    width: 80%;
  }

  #img_desk {
    position: relative;
    left: 70px;
    width: 60%;
    top: 0px;
  }

  .manager {
    position: relative;
    float: inherit;
    width: 60%;
    left: 70px;
  }

  #menu {
    position: relative;
    width: 300px;
    height: 600px;
    margin: 25px 0 0 -50px;
    /* padding: 50px; */
    padding-top: 0px;
    padding-bottom: 0px;
    background: #ededed;
    list-style-type: none;
    -webkit-font-smoothing: antialiased;
    transform-origin: 0% 0%;
    transform: translate(-100%, 0);
    transition: transform 0.5s cubic-bezier(0.47, 0, 0.75, 0.72);
    text-align: center;
  }

  #menu li {
    padding: 10px;
    font-size: 15px;
  }

  #menuToggle input:checked ~ ul {
    transform: none;
    margin-top: 25px;
  }
}

#exTab1 .tab-content {
  color: white;
}

#exTab2 h3 {
  color: white;
  background-color: #428bca;
  padding: 5px 15px;
}

/* remove border radius for the tab */

#exTab1 .nav-pills > li > a {
  border-radius: 0;
  color: #ed1c24;
  text-align: center;
  padding: 20px 10px !important;
  font-size: 18px;
  font-family: "Montserrat-Medium";
}

/* change border radius for the tab , apply corners on top*/

#exTab3 .nav-pills > li > a {
  border-radius: 4px 4px 0 0;
}

#exTab3 .tab-content {
  color: white;
  background-color: #428bca;
  padding: 5px 15px;
}

.nav-pills > li.active > a,
.nav-pills > li.active > a:focus,
.nav-pills > li.active > a:hover {
  color: #fff !important;
  background-color: #ed1c24;
}

.foo-head {
  border: 1px solid #ed1c24;
  padding-left: 0px !important;
}

.foo-head > li {
  border-right: 2px solid #ed1c24;
  width: 162.5px;
}

.foo-head > li:last-child {
  border-right: none;
}

.nav-pills > li + li {
  margin-left: 0px !important;
}

.tab-pane {
  padding-bottom: 50px;
}

.foot-cont-pi {
  width: 4%;
}

.foot-cont-cl {
  width: 4%;
}

.foot-cont-ph {
  width: 4%;
}

.foot-cont-m {
  width: 4%;
}

.foo-nav {
  padding-inline-start: 0px;
}

.con-title {
  color: #000 !important;
  padding-bottom: 20px;
  font-family: "Montserrat-Bold";
}
.con-title-cc {
  color: #000 !important;
  padding-bottom: 20px;
  padding-top: 70px;
  font-family: "Montserrat-Bold";
}
.foo-li1 {
  padding-bottom: 10px;
}

.foo-li1 a {
  color: #000 !important;
  padding-left: 10px;
  font-size: 17px;
  font-family: "Montserrat-regular";
}

.loc-map {
  color: #ed1c24;
  background: #fff;
  border: 1px solid #ed1c24;
  width: 80%;
  font-size: 17px;
  padding: 10px;
  outline: none;
  font-family: "Montserrat-medium";
}

.loc-map:hover {
  color: #fff;
  background: #ed1c24;
}

.mummap {
  width: 80%;
}


/* UPDATE 10-11-22 */
.triangle {
  display: inline-block;
	width: 0;
	height: 0;
	border-top: 4px solid transparent;
	border-left: 8px solid #ed1c24;
	border-bottom: 4px solid transparent;
  margin-right: 10px;
}

.mx-adj{
  margin: 0 9px;
}

.color-red{
  color: #ed1c24;
}

.coming-soon{
  margin-top: 100px;
}

.coming-soon h1{
  text-align: center;
  font-size: 50px;
}

.product-table td{
  font-size: 20px;
  font-weight: bold;
}

.head-border{
  border-bottom: 3px solid #ed1c24;
}

.cert-margin-adj {
  margin-top: 75px;
}

.zoom-in-out-box {
  animation: zoom-in-zoom-out 1.5s ease-out infinite;
}

@keyframes zoom-in-zoom-out {
  0% {
    transform: scale(1, 1);
  }
  50% {
    transform: scale(1.03, 1.03);
  }
  100% {
    transform: scale(1, 1);
  }
}

.award-carousel-inner img{
  max-height: unset !important;
  height: 90vh !important;
  width: auto !important;
  border: 2px solid #ededed;
}

.award-carousel-inner .item {
  opacity: 0;
  transition: none;
  transform: translate3d(0,0,0) !important;
}

.award-carousel-inner .active {
  transition: opacity 0.1s ease-in-out;
  opacity: 1;
}

.viewl-all-btn {
  font-family: Montserrat-regular;
  display: inline-block;
  font-size: 14px;
  color: #ffffff;
  background-color: #ff0000;
  border: 2px solid #ff0000;
  padding: 10px 20px;
  border-radius: 3px;
  outline: 0;
  margin-top: 10px;
}

.viewl-all-btn:hover {
  color: #ff0000;
  background-color: #fff;
}

.contact-info a{
  color: #000;
  text-decoration: none;
}

.award-banner {
  /*height: 1300px !important;*/
  height: auto !important;
}
.award-layer {
  /*height: 1300px !important;*/
  height: auto !important;
}

.color-white{
  color: #fff !important;
}

.no-marginlr{
  margin-left: 0px !important;
  margin-right: 0px !important;
}

.banner-title{
  position: relative;
  top: 70px;
  background-color: #0000006e;
  padding: 20px;
  width: max-content;
  display: block;
  margin: 0 auto;
}

.banner-title h2{
  font-size: 26px;
  margin: 0 auto;
}

.ig_button {
  font: 200 4em/1 "Oswald", sans-serif;
  font-size: 16px !important;
  font-weight: 800;
  letter-spacing: 0;
  padding: 0.25em 0 0.325em;
  display: block;
  margin: 0 auto;
  text-shadow: 0 0 80px rgba(255, 255, 255, 0.5);
  background: url(http://abbrothers.com/img/header-sliding-img.png) repeat-y;
  -webkit-background-clip: text;
  background-clip: text;
  animation: aitf 80s linear infinite;
  transform: translate3d(0, 0, 0);
  backface-visibility: hidden;
  -webkit-text-fill-color: transparent;
  -webkit-animation: aitf 80s linear infinite;
  -webkit-transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
}

@keyframes aitf {
  0% {
    background-position: 0% 50%;
  }
  100% {
    background-position: 100% 50%;
  }
}

@-webkit-keyframes aitf {
  0% {
    background-position: 0% 50%;
  }
  100% {
    background-position: 100% 50%;
  }
}

.head-contact{
  color: #000;
}

.head-contact:hover{
  color: #ff0000;
}



@media only screen and (max-width: 767px) {
  .mobhide{
    display: none;
  }
  .cert-margin-adj {
    margin-top: 10px;
  }
  .banner_text_holder {
    margin-left: unset;
  }
  #img_desk {
    left: unset;
    width: 100%;
  }
  .manager {
    width: 100%;
    left: unset;
  }
  .home-about-img img{
    width: 80% !important;
  }
  .award-carousel-inner img{
    height: 40vh !important;
  }
  .award-layer,
  .award-banner {
    height: 80vh !important;
  }
  .carousel {
    margin-top: 50px;
    border: unset;
  }
  #products {
    padding: 20px 10px;
  }
  .banner-title {
    top: 10px;
    padding: 5px;
  }
  .banner-title h2 {
    font-size: 15px;
  }
}




.card a {
  -webkit-transition: all 150ms ease 0s;
  -moz-transition: all 150ms ease 0s;
  -o-transition: all 150ms ease 0s;
  -ms-transition: all 150ms ease 0s;
  transition: all 150ms ease 0s;
}

[data-toggle="collapse"][data-parent="#accordion"] i {
  -webkit-transition: transform 150ms ease 0s;
  -moz-transition: transform 150ms ease 0s;
  -o-transition: transform 150ms ease 0s;
  -ms-transition: all 150ms ease 0s;
  transition: transform 150ms ease 0s;
}

[data-toggle="collapse"][data-parent="#accordion"][aria-expanded="true"] i {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}


.now-ui-icons {
  display: inline-block;
  font: normal normal normal 14px/1 'Nucleo Outline';
  font-size: inherit;
  speak: none;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

@-webkit-keyframes nc-icon-spin {
  0% {
      -webkit-transform: rotate(0deg);
  }

  100% {
      -webkit-transform: rotate(360deg);
  }
}

@-moz-keyframes nc-icon-spin {
  0% {
      -moz-transform: rotate(0deg);
  }

  100% {
      -moz-transform: rotate(360deg);
  }
}

@keyframes nc-icon-spin {
  0% {
      -webkit-transform: rotate(0deg);
      -moz-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
      -o-transform: rotate(0deg);
      transform: rotate(0deg);
  }

  100% {
      -webkit-transform: rotate(360deg);
      -moz-transform: rotate(360deg);
      -ms-transform: rotate(360deg);
      -o-transform: rotate(360deg);
      transform: rotate(360deg);
  }
}

.now-ui-icons.objects_umbrella-13:before {
  content: "\ea5f";
}

.now-ui-icons.shopping_cart-simple:before {
  content: "\ea1d";
}

.now-ui-icons.shopping_shop:before {
  content: "\ea50";
}

.now-ui-icons.ui-2_settings-90:before {
  content: "\ea4b";
}

.nav-tabs {
  border: 0;
  padding: 15px 0.7rem;
}

/* .nav-tabs:not(.nav-tabs-neutral)>.nav-item>.nav-link.active {
  box-shadow: 0px 5px 35px 0px rgba(0, 0, 0, 0.3);
} */

.card .nav-tabs {
  border-top-right-radius: 0.1875rem;
  border-top-left-radius: 0.1875rem;
}

.nav-tabs>.nav-item>.nav-link {
  color: #000;
  margin: 0;
  margin-right: 5px;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 30px;
  font-size: 20px;
  padding: 11px 23px;
  line-height: 1.5;
}

.nav-tabs>.nav-item>.nav-link:hover {
  background-color: transparent;
}

.nav-tabs>.nav-item>.nav-link.active {
  background-color: #000;
  border-radius: 0px;
  color: #FFFFFF;
}

.nav-tabs>.nav-item>.nav-link i.now-ui-icons {
  font-size: 14px;
  position: relative;
  top: 1px;
  margin-right: 3px;
}

.nav-tabs.nav-tabs-neutral>.nav-item>.nav-link {
  color: #FFFFFF;
}

.nav-tabs.nav-tabs-neutral>.nav-item>.nav-link.active {
  background-color: rgba(255, 255, 255, 0.2);
  color: #FFFFFF;
}

.card {
  margin: 30px;
}
.card-boxx {
  border-radius: unset !important;
  overflow: hidden;
  border: unset !important;
}

.card-header {
  background-color: transparent;
  border-bottom: 0;
  background-color: transparent;
  border-radius: 0;
  padding: 0;
}

.card[data-background-color="orange"] {
  background-color: #f96332;
}

.card[data-background-color="red"] {
  background-color: #FF3636;
}

.card[data-background-color="yellow"] {
  background-color: #FFB236;
}

.card[data-background-color="blue"] {
  background-color: #2CA8FF;
}

.card[data-background-color="green"] {
  background-color: #15b60d;
}

[data-background-color="orange"] {
  background-color: #e95e38;
}

[data-background-color="black"] {
  background-color: #2c2c2c;
}

[data-background-color]:not([data-background-color="gray"]) {
  color: #FFFFFF;
}

[data-background-color]:not([data-background-color="gray"]) p {
  color: #FFFFFF;
}

[data-background-color]:not([data-background-color="gray"]) a:not(.btn):not(.dropdown-item) {
  color: #FFFFFF;
}

[data-background-color]:not([data-background-color="gray"]) .nav-tabs>.nav-item>.nav-link i.now-ui-icons {
  color: #FFFFFF;
}


@font-face {
font-family: 'Nucleo Outline';
src: url("https://github.com/creativetimofficial/now-ui-kit/blob/master/assets/fonts/nucleo-outline.eot");
src: url("https://github.com/creativetimofficial/now-ui-kit/blob/master/assets/fonts/nucleo-outline.eot") format("embedded-opentype");
src: url("https://raw.githack.com/creativetimofficial/now-ui-kit/master/assets/fonts/nucleo-outline.woff2");
font-weight: normal;
font-style: normal;
      
}

.now-ui-icons {
display: inline-block;
font: normal normal normal 14px/1 'Nucleo Outline';
font-size: inherit;
text-transform: none;
/* Better Font Rendering */
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}

.ul-div {
  text-align: center; 
}

.ul-div ul {
  display: inline-block;
  margin: 0;
  padding: 0;
  *display: inline;
}

.mb-50 {
  margin-bottom: 50rem;
}

.linkedin-img{
    text-align: center;
    width: 32px !important;
    margin-top: 22px;
    vertical-align: middle;
    display: inline-block;
}

.text-center {
    text-align: center;
}

.margin-0 {
    margin: 0;
}

.g-recaptcha {
    display: flex;
    justify-content: center;
    margin-bottom: 25px;
}






/* SHEELA CSS START */

.modal{
   position: fixed;
   top: 50%;
   left: 50%;
   transform: translate(-50%, -50%) scale(0);
   transition: 0.6s ease-in-out;
   border: 1px solid black;
   z-index: 10;
   background-color: #fff;
   width: 85%;
   bottom:unset;
   overflow:unset;
}
.modal.active{
   transform: translate(-50%, -50%) scale(1);
   display: block;
       z-index: 1001;
}
.close-button{
   bottom: 94%;
   width: auto;
   position: absolute;
   left: 98%;
   color: #666;
   padding: 0px 12px !important;
   font-size: 28px;
   background-color: #dedbdb !important;
   border-radius: 25px;
   z-index:1;
}

.modal-header .title{
   font-size: 1.25rem;
   font-weight: bold;
}

.modal-header button{
   cursor: pointer;
   border:none;
   outline: none;
   font-weight: bold;
}

#overlay{
   position: fixed;
   opacity: 0;
   transition: 0.6s ease-in-out;
   top: 0;
   left: 0;
   right: 0;
   bottom: 0;
   background-color: rgba(0, 0, 0,.5);
   pointer-events: none;
}
#overlay.active{
   opacity: 1;
   pointer-events: all;
       z-index: 1000;
}
.mod{
   width: 100%;
}
.modal-header{
    padding:0;
    border-bottom:unset;
}
.modal-body{
    padding:0;
}
.desktophide{
    display:none !important;
}
@media only screen and (max-width: 600px) {
  .mobilehide{
      display:none !important;
  }
  .desktophide{
    display:block !important;
}
.close-button{
        bottom: 90%;
        left: 92%;
        padding: 0px 12px !important;
}
}

/* SHEELA CSS END */