
html,body{
    max-width:100%;
    width:100%;
    box-sizing:border-box;
    overflow-x:hidden;
    -webkit-font-smoothing:antialiased;
    -moz-osx-font-smoothing:grayscale;
    -webkit-font-smoothing:antialiased;
    font-family: 'FuturaBTW01-Book'!important;
    scroll-behavior:smooth;
    letter-spacing:0;
    margin:0px;
}

@font-face {font-family: "FuturaBTW01-Book"; 
    src: url("//db.onlinewebfonts.com/t/31aefc600de86877c5f9f991836a7fbb.eot");
    src: url("//db.onlinewebfonts.com/t/31aefc600de86877c5f9f991836a7fbb.eot?#iefix") format("embedded-opentype"),
     url("//db.onlinewebfonts.com/t/31aefc600de86877c5f9f991836a7fbb.woff2") format("woff2"), 
     url("//db.onlinewebfonts.com/t/31aefc600de86877c5f9f991836a7fbb.woff") format("woff"), 
     url("//db.onlinewebfonts.com/t/31aefc600de86877c5f9f991836a7fbb.ttf") format("truetype"), 
    url("//db.onlinewebfonts.com/t/31aefc600de86877c5f9f991836a7fbb.svg#FuturaBTW01-Book") format("svg"); }

@font-face {font-family: "FuturaBTW01-Bold"; 
    src: url("//db.onlinewebfonts.com/t/da293b66cfb8d945b32973d5c2f1f8eb.eot"); 
    src: url("//db.onlinewebfonts.com/t/da293b66cfb8d945b32973d5c2f1f8eb.eot?#iefix") format("embedded-opentype"), 
    url("//db.onlinewebfonts.com/t/da293b66cfb8d945b32973d5c2f1f8eb.woff2") format("woff2"), 
    url("//db.onlinewebfonts.com/t/da293b66cfb8d945b32973d5c2f1f8eb.woff") format("woff"), 
    url("//db.onlinewebfonts.com/t/da293b66cfb8d945b32973d5c2f1f8eb.ttf") format("truetype"), 
    url("//db.onlinewebfonts.com/t/da293b66cfb8d945b32973d5c2f1f8eb.svg#FuturaBTW01-Bold") format("svg"); }

@font-face {font-family: "FuturaBTW01-Light"; 
    src: url("//db.onlinewebfonts.com/t/b8304efa3274630d292cdce9cad53bb5.eot"); 
    src: url("//db.onlinewebfonts.com/t/b8304efa3274630d292cdce9cad53bb5.eot?#iefix") format("embedded-opentype"), 
    url("//db.onlinewebfonts.com/t/b8304efa3274630d292cdce9cad53bb5.woff2") format("woff2"), 
    url("//db.onlinewebfonts.com/t/b8304efa3274630d292cdce9cad53bb5.woff") format("woff"), 
    url("//db.onlinewebfonts.com/t/b8304efa3274630d292cdce9cad53bb5.ttf") format("truetype"), 
    url("//db.onlinewebfonts.com/t/b8304efa3274630d292cdce9cad53bb5.svg#FuturaBTW01-Light") format("svg"); }

@font-face {font-family: "FuturaBTW01-Medium"; 
    src: url("//db.onlinewebfonts.com/t/d5bf967f7552e8f19962fd15b482f3b3.eot"); 
    src: url("//db.onlinewebfonts.com/t/d5bf967f7552e8f19962fd15b482f3b3.eot?#iefix") format("embedded-opentype"), 
    url("//db.onlinewebfonts.com/t/d5bf967f7552e8f19962fd15b482f3b3.woff2") format("woff2"), 
    url("//db.onlinewebfonts.com/t/d5bf967f7552e8f19962fd15b482f3b3.woff") format("woff"),
     url("//db.onlinewebfonts.com/t/d5bf967f7552e8f19962fd15b482f3b3.ttf") format("truetype"), 
    url("//db.onlinewebfonts.com/t/d5bf967f7552e8f19962fd15b482f3b3.svg#FuturaBTW01-Medium") format("svg"); }

@font-face {font-family: "Futura Heavy"; 
    src: url("//db.onlinewebfonts.com/t/401b7744fffbc1cd21fc71a6c08182ee.eot"); 
    src: url("//db.onlinewebfonts.com/t/401b7744fffbc1cd21fc71a6c08182ee.eot?#iefix") format("embedded-opentype"), 
    url("//db.onlinewebfonts.com/t/401b7744fffbc1cd21fc71a6c08182ee.woff2") format("woff2"), 
    url("//db.onlinewebfonts.com/t/401b7744fffbc1cd21fc71a6c08182ee.woff") format("woff"), 
    url("//db.onlinewebfonts.com/t/401b7744fffbc1cd21fc71a6c08182ee.ttf") format("truetype"), 
    url("//db.onlinewebfonts.com/t/401b7744fffbc1cd21fc71a6c08182ee.svg#Futura Heavy") format("svg"); }

@import url(//db.onlinewebfonts.com/c/5a435951e815247112ca39e777f5e9d0?family=Futura+Hv);
/*-----------------FONTS--------------------*/



body,
p,
a,
span {
	font-size: 15px;
}


.container {
	max-width: 1300px;
	padding: 0 15px
}

* {
	margin: 0;
	padding: 0;
	box-sizing: border-box
}

h1, h2 {
  font-family: "FuturaBTW01-Bold";
}

body h2 {
	font-size: 40px;
	font-weight: 700;
	color: #000
}

body p {
	color: #1d1e43;
	font-size: 18px;
	font-weight: 500
}

header {
    background-color: #fff;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
} 
#main-menu .site-header {
    padding: 0 !important;
}

.main-header {
	padding: 20px 0;
	height: 124px
}

.main-nav {
	justify-content: flex-end
}

.dropdown-toggle::after {
	content: none
}

input.wpcf7-form-control.wpcf7-submit.btn {
	font-size: 18px;
	line-height: 37px;
	color: #fff;
	font-family: raleway;
	font-weight: 500;
	text-align: center;
	width: 255px;
	height: 71px;
	background-color: #bf9343;
	border-color: #bf9343;
	border-radius: 0
}

nav.navbar.navbar-expand-lg.navbar-light {
	padding: 0
}

.navbar-light .navbar-brand {
	padding: 0
}

ul.navbar-nav li.nav-item {
	margin: 0 7px;
	position: relative
}

p.anchor a {
	color: #aaa
}

.main-header .navbar-light .navbar-nav .nav-link {
	color: #fff;
	font-size: 15px;
	font-weight: 400;
	letter-spacing: .02em;
	transition: all .5s ease;
	padding: 10px 0;
	margin-right: 22px;
	margin-left: 12px;
	text-transform: uppercase;
	letter-spacing: .5px;
	position: relative;
	border: 0
}

.navbar-light .navbar-nav .nav-link::before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 50%;
	background: red;
	width: 0;
	height: 1px;
	transition: all .5s ease-in-out
}

.navbar-light .navbar-nav .nav-link:hover::before {
	left: 0;
	width: 100%
}

.navbar-light .navbar-nav .active>.nav-link {
	color: #bf9343;
	border-color: #7688fc
}

.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link:focus {
	color: #bf9343
}

.navbar-light .navbar-nav #last .nav-link::before {
	content: none
}

.navbar-light .navbar-nav #last .nav-link:hover {
	transform: none
}

.r-nav li a img {
	margin-right: 4px
}

.main-header .dropdown-menu.show {
	min-width: 200px;
	padding: 0;
	border-radius: 0;
	padding: 0 0 15px
}

.main-header a.dropdown-item.dropdown-head {
	font-size: 14px;
	letter-spacing: 0;
	line-height: 37px;
	color: #000;
	font-family: raleway;
	font-weight: 700
}

.main-header .dropdown-divider {
	margin: 0
}

.main-header a.dropdown-item {
	font-size: 13px;
	letter-spacing: 1px;
	line-height: 30px;
	color: #000;
	font-family: raleway;
	font-weight: 500
}

.main-header a.dropdown-item i.fa.fa-chevron-right {
	font-size: 10px;
	font-weight: 400
}

.main-header .dropdown-item.active,
.main-header .dropdown-item:active,
.main-header a.dropdown-item.dropdown-head:active {
	color: #fff;
	background-color: #bf9343
}

.dropdown:hover>.dropdown-menu {
	display: block
}

.navbar-light .navbar-nav .dropdown-menu li>a {
	color: #000;
	padding: 12px 25px;
	font-size: 13px;
	font-weight: 500
}

.navbar-light .navbar-nav .dropdown-menu li:last-child>a {
	padding: 12px 25px
}

.navbar-light .navbar-nav .dropdown:hover>.dropdown-menu {
	right: auto;
	left: auto
}

.navbar-light .navbar-nav .dropdown-menu li>a:after {
	display: none
}

.navbar-nav>li>.dropdown-menu {
	padding: 0
}

.navbar-light .navbar-nav .dropdown-menu li {
	border-top: 1px solid #ececec
}

.navbar-light a.nav-link.active {}

.main-header .navbar-light .navbar-nav .nav-link {
	color: #000;
	font-weight: 700
}

.main-header .navbar-light .navbar-nav #last .nav-link {
	color: #fff
}

@media(max-width:992px) {
	.navbar-expand-lg .navbar-nav .nav-link {
		padding-right: .5rem !important;
		padding-left: .5rem !important
	}
}

.banner-section {
	padding: 140px 0 125px;
	color: #fff;
	background-image: linear-gradient(90deg, #ce534b 0, #f38a53);
	position: relative
}

.banner-section.laravel-bnr:after {
	position: absolute;
	content: " ";
	background: url(../img/shadow-bnr.png) no-repeat top center/contain;
	top: 140px;
	right: -60px;
	width: 60%;
	height: 790px;
	z-index: 0;
	opacity: .5
}

.banner-section.laravel-bnr .container {
	position: relative;
	z-index: 1
}

.banner-section.laravel-bnr {
	color: #fff;
	background: #1d1e43;
	height: 100vh;
	padding: 240px 125px
}

ul.navbar-nav.hire_btn li.nav-item:last-child a {
    background: #ff561d;
    border-radius: 4px;
    width: 100%;
    text-align: center;
    color: #fff;
    line-height: 25px;
    margin: 0;
    padding: 10px 20px;
}
ul.navbar-nav.hire_btn li.nav-item:last-child a:hover {
    background: #000;
}

.banner-section h1 span {
	color: #ff561d;
	font-size: 81px;
	font-weight: 700
}

.banner-section h1 {
	font-size: 85px;
	font-weight: 700;
	line-height: 95px;
	color: #000;
	padding-top: 40px;
	letter-spacing: -1px;
	font-family: futurabtw01-medium
}

.banner-section.laravel-bnr h1,
.banner-section.laravel-bnr p {
	color: #fff
}

.banner-section.laravel-bnr h1 span {
	color: #ff561d;
	font-size: 90px
}

.banner-section p {
	font-size: 19px;
	line-height: 30px;
	margin-top: 40px;
	margin-bottom: 40px;
	color: #000
}

a.btn,
button.btn {
	color: #fff;
	background: #ff561d;
	font-size: 15px;
	font-weight: 700;
	padding: 12px 30px;
	border-radius: 4px;
	letter-spacing: 1px;
    border-color: #ff561d;
}

.hiring-section {
	padding: 100px 0
}

.hiring-section h2 {
	font-size: 40px;
	font-weight: 700;
	margin-bottom: 30px
}

ul.hiring-listt {
	-webkit-column-count: 2;
	-moz-column-count: 2;
	column-count: 2;
	padding-left: 0
}

ul.hiring-listt li {
	list-style: none;
	color: #8e8e8e;
	font-size: 15px;
	font-weight: 500 !important;
	margin-bottom: 30px;
	padding-top: 10px
}

ul.hiring-listt li span {
	background: #ebebeb;
	border-radius: 50%;
	color: #5f5f5f;
	font-weight: 500 !important;
	font-size: 15px;
	width: 40px;
	height: 40px;
	display: inline-block;
	text-align: center;
	line-height: 43px;
	margin-right: 10px
}

.shopify-logo img {
	width: 154px
}

.experience-section {
	background: url(../img/percentage-section-bg.jpg) no-repeat center/cover;
	padding: 100px 0
}

.experience-section h2 {
	font-size: 45px;
	color: #fff;
	line-height: 60px;
	font-weight: 700
}

.experience-section p {
	font-size: 15px;
	color: #fff;
	line-height: 30px;
	font-weight: 500;
	font-family: montserrat, sans-serif !important
}

.services-section h3 {
	font-size: 27px;
	font-weight: 700;
	color: #000;
	margin: 33px 0 25px
}

.services-section span,
.create-section span,
.process-section span,
.related-post-section span {
	font-weight: 500;
	letter-spacing: 1px;
	font-size: 17px
}

.related-post-section .main-outer span {
	font-size: 14px
}

.services-section h2:after,
.create-section h2:after,
.process-section h2:after {
	position: absolute;
	content: "";
	bottom: -20px;
	width: 60px;
	height: 5px;
	background: #000;
	left: 0;
	margin: 0 auto
}

.create-section.shopify h2:after {
	right: inherit
}

.services-section h2,
.create-section h2,
.process-section h2,
.related-post-section h2 {
	position: relative
}

.single-service {
	margin-bottom: 10px;
	padding: 50px 40px
}

.services-section p {
	color: #5a5a5a;
	font-size: 17px;
	margin-bottom: 40px
}

.services-section {
	padding: 70px 0 90px;
	width: 100%;
	display: inline-block
}

.services-section h2,
.create-section h2,
.process-section h2,
.related-post-section h2 {
	margin-bottom: 25px
}

.single-service:hover {
	background: #1d1e43;
	border-radius: 7px;
	transition: all .3s ease
}

.single-service:hover h4,
.single-service:hover p {
	color: #fff
}

.single-service:hover a.black-arw {
	display: none
}

.single-service:hover a.white-arw {
	display: block !important;
	width: 50px
}

.single-service:hover a.white-arw img {
	width: 49.99px;
	height: 24.98px;
	object-fit: scale-down
}

.single-service:hover img.file-mg {
	display: block !important;
	width: 50px;
	height: 44px;
	object-fit: contain
}

.single-service:hover img.user-mg {
	display: none
}

.create-section .content h3 {
	font-size: 48px;
	font-weight: 700;
	font-family: futurabtw01-bold;
	line-height: 52px;
	letter-spacing: .4px
}

.create-section .content h3 strong {
	color: #ff561d
}

.create-section {
	background: #fbfdf6;
	padding: 80px 0
}

.create-section .content p {
	font-size: 18px;
	font-weight: 500;
	line-height: 30px;
	margin-top: 15px
}

.content-inr p {
	font-weight: 400;
	color: #fff
}

.create-section a.btn {
	height: 50px;
	line-height: 19px;
	padding: 14px 40px
}

.btn:hover {
	color: #fff !important
}

.process-section {
	background: #ff561d;
	padding: 100px 0
}

.slick-slide img {
	position: relative
}

.content-inr {
	text-align: left;
	position: absolute;
	bottom: 0;
	left: 22px;
	color: #fff;
	font-weight: 700
}

.media {
	position: relative
}

.system-section {
	margin: 0;
	padding: 0
}

.cycle-slide {
	margin: 0;
	padding: 0
}

ol.carousel-indicators.cst-tab {
	flex-direction: column;
	position: relative;
	top: 0;
	margin: 0
}

ol.carousel-indicators.cst-tab li {
	width: auto;
	height: auto;
	background-color: transparent;
	opacity: 1 !important;
	transition: opacity .6s ease;
	color: #c5c5c5;
	font-size: 22px;
	text-indent: inherit !important;
	font-family: futurabtw01-medium
}

.caption-crausal {
	position: absolute;
	bottom: 0;
	right: 0;
	border-radius: 1.5px;
	background-color: #fff;
	padding: 40px;
	max-width: 520px;
	width: 100%;
	display: inline-block;
	height: auto
}

ol.carousel-indicators.cst-tab::before {
	border-left: 1px solid #c5c5c5;
	content: "";
	width: 2px;
	height: 95%;
	position: absolute;
	left: 32px;
	z-index: -1
}

ol.carousel-indicators.cst-tab li.active {
	color: #282828
}

ol.carousel-indicators.cst-tab li.active .shp0 {
	fill: #fc5922
}

ol.carousel-indicators.cst-tab li.active .shp2 {
	opacity: 1;
	fill: #fff
}

.cst-cs-item::after {
	content: "";
	background: url(../img/dot-shape.png) no-repeat;
	right: -55px;
	position: absolute;
	width: 200px;
	height: 200px;
	top: -45px
}

.cst-cs-item .carousel-inner {
	z-index: 1
}

.caption-img img {
	width: 24px;
	position: relative;
	top: -3px;
	right: 7px
}

.caption-crausal h4 {
	margin: 0;
	padding: 2px 0 2px 8px;
	background-size: 27px;
	font-size: 22px;
	line-height: 28px;
	background-position: left center;
	color: #ff561d;
	font-family: futurabtw01-bold
}

.caption-crausal p {
	color: #585858;
	font-size: 18px;
	margin-top: 10px;
	line-height: 26px;
	margin-bottom: 0
}

.tech-section {
	margin: 0;
	padding: 80px 0 90px;
	width: 100%;
	background: #0c1117
}

body .tex-tabs-heading h2 {
	color: #fff
}

body .text-tabs-subheading {
	color: #fff !important
}

body .tex-tabs-heading h2 span {
	color: #f4a804;
	font-size: 45px
}

.m-100 {
	max-width: 100% !important
}

.tach-tab-row ul.nav {
	background: #f8f8f8
}

.tach-tab-row ul.nav a {
	border-radius: 0;
	padding: 30.5px 35px;
	font-size: 22px;
	font-weight: 700;
	color: #363636;
	position: relative;
	outline: none;
	background: #fff
}

.tach-tab-row ul.nav a i {
	margin-right: 20px
}

.tach-tab-row .nav-pills .nav-link.active,
.tach-tab-row .nav-pills .show>.nav-link {
	color: #363636;
	background-color: #f8f8f8
}

.tach-tab-row .nav-pills .nav-link.active::before {
	content: "";
	border-left: 4px solid rgb(31 68 232/56%);
	position: absolute;
	left: 0;
	z-index: 1;
	height: 100%;
	top: 0
}

.technology-list {
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	margin: 0 auto;
	padding: 0
}

.technology-list li {
	width: 25%;
	float: left;
	text-align: center;
	transition: .5s;
	border-radius: 0;
	margin: 0;
	padding: 30px;
	display: inline-block
}

.technology-list li img {
	width: 60px;
	height: 60px;
	object-fit: contain
}

.technology-list li:hover {
	background-color: #e9f6f7;
	transition: all .3s ease
}

.tach-tab-row .nav-item:nth-child(1) .nav-link.active::before {
	border-left: 4px solid rgb(223 82 212/56%)
}

.tach-tab-row .nav-item:nth-child(3) .nav-link.active::before {
	border-left: 4px solid rgb(90 222 84/56%)
}

.tach-tab-row .nav-item:nth-child(3) .nav-link.active::before {
	border-left: 4px solid rgb(90 222 84/56%)
}

.tach-tab-row .nav-item:nth-child(4) .nav-link.active::before {
	border-left: 4px solid rgb(254 198 46/56%)
}

li.bg-clr2,
li.bg-clr5 {
	display: inline-block;
	position: relative
}

.tach-tab-row {
	background: #fff
}

.tach-tab-row ul.nav a i {
	margin-right: 20px;
	display: inline-block;
	width: 50px;
	height: 50px;
	line-height: 50px;
	background-color: #df52d4;
	text-align: center;
	border-radius: 50%
}

.tach-tab-row ul.nav li:nth-child(2) a i {
	background-color: #566de0
}

.tach-tab-row ul.nav li:nth-child(3) a i {
	background-color: #5ade54
}

.tach-tab-row ul.nav li:nth-child(4) a i {
	background-color: #fec62e
}

.why-choose-section {
	background: #fcfcfc
}

.why-heading {
	max-width: 1000px;
	margin: 0 0 40px;
	width: 100%
}

.why-heading h2 {
	margin-bottom: 20px
}

.why-cnt-box {
	border-radius: 5px;
	padding: 40px 0;
	transition: all .3s ease;
	z-index: 1;
	border: 1px solid #d9dee2
}

.why-cnt-box i {
	margin: 0 0 25px;
	display: inherit
}

.why-cnt-box h4 {
	font-family: futurabtw01-medium;
	font-size: 22px;
	color: #1d1e43;
	line-height: 26px;
	max-width: 280px;
	margin: 0 auto
}

.why-cnt-box:hover {}

.why-cnt-box:hover h4 {
	color: #fff
}

.why-cnt-box:hover i img {
	filter: brightness(0) invert(1)
}

.related-post-section {
	padding: 80px 0 100px
}

.post-inner {
	min-height: 230px;
	margin-bottom: 20px
}

.related-post-section span {
	color: #1d1e43
}

.related-post-section p {
	font-size: 17px;
	padding-top: 13px;
	line-height: 25px
}

.related-post-section .main-outer a {
	color: #4649bd;
	text-decoration: none !important
}

.main-outer {
	padding-bottom: 23px;
	text-align: left
}

input.form-control {
	margin-bottom: 20px
}

.main-formss {
	background: #fff;
	border-radius: 15px
}

.main-formss h2 {
	font-size: 25px;
	font-weight: 700;
	font-family: futura heavy;
	margin-bottom: 18px
}

.main-formss p {
	font-size: 18px;
	font-weight: 500;
	margin-bottom: 40px
}

.main-formss input.form-control {
	margin-bottom: 20px;
	background: #f3f4f6;
	border: none;
	height: 50px;
	padding: 15px;
	font-weight: 500
}

.main-formss textarea.form-control {
	height: auto;
	background: #f3f4f6;
	border: none;
	padding: 15px;
	font-weight: 500
}

.main-formss .form-control:focus {
	box-shadow: none
}

.main-formss ::placeholder {
	color: rgba(29, 30, 67, .33) !important
}

.related-post-section a.btn,
.create-section a.btn {
	background: 0 0;
	color: #000;
	text-decoration: underline;
	padding: 0;
	background: linear-gradient(to right, #ff561d, #ff561d 50%, #191919 50%, #191919 50%);
	background-position-x: 0%;
	background-size: auto;
	background-clip: border-box;
	background-position-x: 0%;
	background-size: auto;
	background-clip: border-box;
	background-size: 200% auto;
	background-position-x: 100%;
	-webkit-background-clip: text;
	background-clip: text;
	color: transparent;
	transition: background-position-x .8s, color .8s;
	font-family: futurabtw01-medium
}

.related-post-section a.btn:hover,
.create-section a.btn:hover {
	color: #ff561d;
	color: transparent !important;
	background-position-x: 0
}

.related-post-section a.btn svg {
	transition: all .5s ease-in-out;
	transform: translateX(-30px);
	opacity: 0
}

.related-post-section a.btn:hover svg {
	opacity: 1;
	fill: #ff561d;
	transform: translateX(10px);
	transition: all .5s ease-in-out
}

.footer-area {
	background: #131c21 !important;
	padding: 0 0 30px;
	z-index: 1
}

.footer-area h3.footer-widget-title {
    margin: 0;
    font-weight: 700;
    padding: 0;
    font-size: 16px;
    color: #fff;
    margin-bottom: 20px;
    text-transform: uppercase;
    font-family: 'FuturaBTW01-medium' !important;
}

.footer-area ul {
	padding: 0;
	margin: 0
}

.footer-area li {
	list-style: none
}

.footer-area a:focus,
.footer-area a:hover {
	text-decoration: none;
	-webkit-transition: .5s ease;
	-o-transition: .5s ease;
	transition: .5s ease
}

.footer-area a:focus {
	outline: 0
}

.footer-area img {
	max-width: 100%
}

.footer-area p {
	font-size: 15px;
	line-height: 28px;
	color: #898b96;
	margin-bottom: 10px
}

.footer-area a {
	color: #5867dd
}

.footer-area .no-padding {
	padding: 0 !important
}

.footer-area .go_top {
	line-height: 40px;
	cursor: pointer;
	width: 40px;
	background: #5867dd;
	color: #fff;
	position: fixed;
	-webkit-box-shadow: 0 4px 4px rgba(0, 0, 0, .1);
	box-shadow: 0 4px 4px rgba(0, 0, 0, .1);
	-webkit-border-radius: 50%;
	border-radius: 50%;
	right: -webkit-calc((100% - 1140px)/2);
	right: calc((100% - 1140px)/2);
	z-index: 111;
	bottom: 80px;
	text-align: center
}

.footer-area .go_top span {
	display: inline-block
}

.footer-area .footer-big {
	padding: 80px 0 30px
}

.footer-area .footer-big .container {
	border-bottom: 1px solid #242424;
	padding: 10px 15px 20px
}

.footer-area .footer-big .footer-widget {
	margin-bottom: 40px
}

.footer-area .footer--light {
	background: #e7e8ed
}

.footer-big .footer-menu ul li a,
.footer-big p,
.footer-big ul li {
	color: #faf6f4
}

.footer-menu {
	padding-left: 70px
}

.footer-menu ul li a {
    display: inline-block;
    font-size: 15px;
    line-height: 38px;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    padding: 0;
}

.footer-menu ul li a:hover {
	color: #ff561d;
	transform: translateX(10px)
}

.footer-menu--1 {
	width: 100%
}

.footer-widget-title {
	line-height: 42px;
	margin-bottom: 10px;
	font-size: 17px;
	font-family: 'FuturaBTW01';
	font-weight:500;
	color: #fff
}

.footer-area .mini-footer {
	background: #192027;
	text-align: center;
	padding: 32px 0
}

.footer-area .mini-footer p {
	margin: 0;
	line-height: 26px;
	font-size: 15px;
	color: #999
}

.footer-area .mini-footer p a {
	color: #5867dd
}

.mini-footer p a:hover {
	color: #34bfa3
}

.footer-area .widget-about img {
	display: block;
	width: 100%
}

.footer-area .widget-about p {
	font-weight: 400
}

.widget-about .contact-details li {
	margin-bottom: 10px;
	display: flex;
	font-size: 14px
}

.below-footer .leftt a {
	color: #fff;
	font-weight: 400;
	font-size: 13px
}

.widget-about .contact-details li:last-child {
	margin-bottom: 0;
	display: flex
}

.widget-about .contact-details li span {
	padding-right: 12px
}

.widget-about .contact-details li a {
	color: #fff;
	font-size: 15px
}

.below-footer ul.social-icn {
	display: flex;
	justify-content: flex-end
}

.below-footer span {
	color: #fff;
	font-size: 13px
}

.widget-about .contact-details li:last-child a {
	padding-left: 9px
}

.footer-area .social-icn a {
	display: inline-block;
	margin: 0 10px;
	border: 2px solid #a7a7a7;
	font-size: 13px;
	color: #fff;
	border-radius: 50%;
	outline: none;
	max-width: 100%;
	width: 36px;
	height: 36px;
	text-align: center;
	line-height: 33px;
	transition: all .3s ease-in-out
}

.container {
	max-width: 1300px !important;
	padding: 0 15px
}

.banner-section.devops {
	background: #faf6f4 url(../img/devops_bg.png) no-repeat;
	padding: 225px 0 130px !important;
	height: 100vh;
	background-position: center bottom;
	background-size: 100% auto
}

.banner-section.devops h1 {
	margin-bottom: 15px;
	color: #121212;
	font-size: 80px;
	letter-spacing: -2px
}

.banner-section.devops:after {
	display: none
}

.banner-section.devops h1 span {
	color: #d01b4c;
	font-size: 80px
}

.services-section.devops .row .col-md-12.mb-4 p {
	max-width: 850px
}

.services-section.devops h2 {
	margin-bottom: 20px
}

.services-section.devops h2:after {
	display: none
}

ul.dev-ser-list {
	margin: 13px auto 0 0;
	padding: 44px 0 0;
	display: inline-block;
	width: 100%;
	text-align: center;
	position: relative;
	max-width: 1220px
}

ul.dev-ser-list li {
	margin: 0 14px;
	padding: 20px 0;
	display: inline-block;
	text-align: center;
	background: #fff;
	border-radius: 8px;
	max-width: 117px;
	width: 100%;
	max-height: 117px;
	position: relative
}

ul.dev-ser-list::before {
	width: 1052px;
	margin: 0 auto;
	background: url(../img/h-line.png) repeat;
	position: absolute;
	height: 2px;
	content: "";
	left: 0;
	right: 0;
	top: -14px
}

ul.dev-ser-list li::after {
	width: 2px;
	margin: 0 auto;
	background: url(../img/v-line.png) repeat-y;
	position: absolute;
	height: 55px;
	content: "";
	left: 0;
	right: 0;
	top: -55px;
	z-index: 996;
	display: inline-block
}

.banner-section.devops ul.dev-ser-list li p {
	color: #121212;
	font-family: futurabtw01-medium;
	font-size: 18px;
	margin: 10px 0 0
}

.dev-bnr-img {
	margin-top: 25px
}

.services-section.devops {
	padding: 80px 0
}

.services-section.mag-hm.devops .single-service:hover img.file-mg {
	display: none !important
}

.experience-section.devops {
	background: #d13f4c;
	padding: 100px 0
}

.experience-section.devops .left-sd {
	background: #a52934;
	padding: 60px 50px
}

.experience-section.devops a.btn.blue {
	background: #dcc103;
	text-transform: uppercase
}

.experience-section.devops .right-sd .side-lst {
	padding-bottom: 10px
}

.experience-section.devops .right-sd ul li {
	font-size: 18px;
	color: #fff;
	list-style: none;
	margin-bottom: 8px
}

.experience-section.devops .right-sd ul li span {
	margin-right: 10px
}

.experience-section.devops .right-sd a {
	color: #e8ec11;
	font-weight: 600;
	text-decoration: none;
	border-bottom: 1px solid #e8ec11
}

.experience-section.devops .right-sd h2 {
	margin-bottom: 10px
}

.experience-section.devops .left-sd h2 {
	color: #fff
}

.related-post-section.devops {
	position: relative;
	background: #f3f4f6
}

.related-post-section.devops span {
	color: #1d1e43;
	opacity: 1;
	font-size: 20px;
	letter-spacing: normal
}

.related-post-section.devops h2 {
	margin-bottom: 0
}

.related-post-section.devops h2:after {
	position: absolute;
	bottom: -20px;
	width: 60px;
	height: 5px;
	background: #000;
	left: 0;
	right: 0;
	margin: 0 auto
}

.related-post-section.devops p {
	max-width: 860px;
	margin-left: auto;
	margin-right: auto;
	font-size: 18px;
	font-weight: 500;
	line-height: 30px;
	padding-top: 10px;
	margin-bottom: 40px
}

.related-post-section.devops .main-outer {
	padding: 40px 30px;
	background: #fff;
	box-shadow: unset;
	height: 334px !important;
	transition: all .3s ease-in-out;
	border-radius: 5px
}

.sp-20 {
	margin-top: 20px
}

.related-post-section a.btn img {
	filter: invert(1)
}

.related-post-section.devops .post-inner {
	min-height: 0;
	margin-bottom: 30px
}

.related-post-section.devops .main-outer:hover {
	background: #d13f4c;
	color: #fff
}

.related-post-section.devops .main-outer:hover p {
	color: #fff
}

.related-post-section.devops .main-outer span {
	color: #fff
}

.cloud-section {
	padding: 100px 0;
	position: relative
}

.cloud-section h2:after {
	position: absolute;
	content: "";
	bottom: -20px;
	width: 60px;
	height: 5px;
	background: #000;
	left: 4px
}

.cloud-section h2 {
	position: relative;
	font-size: 40px;
	font-weight: 700
}

.cloud-section .context p {
	font-size: 16px !important;
	line-height: 30px;
	color: #1d1e43;
	font-family: montserrat, sans-serif !important;
	font-weight: 500;
	color: #000;
	margin-top: 40px
}

.cloud-section .boxes {
	border: 1px solid #e8e8e8;
	background-color: #fff
}

.cloud-section .boxes:hover {
	box-shadow: 0 2px 5px hsla(0, 0%, 0%, .2);
	border: 1px solid #e8e8e8
}

.cloud-section .boxes:hover p {
	color: #1d1e43 !important
}

.cloud-section .boxes img {
	width: 103px;
	margin: 35px 0 15px;
	height: 92px;
	object-fit: scale-down
}

.cloud-section .partt p {
	font-size: 17px;
	font-weight: 700;
	color: rgba(29, 30, 67, .8)
}

.cloud-section .boxes.diff {
	width: 200px
}

.left-slider .media.ftco-media:focus {
	border: none !important;
	outline: none !important
}

.slider-outer {
	margin-top: 20px
}

.services-section.devops img {}

.services-section.devops .single-service:hover img.file-mg {
	width: 35px;
	height: 31px;
	object-fit: scale-down
}

.related-post-section.devops .main-outer:hover .bck-logo {
	display: none
}

.related-post-section.devops .main-outer:hover .white-logo {
	display: block !important
}

.related-post-section.devops .main-outer span {
	color: #000;
	font-weight: 700
}

.related-post-section.devops .main-outer:hover span {
	color: #fff
}

a.read {
	display: none
}

.left-slider .slick-current .content-inr img {
	width: 55px
}

.left-slider .read-bx img {
	display: none
}

.single-service:hover h3 {
	color: #fff
}

li#last:hover a {
	border-bottom: none !important
}

.hiring-pro {
	display: inline-block;
	width: 100%;
	background-color: #ff561d
}

.heading-_box span {
	display: inline-block;
	font-size: 18px;
	line-height: 22px;
	color: #1d1e43;
	font-weight: 500;
	font-family: montserrat;
	margin-bottom: 15px
}

.heading-_box h2 {
	font-size: 54px;
	line-height: 36px;
	color: #1d1e43;
	margin: 0;
	padding-bottom: 35px;
	font-weight: 800;
	position: relative
}

.heading-_box h2::before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 55px;
	height: 5px;
	background-color: #102d57
}

.hiring-pro .container {
	max-width: 1300px
}

.hiring-pro .box-wrapper {
	display: flex;
	margin-top: 0
}

.hiring-pro .box-wrapper .pro-inner {
	display: inline-block;
	padding: 35px;
	text-align: center;
	position: relative;
	width: 20%;
	margin-left: -4px
}

.hiring-pro .box-wrapper .top::after {
	content: "";
	position: absolute;
	top: 0;
	bottom: auto;
	left: 0;
	width: 100%;
	height: 50%;
	border: 4px solid #fff;
	border-bottom: none;
	border-radius: 30px 30px 0 0
}

.hiring-pro .box-wrapper .bottom::before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 50%;
	border: 4px solid #fff;
	border-top: none;
	border-radius: 0 0 30px 30px
}

.hiring-pro .box-wrapper .pro-inner span.img-wrap {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 30px;
	filter: brightness(0) invert(1)
}

.hiring-pro .box-wrapper .pro-inner h4 {
	font-size: 16px;
	line-height: 22px;
	color: #fff;
	font-family: futurabtw01-medium;
	text-align: center
}

.hiring-pro .box-wrapper .pro-inner .circle {
	display: inline-block;
	width: 25px;
	height: 24px;
	background: #ff561d;
	border-radius: 50%;
	position: absolute;
	top: 50%;
	left: 0%;
	transform: translate(-40%, -50%);
	border: 4px solid #fff;
	z-index: 1
}

.hiring-pro .box-wrapper .pro-inner .arrow {
	display: inline-block;
	position: absolute;
	top: 18px;
	right: 0;
	width: 4px;
	height: 43%;
	background: #fff
}

.hiring-pro .box-wrapper .pro-inner .arrow::before {
	content: "";
	position: absolute;
	top: -18px;
	right: -10px;
	border-top: 0;
	border-right: 12px solid transparent;
	border-bottom: 13px solid #fff;
	border-left: 12px solid transparent
}

.banner-section.aws {
	background: #fff url(../img/aws-bg.png) no-repeat;
	padding: 200px 0 160px;
	height: 100vh;
	background-position: bottom left
}

.banner-section.aws:after {
	display: none
}

.banner-section.aws h1 {
	line-height: 85px
}

.banner-section.aws h1 span {
	color: #f90;
	font-size: 90px
}

.banner-section.aws p {
	max-width: 650px
}

.hiring-section.aws h3 {
	font-size: 34px;
	font-weight: 700;
	color: #1d1e43;
	line-height: 50px
}

.hiring-section.aws {
	padding: 70px 0 0
}

.clr-1 {
	padding: 55px 0;
	align-items: center
}

.infra-col {
	background-size: cover !important;
	background-position: center !important;
	height: 100%
}

.inf-2,
.inf-4 {
	text-align: right
}

.infra-col {
	margin: 0
}

.col-md-6.infra-col img {
	width: 100%
}

.div-block {
	display: flex;
	flex-wrap: nowrap;
	flex-direction: column;
	padding: 0 !important
}

.content-block {
	margin: 0;
	padding: 75px 20px
}

.aws .content-block h2 {
	color: #000;
	padding: 0;
	max-width: 550px;
	margin: 0 0 50px;
	line-height: 50px;
	font-size: 40px;
	letter-spacing: 0;
	position: relative;
	padding-bottom: 50px
}

.aws .content-block h2::before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 214px;
	height: 3px;
	background: #dde7e7
}

.content-block h4,
.content-block h3 {
	max-width: 640px;
	margin: 0 auto 15px;
	font-size: 24px;
	letter-spacing: 0;
	line-height: 36px;
	color: #4d4d4d;
	font-weight: 300;
	font-family: futurabtw01-light
}

.aws .content-block h3 {
	font-weight: 700;
	color: #000;
	font-size: 20px;
	line-height: normal
}

.aws .content-block p {
	align-items: center;
	margin-top: 10px;
	font-size: 18px;
	color: #fff;
	font-weight: 700
}

.content-block p i {
	margin-right: 10px
}

ul.block-list {
	margin: 0 auto;
	padding: 0 18px;
	width: 100%;
	text-align: left;
	max-width: 640px
}

ul.block-list li {
	margin: 0;
	padding: 7px 0;
	width: 100%;
	list-style: disc;
	color: #4d4d4d;
	font-size: 19px;
	line-height: 28px
}

.services-section.aws h2:after {
	display: none
}

.services-section.mag-hm.aws .single-service:hover h3 {
	color: #ec912d
}

.services-section.mag-hm.aws .single-service:hover {
	border: 3px solid #ec912d
}

.benefits-section.aws h2 span {
	font-size: 45px;
	font-weight: 700;
	color: #febe10
}

.benefits-section.aws {
	background-color: #161e2d !important;
	padding: 100px 0;
	position: relative;
	margin-top: 55px
}

.benefits-section.aws::before {
	position: absolute;
	content: " ";
	background: url(../img/benefit-before.png) no-repeat left/contain;
	width: 550px;
	height: 60%;
	top: -40px;
	left: 0
}

.benefits-section.aws::after {
	position: absolute;
	content: " ";
	background: url(../img/benefit-after.png) no-repeat right/contain;
	width: 300px;
	height: 45%;
	bottom: -40px;
	right: 0
}

.benefits-section.aws h2 {
	font-size: 45px;
	font-weight: 700;
	color: #fff
}

.benefits-section.aws ul.side-lst li {
	list-style: none;
	color: #fff;
	margin-bottom: 30px;
	font-size: 20px;
	font-weight: 500;
	display: flex;
	align-items: center
}

.benefits-section.aws span {
	margin-right: 15px
}

.benefits-section.aws .right-sd {
	border-right: 1px solid #222c3e
}

.benefits-section.aws .left-sd {
	padding-left: 90px
}

.benefits-section.aws .left-sd h3 {
	font-size: 34px;
	color: #fff;
	line-height: 50px;
	font-weight: 700;
	padding-top: 50px
}

.benefits-section.aws .mid-part a.btn {
	text-transform: uppercase;
	font-size: 17px !important;
	padding: 14px 30px
}

.devope-section {
	padding: 100px 0 50px
}

.devope-section p {
	font-size: 16px;
	font-weight: 500;
	line-height: 35px;
	max-width: 1100px;
	margin: 0 auto
}

.devope-section .boxes {
	margin-bottom: 50px
}

.devope-section h3 {
	font-size: 20px;
	font-weight: 600;
	color: #000;
	transition: all .3s ease
}

.devope-section h3:hover {
	color: #4649bd
}

.devope-section .boxes p {
	color: rgba(23, 23, 23, .7);
	font-size: 17px;
	font-weight: 400;
	line-height: 25px;
	max-width: 98%;
	margin: 15px 0
}

.create-section.aws {
	background: #f5f5f5
}

.create-section.aws h2 {
	font-weight: 800
}

.create-section.aws h2:after {
	display: none
}

.create-section.aws .content {
	background: url(../img/creative-wrk1.png) no-repeat center/cover;
	min-height: 606px;
	width: 100%;
	max-width: 100%;
	position: relative
}

.create-section.aws .upper {
	background: url(../img/creative-wrk2.png) no-repeat center/cover;
	min-height: 295px;
	width: 100% !important;
	max-width: 100% !important
}

.create-section.aws .bottomm {
	background: url(../img/creative-wrk3.png) no-repeat center/cover;
	min-height: 295px;
	width: 100% !important;
	max-width: 100% !important;
	margin-top: 16px
}

.create-section.aws h3 {
	font-size: 25px;
	font-weight: 600
}

.create-section.aws .left-img {
	position: absolute;
	bottom: 30px;
	color: #fff;
	font-weight: 600 !important;
	font-size: 25px;
	width: 100%;
	left: 0;
	right: 0;
	margin: 0 auto;
	padding: 0 40px
}

.create-section.aws .left-img a {
	font-size: 14px;
	font-weight: 500;
	color: rgba(255, 255, 255, .5);
	text-decoration: none
}

.create-section.aws .left-img.side {
	padding: 0 35px !important;
	position: absolute;
	bottom: 20px !important
}

.create-section.aws .left-img.side h3 {
	font-size: 20px;
	line-height: 30px
}

.qa-section {
	padding: 100px 0
}

.qa-section p {
	color: rgba(23, 23, 23, .88);
	line-height: 1.7;
	max-width: 100%;
	font-size: 17px
}

.qa-section span {
	margin-right: 15px
}

.qa-section h3 {
	font-size: 30px;
	font-weight: 700;
	margin-bottom: 0;
	color: #000;
	font-family: futura heavy;
	letter-spacing: 0
}

.qa-section ul.qa-list {
	-webkit-column-count: 2;
	-moz-column-count: 2;
	column-count: 2;
	margin-top: 50px
}

.qa-section ul.qa-list li {
	margin-bottom: 20px;
	font-size: 17px;
	font-weight: 500;
	color: rgba(23, 23, 23, .88);
	list-style-position: inside
}

.qa-section ul.qa-list li>span {
	display: none
}

.qa-section ul.qa-list img {
	width: 20px
}

.ondemand-section.aws a.btn {
	text-transform: uppercase;
	padding: 12px 40px
}

.ondemand-section.aws {
	position: relative
}

.ondemand-section.aws::before {
	position: absolute;
	content: " ";
	background: url(../img/benefit-after.png) no-repeat left/contain;
	width: 400px;
	height: 70%;
	top: 100px;
	left: 0;
	z-index: 99
}

.ondemand-section.aws h2 {
	font-size: 45px
}

.banner-section.magento {
	padding: 80px 0 70px;
	height: 100vh;
	background: #fffbf9;
	background: url(../img/magento-bnnr.jpg) no-repeat left;
	background-size: cover;
	display: flex;
	align-items: center
}

.banner-section.magento h1 {
	color: #121212
}

.banner-section.magento h1,
.banner-section.magento h1 span {
	font-size: 85px;
	padding-top: 0;
	letter-spacing: 1.5px;
	font-family: futurabtw01-medium;
	max-width: 75%
}

.banner-section.magento h1 span {
	font-family: futurabtw01-bold
}

.aws-bnr {
	background: url(../img/rockit-mg.png);
	background-repeat: no-repeat;
	display: inline-block;
	width: 100%;
	height: 100%;
	background-position: 95% 120px
}

.banner-section.magento:after {
	display: none
}

.magento-bnr-content {
	margin: 0 auto;
	width: 100%;
	max-width: 1470px;
	align-items: self-start;
	display: -ms-flexbox;
	display: flex;
	position: relative;
	z-index: 1
}

.exp-img {
	margin: 15px 30px 0 0;
	padding: 0;
	float: left
}

.mg-graphic {
	text-align: center;
	margin: 0 auto;
	position: relative;
	max-width: 1490px
}

ul.mg-ser-list {
	margin: 212px 0 0;
	padding: 0;
	width: 100%;
	display: flex;
	text-align: center;
	align-items: center
}

ul.mg-ser-list li {
	margin: 0 20px;
	padding: 0;
	display: flex;
	list-style: none;
	background: url(../img/mg-shape-dark.svg);
	background-size: cover;
	background-repeat: no-repeat;
	width: 158px;
	height: 175px;
	align-items: center;
	justify-content: center;
	line-height: 28px;
	font-size: 18px;
	font-family: futurabtw01-medium
}

ul.mg-ser-list li.org-bg {
	background: url(../img/mg-shape-dark2.svg);
	margin: 0 20px;
	padding: 0;
	display: flex;
	list-style: none;
	background-size: cover;
	background-repeat: no-repeat;
	width: 158px;
	height: 175px;
	align-items: center;
	justify-content: center;
	line-height: 28px;
	font-size: 18px;
	font-family: futurabtw01-medium;
	-webkit-animation: float 2s linear infinite;
	animation: float 2s linear infinite
}

@-webkit-keyframes float {
	0% {
		-webkit-transform: translateY(0);
		transform: translateY(0)
	}

	50% {
		-webkit-transform: translateY(-6px);
		transform: translateY(-6px)
	}

	100% {
		-webkit-transform: translateY(0);
		transform: translateY(0)
	}
}

@keyframes float {
	0% {
		-webkit-transform: translateY(0);
		transform: translateY(0)
	}

	50% {
		-webkit-transform: translateY(-6px);
		transform: translateY(-6px)
	}

	100% {
		-webkit-transform: translateY(0);
		transform: translateY(0)
	}
}

.faa-float.animated {
	-webkit-animation: float 2s linear infinite;
	animation: float 2s linear infinite
}

.faa-float.animated-1 {
	-webkit-animation: float 2s linear infinite;
	animation: float 2s linear infinite
}

ul.mg-ser-list::after {
	content: "";
	background: url(./img/mg-graphic-1.png) no-repeat;
	position: absolute;
	height: 400px;
	width: 100%;
	display: inline-block;
	top: -151px
}

.mg-graphic img {
	max-width: 100%
}

.expert-section.magento {
	padding: 100px 0
}

.expert-section h2,
.devope-section h2,
.expert-section.about h2,
.client-sec h2 {
	line-height: 55px
}

.team-sec h2 {
	line-height: 42px
}

.expert-section p,
.expert-section.about p,
.expert-section.about p span {
	color: #1d1e43;
	font-size: 18px;
	font-weight: 500;
	margin-bottom: 25px;
	line-height: 28px;
	margin-top: 6px;
	display: inline-block;
	width: 100%
}

.services-section.magento {
	padding: 0 0 100px
}

.expert-section.magento p:last-child {
	margin-bottom: 0 !important
}

.services-section.magento-top h2:after {
	display: none
}

.services-section.magento-top {
	padding: 0
}

.services-section.magento-top h2 {
	margin-bottom: 70px
}

.main-formss.magento p {
	max-width: 890px;
	margin: 0 auto 40px
}

.main-formss.magento h2 {
	margin-bottom: 15px
}

.ondemand-section.magento a {
	text-transform: uppercase
}

.main-formss button.btn {
	text-transform: uppercase
}

.our-process {
	position: relative
}

.upper-white-sec {
	position: absolute;
	left: 0;
	right: 0;
	margin: 0 auto;
	top: -250px;
	width: 100%;
	max-width: 860px;
	padding: 20px 30px 0;
	border-radius: 20px;
	background: #fff
}

.our-process .process-tp {
	height: 200px
}

.our-process h2 {
	font-size: 54px;
	font-weight: 800;
	color: #1d1e43;
	margin-bottom: 20px
}

.our-process p {
	font-size: 16px;
	color: #1d1e43;
	font-weight: 500;
	line-height: 30px
}

.create-section.aws.magento {
	padding: 100px 15px;
	background: #fff
}

.process-section.magento h2 {
	font-size: 54px;
	font-weight: 800;
	color: #fff
}

span.clr-white {
	color: #fff
}

.process-section.magento h2:after {
	background: #fff
}

.ondemand-section.mag-hm h2 {
	font-size: 45px;
	max-width: 950px;
	margin: 0 auto 30px
}

.main-formss.mag-hm p {
	max-width: 1000px;
	margin: 0 auto 50px
}

.related-post-section.mag-hm span {
	color: rgba(16, 16, 16, .5)
}

.banner-section.mag-hm {
	padding: 170px 0 40px;
	background: #fff;
	height: 100vh
}

.banner-section.mag-hm::after {
	display: none
}

.banner-section.mag-hm h1 span {
	font-size: 80px;
	font-weight: 700
}

.banner-section.mag-hm h1 {
	font-size: 86px;
	font-weight: 700;
	color: #000;
	padding-top: 40px;
	line-height: 88px
}

.banner-section.mag-hm p {
	max-width: 550px;
	margin-top: 15px;
	color: #000
}

.banner-section.mag-hm a.smple {
	font-size: 17px;
	color: #2b2b2b;
	text-decoration: underline;
	display: inline-block;
	transition: all .5s ease-in-out
}

.banner-section.mag-hm a.smple:hover {
	color: #ff561d
}

.banner-section.mag-hm a.smple svg {
	transition: all .5s ease-in-out;
	width: 21px
}

.banner-section.mag-hm a.smple:hover svg {
	fill: #ff561d;
	transform: translateX(20px);
	transition: all .5s ease-in-out
}

.banner-section.mag-hm a.btn {
	text-transform: uppercase;
	letter-spacing: 2px;
	position: relative;
	overflow: hidden;
	padding-left: 55px
}

.banner-section.mag-hm a.btn::before {
	box-shadow: 0 0 0 rgba(255, 255, 255, .4);
	animation: pulso 2s infinite;
	transition: .5s;
	content: "";
	width: 15px;
	height: 15px;
	border: 3px solid #fff;
	position: absolute;
	left: 25px;
	border-radius: 50%;
	top: 0;
	bottom: 0;
	margin: auto
}

.award-outer p {
	font-size: 14px;
	line-height: 25px;
	font-weight: 500;
	color: rgba(255, 255, 255, .8)
}

.served-section {
	background: #f9f9f9;
	padding: 80px 0 50px
}

.served-section h2 {
	font-size: 45px;
	font-weight: 700;
	color: #ff561d
}

.served-section h2 span {
	font-size: 45px;
	font-weight: 800;
	color: #4649bd
}

.served-section p,
.served-section p span {
	font-size: 21px;
	color: #000;
	line-height: 34px;
	max-width: 100%
}

.rgt-content a {
	font-size: 25px;
	color: #000;
	text-decoration: none;
	border-bottom: 3px solid blue
}

.served-section a.radd {
	border-bottom: none;
	position: relative;
	font-weight: 700;
	font-size: 12px;
	padding-left: 50px;
	float: right;
	transition: all .5s ease-in-out
}

.served-section a.radd:after {
	position: absolute;
	content: "";
	background: #ff561d;
	width: 27px;
	height: 1px;
	left: 0;
	top: 6px
}

.rgt-content a:hover {
	color: #ff561d;
	transition: all .5s ease-in-out;
	transform: translateX(20px)
}

.services-section.mag-hm h2:after {
	display: none
}

.services-section.mag-hm .single-service {
	border-radius: 5px;
	border: 1px solid #d9dee2;
	transition: all .3s ease;
	padding: 35px;
	position: relative;
	min-height: 100%
}

.services-section.mag-hm .boxes {
	margin-bottom: 25px
}

.services-section.mag-hm .single-service:hover img.user-mg {
	display: block !important
}

.services-section.mag-hm .single-service:hover {
	background: #fff
}

.services-section.mag-hm .single-service:hover h3 {
	color: #1d1e43
}

.services-section.mag-hm .single-service:hover p {
	color: #171717
}

.services-section.mag-hm .single-service:hover a.black-arw {
	display: block
}

.services-section.mag-hm a.black-arw {
	display: block;
	text-align: right;
	font-size: 14px;
	font-weight: 700;
	color: #1d1e43;
	text-decoration: none !important;
	transition: all .5s ease-in-out;
	position: relative;
	z-index: 1
}

.services-section.mag-hm a.serv.btn {
	background: #f3f4f6;
	color: #000;
	padding: 12px 18px;
	margin-right: 9px;
	margin-bottom: 10px;
	font-size: 14px;
	position: relative;
	overflow: hidden;
	z-index: 1;
	transition: color .8s
}

.services-section.mag-hm a.serv.btn::before,
.our-section.portfolio .tabbable .nav-tabs .nav-item .nav-link::before {
	content: '';
	position: absolute;
	top: 0;
	left: -100%;
	width: 0;
	height: 100%;
	background: #ff561d;
	z-index: -1;
	transition: all .4s ease-in-out
}

.services-section.mag-hm a.serv.btn:hover::before,
.our-section.portfolio .tabbable .nav-tabs .nav-item .nav-link:hover::before {
	left: 0;
	width: 100%;
	transition: all .4s ease-in-out
}

.services-section.mag-hm .main-serv p {
	font-size: 20px;
	font-weight: 500;
	color: #1d1e43
}

.process-section.mag-hm {
	padding: 80px 0 60px
}

.process-section.mag-hm h2 {
	font-size: 45px;
	font-weight: 700;
	text-align: center;
	color: #000
}

.process-section.mag-hm p {
	max-width: 800px;
	font-size: 20px;
	color: #171717;
	line-height: 1.8;
	margin: 0 auto;
	text-align: center
}

.main-slidder .slick-slide img {
	width: 100%
}

.our-main-client {
	padding: 50px 0 80px;
	position: relative
}

.our-main-client .logo {
	padding-bottom: 45px
}

.our-main-client .logo img {
	max-width: 140px;
	height: auto;
	filter: brightness(0);
	width: auto
}

.our-main-client .logo img:hover {
	filter: inherit;
	opacity: 1
}

.our-main-client:after {
	position: absolute;
	content: "";
	background: url(../img/our-client-bckgrd.png) no-repeat right/contain;
	top: 0;
	right: 0;
	opacity: 1;
	width: 100%;
	height: 100%;
	z-index: -1;
	clear: both;
	margin-top: 60px;
	background-size: 70%
}

.our-main-client h2 {
	font-size: 45px;
	font-weight: 700;
	color: #000;
	margin-bottom: 20px
}

.services-section.mag-hm .single-service:hover h3 {
	color: #ff561d
}

.services-section.mag-hm .single-service:hover a.black-arw {
	color: #ff561d
}

.award-outer i.fa.fa-users {
	color: #000 !important;
	font-size: 20px
}

.banner-section.mag-hm .award-outer p {
	font-size: 20px;
	margin-left: 10px;
	font-weight: 500
}

.award-outer .clientss {
	border-left: 1px solid #dbdbdb;
	padding-left: 25px;
	height: 50px
}

.banner-section.mag-hm.home {
	position: relative
}

.main-slider .slick-slide {
	outline: none !important;
	margin: 25px 20px
}

.main-slider li.slick-active:after {
	display: none
}

.main-slider i.fa.fa-star-half-o,
.main-slider i.fa.fa-star {
	color: #ff561d;
	font-size: 20px
}

.achievements-section .slick-slide img {
	margin: 0 auto;
	height: 34px;
	width: 100%;
	object-fit: scale-down
}

.main-slider p.txt {
	max-width: 250px;
	font-size: 16px;
	margin: 0 auto;
	line-height: 27px
}

.achievements-section {
	background: #f9f9f9;
	padding: 100px 0;
	position: relative;
	z-index: 0
}

.achievements-section:after {
	position: absolute;
	content: "";
	background: url(../img/achieve-shape.png) no-repeat right/contain;
	width: 450px;
	height: 50%;
	right: 0;
	top: 70px;
	opacity: .5
}

.achievements-section .right-slide {
	z-index: 99
}

.achievements-section p {
	font-size: 20px;
	font-weight: 500;
	max-width: 1200px;
	line-height: 1.5
}

.main-slider .main-box {
	background: #fff;
	padding: 40px 0 0;
	border-radius: 5px;
	border: 1px solid #e4e4e4;
	position: relative
}

.achievements-section button.slick-next.slick-arrow {
	background: url(../img/right-arw.svg) no-repeat right/contain !important;
	width: 40px;
	height: 40px;
	right: -50px
}

.achievements-section button.slick-next:before,
.achievements-section button.slick-prev:before {
	display: none
}

.achievements-section button.slick-prev.slick-arrow {
	background: url(../img/left-arw.svg) no-repeat left/contain !important;
	width: 40px;
	height: 40px;
	left: -50px
}

.site-header {
	position: relative;
	z-index: 2;
	top: -2px
}

.site-header .overlay-menu-trigger {
	height: 35px;
	width: 35px;
	padding: 0;
	border: 0;
	background: 0 0;
	position: relative;
	z-index: 3;
	outline: none;
	cursor: pointer
}

.site-header .overlay-menu-trigger .menu-btn {
	position: absolute;
	height: 3px;
	width: 35px;
	background: #ff561d;
	top: 0;
	left: 0;
	margin: 10px 0 0
}

.site-header .overlay-menu-trigger .menu-btn:before,
.site-header .overlay-menu-trigger .menu-btn:after {
	position: relative;
	display: block;
	content: " ";
	background: #000;
	height: 3px
}

.site-header .overlay-menu-trigger .menu-btn:before {
	margin-top: 10px
}

.site-header .overlay-menu-trigger .menu-btn:after {
	margin-top: 8px
}

.site-header .overlay-menu-trigger .menu-btn.active {
	height: 0;
	position: fixed;
	left: auto;
	margin-top: 40px;
	margin-left: -17px
}

.site-header .overlay-menu-trigger .menu-btn.active:before,
.site-header .overlay-menu-trigger .menu-btn.active:after {
	background: #fff
}

.site-header .overlay-menu-trigger .menu-btn.active:before {
	transform: rotate(45deg);
	top: 2px
}

.site-header .overlay-menu-trigger .menu-btn.active:after {
	transform: rotate(135deg);
	margin: 0
}

.site-header .overlay-menu {
	position: fixed;
	top: -100%;
	left: 0;
	width: 100%;
	height: 0;
	overflow: hidden;
	background-color: #0c1117;
	padding: 80px 0 0;
	transition: all .5s ease-in-out 0s
}

.site-header .overlay-menu.active {
	top: 0;
	height: 100vh;
	transition: all .5s ease-in-out
}

.site-header .overlay-menu.active .menu-btn {
	background: #fff
}

.site-header .overlay-menu.active .menu-btn:before,
.site-header .overlay-menu.active .menu-btn:after {
	background: #fff
}

.site-header .overlay-menu .main-menu-nav,
.site-header .overlay-menu .secondary-nav {
	list-style: none;
	padding-left: 0
}

.site-header .overlay-menu .main-menu-nav {
	margin-bottom: 0;
	padding-bottom: 75px;
	border-bottom: 1px solid #242424;
	position: relative;
	width: 100%;
	height: 75vh
}

.site-header .overlay-menu .secondary-nav.inline li {
	display: inline-block;
	font-size: 24px;
	margin: 0 7px
}

.site-header .overlay-menu .main-menu-nav li a {
	font-size: 62px;
	line-height: 110px;
	color: #f8f8f8;
	font-weight: 700;
	font-family: montserrat, sans-serif;
	position: relative;
	border: 0;
	text-decoration: none
}

.site-header .overlay-menu .main-menu-nav a:hover,
.site-header .overlay-menu .main-menu-nav a.active,
.site-header .overlay-menu li .mega-menu li .light a:hover {
	color: #ff561d
}

.site-header .overlay-menu .main-menu-nav li a::before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 0;
	height: 7px;
	background-color: #ff561d;
	transition: all .3s ease-in-out
}

.site-header .overlay-menu .main-menu-nav a:hover::before,
.site-header .overlay-menu .main-menu-nav a.active::before {
	left: 0;
	width: 100%;
	transition: all .3s ease-in-out
}

.site-header .overlay-menu .main-menu-nav li .mega-menu {
	padding: 0;
	position: absolute;
	top: 40px;
	right: 20px;
	width: 50%;
	opacity: 0;
	visibility: hidden;
	transition: all .3s ease-in-out;
	z-index: 1
}

.site-header .overlay-menu .main-menu-nav li .mega-menu hr.border {
	border-color: #242424 !important;
	max-width: 94%
}

.site-header .overlay-menu .main-menu-nav li a:hover~.mega-menu,
.site-header .overlay-menu .main-menu-nav li a.active~.mega-menu {
	opacity: 1;
	visibility: visible;
	transition: all .3s ease-in-out
}

.site-header .overlay-menu li .mega-menu li a.bold {
	font-size: 26px;
	line-height: normal;
	font-weight: 500
}

.site-header .overlay-menu li .mega-menu li a.bold::before {
	content: none
}

.site-header .overlay-menu li .mega-menu li>.light {
	display: block;
	font-size: initial
}

.site-header .overlay-menu li .mega-menu li .light a {
    font-size: 18px;
    line-height: 30px;
    color: #aaaaaf;
    font-weight: 500;
    display: inline-block;
    padding: 0;
}

.site-header .overlay-menu li .mega-menu li .light a::before {
	height: 1px
}

.follow-us {
	display: inline-block;
	width: 100%;
	padding: 50px 0
}

.follow-us .follow-text {
	display: inline-block;
	font-size: 14px;
	line-height: normal;
	color: #f8f8f8;
	font-weight: 500;
	font-family: montserrat, sans-serif;
	padding-right: 15px
}

.follow-us .secondary-nav {
	display: inline-block;
	margin: 0
}

.site-header .overlay-menu .secondary-nav li a {
	display: inline-block;
	color: #fff;
	width: 37px;
	height: 37px;
	line-height: 40px;
	border-radius: 50%;
	background-color: #ff561d;
	text-align: center;
	vertical-align: middle
}

.site-header .overlay-menu .secondary-nav li a i {
	font-size: 18px
}

.site-header .overlay-menu .follow-us .container {
	justify-content: stretch
}

.follow-us .expert-text {
	display: inline-block;
	font-size: 16px;
	letter-spacing: 0;
	line-height: 36px;
	color: #ceced3;
	font-weight: 500;
	font-family: montserrat, sans-serif;
	margin: 0 30px;
	text-decoration: underline
}

.follow-us .btn {
	min-width: 146px;
	border-radius: 4px;
	background-color: #ff561d;
	font-size: 12px;
	letter-spacing: 0;
	line-height: 21px;
	color: #fff;
	font-weight: 700;
	font-family: montserrat, sans-serif;
	text-align: center;
	text-transform: uppercase;
	margin-left: 25px
}

.single-service:hover svg {
	fill: #ff561d
}

.single-service:hover svg .cls-1 {
	fill: #ff561d
}

.main-formss.contact-form {
	margin: 0 auto;
	padding: 70px 0;
	background: 0 0;
	position: unset
}

.banner-section.contact-us:after {
	display: none
}

.banner-section.contact-us h1 {}

.banner-section.contact-us p {
	margin-left: auto;
	margin-right: auto;
	font-size: 30px;
	line-height: 41px
}

.banner-section.contact-us {
	background: 0 0;
	padding: 200px 0 0
}

.responsive-map-container {
	position: relative;
	padding-bottom: 25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden
}

.responsive-map-container iframe,
.responsive-map-container object,
.responsive-map-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%
}

footer.footer-area.footer--light.contact {
	padding: 0 0 30px
}

.main-formss.contact-form p {
	max-width: 100%;
	margin: 0 auto 40px
}

.main-formss.contact-form button.btn.sub {
	position: relative;
	max-width: 100%;
	padding-left: 55px;
	min-height: 62px;
	font-family: futurabtw01-light;
	text-transform: inherit;
	font-size: 20px
}

.banner-section.portfolio.contact-us.leave-policy-banner {
	padding: 130px 0 0
}

.main-formss.contact-form input.form-control,
.main-formss.contact-form textarea.form-control {
	background: 0 0;
	border: 0 solid #e8e8e8;
	padding: 8px 0;
	border-radius: 0;
	resize: none;
	font-size: 18px;
	font-family: futurabtw01-medium;
	height: auto;
	margin: 0
}

.contact-via {
	padding: 80px 0 0
}

.contact-via hr {
	margin-top: 60px;
	margin-bottom: 0
}

.contact-via .main-icn p {
	color: #1d1e43;
	font-size: 17px;
	font-family: futurabtw01-medium
}

.contact-via .main-icn a {
	font-size: 17px;
	color: #1d1e43;
	margin-bottom: 15px;
	text-decoration: none;
	font-family: futurabtw01-medium
}

.location-box {
	max-width: 513px;
	margin-left: auto
}

.location-box .loca-top {
	display: flex;
	align-items: center
}

.location-box .loca-top svg {
	width: 90px;
	margin-right: 20px
}

.location-box .loca-top>img {
	margin-right: 20px
}

.location-box .loca-top h3 {
	font-size: 32px;
	font-family: futura heavy
}

.location-box .loca-top span.d-block {
	font-size: 19px;
	line-height: 23px;
	margin-bottom: 12px;
	font-family: futurabtw01-medium;
	color: #585858
}

.location-box .loca-top span.d-block>img {
	vertical-align: baseline
}

.main-formss.contact-form .location-box>p {
	font-family: futurabtw01-medium;
	margin-top: 37px
}

.request_from .boxx {
	position: relative;
	margin-top: 0;
	margin-bottom: 45px
}

.request_from .control-label {
	position: absolute;
	top: 10px;
	left: 15px;
	pointer-events: none;
	padding-left: 0;
	z-index: 1;
	color: rgba(0, 0, 0, .8);
	opacity: .8;
	font-size: 16px;
	font-weight: 400;
	-webkit-transition: all .28s ease;
	transition: all .28s ease;
	font-family: futurabtw01-medium;
	margin: 0
}

.request_from .boxx input:focus~.control-label,
.request_from .boxx textarea:focus~.control-label {
	font-size: 13px;
	color: #000;
	top: -20px
}

.request_from .boxx .bar {
	position: relative;
	border-bottom: 1px solid rgba(0, 0, 0, .2);
	display: block
}

.request_from .boxx .bar::before {
	content: '';
	height: .105rem;
	width: 0;
	left: 50%;
	bottom: -1px;
	position: absolute;
	background: #000;
	-webkit-transition: left .28s ease, width .28s ease;
	transition: left .28s ease, width .28s ease;
	z-index: 2
}

.request_from .boxx input:focus~.bar::before,
.request_from .boxx textarea:focus~.bar::before {
	width: 100%;
	left: 0
}

.request_from .boxx input:focus~.control-label,
.request_from .boxx .form-control.has-value~.control-label {
	top: -20px
}

.location-box .contact-details {
	list-style: none;
	padding: 0;
	margin: 0
}

.location-box .contact-details li {
	padding: 35px 0;
	border-bottom: 1px solid #eaeaea
}

.location-box .contact-details li:last-child {
	border-bottom: 0
}

.location-box .contact-details li svg {
	margin-right: 25px
}

.location-box .contact-details li a {
	font-size: 25px;
	line-height: 33px;
	font-family: futura heavy;
	color: #000;
	text-decoration: none;
	background: linear-gradient(to right, #ff561d, #ff561d 50%, #191919 50%, #191919 50%);
	background-size: 200% auto;
	background-position-x: 100%;
	-webkit-background-clip: text;
	background-clip: text;
	color: transparent;
	transition: background-position-x .8s, color .8s
}

.location-box .contact-details li a:hover {
	color: transparent;
	background-position-x: 0
}

section.other-ways {
	padding-bottom: 120px
}

.other-top-heading h2 {
	font-family: futura heavy;
	margin-bottom: 15px
}

.other-top-heading p {
	font-size: 21px;
	line-height: 30px
}

.row.boxes_row {
	padding-top: 40px
}

.other-way-box {
	padding: 45px;
	background-color: #fff;
	border: 1px solid #d6d6d6;
	border-radius: 4px;
	position: relative
}

.other-way-box .box-logo {
	position: relative;
	z-index: 1;
	min-height: 72px;
	display: flex;
	align-items: center;
	margin-bottom: 35px
}

.other-way-box ul li {
	position: relative;
	z-index: 1;
	margin-bottom: 12px;
	list-style: none
}

.other-way-box ul li a {
	display: inline-block;
	font-size: 18px;
	color: #000;
	text-decoration: none;
	font-family: futurabtw01-medium;
	word-break: break-all
}

.other-way-box ul li a:hover {
	color: #ff561d
}

.other-way-box ul li a i {
	margin-right: 6px
}

.buss-growth.contact-gro {
	padding: 120px 0 30px
}

a.btn:focus {
	box-shadow: none
}

.banner-section.magento.shopify {
	padding: 205px 0 70px;
	background: #f9fdef !important;
	height: 87vh
}

.banner-section.magento.shopify .right-shop {
	text-align: right
}

.banner-section.shopify h1 span {
	background: #94c03d;
	color: #fff;
	padding: 0 15px;
	margin-top: 5px;
	display: inline-block;
	text-transform: uppercase;
	font-size: 70px
}

.client-logo-section {
	margin: 0;
	padding: 15px 0;
	width: 100%;
	box-shadow: 0 2px 2px #efeaea
}

ul.client-list {
	margin: 0;
	padding: 0;
	display: inline-block;
	text-align: left;
	width: 100%
}

ul.client-list li {
	padding: 0;
	text-align: left;
	display: inline-block;
	list-style: none;
	max-width: 160px;
	margin: 0 50px
}

ul.client-list li img {
	max-width: 100%
}

ul.client-list li:first-child {
	margin-left: 0
}

.ef-title {
	margin: 0 auto;
	max-width: 100%
}

.about-hdr .navbar-light .navbar-nav .nav-link,
.navbar-light .navbar-nav.about-hdr .nav-link {
	color: #fff
}

.banner-section.about {
	background: #edffeb;
	padding: 0;
	height: 80vh;
	position: relative;
	overflow: hidden;
	display: inline-block;
	width: 100%;
	overflow: hidden
}

.banner-section.about .container {
	background: rgb(0 0 0/0.61);
	display: flex;
	height: 100%;
	align-items: center;
	justify-content: center;
	position: relative;
	width: 100%;
	max-width: 100% !important
}

.video-container {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	z-index: 1
}

.video-container video {
	width: 100%;
	object-fit: cover
}

.bg-vid {
	position: relative
}

.banner-section.about h1 {
	margin-bottom: 25px;
	color: #fff
}

.banner-section.about p {
	max-width: 700px;
	margin: 0 auto;
	color: #fff
}

.expert-section.about {
	padding: 100px 0
}

.expert-section.about img {
	max-width: 100%;
	object-fit: cover;
	width: 100%
}

.about .col-md-12.mt-5.vertical-tbs {
	padding: 0
}

.vertical-tbs .nav-tabs {
	display: none;
	border-bottom: none;
	text-align: left
}

.vertical-tbs .card-body {
	padding: 5px 6rem;
	text-align: left
}

.vertical-tbs .card-body p {
	margin-bottom: 30px
}

@media(min-width:768px) {
	.vertical-tbs .nav-tabs {
		display: flex;
		flex-flow: column nowrap
	}

	.vertical-tbs .nav-tabs {
		display: flex
	}

	.vertical-tbs .nav-tabs {
		margin: 0 15px
	}

	.about .vertical-tbs .nav-tabs {
		margin: 0 15px 0 0
	}

	.vertical-tbs .nav-tabs .nav-item+.nav-item {
		margin-top: .25rem
	}

	.vertical-tbs .nav-tabs .nav-link {
		transition: border-color .125s ease-in;
		white-space: nowrap;
		padding: .5rem 0;
		border: none;
		border-bottom: 3px solid transparent;
		color: #b0b0b0;
		font-size: 22px;
		font-weight: 700
	}

	.vertical-tbs .nav-tabs .nav-link:hover {
		color: #ff561d;
		border-color: #ff561d !important
	}

	.vertical-tbs .nav-tabs .nav-link.active {
		margin-right: -1px;
		border: none;
		border-radius: 0;
		font-size: 22px;
		font-weight: 700;
		border-bottom: 3px solid #ff561d;
		color: #ff561d
	}

	.vertical-tbs .nav-tabs .nav-link.active:hover {
		background-color: #fff;
		border-color: #000;
		outline: none
	}

	.vertical-tbs .card {
		border: none
	}

	.vertical-tbs .card .card-header {
		display: none
	}

	.vertical-tbs .card .collapse {
		display: block
	}
}

@media(max-width:767px) {
	.vertical-tbs .tab-pane {
		display: block !important;
		opacity: 1
	}
}

.operation-sec {
	background: #fff5f2;
	background: #FFF5F2 url('../img/about_bg.svg') no-repeat center/contain;
	padding: 110px 0;
	color: #fff;
	position: relative
}

.operation-sec:after {
	background: url(../img/blue-right-pattern.png) no-repeat right/cover;
	position: absolute;
	content: "";
	right: 0;
	width: 100px;
	height: 80%;
	top: 50px;
	bottom: 0;
	opacity: .4
}

.operation-sec:before {
	background: url(../img/blue-left-pattern.png) no-repeat;
	position: absolute;
	content: "";
	width: 300px;
	height: 24%;
	bottom: 0;
	opacity: .4
}

.ondemand-section.about h2 {
	font-size: 54px;
	max-width: 1050px;
	margin: 0 auto 40px
}

.operation-sec .box {
	text-align: center
}

.operation-sec .box h2 {
	font-size: 70px;
	font-weight: 700;
	margin-bottom: 25px;
	color: #ff561d
}

.operation-sec .box h6 {
	font-size: 30px;
	font-weight: 700;
	color: #000
}

.operation-sec .box p {
	line-height: 28px;
	max-width: 360px;
	margin: 25px auto 0;
	margin-top: 25px;
	color: #000
}

.client-sec {
	padding: 100px 0 70px
}

.client-sec p {
	max-width: 1080px;
	margin: 0 auto;
	line-height: 28px;
	font-weight: 500;
	font-size: 18px
}

.client-sec .container.trusted {
	max-width: 862px !important;
	margin: 40px auto 0
}

.client-sec .inner {
	border: 1px solid #f6eff1;
	text-align: center;
	border-radius: 4px;
	margin-bottom: 20px;
	padding: 25px
}

.client-sec .inner img {
	width: 100%
}

.team-sec {
	padding: 100px 0
}

.team-tabs a.nav-link {
	color: #aeaeae;
	font-size: 18px;
	font-weight: 700;
	border: none;
	padding: .5rem 25px
}

.team-tabs .nav-tabs {
	border-bottom: none
}

.team-sec .nav-tabs .nav-item {
	padding: .5rem 25px
}

.team-sec .nav-tabs .nav-item .nav-link {
	border-bottom: 3px solid transparent;
	padding: 0 0 5px
}

.team-sec .nav-tabs .nav-item .nav-link.active {
	color: #ff561d !important;
	border-bottom-color: #ff561d !important
}

.team-tabs img {
	max-width: 300px;
	height: auto;
	width: 100%;
	object-fit: cover
}

.team-tabs h6 {
	color: #1d1e43;
	font-size: 24px;
	font-weight: 800;
	margin-top: 25px
}

.team-tabs p {
	margin-top: 8px;
	font-size: 17px;
	color: rgba(29, 30, 67, .5)
}

.team-sec .fade:not(.show) {
	opacity: 1
}

.about-deatil-sec {
	margin: 0;
	padding: 70px 0 100px;
	width: 100%;
	background: #f7f5f5cc
}

.about-deatil-heder {
	margin: 0;
	padding: 0;
	width: 100%;
	max-width: 650px;
	position: relative;
	z-index: 2
}

.about-deatil-heder h3 {
	line-height: 1.4;
	color: #32325d;
	font-size: 26px;
	margin: 0 0 20px;
	padding: 0
}

ul.grid-list {
	margin: 0;
	padding: 0;
	width: 100%
}

ul.grid-list li {
	display: inline-block;
	margin: 0 40px 0 0;
	padding: 0
}

ul.grid-list li strong {
	font-size: 24px;
	color: #3297d3;
	margin: 0 0 5px
}

ul.grid-list li p {
	font-size: 17px;
	line-height: 28px;
	color: #525f7f;
	list-style: none
}

.about-img {
	margin: 40px 0;
	padding: 0;
	width: 100%;
	text-align: center
}

.detail-box {
	margin: 0;
	width: 100%;
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	justify-content: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	overflow: hidden;
	padding: 40px 40px 40px 120px;
	background-color: #fff;
	border-radius: 8px;
	-webkit-box-shadow: 0 13px 27px -5px rgba(50, 50, 93, .25), 0 8px 16px -8px rgba(0, 0, 0, .3), 0 -6px 16px -6px rgba(0, 0, 0, .025);
	box-shadow: 0 13px 27px -5px rgba(50, 50, 93, .25), 0 8px 16px -8px rgba(0, 0, 0, .3), 0 -6px 16px -6px rgba(0, 0, 0, .025);
	transition-property: color, background-color, -webkit-box-shadow, -webkit-transform;
	transition-property: color, background-color, box-shadow, transform;
	transition-property: color, background-color, box-shadow, transform, -webkit-box-shadow, -webkit-transform;
	-webkit-transition-duration: .15s;
	transition-duration: .15s
}

.d-box-img {
	width: 90px;
	height: 90px;
	top: calc(50% - 45px);
	left: -15px;
	position: absolute
}

.db2 path.hover-fillLight {
	fill: #28a745
}

.row.tm-space {
	margin: -69px auto 0;
	max-width: 1200px
}

.detail-box h4 {
	font-size: 17px;
	line-height: 28px;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: .025em;
	color: #6772e5
}

.detail-box.db2 h4 {
	color: #28a745
}

.detail-box p {
	font-weight: 400;
	font-size: 18px;
	line-height: 26px;
	color: #525f7f
}

.detail-box:hover {
	-webkit-box-shadow: 0 30px 60px -12px rgba(50, 50, 93, .25), 0 18px 36px -18px rgba(0, 0, 0, .3), 0 -12px 36px -8px rgba(0, 0, 0, .025);
	box-shadow: 0 30px 60px -12px rgba(50, 50, 93, .25), 0 18px 36px -18px rgba(0, 0, 0, .3), 0 -12px 36px -8px rgba(0, 0, 0, .025);
	-webkit-transform: translateY(-2px);
	transform: translateY(-2px)
}

.detail-box h4::after {
	content: "\f061";
	font: normal normal normal 14px/1 FontAwesome;
	margin-left: 9px
}

.banner-section.case_study {
	background: #0166be;
	height: 100vh;
	padding-top: 240px
}

.banner-section.case_study h1,
.banner-section.case_study p {
	color: #fff
}

.banner-section.case_study p {
	max-width: 90%
}

p.font-medium {
	margin: 25px 0;
	font-size: 20px;
	font-family: futurabtw01-medium
}

.experience-section.case-study {
	background: unset;
	margin-top: 50px
}

.challenge-sec .row.margin-top {
	margin-top: 100px
}

.case-study h2 {
	color: #000
}

.case-study p.blue-color {
	font-size: 24px;
	line-height: 50px;
	color: #002fa6
}

.case-study p {
	color: #fff;
	line-height: 35px
}

.case-study .side-lst li {
	font-size: 16px;
	line-height: 31px;
	color: #8d8d8d;
	font-weight: 500;
	list-style: none;
	border-bottom: 1px solid #e5e5e5;
	padding: 12px 0;
	text-transform: uppercase;
	font-size: 16px
}

.case-study .side-lst li span {
	float: right;
	color: #000;
	text-transform: capitalize
}

.challenge-sec {
	padding: 50px 0 80px
}

.content-wrap h2 {
	font-size: 40px;
	line-height: 45px;
	font-weight: 800
}

.content-wrap p {
	font-size: 22px;
	letter-spacing: 0;
	line-height: 40px;
	color: #000;
	font-weight: 500;
	margin-bottom: 20px
}

.inline-list {
	padding: 0;
	margin: 0;
	list-style: none
}

.inline-list li i {
	font-size: 25px;
	color: #224bb2;
	font-weight: 300;
	padding-right: 20px;
	margin-top: 10px
}

.inline-list li {
	font-size: 18px;
	line-height: 36px;
	color: #000;
	margin-bottom: 18px;
	display: flex;
	align-items: center
}

.inline-list.second li {
	align-items: flex-start;
	border-bottom: 1px solid #e5e5e5;
	padding: 0 0 20px
}

.video-section {
	background-color: #f3f4f6;
	display: inline-block;
	width: 100%;
	padding: 80px 0
}

.video-sec h2 {
	font-size: 46px;
	line-height: 36px;
	text-align: center;
	font-weight: 800;
	margin-bottom: 20px
}

.video-sec p {
	max-width: 871px;
	margin: 0 auto 30px;
	font-size: 18px;
	line-height: 30px;
	color: #1d1e43;
	font-weight: 500;
	font-family: montserrat;
	text-align: center
}

.video-sec .video {
	max-width: 871px;
	margin: 0 auto;
	position: relative
}

.video-sec .video .video-icon {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	cursor: pointer;
	width: 82px;
	height: 82px;
	text-align: center;
	display: flex;
	border-radius: 50%;
	background-color: #fff;
	align-items: center;
	justify-content: center;
	-webkit-animation: circle 2s ease-in-out infinite;
	animation: circle 2s ease-in-out infinite
}

.video-sec .video .video-icon:before {
	content: "";
	position: absolute;
	z-index: -1;
	left: 50%;
	top: 50%;
	-webkit-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
	display: block;
	width: 120px;
	height: 120px;
	background-color: #fff;
	border-radius: 50%;
	-webkit-animation: pulse-border 1500ms ease-out infinite;
	animation: pulse-border 1500ms ease-out infinite
}

.video-sec .video .video-icon i {
	font-size: 40px;
	line-height: 38px;
	color: #0066be;
	border-radius: 5px
}

.video-sec .video .modal-dialog {
	max-width: 800px
}

#homeVideo button.btn.btn-default {
	background: #000;
	border-radius: 50%;
	position: absolute;
	top: -15px;
	right: -15px;
	z-index: 5;
	color: #fff;
	width: 35px;
	height: 35px;
	padding: 0
}

@keyframes pulse-border {
	0% {
		transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
		opacity: 1
	}

	100% {
		transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
		opacity: 0
	}
}

.banner-section.shopify-app:after {
	display: none
}

.our-section.shopify-app {
	padding: 100px 0
}

.our-section.shopify-app h6 {
	font-size: 24px;
	font-weight: 700;
	max-width: 280px
}

.our-section.shopify-app p {
	font-size: 15px;
	color: rgba(29, 30, 67, .8);
	max-width: 420px
}

.our-section.shopify-app h2 {
	font-size: 44px;
	margin-bottom: 30px
}

.our-section.shopify-app p {
	color: #1d1e43;
	line-height: 2.15;
	font-weight: 500;
	font-size: 16px;
	max-width: 580px !important
}

.our-section.shopify-app a.btn.start.lght {
	box-shadow: 3px 5.196px 17px 0 rgba(0, 0, 0, .21);
	font-weight: 600;
	padding: 15px 30px;
	margin-top: 18px
}

.related-product.shopify-app {
	background: url(../img/related-product.png) no-repeat center/cover;
	padding: 70px 0 62px;
	margin-top: 0;
	position: relative
}

.related-product.shopify-app h4 {
	font-size: 45px;
	font-weight: 900;
	color: #000;
	font-family: futurabtw01-bold
}

.related-product.shopify-app .right p {
	font-size: 17px;
	color: #1d1e43;
	margin: 20px 0 25px;
	line-height: 28px
}

.related-product.shopify-app a.btn.start.red {
	background: #f16064;
	box-shadow: 3px 5.196px 17px 0 rgba(0, 0, 0, .21);
	padding: 15px 30px
}

.client-sec.shopify-app p {
	max-width: 550px;
	color: rgba(29, 30, 67, .66);
	max-width: 460px
}

.client-sec.shopify-app h3 {
	font-size: 34px;
	margin: 30px 0 20px;
	font-weight: 700
}

.client-sec.shopify-app a {
	box-shadow: 3px 5.196px 17px 0 rgba(0, 0, 0, .21);
	font-weight: 600;
	padding: 15px 30px
}

.client-sec.shopify-app a.btn.green {
	background: #70c217
}

.client-sec.shopify-app {
	padding: 100px 0
}

.client-sec.shopify-app .left {
	border-right: 2px solid #e8e8ec
}

.dropdown-menu.radio .dropdown-item {
	position: relative;
	overflow: hidden;
	cursor: pointer
}

.selling-experience .dropdown-menu.radio input {
	visibility: hidden;
	position: absolute;
	left: -30px
}

.selling-experience .dropdown-menu.radio i {
	font-weight: 400;
	font-style: normal;
	display: block
}

.selling-experience .dropdown-item.active {
	background-color: #555;
	color: #fff
}

.selling-experience .dropdown-menu.radio input {
	visibility: hidden;
	position: absolute;
	left: -30px
}

.selling-experience .dropdown-menu.radio i {
	font-weight: 400;
	font-style: normal;
	display: block
}

.selling-experience .dropdown-item.active {
	background-color: #555;
	color: #fff
}

.selling-experience {
	background: #f4f6f8;
	padding: 100px 0
}

.selling-experience .boxes {
	background: #fff;
	padding: 40px;
	margin-bottom: 35px;
	box-shadow: 3px 5.196px 17px 0 rgba(0, 0, 0, .25);
	border: 2px solid transparent;
	transition: all .4s ease;
	border-radius: 4px
}

.selling-experience .boxes:hover {
	border: 2px solid #394fcb
}

.selling-experience .top-head {
	display: flex;
	align-items: center
}

.selling-experience .top-head .headings {
	width: 100%;
	padding-left: 20px
}

.selling-experience .top-head span {
	color: #f5ab3e;
	font-size: 15px
}

.selling-experience .top-head a {
	color: #2a4bce;
	font-weight: 500;
	text-decoration: none
}

.selling-experience .top-head i.fa.fa-star-half-o,
.selling-experience .top-head i.fa.fa-star {
	color: #f5ab3e
}

.selling-experience .boxes p {
	color: rgba(29, 30, 67, .66);
	font-size: 17px;
	line-height: 26px;
	font-weight: 500;
	max-width: 540px
}

.selling-experience .light-blue-sec {
	background: #f6f9fb;
	padding: 24.5px 0;
	margin: 0 -40px
}

.selling-experience .light-blue-sec a {
	color: #1d1e43;
	font-weight: 500;
	font-size: 13px;
	text-decoration: none !important
}

.selling-experience .main-bx h4 {
	font-size: 26px;
	font-weight: 700
}

.selling-experience .boxes.lastt h4 {
	color: rgba(29, 30, 67, .2);
	margin: 33px 0 50px
}

.selling-experience .boxes.lastt img {
	padding-top: 50px
}

.selling-experience .boxes.lastt .light-blue-sec {
	padding: 34px 0
}

.selling-experience select#mySelect {
	height: 50px;
	font-size: 14px;
	border: none;
	border-radius: 0;
	font-weight: 500
}

.selling-experience h2 {
	font-size: 45px;
	font-weight: 700;
	margin-bottom: 20px
}

.selling-experience .drops p {
	font-size: 18px;
	color: #2d3136;
	font-weight: 700
}

.form-control:focus {
	box-shadow: none !important
}

.create-section a.btn {
	padding: 5px;
	letter-spacing: 1px;
	height: auto;
	line-height: normal;
	text-decoration: underline
}

.create-section a.btn:hover {
	color: #ff561d !important
}

body .services-section.shopify-app .single-service:hover {
	background: #fff;
	border: 3px solid #7983cc !important
}

.services-section.shopify-app .single-service:hover svg {
	fill: #7983cc
}

.services-section.shopify-app .single-service:hover h3 {
	color: #7983cc
}

.services-section.shopify-app .single-service:hover a.black-arw {
	color: #7983cc
}

.services-section.shopify-app .single-service:hover svg .cls-1 {
	fill: #7983cc
}

.create-section.aws.shopify-app {
	background: #fff
}

.shop-logo-sec {
	border-bottom: 1px solid #f0ebeb;
	padding: 15px 0
}

.footer-area {
	padding: 0 0 30px
}

.banner-section.shopify-app h1 {
	font-size: 70px
}

.banner-section.shopify-app span {
	color: #fff;
	font-size: 70px;
	background: #a8cc61;
	padding: 10px
}

.banner-section.shopify-app p {
	max-width: 630px
}

.banner-section.shopify-app {
	padding: 205px 0 100px;
	height: 87vh;
	background: #f9fdef
}

.experience h2 {
	font-size: 45px;
	font-weight: 700;
	color: #000;
	margin-bottom: 50px
}

section#experience {
	padding: 100px 0;
	background: #fafafa
}

.section-title {
	margin-bottom: 60px
}

.section-title p {
	color: #1d1e43;
	line-height: 1.6;
	opacity: .8;
	font-size: 15px
}

.section-title h4 {
	text-transform: capitalize;
	font-size: 40px;
	position: relative;
	padding-bottom: 20px;
	margin-bottom: 20px;
	font-weight: 600
}

.section-title h4:before {
	position: absolute;
	content: "";
	width: 60px;
	height: 2px;
	background-color: #3730b7;
	bottom: 0;
	left: 50%;
	margin-left: -30px
}

.section-title h4:after {
	position: absolute;
	background-color: #3730b7;
	content: "";
	width: 10px;
	height: 10px;
	bottom: -4px;
	left: 50%;
	margin-left: -5px;
	border-radius: 50%
}

ul.timeline-list {
	position: relative;
	margin: 0;
	padding: 0
}

ul.timeline-list:before {
	position: absolute;
	content: "";
	width: 2px;
	height: 100%;
	background-color: #3730b7;
	left: 50%;
	top: 0;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%)
}

ul.timeline-list li {
	position: relative;
	clear: both;
	display: flex;
	justify-content: space-between;
	align-items: center
}

.timeline_content {
	background-color: #fff
}

ul.timeline-list li .timeline_content {
	width: 50%;
	color: #333;
	padding: 30px;
	float: left;
	text-align: right;
	justify-content: flex-start;
	display: flex;
	align-items: center
}

ul.timeline-list li:nth-child(1n) .timeline_content {
	float: right;
	text-align: left;
	background: 0 0
}

.timeline_content h4 {
	font-size: 24px;
	font-weight: 800;
	margin: 10px 0
}

ul.timeline-list li:before {
	position: absolute;
	content: "";
	width: 25px;
	height: 25px;
	background-color: #3730b7;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	border-radius: 50%
}

.timeline_content span {
	font-size: 18px;
	font-weight: 500;
	font-family: poppins;
	color: #3730b7
}

.timeline_img {
	width: 45%
}

.timeline_content h4 {
	font-size: 24px;
	font-weight: 800;
	transition: all .3s ease;
	margin: 10px 0
}

.timeline_content h4:hover {
	color: #3730b7
}

ul.timeline-list li.active::before {
	background: #3730b7;
	color: #fff !important;
	border: 3px solid #3730b7;
	z-index: 9
}

ul.timeline-list::before li.active {
	background-color: #3730b7
}

ul.timeline-list li:before {
	position: absolute;
	content: "1";
	width: 50px;
	left: 0;
	height: 50px;
	background-color: #fafafa;
	border: 3px solid #7c7c7c;
	color: #7c7c7c !important;
	left: 50%;
	top: 50%;
	line-height: 50px;
	left: 50%;
	font-size: 25px;
	margin: 0 auto;
	text-align: center;
	color: #fff;
	font-weight: 600;
	right: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	border-radius: 50%
}

ul.timeline-list li:nth-child(1n):before {
	content: "1"
}

ul.timeline-list li:nth-child(2n):before {
	content: "2"
}

ul.timeline-list li:nth-child(3n):before {
	content: "3"
}

ul.timeline-list li:nth-child(4n):before {
	content: "4"
}

ul.timeline-list li:nth-child(5n):before {
	content: "5"
}

ul.timeline-list li:nth-child(6n):before {
	content: "6"
}

.related-product.shopify-app:after {
	position: absolute;
	content: "";
	background: url(../img/related-bckgrd.png) no-repeat center/contain;
	width: 40%;
	height: 50%;
	top: 100px;
	right: 150px;
	z-index: 999
}

ul.timeline-list li.active::after {
	content: "";
	position: absolute;
	top: 0;
	left: 50%;
	background-color: #3730b7;
	height: 150%;
	width: 2px;
	transform: translate(-50%, 0px)
}

.navbar-light .navbar-nav .nav-link:hover {
	color: #ff561d !important;
	transform: translateY(-5px)
}

.navbar-light .navbar-nav #last .nav-link:hover {
	border-bottom: none;
	color: #fff !important
}

.banner-section.blog p {
	max-width: 780px;
	margin: 0 auto;
	color: #fff
}

.banner-section.blog::after {
	display: none
}

.feature-insgt {
	margin-top: -100px
}

.banner-section.blog {
	background: url(../img/blog-banner.jpg) no-repeat center/cover;
	padding: 190px 0 240px
}

.feature-insgt img {
	position: relative;
	width: 100%
}

.feature-insgt span {
	position: absolute;
	top: -40px;
	left: 16px;
	background: #e8e62d;
	padding: 13px 20px 8px;
	font-weight: 600;
	font-size: 13px;
	line-height: 20px;
	display: inline-block
}

.feature-insgt p {
	font-size: 26px;
	color: #fff;
	bottom: 20px;
	font-weight: 700;
	position: absolute;
	max-width: 550px;
	margin: auto 30px 20px;
	max-width: 550px
}

.blog-section {
	padding: 80px 0
}

.banner-section.blog h1 {
	color: #fff
}

.blog-section .left-mg .card {
	border: none !important
}

.blog-section .left-mg .card-body {
	padding: 1.25rem 0
}

.blog-section .left-mg h4 {
	font-weight: 700
}

.blog-section p.card-text {
	color: #1d1e43;
	font-size: 15px;
	line-height: 25px
}

.blog-section p.top {
	font-size: 14px
}

.category-outer {
	background: #f6f6f6;
	padding: 30px 50px
}

.category-outer ul li {
	list-style: none;
	margin: 20px;
	position: relative;
	font-size: 16px;
	transition: all .3s ease
}

.category-outer ul li:hover {
	text-decoration: underline
}

.category-outer ul li:before {
	position: absolute;
	content: "";
	background: #ef5926;
	width: 10px;
	height: 10px;
	left: -20px;
	top: 5px;
	border-radius: 100%
}

.category-outer ul li:first-child:before {
	background: #ef5926
}

.category-outer ul li:nth-child(2):before {
	background: #36ddcf
}

.category-outer ul li:nth-child(3):before {
	background: #ee7ae2
}

.category-outer ul li:nth-child(4):before {
	background: #2b95c5
}

.category-outer ul li:nth-child(5):before {
	background: #95be46
}

.category-outer ul li:nth-child(6):before {
	background: #ff705f
}

.category-outer ul li:nth-child(7):before {
	background: #b369a5
}

.get-news button.btn.sign-me {
	background: #4649bd;
	display: block;
	width: 100%;
	border-radius: 0
}

.get-news {
	border: 1px solid #dcdee0;
	padding: 35px;
	margin: 50px 0
}

.get-news h4 {
	font-size: 22px;
	font-weight: 700
}

.get-news input#email {
	border-radius: 0;
	padding: 10px 20px;
	height: 50px;
	border: 1px solid #dcdee0
}

.blog-section .main:hover .cls-1 {
	fill: #4649bd
}

.recent-posts a {
	color: #000;
	text-decoration: none !important;
	font-weight: 700
}

.recent-posts .main {
	border-bottom: 2px solid #dfe3ff;
	padding: 20px 0
}

.recent-posts {
	padding: 35px
}

.recent-posts .main:last-child {
	border-bottom: none
}

.blog-section .main:hover a {
	color: #4649bd
}

.pagination {
	justify-content: center
}

.pagination .page-link {
	position: relative;
	display: block;
	padding: .5rem .75rem;
	margin-left: -1px;
	margin: 0 10px;
	line-height: 1.25;
	font-size: 20px;
	color: #999;
	font-weight: 700;
	background-color: #fff;
	border: none !important;
	border-radius: 50%
}

.pagination .page-item.active .page-link {
	z-index: 3;
	color: #fff;
	width: 40px;
	height: 40px;
	text-align: center;
	line-height: 24px;
	color: #fff;
	background: #4649bd
}

.pagination span {
	font-size: 25px;
	line-height: 20px
}

.pagination .page-link:focus {
	box-shadow: none !important
}

.pagination .page-link:hover {
	z-index: 2;
	color: #0056b3;
	text-decoration: none;
	background-color: transparent;
	border-color: transparent
}

.banner-section.app-dev-bnr {
	background: #f4f7fb;
	padding: 220px 0 0;
	height: 100vh
}

.banner-section.app-dev-bnr h1 {
	font-family: futura std heavy;
	color: #121212;
	margin-bottom: 25px
}

.app-dev-bnr h1 span {
	color: #2362ae
}

.industries-section {
	background: #2962af
}

.w-clr {
	color: #fff !important
}

.nav-tabs {
	border-bottom: none !important
}

.sidebr-tb form.tabs1-outer {
	width: 100%;
	margin: 20px auto 0
}

.sidebr-tb form.tabs1-outer h4 {
	font-weight: 700;
	font-size: 24px
}

.sidebr-tb input::placeholder,
.sidebr-tb textarea::placeholder {
	color: #000 !important;
}

.sidebr-tb .form-control {
	border: none;
	border-bottom: 2px solid #e0e0e0;
	border-radius: 0;
	padding: 0
}
input.es_required_field.es_txt_email.ig_es_form_field_email::placeholder {
    font-family: 'futurabtw01-medium' !important;
}
body .nav-tabs small {
	color: #d2d2d2 !important
}

.sidebr-tb .nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
	border-color: transparent
}

.sidebr-tb .nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
	border-color: transparent !important
}

.sidebr-tb .nav-tabs i {
	font-size: 30px !important;
	color: #000
}

.sidebr-tb .nav-item {
	display: inline-flex;
	padding: 0;
	padding: 15px 40px
}

.sidebr-tb .nav-item:hover i {
	color: #ff561d;
	transition: all .3s ease
}

.sidebr-tb h4 {
	font-size: 24px;
	font-weight: 800
}

section.tabs.sidebr-tb {
	position: fixed;
	bottom: 0;
	right: 0;
	background: #fff !important;
	z-index: 999;
	padding: 0;
	max-width: 450px;
	min-height: 100vh;
	overflow-x: hidden;
	transition: all .4s ease-in-out
}

.tabs.sidebr-tb.side-getbox {
	right: -145%
}

section.tabs .nav-tabs .nav-link.active {
	border-color: transparent
}

section.tabs div#nav-tab {
	background: #f3f4f6
}

section.tabs div#nav-tabContent {
	padding: 40px !important
}

.need-help {
	position: fixed;
	bottom: 0;
	right: 0;
	z-index: 9999;
	width: auto
}

.sidebr-tb form.tabs1-outer svg {
	fill: #ff561d
}

a:focus,
.btn:focus {
	box-shadow: none !important
}

.carousel-indicators {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0 !important;
	z-index: 15;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	padding-left: 0;
	margin-right: 15%;
	margin-left: 15%;
	list-style: none
}

section.wbanner-section {
	background: #f8fafb;
	height: 100vh;
	display: flex;
	align-items: center
}

section.wbanner-section .container::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 100px;
	background: url(../img/w-left.png);
	width: 208px;
	height: 248px
}

section.wbanner-section .container::before {
	content: "";
	position: absolute;
	right: 0;
	top: 200px;
	background: url(../img/w-right.png);
	width: 186px;
	height: 373px
}

.textmain {
	padding-bottom: 30px
}

section.wbanner-section.inner-bnr p {
	max-width: 900px;
	margin: 0 auto;
	font-size: 27px;
	color: #000
}

section.wbanner-section h1 {
	font-size: 87px;
	font-family: futurabtw01-medium;
	line-height: 72px;
	max-width: 1200px;
	margin: 0 auto;
	margin-bottom: 25px
}

section.wbanner-section h1 img {
	vertical-align: top
}

.w-list ul li {
	font-size: 21px;
	color: #000;
	line-height: 36px;
	list-style: none;
	margin-bottom: 28px;
	font-family: futurabtw01-medium
}

.w-list ul li>span {
	margin-right: 18px
}

section.wbanner-section .orange {
	background: #ff561d
}

section.hiredevelop {
	background: url('../img/developer-bg1.jpg') no-repeat center/cover;
	padding: 150px 0
}

.left-text h2 {
	font-size: 55px;
	color: #fff;
	margin-bottom: 20px
}

.left-text h2 span.orange {
	font-size: 55px;
	color: #ff9724
}

.left-text p {
	font-size: 22px;
	color: #fff
}

.hiredevelop .hire-btn {
	border-radius: 4px;
	overflow: hidden;
	display: inline-block;
	min-width: 200px;
	padding: 10px 20px;
	text-align: center;
	background: #ff9724;
	text-decoration: none;
	color: #fff;
	margin-top: 25px;
	position: relative
}

.hiredevelop .hire-btn span {
	transition: transform .3s ease-in-out;
	display: inline-block;
	height: 100%;
	position: relative;
	z-index: 1;
	font-size: 21px;
	font-family: futurabtw01-medium
}

.hiredevelop .hire-btn::after {
	transition: transform .3s ease-in-out;
	content: '';
	position: absolute;
	background: #ff561d;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	transform: translateX(-100%)
}

.hiredevelop .hire-btn span::before {
	content: "\f061";
	transition: opacity .3s ease-in-out, transform .3s ease-in-out;
	opacity: 0;
	font-size: 8px;
	position: absolute;
	top: 0;
	right: 0;
	height: 100%;
	display: flex;
	align-items: center;
	font-family: fontawesome
}

.hiredevelop .hire-btn:hover::after {
	transform: translateX(0)
}

.hiredevelop .hire-btn:hover span::before {
	opacity: 1;
	transform: translateX(20px)
}

@media(max-width:1200px) {
	section.wbanner-section h1 {
		font-size: 70px;
		line-height: 70px
	}

	section.wbanner-section h1 img {
		width: 500px
	}

	section.wbanner-section img.wblogo {
		max-width: 750px
	}

	section.wbanner-section {
		padding: 120px 0 60px
	}
}

@media(max-width:1080px) {
	section.wbanner-section h1 img {
		width: 420px
	}

	section.wbanner-section h1 {
		font-size: 55px;
		line-height: 65px
	}

	section.wbanner-section {
		padding: 100px 0 30px
	}
}

section.Lbanner-section {
	background: url(../img/laravel-bg.jpg) no-repeat center/cover;
	padding: 180px 0 150px;
	height: 100vh;
	display: flex;
	align-items: center
}

section.Lbanner-section h1 {
	background: #ff561d;
	color: #fff;
	display: inline-block;
	font-family: futurabtw01-bold;
	padding: 10px 30px;
	font-size: 66px;
	letter-spacing: 2px
}

section.Lbanner-section p {
	font-size: 27px;
	line-height: normal;
	max-width: 750px;
	margin: 10px auto 30px;
	font-family: futurabtw01-bold;
	color: #000
}

section.Lbanner-section .order span {
	font-size: 130px;
	font-family: futurabtw01-bold;
	line-height: normal
}

section.Lbanner-section .order strong {
	font-size: 136px;
	color: #ff561d;
	font-family: futurabtw01-medium;
	letter-spacing: 0;
	line-height: normal
}

.nodebanner-section {
	padding: 165px 0 100px;
	background: url(../img/nodejs-banner.png) no-repeat;
	background-size: cover;
	height: 100vh
}

.nodebanner-section h1 {
	font-size: 85px;
	font-family: futurabtw01-book;
	padding-top: 0;
	max-width: 75%;
	line-height: 88px;
	margin-top: 20px
}

.nodebanner-section .right {
	background: url(../img/nlogo.png) no-repeat;
	background-position: 100% 0%;
	padding-top: 137px;
	background-size: 48%
}

.nodebanner-section p {
	line-height: 35px;
	font-weight: 600;
	font-family: montserrat;
	margin-top: 35px
}

.banner-section.nodebanner-section p.sub-txt {
	font-family: futurabtw01-light;
	max-width: 620px;
	font-weight: 500;
	color: #000;
	margin-bottom: 15px
}

.nodebanner-section .right {
	position: relative
}

.nodebanner-section .list-inline {
	padding-left: 0;
	list-style: none
}

.nodebanner-section .right ul li {
	width: 23%;
	text-align: center;
	position: relative
}

.nodebanner-section .right ul li p {
	font-size: 20px;
	color: #000
}

.nodebanner-section .list-inline-item:not(:last-child) {
	margin-right: .5rem
}

.nodebanner-section .list-inline-item {
	display: inline-block
}

.nodebanner-section .nodelspc {
	left: 35px
}

.nodebanner-section .T20 {
	top: 25px
}

.banner-section .font-light {
	font-family: futurabtw01-book
}

.banner-section.inner-bnr p {
	font-size: 23px;
	color: #8c8c8c;
	margin-top: 30px;
	max-width: 610px
}

.banner-section.app-dev-bnr {
	background: #f2f2f2;
	padding: 160px 0 40px;
	height: 100vh
}

.banner-section h1 span {
	font-family: futurabtw01-bold
}

.app-dev-bnr h1 span {
	color: #71b130
}

.app-icons span {
	display: inline-block;
	margin-right: 50px;
	text-align: center
}

.app-icons span:last-child {
	margin-right: 0
}

.app-icons span i {
	display: inline-block;
	width: 63px;
	height: 63px;
	border-radius: 10px;
	background-color: #ff561d;
	text-align: center;
	line-height: 60px;
	margin: 0 auto
}

.app-dev-bnr .dev-bnr-img img {
	position: relative
}

img {
	max-width: 100%
}

.app-dev-bnr .dev-bnr-img::before {
	content: '';
	position: absolute;
	top: -15px;
	right: -106px;
	background: url('../img/app-img.png') no-repeat center/cover;
	width: 321px;
	height: 385px
}

.app-icons span.develop i {
	background-color: #799afc
}

.app-icons span.strategy i {
	background-color: #eb547d
}

.app-icons span h6 {
	font-size: 16px;
	letter-spacing: 1px;
	margin: 8px 0;
	color: #000003;
	font-weight: 500;
	font-family: futurabtw01-bold;
	text-align: center
}

.hire-develop {
	border-radius: 4px;
	background: #6ba72d;
	display: inline-block;
	font-size: 20px;
	line-height: normal;
	color: #fff;
	font-weight: 500;
	font-family: futurabtw01-medium;
	padding: 18px 27px;
	margin-top: 40px;
	text-decoration: none !important;
	position: relative;
	padding-left: 55px
}

.hire-develop:hover {
	background: #82ca38;
	transition: all .5s ease-in-out;
	color: #fff
}

.industries-section {
	background: #2962af
}

.w-clr {
	color: #fff !important
}

.banner-section.ios-banner {
	background-image: unset;
	padding-top: 190px;
	padding-bottom: 0
}

.banner-section.ios-banner::before {
	content: '';
	position: absolute;
	bottom: 0;
	right: 0;
	background: url('../img/ios-bg.png') no-repeat center/cover;
	width: 1147px;
	height: 879px
}

.banner-section.ios-banner h1 {
	font-size: 81px
}

.ios-banner span.purple {
	color: #672abe
}

.font-black {
	font-family: futura heavy !important
}

.app-icons.ios span i {
	border-radius: 50%
}

.app-icons span.swift i {
	background: linear-gradient(90deg, #df4818 0%, #f76a00 100%)
}

.app-icons span.obj-c i {
	background: linear-gradient(90deg, #7451df 0%, #a44af0 100%)
}

.app-icons span.X-Code i {
	background: linear-gradient(90deg, #56ce2d 0%, #56ce2d 100%)
}

.purple-btn {
	background: #8739fd
}

.purple-btn:hover {
	background: #6b38b7
}

.white-bg {
	background: #fff
}

.banner-section.php-banner {
	padding: 210px 0 150px
}

.banner-section.php-banner::before {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	background: url(../img/php-bnr-bg.png);
	width: 1080px;
	height: 928px
}

.banner-section h1 span.purplephp {
	color: #3e48b3
}

.app-icons {
	padding-bottom: 15px
}

.app-icons.php-ser .img-fluid {
	margin-right: 30px
}

.app-icons.php-ser .img-fluid:last-child {
	margin-right: 0
}

.hire-develop.php-btn {
	background-color: #3e48b3
}

.banner-section.backend-banner,
.banner-section.frontend-banner,
.banner-section.whmc-banner {
	background: #f2f2f2;
	padding: 200px 0 150px
}

.banner-section.backend-banner::before,
.banner-section.frontend-banner::before,
.banner-section.whmc-banner::before,
.banner-section.app-dev-bnr::before {
	content: "";
	display: block;
	background: #fff;
	width: 120%;
	height: 200px;
	position: absolute;
	left: -10%;
	bottom: -90px;
	z-index: 0;
	transform: rotate(-6deg)
}

.banner-section h1 span.purpleback {
	color: #58119d
}

.listing-style {
	margin: 0;
	padding: 0;
	list-style: none
}

.listing-style li {
	font-size: 18px;
	letter-spacing: .3px;
	line-height: 39px;
	color: #000;
	font-weight: 500;
	font-family: futurabtw01-medium
}

.listing-style li svg {
	width: 18px;
	height: 18px;
	fill: #f50;
	margin-bottom: 5px;
	margin-right: 5px
}

.develop-btn,
.develop-btn:hover {
	background-color: #58119d
}

.backend-bnr-box .margin-top {
	margin-top: 28px
}

.back-inner {
	min-height: 270px;
	background-color: #ffff;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	box-shadow: 0 4px 9.5px rgba(0, 0, 0, .05);
	transition: all .5s ease-in-out
}

.back-inner:hover {
	transform: scale(1.1)
}

.back-inner h3 {
	font-size: 26px;
	line-height: normal;
	color: #000003;
	font-weight: 500;
	font-family: futurabtw01-medium;
	text-align: center;
	margin: 15px 0 0
}

.back-inner .img-fluid {
	max-width: 79px;
	height: 107px
}

.banner-section.crossplat-banner {
	background: #f2f2f2
}

.crossplat-banner.inner-bnr::before {
	content: "";
	display: block;
	background: #fff;
	width: 120%;
	height: 200px;
	position: absolute;
	left: -10%;
	bottom: -90px;
	z-index: 0;
	transform: rotate(-6deg)
}

.banner-section.crossplat-banner .cross-plat {
	color: #9c28a8
}

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

.banner_icon ul li {
	display: inline-block;
	text-align: center;
	padding: 0 25px;
	border-left: 1px solid #d9d9d9
}

.banner_icon ul li:first-child {
	padding-left: 0;
	border-left: 0
}

.banner_icon ul li .img-fluid {
	height: 49px
}

.banner_icon ul li h6 {
	font-size: 20px;
	color: #393939;
	font-family: futurabtw01-medium;
	margin: 15px 0 0
}

.crossplat-banner.inner-bnr .develop-btn {
	background-color: #9c28a8
}

.banner-section.aws .develop-btn {
	background: #f90;
	margin-top: 15px
}

.banner-section.aws .develop-btn:hover {
	background: #f90
}

.UI-banner-section {
	background: #f2f2f2;
	background-position: 100% 100%;
	padding: 165px 0 100px;
	height: 100vh;
	position: relative
}

.UI-banner-section h1 {
	font-size: 85px;
	font-weight: 700;
	color: #000;
	padding-top: 40px;
	line-height: 88px;
	display: flex;
	align-items: center;
	justify-content: center
}

.UIBanner {
	background: #f2f2f2 url(../img/uibanner.png) no-repeat right;
	background-size: contain;
	background-position: 100%
}

.UIBanner::before {
	content: "";
	position: absolute;
	bottom: 100px;
	right: 0;
	width: 218px;
	height: 301px;
	background: url(../img/UI-bannerImage.png) no-repeat
}

.UI-banner-section h1 span {
	font-size: 85px;
	font-weight: 700;
	line-height: 88px;
	background-color: #5c06cc;
	color: #fff;
	margin-right: 10px;
	padding: 0 8px
}

.UI-banner-section .hire-btn {
	background-color: #ff35a8;
	font-size: 20px;
	letter-spacing: 1px;
	color: #fff;
	padding: 12px 30px;
	font-family: futurabtw01-book;
	position: relative;
	overflow: hidden;
	padding-left: 55px
}

.banner-section.UI-banner-section p {
	font-weight: 500;
	max-width: 630px;
	font-size: 35px;
	line-height: 46px;
	color: #000;
	text-align: center;
	margin: 50px auto;
	width: 100%;
	font-family: futura heavy
}

.banner-section.UI-banner-section p .bg-pinklight {
	display: inline-block;
	font-size: 35px;
	background: #ffdbdc;
	padding: 0 8px 8px
}

.UI-banner-section.inner-bnr .list-inline {
	padding: 30px 0
}

.UI-banner-section ul li {
	position: relative
}

.banner-section.whmc-banner::after {
	content: none
}

.banner-section.whmc-banner .green {
	color: #8abf37
}

.banner-section.whmc-banner .textt p {
	font-family: futurabtw01-light;
	color: #000
}

.banner-section.whmc-banner .banner-img .img-fluid {
	max-width: 1005px
}

.banner-section .hire-develop.orange {
	background: #f48120
}

section.Lbanner-section .left p.my-0 {
	font-family: futurabtw01-book;
	font-weight: 600
}

.need-help button.btn {
	border-radius: 4px 0 0 0
}

.services-section.mag-hm a.black-arw svg {
	width: 21px;
	margin-left: 5px;
	transition: all .3s ease-in-out
}

.single-service:hover a.black-arw svg {
	transform: translateX(10px)
}

.banner-section.angular-banner {
	display: flex;
	align-items: center;
	height: 100vh;
	padding-top: 180px;
	background: #f4f7fb url(../img/angular-btm-bg.png);
	background-size: auto;
	background-repeat: no-repeat;
	background-position: bottom left
}

.banner-section.angular-banner::before {
	content: "";
	position: absolute;
	top: 150px;
	right: 0;
	width: 108px;
	height: 287px;
	background: url(../img/angular-rgt-bg.png)
}

.angular-box ul li {
	display: flex;
	align-items: center;
	margin-bottom: 15px
}

.angular-box ul li i img {
	max-width: unset;
	margin-right: 40px
}

.angular-box ul li h3 {
	font-size: 85px;
	line-height: 88px;
	color: #000;
	font-family: futurabtw01-bold;
	margin: 0
}

.angular-box ul li:first-child h3 {
	color: #dd0031
}

.banner-section.inner-bnr .angular-box ul li p {
	font-size: 21px;
	line-height: 31px;
	color: #000
}

.angular-box .btn-wrapper {
	max-width: 460px;
	margin: 0 auto
}

.angular-box .btn-wrapper .hire-develop {
	margin-top: 0
}

.red-btn,
.red-btn:hover {
	background: #dd0031
}

.banner-section.reacts-banner {
	background: #f4f7fb url('../img/react-bnr-bg.png') no-repeat bottom/auto
}

.banner-section.inner-bnr .purple {
	color: #6924c6
}

.banner-section.reacts-banner .reacts-text p {
	max-width: 750px;
	margin-left: auto;
	margin-right: auto;
	font-size: 25px;
	line-height: 36px;
	color: #000
}

.reacts-list-box {
	max-width: 480px;
	margin: 15px auto 0
}

.reacts-list-box ul li {
	font-size: 24px;
	color: #000;
	list-style: none;
	margin-bottom: 28px;
	padding-bottom: 28px;
	display: flex;
	align-items: center;
	font-family: futurabtw01-medium;
	border-bottom: 1px solid #e6e1f6
}

.reacts-list-box ul li:last-child {
	border-bottom: 0
}

.reacts-list-box ul li>span {
	margin-right: 18px
}

.banner-section.inner-bnr h1 {
	color: #000
}

.banner-section.shopify-app-banner {
	padding: 220px 0 180px
}

.banner-section.shopify-app-banner::after {
	content: '';
	position: absolute;
	bottom: 0;
	right: 120px;
	background: url(../img/bottom-arrow.png);
	width: 551px;
	height: 259px
}

.banner-section.shopify-app-banner::before {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	background: url(../img/shopify-right-crl.png);
	width: 104px;
	height: 344px
}

.banner-section.shopify-app-banner .col-md-5.col-sm-12.col-12.text-center {
	position: inherit
}

.bnr-img .bnr_img_box {
	display: inline-block;
	position: relative;
	z-index: 1;
	border-radius: 50%;
	animation: pulseaim 1.75s infinite cubic-bezier(.66, 0, 0, 1);
	box-shadow: 0 0 0 0 rgb(148 190 0/21%)
}

@-webkit-keyframes pulseaim {
	to {
		box-shadow: 0 0 0 30px transparent
	}
}

.bnr-img .bottom-shape {
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 0
}

.banner-section.shopify-app-banner .textt p {
	max-width: 800px;
	font-size: 27px;
	line-height: 36px;
	color: #000
}

.banner-section.shopify-app-banner .green {
	color: #95bf47
}

.imgwrapper {
	padding: 30px 0
}

.imgwrapper .img-fluid {
	margin-right: 70px
}

.imgwrapper .img-fluid:last-child {
	margin-right: 0
}

.banner-section.shopify-app-banner .hire-develop {
	background: #5c6ac4
}

.hire-develop i {
	padding-right: 5px
}

.services-section.mag-hm .single-service::after,
.other-way-box::after,
.services-section.mag-hm .single-service::before,
.other-way-box::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	opacity: 0;
	transition: all .7s ease 0s;
	border-radius: 4px
}

.services-section.mag-hm .single-service:before,
.other-way-box::before {
	border-bottom: 3px solid rgba(255 86 29);
	border-top: 3px solid rgba(255 86 29);
	transform: scale(0, 1);
	transform-origin: 0 0 0
}

.services-section.mag-hm .single-service:after,
.other-way-box::after {
	border-left: 3px solid rgba(255 86 29);
	border-right: 3px solid rgba(255 86 29);
	transform: scale(1, 0);
	transform-origin: 100% 0 0
}

.services-section.mag-hm .single-service:hover:after,
.other-way-box:hover::after,
.services-section.mag-hm .single-service:hover:before,
.other-way-box:hover::before {
	opacity: 1;
	transform: scale(1);
	transition-delay: .15s
}

.main-header.about-hdr .navbar-brand .logo {
	display: none
}

.main-header.about-hdr .navbar-brand .white-logo {
	display: block
}

.main-header .navbar-brand .white-logo {
	display: none
}

.services-section.mag-hm .single-service>svg {
	width: 55px;
	height: 55px;
	fill: #ff561d
}

.about-hdr .site-header .overlay-menu-trigger .menu-btn:before,
.about-hdr .site-header .overlay-menu-trigger .menu-btn:after {
	background: #fff
}

.why-cnt-box {
	position: relative
}

.why-cnt-box::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 0;
	background-color: #ff561d;
	transition: all .5s ease-in-out;
	z-index: -1;
	border-radius: 5px
}

.why-cnt-box:hover::after {
	height: 100%
}

.services-section h3 {
	font-family: futurabtw01-bold;
	letter-spacing: 0
}

.why-cnt-box h4 {
	min-height: 52px
}

ol.carousel-indicators.cst-tab i {
	background: #fcfcfc;
	padding: 16px 0 22px
}

.banner-section.services-banner {
	display: flex;
	align-items: center;
	height: 100vh;
	background-image: url(../img/services-bg.png);
	background-repeat: no-repeat;
	background-position: center right
}

.banner-section.services-banner::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 150px;
	background: url(../img/ser-left.png);
	width: 58px;
	height: 372px
}

.head-text .pinkbox {
	display: inline-block;
	background-color: #f07699;
	padding: 8px 22px;
	border-radius: 20px;
	font-size: 16px;
	letter-spacing: 0;
	line-height: normal;
	color: #fff;
	font-weight: 500;
	font-family: futurabtw01-medium
}

.banner-section.services-banner p.font-large {
	font-size: 64px;
	color: #212121;
	font-family: futura heavy;
	line-height: 71px;
	letter-spacing: -.3px;
	max-width: 660px
}

.head-text .get_started {
	background-color: #ca3862;
	position: relative;
	padding-left: 55px;
	margin-top: 10px
}

.benefits-section.aws .mid-part a.btn {
	padding-left: 55px;
	position: relative
}

.hire-develop:before,
.UI-banner-section .hire-btn:before,
.benefits-section.aws .mid-part a.btn:before,
.main-formss button.btn:before {
	box-shadow: 0 0 0 rgba(255, 255, 255, .4);
	animation: pulso 2s infinite;
	transition: .5s;
	content: "";
	width: 15px;
	height: 15px;
	border: 3px solid #fff;
	position: absolute;
	left: 25px;
	border-radius: 50%;
	top: 0;
	bottom: 0;
	margin: auto
}

@keyframes pulso {
	0% {
		-moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, .8);
		box-shadow: 0 0 0 0 rgba(255, 255, 255, .8)
	}

	70% {
		-moz-box-shadow: 0 0 0 20px transparent;
		box-shadow: 0 0 0 20px transparent
	}

	100% {
		-moz-box-shadow: 0 0 0 0 transparent;
		box-shadow: 0 0 0 0 transparent
	}
}

.banner-section.services-banner .video_box {
	position: inherit
}

.banner-section.services-banner .video_box .sd-text-box {
	position: absolute;
	top: 56%;
	transform: translate(-60px, -50%);
	right: 60px;
	width: 900px
}

.sd-text-box {
	display: block;
	-webkit-mask-image: url(../img/SD-text.svg);
	mask-image: url(../img/SD-text.svg);
	-webkit-mask-position: right top;
	mask-position: right top;
	-webkit-mask-repeat: no-repeat;
	mask-repeat: no-repeat;
	mask-size: 100% 100%;
	-webkit-mask-size: 100% 100%;
	overflow: hidden;
	max-width: 100%
}

.sd-text-box .wool-layer img {
	width: 110%;
	max-width: initial
}

.services-section.mag-hm .single-service.services-box {
	background: #f5f5f5;
	padding: 70px;
	box-shadow: unset;
	border: 0
}

.services-section .services-box h3 {
	font-size: 40px;
	font-family: futurabtw01-bold;
	color: #000;
	letter-spacing: -1px
}

.services-section.mag-hm .single-service h3 {
	background: linear-gradient(to right, #ff561d, #ff561d 50%, #191919 50%, #191919 50%);
	background-size: 200% auto;
	background-position-x: 100%;
	-webkit-background-clip: text;
	background-clip: text;
	color: transparent;
	transition: background-position-x .8s, color .8s
}

.services-section.mag-hm .single-service:hover h3 {
	color: transparent;
	background-position-x: 0
}

.services-section.mag-hm .services-box>svg {
	width: 70px;
	height: 70px
}

.services-section.magento {
	padding: 0
}

.related-post-section .main-outer a {
	transition: color .35s .15s, transform .35s .15s;
	display: inline-block;
	overflow: hidden;
	position: relative;
	color: #ff561d;
	padding: 5px;
	z-index: 1;
	font-family: futurabtw01-medium
}

.related-post-section .main-outer a:hover {
	color: #fff
}

.related-post-section .main-outer a::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 1px;
	opacity: 0;
	background-color: #ff561d;
	transition: all .5s ease-in-out
}

.related-post-section .main-outer a:hover::after {
	height: 100%;
	z-index: -1;
	opacity: 1
}

.high-performance {
	padding: 80px 0
}

.banner-section.devops.inner-bnr p {
	font-family: futurabtw01-light;
	color: #000;
	margin-top: 10px
}

.our-section.portfolio .tabbable .nav-tabs .nav-item .nav-link {
	position: relative;
	overflow: hidden;
	z-index: 1;
	background: #f3f4f6;
	color: #000;
	border: 0
}

.banner-section.devops .hire-develop {
	background-color: #d01b4c;
	margin: 10px 0 60px
}

.nectar-scrolling-text .nectar-scrolling-text-inner {
	width: 100%;
	height: auto;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: flex-start;
	overflow: hidden;
	white-space: nowrap;
	overflow: hidden !important
}

.nectar-scrolling-text[data-using-bg=true][data-sep-text=true] .nectar-scrolling-text-inner {
	position: absolute;
	top: 50%;
	left: 0;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: 10;
	transition: opacity .6s ease
}

.nectar-scrolling-text .background-layer:not([data-bg-animation=none]).animated-in .nectar-scrolling-text-inner {
	opacity: 1
}

.nectar-scrolling-text.font_size_15vh .nectar-scrolling-text-inner * {
	font-size: 15vh;
	line-height: 1.2em
}

.nectar-scrolling-text.font_size_15vh .nectar-scrolling-text-inner i {
	-webkit-text-stroke-color: inherit;
	-webkit-text-fill-color: transparent;
	-webkit-text-stroke-width: .015em
}

.nectar-scrolling-text .nectar-scrolling-text-inner>* {
	color: inherit;
	margin-bottom: 0
}

.nectar-scrolling-text .nectar-scrolling-text-inner>* {
	transform: translateX(-20%) translateZ(0);
	animation: nectar-scrolling-text-animation linear infinite 15s
}

.nectar-scrolling-text[data-s-dir=rtl] .nectar-scrolling-text-inner>* {
	animation-direction: reverse;
	will-change: transform
}

.nectar-scrolling-text[data-s-speed=slow] .nectar-scrolling-text-inner>* {
	animation-duration: 8s
}

.nectar-scrolling-text[data-s-speed=medium] .nectar-scrolling-text-inner>* {
	animation-duration: 6s
}

.nectar-scrolling-text[data-s-speed=fast] .nectar-scrolling-text-inner>* {
	animation-duration: 4s
}

.nectar-scrolling-text[data-style=text_outline] em,
.nectar-scrolling-text[data-style=text_outline] i {
	font-style: normal;
	font-family: inherit
}

.nectar-scrolling-text[data-spacing=true] .nectar-scrolling-text-inner>h1,
.nectar-scrolling-text[data-spacing=true] .nectar-scrolling-text-inner>h2,
.nectar-scrolling-text[data-spacing=true] .nectar-scrolling-text-inner>h3,
.nectar-scrolling-text[data-spacing=true] .nectar-scrolling-text-inner>h4,
.nectar-scrolling-text[data-spacing=true] .nectar-scrolling-text-inner>h5,
.nectar-scrolling-text[data-spacing=true] .nectar-scrolling-text-inner>p,
.nectar-scrolling-text[data-spacing=true] .nectar-scrolling-text-inner>strong,
.nectar-scrolling-text[data-spacing=true] .nectar-scrolling-text-inner>b {
	padding-left: .5em
}

.row .nectar-scrolling-text .nectar-scrolling-text-inner>* {
	margin-bottom: 0
}

.nectar-scrolling-text .nectar-scrolling-text-inner span.custom[data-scale=three-fourths] {
	-webkit-transform: scale(.75);
	transform: scale(.75);
	padding: 0 .35em
}

.nectar-scrolling-text .nectar-scrolling-text-inner span.custom[data-scale=half] {
	-webkit-transform: scale(.5);
	transform: scale(.5);
	padding: 0 .3em
}

@keyframes nectar-scrolling-text-animation {
	to {
		transform: translateX(-120%) translateZ(0)
	}
}

body .nectar-scrolling-text[data-using-bg=true] .background-layer,
body .full-width-section .nectar-scrolling-text[data-using-bg=true] .background-layer.row-bg-wrap {
	overflow: hidden;
	z-index: 100;
	position: relative;
	width: 100%;
	margin-left: 0;
	left: 0;
	top: 0
}

.nectar-scrolling-text[data-using-bg=true][data-sep-text=true] .nectar-scrolling-text-inner {
	position: absolute;
	top: 50%;
	left: 0;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: 10;
	transition: opacity .6s ease
}

.wpb_row .nectar-scrolling-text .row-bg {
	position: relative;
	top: 0;
	left: 0
}

.nectar-scrolling-text .background-layer:not([data-bg-animation=none]) .nectar-scrolling-text-inner {
	opacity: 0;
	transition: opacity .6s ease
}

.nectar-scrolling-text .background-layer:not([data-bg-animation=none]).animated-in .nectar-scrolling-text-inner {
	opacity: 1
}

.our-section.portfolio .boxx .port-inner-img {
	border-radius: 10px;
	overflow: hidden
}

.our-section.portfolio .boxx .port-inner-img:hover img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
	transition: all .8s ease-in-out
}

.top-box {
	padding-bottom: 90px
}

.imgboxx {
	display: inline-block;
	width: 100%
}

.port-btm-spc {
	padding-bottom: 40px
}

.banner-section.portfolio .orange-bg {
	display: inline-block;
	background-color: #ff561d;
	padding: 4px 25px;
	font-size: 18px;
	font-family: futurabtw01-medium;
	text-transform: uppercase;
	line-height: 24px;
	border-radius: 30px;
	letter-spacing: 2px
}

.top-box h2 {
	font-size: 45px;
	max-width: 910px;
	margin: 0 auto;
	font-family: futurabtw01-book
}

.top-box h2 span {
	font-size: 45px;
	font-family: futurabtw01-bold
}

.top-box p {
	font-size: 24px;
	line-height: 31px;
	max-width: 760px;
	margin: 20px auto 0;
	font-family: futurabtw01-light
}

.top-box .hire-develop {
	background-color: #ff561d
}

.footer-menu.footer-menu--1 {
	padding-left: 80px
}

.footer-area .social-icn a:hover {
	border-color: #ff561d;
	color: #ff561d;
	transform: translateY(-9px)
}

.our-section.portfolio .boxx .arow a svg {
	width: 22px;
	transition: all .5s ease-in-out;
	margin-left: 8px
}

.our-section.portfolio .boxx .arow a:hover svg {
	transform: translateX(10px);
	transition: all .5s ease-in-out;
	fill: #ff561d
}

.top_heading {
	padding-bottom: 30px
}

.top_heading>p {
	font-size: 21px;
	color: #6c6c6c
}

.gallery-common-section .carousel-item {
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover
}

.gallery-common-section .carousel-item .main-content .right-side img {
	width: 100%
}

.gallery-common-section .carousel-item .Left-side h3 {
	font-size: 45px;
	color: #000;
	font-family: futurabtw01-bold;
	padding-top: 30px;
	padding-bottom: 20px
}

.gallery-common-section .carousel-item .Left-side p {
	color: #343434;
	font-size: 25px;
	font-family: futurabtw01-medium;
	margin-top: 15px;
	margin-bottom: 40px
}

.gallery-common-section .carousel-control-next,
.gallery-common-section .carousel-control-prev {
	top: unset;
	opacity: 1;
	bottom: 40px !important
}

.gallery-common-section.slider-section i.fa.fa-long-arrow-left,
.gallery-common-section.slider-section i.fa.fa-long-arrow-right {
	font-size: 20px;
	vertical-align: bottom;
	color: #000
}

.gallery-common-section .carousel-control-next span,
.gallery-common-section .carousel-control-prev span {
	color: #000
}

.gallery-common-section a.btn.square {
	position: relative;
	padding: 12px 40px;
	padding-left: 55px;
	background: #000;
	border-radius: 0;
	font-size: 19px
}

.gallery-common-section .Left-side span {
	font-size: 20px;
	color: #1e1e1e;
	font-family: futurabtw01-medium;
	border-bottom: 3px solid #f8b3d4
}

.gallery-common-section a.btn.square:before {
	box-shadow: 0 0 0 rgba(255, 255, 255, .4);
	animation: pulso 2s infinite;
	transition: .5s;
	content: "";
	width: 15px;
	height: 15px;
	border: 3px solid #fff;
	position: absolute;
	left: 25px;
	border-radius: 50%;
	top: 0;
	bottom: 0;
	margin: auto
}
:focus {
    outline: 0;
}

@media(max-width:1024px) {}

.gallery-common-section .carousel-item .main-content .right-side img {
	position: relative;
	left: -80px
}

.gallery-common-section .carousel-item .main-content .left_side_text {
	position: absolute;
	left: -100px
}

.gallery-common-section.slider-section .carousel-indicators {
	margin: 0;
	width: max-content;
	right: 18px;
	left: auto !important;
	bottom: 155px;
	z-index: 1;
	width: 50%
}

.gallery-common-section.slider-section .carousel-indicators li {
	width: 8px;
	height: 8px;
	border-radius: 30px;
	border: 0;
	background-color: #7c7c7c;
	opacity: 1;
	margin-left: 6px;
	margin-right: 6px;
	transition: all .4s ease-in-out
}

.gallery-common-section.slider-section .carousel-indicators .active {
	width: 25px;
	background-color: #66a42f
}

.hiredevelop .hire-btn span::before {
	font-size: 14px
}

.col-md-4.col-sm-4.col-3.left-sdd {
	z-index: 0
}

.banner-section.whmc-banner {
	padding: 140px 0 150px
}

.services-section.mag-hm.magento {
	padding-bottom: 70px
}

ol.carousel-indicators.cst-tab li .shp0 {
	fill: #fcfcfc
}

.site-header .overlay-menu .follow-us .btn {
	letter-spacing: 1px;
	font-weight: 500
}

.main-formss.contact-form .location-box>p i {
	position: absolute;
	left: 0;
	top: 6px
}

.main-formss.contact-form .location-box>p {
	padding-left: 22px;
	position: relative
}

.related-post-section span {
	display: none
}

section.hiredevelop p {
	max-width: 720px
}

.achievements-section p.achieve {
	color: #7a7a7a;
	font-size: 16px;
	margin-top: 12px;
	font-weight: 700;
	font-family: futura heavy
}

.achievements-section p.feedback {
	font-size: 16px;
	color: #000
}

.achievements-section h6.top-dev {
	margin-top: 50px;
	font-size: 17px;
	font-weight: 700;
	margin-bottom: 0
}

.achievements-section p.rating {
	font-size: 26px;
	font-weight: 700;
	color: #000;
	font-family: futurabtw01-bold
}

.achievements-section .bottom-cont {
	position: absolute;
	bottom: 20px;
	left: 0;
	right: 0;
	padding: 0 5px
}

.main-slider .slick-slide {
	outline: none !important;
	margin: 25px 15px 20px
}

.main-slider .main-box svg {
	position: absolute;
	margin-top: 18px;
	border-radius: 0 0 5px 5px;
	width: 100%;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 0
}

.achievements-section .bottom-cont {
	position: relative;
	z-index: 1
}

.main-box-body {
	min-height: 175px
}

.banner-section.services-banner {
	padding: 140px 0 0;
	height: 90vh
}

.nectar-scrolling-text.font_size_15vh .nectar-scrolling-text-inner i {
	-webkit-text-stroke-color: inherit;
	-webkit-text-fill-color: transparent;
	-webkit-text-stroke-width: .015em
}

.nectar-scrolling-text.font_size_15vh .nectar-scrolling-text-inner * {
	font-size: 15vh;
	line-height: 1.2em
}

.nectar-scrolling-text[data-style=text_outline] em,
.nectar-scrolling-text[data-style=text_outline] i {
	font-style: normal;
	font-family: inherit
}

.logo-slider {
	max-width: 500px;
	overflow-x: hidden
}

.logo-slider .main-slider .slick-slide {
	width: 170% !important;
	max-width: 150px !important;
	margin: 0
}

.slick-slide:focus {
	outline: none
}

.footer-area h2.main-heading-ft {
    font-size: 27px;
    color: #fff;
    line-height: 40px;
    font-family: "FuturaBTW01-Bold" !important;
}

.footer-area h5.sub-heading {
	font-size: 18px;
	color: #fff;
	font-weight: 500;
	margin-top: 30px
}

.footer-area a.intouch {
	border-radius: 3px;
	border: 1px solid #fff;
	padding: 12px 10px;
	max-width: 160px;
	display: inline-block;
	width: 100%;
	text-align: center;
	font-size: 10px;
	letter-spacing: 1px;
	color: #fff;
	font-weight: 600;
	transition: all .4s ease;
	cursor: pointer
}

.footer-area a.intouch:hover {
	background: #ff561d;
	border-color: #ff561d;
	color: #fff
}

.banner-section.contact-us p {
	max-width: 1080px
}

.career-list p {
	max-width: 580px !important;
	margin: unset !important;
	width: 100%
}

.list-heading h4 {
	font-family: futura heavy;
	color: rgb(0 0 0/.6);
	font-size: 18px;
	margin-bottom: 0
}

.list-heading {
	border-bottom: 2px solid #f2f2f2;
	padding: 30px 0
}

.career-list p.skill {
	color: rgb(0 0 0/0.7);
	font-family: futurabtw01-book;
	font-size: 18px
}

span.number {
	font-size: 22px;
	font-family: futura heavy;
	color: #000;
	width: 250px;
	margin-right: 22px
}

.career-list a {
	font-size: 15px;
	border: 1px solid #828282;
	width: 120px;
	text-align: center;
	padding: 6px 10px;
	border-radius: 3px;
	text-decoration: none !important;
	color: #000;
	font-weight: 600;
	transition: all .4s ease
}

.career-list a:hover {
	background: #ff561d;
	color: #fff;
	border-color: #ff561d
}

.banner-section.portfolio.contact-us.career-outer {
	padding-top: 165px
}

.main-formss.contact-form.leave-policyy {
	max-width: 100%
}

ul.leave-listt li {
	font-size: 18px
}

ul.list-left-space li {
	margin-bottom: 10px
}

.list-left-space a {
	text-decoration: none;
	color: #ff561d
}

.policy-space {
	margin-bottom: 40px
}

.list-left-space {
	padding-left: 18px
}

.mega-menu.row.right-side h2 {
	color: #fff
}

.overlay-menu.active .main-content ul {
	display: block;
	justify-content: space-between;
	width: 100%;
	align-items: center
}

.overlay-menu.active .main-content ul li span {
	color: #c69f52;
	font-size: 22px;
	font-family: futurabtw01-bold
}

.overlay-menu.active .main-content ul li p {
	color: rgb(255 255 255/0.7);
	font-size: 20px;
	margin-left: 8px
}

.overlay-menu.active .main-content {
	width: 100%;
	max-width: 500px;
	margin: 0;
	text-align: center;
	padding-top: 8px
}

.overlay-menu.active .main-content ul li {
	list-style: none;
	border-right: 1px solid #ffffff40;
	padding-right: 30px
}

.overlay-menu.active .main-content ul li:last-child {
	border-right: none
}

.site-header .overlay-menu.active .left-side.text-center {
	padding: 0;
	position: absolute;
	left: 0;
	bottom: 0;
	right: initial;
	width: 50%;
	opacity: 0;
	visibility: hidden;
	transition: all .3s ease-in-out;
	z-index: 1
}

.site-header .overlay-menu.active .right-side {
	padding: 0;
	position: absolute;
	top: 40px;
	right: 20px;
	width: 50%;
	opacity: 0;
	visibility: hidden;
	transition: all .3s ease-in-out;
	z-index: 1
}

.overlay-menu .main-menu-nav a.active~div>.right-side {
	opacity: 1 !important;
	visibility: visible !important;
	transition: all .3s ease-in-out !important
}

.overlay-menu .main-menu-nav a.active~div>.left-side {
	opacity: 1 !important;
	visibility: visible !important;
	transition: all .3s ease-in-out !important
}

.right-side.choose-outer h2 {
	color: #fff;
	font-size: 45px;
	text-align: left !important;
	font-family: futurabtw01-medium !important;
	font-weight: 400
}

.right-side.choose-outer h2 span {
	color: #c69f52;
	font-size: 45px;
	text-decoration: underline
}

.footer-search .input-group input {
	height: 60px;
	border: 0;
	border-right: 0;
	padding: 10px 20px
}

.footer-search .input-group .btn {
	border: 0;
	letter-spacing: 0;
	font-size: 12px;
	font-weight: 500;
	font-family: poppins;
	background-color: #f26522;
	padding: 22px 16px 18px;
	border-left: 0
}

.footer-search .input-group input:focus {
	z-index: unset
}

.footer-search .input-group input::placeholder {
	font-size: 15px;
	letter-spacing: 1px;
	color: #231f207a;
	font-weight: 500;
	font-family: futurabtw01-medium
}

.footer-search .input-group .btn:hover {
	background-color: #f26522
}

.site-header .overlay-menu.active .left-side.text-center {
	bottom: unset
}

.overlay-menu.active .main-content ul li:not(:last-child) {
	border-bottom: 1px solid #25292f;
	border-right: 0;
	margin-bottom: 10px
}

.overlay-menu.active .main-content ul li {
	display: flex
}

.excellance-section {
	padding-top: 80px;
	padding-right: 50px
}

.menu-exp-info p {
	font-size: 16px;
	line-height: 22px;
	color: #9a97be;
	font-family: futurabtw01-medium;
	padding-right: 25px
}

.menu-exp-info h3 {
    font-size: 23px;
    line-height: 28px;
    color: #fff;
    font-weight: 500;
    margin-bottom: 12px;
    font-family: futurabtw01-medium !important;
}

.menu-exp-info .exp-image {
	width: 17%
}

.menu-exp-info .txt {
	width: 83%
}

.menu-exp-info {
	display: flex;
	margin-bottom: 18px;
	height: 100%;
	width: 100%
}

.exp-info-content {
	padding-top: 25px
}

.excellance-img img {
	max-width: 220px
}

.logo-slider.slick-initialized.slick-slider {
	width: 400px
}

.site-header .overlay-menu.active .excellance-list .left-side {
	opacity: 1;
	visibility: visible
}

.logo-slider .slick-track {
	margin-left: 9px
}

.logo-slider .slick-list {
	width: 280px
}

footer .footer-search .input-group .btn:active {
	background-color: #f26522
}

body .banner-section.portfolio {
	padding-bottom: 0;
	background-position: 0 100px
}

.leave-content {
	margin-bottom: 40px
}

.note-txt {
	padding-top: 20px
}

.notification-txt p {
	font-size: 13px;
	margin-bottom: 0;
	font-family: futurabtw01-medium;
	color: #fff
}

.notification-txt p span {
	color: #ff561d;
	text-decoration: underline;
	padding: 0 3px
}

.notification-bar {
	padding: 5px 0;
	background-color: #000;
	-webkit-transition: all 400ms ease;
	transition: all 400ms ease
}

.main-box.custom-logo-width img {
	height: 122px
}

.notification-txt.text-center {
	display: flex;
	justify-content: center;
	align-items: center
}

.notification-go-btn:hover {
	text-decoration: none;
	color: #fff
}

.notification-go-btn {
	background-color: #ff561d;
	color: #fff;
	font-size: 11px;
	padding: 2px 10px;
	border-radius: 3px;
	margin-left: 7px
}

.notification-cross-btn {
	position: absolute;
	right: 15px;
	top: 0;
	text-align: center;
	line-height: 18px
}

.notification-cross-btn img {
	width: 9px;
	cursor: pointer
}

.site-header .overlay-menu .main-menu-nav a.shopify-menu-heading {
	font-size: 18px;
	color: #fff;
	font-family: futurabtw01-medium;
	display: flex;
	align-items: center;
	white-space: nowrap;
	line-height: 28px;
	padding-top: 10px;
	justify-content: center;
	letter-spacing: 1px
}

.shopify-menu-content img {
	width: 290px;
	height: 215px
}

.site-header .overlay-menu .main-menu-nav a.shopify-menu-heading span img {
	width: 24px;
	margin-right: 10px;
	height: auto;
	padding-top: 5px
}

.site-header .overlay-menu .main-menu-nav a.shopify-menu-heading::before {
	display: none
}

.site-header .overlay-menu .main-menu-nav a.shopify-menu-heading span.txt {
	position: relative;
	top: 5px
}

.shopify-menu-content {
	margin-bottom: 55px;
	text-align: center
}

.notification-bar.notification-bar-hide {
	margin-top: -32px
}

.shopify-menu-img {
	overflow: hidden
}

.shopify-menu-img img {
	transition: all .8s ease-in-out
}

.shopify-menu-img:hover img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
	transition: all .8s ease-in-out
}

.menu-carousel .carousel-indicators li {
	background-color: #fff;
	border-radius: 50%;
	width: 10px;
	height: 10px
}

.menu-carousel .carousel-indicators {
	width: 100%;
	text-align: center;
	margin: 0
}

.leave-table tr td,
.leave-table tr th {
	padding: 30px 10px;
	vertical-align: middle
}

.leave-table tr th {
	font-family: futurabtw01-medium;
	text-transform: uppercase
}

.leave-type {
	font-weight: 600
}

.leave-table tr:nth-child(even),
.leave-table thead tr {
	background-color: #f9f9f9
}

.leave-table table {
	margin-bottom: 0
}

.follow-us .expert-text a {
	position: relative;
	color: #ceced3;
	transition: all .5s ease-in-out;
	-webkit-transition: all .5s ease-in-out
}

.follow-us .expert-text a:hover {
	color: #ff561d;
	transition: all .5s ease-in-out;
	padding-left: 15px
}

header nav.navbar.navbar-expand-md.navbar-light {
	padding: 10px 0
}

.banner-section.portfolio.activity h1 {
	font-size: 60px;
	max-width: 100%;
	line-height: 1.1
}

.banner-section.portfolio.activity p {
	max-width: 65%;
	margin: auto;
	font-size: 21px;
	color: #000;
	line-height: 34px;
	margin-bottom: 50px
}

.activity-gallary {
	padding: 80px 0 120px
}

.gallary-heading p {
	max-width: 65%;
	margin: auto;
	font-size: 21px;
	color: #000;
	line-height: 34px
}

.gallary-heading span {
	font-size: 18px;
	line-height: 1.5;
	font-weight: 700;
	text-transform: uppercase;
	margin-bottom: 15px;
	display: inline-block
}

.timeline-heading.gallary-heading h3 {
	max-width: 600px;
	margin: 10px auto 20px;
	font-size: 48px;
	color: #000;
	font-weight: 600;
	line-height: 54px
}

.activity-img {
	width: 50%;
	padding: 8px
}

.gallary-img {
	display: flex;
	flex-wrap: wrap;
	padding-top: 40px
}

.activity-img.left {
	position: relative;
	top: 50px
}

section.activity-timeline-section {
	padding: 80px 0;
	background-color: #f9f9f9
}

.timeline-heading {
	text-align: center
}

.timeline-heading h3 {
	font-size: 48px;
	color: #000;
	font-weight: 600;
	line-height: 54px;
	font-family: futurabtw01-medium
}

.cd-horizontal-timeline {
	opacity: 0;
	margin: 2em auto;
	-webkit-transition: opacity .2s;
	-moz-transition: opacity .2s;
	transition: opacity .2s
}

.cd-horizontal-timeline::before {
	content: 'mobile';
	display: none
}

.cd-horizontal-timeline.loaded {
	opacity: 1;
	max-width: 90%
}

.cd-horizontal-timeline .timeline {
	position: relative;
	height: 100px;
	width: 90%;
	margin: 0 auto
}

.cd-horizontal-timeline .events-wrapper {
	position: relative;
	height: 100%;
	margin: 0 40px;
	overflow: hidden
}

.cd-horizontal-timeline .events-wrapper::after,
.cd-horizontal-timeline .events-wrapper::before {
	content: '';
	position: absolute;
	z-index: 2;
	top: 0;
	height: 100%;
	width: 20px
}

.cd-horizontal-timeline .events-wrapper::before {
	left: 0
}

.cd-horizontal-timeline .events-wrapper::after {
	right: 0
}

.cd-horizontal-timeline .events {
	position: absolute;
	z-index: 1;
	left: 0;
	top: 49px;
	height: 2px;
	background: #d0cfcf70;
	-webkit-transition: -webkit-transform .4s;
	-moz-transition: -moz-transform .4s;
	transition: transform .4s
}

.cd-horizontal-timeline .filling-line {
	position: absolute;
	z-index: 1;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	background-color: #f26522;
	-webkit-transform: scaleX(0);
	-moz-transform: scaleX(0);
	-ms-transform: scaleX(0);
	-o-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transform-origin: left center;
	-moz-transform-origin: left center;
	-ms-transform-origin: left center;
	-o-transform-origin: left center;
	transform-origin: left center;
	-webkit-transition: -webkit-transform .3s;
	-moz-transition: -moz-transform .3s;
	transition: transform .3s
}

.cd-horizontal-timeline .events a {
	position: absolute;
	bottom: 0;
	z-index: 2;
	text-align: center;
	font-size: 15px;
	padding-bottom: 15px;
	color: #000;
	-webkit-transform: translateZ(0);
	-moz-transform: translateZ(0);
	-ms-transform: translateZ(0);
	-o-transform: translateZ(0);
	transform: translateZ(0);
	text-decoration: none;
	-webkit-transition: .3s ease-out;
	-o-transition: .3s ease-out;
	transition: .3s ease-out;
	font-weight: 600
}

.cd-horizontal-timeline .events a::after {
	content: '';
	position: absolute;
	left: 50%;
	right: auto;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
	bottom: -5px;
	height: 12px;
	width: 12px;
	border-radius: 50%;
	border: 2px solid #dfdfdf;
	background-color: #f8f8f8;
	-webkit-transition: background-color .3s, border-color .3s;
	-moz-transition: background-color .3s, border-color .3s;
	transition: background-color .3s, border-color .3s
}

.no-touch .cd-horizontal-timeline .events a:hover::after {
	background-color: #f26522;
	border-color: #f26522
}

.cd-horizontal-timeline .events a.selected {
	font-size: 22px;
	font-weight: 600
}

.cd-horizontal-timeline .events a.selected::after {
	background-color: #f26522;
	border-color: #f26522
}

.cd-horizontal-timeline .events a.older-event::after {
	border-color: #f26522
}

@media only screen and (min-width:1100px) {
	.cd-horizontal-timeline {
		margin: 2em auto 0
	}

	.cd-horizontal-timeline::before {
		content: 'desktop'
	}
}

.cd-timeline-navigation a {
	position: absolute;
	z-index: 1;
	top: 50%;
	bottom: auto;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	height: 34px;
	width: 34px;
	border-radius: 50%;
	border: 2px solid #dfdfdf;
	overflow: hidden;
	color: transparent;
	text-indent: 100%;
	white-space: nowrap;
	-webkit-transition: border-color .3s;
	-moz-transition: border-color .3s;
	transition: border-color .3s
}

.cd-timeline-navigation a::after {
	content: '';
	position: absolute;
	height: 16px;
	width: 16px;
	left: 50%;
	top: 50%;
	bottom: auto;
	right: auto;
	-webkit-transform: translateX(-50%) translateY(-50%);
	-moz-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	-o-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%)
}

.cd-timeline-navigation a.prev {
	left: 0;
	-webkit-transform: translateY(-50%) rotate(180deg);
	-moz-transform: translateY(-50%) rotate(180deg);
	-ms-transform: translateY(-50%) rotate(180deg);
	-o-transform: translateY(-50%) rotate(180deg);
	transform: translateY(-50%) rotate(180deg)
}

.cd-timeline-navigation a.next {
	right: 0
}

.no-touch .cd-timeline-navigation a:hover {
	border-color: #7b9d6f
}

.cd-timeline-navigation a.inactive {
	cursor: not-allowed
}

.cd-timeline-navigation a.inactive::after {
	background-position: 0 -16px
}

.cd-timeline-navigation a.prev::after {
	background: url(../img/timeline-right-arrow.svg) no-repeat 0 0;
	background-size: 14px;
	background-position: 2px 1px
}

.cd-timeline-navigation a.next::after {
	background: url(../img/timeline-right-arrow.svg) no-repeat 0 0;
	background-size: 14px;
	background-position: 2px 1px
}

.no-touch .cd-timeline-navigation a.inactive:hover {
	border-color: #dfdfdf
}

.cd-horizontal-timeline.loaded ul {
	list-style-type: none
}

.cd-horizontal-timeline .events-content {
	position: relative;
	width: 100%;
	overflow: hidden;
	-webkit-transition: height .4s;
	-moz-transition: height .4s;
	transition: height .4s
}

.cd-horizontal-timeline .events-content li {
	position: absolute;
	z-index: 1;
	width: 100%;
	left: 0;
	top: 0;
	-webkit-transform: translateX(-100%);
	-moz-transform: translateX(-100%);
	-ms-transform: translateX(-100%);
	-o-transform: translateX(-100%);
	transform: translateX(-100%);
	padding: 0 5%;
	opacity: 0;
	-webkit-animation-duration: .4s;
	-moz-animation-duration: .4s;
	animation-duration: .4s;
	-webkit-animation-timing-function: ease-in-out;
	-moz-animation-timing-function: ease-in-out;
	animation-timing-function: ease-in-out
}

.timeline-content {
	display: flex
}

.cd-horizontal-timeline .events-content li.selected {
	position: relative;
	z-index: 2;
	opacity: 1;
	-webkit-transform: translateX(0);
	-moz-transform: translateX(0);
	-ms-transform: translateX(0);
	-o-transform: translateX(0);
	transform: translateX(0)
}

.cd-horizontal-timeline .events-content li.enter-right,
.cd-horizontal-timeline .events-content li.leave-right {
	-webkit-animation-name: cd-enter-right;
	-moz-animation-name: cd-enter-right;
	animation-name: cd-enter-right
}

.cd-horizontal-timeline .events-content li.enter-left,
.cd-horizontal-timeline .events-content li.leave-left {
	-webkit-animation-name: cd-enter-left;
	-moz-animation-name: cd-enter-left;
	animation-name: cd-enter-left
}

.cd-horizontal-timeline .events-content li.leave-right,
.cd-horizontal-timeline .events-content li.leave-left {
	-webkit-animation-direction: reverse;
	-moz-animation-direction: reverse;
	animation-direction: reverse
}

.cd-horizontal-timeline .events-content li>* {
	max-width: 100%;
	margin: 35px auto 0
}

.cd-horizontal-timeline .events-content h2,
.cd-horizontal-timeline .events-content h2 span {
	font-size: 25px;
	font-family: futurabtw01-medium;
	line-height: 1.2;
	color: #000;
	margin-bottom: 15px;
	font-weight: 600;
	letter-spacing: .8px
}

.cd-horizontal-timeline .events-content h2 span {
	color: #ff561d
}

.cd-horizontal-timeline .events-content em {
	display: block;
	margin: 10px auto;
	font-size: 15px;
	color: #fff;
	margin-bottom: 18px
}

.cd-horizontal-timeline .events-content em::before {
	content: '- '
}

.cd-horizontal-timeline .events-content p {
	font-size: 16px;
	color: #5a5a5a
}

.cd-horizontal-timeline .events-content p {
	line-height: 1.6
}

@-webkit-keyframes cd-enter-right {
	0% {
		opacity: 0;
		-webkit-transform: translateX(100%)
	}

	100% {
		opacity: 1;
		-webkit-transform: translateX(0%)
	}
}

@-moz-keyframes cd-enter-right {
	0% {
		opacity: 0;
		-moz-transform: translateX(100%)
	}

	100% {
		opacity: 1;
		-moz-transform: translateX(0%)
	}
}

@keyframes cd-enter-right {
	0% {
		opacity: 0;
		-webkit-transform: translateX(100%);
		-moz-transform: translateX(100%);
		-ms-transform: translateX(100%);
		-o-transform: translateX(100%);
		transform: translateX(100%)
	}

	100% {
		opacity: 1;
		-webkit-transform: translateX(0%);
		-moz-transform: translateX(0%);
		-ms-transform: translateX(0%);
		-o-transform: translateX(0%);
		transform: translateX(0%)
	}
}

@-webkit-keyframes cd-enter-left {
	0% {
		opacity: 0;
		-webkit-transform: translateX(-100%)
	}

	100% {
		opacity: 1;
		-webkit-transform: translateX(0%)
	}
}

@-moz-keyframes cd-enter-left {
	0% {
		opacity: 0;
		-moz-transform: translateX(-100%)
	}

	100% {
		opacity: 1;
		-moz-transform: translateX(0%)
	}
}

@keyframes cd-enter-left {
	0% {
		opacity: 0;
		-webkit-transform: translateX(-100%);
		-moz-transform: translateX(-100%);
		-ms-transform: translateX(-100%);
		-o-transform: translateX(-100%);
		transform: translateX(-100%)
	}

	100% {
		opacity: 1;
		-webkit-transform: translateX(0%);
		-moz-transform: translateX(0%);
		-ms-transform: translateX(0%);
		-o-transform: translateX(0%);
		transform: translateX(0%)
	}
}

.timeline-txt {
	width: 60%;
	padding-left: 40px
}

.timeline-content-image {
	width: 40%
}

.timeline-content-image img {
	width: 100%
}

.cd-horizontal-timeline .events a.selected {
	pointer-events: none;
	color: #f26522
}

.activity-inner-bottom h5 {
	font-size: 28px;
	font-weight: 600;
	line-height: 35px;
	text-transform: uppercase
}

.activity-section-header h3 {
	font-size: 48px;
	font-family: futurabtw01-medium;
	margin-bottom: 60px;
	text-align: center;
	max-width: 600px;
	margin: 0 auto 20px
}

.activity-section {
	padding: 50px 0 60px
}

.activity-inner-bottom {
	position: absolute;
	bottom: 0;
	background-color: #f7f7f7;
	width: 100%;
	padding: 20px;
	text-align: center
}

.activity-inner {
	position: relative;
	border: 1px solid #ddd
}

.activity-inner img {
	width: 100%
}

.activity-section-header p {
	max-width: 65%;
	margin: auto;
	font-size: 21px;
	color: #000;
	line-height: 34px
}

.activity-gallary-images {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	padding-top: 40px
}

.activity-gallary-images .images {
	width: 33.33%;
	padding: 8px
}

.gal-pd {
	padding-top: 15px
}

.gallery-common-section .php-portfolio-slider .col-md-9.right-side img {
	width: 100%;
	margin: auto;
	left: -70px;
	border-radius: 30px
}

.whmcs-served-section {
	background-color: #fff;
	padding: 80px 0
}

section.hiredevelop.whmcs-hiredevelop,
.shopify-hiredevelop {
	margin-bottom: 100px
}

ul#menu-primary {
	align-items: center
}

.career-list-responsive .list-heading tr td,
.career-list-responsive .list-heading tr th {
	padding: 30px 0;
	vertical-align: middle
}

table.table.list-heading tr {
	border-bottom: 2px solid #f2f2f2
}

.career-list-responsive .list-heading tr th,
.career-list-responsive .list-heading tr td {
	border-bottom: 0;
	border-top: 0
}

.career-list-responsive .list-heading tr th {
	font-family: futura heavy;
	color: rgb(0 0 0/.6);
	font-size: 18px;
	margin-bottom: 0
}

.apply-txt {
	text-align: right
}

.appply-heading {
	float: right;
	display: block
}
\
.role-heading,
p.skill.skill-heading,
span.number {
	padding: 0 10px;
	display: inline-block
}

.skill-heading,
.role-heading {
	white-space: nowrap
}

section.gallery-common-section.slider-section {
	padding-bottom: 60px
}

.gallery-common-section .left_side_text img {
	width: 180px
}

section.gallery-common-section.slider-section.shop-slider ol.carousel-indicators {
	right: 30.5%;
	width: auto
}

.banner-section.mag-hm.home .experience {
	display: flex;
	align-items: center
}

.banner-section.mag-hm.home h1 {
	margin-bottom: 25px
}

.banner-section.mag-hm.home {
	height: 90vh
}

.banner-section.magento.mag-bnr {
	padding: 170px 15px 70px
}

@media(max-width:767px) {
	ul#menu-primary {
		align-items: flex-start
	}

	section.tabs.sidebr-tb div#nav-tab a {
		text-align: center;
		display: block
	}
}

header.fixedheader {
    position: fixed;
    background-color: #fff;
    box-shadow: 0 0 9px 3px rgb(154 75 29/20%);
    z-index: 99999;
}

header.fixedheader .main-header {
	padding: 2px 0;
	height: 95px
}

header.fixedheader .about-hdr .navbar-light .navbar-nav .nav-link {
	color: #000
}

header.fixedheader .navbar-light .navbar-nav.about-hdr #last .nav-link,
header.fixedheader .navbar-light .navbar-nav.about-hdr #last .nav-link {
	color: #fff
}

header.fixedheader .main-header.about-hdr .navbar-brand .logo {
	display: block
}

header.fixedheader .main-header.about-hdr .navbar-brand .white-logo {
	display: none
}

header.fixedheader .about-hdr .site-header .overlay-menu-trigger .menu-btn:before,
header.fixedheader .about-hdr .site-header .overlay-menu-trigger .menu-btn:after {
	background: #080808
}

.tech-logo-heading {
	font-size: 18px;
	line-height: 35px;
	color: #000;
	font-weight: 800;
	margin: 28px 0 0;
	display: none;
	width: 100%;
	font-family: futurabtw01-bold
}

.navbar-collapse.main-nav.collapse:not(.show) {
	display: unset
}

.mobile-toggle {
	display: none
}

.navbar-toggler span.icon-bar {
	display: block;
	width: 30px;
	height: 3px;
	border-radius: 1px;
	background-color: #000;
	margin: 7px 0
}

.navbar-toggler span.icon-bar {
	position: relative;
	transition: all 500ms ease-in-out
}

.navbar-inverse .navbar-toggler span.icon-bar {
	background-color: #000
}

header nav.navbar-light .navbar-toggler.mobile-toggle {
	border: 0
}

header nav.navbar-light .navbar-toggler.mobile-toggle:focus {
	outline: 0
}

.navbar-toggle span.icon-bar:nth-child(2) {
	width: 24px
}

.navbar-light .navbar-toggler.open span.icon-bar {
	width: 20px
}

.navbar-light .navbar-toggler.open span.icon-bar:nth-child(2) {
	width: 30px
}

.nav-close-icon {
	position: absolute;
	top: 32px;
	right: 4px;
	padding: 10px;
	display: none
}

#menu-primary {
	position: relative
}

.footer-mobile {
	display: none
}

.footer-mobile .accordion-item ul li a {
	color: #faf6f4;
	font-size: 14px
}

.accordion-item {
	margin-bottom: 0
}

.accordion-trigger {
	color: #fff;
	cursor: pointer;
	padding: 10px 0;
	position: relative;
	border-bottom: 1px solid #242424
}

.accordion-trigger::after {
	font-family: fontawesome;
	content: "\f067";
	font-size: 14px;
	color: #ffffff6b;
	position: absolute;
	right: 15px;
	top: 20px
}

.accordion-trigger.accordion-open::after {
	content: "\f068"
}

.accordion-collapse {
	color: #000;
	display: none;
	padding: 15px
}

.overlay-menu .main-menu-nav a.active~div>.right-side {
	opacity: 1 !important;
	visibility: visible !important;
	transition: all .3s ease-in-out !important
}

.navbar-light .navbar-brand img.logo {
	display: block;
	width: 100%
}

img.logo-mobile,
.our-main-client .mobile-client {
	display: none
}

.main-nav .mobile-navbar,
.moreless-button,
.carrer-mob-banner,
.agency-banner-mob,
.buss-top-mob {
	display: none
}

.navbar-light .navbar-nav li.caststudy-slider {
	border: 0
}

.desktop-video-hide,
.vertical-mobile-tabs,
header .about-hdr .navbar-light .navbar-brand .logo-dsktp {
	display: none
}

#content .goals-icon img {
	width: 42px;
	height: auto;
	margin: 0 0 10px 15px;
	display: none
}

header.fixedheader .about-hdr .site-header .overlay-menu-trigger .menu-btn.active:before,
header.fixedheader .about-hdr .site-header .overlay-menu-trigger .menu-btn.active:after {
	background: #fff
}

.qa-section ul.qa-list li {
	width: 100%;
	list-style-position: inherit
}

a.moreless-button {
	position: relative
}

a.moreless-button::after {
	content: "";
	position: absolute;
	background: url(../img/arrow-pointing-right.png) no-repeat;
	background-size: 100%;
	width: 15px;
	height: 100%;
	background-position: center;
	top: 1px;
	left: 80px
}

.blog-details .web {
	display: flex;
	justify-content: space-between;
	align-items: center
}

.banner-section.about .textt {
	z-index: 1
}

.devops-list {
	padding-top: 50px
}

.devops-list li {
	margin-bottom: 15px;
	font-size: 22px
}
footer.footer-area.footer--light .footer-mob-hide {
    padding: 0;
}
.footer-search label {
    width: 100%;
}
.footer-search input.es_txt_email {
    height: 60px;
    border: 0;
    border-right: 0;
    padding: 10px 20px;
    width: 100%;
    border-radius: 0.25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
}
.footer-search .es_submit_button {
    color: #fff;
    background: #ff561d;
    border-radius: 0 4px 4px 0;
    padding: 22px 16px 18px 16px;
    border: 0;
    letter-spacing: 0;
    font-size: 12px;
    font-weight: 500;
    font-family: "Poppins";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    height: 60px;
}
.footer-search form {
    position: relative;
}
.footer-search input.es_txt_email:focus {
    outline: 0;
}
.below-footer p {
    color: #fff;
    font-size: 13px;
}
.footer-search input.es_txt_email::placeholder {
  font-size: 15px;
  letter-spacing: 1px;
  color: #231f207a;
}
.inner_content .content_box {
	padding: 30px;
	-webkit-box-shadow: 0px 3px 15px 0px rgb(0 0 0 / 5%);
	box-shadow: 0 1px 4px #a3a3a3;
	background-color: #fff;
	margin-bottom: 0;
	height: 100%;
	position: relative;
	border-radius: 5px;
	z-index: 1;
}
.page-id-35 .inner_content .col-md-4 {
    margin: 0 0 30px;
}
.inner_content .content_box h3 {
    font-size: 16px;
    font-weight: 600;
    margin: 0 0 20px;
    padding: 13px 20px;
    color: #fff;
    border-bottom: 0px solid rgb(159 150 150/20%);
    background: #000;
    letter-spacing: 1px;
    border-radius: 4px;
}
.inner_content .content_box p {
    margin: 15px 0 0 0;
    font-size: 15px;
    padding: 0 0 0 15px;
    position: relative;
    z-index: 1;
    line-height: 30px;
}
.inner_content .content_box p a {
    margin: 0;
    padding: 0;
    color: #2a2a2a;
    font-size: 15px;
    display: inline-block;
    position: relative;
    z-index: 1;
    letter-spacing: .5px;
    font-weight: 600;
    cursor: pointer;
}
.inner_content .content_box p:before {
    content: "";
    width: 6px;
    height: 6px;
    background: #ff561d;
    position: absolute;
    left: 0;
    border-radius: 50px;
    top: 12px;
}
.page-id-35 .inner_content {
    padding: 100px 0 70px 0;
    background: #F9F9F9;
}
.inner_content .content_box p a:hover {
    text-decoration: none;
    color: #ff561d;
}
/* .inner_content .content_box::after, .inner_content .content_box::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    opacity: 0;
    transition: all .7s ease 0s;
    border-radius: 4px;
} */
/* .inner_content .content_box:before {
    border-bottom: 3px solid rgba(255 86 29);
    border-top: 3px solid rgba(255 86 29);
    transform: scale(0,1);
    transform-origin: 0 0 0;
}
.inner_content .content_box:after {
    border-left: 3px solid rgba(255 86 29);
    border-right: 3px solid rgba(255 86 29);
    transform: scale(1,0);
    transform-origin: 100% 0 0;
} */

.inner_content .content_box:hover:after,.inner_content .content_box:hover:before, .inner_content .content_box p a:hover::after{
    opacity: 1;
    transform: scale(1);
    transition-delay: .15s;
}

.inner_content .content_box p a::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	opacity: 0;
	transition: all .7s ease 0s;
	border-bottom: 2px solid #ff561d;
}
.single_title {
    background: #ff561d;
    padding: 20px;
}
.single_title h1 {
    font-size: 30px;
    color: #fff;
    font-weight: 700;
    margin: 0;
}
.single-post .inner_content h4 {
    font-size: 20px;
    color: #000;
    margin: 0 0 40px 0;
}
.single-post .inner_content p {
    font-size: 17px;
    margin: 0 0 16px;
    line-height: 32px;
    color: #5a5a5a;
}
.single-post .inner_content ul li:before {
    content: "";
    background: #ff561d;
    width: 6px;
    height: 6px;
    position: absolute;
    left: 0;
    top: 14px;
    border-radius: 50px;
}
.single-post .inner_content p strong {
    color: #000;
    font-size: 20px;
}
.single-post .inner_content ul li {
    list-style: none;
    position: relative;
    padding: 0 0 0 20px;
    font-size: 17px;
    color: #5a5a5a;
    line-height: 33px;
}
.textt h1 {
    font-size: 50px;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    margin: 0;
    padding: 0;
}
.banner-section {
    background-repeat: no-repeat;
    background-size: cover;
}
.single_title h5 {
    font-size: 18px;
    color: #fff;
    margin: 10px 0 0 0;
    font-weight: 500;
}
.single_career_btn a {
    width: 100% !important;
    display: inline-block;
} 
.single_post_outer {
    padding: 60px 0;
}
.apply-form-outer {
    max-width: 100%;
    margin: 20px 0 20px 0;
    display: flex;
    flex-wrap: wrap;
}
.apply-form-outer .form-field {
    width: 50%;
    float: left;
    padding: 0 20px 20px 0;
}

.apply-form-outer .form-field span {
    width: 100%;
}

.apply-form-outer .form-field span input, .apply-form-outer .form-field span select {
    width: 100%;
    border: 1px solid #ced4da;
    height: 45px;
    padding: 10px;
    color: #000;
    font-size: 16px;
    border-radius: 3px;
}
.upload_file input {
    width: 100%;
    border: 1px solid #ced4da;
    height: 45px;
    padding: 7px 10px;
    color: #5a5a5a;
    font-size: 16px;
    border-radius: 3px;
}
.upload_file {
    clear: both;
    padding: 0 20px 20px 0;
    width: 100%;
}
.apply-form-outer .form-field.notice {
    width: 100%;
}
.apply-form-outer .form-field.expt_salery {
    width: 100%;
}
.willing_out {
    padding: 0 8px 16px;
}
.apply-form-outer label {
    font-size: 16px;
    color: #000;
}
.submit_btn input {
    width: 100%;
    background: #ff561d;
    border: 0;
    padding: 10px 0;
    border-radius: 3px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 0.5px;
    font-size: 16px;
    max-width: 200px;
}
.submit_btn input:hover {
    background: #000;
}
.submit_btn {
    padding: 0;
    clear: both;
}
.page-id-215 h2.has-text-align-center, .page-id-215 p {
    text-align: left;
}
.page-id-215 h2.has-text-align-center {
    margin-bottom: 16px;
    margin-top: 50px;
}
h2.section_title {
    margin-bottom: 50px;
}
/* pop-up CSS */
.come-from-modal {
    left: unset !important;
    right: 0;
    transform: translateX(100%);
    transition: 0.5s !important;
    opacity: 1 !important;
    display: block !important;
}
.modal-open .come-from-modal.show {
    transform: translateX(0%);
    padding-right: 0px !important;
}
.come-from-modal .has-text-align-center {
    text-align: center;
    font-size: 18px;
}
.come-from-modal .modal-header button.close {
    margin: 0px !important;
    padding:  19px;
    position: absolute;
    left: 0;
    top: 0px;
}
.upload_file input:focus-visible {
	outline: none;
}
.come-from-modal .modal-header {
    min-height: auto;
    justify-content: center;
    position: relative;
}
.select-job select {
    border: 1px solid #ced4da;
    padding: 10px 20px;
    width: 100%;
    border-radius: 3px;
    color: #ff561d;
}
.select-job {
    width: 100%;
    padding-right: 20px;
}
.come-from-modal .modal-content {
    height: 100%;
    border-radius: 0px;
    padding: 0px;
    margin: 0px;
    border: 0px;
}
.come-from-modal .modal-dialog {
    margin-left: auto !important;
    margin-right: unset;
    margin-top: 0px;
    margin-bottom: 0px;
    height: 100%;
    max-width: 65%;
}
div#exampleModal2 .modal-content, div#exampleModal .modal-content {
    box-shadow: 0 4px 8px rgb(0 0 0 / 20%);
}
.select-job select option {
    color: #000;
	width: 100%;
}
.come-from-modal .modal-header button.close:focus, .come-from-modal .modal-header button.close:focus-visible {
  outline: none;
}
.come-from-modal .modal-body {
    height: 100%;
    overflow-y: auto;
}
.form-field.notice .wpcf7-form-control {
	margin-bottom: 20px;
  }
div#exampleModal2 .modal-dialog .inner-apply-form {
    padding: 0px;
}
/************* 17-June-CSS Start Here*********/
.heading-with-btn {
    display: flex;
    align-items: center;
    justify-content: space-between;
	margin-bottom: 50px;
}
.bottom-btn {
    text-align: end;
}
.heading-with-btn h2.section_title {
    margin-bottom: 0px;
}
.inner-apply-form {
    width: 100%;
    padding: 20px 40px;
}
.inner-apply-form .body-content-sec {
    padding-bottom: 30px;
}
.modal-open .come-from-modal h5.modal-title {
    color: #ff561d;
    font-weight: 600;
}
.btn-primary:hover, .btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show>.btn-primary.dropdown-toggle, .btn-primary:focus {
    background-color: #000;
    border-color: #000;
}
.btn-primary:focus-visible {
	outline: none;
}
.come-from-modal.show {
    transform: translateX(0%);
    padding-right: 0px !important;
}
.inner-apply-form .body-content-sec ul {
    padding-left: 20px;
}
.inner-apply-form .body-content-sec ul li::marker {
    color: #ff561d;
}
.inner-apply-form .body-content-sec h4 {
    font-size: 20px;
    padding-bottom: 15px;
}

.apply-form-outer.custom-top {
    display: flex;
    justify-content: space-between;
    margin-bottom: 0px;
}
.apply-form-outer.custom-top .form-field.jobs-cus {
	padding-right: 0px;
  }
  .apply-form-outer.custom-top .form-field {
    width: 100%;
    flex: 0 0 49%;
    max-width: 49%;
    padding: 0px;
    margin-bottom: 20px;
}
button.close span {
    font-size: 24px;
}
.wpcf7 form .wpcf7-response-output {
    margin: 0 !important;
    display: inline-block;
}

/************* 17-June-CSS Ends Here*********/
@media (min-width: 576px) {
.come-from-modal .modal-dialog {
    margin-left: auto !important;
    margin-right: unset;
}
}
@media (min-width: 1560px) {
.container { 
    max-width: 1500px !important; 
}
}
@media (max-width: 991px) and (min-width: 768px) {
.footer-area .col-md-3.col-sm-12.first {
    flex: 0 0 33.3%;
    max-width: 33.3%;
}
.footer-area .col-md-2.col-sm-4.footer-mob-hide {
    flex: 0 0 33.3%;
    max-width: 33.3%;
}
footer.footer-area .col-md-4.col-sm-4.footer-mob-hide.keep-touch {
    flex: 0 0 60%;
    max-width: 60%;
}
}

@media (max-width: 1200px) {
header ul.navbar-nav li.nav-item {
    margin: 0px;
}
}

@media (max-width: 991px) {
.container {
    max-width: 900px !important;
}
.main-header .navbar-light .navbar-nav .nav-link {
    font-size: 10px;
    margin-left: 3px;
    margin-right: 10px;
    line-height: 20px;
}
ul.navbar-nav.hire_btn li.nav-item:last-child a {
    width: auto;
    line-height: 20px;
    padding: 6px 10px;
}
.main-header {
    height: auto;
}
header .navbar-light .navbar-brand img {
    max-width: 160px;
}
.footer-area .footer-big .row {
    margin: 0;
}
.inner-apply-form {
    padding: 0px;
}
.inner_content .content_box {
    padding: 20px 10px;
}
.inner_content .content_box h3 {
    font-size: 14px;
}
.heading-with-btn h2.section_title {
    font-size: 32px;
}
.page-id-35 .inner_content .col-md-4 {
    flex: 0 0 50%;
    max-width: 50%;
}
.page-id-35 .inner_content {
    padding: 60px 0 40px 0;
}
}

@media (max-width: 767px) {
.footer-mobile {
    display: block;
    padding: 0 15px;
}
footer.footer-area.footer--light .footer-mob-hide {
    display: none;
}
.footer-area {
    background: #000000 !important;
}
.footer-area h2.main-heading-ft br {
    display: none;
}
.widget-about .contact-details li:last-child a br {
    display: none;
}
.below-footer {
    padding: 30px 10px 50px;
}
.below-footer p {
    color: #fff;
    font-size: 13px;
    text-align: center;
}
.below-footer ul.social-icn {
    justify-content: center;
}
.apply-form-outer .form-field {
    width: 100%;
    padding: 0 0px 16px;
}
.upload_file {
    padding: 0 0px 16px;
}

.submit_btn {
    padding: 0 0px;
}
body .footer-menu.footer-menu--1 {
    padding-left: 0 !important;
}
.page-id-215 h2.has-text-align-center {
    margin-top: 100px;
    font-size: 24px;
    line-height: 30px;
}
.apply-form-outer {
    margin: 30px auto 50px;
}
.menu-services-container {
    clear: both;
}
.single_title {
    padding: 15px;
    margin-top: 73px;
}
.single_title .container {
    padding: 0;
}
.single_title h5 {
    font-size: 14px;
    margin: 8px 0 0 0;
    font-weight: 400;
}
.single_title h1 {
    font-size: 18px;
    font-weight: 700;
    line-height: 30px;
}
.single_post_outer {
    padding: 40px 0;
}
.single-post .inner_content h4 {
    margin: 0 0 20px 0;
}
.page-id-215 p {
    font-size: 16px;
}
header .main-header .row {
    margin: 0;
}
.select-job {
    padding-right: 0px;
}
.inner-apply-form {
    padding: 0px;
}

.apply-form-outer.custom-top .form-field {
    max-width: 100%;
}
}
@media (max-width: 575px) {
.page-id-35 .inner_content .col-md-4 {
    flex: 0 0 100%;
    max-width: 100%;
}
.heading-with-btn h2.section_title {
    font-size: 24px;
}
.come-from-modal .modal-header button.close {
    padding: 0px 10px 0px 10px;
    top: 15px;
}
.heading-with-btn {
    margin-bottom: 30px;
}
.modal-open .come-from-modal h5.modal-title {
    font-size: 18px;
    text-align: center;
    margin-left: 10px;
}
.come-from-modal .modal-dialog {
    max-width: 85%;
}
button.close span {
    font-size: 20px;
}
}
@media (max-width: 480px) {
.come-from-modal .modal-dialog {
    max-width: 100%;
}
}
body,ul,ol {
    font-family: 'FuturaBTW01-Book' !important;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-weight: 500;
     font-family: 'FuturaBTW01-Book' !important;
}


