body {
  padding: 0 !important;
  margin: 0 !important;
  font-family: "FuturaPT-Medium";
  /*font-family: 'FuturaPTCond-Medium';*/
  color: #000000;
  /*transform: scale(70%);*/
  /*-webkit-transform: scale(70%);*/
  /*transform-origin: 0 0;*/
	overflow-x:hidden;
}

html {
  -webkit-font-smoothing: antialiased;
}

* {
  /*-webkit-backface-visibility: hidden;*/
  -moz-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
}

img {
  padding: 0;
  margin: 0;
  border: 0;
}

* {
  padding: 0;
  margin: 0;
  outline: none;
  word-wrap: break-word;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,input,textarea {
  padding: 0;
  margin: 0;
  font-weight: normal;
  /* font-family: "FuturaPT-Medium", Sans-serif; */
  font-family: "FuturaPT-Light2", Sans-serif;
}
p {
  font-size: 16px;
}
.single-industries p{
  font-size: 18px;
}
ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

ul li {
  padding: 0;
  margin: 0;
  list-style: none;
}

a,
a:hover {
  outline: none;
  text-decoration: none;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

a:focus,
select:focus {
  outline: none;
  color: #000;
}

a,
input,
button,
textarea {
  outline: none !important;
}

:focus {
  outline: none;
}

/*.container{width: 1667px;}*/

.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
  padding-left: 0;
  padding-right: 0;
  /*margin: 0 15px;*/
}

/*.container-fluid{
  width: 1920px;
}*/

.container {
  /*width: 1920px !important;*/
  /*display:inline-block;*/
  /*width: 1699px;*/
  /*width: 1740px;*/
}

/*===== Common Class =====*/

.float_none {
  float: none !important;
}

.main_wapper {
  width: 100%;
  float: left;
  overflow: hidden;
  /*transform: scale(1.1);*/
  /*-webkit-transform: scale(1.1);*/
}

/*=========================================*/
/* loader css  start*/
/*=========================================*/

/* Chrome Frame prompt */
a.hfe-menu-item:hover,a.hfe-menu-item:focus,.current-menu-item a{
  color: #fed500 !important;
}
.chromeframe {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}

/* Author's custom styles */

#loader-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999999999999999;
  background: #ffd500;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}

.logo-loader {
  width: 100%;
  height: 100%;
  display: inline-block;
  position: relative;
  text-align: center;
}

#loader-wrapper h2 {
  font-size: 24px;
  font-family: "FuturaPT-Light";
  color: #000000;
  z-index: 999999;
  display: inline-block;
  text-align: center;
  width: 100%;
  top: 50%;
  position: absolute;
  z-index: 1005;
  background-size: cover;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}

#loader-wrapper .loader_line {
  width: 70%;
  margin: 0 auto;
  text-align: center;
  display: inline-block;
  z-index: 9999999;
  float: left;
  position: absolute;
  top: 50%;
  left: 50%;
  background-color: #ffffff;
  border: 5px solid #ffffff;
  border-radius: 50px;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}

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

.loaded #loader-wrapper {
  visibility: hidden;
  -webkit-transform: translateY(-100%);
  /* Chrome, Opera 15+, Safari 3.1+ */
  -ms-transform: translateY(-100%);
  /* IE 9 */
  transform: translateY(-100%);
  /* Firefox 16+, IE 10+, Opera */
  -webkit-transition: all 0.2s 1s ease-out;
  transition: all 0.2s 1s ease-out;
}

/* JavaScript Turned Off */

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

.no-js h1 {
  color: #222222;
}

/* ----------*/

.preloader__ {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 100vw;
  height: 100vh;
  background: #1d1d1d;
  visibility: hidden;
  opacity: 0;
  transition: all 0.5s ease;
  z-index: 99999999999999;
}

.preloader_inner {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 4em;
  height: 4em;
  line-height: 4em;
  text-align: center;
  font-size: 3em;
  font-family: monospace;
  font-weight: 300;
  color: #333;
}

.show {
  visibility: visible !important;
  opacity: 1 !important;
  transition: all 0.5s ease;
}

.progress {
  height: 20px;
  background: #ebebeb;
  border-left: 1px solid transparent;
  border-right: 1px solid transparent;
  border-radius: 10px;
}

.progress > span {
  position: relative;
  float: left;
  margin: 0 -1px;
  min-width: 30px;
  height: 18px;
  line-height: 16px;
  text-align: right;
  background: #000;
  border: 1px solid;
  border-color: #bfbfbf #b3b3b3 #9e9e9e;
  border-radius: 10px;
  background-image: -webkit-linear-gradient(top, #f0f0f0, #dbdbdb 70%, #cccccc);
  background-image: -moz-linear-gradient(top, #f0f0f0, #dbdbdb 70%, #cccccc);
  background-image: -o-linear-gradient(top, #f0f0f0, #dbdbdb 70%, #cccccc);
  background-image: linear-gradient(to bottom, #f0f0f0, #dbdbdb 70%, #cccccc);
  -webkit-box-shadow: inset 0 1px rgba(255, 255, 255, 0.3),
    0 1px 2px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 1px rgba(255, 255, 255, 0.3), 0 1px 2px rgba(0, 0, 0, 0.2);
}

.progress > span > span {
  padding: 0 8px;
  font-size: 11px;
  font-weight: bold;
  color: #404040;
  color: rgba(0, 0, 0, 0.7);
  text-shadow: 0 1px rgba(255, 255, 255, 0.4);
}

.progress > span:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  height: 18px;
  background: url("../images/progress.png") 0 0 repeat-x;
  border-radius: 10px;
  color: #000 !important;
}

/*=========================================*/

/* loader css  end*/

/*=========================================*/

/* Bootstrap Class Overwrite */

/* scrolling css*/

.parallaxParent {
  /*height:100vh;*/
  /*height: 100%;*/
  /*overflow: hidden*/
  /*top:-538px;*/
}

.parallaxParent > * {
  /*height: 200%;*/
  /*position: relative;*/
  /*top: -100%;*/
  /*top:-100%;*/
}

/*=========================================*/

.navbar-toggle {
  border: 0;
  margin: 20px 20px !important;
  padding: 0;
  float: right;
  border-radius: 0px;
}

.navbar {
  margin-bottom: 0px;
  border: none;
}

.navbar-toggle:hover {
  background: none !important;
}

.navbar-default .navbar-toggle {
  border-color: #ffffff !important;
  z-index: 99;
}

.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #ffffff !important;
  border: none;
  height: 60px !important;
}

.navbar-toggle .icon-bar {
  height: 3px;
  background: #ffffff !important;
}

.navbar-toggle:hover .icon-bar,
.navbar-toggle:focus .icon-bar {
  background: #ffffff !important;
}

.navbar-toggle:focus {
  background: none !important;
}

.header_wapper .navbar {
  min-height: auto;
}

.header_wapper .navbar-default {
  background-color: #000000;
  border-color: transparent;
  height: 60px !important;
  display: block;
  min-height: inherit;
  overflow-y: hidden;
  padding: 0;
  margin: 0;
  border-radius: 0px;
}

.header_wapper .navbar-default .navbar-nav > li > a {
  color: #fff;
  font-size: 15.4px;
  font-family: "FuturaPT-Bold";
  margin: 8px auto;
  text-transform: lowercase;
  padding-right: 56px;

  cursor: pointer;
  z-index: 999;
}

.header_wapper .navbar-default .navbar-nav > li:last-child > a {
  padding-right: 19px;
}
.header_wapper .navbar-default .navbar-nav > li:last-child > a > i {
  width: 20px;
  height: 16px;
  vertical-align: middle;
}
.header_wapper .navbar-default .navbar-nav > li:nth-child(5) > a {
  padding-right: 48px;
}

.navbar-default .navbar-brand {
  padding: 0;
  width: 60px;
  height: 60px;
  background-color: #ffd500;
  display: block;
  z-index: 99999;
  margin: 0;
}

.navbar-default .navbar-brand img {
  width: 100%;
  height: 100%;
}

.owl-carousel .owl-nav .owl-prev {
  display: none;
}

/*.navbar-collapse.collapse{height: 85px !important;}*/

/*=========================================*/

/* Main Header */

/*=========================================*/

#header {
  float: left;
  width: 100%;
}

.header_wapper {
  width: 100%;
  float: left;
  padding: 0;
}

/* mail overlay model start */
.overlay {
  height: 100%;
  width: 0;
  position: fixed;
  /* z-index: 99999999999; */
  top: 0;
  right: 0;
  /* background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.9); */
  overflow-x: hidden;
  transition: 0.5s;

  bottom: 0;
  left: 0;
  transition: opacity 500ms;
  /* z-index: 1000; */
}
.overlay-content {
  position: relative;
  top: 13%;
  width: 100%;
  text-align: center;
  margin-top: 30px;
}

.get_in_touch_titleouch,
.lets_do {
  float: left;
  width: 100%;
  display: inline-block;
  box-sizing: border-box;
  color: #ffffff;
  margin-top: -28px;
  /*margin-bottom: 117px;*/
  /*margin-left: 84px;*/
}

.mail_wapper {
  float: left;
  width: 100%;
  margin: 0 auto;
}

/* get in touch */

.mail_wapper {
  color: #ffffff;
}

.mail_wapper .get_title h2 {
  font-size: 11.2px;
  margin: 0;
}

.mail_wapper .get_main_title h2 {
  font-size: 44.8px;
}

.mail_wapper .get_main_title p,
.mail_wapper .lets_do_title {
  font-size: 30.8px;
}

.get_in_touch {
  margin-left: 84px;
  position: relative;
}

/*.get_in_touch:after {
  content: "";
  position: absolute;
  background: #fff;
  bottom: 0;
  display: block;
  height: 100%;
  width: 2px;
  right: 0;
}*/

.get_in_touch {
  /*border-right: 1px solid;*/
  width: 100%;
}

.get_title {
  float: left;
  width: 100%;
  /*margin-bottom: 12px;*/
  display: flex;
    align-items: center;
}

.get_title i {
  float: left;
  width: auto;
  padding-right: 26px;
}

.get_title h2 {
  font-size: 16px;
  float: left;
  /*font-family: 'FuturaPT-Light';*/
}

.get_main_title {
  float: left;
  width: 100%;
  float: left;
  width: 100%;
  text-align: left;
}

.get_main_title h2 {
  font-family: "FuturaPT-Bold";
  font-size: 44.2px;
  /*margin:56px auto;*/
  margin-top: 24px;
  margin-bottom: 26px;
  letter-spacing: -2px;
}

.get_main_title p {
  /* font-family: "FuturaPT-Light"; */
  font-size: 46px;
  margin-bottom: 264px;
}

/*.mail_wapper .get_main_title  p{margin-right: 380px;}*/

/* lets do start */

.lets_do {
  /*margin-left: 121px;*/
  text-align: left;
  padding-right: 143px;
}

.lets_do_title {
  font-family: "FuturaPT-Bold";
  font-size: 44px;
  margin-bottom: 35px;
}

.form_wapper {
  float: left;
  width: 100%;
  margin-left: 10px;
}

/*.form_wapper .form-control*/
.form_wapper .wpcf7-form-control-wrap input.wpcf7-form-control {
  border: none;
  /*border-bottom: 3px solid #ffffff;*/
  box-shadow: none;
  background-color: transparent;
  /*font-size: 12px;*/
  font-size: 16.8px;
  /*font-family: 'FuturaPTCond-Medium';*/
  font-family: "FuturaPT-Medium";
  border-radius: 4px;
  /*padding: 28px 8px;*/
  margin-bottom: 3px;
  /* color:#ffffff; */
  margin-top: 43px;
  color: #fff;
}
.form_wapper .wpcf7-form-control-wrap textarea {
  border: none;
  /*border-bottom: 3px solid #ffffff;*/
  box-shadow: none;
  background-color: transparent;
  /*font-size: 12px;*/
  font-size: 16.8px;
  color: #ffffff;
  /*font-family: 'FuturaPTCond-Medium';*/
  font-family: "FuturaPT-Medium";
  border-radius: 4px;
  /*padding: 28px 8px;*/
  margin-bottom: 3px;
  margin-top: 43px;
}

.form_wapper .form-group span.wpcf7-form-control-wrap::after {
  content: "";
  width: 250px;
  height: 3px;
  color: #ffffff;
  position: absolute;
  /*width: 106px;*/
  background: #fff;
  border-radius: 50px;
}
.form_wapper .form-group span.wpcf7-form-control-wrap.textarea-221::after {
  /*content: '';*/
  width: 620px;
  /*height: 3px;*/
  /*position: absolute;*/
  /*background: #fff;*/
  /*border-radius: 50px;*/
}

/*.form_wapper .form-control#name,
.form_wapper .form-control#email,
.form_wapper .form-control#phone {
  width: 250px;
}*/
.form_wapper .wpcf7-form-control-wrap .wpcf7-form-control,
.form_wapper .wpcf7-form-control-wrap .wpcf7-form-control,
.form_wapper .wpcf7-form-control-wrap .wpcf7-form-control {
  width: 250px;
}

/*.form_wapper .form-control#message {
  width: 620px;
}*/

.form_wapper .wpcf7-form-control-wrap textarea.wpcf7-form-control {
  width: 620px;
}

.col_left,
.col_right {
  float: left;
  width: 50%;
}

.sub_btn {
  width: 92%;
  text-align: center;
  font-size: 17px;
  font-family: "FuturaPT-Bold";
  /*padding: 23px 0;*/
  height: 58px;
  background-color: #000000;
  color: #ffffff;
  margin-top: 20px;
  border: #000000;
}

.form_bottom {
  float: left;
  width: 100%;
  margin-left: 10px;
}

.form_bottom h2 {
  font-size: 16.8px;
  font-family: "FuturaPT-Bold";
}

.overlay .closebtn {
  position: absolute;
  top: 10px;
  right: 45px;
  font-size: 45px;
  color: #cccccc;
  display: none;
}

@media screen and (max-height: 450px) {
  .overlay a {
    font-size: 20px;
  }
  .overlay .closebtn {
    font-size: 30px;
    top: 10px;
    right: 35px;
  }
}

/* mail overlay model end */

/*=========================================*/

/* Main Banner */

/*=========================================*/

.banner_wapper {
  float: left;
  width: 100%;
  position: relative;
}

.owl-carousel .owl-nav {
  display: block;
  background-color: #ffd500;
  position: absolute;
  right: 0;
  height: 100%;
  top: 0;
  width: 65px;
}

.what_we.owl-carousel .owl-nav {
  display: block;
  background-color: #ffd500;
  position: absolute;
  right: 0;
  /*height: 100%;*/
  height: 756px;
  top: 0;
  width: 65px;
}
.what_we.owl-carousel .owl-nav button.owl-next {
  display: block;
  position: absolute;
  right: 0;
  font-size: 70px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%) rotate(180deg);
  -webkit-transform: translate(-50%, -50%) rotate(180deg);
}

.owl-carousel .owl-nav button.owl-next {
  display: block;
  position: absolute;
  right: 0;
  font-size: 70px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}

.owl-nav button.owl-prev {
  display: block;
  position: absolute;
  right: 0;
  font-size: 70px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  /*background-image: url("../images/right_arrow.png");*/
}

.owl-carousel .owl-nav button.owl-prev {
  display: none;
}

/*.slider_txt {
  left: 30;
  top: 100;
  display: inline-block;
  background-color: #ffd500;
  width: 85px;
  text-align: center;
  height: 92px;
  color: #000000;
  z-index: 999999;
  text-shadow: none;
  position: absolute;
}*/
.carousel-caption {
  left: 0;
  bottom: 0;
  display: inline-block;
  background-color: #ffd500;
  width: 60px;
  text-align: center;
  height: 64px;
  color: #000000;
  z-index: 999999;
  text-shadow: none;
}
.carousel-caption h3 {
  font-size: 28px;
  font-family: "FuturaPT-Bold";
}
.carousel-caption_top {
  right: 95px;
  top: 20px;
  display: inline-block;
  background-color: transparent;
  width: auto;
  text-align: center;
  height: 92px;
  color: #ffffff;
  z-index: 999999;
  text-shadow: none;
  position: absolute;
}
.carousel-caption_top .banner_ul {
  /*font-size: 40px;*/

  font-family: "FuturaPT-Bold";
  display: inline-block;
  width: 100%;
}
.carousel-caption_top .banner_ul li {
  display: inline-block;
  width: auto;
  margin-right: 35px;
  font-size: 12.6px;
  font-family: "FuturaPT-Bold";
  color: #ffffff;
  text-transform: uppercase;
}
.carousel-caption_top h3 {
  font-size: 28px;
  font-family: "FuturaPT-Bold";
  text-align: left;
  margin-top: 10px;
  -webkit-animation-name: example;
  -webkit-animation-duration: 2s;
  animation-name: example;
  animation-duration: 2s;
  position: relative;
  animation-delay: 5s;
}

/* Safari 4.0 - 8.0 */
@-webkit-keyframes example {
  0% {
    left: 0px;
    top: 420px;
    bottom: 0;
  }

  100% {
    left: 0px;
    top: 0px;
  }
}

/* Standard syntax */
@keyframes example {
  0% {
    left: 0px;
    top: 420px;
    bottom: 0;
  }

  100% {
    left: 0px;
    top: 0px;
  }
}
.slider-counter {
  background-color: #000000;
  color: #fff;
  right: 0;
  float: right;
  width: 406px;
  /*height: 92px;*/

  z-index: 99;
  /*bottom: -66px;*/
  bottom: -50px;
  position: absolute;
  padding-top: 24px;
  padding-bottom: 22px;
  padding-left: 35px;
}
.slide_txt {
  float: left;
  width: 30%;
}
.slide_txt h2 {
  font-size: 11.2px;
  font-family: "FuturaPT-Light";
}
.slide_bar {
  float: left;
  width: 70%;
  font-size: 22px;
  font-family: "FuturaPT-Bold";
}
.line {
  background-color: #000000;
}
.line_bg {
  color: #ffffff;
  float: left;
  width: auto;
  font-size: 22px;
  font-family: "FuturaPT-Bold";
}
#myProgress {
  width: 106px;
  background-color: #ffffff;
  float: left;
  /*margin: 0 20px;*/

  margin: 4% 10%;
  border-radius: 50px;
}
#myBar {
  width: 25%;
  height: 5px;
  background-color: #ffd500;
  border-radius: 50px;
}
.onus_txt {
  float: left;
  width: 100%;
  font-size: 28px;
  font-family: "FuturaPT-Bold";
  margin: 0px auto;
}
.owl-carousel .owl-item img.iphone-x,
.owl-carousel .owl-item img.ipad {
  display: none !important;
}
.owl-carousel .owl-item img.web {
  display: block !important;
}
.banner.owl-carousel .owl-item img.web {
  width: 100%;
  /*height: 762px;*/
}

/*=========================================*/

/* Main Content */

/*=========================================*/
#section {
  float: left;
  width: 100%;
  /*padding:50px 0 0 0;*/
}
.title {
  display: inline-block;
  width: 100%;
  position: relative;
  text-align: center;
}
.title h2 {
  display: inline-block;
  width: 50%;
  font-size: 42px;
  color: #1e3c50;
  font-weight: 600;
  padding: 0 0 15px 0;
  position: relative;
  text-transform: capitalize;
  font-family: "MyriadProRegular";
}
.inner_section {
  display: inline-block;
  width: 100%;
  float: left;
}

/*.inner-left{display:inline-block; width:100%; text-align:left; padding:35px 0 0 0;}
.inner-left img{display:inline-block; max-width:100%;} 

.inner-right{display:inline-block; width:100%; padding:35px 0;}
.inner-right p{display:inline-block; width:100%; font-size:16px;  color:#5b5b5b; margin:30px 0;}*/

/*======scroll div start======*/
.scroll {
  float: left;
  width: 100%;
  background: #ffffff;
  /*padding:36px 0;*/

  position: relative;
}
.section_wapper.web {
  display: block !important;
}
.section_wapper.iphone-x {
  display: none !important;
}

/*.scroll .col-md-3{padding-left: 0; padding-right: 0;}*/
.scroll_wapper {
  float: left;
  width: 100%;
}
.scroll_area {
  float: left;
  width: 60px;
  height: 176px;
  display: inline-block;
  /*text-align: center;*/

  background-color: #000000;
}
.scroll_area img {
  /*margin-top: 150px;*/

  margin: 139px 20px;
}
.scroll_txt {
  display: inline-block;
  width: auto;
  position: absolute;
  z-index: 99;
  transform: rotate(-90deg);
  top: 42px;
}
.icon-scroll,
.icon-scroll:before {
  position: absolute;
  left: 50%;
  width: auto;
}
.icon-scroll {
  width: 20px;
  height: 40px;
  margin-left: -17px;
  top: 50%;
  /*box-shadow: inset 0 0 0 1px #ffffff;*/
  /*border-radius: 25px;*/

  position: relative;
  background-image: url("images/mouse.png");
  background-repeat: no-repeat;
  background-position: center;
}
.icon-scroll:before {
  content: "";
  width: 4px;
  height: 4px;
  background: #000;
  margin-left: -4px;
  top: 5px;
  border-radius: 4px;
  animation-duration: 1.5s;
  animation-iteration-count: infinite;
  animation-name: scroll;
  left: 12px;
}
@-webkit-keyframes scroll {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    transform: translateY(46px);
  }
}
.scroll_txt h2 {
  display: inline-block;
  width: auto;
  font-size: 11.2px;
  color: #ffffff;
  font-family: "FuturaPT-Light";
  text-transform: uppercase;
  letter-spacing: 2px;
}
h1.scroll_title {
  font-size: 71.4px;
  font-family: "FuturaPT-Bold";
  color: #000000;
  margin-left: 135px;
  /*margin-left: 90px;*/
  /*margin-top: 15px;*/
  margin-top: 35px;
  line-height: 0.77666;
  letter-spacing: -3px;
}
.scroll_area_content {
  float: left;
  width: 80%;
  margin-top: 40px;
}
.scroll_area_content p {
  font-size: 49px;
  font-family: "FuturaPT-Light";
  color: #000000;
  /*margin-left: 50px;*/
  line-height: 1.1;
}
span.dot_class {
  color: #000;
  content: ".";
  font-size: 71px;
  position: absolute;
  bottom: -5px;
  padding-left: 5px;
}
.case_studie {
  float: left;
  width: 100%;
}
.case_studie p {
  font-size: 16px;
  font-family: "FuturaPT-Light";
  bottom: -150px;
  color: #000;
  text-transform: uppercase;
  position: absolute;
  letter-spacing: 2px;
}
.case_studie p a {
  color: #000 !important;
}
.case_studie p img {
  width: auto;
  height: auto;
  vertical-align: middle;
}

/*======scroll div end======*/

/*====== div start======*/
.what_we_wapper {
  float: left;
  width: 100%;
  background: #ffffff;
  /*padding:36px 0;*/

  position: relative;
}
.what_we_wapper.web {
  display: block !important;
  max-height: 747px;
}
.what_we_wapper.ipad {
  display: none !important;
}
.what_we_bg,
.what_we_inner_content,
.what_we_right_bg {
  float: left;
  width: 100%;
  display: inline-block;
}
.what_we_bg img {
  width: 100%;
  /*width: 217px;*/

  height: 756px;
}
.what_we_inner_content {
  float: left;
  width: 100%;
  display: inline-block;
  /*margin: 116px 125px;*/

  padding: 115px 125px;
  padding-bottom: 40px;
}
.what_we_inner_content .what_we_inner_class {
  float: left;
  width: 100%;
  /*height: 390px;*/
  /*height: 340px;*/
}

.what_we_inner_content .what_we_inner_class ul {
  margin-top: 60px;
  margin-left: 68px;
}
.what_we_inner_content .what_we_inner_class.learn_more {
  margin: 0;
}
.what_we_inner_content .what_we_inner_class .dwnld_area {
  /* margin-top: 140px; */
}
.what_we_inner_content .what_we_inner_class .dwnld_area h2.dwnld_txt {
  margin-bottom: 0px;
  margin-left: 68px;
}

.what_we_icone img {
  width: 46px;
  height: 28px;
}
.space_100 {
  margin-top: 50px;
}

/*.what_we_icone i {
  height: 58px;
  font-size: 40px;
}*/
.what_we_icone img {
  width: auto !important;
  display: inline-block !important;
}
.main_head {
  /*font-size: 11.2px;*/
  font-size: 14px;
  font-family: "FuturaPT-Light";
  position: relative;
  margin-bottom: 50px;
  color: #000000;
  text-transform: uppercase;
  letter-spacing: 3px;
}
.main_head:before {
  position: absolute;
  bottom: -20px;
  content: "";
  height: 5px;
  width: 106px;
  background: #ffd500;
  border-radius: 50px;
}
/*.real_impact {
  transform: rotate(-90deg);
  transform-origin: right center;
  float: right;
  right: 0;
  top: 0;
  display: inline-block;
  padding-top: 65px;
  margin: -430px auto;
  font-size: 12px;
  letter-spacing: 5px;
  font-family: 'FuturaPT-Bold';
}*/
.real_impact {
  transform: rotate(-90deg);
  /*transform-origin: right center;*/
  float: right;
  right: 0;
  /*top: 0;*/
  display: inline-block;
  /*padding-top: 65px;*/
  /*margin: -430px auto;*/
  font-size: 12px;
  letter-spacing: 5px;
  font-family: "FuturaPT-Bold";
  position: absolute;
  margin-right: -80px;
}
.second_slide .what_we_inner_class .main_head:before {
  position: absolute;
  bottom: -20px;
  content: "";
  height: 4.33px;
  width: 74px;
  background: #000000;
}
.bold_txt {
  font-family: "FuturaPT-Bold";
  font-size: 71.4px;
  color: #000000;
  line-height: 60px;
}
.we_title {
  /*margin: 45px 0;*/
  margin: 29px 0 22px 0;
  color: #000000;
  font-size: 22.4px;
  font-family: "FuturaPT-Bold";
}
.one_stop {
  /*margin: 45px 0;*/

  margin-bottom: 45px;
  color: #000000;
  font-size: 30.8px;
  font-family: "FuturaPT-Bold";
}
/*p.we_content {
  font-size: 14px;
  margin: 0 200px 0 0;
  color: #000000;
  line-height: 25px;
  font-family: 'FuturaPT-Medium';
}*/
.we_content {
  font-size: 16px;
  color: #000000;
  font-family: "FuturaPT-Medium";
}
.what_we_right_bg {
  float: left;
  width: 100%;
}
.what_we_right_bg .bg_color {
  display: block;
  background-color: #ffd500;
  right: 0;
  height: 100%;
  top: 0;
  width: 100%;
}
.what_we_right_bg i {
  display: block;
  position: absolute;
  right: 0;
  /*font-size: 76px;*/

  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}
.what_we_inner_class ul li {
  font-size: 16px;
  font-family: "FuturaPT-Medium";
  margin-bottom: 5px;
  /* letter-spacing: 3px; */
  color: #000000;
  font-weight: bold;
}
.learn_more {
  /*margin-top: 209px;*/
  /*margin-bottom: 109px;*/
  margin-top: 90px;
  margin-bottom: 19px;
}
.second_slide {
  background-color: #ffd500;
  padding-left: 220px;
}
.second_slide::after {
  content: "";
  /*height: 90%;*/
  height: 642px;
  cursor: pointer;
  font-size: 13px;
  line-height: 35px;
  vertical-align: top;
  top: 0;
  position: absolute;
  border-right: 1px solid #ad9e36;
  display: inline-block;
  margin: 4% auto;
  left: 50%;
}
.second_slide .we_content {
  margin: 0 157px 0 0;
  width: 90%;
}
.second_slide.what_we_inner_content {
  /*padding-bottom: 16px !important;*/
  padding-bottom: 92px !important;
}
.second_slide .what_we_inner_class .main_head {
  /*margin-top: -70px;*/
}

/*====== div end======*/

/*======clients div start======*/
.clients_wapper {
  float: left;
  width: 100%;
  background: #ffffff;
  /*margin-top: 55px;*/

  position: relative;
}
.clients_wapper.ipad {
  display: none !important;
}
.clients_wapper.web {
  display: block !important;
}
#scroll .row .col-sm-3 {
  padding: 0;
}
#what_we .row .col-md-2 {
  padding: 0;
}
.left_part,
.right_part {
  float: left;
  width: 100%;
  background-color: #ffffff;
  box-sizing: border-box;
  display: inline-block;
}
.left_part img.awrd_slide1_bg {
  height: 756px;
}
.client_left_side_inner {
  /*margin: 133px auto 154px 98px;*/
  margin: 83px auto 154px 98px;
  color: #000000;
  position: relative;
}
.awrd_main_title {
  margin-bottom: 83px;
}
.awrd_txtarea {
  font-size: 16.8px;
  /*font-family: 'FuturaPTCond-Medium';*/
}
.awrd_highlite_section {
  background-color: #ffd500;
  padding: 33px 100px;
  /*width: 100%;*/
  width: 967px;
  /*margin-bottom: 25%;*/

  /*margin-bottom: 250px;*/
  margin-bottom: 130px;
  position: absolute;
  z-index: 9999;
  bottom: 60px;
  margin-left: 30px;
}
.awrd_highlite_section h2 {
  font-size: 32px;
}
.right_part_inner {
  /*margin: 113px 35px 107px 130px;*/
  margin: 113px 35px 0px 130px;
}
h2.awrd_txt {
  font-size: 33px;
  font-family: "FuturaPT-Medium";
  margin-bottom: 20px;
  letter-spacing: -2px;
}
h2.client_title {
  text-align: left;
  font-family: "FuturaPT-Bold";
  position: relative;
  line-height: 60px;
  margin-left: -17px;
  /* width: 100%; padding: 0 12px; */

  font-size: 71.4px;
}
.client_inner img.client_logo {
  width: auto;
  /*max-width: 135px;*/
  margin-top: 200px;
  display: inline-block;
  height: auto;
  /*max-height: 60px;*/
  max-height: 50px;
}
.client_inner {
  float: left;
  width: 100%;
  display: inline-block;
  text-align: center;
  padding: 35px 0;
  /*padding: 15px 0;*/
}
.client_inner img.client_logo1 {
  width: auto !important;
  /*width: 70% !important;*/
  margin: 0 auto;
  height: auto;
  max-height: 65px;
  max-inline-size: -moz-fit-content;
}
.client_inner img {
  width: 100%;
}
.see_more_class {
  position: relative;
  background-color: #ffffff;
}
.company_exp1 {
  float: left;
  left: 0;
  border-radius: 0 10px 10px 0 !important;
  z-index: -99999;
}
.link_area {
  float: right;
  width: 184px;
  background-color: transparent;
  color: #000000;
  text-align: center;
  right: 0;
  position: absolute;
  bottom: -150px;
  /*margin-top: 25px;*/
  z-index: 99;
}
.link {
  color: #000000;
  font-size: 12px;
  font-family: "FuturaPT-Bold";
  text-transform: uppercase;
  letter-spacing: 5px;
}

/*.clients_wapper .owl-carousel .first_slide .owl-nav{display: none !important; }*/
.clients_wapper .owl-carousel .owl-nav {
  /*display: inline-block ;*/

  display: none;
  background-color: #ffd500;
  position: absolute;
  left: 0px;
  width: 50px;
  height: 108px;
  z-index: 9999999;
  top: 70% !important;
  transform: translateY(-70%) !important;
  -webkit-transform: translateY(-70%) !important;
}
.clients_wapper .owl-carousel_client.owl-carousel .item .owl-nav {
  display: none !important;
}

/*.clients_wapper .owl-carousel .owl-item img{width: 98%;}*/

/*h2.client_title:after, h2.client_title:before{
 content: "";
  position: absolute;
  height: 5px; 
  width: 40%;
background: #000000;
bottom: 10px;
display: block;
}
h2.client_title:after{left: 0;}
h2.client_title:before{right: 0;}*/

/*======clients div end======*/

/*======counter div start======*/
.counter_wapper {
  float: left;
  width: 100%;
  background: #ffd500;
  /*padding: 60px 98px 70px 98px;*/
  /*padding:41px 79px 48px 79px;*/

  padding: 0 79px 0 79px;
}
.counter_wapper .features_title h2 {
  padding: 36px 0 15px 0;
}

/*.counter_inner{text-align: center; }*/
.counter_inner {
  float: left;
  width: 100%;
}
ul.counter_ul {
  display: inline-block;
  width: 100% !important;
  /*text-align: center;*/
  text-align: left;
  margin: 32px auto;
  /*padding-inline-start: 0px;*/
}
ul.counter_ul li {
  display: inline-block;
  text-align: left;
  width: 33% !important;
  margin: 0 auto;
  padding-left: 47px;
}

/*.counter_ul li:nth-child(1) {
  margin-right: 479px;
  text-align: left;
}
.counter_ul li:nth-child(2) {
  margin-right: 422px;
  text-align: left;
}*/
.counter_ul li p {
  font-size: 23px;
  /*font-family: 'FuturaPTCond-Medium';*/

  font-family: "FuturaPT-Medium";
  color: #000000;
}
.counter_ul li span {
  font-size: 44.8px;
  /*font-family: 'FuturaPTCond-Book';*/

  font-family: "FuturaPT-Bold";
  color: #000;
  margin-top: 4px;
  /*font-weight: bold;*/
}

/*======counter div end======*/

/*=========================================*/

/* Main Footer */

/*=========================================*/
#footer {
  float: left;
  width: 100%;
}
.p_bold_footer {
  font-family: "FuturaPT-Bold";
}
.social.ipad {
  display: none !important;
}
.social.web {
  /*display: block !important;*/
  display: inline-block !important;
}
.footer_wapper {
  width: 100%;
  float: left;
  padding: 0;
}
.top_footer {
  float: left;
  width: 100%;
  background-color: #ffffff;
  /*padding:293px 0 118px 0;*/
  padding-left: 50px;
  padding-bottom: 118px;
}
.top_footer1 {
  background-color: #f5f5f5;
}

/*---- 1st postion about logo and exp start ---- */
.top_space {
  /*padding-top: 181px;*/
  /*padding-top: 150px;*/
  padding-top: 120px;
}
.top_frst_class {
  /*padding-top: 79px;*/
  padding-top: 72px;
  /*padding-bottom: 110px;*/
  padding-bottom: 130px;
}
.img_icone {
  float: left;
  width: auto;
}
.company_exp {
  float: right;
  width: 184px;
  background-color: #000000;
  color: #ffffff;
  text-align: left;
  border-radius: 10px 0px 0px 10px;
  right: 0;
  position: absolute;
  /*padding: 27px 0 28px 32px;*/

  padding: 20px 0 22px 32px;
}
.company_exp ul.exp {
  margin: 0;
}
.company_exp ul.exp li {
  margin: 0 0 0px 0;
  font-size: 12.6px;
  /*font-family: 'FuturaPTCond-Medium';*/

  color: #ffffff;
}
.company_exp ul.exp li:nth-child(3) {
  margin: 0px;
}
.top_footer .lft_title_top_footer {
  /*margin-top: -33px;*/
  /*margin-top: -23px;*/
}
.top_footer .lft_title_top_footer p {
  float: left;
  font-size: 44.8px;
  margin-bottom: 30px;
  line-height: 1.1;
  font-family: "FuturaPT-Light";
  /*font-family: 'FuturaPT-Bold';*/
  width: 100%;
}
.top_footer .lft_title_top_footer p.homepage_footer {
  font-family: "FuturaPT-Bold";
}
p.content_p {
  font-size: 18px;
  /*font-size: 21px;*/
  /*font-family: 'FuturaPT-Medium';*/
  font-family: "FuturaPT-Light";
  padding: 49px 10px 42px 0;
  color: #000000;
  margin-right: 150px;
}
.top_footer .btn_area {
  display: inline-block;
  background-color: #ffd500;
  /*padding: 23px 90px;*/
  /*padding: 23px;*/
  font-size: 18px;
  padding: 12px;
  /*height: 58px;*/
  width: 245px;
  text-align: center;
}
.top_footer .btn_area a {
  color: #000000;
  font-size: 16px;
  text-transform: uppercase;
  /*font-family: 'FuturaPT-Medium';*/
  font-weight: 600;
  font-style: normal;
  letter-spacing: 0.7px;
  font-family: "FuturaPT-Bold";
}
.top_footer .btn_area img {
  vertical-align: middle;
  top: 15%;
  transform: translateY(-15%);
  -webkit-transform: translateY(-15%);
  margin-right: 2px;
  width: 20px;
  height: 20px;
}
.dwnld_area {
  /* margin-top: 70px; */
  /*margin-top: 143px;*/
}
.dwnld_txt {
  font-size: 16px;
  /*font-family: 'FuturaPT-Bold';*/
  font-weight: bold;
  font-family: "FuturaPT-Medium";
  margin-bottom: 25px;
  position: relative;
}
.dwnld_txt:after {
  line-height: 2px;
  position: absolute;
  content: "";
  width: 37px;
  height: 4px;
  background: #000000;
  bottom: 5px;
  left: inherit;
  margin-left: 30px;
  border-radius: 20px;
}
.title_top_footer {
  /*font-size: 12.6px;*/
  font-size: 14px;
  /*font-family: 'FuturaPT-Bold';*/
  font-weight: bold;
  font-family: "FuturaPT-Medium";
  color: #000000;
  margin-bottom: 38px;
  letter-spacing: 1px;
  /*margin-top: 23px;*/
  margin-top: 15px;
}
.top_footer ul li {
  margin-top: 8px;
  /*font-size: 12.8px;*/
  font-size: 16px;
  font-family: "FuturaPT-Medium";
  color: #000000;
}
.top_footer ul li a {
  margin-top: 8px;
  font-size: 16px;
  font-family: "FuturaPT-Medium";
  color: #000000;
}

/*.top_footer h2{font-size: 64px; font-family: 'Helvetica';}*/
.bottom_footer {
  float: left;
  width: 100%;
  background-color: #000000;
  /*padding: 20px 113px 17px 113px;*/
  padding: 20px 15px 17px 15px;
  margin: 0 auto;
}
.footer_left_slide {
  float: left;
  width: 100%;
  color: #ffffff;
}
.footer_right_slide {
  float: right;
  width: 100%;
  /*box-sizing: border-box;*/
  /*display: block;*/
  color: #ffffff;
  text-align: right;
}
.footer_left_slide .cpy {
  float: left;
  text-align: left;
  width: auto;
  text-transform: capitalize;
  vertical-align: middle;
  display: inline-block;
  margin-right: 9px;
}
.footer_left_slide .cnt_no {
  float: left;
  text-align: left;
  width: 100%;
  font-size: 18px;
  text-transform: capitalize;
  vertical-align: middle;
  display: inline-block;
  /* padding-left: 5px; */
}
.cpy {
  display: inline-block;
  width: 100%;
  text-align: center;
}
.cpy p {
  display: inline-block;
  width: 100%;
  letter-spacing: 0.5px;
  font-size: 13px;
}
.cnt_no img {
  float: left;
  height: 20px;
  width: 20px;
  padding-top: 4px;
  vertical-align: middle;
  top: 15%;
  transform: translateY(-15%);
  -webkit-transform: translateY(-15%);
  margin-right: 15px;
  /* padding-left: 5px;
  margin-left: 10px; */
}
.cnt_no p {
  font-size: 14px;
}
.social {
  display: inline-block;
  width: 100%;
  text-align: center;
}
.share_area .social ul {
  margin: 0 auto 78px auto;
}
.bottom_footer .footer_right_slide .social {
  text-align: right;
  /*text-align: center;*/
}
.social ul {
  display: inline-block;
  width: 100%;
  margin: 0;
}
.social ul li {
  display: inline-block;
  width: auto;
  margin-left: 20px;
}
.social ul li a {
  display: inline-block;
  width: 100%;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  text-transform: uppercase;
}
.social ul li a i {
  width: 30px;
  height: 30px;
  vertical-align: middle;
  font-size: 30px;
}
.social ul li a img {
  /*width: 80%;*/

  height: 20px;
}

/*============================work page css start========================================*/
.contact_wapper,
.work_wapper,
.work_port_wapper {
  float: left;
  width: 100%;
  /*margin-top: 86px;*/
}
.work_port_wapper .row .col-md-6 {
  padding: 0;
  margin: 0;
  min-height: unset;
}
.work_mainpart {
  float: left;
  width: 100%;
  background-color: #ffffff;
}
.work_content {
  float: left;
  width: 100%;
  text-align: center;
  margin-top: 75px;
  margin-bottom: 94px;
}
.work_content h2 {
  font-size: 49px;
  /* font-family: 'FuturaPT-Light'; */
  font-family: "FuturaPT-Light2", Sans-serif !important;
  color: #000000;
  margin-bottom: 30px;
  /* font-weight: bold; */
  letter-spacing: -1px;
}
.work_content p {
  font-size: 18px;
}
.workimg_class {
  position: relative;
}
.port_img {
  width: 100%;
  box-sizing: border-box;
  display: block;
  width: 100%;
  height: auto;
}
.Journal_inner .port_img {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.overlay_img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: 0.5s ease;
  /* background-color: #6f7072; */
  background-color: #6f7072a6 !important;
}
.workimg_class:hover .overlay_img {
  opacity: 1;
}
.text {
  color: white;
  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: left;
  top: 52px;
  left: 17px;
}
.text ul {
  display: inline-block;
  width: 100%;
  margin: 0;
  margin-left: 45px;
}
.overlay_img .text h1 ul {
	margin-left:0;
}
.text ul li {
  display: inline-block;
  width: auto;
  margin-right: 21px;
  font-size: 16px;
  font-family: "FuturaPT-Bold";
}
.text h2 {
  /*margin: 30px 20px;*/

  font-size: 86px;
  font-family: "FuturaPT-Bold";
  margin-left: 45px;
  margin-top: 18px;
  letter-spacing: -2px;
}

/*============================work page css end========================================*/

/*============================work inner page css start========================================*/
.topmargin_T {
  margin-top: 100px;
}
.work_bg {
  float: left;
  width: 100%;
}
.work_inner_wapper {
  float: left;
  width: 100%;
}
.work_inner_wapper .work_contentarea {
  /*margin:5% 15%;*/
  margin-top: 87px;
  margin-left: 87px;
  /*margin-right: 116px;*/
}
.work_inner .ipad.btn_area {
  display: none;
}
/*.service_img_bg{float: left; width: 100%; */
/*background-image: url("../images/work_inner_2.png"); }*/
.service_wapper_txt {
  position: absolute;
  color: #ffffff;
  font-size: 61px;
  margin-top: 240px;
  margin-left: 98px;
  font-family: "FuturaPT-Bold";
  letter-spacing: -2px;
}
.work_1 {
  /*float: left;*/
  float: right;
  width: auto;
}
.work_img {
  float: left;
  width: 100%;
}
.work_img img {
  /*float: right;*/
  float: left;
  width: auto;
  height: auto;
}
.service_img img {
  float: left;
  width: 100%;
}
.work_contentarea h2 {
  font-size: 48.3px;
  font-family: "FuturaPT-Bold";
  margin-top: 53px;
  margin-bottom: 57px;
  letter-spacing: -2px;
}
.box_heading {
  margin-bottom: 50px;
  text-align: left;
  padding-left: 80px;
  padding-bottom: 20px;
  font-size: 44px;
  font-family: "FuturaPT-Bold";
  box-shadow: 1px 4px 4px 0px #ccc;
  width: 696px;
  border-radius: 0 20px 20px 20px;
}
.inner {
  margin: 10% auto;
}
.work_contentarea ul {
  display: inline-block;
  width: 100%;
  margin: 0;
  /*margin-left: 45px;*/

  border-radius: 90px 90px 50px 50px;
}
.work_contentarea {
  position: relative;
}
.circle_img {
  position: absolute;
  top: -80px;
  left: -80px;
  z-index: 99;
}
h2.work_inner_title,
h2.box_heading {
  font-size: 49px;
  font-family: "FuturaPT-Light";
}
h2.box_heading {
  padding-left: 100px;
}
.work_contentarea ul li {
  display: inline-block;
  width: auto;
  margin-right: 35px;
  font-size: 13px;
  font-family: "FuturaPT-Bold";
  font-weight: normal;
  text-transform: uppercase;
  line-height: inherit;
}
.how_work {
  margin-bottom: 0px;
  font-size: 21px;
  font-family: "FuturaPT-Light";
}
.work_contentarea p.thin_txt {
  margin-bottom: 56px;
  line-height: 55px;
}
ul.work_inner_content {
  margin-bottom: 0;
  margin: 0;
  float: left;
  width: 67%;
}
ul.work_inner_content li {
  font-size: 20px;
  font-family: "FuturaPT-Light";
  text-transform: capitalize;
  margin: 0;
  padding: 0;
}
.work_inner_content {
  font-size: 21px;
  /* font-family: "FuturaPT-Light"; */
  margin-bottom: 26px;
}
.work_inner_part1 {
  margin: 185px auto 195px auto;
}
.work_inner_part1 .work_contentarea p.work_inner_content {
  /*margin-right: 136px;*/
  margin-right: 0px;
}
.work_inner_part2 {
  margin: 57px 136px 337px 136px;
}
.work_inner_part2 .work_contentarea p.work_inner_content {
  margin-right: 136px;
}
.work_inner_part2 .work_contentarea h2 {
  margin-bottom: 62px;
}
.work_2 {
  margin-top: 80px;
}
.Expertise_wapper .service_img {
  margin: 0px auto;
  background-color: none;
}
.Expertise_wapper .service_img {
  margin-bottom: 0;
}
.work_inner_part3 {
  margin: 0px 136px 0px 136px;
}
.work_inner_part3 .work_contentarea h2 {
  font-size: 49px;
  font-family: "FuturaPT-Bold";
  margin-top: 0;
}
.work_inner_part4 .work_contentarea .work_1 {
  /*margin-top: -80px;*/
}
.work_inner_bgtxt {
  position: absolute;
  top:370px;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}
.work_inner_bgtxt ul {
  display: inline-block;
  width: 100%;
  margin-bottom: 10px;
  text-align: center;
}
.work_inner_bgtxt ul li {
  display: inline-block;
  width: auto;
  padding-left: 5px;
  padding-right: 5px;
  font-size: 16.8px;
  font-family: "FuturaPT-Bold";
  font-weight: normal;
  text-transform: uppercase;
  line-height: inherit;
  color: #ffffff;
}
.work_inner_bgtxt h2 {
  color: #ffffff;
  font-size: 54px;
  font-family: "FuturaPT-Bold";
  text-align: center;
}

/*============================work inner page css end========================================*/

/*============================about us page css start========================================*/
.about_wapper {
  float: left;
  width: 100%;
  background-color: #ffffff;
  /*padding: 63px 0 71px 104px;*/
  padding: 63px 0 71px 0;
}
.clients_div_wapper.web {
  display: block;
}
.clients_div_wapper.ipad {
  display: none;
}
.about_left {
  /*margin: 0 85px 0 114px;*/
}
.about_right {
  /*margin: 0 85px 0 114px;*/
  margin-left: 15px;
}
.about_title {
  /*margin-bottom:69px;*/
}
.about_title h2 {
  font-family: "FuturaPT-Bold";
  font-size: 48.3px;
  color: #000000;
  margin: 8px 0 39px 0;
  /*font-weight: bold;*/
  letter-spacing: -2px;
}
.we_work_title h2 {
  font-family: "FuturaPT-Bold";
  font-size: 48.3px;
  color: #000000;
  margin-bottom: 56px;
  letter-spacing: -2px;
}
.about_sub_title p {
  margin-bottom: 49px;
  font-size: 49px;
  font-family: "FuturaPT-Light";
  color: #000;
  letter-spacing: -1px;
}
.last_p {
  margin-bottom: 55px !important;
}
.about_txt_p {
  font-size: 21px;
  font-family: "FuturaPT-Light";
  margin-bottom: 25px;
  color: #000;
  /*letter-spacing: 0.5px;*/
}
.client_inner_div .about_txt_p {
  /*padding-right: 41px;*/
  padding-right: 49px;
}
.founder_wapper .about_txt_p {
  margin-right: 51px;
}
/*.founder_wapper .about_txt_p{margin-right: 51px;}*/
.about_left .about_txt_p {
  /*margin-right:125px;
    */

  margin-right: 52px;
}
.last_p1 {
  /*margin-right: 110px !important;*/

  margin-right: 60px !important;
}
.about_right .about_txt_p {
  margin-right: 23px;
}
.about_img {
  padding-right: 112px;
  position: relative;
  margin-top: 67px;
}
.about_img_ipad {
  display: none;
}
table.left_table {
  margin-left: 20px;
}
.left_table.iphone-x,
.contact_hello.iphone-x {
  display: none;
}
.image_wapper {
  position: absolute;
  /*top: -30px;*/
  top: -25px;
  color: #fff;
  /*left: -18px;*/
  left: -14px;
}
.image_wapper p {
  font-size: 70px;
  font-family: "FuturaPT-Bold";
  line-height: 73px;
}
.clients_main_title {
  text-align: center;
  float: left;
  width: 100%;
  /*margin-left: -65px;*/
  margin-left: -50px;
}
.clients_main_title h2 {
  font-family: "FuturaPT-Bold";
  font-size: 48.3px;
  /*margin-top: 104px;*/
  margin-top: 114px;
  color: #000;
  letter-spacing: -2px;
}
.clients_div_wapper {
  float: left;
  width: 100%;
  background-color: #f5f5f5;
  /*padding: 163px 0 126px 0;*/

  padding: 127px 0 26px 0;
}
.clients_details_wapper {
  /*margin:0 85px 0 114px;*/
}
.founder_wapper {
  margin: 0 85px 97px 114px;
}
.founder_title {
  margin-top: 82px;
  margin-bottom: 59px;
  color: #000;
}
.founder_title h2 {
  font-size: 48.3px;
  font-family: "FuturaPT-Bold";
  letter-spacing: -2px;
}
.founder_img {
  width: 100%;
  float: left;
  display: inline-block;
  position: relative;
}
.image_wapper_founder {
  position: absolute;
  color: #ffffff;
  bottom: 21px;
  left: -25px;
}
.image_wapper_founder span {
  font-size: 21px;
  font-family: "FuturaPTCond-Medium";
  margin-left: 14px;
}
.image_wapper_founder p {
  font-size: 75px;
  font-family: "FuturaPT-Bold";
}
.founder_img img {
  margin-top: -202px;
  margin-bottom: 50px;
  /*width: 742px;
height: 756px;*/
  /*width: 1060px;*/
  /*height: 1080px*/

  width: 100%;
  margin-left: -15px;
}
.left_p {
  margin-right: 12px;
}
.client_inner_div {
  /*margin: 0 26px;*/
  /*margin: 0 45px;*/
}

/*.clients_title{height: 75px;}*/
.clients_title p {
  font-size: 29.4px;
  font-family: "FuturaPT-Bold";
  margin-bottom: 69px;
  text-transform: uppercase;
  color: #000;
  height: 78px;
  /*letter-spacing: 2px;  */
  letter-spacing: -1px;
}
.about_img img {
  height: 830px;
  width: 529px;
  /*width: 80%;*/
  /*margin-top: 39px;*/
}

/*============================about us page css end========================================*/

/*============================approach page css start========================================*/
.approach_wapper {
  float: left;
  width: 100%;
  background-color: #ffffff;
  color: #000000;
}
.ipad .approach_first_div {
  display: none;
}
.web .approach_first_div {
  display: block;
}
.approach_title {
  float: left;
  width: 100%;
  text-align: center;
  margin: 78px auto;
}
.approach_title h2 {
  font-size: 49px;
  font-family: "FuturaPT-Light";
  color: #000000;
}
.approach_title p {
  font-size: 21px;
  font-family: "FuturaPT-Light";
  margin-top: 30px;
  color: #000;
}
.approach_p {
  font-size: 30px;
  font-family: "FuturaPT-Light";
  margin-top: 43px;
  color: #000;
  text-align: center;
  margin: 0 20%;
}
.approach_first_div {
  /*margin:130px 5%;*/

  padding: 0 20px;
  float: left;
  width: 100%;
  margin: 0 auto;
}
.approach_listing {
  float: left;
  width: 100%;
  display: inline-block;
  text-align: center;
}
.approach_listing ul {
  /*margin:10px 0 50px 0; */

  margin-bottom: 30px;
}
.approach_listing ul li {
  letter-spacing: 1.5px;
  font-size: 12px;
  font-family: "FuturaPT-Bold" !important;
  color: #000000;
  text-transform: uppercase;
  margin-bottom: 11px;
}
.circle_inner {
  text-align: center;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  font-size: 16px;
  font-family: "FuturaPT-Bold";
}
.circle_area {
  width: 325px;
  height: 325px;
  background-color: #ffffff;
  border-radius: 50%;
  border: 38px solid #000000;
  /*margin: 184px auto;*/

  margin: 124px auto;
}
.purple {
  border: 38px solid #7000b0 !important;
}
.green {
  border: 38px solid #00b0ab !important;
}
.blue {
  border: 38px solid #0012ff !important;
}
.black {
  border: 38px solid #000000 !important;
}
.approach_single_wapper {
  float: left;
  width: 100%;
  background-color: #ffffff;
  color: #000000;
  margin-bottom: 10%;
}
.approach_details {
  /*margin:10% 10%;*/

  margin-left: 101px;
  margin-right: auto;
  margin-top: 120px;
}

/*.single_circle{
    position: absolute; 
    right:-90px; 
    width: 360px; 
    height:180px;  
    background-color: transparent;
    border-top-left-radius: 218px;  
    border-top-right-radius: 218px; 
    border:38px solid #7000b0;
    border-bottom: 0;
    transform: rotate(-90deg);
  }*/
.left {
  transform: rotate(180deg) !important;
  left: 0;
}
.approach_details ul {
  display: inline-block;
  width: 100%;
  margin-bottom: 80px;
}
.approach_details ul li {
  display: inline-block;
  width: auto;
  margin: 20px 20px 20px 0;
  font-size: 12px;
  /*font-family: 'FuturaPT-Bold';*/
  font-weight: 600;
  letter-spacing: 0.2px;
  text-transform: uppercase;
}
.first_wapper {
  margin-bottom: 57px;
}
.single_circle_img {
  position: absolute;
  right: 0;
  width: 50%;
  top: 80px;
}
.approach_name {
  font-size: 48px;
  font-family: "FuturaPT-Bold";
  margin-bottom: 54px;
  letter-spacing: -2px;
}
.approach_sub_heading {
  font-size: 49px;
  /* font-family: 'FuturaPT-Light'; */
  color: #000;
  margin-bottom: 48px;
  letter-spacing: -1px;
  line-height: 53px;
  width: 80%;
}
.approach_content {
  font-size: 18px;
  /* font-family: 'FuturaPT-Light'; */
  /* color: #000; */
  margin-bottom: 33px;
}
p.approach_content {
  /*width: 530px;*/
  /*margin-right: 20%;*/
  font-family: "FuturaPT-Light2", Sans-serif;
}
/*============================approach page css end========================================*/

/*============================service page css start========================================*/
.service_wapper {
  float: left;
  width: 100%;
  background-color: #ffffff;
  color: #000000;
}
#service_firstpart.web {
  display: block;
}
#service_firstpart.ipad {
  display: none;
}
.service_div1 {
  margin-top: 86px;
}
.service_div2 {
  margin-top: 106px;
}
.service_div3 {
  margin-top: 105px;
}
.service_div4 {
  margin-top: 80px;
}
.service_contentarea {
  /*margin-left: 93px;*/
  margin-left: 80px;
  /*margin-right: 80px;*/
}
.service_contentarea h2 {
  font-size: 48px;
  font-family: "FuturaPT-Bold";
  margin-bottom: 34px;
  letter-spacing: -2px;
}
.service_contentarea ul {
  display: inline-block;
  width: 100%;
  margin-top: 39px;
}
.service_contentarea ul li {
  display: inline-block;
  width: auto;
  margin-right: 35px;
  font-size: 12px;
  font-family: "FuturaPT-Bold";
  text-transform: uppercase;
  letter-spacing: 1px;
}
.service_content {
  font-size: 20px;
  /* font-family: 'FuturaPT-Light'; */
  font-family: "FuturaPT-Light2", Sans-serif;
  margin-bottom: 25px;
  margin-right: 70px;
}
.service_img {
  width: 100%;
  box-sizing: border-box;
  display: inline-block;
  float: left;
}
.service_img img {
  width: 100%;
}
.Expertise_wapper {
  float: left;
  width: 100%;
  background-color: #f5f5f5;
  margin: 50px auto 0 auto;
}
.Expertise_title {
  float: left;
  width: 100%;
  background-color: #000000;
  color: #ffffff;
  text-align: center;
  margin-top: -50px;
}
.Expertise_title h2 {
  text-transform: uppercase;
  margin-top: 135px;
  margin-bottom: 135px;
  font-size: 48px;
  font-family: "FuturaPT-Bold";
}
.Expertise_inner {
  margin-top: 96px;
  margin-bottom: 117px;
  /*margin-left:102px; margin-right: 71px;*/
}
.expertise_innerpart {
  margin: 10px;
}
.exp_icone {
  height: 67px;
}
.exp_icone img {
  width: 60px;
  /*height: 67px;*/
  height: auto;
}
h2.exp_title {
  font-size: 48px;
  font-family: "FuturaPT-Bold";
  margin: 61px auto;
  color: #000;
  letter-spacing: -2px;
}
.exp_content {
  font-size: 21px;
  font-family: "FuturaPT-Light";
  color: #000;
  margin-right: 56px;
}
.second_wapper {
  margin-top: 117px;
}

/*============================service page css end========================================*/

/*============================Journal  page css start========================================*/
.Journal_wapper {
  float: left;
  width: 100%;
  background-color: #ffffff;
}
.Journal_content {
  float: left;
  width: 100%;
  text-align: center;
  position: relative;
  /*padding: 0 73px;*/
  /*margin-left: 38px;*/
}
.Journal_innerwapper .Journal_content {
  /*padding: 0 73px;*/
  padding: 0 0;
}
.Journal_wapper_txt {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}
.Journal_content .Journal_wapper_txt p {
  color: #ffffff;
  font-size: 47px;
  font-family: "FuturaPT-Bold";
  letter-spacing: -2px;
}
.Journal_content h2 {
  font-size: 48.3px;
  font-family: "FuturaPT-Bold";
  color: #000000;
  text-align: left;
  /*margin-top:29px;*/
  margin-top: 78px;
  /*margin-bottom: 15px;*/
  margin-bottom: 28px;
  letter-spacing: -2px;
  margin-left: 38px;
}
.Journal_div_wapper {
  float: left;
  width: 100%;
  margin: 0;
}
.Journal_inner {
  float: left;
  box-shadow: 0px 2px 1px 1px #cccccc;
  border-radius: 10px;
  margin: 10px 0;
  height: 500px;
}

.Journalimg_class {
  height: 180px;
  overflow: hidden;
}
.Journal_txt {
  margin: 15px;
}
h2.Journal_name {
  font-size: 21px;
  font-family: "FuturaPT-Bold";
  margin-top: 0;
  margin-bottom: 20px;
  letter-spacing: -1px;
  color: #000;
}
.Journal_p {
  font-size: 16px;
  /* font-family: 'FuturaPT-Light'; */
  font-family: "FuturaPT-Light2", Sans-serif;
  margin-bottom: 20px;
}
.general_btn {
  /*display: block;*/
  display: inline-block;
  /*width: 113px;*/
  background-color: #000000;
  color: #fff;
  border-radius: 50px;
  /*padding: 8px 25px;*/
  padding: 8px 15px;
  text-align: center;
  text-transform: capitalize;
  font-size: 11.2px;
  margin-bottom: 20px;
  font-family: "FuturaPT-Bold";
  margin-right: 10px;
}
a.general_btn:hover {
  text-decoration: none;
  color: #ffffff !important;
}
.journal .owl-carousel .owl-nav {
  display: block !important;
  background-color: #f5f5f5;
}
.paggination_wapper {
  width: 100%;
  background-color: #f5f5f5;
  display: inline-block;
  text-align: center;
  /*padding: 2% 0;
  margin-top: 20px;*/
  padding-top: 42px;
  padding-bottom: 42px;
  /*padding-top: 10px;
padding-bottom: 20px;*/
}
.pagination {
  margin: 40px 0;
}
.pagination a.txt_prev,
.pagination a.txt_next {
  font-size: 15.4px;
}
.pagination a {
  font-size: 23.8px;
  font-family: "FuturaPT-Bold";
  color: #000000;
  padding-left: 20px;
}
.txt_next,
.txt_prev {
  letter-spacing: 5px;
  padding: 0 10px;
  margin: 0 25px;
}
.row_class {
  margin-bottom: 12px;
}

/*============================Journal page css end========================================*/

/*============================Journal inner page css start========================================*/
.Journal_content img {
  float: left;
  width: 100%;
  /*margin-bottom: 60px;*/
  color: #000;
  /*margin-top: 70px;*/
  margin: 30px auto;
}
.journal_inner_details {
  float: left;
  width: 100%;
 /* padding: 0 6%;*/
}
.top_area .general_btn {
  width: auto;
  float: left;
  font-size: 11px;
  font-family: "FuturaPT-Bold";
  margin-right: 56px;
}
.top_area img {
  /*margin: 15px 15px 15px 0;*/
  margin: 5px auto;
}
.top_area label {
  font-family: "FuturaPT-Bold";
  font-size: 13px;
  padding-left: 15px;
  font-weight: normal;
}
h2.journal_heading {
  font-size: 48.3px;
  font-family: "FuturaPT-Bold";
  /*margin-top: 26px;*/
  /*margin-bottom: 104px;*/
  /*margin-bottom: 80px;*/
  color: #000;
  float: left;
  width: 100%;
  letter-spacing: -2px;
}
h2.small_heading {
  font-size: 14px;
  font-family: "FuturaPT-Bold";
  margin-bottom: 10px;
  float: left;
  width: 100%;
}
.thin_txt {
  font-size: 49px;
  font-family: "FuturaPT-Light";
  color: #000;
  margin-bottom: 55px;
  letter-spacing: -1px;
}
.journal_inner_p {
  font-size: 21px;
  font-family: "FuturaPT-Light";
  margin-bottom: 63px;

  /*margin-right: 5%;*/
  margin-right: 2%;
}
.blockquote_area {
  float: left;
  width: 100%;
  background-color: #f5f5f5;
  margin-top: 10px;
  margin-bottom: 59px;
}
.blockquote_area blockquote {
  border-color: #ffd500;
  border-left: 16px solid #ffd500;
  margin: 0;
}
.blockquote_area blockquote p::before {
  position: absolute;
  content: '"';
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  color: #000;
  margin-top: -42px;
  font-family: "FuturaPTCond-ExtraBold";
  font-size: 48px;
}
.blockquote_area blockquote p::after {
  position: absolute;
  content: '"';
  /*font-family: FontAwesome;*/
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  color: #000;
  margin-top: -20px;
  margin-left: -25px;
  font-size: 48px;
  font-family: "FuturaPTCond-ExtraBold";
}
.blockquote_area blockquote p {
  font-size: 30px;
  font-family: "FuturaPT-Light";
  margin-bottom: 25px;
  margin-top: 45px;
  margin-left: 60px;
  margin-right: 60px;
}
.journal_sub_p {
  font-size: 21px;
  font-family: "FuturaPT-Bold";
  color: #000;
  margin-bottom: 20px;
}
.share_area {
  float: left;
  width: 100%;
  color: #000;
  margin: 10px auto;
}
.share_area .social {
  text-align: left;
  font-family: "FuturaPT-Bold";
}
.share_area .social ul li a {
  color: #000;
  font-size: 13px;
  font-family: "FuturaPT-Bold";
  font-weight: normal;
}
.left_side_portion {
  float: left;
  width: 50%;
  text-align: left;
  padding-left: 42px;
}
.right_side_portion {
  float: left;
  width: 50%;
  text-align: right;
  padding-right: 42px;
}
.left_side_portion p,
.right_side_portion p {
  font-size: 11.2px;
  font-family: "FuturaPT-Light";
  letter-spacing: 3px;
}
.left_side_portion h2,
.right_side_portion h2 {
  font-size: 21px;
  font-family: "FuturaPT-Bold";
  color: #000000;
  margin: 10px auto;
  letter-spacing: -1px;
  font-weight: bold;
}
.right_side_portion h2 a,
.left_side_portion h2 a {
  color: #000 !important;
}
/*============================Journal inner page css end========================================*/

/*============================contact us page css start========================================*/
.contact_mainpart {
  float: left;
  width: 100%;
  background-color: #ffffff;
}
.contact_content {
  float: left;
  width: 100%;
  text-align: center;
  margin-top: 102px;
  margin-bottom: 96px;
  text-align: left;
  /*padding-left: 104px;*/
}
.contact_content h2 {
  font-size: 48.3px;
  font-family: "FuturaPT-Bold";
  letter-spacing: -2px;
}
.contact_content p {
  font-size: 49px;
  font-family: "FuturaPT-Light";
  margin-top: 15px;
  letter-spacing: -1px;
}
.getin_wapper {
  background-color: #ffd500;
  float: left;
  width: 100%;
  padding-bottom: 60px;
  padding-top: 60px;
}
.getin_part_inner {
  /*margin: 0 30px;*/
  /*padding-left: 104px;*/
}
.get_in_touch_title {
  font-size: 28px;
  font-family: "FuturaPT-Bold";
  text-transform: uppercase;
  margin-bottom: 64px;
}
.In_title {
  font-size: 56px;
  font-family: "FuturaPT-Bold";
  margin-bottom: 64px;
  letter-spacing: -1px;
}

/*.In_class{padding-top:19px; padding-bottom: 12px;}*/
.blank_spacs {
  height: 150px;
}
.first_div p {
  margin-right: 20px;
}
.first_div p,
.first_div ul li {
  font-size: 16px;
  font-family: "FuturaPT-Light";
  font-weight: normal;
  letter-spacing: 0.5px;
  color: #000000;
}
.hello_wapper {
  float: left;
  width: 100%;
}
h2.getin_title {
  padding-bottom: 101px;
  font-family: "FuturaPT-Bold";
  font-size: 44px;
}
.first_div {
  float: left;
  width: 100%;
}
.getin_wapper .getin_part_inner .row .col-md-3 {
  padding: 0 15px !important;
}
.hello_wapper {
  float: left;
  width: 100%;
  background-color: #ffffff;
  color: #000000;
  /*padding-left: 104px;*/
  padding-top: 55px;
}
.hello_wapper .form_wapper .form-group span.wpcf7-form-control-wrap::after {
  background: #000;
}
.get_main_title h2.contact_hello {
  font-size: 48.3px;
  font-family: "FuturaPT-Bold";
  letter-spacing: -2px;
}
.contact_leave_title {
  font-size: 49px;
  font-family: "FuturaPT-Light";
  margin-bottom: 55px;
  letter-spacing: -1px;
}
.send_btn {
  width: 620px;
  text-align: center;
  font-size: 16.8px;
  font-family: "FuturaPT-Bold";
  background-color: #ffd500;
  color: #000000;
  margin-top: 40px;
  margin-bottom: 86px;
  border: #ffd500;
  height: 58px;
}
.hello_left_part {
  float: left;
  width: 100%;
  margin-top: 25px;
  /*margin-left: -34px;*/
  margin-left: 34px;
}
.mail_wapper .get_main_title::after {
  content: "";
  position: absolute;
  background: #333;
  bottom: 0;
  bottom: -135px;
  display: block;
  height: 100%;
  width: 2px;
  right: 160px;
  top: -122px;
  height: 600px;
}
.get_main_title:after {
  content: "";
  position: absolute;
  background: #000;
  bottom: -135;
  display: block;
  /*height: 100%;*/
  height: 100%;
  width: 2px;
  /*right: 170px;*/
  /*right: 20%;*/
  right: 0;
  top: 30px;
}
.get_in_touch::after {
  background: #333;
  content: "";
  position: absolute;
  bottom: -135;
  display: block;
  height: 100%;
  width: 2px;
  right: 140px;
  /*top: 30px;*/
}
.hello_left_part .form-group .form-control {
  font-size: 16.8px;
  font-family: "FuturaPT-Medium";
  color: #000000;
}
.hello_left_part .form-group .form-control#name,
.hello_left_part .form-group .form-control#email,
.hello_left_part .form-group .form-control#phone {
  width: 260px;
}
.hello_left_part .form-group .form-control#message {
  width: 620px;
}
.get_main_title p {
  /* font-family: "FuturaPT-Light"; */
  font-size: 21px;
  margin-bottom: 90px;
  margin-right: 170px;
}
#hello_wapper .get_main_title p {
  margin-right: 22px;
}

.contact .top_footer {
  background-color: #f5f5f5;
}

/*============================contact us css end========================================*/

.pen .navbar-toggle:hover {
  background: transparent !important;
}
.pen .navbar-toggle .icon-bar {
  width: 22px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

/* ANIMATED X */
.navbar-toggle.x .icon-bar:nth-of-type(1) {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transform-origin: 10% 10%;
  -ms-transform-origin: 10% 10%;
  transform-origin: 10% 10%;
}
.navbar-toggle.x .icon-bar:nth-of-type(2) {
  opacity: 0;
  filter: alpha(opacity=0);
}
.navbar-toggle.x .icon-bar:nth-of-type(3) {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transform-origin: 10% 90%;
  -ms-transform-origin: 10% 90%;
  transform-origin: 10% 90%;
}

/* ANIMATED X COLLAPSED */
.navbar-toggle.x.collapsed .icon-bar:nth-of-type(1) {
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
}
.navbar-toggle.x.collapsed .icon-bar:nth-of-type(2) {
  opacity: 1;
  filter: alpha(opacity=100);
}
.navbar-toggle.x.collapsed .icon-bar:nth-of-type(3) {
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
}

/* END ANIMATED X */
/* FORCE NAVBAR-TOGGLE */
.pen .navbar-header {
  float: none;
}
.pen .navbar-toggle {
  display: block;
}
.pen .navbar-collapse {
  /*border-top: 1px solid transparent;*/
  /*box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);*/
}
.pen .navbar-collapse.collapse {
  display: none !important;
}
.pen .navbar-nav {
  float: none !important;
  margin: 7.5px -15px;
}
.pen .navbar-nav > li {
  float: none;
}
.pen .navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
}
.pen .navbar-collapse.collapse.in {
  display: block !important;
}
.pen .navbar-brand {
  font-size: 14px;
}
.logo_area {
  float: left;
  width: 100%;
  padding-inline-start: 30px;
  display: block;
}

#crestashareicon {
  display: none !important;
}
.wpcf7-form-control-wrap {
  position: initial !important;
}

.navbar-collapse.collapse {
  overflow: hidden !important;
}

.paggination_wapper .page-numbers {
  font-size: 23.8px;
  font-family: "FuturaPT-Bold";
  color: #000000;
  padding-left: 20px;
}
.cresta-share-icon {
  padding-top: 50px;
}

.client-wrapper {
  margin-right: 5%;
  padding: 5% 0 0;
  transform: translate(-18px, 0px);
  display: none;
}
.client-wrapper img {
  width: 100%;
}
#author-info {
  margin-top: 50px;
  margin-bottom: 60px;
  float: left;
  padding: 50px;
  background-color: #fff;
  -moz-border-radius: 5px;
  border-radius: 5px;
  border: 2px solid #000;
  width: 100%;
}
#author-description {
  margin-left: 100px;
  font-size: 16px;
  font-family: "FuturaPT-Medium", Sans-serif;
  color: #000;
}
#author-info .avatar {
  position: relative;
  top: 0;
  left: 0;
  float: left;
}
.avatar {
  padding: 1px;
  border: 1px solid #666;
}
#author-description h3 {
  margin-top: 0px;
  margin-bottom: 10px;
  text-transform: capitalize;
}
#author-description h3 a {
  color: #000;
}
.journal_inner_details h3 {
  font-family: "FuturaPT-Bold";
  color: #000;
  margin-top: 20px;
  margin-bottom: 20px;
  letter-spacing: -1px;
}
label {
  font-weight: bold;
  color: #000000;
  font-family: "FuturaPT-Light2", Sans-serif;
}
body.single-post  img.inner-imge-left{
  width: 40rem;
}
@media (max-width: 991px) {
  .f-menuwrap {
    padding-bottom: 5%;
  }
  .client-wrapper {
    display: block;
  }
  .top_frst_class {
    padding-top: 50px;
  }
  #service_firstpart.web {
    display: block !important;
  }
  /* .wpb_raw_code.wpb_raw_js {
    transform: translate(-140px, 0px);
  } */
}

h1.list-inner-heading {
  font-size: 50px;
  padding-top: 10px;
  font-family: "FuturaPT-Bold", Sans-serif;
}
/* .list-data-wrap p {
  color: #000;
} */
.link-wrap {
  font-family: "FuturaPT-Light2", Sans-serif;
  font-weight: 900;
  letter-spacing: 0.2px;
  fill: #000000;
  color: #000000;
}
.work_bg {
  float: left;
  width: 100%;
  max-width: 100%;
  height: 600px;
  max-height: 600px;
  object-fit: cover;
}
.work_inner_bgtxt h1 {
  margin-top: 0;
}
div#work_port .col-md-4 {
  padding: 0;
}
.footer-main div#f_title p {
  font-family: "FuturaPT-Bold", Sans-serif;
}
form#download_form{
  transform: translate(6%,6%) !important;
  -webkit-transform: translate(6%,6%) !important;
}
.blank_wrapper {
  padding-top: 10%;
}
.blank_wrapper .title{
  text-align: left;
  padding-top: 25%;
}
.blank_wrapper .img_wrap{
 text-align: center;
}
.blank_wrapper .title h2 {
  width: 100%;
  color: #000000;
  font-family: "FuturaPT-Bold", Sans-serif;
  font-size: 50px;
  font-weight: 900;
  line-height: 1.3em;
  margin-bottom: 0;
}
.blank_wrapper .title p {
  max-width: 280px;
  font-size: 16px;
}
.free-stuff-link{
  font-family: "FuturaPT-Light2", Sans-serif !important;
}
a.sub-link{
  font-size: 17px !important;
}
.list-heading{
  font-family: "FuturaPT-Light2", Sans-serif;
  font-weight: 900;
}
p.form-inner-free-description{
  padding-top: 22px;
  text-align: center;
  font-weight: 900;
  color: #000;
  font-size: 20px;
}
/* .link-wrap a{
  font-size: 16px;
} */


a {
  text-decoration: none;
}
a:hover{
  text-decoration: none;
}
/* new  */

.contact_wrapper2 .con_tab ul.parentTab {
    display: flex;
    align-items: center;
    gap: 20px;
    padding: 0;
    list-style: none;
}

.contact_wrapper2 .con_tab {
    margin: 2rem 0;
}

.contact_wrapper2 .con_tab ul.parentTab li a {
    font-family: "FuturaPT-Light2", Sans-serif;
    font-weight: 800 !important;
    background: #FFF;
    border: 0;
    box-shadow: 0 0 10px rgb(0 0 0 / 20%);
    border-radius: 40px;
    font-weight: 500;
    min-height: 45px;
    line-height: 45px;
    margin-right: 15px;
    display: inline-block;
    cursor: pointer;
    border: 2px solid #DDDDDD;
    padding: 0 25px;
    transition: 0.5s all;
    min-width: 180px;
    text-align: center;
}

.contact_wrapper2 .con_tab ul.parentTab li a {
    color: #0d0909;
}
.contact_wrapper2 .con_tab ul.parentTab li a:hover{
    background: #ffd400;
    font-weight: 600;
    color: #000000;
}

.contact_wrapper2 .con_tab ul.parentTab li.tabing a.active {
    color: #fff;
}

.contact_wrapper2 .con_tab ul.parentTab li.tabing a.active {
    background: #000;
    font-weight: 600;
}

.contact_wrapper2 .con_contentwrap .tabcontent {
    display: none;
}

.contact_wrapper2 .con_contentwrap .tabcontent ul.subTab {
    padding: 0;
    list-style: none;
    display: flex;
    align-items: center;
    gap: 30px;
}

.contact_wrapper2 .con_contentwrap .tabcontent ul.subTab li.tab-li {
    margin: 0;
}

.contact_wrapper2 .con_contentwrap ul.subTab li a {
    border-bottom: solid 1px #CCC;
    color: #0d0909;
    padding-bottom: 3px;
    font-weight: 600;
    display: inline-block;
    text-transform: capitalize;
}

.contact_wrapper2 .con_contentwrap .tabcontent ul.subTab li.active a {
    border-color: #ffd400;
}

.contact_wrapper2 .help_con {
    font-size: 16px;
    line-height: 1.5;
    color: #0d0909;
    margin: 2rem 0;
    font-weight: 400!important;
}

.contact_wrapper2 .form_wrapper {
    padding-top: 1px;
}

.contact_wrapper2 .form_wrapper ._title {
    font-weight: bold;
    width: fit-content;
    display: block;
    background-image: linear-gradient(transparent calc(100% - 2px), #ffd400 10px);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    transition: background-size 10s;
    padding: 0 0 5px;
    margin-bottom: 1.5rem;
}

.contact_wrapper2 .check_text {
    position: relative;
    display: block;
    padding-left: 20px;
    color: #0d0909;
}

.contact_wrapper2 .check_text:before {
    position: absolute;
    height: 15px;
    width: 15px;
    border: solid 1px #000;
    content: "";
    left: 0;
    top: 0;
}

.contact_wrapper2 input[type="checkbox"]+.check_text:after {
    position: absolute;
    height: 5px;
    width: 8px;
    content: "";
    left: 4px;
    top: 3px;
    border-left: solid 1px #000;
    border-bottom: solid 1px #000;
    transform: rotate(-45deg);
    opacity: 0;
    background: none;
    border-radius: 0;
}

.contact_wrapper2 input[type="checkbox"]:checked+.check_text:after {
    opacity: 1;
}

.contact_wrapper2 .inner_check input {
    position: absolute;
    opacity: 0;
    z-index: 1;
    top: 4px;
    cursor: pointer;
}

.contact_wrapper2 .inner_check {
    margin-bottom: 1rem;
    position: relative;
}

.contact_wrapper2 .sub_check {
    padding-left: 1.5rem;
    margin-bottom: 1rem;
    position: relative;
}

.contact_wrapper2 .sub_check input {
    position: absolute;
    opacity: 0;
    z-index: 1;
    top: 4px;
    cursor: pointer;
}

.contact_wrapper2 .sub_check input {
    color: #666666;
}

.contact_wrapper2 .sub_check .check_text {
    color: #666666;
}

.contact_wrapper2 .sub_check input[type="checkbox"]+.check_text:after {
    border-left: solid 1px #666666;
    border-bottom: solid 1px #666666;
}

.contact_wrapper2 .sub_check .check_text:before {
    border: solid 1px #666666;
}

.contact_wrapper2 .sub_check .check_text {
    color: #666666;
}

.contact_wrapper2 .other {
    margin: 20px 0;
}

.contact_wrapper2 .other input {
    font-family: "FuturaPT-Light2", Sans-serif;
    font-weight: 600;
    border: none;
    border-bottom: 1px solid #000;
    color: #000;
    width: 100%;
    font-size: 16px;
    padding: 11px 0;
    position: relative;
    outline: none;
    transition: all .5s;
    background: transparent;
    border-radius: 0;
    margin-bottom: 1rem;
}

.contact_wrapper2 .other input:focus {
    border-color: #2252f3;
    border-bottom: 1px solid #2252f3;
    transition: all .5s;
    box-shadow: 0 -2px 0px #2252f3 inset;
}

.contact_wrapper2 .optionBox {
    position: relative;
}

.contact_wrapper2 .optionBox input[type="radio"] {
    position: absolute;
    opacity: 0;
    top: 3px;
}

.contact_wrapper2 .optionBox input[type="radio"]:checked+span:after {
    opacity: 1;
}

.contact_wrapper2 .optionBox input[type="radio"]+span:after {
    top: 5px;
}

.contact_wrapper2 .optionBox input[type="radio"]+span:after {
    content: "";
    height: 6px;
    width: 6px;
    position: absolute;
    background: #000;
    left: 5px;
    border-radius: 100%;
    top: 5px;
    opacity: 0;
}

.contact_wrapper2 .optionBox span:before {
    position: absolute;
    height: 16px;
    width: 16px;
    border: solid 1px #000;
    content: "";
    border-radius: 100%;
    left: 0;
    top: 0;
}
.title_con h2 {
  font-family: "FuturaPT-bold", Sans-serif;
  font-weight: 900;
  margin-top: 3rem;
}
.contact_wrapper2 .optionBox span {
    position: relative;
    position: relative;
    display: block;
    padding-left: 20px;
}

.contact_wrapper2 .radio_inner {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 1rem;
}

.contact_wrapper2 .file-upload-wrapper {
    border: dashed 1px #757575;
    width: 100% !important;
    text-align: center;
    padding: 15px;
    border-radius: 5px;
}

.contact_wrapper2 input[type="file"] {
    border: none;
    border-bottom: 1px solid #000;
    color: #000;
    width: 100%;
    font-size: 16px;
    padding: 11px 0;
    position: relative;
    outline: none;
    transition: all .5s;
    background: transparent;
    background: transparent;
    opacity: 0;
    width: 100%;
    left: 0;
    top: 0;
    cursor: pointer;
}

.contact_wrapper2 button.file-upload-button {
    position: relative;
    padding: 4px 12px !important;
    border-radius: 50px !important;
}

.contact_wrapper2 .file-upload-input {
    width: auto !important;
    color: #000 !important;
    font-size: 14px;
    min-width: 160px;
    padding: 11px 0;
    position: relative;
    outline: none !important;
    transition: all .5s !important;
    background: transparent !important;
    border: none !important;
}

.contact_wrapper2 label.file-lbl.mb-2 {
    margin-bottom: 0.5rem;
    display: block;
}

.contact_wrapper2 .con_contentwrap ._submit {
  font-size: 14px;
  font-weight: 700;
    margin-bottom: 2rem;
    border-radius: 30px !important;
    padding: 8px 20px !important;
    border: none;
    cursor: pointer;
    margin-top: 1.5rem;
    min-width: 120px;
    color: #000000;
    background-color: #ffd400;
	
}
.contact_wrapper2 .con_contentwrap ._submit:hover{
    color: #FFFFFF;
    background-color: #000000;
}
.submit-btn {
    padding-bottom: 3rem;
}
.contact_wrapper2 .or_wrap {
    margin: 1.5rem 0 .5rem;
}

.contact_wrapper2 .about_db {
    margin-top: 0;
}

.contact_wrapper2 .or_wrap span {
    color: #0d0909;
    font-size: 16px;
    font-weight: 700;
}

.contact_wrapper2 .user_details {
    display: flex;
    gap: 30px;
    margin-bottom: 2rem;
}

.contact_wrapper2 .user_details div {
    width: 100%;
}

.contact_wrapper2 .ot_wp label._title {
    margin-bottom: 0;
}

.contact_wrapper2 .ot_wp .other {
    margin-top: 10px;
}

.contact_wrapper2 {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99 !important;
    width: 100%;
    height: 100%;
    text-align: left;
    padding: 1rem;
    background-color: #ffffff;
    overflow-y: auto;
	margin-top:50px !important;
}

.contact_wrapper2 .user_details02 {
    margin-top: 0;
}

.close_icon {
    float: right;
    position: relative;
    z-index: 9999;
}

.close_icon span a {
    font-size: 20px;
    font-weight: 800;
    color: #000;
}

.contact_wrapper2 .radio_wrap {
    margin-bottom: 2rem;
}

.contact_wrapper2 ._check_wrap {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}
section.elementor-section.elementor-top-section.elementor-element.elementor-element-d965559.elementor-section-stretched.elementor-section-boxed.elementor-section-gap-beside-yes.elementor-section-height-default.elementor-section-height-default.elementor-section-column-vertical-align-stretch {
    z-index: 0;
}
.elementor-element.elementor-element-4d5a4f8.ribbon-style-02.background-1.sala-pricing-style-01.elementor-widget.elementor-widget-sala-pricing-table {
    z-index: 0;
}
.elementor-element.elementor-element-312d09d.background-1.button-1.sala-pricing-style-01.elementor-widget.elementor-widget-sala-pricing-table {
    z-index: 0;
}
.elementor-17754 .elementor-element.elementor-element-4c4b7ee .sala-pricing .note{
    z-index: 0;
}
.subcheck_boxs_wrap {
    display: flex;
    flex-wrap: wrap;
}
.subcheck_boxs_wrap .sub_check {
    width: 33.33%;
}
.contact_wrapper2 ._check_wrap .check_01 {
    width: 100%;
    max-width: 60%;
}
.contact_wrapper2 .radio_inner{
    flex-wrap: wrap;
}
.contact_wrapper2 .radio_inner label.optionBox {
    width: 40%;
}
.our_project_check{
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 1rem;
}
.our_project_check .inner_check{
    width: 33.33%;
}
body.contact_popup {
    overflow: hidden;
}
body.contact_popup header {
    display: none;
}

body.page-template-thank_you .page-title-inner{
    display: none;
}
.tahnks_wrapper {
    padding: 10% 0;
    background: url("assets/images/dot_rr.png");
    background-repeat: no-repeat;
    background-position: -20px -330px;
    background-size: 100% 200%;
    background-color: #f2f2f278;
}
.tahnks_wrapper .thnk_img img {
    max-width: 70%;
}
.right_text .sub_th{
    margin-bottom: 1.5rem;
}
.right_text .sub_th span {
    font-size: 18px;
}
li.tabing {
    margin: 0;
}

h2.list-inner-heading{
  font-size: 24px;
}
#section .free-stuff-wrap .row {
  display: flex;
  flex-wrap: wrap;
}
.Industries_wrap li {
  text-align: center;
}
.Industries_wrap li img {
  width: 100%;
  max-width: 50px;
  height: 50px;
  object-fit: contain;
}
input.form-control.submit{
  font-family: "FuturaPT-Light2", Sans-serif;
    font-weight: 900;
    font-size: 14px !important; 
}
.journal_inner_details ul {
  padding-left: 2rem;
}
.journal_inner_details ul li{
  list-style: disc;
}

.img_bg {
  position: relative;
  padding: 0% 0 40%;
}

.img_bg img.img-responsive {
  position: absolute;
  height: 90%;
  object-fit: cover;
}
a.tablinks.active.showcustompopup {
  font-weight: 700;
  padding: 1.5% 5.5% 1.5% 5.5%;
    border-radius: 0;
}
button.file-upload-button {
  border-color: #ffd400;
  color: #000;
}
button.file-upload-button:hover{
  background-color: #ffd400;
}
button.file-upload-button:focus{
  background-color: #ffd400;
}
img.inner-imge-left{
  width: auto;
}
div#thanks_wrapper {
  width: fit-content;
  margin: 0 auto;
}
.footer_text {
  max-width: 590px;
}
.footer_text h2.footer_dynamic_heading {
  color: #000000;
  font-family: "FuturaPT-Bold", Sans-serif;
  font-size: 45px;
  font-weight: 600;
  padding-bottom: 1rem;
}
body.single-industries h2.footer_dynamic_heading{
  font-family: "FuturaPT-Light2", Sans-serif;
  font-weight: 100;
  font-size: 35px;
}
body.single-service h2.footer_dynamic_heading{
  font-family: "FuturaPT-Light2", Sans-serif;
  font-weight: 100;
  font-size: 35px;
}
.Our_Blogs_wrap a img {
  height: 300px;
  max-height: 300px;
}
section#Case_Studies  h2.elementor-heading-title.elementor-size-default {
  margin-top: 10px;
  margin-bottom: 10px;
}
section#header_maindev .hfe-nav-menu .hfe-nav-menu-icon svg{
  fill: #ffffff;
}
@media(max-width:1023px) {
    .subcheck_boxs_wrap .sub_check {
        width: 50%;
    }
    .our_project_check .inner_check{
        width: 50%;
    }
    .tahnks_wrapper{
        background:none;
        background-color: #f2f2f278;
    }
}
@media(max-width:767px) {
  div#header_wrapper a img{
    width: 56px;
    max-width: 56px;
  }
    .title_con h2{
      font-size: 22px !important;
    }
    .contact_wrapper2 .user_details {
        flex-direction: column;
    }
    .contact_wrapper2 .radio_inner label.optionBox {
        width: 100%;
    }
    .contact_wrapper2 .con_tab ul.parentTab{
        gap: 10px;
        flex-wrap: wrap;
    }
    .contact_wrapper2 .con_tab ul.parentTab li a{
        font-size: 12px;
        min-height: 28px;
        line-height: 28px;
        margin-right: 0;
        padding: 3px 12px;
        margin-top: 8px;
        min-width: auto;
    }
    .contact_wrapper2 ._check_wrap .check_01{
        max-width: 100%;
    }
    .subcheck_boxs_wrap .sub_check {
        width: 50%;
    }
    .our_project_check .inner_check{
        width: 50%;
    }
    .contact_wrapper2 input ,.contact_wrapper2 textarea{
        font-size: 13px !important;
    }
    .contact_wrapper2 .form_wrapper ._title{
        font-size: 13px;
    }
    li.tabing {
        margin: 0;
    }
    .contact_wrapper2 button.file-upload-button{
        padding: 2px 12px !important;
    }
    .tahnks_wrapper .thnk_img img {
        max-width: 50%;
        margin: 0 auto;
        margin-bottom: 10%;
    }
    .right_text .sub_th span {
        font-size: 15px;
    }
    .img_bg img.img-responsive{
      height: 100%;
    }
    .img_bg {
      position: relative;
      padding: 0% 0 50%;
  }
  a.tablinks.active.showcustompopup {
    padding: 4.5% 24% 4.5% 24%;
}
}
@media(max-width:480px) {
    .subcheck_boxs_wrap .sub_check {
        width: 100%;
    }
    .our_project_check .inner_check{
        width: 100%;
    }
}

/* end  */


.Our_Blogs_wrap a{
  position: relative;
  display: block;
/*   overflow: hidden;
  border-radius: 10px;*/
}

.Our_Blogs_wrap a img {
  height:150px;
  max-height: 220px;
  width:350px;
  object-fit: cover;
}

/* .Our_Blogs_wrap a::before{
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, rgba(255,213,0,1) 0%, rgba(165,200,255,0) 100%);
} */
.Our_Blogs_wrap ul {
  align-items: start;
}
.Our_Blogs_wrap ul li{
  width: 32%;
}

@media(max-width:600px) {
.Our_Blogs_wrap ul li{
  width: 100%;
}
.Our_Blogs_wrap a img {
	margin-top:10px;
  height:150px;
  max-height: 220px;
  width: 100%;
  object-fit: cover;
}
}


@media(max-width:1023px) {
	.Our_Blogs_wrap ul li{
  width: 100%;
}
.Our_Blogs_wrap a img {
	margin-top:10px;
  height:150px;
  max-height: 220px;
  width: 100%;
  object-fit: cover;
}
}

	
/* .Our_Blogs_wrap ul li a h3 {
  position: absolute;
  bottom: 90px;
  padding: 0px 10px;
  width: 100%;
  left: 0px;
  color: #000000;
}
.Our_Blogs_wrap ul li a p {
  position: absolute;
  bottom: 20px;
  padding: 0px 10px;
  width: 100%;
  left: 0px;
  color: #000000;
}
.Our_Blogs_wrap ul li a span {
  position: absolute;
  bottom: 10px;
  padding: 0px 10px;
  width: 100%;
  left: 0px;
  color: #000000;
} 
=========

*/

body.single-post .elementor-column-gap-default>.elementor-column>.elementor-element-populated{
	padding: 0px !important;
}
.site-header p.site-description.show {
    display: none;
}
.site-header {
    padding-right: 0px;
    padding-left: 0px;
    background-color: #000000;
    padding: 0;
}
.site-header .header-inner .custom-logo-link {
    display: block;
    height: 60px;
}
h1.entry-title {
    display: none;
}
.site-navigation ul.menu li a {
    display: block;
    padding: 8px 30px;
}
div#banner_gallery img.attachment-thumbnail.size-thumbnail {
    margin: 0;
}
.footer_icon  span.elementor-icon-list-text {
    margin-bottom: 8px;
}
.elementor-137 .elementor-element.elementor-element-33b2e35 > .elementor-widget-container p {
    margin: 0;
	font-size:14px;
}
div#download_btn {
    margin: 0;
}
div#copy_fb p img {
    max-width: 20px;
    transform: translate(0px, 0);
	  vertical-align: middle;
}
div#download_btn .elementor-widget-container p {
    position: relative;
}
div#download_btn .elementor-widget-container p:after {
    line-height: 2px;
    position: absolute;
    content: '';
    width: 45px;
    height: 4px;
    background: #000000;
    bottom: 8px;
    left: inherit;
    margin-left: 30px;
    border-radius: 20px;
}
nav.hfe-nav-menu__layout-horizontal.hfe-nav-menu__submenu-arrow {
    padding-top: 6px;
}
div#user_title .elementor-widget-container p {
    width: fit-content;
    position: relative;
}
div#user_title .elementor-widget-container p:before {
    position: absolute;
    top: 30px;
    content: '';
    height: 5px;
    width: 140px;
    background: #000;
    border-radius: 50px;
}
div#scroll_down .elementor-element.elementor-element-91be8a9.e-transform.elementor-widget.elementor-widget-text-editor {
    margin: 0;
}
div#sub_text_roars .elementor-widget-container strong {
    font-family: "FuturaPT-Bold", Sans-serif;
}
div#sub_text_roars .elementor-widget-container{
	width:fit-content;
}
div#sub_text_roars .elementor-widget-container p:last-child {
    width: fit-content;
		position:relative;
}
div#sub_text_roars .elementor-widget-container p:last-child:before{
	content:"";
    position: absolute;
    right: -20px;
    bottom: 0;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #000;
}
div#studies_wrap p a img {
    transform: translate(5px, 3px);
}
.elementor-element.elementor-element-ea49b04.hfe-nav-menu__align-right.hfe-submenu-icon-arrow.hfe-submenu-animation-none.hfe-link-redirect-child.hfe-nav-menu__breakpoint-tablet.elementor-widget.elementor-widget-navigation-menu {
    margin: 0;
}
div#mail_header {
    position: absolute;
    right: 0;
    top: 13px;
    width: fit-content;
}
div#About_us .about_title h3 ,div#About_us .about_title h2,div#About_us h2.about_title ,.about_title h3, .Journal_content h2{
    font-family: "FuturaPT-Medium", sans-serif;
    font-size: 40px;
    font-weight: 900;
	  margin: 0;
}
.exad-close-btn {
    display: none !important;
}

li.elementor-icon-list-item a ,.elementor-button-wrapper a {
    text-decoration: none;
}
div#founder_wrap {
    position: relative;
    top: -10rem;
}
.page-id-539 .footer-main, .page-id-725 .footer-main,  .page-id-1027 .footer-main, .page-id-1207 .footer-main, .page-id-1407 .footer-main{
	display:none; 
}
section#counter_wrap .elementor-widget:not(:last-child){
	margin-bottom:0;
}
#our_exgrid .elementor-container.elementor-column-gap-default {
    gap: 50px;
}
div#img_overlay_box {
    position: relative;
}
div#img_overlay_box:hover section#overlap_text{
	 opacity: 1;
} 
section#overlap_text {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 0;
    height: 100%;
    width: 100%;
    transition: .5s ease;
    background-color: #6f7072a1;
}
div#img_overlay_box .elementor-element.elementor-widget.elementor-widget-image {
    margin: 0;
}
section#journal_grid .elementor-element.elementor-widget.elementor-widget-text-editor {
    margin: 0;
}
section#journal_grid .elementor-element.elementor-element-640187d.elementor-widget.elementor-widget-image img {
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
}
section#journal_grid .elementor-container.elementor-column-gap-default {
    gap: 30px;
}
section#journal_grid .elementor-column.elementor-col-33.elementor-inner-column {
/*     box-shadow: 0px 0px 10px 0px rgb(90 150 207 / 33%); */
	box-shadow: 0px 0 1px 1px #cccccc;
    border-radius: 10px;
}
section#journal_grid .elementor-column.elementor-col-100.elementor-top-column.elementor-element .elementor-widget-wrap.elementor-element-populated{
    box-shadow: none;
}
section#journal_grid .elementor-element.elementor-widget.elementor-widget-image img {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
.hd_qua .elementor-container.elementor-column-gap-default {
    gap: 40px;
}
div#welcome_wrapper {
    position: relative;
}
div#round_img {
    position: absolute;
    left: 0;
    width: fit-content;
    top: 0;
   transform: translate(-60px, -70px);
}
div#round_img img {
    width: 100%;
    max-width: 80%;
}
div#welcome_wrapper .elementor-container.elementor-column-gap-default {
    margin: 0;
	max-width: 450px;
    margin-bottom: 2rem;
}

div#contact_wrapper form p {
    display: flex;
    gap: 40px;
}
div#contact_wrapper form p input, div#contact_wrapper textarea {
    border: none;
    box-shadow: none;
    font-size: 16.8px;
    font-family: 'FuturaPT-Medium';
    border-radius: 4px;
    margin-bottom: 43px;
    border-bottom: 1px solid #000;
    border-radius: 0;
    width: 100%;
}
div#contact_wrapper textarea{
	max-height:100px;
}
div#contact_wrapper form p label {
    width: 100%;
}
.submit_btn {
    margin-bottom: 4rem;
}
.submit_btn input {
    background-color: #FFD500;
    color: #000;
    width: 100%;
    border-color: #FFD500;
}
.submit_btn input:hover{
	 background-color: #000 !important;
	 color: #fff;
    width: 100%;
    border-color: #000 !important;
}
[type=submit]:focus{
background-color: #000 !important;
	 border-color: #000 !important;
}

section#mobile p img {
    width: 100%;
    max-width: 20px;
    transform: translate(0px, 5px);
}
div#header_wrapper a img {
    width: 50px;
    max-width: 50px;
	  position: absolute;
    z-index: 9999999;
    top: 0;
    left: 0;
}
section#mobile-header33 a img {
    width: 50px;
    max-width: 50px;
}
div#email_wrap {
    position: absolute;
    right: 20px;
    top: 16px;
    width: fit-content;
    margin: 0;
}
div#menuicon_wrap .elementor-widget:not(:last-child) {
    margin-bottom: 0;
}
div#menuicon_wrap .hfe-nav-menu-icon {
    padding: 0;
    color: #fff;
    margin-right: 60px;
    margin-top: 15px;
}

.approach-rounds-max .elementor-widget-wrap.elementor-element-populated {
    max-width: 700px;
}
div#sales_wrapper p strong a {
    color: #000;
}
div#sales_wrapper p strong {
    font-size: 16px;
}
div#sales_wrapper p {
    margin: 0;
	font-size:14px;
}
div#border_left_wp {
    position: relative;
}
div#border_left_wp:before {
    content: "";
    width: 7px;
    height: 60px;
    background: #FFD500;
    position: absolute;
    left: -30px;
    top: 9%;
}
section#home_counter .elementor-container.elementor-column-gap-default {
    margin: 0;
}
.brand_listing .gallery-icon.landscape img.attachment-full.size-full {
    height: 25px;
    object-fit: contain;
}
div#learn_more a {
    text-decoration: none;
    position: relative;
}
div#learn_more a:before {
    content: "";
    position: absolute;
    width: 50px;
    height: 2px;
    background-color: #FFD500;
    bottom: -5px;
}
section#what_we_do_main {
    position: relative;
    overflow: hidden;
}
div#yellow_bg_logo {
    position: absolute;
    right: -7%;
    top: 30%;
    width: fit-content;
    max-width: 300px;
}
section#what_we_do_main .elementor-container.elementor-column-gap-default,
#our_blog_home .elementor-container.elementor-column-gap-default{
  position: unset;
	padding-left:5rem;
}
section#what_we_do_main .elementor-column, section#what_we_do_main .elementor-column-wrap {
    position: unset;
}
section#what_we_do_main .elementor-widget-wrap.elementor-element-populated {
    position: unset;
}
div#indus_icons {
    height: 55px;
}
div#indus_icons img {
    width: 60px;
}
div#brilliance_wrapper .elementor-element.elementor-widget__width-initial.elementor-widget.elementor-widget-heading {
    margin: 0 auto;
}
div#brilliance_wrapper {
    position: relative;
    overflow: hidden;
}
div#brilliance_wrapper .elementor-container.elementor-column-gap-default {
    position: unset;
}
div#brilliance_wrapper .elementor-column, section#what_we_do_main .elementor-column-wrap {
    position: unset;
}
div#brilliance_wrapper .elementor-widget-wrap.elementor-element-populated {
    position: unset;
}
div#black_bg_logo {
    position: absolute;
    left: -21%;
    top: 10%;
    width: fit-content;
}
section#our_blog_home .elementor-container.elementor-column-gap-default {
    gap: 30px;
}
section#follow_liks a {
    text-decoration: none;
}
section#mobile p {
    margin: 0;
}
/* nav.hfe-nav-menu__layout-horizontal.hfe-nav-menu__submenu-arrow.hfe-dropdown.menu-is-active {
    margin-top: 12px;
} */
div#menuicon_wrap {
    position: absolute;
}
section#approach_wrapper .elementor-widget-wrap.elementor-element-populated {
    width: 300px;
    height: 300px;
    padding: 0;
	  margin: 0 auto;
}
section#Healthcare_wrap .elementor-container.elementor-column-gap-default {
    gap: 20px;
}
section#de_research h4 {
    font-family: "FuturaPT-Bold", Sans-serif !important;
}
.titile_left,section#home_counter {
    margin-left: 5rem;
}
section#industry_wrapper .elementor-container.elementor-column-gap-default {
    padding: 0;
}








/*============================work page css start========================================*/
.contact_wapper,
.work_wapper,
.work_port_wapper {
  float: left;
  width: 100%;
  /*margin-top: 86px;*/
}
.work_port_wapper .row .col-md-6 {
  padding: 0;
  margin: 0;
  min-height: unset;
}
.work_mainpart {
  float: left;
  width: 100%;
  background-color: #ffffff;
}
.work_content {
  float: left;
  width: 100%;
  text-align: center;
  margin-top: 75px;
  margin-bottom:94px;
}
.work_content h2 {
  font-size: 49px;
  font-family: 'FuturaPT-Light';
  color: #000000;
  margin-bottom:30px;
  /* font-weight: bold; */
  letter-spacing: -1px;
}
.work_content p {
  font-size: 21px;
  font-family: 'FuturaPT-Light';
}
.workimg_class {
  position: relative;
}
.port_img {
  width: 100%;
  box-sizing: border-box;
  display: block;
  width: 100%;
  height: auto;
}
.Journal_inner .port_img {
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}
.overlay_img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: .5s ease;
  background-color: #6f7072;
}
.workimg_class:hover .overlay_img {
  opacity: 1;
}
.text {
  color: white;
  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: left;
  top: 52px;
  left:17px;
}
.text ul {
  display: inline-block;
  width: 100%;
  margin: 0;
  margin-left: 45px;
}
.text ul li {
  display: inline-block;
  width: auto;
  margin-right:21px;
  font-size: 16px;
  font-family: 'FuturaPT-Bold';
}
.text h2 {
  /*margin: 30px 20px;*/
  
  font-size: 86px;
  font-family: 'FuturaPT-Bold';
  margin-left: 45px;
  margin-top:18px;
  letter-spacing: -2px;
}

/*============================work page css end========================================*/

/*============================work inner page css start========================================*/
.topmargin_T{
	margin-top:100px;
}
.work_bg {
  float: left;
  width: 100%;
}
.work_inner_wapper {
  float: left;
  width: 100%;
}
.work_inner_wapper .work_contentarea {
  /*margin:5% 15%;*/  
  margin-top:87px;
  margin-left: 87px;
  /*margin-right: 116px;*/
}
.work_inner .ipad.btn_area {
  display: none;
}
/*.service_img_bg{float: left; width: 100%; */
   /*background-image: url("../images/work_inner_2.png"); }*/
.service_wapper_txt{
position: absolute; 
color: #ffffff;
font-size: 61px;
margin-top: 240px;
margin-left: 98px;
font-family: 'FuturaPT-Bold';
letter-spacing: -2px;
}
.work_1 {
  /*float: left;*/
  float: right;
  width: auto;
}
.work_img {
  float: left;
  width: 100%;
}
.work_img img {
  /*float: right;*/
  float: left;
  width: auto;
  height: auto;
}
.service_img img {
  float: left;
  width: 100%;
}
.work_contentarea h2 {
  font-size: 48.3px;
  font-family: 'FuturaPT-Bold';
  margin-top: 53px;
  margin-bottom:57px;
  letter-spacing: -2px;
}
.box_heading {
  margin-bottom: 50px;
  text-align: left;
  padding-left: 80px;
  padding-bottom: 20px;
  font-size: 44px;
  font-family: 'FuturaPT-Bold';
  box-shadow: 1px 4px 4px 0px #ccc;
  width: 696px;
  border-radius: 0 20px 20px 20px;
}
.inner {
  margin: 10% auto;
}
.work_contentarea ul {
  display: inline-block;
  width: 100%;
  margin: 0;
  /*margin-left: 45px;*/
  
  border-radius: 90px 90px 50px 50px;
}
.work_contentarea {
  position: relative;
}
.circle_img {
  position: absolute;
  top: -80px;
  left: -80px;
  z-index: 99;
}
h2.work_inner_title,
h2.box_heading {
  font-size: 49px;
  font-family: 'FuturaPT-Light';
}
h2.box_heading{padding-left: 100px;}
.work_contentarea ul li {
  display: inline-block;
  width: auto;
  margin-right: 35px;
  font-size: 13px;
  font-family: 'FuturaPT-Bold';
  font-weight: normal;
  text-transform: uppercase;
  line-height: inherit;
}
.how_work {
  margin-bottom: 0px;
  font-size:21px;
  font-family: 'FuturaPT-Light';
}
.work_contentarea p.thin_txt {
  margin-bottom: 56px;
  line-height: 55px;
}
ul.work_inner_content{
  margin-bottom: 0;
  margin: 0;
  float: left;
  width:67%;
}
ul.work_inner_content li{font-size: 20px; font-family: 'FuturaPT-Light'; text-transform: capitalize;  margin: 0; padding: 0;}
.work_inner_content {
  font-size: 21px;
  font-family: 'FuturaPT-Light';
  margin-bottom: 26px;
}
.work_inner_part1 {
  margin: 185px auto 195px auto;
}
.work_inner_part1 .work_contentarea p.work_inner_content {
  /*margin-right: 136px;*/
  margin-right:0px;

}
.work_inner_part2 {
  margin:57px 136px 337px 136px;
}
.work_inner_part2 .work_contentarea p.work_inner_content {
  margin-right: 136px;
}
.work_inner_part2 .work_contentarea h2 {
  margin-bottom: 62px;
}
.work_2 {
  margin-top: 80px;
}
.Expertise_wapper .service_img {
  margin: 0px auto;
  background-color: none;
 
}
.Expertise_wapper .service_img{ margin-bottom: 0;}
.work_inner_part3 {
  margin: 0px 136px 0px 136px;
}
.work_inner_part3 .work_contentarea h2 {
  font-size: 49px;
  font-family: 'FuturaPT-Bold';
  margin-top: 0;
}
.work_inner_part4 .work_contentarea .work_1 {
  /*margin-top: -80px;*/
}
.work_inner_bgtxt {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}
.work_inner_bgtxt ul {
  display: inline-block;
  width: 100%;
  margin-bottom: 10px;
  text-align: center;
}
.work_inner_bgtxt ul li {
  display: inline-block;
  width: auto;
  padding-left:5px;
  padding-right:5px;	
  font-size: 16.8px;
  font-family: 'FuturaPT-Bold';
  font-weight: normal;
  text-transform: uppercase;
  line-height: inherit;
  color: #ffffff;
}
.work_inner_bgtxt h2 {
  color: #ffffff;
  font-size: 54px;
  font-family: 'FuturaPT-Bold';
	text-align:center;
}

/*============================work inner page css end========================================*/


/* body.post-type-archive-free_stuff footer#colophon {
    display: none;
} */

@media (min-width: 768px){
.container {
    width: 750px;
}
}



@media (min-width: 992px){
	.container {
    width: 970px;
}
}

@media (min-width: 1200px){
	.container {
    width: 1170px;
}

}

.container {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.free-stuff-top-icon {
    display: none;
}

.work_content p {
    font-size: 21px;
       font-family: "FuturaPT-Light2", Sans-serif;
}
h1.inner-heading {
	font-size: 36px;
    font-family: 'FuturaPT-Medium';
}
.free-stuff-link {
    font-size: 25px;
    color: #000;
    font-family: 'FuturaPT-Medium';
}
.free-stuff-link i {
    font-size: 18px;
}
/* new  */

.ehf-header #masthead{
	height:50px;
}

div#work_subtext .work_content {
    margin: 0;
}
 #section,.work_content {
    float: inherit !important;
  }


section#contact_form_popup div#contact_wrapper form p input, section#contact_form_popup div#contact_wrapper textarea {
    border: none;
    box-shadow: none;
    font-size: 16.8px;
    font-family: 'FuturaPT-Medium';
    border-radius: 4px;
    margin-bottom: 20px;
    border-bottom: 1px solid #fffbfb;
    border-radius: 0;
    width: 100%;
    background: no-repeat;
	  fill: #fff;
    color: #fff;
}
section#contact_form_popup div#contact_wrapper form p label {
    width: 100%;
    color: #fff;
}
]

h2.list-inner-heading {
    text-align: center;
    padding-bottom: 15px;
    font-size: 24px;
}

.work_inner_content {
    font-size: 18px;
    margin-bottom: 26px;
    font-family: "FuturaPT-Light2", Sans-serif;
}


#section .free-stuff-wrap {
    padding-bottom: 5rem;
}

.list-inner-free-wrap{
	width: 91% !important;
}


div#download_btn .elementor-widget-container p {
    position: relative;
    color: #000000;
    font-family: "FuturaPT-Medium", Sans-serif;
    font-size: 16px;
    font-weight: 900;
    margin-bottom: 20px;
}
div#link .list-inner-free-wrap {
    width: 89% !important;
}
div#text_overlay_img figure.wp-caption {
    position: relative;
}
div#text_overlay_img figcaption.wp-caption-text {
    position: absolute;
    top: 0;
    font-style: inherit;
	transform: translate(-4px, -22px);
}
div#text_shadow {
    text-shadow: 2px 2px 4px #000000;
}
section#comments {
    display: none;
}
section#blog_inner h3 {
    color: #000000;
    font-family: "FuturaPT-Bold", Sans-serif;
    font-size: 24px;
}
section#blog_inner p {
    font-size: 18px;
}

h2.journal_heading a {
    color: #337ab7;
    text-decoration: none;
    font-family: "FuturaPT-Bold", Sans-serif;
    font-size: 45px;
	padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    display: block;
    padding-left: 2rem;
	transition:all ease-in-out .9s;
}
h2.journal_heading a:hover{
	color:#000;
}
blockquote {
    margin-left: 0;
	border-left: 5px solid #eee;
}
section#blog_inner p a {
    color: #337ab7;
    text-decoration: none;
		transition:all ease-in-out .9s;
}
section#blog_inner p a:hover{
	color:#000;
}
section#blog_inner a {
    color: #337ab7;
    text-decoration: none;
}
section#blog_inner a:hover {
    color: #000;
    text-decoration: none;
}
section#blog_inner h3 a {
    color: #337ab7;
    text-decoration: none;
}
section#blog_inner h2 {
    color: #000000;
    font-family: "FuturaPT-Bold", Sans-serif;
    font-size: 30px;
}

section#blog_inner figure.aligncenter {
    margin-left: 0;
}
.page-header {
    display: none !important;
}
.footer-width-fixer {
    width: 100%;
    float: left;
}
section#main-section .container {
    width: auto;
    padding: 0;
}

.services_wrap1 ul li a {
	 color: #000000 !important;
}

.services_wrap ul li a {
    color: #FFFFFF;
    text-decoration: none;
    margin-bottom: 1rem;
    display: block;
    font-family: "FuturaPT-Medium", Sans-serif;
}
.Industries_wrap ul li a {
    color: #000;
    text-decoration: none;
    line-height: normal;
	text-align:center;
}
.Industries_wrap ul {
    margin-top: 2rem;
    display: flex;
     gap: 20px;
    align-items: center;
    justify-content: space-between;
}
.Industries_wrap ul li a span {
    padding-top: 2rem;
    display: block;
    font-family: "FuturaPT-Medium", Sans-serif;
}
.Our_Blogs_wrap ul {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    gap: 30px;
}
.Our_Blogs_wrap ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
}
.Our_Blogs_wrap ul li a {
    color: #000;
    text-decoration: none;
}

.Our_Blogs_wrap ul li a h3 {
    font-family: "FuturaPT-Bold", Sans-serif;
    font-size: 24px;
    font-weight: 900;
}
.Our_Blogs_wrap ul li a span {
    color: gray;
}

.elementor-137 .elementor-element.elementor-element-2fe9675{
	font-size:16px;
}

p{
	    font-family: "FuturaPT-Light2", Sans-serif ;

}
.footerlist01_wrap .footerlist_title {
    padding-bottom: 2rem;
}
.footerlist01_wrap .footerlist_title span {
    font-family: "FuturaPT-Medium", Sans-serif;
    font-size: 16px;
    font-weight: 400;
}
.footerlist01_wrap ul li {
    margin-bottom: 1rem;
    font-size: 14px;
	list-style:none;
}
.footerlist01_wrap ul li a {
    font-family: "FuturaPT-Medium", Sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #000;
	text-decoration:none;
}

.submit_btn input{
	    color: #000000;
    font-family: "FuturaPT-Light2", Sans-serif;
    font-size: 20px;
    font-weight: bold;
}

.elementor-137 .elementor-element.elementor-element-10c640f .elementor-social-icon:hover {
    background-color: transparent;
}
.elementor-137 .elementor-element.elementor-element-10c640f .elementor-social-icon {
    background-color: transparent;
    --icon-padding: 0em;
}

section#footer_bottom_img {
    max-height: 40px;
    width: 100%;
    height: 40px;
}
div#mail_header span.exad-modal-action-icon-left {
    font-size: 20px;
}
div#email_wrap span.exad-modal-action-icon-left {
    font-size: 20px;
}

.elementor-362 .elementor-element.elementor-element-8254b0f .exad-modal-button .exad-modal-image-action:before {
    background-color: transparent;
}
.elementor-362 .elementor-element.elementor-element-8254b0f .exad-modal-button .exad-modal-image-action span.exad-modal-action-icon-left i{
color:#fff;
}
div#gallery-1 {
    display: flex;
    width: 100%;
    justify-content: space-between;
}
div#gallery-1 figure.gallery-item {
    width: fit-content;
}

.entry-content, .entry-content p, .post-content, .page-content, .post-excerpt, .entry-summary, .entry-excerpt, .excerpt, .excerpt p, .type-post p, .type-page p{
	font-family: "FuturaPT-Light2", Sans-serif !important;
}
/* .swiper-slide-active .bdt-panel-slide-desc.bdt-position-bottom-left.bdt-position-z-index {
    box-shadow: rgb(100 100 111 / 20%) 0px 7px 29px 0px;
    background: darkred;
} */
@media(max-width:1440px){
	.elementor-column.elementor-col-50.elementor-top-column.elementor-element.elementor-element-0d39fee.exad-glass-effect-no.exad-sticky-section-no {
    width: 100%;
}
	.elementor-column.elementor-col-50.elementor-top-column.elementor-element.elementor-element-b10af09.exad-glass-effect-no.exad-sticky-section-no {
    display: none;
}
}
@media(max-width:768px){
	div#border_left_wp:before,
	black_bg_logo{
		display:none;
	}
	section#de_research .elementor-widget-wrap.elementor-element-populated {
    padding-left: 0;
    padding-bottom: 1rem;
}
	div#black_bg_logo{
		display:none;
	}
	div#text_overlay_img figcaption.wp-caption-text {
	transform: translate(0, 0);
}
}
@media(max-width:767px){
	a.elementor-button-link.elementor-button.elementor-size-sm {
    padding: 13px 20px !important;
}
	section#Case_Studies{
    padding-left:0;
		padding-right:0;
	}
	.footerlist01_wrap ul li {
    margin-bottom: 1rem;
    font-size: 14px;
    list-style: square;
    margin-left: 2rem;
}
	.services_wrap {
    margin-top: 1rem;
}
	.Industries_wrap ul {
    margin-top: 2rem;
    display: flex;
     gap: 20px;
    align-items: center;
    justify-content: space-between;
		flex-wrap:wrap;
}
	.Industries_wrap ul li{
		max-width:50%;
	}
	.Our_Blogs_wrap ul {
    display: flex;
		flex-direction:column;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
		align-items: baseline;
		
}
	.titile_left,section#home_counter {
    margin-left:0;
}
section#what_we_do_main .elementor-container.elementor-column-gap-default,
#our_blog_home .elementor-container.elementor-column-gap-default{
  position: unset;
	padding-left:0;
}
	section#exp-grid01 .elementor-container.elementor-column-gap-default {
    flex-direction: column-reverse;
}
	section#exp-grid01 .elementor-element-0a7c076 > .elementor-element-populated {
    padding: 0;
    padding-left: 70%;
    transform: translate(0px, 100px);
}
	div#exp-grid02-in {
    transform: rotate(180deg);
}
	div#exp-grid02-in .elementor-element-populated {
    padding: 0;
    padding-right: 70%;
    transform: translate(0px, -100px);
}
	section#exp-grid03 .elementor-container.elementor-column-gap-default {
    flex-direction: column-reverse;
}
	section#exp-grid03 .elementor-element-9f211bd > .elementor-element-populated {
    padding: 0;
    padding-left: 70%;
    transform: translate(0px, 100px);
}
	div#exp-grid04-in {
    transform: rotate(180deg);
}
	div#exp-grid04-in .elementor-element-populated {
    padding: 0;
    padding-right: 70%;
    transform: translate(0px, -100px);
}
	section#approach_wrapper .elementor-widget-wrap.elementor-element-populated {
    width: 250px;
    height: 250px;
    padding: 0;
    margin: 0 auto;
    border-width: 30px;
}
	div#border_right .elementor-widget-wrap.elementor-element-populated {
    border: 0;
    padding-right: 0;
}
	h3.elementor-heading-title.elementor-size-default {
    font-size: 22px !important;
}
	.left-arrow {
    display: none;
}
	h1.list-inner-heading{
		    font-size: 60px !important;
	}
	.list-data-wrap h1.list-inner-heading {
    padding-top: 90px;
}
	#text-left{
		text-align:left;
	}
	section#mobile p {
		font-size:12px;
    margin: 0;
    max-width: 270px;
    margin: 0 auto;
		line-height: 27px;
}
	section#mobile p img {
    width: 100%;
    max-width: 20px;
    transform: translate(0px, 0px);
}
}

.grecaptcha-badge { visibility: hidden; }


.general_btn
{
	letter-spacing: normal;
	font-size: 12px;
}
}


.row ol, li{
	margin-left:20px !important;
	
}

.wpcf7-textarea
{
	padding:10px !important; 
}

.elementor-7 .elementor-element.elementor-element-ec36bae .swiper-wrapper {
    height: 620px;
    width: 450px !important;
}

div#border_left_wp:before {
    top: 4%  !important;
}

div#text_overlay_img figcaption.wp-caption-text {
     transform: translate(-8px, -22px)  !important;
}
.smart_parking_banner .inner .main_inner 
{
    background-size: cover !important;;
}



@media (max-width: 767px) {
    body:not(.rtl) .elementor-7 .elementor-element.elementor-element-377e89a {
        z-index: -1  !important;
    }
}


.list-free-stuff-link
{
    
    font-size: 14px !important;
}



