
/*** 

====================================================================
			Fonts
====================================================================

 ***/

@import url('https://fonts.googleapis.com/css?family=Arimo:400,400i,700,700i&amp;display=swap');

/*
	font-family: 'Arimo', sans-serif;
*/

@import url('owl.css');
@import url('fontawesome-all.css');
@import url('simple-line-icons.css');
@import url('themify-icons.css');
@import url('flaticon.css');
@import url('et-line.css');
@import url('animate.min.css');
@import url('jquery-ui.css');
/*@import url('swiper.css');*/
@import url('jquery.fancybox.min.css');
@import url('scrollbar.css');
@import url('hover.css');
@import url('lightgallery.css');
@import url('custom-animate.css');
@import url('animate.on.scroll.css');
@import url('fileinput.css');
@import url('slick.min.css');
@import url('osfont-icon.css');
@import url('onboard.css');


/*** 

====================================================================
	Reset
====================================================================

 ***/

*{
	margin:0px;
	padding:0px;
	border:none;
	outline:none;
	font-size: 100%;
	line-height: inherit;
}

/*** 

====================================================================
	Global Settings
====================================================================

 ***/

body {
	
	font-size:15px;
	color:#666666;
	line-height:1.7em;
	font-weight:400;
	background:#ffffff;
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
	font-family: 'Arimo', sans-serif;
}

a{
	text-decoration:none;
	cursor:pointer;
	color: #ff5d22;
	transition: all ease 0.5s;
	-webkit-transition: all ease 0.5s;
}

.theme_color{
	color:#ff5d22;
}

b, strong {
    font-weight: 600;
}

a:hover,
a:focus,
a:visited,
a:active,
button:active{
	color: #091d3e;
	text-decoration:none;
	outline:none;
}

h1,h2,h3,h4,h5,h6 {
	position:relative;
	font-weight:normal;
	margin:0px 0px 15px;
	background:none;
	line-height:1.25em;
	font-family: 'Arimo', cursive;
}

h1{
	font-size: 60px;
}

h2{
	font-size: 44px;
}

h3{
	font-size: 22px;
}

h4{
	font-size: 18px;
}

h5{
	font-size: 14px;
}

h6{
	font-size: 10px;
}

input,select,button{
	font-family: 'Arimo', sans-serif;
}

textarea{
	overflow:hidden;
	resize: none;	
}

button{
	outline: none !important;
	cursor: pointer;
}

p{
	font-size: 15px;
	line-height: 1.7em;
	font-weight: 400;
	margin: 0 0 15px;
}

.text{
	font-size: 15px;
	line-height: 1.7em;
	font-weight: 400;
	margin: 0 0;
}

.text-orange {
    color: #ff5d22;
}

.no-margin{
	margin: 0;
}

.fw-300{
	font-weight: 300;
}

.fw-400{
	font-weight: 400;
}

.fw-500{
	font-weight: 500;
}

.fw-600 {
    font-weight: 600;
}

::-webkit-input-placeholder{color: inherit;}
::-moz-input-placeholder{color: inherit;}
::-ms-input-placeholder{color: inherit;}

.page-wrapper{
	position:relative;
	margin:0 auto;
	width:100%;
	min-width:300px;
	z-index: 9;
	overflow: hidden;
}

.auto-container{
	position:static;
	max-width:1170px;
	padding:0px 15px;
	margin:0 auto;
}

ul,li{
	list-style:none;
	padding:0px;
	margin:0px;	
}

figure{
	margin-bottom: 0;
}

.theme-btn{
	display:inline-block;
	-webkit-transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
	transition:all 0.3s ease;
}

.theme-btn i{
	position: relative;
	display: inline-block;
	font-size: 14px;
	margin-left: 3px;
}

.centered{
	text-align:center !important;
}

/*Btn Style One*/

.btn-style-one{
	position: relative;
	display: inline-block;
	text-transform:capitalize;
	border-radius:0px;
	overflow:hidden;
	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 .btn-title{
	position: relative;
	display:block;
	font-size: 16px;
	line-height: 30px;
	color: #ffffff;
	font-weight: 700;
	padding: 15px 40px;
	background: #ff5d22;
	border-radius:0px;
	z-index:1;
	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 .btn-title{
	background: #222222;
	color: #ffffff;
}

/*Btn Style Two*/

.btn-style-two{
	position: relative;
	display: inline-block;
	text-transform:capitalize;
	border-radius:0px;
	overflow:hidden;
	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 .btn-title{
	position: relative;
	display:block;
	font-size: 16px;
	line-height: 30px;
	color: #ffffff;
	font-weight: 700;
	padding: 15px 40px;
	background: #ff5d22;
	border-radius:0px;
	z-index:1;
	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 .btn-title{
	background: #222222;
	color: #ffffff;
}

.pull-right{
	float: right;
}

.pull-left{
	float: left;
}

/*===========================
    Preloader Style Area 
===========================*/
.preloader {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 999;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url(../images/preloader.svg); }

.preloader-close {
  position: fixed;
  z-index: 999999;
  color: #fff;
  padding: 10px 20px;
  cursor: pointer;
  right: 40px;
  bottom: 40px;
  font-weight: 600;
  line-height: 60px;
  background: #03a84e;
  padding: 0 15px;
  border-radius: 5px; }

.loader-wrap {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 999999; }

.loader-wrap .layer-one {
  position: absolute;
  left: 0%;
  top: 0;
  width: 33.3333%;
  height: 100%;
  overflow: hidden; }

.loader-wrap .layer-two {
  position: absolute;
  left: 33.3333%;
  top: 0;
  width: 33.3333%;
  height: 100%;
  overflow: hidden; }

.loader-wrap .layer-three {
  position: absolute;
  left: 66.6666%;
  top: 0;
  width: 33.3333%;
  height: 100%;
  overflow: hidden; }

.loader-wrap .layer .overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #F4F9FF; }

@media (max-width: 767px){
    .loader-wrap {
        display:none !important;
    }
}

img{
	display:inline-block;
	max-width:100%;
	height:auto;	
}

	
.page-wrapper{
	border-top: 2px solid #ff5d22;
	border-bottom: 2px solid #ff5d22;
}

.fa{
	line-height: inherit;
}

.grey-bg {
    background-color: #F8F9FC;
}

.s-padding {
    padding-top: 110px;
    padding-bottom: 110px;
}

/*** 

====================================================================
	Buttons
====================================================================

***/

.btn {
    text-transform: capitalize;
    position: relative;
    z-index: 1;
    font-size: 15px;
    font-weight: 700;
    min-width: 170px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    padding: 0 15px;
    letter-spacing: 1px;
    border: 0;
    border-radius: 3px;
    overflow: hidden;
    -webkit-transition: all .3s linear;
    transition: all .3s linear;
}

.btn__link {
    background-color: transparent;
    border-color: transparent;
    min-width: 0;
    line-height: 22px;
    height: auto;
    padding: 0;
    border: none;
    border-radius: 0;
}


.more-btn {
  color: #000;
  font-weight: 600;
  position: relative;
  padding: 3px;
  display: inline-block;
  line-height: 18px;
  font-size: 16px;
  text-decoration: none !important;
  -webkit-transition: ease all 0.4s;
     -moz-transition: ease all 0.4s;
       -o-transition: ease all 0.4s;
          transition: ease all 0.4s;
}
.more-btn i {
  position: absolute;
  right: 0;
  top: 5px;
  opacity: 0;
  -webkit-transition: ease all 0.4s;
     -moz-transition: ease all 0.4s;
       -o-transition: ease all 0.4s;
          transition: ease all 0.4s;
}

.more-btn:hover i {
  right: -20px;
  opacity: 1;
}

.icon-fixed{
  position: fixed;
  /*width: 48px;*/
  bottom: 12%;
  transform: translateY(20%);
  transition: all 0.3s linear;
  /*box-shadow: 2px 2px 8px 0px rgba(0,0,0,.4);*/
  z-index: 99;
}
.icon-fixed li{
  height: 40px;
  position:relative;
}
.icon-fixed li a{
  color: white;
  display: block;
  height: 100%;
  width: 100%;
  line-height: 40px;
  padding-left:8%;
  /*border-bottom: 1px solid #f1f3fc;*/
  transition: all .3s linear;
}
.icon-fixed li:nth-child(1) a{
  background: #A2AAAD;
}
.icon-fixed li:nth-child(2) a{
  background: #3DDC84;
}
.icon-fixed li:nth-child(3) a{
  background: #E1306C;
}
.icon-fixed li:nth-child(4) a{
  background: #2867B2;
}
.icon-fixed li:nth-child(5) a{
  background: #333;
}
.icon-fixed li:nth-child(6) a{
  background: #ff0000;
}
.icon-fixed li a i{
  position:absolute;
  top: 10px;
  left: 12px;
  font-size: 20px;
}
.icon-fixed ul li a span{
  display: none;
  font-weight: bold;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.icon-fixed a:hover {
  z-index:1;
  width: 150px;
  /*border-bottom: 1px solid #f1f3fc;*/
  box-shadow: 0 0 1px 1px rgba(0,0,0,.3);
}
.icon-fixed ul li:hover a span{
  padding-left: 32%;
  display: block;
}

.customer-service .item {
    cursor: pointer;
    width: 40px;
    height: 40px;
    background-color: #ffffff;
    text-align: center;
    transition: 0.3s;
    position: relative;
    box-sizing: border-box;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.02);
}

.customer-service .item.apple{
	background-color: #A2AAAD;
	margin-bottom: 5px;
}

.customer-service .item.android{
	background-color: #03a84e;
}

.customer-service .item [class*="ti-"],
.customer-service .item [class^="ti-"] {
    display: block;
    position: absolute;
    top: 50%;
    width: 100%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 24px;
    color: #ffffff;
    transition: 0.3s;
}

.customer-service .item .message {
    position: absolute;
    left: 35px;
    bottom: 0;
    padding-left: 14px;
    display: none;
}

.customer-service .item:hover .message {
    display: block;
}

.customer-service .item .message .message-warp {
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.02);
    border: 1px solid #e9e9e9;
    background: #ffffff;
    border-radius: 6px;
    padding: 13px 16px 10px;
    text-align: left;
}

.customer-service .item .message .message-warp h5 {
    font-size: 14px;
    color: #222222;
    cursor: default;
    line-height: 24px;
    margin: 0 0 7px;
    font-weight: 400;
}

.customer-service .item .message .message-warp p {
    margin: 0;
    font-size: 12px;
    line-height: 24px;
    white-space: nowrap;
    color: #8c8889;
}

.customer-service .item .message .message-warp p a {
    color: #8c8889;
    transition: 0.3s;
}

.customer-service .item .message .message-warp p a:hover {
	box-shadow: none;
    color: #ff5d22;
    text-decoration: underline;
}



/*** 

====================================================================
	Scroll To Top style
====================================================================

***/

.scroll-top {
    position: absolute;
    background-color: #03a84e;
    left: 50%;
    top: -37px;
    color: #fff;
    width: 40px;
    text-align: center;
    margin-left: -20px;
    padding-top: 10px;
    padding-bottom: 10px;
    border-radius: 100px;
    z-index: 1;
}
.scroll-top:hover {
    color: #fff;
    opacity: 0.9;
}
.scroll-top i {
    font-size: 18px;
}
.scroll-top span {
    font-size: 12px;
    display: block;
    font-weight: bold;
}


/*** 

====================================================================
	Main Header style / Header Style One
====================================================================

***/

.header-section{
	position: relative;
	display: inline-grid;
	width: 100%;
	z-index: 9999;
	background:none;
}

.header-top{
	position: relative;
}

.header-top .inner{
	position:relative;
}

.header-section .header-top .top-left{
	position: relative;
	float: left;
}

.header-section .header-top .top-right{
	position: relative;
	float: right;
}

.header-top-one{
	background: none;
	padding: 15px 0px;
	border-bottom: 1px solid #e2eef2;
	line-height: 24px;
	background: #f9f9f9;
	background: -webkit-linear-gradient(bottom,#f9f9f9,#ffffff);
}

.header-top-one .top-text{
	position: relative;
	color: #222222;
}

.header-top-one .info{
	position:relative;
	float: left;
}

.header-top-one .info li{
	position: relative;
	float: left;
	margin-left: 30px;
}

.header-top-one .info li:last-child{
	margin-left: 15px;
}

.header-top-one .info li a{
	color: #222222;
}

.header-top-one .info li .icon{
	position: relative;
	top: -1px;
	display: inline-block;
	vertical-align: middle;
	font-size: 17px;
	color: #ff5d22;
	padding-right: 8px;
}

.header-top-one .info li a:hover{
	text-decoration: underline;
	color: #ff5d22;
}

.header-top-one .language{
	position:relative;
	float: left;
	margin-left: 30px;
	z-index: 5;
}

.header-top-one .language .lang-btn{
	position: relative;
	display: block;
	line-height: 24px;
	font-size: 15px;
	text-transform: uppercase;
	font-weight: 700;
	line-height: 24px;
	cursor: pointer;
}

.header-top-one .language .lang-btn .flag{
	position: relative;
	top: -1px;
	display: inline-block;
	vertical-align: middle;
	padding-right: 5px;
}

.header-top-one .language .lang-btn .txt{
	position: relative;
	display: inline-block;
	vertical-align: middle;
}

.header-top-one .language .lang-btn .arrow{
	position: relative;
	display: inline-block;
	vertical-align: middle;
	padding-left: 4px;
	font-size: 12px;
}

.header-top-one .language .lang-btn:before{
	content: '';
	position: absolute;
	left: 0;
	top: 100%;
	width: 100%;
	height: 16px;
}

.header-top-one .language .lang-dropdown{
	position: absolute;
	right: 0;
	top: 100%;
	margin-top: 16px;
	width: 150px;
	background: #ffffff;
	border: 1px solid #f0f0f0;
	border-top: 2px solid #ff5d22;
	opacity: 0;
	visibility: hidden;
	-webkit-transform: translateY(20px);
	-ms-transform: translateY(20px);
	transform: translateY(20px);
	-webkit-transition: all 300ms linear;
	-ms-transition: all 300ms linear;
	transition: all 300ms linear;
}

.header-top-one .language:hover .lang-dropdown{
	opacity: 1;
	visibility: visible;
	-webkit-transform: translateY(0px);
	-ms-transform: translateY(0px);
	transform: translateY(0px);
}

.header-top-one .language .lang-dropdown li{
	position: relative;
	display: block;
	border-bottom: 1px solid #f0f0f0;
}

.header-top-one .language .lang-dropdown li:last-child{
	border: none;
}

.header-top-one .language .lang-dropdown li a{
	position: relative;
	display: block;
	padding: 5px 15px;
	font-size: 14px;
	line-height: 24px;
	color: #222222;
}

.header-top-one .language .lang-dropdown li a:hover{
	text-decoration: underline;
	color: #ff5d22;
}

/*=== Header Main Box ===*/

.bottom-header{
	position:relative;
	display: block;
	z-index: 1;
}

.bottom-header .header_menu{
	position:relative;	
}

.bottom-header{
	position:relative;
	background: #ffffff;
}

.bottom-header .logo_box{
	position: relative;
	float:left;
	padding: 10px 0px;
	z-index:10;
}

.bottom-header .logo_box .logo{
	position: relative;
	display:block;
}

.bottom-header .logo_box img{
	position: relative;
	display: inline-block;
	max-width: 100%;
	max-height: 65px;
	margin-top: 2px;
	z-index:1;
}

.bottom-header .logo_box .logo-main img,
.bottom-header .sticky-header .logo_box .logo-scroll img{
	display: block;
}

.bottom-header .logo_box .logo-scroll img,
.bottom-header .sticky-header .logo_box .logo-main img{
	display: none;
}

.bottom-header .right-nav{
	position: relative;
	float: right;
}

.header-section .search-btn{
	position:relative;
	float:left;
	margin-top: 40px;
	margin-left: 40px;
}

.header-section .sticky-header .search-btn{
	margin-top: 27px;
}

.header-section .search-btn button{
	position: relative;
	display: block;
	padding: 0;
	margin: 0;
	background: none;
	line-height: 30px;
	color: #222222;
	cursor: pointer;
}

.bottom-header .search-btn button .fa{
	vertical-align: middle;
}

.header-section .nav-outer{
	position: relative;
	float: left;
	z-index:1;
}

.header-section .nav-outer .main-menu{
	position:relative;
}

.main-menu .navbar-collapse{
	padding:0px;
}

.main-menu .navigation{
	position:relative;
	margin:0px;
	font-family: 'Arimo', sans-serif;
}

.main-menu .navigation > li{
	position:relative;
	float:left;
	padding:15px 0px;
	margin-right: 40px;
	-webkit-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	transition:all 300ms ease;
}

.main-menu .navigation > li:last-child{
	margin-right:0px;
}

.main-menu .navigation > li:last-child:after{
	display: none;
}

.main-menu .navigation > li > a{
	position:relative;
	display:block;
	text-align:center;
	font-size:16px;
	line-height:30.4px;
	font-weight:700;
	text-transform:capitalize;
	letter-spacing: 0.03em;
	color:#222222;
	padding:15px 0px;
	opacity:1;
	-webkit-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	transition:all 300ms ease;
}

.main-menu .navigation > li:before{
	position:absolute;
	content:'';
	left:0px;
	bottom:0px;
	width:0px;
	border-bottom: 2px solid #ff5d22;
	-webkit-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	transition:all 300ms ease;
}

.sticky-header .main-menu .navigation > li:before{
	display:none;
}

.main-menu .navigation > li:hover:before,
.main-menu .navigation > li.current:before{
	width:100%;
}

.main-menu .navigation > li:hover > a,
.main-menu .navigation > li.current > a{
	color: #ff5d22;
}

.sticky-header .main-menu .navigation > li:hover > a,
.sticky-header .main-menu .navigation > li.current > a{
	color: #ff5d22;
}

.sticky-header .main-menu .navigation > li.dropdown{
	padding-right:0px;	
}

.main-menu .navigation > li > ul{
	position:absolute;
	left:0px;
	top:100%;
	width:240px;
	z-index:100;
	display:none;
	background:#ffffff;
	padding: 12px 0px;
	border-top: 2px solid #ff5d22;
	-ms-transform: translateY(20px);
	transform: translateY(20px);
	transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-webkit-box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
	-ms-box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
	-o-box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
	-moz-box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
	box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
}

.main-menu .navigation > li > ul.from-right{
	left:auto;
	right:0px;	
}

.main-menu .navigation > li > ul > li{
	position:relative;
	padding: 0px 30px;
	width:100%;
}

.main-menu .navigation > li > ul > li > a{
	position:relative;
	display:block;
	padding:10px 0px;
	line-height:24px;
	font-weight:700;
	font-size:15px;
	color:#091d3e;
	text-align:left;
	text-transform:capitalize;
	border-bottom:1px solid rgba(0,0,0,0.10);
	transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
}

.main-menu .navigation > li > ul > li:last-child > a{
	border-bottom:none;	
}

.main-menu .navigation > li > ul > li:hover > a,
.main-menu .navigation > li > ul > li.drop-current > a{
	color:#ff5d22;
}

.main-menu .navigation > li > ul > li > ul{
	position:absolute;
	left:100%;
	top:0;
	width:240px;
	z-index:100;
	display:none;
	background:#ffffff;
	padding: 12px 0px;
	border-top: 2px solid #ff5d22;
	-ms-transform: translateY(20px);
	transform: translateY(20px);
	transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-webkit-box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
	-ms-box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
	-o-box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
	-moz-box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
	box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
}

.main-menu .navigation > li > ul > li > ul > li{
	position:relative;
	padding: 0px 30px;
	width:100%;
}

.main-menu .navigation > li > ul > li  > ul > li > a{
    position:relative;
	display:block;
	padding:10px 0px;
	line-height:24px;
	font-weight:700;
	font-size:15px;
	color:#ff5d22;
	text-align:left;
	text-transform:capitalize;
	border-bottom:1px solid rgba(0,0,0,0.10);
	transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
}

.main-menu .navigation > li > ul > li > ul > li:last-child > a{
	border-bottom:none;	
}

.main-menu .navigation > li > ul > li  > ul > li > a:hover{
	color:#ff5d22;
}

.main-menu .navigation > li > ul > li.dropdown > a:after{
	font-family: 'Font Awesome 5 Free';
	content: "\f105";
	position:absolute;
	right:0px;
	top:11px;
	display:block;
	line-height:24px;
	font-size:16px;
	font-weight:900;
	z-index:5;	
}

.main-menu .navigation > li.dropdown:hover > ul{
	visibility:visible;
	opacity:1;
	-ms-transform: translateY(0px);
	transform: translateY(0px);
	transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
}

.main-menu .navigation li > ul > li.dropdown:hover > ul{
	visibility:visible;
	opacity:1;
	-ms-transform: translateY(0px);
	transform: translateY(0px);
	transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;	
}

.main-menu .navigation li.dropdown .dropdown-btn{
	position:absolute;
	right:10px;
	top:8px;
	width:34px;
	height:30px;
	border:1px solid #ffffff;
	text-align:center;
	font-size:16px;
	line-height:26px;
	color:#ffffff;
	cursor:pointer;
	z-index:5;
	display:none;
}

.main-menu .others-options {
    margin-left: 50px;
}

.main-menu .others-options .option-item .btn-style-two > div {
    border-radius: 5px;
    padding: 5px 25px;
	font-size: 15px;
}



/*** 

====================================================================
	Header Style Two
====================================================================

***/

.header-style-two{
	position: relative;
}

.header-section .header-upper .right-info{
	position: relative;
	float: right;
	padding-top: 33px;
}

.header-section .header-upper .info{
	position: relative;
	float: left;
}

.header-section .header-upper .info .info-block{
	position: relative;
	float: left;
	padding-left: 50px;
	min-height: 44px;
	margin-left: 55px;
}

.header-section .header-upper .info .info-block:before{
	content: '';
	position: absolute;
	left: -28px;
	top: 0px;
	height: 44px;
	border-left: 1px solid #f0f0f0;
}

.header-section .header-upper .info .info-block:first-child{
	margin-left: 0;
}

.header-section .header-upper .info .info-block:first-child:before{
	display: none;
}

.header-section .header-upper .info .info-block .icon-box{
	position: absolute;
	left: 0;
	top: 0px;
	width: 36px;
	height: 44px;
	font-size: 36px;
	color: #ff5d22;
	line-height: 44px;
}

.header-section .header-upper .info strong{
	position: relative;
	display: block;
	color: #222222;
	font-weight: 700;
}

.header-section .header-upper .info .info-text{
	position: relative;
	display: block;
	font-size: 15px;
	line-height: 22px;
}

.header-section .header-upper .info a{
	color: #222222;
}

.header-section .header-upper .info a:hover,
.header-section .header-upper .info a:hover strong{
	text-decoration: underline;
	color: #ff5d22;
}

.header-style-two .header-upper .lang-block{
	position: relative;
	float: left;
	margin-left: 55px;
	padding-top: 10px;
}

.header-style-two .header-upper .lang-block:before{
	content: '';
	position: absolute;
	left: -28px;
	top: 0px;
	height: 44px;
	border-left: 1px solid #f0f0f0;
}

.header-style-two .language{
	position:relative;
}

.header-style-two .language .lang-btn{
	position: relative;
	display: block;
	line-height: 24px;
	font-size: 15px;
	text-transform: uppercase;
	font-weight: 700;
	line-height: 24px;
	cursor: pointer;
}

.header-style-two .language .lang-btn .flag{
	position: relative;
	top: -1px;
	display: inline-block;
	vertical-align: middle;
	padding-right: 5px;
}

.header-style-two .language .lang-btn .txt{
	position: relative;
	display: inline-block;
	vertical-align: middle;
}

.header-style-two .language .lang-btn .arrow{
	position: relative;
	display: inline-block;
	vertical-align: middle;
	padding-left: 4px;
	font-size: 12px;
}

.header-style-two .language .lang-btn:before{
	content: '';
	position: absolute;
	left: 0;
	top: 100%;
	width: 100%;
	height: 16px;
}

.header-style-two .language .lang-dropdown{
	position: absolute;
	right: 0;
	top: 100%;
	margin-top: 16px;
	width: 150px;
	background: #ffffff;
	border: 1px solid #f0f0f0;
	border-top: 2px solid #ff5d22;
	opacity: 0;
	visibility: hidden;
	-webkit-transform: translateY(20px);
	-ms-transform: translateY(20px);
	transform: translateY(20px);
	-webkit-transition: all 300ms linear;
	-ms-transition: all 300ms linear;
	transition: all 300ms linear;
}

.header-style-two .language:hover .lang-dropdown{
	opacity: 1;
	visibility: visible;
	-webkit-transform: translateY(0px);
	-ms-transform: translateY(0px);
	transform: translateY(0px);
}

.header-style-two .language .lang-dropdown li{
	position: relative;
	display: block;
	border-bottom: 1px solid #f0f0f0;
}

.header-style-two .language .lang-dropdown li:last-child{
	border: none;
}

.header-style-two .language .lang-dropdown li a{
	position: relative;
	display: block;
	padding: 5px 15px;
	font-size: 14px;
	line-height: 24px;
	color: #222222;
}

.header-style-two .language .lang-dropdown li a:hover{
	text-decoration: underline;
	color: #ff5d22;
}

.header-style-two .header-lower{
	position:relative;
	display: block;
	background: #ff5d22;
	color: #ffffff;
}

.header-style-two .header-lower .nav-box{
	position:relative;
	display: block;
}

.header-style-two .header-lower .search-btn{
	margin-top: 18px;
	float: right;
}

.header-style-two .header-lower .search-btn button{
	color: #ffffff;
}

.header-style-two .nav-box .main-menu .navigation > li{
	padding:3px 0px;
}

.header-style-two .nav-box .main-menu .navigation > li > a{
	color: #ffffff;
}

.header-style-two .nav-box .main-menu .navigation > li:before{
	border-bottom-color: #ffffff;
}

/*** 

====================================================================
	Inner Header Style
====================================================================

***/

.inner-page-header{
	position: relative;
}

/*** 

====================================================================
				Sticky Header
====================================================================

***/

.header_style .sticky-header {
	box-shadow: 0 10px 20px rgb(0 0 0 / 20%);
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9;
}

.fixed-header .sticky-header {
    z-index: 99901;
    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;
    /*border-bottom: 2px solid #c50227;*/
}

.header_style .header_menu:before {
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    background: #ffffff;
}

.sticky-header .main-menu .navigation > li{
	margin-left: 40px !important;
	padding: 0;
	margin-right: 0;
	background-color: transparent;
}

.sticky-header .main-menu .navigation > li.dropdown > a:after,
.sticky-header .main-menu .navigation > li:before{
	display: none;
}

.sticky-header .main-menu .navigation > li > a{
	padding:27px 0px !important;
	line-height:30px;
	font-size:16px;
	font-weight:600;
	color:#091d3e;
	text-transform:capitalize;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.sticky-header .main-menu .navigation > li > ul > li > ul{
	left:auto;
	right:100%;	
}

.sticky-header .main-menu .navigation > li:hover > a,
.sticky-header .main-menu .navigation > li.current > a,
.sticky-header .main-menu .navigation > li.current-menu-item > a{
	opacity:1;
}

/*** 

====================================================================
	Search Popup
====================================================================

***/

.search-popup{
	position:fixed;
	left:0;
	top:0px;
	width:100%;
	height:100%;
	z-index:99999;
	visibility:hidden;
	opacity:0;
	overflow:auto;
	background:rgba(0,0,0,0.0);
	transition:all 100ms ease;
	-moz-transition:all 100ms ease;
	-webkit-transition:all 100ms ease;
	-ms-transition:all 100ms ease;
	-o-transition:all 100ms ease;
}

.search-popup:before{
	content: '';
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background:rgba(0,0,0,0.70);
	-webkit-transform:translateY(101%);
	-ms-transform:translateY(101%);
	transform:translateY(101%);
}

.search-popup.popup-visible:before{
	transition:all 500ms ease 100ms;
	-moz-transition:all 500ms ease 100ms;
	-webkit-transition:all 500ms ease 100ms;
	-ms-transition:all 500ms ease 100ms;
	-o-transition:all 500ms ease 100ms;
	-webkit-transform:translateY(0%);
	-ms-transform:translateY(0%);
	transform:translateY(0%);
}

.search-popup.popup-visible{
	opacity:1;
	visibility:visible;
}

body.search-visible{
	overflow: hidden;
}

.search-popup .overlay-layer{
	position:absolute;
	left:0px;
	top:0px;
	right:0px;
	bottom:0px;
	display:block;
}

.search-popup .close-search{
	position:absolute;
	right:25px;
	top:25px;
	font-size:22px;
	color:#ffffff;
	cursor:pointer;
	z-index:5;
}

.search-popup .close-search:hover{
	opacity:0.70;	
}

.search-popup .search-form{
	position:relative;
	padding:0px 15px 0px;
	max-width:1024px;
	margin:0 auto;	
	margin-top:150px;
	margin-bottom: 100px;
	opacity: 0;
	-webkit-transform:translateY(50px);
	-ms-transform:translateY(50px);
	transform:translateY(50px);
    z-index: 10;
}

.search-popup.popup-visible .search-form{
	opacity: 1;
	-webkit-transform:translateY(0px);
	-ms-transform:translateY(0px);
	transform:translateY(0px);
	transition: all 500ms ease 500ms;
    -moz-transition: all 900ms ease 500ms;
    -webkit-transition: all 900ms ease 500ms;
    -ms-transition: all 900ms ease 500ms;
    -o-transition: all 900ms ease 500ms;
}

.search-popup .search-form fieldset{
	position:relative;
	border:7px solid rgba(255,255,255,0.50);
	border-radius:12px;
}

.search-popup .search-form fieldset input[type="search"]{
	position:relative;
	height:70px;
	padding:20px 220px 20px 30px;
	background:#ffffff;
	line-height:30px;
	font-size:24px;
	color:#233145;
	border-radius:7px;
}

.search-popup .search-form fieldset input[type="submit"]{
	position:absolute;
	display:block;
	right:0px;
	top:0px;
	text-align:center;
	width:220px;
	height:70px;
	padding:20px 10px 20px 10px;
	color:#ffffff !important;
	background:#ff5d22;
	line-height:30px;
	font-size:20px;
	cursor:pointer;
	text-transform:uppercase;
	border-radius:0px 7px 7px 0px;
}

.search-popup .search-form fieldset input[type="submit"]:hover{
	background:#ff5d22;
}

.search-popup h3{
	text-transform:uppercase;
	font-size:20px;
	font-weight:600;
	color:#ffffff;
	margin-bottom:20px;
	letter-spacing:1px;
	text-align:center;	
}

.search-popup .recent-searches{
	font-size:16px;
	color:#ffffff;
	text-align:center;
}

.search-popup .recent-searches li{
	display:inline-block;
	margin:0px 10px 10px 0px;	
}

.search-popup .recent-searches li a{
	display:block;
	line-height:24px;
	border:1px solid #ffffff;
	padding:7px 15px;
	color:#ffffff;
	border-radius:3px;
	-webkit-transition:all 0.5s ease;
	-moz-transition:all 0.5s ease;
	-ms-transition:all 0.5s ease;
	-o-transition:all 0.5s ease;
	transition:all 0.5s ease;
}

.search-popup .recent-searches li a:hover{
	color:#ff5d22;
	border-color:#ff5d22;	
}



/*** 

====================================================================
			Mobile Menu
====================================================================

***/

.nav-outer .mobile-nav-toggler{
	position: relative;
	float: right;
	font-size: 30px;
	line-height: 30px;
	cursor: pointer;
	margin-left: 0px;
	color: #222222;
	margin: 25px 0px 0px;
	display: none;
}

.mobile-menu{
	position: fixed;
	right: 0;
	top: 0;
	width: 300px;
	padding-right:30px;
	max-width:100%;
	height: 100%;
	opacity: 0;
	visibility: hidden;
	z-index: 999999;
}

.mobile-menu .mCSB_inside>.mCSB_container{
	margin-right:5px;	
}

.mobile-menu .navbar-collapse{
	display:block !important;	
}

.mobile-menu .nav-logo{
	position:relative;
	padding:30px 25px;
	text-align:left;	
}

.mobile-menu-visible{
	overflow: hidden;
}

.mobile-menu-visible .mobile-menu{
	opacity: 1;
	visibility: visible;
}

.mobile-menu .menu-backdrop{
	position: fixed;
	right: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	background: rgba(0,0,0,0.70);
	-webkit-transform: translateX(101%);
	-ms-transform: translateX(101%);
	transform: translateX(101%);
	transition: all 900ms ease;
    -moz-transition: all 900ms ease;
    -webkit-transition: all 900ms ease;
    -ms-transition: all 900ms ease;
    -o-transition: all 900ms ease;
}

.mobile-menu-visible .mobile-menu .menu-backdrop{
	opacity: 0.70;
	visibility: visible;
	-webkit-transition:all 0.7s ease;
	-moz-transition:all 0.7s ease;
	-ms-transition:all 0.7s ease;
	-o-transition:all 0.7s ease;
	transition:all 0.7s ease;
	-webkit-transform: translateX(0%);
	-ms-transform: translateX(0%);
	transform: translateX(0%);
}

.mobile-menu .menu-box{
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	max-height: 100%;
	overflow-y: auto;
	background: #202020;
	padding: 0px 0px;
	z-index: 5;
	opacity: 0;
	visibility: hidden;
	border-radius: 0px;
	-webkit-transform: translateX(101%);
	-ms-transform: translateX(101%);
	transform: translateX(101%);
}

.mobile-menu-visible .mobile-menu .menu-box{
	opacity: 1;
	visibility: visible;
	-webkit-transition:all 0.7s ease;
	-moz-transition:all 0.7s ease;
	-ms-transition:all 0.7s ease;
	-o-transition:all 0.7s ease;
	transition:all 0.7s ease;
	-webkit-transform: translateX(0%);
	-ms-transform: translateX(0%);
	transform: translateX(0%);
}

.mobile-menu .close-btn{
	position: absolute;
	right: 10px;
	top: 10px;
	line-height: 30px;
	width: 24px;
	text-align: center;
	font-size: 16px;
	color: #ffffff;
	cursor: pointer;
	z-index: 10;
	-webkit-transition:all 0.9s ease;
	-moz-transition:all 0.9s ease;
	-ms-transition:all 0.9s ease;
	-o-transition:all 0.9s ease;
	transition:all 0.9s ease;
}

.mobile-menu-visible .mobile-menu .close-btn{
	-webkit-transform:rotate(360deg);
	-ms-transform:rotate(360deg);
	transform:rotate(360deg);
}

.mobile-menu .close-btn:hover{
	-webkit-transform:rotate(90deg);
	-ms-transform:rotate(90deg);
	transform:rotate(90deg);
}

.mobile-menu .navigation{
	position: relative;
	display: block;
	width: 100%;
	float: none;
}

.mobile-menu .navigation li{
	position: relative;
	display: block;
	border-top: 1px solid rgba(255,255,255,0.10);
}

.mobile-menu .navigation:last-child{
	border-bottom: 1px solid rgba(255,255,255,0.10);
}

.mobile-menu .navigation li > ul > li:first-child{
	border-top: 1px solid rgba(255,255,255,0.10);
}

.mobile-menu .navigation li > a{
	position: relative;
	display: block;
	line-height: 24px;
	padding: 10px 25px;
	font-size: 15px;
	font-weight: 500;
	color: #ffffff;
	text-transform: uppercase;
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;	
}

.mobile-menu .navigation li ul li > a{
	font-size: 15px;
	margin-left: 20px;
	text-transform: capitalize;
}

.mobile-menu .navigation li > a:before{
	content:'';
	position:absolute;
	left:0;
	top:0;
	height:0;
	border-left: 3px solid #ff5d22;
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;	
}

.mobile-menu .navigation li.current > a:before{
	height:100%;
}

.mobile-menu .navigation li.dropdown .dropdown-btn{
	position:absolute;
	right:10px;
	top:6px;
	width:32px;
	height:32px;
	text-align:center;
	font-size:16px;
	line-height:32px;
	color:#ffffff;
	background:rgba(255,255,255,0.10);
	cursor:pointer;
	border-radius:2px;
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;	
	z-index:5;
}

.mobile-menu .navigation li.dropdown > a{
	padding-right: 30px;
}

.mobile-menu .navigation li.dropdown .dropdown-btn.open{
	-webkit-transform:rotate(90deg);
	-ms-transform:rotate(90deg);
	transform:rotate(90deg);	
}

.mobile-menu .navigation li > ul,
.mobile-menu .navigation li > ul > li > ul{
	display: none;
}

.mobile-menu .social-links{
	position:relative;
	text-align:center;
	padding:30px 25px;
}

.mobile-menu .social-links li{
	position:relative;
	display:inline-block;
	margin:0px 10px 10px;
}

.mobile-menu .social-links li a{
	position:relative;
	line-height:32px;
	font-size:16px;
	color:#ffffff;
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;	
}

/*** 

====================================================================
		Lazy Load Settings
====================================================================

***/

img.lazy-image{
	background:url(../images/icons/image-bg.svg) center center no-repeat;	
}

img.lazy-image.loaded{
	background-image:none;
}

.owl-theme img.lazy-image.loaded{
	height: auto;
	opacity: 1;
}


/*** 

====================================================================
		Banner Section
====================================================================

***/

.banner-section{
	position: relative;
	z-index:1;
}

.banner-section .banner-curve{
	position:absolute;
	left:0;
	bottom: -1px;
	width:100%;
	height:78px;
	background-image:url('../images/main-slider/banner-curve-two.png');
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: 100% 100%;
	z-index: 2;
}

.banner-section .owl-carousel .owl-stage-outer{
	width: 100%;
}

.banner-carousel{
	position: relative;
	z-index: 1;
}

.banner-carousel .slide-item{
	position: relative;
	display: block;
	background-color: #edf5f8;
	color: #222222;
	padding: 35px 0px 50px;
	overflow:hidden;
}

.banner-two .banner-carousel .slide-item{
	background: #000000;
	color: #ffffff;
	padding: 25px 0px;
}

.banner-carousel .slide-item .image-layer{
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	opacity:0.50;
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
	-webkit-transform:scale(1);
	-ms-transform:scale(1);
	transform:scale(1);
}

.banner-carousel .active .slide-item .image-layer{
	-webkit-transform:scale(1.15);
	-ms-transform:scale(1.15);
	transform:scale(1.15);
	-webkit-transition: all 7000ms linear;
	-moz-transition: all 7000ms linear;
	-ms-transition: all 7000ms linear;
	-o-transition: all 7000ms linear;
	transition: all 7000ms linear;
}

.banner-carousel .content-box{
	position: relative;
	display: table;
	vertical-align: middle;
	width: 100%;
	height: 600px;
	padding: 0 0px;
	z-index:5;
}

.banner-carousel .round-layer{
	position: absolute;
	right: -130px;
	top: -35px;
	width: 100%;
	height: 685px;
	background:url('../images/main-slider/round-box.png') right 0 no-repeat;
	background-size: auto 100%;
	opacity: 0;
	-webkit-transform: translateX(30px);
	-moz-transform: translateX(30px);
	-ms-transform: translateX(30px);
	-o-transform: translateX(30px);
	transform: translateX(30px);
	-webkit-transition: all 700ms ease;
	-moz-transition: all 700ms ease;
	-ms-transition: all 700ms ease;
	-o-transition: all 700ms ease;
	transition: all 700ms ease;
	-webkit-transition-delay: 1500ms;
	-moz-transition-delay: 1500ms;
	-ms-transition-delay: 1500ms;
	-o-transition-delay: 1500ms;
	transition-delay: 1500ms;
}

.banner-carousel .active .content-box .round-layer{
	opacity: 1;
	-webkit-transform: translateX(0px);
	-moz-transform: translateX(0px);
	-ms-transform: translateX(0px);
	-o-transform: translateX(0px);
	transform: translateX(0px);
}

.banner-carousel .content-box .content{
	position: relative;
	display: table-cell;
	vertical-align: middle;
	padding: 50px 0px;
}

.banner-carousel .content-box .inner{
	position: relative;
	display: block;
	max-width: 550px;
}

.banner-carousel .content-box .inner.alternate{
	max-width: 650px;
}

.banner-carousel .content-box .sub-title{
	position: relative;
	display: inline-block;
	font-size: 16px;
	line-height: 1.2em;
	color: #ff5d22;
	font-weight: 700;
	opacity: 0;
	text-transform: capitalize;
	margin-bottom: 20px;
	-webkit-transform: translateY(-80px);
	-moz-transform: translateY(-80px);
	-ms-transform: translateY(-80px);
	-o-transform: translateY(-80px);
	transform: translateY(-80px);
}

.banner-carousel .content-box .sub-title:before{
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	border-bottom: 2px solid #ff5d22;
}

.banner-two .banner-carousel .sub-title{
	color: #ffffff;
}

.banner-carousel .active .content-box .sub-title{
	opacity: 1;
	-webkit-transform: translate(0);
	-moz-transform: translate(0);
	-ms-transform: translate(0);
	-o-transform: translate(0);
	transform: translate(0);
	-webkit-transition: all 700ms ease;
	-moz-transition: all 700ms ease;
	-ms-transition: all 700ms ease;
	-o-transition: all 700ms ease;
	transition: all 700ms ease;
	-webkit-transition-delay: 300ms;
	-moz-transition-delay: 300ms;
	-ms-transition-delay: 300ms;
	-o-transition-delay: 300ms;
	transition-delay: 300ms;
}

.banner-carousel .content-box h1{
	display: block;
	font-size: 50px;
	line-height: 1.15em;
	color: #222222;
	font-weight: 400;
	opacity: 0;
	margin-bottom: 25px;
	text-transform: capitalize;
	letter-spacing: 0;
	-webkit-transform: translateY(80px);
	-moz-transform: translateY(80px);
	-ms-transform: translateY(80px);
	-o-transform: translateY(80px);
	transform: translateY(80px);
	text-transform:capitalize;
}

.banner-two .banner-carousel h1{
	color: #ffffff;
}

.banner-carousel .content-box h1 strong{
	font-weight: 700;
}

.banner-carousel .active .content-box h1{
	opacity: 1;
	-webkit-transform: translate(0);
	-moz-transform: translate(0);
	-ms-transform: translate(0);
	-o-transform: translate(0);
	transform: translate(0);
	-webkit-transition: all 700ms ease;
	-moz-transition: all 700ms ease;
	-ms-transition: all 700ms ease;
	-o-transition: all 700ms ease;
	transition: all 700ms ease;
	-webkit-transition-delay: 700ms;
	-moz-transition-delay: 700ms;
	-ms-transition-delay: 700ms;
	-o-transition-delay: 700ms;
	transition-delay: 700ms;
}

.banner-carousel .content-box .text{
	display: block;
	font-size: 22px;
	line-height: 1.5em;
	color: #222222;
	font-weight: 400;
	opacity: 0;
	margin-bottom: 45px;
	-webkit-transform: translateY(50px);
	-moz-transform: translateY(50px);
	-ms-transform: translateY(50px);
	-o-transform: translateY(50px);
	transform: translateY(50px);
}

.banner-two .banner-carousel .text{
	color: #ffffff;
}

.banner-carousel .active .content-box .text{
	opacity: 1;
	-webkit-transform: translate(0);
	-moz-transform: translate(0);
	-ms-transform: translate(0);
	-o-transform: translate(0);
	transform: translate(0);
	-webkit-transition: all 700ms ease;
	-moz-transition: all 700ms ease;
	-ms-transition: all 700ms ease;
	-o-transition: all 700ms ease;
	transition: all 700ms ease;
	-webkit-transition-delay: 1100ms;
	-moz-transition-delay: 1100ms;
	-ms-transition-delay: 1100ms;
	-o-transition-delay: 1100ms;
	transition-delay: 1100ms;
}

.banner-carousel .content-box .links-box{
	position: relative;
	opacity: 0;
	z-index: 5;
	-webkit-transform: translateY(80px);
	-moz-transform: translateY(80px);
	-ms-transform: translateY(80px);
	-o-transform: translateY(80px);
	transform: translateY(80px);
}

.banner-carousel .active .content-box .links-box{
	opacity: 1;
	-webkit-transform: translate(0);
	-moz-transform: translate(0);
	-ms-transform: translate(0);
	-o-transform: translate(0);
	transform: translate(0);
	-webkit-transition: all 700ms ease;
	-moz-transition: all 700ms ease;
	-ms-transition: all 700ms ease;
	-o-transition: all 700ms ease;
	transition: all 700ms ease;
	-webkit-transition-delay: 1500ms;
	-moz-transition-delay: 1500ms;
	-ms-transition-delay: 1500ms;
	-o-transition-delay: 1500ms;
	transition-delay: 1500ms;
}

.banner-carousel .content-box .content-image{
	position: absolute;
	right: -80px;
	top: 65px;
	width: 575px;
	opacity: 0;
	-webkit-transform: translateX(50px);
	-moz-transform: translateX(50px);
	-ms-transform: translateX(50px);
	-o-transform: translateX(50px);
	transform: translateX(50px);
	-webkit-transition: all 700ms ease;
	-moz-transition: all 700ms ease;
	-ms-transition: all 700ms ease;
	-o-transition: all 700ms ease;
	transition: all 700ms ease;
	-webkit-transition-delay: 2000ms;
	-moz-transition-delay: 2000ms;
	-ms-transition-delay: 2000ms;
	-o-transition-delay: 2000ms;
	transition-delay: 2000ms;
	z-index:5;
}

.banner-carousel .active .content-box .content-image{
	opacity: 1;
	-webkit-transform: translate(0);
	-moz-transform: translate(0);
	-ms-transform: translate(0);
	-o-transform: translate(0);
	transform: translate(0);
}

.banner-carousel .content-box .content-image img{
	width: auto !important;
	max-width: 100%;
}

.banner-carousel .links-box .theme-btn{
	vertical-align: top;
	display: inline-block;
	margin-right: 25px;
	margin-bottom: 15px;
}

.banner-carousel .alternate .links-box .theme-btn{
	margin-right: 12px;
}

.banner-carousel .links-box .theme-btn:last-child{
	margin-right: 0;
}

.banner-carousel .links-box .video-btn{
	position: relative;
	display: inline-block;
	line-height: 30px;
	color: #ff5d22;
}

.banner-carousel .links-box .video-btn .btn-title{
	position: relative;
	display: block;
	padding: 15px 0px;
}

.banner-carousel .links-box .video-btn .icon{
	padding-right: 5px;
	font-size: 24px;
	vertical-align: middle;
}

.banner-carousel .links-box .call-btn{
	position: relative;
	display: inline-block;
	line-height: 30px;
	font-weight: 700;
	font-size: 18px;
	color: #ffffff;
}

.banner-carousel .links-box .call-btn .btn-title{
	position: relative;
	display: block;
	padding: 15px 0px;
}

.banner-section .owl-dots,
.banner-one .banner-carousel .owl-nav,
.banner-two .banner-carousel .owl-nav{
	display: none;
}


/*** 

====================================================================
		service Section
====================================================================

***/
.feature-box {
  padding: 90px 40px;
  background: #F8F9FC;
  transition: ease all 0.3s;
  border-top: 5px solid #ddd;
}
.feature-box .f-icon {
  padding-bottom: 25px;
}
.feature-box .f-icon i {
  font-size: 50px;
  color: #ff5d22;
}
.feature-box h4 {
  margin: 0;
  padding: 0 0 20px;
  font-size: 18px;
  color: #000;
  font-weight:600;
}
.feature-box:hover{
    border-color: #ff5d22;
}
.feature-box:hover {
  box-shadow: 0px 15px 20px rgba(0, 0, 0, 0.1);
  -webkit-transform: translateY(-10px);
     -moz-transform: translateY(-10px);
       -o-transform: translateY(-10px);
          transform: translateY(-10px);
}


@media (max-width: 991px){
	.feature-box {
      	padding: 30px 20px;
 	}
}
@media (max-width: 767px){
	.feature-box {
    	margin-bottom: 30px;
	}
	.services-section [class*="col-"]:last-child > .feature-box,
	.services-section [class^="col-"]:last-child > .feature-box{
		margin-bottom: 0;
	}
}

/*** 

====================================================================
	Features Section
====================================================================

***/
.iq-amazing-tab .nav-tabs { 
	border: none; 
}
.iq-amazing-tab .nav-tabs li { 
	margin-top: 50px; 
	margin-bottom: 0; 
	float: left; 
	display: inline-block; 
	width: 100%; 
}
.iq-amazing-tab .nav-tabs li a { 
	margin: 0; 
	line-height: normal; 
	border: none; 
	border-radius: 0; 
	padding: 0; 
	color: #666; 
	position: relative;
	display: block;
	transition: all 0s ease-in-out; 
	transition: all 0s ease-in-out; 
	-moz-transition: all 0s ease-in-out; 
	-ms-transition: all 0s ease-in-out; 
	-o-transition: all 0s ease-in-out; 
	-webkit-transition: all 0s ease-in-out; 
}
.iq-amazing-tab .nav-tabs li a.active, 
.iq-amazing-tab .nav-tabs li a.active:hover, 
.iq-amazing-tab .nav-tabs li a.active:focus {
	color: #fff; 
	border: none; 
	left: -20px; 
	background: rgba(0,146,255,1); 
	background: -moz-linear-gradient(left, rgba(0,146,255,1) 0%, rgba(30, 80, 226, 1) 100%); 
	background: -webkit-gradient(left top, right top, color-stop(0%, rgba(0,146,255,1)), color-stop(100%, rgba(30, 80, 226, 1))); 
	background: -webkit-linear-gradient(left, rgba(0,146,255,1) 0%, rgba(30, 80, 226, 1) 100%); 
	background: -o-linear-gradient(left, rgba(0,146,255,1) 0%, rgba(30, 80, 226, 1) 100%); 
	background: -ms-linear-gradient(left, rgba(0,146,255,1) 0%, rgba(30, 80, 226, 1) 100%); 
	background: linear-gradient(to right, rgba(0,146,255,1) 0%, rgba(30, 80, 226, 1) 100%); 
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#09b3ef', endColorstr='#1e50e2', GradientType=1); 
}
.iq-amazing-tab .nav-tabs li a:hover { 
	color: #fff; 
	border: none; 
	background: rgba(0,146,255,1); 
	background: -moz-linear-gradient(left, rgba(0,146,255,1) 0%, rgba(30, 80, 226, 1) 100%); 
	background: -webkit-gradient(left top, right top, color-stop(0%, rgba(0,146,255,1)), color-stop(100%, rgba(30, 80, 226, 1))); 
	background: -webkit-linear-gradient(left, rgba(0,146,255,1) 0%, rgba(30, 80, 226, 1) 100%); 
	background: -o-linear-gradient(left, rgba(0,146,255,1) 0%, rgba(30, 80, 226, 1) 100%); 
	background: -ms-linear-gradient(left, rgba(0,146,255,1) 0%, rgba(30, 80, 226, 1) 100%); 
	background: linear-gradient(to right, rgba(0,146,255,1) 0%, rgba(30, 80, 226, 1) 100%); 
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#09b3ef', endColorstr='#1e50e2', GradientType=1); 
}
.iq-amazing-tab .nav-tabs li a.active .iq-fancy-box-01:before { 
	content: ""; 
	position: absolute; 
	top: 50%;
	margin-top: -10px; 
	left: -10px; 
	width: 20px; 
	height: 20px; 
	display: inline-block; 
	background: #09b3ef; 
	border-radius: 90px; -webkit-box-shadow: 0px 0px 0px 5px rgba(247, 247, 247, 1); 
	-moz-box-shadow: 0px 0px 0px 5px rgba(247, 247, 247, 1); 
	box-shadow: 0px 0px 0px 5px rgba(247, 247, 247, 1); 
}
.iq-amazing-tab .nav-tabs li a.active .iq-fancy-box-01:after { 
	content: ""; 
	position: absolute; 
	z-index: 9; top: 50%; 
	margin-top: -1px; right: 100%; 
	width: 100px; 
	height: 2px; 
	display: inline-block; 
	background: rgba(30, 80, 226, 1); 
	background: -moz-linear-gradient(left, rgba(30, 80, 226, 1) 0%, rgba(0,146,255,1) 100%); 
	background: -webkit-gradient(left top, right top, color-stop(0%, rgba(30, 80, 226, 1)), color-stop(100%, rgba(0,146,255,1))); 
	background: -webkit-linear-gradient(left, rgba(30, 80, 226, 1) 0%, rgba(0,146,255,1) 100%); 
	background: -o-linear-gradient(left, rgba(30, 80, 226, 1) 0%, rgba(0,146,255,1) 100%); 
	background: -ms-linear-gradient(left, rgba(30, 80, 226, 1) 0%, rgba(0,146,255,1) 100%); 
	background: linear-gradient(to right, rgba(30, 80, 226, 1) 0%, rgba(0,146,255,1) 100%); 
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1e50e2', endColorstr='#09b3ef', GradientType=1); 
}
.nav-tabs li a.active.round-right, 
.nav-tabs li a.active.round-right:hover, 
.nav-tabs li a.active.round-right:focus { 
	right: -20px; 
	left: inherit; 
}
.iq-amazing-tab .nav-tabs li a.active.round-right .iq-fancy-box-01:before { 
	background: #1e50e2; 
	right: -10px; 
	left: inherit; 
}
.iq-amazing-tab .nav-tabs li a.active.round-right .iq-fancy-box-01:after { 
	right: inherit; 
	left: 100%; 
	background: rgba(30, 80, 226, 1); 
	background: -moz-linear-gradient(left, rgba(30, 80, 226, 1) 0%, rgba(0,146,255,1) 100%); 
	background: -webkit-gradient(left top, right top, color-stop(0%, rgba(30, 80, 226, 1)), color-stop(100%, rgba(0,146,255,1))); 
	background: -webkit-linear-gradient(left, rgba(30, 80, 226, 1) 0%, rgba(0,146,255,1) 100%); 
	background: -o-linear-gradient(left, rgba(30, 80, 226, 1) 0%, rgba(0,146,255,1) 100%); 
	background: -ms-linear-gradient(left, rgba(30, 80, 226, 1) 0%, rgba(0,146,255,1) 100%); 
	background: linear-gradient(to right, rgba(30, 80, 226, 1) 0%, rgba(0,146,255,1) 100%); 
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1e50e2', endColorstr='#09b3ef', GradientType=1); 
}
.iq-fancy-box-01 {
    padding: 10px 30px;
    -webkit-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
}
.nav-tabs li a.active h4, 
.nav-tabs li a.active:hover h4, 
.nav-tabs li a.active:focus h4, 
.nav-tabs li a.active i, 
.nav-tabs li a.active:hover i, 
.nav-tabs li a.active:focus i { 
	color: #fff; 
}
.iq-amazing-tab .nav-tabs li a:hover h4 { 
	color: #fff; 
}
.iq-amazing-tab .nav-tabs li a:hover i { 
	background: none; 
	color: #fff; 
	-webkit-background-clip: text; 
	-webkit-text-fill-color: snow; 
}
.iq-amazing-tab .tab-content { 
	background: url('../images/screenshots/phone.png') no-repeat top center; 
	padding: 87px 36px 99px 44px; 
	background-size: 100% 100%; 
}
.iq-amazing-tab .tab-content .tab-pane img { 
	width: 100%; 
}


@media (max-width: 1199px){
	.iq-amazing-tab .nav-tabs li { 
		margin-top: 20px; 
	}
	.iq-amazing-tab .tab-content {
	    padding: 74px 30px 82px 36px;
	}
}
@media(max-width:992px) {
	.iq-amazing-tab .nav-tabs li a.active, 
	.iq-amazing-tab .nav-tabs li a.active:hover, 
	.iq-amazing-tab .nav-tabs li a.active:focus { 
		left: 0; 
	}
	.iq-amazing-tab .nav-tabs li a.active.round-right .iq-fancy-box-01:before, 
	.iq-amazing-tab .nav-tabs li a.active.round-right .iq-fancy-box-01:after, 
	.iq-amazing-tab .nav-tabs li a.active .iq-fancy-box-01:before, 
	.iq-amazing-tab .nav-tabs li a.active .iq-fancy-box-01:after { 
		display: none; 
	}
}


/*-------------------------------------------------*/
/* =  App available section
/*-------------------------------------------------*/

.title-section span {
    display: inline-block;
    font-size: 20px;
    font-weight: 400;
    margin: 0 0 10px;
}
section.app-available-section {
  padding: 100px 0;
  background: url('../images/back.jpg') center center;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
}
section.app-available-section:before {
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
    background: rgba(9, 179, 239, 0.8);
    background: -moz-linear-gradient(left, rgba(9, 179, 239, 0.8) 0%, rgba(30, 80, 226, 0.8) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(9, 179, 239, 0.8)), color-stop(100%, rgba(30, 80, 226, 0.8)));
    background: -webkit-linear-gradient(left, rgba(9, 179, 239, 0.8) 0%, rgba(30, 80, 226, 0.8) 100%);
    background: -o-linear-gradient(left, rgba(9, 179, 239, 0.8) 0%, rgba(30, 80, 226, 0.8) 100%);
    background: -ms-linear-gradient(left, rgba(9, 179, 239, 0.8) 0%, rgba(30, 80, 226, 0.8) 100%);
    background: linear-gradient(to right, rgba(9, 179, 239, 0.8) 0%, rgba(30, 80, 226, 0.8) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#09b3ef', endColorstr='#1e50e2', GradientType=1);
}
section.app-available-section .title-section {
  margin-bottom: 40px;
}
.title-section h1 {
    font-size: 50px;
    font-weight: 400;
    margin: 0 0 20px;
}
section.app-available-section .title-section h1:after {
  background: #ffffff !important;
}
.title-section p {
    color: #ccc;
    font-size: 20px;
    line-height: 30px;
    margin: 0;
}
section.app-available-section .app-available-box {
  text-align: center;
}
section.app-available-section .app-available-box ul.app-available-list {
  margin: 0;
  padding: 0;
}
section.app-available-section .app-available-box ul.app-available-list li {
  display: inline-block;
}
section.app-available-section .app-available-box ul.app-available-list li a {
  display: block;
  width: 300px;
  height: 114px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
  border: 1px dashed transparent;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}
section.app-available-section .app-available-box ul.app-available-list li a img {
  max-width: 100%;
  height: auto;
  max-height: 100%;
}
section.app-available-section .app-available-box ul.app-available-list li a:hover {
  border-color: #fff;
}
section.app-available-section.second-style {
  background: #fff;
  padding-bottom: 0;
}
section.app-available-section.second-style .app-available-box {
  padding-bottom: 60px;
  border-bottom: 1px solid #ebebeb;
}
section.app-available-section.second-style .app-available-box ul.app-available-list {
  display: flex;
  justify-content: center;
}
section.app-available-section.second-style .app-available-box ul.app-available-list li {
  margin: 0 15px;
  display: inline-block;
}
section.app-available-section.second-style .app-available-box ul.app-available-list li a {
  border: 1px dashed #d1cdda;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  opacity: 0.6;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}
section.app-available-section.second-style .app-available-box ul.app-available-list li a:hover {
  opacity: 1;
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
}

/*------------------------------
    16. SCREENSHOT SLIDER
------------------------------*/
.slider-wrap {
    position: relative;
    padding: 72px 0px 76px 36px;
}
.slider-wrap:before {
    background: url('../images/screenshots/phone.png') no-repeat 0 0;
    background-size: 100% 100%;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 301px;
}
.owl-carousel{
	border: none;
}

.subtitle {
    color: #5368fd;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 3px;
    margin-bottom: 30px;
    overflow: hidden;
    text-transform: uppercase;
}
.area-image-content, .area-content {
    position: relative;
    z-index: 9;
}
.area-content h3 {
	color: #252525;
    font-size: 48px;
    margin-bottom: 50px;
    font-weight: 600;
}
.area-content p{
	font-size: 1rem;
}
.screenshot-slider {
    width: calc(100% + 200px);
}

.single-screenshot {
    width: 236px;
    margin: 0;
    transition: 0.3s;
}

.single-screenshot img {
    filter: drop-shadow(0px 20px 8px rgba(212, 212, 212, 0.56));
}

.screenshot-area .owl-nav {
    bottom: 0;
    left: -150px;
    position: absolute;
}

.owl-carousel .owl-nav > button {
    display: inline-block;
    font-size: 24px;
    height: 30px;
    padding-top: 3px;
    text-align: center;
    transition: all 0.3s ease 0s;
    width: 60px;
}

.owl-carousel .owl-nav > button:hover {
    /*background: #ffffff;*/
    color: #ff5d22;
}

.app-secreenshots .sec-title {
  margin-bottom: 70px;
}

.swiper-slide{
	opacity: 0.4;
}

.swiper-slider-area .container {
  position: relative;
}

.swiper-wrapper {
  height: 630px;
  width: 320px;
}

.row.appScreenshotCarousel-container.swiper-container-horizontal.swiper-container-3d.swiper-container-coverflow {
  position: relative;
  padding-bottom: 20px;
}

.swiper-slide.swiper-slide-active {
  border-radius: 35px;
  opacity: 1;
}

.screen-mobile-image {
  background-image: url(../images/iphone-moc.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  display: block;
  height: 645px;
  left: calc(50% + 0.5px);
  position: absolute;
  top: 24px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 301px;
  z-index: 2;
  -webkit-box-shadow: 0px 23px 42px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 23px 42px rgba(0, 0, 0, 0.2);
  border-radius: 40px;
}

.swiper-slide.swiper-slide-active {
  background-size: 100% 100%;
}

.swiper-wrapper {
  /*padding: 30px 0 40px;*/
}

.swiper-slide.swiper-slide-next {
  -webkit-box-shadow: 30px 0px 20px rgba(0, 0, 0, 0.18);
  box-shadow: 30px 0px 20px rgba(0, 0, 0, 0.18);
}

.swiper-slide.swiper-slide-prev {
  -webkit-box-shadow: -30px 0px 20px rgba(0, 0, 0, 0.18);
  box-shadow: -30px 0px 20px rgba(0, 0, 0, 0.18);
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
	.screenshot-area .owl-nav {
        bottom: -30px;
        left: 0;
        position: absolute;
    }
}
@media only screen and (max-width: 768px) {
	.swiper-slider-area .swiper-wrapper {height: 500px; } 
    .screen-mobile-image {display: none; }
    .swiper-slide.swiper-slide-active, .swiper-slide {
    	background-size: 100% auto; 
    	background-repeat: no-repeat; 
    }
    .swiper-slide.swiper-slide-active {border-radius: 0px; }
}
@media only screen and (max-width: 767px) {
	.area-content h3, .area-title h2 {
	    font-size: 26px;
	    margin-bottom: 15px;
	}
	.screenshot-slider{
		width: 100%;
	}
	.single-screenshot img {
        margin: 0 auto;
        max-height: 450px;
        max-width: 100%;
        text-align: center;
    }
    .screenshot-slider .owl-dots {
        text-align: center;
    }
    .screenshot-slider.owl-carousel .owl-dots .owl-dot.active > span {
	    background: #ff911d none repeat scroll 0 0;
	    width: 30px;
	}
	.screenshot-slider.owl-carousel .owl-dots .owl-dot > span {
	    background: #bdc0f3 none repeat scroll 0 0;
	    display: inline-block;
	    height: 3px;
	    margin: 0 5px;
	    transition: all 0.3s ease 0s;
	    width: 20px;
	}
}
@media (max-width: 667px) {
    .sec-title p br {display: none;}
    .swiper-slider-area .swiper-wrapper { height: 760px;}
}

/* Book Slide */
.relative {
    position: relative;
}
.fix {
    overflow: hidden;
}
.overlay-bg {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    overflow: hidden;
    z-index: -3;
}
.header-bg::after, .overlay-bg::after {
    background-color: #2352c5;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0.8;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 2;
}
.overlay-bg img {
    width: auto;
    height: auto;
    min-height: 100%;
    min-width: 100%;
    position: absolute;
    left: 50%;
    bottom: 0;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}
.book-list-position {
    left: 0;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.book-list .owl-item {
    opacity: 0.3;
    -webkit-transition: 0.6s;
    transition: 0.6s;
    padding: 30px 0;
}
.owl-item img {
    width: auto !important;
    margin: auto;
    max-width: 100%;
}
.bookslide_nav .testi_prev, .bookslide_nav .testi_next {
    border-radius: 50%;
    bottom: -40px;
    color: #ffffff;
    font-size: 20px;
    height: 40px;
    left: 46%;
    line-height: 2;
    position: absolute;
    text-align: center;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 40px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    cursor: pointer;
}
.bookslide_nav .testi_next {
    left: 54%;
}
.padding60 {
    padding: 60px;
}
.title-bar {
    background-color: #c9c9c9;
    height: 1px;
    margin: 10px auto;
    max-width: 100%;
    position: relative;
    width: 300px;
    color: #c9c9c9;
}
.title-bar.blue {
    color: #2352c5;
    background-color: #2352c5;
}
.title-bar.left {
    margin: 10px 0;
    text-align: left;
}
.title-bar ul {
    left: 0;
    margin: 0;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 100%;
}
.book-details-item {
    padding: 0 0 0 35px;
}



/*** 

====================================================================
	Testimonial Area
====================================================================

***/
.testimonial-slider-row,
.app-screenshot-slider-row{
	margin-left: -30px;
	margin-right: -30px;
}

.testimonial-item{
	position: relative;
	background-color: #fff;
	box-shadow: 0px 2px 4px 0px rgba(0, 12, 31, 0.08);
	padding: 50px;
	border-radius: 4px;
	-webkit-transition: .2s cubic-bezier(0.43, 0.49, 0.51, 0.68);
	transition: .2s cubic-bezier(0.43, 0.49, 0.51, 0.68);
}

.testimonial-item:hover{
	box-shadow: 0px 20px 30px 0px rgba(0, 12, 31, 0.1);
}

.testimonial-slider{
	padding: 15px 15px 40px 15px;
}

.testimonial-content{
	font-size: 18px;
	color: #99a1af;
	font-style: italic;
	line-height: 1.67;
	font-weight: 400;
	position: relative;
	padding-bottom: 45px;
}

.testimonial-item .quote-mark{
	font-size: 100px;
	color: #ebeff6;
	font-family: 'Roboto', sans-serif;
	font-weight: 700;
	position: absolute;
	bottom: 0;
	right: 0;
	display: block;
	font-style: normal;
	line-height: 1.2;
}

.testimonial-item .reviewer-name{
	font-size: 18px;
	font-weight: 700;
	color: #252a32;	
	font-family: 'Lato', sans-serif;
}

.testimonial-meta{
	display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    text-align: left;
    position: relative;
}

.testimonial-meta .author-img{
	width: 80px;
	height: 80px;
	display: block;
	border-radius: 50%;
	background-color: #e0e7f2;
	padding: 5px;
	margin-right: 20px;
	position: relative;
}

.testimonial-meta .author-img:after{
	content: "";
	display: block;
	position: absolute;
	width: 20px;
	height: 22px;
	background: url(../images/cu-tri.png);
	background-repeat: no-repeat;
	background-position: center;
	bottom: calc(100% - 9px);
	left: 13px;
}

.testimonial-meta .author-img img{
	width: 100%;
	height: auto;
	display: block;
	border-radius: 50%;
}

.testimonial-btn-next,
.testimonial-btn-prev{
	width: 50px;
	height: 50px;
	line-height: 50px;
	display: block;
	text-align: center;
	color: #252a32;
	font-size: 20px;
	background-color: #fff;
	border-radius: 50%;
	position: absolute;
	top: 50%;
	box-shadow: 0px 2px 4px rgba(0,12,31,0.08);
	border: 1px solid #ecf0f5;
	cursor: pointer;
	outline: none;
	z-index: 2;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-transition: .2s ease-in-out;
	transition: .2s ease-in-out;
}

.testimonial-btn-next:hover,
.testimonial-btn-prev:hover{
	border-color: #28c77f;
	background-color: #28c77f;
	color: #fff;
}

.testimonial-btn-next{
	right: -50px;
}

.testimonial-btn-prev{
	left: -50px;
}

@media (min-width: 1450px){
	
	.testimonial-btn-next{
		right: -75px;
	}

	.testimonial-btn-prev{
		left: -75px;
	}

}

.testimonial-one-item-slider-wrapper .testimonial-btn-next{
	right: -110px;
}

.testimonial-one-item-slider-wrapper .testimonial-btn-prev{
	left: -110px;
}

.testimonial-item.style-2{
	text-align: center;
	background-color: transparent;
	border-radius: 0;
	padding: 0;
	box-shadow: none;
}

.testimonial-item.style-3 .quote-mark{
	display: none;
}

.testimonial-item.style-2 .quote-mark{
	position: relative;
	top: auto;
	left: auto;
	right: auto;
	bottom: auto;
	display: block;
	font-size: 200px;
	color: #fed4dd;
	font-weight: 500;
	line-height: 1.05;
	margin-bottom: -110px;
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}

.testimonial-item.style-2 .testimonial-content{
	font-size: 20px;
	color: #888f9a;
	padding-bottom: 0;
	margin-bottom: 60px;
}

.testimonial-item.style-2 .testimonial-meta{
	-ms-flex-pack: center;
    justify-content: center;
}

.testimonial-one-item-slider-wrapper .testimonial-btn-next{
	right: -185px;
}

.testimonial-one-item-slider-wrapper .testimonial-btn-prev{
	left: -185px;
}

.testimonial-item.style-2 .quote-mark{
	font-size: 150px;
	margin-bottom: -80px;
}

.testimonial-item.style-4{
	text-align: center;
	padding-top: 35px;
}

.testimonial-item.style-4 .quote-mark{
	position: relative;
	top: auto;
	left: auto;
	right: auto;
	bottom: auto;
	display: block;
	color: #ebeff6;
	font-size: 100px;
	margin-bottom: -60px;
	-webkit-transform: rotate(180deg);
    transform: rotateX(180deg);	
}

.testimonial-item.style-4 .testimonial-meta,
.testimonial-item.style-5 .testimonial-meta{
	-ms-flex-pack: center;
    justify-content: center;
}

.testimonial-item.style-4 .t-meta-info,
.testimonial-item.style-5 .t-meta-info{
	text-align: center;
}

.testimonial-item.style-4 .reviewer-name span{
	font-size: 16px;
	color: #99a1af;
	font-weight: 400;
	font-style: italic;
}

.testimonial-item.style-5{
	padding: 0;
	text-align: center;
	background-color: transparent;
	box-shadow: none;
}

.testimonial-item.style-5 .author-img{
	width: 70px;
	height: 70px;
	border-radius: 50%;
	display: block;
	overflow: hidden;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 30px;
}

.testimonial-item.style-5 .author-img img{
	width: 100%;
	height: auto;
	display: block;
}

.testimonial-item.style-5 .testimonial-content{
	font-size: 16px;
	font-family: 'Poppins', sans-serif;
	color: #79808c;
	line-height: 1.85;
	padding-bottom: 30px;
}

.testimonial-item.style-5 .rating-star i{
	font-size: 10px;
}

.testimonial-item.style-5 .reviewer-deg{
	position: relative;
	display: inline-block;
	font-size: 14px;
	color: #99a1af;
	vertical-align: middle;
	font-weight: 400;
	font-style: italic;
}

.testimonial-item.style-5 .reviewer-deg:before{
	content: "/";
	display: inline-block;
	margin: 0 8px;
}

/*** 

====================================================================
	News And Article
====================================================================

***/

.post-item {
	position: relative;
	margin-bottom: 50px
}

.post-item .post__img {
	position: relative;
	overflow: hidden;
	border-radius: 4px
}

.post-item .post__img img {
	-webkit-transition: all .9s ease;
	transition: all .9s ease
}

.post-item:hover .post__img img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1)
}

.post-item .post__body {
	padding-top: 32px;
	overflow: hidden
}

.post-item .post__meta {
	margin-bottom: 14px;
}

.post-item .post__meta>* {
	font-size: 13px;
	margin-right: 20px;
}

.post-item .post__meta>:last-child {
	margin-right: 0;
}

.post-item .post__meta-cat {
	position: absolute;
	top: 30px;
	left: 30px;
	padding: 2px 9px;
	border-radius: 3px;
	background-color: #fff;
}

.post-item .post__meta-cat a {
	position: relative;
	color: #0092ff;
	padding-right: 7px;
	font-size: 13px;
}

.post-item .post__meta-cat a:hover {
	color: #1f314f;
}

.post-item .post__meta-cat a:after {
	content: ",";
	position: absolute;
	top: -1px;
	right: 2px;
	color: #0092ff;
}

.post-item .post__meta-cat a:last-child {
	padding-right: 0;
}

.post-item .post__meta-cat a:last-child:after {
	display: none;
}

.post-item .post__meta-date {
	color: #999999;
}

.post-item .post__meta-author {
	font-size: 13px;
}

.post-item .post__meta-author a {
	color: #1f314f;
}

.post-item .post__title {
	font-size: 21px;
	font-weight: 600;
	margin-bottom: 10px;
}

.post-item .post__title a {
	color: #091d3e;
}

.post-item .post__title a:hover {
	color: #ff5d22;
}

.post-item .post-info {
    position: relative;
    display: inline-block;
    width: 100%;
}

.post-item .post-info .share{
  position: absolute;
  top: 0px;
  right: 18px;
  font-size: 18px;
  margin: 0px;
}

.post-item .post-info .share > a{
	color: #ff5d22;
}

.post-item .post-info li a{
  color: #666;
}

.post-item .post-info li a:hover{

}

.post-item .post-info .share .social-links {
  position: absolute;
  right: 0%;
  bottom: -30px;
  width: 120px;
  opacity: 0;
  background: #fff;
  padding: 2px 15px;
  border-radius: 5px;
  visibility: hidden;
  transform: translateY(10px);
  z-index: 1;
  transition: all 500ms ease;
}

.post-item .post-info .share:hover .social-links {
  opacity: 1;
  right: 0%;
  transform: translateY(0px);
  visibility: visible;
}

.post-item .post-info .share .social-links li{
	position: relative;
    display: inline-block;
    font-size: 14px;
    color: #666666;
    margin: 0px 3px;
}

.post-item .post-info .share:hover .social-links li a{
  color: #666;
}

.post-item .post-info .share:hover .social-links li a:hover{

}

.post-item .post-info .share .social-links li:before{
  display: none !important;
}


.post-item .post__desc {
	margin-top: 5px
}

.post-item .btn__link.btn__secondary {
	padding: 8px 0;
	margin-top: 10px;
	border-radius: 3px
}

.post-item .btn__link.btn__secondary i {
	width: auto;
	height: auto;
	margin-left: 3px;
	color: #091d3e;
	background-color: transparent !important;
	-webkit-transition: all .3s linear;
	transition: all .3s linear
}

.post-item .btn__link.btn__secondary:hover {
	color: #fff !important;
	background-color: #03a84e !important
}

.post-item:hover .btn__link.btn__secondary {
	padding: 8px 15px;
	color: #fff;
	background-color: #ff5d22;
}

.post-item:hover .btn__link.btn__secondary i {
	color: #fff
}

@media (min-width: 1200px){
	.post__body {
    	padding-left: 30px;
	}
}

@media (min-width:320px) and (max-width:767px) {
	.post-item {
		margin-bottom: 30px
	}
	.post-item .post__title {
		font-size: 18px;
		line-height: 22px;
		margin-bottom: 10px
	}
}


/*** 

====================================================================
		Section Title
====================================================================

***/

.sec-title{
	position:relative;
	margin-bottom:50px;
}

.sec-title.centered{
	max-width: 720px;
	margin: 0 auto;
	margin-bottom: 70px;
}

.sec-title.centered.header-sided{
	max-width: 100%;
}

.sec-title .upper-text{
	position: relative;
	display: inline-block;
	line-height: 1.2em;
	font-size: 16px;
	color: #091d3e;
	text-transform: capitalize;
	font-weight: 700;
	margin: 0 0 15px;
}

.sec-title .upper-text:before{
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	border-bottom: 2px solid #ff5d22;
}

.sec-title h2{
	position: relative;
	display: block;
	font-size:44px;
	line-height: 1.20em;
	color: #222222;
	font-weight: 400;
	text-transform:capitalize;
	margin-bottom: 0px;
}

.sec-title h2 strong{
	font-weight: 700;
}

.sec-title .lower-text{
	position: relative;
	display: block;
	font-size: 15px;
	line-height: 1.7em;
	font-weight: 400;
	color: #666666;
	padding: 20px 0px 0px;
}

.theme-separator{
	position: relative;
	display: block;
	width: 100%;
	border-bottom: 1px solid #e2eef2;
}

.theme-separator:before{
	content: '';
	position: absolute;
	left: 50%;
	top: 50%;
	margin-top: -35.5px;
	margin-left: -35px;
	width: 70px;
	height: 70px;
	background:#ffffff url('../images/icons/theme-icon.png') center center no-repeat;
}
.sec-title.centered.header-sided .row [class*="col-"],
.sec-title.centered.header-sided .row [class^="col-"]{text-align: left;margin: auto 0;}
.sec-title.centered.header-sided .load-more{text-align: right; margin-top: 8px;}
.sec-title.centered.header-sided .btn-style-one .btn-title{
	line-height: 25px;
	padding: 10px 25px;
}

@media only screen and (max-width: 767px){
	.sec-title.centered.header-sided .row [class*="col-"],
	.sec-title.centered.header-sided .row [class^="col-"]{text-align: center;margin: 0;}
	.sec-title.centered.header-sided .load-more{ margin-top: 15px; padding: 0 5px;}
	.services-section .row.features-area [class*="col-"],
	.services-section .row.features-area [class^="col-"]{margin-bottom: 20px;}
	.services-section .row.features-area [class*="col-"]:last-child,
	.services-section .row.features-area [class^="col-"]:last-child{margin-bottom: 0;}	
}

/*** 

====================================================================
	About Area Section
====================================================================

***/

.about-content {
  margin-left: 30px;
}

.about-content .about-title {
  margin-bottom: 40px;
}

.about-content .about-title span {
  font-weight: 600;
  display: block;
  margin-bottom: 10px;
  color: #e21f36;
}

.about-content .about-title h2 {
	color: #000219;
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 0;
  line-height: 1.4;
}

.about-content .tab {
  margin-bottom: 30px;
}

.about-content .tabs {
  margin-bottom: 30px;
}

.about-content .tabs li {
  display: inline-block;
  margin-right: 30px;
  font-weight: 700;
  font-size: 16px;
  color: #000219;
  border-bottom: 2px solid #000219;
  padding-bottom: 5px;
  cursor: pointer;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}

.about-content .tabs li.current {
  border-color: #ff5d22;
  color: #ff5d22;
}

.tab .tabs_item {
    display: none;
}

.tab .tabs_item:first-child {
    display: block;
}

.about-content .tab_content .tabs_item p {
  margin-bottom: 0;
}

.about-content .tab_content .tabs_item ul {
  margin-top: 25px;
}

.about-content .tab_content .tabs_item ul li {
  margin-bottom: 10px;
  font-weight: 600;
  color: #000219;
  position: relative;
  font-size: 16px;
  padding-left: 25px;
}

.about-content .tab_content .tabs_item ul li i {
  position: absolute;
  top: 4px;
  left: 0;
  font-size: 18px;
  color: #e21f36;
}

.about-content .tab_content .tabs_item ul li:last-child {
  margin-bottom: 0;
}

.about-img {
  margin-bottom: 30px;
}

.list-style-one{
	position: relative;
}

.list-style-one li{
	position: relative;
	margin-bottom: 7px;
	line-height: 24px;
	padding-left: 25px;
}

.list-style-one li:before{
	content: "\f11c";
	position: absolute;
	left: 0;
	top: 0;
	font-family: 'Flaticon';
	color: #ff5d22;
}

@media (min-width:320px) and (max-width:480px){
	.about-content .tabs li{
		font-size: 12px;
		margin-right: 15px;
	}
}


/*** 

====================================================================
	Choose Us Area Style
====================================================================

***/
.single-choose {
  text-align: center;
  background-color: #ffffff;
  -webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
          box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
  padding: 30px;
  margin-bottom: 30px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  position: relative;
  z-index: 1;
  border: 1px dotted #262566;
}

.single-choose::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.single-choose span {
  font-size: 50px;
  display: inline-block;
  margin-bottom: 20px;
  line-height: 1;
  color: #ff5d22;
}

.commitments .single-choose span {
    background-color: #ffffff;
    -webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
    width: 60px;
    height: 60px;
    line-height: 60px;
    border-radius: 50%;
    border: 1px dotted #ff5d22;
    font-size: 30px;
}

.single-choose h3 {
  margin-bottom: 10px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.single-choose p {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.single-choose a i {
  display: inline-block;
  width: 25px;
  height: 25px;
  line-height: 25px;
  background-color: #31abfc;
  border-radius: 50%;
  text-align: center;
  font-size: 16px;
  color: #ffffff;
  margin-top: 2px;
}

.single-choose .choose-icon {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 100px;
  z-index: -1;
  opacity: 0;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.single-choose:hover {
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
  /*background-color: #262566;*/
  background-color: #03a84e;
}

.single-choose:hover h3 {
  color: #ffffff;
}

.single-choose:hover p {
  color: #ffffff;
}

.single-choose:hover .choose-icon {
  opacity: 0.3;
}



/*** 

====================================================================
	Gallery Section
====================================================================

***/

.gallery-warp {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-column-gap: 30px;
  grid-row-gap: 30px;
}

.gallery-warp:nth-child(4n+1) {
  grid-column: span 8;
}

.gallery-grid {
  display: block;
  width: 100%;
  height: 100%;
}

.gallery-grid .single-gallery__thum {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  background-position: center !important;
  background-size: cover !important;
  height: 100%;
  width: 100%;
  max-height: 420px;
}

.gallery-grid:nth-child(4n+1) {
  -ms-grid-column: span 8;
  grid-column: span 8;
}

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .gallery-grid:nth-child(4n+1) {
    grid-column: span 6;
  }
}

@media only screen and (max-width: 575px) {
  .gallery-grid:nth-child(4n+1) {
    grid-column: span 12;
  }
}

.gallery-grid:nth-child(4n+2) {
  -ms-grid-column: span 4;
  grid-column: span 4;
}

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .gallery-grid:nth-child(4n+2) {
    grid-column: span 6;
  }
}

@media only screen and (max-width: 575px) {
  .gallery-grid:nth-child(4n+2) {
    grid-column: span 12;
  }
}

.gallery-grid:nth-child(4n+3) {
  -ms-grid-column: span 6;
  grid-column: span 6;
}

@media only screen and (max-width: 575px) {
  .gallery-grid:nth-child(4n+3) {
    grid-column: span 12;
  }
}

.gallery-grid:nth-child(4n+4) {
  -ms-grid-column: span 6;
  grid-column: span 6;
}

@media only screen and (max-width: 575px) {
  .gallery-grid:nth-child(4n+4) {
    grid-column: span 12;
  }
}

.single-gallery {
  overflow: hidden;
  display: block;
  border-radius: 5px;
}

.single-gallery__item {
  position: relative;
  height: 100%;
}

.single-gallery__item .ht-overlay {
  background-color: #091d3e;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.single-gallery__item .overlay-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: auto;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.single-gallery__item .overlay-icon svg {
  font-size: 24px;
  color: #fff;
  top: 50%;
  left: 50%;
  cursor: pointer;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.single-gallery__item:hover .ht-overlay, .single-gallery__item:hover .overlay-icon {
  opacity: .9;
  visibility: visible;
}

.bg-item-images {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  background-position: center;
  background-size: cover;
  height: 100%;
  width: 100%;
}

.bg-item-images::before {
  content: '';
  display: block;
  padding-top: 67%;
}

/*** 

====================================================================
	careers Section
====================================================================

***/

/* Employe Lists */ 

.cvbadge{
    background: #091d3e;
    color: #fff;
    padding: 8px 20px;
    margin-top: 20px;
    display: inline-block;
}

.emply-list-sec {
    display: inline-block;
    width: 100%;
}
.emply-list {
    border-bottom: 1px solid #e8ecec;
    display: table;
    padding-left: 35px;
    padding-top: 35px;
    padding-bottom: 35px;
    padding-right: 30px;
	width: 100%;
}
.emply-list-thumb {
    display: table-cell;
    vertical-align: top;
    width: 80px;
}
.emply-list-thumb > a {
    float: left;
    width: 100%;
}
.emply-list-thumb > a img {
    float: left;
    width: 100%;
    
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;

}
.emply-list-info {
    display: table-cell;
    vertical-align: top;
    position: relative;
}
.emply-pstn {
    position: absolute;
    right: 0;
    top: 0;
    color: #054c8b;
    font-size: 13px;
}

.emply-list-info > h3 {
    display: flex;
    margin-bottom: 0;
    width: 100%;
    align-items: center;
}

.emply-list-info > h3 a{
    float: left;
    width: 100%;
    font-size: 18px;
    color: #202020;
    margin-bottom: 0;
    font-weight: 500;
}
.emply-list-info > span {
    float: left;
    width: 100%;
    font-size: 13px;
    color: #ff5d22;
}
.emply-list-info > h6 {
    float: left;
    width: 100%;
    margin: 0;
        margin-top: 0px;
    font-size: 13px;
    font-family: Open Sans;
    margin-top: 13px;
}
.emply-list-info > p,
.emply-list-info > ul > li {
    float: left;
    width: 100%;
    font-family: 'Arimo', sans-serif;
    font-size: 14px;
    color: #888888;
	position: relative;
    line-height: 24px;
    margin: 0;
    margin-top: 12px;
}

.emply-list-info > ul > li {
    padding-left: 23px;
}
.emply-list-info > ul > li::before {
    position: absolute;
    left: 0;
    top: 13px;
    width: 10px;
    height: 1px;
    background: #888888;
    content: "";
}
.emply-list-info > h6 i {
    float: left;
    font-size: 20px;
    line-height: 16px;
    margin-right: 4px;
    color: #999999;
}

.emply-list:hover {
    -webkit-box-shadow: 0px 0px 40px rgba(0,0,0,0.1);
    -moz-box-shadow: 0px 0px 40px rgba(0,0,0,0.1);
    -ms-box-shadow: 0px 0px 40px rgba(0,0,0,0.1);
    -o-box-shadow: 0px 0px 40px rgba(0,0,0,0.1);
    box-shadow: 0px 0px 40px rgba(0,0,0,0.1);

    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;

    border-color: #ffffff;
}

/*========================== Career Detail =========================*/

.job-single-sec {
    float: left;
    width: 100%;
    padding-right: 50px;
}

.job-single-head2 {
    float: left;
    width: 100%;
    padding-bottom: 50px;
    border-bottom: 1px solid #e8ecec;
}

.job-title2 {
    float: left;
    width: 100%;
}

.job-title2 > h3 {
    font-size: 20px;
    font-weight: bold;
    margin: auto 30px auto 0;
    margin-right: 0px;
    margin-right: 20px;
}

.job-is {
    display: table-cell;
    vertical-align: middle;
    font-size: 12px;
    border: 1px solid;
    float: right;
    padding: 7px 0;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    border-radius: 20px;
    width: 108px;
    margin: 9px 0;
    text-align: center;
}

.job-title2 span.job-is {
	border-color: #ff5d22;
	color: #ff5d22;
    float: left;
    margin: 0;
}

.tags-jobs {
    float: left;
    width: 100%;
    margin: 0;
    margin-top: 0px;
    margin-top: 20px;
}

.tags-jobs > li {
    float: left;
    margin: 0;
    margin-right: 0px;
    font-size: 13px;
    color: #888888;
    margin-right: 30px;
}

.tags-jobs > li i {
    font-size: 15px;
    line-height: 15px;
    margin-right: 8px;
    color: #8b91dd;
}

.job-single-head2 > span {
    float: left;
    width: 100%;
    font-size: 13px;
    color: #888888;
    margin-top: 20px;
}

.job-single-head2 > span strong {
    font-weight: normal;
    color: #202020;
}

.job-details {
    float: left;
    width: 100%;
    padding-top: 20px;
}

.job-details h3 {
    float: left;
    width: 100%;
    font-size: 18px;
    font-weight: 500;
    color: #202020;
    margin-bottom: 15px;
    margin-top: 10px;
}

.job-details p, .job-details li {
    float: left;
    width: 100%;
    font-size: 13px;
    color: #888888;
    line-height: 24px;
    margin: 0;
    margin-bottom: 19px;
}

.job-details p, .job-details li {
    float: left;
    width: 100%;
    font-size: 14px;
    color: #888888;
    line-height: 24px;
    margin: 0;
    margin-bottom: 19px;
}

.job-details h3 {
    float: left;
    width: 100%;
    font-size: 18px;
    font-weight: 500;
    color: #202020;
    margin-bottom: 15px;
    margin-top: 10px;
}

.job-details > ul {
    float: left;
    width: 100%;
    margin-bottom: 20px;
}

.job-details > ul li {
    float: left;
    width: 100%;
    margin: 0;
    margin-bottom: 0px;
    position: relative;
    padding-left: 23px;
    line-height: 21px;
    margin-bottom: 10px;
    font-size: 13px;
    color: #888888;
}

.job-details > ul li::before {
    position: absolute;
    left: 0;
    top: 13px;
    width: 10px;
    height: 1px;
    background: #888888;
    content: "";
}

.share-bar {
    float: left;
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
    border-top: 1px solid #e8ecec;
    border-bottom: 1px solid #e8ecec;
}

.share-bar span {
    float: left;
    font-size: 15px;
    color: #202020;
    line-height: 40px;
    margin-right: 14px;
}

.share-bar  a {
    float: none;
    display: inline-block;
    width: 47px;
    height: 35px;
    border: 2px solid;
    border-top-color: currentcolor;
    border-right-color: currentcolor;
    border-bottom-color: currentcolor;
    border-left-color: currentcolor;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    border-radius: 8px;
    line-height: 30px;
    font-size: 18px;
    margin: 0 5px;
    margin-top: 0px;
    text-align: center;
    margin-top: 0px;
    margin-top: 6px;
}

.share-bar a.share-fb {
    color: #3b5998;
    border-color: #3b5998;
}

.share-bar a.share-fb:hover {
    background: #3b5998;
    border-color: #3b5998;
    color: #ffffff;
}

.share-bar  a.share-insta {
    color: #833AB4;
    border-color: #833AB4;
}

.share-bar  a.share-insta:hover {
    background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%,#d6249f 60%,#285AEB 90%);
    border-color: #8a3ab9;
    color: #ffffff;
}

.share-bar [class*="ti-"],
.share-bar [class*="ti-"]{
	line-height: 30px;
}

/*Career Detail Aside*/
.widget h4 {
    font-size: 20px;
    margin-bottom: 15px;
}

.job-overview {
    background-color: #fdfdfd;
    border: 1px solid #e2e2e2;
    padding: 35px 20px 31px 20px;
}

.job-overview ul li:first-child {
    margin-top: 5px;
}

.job-overview ul li i {
	color: #ff5d22;
    font-size: 20px;
}

.job-overview ul li div {
	position: relative;
    top: -23px;
    margin-left: 37px;
    line-height: 1.1;
}

.job-overview ul li span {
    display: block;
    margin-top: 3px;
    line-height: 23px;
}

.job-overview a.button {
    width: 100%;
    text-align: center;
    box-sizing: border-box;
    margin: 10px 0 0 0;
}

.job-overview .button,
.job-overview .button .btn-title{
	border-radius: 50px;
}

.job-overview .button .btn-title {
    font-size: 15px;
	padding: 15px 35px;
}

.small-dialog-headline {
    background-color: #fafafa;
    padding: 25px 40px;
    border-bottom: 1px solid #e0e0e0;
}

.app-tabs a.close-tab, .small-dialog-headline {
    border-radius: 3px 3px 0 0;
}

.small-dialog-headline h2 {
    font-size: 22px;
}

.upload-info span {
    float: right;
}

/* file input */

.input_file{
	margin-bottom: 15px;
	padding: 0 15px;
}

.input_file .it {
    width: 100%;
    text-align: left;
    margin: 0 0 15px;
}

.input_file .it.file {
    width: 100%;
    margin: 0;
    position: relative;
}

.input_file .it.file input {
    opacity: 0;
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 1px;
    height: 1px;
}

.input_file .it.file label {
    border-radius: 6px;
    border: 2px solid #091d3e;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    padding: 3px 10px;
    font-size: 14px;
    line-height: 26px;
    cursor: pointer;
    color: #091d3e;
    -webkit-box-pack: center;
    justify-content: center;
    font-weight: 600;
}

.input_file .it.file label i {
    display: block;
    margin-right: 6px;
}

.fileinput-wrapper {
    display: block;
    margin-top: 15px;
}
.fileinput {
    overflow: hidden;
    position: relative;
    cursor: pointer;
    z-index: 1;
}
.fileinput.pristine>span{
	display: none;
}
.fileinput input[type=file],
.fileinput input[type=file]:focus,
.fileinput input[type=file]:hover {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    opacity: 0;
    -ms-filter: 'alpha(opacity=0)';
    font-size: 200px;
    direction: ltr;
    cursor: pointer;
    outline: 0;
}
.careers .it.file .preview {
    position: relative;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 15px 0 0;
    padding: 5px 10px;
    font-size: 14px;
    line-height: 22px;
    border: 2px solid #eee;
    border-radius: 3px;
}
.fileinput-name {
    line-break: anywhere;
    font-weight: 600;
    font-size: 14px;
    width: 100%;
    /*max-width: 90%;*/
    white-space: nowrap;
    overflow: hidden;
    position: relative;
    text-align: left;
    opacity: .7;
}
.fileinput-name .close {
    float: none;
    margin-left: 8px;
    vertical-align: middle;
    float: right;
}

.small-dialog-content .divider {
    display: inline-block;
    border-top: 1px solid #e0e0e0;
    height: 1px;
    width: 100%;
}

.small-dialog-content button.send {
    margin-top: 25px;
    line-height: 24px;
    border-radius: 50px;
}


/*** 

====================================================================
	Services Section
====================================================================

***/

.services-section{
	position:relative;
	padding: 120px 0px 90px;
}

.services-section .gradient-layer{
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 250px;
	background: -webkit-linear-gradient(bottom,#edf5f8,#ffffff);
}

.services-section .pattern-layer{
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -240px;
	width: 220px;
	height: 480px;
	background: url('../images/icons/pattern-1.png') right center no-repeat;
}

.services-section .sec-title{
	position:relative;
	margin-bottom:50px;
}

.services-section .sec-title .lower-text{
	color: #222222;
	padding-top: 15px;
}

.services-section .row{
	margin: 0px -20px;
}

.services-section .column{
	position: relative;
	padding: 0px 20px;
}

.services-section .column:nth-child(1){
	padding-top: 110px;
}

.services-section .column:nth-child(2){
	padding-top: 60px;
}

.service-block{
	position: relative;
	margin-bottom: 90px;
}

.service-block .inner-box{
	position: relative;
	display: block;
	padding: 30px 35px 90px;
	text-align: center;
	background: #ffffff;
	box-shadow: 0px 0px 25px 0px rgba(0,0,0,0.07);
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.service-block .inner-box:hover{
	box-shadow: 0px 0px 40px 0px rgba(0,0,0,0.10);
}

.service-block .inner-box:before{
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	border-bottom: 2px solid #473080;
	-ms-transform: scale(0);
	transform: scale(0);
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.service-block .inner-box:hover:before{
	-ms-transform: scale(1);
	transform: scale(1);
}

.service-block h3{
	position: relative;
	color: #222222;
	text-transform: capitalize;
	margin: 0 0 12px;
}

.service-block h3 a{
	color: #222222;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.service-block h3 a:hover{
	color: #ff5d22;
}

.service-block .icon-outer{
	position: relative;
	display: block;
	width: 162px;
	height: 162px;
	padding: 31px;
	margin: 0 auto 30px;
	overflow: hidden;
}

.service-block .icon-bg{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background:#ffffff url('../images/icons/theme-icon-2.png') center center no-repeat;
}

.service-block .icon-outer .icon-box{
	position: relative;
	display: inline-block;
	width: 100px;
	height: 100px;
	line-height: 100px;
}

.service-block .icon-outer .icon-box img{
	max-width: 100px;
	max-height: 100px;
}

.service-block .text{
	position: relative;
	display: block;
	color: #222222;
}

.service-block .more-link{
	position: absolute;
	left: 0;
	bottom: -30px;
	width: 100%;
	display: block;
}

.service-block .more-link a{
	position: relative;
	display: inline-block;
	width: 60px;
	height: 60px;
	line-height: 60px;
	border-radius: 50%;
	background: #ffffff;
	font-size: 14px;
	color: #ff5d22;
	box-shadow: 0px 0px 35px 0px rgba(0,0,0,0.05), 0px 0px 35px 0px rgba(0,0,0,0.05);
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.service-block .inner-box:hover .more-link a{
	color: #ffffff;
	background: #ff5d22;
}

.services-section .bottom-text{
	position: relative;
	display: block;
	font-size: 18px;
	line-height: 1.5em;
	text-align: center;
	padding-top: 30px;
}

.services-section .bottom-text .text{
	color: #222222;
	font-size: 18px;
	line-height: 1.5em;
}

.services-section .bottom-text .text a{
	color: #ff5d22;
	text-decoration: underline;
	text-decoration-color: #ff5d22;
}


/*** 

====================================================================
	Locations Section
====================================================================

***/

.locations-section{
	position:relative;
	padding: 120px 0px;
}

.locations-section .map-box{
	position: relative;
	display: block;
	width: 100%;
}

.locations-section .map-box .map-image{
	position: relative;
	display: block;
	width: 100%;
	text-align: center;
}

.locations-section .map-box .map-image img{
	display: block;
	width: 100%;
}

.locations-section .map-box .location-point{
	position: absolute;
	left: 0%;
	top: 0%;
	width: 20px;
	height: 20px;
	border: 2px solid #ff5d22;
	background: none;
	cursor: pointer;
	border-radius: 50%;
}

.locations-section .map-box .location-point:before{
	content: '';
	position: absolute;
	left: 50%;
	top: 50%;
	width: 6px;
	height: 6px;
	background: #ff5d22;
	margin: -3px 0px 0px -3px;
	border-radius: 50%;
}

.locations-section .map-box .location-point .inner{
	position: absolute;
	left: 7px;
	bottom: 100%;
	margin-bottom: 25px;
	width: 200px;
	padding: 15px 20px;
	line-height: 24px;
	color: #ffffff;
	background: #ff5d22;
	-ms-box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.05),0px 20px 30px 0px rgba(0,0,0,0.05);
	box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.05),0px 20px 30px 0px rgba(0,0,0,0.05);
	-ms-transform: translateY(10px);
	transform: translateY(10px);
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.locations-section .map-box .location-point .inner:before{
	content: '';
	position: absolute;
	left: 0;
	top: 100%;
	border: 7px solid transparent;
	border-top: 7px solid #ff5d22;
	border-left: 7px solid #ff5d22;
}

.locations-section .map-box .location-point:hover .inner{
	-ms-transform: translateY(0px);
	transform: translateY(0px);
	opacity: 1;
	visibility: visible;
	z-index: 1;
}

.locations-section .map-box .loc-one{
	left: 11%;
	top: 17%;
}

.locations-section .map-box .loc-two{
	left: 16%;
	top: 23%;
}

.locations-section .map-box .loc-three{
	left: 26%;
	top: 62%;
}

.locations-section .map-box .loc-four{
	left: 23%;
	top: 80%;
}

.locations-section .map-box .loc-five{
	left: 46%;
	top: 21%;
}

.locations-section .map-box .loc-six{
	left: 44%;
	top: 40%;
}

.locations-section .map-box .loc-seven{
	left: 56%;
	top: 52%;
}

.locations-section .map-box .loc-eight{
	left: 52%;
	top: 70%;
}

.locations-section .map-box .loc-nine{
	left: 60%;
	top: 15%;
}

.locations-section .map-box .loc-ten{
	left: 80%;
	top: 16%;
}

.locations-section .map-box .loc-eleven{
	left: 70%;
	top: 35%;
}

.locations-section .map-box .loc-twelve{
	left: 90%;
	top: 77%;
}

/*** 

====================================================================
	Default Background Section
====================================================================

***/

.default-bg-section{
	position:relative;
	padding: 120px 0px;
}

.default-bg-section .image-layer{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-position: left top;
	background-repeat: no-repeat;
	background-size: cover;
}

.default-bg-section .content-box{
	position: relative;
	display: block;
	max-width: 550px;
	z-index: 1;
}

.default-bg-section .content-box h2{
	font-size: 44px;
	color: #222222;
	font-weight: 400;
	line-height: 1.2em;
	margin-bottom: 54px;
}

/*** 

====================================================================
	Fun Facts Section
====================================================================

***/

.fun-facts-section{
	position:relative;
}

.fun-facts-section.alternate{
	background: #ff5d22;
	padding: 110px 0px 70px;
}

.fun-facts-section .title-box{
	position:relative;
	text-align: center;
	margin-bottom: 60px;
}

.fun-facts-section .title-box h1{
	position: relative;
	display: inline-block;
	font-size:60px;
	line-height: 1.20em;
	color: #ffffff;
	font-weight: 400;
	text-transform:capitalize;
	margin-bottom: 0px;
}

.fun-facts-section .title-box h1:before{
	content: '';
	position: absolute;
	left: 0;
	bottom: 5px;
	width: 100%;
	border-bottom: 2px solid #ff5d22;
}

.fun-facts-section .map-pattern-layer{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: url('../images/icons/map-pattern-two.png') center center no-repeat;
	opacity: 0.05;
}

.fact-counter{
	position: relative;
	z-index: 1;
}

.fact-counter .counter-column{
	position:relative;
	text-align: center;
}

.fun-facts-section.alternate .fact-counter .counter-column{
	margin-bottom: 50px;
}

.fact-counter .counter-column:nth-child(2){
	border-left:1px solid #e2eef2;
	border-right:1px solid #e2eef2;
}

.fun-facts-section.alternate .fact-counter .counter-column:nth-child(2){
	border: none;
}

.fact-counter .counter-column .inner{
	position: relative;
	display: block;
	padding: 110px 20px;
}

.fun-facts-section.alternate .fact-counter .counter-column .inner{
	padding: 0px;
}

.fact-counter .upper-title{
	position: relative;
	display: block;
	font-size:20px;
	line-height:1.5em;
	font-weight:400;
	color:#ffffff;
	text-transform: capitalize;
	margin-bottom: 22px;
}

.fact-counter .count-box{
	position: relative;
	font-size:75px;
	line-height: 1.20em;
	color:#ffffff;
	text-transform: capitalize;
	font-weight:400;
}

.fact-counter .count-box .count-text{
	position:relative;
	display: inline-block;
}

.fact-counter .counter-title{
	position: relative;
	display: block;
	font-size:16px;
	line-height:24px;
	font-weight:400;
	color:#ffffff;
	text-transform: uppercase;
	letter-spacing: 1px;
}


.fun-facts-section.alternate .fact-counter .upper-title,
.fun-facts-section.alternate .fact-counter .count-box{
	color:#ffffff;
}

	.fun-facts-section{
    background: #000000;
}
.fun-facts-section .image-layer {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0.50;
    background-position: left top;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}
.fact-counter .counter-column:nth-child(2){
    border: none;
}
.fun-facts-section{
    background: #000000;
}
.fun-facts-section .image-layer {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0.20;
    background-position: left top;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}
.fact-counter .counter-column:nth-child(2){
    border: none;
}


/*** 

====================================================================
	Cases Section
====================================================================

***/

.cases-section{
	position:relative;
	padding: 120px 0px 90px;
}

.cases-section.cases-page{
	padding-bottom: 40px;
}

.cases-section .gradient-layer{
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 250px;
	background: -webkit-linear-gradient(bottom,#edf5f8,#ffffff);
}

.cases-section .carousel-box{
	position: relative;
	display: block;
	margin-right: -30px;
}

.cases-section .bottom-text{
	position: relative;
	display: block;
	font-size: 18px;
	line-height: 1.5em;
	text-align: center;
	padding-top: 80px;
}

.cases-section .bottom-text .text{
	color: #222222;
	font-size: 18px;
	line-height: 1.5em;
}

.cases-section .bottom-text .text a{
	color: #ff5d22;
	text-decoration: underline;
	text-decoration-color: #ff5d22;
}

.cases-section .cases-box .row{
	margin: 0px -25px;
}

.case-block{
	position: relative;
	margin-bottom: 80px;
}

.cases-section .cases-box .row .case-block{
	padding: 0px 25px;
}

.owl-theme .case-block{
	margin-bottom: 0;
	padding-bottom: 20px;
	padding-right: 30px;
}

.case-block .inner-box{
	position: relative;
	display: block;
	padding-bottom: 20px;
}

.case-block .inner-box .image-box{
	position: relative;
	display: block;
	background: #010101;
	overflow: hidden;
	margin: 0;
	margin-right: 85px;
}

.case-block .inner-box .image-box img{
	position: relative;
	display: block;
	width: 100%;
	-webkit-transition: all 1000ms ease;
	-moz-transition: all 1000ms ease;
	-ms-transition: all 1000ms ease;
	-o-transition: all 1000ms ease;
	transition: all 1000ms ease;
}

.case-block .inner-box:hover .image-box img{
	opacity: 0.70;
	-ms-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

.case-block .content-box{
	position: absolute;
	right: 0;
	bottom: 0px;
	width: 100%;
	max-width: 310px;
	background: #ffffff;
	box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.07);
}

.case-block .content-box .title-box{
	position: relative;
	display: block;
	line-height: 1.5em;
	padding: 25px 40px;
	color: #ffffff;
	background: #ff5d22;
}

.case-block .content-box .title-box h4{
	font-weight: 700;
	text-transform: capitalize;
	color: #ffffff;
	line-height: 1.4em;
	margin-bottom: 2px;
}

.case-block .content-box .title-box h4 a{
	color: #ffffff;
}

.case-block .content-box .title-box .sub-text{
	font-weight: 400;
	font-size: 14px;
	text-transform: capitalize;
	color: #ffffff;
	opacity: 0.50;
}

.case-block .content-box .text-content{
	position: relative;
	display: block;
	padding: 35px 40px;
	background: #ffffff;
}

.case-block .content-box .text{
	position: relative;
	margin-bottom: 20px;
}

.case-block .content-box .link-box{
	position: relative;
	display: block;
}

.case-block .content-box .link-box a{
	position: relative;
	color: #ff5d22;
	font-size: 14px;
	font-weight: 700;
	text-transform: capitalize;
	line-height: 20px;
	display: inline-block;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.case-block .content-box .link-box a .arrow{
	padding-left: 5px;
	vertical-align: middle;
	color: #ff5d22;
	font-size: 12px;
}

.case-block .content-box .link-box a:hover{
	color: #ff5d22;
}

.cases-carousel .owl-dots{
	display: none;
}

.cases-carousel .owl-nav{
	position: absolute;
	left: -120px;
	right: -120px;
	margin-top: -30px;
	top: 50%;
	height: 0;
}

.cases-carousel .owl-nav .owl-prev,
.cases-carousel .owl-nav .owl-next{
	position: relative;
	top: 0;
	display: inline-block;
	width: 60px;
	height: 60px;
	line-height: 60px;
	border-radius: 50%;
	background: #ffffff;
	margin: 0;
	padding: 0;
	outline: none;
	font-size: 14px;
	color: #ff5d22;
	box-shadow: 0px 0px 35px 0px rgba(0,0,0,0.05), 0px 0px 35px 0px rgba(0,0,0,0.05);
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.cases-carousel .owl-nav .owl-prev{
	position: absolute;
	left: 0;
}

.cases-carousel .owl-nav .owl-next{
	position: absolute;
	right: 30px;
}

.cases-carousel .owl-nav .owl-prev:hover,
.cases-carousel .owl-nav .owl-next:hover{
	background: #ff5d22;
	color: #ffffff;
}

/*** 

====================================================================
	Appointment Section
====================================================================

***/

.appointment-section{
	position:relative;
	padding: 120px 0px 70px;
}

.appointment-section .container:before,
.appointment-section .container:after {
    content: " ";
    width: 100%;
    height: 100%;
    position: absolute;
    background: url(../images/icons/dots.png) no-repeat center top / cover;
    top: -100px;
    right: 0;
    background-repeat: no-repeat;
    background-size: 150px;
    left: 0;
    background-position: left bottom;
    background-repeat: no-repeat;
}

.appointment-section .container:after {
    content: " ";
    width: 100%;
    height: 100%;
    position: absolute;
    background: url(../images/icons/dots.png);
    top: 100px;
    right: 0;
    background-repeat: no-repeat;
    background-size: 150px;
    left: 0;
    background-position: top right;
    background-repeat: no-repeat;
}

/*.appointment-section .pattern-layer{
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -240px;
	width: 220px;
	height: 480px;
	background: url('../images/icons/dots.png') right center no-repeat;
}*/

.appointment-section .sec-title{
	max-width: 480px;
}

.appointment-section .sec-title .lower-text{
	color: #222222;
}

.appointment-section .text-column{
	position: relative;
	margin-bottom: 20px;
}

.appointment-section .text-column .inner{
	position: relative;
	display: block;
	padding-right: 50px;
}

@media (min-width: 1600px){
	.appointment-section .container:before,
	.appointment-section .container:after{
		background-size: auto;
	}
}

/*feature top tabs*/
.tabs-box .tab{
  position:relative;
  display:none;
  transition: all 900ms ease;
  -moz-transition: all 900ms ease;
  -webkit-transition: all 900ms ease;
  -ms-transition: all 900ms ease;
  -o-transition: all 900ms ease;
}

.tabs-box .tab.active-tab{
  display:block;  
}

.tabs-box .tab{
  transform:scale(0.9,0.9) translateY(0px);
}

.tabs-box .tab.active-tab{
  transform:scale(1) translateY(0px);
}
.features_style .tabs-box .tab-btn-box {
    position: relative;
    display: block;
    border-bottom: 1px solid #dddddd;
    margin-bottom: 60px;
}
.features_style .tabs-box .tab-btn-box .tab-btns li{
  position: relative;
  display: inline-block;
  float: left;
  font-size: 16px;
  color: #666;
  padding: 15px 63px 15px 40px;
  cursor: pointer;
  transition: all 500ms ease;
}

.features_style .tabs-box .tab-btn-box .tab-btns li.active-btn,
.features_style .tabs-box .tab-btn-box .tab-btns li:hover{
  color: #222;
}

.features_style .tabs-box .tab-btn-box .tab-btns li:before{
  position: absolute;
  content: '';
  width: 100%;
  height: 1px;
  left: 0px;
  bottom: -1px;
  transform: scale(0,0);
  transition: all 500ms ease;
}

.features_style .tabs-box .tab-btn-box .tab-btns li.active-btn:before,
.features_style .tabs-box .tab-btn-box .tab-btns li:hover:before{
  transform: scale(1,1);
}

.features_style .tabs-box .tab-btn-box .tab-btns li:before {
    background: #da2c46;
}

.features_style .tabs-box .tab-btn-box .tab-btns li:last-child{
  padding-right: 0px;
}

.features_style .tabs-box .tab-btn-box .tab-btns li i{
  position: absolute;
  left: 0px;
  top: 12px;
  font-size: 30px;
  line-height: 30px;
  color: #666;
  transition: all 500ms ease;
}

.features_style .tabs-content .content-box ul li:last-child{
  margin-bottom: 0px;
}

.features_style .tabs-content .content-box ul li:before{
  position: absolute;
  content: "\f101";
  font-family: 'Font Awesome 5 Free';
  font-weight: 700;
  font-size: 12px;
  left: 0px;
  top: 0px;
}

.service-block-two{
	position: relative;
	margin-bottom: 30px;
}

.service-block-two .inner-box{
	position: relative;
	display: block;
	padding: 8px 0px 0px 125px;
	min-height: 101px;
}

.service-block-two h3{
	position: relative;
	color: #222222;
	text-transform: capitalize;
	margin: 0 0 10px;
}

.service-block-two h3 a{
	color: #222222;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.service-block-two h3 a:hover{
	color: #ff5d22;
}

.service-block-two .icon-outer{
	position: absolute;
	left: 0;
	top: 0;
	display: block;
	width: 101px;
	height: 101px;
	padding: 20px;
	margin: 0 0;
}

.service-block-two .icon-outer .icon-box{
	position: relative;
	display: inline-block;
	width: 60px;
	height: 60px;
	line-height: 60px;
}

.service-block-two .icon-outer .icon-box img{
	max-width: 60px;
	max-height: 60px;
}

.service-block-two .text{
	position: relative;
	display: block;
	color: #222222;
}

.appointment-section .form-column{
	position: relative;
	margin-bottom: 50px;
}

.appointment-section .form-column .inner{
	position: relative;
	display: block;
	text-align: center;
}

.appointment-section .form-column .image{
	position: relative;
	display: block;
	margin: 0;
}

.appointment-section .form-column .image img{
	position: relative;
	display: block;
	width: 100%;
}

/* Default Form Style */

.default-form{
 	position: relative;
}

.default-form .row{
	margin: 0 -15px;
}

.default-form .form-group{
	position:relative;
	padding: 0 15px;
	margin-bottom: 25px;
}

.default-form .form-group .field-label{
	position:relative;
	display: block;
	color: #333333;
	line-height: 24px;
	text-align: left;
	text-transform: capitalize;
	margin-bottom: 10px;
}

.default-form .form-group:last-child{
	margin-bottom: 0;
}

.default-form .form-group input[type="text"],
.default-form .form-group input[type="email"],
.default-form .form-group input[type="password"],
.default-form .form-group input[type="tel"],
.default-form .form-group input[type="url"],
.default-form .form-group input[type="file"],
.default-form .form-group input[type="number"],
.default-form .form-group textarea,
.default-form .form-group select{
	position: relative;
    display: block;
    height: 52px;
    width: 100%;
    font-size: 15px;
    color: #25283a;
    line-height: 30px;
    font-weight: 400;
    padding: 10px 20px;
    background-color: #ffffff;
    border: 1px solid #e2eef2;
	border-radius:0px;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}

.default-form .form-group textarea{
	height: 120px;
	padding-top: 12px;
	resize: none;
}

.contact-form .form-group input[type="submit"],
.contact-form .form-group button{
	display:inline-block;
	margin-top:5px;
}

.default-form .form-group input[type="text"]:focus,
.default-form .form-group input[type="email"]:focus,
.default-form .form-group input[type="password"]:focus,
.default-form .form-group input[type="tel"]:focus,
.default-form .form-group input[type="url"]:focus,
.default-form .form-group input[type="file"]:focus,
.default-form .form-group input[type="number"]:focus,
.default-form .form-group textarea:focus,
.default-form .form-group select:focus,
.form-group .ui-selectmenu-button.ui-button:focus,
.form-group .ui-selectmenu-button.ui-button:active{
	border-color: #ff5d22;
}

.default-form ::-webkit-input-placeholder{color: #aaaaaa;}

.default-form ::-moz-input-placeholder{color: #aaaaaa; }

.default-form ::-ms-input-placeholder{color: #aaaaaa;}

.default-form label.error{
	color: #ff0000;
	font-size:14px;
	text-transform: capitalize;
	text-align:left;
	display:block;
	padding-top:5px;
}

.content-box .default-form label.error{
	color: #ffffff;
	font-size: 16px;
	padding-top: 10px;
}

/*Custom Select*/

.form-group .ui-selectmenu-button.ui-button{
	width:100%;
	font-size:15px;
	font-style:normal;
	height:52px;
	padding:10px 20px;
	line-height:30px;
	font-family: 'Arimo', sans-serif;
	color:#222222;
	border-radius:0px;
	background-color:#ffffff;
	border: 1px solid #e0e0e0;
}

.form-group .ui-button .ui-icon{
	background:none;
	position:relative;
	top:3px;
	text-indent:0px;
	color:#333333;	
}

.form-group .ui-button .ui-icon:before{
	font-family: 'Font Awesome 5 Free';
	content: "\f107";
	position:absolute;
	right:0px;
	top:2px !important;
	top:13px;
	width:10px;
	height:20px;
	display:block;
	color:#666666;
	line-height:20px;
	font-size:16px;
	font-weight:700;
	text-align:center;
	z-index:5;
}

.ui-widget.ui-widget-content{
	border:1px solid #e0e0e0;
	font-family: 'Arimo', sans-serif;
}

	
.ui-selectmenu-open{
	z-index: 9999;
}

.ui-menu .ui-menu-item{
	font-size:14px;
	border-bottom:1px solid #e0e0e0;
}

.ui-menu .ui-menu-item:last-child{
	border:none;	
}

.ui-menu .ui-menu-item-wrapper{
	position:relative;
	display:block;
	padding:9px 20px !important;
	font-size:15px;
	line-height:24px;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}

.ui-menu .ui-menu-item-wrapper:hover,
.ui-menu .ui-menu-item-wrapper.ui-state-active{
	background: #ff5d22;
}

.appointment-section .form-box{
	position: relative;
	display: block;
	background: #edf5f8 url(../images/icons/round-pattern-1.png) 60px -350px no-repeat;
	padding: 50px 45px;
}

.appointment-section .title{
	position: relative;
	margin-bottom: 30px;
}

.appointment-section .title h3{
	position: relative;
	display: inline-block;
	line-height: 1.2em;
	font-size: 24px;
	color: #222222;
	text-transform: capitalize;
	font-weight: 700;
	margin: 0 0 10px;
}

.appointment-section .title h3:before{
	content: '';
	position: absolute;
	left: 0;
	bottom: 3px;
	width: 100%;
	border-bottom: 2px solid #ff5d22;
}

.appointment-form .row{
	margin: 0 -7px;
}

.appointment-form .form-group{
	padding: 0 7px;
	margin-bottom: 14px;
}

.appointment-form form button{
	text-transform: none ;
	margin-top: 5px;
}

/*** 

====================================================================
	Testimonilas Section
====================================================================

***/

.testimonials-section{
	position:relative;
	padding: 120px 0px;
}

.testimonials-section .image-layer{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-position: left top;
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
}

.testimonials-section .carousel-box{
	position: relative;
	display: block;
	max-width: 780px;
	padding: 55px 20px;
	background: rgba(255,255,255,0.94);
	border-bottom: 2px solid #ff5d22;
	text-align: center;
	z-index: 1;
}

.testimonials-section .slide-item{
	position: relative;
	display: block;
}

.testimonials-section .slide-item .inner{
	position: relative;
	display: block;
	max-width: 580px;
	margin: 0 auto;
}

.testimonials-section .slide-item .icon-box{
	position: relative;
	display: block;
	color: #ff5d22;
	font-size: 48px;
	line-height: 1em;
	margin-bottom: 30px;
}

.testimonials-section .slide-item .title{
	position: relative;
	display: block;
	color: #ff5d22;
	font-size: 16px;
	line-height: 1.5em;
	margin-bottom: 15px;
}

.testimonials-section .slide-item .text{
	position: relative;
	display: block;
	font-size: 17px;
	line-height: 1.6em;
	color: #222222;
	margin-bottom: 30px;
}

.testimonials-section .slide-item .info{
	position: relative;
	display: block;
	font-size: 13px;
	line-height: 1.5em;
	color: #666666;
}

.testimonials-section .slide-item .info .name{
	position: relative;
	display: block;
	font-size: 18px;
	line-height: 1.5em;
	color: #222222;
	font-weight: 700;
	text-transform: capitalize;
}

.testimonials-section .owl-theme .owl-nav{
	display: none;
}

.testimonials-section .owl-theme .owl-dots{
	position: relative;
	display: block;
	width: 100%;
	text-align: center;
	padding-top: 35px;
}

.testimonials-section .owl-theme .owl-dots .owl-dot{
	position: relative;
	display: inline-block;
	margin: 0px 5px;
}

.testimonials-section .owl-theme .owl-dots .owl-dot span{
	position: relative;
	display: block;
	width: 12px;
	height: 12px;
	background: #cccccc;
	border-radius: 50%;
	-ms-transform: scale(0.7);
	transform: scale(0.7);
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}

.testimonials-section .owl-theme .owl-dots .owl-dot.active span{
	background: #ff5d22;
	-ms-transform: scale(1);
	transform: scale(1);
}

/*** 

====================================================================
	News Section
====================================================================

***/

.news-section{
	position:relative;
}

.news-section .upper-row{
	position: relative;
	margin-bottom: 10px;
}

.news-block{
	position: relative;
	margin-bottom: 90px;
}

.news-block .inner-box{
	position: relative;
	display: block;
	box-shadow: 0px 0px 40px 0px rgba(0,0,0,0.07);
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.news-block .image-box,
.news-block .image{
	position: relative;
	display: block;
	background: #010101;
	overflow: hidden;
}

.news-block .image-box img{
	position: relative;
	display: block;
	width: 100%;
	-webkit-transition: all 1000ms ease;
	-moz-transition: all 1000ms ease;
	-ms-transition: all 1000ms ease;
	-o-transition: all 1000ms ease;
	transition: all 1000ms ease;
}

.news-block .inner-box:hover .image-box img{
	opacity: 0.70;
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}

.news-block .lower-box{
	position: relative;
	display: block;
	padding: 35px 35px 70px;
	background: #ffffff;
	box-shadow: 0px 0px 25px 0px rgba(0,0,0,0.04);
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.news-block .inner-box:hover{
	box-shadow: 0px 0px 40px 0px rgba(0,0,0,0.10);
}

.news-block .lower-box:before{
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	border-bottom: 2px solid #473080;
	-ms-transform: scale(0);
	transform: scale(0);
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.news-block .inner-box:hover .lower-box:before{
	-ms-transform: scale(1);
	transform: scale(1);
}

.news-block .lower-box .category{
	position: relative;
	color: #ff5d22;
	font-size: 14px;
	font-weight: 700;
	text-transform: capitalize;
	margin: 0 0 7px;
}

.news-block .lower-box h3{
	position: relative;
	color: #222222;
	font-weight: 700;
	margin: 0 0 25px;
}

.news-block h3 a{
	color: #222222;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.news-block h3 a:hover,
.news-block .lower-box .meta-info li a:hover{
	color: #ff5d22;
}

.news-block .text{
	position: relative;
	display: block;
	color: #222222;
	margin-bottom: 30px;
}

.news-block .lower-box .meta-info{
	position: relative;
	color: #999999;
}

.news-block .lower-box .meta-info li{
	position: relative;
	float: left;
	margin-right: 31px;
	line-height: 24px;
}

.news-block .lower-box .meta-info li:after{
	content: '';
	position: absolute;
	height: 14px;
	right: -16px;
	border-right: 1px solid #999999;
	top: 50%;
	margin-top: -7px;
}

.news-block .lower-box .meta-info li:last-child:after{
	display: none;
}

.news-block .lower-box .meta-info li a{
	position: relative;
	color: #999999;
}

.news-block .more-link{
	position: absolute;
	left: 0;
	bottom: -30px;
	width: 100%;
	display: block;
	text-align: center;
}

.news-block .more-link a{
	position: relative;
	display: inline-block;
	width: 60px;
	height: 60px;
	line-height: 60px;
	border-radius: 50%;
	background: #ffffff;
	font-size: 14px;
	color: #ff5d22;
	box-shadow: 10px 10px 35px 0px rgba(0,0,0,0.05), 0px 0px 35px 0px rgba(0,0,0,0.05);
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.news-block .inner-box:hover .more-link a{
	color: #ffffff;
	background: #ff5d22;
	box-shadow: 10px 10px 35px 0px rgba(0,0,0,0.10), 0px 0px 35px 0px rgba(0,0,0,0.10);
}

.news-section .lower-row{
	position: relative;
	margin-bottom: 30px;
}

.news-section .lower-row .row{
	margin: 0px -40px;
}

.news-block-two{
	position: relative;
	margin-bottom: 50px;
	border-right: 1px solid #e2eef2;
}

.news-section .lower-row .news-block-two{
	padding: 0px 40px;
}

.news-section .lower-row .news-block-two:last-child{
	border: none;
}

.news-block-two .inner-box{
	position: relative;
	display: block;
	padding: 10px 0px;
}

.news-block-two .inner-box .category{
	position: relative;
	color: #ff5d22;
	font-size: 14px;
	font-weight: 700;
	text-transform: capitalize;
	margin: 0 0 7px;
}

.news-block-two .inner-box h3{
	position: relative;
	font-size: 20px;
	color: #222222;
	font-weight: 700;
	margin: 0 0 20px;
}

.news-block-two .inner-box h3 a{
	color: #222222;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.news-block-two .inner-box h3 a:hover,
.news-block-two .inner-box .meta-info li a:hover{
	color: #ff5d22;
}

.news-block-two .inner-box .text{
	position: relative;
	display: block;
	color: #222222;
	margin-bottom: 30px;
}

.news-block-two .inner-box .meta-info{
	position: relative;
	color: #999999;
}

.news-block-two .inner-box .meta-info li{
	position: relative;
	float: left;
	margin-right: 31px;
	line-height: 24px;
}

.news-block-two .inner-box .meta-info li:after{
	content: '';
	position: absolute;
	height: 14px;
	right: -16px;
	border-right: 1px solid #999999;
	top: 50%;
	margin-top: -7px;
}

.news-block-two .inner-box .meta-info li:last-child:after{
	display: none;
}

.news-block-two .inner-box .meta-info li a{
	position: relative;
	color: #999999;
}

.news-section .load-more{
	position: relative;
	display: block;
	padding: 10px 0px 80px;
	text-align: center;
}

.news-section.blog-fullwidth{
	padding-bottom: 120px;
}

.news-section.blog-fullwidth .auto-container{
	max-width: 810px;
}

.news-block-three{
	position: relative;
	margin-bottom: 90px;
}

.news-block-three .inner-box{
	position: relative;
	display: block;
	box-shadow: 0px 0px 40px 0px rgba(0,0,0,0.07);
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.news-block-three .image-box,
.news-block-three .image{
	position: relative;
	display: block;
}

.news-block-three .image-box img{
	position: relative;
	display: block;
	width: 100%;
}

.news-block-three .lower-box{
	position: relative;
	display: block;
	padding: 40px 50px 70px;
	background: #ffffff;
	box-shadow: 0px 0px 25px 0px rgba(0,0,0,0.04);
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.news-block-three .inner-box:hover{
	box-shadow: 0px 0px 40px 0px rgba(0,0,0,0.10);
}

.news-block-three .lower-box:before{
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	border-bottom: 2px solid #473080;
	-ms-transform: scale(0);
	transform: scale(0);
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.news-block-three .inner-box:hover .lower-box:before{
	-ms-transform: scale(1);
	transform: scale(1);
}

.news-block-three .lower-box .category{
	position: relative;
	color: #ff5d22;
	font-size: 14px;
	font-weight: 700;
	text-transform: capitalize;
	margin: 0 0 7px;
}

.news-block-three .lower-box .category a{
	color: #ff5d22;
}

.news-block-three .lower-box .category a:hover{
	color: #ff5d22;
}

.news-block-three .lower-box h3{
	position: relative;
	color: #222222;
	font-size: 30px;
	font-weight: 700;
	margin: 0 0 15px;
}

.news-block-three h3 a{
	color: #222222;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.news-block-three h3 a:hover,
.news-block-three .lower-box .meta-info li a:hover{
	color: #ff5d22;
}

.news-block-three .text{
	position: relative;
	display: block;
	margin-bottom: 30px;
}

.news-block-three .lower-box .meta-info{
	position: relative;
	color: #999999;
}

.news-block-three .lower-box .meta-info li{
	position: relative;
	float: left;
	margin-right: 31px;
	line-height: 24px;
}

.news-block-three .lower-box .meta-info li:after{
	content: '';
	position: absolute;
	height: 14px;
	right: -16px;
	border-right: 1px solid #999999;
	top: 50%;
	margin-top: -7px;
}

.news-block-three .lower-box .meta-info li:last-child:after{
	display: none;
}

.news-block-three .lower-box .meta-info li a{
	position: relative;
	color: #999999;
}

.news-block-three .more-link{
	position: absolute;
	left: 0;
	bottom: -30px;
	width: 100%;
	display: block;
	text-align: right;
	padding-right: 50px;
}

.news-block-three .more-link a{
	position: relative;
	display: inline-block;
	text-align: center;
	width: 60px;
	height: 60px;
	line-height: 60px;
	border-radius: 50%;
	background: #ffffff;
	font-size: 14px;
	color: #ff5d22;
	box-shadow: 10px 10px 35px 0px rgba(0,0,0,0.05), 0px 0px 35px 0px rgba(0,0,0,0.05);
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.news-block-three .inner-box:hover .more-link a{
	color: #ffffff;
	background: #ff5d22;
	box-shadow: 10px 10px 35px 0px rgba(0,0,0,0.10), 0px 0px 35px 0px rgba(0,0,0,0.10);
}

.news-image-carousel{
	text-align: center;
}

.news-image-carousel .owl-dots{
	position: absolute;
	bottom: 40px;
	display: inline-block;
	padding: 10px 10px;
	height: 30px;
	margin: 0 0;
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	text-align: center;
	background: rgba(0,0,0,0.30);
	border-radius: 15px;
}

.news-image-carousel .owl-dots .owl-dot{
	position: relative;
	display: inline-block;
	vertical-align: top;
	margin: 0px 5px;
	padding: 0;
}

.news-image-carousel .owl-dots .owl-dot span{
	position: relative;
	display: block;
	width: 10px;
	height: 10px;
	padding: 0;
	margin: 0;
	background: #ffffff;
	border-radius: 50%;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}

.news-image-carousel .owl-dots .owl-dot.active span{
	background: #ff5d22;
}

.news-image-carousel .owl-nav{
	display: none;
}

.news-block-three .image-box .video-play-btn{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	background: rgba(0,0,0,0);
	color: #ffffff;
	font-size: 60px;
	line-height: 60px;
    -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-three .image-box .video-play-btn .fa{
	position: absolute;
	left: 50%;
	top: 50%;
	width: 60px;
	height: 60px;
	line-height: 60px;
	-ms-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}

.news-block-three .image-box .video-play-btn:hover{
	background: rgba(0,0,0,0.50);
}

/*Share Button*/
.entry-post-share {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.entry-post-share .share-media {
    position: relative;
    margin-left: 10px;
}

.entry-post-share .share-media .share-icon {
    color: #fff;
    background: #ff5d22;
    height: 40px;
    width: 40px;
    line-height: 40px;
    font-size: 15px;
    border-radius: 50%;
    text-align: center;
    cursor: pointer;
    display: inline-block;
}

.entry-post-share .share-list {
    position: absolute;
    bottom: 100%;
    right: 0%;
    -webkit-transform: translate(0%, -1px);
    -ms-transform: translate(0%, -1px);
    transform: translate(0%, -1px);
    width: auto;
    white-space: nowrap;
    padding: 0 4px;
    text-align: center;
    background: #fff;
    border-radius: 5px;
    -webkit-box-shadow: 0 2px 20px rgba(0, 0, 0, 0.06);
    box-shadow: 0 2px 20px rgba(0, 0, 0, 0.06);
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-filter: drop-shadow(0 2px 20px rgba(0, 0, 0, 0.06));
    filter: drop-shadow(0 2px 20px rgba(0, 0, 0, 0.06));
    z-index: 999;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.entry-post-share .share-list::before {
    position: absolute;
    top: 100%;
    left: 50%;
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
    content: '';
    border-top: 8px solid #fff;
    border-left: 9px solid transparent;
    border-right: 9px solid transparent;
}

.entry-post-share.opened .share-list {
    -webkit-transform: translate(0%, -12px);
    -ms-transform: translate(0%, -12px);
    transform: translate(0%, -12px);
    visibility: visible;
    opacity: 1;
}

.entry-post-share .share-list a {
    display: inline-block;
    font-size: 13px;
    padding: 12px;
    color: #555;
}




.news-block-four{
	position: relative;
	margin-bottom: 50px;
}

.news-block-four .inner-box{
	position: relative;
	display: block;
}

.news-block-four blockquote{
	position: relative;
	display: block;
	padding: 60px 80px 60px 60px;
	background: #ff5d22;
	color: #ffffff;
	margin: 0px 0px;
}

.news-block-four blockquote .txt{
	position: relative;
	display: block;
	font-size: 30px;
	font-weight: 700;
	line-height: 1.4em;
	margin-bottom: 20px;
}

.news-block-four blockquote .info{
	position: relative;
	display: block;
	font-size: 18px;
	font-weight: 400;
	text-transform: capitalize;
	color: #ffffff;
}

.news-block-four blockquote .icon{
	position: absolute;
	right: 40px;
	bottom: 40px;
	color: #ff5d22;
	font-size: 60px;
	line-height: 1em;
	font-weight: 400;
	opacity: 1;
}

.news-block-four blockquote .icon span{
	position: relative;
	display: block;
	font-weight: 400;
	text-shadow: 0px 0px 1px #84b040;
}



/*** 

====================================================================
	Products
====================================================================

***/

.products-section .content-item:nth-child(1) ~ .content-item{
	margin: 110px auto 0;
}

.solution-title h2 {
	color: #222222;
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 20px;
    line-height: 1.4;
}


.products-section .product-title {
    font-size: 18px;
    color: #353030;
    line-height: 150%;
    font-weight: 400;
}

.products-section .content-left {
   margin-left: 41.666667%;
}

.products-section .content-right {
   margin-right: 41.666667%;
}

.products-section .solution-content .single-solution h4{
	margin-bottom: 3px;
	line-height: 20px;
}

.products-section .solution-content .single-solution p {
    font-size: 14px;
    line-height: 22px;
    color: #8c8889;
    min-height: 66px;
    letter-spacing: 0;
}


.customsection>img {
    float: right;
    margin-right: -63px;
}

.box-feature-full {
    padding-left: 114px;
    padding-top: 104px;
}

.section-title.text-left {
    margin-bottom: 20px;
}

@media (max-width: 767px){
	.products-section .content-left{
		margin-left: 0;
	}
	.products-section .content-right{
		margin-right: 0;
		margin-top: 40px;
	}
	.content-item .solution-content{
		margin-bottom: 30px;
	}
	.content-item .pr-0 {
	    padding-right: 15px !important;
	}
	.content-item .pl-0 {
	    padding-left: 15px !important;
	}
}


/*** 

====================================================================
	Pagination
====================================================================

***/

.pagination {
    margin-top: 60px;
    text-align: center;
}

.pagination ul {
    display: inline-block;
    list-style: outside none none;
    margin: 0;
    padding: 0;
    width: 100%;
    text-align: center;
}

.pagination li {
    display: inline-block;
    font-size: 12px;
    margin: 0 10px 0 0;
}

.pagination a[aria-label="« Previous"],
.pagination a[aria-label="Next »"],
.pagination li[aria-label="« Previous"] span,
.pagination li[aria-label="Next »"] span{
	font-size: 27px;
    line-height: 14px;
}

.pagination a, .pagination span {
    background: #ffffff none repeat scroll 0 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
    float: left;
    text-decoration: none;
    border: 3px solid #edeff7;
    padding: 9px 15px;
    font-size: 13px;
    color: #000000;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
    border-radius: 30px;
    height: 41px;
    line-height: 1.2;
}

.pagination li.prev a, .pagination li.next a {
    padding: 9px 25px;
}

.pagination li.active a, .pagination li a:hover {
    color: #ffffff;
    background-color: #091d3e;
    border-color: #091d3e;
}

.pagination a i {
    font-size: 15px;
    color: #ff5d22;
}

.page-item.active .page-link {
    background-color: #ff5d22;
    border-color: #ff5d22;
}


/*** 

====================================================================
	Sponsors Section
====================================================================

***/

.clients-section{
	position:relative;
	padding: 60px 0px;
	background: #edf5f8;
}

.clients-section.alternate{
	position:relative;
	background: #ffffff;
}

.sponsors-outer{
	position:relative;
	text-align:center;
}

.sponsors-outer .container{
	max-width: 1340px;
}

.sponsors-outer .slide-item{
	display: block;
	text-align: center;
}

.sponsors-outer .image-box{
	position:relative;
	display: inline-block;
}

.sponsors-outer .image-box img{
	max-width:100%;
	width:130px !important;
	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;
	opacity:0.20;
}

.sponsors-outer .image-box img:hover{
	opacity:1;
}


.sponsors-section.alternate .sponsors-outer .image-box img{
	-webkit-filter:grayscale(100%);
	-ms-filter:grayscale(100%);
	-moz-filter:grayscale(100%);
}

.sponsors-section.alternate .sponsors-outer .image-box img:hover{
	-webkit-filter:grayscale(0%);
	-ms-filter:grayscale(0%);
	-moz-filter:grayscale(0%);
}

.sponsors-outer .owl-dots,
.sponsors-outer .owl-nav{
	position:relative;
	display:none;
}

/*** 

====================================================================
	Main Footer
====================================================================

***/

.main-footer{
	background-color: aliceblue;
	position:relative;
}

.main-footer .auto-container{
	max-width: 1340px;
}

.main-footer .widgets-section{
	position:relative;
	padding:110px 0px 40px;
}

.main-footer .footer-widget{
	position:relative;
	margin-bottom:20px;
}

.main-footer .widget-title{
	position:relative;
	margin-bottom:20px;
}

.main-footer .widget-title.empty-title{
	opacity: 0;
	visibility: hidden;
}

.main-footer .widget-title h4{
	position: relative;
	display: inline-block;
	line-height: 1.3em;
	font-size: 18px;
	color: #091d3e;
	text-transform: capitalize;
	font-weight: 700;
	margin: 0 0;
}

.main-footer .widget-title h4:before{
	content: '';
	position: absolute;
	left: 0;
	bottom: 2px;
	width: 100%;
	border-bottom: 2px solid #ff5d22;
}

.main-footer .about-widget{
	position:relative;
}

.main-footer .about-widget .logo{
	position:relative;
	margin-bottom:20px;
}

.main-footer .about-widget .text{
	position:relative;
	margin-bottom: 25px;
}

.newsletter-form{
	position:relative;
}

.newsletter-form form{
	position:relative;
}

.newsletter-form .form-group{
    position: relative;
    margin: 0;
    box-shadow: 0px 0px 60px 0px rgba(0,0,0,0.07);
}

.newsletter-form .form-group input[type="text"],
.newsletter-form .form-group input[type="tel"],
.newsletter-form .form-group input[type="email"],
.newsletter-form .form-group textarea{
    position: relative;
    width: 100%;
    line-height: 30px;
    padding: 11px 20px;
    height: 54px;
	display:inline-block;
    font-size: 15px;
    background: #ffffff;
	font-weight:400;
	color:#222222;
	border-radius: 2px;
	border:1px solid rgba(0,0,0,0.04);
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}

.newsletter-form .form-group input[type="text"]:focus,
.newsletter-form .form-group input[type="email"]:focus,
.newsletter-form .form-group input[type="tel"]:focus{
	border-color:#ff5d22;
}

.newsletter-form .form-group input::-webkit-input-placeholder{
	color:#848484;
}

.newsletter-form .form-group .newsletter-btn{
	position: absolute;
	width:50px;
	height:54px;
	top: 0px;
	right: 0px;
	float:right;
	color:#ffffff;
	background: #ff5d22;
	font-size:20px;
	padding:12px 0px;
	line-height: 30px;
	border-radius: 2px;
	display:block;
	text-align: center;
}

.main-footer .links-widget{
	margin-bottom: 10px;
}

.main-footer .links-widget .widget-content{
	position: relative;
	padding-left: 20px;
}

.main-footer .links-widget .column{
	position:relative;
	margin-bottom: 30px;
}

.main-footer .links-widget .links li{
	position:relative;
	margin-bottom:12px;
	line-height: 24px;
	font-size: 15px;
	color: #666666;
}

.main-footer .links-widget .links li:before{
	content: "\f061";
	font-family: 'Font Awesome 5 Free';
	position: absolute;
	left: 0;
	top: 0;
	width: 15px;
	line-height: 24px;
	color:#ff5d22;
	font-size: 12px;
	font-weight: 700;
	opacity: 0;
	transition:all 0.2s ease;
	-moz-transition:all 0.2s ease;
	-webkit-transition:all 0.2s ease;
	-ms-transition:all 0.2s ease;
	-o-transition:all 0.2s ease;
}

.main-footer .links-widget .links li:hover:before{
	opacity: 1;
	transition:all 0.5s ease;
	-moz-transition:all 0.5s ease;
	-webkit-transition:all 0.5s ease;
	-ms-transition:all 0.5s ease;
	-o-transition:all 0.5s ease;
}

.main-footer .links-widget .links li a{
	position:relative;
	display: block;
	color:#666666;
	font-size:15px;
	text-transform: capitalize;
	transition:all 0.4s ease;
	-moz-transition:all 0.4s ease;
	-webkit-transition:all 0.4s ease;
	-ms-transition:all 0.4s ease;
	-o-transition:all 0.4s ease;
}

.main-footer .links-widget .links li a:hover{
	color:#ff5d22;
	padding-left: 15px;
}

.main-footer .info ul{
	position:relative;
}

.main-footer .info ul li{
	position:relative;
	line-height: 1.6em;
	color: #222222;
	margin-bottom: 8px;
}

.main-footer .info ul li strong{
	font-weight: 700;
}

.main-footer .info ul li a{
	color: #222222;
}

.main-footer .info ul li a:hover{
	color: #ff5d22;
	text-decoration: underline;
}

.main-footer .footer-bottom{
	position:relative;
	line-height: 24px;
}

.main-footer .footer-bottom .inner{
	position: relative;
	display: block;
	text-align: center;
	padding: 40px 0px;
	border-top: 1px solid #e2eef2;
}

.main-footer .footer-bottom .outer-container{
	position: relative;
	max-width: 1200px;
	padding:28px 0px;
	margin: 0 auto;
	border-top:1px solid rgba(255,255,255,0.10);
}

.main-footer .footer-bottom .copyright{
	position:relative;
}

.main-footer .footer-bottom .copyright strong{
	color: #222222;
}

.main-footer .footer-bottom .copyright a{
	text-transform: capitalize;
	color: #666666;
	text-decoration: underline;
	transition:all 0.4s ease;
	-moz-transition:all 0.4s ease;
	-webkit-transition:all 0.4s ease;
	-ms-transition:all 0.4s ease;
	-o-transition:all 0.4s ease;
}

.main-footer .footer-bottom .copyright a:hover{
	color: #ff5d22;
}

/* .footer-bottom .social-links{
	position:relative;
	padding-top: 25px;
	text-align: center;
}

.footer-bottom .social-links ul{
	position:relative;
	text-align: right;
}

.footer-bottom .social-links li{
	position: relative;
	display: inline-block;
	margin: 0px 7px;
	line-height: 24px;
}

.footer-bottom .social-links li a{
	color: #ff5d22;
	font-size: 16px;
	transition:all 0.4s ease;
	-moz-transition:all 0.4s ease;
	-webkit-transition:all 0.4s ease;
	-ms-transition:all 0.4s ease;
	-o-transition:all 0.4s ease;
}

.footer-bottom .social-links li a:hover{
	color: #ff5d22;
} */

.main-footer .payment-icons {
	position:relative;
}

.main-footer .payment-icons ul{
	position:relative;
}

.main-footer .payment-icons li{
	position: relative;
	display: inline-block;
	margin: 0px 7px 15px;
	line-height: 24px;
}

.main-footer .payment-icons li a{
	color: #ff5d22;
	font-size: 16px;
	transition:all 0.4s ease;
	-moz-transition:all 0.4s ease;
	-webkit-transition:all 0.4s ease;
	-ms-transition:all 0.4s ease;
	-o-transition:all 0.4s ease;
}

.main-footer .payment-icons li img{
	width: 70px;
}

@media (max-width: 767px){
    .main-footer .payment-icons ul{
        text-align: center;
    }
    
}

.to-expand {
    padding-bottom: 20px;
}

.expandable {
    transition: all 250ms ease-in-out;
}

.expandable .expand-bar {
	background-color: aliceblue;
    position: absolute;
    display: block;
    left: 0px;
    bottom: 0px;
    width: 100%;
    cursor: pointer;
    text-decoration: none;
    font-weight: 500;
    box-sizing: border-box;
    font-size: 12px;
    text-transform: uppercase;
    line-height: 20px;
    height: 20px;
}

.expandable .expand-bar .more,
.expandable .expand-bar .less{
	display: none;
}

.expandable .expand-bar i {
    transition: all 250ms ease-in-out;
    position: absolute;
    width: 20px;
    height: 20px;
    display: block;
    top: 50%;
    right: 0;
    left: 0;
    margin: -10px auto 0;
    transform: rotate(-90deg);
}

.expandable.expanded .expand-bar i {
    transform: rotate(90deg);
}

.expandable .expand-bar i::before, .expandable .expand-bar i::after {
    position: absolute;
    width: 10px;
    height: 1px;
    background: #1d1d1d;
    content: "";
    left: 5px;
}

.expandable .expand-bar i::before {
    transform: rotate(45deg);
    top: 13px;
}

.expandable .expand-bar i::after {
    transform: rotate(-45deg);
    top: 6px;
}


/*** 

====================================================================
	Services Section Two
====================================================================

***/

.services-section-two{
	position:relative;
	padding: 120px 0px 90px;
}

.services-section-two .sec-title .lower-text{
	color: #222222;
}

.services-section-two .gradient-layer{
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 250px;
	background: -webkit-linear-gradient(bottom,#edf5f8,#ffffff);
}

.services-section-two .services-box{
	position: relative;
	display: block;
}

.service-block-three{
	position: relative;
	margin-bottom: 60px;
}

.service-block-three .inner-box{
	position: relative;
	display: block;
	padding: 8px 0px 0px 90px;
	min-height: 72px;
}

.service-block-three h3{
	position: relative;
	color: #222222;
	font-size: 20px;
	font-weight: 700;
	text-transform: capitalize;
	margin: 0 0 12px;
}

.service-block-three h3 a{
	color: #222222;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.service-block-three h3 a:hover,
.service-block-three .inner-box:hover h3 a{
	color: #ff5d22;
}

.service-block-three .icon-outer{
	position: absolute;
	left: 0;
	top: 0;
	display: block;
	width: 71px;
	height: 71px;
	padding: 0;
	margin: 0 0;
}

.service-block-three .icon-bg{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background:#ffffff url('../images/icons/theme-icon-4.png') center center no-repeat;
}

.service-block-three .icon-outer .icon-box{
	position: relative;
	display: inline-block;
	font-size: 40px;
	color: #ff5d22;
	width: 71px;
	height: 71px;
	line-height: 71px;
	text-align: center;
}

.service-block-three .icon-outer .icon-box img{
	max-width: 71px;
	max-height: 71px;
}

.service-block-three .text{
	position: relative;
	display: block;
	margin-bottom: 32px;
}

.service-block-three .more-link{
	position: relative;
	display: block;
}

.service-block-three .more-link a{
	position: relative;
	display: inline-block;
	width: 60px;
	height: 60px;
	line-height: 60px;
	border-radius: 50%;
	background: #ffffff;
	font-size: 14px;
	color: #ff5d22;
	text-align: center;
	box-shadow: 0px 0px 35px 0px rgba(0,0,0,0.05), 0px 0px 35px 0px rgba(0,0,0,0.05);
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.service-block-three .inner-box:hover .more-link a{
	color: #ffffff;
	background: #ff5d22;
}

.services-section-two .bottom-text{
	position: relative;
	display: block;
	font-size: 18px;
	line-height: 1.5em;
	text-align: center;
	padding-top: 30px;
}

.services-section-two .bottom-text .text{
	color: #222222;
	font-size: 18px;
	line-height: 1.5em;
}

.services-section-two .bottom-text .text a{
	color: #ff5d22;
	text-decoration: underline;
	text-decoration-color: #ff5d22;
}

/*** 

====================================================================
	Video Section
====================================================================

***/

.video-section{
	position:relative;
	padding: 100px 0px 90px;
	background: #ff5d22;
	color: #ffffff;
	text-align: center;
}

.video-section.alternate{
	background: #ff5d22;
}

.video-section .auto-container{
	position: relative;
	max-width: 720px;
}

.video-section .image-layer{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	opacity: 0.10;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
}

.video-section .video-link{
	position: relative;
	margin-bottom: 25px;
}

.video-section .video-link a{
	color: #ff5d22;
	font-size: 48px;
	line-height: 1em;
}

.video-section.alternate .video-link a{
	color: #ffffff;
}

.video-section .video-link a:hover{
	color: #ffffff;
	opacity: 0.70;
}

.video-section h2{
	line-height: 1.30em;
	margin: 0;
}

/*** 

====================================================================
	About Section Two
====================================================================

***/

.about-section-two{
	position:relative;
	padding: 120px 0px 90px;
}

.about-section-two .sec-title{
	margin-bottom: 40px;
}

.about-section-two .pattern-layer{
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -240px;
	width: 220px;
	height: 480px;
	background: url('../images/icons/pattern-1.png') right center no-repeat;
}

.about-section-two .left-column{
	position: relative;
}

.about-section-two .left-column .inner{
	position: relative;
}

.about-section-two .left-column .image{
	position: relative;
	display: block;
	margin-bottom: 50px;
}

.about-section-two .left-column .image img{
	display: block;
	width: 100%;
}

.about-section-two .left-column .image .over-icon{
	position: absolute;
	bottom: -66px;
	right: -81px;
	width: 132px;
	height: 132px;
	background: #ffffff;
	line-height: 132px;
	border-radius: 50%;
	z-index: 1;
}

.about-section-two .left-column .image .over-icon img{
	width: 100%;
	width: 132px;
	height: 132px;
	border-radius: 50%;
}

.feature-block{
	position: relative;
	margin-bottom: 30px;
}

.feature-block .inner-box{
	position: relative;
	display: block;
	padding: 15px 10px 20px;
	text-align: center;
	color: #222222;
	text-transform: capitalize;
	box-shadow: 0px 0px 60px 0px rgba(0,0,0,0.05);
}

.feature-block .inner-box:before{
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	border-bottom: 2px solid #ff5d22;
	-ms-transform: scale(0);
	transform: scale(0);
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.feature-block .inner-box:hover:before{
	-ms-transform: scale(1);
	transform: scale(1);
}

.feature-block .icon-box{
	position: relative;
	display: block;
	padding: 15px 0px 0px;
	text-align: center;
	color: #222222;
	font-size: 48px;
	line-height: 1em;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.feature-block .inner-box:hover .icon-box{
	color: #ff5d22;
}

.feature-block .inner-box .title{
	position: relative;
	display: block;
	padding: 18px 0px 0px;
	text-align: center;
	color: #222222;
	line-height: 1.4em;
}

.about-section-two .right-column{
	position: relative;
}

.about-section-two .right-column .inner{
	position: relative;
}

.about-section-two .right-column .image{
	position: relative;
	display: block;
	margin-bottom: 50px;
}

.about-section-two .right-column .image img {
    display: block;
    width: 100%;
}

.about-section-two .right-column h3{
	color: #222222;
	margin-bottom: 20px;
	font-weight: 700;
}

.about-section-two .right-column .list-style-one{
	position: relative;
	padding-top: 15px;
}

		
/*** 

====================================================================
	Success Area page
====================================================================

***/

.round-bg{
	width: 120px;
	height: 120px;
	border-radius: 50%;
	display: inline-block;
	background-color: rgba(255, 93, 34, 0.4);
	margin-bottom: 40px;
}

.round-bg i{
	color: #ffffff;
	font-size: 40px;
    display: flex;
    height: 100%;
    justify-content: center;
    align-items: center;
}

.success-area .lead{
	margin-bottom: 40px;
	font-weight: 300;
}


/*** 

====================================================================
	Cases Section Two
====================================================================

***/

.cases-section-two{
	position:relative;
	padding: 120px 0px 100px;
}

.cases-section-two.cases-page{
	padding-bottom: 70px;
}

.cases-section-two .sec-title{
	margin-bottom: 30px;
}

.cases-section-two.cases-page .sec-title{
	margin-bottom: 50px;
}

.cases-section-two .carousel-box{
	position: relative;
	display: block;
	margin: 0px -30px;
}

.case-block-two{
	position: relative;
	margin-bottom: 50px;
}

.owl-theme .case-block-two{
	margin-bottom: 0;
	padding: 30px 30px;
}

.case-block-two .inner-box{
	position: relative;
	display: block;
	box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.07);
}

.case-block-two .image-column{
	position: absolute;
	float: left;
	right: 0;
	top: 0;
	width: 50%;
	height: 100%;
}

.case-block-two .image-column .image-layer{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;
}

.case-block-two .image-column .link-layer{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
}

.case-block-two .image-column .image-box{
	position: relative;
	margin: 0;
	display: none;
}

.case-block-two .image-column .image-box img{
	display: block;
	width: 100%;
}

.case-block-two .content-column{
	position: relative;
	float: left;
	width: 50%;
}

.case-block-two .content-column .content-box{
	position: relative;
	padding: 65px 75px;
	background: #ffffff;
	min-height: 200px;
}

.case-block-two .content-box .title-box{
	position: relative;
	display: block;
	line-height: 1.5em;
	margin-bottom: 20px;
	color: #222222;
}

.case-block-two .content-box .title-box h3{
	font-weight: 400;
	font-size: 30px;
	text-transform: capitalize;
	color: #222222;
	line-height: 1.3em;
	margin-bottom: 2px;
}

.case-block-two .content-box .title-box h3 a{
	color: #222222;
}

.case-block-two .content-box .title-box h3 a:hover{
	color: #ff5d22;
}

.case-block-two .content-box .title-box .sub-text{
	font-weight: 400;
	font-size: 15px;
	text-transform: capitalize;
	color: #ff5d22;
}

.case-block-two .content-box .text-content{
	position: relative;
	display: block;
}

.case-block-two .content-box .text{
	position: relative;
	margin-bottom: 30px;
}

.case-block-two .content-box .link-box{
	position: relative;
	display: block;
}

.case-block-two .content-box .link-box a{
	position: relative;
	color: #ff5d22;
	font-size: 14px;
	font-weight: 700;
	text-transform: capitalize;
	line-height: 20px;
	display: inline-block;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.case-block-two .content-box .link-box a .arrow{
	padding-left: 5px;
	vertical-align: middle;
	color: #ff5d22;
	font-size: 12px;
}

.case-block-two .content-box .link-box a:hover{
	color: #ff5d22;
}

.cases-carousel-two .owl-dots{
	position: relative;
	left: 0;
	top: 0;
	width: 100%;
	padding-top: 50px;
	text-align: center;
}

.cases-carousel-two .owl-dots .owl-dot{
	position: relative;
	display: inline-block;
	margin: 0px 5px;
}

.cases-carousel-two .owl-dots .owl-dot span{
	position: relative;
	display: block;
	width: 12px;
	height: 12px;
	background: #cccccc;
	border-radius: 50%;
	-ms-transform: scale(0.7);
	transform: scale(0.7);
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}

.cases-carousel-two .owl-dots .owl-dot.active span{
	background: #ff5d22;
	-ms-transform: scale(1);
	transform: scale(1);
}

.cases-carousel-two .owl-nav{
	position: absolute;
	left: -120px;
	right: -120px;
	margin-top: -30px;
	top: 50%;
	height: 0;
	display: none;
}

.cases-carousel-two .owl-nav .owl-prev,
.cases-carousel-two .owl-nav .owl-next{
	position: relative;
	top: 0;
	display: inline-block;
	width: 60px;
	height: 60px;
	line-height: 60px;
	border-radius: 50%;
	background: #ffffff;
	margin: 0;
	padding: 0;
	outline: none;
	font-size: 14px;
	color: #ff5d22;
	box-shadow: 0px 0px 35px 0px rgba(0,0,0,0.05), 0px 0px 35px 0px rgba(0,0,0,0.05);
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.cases-carousel-two .owl-nav .owl-prev{
	position: absolute;
	left: 0;
}

.cases-carousel-two .owl-nav .owl-next{
	position: absolute;
	right: 30px;
}

.cases-carousel-two .owl-nav .owl-prev:hover,
.cases-carousel-two .owl-nav .owl-next:hover{
	background: #ff5d22;
	color: #ffffff;
}

.cases-section-two .sponsors-outer{
	padding-top: 70px;
}

.cases-section-two .sponsors-outer .image-box img{
	-webkit-filter:grayscale(100%);
	-ms-filter:grayscale(100%);
	-moz-filter:grayscale(100%);
}

.cases-section-two .sponsors-outer .image-box img:hover{
	-webkit-filter:grayscale(0%);
	-ms-filter:grayscale(0%);
	-moz-filter:grayscale(0%);
}

/*** 

====================================================================
	Team Section
====================================================================

***/

.team-block {
    transition: 0.5s all;
    position: relative;
}

.team-block.team-single-block{
	width: 300px;
	margin: 0 auto;
}

.team-block:hover{
    box-shadow: 0px 1px 10px 0px #00000017;
}

.animate-img {
    position: relative;
    overflow: hidden;
}

.image-fit {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.team-block .team-social-media{
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 1;
}

.team-block .team-social-media li{
    transition: 0.5s all;
    transform: translateY(-20px);
    opacity: 0;
    visibility: visible;
}

.team-block .team-social-media li:first-child{
    transform: none;
    opacity: 1;
    visibility: visible;
}

.team-block .team-social-media:hover li:first-child a i:before,
.team-block .team-social-media li:first-child:hover a i:before{
    content: "\e622";
}

.team-block .team-social-media:hover li,
.team-block .team-social-media li:first-child:hover ~ li{
    transform: none;
    opacity: 1;
    visibility: visible;
}
.team-block .team-social-media li a{
    width: 60px;
    height: 60px;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 10px;
    font-size: 20px;
}

.team-block .team-social-media li a:hover{
    background-color: #ff5d22;
    color: #fff;
}
		
.team-block .team-social-media li a svg{
	/* color: #ff5d22; */
}

.team-block .team-caption {
    text-align: center;
    padding: 25px 20px;
    background-color: #fff;
}

.team-block .team-caption h4 a{
	color: #091d3e;
}

.double-lines span:before, .double-lines:before {
    content: '\\';
}

.double-lines span:before {
    margin-right: 5px;
}

@media only screen and (min-width: 320px) and (max-width: 599px){
	.team-block{
		padding-top: 0;
	}
	.team-block.team-single-block{
		width: 100%;
		margin: 0;
	}
}



/*** 

====================================================================
	Testimonilas Section
====================================================================

***/

.testimonials-two{
	position:relative;
	padding: 120px 0px 100px;
}

.testimonials-two .auto-container{
	max-width: 1400px;
}

.testimonials-two .carousel-box{
	position: relative;
	display: block;
}

.testimonial-block{
	position: relative;
	display: block;
	margin-bottom: 50px;
}

.owl-theme .testimonial-block{
	margin: 0 0 25px;
}

.testimonial-block .inner{
	position: relative;
	display: block;
}

.testimonial-block .content-box{
	position: relative;
	display: block;
	margin-bottom: 45px;
}

.testimonial-block .content-box:before{
	content: '';
	position: absolute;
	left: 20px;
	bottom: -2px;
	width: 100px;
	height: 100px;
	border: 1px solid #e2eef2;
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.testimonial-block .content-box:after{
	content: '';
	position: absolute;
	left: 48px;
	bottom: 0px;
	width: 45px;
	height: 10px;
	border: 5px solid #ffffff;
	z-index: 2;
}

.testimonial-block:hover .content-box:before,
.testimonial-block:hover .content-box .content{
	border-color: #ff5d22;
}

.testimonial-block .content{
	position: relative;
	display: block;
	padding: 45px;
	background: #ffffff;
	border: 1px solid #e2eef2;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
	z-index: 1;
}

.testimonial-block .content .text{
	position: relative;
	display: block;
	font-size: 15px;
	line-height: 1.7em;
}

.testimonial-block .info{
	position: relative;
	display: block;
	margin-left: 25px;
	padding: 10px 0px 0px 105px;
	line-height: 1.5em;
	color: #666666;
	min-height: 90px;
}

.testimonial-block .info .image{
	position: absolute;
	left: 0;
	top: 0;
	width: 90px;
	height: 90px;
	border: 5px solid #ffffff;
	border-radius: 50%;
	box-shadow: 0px 0px 35px 0px rgba(0,0,0,0.05), 0px 0px 35px 0px rgba(0,0,0,0.05);
}

.testimonial-block .info .image img{
	display: block;
	width: 80px;
	height: 80px;
	border-radius: 50%;
}

.testimonial-block .info .name{
	position: relative;
	display: block;
	font-size: 18px;
	line-height: 1.4em;
	color: #222222;
	font-weight: 700;
	text-transform: capitalize;
}

.testimonial-block .info .designation{
	position: relative;
	display: block;
	font-size: 14px;
	line-height: 1.5em;
	color: #ff5d22;
	font-weight: 400;
	text-transform: capitalize;
}

.testimonial-block .info .rating{
	position: relative;
	padding-top: 7px;
	font-size: 12px;
	color: #f4c212;
	left: 1px;
}

.testimonials-two .owl-theme .owl-nav,
.testimonials-two .owl-theme .owl-dots{
	display: none;
}

/*** 

====================================================================
	Contact Section
====================================================================

***/

.contact-section{
	position:relative;
	background: #ff5d22;
	padding: 110px 0px 80px;
	color: #ffffff;
}

.contact-section .sec-title{
	position:relative;
	margin-bottom: 35px;
}

.contact-section .map-pattern-layer{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: url('../images/icons/map-pattern-two.png') center center no-repeat;
	opacity: 0.05;
}

.contact-section .sec-title .upper-text,
.contact-section .sec-title .lower-text,
.contact-section .sec-title h2{
	color: #ffffff;
}

.contact-section .info{
	position: relative;
	display: block;
}

.contact-section .info .phone-title{
	display: block;
	text-transform: uppercase;
	margin-bottom: 10px;
}

.contact-section .info .phone{
	display: block;
	font-size: 30px;
	line-height: 1.4em;
	margin-bottom: 10px;
}

.contact-section .info .phone .icon{
	position: relative;
	vertical-align: middle;
	padding-right: 10px;
}

.contact-section .info .email{
	display: block;
	font-size: 18px;
	line-height: 1.4em;
}

.contact-section .info .phone a,
.contact-section .info .email a{
	position: relative;
	color: #ffffff;
}

.contact-section .text-column,
.contact-section .form-column{
	position: relative;
	margin-bottom: 30px;
}

.contact-section .text-column .inner{
	position: relative;
	display: block;
}

.contact-section .form-column .inner{
	position: relative;
	display: block;
	padding-top: 30px;
}

.contact-section .appointment-form .form-group{
	margin-bottom: 20px;
}

/*** 

====================================================================
		Inner Banner Section
====================================================================

***/

.inner-banner{
	position: relative;
	background: #091d3e;
	color: #ffffff;
	z-index:1;
}

.inner-banner::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-image: url(../images/page-bg-shape.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: -1;
    opacity: 0.1;
}

.inner-banner.alternate{
	text-align: center;
}

.inner-banner .image-layer{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}

.inner-banner .image-layer:before{
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.60);
}

.inner-banner .banner-curve{
	position:absolute;
	left:0;
	bottom: -1px;
	width:100%;
	height:78px;
	background-image:url('../images/main-slider/banner-curve.png');
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: 100% 100%;
	z-index: 2;
}

.inner-banner .inner{
	position: relative;
	display: block;
	padding: 100px 0px 120px;
}



.inner-banner .title-box{
	position: relative;
}

.inner-banner .title-box h1{
	position: relative;
	font-weight: 700;
	text-transform: capitalize;
	margin: 0 0 3px;
}

.inner-banner .title-box ul {
    padding-left: 0;
    list-style-type: none;
    margin-top: 10px;
    margin-bottom: -5px;
}

.inner-banner .title-box ul li {
    display: inline-block;
    position: relative;
    font-size: 16px;
    padding-right: 15px;
    margin-left: 15px;
    font-weight: 500;
}

.inner-banner .title-box ul li::before {
    content: "";
    position: absolute;
    top: 6px;
    right: -3px;
    background-color: #ff5d22;
    width: 1px;
    height: 15px;
    -webkit-transform: rotate(25deg);
    transform: rotate(25deg);
}

.inner-banner .title-box ul li:last-child::before {
  display: none;
}

.inner-banner .title-box ul li a {
    color: #ffffff;
}

.inner-banner .title-box ul li a:hover {
  color: #ff5d22;
}

.inner-banner .title-box ul li a i{
	margin-right: 5px;
}

.inner-banner .title-box ul .active {
    color: #ff5d22;
}


/*** 

====================================================================
	About Section
====================================================================

***/

.about-section-three{
	position:relative;
	padding: 110px 0px 80px;
}

.about-section-three .upper-row{
	position: relative;
	margin-bottom: 25px;
}

.about-section-three .upper-row .text-column{
	position: relative;
	margin-bottom: 20px;
}

.about-section-three .text-column .inner{
	position: relative;
	display: block;
	padding-right: 20px;
}

.about-section-three .text-column p{
	position: relative;
	margin-bottom: 23px;
}

.about-section-three .text-column ul{
	position: relative;
	margin-bottom: 15px;
}

.about-section-three .text-column ul li{
	margin-bottom: 8px;
}

.about-section-three .lower-row{
	position: relative;
}

.featured-block{
	position: relative;
	margin-bottom: 70px;
}

.featured-block .inner-box{
	position: relative;
	display: block;
	text-align: center;
	background: #ffffff;
	box-shadow: 0px 0px 25px 0px rgba(0,0,0,0.07);
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.featured-block .inner-box:hover{
	box-shadow: 0px 0px 40px 0px rgba(0,0,0,0.10);
}

.featured-block .inner-box:before{
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	border-bottom: 2px solid #473080;
	-ms-transform: scale(0);
	transform: scale(0);
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.featured-block .inner-box:hover:before{
	-ms-transform: scale(1);
	transform: scale(1);
}

.featured-block .image-box{
	position: relative;
	display: block;
}

.featured-block .image-box img{
	display: block;
	width: 100%;
}

.featured-block .lower-box{
	position: relative;
	display: block;
	padding: 50px 30px 75px;
}

.featured-block h3{
	position: relative;
	color: #222222;
	text-transform: capitalize;
	margin: 0 0 12px;
	font-weight: 700;
}

.featured-block h3 a{
	color: #222222;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.featured-block h3 a:hover{
	color: #ff5d22;
}

.featured-block .text{
	position: relative;
	display: block;
	color: #222222;
}

.featured-block .more-link{
	position: absolute;
	left: 0;
	bottom: -30px;
	width: 100%;
	display: block;
}

.featured-block .more-link a{
	position: relative;
	display: inline-block;
	width: 60px;
	height: 60px;
	line-height: 60px;
	border-radius: 50%;
	background: #ffffff;
	font-size: 14px;
	color: #ff5d22;
	box-shadow: 0px 0px 35px 0px rgba(0,0,0,0.05), 0px 0px 35px 0px rgba(0,0,0,0.05);
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.featured-block .inner-box:hover .more-link a{
	color: #ffffff;
	background: #ff5d22;
}

/*** 

====================================================================
	Services Section Three
====================================================================

***/

.services-section-three{
	position:relative;
	padding: 120px 0px 70px;
}

.services-section-three .services-box{
	position: relative;
	display: block;
}

.service-block-four{
	position: relative;
	margin-bottom: 50px;
}

.service-block-four .inner-box{
	position: relative;
	display: block;
	padding: 0px 0px 0px 90px;
	min-height: 72px;
}

.service-block-four h3{
	position: relative;
	color: #222222;
	font-size: 20px;
	font-weight: 700;
	text-transform: capitalize;
	margin: 0 0 12px;
}

.service-block-four h3 a{
	color: #222222;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.service-block-four h3 a:hover,
.service-block-four .inner-box:hover h3 a{
	color: #ff5d22;
}

.service-block-four .icon-outer{
	position: absolute;
	left: 0;
	top: 0;
	display: block;
	width: 71px;
	height: 71px;
	padding: 0;
	margin: 0 0;
}

.service-block-four .icon-bg{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background:#ffffff url('../images/icons/theme-icon-4.png') center center no-repeat;
}

.service-block-four .icon-outer .icon-box{
	position: relative;
	display: inline-block;
	font-size: 40px;
	color: #ff5d22;
	width: 71px;
	height: 71px;
	line-height: 71px;
	text-align: center;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.service-block-four:hover .icon-outer .icon-box{
	color: #ff5d22;
}

.service-block-four .icon-outer .icon-box img{
	max-width: 71px;
	max-height: 71px;
}

.service-block-four .text{
	position: relative;
	display: block;
	max-width: 450px;
}

/*** 

====================================================================
	FAQs Section
====================================================================

***/

.faqs-section{
	position:relative;
	padding: 120px 0px 110px;
}

.accordion-box{
	position: relative;
}

.accordion-box .block {
	position: relative;
	margin-bottom: 30px;
}

.accordion-box .block .acc-btn{
	position:relative;
	font-size:15px;
	line-height:30px;
	font-weight:700;
	cursor:pointer;
	padding:15px 30px;
	padding-right: 60px;
	color: #222222;
	background-color: #ffffff;
	border: 1px solid #e2eef2;
	-webkit-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	transition:all 300ms ease;
}

.accordion-box .block .icon{
	position:absolute;
	right: 25px;
	top:15px;
	font-size: 12px;
	font-weight: 700;
	color: #222222;
	height: 30px;
	line-height: 30px;
	-webkit-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	transition:all 300ms ease;
}

.accordion-box .block .acc-btn.active .icon{
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
	color: #ffffff;
}

.accordion-box .block .acc-btn.active{
	background-color: #ff5d22;
	border-color: #ff5d22;
	color: #ffffff;
}

.accordion-box .block .acc-content{
	position:relative;
	display:none;
	box-shadow: 0px 0px 25px 0px rgba(0,0,0,0.07);
}

.accordion-box .block .content{
	position:relative;
	padding: 35px 30px;
	background: #ffffff;
}

.accordion-box .block.current .acc-content{ 
	display: block;
}

.accordion-box .block.active-block .acc-content{
	border-top-color:#ff5d22;
}

.accordion-box .block .content .text{
	position: relative;
	display: block;
}

.faqs-section .load-more{
	position: relative;
	display: block;
	padding: 50px 0px 0px;
	text-align: center;
}

@media(max-width: 640px){
	.faqs-section [class*="col-lg"].column,
	.faqs-section [class^="col-lg"].column{
		width: 80%;
		margin: 0 auto;
	}
}

/*** 

====================================================================
	Call To Action
====================================================================

***/

.call-to-action{
	position:relative;
	background: #edf5f8;
	padding: 100px 0px 70px;
}

.call-to-action .map-pattern-layer{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: url('../images/icons/map-pattern-three.png') center center no-repeat;
	opacity: 0.05;
}

.call-to-action .auto-container{
	max-width: 1270px;
}

.call-to-action .title-column{
	position: relative;
	margin-bottom: 30px;
}

.call-to-action .title-column .inner{
	position: relative;
	display: block;
}

.call-to-action .title-column h2{
	font-size: 44px;
	margin: 0;
	color: #222222;
	line-height: 1.2em;
}

.call-to-action .links-column{
	position: relative;
	margin-bottom: 15px;
}

.call-to-action .links-column .inner{
	position: relative;
	display: block;
	padding-top: 20px;
	text-align: right;
}

.call-to-action .links-column .theme-btn{
	margin-left: 12px;
	margin-bottom: 15px;
}

/*** 

====================================================================
	Contact Section
====================================================================

***/


.contact-section-two{
	position:relative;
	padding: 120px 0px 70px;
}

.contact-section-two .sec-title{
	position:relative;
	margin-bottom: 30px;
}

.sec-title h2{
	font-size: 30px;
}

.form-column .sec-title h2{
	margin-bottom: 10px;
}

.single-icon i {
    font-size: 64px;
    line-height: 77px;
    margin-bottom: 20px;
    color:#ff5d22;
    display: block;
}
.single-icon p {
    font-size: 16px;
    line-height: 30px;
    margin-bottom: 0px;
}
.contact-icon {
    margin-bottom: 50px;
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.1);
    padding: 40px 40px 40px;
    position: relative;
    z-index: 1;
    width: 100%;
}
.contact-icon::after{
    position: absolute;
    content: "";
    left:0;
    bottom:0;
    width: 80%;
    height: 2px;
    background: #ff5d22;
    right: 0;
    margin: auto;
}

.contact-textinfo .button{
	margin-top: 15px;
}

.contact-section-two .text-column .inner{
	position: relative;
	display: block;
	max-width: 420px;
}

.contact-section-two .form-column .inner{
	position: relative;
	display: block;
}

.contact-form .row{
	margin: 0 -10px;
}

.contact-form .form-group{
	padding: 0 10px;
	margin-bottom: 20px;
}

.contact-form form button{
	text-transform: none ;
	margin-top: 5px;
}

.contact-section-two .lower-row{
	position: relative;
	/*padding-top: 70px;*/
}

.contact-info-block{
	position: relative;
	/*margin-bottom: 50px;*/
}

.contact-info-block .inner{
	position: relative;
	display: block;
}

.contact-info-block .content-box{
	position: relative;
	display: block;
	background: rgb(0 0 0 / 7%);
	box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.07);
}

.contact-info-block .content-box .title-box{
	position: relative;
	display: block;
	line-height: 1.5em;
	padding: 25px 40px;
	color: #ffffff;
	background: #ff5d22;
}

.contact-info-block .content-box .title-box h4{
	font-weight: 700;
	text-transform: capitalize;
	color: #ffffff;
	line-height: 1.4em;
	margin-bottom: 2px;
}

.contact-info-block .content-box .title-box h4 a{
	color: #ffffff;
}

.contact-info-block .content-box .title-box .sub-text{
	font-weight: 400;
	font-size: 14px;
	text-transform: capitalize;
	color: #ffffff;
	opacity: 0.50;
}

.contact-info-block .content-box .text-content{
	position: relative;
	display: block;
	padding: 42px 35px;
	background: #ffffff;
}

.contact-info-block .content-box .text{
	position: relative;
	margin-bottom: 20px;
}

.contact-info-block .content-box .info ul{
	position:relative;
}

.contact-info-block .content-box .info ul li{
	position:relative;
	line-height: 1.6em;
	color: #222222;
	margin-bottom: 8px;
}

.contact-info-block .content-box .info ul li strong{
	font-weight: 700;
}

.contact-info-block .content-box .info ul li a{
	color: #222222;
}

.contact-info-block .content-box .info ul li a:hover{
	color: #ff5d22;
	text-decoration: underline;
}

@media (min-width: 992px) and (max-width: 1269px){
	.contact-icon {
    padding: 30px 20px 30px;
	}      
}

@media (min-width: 768px) and (max-width: 991px){
	.contact-icon {
    	padding: 30px 10px 30px;
	}    
	.single-icon p {
	    font-size: 14px;
	    line-height: 28px;
	}   
}

@media (max-width: 767px){
	.contact-icon {
	    margin-bottom: 30px;
	    padding: 30px 15px 30px;
	}   
}

.contact-icon .branch-list h2{
    position: relative;
    display: inline-block;
	margin: 0 0 20px;
}

.contact-icon .branch-list h2:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    border-bottom: 2px solid #ff5d22;
}

.contact-icon .branch-list ul{
	display: flex;
}

.contact-icon .branch-list ul > li{
	color: #666666;
	font-weight: 600;
	font-size: 16px;
	border-bottom: 1px solid #e8ebf3;
    padding-bottom: 5px;
    margin-bottom: 5px;
}

/*** 

====================================================================
	Map Section Style
====================================================================

***/

.map-data{
	text-align:center;
	font-size:15px;
	color: #222222;
	font-weight:400;
	line-height:1.7em;
}

.map-data h6{
	font-size:18px;
	font-weight:700;
	text-align:center;
	margin-bottom:10px;
	color:#222222;
}

.map-canvas{
	height:280px;
}


/*** 

====================================================================
	Sidebar Page Container
====================================================================

***/

.sidebar-page-container{
	position:relative;
}

.sidebar-page-container.services-page{
	padding-bottom: 50px;
}

.sidebar-page-container .content-side{
	position: relative;
	margin-bottom: 30px;
}

.services-page .content-side{
	order: 12;
}

.sidebar-page-container .blog-content{
	position: relative;
	display: block;
	padding-right: 50px;
}

/* Sidebar */

.sidebar-page-container .sidebar-side{
	position: relative;
	margin-bottom: 30px;
}

.services-page .sidebar-side{
	order: 0;
}

.sidebar-page-container .sidebar{
	position: relative;
}

.sidebar-page-container .blog-sidebar{
	margin-left: -30px;
}

.sidebar-page-container .services-sidebar{
	padding-right: 20px;
}

.sidebar .sidebar-widget{
	position: relative;
	display: block;
	margin-bottom: 50px;
}

.sidebar .sidebar-widget:last-child{
	margin-bottom: 10px;
}

.sidebar .sidebar-widget .widget-inner{
	position: relative;
	display: block;
}

.sidebar .info-widget{
	text-align: center;
}

.sidebar .info-widget .widget-inner{
	background: #ff5d22;
	color: #ffffff;
}

.sidebar .info-widget .lower{
	display: block;
	padding: 30px 20px;
}

.sidebar .info-widget .image{
	position: relative;
	display: block;
	margin: 0;
}

.sidebar .info-widget .image img{
	position: relative;
	display: block;
	width: 100%;
}

.sidebar .info-widget .subtitle{
	position: relative;
	display: block;
	font-size: 18px;
	line-height: 1.5em;
	margin-bottom: 30px;
}

.sidebar .info-widget .icon-box{
	position: relative;
	display: block;
	font-size: 52px;
	line-height: 1em;
	margin-bottom: 30px;
}

.sidebar .info-widget .phone{
	position: relative;
	display: block;
	font-size: 24px;
	line-height: 1.2em;
	font-weight: 700;
	margin-bottom: 5px;
}

.sidebar .info-widget .phone a{
	display: inline-block;
	color: #ffffff;
	border-bottom: 1px solid rgba(255,255,255,0.50);
}

.sidebar .info-widget .email{
	position: relative;
	display: block;
	font-size: 16px;
	line-height: 1.5em;
}

.sidebar .info-widget .email a{
	color: #ffffff;
}

.sidebar .downloads-widget{
	position: relative;
}

.sidebar .downloads-widget .widget-inner{
	background: rgba(0,0,0,0.03);
	padding: 25px 30px;
}

.sidebar .downloads-widget li{
	position: relative;
	display: block;
	border-bottom: 1px solid rgba(0,0,0,0.10);
}

.sidebar .downloads-widget li:last-child{
	border-bottom: none;
}

.sidebar .downloads-widget li a{
	position: relative;
	display: block;
	padding: 12px 0px;
	line-height: 30px;
	font-weight: 500;
	color: #222222;
	text-transform: capitalize;
}

.sidebar .downloads-widget li .fa,
.sidebar .downloads-widget li .far{
	position: relative;
	padding-right: 10px;
	font-size: 20px;
	top: 2px;
}

.sidebar .downloads-widget li a:hover{
	color: #ff5d22;
}

.sidebar-title{
	position:relative;
	margin-bottom:30px;
}

.sidebar-title h3{
	position: relative;
	display: inline-block;
	font-size:22px;
	line-height: 1.25em;
	color: #222222;
	font-weight: 700;
	text-transform:capitalize;
	margin-bottom: 0px;
}

.sidebar-title h3:before{
	content: '';
	position: absolute;
	left: 0;
	bottom: 3px;
	width: 100%;
	border-bottom: 2px solid #ff5d22;
}

.sidebar .search-box .form-group{
	position:relative;
	margin:0px;	
}

.sidebar .search-box .form-group input[type="text"],
.sidebar .search-box .form-group input[type="search"]{
	position:relative;
	line-height:30px;
	padding:14px 50px 14px 30px;
	border:1px solid #f0f0f0;
	background:#ffffff;
	color:#222222;
	display:block;
	font-size:16px;
	width:100%;
	height:60px;
	border-radius:3px;
	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:#ff5d22;	
}

.sidebar .search-box .form-group button{
	position:absolute;
	right:0px;
	top:0px;
	height:60px;
	width:50px;
	line-height:60px;
	display:block;
	font-size:16px;
	color:#222222;
	background:none;
	font-weight:normal;
}

.sidebar .search-box .form-group input:focus + button,
.sidebar .search-box .form-group button:hover{
	color: #ff5d22;
}

.sidebar .recent-posts .post{
	position:relative;
	font-size:14px;
	color:#777777;
	padding:0px 0px 25px 100px;
	min-height:105px;
	border-bottom:1px solid #e0e0e0;
	margin-bottom:25px;
}

.sidebar .recent-posts .post:last-child{
	margin-bottom:0px;
}

.sidebar .recent-posts .post-thumb{
	position:absolute;
	left:0px;
	top:0px;
	width:80px;
	height:80px;
	border-radius:0;	
}

.sidebar .recent-posts .post-thumb img{
	position:relative;
	display:block;
	width: 100%;	
}

.sidebar .recent-posts .text{
	font-size:16px;
	line-height:1.5em;
	color:#222222;
	font-weight:700;
	text-transform: capitalize;
	margin-bottom:7px;
}

.sidebar .recent-posts .text a{
	color:#333333;
}

.sidebar .recent-posts .text a:hover{
	color:#ff5d22;	
}

.sidebar .recent-posts .meta-info{
	position: relative;
	color: #999999;
}

.sidebar .recent-posts .meta-info li{
	position: relative;
	float: left;
	margin-right: 31px;
	line-height: 24px;
}

.sidebar .recent-posts .meta-info li:last-child{
	margin-right: 0;
}

.sidebar .recent-posts .meta-info li:after{
	content: '';
	position: absolute;
	height: 14px;
	right: -16px;
	border-right: 1px solid #999999;
	top: 50%;
	margin-top: -7px;
}

.sidebar .recent-posts .meta-info li:last-child:after{
	display: none;
}

.sidebar .recent-posts .meta-info li a{
	position: relative;
	color: #999999;
}

.sidebar .recent-posts .meta-info li a:hover{
	color: #ff5d22;
}

.admin [class^="ti-"],
.admin [class*="ti-"]{
	color: #ff5d22;
	font-family: 'themify';
    margin-right: 5px;
}

.sidebar .popular-tags .tags-list li{
	position:relative;
	display:inline-block;
	margin:0px 6px 10px 0px;
}

.sidebar .popular-tags .tags-list li a{
	position:relative;
	display:block;
	line-height:24px;
	padding:8px 20px;
	background:#edf5f8;
	text-align:center;
	font-size:13px;
	font-weight: 700;
	color:#222222;
	text-transform:capitalize;
	border-radius:0px;
	transition:all 300ms ease;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
}

.sidebar .popular-tags .tags-list li a:hover{
	background-color:#ff5d22;
	border-color:#ff5d22;
	color:#ffffff;	
}

.sidebar .archives ul{
	position:relative;
}

.sidebar .archives ul li{
	position:relative;
	line-height:24px;
	font-size: 15px;
	margin-bottom: 10px;
}

.sidebar .archives ul li:last-child{
	padding-bottom: 0;
	border:none;	
}

.sidebar .archives ul li a{
	position:relative;
	color: #222222;
	display: block;
	padding-left: 22px;
	line-height:24px;
	font-weight: 400;
	transition:all 300ms ease;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
}

.sidebar .archives ul li a:before{
	font-family: 'Font Awesome 5 Free';
	content: "\f061";
	position:absolute;
	left:0px;
	top:0px;
	display:block;
	font-size:12px;
	font-weight:700;
	color: #666666;
	z-index:5;
}

.sidebar .archives ul li a:hover:before,
.sidebar .archives ul li.active a:before{
	color: #ff5d22;
}

.sidebar .archives ul li a:hover,
.sidebar .archives ul li.active a{
	color: #ff5d22;
}

.sidebar .services-widget ul{
	position: relative;
	display: block;
}

.sidebar .services-widget ul li{
	position: relative;
	display: block;
	margin-bottom: 10px;
}

.sidebar .services-widget ul li:before{
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 0%;
	height: 100%;
	border-left: 3px solid #ff5d22;
	background: #ff5d22;
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
}

.sidebar .services-widget ul li:hover:before,
.sidebar .services-widget ul li.active:before{
	width: 100%;
}

.sidebar .services-widget ul li a{
	position: relative;
	display: block;
	background: rgba(0,0,0,0.03);
	padding: 12px 20px;
	padding-right: 50px;
	line-height: 30px;
	color: #222222;
	font-size: 16px;
	font-weight: 500;
	text-transform: capitalize;
	z-index: 1;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.sidebar .services-widget ul li a:before{
	content: "\f061";
	font-family: 'Font Awesome 5 Free';
	position: absolute;
	right: 0px;
	top: 0px;
	line-height: 30px;
	padding: 12px 5px;
	width: 50px;
	text-align: center;
	border-left: 1px solid rgba(0,0,0,0.07);
	font-size: 12px;
	font-weight: 700;
}

.sidebar .services-widget ul li:hover a,
.sidebar .services-widget ul li.active a,
.sidebar .services-widget ul li:hover .icon,
.sidebar .services-widget ul li.active .icon{
	color: #ffffff;
}

.sidebar .services-widget ul li:hover a:before,
.sidebar .services-widget ul li.active a:before{
	color: #ffffff;
	border-color: rgba(255,255,255,0.20);
	-webkit-transition: all 300ms ease 200ms;
	-moz-transition: all 300ms ease 200ms;
	-ms-transition: all 300ms ease 200ms;
	-o-transition: all 300ms ease 200ms;
	transition: all 300ms ease 200ms;
}

@media (max-width: 640px){
	.sidebar-page-container .content-side,
	.sidebar-page-container .sidebar-side{
		width: 80%;
		margin: 0 auto;
	}
}

/* Post Details */

.post-details{
	position: relative;
	display: block;
}

.post-details .news-block-three{
	margin-bottom: 70px;
	padding-bottom: 20px;
	border-bottom: 1px solid #e2eef2;
}

.post-details .news-block-three .meta-info{
	padding-top: 5px;
	padding-bottom: 15px;
	margin-bottom: 35px;
	border-bottom: 1px solid #e2eef2;
}

.post-details .news-block-three .inner-box{
	box-shadow: none;
}

.post-details .news-block-three .lower-box{
	box-shadow: none;
	padding: 40px 0px 0px;
}

.post-details .news-block-three .lower-box:before{
	display: none;
}

.post-details .text p{
	margin-bottom: 40px;
}

.post-details blockquote{
	position: relative;
	display: block;
	padding: 5px 30px;
	background: none;
	color: #222222;
	margin: 40px 0px 40px 50px;
	font-weight: 700;
	font-size: 15px;
	line-height: 1.7em;
	border-left: 3px solid #ff5d22;
}

.post-details blockquote .text{
	position: relative;
	display: block;
	font-size: 16px;
	font-weight: 600;
	line-height: 1.6em;
	margin-bottom: 20px;
}

.post-details blockquote .info{
	position: relative;
	display: block;
	font-size: 16px;
	font-weight: 700;
	text-transform: capitalize;
	color: #ff5d22;
}

.post-details .image-column{
	margin-bottom: 40px;
}

.post-details .image-column img{
	display: block;
	width: 100%;
}

.post-details .lower-row{
	position: relative;
}

.post-details .lower-row .tags{
	position: relative;
	float: left;
	line-height: 24px;
}

.post-details .lower-row .tags .icon{
	position: relative;
	top: -1px;
	font-weight: 400;
	color: #ff5d22;
	font-size: 18px;
	padding-right: 10px;
	vertical-align: middle;
}

.post-details .lower-row .tags a{
	color: #666666;
}

.post-details .lower-row .tags a:hover{
	text-decoration-line: underline;
	color: #ff5d22;
}

.post-details .lower-row .share-it{
	position: relative;
	float: right;
}

.post-details .lower-row .share-toggler{
	position: relative;
	display: inline-block;
	line-height: 24px;
	cursor: pointer;
	color: #ff5d22;
	font-weight: 700;
}

.post-details .lower-row .share-it .icon{
	position: relative;
	top: -1px;
	font-weight: 400;
	color: #222222;
	font-size: 18px;
	padding-right: 10px;
	vertical-align: middle;
}

.author-box{
	position: relative;
	display: block;
	margin-bottom: 60px;
}

.author-box .inner-box{
	position: relative;
	display: block;
	padding-top: 5px;
	padding-left: 150px;
	min-height: 120px;
}

.author-box .thumb{
	position: absolute;
	left: 0;
	top: 0;
	width: 120px;
	border-radius: 50%;
}

.author-box .thumb img{
	display: block;
	width: 100%;
	border-radius: 50%;
}

.author-box .name{
	position: relative;
	display: block;
	font-size: 16px;
	line-height: 1.25em;
	color: #222222;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 1px;
	margin-bottom: 10px;
}

.author-box .text{
	margin-bottom: 25px;
}

.author-box .social-links{
	position:relative;
}

.author-box .social-links ul{
	position:relative;
}

.author-box .social-links li{
	position: relative;
	display: inline-block;
	margin-right: 15px;
	line-height: 24px;
}

.author-box .social-links li a{
	color: #ff5d22;
	font-size: 16px;
	transition:all 0.4s ease;
	-moz-transition:all 0.4s ease;
	-webkit-transition:all 0.4s ease;
	-ms-transition:all 0.4s ease;
	-o-transition:all 0.4s ease;
}

.author-box .social-links li a:hover{
	color: #ff5d22;
}

/* Service Details */

.service-details{
	position: relative;
	display: block;
}

.service-details .image-box{
	position: relative;
	display: block;
	margin-bottom: 40px;
}

.service-details .image-box img{
	position: relative;
	display: block;
	width: 100%;
}

.service-details .content{
	position: relative;
	display: block;
}

.service-details .content p{
	position: relative;
	display: block;
	margin-bottom: 25px;
}

.service-details .content .text{
	position: relative;
	display: block;
	margin-bottom: 40px;
}

.service-details .content h3{
	color: #222222;
	font-size: 30px;
	margin-bottom: 20px;
}

.service-details .two-col{
	position: relative;
	display: block;
}

.service-details .two-col .column{
	position: relative;
	margin-bottom: 30px;
}

.service-details .two-col .image{
	position: relative;
	display: block;
	margin: 0;
}

.service-details .two-col .image img{
	position: relative;
	display: block;
	width: 100%;
}

/*** 

====================================================================
		Comment Area
====================================================================

 ***/

 .comments-title{
 	position: relative;
 	margin-bottom: 40px;
 }

 .comments-title h2{
 	font-size: 30px;
 	font-weight: 700;
 	text-transform: capitalize;
 	color: #222222;
 	margin: 0;
 }

.comments-area{
	position:relative;
	margin-bottom: 70px;
}

.comments-area .comment-box{
	position:relative;
	margin-bottom: 30px;
	padding-bottom: 30px;
	border-bottom: 1px solid rgba(0,0,0,0.10);
}

.comments-area .comment{
	position:relative;
	min-height: 80px;
	padding-left: 105px;
}

.comments-area .comment-box .author-thumb{
	position:absolute;
	left:0px;
	top:0px;
	width: 80px;
	border-radius: 50%;
	margin-bottom: 20px;
	overflow: hidden;
}

.comments-area .comment-box .author-thumb img{
	width:100%;
	display:block;
	border-radius: 50%;
}

.comments-area .comment-box .info{
	position: relative;
	margin-bottom: 10px;
	line-height:24px;
}

.comments-area .comment-box .info .name{
	position: relative;
	display: inline-block;
	margin-right: 25px;
	font-size:16px;
	line-height:24px;
	font-weight:700;
	color:#222222;
	text-transform: uppercase;
}

.comments-area .comment-box .info .date{
	position: relative;
	display: inline-block;
	font-size:14px;
	line-height:24px;
	font-weight:400;
	color:#999999;
}

.comments-area .comment-box .text{
	font-size: 15px;
	line-height: 1.7em;
	font-weight: 400;
}

.comments-area .comment-box .reply-btn{
	position: relative;
	display: inline-block;
	margin-left: 31px;
}

.comments-area .comment-box .reply-btn:before{
	content: '|';
	position: absolute;
	left: -18px;
	top: -1px;
	line-height: 24px;
	font-size: 12px;
}

.comments-area .comment-box .reply-btn a{
	font-size: 15px;
	line-height: 1.5em;
	color:#222222;
	font-weight: 700;
}

.comments-area .comment-box .reply-btn a .fa{
	padding-right: 5px;
}

.comments-area .comment-box .reply-btn a:hover{
	color: #ff5d22;
}

/*** 

====================================================================
		Leave Comments Form
====================================================================

 ***/

.leave-comments{
 	position: relative;
}

.leave-comments .instruction{
	padding-top: 15px;
	color: #666666;
	font-size: 14px;
	margin-bottom: 30px;
}


/*** 

====================================================================
					Case Single Section
====================================================================

***/

.case-single-section{
	position:relative;
	padding: 90px 0px;
}

.case-single-section .case-inner{
	position:relative;
}

.case-single-section .case-inner .case-images{
	position:relative;
}

.case-single-section .case-inner .case-images .row{
	position:relative;
	margin:0px -15px;
}

.case-single-section .case-inner .case-images .image-column{
	position:relative;
	padding:0px 15px;
}

.case-single-section .case-inner .case-images .image{
	position:relative;
	margin-bottom:30px;
}

.case-single-section .case-inner .case-images .image img{
	position:relative;
	width:100%;
	display:block;
}

.case-single-section .case-inner .cases-title{
	position:relative;
	padding-bottom:30px;
	margin-top:20px;
	border-bottom:1px solid #cccccc;
	margin-bottom:30px;
}

.case-single-section .case-inner .cases-title h2{
	position:relative;
	color: #222222;
	font-size:30px;
	font-weight:500;
	line-height:1.3em;
	text-align:right;
	padding-right:40px;
	border-right:1px solid #cccccc;
	margin-bottom: 20px;
}

.case-single-section .case-inner .cases-title .info-column{
	position:relative;
}

.case-single-section .case-inner .cases-title .info-column .inner{
	position:relative;
	padding-top: 10px;
	margin-bottom:20px;
}

.case-single-section .case-inner .cases-title .info-column .inner h3{
	position:relative;
	font-weight:700;
	color: #222222;
	font-size:24px;
	text-transform:capitalize;
	margin-bottom: 7px;
}

.case-single-section .case-inner .cases-title .info-column .inner .text{
	color: #222222;
	font-size:15px;
}

.case-single-section .case-inner .bold-text{
	position:relative;
	font-weight: 700;
	font-size:15px;
	line-height:1.7em;
	margin-bottom:20px;
}

.case-single-section .case-inner .text{
	position:relative;
	margin-bottom:30px;
}

.case-single-section .case-inner .text p{
	position:relative;
	color: #222222;
	font-size:14px;
	line-height:1.7em;
	margin-bottom:0px;
}

.case-single-section .case-inner .text .two-column{
	position:relative;
	padding-bottom:30px;
}

.case-single-section .two-column h3{
	position:relative;
	color:#333333;
	font-size:22px;
	font-weight:700;
	margin-bottom:20px;
}

.case-single-section .case-inner .two-column p{
	margin-bottom:25px;
}

.case-single-section .case-inner  .two-column .image-column{
	position:relative;
	margin-bottom: 10px;
}

.case-single-section .case-inner .two-column .image-column .row{
	position:relative;
	margin:0px -5px;
}

.case-single-section .case-inner .two-column .image-column .column{
	padding:0px 5px;
	margin-bottom: 20px;
}

.case-single-section .case-inner .two-column .image-column .image{
	position:relative;
}

.case-single-section .case-inner .two-column .image-column .image img{
	width:100%;
	display:block;
}


/*** 

====================================================================
	Contact Info Section
====================================================================

***/

.contact-info-section{
	position:relative;
	padding:90px 0px 60px;
	background-color:#3d4a66;
	background-position:center center;
	background-repeat:no-repeat;
	background-size:cover;
}

.contact-info-section h3{
	position:relative;
	color:#ffffff;
	font-size:30px;
	font-weight:400;
	text-align:center;
	margin-bottom:40px;
}

.contact-info-section .info-blocks{
	position:relative;
	max-width:420px;
	margin:0 auto;
}

.contact-info-section .info-blocks .info-block{
	position:relative;
	margin-bottom:30px;
	vertical-align: top;
}

.contact-info-section .info-blocks .info-block .inner{
	position:relative;
	text-align:center;
}

.contact-info-section .info-blocks .info-block .inner .icon-box{
	position:relative;
	width:40px;
	height:40px;
	color:#ff5d22;
	border-radius:5px;
	line-height:40px;
	text-align:center;
	font-size:18px;
	margin:0 auto;
	margin-bottom:25px;
	background-color:#ffffff;
}

.contact-info-section .info-blocks .info-block .inner .text,
.contact-info-section .info-blocks .info-block .inner .text a{
	position:relative;
	color:#ffffff;
	font-size:15px;
}

.contact-info-section .info-blocks .info-block .inner .text a:hover{
	text-decoration: underline;
}

	
/*** 

====================================================================
	Contact Info Section
====================================================================

***/

.parsley-errors-list li {
    color: #ff7e7e;
    margin-top: 4px;
}


/*** 

====================================================================
	Responsive Offset Toggler
====================================================================

***/

.icon-fixed .offset a:hover{
	width: 40px;
}

.offset{
	display: none;
}

.offset {
    height: 40px;
    width: 40px;
    position: fixed;
    left: 0;
    bottom: 50%;
    text-align: left;
	transform: translate(0, -50px);
}

.offset-wrap {
    height: 100%;
    position: relative;
}

.offset .offset-mobile-toggler {
    width: 40px;
    height: 40px;
    font-size: 20px;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: 0;
    bottom: 0;
    opacity: 1;
    text-align: center;
    box-shadow: 0 0 4px 1px rgba(0, 0, 0, 0.3);
}

.offset .offset-mobile-toggler.active {
    background-color: rgb(3, 168, 78);
}

.offset-mobile-toggler img {
    transition: 400ms ease;
}

.offset a {
    display: inline-block;
    margin-bottom: -1px;
    padding: 25px;
    background-color: rgb(62, 62, 62);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 20px;
    font-size: 16px;
    font-weight: 400;
    color: rgb(255, 255, 255);
    text-align: left;
    transition: all 400ms ease 0s;
}

.offset a.facebook{
	background-color: rgb(59, 89, 152);
}

.offset a.instagram{
	background-color: rgb(205, 72, 107);
}

.offset a.facebook:hover,
.offset a.facebook:focus{
	background-color: rgb(117 142 195);
}

.offset a.instagram:hover,
.offset a.instagram:focus{
	background-color: rgb(231 125 153);
}

a.side-menu {
    padding: 10px;
    position: absolute;
    top: 0;
    left: 50%;
    width: 40px;
	height: 40px;
	text-align: center;
	border-radius: 50%;
    opacity: 0;
    z-index: -1;
    transform: translateX(-50%) rotate(360deg);
    -webkit-transform: translateX(-50%) rotate(360deg);
}

.offset-toggle-links.active a.side-menu {
    opacity: 1;
    z-index: 1;
    transform: translateX(-50%) rotate(0);
    -webkit-transform: translateX(-50%) rotate(0);
}


/*Start Mobile toggler animation*/

a.side-menu {
    transition: all 800ms ease 0s;
}

a.side-menu+a.side-menu {
    transition: all 700ms ease 0s;
}

a.side-menu+a.side-menu+a.side-menu {
    transition: all 600ms ease 0s;
}

a.side-menu+a.side-menu+a.side-menu+a.side-menu {
    transition: all 500ms ease 0s;
}

a.side-menu+a.side-menu+a.side-menu+a.side-menu+a.side-menu {
    transition: all 400ms ease 0s;
}

.offset-toggle-links.active a.side-menu {
    transition: all 400ms ease 0s;
}

.offset-toggle-links.active a.side-menu+a.side-menu {
    transition: all 500ms ease 0s;
}

.offset-toggle-links.active a.side-menu+a.side-menu+a.side-menu {
    transition: all 600ms ease 0s;
}

.offset-toggle-links.active a.side-menu+a.side-menu+a.side-menu+a.side-menu {
    transition: all 700ms ease 0s;
}

.offset-toggle-links.active a.side-menu+a.side-menu+a.side-menu+a.side-menu+a.side-menu {
    transition: all 800ms ease 0s;
}


/*End Mobile toggler animation*/

@media(min-width: 768px) {
    .offset {
        height: 100%;
        width: auto;
        right: -5px;
        padding: 0;
        text-align: right;
        -webkit-transform: none;
        transform: none;
    }
    .offset .offset-mobile-toggler {
        display: none;
    }
    .offset a {
        display: block;
        margin-bottom: 3px;
        padding: 0 0 0 50px;
        background-position: 7px center;
        background-size: auto;
    }
    a.side-menu {
        padding: 0 0 0 50px;
        position: relative;
        top: auto;
        left: auto;
        border-radius: 0;
        opacity: 1;
        z-index: 1;
        transform: translateX(0);
        -webkit-transform: translateX(0);
    }
}

.side-menu {
    background-size: 15px auto !important;
}

.offset-toggle.active .offset-toggle-links a {
    background-position: 20px center;
    background-size: 25px auto !important;
    padding: 10px 10px 10px 70px;
}

.offset a:hover {
    background-color: #03a84e;
}

@media(max-width: 767px) {
    .offset {
		display: block;
		z-index: 999;
    }
}

.iso-logo{
	float: right;
	position: relative;
	margin-left: 50px;
	padding-top: 5px;
	border-left: 1px solid #ccc;
    padding-left: 50px;
	text-align: center;
}

.iso-logo img{
	max-height: 60px;
}

.iso-logo span {
    display: block;
    font-size: 14px;
    font-weight: 600;
    color: #4b4b4b;
}

@media (max-width: 767px){
	.iso-logo{
		margin-left: 15px;
		padding-left: 15px;
	}
	.iso-logo span {
		font-size: 11px;
	}
}

/* OnBoard Modal */

@media (min-width: 576px){
	.modal-dialog {
		max-width: 600px;
	}
}

.onboard-modal .onboard-slide .onboard-slice-right, 
.onboard-modal .onboard-slide .onboard-slice-left, 
.onboard-modal .onboard-slide .onboard-curve-right, 
.onboard-modal .onboard-slide .onboard-curve-left, 
.onboard-modal .onboard-slide .onboard-straight-line{
	padding: 50px 15px 0 15px;
	/* display: flex; */
}

.onboard-modal .onboard-curve-left{
	height: 590px;
}

@media (max-width: 475px){
	.onboard-modal .onboard-curve-left{
		height: 465px;
	}

	.onboard-modal .onboard-slide .onboard-curve-left img{
		height: 83%;
	}
	
}


