
@import url('https://fonts.googleapis.com/css?family=Roboto:400,400i,700,700i|Roboto:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i|Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i|Playfair+Display:400,400i,700,700i,900,900i');

@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;600;700;800&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500&display=swap');

/*font-family: 'Roboto', sans-serif; 
font-family: 'Roboto', sans-serif;
font-family: 'Roboto', serif;
font-family: 'Roboto', sans-serif;
font-family: 'Roboto', sans-serif;
*/

@import url('font-awesome.css');
@import url('flaticon.css');
@import url('animate.css');
@import url('hover.css');
@import url('owl.css');
@import url('jquery-ui.css');
@import url('jquery.bootstrap-touchspin.css');
@import url('jquery.fancybox.min.css');
@import url('jquery.mCustomScrollbar.min.css');

/*** 

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

 ***/
 
*{
	margin:0px;
	padding:0px;
	border:none;
	outline:none;
}

/*** 

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

 ***/

 
p b{
	font-weight: bold;
	color: #111211;
}



b.bold-text{
	font-weight: bold;
	color: #507CB7;
	}


	.bg-light-gray {
		background: #DAF3FF;
	}

 section{
	
	padding: 73px 0 73px;
 }

body {
	font-size:17px;
	color:#454545;
	line-height:1.8em;
	font-weight:400;
	background:#ffffff;
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
	font-family: 'Roboto', sans-serif;
}

a{
	text-decoration:none;
	
	color:#393185;
	/* cursor: url('../../img/layout/flash.png'), auto; */
}

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

h1,h2,h3,h4,h5,h6 {
	position:relative;
	font-weight:normal;
	margin:0px;
	background:none;
	line-height:1.6em;
	font-family: 'Roboto', sans-serif;
	color:#4b4b4b;
}

input,button,select,textarea{
	font-family: 'Roboto', sans-serif;
}

textarea{
	overflow:hidden;	
}

.theme_color{
	color:#393185;
}

p,.text{
	position:relative;
	line-height:1.8em;	
	font-family: 'Roboto', sans-serif;	
}

.strike-through{
	text-decoration:line-through;	
}

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

.page-wrapper{
	position:relative;
	margin:0 auto;
	width:100%;
	min-width:300px;
	/*padding:0px 70px 70px;*/
	padding:0px;
	background-color: #fff;
}

.grey-bg{
	background-color:#f8f8f8;
}

ul,li{
	list-style:none;

}

.theme-btn{
	display:inline-block;
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
}

.centered{
	text-align:center;	
}

/*List Style One*/

.list-style-one{
	position:relative;
}

.list-style-one li{
	position:relative;
	padding-left:62px;
	margin-bottom:25px;
	color:#000000;
	font-size:16px;
	font-weight:400;
	line-height:1.5em;
	font-family: 'Roboto', sans-serif;
}

.list-style-one li strong{
	display:block;
	font-weight:700;
	margin-bottom:4px;
	text-transform:uppercase;
}

.list-style-one li .icon{
	position:absolute;
	left:0px;
	top:0px;
	color:#000000;
	font-size:28px;
	margin-bottom:6px;
	line-height:1em;
}

.list-style-one li:nth-child(1) .icon,
.list-style-one li:nth-child(3) .icon{
	font-size:32px;
}

/*List Style Two*/

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

.list-style-two li{
	position:relative;
	margin-bottom:5px;
	color:#fff;
	padding-left:30px;
	font-size:15px;
	font-weight:500;		
	line-height: 25px;
}

.list-style-two li:before{
	position:absolute;
	left:0px;
	top:1px;
	content:'\f00c';
	color:#2a375e;
	font-size:14px;
	font-family: 'FontAwesome';
}

/*List Style Three*/

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

.list-style-three li{
	position:relative;
	margin-bottom:5px;
	color:#507CB7;
	padding-left:30px;
	font-size:15px;
	font-weight:500;		
	line-height: 25px;
}

.list-style-three li:before{
	position:absolute;
	left:0px;
	top:1px;
	content:'\f00c';
	color:#2a375e;
	font-size:14px;
	font-family: 'FontAwesome';
}

/*List Style Four*/

.list-style-four{
	position:relative;
	margin-bottom:50px;
}

.list-style-four li{
	position:relative;
	margin-bottom:4px;
	color:#797979;
	padding-left:30px;
	font-size:16px;
	font-weight:400;
	font-family: 'Roboto', sans-serif;
}

.list-style-four li:before{
	position:absolute;
	left:0px;
	top:1px;
	content:'\f00c';
	color:#393185;
	font-size:14px;
	font-family: 'FontAwesome';
}

/*Btn Style One*/

.btn-style-one{
	position:relative;
	line-height:24px;
	color:#dfba62;
	font-size:14px;
	font-weight:700;
	background:#5e5d5d;
	display:inline-block;
	padding:10px 26px;
	border:2px solid #5e5d5d;
	text-transform:uppercase;
}

.btn-style-one:hover{
	color:#5e5d5d;
	background:none;
}

/*Btn Style Two*/

.btn-style-two{
	position:relative;
	line-height:24px;
	color:#ffffff;
	font-size:17px;
	font-weight:600;
	background:#d2b871;
	display:inline-block;
	padding:11px 43px;
	border-radius:50px;
	border:2px solid #d2b871;
}

.btn-style-two:hover{
	color:#d2b871;
	border-color:#d2b871;
	background:none !important;
}

/*Btn Style Three*/

.btn-style-three{
	position:relative;
	line-height:24px;
	color:#000000;
	font-size:14px;
	font-weight:700;
	background:#ffffff;
	display:inline-block;
	padding:10px 26px;
	border:2px solid #ffffff;
	text-transform:uppercase;
	font-family: 'Roboto', sans-serif;
}

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

/*Btn Style Four*/

.btn-style-four{
	position:relative;
	line-height:24px;
	color:#ffffff;
	font-size:16px;
	font-weight:600;
	background:#393185;
	display:inline-block;
	padding:12px 28px;
	border-radius:50px;
	border:2px solid #393185;
	font-family: 'Roboto', sans-serif;
}

.btn-style-four:hover{
	color:#393185;
	background:none;
}

/*Btn Style Five*/

.btn-style-five{
	position:relative;
	line-height:24px;
	color:#ffffff;
	font-size:18px;
	font-weight:500;
	background:#272727;
	display:inline-block;
	padding:11px 43px;
	border-radius:4px;
	border:2px solid #272727;
	font-family: 'Roboto', sans-serif;
}

.btn-style-five:hover{
	color:#5e5d5d;
	background:none;
}

/*Btn Style Six*/

.btn-style-six{
	position:relative;
	line-height:24px;
	color:#fff;
	font-size:16px;
	font-weight:600;
	background:none;
	display:inline-block;
	padding:7px 30px;
	border-radius:50px;
	border:2px solid #393185;
	font-family: 'Roboto', sans-serif;
}

.btn-style-six:hover{
	color:#ffffff;
	background:#393185;
	border:2px solid #fff;
}

/*Btn Style Seven*/

.btn-style-seven{
	position:relative;
	line-height:24px;
	color:#ffffff;
	font-size:25px;
	font-weight:700;
	background:#393185;
	display:inline-block;
	padding:16px 44px;
	border:2px solid #393185;
	font-family: 'Roboto', sans-serif;
}

.btn-style-seven:hover{
	color:#ffffff;
	background:#393185;
}

/*Btn Style Eight*/

.btn-style-eight{
	position:relative;
	line-height:24px;
	color:#ffffff;
	font-size:16px;
	font-weight:600;
	background:#393185;
	display:inline-block;
	padding:9px 28px;
	border:2px solid #393185;
	font-family: 'Roboto', sans-serif;
}

.btn-style-eight:hover{
	color:#ffffff;
	background:#393185;
}


.preloader{ position:fixed; left:0px; top:0px; width:100%; height:100%; z-index:999999; background-color:#ffffff; background-position:center center; background-repeat:no-repeat; background-image:url(../../img/layout/preloader.png);}

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

/*** 

====================================================================
	Fancy Box
====================================================================

***/

.fancybox-next span,
.fancybox-prev span{
	background-image:none !important;
	width:44px !important;
	height:44px !important;
	line-height:44px !important;
	text-align:center;
}

.fancybox-next span:before,
.fancybox-prev span:before{
	content:'';
	position:absolute;
	font-family: 'FontAwesome';
	left:0px;
	top:0px;
	font-size:12px;
	width:44px !important;
	height:44px !important;
	line-height:44px !important;
	background-color:rgba(28,28,28,0.40) !important;
	color:#ffffff;
	visibility:visible;
	transition: all 300ms ease;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
}

.fancybox-next span:before{
	content:'\f178';
}

.fancybox-prev span:before{
	content:'\f177';
}

.fancybox-next:hover span:before,
.fancybox-prev:hover span:before{
	background-color:#ffffff !important;
	color:#000000;	
}

.fancybox-type-image .fancybox-close{
	right:0px;
	top:0px;
	width:45px;
	height:45px;
	background:url(../images/icons/icon-cross.png) center center no-repeat;
	background-color:rgba(17,17,17,0.50) !important;	
}

.fancybox-type-image .fancybox-close:hover{
	background-color:#000000 !important;	
}

.fancybox-type-image .fancybox-skin{
	padding:0px !important;	
}

/*** 

====================================================================
	Social Icon One
====================================================================

***/

.social-icon-one{
	position:relative;
}

.social-icon-one li{
	position:relative;
	margin-top:2px;
}

.social-icon-one li a{
	position:relative;
	font-size:14px;
	line-height:1em;
	color:#6f6f70;
	display:inline-block;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
}

.social-icon-one li a:hover{
	color:#393185;
}

/*** 

====================================================================
	Social Icon Two
====================================================================

***/

.social-icon-two{
	position:relative;
}

.social-icon-two li{
	position:relative;
	margin-right:8px;
	display:inline-block;
}

.social-icon-two li a{
	position:relative;
	width:40px;
	height:40px;
	font-size:18px;
	color:#393185;
	text-align:center;
	border-radius:50%;
	line-height:40px;
	display:inline-block;
	border:1px solid #393185;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
}

.social-icon-two li a:hover{
	color:#ffffff;
	background-color:#393185;
}

/*** 

====================================================================
	Scroll To Top style
====================================================================

***/

.scroll-to-top{
	position:fixed;
	bottom:15px;
	right:15px;
	width:60px;
	height:60px;
	color:#ffffff;
	font-size:24px;
	text-transform:uppercase;
	line-height:60px;
	text-align:center;
	z-index:100;
	cursor:Roboto;
	background:#507cb7;
	display:none;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;		
}

.scroll-to-top:hover{
	color:#ffffff;
	background:#d03f22;
}

/*** 

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

***/

.header-span{
	position:relative;
	height:70px;	
}

.main-header{
	position:fixed;
	left:0px;
	top:0px;
	z-index:999;
	width:100%;
}

.fixed-header.main-header .main-box{
	border-bottom:1px solid #e0e0e0;
}

.dark-layout .fixed-header.main-header .main-box{
	border-bottom-color:rgba(255,255,255,0.10);
}

/*Language Dropdown*/

.main-header .language{
	position:relative;
	line-height:1em;
	display:inline-block;
	margin-left:18px;
	padding-left:16px;
	margin-top:8px;
	border-left:1px solid rgba(255,255,255,0.50);
}

.main-header .language .dropdown-menu{
	top:100%;
	right:0px;
	left:auto;
	width:170px;	
	border-radius:0px;
	margin-top:14px;
	background-color:#222222;
	border:none;
	padding:0px;
    border-top:3px solid #393185;
}

.main-header .language > a{
	color:#ffffff !important;
	padding:0px 0px;
	background:none !important;
	text-transform:uppercase;
	display:inline-block;
    border:0px;
	font-weight:600;
	font-size:16px;
	line-height:1em;
	
}

.main-header language a:hover{
	background:none;
}

.main-header .language .dropdown-menu > li{
	padding-right:0px !important;
	margin:0px !important;
	float:none;
	display:block !important;
    border-bottom: 1px solid rgba(255,255,255,0.20);
}

.main-header .language .dropdown-menu > li:last-child{
	border-bottom:none;	
}

.main-header .language .dropdown-menu > li > a{
	padding:10px 20px !important;
	color:#ffffff;
	text-align:left;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
}

.main-header .language .dropdown-menu > li > a:hover{
	color:#ffffff !important;
	background-color:#393185;
}

/*Main Box*/

.main-header .main-box{
	position:relative;
	padding:0px 0px;
	left:0px;
	top:0px;
	width:100%;
	background: #fff;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
}

.main-header.fixed-header .search-box-outer .dropdown-menu{
	top:43px;
}

.fixed-header .outer-container{
	padding:0px;
}

.main-header .main-box .outer-container{
	position:relative;
	margin:0px 70px;
	
}

.fixed-header.main-header .main-box .outer-container{
	border-bottom-color:rgba(0,0,0,0);
}

.main-header .main-box .logo-box{
	position:relative;
	float:left;
	left:0px;
	z-index:10;
	padding:5px 0px;
}

.main-header.fixed-header .main-box .logo-box{
	padding:10px 0px;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
}

.main-header .main-box .logo-box .logo img{
	display:inline-block;
	max-width:100%;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;	
}

.main-header.fixed-header .nav-outer .search-box-outer{
	margin-top:-10px;
}

.main-header.fixed-header .main-box .logo-box .logo img{
	height: 120px;
}

.main-header .nav-toggler{
	position:relative;
	right:0px;
	width:44px;
	height:46px;
	top:50%;
	margin-top:0px;
	display: block;
	border-radius:4px;
	text-align:center;
	border:1px solid #dddddd;
}

.main-header .nav-toggler button{
	position:relative;
	left:12px;
	display:block;
	color:#444444;
	text-align:center;
	font-size:20px;
	line-height:44px;
	background:none;
	font-weight:600;
}

.main-header .nav-outer{
	position:relative;
	float:right;
	padding-right:65px;
}

.main-header .nav-outer .search-box-outer{
	position: absolute;
	right:0px;
	top:50%;
	margin-top:-10px;
	display: block;
	color:#333333;
}

.main-header .search-box-btn{
	position:relative;
	display:block;
	font-size:16px;
	line-height:21px !important;
	padding:0px;
	margin:0px;
	cursor:poRoboto;
	background:none;
	width:36px;
	text-align:right;
	border-left:1px solid #a7a7a7;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}

.main-header .search-box-outer .dropdown-menu{
	top:43px;
	right:0px;
	padding:0px;
	width:280px;	
	border-radius:0px;
	border-top:3px solid #393185;
}

.main-header .search-box-outer .dropdown-menu > li{
	padding:0px;
	border:none;
	background:none;
}

.main-header .search-panel .form-container{
	padding:25px 20px;	
}

.main-header .search-panel .form-group{
	position:relative;
	margin:0px;	
}

.main-header .search-panel input[type="text"],
.main-header .search-panel input[type="search"],
.main-header .search-panel input[type="password"],
.main-header .search-panel select{
	display:block;
	width:100%;
	height:40px;
	color:#000000;
	line-height:24px;
	background:#ffffff;	
	border:1px solid #e0e0e0;
	padding:7px 40px 7px 15px;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
}

.main-header .search-panel input:focus,
.main-header .search-panel select:focus{
	border-color:#393185;	
}

.main-header .search-panel .search-btn{
	position:absolute;
	right:0px;
	top:0px;
	width:40px;
	height:40px;
	text-align:center;
	color:#555555;
	font-size:12px;
	background:none;
	cursor:poRoboto;
}

.main-menu{
	position:relative;
	float:left;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
}

/* .main-menu .navbar-collapse{
	padding-top:25px;	
} */

.main-menu .navigation{
	position:relative;
	margin:0px;
}

.main-menu .navigation > li{
	position:relative;
	float:left;
	padding:0px 0px;
	margin-left:25px;
}

.main-menu .navigation > li > a{
	position:relative;
	display:block;
	padding:59px 0px;
	color:#2a375e;
	text-align:center;
	font-size:17px!important;
	line-height:29px;
	letter-spacing:1px;
	font-weight:700;
	font-size:15px;
	text-transform:uppercase;
	opacity:1;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;	
}

.fixed-header .main-menu .navigation > li > a{
	padding:55px 0px;	
}

.main-menu .navigation > li:hover > a,
.main-menu .navigation > li.current > a{
	color:#d2b871;
	opacity:1;
}

.main-menu .navigation > li:hover > a:before,
.main-menu .navigation > li.current > a:before{
	width:100%;
}

.main-menu .navigation > li > ul{
	position:absolute;
	left:0px;
	top:100%;
	margin-top:1px;
	width:230px;
	z-index:100;
	display:none;
	padding:0px 0px;
	background:#111211;
	border: 1px solid #d03f22;

	font-family:'Roboto',sans-serif;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}

.main-menu .navigation > li > ul.from-right{
	left:auto;
	right:0px;	
}

.main-menu .navigation > li > ul > li{
	position:relative;
	width:100%;
	border-bottom:1px solid #d03f22;
}

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

.main-menu .navigation > li > ul > li > a{
	position:relative;
	display:block;
	padding:12px 25px;
	line-height:24px;
	font-weight:500;
	font-size:15px;
	color:#fff;
	text-align:left;
	text-transform:capitalize;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}

.main-menu .navigation > li > ul > li:hover > a{
	color:#393185;
}

.main-menu .navigation > li > ul > li.dropdown > a:after{
	font-family: 'FontAwesome';
	content: "\f105";
	position:absolute;
	right:10px;
	top:11px;
	width:10px;
	height:20px;
	display:block;
	line-height:21px;
	font-size:16px;
	font-weight:normal;
	text-align:center;
	z-index:5;	
	bottom: unset;
	left: unset;
	color:#fff;
	background: rgb(0 0 0 / 0%);
}

.main-menu .navigation > li > ul > li.dropdown:hover > a:after{
	color:#ffffff;
}

.main-menu .navigation > li > ul > li > ul{
	position:absolute;
	left:100%;
	top:0px;
	width:230px;
	z-index:100;
	display:none;
	background: #111211;
	border:1px solid #d03f22;

}

.main-menu .navigation > li > ul > li > ul > li{
	position:relative;
	width:100%;
	border-bottom:1px solid #e0e0e0;
}

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

.main-menu .navigation > li > ul > li  > ul > li > a{
	position:relative;
	display:block;
	padding:12px 25px;
	line-height:24px;
	font-weight:500;
	font-size:15px;
	color:#fff;
	text-align:left;
	text-transform:capitalize;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}

.main-menu .navigation > li > ul > li  > ul > li > a:hover{
	color:#393185;
}

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

.main-menu .navigation li > ul > li.dropdown:hover > ul{
	visibility:visible;
	opacity:1;
	top:0px;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;	
}

.main-menu .navigation li.dropdown .dropdown-btn{
	position:absolute;
	right:10px;
	top:6px;
	width:34px;
	height:30px;
	border:1px solid #ffffff;
	text-align:center;
	font-size:16px;
	line-height:26px;
	color:#ffffff;
	cursor:poRoboto;
	z-index:5;
	display:none;
}

.main-header .header-upper{
	position:relative;
	background:#ffffff;
	z-index:5;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}

.main-header .header-upper .logo img{
	position:relative;
	display:inline-block;
	max-width:100%;
}

.main-header .header-upper .logo-outer{
	position:relative;
	z-index:25;
	padding:18px 0px;
}

.main-header .header-upper .upper-right{
	position:relative;
	padding-top:30px;
}

.main-header .info-box{
	position:relative;
	float:left;
	margin-left:23px;
	font-size:13px;
	color:#777777;
	text-align:left;
	padding:0px 22px 0px 36px;
	border-right:1px solid rgba(110,106,102,0.50);
}

.main-header .info-box .icon-box{
	position:absolute;
	left:0px;
	top:-5px;
	color:#919191;
	font-size:24px;
	text-align:left;
	line-height:1em;
	-moz-transition:all 300ms ease;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	transition:all 300ms ease;
}

.main-header .info-box li{
	position:relative;
	line-height:20px;
	color:#5e5d5d;
	font-size:18px;
	font-weight:600;
}

/*Sticky Header*/

.sticky-header{
	position:fixed;
	opacity:0;
	visibility:hidden;
	left:0px;
	top:0px;
	width:100%;
	padding:0px 0px;
	background:#ffffff;
	z-index:0;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}

.sticky-header .logo{
	padding:10px 0px 10px;	
}

.fixed-header .sticky-header{
	z-index:999;
	opacity:1;
	visibility:visible;
	-ms-animation-name: fadeInDown;
	-moz-animation-name: fadeInDown;
	-op-animation-name: fadeInDown;
	-webkit-animation-name: fadeInDown;
	animation-name: fadeInDown;
	-ms-animation-duration: 500ms;
	-moz-animation-duration: 500ms;
	-op-animation-duration: 500ms;
	-webkit-animation-duration: 500ms;
	animation-duration: 500ms;
	-ms-animation-timing-function: linear;
	-moz-animation-timing-function: linear;
	-op-animation-timing-function: linear;
	-webkit-animation-timing-function: linear;
	animation-timing-function: linear;
	-ms-animation-iteration-count: 1;
	-moz-animation-iteration-count: 1;
	-op-animation-iteration-count: 1;
	-webkit-animation-iteration-count: 1;
	animation-iteration-count: 1;	
	-webkit-box-shadow: 0px 6px 15px 0px rgba(246,246,246,0.60);
	-moz-box-shadow: 0px 6px 15px 0px rgba(246,246,246,0.60);
	box-shadow: 0px 6px 15px 0px rgba(246,246,246,0.60);
}

.main-header .sticky-header .main-menu .navigation > li{
	margin-right:0px;
	margin-left:30px;
}

.main-header .sticky-header .main-menu .navigation > li > a{
	color:#333333;
}

.main-header .sticky-header .right-col{
	position:relative;
}

/*** 

====================================================================
	Section Title
====================================================================

***/

.sec-title{
	position:relative;
	margin-bottom:26px;
}

.sec-title .title{
	position:relative;
	font-size:20px;
	font-style:italic;
	color:#222222;
	margin-bottom:5px;
	display:inline-block;
	font-family: 'Playfair Display', serif;
}


.sec-title h3{
	position:relative;
	font-size:35px;
	font-weight:700;
	color:#5e5d5d;
	line-height:1.2em;
	display:block;
}.sec-title-1 h3{	position:relative;	font-size:35px;	font-weight:700;	color:#fff;	line-height:1.2em;	display:block;}

.sec-title strong{
	position: relative;
	font-size: 34px;
	font-weight: 600;
	line-height: 1.2em;
	display: block;
	color: #fff !important;
}

.sec-title .text{
	position:relative;
	color:#bbbbbb;
	font-size:16px;
	line-height:1.7em;
	margin-top:15px;
}.sec-title .text-1{	position:relative;	color:#fff;	font-size:18px;	line-height:1.7em;	margin-top:15px;}.sec-title-1 .text-1{	position:relative;	color:#fff;	font-size:18px;	line-height:1.7em;	margin-top:15px;	margin-bottom: 25px;}

/*** 

====================================================================
	Section Title Two
====================================================================

***/
.specilazation-section .title{
	color:#fff;
}
.specilazation-section .sec-title h3{
	color:#fff;
}
.sec-title-two{
	position:relative;
	margin-bottom:22px;
}

.sec-title-two h2{
	position:relative;
	font-weight:700;
	font-size:35px;
	color:#fff;
	line-height:1.2em;
	display:inline-block;
}

/* .sec-title-two h2:after{
	position:absolute;
	content:'';
	left:105%;
	bottom:4px;
	width:35px;
	height:2px;
	background-color:#393185;
} */

.sec-title-two .text{
	position:relative;
	color:#666666;
	font-size:16px;
	margin-top:15px;
}

.sec-title-two.light h2{
	color:#ffffff;
}

/* .sec-title-two h2:after {
    content: "";
    position: absolute;
    bottom: -4px;
    left: 0;
    display: block;
    height: 2px;
    background-color: #e0e0e0;
    width: 24px;
    left: 26px;
    width: 36px;
}

.sec-title-two h2:before {
    content: "";
    position: absolute;
    bottom: -4px;
    left: 0;
    display: block;
    height: 2px;
    background-color: #d03f22;
    width: 24px;
} */



.sec-title-two.style-two h2{
	color:#5e5d5d;
}

.sec-title-two.style-two h2:after{
	background-color:#5e5d5d;
}

/*** 

====================================================================
	Left Fixed Info Bar
====================================================================

***/

.left-info-bar{
	position:fixed;
	left:0px;
	top:0px;
	width:70px;
	height:100%;
	display:block;
	padding-top:75px;
}

.left-info-bar .number{
	position:absolute;
	top:280px;
	left:22px;
	font-size:16px;
	width:300px;
	font-weight:600;
	color:rgba(35,35,35,0.50);
	-ms-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    transform-origin: left top;
}

.left-info-bar .social-icon-one{
	position:absolute;
	bottom:10px;
	left:28px;
}

/*** 

====================================================================
	Main Slider 
====================================================================

***/

.main-slider{
	position:relative;
	z-index:10;
	padding: 0px;
}

.main-slider .tp-caption{
	z-index:5 ;
}

.main-slider .tp-dottedoverlay{
    background:none !important;
}

.main-slider .shape-image{
	display:block;
	width:440px;
	height:440px;
	background:#393185;
}

.main-slider-one .content-inner{
	position:relative;
	text-align:right;
}

.main-slider-one .content-inner h2{
	position:relative;
	color:#ffffff;
	font-size:64px!important;
	font-weight:700;
	line-height:1.2em;
	margin-bottom:20px;
	-webkit-background-clip: text;
	-moz-background-clip: text;
	background-clip: text;
	text-shadow: 0px 3px 3px rgba(6, 6, 6, 0.6);
}

.main-slider-one .content-inner .view-projects{
	position:relative;
	font-size:15px;
	color:#ffffff;
	font-weight:700;
	letter-spacing:1px;
	text-transform:uppercase;
	border-bottom:2px solid rgba(255,255,255,0.50);
}

.main-slider-two .content{
	position:relative;
}

.main-slider-two .content .title{
	position:relative;
	color:#ffffff;
	font-size:20px;
	font-style:italic;
	margin-bottom:15px;
	display:inline-block;
	font-family: 'Roboto', serif;
}

.main-slider-two .content .title:after{
	position:absolute;
	content:'';
	left:105%;
	bottom:0px;
	width:70px;
	height:1px;
	background-color:#ffffff;
}

.main-slider-two .content h2{
	position:relative;
	color:#ffffff;
	font-size:65px;
	font-weight:700;
	line-height:1.2em;
	margin-bottom:20px;
}

.main-slider-two .content .view-projects{
	position:relative;
	font-size:15px;
	font-weight:700;
	color:#ffffff;
	text-transform:uppercase;
	border-bottom:1px solid rgba(255,255,255,0.50);
}

.main-slider-three .content{
	position:relative;
}

.main-slider-three .content .title{
	position:relative;
	color:#ffffff;
	font-size:20px;
	font-style:italic;
	margin-bottom:15px;
	display:inline-block;
	font-family: 'Roboto', serif;
}

.main-slider-three .content .title:after{
	position:absolute;
	content:'';
	left:105%;
	bottom:0px;
	width:70px;
	height:1px;
	background-color:#ffffff;
}

.main-slider-three .content h2{
	position:relative;
	color:#ffffff;
	font-size:65px;
	font-weight:700;
	line-height:1.1em;
}

.main-slider-four .shape-image-two{
	display:block;
	width:570px;
	height:1600px;
	background:rgba(42,55,94,0.75);
}

.main-slider-four .content{
	position:relative;
	max-width:380px;
	padding-bottom:20px;
}

.main-slider-four .content .logo-title{
	position:relative;
	margin-bottom:45px;	
}

.main-slider-four .content .logo-title img{
	position:relative;
	width:auto;
}

.main-slider-four .content .title{
	position:relative;
	font-size:20px;
	color:#ffffff;
	font-style:italic;
	line-height:1.2em;
	margin-bottom:20px;
	display:inline-block;
	font-family: 'Roboto', serif;
}


.main-slider-four .content h2{
	position:relative;
	color:#ffffff!important;
	font-size:52px;
	line-height:70px;
	margin-bottom:35px;
}

.theme_color{
	
	color:#ffffff!important;

}

.main-slider-four .content h2 span{
	font-family: 'Roboto', serif;
	font-size:66px;
	font-style:italic;
	text-transform:uppercase;
}

.main-slider-four .content h1{
	position:relative;
	color:#ffffff;
	font-size:68px;
	line-height:1em;
	margin-bottom:35px;
}

.main-slider-four .content h1 span{
	font-family: 'Roboto', serif;
	font-size:66px;
	font-style:italic;
	text-transform:uppercase;
}



.main-slider-four .content .view-projects{
	position:relative;
	font-size:15px;
	font-weight:700;
	color:#ffffff;
	display:inline-block;
	line-height:20px;
	text-transform:uppercase;
	border-bottom:1px solid rgba(255,255,255,0.50);
}

.main-slider-five .content{
	position:relative;
}

.main-slider-five .content .title{
	position:relative;
	font-style:italic;
	color:#ffffff;
	font-size:20px;
	line-height:1.2em;
	display:inline-block;
	font-family: 'Roboto', serif;
}

.main-slider-five .content .title:after{
	position:absolute;
	content:'';
	left:110%;
	bottom:0px;
	height:1px;
	width:72px;
	background-color:#ffffff;
}

.main-slider-five .content h1{
	position:relative;
	color:#ffffff;
	font-size:60px;
	font-weight:700;
	line-height:1.15em;
}

.main-slider-five .content .text{
	position:relative;
	color:#ffffff;
	font-size:20px;
	line-height:1.6em;
}

.main-slider .tp-bannertimer{
	display:none !important;	
}

.main-slider .metis.tparrows{
	background: #2a375e;
	color: #ffffff;
}

.main-slider .metis.tparrows:hover{
	background:#d03f22;
	color:#ffffff;	
}

.main-slider .metis.tparrows:before{
	color:#ffffff;	
}

/*** 

====================================================================
	Main Slider Two
====================================================================

***/

.banner-thumbs-carousel{
	position:relative;
	z-index:10;
}

.banner-thumbs-carousel .full-screen-outer .owl-nav,
.banner-thumbs-carousel .full-screen-outer .owl-dots{
	display:none;
}

.banner-thumbs-carousel .full-screen-outer .outer-container{
	position:relative;
}

.banner-thumbs-carousel .full-screen-outer .slide-item{
	background-size:cover;
	background-position:center center;
	background-repeat: no-repeat;	
}

.banner-thumbs-carousel .thumbs-outer-box{
	position:absolute;
	left:0px;
	bottom:30px;
	padding:0px 40px;
	width:100%;
	z-index:10;	
}

.banner-thumbs-carousel .thumbs-outer-box .thumbs-carousel{
	position:relative;
	width:auto;
}

.banner-thumbs-carousel .full-screen-outer .slide-item .content{
	position:absolute;
	left:80px;
	top:100px;
	width:100%;
	padding:0px 0px;
	opacity:0;
	-webkit-transform:translateX(-120px);
	-ms-transform:translateX(-120px);
	-o-transform:translateX(-120px);
	-moz-transform:translateX(-120px);
	transform:translateX(-120px);
}

.banner-thumbs-carousel .full-screen-outer .active .slide-item .content{
	opacity:1;
	-webkit-transform:translateY(0px);
	-ms-transform:translateY(0px);
	-o-transform:translateY(0px);
	-moz-transform:translateY(0px);
	transform:translateY(0px);
	-webkit-transition:all 1000ms ease;
	-ms-transition:all 1000ms ease;
	-o-transition:all 1000ms ease;
	-moz-transition:all 1000ms ease;
	transition:all 1000ms ease;	
}

.banner-thumbs-carousel .full-screen-outer .slide-item .content .title{
	position:relative;
	font-size:20px;
	font-weight:500;
	color:#ffffff;
	padding-left:90px;
	line-height:1.2em;
	font-family: 'Roboto', sans-serif;
}

.banner-thumbs-carousel .full-screen-outer .slide-item .content .title:before{
	position:absolute;
	content:'';
	left:0px;
	bottom:5px;
	width:70px;
	height:2px;
	background-color:#393185;
}

.banner-thumbs-carousel .full-screen-outer .slide-item .content h3{
	position:relative;
	color:#ffffff;
	font-size:65px;
	font-weight:700;
	line-height:1.2em;
	margin-bottom:10px;
}

.banner-thumbs-carousel .thumbs-outer-box .thumbs-carousel .slide-item{
	position:relative;
	cursor:poRoboto;	
}

.banner-thumbs-carousel .thumbs-outer-box .thumbs-carousel .slide-item .image:before{
	position:absolute;
	content:'';
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	z-index:1;
	display:block;
	background-color:rgba(0,0,0,0.20);
}

.banner-thumbs-carousel .thumbs-outer-box .thumbs-carousel .owl-prev,
.banner-thumbs-carousel .thumbs-outer-box .thumbs-carousel .owl-next{
	position:absolute;
	top:50%;
	margin-top:-12px;
	font-size:24px;
	line-height:24px;
	color:#ffffff;
		
}

.banner-thumbs-carousel .thumbs-outer-box .thumbs-carousel .owl-prev{
	left:-40px;	
}

.banner-thumbs-carousel .thumbs-outer-box .thumbs-carousel .owl-next{
	right:-40px;	
}

.fixed-footer{
	position:relative;
	text-align:center;
}

.fixed-footer .copyright{
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	color:#797979;
	font-size:15px;
	padding:22px 0px;
	line-height:24px;
	font-family: 'Roboto', sans-serif;
}


/*** 

====================================================================
	Section Title
====================================================================

***/

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

.studio-section .content-column{
	position:relative;
	margin-bottom:40px;
}

.studio-section .content-column .inner-column{
	position:relative;
}

.studio-section .content-column .inner-column .text{
	position:relative;
	margin-bottom:20px;
}

.studio-section .content-column .inner-column .text p{
	position:relative;
	color:#666666;
	font-size:16px;
	line-height:1.8em;
	margin-bottom:25px;
}

.studio-section .content-column .inner-column .text p:last-child{
	margin-bottom:0px;
}

.studio-section .content-column .inner-column .styled-text{
	position:relative;
	font-style:italic;
	font-size:20px;
	color:#222222;
	line-height:1.6em;
	margin-bottom:25px;
	font-family: 'Roboto', serif;
}

.studio-section .content-column .inner-column .view-projects{
	position:relative;
	color:#393185;
	font-size:14px;
	font-weight:700;
	text-transform:uppercase;
}

.studio-section .content-column .inner-column .view-projects:hover{
	text-decoration:underline;	
}

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

.studio-section .image-column .image{
	position:relative;
	padding-right:30px;
	padding-top:30px;
}

.studio-section .image-column .image:before{
	position:absolute;
	content:'';
	right:0px;
	top:0px;
	bottom:30px;
	left:30px;
	background-color:#393185;
}

.studio-section .image-column .image img{
	position:relative;
	width:100%;
	display:block;
}

/*** 

====================================================================
	Specilazation Section
====================================================================

***/

.specilazation-section{
	position:relative;
	padding:100px 0px 60px;
	background-position:right bottom;
	background-repeat:no-repeat;
	background-color:#393185;
}

.specilazation-section .inner-content,
.specilazation-section .sec-title-two{
	position:relative;
	margin-right:80px;
	width:70%;
}

.specilazation-section .inner-content .big-text{
	position:relative;
	font-size:22px;
	color:#ffffff;
	font-weight:300;
	margin-bottom:10px;
}

.specilazation-section .inner-content .text{
	position:relative;
	font-size:16px;
	color:#ffffff;
	margin-bottom:40px;
	max-width:1050px;
}

.services-outer{
	position:relative;
	max-width:720px;
}

.specilazation-block{
	position:relative;
}

.specilazation-block:nth-child(2),
.specilazation-block:nth-child(3){
	text-align:center;
}

.specilazation-block .inner{
	position:relative;
	border-right:1px solid rgba(255,255,255,0.20);
}

.specilazation-block .inner .inner-most{
	position:relative;
	text-align:left;
	display:inline-block;
}

.specilazation-block .inner .icon-box{
	position:relative;
	color:#393185;
	font-size:60px;
	line-height:1em;
	margin-bottom:15px;
}

.specilazation-block .inner h3{
	position:relative;
	font-size:15px;
	font-weight:600;
	letter-spacing:1px;
	text-transform:uppercase;
}

.specilazation-block .inner h3 a{
	position:relative;
	color:#ffffff;
}

.specilazation-block .inner h3 a:hover{
	text-decoration:underline;	
}

.specilazation-block.style-two .inner h3 a{
	color:#5e5d5d;
}

.specilazation-block:last-child .inner{
	border:none;
}

/*** 

====================================================================
	Projects Section
====================================================================

***/

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

.project-section .sec-title{
	margin-bottom:52px;
}

.project-block{
	position:relative;
	margin-bottom:80px;
}

.project-block .inner-box{
	position:relative;
}

.project-block .inner-box .image-column{
	position:relative;
}

.project-block .inner-box .image-column .image{
	position:relative;
	display:block;
	background:#0b0b0b;
	overflow:hidden;
}

.project-block .inner-box .image-column .image img{
	position:relative;
	width:100%;
	display:block;
	transition:all 0.5s ease;
	-moz-transition:all 0.5s ease;
	-webkit-transition:all 0.5s ease;
	-ms-transition:all 0.5s ease;
	-o-transition:all 0.5s ease;
}

.project-block .inner-box .image-column .image img:hover{
	opacity:0.50;
	-webkit-transform:scale(1.05,1.05);
	-ms-transform:scale(1.05,1.05);
	-o-transform:scale(1.05,1.05);
	-moz-transform:scale(1.05,1.05);
	transform:scale(1.05,1.05);
}

.project-block .inner-box .content-column{
	position:relative;
}

.project-block .inner-box .content-column .inner-column{
	position:relative;
	z-index:1;
	margin-top:45px;
	margin-left:-40px;
	padding:50px 0px 40px 60px;
	background-color:#ffffff;
}

.project-block .inner-box .content-column .inner-column h2{
	position:relative;
	color:#5e5d5d;
	font-size:32px;
	font-weight:700;
	margin-bottom:15px;
	line-height:1.2em;
	text-transform:capitalize;
}

.project-block .inner-box .content-column .inner-column h2 a{
	position:relative;
	color:#5e5d5d;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;	
}

.project-block .inner-box .content-column .inner-column h2 a:hover{
	color:#393185;
	text-decoration:underline;
}

.project-block .inner-box .content-column .inner-column h2:before{
	position:absolute;
	content:'';
	top:18px;
	right:103%;
	width:82px;
	height:2px;
	background-color:#393185;
}

.project-block .inner-box .content-column .inner-column .text{
	position:relative;
	color:#666666;
	font-size:16px;
	line-height:1.8em;
	margin-bottom:18px;
}

.project-block .inner-box .content-column .inner-column .read-more{
	position:relative;
	color:#393185;
	font-size:12px;
	font-weight:700;
	text-transform:uppercase;
}

.project-block .inner-box .content-column .inner-column .read-more:hover{
	text-decoration:underline;	
}


.project-block-two{
	position:relative;
	margin-bottom:80px;
}

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

.project-block-two .inner-box .image-column{
	position:relative;
}

.project-block-two .inner-box .image-column .image{
	position:relative;
	display:block;
	background:#0b0b0b;
	overflow:hidden;
}

.project-block-two .inner-box .image-column .image img{
	position:relative;
	width:100%;
	display:block;
	transition:all 0.5s ease;
	-moz-transition:all 0.5s ease;
	-webkit-transition:all 0.5s ease;
	-ms-transition:all 0.5s ease;
	-o-transition:all 0.5s ease;
}

.project-block-two .inner-box .image-column .image img:hover{
	opacity:0.50;
	-webkit-transform:scale(1.05,1.05);
	-ms-transform:scale(1.05,1.05);
	-o-transform:scale(1.05,1.05);
	-moz-transform:scale(1.05,1.05);
	transform:scale(1.05,1.05);
}

.project-block-two .inner-box .content-column{
	position:relative;
	text-align:right;
}

.project-block-two .inner-box .content-column .inner-column{
	position:relative;
	margin-top:50px;
	z-index:1;
	margin-right:-40px;
	padding:50px 60px 40px 40px;
	background-color:#ffffff;
}

.project-block-two .inner-box .content-column .inner-column h2{
	position:relative;
	color:#5e5d5d;
	font-size:32px;
	font-weight:700;
	margin-bottom:15px;
	line-height:1.2em;
	text-transform:capitalize;
}

.project-block-two .inner-box .content-column .inner-column h2 a{
	color:#5e5d5d;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;	
}

.project-block-two .inner-box .content-column .inner-column h2 a:hover{
	color:#393185;
}

.project-block-two .inner-box .content-column .inner-column h2:before{
	position:absolute;
	content:'';
	top:18px;
	left:103%;
	width:82px;
	height:2px;
	background-color:#393185;
}

.project-block-two .inner-box .content-column .inner-column .text{
	position:relative;
	color:#666666;
	font-size:16px;
	line-height:1.8em;
	margin-bottom:18px;
}

.project-block-two .inner-box .content-column .inner-column .read-more{
	position:relative;
	color:#393185;
	font-size:12px;
	font-weight:700;
	text-transform:uppercase;
}

.project-block-two .inner-box .content-column .inner-column .read-more:hover{
	text-decoration:underline;	
}

/*** 

====================================================================
	Testimonial Section
====================================================================

***/

.testimonial-section{
	position:relative;
	padding:90px 0px 120px;
	background-position:center center;
	background-repeat:no-repeat;
	background-size:cover;
}

.testimonial-section:before{
	position:absolute;
	content:'';
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	background-color:rgba(35,41,50,0.80);
}

.testimonial-block-one{
	position:relative;
}

.testimonial-block-one .inner-box{
	position:relative;
	text-align:center;
}

.testimonial-block-one .inner-box .quote-icon{
	position:relative;
	color:#e2b13c;
	font-size:28px;
	margin-bottom:40px;
}

.testimonial-block-one .inner-box .text{
	position:relative;
	color:#ffffff;
	font-size:20px;
	line-height:1.6em;
	font-weight:400;
	font-style:italic;
	max-width:1100px;
	margin:0 auto;
	margin-bottom:25px;
	margin-top:30px;
	font-family: 'Roboto', serif;
}

.testimonial-block-one .inner-box .author-name{
	position: relative;
	width:100%;
	text-align:center;
	line-height:1em;
	font-size:12px;
	font-weight:700;
	letter-spacing:1px;
	color:#393185;
	text-transform:uppercase;
}

.testimonial-section .client-thumb-outer{
	position:relative;
	max-width:250px;
	margin:0 auto;
	overflow:hidden;
	padding-top:22px;
	padding-bottom:35px;
}

.testimonial-section .client-thumb-outer .thumb-item .quote-icon{
	position:absolute;
	left:50%;
	bottom:-35px;
	color:#ffffff;
	width:44px;
	height:44px;
	font-size:14px;
	z-index:999;
	opacity:0;
	margin-left:-22px;
	line-height:44px;
	border-radius:50%;
	background-color:#393185;
}

.testimonial-section .client-thumb-outer .owl-item.active .thumb-item .quote-icon{
	opacity:1;
}

.testimonial-section .client-thumb-outer .owl-item.active .thumb-item .thumb-box{
	z-index:999;
	-o-transform: scale(1.5, 1.5);
	-ms-transform: scale(1.5, 1.5);
    -webkit-transform: scale(1.5, 1.5);
    transform: scale(1.5, 1.5);
}

.testimonial-section .client-thumb-outer .client-thumbs-carousel{
	position: relative;
    max-width: 80px;
    margin: 0 auto;
	text-align:center;
}

.testimonial-section .client-thumb-outer .client-thumbs-carousel .owl-stage-outer{
	overflow:visible;
}

.testimonial-section .client-thumb-outer .thumb-item .thumb-box{
	width:80px;
	height:80px;
	cursor:poRoboto;
	border-radius:50%;
	margin: 0 auto;
	z-index:-1;
	overflow:hidden;
	-o-transform: scale(0.8, 0.8);
	-ms-transform: scale(0.8, 0.8);
    -webkit-transform: scale(0.8, 0.8);
    transform: scale(0.8, 0.8);
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;	
}

.testimonial-section .client-thumb-outer .owl-item{
	z-index:0;	
}

.testimonial-section .client-thumb-outer .owl-item.active{
	z-index:10;	
}

.testimonial-section .client-thumb-outer .thumb-item .thumb-box:before{
	position:absolute;
	content:'';
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	display:block;
	z-index:1;
	background-color:rgba(255,255,255,0.50);
}

.testimonial-section .client-thumb-outer .owl-item.active .thumb-box:before{
	opacity:0;
}

.testimonial-section .client-thumb-outer .client-thumbs-carousel .thumb-item img{
	overflow:hidden;
	width:100%;
	height:100%;
	display:block;
	border-radius:50%;
}

.testimonial-section .owl-item.active .thumb-content{
	opacity:1;
}

.testimonial-section .owl-nav{
    position: absolute;
    left: 50%;
    top: -90px;
    width: 100%;
    max-width: 710px;
    margin-left: -355px;
}

.testimonial-section .owl-nav .owl-prev,
.testimonial-section .owl-nav .owl-next{
	position:absolute;
	display:inline-block;
	color:#ffffff;
	font-size:20px;
	line-height:40px;
	width:45px;
	height:45px;
	text-align:center;
	border-radius:50%;
	background:none;
	border:2px solid #ffffff;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;	
}

.testimonial-section .owl-nav .owl-prev{
	left:0px;
}

.testimonial-section .owl-nav .owl-next{
	right:0px;
}

.testimonial-section .owl-dots{
	position:absolute;
	right:-80px;
	top:0px;
	display:none;
}

.testimonial-section .owl-dots .owl-dot{
	width:4px;
	height:4px;
	border-radius:50%;
	margin-bottom:8px;
	background-color:#ffffff;
}

.testimonial-section .owl-dots .owl-dot.active{
	position:relative;
	left:-2px;
	width:8px;
	height:8px;
	background:none;
	border:1px solid #ffffff;
}

.testimonial-section.style-two{
	background-color:#393185;
	padding-top:275px;
	margin-top:-190px;
}

.testimonial-section.style-two .client-thumb-outer .thumb-item .quote-icon{
	background-color:#5e5d5d;
}

.testimonial-section.style-two .testimonial-block-one .inner-box .author-name{
	color:#ffffff;
}

.testimonial-section.style-two:before{
	display:none;
}

.testimonial-section.style-three{
	padding-bottom:90px;
}

.testimonial-section.style-three:before{
	display:none;
}

.testimonial-section.style-three .owl-nav .owl-prev,
.testimonial-section.style-three .owl-nav .owl-next{
	color:#5e5d5d;
	border-color:#5e5d5d;
}

.testimonial-section.style-three .inner-box .text{
	color:#5e5d5d;
}

.testimonial-section.style-three .owl-dots .owl-dot{
	background-color:#000000;
}

.testimonial-section.style-three .owl-dots .owl-dot.active{
	border-color:#000000;
	background-color:#ffffff;
}

/*** 

====================================================================
	Clients Section
====================================================================

***/

.clients-section{
	position:relative;

	background-color: #fff;
}

.clients-section .sec-title-two{
	margin-bottom:50px;
}
.clients-section .sec-title-two h2{
	color:#5e5d5d;
}

.clients-section .sponsors-outer{
	position:relative;
}

.clients-section .sponsors-outer .owl-dots,
.clients-section .sponsors-outer .owl-nav{
	position:relative;
	display:none;
}

.clients-section .sponsors-outer .image-box{
	position:relative;
	text-align:center;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
}

.clients-section .sponsors-outer .image-box img{
	max-width:100%;
	width:auto;

	display:inline-block;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
}

.clients-section .sponsors-outer .image-box img:hover{
	opacity:1;
}

.clients-section.style-two{
	padding-top:0px;
}

.clients-section.style-two .sponsors-outer{
	padding-top:60px;
	border-top:1px solid #d9d9d9;
}

/*** 

====================================================================
	Form Section
====================================================================

***/

.form-section{
	position:relative;
	padding:95px 0px 60px;
	background-color:#393185;
	background-position:right center;
	background-repeat:no-repeat;
}

.form-section .form-column{
	position:relative;
}

.form-section .form-column .inner-column{
	position:relative;
	padding-right:100px;
}

.form-section .info-column{
	position:relative;
}

.form-section .info-column .inner-column{
	position:relative;
	padding-left:80px;
	margin-top:30px;
	border-left:1px solid #222222;
}

/*** 

====================================================================
	Default Form
====================================================================

 ***/

.default-form{
	position:relative;
}

.default-form .form-group{
	position:relative;
	margin-bottom:18px;
}

.default-form .form-group input[type="text"],
.default-form .form-group input[type="password"],
.default-form .form-group input[type="tel"],
.default-form .form-group input[type="email"],
.default-form .form-group select{
	position:relative;
	display:block;
	width:100%;
	line-height:18px;
	padding:10px 0px;
	height:60px;
	font-size:16px;
	font-weight:400;
	color:#5e5d5d;
	background:none;
	border-bottom:1px solid #5e5d5d;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
}

.default-form .form-group textarea{
	position:relative;
	display:block;
	width:100%;
	line-height:24px;
	padding:10px 0px;
	color:#777777;
	height:125px;
	font-size:15px;
	resize:none;
	background:none;
	border-bottom:1px solid #5e5d5d;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
}

.default-form .form-group textarea::-webkit-input-placeholder,
.default-form .form-group input::-webkit-input-placeholder{
	color:#5e5d5d;
}

.default-form button{
	margin-top:20px;
}

.default-form.style-two .form-group input,
.default-form.style-two .form-group textarea{
	color:#ffffff;
	border-color:#ffffff;
}

.default-form.style-two .form-group textarea::-webkit-input-placeholder,
.default-form.style-two .form-group input::-webkit-input-placeholder{
	color:#ffffff;
	font-weight:600;
}

/*** 

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

***/

.main-footer{
	position:relative;
	background-color:#2a375e;
	border:1px solid rgba(255,255,255,0.02);		
	border-top: 5px solid #d03f22;
}

.main-footer .widgets-section{
	position:relative;
	padding:65px 0px 40px;
}

.main-footer .footer-widget{
	position:relative;
	margin-bottom:30px;
}


/* .footer-widget.address-widget h2:before{
	content: "";
    position: absolute;
    bottom: -4px;
    left: 0;
    display: block;
    height: 2px;
    background-color: #d03f22;
    width: 24px;
}


.footer-widget.address-widget h2:after{
    content: "";
    position: absolute;
    bottom: -4px;
    left: 0;
    display: block;
    height: 2px;
    background-color: #e0e0e0;
    width: 24px;
    left: 26px;
    width: 36px;

} */


.main-footer .footer-widget h2{
	position:relative;
	font-size: 20px;
	font-weight:600;
	color:#fff;
	margin-bottom:25px;
	text-transform:capitalize;
}
/* .footer-widget.links-widget h2:after {
    content: "";
    position: absolute;
    bottom: -4px;
    left: 0;
    display: block;
    height: 2px;
    background-color: #e0e0e0;
    width: 24px;
    left: 26px;
    width: 36px;
} */

/* .footer-widget.links-widget h2:before {
    content: "";
    position: absolute;
    bottom: -4px;
    left: 0;
    display: block;
    height: 2px;
    background-color: #d03f22;
    width: 24px;
} */
/*Address Widget*/

.address-widget{
	position:relative;
}

.address-widget ul{
	position:relative;
}

.address-widget ul li{
	position:relative;
	margin-bottom:18px;
	font-size:16px;
	color: #fff;
	font-family: 'Roboto', sans-serif;
}


.address-widget ul li a{

	color: #fff;
	
}


.address-widget ul li a:hover{

	color: #d03f22;
	
}

.address-widget ul li strong{
	font-weight:600;
}

.links-widget{
	position:relative;
}

.links-widget ul{
	position:relative;
}

.links-widget ul li{
	position:relative;
	margin-bottom:8px;
}

.links-widget ul li a{
	position:relative;
	font-size:16px;
	color: #fff;
	font-family: 'Roboto', sans-serif;
}

.links-widget ul li a:hover{
	color:#d03f22 !important;
}

.links-widget .copyright{
	position:relative;
	font-size:15px;
	line-height:1.8em;
	margin-bottom:40px;
	color:rgba(255,255,255,0.70);
	font-family: 'Roboto', sans-serif;
}

.links-widget .purchased{
	position:relative;
	color:#393185;
	font-size:15px;
	text-decoration:underline;
}

.links-widget .purchased:hover{
	color:#ffffff;
}

/*** 

====================================================================
	Architecture Section
====================================================================

***/

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

.architecture-section .sec-title,
.architecture-section .sec-title-two{
	margin-bottom:50px;
}

.architecture-block{
	position:relative;
	margin-bottom:40px;
}

.architecture-block .inner-box{
	position:relative;
}

.architecture-block .inner-box .image{
	position:relative;
	display:block;
	overflow:hidden;
	background:#000000;
}

.architecture-block .inner-box .image img{
	position:relative;
	width:100%;
	display:block;
	transition:all 0.5s ease;
	-moz-transition:all 0.5s ease;
	-webkit-transition:all 0.5s ease;
	-ms-transition:all 0.5s ease;
	-o-transition:all 0.5s ease;
}

.architecture-block .inner-box:hover .image img{
	opacity:0.50;
	-webkit-transform:scale(1.05,1.05);
	-ms-transform:scale(1.05,1.05);
	-o-transform:scale(1.05,1.05);
	-moz-transform:scale(1.05,1.05);
	transform:scale(1.05,1.05);
}

.architecture-block .inner-box .lower-box{
	position:relative;
	padding-top:24px;
}

.architecture-block .inner-box .lower-box h3{
	position:relative;
	font-size:20px;
	font-weight:700;
	padding-left:55px;
	line-height:1em;
}

.architecture-block .inner-box .lower-box h3:before{
	position:absolute;
	content:'';
	left:0px;
	bottom:2px;
	width:35px;
	height:2px;
	background-color:#393185;
}

.architecture-block .inner-box .lower-box h3 a{
	position:relative;
	color:#222222;
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
}

.architecture-block .inner-box .lower-box h3 a:hover{
	color:#393185;
}

/*** 

====================================================================
	Commitment Section
====================================================================

***/

.commitment-section{
	position:relative;
	background-color:#2a375e7a;
	padding: 0;
}

.commitment-section .outer-container{
	position:relative;
}

.commitment-section .outer-container .image-column{
    position: absolute;
    float: left;
    left: 0px;
    top: 0px;
    width: 50%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.commitment-section .outer-container .image-column:after{
	position:absolute;
	content:'';
	right:0px;
	width:130px;
	height:100%;
	background-color:#999fb2;
	border-left:30px solid #ffffff;
}

.commitment-section .outer-container .image-column .image-box{
	position:relative;
	display:none;
}

.commitment-section .outer-container .image-column .image-box img{
	position:relative;
	width:100%;
	display:block;
}

.commitment-section .outer-container .content-column{
	position:relative;
	width:50%;
	float:right;
}

.commitment-section .outer-container .content-column .inner-column{
	position:relative;
	max-width:700px;
	margin-left:-100px;
	padding:95px 15px 78px 70px;
}

.commitment-section .outer-container .content-column .inner-column .content{
	position:relative;
}

.commitment-section .content-column .inner-column h2{
	position:relative;
	color:#2a375e;
	font-size:35px;
	font-weight:700;
	line-height:1.1em;
	margin-bottom:22px;
	display:inline-block;
}

.commitment-section .content-column .inner-column h2:before{
	position: absolute;
    content: '';
    left: 105%;
    bottom: 5px;
    width: 35px;
    height: 2px;
    background-color: #393185;
}

.commitment-section .content-column .inner-column .big-text{
	position:relative;
	color:#2a375e;
	font-size:22px;
	font-weight:500;
	margin-bottom:10px;
	font-family: 'Roboto', sans-serif;
}

.commitment-section .content-column .inner-column .text{
	position:relative;
	color:#ffffff;
	font-size:16px;
	line-height:1.8em;
	margin-bottom:22px;
}

.commitment-section.style-two .outer-container .image-column:after{
	border-color:#393185;
	background-color:#393185;
}

.commitment-section.style-two{
	background:#393185  url(../../img/layout/pattern-1.png);
	background-position:right top;
	background-repeat:no-repeat;
}

/*** 

====================================================================
	Project Section Two
====================================================================

***/

.project-section-two{
	position:relative;
	padding:120px 0px 70px;		
	background-color: #9B9A97;
	background-position: right bottom;
    background-repeat: no-repeat;
}


.project-section-two .sortable-masonry{
	position:relative;
}

.project-section-two .sec-title{
	margin-bottom:50px;
}

.project-section-two .sec-title .view-project{
	position:relative;
	color:#393185;
	font-size:15px;
	font-weight:600;
	display:inline-block;
	margin-top:40px;
	text-transform:uppercase;
	border-bottom:1px solid #393185;
}

.project-section-two .filters{
	position:absolute;
	left:0px;
	top:0px;
	z-index:1;
}

.project-section-two .filters .filter-tabs{
	position:relative;
	margin-bottom:40px;
}

.project-section-two .filters .filter-tabs .filter{
	position:relative;
	color:#5e5d5d;
	font-size:15px;
	cursor:poRoboto;
	margin-bottom:15px;
	font-weight:600;
	padding-left:20px;
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
	font-family: 'Roboto', sans-serif;
}

.project-section-two .filters .filter-tabs .filter:last-child{
	padding-right:0px;
	margin-right:0px;
}

.project-section-two .filters .filter-tabs .filter:after{
	position:absolute;
	content:'';
	left:0px;
	top:14px;
	width:10px;
	height:1px;
	background-color:#5e5d5d;
}

.project-section-two .filters .filter-tabs .filter.active,
.project-section-two .filters .filter-tabs .filter:hover{
	color:#d2b871;
}

.project-section-two .items-container{
	position:relative;
	margin-left:200px;
}


.lower-box .text p strong{
	color: #d03f22 ;
}

/*Gallery Item*/

.gallery-item{
	position:relative;
	margin-top: 25px;
}

.gallery-item .inner-box{
	position:relative;
	width:100%;
	overflow:hidden;
}

.gallery-item .image-box{
	position:relative;
	display:block;	
}

.gallery-item .image-box img{
	position:relative;
	display:block;
	width:100%;
}

.gallery-item .overlay-box{
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	opacity:0;
	color:#ffffff;
	text-align:center;
	background:rgba(0,0,0,0.30);
	-webkit-transition:all 700ms ease;
	-ms-transition:all 700ms ease;
	-o-transition:all 700ms ease;
	transition:all 700ms ease;
	-webkit-transform:translate(0%,100%);
	-ms-transform:translate(0%,100%);
	-o-transform:translate(0%,100%);
	-moz-transform:translate(0%,100%);
	transform:translate(0%,100%);
}

.gallery-item .inner-box:hover .overlay-box{
	opacity:1;
	-webkit-transform:translate(0%);
	-ms-transform:translate(0%);
	-o-transform:translate(0%);
	-moz-transform:translate(0%);
	transform:translate(0%);
}

.gallery-item .overlay-inner{
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	display:table;
	vertical-align:middle;
	padding:10px 0px;
}

.gallery-item .overlay-inner .content{
	position:relative;
	display:table-cell;
	vertical-align:middle;
}

.gallery-item .overlay-inner .link{
	position:relative;
	font-size:20px;
	color:#111211;
	width:50px;
	height:50px;
	line-height:52px;
	border-radius:50%;
	margin:0px 5px;
	display:inline-block;
	background-color:#fff;
	transition:all 300ms ease;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
}

.gallery-item .overlay-inner .link .icon{
	position:relative;
}

.gallery-item .overlay-inner .link:hover{
	color:#fff;
	background-color:#d03f22;
}




/*** 

====================================================================
	News Section
====================================================================

***/

.news-section{
	position:relative;
	padding:95px 0px 40px;
	background:rgba(0, 0, 0, 0) url("https://www.toptal.com/designers/subtlepatterns/patterns/smooth_wall.png") repeat scroll 0% 0%;
}

.news-section .sec-title-two{
	margin-bottom:50px;
}

.news-section .sec-title-two  h2::after{
	background-color:#fff!important;
}

.news-block{
	position:relative;
	margin-bottom:40px;
}

.news-block .inner-box{
	position:relative;
}

.news-block .inner-box .image{
	position:relative;
}

.news-block .inner-box .image img{
	position:relative;
	width:100%;
	display:block;
}

.news-block .inner-box .image .overlay-box{
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	display:block;
	transition:all 300ms ease;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	background:-webkit-linear-gradient(top,rgba(0,0,0,0),rgba(0,0,0,0.5));
	background:-moz-linear-gradient(top,rgba(0,0,0,0),rgba(0,0,0,0.5));
	background:-o-linear-gradient(top,rgba(0,0,0,0),rgba(0,0,0,0.5));
	background:-ms-linear-gradient(top,rgba(0,0,0,0),rgba(0,0,0,0.5));
}

.news-block .inner-box .image .overlay-box .content-box{
	position:absolute;
	left:0px;
	bottom:0px;
	padding:0px 28px 30px;
}

.news-block .inner-box .image .overlay-box .content-box .post-date{
	position:relative;
	font-size:13px;
	font-weight:400;
	color:#ffffff;
	margin-bottom:8px;
}

.news-block .inner-box .image .overlay-box .content-box .content{
	position:relative;
}

.news-block .inner-box .image .overlay-box .content-box .content h3{
	position:relative;
	font-size:18px;
	line-height:1.5em;
}

.news-block .inner-box .image .overlay-box .content-box .content h3 a{
	position:relative;
	color:#ffffff;
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
}

.news-block .inner-box .image .overlay-box .content-box .content h3 a:hover{
	color:#d2b871;
	text-decoration:underline;
}

/*News Block Two*/

.news-block-two{
	position:relative;
	margin-bottom:40px;
}

.news-block-two .inner-box{
	position:relative;
	padding:38px 35px 22px;
	border:1px solid #e1e1e1;
	background-color:#ececec;
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
}

.news-block-two .inner-box .upper-box{
	position:relative;
}

.news-block-two .inner-box .upper-box .post-date{
	position:relative;
	color:#616161;
	font-size:13px;
	font-weight:400;
	margin-bottom:8px;
	font-family: 'Roboto', sans-serif;
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
}

.news-block-two .inner-box .upper-box h3{
	position:relative;
	font-size:18px;
	font-weight:600;
	color:#282828;
	line-height:1.6em;
	margin-bottom:15px;
}

.news-block-two .inner-box .upper-box h3 a{
	position:relative;
	color:#282828;
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
}

.news-block-two .inner-box .upper-box .text{
	position:relative;
	color:#9b9b9b;
	font-size:16px;
	line-height:1.9em;
	margin-bottom:18px;
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
}

.news-block-two .inner-box .lower-box{
	position:relative;
	padding-top:14px;
	border-top:2px solid #eaeaea;
}

.news-block-two .inner-box:hover .lower-box a{
	color: #fff;
	border-color: #fff;
}

.news-block-two .inner-box .lower-box .info-tag{
	position:relative;
	color:#616161;
	font-size:15px;
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
}

.news-block-two .inner-box:hover{
	border-color:#393185;
	background-color:#393185;
}

.news-block-two .inner-box:hover .post-date,
.news-block-two .inner-box:hover h3 a,
.news-block-two .inner-box:hover .text,
.news-block-two .inner-box:hover .lower-box .info-tag,
.news-block-two .inner-box:hover .lower-box .info-tag span{
	color:#ffffff;
}

.news-block-two.style-two .inner-box:hover{
	border-color:#393185;
	background-color:#393185;
}

.news-block-two.style-two .inner-box:hover .lower-box{
	border-top-color:rgba(255,255,255,0.20);
}

/*** 

====================================================================
	Call Back Section
====================================================================

***/

.in-touch-section{
	position:relative;
	background:#393185 url(../images/resource/pattern-3.png) left bottom no-repeat;
}

.in-touch-section .outer-container{
	position:relative;
}

.in-touch-section .outer-container .left-column{
    position: relative;
    width: 50%;
    float: left;
}

.in-touch-section .outer-container .left-column .content{
	position:relative;
    max-width: 600px;
    float: right;
    width: 100%;
	padding: 95px 100px 80px 15px;
}

.in-touch-section .outer-container .left-column .content h2{
	position:relative;
	color:#ffffff;
	font-size:35px;
	font-weight:700;
	line-height:1.2em;
	margin-bottom:25px;
	display:inline-block;
}

.in-touch-section .outer-container .left-column .content h2:after{
	position:absolute;
	content:'';
	left:105%;
	bottom:5px;
	width:40px;
	height:2px;
	background-color:#ffffff;
}

.in-touch-section .outer-container .right-column{
    position: absolute;
    width: 50%;
    right: 0px;
    height: 100%;
	float:left;
	min-height:400px;
}

.in-touch-section .outer-container .right-column .map-outer .map-canvas {
    position: absolute;
    right: 0px;
    height: 100%;
    width: 100%;
    min-height: 400px;
}

/*** 

====================================================================
	Gallery Section
====================================================================

***/

.gallery-section{
	position:relative;
	padding:80px 0px 50px;
}

.gallery-title{
	position:relative;
	margin-bottom:45px;
	text-align:center;
	padding-bottom:25px;
}

.gallery-title:after{
	position:absolute;
	content:'';
	left:50%;
	bottom:0px;
	width:90px;
	height:3px;
	margin-left:-45px;
	background-color:#393185;
}

.gallery-title h2{
	position:relative;
	font-size:70px;
	font-weight:700;
	color:#5e5d5d;
	line-height:1em;
	margin-bottom:20px;
}

.gallery-title h2 span{
	position:relative;
}

.gallery-title h2 span:after{
	position:absolute;
	content:'';
	left:0px;
	bottom:13px;
	width:100%;
	border-bottom:4px solid #393185;
}

.gallery-title .text{
	position:relative;
	color:#4d4d4d;
	font-size:16px;
	line-height:1.8em;
}

.gallery-section .filters{
	margin-bottom:40px;
	text-align:center;
}

.gallery-section .filters .filter-tabs{
	position:relative;
}

.gallery-section .filters li{
	position: relative;
    display: inline-block;
    color: #5e5d5d;
	padding:0px 0px;
    cursor: poRoboto;
    font-size: 15px;
    font-weight: 700;
	margin:0px 20px 10px;
	text-transform:uppercase;
    transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
	font-family: 'Roboto', sans-serif;
}

.gallery-section .filters li:after{
	position:absolute;
	content:'';
	left:0px;
	bottom:5px;
	width:100%;
	height:3px;
	opacity:0;
	z-index:-1;
	transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
	background-color:#393185;
}

.gallery-section .filters .filter.active:after,
.gallery-section .filters .filter:hover::after{
	opacity:1;
}

.gallery-section .filters .filter.active,
.gallery-section .filters .filter:hover{
    color:#5e5d5d;
}

.gallery-item.mix{
	display:none;
}

.gallery-section .filter-list{
	margin:0px -1px;	
}

.gallery-section .gallery-item{
	padding:0px 1px;
	margin-bottom:2px;
}

/*** 

====================================================================
	Fluid Section Two
====================================================================

***/

.fluid-section-two{
	position:relative;
	padding:0px;
	background-color:#353535;
	background-size:cover;
	background-position:center center;
	background-repeat:no-repeat;
	overflow:hidden;
}

.fluid-section-two:before{
	content:'';
	position:absolute;
	top:0px;
	width:50%;
	height:100%;
	background:#393185;
	z-index:1;	
}

.fluid-section-two:after{
	content:'';
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	background:#2f2f2f;
	opacity:0.80;
}

.fluid-section-two .outer-container{
	position:relative;
	z-index:2;
}

.fluid-section-two .outer-container .left-column{
	position:relative;
	float:left;
	width:50%;
}

.fluid-section-two .since-year{
	position:absolute;
	bottom:40px;
	left:50px;
	font-size:20px;
	font-weight:400;
	color:#222222;
	z-index:10;
	display:inline-block;
	-ms-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    transform-origin: left bottom;
	font-family: 'Playfair Display', serif;
}

.fluid-section-two .since-year:before{
	position: absolute;
    content: '';
    left: 109%;
    bottom: 7px;
    width: 35px;
    height: 2px;
    background-color: #222222;
}

.fluid-section-two .outer-container .left-column .inner{
	position:relative;
	max-width:550px;
	padding:90px 20px 90px 0px;
}

.fluid-section-two .outer-container .left-column .inner h2{
	position:relative;
	font-size:35px;
	font-weight:700;
	color:#333333;
	line-height:1.4em;
	margin-bottom:20px;
}

.fluid-section-two .outer-container .left-column .inner h2 span{
	color:#ffffff;
	display:block;
	font-size:45px;
}

.fluid-section-two .outer-container .left-column .inner .big-text{
	position:relative;
	color:#ffffff;
	font-size:22px;
	font-weight:300;
	line-height:1.6em;
	margin-bottom:15px;
	font-family: 'Roboto', sans-serif;
}

.fluid-section-two .outer-container .left-column .inner .text{
	position:relative;
	color:#ffffff;
	font-size:16px;
	line-height:1.8em;
}

.fluid-section-two .outer-container .right-column{
	position:relative;
	float:left;
	width:50%;
}

.fluid-section-two .outer-container .right-column .inner-box{
	position:relative;
	padding:95px 15px 80px 50px;
}

.fluid-section-two .outer-container .right-column .inner-box h2{
	position:relative;
	font-weight:700;
	color:#ffffff;
	font-size:35px;
	line-height:1.2em;
	margin-bottom:15px;
	display:inline-block;
}

.fluid-section-two .outer-container .right-column .inner-box h2:after{
    position: absolute;
    content: '';
    left: 109%;
    bottom: 7px;
    width: 35px;
    height: 2px;
    background-color: #393185;
}

/*Skills Section*/

.skills .skill-item{
	position:relative;
	margin-bottom:25px;
}

.skills .skill-item:last-child{
	margin-bottom:0px;
}

.skills .skill-item .skill-bar{
	position:relative;
	width:100%;
	height:3px;	
}

.skills .skill-item .skill-bar .bar-inner{
	position:relative;
	width:100%;
	overflow:hidden;
	height:3px;
	background:rgba(255,255,255,0.10);
}

.skills .skill-item .skill-bar .bar-inner .bar{
	position:absolute;
	left:0px;
	top:0px;
	height:3px;
	width:0px;
	border-bottom:3px solid #393185;
	-webkit-transition:all 2000ms ease;
	-ms-transition:all 2000ms ease;
	-o-transition:all 2000ms ease;
	-moz-transition:all 2000ms ease;
	transition:all 2000ms ease;
}

.skills .skill-item .skill-header{
	position:relative;
	line-height:30px;
	margin-bottom:8px;
}

.skills .skill-item .skill-header .skill-title{
	position:relative;
}

.skills .skill-item .skill-header .skill-title{
	float:left;
	color:#ffffff;
	font-size:14px;
	text-transform:capitalize;
	font-family: 'Roboto', sans-serif;
}

.skills .skill-item .skill-header .skill-percentage{
	position:relative;
	float:right;
	font-weight:400;
	color:#ffffff;
	font-size:15px;
	text-transform:uppercase;
	font-family: 'Roboto', sans-serif;
}

/*** 

====================================================================
	We Do Section
====================================================================

***/

.we-do-section{
	position:relative;
	padding:95px 0px 70px;
	background-position:right bottom;
	background-repeat:no-repeat;
}

.we-do-section .title-column{
	position:relative;
	margin-bottom:35px;
}

.we-do-section .title-column .inner-column{
	position:relative;
	padding-right:70px;
	border-right:1px solid #d2d2d2;
}

.we-do-section .title-column .bold-text{
	position:relative;
	font-size:22px;
	font-weight:500;
	font-weight:700;
	color:#5e5d5d;
	margin-bottom:8px;
}

.we-do-section .title-column .text{
	position:relative;
	color:#797979;
	font-size:16px;
	line-height:1.8em;
	margin-bottom:22px;
}

.we-do-section .content-column{
	position:relative;
}

.we-do-section .content-column .inner-column{
	position:relative;
	padding-left:40px;
	padding-right:120px;
}

.we-do-section .content-column .inner-column h2{
	position:relative;
	font-size:22px;
	font-weight:500;
	color:#5e5d5d;
	line-height:1.4em;
	margin-bottom:18px;
}

.we-do-section .content-column .inner-column .text{
	position:relative;
	color:#797979;
	font-size:16px;
	line-height:1.8em;
	margin-bottom:28px;
}

.we-do-section .content-column .inner-column .request-call{
	position:relative;
	font-size:15px;
	font-weight:700;
	color:#393185;
	text-transform:uppercase;
	border-bottom:1px solid #393185;
}

.specilazation-section .view-projects {
	position:relative;
	font-size:15px;
	font-weight:800;
	color:#fff;
	text-transform:uppercase;
	border-bottom:1px solid #fff;
}
/*** 

====================================================================
	Project Section Three
====================================================================

***/



.project-section-three .filters{
	position:relative;
	padding-bottom:25px;
	padding-top:38px;
}

.project-section-three .filters li{
	position: relative;
    line-height: 24px;
    padding: 0px 0px;
    cursor: poRoboto;
    color: #5e5d5d;
    font-weight: 600;
    font-size: 16px;
    display: inline-block;
    margin-bottom: 10px;
    margin-left:35px;
    text-transform: capitalize;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.project-section-three .filters li:hover,
.project-section-three .filters li.active{
	color:#393185;
}

.project-section-three .filter-list{
	margin:0px 0px;	
}

.project-section-three .gallery-item{
	padding:0px 1px;
	margin-bottom:2px;
}

.project-section-three.style-two{
	padding-top:95px;
}

/*** 

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

***/

.about-section{
	position:relative;
}

.about-section .content-column{
	position:relative;
	padding-bottom:40px;
}

.about-section .content-column h2{
	position:relative;
	font-size:35px;
	font-weight:700;
	color:#5e5d5d;
	line-height:1.2em;
	padding-bottom:25px;
	margin-bottom:30px;
}

.about-section .content-column h2:after{
	position:absolute;
	content:'';
	left:0px;
	bottom:0px;
	width:70px;
	height:2px;
	background-color:#393185;
}

.about-section .content-column .text{
	position:relative;
	color:#797979;
	font-size:16px;
	line-height:1.8em;
	margin-bottom:30px;
}

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

.about-section .video-column .inner-column{
	position:relative;
	padding-left:20px;
}

.about-section .inner-container{
	position:relative;
	padding:95px 0px 85px;
	border-bottom:1px solid #dddddd;
}

/*Video Box*/

.video-box{
	position:relative;
}

.video-box .image img{
	position:relative;
	width:100%;
}

.video-box .overlay-box{
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	text-align:center;
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
	background-color:rgba(0,0,0,0.25);
}

.video-box:hover .overlay-box{
	z-index:1;
	background-color:rgba(0,0,0,0.50);
}

.video-box .overlay-box span{
	position: relative;
    top: 50%;
	color: #ffffff;
	font-weight:300;
	font-size:64px;
	margin-top: -28px;
	padding-left:4px;
	display: inline-block;
}

/*** 

====================================================================
	Experts Section
====================================================================

***/

.experts-section{
	position:relative;
	padding-top:75px;
	z-index:1;
}

.experts-section .sec-title-two{
	margin-bottom:50px;
}

.experts-section .team-block{
	position:relative;
	padding:0px;
	margin-bottom:30px;
}

.team-block .inner-box{
	position:relative;
}

.team-block .inner-box .image{
	position:relative;
	overflow:hidden;
}

.team-block .inner-box .image img{
	position:relative;
	width:100%;
	display:block;
}

.team-block .inner-box .overlay-box{
	position:absolute;
	left:0px;
	bottom:0px;
	width:100%;
	height:100%;
	color:#ffffff;
	text-align:center;
	background:rgba(47,47,47,0.80);
	opacity:0;
	-webkit-transform:translate(0,-30px);
	-ms-transform:translate(0,-30px);
	transform:translate(0,-30px);
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;	
}

.team-block .inner-box:hover .overlay-box{
	opacity:1;
	-webkit-transform:translate(0,0px);
	-ms-transform:translate(0,0px);
	transform:translate(0,0px);	
}

.team-block .inner-box .overlay-box .social-links{
	position:absolute;
	left:0px;
	bottom:30px;
	width:100%;
}

.team-block .inner-box .overlay-box .social-links li{
	position:relative;
	display:inline-block;
	margin:0px 12px;
	line-height:24px;	
}

.team-block .inner-box .overlay-box .social-links li a{
	position:relative;
	color:#393185;
	font-size:20px;
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;	
}

.team-block .inner-box .overlay-box .social-links li a:hover{
	color:#ffffff;	
}

.team-block .inner-box .lower-box{
	position:relative;
	padding-top:18px;
}

.team-block .inner-box .lower-box h3{
	position:relative;
	font-size:17px;
	font-weight:600;
	text-align:center;
}

.team-block .inner-box .lower-box h3 a{
	position:relative;
	color:#ffffff;
}

/*** 

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

***/

.portfolio-section{
	position:relative;
}

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

.gallery-content.style-two .inner-box{
	background-color:#2e2e2e;
}

.gallery-content .inner-box{
	position:relative;
	padding:74px 40px;
	background-color:#393185;
}

.gallery-content .inner-box h2{
	position:relative;
	color:#ffffff;
	font-size:32px;
	font-weight:700;
	line-height:1.2em;
	margin-bottom:15px;
}

.gallery-content .inner-box .text{
	position:relative;
	font-size:16px;
	color:#ffffff;
}

.gallery-list{
	position:relative;
}

.gallery-list li{
	position:relative;
	font-size:15px;
	line-height:1.5em;
	margin-bottom:4px;
	color:rgba(255,255,255,0.40);
	font-family: 'Roboto', sans-serif;
}

.gallery-list li.list-text{
	margin-bottom:18px;
}

.gallery-list li a{
	position:relative;
	color:rgba(255,255,255,0.40);
}

/*Dark Layout*/

.dark-layout .main-header .main-box .outer-container{
	border-color:rgba(255,255,255,0.10);
}

.dark-layout,
.dark-layout .main-header .main-box,
.dark-layout .main-footer{
	background-color:#1e1f22;
}

.dark-layout .commitment-section,
.dark-layout .commitment-section .outer-container .content-column .inner-column{
	background-color:#28292d;
}

.dark-layout .sec-title .title,
.dark-layout .commitment-section .content-column .inner-column .big-text,
.dark-layout .commitment-section .content-column .inner-column .text{
	color:rgba(255,255,255,0.70);
}

.dark-layout .list-style-two li,
.dark-layout .list-style-two li:before{
	color:rgba(255,255,255,0.70);
}

.dark-layout .commitment-section .outer-container .image-column:after{
	border-color:#1e1f22;
}

.dark-layout .left-info-bar .number{
	color:rgba(255,255,255,0.70);
}

.dark-layout .clients-section.style-two .sponsors-outer{
	border-color:rgba(255,255,255,0.50);
}

.dark-layout .project-section-two .filters .filter-tabs .filter{
	color:rgba(255,255,255,0.70);
}

.dark-layout .project-section-two .filters .filter-tabs .filter:after{
	background-color:rgba(255,255,255,0.50);
}

.dark-layout .fixed-header{
	border-color:rgba(255,255,255,0.10);
}

.dark-layout .sec-title h3,
.dark-layout .sec-title-two h2,
.dark-layout .main-menu .navigation > li > a,
.dark-layout .main-header .nav-outer .search-box-outer,
.dark-layout .architecture-block .inner-box .lower-box h3 a,
.dark-layout .architecture-block .inner-box .lower-box h3{
	color:#ffffff;
}

/*** 

====================================================================
	Studio Section Two
====================================================================

***/

.studio-section-two{
	position:relative;
	padding:85px 0px;
	background: rgba(0, 0, 0, 0) url("https://www.toptal.com/designers/subtlepatterns/patterns/wall4.png") repeat scroll 0% 0%;
}
.studio-section-two .sec-title strong{
	color:#393185!important;
}
.studio-section-two .title-column{
	position:relative;
	margin-bottom:40px;
}

.studio-section-two .title-column .inner-column{
	position:relative;
	padding-right:40px;
}

.studio-section-two .title-column .inner-column .sec-title{
	position:relative;
	margin-bottom:18px;
}

.studio-section-two .title-column .big-text{
	position:relative;
	font-size:20px;
	font-weight:300;
	color:#5e5d5d;
	line-height:1.5em;
	margin-bottom:16px;
}

.studio-section-two .title-column .text{
	position:relative;
	color:#666666;
	font-size:16px;
	line-height:1.8em;
	margin-bottom:38px;
}

.studio-section-two .title-column .theme-btn{
	padding:13px 45px;
}

.studio-section-two .blocks-column{
	position:relative;
}

.studio-section-two .blocks-column .inner-column{
	position:relative;
	padding-top:60px;
	padding-left:15px;
}

/*Studio Block*/

.studio-block{
	position:relative;
	margin-bottom:45px;
}

.studio-block .inner{
	position:relative;
}

.studio-block .inner .icon-box{
	position:relative;
	color:#393185;
	font-size:60px;
	line-height:1em;
	margin-bottom:15px;
}

.studio-block .inner h3{
	position:relative;
	font-weight:700;
	font-size:15px;
	letter-spacing:1px;
	line-height:1.2em;
	text-transform:uppercase;	color: #393185;
}

.studio-block .inner h3 a{
	position:relative;
	color:#393185;
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
}

.studio-block .inner h3 a:hover{
	color:#393185;
}

.studio-block .inner .designation{
	position:relative;
	font-size:16px;
	color:#5e5d5d;
	font-style:italic;
	font-family: 'Roboto', serif;
}

/*** 

====================================================================
	Team Section Two
====================================================================

***/

.team-section-two{
	position:relative;
	padding:0px 0px 0px;
	margin-bottom:60px;
	background-position:left bottom;
	background-repeat:no-repeat;
}

.team-section-two.style-two{
	margin-bottom:0px;
}

.team-section-two .title-column{
	position:relative;
	margin-bottom:40px;
}

.team-section-two .title-column .inner-column{
	position:relative;
	padding-right:80px;
	padding-bottom:25px;
}

.team-section-two .title-column .inner-column:after{
	position:absolute;
	content:'';
	left:0px;
	bottom:0px;
	width:90px;
	height:3px;
	background-color:#393185;
}

.team-section-two .title-column h2{
	position:relative;
	color:#5e5d5d;
	font-size:35px;
	font-weight:700;
	line-height:1.2em;
	margin-bottom:18px;
}

.team-section-two .title-column .text{
	position:relative;
	color:#797979;
	font-size:20px;
	line-height:1.6em;
}

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

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

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

.team-block-two .inner-box .overlay-box{
	position:absolute;
	left:0px;
	bottom:0px;
	width:100%;
	height:100%;
	color:#ffffff;
	text-align:center;
	background:rgba(47,47,47,0.80);
	opacity:0;
	-webkit-transform:translate(0,-30px);
	-ms-transform:translate(0,-30px);
	transform:translate(0,-30px);
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;	
}

.team-block-two .inner-box:hover .overlay-box{
	opacity:1;
	-webkit-transform:translate(0,0px);
	-ms-transform:translate(0,0px);
	transform:translate(0,0px);	
}

.team-block-two .inner-box .overlay-box .social-links{
	position:absolute;
	left:0px;
	bottom:30px;
	width:100%;
}

.team-block-two .inner-box .overlay-box .social-links li{
	position:relative;
	display:inline-block;
	margin:0px 12px;
	line-height:24px;	
}

.team-block-two .inner-box .overlay-box .social-links li a{
	position:relative;
	color:#393185;
	font-size:20px;
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;	
}

.team-block-two .inner-box .overlay-box .social-links li a:hover{
	color:#ffffff;	
}

.team-block-two .inner-box .image img{
	position:relative;
	width:100%;
	display:block;
}

.team-block-two .inner-box .lower-box{
	position:relative;
	padding-top:18px;
	text-align:center;
}

.team-block-two .inner-box .lower-box h3{
	position:relative;
	font-size:18px;
	font-weight:600;
}

.team-block-two .inner-box .lower-box h3 a{
	position:relative;
	color:#5e5d5d;
}

.team-block-two .inner-box .lower-box .designation{
	position:relative;
	color:#797979;
	font-size:15px;
}


/*** 

====================================================================
	About Section Two
====================================================================

***/

.about-section-two{
	position:relative;
	padding:80px 0px 90px;
}

.about-section-two .info-column{
	position:relative;
	margin-bottom:40px;
}

.about-section-two .info-column .inner-column{
	position:relative;
	padding-top:78px;
}

.about-section-two .info-column .inner-column .title-box{
	position:relative;
	padding-bottom:25px;
	margin-bottom:35px;
}

.about-section-two .info-column .inner-column .title-box:after{
	position:absolute;
	content:'';
	left:0px;
	bottom:0px;
	width:55px;
	height:3px;
	background-color:#393185;
}

.about-section-two .info-column h2{
	position:relative;
	font-weight:600;
	color:#5e5d5d;
	font-size:60px;
	line-height:1.2em;
	margin-bottom:5px;
}

.about-section-two .info-column .designation{
	position:relative;
	color:#797979;
	font-size:16px;
	font-weight:300;
	font-family: 'Roboto', sans-serif;
}

.about-section-two .info-column .info-box{
	position:relative;
	padding-left:60px;
}

.about-section-two .info-column .info-box .phone-icon{
	position:absolute;
	left:0px;
	top:4px;
	width:36px;
	height:36px;
	color:#ffffff;
	line-height:36px;
	text-align:center;
	font-size:24px;
	border-radius:50%;
	background-color:#393185;
}

.about-section-two .info-column .info-box h3{
	position:relative;
	color:#5e5d5d;
	font-size:28px;
	font-weight:700;
	line-height:1.2em;
	margin-bottom:12px;
}

.about-section-two .info-column .info-box h4{
	position:relative;
	color:#5e5d5d;
	font-size:20px;
	font-weight:600;
	margin-bottom:26px;
}

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

/*** 

====================================================================
	Skill Section
====================================================================

***/

.skill-section{
	position:relative;
	padding-bottom:90px;
}

.skill-section .title-column{
	position:relative;
	margin-bottom:30px;
}

.skill-section .content-column{
	position:relative;
}

.skill-section .content-column .inner-column{
	position:relative;
}

.skill-section .content-column .inner-column .big-text{
	position:relative;
	color:#5e5d5d;
	font-size:22px;
	line-height:1.6em;
	margin-bottom:20px;
}

.skill-section .content-column .inner-column .text{
	position:relative;
	color:#797979;
	font-size:16px;
	line-height:1.7em;
	margin-bottom:20px;
}

/*** 

====================================================================
	Education Section
====================================================================

***/

.education-section{
	position:relative;
	padding:90px 0px 60px;
	background-color:#f5f5f5;
}

.education-section .sec-title-two{
	margin-bottom:45px;
}

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

.year-block .inner{
	position:relative;
	padding-left:115px;
}

.year-block .inner .year{
	position:absolute;
	left:0px;
	top:0px;
	color:#393185;
	font-size:30px;
	font-weight:600;
	font-family: 'Roboto', sans-serif;
}

.year-block .inner h2{
	position:relative;
	color:#5e5d5d;
	font-size:20px;
	font-weight:600;
	line-height:1.2em;
	margin-bottom:12px;
}

.year-block .inner .text{
	position:relative;
	color:#797979;
	font-size:15px;
	line-height:1.8em;
}

/*Pdf Box*/

.pdf-box{
	position:relative;
	margin-bottom:55px;
}

.pdf-box .pdf-inner{
	position:relative;
	padding:15px 20px 8px;
	max-width:400px;
	width:100%;
	display:inline-block;
	background-color:#5e5d5d;
}

.pdf-box .pdf-inner .overlay-link{
	position:absolute;
	content:'';
	left:0px;
	top:0px;
	width:100%;
	display:block;
	height:100%;
}

.pdf-box .pdf-inner .content{
	position:relative;
	padding-left:48px;
}

.pdf-box .pdf-inner .content .pdf-icon{
	position:absolute;
	left:0px;
	top:5px;
	color:#ffffff;
	font-size:34px;
	line-height:1em;
}

.pdf-box .pdf-inner .content h3{
	position:relative;
	color:#ffffff;
	font-size:20px;
	font-weight:600;
	line-height:1.2em;
	font-family: 'Roboto', sans-serif;
}

.pdf-box .pdf-inner .content h3 span{
	color:#aaaaaa;
	display:block;
	font-size:14px;
	font-family: 'Roboto', sans-serif;
}

.pdf-box .pdf-inner .content .download-icon{
	position:absolute;
	right:0px;
	top:0px;
	font-size:46px;
	color:#393185;
	line-height:1em;
}

.education-section .notes-column h3{
	position:relative;
	color:#5e5d5d;
	font-size:20px;
	font-weight:600;
	line-height:1.2em;
	margin-bottom:8px;
}

.education-section .notes-column .text{
	position:relative;
	color:#777777;
	font-size:15px;
	line-height:1.8em;
}

/*** 

====================================================================
	About Section Three
====================================================================

***/

.about-section-three{
	position:relative;

	padding-bottom:85px;
	background:rgba(0, 0, 0, 0) url("https://www.toptal.com/designers/subtlepatterns/patterns/wall4.png") repeat scroll 0% 0%;
}

.about-section-three .big-image{
	position:relative;
	margin-bottom:90px;
}

.about-section-three .big-image img{
	position:relative;
	width:100%;
	display:block;
}

.about-section-three .title-column{
	position:relative;
	margin-bottom:40px;
}

.about-section-three .title-column .inner-column{
	position:relative;
}

.about-section-three .title-column .inner-column h2{
	position:relative;
	color:#5e5d5d;
	font-size:35px;
	font-weight:600;
	line-height:1.2em;
	padding-bottom:30px;
}

.about-section-three .title-column .inner-column h2:after{
	position:absolute;
	content:'';
	left:0px;
	bottom:0px;
	width:90px;
	height:3px;
	background-color:#393185;
}

.about-section-three .content-column{
	position:relative;
}

.about-section-three .content-column .inner-column{
	position:relative;
}

.about-section-three .content-column .inner-column .text{
	position:relative;
}

.about-section-three .content-column .inner-column .text p{
	position:relative;
	color:#5e5d5d;
	font-size:16px;
	margin-bottom:20px;
}.about-section-three .content-column .text {	position:relative;	color:#5e5d5d;	font-size:16px;	margin-bottom:20px;		padding-top: 10px;}

.about-section-three .content-column .inner-column .big-text{
	position:relative;
	color:#393185;
	font-size:21px;
	font-weight:400;
	line-height:1.4em;
	font-family: 'Roboto', sans-serif;
}.about-section-three .content-column .big-text{	position:relative;	color:#393185;	font-size:21px;	font-weight:400;	line-height:1.4em;	font-family: 'Roboto', sans-serif;}

/*** 

====================================================================
	Services Section
====================================================================

***/

.services-section{
	position:relative;
	padding-bottom:60px;
}

.services-section .inner-container{
	padding-bottom:60px;
	margin-bottom:40px;
	border-bottom:1px solid #d3d3d3;
}

.services-section .image-column{
	position:relative;
	margin-bottom:40px;
}

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

.services-section .image-column .image img{
	position:relative;
	width:100%;
	display:block;
}

.services-section .content-column{
	position:relative;
}

.services-section .content-column .inner-column{
	position:relative;
	padding-left:30px;
}

.services-section .content-column .inner-column .text{
	position:relative;
	color:#797979;
	font-size:16px;
	line-height:1.7em;
	margin-bottom:35px;
}

/*** 

====================================================================
	Comming Soon Section
====================================================================

***/

.comming-soon{
	position:fixed;
	left:0px;
	top:0px;
	max-width:750px;
	width:100%;
	z-index:10;
	height:100%;
	display:block;
	overflow-y:auto;
	border:60px solid transparent;
	background-color:#d8b156;
	background-repeat:no-repeat;
	background-position:left bottom;
}

.comming-soon:before{
	content:'';
	position:absolute;
	left:0px;
	top:0px;
	bottom:0px;
	right:0px;
	border:1px solid rgba(255,255,255,0.20);	
}

.comming-soon .content{
	position:relative;
	padding-top:120px;
	padding-bottom:50px;
	padding-left:15px;
	padding-right:15px;
}

.comming-soon .content .inner-content{
	position:relative;
	text-align:center;
}

.comming-soon .content h2{
	position:relative;
	color:#ffffff;
	font-size:50px;
	font-weight:700;
	line-height:1.2em;
	margin-bottom:12px;
}

.comming-soon .content .text{
	position:relative;
	font-size:20px;
	line-height:1.6em;
	margin-bottom:35px;
	font-weight:300;
	color:rgba(255,255,255,1);
}

/*** 

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

***/

.time-counter{
	position:relative;
	margin-bottom:70px;
}

.time-counter .time-countdown{
	position:relative;
}

.time-counter .time-countdown .counter-column{
	position:relative;
	width:100px;
	height:70px;
	text-align:center;
	display:inline-block;
	padding:0px 0px 0px;
	color:#ffffff;
	font-size:16px;
	line-height:30px;
	text-transform:uppercase;
	font-weight:500;
	margin-bottom:30px;
	padding-top:10px;
	font-family: 'Roboto', sans-serif;
}

.time-counter .time-countdown .counter-column:after{
	position:absolute;
	content:'';
	right:0px;
	top:5px;
	width:1px;
	height:78px;
	background-color:rgba(255,255,255,0.60);
}

.time-counter .time-countdown .counter-column:last-child::after{
	display:none;
}

.time-counter .time-countdown .counter-column .count{
	position:relative;
	display:block;
	font-size:50px;
	line-height:40px;
	padding:0px 10px;
	color:#ffffff;
	letter-spacing:1px;
	font-weight:600;
	font-family: 'Roboto', sans-serif;
}

.time-counter .time-countdown .counter-column .unit{
	position:absolute;
	color:#ffffff;
	left:0px;
	bottom:-20px;
	width:100%;
	display:block;
	text-align:center;
}

/*** 

====================================================================
	Map Section Style
====================================================================

***/

.map-section{
	position:relative;
	padding: 29px 0px 0px
}

.map-data{
	text-align:center;
	font-size:14px;
	font-weight:400;
	line-height:1.8em;
}

.map-data h6{
	font-size:16px;
	font-weight:700;
	text-align:center;
	margin-bottom:5px;
	color:#121212;
}

.map-canvas{
	height:540px;
}

/*** 

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

***/

.contact-section{
	position:relative;
	padding:90px 0px 0px;
	/* margin-bottom:60px; */
	background-position:right bottom;
	background-repeat:no-repeat;	
	background-color: #4870a9;
}

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

.contact-section .form-column .inner-column{
	position:relative;
	padding-right:40px;
}

.contact-section .form-column .inner-column .text{
	position:relative;
	color:#797979;
	font-size:17px;
	margin-bottom:45px;
}

.contact-section .info-column{
	position:relative;
}

.contact-section .info-column .inner-column{
	position:relative;
	padding-left:70px;
}

.contact-section .info-column .inner-column ul li a:hover{
color: #fff;
}

.contact-section .info-column ul{
	position:relative;
}

.contact-section .info-column ul li{
	position:relative;
	color:#fff;
	font-size:20px;
	font-weight:600;
	margin-bottom:40px;
}

.contact-section .info-column ul li span{
	position:relative;
	color:#fff;
	font-size:15px;
	display:block;
	font-weight:600;
	margin-bottom:18px;
	text-transform:uppercase;
}

/*** 

====================================================================
	Contact Form
====================================================================

 ***/

.contact-form{
	position:relative;
	padding: 20px;
}

.contact-form .required{
	position:relative;
	color:#fff;
	font-size:15px;
	margin-bottom:20px;
}

.contact-form .form-group{
	position:relative;
	margin-bottom:40px;
}

.contact-form .form-group .field-label{
	position:relative;
	color:#fff;
	font-size:16px;
	font-weight:400;
	font-family: 'Roboto', sans-serif;
}

.contact-form .form-group input[type="text"],
.contact-form .form-group input[type="password"],
.contact-form .form-group input[type="tel"],
.contact-form .form-group input[type="email"],
.contact-form .form-group select{
	position:relative;
	display:block;
	width:100%;
	line-height:18px;
	padding:0px 0px 10px;
	height:50px;
	font-size:16px;
	font-weight:400;
	color:#fff;
	background:none;
	border-bottom:1px solid #fff;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
	font-family: 'Roboto', sans-serif;
}

.contact-form .form-group input[type="text"]:focus,
.contact-form .form-group input[type="password"]:focus,
.contact-form .form-group input[type="tel"]:focus,
.contact-form .form-group input[type="email"]:focus,
.contact-form .form-group select:focus,
.contact-form .form-group textarea:focus{
	border-color:#d2b871;
}

.contact-form .form-group textarea{
	position:relative;
	display:block;
	width:100%;
	line-height:24px;
	padding:0px 0px 10px;
	color:#fff;
	height:125px;
	font-size:16px;
	resize:none;
	background:none;
	font-weight:400;
	border-bottom:1px solid #cdcdcd;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
	font-family: 'Roboto', sans-serif;
}

.contact-form .form-group textarea::-webkit-input-placeholder,
.contact-form .form-group input::-webkit-input-placeholder{
	color:#797979;
	font-family: 'Roboto', sans-serif;
}

.contact-form button{
	margin-top:15px;
	background-color:#2a375e;
}

.contact-form input.error,
.contact-form select.error,
.contact-form textarea.error{
	border-color:#ff0000 !important;	
}

.contact-form label.error{
	display:block;
	line-height:24px;
	padding:5px 0px 0px;
	margin:0px;
	text-transform:uppercase;
	font-size:11px;
	color:#ff0000;
	font-weight:500;	
}

/*** 

====================================================================
	Faq Section
====================================================================

 ***/

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

.faq-section .faq-title{
	position:relative;
	margin-bottom:40px;
}

.faq-section .faq-title h2{
	position:relative;
	color:#5e5d5d;
	font-size:35px;
	font-weight:700;
	line-height:1.2em;
	margin-bottom:8px;
}

.faq-section .faq-title .text{
	position:relative;
	color:#000000;
	font-size:17px;
	font-weight:400;
}

/*Sidebar Search Form*/

.faq-search-box{
	position:relative;
	margin-top:30px;
    width: 100%;
	margin-bottom:70px;
}

.faq-search-box .form-group{
	position:relative;
	margin:0px;	
}

.faq-search-box .form-group input[type="text"],
.faq-search-box .form-group input[type="search"]{
	position:relative;
	line-height:28px;
	color:#222222;
	display:block;
	font-size:16px;
	width:100%;
	height:60px;
	border-radius:5px;
	padding:15px 15px 15px 20px;
	border:1px solid #e0e0e0;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}

.faq-search-box .form-group button{
	position:absolute;
	right:0px;
	top:0px;
	width:65px;
	height:60px;
	line-height:58px;
	text-align:center;
	display:block;
	font-size:22px;
	color:#c0c0c0;
	background:none;
	font-weight:normal;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}

.faq-search-box .form-group input:focus{
	border-color:#d2b871;	
}

/*** 

====================================================================
	Accordion Style
====================================================================

***/

.accordion-box{
	position:relative;
}

.accordion-box .block{
	position: relative;
    margin-bottom:40px;
}

.accordion-box .block .acc-btn{
	position:relative;
	font-size:20px;
	cursor:poRoboto;
	line-height:30px;
	color:#000000;
	font-weight:600;
	padding:0px 10px 0px 35px;
	transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	font-family: 'Roboto', sans-serif;
}

.accordion-box .block .icon-outer{
	position:absolute;
	left:-6px;
	top:0px;
	font-size:18px;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}

.accordion-box .block .icon-outer .icon{
    position: absolute;
    width: 28px;
    height: 28px;
    font-size: 16px;
    font-weight: 300;
    text-align: center;
}

.accordion-box .block .icon-outer .icon-plus{
	opacity:1;
}

.accordion-box .block .icon-outer .icon-minus{
	opacity:0;
	font-weight:300;
}

.accordion-box .block .acc-btn.active .icon-outer .icon-minus{
	opacity:1;
	color:#5e5d5d;
}

.accordion-box .block .acc-btn.active .icon-outer .icon-plus{
	opacity:0;
}

.accordion-box .block .acc-content{
	position:relative;
	display:none;
}

.accordion-box .block .acc-content .content-text{
	padding-bottom:6px;
}

.accordion-box .block .acc-content.current{
	display:block;	
}

.accordion-box .block .content{
	position:relative;
	font-size:14px;
	padding:14px 30px 0px 35px;
}

.accordion-box .block .content .text{
	margin-bottom:20px;
	line-height:1.7em;
	font-size:17px;	
	color:#797979;
	font-family: 'Roboto', sans-serif;
}

.accordion-box .block .content p:last-child{
	margin-bottom:0px;	
}

/*** 

====================================================================
	Faq Form Section
====================================================================

***/

.faq-form-section{
	position:relative;
	overflow:hidden;
	padding:85px 0px 0px;
	background-color:#f3f3f3;
	background-position:right bottom;
	background-repeat:no-repeat;
}

.faq-form-section h2{
	position:relative;
	color:#161616;
	font-size:35px;
	font-weight:700;
	line-height:1.2em;
	margin-bottom:55px;
}

.faq-form-section .auto-container{
	position:relative;
}

.faq-form-section .form-outer{
	position:relative;
	max-width:870px;
	z-index:10;
	padding-bottom:100px;
}

.faq-form-section .form-group{
	position:relative;
	margin-bottom:30px;
}

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

.faq-form-section .form-group input[type="text"],
.faq-form-section .form-group input[type="email"],
.faq-form-section .form-group select{
	position:relative;
	display:block;
	width:100%;
	line-height:24px;
	padding:0px 0px 8px;
	color:#000000;
	border-bottom:2px solid #e3e3e3;
	height:46px;
	font-size:16px;
	background:none;
	font-weight:400;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
	font-family: 'Roboto', sans-serif;
}

.faq-form-section .form-group input::-webkit-input-placeholder,
.faq-form-section .form-group textarea::-webkit-input-placeholder{
	color:rgba(0,0,0,0.70);
}


.faq-form-section .form-group input[type="text"]:focus,
.faq-form-section .form-group input[type="email"]:focus,
.faq-form-section .form-group textarea:focus{
	border-color:#d2b871;
}

.faq-form-section .form-group textarea{
	position:relative;
	display:block;
	width:100%;
	line-height:24px;
	padding:0px 0px;
	color:#000000;
	height:160px;
	background:none;
	resize:none;
	font-size:16px;
	font-weight:400;
	font-family: 'Roboto', sans-serif;
	border-bottom:2px solid #e3e3e3;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
}

.faq-form-section .form-group .theme-btn{
	padding:11px 34px 10px;
	margin-top:10px;
	border-radius:5px;
	border-color:#393185;
	background-color:#393185;
}

/*** 

====================================================================
	Services Page Section
====================================================================

***/

.services-page-section{
	position:relative;
	padding:90px 0px 20px;
}

.services-page-section .services-title{
	position:relative;
	text-align:center;
	margin-bottom:100px;
}

.services-page-section .services-title .title{
	position:relative;
	color:#5e5d5d;
	font-size:20px;
	font-style:italic;
	margin-bottom:15px;
	font-family: 'Playfair Display', serif;
}

.services-page-section .services-title h2{
	position:relative;
	color:#5e5d5d;
	font-size:50px;
	font-weight:700;
	line-height:1.2em;
	padding-bottom:30px;
}

.services-page-section .services-title h2:after{
	position:absolute;
	content:'';
	left:50%;
	bottom:0px;
	width:90px;
	height:3px;
	margin-left:-45px;
	background-color:#393185;
}

/*Services Block*/

.service-block{
	position:relative;
	margin-bottom:80px;
}

.service-block .inner-box{
	position:relative;
	-webkit-box-shadow: 0px 0px 25px 0px rgba(0,0,0,0.20);
	-moz-box-shadow: 0px 0px 25px 0px rgba(0,0,0,0.20);
	box-shadow: 0px 0px 25px 0px rgba(0,0,0,0.20);
}

.service-block .inner-box .image-column,
.service-block .inner-box .content-column{
	position:relative;
	padding:0px;
}

.service-block .inner-box .image-column .image{
	position:relative;
}

.service-block .inner-box .image-column .image img{
	position:relative;
	width:100%;
	display:block;
}

.service-block .inner-box .content-column .inner-column{
	position:relative;
	padding:45px 55px 20px;
}

.service-block .inner-box .content-column .inner-column h2{
	position:relative;
	color:#5e5d5d;
	font-size:28px;
	font-weight:700;
	line-height:1.2em;
	padding-bottom:15px;
	margin-bottom:25px;
}

.service-block .inner-box .content-column .inner-column h2:after{
	position:absolute;
	content:'';
	left:0px;
	bottom:0px;
	width:35px;
	height:2px;
	background-color:#393185;
}

.service-block .inner-box .content-column .inner-column .text{
	position:relative;
	color:#797979;
	font-size:16px;
	line-height:1.8em;
	margin-bottom:20px;
}

.service-block .inner-box .content-column .inner-column ul{
	position:relative;
}

.service-block .inner-box .content-column .inner-column ul li{
	position:relative;
	color:#797979;
	font-size:16px;
	margin-bottom:2px;
	font-family: 'Roboto', sans-serif;
}

/*Services Block Two*/

.service-block-two{
	position:relative;
	margin-bottom:80px;
}

.service-block-two .inner-box{
	position:relative;
	background-color:#5e5d5d;
	-webkit-box-shadow: 0px 0px 25px 0px rgba(0,0,0,0.20);
	-moz-box-shadow: 0px 0px 25px 0px rgba(0,0,0,0.20);
	box-shadow: 0px 0px 25px 0px rgba(0,0,0,0.20);
}

.service-block-two .inner-box .image-column,
.service-block-two .inner-box .content-column{
	position:relative;
	padding:0px;
}

.service-block-two .inner-box .image-column .image{
	position:relative;
}

.service-block-two .inner-box .image-column .image img{
	position:relative;
	width:100%;
	display:block;
}

.service-block-two .inner-box .content-column .inner-column{
	position:relative;
	padding:45px 55px 20px;
}

.service-block-two .inner-box .content-column .inner-column h2{
	position:relative;
	color:#ffffff;
	font-size:28px;
	font-weight:700;
	line-height:1.2em;
	padding-bottom:15px;
	margin-bottom:25px;
}

.service-block-two .inner-box .content-column .inner-column h2:after{
	position:absolute;
	content:'';
	left:0px;
	bottom:0px;
	width:35px;
	height:2px;
	background-color:#393185;
}

.service-block-two .inner-box .content-column .inner-column .text{
	position:relative;
	color:#bbbbbb;
	font-size:16px;
	line-height:1.8em;
	margin-bottom:20px;
}

.service-block-two .inner-box .content-column .inner-column ul{
	position:relative;
}

.service-block-two .inner-box .content-column .inner-column ul li{
	position:relative;
	color:#bbbbbb;
	font-size:16px;
	margin-bottom:2px;
	font-family: 'Roboto', sans-serif;
}

.team-page-section{
	position:relative;
	padding:90px 0px 60px;
}

.team-page-section .team-title{
	position:relative;
	padding-bottom:18px;
	margin-bottom:60px;
}

.team-page-section .team-title h2{
	position:relative;
	font-size:35px;
	font-weight:600;
	color:#5e5d5d;
	line-height:1.2em;
	margin-bottom:2px;
}

.team-page-section .team-title .text{
	position:relative;
	font-size:20px;
	color:#5e5d5d;
	font-weight:300;
}

.team-page-section .team-title:after{
	position:absolute;
	content:'';
	left:0px;
	bottom:0px;
	width:60px;
	height:2px;
	background-color:#393185;
}

/*** 

====================================================================
	Testimonial Page Section
====================================================================

***/

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

.testimonial-section-two{
	position:relative;
	margin-bottom:30px;
	padding:80px 0px 120px;
	background-color:#1d2129;
	background-position:center center;
}

.testimonial-section-two .auto-container,
.testimonial-section-three .auto-container,
.testimonial-section-four .auto-container{
	max-width:1120px;
}

.testimonial-section-two .inner-box{
	position:relative;
}

.testimonial-block-two{
	position:relative;
}

.testimonial-block-two .inner-box{
	position:relative;
	text-align:center;
}

.testimonial-block-two .inner-box .image-box{
	position:relative;
}

.testimonial-block-two .inner-box .image-box .image{
	position:relative;
	width:110px;
	height:110px;
	border-radius:50%;
	overflow:hidden;
	margin:0 auto;
}

.testimonial-block-two .inner-box .image-box .quote-icon{
	position: absolute;
    left: 50%;
    bottom: -20px;
    color: #ffffff;
    width: 44px;
    height: 44px;
    font-size: 16px;
    z-index: 22;
    opacity: 1;
    margin-left: -22px;
    line-height: 44px;
    border-radius: 50%;
    background-color: #393185;
}

.testimonial-block-two .inner-box .text{
	position:relative;
	color:#ffffff;
	font-size:20px;
	font-style:italic;
	line-height:1.5em;
	margin-top:60px;
	font-family: 'Roboto', serif;
}

.testimonial-block-two .inner-box .author-name{
	position:relative;
	color:#393185;
	font-size:12px;
	font-weight:700;
	margin-top:25px;
	text-transform:uppercase;
}

.testimonial-section-two.owl-dots,
.testimonial-section-two .owl-nav{
	display:none;
}

/*Testimonial Section Three*/

.testimonial-section-three{
	position:relative;
	margin-bottom:30px;
	padding:80px 0px 120px;
	background-color:#393185;
}

.testimonial-section-three .inner-box{
	position:relative;
}

.testimonial-block-three{
	position:relative;
}

.testimonial-block-three .inner-box{
	position:relative;
	text-align:center;
}

.testimonial-block-three .inner-box .image-box{
	position:relative;
}

.testimonial-block-three .inner-box .image-box .image{
	position:relative;
	width:110px;
	height:110px;
	border-radius:50%;
	overflow:hidden;
	margin:0 auto;
}

.testimonial-block-three .inner-box .image-box .quote-icon{
	position: absolute;
    left: 50%;
    bottom: -20px;
    color: #ffffff;
    width: 44px;
    height: 44px;
    font-size: 16px;
    z-index: 22;
    opacity: 1;
    margin-left: -22px;
    line-height: 44px;
    border-radius: 50%;
    background-color: #252525;
}

.testimonial-block-three .inner-box .text{
	position:relative;
	color:#ffffff;
	font-size:20px;
	font-style:italic;
	line-height:1.5em;
	margin-top:60px;
	font-family: 'Roboto', serif;
}

.testimonial-block-three .inner-box .author-name{
	position:relative;
	color:#5e5d5d;
	font-size:12px;
	font-weight:700;
	margin-top:25px;
	text-transform:uppercase;
}

.testimonial-section-three .owl-dots,
.testimonial-section-three .owl-nav{
	display:none;
}

/*Testimonial Section Four*/

.testimonial-section-four{
	position:relative;
	margin-bottom:30px;
	padding:80px 0px 120px;
	background-color:#e7e7e7;
}

.testimonial-section-four .inner-box{
	position:relative;
}

.testimonial-block-four{
	position:relative;
}

.testimonial-block-four .inner-box{
	position:relative;
	text-align:center;
}

.testimonial-block-four .inner-box .image-box{
	position:relative;
}

.testimonial-block-four .inner-box .image-box .image{
	position:relative;
	width:110px;
	height:110px;
	border-radius:50%;
	overflow:hidden;
	margin:0 auto;
}

.testimonial-block-four .inner-box .image-box .quote-icon{
	position: absolute;
    left: 50%;
    bottom: -20px;
    color: #ffffff;
    width: 44px;
    height: 44px;
    font-size: 16px;
    z-index: 22;
    opacity: 1;
    margin-left: -22px;
    line-height: 44px;
    border-radius: 50%;
    background-color: #252525;
}

.testimonial-block-four .inner-box .text{
	position:relative;
	color:#797979;
	font-size:20px;
	font-style:italic;
	line-height:1.5em;
	margin-top:60px;
	font-family: 'Roboto', serif;
}

.testimonial-block-four .inner-box .author-name{
	position:relative;
	color:#5e5d5d;
	font-size:12px;
	font-weight:700;
	margin-top:25px;
	text-transform:uppercase;
}

.testimonial-section-four .owl-dots,
.testimonial-section-four .owl-nav{
	display:none;
}

/*** 

====================================================================
	Blog Page Section
====================================================================

***/

.blog-page-section{
	position:relative;
	padding:85px 0px;
	background:rgba(0, 0, 0, 0) url("https://www.toptal.com/designers/subtlepatterns/patterns/wall4.png") repeat scroll 0% 0%;
	
}

.blog-page-section .inner-container{
	position:relative;
	margin-bottom:50px;
	border-bottom:1px solid #d5d5d5;
}

/*News Block Three*/

.news-block-three{
	position:relative;
	margin-bottom:80px;
}

.news-block-three .inner-box{
	position:relative;
}

.news-block-three .inner-box .image{
	position:relative;
	background:#0b0b0b;
	display:block;
	overflow:hidden;
}

.news-block-three .inner-box .image img{
	position:relative;
	width:100%;
	display:block;
	transition:all 0.5s ease;
	-moz-transition:all 0.5s ease;
	-webkit-transition:all 0.5s ease;
	-ms-transition:all 0.5s ease;
	-o-transition:all 0.5s ease;
}

.news-block-three .inner-box .image img:hover{
	opacity:0.50;
	-webkit-transform:scale(1.05,1.05);
	-ms-transform:scale(1.05,1.05);
	-o-transform:scale(1.05,1.05);
	-moz-transform:scale(1.05,1.05);
	transform:scale(1.05,1.05);		
}

.news-block-three .inner-box .lower-content{
	position:relative;
	padding-top:35px;
}

.news-block-three .inner-box .lower-content .post-date{
	position:relative;
	color:#393185;
	font-size:17px;
	font-weight:700;
	line-height:1.2em;
	margin-bottom:8px;
	font-family: 'Roboto', sans-serif;
}

.news-block-three .inner-box .lower-content h3{
	position:relative;
	font-size:22px;
	font-weight:700;
	line-height:1.2em;
	margin-bottom:12px;
}

.news-block-three .inner-box .lower-content h3 a{
	color:#5e5d5d;
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
}

.news-block-three .inner-box .lower-content h3 a:hover{
	color:#393185;
}

.news-block-three .inner-box .lower-content .text{
	position:relative;
	color:#797979;
	font-size:16px;
	line-height:1.8em;
	margin-bottom:25px;
}

/*** 

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

***/

.styled-pagination{
	position:relative;
}

.styled-pagination li{
	position:relative;
	display:inline-block;
	margin:0px 6px 0px 0px;
}

.styled-pagination li a{
	position:relative;
	display:inline-block;
	line-height:40px;
	height:44px;
	font-size:16px;
	min-width:44px;
	color:#393185;
	font-weight:700;
	text-align:center;
	background:#ffffff;
	border-radius:50%;
	border:2px solid #393185;
	text-transform:capitalize;
	transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	font-family: 'Roboto', sans-serif;
}

.styled-pagination li a:hover,
.styled-pagination li a.active{
	color:#ffffff;
	border-color:#393185;
	background-color:#393185;
}

/*** 

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

***/

.sidebar-page-container{
	position:relative;
	padding:85px 0px;
	background:rgba(0, 0, 0, 0) url("https://www.toptal.com/designers/subtlepatterns/patterns/wall4.png") repeat scroll 0% 0%;
}

.sidebar-page-container .inner-container{
	position:relative;
	margin-bottom:50px;
	border-bottom:1px solid #d5d5d5;
}

.sidebar-page-container .content-side,
.sidebar-page-container .sidebar-side{
	margin-bottom:40px;
}

.sidebar-widget{
    position: relative;
    margin-bottom: 42px;
}

/*Sidebar Title*/

.sidebar-title{
    position: relative;
    margin-bottom:20px;
}

.sidebar-title h2{
    font-size: 22px;
    color: #5e5d5d;
    font-weight: 700;
    line-height: 1.2em;
	display:inline-block;
    text-transform: capitalize;
}

.sidebar-title h2:after{
	position:absolute;
	content:'';
	left:105%;
	bottom:4px;
	width:35px;
	height:2px;
	background-color:#393185;
}

/*Search Box Widget*/

.sidebar .search-box .form-group{
	position:relative;
	margin:0px;	
}

.sidebar .search-box .form-group input[type="text"],
.sidebar .search-box .form-group input[type="search"]{
	position:relative;
	line-height:30px;
	padding:10px 50px 10px 20px;
	border:1px solid #d3d3d3;
	background:none;
	display:block;
	font-size:15px;
	width:100%;
	height:52px;
	color:#909090;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}

.sidebar .search-box .form-group button{
	position:absolute;
	right:0px;
	top:0px;
	height:52px;
	width:60px;
	display:block;
	font-size:16px;
	color:#4c4c4c;
	line-height:100%;
	font-weight:normal;
	background:none;
}

/*Blog Category*/

.cat-list{
	position:relative;
}

.cat-list li{
	position:relative;
}

.cat-list li:last-child a{
	border:none;
}

.cat-list li a{
	position:relative;
	color:#797979;
	font-size:16px;
	font-weight:400;
	padding-bottom:10px;
	margin-bottom:10px;
	display:block;
	text-transform:capitalize;
	border-bottom:1px solid #e6e6e6;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	font-family: 'Roboto', sans-serif;
}

.cat-list li a:after{
	position:absolute;
	content:'\f105';
	right:0px;
	top:0px;
	color:#c8c8c8;
	font-size:14px;
	font-family: 'FontAwesome';
}

.cat-list li a:hover{
	color:#393185;
}

/*Post Widget*/

.sidebar .popular-posts .post{
	position:relative;
	font-size:14px;
	color:#666666;
	padding:0px 0px;
	margin-bottom:22px;
	padding-bottom:15px;
	border-bottom:1px solid #e1e1e1;
}

.sidebar .popular-posts .post:last-child{
	margin-bottom:0px;
}

.sidebar .popular-posts .post .text{
	position:relative;
	top:-4px;
	font-size:15px;
	margin:0px 0px 0px;
	font-weight:600;
	color:#5e5d5d;
	line-height:1.4em;
	text-transform:capitalize;
	font-family: 'Roboto', sans-serif;
}

.sidebar .popular-posts .post .text a{
	color:#5e5d5d;
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
}

.sidebar .popular-posts .post a,
.sidebar .popular-posts .post a:hover{
	color:#393185;
}

.sidebar .popular-posts .post-info{
	font-size:15px;
	color:#9a9a9a;
	font-weight:700;
	font-family: 'Roboto', sans-serif;
}


/*Popular Tags*/

.sidebar .popular-tags a{
	position:relative;
	display:inline-block;
	line-height:24px;
	padding:6px 20px 6px;
	margin:0px 6px 10px 0px;
	color:#a6a6a6;
	text-align:center;
	font-size:15px;
	background:none;
	border:1px solid #e4e4e4;
	text-transform:capitalize;
	transition:all 300ms ease;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
}

.sidebar .popular-tags a:hover{
	border-color:#393185;
	background-color:#393185;
	color:#ffffff;	
}

.blog-classic.padding-right,
.blog-single.padding-right{
	padding-right:30px;
}

.blog-single .news-block-four{
	margin-bottom:40px;
}

/*News Block Four*/

.news-block-four{
	position:relative;
	margin-bottom:100px;
}

.news-block-four:last-child{
	margin-bottom:0px;
}

.news-block-four .inner-box{
	position:relative;
}

.news-block-four .inner-box .image{
	position:relative;
	display:block;
	background:#0b0b0b;
	overflow:hidden;
}

.news-block-four .inner-box .image img{
	position:relative;
	width:100%;
	display:block;
	transition:all 0.5s ease;
	-moz-transition:all 0.5s ease;
	-webkit-transition:all 0.5s ease;
	-ms-transition:all 0.5s ease;
	-o-transition:all 0.5s ease;
}

.news-block-four .inner-box .image img:hover{
	opacity:0.50;
	-webkit-transform:scale(1.05,1.05);
	-ms-transform:scale(1.05,1.05);
	-o-transform:scale(1.05,1.05);
	-moz-transform:scale(1.05,1.05);
	transform:scale(1.05,1.05);	
}

.news-block-four .inner-box .lower-content{
	position:relative;
	padding-top:30px;
}

.news-block-four .inner-box .lower-content .upper-box{
	position:relative;
	padding-bottom:18px;
	border-bottom:1px solid #e4e4e4;
}

.news-block-four .inner-box .lower-content .upper-box .post-date{
	position:relative;
	color:#393185;
	font-size:17px;
	font-weight:700;
	margin-bottom:4px;
	font-family: 'Roboto', sans-serif;
}

.news-block-four .inner-box .lower-content .upper-box h3{
	position:relative;
	color:#5e5d5d;
	font-size:22px;
	font-weight:700;
	line-height:1.2em;
	font-family: 'Roboto', sans-serif;
}

.news-block-four .inner-box .lower-content .upper-box h3 a{
	color:#5e5d5d;
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
}

.news-block-four .inner-box .lower-content .upper-box h3 a:hover{
	color:#393185;
	text-decoration:underline;
}

.news-block-four .inner-box .lower-content .lower-box{
	position:relative;
	padding-top:15px;
}

.news-block-four .inner-box .lower-content .lower-box .post-info{
	position:relative;
	margin-bottom:20px;
}

.news-block-four .inner-box .lower-content .lower-box .post-info li{
	position:relative;
	color:#b8b8b8;
	font-size:15px;
	padding-right:10px;
	margin-right:10px;
	display:inline-block;
	font-family: 'Roboto', sans-serif;
}

.news-block-four .inner-box .lower-content .lower-box .post-info li:after{
	position:absolute;
	content:'/';
	right:-5px;
	top:1px;
	color:#b8b8b8;
}

.news-block-four .inner-box .lower-content .lower-box .post-info li:last-child::after{
	display:none;
}

.news-block-four .inner-box .lower-content .lower-box .text{
	position:relative;
	color:#797979;
	font-size:16px;
	line-height:1.8em;
	margin-bottom:30px;
}

.news-block-four .inner-box .lower-content .lower-box .text p{
	position:relative;
	color:#797979;
	font-size:16px;
	margin-bottom:20px;
}

.news-block-four .inner-box .lower-content .lower-box .text p a{
	color:#a175aa;
}

.news-block-four .inner-box .lower-content .lower-box .text h4{
	position:relative;
	color:#5e5d5d;
	font-size:22px;
	font-weight:700;
	margin-bottom:20px;
}

.news-block-four .inner-box .lower-content .lower-box .text .two-column{
	margin-bottom:15px;
}

/*** 

====================================================================
	Comments Area
====================================================================

 ***/

.sidebar-page-container .comments-area{
	position:relative;
	margin-bottom:55px;
}

.sidebar-page-container .group-title{
	position:relative;
	margin-bottom:25px;
}

.sidebar-page-container .group-title h2{
	position:relative;
	font-size:22px;
	color:#5e5d5d;
	font-weight:700;
	padding-bottom:0px;
}

.sidebar-page-container .comments-area .inner-box{
	position:relative;
	border:1px solid #eeeeee;
}

.sidebar-page-container .comments-area .comment-box{
	position:relative;
	padding:25px 25px 25px;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
	border-bottom:1px solid #ebe8e8;
}

.sidebar-page-container .comments-area .comment-box:nth-child(2n + 0){
	background-color:#fcfcfc;
}

.sidebar-page-container .comments-area .comment-box:last-child{
	border-bottom:0px;
}

.sidebar-page-container .comments-area .comment{
	position:relative;
	font-size:14px;
	min-height:98px;
	padding:0px 0px 0px 100px;
}

.sidebar-page-container .comments-area .comment.reply-comment{
	margin-left:100px;
	margin-top:45px;
}

.sidebar-page-container .comments-area .comment .comment-inner{
	position:relative;
}

.sidebar-page-container .comments-area .comment .comment-reply{
	position:absolute;
	right:0px;
	top:0px;
	color:#9cc900;
	font-size:15px;
	font-weight:400;
	text-align:center;
	display:inline-block;
	text-transform:capitalize;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
}

.sidebar-page-container .comments-area .comment .comment-reply span{
	font-size:14px;
	margin-right:4px;
}

.sidebar-page-container .comments-area .comment-box .author-thumb{
	position:absolute;
	left:0px;
	top:0px;
	width:73px;
	overflow:hidden;
	margin-bottom:20px;
}

.sidebar-page-container .comments-area .comment-box .author-thumb img{
	width:75px;
	display:block;
}

.sidebar-page-container .comments-area .comment-info{
	color:#3e5773;
	line-height:24px;
	font-size:13px;	
}

.sidebar-page-container .comments-area .comment-box strong{
	font-size:15px;
	font-weight:700;
	color:#000000;
	line-height:16px;
	text-transform:capitalize;
	font-family: 'Roboto', sans-serif;
}

.sidebar-page-container .comments-area .comment-box .text{
	color:#808080;
	font-size:16px;
    margin-top:5px;
    line-height: 1.7em;
	margin-bottom:10px;
}

.sidebar-page-container .comments-area .comment-time{
	position:relative;
	font-size:13px;
	color:#f47a3c;
}

.sidebar-page-container .comments-area .comment-box .theme-btn{
	padding:6px 27px;
}

.sidebar-page-container .comments-area .comment-box .post-info{
	position:relative;
}

.sidebar-page-container .comments-area .comment-box .post-info li{
	position:relative;
	padding-right:10px;
	line-height:1em;
	margin-right:10px;
	color:#aeaeae;
	border-right:1px solid #aeaeae;
	display:inline-block;
}

.sidebar-page-container .comments-area .comment-box .post-info li:last-child{
	border:0px;
}

/*** 

====================================================================
	Comment Form
====================================================================

 ***/

.comment-form{
	position:relative;
}

.comment-form .form-inner{
	position:relative;
	padding:50px 35px 40px;
	background-color:#f7f7f7;
	border:1px solid #eeeeee;
}

.comment-form .form-group{
	position:relative;
	margin-bottom:20px;
}

.comment-form .form-group input[type="text"],
.comment-form .form-group input[type="email"],
.comment-form .form-group select{
	position:relative;
	display:block;
	width:100%;
	line-height:33px;
	padding:10px 20px;
	height:45px;
	color:#a5a5a5;
	font-size:15px;
	font-weight:400;
	background-color:#ffffff;
	border:1px solid #eeeeee;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
	font-family: 'Roboto', sans-serif;
}

.comment-form .form-group input[type="text"]:focus,
.comment-form .form-group input[type="email"]:focus,
.comment-form .form-group textarea:focus{
	border-color:#393185;
}

.comment-form .form-group textarea{
	position:relative;
	display:block;
	width:100%;
	line-height:24px;
	padding:20px 20px;
	color:#a5a5a5;
	height:170px;
	font-size:15px;
	resize:none;
	font-weight:400;
	background-color:#ffffff;
	border:1px solid #eeeeee;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
	font-family: 'Roboto', sans-serif;
}

.comment-form button{
	margin-top:10px;
	padding:8px 30px 8px;
}

.project-title{
	position:relative;
	padding: 45px 70px;
	background-color: #393185;
	margin-bottom: 50px;
	color: #fff;
}

.project-title h2{
	position:relative;
	color:#FFF;
	font-size:34px;
	font-weight:700;
	line-height:46px;
}

.project-title h2 span{
	position:relative;
}

.project-title h2 span:after{
	position:absolute;
	content:'';
	left:0px;
	bottom:12px;
	width:100%;
	height:8px;
	z-index:-1;
	background-color:#393185;
}

/*** 

====================================================================
	Gallery Section Two
====================================================================

***/


.gallery-section-two{
	position:relative;
	padding:85px 0px;
	background:rgba(0, 0, 0, 0) url("https://www.toptal.com/designers/subtlepatterns/patterns/wall4.png") repeat scroll 0% 0%;
	
}

.gallery-section-two .filters{
	margin-bottom:50px;
}

.gallery-section-two .filters .filter-tabs{
	position:relative;
}

.gallery-section-two .filters li{
	position: relative;
    display: inline-block;
    color: #5e5d5d;
    cursor: poRoboto;
    font-size: 14px;
    font-weight: 700;
	margin-right:38px;
    transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
	text-transform:uppercase;
	font-family: 'Roboto', sans-serif;
}

.gallery-section-two .filters li:after{
	position: absolute;
    content: '';
    left: 0px;
    bottom: 6px;
    width: 100%;
    height: 3px;
    opacity: 0;
    z-index: -1;
    transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    background-color: #393185;
}

.gallery-section-two .filters li.active::after,
.gallery-section-two .filters li:hover::after{
	opacity:1;
}

.gallery-section-two .filters .filter.active,
.gallery-section-two .filters .filter:hover{
    color:#5e5d5d;
}

/*Gallery Block Two*/

.gallery-block-two{
	position:relative;
	margin-bottom:30px;
}

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

.gallery-block-two .inner-box .image{
	position:relative;
	display:block;
	background:#000000;
	overflow:hidden;
}

.gallery-block-two .inner-box .image img{
	position:relative;
	width:100%;
	display:block;
	transition:all 300ms ease;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
}

.gallery-block-two .inner-box:hover .image img{
	opacity:0.80;	
}

.gallery-block-two .inner-box .image .overlay-box{
	position:absolute;
	left:0px;
	bottom:0px;
	width:100%;
	height:40%;
	display:block;
	transition:all 300ms ease;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;


}

.gallery-block-two .inner-box .image .overlay-box .content-box{
	position:absolute;
	left:0px;
	bottom:0px;
	padding:0px 28px 22px;
}

.gallery-block-two .inner-box .image .overlay-box .content-box .post-date{
	position:relative;
	font-size:13px;
	font-weight:400;
	color:#ffffff;
	margin-bottom:8px;
}

.gallery-block-two .inner-box .image .overlay-box .content-box .content{
	position:relative;
}

.gallery-block-two .inner-box .image .overlay-box .content-box .content h3{
	position:relative;
	font-size:18px;
	line-height:1.5em;
	font-weight:600;
}

.gallery-block-two .inner-box .image .overlay-box .content-box .content h3 a{
	position:relative;
	color:#ffffff;
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
	text-shadow: 2px 2px 2px #2a375e;
}

.gallery-block-two .inner-box .image .overlay-box .content-box .content h3 a:hover{
	color:#d2b871;
}

.gallery-block-two .inner-box .image .overlay-box .content-box .content .designation{
	position:relative;
	font-size:12px;
	color:#ffffff;
	font-weight:600;
	text-transform:uppercase;
}

.gallery-block-two.mix{
	display:block; 
}

/*** 

====================================================================
	Portfolio Single Section
====================================================================

***/

.portfolio-single-section{
	position:relative;

	background:rgba(0, 0, 0, 0) url("https://www.toptal.com/designers/subtlepatterns/patterns/wall4.png") repeat scroll 0% 0%;
	
}

.portfolio-single-section .title-box{
	position:relative;
	margin-bottom:65px;
}

.portfolio-single-section .title-box h2{
	position:relative;
	color:#5e5d5d;
	font-size:60px;
	font-weight:700;
}

.portfolio-single-section .title-box .text{
	position:relative;
	color:#797979;
	font-size:16px;
	max-width:970px;
}

.main-image-box{
	position:relative;
}

.main-image-box .image-column{
	position:relative;
	margin-bottom:30px;
}

.main-image-box .image-column .image{
	position:relative;
}

.main-image-box .image-column .image img{
	position:relative;
	width:100%;
	display:block;
}

.main-image-box .content-column{
	position:relative;
}

.main-image-box .content-column .inner-column{
	position:relative;
	padding:125px 70px 125px;
	background-color:#4870a9;	
	min-height: 577px;	
}

.main-image-box .content-column .inner-column ul{
	position:relative;
}

.main-image-box .content-column .inner-column ul li{
	position:relative;
	color:#ffffff;
	font-size:20px;
	font-weight:700;
	margin-bottom:24px;
	font-family: 'Roboto', sans-serif;	
}

.main-image-box .content-column .inner-column ul li span {
    font-weight: 400;
    font-size: 20px;
    
}

.project-description{
	position:relative;
	margin-top:40px;
}

.project-description .content-column{
	position:relative;
	margin-bottom:40px;
}

.project-description h3{
	position:relative;
	color:#5e5d5d;
	font-size:28px;
	font-weight:700;
	line-height:1.2em;
	margin-bottom:16px;
}

.project-description .text{
	position:relative;
	margin-bottom:50px;
}

.project-description .text p{
	position:relative;
	color:#797979;
	font-size:16px;
	line-height:1.7em;
	margin-bottom:20px;
}

.project-description .text h4{
	position:relative;
	color:#5e5d5d;
	font-size:20px;
	font-weight:500;
	margin-bottom:12px;
}

.project-description .image-column{
	position:relative;
}

.project-description .image{
	position:relative;
	margin-bottom:30px;
}

.project-description .image img{
	position:relative;
	width:100%;
	display:block;
}

.project-description .big-image{
	position:relative;
	margin-top:20px;
	margin-bottom:50px;
}

.project-description h5{
	position:relative;
	color:#5e5d5d;
	font-size:20px;
	font-weight:400;
	margin-bottom:12px;
	font-family: 'Roboto', sans-serif;
}

.body-bg{
	position:fixed;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	display:block;
	background-size:cover;
	background-repeat:no-repeat;
	background-position:center center;
}

/*** 

====================================================================
	Shop Features Section
====================================================================

***/

.shop-features-section{
	position:relative;
	padding:40px 0px 20px;
	background-color:#f8f8f8;
}

.feature-block{
	position:relative;
	margin-bottom:20px;
}

.feature-block .inner-box{
	position:relative;
	padding-left:90px;
}

.feature-block .inner-box .icon-box{
	position:absolute;
	left:0px;
	top:0px;
	color:#393185;
	font-size:56px;
	line-height:1em;
	margin-bottom:25px;
}

.feature-block .inner-box h3{
	position:relative;
	font-size:20px;
	font-weight:600;
	line-height:1.2em;
	margin-bottom:8px;
}

.feature-block .inner-box h3 a{
	color:#5e5d5d;
}

.feature-block .inner-box .text{
	position:relative;
	color:#797979;
	line-height:1.6em;
}

/*** 

====================================================================
	Shop Section
====================================================================

***/

.shop-section{
	position:relative;
	padding:95px 0px 60px;
}

.shop-section .sec-title-two{
	margin-bottom:45px;
}

.shop-item{
	position:relative;
	margin-bottom:45px;
}

.shop-item .inner-box{
	position:relative;
}

.shop-item .inner-box .image{
	position:relative;
}

.shop-item .inner-box .image img{
	position:relative;
	width:100%;
	display:block;
}

.shop-item .inner-box .image .overlay-box{
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	display:block;
	opacity:0;
	text-align:center;
	background-color:rgba(255,255,255,0.60);
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
}

.shop-item .inner-box:hover .image .overlay-box{
	opacity:1;
}

.shop-item .inner-box .lower-content{
	position:relative;
	padding-top:25px;
	text-align:center;
}

.shop-item .inner-box .lower-content h3{
	position:relative;
	font-size:18px;
	font-weight:600;
	line-height:1.2em;
	margin-bottom:12px;
}

.shop-item .inner-box .lower-content h3 a{
	color:#5e5d5d;
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
}

.shop-item .inner-box .lower-content h3 a:hover{
	color:#c08c4d;
}

.shop-item .inner-box .lower-content .price{
	position:relative;
	color:#393185;
	font-size:22px;
	font-weight:700;
	font-family: 'Roboto', sans-serif;
}

.shop-item .inner-box .lower-content .theme-btn{
	padding:8px 35px 8px;
}

.shop-item .inner-box .image .btn-style-eight{
	position:relative;
	top:46%;
	margin-top:-23px;
}


/*** 

====================================================================
	Products Section
====================================================================

***/

.products-section{
	position:relative;
	padding:80px 0px 50px;
	background-size:cover;
}

.products-section:before{
	position:absolute;
	content:'';
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	display:block;
	background-color:rgba(0,0,0,0.70);
}

.products-section .product-column{
	position:relative;
}

.shop-item-two{
	position:relative;
	margin-bottom:30px;
}

.shop-item-two .inner-box{
	position:relative;
	background-color:#f1f2f2;
}

.shop-item-two .inner-box .image{
	position:relative;
}

.shop-item-two .inner-box .image img{
	position:relative;
	width:100%;
	display:block;
}

.shop-item-two .inner-box .lower-content{
	position:relative;
	text-align:center;
	padding-bottom:40px;
}

.shop-item-two .inner-box .lower-content h3{
    position: relative;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.2em;
    margin-bottom: 8px;
	margin-top:10px;
}

.shop-item-two .inner-box .lower-content h3 a{
    color: #5e5d5d;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.shop-item-two .inner-box .lower-content .price{
    position: relative;
    color: #393185;
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 20px;
}


.products-section .content-column{
	position:relative;
}

.products-section .content-column .inner-column{
	position:relative;
	padding-left:45px;
}

.products-section .content-column .inner-column h2{
	position:relative;
	color:#ffffff;
	font-size:48px;
	font-weight:700;
	line-height:1.1em;
	margin-bottom:25px;
}

.products-section .content-column .inner-column h2 span{
	color:#c08c4d;
	font-size:40px;
	display:block;
}

.products-section .content-column .inner-column .text{
	position:relative;
	color:#ffffff;
	font-size:18px;
	line-height:1.7em;
	margin-bottom:38px;
}

.products-section .content-column .inner-column .theme-btn{
	font-size:18px;
	padding:13px 25px 11px;
}

.page-title{
	position:relative;
	padding:55px 0px;
	margin-top:50px;
	text-align:center;
	background:rgba(0, 0, 0, 0) url("../images/metal.png") repeat scroll 0% 0%;
}

.page-title h1{
	position:relative;
	color:#5e5d5d;
	font-size:35px;
	font-weight:700;
}

/*** 

====================================================================
	Shop Single Section
====================================================================

***/

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

.shop-single{
	position:relative;
	padding-bottom:50px;
	margin-bottom:90px;
	border-bottom:1px solid #e9e9e9;
}

.product-details .basic-details{
	position:relative;
	margin-bottom:60px;
}

.product-details .image-column,
.product-details .info-column{
	margin-bottom:20px;
}

.product-details .image-column .image-box{
	padding-right:40px;
}

.product-details .info-column .inner-column{
	position:relative;
	padding-left:15px;
}

.product-details .image-column .image-box img{
	position:relative;
	display:block;
	width:100%;
	background-color:#f4f4f4;
}

.product-details .basic-details h4{
	font-size:32px;
	font-weight:600;
	margin:-5px 0px 0px;
	line-height:1.2em;
	color:#5e5d5d;
	padding-bottom:20px;
}

.product-details .basic-details .text{
	position:relative;
	color:#797979;
	font-size:16px;
	line-height:1.7em;
	padding:25px 0px;
	margin-bottom:22px;
	border-top:1px solid #eaeaea;
	border-bottom:1px solid #eaeaea;
}

.product-details .basic-details .price{
	position:relative;
	color:#5e5d5d;
	font-size:18px;
	font-weight:500;
	margin-bottom:30px;
}

.product-details .basic-details .price span{
	font-weight:700;
	font-size:22px;
	color:#5e5d5d;
	margin-left:10px;
}

.product-details .basic-details .quantity-spinner,
.cart-section input.quantity-spinner{
	line-height:24px;
	padding:10px 15px !important;
	height:46px !important;
	box-shadow:none !important;	
}

.product-details .basic-details .bootstrap-touchspin .input-group-btn-vertical > .btn,
.cart-section .bootstrap-touchspin .input-group-btn-vertical > .btn{
	padding:11px 10px;
	background:#f4f5f6;	
}

.product-details .bootstrap-touchspin .input-group-btn-vertical i,
.cart-section .bootstrap-touchspin .input-group-btn-vertical i{
	top:6px;	
}

.product-details .basic-details .item-quantity{
	position:relative;
	margin-bottom:40px;
}

.product-details .info-column .inner-column .btn-style-eight{
	padding:11px 36px;
}

.product-details .basic-details .item-quantity .field-label{
	float:left;
	color:#5e5d5d;
	font-weight:600;
	font-size:18px;
	line-height:40px;
	margin-right:20px;
	display:inline-block;
}

.product-details .basic-details .item-quantity .bootstrap-touchspin{
	width:80px;
}

/*** 

====================================================================
	Product Tabs Style
====================================================================

***/

.shop-single .product-details .prod-tabs{
	position:relative;
	margin-bottom:60px;
}

.shop-single .product-details .prod-tabs .tab-btns{
	position:relative;
	z-index:1;	
	border-bottom:1px solid #e2e2e2;
}

.shop-single .product-details .prod-tabs .tab-btns .tab-btn{
	position:relative;
	top:1px;
	display:block;
	float:left;
	margin-right:10px;
	font-size:16px;
	background:#393185;
	color:#ffffff;
	text-transform:capitalize;
	font-weight:600;
	line-height:24px;
	cursor:poRoboto;
	border:1px solid transparent;
	padding:11px 30px 9px;
	transition:all 500ms ease;
	font-family: 'Roboto', sans-serif;
}

.shop-single .product-details .prod-tabs .tab-btns .tab-btn:before{
	position:absolute;
	content:'';
	left:0px;
	top:-2px;
	width:100%;
	height:3px;
	opacity:0;
	background-color:#393185;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
}

.shop-single .product-details .prod-tabs .tab-btns .tab-btn.active-btn::before,
.shop-single .product-details .prod-tabs .tab-btns .tab-btn:hover::before{
	opacity:1;
}

.shop-single .product-details .prod-tabs .tab-btns .tab-btn:hover:after,
.shop-single .product-details .prod-tabs .tab-btns .tab-btn.active-btn:after{
	position:absolute;
	content:'';
	left:0px;
	bottom:-1px;
	width:100%;
	height:1px;
	background-color:#ffffff;
}

.shop-single .product-details .prod-tabs .tab-btns .tab-btn:hover,
.shop-single .product-details .prod-tabs .tab-btns .tab-btn.active-btn{
	color:#5e5d5d;
	border-color:#e2e2e2;
	background:#ffffff;
}

.shop-single .product-details .prod-tabs .tabs-content{
	position:relative;
	padding:50px 35px 30px;
	border:1px solid #e2e2e2;
	border-top:0px;
}

.shop-single .product-details .prod-tabs .tabs-content .tab{
	position:relative;
	display:none;
	border-top:0px;
}

.shop-single .product-details .prod-tabs .tabs-content .tab.active-tab{
	display:block;	
}

.shop-single .product-details .prod-tabs .tabs-content .tab .content{
	position:relative;
}

.shop-single .product-details .prod-tabs .tabs-content .tab .content p{
	position:relative;
	font-size:16px;
	color:#797979;
	line-height:1.7em;
	margin-bottom:25px;
}

.prod-tabs .tabs-content .tab .title{
	position:relative;
	color:#232527;
	font-size:20px;
	font-weight:600;
	margin-top:10px;
	margin-bottom:25px;
	font-family: 'Roboto', sans-serif;
}

/*** 

====================================================================
	Comments Area
====================================================================

 ***/

.shop-single .comments-area{
	position:relative;
	margin-top:0px;
	margin-bottom:50px;
}

.shop-single .group-title{
	position:relative;
	margin-bottom:40px;
}

.shop-single .group-title h2{
	position:relative;
	font-size:24px;
	color:#232628;
	font-weight:600;
	padding-bottom:15px;
	text-transform:uppercase;
	border-bottom:1px solid #f2f2f2;
}

.shop-single .group-title h2:after{
	position:absolute;
	content:'';
	left:0px;
	bottom:-1px;
	width:55px;
	height:2px;
	background-color:#393185;
}

.shop-single .comments-area .comment-box{
	position:relative;
	margin-bottom:30px;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
}

.shop-single .comments-area .comment-box:nth-child(1){
	padding-top:0px;	
}

.shop-single .comments-area .comment-box:hover{
	border-color:#eb5310;	
}

.shop-single .comments-area .comment{
	position:relative;
	font-size:14px;
	padding:0px 0px 0px 90px;
}

.shop-single .comments-area .comment .comment-inner{
	position:relative;
	padding:15px 20px;
	border:1px solid #f4f4f4;
}

.shop-single .comments-area .comment .comment-inner .rating{
	position:absolute;
	right:15px;
	top:15px;
}

.shop-single .comments-area .comment .comment-inner .rating .fa{
	display:inline-block;
	color:#393185;
}

.shop-single .comments-area .comment-box .author-thumb{
	position:absolute;
	left:0px;
	top:0px;
	margin-bottom:20px;
}

.shop-single .comments-area .comment-box .author-thumb img{
	width:60px;
	display:block;
}

.shop-single .comments-area .comment-info{
	position:relative;
	color:#232527;
	line-height:24px;
	font-size:16px;	
	font-weight:600;
	font-family: 'Roboto', sans-serif;
}

.shop-single .comments-area .comment-box .text{
	color:#848484;
	font-size:14px;
    margin-top:8px;
	font-weight:300;
    line-height: 1.8em;
	margin-bottom:0px;
}

/*Comment Form*/

.shop-comment-form{
	position:relative;
}

.shop-comment-form h2{
	position:relative;
	color:#232628;
	font-size:24px;
	font-weight:700;
	margin-bottom:30px;
	padding-bottom:15px;
	text-transform:uppercase;
	border-bottom:1px solid #f2f2f2;
}

.shop-comment-form h2:before{
	position:absolute;
	content:'';
	left:0px;
	bottom:-1px;
	width:55px;
	height:2px;
	background-color:#393185;
}

.shop-comment-form .group-title{
	margin-bottom:20px;
}

.shop-comment-form .rating-box{
	position:relative;
	margin-bottom:30px;
}

.shop-comment-form .rating-box .text{
	position:relative;
	font-size:16px;
	color:#848484;
	margin-bottom:10px;
}

.shop-comment-form .rating-box .rating{
	position:relative;
	display:inline-block;
	margin-right:10px;
	padding-right:10px;
	border-right:1px solid #ebebeb;
}

.shop-comment-form .rating-box .rating:last-child{
	border-right:0px;
}

.shop-comment-form .rating-box .rating .fa{
	position:relative;
	margin-right:6px;
	display:inline-block;
}

.shop-comment-form .rating-box .rating a{
	position:relative;
	color:#d6d6d6;
	font-size:14px;
	display:inline-block;
}

.shop-comment-form .rating-box .rating a:hover{
	color:#393185;
}

.shop-comment-form .form-group{
	position:relative;
	margin-bottom:15px;
}

.shop-comment-form .form-group label{
	position:relative;
	color:#848484;
	font-size:14px;
	font-weight:400;
}

.shop-comment-form .form-group:last-child{
	margin-bottom:0px;
}

.shop-comment-form .form-group input[type="text"],
.shop-comment-form .form-group input[type="password"],
.shop-comment-form .form-group input[type="tel"],
.shop-comment-form .form-group input[type="email"],
.shop-comment-form .form-group select{
	position:relative;
	display:block;
	width:100%;
	line-height:28px;
	padding:10px 15px;
	border:1px solid #efefef;
	height:50px;
	color:#848484;
	font-weight:300;
	background:#ffffff;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
}

.shop-comment-form .form-group input[type="text"]:focus,
.shop-comment-form .form-group input[type="password"]:focus,
.shop-comment-form .form-group input[type="tel"]:focus,
.shop-comment-form .form-group input[type="email"]:focus,
.shop-comment-form .form-group select:focus,
.shop-comment-form .form-group textarea:focus{
	border-color:#393185;
}

.shop-comment-form .form-group textarea{
	position:relative;
	display:block;
	width:100%;
	line-height:26px;
	padding:10px 15px;
	color:#848484;
	border:1px solid #efefef;
	height:115px;
	font-weight:300;
	background:#ffffff;
	resize:none;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
}

.shop-comment-form button{
	position:relative;
	margin-top:10px;
}

.shop-comment-form input:focus,
.shop-comment-form select:focus,
.shop-comment-form textarea:focus{
	border-color:#f06529;	
}

/*** 

====================================================================
	Related Project Section
====================================================================

***/

.related-products{
	position:relative;
	padding:0px 0px 0px;
}

.related-products .sec-title-two{
	margin-bottom:50px;
}

/*** 

====================================================================
	Cart Section style
====================================================================

***/

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

.cart-outer{
	position:relative;	
}

.checkout-page .cart-outer{
	margin-bottom:40px;	
}

.cart-outer .table-outer{
	position:relative;
	width:100%;
	overflow-x:	auto;
}

.cart-outer .cart-table{
	width:100%;
	min-width:900px;	
}

.cart-table .cart-header{
	position:relative;
	width:100%;
	text-transform:uppercase;
	font-size:13px;
	background:#f4f5f6;
	color:#1c1c1c;
	border:1px solid #ebebeb;
}

.cart-table thead tr th{
	line-height:24px;
	padding:13px 28px;
	font-weight:600;
	font-size:18px;
	color:#5e5d5d;
	text-transform:capitalize;
	border-right:1px solid #ebebeb;
	font-family: 'Roboto', sans-serif;
}

.cart-table thead tr th .fa{
	font-size:18px;	
}

.cart-table thead tr th.prod-column{
	text-align:left;
}

.cart-table tbody tr td{
	line-height:24px;
	padding:25px 28px 20px;
}

.cart-table tbody tr .qty{
	width:200px;
	padding-right:80px;
}

.cart-table tbody tr .qty .quantity-spinner{
	background:#ffffff;	
}

.cart-table tbody tr .prod-column .column-box{
	position:relative;
	min-height:110px;
}

.cart-table tbody tr .prod-column .column-box .prod-thumb{
	position:relative;
	width:100px;	
}

.cart-table tbody tr .prod-column .column-box .prod-thumb img{
	 display:block;
	 max-width:100%;
}

.cart-table tbody tr .prod-column .column-box h4{
	font-size:14px;
	color:#444444;
	font-weight:400;
	line-height:90px;
}

.cart-table tbody tr .prod-column .author{
	font-size:13px;
	color:#333333;
	margin-bottom:0px;
}

.cart-table tbody tr .sub-total{
	font-weight:400;
	color:#797979;
	font-size:17px;
	font-family: 'Roboto', sans-serif;
}

.cart-table tbody tr .remove-btn{
	position:relative;
	font-size:14px;
	color:#1c1c1c;
	line-height:30px;
	font-weight:500;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	transition:all 500ms ease;
}

.cart-table tbody tr .remove-btn .fa{
	position:relative;
	font-size:18px;
	line-height:30px;
}

.cart-table tbody tr .remove-btn:hover{
	color:#d2b871;
}

.cart-table tbody tr{
	border-bottom:1px solid #e9e9e9;	
}

.cart-table tbody tr td{
	vertical-align:middle;
	color:#797979;
	font-size:17px;
	border-left:1px solid #ebebeb;
}

.cart-table tbody tr .total-price{
	font-weight:500;
	font-family: 'Roboto', sans-serif;
}

.cart-table tbody tr td:last-child{
	border-right:1px solid #ebebeb;
	text-align:center;
}

.cart-table tbody tr td .prod-title{
	position:relative;
	font-size:16px;
	color:#797979;
	font-family: 'Roboto', sans-serif;
}

.cart-table tbody tr td .quantity-spinner{
	padding:5px 0px 5px 20px;
	line-height:24px;
	height:34px;
	display:block;
	width:100%;
	position:relative;
}

.cart-table tbody .available-info{
	position:relative;
	padding-left:50px;	
}

.cart-table tbody .available-info .icon{
	position:absolute;
	left:0px;
	top:5px;
	width:40px;
	height:40px;
	line-height:40px;
	text-align:center;
	font-size:18px;
	color:#ffffff;
	background:#223555;
	border-radius:50%;
}

.cart-section .cart-options{
	position:relative;
	padding:28px 35px 15px;
	margin-bottom:50px;
	background-color:#f9f9f9;
	border:1px solid #ebebeb;
	border-top:0px;
}

.cart-section .apply-coupon{
	position:relative;
}

.cart-section .apply-coupon .form-group{
	position:relative;
	float:left;
	margin-right:10px;	
}

.cart-section .apply-coupon .form-group input[type="text"]{
	display:block;
	line-height:15px;
	padding:8px 10px;
	border:1px solid #eeeeee;
	width:130px;
	height:33px;
	font-size:14px;
	background:#ffffff;
}

.cart-section .btn-style-two{
    padding:3px 26px;
    line-height: 24px;
    border-radius: 3px;
	font-size:14px;
	font-weight:400;
	border-color:#5e5d5d;
	background-color:#5e5d5d;
	font-family: 'Roboto', sans-serif;
}

.cart-section .btn-style-two:hover{
	color:#5e5d5d;
}

.cart-section .cart-options .btn-style-eight{
	top:-2px;
	padding:7px 28px;
}

.cart-section .totals-table{
	position:relative;
	margin-bottom:20px;
	border:1px solid #ebebeb;
	border-radius:3px;	
}

.cart-section .totals-table li{
	line-height:24px;
	padding:14px 22px;
	border-bottom:1px solid #ebebeb;	
}

.cart-section .totals-table li:first-child{
	background-color:#f9f9f9;
}

.cart-section .totals-table li h3{
	position:relative;
	font-weight:600;
	color:#5e5d5d;
	font-size:18px;
}

.cart-section .totals-table li:last-child{
	border-bottom:none;
	margin-bottom:0px;
	padding:25px 30px;
}

.cart-section .totals-table .col{
	position:relative;
	display:block;
	float:left;
	line-height:24px;
	width:50%;
	color:#5e5d5d;
	font-size:17px;
	text-transform:capitalize;
}

.cart-section .totals-table li .col:last-child{
	text-align:right;
	color:#797979;
}

.cart-section .totals-table .total .price{
	color:#363636 !important;
	font-weight:700;
}

/*Check Out Page*/

.checkout-page{
	position:relative;
	padding:100px 0px 80px;
}

.checkout-page .default-links{
	position:relative;
	margin-bottom:40px;	
}

.checkout-page .default-links li{
	margin-bottom:15px;
	line-height:24px;
	padding:18px 28px;
	background:#f9f9f9;
	color:#797979;
	font-size:17px;
	font-weight:600;
	border:1px solid #ebebeb;
	font-family: 'Roboto', sans-serif;
}

.checkout-page .default-links li a{
	color:#d2b871;
	text-decoration:underline;
}

.shop-form{
	position:relative;	
}

.shop-form .sec-title-two{
	margin-bottom:40px;
}

.shop-form .sec-title-two h2{
	font-size:32px;
}

.shop-form .billing-inner{
	position:relative;
	padding-right:100px;
}

.shop-form .sec-title{
	margin-bottom:30px;
}

.shop-form .form-group{
	position:relative;
	margin-bottom:20px;	
}

.billing-details .shop-form .form-group{
	margin-bottom:20px;	
}

.shop-form .form-group .field-label{
	display:block;
	line-height:24px;
	margin-bottom:8px;
	text-transform:capitalize;
	color:#797979;	
	font-size:15px;
	font-weight:600;
	font-family: 'Roboto', sans-serif;
}

.shop-form .form-group .field-label sup{
	position:relative;
	top:0px;
	color:#797979;	
	font-size:16px;
}

.shop-form input[type="text"],
.shop-form input[type="email"],
.shop-form input[type="password"],
.shop-form input[type="tel"],
.shop-form input[type="number"],
.shop-form input[type="url"],
.shop-form select,
.shop-form textarea{
	position:relative;
	display:block;
	width:100%;
	background:#ffffff;
	line-height:16px;
	padding:10px 15px;
	height:38px;
	border:1px solid #eeeeee;
	transition:all 300ms ease;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
}

.shop-form input.address-two{
	margin-top:12px;
}

.shop-form input::-webkit-input-placeholder,
.shop-form select::-webkit-input-placeholder,
.shop-form textarea-webkit-input-placeholder{
	color:#c6c6c6;
}

.shop-form select{
	-webkit-appearance:none;
	-ms-appearance:none;
	-moz-appearance:none;
	-o-appearance:none;
	background:#ffffff url(../images/icons/icon-select.png) right center no-repeat;
	cursor:poRoboto;
}

.shop-form select option{
	text-indent:15px;	
}

.shop-form textarea{
	resize:none;
	height:100px !important;
	overflow:hidden;	
}

.shop-form input:focus,
.shop-form select:focus,
.shop-form textarea:focus{
	border-color:#d2b871;	
}

/*Shop Order Box*/

.shop-order-box{
	position:relative;
	padding:20px 28px 60px;
	border:1px solid #d9d9d9;
	background-color:#fdfdfd;
}

.shop-order-box .order-list{
	position:relative;
}

.shop-order-box .order-list li{
	position:relative;
	color:#797979;
	font-size:15px;
	font-weight:600;
	margin-bottom:12px;
	font-family: 'Roboto', sans-serif;
}

.shop-order-box .order-list li span{
	float:right;
	width:35%;
	text-align:left;
	font-size:17px;
}

.shop-order-box .order-list li span.dark{
	color:#5e5d5d;
}

.shop-order-box .order-list li.total{
	padding:8px 0px;
	border-top:1px solid #e2e2e2;
	border-bottom:1px solid #e2e2e2;
}

.payment-options{
	position:relative;
	margin-top:20px;
	margin-bottom:20px;	
}

.checkout-page .payment-options li{
	position:relative;
	margin-bottom:15px;	
}

.checkout-page .payment-options li .radio-option{
	position:relative;		
}

.checkout-page .payment-options li .radio-option label{
	position:relative;
	display:block;
	padding-left:30px;
	font-weight:600 !important;
	text-transform:capitalize;
	letter-spacing:1px;
	color:#797979;
	cursor:poRoboto;
	font-size:15px;
}

.checkout-page .payment-options li .radio-option label strong{
	font-weight:600;
	display: inline-block;
	color:#797979;
}

.checkout-page .payment-options li .radio-option input[type="radio"]{
	position:absolute;
	left:0px;
	top:3px;	
}

.checkout-page .payment-options li .radio-option #payment-3{
	top:9px;
}

.checkout-page .payment-options li .what-paypall{
	font-size:13px;
	font-weight:600;
	margin-left:15px;
}

.checkout-page .payment-options li .radio-option label .small-text{
	position:relative;
	display:none;
	padding:18px 26px;
	letter-spacing:0px;
	text-transform:none;
	font-weight:normal;
	font-size:15px;
	color:#8e8d8d;
	border-radius:4px;
	line-height:20px;
	line-height:1.6em;
	margin-top:20px;
	background-color:#ececec;
	font-family: 'Roboto', sans-serif;
}

.checkout-page .payment-options li .radio-option label .small-text:before{
	position:absolute;
	content:'';
	left:24px;
	top:-10px;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-bottom: 15px solid #ececec;
}

.checkout-page .payment-options li .radio-option input[type="radio"]:checked + label .small-text{
	display: block;
}

.checkout-page .payment-options li .radio-option label img{
	position:relative;
	top:-3px;
	display:inline-block;
	max-width:100%;
	padding-left:30px;	
}

.checkout-page .payment-options li .radio-option label img{
	position:relative;
	top:-3px;
	display:inline-block;
	max-width:100%;
	padding-left:30px;	
}.footer-p
{	color: #fff;}
.footer-widget.address-widget em{	color: #d03f22;    font-size: 19px;}
.footer-widget.links-widget em{	color: #d03f22;    font-size: 19px;	font-weight: 600;}
.profile-strong{	position: relative;	color: #393185;	font-size: 35px;	font-weight: 600;	line-height: 1.2em;	padding-bottom: 30px;}



/* /////////////////////////////////////////////////////////////////////////
						HOME CONTACT BANNER
///////////////////////////////////////////////////////////////////////////// */

section#home-contact{
	background-color: #d03f22;
	padding: 0px;
}

.cta-wrapper {

    width: 100%;
    padding: 30px 0;
}


.cta-inner {

    padding: 0px 20px;
    position: relative;
    transition: all 400ms linear 0s;
}

.cta-text {
    color: #111212;
    font-size: 24px;
    font-weight: 600;
    line-height: 32px;
}

#home-contact p{
	line-height: 27px;
}
#home-contact p a{
	color: #111211;
}

#home-contact p a:hover{
	color: #fff;
}



.text-center{
	text-align: center;
}

.cta-btn {
    margin-top: 10px;
}

.cta-btn a {
    font-size: 19px;
    color: #fff;
    background: #111212;
    padding: 15px 40px;
    display: inline-block;
    border-radius: 30px;
}

.cta-btn a:hover, .cta-btn a:focus {
    background: #fff;
    color: #fff;
}

.cta-inner:after {
    content: "";
    height: 100%;
    position: absolute;
    right: 0;
    top: 0px;
    width: 2px;
    background: #111212;
}


/* /////////////////////////////////////////////////////////////////////////
					HOME PROFILE
///////////////////////////////////////////////////////////////////////////// */

div.title h2 {
    color: #111212;
    font-size: 40px;
    font-weight: 700;
    margin: 0;
}

div.title {
    display: inline-block;
    margin: 0 0 40px;
    text-align: center;
    width: 100%;
    position: relative;
}

div.title h2::after {
    background-color: #d03f22;
    border: medium none;
    content: "";
    display: block;
    height: 2px;
    margin: 20px auto 0;
    width: 150px;
}

.title-border-color {
    background: #f4f4f4 none repeat scroll 0 0;
    color: #d03f22;
    display: inline-block;
    font-size: 30px;
    height: 40px;
    left: auto;
    margin-left: -20px;
    position: absolute;
    right: auto;
    text-align: center;
    top: 72px;
    width: 40px;
}

.about-text-area {
    padding: 15px 0px;
    position: relative;
    z-index: 1;
}


.about-text-area h3 {
    font-family: 'Roboto', sans-serif;
    font-size: 20px;
    color: #111212;
    font-weight: 600;
    margin-bottom: 20px;
    padding-bottom: 13px;
    position: relative;
}
.about-text-area h3:after {
	content: "";
    position: absolute;
    bottom: -4px;
    left: 0;
    display: block;
    height: 3px;
    background-color: #111211;
    width: 49px;
    left: 38px;
}

.about-text-area h3:before {
    content: "";
    position: absolute;
    bottom: -4px;
    left: 0;
    display: block;
    height: 3px;
    background-color: #d03f22;
    width: 36px;
}

.about-text-area h1 {
    font-family: 'Roboto', sans-serif;
    font-size: 20px;
    color: #111212;
    font-weight: 600;
    margin-bottom: 20px;
    padding-bottom: 13px;
    position: relative;
}




/* /////////////////////////////////////////////////////////////////////////
					INDEX SERVICE
///////////////////////////////////////////////////////////////////////////// */

section.our-services-wrapper{
	background-color: #ededed;
}
.single-services {
    margin: 0 0 80px;
}

.services-inner {
    background: #ffffff none repeat scroll 0 0;
    border: 2px solid rgba(0, 0, 0, 0);
    box-shadow: 0 5px 10px 0 rgb(0 0 0 / 20%);
    margin-left: 35px;
    transition: all 0.3s ease 0s;
    border-radius: 4px;
    position: relative;
    z-index: 1;
}

.services-inner:hover .keim {
	color:#fff
}

.services-inner:hover .keim ul li{
	color: #FFF;
}
.keim li{
	color:#777777
}
.our-services-icon {
    float: left;
    margin-left: -35px;
    margin-right: 25px;
    margin-top: -35px;
}

.our-services-icon span {
    width: 70px;
    height: 70px;
    background: #111211;
    border-radius: 50%;
    line-height: 67px;
    text-align: center;
    display: inline-block;
    position: relative;
}

.our-services-icon span:after {
    border-left: 20px solid rgba(0, 0, 0, 0);
    border-right: 20px solid rgba(0, 0, 0, 0);
    border-top: 40px solid #dfdfdf;
    content: "";
    height: 0;
    left: 46px;
    position: absolute;
    top: 53px;
    transform: rotate(-40deg);
    width: 0;
    z-index: -1;
}


.our-services-text {
    overflow: hidden;
    padding: 20px 10px 25px 0;
	height: 250px;
}

.service-button-res {
    margin-top: 10px;
    text-align: center;
}

.our-services-text h3 {
    color: #111211;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 1px;
    margin-bottom: 8px;
    position: relative;
    line-height: 22px;
}

.our-services-text p {
    font-size: 15px;
}


.services-inner:hover {
    background: #d03f22;
}

.services-inner:hover .our-services-icon span:after {
    border-top: 40px solid #fff;
}


.our-services-wrapper .title-border-color {
    background: #ededed;
}





.slide:hover,
.slide:focus {
  box-shadow: inset 12.5em 0 0 0 var(--hover);
  transition: ease-in-out 0.5s;
}

.slide {
	--color: #111212;
	--hover: #111212;
  }

  .btn2 {
	color: var(--color);
	transition: 0.25s;
  }
  .btn2:hover, .btn2:focus {
	border-color: var(--hover);
	color: #fff;
  }

  .btn2 {
	background: none;
	border: 2px solid;
	padding: 15px 40px;
    display: inline-block;
    border-radius: 30px;
	font: inherit;
	line-height: 1;
	margin: 1.5em;
	padding: 1em 2em;
  }

  .btn2.slide a{
	  color:#8fc866;
  }

  


  .slide-1:hover,
  .slide-1:focus {
	box-shadow: inset 10.5em 0 0 0 var(--hover);
	transition: ease-in-out 0.5s;
  }
  
  .slide-1 {
	  --color: #111212;
	  --hover: #d03f22;
	}
  
  
  .btn1 {
	color: var(--color);
	transition: 0.25s;
  }
  .btn1:hover, .btn1:focus {
	border-color: var(--hover);
	color: #fff;
  }

  .btn1 {
	background: none;
	border: 2px solid;
	padding: 15px 40px;
    display: inline-block;
    border-radius: 30px;
	font: inherit;
	line-height: 1;
	margin: 0.45em 0.2em 0.5em 0.5em;
	padding: 1em 2em;
  }

  .btn1.slide a{
	  color:#8fc866;
  }


  #page-title-pro {
    background-color: #000000;
    background: #000;
    position: relative;
    display: table;
    width: 100%;
    background-size: cover;
    background: url('../../img/layout/fotios-banner1.jpg') center center no-repeat;
  }

  #page-title-pro:before{
  background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 100%);
    background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0) 100%);
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 100%);
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    z-index: 2;

  }

  #page-title-pro h4 {
    margin: 16px auto 0 auto;
    font-size: 19px;
    position: relative;
    z-index: 5;
    letter-spacing: -.01em;
    color: rgba(255,255,255,.6);
    line-height: 1.5;
    font-weight: 400;
    font-style: normal;
}


#page-title-pro h1{
	font-weight: bold;
    color: #ffffff;
}



#page-title-pro-service {
    background-color: #000000;
    background: #000;
    position: relative;
    display: table;
    width: 100%;
    background-size: cover;
    background: url('../../img/layout/fotios-banner1.jpg') center center no-repeat;
  }





  #page-title-pro-service:before{
  background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 100%);
    background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0) 100%);
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 100%);
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    z-index: 2;

  }




#page-title-pro-service h1{
	font-weight: bold;
    color: #ffffff;
}




#page-title-pro-profile {
    background-color: #000000;
    background: #000;
    position: relative;
    display: table;
    width: 100%;
    background-size: cover;
    background: url('../../img/layout/image_banner_2000x850px.jpg') center center no-repeat;
	margin-top: 80px;
  }



  @media (max-width:1141px) {
	#page-title-pro-profile {
		margin-top: 0px;
	}
  }

  

  #page-title-pro-profile:before{
  background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 100%);
    background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0) 100%);
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 100%);
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    z-index: 2;

  }




#page-title-pro-profile h1{
	font-weight: bold;
    color: #ffffff;
}


#page-title-pro-exoplismos {
    background-color: #000000;
    background: #000;
    position: relative;
    display: table;
    width: 100%;
    background-size: cover;
    background: url('../../img/layout/banner-exoplismos.jpg') center center no-repeat;
  }



  

  #page-title-pro-exoplismos:before{
  background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 100%);
    background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0) 100%);
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 100%);
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    z-index: 2;

  }




#page-title-pro-exoplismos h1{
	font-weight: bold;
    color: #ffffff;
}


#page-title-pro-erga {
    background-color: #000000;
    background: #000;
    position: relative;
    display: table;
    width: 100%;
    background-size: cover;
    background: url('../../img/layout/boutzas-projects.jpg') center center no-repeat;
	margin-top: 80px;
  }


  @media (max-width:1141px) {
	#page-title-pro-erga {
		margin-top: 0px;
	}
  }

  #page-title-pro-erga:before{
   background: -moz-linear-gradient(180deg, rgb(113 140 214 / 60%) 0%, rgb(20 20 19 / 60%) 95%);
    background: -webkit-linear-gradient(180deg, rgb(113 140 214 / 60%) 0%, rgb(20 20 19 / 60%) 95%); 
    background: linear-gradient(180deg, rgb(113 140 214 / 60%) 0%, rgb(20 20 19 / 60%) 95%);
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    display: block;
    width: 100%;
    height: 100%;


  }




#page-title-pro-erga h1{
	font-weight: bold;
    color: #ffffff;
}








.width-container-pro {
    max-width: 100%;
    padding: 0;
    margin: 0 auto;
	padding-top: 48px;
    padding-bottom: 55px;
}
.inner-column h2{
	color: #d03f22;



    font-weight: bold;
    margin-bottom: 12px;
    padding-bottom: 15px;
}

.inner-column h2:before{
	content: "";
    position: absolute;
    bottom: -4px;
    left: 0;
    display: block;
    height: 3px;
    background-color: #d03f22;
    width: 36px;


}
.inner-column h2:after{
	content: "";
    position: absolute;
    bottom: -4px;
    left: 0;
    display: block;
    height: 3px;
    background-color: none;
    width: 49px;
    left: 38px;
}

#progression-studios-page-title-container {
    display: table-cell;
    vertical-align: middle;
}

#progression-studios-page-title-container {
    padding-top: 13px;
    padding-bottom: 0px;
    text-align: center;
}







/*
=============================================================================================================================================================================
																			HOVER TEXT WITH COLOR
============================================================================================================================================================================
*/





.r-link{
	--uirLinkDisplay: var(--rLinkDisplay, inline-block);
	--uirLinkTextColor: var(--rLinkTextColor);
	--uirLinkTextDecoration: var(--rLinkTextDecoration, none);

	display: var(--uirLinkDisplay) !important;
	color: var(--uirLinkTextColor) !important;
	text-decoration: var(--uirLinkTextDecoration) !important;
}

/* The component will reset browser's styles of titles */



/*
=====
CORE STYLES
=====
*/

.animated-underline{
	--uiAnimatedUnderlineWidth: var(--animatedUnderlineWidth, 100%);
	--uiAnimatedUnderlineHeight: var(--animatedUnderlineHeight, 2px);
	--uiAnimatedUnderlineBgColor: var(--animatedUnderlineBgColor, currentColor);
	--uiAnimatedUnderlinePositionX: var(--animatedUnderlinePositionX, left);
	--uiAnimatedUnderlinePositionY: var(--animatedUnderlinePositionY, bottom);

	/*
		1. For multi-line animated underline the "inline" value for the display property is compulsory.
		2. Adds opportunity to create multi-line padding
	*/

	--rLinkDisplay: inline; /* 1 */

	background-image: linear-gradient(0, var(--uiAnimatedUnderlineBgColor) 0, var(--uiAnimatedUnderlineBgColor));
	background-size: var(--uiAnimatedUnderlineWidth) var(--uiAnimatedUnderlineHeight);
	background-position: var(--uiAnimatedUnderlinePositionX) var(--uiAnimatedUnderlinePositionY);
	background-repeat: no-repeat;
	
	-webkit-box-decoration-break: clone; /* 2 */
	box-decoration-break: clone; /* 2 */
	
	will-change: background-size;
	transition: background-size .25s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}

/*
=====
SETTINGS
=====
*/

:root{
	--animatedUnderlineHeight: 1rem;
	--animatedUnderlineBgColor: var(--accentColor);
}	

.animated-underline_type3{
	--animatedUnderlineHeight: 0;
}

.animated-underline_type3:hover{
	--animatedUnderlineHeight: 100%;
}


:root{
	--mainColor: #673AB7;
	--accentColor: #d03f22;
	--accentColorDark: #f15493;
	--blackColor: #222;
	--whiteColor: #fff;
	--rLinkTextColor: var(--blackColor);
}	



.page{
	max-width: 1300px;
	margin-left: auto;
	margin-right: auto;
}

.page__name-effect{
	display: inline-flex;
	align-items: center;
	font-weight: 700;
	font-size: .875rem;
}

.page__name-effect::before{
	content: "";
	width: 3.75rem;
	height: 2px;
	background-color: var(--mainColor);
	margin-top: .25rem;
	margin-right: .625rem;
}

.page__section:nth-child(n+2){
	margin-top: 5rem;
}

.page__group{
	margin-top: 2rem;
}

.news{
	position: relative;

	padding: 70px 6%;
	border-top: 6px solid var(--mainColor);
	border-radius: 4px;

	box-shadow: 0 2px 2px 0 rgba(0,0,0,.14), 0 3px 1px -2px rgba(0,0,0,.12), 0 1px 5px 0 rgba(0,0,0,.2);
	background-color: var(--whiteColor);
}

.news:nth-child(n+2){
	margin-top: 3rem;
}

.news__date{
	font-size: 0.9375rem;
	font-weight: 700;
}

.news__title{
	font-family: 'Amaranth', sans-serif;
	line-height: 1.25;
}

.news__link::after{
	content: "";
	width: 100%;
	height: 100%;

	position: absolute;
	top: 0;
	left: 0;
}

.news__content{
	margin-top: 1.875rem;
}

/* ============================================================================================================================================================================
																			BORDERS
============================================================================================================================================================================ */

.accordion{

    height: 60px;
    margin: 0 auto;
    background: #fff;
    border-radius: 3px;
    box-shadow: 0 0 5px rgba(225,225,225,1);
    overflow: hidden;
	transition: height 0.7s ease;
    margin-bottom: 20px;
}

.accordion .accordion_tab{
  padding: 20px;
  cursor: pointer;
  user-select: none;
  font-size: 20px;
  font-weight: 700;
  background-color: #d03f22;
  color: #fff;
  letter-spacing: 2px;
  position: relative;
}

.accordion .accordion_tab .accordion_arrow{
  position: absolute;
  top: 33%;

  right: 20px;
  width: 15px;
  height: 15px;

}

.accordion .accordion_tab .accordion_arrow img{
  width: 100%;
  height: 100%;
}



.accordion.active{
  height: 672px;

}

.accordion .accordion_content{
  padding: 20px;
  border-top: 1px solid #e9e9e9;
}

.accordion .accordion_content .accordion_item{
  margin-bottom: 20px;
}

.accordion .accordion_content .accordion_item p.item_title{
  font-weight: 600;
  margin-bottom: 10px;
  font-size: 18px;
  color: #6adda2;
}

.accordion .accordion_content .accordion_item p:last-child{
  color: #9a9b9f;
  font-size: 14px;
  line-height: 20px;
}

.accordion_item ul li {
    margin: 5px 0px;
    border-bottom: 1px solid #d03f22;
    padding: 8px 0px;
}

.accordion_item ul li a{
	color: #111211;
}

.accordion_item ul li a:hover{
	color: #d03f22;
}


em.fa.fa-2x.fa-phone.text-center {
    padding: 16px 16px;
}


.ui-accordion-header{
	background:#d03f22!important;
 }

 .ui-accordion .ui-accordion-header {

    padding: 0.7em 0.5em!important;
 }



 .ui-state-default {

    color: #ffffff!important;
 }

 .ui-accordion .ui-accordion-header {

    font-size: 150%!important;
 }


nav.stroke ul li a,
nav.fill ul li a {
  position: relative;
}
nav.stroke ul li a:after,
nav.fill ul li a:after {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 0%;
  content: '.';
  color: transparent;
  background: #d03f22;
  height: 3px;
}

nav.stroke ul li a:hover:after {
  width: 100%;
}

nav.fill ul li a {
  transition: all 2s;
}

nav.fill ul li a:after {
  text-align: left;
  content: '.';
  margin: 0;
  opacity: 0;
}
nav.fill ul li a:hover {
  color: #fff;
  z-index: 1;
}
nav.fill ul li a:hover:after {
  z-index: -10;
  animation: fill 1s forwards;
  -webkit-animation: fill 1s forwards;
  -moz-animation: fill 1s forwards;
  opacity: 1;
}






/* Keyframes */
@-webkit-keyframes fill {
  0% {
	width: 0%;
	height: 1px;
  }
  50% {
	width: 100%;
	height: 1px;
  }
  100% {
	width: 100%;
	height: 100%;
	background: #333;
  }
}

.lower-box .text{
	color:#474847
}


/* ========================================================================================================================================================
														SERVICE SIDE BAR CONTACT
===========================================================================================================================================================
*/

.tt-block-aside+.tt-block-aside.tt-block-aside__shadow {
    margin-top: 41px;
}

.tt-block-aside.tt-block-aside__shadow {
    padding: 33px 34px 41px 34px;
	margin: 25px 0;
    -webkit-box-shadow: 0 0 20px rgb(48 52 66 / 10%);
    box-shadow: 0 0 20px rgb(48 52 66 / 10%);
	background-color: #FFF;
}

.box-aside-info li {
    position: relative;
    padding: 0 0 0 25px;
}

.box-aside-info li em {
    color: #d03f22;
}

.box-aside-info li em {
    color: #d03f22;
    position: absolute;

    left: 0;
}



tbody, tr,td {
border: 2px solid #777777;
background-color: #fff;
-webkit-box-shadow: 0 0 20px rgb(48 52 66 / 10%);
box-shadow: 0 0 20px rgb(48 52 66 / 10%);

}

td{
	padding: 8px 1px 0px 9px;
	color:#111211;	
}

.sec-title-exoplismos h2 {
    position: relative;
    font-weight: 700;
    font-size: 30px;
    color: #fff;
    line-height: 1.2em;
    display: inline-block;
}


.sec-title-exoplismos h2:after {
	content: "";
    position: absolute;
    bottom: -13px;
    display: block;
    height: 3px;
    background-color: #111211;
    left: 54px;
    width: 70px;
}

.sec-title-exoplismos h2:before {
	content: "";
    position: absolute;
    bottom: -13px;
    left: 0;
    display: block;
    height: 3px;
    background-color: #d03f22;
    width: 52px;
	
}



section.credits{
	
	background-color: #2a375e;
	padding: 20px 0;
}

section.credits img{
	margin-bottom: 4px;
}



.top-bar{
background-color: #d3dce8;

}
.d-flex{
	display: flex;
}

.justify-content-between{
	justify-content: space-between;
}

.justify-content-around{
	justify-content: space-around;
}

.justify-content-center{
	justify-content: center;
}

ul.top-bar{
	margin-top: 10px;
}
ul.top-bar li{
	display: inline-flex;
	color: #fff;
	margin-left: 10px;
}

ul.top-bar li a{
	transition: all 0.3s ease-in-out;
	color: #4870a9;
	font-size: 18px;
}



ul.top-bar li a:hover{

	color: #d03f22;
}

.align-items-center{
	align-items: center;
}

.flex-wrap{

flex-wrap: wrap;
}





.button-84 {
  align-items: center;
  background-color: initial;
  background-image: linear-gradient(#3e5a8a, #2c395f);
  border-radius: 4px;
  border-width: 0;
  box-shadow: 0 10px 20px rgba(0, 0, 0, .1),0 3px 6px rgba(0, 0, 0, .05);
  box-sizing: border-box;
  color: #fff;
  cursor: pointer;
  display: inline-flex;
  flex-direction: column;
  font-size: 17px;
  height: 44px;
  justify-content: center;
  line-height: 1;
  margin: 0;
  outline: none;
  overflow: hidden;
  padding: 0 32px;
  text-align: center;
  text-decoration: none;
  transform: translate3d(0, 0, 0);
  transition: all 150ms;
  vertical-align: baseline;
  white-space: nowrap;
  margin-top: 40px;
}

.button-84:hover {
  box-shadow: rgba(0, 1, 0, .2) 0 2px 8px;
  opacity: .85;
  color:#fff ;
}

.button-84:active {
  outline: 0;
}

.button-84:focus {
  box-shadow: rgba(0, 0, 0, .5) 0 0 0 3px;
}

@media (max-width: 420px) {
  .button-84 {
    height: 48px;
  }
}


.heading-wrap {
    margin-bottom: 60px;
    margin-top: 23px;
}





.heading-main {
    color: #2a375e;
    font-size: 3rem;
    font-weight: 700;
    text-align: left;
    line-height: 1.2;
    padding-left: 25px;
    white-space: nowrap;
    position: relative;

}
.light{
	color: #fff!important;
}

.heading-main:after {
    background: url('../../img/layout/window.png') no-repeat left center;
    height: 100px;
    width: 65px;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    content: "";
    /* z-index: -1; */
}

.sub-head-text {
    border-left: 1px solid #cdd2d4;
    padding: 0 0 0 30px;
    color: #4870a9;
    margin: 0 0 0 50px;
	font-size: 20px;
    /* max-width: 50%; */
}

.sub-head-text-white {
    border-left: 1px solid #cdd2d4;
    padding: 0 0 0 30px;
    color: #fff;
    margin: 0 0 0 50px;
	font-size: 20px;
    /* max-width: 50%; */
}


.icon-box-1{
	margin: 10px;
}

.icon-box-1 {
    background: #FFF;
    padding: 3rem 1.5rem;
    text-align: center;
    overflow: hidden;
    color: #777777;
    position: relative;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
	width: 255px;
	border: 1px solid #507cb7;

}



.small-item{

	height: 240px;
}


.icon-box-1 p{
    font-size: 15px;
}

.icon-box-1 .icon-wrap {
    border-radius: 5px;
	/*
    background: #041d26;
	box-shadow: 0px 8px 38px 0px rgb(0 0 0 / 10%);
	*/
    color: #FFF;
    
    width: 71px;
    height: 71px;
    line-height: 78px;
    font-size: 2.25rem;
    margin: 0 auto 35px;
    position: relative;
    -webkit-transition: all 0.15s linear;
    -moz-transition: all 0.15s linear;
    -o-transition: all 0.15s linear;
    transition: all 0.15s linear;
}

.icon-box-1 .icon-wrap em{
font-size: 28px;

}

.icon-box-1 .icon-wrap:after {
    position: absolute;
    content: "";
    bottom: -23px;
    height: 20px;
    width: 3px;
    left: 53%;
    transform: translateX(-50%);
    background: #507cb7;
}

.icon-box-1 h3 {

    font-style: normal;
    font-weight: 700;
    color: #2a375e;
    line-height: 1.375;
	font-size: 18px;
	margin-bottom: 11px;
}


.icon-box-1:hover .icon-wrap {
 
    -webkit-transition: all 0.15s linear;
    -moz-transition: all 0.15s linear;
    -o-transition: all 0.15s linear;
    transition: all 0.15s linear;
}

.icon-box-1:hover .icon-wrap:after {
    background: #337ab7;
}

.icon-box-1:hover h3 {
    color: #337ab7;
}


section.circles {
    background: #3a82ac;
}

.circle-item{
	display: flex;
	flex-direction: column;
	text-align: center;
	align-items: center;
	margin: 30px 0;
	justify-content: flex-start;
	background-color: rgba(71, 92, 157, 0.58);
	height: 350px;
	padding: 40px 0;
}

img.img-checked{
	max-width:87px ;
}


h3.circle-head {
	font-size: 22px;
	margin: 20px 0;
	color: #fff;
	font-weight:600;
}

p.circle-text{
	font-size: 18px;
color: #fff;
}

.bg1 {
  background-color: rgba(255,255,255,0.2);
}




@media (max-width:767px) {
	.heading-wrap {
		flex-direction: column;
	}

	.sub-head-text {
		border-left: none!important;
		padding: 30px 0 0 0 !important;

		margin: 30px 0 0 0!important;

		/* max-width: 50%; */
	}

	.sub-head-text-white {
		border-left: none!important;
		padding: 30px 0 0 0 !important;

		margin: 30px 0 0 0!important;

		/* max-width: 50%; */
	}

	.heading-main {
		white-space: break-spaces!important;
	
	}
  }