﻿/************ TABLE OF CONTENTS ***************
1. Fonts
2. Reset
3. Global
4. Main Header
5. Main Slider
6. Banner Section
7. Services Section
8. Case Section
9. Counter Section / Style Two
10. Project Section
11. Testimonial Section
12. Management Section
13. Blog Section
14. Map Info Section
15. Main Footer
16. About Section
17. Client Section
18. Price Section
19. Team Section
20. Testimonial Section Two
21. Faq Section
22. Page Title
23. Team Two Section
24. Project Masonry Section
25. Project Fullwidth
26. Project Single / Single Two
27. Sidebar Widgets
28. Contact Form
29. Map Section
30. Contact info

**********************************************/

/*@import url('../../css.css');*/
@import url('https://fonts.googleapis.com/css2?family=Parisienne&display=swap');
@import url('https://fonts.googleapis.com/css?family=Poppins:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i&subset=devanagari,latin-ext');
@import url('https://fonts.googleapis.com/css?family=Courgette&subset=latin-ext');
@import url('https://fonts.googleapis.com/css?family=Sacramento&display=swap');
@import url('https://fonts.googleapis.com/css?family=Montserrat+Alternates:400,400i,500,500i,600,600i,700,700i&display=swap');
@import url('https://fonts.googleapis.com/css?family=Dosis:400,500,600&display=swap');
@import url('https://fonts.googleapis.com/css?family=Kalam&display=swap');
@import url('https://fonts.googleapis.com/css?family=Lato&display=swap');
@import url('https://fonts.googleapis.com/css?family=Open+Sans&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@200..800&display=swap');
/*font-family: 'Poppins', sans-serif;
font-family: 'Open Sans', sans-serif;
font-family: 'Lato', sans-serif;
font-family: 'Lora', serif;*/

@import url('font-awesome.css');
@import url('hyperfont.css');
@import url('hyperfontv2.css');
@import url('flaticon.css');
@import url('animate.css');
@import url('owl.css');
@import url('jquery.fancybox.min.css');
@import url('hover.css');
@import url('jquery-ui.css');
@import url('custom-animate.css');

/*** 

====================================================================
	Reset
====================================================================

 ***/
 
* {
	margin:0px;
	padding:0px;
	border:none;
	outline:none;
}

/*** 

====================================================================
	Global Settings
====================================================================

 ***/

body {
	font-size: 17px;
	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: "Plus Jakarta Sans", sans-serif;
	overflow-x: hidden;
}

a{
	text-decoration:none;
	cursor:pointer;
	color: #ff8d00;
    transition: all 1s;
}

.no-padding{
	padding:0px !important;
}

a:hover,a:focus,a:visited{
	text-decoration:none;
	outline:none;
}

h1,h2,h3,h4,h5,h6 {
	position:relative;
	font-weight:normal;
	margin:0px;
	background:none;
	line-height:1.6em;
	font-family: "Plus Jakarta Sans", sans-serif;
}

input,button,select{
	
}

textarea{
	overflow:hidden;
}

p,.text{
	position:relative;
	line-height:1.8em;
	
}

strong {
    font-weight: 600;
}

.strike-through{
	text-decoration:line-through;	
}

.auto-container{
	position:static;
	max-width: 1200px;
	padding: 0px 15px;
	margin:0 auto;
}

.page-wrapper{
	position:relative;
	margin:0 auto;
	width:100%;
	min-width:300px;
}

/*List Style One*/

.list-style-one{
	position:relative;
}

.list-style-one li{
	position:relative;
	color: #ffffff;
	font-size: 15px;
	font-weight:400;
	margin-bottom:10px;
}

.list-style-one li span{
	position:relative;
	color: #ffffff;
	font-size: 16px;
	font-weight:600;
	margin-bottom:10px;
}

/*List Style Two*/

.list-style-two{
	position:relative;
}

.list-style-two li{
	position:relative;
	margin-bottom:8px;
	color:#777777;
	font-size:16px;
	font-style:italic;
	padding-left:20px;
}

.list-style-two li:before{
	position:absolute;
	content:'';
	left:0px;
	top:10px;
	width:8px;
	height:8px;
	border-radius:50%;
	background-color:#ff4800;
}

/*List Style Three*/

.list-style-three{
	position:relative;
}

.list-style-three li{
	position:relative;
	margin-bottom:8px;
	color:#333333;
	font-size:16px;
	font-style:italic;
	padding-left:20px;
}

.list-style-three li:before{
	position:absolute;
	content:'';
	left:0px;
	top:9px;
	width:8px;
	height:8px;
	border-radius:50%;
	background-color:#135da8;
}

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;
}

.grey-bg{
	background-color:#f1f2f3;
}

/*Btn Style One*/

.btn-style-one{
	position:relative;
	line-height: 29px;
	color:#ffffff;
	font-size: 14px;
	font-weight:500;
	border-radius:50px;
	letter-spacing:1px;
	background-color: #ef9129;
	border: 2px solid #e68012;
	padding: 7px 15px 7px;
	font-family: 'Poppins', sans-serif;
	-moz-box-shadow:0px 4px 12px rgba(0,0,0,0.20);
	-ms-box-shadow:0px 4px 12px rgba(0,0,0,0.20);
	-o-box-shadow:0px 4px 12px rgba(0,0,0,0.20);
	-webkit-box-shadow:0px 4px 12px rgba(0,0,0,0.20);
	box-shadow:0px 4px 12px rgba(0,0,0,0.20);
}

.btn-style-one .icon{
	position:relative;
	color:#ffffff;
	margin-left:15px;
	font-size:30px;
	top:6px;
	line-height:10px;
	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;
}

.btn-style-one:hover{
	color:#ff4800;
	background:none;
}

.btn-style-one:hover .icon{
	color:#ff4800;
}

/*Btn Style Two*/

.btn-style-two{
	position:relative;
	line-height:29px;
	color:#ffffff;
	font-size:15px;
	font-weight:500;
	border-radius:50px;
	letter-spacing:1px;
	background:none;
	padding:12px 30px 12px;
	border:2px solid #ffffff;
	font-family: 'Poppins', sans-serif;
}

.btn-style-two .icon{
	position:relative;
	color:#ffffff;
	margin-left:10px;
	font-size:30px;
	top:6px;
	line-height:10px;
	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;
}

.btn-style-two:hover{
	color:#ffffff;
	border-color:#ff4800;
	background:#ff4800;
}

.btn-style-two:hover .icon{
	color:#ffffff;
}

/*Btn Style Three*/

.btn-style-three{
	position:relative;
	line-height:29px;
	color:#222222;
	font-size:15px;
	font-weight:500;
	border-radius:50px;
	letter-spacing:1px;
	background:none;
	border:1px solid #d7d7d7;
	padding:15px 37px 14px;
	font-family: 'Poppins', sans-serif;
}

.btn-style-three .icon{
	position:relative;
	color:#222222;
	margin-left:15px;
	font-size:30px;
	top:6px;
	line-height:10px;
	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;
}

.btn-style-three:hover{
	color:#ffffff;
	background:#ff4800;
	border-color:#ff4800;
}

.btn-style-three:hover .icon{
	color:#ffffff;
}

/*Btn Style Four*/

.btn-style-four{
	position:relative;
	line-height:29px;
	color:#ffffff;
	font-size:15px;
	font-weight:500;
	border-radius:50px;
	letter-spacing:1px;
	background-color: #ef902a;
	border: 2px solid #ef902a;
	padding: 7px 15px 7px;
	font-family: 'Poppins', sans-serif;
	-moz-box-shadow:0px 4px 12px rgba(0,0,0,0.20);
	-ms-box-shadow:0px 4px 12px rgba(0,0,0,0.20);
	-o-box-shadow:0px 4px 12px rgba(0,0,0,0.20);
	-webkit-box-shadow:0px 4px 12px rgba(0,0,0,0.20);
	box-shadow:0px 4px 12px rgba(0,0,0,0.20);
}

.btn-style-four .icon{
	position:relative;
	color:#ffffff;
	margin-left:15px;
	font-size:30px;
	top:6px;
	line-height:10px;
	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;
}

.btn-style-four:hover{
	color: #135da8;
	border-color: #135da8;
	background: #fff;
}

.btn-style-four:hover .icon{
	color: #135da8;
}

.theme_color{
	color:#ff4800;	
}

img{
	display:inline-block;
	max-width:100%;	
}

.preloader{ position:fixed; left:0px; top:0px; width:100%; height:100%; z-index:999999; background-color:#ffffff; background-position:center center; background-repeat:no-repeat; background-image:url(../images/icons/preloader.svg);}

/*** 

====================================================================
	Scroll To Top style
====================================================================

***/

.scroll-to-top{
	position:fixed;
	bottom: 95px;
	right:15px;
	width:40px;
	height: 40px;
	color:#ffffff;
	font-size:24px;
	text-transform:uppercase;
	line-height: 35px;
	text-align:center;
	z-index:99999;
	cursor:pointer;
	border-radius:50px;
	background: #ef902a;
	display:none;
	border:2px solid #ef902a;
	-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: #005e84;
	border-color:#135da8;
}

/*** 

====================================================================
	Main Header style
====================================================================

***/

.main-header{
	position:fixed;
	left:0px;
	top: 0;
	z-index:99;
	width:100%;
	padding:0px;
	transition:all 200ms ease;
	-moz-transition:all 200ms ease;
	-webkit-transition: all 1s ease;
	-ms-transition:all 200ms ease;
	-o-transition:all 200ms ease;
	/* background: #fff; */
}

.main-header.fixed-header{
	top:0px;
	background:#ffffff;
	z-index: 300;
	border-bottom:1px solid rgba(0,0,0,0.10);
}

.header-style-two.fixed-header{
	background:#202020;
	border-bottom:1px solid rgba(255,255,255,0.10);
}

/*Language Dropdown*/

.main-header .language{
	position:relative;
	line-height:1em;
	display:inline-block;
	margin-top:8px;
	margin-left:15px;
}

.main-header .language .dropdown-menu{
	top:100%;
	right:0px;
	left:auto;
	width:170px;	
	border-radius:0px;
	margin-top:17px;
	background-color:#222222;
	border:none;
	padding:0px;
    border-top:3px solid #ff4800;
}

.main-header .language > a{
	color:#222222;
	padding:0px 0px;
	background:none !important;
	text-transform:uppercase;
	display:inline-block;
    border:0px;
	font-weight:500;
	font-size:15px;
	line-height:1em;
}

.main-header language a:hover{
	background:none;
}

.main-header .language .dropdown-menu > li{
	padding-right:0px !important;
	margin:0px !important;
	float:none;
	display:block !important;
    border-bottom: 1px solid rgba(255,255,255,0.20);
}

.main-header .language .dropdown-menu > li:last-child{
	border-bottom:none;	
}

.main-header .language .dropdown-menu > li > a{
	padding:10px 20px !important;
	color:#ffffff;
	text-align:left;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
}

.main-header .language .dropdown-menu > li > a:hover{
	color:#ffffff !important;
	background-color:#ff4800;
}
.main-menu .navigation > li > ul > li > ul {
    background: #001339;
}

/*Sticky Header*/

.sticky-header{
	position:fixed;
	opacity:0;
	visibility:hidden;
	left:0px;
	top:0px;
	width:100%;
	padding:0px 0px;
	background:#18191b;
	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 5px;
}

.main-header .sticky-header .outer-box{
	margin-top:20px;
}

.main-header .sticky-header .search-box-outer .dropdown-menu{
	top:46px;
}

.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;
	z-index:5;
	padding:0px 15px;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}

.main-header .header-upper .logo img{
	position:relative;
	display:inline-block;
	max-width:100%;
}

.main-header .logo-outer{
	position:relative;
	z-index:25;
	padding: 3px 0px 0px;
}

.main-header .logo-outer .logo img{
	position:relative;
	display:inline-block;
	transition: 1s all;
}

.main-header .header-upper .upper-right{
	position:relative;
}

.main-header .header-lower{
	position:relative;
	top:0px;
	width:100%;
	z-index:5;
}

.main-header .nav-outer{
	position:relative;
}

.main-menu{
	position:relative;
	float:left;
}

.main-menu .navbar-collapse{
	padding:0px;	
}

.main-menu .navigation{
	position:relative;
	margin:0px;
}

.main-menu .navigation > li{
	position:relative;
	float:left;
	margin-left: 15px;
}

.header-style-three .main-menu .navigation > li{
	margin-left:0px;
	margin-right:45px;
}

.main-menu .navigation > li:last-child{
	margin-right:0px;
}

.main-header .sticky-header .main-menu .navigation > li{
	margin:0px;
	border:0px;
	margin-left:30px;
}

.main-menu .navigation > li > a{
	position:relative;
	display:block;
	font-size: 15px;
	color: #001326;
	line-height:30px;
	font-weight: 500;
	opacity:1;
	text-transform:uppercase;
	padding: 35px 15px 15px 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;
	font-family: 'Poppins', sans-serif;
}

.main-menu .navigation > li.dropdown > a {
    padding-right: 15px;
}

.main-menu .navigation > li.dropdown > a:after{
	font-family: 'FontAwesome';
	content: "\f107";
	position:absolute;
	right: 3px;
	top: 64%;
	height:20px;
	line-height:20px;
	margin-top:-10px;
	font-size:15px;
	font-weight:normal;
	display:block;
	transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
}

.header-style-two .main-menu .navigation > li > a,
.main-header.header-style-two .search-box-btn,
.main-header.header-style-two .language > a,
.main-header.header-style-two .outer-box .nav-btn{
	color:#ffffff;
}

.main-header.header-style-two .search-box-btn{
	border-color:rgba(255,255,255,0.40);
}

.main-header .sticky-header .main-menu .navigation > li > a{
	color:#ffffff;
	padding:20px 0px;
	line-height:30px;
	font-size:16px;
	font-weight:500;
	min-height:0px;
	background:none;
	border:0px;
	font-family: 'Poppins', sans-serif;
}

.main-menu .navigation > li:hover > a,
.main-menu .navigation > li.current > a,
.main-menu .navigation > li.current-menu-item > a{
	color: #ef8f2a;
	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{
	color:#ff4800;
	opacity:1;
}

.main-menu .navigation > li:hover > a:after{
	opacity:1;
}

.main-header .sticky-header .main-menu .navigation > li > ul:before{
	display:none;
}

.main-header .sticky-header .main-menu .navigation > li > ul{
	top:100% !important;
}

.main-menu .navigation > li > ul{
	position:absolute;
	left:0px;
	top:100%;
	width: 250px;
	z-index:100;
	padding: 5px;
	border-radius: 25px;
	display:none;
	background: #001339;
	border-top:2px solid #135da8;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	-webkit-box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
	-ms-box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
	-o-box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
	-moz-box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
	box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
}

.main-menu .navigation > li > ul.from-right{
	left:auto;
	right:0px;	
}

.main-menu .navigation > li > ul > li{
	position:relative;
	width:100%;
}

.main-menu .navigation > li > ul > li:last-child{
	border-bottom:none;	
}

.main-menu .navigation > li > ul > li > a{
	position:relative;
	display:block;
	padding: 8px 20px;
	line-height:24px;
	font-weight: 400;
	font-size:15px;
	color:#242424;
	text-align:left;
	padding-right:0px !important;
	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;
	font-family: 'Poppins', sans-serif;
	color: #fff;
}

.main-menu .navigation > li > ul > li > a:before{
	position:absolute;
	content: '';
	left: 0;
	top:50%;
	background-color:#242424;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	font-family: 'FontAwesome';
}

.main-menu .navigation > li > ul > li:hover > a:before{
	background-color:#ffffff;
}

.main-menu .navigation > li > ul > li:hover > a{
	background-color: #ee9333;
	color:#ffffff;
	border-radius: 25px;
}

.main-menu .navigation > li > ul > li > ul{
	position:absolute;
	left:100%;
	top:0px;
	width:250px;
	z-index:100;
	display:none;
	background:#f6f6f6;
	border-top:2px solid #135da8;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	-webkit-box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
	-ms-box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
	-o-box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
	-moz-box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
	box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
}

.main-menu .navigation > li > ul > li > ul:before{
	position:absolute;
	content:'';
	right:100%;
	top:0px;
	width:20px;
	height:100%;
}

.main-menu .navigation > li > ul > li > ul > li{
	position:relative;
	width:100%;
}

.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: 8px 20px;
    line-height:24px;
    font-weight: 400;
    font-size:15px;
    color:#242424;
    text-align:left;
    padding-right:0px !important;
    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;
    font-family: 'Poppins', sans-serif;
    color: #fff;
}

.main-menu .navigation > li > ul > li  > ul > li > a:before{
	position:absolute;
	content:'';
	left:27px;
	top:50%;
	background-color:#242424;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	font-family: 'FontAwesome';
}

.main-menu .navigation > li > ul > li  > ul > li:hover > a:before{
	background-color:#ffffff;
}

.main-menu .navigation > li > ul > li  > ul > li > a:hover{
	background-color: #ee9333cf;
	color:#ffffff;
	border-radius: 25px;
}

.sticky-header .main-menu .navigation > li > a:after{
	display:none;
}

.main-menu .navigation > li.dropdown:hover > ul{
	visibility:visible;
	opacity:1;
}

.main-menu .navigation li > ul > li.dropdown:hover > ul{
	visibility:visible;
	opacity:1;
	left:100%;
	padding: 5px;
	border-radius: 25px;
	top: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;
	background: #001339;
}

.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 .outer-box{
	position:relative;
	float:left;
	margin-left:20px;
	margin-top: 27px;
}

.main-header .outer-box .nav-btn{
	position:relative;
	bottom: 7px;
	font-size:19px;
	cursor:pointer;
	color:#222222;
	margin-left:20px;
	display:inline-block;
}

.main-header .header-lower .search-box-outer{
	min-width:60px;
}

.main-header .header-lower .search-box-btn{
	position:relative;
	display:block;
	width:100%;
	font-size:18px;
	color:#ffffff;
	line-height:20px !important;
	padding:0px;
	margin:0px;
	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 .header-lower .search-box-outer .dropdown-menu{
	top:44px;
	right:0px;
	padding:0px;
	width:280px;	
	border-radius:0px;
	border-top:3px solid #ff4800;
}

.main-header .header-lower .search-box-outer .dropdown-menu > li{
	padding:0px;
	border:none;
	background:none;
}

.main-header .header-lower .search-panel .form-container{
	padding:25px 20px;	
}

.main-header .header-lower .search-panel .form-group{
	position:relative;
	margin:0px;	
}

.main-header .header-lower .search-panel input[type="text"],
.main-header .header-lower .search-panel input[type="search"],
.main-header .header-lower .search-panel input[type="password"],
.main-header .header-lower .search-panel select{
	display:block;
	width:100%;
	height:40px;
	color:#000000;
	line-height:24px;
	background:#ffffff;	
	border:1px solid #e0e0e0;
	padding:7px 40px 7px 15px;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
}

.main-header .header-lower .search-panel input:focus,
.main-header .header-lower .search-panel select:focus{
	border-color:#ff4800;	
}

.main-header .header-lower .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;
}

/*search box btn*/

.main-header .search-box-outer{
	position:relative;
	left:3px;
	display:inline-block;
}

.main-header .search-box-btn{
	position:relative;
	font-size:15px;
	line-height:1em;
	color:#222222;
	cursor:pointer;
	display:inline-block;
	background:none;
	padding-left:20px;
	border-left:1px solid rgba(0,0,0,0.20);
}

.main-header .search-box-outer .dropdown-menu{
	top:62px;
	padding:0px;
	width:280px;	
	border-radius:0px;
	border-top:3px solid #ff4800;
}

.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:#ff4800;	
}

.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;
}

.main-header .info-box{
	position:relative;
	float:left;
	margin-left:30px;
	font-size:13px;
	color:#777777;
	text-align:left;
	padding:0px 0px 0px 50px;
}

.main-header .info-box:first-child{
	padding-right:30px;
	border-right:1px solid #c8c8c8;
}

.main-header .info-box:last-child{
	padding-right:0px;
	margin-left:0px;
	top:-2px;
}

.main-header .info-box .icon-box{
	position:absolute;
	left:0px;
	top:6px;
	color:#ff4800;
	font-size:26px;
	text-align:left;
	line-height:1.2em;
	-moz-transition:all 300ms ease;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	transition:all 300ms ease;
}

.main-header .info-box li{
	position:relative;
	line-height:20px;
	color:#767676;
	font-size:15px;
	margin-bottom:3px;
	font-weight:500;
}

.main-header .info-box strong{
	font-weight:500;
	color:#333333;
	font-size:15px;
	display:block;
	margin-bottom:4px;
}

/*Custom Select*/

.form-group .ui-selectmenu-button.ui-button{
	width:100px;
	font-size:18px;
	font-style:normal;
	height:50px;
	padding:10px 20px;
	line-height:33px;
	color:#262626;
	float:left;
	border-radius:0px;
	border:1px solid #f2f2f2;
	background:#ffffff;
}

.form-group .ui-button .ui-icon{
	background:none;
	position:relative;
	top:2px;
	text-indent:0px;
	color:#333333;	
}

.form-group .ui-button .ui-icon:before{
	font-family: 'FontAwesome';
	content: "\f107";
	position:absolute;
	right:0px;
	top:2px !important;
	top:13px;
	width:10px;
	height:30px;
	display:block;
	color:#262626;
	line-height:23px;
	font-size:15px;
	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-state-active, .ui-widget-content .ui-state-active{
	background-color:#ff4800;
	border-color:#ff4800;
}

.ui-menu .ui-menu-item-wrapper{
	position:relative;
	display:block;
	padding:8px 20px ;
	font-size:14px;
	line-height:24px;
}

.ui-menu-item:hover{
}

/*** 

====================================================================
	Section Title
====================================================================

***/

.sec-title{
	position:relative;
	margin-bottom: 20px;
	margin-top: 15px;
	color: #777777;
	  font-family: "Plus Jakarta Sans", sans-serif;
}

.sec-title .title{
	position:relative;
	color:#135da8;
	font-size:14px;
	font-weight: 600;
	line-height:1.4em;
	letter-spacing:1px;
	  font-family: "Plus Jakarta Sans", sans-serif;
	margin-bottom: 5px;
	text-transform:uppercase;
}

.sec-title h2{
	position:relative;
	font-size: 27px;
	color:#222222;
	font-weight:400;
	line-height:1.3em;
	padding-bottom:20px;
	display:inline-block;
	text-transform: uppercase;
}

.sec-title h2:after{
	position:absolute;
	content:'';
	left:0px;
	bottom:0px;
	width:42px;
	height:3px;
	background-color: #005e84;
}

.sec-title.light .title{
	color:#ffffff;
}

.sec-title.light h2{
	color:#ffffff;
	  font-family: "Plus Jakarta Sans", sans-serif;
}

.sec-title.centered{
	text-align:center;
}

.sec-title.centered h2:after{
	left:50%;
	margin-left:-21px;
}

/*** 

====================================================================
	Main Slider style
====================================================================

***/

.main-slider{
	position:relative;
	z-index:10;
	border-bottom:1px solid #e0e0e0;
}

.main-slider .big-letter{
	position: absolute;
    right: -15px;
    bottom: 0px;
	z-index:1;
    line-height: 1em;
    font-size: 250px;
    font-weight: 700;
    color: rgba(255,255,255,0.10);
    text-transform: uppercase;
	pointer-events:none;
}

.main-slider .big-letter span{
    color: rgba(0,0,0,0);
    text-shadow: 0px 8px rgba(255,255,255,0.05);
}

.main-slider .tp-caption{
	z-index:5 !important;
}

.main-slider .tp-dottedoverlay{
	background:rgba(0,0,0,0.40) !important;	
}

.main-slider .tparrows.gyges{
	width:60px;
	height:60px;
	line-height:60px;
	border-radius:50%;
	background-color:rgba(255,255,255,0.20);
}

.main-slider .tparrows.gyges:before{
	line-height:60px;
}

.main-slider .tparrows.gyges:hover{
	color:#ff4800 !important;
	background-color:#ff4800;
}

.main-slider h2{
	position:relative;
	color:#ffffff;
	font-size:60px;
	font-weight:700;
	line-height:1.3em;
	display:inline-block;
}

.main-slider .text{
	position:relative;
	font-size:15px;
	font-weight:400;
	color:#e7e7e7;
	line-height:2em;
}

.main-slider .btns-box{
	position:relative;
	z-index:2;
	overflow:hidden;
}

.main-slider .btns-box .theme-btn{
	position:relative;
	z-index:2;
	margin-right:20px;
}

.main-slider:after{
	position:absolute;
	content:'';
	left:0px;
	bottom:0px;
	width:40%;
	border-bottom: 50px solid #ffffff;
	border-right: 750px solid transparent;
}

.main-slider .tp-bannertimer,
.main-slider .tp-bullets{
	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;	
}

/*Appointment Box*/

.appointment-box{
	position: fixed;
    right: -400px;
    top: 0px;
    width: 400px;
    max-width: 100%;
	height:100%;
	overflow-y:auto;
    z-index: 99999;
    opacity: 0;
    visibility: hidden;
    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;
}

.appointment-form-visible .appointment-box{
	right:0px;
	opacity:1;
	visibility:visible;
}

.appointment-box .inner-box{
	position:relative;
	background-color: #135da8;
	padding:80px 30px 30px;
}

.appointment-box .inner-box .cross-icon{
	position:absolute;
	right:20px;
	top:20px;
	cursor:pointer;
	color:#ffffff;
	font-size:20px;
}

.appointment-box .inner-box h2{
	position:relative;
	font-size:28px;
	font-weight:600;
	line-height:1.2em;
	color:#ffffff;
	margin-bottom:20px;
	font-family: 'Poppins', sans-serif;
}

/*Appointment Form*/

.appointment-form{
	position:relative;
}

.appointment-form .form-group{
	position:relative;
	margin-bottom:15px;
}

.appointment-form input[type="text"],
.appointment-form input[type="email"],
.appointment-form textarea{
	position:relative;
	display:block;
	width:100%;
	line-height:23px;
	padding:10px 25px;
	height:45px;
	color:#ffffff;
	font-size:16px;
	border:1px solid rgba(255,255,255,0.40);
	background:none;
	transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-webkit-transition:all 300ms ease;
}

.appointment-form input::placeholder,
.appointment-form textarea::placeholder{
	color:#ffffff;
}

.contact-form.alternate input::placeholder,
.contact-form.alternate textarea::placeholder{
	color:#ffffff !important;
}

.appointment-form textarea{
	height:135px;
	resize:none;
}

.appointment-form .form-group button{
	margin-top:15px;
}

.contact-info-box{
	position:relative;
	padding-top:50px;
}

.contact-info-box .info-list{
	position:relative;
	padding-bottom:18px;
	margin-bottom:25px;
}

.contact-info-box .info-list li{
	position:relative;
	color:#ffffff;
	font-size:18px;
	font-weight:600;
	margin-bottom:10px;
	font-family: 'Poppins', sans-serif;
}

.contact-info-box .info-list:before{
	position:absolute;
	content:'';
	left:0px;
	bottom:0px;
	width:50px;
	height:1px;
	background-color:#ffffff;
}

.contact-info-box .social-list{
	position:relative;
}

.contact-info-box .social-list li{
	position:relative;
	width:50%;
	float:left;
	margin-bottom:6px;
	display:inline-block;
}

.contact-info-box .social-list li a{
	position:relative;
	font-size:15px;
	font-weight:500;
	color:rgba(255,255,255,0.70);
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
}

.contact-info-box .social-list li a:hover{
	color:rgba(255,255,255,0.80);
}

.form-back-drop{
	position:fixed;
	right:0px;
	top:0px;
	width:100%;
	height:100%;
	opacity:0;
	background:rgba(0,0,0,0.70);
	visibility:hidden;
	z-index:9990;
	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;	
}

.appointment-form-visible .form-back-drop{
	opacity:1;
	visibility:visible;
}

/*Main Banner*/

.main-banner{
	position:relative;
	z-index:1;
	background-color: #ffffff8c;
}

/*.main-banner:before{
	position:absolute;
	content:'';
	left:0px;
	bottom:0px;
	height: 130px;
	width: 1182px;
	z-index:1;
	background:url(../images/icons/curve-1.png) no-repeat;
}*/

.main-banner .circle-one{
	position:absolute;
	width: 950px;
	height: 950px;
	left:-400px;
	top:-400px;
	display:inline-block;
	background:url(../images/resource/circle-one.png) no-repeat;
}

.main-banner .circle-two{
	position:absolute;
	width: 1100px;
	height:1100px;
	right: -500px;
	/* left: 740px; */
	top: 40px;
	display:inline-block;
	background: url(http://t.commonsupport.com/bratis/images/resource/circle-two.png) no-repeat;
}

.main-banner .icon-one{
	position:absolute;
	width:58px;
	height:58px;
	left:12%;
	top:21%;
	display:inline-block;
	background:url(../images/icons/icon-1.png) no-repeat;
}

.main-banner .icon-two{
	position:absolute;
	width:47px;
	height:47px;
	left:30%;
	top:15%;
	display:inline-block;
	background:url(../images/icons/icon-2.png) no-repeat;
}

.main-banner .icon-three{
	position:absolute;
	width:22px;
	height:22px;
	left:30%;
	top:80%;
	display:inline-block;
	background:url(../images/icons/icon-3.png) no-repeat;
}

.main-banner .icon-four{
	position:absolute;
	width:58px;
	height:58px;
	right:8%;
	top:15%;
	display:inline-block;
	background:url(../images/icons/icon-4.png) no-repeat;
}

.main-banner .icon-five{
	position:absolute;
	width:62px;
	height:62px;
	right:8%;
	bottom:-16%;
	display:inline-block;
	background:url(../images/icons/icon-5.png) no-repeat;
}

.main-banner .content-column{
	position:relative;
}

.main-banner .content-column .inner-column{
	position:relative;
	/* padding-top: 180px; */
	/* margin-bottom: 11px; */
	bottom: 44px;
}

.main-banner .content-column h2{
	position:relative;
	color: #404346;
	font-size:60px;
	font-weight: 600;
	line-height:1.4em;
	text-align: center;
}

.main-banner .content-column .text{
	position:relative;
	color:#222222;
	font-size: 21px;
	margin-top:10px;
	margin-bottom:32px;
	text-align: center;
	  font-family: "Plus Jakarta Sans", sans-serif;
}

.main-banner .image-column{
	position:relative;
	z-index:1;
}

.main-banner .image-column .image{
	position:relative;
}

.main-banner .image-column .image img{
	position:relative;
	bottom: 108px;
}

/*Services Section*/

/*.services-section{
	position:relative;
	margin-top:80px;
	background-repeat:no-repeat;
	background-position:right top;
}*/

/*Title Box*/

.services-section .title-box{
	position:relative;
	padding-top:80px;
	z-index:2;
}

.services-section .title-box .title-column{
	position:relative;
	padding-bottom:40px;
}

.services-section .title-box .title-column .inner-column{
	position:relative;
	padding-right:30px;
	border-right:2px solid #135da8;
}

.services-section .title-box .title-column .inner-column .big-letter{
	position:absolute;
	left:-80px;
	top:-120px;
	font-weight:700;
	font-size:400px;
	line-height:1em;
	color:rgba(0,0,0,0.03);
}

.services-section .title-box .title-column h2{
	position:relative;
	color:#222222;
	font-size:30px;
	line-height:1.3em;
	font-weight:600;
	text-align:right;
}



.services-section .title-box .content-column .inner-column{
	position:relative;
	padding-left:40px;
}

.services-section .title-box .content-column .inner-column .text{
	position:relative;
	color:#555555;
	font-size:14px;
	line-height:1.9em;
}

/*Service Block*/

.service-block{
	position:relative;
	margin-bottom: 20px;
}

.service-block .inner-box{
	position:relative;
	text-align:center;
	border-radius:5px;
	padding: 20px 15px 20px;
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
	background-color:#ffffff;
	/* border: 1px solid #e4e4e4; */
	box-shadow: 1px 1px 10px #efefef;
}

.service-block .inner-box .icon-box{
	position:relative;
	margin-bottom: 10px;
	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;
}

.service-block .inner-box h3{
	position:relative;
	color:#222222;
	font-size: 19px;
	font-weight: 600;
	margin-bottom:12px;
	  font-family: "Plus Jakarta Sans", sans-serif;
}

.service-block .inner-box h3 a{
	position:relative;
	color: #005e84;
	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;
}

.service-block .inner-box:hover .text,
.service-block .inner-box:hover h3 a{
	color:#ffffff;
}

.service-block .inner-box .text{
	position:relative;
	color: black;
	font-size: 14px;
	line-height:1.8em;
	margin-bottom: 16px;
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	/* font-family: kalam; */
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
}

.service-block .inner-box .read-more{
	position:relative;
	font-size:45px;
	color:#ffffff;
	line-height:12px;
	display:inline-block;
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
}

.service-block .inner-box .read-more span{
	position:relative;
	font-size:50px;
	color:#ffffff;
	line-height:12px;
	display:inline-block;
}

.service-block .inner-box:hover{
	background-color: #005cb9;
	border-color:#135da8;
	-moz-box-shadow:0px 0px 20px rgba(0,0,0,0.20);
	-ms-box-shadow:0px 0px 20px rgba(0,0,0,0.20);
	-o-box-shadow:0px 0px 20px rgba(0,0,0,0.20);
	-webkit-box-shadow:0px 0px 20px rgba(0,0,0,0.20);
	box-shadow:0px 0px 20px rgba(0,0,0,0.20);
}

.services-section .outer-blocks{
	position:relative;
	margin-bottom: 0;
}

.services-section .outer-blocks .service-block{
	padding:0px 30px;
}

.services-section .outer-blocks .row{
	margin:0px -30px;
}

/*Case Section*/

.case-section{
	position:relative;
	/* padding-top: 89px; */
}

.case-section .image-column{
	position:relative;
	margin-bottom:40px;
}

.case-section .image-column .inner-column{
	position:relative;
	padding-top: 45px;
	margin-left:-70px;
}

.case-section .image-column .image{
	position:relative;
	display:inline-block;
}

.case-section .image-column .image .play-btn{
	position:absolute;
	right:110px;
	bottom:90px;
	padding:16px 30px;
	display:inline-block;
	background-color: #ef8f2a;
	-moz-box-shadow:0px 4px 12px rgba(0,0,0,0.20);
	-ms-box-shadow:0px 4px 12px rgba(0,0,0,0.20);
	-o-box-shadow:0px 4px 12px rgba(0,0,0,0.20);
	-webkit-box-shadow:0px 4px 12px rgba(0,0,0,0.20);
	box-shadow:0px 4px 12px rgba(0,0,0,0.20);
}

.case-section .image-column .image .play-btn .play-inner{
	position:relative;
	padding-left:70px;
	padding-top:5px;
}

.case-section .image-column .image .play-btn .play-inner .icon{
	position:absolute;
	left:0px;
	top:0px;
	color:#ffffff;
	font-weight:300;
	font-size:50px;
	line-height:1em;
}

.case-section .image-column .image:before{
	position:absolute;
	content:'';
	left:50px;
	top:-50px;
	width:550px;
	height:573px;
	z-index:-1;
}

.case-section .image-column .image .play-btn .play-inner h3{
	position:relative;
	color:#ffffff;
	font-size:13px;
	font-weight:700;
	line-height:1.7em;
	text-transform:uppercase;
}

.case-section .image-column .image .play-btn .play-inner h3 span{
	display:block;
	color:#513212;
	font-weight:300;
	text-transform:capitalize;
}

.case-section .image-column .image .play-btn .overlay-link{
	position:absolute;
	content:'';
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	display:block;
}

.case-section .content-column{
	position:relative;
}

.case-section .content-column .inner-column{
	position:relative;
	padding-top:90px;
	padding-left:15px;
}

.case-section .content-column .inner-column .sec-title{
	margin-bottom:30px;
}



.case-section .content-column .text{
	position:relative;
}

.case-section .content-column .text p{
	position:relative;
	color:#555555;
	font-size: 16px;
	line-height:1.8em;
	margin-bottom:20px;
	text-align: justify;
}

.case-section .content-column .text p:last-child{
	margin-bottom:0px;
}

/*** 

====================================================================
	Counter Section
====================================================================

***/

.counter-section{
	position:relative;
	background-size:cover;
	background-repeat:no-repeat;
	background-position:left top;
}

.counter-section:before{
	position:absolute;
	content:'';
	right:0px;
	top:-300px;
	width:306px;
	height:768px;
	display:inline-block;
	background:url(../images/resource/pattern-1.png) no-repeat;
}

.counter-section .inner-section{
	position:relative;
	margin-left:-80px;
	padding:110px 0px 80px;
	padding-left:60px;
	background:#ff4800;
	background-position:center center;
	background-repeat:no-repeat;
}

.counter-section .inner-section:before{
	position:absolute;
	content:'';
	right:100%;
	top:0px;
	width:20000px;
	height:100%;
	background-color:#ff4800;
}

.counter-section .inner-section .big-letter{
	position:absolute;
	content:'';
	right:150px;
	top:0px;
	line-height:1em;
	font-size:440px;
	font-weight:700;
	text-transform:uppercase;
	color:rgba(255,255,255,0.1);
}

.counter-section .inner-section:after{
	position:absolute;
	content:'';
	right:-50px;
	bottom:-50px;
	width:100px;
	height:100px;
	-moz-transform:rotate(45deg);
	-ms-transform:rotate(45deg);
	-o-transform:rotate(45deg);
	-webkit-transform:rotate(45deg);
	transform:rotate(45deg);
	background-color:#ffffff;
}

/* Counter Style Two */

.counter-section.style-two{
	border-top:1px solid #f2f2f2;
}

.counter-section.style-two:before{
	display:none;
}

.counter-section.style-two .inner-section{
	margin-left:0px;
	background:none;
	padding:90px 0px 60px;
}

.counter-section.style-two .inner-section:before{
	display:none;
}

.counter-section.style-two .fact-counter .count-outer .count-text,
.counter-section.style-two .fact-counter .count-outer{
	color:#222222;
}

.counter-section.style-two .fact-counter .column .counter-title{
	color:#777777;
}

.counter-section.style-two .fact-counter .column .inner .icon-box{
	color:#07d346;
}

.counter-section.style-two .inner-section:after,
.counter-section.style-three .inner-section:after{
	display:none;
}

/*Counter Style Three*/

.counter-section.style-three{
	/* background-color: #292929; */
	background: #1a2a6c;  /* fallback for old browsers */
	background: -webkit-linear-gradient(to right, #fdbb2d, #b21f1f, #1a2a6c);  /* Chrome 10-25, Safari 5.1-6 */
	background: linear-gradient(to right, #03bcc5, #bb2a2a, #005e84); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}

.counter-section.style-three:before{
	display:none;
}

.counter-section.style-three .inner-section{
	margin-left:0px;
	background:none;
	padding:90px 0px 60px;
}

.counter-section.style-three .inner-section:before{
	display:none;
}

.counter-section.style-three .fact-counter .count-outer .count-text,
.counter-section.style-three .fact-counter .count-outer{
	color:#ffffff;
}

.counter-section.style-three .fact-counter .column .counter-title{
	color:#ffffff;
}

.counter-section.style-three .fact-counter .column .inner .icon-box{
	color:#ffffff;
}

/*Fact Counter*/

.fact-counter{
	position:relative;
}

.fact-counter .column{
	position:relative;
	margin-bottom:30px;
}

.fact-counter .column .inner{
	position:relative;
	top:0;
	z-index:1;
	padding-left:90px;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}

.fact-counter .column .inner .icon-box{
	position:absolute;
	left:0px;
	top:2px;
	color:#ffffff;
	font-size:60px;
	line-height:1em;
	font-weight:400;
}

.fact-counter .count-outer{
	position:relative;
	font-size:60px;
	line-height:1em;
	font-weight:700;
	color:#ffffff;
	margin:10px 0px 0px;
}

.fact-counter .count-outer .count-text{
	position:relative;
	font-weight:700;
	color:#ffffff;
	font-size:60px;
	line-height:1em;
	margin-bottom:15px;
}

.fact-counter .column .counter-title{
	position:relative;
	font-size:16px;
	font-weight:500;
	color:#ffffff;
	letter-spacing:1px;
}

/*** 

====================================================================
	Services Section Two
====================================================================

***/

.services-section-two{
	position:relative;
	/* padding: 40px 0px 110px; */
}

.services-section-two .upper-carousel-section{
	position:relative;
}

.services-section-two .owl-carousel .service-block-two .inner-box{
	margin:15px 15px;
}

.services-section-two .upper-carousel-section .owl-carousel{
}

.services-section-two .upper-carousel-section .owl-dots{
	display:none;
}

.services-section-two .upper-carousel-section .owl-nav{
	position:absolute;
	left:0px;
	top:50%;
	width:100%;
	margin-top:-33px;
}

.owl-nav .owl-prev{
	position:absolute;
	left: 15px;
	width: 35px;
	top: 35%;
	height: 65px;
	font-size:20px;
	line-height: 60px;
	text-align:center;
	font-weight:700;
	/* border-radius:50%; */
	background-color: #515151;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}

.owl-nav .owl-next{
	position:absolute;
	right: 15px;
	width: 35px;
	top: 35%;
	height: 65px;
	font-size:20px;
	line-height: 60px;
	text-align:center;
	z-index: 10;
	font-weight:700;
	background-color: #303030d6;
	/* border:1px solid #efeded; */
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}

.services-section-two .upper-carousel-section .owl-nav .owl-prev:hover,
.services-section-two .upper-carousel-section .owl-nav .owl-next:hover{
	background-color:#f8f8f8;
}

/*Services Block Two*/

.service-block-two{a
	position:relative;
	padding: 0 10px;
}

.service-block-two .inner-box{
	position:relative;
	border-radius:5px;
	text-align:center;
	padding:50px 15px;
	border:1px solid #f2f0f0;
}

.service-block-two .inner-box .icon-box{
	position:relative;
	margin-bottom:20px;
}

.service-block-two .inner-box .icon-box img{
	width:auto;
	margin:0 auto;
}

.service-block-two .inner-box h3{
	position:relative;
	font-size:17px;
	font-weight:500;
	transition: 0.5s;
}

.service-block-two .inner-box h3 a{
	position:relative;
	color: #1c1c1c;
	font-weight: 600;
	display:inline-block;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}

.service-block-two .inner-box h3 a:hover{
	color: #ff4800;
}

.service-block-two .inner-box .designation{
	position:relative;
	color: #4c4c4c;
	font-size: 15px;
}

.service-block-two .inner-box:hover{
	border-color:#ecfff2;
	background-color: #f7f7f7;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	-moz-box-shadow: 0px 0px 20px rgba(0,0,0,0.20);
	-ms-box-shadow: 0px 0px 20px rgba(0,0,0,0.20);
	-o-box-shadow: 0px 0px 20px rgba(0,0,0,0.20);
	-webkit-box-shadow: 0px 0px 20px rgba(0,0,0,0.20);
	box-shadow: 0px 0px 20px rgba(0, 0, 0, 0);
}

.services-section-two .lower-content-box{
	position:relative;
	margin-top:45px;
}

.services-section-two .lower-content-box .text{
	position:relative;
	color:#555555;
	font-size:14px;
	line-height:1.9em;
}

.services-section-two .lower-content-box .btn-column{
	text-align:right;
}

.projects-section{
	position:relative;
	padding: 50px 0px 0;
	border-top:1px solid #f7f7f7;
	background-repeat:no-repeat;
	background-position: right bottom;
}

.projects-section .grey-box{
	position:absolute;
	left:0px;
	top:0px;
	width:50%;
	height:100%;
	/* background-color: #f7f7f7; */7; */
}

.projects-section .grey-box:after{
	position: absolute;
    content: '';
    right: -50px;
    bottom: -50px;
    width: 100px;
    height: 100px;
    -webkit-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	transform: rotate(45deg);
    background-color: #ffffff;
}

.projects-section .owl-dots,
.projects-section .owl-nav{
	display: block !important;
}

/*Gallery Item*/

.gallery-item{
	position:relative;
}

.gallery-item .inner-box{
	position:relative;
	width:100%;
	overflow:hidden;
	text-align:center;
}

.gallery-item .image-box{
	position:relative;
	display:block;
	width: 100%;
	/* padding: 2px 0; */
}

.gallery-item .image-box img{
	position:relative;
	display:block;
	width: 100%;
}

.gallery-item .overlay-box{
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	opacity:0;
	color:#ffffff;
	text-align:center;
	background: #005e84d4;
	/* -webkit-transition:all 500ms ease; */
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	/* transition:all 500ms ease; */
	/* -webkit-transform:translateY(-100%); */
	-ms-transform:translateY(-100%);
	-o-transform:translateY(-100%);
	-moz-transform:translateY(-100%);
	/* transition: 250ms ease-in-out; */
	background-color: rgba(19, 93, 168, 0.61);
	transition: 0.5ms ease-in-out;
	transition: transform .2s;
	opacity: 0;
	transform: scale(.8);
}

.gallery-item .inner-box:hover .overlay-box{
	opacity:1;
	-webkit-transform:translateY(0%);
	-ms-transform:translateY(0%);
	-o-transform:translateY(0%);
	-moz-transform:translateY(0%);
	transform:translateY(0%);
	opacity: 1;
	transform: scale(1);
}

.gallery-item .overlay-inner{
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	display:table;
	vertical-align:middle;
	padding:10px 0px;
}

.gallery-item .overlay-inner .content{
	position:relative;
	display:table-cell;
	vertical-align:middle;
}

.gallery-item .overlay-inner .link{
	position:relative;
	font-size:24px;
	color:#ffffff;
	width:60px;
	height:60px;
	font-weight:300;
	margin:0px 2px;
	line-height:58px;
	border-radius:50%;
	display:inline-block;
	/* opacity:0; */
	/* transition:all 500ms ease; */
	/* -webkit-transition:all 500ms ease; */
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	opacity: 0;
	transform: translateY(-40px);
	transition: 250ms 320ms linear;
	border:1px solid rgba(255,255,255,0.90);
}

.gallery-item .overlay-inner .link .icon{
	position:relative;
}

.gallery-item .overlay-inner .link:hover{
	color:#666666;
	background-color:rgba(255,255,255,1);
}

.gallery-item .inner-box:hover .overlay-inner .link{
	-webkit-transition:all 500ms ease, opacity 500ms ease 500ms;
	-ms-transition:all 500ms ease, opacity 500ms ease 500ms;
	transition:all 500ms ease, opacity 500ms ease 500ms;
	opacity:1;	
}

.gallery-item .overlay-inner .link:nth-child(1){
	-webkit-transform:translateX(-30px);
	-ms-transform:translateX(-30px);
	transform:translateX(-30px);	
}

.gallery-item .overlay-inner .link:nth-child(2){
	-webkit-transform:translateX(30px);	
	-ms-transform:translateX(30px);	
	transform:translateX(30px);	
}

.gallery-item .inner-box:hover .overlay-inner .link:nth-child(1),
.gallery-item .inner-box:hover .overlay-inner .link:nth-child(2){
	-webkit-transform:translateX(0px);
	-ms-transform:translateX(0px);
	transform:translateX(0px);
	-webkit-transition:all 500ms ease, opacity 500ms ease 500ms, transform 500ms ease 500ms;
	-ms-transition:all 500ms ease, opacity 500ms ease 500ms, transform 500ms ease 500ms;
	transition:all 500ms ease, opacity 500ms ease 500ms, transform 500ms ease 500ms;
}

.gallery-item .inner-box h3{
	position:relative;
	font-size:18px;
	font-family: poppins;
	font-weight: 400;
	text-align: left;
	padding: 15px 0px 3px 10px;
	line-height:1.2em;
	margin-left: 10px;
	color: black;
}

.gallery-item .inner-box h3 a{
	position:relative;
	color:#222222;
	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;
}

.gallery-item .inner-box h3 a:hover{
	color: #297798;
}

.gallery-item .inner-box .text{
	position:relative;
	color: #1b1b1b;
	font-size: 13.5px;
	font-weight: 500;
	  font-family: "Plus Jakarta Sans", sans-serif;
	text-align: left;
	padding: 5px 18px;
	border-radius:50px;
	text-transform:uppercase;
	display:inline-block;
}

/*** 

====================================================================
	Testimonial Section
====================================================================

***/

.testimonial-section{
	position:relative;
	padding: 50px 0px 50px;
}

.testimonial-section .owl-nav{
	display:none;
}

.testimonial-section .owl-dots, .five-item-carousel .owl-dots{
	position:relative;
	margin-left: 200px;
	margin-top:20px;
	display:inline-block;
}

.testimonial-section .owl-dots:before, .five-item-carousel .owl-dots:before{
	position:absolute;
	/* content:''; */
	/* left:0px; */
	/* top:10px; */
	/* width:100%; */
	/* height:2px; */
	/* background-color:#efefef; */
}

.testimonial-section .owl-dots .owl-dot, .five-item-carousel .owl-dots .owl-dot{
	position:relative;
	border: 1px solid #ef8f2a;
	width:20px;
	height:20px;
	z-index:1;
	margin:0px 10px;
	display:inline-block;
	border-radius:50%;
	background-color:#ffffff;
}

.testimonial-section .owl-dots .owl-dot:after, .five-item-carousel .owl-dots .owl-dot:after{
	position:absolute;
	content:'';
	right:2px;
	top:2px;
	left:2px;
	bottom:2px;
	opacity:0;
	border-radius:50%;
	background-color: #ef8f2a;
	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;
}

.testimonial-section .owl-dots .owl-dot.active::after,
.testimonial-section .owl-dots .owl-dot:hover::after, .five-item-carousel .owl-dots .owl-dot.active::after,
.five-item-carousel .owl-dots .owl-dot:hover::after{
	opacity:1;
}

.testimonial-block{
	position:relative;
}

.testimonial-block .inner-block{
	position:relative;
	padding-left:230px;
	padding-bottom:20px;
}

.testimonial-block .inner-block .big-letter{
	position:absolute;
	right:0px;
	top:-60px;
	font-size:400px;
	font-weight:700;
	line-height:1em;
	color:rgba(0,0,0,0.03);
}

.testimonial-block .inner-block .image{
	position:absolute;
	left:0px;
	width:174px;
	height:171px;
	margin:30px 0px;
}

.testimonial-block .inner-block .image:before{
	position:absolute;
	content:'';
	left:15px;
	top:-15px;
	width:166px;
	height:174px;
	background:url(../images/icons/author-triangle.png) no-repeat;
}

.testimonial-block .inner-block .image img{
	position:relative;
	width:174px;
	height:171px;
}

.testimonial-block .inner-block .content{
	position:relative;
	padding-left:60px;
	border-left:1px solid #e5e5e5;
}

.testimonial-block .inner-block .content .title{
	position:relative;
	color:#135da8;
	font-size:13px;
	font-weight:400;
	letter-spacing:1px;
	text-transform:uppercase;
}

.testimonial-block .inner-block .content h2{
	position:relative;
	color:#222222;
	font-size:30px;
	font-weight:600;
	line-height:1.4em;
	letter-spacing:2px;
	padding-bottom:12px;
	margin-bottom:18px;
}

.testimonial-block .inner-block .content h2:after{
	position:absolute;
	content:'';
	left:0px;
	bottom:0px;
	width:44px;
	height:3px;
	background-color:#135da8;
}

.testimonial-block .inner-block .content .text{
	position:relative;
	color:#555555;
	font-size:17px;
	font-style:italic;
	padding-left:80px;
}

.testimonial-block .inner-block .content .text .quote-icon{
	position:absolute;
	left:0px;
	top:8px;
	color: #ef8f2a;
	font-size:50px;
	line-height:1em;
}

/*** 

====================================================================
	Management Section
====================================================================

***/

.management-section{
	position:relative;
	padding-top: 50px;
	background: linear-gradient(to right, #1CB5E0, #000046);
	/* background-position:center center; */
	/* background-repeat:no-repeat; */
}

.management-section .floated-text{
	position:absolute;
	left:-420px;
	bottom:0px;
	line-height:250px;
	font-size:350px;
	font-weight:800;
	color:rgba(255,255,255,0.05);
	text-transform:uppercase;
}

.management-section .floated-text span{
	line-height:250px;
	color:#6048f0;
	text-shadow: -1px -1px 0 rgba(255,255,255,0.10), 1px -1px 0 rgba(255,255,255,0.10), -1px 1px 0 rgba(255,255,255,0.10), 1px 1px 0 rgba(255,255,255,0.10);
}

.management-section .title-box{
	position:relative;
	margin-bottom:40px;
}

.management-section .heading-column{
	position:relative;
	margin-top:14px;
}



.management-section .heading-column .inner-column h2{
	position:relative;
	color:#ffffff;
	font-size: 26px;
	font-weight: 400;
	line-height:1.5em;
}

.management-section .text-column{
	position:relative;
	right: 13px;
}

.management-section .text-column .text{
	position:relative;
	color:#ffffff;
	font-size:14px;
	line-height:1.9em;
}

/*** 

====================================================================
	Management Tabs Style
====================================================================

***/

.management-section .management-info-tabs .management-tabs{
	position:relative;
}

.management-section .management-info-tabs .management-tabs .btns-outer{
	text-align:center;
}

.management-section .management-info-tabs .management-tabs .tab-btns{
	position:relative;
	z-index:1;
	display:table;
	width:100%;
	border:1px solid rgba(255,255,255,0.10);
}

.management-section .management-info-tabs .management-tabs .tab-btns .tab-btn{
	position:relative;
	width: 25%;
	font-size:18px;
	color:#ffffff;
	font-weight:600;
	line-height:24px;
	cursor:pointer;
	text-align:center;
	padding:20px 15px;
	height:168px;
	display:table-cell;
	vertical-align:middle;
	transition:all 500ms ease;
	text-transform:capitalize;
	border-right:1px solid rgba(255,255,255,0.10);
}

.management-section .management-info-tabs .management-tabs .tab-btns .tab-btn:last-child{
	border-right:none;
}

.management-section .management-info-tabs .management-tabs .tab-btns .tab-btn .icon{
	display:block;
	font-size:50px;
	line-height:1em;
	font-weight:400;
	margin-bottom:12px;
}

.management-section .management-tabs .tab-btns .tab-btn:hover,
.management-section .management-tabs .tab-btns .tab-btn.active-btn{
	background-color: #031659;
}

.management-section .management-info-tabs .management-tabs .tabs-content .tab{
	position:relative;
	display:none;
	border-top:0px;
}

.management-section .management-info-tabs .management-tabs .tabs-content .tab.active-tab{
	display:block;	
}

.management-section .management-info-tabs .management-tabs .tabs-content .tab .content{
	position:relative;
	margin-top:-40px;
	z-index:1;
}

.management-section .management-info-tabs .management-tabs .tabs-content .tab .image,
.management-section .management-info-tabs .management-tabs .tabs-content .tab .image img{
	/* position:relative; */
	/* display:block; */
	/* width: 100%; */
	bottom: 0;
	display: block;
	margin: 0 auto;
}

/*** 

====================================================================
	News Section
====================================================================

***/

.news-section{
	position:relative;
	/* padding:150px 0px 135px; */
	background-position:left center;
	background-repeat:no-repeat;
}

.news-section.with-padding-top .sec-title{
	margin-bottom:70px;
}

.news-section .news-inner-container{
	position:relative;
}

.news-section .news-inner-container .popular-news,
.news-section .news-inner-container .recent-news{
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:auto;
	opacity:0;
	visibility:hidden;
}

.news-section .news-inner-container .recent-news{
	position:relative;
	opacity:1;
	visibility:visible;
}

.news-section .news-inner-container.active-news .popular-news{
	position:relative;
	opacity:1;
	visibility:visible;
}

.news-section .news-inner-container.active-news .recent-news{
	position:absolute;
	opacity:0;
	visibility:hidden;
}

.news-section .news-inner-container .news-option{
	position:relative;
	text-align:center;
	margin-top:45px;
}

.news-section .news-inner-container .news-option .option-inner{
	position:relative;
	display:inline-block;
	cursor:pointer;
}

.news-section .news-inner-container .news-option span.recent{
	position:relative;
	color:#222222;
	cursor:pointer;
	font-size:14px;
	font-weight:600;
	display:inline-block;
	text-transform:uppercase;
}

.news-section .news-inner-container .news-option span.popolar{
	position:relative;
	color:#222222;
	font-size:14px;
	font-weight:600;
	cursor:pointer;
	display:inline-block;
	text-transform:uppercase;
}

.news-section .news-inner-container .news-option span.icon{
	position:relative;
	top:8px;
	width:42px;
	height:22px;
	margin:0px 8px;
	display:inline-block;
	border-radius:50px;
	border:1px solid #c8c8c8;
}

.news-section .news-inner-container .news-option span.icon:before{
	position:absolute;
	content:'';
	left:2px;
	top:2px;
	bottom:1px;
	width:16px;
	height:16px;
	display:inline-block;
	border-radius:50%;
	background-color:#135da8;
	-webkit-transition:all 300ms ease;
}

.news-section .news-inner-container .news-option .option-inner.active span.icon:before{
	left:auto;
	right:2px;	
}

.news-section .floated-text{
	position: absolute;
    top: 20px;
    line-height: 250px;
    font-size: 350px;
    font-weight: 700;
    color: rgba(173,173,173,0.07);
	text-transform:uppercase;
}

.news-section .floated-text span{
	line-height: 250px;
    color: rgba(255,255,255,1);
    text-shadow: -1px -1px 0 #eeeeee,  
    1px -1px 0 #eeeeee,
   -1px  1px 0 #eeeeee,
    1px  1px 0 #eeeeee;
}

.news-block{
	position:relative;
}

.news-block .inner-box{
	position:relative;
	padding:40px 28px 30px;
	border-left:1px solid #e9e9e9;
	border-right:1px solid #e9e9e9;
}

.news-block .inner-box .title{
	position:relative;
	color:#ff4800;
	font-size:15px;
	font-weight:600;
}

.news-block .inner-box .post-time{
	position:relative;
	color:#a9a8a8;
	font-size:13px;
	font-weight:400;
	margin-bottom:10px;
}

.news-block .inner-box h2{
	position:relative;
	color:#222222;
	font-size:25px;
	font-weight:600;
	line-height:1.4em;
	margin-bottom:15px;
}

.news-block .inner-box h2 a{
	position:relative;
	color:#222222;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
}

.news-block .inner-box h2 a:hover{
	color:#ff4800;
}

.news-block .inner-box .text{
	position:relative;
	color:#555555;
	font-size:16px;
	font-weight:300;
	line-height:1.7em;
	margin-bottom:30px;
}

.news-block .inner-box .author-info{
	position:relative;
}

.news-block .inner-box .author-info .info-inner{
	position:relative;
	padding-left:90px;
}

.news-block .inner-box .author-info .info-inner .image{
	position:absolute;
	left:0px;
	top:0px;
	width:72px;
	height:72px;
	overflow:hidden;
	border-radius:50%;
}

.news-block .inner-box .author-info .info-inner .author-post{
	position:relative;
	color:#a6a6a6;
	font-size:13px;
	font-weight:400;
}

.news-block .inner-box .author-info .info-inner h3{
	position:relative;
	color:#222222;
	font-size:17px;
	font-weight:500;
	line-height:1.4em;
}

.news-block .inner-box .author-info .info-inner .arrow{
	position:relative;
	color:#135da8;
	font-size:40px;
	line-height:15px;
	margin-top:8px;
	display:inline-block;
}

.news-block .inner-box .author-info .info-inner .arrow:after{
	position:absolute;
	content:'';
	right:-25px;
	top:0px;
	width:13px;
	height:13px;
	margin-top:1px;
	border-radius:50%;
	background-color:#cdf9db;
}

.news-section .sidebar-blogs{
	position:relative;
	padding:5px 0px 0px;
	border-left:1px solid #e9e9e9;
	border-right:1px solid #e9e9e9;
	transform:translateX(0);
	opacity:1;
	transition:all 500ms ease;
}

.news-section .news-inner-container .left-column{
	position:relative;
	transition:all 500ms ease;	
}

.news-section .news-inner-container.active-news .recent-news .sidebar-blogs,
.news-section .news-inner-container .popular-news .sidebar-blogs{
	transform:translateX(30px);
	opacity:0;
}

.news-section .news-inner-container.active-news .recent-news .left-column,
.news-section .news-inner-container .popular-news .left-column{
	transform:translateX(-30px);
	opacity:0;	
}

.news-section .news-inner-container.active-news .popular-news .sidebar-blogs{
	transform:translateX(0px);
	opacity:1;	
}

.news-section .news-inner-container.active-news .popular-news .left-column{
	transform:translateX(0px);
	opacity:1;	
}

.news-block-two{
	position:relative;
	padding-bottom:25px;
}

.news-block-two:last-child{
	padding-bottom:0px;
}

.news-block-two:last-child .inner-box{
	border-bottom:none;
}

.news-block-two .inner-box{
	position:relative;
	padding:0px 28px;
	padding-bottom:25px;
	border-bottom:1px solid #e9e9e9;
}

.news-block-two .inner-box .title{
	position:relative;
	color:#ff4800;
	font-size:15px;
	font-weight:600;
}

.news-block-two .inner-box .post-time{
	position:relative;
	color:#a9a8a8;
	font-size:13px;
	font-weight:400;
	margin-bottom:10px;
}

.news-block-two .inner-box h2{
	position:relative;
	color:#222222;
	font-size:25px;
	font-weight:600;
	line-height:1.4em;
}

.news-block-two .inner-box h2 a{
	position:relative;
	color:#222222;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
}

.news-block-two .inner-box h2 a:hover{
	color:#ff4800;
}

/*** 

====================================================================
	Map Info Section
====================================================================

***/

.map-info-section{
	position:relative;
}

.map-info-section .outer-container{
	position:relative;
	background-color:#f3f3f3;
}

.map-info-section .outer-container .left-column{
    position: relative;
    width: 50%;
    float: left;
    background: #135da8;
}

.map-info-section .outer-container .left-column:after{
	position:absolute;
	content:'';
	right:-85px;
	top:-85px;
	width:170px;
	height:170px;
	z-index:2;
	background-color:#ffffff;
	-webkit-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	transform:rotate(45deg);
}

.map-info-section .outer-container .left-column .content{
	position:relative;
	max-width: 600px;
	float: right;
	width: 100%;
	padding: 120px 50px 120px 15px;
}

.map-info-section .outer-container .left-column h2{
	position:relative;
	color: #ffffff;
	font-size: 29px;
	line-height:1.4em;
	margin-bottom:15px;
}

.map-info-section .outer-container .left-column .text{
	position:relative;
	color: #ffffff;
	font-size: 18px;
	line-height:1.9em;
	margin-bottom:15px;
}

.map-info-section .outer-container .left-column .phone{
	position:relative;
	color: #ffffff;
	font-size:29px;
	font-weight: 500;
	margin-top:30px;
}

.map-info-section .outer-container .right-column{
    position: absolute;
    width: 50%;
    right: 0px;
    height: 100%;
	float:left;
}

.map-info-section .outer-container .right-column .map-outer .map-canvas {
    position: absolute;
    right: 0px;
    height: 100%;
    width: 100%;
    min-height: 400px;
}

/*** 

====================================================================
	Main Footer
====================================================================

***/

.main-footer{
	position:relative;
	background-repeat:no-repeat;
	background-position:center center;
}

/*.main-footer:after{
	position:absolute;
	content:'';
	left:-300px;
	bottom:-300px;
	width:490px;
	height:491px;
	background:url(../images/resource/footer-circle.jpg) no-repeat;
}*/

.main-footer .icon-one{
	position:absolute;
	right:70px;
	top:50px;
	width:42px;
	height:45px;
	background:url(../images/icons/icon-7.png) no-repeat;
}

.main-footer .icon-two{
	position:absolute;
	left:20%;
	top:10%;
	width:47px;
	height:47px;
	background:url(../images/icons/icon-6.png) no-repeat;
}

.main-footer .icon-three{
	position:absolute;
	left:50%;
	bottom:20%;
	width:21px;
	height:21px;
	background:url(../images/icons/icon-8.png) no-repeat;
}

.main-footer .widgets-section{
	position:relative;
	padding:90px 0px 50px;
}

.main-footer .logo-widget{
	position:relative;
	z-index:1;
}

.main-footer .logo-widget .logo{
	position:relative;
	margin-bottom:15px;
}

.main-footer .logo-widget .text{
	position:relative;
	color:#555555;
	font-size:14px;
	line-height:1.9em;
	margin-bottom:20px;
}

.main-footer .logo-widget .social-list{
	position:relative;
}

.main-footer .logo-widget .social-list li{
	position:relative;
	margin-bottom:5px;
	display:inline-block;
}

.main-footer .logo-widget .social-list li.follow{
	position:relative;
	color:#222222;
	font-size:17px;
	font-weight:600;
	display:block;
	margin-bottom:10px;
	text-transform:capitalize;
	text-align: center;
}

.main-footer .logo-widget .social-list li a{
	position:relative;
	color:#ffffff;
	font-size:12px;
	font-weight:500;
	padding:1px 16px;
	border-radius:50px;
	letter-spacing:1px;
	display:inline-block;
	margin-right:5px;
	text-transform:uppercase;
}

.main-footer .logo-widget .social-list li.facebook{
	background-color:#2e52aa;
	border-radius: 25px;
}

.main-footer .logo-widget .social-list li.pinterest a{
	background-color:#ff222f;
}

.main-footer .logo-widget .social-list li.twiter a{
	background-color:#2eacff;
}

.main-footer .logo-widget .social-list li.whatsapp a{
	background-color:#2ab53f;
}

/*Footer Widget*/

.main-footer .footer-widget{
	position:relative;
	margin-bottom:25px;
}

.main-footer .footer-widget h2{
	position:relative;
	font-size:17px;
	font-weight:600;
	color:#222222;
	line-height:1.2em;
	margin-bottom:25px;
	text-transform:capitalize;
	display:inline-block;
}

/*List Links*/

.list-link{
	position:relative;
}

.list-link li{
	position:relative;
	margin-bottom:10px;
}

.list-link li a{
	position:relative;
	color:#555555;
	font-size:14px;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
}

.list-link li a:hover{
	color: #ef8f2a;
}

/*Subscribe Form*/

.subscribe-form .form-group{
	position:relative;
	display:block;
	max-width:770px;
	margin:0 auto;
	width:100%;
	margin-bottom:20px;
	padding-right:70px;
}

.subscribe-form .form-group input[type="text"],
.subscribe-form .form-group input[type="tel"],
.subscribe-form .form-group input[type="email"],
.subscribe-form .form-group textarea{
	position:relative;
	display:block;
	width:100%;
	line-height:20px;
	height:60px;
	font-size:13px;
	color:#ababab;
	background:#fbfbfb;
	border-radius:50px;
	border:2px solid #e6e6e6;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;	
	padding:10px 50px 10px 30px;
}

.subscribe-form .form-group input[type="submit"],
.subscribe-form button{
	position:absolute;
	right:0px;
	top:0px;
	width:60px;
	height:60px;
	line-height:40px;
	color:#ffffff;
	font-size:20px;
	font-weight:500;
	text-align:center;
	background: #ef8f2a;
	border-radius:50%;
	font-family: 'Poppins', sans-serif;
}

.subscribe-widget .text{
	position:relative;
	z-index:1;
	color:#555555;
	font-size:14px;
}

.subscribe-widget .text span{
	font-weight:600;
}

.main-footer .footer-bottom{
	position:relative;
	padding:14px 0px;
	z-index:1;
	border-top:1px solid #dedede;
}

.main-footer .footer-bottom .copyright{
	position:relative;
	color:#555555;
	font-size:14px;
}

.main-footer .footer-bottom .footer-nav{
	position:relative;
	text-align:right;
}

.main-footer .footer-bottom .footer-nav li{
	position:relative;
	margin-left:40px;
	display:inline-block;
}

.main-footer .footer-bottom .footer-nav li a{
	position:relative;
	color:#555555;
	font-size:14px;
	-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 .footer-bottom .footer-nav li a:hover{
	color:#ff4800;
}

/*** 

====================================================================
	About Section
====================================================================

***/

.about-section{
	position:relative;
	padding:150px 0px 60px;
	background-position:right center;
	background-repeat:no-repeat;
}

.about-section .title-column{
	position:relative;
	margin-bottom:40px;
}

.about-section .title-column .inner-column{
	position:relative;
}

.about-section .title-column .inner-column .big-letter{
	position:absolute;
	margin-left:-160px;
	font-size:400px;
	font-weight:700;
	text-transform:uppercase;
	color:rgba(0,0,0,0.03);
}

.about-section .title-column .inner-column .sec-title{
	position:relative;
	margin-bottom:25px;
}

.about-section .title-column .inner-column .text{
	position:relative;
	color:#555555;
	font-size:14px;
	line-height:1.9em;
	margin-bottom:30px;
}

.about-section .blocks-column .row{
	margin:0px -6px;
}

.about-section .blocks-column .about-blocks{
	padding:0px 6px;
}

.about-blocks{
	position:relative;
}

.about-blocks .inner-block{
	position:relative;
}

.about-blocks .inner-block .image{
	position:relative;
	border-radius:5px;
	overflow:hidden;
    -moz-box-shadow: 0px 4px 12px rgba(0,0,0,0.20);
    -ms-box-shadow: 0px 4px 12px rgba(0,0,0,0.20);
    -o-box-shadow: 0px 4px 12px rgba(0,0,0,0.20);
    -webkit-box-shadow: 0px 4px 12px rgba(0,0,0,0.20);
    box-shadow: 0px 4px 12px rgba(0,0,0,0.20);
}

.about-blocks .inner-block .image img{
	position:relative;
	width:100%;
	display:block;
}

.about-blocks .inner-block .lower-box{
	position:relative;
	padding-top:22px;
	text-align:center;
}

.about-blocks .inner-block .lower-box h3{
	position:relative;
	font-weight:600;
	font-size:18px;
	color:#222222;
	margin-bottom:12px;
}

.about-blocks .inner-block .lower-box h3 a{
	position:relative;
	color:#222222;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;	
}

.about-blocks .inner-block .lower-box .read-more:hover,
.about-blocks .inner-block .lower-box h3 a:hover{
	color:#ff4800;
}

.about-blocks .inner-block .lower-box .text{
	position:relative;
	color:#777777;
	font-size:14px;
	line-height:2em;
	margin-bottom:15px;
}

.about-blocks .inner-block .lower-box .read-more{
	position:relative;
	font-size:36px;
	color:#222222;
	line-height:20px;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;	
}

/*** 

====================================================================
	Clients Section
====================================================================

***/

.clients-section{
	position:relative;
	overflow:hidden;
}

.clients-section .sponsors-outer{
	position:relative;
	padding:30px 0px 30px;
}

.clients-section .sponsors-outer:before{
	position:absolute;
	content:'';
	left:0px;
	top:0px;
	width:60000px;
	height:1px;
	background-color:#efefef;
}

.clients-section .sponsors-outer:after{
	position:absolute;
	content:'';
	right:0px;
	bottom:0px;
	width:60000px;
	height:1px;
	background-color:#efefef;
}

.clients-section .sponsors-outer .owl-dots,
.clients-section .sponsors-outer .owl-nav{
	position:relative;
	display:none;
}

.clients-section .sponsors-outer .image-box{
	position:relative;
	text-align:center;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
}

.clients-section .sponsors-outer .image-box img{
	max-width:100%;
	width:auto;
	opacity:0.15;
	display:inline-block;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
}

.clients-section .sponsors-outer .image-box img:hover{
	opacity:0.6;
}

/*** 

====================================================================
	Services Section Three
====================================================================

***/

.services-section-three{
	position:relative;
	padding:90px 0px 140px;
}

.services-section-three.style-two{
	padding:140px 0px 130px;
}

.services-section-three.style-two .services-block{
	margin-bottom:30px;
}

.services-block{
	position:relative;
}

.services-block .inner-box{
	position:relative;
	padding:70px 30px;
	border-radius:5px;
	overflow:hidden;
	border:1px solid #efeded;
	-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 .big-letter{
	position:absolute;
	left:100%;
	top:80px;
	color:#ffffff;
	font-size:100px;
	font-weight:700;
	letter-spacing:1px;
	text-transform:uppercase;
	-webkit-transition:all 600ms ease;
	-ms-transition:all 600ms ease;
	-o-transition:all 600ms ease;
	-moz-transition:all 600ms ease;
	transition:all 600ms ease;
}

.services-block .inner-box:hover{
	-moz-box-shadow:0px 4px 12px rgba(0,0,0,0.20);
	-ms-box-shadow:0px 4px 12px rgba(0,0,0,0.20);
	-o-box-shadow:0px 4px 12px rgba(0,0,0,0.20);
	-webkit-box-shadow:0px 4px 12px rgba(0,0,0,0.20);
	box-shadow:0px 4px 12px rgba(0,0,0,0.20);
}

.services-block .inner-box:hover .big-letter{
	color:rgba(255,255,255,0.50);
	left:130px;
}

.services-block .inner-box .icon-box{
	position:relative;
	font-size:56px;
	color:#adadad;
	line-height:1em;
	margin-bottom:18px;
	display:inline-block;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
}

.services-block .inner-box:hover .icon-box{
	color:#ff4800;
}

.services-block .inner-box .title{
	position:relative;
	font-size:14px;
	color:#aaaaaa;
	margin-bottom:12px;
}

.services-block .inner-box h2{
	position:relative;
	font-size:17px;
	font-weight:400;
	line-height:1.7em;
	margin-bottom:12px;
}

.services-block .inner-box h2 a{
	position:relative;
	color:#222222;
	-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 h2 a:hover{
	color:#ff4800;
}

.services-block .inner-box .text{
	position:relative;
	color:#555555;
	font-size:14px;
	line-height:1.9em;
}

.services-block .inner-box .text a{
	font-weight:500;
	color:#ff4800;
}

.services-block .inner-box .text a:hover{
	color:#135da8;
}

.services-block .inner-box .left-layer{
	position:absolute;
	left:0px;
	top:0px;
	width:50%;
	height:100%;
	display:block;
}

.services-block .inner-box .left-layer:before{
	position:absolute;
	content:'';
	left:0px;
	top:0px;
	width:50%;
	height:0%;
	display:block;
	background-color:#f4f4f4;
	-webkit-transition:all 600ms ease;
	-ms-transition:all 600ms ease;
	-o-transition:all 600ms ease;
	-moz-transition:all 600ms ease;
	transition:all 600ms ease;
}

.services-block .inner-box .left-layer:after{
	position:absolute;
	content:'';
	right:0px;
	bottom:0px;
	width:50%;
	height:0%;
	display:block;
	background-color:#f4f4f4;
	-webkit-transition:all 600ms ease;
	-ms-transition:all 600ms ease;
	-o-transition:all 600ms ease;
	-moz-transition:all 600ms ease;
	transition:all 600ms ease;
}

.services-block .inner-box:hover .left-layer:before,
.services-block .inner-box:hover .left-layer:after{
	height:100%;
}

.services-block .inner-box .right-layer{
	position:absolute;
	right:0px;
	top:0px;
	width:50%;
	height:100%;
	display:block;
}

.services-block .inner-box .right-layer:before{
	position:absolute;
	content:'';
	left:0px;
	top:0px;
	width:50%;
	height:0%;
	display:block;
	background-color:#f4f4f4;
	-webkit-transition:all 600ms ease;
	-ms-transition:all 600ms ease;
	-o-transition:all 600ms ease;
	-moz-transition:all 600ms ease;
	transition:all 600ms ease;
}

.services-block .inner-box .right-layer:after{
	position:absolute;
	content:'';
	right:0px;
	bottom:0px;
	width:50%;
	height:0%;
	display:block;
	background-color:#f4f4f4;
	-webkit-transition:all 600ms ease;
	-ms-transition:all 600ms ease;
	-o-transition:all 600ms ease;
	-moz-transition:all 600ms ease;
	transition:all 600ms ease;
}

.services-block .inner-box:hover .right-layer:before,
.services-block .inner-box:hover .right-layer:after{
	height:100%;
}

.services-section-three .owl-nav{
	display:none;
}

.services-section-three .owl-dots{
	position:relative;
	text-align:center;
	margin-top:40px;
}

.services-section-three .owl-dots .owl-dot{
	width:14px;
	height:6px;
	margin:0px 3px;
	border-radius:50px;
	background-color:#dadada;
	display:inline-block;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
}

.services-section-three .owl-dots .owl-dot:hover,
.services-section-three .owl-dots .owl-dot.active{
	width:24px;
	background-color:#ff4800;
}

/*** 

====================================================================
	Price Section
====================================================================

***/

.price-section{
	position:relative;
	padding-bottom: 35px;
}

.price-section .upper-section{
	position:relative;
	padding: 35px 0px 220px;
	background-color: #005e84;
	background-position:left center;
}

.price-section .upper-section .sec-title{
	margin-bottom:0px;
}

.price-section .upper-section .big-letter{
	position: absolute;
    right: -450px;
    top: 0px;
    line-height: 250px;
    font-size: 350px;
    font-weight: 700;
    color: rgba(255,255,255,0.07);
    text-transform: uppercase;
}

.price-section .upper-section .big-letter span{
	color: #6048f0;
    text-shadow: -1px -1px 0 rgba(255,255,255,0.10), 1px -1px 0 rgba(255,255,255,0.10), -1px 1px 0 rgba(255,255,255,0.10), 1px 1px 0 rgba(255,255,255,0.10);
}

.price-block{
	position:relative;
}

.price-block .inner-box{
	position:relative;
	padding:45px 40px 30px;
	border-radius:5px;
    -moz-box-shadow: 0px 0px 20px rgba(0,0,0,0.20);
    -ms-box-shadow: 0px 0px 20px rgba(0,0,0,0.20);
    -o-box-shadow: 0px 0px 20px rgba(0,0,0,0.20);
    -webkit-box-shadow: 0px 0px 20px rgba(0,0,0,0.20);
	box-shadow: 0px 0px 20px rgba(0,0,0,0.20);
	background-color:#ffffff;
}

.price-block .inner-box .upper-box{
	position:relative;
	padding-bottom:20px;
	margin-bottom:25px;
	border-bottom:1px solid #d1d1d1;
}

.price-block .inner-box .title{
	position:relative;
	color:#222222;
	font-size:15px;
	font-weight:600;
	margin-bottom:5px;
}

.price-block .inner-box .price{
	position:relative;
	color:#222222;
	font-size:80px;
	font-weight:600;
	line-height:1em;
	text-align: center;
}

.price-block .inner-box .price sup{
	position:relative;
	color:#777777;
	font-size:26px;
	font-weight:400;
	top:-38px;
	margin-right:5px;
}

.price-block .inner-box .price sub{
	position:relative;
	color:#777777;
	bottom:0px;
	font-size:15px;
	font-weight:400;
}

.price-block .inner-box .upper-box .theme-btn{
	margin-top:30px;
}

.price-block .inner-box .lower-box{
	position:relative;
	padding:0px 10px 10px;
}

.price-block .inner-box .lower-box ul{
	position:relative;
	padding-top: 6px;
}

.price-block .inner-box .lower-box ul li{
	position:relative;
	max-width: 285px;
	width:100%;
	color:#777777;
	font-size:18px;
	margin-bottom:12px;
	padding-left:22px;
	display:inline-block;
}

.price-block .inner-box .lower-box ul li:before{
	position:absolute;
	content:'';
	left:0px;
	top:13px;
	height:1px;
	width:10px;
	background-color:#135da8;
}

.price-block .inner-box .lower-box ul li span{
	position:relative;
	color:#222222;
	font-weight:500;
}

.price-section .carousel-section{
	position:relative;
	margin-top:-188px;
	z-index:9;
}

.price-section .carousel-section .price-carousel{
	max-width:710px;
	margin:0 auto;
	width:100%;
	display:block;
	padding:0px 15px;
}

.price-section .carousel-section .owl-carousel .owl-stage-outer{
	overflow:visible;
	padding:10px 0px;
}

.price-section .carousel-section .owl-dots,
.price-section .carousel-section .owl-nav{
	display:none;
}

.price-section .carousel-section .owl-carousel .owl-stage-outer .owl-item{
	opacity:0.6;
}

.price-section .carousel-section .owl-carousel .owl-stage-outer .owl-item.active{
	opacity:1;
}

.price-section .carousel-section .owl-carousel .owl-stage-outer .owl-item.active .price-block .inner-box{
	background:#ffffff url(../images/background/pattern-9.png) repeat;
}

/*** 

====================================================================
	Team Section
====================================================================

***/

.team-section{
	position:relative;
	padding:145px 0px 55px;
	border-top:1px solid #f7f7f7;
}

.team-section .pattern-layer{
	position:absolute;
	right:0px;
	bottom:-300px;
	width:396px;
	height:560px;
	z-index:-1;
	background:url(../images/background/pattern-10.png) no-repeat;
}

.team-section .grey-box{
	position: absolute;
    left: 0px;
    top: 0px;
    width: 50%;
    height: 100%;
    background-color: #f7f7f7;
}

.team-section .grey-box:after{
	position: absolute;
    content: '';
    right: -50px;
    bottom: -50px;
    width: 100px;
    height: 100px;
    -webkit-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	transform: rotate(45deg);
    background-color: #ffffff;
}

.team-section .owl-dots,
.team-section .owl-nav{
	display:none;
}

.team-block{
	position:relative;
	margin-bottom:40px;
}

.team-block .inner-box{
	position:relative;
	overflow:hidden;
	z-index:1;
}

.team-block .inner-box .image{
	position:relative;
}

.team-block .inner-box .image .triangle-layer{
	position:absolute;
	left:-150px;
	top:-200px;
	width:440px;
	height:440px;
	z-index:1;
	opacity:0;
	visibility:hidden;
	-webkit-transition:all 900ms ease;
	-ms-transition:all 900ms ease;
	-o-transition:all 900ms ease;
	-moz-transition:all 900ms ease;
	transition:all 900ms ease;
	-webkit-transform: rotate(135deg);
	-o-transform: rotate(135deg);
	-ms-transform: rotate(135deg);
	-moz-transform: rotate(135deg);
	transform: rotate(135deg);
	background-color:rgba(255,76,114,0.35);
}

.team-block .inner-box:hover .image .triangle-layer{
	opacity:1;
	visibility:visible;
	-webkit-transform: rotate(30deg);
	-o-transform: rotate(30deg);
	-ms-transform: rotate(30deg);
	-moz-transform: rotate(30deg);
	transform: rotate(30deg);
}

.team-block .inner-box .image .social-box{
	position:absolute;
	top:110%;
	right:10px;
	width:32px;
	z-index:1;
	padding-top:10px;
	padding-bottom:2px;
	text-align:center;
	background-color:#ffffff;
	-webkit-transition:all 900ms ease;
	-ms-transition:all 900ms ease;
	-o-transition:all 900ms ease;
	-moz-transition:all 900ms ease;
	transition:all 900ms ease;
	border-right:1px solid #b1ada8;
}

.team-block .inner-box .image .social-box a{
	position:relative;
	display:block;
	color:#777777;
	font-size:14px;
	margin-bottom:5px;
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
}

.team-block .inner-box .image .social-box a:hover{
	color:#ff4800;
}

.team-block .inner-box:hover .image .social-box{
	top:10px;
}

.team-block .inner-box .image img{
	position:relative;
	width:100%;
	display:block;
}

.team-block .inner-box .lower-box{
	position:relative;
	left:0px;
	bottom:0px;
	width:100%;
	text-align:center;
	padding-top:22px;
}

.team-block .inner-box .lower-box h2{
	position:relative;
	color:#222222;
	font-size:18px;
	font-weight:500;
	text-transform:capitalize;
}

.team-block .inner-box .overlay-box{
	position:absolute;
	left:0px;
	bottom:-100px;
	width:100%;
	z-index:2;
	text-align:center;
	padding:16px 0px 15px;
	background-color:#ffffff;
	border:1px solid #e2e2e2;
	-webkit-transition:all 600ms ease;
	-ms-transition:all 600ms ease;
	-o-transition:all 600ms ease;
	-moz-transition:all 600ms ease;
	transition:all 600ms ease;
}

.team-block .inner-box:hover .overlay-box{
	bottom:0px;
}

.team-block .inner-box .overlay-box h3{
	position:relative;
	color:#222222;
	font-size:18px;
	font-weight:500;
	line-height:1.4em;
}

.team-block .inner-box .overlay-box h3 a{
	position:relative;
	color:#222222;
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
}

.team-block .inner-box .overlay-box h3 a:hover{
	color:#ff4800;
}

.team-block .inner-box .overlay-box .designation{
	position:relative;
	color:#ff4800;
	font-size:14px;
}

.team-section .team-pagination{
	position:relative;
	margin-top:30px;
	text-align:right;
}

.team-pagination li{
	position:relative;
	display:inline-block;
}

.team-pagination li a{
	position:relative;
	width:29px;
	height:29px;
	color:#777777;
	font-size:15px;
	font-weight:500;
	text-align:center;
	display:inline-block;
	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;
}

.team-pagination li a:hover,
.team-pagination li.current a{
	color:#ff4800;
	border-color:#ff4800;
}

.team-pagination li.next-arrow a{
	width:auto;
	border:none;
	top:12px;
}

.team-pagination li.next-arrow a span{
	color:#8e8e8e;
	font-size:46px;
}

/*** 

====================================================================
	Testimonial Section Two
====================================================================

***/

.testimonial-section-two{
	position:relative;
	padding:110px 0px 90px;
	background-position:right top;
	background-repeat:no-repeat;
}

.testimonial-section-two .image-column{
	position:relative;
}

.testimonial-section-two .image-column .image{
	position:relative;
	margin-left:-60px;
	display:inline-block;
}

.testimonial-section-two .image-column .image:before{
	position: absolute;
    content: '';
    left: 50px;
    top: -50px;
    width: 550px;
    height: 573px;
    z-index: -1;
    background: url(../images/icons/case-line.png) no-repeat;
}

.testimonial-section-two .content-column{
	position:relative;
}

.testimonial-section-two .content-column .inner-column{
	position:relative;
	padding-top:55px;
}

.testimonial-section-two .content-column .sec-title{
	margin-bottom:25px;
}

.testimonial-section-two .content-column .big-letter{
	position:absolute;
	right:0px;
	bottom:0px;
	font-weight:700;
	font-size:400px;
	line-height:50px;
	text-transform:uppercase;
	color:rgba(34,34,34,0.03);
}

.testimonial-block-two{
	position:relative;
}

.testimonial-block-two .inner-box{
	position:relative;
}

.testimonial-block-two .inner-box .quote-icon{
	position:relative;
	color:#f69329;
	font-size:40px;
	line-height:1em;
	margin-bottom:15px;
}

.testimonial-block-two .inner-box .text{
	position:relative;
	color:#555555;
	font-size:17px;
	font-style:italic;
	line-height:1.8em;
}

.testimonial-section-two .owl-nav{
	display:none;
}

.testimonial-section-two .owl-dots{
	position:relative;
	margin-top:20px;
	display:inline-block;
}

.testimonial-section-two .owl-dots .owl-dot{
	position:relative;
	border:1px solid #c8c8c8;
	width:14px;
	height:14px;
	z-index:1;
	margin-right:10px;
	display:inline-block;
	border-radius:50%;
	background-color:#ffffff;
}

.testimonial-section-two .owl-dots .owl-dot:after{
	position:absolute;
	content:'';
	right:2px;
	top:2px;
	left:2px;
	bottom:2px;
	opacity:0;
	border-radius:50%;
	background-color:#135da8;
	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;
}

.testimonial-section-two .owl-dots .owl-dot.active,
.testimonial-section-two .owl-dots .owl-dot:hover{
	border-color:#19e457;
}

.testimonial-section-two .owl-dots .owl-dot.active::after,
.testimonial-section-two .owl-dots .owl-dot:hover::after{
	opacity:1;
}

/*** 

====================================================================
	Faq Section
====================================================================

***/

.faq-section{
	position:relative;
	overflow:hidden;
	padding:35px 0px 35px;
	background: url('https://hypermedia.com.tn/wp-content/uploads/2020/03/bg-faq-1.jpg');
	background-repeat:no-repeat;
	background-position: -100px center;
	z-index:1;
}

.faq-section .floated-text{
	position:absolute;
	right:70%;
	bottom:0px;
	font-size:400px;
	font-weight:700;
	line-height:100px;
	text-transform:uppercase;
	color:rgba(255,255,255,0.10);
}

.faq-section .floated-text span{
	line-height: 250px;
    color: rgba(0,0,0,0);
    text-shadow: 0px 8px rgba(255,255,255,0.05);
}

.faq-section .big-letter{
	position:absolute;
	right:300px;
	top:-100px;
	font-weight:700;
	font-size:440px;
	line-height:50px;
	color:rgba(255,255,255,0.10);
	text-transform:uppercase;
}

.faq-section .image-column{
	position:relative;
}

.faq-section .image-column .image{
	position:relative;
}

.faq-section .image-column .image img{
	position: relative;
    max-width: none;
    display: inline-block;
}

.faq-section .accordian-column{
	position:relative;
	margin-bottom:40px;
}

.faq-section .accordian-column .sec-title{
	margin-bottom:20px;
}

.accordion-box{
	position:relative;
	z-index:10;
	margin-bottom:30px;
}

.accordion-box .block{
	position:relative;
	margin-bottom:10px;
}

.accordion-box .block:last-child{
	margin-bottom:0px;
}

.accordion-box .block .acc-btn{
	position:relative;
	font-size:22px;
	margin-bottom:0px;
	cursor:pointer;
	line-height:24px;
	font-weight:500;
	overflow:hidden;
	color:#ffffff;
	padding:20px 20px 20px 50px;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	border-bottom:1px solid rgba(255,255,255,0.50);
}

.accordion-box .block .acc-btn .icon-outer{
	position:absolute;
	left:0px;
	top:15px;
	font-size:16px;
	color:#ff5400;
	line-height:28px;
	text-align:center;
	border-radius:50%;
	font-weight:600;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}

.accordion-box .block .acc-btn .icon-outer .icon{
	position: absolute;
	top: 50%;
	display: block;
	width:32px;
	height:32px;
	color: #ef902a;
	line-height:30px;
	text-align:center;
	border-radius:50%;
	font-size:14px;
	border: 2px solid #ef902a;
}

.accordion-box .block .acc-btn.active .icon-outer .icon-plus{
	opacity:0;
}

.accordion-box .block .icon-outer .icon-minus{
	opacity: 0;
    font-weight: 700;
}

.accordion-box .block.active-block .icon-minus{
	opacity:1;
	color:#ffffff;
	border-color:#cc8809;
}

.accordion-box .block .acc-content{
	position:relative;
	display:none;
}

.accordion-box .block .acc-content.current{
	display:block;	
}

.accordion-box .block .content{
	position:relative;
	font-size:15px;
	padding:15px 0px 0px 40px;
}

.accordion-box .block .content p{
	margin-bottom:10px;
	line-height:1.8em;
	font-size:14px;
	color:#ffffff;
}

.accordion-box .block .content p:last-child{
	margin-bottom:0px;	
}

/*** 

====================================================================
	News Section Two
====================================================================

***/

.news-section-two{
	position:relative;
	padding:140px 0px 150px;
	background-repeat:no-repeat;
	background-position:left bottom;
}

.news-section-two .floated-text{
	position: absolute;
    right: -15px;
    top: -110px;
    line-height: 250px;
    font-size: 350px;
    font-weight: 700;
    color: rgba(173,173,173,0.07);
    text-transform: uppercase;
	z-index:0;
}

.news-section-two .floated-text span{
	line-height: 250px;
    color: rgba(255,255,255,1);
    text-shadow: -1px -1px 0 #eeeeee,  
    1px -1px 0 #eeeeee,
   -1px  1px 0 #eeeeee,
    1px  1px 0 #eeeeee;
}

.news-section-two .btn-box{
	margin-top:40px;
}

/*News Block Three*/

.news-block-three{
	position:relative;
	margin-bottom: 30px;
}

.news-block-three .inner-box{
	position:relative;
	border-radius:7px;
	overflow:hidden;
	background-color:#ffffff;
}

.news-block-three .inner-box .image{
	position:relative;
}

.news-block-three .inner-box .image img{
	position:relative;
	width:100%;
	display:block;
}

.news-block-three .inner-box .lower-content{
	position:relative;
	/* padding:22px 28px; */
	border-radius:0px 0px 7px 7px;
	/* border:1px solid #d7d7d7; */
	border-top:none;
}

.news-block-three .inner-box .lower-content .upper-box{
	position:relative;
	padding-bottom:18px;
	margin-bottom:15px;
	border-bottom:1px solid #d7d7d7;
}

.news-block-three .inner-box .lower-content h3{
	position:relative;
	color:#222222;
	font-size: 16px;
	font-weight: 500;
	display: block;
	padding-top: 10px;
	text-align: center;
}

.news-block-three .inner-box .lower-content h3 a{
	position:relative;
	color:#222222;
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
}

.news-block-three .inner-box .lower-content .post-date{
	position:relative;
	color:#135da8;
	font-size:12px;
	margin-top:3px;
}

.news-block-three .inner-box .lower-content h3 a:hover{
	color:#ff4800;
}

.news-block-three .inner-box .lower-content .lower-box{
	position:relative;
}

.news-block-three .inner-box .lower-content .lower-box .post-meta{
	position:relative;
}

.news-block-three .inner-box .lower-content .lower-box .post-meta li{
	position:relative;
	margin-right:14px;
	display:inline-block;
}

.news-block-three .inner-box .lower-content .lower-box .post-meta li a{
	position:relative;
	color:#777777;
	font-size:12px;
}

.news-block-three .inner-box .lower-content .lower-box .post-meta li a .icon{
	position:relative;
	margin-right:8px;
	font-size:12px;
	color:#ff4800;
}

.news-block-three .inner-box .lower-content .post-meta li:nth-child(2) a .icon{
	color:#135da8;
}

.news-block-three .inner-box .lower-content .post-meta li:nth-child(3) a .icon{
	color:#a8a8a8;
}

.news-block-three .inner-box .lower-content .read-more{
	position:relative;
	color:#222222;
	font-size:15px;
	font-weight:500;
	margin-top:8px;
	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;
}

.news-block-three .inner-box .lower-content .read-more .icon{
	position:relative;
	top:11px;
	margin-left:10px;
	font-size:40px;
	line-height:20px;
	display:inline-block;
}

.news-block-three .inner-box .lower-content .read-more:hover{
	color:#ff4800;
}

.contact-info-section{
	position:relative;
	padding-top:120px;
	padding-bottom:50px;
	border-bottom:1px solid #f3f3f3;
}

.contact-info-section.style-two{
	overflow:hidden;
}

.contact-info-section.style-two .grey-box:after{
	bottom:-50px;
	top:auto;
}

.contact-info-section .grey-box{
    position: absolute;
    right: 0px;
    top: 0px;
    width: 50%;
    height: 100%;
    background-color: #f3f3f3;
}

.contact-info-section .grey-box:after{
	position: absolute;
    content: '';
    left: -50px;
    top: -50px;
    width: 100px;
    height: 100px;
	-webkit-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
    transform: rotate(45deg);
    background-color: #ffffff;
}

.contact-info-section .info-column{
	position:relative;
	padding-right:60px;
}

.contact-info-section .info-column .inner-column{
	position:relative;
}

.contact-info-section .info-column h2{
	position: relative;
    color: #222222;
    font-size: 35px;
    font-weight: 600;
    line-height: 1.4em;
    margin-bottom: 15px;
}

.contact-info-section .info-column .text{
	position:relative;
	color:#555555;
	font-size:14px;
	line-height:2em;
	margin-bottom:18px;
}

.contact-info-section .info-column .phone{
    position: relative;
    color: #ff4800;
    font-size: 29px;
    font-weight: 400;
    margin-top: 30px;
}

.contact-info-section .form-column{
	position:relative;
}

.contact-info-section .form-column .inner-column{
	position:relative;
	padding-left:60px;
}

.contact-info-section .floated-text{
	position: absolute;
    left: -15px;
    top: -10px;
    line-height: 250px;
    font-size: 350px;
    font-weight: 700;
    color: rgba(173,173,173,0.07);
    text-transform: uppercase;
}

.contact-info-section .floated-text span{
	position:relative;
	line-height: 250px;
    color: rgba(255,255,255,1);
    text-shadow: -1px -1px 0 #eeeeee, 1px -1px 0 #eeeeee, -1px 1px 0 #eeeeee, 1px 1px 0 #eeeeee;
}

/*** 

====================================================================
	Default Form
====================================================================

 ***/

.default-form{
	position:relative;
}

.default-form .form-group{
	position:relative;
	margin-bottom:18px;
}

.default-form .form-group input[type="text"],
.default-form .form-group input[type="password"],
.default-form .form-group input[type="tel"],
.default-form .form-group input[type="email"],
.default-form .form-group select{
	position:relative;
	display:block;
	width:100%;
	height:60px;
	font-size:16px;
	font-weight:500;
	color:#333333;
	background:none;
	line-height:18px;
	padding:10px 0px 8px;
	border-bottom:1px solid #d6d6d6;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
}

.default-form .form-group textarea{
	position:relative;
	display:block;
	width:100%;
	line-height:24px;
	padding:10px 0px;
	color:#777777;
	height:135px;
	font-size:16px;
	resize:none;
	background:none;
	font-weight:500;
	border-bottom:1px solid #d6d6d6;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
}

.default-form .form-group textarea::-webkit-input-placeholder,
.default-form .form-group input::-webkit-input-placeholder{
	color:#242424;
}

.default-form button{
	margin-top:15px;
}

/*** 

====================================================================
	Page Title
====================================================================

 ***/

.page-title{
	position:relative;
	background-size:cover;
	padding: 0;
	background-repeat:no-repeat;
	background-position:center top;
	border-bottom: 2px solid #f3f3f3;
	background: #fffbf5;
}

.page-title:before{
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	background-color: rgba(239, 239, 239, 0.4);
}

.page-title h2{
	position:relative;
	color: #403f3f;
	font-size: 33px;
	font-weight:700;
	line-height:1.4em;
	padding-bottom:14px;
	margin-bottom:20px;
	  font-family: "Plus Jakarta Sans", sans-serif;
	text-align: center;
}

.page-title h2:after{
	position:absolute;
	content:'';
	left: 50%;
	bottom:0px;
	width:42px;
	height:2px;
	background-color:#135da8;
}

.page-title .text{
	position:relative;
	color:#ffffff;
	font-size:15px;
	line-height:1.8em;
}

.page-title .text a{
	font-weight:600;
	color:#ff4800;
}

/*.page-title:after{
	position: absolute;
	content: '';
	left: 0px;
	bottom: 0px;
	width: 40%;
	border-bottom: 50px solid #f3f3f3;
	border-right: 750px solid #7b787800;
}*/

.page-title .big-letter{
    position: absolute;
    right: -15px;
    bottom: 0px;
    z-index: 1;
    line-height: 280px;
    font-size: 110px;
    font-weight: 700;
    text-transform: uppercase;
    color: rgba(255,255,255,0.05);
}

.page-title .big-letter span{
	line-height: 250px;
    color: rgba(0,0,0,0);
    text-shadow: 0px 8px rgba(255,255,255,0.05);
}

/*** 

====================================================================
	About Section Two
====================================================================

 ***/

.about-section-two{
	position:relative;
	padding: 30px 0px 0px;
	background-repeat:no-repeat;
	background-position:right top;
}

.about-section-two .right-pattern{
	position:absolute;
	right:0px;
	bottom:-400px;
	width:306px;
	height:769px;
	z-index:1;
	background:url(../images/resource/pattern-2.png) no-repeat;
}

.about-section-two .title-column{
	position:relative;
	margin-bottom:40px;
}

.about-section-two .title-column .inner-column{
	position:relative;
}

.about-section-two .title-column .inner-column .sec-title{
	margin-bottom:22px;
}

.about-section-two .title-column .big-letter{
    position: absolute;
    font-size: 400px;
    font-weight: 700;
	margin-left: -160px;
    color: rgba(0,0,0,0.03);
	text-transform: uppercase;
}

.about-section-two .title-column .text{
	position:relative;
}

.about-section-two .title-column .text p{
	position:relative;
	color:#555555;
	font-size:14px;
	line-height:2em;
	margin-bottom:18px;
}

.about-section-two .title-column .text h3{
	position:relative;
	color:#222222;
	font-size:20px;
	font-weight:600;
	margin-bottom:13px;
}

.about-section-two .title-column .inner-column .list-style-two{
	margin:25px 0px 25px;
}

.about-section-two .title-column .graph-image{
	position:relative;
	margin-top:18px;
}

.about-section-two .blocks-column{
	position:relative;
}

.about-section-two .blocks-column .about-blocks{
	margin-bottom:25px;
}

/*** 

====================================================================
	Service Section Four
====================================================================

 ***/

.services-section-four{
	position:relative;
	padding:140px 0px 130px;
}

.services-section-four .row{
	margin:0px -8px;
}

.services-section-four .services-block-two{
	padding:0px 8px;
	margin-bottom:16px;
}

.services-block-two{
	position:relative;
}

.services-block-two .inner-box{
	position:relative;
	overflow:hidden;
	border-radius:8px;
	border:1px solid #dbdada;
}

.services-block-two .inner-box .image{
	position:relative;
}

.services-block-two .inner-box .image img{
	position:relative;
	width:100%;
	display:block;
}

.services-block-two .inner-box .image .overlay-box{
	position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    opacity: 0;
    color: #ffffff;
    background:#f4f4f4;
    -webkit-transition: all 700ms ease;
    -ms-transition: all 700ms ease;
    -o-transition: all 700ms ease;
    transition: all 700ms ease;
    -webkit-transform: translate(-100%,0%);
    -ms-transform: translate(-100%,0%);
    -o-transform: translate(-100%,0%);
    -moz-transform: translate(-100%,0%);
    transform: translate(-100%,0%);
}

.services-block-two .inner-box:hover .image .overlay-box{
	opacity:1;
	-webkit-transform: translate(0%,0%);
    -ms-transform: translate(0%,0%);
    -o-transform: translate(0%,0%);
    -moz-transform: translate(0%,0%);
    transform: translate(0%,0%);
}

.services-block-two .inner-box .image .overlay-box .overlay-inner{
	position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    display: table;
    vertical-align: middle;
    padding: 10px 0px;
	padding-left:38px;
	padding-right:38px;
}

.services-block-two .inner-box .image .overlay-box .overlay-inner .content{
	position:relative;
	display: table-cell;
    vertical-align: middle;
}

.services-block-two .inner-box .big-letter{
	position: absolute;
    left: 120%;
    top: 80px;
    font-size: 100px;
    font-weight: 700;
    letter-spacing: 1px;
	color:rgba(255,255,255,0.40);
    text-transform: uppercase;
    -webkit-transition: all 600ms ease;
    -ms-transition: all 600ms ease;
    -o-transition: all 600ms ease;
    -moz-transition: all 600ms ease;
    transition: all 600ms ease;
}

.services-block-two .inner-box:hover .big-letter{
	left:130px;
}

.services-block-two .inner-box .icon-box{
	position: relative;
    font-size: 56px;
    color: #adadad;
    line-height: 1em;
    margin-bottom: 18px;
    display: inline-block;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}

.services-block-two .inner-box:hover .icon-box{
	color:#ff4800;
}

.services-block-two .inner-box .title{
    position: relative;
    font-size: 14px;
    color: #aaaaaa;
    margin-bottom: 12px;
}

.services-block-two .inner-box h2{
    position: relative;
    font-size: 17px;
    font-weight: 400;
    line-height: 1.7em;
    margin-bottom: 12px;
}

.services-block-two .inner-box h2 a{
	position: relative;
    color: #222222;
    -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-two .inner-box h2 a:hover{
	color: #ff4800;
}

.services-block-two .inner-box .text{
    position: relative;
    color: #555555;
    font-size: 14px;
    line-height: 1.9em;
}

.services-block-two .inner-box .text a{
	font-weight: 500;
    color: #ff4800;
}

/*** 

====================================================================
	Team Page Section
====================================================================

 ***/

.team-page-section{
	position:relative;
	padding:145px 0px 70px;
}

.team-page-section .right-pattern{
	position:absolute;
	right:0px;
	bottom:-400px;
	width:306px;
	height:769px;
	z-index:1;
	background:url(../images/resource/pattern-2.png) no-repeat;
}

.team-page-section .row{
	margin:0px -1px;
}

.team-page-section .team-block{
	margin-bottom:60px;
	padding:0px 1px;
}

.team-page-section .sec-title{
}

.team-page-section .sec-title .big-letter{
	position: absolute;
	right:250px;
	top:-20px;
	line-height:120px;
    font-size: 400px;
    font-weight: 700;
    margin-top: 0px;
    color: rgba(0,0,0,0.03);
    text-transform: uppercase;
}

.team-page-section.style-two{
	padding-bottom:140px;
}

.team-page-section .row{
	margin:0px -3px;
}

.team-page-section .team-block-two{
	padding:0px 3px;
	margin-bottom:6px;
}

.team-block-two{
	position:relative;
}

.team-block-two .inner-box{
	position:relative;
	overflow:hidden;
	background-repeat:no-repeat;
	background-size:cover;
	background-position:center top;
	 -webkit-transition: all 700ms ease;
    -ms-transition: all 700ms ease;
    -o-transition: all 700ms ease;
    transition: all 700ms ease;
}

.team-block-two .inner-box .overlay-box{
	position: relative;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
	text-align:center;
	padding:65px 15px;
    background: #f4f4f4;
	opacity:0;
	visibility:hidden;
    -webkit-transition: all 700ms ease;
    -ms-transition: all 700ms ease;
    -o-transition: all 700ms ease;
    transition: all 700ms ease;
	border:1px solid #e0e0e0;
	background-color:#ffffff;
}

.team-block-two .inner-box:hover .overlay-box{
	opacity:1;
	visibility:visible;
}

.team-block-two .inner-box .overlay-box .overlay-inner{
	position: relative;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    display: table;
    vertical-align: middle;
    padding-left: 38px;
    padding-right: 38px;
}

.team-block-two .inner-box .overlay-box .overlay-inner .content{
    position: relative;
    display: table-cell;
    vertical-align: middle;
}

.team-block-two .inner-box .overlay-box .image{
	position:relative;
	width:221px;
	height:221px;
	margin:0 auto;
	overflow:hidden;
	border-radius:50%;
	margin-bottom:45px;
	-webkit-transition:all 900ms ease;
	-ms-transition:all 900ms ease;
	-o-transition:all 900ms ease;
	-moz-transition:all 900ms ease;
	transition:all 900ms ease;
	-webkit-transform:translateY(-150%) rotate(-135deg);
	-ms-transform:translateY(-150%) rotate(-135deg);
	-o-transform:translateY(-150%) rotate(-135deg);
	-moz-transform:translateY(-150%) rotate(-135deg);
	transform:translateY(-150%) rotate(-135deg);
}

.team-block-two .inner-box:hover .overlay-box .image{
	-webkit-transform:translateY(0%) rotate(0deg);
	-ms-transform:translateY(0%) rotate(0deg);
	-o-transform:translateY(0%) rotate(0deg);
	-moz-transform:translateY(0%) rotate(0deg);
	transform:translateY(0%) rotate(0deg);
}

.team-block-two .inner-box .overlay-box h3{
	position:relative;
	color:#222222;
	font-size:20px;
	font-weight:600;
	margin-bottom:4px;
}

.team-block-two .inner-box .overlay-box .designation{
	position:relative;
	color:#aaaaaa;
	font-size:15px;
	margin-bottom:10px;
}

.team-block-two .inner-box .overlay-box .social-box{
	position:relative;
}

.team-block-two .inner-box .overlay-box .social-box a{
	position:relative;
	color:#bdbdbd;
	font-size:14px;
	margin:0px 8px;
	-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-block-two .inner-box .overlay-box .social-box a:hover{
	color:#135da8;
}

/*** 

====================================================================
	Projects Section Two
====================================================================

 ***/

.projects-section-two{
	position:relative;
	padding: 20px 0px 0px;
}

.projects-section-two .sec-title .pull-left{
	position:relative;
}

.projects-section-two .big-letter{
	position: absolute;
    right: 0px;
    top: -20px;
    line-height: 120px;
    font-size: 400px;
    font-weight: 700;
    margin-top: 0px;
    color: rgba(0,0,0,0.03);
    text-transform: uppercase;
}

.projects-section-two .filters{
	position:relative;
	padding-bottom:25px;
	padding-top:100px;
}

.projects-section-two .filters li{
	position: relative;
    line-height: 24px;
    padding: 0px 0px;
    cursor: pointer;
    color: #222222;
    font-weight: 500;
    font-size: 15px;
    display: inline-block;
    margin-bottom: 10px;
    margin-left:35px;
    text-transform: capitalize;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.projects-section-two .filters li:hover,
.projects-section-two .filters li.active{
	color:#ff4800;
}

.projects-section-two .row{
	margin:0px -4px;
}

.projects-section-two.projects-masonry .row,
.projects-section-two.projects-fullwidth .row{
	margin:0px -1px;
}

.projects-section-two.projects-fullwidth .gallery-item{
	width: 25%;
	float:left;
	padding: 10px 0px 6px 0;
	margin-bottom:2px;
}

.projects-section-two .gallery-item{
	padding:0px 4px;
	margin-bottom:8px;
}

.gallery-item.mix{
	display:none;
}

.projects-masonry .gallery-item{
	padding:0px 1px;
	margin-bottom:2px;
}

.projects-masonry .gallery-item.small-column{
	width:20%;
	float:left;
}

.projects-masonry .gallery-item.large-column{
	width:40%;
	float:left;
}

/* Banner Image Section */

.banner-image{
	position:relative;
}

.banner-image .image{
	position:relative;
}

.banner-image .image:before{
	position: absolute;
    content: '';
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
	z-index:1;
    background-color: rgba(0,0,0,0.40);
}

.banner-image .image img{
	position:relative;
	width:100%;
	display:block;
}

/* Average Section */

.average-section{
	position:relative;
}

.average-section.alternate{
	padding-bottom:30px;
}

.average-section .title-column{
	position:relative;
	margin-bottom:40px;
}

.average-section .title-column h2{
	position:relative;
	color:#222222;
	font-size:35px;
	font-weight:600;
	line-height:1.3em;
}

.average-section .content-column{
	position:relative;
}

.average-section .content-column .text{
	position:relative;
	color:#777777;
	font-size:18px;
	font-style:italic;
	line-height:1.7em;
	font-weight:300;
	margin-bottom:20px;
	text-align: center;
}

.average-section .content-column .cats{
	position:relative;
	color:#222222;
	font-size:14px;
	margin-bottom:28px;
}

.average-section .content-column .average-info{
	position:relative;
	padding-top:28px;
	border-top:2px solid #f6f6f6;
}

.average-section .content-column .average-info li{
	position:relative;
	float:left;
	color:#aaaaaa;
	width:33.333%;
	font-size:15px;
	/* padding-left:30px; */
	border-right:1px solid #d3d3d3;
	text-align: center;
}

.average-section .content-column .average-info li span{
	position:relative;
	display:block;
	font-weight:600;
	color:#222222;
	text-transform:uppercase;
}

.average-section .content-column .average-info li:last-child{
	border:none;
}

.fullwidth-image{
	position:relative;
}

.fullwidth-image .image{
	position:relative;
}

.fullwidth-image .image img{
	position:relative;
	width:100%;
	display:block;
}

/* Project Description */

.project-description{
	position:relative;
	padding:90px 0px;
}

.project-description.alternate{
	padding-top:50px;
	padding-bottom:0px;
}

.project-description .title-column{
	position:relative;
	margin-bottom:20px;
}

.project-description .title-column .inner-column{
	position:relative;
}

.project-description .title-column h2{
	position:relative;
	color:#222222;
	font-size:19px;
	font-weight:400;
	padding-left:40px;
	text-transform:capitalize;
}

.project-description .title-column h2:before{
	position:absolute;
	content:'';
	left:0px;
	top:15px;
	width:30px;
	height:1px;
	background-color:#222222;
}

.project-description .description-column{
	position:relative;
}

.project-description .description-column .text{
	position:relative;
}

.project-description .description-column .text .knob-outer{
	position:relative;
	margin-top:40px;
	margin-bottom:30px;
}

.project-description .description-column .text p{
	position:relative;
	color:#555555;
	font-size:14px;
	margin-bottom:20px;
}

/* Project Gallery Section */

.project-gallery-section{
	position:relative;
}

.project-gallery-section .image{
	position:relative;
	margin-bottom:30px;
}

.project-gallery-section .image img{
	width:100%;
	display:block;
}

.skill-block{
	position: relative;
	margin-bottom: 40px;
}

.skill-block .inner-box{
	position: relative;
	min-height: 155px;
}

.skill-block .graph-outer{
	position: relative;
	text-align: center;
}

.skill-block .graph-outer .count-box{
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    font-size: 25px;
    color: #222222;
    font-weight: 500;
    line-height: 40px;
    margin-top: -20px;
}

.skill-block h3{
	position: relative;
	font-size: 16px;
	line-height: 1.2em;
	color: #222222;
	font-weight: 500;
	text-align:center;
	margin-top:20px;
	text-transform:uppercase;
}

/*** 

====================================================================
	Related Projects
====================================================================

 ***/

.related-projects{
	position:relative;
	padding:160px 0px 100px;
	background-color:#135da8;
	background-position:center center;
	background-repeat:no-repeat;
}

.related-projects.style-two{
	background:none;
	padding-top:90px;
}

.related-projects.style-two .title-box h2{
	color:#333333;
}

.related-projects.style-two .title-box h2:after{
	background-color:#135da8;
}

.related-projects .owl-dots,
.related-projects .owl-nav{
	display:none;
}

.related-projects .title-box{
	position:relative;
	text-align:center;
	margin-bottom:50px;
}

.related-projects .title-box h2{
	position:relative;
	color:#ffffff;
	font-size:35px;
	font-weight:600;
	display:inline-block;
	padding-bottom:18px;
}

.related-projects .title-box h2:after{
	position:absolute;
	content:'';
	left:50%;
	bottom:0px;
	width:42px;
	height:3px;
	margin-left:-21px;
	background-color:#ffffff;
}

/*New Posts*/

.new-posts{
	position:relative;
	padding:65px 100px;
	background-color:#e9e9e9;
}

.new-posts a{
	position:relative;
	color:#222222;
	font-size:15px;
	font-weight:500;
	letter-spacing:1px;
	text-transform:capitalize;
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
}

.new-posts a.prev .icon{
	margin-right:10px;
}

.new-posts a.next .icon{
	margin-left:10px;
}

.new-posts a .icon{
	position:relative;
	line-height:20px;
	font-size:38px;
	top:10px;
}

.new-posts a:hover{
	color:#ff4800;
}

.new-posts .grid-btn{
	position:absolute;
	left:50%;
	color:#222222;
	font-size:32px;
	margin-top:2px;
	margin-left:-13px;
}

/*** 

====================================================================
	Projects Single Two
====================================================================

 ***/

.projects-single-two{
	position:relative;
	padding:150px 0px 50px;
}

.projects-single-two .big-image{
	position:relative;
}

.projects-single-two .big-image img{
	position:relative;
	width: 65%;
	display:block;
	text-align: center;
	margin: 0 auto;
	margin-bottom: 20px;
}

.projects-single-two .project-quote{
	position:relative;
	background-color:#ececec;
	border-left:4px solid #ff4800;
}

.projects-single-two .project-quote .quote-inner{
	position:relative;
	padding:30px 100px 30px 50px;
}

.projects-single-two .project-quote .quote-inner .text{
	position:relative;
	color:#555555;
	font-size:16px;
	line-height:1.8em;
}

.projects-single-two .project-quote .quote-inner .quote-icon{
	position:absolute;
	right:50px;
	top:35px;
	color:#ffffff;
	font-size:60px;
	line-height:1em;
}

/*Project Analysic Section*/

.project-analysic-section{
	position:relative;
	padding-top:50px;
}

.project-analysic-section .content-column{
	position:relative;
	margin-bottom:40px;
}

.project-analysic-section .content-column h2{
	position:relative;
	color:#222222;
	font-size:25px;
	font-weight:600;
	line-height:1.4em;
	margin-bottom:20px;
}

.project-analysic-section .content-column .text{
	position:relative;
	color:#555555;
	font-size:14px;
	line-height:1.9em;
	margin-bottom:20px;
}

.project-analysic-section .image-column{
	position:relative;
}

.project-analysic-section .image-column .image{
	position:relative;
}

.project-analysic-section .image-column .image img{
	position:relative;
	width:100%;
	display:block;
	border-radius:8px;
}

/*** 

====================================================================
	Sidebar Page Container
====================================================================

***/

.sidebar-page-container{
	position:relative;
	padding:150px 0px 50px;
	border-bottom:1px solid #e5e5e5;
}

.sidebar-page-container .content-side,
.sidebar-page-container .sidebar-side{
	margin-bottom:40px;
}

.news-block-four{
	position:relative;
	margin-bottom:50px;
}

.news-block-four .inner-box{
	position:relative;
	border-radius:8px;
	overflow:hidden;
}

.news-block-four .inner-box .text-block{
	position:relative;
	padding:50px 50px 40px;
	background-color:#222222;
}

.news-block-four .inner-box .text-block .text{
	position:relative;
	color: #f1f1f1;
	font-size:18px;
	font-style:italic;
	font-weight:300;
}

.news-block-four .inner-box .text-block .text:first-letter{
	font-style:italic;
	color:#ef902a;
	font-size:36px;
	font-weight:800;
	text-transform:uppercase;
}

.news-block-four .inner-box .image{
	position:relative;
}

.news-block-four .inner-box .image .overlay-box{
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	display:block;
	text-align:center;
}

.news-block-four .inner-box .image .overlay-box .icon{
	position:absolute;
	left:50%;
	top:50%;
	width:80px;
	height:80px;
	color:#135da8;
	margin-left:-40px;
	text-align:center;
	border-radius:50%;
	line-height:80px;
	display:inline-block;
	padding-left:4px;
	font-size:20px;
	margin-top:-40px;
	background-color:rgba(255,255,255,0.80);
}

.news-block-four .inner-box .owl-dots{
	display:none;
}

.news-block-four .inner-box .owl-nav{
	position:absolute;
	left:0px;
	top:50%;
	width:100%;
	margin-top:-38px;
}

.news-block-four .inner-box .owl-nav .owl-prev{
	position:absolute;
	left:20px;
	top:0px;
	width:28px;
	height:75px;
	color:#333333;
	font-size:15px;
	line-height:74px;
	text-align:center;
	background-color:#f4f3f3;
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
}

.news-block-four .inner-box .owl-nav .owl-next{
	position:absolute;
	right:20px;
	top:0px;
	width:28px;
	height:75px;
	color:#333333;
	font-size:15px;
	line-height:74px;
	text-align:center;
	background-color:#f4f3f3;
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
}

.news-block-four .inner-box .owl-nav .owl-prev:hover,
.news-block-four .inner-box .owl-nav .owl-next:hover{
	color:#ffffff;
	background-color:#ff4800;
}

.news-block-four .inner-box .image img{
	position:relative;
	width:100%;
	display:block;
	height: 370px;
}
.news-block-four .single_blog_image img {
    height: auto !important;
    margin-top: 50px !important;
}
.news-block-four .inner-box .image .row{
	margin:0px -1px;
}

.news-block-four .inner-box .image .image-column{
	padding:0px 1px;
	margin-bottom:2px;
}

.news-block-four .inner-box .lower-content{
	position:relative;
	padding:30px 30px;
	border:1px solid #d7d7d7;
	border-top:none;
	border-radius:0px 0px 8px 8px;
}

.news-block-four .inner-box .lower-content .post-date{
	position:absolute;
	left:0px;
	top:0px;
	width:80px;
	height:100px;
	color:#333333;
	font-size:35px;
	font-weight:600;
	text-align:center;
	border-radius:4px;
	padding:14px 5px 5px;
	border:1px solid #dbdbdb;
}

.news-block-four .inner-box .lower-content .post-date span{
	position:relative;
	color:#ff4800;
	font-size:15px;
	font-weight:600;
	padding-top:8px;
	margin-top:16px;
	display:block;
	border-top:1px solid #d3d3d3;
	text-transform:uppercase;
}

.news-block-four .inner-box .lower-content .upper-box{
	position:relative;
	padding-left:100px;
	margin-bottom: 20px;
}

.news-block-four .inner-box .lower-content h3{
	position:relative;
	font-size:20px;
	font-weight:400;
	line-height:1.6em;
	padding-bottom:8px;
	margin-bottom:8px;
	border-bottom:1px solid #dadada;
}

.news-block-four .inner-box .lower-content h3 a{
	position:relative;
	color:#222222;
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
}

.news-block-four .inner-box .lower-content h3 a:hover{
	color:#ff4800;
}

.news-block-four .inner-box .lower-content .post-meta{
	position:relative;
}

.news-block-four .inner-box .lower-content .post-meta li{
	position:relative;
	margin-right:14px;
	display:inline-block;
}

.news-block-four .inner-box .lower-content .post-meta li a{
	position:relative;
	color:#777777;
	font-size:12px;
}

.news-block-four .inner-box .lower-content .post-meta li a .icon{
	position:relative;
	margin-right:8px;
	font-size:12px;
	color:#ff4800;
}

.news-block-four .inner-box .lower-content .post-meta li:nth-child(2) a .icon{
	color:#135da8;
}

.news-block-four .inner-box .lower-content .post-meta li:nth-child(3) a .icon{
	color:#a8a8a8;
}

.news-block-four .inner-box .lower-content .read-more{
	position:relative;
	color:#222222;
	font-size:15px;
	font-weight:500;
	margin-top:8px;
	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;
}

.news-block-four .inner-box .lower-content .read-more .icon{
	position:relative;
	top:11px;
	margin-left:10px;
	font-size:40px;
	line-height:20px;
	display:inline-block;
}

.news-block-four .inner-box .lower-content .read-more:hover{
	color:#ff4800;
}

.news-block-four .inner-box .lower-content .text{
	position:relative;
	color:#555555;
	font-size: 15px;
	line-height:1.9em;
	margin-top:14px;
	text-align: justify;
}

/*Pagination*/

.styled-pagination{
	position:relative;
	display:inline-block;
}

.styled-pagination li{
	position:relative;
	display:inline-block;
	margin:0px 6px 10px 0px;
}

.styled-pagination li a{
	position:relative;
	display:inline-block;
	line-height:56px;
	height:60px;
	font-size:18px;
	min-width:60px;
	color:#777777;
	font-weight:500;
	text-align:center;
	background:#ffffff;
	border-radius:4px;
	border:2px solid #ebebeb;
	text-transform:capitalize;
	transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	-moz-transition:all 500ms ease;
}

.styled-pagination li.next a,
.styled-pagination li.prev a{
	width:100px;
}

.styled-pagination li a:hover,
.styled-pagination li a.active{
	color:#ffffff;
	border-color:#ff4800;
	background-color:#ff4800;
}

/*Sidebar Widget*/

.sidebar-widget{
    position: relative;
    margin-bottom: 40px;
}

.about-widget .widget-content{
	position:relative;
	border-radius:5px;
	overflow:hidden;
}

.about-widget .widget-content .image{
	position:relative;
}

.about-widget .widget-content .image .author-info{
	position:absolute;
	left:60px;
	bottom:18px;
	right:60px;
	padding:8px 12px;
	text-align:center;
	background-color:#ffffff;
}

.about-widget .widget-content .image .author-info:before{
	position:absolute;
	content:'';
	left:-4px;
	right:-4px;
	bottom:-4px;
	top:-4px;
	border:2px solid #ffffff;
}

.about-widget .widget-content .image .author-info h3{
	position:relative;
	color:#222222;
	font-size:17px;
	font-weight:600;
	line-height:1.4em;
	text-transform:uppercase;
}

.about-widget .widget-content .image .author-info  .designation{
	position:relative;
	color:#135da8;
	font-size:12px;
	font-weight:500;
	line-height:1.4em;
	margin-top:5px;
	text-transform:capitalize;
}

.about-widget .widget-content .image img{
	position:relative;
	width:100%;
	display:block;
}

.about-widget .widget-content .lower-box{
	position:relative;
	padding:32px 25px;
	text-align:center;
	border-radius:0px 0px 5px 5px;
	border:1px solid #d7d7d7;
	border-top:none;
}

.about-widget .widget-content .lower-box .text{
	position:relative;
	color:#555555;
	font-size:14px;
	line-height:1.9em;
	margin-bottom:25px;
}

/*Sidebar Title*/

.sidebar-title{
	position:relative;
	margin-bottom:20px;
}

.sidebar-title h2{
	position:relative;
	color:#222222;
	font-size:16px;
	font-weight:600;
	text-transform:uppercase;
}

.social-widget .widget-content .social-list{
	position:relative;
}

.social-widget .widget-content .social-list li{
	position:relative;
	display:inline-block;
	margin-bottom:5px;
}

.social-widget .widget-content .social-list li.follow{
	position:relative;
	color:#222222;
	font-size:17px;
	font-weight:600;
	display:block;
	margin-bottom:10px;
	text-transform:capitalize;
}

.social-widget .widget-content .social-list li a{
	position:relative;
	color:#ffffff;
	font-size:12px;
	font-weight:500;
	padding:0px 11px;
	border-radius:50px;
	letter-spacing:1px;
	display:inline-block;
	margin-right:0px;
	text-transform:uppercase;
}

.social-widget .widget-content .social-list li.facebook a{
	background-color:#2e52aa;
}

.social-widget .widget-content .social-list li.pinterest a{
	background-color:#ff222f;
}

.social-widget .widget-content .social-list li.twiter a{
	background-color:#2eacff;
}

.social-widget .widget-content .social-list li.whatsapp a{
	background-color:#2ab53f;
}

/*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:26px;
	padding:10px 50px 10px 20px;
	border:1px solid #d7d7d7;
	background:none;
	display:block;
	font-size:13px;
	width:100%;
	height:60px;
	border-radius:5px;
	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:#d7d7d7;	
}

.sidebar .search-box .form-group button{
	position:absolute;
	right:0px;
	top:0px;
	height:60px;
	width:60px;
	display:block;
	font-size:20px;
	color:#ffffff;
	line-height:100%;
	background:#ff4800;
	font-weight:normal;
	border-radius:0px 5px 5px 0px;
}

/*Category Widget*/

.category-widget .widget-content{
	position:relative;
	padding:20px 30px 15px;
	border-radius:8px;
	border:1px solid #d7d7d7;
}

.category-widget ul{
	position:relative;
}

.category-widget ul li{
	position:relative;
	padding-bottom:12px;
	margin-bottom:10px;
	border-bottom:1px solid #dddddd;
}

.category-widget ul li:last-child{
	margin-bottom:0px;
	padding-bottom:0px;
	border:none;
}

.category-widget ul li a{
	position:relative;
	display:block;
	font-size:14px;
	color:#555555;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}

.category-widget ul li a span{
	position:absolute;
	right:0px;
}

.category-widget ul li a:hover{
	color:#ff4800;
}

/*Testimonial Widget*/

.testimonial-widget{
	position:relative;
}

.testimonial-widget .widget-content{
	position:relative;
	border-radius:8px;
	padding:40px 25px 30px;
	background-size:cover;
	overflow:hidden;
	text-align:center;
	background-repeat:no-repeat;
}

.testimonial-widget .widget-content:before{
	position:absolute;
	content:'';
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	display:block;
	background-color:rgba(0,0,0,0.60);
}

.testimonial-widget .quote-icon{
	position:relative;
	color:#ffffff;
	line-height:1em;
	font-size:40px;
	margin-bottom:20px;
	padding:0px 45px 25px;
	display:inline-block;
	border-bottom:1px solid rgba(255,255,255,0.70);
}

.testimonial-widget .text{
	position:relative;
	color:#ffffff;
	font-size:16px;
	font-weight:500;
	line-height:1.7em;
}

.testimonial-widget .owl-dots,
.testimonial-widget .owl-nav{
	display:none;
}

/*Popular Posts*/

.popular-posts{
	position:relative;
}

.popular-posts .widget-content{
	position:relative;
	border-radius:8px;
	padding:35px 20px 10px;
	border:1px solid #d9d9d9;
}

/*Post Widget*/

.sidebar .popular-posts .post{
	position:relative;
	font-size:14px;
	color:#666666;
	padding:0px 0px;
	padding-left:100px;
	min-height:105px;
	margin-bottom:20px;
	border-bottom:1px solid #d9d9d9;
}

.sidebar .popular-posts .post:last-child{
	margin-bottom:0px;
	border:0px;
}

.sidebar .popular-posts .post .post-thumb{
	 position:absolute;
	 left:0px;
	 top:0px;
	 width:83px;
	 border-radius:50%;
	 overflow:hidden;
}

.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 .text{
	position:relative;
	top:-4px;
	font-size:15px;
	margin:0px 0px 0px;
	font-weight:500;
	color:#333333;
	line-height:1.6em;
	text-transform:capitalize;
}

.sidebar .popular-posts .post .text a{
	color:#333333;
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
}

.sidebar .popular-posts .post a,
.sidebar .popular-posts .post a:hover{
	color:#ff4800;	
}

.sidebar .popular-posts .post-info{
	position:relative;
	font-size:14px;
	font-weight:400;
	color:#135da8;
}

.tags .widget-content{
	position:relative;
	border-radius:8px;
	padding:30px 20px 25px;
	border:1px solid #d9d9d9;
}

.tags .widget-content a{
	position:relative;
	color:#333333;
	font-size:12px;
	font-weight:500;
	padding:10px 12px;
	float:left;
	display:inline-block;
	margin:0px 5px 5px 0px;
	text-transform:uppercase;
	font-family: 'Poppins', sans-serif;
	border:1px solid #e4e4e4;
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
}

.tags .widget-content a:hover{
	color:#ff4800;
}

.meta-tags .widget-content{
	position:relative;
	border-radius:8px;
	padding:30px 30px 20px;
	border:1px solid #d9d9d9;
}

.meta-tags .widget-content ul{
	position:relative;
}

.meta-tags .widget-content ul li{
	position:relative;
	padding-bottom:10px;
	margin-bottom:10px;
	border-bottom:1px solid #d9d9d9;
}

.meta-tags .widget-content ul li:last-child{
	border:none;
	padding-bottom:0px;
	margin-bottom:0px;
}

.meta-tags .widget-content ul li a{
	position:relative;
	color:#555555;
	font-size:14px;
}

.meta-tags .widget-content ul li a .red-color{
	color:#135da8;
}




.blog-single{
	position:relative;
	margin-bottom:50px;
}

.blog-single .inner-box{
	position:relative;
	border-radius:8px;
	overflow:hidden;
}

.blog-single .inner-box .image{
	position:relative;
}

.blog-single .inner-box .owl-dots{
	display:none;
}

.blog-single .inner-box .owl-nav{
	position:absolute;
	left:0px;
	top:50%;
	width:100%;
	margin-top:-38px;
}

.blog-single .inner-box .owl-nav .owl-prev{
	position:absolute;
	left:20px;
	top:0px;
	width:28px;
	height:75px;
	color:#333333;
	font-size:15px;
	line-height:74px;
	text-align:center;
	background-color:#f4f3f3;
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
}

.blog-single .inner-box .owl-nav .owl-next{
	position:absolute;
	right:20px;
	top:0px;
	width:28px;
	height:75px;
	color:#333333;
	font-size:15px;
	line-height:74px;
	text-align:center;
	background-color:#f4f3f3;
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
}

.blog-single .inner-box .owl-nav .owl-prev:hover,
.blog-single .inner-box .owl-nav .owl-next:hover{
	color:#ffffff;
	background-color:#ff4800;
}

.blog-single .inner-box .image img{
	position:relative;
	width:100%;
	display:block;
}

.blog-single .inner-box .lower-content{
	position:relative;
	padding:30px 0px;
	border-top:none;
	border-radius:0px 0px 8px 8px;
}

.blog-single .inner-box .lower-content .post-date{
	position:absolute;
	left:0px;
	top:0px;
	width:80px;
	height:100px;
	color:#333333;
	font-size:35px;
	font-weight:600;
	text-align:center;
	border-radius:4px;
	padding:14px 5px 5px;
	border:1px solid #dbdbdb;
}

.blog-single .inner-box .lower-content .post-date span{
	position:relative;
	color:#ff4800;
	font-size:15px;
	font-weight:600;
	padding-top:8px;
	margin-top:16px;
	display:block;
	border-top:1px solid #d3d3d3;
	text-transform:uppercase;
}

.blog-single .inner-box .lower-content .upper-box{
	position:relative;
	padding-left:100px;
}

.blog-single .inner-box .lower-content h3{
	position:relative;
	font-size:20px;
	font-weight:400;
	line-height:1.6em;
	padding-bottom:8px;
	margin-bottom:8px;
	color:#222222;
	border-bottom:1px solid #dadada;
}

.blog-single .inner-box .lower-content .post-meta{
	position:relative;
}

.blog-single .inner-box .lower-content .post-meta li{
	position:relative;
	margin-right:14px;
	color:#777777;
	font-size:12px;
	display:inline-block;
}

.blog-single .inner-box .lower-content .post-meta li .icon{
	position:relative;
	margin-right:8px;
	font-size:12px;
	color:#ff4800;
}

.blog-single .inner-box .lower-content .post-meta li:nth-child(2) .icon{
	color:#135da8;
}

.blog-single .inner-box .lower-content .post-meta li:nth-child(3) .icon{
	color:#a8a8a8;
}

.blog-single .inner-box .lower-content .text{
	position:relative;
	margin-top:20px;
}

.blog-single .inner-box .lower-content .text p{
	position:relative;
	color:#555555;
	font-size:14px;
	line-height:1.9em;
	margin-bottom:22px;
}




.news-single-block-text{
	position:relative;
	margin-bottom:30px;
}

.news-single-block-text .block-inner-block{
	position:relative;
	border-radius:8px;
	overflow:hidden;
}

.news-single-block-text .block-inner-block .text-block{
	position:relative;
	padding:50px 50px 40px;
	background-color:#222222;
}

.news-single-block-text .block-inner-block .text-block .text-upper{
	position:relative;
	color:#c0c0c0;
	font-size:18px;
	font-style:italic;
	font-weight:300;
	line-height:1.8em;
}

.news-single-block-text .block-inner-block .text-block .text-upper:first-letter{
	font-style:italic;
	color:#ff3a64;
	font-size:36px;
	font-weight:800;
	text-transform:uppercase;
}

.news-single-block-text .block-inner-block .block-lower-content{
	position:relative;
	padding:30px 30px;
	border:1px solid #d7d7d7;
	border-top:none;
	border-radius:0px 0px 8px 8px;
}

.news-single-block-text .block-inner-block .block-lower-content .upper-block-box{
	position:relative;
	padding-left:100px;
}

.news-single-block-text .block-inner-block .block-lower-content h3{
	position:relative;
	font-size:20px;
	font-weight:400;
	color:#222222;
	line-height:1.6em;
	padding-bottom:8px;
	margin-bottom:8px;
	border-bottom:1px solid #dadada;
}

.news-single-block-text .block-inner-block .block-lower-content .post-meta{
	position:relative;
}

.news-single-block-text .block-inner-block .block-lower-content .post-meta li{
	position:relative;
	margin-right:14px;
	display:inline-block;
}

.news-single-block-text .block-inner-block .block-lower-content .post-meta li a{
	position:relative;
	color:#777777;
	font-size:12px;
}

.news-single-block-text .block-inner-block .block-lower-content .post-meta li a .icon{
	position:relative;
	margin-right:8px;
	font-size:12px;
	color:#ff4800;
}

.news-single-block-text .block-inner-block .block-lower-content .post-meta li:nth-child(2) a .icon{
	color:#135da8;
}

.news-single-block-text .block-inner-block .block-lower-content .post-meta li:nth-child(3) a .icon{
	color:#a8a8a8;
}

.news-single-block-text .block-inner-block .block-lower-content .read-more{
	position:relative;
	color:#222222;
	font-size:15px;
	font-weight:500;
	margin-top:8px;
	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;
}

.news-single-block-text .block-inner-block .block-lower-content .read-more .icon{
	position:relative;
	top:11px;
	margin-left:10px;
	font-size:40px;
	line-height:20px;
	display:inline-block;
}

.news-single-block-text .block-inner-block .block-lower-content .read-more:hover{
	color:#ff4800;
}

.news-single-block-text .block-inner-block .block-lower-content .text{
	position:relative;
	color:#555555;
	font-size:14px;
	line-height:1.9em;
	margin-top:14px;
}

.blog-single .inner-box .lower-content .text .lower-image{
	position:relative;
	margin-bottom:28px;
}

.blog-single .inner-box .lower-content .text .lower-image img{
	position:relative;
	width:100%;
	display:block;
}

.blog-single .inner-box .lower-content .text .two-image{
	margin-bottom:25px;
}

.blog-single .inner-box .lower-content .text .row{
	margin:0px -6px;
}

.blog-single .inner-box .lower-content .text .image-column{
	padding:0px 6px;
	margin-bottom:12px;
}

/*post share options*/

.blog-single .post-share-options{
	position:relative;
	margin-top:20px;
	padding:0px 0px 0px;
}

.blog-single .post-share-options .post-share-inner{
	border-top:1px solid #cccccc;
	padding-top:20px;
}

.blog-single .post-share-options .tags span{
	font-size:16px;
	color:#020e28;
	font-weight:500;
	margin-right:8px;
	text-transform:uppercase;
}

.blog-single .post-share-options .tags a{
	position:relative;
	color:#777777;
	font-size:13px;
	font-weight:400;
	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;
}

.blog-single .post-share-options .tags{
	position:relative;
	font-size:16px;
	font-weight:400;
}

.blog-single .post-share-options .tags a:hover{
	color:#020e28;
}

.blog-single .post-share-options .social-list{
	position:relative;
}

.blog-single .post-share-options .social-list li{
	position:relative;
	display:inline-block;
}

.blog-single .post-share-options .social-list li.follow{
	position:relative;
	color:#222222;
	font-size:17px;
	font-weight:600;
	display:block;
	margin-bottom:10px;
	text-transform:capitalize;
}

.blog-single .post-share-options .social-list li a{
	position:relative;
	color:#ffffff;
	font-size:12px;
	font-weight:500;
	padding:1px 16px;
	border-radius:50px;
	letter-spacing:1px;
	display:inline-block;
	margin-right:5px;
	line-height:24px;
	text-transform:uppercase;
}

.blog-single .post-share-options .social-list li.facebook a{
	background-color:#2e52aa;
}

.blog-single .post-share-options .social-list li.pinterest a{
	background-color:#ff222f;
}

.blog-single .post-share-options .social-list li.twiter a{
	background-color:#2eacff;
}

.blog-single .post-share-options .social-list li.whatsapp a{
	background-color:#2ab53f;
}

.blog-single .post-share-options .social-list li.likes{
	position:relative;
}

.blog-single .post-share-options .social-list li.likes a{
	position:relative;
	color:#222222;
	font-size:12px;
	border:1px solid #d3d3d3;
}

.blog-single .post-share-options .social-list li.likes a .fa{
	color:#f72579;
}

.author-box{
	position:relative;
	margin-top:60px;
}

.author-box .author-inner{
	position:relative;
	padding:50px 50px;
	border:1px solid #cccccc;
}

.author-box .author-inner .content{
	position:relative;
	padding-left:180px;
}

.author-box .author-inner .content .image{
	position:absolute;
	left:0px;
	top:0px;
}

.author-box .author-inner .content .image img{
	position:relative;
	width:144px;
	height:144px;
	border-radius:50%;
	overflow:hidden;
}

.author-box .author-inner .content .image .author-name{
	position:relative;
	color:#222222;
	font-size:14px;
	font-weight:500;
	margin-top:20px;
	text-align:center;
	text-transform:uppercase;
}

.author-box .author-inner .content .text{
	position:relative;
	color:#777777;
	font-size:18px;
	font-weight:300;
	line-height:1.8em;
	padding-left:30px;
	padding-bottom:10px;
	border-left:1px solid #cccccc;
}

.author-box .author-inner .content .author{
	position:relative;
	top:-5px;
	color:#222222;
	font-size:15px;
	font-weight:500;
	text-decoration:underline;
	text-transform:capitalize;
	padding-left:30px;
	border-left:1px solid #cccccc;
}

/*** 

====================================================================
	Comments Area
====================================================================

 ***/

.sidebar-page-container .comments-area{
	position:relative;
	margin-bottom:50px;	
	padding-top:45px;
}

.sidebar-page-container .group-title{
	position:relative;
	margin-bottom:35px;
}

.sidebar-page-container .group-title h2{
	font-size:15px;
	color:#222222;
	font-weight:600;
	text-transform:uppercase;
}

.sidebar-page-container .comments-area .comment-box{
	position:relative;
	padding:0px 0px 10px;
	margin-bottom:32px;
	border-bottom:1px solid #e4e4e4;
	-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:#135da8;	
}

.sidebar-page-container .comments-area .comment{
	position:relative;
	padding:0px 0px 0px 130px;
	font-size:14px;
}

.sidebar-page-container .comments-area .reply-comment{
	margin-left:80px;
}

.sidebar-page-container .comments-area .comment-box .author-thumb{
	position:absolute;
	left:0px;
	top:0px;
	width:93px;
	overflow:hidden;
	border-radius:50%;
	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:15px;
	font-weight:600;
	color:#222222;
	display:block;
	line-height:1.2em;
	text-transform:capitalize;
}

.sidebar-page-container .comments-area .comment-box .text{
	margin-bottom:20px;	
	color:#555555;
	font-size:14px;
}

.sidebar-page-container .comments-area .comment-info .comment-time{
	font-size:11px;
	color:#135da8;
	font-weight:600;
}

.sidebar-page-container .comments-area .comment-box .reply-btn{
	position:absolute;
	right:0px;
	top:0px;
	font-size:13px;
	color:#222222;
	font-weight:600;
	letter-spacing:1px;
	text-transform:capitalize;
	text-decoration:underline;
}

.sidebar-page-container .comments-area .comment-box .reply-btn:hover{
	color:#121212;
}

.sidebar-page-container .comments-area .reply-comment:last-child{
	border-bottom:none;
	padding-bottom:0px;
	margin-bottom:0px;
}

/*** 

====================================================================
	Comments Form
====================================================================

 ***/
 
.blog-comment-form{
	position:relative;
	top:-2px;
	padding:90px 0px 80px;
}

.blog-comment-form.alternate{
	top:0px;
}

.blog-comment-form.alternate:before{
	background-color:rgba(255,76,114,1);
}

.blog-comment-form:before{
	position:absolute;
	content:'';
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	display:block;
	z-index:1;
	background-color:rgba(255,76,114,1);
}

.blog-comment-form h2{
	position:relative;
	text-align:center;
	color:#ffffff;
	font-size:35px;
	font-weight:600;
	z-index:1;
	margin-bottom:50px;
}

.blog-comment-form .map-canvas{
	position:absolute;
	left:0px;
	top:0px;
	right:0px;
	bottom:0px;
	display:block;
}

/*** 

====================================================================
	Comment Form
====================================================================

 ***/

.blog-comment-form .form-group{
	position:relative;
	z-index:1;
	margin-bottom:30px;
}

.blog-comment-form .form-group input[type="text"],
.blog-comment-form .form-group input[type="password"],
.blog-comment-form .form-group input[type="tel"],
.blog-comment-form .form-group input[type="email"],
.blog-comment-form .form-group select{
	position:relative;
	display:block;
	width:100%;
	line-height:26px;
	padding:10px 0px;
	height:50px;
	font-size:20px;
	background:none;
	font-weight:400;
	color:#ffffff;
	border-bottom:1px solid #ffffff;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
	font-family: 'Poppins', sans-serif;
}

.blog-comment-form .form-group input[type="text"]:focus,
.blog-comment-form .form-group input[type="password"]:focus,
.blog-comment-form .form-group input[type="tel"]:focus,
.blog-comment-form .form-group input[type="email"]:focus,
.blog-comment-form .form-group select:focus,
.blog-comment-form .form-group textarea:focus{
	border-color:#ff4800;
}

.blog-comment-form .form-group textarea{
	position:relative;
	display:block;
	width:100%;
	line-height:26px;
	padding:10px 0px;
	height:190px;
	font-size:20px;
	resize:none;
	background:none;
	font-weight:400;
	color:#ffffff;
	border-bottom:1px solid #ffffff;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
	font-family: 'Poppins', sans-serif;
}

.blog-comment-form .form-group input::placeholder,
.blog-comment-form .form-group textarea::placeholder{
	color:#ffffff;
}

.blog-comment-form button{
	margin-top:5px;
	color:#333333;
	font-size:15px;
	font-weight:500;
	border-radius:50px;
	display:inline-block;
	background-color:#ffffff;
	padding:15px 34px;
	text-transform:capitalize;
    -moz-box-shadow: 0px 4px 12px rgba(0,0,0,0.20);
    -ms-box-shadow: 0px 4px 12px rgba(0,0,0,0.20);
    -o-box-shadow: 0px 4px 12px rgba(0,0,0,0.20);
    -webkit-box-shadow: 0px 4px 12px rgba(0,0,0,0.20);
	box-shadow: 0px 4px 12px rgba(0,0,0,0.20);
	font-family: 'Poppins', sans-serif;
}

.blog-comment-form button .icon{
	position: relative;
    margin-left: 15px;
    font-size: 40px;
    top: 10px;
    line-height: 10px;
    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;
}


/*** 

====================================================================
	Contact Section
====================================================================

 ***/



.contact-section{
	position:relative;
	padding:120px 0px 45px;
}

.contact-section .info-column{
	position:relative;
	margin-bottom:40px;
}

.contact-section .info-column .inner-column{
	position:relative;
	padding-right:60px;
}

.contact-section .info-column h2{
	position: relative;
    color: #222222;
    font-size: 35px;
    font-weight: 600;
    line-height: 1.4em;
    margin-bottom: 15px;
}

.contact-section .info-column .text{
	position:relative;
	color:#555555;
	font-size:14px;
	line-height:2em;
	margin-bottom:18px;
}

.contact-section .info-column .phone{
    position: relative;
    color: #ff4800;
    font-size: 29px;
    font-weight: 400;
    margin-top: 30px;
}

.contact-section .form-column{
	position:relative;
}

.contact-section .form-column .inner-column{
	position:relative;
	padding-left:60px;
}

/*** 

====================================================================
	Contact Form
====================================================================

 ***/

.contact-form{
	position:relative;
}

.contact-form .form-group{
	position:relative;
	margin-bottom:18px;
}

.contact-form .form-group input[type="text"],
.contact-form .form-group input[type="password"],
.contact-form .form-group input[type="tel"],
.contact-form .form-group input[type="email"],
.contact-form .form-group select{
	position:relative;
	display:block;
	width:100%;
	height:60px;
	font-size:16px;
	font-weight:500;
	color:#333333;
	background:none;
	line-height:18px;
	padding:10px 0px 8px;
	border-bottom:1px solid #d6d6d6;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
}

.contact-form .form-group textarea{
	position:relative;
	display:block;
	width:100%;
	line-height:24px;
	padding:10px 0px;
	color:#333333;
	height:135px;
	font-size:16px;
	resize:none;
	background:none;
	font-weight:500;
	border-bottom:1px solid #d6d6d6;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
}

.contact-form .form-group textarea::-webkit-input-placeholder,
.contact-form .form-group input::-webkit-input-placeholder{
	color:#242424;
}

.contact-form button{
	margin-top:15px;
}

.contact-form input.error,
.contact-form select.error,
.contact-form textarea.error{
	border-color:#ff0000;
}

.contact-form label.error{
	display:block;
	line-height:24px;
	padding:10px 0px 0px;
	margin:0px;
	text-transform:uppercase;
	font-size:12px;
	color:#ff0000;
	font-weight:500;
}

.blog-comment-form .form-group input.error,
.blog-comment-form .form-group select.error,
.blog-comment-form .form-group textarea.error{
	border-color:#ff4800;
}

.blog-comment-form label.error{
	display:block;
	line-height:24px;
	padding:10px 0px 0px;
	margin:0px;
	text-transform:uppercase;
	font-size:12px;
	color:#020202;
	font-weight:500;
}

/*Map Data*/

.map-data{
	text-align:center;
	font-size:14px;
	font-weight:400;
	line-height:1.8em;
}

.map-data h6{
	font-size:16px;
	font-weight:700;
	text-align:center;
	margin-bottom:5px;
	color:#121212;
}

.map-canvas{
	height:560px;
}

/*** 

====================================================================
	Contact Locations Section
====================================================================

 ***/
 
.contact-location-section{
	position:relative;
	padding:150px 0px 80px;
}

.contact-location-section .info-column{
	position:relative;
	margin-bottom:30px;
}

.contact-location-section .info-column .column-inner{
	position:relative;
	text-align:center;
	padding:40px 15px;
	border-radius:8px;
	border:1px solid #dfdfdf;
}

.contact-location-section .info-column .image{
	position:relative;
	width:64px;
	height:64px;
	margin:0 auto;
	overflow:hidden;
	border-radius:50%;
	margin-bottom:18px;
}

.contact-location-section .info-column h3{
	position:relative;
	color:#333333;
	font-size:16px;
	font-weight:600;
}

.contact-location-section .info-column .text{
	position:relative;
	color:#555555;
	font-size:14px;
	line-height:1.8em;
	margin-top:8px;
	margin-bottom:20px;
}

.contact-location-section .info-column ul{
	position:relative;
}

.contact-location-section .info-column ul li{
	position:relative;
	color:#555555;
	font-size:14px;
}

.contact-location-section .info-column ul li:first-letter{
	font-weight:600;
	color:#222222;
}

img.img-fluid.rotateme {
    position: absolute;
}

section.pos-r.o-hidden{
	margin-bottom: 0;
	/*background: #fbfbfb;*/
	padding-top: 30px;
}

.title-column_sections{
	position: relative;
    color: #222222;
    font-size: 30px;
    line-height: 1.3em;
    font-weight: 600;
    text-align: right;
}



.paragraph_bloc {padding-right: 50px;}
.processus_Section {
    background: url(https://hypermedia.com.tn/wp-content/uploads/2019/02/pattern-1.png);
}
p.style_text.text-center.addpadprice {
    color: white;
    margin-top: 25px;
}

.desgingraphique_colmun h2 {position: relative;color: #222222;font-size: 30px;line-height: 1.3em;font-weight: normal;text-align: right;margin-top: 20px;}

.desgingraphique_colmun {
    border-right: 3px solid #ef902a;
    /* padding-top: 40px; */
    padding-bottom: 18px;
}

.title-box {
    padding-bottom: 25px;
    /* padding-top: 50px; */
}

.info-img:before {
    position: absolute;
    left: 0;
    top: 0;
    height: 330px;
    width: 100%;
    content: "";
    /* background-image: url(http://41.228.16.1/hypermedia19/wp-content/uploads/2019/02/07.png); */
    z-index: -1;
}


.topBottom{animation: topBottom 5s infinite;}

@-webkit-keyframes topBottom {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0); }
  50% {
    -webkit-transform: translate(0, 20px);
            transform: translate(0, 20px); }
  100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0); } }

@keyframes topBottom {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0); }
  50% {
    -webkit-transform: translate(0, 20px);
            transform: translate(0, 20px); }
  100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0); } }

img.img-icon {
    width: 25px;
}            


p.mb-0.text-black.text-justify.style_text {
    margin-left: 25px;
}

ul.list-unstyled.list-icon li {
    margin-top: 17px;
    font-family: poppins;
    color: #585858;
    font-size: 14px;
    font-weight: 600;
}

.text-column {
    border-left: 2px solid #007096;
}
.content p.style_text {
    margin-top: 70px;
    color: white;
}

h2.second_title {
    font-size: 28px !important;
    font-family: Kalam;
    font-weight: 400 !important;
}
section.case-section.acceuil {
    padding-top: 0px;
}

section.page-title.o-hidden.text-center.grey-bg.bg-contain {
    padding: 200px 0 200px 0;
}

header.main-header.header-style-one.fixed-header img {
    /* width: 90%; */
    transition: 1s all;
}


.caption_button a {color: black;font-family: poppins;}

.caption_button.text-center {
    padding: 10px 0 10px 0;
    background: white;
}

section.page-title.retet {
    padding: 240px 0 109px;
}


.image.single_blog_image img {
    /* width: 63% !important; */
    margin: 0 auto;
}

.lower-content.single_blog_lower_content {
    border: 0 !important;
}

.lower-content.single_blog_lower_content {
    padding: 30px 30px !important;
}

.lower-box .text p {
    margin-left: 112px;
    text-align: left;
}

.news-block-four.single_blog_detail_block {
    padding: 50px 0 0 0;
}

.info-img.pos-r {
    text-align: center;
}

section.blog-section {
    padding: 90px 0;
}
.footer-widget.logo-widget img {
    display: block;
    margin: 0 auto;
}

.icon-box.processus span {
    color: #0f1341;
    background: #135da8e8;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 50px;
}


.service-block .inner-box:hover span {
    /* color: white; */
    background: linear-gradient(90deg, #295284 0%, #3b75bb 50%);
    background: linear-gradient(90deg, #d4d4d4 0%, #f7f7f7 50%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.services-carousel, .clients-carousel {
    padding-top: 0;
    margin-bottom: 40px;
}

.tab-btn span {
    display: block;
    font-size: 50px;
    line-height: 1em;
    font-weight: 400;
    margin-bottom: 12px;
}

section.photographe_part {
    background: url(https://www.eoprod.com/wp-content/uploads/2016/08/materiel-audiovisuel.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed;
    position: relative;
    padding: 30px 0 20px;
    margin-top: 30px;
}

section.photographe_part:after {
    content: '';
    position: absolute;
    background: #313131b5;
    width: 100%;
    height: 100%;
    top: 0;
}

.photographe_part h2.no_after, .photographe_part p {
    color: white !important;
    text-align: center !important;
}
.Services_column {
    z-index: 1;
}

.section_accompagnant h2 {
    color: white;
    text-transform: uppercase;
    font-size: 40px;
    font-weight: 200;
}

.section_accompagnant p {
    margin-top: 10px;
    color: white !important;
}

.section_accompagnant {
    padding: 50px 0 50px;
    background: linear-gradient(to right, #1CB5E0, #000046);
    margin-bottom: 35px !important;
}
.section_accompagnant h2 strong {
    font-weight: 700;
}
.row.introduction_row.text-center img {
    margin-bottom: 15px;
}
.work-process-inner h4 {
    color: black !important;
}
section.section_pub {
    padding: 70px 0 70px;
    position: relative;
    margin-bottom: 60px;
    background: url(https://hypermedia.com.tn/wp-content/uploads/2020/03/social-media-mangement-tunisie.jpg);
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
}
section.section_pub:after {
    position: absolute;
    content: '';
    top: 0;
    background: #1b1b1bc2;
    width: 100%;
    height: 100%;
}
section.section_pub h2 {
    color: white;
}

section.section_pub p {
    color: white;
}

section.section_pub p, section.section_pub h2, section.section_pub a {
    z-index: 1;
}
section.section_pub a:hover {
    color: #005e84;
}
section.section_pub span.flaticon-next-4:hover {
    color: white;
}
section.pub_pourquoi {
    margin: 15px 0 !important;
}

section.pub_pourquoi h2 {
    font-size: 30px;
}
section.pos-r.o-hidden.pub_pourquoi {
    background: url(https://hypermedia.com.tn/wp-content/uploads/2020/03/referencement-web-tunisie-1.jpg);
    padding: 70px 0 70px;
    background-attachment: fixed;
    background-size: cover;
    background-position: top;
    background-repeat: no-repeat;
    position: relative;
}
section.pos-r.o-hidden.pub_pourquoi:after {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    background: #000000c7;
}
section.pub_pourquoi h2, section.pub_pourquoi p, section.pub_pourquoi a{
    color: white;
    z-index: 2;
}
section.pub_pourquoi .btn-style-four:hover {
    color: #ffffff;
    background: none;
}
section.pub_pourquoi .btn-style-four{
	background-color: #ef902a;
    border: 2px solid #ef902a;
}
section.pub_pourquoi .btn-style-four span{
	color: white;
}
section.pack_commerce h2 {
    font-size: 30px;
    margin-bottom: 15px;
}

.hightlight-block .hightlight-inner {
    position: relative;
    padding: 32px 0px 28px;
    text-align: center;
    border: 1px solid #9a9a9a8f;
    border-radius: 10px;
}
.hightlight-block .hightlight-inner .icon-box {
    position: relative;
    line-height: 1em;
    color: #cbcbcb;
    font-size: 50px;
    margin-bottom: 12px;
}

.hightlight-block {
    margin-bottom: 20px;
}

section.pack_commerce .hightlight-block p {
    font-family: Kalam;
}

.offre_Pack_e_commerce_row img {
    margin-bottom: 10px;
}

.offre_Pack_e_commerce_row p {
    font-family: kalam;
    color: black;
}
section.pourquoi_ecommerce {
    padding: 50px 0 50px;
    position: relative;
    background: url(https://hypermedia.com.tn/wp-content/uploads/2020/03/pourquoi-developper-un-site-e-commerce.jpg);
    background-attachment: fixed;
    background-size: cover;
    background-position: top;
}
section.pourquoi_ecommerce h2,section.pourquoi_ecommerce p,section.pourquoi_ecommerce a {
    color: white;
    z-index: 1;
}
section.Section_Conception {
    padding: 70px 0 70px;
    background: url(https://hypermedia.com.tn/wp-content/uploads/2020/03/developpement-site-dynamique-tunisie.jpg);
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    position: relative;
}

section.Section_Conception h2,section.Section_Conception p {
    color: white;
}
section.web_Vitrine {
    padding: 25px 0 40px 0;
      /* fallback for old browsers */
      /* Chrome 10-25, Safari 5.1-6 */
     /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
      /* fallback for old browsers */
      /* Chrome 10-25, Safari 5.1-6 */
     /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
      /* fallback for old browsers */
      /* Chrome 10-25, Safari 5.1-6 */
     /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
      /* fallback for old browsers */
      /* Chrome 10-25, Safari 5.1-6 */
     /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
      /* fallback for old browsers */
      /* Chrome 10-25, Safari 5.1-6 */
     /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    background: url('https://hypermedia.com.tn/wp-content/uploads/2020/01/desk.jpg');  /* fallback for old browsers */
    background-attachment: fixed;  /* Chrome 10-25, Safari 5.1-6 */
     /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    position: relative;
}
.row.offre_Pack_e_commerce_row .col-md-3 {
    margin-bottom: 20px;
}
section.ot {
        margin-top: 70px;
        padding: 0;
}
.upperrr {
    background: #005E84;
    padding: 70px 0;
}
.iconhy.text-center span {
    font-size: 40px;
    line-height: 50px;
    color: #fff;
    background: #135da8;
    padding: 10px 15px;
    border-radius: 50%;
    display: inline-block;
    text-align: center;
}

.iconhy {
    margin: 20px 0;
}
section.experise-section {
    margin: 35px 0;
}

p.description {
    text-align: justify;
    font-size: 15px;
}

h3.text-center.expertise {
    color: #222222;
    font-weight: 400;
    font-size: 28px;
    text-transform: uppercase;
    letter-spacing: 2px;
    position: relative;
    display: block;
}

.text-center.title-column .inner-column {
    padding-bottom: 15px;
}
img.img-fluid.immeuble {
    margin-top: 43px;
}

h3.titre_single_ {
    text-align: center;
    margin: 10px 0;
    color: black;
    text-transform: uppercase;
    padding: 10px 0;
    border-bottom: 2px solid #eaeaea;
}
ul.list-prestation li {
    padding: 4px 0;
}

ul.list-prestation li i {
    color: #135da8;
}
h3.titre_single_ span {
    color: #ef902a;
    font-weight: 600;
}

.text.text-center {
    font-size: 15px;
}

a.eg-zoom {
    margin-top: 20px !important;
}


section.singlePageRefeernces.o-hidden {
    padding: 70px !important;
}
.dropdown a {
    font-size: 26px;
    color: #2626a9;
    position: relative;
}



.language.dropdown a {
    font-size: 26px;
}

.dropdown span {
    position: relative;
    bottom: 0px;
    left: 0px;
}
.description-company {
    text-align: justify;
}
.owl-carousel .owl-nav .owl-prev :hover, .owl-carousel .owl-nav .owl-next:hover, .owl-carousel .owl-dot :hover {
    color: #fff;
}

.owl-carousel .owl-nav .owl-prev:hover, .owl-carousel .owl-nav .owl-next:hover, .owl-carousel .owl-dot {
    background: #ef902a;
    color: #fff;
}
.footer-widget.subscribe-widget p i {
    color: #135da8;
    font-size: 20px;
    padding-right: 8px;
}
.footer-widget.subscribe-widget p svg {
    padding-right: 5px;
    font-size: 21px;
    color: #135da8;
}
.services_content p {
    padding: 0 26px;
    text-align: center;
    color: #3d3d3d;
    padding: 0 20px 25px 10px;
}
section.pos-r.o-hidden.heb_ded.vps ul li svg {
    padding-right: 7px;
    font-size: 17px;
    color: #ef902a;
}

section.pos-r.o-hidden.heb_ded.vps ul li {
    font-size: 16px;
    text-align: left;
    padding-bottom: 8px;
}
.vps p.style_text.text-center {
    padding-bottom: 15px;
    font-size: 20px;
    font-weight: 500;
    color: #222222;
      font-family: "Plus Jakarta Sans", sans-serif;
}
.info-img.pos-r img {
    padding: 30px 0 40px 0px;
}

.inner-column h2,.inner-column h1 {
    color: #222222;
    line-height: 1.2em;
    margin-top: 5px;
    font-weight: 500;
    margin-bottom: 10px;
    text-transform: uppercase;
    font-size: 25px;
}

.info-column, .form-column {
    margin: 30px 0;
}

.form-column {}

ul.list-style-one-contact li {
    margin-top: 10px;
    font-size: 16px;
}

ul.list-style-one-contact li span {
    font-weight: 600;
    color: #135da8;
}

.inner-column .text {
    font-size: 16px;
    text-align: justify;
}

.phone {
    font-size: 25px;
    display: block;
    color: #ef902a;
    margin-top: 25px;
}
section.pos-r.introduction_Section p.style_text {
    text-align: justify;
    font-size: 16px;
}
.mg-bot-30 {
    margin-bottom: 30px;
}
.footer-widget.subscribe-widget p.phone {
    font-size: 16px;
    color: #777;
    margin-top: 0;
}
h3.title-ref {
    font-size: 21px;
    color: #135da8;
    margin-bottom: 10px;
}

.text.ref {
    text-align: justify;
}

.processv3 {
    background-color: #f9f9f9;
    padding: 40px 0;
    margin-top: 30px;
}

h3.title-ref:first-child {
}
p.style_text.pt-5.text-center {
    text-align: center !important;
}
.web_Vitrine p.style_text {
    color: #fff;
}

section.web_Vitrine:before {content: '';position: absolute;width: 100%;height: 100%;top: 0;background: #07103ec4;  /* fallback for old browsers */  /* Chrome 10-25, Safari 5.1-6 */ /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */}

section.web_Vitrine h2.no_after {
    color: #fff;
}
.phase-dev {
    background: #f9f9f9;
    padding-top: 15px;
}
.step {
    background: #fff;
    padding: 15px;
    height: 350px;
    border-radius: 10px;
    margin-bottom: 40px;
}

.step-content p {
    text-align: justify;
}

p.info {
    margin: 30px 0 15px;
    font-size: 20px;
    color: #2e2e2e;
}
.step-icon img {
    height: 106px;
    margin: 0 auto;
    display: block;
}

.step-icon {
    margin-bottom: 10px;
}

a.theme-btn.btn-style-one.contact {
    margin-bottom: 30px;
}
section.Section_Conception:before {
    height: 100%;
    background: #000000b8;
    top: 0;
}

a.theme-btn.btn-style-four {
    margin-top: 10px;
}
.carousel-wrapper {
    max-width: 680px;
    margin: 0 auto
}

@media(min-height:800px) and (min-width:1400px) {
    .carousel-wrapper {
        max-width: 860px
    }
}

*+.carousel-wrapper {
    margin-top: 60px
}

@media(min-width:1200px) {
    *+.carousel-wrapper {
        margin-top: 0;
    }
}
.circle-carousel {
    position: relative;
    padding-top: 100%
}

.circle-carousel .slides {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.circle-carousel .content-box {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none
}

.circle-carousel .content-box.active {
    pointer-events: auto
}

.circle-carousel .content-box.active .content-box-inner {
    z-index: 1;
    opacity: 1;
    transform: scale(1)
}

.circle-carousel .content-box.active .content-title-wrap {
    opacity: 1;
    visibility: visible;
    transform: scale(1)
}

.circle-carousel .content-box-inner {
    width: 55%;
    height: 55%;
    border-radius: 50%;
    overflow: hidden;
    z-index: 0;
    opacity: 0;
    transition: .55s ease-in-out;
    transform: scale(.85);
}

.circle-carousel .content-box-inner .content-box-img {
    border-radius: 50%;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    background-size: cover
}

.circle-carousel .content-title-wrap {
    opacity: 0;
    visibility: hidden;
    transition: all .5s .4s;
    overflow: hidden;
    text-align: center;
    z-index: 30;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    padding: 15px;
    transform: scale(.8);
    display: flex;
    justify-content: center;
    align-items: center
}

.circle-carousel .content-title h4 {
    color: #fff
}

.circle-carousel .pagination {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
    width: 90%;
    height: 90%;
    border-radius: 50%;
    border: 3px solid #1f2845;
    pointer-events: none;
    user-select: none
}

.circle-carousel .pagination .dot {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, -50%);
    height: 13%;
    width: 13%;
    border-radius: 50%;
    pointer-events: auto;
    transition: .3s;
    background-color: #023466;
    font-size: 14px;
    color: rgb(255 255 255 / 72%);
}

.circle-carousel .pagination .dot:before,
.circle-carousel .pagination .dot:after {
    position: absolute;
    bottom: 0;
    margin: auto;
    content: "";
    transform: rotate(-180deg);
    opacity: 0;
    transition: all 1s
}

.circle-carousel .pagination .dot:before {
    transform-origin: top right;
    top: -50%;
    right: 140%;
    width: 30%;
    height: 30%;
    filter: blur(3px);
    border: 6px solid #f48e2a;
    z-index: -1
}

.circle-carousel .pagination .dot:after {
    transform-origin: bottom left;
    top: 100%;
    left: 130%;
    width: 40%;
    height: 40%;
    border-radius: 50%;
    border: 10px solid #fe9290;
    z-index: 5
}

.circle-carousel .pagination .dot:hover {
    transform: translate(-50%, -50%) scale(1.05);
    cursor: pointer;
    background: #aa54ed;
    color: #fff
}

@media(min-width:768px) {
    .circle-carousel .pagination .dot {
        font-size: 41px;
    }
}

.circle-carousel .pagination .item {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%
}

.circle-carousel .pagination .item.active .dot {
    background-color: #ef9228;
    color: #fff;
}

.circle-carousel .pagination .item.active .dot:before,
.circle-carousel .pagination .item.active .dot:after {
    transform: rotate(0deg);
    opacity: .6
}

.circle-carousel .prev,
.circle-carousel .next {
    display: none
}

@media(min-width:1200px) {
    .circle-carousel .prev,
    .circle-carousel .next {
        display: block;
        position: absolute;
        top: 0;
        bottom: 0;
        margin: auto;
        height: 92px;
        cursor: pointer
    }
    .circle-carousel .prev span,
    .circle-carousel .next span {
        writing-mode: vertical-rl;
        text-orientation: upright;
        font-weight: 700
    }
    .circle-carousel .prev {
        left: -100px
    }
    .circle-carousel .next {
        right: -100px
    }
}
@media(min-width:992px) {
    .desktop .bg-fixed {
        background-attachment: fixed
    }
}

.bg-overlay-light,
.bg-overlay-dark,
.bg-overlay-darker,
.bg-overlay-darkest {
    position: relative
}

.bg-overlay-light:before,
.bg-overlay-dark:before,
.bg-overlay-darker:before,
.bg-overlay-darkest:before {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    content: "";
    background-color: rgba(255, 255, 255, .3)
}

.bg-overlay-light>*,
.bg-overlay-dark>*,
.bg-overlay-darker>*,
.bg-overlay-darkest>* {
    position: relative
}

.bg-overlay-dark:before {
    background-color: rgba(0, 0, 0, .3)
}

.bg-overlay-darker:before {
    background-color: rgba(0, 0, 0, .6)
}

.bg-overlay-darkest:before {
    background-color: rgba(0, 0, 0, .8)
}
.bg-decor {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background-repeat: no-repeat;
    pointer-events: none
}
section.services.section-xl.bg-default.text-center {
    position: relative;
    margin: 60px 0 50px;
}
.blurb img {
    width: auto
}

.blurb__title {
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 1.34167;
    color: #000
}

.blurb__title a,
.blurb__title a:active,
.blurb__title a:focus {
    color: inherit
}

.blurb__title a:hover {
    color: #80deea
}

*+.blurb__title {
    margin-top: 16px
}

@media(min-width:1200px) {
    *+.blurb__title {
        margin-top: 20px
    }
}
.blurb-minimal {
    text-align: left;
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 10px
}

.blurb-minimal .unit .blurb-minimal__icon .icon {
    font-size: 32px
}

.blurb-minimal,
.blurb-minimal .unit-body>p:last-of-type,
.blurb-minimal .icon {
    transition: .33s all ease
}

.blurb-minimal__icon .icon {
    font-size: 30px;
    color: #80deea
}

.blurb-minimal.blurb-minimal_black,
.blurb-minimal.blurb-minimal_black .blurb-minimal__icon .icon {
    color: #000
}

@media(min-width:1200px) {
    .blurb-minimal__icon .icon {
        font-size: 36px
    }
}

@media(min-width:1400px) {
    .blurb-minimal__icon .icon {
        font-size: 44px
    }
}
.blurb-minimal .unit .blurb-minimal__icon .icon {
    font-size: 32px
}

.blurb-minimal,
.blurb-minimal .unit-body>p:last-of-type,
.blurb-minimal .icon {
    transition: .33s all ease
}

.blurb-minimal__icon .icon {
    font-size: 30px;
    color: #80deea
}

.blurb-minimal.blurb-minimal_black,
.blurb-minimal.blurb-minimal_black .blurb-minimal__icon .icon {
    color: #000
}

@media(min-width:1200px) {
    .blurb-minimal__icon .icon {
        font-size: 36px
    }
}

@media(min-width:1400px) {
    .blurb-minimal__icon .icon {
        font-size: 44px
    }
}
.bg-gray-lighter {
    background-color: #fbfbfb;
}
@media(max-width:991.98px) {
    .object-wrap__body {
        height: 33vw;
        min-height: 200px
    }
}

@media(min-width:992px) {
    .object-wrap__body {
        overflow: hidden;
        position: absolute;
        top: 0;
        bottom: 0;
        width: 100vw;
        min-width: 1px;
        max-width: none;
        height: 100%;
        min-height: 100%;
        max-height: none;
        margin: 0;
        z-index: 0
    }
    .object-wrap__body+* {
        margin-top: 0
    }
    .object-wrap__body.object-wrap__body-md-right {
        right: 0
    }
    .object-wrap__body.object-wrap__body-md-left {
        left: 0;
    }
}
@media(min-width:992px) {
    .object-wrap__body-sizing-1 {
        width: 40vw
    }
}
.bg-image {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}
.object-wrap {
    position: relative
}
section.section-lg.bg-gray-lighter p {
    line-height: 30px;
    text-align: justify;
}
.heading-decorated::after {
    content: '';
    position: relative;
    display: block;
    height: 2px;
    width: 35px;
    margin-top: 15px;
    background: #ef9228;
    will-change: transform, opacity;
}
@media(min-width:768px) {
    .heading-decorated::after {
        width: 50px
    }
}
@media (min-height: 800px) and (min-width: 1200px){
	.section-lg {
    padding: 120px 0;
	}
}

@media (min-width: 992px){
	.section-lg {
    padding: 100px 0;
	}
}

@media (min-width: 768px){
	.section-lg {
    padding: 20px 0;
 }
}
.align-items-center {
    align-items: center!important;
}
.justify-content-end {
    justify-content: flex-end!important;
}
.d-flex {
    display: flex!important;
}
@media (min-width: 992px){
	.col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
	}
}
.decor-text:before {
    position: absolute;
    bottom: 0;
    left: 0;
    content: attr(data-content);
    display: inline-block;
    font-size: 350px;
    font-weight: 800;
    font-family: fira sans,-apple-system,BlinkMacSystemFont,segoe ui,Roboto,helvetica neue,Arial,sans-serif;
    line-height: .85;
    color: inherit;
    opacity: .02;
    pointer-events: none;
}
.decor-text.bg-gray-lighter:before {
    opacity: 0.03;
}
.decor-text.object-wrap:before {
    left: 10vw;
    z-index: 2;
}
@media (min-width: 1200px){
	.decor-text:before {
    font-size: 300px;
 }
}
.unit-spacing-md {
    margin-bottom: -30px;
    margin-left: -15px;
}
.unit {
    display: flex;
    flex-direction: column;
    flex: 0 1 100%;
}
.unit-spacing-md>* {
    margin-bottom: 30px;
    margin-left: 15px;
}
.unit>* {
    margin-bottom: 30px;
    margin-left: 20px;
}
@media (min-width: 1200px){
	.col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
    float: left;
	}
}
.content-title-wrap .content-title h4 a {
    font-size: 27px;
    line-height: 1.2;
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
}
.video-bloc {margin: 30px;}

.video-bloc p {
    text-align: justify;
}
.title-video h3 span {
    color: #fff;
    font-size: 28px;
    background: #ef902a;
    padding: 10px;
    border-radius: 62px;
    margin-right: 10px;
    font-weight: 300;
}
.text p {
    text-align: justify;
}

.bg-decor.d-flex.align-items-center {
    position: relative;
}

.bg-decor.d-flex.align-items-center img {
    position: absolute;
}
@media (min-width: 992px){
	.justify-content-lg-between {
    justify-content: space-between!important;
	}
}


@media (min-width: 768px){
	.justify-content-md-center {
    justify-content: center!important;
	}
}

.align-items-center {
    align-items: center!important;
}
header.main-header.header-style-one.fixed-header img.slogan {
    width: 55% !important;
    position: relative;
    display: inline-block;
}

header.main-header.header-style-one .slogan {
    /* display: none; */
    transition: width 1s, height 4s;
    width: 60%;
}
ul.social li {
    display: inline-block;
    margin: 5px 0;
    width: 26px;
    height: 26px;
    text-align: center;
    line-height: 26px;
    border-radius: 5px;
}
.title-video h3 {
    font-size: 18px;
      font-family: "Plus Jakarta Sans", sans-serif;
    text-transform: uppercase;
    color: #135da8;
    font-weight: 500;
}

.title-video {margin: 10px 0;}
ul.social li a {
    color: #fff;
}

li.insta {
    background: #d6249f;
    background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%,#d6249f 60%,#285AEB 90%);
    background: #f09433;
    background: -moz-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
    background: -webkit-linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%);
    background: linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f09433', endColorstr='#bc1888',GradientType=1 );
}

ul.social li.fb {
	    width: 26px;
	    height: 26px;
	    text-align: center;
	    line-height: 26px;
	    border-radius: 5px;
	    background: #3c5a99;
}

ul.social li.yt {
    background: #CC0000;
}
.bg-decor.d-flex.align-items-center.justify-content-end {
    position: absolute;
}


section.section-md.bg-default {
    position: relative;
    margin: 70px 0;
}

figure.button-shadow img {
    position: relative;
}
.intro {
    margin-left: 35px;
    margin-top: 0;
}
.video-icon span {
    text-align: center;
    font-size: 35px;
    line-height: 20px;
    background: #005e84;
    color: #fff;
    margin:  0 auto;
    padding: 10px;
    border-radius: 30px;
}

.video-icon {
    display: block;
    text-align: center;
    margin: 15px 0;
}

.title-video h3 {
    text-align: center;
}
.content-video p {
    text-align: justify;
    margin: 0 15px 20px;
}
section.counter-section.style-three .big-letter {
    font-size: 200px;
    top: 95px;
    right: -40px;
}
h3.text-center.expertise:before {
    position: absolute;
    background: url('https://hypermedia.com.tn/wp-content/uploads/2020/03/bg-icon.png');
    content: '';
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    left: 48%;
}

.iconhy.text-center span:after, .video-icon span:after {
    content: '';
    display: inline-block;
    position: absolute;
    left: -1px;
    right: -1px;
    top: -1px;
    bottom: -1px;
    transition: .3s;
    z-index: -1;
    transform: translateX(-100%);
    border-radius: 50%;
    background: #1f2845;
}

.iconhy.text-center span, .video-icon span {
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.career:hover .iconhy.text-center span:after, .video-icon:hover span {
    transform: translateX(0);
}

.bg-gray-lighter .iconhy.text-center span {
    margin: 0;
    /* transition-duration: 0.8s; */
    /* transition-property: transform; */
}
.text p {
    margin-right: 20px;
}
.about-section-two .auto-container .inner-column .sec-title h2 {
    margin-top: 0;
}

.career {
    height: 330px;
    padding: 10px 20px;
}

.career .iconhy {
    margin-top: 5px;
    margin-bottom: 5px;
}

.career p {
    font-size: 15px;
      font-family: "Plus Jakarta Sans", sans-serif;
}
.gallery-item .inner-box .text p {
    text-align: left;
    text-transform: none;
}
span.prefix {
    text-transform: none;
    font-size: 17px;
}
.text a {
    float: right !important;
    display: inline-block;
    letter-spacing: 0.5px;
    padding: 0px 5px;
    font-size: 12px;
    color: #000;
    text-transform: uppercase;
    transition: 0.5s;
    border-right: 2px solid #ef902a;
    border-bottom: 2px solid #ef902a;
}

.gallery-item .inner-box h3 svg {
    color: #135da8;
}

.text a:hover {
    color: #404040;
    border-color: #404040;
}
li.youtube {
    background: #E52D27 !important;
    border-radius: 25px;
    transition: 0.5s;
}

li.instagram {
    background: #ea7325;
    background: -moz-linear-gradient(#f62188 1%, #ffad43 100%);
    background: -webkit-linear-gradient(#f62188 1%, #ffad43 100%);
    background: linear-gradient(#f62188 1%, #ffad43 100%);
    border-radius: 25px;
}
li.youtube:hover {
}

li.facebook {
    transition: 0.5s;
}

li.instagram {
    transition: 0.5s;
}

li.instagram:hover {
}

.main-footer .logo-widget .social-list li.facebook:hover {
    border-radius: 0;
}
.social:first-child {
    border-top: 0;
}

.facebook{
  background-color: #3b5998 !important;
}

.youtube{
  background-color: #E52D27;
}
.social a {
    color: #fff;
}
.instagram{
    background: #ea7325;
    background: -moz-linear-gradient(#f62188 1%, #ffad43 100%);
    background: -webkit-linear-gradient(#f62188 1%, #ffad43 100%);
    background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%,#d6249f 60%,#285AEB 90%);
}
section.quote {
    background: #c31432;
    background: -webkit-linear-gradient(to right, #240b36, #c31432);
    background: linear-gradient(to right, #1c63ab, #000a32);
}
.toptitle {
    margin: 50px 0 20px 0;
    font-size: 37px;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
}

p.request.quote {
    color: #fff;
    font-size: 22px;
}

p.subtitle {
    color: #ebebeb;
    font-size: 20px;
}

section.quote a {
    color: #000;
    background: #fff;
    padding: 7px 30px;
    display: inline-block;
    text-transform: uppercase;
    margin-bottom: 50px;
    margin-top: 15px;
    border-radius: 25px;
}

section.quote a:hover {
    background: #000000;
    color: #fff;
}
ul.links li {
    display: inline-block;
    padding: 0 24px 0 0px;
    padding-bottom: 0;
    position: relative;
}

ul.links li a {
    color: #ffffff;
    font-weight: 300;
    font-size: 14px;
      font-family: "Plus Jakarta Sans", sans-serif;
    position: relative;
}

ul.social-media li {
    display: inline-block;
    background: none;
    width: 30px;
    height: 30px !important;
    text-align: center;
    line-height: 30px;
    border-radius: 50%;
}

ul.social-media li a {
    font-size: 15px;
    color: #135da8;
}

.container.subfooter {
    border-top: 1px solid #e5e5e557;
    padding: 15px !important;
    padding-right: 0 !important;
    padding-left: 0 !important;
    z-index: 11111111;
}

ul.list-semicolon li {
    display: inline-block;
}
dl.list-terms-minimal {
    margin-bottom: 0;
    float: left;
    display: inline-block;
}

dl.list-terms-minimal ul li {
    font-size: 14px;
}

dl.list-terms-minimal:first-child {
    border-right: 1px solid #e5e5e5;
    padding-right: 10px;
    margin-right: 10px;
}
section.pos-r.o-hidden .container-fluid {
    padding: 0;
}

section.pos-r.o-hidden .content {
    padding-left: 40px;
}
.content-design {
    padding: 30px 0 0 70px;
}
.service-block-two .inner-box:hover h3, .service-block-two .inner-box:hover h3 a  {
    color: #000;
}
.row.identity {
    margin: 30px 0;
}

.row.items-design .item {
    text-align: center;
    padding: 15px 0;
    transition: 0.5s;
}

.row.items-design .item h3 {
    font-size: 16px;
    color: #000;
    margin-top: 10px;
}

.item .icon-box.processus span {
    font-size: 60px;
}

.row.items-design .item:first-child {
    /* border: 1px solid #ececec; */
}

.row.items-design .col-md-4 {
    padding: 0;
    margin: 0;
}
.row.items-design:last-child {
    margin-bottom: 40px;
}

.row.items-design .col-md-4:first-child .item {
    border-left: none;
}

.row.items-design .col-md-4:last-child .item {
    border-right: none;
}

.row.items-design .col-md-4 .item {border-top: none;}

.row.items-design:last-child .col-md-4 .item {
    border-bottom: 0;
}

.row.items-design .item:hover {
    background: #f7f7f7;
}
section.quote.quote-0 {
    padding: 45px 0;
    background: -webkit-linear-gradient(to right, #0b8793, #360033);
    background: linear-gradient(to right, #006d7f, #000a32);
}

section.quote.quote-0 p.request.quote {
    font-size: 27px;
    line-height: 40px;
}

section.quote.quote-0 p.request.quote:first-child {
    margin-bottom: 0;
}
section.quote.quote-0 a {
    margin-top: 30px;
}
footer.second-footer{background: #000a32;position: relative;z-index: 1;}
.introduction_row {
    margin-bottom: 25px;
}
.packs .icon-box.processus {
    text-align: center;
}

.packs .inner-box h3 {
    text-align: center;
    color: black;
    font-size: 20px;
    margin-top: 10px;
}

.packs .designation {
    text-align: center;
      font-family: "Plus Jakarta Sans", sans-serif;
}

.packs .icon-box.processus span {
    font-size: 55px;
}

.packs .inner-box {
    box-shadow: 1px 1px 10px #efefef;
    margin: 15px 0;
    padding: 20px;
    text-align: center;
}
.packs a.lasuite {
    display: inline-block;
    color: #fff;
    padding: 2px 10px;
    background: #005e84;
    margin-top: 10px;
}
.packs a.lasuite:hover {
    background: #ef902a;
}
.service-block .inner-box:hover h3 {
    color: #ef902a;
}
section.pos-r.o-hidden.pb-5.introduction_Section_desgin_graphique {
    background: url(https://hypermedia.com.tn/wp-content/uploads/2020/03/bgg-des.png);
}

section.pos-r.o-hidden.photographe_part h2 {
    color: #fff;
}

section.pos-r.o-hidden.photographe_part h2:after {
    background: #ef902a;
    left: 45%;
}

section.pos-r.o-hidden.photographe_part .service-video h3, section.pos-r.o-hidden.photographe_part .service-video p {
    color: #fff;
}
.service-video h3 {
    position: relative;
    color: #fff;
    z-index: 1;
    text-transform: uppercase;
}

.service-video p {
    color: #fff;
    z-index: 1;
}

.service-video img {
    display: block;
    text-align: center;
    margin: 0 auto;
    background: #ffffff;
    position: relative;
    z-index: 1;
    padding: 10px;
    border-radius: 15px;
}

.service-video {
    margin-bottom: 30px;
}

p.intro-service {
    font-size: 19px !important;
    line-height: 30px !important;
}

p.intro-service:last-child {
    margin-bottom: 40px;
}
a.open_nex_forms_popup {
    background: #ef902a;
    color: #fff;
    border-radius: 50px;
    font-size: 15px;
    font-weight: 500;
    padding: 13px 15px 13px;
    font-family: 'Poppins', sans-serif;
    -moz-box-shadow: 0px 4px 12px rgba(0,0,0,0.20);
    -ms-box-shadow: 0px 4px 12px rgba(0,0,0,0.20);
    -o-box-shadow: 0px 4px 12px rgba(0,0,0,0.20);
    -webkit-box-shadow: 0px 4px 12px rgba(0,0,0,0.20);
    box-shadow: 0px 4px 12px rgba(0,0,0,0.20);
}
button.close {
    font-size: 35px;
    position: relative;
    bottom: 5px;
    font-weight: 400;
}
ul.functions-ecommerce li {
    text-align: left;
    font-size: 17px;
      font-family: "Plus Jakarta Sans", sans-serif;
    margin-bottom: 5px;
}
section.pourquoi_ecommerce:before {content: '';position: absolute;width: 100%;height: 100%;background: #000000ba;top: 0;}

.work-process-inner {
    padding: 0px 0 0 25px;
}

.work-process-inner p {
    margin-bottom: 0;
}

ul.functions-ecommerce li {
    text-align: left;
    font-size: 17px;
    margin-bottom: 5px;
}

section.pos-r.o-hidden.text-center.o-hidden .sec-title h2 {
    text-align: center;
    font-size: 21px;
    margin: 15px 0;
}

.demande-devis-bloc.ecommerce {
    background: url('https://hypermedia.com.tn/wp-content/uploads/2020/03/site-web-ecommerce.jpg');
    background-size: cover;
    position: relative;
    margin-top: 20px;
}

.demande-devis-bloc h3 {
    text-align: center;
    color: #fff;
    padding: 20px;
    font-weight: 600;
    line-height: 40px;
}
.demande-devis-bloc p {
    font-size: 18px;
    color: #fff;
    text-align: center;
    padding: 30px 10px 0 10px;
    margin-bottom: 0;
    line-height: 30px;
}

.demande-devis-bloc a.open_nex_forms_popup {
    background: #fff;
    padding: 5px 15px;
    border-radius: 0;
    color: #0d0d0d;
    position: relative;
    text-transform: uppercase;
    margin-top: 0;
    display: inline-block;
    margin-bottom: 50px;
}

.demande-devis-bloc a.open_nex_forms_popup:hover {
    background: #ef902a;
    color: #fff;
}
.demande-devis-bloc:before {content: '';position: absolute;width: 100%;height: 100%;left: 0; background: #060607a6; 
}

p.style_text.text-center {}

section.pourquoi_ecommerce p.style_text.text-center {
    font-size: 18px;
}

section.case-section {
    background: #fbfbfb;
    margin-bottom: 15px;
}

section.case-section h2 {
    margin-bottom: 20px;
}

section.case-section .container-fluid {
    padding-right: 0;
}
ul.functions li svg, ul.functions-ecommerce li svg {
    color: #ef902a;
    margin-right: 10px;
}
ul.functions li, ul.functions-ecommerce li {
    margin-bottom: 7px;
}

.demande-devis-bloc.dynamique {
    background: url('https://hypermedia.com.tn/wp-content/uploads/2020/03/developpement-site-dynamique.jpg');
    background-size: cover;
    position: relative;
    margin-top: 50px;
}
.demande-devis-bloc.dynamique p {
    padding-top: 40px;
}
section.pos-r.o-hidden.introduction_Section.dynamique .image.wow.slideInRight.animated {
    margin-left: 40px;
}
.dynamique p.style_text.pt-5.speci {
    margin: 0;
    padding: 0;
}
.dynamique .image.wow.slideInRight.animated {
    margin-left: 50px;
}
.demande-devis-bloc.vitrine {
    background: url('https://hypermedia.com.tn/wp-content/uploads/2020/03/site-vitrine-tunisie.jpg');
    position: relative;
    background-size: cover;
    margin-top: 30px;
}
section.web_Vitrine .sec-title h2 {
    color: #fff;
}


section.case-section .work-process-inner p.style_text.text-justify {
    font-size: 15px;
}
section.strategy_Section .sec-title.centered {
    margin-bottom: 50px;
}

section.pos-r.o-hidden.white {
    background: #fff;
    padding-top: 50px;
}
footer.second-footer h3 {
    font-size: 17px;
    font-weight: 500;
    color: #ffffff;
    position: relative;
    text-transform: uppercase;
    margin-bottom: 5px;
    display: inline-block;
    border-bottom: 1px solid #ef902a;
}

footer.second-footer ul.contact-infos li svg {
    color: #ef902a;
    font-size: 13px;
    margin-right: 10px;
}

footer.second-footer ul.contact-infos li {
    font-size: 14px;
    color: white;
    padding: 3px 0;
}

footer.second-footer h3:after {
    background: #ef902a;
    width: 30px;
    height: 2px;
    position: absolute;
    /* content: ''; */
    left: 0;
    top: 25px;
}

ul.contact-infos a {
    color: #ffffff;
}
li.facebook a {
    color: #fff !important;
    text-align: center;
    display: inline-block;
    margin: 0 auto;
    line-height: 10px;
}

li.youtube a {
    color: #fff !important;
}

li.instagram {
    background: #ea7325;
    background: -moz-linear-gradient(#f62188 1%, #ffad43 100%);
    background: -webkit-linear-gradient(#f62188 1%, #ffad43 100%) !important;
    background: linear-gradient(#f62188 1%, #ffad43 100%);
}

li.instagram a {
    color: #fff !important;
}

ul.social-media {
    margin-top: 15px;
    text-align: center;
}
span.phonelist {
    color: white;
}
img.img-fluid.img-dynamique {
    position: relative;
}
.devspecifique {
    padding-top: 40px;
}
.host .introduction_row {
    padding-top: 30px;
}
section.pos-r.o-hidden.pb-5.introduction_Section_desgin_graphique .introduction_row {
    padding-top: 30px;
}
.webmarketing {
    margin-top: 20px;
}
.sms-page {
    margin-top: 20px;
}

.sms-functions {
    margin-top: 30px;
}

.demande-devis-bloc.sms {
    margin-top: 10px;
    background: url('https://hypermedia.com.tn/wp-content/uploads/2020/03/sms-marketing-tunisie.jpg');
    background-position: center;
    background-size: cover;
    position: relative;
}

.sms-functions h2 {
    font-size: 25px;
}
footer.second-footer .container {
    padding: 56px 0;
}
p.copyright {
    text-align: center;
    font-size: 14px;
    padding: 0;
    margin: 0;
    color: white;
    z-index: 111111;
}
.services_icon_wrapper span {
    font-size: 55px;
    color: #135da8;
}
.demande-devis-bloc.emailing-bloc {
    position: relative;
    margin-top: 30px;
    background: url('https://hypermedia.com.tn/wp-content/uploads/2020/03/emailing-tunisie.jpg');
    padding-bottom: 30px;
    background-size: cover;
}

.demande-devis-bloc.emailing-bloc h3 {
    font-size: 19px;
    text-align: left;
}
.demande-devis-bloc.emailing-bloc p {
    text-align: left;
    margin-left: 10px;
}
.emailing {
    margin-top: 15px;
}
.demande-devis-bloc.emailing-bloc a.open_nex_forms_popup {
    margin-bottom: 30px !important;
}

.emailing-pack .sec-title {
    margin-bottom: 0;
}
ul.functions.emailing {
    margin-top: 0;
}

ul.functions.emailing li {
    text-align: left;
}
section.pos-r.smo {
    margin-top: 30px;
}

section.section_pub.pub-smo {
    margin-bottom: 0;
}
section.section_pub.pub-smo p {
    font-size: 19px;
}
section.case-section.community-bloc .container-fluid {
    padding-left: 0;
    padding-right: 60px;
}

.paragraph_bloc .sec-title {
    margin-bottom: 0;
    padding-top: 0;
    margin-top: 0;
}

.paragraph_bloc .work-process-inner {
    padding-left: 0;
}


.icon-company svg {
    font-size: 23px;
    color: #ef902a;
}

.title-company {
    font-weight: 500;
    font-family: poppins;
    font-size: 18px;
    color: #135da8;
}
.desc-company {
    font-size: 15px;
    padding: 0 15px;
    line-height: 22px;
    margin-bottom: 15px;
}
span.iconright {
    display: none;
	animation-duration: 3s;
    animation-name: changewidth;
    animation-iteration-count: infinite;
    animation-direction: alternate;
}
span.iconright {
	display: inline-block;
}
.service-block-two .inner-box:hover a h3:after {
    content: "\f054";
    font-family: FontAwesome;
    font-size: 14px;
    position: absolute;
    color: #ef902a;
    transition: 0.5s;
    padding-left: 5px;
    visibility: visible;
	opacity: 1;
	transition: opacity 2s linear;
}
.service-block-two .inner-box a h3:after{
	animation-duration: 3s;
	animation-name: changewidth;
	animation-iteration-count: infinite;
	animation-direction: alternate;
	visibility: hidden;
	opacity: 0;
	transition: visibility 0s, opacity 0.5s linear;
	/* transition: 0.5s; */
}
.service-block-two .inner-box a .h3 svg.svg-inline--fa.fa-chevron-right.fa-w-10{
    padding-left: 7px;
    font-size: 30px;
    color: #ef902a;
    font-weight: 700;
    display: none;

}
.service-block-two .inner-box:hover a .h3 svg.svg-inline--fa.fa-chevron-right.fa-w-10{
	display: inline-block;
	animation-duration: 3s;
    animation-name: changewidth;
    animation-iteration-count: infinite;
    animation-direction: alternate;
}
@keyframes changewidth {
  from {
    width: 10px;
  }

  to {
    width: 25px;
  }
}
.service-block-two .inner-box a h3 {
    color: #000;
    font-weight: 600;
}
.owl-nav .owl-prev svg {
    color: #fff;
}

.owl-next svg {
    color: #fff;
}
.introduction_part .row.introduction_row img {
    margin-top: 35px;
}
.text-left.mg-top-10 a {
    display: inline-block;
}
p.style_text.text-center.pt-2 {
    text-align: center !important;
}
.mg-top-30 {
    margin-top: 30px;
}
.pargraphe_part a.open_nex_forms_popup {
    display: inline-block;
    padding: 10px 20px;
}
.services_wrapper.services_section_part1:hover .number_1 {
    color: #2134fb;
}

.services_wrapper.services_section_part2:hover .number_2 {
    color: #047c00;
}
.services_wrapper.services_section_part3:hover .number_3 {
    color: #ef902a;
}

.services_wrapper.services_section_part4:hover .number_4 {
    color: #c0006c;
}
section.section_pub.pub-smo a.open_nex_forms_popup {
    position: relative;
    margin-top: 10px;
    display: inline-block;
    padding: 10px 15px;
}
section.request-quote {
    padding: 30px 0;
    background: url('https://hypermedia.com.tn/wp-content/uploads/2020/03/demande-devis-bg.jpg');
    background-size: cover;
    position: relative;
}

section.request-quote h1 {
    font-size: 30px;
    color: #ffffff;
    text-transform: uppercase;
    margin-bottom: 20px;
    font-weight: 600;
    position: relative;
}

section.request-quote h1:before {
    background: #ef902a;
    width: 30px;
    height: 3px;
    content: '';
    position: absolute;
    top: 50px;
    margin-left: 135px;
}

section.request-quote p {
    font-size: 17px;
    color: #fff;
}
.form-quote div#the-radios label {
    text-align: left;
    float: left;
    display: block;
    padding-left: 0;
    width: 100%;
}

.form-quote input[type="radio"],.form-quote input[type="checkbox"] {
    width: 30px;
    height: 30px;
    position: relative;
    bottom: 5px;
}
section.request-quote:before {content: '';position: absolute;width: 100%;height: 100%;background: #000000a3;bottom: 0;}
.form-quote span.the_label.style_bold {
    color: #fff !important;
    font-size: 14px;
}
.form-quote span.is_required.glyphicon.glyphicon-star.btn-xs {
    color: #fff;
}

.form-quote h4.the_input_element.style_bold {
    color: #fff !important;
    font-size: 19px;
}

.form-quote #nex-forms .input-label {
    color: #fff;
}

.form-quote h6.the_input_element {
    color: #fff !important;
    font-size: 15px;
}
.paragraph_bloc .work-process-inner {
    margin-bottom: 10px;
}
section.type-re .sec-title.centered {
    margin-bottom: 30px;
}
.add_Box a div {
    color: #696969;
    font-weight: 600;
      font-family: "Plus Jakarta Sans", sans-serif;
    font-size: 15px;
}

.add_Box a:hover div {
    color: #ef902a;
}
ul.partenair-item li img {
    border: 1px dashed #d8d8d8;
    -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
    transition: transform .2s;
}
ul.partenair-item li {
    display: inline-block;
    padding: 0 20px;
}

section.partenariat {
    padding: 40px 0 30px;
    background: #f5f5f552;
}
ul.partenair-item {
    padding-top: 10px;
}
ul.partenair-item li a:hover img {
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%);
    transform: scale(1.05);
}
section.clients {
    padding: 45px 0;
    background: url('https://hypermedia.com.tn/wp-content/uploads/2020/03/nos-clients.jpg');
    position: relative;
    background-size: cover;
    background-position: center;
}

section.clients img {
    opacity: 0.5;
    background: #fff;
    transition: 0.5s;
}

section.clients h2 {
    font-size: 35px;
    font-weight: 600;
    color: #ef902a;
    text-transform: uppercase;
      font-family: "Plus Jakarta Sans", sans-serif;
}

section.clients p {
      font-family: "Plus Jakarta Sans", sans-serif;
    font-size: 22px;
    color: #fff;
}

section.clients img:hover {
    filter: grayscale(0);
}
section.clients .col-md-3 {
    border-right: 1px solid #ece7e7;
    border-bottom: 1px solid #ece7e7;
    padding: 0;
}

section.clients .col-md-3:last-child {
    border-right: 1px solid white;
}

section.clients .col-md-8 .row:last-child .col-md-3 {
    border-bottom: 1px solid #fff0;
}

section.clients:before {
    position: absolute;
    content: '';
    background: #00000091;
    width: 100%;
    height: 100%;
    bottom: 0;
}

section.clients img:hover {
    opacity: 1;
}
.add_Box a h2 {
    font-size: 15px;
    text-align: left;
    font-weight: 600;
    line-height: 20px;
}

.add_Box p {
    font-size: 14px;
    text-align: justify;
    margin-bottom: 15px;
}
.add_Box a h2 svg {
    color: #135da8;
    margin-right: 5px;
}
.add_Box:hover a h2 {
    color: #ef902a;
}
ul.links li a:hover {
    color: #c7d8fb;
}
section.clients_hyp p {
    font-size: 25px;
}	
section.pos-r.o-hidden.introduction_Section.dynamique {
    background: #f3f1f6;
    padding-bottom: 20px;
}
section.pos-r.o-hidden.introduction_Section.dynamique {
    background: #f3f1f6;
    padding-bottom: 20px;
}
section.pos-r.o-hidden.introduction_Section.dynamique .introduction_row {
    margin-bottom: 0;
}
p.style_text.pt-5.speci svg {
    color: #ef902a;
    margin-right: 5px;
}
.intro p {
    font-size: 18px;
}

.sec-title.centered h2:after, .sec-title.centered h3:after {
	top: -115%;
	content: '';
	background: url(https://hypermedia.com.tn/wp-content/uploads/2020/03/bg_title-min.png);
	margin-left: -102px;
	position: absolute;
	height: 140px;
	width: 199px;
	content: ' ';
	z-index: 2;
	left: 50%;
	background-repeat: no-repeat;
}
section.indentity {
    padding-top: 30px;
    background: #fbfbfb;
}

section.clients_hyp {
    padding: 70px 50px;
    background: #f5f5f585;
}
.modal-header button.close {
    z-index: 9999999999;
}
.price-block .pull-left {float: none !important;text-align: center;}

.price-block .pull-left .title {
    color: #135da8;
    font-size: 30px;
}
section.price-section .sec-title.centered:after {
    background: none;
}
.service-video.iconhy.text-center .sec-title {
    margin-bottom: 5px;
}
.sec-title h1 {
    position: relative;
    font-size: 27px;
    color: #222222;
    font-weight: 400;
    line-height: 1.3em;
    padding-bottom: 20px;
    display: inline-block;
    text-transform: uppercase;
}

.sec-title h1:after {
    position: absolute;
    content: '';
    left: 0px;
    bottom: 0px;
    width: 42px;
    height: 3px;
    background-color: #005e84;
    left: 50%;
    margin-left: -21px;
}
.eg-pagination-block {
    margin-top: 20px;
    position: relative;
    text-align: center;
    margin-bottom: 20px;
}
#nex-forms .radio-inline {
    padding-left: 0;
    margin-left: 0 !important;
}

#nex-forms div.radio-group label.radio-inline {
    left: -15px !important;
   	padding-left: 0 !important;
}
div#_71316 {
    margin-bottom: 8px !important;
}
.add_Box .caption_button.text-center h2 {
    font-size: 17px;
    text-align: left;
    font-weight: 600;
    line-height: 20px;
}
.add_Box .caption_button.text-center h2 svg {
    color: #135da8;
}
a.social-page-link {
    border: 2px solid #4267B2;
    color: #4267b2;
    display: inline-block;
    text-align: center;
    padding: 0px 20px;
    text-transform: uppercase;
    font-size: 13px;
    margin-top: 5px;
}

a.social-page-link svg {
    margin-left: 10px;
    font-size: 17px;
}
ul.desc li:before {content: "\f0da";font-family: FontAwesome;color: #ef902a;font-size: 22px;margin-right: 5px;}

ul.desc li {
    color: #000;
      font-family: "Plus Jakarta Sans", sans-serif;
}

ul.desc {
}
a.social-page-link:hover {
    color: #fff;
    background: #4267b2;
}
.add_Box {
    margin-bottom: 15px;
}
section.text-center.pos-r.o-hidden .sec-title.centered:after {
    top: -50px;
}

section.case-section .sec-title.centered:after {
    left: 38.5%;
    top: -64px;
}

section.case-section .sec-title.centered {
    margin-top: 50px;
}
section.pourquoi_ecommerce .sec-title.centered:after {
    background: none;
}
section.pos-r.o-hidden.pb-5.introduction_Section.smo .sec-title h1:after,
section.pos-r.o-hidden.pb-5.introduction_Section.host .sec-title h1:after {
    left: 22px;
}
section.services-section-two.backk .sec-title.centered:after {top: -38px;}

section.services-section-two.backk {
    padding-bottom: 20px;
}
section.functions-pack {
    padding-top: 30px;
}
* {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
}

.animateme {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 0;
}

.bg-bubbles {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.bg-bubbles li {
  position: absolute;
  list-style: none;
  display: block;
  width: 40px;
  height: 40px;
  background-color: #001157;
  bottom: 60px;
  -webkit-animation: square 25s infinite;
  animation: square 25s infinite;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  opacity: 0;
}

.bg-bubbles li:nth-child(1) {
  left: 3%;
  border-radius: 50em;
  background: transparent;
  border: 4px solid #536fa9;
}

.bg-bubbles li:nth-child(2) {
  left: 6%;
  width: 75px;
  height: 75px;
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
  -webkit-animation-duration: 17s;
  animation-duration: 17s;
}

.bg-bubbles li:nth-child(3) {
  left: 15%;
  width: 175px;
  height: 175px;
  -webkit-animation-delay: 4s;
  animation-delay: 4s;
}

.bg-bubbles li:nth-child(4) {
  left: 40%;
  width: 90px;
  height: 90px;
  -webkit-animation-duration: 22s;
  animation-duration: 22s;
}

.bg-bubbles li:nth-child(5) {
  left: 70%;
  background: transparent;
  border: 4px solid #536fa9;
}

.bg-bubbles li:nth-child(6) {
  left: 90%;
  width: 90px;
  height: 90px;
  -webkit-animation-delay: 3s;
  animation-delay: 3s;
  border-radius: 50em;
  background: transparent;
  border: 4px solid #536fa9;
}

.bg-bubbles li:nth-child(7) {
  left: 32%;
  width: 60px;
  height: 60px;
  -webkit-animation-delay: 7s;
  animation-delay: 7s;
  background: transparent;
  border: 4px solid #536fa9;
}

.bg-bubbles li:nth-child(8) {
  left: 55%;
  width: 50px;
  height: 50px;
  -webkit-animation-delay: 15s;
  animation-delay: 15s;
  -webkit-animation-duration: 40s;
  animation-duration: 40s;
}

.bg-bubbles li:nth-child(9) {
  left: 30%;
  width: 140px;
  height: 140px;
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
  -webkit-animation-duration: 40s;
  animation-duration: 40s;
  border-radius: 50em;
  background: transparent;
  border: 4px solid #536fa9;
}

.bg-bubbles li:nth-child(10) {
  left: 90%;
  width: 60px;
  height: 60px;
  -webkit-animation-delay: 11s;
  animation-delay: 11s;
}

.bg-bubbles li:nth-child(11) {
  left: 10%;
  width: 40px;
  height: 40px;
  -webkit-animation-delay: 13s;
  animation-delay: 13s;
  border-radius: 50em;
}

.bg-bubbles li:nth-child(12) {
  left: 55%;
  width: 175px;
  height: 175px;
  -webkit-animation-delay: 7s;
  animation-delay: 7s;
  background: transparent;
  border: 4px solid #536fa9;
}

.bg-bubbles li:nth-child(13) {
  left: 65%;
  width: 100px;
  height: 100px;
  -webkit-animation-delay: 8s;
  animation-delay: 8s;
  border-radius: 50em;
}

@-webkit-keyframes square {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(-700px) rotate(600deg);
    transform: translateY(-700px) rotate(600deg);
    opacity: 1;
  }
}
@keyframes square {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(-700px) rotate(600deg);
    transform: translateY(-700px) rotate(600deg);
    opacity: 0;
  }
}
footer .col-md-5, footer .col-md-3 {
    z-index: 1;
}
.iconhy.text-center:hover span {
    transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
}

.bg-gray-lighter .iconhy.text-center span {
    transition-duration: 0.8s;
    transition-property: transform;
}
ul.contact-infos li i {
    color: #ef902a;
    padding-right: 5px;
}
a.social-page-link i {
    padding-left: 5px;
}
.into-cat .packs .designation {
    text-align: center;
      font-family: "Plus Jakarta Sans", sans-serif;
    font-size: 15px;
}
section.services-section-two.backk.into-cat .sec-title h2 {
    padding-bottom: 0;
}
section.case-section .paragraph_bloc .work-process p.style_text {
    font-size: 18px;
}
.conception-vitrine .paragraph_bloc {
    padding: 60px;
}
.dynamique p.style_text.pt-5.speci i {
    padding-right: 5px;
    color: #ef902a;
}
.intro .sec-title h1:after {
    left: 22px;
}
.lower-content.single_blog_lower_content h1 {
    position: relative;
    font-size: 27px;
    color: #3b5998;
    font-weight: 600;
    line-height: 1.3em;
    padding-bottom: 0;
    padding-top: 0;
    display: inline-block;
    text-transform: uppercase;
    font-family: 'Open Sans', sans-serif;
}

.lower-content.single_blog_lower_content p {
      font-family: "Plus Jakarta Sans", sans-serif;
    position: relative;
    color: #555555;
    margin-left: 20px;
    font-size: 17px;
    text-align: left;
}

.lower-content.single_blog_lower_content h2 {
    font-size: 22px;
      font-family: "Plus Jakarta Sans", sans-serif;
    font-weight: 600;
    margin-bottom: 5px;
}

.lower-content.single_blog_lower_content a {
    border: none;
    display: inline;
      font-family: "Plus Jakarta Sans", sans-serif;
    text-transform: initial;
    font-size: 17px;
    text-decoration: underline;
    color: #3b5998;
    margin-left: 0;
    padding-left: 0;
    letter-spacing: normal;
    float: none !important;
}
.lower-content.single_blog_lower_content a:hover {
    color: #ef9228;
}
p.signature-blog {
    font-size: 27px !important;
    color: #000 !important;
    margin-top: 35px;
    font-family: 'Parisienne', cursive !important;
}

p.signature-blog:before {
    position: absolute;
    content: '';
    background: #ef902a;
    width: 60px;
    height: 3px;
    bottom: 55px;
}
.breadcrumbs ul li {
    display: inline-block;
}

.breadcrumbs ul li a {
    color: grey !important;
    font-size: 14px !important;
}

.breadcrumbs ul li:after {content: '/';margin: 5px;}

.breadcrumbs ul li:last-child a:after {content: '';}
.breadcrumbs ul li:last-child:after {
    content: '';
}
.blog-section .news-block-four .inner-box .lower-content .upper-box h2 a {
    color: #232323;
    font-size: 22px;
}

.blog-section .news-block-four .inner-box .lower-content .upper-box h2 {
    line-height: 25px;
    text-align: justify;
      font-family: "Plus Jakarta Sans", sans-serif;
}
section.blog_single_page {
    margin-top: 25px;
}
.container-fluid.header-blog {
    padding: 30px 0px 30px 0;
    margin-bottom: 50px;
    background: #3b5998;  /* fallback for old browsers */
    background: -webkit-linear-gradient(to top, #021B79, #0575E6);  /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to top, #021B79, #3b5998); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}

section.blog-section h1 {
    color: #fff;
      font-family: "Plus Jakarta Sans", sans-serif;
    font-size: 40px;
    font-weight: 500;
}

section.blog-section .breadcrumbs ul li a ,section.blog-section .breadcrumbs ul li {
    color: #fff !important;
}

input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required {
    border: 2px black solid;
}
input.wpcf7-form-control.wpcf7-text{
	border: 2px black solid;
}
textarea.wpcf7-form-control.wpcf7-textarea{
	border: 2px black solid;
}
input.wpcf7-form-control.wpcf7-submit{
	border: 2px black solid;
	background-color: #122c50;
	color: #fff;
}
#nex-forms .input-label:not(.image-choices-choice-text) {
    padding-left: 45px !important;
}
#nex-forms .input-label:not(.image-choices-choice-text) {
    color: #fff !important;
}