/*
Theme Name: bdynamic-child
Author: creative59.com
Author URI: http://creative59.com/
Description: wp-bootstrap-4 is perfectly scalable, performance and SEO optimized, responsive, retina ready multipurpose WordPress theme. It will fit every site – big or small. From huge corporate portals to studio or personal sites – wp-bootstrap-4-child will become a great foundation for your next project!
Version: 1.0.0
License: This WordPress theme is comprised of two parts: (1) The PHP code and integrated HTML are licensed under the GPL license as is WordPress itself.  You will find a copy of the license text in the same directory as this text file. Or you can read it here: http://wordpress.org/about/gpl/ (2) All other parts of the theme including, but not limited to the CSS code, images, and design are licensed according to the license purchased. Read about licensing details here: http://themeforest.net/licenses/regular_extended
Template: bdynamic
*/
@font-face {
  font-family: 'SegoeUI';
  src: url('fonts/SegoeUI.eot?#iefix') format('embedded-opentype'), url('fonts/SegoeUI.woff') format('woff'), url('fonts/SegoeUI.ttf') format('truetype'), url('fonts/SegoeUI.svg#SegoeUI') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'SegoeUI-Light';
  src: url('fonts/SegoeUI-Light.eot?#iefix') format('embedded-opentype'), url('fonts/SegoeUI-Light.woff') format('woff'), url('fonts/SegoeUI-Light.ttf') format('truetype'), url('fonts/SegoeUI-Light.svg#SegoeUI-Light') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'SegoeUI-Bold';
  src: url('fonts/SegoeUI-Bold.eot?#iefix') format('embedded-opentype'), url('fonts/SegoeUI-Bold.woff') format('woff'), url('fonts/SegoeUI-Bold.ttf') format('truetype'), url('fonts/SegoeUI-Bold.svg#SegoeUI-Bold') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'SegoeUI-SemiBold';
  src: url('fonts/SegoeUI-SemiBold.eot?#iefix') format('embedded-opentype'), url('fonts/SegoeUI-SemiBold.woff') format('woff'), url('fonts/SegoeUI-SemiBold.ttf') format('truetype'), url('fonts/SegoeUI-SemiBold.svg#SegoeUI-SemiBold') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Arial, sans-serif';
  src: url('fonts/SegoeUI-Semilight.eot?#iefix') format('embedded-opentype'), url('fonts/SegoeUI-Semilight.woff') format('woff'), url('fonts/SegoeUI-Semilight.ttf') format('truetype'), url('fonts/SegoeUI-Semilight.svg#SegoeUI-Semilight') format('svg');
  font-weight: normal;
  font-style: normal;
}
body {
  font-family: Arial, sans-serif;
  background-color: #fff;
}
.site-branding-text {
  display: none;
}
a {
  color: #f9771c;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -ms-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}
.entry-header .entry-title a:hover {
  color: #f9771c !important;
}
a:hover {
  text-decoration: none;
  color: #f9771c;
}
.card {
  border: 0;
}
#page .navbar.bg-dark.sticky {
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 999;
  border-top: 0;
  background-color: #fff !important;
  box-shadow: 0px 0px 4px 1px rgba(0, 0, 0, 0.08);
  -webkit-box-shadow: 0px 0px 4px 1px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0px 0px 4px 1px rgba(0, 0, 0, 0.08);
}
#myScroll {
  display: none; /* Hidden by default */
  position: fixed; /* Fixed/sticky position */
  bottom: 20px; /* Place the button at the bottom of the page */
  right: 30px; /* Place the button 30px from the right */
  z-index: 99; /* Make sure it does not overlap */
  border: none; /* Remove borders */
  outline: none; /* Remove outline */
  background-color: #f9771c; /* Set a background color */
  color: white; /* Text color */
  cursor: pointer; /* Add a mouse pointer on hover */
  padding: 15px; /* Some padding */
  border-radius: 10px; /* Rounded corners */
}
#myScroll:hover {
  background-color: #555; /* Add a dark-grey background on hover */
}
.mainHeader {
  max-height: 62px;
}
.mainHeader .tagline {
  font-size: 18px;
  font-weight: bold;
  font-style: italic;
  position: absolute;
  margin: 20px 0 0 34px;
}
.mainHeader h5 {
  font-family: Arial, sans-serif;
  font-size: 24px;
  position: relative;
  letter-spacing: 0.4px;
  font-weight: bold;
  margin-bottom: 0;
  line-height: 11px;
}
.mainHeader .rightBlock {
  float: right;
}
.site-header .best-place {
  position: absolute;
  right: 19px;
}
.site-header .best-place img {
  width: 220px;
  margin-top: -88px;
}
.site-header .hd-logos {
  padding: 5px 0;
  text-align: center;
  border-top: 1px solid #000;
  background: #fff;
  position: relative;
  z-index: 1;
}
.site-header .hd-logos img {
  
}
.site-header .hd-logos a {
  padding: 0 60px;
  border-right: 1px solid #000;
}
.site-header .hd-logos a:last-child {
  border: none;
}
.phoneCol {
  padding-right: 34px;
  border-right: 1px solid;
  margin-top: 18px;
}
.phoneCol, .socialIcons {
  float: left;
}
.socialIcons {
  padding-left: 25px;
}
.socialIcons a {
  float: left;
}
.socialIcons a:hover, .phoneCol a:hover {
  color: #f9771c;
}
.mainHeader h5 small {
  display: block;
  letter-spacing: 0;
  font-weight: lighter;
  font-family: SegoeUI;
  padding-top: 9px;
}
.mainHeader a {
  font-size: 14px;
  color: #000;
}
.mainHeader i {
  font-size: 21px;
  line-height: 62px;
  padding: 0 25px 0px 10px !important;
  float: right;
  width: 32px;
  line-height: 63px;
}
.mainHeader i:first-child {
  padding-right: 4px;
}
/*.navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .active > .nav-link, .navbar-dark .navbar-nav .nav-link:focus {
	color: #f9771c !important;
	opacity: 1;
}*/
.navbar-expand-lg .navbar-nav {
  margin: 0 auto;
}
.navbar-expand-lg .navbar-nav li {
  /*text-transform: uppercase;*/
  font-weight: 500;
}
.navbar-expand-lg .navbar-nav li a.nav-link {
  font-family: 'Roboto', sans-serif;
  color: #222;
  font-weight: 900;
  font-size: 18px;
  letter-spacing: 0px;
  padding: 10px 43px 5px;
  line-height: 22px;
  text-align: center;
}
.navbar-expand-lg .navbar-nav li a.nav-link:hover {
  color: #f9771c;
}
.navbar-dark .navbar-nav .active > .nav-link, .nav-link, .navbar-dark .navbar-nav .nav-link:focus {
  color: #f9771c;
}
.navbar-expand-lg .navbar-nav li a.nav-link span {
  font-size: 14px;
  font-weight: 400;
  display: block;
}
.navbar-expand-lg .navbar-nav li.current-menu-parent a.nav-link {
  color: #f9771c;
}
.dropdown-toggle::after {
  position: absolute;
  top: 16px;
  right: 20px;
}
@media (min-width: 1024px) {
  .dropdown:hover .dropdown-menu {
    display: block;
    margin-top: 0;
  }
}
.navbar-expand-lg .navbar-nav .dropdown-menu li a {
  font-size: 14px;
  font-weight: 400;
  padding: 10px 20px;
  text-align: left;
}
.navbar-expand-lg .navbar-nav li:hover .dropdown-menu a:hover {
  color: #f9771c;
}
.navbar-expand-lg .navbar-nav li:hover a {
  color: #f9771c;
}
.navbar-expand-lg .navbar-nav li:hover .dropdown-menu a {
  color: #000;
}
.navbar-expand-lg .navbar-nav li a ul:hover {
  color: #f9771c;
}
.navbar-expand-lg .navbar-nav:hover li a ul a {
  color: #f9771c;
}
#page .navbar.bg-dark {
  background-color: transparent !important;
  border-top: 1px solid;
  padding: 3px 0 4px;
}
.tp-parallax-wrap {
  text-align: center;
}
#rev_slider_1_1 {
  overflow: hidden;
  max-height: calc(100vh - 110px);
}
#rev_slider_1_1 h1 {
  width: auto; /*657px;*/
  margin: 0 auto 25px !important;
  font-size: 100px !important;
  line-height: 88px !important;
  font-family: SegoeUI;
  letter-spacing: -6px !important;
  padding-left: 0 !important;
}
#rev_slider_1_1 h1 cite {
  text-decoration: inherit;
  font-style: inherit;
  position: relative;
}
#rev_slider_1_1 h1 cite:before {
  content: "";
  background: url(/wp-content/uploads/2018/09/2018-09-23-small.png);
  position: absolute;
  left: -65px;
  top: -11px;
  width: 72px;
  height: 72px;
}
#rev_slider_1_1 span {
  font-size: 30px !important;
  line-height: 34px !important;
  display: block;
  letter-spacing: 0px !important;
  margin-top: 0 !important;
  margin-left: 0 !important;
  white-space: pre-wrap;
}
/*.hephaistos {
	display: none;
}*/
.hephaistos .tp-bullet {
  width: 12px;
  height: 12px;
  position: absolute;
  background: none;
  border: 2px solid rgba(255, 255, 255, 0.9);
  border-radius: 50%;
  cursor: pointer;
  box-sizing: content-box;
  box-shadow: 0px 0px 2px 1px rgba(130, 130, 130, 0.3);
}
.hephaistos .tp-bullet:hover, .hephaistos .tp-bullet.selected {
  background: #f9771c;
  border-color: rgba(0, 0, 0, 1);
}
.sliderBtn {
  border: none;
  background-color: #f9771c;
  padding: 14px 28px 12px 22px !important;
  text-transform: uppercase;
  font-size: 16px !important;
  cursor: pointer;
  color: #fff;
  text-align: center;
  margin-left: 0 !important;
  margin-top: 30px !important;
  border-radius: 3px;
  transition: all 0.5s !important;
  display: inline-block;
}
.sliderBtn:hover {
  background: #f9771c;
  color: white;
}
.buttonX {
  font-size: 28px;
  padding: 20px;
  width: 200px;
  cursor: pointer;
  margin: 5px;
}
#rev_slider_1_1 .sliderBtn span {
  cursor: pointer;
  display: inline-block;
  position: relative;
  transition: 0.5s !important;
  font-size: 17px !important;
  font-weight: bold !important;
  letter-spacing: 3px !important;
}
#rev_slider_1_1 .sliderBtn span {
  font-size: 17px !important;
  line-height: 21px !important;
  display: block;
  margin-top: 0 !important;
  margin-left: 0 !important;
  font-size: 17px !important;
  font-weight: bold !important;
  letter-spacing: 3px !important;
}
.sliderBtn span:after {
  content: '\00bb';
  position: absolute;
  opacity: 0;
  top: 0;
  right: -20px;
  transition: 0.5s;
}
.sliderBtn:hover span {
  padding-right: 25px;
}
.sliderBtn:hover span:after {
  opacity: 1;
  right: -14px;
}
.metaslider .caption, .sliderBlock .caption {
  width: 100%;
  padding-left: inherit !important;
  text-align: center;
}
.metaslider .caption h1, .sliderBlock .caption h1 {
  font-family: Arial, sans-serif;
  font-weight: 700;
  font-size: 65px;
  color: #fff;
}
.metaslider .caption p, .metaslider .caption ul, .sliderBlock .caption ul, .sliderBlock .caption p {
  font-size: 18px;
  text-transform: none;
  width: 594px;
  margin: 0 auto !important;
  line-height: 25px;
  margin-top: 30px !important;
  color: #fff;
}
.metaslider .caption ul li, .sliderBlock .caption ul li {
  margin-bottom: 15px !important;
  list-style: none;
}
.metaslider .caption-wrap, .sliderBlock .caption-wrap {
  /*top: 165px; 210px;*/
  display: table-cell !important;
  vertical-align: middle;
  position: relative !important;
  opacity: 1 !important;
}
.metaslider .flexslider .slides > li {
  display: table !important;
  height: 540px !important;
}
.metaslider .caption span {
  font-family: Arial, sans-serif;
  font-weight: bold;
  letter-spacing: -0.8px;
}
.metaslider .flex-control-nav {
  z-index: 1000;
  position: relative;
  bottom: 40px !important;
}
.metaslider .flex-control-nav li a {
  margin: 0 14px !important;
}
.flex-control-paging li a {
  background: #4b4b4b !important;
}
.flex-control-paging li a.flex-active {
  background: #fff !important;
}
.contactForm {
  display: none;
  position: absolute;
  top: 0;
  right: 0px;
  background: #f9771c;
  padding: 15px 30px 0;
  width: 363px;
  min-height: 540px;
  z-index: 99;
}
.contactForm h4 {
  font-size: 31px;
  color: #fff;
  text-transform: uppercase;
  margin-top: 12px;
  font-family: Arial, sans-serif;
  font-weight: bold;
  letter-spacing: -0.5px;
  white-space: nowrap;
}
.contactForm span.wpcf7-not-valid-tip {
  color: #fff;
  font-size: 14px;
}
.contactForm div.wpcf7-response-output {
  margin-top: 0px;
  font-size: 14px;
  color: #fff;
}
.contactForm .contactIcon {
  position: absolute;
  top: 29px;
  right: 79px;
  display: none;
}
.contact-wrapper h4 small {
  font-size: 16px;
  display: block;
  margin-top: 1px;
  letter-spacing: 0px;
  font-family: SegoeUI-SemiBold;
  text-transform: none;
}
.contact-wrapper form.wpcf7-form > p {
  margin-bottom: 0px;
}
.contact-wrapper form.wpcf7-form > p label {
  width: 262px; /*100%;*/
  margin-bottom: 13px;
}
/*.contact-wrapper textarea, .contactForm input {
	font-size: 16px !important;
	line-height: 48px;
	padding-left: 22px;
	width: 306px;
	border: 0 !important;
}
.contact-wrapper textarea {
	max-height: 104px;
	line-height: 42px;
}
.contact-wrapper input.wpcf7-form-control.wpcf7-submit {
	background: #000;
	border: none;
	width: 100%;
	margin-top: 15px !important;
	font-size: 27px !important;
	text-transform: uppercase;
	padding-left: 10px;
	color: #fff;
	line-height: 48px;
	padding-bottom: 4px;
	letter-spacing: 0px;
	cursor: pointer;
	outline: none;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}
.contact-wrapper input.wpcf7-form-control.wpcf7-submit:hover {
	background: #312F2F;
}*/
.contact-wrapper .inquiry {
  background: #eee;
  padding: 60px 0;
}
.contact-wrapper .inquiry h2 {
  font-size: 36px;
  display: block;
  font-weight: bold;
  margin-bottom: 47px;
  text-transform: uppercase;
  text-align: center;
}
.contact-wrapper .wpcf7 .form-control {
  font-family: Arial, sans-serif;
  height: 57px;
  border: none;
  margin-bottom: 7px;
  padding-left: 29px;
  font-size: 18px;
}
.contact-wrapper .wpcf7 .submit {
  padding: 9px;
  border: none;
  background: #f9771c;
  border-radius: 8px;
  color: #fff;
  font-size: 24px;
  text-align: center;
  width: 157px;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -ms-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}
.contact-wrapper .wpcf7-submit:hover {
  background: #312F2F;
}
.contact-wrapper .wpcf7 textarea {
  min-height: 148px;
  margin-bottom: 22px !important;
  padding-top: 15px;
}
.sliderBlock {
  background: #000;
  position: relative; /*max-height: 671px; */
  /*height: 540px;*/
  width: 100%;
  display: table;
}
.sliderBlock .contactBtn {
  position: absolute;
  top: 198px;
  z-index: 99;
  background: #f9771c;
  right: 0;
  color: #fff;
  padding: 18px 78px 12px 19px;
  cursor: pointer;
}
.contactBtn small {
  display: block;
  font-size: 16px;
  font-family: SegoeUi;
  letter-spacing: 0.4px;
  line-height: 22px;
}
.contactBtn:after {
  content: "";
  position: absolute;
  right: 16px;
  top: 22px;
  width: 54px;
  height: 54px;
  display: block;
  background: url(/wp-content/uploads/2018/08/phone-icon.png);
}
.contactBtn h3 {
  font-size: 31px;
  text-transform: uppercase;
  font-weight: bold;
  font-family: Arial, sans-serif;
}
p.n2-ow {
  font-family: Arial, sans-serif, arial !important;
  font-weight: 100 !important;
  text-transform: uppercase !important;
  letter-spacing: 0.4px !important;
  line-height: 48px !important;
  margin-top: -14px !important;
  margin-left: 65px !important;
}
p.n2-ow span {
  font-family: Arial, sans-serif;
  font-weight: bold;
  letter-spacing: -0.6px !important;
}
.nextend-bullet-bar.n2-ow.n2-bar-justify-content-center div {
  margin: 4px 15px !important;
}
.nextend-bullet-bar.n2-ow.n2-bar-justify-content-center div:first-child {
  margin-left: 22px !important;
}
.aboutBlock {
  padding: 50px 0px 60px;
}
.home .aboutBlock {
  padding: 50px 0px 70px;
}
.home .aboutBlock .offset-md-3 {
  margin-left: 30%;
}
.aboutBlock h2 {
  font-size: 70px;
  font-weight: bold;
  margin-left: 0px;
  margin-bottom: 15px;
  letter-spacing: -0.8px;
  color: #000;
}
.aboutBlock h2 span {
  font-weight: 500;
  font-family: Arial, sans-serif;
  margin-left: -3px;
}
.aboutBlock p {
  margin-top: 20px;
  padding-left: 3px;
  line-height: 23px;
  text-align: left;
}
.home .aboutBlock p {
  width: auto;
  margin: auto;
  margin-top: 32px;
  text-align: left;
  line-height: 22px;
}
.aboutBlock p:nth-child(3) {
  margin-top: 29px;
}
.home .aboutBlock p:nth-child(3) {
  margin-top: 33px;
}
.aboutBlock p:last-child {
  /*display: none;*/
}
.aboutBlock h2:before {
  display: none;
}
.home .aboutBlock h2:before {
  content: "";
  position: absolute;
  top: 19px;
  width: 5px;
  height: 126px;
  background: #000;
  display: block;
  left: -37px;
}
.aboutBlock h3 {
  font-size: 22px;
  font-weight: bold;
  color: #f9771c;
  margin-bottom: 60px;
}
.home .aboutBlock iframe {
  box-shadow: 0px 1px 42px 4px #ccc;
}
.inner-pages .aboutBlock h3 {
  margin-bottom: 30px;
}
.inner-pages .aboutBlock h3:before {
  content: "";
  position: absolute;
  top: 8px;
  width: 5px;
  height: 132px;
  background: #000;
  display: block;
  left: -37px;
}
.aboutBlock .network {
  margin: 35px 0 0 15px;
}
.aboutBlock .network ul li {
  font-family: 'SegoeUI-SemiBold';
  list-style-type: none;
}
.aboutBlock .network ul li:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f061";
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  color: #f9771c;
  position: absolute;
  margin: 1px 0 0 -24px;
  font-size: 15px;
}
.whiteBlock {
  padding: 40px 0px;
  color: #000;
  text-align: center;
}
.whiteBlock h2 span {
  font-weight: bold;
}
.customer-spotlight, .customer-insight {
  background: #000;
  padding: 93px 0 120px;
}
.customer-spotlight h2, .customer-insight h2, .home-blog-post h2 {
  font-size: 67px;
  color: #d0d0d0;
  font-weight: 600;
  margin-left: 0px;
  letter-spacing: -0.5px;
  line-height: 71px;
}
.customer-spotlight h2 span, .customer-insight h2 span, .home-blog-post h2 span {
  font-size: 78px;
  font-weight: 500;
  font-family: Arial, sans-serif;
  letter-spacing: -2.8px;
  color: #fff;
  display: block;
}
.customer-spotlight h3, .customer-insight h3, .home-blog-post h3 {
  color: #bebebe;
  font-weight: bold;
  font-family: Arial, sans-serif;
  font-size: 36px;
  margin-left: 85px;
  padding-right: 35px;
  margin-top: 30px;
  letter-spacing: -0.84px;
  line-height: 33px;
}
.customer-spotlight h3:before, .customer-insight h3:before, .home-blog-post h3:before {
  content: "";
  position: absolute;
  top: 23px;
  width: 2px;
  height: 115px;
  background: #f9771c;
  display: block;
  left: 12px;
}
.customer-spotlight .container:last-child {
  max-width: 1230px !important;
  margin-top: 40px;
  padding-bottom: 0;
  text-align: center;
}
.customer-spotlight .slick-slide {
  outline: none; /* width: 255px !important;
    margin: 0 15px !important;*/
}
.customer-spotlight .wpls-logo-showcase .slick-dots {
  bottom: -50px !important;
}
.home .wpls-logo-showcase .slick-dots li button {
  background-color: transparent;
  border: 1px solid #efefef !important;
}
.wpls-logo-showcase .slick-dots li.slick-active button {
  background: #999 !important;
  border: 1px solid #999 !important;
}
.footer-widgets .widget ul {
  text-align: center;
  margin: 0px;
  padding: 0px;
}
.footer-widgets .widget ul li {
  /*float: left;*/
  list-style: none;
  /*margin: 0px 17px;*/
  margin-right: 0px; /*33px*/
  display: inline-block;
  text-transform: uppercase;
}
.footer-widgets .widget ul li a, .site-info, footer .site-info a, .footer-widgets .footer-social a {
  color: #000 !important;
  font-size: 14px;
}
.footer-widgets .widget ul li a {
  letter-spacing: 0px;
  margin: 0 15px;
}
.sidebar-1-area .widget a {
  margin: 0 0;
}
.footer-widgets .widget ul li a:hover, .widget a:hover, .site-info a:hover, .footer-widgets .footer-social a:hover {
  color: #f9771c !important;
}
.site-info {
  margin-top: 0;
}
.footer-widgets .footer-social {
  margin-bottom: 17px;
  position: absolute;
  right: 0;
}
.footer-widgets .footer-social .fab {
  font-size: 20px;
  padding: 0 8px;
}
footer .site-info a, .site-info {
  font-family: Arial, sans-serif;
  margin-left: 0px;
  line-height: 30px;
}
.nextend-bullet-bar.n2-ow.n2-bar-justify-content-center {
  margin-left: 18px;
}
.site-footer {
  padding: 50px 0 45px;
  border-top: 1px solid #333;
}
.site-footer .footer-logos {
  text-align: center;
  margin-bottom: 20px;
}
.site-footer .footer-logos a {
  padding: 0 15px;
}
.site-footer .footer-logos img {
  height: 35px;
}
footer .footer-social {
  margin-top: 10px;
}
footer .footer-social a {
  color: #000 !important;
  padding: 0 10px;
}
footer .footer-social a i:hover {
  color: #f9771c;
}
.promotion-wrapper .site-footer, .ebusiness-wrapper .site-footer, .contact-wrapper .site-footer {
  margin-top: -16px !important;
}
.carousel-control-prev-icon, .carousel-control-next-icon {
  display: inline-block;
  width: 30px;
  height: 30px;
}
.carousel-control-next-icon {
  background: url(/wp-content/themes/bdynamic-child/images/arrow-next.png) no-repeat;
}
.carousel-control-prev-icon {
  background: url(/wp-content/themes/bdynamic-child/images/arrow-back.png) no-repeat;
}
.twenty-years {
  position: absolute;
  right: 50px;
  margin-top: -205px;
  z-index: 0;
}
.twenty-years img {
  width: 150px;
}

.logo-showcase {
  /*padding-top: 15px;*/
}
.logo-showcase .container {
  max-width: 100%;
}
.wpls-logo-showcase .slick-slide img {
  -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
  filter: grayscale(100%);
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -ms-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}
.wpls-logo-showcase .slick-slide img:hover {
  -webkit-filter: grayscale(0%); /* Safari 6.0 - 9.0 */
  filter: grayscale(0%);
}
button.slick-prev.slick-arrow, button.slick-prev.slick-arrow:hover, button.slick-prev.slick-arrow:active, button.slick-prev.slick-arrow:focus {
  left: -40px !important;
  background: url(/wp-content/uploads/2018/08/arrow.png) !important;
  width: 60px;
  height: 100px;
  outline: none;
  background-color: #e0d9d5 !important;
  border-radius: 0 !important;
  display: none !important;
}
button.slick-next.slick-arrow, button.slick-next.slick-arrow:hover, button.slick-next.slick-arrow:active, button.slick-next.slick-arrow:focus {
  right: -40px !important;
  background: url(/wp-content/uploads/2018/08/arrow-right.png) !important;
  width: 60px;
  height: 100px;
  outline: none;
  background-color: #e0d9d5 !important;
  border-radius: 0 !important;
  display: none !important;
}
.home button.slick-prev.slick-arrow, .home button.slick-prev.slick-arrow:hover, .home button.slick-prev.slick-arrow:active, .home button.slick-prev.slick-arrow:focus {
  background-color: transparent !important;
}
.home button.slick-next.slick-arrow, .home button.slick-next.slick-arrow:hover, .home button.slick-next.slick-arrow:active, .home button.slick-next.slick-arrow:focus {
  background-color: transparent !important;
}
.slick-dots {
  display: none !important;
}
/*Promotions page*/
@media (min-width: 1024px) {
  .modal-dialog {
    max-width: 1250px;
  }
}
.case-studies {
  z-index: 100000;
}
.modal-content {
  border-radius: 0px;
  border: 0px;
}
/*.case-studies .popupH4 {
  font-size: 30px;
  text-transform: uppercase;
  font-family: SegoeUi-Bold;
  letter-spacing: 3px;
  margin-top: -2px;
  margin-bottom: 37px;
  margin-left: -3px;
}*/
.popupH3, .case-studies h3, .case-studies h4, .case-studies h5, .case-studies h2 {
  /*margin-top: 47px;*/
  margin-bottom: 22px;
  font-size: 22px;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 3px;
}
.case-studies h2 {
  font-size: 30px;
  margin-top: 0px;
}
.case-studies h4 {
  font-size: 18px;
  margin-top: 0px;
}
.ebusiness-wrapper .case-studies .owl-carousel ul {
  /*float: left;*/
  padding-left: 0px; /*20px;*/
  width: 100%;
}
.popupH3Bold, .case-studies h5 {
  font-family: Arial, sans-serif !important;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 2px;
  margin-top: 30px;
  margin-bottom: 17px;
}
.boldP, .case-studies .owl-carousel strong {
  font-weight: bold;
  letter-spacing: 0.22px;
  font-size: 18px;
  line-height: 24px;
}
.case-studies .popupImg {
  float: left;
  padding-right: 42px;
}
.case-studies .owl-item p, .case-studies .owl-carousel ul {
  margin-bottom: 22px;
}
.case-studies .owl-item p {
  line-height: 22px;
}
.case-studies {
  padding-left: 50px !important;
}
.case-studies button.close {
  font-size: 100px;
  font-family: Roboto;
  font-weight: 100 !important;
  line-height: 7px;
  z-index: 1000;
  position: relative;
  left: -9px;
  top: 19px;
  outline: none;
}
.case-studies .caseStudyTitle {
  background: #fb6d0b;
  font-size: 23px;
  color: #fff;
  font-family: Arial, sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  padding: 9px 18px 9px 19px;
  position: absolute;
  letter-spacing: 1.7px;
}
.case-studies .caseStudyTitle span {
  text-transform: none;
}
.case-studies .white .sa_owl_theme .owl-nav .owl-next {
  /*	background: url('/wp-content/uploads/2018/09/popup-arrow.png') no-repeat center center !important;*/
}
.contactForm .close {
  margin-top: -9px;
  margin-right: -11px;
}
.ourClientsBlock .wpls-logo-showcase {
  padding: 0 0px 20px 0px !important;
}
.ourClientsBlock .wpls-logo-showcase .wpls-logo-cnt.slick-slide {
  margin: 0 5px !important;
  outline: none;
}
.ourClientsBlock .wpls-logo-showcase .wpls-fix-box {
  max-height: 453px;
}
.promotion-wrapper .n2-ss-layer .n2-ow > .smallTxtblock {
  width: 600px;
  margin: 42px auto 0px;
  font-size: 18px;
  font-weight: 400;
  color: #fff;
  font-family: Arial, sans-serif;
  line-height: 25px;
  padding-left: 10px;
  letter-spacing: 0.18px;
}
.promotion-wrapper .n2-ss-layer.n2-ow {
  margin-top: -13px !important;
}
.promotion-wrapper .n2-ss-layer.n2-ow p {
  font-family: SegoeUI-SemiBold !important;
  margin-left: -4px !important;
  letter-spacing: -0.5px !important;
}
.promotion-wrapper .aboutBlock h2 {
  font-size: 60px;
  margin-left: auto;
  text-align: center;
  letter-spacing: -1.3px;
  padding-left: 12px;
}
.weSourceRow {
  background: #000;
  color: #fff;
}
.weSourceRow h2 {
  font-size: 42px;
  text-transform: uppercase;
  line-height: 41px;
  letter-spacing: -2px;
  padding-top: 45px;
  padding-left: 36px;
  text-align: left;
}
.weSourceRow h2 span {
  font-size: 32px;
  font-family: Arial, sans-serif;
  font-weight: bold;
  letter-spacing: -1.5px;
  line-height: 35px;
}
.weSourceRow h2 span:last-child {
  font-family: segoeUI;
  font-size: 35px;
  line-height: 43px;
  /*margin-top: -6px !important;*/
  display: block;
}
.weSourceRow .container {
  /*width: 1128px;*/
}
.weSourceRow .col-sm-4, .weSourceRow .col-sm-3 {
  text-align: center;
  padding: 46px 10px 26px;
  border-right: 1px solid #787878;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -ms-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}
.weSourceRow .col-sm-9 .col-sm-4:hover, .weSourceRow .col-sm-9 .col-sm-3:hover {
  background: #fb6d0b;
  cursor: pointer;
}
.weSourceRow .col-sm-9 .row:first-child .col-sm-4, .weSourceRow .col-sm-9 .row:first-child .col-sm-3 {
  border-bottom: 1px solid #787878 !important;
}
.weSourceRow .row > .col-sm-3:first-child {
  /*border-left: 1px solid #787878;*/
}
.weSourceRow .col-sm-9 .row:last-child .col-sm-4, .weSourceRow .col-sm-9 .row:last-child .col-sm-3 {
  padding: 35px 15px 37px;
}
.weSourceRow .col-sm-4 h5, .weSourceRow .col-sm-3 h5 {
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 1.6px;
  margin-left: 0;
}
.downloadBlock {
  padding: 88px 0 82px;
}
.downloadBlock h2 {}
.downloadBlock h2 a {
  color: #212529;
  width: 844px;
  margin: 0 auto;
  border: 2px solid #ccc;
  text-align: center;
  padding: 32px;
  font-size: 36px;
  text-transform: uppercase;
  font-family: Arial, sans-serif;
  font-weight: bold;
  letter-spacing: 7px;
  padding-left: 95px;
  display: block;
}
.downloadBlock h2 a:hover {
  background: #f9771c;
  color: #fff !important;
  border: 2px solid #f9771c;
}
.downloadBlock h2 span {
  font-weight: 100;
  font-family: Arial, sans-serif;
}
.downloadBlock h2 a:before {
  content: "";
  background: url(/wp-content/uploads/2018/08/pc-icon.png);
  width: 48px;
  height: 48px;
  display: block;
  position: absolute;
  margin-left: -43px;
}
.ourClientsBlock {
  padding: 90px 0px; /*40px 0 23px;*/
  background: #000;
  color: #fff;
}
.ourClientsBlock.promotions {
  /*padding-bottom: 58px;*/
}
.ourClientsBlock.promotions .logo-showcase {
  margin-left: 50px;
  margin-top: 0px; /*52px;*/
}
.ourClientsBlock .owl-pagination-true {
  margin-bottom: 0 !important;
}
.ourClientsBlock h2 {
  text-transform: uppercase;
  margin-top: 94px;
  margin-left: 22px;
  font-size: 37px;
}
.ourClientsBlock.ebusiness h2 {
  margin-top: 45px;
}
.ourClientsBlock h2 span {
  font-size: 35px;
  font-family: Arial, sans-serif;
  font-weight: bold;
}
.ourClientsBlock p {
  text-transform: uppercase;
  font-size: 20px;
  padding-left: 24px;
  padding-top: 18px;
  line-height: 25px;
}
.ourClientsBlock.promotions h2 {
  margin-top: 85px; 
}
.ourClients .wpls-logo-showcase .slick-arrow {
  top: 38%;
}
.ourClientsBlock.ebusiness .logo-showcase {
  margin-left: 62px;
  margin-top: 0px;
}
.ourClientsBlock .white .sa_owl_theme .owl-nav .owl-next {
  margin-right: -37px;
}
.ourClientsBlock .white .sa_owl_theme .owl-nav .owl-prev {
  margin-left: -37px;
}
.home-blog-post {
  overflow: hidden;
  background: #333;
  color: #fff;
  padding-top: 60px;
  padding-bottom: 70px;
}
.home-blog-post p {
  list-style: none;
  font-size: 24px;
  color: #fff;
  font-family: Arial, sans-serif;
  letter-spacing: -0.09px;
  line-height: 29px;
  padding-right: 21px;
}
.home-blog-post h4 a {
  font-size: 36px;
  font-family: Arial, sans-serif;
  font-weight: bold;
  letter-spacing: -1.8px;
  line-height: 65px;
  color: #bebebe;
  display: block;
  margin-bottom: 9px;
}
.home-blog-post h4 a:hover {
  color: #fff;
}
.home-blog-post .carousel-indicators {
  bottom: -40px;
}
.home-blog-post .carousel-indicators .active {
  background-color: #f9771c;
}
.home-blog-post .carousel-item img {
  width: 100%;
}
#blog-carousel {
  margin-top: 80px;
}
#blog-carousel .carousel-control-prev {
  left: -138px;
}
#blog-carousel .carousel-control-next {
  right: -128px;
}
.home-blog-post .more {
  font-size: 15px;
  color: #fff;
  float: right;
  text-transform: uppercase;
  letter-spacing: 3px;
}
/*.blogRow h2 {
	font-size: 81.3px;
	color: #d0d0d0;
	padding-left: 33px;
	font-weight: bold;
	letter-spacing: -3px;
	line-height: 66px;
}
.blogRow h2 span {
	font-family: Arial, sans-serif;
	letter-spacing: -3.5px;
	font-weight: 500;
	line-height: 74px;
	color: #fff;
  display: block;
}
.blogRow h2:after {
	content: "";
	position: absolute;
	top: 33px;
	width: 2px;
	height: 115px;
	background: #fff;
	display: block;
	right: 29px;
}
.blogRow .lcp_catlist {
	padding-left: 24px;
}
.blogRow .lcp_catlist li {
	list-style: none;
	font-size: 24px;
	color: #fff;
	font-family: Arial, sans-serif;
	letter-spacing: -0.09px;
	line-height: 29px;
	padding-right: 21px;
}
.blogRow .lcp_catlist li > a {
	font-size: 36px;
	font-family: Arial, sans-serif;
	font-weight: bold;
	letter-spacing: -1.8px;
	line-height: 65px;
	color: #bebebe;
	display: block;
	margin-bottom: 9px;
}
.blogRow .lcp_catlist li > a:hover {
	color: #fff;
}
.blogRow .col-sm-9 > a {
	text-transform: uppercase;
	float: right;
	margin-right: 17px;
	font-size: 14px;
	letter-spacing: 2.7px;
	margin-top: 36px;
	color: #fff;
}
.blogRow .col-sm-9 > a:hover {
	color: #f9771c;
}*/
/*Static page*/
.headBlock {
  background: #000;
  height: auto;
  min-height: 137px;
}
.headBlock h1 {
  text-align: center;
  text-transform: uppercase;
  font-size: 32px;
  font-family: SegoeUI-SemiBold;
  line-height: 132px;
  color: #fff;
  letter-spacing: 0px;
}
.descriptionBlock {
  padding-top: 71px;
  padding-bottom: 29px;
  text-align: center;
}
.descriptionBlock p {
  margin: 0 auto;
  line-height: 22px;
  margin-bottom: 32px;
}
.contentBlock {
  padding-bottom: 50px;
}
.contentBlock h2 {
  letter-spacing: 0px;
  font-size: 30px;
  margin-bottom: 31px;
}
.contentBlock ul, .contentBlock ol {
  padding-left: 20px;
  padding-top: 0px;
  margin-bottom: 33px;
}
.contentBlock p {
  margin-top: 0;
  margin-bottom: 30px;
}
.contentBlock li {
  padding-left: 13px;
  padding-bottom: 4px;
  line-height: 23px;
}
/*End of Static page*/
/*eBusiness page*/
.ebusiness-wrapper .contactBtn small, .ebusiness-wrapper .weSourceRow .col-sm-3 h5 span {
  text-transform: none;
}
.ebusiness-wrapper .contactBtn small span, .ebusiness-wrapper .contactForm h4 small span {
  text-transform: uppercase;
}
.ebusiness-wrapper .ourClientsBlock.promotions h2 {
  margin-top: 140px;
}
.ourClientsBlock .owl-carousel .owl-item img {
  display: inline-block;
  max-width: 140px;
  float: left;
  margin: 0.5px;
}
.ourClientsBlock .owl-carousel .owl-item div {
  margin-left: 10px !important;
}
.ebusiness-wrapper .aboutBlock h2 {
  text-align: center;
  font-size: 60px;
  letter-spacing: -1.3px;
}
.ebusiness-wrapper .weSourceRow h2 {
  text-transform: none;
  padding-left: 26px;
  padding-top: 102px;
  text-align: left;
  font-size: 48px;
}
.ebusiness-wrapper .downloadBlock h2 a {
  letter-spacing: 5.2px;
  font-size: 26px;
  padding: 38px;
  padding-left: 85px;
}
.ebusiness-wrapper .downloadBlock h2 a:before {
  margin-left: -54px;
  top: 34px;
}
.weSourceRow .col-sm-9 .row:first-child .col-sm-3 {
  padding-bottom: 16px;
}
.weSourceRow .col-sm-9 .row:last-child .col-sm-3 {
  padding-bottom: 23px;
}
.weSourceRow .col-sm-9 > .row > .col-sm-3:first-child {
  border-left: 0px;
}
/*.ebusiness-wrapper .ourClientsBlock h2 {
  margin-left: 28px;
  margin-top: 162px; 
}
.ebusiness-wrapper .ourClientsBlock p {
  font-size: 17px;
  padding-left: 33px;
  padding-top: 3px;
  line-height: 23px;
  letter-spacing: 0.2px;
}
.ebusiness-wrapper .ourClientsBlock .col-sm-9 {
  padding-bottom: 25px;
}
.ebusiness-wrapper .ourClientsBlock .wpls-logo-showcase {
  padding-bottom: 22px !important;
}*/
.ebusiness-wrapper .ourClients {
  padding-top: 82px !important;
  padding-bottom: 104px;
}
.ebusiness-wrapper .ourClients p {
  margin-bottom: 53px;
}
/*End of eBusiness page*/
/*Blog page*/
.blog .headBlock {
  margin-bottom: 50px
}
.page-template-right-sidebar .entry-header, .single .entry-header {
  display: none;
}
.bdp_blog_template.news {
  padding: 0px;
}
.page-template-right-sidebar main > article > .card-body, .single main > article > .card-body, .archive main > article > .card-body {
  padding: 1.25rem 30px 1.25rem 0px !important;
}
.page-template-right-sidebar article.card, .single article.card {
  border: 0px !important;
}
.bdp_blog_template.news .bd-post-image {
  width: auto;
  max-width: 26.4%;
}
.bdp_blog_template.news .post-content-div {
  width: 72%;
}
.bdp_blog_template.news .bd-blog-header {
  margin-bottom: 19px;
}
.bdp_blog_template.news .bd-blog-header h2.title {
  line-height: 24px;
  margin-top: -4px;
  padding-top: 0;
  margin-left: 0;
  margin-bottom: 12px;
}
.bdp_blog_template.news .bd-blog-header .date {
  font-size: 16px;
  color: #000;
  letter-spacing: 0px;
  margin-left: 0;
}
a.bd-more-tag, .archive .entry-summary a.btn, .post .entry-summary a.btn, .post .entry-content a.btn  {
  float: right;
  border: 2px solid;
  border-radius: 0 !important;
  padding: 4px 18px !important;
  text-transform: uppercase;
  font-family: SegoeUI-SemiBold;
  letter-spacing: 1px;
  background: #fff;
  color: #000;
}
.bdp_blog_template a.bd-more-tag:hover, .archive .entry-summary a.btn:hover, .post .entry-summary a.btn:hover, .post .entry-content a.btn:hover {
  background: #f9771c;
  color: #fff;
  border: 2px solid #f9771c;
}
.bdp_blog_template .blogContainer > .blog_template:nth-last-child(2) {
  margin-bottom: 0;
  border-bottom: 0;
}
.page-id-262 .headBlock, .single .headBlock, .category .headBlock, .archive .headBlock {
  margin-bottom: 64px;
}
.bdp_blog_template.news {
  padding: 0px 0px 41px;
  margin-bottom: 44px;
  border-bottom: 1px solid #939192;
}
.wp-bp-sidebar-width #secondary {
  background: #f9f9f9;
  border-radius: 0;
  border: none;
  margin-top: 26px;
  padding-top: 25px;
}
.bdp_blog_template .social-component a:hover {
  color: #fff;
}
.single header.entry-header, .category header.page-header, .archive header.page-header {
  display: none;
}
.single .post-thumbnail {
  float: left;
  padding-right: 30px;
}
.single .post-thumbnail {
  float: left;
  padding-right: 30px;
}
.entry-footer, .post-navigation {
  display: none;
}
#commentform .col-md-4, #commentform .form-submit {
  width: 25% !important;
  max-width: 25%;
  margin-bottom: 1rem;
}
#commentform .form-submit input#submit {
  background: #f9771c;
  border: none;
  width: 184px;
}
#commentform .form-control {
  background: #e4e0e0;
}
#commentform .form-submit {
  text-align: left !important;
  padding-left: 15px;
}
#comments {
  border: none;
  margin-top: 40px;
}
#secondary .widget {
  padding: 0 33px;
  border-bottom: none !important;
}
#secondary .widget h5.widget-title {
  font-size: 24px;
  font-family: SegoeUI-SemiBold;
  letter-spacing: 2px;
  margin-bottom: 15px;
}
#secondary .widget ul {
  padding-left: 0;
  list-style: none;
  font-size: 16px;
}
#secondary .widget ul li {
  border-bottom: 1px solid;
  height: 55px;
  line-height: 48px;
}
#secondary .widget ul li:last-child {
  border-bottom: none;
}
#secondary .widget ul li a {
  color: #000 !important;
  font-size: 18px;
  line-height: normal;
  display: inline-block;
  vertical-align: middle;
}
.single p.logged-in-as {
  padding-left: 15px;
}
.bdp_blog_template .social-component a {
  margin-top: 5px;
}
/*End of Blog page*/
/*Privacy Ploicy page*/
.hephaistos .tp-bullet:hover, .hephaistos .tp-bullet.selected {
  background: #f9771c;
  border-color: transparent;
}
/*End of Privacy Policy page*/
/*Category page*/
.archive .entry-summary a.btn {
  /*background: #f9771c;
  border: none;
  color: #fff !important;*/
  float: right;
}
.archive .entry-summary a.btn .oi {
  display: none;
}
/*End of Category page*/
/*Contact page*/
.contact-wrapper .contentBlock {
  padding: 60px 0px 50px;
}
.contact-wrapper .contentBlock h3 {
  font-size: 22px;
  padding-left: 110px;
}
.contact-wrapper .contentBlock h3:before {
  content: "";
  width: 90px;
  height: 90px;
  background: url(/wp-content/uploads/2018/10/facebook-placeholder-for-locate-places-on-maps.png);
  position: absolute;
  background-size: 100px;
  left: 18px;
  background-size: cover;
}
.contact-wrapper .contentBlock .col-4:nth-child(2) h3:before {
  background: url(/wp-content/uploads/2018/10/speech-bubble.png);
  background-size: cover;
  width: 82px;
  height: 82px;
  left: 10px;
  top: 3px;
}
.contact-wrapper .contentBlock .col-4:nth-child(3) h3:before {
  background: url(/wp-content/uploads/2018/10/close-envelope.png);
  background-size: cover;
  width: 81px;
  height: 81px;
  left: 3px;
  top: 5px;
}
.contact-wrapper .contentBlock .col-4:nth-child(2) h3 {
  font-size: 36px;
  line-height: 84px;
  letter-spacing: -1px;
  font-family: SegoeUI-SemiBold;
  padding-left: 101px;
}
.contact-wrapper .contentBlock .col-4:nth-child(3) h3 {
  padding-left: 94px;
  line-height: 84px;
}
.contact-wrapper .contentBlock .col-4:nth-child(3) a {
  color: #000;
}
.contact-wrapper .map-block {
  line-height: 0px;
}
/*End of Contact page*/
/*Archive & Category pages*/
.category .entry-header .entry-meta, .archive .entry-header .entry-meta {
  display: none;
}
.category .post-thumbnail, .archive .post-thumbnail, .post .post-thumbnail {
  float: left;
  padding-right: 30px;
}
.post .post-thumbnail img {
  width: 210px;
  height: auto;
}
.archive main#main {
  padding-bottom: 80px;
}
.archive article .entry-summary p {
  margin-top: -7px;
  margin-bottom: 20px;
  color: #000;
}
.site-main article.post:last-child {
  border: none !important;
}
.archive article, article.post {
  padding: 0px 0px 22px;
  margin-bottom: 10px;
  border-bottom: 1px solid #000 !important;
  border-radius: 0 !important;
}
.archive article h2, .post h2 {
  margin-top: -4px;
  margin-bottom: 30px;
}
.archive article h2 a, .post h2 a {
  color: #000 !important;
}
/*End of Archive & Category pages*/
/* New Updates */
.home-banner {
  width: 100%;
  min-height: 768px;
  /*background: #000;*/
  text-align: center;
}
.home-banner img {
  width: 100%;
}
.countdown {
  padding: 80px 0 70px;
}
.countdown .col-lg-3 p {
  display: none;
}
.countdown .counter {
  font-family: Arial, sans-serif;
  font-weight: bold;
  font-size: 48px;
  text-align: center;
  display: block;
}
.countdown .counter:after {
  content: "+";
  position: absolute;
  font-family: Arial, sans-serif;
  font-weight: 100;
  font-size: 61px;
  font-style: inherit;
  color: #f9771c;
  margin: -10px 0 0 14px;
}
.countdown h4 {
  font-size: 18px;
  font-weight: bold;
  padding: 0 20px;
}
.countdown img {
  width: 75px;
  display: block;
  margin: 0 auto 15px;
}
.countdown .counter:before {
  width: 1px;
  height: 70px;
  position: absolute;
  background: #000;
  content: "";
  right: 0;
  margin: 2px -8px 0 0;
}
.countdown .col-lg-3.last .counter:before {
  display: none;
}
.about-us-banner {
  text-align: center;
  background: #000;
}
.about-us-banner img {
  width: 100%;
}
.about-us-wrapper {
  padding: 30px 0 80px;
}
.about-us-wrapper hr {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}
.about-us-wrapper .nav-pills {
  text-align: center;
  margin-bottom: 80px;
}
.about-us-wrapper .nav-pills .nav-item {
  border-radius: 0;
}
.about-us-wrapper .nav-pills li.heading {
  font-size: 18px;
  text-transform: uppercase;
  position: absolute;
  left: 13px;
  top: -10px;
  background: #000;
  color: #fff;
  padding: 15px 25px;
}
.about-us-wrapper .nav-pills a {
  font-size: 18px;
  padding: 0 0 10px 0;
  margin: 0.5rem 2.3rem;
  color: #000;
  border-radius: 0;
  border-bottom: 2px solid transparent;
}
.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
  color: #000;
  background-color: #fff;
  border-bottom: 2px solid #000;
  border-radius: 0;
}
.about-us-wrapper .tab-pane h2 {
  font-size: 22px;
  font-weight: bold;
  color: #f9771c;
  margin-bottom: 50px;
}
.about-us-wrapper .tab-pane h3 {
  font-family: Arial, sans-serif;
  font-weight: bold;
  margin-bottom: 33px;
}
.about-us-wrapper .tab-pane h4 {
  font-family: Arial, sans-serif;
  font-weight: bold;
  margin-bottom: 33px;
}
.about-us-wrapper .tab-pane p {
  margin-bottom: 33px;
}
.about-us-wrapper .tab-pane ul {
  margin: 0 0 33px 0;
  padding: 0 0 0 20px;
}
.about-us-wrapper #story ul li {
  margin-bottom: 20px;
}
.team-single {
  background: #fff;
  border: 1px solid #eee;
  margin: 0 15px 15px 0;
  -ms-flex: 0 0 48%;
  flex: 0 0 48%;
  max-width: 48%;
}
.team-single .description {
  position: absolute;
  animation: fadeIn 1s;
  opacity: 0;
  transition: all .4s ease-in-out;
  padding: 23px 30px;
  min-height: 316px;
  overflow: hidden;
  cursor: pointer;
}
.team-single:hover .description {
  background: #000;
  transform: scaleY(1);
  opacity: 1;
  transition: all .4s ease-in-out;
  animation: fadeIn 1s;
  z-index: 9;
}
.team-single .right-col .content-block {
  position: absolute;
  bottom: 70px;
  padding-left: 32px;
  width: 262px;
}
.team-single .right-col h5 {
  font-weight: bold;
  margin-bottom: 9px;
}
.team-single h5 {
  font-size: 20px;
  font-weight: 800;
}
.team-single p {
  margin-top: 30px;
  font-size: 16px;
  margin-left: -2px;
  line-height: 20px;
}
.team-single:hover .description h5, .team-single:hover .description h6, .team-single:hover .description p {
  color: #fff;
}
.team-single p a .fa-linkedin-in {
  font-size: 25px;
  color: #fff;
  position: absolute;
}
.ebusiness-logos, .business-logos {
  text-align: center;
  margin-top: 65px;
}
.ebusiness-logos img, .business-logos img {
  display: inline-block;
  margin: 0 15px;
}
.business-logos img {
  margin: 0 20px;
}
.awards {
  background: #F8F8F8;
  padding: 80px 0 80px;
}
.awards .col-sm-5 {
  background: #000;
  display: table;
}
.awards h3 {
  font-size: 48px;
  font-weight: bold;
  color: #fff;
  display: table-cell;
  vertical-align: middle;
  padding: 0 50px;
  line-height: 47px;
}
.customer-insight {
  background: #000;
  padding: 60px 0 80px;
}
.customer-insight h4 {
  font-family: Arial, sans-serif;
  font-weight: bold;
  font-size: 20px;
  color: #fff;
  line-height: 19px;
  margin-bottom: 1rem;
}
.customer-insight p {
  font-size: 15px;
  color: #000;
  line-height: 19px;
}
.customer-insight p strong {
  font-family: Arial, sans-serif;
  font-weight: bold;
}
.customer-insight ol {
  margin: 0;
  padding: 0 0 0 15px;
}
.customer-insight ol li {
  font-family: Arial, sans-serif;
  font-size: 15px;
  color: #000;
  line-height: 19px;
  list-style-type: disc;
}
.customer-insight .nav-pills {
  margin: 50px 0;
}
.customer-insight .nav-pills li a {
  margin: 0 20px;
  padding: 0;
}
.customer-insight .nav-pills li:last-child a {
  margin: 0;
}
.customer-insight .nav-pills .nav-link.active {
  border: none;
}
.customer-insight .nav-pills .nav-link.active::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 25px;
  content: "\f0d7";
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  color: #f9771c;
  position: absolute;
  margin: 59px 0 0 4.5%;
}
.customer-insight .tab-pane .row {
  margin: 0 10px;
}
.customer-insight .tab-pane .col-lg-6 {
  padding: 0;
}
.customer-insight .tab-pane .info {
  background: #fff;
  margin-right: 0;
  margin-left: 0;
  padding: 80px 65px 60px;
  height: 481px;
  overflow: auto;
}
.customer-insight .tab-pane .info p {
  margin-bottom: 30px;
}
.customer-insight .tab-pane .info h4 {
  font-family: 'Arial, sans-serif';
  font-size: 65px;
  margin-bottom: 60px;
  color: #000;
  letter-spacing: -2px;
}
.customer-insight .tab-pane .img {
  background: #151515;
  margin-right: 0;
  margin-left: 0;
  min-height: 475px;
}
.customer-insight .tab-content.e-business .tab-pane .info {
  height: 580px;
  padding: 70px 48px 27px;
}
.customer-insight .tab-content.e-business .tab-pane .img {
  height: 580px;
}
/******************* Timeline *****************/
.main-timeline {
  overflow: hidden;
  position: relative
}
.main-timeline p {
  display: none;
}
.main-timeline:before {
  content: "";
  width: 2px;
  height: 76%;
  background: #333;
  position: absolute;
  top: 70px;
  left: 50%;
  transform: translateX(-50%)
}
.main-timeline .timeline-content:before, .main-timeline .timeline:before {
  top: 50%;
  transform: translateY(-50%);
  content: ""
}
.main-timeline .timeline {
  width: 50%;
  padding-left: 100px;
  float: right;
  position: relative
}
.main-timeline .timeline:before {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #fff;
  border: 2px solid #000;
  position: absolute;
  left: -10px
}
.main-timeline .timeline-content {
  display: block;
  padding-left: 150px;
  position: relative
}
.main-timeline .timeline-content:before {
  width: 90px;
  height: 10px;
  border-top: 4px dotted #f78702;
  position: absolute;
  left: -92px
}
.main-timeline .year {
  font-family: Arial, sans-serif;
  font-weight: bold;
  display: inline-block;
  width: 120px;
  height: 120px;
  line-height: 100px;
  border-radius: 50%;
  border: 10px solid #f8781f;
  font-size: 30px;
  color: #fff;
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
  background: #f8781f;
  transition: all .2s ease-in-out;
}
.main-timeline .timeline-content:hover .year {
  background: #000;
  border: 10px solid #000;
}
.main-timeline .year:before {
  content: "";
  border-left: 20px solid #f8781f;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  position: absolute;
  bottom: -13px;
  right: 0;
  transform: rotate(45deg);
  transition: all .2s ease-in-out;
}
.main-timeline .timeline-content:hover .year:before {
  border-left: 20px solid #000;
}
.main-timeline .timeline:nth-child(2n) .timeline-content:hover .year:before {
  border-right: 20px solid #000;
  transform: rotate(-45deg)
}
.main-timeline .inner-content {
  padding: 20px 0
}
.main-timeline .title {
  font-size: 24px;
  font-weight: 600;
  color: #f54957;
  text-transform: uppercase;
  margin: 0 0 5px
}
.main-timeline .description {
  font-size: 16px;
  color: #000;
  margin: 0 0 5px
}
.main-timeline .timeline:nth-child(2n) {
  padding: 0 100px 0 0
}
.main-timeline .timeline:nth-child(2n) .timeline-content:before, .main-timeline .timeline:nth-child(2n) .year, .main-timeline .timeline:nth-child(2n):before {
  left: auto;
  right: -10px
}
.main-timeline .timeline:nth-child(2n) .timeline-content {
  padding: 0 150px 0 0
}
.main-timeline .timeline:nth-child(2n) .timeline-content:before {
  right: -92px
}
.main-timeline .timeline:nth-child(2n) .year {
  right: 0
}
.main-timeline .timeline:nth-child(2n) .year:before {
  right: auto;
  left: 0;
  border-left: none;
  border-right: 20px solid #f8781f;
  transform: rotate(-45deg)
}
.main-timeline .timeline:nth-child(2) {
  margin-top: 110px
}
.main-timeline .timeline:nth-child(odd) {
  margin: -110px 0 0
}
.main-timeline .timeline:nth-child(even) {
  margin-bottom: 80px
}
.main-timeline .timeline:first-child, .main-timeline .timeline:last-child:nth-child(even) {
  margin: 0
}
#services h3 {
  font-size: 20px;
  text-align: center;
}
#services img {
  height: 50px;
  margin-top: 23px;
}
#services span {
  width: 100px;
  height: 100px;
  border-radius: 50px;
  border: 2px solid #f9771c;
  display: block;
  margin: 0 auto;
  text-align: center;
}
#services p {
  text-align: center;
  padding: 0 23px;
}
#team h2 {
  margin-bottom: 30px;
}
#team h3 {
  margin-top: 30px;
}
/******************* Default content *****************/
.default-content {
  padding: 0 0;
}
video {
  width: 100%;
  height: 600px;
  object-fit: cover;
  left: 0;
  z-index: -1;
}
.default-content.services section {
  padding: 60px 0;
}
.default-content.services section.ash {
  background: #F5F5F5;
}
.default-content.services section h2 {
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 30px;
}
.default-content .row p:last-child {
  margin-bottom: 0;
}
.default-content ul {
  margin-left: 18px;
  padding-left: 0;
}
.default-content p a {
  font-size: 14px;
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
  background: #f9771c;
  margin-left: 20px;
  padding: 11px 20px;
}
.default-content p a:hover {
  background: #000;
}
.default-content .my-auto {
  padding: 0 50px;
}
/******************* Modal *****************/
.modal-backdrop {
  background-color: #fff;
  opacity: 1.0 !important;
}
.modal-header {
  border: none;
}
.modal-header h1 {
  font-size: 35px;
}
.modal-header h4 {
  font-size: 15px;
}
.modal-content .modal-header .close {
  margin-top: 10px;
  outline: none;
  position: absolute;
  right: 20px;
  background: url(./images/close-icon.svg) no-repeat;
}
.modal-body .info p, .modal-body .info ul li {
  font-size: 14px;
}
.modal-content hr {
  margin: 2rem 0;
}
.modal-content h4 {
  margin: 30px 0 20px;
}
/******************* Industires *****************/
.industries .col-lg-3 {
  margin: 0;
  padding: 0;
  overflow: hidden;
  height: 260px;
}
.grid {
  position: relative;
  margin: 0 auto;
  /*	padding: 1em 0 4em;
	max-width: 1000px;*/
  list-style: none;
  text-align: center;
}
/* Common style */
.grid figure {
  position: relative;
  float: left;
  overflow: hidden;
  margin: 3px 3px;
  min-width: 100%;
  /*max-width: 480px;
	max-height: 260px;
	width: 48%;*/
  background: #000;
  text-align: center;
  cursor: pointer;
}
.grid figure img {
  position: relative;
  display: block;
  min-height: 100%;
  max-width: 100%;
  opacity: 0.9;
}
.grid figure figcaption {
  padding: 2em;
  color: #fff;
  text-transform: uppercase;
  font-size: 1.25em;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.grid figure figcaption::before, .grid figure figcaption::after {
  pointer-events: none;
}
.grid figure figcaption, .grid figure figcaption > a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.grid figure figcaption p {
  margin-top: 10px;
}
.grid figure figcaption p a {
  font-size: 12px;
  color: #fff;
  background: #f9771c;
  padding: 7px 10px 5px 10px;
  text-transform: uppercase;
}
/* Anchor will cover the whole item by default */
/* For some effects it will show as a button */
.grid figure figcaption > a {
  z-index: 1000;
  text-indent: 200%;
  white-space: nowrap;
  font-size: 0;
  opacity: 0;
}
.grid figure h2 {
  word-spacing: -0.15em;
  font-weight: 300;
}
.grid figure h2 span {
  font-weight: 800;
}
.grid figure h2, .grid figure p {
  margin: 0;
}
.grid figure p {
  letter-spacing: 1px;
  font-size: 68.5%;
}
/* Individual effects */
figure.effect-layla {
  background: rgba(235, 182, 68, 0.9);
}
figure.effect-layla img {
  width: 300px;
  height: 300px;
}
figure.effect-layla figcaption {
  padding: 1em;
}
/*
figure.effect-layla figcaption::before,
figure.effect-layla figcaption::after {
	position: absolute;
	content: '';
	opacity: 0;
}

figure.effect-layla figcaption::before {
	top: 50px;
	right: 30px;
	bottom: 50px;
	left: 30px;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	-webkit-transform: scale(0,1);
	transform: scale(0,1);
	-webkit-transform-origin: 0 0;
	transform-origin: 0 0;
}

figure.effect-layla figcaption::after {
	top: 30px;
	right: 50px;
	bottom: 30px;
	left: 50px;
	border-right: 1px solid #fff;
	border-left: 1px solid #fff;
	-webkit-transform: scale(1,0);
	transform: scale(1,0);
	-webkit-transform-origin: 100% 0;
	transform-origin: 100% 0;
}*/
.industries {
  margin-top: 45px;
  padding: 0 15px;
}
.industries figure.effect-layla h2 {
  text-transform: capitalize;
  font-size: 26px;
  font-weight: 700;
  padding-top: 26%;
  -webkit-transition: -webkit-transform 0.35s;
  transition: transform 0.35s;
  text-shadow: 1px 1px 1px #333;
}
.industries figure.effect-layla p {
  padding: 0.5em 2em;
  text-transform: none;
  opacity: 0;
  -webkit-transform: translate3d(0, -10px, 0);
  transform: translate3d(0, -10px, 0);
}
figure.effect-layla img, figure.effect-layla h2 {
  -webkit-transform: translate3d(0, -30px, 0);
  transform: translate3d(0, -30px, 0);
}
figure.effect-layla img, figure.effect-layla figcaption::before, figure.effect-layla figcaption::after, figure.effect-layla p {
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
}
figure.effect-layla:hover img {
  opacity: 0.7;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
figure.effect-layla:hover figcaption::before, figure.effect-layla:hover figcaption::after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}
figure.effect-layla:hover h2, figure.effect-layla:hover p {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
figure.effect-layla:hover figcaption::after, figure.effect-layla:hover h2, figure.effect-layla:hover p, figure.effect-layla:hover img {
  -webkit-transition-delay: 0.15s;
  transition-delay: 0.15s;
}
@media screen and (max-width: 1119px) {
  button.slick-next.slick-arrow, button.slick-next.slick-arrow:hover, button.slick-next.slick-arrow:active, button.slick-next.slick-arrow:focus {
    right: -15px !important;
    background-size: 70% !important;
    background-repeat: no-repeat !important;
    height: 50px;
    width: 50px;
    background-position: center center !important;
  }
  button.slick-prev.slick-arrow, button.slick-prev.slick-arrow:hover, button.slick-prev.slick-arrow:active, button.slick-prev.slick-arrow:focus {
    left: -15px !important;
    background-size: 70% !important;
    background-repeat: no-repeat !important;
    height: 50px;
    width: 50px;
    background-position: center center !important;
  }
  .ebusiness-wrapper .weSourceRow h2 {
    font-size: 32px;
  }
  .downloadBlock h2 a {
    width: 100%;
    font-size: 20px;
  }
  .blogRow h2 {
    font-size: 48px;
  }
  .ourClientsBlock p, .blogRow h2, .weSourceRow h2 {
    padding-left: 15px;
  }
  .ourClientsBlock h2 {
    margin-left: 15px;
  }
  .blogRow h2, .aboutBlock h2, .customer-spotlight h2, .customer-spotlight h2 span, .weSourceRow h2 {
    font-size: 32px;
  }
  .promotion-wrapper .weSourceRow h2, .promotion-wrapper .weSourceRow h2 span, .promotion-wrapper .weSourceRow h2 span:last-child {
    font-size: 22px;
    line-height: 26px;
  }
  .blogRow h2 {
    padding: 50px 0px;
  }
  .bdp_blog_template.news .bd-post-image img {
    height: auto;
  }
  .bdp_blog_template.news .bd-blog-header h2.title a {
    line-height: 32px;
  }
  #secondary .widget {
    padding: 0 10px;
  }
}
@media screen and (max-width: 1024px) {
  .mainHeader {
    max-height: 62px;
    position: fixed;
    background: #fff;
    top: 0;
    z-index: 9;
    box-shadow: 0px 0px 4px 1px rgba(0, 0, 0, 0.08);
    -webkit-box-shadow: 0px 0px 4px 1px rgba(0, 0, 0, 0.08);
    -moz-box-shadow: 0px 0px 4px 1px rgba(0, 0, 0, 0.08);
  }
  .navbar-expand-lg .navbar-nav li {
    font-weight: 500;
    border-bottom: 1px solid #000;
  }
  #page .navbar.bg-dark.sticky {
    display: block;
    z-index: 9;
    background-color: transparent !important;
    box-shadow: none;
  }
  #primary-menu {
    margin-top: 60px;
    background: #fff;
    width: 100%;
  }
  .site-header .navbar.sticky #primary-menu {
    margin-top: 61px;
  }
  .site-content {
    margin-top: 0 !important;
    overflow-x: hidden;
  }
  /*.mainHeader .rightBlock {
	display: none;
}*/
  #page .navbar.bg-dark {
    width: 100%;
    padding: 0px;
    position: fixed;
    z-index: 999;
    top: 0;
    right: 0;
  }
  #page .navbar.bg-dark {
    border-top: 1px solid #fff;
  }
  .site-header .navbar {
    display: block;
  }
  .site-header .navbar .navbar-toggler {
    position: absolute;
    top: 9px;
    right: 15px;
    background: #fff;
    float: right;
    z-index: 9;
    border-radius: 0;
  }
  .navbar-dark .navbar-toggler-icon {
    background: url(/wp-content/themes/bdynamic-child/images/menu.svg);
  }
  .site-header .navbar.sticky .navbar-toggler {
    top: 10px !important;
  }
  #rev_slider_1_1 h1 {
    font-size: 52px !important;
    letter-spacing: -4px !important;
    line-height: 52px !important;
  }
  #rev_slider_1_1 span {
    font-size: 20px !important;
    line-height: 30px !important;
  }
  #rev_slider_1_1 h1:before {
    left: 6px;
    top: 10px;
    width: 50px;
    height: 50px;
    background-size: 50px;
  }
  #rev_slider_1_1 > .tp-revslider-mainul > li:first-child .tp-bgimg {
    background-size: 312% !important;
    background-repeat: repeat-y !important;
  }
  .customer-spotlight h3 {
    margin-left: 0;
    padding-right: 0;
  }
  .customer-spotlight h3:before {
    display: none;
  }
  .downloadBlock h2 a, .aboutBlock p, .metaslider .caption p, .sliderBlock .caption p {
    width: 100%;
  }
  .sliderBlock .caption ul {
    padding-left: 0px;
  }
  .metaslider .caption p, .metaslider .caption ul, .sliderBlock .caption ul, .sliderBlock .caption p {
    width: 100%;
    padding: 0px 15px !important;
  }
  .sliderBlock .contactBtn {
    bottom: 10px;
    height: 90px;
    z-index: 0;
    margin: 252px 0 0 0;
  }
  .contactForm {
    z-index: 9999;
  }
  .home .aboutBlock .offset-md-3 {
    margin-left: 0;
  }
  .metaslider .caption h1, .sliderBlock .caption h1 {
    font-size: 44px;
  }
  .ebusiness-wrapper .weSourceRow h2 {
    padding-left: 0;
    padding-top: 20px;
    text-align: center;
  }
  .weSourceRow .col-sm-9 .row:last-child .col-sm-3:last-child, .weSourceRow .col-sm-9 .row:last-child .col-sm-4:last-child {
    padding-bottom: 60px;
  }
  .promotion-wrapper .downloadBlock h2 a, .ebusiness-wrapper .downloadBlock h2 a {
    font-size: 16px;
  }
  .blogRow h2, .aboutBlock h2, .customer-spotlight h2, .customer-spotlight h2 span {
    font-size: 56px !important;
    line-height: 56px;
  }
  .blogRow h2:after {
    display: none;
  }
  .blogRow .lcp_catlist li > a {
    font-size: 28px;
    font-family: Arial, sans-serif;
    font-weight: bold;
    letter-spacing: -1px;
    line-height: 32px;
  }
  .ebusiness-wrapper .ourClients {
    padding-bottom: 14px;
  }
  .ebusiness-wrapper .aboutBlock h2 {
    line-height: 56px;
  }
  .ourClientsBlock h2 {
    margin-top: 0px;
  }
  .ourClientsBlock.ebusiness .logo-showcase, .ourClientsBlock.promotions .logo-showcase {
    margin-left: 0;
    margin-top: 0;
  }
  .ourClientsBlock .owl-carousel .owl-item div {
    text-align: center;
    margin-left: 0px !important;
  }
  .ourClientsBlock .owl-carousel .owl-item img {
    /*max-width: none;*/
    margin: 0 auto 4px;
    float: none;
  }
  video {
    height: 350px;
  }
  .default-content.services section {
    padding: 60px 0 !important;
  }
  .default-content .my-auto {
    padding: 0 20px !important;
  }
  .default-content .img-fluid {
    max-width: 100%;
    height: auto;
    margin-bottom: 40px;
  }
  .default-content p a {
    font-size: 18px;
    display: block;
    margin: 28px 0 0 0;
    text-align: center;
    font-weight: bold;
  }
  .blogRow h2 {
    padding-left: 26px;
  }
  .weSourceRow h2 {
    padding-top: 20px;
    padding-left: 20px;
  }
  .footer-widgets .widget ul li a, .site-info, .site-info a, .footer-widgets .footer-social a {
    font-size: 13px;
  }
  .footer-widgets .widget ul li a, .widget a {
    margin: 0px 5px;
  }
  .contactBlock {
    width: 100% !important;
    max-width: 100%;
    flex: auto;
  }
  .contact-wrapper .contentBlock h3 {
    padding-left: 95px !important;
    width: 320px;
    margin: 10px 0;
    position: relative
  }
  .contact-wrapper .inquiry {
    background: #eee;
    padding: 60px 0;
  }
  .contact-wrapper .contentBlock h3:before {
    left: 15px;
    width: 60px;
    height: 60px;
    margin-top: 7px;
  }
  .contact-wrapper .contentBlock .col-4:nth-child(1) h3:before {
    left: 5px;
    width: 70px;
    height: 70px;
  }
  .contact-wrapper .contentBlock .col-4:nth-child(2) h3:before {
    width: 60px;
    height: 60px;
  }
  .contact-wrapper .contentBlock .col-4:nth-child(3) h3:before {
    width: 60px;
    height: 60px;
  }
  .headBlock {
    height: auto; /*80px;*/
    /* line-height: 137px; */
    min-height: 80px;
    margin-top: 134px;
    padding: 20px 0 0 0;
  }
  .headBlock h1 {
    font-size: 25px;
    line-height: inherit;
    width: 100%;
  }
  .twenty-years {
    right: 29px;
    margin-top: -154px;
  }
  .twenty-years img {
    width: 130px !important;
  }
  .contact-wrapper .contentBlock {
    padding: 65px 0px 55px;
  }
  .page-template-right-sidebar main > article > .card-body, .single main > article > .card-body, .archive main > article > .card-body {
    padding: 0px !important;
  }
  .bdp_blog_template.news .bd-post-image {
    width: auto;
    max-width: 100%;
    /* margin: 0 auto !important; */
    float: none;
  }
  .bdp_blog_template.news .bd-post-image img {
    text-align: center;
    margin: 0 auto !important;
    display: block;
    width: auto;
  }
  .bdp_blog_template.news .post-content-div {
    width: 100%;
  }
  .bdp_blog_template.news .bd-blog-header h2.title {
    line-height: 30px;
  }
  .archive .entry-summary a.btn {
    margin-bottom: 30px;
  }
  .contactBtn small {
    display: block;
    font-size: 14px;
  }
  .contactBtn:after {
    top: 14px;
  }
  .sliderBlock .contactBtn {
    padding: 14px 76px 8px 18px;
  }
  .case-studies .caseStudyTitle {
    position: relative;
  }
}
@media screen and (max-width: 575px) {
  .twenty-years {
    right: 22px;
    margin-top: -116px;
  }
  .twenty-years img {
    width: 100px !important;
  }
  .weSourceRow .col-sm-9 .row:last-child .col-sm-3, .weSourceRow .col-sm-9 .row:last-child .col-sm-4 {
    border-bottom: 1px solid #787878;
  }
  .weSourceRow .col-sm-9 .row:last-child .col-sm-3:last-child {
    border-bottom: none;
  }
  .blogRow {
    padding-top: 45px;
    padding-bottom: 45px;
  }
  .blogRow h2 {
    padding: 0px;
    text-align: center;
  }
  .aboutBlock, .ourClientsBlock {
    padding: 45px 0px;
  }
  .ourClientsBlock p {
    padding-bottom: 18px;
  }
  .home .aboutBlock {
    padding: 5px 0px 55px;
  }
  .home .aboutBlock iframe, .home .aboutBlock video {
    margin-top: 40px;
  }
  .customer-spotlight {
    padding: 45px 0;
  }
  .ourClientsBlock.ebusiness h2, .ourClientsBlock.promotions h2 {
    margin-top: 0px;
    margin-left: 0px;
    text-align: center;
  }
  .promotion-wrapper .aboutBlock h2 {
    padding-left: 0px;
  }
  .ebusiness-wrapper .ourClients {
    padding-top: 40px !important;
  }
  .ebusiness-wrapper .ourClients p {
    margin-bottom: 30px;
  }
  .weSourceRow {
    padding-top: 45px;
  }
  .weSourceRow .col-sm-9 .row:first-child .col-sm-4, .weSourceRow .col-sm-9 .row:first-child .col-sm-3 {
    border: 0px;
  }
  .weSourceRow .col-sm-9 .row:first-child .col-sm-3:first-child, .weSourceRow .col-sm-9 .row:first-child .col-sm-4:first-child {
    border-top: 1px solid #787878;
  }
  .downloadBlock {
    padding: 48px 0 42px;
  }
  .weSourceRow .col-sm-4, .weSourceRow .col-sm-3 {
    padding-top: 26px;
  }
  .weSourceRow > .container > .row > .col-sm-3 {
    padding-top: 0px;
    padding-bottom: 40px;
  }
  .weSourceRow .col-sm-9 .row:last-child .col-sm-3:last-child, .weSourceRow .col-sm-9 .row:last-child .col-sm-4:last-child {
    padding-bottom: 24px;
  }
  .promotion-wrapper .weSourceRow h2, .promotion-wrapper .weSourceRow h2 span, .promotion-wrapper .weSourceRow h2 span:last-child, .ourClientsBlock p, .blogRow h2, .weSourceRow h2 {
    text-align: center;
    padding-left: 0px;
    letter-spacing: 0px;
  }
  .weSourceRow h2 {
    padding-top: 0px !important;
  }
  .blogRow h2, .blogRow h2 span, .aboutBlock h2, .aboutBlock h2 span, .customer-spotlight h2, .customer-spotlight h2 span {
    font-size: 42px !important;
    line-height: 42px !important;
  }
  .blogRow h2, .blogRow h2 span {
    letter-spacing: 0px;
    margin-bottom: 28px;
  }
  .blogRow .lcp_catlist li {
    font-size: 20px;
  }
  .blogRow .lcp_catlist li > a {
    margin-bottom: 15px;
  }
}
@media screen and (min-width: 576px) and (max-width: 767px) {
  .customer-spotlight h3 {
    font-size: 32px;
    margin-top: 8px;
  }
  .home .aboutBlock .offset-md-3 {
    margin-left: 30%;
  }
  .weSourceRow h2 {
    font-size: 22px;
    padding-top: 70px;
  }
  .weSourceRow h2 span {
    font-size: 18px;
  }
  .ourClientsBlock p, .blogRow h2, .weSourceRow h2 {
    padding-left: 15px;
  }
  .ourClientsBlock h2 {
    margin-left: 15px;
  }
  .blogRow h2, .aboutBlock h2, .customer-spotlight h2, .customer-spotlight h2 span {
    font-size: 42px;
  }
}
@media screen and (min-width: 1024px) {
  .aboutBlock, .weSourceRow, .downloadBlock, .ourClientsBlock, .blogRow, .customer-spotlight {
    margin-left: 0px;
    margin-right: 0px;
  }
  .site-header .navbar-collapse.collapse {
    display: flex !important;
  }
  .site-header .navbar-nav > li, .site-header .navbar-nav {
    float: left !important;
    display: block;
  }
  .site-header .navbar-nav.navbar-right:last-child {
    margin-right: -15px !important;
  }
  .site-header .navbar-right {
    float: right !important;
  }
  .site-header button.navbar-toggler {
    display: none;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .sliderBlock .contactBtn {
    top: 420px;
  }
}
@media screen and (min-width: 1200px) {
  .weSourceRow > .container > .row > .col-sm-3, .ourClientsBlock > .container > .row > .col-sm-3 {
    width: 315px !important;
    max-width: 315px !important;
    flex: auto;
  }
  .weSourceRow > .container > .row > .col-sm-9, .ourClientsBlock > .container > .row > .col-sm-9 {
    width: 812px !important;
    max-width: 812px !important;
  }
  .descriptionBlock p {
    width: 960px;
  }
}
.contactForm {}
.contactForm .g-recaptcha {
  margin-top: -5px;
  border-radius: 0; /*  transform:scale(0.67);
  -webkit-transform:scale(0.67);
  transform-origin:0 0;
  -webkit-transform-origin:0 0;*/
}
.contactForm .g-recaptcha .rc-anchor {
  border-radius: 0;
  box-shadow: none !important;
}
.error404 .col-md-9 {
  max-width: 100%;
  flex: none;
}
.error404 .col-md-3, .error404 .widget_recent_entries, .error404 .widget_categories, .error404 .widget_archive {
  display: none;
}
.error404 #content {
  min-height: 300px;
}
.error404 header.page-header h1 {
  text-align: center;
  font-size: 50px;
  font-weight: bold;
  font-family: 'Roboto', sans-serif;
}
.error404 h2.page-title {
  text-align: center;
  font-size: 24px;
  text-transform: uppercase;
}
.error404 .page-content p {
  text-align: center;
  margin-bottom: 30px;
}
.error404 .homeBtn, .error404 .homeBtn:hover {
  text-align: center;
  display: block;
  background: #f9771c;
  width: 118px;
  margin: 0 auto;
  color: #fff;
  padding: 5px 12px;
  border-radius: 18px;
  text-transform: uppercase;
}
.error404 .card-body {
  padding: 40px 1.25rem 60px;
}
@media only screen and (max-width:1200px) {
  .main-timeline .year {
    top: 50%;
    transform: translateY(-50%)
  }
}
@media only screen and (max-width:990px) {
  .main-timeline .timeline {
    padding-left: 75px
  }
  .main-timeline .timeline:nth-child(2n) {
    padding: 0 75px 0 0
  }
  .main-timeline .timeline-content {
    padding-left: 130px
  }
  .main-timeline .timeline:nth-child(2n) .timeline-content {
    padding: 0 130px 0 0
  }
  .main-timeline .timeline-content:before {
    width: 68px;
    left: -68px
  }
  .main-timeline .timeline:nth-child(2n) .timeline-content:before {
    right: -68px
  }
}
@media only screen and (max-width:1024px) {
  .main-timeline {
    overflow: visible
  }
  .site-header .best-place {
    position: absolute;
    right: 19px;
    z-index: 99999;
  }
  .site-header .hd-logos {
    position: absolute;
    background: #fff;
    text-align: center;
    width: 100%;
    z-index: 1;
    margin-top: 59px;
  }
  .site-header .hd-logos a {
    padding: 0 10px;
  }
  .site-header .hd-logos img {
    height: 30px;
  }
  .site-header .best-place img {
    width: 129px;
    margin-top: 14px;
    margin-left: -195px;
    position: fixed;
  }
  .mainHeader .tagline {
    font-size: 15px;
    font-weight: bold;
    font-style: italic;
    position: absolute;
    margin: 0 0 0 0;
    padding: 10px;
    background: #fff;
    left: 0;
    text-align: center;
    width: 100%;
  }
  .main-timeline:before {
    height: 100%;
    top: 0;
    left: 0;
    transform: translateX(0);
    display: none;
  }
  .main-timeline .timeline:before, .main-timeline .timeline:nth-child(2n):before {
    top: 60px;
    left: -9px;
    transform: translateX(0);
    display: none;
  }
  .main-timeline .timeline, .main-timeline .timeline:nth-child(even), .main-timeline .timeline:nth-child(odd) {
    width: 100%;
    float: none;
    text-align: center;
    padding: 0;
    margin: 0 0 10px
  }
  .main-timeline .timeline-content, .main-timeline .timeline:nth-child(2n) .timeline-content {
    padding: 0
  }
  .main-timeline .timeline-content:before, .main-timeline .timeline:nth-child(2n) .timeline-content:before {
    display: none
  }
  .main-timeline .timeline:nth-child(2n) .year, .main-timeline .year {
    position: relative;
    transform: translateY(0);
    margin-bottom: 30px;
  }
  .main-timeline .description {
    margin: 0 0 30px;
  }
  .main-timeline .timeline:nth-child(2n) .year:before, .main-timeline .year:before {
    border: none;
    border-right: 20px solid #f8781f;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    top: 50%;
    left: -23px;
    bottom: auto;
    right: auto;
    transform: rotate(0)
  }
  .main-timeline .inner-content {
    padding: 10px
  }
  .main-timeline .timeline-content:hover .year:before {
    display: none;
  }
  .main-timeline .timeline:nth-child(2n) .timeline-content:hover .year:before {
    display: none;
  }
}
@media screen and (min-width: 1600px) and (max-width: 2800px) {
  .home-banner {
    min-height: 655px;
    /*margin-top: -55px;*/
  }
}
@media screen and (min-width: 1367px) and (max-width: 1599px) {
  .home-banner {
    min-height: 560px;
  }
  .site-header .best-place img {
    width: 150px;
    margin-top: -88px;
  }
}
@media screen and (min-width: 1200px) and (max-width: 1366px) {
  .home-banner {
    min-height: 490px;
  }
  .site-header .best-place img {
    width: 92px;
    margin-top: -88px;
  }
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .home-banner {
    min-height: 400px;
    padding: 0;
  }
}
@media only screen and (width: 1024px) {
  .home-banner {
    min-height: 345px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .home-banner {
    min-height: 345px;
    padding: 0;
  }
}
@media screen and (min-width: 320px) and (max-width: 797px) {
  .team-single {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .countdown h4 {
    text-align: center;
    margin-bottom: 40px;
  }
  .countdown .mt-5 {
    margin-top: 0 !important;
  }
  .home .aboutBlock p:nth-child(3) {
    margin-top: 0;
  }
  .site-header .hd-logos {
    margin-top: 92px;
  }
  .countdown span:after {
    display: none;
  }
  .customer-insight h2, .customer-insight h2 span, .home-blog-post h2, .home-blog-post h2 span {
    font-size: 42px !important;
    line-height: 42px !important;
  }
  .customer-insight {
    background: #000;
    padding: 55px 0 70px;
  }
  .home-blog-post {
    padding: 55px 0 70px;
  }
  .customer-spotlight .container:last-child {
    margin-top: 0;
  }
  .customer-spotlight{
    padding: 45px 0;
  }
  .customer-spotlight h3, .customer-insight h3, .home-blog-post h3 {
    font-size: 24px;
    margin-left: 0;
    padding-right: 0;
    margin-top: 15px;
    letter-spacing: -0.84px;
    line-height: 24px;
  }
  .customer-spotlight h3:before, .customer-insight h3:before, .home-blog-post h3:before {
    display: none;
  }
  #blog-carousel {
    margin-top: 30px;
  }
  .home-blog-post h4 a {
    font-size: 28px;
    line-height: 36px;
    margin: 27px 0;
  }
  .home-blog-post p {
    font-size: 18px;
    line-height: 24px;
    padding-right: 0;
  }
  .customer-insight .nav-pills {
    margin: 20px 0;
  }
  .customer-insight .tab-pane .info {
    background: #fff;
    margin-right: 0;
    margin-left: 0;
    padding: 40px 25px 33px;
    height: inherit;
    overflow: auto;
  }
  .customer-insight .tab-pane .info h4 {
    font-size: 50px;
    margin-bottom: 50px;
    line-height: 40px;
  }
  .customer-insight .tab-pane .img {
    min-height: inherit;
  }
  .customer-insight .nav-pills li a {
    margin: 0;
  }
  .customer-insight .nav-pills li a img {
    width: 87px;
  }
  .customer-insight .nav-pills .nav-link.active::before {
    margin: 36px 0 0 8.5%;
  }
  .site-footer .footer-logos a {
    padding: 0 5px;
  }
  .site-footer .footer-logos a img {
    vertical-align: middle;
    border-style: none;
    height: 20px;
  }
  #rev_slider_1_1 h1 cite:before {
    content: "";
    background: url(/wp-content/uploads/2018/09/2018-09-23-small.png);
    position: absolute;
    left: -40px;
    top: -11px;
    width: 40px;
    height: 40px;
    background-size: contain;
  }
}
@media screen and (min-width: 540px) and (max-width: 767px) {
  .home-banner {
    min-height: 345px;
    padding: 17px 0 0 0;
    margin-top: 61px;
  }
}
@media screen and (min-width: 320px) and (max-width: 539px) {
  .custom-logo {
    height: 45px !important;
    width: auto;
    margin-top: 6px !important;
  }
  .mainHeader .tagline {
    padding: 6px;
  }
  #primary-menu {
    margin-top: 54px;
    background: #fff;
    width: 100%;
  }
  .home-banner {
    min-height: 210px;
    padding: 17px 0 0 0;
    margin-top: 130px;
  }
  .twenty-years {
    right: 16px;
    margin-top: -93px;
  }
  .twenty-years img {
    width: 80px !important;
  }
  .site-header .hd-logos {
    margin-top: 92px;
  }
  .ebusiness-logos {
    margin-top: 40px;
  }
  .ebusiness-logos img {
    height: 33px;
  }
  .aboutBlock h3 {
    margin-bottom: 30px;
  }
  .awards {
    background: #F8F8F8;
    padding: 0 0 60px;
  }
  .awards .col-sm-5 {
    margin-bottom: 30PX;
  }
  .awards h3 {
    font-size: 42px;
    padding: 20px 0;
    line-height: 38px;
  }
  .countdown {
    padding: 60px 0;
}
  .team-single .img-fluid {
    height: 359px;
  }
  .team-single p a .fa-linkedin-in {
    bottom: 15px;
  }
  .team-single .right-col .content-block {
    position: absolute;
    bottom: 10px;
    padding-left: 12px;
    background: #fff;
    text-align: right;
    right: 16px;
    width: auto;
  }
  .team-single .description {
    min-height: 361px;
  }
  .team-single .right-col h5 {
    font-weight: bold;
    margin-bottom: 0px;
  }
  .about-us-wrapper .nav-pills li.heading {
    display: none;
  }
  .about-us-banner {
    margin-top: 100px;
  }
  .about-us-wrapper .nav-pills a {
    font-size: 16px;
    padding: 0 0 10px 0;
    margin: 0.5rem 1.3rem;
  }
  .about-us-wrapper .nav-pills {
    margin-bottom: 20px;
  }
  .customer-insight .tab-content.e-business .tab-pane .info {
    margin-right: 0;
    margin-left: 0;
    padding: 40px 25px 33px;
    height: inherit;
    overflow: auto;
  }
  .customer-insight .tab-content.e-business .tab-pane .img {
    height: inherit;
  }
  .customer-insight .nav-pills .nav-link {
    margin-bottom: 20px;
  }
  .home-blog-post .carousel-indicators {
    bottom: -73px;
    left: 0;
    margin: 0;
  }
  .about-us-wrapper .tab-pane h2 {
    margin-bottom: 30px;
  }
  .about-us-wrapper {
    padding: 30px 0;
  }
  .about-us-wrapper .tab-pane img {
    margin-bottom: 30px;
  }
  #team h3 {
    margin-top: 0;
  }
  .category .post-thumbnail, .archive .post-thumbnail, .post .post-thumbnail {
    float: left;
    padding-right: 0;
    width: 100%;
    margin-bottom: 30px;
  }
  .post .post-thumbnail img {
    width: 100%;
    height: auto;
    display: block;
  }
  .post .entry-summary a.btn {
    float: left;
    margin-top: 10px;
  }
  figure.effect-layla img {
    width: 100%;
  }
}
@media only screen and (width: 428px) {
  .home-banner {
    min-height: 264px;
    padding: 38px 0 0 0;
  }
  .about-us-wrapper .nav-pills a {
    margin: 0.5rem 1.7rem;
  }
}
@media only screen and (width: 414px) {
  .home-banner {
    min-height: 263px;
    padding: 38px 0 0 0;
  }
  .about-us-wrapper .nav-pills a {
    margin: 0.5rem 1.5rem;
  }
}
@media only screen and (width: 375px) {
  .home-banner {
    min-height: 175px;
    padding: 0 0 0 0;
  }
  .ebusiness-logos {
    margin-top: 40px;
  }
  .ebusiness-logos img {
    height: 33px;
  }
  .aboutBlock h3 {
    margin-bottom: 30px;
  }
  .customer-insight .nav-pills li a img {
    width: 80px;
  }
  .site-header .best-place img {
    margin-left: -177px;
  }
}
@media only screen and (width: 320px) {
  .home-banner {
    min-height: 222px;
    padding: 38px 0 0 0;
  }
  .team-single .img-fluid {
    width: 100%;
  }
  .team-single p {
    margin-top: 15px;
    font-size: 14px;
    margin-left: -2px;
    line-height: 16px;
  }
  .about-us-wrapper .nav-pills a {
    margin: 0.5rem 1rem;
  }
  .customer-insight .nav-pills li a img {
    width: 70px;
  }
}
@media only screen and (width: 360px) {
  .home-banner {
    min-height: 242px;
    padding: 38px 0 0 0;
  }
}
@media only screen and (width: 280px) {
  .home-banner {
    min-height: 222px;
    padding: 38px 0 0 0;
  }
}
@media screen and (min-width: 320px) and (max-width: 750px) {
  .mainHeader .rightBlock {
    display: none !important;
  }
}
@media screen and (min-width: 751px) and (max-width: 1006px) {
  .mainHeader .rightBlock {
    display: block !important;
  }
  .mainHeader .tagline {
    font-size: 15px;
    font-weight: bold;
    font-style: italic;
    position: absolute;
    margin: 13px 0 0 -175px;
    background: none;
  }
}
@media screen and (min-width: 975px) and (max-width: 1007px) {
  .mainHeader .rightBlock {
    display: block;
  }
  .mainHeader .tagline {
    font-size: 15px;
    font-weight: bold;
    font-style: italic;
    position: absolute;
    margin: 13px 0 0 -175px;
    background: none;
  }
}
@media screen and (min-width: 734px) and (max-width: 991px) {
  .mainHeader .rightBlock {
    display: none !important;
  }
  .home-banner {
    margin-top: 100px;
  }
}
@media screen and (min-width: 991px) and (max-width: 1007px) {
  .mainHeader .rightBlock {
    display: block !important;
  }
  .mainHeader .tagline {
    background: none;
    margin: 13px 0 0 -175px;
  }
}
@media screen and (min-width: 991px) and (max-width: 1199px) {
  .navbar-expand-lg .navbar-nav li a.nav-link {
    padding: 10px 30px 5px;
  }
}
@media screen and (min-width: 1007px) and (max-width: 1099px) {
  .mainHeader .tagline {
    margin: 20px 0 0 38px;
    background: none;
  }
}
@media screen and (min-width: 990px) and (max-width: 1024px) {
  .mainHeader .tagline {
    margin: 14px 0 0 -170px !important;
    background: none;
  }
  .home-banner {
    margin-top: 121px;
  }
}
@media only screen and (width: 1024px) {
  .mainHeader .tagline {
    margin: 20px 0 0 38px;
  }
}

/* Dropdown Button */
.dropbtn {
  color: white;
  padding: 16px;
  border: none;
}

/* The container <div> - needed to position the dropdown content */
.dropdown-logo {
  height: 50px;
  margin-bottom: -3px;
  display: inline-block;
}
.dropdown-logo:hover .dropbtn:after {
  content: "";
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  margin: 6px 0 0 110px;
  z-index: 99;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-top: 20px solid #fff;
}
.dropdown-logo.last a {
  border-right: none;
}

/* Dropdown Content (Group of Company Logos) */
.dropdown-content {
  display: none;
  position: absolute;
  background: rgba(0,0,0,0.7);
  min-width: 100%;
  left: 0;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  margin-top: 6px;
  z-index: 1;
  padding: 40px 10px 10px 10px;
}
.dropdown-content p {
  font-size: 16px;
  color: #fff;
  text-align: left;
  margin-bottom: 25px;
}
.dropdown-content a.btn {
  font-size: 19px;
  text-transform: uppercase;
  color: #fff;
  background: #FF630B;
  padding: 18px 12px 14px;
  display: inline-block;
  min-width: 200px;
  margin-top: 6px;
  border-radius: 0;
}
.dropdown-content a.btn:hover {
  background: #000;
}
/* Links inside the dropdown */
.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

/* Change color of dropdown links on hover */
.dropdown-content a:hover {background-color: #ddd;}

/* Show the dropdown menu on hover */
.dropdown-logo:hover .dropdown-content {display: block;min-height: 148px;}

/* Change the background color of the dropdown button when the dropdown content is shown */
.dropdown-logo:hover .dropbtn {}