
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;*/
}

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 {
  padding: 0;
  margin: 0;
  font-weight: normal;
}

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 */

.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;
}

.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;*/
}

.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;
margin-top: 43px;
}
.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;
  /*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: #fff;*/
  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: 100%;
  text-align: center;
  font-size: 17px;
  font-family: 'FuturaPT-Bold';
  /*padding: 23px 0;*/
  height: 58px;
  background-color: #ffd500;
  color: #000000;
  margin-top: 20px;
  border: #ffd500;
}

.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;
}

@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: 11px;
  font-family: 'FuturaPT-Medium';
  margin-bottom: 19px;
  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;*/
  
  padding: 18px;
  /*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: 50%;
  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';
  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========================================*/

/*============================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: 21px;
  font-family: 'FuturaPT-Light';
  color: #000;
  margin-bottom: 33px;
}
p.approach_content {
  /*width: 530px;*/
  /*margin-right: 20%;*/
}
/*============================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';
  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 5%;
}
.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 15px;
}
.Journal_inner {
  float: left;
  box-shadow: 0px 2px 1px 1px #cccccc;
  border-radius: 10px;
  margin: 10px 15px;
	height: 520px;
}
.Journalimg_class {
	height: 210px;
	overflow: hidden;
}
.Journal_txt {
  margin: 15px;
}
h2.Journal_name {
  font-size: 21px;
  font-family: 'FuturaPT-Bold';
  margin-top: 20px;
  margin-bottom:20px;
  letter-spacing: -1px;
  color: #000;
	height: 50px;
}
.Journal_p {
  font-size: 21px;
  font-family: 'FuturaPT-Light';
  margin-bottom: 30px;
}
.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: 36px;
  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 {
  float: left;
  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: 50px;
  /*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: #cbcbcb;
  bottom: -135;
  display: block;
  /*height: 100%;*/
  height: 120%;
  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';
}
.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;
}