/*

Theme Name: Industry Point

Theme URI: http://yogsthemes.com/newwp/Industry-point/

Author: Template Path

Author URI: http://themeforest.net/user/template_path

Description: This is Industry Point Wordpress theme

Version: 1.0.0

License: copyright commercial

License URI: http://themeforest.net/user/template_path

Text Domain: wp-industrypoint

Tags: one-column, two-columns, right-sidebar, custom-header, custom-menu, editor-style, featured-images, rtl-language-support, sticky-post, translation-ready, microformats

*/

/*  Industry Point Wordpress Template */

/************ TABLE OF CONTENTS ***************

1. Fonts

2. Reset

3. Global

4. Main Header / Header Style One

5. Main Slider

6. Call To Action Section / Style Two

7. Services Section

8. Industry Section

9. Work Process Section

10. Projects Section

11. Subscribe Section

12. Contact Info Section

13. Map Section

14. Main Footer / Style Two

15. Projects FullWidth Section

16. Accordian Section

17. Counter Section

18. Team Section

19. News Section

20. Clients Section

21. Page Title

22. About Section

23. Login Section

24. Shop Item

25. Shop Single

26. Contact Form

27. Map Section

**********************************************/



/*** 

====================================================================

	Reset

====================================================================

 ***/

 

* {

	margin:0px;

	padding:0px;

	border:none;

	outline:none;

}



:root{

	--thm-base: #ffaa00;

	--thm-base-rgb: 255,170,0;

    --thm-secnd:#222222;

}



/*** 

====================================================================

	Global Settings

====================================================================

 ***/

body {

	font-size:15px;

	color:#777777;

	line-height:1.8em;

	font-weight:400;

	background:#ffffff;

	background-size:cover;

	background-repeat:no-repeat;

	background-position:center top;

	-webkit-font-smoothing: antialiased;

	font-family: 'Roboto', sans-serif;

}

a{

	text-decoration:none;

	cursor:pointer;

	color:var(--thm-base);

}

a:hover,a:focus,a:visited{

	text-decoration:none;

	outline:none;

}



input,button,select,textarea{

	font-family: 'Roboto', sans-serif;

}

textarea{

	overflow:hidden;

}

p,.text{

	font-size: 16px;

	line-height:1.8em;

	font-weight: 400;

	color: #747474;

	margin: 0;

}

::-webkit-input-placeholder{color: inherit;}

::-moz-input-placeholder{color: inherit;}

::-ms-input-placeholder{color: inherit;}

.auto-container{

	position:static;

	max-width:1200px;

	padding:0px 15px;

	margin:0 auto;

}

.text-center{

	text-align:center !important;

}

.strike-through{

	text-decoration:line-through;	

}

.page-wrapper{

	position:relative;

	margin:0 auto;

	width:100%;

	min-width:300px;

	overflow:hidden;

}

ul,li{

	list-style:none;

	padding:0px;

	margin:0px;	

}

.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;

	font-family: 'Roboto', sans-serif;

}

.grey-bg{

	background-color:#f6f6f6;

}

/*List Style One*/

.list-style-one{

	position:relative;

}

.list-style-one li{

	position:relative;

	font-size:16px;

	font-weight:400;

	padding-left:20px;

	margin-bottom:10px;

	color:#777777;

	font-family: 'Roboto', sans-serif;

}

.list-style-one li:before{

	position:absolute;

	content:'\f105';

	left:0px;

	top:0px;

	color:var(--thm-base);

	font-size:16px;

	font-family: 'FontAwesome';

}

/*List Style Two*/

.list-style-two{

	position:relative;

}

.list-style-two li{

	position:relative;

	font-size:16px;

	font-weight:400;

	padding-left:70px;

	margin-bottom:40px;

	color:#777777;

}

.list-style-two li .icon{

	position:absolute;

	left:0px;

	top:3px;

	width:40px;

	color:var(--thm-base);

	font-size:42px;

	line-height:1em;

	text-align:center;

}

.list-style-two li strong{

	font-size:20px;

	color:#333333;

	font-weight:700;

	display:block;

}

/*Btn Style One*/

.btn-style-one{

	position:relative;

	padding:6px 20px;

    font-family: 'Barlow', sans-serif;

	color:#333333;

	font-size:16px;

	font-weight:500;

	background:var(--thm-base);

	border-radius:5px;

	border:2px solid var(--thm-base);

	text-transform:uppercase;

}

.btn-style-one:hover{

	color:var(--thm-base);

	background:none;

	border-color:var(--thm-base);

}

/*Btn Style Two*/

.btn-style-two{

    position:relative;

	padding:6px 20px;

	color:#ffffff;

    font-family: 'Barlow', sans-serif;

	font-size:16px;

	font-weight:600;

	background:none;

	border-radius:5px;

	border:2px solid #ffffff;

	text-transform:uppercase;

}

.btn-style-two:hover{

	color:#333333;

	background:var(--thm-base);

	border-color:var(--thm-base);

}

/*Btn Style Three*/

.btn-style-three{

    position:relative;

	padding:6px 21px;

    font-family: 'Barlow', sans-serif;

	color:#333333;

	font-size:16px;

	font-weight:600;

	background:var(--thm-base);

	border-radius:5px;

	border:2px solid var(--thm-base);

	text-transform:uppercase;

}

.btn-style-three:hover{

	color:#ffffff;

	background:#333333;

	border-color:#333333;

}

/*Btn Style Four*/

.btn-style-four{

    position: relative;

    color: #333333;

    font-size: 16px;

    font-weight: 600;

    padding: 8px 16px;

	text-transform:uppercase;

    background: var(--thm-base);

    border-radius: 4px;

    font-family: 'Barlow', sans-serif;

}

.btn-style-four:hover{

	background:#333333;

	color:#ffffff;

	border-color:#333333;

}

/*Btn Style One*/

.btn-style-five{

	position:relative;

	font-size:16px;

	color:#ffffff;

	padding: 10px 45px;

    font-family: 'Barlow', sans-serif;

	text-transform: uppercase;

	font-weight: 600;

	border-radius: 50px;

	background-color: var(--thm-base);

	-webkit-box-shadow: rgba(34, 34, 34, 0) 0 0px 0px 0px inset;

	-moz-box-shadow: rgba(34, 34, 34, 0) 0 0px 0px 0px inset;

	-ms-box-shadow: rgba(34, 34, 34, 0) 0 0px 0px 0px inset;

	-o-box-shadow: rgba(34, 34, 34, 0) 0 0px 0px 0px inset;

	box-shadow: rgba(34, 34, 34, 0) 0 0px 0px 0px inset;

}

.btn-style-five:hover{

	color: #ffffff;

	-webkit-box-shadow: rgba(34, 34, 34, 1) 0 0px 0px 40px inset;

	-moz-box-shadow: rgba(34, 34, 34, 1) 0 0px 0px 40px inset;

	-ms-box-shadow: rgba(34, 34, 34, 1) 0 0px 0px 40px inset;

	-o-box-shadow: rgba(34, 34, 34, 1) 0 0px 0px 40px inset;

	box-shadow: rgba(34, 34, 34, 1) 0 0px 0px 40px inset;

}

/*Btn Style Two*/

.btn-style-six{

	position:relative;

	font-size:16px;

	color:var(--thm-secnd);

	padding: 10px 45px;

	text-transform: uppercase;

    font-family: 'Barlow', sans-serif;

	font-weight: 600;

	border-radius: 50px;

	background-color: #ffffff;

	border:2px solid var(--thm-base);

	-webkit-box-shadow: rgba(255, 255, 255, 0) 0 0px 0px 0px inset;

	-moz-box-shadow: rgba(255, 255, 255, 0) 0 0px 0px 0px inset;

	-ms-box-shadow: rgba(255, 255, 255, 0) 0 0px 0px 0px inset;

	-o-box-shadow: rgba(255, 255, 255, 0) 0 0px 0px 0px inset;

	box-shadow: rgba(255, 255, 255, 0) 0 0px 0px 0px inset;

}

.btn-style-six:hover{

	color: #ffffff;

	border:2px solid var(--thm-base);

	-webkit-box-shadow: rgba(var(--thm-base-rgb), 1) 0 0px 0px 40px inset;

	-moz-box-shadow: rgba(var(--thm-base-rgb), 1) 0 0px 0px 40px inset;

	-ms-box-shadow: rgba(var(--thm-base-rgb), 1) 0 0px 0px 40px inset;

	-o-box-shadow: rgba(var(--thm-base-rgb), 1) 0 0px 0px 40px inset;

	box-shadow: rgba(var(--thm-base-rgb), 1) 0 0px 0px 40px inset;

}

/*Btn Style Three*/

.btn-style-seven{

	position:relative;

	font-size:16px;

	color:#ffffff;

	padding: 13px 45px;

    font-family: 'Barlow', sans-serif;

	text-transform: uppercase;

	font-weight: 600;

	border-radius: 50px;

	background-color: var(--thm-secnd);

	-webkit-box-shadow: rgba(255, 255, 255, 0) 0 0px 0px 0px inset;

	-moz-box-shadow: rgba(255, 255, 255, 0) 0 0px 0px 0px inset;

	-ms-box-shadow: rgba(255, 255, 255, 0) 0 0px 0px 0px inset;

	-o-box-shadow: rgba(255, 255, 255, 0) 0 0px 0px 0px inset;

	box-shadow: rgba(255, 255, 255, 0) 0 0px 0px 0px inset;

}

.btn-style-seven:hover{

	color: #ffffff;

	-webkit-box-shadow: rgba(var(--thm-base-rgb), 1) 0 0px 0px 40px inset;

	-moz-box-shadow: rgba(var(--thm-base-rgb), 1) 0 0px 0px 40px inset;

	-ms-box-shadow: rgba(var(--thm-base-rgb), 1) 0 0px 0px 40px inset;

	-o-box-shadow: rgba(var(--thm-base-rgb), 1) 0 0px 0px 40px inset;

	box-shadow: rgba(var(--thm-base-rgb), 1) 0 0px 0px 40px inset;

}

/*Btn Style Four*/

.btn-style-eight{

	position:relative;

	font-size:16px;

	color:#ffffff;

	padding: 13px 45px;

    font-family: 'Barlow', sans-serif;

	text-transform: uppercase;

	font-weight: 600;

	border-radius: 50px;

	background-color: var(--thm-secnd);

	-webkit-box-shadow: rgba(255, 255, 255, 0) 0 0px 0px 0px inset;

	-moz-box-shadow: rgba(255, 255, 255, 0) 0 0px 0px 0px inset;

	-ms-box-shadow: rgba(255, 255, 255, 0) 0 0px 0px 0px inset;

	-o-box-shadow: rgba(255, 255, 255, 0) 0 0px 0px 0px inset;

	box-shadow: rgba(255, 255, 255, 0) 0 0px 0px 0px inset;

}

.btn-style-eight:hover{

	color: var(--thm-base);

	-webkit-box-shadow: rgba(255, 255, 255, 1) 0 0px 0px 40px inset;

	-moz-box-shadow: rgba(255, 255, 255, 1) 0 0px 0px 40px inset;

	-ms-box-shadow: rgba(255, 255, 255, 1) 0 0px 0px 40px inset;

	-o-box-shadow: rgba(255, 255, 255, 1) 0 0px 0px 40px inset;

	box-shadow: rgba(255, 255, 255, 1) 0 0px 0px 40px inset;

}

/*Btn Style Five*/

.btn-style-nine{

	position:relative;

	font-size:16px;

	color:#ffffff;

	padding: 10px 45px;

    font-family: 'Barlow', sans-serif;

	text-transform: uppercase;

	font-weight: 600;

	border-radius: 50px;

	background-color: var(--thm-base);

}

.btn-style-nine:hover{

	color: #ffffff;

	background-color: var(--thm-secnd);

}

/*Btn Style Six*/

.btn-style-ten{

	position:relative;

	font-size:16px;

	color:var(--thm-secnd);

    font-family: 'Barlow', sans-serif;

	padding: 10px 45px;

	text-transform: uppercase;

	font-weight: 600;

	border-radius: 50px;

	background-color: #ffffff;

}

.btn-style-ten:hover{

	color: #ffffff;

	background-color: var(--thm-base);

}

/*Btn Style Seven*/

.btn-style-eleven{

	position:relative;

	font-size:16px;

	color:var(--thm-secnd);

    font-family: 'Barlow', sans-serif;

	padding: 10px 45px;

	text-transform: uppercase;

	font-weight: 600;

	border-radius: 50px;

	background-color: #ffffff;

}

.btn-style-eleven:hover{

	color: #ffffff;

	background-color: var(--thm-secnd);

}

/*Btn Style c*/

.btn-style-twelve{

	position:relative;

	font-size:16px;

	color:var(--thm-base);

    font-family: 'Barlow', sans-serif;

	padding: 10px 45px;

	text-transform: uppercase;

	font-weight: 600;

	border-radius: 50px;

	border:2px solid var(--thm-base);

	background-color: #ffffff;

}

.btn-style-twelve:hover{

	color: #ffffff;

	background-color: var(--thm-base);

}

/*=== List Style One ===*/

.list-style-one-updated{

	position: relative;

	display: block;

	margin-bottom: 30px;

}

.list-style-one-updated li{

	position: relative;

	font-size: 16px;

	color: #777777;

	font-weight: 400;

	padding-left: 35px;

	margin-bottom: 15px;

}

.list-style-one-updated li:before{

	position: absolute;

	left: 0;

	top: 0;

	font-size: 14px;

	line-height: 25px;

	color: var(--thm-base);

	font-weight: 400;

	font-family: 'FontAwesome';

    content: "\f101";

}

/*=== List Style Two ===*/

.list-style-two-updated{

	position: relative;

	display: block;

	margin-bottom: 30px;

}

.list-style-two-updated li{

	position: relative;

	font-size: 14px;

	line-height: 20px;

	color: var(--thm-secnd);

	font-weight: 500;

	padding-left: 35px;

	margin-bottom: 15px;

	font-family: "Rubik", sans-serif;

}

.list-style-two-updated li:before{

	position: absolute;

	left: 0;

	top: 0;

	font-size: 14px;

	line-height: 20px;

	color: var(--thm-base);

	font-weight: 400;

	font-family: 'FontAwesome';

    content: "\f061";

}

.theme_color{

	color:#25262c;

}

.pull-right{

	float: right;

}

.pull-left{

	float: left;

}

.theme_color{

	color:var(--thm-base);	

}

img{

	display:inline-block;

	max-width:100%;

	height:auto;	

}

.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(../images/icons/preloader.svg);}

/*** 

====================================================================

	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:pointer;

	background:#353535;

	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:var(--thm-base);

}

/*** 

====================================================================

	Main Header style

====================================================================

***/

.main-header{

	position:relative;

	left:0px;

	top:0px;

	z-index:999;

	width:100%;

	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*/

.sticky-header{

	position:fixed;

	opacity:0;

	visibility:hidden;

	left:0px;

	top:0px;

	width:100%;

	padding:0px 0px;

	z-index:0;

	border-bottom:1px solid #d9d9d9;

	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:12px 0px;	

}

.sticky-header .logo img{

	height:45px;

}

.fixed-header .sticky-header{

	z-index:999;

	opacity:1;

	visibility:visible;

	background-color:#ffffff;

	-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;	

}

.main-header .header-upper{

	position:relative;

	z-index:5;

	background-color:#ffffff;

	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 .logo-outer{

	position:relative;

	z-index:25;

	padding:21px 0px;

}

.main-header .logo-outer .logo img{

	position:relative;

	display:inline-block;

	max-width:100%;

	height:50px;

}

.main-header .header-upper .upper-right{

	position:relative;

	padding-top:25px;

}

.main-header .info-box{

	position:relative;

	float:left;

	min-height:56px;

	margin-left:55px;

	font-size:13px;

	color:#777777;

	padding:0px 0px 17px 54px;

}

.main-header .info-box:last-child{

	padding-left:0px;

	padding-top:0px;

}

.main-header .info-box .icon-box{

	position:absolute;

	left:0px;

	top:5px;

	color:var(--thm-base);

	font-size:32px;

	line-height:1em;

	text-align:center;

	-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:#777777;

	font-size:16px;

	margin-bottom:5px;

	font-weight:400;

	text-transform:capitalize;

}

.main-header .info-box strong{

	position:relative;

	font-weight:600;

	color:#333333;

	font-size:18px;

	font-family: 'Barlow', sans-serif;

}

.main-header .info-box .order-btn{

	position: relative;

    color: #333333;

    font-size: 16px;

    font-weight: 600;

	text-transform:uppercase;

	padding:8px 16px;

	background:var(--thm-base);

	border-radius:3px;

	font-family: 'Barlow', sans-serif;

}

.main-header .info-box .order-btn:hover{

	opacity:0.70;	

}

.main-header .header-lower{

	position:relative;

	top:0px;

	width:100%;

	z-index:5;

	background-color:#333333;

}

.main-header .nav-outer{

	position:relative;

}

.main-header .main-menu{

	position:relative;	

	float:left;

}

.main-header .main-menu .navbar-collapse{

	padding:0px;	

}

.main-header .main-menu .navigation{

	position:relative;

	margin:0px;

}

.main-header .main-menu .navigation > li{

	position:relative;

	float:left;

	margin-right:45px;

}

.main-header .main-menu .navigation > li:last-child{

	margin-right:0px;

}

.main-header .sticky-header .main-menu .navigation > li{

	margin:0px;

	border:0px;

}

.main-header .main-menu .navigation > li > a{

	position:relative;

	display:block;

	font-size:16px;

	font-family: 'Barlow', sans-serif;

	color:#ffffff;

	line-height:30px;

	font-weight:600;

	opacity:1;

	text-transform:uppercase;

	padding:15px 0px;

	padding-left:15px;

	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 .main-menu .navigation > li > a:before{

	position:absolute;

	content:'';

	left:0px;

	top:50%;

	width:2px;

	height:12px;

	margin-top:-5px;

	background-color:#4d4d4d;

	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 .main-menu .navigation > li:hover a::before,

.main-header .main-menu .navigation > li.current a:before{

	background-color:var(--thm-base);

}

.main-header .sticky-header .main-menu .navigation > li > a{

	color:#181818;

	padding:20px 20px !important;

	line-height:30px;

	font-size:16px;

	font-family: 'Barlow', sans-serif;

	font-weight:600;

	text-transform:uppercase;

	min-height:0px;

	background:none;

	border:0px;

	margin-right:0px;

}

.main-header .sticky-header .main-menu .navigation > li > a:before{

	display:none;

}

.main-header .main-menu .navigation > li:hover > a,

.main-header .main-menu .navigation > li.current > a,

.main-header .main-menu .navigation > li.current-menu-item > a{

	opacity:1;

	color:var(--thm-base);

}

.main-header .sticky-header .main-menu .navigation > li:hover > a,

.main-header .sticky-header .main-menu .navigation > li.current > a,

.main-header .sticky-header .main-menu .navigation > li.current-menu-item > a{

	background:var(--thm-base);

	color:#ffffff;

	opacity:1;

}

.main-header .main-menu .navigation > li:hover > a:after{

	opacity:1;

}

.main-header .main-menu .navigation > li > ul{

	position:absolute;

	left:0px;

	top:100%;

	width:250px;

	padding:0px 0px;

	z-index:100;

	display:none;

	background:#2b2b2b;

	border-top:2px solid var(--thm-base);

	transition:all 500ms ease;

	-moz-transition:all 500ms ease;

	-webkit-transition:all 500ms ease;

	-ms-transition:all 500ms ease;

	-o-transition:all 500ms ease;

	-webkit-box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);

	-ms-box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);

	-o-box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);

	-moz-box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);

	box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);

}

.main-header .main-menu .navigation > li > ul.from-right{

	left:auto;

	right:0px;	

}

.main-header .main-menu .navigation > li > ul > li{

	position:relative;

	width:100%;

	border-bottom:1px solid rgba(255,255,255,0.10);

}

.main-header .main-menu .navigation > li > ul > li:last-child{

	border-bottom:none;	

}

.main-header .main-menu .navigation > li > ul > li > a{

	position:relative;

	display:block;

	padding:10px 20px;

	line-height:24px;

	font-weight:600;

	font-size:16px;

	font-family: 'Barlow', sans-serif;

	color:#ffffff;

	text-align:left;

	text-transform:uppercase;

	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 .main-menu .navigation > li > ul > li:hover > a{

	color:#ffffff;

	background:var(--thm-base);

}

.main-header .main-menu .navigation > li > ul > li.dropdown > a:after{

	font-family: 'FontAwesome';

	content: "\f105";

	position:absolute;

	right:15px;

	top:11px;

	width:10px;

	height:20px;

	display:block;

	line-height:20px;

	font-size:16px;

	font-weight:normal;

	text-align:center;

	z-index:5;	

}

.main-header .main-menu .navigation > li > ul > li > ul{

	position:absolute;

	left:100%;

	top:0px;

	width:250px;

	padding:0px;

	z-index:100;

	display:none;

	background:#2b2b2b;

	border-top:2px solid var(--thm-base);

	-webkit-box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);

	-ms-box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);

	-o-box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);

	-moz-box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);

	box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);

}

.main-header .main-menu .navigation > li > ul > li > ul > li{

	position:relative;

	width:100%;

	border-bottom:1px solid rgba(255,255,255,0.10);

}

.main-header .main-menu .navigation > li > ul > li > ul > li:last-child{

	border-bottom:none;	

}

.main-header .main-menu .navigation > li > ul > li  > ul > li > a{

	position:relative;

	display:block;

	padding:10px 20px;

	line-height:24px;

	font-weight:600;

	font-family: 'Barlow', sans-serif;

	font-size:16px;

	color:#ffffff;

	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-header .main-menu .navigation > li > ul > li  > ul > li > a:hover{

	color:#ffffff;

	background:var(--thm-base);

}

.main-header .main-menu .navigation > li.dropdown:hover > ul{

	visibility:visible;

	opacity:1;

	top:100%;	

}

.main-header 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-header .main-menu .navbar-collapse > ul li.dropdown .dropdown-btn{

	position:absolute;

	right:10px;

	top:8px;

	width:34px;

	height:30px;

	border:1px solid #ffffff;

	text-align:center;

	font-size:16px;

	line-height:26px;

	color:#ffffff;

	cursor:pointer;

	z-index:5;

	display:none;

}

.main-header .outer-box{

	position:relative;

	z-index:12;

	float:right;

}

.header-style-two .outer-box{

	margin-left:45px;

	margin-top:18px;

}

.header-style-two .nav-outer .dropdown-outer{

	display:inline-block;

	margin-right:45px;

}

.header-style-two .nav-outer .dropdown-outer .search-box-btn{

	color:#333333;

}

.main-header.header-style-two .nav-outer .dropdown-outer .dropdown-menu{

	top:89px;

}

/*Search Box*/

.main-header .nav-outer .dropdown-outer{

	position:relative;

	font-size:14px;

	left:0px;

	top:0px;

	height:60px;

	line-height:60px;

	color:#ffffff;

}

.main-header .nav-outer .dropdown-outer .search-box-btn{

	position:relative;

	font-size:16px;

	right:0px;

	top:0px;

	line-height:20px;

	cursor:pointer;

	background:none;

}

.main-header .nav-outer .dropdown-outer .dropdown-menu{

	top:58px;

	padding:0px;

	width:270px;	

	border-radius:0px;

	border-top:2px solid var(--thm-base);

}

.main-header .search-panel .form-container{

	padding:20px 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%;

	color:#000000;

	line-height:24px;

	padding:9px 50px 9px 15px;

	height:44px;

	border:1px solid #e0e0e0;

	background:#ffffff;	

	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-panel input:focus,

.main-header .search-panel select:focus{

	border-color:var(--thm-base);	

}

.main-header .search-panel .search-btn{

	position:absolute;

	right:0px;

	top:0px;

	width:40px;

	height:40px;

	text-align:center;

	color:#2b2b2b;

	font-size:14px;

	background:none;

	cursor:pointer;

	line-height:44px;

}

/*Header Type One*/

.header-style-two,

.header-style-two .header-top{

	background-color:#333333 !important;

}

.header-style-two .header-top .top-left ul li{

	margin-right:30px !important;

}

.header-style-two .header-top .top-right .social-icon-two li a{

	color:#ffffff;

}

.header-style-two .logo-outer{

	padding:20px 0px;

}

.header-style-two .nav-outer{

	padding-left:0px;

	float:right;

	background:none !important;

}

.header-style-two .main-menu .navigation > li{

	padding:30px 0px 30px;

	margin-left:26px;

	margin-right:0px;

}

.header-style-two .nav-outer .main-menu .navigation > li > a{

	padding:0px 0px 0px 0px;

	color:#333333;

	font-size:16px;

	margin-right:0px;

	font-weight:600;

	text-transform:uppercase;

	font-family:'Barlow', sans-serif;

	border-bottom:1px solid transparent;

}

.header-style-two .main-menu .navigation > li > a:before{

	display:none;

}

.header-style-two .main-menu .navigation > li.dropdown a{

	

}

.header-style-two .main-menu .navigation > li.current > a,

.header-style-two .main-menu .navigation > li:hover > a{

	color:var(--thm-base);

	border-color:#333333;

}

.header-style-two .sticky-header .main-menu .navigation > li{

	padding:0px;

}

.header-style-two .header-top .donation-btn a{

	border-radius:0px;

	padding:12px 38px;

}

.header-style-two .header-top .inner-container{

	position:relative;

}

.header-style-two .header-upper{

	background:inherit;

}

.header-style-two .header-upper .inner-container{

	background-color:#ffffff;

	padding:0px 30px;

}

.main-header .header-top{

	position:relative;

	background-color:#444444;

}

.main-header .header-top .top-left{

	position:relative;

	float:left;

}

.main-header .header-top .top-left ul li{

	position:relative;

	margin-right:70px;

	font-size:14px;

	color:#ffffff;

	padding:12px 0px;

	font-weight:500;

	display:inline-block;

}

.main-header .header-top .top-left ul li:last-child{

	margin-right:0px;

}

.main-header .header-top .top-left ul li a{

	color:#ffffff;

	font-weight:500;

	-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 .header-top .top-left ul li .icon{

	margin-right:10px;

	color:var(--thm-base);

}

.main-header .header-top .top-left ul li a:hover{

	color:var(--thm-base);

}

.main-header .header-top .top-right{

	position:relative;

	float:right;

	padding:12px 0px;

}

/*Social Icon One*/

.social-icon-one{

	position:relative;

}

.social-icon-one li{

	position:relative;

	margin-left:12px;

	display:inline-block;

}

.social-icon-one li.share{

	color:#ffffff;

	margin-left:0px;

}

.social-icon-one li a{

	position:relative;

	font-size:16px;

	display:inline-block;

	color:rgba(255,255,255,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;	

}

.social-icon-one li a:hover{

	color:var(--thm-base);

}

/*Social Icon Two*/

.social-icon-two{

	position:relative;

}

.social-icon-two li.follow{

	position:relative;

	color:#333333;

	font-size:18px;

	margin-left:0px;

}

.social-icon-two li{

	position:relative;

	margin-left:15px;

	display:inline-block;

	font-weight:600;

	font-family: 'Roboto', sans-serif;

}

.social-icon-two li a{

	position:relative;

	font-size:16px;

	margin-bottom:10px;

	color:#777777;

	-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:var(--thm-base);

}

/*Social Icon Three*/

.social-icon-three{

	position:relative;

	text-align:center;

	padding:15px 14px 20px;

	background-color:#070607;

	display:inline-block;

	border-radius:0px 0px 50px 50px;

}

.social-icon-three li{

	position:relative;

	margin-bottom:12px;

}

.social-icon-three li:last-child{

	margin-bottom:0px;

}

.social-icon-three li a{

	position:relative;

	font-size:16px;

	color:#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;	

}

.social-icon-three li a:hover{

	color:var(--thm-base);

}

/*** 

====================================================================

	Section Title

====================================================================

***/

.sec-title{

	position:relative;

	margin-bottom:50px;

}

.sec-title h2{

    position: relative;

    color: #333333;

    font-size: 30px;

	line-height:1.2em;

    padding-bottom: 15px;

}

.sec-title .text{

	position:relative;

	color:#777777;

	font-size:16px;

	margin-top:22px;

}

.sec-title h2:before{

	position:absolute;

	content:'';

	left:0px;

	bottom:0px;

	width:270px;

	border-bottom:2px solid #e4e4e4;

}

.sec-title h2:after{

	position:absolute;

	content:'';

	left:0px;

	bottom:0px;

	width:70px;

	border-bottom:5px solid var(--thm-base);

}

.sec-title.light h2{

	color:#ffffff;

}

/*** 

====================================================================

	Main Slider One

====================================================================

***/

.main-slider{

	position:relative;

	z-index:10;

	overflow:hidden;

}

.main-slider .tp-caption{

	z-index:5;	

}

.main-slider h2{

	font-size:60px;

	color:#ffffff;

	font-weight:500;

	line-height:1.1em;

}

.main-slider h2 span{

	font-weight:600;

}

.main-slider .text{

	font-weight:400;

	line-height:1.6em;

	color:#ffffff;

	font-size:20px;

}

.main-slider .theme-btn{

	margin-right:25px;

}

.main-slider .tparrows.preview3,

.main-slider .tparrows.preview3{

	background:none !important;

	overflow:hidden;

	height:90px;

}

.main-slider.alternate .tparrows.preview3{

	margin-top:30px !important;

	height:50px;	

}

.main-slider .tparrows.preview3::after{

	top:0px;

	color:#101010;

	font-size:26px;

	padding:0px;

	background:rgba(255,255,255,0.70);

	font-weight:400;

	width:36px;

	height:90px;

	line-height:90px;

	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-slider .tparrows.tp-leftarrow.preview3::after{

	content: '\f104';

	font-family:'FontAwesome';

}

.main-slider .tparrows.tp-rightarrow.preview3::after{

	content: '\f105';

	font-family:'FontAwesome';

}

.main-slider .tparrows.preview3:hover::after{

	background:rgba(255,255,255,1);

}

.main-slider .tparrows.preview3.tp-leftarrow{

	left:0px !important;

}

.main-slider .tparrows.preview3.tp-rightarrow{

	right:-36px !important;

}

.main-slider .tparrows.preview3 .tp-arr-iwrapper{

	visibility:hidden;

	opacity:0;

	display:none;	

}

.main-slider .tp-bannertimer{

	display:none !important;	

}

/*** 

====================================================================

	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;	

}

/*** 

====================================================================

	Call To Action

====================================================================

***/

.call-to-action{

	position:relative;

	padding:50px 0px;

	background-size:cover;

	background-position:right center;

	background-repeat:no-repeat;

}

.call-to-action:before{

	position:absolute;

	content:'';

	left:0px;

	top:0px;

	width:100%;

	height:100%;

	display:block;

	background-color:rgba(255,255,255,0.50);

}

.call-to-action h2{

	position:relative;

	color:#333333;

	font-size:24px;

	margin-top:3px;

}

.call-to-action .btn-column{

	text-align:right;

}

/*** 

====================================================================

	Services Section

====================================================================

***/

.services-section{

	position:relative;

	padding:95px 0px 60px;

}

.services-block{

	position:relative;

	margin-bottom:70px;

}

.services-block .inner-box{

	position:relative;

	display:block;

}

.services-block .inner-box .image{

	position:relative;

}

.services-block .inner-box .image img{

	position:relative;

	width:100%;

	display:block;

}

.services-block .inner-box .image .overlay-box{

	position:absolute;

	left:0px;

	top:0px;

	width:100%;

	height:100%;

	opacity:0;

	display:block;

	padding:30px 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;

	background-color:rgba(51,51,51,0.90)

}

.services-block .inner-box:hover .image .overlay-box{

	opacity:1;

}

.services-block .inner-box .image .icon-box{

	position:absolute;

	left:0px;

	width:40px;

	height:40px;

	bottom:0px;

	color:#333333;

	font-size:18px;

	z-index:1;

	line-height:40px;

	text-align:center;

	background-color:var(--thm-base);

}

.services-block .inner-box .image .overlay-box .text{

	position:relative;

	color:#ffffff;

	font-size:16px;

	line-height:1.8em;

	margin-bottom:20px;

}

.services-block .inner-box .image .overlay-box .read-more{

	position:relative;

	float:right;

	font-size:16px;

	font-weight:600;

	text-transform:uppercase;

	font-family: 'Barlow', sans-serif;

}

.services-block .inner-box .image .overlay-box .read-more:hover{

	color:var(--thm-base);

}

.services-block .inner-box .lower-box{

	position:relative;

	padding:24px 0px;

	border-bottom:1px solid #e4e4e4;

}

.services-block .inner-box .lower-box h3{

	position:relative;

	color:#333333;

	font-size:20px;

	line-height:1.2em;

}

.services-block .inner-box .lower-box a{

	color:#333333;

	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;

}

.services-block .inner-box .lower-box a:hover{

	color:var(--thm-base);

}

/*** 

====================================================================

	About Section

====================================================================

***/

.about-section{

	position:relative;

	padding:100px 0px 60px;

}

.about-section .sec-title{

	margin-bottom:25px;

}

.about-section .content-column{

	position:relative;

	margin-bottom:40px;

}

.about-section .content-column .text{

	position:relative;

	color:#777777;

	font-size:16px;

	font-weight:400;

	line-height:1.8em;

	margin-bottom:30px;

}

.about-section .content-column .image{

	position:relative;

}

.about-section .content-column .image img{

	position:relative;

	width:100%;

	display:block;

}

.about-block{

	position:relative;

	margin-bottom:30px;

}

.about-block .inner-box{

	position:relative;

	display:block;

}

.about-block .inner-box .image{

	position:relative;

}

.about-block .inner-box .image img{

	position:relative;

	width:100%;

	display:block;

}

.about-block .inner-box .lower-box{

	position:relative;

	padding-top:42px;

}

.about-block .inner-box .lower-box h3{

	position:relative;

	font-size:24px;

	font-weight:700;

	line-height:1.2em;

	margin-bottom:15px;

}

.about-block .inner-box .lower-box h3 a{

	color:#333333;

	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;

}

.about-block .inner-box .lower-box h3 a:hover{

	color:var(--thm-base);

}

.about-block .inner-box .lower-box .text{

	position:relative;

	color:#777777;

	font-size:16px;

	line-height:1.8em;

}

/*** 

====================================================================

	Work Section

====================================================================

***/

.work-section{

	position:relative;

	padding:95px 0px 60px;

}

.process-block{

	position:relative;

	margin-bottom:40px;

}

.process-block .inner-box{

	position:relative;

	display:block;

	text-align:center;

}

.process-block .inner-box .upper-box{

	position:relative;

}

.process-block .inner-box .upper-box:after{

	position:absolute;

	content:'\f178';

	left:100%;

	top:50%;

	color:#e4e4e4;

	font-size:45px;

	margin-top:-10px;

	font-family: 'FontAwesome';

}

.process-block:last-child .inner-box .upper-box:after{

	display:none;

}

.process-block .inner-box .upper-box .icon-box .block-number{

	position:absolute;

	right:0px;

	top:0px;

	width:40px;

	height:40px;

	color:#777777;

	font-size:24px;

	text-align:center;

	border-radius:50%;

	font-weight:700;

	line-height:32px;

	background-color:#ffffff;

	border:2px solid #2d2d2d;

	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;

}

.process-block .inner-box:hover .upper-box .icon-box .block-number{

	background-color:#2d2d2d;

	color:#ffffff;

}

.process-block .inner-box .upper-box .icon-box{

	position:relative;

	width:160px;

	height:160px;

	margin:0 auto;

	color:var(--thm-base);

	font-size:60px;

	line-height:154px;

	border-radius:50%;

	margin-bottom:32px;

	border:2px solid #e4e4e4;

	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;

}

.process-block .inner-box:hover .upper-box .icon-box{

	color:#333333;

	border-color:var(--thm-base);

	background-color:var(--thm-base);

}

.process-block .inner-box .lower-box{

	position:relative;

}

.process-block .inner-box .lower-box h3{

	position:relative;

	font-size:20px;

	font-weight:700;

	color:#333333;

	margin-bottom:10px;

	text-transform:uppercase;

}

.process-block .inner-box .lower-box h3 a{

	position:relative;

	color:#333333;

	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;

}

.process-block .inner-box .lower-box h3 a:hover{

	color:var(--thm-base);

}

.process-block .inner-box .lower-box .text{

	position:relative;

	color:#777777;

	font-size:16px;

	line-height:1.8em;

	max-width:210px;

	margin:0 auto;

}

/*** 

====================================================================

	Project Section

====================================================================

***/

.project-section{

	position:relative;

	padding:100px 0px 100px;

	background-color:#2a2a33;

}

.project-section:before{

	position:absolute;

	content:'';

	left:0px;

	top:0px;

	width:100%;

	height:100%;

	display:block;

	background-color:rgba(51,51,51,0.95);

}

.project-tab{

	position:relative;	

}

.project-tab .sec-title{

	margin-bottom:70px;

}

.project-tab .project-carousel .owl-nav,

.project-tab .project-carousel .owl-dots{

	display:none;

}

.project-tab .tabs-header{

	position:relative;

}

.project-tab .product-tab-btns{

	position:relative;

	padding-top:20px;

}

.project-tab .product-tab-btns .p-tab-btn{

	position:relative;

	line-height:24px;

	padding:0px 0px;

	cursor:pointer;

	color:#ffffff;

	font-weight:300;

	font-size:16px;

	display:inline-block;

	margin-bottom:10px;

	margin-left:12px;

	padding-right:22px;

	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-tab .product-tab-btns .p-tab-btn:after{

	position:absolute;

	content:'/';

	right:0px;

	top:0px;

	color:#777777;

}

.project-tab .product-tab-btns .p-tab-btn:last-child{

	padding-right:0px;

}

.project-tab .product-tab-btns .p-tab-btn:last-child::after{

	display:none;

}

.project-tab .product-tab-btns .p-tab-btn:hover,

.project-tab .product-tab-btns .p-tab-btn.active-btn{

	color:var(--thm-base);

}

.project-tab .p-tabs-content{

	position:relative;

	display:block;	

}

.project-tab .p-tab{

	position:absolute;

	left:0px;

	top:0px;

	width:100%;

	height:auto;

	visibility:hidden;	

}

.project-tab .p-tab .gallery-item{

	-webkit-transform:scaleX(0.25);

	-ms-transform:scaleX(0.25);

	-o-transform:scaleX(0.25);

	-moz-transform:scaleX(0.25);

	transform:scaleX(0.25);	

}

.project-tab .p-tab.active-tab .gallery-item{

	-webkit-transform:scaleX(1);

	-ms-transform:scaleX(1);

	-o-transform:scaleX(1);

	-moz-transform:scaleX(1);

	transform:scaleX(1);

	transition:all 0.7s ease;

	-moz-transition:all 0.7s ease;

	-webkit-transition:all 0.7s ease;

	-ms-transition:all 0.7s ease;

	-o-transition:all 0.7s ease;	

}

.project-tab .p-tab.active-tab{

	position:relative;

	visibility:visible;

	z-index:5;

}

.gallery-item{

	position:relative;

	margin-bottom:30px;

}

.gallery-item .inner-box{

	position:relative;

	display:block;

}

.gallery-item .inner-box .image-box{

	position:relative;

}

.gallery-item .inner-box .image-box img{

	position:relative;

	width:100%;

	display:block;

}

.gallery-item .inner-box .image-box .overlay-box{

	position:absolute;

	left:0px;

	top:0px;

	width:100%;

	height:100%;

	display:block;

	opacity:0;

	padding:15px 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;

	background-color:rgba(var(--thm-base-rgb),0.90);

}

.gallery-item .inner-box:hover .image-box .overlay-box{

	opacity:1;

}

.gallery-item .inner-box .image-box .overlay-box .overlay-inner{

	position:relative;

	left:0px;

	top:0px;

	width:100%;

	height:100%;

	display:block;

}

.gallery-item .inner-box .image-box .overlay-box .overlay-inner .content{

	position:absolute;

	left:0px;

	bottom:0px;

}

.gallery-item .inner-box .image-box .overlay-box .overlay-inner .image-link{

	position:absolute;

	right:0px;

	top:0px;

	color:#333333;

	font-size:20px;

}

.gallery-item .inner-box .image-box .overlay-box .overlay-inner .content h3{

	position:relative;

	font-size:20px;

}

.gallery-item .inner-box .image-box .overlay-box .overlay-inner .content h3 a{

	color:#333333;

}

.gallery-item .inner-box .image-box .overlay-box .overlay-inner .category{

	position:relative;

	color:#555555;

	font-size:16px;

	margin-top:5px;

}

/*** 

====================================================================

	Subscribe Section

====================================================================

***/

.subscribe-section{

	position:relative;

	padding:50px 0px;

	overflow:hidden;

}

.subscribe-section:before{

	position:absolute;

	content:'';

	left:0px;

	top:0px;

	width:50%;

	height:100%;

	display:block;

	background-color:#333333;

}

.subscribe-section:after{

	position: absolute;

    content: '';

    left: 50%;

    top: 0px;

    width: 70%;

    height: 100%;

    display: block;

    margin-left: -200px;

    background: url(../images/background/3.jpg) repeat-x;

}

.subscribe-section .title-column:after{

    position: absolute;

    right: 40px;

    top: -50px;

    height: 100%;

    content: '';

    z-index: 1;

    border-top: 165px solid #333333;

    border-right: 130px solid transparent;

    border-left: 75px solid #333333;

}

.subscribe-section h2{

	position:relative;

	color:#ffffff;

	font-size:30px;

	font-weight:700;

	line-height:1.2em;

	text-transform:uppercase;

}

.subscribe-section .text{

	position:relative;

	color:#ffffff;

	z-index:9;

}

.subscribe-form .form-group{

	position:relative;

	display:block;

	margin:0px;

	width:100%;

	z-index:1;

	margin-top:8px;

}

.subscribe-form .form-group input[type="text"],

.subscribe-form .form-group input[type="tel"],

.subscribe-form .form-group input[type="email"],

.subscribe-form .form-group textarea{

	position:relative;

	display:block;

	width:100%;

	line-height:28px;

	height:50px;

	font-size:14px;

	color:#777777;

	padding:10px 50px 10px 20px;

	background:#ffffff;

	border:1px solid #777777;

	-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-radius:5px 5px;

}

.subscribe-form .form-group input[type="submit"],

.subscribe-form button{

	position:absolute;

	right:0px;

	top:0px;

	height:50px;

	line-height:40px;

	color:#ffffff;

	font-size:16px;

	text-align:center;

	font-weight:700;

	padding:0px 28px;

	border-radius:0px 5px 5px 0px;

	background:#333333;

}

/*** 

====================================================================

	Contact Info Section

====================================================================

***/

.contact-info-section{

	position:relative;

	padding:70px 0px 40px;

}

.info-block{

	position:relative;

	margin-bottom:30px;

}

.info-block .inner{

	position:relative;

	padding-left:65px;

	padding-right:40px;

}

.info-block .inner .icon-box{

	position:absolute;

	left:0px;

	top:2px;

	color:var(--thm-base);

	font-size:44px;

	line-height:1em;

}

.info-block .inner .text{

	position:relative;

	font-size:16px;

	color:#777777;

	line-height:1.6em;

}

.info-block .inner .text span{

	display:block;

	color:#333333;

	font-size:20px;

	font-weight:700;

}

/*** 

====================================================================

	Contact map Section

====================================================================

***/

.contact-map-section{

	position:relative;

	overflow:hidden;

}

.contact-map-section .map-canvas{

	position:absolute;

	left:0px;

	top:0px;

	width:100%;

	height:100%;

	display:block;

}

.contact-map-section .form-outer{

	position:relative;

	max-width:470px;

	float:right;

	width:100%;

	background-color:#ffffff;

	-webkit-box-shadow: 0px 0px 18px 0px rgba(204,204,204,1);

	-moz-box-shadow: 0px 0px 18px 0px rgba(204,204,204,1);

	box-shadow: 0px 0px 18px 0px rgba(204,204,204,1);

}

.contact-map-section .form-outer .inner-box{

	position:relative;

	display:block;

	padding:50px 40px 30px;

}

.contact-map-section .form-outer .inner-box h2{

	position:relative;

	color:#333333;

	line-height:1.2em;

	font-weight:700;

}

.contact-map-section .form-outer .inner-box .text{

	position:relative;

	color:#777777;

	font-size:16px;

	margin-bottom:25px;

}

/*Default Form*/

.default-form .form-group{

    margin-bottom: 20px;

}

.default-form input[type="text"],

.default-form input[type="email"],

.default-form input[type="password"],

.default-form select,

.default-form textarea{

	display:block;

	width:100%;

	height:40px;

	font-size:14px;

	color:#848484;

	line-height:16px;

	padding:10px 18px;

	font-weight:400;

	background:#ffffff;

	border:1px solid #cccccc;

	transition:all 500ms ease;

	-webkit-transition:all 500ms ease;

	-ms-transition:all 500ms ease;

	-o-transition:all 500ms ease;	

	font-family: 'Roboto', sans-serif;

}

.default-form input:focus,

.default-form select:focus,

.default-form textarea:focus{

	border-color:var(--thm-base);

}

.default-form textarea{

	height:190px;

	resize:none;

	padding:15px 18px;

}

.default-form button,

.default-form input[type="submit"]{

	margin-top:10px;

	border-radius:0px;

	font-weight:600;

	font-size:16px;

	padding:6px 19px;

}

/*** 

====================================================================

	Main Footer Section

====================================================================

***/

.main-footer{

	position:relative;

	background-repeat:repeat;

}

.main-footer:before{

	position:absolute;

	content:'';

	left:0px;

	top:0px;

	width:100%;

	height:100%;

	display:block;

	background-color:rgba(255,255,255,0.50);

}

.main-footer.style-two{

	background-repeat:no-repeat;

	background-size:cover;

}

.main-footer .widgets-section{

	position:relative;

	padding:90px 0px 50px;

}

.main-footer .footer-column{

	position:relative;

	margin-bottom:30px;

}

.main-footer .logo-widget .logo{

	position:relative;

	margin-top:-10px;

	margin-bottom:20px;

}

.main-footer .logo-widget .text{

	position:relative;

	color:#777777;

	font-size:16px;

	line-height:1.8em;

}

.main-footer h2{

	position:relative;

	color:#333333;

	font-size:20px;

	margin-bottom:20px;

}

.main-footer .links-widget{

	position:relative;

}

.main-footer .links-widget .social-icon-two,

.main-footer .logo-widget .social-icon-two{

	position:relative;

	margin-top:20px;

}

.lisks{

	position:relative;

}

.lisks li{

	position:relative;

	margin-bottom:6px;

}

.lisks li a{

	position:relative;

	color:#777777;

	font-size:16px;

	padding-left:25px;

	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;

}

.lisks li a:before{

	position:absolute;

	content:'\f0da';

	left:0px;

	top:2px;

	color:var(--thm-base);

	font-size:16px;

	line-height:1em;

	font-family: 'FontAwesome';

}

.lisks.style-two li a:before{

	content:'\f101';

}

/*News Widget*/

.news-widget .post{

	position:relative;

	padding-left:70px;

	min-height:86px;

	margin-bottom:24px;

	border-bottom:1px solid #cccccc;

}

.news-widget .post .post-thumb{

	position:absolute;

	left:0px;

	top:0px;

	width:50px;

	height:50px;

	overflow:hidden;

}

.style-two .news-widget .post .post-thumb{

	top:6px;

}

.news-widget .post .text{

	position:relative;

	line-height:1.4em;

	font-family: 'Barlow', sans-serif;

	text-transform:uppercase;

	font-weight:700;

}

.news-widget .post .text a{

	position:relative;

	color:#333333;

	font-size:16px;

	font-weight:600;

	line-height:1.1em;

	transition:all 500ms ease;

	-moz-transition:all 500ms ease;

	-webkit-transition:all 500ms ease;

	-ms-transition:all 500ms ease;

	-o-transition:all 500ms ease;

}

.news-widget .post .text a:hover{

	color:var(--thm-base);

}

.news-widget .post .post-info{

	position:relative;

	color:#777777;

	font-size:14px;

	line-height:1em;

	margin-top:8px;

}

.news-widget .post:last-child{

	border:0px;

	margin-bottom:0px;

	min-height:auto;

}

.main-footer .footer-bottom{

	position:relative;

	padding:18px 0px;

	background-color:#333333;

}

.main-footer .footer-bottom .copyright{

	position:relative;

	color:#ffffff;

	text-align:center;

}

.main-footer.style-two:before{

	background-color:rgba(0,0,0,0.50);

}

.main-footer.style-two .social-icon-two li a,

.main-footer.style-two .social-icon-two li.follow,

.main-footer.style-two .lisks li a,

.main-footer.style-two .logo-widget .text{

	color:#ffffff;

}

.main-footer.style-two .news-widget .post .text a{

	color:#ffffff;

	font-weight: 700;

	font-family: 'Barlow', sans-serif;

}

.main-footer.style-two h2,

.main-footer.style-two .news-widget .post .post-info{

	color:var(--thm-base);

}

.services-block-two{

	position:relative;

	margin-bottom:40px;

}

.services-block-two .inner-box{

	position:relative;

	display:block;

}

.services-block-two .inner-box .image{

	position:relative;

}

.services-block-two .inner-box .image img{

	position:relative;

	width:100%;

}

.services-block-two .inner-box .lower-content{

	position:relative;

	padding-top:30px;

}

.services-block-two .inner-box .lower-content h3{

	position:relative;

	font-size:20px;

	font-weight:700;

	margin-bottom:10px;

}

.services-block-two .inner-box .lower-content h3 a{

	color:#333333;

	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;

}

.services-block-two .inner-box .lower-content h3 a:hover{

	color:var(--thm-base);

}

.services-block-two .inner-box .lower-content .text{

	position:relative;

	color:#777777;

	font-size:16px;

	font-weight:400;

	margin-bottom:10px;

}

.services-block-two .inner-box .lower-content .read-more{

	position:relative;

	color:var(--thm-base);

	font-size:16px;

	font-weight:600;

	font-family:'Barlow', sans-serif;

}

.services-block-three{

	position:relative;

	margin-bottom:30px;

}

.services-block-three .inner-box{

	position:relative;

	display:block;

	padding-left:130px;

	min-height:86px;

}

.services-block-three .inner-box .image{

	position:absolute;

	width:110px;

	left:0px;

	top:0px;

}

.services-block-three .inner-box .image img{

	width:100%;

	display:block;

}

.services-block-three .inner-box .image .overlay-box{

	position:absolute;

	content:'';

	left:0px;

	top:0px;

	width:100%;

	height:100%;

	display:block;

	color:#333333;

	font-size:18px;

	opacity:0;

	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(var(--thm-base-rgb),0.70);

}

.services-block-three .inner-box .image .overlay-box .icon{

	position:relative;

	top:50%;

	margin-top:-12px;

	display:block;

}

.services-block-three .inner-box:hover .image .overlay-box{

	opacity:1;

}

.services-block-three .inner-box h3{

	position:relative;

	font-size:20px;

	font-weight:700;

	line-height:1.2em;

	margin-bottom:10px;

}

.services-block-three .inner-box h3 a{

	color:#333333;

	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;

}

.services-block-three .inner-box .text{

	position:relative;

	color:#777777;

	font-size:15px;

}

.services-block-three .inner-box:hover h3 a{

	color:var(--thm-base);

}

/*** 

====================================================================

	Call To Action Section

====================================================================

***/

.call-to-action-two{

	position:relative;

	padding:115px 0px;

	background-attachment:fixed;

	background-repeat:no-repeat;

	background-size:cover;

	background-position:center center;

}

.call-to-action-two:before{

	position:absolute;

	content:'';

	left:0px;

	top:0px;

	width:100%;

	height:100%;

	display:block;

	background-color:rgba(0,0,0,0.50);

}

.call-to-action-two .text{

	position:relative;

	font-size:36px;

	color:#ffffff;

	line-height:1.4em;

	font-weight:700;

	text-align:center;

	font-family: 'Barlow', sans-serif;

}

.call-to-action-two span{

	font-weight:700;

	font-family: 'Barlow', sans-serif;

}

/*** 

====================================================================

	Project Section Two

====================================================================

***/

.project-section-two{

	position:relative;

	padding:100px 0px;

}

.project-section-two .owl-dots{

	display:none;

}

.project-section-two .owl-nav{

	position:absolute;

	top:-80px;

	width:1200px;

	left:50%;

	text-align:right;

	margin-left:-600px;

}

.project-section-two .owl-nav .owl-prev,

.project-section-two .owl-nav .owl-next{

	position:relative;

	margin-left:18px;

	color:#333333;

	font-size:30px;

	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;

}

.project-section-two .owl-nav .owl-prev:hover,

.project-section-two .owl-nav .owl-next:hover{

	color:var(--thm-base);

}

/*Gallery Item Two*/

.gallery-item-two{

	position:relative;

}

.gallery-item-two .inner-box{

	position:relative;

	overflow:hidden;

	display:block;

}

.gallery-item-two .inner-box .image{

	position:relative;

}

.gallery-item-two .inner-box .image img{

	position:relative;

	width:100%;

	display:block;

}

.gallery-item-two .inner-box .image .caption-box{

	position:absolute;

	left:0px;

	bottom:-100px;

	width:100%;

	padding:15px 18px;

	background-color:#333333;

	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;

}

.gallery-item-two .inner-box:hover .image .caption-box{

	bottom:0px;

}

.gallery-item-two .inner-box .image .caption-box h3{

	position:relative;

	font-size:20px;

}

.gallery-item-two .inner-box .image .caption-box h3 a{

	position:relative;

	color:#ffffff;

}

.gallery-item-two .inner-box .image .caption-box .category{

	position:relative;

	font-size:16px;

	color:var(--thm-base);

	line-height:1.4em;

	margin-top:10px;

}

/*** 

====================================================================

	Fluid Section One

====================================================================

***/

.fluid-section-one{

	position:relative;

}

.fluid-section-one .outer-container{

	position:relative;

	min-height:250px;

	background-color:#f8f8f8;

}

.fluid-section-one .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;	

}

.fluid-section-one .image-column .image-box{

	position:relative;

	display:none;	

}

.fluid-section-one .image-column .image-box img{

	position:relative;

	display:block;

	width:100%;

}

.fluid-section-one .content-column{

	position:relative;

	float:right;

	width:50%;

}

.fluid-section-one .content-column .inner-box{

	position:relative;

	max-width:570px;

	padding:85px 15px 70px 60px;

}

.fluid-section-one .content-column .inner-box .sec-title{

	margin-bottom:30px;

}

.fluid-section-one .content-column .inner-box .text{

	position:relative;

	margin-bottom:35px;

}

.fluid-section-one .content-column .inner-box .text p{

	position:relative;

	color:#777777;

	font-size:16px;

	line-height:1.7em;

	margin-bottom:20px;

}

.fluid-section-one .content-column .inner-box .text p:last-child{

	margin-bottom:0px;

}

.fluid-section-one .content-column .inner-box .choose-info{

	position:relative;

}

.fluid-section-one .content-column .inner-box .choose-info li{

	position:relative;

	font-size:15px;

	font-weight:700;

	color:#333333;

	padding-left:58px;

	line-height:1.4em;

	margin-right:30px;

	margin-bottom:20px;

	display:inline-block;

	text-transform:uppercase;

}

.fluid-section-one .content-column .inner-box .choose-info li:last-child{

	margin-right:0px;

}

.fluid-section-one .content-column .inner-box .choose-info li:nth-child(2) .icon{

	color:#333333;

}

.fluid-section-one .content-column .inner-box .choose-info li .icon{

	position:absolute;

	left:0px;

	top:0px;

	color:var(--thm-base);

	line-height:1em;

	font-size:45px;

	font-weight:400;

}

/*** 

====================================================================

	Default Section

====================================================================

***/

.default-section{

	position:relative;

	padding:95px 0px 60px;

}

.default-section .testimonial-column{

	position:relative;

	margin-bottom:40px;

}

.default-section .testimonial-column .owl-nav{

	display:none;

}

.default-section .testimonial-column .owl-dots{

	position:absolute;

	right:0px;

	bottom:0px;

}

.default-section .testimonial-column .owl-dots .owl-dot{

	position:relative;

	width:50px;

	height:4px;

	margin-left:12px;

	display:inline-block;

	background-color:#777777;

	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;

}

.default-section .testimonial-column .owl-dots .owl-dot.active,

.default-section .testimonial-column .owl-dots .owl-dot:hover{

	background-color:var(--thm-base);

}

.testimonial-block{

	position:relative;

}

.testimonial-block .inner-box{

	position:relative;

	display:block;

}

.testimonial-block .inner-box .upper-box{

	position:relative;

	border-radius:4px;

	padding:30px 26px;

	border:2px solid #d7d7d7;

}

.testimonial-block .inner-box .upper-box:after{

	position:absolute;

	content:'';

	left:60px;

	bottom:-43px;

	width:50px;

	height:46px;

	background:url(../images/icons/curve.jpg) no-repeat;

}

.testimonial-block .inner-box .upper-box .text{

	position:relative;

}

.testimonial-block .inner-box .upper-box .quote-icon{

	position:absolute;

	width:55px;

	height:55px;

	right:42px;

	color:#dedede;

	bottom:-28px;

	font-size:26px;

	line-height:55px;

	text-align:center;

	border-radius:50%;

	background-color:#ffffff;

	border:2px solid var(--thm-base);

}

.testimonial-block .inner-box .lower-box{

	position:relative;

	margin-top:70px;

}

.testimonial-block .inner-box .lower-box .inner{

	position:relative;

	padding-left:142px;

	padding-top:18px;

	min-height:100px;

}

.testimonial-block .inner-box .lower-box .inner .image{

	position:absolute;

	left:0px;

	top:0px;

	width:100px;

	height:100px;

	overflow:hidden;

	border-radius:50%;

}

.testimonial-block .inner-box .lower-box .inner h3{

	position:relative;

	color:#333333;

	font-size:20px;

	font-weight:700;

}

.testimonial-block .inner-box .lower-box .inner .designation{

	position:relative;

	color:#777777;

	font-size:16px;

}

.default-section .facts-column{

	position:relative;

}

.default-section .facts-column .inner-column{

	position:relative;

	padding-left:70px;

}

.default-section .facts-column .sec-title{

	margin-bottom:40px;

}

.default-section .facts-column .text{

	position:relative;

	color:#777777;

	font-size:16px;

	margin-bottom:35px;

}

/*Fact Counter*/

.fact-counter{

	position:relative;

}

.fact-counter:before{

	position:absolute;

	content:'';

	left:50%;

	top:0px;

	width:2px;

	height:100%;

	margin-left:-20px;

	background-color:#e4e4e4;

}

.fact-counter:after{

	position:absolute;

	content:'';

	left:0px;

	top:50%;

	width:100%;

	height:2px;

	background-color:#e4e4e4;

}

.fact-counter .column{

	position:relative;

	z-index:5;

	margin-bottom:30px;

	padding-top:30px;

}

.fact-counter .column .inner{

	position:relative;

	top:0;

	padding:0px 0px 0px 30px;

	transition:all 500ms ease;

	-moz-transition:all 500ms ease;

	-webkit-transition:all 500ms ease;

	-ms-transition:all 500ms ease;

	-o-transition:all 500ms ease;

}

.fact-counter .count-outer{

	position:relative;

	line-height: 1em;

	margin:0px 0px;

}

.fact-counter .count-outer .icon{

	position:relative;

	color:#333333;

	display:block;

	font-size:36px;

	margin-bottom:28px;

}

.fact-counter .count-outer .plus-icon{

	position:relative;

	font-weight:700;

	color:#333333;

	font-size:20px;

	font-family: 'Barlow', sans-serif;

}

.fact-counter .count-outer .count-text{

	position:relative;

	font-weight:700;

	color:#333333;

	font-size:20px;

	font-family: 'Barlow', sans-serif;

}

.fact-counter .column .counter-title{

	position:relative;

	font-size:20px;

	padding-bottom:15px;

	margin-bottom:18px;

	display:inline-block;

}

.fact-counter .column .counter-title:after{

	position:absolute;

	content:'';

	left:0px;

	bottom:0px;

	width:64px;

	height:2px;

	background-color:var(--thm-base);

}

/*** 

====================================================================

	Team Section

====================================================================

***/

.team-section{

	position:relative;

	padding:90px 0px 60px;

	background-attachment:fixed;

	background-position:center center;

	background-repeat:no-repeat;

	background-size:cover;

}

.team-section:before{

	position:absolute;

	content:'';

	left:0px;

	top:0px;

	width:100%;

	height:100%;

	display:block;

	background-color:rgba(51,51,51,0.50);

}

.team-block{

	position:relative;

	margin-bottom:40px;

}

.team-block .inner-box{

	position:relative;

	overflow:hidden;

	display:block;

	border:2px solid #777777;

}

.team-block .inner-box .social-icon-three{

	position:absolute;

	left:30px;

	z-index:1;

	top:-100%;

	transition:all 0.6s ease;

	-moz-transition:all 0.6s ease;

	-webkit-transition:all 0.6s ease;

	-ms-transition:all 0.6s ease;

	-o-transition:all 0.6s ease;

}

.team-block .inner-box:hover .social-icon-three{

	top:0%;

}

.team-block .inner-box .image{

	position:relative;

}

.team-block .inner-box .image img{

	position:relative;

	width:100%;

	display:block;

	height:auto;

}

.team-block .inner-box .lower-box{

	position:relative;

	padding:14px 18px;

	background-color:#303032;

}

.team-block .inner-box .lower-box h3{

	position:relative;

	color:#e3e4e6;

	font-size:20px;

	line-height:1.4em;

}

.team-block .inner-box .lower-box h3 a{

	color:var(--thm-base);

	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 .lower-box h3 a:hover{

	color:#e3e4e6;

}

.team-block .inner-box .lower-box .designation{

	position:relative;

	color:#f4f9f9;

	font-size:16px;

}

/*** 

====================================================================

	News Block Section

====================================================================

***/

.news-section{

	position:relative;

	padding:100px 0px 60px;

}

.news-block{

	position:relative;

	margin-bottom:50px;

}

.news-block .inner-box{

	position:relative;

	display:block;

}

.news-block .inner-box .image{

	position:relative;

	text-align:center;

}

.news-block .inner-box .image img{

	position:relative;

	display:inline-block;

	vertical-align:bottom;

	height:auto;

}

.news-block .inner-box .image .overlay-box{

	position: absolute;

    content: '';

    left: 0px;

    top: 0px;

    width: 100%;

    height: 100%;

    display: block;

    color: var(--thm-base);

    font-size: 26px;

    opacity: 0;

    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(51,51,51,0.60);

}

.news-block .inner-box .image .overlay-box .fa{

	position:relative;

	top:50%;

	margin-top:-8px;

	display:block;

}

.news-block .inner-box:hover .image .overlay-box{

	opacity:1;

}

.news-block .inner-box .lower-box{

	position:relative;

}

.news-block .inner-box .lower-box .post-meta{

	position:relative;

	margin-bottom:15px;

}

.news-block .inner-box .lower-box .post-meta li{

	position:relative;

	color:#777777;

	font-size:14px;

	line-height:1.2em;

	padding-left:24px;

	display:inline-block;

	margin-right:20px;

}

.news-block .inner-box .lower-box .post-meta li a{

	color:#777777;

	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 .lower-box .post-meta li a:hover{

	color:var(--thm-base);

}

.news-block .inner-box .lower-box .post-meta li:last-child{

	margin-right:0px;

}

.news-block .inner-box .lower-box .post-meta li .icon{

	position:absolute;

	left:0px;

	top:0px;

	color:var(--thm-base);

	line-height:1em;

}

.news-block .inner-box .lower-box h3{

	position:relative;

	font-size:20px;

	font-weight:700;

	line-height:1.2em;

}

.news-block .inner-box .lower-box h3 a{

	position:relative;

	color:#333333;

	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 .lower-box h3 a:hover{

	color:var(--thm-base);

}

.news-block.style-two .inner-box .lower-box h3{

	font-size:30px;

	font-weight:700;

	margin-bottom:15px;

}

.news-block.style-two .inner-box .lower-box .text{

	position:relative;

}

/*** 

====================================================================

	Clients Section

====================================================================

***/

.clients-section{

	position:relative;

	padding:50px 0px 50px;

	background-color:#f5f5f5;

}

.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;

	-webkit-filter: grayscale(100%);

	-o-filter: grayscale(100%);

	-ms-filter: grayscale(100%);

    filter: grayscale(100%);

	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{

	-webkit-filter: grayscale(0%);

	-o-filter: grayscale(0%);

	-ms-filter: grayscale(0%);

    filter: grayscale(0%);

}

/*** 

====================================================================

	Page Title Style

====================================================================

***/

.page-title{

	position:relative;

	padding:90px 0px 130px 0px;

	background-size:cover;

	background-attachment:fixed;

	background-position:center center;

	background-repeat:no-repeat;

	text-align:center;

}

.page-title:before{

	content:'';

	left:0px;

	top:0px;

	width:100%;

	height:100%;

	position:absolute;

	background:rgba(39,39,39,0.65);

}

.page-title .auto-container{

	position:relative;

	z-index:1;

}	

.page-title h1{

	position:relative;

	font-size:32px;

	font-weight:700;

	color:#ffffff;

	line-height:1.2em;

	letter-spacing:1px;

	text-transform:capitalize;

}

.page-title .text{

	position:relative;

	color:#ffffff;

	font-size:14px;

}

.page-info{

	position:absolute;

	left:0px;

	bottom:0px;

	width:100%;

	display:block;

	padding:15px 0px;

	color:#272727;

	border-top:1px solid #666666;

}

.page-info h2{

	font-size:16px;

	color:#272727;

	line-height:24px;

	font-weight:700;	

}

.page-info .bread-crumb{

	position:relative;

	font-size:15px;

}

.page-info .bread-crumb li{

	position:relative;

	display:inline-block;

	font-size:16px;

	margin-right:15px;

	color:var(--thm-base);

	font-weight:700;

	line-height:24px;

	padding-right:15px;

}

.page-info .bread-crumb li:last-child{

	margin-right:0px;

	padding-right:0px;

}

.page-info .bread-crumb li:after{

	content:'\f101';

	font-family: 'FontAwesome';

	position:absolute;

	right:0px;

	width:10px;

	line-height:26px;

	font-size:14px;

	color:var(--thm-base);

}

.page-info .bread-crumb li:last-child:after{

	display:none;	

}

.page-info .bread-crumb li a{

	color:#ffffff;

	font-weight:400;

	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;

}

.page-info .bread-crumb li a:hover{

	color:var(--thm-base);	

}

/*** 

====================================================================

	About Section Two

====================================================================

***/

.about-section-two{

	position:relative;

	padding:95px 0px 50px;

}

.about-section-two .sec-title{

	margin-bottom:30px;

}

.about-section-two .content-column{

	position:relative;

	margin-bottom:40px;

}

.about-section-two .content-column .text{

	position:relative;

	margin-bottom:35px;

}

.about-section-two .content-column .text p{

	position:relative;

	color:#777777;

	font-size:16px;

	line-height:1.6em;

	margin-bottom:20px;

}

.about-section-two .content-column .text p:last-child{

	margin-bottom:0px;

}

.about-section-two .image-column{

	position:relative;

	margin-bottom:40px;

}

.about-section-two .image-column .image{

	position:relative;

}

.about-section-two .image-column .image img{

	position:relative;

	width:100%;

	display:block;

}

.about-block-two{

	position:relative;

	margin-bottom:20px;

}

.about-block-two .inner-box{

	position:relative;

	display:block;

}

.about-block-two .inner-box .image-column{

	position:relative;

}

.about-block-two .inner-box .image-column .image{

	position:relative;

}

.about-block-two .inner-box .image-column .image img{

	position:relative;

	width:100%;

	display:block;

}

.about-block-two .inner-box .content-column{

	position:relative;

}

.about-block-two .inner-box .content-column h3{

	position:relative;

	font-size:24px;

	font-weight:700;

	line-height:1.2em;

	margin-bottom:10px;

	margin-top:4px;

}

.about-block-two .inner-box .content-column h3 a{

	position:relative;

	color:#333333;

	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;

}

.about-block-two .inner-box .content-column h3 a:hover{

	color:var(--thm-base);

}

.about-block-two .inner-box .content-column .text{

	position:relative;

	color:#777777;

	font-size:16px;

	line-height:1.7em;

	margin-bottom:0px;

}

.services-page-section{

	padding:100px 0px;

}

.services-page-section .styled-pagination{

	margin-top:30px;

}

.styled-pagination{

	position:relative;

}

.styled-pagination .inner-container{

	position:relative;

	padding:0px 15px;

	text-align:center;

	height:52px;

	border:1px solid #bbbbbb;

}

.styled-pagination .inner-container .prev-post,

.styled-pagination .inner-container .next-post{

	position:relative;

	color:#333333;

	font-size:16px;

	font-weight:700;

	padding:0px;

	display:inline-block;

}

.styled-pagination .inner-container .prev-post a, 

.styled-pagination .inner-container .next-post a,

.styled-pagination .inner-container .icon-holder a{

    position: relative;

    color: #333333;

    font-size: 16px;

    font-weight: 700;

    padding: 0px;

    display: inline-block;

	line-height:51px;

}

.styled-pagination .inner-container ul{

	position:relative;

	text-align:center;

	display:inline-block;

}

.styled-pagination .inner-container ul li{

	position:relative;

	float:left;

}

.styled-pagination .inner-container ul li a,

.styled-pagination .inner-container ul li > span{

	position:relative;

	color:#333333;

	font-size:16px;

	display:block;

	border-left:1px solid #bbbbbb;

	height:51px;

	width:51px;

	line-height:51px;

	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;

}

.styled-pagination .inner-container ul li:last-child{

	border-right:1px solid #bbbbbb;

}

.styled-pagination .inner-container ul li a:hover,

.styled-pagination .inner-container ul li.active a,

.styled-pagination .inner-container ul li > span{

	background-color:var(--thm-base);

}

/*** 

====================================================================

	Sidebar Page Container

====================================================================

***/

.sidebar-page-container{

	position:relative;

	padding:100px 0px 60px;

}

.sidebar-page-container .content-side,

.sidebar-page-container .sidebar-side{

	margin-bottom:40px;

}

.sidebar-widget{

    position: relative;

    margin-bottom: 40px;

}

/*Blog Category*/

.blog-cat{

	position:relative;

	border:1px solid #e1e1e1;

}

.blog-cat li{

	position:relative;

	display: block;

    border-bottom: 0px !important;

    margin-bottom: 0px !important;

}

.blog-cat li:after{

	position:absolute;

	content:'';

	left:0px;

	bottom:0px;

	width:100%;

	border-bottom:4px solid transparent;

}

.blog-cat li a{

	position:relative;

	color:#333333;

	font-size:15px;

	font-weight:700;

	padding:14px 15px 14px 38px !important;

	display:block !important;

	width:100% !important;

	border-bottom:1px solid #e1e1e1;

	background-color:#f6f6f6;

	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;

}

.blog-cat li a:after{

	display:none;	

}

.blog-cat li a:before{

	position:absolute;

	content:'\f105';

	left:22px;

	top:12px;

	color:#bbbbbb;

	font-family: 'FontAwesome';

}

.blog-cat li:hover::after,

.blog-cat li.active::after{

	border-bottom:3px solid var(--thm-base);

}

.blog-cat li a:hover::before,

.blog-cat li.active a::before{

	color:var(--thm-base);

}

.blog-cat li.active a,

.blog-cat li a:hover{

	color:#ffffff;

	background-color:#333333;

}

/*Brochure Box*/

.brochure-box{

	position:relative;

	margin-bottom:20px;

	padding:15px 15px 15px 30px;

	border:2px solid #cccccc;

	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;

}

.brochure-box .inner{

	position:relative;

	padding-left:30px;

}

.brochure-box .overlay-link{

	position:absolute;

	left:0px;

	top:0px;

	width:100%;

	height:100%;

	display:block;

}

.brochure-box .inner .icon{

	position:absolute;

	left:0px;

	top:0px;

	color:#333333;

	font-size:16px;

	font-weight:300;

}

.brochure-box .inner .text{

	position:relative;

	font-size:16px;

	font-weight:700;

	color:#333333;

	font-family: 'Roboto', sans-serif;

}

.brochure-box:hover{

	border-color:var(--thm-base);

	background-color:var(--thm-base);

}

/*Help Box*/

.help-box{

	position:relative;

	background-size:cover;

}

.help-box:before{

	position:absolute;

	content:'';

	left:0px;

	top:0px;

	width:100%;

	height:100%;

	display:block;

	background-color:rgba(0,0,0,0.30);

}

.help-box .inner{

	position:relative;

	padding:35px 22px;

}

.help-box .inner h2{

	position:relative;

	color:#ffffff;

	font-size:24px;

	font-weight:600;

	line-height:1.3em;

	margin-bottom:25px;

}

.help-box .inner .text{

	position:relative;

	color:#ffffff;

	font-size:16px;

	line-height:1.7em;

	margin-bottom:20px;

}

.help-box .inner .contact{

	position:relative;

	font-weight:700;

	font-size:16px;

	font-family: 'Roboto', sans-serif;

}

.solution-single{

	position:relative;

}

.solution-single .inner-box{

	position:relative;

	display:block;

}

.solution-single .inner-box .image{

	position:relative;

	margin-bottom:30px;

}

.solution-single .inner-box .image img{

	position:relative;

	width:100%;

	display:block;

}

.solution-single .inner-box h2{

	position:relative;

	color:#333333;

	font-size:30px;

	margin-bottom:15px;

}

.solution-single .inner-box .text{

	position:relative;

}

.solution-single .inner-box .text .two-column{

	margin-top:40px;

	margin-bottom:30px;

}

.solution-single .inner-box .text p{

	position:relative;

	color:#777777;

	font-size:16px;

	line-height:1.7em;

	margin-bottom:20px;

}

.solution-single .inner-box .text h3{

	position:relative;

	color:#333333;

	font-size:24px;

	font-weight:700;

	line-height:1.4em;

	margin-bottom:12px;

}

/*** 

====================================================================

	Accordion Style

====================================================================

***/

.accordion-box{

	position:relative;

}

.accordion-box .block{

	position: relative;

    margin-bottom:10px;

	border:2px solid #eeeeee;

	background-color:#eeeeee;

}

.accordion-box .block.active-block .acc-btn{

	color:var(--thm-base);

	border-color:var(--thm-base);

	background-color:#333333;

}

.accordion-box .block .acc-btn{

	position:relative;

	font-size:20px;

	cursor:pointer;

	line-height:30px;

	color:#333333;

	font-weight:500;

	padding:15px 28px;

	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 .acc-btn.active,

.accordion-box .block .acc-btn.active .icon-outer .icon-minus{

	color:var(--thm-base);

}

.accordion-box .block .icon-outer{

	position:absolute;

	right:35px;

	top:15px;

	font-size:20px;

	color:#333333;

	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;

	font-weight:300;

}

.accordion-box .block .icon-outer .icon-plus{

	opacity:1;

}

.accordion-box .block .icon-outer .icon-minus{

	opacity:0;

	color:#d9d9d9;

	font-weight:300;

}

.accordion-box .block .acc-btn.active .icon-outer .icon-minus{

	opacity:1;

}

.accordion-box .block .acc-btn.active .icon-outer .icon-plus{

	opacity:0;

}

.accordion-box .block .acc-btn.active .icon-outer{

	border-color:#fa9928;

	color:#fa9928;

}

.accordion-box .block .acc-content{

	position:relative;

	display:none;

	background-color:#ffffff;

}

.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:18px 25px 10px 25px;

}

.accordion-box .block .content .text{

	margin-bottom:10px;

	line-height:1.7em;

	font-size:16px;	

	color:#777777;

}

.accordion-box .block .content p:last-child{

	margin-bottom:0px;	

}

.process-boxed{

	position:relative;

	margin-top:80px;

	margin-bottom:40px;

}

/*** 

====================================================================

	Product Tabs Style

====================================================================

***/

.solution-single .prod-tabs{

	position:relative;

	margin-bottom:60px;

}

.solution-single .prod-tabs .tab-btns{

	position:relative;

	z-index:1;	

	border-bottom:2px solid #dddddd;

}

.solution-single .prod-tabs .tab-btns .tab-btn{

	position:relative;

	top:1px;

	display:block;

	float:left;

	margin-right:5px;

	font-size:16px;

	background:#ebebeb;

	color:#333333;

	text-transform:capitalize;

	font-weight:700;

	line-height:24px;

	cursor:pointer;

	border:2px solid transparent;

	padding:11px 22px 9px;

	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;

}

.solution-single .prod-tabs .tab-btns .tab-btn:hover:after,

.solution-single .prod-tabs .tab-btns .tab-btn.active-btn:after{

	position:absolute;

	content:'';

	left:0px;

	bottom:-3px;

	width:100%;

	height:5px;

	background-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;

}

.solution-single .prod-tabs .tab-btns .tab-btn:hover,

.solution-single .prod-tabs .tab-btns .tab-btn.active-btn{

	color:var(--thm-base);

	border-color:#e2e2e2;

	background:#ffffff;

}

.solution-single .prod-tabs .tabs-content{

	position:relative;

	padding:22px 22px 22px;

	border:2px solid #dddddd;

	border-top:0px;

}

.solution-single .prod-tabs .tabs-content .tab{

	position:relative;

	display:none;

	border-top:0px;

}

.solution-single .prod-tabs .tabs-content .tab.active-tab{

	display:block;	

}

.solution-single .prod-tabs .tabs-content .tab .content{

	position:relative;

}

.solution-single .prod-tabs .tabs-content .tab .content p{

	position:relative;

	font-size:16px;

	line-height:1.7em;

	color:#777777;

	margin-bottom:0px;

}

/*** 

====================================================================

	Project Page Section

====================================================================

***/

.project-page-section{

	position:relative;

	padding:95px 0px 100px;

}

.project-page-section .filters{

	position:relative;

}

.project-page-section .filters .filter-tabs{

	position:relative;

	margin-bottom:40px;

	text-align:center;

}

.project-page-section .filters .filter-tabs .filter{

	position:relative;

	color:#333333;

	font-size:16px;

	cursor:pointer;

	margin-bottom:15px;

	font-weight:500;

	padding-right:25px;

	margin-right:12px;

	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;

	font-family: 'Roboto', sans-serif;

}

.project-page-section .filters .filter-tabs .filter:last-child{

	padding-right:0px;

	margin-right:0px;

}

.project-page-section .filters .filter-tabs .filter:last-child::after{

	display:none;

}

.project-page-section .filters .filter-tabs .filter:after{

	position:absolute;

	content:'/';

	right:0px;

	top:0px;

	color:#333333;

}

.project-page-section .filters .filter-tabs .filter.active,

.project-page-section .filters .filter-tabs .filter:hover{

	color:var(--thm-base);

}

.project-page-section .styled-pagination{

	margin-top:60px;

}

/*** 

====================================================================

	Project Single Section

====================================================================

***/

.project-single-section{

	position:relative;

	padding:95px 0px 75px;

}

.project-single-section .inner-box{

	position:relative;

	max-width:970px;

	margin:0 auto;

}

.project-single-section .inner-box .upper-box{

	position:relative;

	margin-bottom:45px;

}

.project-single-section .inner-box .upper-box .image{

	position:relative;

}

.project-single-section .inner-box .upper-box .image img{

	position:relative;

	width:100%;

	display:block;

}

.project-single-section .inner-box .upper-box .owl-dots{

	display:none;

}

.project-single-section .inner-box .upper-box .owl-nav{

	position:absolute;

	content:'';

	left:0px;

	top:50%;

	width:100%;

	display:block;

	margin-top:-20px;

}

.project-single-section .inner-box .upper-box .owl-nav .owl-prev,

.project-single-section .inner-box .upper-box .owl-nav .owl-next{

	position:absolute;

	color:#333333;

	font-size:60px;

	line-height:1em;

	display:inline-block;

}

.project-single-section .inner-box .upper-box .owl-nav .owl-prev{

	left:-80px;

}

.project-single-section .inner-box .upper-box .owl-nav .owl-next{

	right:-80px;

}

.project-single-section .inner-box .lower-content{

	position:relative;

}

.project-single-section .inner-box .lower-content h2{

	position:relative;

	color:#333333;

	font-size:30px;

	line-height:1.2em;

	margin-bottom:20px;

}

.project-single-section .inner-box .lower-content .bold-text{

	position:relative;

	color:#777777;

	font-weight:700;

	font-size:16px;

	margin-bottom:20px;

}

.project-single-section .inner-box .lower-content h3{

	position:relative;

	color:#333333;

	font-size:24px;

	font-weight:700;

	margin-bottom:10px;

}

.project-single-section .inner-box .lower-content .text{

	position:relative;

	color:#777777;

	font-size:16px;

	line-height:1.7em;

	margin-bottom:25px;

}

.project-list{

	position:relative;

	margin-top:60px;

}

.project-list li{

	position:relative;

	color:#777777;

	font-size:16px;

	margin-bottom:20px;

	border:1px solid #bbbbbb;

	padding:11px 12px 11px 75px;

}

.project-list li .icon{

	position:absolute;

	left:-1px;

	top:-1px;

	width:50px;

	height:51px;

	color:#333333;

	bottom:-1px;

	font-size:20px;

	line-height:50px;

	text-align:center;

	background-color:var(--thm-base);

}

.project-list li strong{

	color:#333333;

	font-weight:700;

	margin-right:15px;

	font-family: 'Roboto', sans-serif;

}

.project-list li.social-icons{

	border:0px;

	padding:0px;

	margin-top:32px;

}

.project-list li.social-icons .follow{

	position:relative;

	font-size:20px;

	font-weight:700;

	color:#333333;

}

.project-list li.social-icons a{

	color:#777777;

	font-size:20px;

	margin-left:15px;

}

.news-page-section{

	padding-bottom:80px;

}

.news-page-section .news-block{

	margin-bottom:60px;

}

/*Search Box Widget*/

.search-box .form-group{

	position:relative;

	margin:0px;	

}

.search-box .form-group input[type="text"],

.search-box .form-group input[type="search"]{

	position:relative;

	line-height:30px;

	padding:10px 50px 10px 20px;

	border:2px solid #cccccc;

	background:none;

	display:block;

	font-size:16px;

	width:100%;

	height:50px;

	transition:all 500ms ease;

	-moz-transition:all 500ms ease;

	-webkit-transition:all 500ms ease;

	-ms-transition:all 500ms ease;

	-o-transition:all 500ms ease;

}

.search-box .form-group button{

	position:absolute;

	right:0px;

	top:0px;

	height:50px;

	width:50px;

	display:block;

	font-size:20px;

	color:#333333;

	line-height:100%;

	font-weight:normal;

	background:var(--thm-base);

}

.sidebar-title,

.widget h2,

.wp-block-search .wp-block-search__label{

	position:relative;

	margin-bottom:50px;

}

.sidebar-title h2,

.widget h2,

.wp-block-search .wp-block-search__label{

    position: relative;

    color: #333333;

    font-size: 24px;

    font-weight:700;

	line-height:1.2em;

    padding-bottom: 15px;

}

.sidebar-title h2:before,

.widget h2:before,

.wp-block-search .wp-block-search__label:before{

	position:absolute;

	content:'';

	left:0px;

	bottom:0px;

	width:150px;

	border-bottom:2px solid #e4e4e4;

}

.sidebar-title h2:after,

.widget h2:after,

.wp-block-search .wp-block-search__label:after{

	position:absolute;

	content:'';

	left:0px;

	bottom:0px;

	width:40px;

	border-bottom:5px solid var(--thm-base);

}

.cat-list{

	position:relative;

}

.cat-list li{

	position:relative;

	margin-bottom:10px;

}

.cat-list li a{

	position:relative;

	padding:15px 28px;

	display:block;

	font-size:16px;

	font-weight:700;

	color:#777777;

	padding-left:50px;

	background-color:#eeeeee;

	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;

}

.cat-list li a:before{

	position:absolute;

	content:'\f0da';

	left:30px;

	top:15px;

	font-family: 'FontAwesome';

}

.cat-list li a span{

	float:right;

}

.cat-list li.active a,

.cat-list li a:hover{

	color:var(--thm-base);

	background-color:#333333;

}

/*Post Widget*/

.sidebar .popular-posts .post{

	position:relative;

	font-size:14px;

	color:#666666;

	padding:0px 0px;

	padding-left:100px;

	min-height:70px;

	margin-bottom:20px;

}

.sidebar .popular-posts .post:last-child{

	margin-bottom:0px;

}

.sidebar .popular-posts .post .post-thumb{

	 position:absolute;

	 left:0px;

	 top:0px;

	 width:80px;

}

.sidebar .popular-posts .post .post-thumb .overlay-box{

	position: absolute;

    content: '';

    left: 0px;

    top: 0px;

    width: 100%;

    height: 100%;

    display: block;

    color: var(--thm-base);

    font-size: 18px;

    opacity: 0;

    text-align: center;

    line-height: 70px;

    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(51,51,51,0.70);

}

.sidebar .popular-posts .post:hover .post-thumb .overlay-box{

	opacity:1;

}

.sidebar .popular-posts .post .post-thumb img{

	display:block;

	width:100%;

	transition:all 0.3s ease;

	-moz-transition:all 0.3s ease;

	-webkit-transition:all 0.3s ease;

	-ms-transition:all 0.3s ease;

	-o-transition:all 0.3s ease;

}

.sidebar .popular-posts .post .text{

	position:relative;

	top:-4px;

	font-size:16px;

	margin:0px 0px 0px;

	font-family: 'Barlow', sans-serif;

	font-weight:700;

	color:#333333;

	line-height:1.4em;

	text-transform:uppercase;

}

.sidebar .popular-posts .post .text a{

	color:#333333;

	transition:all 0.3s ease;

	-moz-transition:all 0.3s ease;

	-webkit-transition:all 0.3s ease;

	-ms-transition:all 0.3s ease;

	-o-transition:all 0.3s ease;

}

.sidebar .popular-posts .post a:hover{

	color:var(--thm-base);

}

.sidebar .popular-posts .post-info{

	position:relative;

	font-size:14px;

	color:#777777;

	font-weight:400;

	padding-left:24px;

}

.sidebar .popular-posts .post-info:before{

	position:absolute;

	content:'\f017';

	left:0px;

	top:0px;

	font-size:14px;

	font-family: 'FontAwesome';

}

/*Popular Tags*/

.sidebar .popular-tags a{

	position:relative;

	display:inline-block;

	line-height:24px;

	padding:13px 24px 13px;

	margin:0px 6px 10px 0px;

	color:#777777;

	text-align:center;

	font-size:16px;

	background:#f5f5f5;

	font-weight:400;

	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{

	background-color:var(--thm-base);

	color:#ffffff;	

}

.archive-list{

	position:relative;

}

.archive-list li{

	position:relative;

}

.archive-list li a{

	position:relative;

	color:#777777;

	font-size:16px;

	display:block;

	margin-bottom:15px;

	padding:0px 15px 10px 38px;

	border-bottom:1px solid #cccccc;

	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;

}

.archive-list li a:before{

	position:absolute;

	content:'\f0e7';

	left:15px;

	color:#333333;

	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: 'FontAwesome';

}

.archive-list li a span{

	float:right;

}

.archive-list li:last-child a{

	border:0px;

}

.archive-list li a:hover::before,

.archive-list li a:hover{

	color:var(--thm-base);

}

/*Blog Single*/

.blog-single{

	position:relative;

}

.blog-single .inner-box{

	position:relative;

	display:block;

}

.blog-single .inner-box .image{

	position:relative;

	margin-bottom:30px;

}

.blog-single .inner-box .image img{

	position:relative;

	width:100%;

	display:block;

	height:100%;

}

.blog-single .inner-box{

	position:relative;

	display:block;

}

.blog-single .inner-box .post-meta{

	position:relative;

	margin-bottom:20px;

}

.blog-single .inner-box .post-meta li{

	position:relative;

	color:#777777;

	font-size:14px;

	line-height:1.2em;

	padding-left:24px;

	display:inline-block;

	margin-right:20px;

}

.blog-single .inner-box .post-meta li a{

	color:#777777;

	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;

}

.blog-single .inner-box .post-meta li a:hover{

	color:var(--thm-base);

}

.blog-single .inner-box .post-meta li:last-child{

	margin-right:0px;

}

.blog-single .inner-box .post-meta li .icon{

	position:absolute;

	left:0px;

	top:0px;

	color:var(--thm-base);

	line-height:1em;

}

.blog-single .inner-box .lower-content{

	position:relative;

}

.blog-single .inner-box .lower-content h2{

	position:relative;

	color:#333333;

	font-size:30px;

	font-weight:700;

	line-height:1.2em;

	margin-bottom:20px;

}

.blog-single .inner-box .lower-content .text{

	position:relative;

}

blockquote{

	position:relative;

	border:0px;

	font-weight:700;

	font-style:italic;

	padding:40px;

	background:#f4f7f7;

	margin-bottom:25px;

}

blockquote p{

	margin-bottom:0px;

}

blockquote:before{

	content:'';

	position:absolute;

	bottom:0px;

	left:30px;

	right:30px;

	height:5px;

	background:var(--thm-base);

	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;

}



blockquote:hover:before{

	left:0px;

	right:0px;

}



.post-share-options{

	position:relative;

	margin-top:40px;

}

.post-share-options .inner-container{

	position:relative;

	padding:0px 15px;

	text-align:center;

	height:51px;

	border:1px solid #bbbbbb;

}

.post-share-options .inner-container .prev-post,

.post-share-options .inner-container .next-post{

	position:relative;

	color:#333333;

	font-size:16px;

	font-weight:700;

	line-height:51px;

	display:inline-block;

}

.post-share-options .inner-container .social-icons{

	position:relative;

	text-align:center;

	display:inline-block;

}

.post-share-options .inner-container .social-icons li{

	position:relative;

	float:left;

}

.post-share-options .inner-container .social-icons li a{

	position:relative;

	color:#333333;

	font-size:16px;

	display:inline-block;

	border-left:1px solid #bbbbbb;

	padding:11px 22px;

	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;

}

.post-share-options .inner-container .social-icons li:last-child{

	border-right:1px solid #bbbbbb;

}

.post-share-options .inner-container .social-icons li a:hover,

.post-share-options .inner-container .social-icons li.active a{

	background-color:var(--thm-base);

}

/*** 

====================================================================

	Comments Area

====================================================================

 ***/

.sidebar-page-container .comments-area{

	position:relative;

	margin-top:70px;

}

.sidebar-page-container .comments-area .comment-box{

	position:relative;

	margin-bottom:50px;

	padding-bottom:45px;

	-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 #dddddd;

}

.sidebar-page-container .comments-area .comment-box.reply-comment{

	margin-left:100px;

}

.sidebar-page-container .comments-area .comment-box:hover{

	border-color:var(--thm-base);	

}



.sidebar-page-container .comments-area .comment{

	position:relative;

	font-size:14px;

	padding:0px 0px 0px 100px;

}

.sidebar-page-container .comments-area .comment .comment-inner{

	position:relative;

}

.sidebar-page-container .comments-area .comment .comment-reply{

	position:relative;

	color:#333333;

	font-size:12px;

	font-weight:700;

	text-align:center;

	display:inline-block;

	margin-top:16px;

	text-transform:uppercase;

	background-color:var(--thm-base);

	-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 a{

	position:relative;

	color:#333333;

	font-size:12px;

	font-weight:700;

	text-align:center;

	display:inline-block;

	padding:1px 10px;

	text-transform:uppercase;

	background-color:var(--thm-base);

	-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 a:hover{

	color:#333333;

}

.sidebar-page-container .comments-area .comment .comment-reply .icon{

	font-size:13px;

	margin-right:2px;

}

.sidebar-page-container .comments-area .comment-box .author-thumb{

	position:absolute;

	left:0px;

	top:0px;

	width:70px;

	overflow:hidden;

	margin-bottom:20px;

}

.sidebar-page-container .comments-area .comment-box .author-thumb img{

	display:block;

}

.sidebar-page-container .comments-area .comment-info{

	color:#333333;

	line-height:24px;	

	font-size:16px;

	margin-bottom:10px;

	font-weight:700;

	font-family: 'Roboto', sans-serif;

}

.sidebar-page-container .comments-area .comment-info span{

	font-weight:400;

	font-size:16px;

	color:#777777;

	margin-left:22px;

	font-family: 'Roboto', sans-serif;

}

.sidebar-page-container .comments-area .comment .comment-inner .rating{

	position:relative;

	font-size:18px;

	color:var(--thm-base);

}

.sidebar-page-container .comments-area .comment-box .text{

	margin-bottom:0px;

}

.sidebar-page-container .comments-area .comment-info .comment-time{

	position:relative;

	font-size:14px;

	color:var(--thm-base);

	margin-left:38px;

	font-weight:400;

	text-transform:uppercase;

	display:inline-block;

}

.sidebar-page-container .comments-area .comment-box .theme-btn{

	padding:5px 30px;

	font-size:12px;

	border:1px  solid #fbca00;

	text-transform:uppercase;

	letter-spacing:1px;

}

.sidebar-page-container .comments-area.style-two{

	margin-top:20px;

}

.sidebar-page-container .comments-area.style-two .comment-box{

	padding:15px;

	margin-bottom:20px;

	border:1px solid #dddddd;

}

.sidebar-page-container .comments-area.style-two .comment-box .text{

	font-size:14px;

}

/*** 

====================================================================

	Comment Form

====================================================================

 ***/

.comment-form{

	position:relative;

	margin-top:70px;

}

.comment-form .form-group{

	position:relative;

	margin-bottom:20px;

}

.comment-form .form-group input[type="text"],

.comment-form .form-group input[type="password"],

.comment-form .form-group input[type="tel"],

.comment-form .form-group input[type="email"],

.comment-form .form-group select{

	position:relative;

	display:block;

	width:100%;

	line-height:28px;

	padding:10px 20px;

	height:50px;

	font-size:14px;

	border:1px solid #cccccc;

	-webkit-transition:all 300ms ease;

	-ms-transition:all 300ms ease;

	-o-transition:all 300ms ease;

	-moz-transition:all 300ms ease;

	transition:all 300ms ease;

}

.comment-form .form-group input[type="text"]:focus,

.comment-form .form-group input[type="password"]:focus,

.comment-form .form-group input[type="tel"]:focus,

.comment-form .form-group input[type="email"]:focus,

.comment-form .form-group select:focus,

.comment-form .form-group textarea:focus{

	border-color:var(--thm-base);

}

.comment-form .form-group textarea{

	position:relative;

	display:block;

	width:100%;

	line-height:24px;

	padding:10px 20px;

	color:#a5a5a5;

	height:170px;

	font-size:14px;

	resize:none;

	border:1px solid #cccccc;

	-webkit-transition:all 300ms ease;

	-ms-transition:all 300ms ease;

	-o-transition:all 300ms ease;

	-moz-transition:all 300ms ease;

	transition:all 300ms ease;

}

.comment-form button{

	margin-top:12px;

	font-size:16px;

	font-weight:700;

	border-radius:0px;

	padding:11px 18px;

	text-transform:capitalize;

}

.news-classic .styled-pagination,

.news-list .styled-pagination{

	margin-top:80px;

}

/*News Block Two*/

.news-block-two{

	position:relative;

	margin-bottom:60px;

}

.news-block-two .inner-box{

	position:relative;

	display:block;

}

.news-block-two .inner-box .image-column{

	position:relative;

}

.news-block-two .inner-box .image-column .image{

	position:relative;

}

.news-block-two .inner-box .image-column .image img{

	position:relative;

	width:100%;

	display:block;

}

.news-block-two .inner-box .image-column  .image .overlay-box{

	position: absolute;

    content: '';

    left: 0px;

    top: 0px;

    width: 100%;

    height: 100%;

    display: block;

    color: var(--thm-base);

    font-size: 26px;

    opacity: 0;

    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(51,51,51,0.60);

}

.news-block-two .inner-box .image-column  .image .overlay-box .fa{

	position:relative;

	top:50%;

	margin-top:-8px;

	display:block;

}

.news-block-two .inner-box:hover .image .overlay-box{

	opacity:1;

}

.news-block-two .inner-box .content-column{

	position:relative;

}

.news-block-two .inner-box .content-column .inner-column{

	position:relative;

	padding-top:10px;

}

.news-block-two .inner-box .content-column .post-meta{

	position:relative;

	margin-bottom:10px;

}

.news-block-two .inner-box .content-column .post-meta li{

	position:relative;

	color:#777777;

	font-size:14px;

	line-height:1.2em;

	padding-left:24px;

	display:inline-block;

	margin-right:20px;

}

.news-block-two .inner-box .content-column .post-meta li a{

	color:#777777;

	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 .content-column .post-meta li a:hover{

	color:var(--thm-base);

}

.news-block-two .inner-box .content-column .post-meta li:last-child{

	margin-right:0px;

}

.news-block-two .inner-box .content-column .post-meta li .icon{

	position:absolute;

	left:0px;

	top:0px;

	color:var(--thm-base);

	line-height:1em;

}

.news-block-two .inner-box .content-column h3{

	position:relative;

	font-size:24px;

	font-weight:700;

	line-height:1.3em;

	margin-bottom:15px;

}

.news-block-two .inner-box .content-column h3 a{

	position:relative;

	color:#333333;

	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 .content-column h3 a:hover{

	color:var(--thm-base);

}

.news-block-two .inner-box .content-column .text{

	position:relative;

	color:#777777;

	font-size:16px;

	line-height:1.7em;

}

/*** 

====================================================================

	Contact Form Section

====================================================================

 ***/

.contact-section{

	position:relative;

	padding:90px 0px 60px;

}

.contact-section h2{

	position:relative;

	font-size:36px;

	margin-bottom:10px;

}

.contact-section .text{

	position:relative;

	color:#777777;

	font-size:16px;

	margin-bottom:25px;

}

.contact-section .social-icon-two{

	padding-top:10px;	

}

.contact-section .social-icon-two li{

	margin-right:20px;

	margin-left:0px;	

}

.contact-section .social-icon-two li a{

	color:#bbbbbb;

	font-size:22px;	

}

.contact-section .social-icon-two li a:hover{

	color:var(--thm-base);

}

/*** 

====================================================================

	Contact Form

====================================================================

 ***/

.contact-form{

	position:relative;

	padding-right:15px;

}

.contact-form .form-group{

	position:relative;

	margin-bottom:30px;

}

.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:28px;

	padding:10px 20px;

	height:50px;

	font-size:14px;

	border:1px solid #cccccc;

	-webkit-transition:all 300ms ease;

	-ms-transition:all 300ms ease;

	-o-transition:all 300ms ease;

	-moz-transition:all 300ms ease;

	transition:all 300ms ease;

}

.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:var(--thm-base);

}

.contact-form .form-group textarea{

	position:relative;

	display:block;

	width:100%;

	line-height:24px;

	padding:10px 20px;

	color:#a5a5a5;

	height:170px;

	font-size:14px;

	resize:none;

	border:1px solid #cccccc;

	-webkit-transition:all 300ms ease;

	-ms-transition:all 300ms ease;

	-o-transition:all 300ms ease;

	-moz-transition:all 300ms ease;

	transition:all 300ms ease;

}

.contact-form button,

.contact-form input[type="submit"]{

	margin-top:0px;

	font-size:16px;

	font-weight:700;

	border-radius:0px;

	padding:6px 19px;

	text-transform:capitalize;

}

.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;	

}

/*** 

====================================================================

	Map Section Style

====================================================================

***/

.map-section{

	position:relative;

}

.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:470px;

}

/*** 

====================================================================

	Login Section

====================================================================

***/

.login-section{

	position:relative;

	padding:90px 0px 100px;

}

.login-section h2{

	position:relative;

	color:#333333;

	font-size:36px;

	font-weight:700;

	line-height:1.2em;

	margin-bottom:25px;

	text-transform:uppercase;

}

.login-section .inner-container{

	position:relative;

	padding:25px 28px 15px;

	background-color:#f5f5f5;

}

.login-section.login-page .inner-container{

	max-width:600px;

	margin:0 auto;

}

.login-section.login-page h2{

	text-align:center;

}

.login-section.style-two{

	padding:0px;

	margin-bottom:30px;

}

.login-form{

	position:relative;

}

.login-form .form-group{

	position:relative;

	margin-bottom:12px;

}

.login-form .form-group.check-box{

	padding-top:7px;

}

.login-form .form-group:nth-child(2){

	margin-bottom:30px;

}

.login-section.style-two .login-form .form-group:nth-child(2){

	margin-bottom:15px;

}

.login-form .form-group label{

	position:relative;

	color:#333333;

	font-weight:400;

	font-size:16px;

	cursor:pointer;

}

.login-form .form-group.no-margin{

	margin-bottom:0px;

}

.login-form .form-group input[type="text"],

.login-form .form-group input[type="password"],

.login-form .form-group input[type="tel"],

.login-form .form-group input[type="email"]{

	position:relative;

	display:block;

	width:100%;

	line-height:28px;

	padding:10px 20px;

	height:50px;

	font-size:14px;

	border:1px solid #cccccc;

	-webkit-transition:all 300ms ease;

	-ms-transition:all 300ms ease;

	-o-transition:all 300ms ease;

	-moz-transition:all 300ms ease;

	transition:all 300ms ease;

}

.login-form .form-group input[type="text"]:focus,

.login-form .form-group input[type="password"]:focus,

.login-form .form-group input[type="tel"]:focus,

.login-form .form-group input[type="email"]:focus,

.login-form .form-group select:focus,

.login-form .form-group textarea:focus{

	border-color:var(--thm-base);

}

.login-form button{

	margin-top:0px;

	font-size:16px;

	font-weight:700;

	border-radius:0px;

	line-height:30px;

	padding:5px 32px;

	text-transform:capitalize;

}

.login-form .psw{

	position:relative;

	color:#333333;

	font-size:16px;

}

.login-form .psw:hover{

	text-decoration:underline;	

}

/*Shop Item*/

.shop-item{

	position:relative;

	margin-bottom:70px !important;

}

.shop-item .inner-box{

	position:relative;

	display:block;

	min-height:360px;

	outline:15px solid #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;

}

.shop-item .inner-box:hover .image .overlay-box{

	opacity:1;

}

.shop-item .inner-box .image{

	position:relative;

	z-index:11;

	text-align:center;

	background-color:#f8f8f8;

}

.shop-item .inner-box .image .overlay-box{

	position:absolute;

	content:'';

	left:0px;

	top:0px;

	width:100%;

	height:100%;

	opacity:0;

	text-align:center;

	background-color:rgba(51,51,51,0.70);

	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 .image .overlay-box .cart-option{

	position:relative;

	top:50%;

	margin-top:-25px;

}

.shop-item .inner-box .image .overlay-box .cart-option li{

	position:relative;

	margin:0px 3px;

	color:var(--thm-base);

	display:inline-block;

}

.shop-item .inner-box .image .overlay-box .cart-option li a{

	position:relative;

	color:var(--thm-base);

	font-size:18px;

	display: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;

}

.shop-item .inner-box .image .overlay-box .cart-option li a .fa{

	display:block;

	font-size:24px;

	margin-bottom:8px;

}

.shop-item .inner-box .image .overlay-box .cart-option li a:hover{

	color:#ffffff;

}

.shop-item .inner-box .image img{

	width:100%;

	display:inline-block;

}

.shop-item .inner-box .lower-content{

	position:relative;

	z-index:11;

	padding:20px 0px 0px;

}

.shop-item .inner-box .lower-content h3{

	position:relative;

	font-size:20px;

	font-weight:700;

	margin-bottom:6px;

}

.shop-item .inner-box .lower-content h3 a{

	color:#000000;

	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:var(--thm-base);

}

.shop-item .inner-box .lower-content .price{

	position:relative;

	color:var(--thm-base);

	font-size:18px;

	font-weight:700;

}

.shop-item .inner-box .lower-content .price .discount{

	position:relative;

	color:#777777;

	margin-right:8px;

	text-decoration:line-through;

}

.shop-item .inner-box .lower-content .rating .fa{

	position:relative;

	display:inline-block;

	font-size:16px;

	color:var(--thm-base);

}

/*Sidebar Realated Posts */

.sidebar .related-posts .post{

	position:relative;

	padding:0px 0px;

	padding-left:90px;

	min-height:95px;

	margin-bottom:20px;

	border-bottom:1px solid #eeeeee;

}

.sidebar .related-posts .post:last-child{

	margin-bottom:0px;

	border:0px;

	min-height:inherit;

}

.sidebar .related-posts .post .post-thumb{

	 position:absolute;

	 left:0px;

	 top:0px;

	 width:70px;

}

.sidebar .related-posts .post .post-thumb img{

	display:block;

	width:100%;	

}

.sidebar .related-posts .post h4{

	top:-2px;

	font-size:16px;

	font-weight:700;

	color:#333333;

	text-transform:capitalize;

}

.sidebar .related-posts .post h4 a{

	color:#333333;

	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 .related-posts .post a,

.sidebar .related-posts .post a:hover{

	color:#fbb200;	

}

.sidebar .related-posts .post .price{

	font-size:16px;

	letter-spacing:1px;

	font-weight:400;

	color:#777777;

}

.sidebar .related-posts .post .rating{

	margin-bottom:1px;	

	line-height:1em;

}

.sidebar .related-posts .post .rating .fa{

	position:relative;

	display:inline-block;

	font-size:16px;

	line-height:26px;

	color:var(--thm-base);

}

.sidebar .related-posts .post .rating .fa-star.light{

	

}

/*Sidebar Range slider */

.range-slider-one{

	position:relative;

	min-height:48px;

    padding-top: 10px;

    overflow: hidden;

	margin-top:-20px;

}

.range-slider-one .title{

	position:relative;

	float:left;

	color:#848484;

	font-size:16px;

	font-weight:300;

	margin-top:8px;

}

.range-slider-one .title:before{

	position:absolute;

	content:'$';

	right:-14px;

	top:0px;

	color:#848484;

	font-size:16px;

	font-weight:300;

}

.range-slider-one .input{

	float:right;

    left: 8px;

	max-width:75px;

	padding-left:8px;

	margin-top:8px;

    position: relative;

}

.range-slider-one .input input{

	background:none;

	color:#777777;

	font-size:16px;

	font-weight:300;

	width:auto;

	text-align:left;	

}

.range-slider-one .ui-widget.ui-widget-content{

	height:3px;

	border:none;

	margin-bottom:35px;

	background:#e5e5e5;	

}

.range-slider-one .ui-slider .ui-slider-range{

	top:0px;

	height:3px;

	background:#333333;	

}

.range-slider-one .ui-state-default,

.range-slider-one .ui-widget-content .ui-state-default{

	top:-3px;

	width:10px;

	height:10px;

	background:#fbb200;

	cursor:pointer;

	border-color:#fbb200;

}

.range-slider-one .theme-btn{

	padding:8px 24px;

	border-radius:0px;

	font-size:18px;

	font-weight:700;

	text-transform:uppercase;

}

.product-details .basic-details{

	position:relative;

	margin-bottom:50px;

}

.product-details .image-column,

.product-details .info-column{

	margin-bottom:20px;

}

.product-details .image-column .image-box img{

	position:relative;

	display:block;

	width:100%;

	background-color:#f7f7f7;

}

.product-details .basic-details .details-header{

	position:relative;

	margin-bottom:16px;

}

.product-details .basic-details .details-header h4{

	font-size:24px;

	font-weight:700;

	margin:5px 0px 20px;

	line-height:1.4em;

	color:#333333;

}

.product-details .basic-details .details-header h4 a{

	color:#333333;	

}

.product-details .basic-details .details-header .rating{

	font-size:18px;

	color:var(--thm-base);

	margin-bottom:15px;

	display:inline-block;

}

.product-details .basic-details .details-header .reviews{

	position:relative;

	display:inline-block;

	color:#777777;

	font-weight:700;

	margin-left:15px;

}

.product-details .basic-details .details-header .rating .fa{

	display:inline-block;

}

.product-details .basic-details .details-header .rating .txt{

	font-size:14px;

	padding-left:10px;

	color:#777777;	

}

.product-details .basic-details .details-header .item-price{

	font-size:22px;

	font-weight:700;

	color:var(--thm-base);

	line-height:24px;

}

.product-details .basic-details .prod-info{

	margin-bottom:15px;

	line-height:1.6em;

	font-size:13px;	

}

.product-details .basic-details .prod-info strong{

	font-weight:700;

	color:#111111;	

}

.product-details .basic-details .text{

	margin-bottom:25px;

	color:#777777;

	font-size:16px;

	font-weight:400;

	line-height:1.8em;	

}

.product-details .basic-details .item-quantity .field-label{

	float:left;

	font-weight:700;

	font-size:14px;

	line-height:32px;

	display:inline-block;

	padding-right:20px;	

}

.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;

	float:left;

	width:85px;

	margin-bottom:25px;

	margin-right:20px;	

}

.product-details .basic-details .item-quantity .field-label{

	float:left;

	font-weight:700;

	font-size:14px;

	line-height:32px;

	display:inline-block;

	padding-right:20px;	

}

.product-details .basic-details .quantity-spinner,

.cart-table input.quantity-spinner{

	font-size:18px;

	line-height:24px;

	padding:10px 15px !important;

	height:50px !important;

	box-shadow:none !important;	

}

.product-details .basic-details .bootstrap-touchspin .input-group-btn-vertical > .btn,

.cart-table .bootstrap-touchspin .input-group-btn-vertical > .btn{

	padding:12px 10px;

	background:#f4f5f6;

	border-radius:0px;	

}

.product-details .bootstrap-touchspin .input-group-btn-vertical i,

.cart-table .bootstrap-touchspin .input-group-btn-vertical i{

	top:8px;	

}

.product-details .basic-details .add-to-cart{

	padding:11px 20px;

	font-weight:700;

	border-radius:0px;

	text-transform:uppercase;

}

/*** 

====================================================================

	Product Tabs Style

====================================================================

***/

.shop-single .product-details .prod-tabs{

	position:relative;

	padding-bottom:60px;

	margin-bottom:80px;

	border-bottom:1px solid #cccccc;

}

.shop-single .product-details .prod-tabs .tab-btns{

	position:relative;

	z-index:1;

	margin-bottom:50px;

}

.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:#eeeeee;

	color:#000000;

	text-transform:uppercase;

	font-weight:700;

	line-height:24px;

	cursor:pointer;

	padding:13px 43px 13px;

	transition:all 500ms ease;

}

.shop-single .product-details .prod-tabs .tab-btns .tab-btn:hover,

.shop-single .product-details .prod-tabs .tab-btns .tab-btn.active-btn{

	color:#000000;

	background:var(--thm-base);

}

.shop-single .product-details .prod-tabs .tabs-content{

	position:relative;

}

.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;

	line-height:1.7em;

	margin-bottom:25px;

	color:#797979;

}

.shop-single .product-details .prod-tabs .tabs-content .tab .content p:last-child{

	margin-bottom:0px;

}

.prod-tabs .tabs-content .tab .title{

	position:relative;

	color:#000000;

	font-size:24px;

	font-weight:700;

	margin-bottom:35px;

	font-family: 'Roboto', sans-serif;

}

/*Comment Form*/

.shop-comment-form{

	position:relative;

	margin-top:50px;

}

.shop-comment-form h2{

	position:relative;

	color:#333333;

	font-size:24px;

	font-weight:700;

	margin-bottom:10px;

	text-transform:uppercase;

}

.shop-comment-form .mail-text{

	position:relative;

	color:#777777;

	font-size:16px;

	margin-bottom:15px;

}

.shop-comment-form .group-title{

	margin-bottom:20px;

}

.shop-comment-form .rating-box{

	position:relative;

	margin-bottom:20px;

}

.shop-comment-form .rating-box .text{

	position:relative;

	font-size:16px;

	color:#333333;

	margin-bottom:15px;

}

.shop-comment-form .rating-box .rating{

	position:relative;

	display:inline-block;

}

.shop-comment-form .rating-box .rating .fa{

	position:relative;

	display:inline-block;

}

.shop-comment-form .rating-box .rating a{

	position:relative;

	color:#333333;

	font-size:14px;

	display:inline-block;

}

.shop-comment-form .rating-box .rating a:hover{

	color:var(--thm-base);

}

.shop-comment-form .form-group{

	position:relative;

	margin-bottom:20px;

}

.shop-comment-form .form-group label{

	position:relative;

	color:#333333;

	font-size:16px;

	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 #dddddd;

	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:var(--thm-base);

}

.shop-comment-form .form-group textarea{

	position:relative;

	display:block;

	width:100%;

	line-height:26px;

	padding:10px 15px;

	color:#848484;

	border:1px solid #dddddd;

	height:120px;

	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;

	font-weight:700;

	border-radius:0px;

	font-size:16px;

	padding:7px 28px;

	text-transform:uppercase;

}

.shop-comment-form input:focus,

.shop-comment-form select:focus,

.shop-comment-form textarea:focus{

	border-color:#f06529;	

}

/*** 

====================================================================

	Cart Section style

====================================================================

***/

.cart-section{

	position:relative;

	padding:100px 0px 60px;

}

.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:#333333;

	color:#ffffff;

	border:1px solid #ebebeb;

}

.cart-table thead tr th{

	line-height:24px;

	padding:13px 25px;

	font-weight:700;

	font-size:16px;

	letter-spacing:1px;

	text-align:center;

	text-transform:uppercase;

	border-right:1px solid #cccccc;

	font-family: 'Roboto', sans-serif;

}

.cart-table thead tr th .fa{

	font-size:18px;	

}

.cart-table tbody tr td{

	line-height:24px;

	padding:25px 25px 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;

}

.cart-table tbody tr .sub-total.price{

}

.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:#fbb200;

}

.cart-table tbody tr{

	border-bottom:1px solid #cccccc;	

}

.cart-table tbody tr td{

	vertical-align:middle;

	color:#797979;

	font-size:17px;

	text-align:center;

	border-left:1px solid #cccccc;

}

.cart-table tbody tr td.prod-column{

	padding-left:48px;

}

.cart-table tbody tr td.total{

	font-size:18px;

	color:#333333;

}

.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:#333333;

	font-weight:400;

}

.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:20px 0px 10px;

	margin-bottom:30px;

	border-top:0px;

}

.cart-section .apply-coupon{

	position:relative;

}

.cart-section .cart-options .cart-btn{

	padding:10px 39px 10px;

    line-height: 24px;

	font-size:13px;

	color:#333333;

	font-weight:700;

	border-radius:0px;

	text-transform:uppercase;

	background-color:#fbb200;

}

.cart-section .apply-coupon .form-group{

	position:relative;

	float:left;

	margin-right:30px;	

}

.cart-section .apply-coupon .form-group input[type="text"]{

	display:block;

	line-height:15px;

	padding:8px 20px;

	border:1px solid #cccccc;

	width:225px;

	height:44px;

	background:#ffffff;

}

.cart-section .coupon-btn{

    padding:10px 39px 10px;

    line-height: 24px;

	font-size:13px;

	color:#333333;

	font-weight:700;

	text-transform:uppercase;

	background-color:#fbb200;

}

.cart-section .cart-options .btn-style-one{

	top:-7px;

	padding-left:32px;

	padding-right:32px;

}

.cart-section .totals-table{

	position:relative;

	margin-bottom:20px;

	border:1px solid #cccccc;

}

.cart-section .totals-table li{

	line-height:24px;

	padding:14px 30px;

	border-bottom:1px solid #cccccc;	

}

.cart-section .totals-table li:first-child{

	

}

.cart-section .totals-table li h3{

	position:relative;

	font-weight:700;

	color:#333333;

	font-size:18px;

}

.cart-section .totals-table li:last-child{

	border-bottom:none;

	padding:50px 30px;

}

.cart-section .totals-table .col{

	position:relative;

	display:block;

	float:left;

	line-height:24px;

	width:50%;

	color:#333333;

	font-size:16px;

	font-weight:700;

	text-transform:capitalize;

}

.cart-section .totals-table li .col:last-child{

	text-align:right;	

}

.cart-section .totals-table .total .price{

	color:var(--thm-base);

	font-weight:700;

}

.cart-section .totals-table .proceed-btn{

    padding: 13px 34px 13px;

    line-height: 24px;

    font-size: 14px;

    color: #333333;

    font-weight: 700;

    border-radius: 0px;

    text-transform: uppercase;

    background-color: #fbb200;

	font-family: 'Roboto', sans-serif;

}

.shipping-block{

	position:relative;

	margin-bottom:40px;

}

.shipping-block .inner-box{

	position:relative;

	display:block;

	padding:16px 20px 6px;

	border:1px solid #cccccc;

}

.shipping-block .inner-box h3{

	position:relative;

	color:#333333;

	font-size:15px;

	font-weight:700;

	margin-bottom:10px;

	text-transform:capitalize;

}

.shipping-block .inner-box h4{

	position:relative;

	color:#fbb200;

	font-size:14px;

	font-weight:600;

	margin-bottom:15px;

	text-transform:capitalize;

}

.shipping-form{

	position:relative;

}

.shipping-form .form-group{

	position:relative;

	margin-bottom:15px;

}

.shipping-form .form-group input[type="text"],

.shipping-form .form-group input[type="password"],

.shipping-form .form-group input[type="tel"],

.shipping-form .form-group input[type="email"]{

	position:relative;

	display:block;

	width:100%;

	line-height:18px;

	padding:10px 20px;

	height:40px;

	font-size:14px;

	border:1px solid #cccccc;

	-webkit-transition:all 300ms ease;

	-ms-transition:all 300ms ease;

	-o-transition:all 300ms ease;

	-moz-transition:all 300ms ease;

	transition:all 300ms ease;

}

.shipping-form .form-group input[type="text"]:focus,

.shipping-form .form-group input[type="password"]:focus,

.shipping-form .form-group input[type="tel"]:focus,

.shipping-form .form-group input[type="email"]:focus,

.shipping-form .form-group select:focus,

.shipping-form .form-group textarea:focus{

	border-color:var(--thm-base);

}

.shipping-form button{

	margin-top:0px;

	font-size:15px;

	font-weight:700;

	border-radius:0px;

	padding:6px 26px;

	text-transform:capitalize;

}

/*** 

====================================================================

	CheckOut Sectioon

====================================================================

***/

.checkout-page{

	position:relative;

	padding:100px 0px 100px;

}

.checkout-page .default-links{

	position:relative;

	margin-bottom:0px;	

}

.checkout-page .default-links li{

	line-height:24px;

	padding:14px 30px 18px;

	background:#333333;

	color:#ffffff;

	font-size:16px;

}

.checkout-page .default-links li .fa{

	position:relative;

	top:2px;

	margin-right:20px;

	font-size:24px;

	color:var(--thm-base);

}

.checkout-page .default-links li a{

	color:#fa9928;

}

.checkout-form{

	position:relative;

}

.checkout-form .checkout-title{

	position:relative;

}

.checkout-form .checkout-title h2{

	position:relative;

	color:var(--thm-secnd);

	font-size:30px;

	margin-bottom:15px;

}

.checkout-form .form-group{

	position:relative;

	margin-bottom:5px;	

}

.checkout-form .form-group .field-label{

	display:block;

	line-height:24px;

	margin-bottom:6px;

	text-transform:capitalize;

	color:var(--thm-secnd);	

	font-size:16px;

	font-weight:400;

}

.checkout-form .form-group .field-label sup{

	top:-1px;

	font-size:16px;

}

.checkout-form .form-group .text{

	position:relative;

	color:#777777;

	font-size:15px;

	margin-bottom:5px;

}

.checkout-form input[type="text"],

.checkout-form input[type="email"],

.checkout-form input[type="password"],

.checkout-form input[type="tel"],

.checkout-form input[type="number"],

.checkout-form input[type="url"],

.checkout-form select,

.checkout-form textarea{

	position:relative;

	display:block;

	width:100%;

	background:#ffffff;

	line-height:22px;

	padding:12px 15px;

	height:48px;

	margin-bottom:10px;

	border:1px solid #e0e0e0;

	transition:all 300ms ease;

	-webkit-transition:all 300ms ease;

	-ms-transition:all 300ms ease;

	-o-transition:all 300ms ease;

	-moz-transition:all 300ms ease;

}

.checkout-form select{

	cursor:pointer;

	-webkit-appearance:none;

	-ms-appearance:none;

	-o-appearance:none;

	-moz-appearance:none;

	background:#ffffff url(../images/icons/icon-select.png) right center no-repeat;

}

.checkout-form textarea{

	resize:none;

	height:60px !important;	

}

.checkout-form input:focus,

.checkout-form select:focus,

.checkout-form textarea:focus{

	border-color:#fa9928;	

}

.checkout-page .check-box{

	line-height:24px;

	font-size:14px;

	font-weight:normal;

	padding-top:5px;	

}

.checkout-page .check-box label{

	position:relative;

	top:-1px;

	font-weight:normal;

	padding:0px;

	font-size:16px;

	cursor:pointer;

	color:#333333;

}

.checkout-page .lower-content{

	margin-top:30px;

}

.checkout-page .lower-content .order-column{

	margin-bottom:40px;

}

.checkout-page .lower-content .column h2{

	position:relative;

	color:var(--thm-secnd);

	font-size:24px;

	margin-bottom:30px;

	padding-bottom:12px;

}

.checkout-page .lower-content .column h2:after{

	position:absolute;

	content:'';

	left:0px;

	bottom:0px;

	width:40px;

	height:2px;

	background-color:#fa9928;

}

/*Coupon Box*/

.coupon-box{

	position:relative;

	padding:25px 25px;

	margin-bottom:25px;

	background-color:#f5f5f5;

}

.coupon-form{

	position:relative;

}

.coupon-form .form-group{

	position:relative;

	margin-bottom:0px;

}

.coupon-form .form-group input[type="text"]{

	position:relative;

	display:block;

	width:100%;

	line-height:28px;

	padding:10px 20px;

	height:44px;

	font-size:14px;

	border:1px solid #cccccc;

	-webkit-transition:all 300ms ease;

	-ms-transition:all 300ms ease;

	-o-transition:all 300ms ease;

	-moz-transition:all 300ms ease;

	transition:all 300ms ease;

}

.coupon-form .form-group input[type="text"]:focus{

	border-color:var(--thm-base);

}

.coupon-form button{

	margin-top:0px;

	font-size:16px;

	font-weight:700;

	border-radius:0px;

	padding:8px 26px;

	text-transform:capitalize;

}

.order-box{

	position:relative;

	margin-top:15px;

}

.order-box h2{

	position:relative;

	color:#333333;

	font-size:28px;

	font-weight:700;

	margin-bottom:20px;

}

.order-box .title-box{

	position:relative;

	padding:13px 30px;

	background-color:#333333;

}

.order-box .title-box .col{

	position:relative;

	width:50%;

	float:left;

	color:#ffffff;

	font-size:16px;

	font-weight:700;

}

.order-box ul{

	position:relative;

}

.order-box ul li{

	position:relative;

	padding:25px 30px;

	border-bottom:1px solid #cccccc;

}

.order-box ul li strong{

	color:#333333;

	font-weight:700;

	font-size:16px;

}

.order-box ul li span{

	width:50%;

	float:right;

	color:var(--thm-base);

	font-size:16px;

	font-weight:700;

}

.order-box ul li span.free{

	color:#777777;

	font-size:16px;

}

.order-box ul li:last-child{

	border-bottom:none;

}

.payment-box{

	position:relative;

	margin-top:20px;

	background-color:#f5f5f5;

}

.payment-box .upper-box{

	position:relative;

	padding:15px 35px;

	border-bottom:1px solid #b7b7b7;

}

.payment-options{

	position:relative;

	margin-top:20px;

	margin-bottom:20px;	

}

.payment-box .payment-options li{

	position:relative;

	margin-bottom:15px;	

}

.payment-box .payment-options li .radio-option{

	position:relative;		

}

.payment-box .payment-options li .radio-option label{

	position:relative;

	display:block;

	padding-left:30px;

	font-weight:700 !important;

	text-transform:capitalize;

	letter-spacing:1px;

	color:#333333;

	cursor:pointer;

	font-size:18px;

}

.payment-box .payment-options li .radio-option label strong{

}

.payment-box .payment-options li .radio-option input[type="radio"]{

	position:absolute;

	left:0px;

	top:3px;	

}

.payment-box .payment-options li .radio-option label .small-text{

	position:relative;

	display:none;

	letter-spacing:0px;

	text-transform:none;

	font-weight:normal;

	font-size:14px;

	color:#777777;

	line-height:1.8em;

	padding:15px 20px;

	margin-top:20px;

	background-color:#ededed;

}

.payment-box .payment-options li .radio-option input:checked + label .small-text{

	display:block;

}

.payment-box .payment-options li .radio-option label .small-text:before{

	position:absolute;

	content:'';

	left:30px;

	top:-11px;

	border-left: 10px solid transparent;

	border-right: 10px solid transparent;

	border-bottom: 15px solid #ededed;

}

.payment-box .payment-options li .radio-option label img{

	position:relative;

	display:block;

	max-width:100%;

	padding-left:30px;	

	margin-top:20px;

}

.payment-box .payment-options li .radio-option .what-paypall{

	position:relative;

	display:block;

	color:#777777;

	font-size:16px;

	font-weight:700;

	margin-left:120px;

	margin-top:10px;

}

.payment-box .lower-box{

	position:relative;

	padding:15px 15px;

}

.payment-box .lower-box .btn-style-one{

    font-size: 18px;

    font-weight: 700;

    border-radius: 0px;

    padding: 8px 19px;

    text-transform: capitalize;

}

/*** 

====================================================================

	MANUFACTO UPDATE STYLE

====================================================================

***/

/*** 

====================================================================

	Scroll To Top style

====================================================================

***/

.updated-scroll-to-top{

	position:fixed;

	bottom:20px;

	right:20px;

	width:60px;

	height:60px;

	color:#ffffff;

	font-size:24px;

	line-height:60px;

	text-align:center;

	z-index:100;

	cursor:pointer;

	background:#1b1a1c;

	display:none;

	border-radius: 0;

	-webkit-transition:all 300ms ease;

	-moz-transition:all 300ms ease;

	-ms-transition:all 300ms ease;

	-o-transition:all 300ms ease;

	transition:all 300ms ease;		

}

.updated-scroll-to-top .fa{

	font-weight:900;	

}

.updated-scroll-to-top:hover{

	background:var(--thm-secnd);

	color: #ffffff;

}

/*** 

====================================================================

	Main Header style

====================================================================

***/

.updated-main-header{

	position: absolute;

	left: 0;

	top: 0;

	width:100%;

	z-index: 9999;

}

.updated-main-header .updated-header-top{

	position: relative;

	background-color: transparent;

}

.updated-main-header .updated-header-top .inner-container{

	position: relative;

	padding: 0 40px;

}

.updated-main-header .top-left{

	position: relative;

	float: left;

}

.updated-main-header .top-left ul{

	position: relative;

	padding: 14px 0;

}

.updated-main-header .top-left ul li{

	position: relative;

	display:inline-block;

	padding-left: 45px;

	font-size: 14px;

	line-height: 24px;

	color: #dddddd;

	font-weight: 400;

	margin-right: 33px;

}

.updated-main-header .top-left ul li a{

	color: #dddddd;

	-webkit-transition: all 300ms ease;

	-moz-transition: all 300ms ease;

	-ms-transition: all 300ms ease;

	-o-transition: all 300ms ease;

	transition: all 300ms ease;

}

.updated-main-header .top-left ul li a:hover{

	color: var(--thm-base);

}

.updated-main-header .top-left ul li i{

	position: absolute;

	left: 0;

	top: 0;

	font-size: 24px;

	line-height: 25px;

	color: var(--thm-base);

}

.updated-main-header .top-right{

	position: relative;

	float: right;

}

.updated-main-header .top-right .top-links{

	position: relative;

	float: left;

	padding: 14px 0;

}

.updated-main-header .top-right .top-links li{

	position: relative;

	float: left;

	font-size: 14px;

	line-height: 24px;

	color: #dddddd;

	font-weight: 400;

	margin-left: 25px;

}

.updated-main-header .top-right .top-links li a{

	color: #dddddd;

	-webkit-transition: all 300ms ease;

	-moz-transition: all 300ms ease;

	-ms-transition: all 300ms ease;

	-o-transition: all 300ms ease;

	transition: all 300ms ease;

}

.updated-main-header .top-right .top-links li a:hover{

	color: var(--thm-base);

}

.updated-main-header .top-right .updated-social-icon-one{

	position: relative;

	float: right;

	margin-left: 55px;

	padding: 15px 0;

}

.updated-social-icon-one{

	position: relative;

}

.updated-social-icon-one li{

	position: relative;

	display: inline-block;

	margin-right: 20px;

}

.updated-social-icon-one li:last-child{

	margin-right: 0;

}

.updated-social-icon-one li a{

	position: relative;

	display: block;

	font-size: 16px;

	line-height: 25px;

	color: #777777;

	-webkit-transition: all 300ms ease;

	-moz-transition: all 300ms ease;

	-ms-transition: all 300ms ease;

	-o-transition: all 300ms ease;

	transition: all 300ms ease;

}

.updated-social-icon-one li a:hover{

	color: var(--thm-base);

}

/*=== Header Lower ===*/

.updated-main-header .header-lower{

	position: relative;

	z-index: 9999;

	background-color: #ffffff;

}

.updated-main-header .header-lower .inner-container{

	position: relative;

	padding: 0 40px;

}

.updated-main-header .header-lower .main-box{

	position: relative;

	padding-left: 260px;

}

.updated-main-header .header-lower .logo-box{

	position: absolute;

	left: 0;

	top: 0;

}

.updated-main-header .header-lower .logo{

	position: relative;

	padding: 15px 0;

	-webkit-transition:all 300ms ease;

	-moz-transition:all 300ms ease;

	-ms-transition:all 300ms ease;

	-o-transition:all 300ms ease;

	transition:all 300ms ease;

}

.updated-main-header .header-lower .logo img{

	position: relative;

	max-width: 100%;

	height: auto;

	height:50px;

	z-index:35;

}

.updated-main-header .header-lower .nav-outer{

	position: relative;

	float: left;

	width: 100%;

	border-left: 1px solid #cccccc;

}

.updated-main-header .main-box{

	position:relative;

	left:0px;

	top:0px;

	-webkit-transition:all 300ms ease;

	-moz-transition:all 300ms ease;

	-ms-transition:all 300ms ease;

	-o-transition:all 300ms ease;

	transition:all 300ms ease;

}

.updated-main-header .nav-toggler button{

	position:relative;

	display:block;

	color:#444444;

	text-align:center;

	font-size:24px;

	line-height:34px;

	font-weight:normal;

	background:none;

}

.updated-main-header .main-menu{

	position:relative;

	float:left;

}

.updated-main-header .navbar-toggler{

	border: 0 !important;

}

.updated-main-header .main-menu .navbar-header{

	display: none;

}

.updated-main-header .main-menu .navbar-collapse{

	padding:0px;	

}

.updated-main-header .main-menu .navigation{

	position:relative;

	margin:0px;

}

.updated-main-header .main-menu .navigation > li{

	position:relative;

	float:left;

	margin-left: 40px;

	-webkit-transition:all 300ms ease;

	-moz-transition:all 300ms ease;

	-ms-transition:all 300ms ease;

	-o-transition:all 300ms ease;

	transition:all 300ms ease;

}

.updated-main-header .main-menu .navigation > li > a{

	position:relative;

	display:block;

	font-size:16px;

	line-height:30px;

	font-weight:600;

	font-family: 'Barlow', sans-serif;

	color:var(--thm-secnd);

	padding:25px 0;

	opacity:1;

	text-align:center;

	text-transform: uppercase;

	-webkit-transition:all 300ms ease;

	-moz-transition:all 300ms ease;

	-ms-transition:all 300ms ease;

	-o-transition:all 300ms ease;

	transition:all 300ms ease;

}

.updated-main-header .main-menu .navigation > li.dropdown > a{

	padding-right: 15px;

}

.updated-main-header .main-menu .navigation > li.dropdown > a:after{

	content: "\f107";

	font-family: 'FontAwesome';

	font-weight: 400;

	position:absolute;

	right:0px;

	top: 25px;

	color:var(--thm-secnd);

	line-height:30px;

	font-size:14px;

	z-index:5;	

	-webkit-transition:all 300ms ease;

	-moz-transition:all 300ms ease;

	-ms-transition:all 300ms ease;

	-o-transition:all 300ms ease;

	transition:all 300ms ease;

}

.updated-main-header .main-menu .navigation > li.current > a:after,

.updated-main-header .main-menu .navigation > li:hover > a:after,

.updated-main-header .main-menu .navigation > li.current > a,

.updated-main-header .main-menu .navigation > li:hover > a{

	color:var(--thm-base);

}

	

.updated-main-header .main-menu .navigation > li > ul > li > ul > li:hover > a{

	color:#25262c;

	background:#ffffff;

}

.updated-main-header .main-menu .navigation > li > ul > li > ul > li.dropdown > a:after{

	font-family: 'FontAwesome';

	content: "\f105";

	position:absolute;

	right:10px;

	top:11px;

	width:10px;

	height:20px;

	display:block;

	color:#292929;

	line-height:20px;

	font-size:13px;

	font-weight: 400;

	text-align:center;

	z-index:5;	

}

.updated-main-header .main-menu .navigation > li > ul > li > ul > li.dropdown:hover > a:after{

	color:#ffffff;

}

.updated-main-header .main-menu .navigation > li > ul{

	position:absolute;

	left:0px;

	top:100%;

	width:250px;

	padding:0px 0px;

	z-index:100;

	background-color: var(--thm-secnd);

	border-top:2px solid var(--thm-base);

	-webkit-transform:scaleY(0);

	-ms-transform:scaleY(0);

	-moz-transform:scaleY(0);

	transform:scaleY(0);

	-webkit-transform-origin:top;

	-ms-transform-origin:top;

	-moz-transform-origin:top;

	transform-origin:top;

	-webkit-transition:all 300ms ease;

	-ms-transition:all 300ms ease;

	-moz-transition:all 300ms ease;

	transition:all 300ms ease;

	-webkit-box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);

	-ms-box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);

	-o-box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);

	-moz-box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);

	box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);

}

.updated-main-header .main-menu .navigation > li > ul.from-right{

	left:auto;

	right:0px;	

}

.updated-main-header .main-menu .navigation > li > ul > li{

	position:relative;

	width:100%;

	border-bottom:1px solid rgba(255,255,255,0.10);

}

.updated-main-header .main-menu .navigation > li > ul > li:last-child{

	border-bottom:none;	

}

.updated-main-header .main-menu .navigation > li > ul > li > a{

	position:relative;

	display:block;

	padding:10px 20px;

	line-height:24px;

	font-family: 'Barlow', sans-serif;

	font-weight:600;

	font-size:16px;

	color:#ffffff;

	text-align:left;

	text-transform:uppercase;

	transition:all 500ms ease;

	-moz-transition:all 500ms ease;

	-webkit-transition:all 500ms ease;

	-ms-transition:all 500ms ease;

	-o-transition:all 500ms ease;

}

.updated-main-header .main-menu .navigation > li > ul > li:hover > a{

	color:#ffffff;

	background:var(--thm-base);

}

.updated-main-header .main-menu .navigation > li > ul > li.dropdown > a:after{

	font-family: 'FontAwesome';

	content: "\f105";

	position:absolute;

	right:15px;

	top:11px;

	width:10px;

	height:20px;

	display:block;

	line-height:20px;

	font-size:13px;

	color: #ffffff;

	font-weight: 400;

	text-align:center;

	z-index:5;	

}

.updated-main-header .main-menu .navigation > li > ul > li.dropdown:hover > a:after{

	color:#ffffff;

}

.updated-main-header .main-menu .navigation > li > ul > li > ul{

	position:absolute;

	left:100%;

	top:-2px;

	width:250px;

	padding:0px;

	z-index:100;

	display:none;

	background-color: var(--thm-secnd);

	border-top:2px solid var(--thm-base);

	-webkit-transform:scaleY(0);

	-ms-transform:scaleY(0);

	-moz-transform:scaleY(0);

	transform:scaleY(0);

	-webkit-transform-origin:top;

	-ms-transform-origin:top;

	-moz-transform-origin:top;

	transform-origin:top;

	-webkit-transition:all 300ms ease;

	-ms-transition:all 300ms ease;

	-moz-transition:all 300ms ease;

	transition:all 300ms ease;

	-webkit-box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);

	-ms-box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);

	-o-box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);

	-moz-box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);

	box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);

}

.updated-main-header .main-menu .navigation > li > ul > li > ul > li{

	position:relative;

	width:100%;

	border-bottom:1px solid rgba(255,255,255,0.10);

}

.updated-main-header .main-menu .navigation > li > ul > li > ul > li:last-child{

	border-bottom:none;	

}

.updated-main-header .main-menu .navigation > li > ul > li  > ul > li > a{

	position:relative;

	display:block;

	padding:10px 20px;

	line-height:24px;

	font-weight:600;

	font-family: 'Barlow', sans-serif;

	font-size:16px;

	color:#ffffff;

	text-align:left;

	text-transform:uppercase;

	transition:all 500ms ease;

	-moz-transition:all 500ms ease;

	-webkit-transition:all 500ms ease;

	-ms-transition:all 500ms ease;

	-o-transition:all 500ms ease;

}

.updated-main-header .main-menu .navigation > li > ul > li  > ul > li > a:hover{

	color:#ffffff;

	background:var(--thm-base);

}

.updated-main-header .main-menu .navigation > li.dropdown:hover > ul{

	-webkit-transform:scaleY(1);

	-ms-transform:scaleY(1);

	-moz-transform:scaleY(1);

	transform:scaleY(1);

	visibility:visible;

	opacity:1;

	top:100%;	

}

.updated-main-header .main-menu .navigation li > ul > li.dropdown:hover > ul{

	-webkit-transform:scaleY(1);

	-ms-transform:scaleY(1);

	-moz-transform:scaleY(1);

	transform:scaleY(1);

	visibility:visible;

	opacity:1;	

}

.updated-main-header .main-menu .navbar-collapse > ul li.dropdown .dropdown-btn{

	position:absolute;

	right:10px;

	top:8px;

	width:34px;

	height:30px;

	border:1px solid #ffffff;

	text-align:center;

	font-size:16px;

	line-height:30px;

	color:#ffffff;

	cursor:pointer;

	z-index:5;

	display:none;

}

.updated-main-header .outer-box{

	position: relative;

	float: right;

	z-index:40;

}

/*search box btn*/

.updated-main-header .search-box-outer{

	position:relative;

	float: left;

	margin-left: 0px;

	-webkit-transition:all 300ms ease;

	-moz-transition:all 300ms ease;

	-ms-transition:all 300ms ease;

	-o-transition:all 300ms ease;

	transition:all 300ms ease;

}

.updated-main-header .search-box-btn{

	position: relative;

	height: 80px;

	width: 70px;

    cursor: pointer;

    background: none;

    font-size: 18px;

    color: var(--thm-secnd);

	outline: none;

	border-left: 1px solid #cccccc;

	-webkit-transition:all 300ms ease;

	-moz-transition:all 300ms ease;

	-ms-transition:all 300ms ease;

	-o-transition:all 300ms ease;

	transition:all 300ms ease;

}

.updated-main-header .search-box-btn:hover{

	color: var(--thm-base);

}

.dropdown-toggle::after{

	display: none;

}

.updated-main-header .search-box-outer .dropdown-menu{

	top:100% !important;

	right: 0 !important;

	left:auto !important;

	padding:0px;

	width:280px;	

	border-radius:0px;

	border-top:3px solid #25262c;

	-webkit-transform: translate3d(0px, 0px, 0px) !important;

	-ms-transform: translate3d(0px, 0px, 0px) !important;

	-moz-transform: translate3d(0px, 0px, 0px) !important;

	transform: translate3d(0px, 0px, 0px) !important;

}

.updated-main-header .search-panel .form-container{

	padding:25px 20px;	

}

.updated-main-header .search-panel .form-group{

	position:relative;

	margin:0px;	

}

.updated-main-header .search-panel input[type="text"],

.updated-main-header .search-panel input[type="search"],

.updated-main-header .search-panel input[type="password"],

.updated-main-header .search-panel select{

	display:block;

	width:100%;

	line-height:24px;

	padding:7px 40px 7px 15px;

	height:40px;

	font-size:14px;

	border:1px solid #e0e0e0;

	background:#ffffff;	

}

.updated-main-header .search-panel input:focus,

.updated-main-header .search-panel select:focus{

	border-color:#25262c;	

}

.updated-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:pointer;

}

.updated-main-header .cart-btn{

	position: relative;

	float: left;

}

.updated-main-header .cart-btn a{

	position: relative;

	display: block;

	height: 80px;

	width: 80px;

	text-align: center;

	line-height: 80px;

	border-left: 1px solid #cccccc;

	font-size: 25px;

	color: var(--thm-secnd);

	z-index: 9;

}

.updated-main-header .cart-btn .count{

	position: absolute;

	right: 18px;

	top: 14px;

	height: 16px;

	width: 16px;

	text-align: center;

	line-height: 16px;

	font-size: 10px;

	color: #ffffff;

	background-color: var(--thm-base);

	border-radius: 50%;

}

.updated-main-header .call-btn{

	position: relative;

	float: right;

}

.updated-main-header .call-btn a{

	position: relative;

	display: block;

	font-size: 16px;

	text-transform:uppercase;

	font-weight:600;

	font-family: 'Barlow', sans-serif;

	padding: 25px 60px;

	min-height:80px;

	border-radius: 0;

}

/*=== Header Lower ===*/

.updated-header-style-two .header-lower{

	position: absolute;

	left: 0;

	top: 100%;

	width: 100%;

	min-height: auto;

	z-index: 99999;

	background-color: transparent;

}

.updated-header-style-two .header-lower .main-box{

	padding: 0;	

	background-color: var(--thm-base);

}

.updated-header-style-two .header-lower .main-box:before{

	position: absolute;

	left: 0;

	top: 0;

	height: 100%;

	width: 1000%;

	background-color: var(--thm-base);

	content: "";

}

.updated-header-style-two .header-lower .nav-outer{

	float: left;

	width: 100%;

	padding-left: 80px;

	border: 0;

}

.updated-header-style-two .header-lower .nav-toggler{

	position: absolute;

	left: 0;

	top: 0;

	z-index: 9;

}

.updated-header-style-two .header-lower .nav-toggler .nav-btn{

	height: 50px;

	width: 50px;

	font-size: 18px;

	color: #ffffff;

	text-align: center;

	line-height: 50px;

	background-color: var(--thm-secnd);

	cursor: pointer;

}

.updated-header-style-two .main-menu .navigation > li{

	padding: 0;

	margin-left: 0;

	margin-right: 40px;

}

.updated-header-style-two .main-menu .navigation > li > a,

.updated-header-style-two .main-menu .navigation > li.dropdown > a{

	color: #ffffff !important;

	text-transform: uppercase; 

    padding: 10px 0;

}

.updated-header-style-two .main-menu .navigation > li > a:after{

	display: none;

}

.updated-header-style-two .header-lower .updated-social-icon-three{

	position: relative;

	float: left;

}

.updated-social-icon-three{

	position: relative;

}

.updated-social-icon-three li{

	position: relative;

	float: left;

	margin-left: 10px;

}

.updated-social-icon-three li a{

	position: relative;

	display: block;

	font-size: 16px;

	line-height: 30px;

	width: 35px;

	text-align: center;

	color: var(--thm-secnd);

	padding: 10px 0;

	font-weight: 400;

	-webkit-transition: all 300ms ease;

	-moz-transition: all 300ms ease;

	-ms-transition: all 300ms ease;

	-o-transition: all 300ms ease;

	transition: all 300ms ease;

}

.updated-social-icon-three li a:hover{

	color: #ffffff;

	background-color: var(--thm-secnd);

}

.updated-header-style-two .search-box-outer{

	padding: 0;

	margin-left: 40px;

}

.updated-header-style-two .search-box-btn{

	position: relative;

	font-size: 14px;

	line-height: 30px;

	color: var(--thm-base);

	font-weight: 400;

	padding: 10px 0;

	width: 50px;

	background-color: #ffffff;

	text-align: center;

	height: auto;

	border:0;

	border-radius: 0;

	-webkit-transition: all 300ms ease;

	-moz-transition: all 300ms ease;

	-ms-transition: all 300ms ease;

	-o-transition: all 300ms ease;

	transition: all 300ms ease;

}

.updated-header-style-two .search-box-btn:hover{

	background-color: var(--thm-secnd);

	color: #ffffff;

}

.updated-header-style-two .search-box-outer .dropdown-menu{

}

/*** 

====================================================================

				Header Style Two

====================================================================

***/

.updated-header-style-two{

	position: relative;

}

.updated-header-style-two .header-upper{

	position:relative;

	z-index:5;

	z-index: 99999;

	background-image: url(../updated-images/icons/pattern.png);

	background-repeat: repeat;

	background-position: right;

}

.updated-header-style-two .header-upper .inner-container{

	position: relative;

	background-color: var(--thm-secnd);

	padding-right: 40px;

}

.updated-header-style-two .header-upper .inner-container:before{

	position: absolute;

	top: 0;

	right: 0;

	background-color: var(--thm-secnd);

	height: 100%;

	width: 1000%;

	content: "";

}

.updated-header-style-two .header-upper .logo-outer{

	position:relative;

	float: left;

	z-index:25;

}

.updated-header-style-two .logo-outer{

	padding: 22.5px 0px;

}

.updated-header-style-two .logo-outer .logo img{

	position:relative;

	display:inline-block;

	max-width:100%;

	height:60px;

}

.updated-header-style-two .header-upper .upper-right{

	position:relative;

	float: right;

	padding-top: 30px;

}

.updated-header-style-two .info-box{

	position:relative;

	float:left;

	padding-left: 55px;

	margin-left: 40px;

	min-height:40px;

}

.updated-header-style-two .info-box .icon-box{

	position:absolute;

	left:0px;

	top: 0;

	line-height: 40px;

	text-align: center;

	font-size: 34px;

	color: var(--thm-base);

	font-weight: 400;

	-moz-transition:all 300ms ease;

	-webkit-transition:all 300ms ease;

	-ms-transition:all 300ms ease;

	-o-transition:all 300ms ease;

	transition:all 300ms ease;

}

.updated-header-style-two .info-box li{

	position:relative;

	font-size:16px;

	line-height:20px;

	color:#ffffff;

	font-weight:400;

}

.updated-header-style-two .info-box li span{

	position:relative;

	display: block;

	font-size: 12px;

	color: #bbbbbb;

	font-weight:400;

	line-height: 15px;

	margin-bottom: 5px;

}

/*** 

====================================================================

				Header Style Three

====================================================================

***/

.updated-header-style-three{

    position: absolute;

    width: 100%;

    z-index: 999;

	transition: all 300ms ease;

}

.updated-header-style-three .header-lower{

	position: relative;

	background-color: transparent;

	transition: all 300ms ease;

}

.updated-header-style-three .header-lower .main-box,

.updated-header-style-three .header-lower .inner-container{

	padding: 0;

}

.updated-header-style-three .header-lower .logo-box{

	position: relative;

	float: left;

	background-color: var(--thm-base);

}

.updated-header-style-three .header-lower .logo{

	padding: 25px 20px;

	-webkit-transition: all 300ms ease;

	-moz-transition: all 300ms ease;

	-ms-transition: all 300ms ease;

	-o-transition: all 300ms ease;

	transition: all 300ms ease;

}

.updated-header-style-three .header-lower .nav-outer{

	float: right;

	width: auto;

	border:0;

	-webkit-transition: all 300ms ease;

	-moz-transition: all 300ms ease;

	-ms-transition: all 300ms ease;

	-o-transition: all 300ms ease;

	transition: all 300ms ease;

}

.updated-header-style-three .main-menu .navigation > li{

	padding: 0;

	margin-left: 0;

	margin-right: 40px;

}

.updated-header-style-three .main-menu .navigation > li:before{

	position: absolute;

	left: 0;

	right: 0;

	margin: 0 auto;

	top: 0px;

	height: 0px;

	width: 2px;

	background-color: var(--thm-base);

	content: "";

	-webkit-transition: all 300ms ease;

	-moz-transition: all 300ms ease;

	-ms-transition: all 300ms ease;

	-o-transition: all 300ms ease;

	transition: all 300ms ease;

}

.updated-header-style-three .main-menu .navigation > li:hover:before,

.updated-header-style-three .main-menu .navigation > li.current:before{

	height: 30px;

}

.updated-header-style-three .main-menu .navigation > li > a{

	color: #ffffff;

	text-transform: uppercase; 

    padding: 35px 0;

	padding-right: 0px !important;

}

.updated-header-style-three .main-menu .navigation > li > a:after{

	display: none;

}

.updated-header-style-three .header-lower .nav-outer .outer-box{

	position: relative;

	padding-left: 20px;

	padding-top: 25px;

}

.updated-header-style-three .call-btn{

	position: relative;

	display: block;

	font-size: 18px;

	line-height: 30px;

	color: #ffffff;

	font-weight: 400;

	padding: 10px 90px 10px 80px; 

	background-color: var(--thm-base);

	border-radius: 25px 0 0 25px;

}

.updated-header-style-three .call-btn i{

	position: absolute;

	left: 0;

	top: 0;

	height: 50px;

	width: 50px;

	border-radius: 50%;

	background-color: var(--thm-secnd);

	color: #ffffff;

	text-align: center;

	line-height: 50px;

}

.updated-header-style-three.fixed-header .header-lower{

	background-color: rgba(0,0,0,0.90);

	z-index:999;

	opacity:1;

	visibility:visible;

	position: relative;

}

/*** 

====================================================================

				Sticky Header

====================================================================

***/

.updated-main-header .sticky-header {

    position: fixed;

    visibility: hidden;

    opacity: 0;

    left: 0px;

    top: 0px;

    width: 100%;

    padding: 0px 0px;

    z-index: 99999;

    background: #ffffff;

    border-bottom: 1px solid #f1f1f1;

}

.updated-main-header.fixed-header .sticky-header{

	opacity:1;

	z-index: 9999;

	visibility:visible;

}

.updated-main-header.fixed-header .sticky-header .logo{

	padding: 20px 0;

}

.updated-main-header.fixed-header .sticky-header .logo img{

	height:40px;

}

.updated-main-header .sticky-header .main-menu .navigation > li{

	margin-left: 50px;

	padding: 0;

	margin-right: 0;

	background-color: transparent;

}

.updated-main-header .sticky-header .main-menu .navigation > li:after{

	display: none;

}

.updated-main-header .sticky-header .main-menu .navigation > li > a{

	padding:25px 0px !important;

	line-height:30px;

	font-size:16px;

	font-weight:600;

	font-family: 'Barlow', sans-serif;

	color:var(--thm-secnd) !important;

	text-transform:uppercase;

	-webkit-transition: all 300ms ease;

	-moz-transition: all 300ms ease;

	-ms-transition: all 300ms ease;

	-o-transition: all 300ms ease;

	transition: all 300ms ease;

}

.updated-main-header .sticky-header .main-menu .navigation > li:hover > a,

.updated-main-header .sticky-header .main-menu .navigation > li.current > a,

.updated-main-header .sticky-header .main-menu .navigation > li.current-menu-item > a{

	opacity:1;

	color: var(--thm-base);

	background-color: #ffffff;

}

.updated-main-header .sticky-header .main-menu .navigation > li:before,

.updated-main-header .sticky-header .main-menu .navigation > li.dropdown > a:after{

	display: none;

}

.updated-main-header .sticky-header .main-menu .navigation > li.dropdown:hover > ul{

	margin-top: 0;

}

/***

====================================================================

	Hidden Sidebar style

====================================================================

***/

.hidden-bar{

	position: fixed;

    right: -500px;

    top: 0px;

    max-width: 100%;

	height:100%;

	overflow-y:auto;

    z-index: 99999;

    opacity: 0;

	background-color: var(--thm-secnd);

    visibility: hidden;

    -webkit-transition: all 0.5s ease;

    -moz-transition: all 0.5s ease;

    -ms-transition: all 0.5s ease;

    -o-transition: all 0.5s ease;

    transition: all 0.5s ease;

}

.side-content-visible .hidden-bar{

	right:0px;

	opacity:1;

	visibility:visible;

}

.hidden-bar .inner-box{

	position:relative;

	background-color: var(--thm-secnd);

	padding:55px 30px 50px;

}

.hidden-bar .inner-box .cross-icon{

	position:absolute;

	right:30px;

	top:30px;

	cursor:pointer;

	color:#ffffff;

	font-size:20px;

}

.hidden-bar .inner-box h2{

	position:relative;

	font-size:28px;

	font-weight:500;

	line-height:1.2em;

	color:#ffffff;

	margin-bottom:20px;

}

/*Appointment Form*/

.hidden-bar .appointment-form{

	position:relative;

}

.hidden-bar .appointment-form .form-group{

	position:relative;

	margin-bottom:15px;

}

.hidden-bar .appointment-form input[type="text"],

.hidden-bar .appointment-form input[type="email"],

.hidden-bar .appointment-form textarea{

	position:relative;

	display:block;

	width:100%;

	line-height:23px;

	padding:10px 25px;

	height:45px;

	color:#ffffff;

	font-size:16px;

	border:1px solid rgba(255,255,255,0.10);

	background:none;

	transition:all 300ms ease;

	-ms-transition:all 300ms ease;

	-webkit-transition:all 300ms ease;

}

.hidden-bar .appointment-form input::placeholder,

.hidden-bar .appointment-form textarea::placeholder{

	color:#bdbdbd;

}

.hidden-bar .appointment-form input:focus,

.hidden-bar .appointment-form textarea:focus{

	border-color: #ffffff;

}

.hidden-bar .appointment-form textarea{

	height:135px;

	resize:none;

}

.hidden-bar .appointment-form .form-group button{

	margin-top:10px;

	display: block;

	width: 100%;

	border-radius: 0;

	font-weight: 500;

}

.updated-contact-info-box{

	position:relative;

	padding-top:20px;

}

.updated-contact-info-box .info-list{

	position:relative;

	padding-bottom:18px;

	margin-bottom:25px;

}

.updated-contact-info-box .info-list li{

	position:relative;

	color:#ffffff;

	font-size:18px;

	font-weight:500;

	margin-bottom:5px;

}

.updated-contact-info-box .info-list:before{

	position:absolute;

	content:'';

	left:0px;

	bottom:0px;

	width:50px;

	height:1px;

	background-color:#ffffff;

}

.updated-contact-info-box .social-list{

	position:relative;

}

.updated-contact-info-box .social-list li{

	position: relative;

    width: 50%;

    float: left;

    margin-bottom: 6px;

    display: inline-block;

}

.updated-contact-info-box .social-list li a{

    position: relative;

    font-size: 15px;

    font-weight: 500;

    color: rgba(255,255,255,0.50);

    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;

}

.updated-contact-info-box .social-list li a:hover{

	color: rgba(255,255,255,0.80);

}

.form-back-drop{

	position:fixed;

	right:0px;

	top:0px;

	width:100%;

	height:100%;

	opacity:0;

	background:rgba(0,0,0,0.70);

	visibility:hidden;

	z-index:99999;

	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;	

}

.side-content-visible .form-back-drop{

	opacity:1;

	visibility:visible;

}

.mCSB_inside>.mCSB_container{

	margin-right: 0;

}

/*** 

====================================================================

		Section Title

====================================================================

***/

.updated-sec-title{

	position:relative;

	margin-bottom:50px;

}

.updated-sec-title .title{

	position: relative;

	display: block;

	font-size: 14px;

	line-height: 28px;

	color: #777777;

	font-weight: 700;

	text-transform: uppercase;

	margin-bottom: 10px;

}

.updated-sec-title h2{

	display: block;

	font-size:36px;

	line-height:1.2em;

	padding-bottom: 25px;

}

.updated-sec-title h2:before{

	position: absolute;

	left: 0;

	bottom: 0;

	height: 3px;

	width: 70px;

	background-color: var(--thm-base);

	content: '';

}

.updated-sec-title .text{

	position: relative;

	font-size: 14px;

	line-height: 28px;

	color: #777777;

	font-weight: 400;

	margin-top: 30px; 

}

.updated-sec-title.text-center h2:before{

	right: 0;

	margin:0 auto;

}

.updated-sec-title.light .title{

	color: #dddddd;

}

.updated-sec-title.light h2{

	color: #ffffff;

}

/*** 

====================================================================

			Page Title

====================================================================

***/

.updated-page-title{

	position:relative;

	padding: 260px 0 180px;

	background-repeat:no-repeat;

	background-position:center center;

	background-size:cover;

}

.updated-page-title:before{

	content:'';

	left:0px;

	top:0px;

	width:100%;

	height:100%;

	background:#000000;

	opacity: .50;

	position:absolute;

}

.updated-page-title .inner-container{

	position: relative;

}

.updated-page-title h1{

	position:relative;

	float: left;

	font-size:50px;

	color:#ffffff;

	line-height: 60px;

	font-weight: 500;

}

.updated-page-title h1:before{

	position: absolute;

	right: -30px;

	top: 0;

	font-size: 60px;

	line-height: 60px;

	color: var(--thm-base);

	font-weight: 500;

	content: ".";

}

.updated-page-title .bread-crumb {

	position: relative;

	float: right;

	padding: 15px 0;

}

.updated-page-title .bread-crumb li{

	position: relative;

	float: left;

	font-size: 16px;

	line-height: 30px;

	color: var(--thm-base);

	font-weight: 400;

	text-transform: capitalize;

	cursor: default;

	padding-right:  15px;

	margin-right: 5px;

}

.updated-page-title .bread-crumb li:before{

	position: absolute;

	right: 3px;

	font-size: 16px;

	line-height: 30px;

	color: #ffffff;

	content: "|";

}

.updated-page-title .bread-crumb li:last-child{

	padding-right: 0;

	margin-right: 0;

}

.updated-page-title .bread-crumb li:last-child:before{

	display: none;

}

.updated-page-title .bread-crumb li a{

	color:#ffffff;

	-webkit-transition: all 300ms ease;

	-moz-transition: all 300ms ease;

	-ms-transition: all 300ms ease;

	-o-transition: all 300ms ease;

	transition: all 300ms ease;

}

.updated-page-title .bread-crumb li a:hover{

	color:var(--thm-base);	

}

/*** 

====================================================================

			Main Slider

====================================================================

***/

.updated-main-slider{

	position:relative;	

	z-index:10;

}

.updated-main-slider .tp-caption{

	z-index:5;

}

.updated-main-slider .tp-dottedoverlay{

	background:rgba(37,37,37,0.55);

}

.updated-main-slider .left-border{

	position: relative;

	display: block;

	height: 207px;

	width: 2px;

	background-color: #ffffff;

}

.updated-main-slider h2{

	font-size:72px;

	line-height:96px;

	color: #ffffff;

	font-weight:500;

	font-family: "Rubik", sans-serif;

}

.updated-main-slider h2 span{

	color: var(--thm-base);

}

.updated-main-slider .text{

	position: relative;

	font-size: 18px;

	line-height: 30px;

	color: #ffffff;

	font-weight: 500;

}

.updated-main-slider .btn-box{

	position: relative;

}

.updated-main-slider .btn-box a{

	margin-right: 30px;

	padding: 15px 40px;

}

.updated-main-slider .project-box{

	position: relative;

}

.updated-main-slider .project-box .inner-box{

	position: relative;

	background-color: #f5f5f5;

	text-align: center;

	padding: 50px 50px;

	border-radius: 10px;

	width: 100%;

}

.updated-main-slider .project-box .icon{

	position: relative;

	display: block;

	font-size: 110px;

	line-height: 1em;

	color: var(--thm-base);

	margin-bottom: 25px;

}

.updated-main-slider .project-box p{

	position: relative;

	display: block;

	font-size: 14px;

	line-height: 30px;

	color: #777777;

	font-weight: 400;

	margin-bottom: 35px;

}

.updated-main-slider .project-box .link{

	position: relative;

	display: block;

	font-size: 14px;

	line-height: 30px;

	color: var(--thm-secnd);

	font-weight: 700;

	text-transform: uppercase;

	-webkit-transition: all 300ms ease;

	-moz-transition: all 300ms ease;

	-ms-transition: all 300ms ease;

	-o-transition: all 300ms ease;

	transition: all 300ms ease;

}

.updated-main-slider .project-box .link i{

	color: var(--thm-base);

	margin-left: 5px;

}

.updated-main-slider .project-box .link:hover{

	color: var(--thm-base);

}

.updated-main-slider .title{

	position: relative;

	display: block;

	font-size: 16px;

	line-height: 26px;

	color: var(--thm-base);

	font-weight: 700;

	text-transform: uppercase; 

}

.updated-main-slider.style-two .tp-dottedoverlay{

	background:rgba(34,34,34,0.50);

}

.updated-main-slider.style-two h2{

	position: relative;

	display: block;

	font-size: 48px;

	line-height: 72px;

	color: #ffffff;

	font-weight: 500;

	text-transform: uppercase;

}

.updated-main-slider.style-two .text{

	font-size: 16px;

	line-height: 26px;

	color: #ffffff;

	font-weight: 400;

}

.updated-main-slider.style-two .btn-box{

	position: relative;

}

.updated-main-slider.style-two .btn-box .theme-btn{

	padding: 10px 35px;

	padding-right: 88px;

}

.updated-main-slider.style-two .btn-box .theme-btn i{

	position: absolute;

	right: 0;

	top: 0;

	height: 100%;

	width: 50px;

	background-color: #ffffff;

	text-align: center;

	color: var(--thm-secnd);

	line-height: 50px;

	border-radius: 0 50px 50px 0;

}

/*** 

====================================================================

		Banner Section

====================================================================

***/

.updated-banner-section{

	position: relative;

}

.updated-banner-carousel{

 	position: relative;

}

.updated-banner-carousel .slide-item{

	position: relative;

	background-repeat: no-repeat;

	background-position: center;

	background-size: cover;

	padding: 230px 0 270px;

}

.updated-banner-carousel .slide-item:before{

	position: absolute;

	left: 0;

	top: 0;

	height: 100%;

	width: 100%;

	background-color: #000000;

	opacity: 0.50;

	content: "";

}

.updated-banner-carousel .content-box{

	position: relative;

	padding: 100px 100px;

	padding-right: 0;

}

.updated-banner-carousel .content-box:before{

	position: absolute;

	left: 0;

	top: 0;

	height: 100%;

	width: 250px;

	border:20px solid var(--thm-base);

	opacity: 0.50;

	content: "";

}

.updated-banner-carousel h2{

	position: relative;

	font-size: 54px;

	line-height: 72px;

	color: #ffffff;

	margin-bottom: 30px;

	opacity: 0;

	visibility: hidden;

	-webkit-transform: translateX(100px);

	-moz-transform: translateX(100px);

	-ms-transform: translateX(100px);

	-o-transform: translateX(100px);

	transform: translateX(100px);

	-webkit-transition: all 500ms ease;

	-moz-transition: all 500ms ease;

	-ms-transition: all 500ms ease;

	-o-transition: all 500ms ease;

	transition: all 500ms ease;

}

.updated-banner-carousel .active h2{

	opacity: 1;

	visibility: visible;

	-webkit-transform: translateX(0);

	-moz-transform: translateX(0);

	-ms-transform: translateX(0);

	-o-transform: translateX(0);

	transform: translateX(0);

	-webkit-transition-delay: 500ms;

	-moz-transition-delay: 500ms;

	-ms-transition-delay: 500ms;

	-o-transition-delay: 500ms;

	transition-delay: 500ms;

}

.updated-banner-carousel .link-box{

	position: relative;

}

.updated-banner-carousel .link-box .link{

	position: relative;

	display: inline-block;

	font-size: 16px;

	line-height: 1.2em;

	color: #ffffff;

	font-weight: 600;

	text-transform:uppercase;

	-webkit-transition: all 500ms ease;

	-moz-transition: all 500ms ease;

	-ms-transition: all 500ms ease;

	-o-transition: all 500ms ease;

	transition: all 500ms ease;

}

.updated-banner-carousel .link-box .link:hover{

	color: var(--thm-base);

}

.updated-banner-carousel .link-box .link i{

	font-family: 'FontAwesome';

	font-weight:400;

	margin-left: 5px;

}

.updated-banner-section .float-text{

    position: absolute;

    right: -60px;

    bottom: 350px;

    font-size: 18px;

    line-height: 30px;

    padding: 25px 0;

    display: block;

    color: #ffffff;

	-webkit-transform: rotate(-90deg);

	-ms-transform: rotate(-90deg);

    transform: rotate(-90deg);

    letter-spacing: 0.50em;

    text-transform: uppercase;

    z-index: 9;

}

.updated-banner-section .left-bar{

	position: absolute;

	left: 0;

	top: 0;

	height: 100%;

	width: 100px;

	background-color: var(--thm-secnd);

	z-index: 99;

}

.updated-banner-section .social-icon{

	position: absolute;

	left: 0;

	bottom: 70px;

}

.updated-banner-section .social-icon li{

	position: relative;

	display: block;

	width: 100px;

	margin-bottom: 32px;

	text-align: center;

}

.updated-banner-section .social-icon li a{

	position: relative;

	display: inline-block;

	font-size: 18px;

	line-height: 20px;

	color: #dddddd;

	font-weight: 400;

	-webkit-transition:all 300ms ease;

	-moz-transition:all 300ms ease;

	-ms-transition:all 300ms ease;

	-o-transition:all 300ms ease;

    transition: all 300ms ease;

}

.updated-banner-section .social-icon li a:hover{

	color: var(--thm-base);

}

.updated-banner-carousel .owl-nav{

	position: absolute;

	left: 0;

	right: 0;

	bottom: 70px;

	max-width: 1170px;

	margin: 0 auto;

    z-index: 99;

}

.updated-banner-carousel .owl-prev, 

.updated-banner-carousel .owl-next{

	position: relative;

	display: inline-block;

	line-height: 24px;

	font-size: 14px;

	color: #ffffff;

	font-weight: 500;

	text-transform: uppercase;

	font-family: "Rubik", sans-serif;

	-webkit-transition:all 300ms ease;

	-moz-transition:all 300ms ease;

	-ms-transition:all 300ms ease;

	-o-transition:all 300ms ease;

    transition: all 300ms ease;

}

.updated-banner-carousel .owl-next{

	margin-left: 20px;

}

.updated-banner-carousel .owl-prev:hover, 

.updated-banner-carousel .owl-next:hover{

	color: var(--thm-base);

}

.updated-banner-carousel .owl-dots {

	position: absolute;

	bottom: 0;

	right: 80px;

	width: 80px;

	height: 140px;

	padding: 0 15px;

	text-align: right;

	border-radius: 40px 40px 0 0;

	background-color: var(--thm-base);

	counter-reset: slides-num;

}

.updated-banner-carousel .owl-dots:after {

	content:"0" counter(slides-num);

	display: inline-block;

	line-height: 70px;

	font-size: 14px;

	font-weight: 700;

	vertical-align: middle;

	color: #ffffff;

	font-family: "Rubik", sans-serif;

}

.updated-banner-carousel .owl-dot {

	display: inline-block;

	counter-increment: slides-num;

}

.updated-banner-carousel .owl-dot span {

 	display: none;

}

.updated-banner-carousel .owl-dot.active:before {

	content:"0" counter(slides-num) "/";

	display: inline-block;

	vertical-align: middle;

	font-size: 16px;

	line-height: 50px;

	color: var(--thm-secnd);

	position: absolute;

	font-weight: 700;

	left: 14px;

	top: 10px;

	font-family: "Rubik", sans-serif;

	width: 30px;

}

/*** 

====================================================================

			Welcome Section

====================================================================

***/

.updated-welcome-section{

	position: relative;

	padding: 60px 0;

	background-color: #f5f5f5;

}

.updated-welcome-section .title-column{

	position: relative;

}

.updated-welcome-section .title-column .inner-column{

	position: relative;

	text-align: right;

	padding-right: 30px;

	border-right: 1px solid #dddddd;

}

.updated-welcome-section .title-column h2{

	position: relative;

	display: block;

	font-size: 36px;

	line-height: 1.2em;

	color: var(--thm-base);

	font-weight: 700;

	font-family: "Roboto", sans-serif;

}

.updated-welcome-section .title-column h2 span{

	color: var(--thm-secnd);

	text-transform: uppercase;

}

.updated-welcome-section .text-column{

	position: relative;

}

.updated-welcome-section .text-column .inner-column{

	position: relative;

}

.updated-welcome-section .text-column .text{

	position: relative;

	display: block;

	font-weight: 400;

}

/*** 

====================================================================

			About Section

====================================================================

***/

.updated-about-section{

	position: relative;

	background-repeat: no-repeat;

	background-position: center;

	background-size: cover;

	padding: 100px 0;

}

.updated-about-section .image-column{

	position: relative;

}

.updated-about-section .image-column .inner-column{

	position: relative;

	margin-right: -100px;

	padding-right: 100px;

	text-align: right;

}

.updated-about-section .image-column .inner-column:before{

	position: absolute;

	left: 0;

	top:100px;

	height: 530px;

	width: 700px;

	border:13px solid var(--thm-base);

	content: "";

	z-index: 1;

}

.updated-about-section .image-column .title-box{

	position: absolute;

	top: 345px;

	left: 70px;

	width: 100%;

	text-align: left;

	z-index: 9;

}

.updated-about-section .image-column .title-box h2{

	position: relative;

	display: block;

	font-size: 72px;

	line-height: 1em;

	color: var(--thm-base);

	font-weight: 700;

}

.updated-about-section .image-column .title-box .sub-title{

	position: relative;

	display: block;

	font-size: 30px;

	line-height: 1.2em;

	color: var(--thm-secnd);

	font-weight: 700;

	font-family: 'Barlow', sans-serif;

	margin-top: 10px;

}

.updated-about-section .image-column .image-box{

	position: relative;

	z-index: 1;

}

.updated-about-section .image-column .image-box .image{

	position: relative;

	margin-bottom: 0;

}

.updated-about-section .image-column img{

	display: inline-block;

	max-width: 100%;

	height: auto;

}

.updated-about-section .content-column{

	position: relative;

	z-index: 9;

}

.updated-about-section .content-column .inner-column{

	position: relative;

	padding-top: 175px;

}

.updated-about-section .content-column .content-box{

	position: relative;

	padding: 75px 70px 74px;

	background-color: #ffffff;

}

.updated-about-section .content-column .content-box .updated-sec-title{

	margin-bottom: 35px;

}

.updated-about-section .content-column .content-box .text{

	position: relative;

	display: block;

	margin-bottom: 45px;

}

.updated-about-section .content-column .content-box .link-box{

	position: relative;

}

.updated-about-section .content-column .content-box .link-box a{

	font-weight: 600;

	font-family: 'Barlow', sans-serif;

	text-transform: uppercase;

}

/*** 

====================================================================

			About Company

====================================================================

***/

.updated-about-company{

	position: relative;

	background-repeat: no-repeat;

	background-position: center;

	background-size: cover;

	padding: 100px 0;

}

.updated-about-company:before{

	position: absolute;

	left: 0;

	top: 0;

	height: 100%;

	width: 100%;

	content: "";

	background-color: #ffffff;

	opacity: 0.93;

}

.updated-about-company .content-box{

	position: relative;

	text-align: center;

	max-width: 715px;

	margin: 0 auto;

}

.updated-about-company .image-box{

	position: relative;

	margin-bottom: 25px;

}

.updated-about-company .image-box .image{ 

	position: relative;

	margin-bottom: 0;

}

.updated-about-company .image-box .image img{

	display: inline-block;

	max-width: 100%;

	height: auto;

} 

.updated-about-company h3{

	position: relative;

	display: block;

	font-size: 36px;

	line-height: 1.2em;

	color: var(--thm-secnd);

	margin-bottom: 20px;

}

.updated-about-company h3 a{

	color: var(--thm-secnd);

}

.updated-about-company .text{

	position: relative;

	display: block;

	margin-bottom: 30px;

}

/*** 

====================================================================

			Video Section

====================================================================

***/

.updated-video-section{

	position: relative;

	transform: translateY(-50%);

	z-index: 99;

}

.updated-video-section .content-box{

	position: relative;

	background-image: url(../updated-images/icons/video-bg.jpg);

	background-repeat: repeat;

	background-position: center;

	background-size: cover;

	border:4px solid #ffffff;

	box-shadow: 0 0 35px rgba(0,0,0,.25);

	max-width: 970px;

	margin: 0 auto;

}

.updated-video-section .content-box .inner-box{

	position: relative;

	padding: 35px 45px;

	padding-right: 220px;

}

.updated-video-section .content-box .title-box{

	position: relative;

	float: left;

}

.updated-video-section .title-box h4{

	position: relative;

	display: block;

	font-size: 24px;

	line-height: 1.2em;

	color: var(--thm-base);

	margin-bottom: 11px;

}

.updated-video-section .title-box .text{

	position: relative;

	display: block;

	line-height: 26px;

	color: #ffffff;

	font-weight: 400;

}

.updated-video-section .title-box .text span{

	color: var(--thm-base);

}

.updated-video-section .btn-box{

	position: relative;

	float: right;

	padding-top: 15px;

}

.updated-video-section .btn-box a{

	padding: 10px 35px;

	line-height: 20px;

}

.updated-video-section .updated-video-box{

	position: absolute;

	right: 0;

	top: 0;

}

.updated-video-section .updated-video-box .image-box{

	position: relative;

}

.updated-video-section .updated-video-box .image{

	position: relative;

	display: block;

	max-width: 140px;

	background-color: var(--thm-base);

}

.updated-video-section .updated-video-box .image img{

	opacity: 0.10;

	display: block;

	width: 100%;

	height: auto;

}

.updated-video-section .updated-video-box a{

	position: absolute;

	left: 0;

	top: 0;

	height: 100%;

	width: 100%;

	text-align: center;

	line-height: 145px;

	font-size: 28px;

	color: #ffffff;

}

/*** 

====================================================================

			Video Section Two

====================================================================

***/

.updated-video-section-two{

	position: relative;

	background-repeat: no-repeat;

	background-position: center;

	background-size: cover;

	padding-bottom: 60px;

}

.updated-video-section-two:before{

	position: absolute;

	left: 0;

	top: 0;

	height: 100%;

	width: 100%;

	background-color: #000000;

	opacity: 0.50;

	content: "";

}

.updated-video-section-two:after{

	position: absolute;

	left: 0;

	top: 0;

	height: 200px;

	width: 100%;

	background-color: #ffffff;

	content: "";

}

.updated-video-section-two .inner-container{

	position: relative;

	max-width: 970px;

	margin: 0 auto;

}

.updated-video-section-two .updated-video-box{

	max-width: 670px;

	width: 100%;

	height: auto;

	margin-bottom: 70px;

}

.updated-video-box{

	position: relative;

	z-index: 7;

}

.updated-video-box .image{

	position: relative;

	margin: 0;

}

.updated-video-box .image:before{

	position: absolute;

	left: 0;

	top: 0;

	height: 100%;

	width: 100%;

	background-color: var(--thm-base);

	content: "";

	opacity: 0.80;

	-webkit-transition: all 300ms ease;

	-moz-transition: all 300ms ease;

	-ms-transition: all 300ms ease;

	-o-transition: all 300ms ease;

	transition: all 300ms ease;

}

.updated-video-box:hover .image:before{

	opacity: 0.30;

}

.updated-video-box .image img{

	display: block;

	width: 100%;

	height: auto;

}

.play-now {

	position: absolute;

	left: 0;

	top: 0;

	height: 100%;

	width: 100%;

	z-index: 999;

	-webkit-transition: all 300ms ease;

	-moz-transition: all 300ms ease;

	-ms-transition: all 300ms ease;

	-o-transition: all 300ms ease;

	transition: all 300ms ease;

}

.play-now .icon{

    position: absolute;

    left: 50%;

    top: 50%;

    height: 70px;

    width: 70px;

    text-align: center;

    line-height: 70px;

    padding-left: 5px;

    background-color: #ffffff;

    color: var(--thm-secnd);

    z-index: 1;

    font-size: 19px;

    display: block;

    -webkit-transform: translate(-50%, -50%);

    -moz-transform: translate(-50%, -50%);

    -ms-transform: translate(-50%, -50%);

    -o-transform: translate(-50%, -50%);

    transform: translate(-50%, -50%);

    -webkit-border-radius: 50%;

    -moz-border-radius: 50%;

    -ms-border-radius: 50%;

    -o-border-radius: 50%;

    border-radius: 50%;

    -webkit-box-shadow: 0 5px 10px 0 rgba(255, 255, 255, .3);

    -moz-box-shadow: 0 5px 10px 0 rgba(255, 255, 255, .3);

    -ms-box-shadow: 0 5px 10px 0 rgba(255, 255, 255, .3);

    -o-box-shadow: 0 5px 10px 0 rgba(255, 255, 255, .3);

    box-shadow: 0 5px 10px 0 rgba(255, 255, 255, .3);

    -webkit-transform-origin:center; 

    transform-origin:center; 

}

.play-now .ripple,

.play-now .ripple:before,

.play-now .ripple:after {

    position: absolute;

    top: 50%;

    left: 50%;

    height: 70px;

    width: 70px;

    -webkit-transform: translate(-50%, -50%);

    -moz-transform: translate(-50%, -50%);

    -ms-transform: translate(-50%, -50%);

    -o-transform: translate(-50%, -50%);

    transform: translate(-50%, -50%);

    -webkit-border-radius: 50%;

    -moz-border-radius: 50%;

    -ms-border-radius: 50%;

    -o-border-radius: 50%;

    border-radius: 50%;

    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, .6);

    -moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, .6);

    -ms-box-shadow: 0 0 0 0 rgba(255, 255, 255, .6);

    -o-box-shadow: 0 0 0 0 rgba(255, 255, 255, .6);

    box-shadow: 0 0 0 0 rgba(255, 255, 255, .6);

    -webkit-animation: ripple 3s infinite;

    -moz-animation: ripple 3s infinite;

    -ms-animation: ripple 3s infinite;

    -o-animation: ripple 3s infinite;

    animation: ripple 3s infinite;

}

.play-now .ripple:before {

    -webkit-animation-delay: .9s;

    -moz-animation-delay: .9s;

    -ms-animation-delay: .9s;

    -o-animation-delay: .9s;

    animation-delay: .9s;

    content: "";

    position: absolute;

}

.play-now .ripple:after {

    -webkit-animation-delay: .6s;

    -moz-animation-delay: .6s;

    -ms-animation-delay: .6s;

    -o-animation-delay: .6s;

    animation-delay: .6s;

    content: "";

    position: absolute;

}

@-webkit-keyframes ripple {

    70% {box-shadow: 0 0 0 70px rgba(255, 255, 255, 0);}

    100% {box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);}

}

@keyframes ripple {

    70% {box-shadow: 0 0 0 70px rgba(255, 255, 255, 0);}

    100% {box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);}

}

.updated-video-section-two .content-box{

	position: relative;

}

.updated-video-section-two .content-box .title-box{

	position: relative;

	float: left;

	margin-bottom: 40px;

	padding: 10px 0;

}

.updated-video-section-two .content-box h4{

	position: relative;

	display: block;

	font-size: 20px;

	color: #ffffff;

}

.updated-video-section-two .content-box .btn-box{

	position: relative;

	float: right;

	margin-bottom: 40px;

}

.updated-video-section-two .content-box .btn-box .theme-btn{

	background-color: transparent;

	color: #ffffff;

}

/*** 

====================================================================

			Services Section

====================================================================

***/

.updated-services-section{

	position: relative;

	padding: 100px 0 0;

}

.updated-services-section:before{

	position: absolute;

	left: 0;

	top: 100px;

	height: 100%;

	width: 100%;

	background-image: url(../updated-images/icons/bg-map.png);

	background-repeat: no-repeat;

	background-position: center top;

	content: "";

}

.updated-services-carousel{

	position: relative;

	padding-bottom: 120px;

}

.updated-service-block{

	position: relative;

}

.updated-service-block .inner-box{

	position: relative;

	padding-top: 20px;

	background-color: #ffffff;

	-webkit-transition: all 200ms linear;

	-moz-transition: all 200ms linear;

	-ms-transition: all 200ms linear;

	-o-transition: all 200ms linear;

	transition: all 200ms linear;

}

.updated-service-block .inner-box:hover{

	transform:translateY(-20px);

}

.updated-service-block .image-box{

	position: relative;

}

.updated-service-block .image-box figure{

	position: relative;

	margin-bottom: 0;

}

.updated-service-block .image-box img{

	display: block;

	width: 100%;

	height: auto;

}

.updated-service-block .lower-content{

	position: relative;

	padding: 0 20px;

	z-index: 9;

}

.updated-service-block .lower-content .inner{

	position: relative;

	width: 100%;

	padding: 30px 30px;

	background-color: #ffffff;

	top: -45px;

	-webkit-box-shadow: 0 0 24px rgba(0,0,0,0.09);

	-moz-box-shadow: 0 0 24px rgba(0,0,0,0.09);

	-ms-box-shadow: 0 0 24px rgba(0,0,0,0.09);

	-o-box-shadow: 0 0 24px rgba(0,0,0,0.09);

	box-shadow: 0 0 24px rgba(0,0,0,0.09);

	-webkit-transition: all 300ms ease;

	-moz-transition: all 300ms ease;

	-ms-transition: all 300ms ease;

	-o-transition: all 300ms ease;

	transition: all 300ms ease;

	border-bottom: 2px solid transparent;

}

.updated-service-block .inner-box:hover .lower-content  .inner{

	border-bottom: 2px solid var(--thm-base);

}

.updated-service-block .lower-content h3{

	position: relative;

	display: block;

	font-size: 20px;

	margin-bottom: 10px;

}

.updated-service-block .lower-content h3 a{

	color: var(--thm-secnd);

	-webkit-transition: all 300ms ease;

	-moz-transition: all 300ms ease;

	-ms-transition: all 300ms ease;

	-o-transition: all 300ms ease;

	transition: all 300ms ease;

}

.updated-service-block .lower-content h3 a:hover{

	color: var(--thm-base);

}

.updated-service-block .lower-content .text{

	position: relative;

	display: block;

	margin-bottom: 15px;

}

.updated-service-block .lower-content .link-box{

	position: relative;

}

.updated-service-block .lower-content .link-box a{

	display: block;

	font-size: 16px;

	line-height: 20px;

	color: var(--thm-secnd);

	font-weight: 600;

	text-transform: uppercase;

	font-family: "Barlow", sans-serif;

	-webkit-transition: all 300ms ease;

	-moz-transition: all 300ms ease;

	-ms-transition: all 300ms ease;

	-o-transition: all 300ms ease;

	transition: all 300ms ease;

}

.updated-service-block .lower-content .link-box a:hover{

	color: var(--thm-base);

}

.updated-service-block .lower-content .link-box a i{

	color: var(--thm-base);

	margin-left:5px;

}

.updated-services-carousel .owl-nav{

	position: absolute;

	top: 50%;

	left: 0;

	width: 100%;

	margin-top: -50px;

}

.updated-services-carousel .owl-next,

.updated-services-carousel .owl-prev{

	position: absolute;

	left: -110px;

	bottom: 0;

	height: 40px;

	width: 40px;

	background-color: var(--thm-base);

	text-align: center;

	line-height: 40px;

	font-size: 16px;

	color: #ffffff;

	border-radius: 50%;

	-webkit-transition: all 300ms ease;

	-moz-transition: all 300ms ease;

	-ms-transition: all 300ms ease;

	-o-transition: all 300ms ease;

	transition: all 300ms ease;

}

.updated-services-carousel .owl-next{

	left: auto;

	right: -110px;

}

.updated-services-carousel .owl-next:hover,

.updated-services-carousel .owl-prev:hover{

	background-color: var(--thm-secnd);

	color: var(--thm-base);

}

.updated-services-carousel .owl-dots{

	position: absolute;

	left: 0;

	bottom: 0;

	width: 100%;

	text-align: center;

}

.updated-services-carousel .owl-dot{

	position: relative;

	display: inline-block;

	width: 8px;

	height: 25px;

	bottom: -0px;

	background-color: #e1e1e1;

	margin: 0 5px;

	-webkit-transition: all 300ms ease;

	-moz-transition: all 300ms ease;

	-ms-transition: all 300ms ease;

	-o-transition: all 300ms ease;

	transition: all 300ms ease;

}

.updated-services-carousel .owl-dot:hover{

	background-color: var(--thm-base);

}

.updated-services-carousel .owl-dot.active{

	background-color: var(--thm-base);

	height: 40px;

	bottom: -8px;

}

.updated-services-section.alternate{

	padding: 100px 0;

}

.updated-services-section.alternate .updated-service-block{

	margin-bottom: 20px;

}

.updated-services-section.alternate .updated-styled-pagination{

	margin-top: 20px;

}

/*** 

====================================================================

			Services Section Two

====================================================================

***/

.updated-services-section-two{

	position: relative;

	padding-top: 30px;

}

.updated-services-section-two .slider-column{

	position: relative;

}

.updated-services-section-two .updated-single-item-carousel{

	position: relative;

	padding-top: 60px;

}

.updated-services-section-two .slide-item{

	position: relative;

	border:2px dashed #d7d7d7;

	padding: 60px 40px 10px;

}

.updated-services-section-two .slide-item .column{

	position: relative;

}

.updated-serivce-block-two{

	position: relative;

	margin-bottom: 50px;

}

.updated-serivce-block-two .inner-box{

	position: relative;

	padding-left: 80px;

}

.updated-serivce-block-two .icon-box{

	position: absolute;

	left: 0;

	top: 0;

}

.updated-serivce-block-two .icon-box .icon{

	display: block;

	font-size: 50px;

	line-height: 1em;

	color: var(--thm-base);

	font-weight: 400;

}

.updated-serivce-block-two h3{

	position: relative;

	display: block;

	font-size: 20px;

	line-height: 28px;

	max-width: 160px;

	color: var(--thm-secnd);

	margin-bottom: 10px;

}

.updated-serivce-block-two h3 a{

	color: var(--thm-secnd);

	display: inline-block;

	-webkit-transition: all 300ms ease;

	-moz-transition: all 300ms ease;

	-ms-transition: all 300ms ease;

	-o-transition: all 300ms ease;

	transition: all 300ms ease;

}

.updated-serivce-block-two h3 a:hover{

	color: var(--thm-base);

}

.updated-serivce-block-two .text{

	margin-bottom: 15px;

}

.updated-serivce-block-two .link-box{

	position: relative;

}

.updated-serivce-block-two .link-box a{

	position: relative;

	display: block;

	font-size: 16px;

	line-height: 20px;

	color: var(--thm-secnd);

	font-family: "Barlow", sans-serif;

	font-weight: 600;

	text-transform: uppercase;

	-webkit-transition: all 300ms ease;

	-moz-transition: all 300ms ease;

	-ms-transition: all 300ms ease;

	-o-transition: all 300ms ease;

	transition: all 300ms ease;

}

.updated-serivce-block-two .link-box a i{

	display: inline-block;

	margin-left: 5px;

	font-size: 14px;

	line-height: 20px;

	color: var(--thm-base);

}

.updated-serivce-block-two .link-box a:hover{

	color: var(--thm-base);

}

.updated-services-section-two .title-column{

	position: relative;

	float:right;

}

.updated-services-section-two .title-column .inner-column{

	position: relative;

}

.updated-services-section-two .title-column .title-box{

	position: relative;

	padding: 70px 50px 50px;

}

.updated-services-section-two .title-column .title-box .title{

	color: var(--thm-base);

}

.updated-services-section-two .title-box:before{

	position: absolute;

	left: 0;

	top: 0;

	height: 100%;

	width: 100%;

	background-color: #000000;

	opacity: 0.80;

	content: '';

}

.updated-services-section-two .title-box .text{

	position: relative;

	display: block;

}

.updated-services-section-two .title-box .text p{

	position: relative;

	display: block;

	color: #ffffff;

	font-weight: 400;

	margin-bottom: 20px;

}

.updated-services-section-two .owl-nav{

	display: none;

}

.updated-services-section-two .owl-dots{

	position: absolute;

	left: 0;

	top: 20px;

}

.updated-services-section-two .owl-dot{

	position: relative;

	display: inline-block;

	height: 20px;

	width: 20px;

	margin: 0 4px;

	background-color: #000000;

	border: 5px solid #ffffff;

	-webkit-border-radius: 50%;

	-moz-border-radius: 50%;

	-ms-border-radius: 50%;

	-o-border-radius: 50%;

	border-radius: 50%;

	-webkit-transition: all 300ms ease;

	-moz-transition: all 300ms ease;

	-ms-transition: all 300ms ease;

	-o-transition: all 300ms ease;

	transition: all 300ms ease;

}

.updated-services-section-two .owl-dot.active,

.updated-services-section-two .owl-dot:hover{

	border: 5px solid #ffffff;

	background-color: var(--thm-base);

}

.updated-services-section-two .owl-dot:before{

	position: absolute;

	height: 20px;

	width: 20px;

	left: -5px;

	top: -5px;

	content: '';

	border: 1px solid #152545;

	opacity: 0;

	-webkit-border-radius: 50%;

	-moz-border-radius: 50%;

	-ms-border-radius: 50%;

	-o-border-radius: 50%;

	border-radius: 50%;

	-webkit-transition: all 300ms ease;

	-moz-transition: all 300ms ease;

	-ms-transition: all 300ms ease;

	-o-transition: all 300ms ease;

	transition: all 300ms ease;

}

.updated-services-section-two .owl-dot.active:before,

.updated-services-section-two .owl-dot:hover:before{

	opacity: 1;

}

/*** 

====================================================================

		 	Services Section Three

====================================================================

***/

.updated-services-section-three{

	position: relative;

	padding: 100px 0 60px;

}

.updated-service-block-three{

	position: relative;

	margin-bottom: 40px;

	border-right: 1px solid #dddddd;

}

.updated-service-block-three:last-child{

	border-right: 0;

}

.updated-service-block-three .inner-box{

	position: relative;

	text-align: center;

	padding: 0 30px;

}

.updated-service-block-three .icon{

	position: relative;

	display: block;

	font-size: 50px;

	line-height: 1em;

	color: #bbbbbb;

	margin-bottom: 25px;

	-webkit-transition: all 100ms linear;

	-moz-transition: all 100ms linear;

	-ms-transition: all 100ms linear;

	-o-transition: all 100ms linear;

	transition: all 100ms linear;

}

.updated-service-block-three .inner-box:hover .icon{

	-webkit-transform: scale(1.2);

	-moz-transform: scale(1.2);

	-ms-transform: scale(1.2);

	-o-transform: scale(1.2);

	transform: scale(1.2);

	color: var(--thm-base);

}

.updated-service-block-three h3{

	position: relative;

	display: block;

	font-size: 20px;

	line-height: 1.2em;

	margin-bottom: 20px;

}

.updated-service-block-three h3 a{

	color: var(--thm-secnd);

	-webkit-transition: all 300ms ease;

	-moz-transition: all 300ms ease;

	-ms-transition: all 300ms ease;

	-o-transition: all 300ms ease;

	transition: all 300ms ease;

}

.updated-service-block-three h3 a:hover{

	color: var(--thm-base);

}

.updated-service-block-three .text{

	position: relative;

	display: block;

	font-weight: 400;

	margin-bottom: 20px;

}

.updated-service-block-three .link-box{

	position: relative;

}

.updated-service-block-three .link-box a{

	position: relative;

	display: inline-block;

	font-size: 16px;

	line-height: 1.2em;

	text-transform:uppercase;

	color: var(--thm-base);

	font-weight: 600;

	font-family: "Barlow", sans-serif;

	-webkit-transition: all 300ms ease;

	-moz-transition: all 300ms ease;

	-ms-transition: all 300ms ease;

	-o-transition: all 300ms ease;

	transition: all 300ms ease;

}

.updated-service-block-three .link-box a:hover{

	color: var(--thm-secnd);

}

/*** 

====================================================================

		Service Detail Section

====================================================================

***/

.updated-service-detail-section{

	position: relative;

	padding: 100px 0 60px;

}

.updated-service-detail-section .content-side{

	float:right;

}

.updated-service-detail{

	position: relative;

}

.updated-service-detail .image-box{

	position: relative;

	margin-bottom: 30px;

}

.updated-service-detail .image-box img{

	position: relative;

	display: block;

	width: 100%;

}

.updated-service-detail .lower-content{

	position: relative;

}

.updated-service-detail .lower-content h2{

	position: relative;

	display: block;

	font-size: 30px;

	color: #020202;

	margin-bottom: 25px;

}

.updated-service-detail .lower-content h3{

	position: relative;

	display: block;

	font-size: 24px;

	line-height: 1.2em;

	color: #020202;

	margin-bottom: 20px;

}

.updated-service-detail .lower-content p{

	position: relative;

	display: block;

	font-weight: 400;

	margin-bottom: 28px;

}

.updated-service-detail .two-column{

	position: relative;

	margin-top: 40px;

}

.updated-service-detail .two-column .image-column{

	position: relative;

	margin-bottom: 40px;

}

.updated-service-detail .two-column .image{

	position: relative;

}

.updated-service-detail .two-column .image img{

	display: block;

	width: 100%;

	height: auto;

}

.updated-service-detail .two-column .info-column{

	position: relative;

	padding-top: 10px;

}

.updated-service-detail .two-column .list-style-two-updated li{

	float: left;

	width: 50%;

	margin-bottom: 20px;

}

.updated-service-detail .work-process-tabs .tab-btns .tab-btn{

	margin-right: 10px;

    font-size: 14px;

    line-height: 20px;

    padding: 10px 13px 8px;

    font-weight: 600;

    text-transform: uppercase;

    color: #777777;

}

.updated-service-detail .work-process-tabs .tab-btns .tab-btn.active-btn{

	color: #ffffff;

}

.updated-service-detail .tabs-column{

	margin-bottom: 30px;

}

.updated-service-detail .tabs-column .inner-column{

	padding-right: 20px;

}

.updated-service-detail .image-column .inner-column{

	margin-left: -20px;

}

/*=======================

	Service Tabs Style

=======================*/

.service-info-tabs{

	position:relative;

	margin-bottom: 30px;

}

.updated-service-tabs .tab-btns{

	position:relative;

	z-index:1;	

}

.updated-service-tabs .tab-btns .tab-btn{

	position:relative;

	float:left;

	top: 2px;

	margin-right:5px;

	font-size:16px;

	line-height:30px;

	color:#333333;

	font-weight:500;

	cursor:pointer;

	text-transform:capitalize;

	background-color: #ebebeb;

	border:2px solid #dddddd;

	padding:10px 25px;

	-webkit-transition:all 0.3s ease;

	-moz-transition:all 0.3s ease;

	-ms-transition:all 0.3s ease;

	-o-transition:all 0.3s ease;

	transition:all 0.3s ease;

	font-family: "Rubik", sans-serif;

}

.updated-service-tabs .tab-btns .tab-btn:hover:after,

.updated-service-tabs .tab-btns .tab-btn.active-btn:after{

	position:absolute;

	content:'';

	left:0px;

	bottom:-3px;

	width:100%;

	height:5px;

	background-color:#ffffff;

	border-bottom: 0;

	-webkit-transition:all 0.3s ease;

	-moz-transition:all 0.3s ease;

	-ms-transition:all 0.3s ease;

	-o-transition:all 0.3s ease;

	transition:all 0.3s ease;

}

.updated-service-tabs .tab-btns .tab-btn:hover,

.updated-service-tabs .tab-btns .tab-btn.active-btn{

	color:var(--thm-base);

	border-color:#dddddd;

	background:#ffffff;

}

.updated-service-tabs .tabs-content{

	position:relative;

	padding:20px 30px 20px;

	border:2px solid #dddddd;

}

.updated-service-tabs .tabs-content .tab{

	position:relative;

	display:none;

}

.updated-service-tabs .tabs-content .tab.active-tab{

	display:block;	

}

.updated-service-tabs .tabs-content .tab .content{

	position:relative;

}

.updated-service-tabs .tabs-content .tab .content .thumb img{

	display: block;

	width: 100%;

}

.updated-service-tabs .tabs-content .tab .content p{

	position:relative;

	font-size:14px;

	line-height:30px;

	color:#777777;

	margin-bottom:0px;

}

/*Services Category*/

.updated-services-list{

	position:relative;

	margin-bottom: 50px;

}

.updated-services-list li{

	position:relative;

	overflow: hidden;

	margin-bottom: 10px;

}

.updated-services-list li a{

	position:relative;

	font-size:14px;

	font-weight:500;

	color:var(--thm-secnd);

	line-height: 30px;

	padding: 15px 25px;

	display:block;

	font-family:"Rubik", sans-serif;

	border:1px solid #dddddd;

	border-radius: 0 30px 30px 0;

	overflow: hidden;

	transition:all 300ms ease;

	-moz-transition:all 300ms ease;

	-webkit-transition:all 300ms ease;

	-ms-transition:all 300ms ease;

	-o-transition:all 300ms ease;

}

.updated-services-list li a:before{

	position:absolute;

	content: "\f101";

	right: 25px;

	top: 15px;

	font-size: 14px;

	color: var(--thm-base);

	line-height: 30px;

	font-weight: 400;

	font-family: 'FontAwesome';

	-webkit-transition:all 300ms ease;

	-moz-transition:all 300ms ease;

	-ms-transition:all 300ms ease;

	-o-transition:all 300ms ease;

	transition:all 300ms ease;

}

.updated-services-list li.active a,

.updated-services-list li:hover a{

	color: #ffffff;

}

.updated-services-list li a:after{

	position: absolute;

	left: -1px;

	top: 0;

	height: 100%;

	width: 0;

	content: "";

	background-color: var(--thm-secnd);

	z-index: -1;

	-webkit-transition:all 300ms ease;

	-moz-transition:all 300ms ease;

	-ms-transition:all 300ms ease;

	-o-transition:all 300ms ease;

	transition:all 300ms ease;

}

.updated-services-list li.active a:after,

.updated-services-list li:hover a:after{

	width: 101%;

	border-left: 4px solid var(--thm-base);

}

/*Brochure links*/

.updated-services-sidebar .links-box{

	position: relative;

}

.updated-services-sidebar .links-box h4{

	display: block;

	font-size: 22px;

	line-height: 1.2em;

	color: var(--thm-secnd);

	font-weight: 500;

	margin-bottom: 40px;

}

.updated-services-sidebar .brochure-link{

	position: relative;

	margin-bottom:10px;

}

.updated-services-sidebar .brochure-link a{

	position:relative;

	display: block;

	font-size: 14px;

	line-height: 30px;

	color: #666666;

	font-weight: 400;

	padding: 15px 30px;

	padding-left: 35px;

	background-color: #eeeeee;

	border-radius: 0 30px 30px 0;

	-webkit-transition:all 0.3s ease;

	-moz-transition:all 0.3s ease;

	-ms-transition:all 0.3s ease;

	-o-transition:all 0.3s ease;

	transition:all 0.3s ease;

}

.updated-services-sidebar .brochure-link a i{

	position: relative;

	display: inline-block;

	font-size: 18px;

	line-height: 30px;

	color: var(--thm-secnd);

	font-weight: 400;

	margin-right: 25px;

	-webkit-transition:all 0.3s ease;

	-moz-transition:all 0.3s ease;

	-ms-transition:all 0.3s ease;

	-o-transition:all 0.3s ease;

	transition:all 0.3s ease;

}

.updated-services-sidebar .brochure-link a:hover i{

	color: #ffffff;

}

.updated-services-sidebar .brochure-link a:hover{

	background-color: var(--thm-base);

	color: #ffffff;

}

/*brochure Box*/

.updated-brochure-box{

	position:relative;

	background-repeat: no-repeat;

	background-position: center;

	background-size:cover;

	padding:45px 40px 45px;

	margin-bottom: 50px;

}

.updated-brochure-box:before{

	position: absolute;

	left: 0;

	top: 0;

	height: 100%;

	width: 100%;

	background-color: var(--thm-secnd);

	opacity: 0.90;

	content: "";

}

.updated-brochure-box > span{

	position: relative;

	display: block;

	font-size: 14px;

	line-height: 24px;

	font-weight: 500;

	color: var(--thm-base);

	margin-bottom: 10px;

}

.updated-brochure-box h4{

	position:relative;

	font-size:24px;

	line-height:1.2em;

	color:#ffffff;

	font-weight:500;

	margin-bottom:20px;

}

.updated-brochure-box p{

	position:relative;

	font-size:14px;

	line-height:28px;

	color:#cccccc;

	font-weight: 400;

	margin-bottom:25px;

}

.updated-brochure-box .theme-btn{

	position: relative;

	padding: 10px 35px;

	font-size: 14px;

	line-height: 18px;

	font-weight: 400;

	color: #ffffff;

	border-radius: 30px;

	border: 1px solid #dddddd;

	background-color: transparent;

}

.updated-brochure-box .theme-btn:hover{

	background-color: var(--thm-base);

	border-color: var(--thm-base);

}

/***

====================================================================

			Work Section

====================================================================

***/

.updated-work-section{

	position: relative;

	padding: 100px 0;

}

.updated-tabs-box{

	position: relative;

}

.updated-tabs-box .tabs-content .tab{

	display: none;

}

.updated-tabs-box .tabs-content .tab.active-tab{

	display: block;

}

.updated-work-section .tabs-column{

	position: relative;

}

.updated-work-section .tabs-column .inner-column{

	padding-top: 65px;

}

.work-process-tabs{

	position: relative;

}

.work-process-tabs .tab-btns{

	position: relative;

}

.work-process-tabs .tab-btns .tab-btn{

	position: relative;

	float: left;

	font-size: 16px;

	line-height: 20px;

	padding: 10px 25px 8px;

	font-weight: 700;

	text-transform: uppercase;

	font-family:'Barlow', sans-serif;

	color: var(--thm-secnd);

	background-color: #ffffff;

	cursor: pointer;

	border-bottom: 2px solid #ebebeb;

	-webkit-transition: all 300ms ease;

	-moz-transition: all 300ms ease;

	-ms-transition: all 300ms ease;

	-o-transition: all 300ms ease;

	transition: all 300ms ease;

}

.work-process-tabs .tab-btns .tab-btn.active-btn{

	background-color: var(--thm-base);

	border-bottom: 2px solid var(--thm-base);

	color:#ffffff;

}

.work-process-tabs .tab{

	position: relative;

	padding-top: 45px;

}

.work-process-tabs .tab .content{

	position: relative;

}

.work-process-tabs .tab .content .text{

	position: relative;

	display: block;

	max-width: 570px;

	font-weight: 400;

	margin-bottom: 35px;

}

.work-process-tabs .tab .content ul{

	max-width: 360px;

}

.work-process-tabs .tab .content ul li{

	position: relative;

	float: left;

	width: 50%;

}

.updated-work-section{

	position: relative;	

}

.updated-work-section .image-column{

	position: relative;

}

.updated-work-section .image-column .inner-column{

	position: relative;

}

.updated-work-section .image-column .image-box{

	position: relative;

}

.updated-work-section .image-column .image{

	position: relative;

	margin-bottom: 0;

}

.updated-work-section .image-column img{

	display: block;

	width: 100%;

	height: auto;

}

/*** 

====================================================================

				History and Testimonial

====================================================================

***/

.updated-history-and-testimonial{

	position: relative;

	background-repeat: no-repeat;

	background-position: center;

	background-size: cover;

	padding: 100px 0 0;

}

.updated-history-and-testimonial:before{

	position: absolute;

	left: 0;

	bottom: 0;

	height: 185px;

	width: 100%;

	background-color: #ffffff;

	z-index: 1;

	content: "";

}

.updated-history-block{

	position: relative;

	margin-bottom: 50px;

}

.updated-history-block .inner-box{

	position: relative;

	text-align: center;

	padding: 0 30px;

}

.updated-history-block .history{

	position: relative;

	display: inline-block;

	height: 120px;

	width: 120px;

	border: 1px solid #dddddd;

	border-radius: 50%;

	padding: 15px;

	margin-bottom: 45px;

}

.updated-history-block .history:before{

	position: absolute;

	top: 60px;

	left: 100%;

	width: 280px;

	height: 1px;

	background-color: #999999;

	content: "";

}

.updated-history-block:last-child .history:after,

.updated-history-block:last-child .history:before{

	display: none;

}

.updated-history-block .history:after{

	position: absolute;

	top: 53px;

	right: -140px;

	width: 14px;

	height: 14px;

	background-color: var(--thm-base);

	content: "";

	border-radius: 50%;

}

.updated-history-block .history span{

	position: relative;

	display: inline-block;

	height: 90px;

	width: 90px;

	background-color: var(--thm-base);

	line-height: 90px;

	border-radius: 50%;

	font-size: 24px;

	color: #ffffff;

	font-weight: 700;

	-webkit-transition: all 300ms linear;

	-moz-transition: all 300ms linear;

	-ms-transition: all 300ms linear;

	-o-transition: all 300ms linear;

	transition: all 300ms linear;

}

.updated-history-block .inner-box:hover .history span{

	background-color: #ffffff;

	color: var(--thm-base);

}

.updated-history-block h3{

	position: relative;

	display: block;

	font-size: 20px;

	color: #ffffff;

	margin-bottom: 25px;

}

.updated-history-block h3 a{

	color: #ffffff;

	-webkit-transition: all 300ms ease;

	-moz-transition: all 300ms ease;

	-ms-transition: all 300ms ease;

	-o-transition: all 300ms ease;

	transition: all 300ms ease;

}

.updated-history-block h3 a:hover{

	color: var(--thm-base);

}

.updated-history-block .text{

	position: relative;

	display: block;

	color: #cccccc;

	font-weight: 400;

}

.updated-testimonial-area{

	position: relative;

	padding-top: 25px;

}

.updated-testimonial-area .outer-box{

	position: relative;

	max-width: 1030px;

	padding: 50px 0;

	background-color: #ffffff;

	border: 1px solid var(--thm-base);

	z-index: 9;

	border-radius: 25px;

	margin: 0 auto;

}

.updated-testimonial-area .outer-box:before{

	position: absolute;

	left: 0;

	top: 0;

	height: 100%;

	width: 100%;

	background-image: url(../updated-images/icons/bg-map-2.png);

	background-repeat: no-repeat;

	background-position: center;

	content: "";

}

.updated-testimonial-area .updated-single-item-carousel{

	position: relative;

}

.updated-testimonial-block-two{

	position: relative;

	max-width: 660px;

	margin: 0 auto;

}

.updated-testimonial-block-two .inner-box{

	position: relative;

	text-align: center;

}

.updated-testimonial-block-two .thumb{

	position: relative;

	display: inline-block;

	height: 100px;

	width: 100px;

	margin-bottom: 30px;

}

.updated-testimonial-block-two .thumb img{

	display: block;

	width: 100%;

	height: auto;

	border-radius: 50%;

}

.updated-testimonial-block-two .thumb .icon{

	position: absolute;

	left: 0;

	right: 0;

	bottom: -15px;

	height: 30px;

	width: 30px;

	border-radius: 50%;

	background-color: var(--thm-base);

	color: var(--thm-secnd);

	font-size: 12px;

	line-height: 28px;	

	margin: 0 auto;

}

.updated-testimonial-block-two .text{

	position: relative;

	display: block;

	color: #555555;

	font-weight: 400;

	margin-bottom: 20px;

}

.updated-testimonial-block-two .info{

	position: relative;

}

.updated-testimonial-block-two .info .name{

	position: relative;

	display: block;

	font-size: 20px;

	line-height: 1.2em;

	color: var(--thm-secnd);

	font-weight: 700;

	margin-bottom: 10px;

	font-family:'Barlow', sans-serif;

}

.updated-testimonial-block-two .info .designation{

	position: relative;

	display: block;

	font-size: 16px;

	line-height: 20px;

	font-weight: 400;

	color: var(--thm-base);

	font-family:'Barlow', sans-serif;

}

.updated-testimonial-area .owl-nav{

	position: absolute;

	left: 0;

	top: 50%;

	width: 100%;

}

.updated-testimonial-area .owl-next,

.updated-testimonial-area .owl-prev{

	position: absolute;

	top: -25px;

	left:-25px;

	height: 50px;

	width: 50px;

	border-radius: 50%;

	background-color: #ffffff;

	border: 1px solid var(--thm-base);

	font-size: 24px;

	line-height: 48px;

	color: var(--thm-secnd);

	font-weight: 400;

	text-align: center;

	-webkit-transition: all 300ms ease;

	-moz-transition: all 300ms ease;

	-ms-transition: all 300ms ease;

	-o-transition: all 300ms ease;

	transition: all 300ms ease;

}

.updated-testimonial-area .owl-next{

	left: auto;

	right: -25px;

}

.updated-testimonial-area .owl-next:hover,

.updated-testimonial-area .owl-prev:hover{

	background-color: var(--thm-base);

	color: #ffffff;

}

/***

====================================================================

			Fun Fact Section

====================================================================

***/

.updated-fun-fact-section{

	position: relative;

	padding:100px 0 60px;

}

.updated-fun-fact-section:before{

	position: absolute;

	right: 0;

	bottom: 0;

	width: 742px;

	height: 476px;

	background-image: url(../updated-images/icons/bg-1.png);

	background-repeat: no-repeat;

	background-position: center;

	background-size: cover;

	content: "";

}

.updated-fun-fact-section .fact-counter{

	position: relative;

}

.updated-fun-fact-section .fact-counter:before,

.updated-fun-fact-section .fact-counter:after{

	display:none;

}

.updated-fun-fact-section .counter-column{

	position:relative;

	margin-bottom:40px;

}

.updated-fun-fact-section .count-box{

	position: relative;

}

.updated-fun-fact-section .count-box .icon{

	position: relative;

	display: block;

	font-size: 60px;

	line-height: 1em;

	color: #aaaaaa;

	margin-bottom: 30px;

	-webkit-transition: all 300ms ease;

	-moz-transition: all 300ms ease;

	-ms-transition: all 300ms ease;

	-o-transition: all 300ms ease;

	transition: all 300ms ease;

}

.updated-fun-fact-section .count-box:hover .icon{

	color: var(--thm-base);

}

.updated-fun-fact-section .count-box .count-text{

	position:relative;

	display: block;

	font-size:48px;

	line-height: 1.2em;

	font-weight:700;

	color:var(--thm-base);

	margin-bottom: 18px;

}

.updated-fun-fact-section .count-box .counter-title{

	position: relative;

	display: block;

	font-size:20px;

	line-height: 1.2em;

	color:var(--thm-secnd);

	margin-bottom: 15px;

}

.updated-fun-fact-section .count-box .text{

	position: relative;

	display: block;

}

/***

====================================================================

			Fun Fact Section Two

====================================================================

***/

.updated-fun-fact-section-two{

	position: relative;

	padding:100px 0 60px;

}

.updated-fun-fact-section-two:before{

	position: absolute;

	left: 0;

	top: 0;

	height: 100%;

	width: 100%;

	background-image: url(../updated-images/icons/pattern.jpg);

	background-repeat: repeat;

	background-position: center;

	content: "";

}

.updated-fun-fact-section-two .fact-counter{

	position: relative;

}

.updated-fun-fact-section-two .fact-counter:before,

.updated-fun-fact-section-two .fact-counter:after{

	display:none;

}

.updated-fun-fact-section-two .counter-column{

	position:relative;

	margin-bottom:40px;

}

.updated-fun-fact-section-two .count-box{

	position: relative;

	padding-left: 100px;

	font-size:36px;

	line-height: 42px;

	font-weight:700;

	color:var(--thm-base);

}

.updated-fun-fact-section-two .count-box .icon{

	position: absolute;

	left: 0;

	top: 0;

	font-size: 65px;

	line-height: 1em;

	color: #000000;

	margin-bottom: 30px;

	font-weight: 400;

}

.updated-fun-fact-section-two .count-box .count-text{

	position:relative;

	display: inline-block;

	font-size:36px;

	line-height: 42px;

	font-weight:700;

	color:var(--thm-base);

}

.updated-fun-fact-section-two .count-box .counter-title{

	position: relative;

	display: block;

	font-size:20px;

	margin-bottom: 15px;

}

.updated-fun-fact-section-two .count-box .text{

	position: relative;

	display: block;

}

/*** 

====================================================================

			Projects Section

====================================================================

***/

.updated-projects-section{

	position: relative;

	background-color: var(--thm-secnd);

	width:100%;

}

.updated-projects-section .outer-container{

	position: relative;

	width:100%;

}

.updated-projects-section .title-box{

	position: absolute;

	left: 0;

	top: 90px;

	width:50%;

}

.updated-projects-section .updated-sec-title{

	position:relative;

	float:right;

	width:100%;

	max-width:600px;

	padding:0px 15px;

}

.updated-projects-section .carousel-box{

	position:relative;

	float:right;

	width:50%;	

}

.updated-projects-section .carousel-box .carousel-container{

	position:relative;

	display:block;

	margin-left:-600px;

	padding-left:15px;

}

.updated-projects-carousel{

	position: relative;

}

.updated-project-block{

	position: relative;

	padding-left: 370px;

}

.updated-project-block .image-box{

	position:relative;

	display:block;

	width:100%;

	height:650px;

	background-size:cover;

	background-repeat:no-repeat;

	background-position:center center;	

}

.updated-project-block .image-box .image{

	position:relative;

	display:none;	

}

.updated-project-block .image-box .image img{

	position:relative;

	display:block;

	width:100%;	

}

.updated-project-block .info-box{

	position: absolute;

	left: 0;

	bottom: 0;

	background-color: #ffffff;

	width: 370px;

	padding: 70px 50px 50px;

}

.updated-project-block .info-box:before{

	position: absolute;

	top: 50%;

	right: -29px;

	margin-top: -30px;

	border-top: 30px solid transparent;

	border-bottom: 30px solid transparent;

	border-left: 30px solid #ffffff;

	content: "";

	z-index: 9;

}

.updated-project-block .info-box .slide-info{

	position:relative;

	display:inline-block;

	padding-bottom:5px;

	margin-bottom:20px;

	border-bottom:1px solid #777777;

	font-size:18px;

	font-family: 'Roboto', sans-serif;

	font-weight:500;	

}

.updated-project-block .info-box .slide-info .current{

	font-size:30px;	

}

.updated-project-block .info-box h4{

	position: relative;

	display: block;

	font-size: 20px;

	line-height: 1.2em;

	margin-bottom: 20px;

}

.updated-project-block .info-box h4 a{

	color: inherit;

	display: inline-block;

	-webkit-transition: all 300ms ease;

	-moz-transition: all 300ms ease;

	-ms-transition: all 300ms ease;

	-o-transition: all 300ms ease;

	transition: all 300ms ease;

}

.updated-project-block .info-box h4 a:hover{

	color: var(--thm-base);

}

.updated-project-block .text{

	position: relative;

	display: block;

	margin-bottom: 35px;

}

.updated-project-block .btn-box{

	position: relative;

}

.updated-project-block .btn-box a{

	display: inline-block;

	padding: 10px 20px;

	text-align:center;

	font-size: 16px;

	font-weight:600;

	font-family: 'Barlow', sans-serif;

	min-width: 120px;

	margin-right: 5px;

}

.updated-project-block .image{

	margin-bottom: 0;

}

.updated-projects-section .owl-dots{

	display: none;

}

.updated-projects-section .owl-nav{

	position:absolute;

	right:2px;

	bottom:2px;	

}

.updated-projects-section .owl-nav .owl-prev,

.updated-projects-section .owl-nav .owl-next{

	position:relative;

	float:left;

	width:52px;

	height:52px;

	line-height:52px;

	margin:0px 0px 0px 2px;

	padding:0px;

	text-align:center;

	color:var(--thm-secnd);

	background:#ffffff;

	font-size:20px;

	font-weight:400;	

}

.updated-projects-section .owl-nav .owl-prev:hover,

.updated-projects-section .owl-nav .owl-next:hover{

	color:#ffffff;

	background:var(--thm-secnd);	

}

/*** 

====================================================================

			Project Section Two

====================================================================

***/

.updated-projects-section-two{

	position: relative;

	background-color: var(--thm-secnd);

}

.updated-projects-section-two .inner-container{

	position: relative;

}

.updated-projects-section-two .title-column{

	position: relative;

	float: left;

	left: 0;

	top: 0;

	height: 100%;

	width: 30%;

	background-repeat: no-repeat;

	background-position: center;

	background-size: cover;

}

.updated-projects-section-two .title-column:before{

	position: absolute;

	left: 0;

	top: 0;

	height: 100%;

	width: 100%;

	background-color: var(--thm-base);

	content: "";

	opacity: 0.90;

}

.updated-projects-section-two .title-column .inner-column{

	position: relative;

	max-width: 350px;

	margin: 0 auto;

	padding: 100px 15px;

}

.updated-projects-section-two .title-column .title{

	color: #ffffff;

}

.updated-projects-section-two .title-column .updated-sec-title h2:before{

	background-color: #ffffff;

}

.updated-projects-section-two .title-column .text{

	position: relative;

}

.updated-projects-section-two .title-column .text p{

	position: relative;

	display: block;

	color: #ffffff;

	font-weight: 400;

	margin-bottom: 30px;

}

.updated-projects-section-two .title-column .btn-box{

	position: relative;

}

.updated-projects-section-two .title-column .btn-box a{

	font-weight: 700;

}

.updated-projects-section-two .carousel-column{

	position: relative;

	float: left;

	width: 70%;

}

.updated-projects-section-two .carousel-column .inner-column{

	position: relative;

	padding: 80px 50px 40px;

}

.updated-projects-section-two .updated-projects-carousel-two{

	position: relative;

	padding-bottom: 60px;

}

.updated-project-block-two{

	position: relative;

	padding-top: 20px;

}

.updated-project-block-two .image-box{

	position: relative;

}

.updated-project-block-two .image-box .image{

	position: relative;

	margin-bottom: 0;

}

.updated-project-block-two .image-box .image img{

	display: block;

	width: 100%;

	height: auto;

	border-radius: 10px;

}

.updated-project-block-two .overlay-box{

	position: absolute;

	left: 0;

	top: -20px;

	height: 100%;

	width: 100%;

}

.updated-project-block-two .overlay-box:before{

	position: absolute;

	left: 0;

	top: 0;

	height: 100%;

	width: 60%;

	background: var(--thm-base) padding-box content-box;

	padding: 0 20px 0;

	opacity: 0;

	content: "";

	transition: all 300ms ease;

}

.updated-project-block-two .image-box:hover .overlay-box:before{

	width: 100%;

	opacity: 0.90;

}

.updated-project-block-two .overlay-box .title-box{

	position: absolute;

	top: 0px;

	left: 0;

	width: 100%;

	padding-left: 50px;

	opacity: 0;

}

.updated-project-block-two .image-box:hover .overlay-box .title-box{

	top: 25px;

	opacity: 1;

	-webkit-transition: all 300ms ease;

	-moz-transition: all 300ms ease;

	-ms-transition: all 300ms ease;

	-o-transition: all 300ms ease;

	transition: all 300ms ease;

	-webkit-transition-delay: 300ms;

	-moz-transition-delay: 300ms;

	-ms-transition-delay: 300ms;

	-o-transition-delay: 300ms;

	transition-delay: 300ms;

}

.updated-project-block-two .overlay-box .title-box h4{

	position: relative;

	display: block;

	font-size: 20px;

	line-height: 1.2em;

	color: var(--thm-secnd);

	margin-bottom: 10px;

}

.updated-project-block-two .overlay-box .title-box h4 a{

	color: var(--thm-secnd);

	-webkit-transition: all 300ms ease;

	-moz-transition: all 300ms ease;

	-ms-transition: all 300ms ease;

	-o-transition: all 300ms ease;

	transition: all 300ms ease;

}

.updated-project-block-two .overlay-box .title-box h4 a:hover{

	color: #ffffff;

}

.updated-project-block-two .overlay-box .title-box span{

	position: relative;

	display: block;

	font-size: 16px;

	line-height: 30px;

	color: #ffffff;

	text-transform: uppercase;

}

.updated-project-block-two .overlay-box .btn-box{

	position: absolute;

	left: 20px;

	bottom: 30px;

	opacity: 0;

	-webkit-transition: all 300ms ease;

	-moz-transition: all 300ms ease;

	-ms-transition: all 300ms ease;

	-o-transition: all 300ms ease;

	transition: all 300ms ease;

}

.updated-project-block-two .image-box:hover .overlay-box .btn-box{

	opacity: 1;

	-webkit-transition: all 300ms ease;

	-moz-transition: all 300ms ease;

	-ms-transition: all 300ms ease;

	-o-transition: all 300ms ease;

	transition: all 300ms ease;

	-webkit-transition-delay: 400ms;

	-moz-transition-delay: 400ms;

	-ms-transition-delay: 400ms;

	-o-transition-delay: 400ms;

	transition-delay: 400ms;

}

.updated-project-block-two .overlay-box .btn-box .theme-btn{

	border-radius: 0 30px 30px 0;

}

.updated-project-block-two .overlay-box .btn-box .theme-btn i{

	margin-left:5px;

	color:var(--thm-base);

}

.updated-projects-carousel-two .owl-nav{

	display: none;

}

.updated-projects-carousel-two .owl-dots{

	position: absolute;

	bottom: 0;

	left: 0;

	width: 100%;

	text-align: center;

}

.updated-projects-carousel-two .owl-dot{

	position: relative;

	display: inline-block;

	height: 10px;

	width: 10px;

	background-color: #777777;

	margin: 0 4px;

	-webkit-transition: all 300ms ease;

	-moz-transition: all 300ms ease;

	-ms-transition: all 300ms ease;

	-o-transition: all 300ms ease;

	transition: all 300ms ease;

}

.updated-projects-carousel-two .owl-dot:hover,

.updated-projects-carousel-two .owl-dot.active{

	background-color: var(--thm-base);

}

/*** 

====================================================================

			Project Section Three

====================================================================

***/

.updated-projects-section-three{

	position: relative;

	background-repeat: no-repeat;

	background-position: center bottom;

	background-size: cover;

	background-attachment: fixed;

	padding: 100px 0;

}

.updated-projects-section-three:before{

	position: absolute;

	left: 0;

	top: 0;

	height: 100%;

	width: 100%;

	content: "";

	background-color: #ffffff;

	opacity: 0.93;

}

.updated-projects-section-three .title-column{

	position: relative;

}

.updated-projects-section-three .title-column .inner-column{

	position: relative;

}

.updated-projects-section-three .updated-sec-title{

	position: relative;

}

.updated-projects-tabs{

	position: relative;

}

.updated-projects-tabs .tab-btns{

	position: relative;

}

.updated-projects-tabs .tab-btns .tab-btn{

	position: relative;

	font-size: 16px;

	line-height: 20px;

	color: #777777;

	font-weight: 400;

	margin-bottom: 28px;

	cursor: pointer;

    -webkit-transition: all 300ms ease;

    -moz-transition: all 300ms ease;

    -ms-transition: all 300ms ease;

    -o-transition: all 300ms ease;

    transition: all 300ms ease;

}

.updated-projects-tabs .tab-btns .tab-btn.active-btn{

	color: var(--thm-base);

}

.updated-projects-tabs .link-box{

	position: relative;

}

.updated-projects-tabs .link-box a{

	position: relative;

	display: inline-block;

	font-size: 16px;

	color: var(--thm-base);

	font-family:'Barlow', sans-serif;

	font-weight: 600;

	margin-top: 28px;

    -webkit-transition: all 300ms ease;

    -moz-transition: all 300ms ease;

    -ms-transition: all 300ms ease;

    -o-transition: all 300ms ease;

    transition: all 300ms ease;

}

.updated-projects-tabs .link-box a:hover{

	color: var(--thm-secnd);

}

.updated-projects-section-three .content-column{

	position: relative;

}

.updated-projects-section-three .content-column .inner-column{

	position: relative;

}

.updated-projects-area{

	position: relative;

	margin: 0 -15px;

    overflow-x: auto;

    white-space: nowrap;

    width: 100%;

}

.updated-projects-area .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{

	background-color: var(--thm-secnd);

	width: 100%;

	height: 2px;

	margin: 7px auto;

}

.updated-projects-area .updated-project-block-two{

	max-width: 300px;

	width: 100%;

	float: left;

	padding: 0 15px;

    padding-top: 20px;

    margin-bottom: 30px;

}

/*** 

====================================================================

			Project Section Four

====================================================================

***/

.updated-projects-section-four{

	position: relative;

	padding: 100px 0 100px;

}

.updated-mixitup-gallery .filters{

 	margin-bottom:60px;

 	text-align:center;

}

.updated-mixitup-gallery .filters .filter-tabs{

 	position:relative;

 	display: inline-block;

}

.updated-mixitup-gallery .filters li{

	position: relative;

	float: left;

	font-size: 16px;

	line-height: 24px;

	color: #777777;

	font-weight: 500;

	cursor: pointer;

 	text-transform: capitalize;

 	padding: 0 20px;

 	font-family: "Rubik", sans-serif;

	-webkit-transition:all 300ms ease;

	-moz-transition:all 300ms ease;

	-ms-transition:all 300ms ease;

	-o-transition:all 300ms ease;

	transition: all 300ms ease;

}

.updated-mixitup-gallery .filters li.active,

.updated-mixitup-gallery .filters li:hover{

	color: var(--thm-base);

}

.updated-project-block-two.mix{

	display: none;

}

.updated-projects-section-four .updated-project-block-two{

	margin-bottom: 30px;

}

.updated-projects-section-four .updated-project-block-two .image-box .image img{

	border-radius: 10px;

}

.updated-projects-section-four .updated-styled-pagination{

	margin-top: 70px;

}

/*** 

====================================================================

		Project Details

====================================================================

***/

.updated-project-details-section{

	position:relative;

	padding:100px 0px 50px;	

}

.updated-project-detail .image-box{

	position: relative;

	margin-bottom: 15px;

}

.updated-project-detail .image-box .image{

	position: relative;

	margin-bottom: 30px;

}

.updated-project-detail .image-box .image img{

	display: block;

	width: 100%;

	height: auto;

}

.updated-project-detail .content-box{

	position:relative;

}

.updated-project-detail .content-box .content-column{

	position: relative;

}

.updated-project-detail h3{

	position: relative;

	display: block;

	font-size: 30px;

	line-height: 1.2em;

	color: #020202;

	margin-bottom: 30px;

}

.updated-project-detail h4{

	position: relative;

	display: block;

	font-size: 24px;

	line-height: 1.2em;

	color: #020202;

	margin-bottom: 30px;

}

.updated-project-detail p{

	position: relative;

	display: block;

	font-weight: 400;

	margin-bottom: 30px;

}

.updated-project-detail .info-column{

	position:relative;

	margin-bottom:50px;

}

.updated-project-detail .info-column .inner-column{

	position: relative;

}

.updated-project-detail .info-list{

	position: relative;

	border: 2px solid #dddddd;

	padding: 40px 35px 35px;

	font-family: "Barlow", sans-serif;

}

.updated-project-detail .info-list li{

	position:relative;

	font-size: 14px;

	line-height: 24px;

	color: #777777;

	font-weight: 400;

	margin-bottom: 24px;

	padding-left: 60px;

}

.updated-project-detail .info-list li strong{

	position:relative;

	display: block;

	font-size:16px;

	color: #020202;

	line-height: 24px;

	font-weight: 500;

}

.updated-project-detail .info-list li .iocn{

	position: absolute;

	left: 0;

	top: 0;

	font-size: 24px;

	line-height: 24px;

	color: #bbbbbb;

}

.updated-project-detail .info-list li:last-child{

	margin-bottom: 0;

}

.updated-project-detail .two-column{

	position: relative;

	margin-bottom: 10px;

}

.updated-project-detail .two-column .image{

	position: relative;

	display: block;

	margin-bottom: 30px;

}

.updated-project-detail .two-column .image img{

	display: block;

	width: 100%;

	height: auto;

}

.updated-post-controls{

	position:relative;

	padding:30px 0px;

	text-align:center;

	border-top:1px solid #d0d0d0;

}

.updated-post-controls .theme-btn{

	position:relative;

	display:block;

	padding: 10px 35px;

	min-width: 140px;

}

/*=== Related Projects ===*/

.updated-related-projects{

	position: relative;

	padding-bottom: 100px;

}

/*** 

====================================================================

			FAQ Section

====================================================================

***/

.updated-faq-section{

	position: relative;

	padding: 100px 0;

}

.updated-faq-section .title-column{

	position: relative;

}

.updated-faq-section .title-column .inner-column{

	position: relative;

}

.updated-faq-section .title-column .image-box{

	position: relative;

}

.updated-faq-section .title-column .image{

	position: relative;

	margin-bottom: 0;

	text-align: center;

}

.updated-faq-section .title-column .image img{

	display: inline-block;

	max-width: 100%;

	height: auto;

}

.updated-faq-section .faq-column{

	position: relative;

}

.updated-faq-section .faq-column .inner-column{

	position: relative;

}

.updated-faq-section .updated-accordion-box{

	position: relative;

}

.updated-accordion-box .block {

	position: relative;

	margin-bottom: 12px;

}

.updated-accordion-box .block .acc-btn{

	position:relative;

	font-size:16px;

	line-height:28px;

	color:var(--thm-secnd);

	font-weight:600;

	cursor:pointer;

	padding:15px 25px 15px;

	padding-right: 50px;

	border:1px solid #cccccc;

	font-family: "Barlow", sans-serif;

	background-color: #ffffff;

	-webkit-transition:all 500ms ease;

	-moz-transition:all 500ms ease;

	-ms-transition:all 500ms ease;

	-o-transition:all 500ms ease;

	transition:all 500ms ease;

}

.updated-accordion-box .block .acc-btn.active{

	margin-bottom: 0;

	background-color: var(--thm-base);

	color:#ffffff;

	border: 1px solid transparent;

}

.updated-accordion-box .block .icon{

	position:absolute;

	right: 15px;

	top:15px;

	height: 30px;

	width: 30px;

	font-size: 16px;

	line-height: 30px;

	color: var(--thm-base);

	text-align: center;

	transition:all 500ms ease;

	-moz-transition:all 500ms ease;

	-webkit-transition:all 500ms ease;

	-ms-transition:all 500ms ease;

	-o-transition:all 500ms ease;

}

.updated-accordion-box .block .acc-btn.active .icon:before{

	position: absolute;

	left: 0;

	top: 0;

	height: 30px;

	width: 30px;

	line-height: 30px;

	opacity:1;

	z-index: 1;

	color: var(--thm-secnd);

	font-size: 16px;

	content: "\f056";

	font-family: 'FontAwesome';

	font-weight:400;

	text-align: center;

	transition:all 500ms ease;

	-moz-transition:all 500ms ease;

	-webkit-transition:all 500ms ease;

	-ms-transition:all 500ms ease;

	-o-transition:all 500ms ease;

}

.updated-accordion-box .block .acc-content{

	position:relative;

	display:none;

	background-color: #ffffff;

}

.updated-accordion-box .block .content{

	position:relative;

	padding: 25px 25px 20px;

	padding-right: 40px;

	background: #ffffff;

	border:1px solid #cccccc;

	border-top: 0;

}

.updated-accordion-box .block .acc-content.current{ 

	display: block;

}

.updated-accordion-box .block .content .text{

	display: block;

}

/*** 

====================================================================

			Call Back Section

====================================================================

***/

.updated-call-back-section{

	position: relative;

	background-repeat: no-repeat;

	background-position: center;

	background-size: cover;

	padding:95px 0 0px;

}

.updated-call-back-section:before{

	position:absolute;

	left: 0;

	top: 0;

	height: 100%;

	width: 30%;

	background-image: url(../updated-images/icons/pattern.png);

	content: '';

	background-repeat: repeat;

	background-position: center;

}

.updated-call-back-section .form-column{

	position: relative;

	float:right;

}

 

.updated-call-back-section .updated-sec-title{

	margin-bottom: 50px;

}

.updated-call-back-section .form-group{

	position:relative;

	margin-bottom:30px;	

}

.updated-request-form .form-group input[type="text"],

.updated-request-form .form-group input[type="email"],

.updated-request-form .form-group input[type="url"],

.updated-request-form .form-group textarea,

.updated-request-form .form-group select{

	position: relative;

    display: block;

    width: 100%;

    font-size: 14px;

    color: #bbbbbb;

    line-height: 20px;

    padding: 15px 28px;

    border: 1px solid #bbbbbb;

    background-color: #ffffff;

    font-weight: 400;

    border-radius: 25px;

    -webkit-transition: all 300ms ease;

    -moz-transition: all 300ms ease;

    -ms-transition: all 300ms ease;

    -o-transition: all 300ms ease;

    transition: all 300ms ease;

}

.updated-request-form .form-group input:focus,

.updated-request-form .form-group select:focus,

.updated-request-form .form-group textarea:focus{

	border-color:var(--thm-base);

}

.updated-request-form .form-group textarea{

	height: 200px;

	resize: none;

}

.updated-request-form .form-group button{

	text-transform: capitalize;

	font-size: 14px;

	padding: 15px 50px;

	line-height: 20px;

}

.updated-call-back-section .image-column{

	position: relative;

}

.updated-call-back-section .image-column .inner-column{

	position: relative;

	padding-top: 55px;

}

.updated-call-back-section .image-column .image{

	position: relative;

	margin-bottom: 0;

}

.updated-call-back-section .image-column .image img{

	max-width: 100%;

	height: auto;

	display: inline-block;

}

/*** 

====================================================================

			Features Section

====================================================================

***/

.updated-features-section{

	position: relative;

}

.updated-features-section:before{

	position: absolute;

	left: 0;

	top: 0;

	height: 100%;

	width: 100%;

	background-image: url(../updated-images/icons/pattern.jpg);

	background-repeat: repeat;

	background-position: center;

	content: "";

}

.updated-features-section .inner-container{

	position: relative;

}

.updated-features-section .image-column{

	position: relative;

	float: left;

	width: 45.6%;

	background-repeat: no-repeat;

	background-position: center;

	background-size: cover;

	padding: 100px 0 190px;

}

.updated-features-section .image-column .inner-column{

	position: relative;

	float: right;

	max-width: 500px;

	width: 100%;

}

.updated-features-section .image-column .content-box{

	position: relative;

	float: left;

	max-width: 400px;

	width: 100%;

	padding: 40px 15px;

	padding-right: 60px;

}

.updated-features-section .image-column .content-box:before{

	position: absolute;

	right: 0;

	top: 0;

	height: 100%;

	width: 1000%;

	background-color: var(--thm-base);

	opacity: 0.80;

	content: "";

}

.updated-features-section .image-column .updated-sec-title{

	margin-bottom: 25px;

}

.updated-features-section .image-column .updated-sec-title h2{

	color: var(--thm-secnd);

}

.updated-features-section .image-column .updated-sec-title h2:before{

	background-color: #ffffff;

}

.updated-features-section .image-column .text{

	position: relative;

	color: #ffffff;

	display: block;

}

.updated-features-section .features-column{

	position: relative;

	float: right;

	width: 54.4%;

	padding-top: 100px;

	z-index: 1;

}

.updated-features-section .features-column .inner-column{

	position: relative;

	padding: 95px 100px 40px;

	background-color: #ffffff;

	-webkit-box-shadow: 0 0 35px rgba(0,0,0,0.25);

	-moz-box-shadow: 0 0 35px rgba(0,0,0,0.25);

	-ms-box-shadow: 0 0 35px rgba(0,0,0,0.25);

	-o-box-shadow: 0 0 35px rgba(0,0,0,0.25);

	box-shadow: 0 0 35px rgba(0,0,0,0.25);

}

.updated-features-section .features-column .updated-sec-title{

	position: relative;

	margin-bottom: 45px;

}

.updated-features-section .features-column .text{

	position: relative;

	display: block;

	margin-bottom: 40px;

}

.updated-feature-block{

	position: relative;

	margin-bottom: 40px;

}

.updated-feature-block .inner-box{

	position: relative;

	padding-left: 75px;

}

.updated-feature-block .icon-box{

	position: absolute;

	left: 0;

	top: 10px;

}

.updated-feature-block .icon-box .icon{

	position: relative;

	font-size: 52px;

	line-height: 1em;

	color: #bbbbbb;

}

.updated-feature-block h4{

	position: relative;

	display: block;

	font-size: 20px;

	line-height: 30px;

	color: var(--thm-secnd);

	margin-bottom: 5px;

}	

.updated-feature-block h4 a{

	color: var(--thm-secnd);

	-webkit-transition: all 300ms ease;

	-moz-transition: all 300ms ease;

	-ms-transition: all 300ms ease;

	-o-transition: all 300ms ease;

	transition: all 300ms ease;

}

.updated-feature-block h4 a:hover{

	color: var(--thm-base);

}

.updated-feature-block .inner-box .text{

	position: relative;

	display: block;

	margin-bottom: 0;

}

/*** 

====================================================================

			Testimonial Section

====================================================================

***/

.updated-testimonial-section{

	position: relative;

	padding: 95px 0 100px;

}

.updated-testimonial-section .updated-sec-title{

	margin-bottom: 70px;

} 

.updated-testimonial-section .testimonial-column{

	position: relative;

	margin-bottom: 50px;

}

.updated-testimonial-section .testimonial-column .inner-column{

	position: relative;

	padding-left: 100px;

	padding-top: 25px;

}

.updated-testimonial-section .testimonial-column .inner-column:before{

	position: absolute;

	left: 0;

	top: 55px;

	height: 570px;

	width: 770px;

	background-image: url(../updated-images/icons/pattern.png);

	background-repeat: repeat;

	background-position: center;

	content: "";

}

.updated-testimonial-block{

	position: relative;

}

.updated-testimonial-block .inner-box{

	position: relative;

}

.updated-testimonial-block .icon{

	position: relative;

	display: block;

	font-size: 72px;

	color: var(--thm-base);

	margin-bottom: 120px;

	line-height:1em;

} 

.updated-testimonial-block .text{

	position: relative;

	color: #555555;

	font-weight: 400;

	margin-bottom: 45px;

}

.updated-testimonial-block .rating{

	position: relative;

	font-size: 18px;

	line-height: 2em;

	color: var(--thm-base);

	font-weight: 400;

	margin-bottom: 5px;

}

.updated-testimonial-block .info-box{

	position: relative;

	padding-right: 100px;

	padding-top: 40px;

	min-height: 100px;

}

.updated-testimonial-block .info-box .thumb{

	position: absolute;

	right: 0;

	top: 0;

	height: 100px;

	width: 100px;

}

.updated-testimonial-block .info-box .thumb img{

	display: block;

	width: 100%;

	height: auto;

}

.updated-testimonial-block .info-box .name{

	position: relative;

	display: block;

	font-size: 20px;

	line-height: 36px;

	color: var(--thm-secnd);

	font-weight: 700;

	font-family: "Barlow", sans-serif;

}

.updated-testimonial-block .info-box .designation{

	font-size: 16px;

	line-height: 36px;

	color: #777777;

}

.updated-testimonial-section .image-column{

	position: relative;

}

.updated-testimonial-section .image-column .inner-column{

	position: relative;

	padding-left: 70px;

}

.updated-testimonial-section .image-column .image-box{

	position: relative;

}

.updated-testimonial-section .image-column .image{

	position: relative;

	margin-bottom: 0;

}

.updated-testimonial-section .image-column .image img{

	display: block;

	width: 100%;

	height: auto;

}

.updated-testimonial-section .image-column .caption-box .inner-box{

	position: relative;

	overflow: hidden; 

	padding: 28px 28px;

}

.updated-testimonial-section .image-column .caption-box{

	position: absolute;

	left: 60px;

	bottom: 100px;

	background-color: #ffffff;

	max-width: 200px;

	width: 100%;

}

.updated-testimonial-section .image-column .caption-box .inner-box:before{

	position: absolute;

	right: -12px;

	bottom: -15px;

	height: 112px;

	width: 100px;

	background-image: url(../updated-images/icons/icon-globe.png);

	content: '';

}

.updated-testimonial-section .image-column .caption-box:after{

	position: absolute;

	left: 20px;

	bottom: -15px;

	border-left: 9px solid transparent; 

	border-right: 9px solid transparent; 

	border-top: 15px solid #ffffff;

	content: "";

}

.updated-testimonial-section .image-column .caption-box h2{

	position: relative;

	display: block;

	font-size: 48px;

	line-height:1em;

	margin-bottom: 10px;

}

.updated-testimonial-section .image-column .caption-box span{

	position: relative;

	display: block;

	font-size: 20px;

	line-height: 28px;

	color: #777777;

	font-family: "Barlow", sans-serif;

	font-weight: 700;

}

.updated-testimonial-section .owl-nav{

	position: absolute;

	top: 110px;

	right: 0px;

} 

.updated-testimonial-section .owl-next,

.updated-testimonial-section .owl-prev{

	position: relative;

	display: inline-block;

	font-size: 16px;

	line-height: 40px;

	height: 40px;

	width: 40px;

	color: var(--thm-secnd);

	text-align: center;

	border:1px solid var(--thm-secnd);;

	background-color: #ffffff;

	margin: 0 5px;

	-webkit-transition: all 300ms ease;

	-moz-transition: all 300ms ease;

	-ms-transition: all 300ms ease;

	-o-transition: all 300ms ease;

	transition: all 300ms ease;

}

.updated-testimonial-section .owl-next:hover,

.updated-testimonial-section .owl-prev:hover{

	color: var(--thm-base);

	border-color: var(--thm-base);

}

/*** 

====================================================================

				team Section

====================================================================

***/

.updated-team-section{

	position: relative;

	padding-top: 50px;

}

.team-tabs{

	position: relative;

}

.team-tabs .thumbs-column{

	position:relative;

	float:right;

}

.team-tabs .team-thumb{

	position: relative;

	margin:0 -15px;

}

.team-tabs .team-thumb .tab-btn{

	position: relative;

	float: left;

	width: 50%;

	padding: 0 15px;

	cursor: pointer;

}

.team-tabs .team-thumb .image-box{

	position: relative;

	display: block;

}

.team-tabs .team-thumb .image-box figure{

	position: relative;

	margin-bottom: 0;

}

.team-tabs .team-thumb .image-box img{

	width: 100%;

	height: auto;

}

.team-tabs .team-thumb .name{

	position: relative;

	display: block;

	font-size: 18px;

	line-height: 1.2em;

	font-family: "Barlow", sans-serif;

	color: var(--thm-secnd);

	text-transform:uppercase;

	font-weight: 700;

	padding: 10px 0;

	text-align: center;

	-webkit-transition: all 300ms ease;

	-moz-transition: all 300ms ease;

	-ms-transition: all 300ms ease;

	-o-transition: all 300ms ease;

	transition: all 300ms ease;

}

.team-tabs .team-thumb .tab-btn:hover .name,

.team-tabs .team-thumb .active-btn .name{

	color: var(--thm-base);

}

.team-tabs .info-column{

	position: relative;

	z-index: 9;

}

.team-tabs .info-column:after{

	position: absolute;

	right: 15px;

	top: 0;

	height: 490px;

	width: 1000%;

	background-color: #f1f1f1;

	content: "";

	z-index: 1;

}

.team-tabs .info-column:before{

	position: absolute;

	right: 15px;

	top: 0;

	height: 100%;

	width: 1000%;

	background-image: url(../updated-images/icons/pattern.png);

	background-repeat: repeat;

	content: "";

}

.team-tabs .team-info{

	position: relative;

	z-index: 99;

}

.team-info .image-column .inner-column{ 

	position: relative;

}

.team-info .image-column img{

	display: block;

	width: 100%;

} 

.team-info .content-column .inner-column{

	position: relative;

	padding: 95px 15px 30px;

}

.team-tabs .tabs-content .tab{

	display: none;

}

.team-tabs .tabs-content .tab.active-tab{

	display: block;

}

.team-info .designation{

	position: relative;

	display: block;

	font-size: 14px;

	line-height: 28px;

	color: #777777;

	font-weight: 700;

	text-transform: uppercase;

	margin-bottom: 15px;

}	

.team-info .name{

	position: relative;

	display: block;

	font-size: 20px;

	line-height: 1.2em;

	font-family: "Barlow", sans-serif;

	color: var(--thm-secnd);

	font-weight: 700; 

	padding-bottom: 35px;

	margin-bottom: 45px;

}

.team-info .name a{

	color: var(--thm-secnd);

	-webkit-transition: all 300ms ease;

	-moz-transition: all 300ms ease;

	-ms-transition: all 300ms ease;

	-o-transition: all 300ms ease;

	transition: all 300ms ease;

}

.team-info .name a:hover{

	color: #00aeef;

}

.team-info .name:before{

	position: absolute;

	left: 0;

	bottom: 0;

	height: 3px;

	width: 70px;

	background-color: var(--thm-base);

	content: "";

}

.team-info .text{

	position: relative;

	display: block;

	font-weight: 400;

	margin-bottom: 20px;

}

.team-info .social-links{

	position: relative;

}

.team-info .social-links li{

	position: relative;

	display: inline-block;

	font-size: 16px;

	line-height: 20px;

	color: #777777;

	margin-right: 20px;

}

.team-info .social-links li a{

	display: block;

	color: #777777;

	-webkit-transition: all 300ms ease;

	-moz-transition: all 300ms ease;

	-ms-transition: all 300ms ease;

	-o-transition: all 300ms ease;

	transition: all 300ms ease;

}

.team-info .social-links li a:hover{

	color: var(--thm-base);

}

/*** 

====================================================================

		News Section

====================================================================

***/

.updated-news-section{

	position: relative;

	padding: 95px 0 60px;

}

.updated-news-block{

	position: relative;

	margin-bottom: 40px;

}

.updated-news-block .inner-box{

	position: relative;

}

.updated-news-block .image-box{

	position: relative;

}

.updated-news-block .image-box .image{

	position: relative;

	margin-bottom: 0;

	overflow: hidden;

}

.updated-news-block .image-box .icon-box{

	position: absolute;

	right: 0;

	bottom: 0;

	height: 40px;

	width: 40px;

	line-height: 40px;

	text-align: center;

	font-size: 16px;

	color: #ffffff;

	font-weight: 400;

	background-color: #252525;

	-webkit-transition: all 300ms ease;

	-moz-transition: all 300ms ease;

	-ms-transition: all 300ms ease;

	-o-transition: all 300ms ease;

	transition: all 300ms ease;

}

.updated-news-block .image-box:hover .icon-box{

	background-color: var(--thm-base);

}

.updated-news-block .image-box .owl-nav{

	position: absolute;

	left: 0;

	width: 100%;

	top: 50%;

	margin-top: -45px;

}

.updated-news-block .image-box .owl-nav .owl-next,

.updated-news-block .image-box .owl-nav .owl-prev{

	position: absolute;

	width: 25px;

	height: 90px;

	text-align: center;

	line-height: 90px;

	font-size: 17px;

	color: #ffffff;

	font-weight: 400;

	background-color: rgba(0,0,0,.80);

	-webkit-transition: all 300ms ease;

	-moz-transition: all 300ms ease;

	-ms-transition: all 300ms ease;

	-o-transition: all 300ms ease;

	transition: all 300ms ease;

}

.updated-news-block .image-box .owl-nav .owl-next{

	left: auto;

	right: 0;

}

.updated-news-block .image-box .owl-nav .owl-next:hover,

.updated-news-block .image-box .owl-nav .owl-prev:hover{

	color: var(--thm-secnd);

	background-color: rgba(255,255,255,0.80);

}

.updated-news-block .image-box .image img{

	display: block;

	width: 100%;

	height: auto;

}

.updated-news-block .lower-content{

	position: relative;

	padding: 24px 0 24px;

}

.updated-news-block .lower-content .date{

	position: relative;

	display: block;

	font-size: 14px;

	line-height: 26px;

	color: #777777;

	font-weight: 700;

	margin-bottom: 15px;

}

.updated-news-block .lower-content h3{

	position: relative;

	display: block;

	font-size: 20px;

	color: var(--thm-secnd);

	margin-bottom: 20px;

}

.updated-news-block .lower-content h3 a{

	color: var(--thm-secnd);

	-webkit-transition: all 300ms ease;

	-moz-transition: all 300ms ease;

	-ms-transition: all 300ms ease;

	-o-transition: all 300ms ease;

	transition: all 300ms ease;

}

.updated-news-block .lower-content h3 a:hover{

	color: var(--thm-base);

}

.updated-news-block .lower-content .text{

	position: relative;

	display: block;

	font-weight: 400;

	margin-bottom: 25px;

}

.updated-news-block .lower-content .link-box{

	position: relative;

}

.updated-news-block .lower-content .link-box a{

	position: relative;

	display: block;

	font-size: 16px;

	line-height: 25px;

	color: var(--thm-base);

	font-family: "Barlow", sans-serif;

	text-transform: uppercase;

	font-weight: 600;

	-webkit-transition: all 300ms ease;

	-moz-transition: all 300ms ease;

	-ms-transition: all 300ms ease;

	-o-transition: all 300ms ease;

	transition: all 300ms ease;

}

.updated-news-block .lower-content .link-box a:hover{

	color: var(--thm-secnd);

}

.updated-news-block .lower-content .link-box a i{

	margin-left: 5px;

}

.updated-news-section .form-column{

	position: relative;

	margin-bottom: 40px;

}

.updated-news-section .form-column .inner-column{

	position: relative;

	padding: 50px 40px 55px;

	background-color: var(--thm-base);

}

.updated-news-section .form-column .inner-column:before{

    position: absolute;

    left: 10px;

    display: block;

    bottom: -10px;

    content: "\f14d";

    font-family: 'Flaticon';

    font-size: 130px;

	line-height:1em;

    color: #000000;

	opacity: 0.10; 

}

.updated-subscribe-form{

	position: relative;

	text-align: center;

	margin-bottom: 75px;

}

.updated-subscribe-form h3{

	position: relative;

	font-size: 30px;

	line-height: 42px;

	color: #ffffff;

	margin-bottom: 55px;

}

.updated-subscribe-form .form-group{

	position:relative;

	margin-bottom:20px;	

}

.updated-subscribe-form .form-group input[type="text"],

.updated-subscribe-form .form-group input[type="email"],	

.updated-subscribe-form .form-group textarea,

.updated-subscribe-form .form-group select{

	position: relative;

    display: block;

    font-size: 14px;

    line-height: 20px;

    color: #777777;

    font-weight: 400;

    padding: 16px 20px;

    width: 100%;

    height: 52px;

    background-color: #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;

}

.updated-subscribe-form .form-group input[type="submit"],

.updated-subscribe-form button{

    padding: 15px 30px;

    display: block;

    width: 100%;

    font-size: 14px;

    font-weight: 700;

    text-transform: uppercase;

    margin-top:30px;

    border-radius: 0;

}

.updated-news-section .form-column .call-us{

	position: relative;

	display: block;

	font-size: 16px;

	line-height: 24px;

	color: #ffffff;

	font-weight: 600;

	text-align: center;

}

/***

====================================================================

			News Section Two

====================================================================

***/

.updated-news-section-two{

	position: relative;

	padding: 100px 0;

}

.updated-news-section-two .inner-container{

	position: relative;

}

.updated-news-section-two .title-column{

	position: relative;

	float: left;

	width: 50%;

}

.updated-news-section-two .title-column .inner-column{

	position: relative;

	float: right;

	max-width: 600px;

	padding: 60px 15px;

	padding-right:200px;

	width: 100%;

}

.updated-news-section-two .title-column .content-box{

	max-width: 370px;

	width: 100%;

}

.updated-news-section-two .title-column .text{

	position: relative;

	margin-bottom: 40px;

}

.updated-news-section-two .title-column .text p{

	position: relative;

	display: block;

	margin-bottom: 28px;

}

.updated-news-section-two .title-column .btn-box{

	position: relative;

}

.updated-news-section-two .blocks-column{

	position: relative;

	float: right;

	width: 50%;

}

.updated-news-section-two .blocks-column .inner-column{

	position: relative;

	display:block;

	margin-left:-100px;

}

.updated-news-block-two{

	position: relative;

	background-repeat: no-repeat;

	background-position: center;

	background-size: cover;

	margin-bottom: 30px;

}

.updated-news-block-two:before{

	content:'';

	position:absolute;

	left:0px;

	top:0px;

	background:rgba(0,0,0,0.6);

	width:100%;

	height:100%;

}

.updated-news-block-two .inner-box{

	position: relative;

	padding: 60px 60px;

}

.updated-news-block-two .inner-box:before,

.updated-news-block-two .inner-box:after{

	position: absolute;

	left: 0;

	top: 0;

	height: 50%;

	width: 100%;

	background-color: #ffffff;

	opacity: 0.90;

	content: "";

	-webkit-transition: all 300ms ease;

	-moz-transition: all 300ms ease;

	-ms-transition: all 300ms ease;

	-o-transition: all 300ms ease;

	transition: all 300ms ease;

}

.updated-news-block-two .inner-box:after{

	top: auto;

	bottom: 0;

}

.updated-news-block-two .inner-box:hover:before,

.updated-news-block-two .inner-box:hover:after{

	height: 0;

}

.updated-news-block-two .inner-box h4{

	position: relative;

	display: block;

	font-size: 20px;

	line-height: 1.2em;

	color: var(--thm-secnd);

	margin-bottom: 25px;

}

.updated-news-block-two .inner-box h4 a{

	display: inline-block;

	color: var(--thm-secnd);

	-webkit-transition: all 300ms ease;

	-moz-transition: all 300ms ease;

	-ms-transition: all 300ms ease;

	-o-transition: all 300ms ease;

	transition: all 300ms ease;

}

.updated-news-block-two .inner-box:hover h4 a{

	color: #ffffff;

}

.updated-news-block-two .inner-box .info{

	position: relative;

	z-index: 1;

}

.updated-news-block-two .inner-box .info li{

	position: relative;

	display: inline-block;

	font-size: 16px;

	line-height: 26px;

	color: #777777;

	font-weight: 400;

	padding-right: 15px;

	margin-right: 15px;

	-webkit-transition: all 300ms ease;

	-moz-transition: all 300ms ease;

	-ms-transition: all 300ms ease;

	-o-transition: all 300ms ease;

	transition: all 300ms ease;

}

.updated-news-block-two .inner-box .info li:before{

	position: absolute;

	right: 0;

	top: 0;

	font-size: 16px;

	line-height: 26px;

	color: #777777;

	content: "|";

}

.updated-news-block-two .inner-box .info li:last-child:before{

	display: none;

}

.updated-news-block-two .inner-box:hover .info li{

	color: #ffffff;

}

/***

====================================================================

			News Section Three

====================================================================

***/

.updated-news-section-three{

	position: relative;

	padding: 120px 0 80px;

}

.updated-news-block-three{

	position: relative;

	margin-bottom: 50px;

}

.updated-news-block-three .inner-box{

	position: relative;

}

.updated-news-block-three .image-box{

	position: relative;

}

.updated-news-block-three .updated-single-item-carousel{

	position: relative;

}

.updated-news-block-three .image-box .owl-nav{

	position: absolute;

	left: 0;

	width: 100%;

	top: 50%;

	margin-top: -60px;

}

.updated-news-block-three .image-box .owl-nav .owl-next,

.updated-news-block-three .image-box .owl-nav .owl-prev{

	position: absolute;

	left: 0;

	top: 0;

	width: 30px;

	height: 120px;

	text-align: center;

	line-height: 120px;

	font-size: 18px;

	color: var(--thm-secnd);

	font-weight: 400;

	background-color: rgba(255,255,255,.70);

	-webkit-transition: all 300ms ease;

	-moz-transition: all 300ms ease;

	-ms-transition: all 300ms ease;

	-o-transition: all 300ms ease;

	transition: all 300ms ease;

}

.updated-news-block-three .image-box .owl-nav .owl-next{

	left: auto;

	right: 0;

}

.updated-news-block-three .image-box .owl-nav .owl-next:hover,

.updated-news-block-three .image-box .owl-nav .owl-prev:hover{

	background-color: rgba(0,0,0,.70);

	color: #ffffff;

}

.updated-news-block-three .image-box .icon-box{

	position: absolute;

	right: 0;

	bottom: 0;

	height: 60px;

	width: 60px;

	line-height: 60px;

	text-align: center;

	font-size: 24px;

	color: #ffffff;

	font-weight: 400;

	background-color: #252525;

	-webkit-transition: all 300ms ease;

	-moz-transition: all 300ms ease;

	-ms-transition: all 300ms ease;

	-o-transition: all 300ms ease;

	transition: all 300ms ease;

}

.updated-news-block-three .image-box:hover .icon-box{

	background-color: var(--thm-base);

	color: #252525;

}

.updated-news-block-three .image-box .image{

	position: relative;

	margin-bottom: 0;

	overflow: hidden;

}

.updated-news-block-three .image-box .image img{

	display: block;

	width: 100%;

	height: auto;

	-webkit-transition: all 500ms ease;

	-moz-transition: all 500ms ease;

	-ms-transition: all 500ms ease;

	-o-transition: all 500ms ease;

	transition: all 500ms ease;

}

.updated-news-block-three .inner-box:hover .image-box .image img{

	-webkit-transform: scale(1.1);

	-moz-transform: scale(1.1);

	-ms-transform: scale(1.1);

	-o-transform: scale(1.1);

	transform: scale(1.1);

}

.updated-news-block-three .lower-content{

	position: relative;

	padding: 15px 0 0;

}

.updated-news-block-three .lower-content .info{

	position: relative;

	margin-bottom: 25px;

	border-bottom: 1px solid #dddddd;

}

.updated-news-block-three .lower-content .info li{

	position: relative;

	float: left;

	margin-right: 17px;

	padding-right: 17px;

	font-size: 14px;

	line-height: 50px;

	color: #777777;

	font-weight: 400;

}

.updated-news-block-three .lower-content .info li:before{

	position: absolute;

	right: 0;

	top: 0;

	font-size: 14px;

	line-height: 50px;

	color: #777777;

	content: "|";

}

.updated-news-block-three .lower-content .info li:last-child:before{

	display: none;

}

.updated-news-block-three .lower-content .info li i{

	position: relative;

	display: inline-block;

	color: #777777;

	margin-right: 7px;

	-webkit-transition: all 300ms ease;

	-moz-transition: all 300ms ease;

	-ms-transition: all 300ms ease;

	-o-transition: all 300ms ease;

	transition: all 300ms ease;

}

.updated-news-block-three .lower-content .info li a{

	position: relative;

	display: inline-block;

	color: #777777;

	font-weight: 400;

	-webkit-transition: all 300ms ease;

	-moz-transition: all 300ms ease;

	-ms-transition: all 300ms ease;

	-o-transition: all 300ms ease;

	transition: all 300ms ease;

}

.updated-news-block-three .lower-content .info li:hover  i,

.updated-news-block-three .lower-content .info li a:hover{

	color: var(--thm-base);

}

.updated-news-block-three .lower-content h4{

	position: relative;

	font-size: 24px;

	line-height: 1.2em;

	color: var(--thm-secnd);

	font-weight: 500;

	margin-bottom: 10px;

}

.updated-news-block-three .lower-content h4 a{

	color: var(--thm-secnd);

	-webkit-transition: all 300ms ease;

	-moz-transition: all 300ms ease;

	-ms-transition: all 300ms ease;

	-o-transition: all 300ms ease;

	transition: all 300ms ease;

}

.updated-news-block-three .lower-content h4 a:hover{

	color: var(--thm-base);

}

.updated-news-block-three .lower-content .text{

	position: relative;

	display: block;

	font-size: 14px;

	line-height: 30px;

	color: #777777;

	font-weight: 400;

}

.updated-news-block-three .lower-content .link-box{

	position: relative;

	margin-top: 34px;

}

.updated-news-block-three .lower-content .link-box a{

	position: relative;

	display: inline-block;

	font-size: 16px;

	line-height: 20px;

	color: var(--thm-base);

	font-weight: 500;

	text-transform: uppercase;

	-webkit-transition:all 300ms ease;

	-moz-transition:all 300ms ease;

	-ms-transition:all 300ms ease;

	-o-transition:all 300ms ease;

	transition:all 300ms ease;

}

.updated-news-block-three .lower-content .link-box a:hover{

	color: var(--thm-secnd);

}

.updated-news-block-three .blockquote{

	position: relative;

	display: block;

	border: 1px solid #d7d7d7;

	padding: 80px 50px 30px;

	margin-top: 100px;

}

.updated-news-block-three .blockquote .icon{

	position: absolute;

	left: 70px;

	top: -50px;

	height: 100px;

	width: 100px;

	background-color: #f6f6f6;

	line-height: 100px;

	text-align: center;

	font-size: 60px;

	color: #bbbbbb;

	font-weight: 400;

	font-family: 'FontAwesome';

}

.updated-news-block-three .blockquote h2{

	position: relative;

	display: block;

	font-size: 36px;

	line-height: 60px;

	color: #777777;

	font-weight: 500;

	font-family: 'Oswald', sans-serif;

}

.updated-news-block-three .blockquote h2 span{

	color: var(--thm-base);

	text-transform: uppercase;

}

.updated-news-block-three .blockquote .author{

	position: absolute;

	right: 70px;

	line-height: 25px;

	color: #ffffff;

	font-size: 14px;

	background-color: var(--thm-secnd);

	padding: 0 15px;

	bottom: -12px;

}

.blog-default{

	position: relative;

}

.blog-default .updated-styled-pagination{

	margin-top: 80px;

}

/*** 

====================================================================

			Blog Detail

====================================================================

***/

.updated-blog-detail{

	position: relative;

}

.updated-blog-detail .updated-news-block-three{

	position: relative;

}

.updated-blog-detail .updated-news-block-three h5{

	position: relative;

	display: block;

	font-size: 20px;

	line-height: 1.2em;

	color: var(--thm-secnd);

	font-weight: 500;

	margin-bottom: 20px;

}

.updated-blog-detail .updated-news-block-three p{

	position: relative;

	display: block;

	font-size: 14px;

	line-height: 30px;

	color: #777777;

	font-weight: 400;

	margin-bottom: 20px;

}

.updated-blog-detail .post-images{

	position: relative;

	margin-bottom: 10px;

}

.updated-blog-detail .post-images .row{

	margin: 0 -5px;

}

.updated-blog-detail .post-images .row .columnn{

	padding: 0 5px;

}

.updated-blog-detail .post-images .image{

	margin-bottom: 10px;

}

.updated-blog-detail .post-images .image img{

	display: block;

	width: 100%;

	height: auto;

}

/*post share options*/

.updated-blog-detail .post-share-options{

	position:relative;

	border: 1px solid #dddddd;

	margin-bottom: 60px;

}

.updated-blog-detail .post-share-options .icon{

	position:relative;

	float: left;

	height: 48px;

	width: 50px;

	background-color: #ebebeb;

	text-align: center;

	font-size:18px;

	color:var(--thm-secnd);

	line-height: 48px;

}

.updated-blog-detail .post-share-options .tags{

	position: relative;

	float: left;

	padding: 8px 25px;

}

.updated-blog-detail .post-share-options .tags li{

	position: relative;

	display: inline-block;

}

.updated-blog-detail .post-share-options .tags a{

	position:relative;

	font-size:14px;

	font-weight:400;

	line-height: 30px;

	color:#777777;

	-webkit-transition: all 300ms ease;

	-moz-transition: all 300ms ease;

	-ms-transition: all 300ms ease;

	-o-transition: all 300ms ease;

	transition: all 300ms ease;

}

.updated-blog-detail .post-share-options .tags a:hover{

	color: var(--thm-base);

}

.updated-blog-detail .post-share-options .social-icon{

	position: relative;

	float: left;

	padding: 9px 13px;

}

.updated-blog-detail .post-share-options .social-icon li{

	position: relative;

	float: left;

	margin: 0 13px;

}

.updated-blog-detail .post-share-options .social-icon li a{

	position:relative;

	display: block;

	font-size:14px;

	font-weight:400;

	line-height: 30px;

	color:#777777;

	-webkit-transition: all 300ms ease;

	-moz-transition: all 300ms ease;

	-ms-transition: all 300ms ease;

	-o-transition: all 300ms ease;

	transition: all 300ms ease;

}

.updated-blog-detail .post-share-options .social-icon li a:hover{

	color: var(--thm-base);

}

/*Author Box*/

.updated-author-box{

	position:relative;

	padding: 50px 50px;

	border: 1px solid #dddddd;

	margin-bottom: 55px;

	border-radius: 20px;

}

.updated-author-box .inner-box{

	position:relative;

	padding-left: 190px;

	min-height: 150px;

	padding-top: 10px;

}

.updated-author-box .thumb{

	position:absolute;

	left:0px;

	top:0px;

	height: 150px;

	width: 150px;

	border-radius: 50%;

	overflow: hidden;

	margin-bottom: 20px;

}

.updated-author-box .thumb img{

	display: block;

	width: 100%;

	height: auto;

}

.updated-author-box .name{

	position: relative;

	display: block;

	font-size: 24px;

	line-height: 30px;

	color: var(--thm-secnd);

	font-weight: 500;

	margin-bottom: 5px;

}

.updated-author-box .text{

	position: relative;

	display: block;

	font-size: 14px;

	line-height: 30px;

	color: #777777;

	font-weight: 400;

	margin-bottom: 18px;

}

.updated-author-box .social-icon{

	position: relative;

}

.updated-author-box .social-icon li{

	position: relative;

	display: inline-block;

	margin-right: 20px;

}

.updated-author-box .social-icon li a{

	position:relative;

	display: block;

	font-size:14px;

	font-weight:400;

	line-height: 30px;

	color:#777777;

	-webkit-transition: all 300ms ease;

	-moz-transition: all 300ms ease;

	-ms-transition: all 300ms ease;

	-o-transition: all 300ms ease;

	transition: all 300ms ease;

}

.updated-author-box .social-icon li a:hover{

	color: var(--thm-base);

}

/* updated-post-controls */

.updated-blog-detail .updated-post-controls{

	position: relative;

	text-align: left;

	padding: 35px 35px;

	border-top: 1px solid #dddddd;

	border-bottom: 1px solid #dddddd;

	margin-bottom: 50px;

}

.updated-blog-detail .updated-post-controls .inner{

	position: relative;

}

.updated-blog-detail .updated-post-controls:before{

	position: absolute;

	left: 50%;

	top: 0;

	height: 100%;

	border-right: 1px solid #dddddd;

	content: "";

}

.updated-blog-detail .updated-post-controls .title{

	position: relative;

	display: block;

	font-size: 14px;

	line-height: 30px;

	color: #777777;

	font-weight: 400;

}

.updated-blog-detail .updated-post-controls h5{

	position: relative;

	display: inline-block;

	font-size: 16px;

	line-height: 24px;

	color: var(--thm-secnd);

	font-weight: 500;

	max-width: 230px;

}

.updated-blog-detail .updated-post-controls h5 a{

	display: inline-block;

	color: var(--thm-secnd);

	-webkit-transition: all 300ms ease;

	-moz-transition: all 300ms ease;

	-ms-transition: all 300ms ease;

	-o-transition: all 300ms ease;

	transition: all 300ms ease;

}

.updated-blog-detail .updated-post-controls h5 a:hover{

	color: var(--thm-base);

}

.updated-blog-detail .updated-post-controls .prev-post{

	position: relative;

	float: left;

	width: 50%;

}

.updated-blog-detail .updated-post-controls .next-post{

	position: relative;

	float: right;

	width: 50%;

	text-align: right;

}

/*** 

====================================================================

			Styled Pagination

====================================================================

***/

.updated-styled-pagination{

	position:relative;

	display: block;

	width: 100%;

}

.updated-styled-pagination ul{

	position:relative;

	display: inline-block;

	text-align: center;

	border: 1px solid #ebebeb;

	padding: 9px 15px;

	background: rgb(255,255,255); /* Old browsers */

	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iI2Y1ZjVmNSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);

	background: -moz-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(245,245,245,1) 50%, rgba(255,255,255,1) 100%); /* FF3.6-15 */

	background: -webkit-linear-gradient(left, rgba(255,255,255,1) 0%,rgba(245,245,245,1) 50%,rgba(255,255,255,1) 100%); /* Chrome10-25,Safari5.1-6 */

	background: linear-gradient(to right, rgba(255,255,255,1) 0%,rgba(245,245,245,1) 50%,rgba(255,255,255,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */

	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff',GradientType=1 ); /* IE6-8 */

}

.updated-styled-pagination li{

	position:relative;

	display: inline-block;

	margin: 0;

	font-family: "Rubik", sans-serif;

	text-transform: uppercase;

	font-weight: 500;

}

.updated-styled-pagination li a,

.updated-styled-pagination li > span{

	position:relative;

	display: block;

	height:30px;

	width: 30px;

	text-align: center;

	line-height:30px;

	font-weight:400;

	font-size:13px;

	color:var(--thm-secnd);

	border-radius: 50%;

	-webkit-transition:all 300ms ease;

	-moz-transition:all 300ms ease;

	-ms-transition:all 300ms ease;

	-o-transition:all 300ms ease;

	transition:all 300ms ease;

}

.updated-styled-pagination li a:hover,

.updated-styled-pagination li.active a,

.updated-styled-pagination li > span{

	color:#ffffff;	

	background:var(--thm-base);

}

.updated-styled-pagination li a.next,

.updated-styled-pagination li.next a{

	width: 120px;

	border-radius: 0;

	color: #020202;

	background-color: transparent !important;

	margin-left: 70px;

	text-align: right;

}

.updated-styled-pagination li a.prev,

.updated-styled-pagination li.prev a{

	width: 120px;

	border-radius: 0;

	color: #020202;

	margin-right: 70px;

	background-color: transparent !important;

	text-align: left;

}

.updated-styled-pagination li.prev-post a span,

.updated-styled-pagination li.next-post a span{

	margin: 0 5px;

	display: inline-block;

}

.updated-styled-pagination li a.prev:hover,

.updated-styled-pagination li a.next:hover{

	color: var(--thm-base);

}

/***

====================================================================

			Subscribe Section

====================================================================

***/

.updated-subscribe-section{

	position: relative;

}

.updated-subscribe-section .outer-container{

	position: relative;

	background-repeat: no-repeat;

	background-position: center;

	background-size: cover;

	max-width: 1720px;

	margin: 0 auto;

}

.updated-subscribe-section .outer-container:before{

	position: absolute;

	left: 0;

	top: 0;

	height: 100%;

	width: 100%;

	background-color: var(--thm-secnd);

	opacity: 0.60;

	content: "";

}

.updated-subscribe-section .content-box{

	position: relative;

	padding: 90px 0;

}

.updated-subscribe-section h3{

	position: relative;

	display: block;

	font-size: 36px;

	line-height: 1.2em;

	color: #ffffff;

	margin-bottom: 30px;

}

.updated-subscribe-form-two{

	position: relative;

	max-width: 770px;

	margin-bottom: 20px;

}

.updated-subscribe-form-two .form-group{

	position:relative;

}

.updated-subscribe-form-two .form-group input[type="text"],

.updated-subscribe-form-two .form-group input[type="email"],	

.updated-subscribe-form-two .form-group textarea,

.updated-subscribe-form-two .form-group select{

	position: relative;

    display: block;

    font-size: 14px;

    line-height: 30px;

    color: #777777;

    font-weight: 400;

    padding: 15px 50px;

    width: 100%;

    height: 60px;

    background-color: #ffffff;

    border-radius: 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;

}

.updated-subscribe-form-two .form-group input[type="submit"],

.updated-subscribe-form-two button{

	position: absolute;

	right: 0;

	top: 0;

	height: 60px;

	display: inline-block;

	font-size: 16px;

	line-height: 30px;

	color: var(--thm-secnd);

	padding: 15px 50px;

	font-weight: 700;

	border-radius: 0 30px 30px 0;

}

.updated-subscribe-section .content-box .text{

	position: relative;

	display: block;

	font-size: 16px;

	line-height: 30px;

	color: #ffffff;

	font-weight: 400;

}

/*** 

====================================================================

		Clients Section

====================================================================

***/

.updated-clients-section{

	position: relative;

	padding: 90px 0;

}

.updated-clients-section.style-two{

	background-color: #f5f5f5;

}

.updated-clients-section .sponsors-outer{

	position: relative;

}

.updated-clients-section .slide-item{

	position: relative;

}

.updated-clients-section .image-box{

	position: relative;

	margin: 0;

	text-align: center;

}

.updated-clients-section .image-box img{

	display: inline-block;

	max-width: 100%;

	width: auto;

	height: auto;

	filter: -webkit-grayscale(1);

	filter: -moz-grayscale(1);

	filter: -ms-grayscale(1);

	filter: -o-grayscale(1);

	filter: grayscale(1);

	-webkit-transition: all 300ms ease;

	-moz-transition: all 300ms ease;

	-ms-transition: all 300ms ease;

	-o-transition: all 300ms ease;

	transition: all 300ms ease;

}

.updated-clients-section .image-box:hover img{

	filter: -webkit-grayscale(0);

	filter: -moz-grayscale(0);

	filter: -ms-grayscale(0);

	filter: -o-grayscale(0);

	filter: grayscale(0);

}

.updated-clients-section .updated-sponsors-carousel .owl-dots,

.updated-clients-section .updated-sponsors-carousel .owl-nav{

	display: none;

}

/*** 

====================================================================

		Contact Section

====================================================================

***/

.updated-contact-section{

	position: relative;

	padding: 0 0 100px;

}

.updated-contact-section .inner-container{

	position: relative;

}

.updated-contact-section .form-column{

	position: relative;

	padding-top: 100px;

	max-width: 670px;

}

.updated-contact-section .form-column .inner-column{

	position: relative;

}

.updated-contact-form{

 	position: relative;

 	z-index: 1;

 	padding-right: 40px;

 	margin-bottom: 40px;

}

.updated-contact-form .form-group{

	position:relative;

	margin-bottom:30px;	

}

.updated-contact-form .form-group:last-child{

	margin-bottom: 0;

}

.updated-contact-form .form-group input[type="text"],

.updated-contact-form .form-group input[type="email"],

.updated-contact-form .form-group input[type="tel"],

.updated-contact-form .form-group input[type="url"],

.updated-contact-form .form-group textarea,

.updated-contact-form .form-group select{

	position: relative;

    display: block;

    width: 100%;

    font-size: 14px;

    line-height: 28px;

    color: #bbbbbb;

    font-weight: 400;

    height: 60px;

    padding: 15px 30px;

    background-color: transparent;

    border: 1px solid #dddddd;

    border-radius: 30px;

    -webkit-transition: all 300ms ease;

    -moz-transition: all 300ms ease;

    -ms-transition: all 300ms ease;

    -o-transition: all 300ms ease;

    transition: all 300ms ease;

}

.updated-contact-form ::-webkit-input-placeholder{color: #999999;;}

.updated-contact-form ::-moz-input-placeholder{color: #999999;;}

.updated-contact-form ::-ms-input-placeholder{color: #999999;;}

.updated-contact-form .form-group input:focus,

.updated-contact-form .form-group select:focus,

.updated-contact-form .form-group textarea:focus{

	border-color:#ff9f14;

}

.updated-contact-form .form-group textarea{

	height: 200px;

	margin-bottom: 10px;

	border-radius: 15px;

	resize: none;

}

.updated-contact-form .form-group input[type=submit],

.updated-contact-form .form-group button{

	text-transform: capitalize;

	padding: 15px 45px;

	line-height: 26px;

}

.updated-contact-section .contact-info{

	position: relative;

}

.updated-contact-section .contact-info ul{

	position: relative;

	float: left;

	width: 33.33333%;

	margin-bottom: 20px;

}

.updated-contact-section .contact-info ul li{

	position: relative;

	display: block;

	font-size: 16px;

	line-height: 24px;

	color: #777777;

	font-weight: 400;

}

.updated-contact-section .contact-info ul li strong{

	position: relative;

	display: block;

	font-size: 20px;

	line-height: 1.2em;

	text-transform:uppercase;

	color: var(--thm-secnd);

	font-weight: 700;

	margin-bottom: 15px;

	font-family: "Barlow", sans-serif;

}

.updated-contact-section .contact-info ul li a{

	display: inline-block;

	color: #777777;

	font-weight: 400;

    -webkit-transition: all 300ms ease;

    -moz-transition: all 300ms ease;

    -ms-transition: all 300ms ease;

    -o-transition: all 300ms ease;

    transition: all 300ms ease;

}

.updated-contact-section .contact-info ul li a:hover{

	color: var(--thm-base);

}

.updated-contact-section .map-column{

	position: absolute;

	right: 0;

	top: 0;

	height: 100%;

	width: 100%;

	max-width: 370px;

	background-color: var(--thm-secnd);

}

.updated-contact-section .map-column .map-canvas{

	position: absolute;

	right: 0;

	top: 0;

	height: 100%;

	width: 100%;

}

.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:425px;

}

/*** 

====================================================================

		Contact Info Section

====================================================================

***/

.updated-contact-info-section{

	position: relative;

}

.updated-contact-info-section:before{

	position: absolute;

	left: 0;

	bottom: -1px;

	height: 185px;

	width: 100%;

	background-image: url(../updated-images/icons/contact-curve.png);

	background-repeat: no-repeat;

	background-position: center;

	background-size: cover;

	content: "";

}

.updated-contact-info-section .inner-container{

	position: relative;

	padding: 65px 70px 20px;

	border:2px solid #777777;

	background-color: #ffffff;

	border-radius: 10px;

}

.updated-contact-info-block{

	position: relative;

	margin-bottom: 40px;

}

.updated-contact-info-block .inner-box{

	position: relative;

	padding-left: 85px;

	margin-left: 20px;

}

.updated-contact-info-block .icon{

	position: absolute;

	left: 0;

	top: 0;

	font-size: 60px;

	line-height: 1em;

	color: #bbbbbb;

	-webkit-transition: all 300ms ease;

	-moz-transition: all 300ms ease;

	-ms-transition: all 300ms ease;

	-o-transition: all 300ms ease;

	transition: all 300ms ease;

}

.updated-contact-info-block .inner-box:hover .icon{

	color: var(--thm-base);

}

.updated-contact-info-block h4{

	position: relative;

	display: block;

	font-size: 20px;

	color: var(--thm-secnd);

	font-weight: 700;

	margin-bottom: 15px;

}

.updated-contact-info-block p{

	position: relative;

	display: block;

	font-weight: 400;

}

.updated-contact-info-block p a{

	color: #777777;

	-webkit-transition: all 300ms ease;

	-moz-transition: all 300ms ease;

	-ms-transition: all 300ms ease;

	-o-transition: all 300ms ease;

	transition: all 300ms ease;

}

.updated-contact-info-block p a:hover{

	color: var(--thm-base);

}

/***

==================================================================

			Contact Page Section

==================================================================

***/

.updated-contact-page-section{

	position: relative;

	padding: 100px 0 60px;

}

.updated-contact-page-section .inner-container{

	position: relative;

	max-width: 880px;

	margin: 0 auto;

	text-align: center;

}

.updated-contact-page-section .text{

	position: relative;

	font-size: 14px;

	line-height: 28px;

	color: #777777;

	font-weight: 400;

	margin-bottom: 40px;

}

.updated-contact-form-two{

 	position: relative;

 	z-index: 1;

 	padding-right: 40px;

 	margin-bottom: 40px;

}

.updated-contact-form-two .form-group{

	position:relative;

	text-align: left;

	margin-bottom:30px;

}

.updated-contact-form-two .form-group:last-child{

	margin-bottom: 0;

}

.updated-contact-form-two .form-group input[type="text"],

.updated-contact-form-two .form-group input[type="email"],

.updated-contact-form-two .form-group input[type="tel"],

.updated-contact-form-two .form-group input[type="url"],

.updated-contact-form-two .form-group textarea,

.updated-contact-form-two .form-group select{

	position: relative;

    display: block;

    width: 100%;

    font-size: 14px;

    line-height: 28px;

    color: #777777;

    font-weight: 400;

    height: 50px;

    padding: 10px 30px;

    background-color: transparent;

    border: 1px solid #dddddd;

    border-radius: 30px;

    -webkit-transition: all 300ms ease;

    -moz-transition: all 300ms ease;

    -ms-transition: all 300ms ease;

    -o-transition: all 300ms ease;

    transition: all 300ms ease;

}

.updated-contact-form-two .form-group input:focus,

.updated-contact-form-two .form-group select:focus,

.updated-contact-form-two .form-group textarea:focus{

	border-color:var(--thm-base);

}

.updated-contact-form-two .form-group textarea{

	height: 190px;

	margin-bottom: 10px;

	border-radius: 15px;

	resize: none;

}

.updated-contact-form-two .form-group input[type=submit],

.updated-contact-form-two .form-group button{

	text-transform: capitalize;

	padding: 10px 35px;

}

.updated-contact-form-two .form-group label.error{

	display:block;

	font-weight:500;

	font-size:13px;

	text-transform:capitalize;

	line-height:24px;

	color:#ff0000;

	padding-top:7px;

}

/***

==================================================================

		Contact Map Section

==================================================================

***/

.updated-contact-map-section{

	position: relative;

}

.updated-contact-map-section .map-outer{

	position: relative;

	height: 500px;

} 

.updated-contact-map-section .map-canvas{

	position: absolute;

	left: 0;

	top: 0;

	height: 100%;

	width: 1920px;

}

/***

==================================================================

				Main Footer

==================================================================

***/

.updated-main-footer{

	position:relative;

	background-color: var(--thm-secnd);

}

.updated-main-footer:before{

	position: absolute;

	left: 0;

	top: 0;

	height: 100%;

	width: 100%;

	background-image: url(../updated-images/icons/footer-bg.png);

	background-repeat: repeat;

	background-position: center;

	content: "";

}

.updated-main-footer .footer-upper{

	position:relative;

	padding: 100px 0 130px;

}

.updated-main-footer .footer-column{

	position:relative;

}

.updated-main-footer .footer-widget{

	position:relative;

	margin-bottom:40px;

}

.updated-main-footer .footer-column .widget-title{

	position: relative;

	font-size:20px;

	color:#ffffff;

	line-height: 30px;

	padding-bottom: 10px;

	margin-bottom:50px;

}

.updated-main-footer .footer-column .widget-title:before{

	position: absolute;

	left: 0;

	bottom: 0;

	height: 1px;

	width: 60px;

	background-color: #dddddd;

	content: '';

}

.updated-main-footer .about-widget{

	position: relative;

}

.updated-main-footer .logo{

	position:relative;	

	margin-bottom: 30px;

}

.updated-main-footer .logo img{

	max-width:200px;

}

.updated-main-footer .footer-logo figure{

	margin: 0;

}

.updated-main-footer .footer-logo img{

	display:block;

	max-width:100%;	

}

.updated-main-footer .about-widget .text{

	position: relative;

	margin-bottom: 40px;

}

.updated-main-footer .about-widget .text p{

	color: #bbbbbb;

	font-weight: 400;

	margin-bottom: 30px;

}

.updated-social-icon-two{

	position: relative;

	display: block;

}

.updated-social-icon-two .title{

	position: relative;

	font-size: 20px;

	line-height: 26px;

	color: #ffffff;

	font-weight: 700;

}

.updated-social-icon-two li{

	position: relative;

	display: inline-block;

	font-size: 16px;

	line-height: 24px;

	color: #bbbbbb;

	margin-right: 20px;

}

.updated-social-icon-two li a{

	position: relative;

	display: block;

	font-size: 16px;

	line-height: 24px;

	color: #bbbbbb;

	-webkit-transition: all 300ms ease;

	-moz-transition: all 300ms ease;

	-ms-transition: all 300ms ease;

	-o-transition: all 300ms ease;

	transition: all 300ms ease;

}

.updated-social-icon-two li a:hover{

	color: var(--thm-base);

}

/*Recent Posts*/

.updated-recent-posts{

	position: relative;

}

.updated-recent-posts .post{

	position: relative;

	min-height: 90px;

	padding-left: 120px;

	margin-bottom: 30px;

}

.updated-recent-posts .post:last-child{

	margin-bottom: 0;

}

.updated-recent-posts .post .thumb{

	position: absolute;

	left: 0;

	top: 0;

	height: 90px;

	width: 90px;

	overflow: hidden;

}

.updated-recent-posts .post .thumb a{

	display: block;

}

.updated-recent-posts .post .thumb img{

	display: block;

	width: 100%;

	height: auto;

}

.updated-recent-posts .post h4{

	position: relative;

	font-size: 16px;

	color: #ffffff;

	line-height: 30px;

	font-weight: 500;

	margin-bottom: 8px;

}

.updated-recent-posts .post h4 a{

	color:#ffffff;

	-webkit-transition: all 300ms ease;

	-moz-transition: all 300ms ease;

	-ms-transition: all 300ms ease;

	-o-transition: all 300ms ease;

	transition: all 300ms ease;

}

.updated-recent-posts .post h4 a:hover{

	color: var(--thm-base);

}

.updated-recent-posts .post .date{

	position: relative;

	display: block;

	font-size: 14px;

	line-height: 30px;

	color: #bbbbbb;

}

/*=== Services Widget ====*/

.updated-main-footer .services-widget{

	position: relative;

}

.updated-main-footer .services-widget .widget-content .widget-title{

	margin-bottom: 20px;

}

.updated-serivce-list{

	position: relative;

	top: -10px;

	margin-bottom: 15px;

}

.updated-serivce-list li{

	position: relative;

	float: left;

	width: 50%;

	font-size: 14px;

	line-height: 40px;

	color: #ffffff;

	font-weight: 400;

	border-left: 1px solid #555555;

	padding-left: 20px;

}

.updated-serivce-list li:before{

	position: absolute;

	left: 0;

	top: 19px;

	width: 10px;

	height: 2px;

	background-color: #555555;

	content: ""; 

}

.updated-serivce-list li a{

	display: block;

	color: #ffffff;

	-webkit-transition: all 300ms ease;

	-moz-transition: all 300ms ease;

	-ms-transition: all 300ms ease;

	-o-transition: all 300ms ease;

	transition: all 300ms ease;

}

.updated-serivce-list li a:hover{

	color: var(--thm-base);

}

/*=== ===*/

.user-links{

	position: relative;

	margin-bottom: 30px;

}

.user-links li{

	position: relative;

	display: inline-block;

	font-size: 14px;

	line-height: 40px;

	color: #ffffff;

	font-weight: 400;

	padding-left: 20px;

	margin-right: 15px;

}

.user-links li:before{

	position: absolute;

	left: 0;

	top: 0px;

	font-size: 14px;

	line-height: 40px;

	color: #ffffff;

	font-weight:400;

	font-family: 'FontAwesome';

    content: "\f105";

}

.user-links li a{

	display: block;

	color: #ffffff;

	-webkit-transition: all 300ms ease;

	-moz-transition: all 300ms ease;

	-ms-transition: all 300ms ease;

	-o-transition: all 300ms ease;

	transition: all 300ms ease;

}

.user-links li a:hover{

	color: var(--thm-base);

}

/*=== Footer Bottom ===*/

.updated-main-footer .footer-bottom{

	position: absolute;

	left: 0;

	bottom: 0;

	width: 100%;

}

.updated-main-footer .footer-bottom .inner-container{

	position: relative;

	background-color: #000000;

	border-radius: 20px 20px 0 0;

	padding: 0 40px;

}

.updated-main-footer .footer-bottom .inner-container:before{

	position: absolute;

	left: 50px;

	top: 0;

	height: 100%;

	width: 1000%;

	background-color: #000000;

	content: "";

}

.updated-main-footer .footer-bottom .copyright-text{

	position: relative;

	float: left;

	padding:25px 0;

}

.updated-main-footer .footer-bottom .copyright-text p{

	position: relative;

	line-height: 30px;

	font-size: 14px;

	color: #ffffff;

	font-weight: 400;

}

.updated-main-footer .footer-bottom .copyright-text a{

	color: #ffffff;

	-webkit-transition: all 300ms ease;

	-moz-transition: all 300ms ease;

	-ms-transition: all 300ms ease;

	-o-transition: all 300ms ease;

	transition: all 300ms ease;

}

.updated-main-footer .footer-bottom .copyright-text a:hover{

	color: var(--thm-base);

}

.updated-main-footer .footer-bottom .footer-nav{

	position: relative;

	float: right;

}

.updated-main-footer .footer-bottom .footer-nav ul{

	position: relative;

	padding:25px 0;

}

.updated-main-footer .footer-bottom .footer-nav ul li{

	position: relative;

	float: left;

	padding-left: 25px;

	margin-left: 25px;

}

.updated-main-footer .footer-bottom .footer-nav ul li:first-child{

	margin-left: 0;

	padding-left: 0;

}

.updated-main-footer .footer-bottom .footer-nav ul li a{

	display: inline-block;

	font-size: 14px;

	line-height: 30px;

	color: #ffffff;

	font-weight: 400;

	-webkit-transition: all 300ms ease;

	-moz-transition: all 300ms ease;

	-ms-transition: all 300ms ease;

	-o-transition: all 300ms ease;

	transition: all 300ms ease;

}

.updated-main-footer .footer-bottom .footer-nav ul li:before{

	position: absolute;

	left: 0;

	top: 4px;

	font-size: 15px;

	line-height: 20px;

	color: #ffffff;

	font-weight: 400;

	content: '|';

}

.updated-main-footer .footer-bottom .footer-nav ul li a:hover{

	color: var(--thm-base);

}

.updated-main-footer .footer-bottom .footer-nav ul li:first-child:before{

	display: none;

}

/***

==================================================================

			Main Footer Style  Two

==================================================================

***/

.updated-main-footer.style-two{

	position: relative;

}

.updated-main-footer.style-two:before{

	display: none;

}

.updated-main-footer.style-two .footer-upper{

	padding: 100px 0 60px;	

}

.updated-main-footer.style-two .widget-title{

	position: relative;

	font-size: 20px;

	line-height: 1.2em;

	color: #ffffff;

	padding-bottom: 0;

}

.updated-main-footer.style-two .widget-title:before{

	display: none;

}

.updated-main-footer.style-two .about-widget{

	max-width: 370px;

}

.updated-main-footer.style-two .logo{

	margin-bottom: 40px;

}

.updated-main-footer.style-two .links-widget{

	position: relative;

	float: left;

	padding: 0 15px;

	width: 33.333333%;

}

.updated-footer-links{

	position: relative;

	display: block;

}

.updated-footer-links li{

	position: relative;

	display: block;

	margin-bottom: 10px;

}

.updated-footer-links li a{

	position: relative;

	display: inline-block;

	font-size: 14px;

	line-height: 26px;

	color: #ffffff;

	font-weight: 400;

	-webkit-transition: all 300ms ease;

	-moz-transition: all 300ms ease;

	-ms-transition: all 300ms ease;

	-o-transition: all 300ms ease;

	transition: all 300ms ease;

}

.updated-footer-links li a:hover{

	color: var(--thm-base);

}

.updated-main-footer.style-two .footer-bottom{

	position: relative;

	background-color: #000000;

	z-index: 9;

}

.updated-main-footer.style-two.alternate .footer-bottom{

	background-color: var(--thm-secnd);

}

.updated-social-icon-four{

	position: relative;

	float: left;

	background-color: var(--thm-base);

	margin-top: -25px;

	border-radius: 30px;

}

.updated-social-icon-four:before{

	position: absolute;

	right: 0;

	top: 0;

	height: 50px;

	width: 1000%;

	background-color: var(--thm-base);

	content: "";

	border-radius: 30px;

}

.updated-social-icon-four li{

	position: relative;

	float: left;

	margin-right: 30px;

}

.updated-social-icon-four li a{

	position: relative;

	display: block;

	font-size: 16px;

	line-height:30px;

	padding: 10px 0;

	color: var(--thm-secnd);

	font-weight: 400;

	border-radius: 30px;

	-webkit-transition: all 300ms ease;

	-moz-transition: all 300ms ease;

	-ms-transition: all 300ms ease;

	-o-transition: all 300ms ease;

	transition: all 300ms ease;

}

.updated-social-icon-four li a:hover{

	color: #ffffff;

}

.updated-main-footer.style-two .copyright-text{

	position: relative;

	float: left;

	width: 100%;

	padding: 35px 0;

}

.updated-main-footer.style-two .copyright-text p{

	font-size: 14px;

	color: #ffffff;

	font-weight: 400;

	line-height: 25px;

}

.updated-main-footer.style-two .copyright-text a{

	color: var(--thm-base);

}

.updated-main-footer.style-two .copyright-text a:hover{

	text-decoration: underline;

}

.updated-main-footer.style-two .nav-column{

	float:right;

}

.updated-main-footer.style-two .updated-scroll-to-top-two{

	position: absolute;

	right: 15px;

	top: -25px;

	height: 50px;

	width: auto;

	font-size: 14px;

	line-height: 20px;

	padding: 15px 65px 15px 25px;

	text-align:center;

	z-index:100;

	cursor:pointer;

	color:#ffffff;

	background:var(--thm-base);

	border-radius: 30px;

	-webkit-transition:all 300ms ease;

	-moz-transition:all 300ms ease;

	-ms-transition:all 300ms ease;

	-o-transition:all 300ms ease;

	transition:all 300ms ease;		

}

.updated-main-footer.style-two .updated-scroll-to-top-two:hover{

	background:#ffffff;

	color: var(--thm-base);

}

.updated-main-footer.style-two .updated-scroll-to-top-two .icon{

	position: absolute;

	right: 0;

	top: 0;

	height: 50px;

	width: 50px;

	text-align: center;

	font-size: 18px;

	line-height: 50px;

	cursor:pointer;

	color:var(--thm-secnd);

	background:#ffffff;

	border-radius: 30px;

	-webkit-transition:all 300ms ease;

	-moz-transition:all 300ms ease;

	-ms-transition:all 300ms ease;

	-o-transition:all 300ms ease;

	transition:all 300ms ease;	

}

.updated-main-footer.style-two .updated-scroll-to-top-two:hover .icon{

	background-color: var(--thm-base);

	color: #ffffff;

}

.updated-main-footer.style-two  .footer-nav{

	position: relative;

	float: right;

	margin-top: 25px;

	padding:35px 0;

}

.updated-main-footer.style-two .footer-nav li{

	position: relative;

	display: inline-block;

	padding-left: 25px;

	margin-left: 25px;

}

.updated-main-footer.style-two .footer-nav li:first-child{

	margin-left: 0;

	padding-left: 0;

}

.updated-main-footer.style-two .footer-nav a{

	display: inline-block;

	font-size: 14px;

	line-height: 25px;

	color: #ffffff;

	font-weight: 400;

	-webkit-transition: all 300ms ease;

	-moz-transition: all 300ms ease;

	-ms-transition: all 300ms ease;

	-o-transition: all 300ms ease;

	transition: all 300ms ease;

}

.updated-main-footer.style-two .footer-nav li:before{

	position: absolute;

	left: 0;

	top: 2px;

	font-size: 15px;

	line-height: 20px;

	color: #ffffff;

	font-weight: 400;

	content: '|';

}

.updated-main-footer.style-two .footer-nav li a:hover{

	color: var(--thm-base);

}

.updated-main-footer.style-two .footer-nav li:first-child:before{

	display: none;

}

/***

==================================================================

			Sidebar Page Container

==================================================================

***/

.updated-sidebar-page-container{

	position: relative;

	overflow: hidden;

	padding: 100px 0 50px; 

}

.updated-sidebar-page-container .sidebar-side,

.updated-sidebar-page-container .content-side{

	position: relative;

	margin-bottom: 50px;

}

.updated-sidebar-widget{

    position: relative;

    margin-bottom:55px;

}

.sidebar-side .updated-sidebar-widget:last-child{

	margin-bottom: 0;

}

.updated-sidebar-page-container .updated-sidebar-title{

	position: relative;

	margin-bottom: 35px;

}

.updated-sidebar-page-container .updated-sidebar-title h2{

	position: relative;

	display: inline-block;

	font-size: 24px;

	line-height: 1.2em;

	color: var(--thm-secnd);

	font-weight: 500;

	text-transform: capitalize;

}

.updated-sidebar-page-container .updated-sidebar-title h2:before{

	position: absolute;

	right: -35px;

	bottom: 5px;

	height: 2px;

	width: 25px;

	background-color: var(--thm-base);

	content: "";

}

/*Search Box Widget*/

.sidebar .updated-search-box{

	position: relative;

}

.sidebar .updated-search-box .form-group{

	position:relative;

	margin:0px;	

}

.sidebar .updated-search-box .form-group input[type="text"],

.sidebar .updated-search-box .form-group input[type="search"]{

	position:relative;

	display:block;

	font-size:14px;

	color:#777777;

	line-height:28px;

	padding:15px 25px;

	padding-right: 60px;

	height:60px;

	width:100%;

	border:1px solid #aaaaaa;

	background-color: #ffffff;

	border-radius: 60px;

	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 .updated-search-box .form-group input:focus{

	border-color:var(--thm-base);	

}

.sidebar .updated-search-box .form-group button{

	position:absolute;

	right:0;

	top:0;

	width:60px;

	height:60px;

	line-height: 60px;

	text-align:center;

	display:block;

	font-size:18px;

	background-color: var(--thm-base);

	color:#ffffff;

	font-weight:normal;

	border-radius: 0 30px 30px 0;

}

/*=== Categories ===*/

.updated-cat-list{

	position:relative;

	border :1px dashed #bbbbbb;

	padding: 0 25px;

}

.updated-cat-list li{

	position:relative;

}

.updated-cat-list li a{

	position:relative;

	font-size:14px;

	color:#777777;

	line-height: 20px;

	font-weight:400;

	padding: 25px 0;

	display:block;

	border-bottom :1px dashed #bbbbbb;

	transition:all 300ms ease;

	-moz-transition:all 300ms ease;

	-webkit-transition:all 300ms ease;

	-ms-transition:all 300ms ease;

	-o-transition:all 300ms ease;

}

.updated-cat-list li a span{

	float: right;

}

.updated-cat-list li:last-child a{

	border-bottom: 0;

}

.updated-cat-list li.active a,

.updated-cat-list li:hover a{

	color: var(--thm-secnd);

}

.updated-cat-list li.active a span,

.updated-cat-list li:hover a span{

	color: var(--thm-base);

}

/*=== Latest News ===*/

.updated-latest-news{

	position: relative;

	padding-bottom: 30px;

}

.updated-latest-news .updated-recent-post-carousel{

	position: relative;

	padding-bottom: 50px;

}

.updated-latest-news .recent-post{

	position: relative;

}

.updated-latest-news .recent-post .image-box{

	position: relative;

	display: block;

}

.updated-latest-news .recent-post .post-thumb img{

	position: relative;

	display: block;

	width: 100%;

}

.updated-latest-news .recent-post .lower-content{

	position: relative;

	padding: 30px 40px 30px;

	border-left: 1px solid #dddddd;

	border-right: 1px solid #dddddd;

	text-align: center;

}

.updated-latest-news .recent-post .info{

	position: relative;

	margin-bottom: 10px;

}

.updated-latest-news .recent-post .info li{

	position: relative;

	display: inline-block;

	font-size: 14px;

	line-height: 24px;

	color: #777777;

	font-weight: 400;

	padding-right: 17px;

	margin-right: 17px;

}

.updated-latest-news .recent-post .info li:before{

	position: absolute;

	right: -4px;

	top: 0;

	font-size: 14px;

	line-height: 24px;

	color: #777777;

	font-weight: 400;

	content: "|";

}

.updated-latest-news .recent-post .info li:last-child{

	padding-right: 0;

	margin-right: 0;

}

.updated-latest-news .recent-post .info li:last-child:before{

	display: none;

}

.updated-latest-news .recent-post .info li a{

	display: inline-block;

	color: #777777;

	-webkit-transition: all 300ms ease;

	-moz-transition: all 300ms ease;

	-ms-transition: all 300ms ease;

	-o-transition: all 300ms ease;

	transition: all 300ms ease;

}

.updated-latest-news .recent-post .info li a:hover{

	color: var(--thm-base);

}

.updated-latest-news .recent-post h3{

	position: relative;

	display: block;

	font-size: 18px;

	line-height: 30px;

	color: var(--thm-secnd);

	font-weight: 500;

}

.updated-latest-news .recent-post h3 a{

	color: var(--thm-secnd);

	display: inline-block;

	-webkit-transition: all 300ms ease;

	-moz-transition: all 300ms ease;

	-ms-transition: all 300ms ease;

	-o-transition: all 300ms ease;

	transition: all 300ms ease;

}

.updated-latest-news .recent-post:hover h3 a{

	color: var(--thm-base);

}

.updated-latest-news .updated-recent-post-carousel .owl-nav{

	position: absolute;

	bottom: 0;

	left: 0;

	width: 100%;

}

.updated-latest-news .updated-recent-post-carousel .owl-next,

.updated-latest-news .updated-recent-post-carousel .owl-prev{

	position: absolute;

	left: 0;

	bottom: 0;

	height: 50px;

	width: 50%;

	text-align: center;

	font-size: 14px;

	line-height: 20px;

	color: #ffffff;

	font-weight: 400;

	padding: 15px 0;

	background-color: var(--thm-secnd);

	-webkit-transition: all 300ms ease;

	-moz-transition: all 300ms ease;

	-ms-transition: all 300ms ease;

	-o-transition: all 300ms ease;

	transition: all 300ms ease;

}

.updated-latest-news .updated-recent-post-carousel .owl-next{

	left: auto;

	right: 0;

}

.updated-latest-news .updated-recent-post-carousel .owl-prev i{

	margin-right: 10px;

}

.updated-latest-news .updated-recent-post-carousel .owl-next i{

	margin-left: 10px;

}

.updated-latest-news .updated-recent-post-carousel .owl-next:hover,

.updated-latest-news .updated-recent-post-carousel .owl-prev:hover{

	background-color: var(--thm-base);

}

/*=== Tags ===*/

.updated-tag-list{

	position: relative;

	display: block;

}

.updated-tag-list li{

	position: relative;

	float: left;

	margin-bottom: 15px;

	margin-right: 10px;

} 

.updated-tag-list li a{

	position: relative;

    display: block;

    font-size: 14px;

    color: #777777;

    line-height: 20px;

    padding: 10px 25px;

    font-weight: 400;

    text-align: center;

    border-radius: 50px;

    background-color: #f5f5f5;

    -webkit-transition: all 300ms ease;

    -moz-transition: all 300ms ease;

    -ms-transition: all 300ms ease;

    -o-transition: all 300ms ease;

    transition: all 300ms ease;

}

.updated-tag-list li a:hover{

	background-color: var(--thm-secnd);

	color: #ffffff;

}

/*** 

====================================================================

		Comment Area

====================================================================

 ***/

.updated-group-title{

	position: relative;

	margin-bottom: 30px;

}

.updated-group-title h2{

	position: relative;

	display: block;

	font-size: 30px;

	line-height: 1.2em;

	color: var(--thm-secnd);

	font-weight: 500;

}

.updated-comments-area{

	position:relative;

	margin-bottom:65px;

}

.comments-box{

	position: relative;

	border: 1px solid #dddddd;

	border-radius: 10px;

}

.updated-comments-area .comment-box{

	position:relative;

	padding: 50px 50px;

	border-bottom: 1px solid #dddddd;

}

.updated-comments-area .comment-box.reply-comment{

	padding-left: 95px;

}

.updated-comments-area .comment-box:last-child{

	border-bottom: 0;

}

.updated-comments-area .comment{

	position:relative;

	min-height: 100px;

	padding-left: 130px;

}

.updated-comments-area .comment-box .author-thumb{

	position:absolute;

	left:0px;

	top:0px;

	height: 100px;

	width: 100px;

	border-radius: 50px;

	overflow: hidden;

}

.updated-comments-area .comment-box .author-thumb img{

	display:block;

	width:100%;

	height: auto;

}

.updated-comments-area .comment-info{

	position: relative;

	display: block;

	margin-bottom: 10px;

}

.updated-comments-area .comment-box .name{

	position: relative;

	display: inline-block;

	font-size:18px;

	line-height:30px;

	font-weight:500;

	color:#020202;

	font-family: "Rubik", sans-serif;

}

.updated-comments-area .comment-box .date{

	position: relative;

	display: inline-block;

	font-size: 16px;

	line-height: 30px;

	color: #bbbbbb;

	font-weight: 400;

	margin-left: 35px;

}

.updated-comments-area .comment-box .text{

	font-size: 14px;

	line-height: 30px;

	color:#777777;

	font-weight: 400;

}

.updated-comments-area .comment-box .reply-btn{

	position: absolute;

	right: 0;

	top: 0;

	font-size: 14px;

	line-height: 30px;

	color: #ff9d42;

	font-weight: 500;

	font-family: "Rubik", sans-serif;

	-webkit-transition: all 300ms ease;

	-moz-transition: all 300ms ease;

	-ms-transition: all 300ms ease;

	-o-transition: all 300ms ease;

	transition: all 300ms ease;

}

.updated-comments-area .comment-box .reply-btn:hover{

	color: var(--thm-secnd);

}

/*** 

====================================================================

		Comment Form

====================================================================

 ***/

.updated-sidebar-page-container .updated-comment-form{

 	position: relative;

}

.updated-comment-form .updated-group-title{

	margin-bottom: 40px;

}

.updated-comment-form .form-group{

	position:relative;

	margin-bottom: 20px;

}

.updated-comment-form .form-group:last-child{

	margin-bottom: 0;

}

.updated-comment-form .form-group input[type="text"],

.updated-comment-form .form-group input[type="url"],

.updated-comment-form .form-group input[type="email"],

.updated-comment-form .form-group textarea,

.updated-comment-form .form-group select{

	position: relative;

    display: block;

    height: 50px;

    width: 100%;

    font-size: 14px;

    color: #777777;

    line-height: 20px;

    font-weight: 400;

    padding: 14px 30px;

    background-color: #ffffff;

    border: 1px solid #dddddd;

    border-radius: 50px;

    -webkit-transition: all 300ms ease;

    -ms-transition: all 300ms ease;

    -o-transition: all 300ms ease;

    -moz-transition: all 300ms ease;

    transition: all 300ms ease;

}

.updated-comment-form .form-group input:focus,

.updated-comment-form .form-group select:focus,

.updated-comment-form .form-group textarea:focus{

	border-color:var(--thm-base);

}

.updated-comment-form .form-group textarea{

	height: 270px;

	resize: none;

	padding-top: 25px;

	border-radius: 20px;

}

.updated-comment-form button{

	color: #ffffff;

	text-transform:capitalize;

	margin-top: 10px;

	padding: 15px 35px;

	line-height: 20px;

}

i.fa{

	font-style:normal !important;

}

.main-header .main-menu .navigation > li > ul > li > a .new{

	position:relative;

	color:#ffffff;

	font-size:12px;

	padding:5px 10px;

	text-transform:uppercase;

	margin-left:15px;

	background-color:var(--thm-base);

}

.main-header .main-menu .navigation li > ul > li.dropdown:hover > ul {

    -webkit-transform: scaleY(1);

    -ms-transform: scaleY(1);

    -o-transform: scaleY(1);

    transform: scaleY(1);

    opacity: 1;

    visibility: visible;

}