@import url('https://fonts.googleapis.com/css2?family=Hind:wght@300;400;500;600;700&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&family=Work+Sans:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

/* font-family: 'Hind', sans-serif;
font-family: 'Roboto', sans-serif;
font-family: 'Work Sans', sans-ser */

/*** 

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

***/

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

/*** 

====================================================================
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; */
	font-family: 'Work Sans', sans-ser
}

::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	background-color: #F5F5F5;
}

::-webkit-scrollbar
{
	width: 6px;
	background-color: #30355d;
}

::-webkit-scrollbar-thumb
{
	background-color: #000000;
}

main.main {
	position: relative;
	z-index: 9;
	display: flex;
	flex-direction:column;
}
a{
	text-decoration:none;
	cursor:pointer;
	color:#30355d;
}

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

h1,h2,h3,h4,h5,h6 {
	position:relative;
	margin:0px;
	background:none;
	line-height:1.6em;
	font-weight:600;
	font-family: 'Hind', sans-serif;
	font-family: 'Work Sans', sans-ser
}

input,button,select,textarea{

}

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

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

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

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

.small-container{
	max-width:680px;
	margin:0 auto;
}

.page-wrapper{
	position:relative;
	margin:0 auto;
	width:100%;
	min-width:300px;
}

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;
}
.getaqoute{
	background: #f8b332;
	font-weight: 600;
	color: #000000;
	line-height: normal;
	padding: 10px 20px;
	border-radius: 5px;
	border: 2px solid rgb(255 255 255 / 30%);
	transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
}
.getaqoute:hover{
	background: #ffffff;
}
button.menuBtn {
	width: 35px;
	height: 35px;
	background: #f8b332;
	border-radius: 4px;
	display: none;
	justify-content: center;
	align-items: center;
	position: relative;
	flex-direction: column;
	flex: 0 0 35px;
	padding: 0;
	border: 2px solid rgb(255 255 255 / 30%);
}
button.menuBtn span.line {
	height: 3px;
	width: 20px;
	background: #000;
	position: relative;
	margin: 2px 0;
	border-radius: 30px;
}
/*Btn Style One*/

/* Get A Qoute style */
.gaq-modal {}

.gaq-modal .modal-dialog {}

.gaq-modal .modal-dialog .modal-content {}

.gaq-modal .modal-dialog .modal-content .modal-header {
	background: #342573;
	position: relative;
}

.gaq-modal .modal-dialog .modal-content .modal-header strong {
	color: #ffffff;
	text-align: center;
	line-height: normal;
}

.gaq-modal .modal-dialog .modal-content .modal-header button.btn-close {
	position: absolute;
	right: -15px;
	width: 33px;
	height: 33px;
	background: #f8b332;
	padding: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 0;
	opacity: 1;
	border-radius: 50%;
	border: 3px solid #342573;
	color: #000000;
	top: -15px;
	margin: 0;
}

.gaq-modal .modal-dialog .modal-content .modal-header button.btn-close i {
	font-size: 16px;
	font-weight: 700;
	color: #342573;
}

.GetAQoute {
}

.GetAQoute .form-group {
	margin-bottom: 15px;
	line-height: normal;
}

.GetAQoute .form-group p {
	margin: 0;
	line-height: normal;
	width: 100%;
	display: flex;
	position: relative;
}

.GetAQoute .form-group p span.wpcf7-form-control-wrap {
	width: 100%;
	display: flex;
}

.GetAQoute .form-group input.wpcf7-form-control {
	width: 100%;
	line-height: normal;
	height: 40px;
	border: 1px solid rgb(0 0 0 / 10%);
	border-radius: 3px;
	padding: 10px 20px;
}

.GetAQoute .form-group input.theme-btn {
	border: none;
	display: flex;
	margin: 0;
	width: 100%;
	text-align: center;
	justify-content: center;
	align-items: center;
}

.GetAQoute .form-group textarea.wpcf7-form-control {
	background: #ffffff;
	width: 100%;
	border: 1px solid rgb(0 0 0 / 10%);
	padding: 15px 20px;
	border-radius: 5px;
	height: 130px;
}

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

.GetAQoute .form-group span.wpcf7-spinner {
	position: absolute;
	right: 10px;
	margin: auto;
	top: 0;
	bottom: 0;
	background-color: #342573;
	opacity: 0.5;
}
/* end Get A Qoute */

.btn-style-one{
	position:relative;
	padding:9px 30px;
	line-height:24px;
	color:#ffffff;
	font-size:13px;
	font-weight:900;
	border-radius:5px;
	background:#f8b332;
	border:2px solid transparent;
	text-transform:uppercase;
	font-family: 'Roboto', sans-serif;
}

.btn-style-one:hover{
	color:#f8b332;
	background:none;
	border-color:#f8b332;
}

/*Btn Style Two*/

.btn-style-two{
	position:relative;
	padding:9px 30px;
	line-height:24px;
	color:#1e1e1e;
	font-size:13px;
	font-weight:900;
	border-radius:5px;
	background:#f8b332;
	border:2px solid transparent;
	text-transform:uppercase;
	font-family: 'Roboto', sans-serif;
}

.btn-style-two:hover{
	color:#f8b332;
	background:none;
	border-color:#f8b332;
}

.btn-style-two a {
	color:#ffffff;
}

.btn-style-two a:hover {
	color:#121212;
}

.theme_color{
	color:#f8b332 !important;
}

.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.GIF);}

/*** 

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

***/

.scroll-to-top{
	position:fixed;
	bottom:15px;
	right:15px;
	width:40px;
	height:40px;
	color:#ffffff;
	font-size:13px;
	text-transform:uppercase;
	line-height:38px;
	text-align:center;
	z-index:100;
	cursor:pointer;
	border-radius:50%;
	background:#1c1c1c;
	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:#f8b332;
}

/*** 

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

***/

.main-header{
	position:relative;
	left:0px;
	top:0px;
	z-index:999;
	width:100%;
	background:#fafafa;
	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-top{
	position:relative;
	font-size:13px;
	padding:12px 0px;
	color:#ffffff;
	background:#1c1c1c;
}
.header-top .in-header-top{
	display: flex;
	justify-content: space-between;
	justify-items: center;
	align-items: center;
}
.main-header .header-top a{
	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;  
}

.main-header .links-nav li{
	position:relative;
	float:left;
	color:#ffffff;
	font-size:13px;
	margin-right:25px;
}

.main-header .top-right .links-nav li{
	margin-right:0px;
	margin-left:25px;
}

.main-header .links-nav li a{
	position:relative;
	line-height:26px;
	font-size:13px;
	text-transform:capitalize;  
}

.main-header .links-nav li .icon{
	padding-right:8px;
	color:#ffffff;
}

.main-header .links-nav li a:hover,
.main-header .links-nav li a:hover .icon{
	color:#f8b332;
}

.main-header .links-nav-two{
	position:relative;
}

.main-header .links-nav-two li:last-child a{
	margin-right:0px;
	padding-right:0px;
	border:0px;
}

.main-header .links-nav-two li a{
	position:relative;
	padding-right:12px;
	margin-right:12px;
	-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-right:1px solid #807d7d;
}

.main-header .links-nav-two li a:hover{
	color:#f8b332;
}

.main-header .links-nav-two li a{
	position:relative;
	font-size:14px;
	font-weight:400;
	color:#ffffff;
}

.main-header .header-top .social-links a{
	position:relative;
	display:inline-block;
	margin-left:15px;
	font-size:13px;
	font-weight:normal;
	color:#aaaaaa;
	line-height:26px;
}

.main-header .sticky-header .navigation li a::after{
	display:none;
}
.logo-info {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.sticky-header{
	position:fixed;
	opacity:0;
	visibility:hidden;
	left:0px;
	top:0px;
	width:100%;
	padding:0px 0px;
	background:#ffffff;
	border-bottom:1px solid #e0e0e0;
	z-index:0;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}

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

.fixed-header .sticky-header{
	z-index:999;
	opacity:1;
	visibility:visible;
	-ms-animation-name: fadeInDown;
	-moz-animation-name: fadeInDown;
	-op-animation-name: fadeInDown;
	-webkit-animation-name: fadeInDown;
	animation-name: fadeInDown;
	-ms-animation-duration: 500ms;
	-moz-animation-duration: 500ms;
	-op-animation-duration: 500ms;
	-webkit-animation-duration: 500ms;
	animation-duration: 500ms;
	-ms-animation-timing-function: linear;
	-moz-animation-timing-function: linear;
	-op-animation-timing-function: linear;
	-webkit-animation-timing-function: linear;
	animation-timing-function: linear;
	-ms-animation-iteration-count: 1;
	-moz-animation-iteration-count: 1;
	-op-animation-iteration-count: 1;
	-webkit-animation-iteration-count: 1;
	animation-iteration-count: 1;   
}

.main-header .header-upper{
	position:relative;
	padding: 10px 0px 10px;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	z-index:5;
}

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

.main-header .logo-outer{
	position:relative;
	z-index:25;
	/* top:5px; */
}

.main-header .header-upper .upper-right{
	position:relative;
	padding:24px 0px 0px;
}

.main-header .info-box{
	position:relative;
	float:left;
	margin-left:40px;
	font-size:13px;
	color:#777777;
	max-width:245px;
	padding:0px 0px 0px 60px;
}

.main-header .info-box:last-child{ 
	padding-left:0px;
}

.main-header .info-box .icon-box{
	position:absolute;
	left:0px;
	top:2px;
	width:40px;
	height:40px;
	line-height:40px;
	color:#f8b332;
	font-size:20px;
	border-radius:50%;
	text-align:center;
	border:1px solid #f8b332;
	-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:22px;
	color:#222222;
	font-size:14px;
}

.main-header .info-box li a{
	color:#777777;      
}

.main-header .header-lower{
	position:relative;
	width:100%;
	z-index:5;
	background-color:#30355d;
}

.main-header .nav-outer{
	position:relative;
}

.header-style-three .nav-outer{
	padding-right:0px;
}

.main-header .links-nav-two{
	position:relative;
	float:right;
}

.main-header .links-nav-two li{
	position:relative;
	display:inline-block;
}

.main-header .search-box-btn{
	position:absolute;
	right:0px;
	font-size:14px;
	width:30px;
	height:30px;
	top:50%;
	margin-top:-15px;
	line-height:30px;
	color:#ffffff;
	cursor:pointer;
}

.main-header .nav-outer .search-box-btn:hover{
	color:#f8b332;
}

.main-menu{
	position:relative;  
}

.main-menu .navbar-collapse{
	padding:0px;    
}

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

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

.main-menu .navigation > li:first-child{
	margin-left:0px;
}

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

.main-menu .navigation > li > a{
	position:relative;
	display:block;
	padding:15px 20px;
	font-size:13px;
	color:#ffffff;
	line-height:30px;
	font-weight:700;
	opacity:1;
	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-menu .navigation > li.dropdown > a{
	padding-right:25px; 
}

.main-header .main-menu .navigation > li.dropdown > a::before {
	font-family: 'FontAwesome';
	content: "\f107";
	position: absolute;
	right: 10px;
	font-size: 14px;
	line-height: 30px;
}

.main-menu .navigation > li > a::after{
	/* position:absolute;
	content:'';
	right:-10px;
	top:50%;
	width:1px;
	height:20px;
	margin-top:-10px;
	background-color:#575757;
	border: none; */

	position: absolute;
	content: '';
	right: -10px;
	width: 1px;
	height: 20px;
	background-color: #575757;
	border: none;
	margin: auto;
	top: 0;
	bottom: 0;
	transition: unset;
}

.main-menu .navigation > li:last-child > a{
	background:none;
}

.sticky-header .main-menu .navigation > li > a{
	color:#181818;
	padding:15px 15px !important;
	background:none;
}

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

.main-menu .navigation > li:hover > a,
.main-menu .navigation > li.current > a,
.main-menu .navigation > li.current-menu-item > a,
.main-menu .navigation > li.current-menu-ancestor > a{
	background-color:#f8b332;
	color:#333333;
	opacity:1;
}

.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,
.main-header .sticky-header .main-menu .navigation > li.current-menu-ancestor > a{
	background:#002e5b;
	color:#ffffff;
	opacity:1;
}

.main-menu .navigation > li:last-child a::after{
	display:none;
}

.header-style-one .main-menu .navigation > li.current > a::after,
.header-style-one .main-menu .navigation > li:hover > a::after,
.sticky-header .main-menu .navigation > li > a::after{
	display:none !important;
}

.main-menu .navigation > li:hover > a::after{
	opacity:1;
}

.main-menu .navigation > li > ul{
	position:absolute;
	left:0px;
	top:120%;
	width:230px;
	padding:0px;
	z-index:100;
	display:none;
	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);
}

.header-style-three .main-menu .navigation > li > ul{
	border-top:4px solid #f8b332;   
}

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

.main-menu .navigation > li > ul > li{
	position:relative;
	width:100%;
	border-bottom:1px solid rgba(0,0,0,0.05);
}

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

.main-menu .navigation > li > ul > li > a{
	position:relative;
	display:block;
	padding:10px 25px;
	line-height:22px;
	font-weight:500;
	font-size:14px;
	color:#333333;
	text-align:left;
	background:rgba(255,255,255,0.85);
	text-transform:capitalize;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}

.main-menu .navigation > li > ul > li:hover > a{
	color:#30355d;
	background-color:#ffffff;
}

.main-menu .navigation > li > ul > li.dropdown > a::after{
	font-family: 'FontAwesome';
	content: "\f105";
	position:absolute;
	right:10px;
	top:10px;
	width:10px;
	height:20px;
	display:block;
	line-height:21px;
	font-size:16px;
	font-weight:normal;
	text-align:center;
	z-index:5;  
}

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

.main-menu .navigation > li > ul > li > ul{
	position:absolute;
	left:100%;
	top:20px;
	width:230px;
	padding:0px;
	z-index:100;
	display:none;
	-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);
}

.header-style-three .main-menu .navigation > li > ul > li > ul{
	border-top:3px solid #f8b332;   
}

.main-menu .navigation > li > ul > li > ul > li{
	position:relative;
	width:100%;
	border-bottom:1px solid rgba(0,0,0,0.05);
}

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

.main-menu .navigation > li > ul > li  > ul > li > a{
	position:relative;
	display:block;
	padding:10px 25px;
	line-height:22px;
	font-weight:500;
	font-size:14px;
	text-transform:capitalize;
	color:#333333;
	background:rgba(255,255,255,0.85);
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}

.main-menu .navigation > li > ul > li  > ul > li > a:hover{
	color:#30355d;
	background-color:#ffffff;
}

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

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

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

.main-header .other-options{
	position:absolute;
	right:0px;
	top:0px;
}

.main-header .other-options .search-box-outer{
	position:relative;
	float:right;
}

.main-header .other-options .download-btn{
	position: relative;
	float:right;
	margin-top:23px;
	line-height:1em;
	padding-right:18px;
	border-right:1px solid #727272;
}

.main-header .other-options .download-btn a{
	color:#ffffff;
}

.main-header .other-options .download-btn a:hover{
	color:#f8b332;
}

.main-header .social-block{
	position:absolute;
	right:20px;
	top:0px;
	width:60px;
	z-index:12;
}

.social-block button{
	width:60px;
	height:60px;
	font-size:14px;
	line-height:60px;
	color:#ffffff;
	padding:0px;
	margin:0px;
	text-align:center;
	cursor:pointer;
	background:none;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}

.social-panel{
	position:relative;
	padding: 10px 10px;
	width:210px;
	margin-top: -2px;
}

.social-panel li{
	position:relative;
	display:inline-block;
	margin:0px 10px;
}

.social-panel li a{
	padding: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;
}

.social-panel li a:hover{
	background:none;
	color:#50c19a;
}

.header-style-two .header-top .links-nav li .icon,
.header-style-three .header-top .links-nav li .icon{
	color:#f8b332;
}

.header-style-two .header-upper{}

header.main-header.header-style-two {
	height: 193px;
}

.header-style-two .header-lower{
	background:none;
	top:0px;
}

.header-style-two .header-lower .nav-outer{
	background-color:#30355d;
	padding:0px 10px;
}

.header-style-two .sticky-header .navigation{
	margin-top:0px;
}

.header-style-two .header-upper .upper-right{
	padding-top:20px;
}

.header-style-two .btn-outer{
	position:absolute;
	width:40px;
	right:0px;
	top:50%;
	margin-top:-8px;
	border-left:1px solid #7f7f7f;
}

.header-style-two .main-menu .navigation > li.current > a::after{
	display:block;
}

.header-style-three .header-lower .main-menu .navigation > li > a::after{
	display:none;
}

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

/* .header-style-two .social-links{
position:absolute;
right:0px;
top:0px;
} */
.header-style-one .social-links,
.header-style-two .social-links{
	position:relative;
} 
.header-style-one .social-links li,
.header-style-two .social-links li{
	position:relative;
	/*     margin-top:15px; */
	display:inline-block;
}

.header-style-one .social-links li:last-child a,
.header-style-two .social-links li:last-child a{
	border:0px;
}

.header-style-one .social-links li a,
.header-style-two .social-links li a{
	position:relative;
	color:#ffffff;
	padding:0px 18px;
	border-right:1px solid #575757;
	transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
}

.header-style-one .social-links li a:hover,
.header-style-two .social-links li a:hover{
	color:#f8b332;
}

.main-header .social-icon{
	position:relative;
	float:left;
}

.main-header .social-icon a{
	position:relative;
	line-height:24px;
	font-size:14px;
	color:#ffffff;
	padding-left:12px;
	display:inline-block;
	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 .social-icon a:hover{
	color:#f8b332;
}

.main-header .search-box-btn{
	position:relative;
	display:block;
	width:30px;
	height:60px;
	font-size:14px;
	line-height:60px;
	color:#ffffff;
	padding:0px;
	margin:0px;
	text-align:right;
	cursor:pointer;
	background:none;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}

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

.main-header .search-box-outer .dropdown-menu{
	border-top-color:#f8b332;   
}

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

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

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

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

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

.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;
}

/*Header Style Three*/

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

.header-style-three .header-lower{
	background-color:#efefef;
	border-bottom:3px solid #f8b332;
}

.header-style-three .header-lower .main-menu .navigation > li{
	margin-right:30px;  
}

.header-style-three .header-lower .main-menu .navigation > li > a{
	color:#333333;
	font-size:14px;
	padding-left:0px;
	padding-right:0px;
	font-weight:500;
	background:none;
}

.header-style-three .header-lower .main-menu .navigation > li.dropdown > a{
	padding-right:25px;
}

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

/*Social Links One*/

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

.social-links-one a{
	position:relative;
	display:inline-block;
	text-align:center;
	margin:0px 6px;
	font-size:14px;
	color:#777777;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
}

.social-links-one a:hover{
	color:#f8b332;  
}

/*** 

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

***/

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

.sec-title h2{
	font-size:44px;
	color:#222222;
	font-weight:700;
	line-height:1.4em;
	padding-bottom:8px;
	text-transform:capitalize;
}
.sec-title.center h2::before {
    right: 0;
    margin: auto;
    left: 0;
}
.sec-title h2 span{
	color:#f8b332;
}

.sec-title h2::before{
	position:absolute;
	content:'';
	left:0px;
	bottom:0px;
	width:34px;
	height:2px;
	background-color:#f8b332;
}

.sec-title .text{
	position:relative;
	color:#777777;
	font-size:14px;
	padding-top:22px;
}
.sec-title.line-center h2::before{
	left: 0;
	right: 0;
    margin: auto;
}
/*** 

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

***/

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

.sec-title-two h2{
	font-size:44px;
	color:#ffffff;
	font-weight:700;
	line-height:1.2em;
	padding-bottom:18px;
	text-transform:capitalize;
}

.sec-title-two h2 span{
	color:#f8b332;
}

.sec-title-two h2::before{
	position:absolute;
	content:'';
	left:0px;
	bottom:0px;
	width:34px;
	height:2px;
	background-color:#f8b332;
}

/*** 

====================================================================
Section Title Three
====================================================================

***/

.sec-title-three{
	position:relative;
	margin-bottom:40px;
	text-align:center;
}

.sec-title-three h2{
	font-size:44px;
	color:#222222;
	font-weight:700;
	line-height:1.4em;
	padding-bottom:16px;
	text-transform:capitalize;
}

.sec-title-three h2 span{
	color:#f8b332;
}

.sec-title-three h2::before{
	position:absolute;
	content:'';
	left:50%;
	bottom:0px;
	width:34px;
	height:2px;
	margin-left:-17px;
	background-color:#f8b332;
}

.sec-title-three .text{
	position:relative;
	color:#666666;
	font-size:14px;
	max-width:950px;
	margin:0 auto;
	margin-top:24px;
}

.sec-title-three.alternate h2{
	color:#ffffff;
}

.sec-title-three.alternate .text{
	color:#ffffff;
}

/*** 

====================================================================
Main Slider style
====================================================================

***/

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

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

.main-slider .tp-dottedoverlay{
	background-color:rgba(0,0,0,0.45) !important;
}

.main-slider h2{
	font-size:48px;
	color:#ffffff;
	font-weight:700;
	line-height:1.2em;
	text-transform:uppercase;
	font-family: 'Hind', sans-serif;
}

.main-slider h2.text-center{
	text-align: center !important;
}

.main-slider h4{
	font-weight:700;
	line-height:1.6em;
	color:#ffffff;
	font-size:16px;
	text-transform:uppercase;
	font-family: 'Hind', sans-serif;
}

.main-slider .text{
	font-size:18px;
	color:#ffffff;
	font-weight:500 !important;
	line-height:1.8em;
}

.main-slider .btn-style-one{
	color: #ffffff !important;
}

.main-slider .btn-style-two{
	color: #50c19a !important;
}

.main-slider .btn-style-two:hover{
	color: #ffffff !important;
}

.main-slider .tp-bullets.preview3 .bullet{
	background:#9c9b9d !important;
	width:15px !important;
	height:5px !important;
	border:0px!important;
	border-radius:5px !important;
	margin:0px 8px;
}

.main-slider .tp-bullets.preview3 .bullet:hover,
.main-slider .tp-bullets.preview3 .bullet.selected{
	border-color:#f8b332 !important;
	background:#f8b332 !important;
}

.main-slider .tparrows.preview3,
.main-slider .tparrows.preview3{
	background:none !important;
	width:50px !important;
	overflow:hidden;
	margin-top:-10px !important;
	height:50px !important;
}

.main-slider .tparrows.preview3::after{
	top:0px;
	border:2px solid #ffffff;
	color:#ffffff;
	font-size:12px;
	height:44px !important;
	line-height:42px;
	width:44px !important;
	padding:0px;
	border-radius:50%;
	background:none;
}

.main-slider .tparrows.tp-leftarrow.preview3::after{
	content: "\f12b";
	font-family: "Flaticon";
}

.main-slider .tparrows.tp-rightarrow.preview3::after{
	content: "\f12c";
	font-family: "Flaticon";
}

.main-slider .tparrows.preview3.tp-leftarrow{
	left:30px !important;
}

.main-slider .tparrows.preview3.tp-rightarrow{
	right:30px !important;
}

.main-slider .tparrows.preview3:hover::after{
	color:#ffffff;
	background:#f8b332;
	border-color:#f8b332;
}

.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; 
}

/*** 

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

***/

.main-footer{
	position:relative;
	padding-top: 60px;
	background-color: #30355d;
}

.main-footer .footer-column{
	position:relative;
	color:#b8b8b8;
	margin-bottom: 60px;
}

.main-footer .footer-column h2{
	font-size: 18px;
	font-weight: 700;
	text-transform: capitalize;
	padding: 10px 0px 10px;
	color: #ffffff;
	margin-bottom: 10px;
	line-height: normal;
}

/*logo widget*/

.main-footer .logo-widget .footer-logo{
	position:relative;
	margin-bottom:20px;
}
.main-footer .logo-widget .footer-logo figure a img{
	height:100px;
}
.main-footer .logo-widget .text{
	color: #ffffff;
	font-size:14px;
	margin-bottom: 0;
	line-height: 18px;
	font-size: 13px;
}

.contact-info{
	position:relative;
	margin-bottom:20px; 
}

.contact-info li{
	position:relative;
	line-height:30px;
	padding-left:30px;
	margin-bottom:10px;
	color: #ffffff;
	font-size:14px;
	display: flex;
	flex-wrap: wrap;
}

.contact-info li strong{
	color: #ffffff;
	font-size: 15px;
    font-weight: 400;
    margin-right: 6px;
    min-width: 60px;
}

.contact-info li .icon{
	position:absolute;
	left:0px;
	top:6px;
	line-height:1em;
	font-size:18px;
	color:#feb60b;
}
.number-list {
    display: flex;
    flex-direction: column;
}
/*posts widget*/

.main-footer .posts-widget .post{
	position:relative;
	min-height:116px;
	padding-left:105px;
	margin-bottom:30px;
	border-bottom:1px solid #eeeeee;
}

.main-footer .posts-widget .post:last-child{
	margin-bottom:0px;
	border:0px;
}

.main-footer .posts-widget .post .post-thumb{
	position:absolute;
	left:0px;
	top:0px;
	width:85px;
	height:85px;
}

.main-footer .posts-widget .post .post-thumb img{
	display:block;
	width:100%;
}

.main-footer .posts-widget .post .desc-text{
	position:relative;
	font-size:13px;
	color:#333333;
	line-height:1.9em;
	padding:0px 0px 3px;
	top:-4px;
	font-weight:500;
	text-transform:uppercase;
}

.main-footer .posts-widget .post .desc-text a{
	color:#333333;
}

.main-footer .posts-widget .post .time{
	position:relative;
	color:#777777;
	font-size:13px;
	line-height:24px;
}

/*Gallery Widget*/

.main-footer .gallery-widget .images-outer{
	margin:0px -5px;    
}

.main-footer .gallery-widget .image{
	position:relative;
	float:left;
	width:33.333%;
	padding:0px 5px 10px;   
}

.main-footer .gallery-widget .image img{
	position:relative;
	display:block;
	height:auto;
	width:100%;
	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;    
}

.main-footer .gallery-widget .image img:hover{
	opacity:0.70;   
}

/*subscribe widget*/

.main-footer .subscribe-widget .form-group{
	position:relative;
	display:block;
	margin-bottom:20px;
}

.main-footer .subscribe-widget .form-group input[type="text"],
.main-footer .subscribe-widget .form-group input[type="tel"],
.main-footer .subscribe-widget .form-group input[type="email"],
.main-footer .subscribe-widget .form-group textarea{
	position:relative;
	display:block;
	width:100%;
	line-height:24px;
	padding:8px 20px;
	height:43px;
	font-size:13px;
	background:none;
	color:#444444;
	background-color:#f6f6f6;
	-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-footer .subscribe-widget .form-group input[type="text"]:focus,
.main-footer .subscribe-widget .form-group input[type="tel"]:focus,
.main-footer .subscribe-widget .form-group input[type="email"]:focus,
.main-footer .subscribe-widget .form-group textarea:focus{
	border-color:#f1f1f1;   
}

.main-footer .subscribe-widget .form-group input[type="submit"],
.main-footer .subscribe-widget button{
	padding:8px 45px;
	margin-top:10px;
}

.main-footer .footer-bottom{
	position:relative;
	padding: 15px 0px;
	background-color: #3c55a5;
}

.main-footer .footer-bottom .copyright{
	color: #ffffff;
	font-size:14px;
	line-height: normal;
}
.main-footer .footer-bottom .copyright a.dBy{
	color: #f8b332;
    font-weight: 500;
}
.main-footer .footer-nav{
	position:relative;
	text-align:right;
	line-height: normal;
}

.main-footer .footer-nav ul{
	position:relative;
	line-height: normal;
}

.main-footer .footer-nav ul li{
	position:relative;
	display:inline-block;
	margin-left:30px;
	line-height: normal;
}

.main-footer .footer-nav ul li.current a,
.main-footer .footer-nav ul li a:hover{
	font-weight:500;
	color:#444444;
}

.main-footer .footer-nav ul li a{
	position:relative;
	color: #ffffff;
	font-weight:500;
	font-size:14px;
	text-transform:uppercase;
	font-family: 'Hind', sans-serif;
	line-height: 14px;
}

.footer-dark-version{
	position:relative;
	background-attachment:fixed;
	background-position:center center;
}

.footer-dark-version .footer-column h2{
	color:#ffffff;
}

.footer-dark-version::before{
	position:absolute;
	content:'';
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	background-color:rgba(0,0,0,0.89)
}

.footer-dark-version .logo-widget .text,
.footer-dark-version .contact-info li,
.footer-dark-version .posts-widget .post .time{
	color:#ababab;
}

.footer-dark-version .contact-info li strong{
	color:#ffffff;
}

.footer-dark-version .posts-widget .post .desc-text a{
	color:#ffffff;
}

.footer-dark-version .posts-widget .post{
	border-color:#4a4f53;
}

.footer-dark-version .footer-bottom{
	background-color:#141414;
}

.footer-dark-version .footer-bottom .copyright,
.footer-dark-version .footer-nav ul li a{
	color:#ffffff;
}

.footer-dark-version .footer-nav ul li.current a,
.footer-dark-version .footer-nav ul li a:hover{
	color:#f8b332;
}

.footer-dark-version .footer-counter{
	position:relative;
	background-color:rgba(43,43,43,0.46);
}

.fun-facts.style-two{
	padding:22px 0px 0px;
	text-align:center;
	margin-bottom:45px;
}

.fun-facts.style-two .column{
	border-right:1px solid #3d3d3d;
}

.fun-facts.style-two .column:last-child{
	border:0px;
}

.fun-facts.style-two .count-outer{
	color:#ffffff;
	font-weight:500;
}

.fun-facts.style-two .column .inner{
	display:inline-block;
	text-align:left;
}

.fun-facts.style-two .column .counter-title{
	color:#ababab;
}

.main-footer.footer-style-three{
	position:relative;
	text-align:center;
	background-color:#fafafa;
}

.main-footer.footer-style-three .text{
	position:relative;
	color:#777777;
	font-size:15px;
	max-width:560px;
	margin:0 auto;
	margin-top:20px;
	margin-bottom:20px;
}

.main-footer.footer-style-three h2{
	color:#333333;
	font-size:18px;
	font-weight:600;
	margin-bottom:12px;
}

.main-footer.footer-style-three .footer-bottom{
	background-color:#f2f2f2;
	margin-top:50px;
	padding:16px 0px;
}

.main-footer.footer-style-three .footer-bottom .copyright{
	color:#777777;
}

ul.nav-footer {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -15px;
}

ul.nav-footer li {
	width: 50%;
	line-height: 18px;
	margin-bottom: 10px;
	padding: 0 15px;
	font-size: 13px;
}

ul.nav-footer li a {
	color: #ffffff;
	transition: all 0.3s ease;
}

ul.nav-footer li a:hover {
	color: #3c55a5;
}

/*** 

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

***/

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

.about-section .inner-box{
	position:relative;
	text-align: center;
}

.about-section .inner-box h3{
	position:relative;
	color:#333333;
	font-size:16px;
	font-weight:600;
	line-height:30px;
	text-transform:uppercase;
	font-family: 'Roboto', sans-serif;
}

.about-section .inner-box h3 span{
	position:relative;
	color:#f8b332;
	font-size:64px;
	font-weight:700;
	line-height:1em;
	float:left;
	margin-right:20px;
}

.about-section .inner-box .text{
	color:#666666;
	font-size:14px;
	display:block;
	margin-top:20px;
	padding-bottom: 5px;
	/* 	border-bottom:1px solid #ebebeb; */
}

.about-section .inner-box .text p{
	color:#666666;
	font-size:14px;
	margin: 0;
}

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

.about-section .graph-column .inner{
	position:relative;
	padding-top:85px;
}

.about-section .graph-column .inner h3{
	position:relative;
	color:#222222;
	font-size:16px;
	font-weight:500;
	text-transform:uppercase;
	font-family: 'Roboto', sans-serif;
}

.about-section .graph-column .inner .text{
	position:relative;
	color:#666666;
	font-size:14px;
	margin-bottom:30px;
}

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

/*** 

====================================================================
Fun Facts Section
====================================================================

***/

.fun-facts{
	position:relative;
	padding: 25px 0px 20px;
}

.fun-facts .auto-container{
	position:relative;
	z-index:1;  
}

.fun-facts .column{
	position:relative;
	margin-bottom:30px;
	text-align: center;
	display: flex;
	text-align: left;
}

.fun-facts .column .inner{
	position:relative;
	padding-left:75px;
}

.fun-facts .column .inner .counter-icon{
	position:absolute;
	left:0px;
	top:8px;
	font-size:52px;
	color:#f8b332;
	line-height:1em;
}

.fun-facts .count-outer{
	position:relative;
	font-size:28px;
	line-height:1.4em;
	color:#222222;
	font-weight:900;
	font-family: 'Roboto', sans-serif;
}

.fun-facts .count-outer span{
	position:relative;
	z-index:1;  
}

.fun-facts .column .counter-title{
	position:relative;
	font-size:14px;
	line-height:24px;
	font-weight:400;
	color:#666666;
}

/*** 

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

***/

.services-section{
	position:relative;
	background-attachment:fixed;
	background-position:center center;
	background-repeat:no-repeat;
	background-size:cover;
	padding:100px 0px 20px;
}

.services-section::before{
	position:absolute;
	content:'';
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	display:block;
	background-color:rgba(48,53,93,0.96);
}

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

.services-section .title-column .map-image{
	position:relative;
	margin-top:60px;
	margin-bottom:50px;
}

.list-style{
	position:relative;
}

.list-style li{
	position:relative;
	font-size:14px;
	color:#ffffff;
	padding-left:68px;
	text-transform:uppercase;
}

.list-style li strong{
	position:relative;
	font-size:18px;
	font-weight:700;
	display:block;
}

.list-style li .icon-box{
	position:absolute;
	left:0px;
	top:5px;
	width:42px;
	height:42px;
	color:#f8b332;
	border-radius:50%;
	text-align:center;
	line-height:40px;
	font-size:18px;
	border:1px solid #ffffff;
}

.list-style.alternate li{
	color:#666666;
}

.list-style.alternate li .icon-box{
	border-color:#f8b332;
}

.list-style.alternate li strong{
	position:relative;
	color:#333333;
}

/*Services Block*/

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

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

.services-block .inner-box .icon-box{
	position:relative;
	color:#f8b332;
	font-size:44px;
	margin-bottom:25px;
}

.services-block .inner-box h3{
	position:relative;
	font-size:16px;
	font-weight:700;
	padding-bottom:12px;
	text-transform:uppercase;
	font-family: 'Roboto', sans-serif;
}

.services-block .inner-box h3 a{
	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;
}

.services-block .inner-box h3 a:hover{
	color:#ebab35;
}

.services-block .inner-box h3::after{
	position:absolute;
	content:'';
	left:0px;
	bottom:0px;
	width:34px;
	height:1px;
	background-color:#f8b332;
}

.services-block .inner-box .text{
	position:relative;
	color:#ababab;
	font-size:14px;
	font-weight:400;
	margin-top:18px;
	font-family: 'Roboto', sans-serif;
}

/*** 

====================================================================
Feedback Section
====================================================================

***/

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

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

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

.feedback-section .content-column .dark-text{
	position:relative;
	color:#333333;
	font-size:18px;
	margin-bottom:26px;
}

.feedback-section .content-column .text{
	position:relative;
	color:#666666;
	font-size:14px;
}

.feedback-section .content-column .text a{
	position:relative;
	font-weight:700;
	color:#f8b332;
	text-decoration:underline;
}

.feedback-section .content-column .text a:hover{
	text-decoration:none;
}

.feedback-section .content-column .text .number{
	font-weight:700;
}

.feedback-section.style-two{
	background-color:#30355d;
}

.feedback-section.style-two .sec-title h2,
.feedback-section.style-two .content-column .dark-text{
	color:#ffffff;
}

.feedback-section.style-two .content-column .text{
	color:#e1e1e1;
}

/*** 

====================================================================
Full Width Section
====================================================================

***/

.fullwidth-section{
	position:relative;
	background-color:#fafafa;
}

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

.fullwidth-section .left-column{
	position: relative;
	left: 0px;
	top: 0px;
	float: left;
	width: 50%;
	height: 100%;
	padding: 50px 50px 50px 15px;
}

.fullwidth-section .left-column .content{
	position:relative;
	max-width:600px;
	float:right;
	width:100%;
}

/* .fullwidth-section .bx-viewport .fade-image-carousel,
.fullwidth-section .bx-viewport,
.fullwidth-section .bx-viewport .fade-image-carousel .slide-item{
position:absolute !important;
left:0px !important;
top:0px !important;
width:100% !important;
height:100% !important;
background-size:cover;
background-position:center center;
background-repeat:no-repeat;
} */

.fullwidth-section .bx-viewport .fade-image-carousel .slide-item::before{
	content:'';
	position:absolute;
	left:0px;
	top:0px;
	right:0px;
	bottom:0px;
	background:rgba(0,0,0,0.20);    
}

.fullwidth-section .fade-image-carousel .image {
	position:relative;
	display:none;
	width:100%; 
}

.fullwidth-section .fade-image-carousel .image img{
	position:relative;
	display:block;
	width:100%; 
}

.fullwidth-section .bx-controls-direction{
	position:absolute;
	left:40px;
	top:50%;
	margin-top:-44px;
	width:42px;
	height:100px;
	z-index:100;    
}

.fullwidth-section .bx-controls-direction .bx-next,
.fullwidth-section .bx-controls-direction .bx-prev{
	position:relative;
	display:block;
	margin:0px;
	margin-bottom:7px;
	width:42px;
	height:42px;
	line-height:38px;
	text-align:center;
	border:2px solid #ffffff;
	color:#ffffff;
	font-size:12px;
	border-radius:50%;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
}

.fullwidth-section .bx-controls-direction .bx-next:hover,
.fullwidth-section .bx-controls-direction .bx-prev:hover{
	color:#f8b332;
	border-color:#ffffff;
	background:#ffffff; 
}

.fullwidth-section .bx-pager{
	position:absolute;
	right:40px;
	top:50%;
	margin-top:-27px;
	width:20px;
	height:60px;
	z-index:100;    
}

.fullwidth-section .bx-pager .bx-pager-item{
	position:relative;
	display:block;
	width:10px;
	margin-bottom:10px;
}

.fullwidth-section .bx-pager .bx-pager-item a{
	position:relative;
	display:block;
	width:10px;
	height:10px;
	background:none;
	border:2px solid #ffffff;
	border-radius:50%;
	overflow:hidden;
	text-indent:100px;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;  
}

.fullwidth-section .bx-pager .bx-pager-item a.active{
	background:#ffffff;
}

/* .fullwidth-section .right-column .column-inner{
position:relative;
max-width:750px;
margin:0 auto;
text-align:center;
padding:120px 20px 70px;
} */

.fullwidth-section .right-column{
	width:50%;
	z-index:99;
	height:100%;
}

.accordion-box{
	position:relative;
}

.accordion-box .block,
.accordion-box li.item{
	position:relative;
	margin-bottom:25px;
}

.accordian-style-one{
	margin-top:30px;
}

.accordian-style-one .block::before,
.accordion-box li.item::before{
	position: absolute;
	content: '';
	left: 18px;
	top: 25px;
	height: 100%;
	width: 1px;
	border:1px dashed #e7e7e7;
}

.accordian-style-one .block:last-child::before,
.accordion-box li.item:last-child::before{
	display:none;
}
.accordion-box li.item .accordion-header{
	border: none;
}
.accordion-box .block .acc-btn,
.accordion-box li.item .accordion-header button.accordion-button{
	position:relative;
	font-size:18px;
	margin-bottom:0px;
	cursor:pointer;
	line-height:24px;
	padding:7px 30px 7px 55px;
	font-weight:500;
	overflow:hidden;
	color:#2c3032;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	outline: none;
	background: transparent;
	border: none;
	box-shadow: none;
}
.accordion-box li.item .accordion-header button.accordion-button .icon-outer{
	position:absolute;
	left:0px;
	top:0px;
	width: 37px;
	height: 37px;
	border-radius: 5px;
	line-height: 35px;
	text-align:center;
	font-size:16px;
	color: #3c55a5;
	background-color:#ffffff;
	border:1px solid #ebebeb;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	overflow: hidden;
}
.accordion-box li.item .accordion-header button.accordion-button .icon-outer::before{
	content: "\f105";
	font-family: 'Font Awesome 6 Free';
	font-weight: 700;
	text-align: center;
	font-size: 18px;
	transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	position: absolute;
	width: 34px;
	height: 34px;
	margin: auto;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}
.accordion-box .block .acc-btn, .accordion-box li.item .accordion-header button.accordion-button[aria-expanded="true"] .icon-outer{
	background: #3c55a5;
}
.accordion-box .block .acc-btn, .accordion-box li.item .accordion-header button.accordion-button[aria-expanded="true"] .icon-outer::before{
	-moz-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
	color: #ffffff;
}
.accordion-box li.item .accordion-header button.accordion-button::after{
	content: none;
}
.accordion-box .block .acc-btn.active .icon-outer{
	background-color:#f8b332;
}

.accordion-box .block .acc-btn.active .icon-outer .icon{
	position:relative;
	left:-2px;
	-moz-transform:rotate(90deg);
	-ms-transform:rotate(90deg);
	-o-transform:rotate(90deg);
	-webkit-transform:rotate(90deg);
	transform:rotate(90deg);
}

.accordion-box .block .icon-outer{
	position:absolute;
	left:0px;
	top:0px;
	width: 37px;
	height: 37px;
	border-radius: 5px;
	line-height: 35px;
	text-align:center;
	font-size:16px;
	color:#707070;
	background-color:#ffffff;
	border:1px solid #ebebeb;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}

.accordian-style-one .block .icon-outer .icon{
	position: absolute;
	left: 0px;
	top: 0px;
	width: 37px;
	height: 37px;
	border-radius: 5px;
	line-height: 35px;
	text-align: center;
	font-size: 18px;
	font-weight: 500;
}

.accordian-style-one .block .acc-btn.active .icon-outer{
	color:#ffffff;
}

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

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

.accordion-box .block .content-text,
.accordion-box li.item .accordion-collapse .accordion-body{
	position:relative;
	font-size:14px;
	padding:10px 0px 5px 55px;
}

.accordian-style-one .block .content-text p{
	margin-bottom:20px;
	line-height:1.6em;
	color: #777777;
	font-size:14px;
}

.accordian-style-one .block .content-text p:last-child{
	margin-bottom:0px;  
}

.accordian-style-two .block .icon-outer{
	background-color:#f9f9f9;
}

.accordian-style-two .block .acc-btn.active .icon-outer{
	background-color:#30355d;
	color:#ffffff;
}

.accordian-style-two .block .acc-btn{
	font-size:16px;
	font-weight:400;
}

.accordian-style-two .block .acc-btn.active .icon-outer .icon{
	left:2px;
}

.accordian-style-two .block .content-text{
	padding-right:0px;
}

.accordian-style-two .block::before {
	position: absolute;
	content: '';
	left: 18px;
	top: 25px;
	height: 100%;
	width: 1px;
	border: 1px dashed #e7e7e7;
}

.accordian-style-two .block:last-child::before{
	display:none;
}

/*** 

====================================================================
Team Section
====================================================================

***/

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

.team-section.no-padding{
	padding-top:0px;
}

.team-member{
	position:relative;
	margin-bottom:50px;
}

.team-member .inner-box{
	position:relative;
	display:block;
	text-align:center;
	max-width:420px;
	margin:0 auto;  
}

.team-member .image-box{
	position:relative;
	display:block;
	background:#fafafa;
	overflow:hidden;
	border:1px solid transparent;
	transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
}

.team-member .inner-box:hover .image-box{
	border-color:#e1e1e1;
	background-color:#ffffff;
}

.team-member .image-box .image{
	position:relative;
	display:block;
	transition: all 700ms ease;
	-webkit-transition: all 700ms ease;
	-ms-transition: all 700ms ease;
	-o-transition: all 700ms ease;
	-moz-transition: all 700ms ease;
}

.team-member .inner-box:hover .image-box .image{
	-webkit-transform:translateX(50px);
	-ms-transform:translateX(50px);
	-o-transform:translateX(50px);
	-moz-transform:translateX(50px);
	transform:translateX(40px);
}

.team-member .image-box .image img{
	position:relative;
	display:inline-block;
	max-width:100%;
	height:auto;
}

.team-member .image-box .social-links{
	position:absolute;
	left:40px;
	top:0px;
	text-align:center;
	-webkit-transform:translateY(-100%);
	-ms-transform:translateY(-100%);
	-o-transform:translateY(-100%);
	-moz-transform:translateY(-100%);
	transform:translateY(-100%);
	transition: all 1000ms ease;
	-webkit-transition: all 1000ms ease;
	-ms-transition: all 1000ms ease;
	-o-transition: all 1000ms ease;
	-moz-transition: all 1000ms ease;
}

.team-member .inner-box:hover .image-box .social-links{
	top:90px;
	-webkit-transform:translateY(0%);
	-ms-transform:translateY(0%);
	-o-transform:translateY(0%);
	-moz-transform:translateY(0%);
	transform:translateY(0%);
}

.team-member .image-box .social-links li{
	position:relative;
	width:40px;
	height:40px;
	margin-bottom:5px;  
}

.team-member .image-box .social-links li a{
	position:relative;
	display:block;
	width:40px;
	height:40px;
	line-height:40px;
	color:#777777;
	font-size:13px;
	background:#f5f5f5;
	border-radius:50%;
	transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
}

.team-member .image-box .social-links li a:hover{
	color:#ffffff;
	background:#f8b332;
}

.team-member .lower-content{
	position:relative;
	padding:25px 15px 0px;
}

.team-member .lower-content h4{
	position:relative;
	font-size:16px;
	text-transform:uppercase;
	font-weight:600;
}

.team-member .lower-content h4 a{
	color:#333333;
	transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
}

.team-member .lower-content h4 a:hover{
	color:#f8b332;
}

.team-member .lower-content .designation{
	position:relative;
	font-size:14px;
	color:#777777;
	text-transform:capitalize;
}

/*Team Member Two*/

.team-member-two{
	position:relative;
	margin-bottom:50px;
}

.team-member-two .inner-box{
	position:relative;
	display:block;
	text-align:center;
	max-width:420px;
	margin:0 auto;  
}

.team-member-two .image-box{
	position:relative;
	display:block;
	overflow:hidden;
	transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
}

.team-member-two .inner-box:hover .image-box{
	border-color:#e1e1e1;
}

.team-member-two .image-box .image{
	position:relative;
	display:block;
	transition: all 700ms ease;
	-webkit-transition: all 700ms ease;
	-ms-transition: all 700ms ease;
	-o-transition: all 700ms ease;
	-moz-transition: all 700ms ease;
}

.team-member-two .image-box .image img{
	position:relative;
	display:inline-block;
	max-width:100%;
	height:auto;
}

.team-member-two .lower-content .social-links{
	position: absolute;
	left: 0px;
	top: 10px;
	width: 100%;
	opacity: 0;
	margin-top:6px;
	visibility: hidden;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	transition: all 300ms ease;
}

.team-member-two:hover .lower-content{
	padding-top: 50px;
}

.team-member-two .inner-box:hover .lower-content::before{
	background-color:#30355d;
}

.team-member-two .lower-content::before{
	position:absolute;
	content:'';
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	display:block;
	background-color:#f8b332;
	-moz-transform: skewX(-10deg);
	-o-transform: skewX(-10deg);
	-ms-transform: skewX(-10deg);
	-webkit-transform: skewX(-10deg);
	transform: skewX(-10deg);
	border-top:2px solid #ffffff;
	-webkit-transition: all 700ms ease;
	-ms-transition: all 700ms ease;
	-o-transition: all 700ms ease;
	-moz-transition: all 700ms ease;
	transition: all 700ms ease;
}

.team-member-two:hover .lower-content .social-links {
	opacity: 1;
	visibility: visible;
	-webkit-transition: all 700ms ease;
	-ms-transition: all 700ms ease;
	-o-transition: all 700ms ease;
	-moz-transition: all 700ms ease;
	transition: all 700ms ease;
}

.team-member-two .lower-content .social-links li{
	position:relative;
	width:20px;
	height:20px;
	padding:0px 6px;
	display:inline-block;
}

.team-member-two .lower-content .social-links li a{
	position:relative;
	display:block;
	color:#ffffff;
	font-size:13px;
	transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
}

.team-member-two .lower-content .social-links li a:hover{
	color:#f8b332;
}

.team-member-two .lower-content{
	position: absolute;
	left: 20px;
	right:20px;
	bottom: 0px;
	padding:20px 20px 18px;
	-webkit-transition: all 700ms ease;
	-ms-transition: all 700ms ease;
	-o-transition: all 700ms ease;
	-moz-transition: all 700ms ease;
	transition: all 700ms ease;
}

.team-member-two .lower-content h4{
	position:relative;
	font-size:16px;
	font-weight:600;
	color:#ffffff;
	letter-spacing:1px;
	text-transform:uppercase;
}

.team-member-two .lower-content .designation{
	position:relative;
	font-size:14px;
	color:#ffffff;
	text-transform:capitalize;
}

.team-member-two .inner-box .border-box{
	position:absolute;
	left:0px;
	bottom:40px;
	border:8px solid #fffbf5;
	height:285px;
	width:100%;
	z-index:-1;
}

/*** 

====================================================================
Project Section
====================================================================

***/

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

.project-section .styled-pagination{
	margin-top:30px;
}

.project-section.no-padding-bottom{
	padding-bottom:0px;
}

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

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

.project-tabs{
	position:relative;
}

.project-tabs .tabs-content{
	margin-top: 0px;
	padding-top: 20px;
}

.project-tabs .tab-buttons{
	position:relative;
	z-index:1;
	text-align:left;
	margin-bottom:30px;
	border: none;
}
.project-tabs .tab-buttons.center {
    display: flex;
    justify-content: center;
    align-items: center;
}
.project-tabs .tab-buttons .tab-btn,
.project-tabs .tab-buttons li.tab-btns{
	position: relative;
	display: inline-block;
	line-height: 24px;
	color: #333333;
	cursor: pointer;
	font-size: 14px;
	font-weight: 500;
	margin-right:28px;
	text-transform: uppercase;
	transition: all 300ms ease;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
}
.project-tabs .tab-buttons .tab-btn:last-child,
.project-tabs .tab-buttons li.tab-btns:last-child{
	margin-right: 0;
}
.project-tabs .tab-buttons li.tab-btns button.nav-link{
	position: relative;
	display: inline-block;
	line-height: 24px;
	color: #333333;
	cursor: pointer;
	font-size: 14px;
	font-weight: 500;
	text-transform: uppercase;
	transition: all 300ms ease;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	padding: 0;
	border-radius: 0;
	border: none;
}

.project-tabs .tab-buttons .tab-btn.active-btn,
.project-tabs .tab-buttons .tab-btn:hover,
.project-tabs .tab-buttons .tab-btns:hover button.nav-link,
.project-tabs .tab-buttons .tab-btns button.nav-link.active{
	color: #f8b332;
	font-weight:700;
}

.project-section .tabs-content .tab{
	position: absolute;
	left: 0px;
	top: 0px;
	display: block;
	visibility: hidden;
	opacity:0;
	width: 100%;
	-webkit-transform:translateY(20px);
	-moz-transform:translateY(20px);
	-o-transform:translateY(20px);
	-ms-transform:translateY(20px);
	transform:translateY(20px);
	-ms-transition:transform 1000ms ease;
	-webkit-transition:transform 1000ms ease;
	-o-transition:transform 1000ms ease;
	transition:transform 1000ms ease;
}

.project-section .tabs-content .tab.active-tab{
	position:relative;
	visibility:visible;
	opacity:1;
	-webkit-transform:translateY(0px);
	-moz-transform:translateY(0px);
	-o-transform:translateY(0px);
	-ms-transform:translateY(0px);
	transform:translateY(0px);
}

/*Gallery Item*/

.gallery-item{
	position:relative;
}

.gallery-item .inner-box{
	position:relative;
}

.gallery-item .inner-box .image-box{
	position:relative;
	height: 230px;
}

.gallery-item .inner-box .image-box img{
	position:relative;
	width:100%;
	display:block;
	height:100%;
	object-fit: cover;
}

.gallery-item .inner-box .overlay-box{
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	opacity:0;
	background-color:rgba(0,0,0,0.61);
	transition: all 300ms ease;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
}

.gallery-item .inner-box .overlay-box .options-box{
	position:absolute;
	left:0px;
	top:0px;
}

.gallery-item .inner-box .overlay-box .options-box li{
	position:relative;
	float:left;
	margin-right:2px;
}

.gallery-item .inner-box .overlay-box .options-box li a{
	color:#ffffff;
	padding:5px 19px;
	display:inline-block;
	background-color:rgba(248,179,50,0.65);
	transition: all 300ms ease;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
}

.gallery-item .inner-box .overlay-box .options-box li a:hover{
	background-color:rgba(248,179,50,1);
}

.gallery-item .inner-box .overlay-box .content-box{
	position:absolute;
	left:35px;
	bottom:40px;
}

.gallery-item .inner-box .overlay-box .content-box .cat{
	position:relative;
	color:#f8b332;
	font-size:14px;
	font-weight:400;
	margin-bottom:6px;
}

.gallery-item .inner-box .overlay-box .content-box h3{
	position:relative;
	font-size:14px;
	font-weight:700;
	text-transform:uppercase;
	font-family: 'Roboto', sans-serif;
}

.gallery-item .inner-box .overlay-box .content-box h3 a{
	color:#ffffff;
	transition: all 300ms ease;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
}

.gallery-item .inner-box .overlay-box .content-box h3 a:hover{
	color:#f8b332;
}

.gallery-item .inner-box:hover .overlay-box{
	opacity:1;
}

/*** 

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

***/

.tesimonial-section{
	position:relative;
	padding:140px 0px 150px;
	background-attachment:fixed;
	background-position:center center;
	background-repeat:no-repeat;
	background-size:cover;
}

.tesimonial-section::before{
	position:absolute;
	content:'';
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	background-color:rgba(0,0,0,0.78);
}

.tesimonial-section h2{
	position:relative;
	color:#ffffff;
	text-align:center;
	font-size:44px;
	padding-bottom:10px;
	font-weight:700;
}

.tesimonial-section h2::after{
	position:absolute;
	content:'';
	left:50%;
	bottom:0px;
	width:34px;
	height:2px;
	margin-left:-17px;
	background-color:#f8b332;
}

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

.tesimonial-section .owl-dots{
	position:relative;
	width:100%;
	display:block;
	text-align:center;
}

.tesimonial-section .owl-dots .owl-dot{
	position:relative;
	width:5px;
	height:5px;
	padding:1px;
	margin-right:14px;
	display:inline-block;
	background-color:#ffffff;
	transition: all 300ms ease;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
}

.tesimonial-section .owl-dots .owl-dot.active,
.tesimonial-section .owl-dots .owl-dot:hover{
	background-color:#f8b332;
}

.tesimonial-section .owl-dots .owl-dot.active::before,
.tesimonial-section .owl-dots .owl-dot:hover::before{
	position:absolute;
	content:'';
	left:-3px;
	top:-3px;
	width:11px;
	height:11px;
	border:1px solid #f8b332;
	transition: all 300ms ease;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
}

.testimonial-block{
	position:relative;
	margin-top:40px;
}

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

.testimonial-block .inner-box .quote-icon{
	position:relative;
	color:#949797;
	font-size:38px;
	line-height:1em;
}

.testimonial-block .inner-box .text{
	position:relative;
	color:#cccccc;
	font-size:14px;
	line-height:1.8em;
	max-width:950px;
	margin:0 auto;
	margin-top:25px;
}

.testimonial-block .inner-box h4{
	position:relative;
	color:#ffffff;
	font-size:14px;
	margin-top:35px;
	text-transform:uppercase;
}

.testimonial-block .inner-box .designation{
	position:relative;
	color:#cccccc;
	font-weight:300;
	margin-top:4px;
	margin-bottom:30px;
}
.TSlider ul.slick-dots {
	position: unset;
	background: transparent;
	width: fit-content;
	margin: auto;
	padding: 0;
	line-height: normal;
	display: flex;
}

.TSlider ul.slick-dots li {
	position: relative;
	width: 5px;
	height: 5px;
	padding: 1px;
	margin: 0 7px;
	display: inline-block;
	background-color: #ffffff;
	transition: all 300ms ease;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
}

.TSlider ul.slick-dots li::before {
	position: absolute;
	content: '';
	left: -3px;
	top: -3px;
	width: 11px;
	height: 11px;
	border: 1px solid #f8b332;
	transition: all 300ms ease;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	opacity: 0;
}

.TSlider ul.slick-dots li:hover, .TSlider ul.slick-dots li.slick-active {
	background: #f8b332;
}

.TSlider ul.slick-dots li:hover::before, .TSlider ul.slick-dots li.slick-active::before {
	opacity: 1;
}

.TSlider ul.slick-dots li button {
	display: none;
}
/*** 

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

***/

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

.news-section.alternative{
	background-color:#fafafa;
}

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

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

.news-block .inner-box .image-box{
	position:relative;
	height: 440px;
}
.news-block .inner-box .image-box a{
	width: 100%;
    height: 100%;
    display: flex;
}
.news-block .inner-box .image-box img{
	position:relative;
	width:100%;
	display:block;
	height:100%;
	object-fit: cover;
}

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

.news-block .inner-box .lower-content .upper-box{
	position:relative;
	padding-top:25px;
}

.news-block .inner-box .lower-content .upper-box h3{
	position:relative;
	font-size:18px;
	font-weight:600;
	margin-bottom:5px;
	text-transform:uppercase;
}

.news-block .inner-box .lower-content .upper-box h3 a{
	position:relative;
	color:#333333;
	transition: all 300ms ease;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
}

.news-block .inner-box .lower-content .upper-box a:hover{
	color:#f8b332;
}

.news-block .inner-box .lower-content .upper-box .post-meta{
	position:relative;
}

.news-block .inner-box .lower-content .upper-box .post-meta li{
	position:relative;
	display:inline-block;
	margin-right:20px;
}

.news-block .inner-box .lower-content .upper-box .post-meta li:last-child{
	margin-right:0px;
}

.news-block .inner-box .lower-content .upper-box .post-meta li a{
	color:#333333;
	font-size:14px;
	padding-left:20px;
}

.news-block .inner-box .lower-content .upper-box .post-meta li a .icon{
	position:absolute;
	left:0px;
	top:0px;
	color:#f8b332;
}

.news-block .inner-box .lower-content .lower-box{
	position:relative;
	margin-top:18px;
}

.news-block .inner-box .lower-content .lower-box .text{
	position:relative;
	color:#666666;
	font-size:14px;
	line-height:1.8em;
	margin-bottom:20px;
}

.news-block .inner-box .lower-content .lower-box .read-more{
	position:relative;
	font-weight:500;
	font-size:14px;
	color:#333333;
	text-transform:uppercase;
	font-family: 'Hind', sans-serif;
	transition: all 300ms ease;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
}

.news-block .inner-box .lower-content .lower-box .read-more .arrow{
	color:#f8b332;
	margin-left:5px;
	transition: all 900ms ease;
	-webkit-transition: all 900ms ease;
	-ms-transition: all 900ms ease;
	-o-transition: all 900ms ease;
}

.news-block .inner-box .lower-content .lower-box .read-more:hover{
	color:#f8b332;
}

.news-block .inner-box .lower-content .lower-box .read-more:hover .arrow{
	margin-left:15px;
}

/*News Block Two*/

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

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

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

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

.news-block-two .inner-box .image-box .overlay-box{
	position: absolute;
	left: 0px;
	top: 0px;
	padding: 10px;
	width: 100%;
	height: 100%;
	opacity: 1;
	text-align: center;
	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;
	-moz-transform:scale(0,0);
	-ms-transform:scale(0,0);
	-o-transform:scale(0,0);
	-webkit-transform:scale(0,0);
	transform:scale(0,0);
}

.news-block-two .inner-box:hover .overlay-box{
	-moz-transform:scale(1,1);
	-ms-transform:scale(1,1);
	-o-transform:scale(1,1);
	-webkit-transform:scale(1,1);
	transform:scale(1,1);
}

.news-block-two .inner-box .image-box .overlay-box .overlay-inner{
	position: relative;
	width: 100%;
	height: 100%;
	background-color: rgba(249,179,50,0.80);
}

.news-block-two .inner-box .image-box .overlay-box .overlay-inner a{
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	left: 0px;
	top: 0px;
}

.news-block-two .inner-box .image-box .overlay-box .overlay-inner a .icon{
	position: absolute;
	left: 50%;
	color: #ffffff;
	font-size: 24px;
	margin-left: -15px;
	top: 50%;
	margin-top: -15px;
}

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

.news-block-two .inner-box .content-column h3{
	position:relative;
	font-size:18px;
	font-weight:600;
	margin-bottom:6px;
	text-transform:uppercase;
}

.news-block-two .inner-box .content-column h3 a{
	position:relative;
	color:#333333;
	transition: all 300ms ease;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
}

.news-block-two .inner-box .content-column h3 a:hover{
	color:#f8b332;
}

.news-block-two .inner-box .content-column .post-meta{
	position:relative;
}

.news-block-two .inner-box .content-column .post-meta li{
	position:relative;
	display:inline-block;
	margin-right:20px;
}

.news-block-two .inner-box .content-column .post-meta li a{
	color:#333333;
	font-size:14px;
	padding-left:24px;
}

.news-block-two .inner-box .content-column .post-meta li a .icon{
	position:absolute;
	left:0px;
	top:0px;
	color:#f8b332;
}

.news-block-two .inner-box .content-column .text{
	color:#666666;
	font-size:14px;
	margin-top:10px;
	margin-bottom:10px;
}

.news-block-two .inner-box .content-column .read-more{
	position:relative;
	font-weight:500;
	font-size:14px;
	color:#333333;
	text-transform:uppercase;
	font-family: 'Hind', sans-serif;
	transition: all 300ms ease;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
}

.news-block-two .inner-box .content-column .read-more .arrow{
	color:#f8b332;
	margin-left:5px;
	transition: all 900ms ease;
	-webkit-transition: all 900ms ease;
	-ms-transition: all 900ms ease;
	-o-transition: all 900ms ease;
}

.news-block-two .inner-box .content-column .read-more:hover{
	color:#f8b332;
}

.news-block-two .inner-box .content-column .read-more:hover .arrow{
	margin-left:15px;
}

/*** 

====================================================================
Call To Action
====================================================================

***/

.call-to-action{
	position:relative;
	padding:70px 0px 35px;
	background-color:#30355d;
}

.call-to-action h3{
	position:relative;
	color:#ffffff;
	font-size:24px;
	line-height:1.4em;
	text-transform:uppercase;
}

.call-to-action h3 span{
	color:#f8b332;
}

.call-to-action .text{
	font-size:14px;
	color:#d5d5d5;
	font-weight:400;
	margin-top:5px;
	margin-bottom:28px;
}

/*** 

====================================================================
Welcome Section
====================================================================

***/

.welcome-section{
	position:relative;
	padding:110px 0px 90px;
}

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

.welcome-section .content-column .inner-box{
	position:relative;
	margin-right:-30px;
}

.welcome-section .content-column .inner-box .dark-text{
	position:relative;
	color:#333333;
	font-size:16px;
	font-weight:500;
	text-transform:uppercase;
}

.welcome-section .content-column .inner-box .text{
	position:relative;
	color:#666666;
	font-size:14px;
	line-height:1.6em;
	margin-top:15px;
	margin-bottom:25px;
}

.welcome-section .image-column .inner-box{
	padding-left:50px;
}

/*Services Block Two*/

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

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

.services-block-two .inner-box .icon-box{
	position:relative;
	width:60px;
	height:60px;
	color:#ffffff;
	line-height:60px;
	text-align:center;
	border-radius:50%;
	font-size:28px;
	background-color:#f8b332;
}

.services-block-two .inner-box h3{
	position:relative;
	font-size:14px;
	font-weight:700;
	margin:25px 0px 15px;
	text-transform:uppercase;
	font-family: 'Roboto', sans-serif;
}

.services-block-two .inner-box h3 a{
	color:#333333;
	transition: all 300ms ease;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
}

.services-block-two .inner-box h3 a:hover{
	color:#f8b332;
}

.services-block-two .inner-box .block-text{
	position:relative;
	color:#666666;
	font-size:14px;
	line-height:1.9em;
}

/*Video Box*/

.welcome-section .video-box{
	position:relative;
}

.welcome-section .video-box .image{
	position:relative;
}

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

.welcome-section .video-box .overlay-box{
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	text-align:center;
	background-color:rgba(0,0,0,0);
	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;
}

.welcome-section .video-box:hover .overlay-box{
	background-color:rgba(0,0,0,0.3);
}

.welcome-section .video-box .overlay-box span{
	position: relative;
	width: 80px;
	height: 80px;
	top: 50%;
	font-size: 16px;
	text-align: center;
	margin-top: -40px;
	color: #ffffff;
	line-height: 78px;
	font-weight:700;
	padding-left:5px;
	border-radius:50%;
	display: inline-block;
	border: 2px solid #ffffff;   
}

/*** 

====================================================================
Services Section Two
====================================================================

***/

.services-section-two{
	position:relative;
	padding:120px 0px 20px;
}

.services-block-three{
	position:relative;
	margin-bottom:75px;
}

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

.services-block-three .inner-box .icon-box{
	position:relative;
	font-size:60px;
	color:#333333;
	line-height:1em;
	margin-bottom:18px;
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
}

.services-block-three .inner-box h3{
	position:relative;
	font-size:15px;
	font-weight:500;
	text-transform:uppercase;
}

.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 h3 a:hover{
	color:#f8b332;
}

.services-block-three .inner-box .text{
	position:relative;
	font-size:14px;
	color:#666666;
	max-width:300px;
	margin:0 auto;
	margin-top:15px;
	margin-bottom:15px;
}

.services-block-three .inner-box .arrow{
	position:relative;
	width:36px;
	height:36px;
	margin:0 auto;
	color:#666666;
	line-height:36px;
	border-radius:50%;
	text-align:center;
	background-color:#ffffff;
	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;
}

.services-block-three .inner-box:hover .icon-box{
	color:#f8b332;
}

.services-block-three .inner-box:hover .arrow{
	background-color:#f8b332;
	color:#ffffff;
}

/*** 

====================================================================
Project Section
====================================================================

***/

/*Gallery Item Two*/

.project-section .filters{
	margin-bottom:15px;
}

.project-section .filters li{
	position: relative;
	display: inline-block;
	padding: 7px 15px;
	line-height: 24px;
	color: #333333;
	cursor: pointer;
	font-size: 14px;
	font-weight: 500;
	margin: 0px 5px 10px;
	text-transform: uppercase;
	transition: all 300ms ease;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
}

.project-section .filters .filter.active,
.project-section .filters .filter:hover{
	color: #f8b332;
	font-weight:700;
}

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

/*Gallery Item Two*/

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

.gallery-item-two .inner-box{
	position:relative;
}

.gallery-item-two .inner-box .image-box{
	position:relative;
}

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

.gallery-item-two .inner-box .image-box .overlay-box{
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	opacity:0;
	text-align:center;
	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;
}

.gallery-item-two .inner-box .image-box .overlay-box .content{
	position:relative;
	width: 100%;
	height: 100%;
	background-color:rgba(248,179,50,0.89);
}

.gallery-item-two .inner-box .image-box .overlay-box .content a{
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	left: 0px;
	top: 0px;
}

.gallery-item-two .inner-box .image-box .overlay-box .content .icon{
	position:absolute;
	left:50%;
	color:#ffffff;
	font-size:24px;
	margin-left:-15px;
	top:50%;
	margin-top:-15px;
}

.gallery-item-two .inner-box .lower-box{
	position:relative;
	padding-top:15px;
}

.gallery-item-two .inner-box .lower-box h3{
	position:relative;
	font-size:16px;
	font-weight:700;
	margin-bottom:6px;
	text-transform:uppercase;
}

.gallery-item-two .inner-box .lower-box h3 a{
	position:relative;
	color:#444444;
	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 .lower-box h3 a:hover{
	color:#99cc00;
}

.gallery-item-two .inner-box .lower-box .category{
	position:relative;
	font-size:14px;
	color:#777777;
}

.gallery-item-two .inner-box:hover .overlay-box{
	opacity:1;
}

/*** 

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

***/

.call-back-section{
	position:relative;
	padding-top:80px;
}

.call-back-section .form-column{
	position:relative;
	margin-top:40px;
	margin-bottom:90px;
}

.call-back-section .form-column .sec-title h2{
	font-size:30px;
}

.call-back-section .image-column{
	position:relative;
	text-align:center;
	background:url(images/resource/circles-layer.png) center center no-repeat;
}

.call-back-section .image-column img{
	max-width:100%;
	display:inline-block;
}

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

.default-form .form-group{
	margin-bottom:20px;
}

.default-form input[type="text"],
.default-form input[type="email"],
.default-form input[type="password"],
.default-form input[type="number"],
.default-form input[type="tel"],
.default-form select,
.default-form textarea{
	display:block;
	width:100%;
	line-height:20px;
	height:42px;
	font-size:14px;
	border:1px solid #ededed;
	padding:10px 15px;
	transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;   
}
input.theme-btn.btn-style-one {
	margin-left: auto;
	display: flex;
}
.default-form textarea{
	height:148px;
	resize:none;    
}

.default-form .form-group button{
	padding:8px 39px;
	margin-top:10px;
}

.default-form input:focus,
.default-form select:focus,
.default-form textarea:focus{
	border-color:#f8b332;
}

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

.default-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;
}

/*Custom Select Style*/

.default-form form select option{
	position:relative;
}

.ui-selectmenu-button.ui-button{
	width:100%;
	background:none;
	font-size:14px;
	font-style:normal;
	height:52px;
	padding:12px 14px 8px;
	line-height:27px;
	border-color:#ededed;
	background-color:#ffffff;
}

.ui-button .ui-icon{
	background:none;
	position:relative;
	top:-2px;
	text-indent:0px;    
}

.ui-button .ui-icon::before{
	font-family: 'FontAwesome';
	content: "\f107";
	position:absolute;
	right:5px;
	top:4px !important;
	top:13px;
	width:10px;
	height:20px;
	display:block;
	color:#777777;
	line-height:20px;
	font-size:16px;
	font-weight:normal;
	text-align:center;
	z-index:5;
}

.ui-widget.ui-widget-content{
	border:1px solid #e0e0e0;
}

.ui-menu .ui-menu-item{
	font-size:14px;
	border-bottom:1px solid #e0e0e0;
}

.ui-menu .ui-menu-item:last-child{
	border:none;    
}

.ui-menu .ui-menu-item-wrapper{
	position:relative;
	display:block;
	padding:7px 15px ;
	font-size:14px;
	line-height:24px;
}

/*popular tags*/

.sidebar .popular-tags a,
.widget_tag_cloud .tagcloud a{
	position:relative;
	display:inline-block;
	line-height:24px;
	padding:7px 18px 7px;
	margin:0px 7px 10px 0px;
	color:#777777;
	text-align:center;
	font-size:14px !important;
	background-color:#ebebeb;
	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,
.widget_tag_cloud .tagcloud a:hover{
	background-color:#f8b332;
	color:#ffffff;  
}

/*** 

====================================================================
Sponsors Style One
====================================================================

***/

.sponsors-style-one{
	position:relative;
	padding:75px 0px;
	text-align:center;
	background-size:cover;
	background-position:center top;
	background-repeat:no-repeat;
	background-attachment:fixed;
}

.sponsors-style-one::before{
	position:absolute;
	content:'';
	left:0px;
	top:0px;
	width:100%;
	height:100%;
/* 	background-color:rgba(54,58,97,0.97); */
	border-top: 1px solid rgba(0,0,0,0.5);
}

.sponsors-style-one .owl-nav,
.sponsors-style-one .owl-dots{
	display:none;
}

.sponsors-style-one .image-box img{
	position: relative;
	display: inline-block;
	width: auto;
	opacity:0.5;
	max-width: 100%;
	transition: all 300ms ease;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
}

.sponsors-style-one .image-box:hover img{
	opacity:1;
}

/*** 

====================================================================
Counter Section
====================================================================

***/

.counter-section{
	position:relative;
}

.counter-section .title-box{
	position:relative;
	padding:110px 0px 95px;
	background-size:cover;
	background-attachment:fixed;
	background-repeat:no-repeat;
	background-position:center center;
}

.counter-section .title-box::before{
	position:absolute;
	content:'';
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	background-color:rgba(48,53,93,0.98)
}

.circular-graph-column{
	position:relative;
	text-align:center;
	margin-bottom:50px; 
}

.circular-graph-column .inner-box{
	position:relative;
	display:block;
	margin:0 auto;  
}

.circular-graph-column .inner-box .text{
	position:relative;
	color:#666666;
	font-size:14px;
	margin-top:10px;
}

.circular-graph-column .graph-outer{
	position: relative;
	width: 140px;
	height:140px;
	margin: 0 auto;
	padding: 0px;
	padding-bottom: 0px;
	margin-bottom: 15px;
	border-radius: 50%;
	background-color: #ffffff;
}


.circular-graph-column .graph-outer::before{
	position:absolute;
	content:'';
	left: 20px;
	top: 20px;
	width:100px;
	height:100px;
	z-index:0;
	border-radius:50%;
	background-color:#30355d;
}

.circular-graph-column .inner-text{
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	display:block;
	padding-top:48px;
	line-height:42px;
	font-size:24px;
	color:#ffffff;
	font-weight:400;
	font-family: 'Roboto', sans-serif;
}

.circular-graph-column h3{
	position:relative;
	font-size:18px;
	font-weight:700;
	color:#333333;
	margin-top:25px;
	text-transform:capitalize;
	font-family: 'Roboto', sans-serif;
}

.circular-graph-column canvas{
	position:relative;
	left:-6px;
	top:-6px;
	z-index:1;  
}

.counter-section .counter-box{
	position:relative;
	margin-top:-85px;
	padding-bottom:65px;
}

/*** 

====================================================================
News Section Two
====================================================================

***/

.news-section-two{
	position:relative;
	padding-bottom:140px;
}

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

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

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

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

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

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

.news-block-three .inner-box .content-column .upper-box{
	position:relative;
	margin-bottom:25px;
}

.news-block-three .inner-box .content-column .upper-box .title-box{
	position:relative;
	padding-left:60px;
}

.news-block-three .inner-box .content-column .upper-box .title-box .date{
	position: absolute;
	left:0px;
	top:0px;
	color:#ffffff;
	min-width:42px;
	padding:10px 10px 0px;
	font-size:13px;
	font-weight:400;
	text-align: center;
	display: inline-block;
	background-color: #f8b332;
	font-family: 'Hind', sans-serif;
}

.news-block-three .inner-box .content-column .upper-box .title-box .date span{
	position: relative;
	font-size: 15px;
	font-weight: 700;
	line-height: 1em;
	color: #ffffff;
	margin-bottom: 2px;
	display:block;
}

.news-block-three .inner-box .content-column .upper-box .title-box h3{
	font-size:14px;
	font-weight:500;
	color:#333333;
	text-transform:uppercase;
}

.news-block-three .inner-box .content-column .title-box h3 a{
	color:#333333;
	transition: all 300ms ease;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
}

.news-block-three .inner-box .content-column .title-box h3 a:hover{
	color:#f8b332;
}

.news-block-three .inner-box .content-column .title-box .post-meta{
	position:relative;
	margin-top: 5px;
}

.news-block-three .inner-box .content-column .title-box .post-meta li{
	position:relative;
	display:inline-block;
	margin-right:20px;
}

.news-block-three .inner-box .content-column .title-box .post-meta li a{
	color:#666666;
	font-size:14px;
	padding-left:20px;
}

.news-block-three .inner-box .content-column .title-box .post-meta li a .icon{
	position:absolute;
	left:0px;
	top:0px;
	color:#666666;
}

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

.news-block-three .inner-box .lower-box .text{
	position:relative;
	color:#666666;
	font-size:14px;
	line-height:1.8em;
}

.news-block-three .inner-box .lower-box .text p{
	color:#666666;
	font-size:14px;
	line-height:2em;
	margin-bottom:20px;
}

.news-block-three .inner-box .lower-box .text blockquote{
	border-left:0px;
	padding-bottom:20px;
	border-top:1px solid #333333;
	border-bottom:1px solid #333333;
}

.news-block-three .inner-box .lower-box .text blockquote p{
	margin-top:15px;
}

.news-block-three .inner-box .lower-box .text blockquote h3{
	color:#121212;
	font-size:15px;
	font-weight:600;
	text-transform:uppercase;
}

.news-block-three .inner-box .lower-box .text .column{
	margin-bottom:10px;
}

.news-block-three .inner-box .lower-box .text .column img{
	width:100%;
	height:auto;
}

.news-block-three .inner-box .lower-box .read-more{
	position:relative;
	color:#333333;
	font-size:14px;
	font-weight:500;
	margin-top:20px;
	display:inline-block;
	text-transform:uppercase;
	transition: all 900ms ease;
	-webkit-transition: all 900ms ease;
	-ms-transition: all 900ms ease;
	-o-transition: all 900ms ease;
}

.news-block-three .inner-box .lower-box .read-more:hover{
	color: #f8b332;
}

.news-block-three .inner-box .lower-box .read-more .arrow{
	color: #f8b332;
	margin-left: 5px;
	transition: all 900ms ease;
	-webkit-transition: all 900ms ease;
	-ms-transition: all 900ms ease;
	-o-transition: all 900ms ease;
}

.news-block-three .inner-box .lower-box .read-more:hover .arrow{
	margin-left: 15px;
}

.news-block-three.style-two .content-column{
	padding-top:25px;
}

.news-block-three.style-two .inner-box .content-column .upper-box .title-box h3{
	font-weight:600;
	font-size:18px;
}

.news-block-three.style-two .inner-box .content-column .title-box .post-meta li .icon{
	color:#f8b332;
}

.sidebar-page-container .social-links{
	margin-bottom:20px;
}

.sidebar-page-container .social-links strong{
	text-transform:uppercase;
	font-weight:600;
	font-size:14px;
	color:#121212;
	padding-right:10px;
}

.sidebar-page-container .social-links a{
	position:relative;
	display:inline-block;
	width:40px;
	height:40px;
	line-height:40px;
	font-size:14px;
	color:#999999;
	text-align:center;
	margin-left:4px;
	background:#f1f1f1;
	border-radius:50%;
	transition:all 300ms ease;
}

.sidebar-page-container .social-links a:hover{
	color:#ffffff;
	background:#fbca00;
	border-color:#fbca00;   
}

.news-section-two .owl-nav{
	display:none;
}

.news-section-two .owl-dots{
	position:relative;
	width:100%;
	display:block;
	text-align:center;
}

.news-section-two .owl-dots .owl-dot{
	position:relative;
	width:5px;
	height:5px;
	padding:1px;
	margin-right:14px;
	display:inline-block;
	background-color:#ceccc9;
	transition: all 300ms ease;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
}

.news-section-two .owl-dots .owl-dot.active,
.news-section-two .owl-dots .owl-dot:hover{
	background-color:#f8b332;
}

.news-section-two .owl-dots .owl-dot.active::before,
.news-section-two .owl-dots .owl-dot:hover::before{
	position:absolute;
	content:'';
	left:-3px;
	top:-3px;
	width:11px;
	height:11px;
	border:1px solid #f8b332;
	transition: all 300ms ease;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
}

/*** 

====================================================================
Who We Are Section
====================================================================

***/

.who-we-are-section{
	position: relative;
	padding: 80px 0px 80px;
	background: rgb(0 0 0 / 5%);
}
section.who-we-are-section .sec-title h2 {
	font-size: 34px;
	line-height: normal;
}
.who-we-are-section p{
	color: #000000;
}
.who-we-are-section .sec-title{
	margin-bottom:50px;
}

.who-we-blocks{
	position:relative;
}

.who-we-blocks .who-we-box{
	position:relative;
	padding-left:74px;
	padding-bottom:40px;
}

.who-we-blocks .who-we-box::before{
	position: absolute;
	content: '';
	left: 24px;
	top: 25px;
	height: 100%;
	width: 1px;
	border: 1px dashed #e7e7e7;
}

.who-we-blocks .who-we-box .icon-box{
	position:absolute;
	left:0px;
	top:0px;
	width:48px;
	height:48px;
	color:#f8b332;
	font-size:22px;
	border-radius:50%;
	text-align:center;
	line-height:46px;
	background-color:#ffffff;
	border:1px solid #f8b332;
	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;
}

.who-we-blocks .who-we-box:hover .icon-box{
	background-color:#f8b332;
	color:#ffffff;
}

.who-we-blocks .who-we-box:last-child::before{
	display:none;
}

.who-we-blocks .who-we-box h3{
	position:relative;
	color:#333333;
	font-size:13px;
	font-weight:600;
	text-transform:uppercase;
	font-family: 'Roboto', sans-serif;
}

.who-we-blocks .who-we-box .text{
	position:relative;
	color:#666666;
	font-size:14px;
}

.who-we-are-section .video-column{
	position:relative;
}

.who-we-are-section .video-column .inner{
	position:relative;
}

.who-we-are-section .video-column .inner .image-box{
	position:relative;
	margin-right:92px;
}

.who-we-are-section .video-column .inner .image-box img{
	position:relative;
	width:100%;
	display:block;
}

.who-we-are-section .video-box{
	position:relative;
	float:right;
	margin-top:-170px;
}

.who-we-are-section .video-box .image{
	position:relative;
	display:inline-block;
}

.who-we-are-section .video-box .image img{
	position:relative;
}

.who-we-are-section .video-box .overlay-box{
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	text-align:center;
	background-color:rgba(0,0,0,0.5);
	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;
}

.who-we-are-section .video-box:hover .overlay-box{
	background-color:rgba(0,0,0,0.3);
}

.who-we-are-section .video-box .overlay-box span{
	position: relative;
	width: 46px;
	height: 46px;
	top: 45%;
	font-size: 12px;
	text-align: center;
	margin-top: -23px;
	color: #ffffff;
	line-height: 42px;
	font-weight:700;
	padding-left:5px;
	border-radius:50%;
	display: inline-block;
	border: 2px solid #ffffff;   
}

/*** 

====================================================================
Services Section Three
====================================================================

***/

.services-section-three{
	position:relative;
	padding:110px 0px 110px;
}

.services-section-three .carousel-box{
	position:relative;
}

.services-block-four{
	position:relative;
}

.services-block-four .inner-box{
	position:relative;
}

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

.services-block-four .inner-box .image-box::before{
	position:absolute;
	right:-60px;
	top:-60px;
	content:'';
	width:120px;
	height:120px;
	z-index:9;
	background-color:#333333;
	-moz-transform:rotate(45deg);
	-ms-transform:rotate(45deg);
	-o-transform:rotate(45deg);
	-webkit-transform:rotate(45deg);
	transform:rotate(45deg);
	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-four .inner-box .image-box .icon-box{
	position:absolute;
	right:12px;
	top:12px;
	color:#ffffff;
	font-size:22px;
	z-index:9;
}

.services-block-four .inner-box .image-box .overlay-box{
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	display:block;
	opacity:0;
	background-color:rgba(7,7,7,0.81);
	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;
}

.services-block-four .inner-box .image-box .overlay-box .content{
	position:absolute;
	left:20px;
	bottom:25px;
}

.services-block-four .inner-box .image-box .overlay-box .content .designation{
	position:relative;
	color:#f8b332;
	font-size:14px;
	margin-bottom:5px;
	text-transform:capitalize;
}

.services-block-four .inner-box .image-box .overlay-box .content h3{
	position:relative;
	font-size:14px;
	text-transform:uppercase;
}

.services-block-four .inner-box .image-box .overlay-box .content h3 a{
	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;
}

.services-block-four .inner-box .image-box .overlay-box .content h3 a:hover{
	color:#f8b332;
}

.services-block-four .inner-box:hover .image-box .overlay-box{
	opacity:1;
}

.services-block-four .inner-box:hover .image-box::before{
	background-color:#f8b332;
}

.services-section-three .carousel-box .owl-dots{
	display:none;
}

.services-section-three .carousel-box .owl-next,
.services-section-three .carousel-box .owl-prev {
	position:absolute;
	width:38px;
	height:27px;
	margin: 0px;
	top:50%;
	margin-top:-20px;
	text-align:center;
	background:none;
	color: #ffffff;
	font-size: 14px;
	line-height: 22px;
	padding: 0px;
	transition: all 500ms ease 0s;
	border:2px solid rgba(255,255,255,1);
}

.services-section-three .carousel-box .owl-next:hover,
.services-section-three .carousel-box .owl-prev:hover {
	color:#ffffff;
	border-color:#f8b332;
	background-color:#f8b332;
}

.services-section-three .carousel-box .owl-prev {
	left:0px;
}

.services-section-three .carousel-box .owl-next {
	right:0px;
}

/*Video Box*/

.video-box{
	position:relative;
}

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

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

.video-box:hover .overlay-box{
	background-color:rgba(0,0,0,0.3);
}

.video-box .overlay-box span{
	position: relative;
	width: 80px;
	height: 80px;
	top: 50%;
	font-size: 16px;
	text-align: center;
	margin-top: -40px;
	color: #ffffff;
	line-height: 78px;
	font-weight:700;
	padding-left:5px;
	border-radius:50%;
	display: inline-block;
	border: 2px solid #ffffff;   
}

.services-section-three .sites-box{
	position:relative;
	margin-top:70px;
}

.services-section-three .sites-box .video-column{
	margin-bottom:40px;
}

.services-section-three .sites-box .map-column{
	position:relative;
	padding-left:70px;
}

.services-section-three .sites-box .map-column .sec-title h2{
	position:relative;
	font-size:24px;
}

.services-section-three .sites-box .map-column .map-box{
	position:relative;
	margin-bottom:20px;
}

.services-section-three .sites-box .map-column .map-box .map-image{
	position:relative;
	margin-top:60px;
}

.services-section-three .sites-box .map-column .map-box .map-image img{
	position:relative;
	width:100%;
}

.services-section-three .sites-box .map-column .map-box .map-point{
	position:absolute;
	width:10px;
	height:10px;
	border-radius:50%;
	border:3px solid #f8b332;
	background-color:#000000;
	cursor:pointer;
}

.services-section-three .sites-box .map-column .map-box .map-point .tool-tip{
	width: 10px;
	height: 10px;
	display: block;
}

.services-section-three .sites-box .map-column .map-box .map-point .tooltip {
	width: 100px;
}

.services-section-three .sites-box .map-column .map-box .map-point.point-1{
	top:8%;
	left:35%;
}

.services-section-three .sites-box .map-column .map-box .map-point.point-2{
	top:30%;
	left:15%;
}

.services-section-three .sites-box .map-column .map-box .map-point.point-3{
	top:70%;
	left:30%;
}

.services-section-three .sites-box .map-column .map-box .map-point.point-4{
	top:60%;
	left:52%;
}

.services-section-three .sites-box .map-column .map-box .map-point.point-5{
	top:30%;
	left:75%;
}

.services-section-three .sites-box .map-column .map-box .map-point.point-6{
	top:76%;
	left:82%;
}

.services-section-three .sites-box .map-column .map-box .map-point a{
	position:relative;
	cursor:pointer;
}

.services-section-three .sites-box .map-column .map-box .tooltip-text {
	font-size: 14px;
	line-height: 1.3em;
	position:absolute;
	left:-35px;
	top:-55px;
	display:inline-block;
	display:none;
	background-color:#333333;
	color:#ffffff;
	padding:5px 15px;
	border-radius:3px;
	z-index:9999;
	text-align:center;
}

.services-section-three .sites-box .map-column .map-box .map-point:hover .tooltip-text{
	display:block;
}

.default-section{
	position:relative;
	padding:110px 0px 80px;
	background-color:#fafafa;
}

.default-section .column .sec-title h2{
	font-size:30px;
}

/*** 

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

***/

.tesimonial-section-two{
	position:relative;
	padding:140px 0px 150px;
	background-attachment:fixed;
	background-position:center center;
	background-repeat:no-repeat;
	background-size:cover;
}

.tesimonial-section-two::before{
	position:absolute;
	content:'';
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	background-color:rgba(0,0,0,0.78);
}

.tesimonial-section-two h2{
	position:relative;
	color:#ffffff;
	text-align:center;
	font-size:44px;
	padding-bottom:10px;
	font-weight:700;
	margin-bottom:40px;
}

.tesimonial-section-two h2::after{
	position:absolute;
	content:'';
	left:50%;
	bottom:0px;
	width:34px;
	height:2px;
	margin-left:-17px;
	background-color:#f8b332;
}

.tesimonial-section-two .owl-nav{
	max-width: 565px;
	margin: 0 auto;
	position: absolute;
	width: 100%;
	left: 50%;
	top: 50px;
	margin-left: -290px;
}

.tesimonial-section-two .owl-next,
.tesimonial-section-two .owl-prev {
	position:absolute;
	width:42px;
	height:42px;
	margin: 0px;
	top:18%;
	margin-top:-21px;
	text-align:center;
	background:#ffffff;
	color: #f8b332;
	font-size: 14px;
	line-height: 38px;
	padding: 0px;
	transition: all 500ms ease 0s;
	border:2px solid rgba(255,255,255,1);
}

.tesimonial-section-two .owl-next:hover,
.tesimonial-section-two .owl-prev:hover {
	color:#ffffff;
	border-color:#f8b332;
	background-color:#f8b332;
}

.tesimonial-section-two .owl-prev {
	left:0px;
}

.tesimonial-section-two .owl-next {
	right:0px;
}

.tesimonial-section-two .owl-dots{
	position:relative;
	width:100%;
	display:block;
	text-align:center;
}

.tesimonial-section-two .owl-dots .owl-dot{
	position:relative;
	width:5px;
	height:5px;
	padding:1px;
	margin-right:14px;
	display:inline-block;
	background-color:#ffffff;
	transition: all 300ms ease;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
}

.tesimonial-section-two .owl-dots .owl-dot.active,
.tesimonial-section-two .owl-dots .owl-dot:hover{
	background-color:#f8b332;
}

.tesimonial-section-two .owl-dots .owl-dot.active::before,
.tesimonial-section-two .owl-dots .owl-dot:hover::before{
	position:absolute;
	content:'';
	left:-3px;
	top:-3px;
	width:11px;
	height:11px;
	border:1px solid #f8b332;
	transition: all 300ms ease;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
}

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

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

.testimonial-block-two .inner-box .author-info{
	position:relative;
	padding-left:145px;
	padding-top:30px;
	min-height:112px;
	margin-bottom:45px;
	display:inline-block;
	text-align:left;
}

.testimonial-block-two .inner-box .author-info .author-image{
	position:absolute;
	left:0px;
	top:0px;
	width:112px;
	height:112px;
	border-radius:50%;
	overflow:hidden;
}

.testimonial-block-two .inner-box .author-info .author-image img{
	border-radius:50%;
}

.testimonial-block-two .inner-box .author-info h3{
	position:relative;
	font-size:18px;
	font-weight:700;
	color:#ffffff;
	font-family: 'Roboto', sans-serif;
}

.testimonial-block-two .inner-box .author-info .client{
	position:relative;
	color:#f8b332;
	font-size:13px;
	text-transform:uppercase;
	font-family: 'Roboto', sans-serif;
}

.testimonial-block-two .inner-box .text{
	position:relative;
	color:#cccccc;
	font-size:14px;
	line-height:2em;
	max-width:950px;
	margin:0 auto;
	margin-bottom:20px;
}

/*** 

====================================================================
Page Title style
====================================================================

***/

.page-title{
	position:relative;
	padding:135px 0px 120px;
	background-position:center center;
	background-size:cover;
	background-attachment:fixed;
	background-repeat:no-repeat;
	text-align:center;
}

.page-title::before{
	content:'';
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	z-index:0;
	background:rgba(0,0,0,0.70);
}

.page-title .auto-container{
	position:relative;
	z-index:3;  
}

.page-title .content-box{
	position:relative;
}

.page-title h1{
	position:relative;
	font-size:44px;
	font-weight:700;
	color:#ffffff;
	text-transform:uppercase;
}

.page-title h1 span{
	color:#f8b332;
}

.page-title .bread-crumb{
	position:relative;
}

.page-title .bread-crumb li{
	position:relative;
	color:#f8b332;
	padding-right:10px;
	margin-right:6px;
	display:inline-block;
	font-weight:600;
	text-transform:capitalize;
	font-family: 'Hind', sans-serif;
}

.page-title .bread-crumb li:last-child{
	padding-right:0px;
	margin-right:0px;
}

.page-title .bread-crumb li:last-child::after{
	display:none;
}

.page-title .bread-crumb li::after{
	position:absolute;
	content:'/';
	right:0px;
	top:0px;
	color:#ffffff;
	font-size:12px;
}

.page-title .bread-crumb li a{
	position:relative;
	margin:0px 3px;
	color:#ffffff;
	font-size:15px;
	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;
}

.page-title .bread-crumb a:hover{
	color:#f8b332;
}

/*** 

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

***/

.sidebar-page-container{
	position:relative;
	padding:120px 0px 80px;
}

.sidebar-page-container .content-side,
.sidebar-page-container .sidebar-side{
	margin-bottom:30px; 
}

.news-list-section{
	position:relative;
}

.sidebar-widget{
	position: relative;
	margin-bottom:55px;
}

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

.sidebar-title h2{
	font-size: 18px;
	color: #333333;
	font-weight: 600;
	line-height: 1.2em;
	padding-bottom: 16px;
	text-transform: uppercase;
}

.sidebar-title h2::after{
	position:absolute;
	content:'';
	left:0px;
	bottom:0px;
	width:32px;
	height:2px;
	background-color:#f8b332;
}

/*List Widget*/

.sidebar .sidebar-category .list{
	position:relative;
}

.sidebar .sidebar-category .list li{
	position:relative;
	margin-bottom:2px;
}

.sidebar .sidebar-category .list li a{
	position:relative;
	display:block;
	color:#666666;
	font-size:14px;
	font-weight:400;
	line-height:24px;
	padding:13px 20px 17px 18px;
	background:#fafafa;
	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 .sidebar-category .list li.current a{
	color:#ffffff;
	background-color:#f8b332;
}

.sidebar .sidebar-category .list li a .icon{
	position:relative;
	font-size:22px;
	line-height:1em;
	padding-right:15px;
	margin-right:22px;
	top:4px;
	border-right:1px solid #e8e8e8;
}

.sidebar .sidebar-category .list li a::before {
	content: "\f105";
	font-family: 'FontAwesome';
	font-size: 14px;
	left:30px;
	line-height:20px;
	position: absolute;
}

.sidebar .sidebar-category .list li a:hover{
	color:#ffffff;
	background-color:#f8b332;
}

/*Files Btn*/

.files-btn{
	position:relative;
}

.files-btn li{
	position:relative;
	margin-bottom:12px;
}

.files-btn li a{
	position:relative;
	color:#333333;
	font-weight:500;
	display:block;
	padding:9px 0px;
	text-align:center;
	border-radius:5px;
	border:2px solid #f8b332;
	text-transform:uppercase;
	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;
}

.files-btn li a .icon{
	font-size:18px;
	margin-right:6px;
}

.files-btn li a:hover{
	background-color:#f8b332;
}

.testimonial-sidebar-block .owl-nav,
.testimonial-sidebar-block .owl-dots{
	display:none;
}

.testimonial-sidebar-widget{
	position:relative;
	padding:40px 30px 30px;
	border:2px solid #e5e5e5;
}

.testimonial-sidebar-widget{
	position:relative;
}

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

.testimonial-block-three .author-img{
	position:relative;
	width:78px;
	height:78px;
	overflow:hidden;
	border-radius:50%;
	margin:0 auto;
	margin-bottom:18px;
}

.testimonial-block-three .author-img img{
	overflow:hidden;
}

.testimonial-block-three .text{
	position:relative;
	color:#666666;
	font-size:14px;
	font-weight:400;
	line-height:2em;
}

.testimonial-sidebar-widget .author-name{
	position:relative;
	color:#f8b332;
	font-size:16px;
	font-weight:700;
	text-align:center;
	margin-top:15px;
	text-transform:uppercase;
}

/*Search Box Widget*/

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

.sidebar .search-box .form-group input[type="text"],
.sidebar .search-box .form-group input[type="search"]{
	position:relative;
	line-height:24px;
	padding:12px 10px 12px 20px;
	border:1px solid #e0e0e0;
	color:#222222;
	display:block;
	font-size:14px;
	width:100%;
	height:46px;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}

.sidebar .search-box .form-group input:focus{
	border-color:#f8b332;   
}

.sidebar .search-box .form-group button{
	position:absolute;
	right:10px;
	top:0px;
	width:40px;
	height:46px;
	text-align:center;
	display:block;
	font-size:14px;
	color:#929292;
	background:none;
	font-weight:normal;
}

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

.sidebar .list-two li{
	position:relative;
	border-bottom:1px solid #ececec;
}

.sidebar.list-two li:last-child{
	border-bottom:0px;
}

.sidebar .list-two li a{
	position:relative;
	color:#666666;
	font-size:14px;
	padding:12px 0px;
	display:block;
	transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	-moz-transition:all 500ms ease;
}

.sidebar .list-two li a:hover{
	color:#f8b332;
}

.sidebar .list-two li:last-child{
	border:0px;
}

.sidebar .list-two li:last-child a{
	padding-bottom:0px;
	margin-bottom:0px;
}

.rangeslider-widget .outer-box{
	position:relative;
	padding:10px 0px 0px;   
}

.rangeslider-widget .form-group{
	position:relative;
	color:#666666;
	font-weight:400;
	font-size:14px;
	margin:30px 0px 0px;    
}

.rangeslider-widget .val-box{
	position:relative;
	display:inline-block;
	margin:7px 5px 0px 0px;
	line-height:24px;
	font-size:14px;
	padding:5px 0px;
	width:50px;
	text-align:center;
	color:#666666;
	font-weight:400;
}

.rangeslider-widget .noUi-connect{
	background:#eeeeee !important;
	box-shadow:none;    
}

.rangeslider-widget .noUi-background{
	background:#ededed !important;  
}

.rangeslider-widget .noUi-handle{
	top:-5px !important;
	background-color:transparent !important;
	box-shadow:none;
	border:4px solid #f8b332 !important;
	cursor:pointer;
	width:18px;
	height:18px;
	background:#ffffff !important;
	margin-left:14px;
	border-radius:50%;
}

.rangeslider-widget .noUi-horizontal{
	height:8px !important;
	box-shadow:none !important;
	background:#f06529;
	border:0px;
}

.rangeslider-widget .btn-style-two{
	color:#ffffff;
}

.rangeslider-widget .btn-style-two:hover{
	color:#222222;
}

/*Post Widget*/

.sidebar .popular-posts .post{
	position:relative;
	padding-left:110px;
	min-height:68px;
	margin-bottom:22px;
}

.sidebar .popular-posts .post:last-child{
	margin-bottom:0px;
}

.sidebar .popular-posts .post .post-thumb{
	position:absolute;
	left:0px;
	top:0px;
	width:77px;
}

.sidebar .popular-posts .post:hover .post-thumb img{
	opacity:0.70;
}

.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 h4{
	font-size:16px;
	margin:0px 0px 0px;
	font-weight:500;
	text-transform:capitalize;
}

.sidebar .popular-posts .post.alternate{
	min-height:85px;
}

.sidebar .popular-posts .post.alternate h4{
	font-size:13px;
	text-transform:uppercase;
}

.sidebar .popular-posts .post.alternate .post-thumb{
	width:85px;
}

.sidebar .popular-posts .post a,
.sidebar .popular-posts .post a:hover{
	color:#f8b332;
}

.sidebar .popular-posts .post h4 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 .price{
	font-size:14px;
	color:#959595;
	margin-top:6px;
	margin-bottom:2px;
	display:inline-block;
	text-transform:uppercase;
}

/*Service Details*/

.service-details{
	position:relative;
}

.service-details h2{
	position:relative;
	font-size: 18px;
	color: #333333;
	font-weight: 600;
	line-height: 1.2em;
	padding-bottom: 16px;
	margin-bottom:30px;
	text-transform: uppercase;
}

.service-details h2::after{
	position: absolute;
	content: '';
	left: 0px;
	bottom: 0px;
	width: 32px;
	height: 2px;
	background-color: #f8b332;
}

.service-details .image{
	position:relative;
	margin-bottom:35px;
}

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

.service-details .text{
	position:relative;
}

.service-details .text p{
	position:relative;
	color:#666666;
	font-size:14px;
	font-weight:400;
	line-height:1.8em;
	margin-bottom:30px;
}

.service-details .image-column{
	position:relative;
	margin-bottom:30px;
}

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

.service-details h3{
	position:relative;
	color:#333333;
	font-size:18px;
	font-weight:700;
	margin-bottom:10px;
}

/*** 

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

***/

.styled-pagination{
	position:relative;
}

.styled-pagination ul{
	position:relative;
	display:inline-block;   
}

.styled-pagination li{
	position:relative;
	display:block;
	float:left;
	margin:0px 10px 10px 0px;
}

.styled-pagination li a,
.styled-pagination li span,
.styled-pagination li span.dots{
	border:none;
	position:relative;
	display:inline-block;
	line-height:20px;
	padding:9px 5px;
	height:38px;
	font-size:15px;
	text-transform:capitalize;
	min-width:38px;
	background:#efefef;
	color:#666666;
	font-weight:700;
	text-align:center;
	border-radius:50% !important;
	transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	-moz-transition:all 500ms ease;
}

.styled-pagination li a:hover,
.styled-pagination li a.active{
	color:#ffffff;  
	background:#f8b332;
}
.styled-pagination li span.current{
	border:none;
	border-radius:50%;
	color:#ffffff;
	background:#f8b332;
}

/*** 

====================================================================
Project Info Widget
====================================================================

***/

.project-info-widget{
	position:relative;
	padding:20px 25px 25px;
	background-color:#222429;
	margin-bottom:40px;
}

.project-info-widget li.title{
	position:relative;
	color:#ffffff;
	font-size:16px;
	font-weight:600;
	margin-bottom:25px;
	text-align:left;
	padding-left:0px;
	text-transform:uppercase;
	font-family: 'Hind', sans-serif;
}

.project-info-widget li{
	position:relative;
	padding-left:60px;
	color:#ffffff;
	font-size:14px;
	line-height:1.6em;
	padding-bottom:25px;
	margin-bottom:25px;
	border-bottom:1px solid #383838;
}

.project-info-widget li a{
	display:inline-block;
	color:#ffffff;
}

.project-info-widget li .icon-box{
	position:absolute;
	left:0px;
	top:0px;
	min-width:44px;
	height:44px;
	font-size:20px;
	line-height:42px;
	text-align:center;
	color:#ffffff;
	background-color:#2c2f36;
}

.project-info-widget li:last-child{
	margin-bottom:0px;
	padding-bottom:0px;
	border:0px;
}

/*project single*/

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

.project-single h2{
	position:relative;
	color:#333333;
	font-size:24px;
	font-weight:600;
	line-height:1em;
	margin-bottom:30px;
	padding-bottom:16px;
	text-transform:capitalize;
}

.project-single h2::after{
	position: absolute;
	content: '';
	left: 0px;
	bottom: 0px;
	width:40px;
	height: 2px;
	background-color: #f8b332;
}

.project-single h3{
	position:relative;
	color:#333333;
	font-size:18px;
	font-weight:600;
	line-height:1em;
	margin-bottom:25px;
	padding-bottom:16px;
	text-transform:capitalize;
}

.project-single .row h3 {
	padding-top: 15px;
}

.project-single h3::after{
	position: absolute;
	content: '';
	left: 0px;
	bottom: 0px;
	width:30px;
	height: 2px;
	background-color: #f8b332;
}

.project-single .thumb-carousel-box{
	position:relative;
	margin-bottom:30px;
}

.project-single .thumb-carousel-box .image-carousel{
	position:relative;
	margin-bottom:25px;
}

.project-single .thumb-carousel-box .thumbs-carousel{
	position:relative;
}

.project-single .thumb-carousel-box .thumbs-carousel li{
	border:2px solid transparent;
	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-single .thumb-carousel-box .thumbs-carousel li:hover{
	border-color:#f8b332;
}

.project-single .thumb-carousel-box .thumbs-carousel li:hover img{
	opacity:1;
}

.project-single .thumb-carousel-box .thumbs-carousel li img{
	cursor:pointer;
	opacity:0.5;
	width:100%;
	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;
}

.project-single .owl-nav,
.project-single .owl-dots{
	display:none;
}

.project-single .text{
	position:relative;
	margin-bottom:25px;
}

.project-single .text p{
	position:relative;
	color:#666666;
	font-size:14px;
	margin-bottom:20px;
}

.project-single .text p:last-child{
	margin-bottom:0px;
}

.list-style-one{
	position:relative;
	margin-bottom:20px;
}

.list-style-one li{
	position:relative;
	color:#666666;
	font-size:14px;
	padding-left:20px;
	margin-bottom:5px;
}

.list-style-one li::before{
	position:absolute;
	content:'\f105';
	left:0px;
	top:0px;
	font-size:14px;
	font-family: 'FontAwesome';
}

/*Shop Section*/

.shop-section{
	margin-bottom:50px;
}

.shop-section .items-sorting{
	position:relative;
	margin-bottom:20px; 
}

.shop-section .items-sorting .select-column{
	margin-bottom:20px;
	margin-top: -15px;
}

.shop-section .items-sorting .results-column h4{
	font-size:14px;
	font-weight:400;
	color:#666666;
	line-height:24px;
	padding:0px 0px;
}

.shop-section .items-sorting .form-group{
	margin-bottom:0px;  
}

.shop-section .items-sorting select{
	position:relative;
	display:block;
	width:100%;
	line-height:24px;
	padding:9px 15px 9px;
	height:46px;
	font-size:14px;
	border:1px solid #e0e0e0;
	cursor:pointer;
	-moz-appearance:none;
	-webkit-appearance:none;
	-ms-appearance:none;
	-o-appearance:none;
	background:url(images/icons/icon-select.png) right center no-repeat;
	color:#999999;
	transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;   
}

.shop-section .items-sorting select option{
	text-indent:15px;   
}

.shop-item{
	position:relative;
	margin-bottom:65px;
}

.shop-item .inner-box{
	position:relative;
}

.shop-item .inner-box .image-box{
	position:relative;
	background-color:#f5f5f5;
}

.shop-item .inner-box .image-box .overlay-box{
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	display:block;
	opacity:0;
	background-color:rgba(15,15,16,0.67);
	transition:all 0.9s ease;
	-moz-transition:all 0.9s ease;
	-webkit-transition:all 0.9s ease;
	-ms-transition:all 0.9s ease;
	-o-transition:all 0.9s ease;
}

.shop-item .inner-box .image-box .overlay-box .content{
	position:absolute;
	left:0px;
	bottom:0px;
	width:100%;
	text-align:center;
}

.shop-item .inner-box .image-box .overlay-box .content .item-options{
	position:relative;
}

.shop-item .inner-box .image-box .overlay-box .content .item-options .option-btn{
	position:relative;
	width:49.9%;
	float:left;
	color:#ffffff;
	font-size:14px;
	padding:16px 0px;
	background-color:#0f0f10;
	font-family: 'Roboto', sans-serif;
}

.shop-item .inner-box .image-box .overlay-box .content .item-options .option-btn span{
	margin-right:4px;
}

.shop-item .option-btn.cart-btn{
	background-color:#f8b332 !important;
}

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

.shop-item .inner-box .sale-box{
	position:absolute;
	left:20px;
	top:20px;
	z-index:1;
	width:48px;
	height:48px;
	color:#ffffff;
	font-size:14px;
	font-weight:700;
	border-radius:50%;
	text-align:center;
	line-height:48px;
	text-transform:capitalize;
	background-color:#f8b332;
}

.shop-item .inner-box .lower-box{
	position:relative;
	text-align:center;
	padding-top:35px;
}

.shop-item .inner-box .lower-box h3{
	position:relative;
	font-weight:700;
	font-size:18px;
	text-transform:capitalize;
}

.shop-item .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;
}

.shop-item .inner-box .lower-box h3 a:hover{
	color:#f8b332;
}

.shop-item .inner-box .lower-box .price-box{
	position:relative;
	margin-top:5px;
}

.shop-item .inner-box .lower-box .price-box li{
	position:relative;
	display:inline-block;
	margin:0px 4px;
	color:#f8b332;
	font-size:15px;
	font-weight:700;
}

.shop-item .inner-box .lower-box .price-box li.strike-through{
	color:#d2d2d2;
}

.shop-item .inner-box:hover .image-box .overlay-box{
	opacity:1;
}

/*** 

====================================================================
Products Details style
====================================================================

***/

.shop-single{
	position:relative;
	padding:120px 0px 100px;    
}

.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{
	background:#ededed;
}

.product-details .info-column{
	position:relative;
}

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

.product-details .basic-details .details-header{
	position:relative;
	margin-bottom:12px; 
}

.product-details .basic-details .details-header h4,
.product-details .basic-details .details-header h1{
	font-size:26px;
	font-weight:700;
	margin:0px 0px;
	line-height:1.4em;
	color:#333333;
	margin-bottom:15px;
}

.product-details .basic-details .details-header h4 a{
	color:#333333;  
}

.product-details .basic-details .details-header .rating{
	font-size:16px;
	color:#333333;
	margin-bottom:18px;
}

.product-details .basic-details .details-header .rating .fa{
	display:inline-block;
	margin-right:2px;   
}

.product-details .basic-details .details-header .rating .txt{
	font-size:14px;
	padding-left:10px;
	color:#333333;  
}

.product-details .basic-details .details-header .item-price{
	font-size:18px;
	font-weight:400;
	color:#333333;
	line-height:24px;
	letter-spacing:1px;
}

.product-details .basic-details .text{
	margin-bottom:18px;
	line-height:2em;
	font-size:14px;
	color:#666666;
}

.product-details .basic-details .text p{
	margin-bottom:15px; 
}

.product-details .basic-details .item-categories{
	margin:5px 0px 15px;
	font-size:15px;
	font-weight:500;
	color:#333333;
	padding-bottom:20px;
	border-bottom:1px solid #e0e0e0;
}

.product-details .basic-details .item-categories a{
	position:relative;
	color:#666666;
	font-size:14px;
	text-transform:capitalize;  
}

.product-details .basic-details .availablity strong{
	font-size:14px;
	letter-spacing:2px;
	color:#fa6f1c;
	font-weight:600;
	text-transform:uppercase;
}

.quantity-spinner{
	position:relative;
	display:block;
	width:132px;
}

.product-details .quantity-spinner{
	margin-bottom:20px;
	float:left;
	margin-right:20px;  
}

.quantity-spinner input{
	position:relative;
	display:block;
	width:45px;
	line-height:24px;
	padding:9px 10px;
	margin:0px 44px;
	font-weight:500;
	height:42px;
	border:1px solid #e0e0e0;
	text-align:center;
	border-radius:2px;
}

.quantity-spinner .minus{
	position:absolute;
	left:0px;
	top:0px;
	width:45px;
	height:42px;
	line-height:22px;
	padding:10px 10px;
	text-align:center;
	background:#ffffff;
	font-weight:400;
	color:#555555;
	font-size:16px;
	border:1px solid #e0e0e0;
	z-index:1;
}

.quantity-spinner .plus{
	position:absolute;
	right:0px;
	top:0px;
	width:45px;
	height:42px;
	line-height:22px;
	padding:10px 10px;
	text-align:center;
	font-weight:400;
	background:#ffffff;
	color:#555555;
	font-size:16px;
	border:1px solid #e0e0e0;
	z-index:1;  
}

.product-details .social-box{
	position:relative;
}

.product-details .social-box .text{
	position:relative;
	color:#333333;
	font-size:15px;
	font-weight:500;
	display:inline-block;
}

.product-details .social-links-one{
	position:relative;
	display:inline-block;
}

/*** 

====================================================================
Product Tabs Style
====================================================================

***/


.product-info-tabs{
	position:relative;
	margin-bottom:0px;
}

.prod-tabs{
	position:relative;
}

.prod-tabs .tab-btns{
	position:relative;
	top:1px;
	z-index:1;
	border-bottom:1px solid #e0e0e0;
}

.prod-tabs .tab-btns .tab-btn{
	position:relative;
	float:left;
	font-size:14px;
	color:#333333;
	cursor:pointer;
	font-weight:600;
	padding:10px 22px;
	line-height:24px;
	border-bottom:0px;
	top:2px;
	text-transform:uppercase;
	border:1px solid transparent;
}

.prod-tabs .tab-btns .tab-btn.active-btn{
	background:#ffffff;
	border:1px solid #e0e0e0;
	border-bottom:0px;
}

.prod-tabs .tabs-container{
	position:relative;
}

.prod-tabs .tabs-container .tab{
	position:relative;
	padding:30px 0px;
	display:none;
}

.prod-tabs .tabs-container .tab.active-tab{
	display:block;  
}

.prod-tabs .tabs-container .tab p,
.prod-tabs .tabs-container .tab h2,
.prod-tabs .tabs-container .tab h3,
.prod-tabs .tabs-container .tab h4,
.prod-tabs .tabs-container .tab h5,
.prod-tabs .tabs-container .tab h6{
	margin-bottom:15px; 
}

.prod-tabs .tabs-container .tab h3{
	font-size:16px;
	font-weight:500;
	text-transform:uppercase;
	color:#222222;
	margin-bottom:15px;
}

.prod-tabs .tabs-container .tab h4{
	font-size:14px;
	font-weight:500;
	text-transform:uppercase;
	color:#222222;
	margin-bottom:15px;
}

.prod-tabs .reviews-container{
	position:relative;  
}

.prod-tabs .reviews-container .review-box{
	position:relative;
	margin-bottom:30px;
	padding-left:100px;
	min-height:100px;
}

.prod-tabs .reviews-container .rev-thumb{
	position:absolute;
	left:0px;
	top:0px;
	width:82px;
	height:82px;
	margin-bottom:20px;
	border:1px solid #e0e0e0;
	background:#ffffff;
	border-radius:3px;
}

.prod-tabs .reviews-container .rev-thumb img{
	display:block;
	width:80px;
	height:80px;
	border-radius:3px;  
}

.prod-tabs .reviews-container .rev-content{
	position:relative;
	padding:15px;
	border:1px solid #e0e0e0;
	background:#ffffff; 
}

.prod-tabs .reviews-container .rating{
	color:#ff9c01;
	font-size:13px;
}

.prod-tabs .reviews-container .rating .fa{
	margin-right:1px;   
}

.prod-tabs .reviews-container .rev-info{
	font-size:12px;
	letter-spacing:1px;
	margin-bottom:10px;
}

.prod-tabs .reviews-container .rev-text{
	font-size:14px;
}

.prod-tabs .add-review{
	position:relative;
	margin:30px 0px 20px;
	font-size:14px;
}

.prod-tabs .add-review .rating{
	position:relative;
	padding-top:8px;    
}

.prod-tabs .add-review .rating .rate-box{
	position:relative;
	display:inline-block;
	margin-right:10px;
	font-size:14px;
	color:#555555;  
}

.prod-tabs .add-review .rating .rate-box:hover,
.prod-tabs .add-review .rating .rate-box:focus,
.prod-tabs .add-review .rating .rate-box:active{
	color:#f8b332;  
}

.prod-tabs .add-review label{
	position:relative;
	display:block;
	font-size:14px;
	margin-bottom:5px;
	font-weight:400;
	color:#303030;  
}

.prod-tabs .add-review h3{
	margin-bottom:20px; 
}

.prod-tabs .add-review .form-group{
	position:relative;
	margin-bottom:20px; 
}

.prod-tabs .add-review .form-group input[type="text"],
.prod-tabs .add-review .form-group input[type="password"],
.prod-tabs .add-review .form-group input[type="tel"],
.prod-tabs .add-review .form-group input[type="email"],
.prod-tabs .add-review .form-group select{
	position:relative;
	display:block;
	width:100%;
	line-height:22px;
	padding:9px 15px;
	color:#222222;
	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;
}

.prod-tabs .add-review .form-group textarea{
	position:relative;
	display:block;
	width:100%;
	line-height:22px;
	padding:8px 15px;
	color:#222222;
	border:1px solid #e0e0e0;
	height:150px;
	resize:none;
	transition:all 300ms ease;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
}

.prod-tabs .add-review button{
	padding:8px 35px;
}

.related-posts{
	position:relative;
}

.related-posts h2{
	position:relative;
	color:#333333;
	font-size:26px;
	font-weight:700;
	text-align:center;
	padding-bottom:10px;
	margin-bottom:65px;
	text-transform:uppercase;
}

.related-posts h2::after{
	position:absolute;
	content:'';
	left:50%;
	height:2px;
	width:40px;
	bottom:0px;
	margin-left:-22px;
	background-color:#f8b332;
}

/*** 

====================================================================
Map Canvas
====================================================================

***/

.map-canvas{
	position:relative;
	left:0px;
	top:0px;
	width:100%;
	height:660px;
}

.map-canvas .map-data{
	text-align:center;
	font-size:13px;
	font-weight:400;
}

.map-canvas .map-data h6{
	text-transform:uppercase;
	font-size:16px;
	font-weight:600;
	text-align:center;
	margin-bottom:5px;
	color:#181818;  
}

.map-canvas .map-data .map-content{
	line-height:20px;
}

.form-section{
	position:relative;
	margin-top:-94px;
	margin-bottom:120px;
}

.form-section .form-inner{
	position:relative;
	padding:40px 30px 0px;
	background-color:#ffffff;
	border:1px solid #e0e0e0;
}

.form-section .form-inner h3{
	position:relative;
	color:#333333;
	font-size:18px;
	margin-bottom:15px;
	margin-left:5px;
	text-transform:uppercase;
}

.form-section .form-inner .default-form{
	position:relative;
	padding-bottom:15px;
	margin-bottom:25px;
	border-bottom:1px solid #e0e0e0;
}

.form-section .form-inner .default-form .form-group{
	margin-bottom:10px;
}

.contact-info-box{
	position:relative;
}

.contact-info-box .column{
	position:relative;
	margin-bottom:30px;
}

.contact-info-box .column:last-child{
	margin-bottom:0px;
}

.contact-info-box .column h4{
	position:relative;
	color:#333333;
	font-size:16px;
	margin-bottom:10px;
	text-transform:uppercase;
}

.contact-info-box .column .text{
	position:relative;
	color:#666666;
	font-size:14px;
}

.news-detail-section{
	position:relative;
	margin-bottom:30px;
}

.news-detail-section .news-block-three{
	position:relative;
	padding-bottom:40px;
	margin-bottom:40px;
	border-bottom:1px solid #e5e5e5;
}

.sidebar-page-container .author-box{
	position:relative;
	margin:0px 0px 40px;
	border-bottom:1px solid #e9e9e9;
}

.sidebar-page-container .author-box .inner{
	position:relative;
	padding-left:170px;
	min-height:180px;   
}

.sidebar-page-container .author-box .image{
	position:absolute;
	left:0px;
	top:0px;
	width:130px;
	margin-bottom:20px;
}

.sidebar-page-container .author-box .image img{
	display:block;
	width:100%;
	height:auto;
}

.sidebar-page-container .author-box h3{
	font-size:18px;
	font-weight:600;
	color:#121212;
	display:block;
	line-height:30px;
	text-transform:uppercase;
	padding:0px 0px 10px;
}

.sidebar-page-container .author-box .text{
	font-size:15px;
	margin-bottom:20px;
	color:#555555;
}

/*** 

====================================================================
Comments Area
====================================================================

***/

.sidebar-page-container .comments-area{
	position:relative;
	margin-bottom:50px; 
}

.sidebar-page-container .group-title{
	position:relative;
	margin-bottom:30px;
}

.sidebar-page-container .group-title h2{
	font-size:24px;
	text-transform:uppercase;
	color:#121212;
	font-weight:700;
}

.sidebar-page-container .comments-area .comment-box{
	position:relative;
	padding:0px 0px 25px;
	border-bottom:1px solid #e0e0e0;
	margin-bottom:25px;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
}

.sidebar-page-container .comments-area .comment-box:nth-child(1){
	padding-top:0px;    
}

.sidebar-page-container .comments-area .comment-box:hover{
	border-color:#222222;   
}

.sidebar-page-container .comments-area .comment{
	position:relative;
	padding:0px 0px 0px 90px;
	font-size:14px;
}

.sidebar-page-container .comments-area .reply-comment{
	padding-left:90px;  
}

.sidebar-page-container .comments-area .comment-box .author-thumb{
	position:absolute;
	left:0px;
	top:0px;
	width:72px;
	margin-bottom:20px;
}

.sidebar-page-container .comments-area .comment-box .author-thumb img{
	width:100%;
	display:block;
}

.sidebar-page-container .comments-area .comment-info{
	margin-bottom:10px;
	color:#3e5773;
	line-height:24px;
	font-size:13px; 
}

.sidebar-page-container .comments-area .comment-box strong{
	font-size:16px;
	font-weight:600;
	color:#121212;
	display:block;
	line-height:30px;
	text-transform:uppercase;
	font-family: 'Hind', sans-serif;
}

.sidebar-page-container .comments-area .comment-box .text{
	margin-bottom:20px; 
}

.sidebar-page-container .comments-area .comment-info .comment-time{
	font-size:14px;
	color:#666666;
	font-family:'Roboto',sans-serif;
}

.sidebar-page-container .comments-area .comment-box .theme-btn{
	padding:5px 15px;
	font-size:12px;
	color:#ffffff;
	border:1px  solid #fbca00;
	text-transform:uppercase;
	letter-spacing:1px;
}

.sidebar-page-container .comments-area .comment-box .theme-btn:hover{
	color:#121212;
}

/*** 

====================================================================
Comment Form
====================================================================

***/

.comment-form .form-group{
	position:relative;
	margin:0 0 20px;    
}

.comment-form .form-group .field-label{
	position:relative;
	display:block;
	font-size:13px;
	margin-bottom:7px;
	color:#3e5773;  
}

.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:24px;
	padding:10px 20px;
	color:#222222;
	border:1px solid #d0d0d0;
	height:46px;
	font-size:14px;
	background:#ffffff;
	border-radius:2px;
	-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:#f8b332;
}

.comment-form .form-group textarea{
	position:relative;
	display:block;
	width:100%;
	line-height:24px;
	padding:10px 20px;
	color:#222222;
	border:1px solid #d0d0d0;
	height:180px;
	background:#ffffff;
	resize:none;
	font-size:14px;
	border-radius:2px;
	-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{
	position:relative;
	padding:11px 30px;
	color:#ffffff;
	text-transform:uppercase;
}

.comment-form button:hover{
	color:#121212;
}

.canvasjs-chart-credit{
	display:none;   
}
.navbar-header{
	display: none;
}
.stick-menu {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.stick-menu .logo {}

.stick-menu .logo a {}

.stick-menu .logo a img {
	height: 50px;
}
.nav-outer-row {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.GQ-outer-box{
	display: flex;
	justify-items: center;
	justify-content: space-between;
}
ul.GQ-slide {
	margin: 0 !important;
	width: 100%;
	height: 580px;
	position: relative;
	overflow: hidden;
}

ul.GQ-slide li.GQ-sItem {
	width: 100% !important;
	height: 582px;
	position: absolute !important;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	left: 0 !important;
	top: 0 !important;
}

ul.GQ-slide li.GQ-sItem figure.image {
	width: 100%;
	height: 100%;
	display: flex !important;
	justify-content: center;
	align-items: center;
}

ul.GQ-slide li.GQ-sItem figure.image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	position: relative;
	margin: auto;
}

ul.GQ-slide .slick-track {
	position: relative;
	width: 100% !important;
	height: 100%;
}

ul.GQ-slide .slick-list {
	width: 100%;
	height: 100%;
}

ul.GQ-slide button.slick-arrow {
	position: absolute;
	left: 40px !important;
	right: auto !important;
	opacity: 1;
	z-index: 100;
	width: 42px;
	height: 42px;
	line-height: 38px;
	text-align: center;
	border: 2px solid #ffffff;
	color: #ffffff;
	font-size: 0;
	border-radius: 50%;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	transition: all 300ms ease;
	display: flex;
	justify-content: center;
	align-items: center;
	top: 0;
	bottom: 0;
	margin: auto;
	transform: unset;
}

ul.GQ-slide button.slick-arrow::before {
	content: "";
	font-size: 12px;
	font-family: 'FontAwesome';
	opacity: 1;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	transition: all 300ms ease;
}

ul.GQ-slide button.slick-arrow.slick-prev {top: -50px;}

ul.GQ-slide button.slick-arrow.slick-next {
	bottom: -50px;
}

ul.GQ-slide button.slick-arrow.slick-prev::before {
	content: "\f060";
}

ul.GQ-slide button.slick-arrow.slick-next::before {
	content: "\f061";
}

ul.GQ-slide button.slick-arrow:hover {
	background: #ffffff;
}

ul.GQ-slide button.slick-arrow:hover::before {
	color: #3c55a5;
}

ul.GQ-slide ul.slick-dots {
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	right: 50px;
	left: auto;
	width: fit-content;
	height: fit-content;
	display: flex;
	flex-direction: column;
	padding: 0;
}

ul.GQ-slide ul.slick-dots li {
	margin: 5px 0;
	width: 10px;
	height: 10px;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 50%;
	border: 2px solid #ffffff;
}

ul.GQ-slide ul.slick-dots li button {
	display: none;
}

ul.GQ-slide ul.slick-dots li:first-child {
	margin-top: 0;
}

ul.GQ-slide ul.slick-dots li:last-child {
	margin-bottom: 0;
}

ul.GQ-slide ul.slick-dots li.slick-active {
	background: #ffffff;
}

/* client slider */
.client-slide {}

.client-slide li.slide-item {
	padding: 0 15px;
}

.client-slide li.slide-item figure.image-box {
	height: 120px;
	margin: 0;
/* 	border-radius: 5px; */
	overflow: hidden;
/* 	background: #ffffff; */
/* 	padding: 15px; */
/* 	box-shadow: inset 0px 0px 15px 1px rgb(0 0 0 / 25%); */
}

.client-slide li.slide-item figure.image-box a {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
}

.client-slide li.slide-item figure.image-box a img {
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 100%;
	opacity: 1;
}
.client-slide button.slick-arrow {
	z-index: 1;
	opacity: 1;
	height: 30px;
	transform: unset;
	top: 0;
	bottom: 0;
	margin: auto;
	width: fit-content;
}

.client-slide button.slick-arrow::before {
	content: "";
	font-size: 30px;
	line-height: normal;
	z-index: 1;
	opacity: 1;
	height: 30px;
	top: -5px;
	text-shadow: 0 1px 2px rgba(0,0,0,.6);
	-webkit-tap-highlight-color: transparent;
	color: #6c98e1;
}

.client-slide button.slick-prev {
	left: 0;
}

.client-slide button.slick-next {
	right: 0;
}

.client-slide button.slick-prev::before {
	content: '\2039';
	position: relative;
}

.client-slide button.slick-next::before {
	content: '\203a';
	position: relative;
}
/* end client slider */
/* Clientele page style */
ul.KSS_Clientele {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
}

ul.KSS_Clientele li.Item-kSS-Clientele {
    width: 25%;
    padding: 10px;
}

ul.KSS_Clientele li.Item-kSS-Clientele a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    overflow: hidden;
    padding: 10px;
    border: 1px solid rgb(0 0 0 / 12%);
    height: 140px;
    border-radius: 8px;
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.10);
    background: white;
}

ul.KSS_Clientele li.Item-kSS-Clientele a img {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
}
/* End Clientele page style */

/* Home Main Slider */
section.main-banner-slide-sec {overflow: hidden;}

.homeSlider {
	height: 420px;
	overflow: hidden;
}

.homeSlider .HS-Item {
	height: 420px;
	background: #002e5b;
}

.homeSlider .HS-Item .inHS-Item {
	width: 100%;
	height: 100%;
	position: relative;
}
.homeSlider .HS-Item .inHS-Item::before {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: url(/wp-content/uploads/2023/12/gridtile.png);
}
.homeSlider .HS-Item .inHS-Item::after{
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: rgba(0,0,0,0.45);
}
.homeSlider .HS-Item .inHS-Item img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center center;
}
.homeSlider .HS-Item .inHS-Item .gall {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
}

.homeSlider .HS-Item .inHS-Item .gall .gs {
	width: 33.333333%;
	height: 100%;
}
.homeSlider button.slick-arrow {
	cursor: pointer;
	background: rgba(0,0,0,0.5);
	width: 40px;
	height: 40px;
	position: absolute;
	z-index: 100;
	border-radius: 50%;
	top: 0;
	bottom: 0;
	margin: auto;
	transform: unset;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 0;
}

.homeSlider button.slick-prev {
	left: 20px;
}

.homeSlider button.slick-next {
	right: 20px;
}

.homeSlider button.slick-arrow::before {
	content: "";
	font-family: 'FontAwesome';
	opacity: 1;
	font-weight: 400;
	font-size: 16px;
}

.homeSlider button.slick-prev::before {
	content: "\f053";
}

.homeSlider button.slick-next::before {
	content: "\f054";
}
.homeSlider .HS-Item .inHS-Item .caps {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 1;
    display: flex;
    justify-content: center;
    align-items: center;
}

.homeSlider .HS-Item .inHS-Item .caps .caps-content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.homeSlider .HS-Item .inHS-Item .caps .caps-content.items-center {
    align-items: center;
    text-align: center;
}

.homeSlider .HS-Item .inHS-Item .caps .caps-content strong.well {
	color: #ffffff;
    text-transform: uppercase;
    transition: none 0s ease 0s;
    text-align: inherit;
    line-height: normal;
    border-width: 0px;
    margin: 0px 0 20px;
    padding: 0px;
    letter-spacing: 0px;
    font-weight: 700;
    font-size: 16px;
    font-family: 'Hind', sans-serif;
}

.homeSlider .HS-Item .inHS-Item .caps .caps-content .slideHeading {
    transition: none 0s ease 0s;
    text-align: inherit;
    line-height: 57px;
    border-width: 0px;
    margin: 0px;
    padding: 0px;
    letter-spacing: 0px;
    font-weight: 700;
    font-size: 48px;
    text-transform: uppercase;
    font-family: 'Hind', sans-serif;
    color: #ffffff;
}

.homeSlider .HS-Item .inHS-Item .caps .caps-content .slideHeading span.yellow-text {
    color: #f8b332;
}

.homeSlider .HS-Item .inHS-Item .caps .caps-content p {
    transition: none 0s ease 0s;
    line-height: 32px;
    border-width: 0px;
    margin: 0px 0 20px;
    padding: 0px;
    letter-spacing: 0px;
    font-size: 18px;
    color: #ffffff;
    font-weight: 500;
}
/* page banner heading in 2 color */
#banner-title::after {
	content: "";
	display: inline;
	color: yellow; /* Set the color for the last word */
}

/* QR Code */
.QR-code-box {}

ul.QR-list {
	display: flex;
}

ul.QR-list li {
	margin: 0 7px;
	position: relative;
}
ul.QR-list li::after{
	content: "";
	position: absolute;
	height: 100%;
	width: 2px;
	background: rgb(48 53 93 / 30%);
	right: -8px;
	top: 0;
	bottom: 0;
	margin: auto;
	border-radius: 5px;
}
ul.QR-list li:last-child::after{
	content: none;
}
ul.QR-list li .qr {
	height: 80px;
	overflow: hidden;
	display: flex;
	justify-content: center;
	align-items: center;
}

ul.QR-list li .qr img {
	height: auto;
	width: auto;
	max-height: 100%;
	max-width: 100%;
}

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

ul.QR-list li:last-child {
	margin-right: 0;
}

/* Blog page and single post style */
section.latest-posts-section {
	position: relative;
	overflow: hidden;
	padding: 40px 0
}

.latest-post-box {
	margin-bottom: 2rem;
	padding: 0 20px
}

.catPosts,
.catepostThumbstyle-row .cptBox,
.faqArea,
.highlighter,
.postThumbs,
.sidebar-widgets,
.single-page-title,
ul.post-side-list li.item {
	margin-bottom: 30px
}

.catTitleLink {
	margin-bottom: 20px;
	width: fit-content;
	display: flex;
}
.catTitleLink a {
	text-decoration: none;
	display: inline-flex;
	font-size: 26px;
	color: #000;
	font-weight: 600;
	line-height: 20px;
	border-bottom: 2px solid #30355d;
	padding-bottom: 2px;
	position: relative;
	align-items: self-end;
}
.catTitleLink a::after {
	content: "";
	width: 20px;
	height: 5px;
	background: #f8b332;
	position: relative;
	margin-left: 10px;
	top: 4px;
}

.latest-post-row {
	margin: 0 -20px
}
.latest-post-box {
	margin-bottom: 2rem;
	padding: 0 20px;
}
.latest-post-box article.in-latest-post-box {
	position: relative;
	padding: 0;
}
.ds-entry-list .ds-entry-list__item article.in-ds-artical a.link, 
.latest-post-box article.in-latest-post-box a.entry-permalink {
	position: absolute;
	z-index: 2;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	display: block;
}
.latest-post-box article.in-latest-post-box header.entry-header {
	position: relative;
	margin-bottom: 25px;
	height: unset;
	display: block;
	padding: 0;
	overflow: hidden;
}
.latest-post-box article.in-latest-post-box header.entry-header .img-thumbnail {
	background-color: transparent;
	background-size: cover;
	margin: 0;
	border-radius: 2px;
	overflow: hidden;
	background-repeat: no-repeat;
	background-position: center center;
	position: relative;
	transition: .5s;
}
.catepostThumbstyle-row .cptBox:hover a .in-cptBox, 
.latest-post-box article.in-latest-post-box:hover header.entry-header .img-thumbnail, 
ul.countries_list li.items .in-items a:hover .flage img {
	transform: scale(1.1);
}
.ds-entry-list .ds-entry-list__item article.in-ds-artical .ds-artical-thumb::after, 
.latest-post-box article.in-latest-post-box header.entry-header .img-thumbnail::after {
	content: "";
	display: block;
	-webkit-transition: opacity .2s linear;
	transition: opacity .2s linear;
	background-color: #262626;
	background-repeat: no-repeat;
	background-position: center center;
	padding-top: 64%;
	opacity: 0;
}
.latest-post-box article.in-latest-post-box .entry-main h3.entry-title {
	line-height: normal;
	font-size: 18px;
	color: #262626;
	margin: 0;
}
.latest-post-box article.in-latest-post-box .entry-main h3.entry-title a {
	color: #262626;
	text-decoration: none;
}

section.master_page {
	padding-top: 40px;
	padding-bottom: 40px;
}
.spp-col-big {
	width: 940px;
	margin: auto;
}
.breadcrumb-bar, .contactForm .form-group {
	margin-bottom: 15px;
}
.breadcrumb-bar ul.breadcrumbs {
	display: flex;
	color: #6c757d;
	font-size: 12px;
	padding: 0;
	margin: 0;
}
.breadcrumb-bar ul.breadcrumbs li {
	margin: 0 10px;
	line-height: normal;
	list-style: none;
	padding: 0;
	font-size: 13px;
	position: relative;
}
.breadcrumb-bar ul.breadcrumbs li a {
	color: #29166f;
	color: #f8b332;
	text-decoration: none;
	font-weight: 700;
	font-size: 14px;
}
.breadcrumb-bar ul.breadcrumbs li strong {
	color: #000;
	font-weight: 700;
	font-size: 12px;
}
.single-page-title h1.title {
	font-size: 34px;
	margin-bottom: 15px;
	line-height: 1.28571429;
	color: #262626;
}
ul.postAuth {
	display: flex;
	line-height: normal;
	list-style: none;
	padding: 0 0 15px;
	margin: 0 0 20px;
	justify-content: flex-start;
	align-items: center;
	border-bottom: 1px solid rgba(0,0,0,.15);
}
ul.postAuth li {
	margin: 0 15px;
	color: #000;
	position: relative;
	font-size: 16px;
}
ul.postAuth li:first-child{
	margin-left: 0;
}
ul.postAuth li:last-child{
	margin-right: 0;
}
ul.postAuth li.auth-in .avtar {
	margin-right: 7px;
	border-radius: 50%;
	overflow: hidden;
	box-shadow: 0 0 10px 0 rgb(0 0 0 / 15%);
	width: 40px;
	height: 40px;
	display: flex;
	justify-content: center;
	align-items: center;
}
ul.postAuth li.auth-in .avtar img {
	width: 40px;
	height: 40px;
}
ul.postAuth li span {
	color: #000;
	font-size: 16px;
}
ul.postAuth li.auth-in {
	display: flex;
	justify-content: center;
	align-items: center;
}
ul.postAuth li, ul.postAuth li.auth-in span {
	font-size: 16px;
}
ul.postAuth li.auth-in span a {
	color: #01c2fd;
	color: #f8b332;
}
.postThumbs {
	overflow: hidden;
}
.postThumbs img {
	width: 100%;
	height: auto;
	object-fit: cover;
}
.toc {
	background: #c1c1c1;
	border: 1px solid #c5c4c4;
	width: 100%;
	margin-bottom: 30px;
	padding: 10px;
	border-radius: 5px;
}
.toc button {
	display: flex;
	width: 100%;
	border: none;
	line-height: normal;
	/* height: 40px; */
	justify-content: space-between;
	align-items: center;
	font-size: 20px;
	font-weight: 700;
	color: #000;
	letter-spacing: 1px;
	padding: 5px 10px 5px 15px;
	border-radius: 5px;
	box-shadow: 0px 0px 1px 0px rgba(0,0,0,0.10);
	border: 1px solid rgba(0,0,0,0.1);
}
.toc button span.toc-btext {
	line-height: 20px;
}
.toc button span.ez-toc-icon-toggle-span {
	width: 35px;
	height: 35px;
	background: #1c6298;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0;
	margin-left: auto;
	border-radius: 3px;
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.10);
}
.toc button span.ez-toc-icon-toggle-span svg {}
.toc .toc-list-content {
	max-height: 0;
	overflow: hidden;
	transition: max-height 0.3s ease;
	display: none;
	margin-top: 15px;
	background: #fff;
	padding: 10px 10px 10px 0px;
	border-radius: 5px;
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.05);
}

.toc .toc-list-content.show {
	max-height: 1000px; /* Adjust this value as needed */
	display: block;
}
.toc {
	background: #c1c1c;
	border: 1px solid #c5c4c4;
	width: 100%;
	margin-bottom: 30px;
	padding: 10px;
	border-radius: 5px;
}

.toc button {
	display: flex;
	width: 100%;
	border: none;
	line-height: normal;
	/* height: 40px; */
	justify-content: space-between;
	align-items: center;
	font-size: 20px;
	font-weight: 700;
	color: #000;
	letter-spacing: 1px;
	padding: 5px 10px 5px 15px;
	border-radius: 5px;
	box-shadow: 0px 0px 1px 0px rgba(0,0,0,0.10);
	border: 1px solid rgba(0,0,0,0.1);
}

.toc button span.toc-btext {
	line-height: 20px;
}

.toc button span.ez-toc-icon-toggle-span {
	width: 35px;
	height: 35px;
	background: #1c6298;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0;
	margin-left: auto;
	border-radius: 3px;
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.10);
}

.toc button span.ez-toc-icon-toggle-span svg {}

.toc button span.ez-toc-icon-toggle-span svg path {
	fill: #ffffff;
}

.toc .toc-list-content ol {
	margin: 0;
	line-height: normal;
	display: flex;
	flex-direction: column;
}

.toc .toc-list-content ol li {
	margin-bottom: 0;
	line-height: 2.4em;
	font-weight: 700;
	color: #333333;
	border-bottom: 1px solid rgba(0,0,0,0.1);
	transition: .4s ease-in-out;
	font-size: 16px;
}

.toc .toc-list-content ol li:last-child {
	margin-bottom: 0;
	border-bottom: 0;
}

.toc .toc-list-content ol li a {
	color: #333333;
	text-decoration: none;
	transition: .4s ease-in-out;
}
.toc .toc-list-content ol li:hover,
.toc .toc-list-content ol li:hover a {
	color: #00c7fd;
}
.toc .toc-list-content ol li ol {}

.toc .toc-list-content ol li ol li {
	font-size: 15px;
}

.toc .toc-list-content ol li ol li a {
	font-weight: 500;
	color: #333333 !important;
}

.toc .toc-list-content ol li ol li:hover, .toc .toc-list-content ol li ol li:hover a {
	color: #00c7fd !important;
}
.single-post-content .in-single-post-content p {
	color: #333;
	margin: 10px 0 20px;
	display: block;
	font-size: 18px;
}



.single-post-content .in-single-post-content h2 {
	font-size: 30px;
}
.single-post-content .in-single-post-content h3 {
	font-size: 26px;
}
.single-post-content .in-single-post-content h2, 
.single-post-content .in-single-post-content h3, 
.single-post-content .in-single-post-content h4, 
.single-post-content .in-single-post-content h5 {
	margin: 35px 0 15px;
	line-height: 1.42;
	color: #262626;
}


/* request a callback */
.request-a-callback {
	padding: 70px 0;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

.rac-row {
	align-items: center;
}

.line-h2 {
	line-height: normal;
	display: flex;
	flex-direction: column;
	color: #25195b;
	font-weight: 700;
	margin-bottom: 20px;
	padding-bottom: 23px;
	position: relative;
}

.line-h2::after {
	content: "";
	width: 30px;
	height: 6px;
	background: #f8b332;
	position: absolute;
	bottom: -3px;
	border-radius: 5px;
}

.line-h2 span.subtitle {
	font-size: 16px;
	line-height: 34px;
	color: #777;
	font-weight: 400;
	line-height: normal;
	width: fit-content;
	margin-top: 10px;
}

.line-strong {
	font-size: 20px;
	font-weight: 700;
	margin-bottom: 23px;
	line-height: 28px;
	padding: 0px 0 23px;
	color: #000000;
	display: flex;
	position: relative;
}

.line-strong::after {
	content: "";
	width: 30px;
	height: 6px;
	background: #f8b332;
	position: absolute;
	bottom: -3px;
	border-radius: 5px;
}

.racb-row {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -20px;
}

.racb-row .racb-coll .form-group {
	width: 100%;
	margin: 0;
}

.racb-row .racb-coll {
	width: 50%;
	padding: 0 20px;
	margin-bottom: 40px;
}

.racb-row .racb-coll:last-child {
	width: 100%;
	margin: 0;
}

.racb-row .racb-coll .form-group p {
	margin: 0;
}

.racb-row .racb-coll .form-group .form-control {
	height: 50px;
	border-radius: 0;
	line-height: normal;
	padding: 15px;
	font-size: 16px;
	font-weight: 600;
	color: #000000;
	outline: none;
	box-shadow: none;
	background: #cacaca;
}

.racb-row .racb-coll .form-group .form-control::placeholder {
	color: #000000;
}

.racb-row .racb-coll .form-group .theme-btn {
	margin: 0;
}

.racb-row .racb-coll .form-group select.form-control {
	position: relative;
}

.racb-row .racb-coll .form-group select.form-control::after {
	content: "";
	position: absolute;
	right: 0;
}
.nav-outer-row .QR-code-box {
	display: none !important;
}

/* fire door style */
.line-heading2 {
	font-weight: 700;
	letter-spacing: -.04em;
	margin: 0 0 23px;
	color: #25195b;
	position: relative;
	line-height:28px;
	padding-bottom:15px;
}

.line-heading2::after {
	content: "";
	/* display: block; */
	width: 35px;
	height: 6px;
	background: #3f3d3d;
	border-radius: 3px;
	margin: 5px 0 0;
	position: absolute;
	content: '';
	left: 0px;
	bottom: 0px;
	width: 34px;
	height: 2px;
	background-color: #f8b332;
}

.simple-content p strong {
	color: #222;
}

.simple-content p {
	color: #222;
	text-align: justify;
}

.line-heading2.center-line::after {
	left: 0;
	right: 0;
	margin: 10px auto 0;
}

ul.dotted-list {
	margin: 0 0 20px;
	list-style: none;
}

ul.dotted-list li {
	position: relative;
	padding: 0 0 0 26px;
	margin: 0 0 14px;
	line-height: 18px;
	color: #222;
	border: none;
	font-size: 13px;
}

ul.dotted-list li::before {
	content: "\f04d";
	font: normal normal normal 14px/1 FontAwesome;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-transform: translate(0,0);
	transform: translate(0,0);
	position: absolute;
	left: 0;
	top: 8px;
	display: inline-block;
	vertical-align: top;
	font-size: 5px;
	color: #6c98e1;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

section.fd_section1 {
	padding-top: 90px;
	padding-bottom: 90px;
}
.Stiffened-Doors-Details-row {
	align-items: center;
	display: flex;
}

.Stiffened-Doors-Details-row h3.vc_custom_heading {
	margin-bottom: 40px;
}

.threeImg-row {
	display: flex;
	flex-wrap: wrap;
}

.threeImg-row .one {
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 20px;
}

.threeImg-row .two, .threeImg-row .three {
	width: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
}

.line-heading4 {
	margin: 0 0 23px;
	color: #222;
	position: relative;
}

.line-heading4::after {
	content:"";
	border-radius: 3px;
	margin: 5px 0 0;
	position: absolute;
	left: 0px;
	bottom: -6px;
	width: 34px;
	height: 2px;
	background-color: #f8b332;
}

.kss-blue-btn {}

.kss-blue-btn button.vc_general {
	font-size: 15px;
	padding-top: 14px;
	padding-bottom: 14px;
	padding-left: 25px;
	padding-right: 25px;
	border-radius: 3px;
	color: #fff !important;
	background-color: #5472d2 !important;
	box-shadow: 0 5px 0 #3253bc;
	border: none !important;
	font-weight: 700;
	line-height: 23px;
	min-height: 74px;
	text-decoration: none;
	position: relative;
	top: 0;
	transition: all .2s ease-in-out;
	word-wrap: break-word;
}

.kss-blue-btn button.vc_general:hover {
	top: 3px;
	box-shadow: 0 2px 0 #3253bc;
}
.Stiffened-Doors-Details-row {
	align-items: center;
	display: flex;
}

.Stiffened-Doors-Details-row h3.vc_custom_heading {
	margin-bottom: 40px;
}

.threeImg-row {
	display: flex;
	flex-wrap: wrap;
}

.threeImg-row .one {
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 20px;
}

.threeImg-row .two, .threeImg-row .three {
	width: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
}

.line-heading4 {
	margin: 0 0 23px;
	color: #222;
	position: relative;
}

.line-heading4::after {
	content:"";
	border-radius: 3px;
	margin: 5px 0 0;
	position: absolute;
	left: 0px;
	bottom: -6px;
	width: 34px;
	height: 2px;
	background-color: #f8b332;
}

.kss-blue-btn {}

.kss-blue-btn button.vc_general {
	font-size: 15px;
	padding-top: 14px;
	padding-bottom: 14px;
	padding-left: 25px;
	padding-right: 25px;
	border-radius: 3px;
	color: #fff !important;
	background-color: #5472d2 !important;
	box-shadow: 0 5px 0 #3253bc;
	border: none !important;
	font-weight: 700;
	line-height: 23px;
	min-height: 74px;
	text-decoration: none;
	position: relative;
	top: 0;
	transition: all .2s ease-in-out;
	word-wrap: break-word;
}

.kss-blue-btn button.vc_general:hover {
	top: 3px;
	box-shadow: 0 2px 0 #3253bc;
}

.pdf-row {
	margin-top: 40px;
	display: flex;
}

.pdf-Box {}

.pdf-Box .in-pdf-Box {
	height: 150px;
	background: #ffffff;
	overflow: hidden;
	border-radius: 0px 0px 5px 5px;
	/* border-top: 4px solid #25195b; */
}

.pdf-Box .in-pdf-Box a.pdf-url {
	display: flex;
	width: 100%;
	height: 100%;
	padding: 30px;
	position: relative;
	border-top: 4px solid #25195b;
}

.pdf-Box .in-pdf-Box a.pdf-url .media {
	display: flex;
	justify-items: center;
	align-items: flex-start;
}

.pdf-Box .in-pdf-Box a.pdf-url .media .iconB {
	font-size: 35px;
	margin-right: 35px;
	color: #777;
}

.pdf-Box .in-pdf-Box a.pdf-url .media .mBody {
	display: flex;
	flex-direction: column;
	/* position: relative; */
}

.pdf-Box .in-pdf-Box a.pdf-url .media .mBody .icon_bg {
	position: absolute;
	right: -7px;
	bottom: -12px;
	font-size: 120px;
	opacity: .2;
}

.pdf-Box .in-pdf-Box a.pdf-url .media .mBody .icon_bg i {
}

.pdf-Box .in-pdf-Box a.pdf-url .media .mBody h4 {
	font-weight: 700;
	z-index: 1;
	position: relative;
	line-height: 28px;
	padding: 0;
}

.pdf-Box .in-pdf-Box a.pdf-url::before {
	content: "";
	position: absolute;
	left: 0;
	top: -4px;
	height: 4px;
	background: #f8b332;
	width: 0;
	z-index: 999999;
	transition: all 0.3s ease-out;
}

.pdf-Box .in-pdf-Box a.pdf-url:hover::before {
	width: 100%;
}
.KSS-UL10C-Certificates {
	border: 1px solid rgb(0 0 0 / 5%);
	margin: 0!important;
}

.KSS-UL10C-Certificates .Item-KSS-UL10C-Certificates {}

.KSS-UL10C-Certificates .Item-KSS-UL10C-Certificates a {
	display: flex;
	width: 100%;
	height: 100%;
	justify-content: center;
	align-items: center;
}

.KSS-UL10C-Certificates .Item-KSS-UL10C-Certificates a img {width: 100%;}

.KSS-UL10C-Certificates button.slick-arrow {
	z-index: 1;
	opacity: 1;
	height: 30px;
	transform: unset;
	top: 0;
	bottom: 0;
	margin: auto;
	width: fit-content;
}

.KSS-UL10C-Certificates button.slick-arrow::before {
	content: "";
	font-size: 30px;
	/* background: yellow; */
	line-height: normal;
	z-index: 1;
	opacity: 1;
	color: red;
	height: 30px;
	top: -5px;
	text-shadow: 0 1px 2px rgba(0,0,0,.6);
	-webkit-tap-highlight-color: transparent;
	color: #6c98e1;
}

.KSS-UL10C-Certificates button.slick-prev {
	left: 0;
}

.KSS-UL10C-Certificates button.slick-next {
	right: 0;
}

.KSS-UL10C-Certificates button.slick-prev::before {
	content: '\2039';
	position: relative;
}

.KSS-UL10C-Certificates button.slick-next::before {
	content: '\203a';
	position: relative;
}

table {
    margin: 0 0 40px;
    border: 1px solid #e6e6e6;
    border-spacing: 0px !important;
    border-collapse: collapse !important;
}

table tr {
    border: 1px solid #e6e6e6;
}
table td {
    padding: 10px;
    border: 1px solid #e6e6e6;
}

.kSS_Accessories {}

.kSS_Accessories .Item-kSS-Accessories {
    padding: 10px;
}

.kSS_Accessories .Item-kSS-Accessories a {
    display: flex;
    width: 100%;
    height: 140px;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
    overflow: hidden;
    border: 1px solid rgb(0 0 0 / 10%);
    padding: 15px;
}

.kSS_Accessories .Item-kSS-Accessories a img {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 80%;
}

.kSS_Accessories button.slick-arrow {
	z-index: 1;
	opacity: 1;
	height: 30px;
	transform: unset;
	top: 0;
	bottom: 0;
	margin: auto;
	width: fit-content;
}
.kSS_Accessories button.slick-arrow::before {
	content: "";
	font-size: 30px;
	line-height: normal;
	z-index: 1;
	opacity: 1;
	color: red;
	height: 30px;
	top: -5px;
	text-shadow: 0 1px 2px rgba(0,0,0,.6);
	-webkit-tap-highlight-color: transparent;
	color: #6c98e1;
}

.kSS_Accessories button.slick-prev {
	left: 0;
}

.kSS_Accessories button.slick-next {
	right: 0;
}

.kSS_Accessories button.slick-prev::before {
	content: '\2039';
	position: relative;
}

.kSS_Accessories button.slick-next::before {
	content: '\203a';
	position: relative;
}

/* Clean RDW page style */
.gall3Box ul.wpb_image_grid_ul {
    display: flex !important;
    margin: -7px;
    flex-wrap: wrap;
    height: unset !important;
}

.gall3Box ul.wpb_image_grid_ul li.isotope-item {
    width: 33.333333%;
    position: unset !important;
    height: 300px !important;
    flex: 0 0 33.333333%;
    padding: 7px;
    margin: 0;
}

.gall3Box ul.wpb_image_grid_ul li.isotope-item a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    overflow: hidden;
    border-radius: 5px;
    box-shadow: 0px 3px 10px 0px rgba(0,0,0,0.15);
    border: 1px solid rgb(0 0 0 / 10%);
}

.gall3Box ul.wpb_image_grid_ul li.isotope-item a img {
    position: relative;
    width: 100%;
    height: 100%;
    transition: all 0.3s ease-out;
    object-fit: cover;
}

.gall3Box ul.wpb_image_grid_ul li.isotope-item a:hover img {
    transform: scale(1.1);
}
table td ul.dotted-list {
    margin: 0 !important;
}

table td ul.dotted-list li {
    margin: 0;
}

.service-loop-row {
    margin: 0 -20px;
}

.service-loopBox {
    padding: 20px 20px;
    border-bottom: 1px solid rgb(0 0 0 / 5%);
}

.service-loopBox .in-service-loopBox {}

.service-loopBox .in-service-loopBox .slbImg {
    border: 1px solid rgb(0 0 0 / 12%);
    border-radius: 10px;
    overflow: hidden;
    height: 400px;
}

.service-loopBox .in-service-loopBox .slbImg a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
}

.service-loopBox .in-service-loopBox .slbImg a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    transition: all 0.3s ease-out;
}

.service-loopBox .in-service-loopBox .slbImg a:hover img {
    transform: scale(1.1);
}

.service-loopBox .in-service-loopBox .slbCap {
    padding: 15px 0 0;
    display: flex;
    flex-direction: column;
}

.service-loopBox .in-service-loopBox .slbCap h2 {
    font-size: 28px;
    line-height: normal;
    margin-bottom: 10px;
}

.service-loopBox .in-service-loopBox .slbCap a.theme-btn {
    margin-left: auto;
}

/* certifications */
.certif-Img {}

.certif-Img figure {
    background: #ffffff;
    width: 100%;
    height: 400px;
    display: flex !important;
    border: 1px solid rgba(0,0,0,0.05);
    border-radius: 5px;
    box-shadow: 0px 2px 10px 0px rgba(0,0,0,0.10);
}

.certif-Img figure a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
}

.certif-Img figure a img {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
}
.lh-ht {
    display: flex;
    flex-direction: column;
}

.lh-ht span.htext {
    font-size: 16px;
    font-weight: 400;
    line-height: normal;
    margin-top: 10px;
    color: #666666;
}

/* Picturs Gallery */
.PicGall ul.wpb_image_grid_ul {
    display: flex;
    flex-wrap: wrap;
    height: auto !important;
    position: relative !important;
    margin: 0 -10px;
    justify-content: center;
}

.PicGall ul.wpb_image_grid_ul li.isotope-item {
    position: unset !important;
    width: calc(100%/6);
    margin: 0;
    padding: 10px;
    height: 220px;
    overflow: hidden;
}

.PicGall ul.wpb_image_grid_ul li.isotope-item a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    background: #ffffff;
    border: 1px solid rgb(0 0 0 / 15%);
    overflow: hidden;
    border-radius: 5px;
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.10);
}

.PicGall ul.wpb_image_grid_ul li.isotope-item a img {
    width: 100%;
    height: 100%;
    display: flex;
    object-fit: cover;
    transition: all 0.3s ease-out;
}

.PicGall ul.wpb_image_grid_ul li.isotope-item a:hover img {
    transform: scale(1.1);
}


.service-loopBox2 {
	position: relative;
	/* padding-bottom: 31px; */
	padding: 10px;
}

.service-loopBox2 .in-service-loopBox2 {}

.service-loopBox2 .in-service-loopBox2 h2 {
    font-size: 44px;
    color: #222222;
    font-weight: 700;
    line-height: 44px;
    padding-bottom: 8px;
    text-transform: capitalize;
    margin-bottom: 20px;
}
.service-loopBox2 .in-service-loopBox2 h2 span.yellow-text {
    color: #f8b332;
}
.service-loopBox2 .in-service-loopBox2 h2::after {
    position: absolute;
    content: '';
    left: 0px;
    bottom: 0px;
    width: 34px;
    height: 2px;
    background-color: #f8b332;
}


.sMeta {
    display: flex;
    margin-bottom: 10px;
}

ul.smetalist {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

ul.smetalist li {
    display: flex;
    margin-right: 30px;
    margin-bottom: 0;
    line-height: normal;
    font-size: 12px;
    align-items: center;
    justify-content: center;
    color: #777777;
}

ul.smetalist {}

ul.smetalist li:last-child {
    margin-left: auto;
    margin-right: 0;
}

ul.smetalist li i {
    font-size: 14px;
    line-height: 14px;
    margin-right: 4px;
    color: #000000;
}

ul.smetalist li span {
    margin-left: 5px;
    color: #002e5b;
}

.service-loop-row2 {
    margin: 0 -10px;
    position: relative;
    width: 100%;
}

/* .service-loopBox2::after {
    content: "";
    position: absolute;
    height: 1px;
    background: #dddddd;
    bottom: 0;
    left: 10px;
    right: 0;
    width: 100%;
} */

.slbImg2 {}

.service-loopBox2 .in-service-loopBox2 .slbImg2 {
    width: 100%;
    /* margin-bottom: 30px; */
    border: 1px solid rgb(0 0 0 / 10%);
    border-radius: 5px;
    overflow: hidden;
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.09);
    height: 170px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.service-loopBox2 .in-service-loopBox2 .slbImg2 a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
}

.service-loopBox2 .in-service-loopBox2 .slbImg2 a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.area-with-sidebar {
    display: flex;
    justify-content: space-between;
    padding: 40px 0;
}

.leftConts {
    width: calc(100% - 440px);
}

.new-h2 {
    line-height: 1.2;
    font-size: 2.222em;
    font-weight: 700;
    color: #0c60a9;
    margin-bottom: 20px;
}
.uniqeContent {}

.uniqeContent p {
    font-size: 16px;
    line-height: 1.5;
    font-weight: 400;
    color: #222;
}

.uniqeContent p strong {
    font-size: 20px;
    font-weight: 700;
}
.conts-image-row {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.conts-image-row .stylish-left {
    width: 45%;
    display: inline-block;
}

.conts-image-row .stylish-right {
    width: 55%;
    display: inline-flex;
}

.conts-image-row .stylish-left p,
.conts-image-row .stylish-center p {
    font-size: 16px;
    line-height: 1.3;
    font-weight: 400;
    color: #222;
}

.conts-image-row  ul {
    font-size: 16px;
    font-weight: 400;
    color: #222;
}

.conts-image-row  ul li {
	margin-bottom: 10px;
	font-size: 16px;
	display: flex;
	line-height: 1.2;
	font-weight: 400;
}

.conts-image-row ul li::before {
    content: "\f101";
    font-family: 'FontAwesome';
    color: #eb1c24;
    margin-right: 10px;
}
/* new forms GAFQ24 */
.unique-sidebar {
    width: 360px;
    z-index: 100;
    float: right;
}

aside.aside-sidebar {}

.unique-sidebar aside.aside-sidebar {}

.unique-sidebar aside.aside-sidebar .side-box {
    width: 100%;
    background-color: #FFF;
    color: #222;
    padding: 15px;
    margin: 0 0 28px;
    -webkit-box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.4);
    box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.4);
    border-top: 4px solid #eb1c24;
    padding-bottom: 0;
}

.side-box {}

.GAFQ24 {
    position: relative;
}

p.side-form-title {
    text-align: center;
    font-weight: 900;
    margin: 0 auto;
    line-height: 1.4;
    font-size: 1.250em;
}

p.side-form-subtitle, p.side-form-subtitle a.tel {
    text-align: center;
    font-weight: 900;
    margin: 0 auto;
    line-height: 1.4;
    color: #eb1c24;
}

.GAFQ24 ul.form_fields {
    display: flex;
    flex-wrap: wrap;
    margin-top: 10px;
    justify-content: space-between;
}

.GAFQ24 ul.form_fields li.field {
    margin-bottom: 10px;
    line-height: normal;
    width: 100%;
}

.GAFQ24 ul.form_fields li.field p {
    margin: 0;
    line-height: normal;
}

.GAFQ24 ul.form_fields li.field p label {
	font-size: 12px;
    text-align: left;
    margin: 0 10px 5px 0;
    line-height: 12px;
    color: #333;
    display: inline-flex;
}

.GAFQ24 ul.form_fields li.field p label span.required {
    color: red;
}

.GAFQ24 ul.form_fields li.field .field_value {}

.GAFQ24 ul.form_fields li.field .field_value p {}

.GAFQ24 ul.form_fields li.field .field_value p .wpcf7-not-valid-tip {
    color: #dc3232;
    font-size: 12px;
    font-weight: normal;
    display: block;
    line-height: normal;
}
.GAFQ24 ul.form_fields li.field .field_value .form-control {
    border: 1px solid #888;
    padding: 5px 5px;
    margin: 2px 0;
    width: 100%;
    font-size: 12px;
    transition: background-color .2s;
    -moz-transition: background-color .2s;
    -webkit-transition: background-color .2s;
    -o-transition: background-color .2s;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-box-sizing: border-box !important;
    -webkit-box-sizing: border-box !important;
    box-sizing: border-box !important;
}

.GAFQ24 ul.form_fields li.field .field_value .form-control:focus {
    background: red;
    outline: none;
    box-shadow: 0 2px 4px #ddd;
    background-color: #fffdf3;
    transition: background-color .5s;
    -moz-transition: background-color .5s;
    -webkit-transition: background-color .5s;
    -o-transition: background-color .5s;
}

.GAFQ24 ul.form_fields li.field.half {
    width: 48%;
}

.GAFQ24 ul.form_fields li.field .field_value textarea.form-control {
    height: 60px;
    border: 1px solid #888;
}

.GAFQ24 ul.form_fields span.text-form {
    margin: -5px 0 10px;
    padding: 0;
    text-align: left;
    font-size: 13px;
    line-height: 1.2;
    color: #444444;
    font-weight: 400;
    font-style: italic;
}

.GAFQ24 ul.form_fields li.field .field_value span#number-of-facilities {
    display: flex;
    line-height: normal;
    margin: 0;
    padding: 0;
}

.GAFQ24 ul.form_fields li.field .field_value span#number-of-facilities span.wpcf7-list-item {
    margin: 0 5px;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: normal;
}

.GAFQ24 ul.form_fields li.field .field_value span#number-of-facilities span.wpcf7-list-item.first {
    margin-left: 0;
}

.GAFQ24 ul.form_fields li.field .field_value span#number-of-facilities span.wpcf7-list-item.last {
    margin-right: 0;
}

.GAFQ24 ul.form_fields li.field .field_value span#number-of-facilities span.wpcf7-list-item label {
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.GAFQ24 ul.form_fields li.field .field_value span#number-of-facilities span.wpcf7-list-item label input[type="radio"] {
    margin-right: 5px;
    margin-bottom: 0;
}

.GAFQ24 ul.form_fields li.field .field_value span#number-of-facilities span.wpcf7-list-item label span.wpcf7-list-item-label {
    line-height: 12px;
}

.GAFQ24 ul.form_fields input.submit-btn {
    margin: 11px auto 30px;
    border: 1px solid #8c0000;
    border-color: #7f0000 #8c0000 #8c0000;
    background-color: #bf0000;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#bf0000), to(#8c0000));
    background-image: -moz-linear-gradient(top, #bf0000, #8c0000);
    background-image: linear-gradient(top, #bf0000, #8c0000);
    padding: 8px 18px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    -box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    color: white;
    font-size: 14px;
    text-decoration: none;
    vertical-align: middle;
    text-align: center;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    display: inline-block;
    width: auto !important;
    text-transform: uppercase;
}

.GAFQ24 ul.form_fields span.wpcf7-spinner {
    position: absolute;
    background: #29166f;
    bottom: 40px;
    right: 0;
}
.h4-red-text {
    line-height: normal;
    margin: 10px 0 15px;
}
.side-testimonial {
    padding: 120px 30px 90px;
    font-size: 0.938em;
    line-height: 1.8;
    background-color: #f3f2f2 !important;
    background: url(/wp-content/uploads/2024/01/quote-open.png) left top no-repeat, url(/wp-content/uploads/2024/01/quote-close.png) right bottom no-repeat;
    width: 100%;
    color: #222;
    -webkit-box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.4);
    box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.4);
}

.side-testimonial p.p1 {
    font-size: 16px;
    line-height: 1.5;
    color: #222;
    margin: 0 0 28px 0;
    padding: 0;
}

/* whatapp chat */
a.whatsappChat {
    position: fixed;
    bottom: 20px;
    right: 20px;
    opacity: 0.7;
    z-index: 99;
}

a.whatsappChat:hover {
    opacity: 1;
}

/* Styles for the back-to-top button */
#back-to-top {
    display: none !important;
    position: fixed;
    bottom: 20px;
    right: 20px;
    color: #fff;
    border: none;
    cursor: pointer;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    padding: 0;
    justify-content: center;
    align-items: center;
    background: #002e5b;
    z-index: 99;
    transition: all 0.3s ease-in-out;
}

#back-to-top:hover {
    background: #f8b332;
}
.info-for-device{
	display: none;
}

.additionh3 {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: 2px dashed rgb(0 0 0 / 20%);
}

.additionh3 h3 {
    display: flex;
    justify-content: right;
    align-items: flex-start;
    width: 610px;
    align-items: center;
    text-align: left;
}

a.readmoor {
    font-size: 16px;
    font-weight: 700;
    color: #000000;
}

a.readmoor span {
    color: #f8b332;
}