#mfPreviewBar {
	 display: none !important;
}

/*body:after{
	content: '';
	 pointer-events: none;
	 position: absolute;
	 top: 0;
	 bottom: 0;
	 left: 0;
	 right: 0;
	 background-image: url("../images/new-imgs/images/pattern-1.png");
	 background-position: center top;
	 background-repeat: repeat-y;
	 width: 100%;
	 display: block;
}
*/

 * {
	 transition: 0.2s ease-in-out;
}
	
 @media all and (max-width: 767px) {
	 body .new-style {
		 background-image: none;
	}
}
 .new-style {
	/* Button Styles */
	/* Global Header Styles */
	/* Global Footer Styles */
	/* Main Slider Styles */
	/* Industry Section Styles */
	/* Clients Section Styles */
	/* Case Studies Styles */
	/* Services Section Styles */
	/* Blog Section Styles */
	/* Awards Section Styles */
}
 .new-style .container {
	 padding: 0 20px;
	 width: 1015px;
}
 @media all and (max-width: 991px) {
	 .new-style .container {
		 width: 100%;
	}
}
 @media all and (max-width: 767px) {
	 .new-style .container {
		 padding: 0 36px;
	}
}
 .new-style .btn {
	 border-radius: 3px;
	 background: transparent;
	 position: static;
	 position: relative;
	 overflow: hidden;
	 font-size: 13px;
	 color: #2c3138;
	 text-transform: capitalize;
	 padding: 9px;
	 letter-spacing: 0px;
	 line-height: normal;
	 text-align: center;
	 font-weight: normal;
	 display: inline-block;
}
 .new-style .btn:before, .new-style .btn:after {
	 z-index: -1;
}
 .new-style .btn span {
	 position: absolute;
	 display: block;
	 width: 0;
	 height: 0;
	 border-radius: 50%;
	 transition: width 0.4s ease-in-out, height 0.4s ease-in-out;
	 -webkit-transform: translate(-50%, -50%);
	 transform: translate(-50%, -50%);
	 z-index: -1;
}
 .new-style .btn:hover {
	 color: #fff !important;
	 background: transparent !important;
}
 .new-style .btn:hover span {
	 width: 225%;
	 height: 562.5px;
}
 .new-style .btn.btn-blue {
	 border: solid 1px #1fb9fb;
}
 .new-style .btn.btn-blue span {
	 background-color: #1fb9fb;
}
 .new-style .btn.btn-gray {
	 border: solid 1px #979797;
}
 .new-style .btn.btn-gray span {
	 background-color: #979797;
}
 .new-style .btn.btn-white {
	 border: solid 1px #fff;
	 color: #fff;
}
 .new-style .btn.btn-white:hover {
	 color: #979797;
}
 .new-style .btn.btn-white span {
	 background-color: #fff;
}
 .new-style .main-header {
	 padding: 17px 0 13px 0;
	 position: fixed;
	 top: 0;
	 left: 0;
	 height: 70px;
	 width: 100%;
	 z-index: 1000;
	 display: flex;
	 background: transparent;
}
 .new-style .main-header .container {
	 width: 1216px;
	 display: flex;
	 align-items: center;
}
 .new-style .header-logo {
	 margin: 0;
	 line-height: normal;
	 font-size: 0;
	 width: 135px;
}
 .new-style .header-logo a {
	 display: inline-block;
	 width: 135px;
	 height: 30px;
	 background: url('/wp-content/themes/Sidebench/images/new-imgs/logo-white-header.svg');
	 background-repeat: no-repeat;
}
 .new-style .main-nav {
	 width: calc(100% - 135px);
	 display: flex;
	 justify-content: flex-end;
	 align-items: center;
}
 .new-style .nav-wrapper {
	 display: flex;
}
 .new-style .main-nav a {
	 text-transform: uppercase;
	 color: #fff;
	 font-size: 14px;
	 line-height: normal;
	 padding: 10px 0;
	 font-family: 'Open Sans', sans-serif;
	 position: relative;
}
 .new-style .main-nav a.nav-item {
	 margin-right: 24px;
}
 .new-style .main-nav a.nav-item:after, .new-style .main-nav a.nav-item:before {
	 content: '';
	 position: absolute;
	 bottom: 2px;
	 left: 0;
	 right: 0;
	 height: 2px;
	 background-color: #1fb9fb;
}
 .new-style .main-nav a.nav-item:before {
	 opacity: 0;
	 -webkit-transform: translateY(-8px);
	 -ms-transform: translateY(-8px);
	 transform: translateY(-8px);
	 -webkit-transition: -webkit-transform 0s cubic-bezier(0.175, 0.885, 0.32, 1.275), opacity 0s;
	 transition: transform 0s cubic-bezier(0.175, 0.885, 0.32, 1.275), opacity 0s;
}
 .new-style .main-nav a.nav-item:after {
	 opacity: 0;
	 -webkit-transform: translateY(4px);
	 -ms-transform: translateY(4px);
	 transform: translateY(4px);
	 -webkit-transition: -webkit-transform 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275), opacity 0.2s;
	 transition: transform 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275), opacity 0.2s;
}
 .new-style .main-nav a.nav-item:hover:before, .new-style .main-nav a.nav-item:hover:after, .new-style .main-nav a.nav-item:focus:before, .new-style .main-nav a.nav-item:focus:after {
	 opacity: 1;
	 -webkit-transform: translateY(0);
	 -ms-transform: translateY(0);
	 transform: translateY(0);
}
 .new-style .main-nav a.nav-item:hover:before, .new-style .main-nav a.nav-item:focus:before {
	 -webkit-transition: -webkit-transform 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275), opacity 0.2s;
	 transition: transform 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275), opacity 0.2s;
}
 .new-style .main-nav a.nav-item:hover:after, .new-style .main-nav a.nav-item:focus:after {
	 -webkit-transition: -webkit-transform 0s 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275), opacity 0s 0.2s;
	 transition: transform 0s 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275), opacity 0s 0.2s;
}
 .new-style .main-nav a.btn {
	 padding: 10px 12px;
	 height: 40px;
}
 .new-style .mobile-menu-button {
	 width: 29px;
	 height: 18px;
	 background: url('/wp-content/themes/Sidebench/images/new-imgs/hamburger.png');
	 cursor: pointer;
	 display: none;
}
 .new-style .main-header.header-fixed {
	 box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.15);
	 background: #fff;
}
 .new-style .main-header.header-fixed .header-logo a {
	 background-image: url("/wp-content/themes/Sidebench/images/new-imgs/logo-blue-header.svg");
}
 .new-style .main-header.header-fixed .main-nav a, .new-style .main-header.header-dark .main-nav a {
	 color: #2c3138;
}
 .new-style .main-header.header-dark .header-logo a {
	 background-image: url('/wp-content/themes/Sidebench/images/new-imgs/logo-dark-header.svg');
}
 @media all and (max-width: 991px) {
	 .new-style .main-header {
		 height: 80px;
	}
	 .new-style .nav-wrapper {
		 display: none;
	}
	 .new-style .mobile-menu-button {
		 display: block;
	}
}
 .new-style .main-footer {
	 background: #2c3138;
	 padding-top: 73px;
	 padding-bottom: 32px;
}
 .new-style .footer-logo {
	 text-align: center;
}
 .new-style .footer-logo img {
	 width: 42px;
	 margin: 0 auto;
}
 .new-style .main-footer h3 {
	 text-align: center;
	 margin-top: 12px;
	 margin-bottom: 18px;
	 font-size: 32px;
	 font-weight: 500;
	 line-height: normal;
	 color: #fff;
	 font-family: 'Akzentica 4F Medium';
}
 .new-style .main-footer .footer-action {
	 text-align: center;
}
 .new-style .main-footer .footer-action .button {
	 background: #fff;
	 border-radius: 2px;
	 color: #2c3138;
	 font-size: 13px;
	 padding: 9px 14px;
	 line-height: normal;
	 text-align: center;
}
 .new-style .footer-row {
	 margin-top: 57px;
	 margin-bottom: 94px;
}
 .new-style .footer-menu {
	 float: left;
	 list-style: none;
	 padding: 0;
	 margin: 0;
	 width: 20%;
}
 .new-style .footer-menu .list-head strong {
	 font-size: 14px;
	 color: #fff;
	 display: block;
	 margin-bottom: 17px;
	 font-weight: bold;
	 letter-spacing: 0.3px;
}
 .new-style .footer-menu li a {
	 color: #fff;
	 opacity: 0.7;
	 font-size: 14px;
	 line-height: 1.5;
	 letter-spacing: normal;
}
 .new-style .footer-subscribe {
	 width: 40%;
}
 .new-style .form-subscribe {
	 padding-right: 122px;
	 position: relative;
}
 .new-style .form-subscribe .newsletter-action {
	 position: absolute;
	 width: 112px;
	 border: 1px solid #fff;
	 border-radius: 2px;
	 background: transparent;
	 text-transform: capitalize;
	 padding: 8px 0;
	 letter-spacing: 0px;
	 line-height: normal;
	 right: 0;
	 bottom: 0;
	 font-size: 13px;
	 color: #fff;
	 cursor: pointer;
}
 .new-style .form-subscribe .form-control {
	 border-bottom: 1px solid #a3aab3;
	 padding-bottom: 9px;
	 font-family: 'Work Sans', sans-serif;
	 color: white;
}
 .new-style .form-subscribe .form-control:focus {
	 box-shadow: inset 0px -2px 0px 0 rgba(0, 0, 0, 0.2);
	 border-bottom-color: #1fb9fb;
}
 .new-style .form-subscribe .form-control::-webkit-input-placeholder {
	 color: #f5f6f7;
	 letter-spacing: 0.3px;
	 line-height: normal;
	 font-size: 14px;
	 opacity: 1;
	 font-family: 'Work Sans', sans-serif;
}
 .new-style .form-subscribe .form-control::-moz-placeholder {
	 color: #f5f6f7;
	 letter-spacing: 0.3px;
	 line-height: normal;
	 font-size: 14px;
	 opacity: 1;
	 font-family: 'Work Sans', sans-serif;
}
 .new-style .form-subscribe .form-control:-ms-input-placeholder {
	 color: #f5f6f7;
	 letter-spacing: 0.3px;
	 line-height: normal;
	 font-size: 14px;
	 opacity: 1;
	 font-family: 'Work Sans', sans-serif;
}
 .new-style .form-subscribe .form-control:-moz-placeholder {
	 color: #f5f6f7;
	 letter-spacing: 0.3px;
	 line-height: normal;
	 font-size: 14px;
	 opacity: 1;
	 font-family: 'Work Sans', sans-serif;
}
 .new-style .footer-subscribe .form-confirm {
	 font-size: 24px;
	 line-height: 1.5;
	 letter-spacing: normal;
	 color: #fafafa;
}
 .new-style .footer-copyright {
	 text-align: center;
	 color: #fff;
	 font-size: 11px;
	 letter-spacing: 0;
	 line-height: 1.45;
}
 .new-style .footer-copyright span {
	 margin-right: 11px;
	 line-height: 0;
}
 @media all and (max-width: 991px) {
	 .new-style .footer-menu {
		 width: 33.33%;
		 margin-bottom: 32px;
	}
	 .new-style .footer-subscribe {
		 width: 100%;
		 float: none;
		 margin-bottom: 0;
	}
}
 @media all and (max-width: 767px) {
	 .new-style .main-footer {
		 padding-top: 32px;
		 padding-bottom: 59px;
	}
	 .new-style .footer-logo, .new-style .main-footer h3, .new-style .main-footer .footer-action {
		 text-align: left;
	}
	 .new-style .main-footer h3 {
		 margin-bottom: 16px;
	}
	 .new-style .main-footer .footer-action .button {
		 padding: 13px 27px;
	}
	 .new-style .footer-row {
		 margin-top: 25px;
		 margin-bottom: 35px;
	}
	 .new-style .footer-menu {
		 float: none;
		 width: 100%;
	}
	 .new-style .footer-menu .list-head {
		 font-size: 18px;
		 line-height: 1.5;
		 letter-spacing: normal;
		 margin-bottom: 7px;
	}
	 .new-style .footer-menu li a {
		 font-size: 18px;
	}
}
.main-slider , .main-slider .carousel{position: relative; height: 100vh;}
.main-slider .item{height: 100vh;}
.main-slider .item img{width: 100%; height: 100%; object-fit: cover;}

.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;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
.carousel-fade .carousel-control {
    z-index: 2;
}

.project-bar{position: absolute; left: 0; bottom: 0; width: 100%; z-index: 2; min-height: 120px; display: flex; padding-bottom: 12px; align-items: center;}

 .new-style .project-bar:before {
	 width: 57.5%;
	 position: absolute;
	 bottom: 0;
	 left: 0;
	 background: #181f2a;
	 content: "";
	 display: block;
	 height: 100%;
}
 .new-style .project-bar-content {
	 display: flex;
	 align-items: center;
	 justify-content: space-between;
	 position: relative;
	 width: 50%;
}
 .new-style .project-bar-content h3 {
	 font-size: 24px;
	 font-weight: 800;
	 line-height: 1.21;
	 letter-spacing: 0px;
	 color: #fafafa;
	 margin: 0;
	 margin-bottom: 2px;
	 font-family: 'Akzentica 4F SemiBold';
}
 .new-style .project-bar-content p {
	 line-height: normal;
	 letter-spacing: 0px;
	 color: #fafafa;
	 font-size: 11px;
	 margin: 0;
}
 .new-style .project-bar-content .btn {
	 width: 153px;
}

.main-slider-indicators{position: absolute; left: 0 ; bottom:24px; width: 100%; display: flex; align-items: center;}
.main-slider-indicators .carousel-indicators{display: flex; justify-content: flex-start; position: relative; margin: 0; left: 0; top: 0;}
.carousel-indicators li{width: 6px; height: 6px; border: solid 1px #f5f6f8; margin-right: 4px;}
.carousel-indicators .active{width: 8px; height: 8px; background: #f5f6f8 ; margin-right: 4px;}

 @media all and (max-width: 991px) {
	.main-slider , .main-slider .carousel , .main-slider .item{height: 640px;}
    .main-slider .item img{height: calc(100% - 120px);}
	 .new-style .project-bar {
		 position: static;
		 background: #181f2a;
	}
	 .new-style .project-bar:before {
		 display: none;
	}
	 .new-style .project-bar-content {
		 width: 100%;
	}
}
 @media all and (max-width: 767px) {
	.main-slider .item img{height: calc(100% - 155px);}
    .project-bar{padding: 16px 0; height: 155px; align-items: flex-start;}
    .project-bar .container {padding: 0 17px;} 
	 .new-style .project-bar-content {
		 display: block;
	}
	 .new-style .project-bar-content h3 {
		 margin-bottom: 8px;
	}
	 .new-style .project-bar-content p {
		 margin-bottom: 16px;
	}
	.main-slider-indicators .container{padding: 0 18px;}
    .main-slider-indicators{bottom: 16px;}
}
 .new-style .industry-section {
	 padding-top: 226px;
	 padding-bottom: 270px;
}
 .new-style .industry-section p {
	 line-height: 1.44;
	 font-size: 25px;
	 letter-spacing: normal;
	 color: #181f2a;
	 max-width: 600px;
	 margin: 0;
}
 .new-style .industries-list {
	 list-style: none;
	 padding: 0;
	 margin: 0;
	 display: flex;
	 margin-top: 40px;
	 flex-wrap: wrap;
}
 .new-style .industries-list li {
	 margin-right: 16px;
	 height: 42px;
}
 .new-style .industries-list li:last-child {
	 margin: 0;
}

.industries-list li .btn{height: 40px; width: 208px; padding-top: 13px; padding-bottom: 12px; background: transparent;}

 @media all and (max-width: 991px) {
	.industry-section{padding-top: 65px; padding-bottom: 80px;}
    .industries-list{margin-top: 32px;}
    .industries-list li{margin-bottom: 16px;}
}
 @media all and (max-width: 767px) {
	.industries-list{display: block;}
    .industries-list li{margin-right: 0;}
    .industries-list li:last-child{margin: 0;}
    .industries-list li .btn{width: 100%;}
}
 .new-style .section-title {
	 margin: 0;
	 padding: 0;
	 position: relative;
	 font-weight: normal;
	 color: #2c3138;
	 text-transform: capitalize;
	 line-height: normal;
	 letter-spacing: normal;
	 padding-bottom: 10px;
	 font-size: 40px;
	 text-align: left;
	 z-index: 1;
	 font-family: 'Akzentica 4F';
}
 .new-style .section-title:after {
	 background: #1fb9fb;
	 width: 69px;
	 height: 2px;
	 left: 0;
	 bottom: 0;
	 position: absolute;
	 content: "";
	 display: block;
}
 .new-style .clients-section {
	 background: #f5f6f7;
	 padding-top: 130px;
	 padding-bottom: 95px;
	 background-image: url("/wp-content/themes/Sidebench/images/new-imgs/pattern-2.png");
	 background-position: center top;
	 background-repeat: repeat-y;
}
 .new-style .clients-section .section-title {
	 text-transform: capitalize;
	 margin-bottom: 24px;
}
 .new-style .client-list {
	 list-style: none;
	 margin: 0;
	 padding: 0;
	 display: flex;
	 flex-wrap: wrap;
	 margin-left: -15px;
}
 .new-style .client-list li {
	 width: 16.6%;
	 display: flex;
	 justify-content: center;
	 align-items: center;
	 margin-bottom: 45px;
}
 .new-style .client-list img {
	 -webkit-filter: grayscale(100%);
	 filter: grayscale(100%);
	 max-width: 100%;
}
 @media all and (max-width: 991px) {
	 .new-style .client-list {
		 margin: 0;
	}
	 .new-style .client-list li {
		 width: 25%;
	}
}
 @media all and (max-width: 767px) {
	 .new-style .clients-section {
		 padding-top: 33px;
		 padding-bottom: 33px;
	}
	 .new-style .clients-section .section-title {
		 margin-bottom: 32px;
	}
	 .new-style .client-list li {
		 width: 50%;
	}
}
 .new-style .case-studies-section {
	 height: 810px;
}
 .new-style .case-studies-section .case-side {
	 width: 50%;
}
 .new-style .case-studies-section .case-side.case-left {
	 float: left;
	 height: 50%;
}
 .new-style .case-studies-section .case-side.case-right {
	 float: right;
	 height: 100%;
}
 .new-style .case-side .case-image {
	 width: 100%;
	 height: 100%;
	 display: flex;
	 justify-content: center;
	 align-items: center;
	 padding: 44px;
}
 .new-style .case-side .case-image img:hover {
	 transform: scale(1.1);
}
 @media all and (max-width: 991px) {
	 .new-style .case-studies-section {
		 height: 500px;
	}
}
 @media all and (max-width: 767px) {
	 .new-style .case-studies-section {
		 height: auto;
	}
	 .new-style .case-studies-section .case-side.case-left, .new-style .case-studies-section .case-side.case-right {
		 float: none;
		 height: auto;
		 width: 100%;
	}
}
 .new-style .services-section {
	 padding-top: 177px;
}
 .new-style .services-content {
	 display: flex;
}
 .new-style .service-intro {
	 width: 50%;
}
 .new-style .service-intro p {
	 margin-top: 80px;
	 font-size: 24px;
	 line-height: 1.5;
	 letter-spacing: normal;
	 color: #2c3138;
	 font-family: 'Akzentica 4F';
	 font-weight: normal;
}
 .new-style .service-list {
	 list-style: none;
	 padding: 0;
	 width: 50%;
	 position: relative;
	 left: 100px;
	 margin: 0;
}
 .new-style .service-list .service-item {
	 float: left;
	 width: 50%;
	 margin-bottom: 60px;
}
 .new-style .service-list .service-item h4 {
	 position: relative;
	 font-size: 24px;
	 line-height: 1.5;
	 letter-spacing: normal;
	 color: #2c3138;
	 font-weight: normal;
	 margin-bottom: 22px;
	 padding-bottom: 7px;
	 font-family: 'Akzentica 4F';
}
 .new-style .service-list .service-item h4:after {
	 background: #1fb9fb;
	 width: 69px;
	 height: 2px;
	 left: 0;
	 bottom: 0;
	 position: absolute;
	 content: "";
	 display: block;
}
 .new-style .service-list .service-item ul {
	 list-style: none;
	 padding: 0;
	 margin: 0;
	 color: #2c3138;
	 font-size: 15px;
	 line-height: 1.53;
	 font-weight: normal;
	 opacity: 0.8;
}
 @media all and (max-width: 991px) {
	 .new-style .services-section {
		 padding-top: 73px;
	}
	 .new-style .services-content {
		 display: block;
	}
	 .new-style .service-list, .new-style .service-intro {
		 position: static;
		 width: 100%;
	}
	 .new-style .service-intro p {
		 margin-top: 29px;
		 margin-bottom: 51px;
		 font-size: 18px;
	}
}
 @media all and (max-width: 767px) {
	 .new-style .service-list .service-item {
		 float: none;
		 width: 100%;
		 margin-bottom: 40px;
	}
}
 .new-style .blog-section {
	 padding-bottom: 56px;
	 padding-top: 43px;
}
 .new-style .blog-section .section-title {
	 line-height: 36px;
	 padding-bottom: 0;
}
 .new-style .blog-section .section-title:after {
	 display: none;
}
 .new-style .blog-img {
	 float: left;
	 width: 557px;
}
 .new-style .blog-img .section-title {
	 display: none;
}
 .new-style .blog-content {
	 float: left;
	 width: calc(100% - 557px);
	 padding-left: 31px;
}
 .new-style .blog-content .section-title {
	 margin-bottom: 18px;
}
 .new-style .blog-content p {
	 line-height: 1.5;
	 margin-bottom: 18px;
	 font-size: 24px;
	 font-family: 'Akzentica 4F';
}
 .new-style .blog-writer {
	 margin-bottom: 16px;
}
 .new-style .blog-writer img {
	 border-radius: 100%;
	 margin-right: 5px;
}
 .new-style .blog-writer span {
	 line-height: 1.47;
	 font-size: 15px;
}
 .new-style .blog-content .btn {
	 width: 144px;
}
 @media all and (max-width: 991px) {
	 .new-style .blog-img {
		 width: 50%;
	}
	 .new-style .blog-content {
		 width: 50%;
	}
}
 @media all and (max-width: 767px) {
	 .new-style .blog-section {
		 padding-bottom: 36px;
		 padding-top: 37px;
	}
	 .new-style .blog-img, .new-style .blog-content {
		 float: none;
		 width: 100%;
		 padding: 0;
	}
	 .new-style .blog-img {
		 margin-bottom: 33px;
	}
	 .new-style .blog-img .section-title {
		 display: block;
		 margin-bottom: 23px;
	}
	 .new-style .blog-content .section-title {
		 display: none;
	}
	 .new-style .blog-content p {
		 font-size: 18px;
		 font-family: 'Akzentica 4F SemiBold';
		 font-weight: 800;
		 line-height: 1.22;
	}
}
 .new-style .awards-section {
	 padding-bottom: 118px;
	 padding-top: 56px;
}
 .new-style .awards-list {
	 list-style: none;
	 padding: 0;
	 margin: 0;
	 margin-top: 47px;
	 padding-left: 30px;
}
 .new-style .awards-list li {
	 float: left;
	 margin-right: 61px;
	 margin-bottom: 32px;
}
 .new-style .awards-list li a {
	 display: block;
}
 .new-style .awards-list img {
	 width: 134px;
}
 @media all and (max-width: 767px) {
	 .new-style .awards-section {
		 padding-top: 36px;
	}
	 .new-style .awards-list {
		 margin-top: 28px;
	}
	 .new-style .awards-list li {
		 margin-right: 42px;
	}
	 .new-style .awards-list img {
		 width: 107px;
	}
}
