
/*** 

====================================================================
			Fonts
====================================================================

***/

@import url('https://fonts.googleapis.com/css2?family=Source+Sans+Pro:wght@400;600;700;900&family=PT+Sans:wght@400;700&display=swap');


/*
	font-family: 'PT Sans', sans-serif;

*/

@import url('fontawesome-all.css');
@import url('animate.css');
@import url('jquery-ui.css');
@import url('owl.css');
@import url('swiper.min.css');
@import url('flaticon.css');
@import url('jquery.fancybox.min.css');

@font-face {
    src: url(../fonts/Futura-Medium.otf);
    font-family: 'Futura-Medium', sans-serif;
}

@font-face {
    src: url(../fonts/Adobe-Hebrew-Bold.otf);
    font-family: 'Adobe Hebrew', sans-serif;
}


/*** 

====================================================================
		Reset
====================================================================

 ***/

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


/*** 

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

 ***/

body {
	
	font:16px/1 sans-serif;
	line-height: 28px;
	font-weight:400;
	color: #626262;
	font-size: 1rem;
	line-height: 1.5rem;
	background:#ffffff;
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
	font-family: 'PT Sans', sans-serif;
}

a{
	text-decoration:none;
	cursor:pointer;
	color: inherit;
}

a:hover,
a:focus,
a:visited{
	text-decoration:none;
	outline:none;
}

.sidebar-page-container,
section{
	background-color: #ffffff;
}

h1,h2,h3,h4,h5,h6 {
	position:relative;
	margin:0px;
	background:none;
	line-height:1.2em;
	font-family: 'PT Sans', sans-serif;
}

textarea{
	overflow:hidden;	
	resize: none;
}

button{
	outline: none !important;
	cursor: pointer;
	background: none;
	border: 0;
}

p,.text{
	color: #212121;
	font-size: 16px;
	line-height: 1.6rem;
	letter-spacing: .05em;
	margin: 0;
}

::-webkit-input-placeholder{color: rgba(0,0,0,0.50);}
::-moz-input-placeholder{color: rgba(0,0,0,0.50);}
::-ms-input-placeholder{color: rgba(0,0,0,0.50);}

.large-container{
	position:static;
	max-width:1600px;
	padding:0px 20px;
	margin:0 auto;
	width: 100%;
}

.auto-container{
	position:static;
	max-width:1184px;
	padding:0px 15px;
	margin:0 auto;
	width: 100%;
}

.small-container{
	position:static;
	max-width:1000px;
	padding:0px 15px;
	margin:0 auto;
}

.page-wrapper{
	position:relative;
	margin:0 auto;
	width:100%;
	min-width:300px;
	overflow: hidden;
	z-index: 99;
	background-color: #ffffff;
}

ul,li{
	list-style:none;
	padding:0px;
	margin:0px;	
}

.mobile,
.desktop{
	position: relative;
	margin-bottom: 0;
}

.mobile img,
.desktop img{
	display: block;
	width: 100%;
}

.mobile{
	display: none;
}


/* toggle-button  */


.button {
	border-radius: 5px;
    position: relative;
	width: 106px;
	height: 48px;
    overflow: hidden;
}

.button-cover, .knobs, .layer {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.checkbox {
    position: relative;
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
    opacity: 0;
    cursor: pointer;
    z-index: 3;
    border-radius: 5px;
}

.knobs {
    z-index: 2;
}

.layer {
    width: 100%;
    background-color: #E3262F;
    -webkit-transition: 0.3s ease all;
    -o-transition: 0.3s ease all;
    transition: 0.3s ease all;
    z-index: 1;
}

.toggle-button .knobs:before, 
.toggle-button .knobs:after, 
.toggle-button .knobs span {
    position: absolute;
    top: 5px;
    width: 20px;
    height: 10px;
    font-size: 10px;
    font-weight: bold;
    text-align: center;
    line-height: 1;
    padding: 9px 4px;
    border-radius: 2px;
    -webkit-transition: 0.3s ease all;
    -o-transition: 0.3s ease all;
    transition: 0.3s ease all;
}

.toggle-button .knobs:before, 
.toggle-button .knobs:after {
    color: #4e4e4e;
    z-index: 1;
}

.toggle-button .knobs:before {
    height: 25px;
    width: 25px;
    background-image: url(../images/icons/tick.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    content: '';
    left: 15px;
    top: 10px;
}

.toggle-button .knobs:after {
    height: 25px;
    width: 25px;
    background-image: url(../images/icons/cross.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    content: '';
    right: 15px;
    top: 12px;
}

.toggle-button .knobs span {
    left: 63px;
    width: 38px;
    height: 38px;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border-radius: 4px;
    z-index: 2;
}

.toggle-button .checkbox:checked + .knobs span {
    left: 5px;

}

.toggle-button .checkbox:checked ~ .layer {
	background-color: #707070;
}


/*=== THeme Buttons ===*/

.theme-btn{
	text-align: center;
	color: inherit;
	display: inline-block;
	-webkit-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
	transition:all 0.3s ease;
}

.theme-btn.large{
	padding: 20px 50px;
	line-height: 30px;
	font-size: 24px;
	letter-spacing: 2px;
}

.theme-btn .icon{
	margin-left: 10px;
	display: inline-block;
}

/*Btn Style One*/

.btn-style-one{
	position:relative;
	padding-left: 40px;
	font-size: 16px;
	line-height: 20px;
	color: #4E4C4C;
	font-weight: 700;
	overflow: hidden;
	letter-spacing: .1em;
}

.btn-style-one:before{
	position: absolute;
	left: 0;
	top: 50%;
	border-bottom: 1px solid #5F4FD8;
	content: "";
	width: 27px;
}


/*Btn Style Two*/

.btn-style-two{
	position:relative;
	min-width: 160px;
	padding: 15px 20px;
	font-size: 12px;
	line-height: 20px;
	color: #ffffff;
	font-weight: 400;
	overflow: hidden;
	border-radius: 10px;
	-webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
	-webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
	background: #ECA02E;
	letter-spacing: .1em;
	overflow: hidden;
}

.btn-style-two:hover{
	background: #ECA02E;
	color: #ffffff;
}



/*Btn Style Three*/

.btn-style-three{
	position:relative;
	min-width: 200px;
	padding: 20px 27px;
	font-size: 22px;
	line-height: 25px;
	color: #3E3E3E;
	overflow: hidden;
	border-radius: 5px;
	-webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
	-webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
	background: #ffffff;
	overflow: hidden;
}

.btn-style-three:hover{
	background-color: #ffffff;
	color: #3E3E3E;
}


/*Btn Style Four*/

.btn-style-four{
	position:relative;
	min-width: 160px;
	padding: 15px 20px;
	font-size: 12px;
	line-height: 20px;
	color: #ffffff;
	font-weight: 400;
	overflow: hidden;
	border-radius: 10px;
	-webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
	-webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
	background: #FEC517;
	letter-spacing: .1em;
	overflow: hidden;
}

.btn-style-four:hover{
	background: #FEC517;
	color: #ffffff;
}

.theme_color{
	color:#5550C4;
}

.yellow_color{
	color: #FEC517;
}

.pull-right{
	float: right;
}

.pull-left{
	float: left;
}

.preloader{ 
	position:fixed; 
	display: -webkit-box; 
	display: -ms-flexbox; 
	display: flex;
	-webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
	-webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
	left:0px; 
	top:0px; 
	width:100%; 
	height:100%; 
	z-index:999999; 
	background-color:#ffffff; 
	background-position:center center; 
	background-repeat:no-repeat; 
}

.scroll-to-top {
  position: fixed;
  right: 30px;
  bottom: 30px;
  z-index: 999;
  width: 40px;
  height: 40px;
  font-size: 18px;
  color: #1b2032;
  background-color: #ffffff;
  line-height: 40px;
  border-radius: 50px 50px 0 0;
  text-align: center;
  display: none;
  cursor: pointer;
  -webkit-box-shadow: 0 3px 10px rgba(0,0,0,0.10);
      box-shadow: 0 3px 10px rgba(0,0,0,0.10);
  -webkit-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

img{
	display:inline-block;
	max-width:100%;
	height:auto;	
}

.tabs-box{
	position: relative;
}

.tabs-box .tab{
	display: none;
}

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

.icon{
	position: relative;
	display: inline-block;
	background-repeat: no-repeat;
	background-position: center;
}

.icon-hand,
.icon-hand-2,
.icon-hand-3,
.icon-hand-4,
.icon-hand-5,
.icon-hand-6,
.icon-hand-8,
.icon-hand-9,
.icon-hand-10,
.icon-hand-7{
	height: 17px;
	width: 19px;
	background-image: url(../images/icons/icon-hand.svg);
}

.icon-hand-2{
	background-image: url(../images/icons/icon-hand-2.svg);
}

.icon-hand-3{
	background-image: url(../images/icons/icon-hand-3.svg);
}

.icon-hand-4{
	background-image: url(../images/icons/icon-hand-4.svg);
}

.icon-hand-5{
	background-image: url(../images/icons/icon-hand-5.svg);
}

.icon-hand-6{
	background-image: url(../images/icons/icon-hand-6.svg);
}

.icon-hand-7{
	background-image: url(../images/icons/icon-hand-7.svg);
}

.icon-hand-8{
	background-image: url(../images/icons/icon-hand-8.svg);
}

.icon-hand-9{
	background-image: url(../images/icons/icon-hand-9.svg);
}

.icon-hand-10{
	background-image: url(../images/icons/icon-hand-10.svg);
}

.hide-desktop{
	display: none;
}


/*** 

====================================================================
	Sidebar counter
====================================================================

***/

.sidebar-counter{
	position: fixed;
	right: 0;
	top: 0;
	height: 100%;
	counter-reset: count;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
	-webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
	z-index: 9;
	border-left: 1px solid rgba(112,112,112,.10);
	width: 74px;
	background: #ffffff;
}

.sidebar-counter .navigation{
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
	-webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
	-webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
	padding: 24px 0;
	counter-reset: count_item;
}

.sidebar-counter .navigation > li{
	display: block;
	padding-left: 1px;
}

.sidebar-counter .navigation > li > a{
	display: block;
	font-weight: 600;
	height: 20px;
	border-left: 2px solid rgba(0,0,0,0.30);
	-webkit-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
	font-family: "source Sans Pro", sans-serif;
	font-family: "Futura-Medium", sans-serif;
}

.sidebar-counter .navigation > li.checked > a,
.sidebar-counter .navigation > li.current > a{
	border-left: 2px solid #5F4FD8;
}

.sidebar-counter .navigation > li > a:before{
	position: absolute;
	left: -8px;
	top: 0px;
	width: 20px;
	text-align: center;
	line-height: 15px;
	font-size: 10px;
	color: #4E4C4C;
	letter-spacing: 2px;
	counter-increment: count;
	background: #ffffff;
	content: "0"counter(count);
}

.sidebar-counter .navigation > li:nth-child(4) a:before,
.sidebar-counter .navigation > li.current > a:after{
	color: #5F4FD8;
}

.sidebar-counter .navigation > li:nth-child(4) > a:after{
	color: #000000;
}

.sidebar-counter .navigation > li > a:after{
	position: absolute;
	left: -8px;
	top: 0px;
	width: 20px;
	text-align: center;
	line-height: 15px;
	font-size: 10px;
	color: #4E4C4C;
	letter-spacing: 2px;
	counter-increment: count_item;
	background: #ffffff;
	content: "0"counter(count_item);
}

.sidebar-counter .navigation > li:last-child > a:after{
	opacity: .30;
	top: auto;
	bottom: 0;
}

.sidebar-counter .navigation > li.current > a:after{
	opacity: 1;
	z-index: 9;
}




/*** 

====================================================================
	Main Header style
====================================================================

***/

.main-header{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	z-index: 99;
	padding-top: 0 !important;
}

.main-header .main-box{
	position:relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
	-webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
	height: 62px;
}

.main-header .logo{
	position: relative;
	margin-left: 50%;
	top: 0px;
	-webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
	-webkit-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.main-header .logo.index-logo{
	top: 3px;
}

.main-header .about-logo a img{
	display: block;
	height: 30px !important;
	margin-left: 0px !important;
}

.main-header .logo a img{
	display: block;
	height: 26px;
	margin-left: -2px;
}

.main-header.alternate .logo img{
	height: auto;
}


.main-header .logo a{
	position: relative;
	display: block;
}


.main-header .logo.mobile{
	display: none;
}

.main-header .link{
	position: absolute;
	right: 110px;
	top: 0;
	font-size: 10px;
	color: #5F4FD8;
	font-weight: 700;
	padding-left: 45px;
	letter-spacing: .3em;
	line-height: 26px;
	text-transform: uppercase;
	height: 62px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
	-webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.main-header .link:before{
	position: absolute;
	left: 0;
	top: 30px;
	width: 26px;
	border-bottom: 1px solid #2E3A93;
	content: "";
	-webkit-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.nav-toggler{
	border: 0 !important;
}

.nav-toggler{
	position: relative;
	cursor: pointer;
	color:#ffffff;
	padding:15px 0;
	top: 5px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
	-webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
	width: 73px;
}

.nav-toggler .icon-menu{
	position: relative;
	display: inline-block;
	width: 20px;
	height: 8px;
}

.nav-toggler .icon-menu:before,
.nav-toggler .icon-menu:after{
	position: absolute;
	left: 0;
	top: 0;
	width: 10px;
	border-bottom:2px solid #4E4C4C;
	content: "";
	border-radius: 2px;
}

.nav-toggler .icon-menu:after{
	top: auto;
	width: 20px;
	bottom: 0;
}

.fixed-header .nav-toggler{
	position: fixed;
    right: 0;
    padding: 33px 25px;
    background: #fff;
    top: 0;
}

/* Style Two */

.main-header.style-two .nav-toggler .icon-menu:before, 
.main-header.style-two .nav-toggler .icon-menu:after{
	border-bottom:2px solid #FFFFFF;
}


/* Style Three */

.main-header.style-three .logo{
	margin-left: 40px;
	top: 20px;
	-webkit-transform: none;
    -ms-transform: none;
    transform: none;
}

.main-header.style-three .nav-toggler{
	top: 0;
}


/* Style Four */

.main-header.style-four .logo{
	top: 15px;
	margin-left: 35px;
	-webkit-transform: none;
    -ms-transform: none;
    transform: none;
}

.main-header.style-four .nav-toggler{
    right: 24px;
    top: 25px;
}

.main-header.style-four .nav-toggler .icon-menu:before, 
.main-header.style-four .nav-toggler .icon-menu:after{
	border-bottom:2px solid #FFFFFF;
}


/* Style Five */

.main-header.style-five .logo{
	top: 20px;
	margin-left: 40px;
	-webkit-transform: none;
    -ms-transform: none;
    transform: none;
}

.main-header.style-five .nav-toggler{
    right: 10px;
    top: 10px;
}

/***

====================================================================
	Hidden Sidebar style
====================================================================

***/


.sidenav-bar{
	position:fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: auto;
	background:#ffffff;
	z-index: 99;
	opacity: 0;
	visibility: hidden;
	-webkit-transform-origin: top;
    -ms-transform-origin: top;
    transform-origin: top;
	-webkit-box-shadow: 0 0 10px rgba(0,0,0,0.10);
    box-shadow: 0 0 10px rgba(0,0,0,0.10);
}

.sidenav-bar .menu-backdrop{
	position: fixed;
	left: 0;
	top: 0;
	height: 100vh;
	width: 100%;
	z-index: -1;
}

.active-side-nav .sidenav-bar{
	opacity: 1;
	visibility: visible;
	-webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.sidenav-bar .upper-box{
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
	-webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

/*=== Nav Box ===*/

.sidenav-bar .nav-box{
	position: relative;
	padding: 0px 73px 50px;
	overflow: hidden;
}

.sidenav-bar .upper-box{
	position: relative;
	min-height: 62px;
	padding-bottom: 50px;
}

.sidenav-bar .upper-box .btn-box{
	position: absolute;
	right: 0;
	top: 0;
	z-index: 99;
}

.sidenav-bar .nav-toggler{
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
	-webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
	padding: 16px 0;
	right: 13px;
	top: 11px;
}

.sidenav-bar .nav-toggler .icon{
	position: relative;
	width: 30px;
	height: 30px;
	font-size: 24px;
	line-height: 30px;
	font-weight: 700;
	color: #222222;
	-webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
	cursor:pointer;	
}

.sidenav-bar .upper-box .logo{
	position: relative;
	margin-left: 50%;
	top: 3px;
	-webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.sidenav-bar .upper-box .logo a{
	position: relative;
}

.sidenav-bar .upper-box .logo a img{
	height: 25px;
	padding-left: 2px;
}

.sidenav-bar .address{
	font-size: 13px;
	color: rgba(78,76,76,.70);
	letter-spacing: .15em;
	line-height: 18px;
	font-family: 'PT Sans';
	margin-bottom: 29px;
}

.sidenav-bar .address span{
	display: block;
	font-size: 14px;
	color: #4E4C4C;
	margin-bottom: 5px;
	font-weight: 600;
}

.sidenav-bar .contact-info{
	position: relative;
	font-size: 14px;
	color: #4E4C4C;
	letter-spacing: .13em;
	line-height: 23px;
	margin-bottom: 120px;
}

.sidenav-bar .contact-info span{
	display: block;
	font-size: 13px;
	color: #4E4C4C;
	margin-bottom: 15px;
	letter-spacing: .12em;
}

.sidenav-bar .contact-info a{
	color: #4E4C4C;
	font-weight: 600;
	font-family: 'PT Sans', sans-serif;
}

.sidenav-bar .contact-info a:last-child{
	letter-spacing: .15em;
	font-size: 14px;
}

.sidenav-bar .contact-info a:hover{
	text-decoration: underline;
}

.sidenav-bar .side-nav{
	position: relative;
	margin-left: -126px;
	padding-top: 16px;
}

.sidenav-bar .side-nav .navigation{
	position: relative;
	counter-reset: count;
}

.sidenav-bar .side-nav .navigation > li{
	position: relative;
	margin-bottom: 29px;
}

.sidenav-bar .side-nav .navigation > li:before{
	position: absolute;
	left: 0;
	top: 15px;
	border-bottom: 1px solid #5F4FD8;
	content: "";
	opacity: 0;
	width: 0;
	-webkit-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.sidenav-bar .side-nav .navigation > li.current:before{
	width: 42px;
	opacity: 1;
}

.sidenav-bar .side-nav .navigation > li:after{
	position: absolute;
	left: 12px;
	top: 6px;
	line-height: 20px;
	font-size: 10px;
	color: #4E4C4C;
	font-weight: 600;
	opacity: .60;
	letter-spacing: 2px;
	-webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
	counter-increment: count;
	content: "0"counter(count);
}

.sidenav-bar .side-nav .navigation > li.current:after{
	left: -7px;
}

.sidenav-bar .side-nav .navigation > li,
.sidenav-bar .side-nav .navigation > li > ul > li{
	position:relative;
	display:block;
}

.sidenav-bar .side-nav .navigation > li > a{
	position:relative;
	display:inline-block;
	font-size:18px;
	line-height:30px;
	font-weight:500;
	color:#4E4C4C;
	letter-spacing: .1em;
	padding-left:62px;
}

.sidenav-bar .side-nav .navigation > li > ul > li > a,
.sidenav-bar .side-nav .navigation > li > ul > li > ul > li > a{
	position:relative;
	display:block;
	line-height:20px;
	padding:10px 20px;
	color:#222222;
	font-weight:400;
	font-size:18px;
	padding-left:30px;	
	text-transform:capitalize;
}

.sidenav-bar .side-nav .navigation > li > ul > li,
.sidenav-bar .side-nav .navigation > li > ul > li > ul > li{
	margin-bottom:0px;	
}

.sidenav-bar .side-nav .navigation > li > ul > li:last-child,
.sidenav-bar .side-nav .navigation > li > ul > li > ul > li:last-child{
	margin:0px;
}

.sidenav-bar .side-nav .navigation > li.current > a{
	display: inline-block;
	color:#4E4C4C;
	font-weight: 700;
}

.sidenav-bar .side-nav .navigation > li.dropdown > ul,
.sidenav-bar .side-nav .navigation > li.dropdown > ul > li.dropdown > ul{
	position:relative;
	display:block;
	left:0%;
	top:0px;
	width:100%;
	z-index:100;
	margin-top: 10px;
	padding-top: 10px;
	border-top: 1px solid #dddddd;
}

.sidenav-bar .side-nav .navigation li.dropdown .dropdown-btn{
	position:absolute;
	right:0px;
	top:10px;
	width:34px;
	height:30px;
	border:1px solid #e0e0e0;
	text-align:center;
	font-size:16px;
	line-height:28px;
	color:#222222;
	cursor:pointer;
	z-index:5;
	display:none;
}

/*** 

====================================================================
	Banner Section
====================================================================

***/

.banner-section{
	position: relative;
	min-height: 100vh;
	z-index: 9;
}

.banner-section:before{
	position: absolute;
	right: 0;
	top: 83px;
	width: 75px;
	border-bottom: 1px solid rgba(0,0,0,.10);
	content: "";
}

.hand-pointer{
	position: absolute;
	display: block;
	right: 0;
	top: 50%;
	margin-top: -90px;
	z-index: 9;
	text-align: center;
	width: 72px;
}

.hand-pointer img{
	width: 21px;
	height: 20px;
}

.banner-section .slide-item{
	position: relative;
	overflow: hidden;
	z-index: 9;
}

.banner-section .slide-item:before{
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 50%;
	margin-left: -65px;
	content: "";
	background-color: #5F4FD8;
}

.banner-section .background-mobile,
.banner-section .background-small-image,
.banner-section .background-image{
	position: absolute;
	left: 73px;
	right: 73px;
	top: 62px;
	bottom: 69px;
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: cover;
}

.banner-section .background-small-image{
    position: absolute;
    right: 126px;
	left: 73px;
    top: 79px;
    bottom: 50px;
    z-index: -8;
	-webkit-box-shadow: 0 10px 30px rgba(0,0,0,.16);
    box-shadow: 0 10px 30px rgba(0,0,0,.16);
	background-position: center right;
}

.banner-section .background-mobile{
	position: absolute;
	left: 42px;
	right: 42px;
	top: 40px;
	bottom: 40px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	display: none;
}

.banner-section .content-box{
	position: relative;
	text-align: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
	-webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
	width: 100%;
	height: 100vh;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
	overflow: auto;
}

.banner-section .content-box h2{
	top: 15px;
	left: 10px;
	position: relative;
	font-size: 46px;
	line-height: 54px;
	color: #FFFFFF;
	font-weight: 700;
	opacity: 0;
	visibility: hidden;
	letter-spacing: 0.15em;
	-webkit-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
	font-family: 'PT Sans';
}

.banner-section .content-box h2 .first-line,
.banner-section .content-box h2 .second-line{
	position: relative;
	display: block;
}

.banner-section .content-box h2 .second-line{
	left: -12px;
}

.banner-section .active .content-box h2{
	top: -28px;
	opacity: 1;
	visibility: visible;
}

.banner-section .content-box .styled-text{
	position: relative;
	display: inline-block;
	padding-left: 21px;
}

.banner-section .content-box .styled-text:before{
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	right: 8px;
	background-image: url(../images/icons/text-style.png);
	background-repeat: no-repeat;
	background-position: -25px 20px;
	background-size: 110% auto;
	content: "";
}

.banner-section .owl-nav{
	display: none;
}

.banner-section .owl-dots {
    position: absolute;
    left: -160px;
    bottom: 132px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    counter-reset: count;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
        transform: rotate(90deg);
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
        transform-origin: right bottom;
	font-family: "Futura-Medium", sans-serif;
	font-family: "source Sans Pro", sans-serif;
}

.banner-section .owl-dot{
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
	-webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
	font-size: 16px;
	color: #FFFFFF;
	font-weight: 400;
	letter-spacing: 0.4em;
	margin: 0 11px;
	padding-bottom: 20px;
}

.banner-section .owl-dot:before{
	counter-increment: count;
	content: "0"counter(count);
	opacity: .5;
	line-height: 1em;
	font-weight: 400;
	-webkit-transform: scale(.8);
    -ms-transform: scale(.8);
    transform: scale(.8);
}

.banner-section .owl-dot:after{
	position: absolute;
	left: 50%;
	margin-left: -2px;
	bottom: 0px;
	height: 18px;
	border-left: 1px solid #FFFFFF;
	content: "";
	opacity: .0;
}

.banner-section .owl-dot.active{
	padding-bottom: 22px;
}

.banner-section .owl-dot.active:after{
	opacity: .5;
}

.banner-section .owl-dot.active:before{
	-webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.banner-section .owl-dot.active:before{
	opacity: 1;
	-webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
}

.banner-section .scroll-to-target{
	position: absolute;
	right: 0;
	bottom: 0;
	padding-top: 60px; 
	width: 74px;
	height: 260px;
	border-top: 1px solid rgba(112,112,112,.10);
	text-align: center;
	cursor: pointer;
	z-index: 9;
	font-family: 'PT Sans', sans-serif;
}

.banner-section .scroll-to-target:before{
    position: absolute;
    left: 0;
    bottom: 0;
    height: 70px;
    border-left: 1px solid rgba(112,112,112,.10);
    content: "";
    width: 1px;
}

.banner-section .scroll-to-target span{
	position: relative;
	display: inline-block;
	font-size: 11px;
	letter-spacing: .15em;
	line-height: 20px;
	color: #4E4C4C;
	font-weight: 700;
	-webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

.banner-section .scroll-to-target span:after{
	position: absolute;	
	top: 10px;
	width: 32px;
	border-bottom: 1px solid #5F4FD8;
	left: -50px;
	content: "";
}

/*** 

====================================================================
	Banner Section Two
====================================================================

***/

.banner-section-two{
	position: relative;
	padding: 60px 73px;
	height: 100vh;
}

.banner-section-two:after,
.banner-section-two:before{
	position: absolute;
	right: 0;
	top: 83px;
	width: 75px;
	border-bottom: 1px solid rgba(0,0,0,.10);
	content: "";
}

.banner-section-two:after{
	top: auto;
	bottom: 240px;
}

.banner-section-two .mobile-bg,
.banner-section-two .destop-bg{
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

.banner-section-two .mobile-bg{
	display: none;
}

.banner-section-two .float-text{
	position: absolute;
	left: -5px;
	top: 50%;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: .3em;
	z-index: 9;
	-webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
	text-transform: uppercase;
}

.banner-section-two .outer-box{
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
	-webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
	/* height: calc(750px - 126px); */
	height: calc(100vh - 126px);
	overflow: auto;
	flex-direction: column;
}

.banner-section-two .slide-item{
	position: relative;
	overflow: hidden;
}

.banner-section-two .slide-item .content-box{
	position: relative;
	/* margin-bottom: 40px; */
	margin-bottom: 10px;
	/* height: 360px; */
}

.banner-section-two .carousel-outer{
	position: relative;
	background-color: #ffffff;
	max-width: 560px;
	min-height: 540px;
	padding: 50px 42px 25px;
	margin: 40px auto 40px;
}

.banner-section-two .owl-carousel{
	position: relative;
	margin-bottom: 20px;
	min-height: 316px;
}

.banner-section-two .slide-item h3{
	font-size: 22px;
	line-height: 28px;
	color: #FFC000;
	font-weight: 700;
	letter-spacing: .1em;
	min-height: 60px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding-right: 60px;
	margin-bottom: 10px;
	margin-top: 15px;
	-webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.banner-section-two .slide-item p{
	font-size: 14px;
	line-height: 20px;
	color: #4E4C4C;
	font-weight: 400;
	margin-bottom: 20px;
	letter-spacing: .1em;
}

.banner-section-two .slide-item p.light{
	color: rgba(78,76,76,.60);
}

.navigation-style-two{
	/* position: relative; */
	width: 100%;
    bottom: 10px;
    left: 0px;
	position: absolute;
	display: flex;
    align-items: center;
    justify-content: space-around;
}

.navigation-style-two li{
	position: relative;
}

.navigation-style-two li a{
	color:#4E4C4C;
	font-size: 10px;
	line-height: 14px;
	display: inline-block;
	font-weight: 400;
	letter-spacing: .2em;
}

.navigation-style-two li .icon{
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 42px;
	width: 42px;
	margin: 0 auto;
	border-radius: 50%;
	margin-top: 3px;
	-webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
	-webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
	background: transparent;
	-webkit-transition: background 300ms ease;
	-o-transition: background 300ms ease;
	transition: background 300ms ease;
	-webkit-transform: scale(.9);
    -ms-transform: scale(.9);
    transform: scale(.9);
}

.navigation-style-two li.current a{
	color: #FFC000;
	font-weight: 700;
}

.navigation-style-two li svg{
	height: 34px;
}

.navigation-style-two li.current svg path{
	fill: #FFC000;
}

.banner-section-two .owl-dots{
	position: absolute;
	left: 0;
	top: -15px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.banner-section-two .owl-dot{
	position: relative;
	display: inline-block;
	height: 7px;
	width: 7px;
	border: 1px solid #FFC000;
	border-radius: 50%;
	margin-right: 6px;
}

.banner-section-two .owl-dot.active{
	background-color: #FFC000;
}

.banner-section-two .custom-dots{
	position: absolute;
	top: 102px;
	height: 54px;
	width: 54px;
	background-color: #FFC000;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
	-webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
	border-radius: 50%;
	right: -26px;
	-webkit-box-shadow: 0 0 20px rgba(0,0,0,.20);
    box-shadow: 0 0 20px rgba(0,0,0,.20);
	padding: 10px;
}

.banner-section-two .custom-dots .owl-dot{
	line-height: 48px;
	width: 100%;
	height: 2px;
	background-color: #FFFFFF !important;
	border-color: #ffffff !important;
	opacity: .30;
	margin: 0;
}

.banner-section-two .custom-dots .owl-dot.active{
	opacity: 1;
}


/* Color Scheme blue */
.color-scheme-yellow .banner-section-two .owl-dot.active,
.color-scheme-yellow .banner-section-two .custom-dots{
	background-color: #ECA02E;
}

.color-scheme-yellow .banner-section-two .owl-dot,
.color-scheme-yellow .navigation-style-two li:before,
.color-scheme-yellow .banner-section-two .custom-dots{
	border-color: #ECA02E;
}

.color-scheme-yellow .navigation-style-two li.current a,
.color-scheme-yellow .banner-section-two .slide-item h3{
	color: #ECA02E;
}

.color-scheme-yellow .navigation-style-two li.current svg path{	
	fill: #ECA02E;
}


/* Color Scheme Red */
.color-scheme-red .banner-section-two .owl-dot.active,
.color-scheme-red .banner-section-two .custom-dots{
	background-color: #2230DB;
}

.color-scheme-red .banner-section-two .owl-dot,
.color-scheme-red .navigation-style-two li:before,
.color-scheme-red .banner-section-two .custom-dots{
	border-color: #2230DB;
}

.color-scheme-red .navigation-style-two li.current a,
.color-scheme-red .banner-section-two .slide-item h3{
	color: #2230DB;
}

.color-scheme-red .navigation-style-two li.current svg path{	
	fill: #2230DB;
}


/* Color Scheme Green */
.color-scheme-green .banner-section-two .owl-dot.active,
.color-scheme-green .banner-section-two .custom-dots{
	background-color: #27AD75;
}

.color-scheme-green .banner-section-two .owl-dot,
.color-scheme-green .navigation-style-two li:before,
.color-scheme-green .banner-section-two .custom-dots{
	border-color: #27AD75;
}

.color-scheme-green .navigation-style-two li.current a,
.color-scheme-green .banner-section-two .slide-item h3{
	color: #27AD75;
}

.color-scheme-green .navigation-style-two li.current svg path{	
	fill: #27AD75;
}



/*** 

====================================================================
	Banner Section Three
====================================================================

***/

.banner-section-three{
	position: relative;
	padding: 62px 73px;
	min-height: 100vh;
	background-color: #4E4C4C;
}

.banner-section-three:after,
.banner-section-three:before{
	position: absolute;
	right: 0;
	top: 83px;
	width: 75px;
	border-bottom: 1px solid rgba(255,255,255,.20);
	content: "";
}

.banner-section-three:after{
	top: auto;
	bottom: 233px;
}

.banner-section-three .bg-mobile{
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	display: none;
}

.banner-section-three .float-text{
	position: absolute;
	left: 10px;
	top: 50%;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: .3em;
	z-index: 9;
	color: #ffffff;
	-webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
	text-transform: uppercase;
}

.banner-section-three .outer-box{
	position: relative;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

.banner-section-three .content-box{
	position: relative;
	padding: 60px 70px;
	height: calc(100vh - 126px);
	flex-direction: column;
	overflow: auto;
}

.banner-section-three h3{
	font-size: 24px;
	line-height: 26px;
	color: #4E4C4C;
	font-weight: 700;
	letter-spacing: .17em;
	min-height: 52px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
	margin-bottom: 20px;
}

.banner-section-three p{
	font-size: 15px;
	line-height: 21px;
	color: rgba(78,76,76,.90);
	font-weight: 400;
	max-width: 290px;
	letter-spacing: .1em;
	margin-bottom: 15px;
}

.banner-section-three .list-style li.colored,
.banner-section-three p.colored{
	color: #5F4FD8;
}

.banner-section-three .text-box{
	position: relative;
	margin-bottom: 40px;
}

.banner-section-three .list-style{
	position: relative;
}

.banner-section-three .list-style li{
	position: relative;
	font-size: 14px;
	line-height: 20px;
	color: rgba(78,76,76,.90);
	font-weight: 400;
	letter-spacing: .1em;
}

.banner-section-three .link-box{
	position: relative;
	padding-left: 130px;
}

.banner-section-three .link-box .link{
	position: relative;
	display: inline-block;
	font-size: 10px;
	color: #4E4C4C;
	font-weight: 500;
	padding: 10px 0;
	padding-left: 45px;
	letter-spacing: .3em;
	text-transform: uppercase;
}

.banner-section-three .link-box .link:before{
	position: absolute;
	left: 0;
	top: 21px;
	width: 26px;
	border-bottom: 1px solid #5F4FD8;
	content: "";
	-webkit-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.banner-section-three .link-box .back-link{
	position: absolute;
	left: 0;
	top: 0;
	padding: 10px 0;
}

.banner-section-three .we-love .link-box .back-link{
	left: 7px;
}

.banner-section-three .contact-link{
	position: absolute;
	left: 70px;
	bottom: 30px;
	font-size: 10px;
	color: #4E4C4C;
	font-weight: 400;
	padding: 10px 0;
	letter-spacing: .3em;
	text-transform: uppercase;
}


/*** 

====================================================================
	Banner Section Four
====================================================================

***/

.banner-section-four{
	position: relative;
	min-height: 650px;
	height: calc(100vh - 14px);
	border: 14px solid #ffffff;
	border-bottom: 0;
}

.banner-section-four .background-image-mobile,
.banner-section-four .background-image{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}

.banner-section-four .background-image-mobile{
	display: none;
}

.banner-section-four .float-text{
    position: absolute;
    left: -76px;
    top: 35%;
    font-size: 8px;
    font-weight: 700;
    letter-spacing: .3em;
    z-index: 9;
    color: #ffffff;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
        transform: rotate(-90deg);
    text-transform: uppercase;
}

.banner-section-four .float-text a{
	position: relative;
	opacity: .7;
	color: #ffffff;
	padding-left: 40px;
	margin-left: 15px;
}

.banner-section-four .float-text a:before{
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -1px;
	width: 20px;
	content: "";
	border-bottom: 1px solid #ffffff;
}

.banner-section-four .content-box{
	position: absolute;
	left: 0;
	bottom: 0;
	padding: 42px 59px;
	width: 100%;
}

.banner-section-four h2{
	display: block;
	font-size: 59px;
	line-height: 1em;
	color: #FFFFFF;
	font-weight: 700;
	letter-spacing: .1em;
	margin-bottom: 27px;
}

.banner-section-four .hash-tag{
	position: relative;
	display: block;
	font-size: 17px;
	color: #FFFFFF;
	font-weight: 400;
	letter-spacing: .15em;
	padding-left: 4px;
}

.banner-section-four .content-box .link{
	position: relative;
	display: inline-block;
	font-size: 10px;
	color: #ffffff;
	font-weight: 700;
	letter-spacing: .3em;
	line-height: 26px;
	text-transform: uppercase;
	margin-top: 50px;
	margin-left: -9px;
}

.banner-section-four .content-box .link img{
	width: 18px;
	margin-right: 10px;
}

.banner-section-four .project-logo{
	display: none;
}

/*** 

====================================================================
	Skills Section
====================================================================

***/

.skills-section{
	position: relative;
	padding: 150px 73px 130px;
}

.skill-tabs{
	position: relative;
}

.skill-tabs .tab-buttons{
	position: relative;
}

.skill-tabs .tab-btns{
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
	-webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
	max-width: 1000px;
	width: 100%;
	margin-bottom: 96px;
	margin: 0 auto;
	left: 20px;
}

.skill-tabs .tab-btns:before{
	position: absolute;
	top: 26px;
	left: 40px;
	right: 50px;
	border-top: 4px solid rgba(129,129,128,.20);
	content: "";
}

.skill-tabs .tab-btn{
	position: relative;
	font-size: 14px;
	color: #4E4C4C;
	font-weight: 700;
	padding: 0 10px;
	letter-spacing: .2em;
	cursor: pointer;
	top: -5px;
}

.skill-tabs .tab-btn span{
    position: relative;
    display: block;
    -webkit-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
    top: -5px;
}

.skill-tabs .tab-btn.active-btn span{
	top: 14px;
}

.skill-tabs .tab-btn .icon{
	position: relative;
	display: block;
	height: 60px;
	width: 60px;
	margin: 0 auto;
	border-radius: 50%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
	-webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
	background: transparent;
}

.skill-tabs .tab-btn .icon svg{
	width: 26px;
	height: auto;
}


.skill-tabs .tab-btn.active-btn .icon{
	background-color: #E5E5E5;
}

.skill-tabs .tab-btn.active-btn .icon svg{
	width: 26px;
	height:auto;
}

.skill-tabs .tab-btn.active-btn .icon svg path{
	fill: #5F4FD8;
}

.skill-tabs{
	position: relative;
}

.skill-tabs .content-box{
	position: relative;
	margin-top: 55px;
	text-align: center;
}

.skill-tabs .image-box{
	position: relative;
	display: inline-block;
	text-align: center;
}

.skill-tabs .image-box .image{
	position: relative;
	margin-bottom: 0;
	-webkit-transition: all 400ms ease;
	-o-transition: all 400ms ease;
	transition: all 400ms ease;
	width: 600px;
}

.skill-tabs .active-tab .image-box .image{

}

.skill-tabs .active-tab .image-box .image img{
	width: 100%;
}

.skill-tabs .image-box h6{
	position: absolute;
	left: 0;
	right: 0;
	top: 65px;
	bottom: 50px;
	width: 80%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
	-webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
	margin: 0 auto;
	color: #ffffff;
	font-size: 18px;
	line-height: 33px;
	letter-spacing: .15em;
}

.skill-tabs .content-box .title{
	position: absolute;
	right: 13%;
	top: 51%;
	font-size: 12px;
	color: #4E4C4C;
	font-weight: 700;
	padding: 10px 0;
	padding-left: 48px;
	letter-spacing: .3em;
	text-transform: uppercase;
}

.skill-tabs .content-box .title a{
	color: #4E4C4C;
}

.skill-tabs .content-box .title:before{
	position: absolute;
	left: 0;
	top: 17px;
	width: 28px;
	border-bottom: 1px solid #5F4FD8;
	content: "";
	-webkit-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

/* Skill Slider */

.skills-section .carousel-outer{
	position: relative;
	margin: 0 -20px;
	display: none;
}

.skill-slider{
	position: relative;
	padding: 13px 0px 10px;
}

.skill-slider:before{
	position: absolute;
	top: 42px;
	content: "";
	height: 3px;
	background-color: #E5E5E5;
	left: 60px;
	right: 60px;
}

.skill-slider .swiper-slide {
	text-align: center;
}

.skill-slider .icon-outer{
	position: relative;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
	-webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
	margin-bottom: 27px;
	min-width: 65px;
	text-align: center;
	-webkit-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.skill-slider .icon-outer .icon{
	position: absolute;
	left: 0;
	right: 0;
	margin: 0 auto;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
	-webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
	height: 52px;
	width: 52px;
	-webkit-transform-origin: top;
    -ms-transform-origin: top;
    transform-origin: top;
	background-color: #E5E5E5;
	border-radius: 50%;
	-webkit-transform: scale(.7);
    -ms-transform: scale(.7);
    transform: scale(.7);
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.skill-slider .icon-outer .icon svg{
	width: 24px;
}


.skill-slider .swiper-slide-thumb-active .icon-outer .icon{
	opacity: 1;
	visibility: visible;
}

.skill-slider .icon-outer span{
	position: relative;
	display: block;
	font-size: 9px;
	font-family: 'Source Sans Pro';
	font-weight: 400;
	padding-top: 50px;
	-webkit-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
	top: -10px;
}

.skill-slider .swiper-slide-thumb-active .icon-outer span{
	font-size: 13px;
	font-weight: 700;
	top: 8px;
}

.skill-slider .swiper-slide-thumb-active .icon-outer svg path{
	fill: #5F4FD8;
}

.skill-block{
	position: relative;
	padding: 0 20px;
}

.skill-block .image-box{
	position: relative;
	text-align: center;
	margin-bottom: 60px;
}

.skill-block .image-box img{
	width: 100%;
}

.skill-block .image-box .image{
	position: relative;
	margin-bottom: 0;
	-webkit-transition: all 400ms ease;
	-o-transition: all 400ms ease;
	transition: all 400ms ease;
}

.skill-block .image-box h6{
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
	-webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
	margin: 0 auto;
	color: #ffffff;
	font-size: 14px;
	width: 100%;
	padding: 0 30px;
	line-height: 24px;
	letter-spacing: .1em;
	margin-top: 10px;
}

.skill-block .title-outer{
	position: relative;
	text-align: center;
	z-index: 2;
}

.skill-block .title{
	position: relative;
	display: inline-block;
	font-size: 12px;
	color: #4E4C4C;
	font-weight: 700;
	padding: 10px 0;
	letter-spacing: .3em;
	line-height: 20px;
	-webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
	text-transform: uppercase;
	-webkit-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
	padding-left: 48px;
}

.skill-block .title a{
	color: #4E4C4C;
}

.owl-item.active .skill-block .title{
	-webkit-transform: translate(0px);
    -ms-transform: translate(0px);
    transform: translate(0px);
	opacity: 1;
	visibility: visible;
	-webkit-transition-delay: 300ms;
     -o-transition-delay: 300ms;
    transition-delay: 300ms;
}

.skill-block .title:before{
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -1px;
	width: 28px;
	border-bottom: 1px solid #5F4FD8;
	content: "";
	-webkit-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.gallery-top .swiper-pagination{
	position: absolute;
	left: 0;
	bottom: 55px;
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
	-webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.gallery-top .swiper-pagination-bullet{
	position: relative;
	height: 6px;
	width: 6px;
	background: #E5E5E5 !important;
	border-radius: 8px;
	margin: 0 2px !important;
	opacity: 1 !important;
}

.gallery-top .swiper-pagination-bullet-active{
	background: #5F4FD8 !important;
}


/*** 

====================================================================
	About Section
====================================================================

***/

.about-section{
	position: relative;
	padding: 32px 73px 85px;
}

.about-section:before{
	background-color: #F2F2F4;
	position: absolute;
	left: 73px;
	right: 73px;
	top: 40px;
	bottom: 110px;
	content: "";
}

.about-section .outer-box{
	position: relative;
}

.about-section .image-column{
	position: relative;
}

.about-section .image-column .inner-column{
	margin-left: -20px;
	padding-right: 20px;
}

.about-section .auto-container{
	max-width: 1400px;
}

.about-section .image-column .image{
	margin-bottom: 0;
	margin-top: -38px;
}

.about-section .image-column .image img{
	display: block;
	width: 100%;
}

.about-section .content-column{
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
	-webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.about-section .content-column .inner-column{
	position: relative;
	padding: 40px 86px 40px;
	padding-right: 80px;
}

.about-section .content-column p{
	font-size: 20px;
	line-height: 30px;
	color: #4E4C4C;
    font-family: 'PT Sans', sans-serif;
    letter-spacing: .1em;
    margin-bottom: 20px;
    font-weight: 700;
}

.about-section .content-column .title{
	position: relative;
	display: inline-block;
	font-size: 11px;
	color: #4E4C4C;
	font-weight: 700;
	padding: 10px 0;
	line-height: 20px;
	padding-left: 48px;
	letter-spacing: .3em;
	text-transform: uppercase;
}

.about-section .content-column .title a{
	color: #4E4C4C;
}

.about-section .content-column .title:before{
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -1px;
	width: 28px;
	border-bottom: 1px solid #5F4FD8;
	content: "";
	-webkit-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

/*** 

====================================================================
	Portfolio Section
====================================================================

***/

.portfolio-section{
	position: relative;
	padding-left: 74px;
	padding-right: 74px;
}

.portfolio-section .auto-container{
	max-width: 100%;
}

.portfolio-section:before{
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 55%;
	background-color: #F2F2F4;
	content: "";
}

.portfolio-section .outer-box{
	position: relative;
	padding: 100px 0 72px;
	background-color: #ffffff;
	border: 1px solid rgba(29,29,29,.10);
	border-right: 0;
	border-top: 0;
}

.portfolio-section .outer-box:before{
	position: absolute;
	left: 0;
	top: 0;
	width: 99.5%;
	border-top: 1px solid rgba(29,29,29,.10);
	content: "";
}

.portfolio-section .column{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
	-webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.portfolio-section .logo-box{
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	left: -125px;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
	-webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
	-webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
	font-size: 12px;
	color: #4E4C4C;
	font-weight: 700;
	letter-spacing: .6em;
	-webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

.portfolio-section .logo-box span{
	display: block;
	margin-bottom: 25px;
	opacity: .30;
}

.portfolio-section .left-column{
	-webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.portfolio-section .right-column{
	-webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.portfolio-section .right-column .link-box{
	position: relative;
	margin-left: 60px;
}

.portfolio-section .column .title{
	position: relative;
	font-size: 12px;
	color: #4E4C4C;
	font-weight: 700;
	padding: 10px 0;
	line-height: 20px;
	padding-left: 48px;
	letter-spacing: .3em;
	text-transform: uppercase;
	margin-left: 10px;
}

.portfolio-section .column .title a{
	color: #4E4C4C;
}

.portfolio-section .column .title:before{
	position: absolute;
	left: 0;
	top: 50%;
	width: 28px;
	margin-top: -1px;
	border-bottom: 1px solid #5F4FD8;
	content: "";
	-webkit-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}
.flip-container{
	position: relative;
	display: block;
	min-width: 500px;
	max-width: 500px;
	width: 100%;
	height: 570px;
}

.flip-container .swiper-slide{
	background-position: center top;
	background-size: cover;
	width: 500px;
	height: 530px;
}

.flip-container .swiper-slide .abs-link{
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	text-align: center;
	padding-bottom: 68px;
}

.flip-container .swiper-slide .text{
	position: relative;
	display: inline-block;
	color: #ffffff;	
	letter-spacing: .3em;
	font-size: 10px;
	line-height: 18px;
	letter-spacing: .25em;
	text-transform: uppercase;
}

.flip-container .swiper-slide .logo{
	position: relative;
	display: block;
	margin-bottom: 7px;
}

.flip-container .swiper-slide .logo img{
	position: relative;
	display: inline-block;
}

.flip-container .flip-button{
	position: absolute;
	left: 0;
	right: 0;
	margin: 0 auto;
	bottom: 12px;
	height: 56px;
	width: 56px;
	background-color: #ffffff;
	border-radius: 50%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
	-webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
	-webkit-box-shadow: 0 3px 6px rgba(0,0,0,0.16);
    box-shadow: 0 3px 6px rgba(0,0,0,0.16);
	z-index: 9;
}

.flip-container .flip-button > div{
	width: 30%;
}

.flip-container .flip-button > div:after{
	position: relative;
	font-size: 16px !important;
	color: #000000;
	font-weight: 700;
}


/*** 

====================================================================
	Portfolio Section Two
====================================================================

***/

.portfolio-section-two{
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
	-webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
	height: 100vh;
	background-color: #EFEEED;
	border: 17px solid #EFEEED;
	overflow: auto;
	overflow-x: hidden;
	flex-direction: column;
}

.portfolio-section-two .float-text{
	position: absolute;
	left: -15px;
	top: 50%;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: .3em;
	z-index: 9;
	color: #ffffff;
	-webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
	text-transform: uppercase;
}

.portfolio-section-two .image-outer{
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 85%;
}

.portfolio-section-two .image-layer{
	position: absolute;
	right: 0;
	left: 0;
	height: 100%;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}

.portfolio-section-two .content-box{
	position: relative;
	background-color: #ffffff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
	-webkit-transform: translateX(10px);
    -ms-transform: translateX(10px);
    transform: translateX(10px);
	-webkit-box-shadow: 0 10px 10px rgba(0,0,0,.10);
    box-shadow: 0 10px 10px rgba(0,0,0,.10);
	max-width: 950px;
	/* height: 600px; */
	width: 100%;
}

.portfolio-section-two .image-column{
	position: relative;
	-webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
	padding: 20px 20px;
	padding-left: 0;
}

.portfolio-section-two .image-column:before{
	position: absolute;
	right: 0;
	left: 74px;
	top: 0;
	height: 100%;
	background-color: #FFC000;
	content: "";
}

.portfolio-section-two .image-column .image{
	position: relative;
	margin-bottom: 0;
}

.portfolio-section-two .image-column .image img{
	display: block;
	width: 380px;
	height: 551px;
	-o-object-fit: fill;
    object-fit: fill;
}

.portfolio-section-two .content-column{
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
	padding: 17px 40px;
	width: 100%;
	max-width: 550px;
}

.portfolio-section-two .content-column .inner-column{
	position: relative;
	-webkit-transform: translateY(40px);
    -ms-transform: translateY(40px);
    transform: translateY(40px);
}

.portfolio-section-two .content-column h4{
	position: relative;
	font-size: 22px;
	line-height: 1.2em;
	color: #332B2B;
	font-weight: 600;
	letter-spacing: .05em;
	margin-bottom: 25px;
}

.portfolio-section-two .content-column p{
	font-size: 15px;
	line-height: 21px;
	color: #4E4C4C;
	letter-spacing: .07em;
	opacity: .7;
}

.portfolio-section-two .content-column .link{
	position: relative;
	display: inline-block;
	font-size: 11px;
	color: #4E4C4C;
	font-weight: 700;
	padding: 10px 0;
	padding-left: 45px;
	letter-spacing: .3em;
	line-height: 26px;
	text-transform: uppercase;
	margin-top: 40px;
}

.portfolio-section-two .content-column .link:before{
	position: absolute;
	left: 0;
	top: 22px;
	width: 26px;
	border-bottom: 1.5px solid #FFC000;
	content: "";
	-webkit-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.portfolio-section-two .content-column .logo{
	position: absolute;
	left: 40px;
	top: 40px;
	z-index: 9;
	display: block;
}

.portfolio-section-two .post-links{
	position: absolute;
	right: -9px;
	top: 0;
	width: 15%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
	-webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
	height: 100%;
}

.portfolio-section-two .next-post-link{
/*	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -50px;*/
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
	color: #4E4C4C;
	font-size: 12px;
	line-height: 20px;
	text-transform: uppercase;
	letter-spacing: .2em;
/*	transform: translateX(100%);*/
	/*margin-right: -67px;*/
/*	margin-right: -157px;*/
	min-height: 100px;
	-webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.portfolio-section-two .next-post-link .arrow{
	margin-left: 15px;
	width: 24px;
	top: -3px;
	position: relative;
}

.portfolio-section-two .content-box .prev-post-link{
	position: absolute;
	right: 100%;
	top: 50%;
	margin-top: -10px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	color: rgba(255,255,255,.80);
	-webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
	font-size: 12px;
	line-height: 20px;
	text-transform: uppercase;
	letter-spacing: .2em;
	-webkit-transform: translateX(-50px);
    -ms-transform: translateX(-50px);
    transform: translateX(-50px);
	margin-right: 18px;
	opacity: .7;
}

.portfolio-section-two .content-box .prev-post-link img{
	margin-right: 15px;
	min-width: 24px;
	height: 11px;
}

.portfolio-section-two .post-control{
	position: absolute;
	left: 0;
	bottom: 0;
	right: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
	-ms-flex-line-pack: center;
    align-content: center;
	min-height: 65px;
	padding: 0 25px;
	display: none;
}

.post-control .prev-post,
.post-control .next-post{
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.post-control .prev-post .arrow{
	position: relative;
	margin-right: 10px;
	width: 23px;
	height: 10px;
	-o-object-fit: cover;
    object-fit: cover;
}

.post-control .next-post .arrow{
	margin-left: 10px;
	width: 23px;
	height: 10px;
	-o-object-fit: cover;
    object-fit: cover;
	position: relative;
}


/* Style Two */

.portfolio-section-two.style-two .image-column{
	-webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
	padding: 20px 20px;
	padding-right: 0;
}

.portfolio-section-two.style-two .image-column:before{
	left: 0;
	right: 74px;
	background-color: #000000;
}

/* Style Three*/

.portfolio-section-two.style-three .image-column:before{
	background-color: #2230DB;

}

.portfolio-section-two.style-three .content-column .link:before{
	border-color: #2230DB;
}

/* Style Four */

.portfolio-section-two.style-four .image-column{
	-webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
	padding: 20px 20px;
	padding-right: 0;
}

.portfolio-section-two.style-four .image-column:before{
	left: 0;
	right: 60px;
	background-color: #ECA02E;
}



/* Style Three*/

.portfolio-section-two.style-five .image-column:before{
	background-color: #27AD75;
}

.portfolio-section-two.style-five .content-column .link:before{
	border-color: #27AD75;
}

/*** 

====================================================================
	Portfolio Detail
====================================================================

***/

.portfolio-detail{
	position: relative;
}

.portfolio-detail .auto-container{
	max-width: 100%;
	padding: 0 64px;
}

/* Basic Info */

.portfolio-detail .basic-info{
	position: relative;
	padding-right: 64px;
}

.portfolio-detail .basic-info .info-outer{
	position: relative;
	padding: 65px 0 28px;
	padding-left: 255px;
	padding-right: 20px;
}

.portfolio-detail .basic-info .project-logo{
	position: absolute;
	left: 0;
	top: 62px;
}

.portfolio-detail .basic-info .project-logo img{
	display: block;
}

.portfolio-detail .basic-info .project-logo .link{
	position: relative;
	display: inline-block;
	margin-top: 24px;
	font-size: 11px;
	color: #4E4C4C;
	font-weight: 400;
	letter-spacing: .15em;
	line-height: 20px;
	border-bottom: 1px solid #304F74;
	margin-left: 4px;
	top: 6px;
}

.portfolio-detail .basic-info .row{
	margin: 0 -25px;
}

.portfolio-detail .basic-info .column{
	position: relative;
	padding: 0 25px;
	margin-bottom: 35px;
}

.portfolio-detail .basic-info .column h4{
	position: relative;
	font-size: 15px;
	color: #4E4C4C;
	font-weight: 700;
	letter-spacing: .25em;
	padding-bottom: 18px;
	margin-bottom: 20px;
	border-bottom: 1px solid rgba(181,165,165,.50);
}

.portfolio-detail .basic-info .column p{
	font-size: 13px;
	color: #4E4C4C;
	line-height: 20px;
	letter-spacing: .1em;
	opacity: .7;
}

/* Porject Desciption */

.portfolio-detail .porject-desciption{
	position: relative;
	padding: 60px 0 70px;
	background-color: #F5F4EF;
	padding-right: 64px;
}

.portfolio-detail .porject-desciption .desciption-outer{
	position: relative;
	padding-left: 330px;
}

.portfolio-detail .porject-desciption p{
	font-size: 16px;
	line-height: 26px;
	font-weight: 700;
	margin-bottom: 24px;
	letter-spacing: .11em;
	font-family: 'PT Sans', sans-serif;
	color: #4E4C4C;
}

.portfolio-detail .porject-desciption p:last-child{
	margin-bottom: 0;
}


/* Porject Features */

.portfolio-detail .porject-features{
	position: relative;
}

.porject-features .float-text{
	position: absolute;
	left: 33px;
	top: 35%;
	font-size: 10px;
	font-weight: 700;
	letter-spacing: .3em;
	z-index: 9;
	color: #FFC000;
	-webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
	text-transform: uppercase;
}

/*Feature Block*/

.feature-block{
	position: relative;
	background-color: #F5F4EF;
}

.feature-block .outer-box{
	position: relative;
	max-width: 900px;
	margin: 0 auto;
}

.feature-block .content-column{
	position: relative;
}

.feature-block .content-column .inner-column{
	position: relative;
	padding-bottom: 40px;
	padding-top: 80px;
	margin-right: -50px;
}

.feature-block h2{
	font-size: 46px;
	line-height: 1.2em;
	color: #4E4C4C;
	margin-bottom: 20px;
	font-weight: 700;
	letter-spacing: .01em;
	font-family: 'Source Sans Pro', sans-serif;
}

.feature-block h5{
	font-size: 14px;
	color: #4E4C4C;
	font-weight: 400;
	letter-spacing: .12em;
	text-transform: uppercase;
	margin-bottom: 38px;
	opacity: .9;
	font-family: 'Source Sans Pro', sans-serif;
}

.feature-block p{
	font-size: 16px;
	color: #4E4C4C;
	line-height: 26px;
	margin-bottom: 20px;
	letter-spacing: .1em;
	opacity: .5;
	font-weight: 700;
	font-family: 'Source Sans Pro', sans-serif;
}

.feature-block .image-column{
	position: relative;
	z-index: 3;
}

.feature-block .image-column .image-box{
	position: relative;
	margin-bottom: -100px;
	padding-left: 115px;
	margin-right: -60px;
}

.feature-block .image-column .image{
	position: relative;
	margin-bottom: 0;
}

.feature-block .image-column .image img{
	width: 380px;
}


/*Feature Block Two*/

.feature-block-two{
	position: relative;
	background-color: #FFC000;
	padding-top: 145px;
	padding-bottom: 180px;
}

.feature-block-two .outer-box{
	position: relative;
	max-width: 850px;
	margin: 0 auto;
}

.feature-block-two .content-column{
	position: relative;
}

.feature-block-two .content-column .inner-column{
	position: relative;
	margin-left: -50px;
	padding-bottom: 80px;
	padding-top: 140px;
	margin-right: -80px;
}

.feature-block-two h2{
	font-size: 46px;
	line-height: 1.2em;
	color: #000000;
	margin-bottom: 20px;
	font-weight: 700;
	letter-spacing: .01em;
	font-family: 'Source Sans Pro', sans-serif;
}

.feature-block-two h5{
	font-size: 14px;
	color: #000000;
	font-weight: 400;
	letter-spacing: .12em;
	text-transform: uppercase;
	margin-bottom: 38px;
	opacity: .9;
	font-family: 'Source Sans Pro', sans-serif;
}

.feature-block-two p{
	font-size: 16px;
	color: #000000;
	line-height: 26px;
	margin-bottom: 26px;
	letter-spacing: .1em;
	opacity: .5;
	font-weight: 700;
	font-family: 'Source Sans Pro', sans-serif;
}

.feature-block-two .image-column{
	position: relative;
	z-index: 3;
}

.feature-block-two .image-column .image-box{
	position: relative;
	margin-left: -70px;
}

.feature-block-two .image-column img{
	width: 380px;
}


/* Call To Action */

.call-to-action{
	position: relative;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	padding: 260px 0 224px;
}

.call-to-action .bg-mobile{
	display: none;
}

.call-to-action .upper-box{
	position: absolute;
	left: 60px;
	right: 60px;
	top: 0;
	background: #000000;
	-webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
	padding: 60px 50px 80px;
}

.call-to-action .upper-box .inner{
	position: relative;
	max-width: 1000px;
	margin: 0 auto;
	text-align: center;
}

.call-to-action .upper-box .title{
	display: block;
	font-size: 12px;
	/* font-size: 9px; */
	color: #FFFFFF;
	font-weight: 700;
	letter-spacing: .2em;
	margin-bottom: 20px;
}

.call-to-action .upper-box p{
	font-size: 20px;
	color: #FFC000;
	line-height: 36px;
}

.call-to-action .content-box{
	position: relative;
	text-align: center;
}

.call-to-action .content-box h3{
	font-size: 43px;
	line-height: 56px;
	color: #FFFFFF;
	font-weight: 700;
	letter-spacing: .01em;
	font-family: 'PT Sans', sans-serif;
}

.call-to-action .content-box .btn-box{
	position: relative;
	margin-top: 60px;
}

.call-to-action .content-box .btn-box a{
	position: relative;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	margin: 0 15px 20px;
	background: #F5F4EF;
	min-width: 142px;
	height: 60px;
	-webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
	-ms-flex-line-pack: center;
    align-content: center;
	border-radius: 50px;
}

.call-to-action .content-box .btn-box a img{
	width: 21px;

}

.call-to-action .content-box .theme-btn{
	margin-top: 40px;
	font-size: 18px;
	letter-spacing: .02em;
	font-family: 'PT Sans', sans-serif;
	padding: 17px 25px;
}

/* Next Case Outer */

.next-case-outer{
	padding: 0 60px;
	background-color: #5F4FD8;
}

.next-case{
	position: relative;
	background: #ffffff;
	padding: 50px 50px;
	margin-top: -128px;
	z-index: 9;
	text-align: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
	-ms-flex-line-pack: center;
    align-content: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
	min-height: 256px;
}

.next-case h5{
	display: block;
	font-size: 14px;
	color: #4E4C4C;
	letter-spacing: .16em;
	text-transform: uppercase;
	margin-bottom: 40px;
	font-weight: 400;
	top: -15px;
}

.next-case .logo-box{
	position: relative;
	top:-15px;
}

.next-case .logo-box a{
	position: relative;
	display: inline-block;
	padding: 0 66px;
	padding-left: 0;
	margin-left: 66px;
}

.next-case .logo-box .icon-next{
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -10px;
}

.next-case-outer .prev-case{
	position: absolute;
	left: 60px;
	/* top: 50%; */
	top: 54.4%;
	margin-top: -25px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
	-webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
	font-size: 12px;
	line-height: 30px;
	padding: 10px 0;
	color: rgba(78,76,76,.50);
	font-weight: 400;
	letter-spacing: .2em;
	z-index: 3;
}

.next-case-outer .prev-case .arrow-left{
	position: relative;
	display: block;
	height: 10px;
	width: 22px;
	background-image: url(../images/icons/arrow-left-2x.png);
	margin-right: 20px;
}

.portfolio-detail .contact-link{
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
	-webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
	background-color: #5F4FD8;
	padding: 65px 0 40px;
}

.portfolio-detail .contact-link a{
	display: inline-block;
	font-size: 12px;
	line-height: 30px;
	color: #ffffff;
	letter-spacing: .3em;
	padding: 20px 20px;
}


/*==  Style Two ==*/
.portfolio-detail.style-two{
	position: relative;
}

.portfolio-detail.style-two .basic-info .info-outer{
	padding-bottom: 60px;
}

.portfolio-detail.style-two .feature-block-two{
	background: #000000;
}

.portfolio-detail.style-two .call-to-action .upper-box{
	background-color: #FFC000;
}

.portfolio-detail.style-two .feature-block-two h5,
.portfolio-detail.style-two .feature-block-two h2{
	color: #FFC000;
}

.portfolio-detail.style-two .feature-block-two p{
	color: #F5F4EF;
}

.portfolio-detail.style-two .call-to-action .upper-box p{
	color: #000000;
}


/*==  Style Three ==*/

.portfolio-detail.style-three .feature-block-two{
	background: #2230DB;
}

.portfolio-detail.style-three .call-to-action .upper-box{
	background-color: #ffffff;
}

.portfolio-detail.style-three .feature-block-two h5,
.portfolio-detail.style-three .feature-block-two h2{
	color: #ffffff;
}

.portfolio-detail.style-three .feature-block-two p{
	color: #ffffff;
}

.portfolio-detail.style-three .call-to-action .upper-box p{
	color: #000000;
}

.portfolio-detail.style-three .call-to-action .upper-box .title{
	color: #2230DB;
}

.portfolio-detail.style-three .porject-features .float-text{
	color: #2230DB;
}


/*==  Style Four ==*/

.portfolio-detail.style-four .feature-block .content-column .inner-column{
	padding-bottom: 70px;
	padding-top: 60px;
}

.portfolio-detail.style-four .feature-block .image-column .image-box{
	margin-right: -20px;
	text-align: right;
	padding-left: 90px;
}

.portfolio-detail.style-four .feature-block .image-column .image-box img{
	min-width: 460px;
}

.portfolio-detail.style-four .feature-block-two .image-column .image-box{
	margin-left: -130px;
}

.portfolio-detail.style-four .feature-block-two .image-column .image-box img{
	min-width: 500px;
}

.portfolio-detail.style-four .feature-block-two{
	background-color: #ECA02E;
	padding-bottom: 205px;
}

.portfolio-detail.style-four .feature-block-two .content-column .inner-column{
	margin-left: 0px;
	padding-left: 0;
	padding-top: 30px;
	padding-bottom: 0;
	margin-right: -90px;
}

.portfolio-detail.style-four .feature-block-two h5,
.portfolio-detail.style-four .feature-block-two p,
.portfolio-detail.style-four .feature-block-two h2{
	color: #4E4C4C;
}

.portfolio-detail.style-four .call-to-action .upper-box .title{
	color: #ECA02E;
}

.portfolio-detail.style-four .call-to-action .upper-box{
	background: #ffffff;
}

.portfolio-detail.style-four .call-to-action .upper-box p{
	color: #000000;
}

.portfolio-detail.style-four .feature-block .image-column h5, 
.portfolio-detail.style-four .feature-block .image-column h2,
.portfolio-detail.style-four .feature-block-two .image-column h5, 
.portfolio-detail.style-four .feature-block-two .image-column h2{
	display: none;
}


/*==  Style Five ==*/

.portfolio-detail.style-five .porject-desciption{
	background: #F2F2F2;
}

.portfolio-detail.style-five .call-to-action .upper-box .title{
	color: #27AD75;
}

.portfolio-detail.style-five .call-to-action .upper-box{
	background: #ffffff;
}

.portfolio-detail.style-five .call-to-action .upper-box p{
	color: #000000;
}

.portfolio-detail.style-five .call-to-action .btn-style-two{
	background-color: #27AD75;
	padding: 20px 30px;
}

.about-apriad{
	position: relative;
	background: #F2F2F2;
	padding: 70px 60px 220px;
}

.about-apriad .float-text{
	position: absolute;
	left: 37px;
	top: 16%;
	font-size: 10px;
	font-weight: 700;
	letter-spacing: .3em;
	z-index: 9;
	color: #4E4C4C;
	-webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
	text-transform: uppercase;
}

.about-apriad .outer-box{
	position: relative;
	max-width: 1000px;
	margin: 0 auto;
}

.about-apriad .business-block{
	position: relative;
	padding: 10px 0 65px;
	padding-left: 62px;
	margin-bottom: 15px;
}

.about-apriad .business-block:before{
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 17px;
	background: #27AD75;
	border-radius: 10px;
	content: "";
}

.about-apriad h2{
	font-size: 46px;
	line-height: 1.2em;
	color: #4E4C4C;
	margin-bottom: 20px;
}

.about-apriad h5{
	font-size: 14px;
	color: #4E4C4C;
	font-weight: 400;
	letter-spacing: .12em;
	text-transform: uppercase;
	margin-bottom: 38px;
	opacity: .9;
	font-family: 'Source Sans Pro', sans-serif;
}

.about-apriad p{
	font-size: 16px;
	color: #4E4C4C;
	line-height: 26px;
	margin-bottom: 20px;
	letter-spacing: .1em;
	opacity: .5;
	font-weight: 700;
	font-family: 'Source Sans Pro', sans-serif;
}

.about-apriad .other-text{
	position: relative;
	padding: 65px 0;
	padding-left: 63px;
	font-size: 30px;
	line-height: 38px;
	color: #A09191;
	margin-bottom: 20px;
	font-family: 'Source Sans Pro', sans-serif;
}

.about-apriad .other-text:before{
	position: absolute;
	left: 0px;
	top: 0;
	height: 100%;
	width: 17px;
	border: 1px dashed #707070;
	border-radius: 10px;
	content: "";
}

.about-apriad .user-block{
	position: relative;
	padding: 0px 0 10px;
	padding-left: 68px;
}

.about-apriad .user-block .content{
	position: relative;
	top: -10px;
}

.about-apriad .theme_colors{
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.about-apriad .theme_colors span{
	position: relative;
	display: block;
	width: 17px;
	height: 100%;
	border-radius: 10px;
	margin: -5px 0;
}

.about-apriad .theme_colors span:before{
	position: absolute;
	left: -1px;
	bottom: -8px;
	width: 19px;
	height: 19px;
	border: 2px solid #ffffff;
	border-radius: 10px;
	content: "";
	z-index: 1;
}

.about-apriad .theme_colors span:last-child:before{
	display: none;
}

.about-apriad .theme_colors .yellow{background-color: #FFC000;}
.about-apriad .theme_colors .black{background-color: #000000;}
.about-apriad .theme_colors .blue{background-color: #2230DB;}
.about-apriad .theme_colors .orange{background-color: #ECA02E;}

.about-apriad .theme_colors .yellow{
	z-index: 3;
}

.about-apriad .theme_colors .yellow:before{
	bottom: -1px;
}
.about-apriad .logo-box{
	position: relative;
	margin-top: 60px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
	top: -15px;
}	

.about-apriad .logo-box a{
	position: relative;
	margin-right: 45px;
	margin-bottom: 20px;
}

/*** 

====================================================================
	Contact Section
====================================================================

***/

.contact-section{
	position: relative;
	padding: 120px 60px 114px;
}

.contact-section:before{
	position: absolute;
	left: 0;
	right: 0px;
	top: 0;
	height: 100%;
	background-color: #F2F2F4;
	content: "";
}

.contact-section .auto-container{
	max-width: 100%;
}

.contact-section .image-column .inner-column{
	position: relative;
	padding-right: 25px;
}

.contact-section .image-column h4{
	position: absolute;
	right: 25px;
	top: -100px;
	font-size: 30px;
	color: #FFFFFF;
	font-weight: 400;
	letter-spacing: .2em;
}

.contact-section .image-column .image{
	position: relative;
	margin-bottom: 0;
}

.contact-section .image-column .image img{
	display: block;
	width: 100%;
}

.contact-section .content-column .inner-column{
	height: 100%;
	padding-left: 50px;
	padding-top: 80px;
}

.contact-section .content-column h4{
	font-size: 16px;
	line-height: 1.8em;
	color: #4E4C4C;
	font-weight: 600;
	letter-spacing: .3em;
	margin-bottom: 40px;
}

.contact-section .content-column h4 span{
	color: #5F4FD8;
	font-size: 14px;
	font-family: 'PT Sans', sans-serif;
	display: block;
	margin-top: 7px;
}

.contact-section .content-column .link{
	position: relative;
	left: 45px;
	font-size: 10px;
	color: #4E4C4C;
	font-weight: 700;
	padding: 10px 0;
	letter-spacing: .3em;
	line-height: 30px;
	text-transform: uppercase;
}

.contact-section .content-column .link:before{
	position: absolute;
	left: -45px;
	top: 16px;
	width: 26px;
	border-bottom: 1px solid #5F4FD8;
	content: "";
	-webkit-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.contact-section .content-column .link span{
	position: relative;
	display: block;
	padding-left: 18px;
}

/*** 

====================================================================
	Contact Page Section
====================================================================

***/

.contact-page-section{
	position: relative;
	min-height: 100vh;
	padding: 62px 72px;
	background-repeat: no-repeat;
	background-position: right bottom;
	background-size: contain;
	background-color: #ebe9ec;
}

.contact-page-section .bg-mobile{
	position: absolute;
	right: 0;
	bottom: 0;
	height: 100%;
	width: 100%;
	background-repeat: no-repeat;
	background-position: right bottom;
	display: none;
}

.contact-page-section .outer-box{
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	background-color: #ffffff;
    height: calc(100vh - 126px);
    overflow-y: auto;
}

.contact-page-section .image-box{
	position: relative;
	width: 50%;
}

.contact-page-section .image-layer{
	position: absolute;
	right: 0;
	bottom: 0;
	left: 43px;
	height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.contact-page-section .float-text{
	position: absolute;
	left: -8px;
	top: 50%;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: .3em;
	z-index: 9;
	-webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
	text-transform: uppercase;
}

.contact-page-section .content-box{
	position: relative;
	width: 50%;
	padding: 70px 60px 110px;
}

.contact-page-section .upper-box{
	position: relative;
	/*margin-bottom: 70px;*/
	margin-bottom: 35px;
	margin-right: -50px;

}

.contact-page-section .upper-box h3{
	font-size: 24px;
	line-height: 1.2em;
	color: #5F4FD8;
	font-weight: 700;
	letter-spacing: .15em;
	margin-bottom: 12px;
}

.contact-page-section .upper-box p{
	font-size: 13px;
	color: #4E4C4C;
	font-weight: 500;
}

.contact-page-section .bottom-box{
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-top: 90px;
	position: absolute;
	bottom: 5%;
}

.contact-page-section .address{
	font-size: 12px;
	color: #4E4C4C;
	letter-spacing: .1em;
	line-height: 25px;
}

.contact-page-section .address a{
}

.contact-page-section .contact-info{
	position: relative;
	margin-right: 100px;
	font-size: 12px;
	color: #4E4C4C;
	letter-spacing: .1em;
	line-height: 25px;
}

.contact-page-section .contact-info a{
	color: #4E4C4C;
	display: inline-block;
}

.contact-page-section .contact-info a:hover{
	text-decoration: underline;
}

.contact-page-section .default-form{
	padding-right: 30px;
}

/*=== Default Form ===*/

.default-form {
  position: relative;
}

.default-form .row{
	margin: 0 -20px;
}

.default-form .form-group {
  position: relative;
  padding: 0 20px;
  /*margin-bottom: 35px;*/
  margin-bottom: 30px;
}

.default-form .form-group:last-child {
  margin-bottom: 0;
}

.default-form .form-group input[type="text"],
.default-form .form-group input[type="password"],
.default-form .form-group input[type="number"],
.default-form .form-group input[type="email"],
.default-form .form-group input[type="url"],
.default-form .form-group textarea,
.default-form .form-group select {
  position: relative;
  width: 100%;
  display: block;
  color: #4E4C4C;
  font-size: 14px;
  line-height: 20px;
  padding: 10px 0;
  height: 40px;
  letter-spacing: .1em;
  background-color: #ffffff;
  border-bottom: 1px solid rgba(0,0,0,0.25);
  -webkit-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.default-form .form-group input[type="text"]:focus,
.default-form .form-group input[type="email"]:focus,
.default-form .form-group input[type="url"]:focus,
.default-form .form-group select:focus,
.default-form .form-group textarea:focus {

}

.default-form .form-group textarea {
    overflow-y: auto;
    resize: none;
	height: 140px;
	padding-right: 10px;
	margin-top: 15px;
}

textarea::-webkit-scrollbar {
    /* width: 10px; */
    width: 1px;
}

textarea::-webkit-scrollbar-track {

}

textarea::-webkit-scrollbar-thumb {
  background-color: darkgrey;
  outline: 1px solid slategrey;
}

.default-form .form-group input[type="submit"],
.default-form .form-group button {
	margin-top: 0px;
	padding-left: 45px;
	margin-right: 5px;
}

.default-form input.error:focus,
.default-form select.error:focus,
.default-form textarea.error:focus {

}

.default-form label.error {
  display: block;
  font-weight: 500;
  font-size: 13px;
  text-transform: capitalize;
  line-height: 24px;
  color: #ff0000;
  margin-bottom: 0;
}

.default-form .form-group .icon{
  position: absolute;
  right: 20px;
  bottom: 0;
  color: #9fa9b8;
  font-size: 14px;
  line-height: 54px;
}

#email-form .form-group:first-child{
  margin-bottom: 0;
}

#email-form .response {
  position: relative;
  text-align: center;
}

#email-form .response .success {
  background: #35c2a5;
  color: #ffffff;
  padding: 0 10px;
  margin-bottom: 10px;
}

#email-form .response .failed {
  background-color: #f74848;
  color: #ffffff;
  padding: 0 10px;
  margin-bottom: 10px;
}

#email-form .response .text-info {
  background-color: #ffa737;
  color: #222222 !important;
  padding: 0 10px;
  margin-bottom: 10px;
}


/***

====================================================================
	Legal Section
====================================================================

***/

.tnc-section{
	position: relative;
	border: 17px solid #ffffff;
}

.tnc-section .tnc-banner{
	position: relative;
	height: 396px;
	width: 100%;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

.tnc-section .content-box{
	position: relative;
	padding: 62px 53px;
}

.tnc-section .content-box .inner-box{
	position: relative;
}

.tnc-section .content-box h4{
	font-size: 44px;
	color: #4E4C4C;
	font-weight: 700;
	margin-bottom: 55px;
	letter-spacing: .07em;
	font-family: 'PT Sans', sans-serif;

}

.tnc-section .tab-buttons{
	position: relative;
	margin-bottom: 60px;
}

.tnc-section .tab-buttons .tab-btn{
	position: relative;
	display: inline-block;
	font-size: 18px;
	line-height: 30px;
	color: #4E4C4C;
	letter-spacing: .1em;
	font-weight: 400;
	margin-right: 44px;
	cursor: pointer;
	font-family: 'PT Sans', sans-serif;
}

.tnc-section .tab-buttons .tab-btn:before{
	position: absolute;
    left: 0;
    bottom: -5px;
    border-bottom: 1.6px solid #2230DB;
    /* border-bottom: 1.6px solid #FECD07; */
    width: 100%;
    content: "";
    -webkit-transform: scale(0, 1);
    -ms-transform: scale(0, 1);
    transform: scale(0, 1);
    -webkit-transform-origin: top right;
    -ms-transform-origin: top right;
    transform-origin: top right;
    -webkit-transition: transform 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
    -o-transition: transform 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
    -webkit-transition: -webkit-transform 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
    transition: -webkit-transform 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
    transition: transform 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
    transition: transform 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000), -webkit-transform 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
    -webkit-transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
    -o-transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
    transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
}

.tnc-section .tab-buttons .tab-btn.active-btn:before{
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transform-origin: bottom left;
    -ms-transform-origin: bottom left;
    transform-origin: bottom left;
}

.tnc-section .tnc-tabs{
	position: relative;
	padding-left: 9px;
}

.tnc-section .tnc-tabs .text-box{
	position: relative;
	margin-bottom: 50px;
}

.tnc-section .content-box h6{
	font-size: 20px;
	margin-bottom: 15px;
	letter-spacing: .2em;
	font-family: 'PT Sans', sans-serif;
}

.tnc-section .content-box p{
	font-size: 15px;
	line-height: 24px;
	color: #4E4C4C;
	margin-bottom: 30px;
	font-family: 'PT Sans', sans-serif;
}


/*** 

====================================================================
	Main Footer
====================================================================

***/

.main-footer{
	position: relative;
	padding: 71px 60px 40px;
	z-index: 9;
}

.main-footer:before{
	position: absolute;
	right: 0;
	bottom: 0;
	width: 100%;
	background-color: #ffffff;
	content: "";
	height: 110px;
}

.main-footer .auto-container{
	max-width: 100%;
}	

.main-footer .logo{
	position: relative;
	margin-bottom: 25px;
}

.main-footer .address{
	font-size: 11px;
	color: rgba(78,76,76,.70);
	letter-spacing: .2em;
	line-height: 18px;
	font-family: 'PT Sans', sans-serif;
	margin-bottom: 29px;
}

.main-footer .address span{
	display: block;
	font-size: 14px;
	color: #4E4C4C;
	margin-bottom: 8px;
	font-family: 'PT Sans'
}

.main-footer .contact-info{
	position: relative;
	font-size: 12px;
	color: #4E4C4C;
	letter-spacing: .15em;
	line-height: 24px;
}

.main-footer .contact-info a{
	color: #4E4C4C;
}

.main-footer .contact-info a:hover{
	text-decoration: underline;
}

.main-footer .nav-column{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
	-webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.main-footer .footer-nav{
	position: relative;
	text-align: center;
	top: -5px;
}

.main-footer .footer-nav li{
	position: relative;
	font-size: 14px;
	line-height: 24px;
	color: #4E4C4C;
	margin: 10px 0 13px;
	letter-spacing: .25em;
}

.main-footer .footer-nav li a{
	color: #4E4C4C;
}

.main-footer .footer-nav li a:hover{
	text-decoration: underline;
}

.main-footer .footer-nav li.tnc-link a{
	position: relative;
	display: block;
	font-size: 10px;
	color: #BEB3B3;
	font-weight: 400;
	letter-spacing: .15em;
}

.main-footer .right-column{
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
	-webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}

.main-footer .lang{
	position: relative;
	padding-right: 0px;
	top: -15px;
}

.main-footer .lang a{
	font-size: 11px;
	color: rgba(78,76,76,.50);
	letter-spacing: .1em;
	line-height: 18px;
	margin-left: 20px;
	font-weight: 700;
	pointer-events: none;
}

.main-footer .lang a.active{
	color: #5F4FD8;
}

.main-footer .left-column{
	top: 10px;
}

.main-footer .scroll-to-target{
    position: absolute;
    right: 0;
    bottom: 110px;
    width: 74px;
    height: 200px;
    /*border-left: 1px solid rgba(112,112,112,.10);*/
    border-bottom: 1px solid rgba(112,112,112,.10);
    text-align: center;
    cursor: pointer;
    z-index: 9;
}

.main-footer .scroll-to-target span{
    position: absolute;
    display: inline-block;
    font-size: 14px;
    letter-spacing: .15em;
    line-height: 20px;
    color: #4E4C4C;
    font-weight: 500;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
        transform: rotate(-90deg);
    width: 100%;
    text-align: center;
    left: 0;
    bottom: 60px;
}

.main-footer .scroll-to-target span:after{
	position: absolute;	
	top: 8px;
	width: 25px;
	border-bottom: 1px solid #5F4FD8;
	right: -40px;
	content: "";
}

.main-footer .copyright-text{
	position: relative;
	display: block;
    font-size: 14px;
    color: #BEB3B3;
    font-weight: 400;
	margin-top: 20px;
	margin-bottom: -15px;
}

.main-footer .copyright-text span{
	font-size: 16px;
	position: relative;
	top: -1px;
}


/*** 

====================================================================
	Mobile Footer
====================================================================

***/

.mobile-footer{
	position: relative;
	padding: 20px 15px 0;
	margin-right: 44px;
	display: none;
	background: #ffffff;
}

.mobile-footer .contact-info{
	position: relative;
	font-size: 12px;
	color: #4E4C4C;
	letter-spacing: .1em;
	line-height: 20px;
	margin-bottom: 10px;
	margin-left: 15px;
	font-weight: 600;
}

.mobile-footer .contact-info a{
	color: #4E4C4C;
}

.mobile-footer .contact-info a:hover{
	text-decoration: underline;
}

.mobile-footer .address{
	font-size: 10px;
	color: rgba(78,76,76,.50);
	letter-spacing: .2em;
	line-height: 18px;
	font-family: 'PT Sans', sans-serif;
	margin-bottom: 35px;
	font-weight: 700;
	margin-right: -60px;
}

.mobile-footer .address span{
	display: block;
	font-size: 14px;
	color: #4E4C4C;
	margin-bottom: 8px;
	font-family: 'PT Sans'
}

.mobile-footer .nav-toggler{
	height: auto;
	width: auto;
	top: -5px;
}

.mobile-footer .logo{
	position: relative;
	top: 10px;
	right: -12px;
}

.mobile-footer .logo img{

}

.mobile-footer .left-column{
	position: relative;
	margin-bottom: 15px;
}

.mobile-footer .right-column{
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
	-webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
	margin-bottom: 15px;
}

.mobile-footer .lang{
	position: relative;
	margin-bottom: 40px;
	right: -10px;
	pointer-events: none;
}

.mobile-footer .lang a{
	font-size: 11px;
	color: rgba(78,76,76,.50);
	letter-spacing: .1em;
	line-height: 18px;
	margin-left: 20px;
	font-weight: 700;
	top: 3px;
}
 
.mobile-footer .lang a.active{
	color: #5F4FD8;
}

.mobile-footer .copyright-text{
	position: relative;
	margin: 0 -30px;
	padding: 15px 20px;
	text-align: center;
	font-size: 10px;
	line-height: 23px;
	color: #C6C6C6;
	border-top: 1px solid #EBE7E7;
}

.mobile-footer .copyright-text span{
	position: relative;
	top: -1px;
}

.mobile-footer .scroll-to-target{
	position: absolute;
	right: -46px;
	bottom: 0px; 
	width: 43px;
	height: 200px;
	border-left: 1px solid rgba(112,112,112,.10);
	background: #ffffff;
	text-align: center;
	cursor: pointer;
	z-index: 9;
}

.mobile-footer .scroll-to-target span{
	position: absolute;
	left: -7px;
	bottom: 70px;
	font-size: 12px;
	letter-spacing: .15em;
	line-height: 20px;
	color: #4E4C4C;
	font-weight: 500;
	-webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

.mobile-footer .scroll-to-target span:after{
	position: absolute;	
	top: 10px;
	width: 25px;
	border-bottom: 1px solid #5F4FD8;
	right: -50px;
	content: "";
}


@media all and (-ms-high-contrast:none) {
    .swiper-button-prev,
    .swiper-button-next {
      position: absolute;
      top: 50%;
      width: 27px;
      height: 44px;
      margin-top: -22px;
      z-index: 10;
      cursor: pointer;
      background-size: 17px 20px;
      background-position: center;
      background-repeat: no-repeat;
    }
    .swiper-button-prev.swiper-button-disabled,
    .swiper-button-next.swiper-button-disabled {
      opacity: 0.35;
      cursor: auto;
      pointer-events: none;
    }
    .swiper-button-prev,
    .swiper-container-rtl .swiper-button-next {
      background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
      left: 10px;
      right: auto;
    }
    .swiper-button-next,
    .swiper-container-rtl .swiper-button-prev {
      background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
      right: 10px;
      left: auto;
    }
    .swiper-button-prev.swiper-button-white,
    .swiper-container-rtl .swiper-button-next.swiper-button-white {
      background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
    }
    .swiper-button-next.swiper-button-white,
    .swiper-container-rtl .swiper-button-prev.swiper-button-white {
      background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
    }
    .swiper-button-prev.swiper-button-black,
    .swiper-container-rtl .swiper-button-next.swiper-button-black {
      background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
    }
    .swiper-button-next.swiper-button-black,
    .swiper-container-rtl .swiper-button-prev.swiper-button-black {
      background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
    }
    .swiper-button-lock {
      display: none;
    }

    .skill-tabs .tab-btns{
    	left: -30px;
    }

    .skill-tabs .tab-btns::before{
    	left: 125px;
    }
}

.portfolio-section-two .content-column .link-yellow:before {
	border-bottom: 1.5px solid #FFC000 !important;
}
.portfolio-section-two .content-column .link-orange:before {
	border-bottom: 1.5px solid #EB8C1B !important;
}
.portfolio-section-two .content-column .link-green:before {
	border-bottom: 1.5px solid #339F60 !important;
}

.portfolio-section-two .image-column-yellow:before{
	background-color: #fecd07 !important;
}
.portfolio-section-two .image-column-orange:before{
	background-color: #ECA02E !important;
}
.portfolio-section-two .image-column-green:before{
	background-color: #27AD75 !important;
}

.blog-detail-image-column{
    padding: 25px 25px !important;
}

#content_p{
	height: 350px;
}

.next-blog-link{
	margin-top: 25px !important;
	bottom:-10px;
}

.arrow_icon {
	position: absolute;
	top: 87%;
	left:0px;
	right:0;
	margin-left: auto; 
	margin-right: auto; 
	width: 10px;
	height: 10px;
	border-left: 1px solid #000;
	border-bottom: 1px solid #000;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	box-sizing: border-box;
}

.blog-details-apridel-logo img, .blog-details-aprishop-logo img, .blog-details-apriad-logo img{
	width: 100px;
}

.portfolio-apridel-logo{
	width: 100px;
}
.portfolio-aprishop-logo{
	width: 100px;
}
.portfolio-apriad-logo{
	width: 85px;
}
.desktop-reg-logo{
	display:block;
}
.mobile-reg-logo{
	display:none;
}
/* @media only screen and (min-width: 1504px){
	.banner-section-two .outer-box{
		height: calc(100vh - 126px);
	}
} */