/***************************************************************************************************************
||||||||||||||||||||||||||||       MASTER STYLESHEET FOR Buildnox             ||||||||||||||||||||||||||||||||||
****************************************************************************************************************
||||||||||||||||||||||||||||              TABLE OF CONTENT                  ||||||||||||||||||||||||||||||||||||
****************************************************************************************************************
****************************************************************************************************************



* 1. imported styles
* 2. miscelnious styles
* 3. header styles
* 4. banner styles
* 5. about styles
* 6. service styles
* 7. team styles
* 8. testimonial styles
* 9. estimate styles
* 10. fact styles
* 11. main footer styles
* 12. why choose styles
* 13. welcome styles
* 14. project styles
* 15. page title styles
* 16. blog styles
* 17. error styles
* 18. commingsoon styles
* 19. comment form styles
* 20. contact styles



****************************************************************************************************************
||||||||||||||||||||||||||||            End TABLE OF CONTENT                ||||||||||||||||||||||||||||||||||||
****************************************************************************************************************/

@import url('fontawesome-all.css');
@import url('animate.css');
@import url('flaticon.css');
@import url('jquery.fancybox.min.css');
@import url('swiper.min.css');
@import url('rtl.css');
@import url('elpath.css');
@import url('nice-select.css');
@import url('odometer.min.css');
@import url('jquery-ui-1.9.2.custom.min.css');
@import url('timePicker.css');

/***
====================================================================
	Reset
====================================================================
***/

* {
	margin: 0px;
	padding: 0px;
	border: none;
	outline: none;
	font-size: 100%;
	line-height: inherit;
}
/***

====================================================================
	Global Settings
====================================================================

***/

.page-wrapper {
	position: relative;
	width: 100%;
	min-width: 320px;
	z-index: 9;
	margin: 0px auto;
	overflow: hidden;
}
body {
	font-size: 16px;
	color: #6E6E6E;
	line-height: 1.7em;
	font-weight: 400;
	-webkit-font-smoothing: antialiased;
	background: rgb(255, 255, 255);
	font-family: 'Poppins', sans-serif;
}
a,
a:active,
a:focus {
  text-decoration: none;
  outline: none;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  color: #2B2D42;
}

a:hover {
  text-decoration: none;
  outline: none;
  color: var(--theme-color);
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.ff_pr {
	font-family: 'Poppins', sans-serif;
}
.ff_sec {
	font-family: 'Montserrat', sans-serif;
}
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
	position: relative;
	font-weight: normal;
	line-height: 1.25em;
	margin: 0px;
	background: none;
	color: #000;
	font-family: 'Montserrat', sans-serif;
}

h1, .h1 {
	font-size: 100px;
	font-weight: 700;
	line-height: 1;
}

h2, .h2 {
	font-size: 60px;
	font-weight: 700;
	line-height: 1.2;
}

h3, .h3 {
	font-size: 40px;
	font-weight: 700;
}

h4, .h4 {
	font-size: 30px;
	font-weight: 700;
}

h5, .h5 {
	font-size: 20px;
	font-weight: 700;
}

h6, .h6 {
	font-size: 16px;
	font-weight: 700;
}

.main_title {
    font-size: 45px;
    font-weight: 600;
}

p {
	font-size: 16px;
	color: #494949;
	line-height: 1.7;
}

textarea {
	overflow: hidden;
}
button {
	outline: none !important;
	cursor: pointer;
}
section {
	position: relative;
}
.text {
	font-size: 16px;
	line-height: 28px;
	font-weight: 400;
	color: #797979;
	margin: 0px 0px 15px;
}
::-webkit-input-placeholder {
	color: inherit;
}
::-moz-input-placeholder {
	color: inherit;
}
::-ms-input-placeholder {
	color: inherit;
}
.row {
	margin-left: -15px;
	margin-right: -15px;
}
.row.no-gutters {
	margin: 0;
}
.row-15 {
	margin-left: -7.5px;
	margin-right: -7.5px;
}
.row-20 {
	margin-left: -10px;
	margin-right: -10px;
}
.row>* {
	padding: 0 15px;
}
.row.no-gutters>* {
	padding: 0;
}
.row-15>* {
	padding: 0 7.5px;
}
.row-20>* {
	padding: 0 10px;
}
.nav-tabs .nav-link {
	border: none;
	background: transparent;
	margin: 0;
	padding: 0;
}
.nav-tabs {
	border: 0;
}

.auto-container {
	position: static;
	max-width: 1200px;
	padding: 0px 15px;
	margin: 0 auto;
}
.auto-container.full-width {
	max-width: 100%;
}
.auto-container.alt {
	max-width: 1500px;
}
.auto-container.alt2 {
	max-width: 1430px;
}
ul, li {
	list-style: none;
	padding: 0px;
	margin: 0px;
}
figure {
	margin-bottom: 0;
}
.gray-bg {
	background-color: #f1f4fb !important;
}
.light-bg {
	background-color: #fff !important;
}
.dark-bg {
	background-color: #0b1930 !important;
}
img {
	display: inline-block;
	max-width: 100%;
	height: auto;
}
.dropdown-toggle::after {
	display: none;
}
.fa {
	line-height: inherit;
}
.nice-select {
    height: 60px;
    width: 100%;
    border-radius: 0;
    border: 1px solid #E5E5E5;
    line-height: 58px;
}
.nice-select:after {
    border-color: rgb(110 110 110 / 50%);
    height: 10px;
    width: 10px;
    right: 20px;
    margin-top: -6px;
}
.nice-select .list {
	width: 100%;
}
.preloader {
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 999;
	background-position: center center;
	background-repeat: no-repeat;
	background-image: url(../images/icons/preloader.svg);
	display: none !important;
}
.preloader-close {
	position: fixed;
	z-index: 999999;
	color: #fff;
	padding: 10px 20px;
	cursor: pointer;
	right: 0;
	bottom: 0;
	font-weight: 600;
}
.loader-wrap {
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 999999;
}
.loader-wrap .layer-one {
	position: absolute;
	left: 0%;
	top: 0;
	width: 33.3333%;
	height: 100%;
	overflow: hidden;
}
.loader-wrap .layer-two {
	position: absolute;
	left: 33.3333%;
	top: 0;
	width: 33.3333%;
	height: 100%;
	overflow: hidden;
}
.loader-wrap .layer-three {
	position: absolute;
	left: 66.6666%;
	top: 0;
	width: 33.3333%;
	height: 100%;
	overflow: hidden;
}
.loader-wrap .layer .overlay {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: #1e1e1e;
}
.owl-nav {
	display: none;
}
.theme-color {
	color: var(--theme-color);
}
.theme-bg {
	background-color: var(--theme-color);
}
.h_340 {
	height: 340px;
}
.h_140 {
	height: 140px;
}
.b__75 {
    bottom: -75px;
}
.t__85 {
    top: -85px;
}
.section-padding {
	padding: 150px 0 120px;
}
/* btn 1 */
.btn-1 {
	position: relative;
	display: inline-flex;
	overflow: hidden;
	text-align: center;
	z-index: 1;
	color: #ffffff;
	transition: .5s;
	background-color: var(--theme-color);
}
.btn-1:hover {
	color: #fff;
	background-color: #0067ac;
}
.btn-1 span {
	position: absolute;
	display: block;
	width: 0;
	height: 0;
	border-radius: 50%;
	background-color: #0067ac;
	transition: width 0.4s ease-in-out, height 0.4s ease-in-out;
	transform: translate(-50%, -50%);
	z-index: -1;
}
.btn-1 i {
    margin-left: 15px;
    font-size: 18px;
    transition: .5s;
    font-weight: bold;
    vertical-align: middle;
    position: relative;
    line-height: 15px;
    top: 3px;
}
.btn-1 i:before {
	font-weight: bold;
}
.btn-1:hover i {
	color: #fff;
}
.btn-1:hover span {
	width: 225%;
	height: 562.5px;
}
.btn-1.text-center {
	display: inline-block;
}
.btn-1.text-center i {
	top: 0;
}
/* btn alt */

.btn-1.btn-alt {
	background-color: #0067ac;
}

.btn-1.btn-alt span {
	background-color: var(--theme-color);
}

/* btn alt2 */
.btn-1.btn-alt2 {
    background: #fff;
    color: #242424;
}

.btn-1.btn-alt2:hover {
    color: #fff;
}

.btn-1.btn-alt2 span {
    background: var(--theme-color);
}

/* btn alt3 */
.btn-1.btn-alt3 {
    background: transparent;
	border: 2px solid #ffffff;
}

.btn-1.btn-alt3:hover i,
.btn-1.btn-alt3:hover {
    color: var(--theme-color);
	background-color: #fff;
}

.btn-1.btn-alt3 span {
    background: #fff;
}

/* btn alt4 */
.btn-1.btn-alt4 {
    background: transparent;
	border: 1px solid #ffffff;
}

.btn-1.btn-alt4:hover i,
.btn-1.btn-alt4:hover {
    color: var(--theme-color);
	background-color: #fff;
}

.btn-1.btn-alt4 span {
    background: #fff;
}


/* Header Style */
.main-header {
	position: relative;
	display: block;
	width: 100%;
	z-index: 9999;
	top: 0px;
	left: 0px;
	background: none;
	clear: both;
}
/* Header Top */

.header-top-1 {
	background: #0067ac;
}

@media (max-width:991px) {
	.header-top-1 {display: none;}
}

ul.header-top-1-contact-info i {
    color: var(--theme-color);
    margin-right: 10px;
}

ul.header-top-1-contact-info li {
    color: #fff;
    margin: 11.5px 0;
    margin-right: 60px;
	position: relative;
}

ul.header-top-1-contact-info li + li:before {
    position: absolute;
    content: '';
    top: -9px;
    left: -30px;
    height: 50px;
    background: rgba(255, 255, 255, 0.15);
    width: 1px;
}

ul.header-top-1-contact-info li span {
    color: #A5A4B3;
}

ul.header-top-1-contact-info li a {
	color: #fff;
}

ul.header-top-1-contact-info li a:hover {
	color: var(--theme-color);
}

.header-top-1-social-icon a {
    display: inline-block;
    color: #fff;
    margin-left: 30px;
    font-size: 15px;
}

.header-top-1-social-icon {
    position: relative;
}

.header-top-1-social-icon a:hover {
    color: var(--theme-color);
}

.header-top-1-login a {
    color: #fff;
}

.header-top-1-login a:hover {
    color: var(--theme-color);
}

.language-switcher {
    position: relative;
    border-right: 1px solid rgba(255, 255, 255, 0.1);
    padding-right: 29px;
}

.language-switcher>.nice-select {
    background: transparent;
    border: transparent;
    color: #fff;
    height: 50px;
    line-height: 48px;
    padding-left: 0;
}

.language-switcher .nice-select:after {
    right: 10px;
    width: 7px;
    height: 7px;
    border-color: #fff;
}

.language-switcher .nice-select .list {
	min-width: 80px;
}

.language-switcher .nice-select .list li {
	color: #222;
}

.current{
	color: var(--theme-color) !important;
}

/* Header Upper */

.main-header .header-upper {
	position: relative;
}
.main-header .header-upper .inner-container {
	position: relative;
    background-color: #fff;
}
.main-header .header-upper .logo-box {
	z-index: 10;
}
.main-header .header-upper .logo-box .logo {
	position: relative;
	display: block;
	padding: 20px 0px;
}
.main-header .header-upper .left-column {
	position: relative;
}

.main-header .nav-outer {
	z-index: 1;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.navbar-right-info .mobile-nav-toggler {
	position: relative;
	width: 50px;
	height: 50px;
	line-height: 44px;
	text-align: center;
	color: rgb(255, 255, 255);
	font-size: 20px;
	margin-left: 30px;
	cursor: pointer;
	border-radius: 50%;
}
.main-menu .inner-container {
	box-shadow: 0px 8px 32px 0px rgba(0, 0, 0, 0.12);
	margin-bottom: -25px;
	background: #fff;
}
.main-menu .inner-container .nav-outer {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
}
.main-menu .contact-info {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	margin-right: 35px;
}
.main-menu .contact-info .icon {
	width: 75px;
	height: 80px;
	line-height: 80px;
	text-align: center;
	color: #fff;
	font-size: 30px;
	margin-right: 20px;
}
.main-menu .contact-info h6 {
	font-size: 14px;
	margin-bottom: 5px;
}
.main-menu .contact-info h4 {
	font-size: 22px;
}
.main-menu .navbar-collapse {
	padding: 0px;
	display: block !important;
}
.main-menu .navigation {
	margin: 0px;
	margin-left: 50px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.main-menu .navigation>li {
	position: inherit;
	padding: 37px 0px;
	margin-right: 50px;
	-webkit-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}
.main-menu .navigation>li:before {
	position: absolute;
	content: '';
	bottom: 30px;
	left: 0;
	width: 23px;
	height: 1px;
	opacity: 0;
}
.main-menu .navigation>li.current:before {
	opacity: 1;
}
.main-menu .navigation>li:last-child:before {
	display: none;
}
.main-menu .navigation>li:last-child {
	margin-right: 0px !important;
}
.main-menu .navigation>li>a {
	position: relative;
	display: block;
	text-align: center;
	font-size: 16px;
	font-weight: 500;
	line-height: 30px;
	text-transform: capitalize;
	color: #fff;
	padding: 3px 0;
	opacity: 1;
	-webkit-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}
.main-menu .navigation>li.current>a,
.main-menu .navigation>li>a:hover {
	color: #61b3fb;
}
.main-menu .navigation>li>ul {
	position: absolute;
	left: inherit;
	top: 100%;
	width: -webkit-max-content;
	width: -moz-max-content;
	width: max-content;
	min-width: 250px;
	z-index: 100;
	display: none;
	opacity: 0;
	visibility: hidden;
	background-color: #0a1936;
	-webkit-transform: translateY(30px);
	-ms-transform: translateY(30px);
	transform: translateY(30px);
	transition: .5s;
	-webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
	-ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
	-o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
	box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
	border-top: 3px solid var(--theme-color);
}
.main-menu .navigation>li>ul.from-right {
	left: auto;
	right: 0px;
}
.main-menu .navigation>li>ul>li {
	position: relative;
	width: 100%;
	padding: 0 25px;
}
.main-menu .navigation>li>ul>li:last-child {
	border-bottom: none;
}
.main-menu .navigation>li>ul>li:before {
	position: absolute;
	content: '';
	right: 0px;
	top: 0px;
	width: 0%;
	height: 100%;
	display: block;
	-webkit-transition: all 300ms ease;
	transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
}
.main-menu .navigation>li>ul>li>a {
	position: relative;
	display: block;
	padding: 12.5px 3px;
	border-bottom: 1px solid #343c4e;
	line-height: 24px;
	color: #fff;
	text-align: left;
	transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	font-size: 17px;
	color: #ffffff;
	font-weight: 500;
}
.main-menu .navigation>li>ul>li:last-child>a {
	border-bottom: 0px;
}
.main-menu .navigation>li>ul>li>a:hover {
	color: var(--theme-color);
}
.main-menu .navigation>li>ul>li.dropdown>a:after {
	position: absolute;
	content: "\f105";
	right: 3px;
	top: 11px;
	display: block;
	line-height: 24px;
	font-size: 17px;
	font-family: 'Font Awesome 5 Pro';
	font-weight: 400;
}
.main-menu .navigation>li>ul>li>ul {
	position: absolute;
	left: 100%;
	top: 0;
	width: 250px;
	z-index: 100;
	display: none;
	background-color: #0a1936;
	transition: .5s;
	-webkit-transform: translateY(30px);
	-ms-transform: translateY(30px);
	transform: translateY(30px);
	-webkit-box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.1);
}
.main-menu .navigation>li>ul>li>ul.from-right {
	left: auto;
	right: 0px;
}
.main-menu .navigation>li>ul>li>ul>li {
	position: relative;
	width: 100%;
	padding: 0 25px;
}
.main-menu .navigation>li>ul>li>ul>li:last-child {
	border-bottom: none;
}
.main-menu .navigation>li>ul>li>ul>li:before {
	position: absolute;
	content: '';
	left: 0px;
	top: 0px;
	width: 0%;
	height: 100%;
	display: block;
	transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
}
.main-menu .navigation>li>ul>li>ul>li:last-child {
	border-bottom: none;
}
.main-menu .navigation>li>ul>li>ul>li>a {
	position: relative;
	display: block;
	padding: 10.5px 0;
	line-height: 24px;
	font-weight: 500;
	border-bottom: 1px solid #343c4e;
	font-size: 17px;
	color: #fff;
	text-align: left;
	transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
}
.main-menu .navigation>li>ul>li>ul>li:last-child>a {
	border-bottom: 0;
}
.main-menu .navigation>li>ul>li>ul>li>a:hover {
	color: var(--theme-color);
}
.main-menu .navigation>li>ul>li>ul>li.dropdown>a:after {
	font-family: 'Font Awesome 5 Pro';
	content: "\f105";
	position: absolute;
	right: 30px;
	top: 12px;
	display: block;
	line-height: 24px;
	font-size: 16px;
	font-weight: 400;
	z-index: 5;
}
.main-menu .navigation>li.dropdown:hover>ul {
	visibility: visible;
	opacity: 1;
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
	-webkit-transition: all 300ms ease;
	transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
}
.main-menu .navigation>li.dropdown>a:before {
    position: absolute;
    content: '\f107';
    right: 0;
    top: 6px;
    font-family: 'Font Awesome 5 Pro';
    font-size: 14px;
}
.main-menu .navigation>li.dropdown>a {
    padding-right: 15px;
}
.main-menu .navigation li>ul>li.dropdown:hover>ul {
	visibility: visible;
	opacity: 1;
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
	-webkit-transition: all 300ms ease;
	transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
}
.main-menu .navigation li.dropdown .dropdown-btn {
	position: absolute;
	right: 10px;
	top: 8px;
	width: 34px;
	height: 30px;
	border: 1px solid #ffffff;
	text-align: center;
	font-size: 16px;
	line-height: 26px;
	color: #ffffff;
	cursor: pointer;
	z-index: 5;
	display: none;
}

/** megamenu **/

.main-menu .navigation > li > .megamenu{
  position:absolute;
  left: inherit;
  top:100%;
  width:230px;
  margin-top: 15px;
  z-index:100;
  display:none;
  opacity: 0;
  padding-top: 0px;
  padding-bottom: 0px;
  visibility: hidden;
  background: #0A193A;
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  border-top: 3px solid var(--theme-color);
  transition:all 500ms ease;
  -moz-transition:all 500ms ease;
  -webkit-transition:all 500ms ease;
  -ms-transition:all 500ms ease;
  -o-transition:all 500ms ease;
}

.main-menu .navigation > li > .megamenu li > a {
    position: relative;
    display: block;
    padding: 12.5px 0px;
    line-height: 24px;
    color: #fff;
    text-align: left;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    font-size: 17px;
    color: #ffffff;
    font-weight: 500;
}

.main-menu .navigation > li.dropdown:hover > .megamenu{
  visibility:visible;
  opacity:1;
  margin-top: 0px;
  top: 100%;
}

.main-menu .navigation > li > .megamenu li > a{
  padding: 6px 0px;
  display: inline-block;
}

.main-menu .navigation > li > .megamenu li > a:hover{
	color: var(--theme-color);
}

.main-menu .navigation > li > ul > li:last-child > a,
.main-menu .navigation > li > .megamenu li:last-child > a{
  border-bottom: none;
}

.main-menu .navigation > li.dropdown > .megamenu{
  position: absolute;
  width: 100%;
  padding: 30px 40px;
  left: 0px;
}

.main-menu .navigation li.dropdown .megamenu li h6{
  position: relative;
  display: block;
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 13px;
  padding-top: 13px;
  font-size: 16px;
  line-height: 26px;
  font-weight: 700;
  text-transform: uppercase;
  color: #141417;
  margin-bottom: 7px;
}

.mobile-menu .navigation li > ul,
.mobile-menu .navigation li > ul > li > ul,
.mobile-menu .navigation > li.dropdown > .megamenu {
    display: none;
}


/***
====================================================================
	Search Popup
====================================================================

***/

.sidemenu-nav-toggler {
    width: 45px;
    height: 45px;
    text-align: center;
    line-height: 42px;
    cursor: pointer;
    color: #fff;
    border-radius: 50%;
	border: 1px solid #fff;
	transition: .5s;
}
.sidemenu-nav-toggler:hover {
	background-color: var(--theme-color);
	border-color: var(--theme-color);
}
.search-popup {
	position: fixed;
	left: 0;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 99999;
	visibility: hidden;
	opacity: 0;
	overflow: auto;
	background: rgba(0, 0, 0, 0.90);
	-webkit-transform: translateY(101%);
	-ms-transform: translateY(101%);
	transform: translateY(101%);
	transition: all 700ms ease;
	-moz-transition: all 700ms ease;
	-webkit-transition: all 700ms ease;
	-ms-transition: all 700ms ease;
	-o-transition: all 700ms ease;
}
.search-popup.popup-visible {
	-webkit-transform: translateY(0%);
	-ms-transform: translateY(0%);
	transform: translateY(0%);
	visibility: visible;
	opacity: 1;
}
.search-popup .overlay-layer {
	position: absolute;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	display: block;
}
.search-popup .close-search {
	position: absolute;
	right: 25px;
	top: 25px;
	font-size: 22px;
	color: #ffffff;
	cursor: pointer;
	z-index: 5;
}
.search-popup .close-search:hover {
	opacity: 0.70;
}
.search-popup .search-form {
	position: relative;
	padding: 0px 15px 0px;
	max-width: 1024px;
	margin: 0 auto;
	margin-top: 150px;
	margin-bottom: 100px;
	transition: all 900ms ease;
	-moz-transition: all 900ms ease;
	-webkit-transition: all 900ms ease;
	-ms-transition: all 900ms ease;
	-o-transition: all 900ms ease;
}
.search-popup .search-form fieldset {
	position: relative;
	border-radius: 12px;
}
.search-popup .search-form fieldset input[type="search"] {
	position: relative;
	height: 70px;
	padding: 20px 220px 20px 30px;
	background: #ffffff;
	line-height: 30px;
	font-size: 24px;
	color: #233145;
	border-radius: 7px;
}
.search-popup .search-form fieldset input[type="submit"] {
	position: absolute;
	display: block;
	right: 0px;
	top: 0px;
	text-align: center;
	width: 220px;
	height: 70px;
	padding: 20px 10px 20px 10px;
	color: #ffffff !important;
	line-height: 30px;
	font-size: 20px;
	cursor: pointer;
	text-transform: uppercase;
	border-radius: 0px 7px 7px 0px;
	background: var(--theme-color);
}
.search-popup h3 {
	text-transform: uppercase;
	font-size: 20px;
	font-weight: 600;
	color: #ffffff;
	margin-bottom: 20px;
	letter-spacing: 1px;
	text-align: center;
	display: none;
}
.search-popup .recent-searches {
	font-size: 16px;
	color: #ffffff;
	text-align: center;
	display: none;
}
.search-popup .recent-searches li {
	display: inline-block;
	margin: 0px 10px 10px 0px;
}
.search-popup .recent-searches li a {
	display: block;
	line-height: 24px;
	border: 1px solid #ffffff;
	padding: 7px 15px;
	color: #ffffff;
	border-radius: 3px;
	-webkit-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.search-popup .search-form fieldset input[type="search"]:focus {
	border-color: #ddd;
	-webkit-box-shadow: none;
	box-shadow: none;
}
/***

====================================================================
			Sticky Header
====================================================================

***/

.sticky-header {
	position: fixed;
	visibility: hidden;
	opacity: 0;
	left: 0px;
	top: 0px;
	width: 100%;
	padding: 0px 0px;
	z-index: -1;
	background: #ffffff;
	-webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.10);
	-ms-box-shadow: 0 0 15px rgba(0, 0, 0, 0.10);
	-o-box-shadow: 0 0 15px rgba(0, 0, 0, 0.10);
	box-shadow: 0 0 15px rgba(0, 0, 0, 0.10);
	-webkit-transition: top 300ms ease;
	-o-transition: top 300ms ease;
	transition: top 300ms ease;
}
.sticky-header .main-menu .navigation {
	margin-left: 0;
}
.fixed-header .sticky-header {
	opacity: 1;
	z-index: 99901;
	visibility: visible;
}
.fixed-header .sticky-header .inner-container {
	margin-bottom: 0;
	box-shadow: none;
}

.main-header .sticky-header .header-upper .logo-box .logo {
	padding: 18.5px 0px;
}
.sticky-header .main-menu .navigation>li {
	padding: 17px 0px;
}
.main-header .sticky-header .header-upper .inner-container {
	min-height: 70px;
}
.sticky-header .main-menu .navigation>li:before {
	bottom: 20px;
}
/***

====================================================================
			Mobile Menu
====================================================================

***/

.header-style-eight .mobile-nav-toggler,
.nav-outer .mobile-nav-toggler {
	position: relative;
	width: 45px;
	height: 45px;
	line-height: 39px;
	text-align: center;
	color: rgb(255, 255, 255);
	font-size: 20px;
	cursor: pointer;
	border-radius: 50%;
	float: right;
	margin: 13px 0;
	margin-left: 15px;
	display: none;
	border: 1px solid #fff;
	transition: .5s;
}
.header-style-eight .mobile-nav-toggler:hover,
.nav-outer .mobile-nav-toggler:hover {
	background-color: var(--theme-color);
	border-color: var(--theme-color);
}
.header-style-eight .mobile-nav-toggler {
	display: block;
	position: absolute;
	top: 50px;
	left: 50px;
}
.mobile-menu {
	position: fixed;
	right: 0;
	top: 0;
	width: 300px;
	padding-right: 30px;
	max-width: 100%;
	height: 100%;
	opacity: 0;
	visibility: hidden;
	z-index: 999999;
	pointer-events: auto;;
}
.mobile-menu .mCSB_scrollTools {
	right: -6px;
}
.mobile-menu .mCSB_inside>.mCSB_container {
	margin-right: 5px;
}
.mobile-menu .navbar-collapse {
	display: block !important;
}
.mobile-menu .nav-logo {
	position: relative;
	padding: 30px 25px;
	text-align: left;
	margin-bottom: 100px;
	margin-top: 25px;
}
.mobile-menu-visible {
	overflow: hidden;
}
.mobile-menu-visible .mobile-menu {
	opacity: 1;
	visibility: visible;
}
.mobile-menu .menu-backdrop {
	position: fixed;
	right: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	-webkit-transform: translateX(101%);
	-ms-transform: translateX(101%);
	transform: translateX(101%);
	transition: all 900ms ease;
	-moz-transition: all 900ms ease;
	-webkit-transition: all 900ms ease;
	-ms-transition: all 900ms ease;
	-o-transition: all 900ms ease;
	background-color: var(--theme-color);
}
.mobile-menu-visible .mobile-menu .menu-backdrop {
	opacity: 0.70;
	visibility: visible;
	-webkit-transition: all 0.7s ease;
	-o-transition: all 0.7s ease;
	transition: all 0.7s ease;
	-webkit-transform: translateX(0%);
	-ms-transform: translateX(0%);
	transform: translateX(0%);
}
.mobile-menu .menu-box {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	max-height: 100%;
	overflow-y: auto;
	background: #202020;
	padding: 0px 0px;
	z-index: 5;
	opacity: 0;
	visibility: hidden;
	border-radius: 0px;
	-webkit-transform: translateX(101%);
	-ms-transform: translateX(101%);
	transform: translateX(101%);
}
.mobile-menu-visible .mobile-menu .menu-box {
	opacity: 1;
	visibility: visible;
	-webkit-transition: all 0.7s ease;
	-o-transition: all 0.7s ease;
	transition: all 0.7s ease;
	-webkit-transform: translateX(0%);
	-ms-transform: translateX(0%);
	transform: translateX(0%);
}
.mobile-menu .close-btn {
	position: absolute;
	right: 20px;
	top: 15px;
	line-height: 30px;
	width: 24px;
	text-align: center;
	font-size: 30px;
	color: #ffffff;
	cursor: pointer;
	z-index: 10;
	-webkit-transition: all 0.9s ease;
	-o-transition: all 0.9s ease;
	transition: all 0.9s ease;
}
.mobile-menu .navigation {
	position: relative;
	display: block;
	width: 100%;
	float: none;
}
.mobile-menu .navigation li {
	position: relative;
	display: block;
	border-top: 1px solid rgba(255, 255, 255, 0.10);
}
.mobile-menu .navigation:last-child {
	border-bottom: 1px solid rgba(255, 255, 255, 0.10);
}
.mobile-menu .navigation li>ul>li:first-child {
	border-top: 1px solid rgba(255, 255, 255, 0.10);
}
.mobile-menu .navigation li>a {
	position: relative;
	display: block;
	line-height: 24px;
	padding: 10px 25px;
	font-size: 15px;
	font-weight: 500;
	color: #ffffff;
	text-transform: uppercase;
	-webkit-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
}
.mobile-menu .navigation li ul li>a {
	font-size: 15px;
	margin-left: 20px;
	text-transform: capitalize;
}
.mobile-menu .navigation li>a:before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	height: 0;
	-webkit-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
}
.mobile-menu .navigation li.current>a:before {
	height: 100%;
}
.mobile-menu .navigation li.dropdown .dropdown-btn {
	position: absolute;
	right: 6px;
	top: 6px;
	width: 32px;
	height: 32px;
	text-align: center;
	font-size: 16px;
	line-height: 32px;
	color: #ffffff;
	background: rgba(255, 255, 255, 0.10);
	cursor: pointer;
	border-radius: 2px;
	-webkit-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
	z-index: 5;
}
.mobile-menu .navigation li.dropdown .dropdown-btn.open {
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
}
.mobile-menu .navigation li>ul, .mobile-menu .navigation li>ul>li>ul {
	display: none;
}
.mobile-menu .social-links {
	position: relative;
	text-align: center;
	padding: 30px 25px;
}
.mobile-menu .social-links li {
	position: relative;
	display: inline-block;
	margin: 0px 10px 10px;
}
.mobile-menu .social-links li a {
	position: relative;
	line-height: 32px;
	font-size: 16px;
	color: #ffffff;
	-webkit-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
}

/* Hidden Bar */
.hidden-sidebar {
	position: fixed;
	top: 0;
	right: -100%;
	z-index: 9999;
	width: 100%;
	max-width: 470px;
	background: #ffffff;
	height: 100%;
	padding: 40px 45px;
	overflow: auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.hidden-sidebar-close {
	position: absolute;
	top: 40px;
	right: 40px;
	font-size: 30px;
	cursor: pointer;
}
.hidden-sidebar .logo {
	padding-bottom: 30px;
	margin-bottom: 50px;
	border-bottom: 1px solid #e7e7e7;
}
.hidden-sidebar .wrapper-box {
	height: 100%;
}
.hidden-sidebar .sidebar-widget {
	margin-bottom: 40px;
}
.hidden-sidebar .about-widget-two {
	position: relative;
}
.hidden-sidebar .about-widget-two h3 {
	font-size: 28px;
	font-weight: 700;
	margin-bottom: 28px;
}
.hidden-sidebar .news-widget {
	position: relative;
}
.hidden-sidebar .widget-title {
	font-size: 20px;
	font-weight: 700;
	margin-bottom: 30px;
	color: #222;
}
.hidden-sidebar .news-widget .post-wrapper {
	position: relative;
	padding-left: 110px;
	margin-top: -10px;
	margin-bottom: 30px;
}
.hidden-sidebar .news-widget .post-wrapper:last-child {
	margin-bottom: 0px;
}
.hidden-sidebar .news-widget .image {
	position: absolute;
	left: 0;
	top: 10px;
	width: 90px;
}

.hidden-sidebar .newsletter-widget input[type="email"] {
	position: relative;
	border: 1px solid #e7e7e7;
	padding: 13px 20px;
	width: 100%;
	margin-bottom: 10px;
}
.hidden-sidebar .newsletter-widget .theme-btn {
	color: #fff;
	background: var(--theme-color);
}
.hidden-sidebar .newsletter-widget .theme-btn:before {
	background-color: #222;
}
.nav-overlay {
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	z-index: 99999;
	width: 100%;
	display: none;
	background: rgba(20, 20, 20, 0.70);
	overflow: hidden;
	-webkit-transform: translate3d(0, 0, 0);
	cursor: none;
	pointer-events: auto;
}

.sidebar-contact-info ul {
	position: relative;
	display: block;
  }

  .sidebar-contact-info ul li {
	position: relative;
	display: block;
	margin-bottom: 23px;
  }

  .sidebar-contact-info ul li:last-child {
	margin-bottom: 0;
  }

  .sidebar-contact-info ul li .inner {
	position: relative;
	display: block;
	padding-left: 45px;
  }

  .sidebar-contact-info ul li .inner .icon {
	position: absolute;
	top: -2px;
	left: 0;
  }

  .sidebar-contact-info ul li:first-child .inner .icon {
	top: 7px;
  }

  .sidebar-contact-info ul li .inner .icon span {
	position: relative;
	display: block;
	color: var(--thm-base);
	font-size: 30px;
	line-height: 30px;
  }

  .sidebar-contact-info ul li .inner .icon span.map-marker {
	position: relative;
	top: 11px;
	font-size: 34px;
  }

  .sidebar-contact-info ul li .inner .text {
	position: relative;
	display: block;
  }

  .sidebar-contact-info ul li .inner .text p {
	line-height: 24px;
  }

  .sidebar-contact-info ul li .inner .text p a {
	color: var(--thm-gray);
  }
/* Cursor Style */
.cursor {
	position: absolute;
	background-color: #fff;
	width: 6px;
	height: 6px;
	border-radius: 100%;
	z-index: 1;
	-webkit-transition: 0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) opacity, 0.3s cubic-bezier(0.75, -1.27, 0.3, 2.33) -webkit-transform;
	transition: 0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) opacity, 0.3s cubic-bezier(0.75, -1.27, 0.3, 2.33) -webkit-transform;
	-o-transition: 0.3s cubic-bezier(0.75, -1.27, 0.3, 2.33) transform, 0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) opacity;
	transition: 0.3s cubic-bezier(0.75, -1.27, 0.3, 2.33) transform, 0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) opacity;
	transition: 0.3s cubic-bezier(0.75, -1.27, 0.3, 2.33) transform, 0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) opacity, 0.3s cubic-bezier(0.75, -1.27, 0.3, 2.33) -webkit-transform;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	pointer-events: none;
	z-index: 10000;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	visibility: hidden;
}
.cursor {
	visibility: visible;
}
.cursor.active {
	opacity: 0.5;
	-webkit-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);
}
.cursor.hovered {
	opacity: 0.08;
}
.cursor-follower {
	position: absolute;
	background-color: rgba(255, 255, 255, 0.3);
	width: 50px;
	height: 50px;
	border-radius: 100%;
	z-index: 1;
	-webkit-transition: 0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) opacity, 0.6s cubic-bezier(0.75, -1.27, 0.3, 2.33) -webkit-transform;
	transition: 0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) opacity, 0.6s cubic-bezier(0.75, -1.27, 0.3, 2.33) -webkit-transform;
	-o-transition: 0.6s cubic-bezier(0.75, -1.27, 0.3, 2.33) transform, 0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) opacity;
	transition: 0.6s cubic-bezier(0.75, -1.27, 0.3, 2.33) transform, 0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) opacity;
	transition: 0.6s cubic-bezier(0.75, -1.27, 0.3, 2.33) transform, 0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) opacity, 0.6s cubic-bezier(0.75, -1.27, 0.3, 2.33) -webkit-transform;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	pointer-events: none;
	z-index: 10000;
	visibility: hidden;
}
.cursor-follower {
	visibility: visible;
}
.cursor-follower.active {
	opacity: 0.7;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}
.cursor-follower.hovered {
	opacity: 0.08;
}
.cursor-follower.close-cursor:before {
	position: absolute;
	content: '';
	height: 25px;
	width: 2px;
	background: #fff;
	left: 48%;
	top: 12px;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
	display: inline-block;
}
.cursor-follower.close-cursor:after {
	position: absolute;
	content: '';
	height: 25px;
	width: 2px;
	background: #fff;
	right: 48%;
	top: 12px;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

button.theme-btn.search-toggler {
    background: transparent;
    transition: .5s;
    font-size: 15px;
    position: relative;
    color: #fff;
    border: 1px solid #ffffff;
    width: 45px;
    height: 45px;
    border-radius: 22.5px;
    line-height: 46px;
}



button.theme-btn.search-toggler:hover {
    background-color: var(--theme-color);
    border-color: var(--theme-color);
}

button.theme-btn.search-toggler.border_none {
    border: transparent;
    background: transparent;
    font-size: 18px;
    width: auto;
    height: auto;
}

button.theme-btn.search-toggler.border_none:hover {
	color: var(--theme-color);
}

.sidemenu-nav-toggler.border_none {
    width: 80px;
    height: auto;
    border: none;
    background: transparent;
    margin: 0;
    padding-left: 15px;
}

/** scroll-to-top **/
.scroll-to-top{
	position: fixed;
	right: 0px;
	bottom: 100px;
	transform: rotate(90deg);
	z-index: 99;
}

.scroll-to-top .visible {
	visibility: visible!important;
	opacity: 1!important;
}

.scroll-to-top .scroll-top-inner {
	opacity: 0;
	visibility: hidden;
}

.scroll-to-top .scroll-top-inner{
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-transition: all cubic-bezier(.4,0,.2,1) .4s;
	-o-transition: all cubic-bezier(.4,0,.2,1) .4s;
	transition: all cubic-bezier(.4,0,.2,1) .4s;
}

.scroll-to-top .scroll-bar {
	width: 50px;
	height: 2px;
	margin-right: 10px;
	position: relative;
}

.scroll-to-top .scroll-bar:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	background-color: var(--theme-color);
}

.scroll-to-top .scroll-bar .bar-inner {
	position: absolute;
	top: 0;
	right: 0;
	height: 100%;
	background-color: currentColor;
}

.scroll-to-top .scroll-bar-text{
	font-size: 14px;
	font-weight: 600;
	cursor: pointer;
	transition: all 500ms ease;
	color: #999;
}

.scroll-to-top .scroll-bar-text:hover{
transform: scale(1.1);
}

header.main-header.header-style-one {
    position: absolute;
}


/* hover zoom 1 */
.hvr-zoom-1 {
    position: relative;
    z-index: 1;
}
.hvr-zoom-1:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    transform: scale(0,0);
    border-radius: 50%;
    z-index: -1;
    transition: all 500ms ease;

}
.hvr-zoom-1-dark:before {
	background: #222;
}
.hvr-zoom-1-primary:before {
	background: var(--theme-color);
}
.hvr-zoom-1:hover:before {
    transform: scale(1,1);
}

.hvr-zoom-2 {
    position: relative;
    z-index: 1;
}
.hvr-zoom-2:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    transform: scale(0,0);
    border-radius: 50%;
    z-index: -1;
    transition: all 500ms ease;

}
.hvr-zoom-2-dark:before {
	background: #222;
}
.hvr-zoom-2-primary:before {
	background: var(--theme-color);
}
.hvr-zoom-2-wrap:hover .hvr-zoom-1:before {
    transform: scale(1,1);
}

/* hover image zoom 1 */
.hvr-img-zoom-1 {
	position: relative;
	overflow: hidden;
}

.hvr-img-zoom-1 img {
	transition: .7s;
	width: 100%;
}

.hvr-img-zoom-1:hover img,
[class*="block "]:hover .hvr-img-zoom-1 img {
	transform: scale(1.1);
}

.w-100 {
	width: 100%;
}

.pt_355 {
    padding-top: 355px;
}

.pt_330 {
    padding-top: 330px;
}

.pt_240 {
	padding-top: 240px;
}

.pb_240 {
	padding-bottom: 240px;
}

.pb_320 {
	padding-bottom: 320px;
}

.pb_220 {
	padding-bottom: 220px;
}

@media (min-width:992px) {
	.ml_lg__30 {
		margin-left: -30px;
	}
}

.c_primary {
	color: var(--theme-color);
}

.c_primary2 {
	color: #ff863e;
}

.c_light {
    color: #fff;
}

.c_light a {
	color: #fff;
}

.c_light a:hover {
	color: var(--theme-color);
}

.c_dark {
	color: #161837;
}

.c_dark2 {
	color: #000;
}

.c_dark3 {
	color: #444;
}

.c_dark4 {
	color: #161837;
}

.c_dark5 {
	color: #242424;
}


.c_light_dark {
	color: #8a8a8a;
}

.bg_light {
	background-color: #fff;
}
.bg_light_1 {
	background-color: #e2e7eb;
}

.bg_dark {
	background-color: #0b1930;
}

.bg_dark2 {
	background-color: #09376b;
}

.bg_dark3 {
	background-color: #0e112e;
}

.bg_dark4 {
	background-color: #08254f;
}

.bg_dark5 {
	background-color: #111720;
}

.bg_dark6 {
	background-color: #0d1330;
}

.bg_dark7 {
	background-color: #011b39;
}

.bg_dark8 {
	background-color: #0a1222;
}
.bg_dark9 {
	background-color: #141414;
}
.bg_dark10 {
	background-color: #1a1a1a;
}

.bg_sec {
	background-color: #136ab2;
}

.bg_gray {
	background-color: #f1f4fb;
}

.bg_gray2 {
	background-color: #f4f7f9;
}

.bg_gray3 {
	background-color: #d9d9d9;
}

.bg_gray4 {
	background-color: #eff1f4;
}

.bg_gray5 {
	background-color: #f5f7fa;
}

.bg_gray6 {
	background-color: #e1e6ee;
}

.bg_gray7 {
	background-color: #edf1f4;
}

.bg_gray8 {
	background-color: #d2d2d2;
}

.bg_gray9 {
	background-color: #f3f3f4;
}

.bg_gray10 {
	background-color: #f5f7fc;
}

.bg_gray11 {
	background-color: #f8f8fa;
}

.bg_light_dark {
	background-color: #b9b9c3;
}

.bg_primary {
	background-color: var(--theme-color);
}

.bg_primary2 {
	background-color: #ff3318;
}

.bg_primary3 {
	background-color: #ff863e;
}

.tt_u {
    text-transform: uppercase;
}

.bg_cover {
    background-size: cover;
}

.fw_black {
    font-weight: 700;
}

.banner-1-image-2 {
    position: absolute;
    left: 50%;
    bottom: -40px;
}

.text_stroke {
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: rgb(255 255 255 / 60%);
    color: transparent;
    z-index: 99;
}

@media (min-width: 1200px) {
	.ml_lg_130 {
		margin-left: 130px;
	}
}

.line-grid-wrap {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    pointer-events: none;
}

span.line-grid-1 {
    position: absolute;
    left: 10%;
    top: 0;
    bottom: 0;
    width: 1px;
    background: rgb(255 255 255 / 12%);
}

span.line-grid-2 {
    position: absolute;
    left: 30%;
    top: 0;
    bottom: 0;
    width: 1px;
    background: rgb(255 255 255 / 12%);
}

span.line-grid-3 {
    position: absolute;
    left: 50%;
    top: 0;
    bottom: 0;
    width: 1px;
    background: rgb(255 255 255 / 12%);
}

span.line-grid-4 {
    position: absolute;
    left: 70%;
    top: 0;
    bottom: 0;
    width: 1px;
    background: rgb(255 255 255 / 12%);
}

span.line-grid-5 {
    position: absolute;
    left: 90%;
    top: 0;
    bottom: 0;
    width: 1px;
    background: rgb(255 255 255 / 12%);
}

/* service 1 block */

.service-1-block {
    position: relative;
    background: #fff;
    border-radius: 8px;
    padding: 43px 35px 0;
    margin-bottom: 73px;
    filter: drop-shadow(5.448px 10.692px 25px rgba(0,32,92,0.08));
}

.service-1-icon {
    font-size: 65px;
    color: var(--theme-color);
    margin-bottom: 28px;
    position: relative;
}

h4.service-1-title {margin-bottom: -15px;transition: .5s;position: relative;}

.service-1-block:before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: #171c30;
    border-radius: 8px;
    transform-origin: top;
    transform: scaleY(0);
    transition: .8s ease-in-out;
    opacity: 1;
}

.service-1-image {
    position: relative;
    margin: 0 -20px;
    overflow: hidden;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    transform: translateY(43px);
}

.service-1-image img {
	width: 100%;
}

.service-1-read-more {
    position: absolute;
    left: 24px;
    bottom: 24px;
    opacity: 0;
    transform: translateX(-10px);
    transition: .8s;
    transition-delay: .3s;
}

.service-1-image:before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: var(--theme-color);
    opacity: .9;
    transform: scaleY(0);
    transition: .7s;
}

[class*="block"]:hover .service-1-image:before {transform: scale(1);}

[class*="block"]:hover .service-1-read-more {
    opacity: 1;
    transform: translateX(0);
}

[class*="block"]:hover h4.service-1-title {
    color: #fff;
}

.service-1-block:hover:before {
    opacity: 1;
    transform: scaleY(1);
}

.service-1-read-more i:before {
    font-weight: bold;
}

.service-1-read-more a:hover {
	color: #222;
}

.with_shadow {
    filter: drop-shadow(5.448px 10.692px 43.5px rgba(0,32,92,0.12));
    background-color: #ffffff;
}

.shadow-1 {
	filter: drop-shadow(0 0 31px rgba(0,0,0,0.17));
	background-color: #736969;
}

.h_576 {
	height: 576px;
}


.h_435 {
	height: 435px;
}

.b__50 {
	bottom: -50px;
}

.t__50 {
	top: -50px;
}

.t__35 {
	top: -35px;
}

.p_33 {
    padding: 33px;
}

.pb_210 {
	padding-bottom: 210px;
}

.w_260 {
    width: 260px;
}

.fs_176 {
	font-size: 176px;
	position: relative;
    left: -9px;
}

.fs_130 {
	font-size: 130px;
	position: relative;
    left: -5px;
}

.fs_32 {
	font-size: 32px;
}

ul.list-1 i {
    margin-right: 15px;
    vertical-align: middle;
    color: var(--theme-color);
}

ul.list-1 li {
    margin-bottom: 12px;
}

ul.list-1.alt i {
    color: #bc9669;
}

ul.list-1.alt i:before {
    background: #fff;
    border-radius: 50%;
}

.progressbar-1-outer {
    background: #eae5e3;
}

.progressbar-1-inner {
    transition: .9s;
	width: 0;
}

.progressbar-1-percentage {
    position: absolute;
    right: 0;
    top: -34px;
}

.why_chooseus_small_icon {
    right: -35px;
    bottom: 10px;
    width: 50px;
    height: 50px;
    background: #172b56;
    text-align: center;
    line-height: 55px;
    color: #fff;
    font-size: 25px;
}

.whychooseus-right-box {
    position: relative;
    padding: 85px 60px 60px;
    background-size: cover;
	filter: drop-shadow(5.448px 10.692px 43.5px rgba(0,32,92,0.12));
	background-color: #0b1930;
}

.whychooseus-right-box:before {
    position: absolute;
    content: '';
    background: var(--theme-color);
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: .9;
}

.whychooseus-right-box.alt:before {
	background-color: var(--theme-color);
}

.ripple {
	position: relative;
	display: inline-block;
}
.ripple:after {
	position: absolute;
	left: 0;
	top: 0;
	border-radius: 50%;
	-webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.14);
	-ms-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.14);
	-o-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.14);
	box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.14);
	-webkit-animation: ripple 3s infinite;
	animation: ripple 3s infinite;
}
.ripple:after {
	-webkit-animation-delay: .6s;
	animation-delay: .6s;
	content: "";
	position: absolute;
	right: 0;
	bottom: 0;
}
@-webkit-keyframes ripple {
	70% {
		-webkit-box-shadow: 0 0 0 70px rgba(244, 68, 56, .0);
		box-shadow: 0 0 0 70px rgba(244, 68, 56, .0);
	}
	100% {
		-webkit-box-shadow: 0 0 0 0 rgba(244, 68, 56, .0);
		box-shadow: 0 0 0 0 rgba(244, 68, 56, .0);
	}
}
@keyframes ripple {
	70% {
		-webkit-box-shadow: 0 0 0 70px rgba(244, 68, 56, .0);
		box-shadow: 0 0 0 70px rgba(244, 68, 56, .0);
	}
	100% {
		-webkit-box-shadow: 0 0 0 0 rgba(244, 68, 56, .0);
		box-shadow: 0 0 0 0 rgba(244, 68, 56, .0);
	}
}

.video-btn-1 {
    display: inline-block;
    width: 70px;
    height: 70px;
    text-align: center;
    line-height: 55px;
    border-radius: 50%;
    font-size: 20px;
    border: 10px solid #fea59b;
    background-origin: padding-box;
    background-color: #fff;
    padding-left: 5px;
    color: #061e52;
}

.video-btn-1:hover {
    color: #fff;
    background: var(--theme-color);
}

.project-1-image img {
	width: 100%;
}
.project-1-block {
	margin-bottom: 30px;
	position: relative;
}
.project-1-overlay {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	opacity: 1;
	color: #ffffff;
	text-align: center;
	background: rgba(0, 0, 0, 0.0);
	display: flex;
	flex-wrap: wrap;
	align-items: flex-end;
	justify-content: flex-start;
	flex-direction: column;
	padding-right: 20px;
	padding-top: 20px;
}
.project-1-overlay:before {
	content: '';
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	opacity: 0;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
	-webkit-transform: translateY(-100%);
	-ms-transform: translateY(-100%);
	-o-transform: translateY(-100%);
	-moz-transform: translateY(-100%);
	transform: translateY(-100%);
	background: var(--theme-color);
}
.project-1-block:hover .project-1-overlay:before {
	opacity: .9;
	-webkit-transform: translateY(0%);
	-ms-transform: translateY(0%);
	-o-transform: translateY(0%);
	-moz-transform: translateY(0%);
	transform: translateY(0%);
}
.project-1-content {
	position: absolute;
	left: 40px;
	bottom: 40px;
	transition: .5s;
	transform: translateY(10px);
	opacity: 0;
}
.project-1-block:hover .project-1-content {
	opacity: 1;
	transform: translateY(0);
}
h4.project-1-title {
	font-size: 22px;
	line-height: 30px;
	color: #ffffff;
	font-weight: 700;
	transition: .5s;
	font-family: "Barlow";
	transform: translateY(10px);
}
.project-1-block:hover h4.project-1-title {
	transform: translateY(0);
}
.project-1-cat {
	font-size: 14px;
	line-height: 30px;
	color: #ffffff;
	font-weight: 400;
	left: 30px;
	bottom: 30px;
	transition: .5s;
	margin-bottom: 0px;
}
.project-1-block:hover .project-1-cat {
	transform: translateY(0);
}
.project-1-image {
	overflow: hidden;
	position: relative;
	border-radius: 7px;
}
.project-1-overlay:after {
	content: '';
	position: absolute;
	right: 0px;
	top: 0px;
	height: 100%;
	opacity: 0;
	background: rgb(0 0 0 / 70%);
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
	-webkit-transform: translateY(100%);
	-ms-transform: translateY(100%);
	-o-transform: translateY(100%);
	-moz-transform: translateY(100%);
	transform: translateY(100%);
}
.project-1-overlay:hover:after {
	opacity: 1;
	-webkit-transform: translateY(0%);
	-ms-transform: translateY(0%);
	-o-transform: translateY(0%);
	-moz-transform: translateY(0%);
	transform: translateY(0%);
}
.project-1-overlay a {
	position: relative;
	font-size: 30px;
	color: #000;
	line-height: 67px;
	display: inline-block;
	opacity: 0;
	width: 58px;
	height: 58px;
	border-radius: 6px;
	background-color: #ffffff;
	margin-bottom: 10px;
	transition: all 900ms ease 500ms;
	-webkit-transition: all 900ms ease 500ms;
	-ms-transition: all 900ms ease 500ms;
	-o-transition: all 900ms ease 500ms;
	transition-delay: 0s;
	transform: translateY(100px) translateX(-0px);
}
.project-1-block:hover a {
	opacity: 1;
	position: relative;
	z-index: 1;
	transform: translateY(0) translateX(0);
}
.project-1-overlay a:hover {
	color: var(--theme-color);
}
.project-1-overlay a img {
	width: auto;
}
.project-1-section a.btn-1 span {
	background: #fff;
}
.project-1-section a.btn-1:hover {
	color: var(--theme-color);
}
.project-1-row {
	column-count: 4;
	transition: all .5s ease-in-out;
	column-gap: 30px;
	column-fill: initial;
}

@media (max-width: 991px) {
	.project-1-row {
		column-count: 2;
	}
}

@media (max-width: 575px) {
	.project-1-row {
		column-count: 1;
	}
}

.project-1-overlay a i.flaticon-link {
    font-size: 37px;
}

h1.project-1-bottom-title {
    -webkit-text-stroke-color: rgb(31 38 52 / 20%);
    font-size: 163px;
    text-align: center;
    width: max-content;
    position: relative;
    left: -25px;
    margin-bottom: 85px;
}

/* testimonails */


.testimonials-1-block {
	position: relative;
	margin-bottom: 30px;
}

.testimonials-1-block.alt {
	margin-bottom: 70px;
}

.testimonials-1-top-content {
	position: relative;
	background: #fff;
	padding: 40px 50px;
	border-radius: 10px;
}

.testimonials-1-quote {
	font-size: 50px;
	color: var(--theme-color);
	margin-bottom: 15px;
}

.testimonials-1-desc {
	font-size: 18px;
	line-height: 30px;
	color: #494949;
}

.testimonials-1-author {
	position: relative;
	margin-left: 55px;
	padding-left: 95px;
	padding-top: 9px;
	min-height: 70px;
	margin-top: 30px;
}

.testimonials-1-author-image {
	position: absolute;
	top: 0;
	left: 0;
}

.testimonials-1-author-image img {
	width: 70px;
	height: 70px;
	border-radius: 50%;
}

.testimonials-1-author-title {
	font-size: 18px;
	line-height: 30px;
	color: #ffffff;
	font-weight: 700;
	font-family: "Roboto";
}

.testimonials-1-author-title.alt {
	color: #161837;
}

.testimonials-1-designation {
	font-size: 16px;
	line-height: 20px;
	color: var(--theme-color);
	font-weight: 400;
	font-family: 'Poppins', sans-serif;
}

.testimonials-1-top-content:before {
	position: absolute;
	content: '';
	width: 42px;
	height: 10px;
	bottom: -10px;
	left: 66px;
	background-image: url(../images/shape/shape-2.png);
}

/* blog */

.blog-1-image:before {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    content: "";
    background: rgb(11 25 48 / 85%);
    transition: all 900ms ease;
    -webkit-transition: all 900ms ease;
    transition: -webkit-transform 0.5s ease;
    -webkit-transition: -webkit-transform 0.5s ease;
    transition: transform 0.5s ease;
    transition: transform 0.5s ease, -webkit-transform 0.5s ease;
    -webkit-transform: scale(0, 1);
    transform: scale(0, 1);
    -webkit-transform-origin: right center;
    transform-origin: right center;
    background-position: center center;
    z-index: 1;
}

.blog-1-block:hover .blog-1-image:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transform-origin: left center;
    transform-origin: left center;
}

.blog-1-lower-content {
    background: #fff;
    margin-top: -50px;
    margin-left: 25px;
    padding-left: 35px;
    padding-top: 25px;
	padding-bottom: 50px;
	transition: .5s;
	z-index: 2;
}

[class*="block"]:hover .blog-1-lower-content {
	filter: drop-shadow(5.448px 10.692px 12.5px rgba(0,0,0,0.04));
	background-color: #ffffff;
}

.blog-1-lower-content-alt2,
.blog-1-lower-content-alt {
    margin-top: -50px;
    margin-left: 25px;
    padding-left: 35px;
    padding-top: 25px;
	padding-bottom: 50px;
	transition: .5s;
	z-index: 1;
}

.blog-1-lower-content-alt2,
[class*="block"]:hover .blog-1-lower-content-alt {
	background-color: #fff;
}

.blog-1-top-content {
    position: relative;
    opacity: 0;
    transition: .5s;
}

[class*="block"]:hover .blog-1-top-content {
	opacity: 1;
}


.blog-1-date {
    transform: translateY(-50%);
}

.blog-1-read-more a:before {
    position: absolute;
    content: '';
    left: 0;
    top: -11px;
    border-radius: 19px;
    background-color: #f7f4f2;
    width: 140px;
    height: 40px;
    z-index: -1;
	transition: .5s;
	display: inline-block;
	pointer-events: none;
}

.blog-1-read-more a:hover:before {
	left: calc(100% - 140px);
}

.blog-1-read-more.alt a:before {
    left: 0;
    right: 0;
}

.blog-1-read-more.alt a:hover:before {
    left: 0;
}

@media (min-width:1200px) {
    .col-xl-2-5 {
        flex: 0 0 auto;
        width: 20%;
    }
}

.contact-info-1-box {
    position: relative;
    background: #01609d;
    max-width: 378px;
    padding: 75px 45px;
    margin-left: auto;
}

.contact-info-1-box.alt {
	background-color: var(--theme-color);
}

.contact-info-1-box.alt a:hover {
	color: #222;
}

.c_light2 a,
.c_light2 {
	color: #8e939f;
}

.c_light2 a:hover {
	color: var(--theme-color);
}

.footer-border {
	border-bottom: 1px solid #1f2739;
}

.footer-border.alt {
	border-color: #2c2c2c;
}

[class*="col"] + [class*="col"] .contact-info-box2 {
    border-left: 1px solid #1f2739;
}

ul.link-widget-1-list li {
    margin-bottom: 10px;
}

.footer-newsletter form input[type=email] {
    border: 1px solid #313235;
    height: 45px;
    background: transparent;
    border-radius: 5px;
    padding: 0 20px;
    width: 100%;
    color: #696d77;
}

.footer-newsletter {
    position: relative;
}

.footer-newsletter button {
    position: absolute;
    right: 0;
    top: 0;
    width: 54px;
    padding: 12px 0 18px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

ul.footer-social-media {
    display: flex;
    flex-wrap: wrap;
}

ul.footer-social-media a {
    display: inline-block;
    width: 35px;
    height: 35px;
    border: 1px solid #a0a5b1;
    border-radius: 50%;
    text-align: center;
    margin-right: 15px;
    margin-bottom: 15px;
    color: #fff;
    line-height: 32px;
}

ul.footer-social-media a:hover {
	border-color: var(--theme-color);
	background-color: var(--theme-color);
}

.rotate_180 {
	transform: rotate(180deg);
}


/* carousel nav style one */

.slider-nav-style-1 {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
}

.slider-nav-style-1>* {
	position: relative;
	width: 60px;
	height: 60px;
	line-height: 60px;
	border-radius: 50%;
	text-align: center;
	background: #ffffff;
	cursor: pointer;
	z-index: 9;
	font-size: 13px;
	transition: .5s;
	border: 1px solid #fff;
	color: #333;
}
.slider-nav-style-1>*:hover {
	background-color: var(--theme-color);
	border-color: var(--theme-color);
	color: #fff;
}

.slider-nav-style-1.alt>* {
	border-color: #E5E5E5;;
}
.slider-nav-style-1.alt>*:hover {
	border-color: var(--theme-color)
}
.slider-nav-style-1>*.slider-button-prev {
    margin-left: -130px;
}
.slider-nav-style-1>*.slider-button-next {
    margin-right: -130px;
}
/* style two */
.slider-nav-style-2 {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	margin-bottom: 30px;
}
.slider-nav-style-2>* {
	position: relative;
    width: 50px;
    height: 50px;
    line-height: 50px;
    border-radius: 50%;
    text-align: center;
    background: transparent;
    cursor: pointer;
    z-index: 9;
    font-size: 23px;
    transition: .5s;
    border: 2px solid rgba(255,255,255,0.7);
    margin-right: 20px;
    color: #fff;
    box-shadow: 0px 10px 80px rgb(0 0 0 / 20%);
}
.slider-nav-style-2>*:hover {
	background-color: var(--theme-color);
	border-color: var(--theme-color);
	color: #fff;
}

/* form */
form input[type=search],
form input[type=text],
form input[type=date],
form input[type=email],
form input[type=password],
form input[type=tel],
form input[type=number],
form input[type=file],
form select,
form textarea {
    background: #ffffff;
    width: 100%;
    height: 60px;
    padding: 0 30px;
    border: 1px solid #E5E5E5;
	transition: .5s;
}

form .form-group {
    margin-bottom: 30px;
}

form textarea {
    padding-top: 20px;
    height: 150px;
}

form input[type=search]:focus,
form input[type=text]:focus,
form input[type=email]:focus,
form input[type=password]:focus,
form input[type=tel]:focus,
form input[type=number]:focus,
form input[type=file]:focus,
form select:focus,
form textarea:focus {
    border-color: var(--theme-color);
}

/* header style two */
header.main-header.header-style-two {
    position: absolute;
}

.header-style-two .auto-container {
    padding: 0 70px;
}

.header-style-two .main-menu .navigation>li.current>a,
.header-style-two .main-menu .navigation>li>a:hover {
	color: #fff;
}

.icon_box_1 {
    border-bottom: 1px solid #d7dbdd;
}

[class*="col"] + [class*="col"] .icon_box_1 {
    border-left: 1px solid #d7dbdd;
}

[class*="col"]:nth-child(even) .icon_box_1 {
    background: #f5f7fa;
}

.icon_box_1 i[class*="flaticon"] {
	transition: .5s;
	transform-origin: top left;
}

.icon_box_1:hover i[class*="flaticon"] {
	transform: scale(1.1);
}

.experience-year {
    width: 145px;
    height: 145px;
    z-index: 1;
}

.experience-year:before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    width: 159px;
    height: 159px;
    background-color: #ffffff;
    z-index: -1;
    border-radius: 50%;
}

.experience-year:after {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: var(--theme-color);
    z-index: -1;
    border-radius: 50%;
}

/* accordion */
.accordion-box .block {
	position: relative;
	background: #fff;
}
.accordion-box .block .acc-btn {
	position: relative;
	cursor: pointer;
	padding: 24px 40px;
	transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
}
.accordion-box .block .icon-outer {
	position: relative;
	transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	display: inline-block;
}
.accordion-box .block .icon-outer .icon {
	position: absolute;
	width: 28px;
	height: 28px;
	font-size: 16px;
	font-weight: 300;
	text-align: center;
	left: -7px;
}
.accordion-box .block .acc-content {
	position: relative;
	display: none;
}
.accordion-box .block .acc-content .content-text {
	padding-bottom: 6px;
}
.accordion-box .block .acc-content.current {
	display: block;
}
.accordion-box .block .content {
	position: relative;
	padding: 6px 40px 40px;
}
.accordion-box .block .content p:last-child {
	margin-bottom: 0px;
}

/* accordion alt */
.accordion-box.alt .block .acc-btn {
    padding: 0 0 25px;
    border-bottom: 1px solid #ccc;
    margin-bottom: 30px;
}

.accordion-box.alt .block {
    background: transparent;
}

.accordion-box.alt .block .content {
    padding: 0;
    margin-bottom: 45px;
}

.accordion-box.alt .block .icon-outer {
    margin-right: 10px;
    top: -6px;
}

.accordion-box.alt-2 .block .icon-outer {
    position: absolute;
    left: 0;
    font-size: 22px;
}

.accordion-box.alt-2 .block .icon-outer .icon {
    font-size: 16px;
    font-weight: 700;
}

.accordion-box.alt-2 .block .acc-btn {
    padding: 15px 0;
    padding-left: 25px;
}

.accordion-box .block .content {
	padding: 0;
	padding-left: 25px;
	margin-bottom: 25px;
}

.accordion-box.alt-2 .block .icon-outer .icon-minus {
    display: none;
}

.accordion-box.alt-2 .block .active .icon-outer .icon-plus {
    display: none;
}

.accordion-box.alt-2 .block .active .icon-outer .icon-minus {
    display: block;
}

.fun-fact-1-block {
    border-radius: 6px;
    border: 1px solid rgba(213,213,213,0.7);
    padding: 17px 30px;
    margin-bottom: 20px;
}


.team-1-block {
    position: relative;
	margin-bottom: 30px;
}

.team-1-image {
	position: relative;
}

.team-1-share-icon-area {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

.team-1-image img {
    position: relative;
	width: 100%;
	transition: .7s ease;
}

.team-1-block:hover .team-1-image img {
	transform: scale(1.2);
}

ul.team-1-social-icon {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

ul.team-1-social-icon a {
    color: #333;
    font-size: 16px;
    width: 50px;
    height: 50px;
    background: #fff;
    display: inline-block;
    text-align: center;
    line-height: 52px;
    border-radius: 50%;
}

ul.team-1-social-icon li {
    margin: 0 10px;
    opacity: 0;
    transition: .5s;
}

.team-1-block:hover ul.team-1-social-icon li {
	opacity: 1;
}

ul.team-1-social-icon li:nth-child(2) {
	transition-delay: .2s;
}

ul.team-1-social-icon li:nth-child(3) {
	transition-delay: .4s;
}

ul.team-1-social-icon a:hover {
    background: var(--theme-color);
    color: #fff;
}

.team-1-share-icon {
    position: absolute;
    background: #FFFFFF;
    box-shadow: 0px -15px 50px rgb(0 0 0 / 15%);
    border-radius: 30px;
    height: 43px;
    width: 43px;
    text-align: center;
    line-height: 45px;
    margin: 0 auto;
    transition: .5s;
    cursor: pointer;
    font-size: 15px;
    color: #4a4e56;
    bottom: 0;
    top: 25px;
    right: 15px;
    z-index: 1;
}

.team-1-block:hover .team-1-share-icon {
    color: #fff;
}

.team-1-share-icon:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    transform: scale(0,0);
    border-radius: 50%;
    z-index: -1;
    transition: all 500ms ease;
    background: var(--theme-color);
}


.team-1-block:hover .team-1-share-icon:before {
    transform: scale(1,1);
}

.team-1-image-wrap {
    position: relative;
	overflow: hidden;
}

.team-1-image-wrap:after {
    position: absolute;
    content: '';
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: #222;
    opacity: 0;
    transition: .5s;
}

.team-1-block:hover .team-1-image-wrap:after {
    opacity: .8;
}

.team-1-author-info {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding-left: 35px;
    padding-bottom: 15px;
    padding-top: 35px;
    background-image: url(../images/shape/shape-3.png);
    background-repeat: no-repeat;
    background-position: left bottom;
}

.building-site-wrap {
    padding: 60px;
    border-right: 1px solid #cbcbcb;
    flex-wrap: wrap;
}

.building-site-border-bottom {
	border-bottom: 1px solid #cbcbcb;
}

.building-site-image img {
    max-width: initial;
    height: 460px;
    object-fit: cover;
    width: 100%;
}

.building-site-image {
    width: calc(100% - 315px);
}

.building-site-content {
    background: #0d1330;
    padding: 80px 45px;
    padding-right: 40px;
    max-width: 315px;
}

/* form alt */
.form-alt form input[type=search],
.form-alt form input[type=text],
.form-alt form input[type=email],
.form-alt form input[type=password],
.form-alt form input[type=tel],
.form-alt form input[type=number],
.form-alt form input[type=file],
.form-alt form select,
.form-alt form textarea {
    border-radius: 8px;
    background-color: #ffffff;
    border: 1px solid #dbdcdd;
    padding-left: 25px;
    height: 58px;
}

.form-alt form .form-group {
    margin-bottom: 15px;
}

.form-alt form textarea {
    height: 202px;
}

/* three box */

.text-block-1 h6 {
    color: #9a9aa6;
}

.text-block-1 h6.c_light {
	color: #fff;
}

.text-block-2 h6 {
    color: rgb(255 255 255 / 50%);
}

a.box-btn-dark {
    width: 58px;
    height: 58px;
    border: 1px solid #000;
    display: inline-block;
    text-align: center;
    line-height: 60px;
    font-size: 24px;
}

a.box-btn-light {
    width: 58px;
    height: 58px;
    border: 1px solid #fff;
    display: inline-block;
    text-align: center;
    line-height: 58px;
    font-size: 24px;
    color: #fff;
}

a.box-btn-light:hover {
    background: var(--theme-color);
    border-color: var(--theme-color);
}

a.box-btn-dark:hover {
    background: var(--theme-color);
    border-color: var(--theme-color);
    color: #fff;
}

.text-block-1.left-arrow:before {
    position: absolute;
    content: '';
    left: -23px;
    top: 50%;
    background: #fff;
    width: 24px;
    height: 41px;
    clip-path: polygon(100% 0, 0 50%, 100% 100%);
    transform: translateY(-50%);
}

.text-block-1.right-arrow:before {
    position: absolute;
    content: '';
    right: -23px;
    top: 50%;
    background: #fff;
    width: 24px;
    height: 41px;
    clip-path: polygon(100% 50%, 0 0, 0 100%);
    transform: translateY(-50%);
	z-index: 9;
	pointer-events: none;
}

/* banner style three */

.banner-left-sidebar{
	position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    z-index: 999;
    background: rgb(0 0 0 / 45%);
    border-right: 1px solid rgb(255 255 255 / 15%);
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-around;
    flex-direction: column;
    width: 100px;
    text-align: center;
}

.banner-left-sidebar .sidemenu-nav-toggler {
    margin: 0;
    background: transparent;
    border: 1px solid #fff;
    width: 47px;
    height: 47px;
    margin-bottom: 10px;
    line-height: 42px;
}

.banner-style-three-bg-left {
    background: #095e9e;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: calc(50% - 140px);
}

.banner-style-three-bg-right {
    background: var(--theme-color);
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: calc(50% + 140px);
}

/* banner-section */
.banner-section .swiper-slide {
	position: relative;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
/* .main_slider,
.main_slider .banner-slider-2{
    height: 100vh;
}
.banner-section .swiper-slide .bnox_76 {
    height: 100vh;
    width: 100%;
} */

.banner-section .content-box {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
}
.banner-section .content-box .inner {
	position: relative;
	opacity: 0;
	-webkit-transform: translateX(100px);
	-ms-transform: translateX(100px);
	transform: translateX(100px);
}
.banner-section .swiper-slide-active .content-box .inner {
	opacity: 1;
	-webkit-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
	-webkit-transform: translateX(0px);
	-ms-transform: translateX(0px);
	transform: translateX(0px);
}
.banner-slider-2 .content-box .inner {
    transform: translateX(0px);
    transition: .5s;
}
.banner-section .content-box h1 {
	position: relative;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 800ms ease;
	-o-transition: all 800ms ease;
	transition: all 800ms ease;
	-webkit-transform: translateY(-20px);
	-ms-transform: translateY(-20px);
	transform: translateY(-20px);
	margin-bottom: 20px;
}
.banner-section .swiper-slide-active .content-box h1 {
	opacity: 1;
	visibility: visible;
	-webkit-transition-delay: 800ms;
	-o-transition-delay: 800ms;
	transition-delay: 800ms;
	-webkit-transform: translateY(0px);
	-ms-transform: translateY(0px);
	transform: translateY(0px);
}
.banner-section h4 {
	position: relative;
	display: block;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 800ms ease;
	-o-transition: all 800ms ease;
	transition: all 800ms ease;
	-webkit-transform: translateY(20px);
	-ms-transform: translateY(20px);
	transform: translateY(20px);
	border-radius: 18px;
    background-color: #0a0300;
    display: inline-block;
    padding: 9px 35px;
}
.banner-section .swiper-slide-active h4 {
	opacity: 1;
	visibility: visible;
	-webkit-transition-delay: 1200ms;
	-o-transition-delay: 1200ms;
	transition-delay: 1200ms;
	-webkit-transform: translateY(0px);
	-ms-transform: translateY(0px);
	transform: translateY(0px);
}
.banner-section .inner p {
	position: relative;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 800ms ease;
	-o-transition: all 800ms ease;
	transition: all 800ms ease;
	-webkit-transform: translateX(-50px);
	-ms-transform: translateX(-50px);
	transform: translateX(-50px);
}
.banner-section .swiper-slide-active .inner p {
	opacity: 1;
	visibility: visible;
	-webkit-transition-delay: 1600ms;
	-o-transition-delay: 1600ms;
	transition-delay: 1600ms;
	-webkit-transform: translateX(0px);
	-ms-transform: translateX(0px);
	transform: translateX(0px);
}
.banner-section .link-box {
	-webkit-transform: scaleY(0);
	-ms-transform: scaleY(0);
	transform: scaleY(0);
	-webkit-transition: all 800ms ease;
	-o-transition: all 800ms ease;
	transition: all 800ms ease;
	-webkit-transition-delay: 2000ms;
	-o-transition-delay: 2000ms;
	transition-delay: 2000ms;
	-webkit-transform-origin: bottom;
	-ms-transform-origin: bottom;
	transform-origin: bottom;
	margin: 0 -10px;
}
.banner-section .swiper-slide-active .link-box {
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}
.banner-section .link-box a {
	-webkit-transition: .5s ease;
	-o-transition: .5s ease;
	transition: .5s ease;
	margin: 0 10px 10px;
}
.banner-section .link-box a i {
	margin-left: 12px;
}

.banner-section .banner-feature-image {
    transform: translateX(-0) translateY(100px);
    opacity: 0;
    background-size: cover;
    -webkit-transition: all 1500ms ease;
    -o-transition: all 1500ms ease;
    transition: all 1500ms ease;
    transition-delay: 100ms;
}

.banner-section .swiper-slide-active .banner-feature-image {
    opacity: 1;
    transform: translateX(0);
    transition-delay: 1000ms;
}

.banner-section .banner-slider-nav {
	position: absolute;
	top: calc(50% - 10px);
	left: 2%;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	width: 96%;
}
.banner-section .banner-slider-button-next {
	position: relative;
	width: 50px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	cursor: pointer;
	z-index: 9;
	font-size: 20px;
	transition: .5s;
	border: 2px solid #fff;
	color: #fff;
}
.banner-section .banner-slider-button-next:hover {
	color: var(--theme-color);
	border-color: #fff;
	background-color: #fff;
}
.banner-section .banner-slider-button-prev {
	position: relative;
	width: 50px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	cursor: pointer;
	z-index: 9;
	font-size: 20px;
	transition: .5s;
	border: 2px solid #fff;
	color: #fff;
	top: 2px;
}
.banner-section .banner-slider-button-prev:hover {
	color: var(--theme-color);
	border-color: #fff;
	background-color: #fff;
}


/* header style three */

.main-header.header-style-three {
    position: absolute;
    padding-top: 35px;
	pointer-events: none;
}

.main-header.header-style-three .auto-container {
    padding-left: 0px;
	padding-right: 0px;
    width: 1140px;
}
.main-header.header-style-three .slideInDown .auto-container {
    width: calc(100% - 20px);
}

.main-header.header-style-three .header-upper .logo-box .logo {
    padding-top: 0;
    padding-top: 0;
    max-width: 225px;
    padding-bottom: 0;
}

.main-header.header-style-three .header-upper .right-column {
    flex-grow: 1;
    background: #fff;
    border-bottom-left-radius: 5px;
    border-top-left-radius: 5px;
    margin-left: 30px;
    justify-content: space-between;
	pointer-events: auto;
    margin-right: 30px;
}

.main-header.header-style-three .slideInDown .header-upper .right-column {
    justify-content: space-between;
}

.main-header.header-style-three .main-menu .navigation>li {
    padding: 24px 0px;
}

.main-header.header-style-three .main-menu .navigation {
    margin-left: 60px;
}

.main-header.header-style-three .main-menu .navigation>li>a {
    color: #000;
}

.main-header.header-style-three .main-menu .navigation>li.current>a,
.main-header.header-style-three .main-menu .navigation>li>a:hover {
    color: #000;
}

.main-header.header-style-nine .theme-btn.search-toggler,
.main-header.header-style-three .theme-btn.search-toggler {
    color: #000;
	border-color: #666;
}

.main-header.header-style-nine .theme-btn.search-toggler:hover,
.main-header.header-style-three .theme-btn.search-toggler:hover {
	color: #fff;
	border-color: var(--theme-color);
}

.main-header.header-style-three .header-upper .right-column:before {
    position: absolute;
    content: '';
    left: 13px;
    top: 10px;
    border-radius: 5px;
    /* background-color: rgb(255 255 255 / 20%);
    width: 100%;
    height: 100%;
    pointer-events: none; */
}

.text-block-1 h6.c_light_half {
    color: rgb(255 255 255 / 50%);
}

.text-block-1 h6.c_dark {
	color: #0e112e;
}

.bg_dark3 .text-block-1.left-arrow:before,
.bg_dark3 .text-block-1.right-arrow:before {
    background: #0e112e;
}

.bg_gray .text-block-1.left-arrow:before,
.bg_gray .text-block-1.right-arrow:before {
    background: #f1f4fb;
}

.bg_primary .text-block-1.left-arrow:before,
.bg_primary .text-block-1.right-arrow:before {
	background: var(--theme-color);
}

.box-image-1 {
    position: relative;
    overflow: hidden;
}

.box-image-1 img {
    max-width: initial;
    height: 479px;
    object-fit: cover;
    width: 100%;
	transition: .9s ease-in-out;
}

.box-image-1.alt img {
    height: 958px;
}

.box-image-1.alt2 img {
	height: 609px;
}

.box-image-1:hover img {
    transform: scale(1.1);
}

a.project-2-btn {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 150px;
    background: var(--theme-color);
    color: #fff;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    font-size: 50px;
    transition: .5s;
}

a.project-2-btn:hover {
    background: #0b1930;
}

.testimonials-2-author-image {
    width: 72px;
    margin-top: 10px;
}

.testimonials-2-author-image img {
    border-radius: 50%;
}

.building-image-1 {
    margin-left: 130px;
}

.building-image-1 img {
    max-width: none;
}

.bg_right_center {
    background-position: right center;
}

.slider__pagination .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    border-radius: 4px;
    background-color: #ffffff;
    opacity: 1;
    margin-right: 10px;
}

.slider__pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: var(--theme-color);
}

.slider__pagination.style-one {
    position: absolute;
    left: 50%;
    bottom: 140px;
}

.alt span.line-grid-4 {
    left: 60%;
}

.alt span.line-grid-5 {
    left: 80%;
}

.banner-feature-image {
    position: absolute;
    right: 0;
	left: 0;
    bottom: 0;
	max-width: 50%;
	margin-right: 0;
	margin-left: auto;
}

/* header style four */

header.main-header.header-style-four {
    background: #0b1930;
}

header.main-header.header-style-four .auto-container {
    padding-left: 100px;
}

header.main-header.header-style-four .main-menu .navigation>li {
    padding: 22px 0px;
}

header.main-header.header-style-four  .header-upper .logo-box .logo {
    padding: 14px 0px;
}

header.main-header.header-style-four .main-menu .navigation>li.current>a,
header.main-header.header-style-four .main-menu .navigation>li>a:hover {
    color: #fff;
}

/* banner four wrap */

.banner-four-wrap {
    border: 1px solid #333436;
}

.banner-style-four-shape-1 {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 90px;
    background: #ff3318;
}

.banner-style-four-shape-2 {
    position: absolute;
    bottom: -90px;
    right: 0;
    height: 90px;
    background: #ff3318;
    width: 30%;
    z-index: 999;
}

.banner-4-image-1 {
    width: calc(50% + 240px);
	top: -1px;
    right: -1px;
    bottom: -1px;
}

.feature-image-with-circhle-shape {
    position: relative;
}

.feature-image-with-circhle-shape:before {
    width: 614px;
    height: 613px;
    border-radius: 307px;
    background-color: #0c1e3c;
    position: absolute;
    content: '';
    bottom: -20px;
    left: 45%;
    transform: translateX(-50%);
}

.feature-image-with-circhle-shape:after {
    position: absolute;
    content: '';
    width: 614px;
    height: 613px;
    border-radius: 307px;
    border: 1px solid #72797e;
    left: 45%;
    bottom: 30px;
    transform: translateX(-50%);
    opacity: .40;
}

.feature-image-with-circhle-shape img {
    position: relative;
    z-index: 1;
}

/*  */
.service-1-block.alt .service-1-image {
    transform: translateY(0);
    margin-bottom: 14px;
}

.service-1-block.alt h4.service-1-title {
    margin-bottom: 28px;
    color: #161837;
}

.service-1-block.alt {
    border: 1px solid #d7dbde;
    box-shadow: none;
	margin-bottom: 30px;
}

.service-1-block.alt:before {
    background: #f9fafa;
}

.brand-logo-sec-border {
    border-top: 1px solid #d5d4d3;
    position: relative;
    top: 18px;
}

/* header style five */
header.main-header.header-style-five {
    position: absolute;
    border-bottom: 1px solid rgb(255 255 255 / 15%);
}

header.main-header.header-style-five .header-upper .logo-box .logo {
    padding: 19px 0;
}

header.main-header.header-style-five .main-menu .navigation>li {
    padding: 28px 0px;
}

header.main-header.header-style-five .main-menu .navigation>li.current>a,
header.main-header.header-style-five .main-menu .navigation>li>a:hover {
	color: var(--theme-color);
}

/* banner style five */
.banner-style-five-shape-1 {
    position: absolute;
    right: 22%;
    top: 22%;
}

.banner-style-five-shape-2 {
    position: absolute;
    right: 18%;
    top: 28%;
}

.banner-style-five-shape-3 {
    position: absolute;
    right: 20px;
    bottom: -30px;
}

h1.banner-1-side-text {
    opacity: .05;
    font-size: 300px;
    -webkit-text-stroke-color: #ffffff;
    position: absolute;
    left: 0;
    bottom: 0;
    transform: rotate(-90deg) translateY(60%) translateX(-9%);
    transform-origin: left;
    z-index: 0;
}

/* header style six */

.header-style-six {
    position: absolute;
}

.header-style-six .main-menu .navigation>li.current>a,
.header-style-six .main-menu .navigation>li>a:hover {
    color: #fff;
}

[class*="col"] .icon_box_1.alt {
    background: transparent;
}

.icon_box_1.alt {
    border: 1px solid #d7dbde;
}

.image-block-1.p_relative img {
    max-width: none;
    margin-left: 70px;
    margin-top: -240px;
}

.text-block-3 {
    position: absolute;
    left: 30px;
    bottom: 0;
    max-width: 295px;
}

.text-block-3 a:hover {
    color: #fff;
}

.client-logo-1-image.alt img {
	opacity: .5;
}

.brand-logo-sec-border.alt {
    border-color: rgb(213 212 211 / 15%);
}


/* header style seven */
header.main-header.header-style-seven {
    position: absolute;
}

.header-style-seven .main-menu .navigation>li.current>a,
.header-style-seven .main-menu .navigation>li>a:hover {
	color: #fff;
}

.project-1-row.alt {
    column-count: 3;
    column-gap: 20px;
}

.project-1-row.alt .project-1-block {
    margin-bottom: 20px;
}

.contact-info-1-box.alt2 {
    padding-top: 30px;
    padding-bottom: 30px;
    margin-top: 45px;
    margin-bottom: 45px;
}

.box-image-1.alt3 img {
	height: 1024px;
}

.inner-container2 {
    max-width: 745px;
    padding: 0 15px;
    margin: 0 auto;
    margin-right: 0;
}

.inner-container3 {
    max-width: 800px;
    padding: 0 15px;
	padding-left: 150px;
}

@media (max-width: 1400px) {
	.inner-container3 {
		padding-left: 15px;
	}
}

.mw_500 {
	max-width: 500px;
}

.mw_480 {
	max-width: 480px;
}

.mw_570 {
	max-width: 570px;
}

.op_60 {
	opacity: .60;
}

.list-2 {
	font-size: 48px;
}

.list-2  a:hover {
	color: #222;
}

.form-alt2 form input[type=search],
.form-alt2 form input[type=text],
.form-alt2 form input[type=email],
.form-alt2 form input[type=password],
.form-alt2 form input[type=tel],
.form-alt2 form input[type=number],
.form-alt2 form input[type=file],
.form-alt2 form select,
.form-alt2 form textarea {
    background: transparent;
    color: #fff;
    height: 50px;
    border-color: #eaeaea;
    padding-left: 20px;
}

.form-alt2 form textarea {
    height: 150px;
}

/* header style nine */
header.main-header.header-style-nine {
    position: absolute;
	top: 10px;
}

header.main-header.header-style-nine .main-menu .navigation>li>a {
    color: #000;
}

header.main-header.header-style-nine .main-menu .navigation>li.current>a,
header.main-header.header-style-nine .main-menu .navigation>li>a:hover {
    color: #000;
}

header.main-header.header-style-nine button.theme-btn.search-toggler {
    color: #000;
}

.border-1 {
	border-bottom: 1px solid #b3b3b3;
}

.border-6 {
	border-bottom: 1px solid #e0e0e0;
}


.icon_box_1_with_hover:before {
    position: absolute;
    content: '';
    left: 0;
    top: 50px;
    bottom: 0;
    right: 0;
    background: var(--theme-color);
    border-radius: 6px;
    transition: .7s ease;
    transform: scaleY(0);
    transform-origin: top;
    opacity: 0;
}

.icon_box_1_with_hover:hover:before {
    opacity: 1;
    transform: scaleY(1);
    top: 0;
}

.icon_box_1_with_hover h5,
.icon_box_1_with_hover h4,
.icon_box_1_with_hover a,
.icon_box_1_with_hover i {
	position: relative;
	transition: .5s;
}

.icon_box_1_with_hover:hover h5,
.icon_box_1_with_hover:hover h4,
.icon_box_1_with_hover:hover a,
.icon_box_1_with_hover:hover i {
	color: #fff;
}

.icon_box_1_with_hover:hover .icon_box_1 i {
    color: #fff;
}

[class*="col"] .icon_box_1.alt2 {
    background: #f4f7f9;
}

.c_hover_dark:hover {
    color: #222;
}

.feature-image-1 {
    position: relative;
}

.feature-image-1:before {
    position: absolute;
    content: '';
    left: -20px;
    top: 35px;
    background: var(--theme-color);
    height: 400px;
    width: 20px;
}

.feature-image-1:after {
    position: absolute;
    content: '';
    right: -20px;
    bottom: 0;
    background: #0e285d;
    height: 270px;
    width: 20px;
}

/* Faq Section */

.faq-search-form button {
	position: absolute;
	background: transparent;
	right: 21px;
	top: 16px;
	color: rgb(0 0 0 / 0.50);
}

/*Error Section*/

.error-section {
	position: relative;
	padding: 210px 0px 225px;
	background-repeat: no-repeat;
	background-size: cover;
}
.error-section .content {
	position: relative;
	text-align: center;
}
.error-section:before {
	position: absolute;
	content: '';
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	display: block;
	background-color: rgb(31 31 32 / 0%);
}
.error-section h1 {
	position: relative;
	margin-bottom: 10px;
	font-size: 250px;
	line-height: 1em;
	color: #d90429;
	font-weight: 900;
	font-family: "Yantramanav";
}
.error-section h2 {
	position: relative;
	font-size: 66px;
	line-height: 53px;
	color: #ffffff;
	font-weight: 700;
	font-family: "Yantramanav";
	margin-bottom: 30px;
}
.error-section .text {
	position: relative;
	margin-top: 10px;
	margin-bottom: 50px;
	font-size: 28px;
	line-height: 53px;
	color: #ffffff;
	font-weight: 500;
	font-family: "Yantramanav";
	text-align: center;
}
.error-section .theme-btn {
	color: #fff;
	font-size: 23px;
	padding: 19px 46px;
}
.error-section .theme-btn:hover {
	background-color: #fff;
}
/*Comming Soon*/

.comming-soon {
	position: fixed;
	width: 100%;
	height: 100%;
	display: block;
	overflow-y: auto;
	background-size: cover;
}
.comming-soon .content {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	display: table;
	text-align: center;
	vertical-align: middle;
}
.comming-soon .content .content-inner {
	position: relative;
	padding: 50px 15px;
	display: table-cell;
	vertical-align: middle;
}
.comming-soon .content .content-inner h2 {
	position: relative;
	margin-bottom: 80px;
	font-size: 100px;
	line-height: 74px;
	color: #ffffff;
	font-weight: 700;
	font-family: "Yantramanav";
}
.comming-soon .content .content-inner .text {
	position: relative;
	color: #ffffff;
	font-size: 32px;
	font-weight: 600;
	line-height: 1.6em;
	max-width: 885px;
	margin: 0 auto;
	margin-top: 20px;
	margin-bottom: 50px;
	display: inline-block;
	font-family: "Yantramanav";
	text-transform: capitalize;
}
.comming-soon .content .content-inner .text span {
	font-family: "Playfair Display", serif;
	font-style: italic;
	color: var(--theme-color);
}
/***

====================================================================
	Countdown style
====================================================================

***/

.time-counter {
	position: relative;
}
.time-counter .time-countdown {
	position: relative;
}
.time-counter .time-countdown .counter-column {
	position: relative;
	margin: 0px 15px 0px;
	width: 180px;
	height: 180px;
	text-align: center;
	display: inline-block;
	padding: 20px 0px 10px;
	border: 2px solid #ffffff;
	color: #ffffff;
	font-size: 20px;
	line-height: 30px;
	text-transform: uppercase;
	border-radius: 50%;
	font-weight: 600;
	margin-bottom: 30px;
}
.time-counter .time-countdown .counter-column .count {
	position: relative;
	display: block;
	font-size: 60px;
	line-height: 40px;
	padding: 28px 10px 20px;
	color: #ffffff;
	letter-spacing: 1px;
	font-weight: 600;
}
.comming-soon .emailed-form .form-group {
	position: relative;
	display: block;
	max-width: 770px;
	margin: 0 auto;
	width: 100%;
	margin-bottom: 20px;
	padding-right: 210px;
}
.comming-soon .emailed-form .form-group input[type="text"], .comming-soon .emailed-form .form-group input[type="tel"], .comming-soon .emailed-form .form-group input[type="email"], .comming-soon .emailed-form .form-group textarea {
	position: relative;
	display: block;
	width: 100%;
	line-height: 20px;
	height: 76px;
	font-weight: 400;
	font-size: 20px;
	color: #242424;
	padding: 10px 36px;
	background: #ffffff;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	transition: all 300ms ease;
	font-family: "Yantramanav";
}
.comming-soon .emailed-form .form-group input[type="submit"], .comming-soon .emailed-form button {
	position: absolute;
	right: 0px;
	top: 0px;
	padding: 19px 50px;
	background: var(--theme-color);
	color: #fff;
	font-size: 16px;
	letter-spacing: 2px;
	line-height: 38px;
	text-transform: uppercase;
	color: #ffffff;
	font-weight: 700;
	font-family: "Yantramanav";
	transition: .5s;
}

.comming-soon .emailed-form button:hover {
background-color: #222;
}

/* form alt3 */
.form-alt3 form input[type=search],
.form-alt3 form input[type=text],
.form-alt3 form input[type=email],
.form-alt3 form input[type=password],
.form-alt3 form input[type=tel],
.form-alt3 form input[type=number],
.form-alt3 form input[type=file],
.form-alt3 form select,
.form-alt3 form textarea {
    border: 0;
    border-bottom: 1px solid #e3e3e3;
    background: transparent;
    padding-left: 0;
    padding-top: 5px;
}

.form-alt3 form textarea {
	height: 160px;
}

.form-alt3 form .form-group {
    margin-bottom: 25px;
}

/***

====================================================================
	Sidebar Page Container
====================================================================

***/

.sidebar-page-container {
	position: relative;
	padding: 120px 0px 70px;
}
.sidebar-page-container .content-side, .sidebar-page-container .sidebar-side {
	margin-bottom: 40px;
}
.sidebar-widget {
	position: relative;
	margin-bottom: 40px;
}
/*Search Box Widget*/

.sidebar .search-box .form-group {
	position: relative;
	margin: 0px;
}
.sidebar .search-box .form-group input[type="text"],
.sidebar .search-box .form-group input[type="search"] {
	position: relative;
	padding: 10px 50px 10px 20px;
	display: block;
	width: 100%;
	border: 1px solid #f7f7f7;
	height: 52px;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	font-size: 18px;
	line-height: 38px;
	color: #444;
	font-weight: 400;
	background: #f7f7f7;
}
.sidebar .search-box .form-group input[type="search"]:focus {
	border-color: var(--theme-color);
}
.sidebar .search-box .form-group button {
	position: absolute;
	right: 0px;
	top: 0px;
	height: 52px;
	width: 60px;
	display: block;
	font-size: 16px;
	color: #909090;
	line-height: 100%;
	font-weight: normal;
	background: none;
}
.sidebar .search-box .form-group button:hover {
	color: var(--theme-color);
}
/*Sidebar Title*/

.sidebar-title {
	position: relative;
	margin-bottom: 20px;
}
.sidebar-title h2 {
	display: inline-block;
	text-transform: capitalize;
	font-size: 28px;
	line-height: 28px;
	color: #242424;
	font-weight: 700;
}
.sidebar-title h2:after {
	position: absolute;
	content: '';
	right: -30px;
	bottom: 7px;
	width: 20px;
	height: 1px;
	background: #0e2a4e;
}
.sidebar-title.style-two h2 {
	padding-bottom: 18px;
}
.sidebar-title.style-two h2:after {
	position: absolute;
	content: '';
	left: 0px;
	bottom: 0px;
	width: 35px;
	height: 2px;
}
/*Blog Category*/

.cat-list {
	position: relative;
}
.cat-list li {
	position: relative;
}
.cat-list li a {
	position: relative;
	display: block;
	font-size: 18px;
	line-height: 42px;
	color: #444;
	font-weight: 400;
	border-bottom: 1px solid #e6e6e6;
	transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
}
.cat-list li a:hover {
	color: var(--theme-color);
}
.cat-list li:last-child a {
	border-bottom: 0px;
}
.cat-list li a:after {
	position: absolute;
	content: '\f105';
	right: 0px;
	top: 0px;
	color: #c8c8c8;
	font-size: 14px;
	font-family: 'Font Awesome 5 Pro';
}
/*Post Widget*/

.sidebar .popular-posts .post {
	position: relative;
	font-size: 14px;
	color: #666666;
	padding: 0px 0px;
	padding-left: 90px;
	min-height: 92px;
	margin-bottom: 20px;
	border-bottom: 1px solid #e1e1e1;
}
.sidebar .popular-posts .post:last-child {
	margin-bottom: 0px;
	border-bottom: 0;
}
.sidebar .popular-posts .post .post-thumb {
	position: absolute;
	left: 0px;
	top: 5px;
	width: 70px;
	background-color: #000;
	overflow: hidden;
}
.sidebar .popular-posts .post .post-thumb img {
	display: block;
	width: 100%;
	transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}
.sidebar .popular-posts .post .post-thumb:hover img {
	opacity: 0.5;
	transform: scale(1.05);
}
.sidebar .popular-posts .post .text {
	position: relative;
	margin: 0 0px 0px;
	text-transform: capitalize;
	font-size: 18px;
	line-height: 20px;
	color: #242424;
	font-weight: 500;
	margin-bottom: 5px;
}
.sidebar .popular-posts .post .text a {
	color: #242424;
	display: inline-block;
	line-height: 20px;
	transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}
.sidebar .popular-posts .post a:hover {
	text-decoration: underline;
	color: var(--theme-color);
}
.sidebar .popular-posts .post-info {
	font-size: 15px;
	line-height: 28px;
	color: #7c7777;
	font-weight: 600;
}
/*Popular Tags*/

.sidebar .popular-tags a {
	position: relative;
	display: inline-block;
	line-height: 24px;
	padding: 6px 25px 6px;
	min-width: 100px;
	margin: 0px 6px 10px 0px;
	background: none;
	border: 1px solid #e4e4e4;
	text-transform: capitalize;
	transition: all 300ms ease;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	font-size: 16px;
	color: #444;
	font-weight: 400;
	text-align: center;
}
.sidebar .popular-tags a:hover {
	color: #ffffff;
	border-color: var(--theme-color);
	background-color: var(--theme-color);
}
/***

====================================================================
	Styled Pagination
====================================================================

***/

.styled-pagination {
	position: relative;
	margin-top: -20px;
	margin-bottom: 50px;
}
.styled-pagination.s-two {
	margin-left: 70px;
}
.styled-pagination li {
	position: relative;
	display: inline-block;
	margin: 0px 6px 0px 0px;
	vertical-align: middle;
}
.styled-pagination li a {
	position: relative;
	display: inline-block;
	line-height: 42px;
	height: 44px;
	font-size: 16px;
	width: 44px;
	color: #081336;
	font-weight: 700;
	text-align: center;
	background: #ffffff;
	border-radius: 50%;
	border: 1px solid #a1a1a1;
	text-transform: capitalize;
	transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
}
.styled-pagination li a:hover,
.styled-pagination li a.active {
	color: #ffffff;
	border-color: var(--theme-color);
	background-color: var(--theme-color);
}

.styled-pagination li a span:before {
	font-size: 25px;
	line-height: 42px;
}

.single-comment {
    border: 1px solid #e8eaf2;
    border-bottom: 0;
}

.single-comment:last-child {
	border-bottom: 1px solid #e8eaf2;
}

.single-comment img {
    width: 70px;
}

.single-comment .author {
    flex-basis: 118px;
}

.single-comment .date {
    color: #aeaeae;
}

.single-comment:nth-child(odd) {
    background: #f7f7f7;
}

.blog-form-top-content {
    background: #f7f7f7;
    padding: 50px 35px;
    border: 1px solid #eeeeee;
    margin-bottom: 50px;
    padding-bottom: 130px;
}

.blog-comment-form form input[type=search],
.blog-comment-form form input[type=text],
.blog-comment-form form input[type=email],
.blog-comment-form form input[type=password],
.blog-comment-form form input[type=tel],
.blog-comment-form form input[type=number],
.blog-comment-form form input[type=file],
.blog-comment-form form select,
.blog-comment-form form textarea {
    height: 45px;
    padding-left: 20px;
}

.blog-comment-form form textarea {
	height: 170px;
	padding-top: 15px;
}

.side-bg-1 {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    background: var(--theme-color);
    width: calc(50% - 340px);
}

.curve-shape {
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    height: 85px;
}

.curve-shape:before {
    position: absolute;
    content: '';
    left: -30px;
    right: -50px;
    bottom: -82px;
    background: var(--theme-color);
    height: 128px;
    transform:
    rotate(-20deg);
}

.curve-shape:after {
    position: absolute;
    content: '';
    left: -30px;
    right: -50px;
    bottom: -95px;
    background: #0b1930;
    height: 128px;
    transform: rotate(-14deg);
}

.trfr_90 {
	transform: rotate(90deg);
}
a.video-btn-1.alt {
    width: 60px;
    height: 60px;
    line-height: 45px;
    border: 6px solid #d8d8d9;
    background-color: var(--theme-color);
    background-origin: padding-box;
    background-repeat: no-repeat;
    padding: 3px;
    color: #fff;
}

a.video-btn-1.alt:hover {
    background: #fff;
    color: var(--theme-color);
}

.slider-nav-style-2.project-1-nav>* {
    margin: 30px 10px 0;
    font-size: 20px;
    line-height: 46px;
}

.slider-nav-style-2.service-1-nav>* {
    border: 2px solid rgba(23,43,86,0.7);
    box-shadow: none;
    color: #172b56;
    margin: 0 10px;
	font-size: 20px;
	line-height: 46px;
}

.slider-nav-style-2.service-1-nav>*:hover {
    background-color: var(--theme-color);
    border-color: var(--theme-color);
    color: #fff;
}

.slider-nav-style-2.service-1-nav {
    justify-content: center;
    margin-top: 30px;
}

.slider-nav-style-2.service-1-nav:before {
    position: absolute;
    content: '';
    opacity: 0.671;
    width: 40px;
    height: 1px;
    background-color: #5c6a88;
    left: calc(50% + 80px);
}

.slider-nav-style-2.service-1-nav:after {
    position: absolute;
    content: '';
    opacity: 0.671;
    width: 40px;
    height: 1px;
    background-color: #5c6a88;
    right: calc(50% + 80px);
}

.p_inherit {
	position: inherit !important;
}

.mr___20 {
	max-width: 1600px !important;
}

.client-logo-1-image.dark_v {
    background: #0d112d;
    text-align: center;
    min-height: 270px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #272b4f;
    padding: 15px 20px;
}

.client-logo-1-image img {
    transition: .5s;
}

.client-logo-1-image:hover img {
    transform: scale(1.2);
}

iframe {
    margin-bottom: -7px;
}

.header-style-one .auto-container {
    max-width: 100%;
    padding: 0 50px;
}


.appointment-area{
	position: relative;
	display: block;
	background: #ffffff;
	padding: 110px 0 150px;
  }
  .appointment-title{
	position: relative;
	display: block;
	margin-top: -9px;
	padding-bottom: 52px;
  }
  .appointment-title h2{
	font-size: 45px;
	line-height: 53px;
	font-weight: 900;
	margin: 0 0 24px;
  }
  .appointment-title p{
	margin: 0px;
	line-height: 28px;
  }

  .appointment-form{
	position: relative;
	display: block;
  }

  .appointment-form .single-box {
	position: relative;
	display: block;
	overflow: hidden;
	margin-bottom: 30px;
  }

  .appointment-form .single-box.selectbox {
	overflow: inherit;
  }

  .appointment-form .single-box .jobsite-address input{
	margin-bottom: 20px;
  }

  .appointment-form .single-box .inner-title{
	position: relative;
	display: block;
	padding-bottom: 15px;
  }
  .appointment-form .single-box .inner-title h3{
	color: #001070;
	font-size: 18px;
	line-height: 20px;
	font-weight: 600;
	font-family: 'Poppins', sans-serif;
  }

  .appointment-checkbox {
	position: relative;
	display: block;
  }
  .appointment-checkbox .single-checkbox{
	position: relative;
	display: inline-block;
	float: left;
	margin-right: 30px;
  }
  .appointment-checkbox label {
	position: relative;
	display: inline-block;
	padding-left: 30px;
	margin-right: 0px;
	margin-bottom: 0;
	color: #444444 !important;
	font-size: 18px;
	line-height: 30px;
	font-weight: 400;
	cursor: pointer;
	font-family: 'Poppins', sans-serif;
  }
  .appointment-checkbox input[type="checkbox"] {
	display:none;
  }
  .appointment-checkbox input[type="checkbox"] + label span {
	position: absolute;
	display: block;
	top: 10px;
	left: 0;
	width: 13px;
	height: 13px;
	vertical-align: middle;
	background-color: transparent;
	border: 1px solid #8e8f8f;
	cursor: pointer;
	border-radius: 0;
	transition: all 300ms ease;
  }
  .appointment-checkbox label span:before {
	position: absolute;
	content: '';
	top: 1px;
	left: 1px;
	width: 9px;
	height: 9px;
	border: 1px solid #b2b7bb;
	background: -webkit-linear-gradient(-45deg, #aeb3b9, #e9e9ea 80%);
	transition: all 300ms ease;
  }
  .appointment-checkbox input[type="checkbox"]:checked + label span {
	border-color: #16232a;
  }

  .appointment-checkbox label span:after {
    position: absolute;
    content: '\f00c';
    left: 2px;
    top: -9px;
    right: 0;
    bottom: 0;
    font-family: 'Font Awesome 5 Pro';
    font-size: 7px;
    font-weight: 900;
    opacity: 0;
}

  .appointment-checkbox input[type="checkbox"]:checked + label span:after {
	opacity: 1;
  }


  .appointment-form input[type="text"],
  .appointment-form input[type="email"],
  .appointment-form textarea,
  .appointment-form select{
	position: relative;
	display: block;
	background: #ffffff;
	border: 1px solid #dddddd;
	width: 100%;
	height: 40px;
	color: #444444;
	font-size: 18px;
	font-weight: 400;
	padding-left: 20px;
	padding-right: 20px;
	border-radius: 0px;
	transition: all 500ms ease;
	font-family: 'Poppins', sans-serif;
  }

  .appointment-form textarea{
	height: 180px;
	resize: none;
  }

  .appointment-form input:focus,
  .appointment-form textarea:focus{
	border-color: #ffc800;
  }

  .appointment-form .date-box{
	position: relative;
	display: block;
	width: 380px;
  }
  .appointment-form .date-box .icon{
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 20px;
	color: #898989;
	font-size: 16px;
  }
  .appointment-form .date-box .icon span:before{
	position: relative;
	top: 2px;
  }


  .appointment-form .time-box{
	position: relative;
	display: block;
	width: 160px;
  }
  .appointment-form .time-box .icon{
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 20px;
	color: #444;
	font-size: 20px;
	font-weight: 700;
  }
  .appointment-form .time-box .icon span:before{
	position: relative;
	top: 0px;
	font-weight: 500;
	color: #444;
	font-size: 16px;
  }

  .newsletter-checkbox {
	position: relative;
	display: block;
  }
  .newsletter-checkbox label {
	position: relative;
	display: inline-block;
	padding-left: 30px;
	margin-right: 0px;
	margin-bottom: 0;
	color: #444444;
	font-size: 18px;
	line-height: 26px;
	font-weight: 400;
	cursor: pointer;
	font-family: 'Poppins', sans-serif;
  }
  .newsletter-checkbox input[type="checkbox"] {
	display:none;
  }
  .newsletter-checkbox input[type="checkbox"] + label span {
	position: absolute;
	display: block;
	top: 7px;
	left: 0;
	width: 13px;
	height: 13px;
	vertical-align: middle;
	background-color: transparent;
	border: 1px solid #8e8f8f;
	cursor: pointer;
	border-radius: 0;
	transition: all 300ms ease;
  }
  .newsletter-checkbox label span:before {
	position: absolute;
	content: '';
	top: 1px;
	left: 1px;
	width: 9px;
	height: 9px;
	border: 1px solid #b2b7bb;
	opacity: 0;
	background-color: transparent;
	transition: all 300ms ease;
  }
  .newsletter-checkbox input[type="checkbox"]:checked + label span {
	border-color: #16232a;
  }
  .newsletter-checkbox input[type="checkbox"]:checked + label span:before {
	opacity: 1;
	background: -webkit-linear-gradient(-45deg, #aeb3b9, #e9e9ea 80%);
  }

  .appointment-form .bootstrap-select {
	position: relative;
	display: block;
  }

  .appointment-form .bootstrap-select .dropdown-toggle {
	position: relative;
	display: block;
	outline: none !important;
	border-radius: 0px;
	border: 1px solid #dddddd;
	background-color: #ffffff !important;
	max-width: 100%;
	width: 100%;
	height: 40px;
	margin: 0;
	padding: 0;
	padding-left: 20px;
	padding-right: 20px;
	color: #444 !important;
	font-size: 18px;
	line-height: 38px;
	font-weight: 400;
	letter-spacing: normal;
	text-transform: capitalize;
	box-shadow: none !important;
	transition: none !important;
	font-family: 'Poppins', sans-serif;
  }

  .appointment-form .bootstrap-select .dropdown-toggle:focus{
	outline: none !important;
  }

  .appointment-form .bootstrap-select .dropdown-menu li{
	position: relative;
	display: block;
  }

  .appointment-form .bootstrap-select .dropdown-menu li a span.text {
	display: inline-block;
	margin: 0;
  }

  .appointment-form .bootstrap-select>.dropdown-toggle::after {
	position: absolute;
	top: 50%;
	right: 20px;
	height: auto;
	font-family: 'FontAwesome';
	content: '\f107';
	color: #444;
	font-size: 20px;
	transform: translateY(-50%);
	margin: 0;
	font-weight: 700;
	border: none;
	background: transparent;
	text-align: right;
  }
  .appointment-form .bootstrap-select .dropdown-menu {
	margin: 0;
	padding: 0;
	border-radius: 0;
	border: 0px solid #ddd;
	background: #f9f9f9;
	font-size: 16px;
	color: #000000;
  }
  .appointment-form .dropdown-item {
	display: block;
	width: 100%;
	padding: 9px 25px 9px;
	font-weight: 400;
	color: #898989;
	text-align: inherit;
	white-space: nowrap;
	background-color: transparent;
	border: 0;
	border-radius: 0;
	border-bottom: 1px solid rgba(0, 0, 0, 0.10);
	transition: all 500ms ease;
	font-family: 'Poppins', sans-serif;
  }

  .appointment-form .dropdown-item.active,
  .appointment-form .dropdown-item:active {
	color: #222222;
  }

  .appointment-form .dropdown-item:hover {
	color: #222222;
  }

  .appointment-form-button{
	position: relative;
	display: block;
  }

  .appointment-form .date-box select{
	height: 40px;
	background: #fff;
	border: 1px solid #dddddd;
	line-height: 40px;
	font-size: 18px;
	font-family: 'Poppins', sans-serif;
	color: #444444;
	padding: 0px 10px;
	margin-right: 10px;
	float: left;
  }

  .appointment-form .date-box #dobday{
	width: 99px;
  }

  .appointment-form .date-box #dobmonth{
	width: 110px;
  }

  .appointment-form .date-box #dobyear{
	width: 104px;
  }


/* header style ten */
header.main-header.header-style-ten {
    position: absolute;
}

header.main-header.header-style-ten .auto-container {
    max-width: 100%;
}

header.main-header.header-style-ten .logo-box {
    background: #222;
    padding: 3px 40px;
    margin-left: -15px;
}

header.main-header.header-style-ten .main-menu .navigation>li.current>a, .main-menu .navigation>li>a:hover {
    color: #000;
}

header.main-header.header-style-ten .main-menu .navigation>li>a {
    color: #000;
}

header.main-header.header-style-ten .main-menu .navigation>li {
    padding: 30px 0px;
}

header.main-header.header-style-ten button.theme-btn.search-toggler {
    background: transparent;
    border: transparent;
    color: #000;
    font-size: 18px;
}

header.main-header.header-style-ten .sidemenu-nav-toggler {
    color: #000;
    border-color: #000;
	line-height: 39px;
}

header.main-header.header-style-ten .sidemenu-nav-toggler:hover {
    border-color: var(--theme-color);
}

.main-header.header-style-ten .sticky-header .header-upper .logo-box .logo {
    padding: 19.5px 0px;
}


/* banner style ten */
section.banner-style-ten {
    padding-left: 150px;
    padding-bottom: 130px;
	background-color: #1a1a1a;
}

section.banner-style-ten .bg-image {
    position: absolute;
    top: 0;
    left: 150px;
    right: 0;
    bottom: 0;
}

.banner-style-ten h2 {
    font-size: 65px;
    font-weight: 700;
    color: #000;
    position: absolute;
    top: 200px;
    left: 120px;
}

.banner-style-ten h2 span {
	font-style: italic;
	font-weight: 400;
}

.banner-ten-image {
    position: relative;
}

.banner-ten-text {
    padding-top: 70px;
    padding-left: 80px;
    background: var(--theme-color);
    padding-bottom: 46px;
    padding-right: 30px;
}

.banner-ten-text p {
    font-size: 20px;
    line-height: 28px;
    color: #1a1a1a;
    font-weight: 500;
}

.banner-ten-text2 {
    padding-top: 70px;
    padding-left: 120px;
    padding-bottom: 40px;
}

.banner-ten-text2 p {
    font-size: 19px;
    line-height: 28px;
    color: #bfbfbf;
    font-weight: 400;
}

.banner-style-ten-border-shape {
    height: 1px;
    width: 100%;
    background: #45433f;
    opacity: .6;
}

/* about4 */
section.about4-section {
    position: relative;
    background-color: #1a1a1a;
	padding-bottom: 280px;
}

.about4-shape {
    position: absolute;
    left: 0;
    bottom: 30px;
}

.about4-section h2 {
    position: relative;
    padding-bottom: 15px;
}

.about4-section h2:before {
    position: absolute;
    content: '';
    left: 0;
    bottom: 0;
    opacity: 0.502;
    width: 93px;
    height: 1px;
    background-color: #ffffff;
}

.about4-section h4 {
    font-size: 28px;
    margin-bottom: 60px;
    line-height: 40px;
    color: #ffffff;
    font-weight: 500;
    font-family: "Barlow";
}

.about4-section p {
    color: rgb(255 255 255 / 60%);
    margin-bottom: 30px;
	position: relative;
}

.abut4-img-box {
    position: relative;
}

section.three-column-section {
    position: relative;
    margin-top: -190px;
}

.imagebox {
    position: relative;
	margin-bottom: 30px;
}

.imagebox .image {
    overflow: hidden;
    margin-bottom: 25px;
}

.imagebox .image img {
    transition: .5s;
	width: 100%;
}

.imagebox:hover .image img {
    transform: scale(1.1);
}

.imagebox h4 {
    font-size: 24px;
    font-weight: 700;
    font-style: italic;
    position: relative;
}

.imagebox h4:before {
    position: relative;
    content: '';
    left: 0;
    display: inline-block;
    width: 35px;
    height: 1px;
    background-color: #222222;
    margin-right: 20px;
}

section.three-column-section:before {
    position: absolute;
    content: '';
    left: 0;
    top: 190px;
    right: 0;
    bottom: 0;
    background: #f3f3f5;
}

section.whatwedo-section {
    position: relative;
    background: #f3f3f5;
    padding-top: 80px;
	padding-bottom: 100px;
}

.whatwedo-shape {
    position: absolute;
    left: 0;
    bottom: 0;
}

.sectiontitlev2 h6 {
    color: #747474;
}

.sectiontitlev2 h6 span {
    background: #747474;
}

.sectiontitlev2 h2 {
	color: #000;
}

.whatwedo-icon-box {
    position: relative;
    margin-bottom: 30px;
}

.whatwedo-icon-box .icon {
    margin-bottom: 25px;
}

.whatwedo-icon-box h4 {
    font-size: 21px;
    color: #000000;
    font-weight: 600;
    font-family: "Barlow";
    margin-bottom: 14px;
}

.whatwedo-icon-box .whatwedo-count {
    position: absolute;
    top: 0;
    right: 20px;
    font-size: 14px;
    line-height: 26px;
    color: #000000;
    font-weight: bold;
}

h2.our_clients_title {
    font-size: 45px;
    color: #ffffff;
    font-weight: 700;
    font-family: "Roboto";
    position: relative;
    margin-bottom: 50px;
}

h2.our_clients_title:before {
    position: absolute;
    content: '';
    left: 0;
    width: 1000%;
    height: 1px;
    background: rgb(213 212 211 / 20%);
    top: 40px;
}

h2.our_clients_title span {
	background-color: #1a1a1a;
	padding-right: 30px;
	position: relative;
}

section.projects2-section {
    position: relative;
    padding-top: 120px;
	padding-bottom: 90px;
}

section.projects2-section .sectiontitlev2 {
    margin-bottom: 30px;
}

section.projects2-section .projects2_allprojects_link {
    margin-bottom: 55px;
}

section.projects2-section .projects2_allprojects_link a {
    font-size: 19px;
    letter-spacing: 1px;
    text-decoration: underline;
    color: #ca910a;
    font-weight: 500;
    transition: .5s;
}

section.projects2-section .projects2_allprojects_link a:hover {
    color: #000;
}

ul.filter-tabs.filter-btns {
    font-size: 18px;
    line-height: 24px;
    color: #303030;
    font-weight: 500;
    font-family: "Barlow";
}

ul.filter-tabs li {
    margin-bottom: 20px;
    position: relative;
    transition: .5s;
    cursor: pointer;
}

ul.filter-tabs li:before {
    position: relative;
    content: '';
    width: 10px;
    height: 1px;
    background-color: #353535;
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 5px;
}

ul.filter-tabs li:hover {
    color: var(--theme-color);
}

.project-1-block.alt .project-1-content {
	left: 30px;
	bottom: 25px;
}

.project-1-block.alt .project-1-overlay a {
	width: 52px;
	height: 52px;
	line-height: 56px;
	font-size: 22px;
}

.project-1-block.alt .project-1-overlay a i.flaticon-link {
    font-size: 28px;
}

.alt ul.filter-tabs.filter-btns li:before {
    display: none;
}

.alt ul.filter-tabs.filter-btns {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 20px;
}

.alt ul.filter-tabs li {
    margin-right: 20px;
}

.projectdetails-1-author-text {
    font-style: italic;
    font-size: 18px;
    line-height: 28px;
    color: #6e6e6e;
    font-weight: 400;
    font-family: "Barlow";
    margin: 16px 0;
}

cite.projectdetails-1-author-name {
    font-size: 18px;
    line-height: 28px;
    color: #5aa0d1;
    font-weight: 600;
    font-family: "Barlow";
    font-style: normal;
}




/** add new home css **/


/** header-style-11 **/

.header-style-11{
	position: relative;
	padding: 0px 70px;
}

.header-style-11 .header-upper{
	border-bottom: 1px solid #d7d7d7;
}

.header-style-11 .main-menu .navigation>li>a{
	color: #1b1b1b;
}

.header-style-11 .main-menu .navigation>li.dropdown>a{
	padding-right: 0px;
}

.header-style-11 .main-menu .navigation>li.dropdown>a:before{
	display: none;
}

.header-style-11 .main-menu .navigation>li{
	margin-right: 47px;
}

.header-style-11 button.theme-btn.search-toggler{
	color: #020202;
	font-size: 20px;
}

.header-style-11 button.theme-btn.search-toggler:hover{
	color: #fff;
}

.header-style-11 .sidemenu-nav-toggler{
	background: transparent;
	border: 1px solid #333333;
}

.header-style-11 .main-menu .navigation>li{
	padding-top: 27px;
	padding-bottom: 27px;
}

.header-style-11 .sticky-header{
	padding: 0px 70px;
}

.header-style-11 .sticky-header .header-upper{
	border-bottom: none;
}


/** project-section **/

.project-section{
	position: relative;
}

.project-section:before{
	position: absolute;
	content: '';
	background: #1a1a1a;
	width: 100%;
	height: 580px;
	left: 0px;
	bottom: 0px;
}

.project-section .title-box{
	position: relative;
	display: block;
	margin-bottom: 54px;
	padding-bottom: 24px;
}

.project-section .title-box:before{
	position: absolute;
	content: '';
	background: #969696;
	width: 90px;
	height: 2px;
	left: 50%;
	bottom: 0px;
	margin-left: -45px;
}

.project-section .title-box h2{
	font-size: 70px;
	line-height: 70px;
	color: #000000;
	font-weight: 900;
	margin-bottom: 29px;
}

.project-section .title-box h2 span{
	position: relative;
	display: inline-block;
	border-bottom: 3px solid #000000;
	font-style: italic;
}

.project-section .title-box p{
	line-height: 26px;
	color: #444444;
}

.project-section .filters{
	position: relative;
	display: block;
	margin-bottom: 40px;
}

.project-section .filters .filter-tabs li{
	position: relative;
	display: inline-block;
	font-size: 16px;
	line-height: 26px;
	font-family: 'Montserrat', sans-serif;
	color: #242424;
	font-weight: 700;
	text-transform: uppercase;
	text-align: center;
	padding: 5px 18px 4px 18px;
	margin: 0px 15px;
    background-color: #f1f1f1;
    border-radius: 5px;
}

.project-section .filters .filter-tabs li.active{
	color: #fff;
	background: #0067ac;
}

.project-section .filters .filter-tabs li:before{
	display: none;
}

.project-section .masonry-item{
	padding: 0px 1px;
}

.project-section .outer-container{
	position: relative;
	padding: 0px 84px;
}

.project-block-one .inner-box{
	position: relative;
	display: block;
	overflow: hidden;
	margin-bottom: 1px;
}

.project-block-one .inner-box .image-box{
	position: relative;
	display: block;
	overflow: hidden;
}

.project-block-one .inner-box .image-box img{
	width: 100%;
	transition: all 500ms ease;
}

.project-block-one .inner-box:hover .image-box img{
	transform: scale(1.05);
}

.project-block-one .inner-box .content-box{
	position: absolute;
	left: 60px;
	bottom: 0px;
	width: 265px;
	background: #000;
	padding: 17px 20px 13px 30px;
	opacity: 0;
	transition: all 500ms ease;
}

.project-block-one .inner-box:hover .content-box{
	bottom: 40px;
	opacity: 1;
}

.project-block-one .inner-box .content-box h3{
	position: relative;
	display: block;
	font-size: 22px;
	line-height: 30px;
	font-family: 'Jost', sans-serif;
	font-weight: 500;
	margin-bottom: 0px;
}

.project-block-one .inner-box .content-box h3 a{
	display: inline-block;
	color: #fff;
}

.project-block-one .inner-box .content-box h3 a:hover{
	color: #0067ac;
}

.project-block-one .inner-box .content-box p{
	position: relative;
	display: block;
	color: #999999;
	margin-bottom: 0px;
}


/** concept-section **/

.concept-section{
	position: relative;
	background: #1a1a1a;
	padding: 121px 0px 138px 0px;
}

.concept-section .pattern-layer{
	position: absolute;
	right: 0px;
	bottom: 0px;
	width: 684px;
	height: 700px;
	background-repeat: no-repeat;
}

.sub-title{
	position: relative;
	display: inline-block;
	font-size: 16px;
	line-height: 26px;
	font-family: 'Jost', sans-serif;
	font-weight: 700;
	text-transform: uppercase;
	color: #0067ac;
	padding-left: 40px;
	margin-bottom: 6px;
}

.sub-title:before{
	position: absolute;
	content: '';
	width: 30px;
	height: 2px;
	left: 0px;
	top: 12px;
	background: var(--theme-color);
}

.text-center .sub-title{
	padding-right: 40px;
}

.text-center .sub-title:after{
	position: absolute;
	content: '';
	width: 30px;
	height: 2px;
	right: 0px;
	top: 12px;
	background: var(--theme-color);
}

.concept-section h2{
	position: relative;
	display: block;
	max-width: 950px;
	font-size: 50px;
	line-height: 60px;
	font-family: 'Poppins', sans-serif;
	font-weight: 100;
	color: #fff;
	margin-bottom: 38px;
}

.concept-section p{
	position: relative;
	display: block;
	font-size: 20px;
	line-height: 30px;
	color: #fff;
	font-weight: 100;
	max-width: 585px;
	margin-bottom: 0px;
}


.tabs-box .tab{
  position:relative;
  display:none;
  transition: all 900ms ease;
  -moz-transition: all 900ms ease;
  -webkit-transition: all 900ms ease;
  -ms-transition: all 900ms ease;
  -o-transition: all 900ms ease;
}

.tabs-box .tab.active-tab{
  display:block;
}

.tabs-box .tab{
  transform:scale(0.9,0.9) translateY(0px);
}

.tabs-box .tab.active-tab{
  transform:scale(1) translateY(0px);
}


/** feature-section **/

.feature-section{
	position: relative;
	padding: 101px 0px 124px 0px;
}

.feature-section .tab-btn-box .tab-btns li{
	position: relative;
	display: inline-block;
	font-size: 71px;
	line-height: 80px;
	font-family: 'Roboto', sans-serif;
	color: #000000;
	font-weight: 100;
	cursor: pointer;
	margin-bottom: 5px;
}

.feature-section .tab-btn-box .tab-btns li.active-btn{
	font-weight: 400;
}

.feature-section .tab-btn-box .tab-btns li:last-child{
	margin-bottom: 0px;
}

.feature-section .tab-btn-box .tab-btns{
	margin-bottom: 71px;
}

.feature-section .tab-btn-box{
	position: relative;
	max-width: 370px;
}

.feature-section .tab-btn-box .icon-box{
	position: relative;
	display: block;
	text-align: center;
}

.feature-block-one .inner-box{
	position: relative;
	display: block;
	max-width: 240px;
	margin-bottom: 55px;
}

.feature-block-one .inner-box .count-text{
	position: absolute;
	top: 16px;
	right: 19px;
	font-size: 16px;
	line-height: 20px;
	font-weight: 500;
	color: #000000;
}

.feature-block-one .inner-box .icon-box{
	position: relative;
	display: block;
	margin-bottom: 27px;
}

.feature-block-one .inner-box h3{
	position: relative;
	display: block;
	font-size: 22px;
	line-height: 30px;
	color: #000000;
	font-weight: 500;
	margin-bottom: 8px;
}

.feature-block-one .inner-box p{
	font-size: 18px;
	line-height: 26px;
	color: #444;
	margin-bottom: 0px;
}

.feature-section .feature-content{
	padding-bottom: 44px;
	border-bottom: 1px solid #cccccc;
	margin-top: 12px;
}

.feature-section .tabs-content{
	position: relative;
	display: block;
	margin-top: 83px;
	padding-top: 26px;
}

.feature-section .tabs-content .link-box{
	position: absolute;
	top: 0px;
	right: 35px;
}

.feature-section .tabs-content .link-box a{
	position: relative;
	display: inline-block;
	font-size: 20px;
	line-height: 34px;
	font-family: 'Jost', sans-serif;
	color: #000000;
	font-weight: 500;
	padding-right: 22px;
}

.feature-section .tabs-content .link-box a span{
	position: relative;
	display: inline-block;
	border-bottom: 1px solid #000000;
}

.feature-section .tabs-content .link-box a:before{
	position: absolute;
	content: '';
	background-image: url(../images/icons/icon-7.png);
	width: 12px;
	height: 12px;
	top: 9px;
	right: 0px;
	background-repeat: no-repeat;
}

.feature-section .tabs-content .link-box a:hover{
	color: #0067ac;
}

.feature-section .content-box{
	position: relative;
	display: block;
}

.feature-section .content-box h2{
	position: relative;
	display: block;
	font-size: 45px;
	line-height: 66px;
	color: #000000;
	font-weight: 600;
	/* font-style: italic; */
	margin-bottom: 24px;
}

.feature-section .content-box h5{
	position: relative;
	display: block;
	font-size: 22px;
	line-height: 39px;
	font-family: 'Poppins', sans-serif;
	color: #000000;
	font-weight: 300;
	margin-bottom: 30px;
	max-width: 740px;
}

.feature-section .content-box .feature-list{
	position: relative;
	display: block;
	padding-left: 80px;
}

.feature-section .content-box .feature-list li{
	position: relative;
	display: block;
	font-size: 18px;
	line-height: 28px;
	color: #000000;
	margin-bottom: 1px;
}

.feature-section .content-box .feature-list li:last-child{
	margin-bottom: 0px;
}

.feature-section .content-box .feature-list li span{
	position: relative;
	display: inline-block;
	font-size: 24px;
	font-weight: 700;
	margin-right: 8px;
}


/** creative-section **/

.creative-section{
	position: relative;
	padding: 120px 0px;
	background: #1a1a1a;
}

.creative-section .left-column{
	position: relative;
	display: block;
	margin-left: -60px;
	padding-right: 64px;
}

.creative-section .left-column .image-box{
	position: relative;
	display: block;
	margin-bottom: 53px;
}

.creative-section .left-column .image-box img{
	width: 100%;
}

.creative-section .left-column p{
	position: relative;
	display: block;
	/* font-size: 18px; */
	/* line-height: 30px; */
	color: #ffffff;
	font-weight: 100;
	margin-bottom: 25px;
	/* max-width: 450px; */
}

.creative-section .left-column a{
	position: relative;
	display: inline-block;
	font-size: 16px;
	line-height: 26px;
	font-family: 'Jost', sans-serif;
	color: #fff;
	font-weight: 700;
	text-transform: uppercase;
	padding-right: 137px;
}

.creative-section .left-column a:before{
	position: absolute;
	content: '';
	background: #fff;
	width: 124px;
	height: 2px;
	bottom: 8px;
	right: 0px;
	transition: all 500ms ease;
}

.creative-section .left-column a:hover{
	color: #0067ac;
}

.creative-section .left-column a:hover:before{
	background: #0067ac;
}

.creative-section .right-content{
	position: relative;
	display: block;
	margin-top: -6px;
}

.creative-section .right-content span{
	position: relative;
	display: inline-block;
	font-size: 16px;
	line-height: 26px;
	font-family: 'Jost', sans-serif;
	color: #0067ac;
	font-weight: 700;
	text-transform: uppercase;
	padding-right: 144px;
	margin-bottom: 26px;
}

.creative-section .right-content span:before{
	position: absolute;
	content: '';
	background: #0067ac;
	width: 124px;
	height: 2px;
	bottom: 8px;
	right: 0px;
}

.creative-section .right-content h2{
	position: relative;
	display: block;
	font-size: 55px;
	line-height: 56px;
	color: #fff;
	font-weight: 300;
	margin-bottom: 29px;
}

.creative-section .right-content p{
	position: relative;
	display: block;
	/* font-size: 16px; */
	/* line-height: 30px; */
	color: #fff;
	font-weight: 100;
	margin-bottom: 73px;
}

.creative-section .right-content .image-box{
	position: relative;
	display: block;
	min-width: 630px;
}

.creative-section .right-content .image-box img{
	width: 100%;
}


/** faq-section **/

.faq-section{
	position: relative;
	padding-top: 70px;
}

.faq-section .inner-container{
	position: relative;
	padding-bottom: 125px;
	border-bottom: 1px solid #cbccce;
}

.faq-section .big-text{
	display: block;
	font-size: 120px;
	line-height: 120px;
	font-family: 'Roboto', sans-serif;
	font-weight: 900;
	font-style: italic;
    -webkit-text-stroke-color: rgb(26 26 26 / 100%);
    text-align: center;
    width: max-content;
    position: relative;
    margin-bottom: 113px;
    -moz-animation: scroll-left 90s linear infinite;
    -webkit-animation: scroll-left 90s linear infinite;
    animation: scroll-left 90s linear infinite;
}

@-moz-keyframes scroll-left {
  0% { -moz-transform: translateX(0%); }
  100% { -moz-transform: translateX(-100%); }
}

@-webkit-keyframes scroll-left {
  0% { -webkit-transform: translateX(0%); }
  100% { -webkit-transform: translateX(-100%); }
}


.faq-section .text-box h3{
	position: relative;
	display: block;
	font-size: 28px;
	line-height: 38px;
	font-family: 'Jost', sans-serif;
	color: #161837;
	font-weight: 500;
	margin-bottom: 0px;
	margin-top: 16px;
}

.faq-section .accordion-box .block{
	border-bottom: 1px solid #a4a4a4;
}

.faq-section .accordion-box .block .acc-btn{
	font-size: 20px;
	line-height: 30px;
	font-family: 'Poppins', sans-serif;
	font-weight: 500;
	padding: 14px 50px 17px 0px;
	color: #000000;
}

.faq-section .accordion-box .block .content{
	margin-bottom: 19px;
}

.faq-section .accordion-box .block .content{
	padding-left: 0px;
	padding-top: 0px;
}

.faq-section .accordion-box .block .content p{
	font-size: 18px;
	line-height: 26px;
	color: #444;
	margin-bottom: 0px;
}

.faq-section .accordion-box .block .acc-btn:before{
	position: absolute;
	content: '+';
	top: 15px;
	right: 20px;
	font-size: 24px;
}

.faq-section .accordion-box .block .acc-btn.active:before{
	content: '-';
}

.faq-section .accordion-box{
	margin-left: 50px;
}


/** brand-section **/

.brand-section{
	position: relative;
	padding: 74px 0px 110px 0px;
}

.brand-section h3{
	position: relative;
	display: block;
	font-size: 23px;
	line-height: 30px;
	font-family: 'Poppins', sans-serif;
	color: #161837;
	font-weight: 500;
	margin-bottom: 6px;
}

.brand-section p{
	display: block;
	font-size: 17px;
	line-height: 28px;
	color: #727272;
	margin-bottom: 0px;
}

.brand-section .brand-logo-list{
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
}


/** footer-style-two **/

.footer-style-two{
	position: relative;
	background: #191919;
	padding: 108px 0px 85px 0px;
}

.footer-style-two .about-widget{
	position: relative;
	display: block;
	margin-right: 230px;
}

.footer-style-two .about-widget h3{
	position: relative;
	display: block;
	font-size: 38px;
	line-height: 46px;
	color: #fff;
	font-weight: 500;
	margin-bottom: 38px;
}

.footer-style-two .about-widget h5{
	position: relative;
	display: block;
	font-size: 18px;
	line-height: 28px;
	color: #ededee;
	font-style: italic;
	font-weight: 400;
	margin-bottom: 40px;
	opacity: 0.6;
}

.footer-style-two .about-widget .inner-box{
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.footer-style-two .about-widget .inner-box p{
	position: relative;
	display: block;
	font-size: 18px;
	line-height: 28px;
	color: #939393;
	margin-bottom: 10px;
}

.footer-style-two .about-widget .inner-box h4{
	position: relative;
	display: block;
	font-size: 20px;
	line-height: 30px;
	font-family: 'Jost', sans-serif;
	font-weight: 600;
	margin-bottom: 0px;
}

.footer-style-two .about-widget .inner-box h4 a{
	display: inline-block;
	color: #fff;
}

.footer-style-two .about-widget .inner-box h4 a:hover{
	color: var(--theme-color);
}

.footer-style-two .widget-title{
	position: relative;
	display: block;
	margin-bottom: 19px;
}

.footer-style-two .widget-title h6{
	position: relative;
	display: block;
	font-size: 16px;
	line-height: 26px;
	font-family: 'Jost', sans-serif;
	color: rgb(255, 255, 255, 0.5);
	font-weight: 700;
	text-transform: uppercase;
	margin-bottom: 0px;
}

.footer-style-two .links-widget .links-list li{
	position: relative;
	display: block;
	margin-bottom: 13px;
}

.footer-style-two .links-widget .links-list li:last-child{
	margin-bottom: 0px;
}

.footer-style-two .links-widget .links-list li a{
	position: relative;
	display: inline-block;
	font-size: 18px;
	color: #ffffff;
}

.footer-style-two .links-widget .links-list li a:hover{
	color: var(--theme-color);
}

.footer-style-two .links-widget{
	padding-left: 30px;
}

.footer-style-two .copyright{
	position: relative;
	display: block;
	margin-top: 41px;
}

.footer-style-two .copyright p{
	font-size: 18px;
	line-height: 28px;
	color: #909398;
	margin-bottom: 10px;
}

.footer-style-two .copyright p a{
	display: inline-block;
	color: #909398;
}

.footer-style-two .copyright p a:hover{
	color: var(--theme-color);
}



/** header-style-12 **/

.header-style-12{
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	padding: 0px 70px;
}

.header-style-12 .header-upper{
	border-bottom: 1px solid rgba(255, 255, 255, 0.40);
}

.header-style-12 .main-menu .navigation>li.dropdown>a{
	padding-right: 0px;
}

.header-style-12 .main-menu .navigation>li.dropdown>a:before{
	display: none;
}

.header-style-12 .main-menu .navigation>li{
	margin-right: 47px;
}

.header-style-12 .main-menu .navigation>li a{
	color: #fff;
}

.header-style-12 button.theme-btn.search-toggler{
	color: #fff;
	font-size: 20px;
	border: none;
}

.header-style-12 .sidemenu-nav-toggler{
	background: transparent;
	border: 1px solid #fff;
}

.header-style-12 .main-menu .navigation>li{
	padding-top: 27px;
	padding-bottom: 27px;
}

.header-style-12 .sticky-header{
	padding: 0px 70px;
}

.header-style-12 .sticky-header .header-upper{
	border-bottom: none;
}

.header-style-12 .sticky-header{
	background: #000;
}



/** banner-style-12 **/

.banner-style-12{
	position: relative;
	padding: 192px 0px 428px 0px;
}

.banner-style-12 .bg-layer{
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}

.banner-style-12 .bg-layer:before{
	position: absolute;
	content: '';
	background: #000;
	width: 100%;
	height: 100%;
	left: 0px;
	top: 0px;
	opacity: 0.1;
}

.banner-style-12 .content-box{
	position: relative;
	display: block;
	padding-top: 40px;
}

.banner-style-12 .content-box .big-text{
	position: absolute;
	display: inline-block;
	left: 0px;
	top: 0px;
	font-size: 120px;
	line-height: 100px;
	font-family: 'Roboto', sans-serif;
	font-weight: 700;
	-webkit-text-stroke-color: rgb(255 255 255 / 15%);
	color: transparent;
	-webkit-text-stroke-width: 1px;
}

.banner-style-12 .content-box h2{
	position: relative;
	display: block;
	font-size: 100px;
	line-height: 80px;
	color: #fff;
	font-weight: 800;
	margin-bottom: 23px;
}

.banner-style-12 .content-box h3{
	position: relative;
	display: block;
	font-size: 55px;
	line-height: 66px;
	color: #fff;
	font-weight: 400;
	margin-bottom: 44px;
}

.banner-style-12 .content-box a{
	position: relative;
	display: inline-block;
	font-size: 15px;
	line-height: 26px;
	font-family: 'Roboto', sans-serif;
	color: #000;
	font-weight: 700;
	text-transform: uppercase;
	text-align: center;
	background: #f7c600;
	border-radius: 5px;
	padding: 18px 42px;
	letter-spacing: 2px;
}

.banner-style-12 .content-box a:hover{
	color: #fff;
	background: #0067ac;
}

.sec-title h2{
	position: relative;
	display: block;
	font-size: 45px;
	line-height: 55px;
	color: #161837;
	font-weight: 600;
}


/** feature-style-two **/

.feature-style-two{
	position: relative;
	padding: 135px 0px 117px 0px;
}

.feature-style-two .sec-title p{
	margin-top: 19px;
	line-height: 28px;
	color: #444444;
}

.feature-block-two .inner-box{
	position: relative;
	display: block;
}

.feature-block-two .inner-box .image-box{
	position: relative;
	display: block;
	overflow: hidden;
	margin-bottom: 23px;
}

.feature-block-two .inner-box .image-box img{
	width: 100%;
	transition: all 500ms ease;
}

.feature-block-two .inner-box:hover .image-box img{
	transform: scale(1.05);
}

.feature-block-two .inner-box h3{
	position: relative;
	display: block;
	font-size: 22px;
	line-height: 30px;
	font-weight: 700;
	font-style: italic;
	padding-left: 54px;
}

.feature-block-two .inner-box h3:before{
	position: absolute;
	content: '';
	background: #000000;
	width: 35px;
	height: 1px;
	left: 0px;
	bottom: 8px;
}

.feature-block-two .inner-box h3 a{
	display: inline-block;
	color: #222222;
}

.feature-block-two .inner-box h3 a:hover{
	color: #0067ac;
}


/** service-section **/

.service-section{
	position: relative;
	padding: 0px 70px;
}

.service-section .sec-title p{
	line-height: 28px;
	color: #444;
	margin-top: 15px;
	margin-bottom: 0px;
}

.service-section .outer-container{
	position: relative;
	background: #e2e7eb;
	padding: 100px;
}

.service-block-one .inner-box{
	position: relative;
	display: block;
	padding-right: 20px;
}

.service-block-one .inner-box .count-text{
	position: absolute;
	top: 15px;
	right: 46px;
	font-size: 14px;
	line-height: 24px;
	font-family: 'Roboto', sans-serif;
	color: #000000;
	font-weight: 700;
}

.service-block-one .inner-box .icon-box{
	position: relative;
	display: block;
	margin-bottom: 27px;
}

.service-block-one .inner-box h3{
	position: relative;
	display: block;
	font-size: 22px;
	line-height: 30px;
	font-weight: 700;
	margin-bottom: 12px;
}

.service-block-one .inner-box h3 a{
	display: inline-block;
	color: #000000;
}

.service-block-one .inner-box h3 a:hover{
	color: #0067ac;
}

.service-block-one .inner-box p{
	position: relative;
	display: block;
	color: #444;
	/* line-height: 26px; */
	margin-bottom: 0px;
}


/** project-style-two **/

.project-style-two{
	position: relative;
}

.project-style-two .upper-box{
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-right: -50px;
}

.project-style-two .filter-tabs li{
	position: relative;
	display: inline-block;
	float: left;
	font-size: 16px;
	line-height: 26px;
	font-family: 'Jost', sans-serif;
	color: #444444;
	text-transform: uppercase;
	cursor: pointer;
	margin-right: 30px;
	font-weight: 700;
	margin-bottom: 0px;
	transition: all 500ms ease;
}

.project-style-two .filter-tabs li:last-child{
	margin: 0px !important;
}

.project-style-two .filter-tabs li:before{
	display: none;
}

.project-style-two .filter-tabs li.active,
.project-style-two .filter-tabs li:hover{
	color: #0067ac;
}

.project-style-two .outer-container{
	position: relative;
	padding: 0px 84px;
}

.project-style-two .masonry-item{
	padding: 0px 1px;
}

.project-block-two .inner-box{
	position: relative;
	display: block;
	margin-bottom: 2px;
}

.project-block-two .inner-box .image-box{
	position: relative;
	display: block;
	overflow: hidden;
}

.project-block-two .inner-box .image-box img{
	width: 100%;
	transition: all 500ms ease;
}

.project-block-two .inner-box:hover .image-box img{
	transform: scale(1.05);
}

.project-style-two .filters{
	position: relative;
	margin-top: 48px;
}


/** testimonial-section **/

.testimonial-section{
	position: relative;
	padding: 0px 70px;
}

.testimonial-section .outer-container{
	position: relative;
	padding: 120px 0px 115px 0px;
	background: #232932;
}

.testimonial-block-one .inner-box{
	position: relative;
	display: block;
}

.testimonial-block-one .inner-box .image-box{
	position: relative;
	display: inline-block;
	width: 130px;
	height: 130px;
	border-radius: 50%;
	margin-bottom: 51px;
}

.testimonial-block-one .inner-box .image-box .thumb-box img{
	width: 100%;
	border-radius: 50%;
}

.testimonial-block-one .inner-box .image-box .icon-box{
	position: absolute;
	display: inline-block;
	width: 44px;
	height: 44px;
	line-height: 44px;
	text-align: center;
	border-radius: 50%;
	background: #0067ac;
	left: 50%;
	margin-left: -22px;
	bottom: -28px;
}

.testimonial-block-one .inner-box p{
	position: relative;
	display: block;
	font-size: 20px;
	line-height: 30px;
	color: #fff;
	max-width: 1100px;
	margin: 0 auto;
	margin-bottom: 31px;
}

.testimonial-block-one .inner-box h3{
	position: relative;
	display: block;
	font-size: 22px;
	line-height: 30px;
	font-family: 'Poppins', sans-serif;
	color: #fff;
	margin-bottom: 0px;
	font-weight: 400;
}

.testimonial-section .testimonial-slider-nav{
	position: absolute;
	left: 0px;
	top: 40px;
	right: 0px;
	width: 100%;
	max-width: 660px;
	width: 100%;
	margin: 0 auto;
}

.testimonial-section .testimonial-slider-control{
	position: absolute;
	display: inline-block;
	top: 0px;
	width: 50px;
	height: 50px;
	line-height: 46px;
	border: 1px solid #e9e9ea;
	border-radius: 50%;
	text-align: center;
	cursor: pointer;
	z-index: 9;
	transition: all 500ms ease;
}

.testimonial-section .testimonial-slider-control.slider-button-prev{
	left: 0px;
}

.testimonial-section .testimonial-slider-control.slider-button-next{
	right: 0px;
}

.faq-section.home-12 .inner-container{
	border-bottom: none;
}


/** clients-section **/

.clients-section{
	position: relative;
	padding-bottom: 120px;
	overflow: hidden;
}

.clients-section .title-text{
	position: relative;
	display: block;
	margin-bottom: 57px;
}

.clients-section .title-text:before{
	position: absolute;
	content: '';
	background: #d5d4d3;
	width: 1233px;
	height: 1px;
	left: 242px;
	bottom: 13px;
}

.clients-section .title-text h2{
	position: relative;
	display: block;
	font-size: 40px;
	line-height: 50px;
	color: #000000;
	font-weight: 900;
	margin-bottom: 0px;
}

.clients-section .clients-logo-list{
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.clients-section .clients-logo-list img{
	position: relative;
	max-width: 100%;
	width: auto;
	display: block;
	margin: 0 auto;
	transition: all 500ms ease;
}

.clients-section .clients-logo-list img:hover{
	transform: scale(1.02);
}


/** contact-section **/

.contact-section{
	position: relative;
	padding: 110px 0px 120px 0px;
	background: #f3f3f3;
}

.contact-section .content-box{
	position: relative;
	display: block;
	padding-right: 10px;
}

.contact-section .content-box h2{
	position: relative;
	display: block;
	font-size: 45px;
	line-height: 55px;
	font-weight: 900;
	color: #000000;
	margin-bottom: 10px;
}

.contact-section .content-box p{
	font-size: 18px;
	line-height: 28px;
	color: #444;
	margin-bottom: 50px;
}

.contact-section .content-box span{
	position: relative;
	display: inline-block;
	font-size: 16px;
	line-height: 26px;
	font-family: 'Jost', sans-serif;
	color: #0067ac;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 1px;
	padding-right: 120px;
	margin-bottom: 10px;
}

.contact-section .content-box span:before{
	position: absolute;
	content: '';
	background: #0067ac;
	width: 110px;
	height: 2px;
	right: 0px;
	bottom: 8px;
}

.contact-section .content-box h3{
	position: relative;
	display: block;
	font-size: 55px;
	line-height: 65px;
	font-family: 'Jost', sans-serif;
	font-weight: 700;
	margin-bottom: 25px;
}

.contact-section .content-box h3 a{
	display: inline-block;
	color: #252525;
}

.contact-section .content-box h3 a:hover{
	text-decoration: underline;
}

.contact-section .content-box .inner-box{
	position: relative;
	display: flex;
	align-items: center;
}

.contact-section .content-box .inner-box .single-item{
	position: relative;
	display: block;
	margin-right: 80px;
}

.contact-section .content-box .inner-box .single-item:last-child{
	margin: 0px !important;
}

.contact-section .content-box .inner-box .single-item h5{
	position: relative;
	display: block;
	font-size: 18px;
	line-height: 28px;
	color: #8c8c8c;
	font-weight: 500;
	margin-bottom: 7px;
}

.contact-section .content-box .inner-box .single-item p{
	color: #000000;
	line-height: 26px;
	margin-bottom: 0px;
}

.contact-section .form-inner{
	position: relative;
	display: block;
	margin-left: 30px;
}

.contact-section .form-inner .form-group{
	position: relative;
	display: block;
	margin-bottom: 46px;
}

.contact-section .form-inner .form-group:last-child{
	margin-bottom: 0px;
}

.contact-section .form-inner .form-group input[type='text'],
.contact-section .form-inner .form-group input[type='email'],
.contact-section .form-inner .form-group textarea{
	position: relative;
	display: block;
	width: 100%;
	height: 48px;
	font-size: 18px;
	font-family: 'Poppins', sans-serif;
	color: #444444;
	background: transparent;
	border: none;
	border-bottom: 1px solid #afafaf;
	padding: 10px 0px;
	transition: all 500ms ease;
}

.contact-section .form-inner .form-group textarea{
	height: 145px;
	resize: none;
}

.contact-section .form-inner .form-group input:focus,
.contact-section .form-inner .form-group textarea:focus{
	border-color: #0067ac;
}

.contact-section .form-inner .form-group button{
	position: relative;
	display: inline-block;
	font-size: 17px;
	line-height: 26px;
	font-family: 'Jost', sans-serif;
	color: #fff;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 1px;
	background: #0067ac;
	padding: 14px 25px;
	cursor: pointer;
	transition: all 500ms ease;
}

.contact-section .form-inner .form-group button span{
	position: relative;
	display: inline-block;
	font-size: 22px;
	margin-left: 6px;
	top: 0px;
}

.contact-section .form-inner .form-group button:hover{
	background: #000;
}


/** footer-style-three **/

.footer-style-three{
	position: relative;
	background: #133246;
}

.footer-style-three .widget-section{
	position: relative;
	padding: 86px 0px 75px 0px;
	border-bottom: 1px solid #3c3c3c;
}

.footer-style-three h2{
	position: relative;
	display: block;
	font-size: 36px;
	line-height: 45px;
	color: #fff;
	font-weight: 400;
	margin-bottom: 42px;
}

.footer-style-three .footer-menu{
	position: relative;
	display: flex;
	align-items: center;
}

.footer-style-three .footer-menu li{
	position: relative;
	display: inline-block;
	margin-right: 30px;
}

.footer-style-three .footer-menu li:last-child{
	margin: 0px !important;
}

.footer-style-three .footer-menu li a{
	position: relative;
	display: inline-block;
	font-size: 17px;
	line-height: 28px;
	color: #fff;
}

.footer-style-three .footer-menu li a:hover{
	color: var(--theme-color);
}

.footer-style-three .links-widget{
	position: relative;
	display: block;
	text-align: right;
}

.footer-style-three .links-widget .widget-content{
	position: relative;
	display: inline-block;
	text-align: left;
}

.footer-style-three .links-widget .social-links{
	position: relative;
	display: flex;
	align-items: center;
}

.footer-style-three .links-widget .social-links li{
	margin-right: 15px;
}

.footer-style-three .links-widget .social-links li:last-child{
	margin: 0px !important;
}

.footer-style-three .links-widget .social-links li a{
	position: relative;
	display: inline-block;
	width: 36px;
	height: 36px;
	line-height: 36px;
	border: 1px solid #b8b8b8;
	border-radius: 50%;
	font-size: 16px;
	color: #bababa;
	text-align: center;
}

.footer-style-three .links-widget .social-links li a:hover{
	color: #fff;
	background: #0067ac;
	border-color: #0067ac;
}

.footer-style-three .links-widget h4{
	position: relative;
	display: block;
	font-size: 20px;
	line-height: 30px;
	font-family: 'Poppins', sans-serif;
	color: #fff;
	font-weight: 700;
	margin-bottom: 10px;
}

.footer-style-three .links-widget h5{
	position: relative;
	display: block;
	font-size: 18px;
	line-height: 38px;
	font-family: 'Poppins', sans-serif;
	font-weight: 400;
	margin-bottom: 46px;
}

.footer-style-three .links-widget h5 a{
	display: inline-block;
	color: rgba(255, 255, 255, 0.60);
	border-bottom: 1px solid rgba(255, 255, 255, 0.60);
}

.footer-style-three .links-widget h5 a:hover{
	color: var(--theme-color);
	border-color: var(--theme-color);
}

.footer-style-three .links-widget{
	margin-top: 8px;
}

.footer-style-three .footer-bottom{
	position: relative;
	width: 100%;
	padding: 32px 0px;
}

.footer-style-three .footer-bottom .bottom-inner{
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.footer-style-three .footer-bottom .bottom-inner p{
	position: relative;
	display: block;
	font-size: 18px;
	color: #909398;
	margin-bottom: 0px;
}

.footer-style-three .footer-bottom .bottom-inner p a{
	display: inline-block;
	color: var(--theme-color);
}

.footer-style-three .footer-bottom .bottom-inner p a:hover{
	color: var(--theme-color);
}


/** header-style-13 **/

.header-style-13{
	position: relative;
	background: #fff;
}

.header-top-two{
	position: relative;
	width: 100%;
	padding: 11px 0px;
	border-bottom: 1px solid #d9d9d9;
}

.header-top-two .top-inner{
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.header-top-two p{
	font-size: 17px;
	color: #011e45;
	margin-bottom: 0px;
}

.header-top-two .right-column{
	position: relative;
	display: flex;
	align-items: center;
}

.header-top-two h5{
	position: relative;
	display: block;
	padding-left: 27px;
	font-size: 17px;
	line-height: 28px;
	font-family: 'Poppins', sans-serif;
	font-weight: 600;
	color: #011e45;
	margin-right: 55px;
	margin-bottom: 0px;
}

.header-top-two h5 a{
	display: inline-block;
	font-weight: 400;
	color: #011e45;
}

.header-top-two h5 a:hover{
	color: #0067ac;
}

.header-top-two h5 img{
	position: absolute;
	left: 0px;
	top: 6px;
}

.header-top-two h5:before{
	position: absolute;
	content: '';
	background: #67788f;
	width: 1px;
	height: 21px;
	top: 4px;
	right: -25px;
}

.header-top-two .social-links{
	position: relative;
	display: flex;
	align-items: center;
}

.header-top-two .social-links li{
	margin-right: 20px;
}

.header-top-two .social-links li:last-child{
	margin: 0px !important;
}

.header-top-two .social-links li a{
	position: relative;
	display: inline-block;
	font-size: 18px;
	color: #011e45;
}

.header-top-two .social-links li a:hover{
	color: #0067ac;
}

.header-style-13 .main-menu .navigation>li>a{
	color: #151515;
}

.header-style-13 .main-menu .navigation>li.dropdown>a:before{
	display: none;
}

.header-style-13 button.theme-btn.search-toggler{
	color: #020202;
	font-size: 20px;
}

.header-style-13 button.theme-btn.search-toggler:hover{
	color: #fff;
}

.header-style-13 .sidemenu-nav-toggler{
	background: transparent;
	border: 1px solid #939393;
}

.header-style-13 .main-menu .navigation>li{
	padding-top: 30px;
	padding-bottom: 31px;
}


/** banner-style-13 **/

.banner-style-13{
	position: relative;
}

.banner-style-13 .banner-carousel .swiper-slide{
	position: relative;
	padding: 241px 0px 184px 0px;
}

.banner-style-13 .bg-layer:before{
	position: absolute;
	content: '';
	background: #000;
	width: 100%;
	height: 100%;
	left: 0px;
	top: 0px;
	opacity: 0.15;
}

.banner-style-13 .banner-carousel .content-box{
	position: relative;
	display: block;
	max-width: 680px;
}

.banner-style-13 .content-box h6{
	position: relative;
	display: inline-block;
	font-size: 15px;
	line-height: 24px;
	font-family: 'Jost', sans-serif;
	color: #fff;
	font-weight: 700;
	text-transform: uppercase;
	padding-right: 90px;
	margin-bottom: 16px;
	letter-spacing: 1px;
}

.banner-style-13 .content-box h6:before{
	position: absolute;
	content: '';
	background: #fff;
	width: 80px;
	height: 1px;
	right: 0px;
	bottom: 8px;
}

.banner-style-13 .content-box h2{
	position: relative;
	display: block;
	font-size: 65px;
	line-height: 78px;
	color: #fff;
	font-weight: 900;
	margin-bottom: 19px;
}

.banner-style-13 .content-box p{
	position: relative;
	display: block;
	font-size: 24px;
	line-height: 32px;
	color: #fff;
	font-weight: 500;
	margin-bottom: 35px;
}

.banner-style-13 .content-box .btn-box{
	position: relative;
	display: flex;
	align-items: center;
}

.banner-style-13 .content-box .btn-box .btn-one{
	position: relative;
	display: inline-block;
	font-size: 16px;
	line-height: 26px;
	font-family: 'Jost', sans-serif;
	color: #fff;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 1px;
	padding: 16.5px 29px;
	background: #0067ac;
	border-radius: 5px;
	margin-right: 25px;
}

.banner-style-13 .content-box .btn-box .btn-one:hover{
	background: #000;
}

.banner-style-13 .content-box .btn-box .btn-two{
	position: relative;
	display: inline-block;
	font-size: 16px;
	line-height: 26px;
	font-family: 'Jost', sans-serif;
	color: #151820;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 1px;
	padding: 16.5px 35px;
	background: #fff;
	border-radius: 5px;
	margin-right: 25px;
}

.banner-style-13 .content-box .btn-box .btn-two:hover{
	background: #0067ac;
	color: #fff;
}


/** about-section **/

.about-section{
	position: relative;
	padding: 107px 0px 120px 0px;
}

.about-section .sub-title{
	padding-right: 40px;
}

.about-section .sub-title:after{
	position: absolute;
	content: '';
	width: 30px;
	height: 2px;
	right: 0px;
	top: 12px;
	background: #0067ac;
}

.about-section .sub-title{
	margin-bottom: 18px;
}

.about-section h2{
	position: relative;
	display: block;
	font-size: 50px;
	line-height: 60px;
	color: #161837;
	font-weight: 300;
	max-width: 1020px;
	margin: 0 auto;
	margin-bottom: 36px;
}

.about-section h2 span{
	display: inline-block;
	line-height: 50px;
	font-weight: 500;
	font-style: italic;
	border-bottom: 2px solid #161837;
}


/** service-style-two **/

.service-style-two{
	position: relative;
}

.service-block-two{
	position: relative;
	display: block;
	float: left;
	width: 50%;
}

.service-block-two .inner-box{
	position: relative;
	display: block;
	overflow: hidden;
	background: #06244c;
}

.service-block-two .content-box{
	position: relative;
	display: block;
	float: left;
	width: 50%;
	padding: 110px 60px 137px 65px;
}

.service-block-two .image-inner{
	position: absolute;
	top: 0px;
	right: 0px;
	width: 50%;
	height: 100%;
}

.service-block-two .image-inner .image-box{
	position: relative;
	display: none;
	overflow: hidden;
}

.service-block-two .image-inner .image-box img{
	width: 100%;
}

.service-block-two .image-inner .bg-layer{
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}

.service-block-two .image-inner .bg-layer:before{
	position: absolute;
	content: '';
	width: 24px;
	height: 40px;
	top: 50%;
	margin-top: -20px;
}

.service-block-two:first-child .image-inner .bg-layer:before{
	background: #06244c;
	clip-path: polygon(0% 0%, 100% 50%, 0% 100%, 0% 100%, 0% 0%);
	left: 0px;
}

.service-block-two:nth-child(2) .image-inner .bg-layer:before{
	background: #e7e7e7;
	clip-path: polygon(0% 0%, 100% 50%, 0% 100%, 0% 100%, 0% 0%);
	left: 0px;
}

.service-block-two:nth-child(3) .image-inner .bg-layer:before{
	background: #0067ac;
	clip-path: polygon(0% 50%, 100% 0%, 100% 100%, 0% 50%, 0% 0%);
	right: 0px;
}

.service-block-two:nth-child(4) .image-inner .bg-layer:before{
	background: #06244c;
	clip-path: polygon(0% 50%, 100% 0%, 100% 100%, 0% 50%, 0% 0%);
	right: 0px;
}

.service-block-two .content-box .icon-box{
	position: absolute;
	right: 79px;
	bottom: 68px;
}

.service-block-two .content-box h2{
	position: relative;
	display: block;
	font-size: 38px;
	line-height: 46px;
	color: #fff;
	font-weight: 700;
	margin-bottom: 23px;
}

.service-block-two .content-box h2 a{
	display: inline-block;
	color: #fff;
}

.service-block-two .content-box h2 a:hover{
	text-decoration: underline;
}

.service-block-two .content-box p{
	font-size: 18px;
	line-height: 28px;
	margin-bottom: 36px;
	color: #fff;
}

.service-block-two .content-box h6{
	position: relative;
	display: block;
	font-size: 15px;
	line-height: 26px;
	font-family: 'Jost', sans-serif;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.service-block-two .content-box h6 a:before{
	position: absolute;
	content: '';
	width: 68px;
	height: 1px;
	right: 0px;
	bottom: 12px;
	background: #dd5903;
}

.service-block-two .content-box h6 a{
	position: relative;
	display: inline-block;
	color: #dd5903;
	padding-right: 84px;
}

.service-block-two:nth-child(2) .inner-box{
	background: #e7e7e7;
}

.service-block-two:nth-child(2) .content-box h2 a{
	color: #161837;
}

.service-block-two:nth-child(2) .content-box p{
	color: #444444;
}

.service-block-two:nth-child(3) .content-box,
.service-block-two:nth-child(4) .content-box{
	float: right;
}

.service-block-two:nth-child(3) .image-inner,
.service-block-two:nth-child(4) .image-inner{
	right: inherit;
	left: 0px;
}

.service-block-two:nth-child(3) .inner-box{
	background: #0067ac;
}

.service-block-two:nth-child(3) .content-box h6 a{
	color: #fff;
}

.service-block-two:nth-child(3) .content-box h6 a:before{
	background: #fff;
}


/** core-section **/

.core-section{
	position: relative;
}

.core-section .upper-box{
	position: relative;
	padding: 112px 0px 113px 0px;
	border-bottom: 1px solid #dcdee4;
}

.core-section .upper-box .single-item{
	position: relative;
	padding-right: 0px;
}

.core-section .upper-box .single-item .sub-title{
	margin-bottom: 23px;
}

.core-section .upper-box .single-item p{
	position: relative;
	display: block;
	font-size: 21px;
	line-height: 30px;
	color: #1b1b1b;
	margin-bottom: 0px;
}

.core-section .lower-box{
	position: relative;
	padding: 50px 0px 72px 0px;
	border-bottom: 1px solid #dcdee4;
}

.core-section .lower-box h2{
	position: relative;
	display: block;
	font-size: 31px;
	line-height: 37px;
	font-family: 'Poppins', sans-serif;
	color: #1b1b1b;
	font-weight: 400;
	margin-bottom: 0px;
}

.core-section .lower-box .contact-box{
	margin-top: 19px;
}

.core-section .lower-box .contact-box h3{
	position: relative;
	display: block;
	font-size: 28px;
	line-height: 38px;
	font-family: 'Poppins', sans-serif;
	font-weight: 400;
	margin-bottom: 9px;
}

.core-section .lower-box .contact-box h3 a{
	display: inline-block;
	color: #0b1953;
}

.core-section .lower-box .contact-box h3 a:hover{
	color: #0067ac;
}

.core-section .lower-box .contact-box p{
	position: relative;
	display: block;
	font-size: 18px;
	line-height: 22px;
	color: #1b1b1b;
	margin-bottom: 0px;
}


/** funfact-section **/

.funfact-section{
	position: relative;
	padding: 115px 0px;
}

.funfact-section .sec-title .sub-title{
	margin-bottom: 11px;
}

.funfact-section .sec-title p{
	position: relative;
	display: block;
	font-size: 18px;
	line-height: 30px;
	color: #444444;
	margin-top: 25px;
	margin-bottom: 0px;
}

.funfact-section .sec-title h2{
	font-size: 42px;
	line-height: 50px;
}

.funfact-block-one .inner-box{
	position: relative;
	display: block;
	padding-left: 82px;
	margin-bottom: 77px;
}

.funfact-block-one .inner-box .icon-box{
	position: absolute;
	left: 0px;
	top: 23px;
	font-size: 65px;
	color: #0067ac;
}

.funfact-block-one .inner-box .count-outer{
	position: relative;
	display: block;
	font-size: 52px;
	line-height: 50px;
	font-family: 'Poppins', sans-serif;
	font-weight: 700;
	color: #161837;
	margin-bottom: 0px;
}

.funfact-block-one .inner-box .count-outer span{
	position: relative;
	display: inline-block;
	font-family: 'Poppins', sans-serif;
}

.funfact-block-one .inner-box h5{
	position: relative;
	display: block;
	font-size: 18px;
	line-height: 18px;
	color: #161837;
	font-weight: 500;
	margin-bottom: 0px;
}

.funfact-section .funfact-block:nth-child(2) .funfact-block-one .inner-box,
.funfact-section .funfact-block:nth-child(4) .funfact-block-one .inner-box{
	margin-left: 50px;
}

.funfact-section .funfact-block:nth-child(3) .funfact-block-one .inner-box,
.funfact-section .funfact-block:nth-child(4) .funfact-block-one .inner-box{
	margin-bottom: 0px;
}

.funfact-section .funfact-inner{
	position: relative;
}

.funfact-section .funfact-inner .line-shape{
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
}

.funfact-section .funfact-inner .line-shape:before{
	position: absolute;
	content: '';
	background: #cecece;
	width: 1px;
	height: 100%;
	left: 50%;
	top: 0px;
}

.funfact-section .funfact-inner .line-shape:after{
	position: absolute;
	content: '';
	background: #cecece;
	width: 100%;
	height: 1px;
	left: 0px;
	top: 52%;
}


/** chooseus-section **/

.chooseus-section{
	position: relative;
	padding: 110px 0px 151px 0px;
	background: #ebedf2;
}

.chooseus-section .sec-title .sub-title{
	margin-bottom: 12px;
}

.chooseus-section .sec-title h2{
	line-height: 50px;
}

.chooseus-section .content-box{
	position: relative;
	display: block;
}

.chooseus-section .content-box .text-box p{
	position: relative;
	display: block;
	font-size: 20px;
	line-height: 30px;
	color: #161837;
	margin-bottom: 38px;
}

.list-style-one li{
	position: relative;
	display: block;
	font-size: 20px;
	line-height: 30px;
	color: #161837;
	font-weight: 500;
	padding-left: 42px;
	margin-bottom: 15px;
}

.list-style-one li:last-child{
	margin-bottom: 0px;
}

.list-style-one li:before{
	position: absolute;
	content: '';
	background-image: url(../images/icons/icon-21.png);
	width: 23px;
	height: 23px;
	left: 0px;
	top: 4px;
	background-repeat: no-repeat;
}

.chooseus-section .bg-layer{
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}


/** contact-style-two **/

.contact-style-two{
	position: relative;
	background: #0b1930;
}

.contact-style-two .image-box{
	position: relative;
	display: block;
	margin-right: 70px;
	margin-top: -46px;
}

.contact-style-two .image-box img{
	position: relative;
	max-width: none;
	float: right;
}

.contact-style-two .form-inner{
	position: relative;
	display: block;
	margin-left: -30px;
	padding: 100px 0px 93px 0px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.20);
}

.contact-style-two .form-inner .form-group{
	position: relative;
	padding: 0px 10px;
	margin-bottom: 20px;
}

.contact-style-two .form-inner .form-group:last-child{
	margin-bottom: 0px;
}

.contact-style-two .form-inner .form-group input[type='text'],
.contact-style-two .form-inner .form-group input[type='email'],
.contact-style-two .form-inner .form-group textarea{
	position: relative;
	display: block;
	width: 100%;
	height: 50px;
	background: #fff;
	border: 1px solid #ccced2;
	font-size: 18px;
	color: #7b7b7b;
	font-family: 'Poppins', sans-serif;
	padding: 10px 20px;
	transition: all 500ms ease;
}

.contact-style-two .form-inner .form-group textarea{
	height: 150px;
	resize: none;
}

.contact-style-two .form-inner .form-group input:focus,
.contact-style-two .form-inner .form-group textarea:focus{
	border-color: #0067ac;
}

.sec-title.light h2{
	color: #fff;
}

.contact-style-two .form-inner .form-group button{
	position: relative;
	display: inline-block;
	font-size: 15px;
	line-height: 26px;
	font-family: 'Jost', sans-serif;
	color: #fff;
	font-weight: 700;
	text-transform: uppercase;
	padding: 16px 40px;
	background: #0067ac;
}

.contact-style-two .sub-title{
	margin-bottom: 1px;
}

.contact-style-two .form-inner form{
	margin: 0px 5px;
}

.testimonial-section.home-13{
	background: #0b1930;
}

.testimonial-section.home-13 .outer-container{
	background: #0b1930;
}


/** news-section **/

.news-section{
	position: relative;
	padding: 112px 0px 115px 0px;
}

.news-section .sec-title{
	position: relative;
	display: block;
}

.news-section .sec-title .link{
	position: absolute;
	top: 14px;
	right: 0px;
}

.news-section .sec-title h2{
	font-size: 42px;
}

.news-section .sec-title .sub-title{
	margin-bottom: 11px;
}

.news-section .sec-title .link h5{
	position: relative;
	display: inline-block;
	font-size: 18px;
	line-height: 28px;
	font-weight: 500;
	padding-right: 160px;
}

.news-section .sec-title .link h5:before{
	position: absolute;
	content: '';
	background: #011e45;
	width: 148px;
	height: 1px;
	right: 0px;
	bottom: 8px;
}

.news-section .sec-title .link h5 a{
	display: inline-block;
	color: #182158;
}

.news-section .sec-title .link h5 a:hover{
	color: #0067ac;
}

.news-block-one .inner-box{
	position: relative;
	display: block;
}

.news-block-one .inner-box .image-box{
	position: relative;
	display: block;
	overflow: hidden;
}

.news-block-one .inner-box .image-box .image{
	position: relative;
	display: block;
	border-radius: 8px;
	overflow: hidden;
	margin-bottom: 0px;
}

.news-block-one .inner-box .image-box .image img{
	width: 100%;
	border-radius: 8px;
	transition: all 500ms ease;
}

.news-block-one .inner-box:hover .image-box .image img{
	transform: scale(1.05);
}

.news-block-one .inner-box .image-box .link-box{
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
}

.news-block-one .inner-box .image-box .link-box a{
	position: relative;
	display: inline-block;
	transform: scale(0,0);
	transition: all 500ms ease;
}

.news-block-one .inner-box:hover .image-box .link-box a{
	transform: scale(1,1);
}

.news-block-one .inner-box .lower-content{
	position: relative;
	display: block;
	padding-top: 32px;
}

.news-block-one .inner-box .lower-content .post-info li{
	position: relative;
	display: inline-block;
	float: left;
	margin-right: 31px;
	font-size: 16px;
	line-height: 26px;
	font-family: 'Jost', sans-serif;
	color: #6e6e6e;
	font-weight: 700;
	text-transform: uppercase;
}

.news-block-one .inner-box .lower-content .post-info li:last-child{
	margin: 0px !important;
}

.news-block-one .inner-box .lower-content .post-info li a{
	position: relative;
	display: inline-block;
	color: #0067ac;
	padding-left: 40px;
}

.news-block-one .inner-box .lower-content .post-info li a:before{
	position: absolute;
	content: '';
	background: #0067ac;
	width: 30px;
	height: 2px;
	left: 0px;
	top: 11px;
}

.news-block-one .inner-box .lower-content .post-info li:before{
	position: absolute;
	content: '';
	background: #007aef;
	width: 1px;
	height: 15px;
	top: 5px;
	right: -16px;
}

.news-block-one .inner-box .lower-content .post-info li:last-child:before{
	display: none;
}

.news-block-one .inner-box .lower-content .post-info{
	margin-bottom: 11px;
}

.news-block-one .inner-box .lower-content h3{
	position: relative;
	display: block;
	font-size: 22px;
	line-height: 32px;
	font-weight: 700;
}

.news-block-one .inner-box .lower-content h3 a{
	display: inline-block;
	color: #202244;
}

.news-block-one .inner-box .lower-content h3 a:hover{
	color: #0067ac;
}


/** project-style-three **/

.project-style-three{
	position: relative;
}

.project-style-three .project-block-two{
	float: left;
	width: 25%;
}

.project-style-three .project-block-two .inner-box{
	margin-bottom: 0px;
}

figure{
	margin: 0px;
}


/** footer-style-four **/

.footer-style-four{
	background: #06142a;
}

.footer-style-four .widget-section{
	position: relative;
	padding: 97px 0px 73px 0px;
	border-bottom: 1px solid #293241;
}

.footer-style-four .logo-widget{
	position: relative;
	display: block;
	margin-top: 2px;
}

.footer-style-four .logo-widget .footer-logo{
	margin-bottom: 25px;
}

.footer-style-four p,
.footer-style-four a{
	position: relative;
	font-size: 18px;
	line-height: 28px;
	color: rgba(255, 255, 255, 0.70);
	margin-bottom: 0px;
}

.footer-style-four a:hover{
	color: #fff;
}

.footer-style-four .widget-title{
	position: relative;
	display: block;
	margin-bottom: 20px;
	padding-bottom: 12px;
}

.footer-style-four .widget-title:before{
	position: absolute;
	content: '';
	background: #515b6a;
	width: 30px;
	height: 1px;
	left: 0px;
	bottom: 0px;
}

.footer-style-four .widget-title h3{
	font-size: 22px;
	line-height: 30px;
	color: #fff;
	font-weight: 500;
}

.footer-style-four .links-widget .links-list li{
	position: relative;
	display: block;
	margin-bottom: 9px;
}

.footer-style-four .links-widget .links-list li:last-child{
	margin-bottom: 0px;
}

.footer-style-four .contact-widget h4{
	position: relative;
	display: block;
	font-size: 20px;
	line-height: 30px;
	font-family: 'Poppins', sans-serif;
	font-weight: 700;
	margin-bottom: 9px;
}

.footer-style-four .contact-widget h4 a{
	display: inline-block;
	color: #fff;
}

.footer-style-four .contact-widget h4 a:hover{
	color: #0067ac;
}

.footer-style-four .contact-widget p{
	position: relative;
	display: block;
	font-size: 17px;
}

.footer-style-four .contact-widget{
	margin-left: -10px;
}

.footer-style-four .contact-widget .social-links{
	position: relative;
	display: flex;
	align-items: center;
	margin-top: 28px;
}

.footer-style-four .contact-widget .social-links li{
	margin-right: 15px;
}

.footer-style-four .contact-widget .social-links li:last-child{
	margin: 0px !important;
}

.footer-style-four .contact-widget .social-links li a{
	position: relative;
	display: inline-block;
	width: 36px;
	height: 36px;
	line-height: 36px;
	border: 1px solid #b3b7bd;
	border-radius: 50%;
	text-align: center;
	font-size: 16px;
	color: #b5b9c0;
}

.footer-style-four .contact-widget .social-links li a:hover{
	border-color: #1454aa;
	color: #1454aa;
}

.footer-style-four .footer-bottom{
	position: relative;
	width: 100%;
	padding: 31px 0px;
}

.footer-style-four .footer-bottom .bottom-inner{
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
}


/** header-style-14 **/

.header-style-14{
	position: relative;
	background: #171717;
}

.header-top-three{
	position: relative;
	width: 100%;
	padding: 10px 0px;
	border-bottom: 1px solid #303030;
}

.header-top-three .outer-container{
	position: relative;
	padding: 0px 70px;
}

.header-top-three .top-inner{
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.header-top-three .top-inner .text-box h5{
	position: relative;
	display: block;
	font-size: 18px;
	line-height: 28px;
	font-family: 'Jost', sans-serif;
	color: #0067ac;
	font-weight: 500;
}

.header-top-three .top-inner .text-box h5 a{
	font-size: 20px;
	font-weight: 500;
	color: #ffffff;
}

.header-top-three .top-inner .text-box h5 a:hover{
	text-decoration: underline;
}

.header-top-three .right-column{
	position: relative;
	display: flex;
	align-items: center;
}

.header-top-three .right-column p{
	position: relative;
	padding-left: 34px;
	font-size: 17px;
	color: #fff;
	margin-right: 25px;
	margin-bottom: 0px;
}

.header-top-three .right-column p img{
	position: absolute;
	left: 0px;
	top: 7px;
}

.header-top-three .right-column .social-links{
	position: relative;
	display: flex;
	align-items: center;
}

.header-top-three .right-column .social-links li{
	position: relative;
	display: inline-block;
	width: 40px;
	text-align: center;
	border-right: 1px solid #3c3c3c;
}

.header-top-three .right-column .social-links li:first-child{
	border-left: 1px solid #3c3c3c;
}

.header-top-three .right-column .social-links li a{
	position: relative;
	display: inline-block;
	font-size: 16px;
	color: #fff;
}

.header-top-three .right-column .social-links li a:hover{
	color: #0067ac;
}

.header-style-14 .header-upper{
	position: relative;
	width: 100%;
	padding: 0px 70px;
}

.header-style-14 .main-menu .navigation>li.current>a,
.header-style-14 .main-menu .navigation>li>a:hover{
	color: #0067ac;
}

.header-style-14 .main-menu .navigation>li.dropdown>a:before{
	display: none;
}

.header-style-14 .main-menu .navigation>li{
	padding-top: 28px;
	padding-bottom: 28px;
}

.header-style-14 button.theme-btn.search-toggler{
	font-size: 20px;
	border: transparent;
}

.header-style-14 .sticky-header{
	background: #171717;
}


/** banner-style-14 **/

.banner-style-14{
	position: relative;
}

.banner-style-14 .content-box h6{
	color: #0067ac;
}

.banner-style-14 .content-box h6:before{
	background: #0067ac;
}

.banner-style-14 .content-box h2{
	font-size: 70px;
	line-height: 84px;
	font-weight: 900;
}

.banner-style-14 .content-box h2 span{
	font-style: italic;
}

.banner-style-14 .content-box .btn-box .btn-one{
	border-radius: 0px;
	margin: 0px;
}

.banner-style-14 .content-box .btn-box .btn-one:hover{
	background: #fff;
	color: #0067ac;
}


/** about-style-two **/

.about-style-two{
	position: relative;
	padding: 120px 0px;
}

.about-style-two .sec-title p{
	position: relative;
	display: block;
	font-size: 20px;
	line-height: 32px;
	color: #242424;
	font-weight: 500;
	margin-bottom: 0px;
	margin-top: 17px;
}

.about-style-two .content-box{
	position: relative;
	display: block;
}

.about-style-two .content-box .text-box p{
	position: relative;
	display: block;
	font-size: 18px;
	line-height: 32px;
	color: #242424;
	margin-bottom: 36px;
}

.about-style-two .content-box .list-style-one{
	margin-bottom: 30px;
}

.about-style-two .content-box .list-style-one li{
	float: left;
	width: 50%;
	margin-bottom: 8px !important;
	color: #242424;
	padding-left: 38px;
}

.about-style-two .content-box .list-style-one li:before{
	background-image: url(../images/icons/icon-25.png);
	width: 20px;
	height: 20px;
	top: 8px;
}

.theme-btn-one{
	position: relative;
	display: inline-block;
	font-size: 16px;
	line-height: 26px;
	font-family: 'Jost', sans-serif;
	color: #fff !important;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 1px;
	background: #0067ac;
	padding: 18px 28px 14px 28px;
	transition: all 500ms ease;
}

.theme-btn-one:hover{
	background: #000;
}

.theme-btn-one span{
	position: relative;
	display: inline-block;
	padding-right: 30px;
}

.theme-btn-one span:before{
	position: absolute;
	content: '';
	background-image: url(../images/icons/icon-24.png);
	width: 20px;
	height: 20px;
	top: 2px;
	right: 0px;
	background-repeat: no-repeat;
}

.about-style-two .image-box{
	position: relative;
	display: block;
	padding-right: 294px;
	margin-right: -10px;
}

.about-style-two .image-box img{
	width: 100%;
	transition: all 500ms ease;
}

.about-style-two .image-box .image-1{
	position: relative;
	display: block;
	overflow: hidden;
}

.about-style-two .image-box .image-2{
	position: absolute;
	top: 57px;
	right: 0px;
	overflow: hidden;
}

.about-style-two .image-box img:hover{
	transform: scale(1.05);
}


.service-section.home-14{
	background: #f5f5f7;
	padding-top: 115px;
}

.faq-section.home-14{
	background: #f5f5f7;
}

.faq-section.home-14 .accordion-box .block{
	background: transparent;
}

.faq-section.home-14 .inner-container{
	border-bottom: none;
}


/** project-style-four **/

.project-style-four{
	position: relative;
}

.project-style-four .inner-container{
	position: relative;
	padding: 101px 0px 0px 0px;
	border-top: 1px solid #cbccce;
}

.project-style-four .outer-container{
	position: relative;
	padding: 0px 120px;
}

.project-style-four .sec-title h2{
	font-weight: 400;
	line-height: 50px;
}

.project-style-four .sec-title .sub-title{
	padding-right: 40px;
}

.project-style-four .sec-title .sub-title:after{
	position: absolute;
	content: '';
	width: 30px;
	height: 2px;
	right: 0px;
	top: 12px;
	background: #0067ac;
}

.project-block-three .inner-box{
	position: relative;
	display: block;
}

.project-block-three .inner-box .image-box{
	position: relative;
	display: block;
	overflow: hidden;
}

.project-block-three .inner-box .image-box .image{
	position: relative;
	display: block;
	overflow: hidden;
}

.project-block-three .inner-box .image-box .image img{
	width: 100%;
	transition: all 500ms ease;
}

.project-block-three .inner-box:hover .image-box .image img{
	transform: scale(1.05);
}

.project-block-three .inner-box .image-box .view-btn{
	position: absolute;
	right: 0px;
	bottom: 0px;
}

.project-block-three .inner-box .image-box .view-btn a{
	position: relative;
	display: inline-block;
	width: 72px;
	height: 72px;
	line-height: 72px;
	background: #fff;
	text-align: center;
	font-size: 40px;
	color: #000000;
}

.project-block-three .inner-box .image-box .view-btn a:hover{
	color: #fff;
	background: #0067ac;
}

.project-block-three .inner-box .lower-content{
	position: relative;
	display: block;
	padding-top: 16px;
}

.project-block-three .inner-box .lower-content p{
	line-height: 20px;
	display: block;
	color: #797979;
	margin-bottom: 3px;
}

.project-block-three .inner-box .lower-content h3{
	position: relative;
	display: block;
	font-size: 22px;
	line-height: 22px;
	font-family: 'Poppins', sans-serif;
	font-weight: 500;
	margin-bottom: 0px;
}

.project-block-three .inner-box .lower-content h3 a{
	position: relative;
	display: inline-block;
	color: #161837;
}

.project-block-three .inner-box .lower-content h3 a:hover{
	color: #0067ac;
}

.testimonial-section.dark-section .outer-container{
	background: #fff;
}

.testimonial-section.dark-section .testimonial-block-one .inner-box p{
	color: #444444;
}

.testimonial-section.dark-section .testimonial-block-one .inner-box h3{
	color: #1a1a1a;
}

.testimonial-section.dark-section .testimonial-slider-control{
	border-color: #595959;
}


/** contact-style-three **/

.contact-style-three{
	position: relative;
}

.contact-style-three .bg-layer{
	position: absolute;
	left: 0px;
	top: 0px;
	width: calc(50% - 260px);
	height: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	z-index: 1;
}

.contact-style-three .inner-container{
	position: relative;
	background: #f2f2f2;
}

.contact-style-three .content-box{
	position: relative;
	display: block;
	z-index: 2;
	padding: 110px 70px 120px 0px;
}

.contact-style-three .content-box form{
	position: relative;
	margin: 0px 5px;
}

.contact-style-three .content-box form .form-group{
	position: relative;
	padding: 0px 10px;
	margin-bottom: 20px;
}

.contact-style-three .content-box form .form-group:last-child{
	margin-bottom: 0px;
}

.contact-style-three .content-box form .form-group input[type='text'],
.contact-style-three .content-box form .form-group input[type='email'],
.contact-style-three .content-box form .form-group textarea{
	position: relative;
	display: block;
	width: 100%;
	height: 50px;
	background: #fff;
	border: 1px solid #ccced2;
	font-size: 18px;
	color: #7b7b7b;
	padding: 10px 20px;
	transition: all 500ms ease;
}

.contact-style-three .content-box form .form-group textarea{
	height: 150px;
	resize: none;
}

.contact-style-three .content-box form .form-group input:focus,
.contact-style-three .content-box form .form-group textarea:focus{
	border-color: #0067ac;
}

.contact-style-three .sec-title h2{
	font-size: 42px;
	color: #0b1953;
}

.clients-section.home-14 .title-text:before{
	left: 185px;
	width: 1047px;
}


/** header-style-15 **/

.header-style-15{
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
}

.header-style-15 .header-upper{
	position: relative;
	padding: 0px 70px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.25);
}

.header-style-15 .main-menu .navigation>li>a{
	color: #fff;
}

.header-style-15 .main-menu .navigation>li>a:before{
	display: none;
}

.header-style-15 .main-menu .navigation>li{
	padding-top: 28px;
	padding-bottom: 28px;
}

.header-style-15 button.theme-btn.search-toggler{
	border: transparent;
	font-size: 18px;
}

.header-style-15 .sticky-header{
	background: #000;
}


/** banner-style-15 **/

.banner-style-15{
	position: relative;
	padding: 187px 0px 118px 0px;
}

.banner-style-15 .bg-layer{
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}

.banner-style-15 .form-inner{
	position: relative;
	display: block;
	background: #f4f4f3;
	padding: 46px 30px 32px 30px;
	margin-left: -86px;
	max-width: 370px;
}

.banner-style-15 .form-inner h3{
	position: relative;
	display: block;
	font-size: 25px;
	line-height: 35px;
	color: #161837;
	font-weight: 500;
	margin-bottom: 26px;
	text-align: center;
}

.banner-style-15 .form-inner .form-group{
	position: relative;
	margin-bottom: 10px;
}

.banner-style-15 .form-inner .form-group:last-child{
	margin-bottom: 0px;
}

.banner-style-15 .form-inner .form-group input[type='text'],
.banner-style-15 .form-inner .form-group input[type='email'],
.banner-style-15 .form-inner .form-group textarea{
	position: relative;
	display: block;
	width: 100%;
	height: 50px;
	background: #fff;
	border: 1px solid #dddede;
	font-size: 18px;
	color: #444444;
	padding: 10px 20px;
	transition: all 500ms ease;
}

.banner-style-15 .form-inner .form-group textarea{
	height: 120px;
	resize: none;
}

.banner-style-15 .form-inner .form-group input:focus,
.banner-style-15 .form-inner .form-group textarea:focus{
	border-color: #e5441a;
}

.banner-style-15 .form-inner .form-group.message-btn{
	padding-top: 3px;
	padding-bottom: 19px;
}

.banner-style-15 .form-inner .form-group.message-btn .theme-btn-one{
	border-radius: 2px;
	width: 100%;
	padding-top: 13px;
	padding-bottom: 9px;
}

.banner-style-15 .form-inner p{
	position: relative;
	display: block;
	font-size: 16px;
	line-height: 19px;
	color: #878787;
}

.banner-style-15 .form-inner p a{
	display: inline-block;
	color: #e5441a;
}

.banner-style-15 .form-inner p a:hover{
	text-decoration: underline;
}

.banner-style-15 .content-box{
	position: relative;
	display: block;
}

.banner-style-15 .content-box h2{
	display: block;
	font-size: 60px;
	line-height: 70px;
	font-family: 'Jost', sans-serif;
	color: #fff;
	font-weight: 700;
	margin-bottom: 4px;
}

.banner-style-15 .content-box h3{
	display: block;
	font-size: 30px;
	line-height: 40px;
	font-family: 'Jost', sans-serif;
	color: #fff;
	font-weight: 600;
	margin-bottom: 13px;
}

.banner-style-15 .content-box p{
	position: relative;
	display: block;
	font-size: 20px;
	line-height: 26px;
	color: #fff;
	margin-bottom: 0px;
}


/** about-style-three **/

.about-style-three{
	position: relative;
	padding: 120px 0px;
}

.about-style-three .content-box{
	position: relative;
	display: block;
	margin-right: 50px;
	margin-left: -50px;
}

.about-style-three .content-box .sec-title h2{
	font-size: 40px;
	line-height: 48px;
}

.about-style-three .content-box .text-box p{
	line-height: 28px;
	color: #444;
	margin-bottom: 39px;
}

.about-style-three .content-box .inner-box .single-item{
	position: relative;
	display: block;
	padding-left: 87px;
}

.about-style-three .content-box .inner-box .single-item .icon-box{
	position: absolute;
	left: 0px;
	top: 8px;
}

.about-style-three .content-box .inner-box .single-item h3{
	display: block;
	font-size: 23px;
	line-height: 30px;
	font-weight: 400;
	color: #000000;
	margin-bottom: 8px;
}

.about-style-three .content-box .inner-box .single-item p{
	position: relative;
	display: block;
	line-height: 26px;
	color: #444;
	margin-bottom: 0px;
}

.about-style-three .content-box .inner-box{
	padding-bottom: 47px;
	margin-bottom: 38px;
	border-bottom: 1px solid #868686;
}

.about-style-three .content-box .lower-box{
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.about-style-three .content-box .lower-box p{
	position: relative;
	display: block;
	font-size: 22px;
	line-height: 30px;
	color: #444444;
	font-weight: 500;
	margin-bottom: 0px;
}

.about-style-three .image-box{
	position: relative;
	display: block;
	padding-left: 156px;
	padding-bottom: 20px;
	margin-left: -4px;
}

.about-style-three .image-box .image-1{
	position: relative;
	display: block;
	overflow: hidden;
}

.about-style-three .image-box .image-2{
	position: absolute;
	left: 0px;
	bottom: 0px;
	border-top: 10px solid #fff;
	border-right: 10px solid #fff;
}

.about-style-three .image-box span{
	position: absolute;
	display: inline-block;
	left: 117px;
	top: 25px;
	font-size: 16px;
	line-height: 26px;
	font-family: 'Jost', sans-serif;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 5px;
	color: rgba(22, 24, 55, 0.50);
	writing-mode: vertical-lr;
	transform: rotate(-180deg);
}

.about-style-three .image-box img{
	width: 100%;
	transition: all 400ms ease;
}

.about-style-three .image-box .image-1:hover img{
	transform: scale(1.05);
}


/** service-style-three **/

.service-style-three{
	position: relative;
	background: #f0f2f3;
	padding: 114px 0px 104px 0px;
}

.service-block-three .inner-box{
	position: relative;
	display: block;
}

.service-block-three .inner-box .image-box{
	position: relative;
	display: block;
	overflow: hidden;
}

.service-block-three .inner-box .image-box img{
	width: 100%;
	transition: all 500ms ease;
}

.service-block-three .inner-box:hover .image-box img{
	transform: scale(1.05);
}

.service-block-three .inner-box .lower-content{
	position: relative;
	display: block;
	padding-top: 35px;
}

.service-block-three .inner-box .lower-content h3{
	position: relative;
	display: block;
	font-size: 23px;
	line-height: 30px;
	font-weight: 700;
	margin-bottom: 6px;
}

.service-block-three .inner-box .lower-content h3 a{
	position: relative;
	display: inline-block;
	color: #161837;
}

.service-block-three .inner-box .lower-content h3 a:hover{
	color: #e5441a;
}

.service-block-three .inner-box .lower-content p{
	position: relative;
	display: block;
	line-height: 28px;
	color: #444;
	margin-bottom: 27px;
}

.service-block-three .inner-box .lower-content h6{
	position: relative;
	display: block;
	font-size: 16px;
	line-height: 26px;
	font-family: 'Jost', sans-serif;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 1px;
	margin-bottom: 0px;
}

.service-block-three .inner-box .lower-content h6 a{
	display: inline-block;
	padding-left: 80px;
	color: #0067ac;
}

.service-block-three .inner-box .lower-content h6 a:before{
	position: absolute;
	content: '';
	background: #0067ac;
	width: 68px;
	height: 2px;
	left: 0px;
	top: 13px;
}

.large-container{
	max-width: 1330px;
	padding: 0px 15px;
	width: 100%;
	margin: 0 auto;
}

.service-style-three .sec-title p{
	position: relative;
	display: block;
	font-size: 20px;
	line-height: 30px;
	color: #010101;
	margin-top: 20px;
	margin-bottom: 0px;
}

.service-style-three .sec-title .sub-title{
	margin-bottom: 17px;
}

.service-style-three .upper-box{
	position: relative;
	padding-bottom: 97px;
	margin-bottom: 94px;
	border-bottom: 1px solid #a8a9aa;
}

.service-style-three .lower-box h3{
	display: block;
	font-size: 32px;
	line-height: 38px;
	color: #161837;
	font-weight: 700;
	margin-bottom: 0px;
}

.service-style-three .lower-box .list-column li{
	position: relative;
	display: block;
	font-size: 20px;
	line-height: 30px;
	color: #000000;
	font-weight: 500;
	margin-bottom: 6px;
}

.service-style-three .lower-box .list-column li:last-child{
	margin-bottom: 0px;
}

.project-style-two.home-15 .filter-tabs li{
	font-size: 20px;
	line-height: 30px;
	font-family: 'Poppins', sans-serif;
	font-weight: 500;
	color: #000000;
	text-transform: capitalize;
}

.project-style-two.home-15 .project-block-one .inner-box .content-box{
	background: #f0f2f3;
}

.project-style-two.home-15 .project-block-one .inner-box .content-box h3{
	font-size: 25px;
	font-family: 'Poppins', sans-serif;
	font-weight: 400;
}

.project-style-two.home-15 .project-block-one .inner-box .content-box h3 a{
	color: #000000;
}

.project-style-two.home-15 .project-block-one .inner-box .content-box h3 a:hover{
	color: #e5441a;
}

.project-style-two.home-15 .project-block-one .inner-box .content-box p{
	color: #000000;
}

.project-style-two.home-15{
	padding-bottom: 0px;
}

.project-style-two.home-15:before{
	position: absolute;
	content: '';
	background: #0b1930;
	width: 100%;
	height: 180px;
	left: 0px;
	bottom: 0px;
}


/** working-section **/

.working-section{
	position: relative;
}

.working-section .inner-container{
	position: relative;
	padding: 114px 0px 122px 0px;
	border-bottom: 1px solid #dddddd;
}

.working-block-one .inner-box{
	position: relative;
	display: block;
}

.working-block-one .inner-box .icon-box{
	position: relative;
	display: inline-block;
	width: 137px;
	height: 137px;
	line-height: 137px;
	background: #f4f5f5;
	text-align: center;
	border-radius: 50%;
	margin-bottom: 33px;
}

.working-block-one .inner-box .icon-box span{
	position: absolute;
	display: inline-block;
	right: -3px;
	bottom: 8px;
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	border-radius: 50%;
	background: #0067ac;
	font-size: 20px;
	color: #fff;
}

.working-block-one .inner-box h3{
	position: relative;
	display: block;
	font-size: 23px;
	line-height: 30px;
	color: #000000;
	font-weight: 700;
	margin-bottom: 8px;
}

.working-block-one .inner-box p{
	position: relative;
	display: block;
	font-size: 19px;
	line-height: 26px;
	color: #444444;
	margin-bottom: 0px;
}

.working-section .sub-title{
	margin-bottom: 17px;
}


/** about-style-four **/

.about-style-four{
	position: relative;
	padding: 120px 0px 120px 0px;
}

.about-style-four .content-box{
	position: relative;
	display: block;
}

.about-style-four .content-box h2{
	position: relative;
	display: block;
	font-size: 45px;
	line-height: 53px;
	color: #161837;
	font-weight: 900;
	padding-bottom: 20px;
	margin-bottom: 34px;
}

.about-style-four .content-box h2:before{
	position: absolute;
	content: '';
	background: #000000;
	width: 70px;
	height: 2px;
	left: 0px;
	bottom: 0px;
}

.about-style-four .content-box p{
	position: relative;
	display: block;
	font-size: 19px;
	line-height: 28px;
	color: #444;
	margin-bottom: 45px;
}

.about-style-four .content-box .theme-btn-one{
	border-radius: 35px;
	padding: 14px 36px 13px 36px;
}

.about-style-four .video-inner{
	position: relative;
	display: block;
	text-align: center;
	width: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	padding: 152px 0px 151px 0px;
}

.about-style-four .video-inner:before{
	position: absolute;
	content: '';
	background: #000;
	width: 100%;
	height: 100%;
	left: 0px;
	top: 0px;
	opacity: 0.1;
}

.about-style-four .video-inner .btn-box a{
	position: relative;
	display: inline-block;
}

.about-style-four .video-content{
	position: relative;
	margin-left: 35px;
}

.faq-section.home-15,
.clients-section.home-15{
	background: #f0f2f3;
}

.faq-section.home-15 .inner-container{
	border-bottom: none;
	padding-bottom: 95px;
	padding-top: 29px;
}

.faq-section.home-15 .accordion-box .block{
	background: transparent;
}

.footer-style-two.home-15{
	background: #06142a;
}


/** header-style-16 **/

.header-style-16{
	position: absolute;
	left: 0px;
	top: 25px;
	width: 100%;
	padding-left: 175px;
}

.main-header .support-box{
	position: relative;
	display: inline-block;
	background: #fff;
	padding: 15px 40px 15px 85px;
	border-radius: 40px 0px 0px 40px;
}

.main-header .support-box .icon-box{
	position: absolute;
	left: 38px;
	top: 24px;
}

.main-header .support-box h6{
	position: relative;
	display: block;
	font-size: 14px;
	line-height: 16px;
	font-weight: 700;
	text-transform: uppercase;
}

.main-header .support-box a{
	position: relative;
	display: inline-block;
	font-size: 20px;
	line-height: 26px;
	font-weight: 600;
	color: #172b56;
}

.main-header .support-box a:hover{
	color: #e5441a;
}

.header-style-16 .main-menu .navigation>li.current>a,
.header-style-16 .main-menu .navigation>li>a:hover{
	color: #fff;
}

.header-style-16 .main-menu .navigation>li.dropdown>a:before{
	display: none;
}

.header-style-16 button.theme-btn.search-toggler{
	border-color: transparent;
	font-size: 18px;
}

.header-style-16 .sticky-header{
	background: #000;
	padding-left: 170px;
}

.header-style-16 .sticky-header .main-menu .navigation{
	margin-left: 50px;
}


/** banner-style-16 **/

.banner-style-16{
	position: relative;
}

.banner-carousel .swiper-slide .bg-layer{
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}

.banner-carousel .swiper-slide{
	position: relative;
	padding: 310px 0px 230px 0px;
}

.banner-carousel .content-box{
	position: relative;
	display: block;
	max-width: 650px;
	width: 100%;
	z-index: 5;
}

.banner-carousel .content-box h6{
  opacity: 0;
  -webkit-transform: translateY(-10px);
  -moz-transform: translateY(-10px);
  -ms-transform: translateY(-10px);
  -o-transform: translateY(-10px);
  transform: translateY(-10px);
  -webkit-transition: all 1000ms ease;
  -moz-transition: all 1000ms ease;
  -ms-transition: all 1000ms ease;
  -o-transition: all 1000ms ease;
  transition: all 1000ms ease;
}

.banner-carousel .swiper-slide-active .content-box h6{
  opacity: 1;
  -webkit-transition-delay: 1000ms;
  -moz-transition-delay: 1000ms;
  -ms-transition-delay: 1000ms;
  -o-transition-delay: 1000ms;
  transition-delay: 1000ms;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}

.banner-carousel .content-box h2{
  opacity: 0;
  -webkit-transform: translateY(10px);
  -moz-transform: translateY(10px);
  -ms-transform: translateY(10px);
  -o-transform: translateY(10px);
  transform: translateY(10px);
  -webkit-transition: all 1000ms ease;
  -moz-transition: all 1000ms ease;
  -ms-transition: all 1000ms ease;
  -o-transition: all 1000ms ease;
  transition: all 1000ms ease;
}

.banner-carousel .swiper-slide-active .content-box h2{
  opacity: 1;
  -webkit-transition-delay: 700ms;
  -moz-transition-delay: 700ms;
  -ms-transition-delay: 700ms;
  -o-transition-delay: 700ms;
  transition-delay: 700ms;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}

.banner-carousel .content-box p{
  opacity: 0;
  -webkit-transform: translateY(10px);
  -moz-transform: translateY(10px);
  -ms-transform: translateY(10px);
  -o-transform: translateY(10px);
  transform: translateY(10px);
  -webkit-transition: all 1000ms ease;
  -moz-transition: all 1000ms ease;
  -ms-transition: all 1000ms ease;
  -o-transition: all 1000ms ease;
  transition: all 1000ms ease;
}

.banner-carousel .swiper-slide-active .content-box p{
  opacity: 1;
  -webkit-transition-delay: 1000ms;
  -moz-transition-delay: 1000ms;
  -ms-transition-delay: 1000ms;
  -o-transition-delay: 1000ms;
  transition-delay: 1000ms;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}

.banner-carousel .content-box .btn-box{
  opacity: 0;
  -webkit-transform: translateY(10px);
  -moz-transform: translateY(10px);
  -ms-transform: translateY(10px);
  -o-transform: translateY(10px);
  transform: translateY(10px);
  -webkit-transition: all 1000ms ease;
  -moz-transition: all 1000ms ease;
  -ms-transition: all 1000ms ease;
  -o-transition: all 1000ms ease;
  transition: all 1000ms ease;
}

.banner-carousel .swiper-slide-active .content-box .btn-box{
  opacity: 1;
  -webkit-transition-delay: 1300ms;
  -moz-transition-delay: 1300ms;
  -ms-transition-delay: 1300ms;
  -o-transition-delay: 1300ms;
  transition-delay: 1300ms;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}

.banner-style-16 .content-box h6{
	position: relative;
	display: block;
	font-size: 16px;
	line-height: 26px;
	font-family: 'Jost', sans-serif;
	color: #e5441a;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 1px;
	padding-left: 52px;
	margin-bottom: 31px;
}

.banner-style-16 .content-box h6:before{
	position: absolute;
	content: '';
	background: #e5441a;
	width: 40px;
	height: 2px;
	left: 0px;
	top: 13px;
}

.banner-style-16 .content-box h2{
	position: relative;
	display: block;
	font-size: 70px;
	line-height: 79px;
	color: #fff;
	font-weight: 900;
	margin-bottom: 27px;
}

.banner-style-16 .content-box p{
	position: relative;
	display: block;
	font-size: 20px;
	line-height: 30px;
	color: #fff;
	margin-bottom: 53px;
}

.banner-style-16 .content-box .theme-btn-one{
	border-radius: 5px;
}


/** about-style-five **/

.about-style-five{
	position: relative;
	background: #0a1027;
	padding: 100px 0px 120px 0px;
}

.about-style-five .content-box{
	position: relative;
	display: block;
	margin-left: 70px;
}

.about-style-five .content-box .sub-title{
	margin-bottom: 13px;
}

.about-style-five .content-box h2{
	position: relative;
	display: block;
	font-size: 45px;
	line-height: 54px;
	color: #fff;
	font-weight: 700;
	font-style: italic;
	margin-bottom: 20px;
}

.about-style-five .content-box p{
	position: relative;
	display: block;
	font-size: 18px;
	line-height: 28px;
	color: #fff;
	margin-bottom: 29px;
}

.about-style-five .content-box .list-inner{
	position: relative;
	display: flex;
	align-items: center;
}

.about-style-five .content-box .list-inner .list-item:first-child{
	margin-right: 65px;
}

.about-style-five .content-box .list-inner .list-item li{
	position: relative;
	display: block;
	font-size: 20px;
	line-height: 30px;
	font-family: 'Jost', sans-serif;
	color: #fff;
	margin-bottom: 9px;
	padding-left: 38px;
}

.about-style-five .content-box .list-inner .list-item li:last-child{
	margin-bottom: 0px;
}

.about-style-five .content-box .list-inner .list-item li:before{
	position: absolute;
	content: '';
	background-image: url(../images/icons/icon-36.png);
	width: 20px;
	height: 20px;
	left: 0px;
	top: 6px;
	background-repeat: no-repeat;
}

.about-style-five .content-box .lower-box{
	position: relative;
	display: flex;
	align-items: center;
}

.about-style-five .content-box .lower-box .signature{
	margin-right: 70px;
}

.about-style-five .content-box .theme-btn-one{
	border-radius: 5px;
}

.about-style-five .content-box .theme-btn-one:hover{
	background: #fff;
	color: #e5441a !important;
}

.about-style-five .image-box{
	position: relative;
	display: block;
}

.about-style-five .image-box .image{
	position: relative;
	display: block;
	overflow: hidden;
	border-radius: 8px;
}

.about-style-five .image-box .image img{
	width: 100%;
	border-radius: 8px;
}

.about-style-five .image-box .image:before{
  position: absolute;
  top: 0;
  left: -85%;
  display: block;
  content: '';
  width: 50%;
  height: 100%;
  background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, .3)));
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
  -webkit-transform: skewX(-25deg);
  -ms-transform: skewX(-25deg);
  transform: skewX(-25deg);
  z-index: 1;
}

.about-style-five .image-box .image:hover:before {
  -webkit-animation: shine 1s;
  animation: shine 1s;
}

@-webkit-keyframes shine {
  100% {
    left: 125%;
  }
}

@keyframes shine {
  100% {
    left: 125%;
  }
}


/** service-style-four **/

.service-style-four{
	position: relative;
	padding: 115px 0px 120px 0px;
	background: #f2f5f8;
}

.service-style-four .pattern-layer{
	position: absolute;
	left: 0px;
	bottom: 0px;
	width: 539px;
	height: 432px;
	background-repeat: no-repeat;
}

.service-style-four .slider-nav-style-2.service-1-nav{
	margin-bottom: 0px;
	margin-top: 76px;
}

.service-style-four .sec-title p{
	position: relative;
	display: block;
	line-height: 26px;
	color: #444444;
	margin-bottom: 0px;
	margin-top: 16px;
}

.service-block-four .inner-box{
	position: relative;
	display: block;
	background: #fff;
	border-radius: 5px;
	padding: 31px 30px 48px 40px;
	overflow: hidden;
	z-index: 1;
}

.service-block-four .inner-box:before{
	position: absolute;
	content: '';
	background: #e5441a;
	width: 100%;
	height: 3px;
	left: 0px;
	bottom: 0px;
	z-index: -1;
	transition: all 500ms ease;
}

.service-block-four .inner-box:hover:before{
	height: 100%;
}

.service-block-four .inner-box .icon-box{
	position: relative;
	display: inline-block;
	width: 112px;
	height: 112px;
	line-height: 112px;
	border: 1px dashed #b2b2b2;
	border-radius: 50%;
	text-align: center;
	background: #f9fafd;
	margin-bottom: 32px;
}

.service-block-four .inner-box h3{
	position: relative;
	display: block;
	font-size: 25px;
	line-height: 30px;
	font-weight: 700;
	margin-bottom: 16px;
}

.service-block-four .inner-box h3 a{
	display: inline-block;
	color: #172b56;
	transition: all 500ms ease;
}

.service-block-four .inner-box:hover h3 a{
	color: #fff;
}

.service-block-four .inner-box h3 a:hover{
	text-decoration: underline;
}

.service-block-four .inner-box .link-btn a{
	position: relative;
	display: inline-block;
	font-size: 15px;
	line-height: 26px;
	font-family: 'Jost', sans-serif;
	color: #e5441a;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 1px;
	transition: all 500ms ease;
}

.service-block-four .inner-box .link-btn a span{
	position: relative;
	padding-right: 33px;
}

.service-block-four .inner-box .link-btn a span:before{
	position: absolute;
	content: '';
	background-image: url(../images/icons/icon-41.png);
	width: 16px;
	height: 16px;
	top: 3px;
	right: 0px;
	background-repeat: no-repeat;
}

.service-block-four .inner-box .link-btn a:hover{
	text-decoration: underline;
}

.service-block-four .inner-box:hover .link-btn a{
	color: #fff;
}

.project-style-two.home-16:before{
	position: absolute;
	content: '';
	background: #232932;
	width: 100%;
	height: 320px;
	left: 0px;
	bottom: 0px;
}

.testimonial-section.home-16{
	background: #232932;
}

.testimonial-section .slider__pagination{
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 0px;
	bottom: inherit;
	left: inherit;
	width: auto;
}

.testimonial-section .slider__pagination .swiper-pagination-bullet{
	position: relative;
	display: block;
	width: 9px;
	height: 9px;
	background: #fff;
	border-radius: 50%;
	margin: 0px 0px 10px 0px;
	border: 2px solid #232932;
}

.testimonial-section .slider__pagination .swiper-pagination-bullet:last-child{
	margin-bottom: 0px;
}

.testimonial-section .slider__pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{
	width: 9px;
	height: 9px;
	background: transparent;
	border: 1px solid #c8c8c8;
}

.faq-section.home-16 .inner-container{
	border-bottom: none;
}

.news-section.home-16{
	background: #f2f5f8;
}

.news-section.home-16 .news-block-one .inner-box .image-box .image,
.news-section.home-16 .news-block-one .inner-box .image-box .image img{
	border-radius: 0px;
}

.brand-home-16{
	background: #f2f5f8;
}

.brand-home-16 h5{
	background: #f2f5f8;
	color: #e5441a;
}


/** header-style-17 **/

.header-style-17{
	position: relative;
	background: #191919;
	padding: 0px 70px 0px 110px;
}

.header-style-17 .main-menu .navigation>li.current>a,
.header-style-17 .main-menu .navigation>li>a:hover{
	color: #fff;
}

.header-style-17 .main-menu .navigation>li.dropdown>a:before{
	display: none;
}

.header-style-17 button.theme-btn.search-toggler{
	border: transparent;
	font-size: 18px;
}

.header-style-17 .main-menu .navigation>li{
	padding-top: 33px;
	padding-bottom: 33px;
}

.header-style-17 .sticky-header{
	background: #191919;
	padding: 0px 70px;
}

.header-style-17:before{
	position: absolute;
	content: '';
	background: #272e35;
	width: 350px;
	height: 100%;
	left: 0px;
	top: 0px;
}


/** banner-style-17 **/

.banner-style-17{
	position: relative;
	background: #272e35;
	padding-left: 110px;
	overflow: hidden;
}

.banner-style-17 .swiper-slide{
	position: relative;
	padding: 560px 110px 90px 0px;
}

.banner-style-17 .content-inner{
	position: relative;
	display: inline-block;
	float: right;
}

.banner-style-17 .swiper-slide .bg-layer:before{
	position: absolute;
	content: '';
	background: #000;
	width: 100%;
	height: 100%;
	left: 0px;
	top: 0px;
	opacity: 0.25;
}

.banner-style-17 .content-box h2{
	font-size: 65px;
	line-height: 76px;
	font-family: 'Jost', sans-serif;
	color: #fff;
	font-weight: 500;
	margin-bottom: 28px;
}

.banner-style-17 .content-box p{
	font-size: 20px;
	line-height: 24px;
	font-family: 'Jost', sans-serif;
	color: #fff;
	margin-bottom: 20px;
}

.banner-style-17 .content-box .btn-box a{
	position: relative;
	display: inline-block;
	font-size: 20px;
	line-height: 30px;
	font-family: 'Jost', sans-serif;
	color: #fff;
	padding-left: 123px;
}

.banner-style-17 .content-box .btn-box a:before{
	position: absolute;
	content: '';
	background: #fff;
	width: 102px;
	height: 2px;
	left: 0px;
	bottom: 9px;
}

.banner-style-17 .support-box{
	position: absolute;
	left: 35px;
	top: 21%;
	writing-mode: vertical-lr;
	transform: rotate(-180deg);
}

.banner-style-17 .support-box p{
	font-size: 19px;
	line-height: 28px;
	font-family: 'Jost', sans-serif;
	color: rgba(255, 255, 255, 0.50);
	margin: 0px;
	letter-spacing: 1px;
}

.banner-style-17 .support-box p span{
	position: relative;
	display: inline-block;
	padding-bottom: 55px;
	margin-bottom: 45px;
}

.banner-style-17 .support-box p a{
	display: inline-block;
	color: rgba(255, 255, 255, 0.50);
}

.banner-style-17 .support-box p a:hover{
	color: #fff;
}

.banner-style-17 .support-box p span:before{
	position: absolute;
	content: '';
	background: #7d8286;
	height: 40px;
	width: 1px;
	right: 15px;
	bottom: 0px;
}

.banner-style-17 .social-links{
	position: absolute;
	left: 30px;
	bottom: -52px;
}

.banner-style-17 .social-links li{
	position: relative;
	display: block;
	margin-bottom: 20px;
}

.banner-style-17 .social-links li:last-child{
	margin-bottom: 0px;
}

.banner-style-17 .social-links li a{
	position: relative;
	display: inline-block;
}

.banner-style-17 .social-links li span{
	position: relative;
	display: inline-block;
	font-size: 18px;
	line-height: 32px;
	font-family: 'Jost', sans-serif;
	color: rgba(255, 255, 255, 0.50);
	padding-bottom: 55px;
	margin-bottom: 45px;
	writing-mode: vertical-lr;
	transform: rotate(-180deg);
}

.banner-style-17 .social-links li span:before{
	position: absolute;
	content: '';
	background: #7d8286;
	height: 40px;
	width: 1px;
	right: 15px;
	bottom: 0px;
}


/** about-style-six **/

.about-style-six{
	position: relative;
	background: #272e35;
	padding: 115px 0px 120px 0px;
}

.sub-title.gray-color{
	color: #d79759;
}

.sub-title.gray-color:before,
.sub-title.gray-color:after{
	background: #d79759;
}

.about-style-six .content-box{
	position: relative;
	display: block;
	padding-right: 70px;
}

.about-style-six .content-box .sec-title h2 span{
	font-weight: 300;
}

.about-style-six .content-box .text-box h3{
	position: relative;
	display: block;
	font-size: 26px;
	line-height: 31px;
	font-family: 'Poppins', sans-serif;
	color: #fff;
	font-weight: 400;
	margin-bottom: 32px;
}

.about-style-six .content-box .text-box p{
	position: relative;
	display: block;
	font-size: 18px;
	line-height: 28px;
	color: #a8aeb4;
	margin-bottom: 42px;
}

.about-style-six .content-box .theme-btn-one{
	border-radius: 35px;
	background: #d79759;
	padding: 12px 32px 11px 31px;
}

.about-style-six .content-box .theme-btn-one:hover{
	background: #fff;
	color: #d79759 !important;
}

.about-style-six .image-box{
	position: relative;
	display: block;
	margin-left: 25px;
}

.about-style-six .image-box img{
	width: 100%;
}

.feature-style-two.home-17 .feature-block-two .inner-box h3:before{
	background: #222222;
}

.feature-style-two.home-17 .feature-block-two .inner-box h3 a:hover{
	color: #d79759;
}

.feature-style-two .lower-box{
	position: relative;
	display: block;
	padding-top: 120px;
}

.feature-style-two .lower-box h3{
	position: relative;
	display: block;
	font-size: 28px;
	line-height: 33px;
	font-family: 'Jost', sans-serif;
	font-weight: 500;
	color: #161837;
	margin-bottom: 0px;
}

.feature-style-two .lower-box .list-item li{
	position: relative;
	display: block;
	font-size: 20px;
	line-height: 30px;
	font-family: 'Jost', sans-serif;
	color: #444444;
	font-weight: 600;
	margin-bottom: 5px;
}

.feature-style-two .lower-box .list-item li:last-child{
	margin-bottom: 0px;
}


/** project-style-five **/

.project-style-five{
	position: relative;
	background: #272e35;
	padding: 111px 0px 118px 0px;
}

.project-style-five .outer-box{
	position: relative;width: 100%;
	overflow-x: auto;
	width: 100%;
	overflow-x: auto;
}

.project-style-five .theme-btn-one{
	position: absolute;
	top: 45px;
	right: 0px;
	background: #d79759;
	border-radius: 35px;
}

.project-style-five .theme-btn-one:hover{
	background: #fff;
	color: #d79759 !important;
}

.project-style-five .outer-container{
	position: relative;
	padding: 0px 90px;
	min-width: 1920px;
	width: 100%;
}

.project-style-five .project-block-two{
	position: relative;
	float: left;
}

.project-style-five .project-block-two .inner-box{
	padding-right: 50px;
}

.project-style-five .project-block-two:last-child .inner-box{
	padding: 0px;
}


.working-section.home-17{
	padding: 117px 0px 120px 0px;
	background: #f1f2f4;
}

.working-section.home-17 .working-block-one .inner-box .icon-box{
	background: #ffffff;
}

.working-section.home-17 .working-block-one .inner-box .icon-box span{
	background: #d79759;
}

.working-section .pattern-layer{
	position: absolute;
	left: 0px;
	bottom: 0px;
	width: 1110px;
	height: 100%;
	background-size: cover;
	background-repeat: no-repeat;
}


/** testimonial-style-two **/

.testimonial-style-two{
	position: relative;
	padding: 120px 0px 90px 0px;
}

.testimonial-style-two .testimonials-1-top-content{
	border: 1px solid #e3e3e3;
	border-radius: 8px;
}

.testimonial-style-two .testimonials-1-top-content:before{
	background-image: url(../images/shape/shape-12.png);
}

.testimonial-style-two .testimonials-1-top-content:after{
	position: absolute;
	content: '';
	background: #fff;
	width: 38px;
	height: 1px;
	left: 69px;
	bottom: -1px;
}

.testimonial-style-two .testimonials-1-desc{
	color: #444;
}

.testimonial-style-two .testimonials-1-top-content{
	padding: 35px 40px 41px 47px;
}

.testimonial-style-two .testimonials-1-quote{
	font-size: 64px;
}

.testimonial-style-two .testimonials-1-author-title{
	color: #444444;
}

.testimonial-style-two .testimonials-1-designation{
	font-weight: 500;
}


/** video-section **/

.video-section{
	position: relative;
	padding: 120px 0px;
}

.video-section .bg-layer{
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	background-attachment: fixed;
}

.video-section .bg-layer:before{
	position: absolute;
	content: '';
	background: #272e35;
	width: 100%;
	height: 100%;
	left: 0px;
	top: 0px;
	opacity: 0.9;
}

.video-section .content-box{
	position: relative;
	display: block;
}

.video-section .content-box h2{
	position: relative;
	display: block;
	font-size: 44px;
	line-height: 53px;
	color: #fff;
	font-weight: 500;
	margin-bottom: 23px;
}

.video-section .content-box h2 span{
	position: relative;
	display: inline-block;
	line-height: 44px;
	font-weight: 300;
	border-bottom: 1px solid #fff;
}

.video-section .content-box h3{
	position: relative;
	display: inline-block;
	font-size: 25px;
	line-height: 24px;
	color: #fff;
	font-weight: 400;
	border-bottom: 1px solid #fff;
	font-style: italic;
	margin-bottom: 33px;
}

.video-section .content-box p{
	line-height: 28px;
	color: #fff;
	margin-bottom: 46px;
}

.video-section .content-box .theme-btn-one{
	background: #d79759;
	border-radius: 35px;
	padding: 15px 31px 13px 31px;
}

.video-section .content-box .theme-btn-one:hover{
	background: #fff;
	color: #d79759 !important;
}

.video-section .video-inner{
	position: relative;
	width: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	padding: 140px 0px;
	text-align: center;
}

.video-section .video-inner .btn-box a{
	position: relative;
	display: inline-block;
	width: 102px;
	height: 102px;
	line-height: 100px;
	background: #fff;
	text-align: center;
	border-radius: 50%;
}

.video-section .video-inner .btn-box a:before{
	position: absolute;
	content: '';
	border: 2px solid #e3e3e3;
	border-radius: 50%;
	width: 120px;
	height: 120px;
	left: -9px;
	top: -9px;
}

.footer-style-two.home-17{
	background: #272e35;
}


.image-boxes-section.home-17{
	background: #e9e4e0;
}

.image-boxes-section.home-17 .text-block-1.left-arrow:before{
	background: #e9e4e0;
}

.image-boxes-section.home-17 .bg_dark2{
	background: #42484f;
}


/** header-style-18 **/

.header-style-18{
	position: relative;
	background: #182332;
	padding: 0px 30px 0px 90px;
}

.header-style-18 .main-menu .navigation>li{
	padding-top: 28px;
	padding-bottom: 28px;
}

.header-style-18 .main-menu .navigation>li>a{
	color: #fff;
}

.header-style-18 .main-menu .navigation>li.dropdown>a:before{
	display: none;
}

.header-style-18 button.theme-btn.search-toggler{
	font-size: 18px;
	border-color: transparent;
}

.header-style-18 .sticky-header{
	background: #182332;
	padding: 0px 30px 0px 90px;
}


/** banner-style-18 **/

.banner-style-18{
	position: relative;
	background: #182332;
	padding-left: 90px;
}

.banner-style-18 .outer-container{
	position: relative;
	padding: 217px 0px 240px 0px;
}

.banner-style-18 .bg-layer{
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}

.banner-style-18 .content-box{
	position: relative;
	display: block;
	max-width: 620px;
	width: 100%;
	z-index: 5;
}

.banner-style-18 .content-box span{
	position: relative;
	display: inline-block;
	font-size: 20px;
	line-height: 30px;
	font-family: 'Jost', sans-serif;
	color: #0067ac;
	font-weight: 700;
	text-transform: uppercase;
	padding-right: 170px;
	letter-spacing: 1px;
	margin-bottom: 9px;
}

.banner-style-18 .content-box span:before{
	position: absolute;
	content: '';
	background: #0067ac;
	width: 158px;
	height: 3px;
	right: 0px;
	bottom: 9px;
}

.banner-style-18 .content-box h2{
	position: relative;
	display: block;
	font-size: 70px;
	line-height: 80px;
	color: #000000;
	font-weight: 700;
	margin-bottom: 6px;
}

.banner-style-18 .content-box h3{
	position: relative;
	display: block;
	font-size: 45px;
	line-height: 50px;
	color: #000;
	font-weight: 300;
	margin-bottom: 24px;
}

.banner-style-18 .content-box p{
	font-size: 22px;
	line-height: 28px;
	color: #000000;
	font-weight: 500;
	margin-bottom: 43px;
}

.banner-style-18 .content-box .btn-box{
	position: relative;
	display: flex;
	align-items: center;
}

.banner-style-18 .content-box .btn-box .theme-btn-one{
	margin-right: 40px;
	padding: 14px 25px;
}

.banner-style-18 .content-box .btn-box .link-btn{
	position: relative;
	display: inline-block;
	font-size: 15px;
	line-height: 18px;
	font-family: 'Jost', sans-serif;
	color: #182332;
	font-weight: 700;
	text-transform: uppercase;
}

.banner-style-18 .content-box .btn-box .link-btn:hover{
	color: #0067ac;
}

.banner-style-18 .support-box{
	position: absolute;
	left: 30px;
	top: 45%;
	transform: translateY(-50%);
}

.banner-style-18 .support-box span{
	position: relative;
	display: inline-block;
	writing-mode: vertical-lr;
	transform: rotate(-180deg);
	font-size: 18px;
	line-height: 28px;
	font-family: 'Jost', sans-serif;
	color: #fff;
}

.banner-style-18 .support-box span a{
	display: inline-block;
	color: #fff;
}

.banner-style-18 .support-box span a:hover{
	text-decoration: underline;
}

.banner-style-18 .scroll-btn-down{
	position: absolute;
	left: 25px;
	bottom: 28px;
	font-size: 18px;
	line-height: 28px;
	font-family: 'Jost', sans-serif;
	color: #fff;
	writing-mode: vertical-lr;
	transform: rotate(-180deg);
	padding-top: 85px;
	cursor: pointer;
}

.banner-style-18 .scroll-btn-down:before{
	position: absolute;
	content: '';
	background: #8c9199;
	width: 1px;
	height: 60px;
	left: 13px;
	top: 0px;
}


/** about-style-seven **/

.about-style-seven{
	position: relative;
	background: #182332;
	padding: 115px 0px;
}

.about-style-seven .content-box{
	position: relative;
	display: block;
}

.about-style-seven .content-box h2{
	position: relative;
	display: block;
	font-size: 42px;
	line-height: 55px;
	color: #fff;
	font-weight: 300;
	margin-bottom: 23px;
}

.about-style-seven .content-box p{
	position: relative;
	display: block;
	font-size: 20px;
	line-height: 28px;
	color: #fff;
	max-width: 590px;
	margin-bottom: 73px;
}

.about-style-seven .content-box .single-item p{
	font-size: 22px;
	max-width: 340px;
	margin-bottom: 0px;
}

.about-style-seven .sub-title{
	margin-bottom: 11px;
}

.about-style-seven .image-layer{
	position: absolute;
	right: 250px;
	bottom: 0px;
}

.service-style-three.home-18{
	background: #fff;
	padding: 0px;
}

.service-style-three.home-18 .lower-box{
	padding: 80px 0px 110px 0px;
	border-top: 1px solid #b2b2b2;
}

.service-style-three.home-18 .lower-box h3{
	font-size: 35px;
	line-height: 42px;
	font-weight: 900;
}

.brand-section.home-18{
	padding-bottom: 50px;
}


/** service-style-five **/

.service-style-five{
	position: relative;
	background: #111b2a;
	padding-top: 150px;
}

.service-style-five .outer-container{
	position: relative;
	padding: 52px 0px 110px 0px;
}

.service-style-five .bg-layer{
	position: absolute;
	left: 0px;
	top: 0px;
	width: calc(50% + 100px);
	height: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}

.service-style-five .sec-title h2{
	color: #fff;
	font-size: 55px;
	line-height: 65px;
	font-weight: 400;
}

.service-style-five .content-box{
	position: relative;
	display: block;
}

.service-style-five .content-box .text-box{
	padding-left: 260px;
}

.service-style-five .content-box .text-box p{
	font-size: 18px;
	line-height: 28px;
	color: #d6d6d6;
	margin-bottom: 29px;
}

.service-style-five .content-box .text-box .theme-btn-one{
	margin-top: 23px;
	border-radius: 5px;
	background: #dd5903;
}

.service-style-five .content-box .text-box .theme-btn-one:hover{
	background: #fff;
	color: #dd5903 !important;
}


/** vision-section **/

.vision-section{
	position: relative;
	background: #111b2a;
	padding: 130px 0px 100px 0px;
}

.vision-section .text-box p{
	font-size: 18px;
	line-height: 28px;
	color: #fff;
	max-width: 590px;
	margin-bottom: 38px;
}

.vision-section .text-box p:last-child{
	margin-bottom: 0px;
	color: #c8c8c8;
}

.vision-section .text-box p a{
	color: #c8c8c8;
	text-decoration: underline;
}

.vision-section .text-box p a:hover{
	color: #0067ac;
}

.vision-section .sec-title h2{
	font-weight: 400;
}

.vision-section .sub-title{
	margin-bottom: 12px;
}

.vision-section .image-box{
	position: relative;
	display: block;
	padding-left: 183px;
}

.vision-section .image-box img{
	width: 100%;
}


/** client-style-two **/

.client-style-two{
	position: relative;
	background: #111b2a;
	padding: 55px 0px 88px 0px;
}

.client-style-two .clients-logo-list{
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.client-style-two .clients-logo-list li{
	position: relative;
	display: block;
}

.client-style-two .clients-logo-list li img{
	position: relative;
	display: block;
	max-width: 100%;
	width: auto;
	margin: 0 auto;
	transition: all 500ms ease;
}

.client-style-two .clients-logo-list li img:hover{
	transform: scale(1.02);
}


/** feature-style-three **/

.feature-style-three{
	position: relative;
	padding: 110px 0px 120px 0px;
}

.feature-style-three .content-box{
	position: relative;
	display: block;
}

.feature-style-three .content-box .text{
	position: relative;
	display: block;
	font-size: 18px;
	line-height: 28px;
	color: #444444;
	margin-bottom: 34px;
	padding-left: 33px;
	border-left: 4px solid #0b1953;
}

.feature-style-three .content-box h3{
	position: relative;
	display: block;
	font-size: 30px;
	line-height: 40px;
	font-family: 'Poppins', sans-serif;
	color: #161837;
	font-weight: 700;
	margin-bottom: 17px;
}

.feature-style-three .content-box p{
	position: relative;
	display: block;
	font-size: 18px;
	line-height: 28px;
	color: #444;
	margin-bottom: 48px;
}

.feature-style-three .content-box .lower-box{
	position: relative;
	display: flex;
	align-items: center;
}

.feature-style-three .content-box .lower-box .theme-btn-one{
	border-radius: 35px;
	background: #0067ac;
	margin-right: 40px;
	padding: 17px 33px 14px 33px;
}

.feature-style-three .content-box .lower-box .theme-btn-one:hover{
	background: #263958;
}

.feature-style-three .content-box .lower-box .support-box{
	position: relative;
	display: block;
	padding: 0px 0px 0px 60px;
}

.feature-style-three .content-box .lower-box .support-box .icon-box{
	position: absolute;
	display: inline-block;
	left: 0px;
	top: 2px;
}

.feature-style-three .content-box .lower-box .support-box span{
	position: relative;
	display: block;
	font-size: 18px;
	line-height: 18px;
	color: #444;
	margin-bottom: 6px;
}

.feature-style-three .content-box .lower-box .support-box h4{
	position: relative;
	display: block;
	font-size: 20px;
	line-height: 20px;
	font-family: 'Jost', sans-serif;
	font-weight: 500;
	margin-bottom: 0px;
}

.feature-style-three .content-box .lower-box .support-box h4 a{
	display: inline-block;
	color: #0b1953;
}

.feature-style-three .content-box .lower-box .support-box h4 a:hover{
	color: #0067ac;
}

.feature-style-three .image-box{
	position: relative;
	display: inline-block;
	border-radius: 50%;
	margin-left: 22px;
	z-index: 1;
	margin-top: 8px;
}

.feature-style-three .image-box img{
	width: 100%;
	border-radius: 50%;
}

.feature-style-three .image-box:before{
	position: absolute;
	content: '';
	background: #111b2a;
	width: 100%;
	height: 100%;
	right: 10px;
	bottom: 12px;
	border-radius: 50%;
	z-index: -1;
}

.testimonial-style-two.home-18{
	background: #eceef0;
}

.testimonial-style-two.home-18 .testimonials-1-top-content{
	border: #fff;
}

.testimonial-style-two.home-18 .testimonials-1-quote{
	color: #0067ac;
}

.testimonial-style-two.home-18 .testimonials-1-top-content:before {
    background-image: url(../images/shape/shape-13.png);
}

.testimonial-style-two.home-18 .testimonials-1-author-title{
	color: #0b1953;
}

.testimonial-style-two.home-18 .testimonials-1-designation{
	color: #0b1953;
}

.testimonial-style-two.home-18 .slider-nav-style-2{
	padding-left: 0px !important;
	margin-top: 42px;
}

.testimonial-style-two.home-18 .slider-nav-style-2>*{
	box-shadow: none;
	border: 1px solid #a7a7a7;
	color: #292929;
	line-height: 38px;
	width: 45px;
	height: 45px;
}

.testimonial-style-two.home-18 .slider-nav-style-2>*:hover{
	background: #fff;
	border-color: #fff;
}

.testimonial-style-two.home-18 .sec-title h2{
	font-size: 42px;
	line-height: 50px;
}

.testimonial-style-two.home-18 .sub-title{
	margin-bottom: 17px;
}

.footer-style-two.home-18{
	background: #06142a;
}

.faq-section.home-18{
	padding: 100px 0px 100px 0px;
}


/** header-style-19 **/

.header-style-19{
	position: absolute;
	left: 0px;
	top: 15px;
	width: 100%;
	padding: 0px 70px;
}

.header-style-19 .main-menu .navigation>li>a{
	color: #1b1b1b;
}

.header-style-19 .main-menu .navigation>li>a:before{
	display: none;
}

.header-style-19 button.theme-btn.search-toggler{
	border: transparent;
	font-size: 18px;
	color: #1b1b1b;
	margin-left: ;
}

.header-style-19 button.theme-btn.search-toggler:hover{
	color: #fff;
}

.header-style-19 .sidemenu-nav-toggler{
	border-color: #1b1b1b;
}

.header-style-19 .sticky-header{
	padding: 0px 70px;
}


/** banner-style-19 **/

.banner-style-19{
	position: relative;
	padding: 265px 0px 100px 0px;
}

.banner-style-19 .bg-layer{
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}

.banner-style-19 .content-box{
	position: relative;
	display: block;
}

.banner-style-19 .content-box h2{
	position: relative;
	display: block;
	font-size: 68px;
	line-height: 82px;
	font-family: 'Jost', sans-serif;
	color: #000000;
	font-weight: 600;
	margin-bottom: 59px;
}

.banner-style-19 .content-box a{
	position: relative;
	display: inline-block;
	font-size: 16px;
	line-height: 26px;
	font-family: 'Jost', sans-serif;
	color: #000000;
	font-weight: 700;
	text-transform: uppercase;
	padding-left: 234px;
	margin-bottom: 130px;
}

.banner-style-19 .content-box a:before{
	position: absolute;
	content: '';
	background: #000;
	width: 185px;
	height: 2px;
	left: 0px;
	top: 12px;
}

.banner-style-19 .content-box a:hover{
	color: #0067ac;
}

.banner-style-19 .content-box .year{
	position: relative;
	display: inline-block;
	width: 136px;
	height: 136px;
	line-height: 136px;
	border: 1px solid #616161;
	border-radius: 50%;
	font-size: 30px;
	font-family: 'Jost', sans-serif;
	color: #000000;
	font-weight: 400;
	text-align: center;
}

.banner-style-19 .text-box{
	position: absolute;
	left: 95px;
	top: 183px;
	font-size: 20px;
	line-height: 28px;
	color: #000;
	font-weight: 500;
}

.banner-style-19 .location-box{
	position: absolute;
	top: 245px;
	right: 155px;
	text-align: center;
}

.banner-style-19 .location-box .image-box{
	position: relative;
	display: inline-block;
	border-radius: 50%;
	margin-bottom: 19px;
}

.banner-style-19 .location-box .image-box img{
	width: 100%;
	border-radius: 50%;
}

.banner-style-19 .location-box h4{
	position: relative;
	display: block;
	font-size: 20px;
	line-height: 30px;
	font-family: 'Poppins', sans-serif;
	color: #000000;
	font-weight: 500;
	margin-bottom: 0px;
}

.banner-style-19 .location-box p{
	position: relative;
	display: block;
	font-size: 18px;
	line-height: 20px;
	color: #626262;
	font-weight: 500;
	margin-bottom: 0px;
}


/** story-section **/

.story-section{
	position: relative;
	padding: 104px 0px 120px 0px;
}

.story-section .title-text{
	position: relative;
	display: block;
	padding-bottom: 26px;
	margin-bottom: 41px;
	border-bottom: 1px solid #c9c9d0;
}

.story-section .title-text h2{
	position: relative;
	display: block;
	font-size: 70px;
	line-height: 80px;
	font-family: 'Jost', sans-serif;
	font-weight: 600;
	color: #181818;
	margin-bottom: 0px;
}

.story-section .text-box{
	position: relative;
	display: block;
}

.story-section .text-box .bold-text{
	position: relative;
	display: block;
	font-size: 20px;
	line-height: 28px;
	color: #444444;
	font-weight: 500;
	margin-bottom: 29px;
}

.story-section .text-box p{
	position: relative;
	display: block;
	line-height: 28px;
	color: #444;
	margin-bottom: 0px;
}

.progress-block-one{
	position: relative;
	display: block;
	margin-bottom: 20px;
}

.progress-block-one:last-child{
	margin-bottom: 0px;
}

.progress-block-one .progressbar-1-inner{
	background: #000;
}

.progress-block-one .progressbar-1-outer{
	background: #c3c3c3;
}

.progress-block-one p{
	position: relative;
	display: block;
	font-size: 18px;
	line-height: 28px;
	font-family: 'Jost', sans-serif;
	color: #444;
	margin-bottom: 10px;
}

.story-section .progress-inner{
	position: relative;
	display: block;
}

.story-section .lower-box{
	position: relative;
	padding-top: 117px;
}

.story-section .lower-box .image-box .image{
	position: relative;
	display: block;
	overflow: hidden;
	margin-bottom: 0px;
}

.story-section .lower-box .image-box .image img{
	width: 100%;
	transition: all 500ms ease;
}

.story-section .lower-box .image-box:hover .image img{
	transform: scale(1.05);
}

.story-section .slider__pagination{
	position: relative;
	display: block;
	text-align: center;
	margin-top: 61px;
	margin-bottom: 0px;
}

.story-section .slider__pagination .swiper-pagination-bullet{
	width: 10px;
	height: 10px;
	background: #d6d6d6;
	border-radius: 50%;
}

.story-section .slider__pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{
	background: #202e37;
}


.feature-section.home-19{
	background: #202e37;
	padding: 121px 0px 100px 0px;
}

.feature-section.home-19 .tab-btn-box .tab-btns li{
	color: #fff;
}

.feature-section.home-19 .tabs-content{
	padding: 0px;
	margin: 0px;
}

.feature-section.home-19 .feature-block-one .inner-box .count-text{
	color: #fff;
}

.feature-section.home-19 .feature-block-one .inner-box h3,
.feature-section.home-19 .feature-block-one .inner-box p{
	color: #fff;
}

.feature-section.home-19 .feature-content{
	padding-bottom: 0px;
	border-bottom: none;
}

.feature-section.home-19 .tab-btn-box .tab-btns{
	margin-bottom: 88px;
}


.project-style-four.home-19 .inner-container{
	border-top: none;
}

.faq-section.home-19{
	padding-top: 113px;
}

.faq-section.home-19 .inner-container{
	border-bottom: none;
}


.news-section.home-19{
	background: #ededed;
}

.news-section.home-19 .sub-title{
	color: #8a8a8a;
}

.news-section.home-19 .sub-title:before{
	background: #8a8a8a;
}

.news-section.home-19 .news-block-one .inner-box .lower-content .post-info li a,
.news-section.home-19 .news-block-one .inner-box .lower-content .post-info li{
	color: #8a8a8a;
}

.news-section.home-19 .news-block-one .inner-box .lower-content .post-info li a:before{
	background: #8a8a8a;
}

.news-section.home-19 .news-block-one .inner-box .lower-content .post-info li:before{
	background: #8a8a8a;
}

.page-wrapper.home-20{
	position: relative;
	background-color: #111214;
}

.page-wrapper.home-20:before{
	position: absolute;
	content: '';
	background-image: url(../images/shape/shape-1.jpg);
	width: 100%;
	height: 100%;
	left: 0px;
	top: 0px;
	background-repeat: repeat-x repeat-y;
}


/** header-style-20 **/

.header-style-20{
	position: relative;
	display: block;
	padding: 10px 50px 0px 75px;
}

.header-style-20 .main-menu .navigation>li.dropdown>a:before{
	display: none;
}

.header-style-20 .main-menu .navigation>li>a{
	color: #fff;
}

.header-style-20 button.theme-btn.search-toggler{
	border-color: transparent;
	font-size: 18px;
}

.header-style-20 .btn-box a{
	position: relative;
	display: inline-block;
	font-size: 14px;
	line-height: 26px;
	font-family: 'Poppins', sans-serif;
	color: #fff;
	padding: 12px 30px;
	border: 1px solid rgba(255, 255, 255, 0.30);
	border-radius: 35px;
	text-transform: uppercase;
	font-weight: 500;
}

.header-style-20 .btn-box a:hover{
	border-color: #fff;
}

.header-style-20 .btn-box a span{
	position: relative;
	padding-right: 27px;
}

.header-style-20 .btn-box a span:before{
	position: absolute;
	content: '';
	background-image: url(../images/icons/icon-57.png);
	width: 8px;
	height: 12px;
	top: 2px;
	right: 0px;
	background-repeat: no-repeat;
}

.header-style-20 .sidemenu-nav-toggler{
	border: 1px solid #cbcccc;
}

.header-style-20 .sticky-header{
	background: #000;
	padding: 0px 50px;
}

.header-style-20 .image-layer{
	position: absolute;
	left: 180px;
	top: -10px;
}


/** banner-style-20 **/

.banner-style-20{
	position: relative;
	padding: 43px 0px 128px 485px;
}

.banner-style-20 .outer-container{
	position: relative;
	padding: 50px 0px 620px 50px;
}

.banner-style-20 .bg-layer{
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}

.banner-style-20 .bg-layer:before{
	position: absolute;
	content: '';
	background: #000;
	width: 100%;
	height: 100%;
	left: 0px;
	top: 0px;
	opacity: 0.35;
}

.banner-style-20 .inner-box{
	position: relative;
	display: block;
}

.banner-style-20 .inner-box span{
	position: relative;
	display: block;
	font-size: 20px;
	line-height: 32px;
	font-family: 'Jost', sans-serif;
	color: #fff;
}

.banner-style-20 .support-box{
	position: absolute;
	left: 60px;
	bottom: 200px;
	writing-mode: vertical-lr;
	transform: rotate(-180deg);
}

.banner-style-20 .support-box p{
	position: relative;
	display: block;
	font-size: 18px;
	color: #fff;
	margin: 0px;
}

.banner-style-20 .support-box p a{
	display: inline-block;
	color: #fff;
}

.banner-style-20 .support-box p a:hover{
	text-decoration: underline;
}

.banner-style-20 .text-box{
	position: absolute;
	left: 260px;
	bottom: 198px;
}

.banner-style-20 .text-box span{
	position: relative;
	display: block;
	font-size: 24px;
	line-height: 39px;
	font-family: 'Jost', sans-serif;
	color: #fff;
	font-weight: 300;
	margin-bottom: 0px;
}


/** concept-style-two **/

.concept-style-two{
	position: relative;
	padding: 112px 0px 195px 0px;
}

.concept-style-two .upper-box{
	position: relative;
	display: block;
	margin-bottom: 60px;
}

.concept-style-two .upper-box span{
	position: relative;
	display: inline-block;
	font-size: 16px;
	line-height: 26px;
	font-family: 'Jost', sans-serif;
	color: #ad824b;
	font-weight: 700;
	text-transform: uppercase;
	padding-right: 142px;
	margin-bottom: 9px;
}

.concept-style-two .upper-box span:before{
	position: absolute;
	content: '';
	background: #ad824b;
	width: 124px;
	height: 2px;
	right: 0px;
	bottom: 7px;
}

.concept-style-two .upper-box h2{
	position: relative;
	display: block;
	font-size: 50px;
	line-height: 60px;
	font-family: 'Poppins', sans-serif;
	color: #fff;
	font-weight: 100;
	margin-bottom: 38px;
}

.concept-style-two .upper-box p{
	position: relative;
	display: block;
	font-size: 20px;
	line-height: 30px;
	color: #fff;
	font-weight: 100;
	max-width: 570px;
	margin-bottom: 62px;
}

.concept-style-two .upper-box .icon-box{
	position: absolute;
	right: 170px;
	bottom: -87px;
}

.concept-style-two .lower-box{
	position: relative;
	display: block;
	padding-left: 60px;
	margin-left: 65px;
}

.concept-style-two .lower-box:before{
	position: absolute;
	content: '';
	background: rgba(255, 255, 255, 0.20);
	width: 1px;
	height: calc(100% - 14px);
	left: 0px;
	top: 12px;
}

.concept-style-two .lower-box h2{
	position: relative;
	display: block;
	font-size: 72px;
	line-height: 80px;
	color: #fff;
	font-weight: 900;
	font-style: italic;
	margin-bottom: 24px;
}

.concept-style-two .lower-box h3{
	position: relative;
	display: block;
	max-width: 750px;
	font-size: 32px;
	line-height: 39px;
	font-family: 'Poppins', sans-serif;
	color: #fff;
	font-weight: 400;
	margin-bottom: 29px;
}

.concept-style-two .lower-box .feature-list li{
	position: relative;
	display: block;
	font-size: 18px;
	color: rgba(255, 255, 255, 0.60);
	margin-bottom: 1px;
}

.concept-style-two .lower-box .feature-list li:last-child{
	margin-bottom: 0px;
}

.concept-style-two .lower-box .feature-list{
	padding-left: 80px;
}

.concept-style-two .lower-box .feature-list li span{
	position: relative;
	display: inline-block;
	margin-right: 10px;
	font-size: 24px;
}

.creative-section.home-20{
	background: transparent;
	padding-top: 0px;
}

.creative-section.home-20 .right-content span,
.creative-section.home-20 .left-column a{
	color: #ad824b;
}

.creative-section.home-20 .right-content span:before,
.creative-section.home-20 .left-column a:before{
	background: #ad824b;
}

.core-section.home-20 .lower-box h2{
	color: #fff;
}

.core-section.home-20 .lower-box .contact-box h3 a{
	color: #fff;
}

.core-section.home-20 .lower-box .contact-box p{
	color: #fff;
}

.core-section.home-20 .lower-box .contact-box h3 a:hover{
	text-decoration: underline;
}

.core-section.home-20 .lower-box{
	border-bottom: 1px solid rgba(255, 255, 255, 0.10);
	border-top: 1px solid rgba(255, 255, 255, 0.10);
	padding-left: 50px;
}


.testimonial-section.home-20 .outer-container{
	background: transparent;
	padding-top: 100px;
	padding-bottom: 14px;
}

.testimonial-section.home-20 .testimonial-block-one .inner-box .image-box .icon-box{
	background: #ad824b;
}

.testimonial-section.home-20 .testimonial-slider-control{
	opacity: 0.3;
}

.testimonial-section.home-20 .testimonial-slider-control:hover{
	opacity: 1;
}

.testimonial-section.home-20 .testimonial-block-one .inner-box p{
	color: rgba(255, 255, 255, 0.60);
}

.faq-section.home-20 .big-text{
	-webkit-text-stroke-color: #3c3c3c;
}

.footer-style-two.home-20{
	background: #0b0c0d;
}


/** header-style-21 **/

.header-style-21{
	position: relative;
	padding: 0px 70px;
}

.header-style-21 .header-upper{
	border-bottom: 1px solid #d7d7d7;
}

.header-style-21 .main-menu .navigation>li>a{
	color: #000000;
}

.header-style-21 .main-menu .navigation>li>a:before{
	display: none;
}

.header-style-21 .main-menu .navigation>li{
	padding-top: 27px;
	padding-bottom: 27px;
}

.header-style-21 button.theme-btn.search-toggler{
	border-color: transparent;
	font-size: 18px;
	color: #020202;
}

.header-style-21 button.theme-btn.search-toggler:hover{
	color: #fff;
}

.header-style-21 .sidemenu-nav-toggler{
	border-color: #333333;
	background: transparent;
}

.header-style-21 .sticky-header .header-upper{
	border-bottom: none;
	padding: 0px 70px;
}


/** banner-style-21 **/

.banner-style-21{
	position: relative;
	padding-top: 150px;
	padding-right: 50px;
}

.banner-style-21 .outer-container{
	position: relative;
	padding: 0px 100px 0px 150px;
}

.banner-style-21 h2{
	position: relative;
	display: block;
	max-width: 880px;
	width: 100%;
	font-size: 50px;
	line-height: 60px;
	font-weight: 300;
	color: #000000;
	margin-bottom: 0px;
}

.banner-style-21 h2 span{
	position: relative;
	display: inline-block;
	font-weight: 700;
	font-style: italic;
	color: #0067ac;
	border-bottom: 2px solid #0067ac;
	line-height: 50px;
}

.banner-style-21 .content-box{
	position: relative;
	display: block;
	padding-bottom: 121px;
}

.banner-style-21 .text-box{
	position: absolute;
	right: 0px;
	bottom: -45px;
	background: #dd3d2b;
	width: 530px;
	padding: 67px 50px 56px 70px;
	z-index: 1;
}

.banner-style-21 .text-box h3{
	position: relative;
	display: block;
	font-size: 40px;
	line-height: 48px;
	font-family: 'Jost', sans-serif;
	color: #fff;
	font-weight: 600;
	margin-bottom: 14px;
}

.banner-style-21 .text-box p{
	position: relative;
	display: block;
	font-size: 20px;
	line-height: 30px;
	font-family: 'Jost', sans-serif;
	color: #fff;
	font-weight: 500;
	margin-bottom: 0px;
}

.banner-style-21 .image-box{
	position: relative;
	display: block;
}

.banner-style-21 .image-box .image{
	position: relative;
	display: block;
}

.banner-style-21 .image-box .image img{
	width: 100%;
}


/** welcome-section **/

.welcome-section{
	position: relative;
}

.welcome-section .inner-container{
	position: relative;
	padding: 142px 0px 117px 0px;
	border-bottom: 1px solid #c6c6c6;
}

.welcome-section .sec-title h2{
	font-size: 40px;
	line-height: 48px;
	font-weight: 400;
}

.welcome-section .sec-title h2 span{
	font-style: italic;
}

.welcome-section .text-box{
	position: relative;
	display: block;
}

.welcome-section .text-box p{
	position: relative;
	display: block;
	font-size: 18px;
	line-height: 30px;
	margin-bottom: 0px;
}

.welcome-section .sub-title{
	margin-bottom: 22px;
}


/** about-style-eight **/

.about-style-eight{
	position: relative;
	padding: 120px 0px;
}

.about-style-eight .image-box{
	position: relative;
	display: block;
	padding-left: 160px;
	padding-bottom: 40px;
}

.about-style-eight .image-box img{
	width: 100%;
}

.about-style-eight .image-box .image-2{
	position: absolute;
	left: 0px;
	bottom: 0px;
}

.about-style-eight .image-box .text-box{
	position: absolute;
	left: 83px;
	bottom: 40px;
	width: 350px;
	background: #0067ac;
	font-size: 16px;
	line-height: 26px;
	font-family: 'Jost', sans-serif;
	color: #fff;
	text-align: center;
	z-index: 1;
	padding: 13px 15px 12px 15px;
	font-weight: 700;
	letter-spacing: 5px;
	text-transform: uppercase;
}

.about-style-eight .faq-section .accordion-box{
	margin-left: 0px;
}

.about-style-eight .faq-section .accordion-box .block .acc-btn{
	padding-right: 0px;
	padding-left: 30px;
}

.about-style-eight .faq-section .accordion-box .block .acc-btn:before{
	right: inherit;
	left: 0px;
}

.about-style-eight .faq-section{
	padding-top: 0px;
}

.about-style-eight .faq-section .sec-title h2{
	font-size: 48px;
	line-height: 58px;
	color: #161837;
}

.about-style-eight .faq-section .accordion-box .block .acc-btn{
	border-bottom: none;
}

.about-style-eight .faq-section .accordion-box .block .acc-content{
	padding-left: 20px;
}

.about-style-eight .faq-section .accordion-box .block:last-child{
	border-bottom: none;
}


/** service-style-six **/

.service-style-six{
	position: relative;
	background: #f4f4f5;
	padding: 118px 0px 32px 0px;
}

.service-block-five .inner-box{
	position: relative;
	display: block;
}

.service-block-five .inner-box .icon-box{
	position: relative;
	display: block;
	min-height: 101px;
	margin-bottom: 24px;
}

.service-block-five .inner-box h3{
	position: relative;
	display: block;
	font-size: 23px;
	line-height: 30px;
	font-family: 'Jost', sans-serif;
	color: #000000;
	font-weight: 500;
	margin-bottom: 9px;
}

.service-block-five .inner-box p{
	position: relative;
	display: block;
	line-height: 26px;
	color: #444;
	margin-bottom: 0px;
}


.faq-section.home-21{
	background: #f4f4f5;
}

.faq-section.home-21 .accordion-box .block{
	background: transparent;
}

.faq-section.home-21 .inner-container{
	border-bottom: none;
}


.project-style-two.home-21:before{
	position: absolute;
	content: '';
	background: #232932;
	width: 100%;
	height: 324px;
	left: 0px;
	bottom: 0px;
}

.testimonial-section.home-21{
	background: #232932;
}

.testimonial-section.home-21 .testimonial-block-one .inner-box{
	padding-left: 185px;
}

.testimonial-section.home-21 .testimonial-block-one .inner-box .image-box{
	position: absolute;
	left: 0px;
	top: 20px;
}

.testimonial-section.home-21 .testimonial-block-one{
	max-width: 1000px;
	margin: 0 auto;
}

.testimonial-section.home-21 .testimonial-block-one .inner-box span{
	position: relative;
	display: block;
	font-size: 24px;
	line-height: 34px;
	font-family: 'Jost', sans-serif;
	color: #fff;
	font-style: italic;
	margin-bottom: 12px;
	font-weight: 400;
}

.testimonial-section .testimonial-slider-nav-2{
	position: absolute;
	right: 118px;
	bottom: 0px;
	min-height: 50px;
}

.testimonial-slider-nav-2 .testimonial-slider-control.slider-button-prev{
	left: -140px;
}

.testimonial-section .testimonial-slider-nav-2 .testimonial-slider-control{
	opacity: 0.3;
}

.testimonial-section .testimonial-slider-nav-2 .testimonial-slider-control:hover{
	opacity: 1;
}

.testimonial-section.home-21 .testimonial-block-one .inner-box h3{
	font-size: 16px;
	line-height: 26px;
	font-family: 'Jost', sans-serif;
	color: #fff;
	font-weight: 700;
}

.testimonial-section.home-21 .swiper-container{
	padding-bottom: 70px;
}

.testimonial-section .pattern-layer{
	position: absolute;
	right: 0px;
	bottom: -18px;
	width: 433px;
	height: 245px;
	background-repeat: no-repeat;
}

.testimonial-section.home-21 .outer-container{
	background: transparent;
}

.brand-home-21{
	background: #232932;
}

.brand-home-21 h5{
	background: #232932;
	color: #fff;
}

.brand-home-21 .brand-logo-sec-border{
	border-color: rgba(255, 255, 255, 0.12);
}

.contact-section.home-21{
	background: transparent;
}

.contact-section.home-21 .content-box span{
	color: #000000;
	font-size: 17px;
	font-family: 'Roboto', sans-serif;
}

.contact-section.home-21 .content-box span:before{
	display: none;
}

.contact-section.home-21 .content-box .inner-box .single-item p{
	color: #444444;
}

.news-section.home-21 .news-block-one .inner-box .lower-content .post-info li:before{
	background: #0067ac;
}

.news-section.home-21{
	background: #f2f5f8;
}


/** header-style-22 **/

.header-style-22{
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	padding: 0px 70px;
}

.header-style-22 .header-upper{
	border-bottom: 1px solid #acacb2;
}

.header-style-22 .main-menu .navigation>li>a{
	color: #161616;
}

.header-style-22 .main-menu .navigation>li>a:before{
	display: none;
}

.header-style-22 .main-menu .navigation>li{
	padding: 28px 0px;
}

.header-style-22 button.theme-btn.search-toggler{
	border-color: transparent;
	font-size: 18px;
	color: #020202;
}

.header-style-22 button.theme-btn.search-toggler:hover{
	color: #fff;
}

.header-style-22 .sidemenu-nav-toggler{
	background: transparent;
	border-color: #272728;
}

.header-style-22 .sticky-header .header-upper{
	border-bottom: none;
	padding: 0px 70px;
}


/** banner-style-22 **/

.banner-style-22{
	position: relative;
	padding: 310px 0px 470px 0px;
}

.banner-style-22 .bg-layer{
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}

.banner-style-22 .outer-container{
	padding: 0px 210px;
}

.banner-style-22 .content-box{
	position: relative;
	display: block;
	max-width: 770px;
}

.banner-style-22 .content-box h2{
	position: relative;
	display: block;
	font-size: 100px;
	line-height: 120px;
	font-weight: 900;
	color: #000000;
	margin-bottom: 21px;
}

.banner-style-22 .content-box h2 span{
	position: relative;
	display: block;
	font-weight: 300;
}

.banner-style-22 .content-box p{
	position: relative;
	display: block;
	font-size: 22px;
	line-height: 32px;
	color: #000000;
	margin-bottom: 50px;
	max-width: 700px;
}

.banner-style-22 .content-box .list-item{
	position: relative;
	display: flex;
}

.banner-style-22 .content-box .list-item li{
	margin-right: 65px;
}

.banner-style-22 .content-box .list-item li:last-child{
	margin: 0px !important;
}

.banner-style-22 .content-box .list-item li a{
	position: relative;
	display: inline-block;
	font-size: 20px;
	line-height: 20px;
	border-bottom: 1px solid #5c5c5f;
	color: #000;
}

.banner-style-22 .content-box .list-item li a:hover{
	color: #0067ac;
	border-color: #0067ac;
}

.banner-style-22 .intro-box{
	position: absolute;
	left: 0px;
	bottom: 0px;
	display: flex;
	align-items: center;
	z-index: 1;
	background: #161723;
	padding-left: 60px;
}

.banner-style-22 .intro-box span{
	position: relative;
	display: inline-block;
	font-size: 20px;
	line-height: 30px;
	font-family: 'Jost', sans-serif;
	color: #000000;
	letter-spacing: 2px;
	background: #f7c600;
	padding: 28px 60px 24px 60px;
	font-weight: 600;
}


/** about-style-nine **/

.about-style-nine{
	position: relative;
	background: #272728;
	padding-bottom: 130px;
}

.about-style-nine .content-box{
	position: relative;
	display: block;
	padding-top: 108px;
	padding-left: 70px;
}

.about-style-nine .image-box{
	position: relative;
	display: block;
	margin-left: 22px;
	margin-right: 8px;
}

.about-style-nine .image-box img{
	width: 100%;
}

.about-style-nine .content-box h2{
	position: relative;
	display: block;
	font-size: 52px;
	line-height: 62px;
	color: #fff;
	font-weight: 300;
	margin-bottom: 40px;
}

.about-style-nine .content-box h2 span{
	font-weight: 400;
	font-style: italic;
}

.about-style-nine .content-box p{
	line-height: 28px;
	color: rgba(255, 255, 255, 0.50);
}

.about-style-nine .content-box p.light{
	color: #fff;
}

.about-style-nine .content-box .lower-box{
	position: relative;
	display: block;
	border-top: 1px solid rgba(255, 255, 255, 0.12);
	padding: 48px 0px 7px 83px;
}

.about-style-nine .content-box .lower-box a{
	position: absolute;
	display: inline-block;
	left: 10px;
	top: 45px;
	background: #f7c600;
	font-size: 40px;
	font-weight: 400;
	color: #000;
	text-align: center;
	border-radius: 50%;
	width: 54px;
	height: 54px;
	line-height: 50px;
}

.about-style-nine .content-box .lower-box a:hover{
	background: #fff;
	color: #f7c600;
}

.about-style-nine .content-box .lower-box span{
	position: relative;
	display: block;
	font-size: 18px;
	line-height: 22px;
	font-family: 'Jost', sans-serif;
	color: #dcdcdc;
	font-weight: 500;
}


.concept-style-two.home-22{
	background: #272728;
	padding-top: 0px;
	padding-bottom: 133px;
}

.concept-style-two.home-22 .lower-box{
	padding-left: 0px;
	margin-left: 0px;
}

.concept-style-two.home-22 .lower-box:before{
	display: none;
}

.concept-style-two.home-22 .pattern-layer{
	position: absolute;
	top: -190px;
	right: 90px;
	width: 554px;
	height: 445px;
	background-repeat: no-repeat;
}


.feature-section.home-22{
	background: #efeff1;
	padding-top: 109px;
	padding-bottom: 100px;
}

.feature-section.home-22 .tabs-content{
	padding-top: 0px;
	margin-top: 0px;
}


/** project-style-six **/

.project-style-six{
	position: relative;
	background: #efeff1;
	padding-bottom: 90px;
	border-bottom: 1px solid #c5c5c5;
}

.project-style-six .sec-title{
	position: relative;
	max-width: 630px;
}

.project-style-six .sub-title{
	color: #73737b;
	margin-bottom: 13px;
}

.project-style-six .sub-title:before{
	background: #73737b;
}

.project-style-six .sec-title h2{
	font-size: 45px;
	line-height: 54px;
	font-weight: 300;
	color: #161837;
}

.project-block-four .inner-box{
	position: relative;
	display: block;
	margin-bottom: 154px;
}

.project-block-four:last-child .inner-box{
	margin-bottom: 0px;
}

.project-block-four .inner-box .image-box{
	position: relative;
	display: block;
}

.project-block-four .inner-box .image-box .image{
	position: relative;
	display: block;
	overflow: hidden;
}

.project-block-four .inner-box .image-box .image img{
	width: 100%;
	transition: all 500ms ease;
}

.project-block-four .inner-box:hover .image-box .image img{
	transform: scale(1.05);
}

.project-block-four .inner-box .image-box .link{
	position: absolute;
	right: 0px;
	bottom: 0px;
	z-index: 1;
}

.project-block-four .inner-box .image-box .link a{
	position: relative;
	display: inline-block;
	font-size: 15px;
	line-height: 26px;
	font-family: 'Jost', sans-serif;
	color: #000000;
	font-weight: 700;
	text-transform: uppercase;
	background: #efeff1;
	padding: 13px 18px;
}

.project-block-four .inner-box .image-box .link a:hover{
	color: #fff;
	background: #0067ac;
}

.project-block-four .inner-box  .lower-content{
	position: relative;
	display: block;
	padding-top: 24px;
}

.project-block-four .inner-box  .lower-content h3{
	position: relative;
	display: block;
	font-size: 24px;
	line-height: 34px;
	font-family: 'Jost', sans-serif;
	font-weight: 500;
	margin-bottom: 1px;
}

.project-block-four .inner-box  .lower-content h3 a{
	display: inline-block;
	color: #000000;
}

.project-block-four .inner-box  .lower-content h3 a:hover{
	color: #0067ac;
}

.project-block-four .inner-box  .lower-content p{
	position: relative;
	display: block;
	font-size: 19px;
	line-height: 35px;
	color: #444;
	margin-bottom: 0px;
}

.faq-section.home-22,
.brand-section.home-22{
	padding-top: 89px;
	background: #f8f8f8;
}

.faq-section.home-22 .accordion-box .block{
	background: transparent;
}


/** header-style-23 **/

.header-style-23{
	position: absolute;
	left: 0px;
	top: 16px;
	width: 100%;
	padding: 0px 80px;
}

.header-style-23 .main-menu .navigation>li.current>a,
.header-style-23 .main-menu .navigation>li>a:hover{
	color: #0067ac;
}

.header-style-23 .main-menu .navigation>li.dropdown>a:before{
	display: none;
}

.header-style-23 button.theme-btn.search-toggler{
	font-size: 18px;
	border-color: transparent;
}

.header-style-23 .header-upper .logo-box .logo{
	position: relative;
	padding-right: 35px;
}

.header-style-23 .header-upper .logo-box .logo:before{
	position: absolute;
	content: '';
	background: #686874;
	width: 1px;
	height: 40px;
	top: 23px;
	right: 0px;
}

.header-style-23 .main-menu .navigation>li{
	margin-right: 32px;
}

.header-style-23 .phone-box{
	position: relative;
	display: block;
	padding: 0px 0px 0px 48px;
	margin-right: 23px;
}

.header-style-23 .phone-box .icon-box{
	position: absolute;
	left: 0px;
	top: -1px;
}

.header-style-23 .phone-box p{
	position: relative;
	font-size: 20px;
	line-height: 30px;
	color: #fff;
	font-weight: 600;
	margin-bottom: 0px;
}

.header-style-23 .phone-box p a{
	display: inline-block;
	color: #fff;
}

.header-style-23 .phone-box p a:hover{
	text-decoration: underline;
}

.header-style-23 .theme-btn-one{
	border-radius: 35px;
	padding: 13px 25px 9px 25px;
	font-size: 15px;
}

.header-style-23 .theme-btn-one:hover{
	background: #fff;
	color: #0067ac !important;
}

.header-style-23 .sticky-header{
	background: #15152e;
	padding: 0px 80px;
}

.header-style-23 .sticky-header .header-upper .logo-box .logo{
	padding-right: 35px;
}

.header-style-23 .sticky-header .main-menu .navigation{
	margin-left: 50px;
}


/** banner-style-23 **/

.banner-style-23{
	position: relative;
	background-color: #15152e;
	padding-top: 12px;
}

.banner-style-23 .content-box{
	position: relative;
	display: block;
	padding-left: 40px;
	z-index: 1;
	top: 75px;
}

.banner-style-23 .content-box .title-text{
	position: relative;
	display: inline-block;
	font-size: 22px;
	line-height: 30px;
	font-family: 'Jost', sans-serif;
	font-weight: 700;
	text-transform: uppercase;
	color: #0067ac;
	margin-bottom: 16px;
	padding-right: 102px;
}

.banner-style-23 .content-box .title-text:before{
	position: absolute;
	content: '';
	background: #0067ac;
	width: 90px;
	height: 2px;
	right: 0px;
	bottom: 6px;
}

.banner-style-23 .content-box h2{
	position: relative;
	display: block;
	font-size: 70px;
	line-height: 80px;
	color: #fff;
	font-weight: 300;
	margin-bottom: 47px;
}

.banner-style-23 .content-box h2 span{
	display: inline-block;
	font-style: italic;
	border-bottom: 2px solid #ffffff;
	line-height: 72px;
}

.banner-style-23 .content-box p{
	position: relative;
	display: block;
	font-size: 28px;
	line-height: 33px;
	color: #fff;
	margin-bottom: 53px;
}

.banner-style-23 .content-box .theme-btn-one{
	border-radius: 35px;
	padding: 18px 35px 14px 35px;
}

.banner-style-23 .content-box .theme-btn-one:hover{
	background: #fff;
	color: #0067ac !important;
}

.banner-style-23 .image-box{
	position: relative;
	display: block;
	top: 155px;
}

.banner-style-23 .image-box:before{
	position: absolute;
	content: '';
	background: rgba(255, 255, 255, 0.20);
	width: 1px;
	height: 618px;
	top: 157px;
	right: -43px;
}

.banner-style-23 .image-box:after{
	position: absolute;
	content: '';
	background: rgba(255, 255, 255, 0.20);
	width: 1px;
	height: 373px;
	top: 402px;
	right: -43px;
}

.banner-style-23 .image-box img{
	position: relative;
	max-width: none;
	float: right;
}

.banner-style-23 .pattern-layer{
	position: absolute;
	left: 0px;
	bottom: 0px;
	width: 404px;
	height: 703px;
	background-repeat: no-repeat;
	opacity: 0.5;
}


/** about-style-ten **/

.about-style-ten{
	position: relative;
}

.about-style-ten .info-inner{
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 58px 0px 34px 0px;
	border-bottom: 1px solid #bababa;
}

.about-style-ten .info-inner .single-info{
	position: relative;
	display: block;
	padding-left: 60px;
}

.about-style-ten .info-inner .single-info:before{
	position: absolute;
	content: '';
	background: #8f8e90;
	width: 1px;
	height: 48px;
	top: 8px;
	right: -44px;
}

.about-style-ten .info-inner .single-info:last-child:before{
	display: none;
}

.about-style-ten .info-inner .single-info .icon-box{
	position: absolute;
	left: 0px;
	top: 12px;
}

.about-style-ten .info-inner .single-info p{
	position: relative;
	display: block;
	font-size: 18px;
	line-height: 28px;
	color: #1f1e22;
	margin-bottom: 4px;
}

.about-style-ten .info-inner .single-info h4{
	position: relative;
	display: block;
	font-size: 20px;
	line-height: 30px;
	font-family: 'Jost', sans-serif;
	font-weight: 600;
	margin-bottom: 0px;
}

.about-style-ten .info-inner .single-info h4 a{
	position: relative;
	display: inline-block;
	color: #1f1e22;
}

.about-style-ten .info-inner .single-info h4 a:hover{
	color: #0067ac;
}

.about-style-ten .text-box{
	position: relative;
	padding: 137px 0px 125px 0px;
}

.about-style-ten .text-box h2{
	position: relative;
	display: block;
	font-size: 54px;
	line-height: 60px;
	color: #0b1953;
	font-weight: 300;
	max-width: 985px;
	margin: 0 auto;
	margin-bottom: 33px;
	padding-top: 14px;
}

.about-style-ten .text-box h2 span{
	position: relative;
	display: inline-block;
	line-height: 50px;
	font-weight: 400;
	font-style: italic;
	border-bottom: 2px solid #0b1953;
}

.faq-home-23 .accordion-box .block .acc-btn:before{
	position: absolute;
	content: '';
	background-image: url(../images/icons/icon-67.png);
	width: 19px;
	height: 10px;
	top: 8px;
	right: 7px;
	background-repeat: no-repeat;
}

.project-style-two .sec-title a{
	position: absolute;
	display: inline-block;
	right: 0px;
	bottom: 14px;
	font-size: 16px;
	line-height: 26px;
	font-family: 'Jost', sans-serif;
	font-weight: 700;
	text-transform: uppercase;
	color: #000000;
	padding-bottom: 13px;
	border-bottom: 2px solid #000000;
}

.project-style-two .sec-title a:hover{
	color: var(--theme-color);
	border-color: var(--theme-color);
}

.project-style-two.home-23{
	padding-bottom: 0px;
}

.project-style-two.home-23:before{
	position: absolute;
	content: '';
	background: #1f1e22;
	width: 100%;
	height: 300px;
	left: 0px;
	bottom: 0px;
}


/** testimonial-style-three **/

.testimonial-style-three{
	position: relative;
	background: #1f1e22;
	padding: 115px 0px 100px 0px;
}

.testimonial-style-three .upper-box .text-box p{
	color: #fff;
	line-height: 28px;
}

.testimonial-block-two .inner-box{
	position: relative;
	display: block;
	overflow: hidden;
	background: #fff;
	border-radius: 5px;
	padding: 53px 40px 51px 160px;
}

.testimonial-block-two .inner-box:before{
	position: absolute;
	content: '';
	background: #8190a4;
	width: 1px;
	height: 103px;
	left: 83px;
	bottom: 0px;
}

.testimonial-block-two .inner-box .thumb-box{
	position: absolute;
	left: 40px;
	top: 60px;
	width: 84px;
	height: 84px;
	border-radius: 50%;
}

.testimonial-block-two .inner-box .thumb-box img{
	width: 100%;
	border-radius: 50%;
}

.testimonial-block-two .inner-box .icon-box{
	position: absolute;
	right: 44px;
	bottom: 37px;
}

.testimonial-block-two .inner-box p{
	position: relative;
	display: block;
	font-size: 18px;
	line-height: 28px;
	color: #444444;
	margin-bottom: 20px;
}

.testimonial-block-two .inner-box h5{
	position: relative;
	display: block;
	font-size: 18px;
	line-height: 28px;
	font-family: 'Poppins', sans-serif;
	color: #242424;
	font-weight: 600;
	margin-bottom: 0px;
}

.testimonial-block-two .inner-box .designation{
	position: relative;
	display: block;
	font-size: 15px;
	line-height: 14px;
	color: #dd5903;
	font-weight: 600;
}

.testimonial-block-two .inner-box .thumb-box:before{
	position: absolute;
	content: '';
	width: 11px;
	height: 11px;
	border-radius: 50%;
	border: 1px solid #8190a4;
	left: 38px;
	bottom: -31px;
}

.testimonial-style-three .slider__pagination{
	position: relative;
	display: block;
	text-align: center;
	margin-top: 61px;
}

.testimonial-style-three .slider__pagination .swiper-pagination-bullet{
	position: relative;
	display: inline-block;
	width: 10px;
	height: 10px;
	background: transparent;
	border-radius: 50%;
	border: 1px solid #f4f4f5;
	margin: 0px 4px;
}

.testimonial-style-three .slider__pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{
	background: #dd5903;
	border-color: #dd5903;
}


.contact-home-23{
	background: #f2f2f2;
}

.contact-home-23 .content-box .shape{
	position: absolute;
	left: -60px;
	top: -50px;
	width: 180px;
	height: 180px;
	border: 35px solid #f7f7f7;
	border-radius: 50%;
}

.header-style-24 .header-upper{
	border-bottom: none;
}


/** project-style-seven **/

.project-style-seven{
	position: relative;
}

.project-style-seven .outer-container{
	position: relative;
	padding: 0px 70px;
}

.project-style-seven .project-block-two .inner-box{
	margin-bottom: 30px;
}

.project-style-seven .contact-box{
	position: relative;
	display: block;
	background: #161837;
	padding: 69px 50px 52px 50px;
	margin-bottom: 30px;
}

.project-style-seven .contact-box h2{
	position: relative;
	display: block;
	font-size: 30px;
	line-height: 40px;
	color: #fff;
	font-weight: 700;
	margin-bottom: 19px;
}

.project-style-seven .contact-box p{
	position: relative;
	display: block;
	font-size: 18px;
	line-height: 24px;
	color: #fff;
	margin-bottom: 25px;
}

.project-style-seven .contact-box p a{
	display: inline-block;
	color: #fff;
}

.project-style-seven .contact-box p a:hover{
	color: #0067ac;
}

.project-style-seven .contact-box p:last-child{
	margin-bottom: 0px;
}

.project-style-seven .content-box .inner-box{
	position: relative;
	display: block;
	background: #0067ac;
	padding: 82px 40px 71px 45px;
	margin-bottom: 30px;
}

.project-style-seven .content-box .inner-box h2{
	position: relative;
	display: block;
	font-size: 30px;
	line-height: 40px;
	color: #fff;
	font-weight: 700;
	margin-bottom: 25px;
}

.project-style-seven .content-box .inner-box p{
	position: relative;
	display: block;
	font-size: 18px;
	line-height: 28px;
	color: #fff;
	margin-bottom: 0px;
}

.project-style-seven .content-box.black-bg .inner-box{
	background: #161837;
}

.footer-style-two.home-24{
	background: #0a1222;
}

.footer-style-two.home-24 .about-widget{
	margin-right: 0px;
	margin-left: 230px;
}


/** header-style-25 **/

.header-style-25{
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	padding: 0px 60px;
}

.header-style-25 button.theme-btn.search-toggler{
	border-color: transparent;
}

.header-style-25 .main-menu .navigation>li.current>a,
.header-style-25 .main-menu .navigation>li>a:hover{
	color: #fff;
}

.header-style-25 .main-menu .navigation>li.dropdown>a:before{
	display: none;
}

.header-style-25 .sticky-header{
	padding: 0px 60px;
	background: #000;
}

.header-style-25:before{
	position: absolute;
	content: '';
	background: #161616;
	width: 270px;
	height: 92px;
	left: 0px;
	top: 0px;
}

.header-style-25 .main-menu .navigation>li{
	padding: 28px 0px;
}


/** banner-style-25 **/

.banner-style-25{
	background: #161616;
}

.banner-style-25 .outer-container{
	padding: 176px 0px 520px 0px;
}

.banner-style-25 .content-box{
	margin-left: 270px;
}

.banner-style-25 .content-box h4{
	position: relative;
	display: block;
	font-size: 20px;
	line-height: 30px;
	font-family: 'Jost', sans-serif;
	color: rgba(255, 255, 255, 0.50);
	font-weight: 500;
	margin-bottom: 7px;
}

.banner-style-25 .content-box h2{
	position: relative;
	display: block;
	font-size: 60px;
	line-height: 70px;
	font-weight: 300;
	color: #fff;
	margin-bottom: 17px;
}

.banner-style-25 .content-box .btn-box a{
	position: relative;
	display: inline-block;
	font-size: 16px;
	line-height: 26px;
	font-family: 'Jost', sans-serif;
	color: #e7a567;
	font-weight: 700;
	text-transform: uppercase;
	padding-right: 100px;
}

.banner-style-25 .content-box .btn-box a:before{
	position: absolute;
	content: '';
	background: #e7a567;
	width: 73px;
	height: 1px;
	top: 13px;
	right: 0px;
	transition: all 500ms ease;
}

.banner-style-25 .content-box .btn-box a:hover{
	color: #fff;
}

.banner-style-25 .content-box .btn-box a:hover:before{
	background: #fff;
}


/** about-style-11 **/

.about-style-11{
	position: relative;
	padding: 120px 0px;
	background: #161616;
}

.about-style-11 .content-box{
	position: relative;
	display: block;
}

.about-style-11 .content-box h2{
	position: relative;
	display: block;
	font-size: 50px;
	line-height: 60px;
	color: #fff;
	font-weight: 300;
	margin-bottom: 27px;
	padding-top: 8px;
}

.about-style-11 .content-box p{
	position: relative;
	display: block;
	font-size: 18px;
	line-height: 28px;
	color: #fff;
	margin-bottom: 39px;
}

.about-style-11 .content-box .list-inner{
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 44px;
	padding-top: 10px;
}

.about-style-11 .content-box .list-item li{
	position: relative;
	display: block;
	font-size: 18px;
	line-height: 28px;
	color: #fff;
	margin-bottom: 12px;
	padding-left: 43px;
}

.about-style-11 .content-box .list-item li:before{
	position: absolute;
	content: '';
	background-image: url(../images/icons/icon-69.png);
	width: 20px;
	height: 18px;
	left: 0px;
	top: 9px;
	background-repeat: no-repeat;
}

.about-style-11 .content-box .theme-btn-one{
	background: #e7a567;
}

.about-style-11 .content-box .theme-btn-one:hover{
	background: #fff;
	color: #e7a567 !important;
}

.about-style-11 .image-box{
	position: relative;
	display: block;
	margin-left: 53px;
}

.about-style-11 .image-box img{
	width: 100%;
}

.about-style-11 .image-box .image{
	position: relative;
	display: block;
	overflow: hidden;
}

.about-style-11 .image-box .image:before{
  position: absolute;
  top: 0;
  left: -90%;
  display: block;
  content: '';
  width: 50%;
  height: 100%;
  background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, .3)));
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
  -webkit-transform: skewX(-25deg);
  -ms-transform: skewX(-25deg);
  transform: skewX(-25deg);
  z-index: 1;
}

.about-style-11 .image-box .image:hover:before {
  -webkit-animation: shine 1s;
  animation: shine 1s;
}


/** service-style-seven **/

.service-style-seven{
	position: relative;
	padding: 115px 0px 27px 0px;
	background: #f6f6f7;
}

.service-style-seven .sec-title p{
	position: relative;
	display: block;
	font-size: 18px;
	line-height: 28px;
	color: #444;
	margin-top: 14px;
}

.service-block-six .inner-box{
	position: relative;
	display: block;
	border-radius: 7px;
	background: #fff;
	overflow: hidden;
	box-shadow: 0px 5px 0px 0px #e9e9ea;
}

.service-block-six .inner-box .image-box{
	position: relative;
	display: block;
	overflow: hidden;
}

.service-block-six .inner-box .image-box img{
	width: 100%;
	transition: all 500ms ease;
}

.service-block-six .inner-box:hover .image-box img{
	transform: scale(1.05);
}

.service-block-six .inner-box .lower-content{
	position: relative;
	display: block;
	padding: 28px 35px 33px 32px;
	border: 1px solid #ddddd5;
	border-radius: 0px 0px 7px 7px;
	border-top: none;
}

.service-block-six .inner-box .lower-content .icon-box{
	position: absolute;
	right: 23px;
	bottom: 50px;
}

.service-block-six .inner-box .lower-content h3{
	position: relative;
	display: block;
	font-size: 23px;
	line-height: 28px;
	font-family: 'Poppins', sans-serif;
	font-weight: 700;
	margin-bottom: 17px;
}

.service-block-six .inner-box .lower-content h3 a{
	display: inline-block;
	color: #011e45;
}

.service-block-six .inner-box .lower-content h3 a:hover{
	color: #0067ac;
}

.service-block-six .inner-box .lower-content .link a{
	position: relative;
	display: inline-block;
	font-size: 15px;
	line-height: 26px;
	font-family: 'Jost', sans-serif;
	font-weight: 700;
	text-transform: uppercase;
	color: #e7a567;
}

.service-block-six .inner-box .lower-content .link a span{
	position: relative;
	display: inline-block;
	margin-left: 2px;
	top: -1px;
}

.service-block-six .inner-box .lower-content .link a:hover{
	color: #0067ac;
}

.service-style-seven .slider-nav-style-2{
	position: relative;
	display: block;
	text-align: center;
	margin-top: 53px;
}

.service-style-seven .slider-nav-style-2 .slider-control{
	position: relative;
	display: inline-block;
	width: 45px;
	height: 45px;
	line-height: 39px;
	border: 1px solid #a7a7a7;
	border-radius: 50%;
	background: transparent;
	box-shadow: none;
	z-index: 9;
}


.service-style-three.home-25{
	background: #f6f6f7;
	padding-top: 0px;
}


/** project-style-eight **/

.project-style-eight{
	background: #161616;
}

.project-style-eight .outer-container{
	position: relative;
	padding: 0px 75px;
}

.project-style-eight .project-block-two .inner-box{
	margin-bottom: 30px;
}


/** chooseus-style-two **/

.chooseus-style-two{
	position: relative;
	background: #161616;
	padding: 86px 0px 60px 0px;
}

.chooseus-style-two .sec-title h2{
	font-weight: 400;
}

.chooseus-block-one .inner-box{
	position: relative;
	display: block;
	margin-bottom: 58px;
}

.chooseus-block-one .inner-box h3{
	position: relative;
	display: block;
	font-size: 21px;
	line-height: 26px;
	font-weight: 700;
	margin-bottom: 19px;
	padding-left: 77px;
	color: #fff;
}

.chooseus-block-one .inner-box h3 img{
	position: absolute;
	left: 0px;
	top: 1px;
}

.chooseus-block-one .inner-box p{
	position: relative;
	display: block;
	font-size: 18px;
	line-height: 26px;
	color: rgba(255, 255, 255, 0.50);
	margin-bottom: 0px;
	max-width: 270px;
}

.chooseus-style-two .image-layer{
	position: absolute;
	right: 270px;
	bottom: 0px;
}

.chooseus-style-two .image-layer .image{
	position: relative;
}

.chooseus-style-two .image-layer .shape-1{
	position: absolute;
	right: -5px;
	bottom: 71px;
	width: 463px;
	height: 463px;
	background: #232323;
	border-radius: 50%;
}

.chooseus-style-two .image-layer .shape-2{
	position: absolute;
	right: -18px;
	bottom: 75px;
	width: 491px;
	height: 510px;
	border: 2px solid #2c2621;
	border-radius: 50%;
}


/** about-style-12 **/

.about-style-12{
	position: relative;
	padding: 100px 0px 0px 0px;
	background: #f2f2f3;
}

.about-style-12:before{
	position: absolute;
	content: '';
	background: #fff;
	width: calc(50% - 330px);
	height: 100%;
	top: 0px;
	right: 0px;
}

.about-style-12 .sec-title h2{
	font-weight: 700;
	max-width: 550px;
	margin-bottom: 12px;
	padding-top: 7px;
}

.about-style-12 .sec-title p{
	position: relative;
	display: block;
	font-size: 18px;
	line-height: 28px;
	color: #444;
	margin-bottom: 0px;
}

.about-style-12 .content-box{
	position: relative;
	display: block;
}

.about-style-12 .content-box .inner-box{
	border-bottom: 1px solid #868686;
}

.about-style-12 .content-box .inner-box .single-item{
	position: relative;
	display: block;
	padding-left: 85px;
}

.about-style-12 .content-box .inner-box .single-item .icon-box{
	position: absolute;
	left: 0px;
	top: 7px;
}

.about-style-12 .content-box .inner-box .single-item h3{
	position: relative;
	display: block;
	font-size: 23px;
	line-height: 30px;
	font-family: 'Jost', sans-serif;
	font-weight: 500;
	color: #000000;
	margin-bottom: 10px;
}

.about-style-12 .content-box .inner-box .single-item p{
	position: relative;
	display: block;
	font-size: 18px;
	line-height: 26px;
	color: #444;
	margin-bottom: 0px;
}

.about-style-12 .content-box .lower-box{
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.about-style-12 .content-box .lower-box h3{
	position: relative;
	display: block;
	font-size: 22px;
	line-height: 30px;
	font-family: 'Jost', sans-serif;
	font-weight: 500;
	color: #444444;
	margin-bottom: 0px;
}

.about-style-12 .content-box .lower-box .theme-btn-one{
	background: #e7a567;
}

.about-style-12 .content-box .lower-box .theme-btn-one:hover{
	background: #000;
}

.about-style-12 .image-box{
	position: relative;
	display: block;
	margin-left: 25px;
	margin-top: 32px;
}

.about-style-12 .image-box img{
	max-width: none;
	float: left;
}


/** working-style-two **/

.working-style-two{
	position: relative;
	padding: 117px 0px 119px 0px;
}

.working-block-two .inner-box{
	position: relative;
	display: block;
}

.working-block-two .inner-box .icon-box{
	position: relative;
	display: inline-block;
	width: 137px;
	height: 137px;
	line-height: 137px;
	border: 2px solid #e7a567;
	text-align: center;
	border-radius: 50%;
	margin-bottom: 33px;
}

.working-block-two .inner-box .icon-box span{
	position: absolute;
	display: inline-block;
	right: -3px;
	bottom: 6px;
	width: 40px;
	height: 40px;
	line-height: 40px;
	font-size: 20px;
	color: #fff;
	font-weight: 400;
	text-align: center;
	border-radius: 50%;
	background: #e7a567;
	box-shadow: 0px 0px 0px 5px #fff;
}

.working-block-two .inner-box h3{
	position: relative;
	display: block;
	font-size: 23px;
	line-height: 30px;
	font-family: 'Jost', sans-serif;
	color: #000000;
	font-weight: 500;
	margin-bottom: 9px;
}

.working-block-two .inner-box p{
	position: relative;
	display: block;
	font-size: 18px;
	line-height: 26px;
	color: #444;
	margin-bottom: 0px;
}

.testimonial-section.home-25{
	background: #232932;
}

.testimonial-section.home-25 .testimonial-block-one .inner-box .image-box .icon-box{
	background: #e7a567;
}

.testimonial-section.home-25 .testimonial-block-one .inner-box h3{
	font-family: 'Jost', sans-serif;
	font-weight: 500;
	color: #d9b256;
}

.news-section.home-25 .news-block-one .inner-box .lower-content .post-info li a{
	color: #e7a567;
}

.news-section.home-25 .news-block-one .inner-box .lower-content .post-info li:before{
	background: #e7a567;
	width: 2px;
}

.brand-home-25 h5{
	color: #e7a567;
}


/** header-style-26 **/

.header-style-26{
	position: absolute;
	left: 0px;
	top: 16px;
	width: 100%;
	padding: 0px 90px;
}

.header-style-26 .main-menu .navigation>li.dropdown>a:before{
	display: none;
}

.header-style-26 .main-menu .navigation>li>a{
	color: #fff;
}

.header-style-26 .main-menu .navigation>li.current>a,
.header-style-26 .main-menu .navigation>li>a:hover {
    color: #61b3fb;
}

.header-style-26 .sticky-header{
	background: #000;
	padding: 0px 90px;
}


/** banner-style-26 **/

.banner-style-26{
	position: relative;
	padding: 302px 0px 260px 0px;
}

.banner-style-26 .bg-layer{
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: right center;
}

.banner-style-26 .content-box{
	position: relative;
	display: block;
}

.banner-style-26 .content-box h2{
	position: relative;
	display: block;
	font-size: 90px;
	line-height: 108px;
	font-family: 'Jost', sans-serif;
	color: #fff;
	font-weight: 700;
	margin-bottom: 47px;
	padding-bottom: 15px;
}

.banner-style-26 .content-box h2:before{
	position: absolute;
	content: '';
	background: #ffffff;
	width: 103px;
	height: 2px;
	left: 0px;
	bottom: 0px;
}

.banner-style-26 .content-box p{
	position: relative;
	display: block;
	font-size: 22px;
	line-height: 27px;
	color: #fff;
	margin-bottom: 48px;
}

.banner-style-26 .content-box a{
	position: relative;
	display: inline-block;
	font-size: 16px;
	line-height: 26px;
	font-family: 'Jost', sans-serif;
	color: #000;
	font-weight: 700;
	background: #fff;
	padding: 17px 35px 12px 35px;
	text-transform: uppercase;
}

.banner-style-26 .content-box a:hover{
	color: #fff;
	background: #0067ac;
}

.banner-style-26 .image-layer .image-1{
	position: absolute;
	left: 120px;
	bottom: 0px;
}


.project-style-six.home-26{
	padding-top: 110px;
	border-bottom: none;
	background: #fff;
}

.project-style-six.home-26 .sub-title{
	color: #0067ac;
}

.project-style-six.home-26 .sub-title:before{
	background: #0067ac;
}

.project-style-six.home-26 .project-block-four .inner-box .image-box .link a{
	background-color: #fff;
}

.project-style-six.home-26 .project-block-four .inner-box .image-box .link a:hover{
	background: #0067ac;
}

.feature-section.home-26{
	padding: 0px 0px 143px 0px;
}

.feature-section.home-26 .inner-container{
	border-top: 1px solid #c4c4c4;
}

.feature-section.home-26 .tabs-content{
	margin-top: 66px;
}

.feature-section.home-26 .content-box h3{
	font-size: 24px;
	line-height: 29px;
	max-width: 805px;
}

.feature-section.home-26 .tabs-content .link-box a:before{
	display: none;
}

.feature-section.home-26 .tabs-content .link-box{
	top: 148px;
	right: 52px;
	z-index: 1;
}

.feature-section .pattern-layer{
	position: absolute;
	right: 0px;
	bottom: 130px;
	width: 475px;
	height: 362px;
	background-repeat: no-repeat;
}


/** header-style-27 **/

.header-style-27{
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	padding: 0px 70px 0px 220px;
}

.header-style-27 .header-upper{
	border-bottom: 1px solid rgba(255, 255, 255, 0.25);
}

.header-style-27 .main-menu .navigation>li{
	padding: 28px 0px;
}

.header-style-27 .main-menu .navigation>li>a{
	color: #fff;
}

.header-style-27 .main-menu .navigation>li>a:before{
	display: none;
}

.header-style-27 button.theme-btn.search-toggler{
	border-color: transparent;
}

.header-style-27 .sticky-header{
	background: #000;
	padding: 0px 70px;
}

.header-style-27 .sticky-header .header-upper{
	border-bottom: none;
}


/** banner-style-27 **/

.banner-style-27{
	background-color: #1e1e1e;
	overflow: visible;
	padding-left: 163px;
}

.banner-style-27 .outer-container{
	padding-top: 832px;
}

.banner-style-27 .outer-container .bg-layer{
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}

.banner-style-27 .content-box{
	position: relative;
	display: block;
	max-width: 580px;
	width: 100%;
	background: #1e1e1e;
	padding: 58px 50px 37px 70px;
	bottom: -70px;
	z-index: 1;
}

.banner-style-27 .content-box span{
	position: relative;
	display: block;
	font-size: 16px;
	line-height: 26px;
	font-family: 'Jost', sans-serif;
	font-weight: 700;
	text-transform: uppercase;
	color: #d2a35a;
	margin-bottom: 6px;
}

.banner-style-27 .content-box h3{
	position: relative;
	display: block;
	font-size: 50px;
	line-height: 60px;
	color: #fff;
	font-weight: 500;
	margin-bottom: 22px;
}

.banner-style-27 .content-box p{
	position: relative;
	display: block;
	font-size: 18px;
	line-height: 26px;
	color: #fff;
	margin-bottom: 0px;
}

.banner-style-27 .support-box{
	top: 115px;
	left: 65px;
}

.banner-style-27 .social-links{
	bottom: 145px;
	left: 58px;
}


/** about-style-13 **/

.about-style-13{
	position: relative;
	padding: 140px 0px 120px 0px;
	background: #1e1e1e;
}

.about-style-13 .pattern-layer{
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}

.about-style-13 .image-box{
	position: relative;
	display: block;
	margin-right: 33px;
}

.about-style-13 .image-box .image{
	position: relative;
	display: block;
	overflow: hidden;
}

.about-style-13 .image-box .image img{
	width: 100%;
}

.about-style-13 .image-box .image:before{
  position: absolute;
  top: 0;
  left: -85%;
  display: block;
  content: '';
  width: 50%;
  height: 100%;
  background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, .3)));
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
  -webkit-transform: skewX(-25deg);
  -ms-transform: skewX(-25deg);
  transform: skewX(-25deg);
  z-index: 1;
}

.about-style-13 .image-box .image:hover:before {
  -webkit-animation: shine 1s;
  animation: shine 1s;
}

.about-style-13 .content-box{
	position: relative;
	display: block;
}

.about-style-13 .content-box p{
	color: #fff;
}

.about-style-13 .content-box .lower-box{
	position: relative;
	display: flex;
	align-items: center;
}

.about-style-13 .content-box .lower-box .author-box{
	position: relative;
	display: block;
	padding: 12px 0px 12px 108px;
	margin-right: 90px;
}

.about-style-13 .content-box .lower-box .author-box .author-thumb{
	position: absolute;
	left: 0px;
	top: 0px;
	width: 82px;
	height: 82px;
	border-radius: 50%;
}

.about-style-13 .content-box .lower-box .author-box .author-thumb img{
	width: 100%;
	border-radius: 50%;
}

.about-style-13 .content-box .lower-box .author-box h4{
	position: relative;
	display: block;
	font-size: 20px;
	line-height: 30px;
	font-family: 'Poppins', sans-serif;
	color: #fff;
	font-weight: 600;
	margin-bottom: 0px;
}

.about-style-13 .content-box .lower-box .author-box .designation{
	position: relative;
	display: block;
	font-size: 18px;
	line-height: 28px;
	color: #fff;
	font-weight: 400;
}

.about-style-13 .content-box .sec-title h2{
	font-weight: 300;
	padding-top: 7px;
}


.service-style-two.home-27 .service-block-two:nth-child(2),
.service-style-two.home-27 .service-block-two:nth-child(3){
	width: 25%;
}

.service-style-two.home-27 .service-block-two:nth-child(2) .content-box,
.service-style-two.home-27 .service-block-two:nth-child(3) .content-box,
.service-style-two.home-27 .service-block-two:last-child .content-box{
	width: 100%;
}

.service-style-two.home-27 .service-block-two:first-child .inner-box{
	background: #7e938c;
}

.service-style-two.home-27 .service-block-two:nth-child(2) .inner-box{
	background: #272728;
}

.service-style-two.home-27 .service-block-two:nth-child(3) .inner-box{
	background: #948478;
}

.service-style-two.home-27 .service-block-two:nth-child(4) .inner-box{
	background: #fff;
}

.service-style-two.home-27 .service-block-two:nth-child(5) .inner-box{
	background: #d8d6bf;
}

.service-style-two.home-27 .service-block-two .content-box {
    padding: 77px 60px 50px 65px;
}

.service-style-two.home-27 .service-block-two .image-inner .bg-layer:before{
	display: none;
}

.service-style-two.home-27 .service-block-two .image-inner .bg-layer:after{
	position: absolute;
	content: '';
	width: 24px;
	height: 40px;
	top: 50%;
	margin-top: -20px;
	right: 0px;
	background: #272728;
	clip-path: polygon(0% 50%, 100% 0%, 100% 100%, 0% 50%, 0% 0%);
}

.service-style-two.home-27 .service-block-two:nth-child(4) .image-inner .bg-layer:after{
	background: #fff;
}

.service-block-two .content-box h5{
	position: relative;
	display: block;
	font-size: 15px;
	line-height: 25px;
	font-weight: 700;
	text-transform: uppercase;
	color: #fff;
	margin-bottom: 19px;
}

.service-block-two .content-box .title a{
	position: relative;
	display: inline-block;
	font-size: 32px;
	line-height: 47px;
	color: #fff;
	font-weight: 600;
	margin-bottom: 109px;
}

.service-block-two .content-box .title a:hover{
	text-decoration: underline;
}

.service-block-two .content-box .link a{
	position: relative;
	display: inline-block;
	width: 58px;
	line-height: 58px;
	height: 58px;
	border: 1px solid #fff;
	text-align: center;
	font-size: 20px;
	color: #fff;
}

.service-block-two:nth-child(4) .content-box h5,
.service-block-two:nth-child(5) .content-box h5{
	color: #9a9aa6;
}

.service-block-two:nth-child(4) .content-box .title a{
	color: #182158;
}

.service-block-two:nth-child(5) .content-box .title a{
	color: #272728;
}

.service-block-two:nth-child(4) .content-box .link a,
.service-block-two:nth-child(5) .content-box .link a{
	border-color: #000;
	color: #222222;
}


.testimonial-section.home-27{
	background: #1f1f1f;
}

.testimonial-section.home-27 .pattern-layer-2{
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}

.testimonial-section.home-27 .testimonial-block-one .inner-box p{
	font-size: 20px;
	line-height: 30px;
	font-family: 'Roboto', sans-serif;
	font-style: italic;
	margin-bottom: 40px;
}

.testimonial-section.home-27 .testimonial-block-one .inner-box h4{
	position: relative;
	display: block;
	font-size: 20px;
	line-height: 30px;
	color: #fff;
	margin-bottom: 0px;
}

.testimonial-section.home-27 .testimonial-block-one .inner-box .designation{
	position: relative;
	display: block;
	font-size: 18px;
	line-height: 28px;
	color: #b3b2b2;
}

.testimonial-section.home-27 .testimonial-slider-nav-2 .testimonial-slider-control{
	opacity: 1;
}

.testimonial-section.home-27 .sub-title{
	margin-bottom: 30px;
}

.testimonial-section.home-27 .outer-container{
	padding: 148px 0px 90px 0px;
}

.testimonial-section.home-27 .testimonial-block-one .inner-box .image-box{
	width: 150px;
	height: 150px;
	top: 43px;
}

.testimonial-section.home-27 .swiper-container{
	padding-bottom: 58px;
}


/** clients-style-two **/

.clients-style-two{
	position: relative;
	background: #1f1f1f;
	border-top: 1px solid #2c2c2c;
	border-bottom: 1px solid #2c2c2c;
}

.clients-style-two .clients-list{
	position: relative;
}

.clients-style-two .clients-list li{
	position: relative;
	display: inline-block;
	float: left;
	width: 20%;
	text-align: center;
	padding: 62px 0px;
}

.clients-style-two .clients-list li:before{
	position: absolute;
	content: '';
	border-right: 1px solid rgba(255, 255, 255, 0.03);
	width: 1px;
	height: 1115px;
	top: 0px;
	right: 0px;
	z-index: 1;
}

.clients-style-two .clients-list li:last-child{
	border: none;
}

.clients-style-two .clients-list li img{
	position: relative;
	max-width: 100%;
	transition: all 500ms ease;
}

.clients-style-two .clients-list li img:hover{
	transform: scale(1.05);
}


/** team-section **/

.team-section{
	position: relative;
	padding: 115px 0px 115px 0px;
	background: #272728;
}

.team-block-one .inner-box{
	position: relative;
	display: block;
}

.team-block-one .inner-box .image-box{
	position: relative;
	display: block;
	overflow: hidden;
}

.team-block-one .inner-box .image-box img{
	width: 100%;
	transition: all 500ms ease;
}

.team-block-one .inner-box:hover .image-box img{
	transform: scale(1.05);
}

.team-block-one .inner-box .lower-content{
	position: relative;
	display: block;
	padding-top: 36px;
}

.team-block-one .inner-box .lower-content h3{
	position: relative;
	display: block;
	font-size: 24px;
	line-height: 30px;
	font-weight: 500;
	margin-bottom: 4px;
}

.team-block-one .inner-box .lower-content h3 a{
	display: inline-block;
	color: #fff;
}

.team-block-one .inner-box .lower-content h3 a:hover{
	color: #0067ac;
}

.team-block-one .inner-box .lower-content .designation{
	position: relative;
	display: block;
	font-size: 18px;
	line-height: 20px;
	color: #fff;
	margin-bottom: 0px;
}

.team-section .team-block{
	padding: 0px 10px;
}

.team-section .inner-container{
	position: relative;
	margin: 0px 5px;
	z-index: 1;
}

.team-section .sec-title h2{
	font-size: 50px;
	font-weight: 700;
	margin-bottom: 19px;
	z-index: 1;
}

.team-section .sec-title p{
	position: relative;
	display: block;
	font-size: 18px;
	line-height: 32px;
	color: #fff;
	margin: 0px;
	z-index: 1;
}

.c_white{
	color: #fff;
}

.service-home-27 .bnox_75{
	background: #b79574;
}


/** header-style-28 **/

.header-style-28{
	position: relative;
	background: #191919;
	padding: 0px 70px;
}

.header-style-28 button.theme-btn.search-toggler{
	border-color: transparent;
}

.header-style-28 .main-menu .navigation>li.current>a,
.header-style-28 .main-menu .navigation>li>a:hover{
	color: #fff;
}

.header-style-28 .main-menu .navigation>li{
	padding: 27px 0px;
}

.header-style-28 .sticky-header{
	background: #191919;
	padding: 0px 70px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.10);
}


.banner-style-28{
	background: #191919;
	padding: 0px 70px;
}

.banner-style-28 .banner-carousel .swiper-slide .bg-layer{
	position: absolute;
	top: 0px;
	right: 0px;
	left: inherit;
	width: calc(100% - 570px);
	height: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}

.banner-style-28 .content-box{
	position: relative;
	padding: 305px 100px 281px 100px;
	border: 1px solid #3a3a3a;
	max-width: 570px;
}

.banner-style-28 .banner-carousel .swiper-slide{
	padding: 0px;
}

.banner-style-28 .content-box h6{
	position: relative;
	display: inline-block;
	font-size: 16px;
	line-height: 26px;
	font-family: 'Jost', sans-serif;
	color: #fff;
	font-weight: 700;
	text-transform: uppercase;
	padding-right: 84px;
	margin-bottom: 17px;
}

.banner-style-28 .content-box h6:before{
	position: absolute;
	content: '';
	background: #fff;
	width: 73px;
	height: 1px;
	right: 0px;
	bottom: 10px;
}

.banner-style-28 .content-box h2{
	position: relative;
	display: block;
	font-size: 72px;
	line-height: 78px;
	font-family: 'Jost', sans-serif;
	color: #fff;
	font-weight: 600;
	margin-bottom: 37px;
}

.banner-style-28 .content-box h2 span{
	position: relative;
	display: inline-block;
	color: #f1b528;
}

.banner-style-28 .content-box .btn-box a{
	position: relative;
	display: inline-block;
	font-size: 20px;
	line-height: 20px;
	font-family: 'Jost', sans-serif;
	color: #fff;
	font-weight: 400;
	border-bottom: 1px solid #fff;
}

.banner-style-28 .content-box .btn-box a:hover{
	color: #f1b528;
	border-color: #f1b528;
}

.banner-style-28 .content-box .support-box{
	position: absolute;
	right: 32px;
	bottom: 35px;
	writing-mode: vertical-lr;
	transform: rotate(-180deg);
	font-size: 20px;
	color: rgba(255, 255, 255, 0.30);
}

.banner-style-28 .content-box .support-box a{
	display: inline-block;
	color: rgba(255, 255, 255, 0.30);
}

.banner-style-28 .content-box .support-box a:hover{
	color: #fff;
}


/** about-style-14 **/

.about-style-14{
	position: relative;
	background: #191919;
	padding: 120px 0px 120px 0px;
}

.about-style-14 .image-box{
	position: relative;
	display: block;
	padding-right: 53px;
	margin-right: 17px;
	padding-bottom: 164px;
}

.about-style-14 .image-box:before{
	position: absolute;
	content: '';
	background: #4e4e4e;
	width: 1px;
	height: 444px;
	right: 32px;
	bottom: 0px;
}

.about-style-14 .image-box img{
	width: 100%;
}

.about-style-14 .image-box .image-2{
	position: absolute;
	right: 0px;
	bottom: 0px;
}

.about-style-14 .image-box .experience-box{
	position: absolute;
	left: 72px;
	bottom: 72px;
	display: inline-block;
	width: 146px;
	height: 146px;
	line-height: 146px;
	text-align: center;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 1;
}

.about-style-14 .image-box .experience-box:after{
	position: absolute;
	content: '';
	background: #f1b528;
	width: 146px;
	height: 146px;
	top: 0px;
	left: 0px;
	border-radius: 50%;
	z-index: -1;
}

.about-style-14 .image-box .experience-box:before{
	position: absolute;
	content: '';
	background: #fff;
	width: 159px;
	height: 159px;
	top: 0px;
	left: -2px;
	border-radius: 50%;
	z-index: -1;
}

.about-style-14 .image-box .experience-box h2{
	position: relative;
	display: block;
	font-size: 66px;
	line-height: 64px;
	color: #191919;
	font-weight: 900;
	margin-bottom: 0px;
}

.about-style-14 .image-box .experience-box h5{
	position: relative;
	display: block;
	font-size: 18px;
	line-height: 20px;
	font-weight: 700;
	color: #191919;
	margin-bottom: 0px;
}

.sub-title.yellow-color{
	color: #f1b528;
}

.sub-title.yellow-color:before,
.sub-title.yellow-color:after{
	background: #f1b528;
}

.about-style-14 .content-box{
	position: relative;
	display: block;
}

.about-style-14 .content-box .text-box p{
	color: rgba(255, 255, 255, 0.66);
}

.about-style-14 .content-box .list-item li{
	position: relative;
	display: block;
	float: left;
	width: 25%;
}

.about-style-14 .content-box .list-item li:before{
	position: absolute;
	content: '';
	background: #3d3d46;
	width: 1px;
	height: calc(100% + 8px);
	top: -10px;
	right: 0px;
}

.about-style-14 .content-box .list-item li:last-child:before{
	display: none;
}

.about-style-14 .content-box .list-item li .icon-box{
	position: relative;
	display: block;
	margin-bottom: 15px;
}

.about-style-14 .content-box .list-item li p{
	color: #fff;
	margin-bottom: 0px;
}

.about-style-14 .content-box .sub-title{
	margin-bottom: 13px;
}

.service-section.home-28{
	padding: 115px 0px;
}

.project-style-two.home-28{
	background: #191919;
}

.project-style-two.home-28 .filter-tabs li{
	color: #fff;
}

.project-style-two.home-28 .filter-tabs li{
	font-size: 18px;
	font-weight: 500;
}

.testimonial-section.home-28{
	background: #191919;
	padding-bottom: 115px;
}

.testimonial-section.home-28 .testimonial-block-one .inner-box .image-box .icon-box{
	background: #f7c600;
}

.testimonial-section.home-28 .testimonial-block-one .inner-box h3{
	font-size: 20px;
	font-family: 'Jost', sans-serif;
	color: #d9b256;
}

.team-section.home-28 .inner-container{
	padding-left: 80px;
}

.team-section.home-28{
	background: #fff;
	padding: 120px 0px 80px 0px;
}

.team-section.home-28 .sec-title p{
	color: #444444;
	line-height: 28px;
}

.team-section.home-28 .sec-title{
	padding-bottom: 59px;
}

.team-section.home-28 .sec-title:before{
	position: absolute;
	content: '';
	background: #7f7f7f;
	width: 90px;
	height: 1px;
	left: 0px;
	bottom: 0px;
}

.team-section.home-28 .team-section.home-28 .sec-title h2{
	margin-bottom: 10px;
}

.team-section.home-28 .team-block-one .inner-box .lower-content h3 a{
	color: #161837;
}

.team-section.home-28 .team-block-one .inner-box .lower-content h3 a:hover{
	color: #f7c600;
}

.team-section.home-28 .team-block-one .inner-box .lower-content .designation{
	color: #444444;
}

.team-section.home-28 .team-block-one .inner-box{
	margin-bottom: 40px;
}

.team-section.home-28 .pattern-layer{
	position: absolute;
	left: 0px;
	bottom: 300px;
	width: 568px;
	height: 364px;
	background-repeat: no-repeat;
}

.header-style-29{
	position: relative;
	background: #262626;
	padding: 0px 60px;
}

.header-style-29 .sticky-header{
	background: #262626;
	padding: 0px 60px;
}

.header-style-28 .main-menu .navigation>li.dropdown>a:before,
.header-style-29 .main-menu .navigation>li.dropdown>a:before{
	display: none;
}

.header-style-29 .main-menu .navigation>li>a{
	color: #fff;
}

.header-style-29 button.theme-btn.search-toggler{
	border-color: transparent;
}

.header-style-29 .main-menu .navigation>li{
	padding: 27px 0px;
}

.header-style-29 .shape{
	position: absolute;
	left: 245px;
	top: 52px;
	width: 360px;
	height: 40px;
	background-repeat: no-repeat;
}

.banner-style-29{
	padding: 0px 70px 0px 345px;
	background: #262626;
}

.banner-style-29 .outer-container{
	padding: 77px 0px 615px 0px;
}

.banner-style-29 .bg-layer{
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}

.banner-style-29 .pattern-layer .pattern-1{
	position: absolute;
	left: -40px;
	top: -40px;
	width: 360px;
	height: 693px;
	background-repeat: no-repeat;
}

.banner-style-29 .pattern-layer .pattern-2{
	position: absolute;
	left: -200px;
	bottom: 0px;
	width: 321px;
	height: 93px;
	background-repeat: no-repeat;
	z-index: 1;
}

.banner-style-29 .big-text{
	position: absolute;
	left: 120px;
	bottom: 110px;
	writing-mode: vertical-lr;
	transform: rotate(-180deg);
	font-size: 170px;
	line-height: 150px;
	font-family: 'Poppins', sans-serif;
	font-weight: 900;
	color: transparent;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: rgba(255, 255, 255, 0.10);
}

.banner-style-29 .content-box{
	position: relative;
	display: block;
}

.banner-style-29 .content-box h5{
	position: relative;
	display: block;
	font-size: 18px;
	line-height: 28px;
	font-family: 'Jost', sans-serif;
	color: #fff;
	font-weight: 400;
	margin-bottom: 10px;
}

.banner-style-29 .content-box h2{
	position: relative;
	display: block;
	font-size: 62px;
	line-height: 76px;
	color: #fff;
	font-weight: 300;
	margin-bottom: 9px;
}

.banner-style-29 .content-box .btn-box a{
	position: relative;
	display: inline-block;
	font-size: 16px;
	line-height: 26px;
	font-family: 'Jost', sans-serif;
	color: #fff;
	font-weight: 700;
	text-transform: uppercase;
	border-bottom: 1px solid #fff;
	padding-bottom: 9px;
}

.banner-style-29 .content-box .btn-box a:hover{
	color: #d0a978;
	border-color: #d0a978;
}

.feature-style-two.home-29{
	background: #262626;
	padding-bottom: 100px;
}

.feature-style-two.home-29 .sec-title p{
	color: #ffffff;
	margin-bottom: 0px;
}

.feature-style-two.home-29:before{
	position: absolute;
	content: '';
	background: #ddb98e;
	width: 100%;
	height: 245px;
	left: 0px;
	bottom: 0px;
}

.feature-section.home-29{
	padding-top: 0px;
	background: #ddb98e;
}

.feature-section.home-29 .tabs-content{
	margin-top: 0px;
	padding-top: 0px;
}

.feature-section.home-29 .pattern-layer-2{
	position: absolute;
	left: 0px;
	bottom: 0px;
	width: 100%;
	height: calc(100% + 245px);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}

.feature-style-two.home-29 .feature-block-two .inner-box{
	z-index: 1;
}

.feature-section.home-29 .tabs-content .link-box a:before {
    background-image: url(../images/icons/icon-92.png);
}

.feature-section.home-29 .content-box h2{
	font-size: 60px;
	line-height: 72px;
	font-weight: 700;
	max-width: 910px;
	border-bottom: 1px solid #000000;
	padding-bottom: 32px;
}

.feature-section.home-29 .content-box h3{
	font-size: 24px;
	line-height: 29px;
	max-width: 800px;
}

.feature-section.home-29 .tabs-content .link-box{
	top: 207px;
	z-index: 2;
}


/** project-style-nine **/

.project-style-nine{
	position: relative;
	padding: 111px 0px 115px 0px;
}

.project-style-nine .upper-box .text-box p{
	line-height: 28px;
	color: #000000;
}

.project-style-nine .outer-container{
	position: relative;
	padding: 0px 95px;
}


/** feature-style-four **/

.feature-style-four{
	padding-bottom: 111px;
}

.feature-block-three .inner-box{
	position: relative;
	display: block;
	padding-left: 94px;
}

.feature-block-three .inner-box .icon-box{
	position: absolute;
	left: 0px;
	top: 9px;
}

.feature-block-three .inner-box h4{
	position: relative;
	display: block;
	font-size: 20px;
	line-height: 30px;
	font-family: 'Poppins', sans-serif;
	color: #000000;
	font-weight: 500;
	margin-bottom: 11px;
}

.feature-block-three .inner-box p{
	position: relative;
	display: block;
	font-size: 18px;
	line-height: 26px;
	color: #444;
	margin-bottom: 0px;
}

.testimonial-style-two.home-29{
	background: #f5efe8;
}

.testimonial-style-two.home-29 .slider-nav-style-2{
	padding-left: 3rem !important;
}

.testimonial-style-two.home-29 .testimonials-1-quote{
	color: #f0ac3a;
}

.testimonial-style-two.home-29 .testimonials-1-author-title,
.testimonial-style-two.home-29 .testimonials-1-designation{
	color: #444444;
}


/** header-style-30 **/

.header-style-30{
	position: relative;
	background: #1c1d21;
	padding: 0px 120px 0px 95px;
}

.header-style-30 button.theme-btn.search-toggler{
	border-color: transparent;
	font-size: 18px;
}

.header-style-30 .sticky-header{
	background: #1c1d21;
	padding: 0px 70px;
}

.header-style-30 .main-menu .navigation>li.dropdown>a{
	color: #fff;
}

.header-style-30 .main-menu .navigation>li.dropdown>a:before{
	display: none;
}


/** banner-style-30 **/

.banner-style-30{
	position: relative;
	background-color: #1c1d21;
	padding-right: 120px;
	padding-bottom: 74px;
}

.banner-style-30:before{
	position: absolute;
	content: '';
	background: #f7f3ee;
	width: 100%;
	height: 74px;
	left: 0px;
	bottom: 0px;
}

.banner-style-30:after{
	position: absolute;
	content: '';
	background: #f7f3ee;
	width: 120px;
	height: 292px;
	right: 0px;
	bottom: 0px;
}

.banner-style-30 .outer-container{
	padding-top: 645px;
}

.banner-style-30 .bg-layer{
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}

.banner-style-30 .content-box{
	position: relative;
	float: right;
	max-width: 630px;
	background: #d79759;
	padding: 60px 70px 63px 70px;
	margin-bottom: -74px;
}


.banner-style-30 .content-box h2{
	position: relative;
	display: block;
	font-size: 65px;
	line-height: 70px;
	font-family: 'Jost', sans-serif;
	font-weight: 400;
	color: #fff;
	margin-bottom: 15px;
}

.banner-style-30 .content-box h2 span{
	font-weight: 300;
}

.banner-style-30 .content-box p{
	position: relative;
	display: block;
	font-size: 20px;
	line-height: 28px;
	color: #fff;
	margin-bottom: 0px;
}

/** about-style-15 **/

.about-style-15{
	position: relative;
	padding: 120px 0px 120px 0px;
	background: #f7f3ee;
}

.about-style-15 .image-box{
	position: relative;
	display: block;
	margin-right: 46px;
}

.about-style-15 .image-box .image{
	position: relative;
	display: block;
	overflow: hidden;
}

.about-style-15 .image-box .image img{
	width: 100%;
}

.about-style-15 .image-box .experience-box{
	position: absolute;
	left: -67px;
	width: 160px;
	background: #e4a465;
	bottom: 0px;
	padding: 23px 15px 34px 15px;
	text-align: center;
}

.about-style-15 .image-box .experience-box h2{
	position: relative;
	display: block;
	font-size: 60px;
	line-height: 60px;
	color: #fff;
	font-weight: 900;
	margin-bottom: 8px;
}

.about-style-15 .image-box .experience-box h4{
	position: relative;
	display: block;
	font-size: 20px;
	line-height: 24px;
	color: #fff;
	font-weight: 700;
	margin-bottom: 0px;
}

.about-style-15 .image-box:before{
	position: absolute;
	content: '';
	background: #a59a8d;
	width: 1px;
	height: calc(100% - 200px);
	left: -25px;
	bottom: 0px;
}

.about-style-15 .image-box .rotate-text{
	position: absolute;
	left: -38px;
	top: 17px;
	font-size: 16px;
	line-height: 26px;
	font-family: 'Jost', sans-serif;
	font-weight: 700;
	color: #a59a8d;
	text-transform: uppercase;
	writing-mode: vertical-lr;
	transform: rotate(-180deg);
	letter-spacing: 1px;
}

.about-style-15 .content-box{
	position: relative;
	display: block;
}

.about-style-15 .content-box .sec-title h2{
	font-size: 50px;
	line-height: 60px;
}

.about-style-15 .content-box .text-box p{
	color: #19192d;
	line-height: 28px;
}

.about-style-15 .content-box .lower-box{
	position: relative;
	display: block;
	background: #fff;
	padding: 35px 30px 33px 233px;
}

.about-style-15 .content-box .lower-box .image{
	position: absolute;
	left: 0px;
	top: 0px;
}

.about-style-15 .content-box .lower-box h3{
	position: relative;
	display: block;
	font-size: 24px;
	line-height: 30px;
	font-family: 'Poppins', sans-serif;
	color: #19192d;
	font-weight: 400;
	margin-bottom: 16px;
}

.about-style-15 .content-box .lower-box span{
	position: relative;
	display: inline-block;
	font-size: 16px;
	line-height: 26px;
	font-family: 'Jost', sans-serif;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 1px;
	padding-right: 107px;
	color: #d79759;
}

.about-style-15 .content-box .lower-box span:before{
	position: absolute;
	content: '';
	background: #d79759;
	width: 90px;
	height: 2px;
	top: 13px;
	right: 0px;
}

.feature-style-four.home-30{
	background: #f7f3ee;
}


/** project-style-ten **/

.project-style-ten{
	position: relative;
	background: #24292f;
	padding-top: 115px;
}

.project-style-ten:before{
	position: absolute;
	content: '';
	background: #f7f3ee;
	width: 100%;
	height: 136px;
	left: 0px;
	bottom: 0px;
}

.project-style-ten .upper-box .text-box p{
	line-height: 28px;
	color: #ede8e2;
}

.project-style-ten .outer-container{
	position: relative;
	padding: 0px 95px;
}

.project-block-five .inner-box{
	position: relative;
	display: block;
	overflow: hidden;
}

.project-block-five .inner-box .image-box{
	position: relative;
	display: block;
	overflow: hidden;
	background: #000;
}

.project-block-five .inner-box .image-box img{
	width: 100%;
	transition: all 500ms ease;
}

.project-block-five .inner-box:hover .image-box img{
	transform: scale(1.05);
	opacity: 0.9;
}

.project-block-five .inner-box .content-box{
	position: absolute;
	left: 0px;
	bottom: 0px;
	width: 100%;
	padding-left: 50px;
	opacity: 0;
	transition: all 500ms ease;
}

.project-block-five .inner-box:hover .content-box{
	opacity: 1;
	bottom: 40px;
}

.project-block-five .inner-box .content-box h3{
	position: relative;
	display: block;
	font-size: 22px;
	line-height: 30px;
	font-family: 'Poppins', sans-serif;
	color: #fff;
	font-weight: 700;
	margin-bottom: 0px;
}

.project-block-five .inner-box .content-box a{
	position: relative;
	display: inline-block;
	font-size: 16px;
	line-height: 26px;
	font-family: 'Jost', sans-serif;
	color: #fff;
	font-weight: 700;
	text-transform: uppercase;
}

.project-block-five .inner-box .content-box a:hover{
	text-decoration: underline;
}


/** funfact-style-two **/

.funfact-style-two{
	position: relative;
	padding: 0px 95px;
	background: #f7f3ee;
}

.funfact-style-two .outer-container{
	position: relative;
	padding: 100px 0px 100px 0px;
	border-bottom: 1px solid #cec6bd;
}

.funfact-style-two .inner-container{
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.funfact-block-two .inner-box{
	position: relative;
	display: block;
}

.funfact-block-two .inner-box .count-outer{
	position: relative;
	display: block;
	font-size: 113px;
	line-height: 100px;
	font-family: 'Roboto', sans-serif;
	font-weight: 700;
	color: transparent;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: rgba(217, 157, 98, 1);
    letter-spacing: 5px;
}

.funfact-block-two .inner-box p{
	position: relative;
	display: block;
	font-size: 20px;
	line-height: 30px;
	color: #444444;
	font-weight: 500;
	text-align: right;
	margin-bottom: 0px;
}


.faq-home-23.home-30{
	background: #f7f3ee;
}


/** video-style-two **/

.video-style-two{
	position: relative;
	padding: 120px 0px 120px 0px;
}

.video-style-two .bg-layer{
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	background-attachment: fixed;
}

.video-style-two .bg-layer:before{
	position: absolute;
	content: '';
	background: #b18c66;
	width: 100%;
	height: 100%;
	left: 0px;
	top: 0px;
	opacity: 0.9;
}

.video-style-two .content-box{
	position: relative;
	display: block;
}

.video-style-two .content-box h2{
	position: relative;
	display: block;
	font-size: 44px;
	line-height: 53px;
	color: #fff;
	font-weight: 700;
	margin-bottom: 22px;
}

.video-style-two .content-box h2 span{
	position: relative;
	display: inline-block;
	line-height: 44px;
	border-bottom: 1px solid #fff;
}

.video-style-two .content-box h3{
	position: relative;
	display: inline-block;
	font-size: 25px;
	line-height: 25px;
	color: #fff;
	font-style: italic;
	border-bottom: 1px solid #e7ddd2;
	margin-bottom: 33px;
}

.video-style-two .content-box p{
	line-height: 28px;
	color: #fff;
	margin-bottom: 38px;
}

.video-style-two .content-box a{
	position: relative;
	display: inline-block;
	font-size: 16px;
	line-height: 26px;
	font-family: 'Jost', sans-serif;
	color: #000;
	background: #fff;
	padding: 19px 35px 16px 35px;
	border-radius: 35px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.video-style-two .content-box a:hover{
	background: #000;
	color: #fff;
}

.video-style-two .video-inner{
	position: relative;
	display: block;
}

.video-style-two .video-inner .inner-box{
	position: relative;
	display: block;
	text-align: center;
	padding: 142px 0px 140px 0px;
	width: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}

.video-style-two .video-inner .inner-box .btn-box a{
	position: relative;
	display: inline-block;
	width: 102px;
	height: 102px;
	line-height: 102px;
	background: #fff;
	text-align: center;
	border-radius: 50%;
}

.video-style-two .video-inner .inner-box .btn-box a:before{
	position: absolute;
	content: '';
	border: 2px solid #e3e3e3;
	border-radius: 50%;
	width: 120px;
	height: 120px;
	left: -9px;
	top: -9px;
}


/** header-style-31 **/

.header-style-31{
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	padding: 0px 120px 0px 110px;
}

.header-style-31 .main-menu .navigation>li>a{
	color: #fff;
}

.header-style-31 .main-menu .navigation>li>a:before{
	display: none;
}

.header-style-31 button.theme-btn.search-toggler{
	border-color: transparent;
}

.header-style-31 .sticky-header{
	background: #1e1e1e;
	padding: 0px 120px;
}


/** banner-style-31 **/

.banner-style-31{
	position: relative;
	background: #1e1e1e;
	padding-top: 110px;
	padding: 110px 120px 0px 190px;
}

.banner-style-31 .outer-container{
	padding: 230px 0px 185px 0px;
}

.banner-style-31 .bg-layer{
	position: absolute;
	top: 0px;
	right: 0px;
	width: calc(50% + 338px);
	height: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}

.banner-style-31 .bg-layer:before{
	position: absolute;
	content: '';
	background: #000;
	width: 100%;
	height: 100%;
	left: 0px;
	top: 0px;
	opacity: 0.3;
}

.banner-style-31 .content-box{
	position: relative;
	display: block;
	max-width: 700px;
}

.banner-style-31 .content-box h2{
	position: relative;
	display: block;
	font-size: 90px;
	line-height: 90px;
	color: #fff;
	font-weight: 900;
	margin-bottom: 13px;
}

.banner-style-31 .content-box h2 span{
	font-weight: 300;
}

.banner-style-31 .content-box h3{
	position: relative;
	display: block;
	font-size: 34px;
	line-height: 44px;
	color: #fff;
	font-weight: 300;
	font-style: italic;
	margin-bottom: 24px;
}

.banner-style-31 .content-box p{
	position: relative;
	display: block;
	max-width: 370px;
	font-size: 22px;
	line-height: 32px;
	color: #fff;
	margin-bottom: 39px;
}

.banner-style-31 .content-box a{
	position: relative;
	display: inline-block;
	font-size: 20px;
	line-height: 30px;
	font-family: 'Jost', sans-serif;
	color: #fff;
	padding: 11px 35px;
	border: 1px solid #fff;
	font-weight: 500;
}

.banner-style-31 .content-box a:hover{
	background: #fff;
	color: #000;
}

.banner-style-31 .pattern-layer{
	position: absolute;
	left: 0px;
	top: 0px;
	width: 656px;
	height: 1287px;
	background-repeat: no-repeat;
}

.page-wrapper.home-31{
	background-color: #1e1e1e;
}


/** feature-style-five **/

.feature-style-five{
	position: relative;
	padding-top: 150px;
}

.feature-style-five .upper-box{
	position: relative;
	padding-bottom: 125px;
}

.feature-style-five .title-text{
	position: relative;
	display: block;
	padding-left: 285px;
}

.feature-style-five .title-text span{
	position: relative;
	display: block;
	font-size: 16px;
	line-height: 26px;
	font-family: 'Jost', sans-serif;
	color: rgba(255, 255, 255, 0.50);
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 1px;
	margin-bottom: 16px;
}

.feature-style-five .title-text h2{
	position: relative;
	display: block;
	font-size: 58px;
	line-height: 70px;
	color: #fff;
	font-weight: 300;
	margin-bottom: 0px;
	padding-bottom: 25px;
}

.feature-style-five .title-text h2:before{
	position: absolute;
	content: '';
	background: #fff;
	width: 156px;
	height: 2px;
	left: 0px;
	bottom: 0px;
}

.feature-style-five .upper-box .list-item li{
	position: relative;
	display: block;
	font-size: 26px;
	line-height: 36px;
	font-family: 'Jost', sans-serif;
	color: #fff;
	padding-left: 22px;
	margin-bottom: 9px;
}

.feature-style-five .upper-box .list-item li:last-child{
	margin-bottom: 0px;
}

.feature-style-five .upper-box .list-item li:before{
	position: absolute;
	content: '';
	background: #fff;
	width: 4px;
	height: 1px;
	left: 0px;
	top: 20px;
}

.feature-style-five .lower-box .image-box{
	position: relative;
	display: block;
	overflow: hidden;
}

.feature-style-five .lower-box .image-box img{
	width: 100%;
	transition: all 500ms ease;
}

.feature-style-five .lower-box .image-box:hover img{
	transform: scale(1.05);
}

.feature-style-five:before{
	position: absolute;
	content: '';
	background: #141414;
	width: 100%;
	height: 140px;
	left: 0px;
	bottom: 0px;
}

.faq-section.home-31{
	background: #141414;
	padding-top: 116px;
}

.faq-section.home-31 .text-box h3{
	color: #fff;
}

.faq-section.home-31 .accordion-box .block{
	background: transparent;
}

.faq-section.home-31 .accordion-box .block .acc-btn{
	color: #fff;
}

.faq-section.home-31 .accordion-box .block{
	border-color: rgba(255, 255, 255, 0.10);
}

.faq-section.home-31 .accordion-box .block .content p{
	color: #fff;
}

.faq-section.home-31 .inner-container{
	border-color: rgba(255, 255, 255, 0.20);
}


/** welcome-style-two **/

.welcome-style-two{
	position: relative;
	padding: 143px 0px 100px 0px;
	background-color: #141414;
}

.welcome-style-two .title-text{
	position: relative;
	display: block;
	margin-bottom: 60px;
}

.welcome-style-two .title-text h2{
	position: relative;
	display: block;
	font-size: 48px;
	line-height: 55px;
	color: #fff;
	font-weight: 300;
	margin-bottom: 0px;
}

.welcome-style-two .title-text h2 span{
	position: relative;
	display: block;
	font-style: italic;
	font-size: 40px;
}

.welcome-style-two .image-box{
	position: relative;
	display: block;
	margin-right: 100px;
	overflow: hidden;
}

.welcome-style-two .image-box:before{
  position: absolute;
  top: 0;
  left: -85%;
  display: block;
  content: '';
  width: 50%;
  height: 100%;
  background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, .3)));
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
  -webkit-transform: skewX(-25deg);
  -ms-transform: skewX(-25deg);
  transform: skewX(-25deg);
  z-index: 1;
}

.welcome-style-two .image-box:hover:before {
  -webkit-animation: shine 1s;
  animation: shine 1s;
}

.welcome-style-two .image-box img{
	width: 100%;
}

.welcome-style-two .tabs-box{
	position: relative;
	display: block;
	margin-left: -30px;
}

.welcome-style-two .tab-btns li{
	position: relative;
	display: inline-block;
	float: left;
	font-size: 23px;
	line-height: 30px;
	color: #fff;
	margin-right: 65px;
	cursor: pointer;
	padding-bottom: 12px;
	transition: all 500ms ease;
}

.welcome-style-two .tab-btns li:last-child{
	margin: 0px !important;
}

.welcome-style-two .tab-btns{
	margin-bottom: 43px;
}

.welcome-style-two .tab-btns li:before{
	position: absolute;
	content: '';
	background: #d09d33;
	width: 0%;
	height: 1px;
	left: 0px;
	bottom: 0px;
	transition: all 500ms ease;
}

.welcome-style-two .tab-btns li.active-btn:before{
	width: 100%;
}

.welcome-style-two .tab-btns li.active-btn{
	color: #d09d33;
}

.welcome-style-two .tabs-box .text-box p{
	position: relative;
	display: block;
	line-height: 28px;
	color: rgba(255, 255, 255, 0.60);
	margin-bottom: 28px;
}

.welcome-style-two .tabs-box .text-box p:last-child{
	margin-bottom: 0px;
}

.welcome-style-two .pattern-layer{
	position: absolute;
	right: 0px;
	bottom: 0px;
	width: 523px;
	height: 518px;
	background-repeat: no-repeat;
}


.team-section.home-31{
	background: #141414;
	padding-top: 47px;
}

.team-section .title-box{
	position: relative;
	display: block;
	margin-bottom: 67px;
}

.team-section .title-box h2{
	font-size: 55px;
	line-height: 66px;
	color: #fff;
	font-weight: 300;
	margin-bottom: 43px;
	padding-bottom: 36px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.20);
}

.team-section .title-box p{
	position: relative;
	display: block;
	font-size: 22px;
	line-height: 32px;
	font-family: 'Roboto', sans-serif;
	color: rgba(255, 255, 255, 0.70);
	margin-bottom: 0px;
}

.clients-section.home-31{
	background: #141414;
}

.clients-section.home-31 .title-text h2{
	color: #fff;
	font-weight: 300;
}

.clients-section.home-31 .title-text:before{
	background: #3b3a3a;
	width: 932px;
}

.service-home-31{
	background: #1e1e1e;
}

.box-image-1:before{
	position: absolute;
	content: '';
	background: #000;
	width: 100%;
	height: 100%;
	left: 0px;
	top: 0px;
	opacity: 0.5;
	z-index: 1;
}


/** header-style-32 **/

.header-style-32{
	position: relative;
	background: #0b0f10;
	padding: 0px 70px 0px 0px;
}

.header-style-32 .header-upper .logo-box .logo{
	background: #fff;
	padding: 27px 50px 27px 40px;
}

.header-style-32 .main-menu .navigation>li.dropdown>a{
	color: #fff;
}

.header-style-32 .main-menu .navigation>li.dropdown>a:before{
	display: none;
}

.header-style-32 button.theme-btn.search-toggler{
	font-size: 18px;
	border-color: transparent;
}

.header-style-32 .main-menu .navigation>li{
	padding: 32px 0px;
}

.header-style-32 .sticky-header{
	background: #0b0f10;
	padding: 0px 50px;
}

.header-style-32 .sticky-header .header-upper .logo-box .logo{
	background: transparent;
}

.banner-style-32{
	padding: 100px 0px 640px 0px;
}

.banner-style-32 .bg-layer{
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}

.banner-style-32 .bg-layer:before{
	position: absolute;
	content: '';
	background: #000;
	width: 100%;
	height: 100%;
	left: 0px;
	top: 0px;
	opacity: 0.25;
}

.banner-style-32 .bg-layer:after{
	position: absolute;
	content: '';
	background: -webkit-linear-gradient(90deg, rgba(24,31,36,1) 10%, rgba(24,31,36,0.0) 100%);
	left: 0px;
	bottom: 0px;
	width: 100%;
	height: 359px;
	z-index: 1;
}

.banner-style-32 .outer-container{
	padding: 0px 150px;
}

.banner-style-32 .content-box{
	position: relative;
	float: right;
	text-align: right;
}

.banner-style-32 .content-box h2{
	position: relative;
	display: block;
	font-size: 70px;
	line-height: 80px;
	color: #fff;
	font-weight: 300;
	margin-bottom: 35px;
}

.banner-style-32 .content-box a{
	position: relative;
	display: inline-block;
	font-size: 16px;
	line-height: 26px;
	font-family: 'Jost', sans-serif;
	color: #fff;
	font-weight: 700;
	text-transform: uppercase;
	background: #9c836f;
	padding: 11px 30px 9px 30px;
	border-radius: 35px;
	letter-spacing: 1px;
}

.banner-style-32 .content-box a:hover{
	color: #9c836f;
	background: #fff;
}

.page-wrapper.home-32{
	background: #181f24;
}

.faq-section.home-32 .title-text{
	position: relative;
	display: block;
	font-size: 65px;
	line-height: 75px;
	font-family: 'Jost', sans-serif;
	color: #fff;
	font-weight: 600;
	padding-bottom: 28px;
	margin-bottom: 82px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.32);
}

.faq-section.home-32 .text-box p{
	font-size: 20px;
	line-height: 28px;
	color: rgba(255, 255, 255, 0.65);
	font-weight: 500;
	margin-bottom: 28px;
}

.faq-section.home-32 .text-box p:last-child{
	margin-bottom: 0px;
}

.faq-section.home-32 .accordion-box .block{
	background: transparent;
	border-bottom: 1px solid rgba(255, 255, 255, 0.30);
}

.faq-section.home-32 .accordion-box .block .acc-btn{
	color: #fff;
}

.faq-section.home-32 .accordion-box .block .content p{
	color: #fff;
}

.faq-section.home-32 .inner-container{
	border-bottom: none;
	padding-bottom: 82px;
}


/** feature-style-six **/

.feature-style-six{
	position: relative;
}

.feature-style-six .image-box{
	position: relative;
	display: block;
	margin-right: 45px;
	margin-left: -75px;
}

.feature-style-six .image-box img{
	width: 100%;
}

.feature-style-six .experience-box{
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	text-align: center;
}

.feature-style-six .experience-box h2{
	position: relative;
	display: block;
	font-size: 150px;
	line-height: 142px;
	color: #ae8b6f;
	font-weight: 900;
	margin-bottom: 0px;
}

.feature-style-six .experience-box span{
	position: relative;
	display: block;
	font-size: 16px;
	line-height: 26px;
	font-family: 'Jost', sans-serif;
	color: #ae8b6f;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.feature-style-six .content-box .single-item{
	position: relative;
	display: block;
}

.feature-style-six .content-box .single-item .icon-box{
	position: relative;
	display: block;
	margin-bottom: 18px;
}

.feature-style-six .content-box .single-item h3{
	position: relative;
	display: block;
	font-size: 24px;
	line-height: 34px;
	font-weight: 500;
	color: #fff;
	margin-bottom: 7px;
}

.feature-style-six .content-box .single-item p{
	line-height: 26px;
	color: #879096;
	margin-bottom: 0px;
}


/** project-style-11 **/

.project-style-11{
	position: relative;
	/* padding: 155px 0px 160px 0px; */
}

.project-style-11 .sub-title{
	color: #ae8b6f;
	margin-bottom: 13px;
}

.project-style-11 .sub-title:before{
	background: #ae8b6f;
}

.project-style-11 .sec-title h2{
	font-weight: 300;
	line-height: 54px;
	max-width: 640px;
}

.project-block-six .image-box{
	position: relative;
	display: block;
}

.project-block-six .image-box img{
	width: 100%;
}

.project-block-six .content-box{
	position: relative;
	display: block;
}

.project-block-six .content-box h2{
	position: relative;
	display: block;
	font-size: 35px;
	line-height: 45px;
	color: #fff;
	font-weight: 700;
	padding-bottom: 13px;
	margin-bottom: 26px;
	border-bottom: 1px solid #2e3a42;
}

.project-block-six .content-box p{
	color: rgba(255, 255, 255, 0.60);
	line-height: 28px;
	max-width: 390px;
	margin-bottom: 30px;
}

.project-block-six .content-box a{
	position: relative;
	display: inline-block;
	font-size: 16px;
	line-height: 26px;
	font-family: 'Jost', sans-serif;
	color: #ae8b6f;
	font-weight: 700;
	text-transform: uppercase;
}

.project-block-six .content-box a:before{
	position: absolute;
	content: '';
	background: #ae8b6f;
	width: 94px;
	height: 2px;
	top: 13px;
	transition: all 500ms ease;
}

.project-block-six .content-box a:hover{
	color: #fff;
}

.project-block-six .content-box a:hover:before{
	background: #fff;
}

.project-block-six:nth-child(odd) .content-box a:before{
	left: 0px;
}

.project-block-six:nth-child(even) .content-box a:before{
	right: 0px;
}

.project-block-six:nth-child(odd) .content-box a{
	padding-left: 115px;
}

.project-block-six:nth-child(even) .content-box a{
	padding-right: 115px;
}

.contact-section.home-32{
	background: #161c20;
}

.contact-section.home-32 .content-box h2{
	color: #fff;
}

.contact-section.home-32 .content-box p{
	color: rgba(255, 255, 255, 0.50);
}

.contact-section.home-32 .content-box span{
	color: #ae8b6f;
}

.contact-section.home-32 .content-box span:before{
	display: none;
}

.contact-section.home-32 .content-box h3 a{
	color: #d0d2d2;
}

.contact-section.home-32 .content-box h3 a:hover{
	color: #fff;
}

.contact-section.home-32 .content-box .inner-box .single-item h5{
	font-size: 20px;
	line-height: 30px;
	font-family: 'Jost', sans-serif;
	font-weight: 700;
	color: #8c8c8c;
}

.contact-section.home-32 .content-box .inner-box .single-item p{
	color: rgba(255, 255, 255, 0.67);
}

.contact-section.home-32 .content-box .inner-box .single-item p a{
	color: rgba(255, 255, 255, 0.67);
}

.contact-section.home-32 .content-box .inner-box .single-item p a:hover{
	color: #fff;
}

.contact-section.home-32 .form-inner .form-group input[type='text'],
.contact-section.home-32 .form-inner .form-group input[type='email'],
.contact-section.home-32 .form-inner .form-group textarea{
	color: rgba(255, 255, 255, 0.70);
	border-color: rgba(255, 255, 255, 0.30);
}

.contact-section.home-32 .form-inner .form-group button{
	background: #ae8b6f;
	color: #000;
}

.contact-section.home-32 .form-inner .form-group button:hover{
	background: #fff;
}

.footer-style-two.home-32{
	background: #12171a;
}

/** header-style-33 **/

.header-style-33{
	position: absolute;
	left: 0px;
	top: 0px;
	padding: 0px 70px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.23);
}

.header-style-33:before{
	position: absolute;
	content: '';
	background: #fff;
	width: calc(100% - 375px);
	height: 100%;
	top: 0px;
	right: 0px;
}

.header-style-33 .main-menu .navigation>li.dropdown>a{
	color: #000000;
}

.header-style-33 .main-menu .navigation>li.dropdown>a:before{
	display: none;
}

.header-style-33 .main-menu .navigation>li{
	padding: 35px 0px;
}

.header-style-33 button.theme-btn.search-toggler{
	border-color: transparent;
	font-size: 18px;
	color: #000;
}

.header-style-33 button.theme-btn.search-toggler:hover{
	color: #fff;
}

.header-style-33 .sidemenu-nav-toggler{
	border-color: #636363;
	background: transparent;
}

.header-style-33 .sticky-header{
	padding: 0px 70px;
}

.header-style-33 .sticky-header:before{
	position: absolute;
	content: '';
	background: #000;
	width: 375px;
	height: 100%;
	left: 0px;
	top: 0px;
}


/** banner-style-33 **/

.banner-style-33{
	position: relative;
}

.banner-style-33 .bg-layer:before{
	position: absolute;
	content: '';
	background: #000;
	width: 100%;
	height: 100%;
	left: 0px;
	top: 0px;
	opacity: 0.15;
}

.banner-style-33 .content-box{
	position: relative;
	max-width: 690px;
}

.banner-style-33 .content-box h6{
	position: relative;
	display: block;
	font-size: 16px;
	line-height: 26px;
	font-family: 'Jost', sans-serif;
	font-weight: 700;
	text-transform: uppercase;
	color: #fff;
	margin-bottom: 26px;
	padding-left: 157px;
}

.banner-style-33 .content-box h6:before{
	position: absolute;
	content: '';
	background: #fff;
	width: 136px;
	height: 2px;
	left: 0px;
	bottom: 7px;
}

.banner-style-33 .content-box h2{
	position: relative;
	display: block;
	font-size: 72px;
	line-height: 72px;
	color: #fff;
	font-weight: 700;
	margin-bottom: 34px;
}

.banner-style-33 .content-box p{
	position: relative;
	display: block;
	font-size: 24px;
	line-height: 32px;
	color: #fff;
	font-weight: 600;
	margin-bottom: 32px;
}

.banner-style-33 .content-box .theme-btn-one{
	background: #dd5903;
	border-radius: 5px;
}

.banner-style-33 .content-box .theme-btn-one:hover{
	background: #fff;
	color: #dd5903 !important;
}

.banner-style-33 .banner-carousel .swiper-slide{
	padding: 393px 0px 252px 0px;
}

.banner-style-33 .lower-box{
	position: relative;
	background: #000000;
}

.banner-style-33 .lower-box:before{
	position: absolute;
	content: '';
	background: #fff;
	width: 375px;
	height: 100%;
	left: 0px;
	top: 0px;
}

.banner-style-33 .lower-box .lower-inner{
	position: relative;
	padding: 37px 0px 37px 104px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.banner-style-33 .lower-box .lower-inner h6{
	position: relative;
	display: block;
	font-size: 16px;
	line-height: 26px;
	font-family: 'Jost', sans-serif;
	color: #fff;
	font-weight: 700;
	margin-bottom: 0px;
	text-transform: uppercase;
}

.banner-style-33 .lower-box .lower-inner h6 a{
	display: inline-block;
	color: #fff;
}

.banner-style-33 .lower-box .lower-inner h6 a:hover{
	text-decoration: underline;
}


/** welcome-style-three **/

.welcome-style-three{
	position: relative;
	padding: 67px 0px 120px 0px;
}

.welcome-style-three h2{
	position: relative;
	display: block;
	font-size: 45px;
	line-height: 60px;
	color: #000000;
	font-weight: 300;
	text-align: center;
	margin-bottom: 60px;
}

.welcome-style-three .support-list{
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
}

.welcome-style-three .support-list li{
	position: relative;
	display: inline-block;
	margin-right: 80px;
	padding-left: 75px;
}

.welcome-style-three .support-list li:last-child{
	margin: 0px !important;
}

.welcome-style-three .support-list li .icon-box{
	position: absolute;
	left: 0px;
	top: 5px;
}

.welcome-style-three .support-list li a{
	position: relative;
	display: inline-block;
	font-size: 28px;
	line-height: 30px;
	color: #0b1953;
	margin-bottom: 10px;
}

.welcome-style-three .support-list li a:hover{
	text-decoration: underline;
}

.welcome-style-three .support-list li p{
	position: relative;
	display: block;
	font-size: 18px;
	line-height: 22px;
	color: #1b1b1b;
	margin-bottom: 0px;
}

.brand-section.home-33{
	padding: 0px;
}

.brand-section.home-33 .inner-container{
	padding: 60px 0px;
	border-top: 1px solid #afb6c0;
	border-bottom: 1px solid #afb6c0;
}

.about-style-two .image-box-two{
	position: relative;
	display: block;
	padding-bottom: 80px;
	padding-left: 60px;
	margin-right: 99px;
}

.about-style-two .image-box-two .image{
	position: relative;
	border-radius: 5px;
	overflow: hidden;
}

.about-style-two .image-box-two img{
	width: 100%;
	border-radius: 5px;
}

.about-style-two .image-box-two .image-2{
	position: absolute;
	left: 0px;
	bottom: 0px;
}

.about-style-two .image-box-two .image:before{
	position: absolute;
	content: '';
	background: #000;
	width: 100%;
	height: 100%;
	left: 0px;
	top: 0px;
	opacity: 0.1;
}

.project-style-four.home-33{
	background: #f0f0f0;
	padding: 115px 0px;
}

.testimonial-home-33{
	background: #232932;
}

.testimonial-home-33 .slider-nav-style-2>*{
	border: 1px solid #a7a7a7;
}

.testimonial-home-33 .slider-nav-style-2>*:hover{
	border-color: var(--theme-color);
}

.news-section.home-33{
	background: #f2f5f8;
}

.news-section.home-33 .news-block-one .inner-box .lower-content .post-info li:before{
	background: var(--theme-color);
}

.contact-section.home-33{
	background: #fff;
}

.contact-section.home-33 .content-box span{
	color: #000000;
	font-size: 17px;
	font-family: 'Roboto', sans-serif;
	font-weight: 700;
	text-transform: capitalize;
}

.contact-section.home-33 .content-box span:before{
	display: none;
}

.clients-section.home-33{
	background-color: #f2f5f8;
	padding: 80px 0px;
}


/** header-style-34 **/

.header-style-34{
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	padding: 0px 150px;
}

.header-style-34 .sidemenu-nav-toggler{
	position: absolute;
	left: 30px;
	top: 45px;
}

.header-style-34 .main-menu .navigation>li>a{
	color: #fff;
}

.header-style-34 .main-menu .navigation>li.dropdown>a:before{
	display: none;
}

.header-style-34 button.theme-btn.search-toggler{
	font-size: 18px;
	border-color: transparent;
}

.header-style-34 .header-upper .logo-box .logo{
	margin-right: 48px;
}

.header-style-34 .phone-box{
	position: relative;
	padding: 0px 75px 0px 0px;
}

.header-style-34 .phone-box .icon-box{
	position: absolute;
	top: -17px;
	right: 0px;
	width: 56px;
	height: 56px;
	line-height: 56px;
	text-align: center;
	z-index: 1;
}

.header-style-34 .phone-box .icon-box:before{
	position: absolute;
	content: '';
	background: #151f2e;
	width: 100%;
	height: 80px;
	left: 0px;
	bottom: -2px;
	border-radius: 0px 0px 50px 50px;
	z-index: -1;
}

.header-style-34 .phone-box a{
	position: relative;
	display: inline-block;
	font-size: 22px;
	line-height: 30px;
	color: #0c101f;
	font-weight: 500;
}

.header-style-34 .phone-box a:hover{
	text-decoration: underline;
}

.header-style-34 .sticky-header{
	background: #000;
	padding: 0px 70px;
}

.header-style-34 .sticky-header .sidemenu-nav-toggler{
	position: relative;
	left: 0px;
	top: 0px;
}

/** banner-style-34 **/

.banner-style-34{
	position: relative;
	background-color: #1f212b;
	padding-left: 110px;
}

.banner-style-34 .scroll-btn-down{
	position: absolute;
	left: 35px;
	bottom: 28px;
	font-size: 20px;
	line-height: 30px;
	color: rgba(255, 255, 255, 0.60);
	writing-mode: vertical-lr;
	transform: rotate(-180deg);
	padding-top: 55px;
	cursor: pointer;
	transition: all 500ms ease;
}

.banner-style-34 .scroll-btn-down:hover{
	color: #fff;
}

.banner-style-34 .scroll-btn-down:before{
	position: absolute;
	content: '';
	background-image: url(../images/icons/icon-107.png);
	width: 17px;
	height: 31px;
	left: 3px;
	top: 0px;
	background-repeat: no-repeat;
	transform: rotate(-180deg);
}

.banner-style-34 .bg-layer{
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}

.banner-style-34 .bg-layer:after{
	position: absolute;
	content: '';
	background: -webkit-linear-gradient(90deg, rgba(31,33,43,0.8) 10%, rgba(31,33,43,0.0) 100%);
	left: 0px;
	bottom: 0px;
	width: 100%;
	height: 359px;
	z-index: 1;
}

.banner-style-34 .outer-container{
	padding: 220px 0px 330px 120px;
}

.banner-style-34 .social-links{
	position: absolute;
	left: 40px;
	bottom: 228px;
}

.banner-style-34 .social-links li{
	position: relative;
	display: block;
	margin-bottom: 45px;
	text-align: center;
}

.banner-style-34 .social-links li:last-child{
	margin-bottom: 0px;
}

.banner-style-34 .social-links li a{
	position: relative;
	display: inline-block;
	transition: all 500ms ease;
}

.banner-style-34 .social-links li a:hover{
	transform: scale(1.05);
}

.banner-style-34 .content-box{
	position: relative;
	display: block;
	max-width: 600px;
	z-index: 5;
}

.banner-style-34 .content-box h2{
	position: relative;
	display: block;
	font-size: 110px;
	line-height: 100px;
	color: #fff;
	font-weight: 900;
	margin-bottom: 0px;
}

.banner-style-34 .content-box h2 span{
	color: transparent;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: rgba(255, 255, 255, 1);
}

.banner-style-34 .content-box h3{
	position: relative;
	display: block;
	font-size: 75px;
	line-height: 80px;
	color: #fff;
	font-weight: 100;
	margin-bottom: 29px;
}

.banner-style-34 .content-box p{
	font-size: 20px;
	line-height: 26px;
	color: #fff;
	max-width: 350px;
	margin-bottom: 37px;
}

.banner-style-34 .content-box .btn-box a{
	position: relative;
	display: inline-block;
	font-size: 16px;
	line-height: 26px;
	font-family: 'Jost', sans-serif;
	color: #fff;
	font-weight: 700;
	text-transform: uppercase;
	padding-left: 100px;
}

.banner-style-34 .content-box .btn-box a:before{
	position: absolute;
	content: '';
	background: #fff;
	width: 80px;
	height: 2px;
	left: 0px;
	top: 12px;
}

/** about-style-16 **/

.about-style-16{
	position: relative;
	background: #1f212b;
	padding: 114px 0px 173px 0px;
}

.about-style-16 .title-text{
	position: relative;
	display: block;
	max-width: 370px;
	text-align: center;
	margin-top: -24px;
}

.about-style-16 .title-text h1{
	position: relative;
	display: block;
	font-size: 310px;
	line-height: 260px;
	font-family: 'Poppins', sans-serif;
    background-image: url(../images/icons/text-bg.png);
    color: transparent;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 800;
    z-index: 1;
    margin-bottom: 23px;
    background-size: cover;
    background-repeat: no-repeat;
}

.about-style-16 .title-text h4{
	position: relative;
	display: block;
	font-size: 20px;
	line-height: 30px;
	color: #c1c0cc;
	font-weight: 500;
	text-transform: uppercase;
	letter-spacing: 5px;
}

.about-style-16 .content-box{
	position: relative;
	display: block;
}

.about-style-16 .content-box span{
	position: relative;
	display: block;
	font-size: 16px;
	line-height: 26px;
	font-family: 'Jost', sans-serif;
	font-weight: 700;
	text-transform: uppercase;
	color: var(--theme-color);
	margin-bottom: 14px;
	letter-spacing: 2px;
}

.about-style-16 .content-box h3{
	position: relative;
	display: block;
	font-size: 22px;
	line-height: 30px;
	color: #b5b6c5;
	font-weight: 500;
	max-width: 250px;
	margin-bottom: 40px;
}

.about-style-16 .content-box h2{
	position: relative;
	display: block;
	font-size: 90px;
	line-height: 90px;
	color: #fff;
	font-weight: 900;
}

.about-style-16 .content-box h6{
	position: relative;
	display: block;
	font-size: 16px;
	line-height: 24px;
	font-family: 'Jost', sans-serif;
	color: #c1c0cc;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.about-style-16 .text-box{
	position: relative;
	display: block;
	margin-top: 10px;
}

.about-style-16 .text-box p{
	line-height: 28px;
	color: #b5b6c5;
	margin-bottom: 27px;
}

.about-style-16 .text-box .list-item li{
	position: relative;
	display: block;
	font-size: 18px;
	line-height: 28px;
	color: #b5b6c5;
	margin-bottom: 10px;
}

.about-style-16 .text-box .list-item li:last-child{
	margin-bottom: 0px;
}

.feature-section.home-34 .tabs-content{
	padding: 0px;
	margin: 0px;
}

.feature-section.home-34 .feature-content{
	padding-bottom: 0px;
	border-bottom: none;
}

.feature-section.home-34{
	background: #eeebf2;
	padding-top: 130px;
	padding-bottom: 104px;
}

.feature-section.home-34 .tab-btn-box .tab-btns li{
	font-weight: 300;
}

.feature-section.home-34 .tab-btn-box .tab-btns li.active-btn{
	font-weight: 400;
}

.feature-section.home-34 .pattern-layer{
	position: absolute;
	right: 0px;
	bottom: 0px;
	width: 467px;
	height: 669px;
	background-repeat: no-repeat;
}

.creative-section.home-34{
	background: #f5f3f6;
}

.creative-section.home-34 .right-content h2{
	color: #000000;
}

.creative-section.home-34 .right-content p,
.creative-section.home-34 .left-column p{
	color: #444444;
	font-weight: 400;
}

.creative-section.home-34 .left-column a{
	color: #fd4530;
}

.creative-section.home-34 .left-column a:before{
	background: #fd4530;
}

.project-style-two.home-34{
	padding: 115px 0px 0px 0px;
}

.project-style-two.home-34:before{
	position: absolute;
	content: '';
	background: #1f1e22;
	width: 100%;
	height: 300px;
	left: 0px;
	bottom: 0px;
}

.project-style-two.home-34 .masonry-item{
	padding: 0px 0.5px;
}

.concept-section.home-34{
	background: #1f1e22;
}


/** transforming-section **/

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

.transforming-section .title-text h2{
	position: relative;
	display: block;
	font-size: 55px;
	line-height: 66px;
	font-family: 'Jost', sans-serif;
	color: #000;
	font-weight: 400;
	margin-bottom: 0px;
}

.transforming-section .image-box{
	position: relative;
	display: block;
	padding-right: 95px;
	margin-left: -68px;
}

.transforming-section .image-box img{
	width: 100%;
}

.transforming-section .image-box .text-box{
	position: absolute;
	right: -135px;
	bottom: 100px;
	width: 210px;
}

.transforming-section .image-box .text-box p{
	font-size: 19px;
	line-height: 28px;
	font-family: 'Jost', sans-serif;
	color: #828282;
}

.faq-section.home-34{
	padding: 0px 0px 120px 0px;
}


/** header-style-35 **/

.header-style-35{
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	padding: 0px 70px;
}

.header-style-35 .outer-container{
	border-bottom: 1px solid #9a9990;
}

.header-style-35 .main-menu .navigation>li>a{
	color: #000000;
}

.header-style-35 .main-menu .navigation>li>a:before{
	display: none;
}

.header-style-35 .main-menu .navigation>li{
	padding-top: 27px;
	padding-bottom: 27px;
}

.header-style-35 button.theme-btn.search-toggler{
	font-size: 18px;
	color: #010101;
	border-color: #2b2b28;
}

.header-style-35 button.theme-btn.search-toggler:hover{
	color: #fff;
	border-color: #0067ac;
}

.header-style-35 .sidemenu-nav-toggler{
	border-color: #2b2b28;
}

.header-style-35 .sidemenu-nav-toggler:hover{
	border-color: #0067ac;
}

.header-style-35 .sticky-header{
	padding: 0px 70px;
}

.header-style-35 .sticky-header .outer-container{
	border-bottom: none;
}


/** banner-style-35 **/

.banner-style-35{
	position: relative;
	padding: 250px 0px 470px 0px;
}

.banner-style-35:before{
	position: absolute;
	content: '';
	background: #f4f4f4;
	width: 375px;
	height: 65px;
	left: 0px;
	bottom: 0px;
	z-index: 1;
}

.banner-style-35 .bg-layer{
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}

.banner-style-35 .outer-container{
	padding: 0px 220px;
}

.banner-style-35 .content-box{
	position: relative;
	display: block;
	text-align: right;
	float: right;
}

.banner-style-35 .content-box h2{
	position: relative;
	display: block;
	font-size: 90px;
	line-height: 100px;
	color: #000000;
	font-weight: 400;
	margin-bottom: 22px;
}

.banner-style-35 .content-box h3{
	position: relative;
	display: block;
	font-size: 45px;
	line-height: 54px;
	color: #000;
	font-weight: 400;
	margin-bottom: 44px;
}

.banner-style-35 .content-box .btn-box a{
	position: relative;
	display: inline-block;
	font-size: 16px;
	line-height: 26px;
	font-family: 'Jost', sans-serif;
	color: #000;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 1px;
	padding: 14px 36px 11px 36px;
	border: 2px solid #000;
}

.banner-style-35 .content-box .btn-box a:hover{
	color: #fff;
	background: #000;
}


.banner-bottom-text{
	position: relative;
	background: #242321;
	padding: 49px 0px 42px 0px;
}

.banner-bottom-text:before{
	position: absolute;
	content: '';
	background: #f4f4f4;
	width: 375px;
	height: 100%;
	left: 0px;
	top: 0px;
}

.banner-bottom-text .title-text{
	position: relative;
	padding: 0px 160px 0px 100px;
}

.banner-bottom-text .title-text p{
	font-size: 22px;
	line-height: 30px;
	color: #fff;
	margin-bottom: 0px;
}

.banner-bottom-text .text-box p{
	font-size: 20px;
	line-height: 28px;
	color: #bfbfbf;
	margin-bottom: 0px;
}

.banner-bottom-text .text-box{
	position: relative;
	padding: 0px 80px 0px 85px;
}

.banner-bottom-text .text-box:before{
	position: absolute;
	content: '';
	background: rgba(255, 255, 255, 0.30);
	width: 1px;
	height: 77px;
	left: 46px;
	top: 7px;
}

.feature-section.home-35{
	background: #f4f4f4;
	padding-top: 107px;
}

.feature-section.home-35 .content-box h2{
	font-style: normal;
}

.feature-section.home-35 .tabs-content .link-box a:before {
    background-image: url(../images/icons/icon-7.png);
}


/** impactful-section **/

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

.impactful-section .content-box{
	position: relative;
	display: block;
	padding-left: 50px;
	padding-right: 125px;
}

.impactful-section .content-box h2{
	position: relative;
	display: block;
	font-size: 45px;
	line-height: 54px;
	color: #000;
	font-weight: 700;
	margin-bottom: 18px;
}

.impactful-section .content-box p{
	font-size: 18px;
	line-height: 28px;
	color: #444;
	margin-bottom: 0px;
}

.impactful-section .image-box{
	position: relative;
	display: block;
	margin-left: 30px;
	margin-right: 44px;
}

.impactful-section .image-box img{
	width: 100%;
}

.impactful-section .image-box .experience-box{
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	width: 100%;
	text-align: center;
}

.impactful-section .image-box .experience-box h4{
	position: relative;
	display: block;
	font-size: 20px;
	line-height: 30px;
	font-family: 'Jost', sans-serif;
	font-weight: 600;
	color: #444444;
	margin-bottom: 46px;
}

.impactful-section .image-box .experience-box h1{
	position: relative;
	display: block;
	font-size: 150px;
	line-height: 106px;
	font-family: 'Jost', sans-serif;
	font-weight: 700;
	color: #444;
	margin-bottom: 0px;
}


/** creative-style-two **/

.creative-style-two{
	position: relative;
	padding: 28px 0px 100px 0px;
}

.creative-style-two .image-box{
	position: relative;
	display: block;
	margin-right: 30px;
	padding-left: 124px;
	padding-top: 157px;
}

.creative-style-two .image-box img{
	width: 100%;
}

.creative-style-two .image-box .image-2{
	position: absolute;
	left: 0px;
	top: 0px;
}

.creative-style-two .image-box .image-1{
	position: relative;
	display: block;
	z-index: 1;
}

.creative-style-two .content-box{
	position: relative;
	display: block;
	margin-left: 40px;
	margin-right: 45px;
}

.creative-style-two .content-box .title-text{
	position: relative;
	display: block;
	font-size: 18px;
	line-height: 28px;
	font-family: 'Jost', sans-serif;
	font-weight: 700;
	text-transform: uppercase;
	color: #000;
	padding: 14px 0px 13px 0px;
	border-top: 1px solid #3d3d3d;
	border-bottom: 1px solid #3d3d3d;
	margin-bottom: 53px;
}

.creative-style-two .content-box .single-item{
	position: relative;
	display: block;
	padding-left: 35px;
	margin-bottom: 37px;
}

.creative-style-two .content-box .single-item .icon-box{
	position: absolute;
	left: 0px;
	top: -2px;
	font-size: 22px;
	line-height: 30px;
	color: #000;
}

.creative-style-two .content-box .single-item h5{
	position: relative;
	display: block;
	font-size: 18px;
	line-height: 28px;
	font-family: 'Poppins', sans-serif;
	color: #000;
	font-weight: 700;
	margin-bottom: 12px;
}

.creative-style-two .content-box .single-item p{
	position: relative;
	display: block;
	font-size: 17px;
	line-height: 28px;
	color: #707070;
	margin-bottom: 0px;
}

/** project-style-12 **/

.project-style-12{
	background: #f6f6f6;
	padding: 115px 0px 72px 0px;
}

.project-block-seven .inner-box{
	position: relative;
	display: block;
	margin-bottom: 50px;
}

.project-block-seven .inner-box .image-box{
	position: relative;
	display: block;
	overflow: hidden;
}

.project-block-seven .inner-box .image-box img{
	width: 100%;
	transition: all 500ms ease;
}

.project-block-seven .inner-box:hover .image-box img{
	transform: scale(1.05);
}

.project-block-seven .inner-box .lower-content{
	position: relative;
	display: block;
	padding-top: 21px;
}

.project-block-seven .inner-box .lower-content h4{
	position: relative;
	display: block;
	font-size: 20px;
	line-height: 30px;
	font-family: 'Poppins', sans-serif;
	font-weight: 500;
	margin-bottom: 0px;
}

.project-block-seven .inner-box .lower-content h4 a{
	display: inline-block;
	color: #000;
}

.project-block-seven .inner-box .lower-content h4 a:hover{
	color: #0067ac;
}

.project-block-seven .inner-box .lower-content p{
	position: relative;
	display: block;
	font-size: 18px;
	line-height: 20px;
	color: #444;
	margin-bottom: 0px;
}

.project-style-12 .upper-box{
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.project-style-12 .upper-box .sec-title p{
	font-size: 18px;
	line-height: 28px;
	color: #444;
	margin-bottom: 0px;
	margin-top: 20px;
}

.project-style-12 .filter-tabs li{
	position: relative;
	display: inline-block;
	float: left;
	margin-right: 50px;
	font-size: 18px;
	line-height: 28px;
	font-family: 'Poppins', sans-serif;
	color: #444;
	cursor: pointer;
	font-weight: 400;
	transition: all 500ms ease;
}

.project-style-12 .filter-tabs li:before{
	display: none;
}

.project-style-12 .filter-tabs li:last-child{
	margin: 0px !important;
}


/** funfact-style-three **/

.funfact-style-three{
	position: relative;
	padding: 80px 0px 100px 0px;
}

.funfact-block-three .inner-box{
	position: relative;
	display: block;
	padding-right: 30px;
}

.funfact-block-three .inner-box:before{
	position: absolute;
	content: '';
	background: #c4c4c4;
	width: 1px;
	height: 216px;
	top: 0px;
	right: -40px;
}

.funfact-block:last-child .funfact-block-three .inner-box:before{
	display: none;
}

.funfact-block-three .inner-box .count-outer{
	position: relative;
	display: block;
	font-size: 80px;
	line-height: 80px;
	font-family: 'Roboto', sans-serif;
	color: #000;
	font-weight: 900;
	margin-bottom: 10px;
}

.funfact-block-three .inner-box h5{
	position: relative;
	display: inline-block;
	font-size: 18px;
	line-height: 28px;
	color: #000000;
	font-weight: 900;
	margin-bottom: 0px;
}

.funfact-block-three .inner-box .text{
	position: relative;
	display: inline-block;
	font-size: 17px;
	line-height: 28px;
	color: #707070;
	margin-bottom: 0px;
}

.faq-section.home-35{
	padding-bottom: 120px;
}


/** news-style-two **/

.news-style-two{
	position: relative;
	padding: 114px 0px 117px 0px;
	background: #f6f6f6;
}

.news-style-two .sec-title{
	position: relative;
	display: block;
}

.news-style-two .sec-title p{
	font-size: 18px;
	line-height: 28px;
	color: #444;
	margin-top: 20px;
}

.news-style-two .sec-title a{
	position: absolute;
	top: 51px;
	right: 0px;
	font-size: 20px;
	line-height: 30px;
	font-family: 'Jost', sans-serif;
	color: #000;
	padding-right: 22px;
	font-weight: 500;
}

.news-style-two .sec-title a:before{
	position: absolute;
	content: '';
	background-image: url(../images/icons/icon-7.png);
	width: 12px;
	height: 12px;
	top: 7px;
	right: 0px;
	background-repeat: no-repeat;
}

.news-style-two .sec-title a:hover{
	text-decoration: underline;
}

.news-block-two .inner-box{
	position: relative;
	display: block;
}

.news-block-two .inner-box .image-box{
	position: relative;
	display: block;
	overflow: hidden;
}

.news-block-two .inner-box .image-box img{
	width: 100%;
	transition: all 500ms ease;
}

.news-block-two .inner-box:hover .image-box img{
	transform: scale(1.05);
}

.news-block-two .inner-box .lower-content{
	position: relative;
	display: block;
	padding-top: 24px;
}

.news-block-two .inner-box .lower-content span{
	position: relative;
	display: block;
	font-size: 16px;
	line-height: 26px;
	font-family: 'Jost', sans-serif;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 1px;
	margin-bottom: 4px;
}

.news-block-two .inner-box .lower-content h4{
	position: relative;
	display: block;
	font-size: 20px;
	line-height: 24px;
	font-family: 'Poppins', sans-serif;
	font-weight: 500;
	margin-bottom: 0px;
}

.news-block-two .inner-box .lower-content h4 a{
	display: inline-block;
	color: #000;
}

.news-block-two .inner-box .lower-content h4 a:hover{
	color: #0067ac;
}

.page-wrapper.home-36{
	background-color: #0e0f11;
}


/** header-style-36 **/

.header-style-36{
	position: relative;
	padding: 0px 70px;
}

.header-style-36 .main-menu .navigation>li>a{
	color: #fff;
}

.header-style-36 .main-menu .navigation>li>a:before{
	display: none;
}

.header-style-36 button.theme-btn.search-toggler{
	font-size: 18px;
	border-color: transparent;
}

.header-style-36 .main-menu .navigation>li{
	padding: 30px 0px;
}

.header-style-36 .sticky-header{
	background: #000;
	padding: 0px 70px;
}


/** banner-style-36 **/

.banner-style-36{
	padding-bottom: 90px;
}

.banner-style-36 .bg-layer{
	position: absolute;
	top: 0px;
	right: 70px;
	width: calc(50% - 247px);
	height: calc(100% - 120px);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}

.banner-style-36 .content-box{
	position: relative;
	display: block;
	margin-right: 60px;
}

.banner-style-36 .image-box{
	position: relative;
	display: block;
	margin-bottom: 30px;
}

.banner-style-36 .image-box img{
	width: 100%;
}

.banner-style-36 .title-box{
	position: relative;
	display: block;
	border: 1px solid #333539;
	padding: 87px 60px 88px 60px;
	margin-bottom: 30px;
}

.banner-style-36 .title-box h2{
	position: relative;
	display: block;
	font-size: 35px;
	line-height: 51px;
	font-family: 'Poppins', sans-serif;
	color: #fff;
	font-weight: 400;
	margin-bottom: 0px;
}

.banner-style-36 .text-box{
	position: relative;
	display: block;
	border: 1px solid #313236;
	background: #fff;
	padding: 75px 60px 113px 60px;
}

.banner-style-36 .text-box span{
	position: relative;
	display: block;
	font-size: 16px;
	line-height: 26px;
	font-family: 'Jost', sans-serif;
	color: #000;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 1px;
	margin-bottom: 6px;
}

.banner-style-36 .text-box h3{
	position: relative;
	display: block;
	font-size: 22px;
	line-height: 42px;
	color: #000;
	font-weight: 400;
	margin-bottom: 0px;
}

.banner-style-36 .phone-box{
	position: absolute;
	right: 120px;
	bottom: -10px;
	font-size: 22px;
	line-height: 30px;
	font-family: 'Jost', sans-serif;
	color: #fff;
	font-weight: 500;
}

.banner-style-36 .phone-box a{
	display: inline-block;
	color: #fff;
}

.banner-style-36 .phone-box a:hover{
	text-decoration: underline;
}

.banner-style-36:before{
	position: absolute;
	content: '';
	background: #3e3f41;
	width: calc(100% - 500px);
	height: 1px;
	left: 110px;
	bottom: 0px;
}

.banner-style-36:after{
	position: absolute;
	content: '';
	background: #3e3f41;
	width: 1px;
	height: calc(100% - 300px);
	left: 110px;
	bottom: 0px;
}

.feature-section.home-36 .tabs-content{
	padding-top: 0px;
	margin-top: 0px;
}

.feature-section .title-box h2{
	position: relative;
	display: block;
	font-size: 62px;
	line-height: 74px;
	font-weight: 300;
	color: #c1c0cc;
	margin-bottom: 25px;
}

.feature-block-four .inner-box{
	position: relative;
	display: block;
	margin-bottom: 70px;
}

.feature-block-four .inner-box h3{
	position: relative;
	display: block;
	font-size: 28px;
	line-height: 38px;
	color: #fff;
	font-weight: 300;
	margin-bottom: 15px;
	padding: 20px 0px 0px 73px;
}

.feature-block-four .inner-box h3 img{
	position: absolute;
	left: 0px;
	top: 0px;
}

.feature-block-four .inner-box p{
	display: block;
	font-size: 18px;
	line-height: 26px;
	color: rgba(255, 255, 255, 0.50);
}

.feature-section.home-36 .feature-content{
	padding: 0px;
	margin: 0px;
	border: none;
	padding-left: 65px;
}

.feature-section.home-36{
	padding: 152px 0px 0px 0px;
}


/** project-style-13 **/

.project-style-13{
	position: relative;
	padding: 100px 0px 100px 0px;
}

.project-style-13 .swiper-wrapper{
	align-items: center;
}

.project-style-13 .swiper-container{
	overflow: visible;
}


.weare-section{
	position: relative;
	padding: 33px 0px 133px 0px;
	border-bottom: 1px solid rgba(61, 61, 61, 0.40);
}

.weare-section .title-text h2{
	position: relative;
	display: block;
	font-size: 34px;
	line-height: 41px;
	font-family: 'Poppins', sans-serif;
	color: #fff;
	font-weight: 100;
	margin-bottom: 0px;
	max-width: 700px;
}

.weare-section .title-text h2 a{
	display: inline-block;
	font-style: italic;
	line-height: 34px;
	border-bottom: 1px solid #fff;
	color: #fff;
}

.weare-section .single-item{
	position: relative;
	display: block;
	max-width: 300px;
}

.weare-section .single-item span{
	position: relative;
	display: block;
	font-size: 16px;
	line-height: 26px;
	font-family: 'Jost', sans-serif;
	color: #fff;
	font-weight: 700;
	text-transform: uppercase;
	margin-bottom: 15px;
}

.weare-section .single-item p{
	font-size: 19px;
	line-height: 28px;
	color: rgba(255, 255, 255, 0.60);
}


.team-section.home-36{
	background: transparent;
	padding: 130px 0px 100px 0px;
}

.team-section.home-36 .sub-title{
	color: #fff;
}

.team-section.home-36 .sub-title:before{
	background: #fff;
}

.team-section.home-36 .sec-title h2{
	font-size: 40px;
	line-height: 48px;
	font-weight: 300;
	color: rgba(255, 255, 255, 0.70);
}

.team-section.home-36 .team-block-one .inner-box{
	margin-bottom: 40px;
}

.team-section.home-36 .pattern-layer{
	position: absolute;
	left: 0px;
	bottom: 0px;
	width: 588px;
	height: 604px;
	background-repeat: no-repeat;
}

.testimonial-section.home-36{
	background: #131517;
	padding: 120px 0px 115px 0px;
}

.testimonial-section.home-36 .testimonial-slider-control{
	opacity: 0.5;
}

.testimonial-section.home-36 .testimonial-slider-control:hover{
	opacity: 1;
}

.testimonial-section.home-36 .testimonial-block-one .inner-box .image-box .icon-box{
	background: #181a1c;
}

.clients-home-36 .client-logo-1-image.dark_v{
	background: #16181a;
	border-color: #1d1e20;
	min-height: 225px;
}

.clients-home-36 .client-logo-1-image img{
	opacity: 0.2;
}

.clients-home-36 .client-logo-1-image:hover img{
	opacity: 1;
}

.transforming-section.home-36 .title-text h2{
	color: #fff;
}

.faq-section.home-36 .big-text{
	-webkit-text-stroke-color: #494949;
}

.faq-section.home-36{
	padding-top: 0px;
}

.footer-style-three.home-36{
	background: #030303;
}


/** header-style-37 **/

.header-style-37{
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	padding: 0px 70px;
}

.header-style-37 .main-menu .navigation>li>a{
	color: #fff;
}

.header-style-37 .main-menu .navigation>li.dropdown>a:before{
	display: none;
}

.header-style-37 button.theme-btn.search-toggler{
	border-color: transparent;
}

.header-style-37 .sticky-header{
	background: #000;
	padding: 0px 70px;
}

/** banner-style-37 **/

.banner-style-37{
	position: relative;
	padding: 283px 0px 0px 0px;
}

.banner-style-37 .bg-layer{
	position: absolute;
	top: 0px;
	right: 0px;
	width: calc(50% + 230px);
	height: calc(100% - 12px);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}

.banner-style-37 .outer-container{
	padding: 0px 250px;
}

.banner-style-37 .content-box{
	position: relative;
	max-width: 640px;
}

.banner-style-37 .content-box h2{
	position: relative;
	display: block;
	font-size: 90px;
	line-height: 108px;
	color: #000;
	font-weight: 900;
	margin-bottom: 39px;
}

.banner-style-37 .content-box p{
	position: relative;
	display: block;
	font-size: 20px;
	line-height: 26px;
	color: #000;
	max-width: 400px;
	margin-bottom: 47px;
}

.banner-style-37 .content-box .btn-box{
	margin-bottom: 205px;
}

.banner-style-37 .content-box .btn-box a{
	position: relative;
	display: inline-block;
	font-size: 20px;
	line-height: 26px;
	font-family: 'Jost', sans-serif;
	font-weight: 600;
	color: #000;
	border: 1px solid #000;
	padding: 12px 37px 14px 37px;
}

.banner-style-37 .content-box .btn-box a:hover{
	background: #000;
	color: #fff;
}

.banner-style-37 .content-box .phone-box{
	position: relative;
	display: block;
	font-size: 17px;
	line-height: 26px;
	font-family: 'Jost', sans-serif;
	font-weight: 500;
	color: #0067ac;
}

.banner-style-37 .content-box .phone-box a{
	position: relative;
	display: inline-block;
	font-weight: 700;
	color: #000;
	margin-left: 10px;
}

.banner-style-37 .content-box .phone-box a:hover{
	color: #0067ac;
}


/** welcome-style-four **/

.welcome-style-four{
	position: relative;
	padding: 142px 0px 130px 0px;
}

.welcome-style-four .upper-box .title-box span{
	position: relative;
	display: block;
	font-size: 16px;
	line-height: 26px;
	font-family: 'Jost', sans-serif;
	font-weight: 700;
	text-transform: uppercase;
	color: var(--theme-color);
	margin-bottom: 22px;
}

.welcome-style-four .upper-box .title-box h2{
	position: relative;
	display: block;
	font-size: 40px;
	line-height: 48px;
	font-weight: 400;
	color: #000;
	margin-bottom: 0px;
}

.welcome-style-four .upper-box .text-box p{
	line-height: 30px;
	color: #444;
	margin-bottom: 0px;
}

.welcome-style-four .lower-box{
	position: relative;
	display: block;
	padding: 67px 0px;
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
}

.welcome-style-four .lower-box .single-item{
	position: relative;
	display: block;
}

.welcome-style-four .lower-box .single-item h3{
	position: relative;
	display: block;
	padding: 0px 0px 0px 87px;
	font-size: 28px;
	line-height: 34px;
	font-family: 'Poppins', sans-serif;
	font-weight: 500;
	color: #000;
	margin-bottom: 33px;
}

.welcome-style-four .lower-box .single-item h3 img{
	position: absolute;
	left: 0px;
	top: 7px;
}

.welcome-style-four .lower-box .single-item p{
	position: relative;
	display: block;
	font-size: 18px;
	line-height: 28px;
	color: #444;
	margin-bottom: 0px;
}


/** feature-style-seven **/

.feature-style-seven{
	position: relative;
	padding-bottom: 120px;
}

.feature-style-seven .image-box{
	position: relative;
	display: block;
}

.feature-style-seven .image-box img{
	max-width: none;
}

.feature-style-seven .content-box{
	position: relative;
	display: block;
}

.feature-style-seven .content-box h2{
	position: relative;
	display: block;
	font-size: 45px;
	line-height: 54px;
	font-weight: 700;
	color: #000;
	margin-bottom: 18px;
}

.feature-style-seven .content-box p{
	position: relative;
	display: block;
	font-size: 18px;
	line-height: 28px;
	color: #444;
	max-width: 490px;
	margin-bottom: 0px;
}

.feature-style-seven .content-box a{
	position: relative;
	display: block;
	font-size: 16px;
	line-height: 26px;
	font-family: 'Jost', sans-serif;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: var(--theme-color);
	margin-top: 27px;
}

.feature-style-seven .content-box a:hover{
	text-decoration: underline;
}


/** about-style-17 **/

.about-style-17{
	position: relative;
	background: #f8f8f8;
	padding: 115px 0px 120px 0px;
}

.about-style-17 .content-box{
	position: relative;
	display: block;
}

.about-style-17 .content-box .text-box{
	position: relative;
	display: block;
	margin-bottom: 48px;
}

.about-style-17 .content-box .text-box p{
	position: relative;
	display: block;
	font-size: 18px;
	line-height: 28px;
	color: #444;
	margin-bottom: 0px;
}

.about-style-17 .content-box .text-box p:first-child:before{
	position: absolute;
	content: '';
	background: #0b1953;
	width: 4px;
	height: calc(100% - 6px);
	left: 0px;
	top: 3px;
}

.about-style-17 .content-box .text-box h3{
	position: relative;
	display: block;
	font-size: 30px;
	line-height: 40px;
	font-family: 'Poppins', sans-serif;
	font-weight: 700;
	color: #161837;
	margin: 24px 0px 17px 0px;
}

.about-style-17 .content-box .lower-box{
	position: relative;
	display: flex;
	align-items: center;
}

.about-style-17 .content-box .lower-box .theme-btn-one{
	border-radius: 35px;
}

.about-style-17 .content-box .lower-box .author-box{
	position: relative;
	display: block;
	padding: 0px 0px 0px 60px;
}

.about-style-17 .content-box .lower-box .author-box .icon-box{
	position: absolute;
	left: 0px;
	top: 2px;
}

.about-style-17 .content-box .lower-box .author-box span{
	position: relative;
	display: block;
	font-size: 18px;
	line-height: 18px;
	color: #444444;
	margin-bottom: 6px;
}

.about-style-17 .content-box .lower-box .author-box h4{
	position: relative;
	display: block;
	font-size: 20px;
	line-height: 20px;
	font-family: 'Jost', sans-serif;
	font-weight: 500;
	margin-bottom: 0px;
}

.about-style-17 .content-box .lower-box .author-box h4 a{
	display: inline-block;
	color: #0b1953;
}

.about-style-17 .content-box .lower-box .author-box h4 a:hover{
	color: var(--theme-color);
}

.about-style-17 .image-box{
	position: relative;
	display: block;
	padding-bottom: 75px;
	padding-left: 62px;
}

.about-style-17 .image-box img{
	width: 100%;
}

.about-style-17 .image-box .image-2{
	position: absolute;
	right: -30px;
	bottom: 0px;
}

.about-style-17 .image-box .experience-box{
	position: absolute;
	left: 0px;
	top: -10px;
	width: 350px;
	background: var(--theme-color);
	padding: 16px 15px 10px 15px;
	text-align: center;
	font-size: 16px;
	line-height: 26px;
	font-family: 'Jost', sans-serif;
	color: #fff;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 5px;
}


/** about-me-section **/

.about-me-section{
	position: relative;
	border-bottom: 1px solid #dadada;
}

.about-me-section .image-box{
	position: relative;
	display: block;
	margin-right: 20px;
}

.about-me-section .image-box img{
	width: 100%;
}

.about-me-section .content-box{
	position: relative;
	display: block;
}

.about-me-section .content-box h2{
	position: relative;
	display: block;
	font-size: 55px;
	line-height: 65px;
	font-weight: 700;
	color: #000;
	margin-bottom: 8px;
}

.about-me-section .content-box .designation{
	position: relative;
	display: block;
	font-size: 16px;
	line-height: 26px;
	font-family: 'Jost', sans-serif;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: var(--theme-color);
	padding-bottom: 26px;
	margin-bottom: 39px;
}

.about-me-section .content-box .designation:before{
	position: absolute;
	content: '';
	background: var(--theme-color);
	width: 56px;
	height: 2px;
	left: 0px;
	bottom: 0px;
}

.about-me-section .content-box .phone-box a{
	position: relative;
	display: inline-block;
	font-size: 30px;
	line-height: 40px;
	font-family: 'Jost', sans-serif;
	font-weight: 700;
	color: #242424;
	margin-bottom: 9px;
}

.about-me-section .content-box .phone-box a:hover{
	color: var(--theme-color);
}

.about-me-section .content-box .mail-box a{
	position: relative;
	display: inline-block;
	font-size: 22px;
	line-height: 30px;
	font-family: 'Jost', sans-serif;
	font-weight: 400;
	color: #242424;
	margin-bottom: 28px;
}

.about-me-section .content-box .mail-box a:hover{
	color: var(--theme-color);
}

.about-me-section .content-box h3{
	position: relative;
	display: block;
	font-size: ;
}

.about-me-section .content-box .social-links{
	position: relative;
	display: flex;
	align-items: center;
	margin-bottom: 77px;
}

.about-me-section .content-box .social-links li{
	margin-right: 10px;
}

.about-me-section .content-box .social-links li:last-child{
	margin: 0px !important;
}

.about-me-section .content-box .social-links li a{
	position: relative;
	display: inline-block;
	width: 40px;
	height: 40px;
	line-height: 40px;
	border: 1px solid #b5b5b5;
	border-radius: 50%;
	font-size: 16px;
	color: #666666;
	text-align: center;
}

.about-me-section .content-box .social-links li a:hover{
	color: #fff;
	background: var(--theme-color);
	border-color: var(--theme-color);
}

.about-me-section .content-box h3{
	position: relative;
	display: block;
	font-size: 40px;
	line-height: 50px;
	color: #242424;
	font-weight: 700;
	margin-bottom: 21px;
}

.about-me-section .content-box h4{
	position: relative;
	display: block;
	font-size: 22px;
	line-height: 32px;
	color: #242424;
	margin-bottom: 14px;
}

.about-me-section .content-box p{
	position: relative;
	display: block;
	font-size: 18px;
	line-height: 28px;
	color: #444;
	margin-bottom: 65px;
}

.about-me-section .content-box .inner-box{
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.about-me-section .content-box .inner-box .single-item{
	position: relative;
	display: block;
}

.about-me-section .content-box .inner-box .single-item .icon-box{
	position: relative;
	display: block;
	margin-bottom: 8px;
}

.about-me-section .content-box .inner-box .single-item span{
	position: relative;
	display: block;
	font-size: 20px;
	line-height: 30px;
	font-weight: 500;
	color: #242424;
	margin: 0px;
}


/** professional-section **/

.professional-section{
	position: relative;
	padding: 91px 0px 117px 0px;
	border-bottom: 1px solid #dadada;
	background-color: #fdfdfd;
}

.professional-section .education-content{
	position: relative;
	display: block;
}

.professional-section .education-content h2{
	position: relative;
	display: block;
	font-size: 45px;
	line-height: 88px;
	color: #242424;
	font-weight: 900;
	margin-bottom: 20px;
}

.professional-section .education-content .single-item{
	position: relative;
	display: block;
	padding-left: 115px;
	margin-bottom: 44px;
}

.professional-section .education-content .single-item:last-child{
	margin-bottom: 0px;
}

.professional-section .education-content .single-item span{
	position: absolute;
	left: 0px;
	top: 3px;
	font-size: 30px;
	line-height: 40px;
	font-family: 'Jost', sans-serif;
	font-weight: 700;
	color: #000;
}

.professional-section .education-content .single-item h3{
	position: relative;
	display: block;
	font-size: 25px;
	line-height: 35px;
	font-weight: 500;
	color: #242424;
	margin-bottom: 8px;
}

.professional-section .education-content .single-item p{
	position: relative;
	display: block;
	font-size: 18px;
	line-height: 28px;
	color: #444;
	margin-bottom: 0px;
}

.professional-section .keynotes-content{
	position: relative;
	display: block;
}

.professional-section .keynotes-content h2{
	position: relative;
	display: block;
	font-size: 40px;
	line-height: 50px;
	font-weight: 900;
	color: #242424;
	margin-bottom: 44px;
}

.professional-section .keynotes-content .download-box{
	position: relative;
	max-width: 400px;
	border: 1px solid #d6d6d6;
	background: #242424;
	padding: 14px 80px 21px 70px;
	margin-bottom: 53px;
}

.professional-section .keynotes-content .download-box .pdf-icon{
	position: absolute;
	left: 23px;
	top: 30px;
}

.professional-section .keynotes-content .download-box .download-icon{
	position: absolute;
	top: 20px;
	right: 23px;
}

.professional-section .keynotes-content .download-box h3{
	position: relative;
	display: block;
	font-size: 22px;
	line-height: 26px;
	font-family: 'Poppins', sans-serif;
	font-weight: 500;
	color: #fff;
	margin-bottom: 3px;
}

.professional-section .keynotes-content .download-box span{
	position: relative;
	display: block;
	font-size: 14px;
	line-height: 16px;
	color: #898989;
}

.professional-section .keynotes-content .text-box h3{
	position: relative;
	display: block;
	font-size: 25px;
	line-height: 35px;
	color: #242424;
	font-weight: 500;
	margin-bottom: 6px;
}

.professional-section .keynotes-content .text-box p{
	position: relative;
	display: block;
	font-size: 18px;
	line-height: 28px;
	color: #444;
	margin-bottom: 0px;
}


/** page-title **/

.page-title{
	position: relative;
	padding: 0px 70px;
}

.page-title .outer-container{
	padding: 142px 0px 143px 0px;
}

.page-title .bg-layer{
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}

.page-title .bg-layer:before{
	position: absolute;
    content: '';
    background: -webkit-linear-gradient(0deg, rgba(0,0,0,0.60) 0%, rgba(0,0,0,0.0) 100%);
    left: 0px;
    bottom: 0px;
    width: 80%;
    height: 100%;
}

.page-title h1{
	position: relative;
	display: block;
	font-size: 65px;
	line-height: 75px;
	color: #fff;
	font-weight: 900;
	margin-bottom: 7px;
}

.page-title .bread-crumb li{
	position: relative;
	display: inline-block;
	font-size: 18px;
	line-height: 28px;
	padding-right: 18px;
	margin-right: 8px;
	color: #fff;
}

.page-title .bread-crumb li:last-child{
	margin: 0px;
	padding: 0px;
}

.page-title .bread-crumb li a{
	display: inline-block;
	color: #fff;
}

.page-title .bread-crumb li a:hover{
	text-decoration: underline;
}

.page-title .bread-crumb li:before{
	position: absolute;
	content: '/';
	top: 0px;
	right: 0px;
}

.page-title .bread-crumb li:last-child:before{
	display: none;
}

.feature-section.about-3{
	padding-top: 0px;
}

.feature-section.about-3 .tabs-content{
	border-top: 1px solid #cbcbcb;
	margin-top: 0px;
	padding-top: 107px;
}

.feature-section.about-3 .tabs-content .link-box{
	top: 111px;
	z-index: 1;
}

.faq-section.about-3{
	padding-top: 0px;
}

.page-title.style-two{
	padding: 0px;
	padding-right: 120px;
	background-color: #1c1d21;
}

.page-title.style-two .bg-layer:before{
    background: -webkit-linear-gradient(0deg, rgba(0,0,0,0.99) 0%, rgba(0,0,0,0.0) 100%);
}

.funfact-style-two.about-4 .outer-container{
	border: none;
	padding: 0px;
}

.funfact-style-two.about-4 .outer-container .inner-container{
	padding: 89px 0px 100px 0px;
    border-top: 1px solid #cec6bd;
}

.about-page-four-section{
	border-bottom: 1px solid #cbcbcb;
}


.team-style-two{
	position: relative;
	padding: 113px 0px 120px 0px;
}

.team-style-two .team-block-one .inner-box .lower-content h3 a{
	color: #161837;
}

.team-style-two .team-block-one .inner-box .lower-content h3 a:hover{
	color: var(--theme-color);
}

.team-style-two .team-block-one .inner-box .lower-content .designation{
	color: #444444;
}

.team-style-two .sec-title p{
	line-height: 28px;
	color: #444;
	margin-top: 20px;
}

.team-style-two .sec-title h2{
	color: #000000;
}

.feature-style-four.about-4{
	padding: 111px 0px 120px 0px;
}

.brand-section.about-4{
	padding: 0px;
}

.brand-section.about-4 .inner-container{
	padding: 100px 0px 100px 0px;
	border-top: 1px solid #cbccce;
}


/** service-page-three-section **/

.service-page-three-section{
	position: relative;
	padding: 78px 0px 100px 0px;
}

.service-page-three-section .sec-title span{
	position: relative;
	display: block;
	font-size: 16px;
	line-height: 26px;
	font-family: 'Jost', sans-serif;
	font-weight: 700;
	text-transform: uppercase;
	color: #242424;
	margin-bottom: 24px;
}

.service-page-three-section .sec-title h2{
	position: relative;
	display: block;
	font-size: 50px;
	line-height: 60px;
	font-weight: 300;
	color: #000;
	margin-bottom: 0px;
}

.service-block-seven .image-box{
	position: relative;
	display: block;
}

.service-block-seven .image-box img{
	max-width: none;
}

.service-block-seven .content-box{
	position: relative;
	display: block;
}

.service-block-seven .content-box h2{
	position: relative;
	display: block;
	font-size: 35px;
	line-height: 45px;
	font-weight: 700;
	color: #000;
	margin-bottom: 21px;
}

.service-block-seven .content-box p{
	position: relative;
	display: block;
	font-size: 18px;
	line-height: 28px;
	color: #444;
	margin-bottom: 12px;
}

.service-block-seven .content-box .list-item{
	margin-bottom: 25px;
}

.service-block-seven .content-box .list-item li{
	position: relative;
	display: block;
	font-size: 18px;
	line-height: 28px;
	color: #444;
	margin-bottom: 7px;
}

.service-block-seven .content-box .list-item li:last-child{
	margin-bottom: 0px;
}

.service-block-seven:nth-child(odd) .content-box .list-item li{
	padding-left: 35px;
}

.service-block-seven:nth-child(even) .content-box .list-item li{
	padding-right: 35px;
}

.service-block-seven .content-box .list-item li:before{
	position: absolute;
	content: '';
	width: 16px;
	height: 12px;
	top: 10px;
	background-repeat: no-repeat;
}

.service-block-seven:nth-child(odd) .content-box .list-item li:before{
	background-image: url(../images/icons/icon-133.png);
	left: 0px;
}

.service-block-seven:nth-child(even) .content-box .list-item li:before{
	background-image: url(../images/icons/icon-134.png);
	right: 0px;
}

.service-block-seven .content-box .link-box a{
	position: relative;
	display: inline-block;
	font-size: 16px;
	line-height: 26px;
	font-family: 'Jost', sans-serif;
	font-weight: 700;
	text-transform: uppercase;
	color: #444;
	letter-spacing: 1px;
}

.service-block-seven .content-box .link-box a img{
	position: absolute;
	top: 6px;
}

.service-block-seven:nth-child(odd) .content-box .link-box a{
	padding-right: 43px;
}

.service-block-seven:nth-child(odd) .content-box .link-box a img{
	right: 0px;
}

.service-block-seven:nth-child(even) .content-box .link-box a{
	padding-left: 43px;
}

.service-block-seven:nth-child(even) .content-box .link-box a img{
	left: 0px;
}


/** additional-service **/

.additional-service{
	position: relative;
	padding: 13px 0px 146px 0px;
}

.additional-service .title-text{
	position: relative;
	display: block;
	font-size: 16px;
	line-height: 26px;
	font-family: 'Jost', sans-serif;
	font-weight: 700;
	text-transform: uppercase;
	color: #000;
	letter-spacing: 1px;
	padding-bottom: 22px;
	border-bottom: 1px solid #000;
	margin-bottom: 39px;
}

.additional-service .list-item li{
	position: relative;
	display: block;
	font-size: 35px;
	line-height: 45px;
	font-family: 'Jost', sans-serif;
	color: #000;
	font-weight: 600;
	margin-bottom: 14px;
}

.additional-service .list-item li:last-child{
	margin-bottom: 0px;
}

.additional-service .list-item li span{
	margin-right: 24px;
	font-size: 30px;
}

.page-title.style-three{
	position: relative;
	min-height: 652px;
}

.page-title.style-three .bg-layer:before{
	display: none;
}


/** service-page-four-section **/

.service-page-four-section{
	position: relative;
	padding: 115px 0px 33px 0px;
}

.service-page-four-section .sec-title h2{
	padding-top: 11px;
	color: #000000;
}

.service-page-four-section .sec-title p{
	font-size: 18px;
	line-height: 28px;
	color: #444;
	margin-top: 22px;
}

.service-block-eight .inner-box{
	position: relative;
	display: block;
	margin-bottom: 72px;
}

.service-block-eight .inner-box .image-box{
	position: relative;
	display: block;
	overflow: hidden;
}

.service-block-eight .inner-box .image-box img{
	width: 100%;
	transition: all 500ms ease;
}

.service-block-eight .inner-box:hover .image-box img{
	transform: scale(1.05);
}

.service-block-eight .inner-box .lower-content{
	position: relative;
	display: block;
	padding-top: 36px;
}

.service-block-eight .inner-box .lower-content h3{
	position: relative;
	display: block;
	font-size: 22px;
	line-height: 30px;
	font-weight: 700;
	margin-bottom: 6px;
}

.service-block-eight .inner-box .lower-content h3 a{
	display: inline-block;
	color: #000;
}

.service-block-eight .inner-box .lower-content h3 a:hover{
	color: var(--theme-color);
}

.service-block-eight .inner-box .lower-content p{
	position: relative;
	display: block;
	font-size: 18px;
	line-height: 28px;
	color: #444;
	margin-bottom: 16px;
}

.service-block-eight .inner-box .lower-content .link a{
	position: relative;
	display: inline-block;
	font-size: 16px;
	line-height: 26px;
	font-family: 'Jost', sans-serif;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 1px;
	padding-right: 43px;
	color: var(--theme-color);
}

.service-block-eight .inner-box .lower-content .link a:before{
	position: absolute;
	content: '';
	background-image: url(../images/icons/icon-131.png);
	width: 24px;
	height: 12px;
	top: 6px;
	right: 0px;
	background-repeat: no-repeat;
}

.faq-section.about-4{
	padding-top: 0px;
}


/** service-page-five-section **/

.service-page-five-section{
	position: relative;
	padding: 115px 0px 60px 0px;
}

.service-page-five-section .sec-title h2{
	color: #000000;
	padding-top: 11px;
}

.service-page-five-section .sec-title p{
	font-size: 18px;
	line-height: 28px;
	color: #444;
	margin-top: 22px;
}

.service-block-nine .inner-box{
	position: relative;
	display: block;
	margin-bottom: 55px;
}

.service-block-nine .inner-box .image-box{
	position: relative;
	display: block;
	overflow: hidden;
	margin-bottom: 26px;
}

.service-block-nine .inner-box .image-box img{
	width: 100%;
	transition: all 500ms ease;
}

.service-block-nine .inner-box:hover .image-box img{
	transform: scale(1.05);
}

.service-block-nine .inner-box h3{
	position: relative;
	display: block;
	font-size: 24px;
	line-height: 28px;
	font-weight: 400;
	margin-bottom: 0px;
}

.service-block-nine .inner-box h3 a{
	position: relative;
	display: inline-block;
	color: #000;
	padding-right: 43px;
}

.service-block-nine .inner-box h3 a:hover{
	color: var(--theme-color);
}

.service-block-nine .inner-box h3 a:before{
	position: absolute;
	content: '';
	background-image: url(../images/icons/icon-135.png);
	width: 12px;
	height: 12px;
	top: 10px;
	right: 0px;
	background-repeat: no-repeat;
}

.feature-section.service-5{
	border-top: 1px solid #e7e7e7;
	background-color: #f9f9f9;
	padding: 117px 0px 148px 0px;
}

.feature-section.service-5 .tabs-content{
	padding: 0px;
	margin: 0px;
}


/** project-page-four-section **/

.project-page-four-section{
	position: relative;
	padding: 98px 0px 100px 0px;
}

.project-page-four-section .project-block .inner-box{
	position: relative;
	display: block;
	overflow: hidden;
	margin-bottom: 30px;
}

.project-page-four-section .project-block .inner-box .image-box{
	position: relative;
	display: block;
	overflow: hidden;
}

.project-page-four-section .project-block .inner-box .image-box:before{
	position: absolute;
    content: '';
    background: -webkit-linear-gradient(90deg, rgba(0,0,0,0.80) 0%, rgba(0,0,0,0.0) 100%);
    left: 0px;
    bottom: 0px;
    width: 100%;
    height: 50%;
    z-index: 1;
}

.project-page-four-section .project-block .inner-box .image-box img{
	width: 100%;
	transition: all 500ms ease;
}

.project-page-four-section .project-block:hover .inner-box .image-box img{
	transform: scale(1.05);
}

.project-page-four-section .project-block .inner-box .content-box{
	position: absolute;
	left: 0px;
	bottom: 22px;
	width: 100%;
	padding-left: 30px;
	z-index: 2;
}

.project-page-four-section .project-block .inner-box .content-box h3{
	position: relative;
	display: block;
	font-size: 22px;
	line-height: 30px;
	font-weight: 700;
	margin-bottom: 0px;
}

.project-page-four-section .project-block .inner-box .content-box h3 a{
	display: inline-block;
	color: #fff;
}

.project-page-four-section .project-block .inner-box .content-box h3 a:hover{
	text-decoration: underline;
}

.project-page-four-section .project-block .inner-box .content-box span{
	position: relative;
	display: block;
	font-size: 15px;
	line-height: 25px;
	font-family: 'Jost', sans-serif;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #fff;
}

.project-page-four-section .title-text h2{
	position: relative;
	display: block;
	font-size: 60px;
	line-height: 73px;
	color: #000;
	font-weight: 900;
	margin-bottom: 0px;
}

.project-page-four-section .filter-tabs li{
	position: relative;
	display: inline-block;
	float: left;
	font-size: 16px;
	line-height: 26px;
	font-family: 'Jost', sans-serif;
	font-weight: 700;
	text-transform: uppercase;
	color: #000;
	letter-spacing: 1px;
	cursor: pointer;
	padding: 0px;
	margin-right: 70px;
	transition: all 500ms ease;
}

.project-page-four-section .filter-tabs li:last-child{
	margin: 0px !important;
}

.project-page-four-section .filter-tabs li:before{
	display: none;
}

.project-page-four-section .filter-tabs li:after{
	position: absolute;
	content: '';
	background: var(--theme-color);
	width: 0%;
	height: 1px;
	left: 0px;
	bottom: 0px;
	transition: all 500ms ease;
}

.project-page-four-section .filter-tabs li.active:after{
	width: 100%;
}

.project-page-four-section .filter-tabs li.active{
	color: var(--theme-color);
}

.faq-section.project-4{
	padding-top: 0px;
}


.project-page-five-section{
	position: relative;
	padding: 110px 0px 80px 0px;
}

.project-page-five-section .project-block .inner-box{
	position: relative;
	display: block;
	margin-bottom: 79px;
}

.project-page-five-section .project-block .inner-box .image-box{
	position: relative;
	display: block;
	overflow: hidden;
}

.project-page-five-section .project-block .inner-box .image-box img{
	width: 100%;
	transition: all 500ms ease;
}

.project-page-five-section .project-block .inner-box:hover .image-box img{
	transform: scale(1.05);
}

.project-page-five-section .project-block .inner-box .content-box{
	position: relative;
	display: block;
	padding-top: 17px;
}

.project-page-five-section .project-block .inner-box .content-box a{
	position: relative;
	display: inline-block;
	font-size: 15px;
	line-height: 25px;
	font-family: 'Jost', sans-serif;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #000;
}

.project-page-five-section .project-block .inner-box .content-box a:hover{
	color: var(--theme-color);
}

.project-page-five-section .project-block .inner-box .content-box p{
	position: relative;
	display: block;
	font-size: 18px;
	line-height: 22px;
	color: #444;
	margin-bottom: 0px;
}

.project-page-five-section .outer-container{
	padding: 0px 120px;
}

.project-page-five-section .project-column{
	padding: 0px 30px;
}

.project-page-five-section .project-content{
	position: relative;
	margin: 0px -15px;
}

.project-page-five-section .title-text h2{
	position: relative;
	display: block;
	font-size: 60px;
	line-height: 70px;
	color: #000;
	font-weight: 700;
	margin-bottom: 19px;
}

.project-page-five-section .title-text h2 span{
	font-weight: 400;
}

.project-page-five-section .title-text p{
	position: relative;
	display: block;
	font-size: 18px;
	line-height: 28px;
	color: #444;
	margin-bottom: 0px;
}

.page-wrapper.project-page-6{
	background: #272728;
}

.main-header.header-style-12.project-6{
	position: relative;
}

.main-header.header-style-12.project-6 .header-upper{
	border-bottom: 1px solid rgba(255, 255, 255, 0.10);
}

.project-page-five-section.light .title-text h2{
	color: #fff;
}

.project-page-five-section.light .title-text p{
	color: rgba(255, 255, 255, 0.60);
}

.project-page-five-section.light .project-block .inner-box .content-box a{
	color: #ababab;
}

.project-page-five-section.light .project-block .inner-box .content-box p{
	color: #fff;
}

.project-page-five-section.light .project-block .inner-box .content-box a:hover{
	color: var(--theme-color);
}

.faq-section.project-4.light .big-text{
	-webkit-text-stroke-color: rgb(255 255 255 / 10%);
}


/** project-details **/

.project-details{
	position: relative;
	padding: 111px 0px 120px 0px;
}

.project-details .title-text h2{
	position: relative;
	display: block;
	font-size: 60px;
	line-height: 70px;
	color: #000;
	font-weight: 700;
	margin-bottom: 19px;
}

.project-details .title-text h2 span{
	font-weight: 400;
}

.project-details .title-text p{
	position: relative;
	display: block;
	font-size: 18px;
	line-height: 28px;
	color: #444;
	margin-bottom: 0px;
}

.project-details .inner-container{
	position: relative;
	display: block;
	background: #f7f7f7;
}

.project-details .content-box{
	position: relative;
	display: block;
	padding: 70px 70px;
}

.project-details .image-box{
	position: relative;
	display: block;
}

.project-details .image-box img{
	width: 100%;
}

.project-details .content-box .list-item li{
	position: relative;
	display: block;
	font-size: 22px;
	line-height: 30px;
	font-family: 'Jost', sans-serif;
	font-weight: 400;
	color: #000;
	margin-bottom: 30px;
}

.project-details .content-box .list-item li:last-child{
	margin-bottom: 0px;
}

.project-discription{
	position: relative;
}

.project-discription .content-box{
	position: relative;
	display: block;
}

.project-discription .content-box h2{
	position: relative;
	display: block;
	font-size: 38px;
	line-height: 48px;
	color: #000;
	font-weight: 400;
	margin-bottom: 15px;
}

.project-discription .content-box p{
	position: relative;
	display: block;
	font-size: 18px;
	line-height: 28px;
	color: #444;
	margin-bottom: 29px;
}

.project-discription .content-box p:last-child{
	margin-bottom: 0px;
}

.project-discription .content-box h3{
	position: relative;
	display: block;
	font-size: 26px;
	line-height: 34px;
	font-family: 'Poppins', sans-serif;
	color: #000;
	font-weight: 500;
	margin-bottom: 10px;
	padding-top: 21px;
}

.project-discription .image-box{
	position: relative;
	display: block;
}

.project-discription .image-box img{
	width: 100%;
}


.challenging-project{
	position: relative;
}

.challenging-project .image-box{
	position: relative;
	display: block;
	margin-bottom: 74px;
}

.challenging-project .image-box img{
	width: 100%;
}

.challenging-project .text-box h2{
	position: relative;
	display: block;
	font-size: 38px;
	line-height: 48px;
	color: #000;
	font-weight: 400;
	margin-bottom: 15px;
}

.challenging-project .text-box p{
	position: relative;
	display: block;
	font-size: 18px;
	line-height: 28px;
	color: #444;
	margin-bottom: 28px;
}

.challenging-project .text-box p:last-child{
	margin-bottom: 0px;
}

.project-result{
	position: relative;
	padding-bottom: 65px;
}

.project-result .image-box{
	position: relative;
	display: block;
}

.project-result .image-box img{
	width: 100%;
}

.project-result .content-box{
	position: relative;
	display: block;
}

.project-result .content-box h2{
	position: relative;
	display: block;
	font-size: 32px;
	line-height: 42px;
	font-weight: 400;
	color: #000;
	margin-bottom: 25px;
}

.project-result .content-box p{
	position: relative;
	display: block;
	font-size: 18px;
	line-height: 28px;
	color: #444;
	margin-bottom: 28px;
}

.project-result .content-box p:last-child{
	margin-bottom: 0px;
}


.project-details-two{
	position: relative;
	padding: 120px 0px;
}

.project-details-two .image-box{
	position: relative;
	display: block;
	margin-bottom: 69px;
}

.project-details-two .image-box img{
	width: 100%;
}

.project-details-two .slider-nav{
	position: absolute;
	left: 0px;
	top: 50%;
	margin-top: -70px;
	width: 100%;
	z-index: 9;
}

.project-details-two .slider-nav .slider-control{
	position: absolute;
	top: 0px;
	width: 70px;
	height: 70px;
	line-height: 70px;
	background: #fff;
	text-align: center;
}

.project-details-two .slider-nav .slider-control.slider-button-prev{
	left: 0px;
}

.project-details-two .slider-nav .slider-control.slider-button-next{
	right: 0px;
}

.project-details-two .upper-box .list-inner{
	position: relative;
	display: flex;
	align-items: center;
	padding-bottom: 32px;
	border-bottom: 1px solid #8b8b8b;
}

.project-details-two .upper-box .list-inner .list-item{
	margin-right: 220px;
}

.project-details-two .upper-box .list-inner .list-item:last-child{
	margin: 0px !important;
}

.project-details-two .upper-box .list-inner .list-item li{
	position: relative;
	display: block;
	font-size: 22px;
	line-height: 30px;
	color: #000;
	font-weight: 500;
	margin-bottom: 22px;
}

.project-details-two h2{
	position: relative;
	display: block;
	font-size: 40px;
	line-height: 50px;
	color: #000;
	font-weight: 700;
	margin-bottom: 21px;
}

.project-details-two .content-one p{
	position: relative;
	display: block;
	font-size: 18px;
	line-height: 28px;
	color: #444;
	margin-bottom: 28px;
}

.project-details-two .content-one p:last-child{
	margin-bottom: 0px;
}

.project-details-two .content-two .text-box span{
	position: relative;
	display: block;
	font-size: 14px;
	line-height: 26px;
	font-family: 'Jost', sans-serif;
	color: #848484;
	font-weight: 700;
	letter-spacing: 1px;
	margin-bottom: 1px;
}

.project-details-two .content-two .text-box h2{
	position: relative;
	display: block;
	font-size: 28px;
	line-height: 45px;
	font-family: 'Jost', sans-serif;
	color: #000;
	font-weight: 500;
	margin-bottom: 0px;
	max-width: 250px;
}

.project-details-two .content-two .text-box p{
	position: relative;
	display: block;
	font-size: 18px;
	line-height: 28px;
	color: #444;
	max-width: 320px;
	margin-bottom: 0px;
}

.project-details-two .accordion-box .acc-btn h4{
	position: relative;
	display: block;
	font-size: 19px;
	line-height: 28px;
	color: #000;
	font-weight: 500;
	margin-bottom: 0px;
}

.project-details-two .accordion-box .acc-btn{
	position: relative;
	background: #f1f1f1;
	border-radius: 5px;
	padding: 18px 50px 16px 30px !important;
	cursor: pointer;
	margin-bottom: 0px;
	border-bottom: none !important;
	transition: all 500ms ease;
}

.project-details-two .accordion-box .acc-btn:before{
	position: absolute;
	content: '';
	background-image: url(../images/icons/icon-138.png);
	width: 19px;
	height: 10px;
	top: 26px;
	right: 24px;
	background-repeat: no-repeat;
}

.project-details-two .content-three h2{
	margin-bottom: 33px;
}

.project-details-two .accordion-box.alt .block:last-child .acc-btn{
	margin-bottom: 0px;
}

.project-sidebar{
	position: relative;
	display: block;
	margin-left: -30px;
}

.project-sidebar .quote-form{
	position: relative;
	display: block;
	background: #f7f8fa;
	padding: 42px 30px 55px 30px;
}

.project-sidebar .quote-form h3{
	position: relative;
	display: block;
	font-size: 26px;
	line-height: 36px;
	color: #000;
	font-weight: 700;
	margin-bottom: 25px;
}

.project-sidebar .quote-form form .form-group{
	position: relative;
	margin-bottom: 20px;
}

.project-sidebar .quote-form form .form-group:last-child{
	margin-bottom: 0px;
}

.project-sidebar .quote-form form .form-group input[type='text'],
.project-sidebar .quote-form form .form-group input[type='email'],
.project-sidebar .quote-form form .form-group textarea{
	position: relative;
	display: block;
	width: 100%;
	height: 44px;
	background: #fff;
	border: 1px solid #fff;
	font-size: 18px;
	color: #444;
	padding: 10px 20px;
}

.project-sidebar .quote-form form .form-group textarea{
	height: 133px;
	resize: none;
}

.project-sidebar .quote-form form .form-group input:focus,
.project-sidebar .quote-form form .form-group textarea:focus{
	border-color: var(--theme-color);
}

.project-sidebar .quote-form form .form-group button{
	position: relative;
	display: block;
	width: 100%;
	font-size: 18px;
	line-height: 28px;
	font-family: 'Jost', sans-serif;
	color: #fff;
	font-weight: 400;
	background: #000;
	text-align: center;
	padding: 11px 15px;
	cursor: pointer;
	transition: all 500ms ease;
}

.project-sidebar .quote-form form .form-group button:hover{
	background: var(--theme-color);
}

.project-sidebar .related-project h3{
	position: relative;
	display: block;
	font-size: 28px;
	line-height: 38px;
	font-weight: 700;
	color: #000;
	margin-bottom: 21px;
}

.project-sidebar .related-project .image-box{
	position: relative;
	display: block;
}

.project-sidebar .related-project .image-box img{
	width: 100%;
}

.project-sidebar .related-project .slider__pagination.style-one{
	position: relative;
	left: 0px;
	bottom: 50px;
	text-align: center;
}

.project-sidebar .related-project .slider__pagination .swiper-pagination-bullet{
	background: #000;
}

.project-sidebar .related-project .slider__pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{
	background: #e6a44b;
}

.page-wrapper.team-page-two{
	background-color: #272728;
}

.team-section.team-page-2 .team-block-one .inner-box{
	margin-bottom: 60px;
}

.team-section.team-page-2{
	padding: 206px 0px 0px 0px;
}

.team-section.team-page-2 .title-text{
	position: relative;
	display: block;
	padding-bottom: 9px;
	margin-bottom: 70px;
}

.team-section.team-page-2 .title-text h2{
	position: relative;
	display: block;
	font-size: 50px;
	line-height: 60px;
	color: #fff;
	font-weight: 300;
	margin-bottom: 16px;
}

.team-section.team-page-2 .title-text h2 span{
	position: relative;
	display: inline-block;
	color: var(--theme-color);
	border-bottom: 2px solid var(--theme-color);
}

.team-section.team-page-2 .title-text p{
	position: relative;
	display: block;
	font-size: 18px;
	line-height: 28px;
	color: rgba(255, 255, 255, 0.50);
}

.team-section.team-page-2 .title-text:before{
	position: absolute;
	content: '';
	background: rgba(255, 255, 255, 0.50);
	width: 90px;
	height: 1px;
	left: 0px;
	bottom: 0px;
}

.faq-section.team-page-2 .big-text{
	-webkit-text-stroke-color: rgb(255 255 255 / 10%);
}

.team-section.team-page-3{
	background: #fff;
	padding: 120px 0px 0px 0px;
}

.team-section.team-page-3 .title-text h2{
	color: #000000;
}

.team-section.team-page-3 .title-text p{
	color: #444;
}

.team-section.team-page-3 .title-text:before{
	background: #7f7f7f;
}

.team-section.team-page-3 .team-block-one .inner-box .lower-content h3 a{
	color: #000;
}

.team-section.team-page-3 .team-block-one .inner-box .lower-content h3 a:hover{
	color: var(--theme-color);
}

.team-section.team-page-3 .team-block-one .inner-box .lower-content .designation{
	color: #444;
}

.map-contact-two{
	position: relative;
	padding: 0px 70px;
}


/** contact-style-four **/

.contact-style-four{
	position: relative;
	padding: 86px 0px 150px 0px;
}

.contact-style-four .content-box{
	position: relative;
	display: block;
}

.contact-style-four .content-box .text-box{
	position: relative;
	display: block;
}

.contact-style-four .content-box .text-box h2{
	position: relative;
	display: block;
	font-size: 45px;
	line-height: 55px;
	color: #000;
	font-weight: 900;
	margin-bottom: 24px;
}

.contact-style-four .content-box .text-box p{
	position: relative;
	display: block;
	font-size: 18px;
	line-height: 28px;
	color: #444;
	margin-bottom: 48px;
}

.contact-style-four .content-box .text-box span{
	position: relative;
	display: block;
	font-size: 18px;
	color: #a7a7a7;
}

.contact-style-four .content-box form .form-group{
	position: relative;
	display: block;
	margin-bottom: 0px;
}

.contact-style-four .content-box form .form-group:last-child{
	margin-bottom: 0px;
}

.contact-style-four .content-box form .form-group input[type='text'],
.contact-style-four .content-box form .form-group input[type='email'],
.contact-style-four .content-box form .form-group textarea{
	position: relative;
	display: block;
	width: 100%;
	height: 115px;
	font-size: 18px;
	color: #444;
	padding: 0px;
	border: none;
	border-bottom: 1px solid #cdcdcd;
	transition: all 500ms ease;
}

.contact-style-four .content-box form .form-group textarea{
	height: 205px;
	resize: none;
	padding-top: 42px;
	margin-bottom: 50px;
}

.contact-style-four .content-box form .form-group button{
	position: relative;
	display: inline-block;
	font-size: 16px;
	line-height: 26px;
	font-family: 'Jost', sans-serif;
	color: #000;
	font-weight: 700;
	text-transform: uppercase;
	padding: 13px 35px 11px 35px;
	border: 1px solid #000000;
	border-radius: 35px;
	background: transparent;
	cursor: pointer;
	transition: all 500ms ease;
}

.contact-style-four .content-box form .form-group button:hover{
	background: #000;
	color: #fff;
}

.contact-style-four .content-box form .form-group input:focus,
.contact-style-four .content-box form .form-group textarea:focus{
	border-color: var(--theme-color);
}

.contact-style-four .info-content .single-item{
	position: relative;
	display: block;
	margin-bottom: 60px;
}

.contact-style-four .info-content .single-item h6{
	position: relative;
	display: block;
	font-size: 16px;
	line-height: 26px;
	font-family: 'Jost', sans-serif;
	color: #000;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 1px;
	margin-bottom: 5px;
}

.contact-style-four .info-content .single-item p{
	position: relative;
	display: block;
	font-size: 20px;
	line-height: 27px;
	color: #242424;
	margin-bottom: 20px;
}

.contact-style-four .info-content .single-item p a{
	display: inline-block;
	color: #242424;
}

.contact-style-four .info-content .single-item p a:hover{
	color: var(--theme-color);
}

.contact-style-four .pattern-layer{
	position: absolute;
	right: 0px;
	bottom: 260px;
	width: 563px;
	height: 481px;
	background-repeat: no-repeat;
}




/***

====================================================================
                        Responsive-Css
====================================================================

***/


@media only screen and (max-width: 1699px){
	.banner-style-21 .text-box{
		position: relative;
	}

	.banner-style-21{
		padding-right: 0px;
	}
}


@media only screen and (max-width: 1200px){
	.header-style-11 .mobile-nav-toggler,
	.header-style-13 .nav-outer .mobile-nav-toggler{
		background: #000;
	}

	.service-section{
		padding: 0px;
	}

	.project-style-two .outer-container,
	.testimonial-section{
		padding: 0px;
	}

	.service-block-two .content-box{
		padding-left: 30px;
		padding-right: 30px;
	}

	.contact-style-three .bg-layer{
		display: none;
	}

	.contact-style-three .inner-container{
		padding-left: 30px;
		padding-right: 30px;
	}

	.banner-style-15 .form-inner{
		margin-left: 0px;
	}

	.about-style-three .content-box{
		margin: 0px;
	}

	.service-style-three .lower-box .list-item{
		margin: 0px;
	}

	.header-style-16{
		padding-left: 30px;
	}

	.header-style-16 .header-upper .logo-box{
		margin-right: 20px;
	}

	.about-style-seven .image-layer{
		right: 0px;
	}

	.banner-style-19 .text-box{
		display: none;
	}

	.header-style-20 .btn-box{
		margin-right: 0px;
		margin-left: 20px;
	}

	.creative-section .left-column{
		margin-left: 0px;
	}

	.creative-section .right-content .image-box{
		min-width: 100%;
	}

	.header-style-21 .nav-outer .mobile-nav-toggler{
		background: #000;
	}

	.banner-style-21 .outer-container,
	.banner-style-22 .outer-container{
		padding: 0px 30px;
	}

	.project-style-seven .content-box .inner-box{
		padding-left: 30px;
		padding-right: 30px;
	}

	.project-style-seven .outer-container{
		padding: 0 30px;
	}

	.chooseus-style-two .image-layer{
		right: 0px;
	}

	.banner-style-26 .image-layer .image-1{
		display: none;
	}

	.service-style-two.home-27 .service-block-two .content-box{
		padding-left: 30px;
		padding-right: 27px;
	}

	.funfact-style-two{
		padding: 0px 30px;
	}

	.banner-style-31 .bg-layer{
		width: 100%;
	}

	.banner-style-31{
		padding-left: 0px;
		padding-right: 0px;
	}

	.banner-style-31 .outer-container{
		padding-left: 30px;
	}

	.feature-style-five .title-text{
		padding-left: 0px;
	}

	.welcome-style-three h2 br{
		display: none;
	}

	.header-style-33 .nav-outer .mobile-nav-toggler{
		background: #000;
	}

	.about-style-16 .title-text h1{
		font-size: 270px;
	}

	.feature-section.home-34 .pattern-layer{
		display: none;
	}

	.project-style-two .upper-box{
		margin-right: 0px;
	}

	.transforming-section .image-box .text-box{
		position: relative;
		right: 0px;
		bottom: 0px;
	}

	.banner-bottom-text:before{
		display: none;
	}

	.banner-style-35:before{
		display: none;
	}

	.banner-bottom-text .title-text{
		padding: 0px;
	}

	.feature-section.home-29 .tabs-content .link-box{
		position: relative;
		top: 0px;
		right: 0px;
		margin-bottom: 15px;
	}

	.project-style-12 .upper-box{
		display: block;
	}

	.project-style-12 .upper-box .sec-title p{
		margin-top: 10px;
		margin-bottom: 20px;
	}

	.banner-style-36:before,
	.banner-style-36:after{
		display: none;
	}

	.banner-style-37 .outer-container{
		padding: 0px 30px;
	}

	.banner-style-37 .bg-layer{
		width: 100%;
	}

	.about-me-section .content-box{
		margin-left: 0px;
	}

	.service-block-seven .image-box img{
		max-width: 100%;
		width: 100%;
	}

	.project-page-five-section .outer-container{
		padding: 0px 45px;
	}

	.project-page-five-section .project-column{
		padding: 0px 15px;
	}
}


@media only screen and (max-width: 991px){
	.feature-section .tabs-content .link-box{
		position: relative;
		top: 0px;
		right: 0px;
		margin-bottom: 15px;
	}

	.feature-section .content-box .feature-list{
		padding-left: 0px;
	}

	.creative-section .left-content{
		margin-bottom: 50px;
	}

	.faq-section .accordion-box{
		margin-left: 0px;
	}

	.brand-section .text-box{
		margin-bottom: 20px;
	}

	.footer-style-two .links-widget{
		padding-left: 0px;
	}

	.footer-style-two .about-widget{
		margin-right: 0px;
		margin-bottom: 30px;
	}

	.feature-block-two .inner-box{
		margin-bottom: 30px;
	}

	.service-block-one .inner-box{
		padding-right: 0px;
		margin-bottom: 30px;
	}

	.project-style-two .upper-box{
		display: block;
	}

	.contact-section .form-inner{
		margin-left: 0px;
		margin-top: 20px;
	}

	.header-top-two .top-inner{
		display: block;
		text-align: center;
	}

	.header-top-two .right-column{
		justify-content: center;
	}

	.service-block-two{
		width: 100%;
	}

	.core-section .upper-box .single-item{
		margin-bottom: 30px;
	}

	.funfact-section .sec-title p{
		margin-top: 10px;
		margin-bottom: 30px;
	}

	.news-section .sec-title .link{
		position: relative;
		top: 0px;
	}

	.news-block-one .inner-box{
		margin-bottom: 30px;
	}

	.footer-style-four .footer-widget{
		margin: 0px 0px 30px 0px !important;
	}

	.header-top-three .top-inner{
		display: block;
		text-align: center;
	}

	.header-top-three .right-column{
		justify-content: center;
	}

	.about-style-two .content-box{
		margin-bottom: 40px;
	}

	.project-style-four .sec-title h2 br{
		display: none;
	}

	.project-block-three .inner-box{
		margin-bottom: 30px;
	}

	.service-block-three .inner-box{
		margin-bottom: 30px;
	}

	.service-style-three .lower-box h3{
		margin-bottom: 25px;
	}

	.working-block-one .inner-box{
		margin-bottom: 30px;
	}

	.about-style-four .video-content{
		margin-left: 0px;
		margin-top: 30px;
	}

	.about-style-five .content-box{
		margin-left: 0px;
		margin-top: 30px;
	}

	.banner-carousel .content-box{
		padding-left: 30px;
	}

	.about-style-six .image-box{
		margin-left: 0px;
		margin-top: 30px;
	}

	.feature-style-two .lower-box h3{
		margin-bottom: 20px;
	}

	.project-style-five .theme-btn-one{
		position: relative;
		top: 0px;
		margin-top: 15px;
	}

	.working-section .pattern-layer{
		display: none;
	}

	.testimonial-style-two .sec-title{
		margin-bottom: 30px;
	}

	.video-section .content-box{
		margin-bottom: 30px;
	}

	.about-style-seven .image-layer,
	.service-style-five .bg-layer{
		display: none;
	}

	.service-style-five .content-box .text-box{
		padding-left: 0px;
	}

	.vision-section .image-box{
		padding-left: 0px;
		margin-top: 30px;
	}

	.client-style-two .clients-logo-list{
		display: block;
	}

	.client-style-two .clients-logo-list li{
		margin-bottom: 20px;
	}

	.client-style-two .clients-logo-list li:last-child{
		margin-bottom: 0px;
	}

	.feature-style-three .image-box{
		margin-left: 0px;
		margin-top: 30px;
	}

	.banner-style-19 .location-box{
		position: relative;
		top: 0px;
		right: 0px;
		margin-bottom: 20px;
	}

	.story-section .progress-inner{
		margin-left: 0px;
		margin-top: 30px;
	}

	.project-style-four .outer-container{
		padding: 0px 30px;
	}

	.faq-section .text-box h3{
		margin-top: 0px;
		margin-bottom: 20px;
	}

	.banner-style-20 .bg-layer{
		display: none;
	}

	.concept-style-two .upper-box h2 br{
		display: none;
	}

	.concept-style-two .lower-box{
		padding-left: 0px;
		margin-left: 0px;
	}

	.concept-style-two .lower-box:before{
		display: none;
	}

	.concept-style-two .lower-box .feature-list{
		padding-left: 0px;
	}

	.about-style-eight .image-box{
		margin-bottom: 30px;
	}

	.about-style-eight .faq-section{
		margin-left: 0px;
	}

	.service-block-five .inner-box{
		margin-bottom: 30px;
	}

	.about-style-nine .content-box{
		padding-left: 0px;
	}

	.header-style-23{
		padding: 0px 30px;
	}

	.header-style-23 .phone-box{
		display: none;
	}

	.banner-style-23{
		padding-top: 100px;
	}

	.banner-style-23 .content-box{
		padding-left: 0px;
	}

	.banner-style-23 .image-box,
	.about-style-ten .info-inner{
		display: none;
	}

	.banner-style-23 .pattern-layer{
		height: 100%;
	}

	.banner-style-23{
		padding-bottom: 160px;
	}

	.faq-home-23 h2 br{
		display: none;
	}

	.project-style-two .sec-title a{
		position: relative;
		bottom: 0px;
		margin-top: 15px;
	}

	.banner-style-25 .content-box{
		margin-left: 15px;
	}

	.about-style-11 .image-box{
		margin-left: 0px;
		margin-top: 30px;
	}

	br{
		display: none !important;
	}

	.chooseus-style-two .image-layer,
	.about-style-12:before{
		display: none;
	}

	.project-block-four .inner-box{
		margin-bottom: 30px !important;
	}

	.feature-section.home-26 .tabs-content .link-box{
		top: 0px;
		right: 0px;
	}

	.about-style-13 .image-box{
		margin-right: 0px;
		margin-bottom: 30px;
	}

	.service-style-two.home-27 .service-block-two:nth-child(2),
	.service-style-two.home-27 .service-block-two:nth-child(3){
		width: 100%;
	}

	.clients-style-two .clients-list li{
		width: 33.333%;
	}

	.team-block-one .inner-box{
		margin-bottom: 30px;
	}

	.service-home-27 .bnox_75{
		padding-left: 30px;
	}

	.banner-style-28 .banner-carousel .swiper-slide .bg-layer{
		display: none;
	}

	.about-style-14 .image-box{
		margin-right: 0px;
		margin-bottom: 30px;
	}

	.team-section.home-28 .inner-container{
		padding-left: 0px;
		margin-top: 30px;
	}

	.clients-section .clients-logo-list{
		display: block;
	}

	.clients-section .clients-logo-list li{
		margin-bottom: 30px;
	}

	.clients-section .clients-logo-list:last-child{
		margin-bottom: 0px;
	}

	.banner-style-29{
		padding: 0px;
	}

	.header-style-29 .shape{
		display: none;
	}

	.project-style-nine .outer-container{
		padding: 0px 30px;
	}

	.project-style-nine .project-block-two .inner-box{
		margin-bottom: 30px;
	}

	.feature-block-three .inner-box{
		margin-bottom: 30px;
	}

	.banner-style-30{
		padding-right: 0px;
	}

	.banner-style-30:after{
		display: none;
	}

	.about-style-15 .image-box{
		margin-right: 0px;
		margin-bottom: 30px;
	}

	.project-block-five .inner-box{
		margin-bottom: 30px;
	}

	.video-style-two .content-box{
		margin-bottom: 30px;
	}

	.header-style-30{
		padding: 0px 30px;
	}

	.feature-style-five .content-box{
		margin-left: 0px;
	}

	.feature-style-five .lower-box .image-box{
		margin-bottom: 30px;
	}

	.welcome-style-two .image-box{
		margin-right: 0px;
		margin-bottom: 30px;
	}

	.welcome-style-two .tabs-box{
		margin-left: 0px;
	}

	.project-block-six .content-box{
		margin: 30px 0px;
	}

	.project-block-six .content-box p{
		max-width: 100%;
	}

	.banner-style-33 .lower-box:before{
		display: none;
	}

	.about-style-two .image-box-two{
		margin-right: 0px;
		margin-bottom: 30px;
	}

	.header-style-34{
		padding: 0px 30px;
	}

	.transforming-section .image-box .text-box p{
		padding-left: 30px;
		margin-bottom: 0px;
	}

	.banner-style-35 .outer-container{
		padding: 0px 30px;
	}

	.impactful-section .content-box{
		padding: 0px;
	}

	.creative-style-two .image-box{
		margin-right: 0px;
		margin-bottom: 30px;
	}

	.news-style-two .sec-title a{
		position: relative;
		top: 0px;
	}

	.news-block-two .inner-box{
		margin-bottom: 30px;
	}

	.feature-section.home-36 .feature-content{
		padding-left: 0px;
	}

	.banner-style-37 .content-box .btn-box{
		margin-bottom: 40px;
	}

	.banner-style-37{
		padding-bottom: 130px;
	}

	.feature-style-seven .image-box img{
		max-width: 100%;
		width: 100%;
	}

	.feature-style-seven .content-box{
		margin-left: 0px;
		margin-bottom: 30px;
	}

	.feature-style-seven .image-box{
		margin-bottom: 30px;
	}

	.about-style-17 .image-box{
		margin-top: 40px;
	}

	.about-me-section .image-box{
		margin-right: 0px;
		margin-bottom: 30px;
	}

	.professional-section .keynotes-content{
		margin-left: 0px;
		margin-top: 30px;
	}

	.feature-section.about-3 .tabs-content .link-box{
		top: 0px;
	}

	.creative-section .left-column{
		padding-right: 15px;
	}

	.service-block-seven .content-box{
		margin: 30px 0px;
	}

	.service-block-seven{
		margin-bottom: 30px;
	}

	.project-discription .content-box,
	.project-result .content-box{
		margin-right: 0px;
		margin-bottom: 30px;
	}

	.project-result .content-box,
	.project-sidebar{
		margin-left: 0px;
		margin-bottom: 0px;
		margin-top: 30px;
	}

	.project-details-content .content-box{
		margin-right: 0px;
	}

	.contact-style-four .info-content{
		margin-left: 0px;
		margin-top: 30px;
	}

	.contact-style-four .pattern-layer{
		display: none;
	}
}


@media only screen and (max-width: 767px){
	.project-section .title-box h2,
	.feature-section .content-box h2{
		font-size: 28px;
		line-height: 38px;
	}

	.concept-section h2,
	.creative-section .right-content h2,
	.footer-style-two .about-widget h3{
		font-size: 30px;
		line-height: 40px;
	}

	.feature-section .tab-btn-box .tab-btns li{
		font-size: 40px;
		line-height: 50px;
	}

	.faq-section .big-text{
		font-size: 80px;
		line-height: 80px;
	}

	.footer-style-two .links-widget{
		margin-bottom: 30px;
	}

	.header-style-11,
	.header-style-12{
		padding: 0px 30px;
	}

	.banner-style-12 .content-box h2{
		font-size: 60px;
		line-height: 70px;
	}

	.sec-title h2,
	.funfact-section .sec-title h2,
	.about-style-four .content-box h2{
		font-size: 28px !important;
		line-height: 38px !important;
	}

	.contact-section .content-box h2,
	.contact-section .content-box h3,
	.contact-style-three .sec-title h2,
	.about-style-three .content-box .sec-title h2{
		font-size: 30px;
		line-height: 40px;
	}

	.footer-style-three .links-widget{
		text-align: left;
	}

	.banner-style-13 .content-box h2{
		font-size: 40px;
		line-height: 50px;
	}

	.funfact-section .funfact-inner .line-shape{
		display: none;
	}

	.funfact-section .funfact-block:nth-child(2) .funfact-block-one .inner-box,
	.funfact-section .funfact-block:nth-child(4) .funfact-block-one .inner-box,
	.funfact-section .funfact-block:nth-child(3) .funfact-block-one .inner-box,
	.funfact-block-one .inner-box{
		margin-left: 0px;
		margin-bottom: 30px;
	}

	.project-style-three .project-block-two{
		width: 50%;
	}

	.banner-style-15 .content-box h2{
		font-size: 40px;
		line-height: 50px;
	}

	.about-style-three .content-box .inner-box .single-item{
		margin-bottom: 30px;
	}

	.header-style-15 .header-upper{
		padding: 0px 30px;
	}

	.main-header .support-box{
		display: none;
	}

	.header-style-16 .header-upper .inner-container{
		display: block !important;
	}

	.header-style-16 .header-upper .left-column{
		justify-content: space-between;
	}

	.header-style-16{
		padding-right: 30px;
	}

	.banner-carousel .swiper-slide{
		padding: 230px 0px 150px 0px;
	}

	.banner-style-16 .content-box h2{
		font-size: 40px;
		line-height: 50px;
	}

	.about-style-five .content-box h2{
		font-size: 34px;
		line-height: 44px;
	}

	.testimonial-section .slider__pagination{
		display: none;
	}

	.banner-style-17{
		padding-left: 0px;
	}

	.banner-style-17 .support-box,
	.banner-style-17 .social-links{
		display: none;
	}

	.project-style-five .outer-container{
		padding: 0px;
	}

	.project-style-five .outer-container{
		min-width: 100%;
	}

	.project-style-five .project-block-two{
		float: none;
	}

	.project-style-five .project-block-two .inner-box{
		padding-right: 0px;
	}

	.video-section .content-box h2{
		font-size: 30px;
		line-height: 40px;
	}

	.header-style-17{
		padding: 0px 30px;
	}

	.banner-style-18{
		padding-left: 0px;
	}

	.banner-style-18 .support-box,
	.banner-style-18 .scroll-btn-down{
		display: none;
	}

	.banner-style-18 .content-box h2,
	.service-style-five .sec-title h2{
		font-size: 40px;
		line-height: 50px;
	}

	.service-style-five .outer-container{
		padding: 0px;
	}

	.feature-style-three .content-box .lower-box{
		display: block;
	}

	.feature-style-three .content-box .lower-box .theme-btn-one{
		margin-right: 0px;
		margin-bottom: 20px;
	}

	.header-style-18{
		padding: 0px 30px;
	}

	.story-section .title-text h2{
		font-size: 40px;
		line-height: 50px;
	}

	.faq-section.home-19{
		padding-top: 30px;
	}

	.header-style-19{
		padding: 0px 30px;
	}

	.banner-style-20{
		padding-left: 30px;
	}

	.header-style-20{
		padding: 0px 30px;
	}

	.concept-style-two .upper-box h2,
	.banner-style-21 h2{
		font-size: 30px;
		line-height: 40px;
	}

	.concept-style-two .lower-box h2{
		font-size: 40px;
		line-height: 50px;
	}

	.core-section.home-20 .lower-box{
		padding-left: 0px;
	}

	.header-style-21,
	.header-style-22{
		padding: 0px 30px;
	}

	.banner-style-22 .content-box h2{
		font-size: 40px;
		line-height: 50px;
	}

	.banner-style-22{
		padding: 200px 0px 150px 0px;
	}

	.banner-style-22 .intro-box{
		display: none;
	}

	.about-style-nine .image-box{
		margin: 0px;
	}

	.about-style-nine .content-box h2,
	.banner-style-23 .content-box h2,
	.about-style-ten .text-box h2{
		font-size: 40px;
		line-height: 50px;
	}

	.concept-style-two.home-22 .pattern-layer{
		display: none;
	}

	.concept-section .pattern-layer{
		display: none;
	}

	.testimonial-style-three .upper-box{
		display: block !important;
	}

	.testimonial-style-three .upper-box .text-box p{
		margin-top: 15px;
	}

	.header-style-23 .theme-btn-one{
		display: none;
	}

	.header-style-23 .header-upper .inner-container{
		display: block !important;
	}

	.header-style-23 .header-upper .left-column{
		justify-content: space-between;
	}

	.footer-style-two.home-24 .about-widget{
		margin-left: 0px;
	}

	.project-style-eight .outer-container{
		padding: 0px;
	}

	.chooseus-block-one .inner-box h3{
		min-height: 52px;
	}

	.about-style-12 .content-box .inner-box .single-item{
		margin-bottom: 30px;
	}

	.about-style-12 .content-box .lower-box{
		display: block;
	}

	.about-style-12 .content-box .lower-box h3{
		margin-bottom: 10px;
	}

	.about-style-12 .image-box img{
		float: none;
		max-width: 100%;
		width: 100%;
	}

	.about-style-12 .image-box{
		margin-left: 0px;
	}

	.banner-style-26 .content-box h2{
		font-size: 50px;
		line-height: 60px;
	}

	.banner-style-26{
		padding: 250px 0px 150px 0px;
	}

	.header-style-27,
	.header-style-29{
		padding: 0px 30px;
	}

	.banner-style-27 .content-box{
		max-width: 100%;
	}

	.banner-style-29 .outer-container{
		padding-bottom: 200px;
	}

	.banner-style-30 .content-box{
		padding-left: 30px;
		padding-right: 30px;
	}

	.about-style-15 .image-box .experience-box{
		left: 0px;
	}

	.project-style-ten .outer-container{
		padding: 0px;
	}

	.funfact-block-two .inner-box .count-outer{
		font-size: 60px;
		line-height: 60px;
	}

	.funfact-style-two .inner-container{
		display: block;
		text-align: center;
	}

	.funfact-block-two .inner-box p{
		text-align: center;
	}

	.service-home-31 .bnox_75{
		padding-left: 30px;
	}

	.banner-style-32 .outer-container{
		padding: 0px 30px;
	}

	.header-style-33{
		padding: 0px 30px;
	}

	.banner-style-33 .content-box h2{
		font-size: 40px;
		line-height: 50px;
	}

	.banner-style-33 .lower-box .lower-inner{
		padding-left: 0px;
	}

	.banner-style-34{
		padding-left: 0px;
	}

	.banner-style-34 .outer-container{
		padding-left: 30px;
	}

	.banner-style-34 .content-box h2{
		font-size: 50px;
		line-height: 60px;
	}

	.banner-style-34 .outer-container{
		padding-bottom: 150px;
	}

	.creative-section.home-34{
		padding-top: 100px;
	}

	.feature-section.home-34{
		padding-bottom: 0px;
	}

	.creative-section.home-34{
		padding-bottom: 100px;
	}

	.transforming-section .image-box{
		margin: 0px;
		padding: 0px;
	}

	.transforming-section .image-box .text-box p{
		padding-left: 0px;
	}

	.header-style-35{
		padding: 0px 30px;
	}

	.banner-style-35 .content-box h2{
		font-size: 60px;
		line-height: 70px;
	}

	.banner-style-35{
		padding-bottom: 200px;
	}

	.feature-section.home-29 .content-box h2{
		font-size: 40px;
		line-height: 50px;
	}

	.funfact-block-three .inner-box{
		padding: 0px;
	}

	.banner-style-36 .bg-layer{
		display: none;
	}

	.banner-style-36 .content-box{
		margin-right: 0px;
	}

	.feature-section .title-box h2{
		font-size: 40px;
		line-height: 50px;
	}

	.team-section.home-36{
		padding-bottom: 50px;
	}

	.banner-style-37 .content-box h2{
		font-size: 50px;
		line-height: 60px;
	}

	.header-style-37{
		padding: 0px 30px;
	}

	.page-title{
		padding: 0px;
	}

	.project-page-four-section .title-text h2{
		font-size: 40px;
		line-height: 50px;
	}

	.project-details .content-box{
		padding-left: 30px;
		padding-right: 30px;
	}

	.project-result .image-box{
		margin-top: 30px;
	}

	.project-details-two .upper-box .list-inner .list-item{
		margin-right: 20px;
	}

	.contact-style-four{
		padding-bottom: 60px;
	}

	.map-contact-two{
		padding: 0px;
	}

	.banner-style-12{
		padding-bottom: 150px;
	}

	.about-section h2{
		font-size: 30px;
		line-height: 40px;
	}

	.header-style-14 .header-upper{
		padding: 0px 30px;
	}

	.feature-style-two.home-29 .feature-block-two .inner-box h3 a{
		color: #fff;
	}
}


@media only screen and (max-width: 599px){
	.project-section .outer-container{
		padding: 0px;
	}

	.banner-style-13 .content-box .btn-box{
		display: block;
	}

	.banner-style-13 .content-box .btn-box .btn-one{
		margin-right: 0px;
		margin-bottom: 15px;
	}

	.service-block-two .content-box{
		width: 100%;
	}

	.service-block-two .image-inner{
		position: relative;
		width: 100%;
	}

	.service-block-two .image-inner .bg-layer{
		display: none;
	}

	.service-block-two .image-inner .image-box{
		display: block;
		overflow: visible;
	}

	.contact-style-two .image-box{
		margin: 0px;
	}

	.contact-style-two .image-box img{
		max-width: 100%;
		width: 100%;
		float: none;
	}

	.contact-style-two .form-inner{
		margin-left: 0px;
	}

	.project-style-three .project-block-two{
		width: 100%;
	}

	.header-top-three .right-column{
		display: none;
	}

	.about-style-two .content-box .list-style-one li{
		width: 100%;
	}

	.about-style-five .content-box .list-inner{
		display: block;
	}

	.about-style-five .content-box .list-inner .list-item:first-child{
		margin-right: 0px;
	}

	.about-style-five .content-box .lower-box{
		position: relative;
		display: block;
	}

	.about-style-five .content-box .lower-box .signature{
		margin-right: 0px;
		margin-bottom: 20px;
	}

	.banner-style-19 .content-box h2{
		font-size: 40px;
		line-height: 50px;
	}

	.banner-style-20{
		padding-bottom: 0px;
	}

	.banner-style-20 .outer-container{
		padding: 0px;
	}

	.banner-style-20 .text-box{
		position: relative;
		left: 0px;
		bottom: 0px;
	}

	.banner-style-20 .support-box{
		display: none;
	}

	.header-style-20 .image-layer{
		display: none;
	}

	.creative-section{
		padding-bottom: 80px;
	}

	.concept-style-two .upper-box .icon-box{
		display: none;
	}

	.concept-style-two{
		padding-bottom: 120px;
	}

	.banner-style-21 .text-box{
		padding-left: 30px;
		width: 100%;
	}

	.testimonial-section.home-21 .testimonial-block-one .inner-box{
		padding-left: 0px;
	}

	.testimonial-section.home-21 .testimonial-block-one .inner-box .image-box{
		position: relative;
		top: 0px;
		margin-bottom: 30px;
	}

	.header-style-25,
	.header-style-26,
	.header-style-28{
		padding: 0px 30px;
	}

	.about-style-11 .content-box .list-inner{
		display: block;
	}

	.banner-style-27 .content-box{
		padding-left: 30px;
		padding-right: 30px;
	}

	.testimonial-section.home-27 .sub-title{
		display: block;
	}

	.banner-style-28{
		padding: 0px;
	}

	.banner-carousel .content-box{
		border: none;
		padding: 100px 30px;
	}

	.feature-style-two.home-29{
		padding-top: 100px;
	}

	.project-style-nine .outer-container{
		padding: 0px 15px;
	}

	.about-style-15 .content-box .lower-box{
		padding-left: 30px;
	}

	.about-style-15 .content-box .lower-box .image{
		position: relative;
		margin-bottom: 20px;
	}

	.welcome-style-two{
		padding-top: 100px;
	}

	.header-style-31{
		padding: 0px 30px;
	}

	.header-style-32{
		padding-right: 30px;
	}

	.banner-style-33 .banner-carousel .swiper-slide{
		padding: 100px 0px;
	}

	.banner-style-33 .lower-box .lower-inner{
		display: block;
		text-align: center;
	}

	.welcome-style-three .support-list{
		display: block;
	}

	.welcome-style-three .support-list li{
		margin-right: 0px;
		margin-bottom: 20px;
	}

	.about-style-two.home-33{
		padding-bottom: 50px;
	}

	.header-style-34 .right-column{
		display: none !important;
	}

	.header-style-34 .header-upper .inner-container{
		display: block !important;
	}

	.header-style-34 .header-upper .left-column{
		justify-content: space-between;
	}

	.banner-style-34 .social-links,
	.banner-style-34 .scroll-btn-down{
		display: none;
	}

	.banner-bottom-text .text-box{
		padding: 0px;
		margin-top: 15px;
	}

	.banner-bottom-text .text-box:before{
		display: none;
	}

	.banner-style-37{
		padding-top: 200px;
	}

	.banner-style-37 .bg-layer:before{
		position: absolute;
		content: '';
		background: #fff;
		width: 100%;
		height: 100%;
		left: 0px;
		top: 0px;
		opacity: 0.7;
	}

	.welcome-style-four .lower-box .single-item{
		margin-bottom: 30px;
	}

	.welcome-style-four .lower-box .single-item h3{
		min-height: 64px;
	}

	.welcome-style-four{
		padding-bottom: 80px;
	}

	.feature-style-seven{
		padding-bottom: 60px;
	}

	.about-style-17 .content-box .lower-box{
		display: block;
	}

	.about-style-17 .content-box .lower-box .btn-box{
		margin-right: 0px;
		margin-bottom: 20px;
	}

	.header-top-two .right-column{
		display: none;
	}

	.contact-style-three .content-box{
		padding-right: 0px;
	}

	.about-style-six .content-box{
		padding-right: 0px;
	}

	.feature-style-three .content-box{
		margin-right: 0px;
	}

	.banner-style-28 .content-box h2{
		font-size: 40px;
		line-height: 50px;
	}

	.header-style-36{
		padding: 0px 30px;
	}
}

@media only screen and (max-width: 499px){
	.creative-section .left-column a,
	.creative-section .right-content span{
		padding: 0px;
	}

	.creative-section .left-column a:before,
	.creative-section .right-content span:before{
		display: none;
	}

	.brand-section .brand-logo-list{
		display: block;
		text-align: center;
	}

	.brand-section .brand-logo-list li{
		margin-bottom: 15px;
	}

	.brand-section .brand-logo-list li:last-child{
		margin-bottom: 0px;
	}

	.footer-style-three .footer-menu{
		display: block;
	}

	.footer-style-three .footer-menu li{
		margin-right: 15px;
	}

	.banner-style-13 .banner-carousel .content-box{
		padding: 0px;
	}

	.banner-carousel .content-box{
		padding: 0px 15px;
	}

	.footer-style-two .about-widget .inner-box{
		display: block;
	}

	.mobile-menu{
		width: 100%;
	}

	.banner-style-18 .content-box span{
		padding-right: 0px;
	}

	.banner-style-18 .content-box span:before{
		display: none;
	}

	.banner-style-18 .content-box .btn-box{
		display: block;
	}

	.banner-style-18 .content-box .btn-box .theme-btn-one{
		margin-right: 0px;
		margin-bottom: 20px;
	}

	.banner-style-19 .content-box a{
		padding-left: 0px;
		margin-bottom: 30px;
	}

	.banner-style-19 .content-box a:before{
		display: none;
	}

	.feature-block-one .inner-box{
		max-width: 100%;
	}

	.header-style-20 .btn-box{
		display: none;
	}

	.contact-section .content-box .inner-box{
		display: block;
	}

	.banner-style-22 .content-box .list-item{
		display: block;
	}

	.header-style-23 .header-upper .logo-box .logo{
		padding-right: 0px;
	}

	.header-style-23 .header-upper .logo-box .logo:before{
		display: none;
	}

	.testimonial-block-two .inner-box{
		padding-left: 30px;
		padding-right: 30px;
	}

	.testimonial-block-two .inner-box .thumb-box{
		position: relative;
		left: 0px;
		top: 0px;
		margin-bottom: 20px;
	}

	.testimonial-block-two .inner-box .thumb-box:before{
		display: none;
	}

	.testimonial-block-two .inner-box:before{
		display: none;
	}

	.project-style-seven .contact-box{
		padding-left: 30px;
		padding-right: 30px;
	}

	.working-block-two .inner-box{
		margin-bottom: 30px;
	}

	.working-style-two{
		padding-bottom: 70px;
	}

	.about-style-11 .content-box{
		margin-right: 0px;
	}

	.about-style-13 .content-box .lower-box{
		display: block;
	}

	.about-style-13 .content-box .lower-box .author-box{
		margin-right: 0px;
		margin-bottom: 20px;
	}

	.clients-style-two .clients-list li{
		width: 50%;
	}

	.banner-style-28 .content-box h6{
		padding-right: 0px;
	}

	.banner-style-28 .content-box h6:before{
		display: none;
	}

	.about-style-14 .content-box .list-item li{
		width: 50%;
		margin-bottom: 30px;
	}

	.about-style-14 .content-box .list-item li:before{
		display: none;
	}

	.about-style-14{
		padding-bottom: 30px;
	}

	.clients-section{
		padding-bottom: 60px;
	}

	.banner-style-31 .content-box h2{
		font-size: 50px;
		line-height: 60px;
	}

	.service-home-31 .bnox_75 ul li i{
		margin-right: 30px;
	}

	.feature-style-six .experience-box{
		left: 60%;
	}

	.project-style-11{
		padding-bottom: 0px;
	}

	.banner-style-33 .content-box h6{
		padding-left: 0px;
	}

	.banner-style-33 .content-box h6:before{
		display: none;
	}

	.project-style-four.home-33{
		padding-bottom: 50px;
	}

	.banner-style-34 .content-box h3{
		font-size: 40px;
		line-height: 50px;
	}

	.about-style-16 .title-text h1{
		font-size: 250px;
	}

	.about-style-16{
		padding-bottom: 100px;
	}

	.transforming-section .title-text h2{
		font-size: 40px;
		line-height: 50px;
	}

	.transforming-section .title-text{
		margin-right: 0px;
	}

	.creative-style-two .content-box{
		margin: 0px;
	}

	.funfact-style-three{
		padding-bottom: 0px;
	}

	.footer-style-three .footer-bottom .bottom-inner{
		display: block;
		text-align: center;
	}

	.banner-style-36 .title-box{
		padding-left: 30px;
		padding-right: 30px;
	}

	.about-style-17 .image-box{
		padding-left: 0px;
	}

	.professional-section .education-content{
		margin-right: 0px;
	}

	.about-style-eight .image-box .text-box{
		left: 0px;
	}

	.page-title.style-two{
		padding-right: 0px;
	}

	.project-details .title-text h2{
		font-size: 40px;
		line-height: 50px;
	}

	.project-details-two .upper-box .list-inner{
		display: block;
	}

	.project-details-two{
		padding-bottom: 50px;
	}
}




.infrastructure-main img{
    border: 1px dashed black;
    padding: 11px;
}
.infrastructure-main.welcome-style-two .image-box {
    margin-right: 20px;
}
.infrastructure-section .project-1-block:hover a {
    opacity: 1;
    position: relative;
    z-index: 1;
    transform: none;
}
.infrastructure-section .project-1-overlay {
    align-items: center;
    justify-content: center;
}
.product-detail-section.project-section:before {
    background: transparent;
}

/*****************
    Anand Style
*****************/

.sustainability_sec .sub-title::before{
	background : #fff;
}










/*****************
    Rajni Style
*****************/
.products_section .service-1-icon img {
    max-width: 85px;
}
.products_section .service-1-block {
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
.products_section .service-1-block:before {
    background: #e9e9e9;
}
.products_section .service-1-image:before {
    background: #000;
    opacity: 0.7;
}
.products_section [class*="block"]:hover h4.service-1-title a {
    color: #0067ac;
}
.products_section .service-1-title {
    font-size: 20px;
}
.products_section .service-1-image img {
    height: 300px;
    object-fit: cover;
}
.products_section .service-1-read-more a:hover {
    color: #0063a5;
}
.products_discriptions {
    background-color: #f8f8f8;
}
.products_discriptions .application_features ul.list-1 {
    display: grid;
    grid-template-columns: 1fr 1fr;
}
.products_discriptions .application_features ul.list-1 li {
    display: flex;
    align-items: baseline;
    line-height: 1.1;
}
.products_discriptions .application_features .features_box img {
    max-width: 80px;
}

/********End*********/






/*****************
    mayur css
*****************/

.sortable-masonry .set-image img{
	max-width: 142px;
}



/*****************
    end
*****************/










.rubber_pro_b_wrap .content{
    padding-left: 50px;
}
.ruber_img_wrap{
    padding: 5px;
    background-color: #efefef;
}




