.container {
  width: 80%;
}
.container_small {
  padding: 0 5.3%;
}
a:focus {
  outline: medium none;
}
.sofiaReg {
  font-family: sofia-pro, arial;
}
.header {
  position: absolute;
  z-index: 999;
  width: 100%;
  padding-top: 27px;
}
.header .row {
  padding: 0 65px 0 72px;
}
.wrapper {
  overflow: hidden;
  background-image: url('../img/bg.jpg');
  float: left;
  width: 100%;
}
.services-left, .services-right {
  float: left;
  width: 50%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  -webkit-transition: all 0.7s linear;
  -moz-transition: all 0.7s linear;
  -ms-transition: all 0.7s linear;
  -o-transition: all 0.7s linear;
  transition: all 0.7s linear;
}
.services-left {
  left: 0;
}
.services-left:hover .services-all {
  opacity: 1;
  pointer-events: auto;
}
.services-right {
  right: 0;
}
.services-right:hover .services-all {
  opacity: 1;
  pointer-events: auto;
}
.services, .assessment {
  float: left;
  width: 100%;
}
.services-header {
  position: fixed;
  top: 0;
  left: 0;
  width: calc(100% + 25px);
  height: 100vh;
  overflow-y: scroll;
  overflow-x: hidden;
  display: none;
  z-index: 99;
}
.services-b {
  height: 1135px;
  background-repeat: repeat;
  width: 100%;
  position: relative;
}
.services-left-b {
  background-image: url('../img/left-b.png');
}
.services-right-b {
  background-image: url('../img/right-b.png');
}
.services-title {
  position: relative;
  text-align: center;
  width: 100%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #fff;
  font-size: 73px;
  line-height: 1em;
}
.services-all {
  position: absolute;
  top: 0;
  left: 0;
  background-color: #feeee6;
  width: 100%;
  height: 100%;
  opacity: 0;
  padding: 205px 30.6% 0px 32.6%;
  pointer-events: none;
  -webkit-transition: opacity 0.1s linear;
  -moz-transition: opacity 0.1s linear;
  -ms-transition: opacity 0.1s linear;
  -o-transition: opacity 0.1s linear;
  transition: opacity 0.1s linear;
}
.services-all ul {
  font-family: sofia-pro, arial;
  font-size: 20px;
  padding-left: 0;
  list-style: none;
  padding-top: 34px;
  margin: 0;
}
.services-all ul li {
  padding: 9px 0;
}
.services-all ul a {
  color: #fc8441;
  position: relative;
  text-decoration: none;
}
.services-all ul a::after {
  content: "";
  position: absolute;
  right: -31px;
  top: 11px;
  width: 15px;
  height: 12px;
  background-image: url('../img/arrow-orange-r.png');
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.services-all ul a:hover::after {
  right: -40px;
}
.services-all-title {
  font-size: 50px;
  color: #fc8441;
  line-height: 60px;
  padding-bottom: 47px;
}
.services-all-cont {
  font-family: sofia-pro, arial;
  font-size: 24px;
  line-height: 48px;
}
.web_logo {
  float: left;
  display: block;
}
.header_phone {
  color: #fc8441;
  float: left;
  font-family: sofia-pro, arial;
  padding-left: 49px;
}
.header-right-menu {
  float: right;
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.header-right-menu li {
  float: left;
  font-family: sofia-pro, arial;
  padding: 0 24px;
  cursor: pointer;
}
.header-home a.freeassessment, .header-blue a.freeassessment {
  color: #fff;
  text-decoration: none;
}
.header-blue {
  background-color: #1e3056;
  height: 92px;
  position: fixed;
  top: 0;
  left: 0;
  float: left;
  width: 100%;
}
.header-blue .header-right-menu li:last-child {
  color: #fc8441;
}
.header-blue.menu-top a.freeassessment {
  color: #fc8441;
}
.header-blue.menu-top a {
  text-decoration: none;
}
.home-menu {
  float: left;
  width: 100%;
  height: 92px;
}
.home .header-blue {
  position: fixed;
  opacity: 0;
  -webkit-transition: opacity 0.3s linear;
  -moz-transition: opacity 0.3s linear;
  -ms-transition: opacity 0.3s linear;
  -o-transition: opacity 0.3s linear;
  transition: opacity 0.3s linear;
}
.home .header-blue.menu-top {
  opacity: 1;
}
.services-all-open span {
  display: none;
  padding-right: 5px;
}
.services-all-open.open {
  position: relative;
}
.services-all-open.open::before {
  content: "";
  position: absolute;
  left: 0;
  top: 2px;
  bottom: 0;
  margin: auto;
  width: 18px;
  height: 1px;
  background-color: #fff;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.services-all-open.open::after {
  content: "";
  position: absolute;
  left: 0;
  top: 2px;
  bottom: 0;
  margin: auto;
  width: 18px;
  height: 1px;
  background-color: #fff;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.services-all-open.open span {
  display: inline;
}
.menu-nav-all {
  position: relative;
  width: 100%;
  color: #fff;
  padding: 27px 0 80px 38px;
  font-family: sofia-pro, arial;
}
.menu-nav {
  position: fixed;
  background-color: #1e3056;
  right: calc(-10% - 390px);
  z-index: 9999;
  top: 0;
  width: calc(10% + 390px);
  overflow-y: scroll;
  height: 100vh;
  -webkit-transition: right 0.2s linear;
  -moz-transition: right 0.2s linear;
  -ms-transition: right 0.2s linear;
  -o-transition: right 0.2s linear;
  transition: right 0.2s linear;
}
.menu-nav.open {
  right: -25px;
}
#head-menu, #menu-menu-1 {
  float: left;
  width: 100%;
}
.menu-navbar-nav {
  margin-bottom: 0px;
  padding: 62px 0px 59px;
  list-style: none;
  position: relative;
  text-transform: uppercase;
}
.menu-navbar-nav a {
  color: #fff;
  text-decoration: none;
}
.menu-navbar-nav a:hover, .menu-navbar-nav a:focus {
  color: #fff;
  text-decoration: none;
}
.menu-navbar-nav li a {
  display: block;
  width: 100%;
  padding: 9px 0;
}
.menu-navbar-nav::before {
  content: "";
  width: 10px;
  height: 10px;
  position: absolute;
  top: 8px;
  left: 0;
  border-radius: 50%;
  background-color: #fc8441;
}
.menu-navbar-nav::after {
  content: "";
  width: 10px;
  height: 10px;
  position: absolute;
  bottom: 8px;
  left: 0;
  border-radius: 50%;
  background-color: #fc8441;
}
.menu-nav-close {
  text-transform: uppercase;
  padding-bottom: 24px;
  background-image: url('../img/arrow-r.png');
  background-repeat: no-repeat;
  background-position: 128px 9px;
  cursor: pointer;
}
.menu-nav-inf {
  float: left;
  width: 100%;
  padding: 45px 0px 74px;
}
.menu-nav-inf p {
  margin-bottom: 15px;
}
.menu-nav-inf p a {
  color: #fff;
}
.menu-nav-logo img {
  width: 93px;
}
.assessment-open.open {
  position: relative;
  padding-left: 33px;
}
.assessment-open.open::before {
  content: "";
  position: absolute;
  left: 0;
  top: 2px;
  bottom: 0;
  margin: auto;
  width: 18px;
  height: 1px;
  background-color: #fff;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.assessment-open.open::after {
  content: "";
  position: absolute;
  left: 0;
  top: 2px;
  bottom: 0;
  margin: auto;
  width: 18px;
  height: 1px;
  background-color: #fff;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.assessment {
  height: 1200px;
  min-height: 100vh;
  padding-top: 30px;
}
.assessment.form-assessment-wrapper {
  position: relative;
  background: #fc8441 !important;
  opacity: 0.9;
}
.assessment.form-assessment-wrapper .assessment-title {
  padding-top: 80px;
}
.assessment-all {
  width: 680px;
  padding: 0 65px 39px;
  float: left;
  clear: left;
}
.assessment_home .assessment-all {
  background-color: #fff;
  width: 680px;
  padding: 83px 70px 39px;
  float: left;
  clear: left;
}
.assessment-link {
  width: 680px;
  display: block;
  padding: 30px 70px 30px;
  background-color: #fc8441;
  color: #fff;
  text-decoration: none;
  font-size: 28px;
  background-image: url('../img/arrow-big-r.png');
  background-repeat: no-repeat;
  background-position: 83% center;
  text-align: center;
  cursor: pointer;
  clear: left;
}
.assessment-link:hover, .assessment-link:focus {
  color: #fff;
  text-decoration: none;
}
.assessment-title {
  font-size: 38px;
  line-height: 1.2em;
}
.assessment-cont {
  font-family: sofia-pro, arial;
}
.assessment-cont h1, .assessment-cont h2, .assessment-cont h3, .assessment-cont h4, .assessment-cont h5, .assessment-cont h6 {
  font-size: 22px;
  color: #fc8441;
  margin: 20px 0px 23px;
}
.assessment-cont p {
  margin-bottom: 36px;
}
.assessment-form-wrapper-home .assessment-cf {
  display: none;
}
.assessment-form-wrapper {
  display: none;
}
.assessment-cf {
  font-family: Lato, Arial, Helvetica, sans-serif;
  padding-bottom: 50px;
  width: 100%;
}
.assessment-cf + .assessment-send {
  font-family: Montserrat, Arial, Helvetica, sans-serif;
  max-width: 23%;
  margin-left: 65px;
  padding: 13px 70px 13px 40px;
  background-color: #333;
  background-image: url(../img/arrow-big-r.png);
  font-size: 14px;
  font-weight: bold;
  background-size: 10%;
}
.assessment-cf .form-left-col, .assessment-cf .form-right-col {
  width: 50%;
  float: left;
}
.assessment-cf .form-right-col .assessment-cf_cont {
  padding-left: 60px;
  font-size: 25px;
  font-family: Montserrat, Arial, Helvetica, sans-serif;
}
.assessment-cf .form-right-col .cf-row {
  padding-bottom: 2px;
  padding-top: 15px;
}
.assessment-cf .cf-input-services .wpcf7-list-item {
  display: block;
  height: auto;
}
.assessment-cf .cf-input-services .wpcf7-list-item span {
  margin-left: 0;
}
.assessment-cf .cf-input-services .wpcf7-list-item label {
  width: 100%;
  padding-left: 40px;
  margin-bottom: 0;
}
.assessment-cf .cf-input-services .wpcf7-list-item label input[type=checkbox] {
  float: left;
  width: 20px;
  height: 20px;
  padding: 0;
  margin-right: 20px;
  background-color: white;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -webkit-transition: color linear 0.4s, background linear 0.4s, border-color linear 0.4s, box-shadow linear 0.4s;
  transition: color linear 0.4s, background linear 0.4s, border-color linear 0.4s, box-shadow linear 0.4s;
  border: 1px solid #999;
  color: white;
  outline: none !important;
}
.assessment-cf .cf-input-services .wpcf7-list-item label input[type=checkbox]:checked {
  border-color: #ff4500;
  background: #ff4500;
  position: relative;
}
.assessment-cf .cf-input-services .wpcf7-list-item label input[type=checkbox]:checked:before {
  content: "";
  position: absolute;
  top: 1px;
  left: 6px;
  display: block;
  width: 7px;
  height: 12px;
  border: solid #fff;
  border-width: 0 3px 3px 0;
  transform: rotate(45deg);
}
.assessment-cf .cf-input-services .wpcf7-list-item label .wpcf7-list-item-label {
  font-family: Lato, Arial, Helvetica, sans-serif;
  height: 27px;
  font-size: 15px;
  color: #000;
  font-weight: normal;
}
.cf-checkboxwraper .cf-input-services .wpcf7-checkbox .wpcf7-list-item {
  margin-left: 0 !important;
}
.clearfix {
  clear: both;
}
.cf-button {
  display: none;
}
.assessment-cf_cont {
  color: #1e3056;
  padding-top: 40px;
  padding-left: 0;
  /*padding-bottom: 40px;*/
  padding-bottom: 15px;
  
}
.cf-row {
  float: left;
  width: 100%;
  position: relative;
  padding-bottom: 31px;
}
.cf-checkboxwraper {
  padding-top: 15px;
}
.cf-input {
  float: left;
  width: 100%;
}
.cf-input ::-webkit-input-placeholder {
  color: white;
}
.cf-input :-moz-placeholder {
  color: white;
}
.cf-input ::-moz-placeholder {
  color: white;
}
.cf-input :-ms-input-placeholder {
  color: white;
}
.cf-input input, .cf-input select {
  width: 100%;
  border: none;
  line-height: 36px;
  padding-left: 16px;
  font-size: 14px;
  border-color: #333;
  background-color: #333;
  color: #fff;
}
.cf-input.cf-phone input {
  padding-left: 135px;
}
.cf-input-help input {
  padding-left: 200px;
}
.cf-name {
  position: absolute;
  left: 5px;
  top: 5px;
  color: #fff;
  z-index: 1;
  padding-left: 5px;
  font-size: 14px;
}
div.wpcf7-response-output {
  float: left;
  margin: 0;
  padding: 0.2em 1em;
}
.assessment-contact .phone, .assessment-contact .mail {
  font-size: 27px;
  color: #1e3056;
  font-family: 'Zahrah-Semibold', serif;
  line-height: 1.2em;
}
.assessment-contact .phone a, .assessment-contact .mail a {
  color: #fc8441;
  text-decoration: none;
}
.assessment-contact .phone {
  padding: 29px 0px 25px;
}
.assessment-contact .text {
  font-size: 18px;
  padding: 79px 0px 28px;
}
.assessment-contact img {
  margin-bottom: 155px;
  height: 38px;
}
.assessment-all-thank {
  display: none;
}
.assessment-menu {
  display: none;
  position: fixed;
  top: 93;
  left: 0;
  z-index: 99;
  width: calc(100% + 25px);
  height: 100vh;
  overflow-y: scroll;
}
.assessment-menu .header-blue {
  z-index: 10000;
}
.d_slider-title, .page_title {
  font-size: 73px;
  line-height: 1.2em;
  text-align: center;
  padding: 144px 0 69px;
  float: left;
  width: 100%;
  position: relative;
}
.d_slider-title::after, .page_title::after {
  content: "";
  position: absolute;
  right: 0;
  left: 0;
  bottom: 33px;
  width: 16px;
  height: 16px;
  background-color: #fc8441;
  border-radius: 50%;
  margin: auto;
}
.d_slider-title span, .page_title span {
  color: #adb3bf;
  font-size: 48px;
}
.d_slider-title div, .page_title div {
  display: none;
  position: absolute;
  top: 144px;
  left: 0;
  right: 0;
  margin: auto;
  -webkit-transition: display 0.4s linear;
  -moz-transition: display 0.4s linear;
  -ms-transition: display 0.4s linear;
  -o-transition: display 0.4s linear;
  transition: display 0.4s linear;
}
.d_slider-title div.d_slider_active, .page_title div.d_slider_active {
  display: block;
  position: relative;
  top: 0;
}
.d_slider-subtitle, .page_subtitle {
  float: left;
  width: 100%;
  text-align: center;
  font-size: 29px;
  line-height: 1.2em;
  padding-bottom: 141px;
}
.d_slider-subtitle a, .page_subtitle a {
  color: #fc8441;
  text-decoration: none;
  position: relative;
}
.d_slider-subtitle a::before, .page_subtitle a::before {
  background-color: #fc8441;
  bottom: 0;
  content: "";
  height: 3px;
  left: -27px;
  margin: auto;
  position: absolute;
  top: -6px;
  transform: rotate(-25deg);
  width: 17px;
}
.d_slider-subtitle a::after, .page_subtitle a::after {
  background-color: #fc8441;
  bottom: 0;
  content: "";
  height: 3px;
  left: -27px;
  margin: auto;
  position: absolute;
  top: 6px;
  transform: rotate(25deg);
  width: 17px;
}
.d_home {
  float: left;
  width: 100%;
  /*Slider*/
}
.d_slider {
  float: left;
  width: 100%;
}
.d_slider_el_img {
  height: 1015px;
  margin-top: 82px;
  overflow: hidden;
  background-color: #fff;
}
.d_slider_el_img .img {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  opacity: 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-transition: all 0.4s linear;
  -moz-transition: all 0.4s linear;
  -ms-transition: all 0.4s linear;
  -o-transition: all 0.4s linear;
  transition: all 0.4s linear;
}
.d_slider_el_img .img.d_slider_active {
  opacity: 1;
}
.d_slider_control {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 10;
  width: 278px;
  background-color: #fc8441;
}
.d_slider_control .d_slid_title {
  float: left;
  width: 100%;
  border-bottom: 1px solid #fff;
  color: #fff;
  height: 102px;
  text-align: center;
  font-size: 20px;
  padding: 0 50px;
  cursor: pointer;
  line-height: 24px;
}
.d_slider_control .d_slid_title span {
  display: block;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.d_slider_control .d_slid_title:last-child {
  border: none;
}
.d_slider_control .d_slid_title.d_slider_active {
  background-color: #fc8441;
  color: #fff;
}
.d_slider_el_cont {
  background-color: #fff;
  position: relative;
  height: 1015px;
  padding: 75px 6.4% 0px;
  overflow: hidden;
}
a.d_slider_el_all {
  font-size: 20px;
  color: #cecece;
  float: right;
  background-position: center right;
  background-repeat: no-repeat;
  background-image: url('../img/slider_arrow.png');
  display: block;
  padding-right: 27px;
  text-decoration: none;
  position: relative;
  z-index: 15;
}
.d_slider_cont_el {
  float: left;
  width: calc(100% - 196px);
  padding-top: 57px;
  padding-right: 17%;
  position: absolute;
  left: 96px;
  opacity: 0;
  -webkit-transition: all 0.4s linear;
  -moz-transition: all 0.4s linear;
  -ms-transition: all 0.4s linear;
  -o-transition: all 0.4s linear;
  transition: all 0.4s linear;
}
.d_slider_cont_el.d_slider_active {
  opacity: 1;
  z-index: 2;
}
.d_slider_cont_el .title {
  font-size: 38px;
  line-height: 1.2em;
  padding-bottom: 73px;
}
.d_slider_cont_el .cont {
  font-family: sofia-pro, arial;
  height: 520px;
  position: relative;
  float: left;
  width: 100%;
  overflow: hidden;
}
.d_slider_cont_el .cont h1, .d_slider_cont_el .cont h2, .d_slider_cont_el .cont h3, .d_slider_cont_el .cont h4, .d_slider_cont_el .cont h5 {
  font-size: 22px;
  line-height: 1.2em;
  color: #fc8441;
  margin: 0;
  padding-bottom: 22px;
}
.d_slider_cont_el .cont p {
  margin: 0;
  padding-bottom: 15px;
}
.d_slider_cont_el .cont::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 180px;
  background: #fff;
  background: -moz-linear-gradient(bottom, #fff 0%, rgba(255, 255, 255, 0.8) 80%, rgba(255, 255, 255, 0) 100%);
  background: -webkit-linear-gradient(bottom, #fff 0%, rgba(255, 255, 255, 0.8) 80%, rgba(255, 255, 255, 0) 100%);
  background: -o-linear-gradient(bottom, #fff 0%, rgba(255, 255, 255, 0.8) 80%, rgba(255, 255, 255, 0) 100%);
  background: -ms-linear-gradient(bottom, #fff 0%, rgba(255, 255, 255, 0.8) 80%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(bottom, #fff 0%, rgba(255, 255, 255, 0.8) 80%, rgba(255, 255, 255, 0) 100%);
}
.d_slider_cont_el .link {
  font-size: 20px;
  color: #1e3056;
  padding-right: 28px;
  background-position: center right;
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  bottom: -91px;
  text-decoration: none;
  background-image: url('../img/slider_arrow_blue.png');
}
.d_about {
  float: left;
  width: 100%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  margin-top: -82px;
}
.d_about_bg {
  height: 965px;
  background-image: url('../img/left-b.png');
}
.d_about_title {
  color: #fff;
  padding-top: 236px;
}
.d_about_subtitle {
  color: #fff;
}
.d_about2 {
  float: left;
  width: 100%;
  margin-top: -315px;
  position: relative;
  z-index: 2;
}
.d_about2_text {
  float: left;
  background-color: #fff;
  width: 39%;
  height: 800px;
  padding: 107px 6.3% 0px;
}
.d_about2_title {
  font-size: 38px;
  line-height: 1.2em;
  padding-bottom: 26px;
}
.d_about2_cont {
  font-family: sofia-pro, arial;
  height: 500px;
  position: relative;
  float: left;
  width: 100%;
  overflow: hidden;
}
.d_about2_cont h1, .d_about2_cont h2, .d_about2_cont h3, .d_about2_cont h4, .d_about2_cont h5 {
  font-size: 22px;
  line-height: 1.2em;
  color: #fc8441;
  margin: 0;
  padding: 24px 0px 22px;
}
.d_about2_cont p {
  margin: 0;
  padding-bottom: 30px;
}
.d_about2_cont::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 180px;
  background: #fff;
  background: -moz-linear-gradient(bottom, #fff 0%, rgba(255, 255, 255, 0.8) 80%, rgba(255, 255, 255, 0) 100%);
  background: -webkit-linear-gradient(bottom, #fff 0%, rgba(255, 255, 255, 0.8) 80%, rgba(255, 255, 255, 0) 100%);
  background: -o-linear-gradient(bottom, #fff 0%, rgba(255, 255, 255, 0.8) 80%, rgba(255, 255, 255, 0) 100%);
  background: -ms-linear-gradient(bottom, #fff 0%, rgba(255, 255, 255, 0.8) 80%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(bottom, #fff 0%, rgba(255, 255, 255, 0.8) 80%, rgba(255, 255, 255, 0) 100%);
}
.d_about2_img {
  margin-top: 70px;
  float: left;
  width: 61%;
  height: 632px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
a.d_about2_link {
  font-size: 20px;
  color: #1e3056;
  padding-right: 28px;
  background-position: center right;
  background-repeat: no-repeat;
  text-decoration: none;
  background-image: url('../img/slider_arrow_blue.png');
}
.d_testimonial {
  float: left;
  width: 100%;
  margin-top: -99px;
  margin-bottom: 78px;
}
.d_testimonial_all {
  float: left;
  width: 100%;
  min-height: 530px;
  background-color: #fc8441;
  padding: 206px 13% 60px;
  color: #fff;
  text-align: center;
}
.d_testimonial_text {
  font-size: 37px;
  line-height: 44px;
  padding-bottom: 53px;
  position: relative;
}
.d_testimonial_text::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: -79px;
  width: 46px;
  height: 35px;
  background-position: center;
  background-size: 100% 100%;
  background-image: url('../img/testimonial.png');
  margin: auto;
}
.d_testimonial_text::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 9px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #1e3056;
  margin: auto;
}
.d_testimonial_title {
  font-size: 17px;
}
.carousel-fade {
  /*-------Footer-----*/
}
.carousel-fade .carousel-inner {
  overflow: visible;
}
.carousel-fade .carousel-inner .item {
  transition-property: opacity;
}
.carousel-fade .carousel-inner .item, .carousel-fade .carousel-inner .active.left, .carousel-fade .carousel-inner .active.right {
  opacity: 0;
}
.carousel-fade .carousel-inner .active, .carousel-fade .carousel-inner .next.left, .carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}
.carousel-fade .carousel-inner .next, .carousel-fade .carousel-inner .prev, .carousel-fade .carousel-inner .active.left, .carousel-fade .carousel-inner .active.right {
  left: 0;
  transform: translate3d(0, 0, 0);
}
.carousel-fade .carousel-control {
  z-index: 2;
}
.button_border {
  width: 485px;
  max-width: 100%;
  height: 114px;
  border: 3px solid #fc8441;
  background-color: transparent;
  color: #fff;
  font-size: 24px;
  background-repeat: no-repeat;
  background-image: url('../img/arrow_button.png');
  background-position: 88% center;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  text-align: center;
  padding: 38px 64px 0 0;
  display: block;
  cursor: pointer;
}
.button_border:hover {
  background-color: #fc8441;
  text-decoration: none;
  color: #fff;
}
.footer {
  float: left;
  width: 100%;
  background-color: #142048;
  color: #fff;
}
.footer_top {
  float: left;
  width: 100%;
  padding: 94px 0px 70px;
  border-bottom: 1px solid #273561;
}
.footer_left {
  float: left;
  width: 44%;
}
.footer_right {
  float: left;
  width: 56%;
}
.footer_menu {
  padding-right: 3%;
}
.footer_title {
  font-size: 24px;
  line-height: 1.5em;
  color: #fc8441;
  float: left;
  width: 100%;
  padding-bottom: 37px;
  font-family: 'Zahrah-Semibold', serif;
}
.footer_cont {
  float: left;
  width: 100%;
}
.footer_cont h1, .footer_cont h2, .footer_cont h3, .footer_cont h4, .footer_cont h5, .footer_cont h6 {
  font-family: 'Zahrah-Semibold', serif;
  font-size: 24px;
  line-height: 1.5em;
  color: #fc8441;
  float: left;
  width: 100%;
  padding-bottom: 42px;
  margin: 0;
}
.footer_bot {
  float: left;
  width: 100%;
  padding: 68px 0px 124px;
}
.footer_contact ul, .footer_contact ol {
  float: left;
  width: 100%;
  padding-left: 0;
  margin: 0;
  list-style: none;
}
.footer_contact ul li, .footer_contact ol li {
  padding: 4px 0 4px 35px;
  background-repeat: no-repeat;
  background-position: left center;
}
.footer_contact ol {
  background-image: url('../img/points.png');
  background-repeat: no-repeat;
  background-position: left 8px;
  margin-top: 20px;
}
.footer_contact ol strong {
  display: block;
  float: left;
  font-weight: normal;
  width: 80px;
  margin-right: 13px;
  position: relative;
}
.footer_contact ol strong::after {
  content: "";
  height: 14px;
  width: 1px;
  background-color: #273561;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.footer_contact ul:first-child li:first-child {
  background-image: url('../img/phone.png');
}
.footer_contact ul:first-child li:nth-child(2) {
  background-image: url('../img/mail.png');
}
.footer_contact ul:last-child li:first-child {
  background-image: url('../img/address.png');
}
.footer_bot_b {
  float: left;
  color: #848484;
  width: 100%;
  font-size: 13px;
  line-height: 20px;
  padding-top: 64px;
}
.footer_bot_b a {
  color: #848484;
}
.footer_bot_b a:hover, .footer_bot_b a:focus {
  color: #848484;
  text-decoration: none;
}
.footer_bot_b > img {
  width: 160px;
  float: left;
}
.footer_bot_b .text {
  float: left;
  width: calc(100% - 210px);
  padding-left: 6%;
  padding-right: 10%;
}
.footer_menu {
  /*-------------About---------------*/
}
.footer_menu ul {
  float: left;
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin: 0;
}
.footer_menu ul li {
  padding: 6px 0;
  float: left;
  width: 100%;
  line-height: 24px;
}
.footer_menu ul li a {
  color: #fff;
  text-decoration: none;
  float: left;
  width: 100%;
  display: block;
}
.footer_menu ul li a:hover {
  color: #fc8441;
}
.about_1, .about {
  float: left;
  width: 100%;
}
.about_1_left {
  float: left;
  width: 62%;
  margin-top: 60px;
  position: relative;
  z-index: 2;
}
.about_1_right {
  float: left;
  width: 38%;
}
.about_1_left_img {
  height: 730px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.about_d_testimonial_all {
  padding-top: 190px;
  position: absolute;
}
.about_1_right {
  height: auto;
  min-height: 1280px;
  padding: 92px 4.4% 16px 4.7%;
}
.about_1_right_cont {
  height: auto;
}
.about_1_right_cont::after {
  display: none;
}
.about_1_right_cont h1, .about_1_right_cont h2, .about_1_right_cont h3, .about_1_right_cont h4, .about_1_right_cont h5, .about_1_right_cont h6 {
  padding-bottom: 35px;
}
.about_1_right_cont p {
  padding-bottom: 35px;
}
.about_1_right_cont p strong {
  font-weight: normal;
  color: #fc8441;
}
.about_1_right_title {
  padding-bottom: 55px;
}
.about_2 {
  margin-top: -40px;
}
.about_2 .d_about_bg {
  height: 755px;
}
.about_2_title {
  color: #fff;
  text-align: left;
  padding-top: 210px;
}
.about_2_title::after {
  margin: 0;
}
.about_3 {
  float: left;
  width: 100%;
  background-color: #fff;
  padding: 120px 6.5% 110px;
  margin-top: -259px;
  margin-bottom: 70px;
  position: relative;
  z-index: 2;
}
.about_3_1 {
  float: left;
  width: 47%;
  padding-right: 7%;
}
.about_3_2 {
  float: left;
  width: 31%;
  padding-right: 7%;
}
.about_3_3 {
  float: left;
  width: 22%;
}
.about_3_title {
  font-size: 22px;
  color: #fc8441;
  padding-bottom: 30px;
  /*---------Case studies-----------*/
}
.d_case_all, .d_case_el {
  float: left;
  width: 100%;
}
.d_case_el {
  padding-bottom: 98px;
}
.d_case_el_img {
  float: left;
  width: 44%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 780px;
  margin-top: 82px;
}
.d_case_el_title {
  padding-bottom: 47px;
}
.d_case_el_text {
  float: left;
  width: 56%;
  background-color: #fff;
  padding-bottom: 100px;
  padding-top: 104px;
  height: auto;
}
.d_case_el_cont {
  height: auto;
  /*---------Contact-------------*/
}
.d_case_el_cont::after {
  display: none;
}
.d_case_el_cont p {
  padding-bottom: 15px;
  line-height: 19px;
}
.d_case_el_cont h1, .d_case_el_cont h2, .d_case_el_cont h3, .d_case_el_cont h4, .d_case_el_cont h5 {
  padding-bottom: 17px;
}
.d_contact {
  float: left;
  width: 100%;
}
.d_contact .page_subtitle {
  padding-bottom: 71px;
}
.d_contact_all {
  float: left;
  width: 100%;
  position: relative;
  z-index: 5;
}
.d_contact_cont {
  padding-top: 28px;
  padding-bottom: 45px;
}
.d_contact_cont_h {
  font-size: 20px;
  color: #fc8441;
  padding-bottom: 10px;
}
.d_contact_cont_t {
  font-size: 20px;
}
.d_contact_cont_t a {
  color: #1e3056;
  text-decoration: none;
}
.d_contact_cont_t a:hover, .d_contact_cont_t a:focus {
  color: #1e3056;
  text-decoration: none;
}
.d_contact_text {
  position: relative;
}
.d_contact_link {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 145px;
  display: block;
  font-size: 29px;
  color: #fff;
  background-color: #1e3056;
  background-image: url("../img/arrow-big-r.png");
  background-position: 83% center;
  background-repeat: no-repeat;
  padding-right: 10%;
  text-decoration: none;
  cursor: pointer;
  text-align: center;
}
.d_contact_link span {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  display: block;
}
.d_contact_location {
  float: left;
  width: 100%;
  background-color: #fc8441;
  color: #fff;
  padding: 126px 4.5% 100px;
}
.d_contact_location_title {
  font-size: 38px;
  text-align: center;
}
.d_contact_location_cont {
  float: left;
  width: 100%;
  padding-top: 76px;
  position: relative;
}
.d_contact_location_cont ul {
  float: left;
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  font-family: sofia-pro, arial;
}
.d_contact_location_cont ul li {
  float: left;
  width: 33.3%;
  font-size: 18px;
  line-height: 22px;
  padding-left: 5%;
  padding-right: 4%;
  position: relative;
}
.d_contact_location_cont ul li::after {
  content: "";
  position: absolute;
  right: 15px;
  top: 10px;
  width: 1px;
  height: 105px;
  background-color: #fcb993;
}
.d_contact_location_cont ul li strong {
  display: block;
  float: left;
  width: 100%;
  color: #1e3056;
  font-family: "Zahrah-Semibold", serif;
  font-size: 20px;
  line-height: 1.2em;
  padding-bottom: 27px;
  padding-left: 33px;
  background-image: url("../img/points_blue.png");
  background-position: left 3px;
  background-repeat: no-repeat;
}
.d_contact_location_cont ul li:last-child::after {
  display: none;
}
.d_contact_button {
  position: absolute;
  bottom: 0px;
  height: 60%;
  width: 80px;
  font-size: 80px;
  font-weight: bold;
  background: transparent;
  border: none;
  -webkit-transform: scale(0.3, 1);
  -moz-transform: scale(0.3, 1);
  -ms-transform: scale(0.3, 1);
  -o-transform: scale(0.3, 1);
  transform: scale(0.3, 1);
}
.d_contact_button.d_prev {
  left: -40px;
}
.d_contact_button.d_next {
  right: -40px;
}
.d_contact_button.slick-disabled {
  opacity: 0;
  pointer-events: none;
}
.slick-current.slick-active + .slick-active + .slick-active::after {
  display: none;
}
#googleMap {
  float: left;
  width: 100%;
  height: 1070px;
}
.d_contact_map {
  float: left;
  width: 100%;
  position: relative;
  margin-top: -99px;
}
.map_cont {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  /*---------News-Page----------*/
}
.d_news_all {
  float: left;
  width: 100%;
  position: relative;
}
.d_news_left {
  float: left;
  width: 60%;
}
.d_news_right {
  width: 100%;
  padding-left: 0;
  position: absolute;
  right: 0;
  top: 0;
  height: calc(100% - 68px);
}
.d_news_right.d_news_right_rel {
  position: relative;
}
.d_news_el_title {
  font-size: 38px;
  line-height: 1.2em;
  float: left;
  width: 100%;
}
.d_news_el_time {
  font-size: 20px;
  float: left;
  width: 100%;
  padding: 10px 0px 40px;
}
a.d_news_el_link {
  color: #fc8441;
  font-size: 20px;
  text-decoration: none;
  position: relative;
}
a.d_news_el_link::after {
  background-image: url("../img/arrow-orange-r.png");
  content: "";
  height: 12px;
  position: absolute;
  right: -31px;
  top: 7px;
  width: 15px;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
a.d_news_el_link:hover::after {
  right: -40px;
}
.d_news_right_el_2 ul li:nth-child(4) a::after {
  right: -99px;
}
.d_news_el {
  float: left;
  width: 100%;
  background-color: #fff;
  margin-bottom: 68px;
  padding: 86px 9.4% 80px;
}
.d_news_el_cont {
  font-family: sofia-pro, arial;
  position: relative;
  float: left;
  width: 100%;
  padding-bottom: 18px;
}
.d_news_el_cont h1, .d_news_el_cont h2, .d_news_el_cont h3, .d_news_el_cont h4, .d_news_el_cont h5 {
  font-size: 22px;
  line-height: 1.2em;
  color: #fc8441;
  margin: 0;
  padding: 0px 0px 11px;
}
.d_news_el_cont p {
  margin: 0;
  padding-bottom: 30px;
}
.d_pagination {
  float: right;
  padding: 90px 0px 98px;
}
.d_pagination a {
  opacity: 0.3;
}
.d_pagination .page-numbers {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  color: #fff;
  background-color: #fc8441;
  text-align: center;
  margin: 0 8px;
  display: block;
  float: left;
  text-decoration: none;
}
.d_pagination .page-numbers.next, .d_pagination .page-numbers.prev {
  opacity: 1;
  background-color: transparent;
  background-position: center;
  color: transparent;
  background-image: url("../img/arrow-orange-r-big.png");
  background-repeat: no-repeat;
}
.d_pagination .page-numbers.prev {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.d_pagination .last, .d_pagination .first {
  display: none;
}
.d_news_el_break {
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  float: left;
  width: 100%;
  margin-bottom: 97px;
}
.d_news_el_break_back {
  background-image: url("../img/left-b.png");
  height: 405px;
  float: left;
  width: 100%;
}
.d_news_el_break_title {
  font-size: 40px;
  color: #fff;
  line-height: 1.2em;
  padding: 108px 0px 45px;
}
.d_news_right_el {
  float: left;
  width: 100%;
}
.d_news_right_el ul {
  font-family: sofia-pro, arial;
  font-size: 20px;
  padding-left: 0;
  list-style: none;
  padding-top: 34px;
  margin: 0;
}
.d_news_right_el ul li {
  padding: 9px 0;
}
.d_news_right_el ul a {
  color: #fc8441;
  position: relative;
  text-decoration: none;
}
.d_news_right_el ul a::after {
  content: "";
  position: absolute;
  right: -31px;
  top: 7px;
  width: 15px;
  height: 12px;
  background-image: url('../img/arrow-orange-r.png');
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.d_news_right_el ul a:hover::after {
  right: -40px;
}
.d_news_right_back {
  float: left;
  width: 100%;
  background-color: #fff7f3;
  padding: 86px 10% 134px 10%;
  height: 100%;
}
.d_news_right_title {
  font-size: 38px;
  line-height: 1.2em;
  padding-bottom: 10px;
}
.d_news_right_el_2 {
  padding-top: 117px;
}
.single_post .d_news_right {
  position: relative;
}
.single_post_back {
  background-color: #fff;
  padding: 86px 9.4% 80px;
  float: left;
  width: 100%;
}
.single_post_all {
  float: left;
  width: 100%;
  padding-bottom: 90px;
  margin-top: -32px;
}
.single_post_r {
  float: left;
  width: 100%;
  background-position: left top;
  background-repeat: no-repeat;
  background-image: url('../img/single_news.jpg');
}
.single_post_r_b {
  background-image: url("../img/left-b.png");
  height: 410px;
  padding: 85px 15% 20px;
}
.single_post_r_b_title {
  color: #fff;
  font-size: 30px;
  line-height: 1.2em;
  text-align: center;
  padding-bottom: 65px;
}
.single_post_button {
  width: 100%;
  height: 86px;
  border: 3px solid #fc8441;
  background-color: transparent;
  color: #fff;
  font-size: 26px;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  text-align: center;
  padding: 23px 0 0 0;
  display: block;
  cursor: pointer;
}
.single_post_button:hover {
  background-color: #fc8441;
  text-decoration: none;
  color: #fff;
}
.single_post_img {
  float: left;
  width: 100%;
  padding-bottom: 75px;
}
a.single_post_link {
  color: #fc8441;
  font-size: 20px;
  padding-left: 40px;
  position: relative;
  text-decoration: none;
  /*----------Default page----------------*/
}
a.single_post_link::after {
  content: "";
  position: absolute;
  left: 8px;
  top: 7px;
  width: 15px;
  height: 12px;
  background-image: url('../img/arrow-orange-l.png');
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
a.single_post_link:hover::after {
  left: 0px;
}
.def_page_all {
  float: left;
  width: 100%;
  padding-bottom: 120px;
}
.def_page_back {
  float: left;
  width: 100%;
  background-color: #fff;
  padding: 123px 6.5% 120px;
}
.def_page_back h1 {
  font-family: "Zahrah-Semibold", serif;
  font-size: 45px;
  line-height: 1.2em;
  margin: 0;
  padding-bottom: 72px;
}
.def_page_back h2 {
  font-family: "Zahrah-Semibold", serif;
  font-size: 38px;
  line-height: 1.2em;
  margin: 0;
  padding-bottom: 72px;
}
.def_page_back h3 {
  font-family: "Zahrah-Semibold", serif;
  font-size: 28px;
  line-height: 1.2em;
  color: #fc8441;
  margin: 0;
  padding-bottom: 17px;
}
.def_page_back h4 {
  font-size: 22px;
  line-height: 1.2em;
  color: #fc8441;
  margin: 0;
  padding-bottom: 17px;
}
.def_page_back h5, .def_page_back h6 {
  font-size: 16px;
  line-height: 1.2em;
  color: #fc8441;
  margin: 0;
  padding-bottom: 17px;
}
.def_page_back h1 a, .def_page_back h2 a, .def_page_back h3 a, .def_page_back h4 a, .def_page_back h5 a, .def_page_back h6 a {
  position: relative;
}
.def_page_back h1 a::after, .def_page_back h2 a::after, .def_page_back h3 a::after, .def_page_back h4 a::after, .def_page_back h5 a::after, .def_page_back h6 a::after {
  content: "";
  position: absolute;
  right: -30px;
  top: 7px;
  width: 15px;
  height: 12px;
  background-image: url('../img/arrow-orange-r.png');
}
.def_page_back p {
  margin-bottom: 0;
  padding-bottom: 0px;
  line-height: 1.2em;
}
.def_page_back a {
  color: #fc8441;
  text-decoration: none;
}
.def_page_back .row {
  padding-top: 58px;
  margin: 0 -40px;
}
.def_page_back .col-xs-1, .def_page_back .col-sm-1, .def_page_back .col-md-1, .def_page_back .col-lg-1, .def_page_back .col-xs-2, .def_page_back .col-sm-2, .def_page_back .col-md-2, .def_page_back .col-lg-2, .def_page_back .col-xs-3, .def_page_back .col-sm-3, .def_page_back .col-md-3, .def_page_back .col-lg-3, .def_page_back .col-xs-4, .def_page_back .col-sm-4, .def_page_back .col-md-4, .def_page_back .col-lg-4, .def_page_back .col-xs-5, .def_page_back .col-sm-5, .def_page_back .col-md-5, .def_page_back .col-lg-5, .def_page_back .col-xs-6, .def_page_back .col-sm-6, .def_page_back .col-md-6, .def_page_back .col-lg-6, .def_page_back .col-xs-7, .def_page_back .col-sm-7, .def_page_back .col-md-7, .def_page_back .col-lg-7, .def_page_back .col-xs-8, .def_page_back .col-sm-8, .def_page_back .col-md-8, .def_page_back .col-lg-8, .def_page_back .col-xs-9, .def_page_back .col-sm-9, .def_page_back .col-md-9, .def_page_back .col-lg-9, .def_page_back .col-xs-10, .def_page_back .col-sm-10, .def_page_back .col-md-10, .def_page_back .col-lg-10, .def_page_back .col-xs-11, .def_page_back .col-sm-11, .def_page_back .col-md-11, .def_page_back .col-lg-11, .def_page_back .col-xs-12, .def_page_back .col-sm-12, .def_page_back .col-md-12, .def_page_back .col-lg-12 {
  padding: 0 40px;
}
.def_page_back ul {
  list-style: none;
  padding-left: 0;
}
.def_page_back ul li {
  position: relative;
  padding-bottom: 28px;
  padding-left: 33px;
  line-height: 1.2em;
}
.def_page_back ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 6px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #fc8441;
}
.def_page_back ol {
  list-style: none;
  padding-left: 0;
}
.def_page_back ol li {
  position: relative;
  padding-bottom: 28px;
  padding-left: 33px;
  line-height: 1.2em;
}
.def_page_back ol li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 6px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #1e3056;
}
div.orange_border_button a {
  width: 485px;
  max-width: 100%;
  height: 114px;
  border: 3px solid #fc8441;
  background-color: transparent;
  color: #fc8441;
  font-size: 24px;
  background-repeat: no-repeat;
  background-image: url('../img/arrow-orange-r-big.png');
  background-position: 88% center;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  text-align: center;
  padding: 36px 64px 0 0;
  display: block;
  font-family: "Zahrah-Semibold", serif;
  margin-bottom: 40px;
}
div.orange_border_button a:hover {
  background-color: #fc8441;
  text-decoration: none;
  color: #fff;
  background-image: url('../img/arrow-big-r.png');
}
div.orange_button a {
  background-color: #fc8441;
  color: #fff;
  background-image: url('../img/arrow-big-r.png');
}
div.orange_button a:hover {
  background-color: transparent;
  color: #fc8441;
  background-image: url('../img/arrow-orange-r-big.png');
}
div.blue_border_button a {
  background-color: transparent;
  border-color: #1e3056;
  color: #1e3056;
  background-image: url('../img/arrow-blue-r-big.png');
}
div.blue_border_button a:hover {
  background-color: #1e3056;
  color: #fff;
  background-image: url('../img/arrow-big-r.png');
}
div.blue_button a {
  background-color: #1e3056;
  border-color: #1e3056;
  color: #fff;
  background-image: url('../img/arrow-big-r.png');
  /*--------------Single services---------------*/
}
div.blue_button a:hover {
  background-color: transparent;
  color: #1e3056;
  background-image: url('../img/arrow-blue-r-big.png');
}
.single_services_el {
  padding-right: 0;
  width: 75%;
}
.single_services_el .cont {
  height: auto;
}
.single_services_el .cont::after {
  display: none;
}
.single_services_el .cont h1, .single_services_el .cont h2, .single_services_el .cont h3, .single_services_el .cont h4, .single_services_el .cont h5 {
  font-family: "Zahrah-Semibold", serif;
  font-size: 24px;
  padding-bottom: 30px;
}
.single_services_el .title {
  padding-bottom: 65px;
}
.single_services_el p {
  padding-top: 30px;
}
.single_services_el_img {
  height: 1086px;
}
.single_services_el_cont {
  height: auto;
  min-height: 1060px;
}
.single_services_el_cont .assessment-link {
  background-color: #1e3056;
  bottom: 0;
  left: 0;
  position: absolute;
  width: 100%;
}
.single_services_big_img {
  margin-top: -108px;
}
.single_services_bot_img {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: 590px;
  width: 100%;
  float: left;
  margin-top: -110px;
  margin-bottom: 95px;
}
.single_services_bot_text {
  float: left;
  width: 38%;
  background-color: #fff;
  padding: 88px 6.4% 70px 6.4%;
}
.single_services_bot_text .title {
  font-size: 38px;
  line-height: 1.2em;
  padding-bottom: 46px;
}
.single_services_bot_text .cont h1, .single_services_bot_text .cont h2, .single_services_bot_text .cont h3, .single_services_bot_text .cont h4, .single_services_bot_text .cont h5 {
  font-size: 22px;
  line-height: 1.2em;
  color: #fc8441;
  margin: 0;
  padding-bottom: 22px;
}
.single_services_bot_text .cont p {
  margin: 0;
  padding-bottom: 30px;
}
.single_services_testimonial {
  float: left;
  width: 62%;
  margin-top: 85px;
  background-color: #1e3056;
  position: absolute;
  right: 0;
  min-height: 550px;
  padding: 206px 6.4% 80px;
}
.single_services_testimonial .d_testimonial_text::before {
  background-image: url("../img/testimonial-orange.png");
}
.single_services_testimonial .d_testimonial_text::after {
  background-color: #fc8441;
}
.single_services_bot_box {
  position: relative;
  float: left;
  width: 100%;
  margin-top: -315px;
}
@media screen and (min-width: 1440px) {
  .d_news_right_back .d_news_right_el_2 ul li:nth-child(4) a::after {
    right: -99px;
  }
  .d_slider_el_cont .assessment-link {
    background-position: 88% center;
  }
}
@media screen and (min-width: 1024px) {
  .post-type-archive-services .d_news_right .d_news_right_back {
    height: auto;
  }
  .post-type-archive-services .d_news_right .d_news_right_back .d_news_right_el ul {
    font-size: 19px;
  }
  .post-type-archive-services .d_news_right .d_news_right_back .d_news_right_el.d_news_right_el_2 ul li:nth-child(4) {
    right: -99px;
  }
  .single-services_per .single_services_el_cont .assessment-link {
    background-position: 88% center;
  }
  .d_slider_cont_el .cont p {
    line-height: 25px;
  }
  .post-type-archive-services .d_news_el {
    width: 76%;
  }
  .post-type-archive .d_news_el {
    width: 76%;
  }
  .post-type-archive .d_news_right .d_news_right_back {
    height: auto;
  }
  .post-type-archive .d_news_right .d_news_right_back .d_news_right_el ul {
    font-size: 19px;
  }
  .post-type-archive .d_news_right .d_news_right_back .d_news_right_el.d_news_right_el_2 ul li:nth-child(3) {
    right: -40px;
  }
  .d_contact_all .d_contact_link {
    background-position: 96% center;
  }
  .form-assessment-wrapper .assessment-cf {
    padding-bottom: 0;
  }
  .assessment_home.assessment {
    padding-top: 195px;
  }
  .assessment-cf + .assessment-send {
    max-width: 30%;
  }
  .cf-checkboxwraper {
    padding-top: 50px;
  }
  .header-right-menu li {
    padding: 0 12px;
  }
  .footer_bot_b {
    padding-top: 90px;
  }
  .footer_bot_b .text {
    padding-left: 0px;
    padding-right: 0;
    width: 100%;
    padding-top: 45px;
    float: none;
  }
  .footer_bot_b img {
    width: auto;
  }
  .footer_right {
    padding-left: 20px;
  }
  .d_news_right {
    float: left;
    width: 40%;
    padding-left: 6.4%;
    position: absolute;
    right: 0;
    top: 0;
    height: calc(100% - 68px);
  }
  .d_news_right.d_news_right_rel {
    position: relative;
  }
  .d_news_all .d_news_left {
    width: 60%;
  }
  .d_news_all .d_news_left .d_news_right_back {
    padding : 0;
  }
  .d_news_all .d_news_right {
    width: 40%;
  }
  .d_slider_control_over {
    width: auto;
  }
  .d_news_right_el ul li:nth-child(7) a::after {
    right: -52px;
    top: 11px;
  }
  .header-right-menu {
    font-size: 15px;
  }
}
@media screen and (min-width: 992px) and (max-width: 1024px) {
  .single-services_per .d_slider_cont_el .cont p {
    padding: 0;
    margin-bottom: 0;
    line-height: 25px;
    font-size: 15px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .form-assessment-wrapper .assessment-send {
    max-width: 30%;
  }
  .header-right-menu {
    font-size: 12px;
  }
  .d_slider_cont_el .cont p {
    padding-top: 0;
    font-size: 15px;
    padding-bottom: 0;
    line-height: 25px;
  }
  .assessment-cf .form-right-col {
    padding-left: 40px;
    padding-top: 78px;
  }
  .assessment-cf .form-right-col .assessment-cf_cont {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 0;
  }
  .cf-checkboxwraper {
    padding-top: 50px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) and (min-width: 768px) and (max-width: 991px) {
  .assessment-cf .form-right-col .assessment-cf_cont {
    font-size: 19px;
  }
}
@media screen and (max-width: 992px) {
  .assessment_home .assessment-all {
    width: 100%;
  }
  .form-assessment-wrapper .assessment-link {
    margin-left: 56px;
  }
  .form-assessment-wrapper .assessment-send {
    max-width: 40%;
  }
  .wrapper {
    padding-top: 57px;
  }
  .container {
    width: 87%;
  }
  .container_small {
    padding: 0;
    width: 80%;
  }
  .header {
    font-size: 12px;
  }
  .header .row {
    padding: 0;
    margin: 0 -15px 0 0px;
  }
  .header.header-home {
    display: none;
  }
  .header-blue {
    height: 57px;
    padding-top: 14px;
  }
  .home .header-blue {
    opacity: 1;
  }
  .web_logo img {
    height: 28px;
  }
  .header_phone {
    padding-left: 25px;
  }
  .header-right-menu li {
    padding: 0 15px;
    /*edit Maja*/
  }
  .menu-nav {
    width: 400px;
    right: -400px;
    /*edit Maja end*/
  }
  .menu-nav.open {
    right: 0;
  }
  .menu-nav-all {
    padding: 13px 0 60px 32px;
  }
  .menu-nav-close {
    font-size: 12px;
    background-position: 80px 9px;
  }
  .menu-navbar-nav {
    padding-top: 13px;
  }
  .menu-navbar-nav::before {
    display: none;
  }
  .menu-nav-inf {
    padding-bottom: 64px;
  }
  .services-all-open.open {
    padding-left: 22px;
  }
  .services-all-open.open::before {
    width: 12px;
    top: 1px;
  }
  .services-all-open.open::after {
    width: 12px;
    top: 1px;
  }
  .services-left:hover .services-all, .services-right:hover .services-all {
    opacity: 0;
    pointer-events: none;
  }
  .services-left.open .services-all, .services-right.open .services-all {
    opacity: 1;
    pointer-events: auto;
  }
  .services-header {
    padding-top: 55px;
  }
  .services-left, .services-right {
    width: 100%;
  }
  .services-b {
    height: 505px;
  }
  .services-title {
    font-size: 47px;
  }
  .services-all-cont {
    font-size: 20px;
    line-height: 34px;
    width: 51%;
    float: left;
    padding-top: 15px;
  }
  .services-all {
    padding: 54px 6.5% 0;
  }
  .services-all ul {
    float: left;
    width: 100%;
  }
  .services-all ul li {
    float: left;
    width: 50%;
  }
  .services-all-title {
    float: left;
    width: 42%;
    padding-bottom: 5px;
    color: #1e3056;
  }
  .assessment-menu {
    width: 100%;
    overflow-y: scroll !important;
    padding: 10px 5px 65px 5px;
  }
  .assessment {
    padding-top: 0px;
    height: 1027px;
    min-height: 100vh;
  }
  .assessment .container {
    padding: 0 3.6%;
  }
  .assessment-open.open {
    position: relative;
    padding-left: 22px;
  }
  .assessment-open.open::before {
    width: 12px;
    top: 1px;
  }
  .assessment-open.open::after {
    width: 12px;
    top: 1px;
  }
  .assessment_home {
    background-image: none !important;
    padding-top: 0;
    height: auto;
  }
  .assessment-sm {
    float: left;
    width: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 530px;
    margin-bottom: -100px;
  }
  .assessment-all {
    width: 100%;
    padding: 0px 56px 32px;
  }
  .assessment-all .assessment-title {
    padding-top: 110px;
  }
  .assessment-link {
    width: 100%;
    font-size: 23px;
    padding: 10px 32px 10px 32px;
    background-position: 85% center;
  }
  .assessment-title {
    font-size: 35px;
    line-height: 1.2em;
    padding-bottom: 20px;
    padding-top: 40px;
  }
  .assessment-cont {
    font-size: 15px;
    line-height: 27px;
  }
  .assessment-cont p {
    margin-bottom: 33px;
  }
  .assessment-cont h1, .assessment-cont h2, .assessment-cont h3, .assessment-cont h4, .assessment-cont h5, .assessment-cont h6 {
    font-size: 20px;
  }
  .cf-name {
    font-size: 22px;
  }
  .cf-input input, .cf-input select {
    font-size: 13px;
  }
  .assessment-cf_cont {
    padding-bottom: 33px;
  }
  .cf-row {
    padding-bottom: 26px;
  }
  .assessment-all-thank .assessment-cont {
    font-size: 17px;
    line-height: 27px;
  }
  .assessment-contact .phone, .assessment-contact .mail {
    font-size: 25px;
    line-height: 1.2em;
  }
  .assessment-contact .text {
    font-size: 17px;
    padding: 74px 0 25px;
  }
  .d_slider-title, .page_title {
    font-size: 55px;
    line-height: 1.2em;
    padding: 136px 0 97px;
  }
  .d_slider-subtitle, .page_subtitle {
    padding-bottom: 60px;
  }
  .home_slider .container {
    width: 100%;
  }
  .d_slider_el_img {
    height: 440px;
    margin-top: 0;
  }
  .d_slider_control {
    top: auto;
    left: 0;
    bottom: 0;
    right: auto;
    width: 100%;
    overflow-x: scroll;
  }
  .d_slider_control .d_slid_title {
    width: 256px;
    border-bottom: none;
    border-right: 1px solid #fff;
  }
  .d_slider_control .d_slider_control_over {
    padding: 0;
    float: left;
    width: 1280px;
  }
  .d_slider_cont_el {
    top: 56px;
    padding-top: 0;
    padding-right: 0;
  }
  .d_slider_cont_el .cont {
    height: 307px;
  }
  .d_slider_cont_el .cont::after {
    background: #fff;
    background: -moz-linear-gradient(bottom, #fff 0%, rgba(255, 255, 255, 0.85) 80%, rgba(255, 255, 255, 0) 100%);
    background: -webkit-linear-gradient(bottom, #fff 0%, rgba(255, 255, 255, 0.85) 80%, rgba(255, 255, 255, 0) 100%);
    background: -o-linear-gradient(bottom, #fff 0%, rgba(255, 255, 255, 0.85) 80%, rgba(255, 255, 255, 0) 100%);
    background: -ms-linear-gradient(bottom, #fff 0%, rgba(255, 255, 255, 0.85) 80%, rgba(255, 255, 255, 0) 100%);
    background: linear-gradient(bottom, #fff 0%, rgba(255, 255, 255, 0.85) 80%, rgba(255, 255, 255, 0) 100%);
    height: 210px;
  }
  .d_slider_cont_el .link {
    bottom: -30px;
  }
  .d_slider_el_cont {
    height: 600px;
  }
  .d_about {
    margin-top: 0;
  }
  .d_about_bg {
    height: 718px;
  }
  .d_about2 {
    margin-top: -48px;
  }
  .d_about2_text {
    height: 865px;
    padding: 107px 97px 0;
    width: 100%;
    position: relative;
  }
  .container_sm_100 {
    width: 100%;
  }
  .d_about2_cont {
    margin-bottom: 45px;
  }
  .d_about2_img {
    margin-top: -76px;
    width: 100%;
  }
  .d_testimonial {
    position: relative;
    z-index: 2;
    margin-bottom: 50px;
    margin-top: -54px;
  }
  .d_testimonial .container_small {
    width: 87%;
  }
  .d_testimonial_text {
    font-size: 28px;
    line-height: 1.2em;
  }
  .d_testimonial_text::before {
    top: -90px;
  }
  .d_testimonial_all {
    padding-top: 186px;
    min-height: 460px;
  }
  .footer {
    font-size: 17px;
    line-height: 1.2em;
  }
  .footer .container_small {
    width: 87%;
  }
  .footer_title {
    font-size: 28px;
    line-height: 1.2em;
    padding-bottom: 43px;
  }
  .footer_bot {
    padding: 87px 0 64px;
  }
  .footer_contact {
    font-size: 17px;
  }
  .footer_contact ol {
    margin-top: 24px;
  }
  .footer_bot_b {
    padding-top: 116px;
  }
  .footer_left {
    width: 100%;
  }
  .form-assessment-wrapper {
    height: 1200px !important;
  }
  .form-assessment-wrapper .assessment-all .assessment-title {
    padding-top: 13px;
    padding-bottom: 13px;
  }
  .assessment-link {
    padding: 20px 50px 23px 20px;
  }
  .assessment-cf {
    padding: 0 56px 32px;
  }
  .assessment-cf .form-left-col, .assessment-cf .form-right-col {
    width: 50%;
  }
  .assessment-cf .form-right-col .assessment-cf_cont {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 0;
  }
  .assessment-cf .form-right-col .cf-input-services label {
    padding-left: 0;
  }
}
@media screen and (max-width: 767px) {
  .assessment-cf .form-left-col, .assessment-cf .form-right-col {
    width: 100%;
  }
  .assessment-all {
    padding: 0 !important;
  }
  .assessment-all.assessment-cf {
    margin-bottom: 36px;
  }
  .assessment-send {
    margin-left: 0px;
    margin-left: 0;
  }
  .form-assessment-wrapper .assessment-send {
    max-width: 60%;
  }
  .assessment-title {
    padding-top: 80px;
    padding-bottom: 0 !important;
  }
  .header_phone {
    display: none;
  }
  .cf-input {
    padding-left: 0;
  }
  .container {
    width: 88%;
  }
  .header-right-menu .services-all-open, .header-right-menu .assessment-open {
    display: none;
  }
  .wrapper {
    padding-top: 52px;
  }
  .header-blue {
    height: 52px;
  }
  .web_logo img {
    height: 25px;
    /*edit Maja*/
  }
  .menu-nav-open {
    position: relative;
    /*edit Maja end*/
  }
  .menu-nav-open::before {
    content: "";
    position: absolute;
    left: -12px;
    top: 10px;
    width: 16px;
    height: 2px;
    background-color: #fc8441;
  }
  .menu-nav-open::after {
    content: "";
    position: absolute;
    left: -6px;
    top: 16px;
    width: 10px;
    height: 2px;
    background-color: #fc8441;
  }
  .services-title {
    font-size: 35px;
  }
  .services-b {
    height: 273px;
  }
}
@media screen and (max-width: 320px) {
  .services-header .services-all ul li:nth-child(4) a::after {
    right: -99px;
  }
  .cf-input-services .wpcf7-form-control-wrap .wpcf7-list-item {
    position: relative;
  }
  .cf-input-services .wpcf7-form-control-wrap .wpcf7-list-item-label {
    position: absolute;
    font-size: 12px !important;
  }
  .assessment .form-assessment-wrapper {
    height: auto !important;
  }
}
.footer_bot_b .text p {
  margin-bottom: 0;
}
.d_testimonial_title {
  text-transform: uppercase;
}
.d_case_el_inv .d_case_el_img {
  position: relative;
  left: 56%;
}
.d_case_el_inv .d_case_el_text {
  position: relative;
  right: 44%;
}
.d_contact_cont_h {
  background-position: left center;
  background-repeat: no-repeat;
  padding-left: 30px;
  padding-bottom: 0;
  margin-bottom: 10px;
}
.d_contact_cont_1 .d_contact_cont_h {
  background-image: url("../img/phone.png");
}
.d_contact_cont_2 .d_contact_cont_h {
  background-image: url("../img/mail.png");
}
.d_contact_cont_3 .d_contact_cont_h {
  background-image: url("../img/address.png");
}
.single_post_back .d_news_el_cont ul, .single_post_back .d_news_el_cont ol {
  margin-bottom: 30px;
}
.services-b {
  min-height: 100vh;
}
.header-home {
  height: 92px;
}
.header-home-blue {
  background-color: #1e3056;
}
.disable_body {
  overflow-y: hidden !important;
  position: fixed;
}
.foot_fb {
  float: left;
  width: 27px;
  height: 27px;
  background-color: #fff;
  border-radius: 100%;
  color: #142048;
  font-size: 18px;
  padding: 5px 0 0 8px;
  margin: 6px 0 0 23px;
}
.head_fb {
  width: 35px;
  height: 35px;
  background-color: #fff;
  border-radius: 100%;
  color: #1e3056;
  font-size: 22px;
  padding: 8px 0 0 11px;
  margin-bottom: 50px;
}
@media screen and (max-width: 992px) {
  .services-b {
    min-height: 0;
  }
  .footer_bot {
    padding-top: 92px;
  }
  .footer_title {
    padding-bottom: 46px;
  }
  .footer_contact > ul li, .footer_contact > ol li {
    padding-top: 11px;
    padding-bottom: 11px;
  }
  .footer_contact span > ol {
    margin-bottom: 11px;
    background-position: left 4px;
  }
  .footer_bot_b {
    padding-top: 120px;
  }
  .d_about2_img {
    width: 100vw;
    margin-left: -6.5vw;
  }
  .d_testimonial_title {
    line-height: 1.2;
    /* about */
  }
  .page_subtitle {
    font-size: 24px;
  }
  .about_d_testimonial_all {
    width: 87%;
    margin: 0 6.5% -107px;
    min-height: 0;
    padding: 200px 90px 60px;
  }
  .about_d_testimonial_all .d_testimonial_text {
    font-size: 35px;
    padding-bottom: 95px;
  }
  .about_d_testimonial_all .d_testimonial_text::before {
    top: -100px;
  }
  .about_d_testimonial_all .d_testimonial_text::after {
    bottom: 33px;
  }
  .about .container {
    width: 100%;
  }
  .about_1_left {
    width: 100%;
  }
  .page_title {
    padding: 92px 0 103px;
  }
  .page_title::after {
    bottom: 38px;
  }
  .page_subtitle {
    padding-bottom: 23px;
  }
  .about_1_left_img {
    height: 495px;
  }
  .about_d_testimonial_all {
    position: relative;
  }
  .d_about2_text {
    padding: 92px 6.5% 22px;
    height: auto;
    min-height: 0;
  }
  .about_1_right_cont h1, .about_1_right_cont h2, .about_1_right_cont h3, .about_1_right_cont h4, .about_1_right_cont h5, .about_1_right_cont h6 {
    padding: 23px 0 31px;
  }
  .about_2_title {
    text-align: center;
    padding: 254px 0 172px;
  }
  .about_2_title::after {
    margin: auto;
  }
  .about_2 .d_about_bg {
    height: 611px;
  }
  .about_3 {
    margin: 56px 6.5% 69px;
    width: 87%;
    padding: 92px 60px 0;
  }
  .about_3 > div {
    width: 100%;
    padding: 0;
  }
  .about_3_title {
    padding-bottom: 19px;
  }
  .about_3_cont {
    padding-bottom: 83px;
    /* case studies */
  }
  .d_case_el_inv .d_case_el_img, .d_case_el_inv .d_case_el_text {
    position: static;
  }
  .d_case_el_img {
    width: 100vw;
    margin-left: -6.5vw;
    height: 514px;
    margin-top: 53px;
  }
  .d_case_el_text {
    width: 100%;
    margin-top: -71px;
  }
  .d_case_el {
    padding-bottom: 10px;
  }
  .d_case_all {
    padding-bottom: 67px;
  }
  .d_case_el_cont {
    margin-bottom: 17px;
    /* contact */
  }
  .d_case_el_cont p {
    padding-bottom: 34px;
    line-height: 30px;
  }
  .d_case_el_cont h1, .d_case_el_cont h2, .d_case_el_cont h3, .d_case_el_cont h4, .d_case_el_cont h5 {
    padding-bottom: 32px;
  }
  .d_contact .container {
    width: 100%;
  }
  .d_contact_text {
    width: 50%;
    padding: 74px 64px 99px;
    height: 545px;
  }
  .d_contact_text .d_about2_title {
    font-size: 26px;
    padding-bottom: 12px;
  }
  .d_contact_img {
    width: 50%;
    margin-left: 0;
    margin-top: 48px;
    height: 431px;
  }
  .d_contact_cont_h {
    font-size: 14px;
    margin-bottom: 0;
  }
  .d_contact_cont_t {
    font-size: 14px;
  }
  .d_contact_link {
    font-size: 20px;
    height: 99px;
    padding-right: 26px;
    background-size: 18px auto;
    background-position: 89% center;
  }
  .d_contact_location_title {
    font-size: 25px;
  }
  .d_contact_location_cont {
    width: calc(100% + 30px);
    margin-left: -15px;
    padding-top: 66px;
  }
  .d_contact_location_cont ul li {
    padding: 0 63px 14px;
    font-size: 13px;
    line-height: 17px;
  }
  .d_contact_location_cont ul li::after {
    right: 0;
  }
  .d_contact_location_cont ul li strong {
    font-size: 14px;
    background-size: 18px auto;
    background-position: left 0;
    padding-bottom: 20px;
    padding-left: 26px;
  }
  .d_contact_cont {
    padding-bottom: 11px;
  }
  .d_contact_location {
    padding: 142px 0 49px;
  }
  #googleMap {
    height: 1154px;
    /* news */
  }
  .d_news_left {
    width: 100%;
  }
  .d_news_all {
    margin-top: 67px;
  }
  .d_news_el_title {
    font-size: 27px;
  }
  .d_news_el_time {
    font-size: 14px;
  }
  .d_news_el_cont h1, .d_news_el_cont h2, .d_news_el_cont h3, .d_news_el_cont h4, .d_news_el_cont h5 {
    font-size: 20px;
    padding-bottom: 18px;
  }
  .d_news_el_cont p {
    font-size: 14px;
    line-height: 1.42;
    padding-bottom: 40px;
  }
  .d_news_el {
    padding: 96px 55px 77px;
    margin-bottom: 55px;
  }
  .d_news_el_break {
    margin-bottom: 0;
  }
  .d_news_el_break_back {
    height: 640px;
  }
  .d_news_el_break_title {
    font-size: 33px;
    padding: 344px 0 44px;
  }
  .d_pagination {
    padding: 25px 0 55px;
    /*----------Default page----------------*/
  }
  .def_page_all {
    margin-top: 67px;
    padding-bottom: 90px;
  }
  .def_page_back {
    padding: 92px 55px 22px;
    /* services */
  }
  .def_page_back h1 {
    padding-bottom: 47px;
  }
  .def_page_back h2 {
    padding-bottom: 47px;
  }
  .def_page_back h3 {
    padding-bottom: 17px;
  }
  .def_page_back h4 {
    padding-bottom: 17px;
  }
  .def_page_back h5, .def_page_back h6 {
    padding-bottom: 17px;
  }
  .def_page_back h1 a::after, .def_page_back h2 a::after, .def_page_back h3 a::after, .def_page_back h4 a::after, .def_page_back h5 a::after, .def_page_back h6 a::after {
    right: -30px;
    top: 7px;
  }
  .def_page_back .row {
    padding-top: 50px;
    margin: 0 -35px;
  }
  .def_page_back [class|="col"] {
    padding: 0 35px;
  }
  .single_services .container {
    width: 100%;
  }
  .d_slider_el {
    padding-top: 36px;
  }
  .single_services_el {
    top: 0;
    padding-top: 68px;
    float: none;
    margin: 0 auto;
    left: 0;
    right: 0;
    width: 87%;
  }
  .single_services_el.d_slider_active {
    position: relative;
  }
  .single_services_el .cont {
    height: auto;
    float: none;
  }
  .single_services_el_cont {
    min-height: 817px;
    height: auto;
    padding: 0 0 175px;
  }
  .single_services_bot_text {
    float: none;
    margin: 0 auto;
    width: 87%;
    position: relative;
    z-index: 10;
    padding: 108px 96px 71px;
  }
  .single_services_testimonial {
    float: none;
    margin: 0 auto;
    width: 87%;
    position: relative;
    margin-bottom: 49px;
    padding: 197px 95px 121px;
  }
  .single_services_testimonial .d_testimonial_text {
    font-size: 35px;
    padding-bottom: 95px;
  }
  .single_services_testimonial .d_testimonial_text::before {
    top: -100px;
  }
  .single_services_testimonial .d_testimonial_text::after {
    bottom: 33px;
  }
  .single_services_bot_box {
    margin-top: -48px;
  }
  .d_about_bg .d_slider-title {
    padding-bottom: 108px;
  }
  .single_services_bot_img {
    margin: -54px 0;
    float: none;
    z-index: 1;
    height: 631px;
    /* single news */
  }
  .single_post_all {
    margin-top: 66px;
    padding-bottom: 68px;
  }
  .single_post_back {
    padding: 96px 55px 105px;
  }
  .single_post_back .d_news_el_time {
    padding-bottom: 45px;
  }
  .single_post_back .d_news_el_cont {
    padding-bottom: 54px;
  }
  .single_post_back .d_news_el_cont h1, .single_post_back .d_news_el_cont h2, .single_post_back .d_news_el_cont h3, .single_post_back .d_news_el_cont h4, .single_post_back .d_news_el_cont h5 {
    padding-bottom: 23px;
  }
  .single_post_back .d_news_el_cont p, .single_post_back .d_news_el_cont ul, .single_post_back .d_news_el_cont ol {
    font-size: 16px;
    line-height: 1.2;
  }
  .single_post_back .d_news_el_cont p {
    padding-bottom: 28px;
  }
  .single_post_back .d_news_el_cont ul, .single_post_back .d_news_el_cont ol {
    margin-bottom: 28px;
  }
  .single_post_img {
    padding-bottom: 58px;
  }
}
@media screen and (max-width: 767px) {
  .container {
    width: 100%;
    padding: 0 20px;
  }
  .menu-nav {
    right: -100%;
    width: 100%;
  }
  .menu-navbar-nav {
    padding-top: 38px;
  }
  .menu-navbar-nav::before {
    display: block;
    top: 6px;
  }
  .menu-navbar-nav::after {
    display: none;
  }
  .assessment-open-mobile a, .assessment-open-mobile a:hover, .assessment-open-mobile a:focus {
    color: #fc8441;
  }
  .mobile_open {
    display: block !important;
  }
  .slick-dots {
    text-align: center;
    margin: 0 auto;
    padding: 0;
  }
  .slick-dots > li {
    display: inline-block;
    padding: 7.5px;
  }
  .asmnt_dot {
    width: 12px;
    height: 12px;
    display: block;
    background-color: #cecece;
    border-radius: 100%;
  }
  .slick-active .asmnt_dot {
    background-color: #fc8441;
  }
  .assessment {
    background-color: #feeee6;
    background-image: none !important;
    padding: 35px 0 150px;
  }
  .assessment .container {
    padding: 0 20px;
  }
  .assessment-menu .assessment {
    min-height: 100vh;
    height: 100vh;
  }
  .assessment-title {
    font-size: 25px;
    text-align: center;
  }
  .assessment-all {
    padding: 40px 27px 43px;
    position: relative;
  }
  .assessment-cont {
    text-align: center;
    line-height: 20px;
  }
  .assessment-cont h3 {
    font-size: 18px;
    margin-bottom: 18px;
  }
  .assessment-cont p {
    font-size: 12px;
    margin-bottom: 43px;
  }
  .assessment-title {
    padding-bottom: 32px;
  }
  .assessment-link {
    font-size: 20px;
    padding: 20px;
  }
  .form-assessment-wrapper .assessment-link:not(.asmnt_s_serv) {
    background-image: none;
    text-align: center;
    padding: 7px;
    margin-left: 0;
  }
  .assessment-link:not(.asmnt_s_serv) {
    background-image: none;
    text-align: center;
    padding: 15px;
  }
  .assessment-cf_cont {
    font-size: 12px;
    text-align: center;
    padding-bottom: 39px;
  }
  .cf-name {
    font-size: 14px;
    padding-top: 2px;
  }
  .cf-input input, .cf-input select {
    font-size: 13px;
    height: 35px;
    padding-left: 15px;
  }
  .cf-input-help input {
    padding-left: 130px;
  }
  .cf-input.cf-phone input {
    padding-left: 90px;
  }
  .assessment-cf {
    padding-bottom: 4px;
  }
  .assessment-all-thank .assessment-cont {
    text-align: left;
    line-height: 15px;
  }
  .assessment-all-thank .assessment-cont p {
    margin-bottom: 22px;
  }
  .assessment-contact {
    /* services in header */
  }
  .assessment-contact .phone, .assessment-contact .mail {
    font-size: 14px;
  }
  .assessment-contact .phone {
    padding: 23px 0 8px;
  }
  .assessment-contact .text {
    font-size: 13px;
    padding: 30px 0 33px;
  }
  .assessment-contact img {
    height: 22px;
    margin-bottom: 25px;
  }
  .services-header {
    padding-top: 52px;
    /* footer */
  }
  .services-header .services-left, .services-header .services-right {
    display: none;
  }
  .services-header .services-left .services-all, .services-header .services-right .services-all {
    pointer-events: auto;
  }
  .services-header .services-b {
    display: none;
  }
  .services-header .services-all {
    opacity: 1;
    height: auto;
    width: 100vw;
    position: relative;
    float: left;
    padding: 38px 52px 80px;
  }
  .services-header .services-all ul {
    font-size: 16px;
    padding-top: 19px;
  }
  .services-header .services-all ul li {
    width: 100%;
  }
  .services-header .services-all ul a::after {
    top: 7px;
  }
  .services-header .services-left:hover .services-all, .services-header .services-right:hover .services-all {
    opacity: 1;
  }
  .services-header .services-all-title {
    font-size: 30px;
    line-height: 36px;
    padding-right: 20px;
  }
  .footer_title {
    font-size: 22px;
    padding-bottom: 51px;
  }
  .footer_contact {
    font-size: 15px;
  }
  .footer_bot_b {
    font-size: 10px;
    line-height: 1.53906;
    padding: 55px 0 0;
  }
  .footer_bot_b .text {
    width: 100%;
    padding: 24px 0 0;
  }
  .footer_bot_b .text img {
    max-height: 21px;
  }
  .footer_bot_b > img {
    width: 103px;
  }
  .footer .container_small {
    width: 100%;
  }
  .footer_bot {
    padding: 48px 0 88px;
  }
  .footer_contact ul li, .footer_contact ol li {
    background-size: 19px auto;
    padding: 8px 0 8px 35px;
  }
  .foot_fb {
    margin-top: -2px;
    /* home */
  }
  .assessment_home {
    padding: 0;
  }
  .assessment-sm {
    height: 316px;
    margin-bottom: -58px;
  }
  .home_slider .container {
    padding: 0;
  }
  .d_slider-title {
    font-size: 25px;
    padding: 50px 0 43px;
  }
  .d_slider-subtitle {
    font-size: 13px;
    padding-bottom: 26px;
  }
  .d_slider-title::after, .page_title::after {
    width: 7px;
    height: 7px;
    bottom: 16px;
  }
  .d_slider-title span, .page_title span {
    font-size: 19px;
  }
  .d_slider_control .d_slid_title {
    font-size: 12px;
    width: 130px;
    height: 59px;
    padding: 0 35px;
    line-height: 14px;
  }
  .d_slider_cont_el {
    width: 100vw;
    padding: 0 20px;
    left: 0;
    top: 36px;
  }
  .d_slider_cont_el .title {
    font-size: 22px;
    padding-bottom: 44px;
  }
  .d_slider_cont_el .cont {
    height: 173px;
  }
  .d_slider_cont_el .cont::after {
    background: #fff;
    background: -moz-linear-gradient(bottom, #fff 0%, rgba(255, 255, 255, 0.8) 50%, rgba(255, 255, 255, 0) 100%);
    background: -webkit-linear-gradient(bottom, #fff 0%, rgba(255, 255, 255, 0.8) 50%, rgba(255, 255, 255, 0) 100%);
    background: -o-linear-gradient(bottom, #fff 0%, rgba(255, 255, 255, 0.8) 50%, rgba(255, 255, 255, 0) 100%);
    background: -ms-linear-gradient(bottom, #fff 0%, rgba(255, 255, 255, 0.8) 50%, rgba(255, 255, 255, 0) 100%);
    background: linear-gradient(bottom, #fff 0%, rgba(255, 255, 255, 0.8) 50%, rgba(255, 255, 255, 0) 100%);
    height: 130px;
  }
  .d_slider_cont_el .cont h1, .d_slider_cont_el .cont h2, .d_slider_cont_el .cont h3, .d_slider_cont_el .cont h4, .d_slider_cont_el .cont h5, .d_slider_cont_el .cont h6 {
    font-size: 14px;
    padding-bottom: 12px;
  }
  .d_slider_cont_el p {
    font-size: 11px;
    line-height: 17.51px;
  }
  .d_slider_cont_el .link {
    font-size: 12px;
    left: 20px;
  }
  .d_slider_el_img {
    height: 213px;
  }
  .d_slider_el_img .img {
    height: 154px;
  }
  .d_slider_el_cont {
    height: 346px;
  }
  .d_about_title {
    font-size: 30px;
    padding-top: 99px;
  }
  .d_about_subtitle {
    font-size: 16px;
  }
  .d_about_bg {
    height: 390px;
  }
  .d_about2_title {
    font-size: 21px;
    padding-bottom: 22px;
  }
  .d_about2_cont {
    height: 227px;
    margin-bottom: 0;
  }
  .d_about2_cont::after {
    background: #fff;
    background: -moz-linear-gradient(bottom, #fff 0%, rgba(255, 255, 255, 0.8) 50%, rgba(255, 255, 255, 0) 100%);
    background: -webkit-linear-gradient(bottom, #fff 0%, rgba(255, 255, 255, 0.8) 50%, rgba(255, 255, 255, 0) 100%);
    background: -o-linear-gradient(bottom, #fff 0%, rgba(255, 255, 255, 0.8) 50%, rgba(255, 255, 255, 0) 100%);
    background: -ms-linear-gradient(bottom, #fff 0%, rgba(255, 255, 255, 0.8) 50%, rgba(255, 255, 255, 0) 100%);
    background: linear-gradient(bottom, #fff 0%, rgba(255, 255, 255, 0.8) 50%, rgba(255, 255, 255, 0) 100%);
    height: 130px;
  }
  .d_about2_cont h1, .d_about2_cont h2, .d_about2_cont h3, .d_about2_cont h4, .d_about2_cont h5, .d_about2_cont h6 {
    font-size: 14px;
    line-height: 16px;
    padding: 11px 0 9px;
  }
  .d_about2_cont p {
    font-size: 12px;
    line-height: 15px;
    padding-bottom: 14px;
  }
  a.d_about2_link {
    font-size: 12px;
  }
  .d_about2_text {
    padding: 32px 23px 0;
    height: 376px;
  }
  .d_about2_img {
    height: 293px;
    margin-left: -20px;
    margin-top: -46px;
  }
  .d_about2 {
    margin-top: -84px;
  }
  .d_testimonial .container_small {
    width: 100%;
  }
  .d_testimonial_text {
    font-size: 14px;
    padding-bottom: 38px;
  }
  .d_testimonial_text::before {
    -webkit-transform: scale(0.5);
    -moz-transform: scale(0.5);
    -ms-transform: scale(0.5);
    -o-transform: scale(0.5);
    transform: scale(0.5);
    top: -51px;
  }
  .d_testimonial_text::after {
    width: 5px;
    height: 5px;
    bottom: 17px;
  }
  .d_testimonial_title {
    font-size: 10px;
    line-height: 1.2;
  }
  .d_testimonial_all {
    padding: 87px 38px 28px;
    min-height: 253px;
  }
  .d_testimonial {
    margin-bottom: 23px;
    margin-top: -32px;
    /* about */
  }
  .about .container {
    padding: 0;
  }
  .page_title {
    font-size: 25px;
    padding: 43px 20px 50px;
  }
  .page_title::after {
    bottom: 18px;
  }
  .page_subtitle {
    font-size: 11px;
    padding: 0 20px 23px;
  }
  .about_1_left {
    margin-top: 22px;
  }
  .about_1_left_img {
    height: 230px;
  }
  .d_about2_text {
    height: auto;
  }
  .d_about2_cont {
    height: auto;
  }
  .d_about2_text {
    padding: 39px 20px 53px;
  }
  .about_d_testimonial_all {
    width: calc(100% - 40px);
    margin: 0 20px -32px;
  }
  .about_d_testimonial_all .d_testimonial_text {
    font-size: 14px;
    padding-bottom: 37px;
  }
  .about_d_testimonial_all .d_testimonial_text::before {
    top: -52px;
  }
  .about_d_testimonial_all .d_testimonial_text::after {
    bottom: 18px;
  }
  .about_2 .d_about_bg {
    height: 390px;
  }
  .about_2_title {
    font-size: 30px;
    padding: 131px 20px 61px;
  }
  .about_3 {
    width: calc(100% - 40px);
    margin: 23px 20px 31px;
    padding: 54px 23px 0;
  }
  .about_3_title {
    font-size: 18px;
    line-height: 16px;
  }
  .about_3_cont {
    font-size: 12px;
    line-height: 20px;
    padding-bottom: 64px;
    /* case studies */
  }
  .d_case_el_img {
    margin-left: -20px;
    height: 234px;
    margin-top: 11px;
  }
  .d_case_el_text {
    margin-top: -35px;
  }
  .d_case_el {
    padding-bottom: 31px;
  }
  .d_case_all {
    padding-bottom: 4px;
  }
  .d_case_el_cont p {
    padding-bottom: 27px;
    line-height: 20px;
  }
  .d_case_el_cont h1, .d_case_el_cont h2, .d_case_el_cont h3, .d_case_el_cont h4, .d_case_el_cont h5 {
    padding-bottom: 22px;
  }
  .d_case_el_text {
    padding: 44px 30px 0;
  }
  .d_case_el_title {
    padding-bottom: 42px;
    /* contact */
  }
  .d_contact .container {
    padding: 0;
  }
  .d_contact .page_subtitle {
    padding-bottom: 45px;
  }
  .d_contact_text {
    width: 100%;
    padding: 66px 60px 117px;
  }
  .d_contact_text .d_about2_title {
    font-size: 23px;
  }
  .d_contact_img {
    width: 100%;
    margin: 0;
    height: 232px;
  }
  .d_contact_link {
    font-size: 17px;
    height: 87px;
  }
  .d_contact_cont_h {
    font-size: 12px;
    background-size: 12px auto;
    padding-left: 19px;
    line-height: 1.2;
    margin-bottom: 2px;
  }
  .d_contact_cont_t {
    font-size: 12px;
  }
  .map_cont {
    position: relative;
    z-index: 5;
    margin-top: -44px;
  }
  .d_contact .map_cont {
    padding: 0 20px;
  }
  .d_contact_map {
    margin: 0;
  }
  .d_contact_location_cont {
    width: 100%;
    margin: 0;
    padding-top: 57px;
  }
  .d_contact_location_cont ul li {
    width: 100%;
    text-align: center;
    padding-bottom: 39px;
  }
  .d_contact_location_cont ul li strong {
    position: relative;
    background-image: none;
    padding-left: 0;
    float: none;
    margin: 0 auto;
    width: auto;
    display: table;
  }
  .d_contact_location_cont ul li strong::before {
    background-image: url("../img/points_blue.png");
    background-position: left 3px;
    background-repeat: no-repeat;
    background-size: 15px auto;
    content: "";
    display: block;
    height: 17px;
    left: -22px;
    position: absolute;
    top: -1px;
    width: 16px;
  }
  .d_contact_location_title {
    font-size: 19px;
  }
  .d_contact_location {
    padding: 33px 0 35px;
  }
  #googleMap {
    height: 542px;
    margin-top: -63px;
    /* news */
  }
  .d_news_all {
    margin-top: 10px;
  }
  .d_news_el_title {
    font-size: 18px;
  }
  .d_news_el_time {
    font-size: 12px;
    padding: 8px 0 27px;
  }
  .d_news_el_cont h1, .d_news_el_cont h2, .d_news_el_cont h3, .d_news_el_cont h4, .d_news_el_cont h5 {
    font-size: 16px;
    padding-bottom: 23px;
  }
  .d_news_el_cont p {
    font-size: 12px;
    padding-bottom: 10px;
  }
  a.d_news_el_link {
    font-size: 15px;
  }
  a.d_news_el_link::after {
    background-repeat: no-repeat;
    background-size: 12px auto;
    top: 4px;
  }
  .d_news_el {
    padding: 38px 25px 40px;
    margin-bottom: 30px;
  }
  .d_news_el_break_back {
    height: 416px;
  }
  .d_news_el_break_title {
    font-size: 20px;
    padding-top: 100px;
    padding: 250px 0 27px;
  }
  .button_border {
    font-size: 15px;
    height: 69px;
    padding-top: 18px;
    padding-right: 54px;
    background-size: 17px auto;
  }
  .d_news_el_break {
    margin-bottom: 30px;
  }
  .d_pagination {
    padding: 15px 0 40px;
  }
  .d_news_el_break_xs {
    width: calc(100% + 40px);
    margin-left: -20px;
    /*----------Default page----------------*/
  }
  .def_page_all {
    margin-top: 10px;
    padding-bottom: 50px;
  }
  .def_page_back {
    padding: 44px 30px 22px;
  }
  .def_page_back h1 {
    font-size: 21px;
    padding-bottom: 47px;
  }
  .def_page_back h2 {
    font-size: 21px;
    padding-bottom: 47px;
  }
  .def_page_back h3 {
    font-size: 14px;
    padding-bottom: 17px;
  }
  .def_page_back h4 {
    font-size: 14px;
    padding-bottom: 17px;
  }
  .def_page_back h5, .def_page_back h6 {
    font-size: 12px;
    padding-bottom: 17px;
  }
  .def_page_back p {
    font-size: 12px;
  }
  .def_page_back h1 a::after, .def_page_back h2 a::after, .def_page_back h3 a::after, .def_page_back h4 a::after, .def_page_back h5 a::after, .def_page_back h6 a::after {
    right: -30px;
    top: 7px;
    background-repeat: no-repeat;
    background-size: 12px auto;
    top: 4px;
  }
  .def_page_back .row {
    padding-top: 30px;
    margin: 0 -15px;
  }
  .def_page_back [class|="col"] {
    padding: 0 15px;
  }
  .def_page_back ul li, .def_page_back ol li {
    font-size: 12px;
    padding-bottom: 15px;
    padding-left: 20px;
  }
  .def_page_back ul li::before, .def_page_back ol li::before {
    top: 5px;
    width: 7px;
    height: 7px;
  }
  div.orange_border_button a {
    height: 69px;
    font-size: 15px;
    background-size: 17px auto;
    padding: 18px 54px 0 0;
    margin-bottom: 15px;
    /* services */
  }
  .single_services .container {
    padding: 0;
  }
  .d_slider_el {
    padding-top: 4px;
  }
  .single_services_el {
    padding-top: 36px;
    width: 100%;
    top: 0;
  }
  .single_services_el p {
    font-size: 9px;
    padding: 25px 0 15px;
  }
  .single_services_el .cont {
    height: auto;
  }
  .single_services_el .cont h1, .single_services_el .cont h2, .single_services_el .cont h3, .single_services_el .cont h4, .single_services_el .cont h5, .single_services_el .cont h6 {
    padding-bottom: 14px;
  }
  .single_services_el_cont {
    min-height: 517px;
    height: auto;
    padding: 0 0 118px;
  }
  .asmnt_s_serv {
    font-size: 16px;
    padding: 20px 12px 20px 0;
    background-size: 14px auto;
  }
  .single_services_bot_text {
    width: calc(100% - 40px);
    padding: 31px 24px 11px;
  }
  .single_services_bot_text .title {
    font-size: 21px;
    padding-bottom: 33px;
  }
  .single_services_bot_text .cont h1, .single_services_bot_text .cont h2, .single_services_bot_text .cont h3, .single_services_bot_text .cont h4, .single_services_bot_text .cont h5, .single_services_bot_text .cont h6 {
    font-size: 15px;
    padding-bottom: 15px;
  }
  .single_services_bot_text .cont p {
    font-size: 12px;
    line-height: 16px;
  }
  .single_services_testimonial {
    width: calc(100% - 40px);
    margin-bottom: 22px;
    padding: 86px 35px 39px;
  }
  .single_services_testimonial .d_testimonial_text {
    font-size: 14px;
    padding-bottom: 37px;
  }
  .single_services_testimonial .d_testimonial_text::before {
    top: -50px;
  }
  .single_services_testimonial .d_testimonial_text::after {
    bottom: 19px;
  }
  .single_services_bot_box {
    margin-top: -84px;
  }
  .d_about_bg .d_slider-title {
    padding: 100px 20px 54px;
  }
  .single_services_bot_img {
    margin: -39px 0 -31px;
    height: 293px;
    /* single news */
  }
  .single_post_all {
    margin-top: 9px;
    padding-bottom: 30px;
  }
  .single_post_back {
    padding: 38px 25px 57px;
  }
  .single_post_back .d_news_el_time {
    padding-bottom: 27px;
  }
  .single_post_back .d_news_el_cont {
    padding-bottom: 25px;
  }
  .single_post_back .d_news_el_cont h1, .single_post_back .d_news_el_cont h2, .single_post_back .d_news_el_cont h3, .single_post_back .d_news_el_cont h4, .single_post_back .d_news_el_cont h5 {
    padding-bottom: 23px;
  }
  .single_post_back .d_news_el_cont p, .single_post_back .d_news_el_cont ul, .single_post_back .d_news_el_cont ol {
    font-size: 12px;
    line-height: 20px;
  }
  .single_post_back .d_news_el_cont p {
    padding-bottom: 20px;
  }
  .single_post_back .d_news_el_cont ul, .single_post_back .d_news_el_cont ol {
    margin-bottom: 20px;
    padding-left: 15px;
  }
  .single_post_img {
    padding-bottom: 26px;
  }
  .single_post_img img {
    max-width: 86px;
  }
  .single_post .d_news_el_break {
    margin: 0;
  }
  a.single_post_link {
    font-size: 15px;
    padding-left: 26px;
  }
  a.single_post_link::after {
    background-size: 11px auto;
    background-repeat: no-repeat;
    top: 5px;
  }
}

/*===== CUSTOM CSS ADDED======*/
.header-home-blue .assement-icon a{
	color: #fff;
}
.services-all-open.open span{
	display: none;
}
.assessment-open.open,
.services-all-open.open{
	padding-left: 20px;
}

/*===== New Landing Page width form ======*/
.d_home{
	position: relative;
        overflow:hidden;
}
.d_home .video_wrapper .fullscreen-bg__video{
	width: 100%;
}
.d_home .content {
	left: 0;
	margin: 0 auto;
	position: absolute;
	right: 0;
	top: 50%;
	width: 700px;

	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}
.d_home .content > span{
	display: block;
	text-align: center;
	font-size: 35px;
	font-weight: bold;
	margin-bottom: 40px;
	color: #fff;
        position:relative;
        line-height:1.2;
}
.d_home .content > span:after{
	position: absolute;
	bottom: -15px;
	left: 0;
	right: 0;
	margin: 0 auto;
	content: "";
	width: 100px;
	height: 1px;
	background:#fff;
}

.contact_form_wrapper {
       background: rgba(0, 0, 0, 0.6);
       padding: 35px 25px;
       overflow:hidden;
       border-radius:3px;
}
.contact_form_wrapper .form-group{
	width: 50%;
	float: left;
	padding:0 10px;
}
.contact_form_wrapper .form-group.textarea-wrap,
.contact_form_wrapper .form-group.submit-wrap{
	clear: both;
	float: none;
	width: 100%;
}
.contact_form_wrapper .form-control{
	border-color:#fff;
	border-radius: 3px;
	height: 40px;
        box-shadow: none;
        background-color:transparent;
        color: #fff;
}
.contact_form_wrapper .form-group.textarea-wrap .form-control{
	height: 150px;
}

.contact_form_wrapper .form-group.submit-wrap{
	margin-bottom: 0;
	text-align:center;
}
.contact_form_wrapper .form-group.submit-wrap input[type="submit"] {
	background: #fc8441;
	color: #fff;
	border: medium none;
	border-radius: 3px;
	padding: 8px 30px;
	border:1px solid transparent;
        line-height:normal;

	-webkit-transition: all 0.25s ease;
	-o-transition: all 0.25s ease;
	transition: all 0.25s ease;
}

.contact_form_wrapper .form-group.submit-wrap input[type="submit"]:hover,
.contact_form_wrapper .form-group.submit-wrap input[type="submit"]:focus,
.contact_form_wrapper .form-group.submit-wrap input[type="submit"]:active{
	background-color:transparent;
	border-color: #fc8441;
        color: #fc8441;
}

/*===ERROR==*/
.contact_form_wrapper .form-group input.wpcf7-not-valid{
	border-color:red;
        border-radius:3px;
}
.contact_form_wrapper .form-group span.wpcf7-not-valid-tip{
	display: none;
}
.contact_form_wrapper .wpcf7-validation-errors{
        display:none !important;
}

/*====Success===*/
.contact_form_wrapper .wpcf7-response-output.wpcf7-mail-sent-ok {
  background: #398f14;
  color: #fff;
  float: none;
  margin: 15px 10px 0;
  text-align: center;
}


@media (min-width: 481px) and (max-width: 767px) {
  
.assessment-menu {
    width: calc(100% + 25px) !important;
    overflow-y: scroll !important;
    padding: 10px 12px 37px 12px;
}
  
}

