/*general css used all over the website*/
.font {
  font-family: Helvetica;
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #ffffff;
}
/* Background Image */
.bg-img {
  background-size: cover !important;
  background-position: center !important;
}
.bg-img img:first-of-type {
  display: none;
}
.about-us-logo>img {
  width: 100%;
  height: 100%;
  display: block !important;
}
/* HEADER CSS */
.icon-bar {
  background: #ffffff !important;
}
.navbar {
  position: absolute !important;
  z-index: 9999;
  right: 0;
  margin-top: 60px;
}
.navbar-toggle {
  background-color: #dcc17e !important;
}
.nav>li {
  padding: 0 !important;
  padding-right: 30px !important;
}
.nav>li>a {
  /*transition: ease-in 0.2s;*/
  padding: 0 !important;
  font-family: Helvetica;
  font-size: 1vw;
  font-weight: normal;
  font-style: normal;
  outline: 0;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #ffffff;
  background-color: transparent !important;
}
.home-anchors .right-anchors a
{
  margin-right: 10px;
}
.nav>li>a:hover {
  text-decoration: none;
  border-bottom: 1px solid #ffc81a;
}
.current_page_item a {
  border-bottom: 1px solid #ffc81a !important;
}
/* end of header css */
/* body css all over the pages */
.page-template-home {
  margin: 0 !important;
  position: relative !important;
  background-color:  rgb(22,29,60) !important;
}
.page-template-careers {
  margin: 0 !important;
  position: relative !important;
  background-color: #00004c !important;
}
@media (max-width: 767px) {
  .page-template-products {
    margin: 0 !important;
    position: relative !important;
    background-color: #0c1737 !important;
  }
}
.page-template-offices {
  margin: 0 !important;
  position: relative !important;
  background-color: #0c1737 !important;
}
.page-template-contactus {
  margin: 0 !important;
  position: relative !important;
  background-color: #0c1737 !important;
}
.home {
  margin: 0 !important;
  position: relative !important;
  background-color: #0c1737 !important;
}
.bottons
{
    height: 90px;
    text-align: center;
}
.buttonProducts
{
  width:40px !important;
  height:40px !important;
  background: transparent;
  color: darkgray;
  margin-left: 20px;
}
.active-botton{
  color: #dcc17e;
}
.page-template-about {
  margin: 0 !important;
  position: relative !important;
  background-color: #2d4072 !important;
}
/*end of body css all over the pages */
/* homepage css */
/*logo*/
.home-anchors {
  position: absolute;
  top: 450px;
  width: 100%;
  z-index: 9867;
}
.home-anchors>li {
  display: block;
}
.home-anchors>li span:hover {
  border-bottom: 0.5px solid #dbbf7d;
  text-decoration: none;
}
#topright1para #butleft1para {
  scroll-behavior: smooth;
}
#topright1para:target #butleft1para:target {
  scroll-behavior: smooth;
}
.home-anchors>li>a {
  scroll-behavior: smooth;
  margin-left: 2px;
  width: 8px;
  height: 6px;
  font-family: Helvetica;
  font-size: 11px;
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #dbbf7d;
}
.home-anchors>li>div {
  display: inline-block;
  width: 5px;
  height: 5px;
  -webkit-border-radius: 2.5px;
  -moz-border-radius: 2.5px;
  border-radius: 2.5px;
  color: #dbbf7d;
  background-color: #dbbf7d;
}
.home-logo {
  position: absolute;
  max-width: 68px !important;
  top: 45px;
  z-index: 999;
}
/*slider css*/
.main-slider-div {
  position: relative;
  background-color: #0c1737 !important;
  width: 100% !important;
  height: 550px;
}
.products-main-slider-div {
  position: relative;
  background-color: #2d4072 !important;
  width: 100% !important;
  height: 550px;
}
.home-slider {
  position: absolute !important;
  background-color: #0c1737 !important;
  width: 100% !important;
}
.logo-slide {
  position: relative !important;
  text-align: center !important;
  top: 160px;
}
.home-slide {
  position: relative !important;
  text-align: center !important;
  height: 550px;
}
.home-slide .image-slide {
  height: 550px;
  text-align: left;
}
.home-slide .image-slide::after
{
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.5);
}
.logo-slide>p {
  margin-top: 30px;
  font-family: Helvetica;
  font-size: 20px;
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #ffffff;
  width: 100%;
  text-align: center;
  position: relative;
  justify-content: center;
}
.logo-slide-img {
  display: inline-block !important;
  width: 33.4% !important;
}
/*content*/
.home-content {
  display: block;
  position: relative;
  background-color: #2d4072;
  width: 100%;
  height: 1680px;
}
.who-we-are {
  position: absolute;
  top: 90%;
  left: -70px;
  width: 200%;
  background: none;
  -webkit-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  -o-transform-origin: 0 0;
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
}
.steel-div {
  position: absolute;
  right: -90px;
  top: 20%;
  background: none;
  -webkit-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  -o-transform-origin: 0 0;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
}
.steel {
  position: absolute;
  background: none;
}
/*top part of home content*/
.offices-words {
  width: 60%;
  display: inline-block;
  left: 10%;
  position: relative;
  top: 50px;
}
.offices-photo {
    position: relative;
    right: 0;
    display: inline-block;
    width: 44%;
    margin-left: -5%;
}
.home-content-top {
  display: block;
  position: relative;
  width: 100%;
  min-height: 840px;
}
.first-square {
  width: 140px;
  height: 140px;
  border: 3px solid #dcc17e;
  position: absolute;
  top: 90%;
  right: 20%;
}
#list-products
{
  width: 45%;
  margin: auto;
  display: block;
}
.list-products-type
{
  text-transform: uppercase;
  font-family: Helvetica;
  font-size: 30px;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #152244;
}
.list-products-header
{
  font-family: Helvetica;
  font-size: 31px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #000000;
  display: inline-block;
  margin-bottom: 15px;
}
.angle-down {
    width: 50px !important;
    height: 55px !important;
    background: transparent;
    color: darkgray;
    padding-top: 16px;
    margin-left: 20px;
    font-size: 90px;
}
.left {
  width: 50%;
  display: inline-block;
  height: 100%;
  left: 0;
  top: 0;
  position: absolute;
}
.home-content-top>.rightback {
  position: absolute;
  display: block;
  width: 50%;
  right: 0;
  top: 0;
  float: right;
  height: 100%;
  background-color: white;
}
.home-content-top>.right {
  width: 62%;
  background-color: white;
  display: block;
  min-height: 85%;
  position: absolute;
  right: 0;
  top: 0;
  box-shadow: 0px 3px 1px #e8e8e8;
}
.who-we-are {
  font-family: Helvetica;
  font-size: 80px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #ffffff;
}
.ologo {
  position: absolute;
  width: 150px;
  top: -16%;
  right: 35%;
}
.ologo>img {
  width: 100%;
}
.home-content-bottom {
  display: inline-block;
  position: relative;
  width: 100%;
  min-height: 840px;
}
.second-square {
  width: 100px;
  height: 20%;
  border: 3px solid #dcc17e;
  position: absolute;
  top: 90%;
  left: -7%;
}
.home-content-bottom>.right {
  width: 50%;
  display: inline-block;
  height: 100%;
  position: absolute;
  right: 0;
}
.home-content-bottom>.leftback {
  width: 50%;
  display: inline-block;
  height: 100%;
  left: 0;
  background-color: white;
  position: absolute;
}
.home-content-bottom>.left {
  width: 58%;
  background-color: white;
  display: block;
  height: 60%;
  position: absolute;
  margin: auto;
  margin-left: 10%;
  top: 150px;
  box-shadow: -1px 3px 1px #e8e8e8;
}
.steel {
  font-family: Helvetica;
  font-size: 100px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #ffffff;
}
/*end of homepage css*/
/*about-us css*/
.about-us-logo1 {
  top: 35px;
  position: relative;
  z-index: 99 !important;
  height: 550px;
  width: 100%;
}
.about-us-logo {
  position: relative;
  left: 12%;
  z-index: 99 !important;
  height: 550px;
  width: 68%;
  background: none !important;
}
.logo2 {
  position: relative;
  width: 100%;
  display: block;
   background-color: rgb(22,29,60);;
}
.negarab {
  margin-top: 270px;
  margin-bottom: 100px;
  width: 100%;
  display: inline-block;
  text-align: center;
}
.aboutt {
  width: 30%;
  position: relative;
  margin: auto;
  display: block;
  margin-left: 32%;
  text-align: -webkit-center;
}
#about {
  display: block;
  font-family: Helvetica;
  font-size: 7vw;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: 70%;
  letter-spacing: normal;
  color: #ffffff;
  margin: 0;
}
.para {
  position: relative;
  left: 26.5%;
  width: 42%;
  display: block;
}
#paraa {
  padding-top: 12%;
  padding-left: 12%;
  padding-right: 20%;
  padding-bottom: 15%;
  position: relative;
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.5;
  letter-spacing: normal;
  text-align: left;
  color: #676666;
  background-color: white;
}
/*end of page about us css*/
/*offices page css */
.offices-logo {
  top: 55px;
  left: 10%;
  width: 13%;
  position: relative;
  margin: 0 !important;
  z-index: 99;
}
.comet--main--logo {
  top: 50px;
  left: 120px;
  position: absolute;
  margin: 0 !important;
  z-index: 9999;
}
.comet--main--logo img{
  max-width: 183px;
}
.products-text {
  position: relative;
  height: 150px;
  background-color: rgb(22,29,60);
}
.products-text-div {
  width: 60%;
  margin-left: 20%;
  top: -76px;
  position: relative;
}
.products-text-div>p {
  font-family: Helvetica;
  font-size: 112px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: 70%;
  letter-spacing: normal;
  text-align: center;
  color: #ffffff;
  margin: 0;
}
.scroll-down-smooth1
{
  position: absolute;
    right: 0;
    display: block;
}
.products-content {
  min-height: 900px;
  background-color: white;
  padding-bottom: 150px;
}
.products-logo>img {
  width: 100%;
}
.offices-logo>img {
  width: 100%;
}
.offices-content {
  display: block;
  position: relative;
  margin: 0 !important;
padding-bottom: 200px;
}
.offices-header{
  position: relative;
}
.offices-header>h1 {
  font-family: Helvetica;
  font-size: 60px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #ffffff;
}
.offices-paragraph {
  width: 60%;
  margin-top: 50px;
  margin-left: 10px;
}
.offices-paragraph>p {
  line-height: 25px;
}
#addresses {
  width: 50%;
  left: 10%;
  position: relative;
  top: 70px;
}
#addresses>div>h5 {
  font-size: 13px;
  color: rgb(200,203,211);
}
#addresses>div>p {
  font-size: 11px;
  font-weight: lighter;
  width: 50%;
  color: rgb(200,203,211);
}
.offices-locations {
  width: 100%;
  margin-top: 50px;
  margin-left: 10px;
}
.offices-locations>.col-md-6 {
  padding: 0;
  margin: 0;
}
.offices-locations>.col-md-6>h5 {
  font-size: 14px;
  margin-bottom: 20px;
}
.offices-locations>.col-md-6>p {
  width: 60%;
  font-size: 12px;
}
.offices-photo {
  background: none !important;
  margin-top: -25px;
  top: 230px;
}
.offices-photo>img {
  display: block !important;
  width: 100%;
  height: 100%;
}
/*footer css*/
.footer-container {
  position: relative;
  width: 100%;
  display: block;
  background-image: url('../images/assets/footer.png');
  min-height: 385px;
  background-size: cover;
}
.colored-logo {
  width: 55px;
  text-align: center;
  top: -25px;
  margin: auto;
  display: block;
  position: relative;
}
.written-logo {
  width: 155px;
  margin: auto !important;
  text-align: center;
  top: 30px;
  height: 50px;
  position: relative;
  display: block;
}
.info-container {
  top: 100px;
  position: relative;
  display: block;
  text-align: center;
}
.info-container>.headers {
  position: relative;
  text-align: center;
  display: block;
  width: 30%;
  height: 30px;
  margin: auto;
}
.info-container>.headers::after
{
  content: '';
 position: absolute;
 display: inline-block;
 height: 30px;
 width: 90%;
 left: 9%;
 margin-top: 5px;
  border-bottom: 2px solid #ffffff !important;
}
.info-container>.headers>p {
  font-family: Helvetica;
  font-size: 12px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #ffffff;
}
.general-info {
  display: inline-block;
  width: 30%;
  position: relative;
  padding-top: 12px;
}
.general-info>div {
  padding: 0;
}
.footer-font {
  margin-top: 4px;
  margin-bottom: 4px;
  color: #ffffff;
  font-family: Helvetica;
  font-size: 12px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  display: block;
  background: none;
  border: none;
  text-align: center;
  padding: 0;
  text-decoration: none !important;
}
.colored-logo>img, .written-logo>img {
  width: 100%;
}
.leftinfo {
  text-align: left !important;
}
.rightinfo {
  text-align: center !important;
}
/*end of footer css */
.home1 {
  position: relative;
  background-color: #0c1737;
}
.aboutustop {
  width: inherit;
  background-color: #2d4072;
}
.logo3 {
  position: absolute;
  width: 100%;
  top: 860px;
  background-color: #708090;
  height: 400px;
}
.logo {
  margin-left: 10%;
  margin-right: 20%;
  display: inline-block;
  position: relative;
}
.logo4 {
  width: 100%;
  text-align: center;
  top: 835px;
  height: 75px;
  display: inline-block;
  position: absolute;
}
.logo41 {
  width: 100%;
  top: 35px;
  height: 75px;
  display: inline-block;
  position: absolute;
}
.logo9 {
  width: 100%;
  text-align: center;
  top: 960px;
  height: 50px;
  display: inline-block;
  position: absolute;
}
.footer-o {
  top: 1070px;
  position: absolute;
  width: 100%;
  display: block;
  text-align: center;
}
.oo {
  position: relative;
  display: block;
}
a {
  text-decoration: none;
}
.logo1 {
  margin-top: 49px;
  width: 100%;
  height: inherit;
  display: inline-block;
}
.logo14 {
  width: 100%;
}
.logo141 {
  height: inherit;
  display: inline-block;
  width: 50px;
}
.logo19 {
  width: 100%;
}
#topright1para {
  width: 80%;
  margin-left: 10%;
  margin-right: 10%;
  margin-top: 10%;
  display: block;
  border-top: 0;
  border-bottom: 2px solid #dcc17e;
}
.product-grid
{
  height: 200px !important;
  display:inline-block;
  width: 28%;
  margin: 0.25% 0.25%;
}
.product-list
{
  height: 300px !important;
  display:inline-block;
  width: 99%;
  margin: 0.5% 0.5%;
margin-bottom: 50px;
}
.row-grid
{
  width: 90%;
  margin: 0 auto;
  text-align: center;
}
#topright1para1 {
  width: 80%;
  display: block;
  margin-left: 10%;
  margin-right: 10%;
  margin-top: 4%;
}
#topright1para2 {
  width: 80%;
  height: 60%;
  display: block;
  margin-left: 10%;
  margin-right: 10%;
  margin-top: 4%;
  margin-bottom: 8%;
}
#topright1para13 {
  width: 40%;
  display: inline-block;
  margin-right: 9%;
  margin-top: 4%;
  text-align: left;
}
.circle:after {
  content: ' \25CF';
  font-size: 30px;
  vertical-align: sub;
}
.circle:hover
{
  color: rgba(219, 191, 125,0.5);
}
#topright1para14 {
  width: 40%;
  display: inline-block;
  margin-right: 10%;
  margin-top: 4%;
  text-align: left;
  vertical-align: top;
}
#para1 {
  width: 100%;
  font-family: Helvetica;
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  letter-spacing: normal;
  text-align: left;
  color: black;
  line-height: 1.5;
}
#about-img {
  display: block;
}
#about-img1 {
  display: none !important;
}
.para21 {
  width: 100%;
  font-family: Helvetica;
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #676666;
  line-height: 1.5;
}
#butleft1para {
  position: relative;
  width: 80%;
  margin-left: 10%;
  margin-right: 10%;
  display: block;
  border: none;
  border-bottom: 2px solid #dcc17e;
  margin-top: 110px;
}
#butleft1para1 {
  width: 80%;
  display: block;
  margin-left: 10%;
  margin-right: 10%;
  height: 20%;
  margin-top: 4%;
}
#butleft1para13 {
  width: 80%;
  height: 60%;
  display: block;
  margin-left: 10%;
  margin-right: 10%;
  margin-top: 4%;
  text-align: left;
}
#butleft1para14 {
  width: 80%;
  height: 60%;
  display: block;
  margin-left: 10%;
  margin-right: 10%;
  margin-top: 4%;
  text-align: left;
}
#butpara1 {
  width: 100%;
  font-family: Helvetica;
  font-size: 15px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #676666;
}
.butpara21 {
  width: 100%;
      font-family: Helvetica;
      font-size: 14px;
      font-weight: normal;
      font-style: normal;
      font-stretch: normal;
      line-height: normal;
      letter-spacing: normal;
      text-align: left;
      color: #676666;
      line-height: 1.5;
}
.no {
  display: none;
}
.logo11x {
  position: absolute;
  top: 1134px;
  width: 100%;
  margin-left: 80%;
  margin-top: 7%;
}
.logo111x {
  height: 10%;
  display: inline-block !important;
  width: 10%;
}
.logo11xx {
  position: absolute;
  top: 1934px;
  width: 100%;
  margin-left: 6.5%;
  margin-top: 8%;
}
.logo111xx {
  height: 7%;
  display: inline-block !important;
  width: 7%;
}
.logo11xxx {
  position: absolute;
  top: 1405px;
  width: 100%;
  margin-left: 36%;
  margin-top: 8%;
}
.logo111xxx {
  height: 12%;
  display: inline-block !important;
  width: 12%;
}
.offices {
  width: 100%;
  height: 774px;
  top: 0;
  position: absolute;
  background-color: #0c1737;
}
.offices1 {
  top: 150px;
  width: 80%;
  margin-left: 12%;
  margin-right: 7%;
  height: 474px;
  position: absolute;
}
:target
{
  border: none;
}
.earth {
  height: 464px;
  display: inline-block;
}
#gamed {
  width: 100%;
  font-size: 5.3vw;
  margin-top: 10px;
  color: white;
}
#gamedd {
  margin-top: 10%;
  width: 70%;
  font-family: Helvetica;
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #ffffff;
}
.parak {
  height: 464px;
  display: inline-block;
}
.po {
  margin-bottom: 8%;
}
#grid-products
{
  display: none ;
}
.logo9xx {
  width: 100%;
  top: 50px;
  left: 95px;
  height: 70px;
  display: inline-block;
  position: absolute;
}
.logo19x {
  width: 100%;
}
.fox {
  top: 772px;
  position: absolute;
  width: 100%;
  display: block;
  background-color: #2a3044;
  height: 400px;
}
/*First background css*/
.first-background {
  position: relative;
  height: 400px;
  background-color:#0c1737 !important;
}
/*Second background css*/
.second-background {
  position: relative;
  height: 1227px;
  background-color: white;
}
/*Css of The div of the left logo in the top of the page*/
.logoImg {
  position: absolute;
  width: 17%;
  top: 45px;
}
/*Css of the the logo*/
.logoImgcss {
  max-width: 68px !important;
}
/*Css of the services text itself*/
#servicesP {
  width: 100%;
  font-family: Helvetica;
  font-size: 88px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #ffffff;
}
/*Css of the bullet number one*/
.dot1 {
  position: absolute;
  background: black;
  width: 2.5%;
  height: 15px;
  border-radius: 52%;
  right: -1px;
  margin-top: 2%;
  margin-right: 5.5%;
}
/*Css of the bullet number two*/
.dot2 {
  position: absolute;
  background: black;
  width: 2.5%;
  height: 15px;
  border-radius: 52%;
  right: -1px;
  margin-top: 6%;
  margin-right: 5.5%;
}
/*Css of the finnance text*/
#financeTxt {
  position: absolute;
  font-family: Helvetica;
  font-size: 12px;
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #192249;
  right: 10%;
  margin-top: 2%;
}
/*Css of the logistics text*/
#logisticsTxt {
  position: absolute;
  font-family: Helvetica;
  font-size: 12px;
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #192249;
  right: 9.5%;
  margin-top: 6%;
}
/*Css of the div of scroll image*/
/*Css of the the scroll image itself*/
.scrollImgcss {
  width: 29%;
  height: 38px;
}
/*Css of the scroll text*/
/*Css of the divs of row one*/
.div-raw1 {
  height: 100px;
}
.second-raw2 {
  height: 600px;
}
.divTxt1 {
  border: 2px solid whitesmoke;
  margin-left: 9.5%;
  margin-top: 6%;
  width: 82%;
  height: 401px;
}
#divpTxt1 {
  padding-left: 15%;
  padding-right: 35%;
  padding-top: 15%;
  line-height: 25px;
  font-family: Helvetica;
  font-size: 13px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  letter-spacing: normal;
  text-align: left;
  color: #676666;
}
/*Css of the divs of row number 2*/
.divPImgcss1 {
  width: 20%;
  margin-left: 33%;
  margin-top: 1%;
}
.divTxt2 {
  border: 2px solid whitesmoke;
  margin-left: 10%;
  margin-top: 6%;
  width: 37%;
  height: 362px;
  position: relative;
  z-index: 1;
  background-color: white;
}
.divPImgcss2 {
  position: absolute;
  margin-left: 37%;
  margin-top: -35%;
}
#divpTxt2 {
  padding-left: 15%;
  padding-right: 35%;
  padding-top: 15%;
  line-height: 25px;
  font-family: Helvetica;
  font-size: 13px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  letter-spacing: normal;
  text-align: left;
  color: #676666;
}
/*Css of the divs of row number 3*/
.divPImgcss3 {
  width: 25%;
  margin-left: -16%;
  margin-top: -8%;
}
.firstBg2 {
  background-color: #00004d;
  height: 1170px;
}
.careerImgcss {
  width: 100%;
  margin: 25%;
}
#contactusPtext {
  font-size: 50px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #ffffff;
  margin: 0 auto;
}
.contactusText-raw3 {
  padding-top: 150px;
}
.textboxClass {
  height: 45px;
  float: none !important;
  font-size: 18px;
  padding-left: 10px;
}
.subjectDiv {
  position: relative;
  text-align: center;
}
.subjectField {
  height: 70px;
}
.fnDiv {
  position: relative;
  text-align: center;
}
.fnField {
  height: 70px;
}
.emailDiv {
  position: relative;
  text-align: center;
}
.emailField {
  height: 70px;
}
.typehereDiv {
  position: relative;
  text-align: center;
  height: 210px;
}
.textboxClass2 {
  height: 165px;
  width: 50%;
  font-size: 18px;
  padding-left: 10px;
  padding-bottom: 120px;
  float: none !important;
}
.text1, .text2, .btn, .text3, .text4 {
  float: none;
}
.blockText1 {
  position: relative;
  display: inline;
  width: 15%;
  height: 100px;
  left: 77%;
}
.blockText2 {
  position: relative;
  display: inline;
  width: 15%;
  height: 100px;
  left: 26%;
}
#p1 {
  font-family: Helvetica;
  font-size: 12px;
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #ffffff;
}
.sendDiv {
  border: 3px solid #dbbf7d;
  width: 39%;
  height: 57px;
  left: 0.1%;
}
#p5 {
  font-family: Helvetica;
  font-size: 22px;
  font-style: normal;
  font-stretch: normal;
  font-weight: normal;
  line-height: 18px;
  letter-spacing: 7px;
  text-align: center;
  color: #dbbf7d;
  padding-top: 16px;
}
.textRaw {
  height: 100px;
}
.blockText3 {
  position: relative;
  display: inline;
  width: 15%;
  height: 100px;
  left: 50%;
}
.blockText4 {
  position: relative;
  display: inline;
  width: 15%;
  height: 100px;
  left: -23%;
}
.first-bg {
  position: relative;
  background-color: #2d4072;
  height: 400px;
}
.btnblocks {
  margin-left: 70%;
}
.buttonImgcss {
  width: 17%;
  border: 2px solid white;
}
.scrollImagecss {
  width: 12%;
  margin-left: 63%;
  margin-top: -3%;
}
#scrollTxt2 {
  font-family: Helvetica;
  font-size: 12px;
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #ffffff;
  margin-left: 60.5%;
  margin-top: 2%;
}
.second-bg {
  height: 200px;
  background-color: #00004d;
}
#productsTxt {
  font-family: Helvetica;
  font-size: 9vw;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #ffffff;
  margin-left: 26%;
  margin-top: 8%;
}
.btnblocks2 {
  width: 25%;
  margin-left: 45%;
  margin-top: 5%;
}
.buttonImgcss2 {
  width: 17%;
  border: 2px solid black;
}
.btnRaw {
  height: 200px;
}
.gridRaw {
  height: 265px
}
.tempelateImgcss {
  width: 98%;
  height: 248px;
}
.gridRaw2 {
  height: 265px
}
.gridRaw3 {
  height: 265px
}
.gridRaw4 {
  height: 265px
}
.third-bg {
  height: 1450px;
}
/* Css For Careers Page*/
.careersFirst-bg {
  position: relative;
  background-color: rgb(22,29,60);
  height: 100%;
padding-right: 0px;
padding-left: 0px;
}
#divCareerpTxt {
  padding: 10%;
  padding-right: 35%;
  line-height: 25px;
  font-family: Helvetica;
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  text-align: left;
  color: #676666;
}
.divCareerparagraph {
  position: relative;
  border: 2px solid whitesmoke;
  margin-left: 30%;
  margin-top: 10%;
  width: 40%;
  min-height: 2%;
  background-color: white;
}
.goldDiv {
  width: 12.5%;
  position: absolute;
  border: 3px solid #dbbf7d;
  height: 125px;
  right: -65px;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 125px;
}
.divGoldboxed {
  position: relative;
  border: 3px solid #dbbf7d;
  text-align: center;
  width: 190px;
  margin: 0 auto;
  top: 19%;
  padding: 15px;
  margin-bottom: 10%;
  margin-top: 5%;
}
.link {
  font-family: Helvetica;
  font-size: 18px;
  font-style: normal;
  font-stretch: normal;
  font-weight: normal;
  line-height: 18px;
  letter-spacing: 2px;
  text-align: center;
  color: #dbbf7d !important;
  padding-left: 7px;
  text-decoration: none!important;
  font-weight: 900;
}
#careersTxt {
  top: -80px;
  position: absolute;
  font-family: Helvetica;
  font-size: 88px;
  line-height: 88px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #ffffff;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
}
@media only screen and (max-width: 1366px) {
  .careersFirst-bg {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .careerLogo-raw2 {
    margin-right: 0 !important;
  }  #divCareerpTxt {}
  .underline {
    display: none;
  }
}
@media only screen and (max-width: 1200px) {
  .careersFirst-bg {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .careerLogo-raw2 {
    margin-right: 0 !important;
  }
  .divCareerparagraph {
    margin-left: 25%;
    margin-top: -5%;
    margin-right: 0;
    width: 50%;
    min-height: 2%;
  }
  #divCareerpTxt {}
  .underline {
    display: none;
  }
}
@media only screen and (max-width: 992px) {
  .careersFirst-bg {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .careerLogo-raw2 {
    margin-right: 0 !important;
  }
  .divCareerparagraph {
    margin-right: 0;
    width: 60%;
    min-height: 2%;
  }
  #divCareerpTxt {
    line-height: 22px;
    font-family: Helvetica;
    font-size: 12px;
    text-align: left;
  }
  .underline {
    display: none;
  }
}
@media only screen and (max-width: 768px) {
  
.current_page_item a {
    max-width: 60px;
}
.careersFirst-bg {
    padding-right: 0 !important;
    padding-left: 0 !important;
    height: 100%;
}
.careerLogo-raw2 {
    margin-right: 0 !important;
}
#careersTxt {
    width: 100%;
   text-align: center;
}
.divCareerparagraph {
    margin-left: 0;
    margin-top: -3.5%;
    margin-right: 0;
    width: 100%;
    min-height: 2%;
}
#divCareerpTxt {
    padding-left: 10%;
    padding-right: 10%;
    padding-top: 6%;
    line-height: 22px;
    font-family: Helvetica;
    font-size: 13px;
    text-align: center;
    padding-bottom: 170px;
}
.goldDiv {
    display: none !important;
}
.underline {
    border: 1px solid #dbbf7d;
    text-align: center;
    width: 330px;
    height: 2%;
    margin-left: 24.5%;
    margin-top: 4%;
    display: block;
    background-color: #dbbf7d;
}
.divGoldboxed {
    left: calc(50% - 89px);
    position: absolute;
    top: 75%;
}
.divCareer {
    display: none;
}
}
@media only screen and (max-width: 575px) {
  .headers .col-xs-4{
    padding: 0 5px;
  }
  .footer-font{
    font-size: 12px;
  }
  #careersTxt{
    font-size: 45px;
    line-height: 45px;
    top: -40px;
   }
  .divCareerparagraph {
    margin-top: -14.5px;
}
}
@media only screen and (max-width: 558px) {
  .underline {
    width: 60%;
  }
}
@media only screen and (max-width: 494px) {
  .underline {
    width: 60%;
  }
}
@media only screen and (max-width: 494px) {
  .underline {
    width: 60%;
        margin: 10px auto;
  }
}
  @media only screen and (max-width: 632px) {
    #contactusPtext {
      font-size: 15px;
    }
    .textboxClass {
      height: 36px;
      float: none !important;
      font-size: 14px;
      padding-left: 10px;
    }
    .textboxClass2 {
      height: 60px;
      width: 50%;
      font-size: 14px;
      float: none !important;
    }
    #p1 {
      font-family: Helvetica;
      font-size: 12px;
      font-weight: 300;
      font-style: normal;
      font-stretch: normal;
      line-height: normal;
      letter-spacing: normal;
      text-align: left;
      color: #ffffff;
    }
  }
  @media (min-width: 0px) and (max-width: 767px) {
    /* For mobile phones: */
    .headers {
      width: 100%;
    }
    #grid-products
    {
      display: none !important;
    }
    .scroll-down1
    {
        display: none !important;
    }
    #list-products
    {
      display: block !important;
    }
    #list-products {
    width: 72%;
}
.list-products-header
{
  font-size: 20px;
}
.list-products-type
{
  font-size: 20px;
}
.angle-down {
width: auto !important;
     height: 40px !important;
    background: transparent;
    color: darkgray;
    padding-top: 16px;
    margin-left: 20px;
    font-size: 50px;
}
.products-text-div {
  width: auto !important;
}
.product-list {
    height: 175px !important;
  }
    .bottons
    {
        display: none !important;
    }
    .navbar {
      position: relative !important;
      margin: 0 !important;
    }
    .navbar-nav>li>a {
      text-align: center !important;
      width: 40%;
      margin: auto;
      font-size: 20px;
      margin-top: 20px;
      opacity: 0.5;
    }
    .navbar-nav>li>a:hover {
      transition: ease 0.5s;
      opacity: 1;
      border: none;
    }
    .active {
      border-bottom: none !important;
    }
    .home-anchors {
      display: none;
    }
    .products-text {
      display: none;
    }
    .home-logo {
      display: none;
    }
    .general-info {
      width: 80%;
    }
    .main-slider-div {
      height: 250px !important;
    }
    .products-main-slider-div {
      height: 250px !important;
    }
    .home-slider {
      height: 100%;
    }
    .image-slide {
      height: 250px !important;
    }
    .logo-slide {
      top: 30px;
    }
    #topright1para {
      margin-top: 0;
      height: 50px;
    }
    #topright1para1 {
      margin-right: 4%;
      width: 86%;
      margin-left: 9%;
    }
    #topright1para2 {
      margin-right: 4%;
      width: 86%;
      margin-left: 9%;
    }
    #addresses {
      width: 80%;
      margin: auto;
      left: 0;
      position: relative;
      top: 40px;
      height: 250px;
    }
    #addresses>div>p {
      width: 75%;
    }
    #topright1para13 {
      margin-top: 8%;
      width: 86%;
    }
    #topright1para14 {
      width: 86%;
    }
    .right {
      height: 100%;
      width: 68%;
      box-shadow: 0px 0px 0px !important;
    }
    .rightback {
      display: none;
    }
    .home-content-bottom>.left {
      width: 68%;
      background-color: white;
      display: block;
      height: 100%;
      position: absolute;
      margin: 0 !important;
      top: 0 !important;
      box-shadow: 0px 0px 0px #e8e8e8;
    }
    .leftback {
      display: none !important;
    }
    .ologo {
      display: none;
    }
    .who-we-are {
      top: 84%;
      width: 300%;
      left: -60px;
      font-size: 66px;
    }
    .second-square {
      display: none;
    }
    .first-square {
      width: 90px;
      height: 90px;
      border: 3px solid #dcc17e;
      position: absolute;
      top: 93%;
      z-index: 99;
      left: -50%;
    }
    .home-content-top {
      min-height: 600px !important;
    }
    .home-content-bottom {
      min-height: 600px !important;
    }
    #para1 {
      font-size: 11px;
    }
    .written-logo {
      display: none;
    }
    .para21 {
      font-size: 11px;
    }
    .butpara21 {
      font-size: 11px;
    }
    .home-content {
      height: 1200px;
    }
    .headers {
      width: 90% !important;
    }
    .headers>p {
      display: inline-block;
    }
    .general-info {
      width: 90%;
    }
    .info-container {
      top: 70px;
    }
    .footer-container {
      min-height: 350px;
    }
    .about-us-logo {
      position: relative;
      left: 0;
      z-index: 99 !important;
      height: 200px;
      width: 100%;
    }
    .logo2 {
      position: relative;
      width: 100%;
      display: block;
      margin-top: 0;
      margin-bottom: -50px;
      background-color: #ffffff;
    }
    .aboutt {
      position: relative;
      margin: auto;
      width: 100%;
      display: block;
      text-align: -webkit-center;
      z-index: 999;
    }
    #about {
      font-size: 58px;
    }
    #paraa {
      padding: 10% 10%;
      padding-top: 5%;
      font-family: Helvetica;
      font-size: 13px;
      font-weight: normal;
      font-style: normal;
      font-stretch: normal;
      line-height: normal;
      letter-spacing: normal;
      text-align: center;
      color: #676666;
      background-color: white;
    }
    .paraaa {
      padding-top: 5%;
      width: 55%;
      margin: auto;
      background: white;
      border-bottom: 2px solid #dcc17e;
    }
    .negarab {
      position: absolute;
      z-index: 9999;
      position: relative;
      top: -40px;
      width: 100%;
      display: inline-block;
      text-align: center;
    }
    .para {
      position: relative;
      left: 0;
      width: 100%;
      display: block;
    }
    .about-us-logo1 {
      height: 200px;
      top: 0;
    }
    #about-img {
      display: none !important;
    }
    #about-img1 {
      display: block !important;
    }
    .offices-photo {
      display: block;
      width: 60%;
      height: auto;
      text-align: center;
      margin: auto;
      top: 0;
    }
    .offices-words {
      text-align: center;
      width: 80%;
      position: relative;
      text-align: center;
      margin: auto;
      top: 0;
    }
    .offices-content {
      padding-bottom: 50px;
    }
    .offices-logo {
      display: none;
    }
    .products-logo {
      display: none;
    }
    .offices-header {
      margin: auto;
      text-align: center !important;
    }
    .offices-paragraph {
      width: 90%;
      margin: auto;
      text-align: center;
    }
    .nav>li>a {
      font-size: 15px;
    }
    .offices-header>h1 {
      font-size: 33px;
      text-align: center;
    }
    .products-text-div
    {
      margin: auto !important;
    }
    .products-text-div>p {
      font-family: Helvetica;
      font-size:50px;
      font-weight: bold;
      font-style: normal;
      font-stretch: normal;
      line-height: 240%;
      letter-spacing: normal;
      text-align: center;
      color: #ffffff;
      margin: 0;
    }
  }
  @media (min-width: 766px) and (max-width: 992px) {
    #topright1para13 {
      width: 39%;
    }
    .circle::after
    {
      font-size: 22px !important;
      vertical-align: bottom !important;
    }
    .list-products-header
    {
      font-size: 25px;
    }
    .product-list {
    height: 250px !important;
  }
    .list-products-type
    {
      font-size: 25px;
    }
    .angle-down
    {
      margin-left: 0;
    }
    .product-grid {
      height: 140px !important;
    }
    #topright1para14 {
      width: 39%;
    }
    .products-text-div>p {
      font-family: Helvetica;
      font-size: 86px;
      font-weight: bold;
      font-style: normal;
      font-stretch: normal;
      line-height: 110%;
      letter-spacing: normal;
      color: #ffffff;
      margin: 0;
    }
    .nav>li>a {
      font-size: 11px;
    }
    .who-we-are {
      top: 84%;
      width: 300%;
      left: -60px;
      font-size: 66px;
    }
    .nav>li {
      padding-right: 15px !important;
    }
    .home-content-top {
      min-height: 700px !important;
    }
    .home-content-bottom {
      min-height: 700px !important;
    }
    #para1 {
      font-size: 12px;
    }
    .para21 {
      font-size: 12px;
    }
    .butpara21 {
      font-size: 12px;
    }
    .comet--main--logo{
      left: 80px;
    }
    .comet--main--logo>img{
max-width: 120px;
    }
    .offices-content
    {
      min-height: 750px;
    }
    .offices-header>h1
    {
      font-size: 50px;
    }
    .offices-paragraph>p
    {
      font-size: 14px;
    }
    .offices-words
    {
      top: 135px;
    }
    .home-content {
      height: 1400px;
    }
    .headers {
      width: 43% !important;
    }
    .general-info {
      width: 43%;
    }
    #paraa {
      font-size: 16px;
    }
    .about-us-logo1 {
      height: 450px;
    }
    .about-us-logo {
      height: 450px;
    }
    .offices-words {
      width: 60%;
      display: inline-block;
      top: 170px;
      left: 10%;
      position: relative;
    }
#addresses {
      width: 90%;
      left: 10%;
      top: 170px;
      position: relative;
    }
  }
  @media only screen and (min-width :992px)and (max-width: 1100px) {
  .offices-words {
    width: 60%;
    display: inline-block;
    top: 170px;
    left: 10%;
    position: relative;
  }
  #addresses {
        width: 90%;
        left: 10%;
        top: 170px;
        position: relative;
      }
}
@media only screen and (min-width :1600px)and (max-width: 1900px) {
.offices-words {
    width: 60%;
    display: inline-block;
    left: 10%;
    position: relative;
    top: -80px;
}
#addresses
{
  top : 0;
}
}
@media only screen and (min-width :1300px)and (max-width: 1600px) {
.offices-words {
    width: 60%;
    display: inline-block;
    left: 10%;
    position: relative;
    top: 0;
}
#addresses
{
  top : 0;
}
}
@media only screen and (max-width: 1200px) {
  #contactusPtext {
    font-size: 40px;
  }
  #p5 {
    font-size: 19px;
  }
  .sendDiv {
    border: 3px solid #dbbf7d;
    width: 39%;
    height: 57px;
    left: 0.1%;
  }
}
@media only screen and (max-width: 992px) {
  #contactusPtext {
    font-size: 30px;
  }
  #p5 {
    font-size: 19px;
  }
  .sendDiv {
    border: 3px solid #dbbf7d;
    width: 39%;
    height: 57px;
    left: 4%;
  }
  #p1 {
    font-family: Helvetica;
    font-size: 12px;
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #ffffff;
  }
  .blockText1 {
    position: relative;
    display: inline;
    width: 15%;
    height: 100px;
    left: 64%;
  }
  .blockText2 {
    position: relative;
    display: inline;
    width: 15%;
    height: 100px;
    left: 26%;
  }
  .blockText3 {
    position: relative;
    display: inline;
    width: 15%;
    height: 100px;
    left: 40%;
  }
  .blockText4 {
    position: relative;
    display: inline;
    width: 15%;
    height: 100px;
    left: -23%;
  }
  .textboxClass {
    font-size: 16px;
  }
  .textboxClass2 {
    font-size: 16px;
  }
}
@media only screen and (max-width: 768px) {
  
  .current_page_item a {
    max-width: 60px;
}

  #contactusPtext {
    font-size: 25px;
  }
  #p5 {
    font-size: 16px;
  }
  #p1 {
    font-family: Helvetica;
    font-size: 11px;
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #ffffff;
  }
  .blockText1 {
    position: relative;
    display: inline;
    width: 15%;
    height: 100px;
    left: 63%;
  }
  .blockText2 {
    position: relative;
    display: inline;
    width: 15%;
    height: 100px;
    left: 26%;
  }
  .blockText3 {
    position: relative;
    display: inline;
    width: 15%;
    height: 100px;
    left: 39%;
  }
  .blockText4 {
    position: relative;
    display: inline;
    width: 15%;
    height: 100px;
    left: -23%;
  }
  .divCareer {
    display: none;
  }
  .textboxClass {
    font-size: 15px;
  }
  .textboxClass2 {
    font-size: 15px;
  }
}
/* Contact Us Dynamic NINJA FORMs */
.nf-form-fields-required,
.nf-form-title,
.ninja-forms-req-symbol
{
  display: none;
}
.nf-response-msg p {
    color: red;
    display: block;
    text-align: center;
}
.products-main-slider-div .home-slide .image-slide
{
  text-align: left;
}
/* Static Images in CSS */
/* HomePage */
.home-content .home-content-top .left
{
  background-image:url('../images/assets/sheets.jpg');
  background-size: cover;
  background-repeat: no-repeat;
}
.home-content .home-content-top .left::after,
.home-content .home-content-bottom .right::after,
.about-logo-1::after,
.products-main-slider-div .bg-img.image-slide::after,
.services--finance--image .bg-img::after,
.services--logistics--image .bg-img::after,
.top-image-careers:after
{
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(22,29,60,0.2);
}
.home-content .home-content-bottom .right
{
  background-image:url('../images/assets/red-home.jpg');
  background-size: cover;
  background-repeat: no-repeat;
}
/* About us Page */
.about-logo-1
{
  background-image:url('../images/assets/about.jpg');
  background-size: cover;
  background-repeat: no-repeat;
}
.logo-slide>p
{    opacity: 0.7;
    color:#ffffff;
}
.image111 {
    position: absolute !important;
    width: 110% !important;
    margin-left: -3% !important;
    height: 110% !important;
    top: -2% !important;
}

/* Contact us Page */
/* Styling Ninja Form default Classes */
.page-template-contactus .nf-form-layout
{
  width: 50%;
  margin: 0 auto;
}
.page-template-contactus #contactusPtext
{
  margin: 5% 0;
}
.page-template-contactus .nf-field-element input
{
  height: 40px;
}
.page-template-contactus .nf-field-element input,
.page-template-contactus .nf-field-element textarea
{
  color: rgb(35, 40, 45);
  padding-left: 10px;
  font-size: 14px;
  font-style: italic;
}
.page-template-contactus .nf-field-element input::-webkit-input-placeholder,
.page-template-contactus .nf-field-element textarea::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: rgb(206,206,206);
  font-size: 14px;
}
.page-template-contactus .nf-field-element input::-moz-placeholder,
.page-template-contactus .nf-field-element textarea::-webkit-input-placeholder  { /* Firefox 19+ */
  color: rgb(206,206,206);
  font-size: 14px;
}
.page-template-contactus .nf-field-element input:-ms-input-placeholder,
.page-template-contactus .nf-field-element textarea::-webkit-input-placeholder  { /* IE 10+ */
  color: rgb(206,206,206);
  font-size: 14px;
}
.page-template-contactus .nf-field-element input:-moz-placeholder,
.page-template-contactus .nf-field-element textarea::-webkit-input-placeholder  { /* Firefox 18- */
  color: rgb(206,206,206);
  font-size: 14px;
}
.page-template-contactus #nf-field-4
{
  font-style: inherit;
  background-color: transparent;
  padding: 0;
  height: auto;
  padding: 10px 50px;
  border: 2px solid #dbbf7d;
  color: #dbbf7d;
  font-size: 20px;
  font-family: Helvetica;
  position: absolute;
  right: 0;
  top: 60px;
  font-weight: 900;
}
.page-template-contactus .contact-info
{
  font-size: 12px;
  color: #ffffff;
}
@media (max-width: 767px) {
  .page-template-contactus .nf-form-layout
  {
    width: 90%;
    margin: 0 auto;
  }
}
/*contact us*/
.contact-us--wrapper{
  padding-bottom: 150px;
  background-color: #0c1737 !important;
}
.contact .nf-field-container{
  margin-bottom: 20px;
}
.contact .nf-field{
  line-height: normal;
}
.contact .nf-field-element textarea{
  padding: 10px !important;
}
.contact-us--info--container{
  width: 50%;
  margin: 45px auto 20px;
}
.contact-us--info{
  width: 65%;
  padding-bottom: 10%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}
.contact-us--element{
  width: 45%;
  margin-bottom: 30px;
}
/*responsive
*/
 @media only screen and (max-width: 991px) {
  .page-template-contactus .nf-form-layout
  {
    width: 75% !important;
    margin: 0 auto;
  }
  .contact-us--info--container{
    width: 75%;
  }
}
@media only screen and (max-width: 767px) {
  .contact-us--info--container{
    width: 90% !important;
  }
  .page-template-contactus .nf-form-layout
  {
    width: 90% !important;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 575px) {
  .page-template-contactus #nf-field-4{
    right: calc(50% - 75px) !important;
  }
  .contact-us--info{
    padding-top: 100px;
    padding-bottom: 50px;
    width: 100% !important;
  }
  .contact-us--element{
    text-align: center;
  width: 100%;
  margin-bottom: 10px;
  }
}
/*Services*/
.page-template-services-php .navbar{
  background-color: #0c1737;
}
.servicesTxt{
width: 100%;
height: 100%;
bottom: 0;
display: flex;
justify-content: center;
align-items: flex-end;
}
/*Css of the services text itself*/
body{
  scroll-behavior: smooth;
}
.services--wrapper{
  background-color: white;
  z-index: 9999;
  height: auto;
}
#servicesP {
  text-align: center;
  margin: 0;
  height: 80px;
  width: 100%;
  font-family: Helvetica;
  font-size: 88px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #ffffff;
}
.services--actions{
  padding: 10px 3% 20px;
  display: flex;
  justify-content: space-between;
  align-items: top;
}
.services--actions--scroll{
  text-align: center;
}
.services--actions--scroll a,
.services--actions--scroll a:hover,
.services--actions--scroll a:focus
{
  text-decoration: none;
}
.services--actions--categories a,
.services--actions--categories a:hover,
.services--actions--categories a:focus
{
  scroll-behavior: smooth;
  text-decoration: none !important;
}
/*Css of the div of scroll image*/
.scrollImg {
  max-height: 35px;
  width: auto;
  margin: 0 auto;
}
/*Css of the scroll text*/
#scrollTxt {
  margin:0;
  font-family: Helvetica;
font-size: 13px;
font-weight: 300;
font-style: normal;
font-stretch: normal;
line-height: normal;
letter-spacing: normal;
color: #192249;
}
.services--actions--categories{
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  text-align: left;
}
.services--actions--categories--text{
  display: inline-block;
  font-family: Helvetica;
  font-size: 11px;
  font-weight: 300;
  color: #192249;
  margin: 0;
  margin-bottom: 5px;
  margin-right: 10px;
}
#rightre:hover:after {
  animation: none;
  border: none;
}
#rightre:focus
{
  animation: none;
  border: none;
}
#leftre:target {
  animation: none;
  border: none;
tabindex:0;
}
.services--actions--categories span{
  vertical-align: middle;
  border-radius: 50%;
  height: 10px;
  width: 10px;
  background-color: #192249;
  display: inline-block;
}
.services--container{
  display: block;
  scroll-behavior: smooth;
}
.services--finance{
  position: relative;
  width: 100%;
  display: flex;
  justify-content: flex-start;
}
.services--finance--image{
  position: relative;
  min-width: 62%;
}
.services--finance--image .bg-img{
  height: 600px;
  position: relative;
}
.services--finance--hero{
  position: absolute;
  z-index: 9999;
  color: white;
  right: -2px;
  top: -62px;
  width: 600px;
  line-height: 58px;
  font-size: 79px;
  text-align: center;
  font-weight: bold;
  transform: rotate(270deg);
  transform-origin: 100% 100%;
  margin: 0 auto;
}
.services--finance--text--wrapper{
  width: 32.5%;
   position: relative;
  display: flex;
  flex-direction: column;
}
.services--finance--text--container{
  padding: 7.5% 0 22.5%;
  width: 100%;
  height: 100%;
  position: relative;
}
.services--finance--text{
  width: 100%;
  height: 100%;
  position: relative;
  background-color: white;
  box-shadow: 6px 2px 20px whitesmoke;
  display: flex;
  justify-content: center;
  align-items: center;
}
.services--finance--text p{
 width: 70%;
 display: block;
 max-height: 80%;
 font-size: 16px;
 color: #676666;
 font-family: Helvetica;
  }
  .services--finance--text img{
    position: absolute;
    max-width: 100px;
    bottom: -50px;
  }
  .services--logistics{
    position: relative;
  width: 100%;
  display: flex;
  justify-content: flex-end;
}
.services--logistics--image{
  position: relative;
  height: 600px;
  min-width: 47.5% !important;
}
.services--logistics--image .bg-img{
  height: 600px;
  top: 0;
  width: 135%;
  position: absolute;
  right: 0;
}
.services--logistics--hero--wrapper{
  right: -48px;
  top:0;
  z-index: 9999;
  position: absolute;
  height: 100%;
  width: 1px;
}
.services--logistics--hero--container{
  position: relative;
  height: 100%;
}
.services--logistics--hero{
  position: absolute;
  width: 420px;
  color: white;
  z-index: 9999;
  line-height: 55px;
  top:0;
  left: 100%;
  font-size: 63px;
  text-align: center;
  font-weight: bold;
   transform: rotate(90deg);
   transform-origin: top left;
}
.services--logistics--text--wrapper{
  width: 32.5%;
  z-index: 1;
   position: relative;
  display: flex;
  flex-direction: column;
}
.services--logistics--text--container{
  padding: 7.5% 0 22.5%;
  width: 100%;
  height: 100%;
  position: relative;
}
.services--logistics--text{
  width: 100%;
  height: 100%;
  position: relative;
  background-color: white;
  box-shadow: -9px 0 15px  whitesmoke;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 8888;
}
.services--logistics--text p{
 width: 60%;
 font-size: 16px;
 color: #676666;
 font-family: Helvetica;
  }
  .services--logistics--text img{
    position: absolute;
    max-width: 130px;
    left:-75px;
    bottom: 15px;
  }
  .services--finance--hero--mobile{
    display: none;
  }
  @media only screen and (max-width: 767px) {
    .logoImg{
      display: none;
    }
    .first-background{
      height: 125px;
    }
    .second-background{
      height: 975px;
    }
    .services--actions--scroll{
      display: none;
    }
    .services--actions--categories{
      display: none;
    }
  .services--finance{
    height: 450px;
  }
  .services--finance--image{
    height: 450px;
    right: 0;
    position: absolute;
    width: 100% !important;
  }
  .services--finance--image .bg-img{
    height: 450px;
    width: 100% !important;
  }
  .services--finance--text--wrapper{
    width: 70%;
  }
  .services--finance{
    justify-content:flex-end;
  }
  .services--finance--text img{
    display: none;
  }
  .services--finance--text p{
    padding-top: 20px;
    border-top: 3px solid #dcc17e;
    max-height: 100%;
    width: 90%;
  }
  .services--finance--hero{
    display: none;
  }
  .services--finance--hero--mobile{
    display: block;
    position: absolute;
  z-index: 9999;
  color: white;
  right: 100%;
  top: -28px;
  width: 450px;
  line-height: 28px;
  font-size: 40px;
  text-align: center;
  font-weight: bold;
  transform: rotate(270deg);
  transform-origin: bottom right;
  margin: 0 auto;
  }
  .services--finance--text--container{
    padding: 15% 0;
  }
  .services--finance--text{
    padding: 5%;
    box-shadow: 3px 0 15px whitesmoke;
  }
  .services--logistics{
    height: 450px;
  }
  .services--logistics--image{
    height: 450px;
    position: absolute;
    width: 100% !important;
  }
  .services--logistics--image .bg-img{
    height: 450px;
    width: 100% !important;
  }
  .services--logistics--text--wrapper{
    width: 70%;
  }
  .services--logistics{
    justify-content:flex-start;
  }
  .services--logistics--text img{
    display: none;
  }
  .services--logistics--text p{
    padding-top: 20px;
    border-top: 3px solid #dcc17e;
    max-height: 100%;
    width: 90% !important;
  }
  .services--logistics--hero{
    width: 350px;
    line-height: 70px;
    font-size: 40px;
  }
  .services--logistics--text--container{
    padding: 7.5% 0 15%;
  }
  .services--logistics--text{
    padding: 5%;
  }
}
.home-anchors .row{
 margin:0;
}
.home-anchors .scroll-down{
  display: inline-block;
  left: 40%;
  position: relative;
  color: white;
  font-family: Helvetica;
  font-size: 10px;
  font-weight: 300;
  text-align: left;
  color: #ffffff;
  cursor: pointer;
}
.scroll-down1{
  display: inline-block;
  color: white;
  font-family: Helvetica;
  font-size: 10px;
  font-weight: 300;
  text-align: left;
  color: #ffffff;
  cursor: pointer;
  position: absolute;
bottom: 17%;
right: 12%;
}
.scroll-down2{
  display: inline-block;
  color: white;
  font-family: Helvetica;
  font-size: 10px;
  font-weight: 300;
  text-align: left;
  color: #ffffff;
  cursor: pointer;
  position: absolute;
bottom: 17%;
right: 20%;
}
.scroll-down-smooth1
{
  position: absolute;
    right: 0;
    display: block;
}
.home-anchors .scroll-down .scroll-down1 img{
  display: block;
  margin-bottom: 5px;
}
.home-anchors .scroll-down a,
.home-anchors .scroll-down a:focus,
.home-anchors .scroll-down a:hover
{
  color: white;
  text-decoration: none;
}
.home-anchors .slider-arrows,
.home-anchors .slider-arrows .left-arrow,
.home-anchors .slider-arrows .right-arrow{
  display: inline-block;
}
.home-anchors .slider-arrows .left-arrow,
.home-anchors .slider-arrows .right-arrow{
  cursor: pointer;
}
.home-anchors .slider-arrows
{
  color: white;
  left: 43%;
  position: relative;
  top: 25px;
  font-size: 17px;
}
.home-anchors .slider-arrows .left-arrow
{
  margin-right: 40px;
}
.home-anchors .right-anchors
{
  font-family: Helvetica;
  font-size: 20px;
  font-weight: 300;
  text-align: left;
  color: #dbbf7d;
  text-align: right;
  direction: rtl;
  position: relative;
  margin-right: 55px;
}
.right-anchors
{
  direction: ltr !important;
}
.right-anchors-list
{
  list-style-type: none !important;
}
.right-anchors-list>li
{
  line-height: 1 !important;
  margin-right: 20px;
}
.home-anchors .right-anchors a,
.home-anchors .right-anchors a:hover,
.home-anchors .right-anchors a:focus
{
  text-decoration: none;
    color: #dbbf7d;
    font-size: 11px;
    vertical-align: middle;
  }
.right-anchors-list>li>a>:hover
{
opacity: 0.5;
}
@media only screen and (max-width: 991px){
  .services--finance--text p{
    max-height: 90%;
    font-size: 13px;
  }
  .services--logistics--text p{
    max-height: 90%;
    width: 50%;
    font-size: 13px;
  }
  .right-anchors-list>li
  {
    margin: 0 !important;
  }
  .right-anchors-list
  {
    margin-top: 10px !important;
  }
  .right-anchors-list>li>a
  {
    font-size: 10px !important;
  }
}
@media only screen and (max-width: 575px){
  #servicesP{
    font-size: 50px;
    height: 36px;
    line-height: 40px;
  }
}
/* Contact Us Dynamic NINJA FORMs */
.nf-form-fields-required,
.nf-form-title,
.ninja-forms-req-symbol
{
  display: none;
}
.bottons svg{
  cursor: pointer;
}
.footer--products{
  cursor: pointer;
}
.about-circle{
  position: absolute;
 top: 15%;
 left: calc(100% - 50px );
 max-width: 180px;
 z-index: 999;
}
.about-logo-1{
  position: absolute;
  background-color: #2f4270;
  height: 500px;
  width: 100%;
  z-index: 9999;
  z-index: 99;
}
.aboutt{
  z-index: 9999;
}
    .para {
      z-index: 9999;
}
@media (max-width: 767px) {
  .comet--main--logo{
    top: 10px;
    left: 20px;
    position: absolute;
    margin: 0 !important;
    z-index: 9999;
  }
  .nav>li
  {
    padding: 0 !important;;
  }
  .comet--main--logo img {
    width: 100px;
}
  .home-logo{
    display: none !important;
  }
  .about-circle{
    display: none;
  }
  .about-logo-1{
    height: 270px;
  }
}
.product-grid{
  cursor: pointer;
  position: relative;
}
.product-grid:hover .product-grid-overlay{
  opacity: 1;
}
.product-grid-overlay{
  opacity: 0;
  transition: all ease 0.5s;
  position: absolute;
  height: 100%;
  width: 100%;
  background-color: black;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.product-grid-overlay h3{
  font-size: 25px;
  text-transform: uppercase;
  font-weight: bold;
  color: white;
}
.product-grid-overlay h5{
  font-size: 23px;
  font-weight: bold;
  color: white;
}
.top-image-careers
{
  height: 500px
}
@media (max-width: 767px) {
  .contactusText-raw3
  {
    padding-top: 50px;
  }
  .top-image-careers
  {
    height: 300px
  }
}
.svg-inline--fa {
    vertical-align: -.125em;
}