/* Barnet - HTML Template */
/* -------------------------------------------------------------------------------- */
/* ! glowing text animation header */
/* -------------------------------------------------------------------------------- */
.glowing-text {
	position:relative;
	margin:0 auto;
	padding:0;
	display: flex;
	justify-content: center;
  }
	
  
  .glowing-text li  {
			list-style: none;
			color: #484848;
			font-size: 20px;
			font-family: verdana;
			margin: 0 0.2rem;
			animation: animate 1.3s ease-out infinite; 
	}

.glowing-text li:nth-child(1){
	animation-delay: 0.0s;
  }
  .glowing-text li:nth-child(2){
	animation-delay: 0.2s;
  }
  .glowing-text li:nth-child(3){
	animation-delay: 0.4s;
  }
  .glowing-text li:nth-child(4){
	animation-delay: 0.6s;
  }

  @keyframes animate{
0%
{
	color: #fff;
	text-shadow: none;
}
90%
{
	color: #FEE951;
    text-shadow: 0 0 17px #fff900, 0 0 50px #fff900;		
	
}
100%
{
	color: #fff;
	text-shadow: 0 0 25px #fff900, 0 0 90px #fff900;		
}
}
	

/************ TABLE OF CONTENTS ***************

1. Fonts

2. Main Slider

3. About Us

4. Services

5. Fluid Section

6. Work Process

7. Skill Section

8. Parallax Section

9. Funfact Section

10. Team Section

11. Projects Section

12. Blog Section

13. Contact Form

14. Page Title

15. Subscribe Section

16. Main Footer

17. Pricing

18. Video

19. Feature Section

20. Testimonial

21. Call to Action







**********************************************/

@import url('https://fonts.googleapis.com/css?family=Muli:400,600,700,800|Open+Sans:400,400i,600|Rubik:400,500');



/*font-family: 'Open Sans', sans-serif;

font-family: 'Muli', sans-serif;

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



@import url('font-awesome-all.css');

/*@import url('icomoon.css');*/

@import url('bootstrap.css');

@import url('jquery.background-video.css');

@import url('jquery.fancybox.min.css');

@import url('animate.css');

@import url('hover.css');

@import url('owl.css');

@import url('custom-animate.css');

@import url('jquery.mCustomScrollbar.min.css');

@import url('jquery.bxslider.css');

@import url('jquery-ui.css');

@import url('jquery.bootstrap-touchspin.css');



/*** 



====================================================================

	Reset

====================================================================



 ***/



* {

	margin: 0px;

	padding: 0px;

	border: none;

	outline: none;

}



/*** 



====================================================================

	Global Settings

====================================================================



 ***/



body {

	font-size: 16px;

	color: #212333;

	line-height: 1.8em;

	font-weight: 400;

	background: #ffffff;

	background-size: cover;

	background-repeat: no-repeat;

	background-position: center top;

	-webkit-font-smoothing: antialiased;

	font-family: 'Open Sans', sans-serif;

}



a {

	text-decoration: none;

	cursor: pointer;

	color: #ff4747;

}



.no-padding {

	padding: 0px !important;

}



a:hover,

a:focus,

a:visited {

	text-decoration: none;

	outline: none;

}



h1,

h2,

h3,

h4,

h5,

h6 {

	position: relative;

	font-weight: normal;

	margin: 0px;

	background: none;

	line-height: 1.6em;

	font-family: 'Muli', sans-serif;

	color: black;

}



input,

button,

select,

textarea {}



button:focus {

	outline: none;

}



p {

	position: relative;

	line-height: 1.8em;

}



.text {

	font-size: 15px;

	color: #808080;

}



.text.light {

	color: #fff;

}



.border-bottom {

	border-bottom: 1px solid #ddd !important;

}



.border-bottom-two {

	height: 2px;

	width: 100%;

	background: url(../images/background/border.png) no-repeat center;

}



.strike-through {

	text-decoration: line-through;

}



.page-wrapper {

	position: relative;

	margin: 0 auto;

	width: 100%;

	min-width: 300px;

	background: #fff;

	z-index: 9;

	overflow: hidden;

}



ul,

li {

	list-style: none;

	padding: 0px;

	margin: 0px;

}



@media (min-width: 1200px) {

	.container {

	    padding: 0px;

	}

}



#shop-area .showing-result-shorting .ui-selectmenu-button {

    background: #fff !important;

    width: 200px !important;

    border-radius: 0px !important;

    border: 1px solid #f0eef9 !important;

    color: #868298 !important;

    font-size: 15px !important;

    text-transform: capitalize;

    height: 40px !important;

    position: relative;

    transition: all 500ms ease;

}





.theme-btn {

	display: inline-block;

	transition: all 0.3s ease;

	-moz-transition: all 0.3s ease;

	-webkit-transition: all 0.3s ease;

	-ms-transition: all 0.3s ease;

	-o-transition: all 0.3s ease;

}



.grey-bg {

	background-color: #f7f7fa !important;

}



.grey-deep-bg {

	background-color: #f3f3f3 !important;

}



.grey-light-bg {

	background-color: #f8f8f8 !important;

}



.gradient-bg {

	background-image: linear-gradient(3deg, #000000 34%, #064e79 100%) !important;

}



.gradient-two-bg {

	background-image: linear-gradient(to top, #537895 0%, #09203f 100%) !important;

}



.image-bg {

	background-repeat: no-repeat;

	background-size: cover;

}



.black-bg {

	background-color: #101010 !important;

}



.black-bg-2 {

	background-color: #1c1c1c !important;

}



.black-bg-3 {

	background-color: #1a1a1a !important;

}



.black-bg-4 {

	background-color: #323239 !important;

}



.theme-bg {

	background-color: #ff4747 !important;

}



.bg-style-two {

	position: relative;

}



.bg-style-two:before {

	position: absolute;

	content: '';

	left: 0px;

	top: 0px;

	width: 50%;

	height: 100%;

	background-color: rgb(240, 240, 240);

}



.bg-style-two:after {

	position: absolute;

	content: '';

	right: 0px;

	top: 0px;

	width: 50%;

	height: 100%;

	background-color: rgba(240, 240, 240, 0.3);

}



/* section padding */



.sp-one {

	padding: 110px 0;

}



.sp-two {

	padding: 60px 0 80px;

}



.sp-three {

	padding: 110px 0 60px;

}



.sp-four {

	padding: 110px 0 0px;

}



.sp-five {

	padding: 0px 0 110px;

}



.sp-six {

	padding: 0px 0 80px;

}



.projects-block-one.mix {

	display: none;

}



.projects-block-two.mix {

	display: none;

}



.theme-color {

	color: #ff4747;

}



img {

	display: inline-block;

	max-width: 100%;

}



.preloader {

	position: fixed;

	left: 0px;

	top: 0px;

	width: 100%;

	height: 100%;

	z-index: 999999;

	background-color: #03112e;

	background-position: center center;

	background-repeat: no-repeat;

}



.arlo_tm_preloader{

  position: fixed;

  background-color: #fff;

  z-index: 9999999;

  height: 100%;

  width: 100%;	

  -webkit-transition: .2s all ease;

  -o-transition: .2s all ease;

  transition: .2s all ease;

  -webkit-transition-delay: .5s;

  -o-transition-delay: .5s;

  transition-delay: .5s; 

} 



.preloader .spinner_wrap{

	position: absolute;

	top: 50%;

	left: 50%;

	transform: translate(-50%,-50%);

	z-index: 33333;

}



.preloader.loaded {

    opacity: 0;

    visibility: hidden;

}





.preloader .spinner {

  width: 70px;

  height: 70px;

  background-color: #fff;

  border-radius: 100%;  

  -webkit-animation: sk-scaleout 1.0s infinite ease-in-out;

  animation: sk-scaleout 1.0s infinite ease-in-out;

}



@-webkit-keyframes sk-scaleout {

  0% { -webkit-transform: scale(0) }

  100% {

    -webkit-transform: scale(1.0);

    opacity: 0;

  }

}



@keyframes sk-scaleout {

  0% { 

    -webkit-transform: scale(0);

    transform: scale(0);

  } 100% {

    -webkit-transform: scale(1.0);

    transform: scale(1.0);

    opacity: 0;

  }

}





/*** Scroll To Top style ***/



.scroll-top {

	width: 55px;

	height: 55px;

	position: fixed;

	bottom: 30px;

	right: 30px;

	font-size: 18px;

	border-radius: 50%;

	z-index: 99;

	display: none;

	color: #fff;

	text-align: center;

	cursor: pointer;

	background: #FEE852;

	-webkit-animation: pulse 2s infinite;

	-o-animation: pulse 2s infinite;

	animation: pulse 2s infinite;

}



.scroll-top span:before {

	font-size: 27px;

}



.scroll-top:after {

	position: absolute;

	z-index: -1;

	content: '';

	top: 100%;

	left: 5%;

	height: 10px;

	width: 90%;

	opacity: 1;

	background: -webkit-radial-gradient(center, ellipse, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 80%);

	background: -webkit-radial-gradient(center ellipse, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 80%);

	background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 80%);

}





/* parallax-one */



.parallax-one {

  position: relative;

  background-repeat: no-repeat;

  background-size: cover;

}



.parallax-one:before {

  position: absolute;

  content: '';

  background: rgba(30, 67, 152, 0.8);

  width: 100%;

  height: 100%;

  left: 0;

  top: 0;

}



/* parallax-two */



.parallax-two {

  position: relative;

  background-repeat: no-repeat;

  background-size: cover;

  background-attachment: fixed;

}



.parallax-two:before {

  position: absolute;

  content: '';

  background: rgba(0, 0, 0, 0.6);

  width: 100%;

  height: 100%;

  left: 0;

  top: 0;

}



/* parallax-three */



.parallax-three {

  position: relative;

  background-repeat: no-repeat;

  background-size: cover;

  background-attachment: fixed;

}



.parallax-three:before {

  position: absolute;

  content: '';

  background: rgba(0, 0, 0, 0.05);

  width: 100%;

  height: 100%;

  left: 0;

  top: 0;

}







/*Custom Select*/



.form-group .ui-selectmenu-button.ui-button {

	width: 100%;

	font-size: 14px;

	font-style: normal;

	height: 50px;

	padding: 7px 20px;

	line-height: 30px;

	color: #333333;

	border-radius: 0px;

	border: 1px solid #e5e5e5;

	background: #ffffff;

}



.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: 'FontAwesome';

	content: "\f107";

	position: absolute;

	right: 0px;

	top: 2px !important;

	top: 13px;

	width: 10px;

	height: 20px;

	display: block;

	color: #333333;

	line-height: 20px;

	font-size: 16px;

	font-weight: normal;

	text-align: center;

	z-index: 5;

}



.ui-widget.ui-widget-content {

	border: 1px solid #e0e0e0;

	font-family: 'Poppins', sans-serif;

}



.ui-menu .ui-menu-item {

	font-size: 14px;

	border-bottom: 1px solid #e0e0e0;

}



.ui-menu .ui-menu-item:last-child {

	border: none;

}



.ui-state-active,

.ui-widget-content .ui-state-active {

	background-color: #ff4747;

}



.ui-menu .ui-menu-item-wrapper {

	position: relative;

	display: block;

	padding: 8px 20px;

	font-size: 14px;

	line-height: 24px;

}



.ui-menu-item:hover {

	background-color: #17519d;

}



/* owl controll */



.owl-dots-none .owl-dots {

	display: none;

}



/* style one */



.owl-dot-style-one .owl-dots {

	position: relative;

	text-align: center;

}



.owl-dot-style-one .owl-dots .owl-dot {

	position: relative;

	display: inline-block;

	margin: 0px 5px;

}



.owl-dot-style-one .owl-dots .owl-dot span {

	position: relative;

	display: block;

	width: 10px;

	height: 10px;

	border-radius: 50%;

	border: 1px solid #ff4747;

	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;

}



.owl-dot-style-one .owl-dots .owl-dot.active span,

.owl-dot-style-one .owl-dots .owl-dot:hover span {

	background: #ff4747;

	border-color: #ff4747;

}



/* style two */



.owl-dot-style-two .owl-dots {

	position: relative;

	text-align: center;

	line-height: 15px;

}



.owl-dot-style-two .owl-dots .owl-dot {

	position: relative;

	display: inline-block;

	margin: 0px 5px;

}



.owl-dot-style-two .owl-dots .owl-dot span {

	position: relative;

	display: block;

	width: 15px;

	height: 15px;

	border-radius: 50%;

	border: 2px solid #e8e8e8;

	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;

}



.owl-dot-style-two .owl-dots .owl-dot span:before {

	position: absolute;

	content: '';

	background: #e8e8e8;

	width: 5px;

	height: 5px;

	border-radius: 50%;

	left: 3px;

	top: 3px;

}



.owl-dot-style-two .owl-dots .owl-dot.active span,

.owl-dot-style-two .owl-dots .owl-dot:hover span {

	background: #ff4747;

	border-color: #ff4747;

}



/* style three */



.owl-dot-style-three .owl-dots {

	position: relative;

	text-align: center;

	line-height: 15px;

}



.owl-dot-style-three .owl-dots .owl-dot {

	position: relative;

	display: inline-block;

	margin: 0px 5px;

}



.owl-dot-style-three .owl-dots .owl-dot span {

	position: relative;

	display: block;

	width: 12px;

	height: 12px;

	margin-top: 13px;

	border-radius: 6px;

	background: #d9d9d9;

	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;

}



.owl-dot-style-three .owl-dots .owl-dot.active span,

.owl-dot-style-three .owl-dots .owl-dot:hover span {

	background: #ff4747;

	height: 25px;

	margin-top: 0px;

}



/* owl nav */



.owl-nav-none .owl-nav {

	display: none;

}



.owl-nav-style-one .owl-nav {

	margin: 0px;

	padding: 0px;

	text-align: center;

}



.owl-nav-style-one .owl-nav .owl-next,

.owl-nav-style-one .owl-nav .owl-prev {

	position: relative;

	width: 50px;

	height: 50px;

	margin: 0 8px;

	display: inline-block;

	line-height: 46px;

	border: 1px solid #f0f0f0;

	text-align: center;

	font-size: 24px;

	color: #949494;

	border-radius: 50%;

	transition: all 300ms ease;

	-webkit-transition: all 300ms ease;

	-ms-transition: all 300ms ease;

	-o-transition: all 300ms ease;

}



.owl-nav-style-one .carousel-outer:hover .owl-nav .owl-next,

.owl-nav-style-one .carousel-outer:hover .owl-nav .owl-prev {

	opacity: 1;

	visibility: visible;

}



.owl-nav-style-one .owl-nav .owl-prev {

	left: 0px;

}



.owl-nav-style-one .owl-nav .owl-next {

	right: 0px;

}



.owl-nav-style-one .owl-nav .owl-next:hover,

.owl-nav-style-one .owl-nav .owl-prev:hover {

	color: #ff4747;

	border-color: #ff4747;

}



/* nav style tow */



.owl-nav-style-two .owl-nav {

	padding: 0px;

	text-align: center;

	bottom: 100%;

	top: inherit;

	position: absolute;

	left: inherit;

	right: 0;

}



.owl-nav-style-two .owl-nav .owl-next,

.owl-nav-style-two .owl-nav .owl-prev {

	position: relative;

	width: 50px;

	height: 50px;

	margin: 0 8px 30px;

	display: inline-block;

	line-height: 46px;

	border: 1px solid #f0f0f0;

	text-align: center;

	font-size: 24px;

	color: #949494;

	border-radius: 50%;

	transition: all 300ms ease;

	-webkit-transition: all 300ms ease;

	-ms-transition: all 300ms ease;

	-o-transition: all 300ms ease;

}



.owl-nav-style-two .carousel-outer:hover .owl-nav .owl-next,

.owl-nav-style-two .carousel-outer:hover .owl-nav .owl-prev {

	opacity: 1;

	visibility: visible;

}



.owl-nav-style-two .owl-nav .owl-prev {

	left: 0px;

}



.owl-nav-style-two .owl-nav .owl-next {

	right: 0px;

}



.owl-nav-style-two .owl-nav .owl-next:hover,

.owl-nav-style-two .owl-nav .owl-prev:hover {

	color: #ff4747;

	border-color: #ff4747;

}





/* nav style three */



.owl-nav-style-three .owl-nav {

	padding: 0px;

	top: 50%;

	margin-top: -40px;

	position: absolute;

	left: -45%;

	right: -45%;

}



.owl-nav-style-three .owl-nav .owl-next,

.owl-nav-style-three .owl-nav .owl-prev {

	position: relative;

	width: 50px;

	height: 50px;

	line-height: 48px;

	border: 1px solid #fff;

	text-align: center;

	font-size: 24px;

	color: #ffffff;

	border-radius: 50%;

	transition: all 300ms ease;

	-webkit-transition: all 300ms ease;

	-ms-transition: all 300ms ease;

	-o-transition: all 300ms ease;

}



.owl-nav-style-three .carousel-outer:hover .owl-nav .owl-next,

.owl-nav-style-three .carousel-outer:hover .owl-nav .owl-prev {

	opacity: 1;

	visibility: visible;

}



.owl-nav-style-three .owl-nav .owl-prev {

	left: -25px;

	float:  left;

}



.owl-nav-style-three .owl-nav .owl-next {

	right: -25px;

	float:  right;

}



.owl-nav-style-three .owl-nav .owl-next:hover,

.owl-nav-style-three .owl-nav .owl-prev:hover {

	color: #ff4747;

	border-color: #ff4747;

}



/* nav style four */



.owl-nav-style-four .owl-nav {

	padding: 0px;

	top: 50%;

	position: absolute;

	left: 0;

	right: 0;

}



.owl-nav-style-four .owl-nav .owl-next,

.owl-nav-style-four .owl-nav .owl-prev {

	position: relative;

	width: 50px;

	height: 50px;

	line-height: 48px;

	text-align: center;

	font-size: 20px;

	color: #b2b2b2;

	border-radius: 50%;

	transition: all 300ms ease;

	-webkit-transition: all 300ms ease;

	-ms-transition: all 300ms ease;

	-o-transition: all 300ms ease;

}



.owl-nav-style-four .carousel-outer:hover .owl-nav .owl-next,

.owl-nav-style-four .carousel-outer:hover .owl-nav .owl-prev {

	opacity: 1;

	visibility: visible;

}



.owl-nav-style-four .owl-nav .owl-prev {

	left: 45px;

	top: 13px;

	float:  left;

}



.owl-nav-style-four .owl-nav .owl-next {

	right: 45px;

	top: 13px;

	float:  right;

}



.owl-nav-style-four .owl-nav .owl-next:hover,

.owl-nav-style-four .owl-nav .owl-prev:hover {

	color: #ff4747;

	border-color: #ff4747;

}





/*** Fancy Box ***/



.fancybox-next span,

.fancybox-prev span {

	background-image: none !important;

	width: 44px !important;

	height: 44px !important;

	line-height: 44px !important;

	text-align: center;

}



.fancybox-next span:before,

.fancybox-prev span:before {

	content: '';

	position: absolute;

	font-family: 'FontAwesome';

	left: 0px;

	top: 0px;

	font-size: 12px;

	width: 44px !important;

	height: 44px !important;

	line-height: 44px !important;

	background-color: rgba(28, 28, 28, 0.40) !important;

	color: #ffffff;

	visibility: visible;

	transition: all 300ms ease;

	-webkit-transition: all 300ms ease;

	-ms-transition: all 300ms ease;

	-o-transition: all 300ms ease;

	-moz-transition: all 300ms ease;

}



.fancybox-next span:before {

	content: '\f178';

}



.fancybox-prev span:before {

	content: '\f177';

}



.fancybox-next:hover span:before,

.fancybox-prev:hover span:before {

	background-color: #ffffff !important;

	color: #000000;

}



.fancybox-type-image .fancybox-close {

	right: 0px;

	top: 0px;

	width: 45px;

	height: 45px;

	background: url(../images/icons/icon-cross.png) center center no-repeat;

	background-color: rgba(17, 17, 17, 0.50) !important;

}



.fancybox-type-image .fancybox-close:hover {

	background-color: #000000 !important;

}



.fancybox-type-image .fancybox-skin {

	padding: 0px !important;

}







/* margin */



.m-0 {

	margin: 0px !important;

}



.mt-5 {

	margin-top: 5px !important;

}



.mt-10 {

	margin-top: 10px !important;

}



.mt-15 {

	margin-top: 15px !important;

}



.mt-20 {

	margin-top: 20px !important;

}



.mt-25 {

	margin-top: 25px !important;

}



.mt-30 {

	margin-top: 30px !important;

}



.mt-35 {

	margin-top: 35px !important;

}



.mt-40 {

	margin-top: 40px !important;

}



.mt-45 {

	margin-top: 45px !important;

}



.mt-50 {

	margin-top: 50px !important;

}



.mt-55 {

	margin-top: 55px !important;

}



.mt-60 {

	margin-top: 60px !important;

}



.mt-65 {

	margin-top: 65px !important;

}



.mt-70 {

	margin-top: 70px !important;

}



.mt-75 {

	margin-top: 75px !important;

}



.mt-80 {

	margin-top: 80px !important;

}



.mb-5 {

	margin-bottom: 5px !important;

}



.mb-10 {

	margin-bottom: 10px !important;

}



.mb-15 {

	margin-bottom: 15px !important;

}



.mb-20 {

	margin-bottom: 20px !important;

}



.mb-25 {

	margin-bottom: 25px !important;

}



.mb-30 {

	margin-bottom: 30px !important;

}



.mb-35 {

	margin-bottom: 35px !important;

}



.mb-40 {

	margin-bottom: 40px !important;

}



.mb-45 {

	margin-bottom: 45px !important;

}



.mb-50 {

	margin-bottom: 50px !important;

}



.mb-55 {

	margin-bottom: 55px !important;

}



.mb-60 {

	margin-bottom: 60px !important;

}



.mb-65 {

	margin-bottom: 65px !important;

}



.mb-70 {

	margin-bottom: 70px !important;

}



.mb-75 {

	margin-bottom: 75px !important;

}



.mb-80 {

	margin-bottom: 80px !important;

}



.ml-5 {

	margin-left: 5px !important;

}



.ml-10 {

	margin-left: 10px !important;

}



.ml-15 {

	margin-left: 15px !important;

}



.ml-20 {

	margin-left: 20px !important;

}



.ml-25 {

	margin-left: 25px !important;

}



.ml-30 {

	margin-left: 30px !important;

}



.ml-35 {

	margin-left: 35px !important;

}



.ml-40 {

	margin-left: 40px !important;

}



.ml-45 {

	margin-left: 45px !important;

}



.ml-50 {

	margin-left: 50px !important;

}



.ml-55 {

	margin-left: 55px !important;

}



.ml-60 {

	margin-left: 60px !important;

}



.ml-65 {

	margin-left: 65px !important;

}



.ml-70 {

	margin-left: 70px !important;

}



.ml-75 {

	margin-left: 75px !important;

}



.ml-80 {

	margin-left: 80px !important;

}



.mr-5 {

	margin-right: 5px !important;

}



.mr-10 {

	margin-right: 10px !important;

}



.mr-15 {

	margin-right: 15px !important;

}



.mr-20 {

	margin-right: 20px !important;

}



.mr-25 {

	margin-right: 25px !important;

}



.mr-30 {

	margin-right: 30px !important;

}



.mr-35 {

	margin-right: 35px !important;

}



.mr-40 {

	margin-right: 40px !important;

}



.mr-45 {

	margin-right: 45px !important;

}



.mr-50 {

	margin-right: 50px !important;

}



.mr-55 {

	margin-right: 55px !important;

}



.mr-60 {

	margin-right: 60px !important;

}



.mr-65 {

	margin-right: 65px !important;

}



.mr-70 {

	margin-right: 70px !important;

}



.mr-75 {

	margin-right: 75px !important;

}



.mr-80 {

	margin-right: 80px !important;

}



/* padding */



.p-0 {

	padding: 0px !important;

}



.pt-5 {

	padding-top: 5px !important;

}



.pt-10 {

	padding-top: 10px !important;

}



.pt-15 {

	padding-top: 15px !important;

}



.pt-20 {

	padding-top: 20px !important;

}



.pt-25 {

	padding-top: 25px !important;

}



.pt-30 {

	padding-top: 30px !important;

}



.pt-35 {

	padding-top: 35px !important;

}



.pt-40 {

	padding-top: 40px !important;

}



.pt-45 {

	padding-top: 45px !important;

}



.pt-50 {

	padding-top: 50px !important;

}



.pt-55 {

	padding-top: 55px !important;

}



.pt-60 {

	padding-top: 60px !important;

}



.pt-65 {

	padding-top: 65px !important;

}



.pt-70 {

	padding-top: 70px !important;

}



.pt-75 {

	padding-top: 75px !important;

}



.pt-80 {

	padding-top: 80px !important;

}



.pt-200 {

	padding-top: 200px;

}



.pb-5 {

	padding-bottom: 5px !important;

}



.pb-10 {

	padding-bottom: 10px !important;

}



.pb-15 {

	padding-bottom: 15px !important;

}



.pb-20 {

	padding-bottom: 20px !important;

}



.pb-25 {

	padding-bottom: 25px !important;

}



.pb-30 {

	padding-bottom: 30px !important;

}



.pb-35 {

	padding-bottom: 35px !important;

}



.pb-40 {

	padding-bottom: 40px !important;

}



.pb-45 {

	padding-bottom: 45px !important;

}



.pb-50 {

	padding-bottom: 50px !important;

}



.pb-55 {

	padding-bottom: 55px !important;

}



.pb-60 {

	padding-bottom: 60px !important;

}



.pb-65 {

	padding-bottom: 65px !important;

}



.pb-70 {

	padding-bottom: 70px !important;

}



.pb-75 {

	padding-bottom: 75px !important;

}



.pb-80 {

	padding-bottom: 80px !important;

}



.pl-5 {

	padding-left: 5px !important;

}



.pl-10 {

	padding-left: 10px !important;

}



.pl-15 {

	padding-left: 15px !important;

}



.pl-20 {

	padding-left: 20px !important;

}



.pl-25 {

	padding-left: 25px !important;

}



.pl-30 {

	padding-left: 30px !important;

}



.pl-35 {

	padding-left: 35px !important;

}



.pl-40 {

	padding-left: 40px !important;

}



.pl-45 {

	padding-left: 45px !important;

}



.pl-50 {

	padding-left: 50px !important;

}



.pl-55 {

	padding-left: 55px !important;

}



.pl-60 {

	padding-left: 60px !important;

}



.pl-65 {

	padding-left: 65px !important;

}



.pl-70 {

	padding-left: 70px !important;

}



.pl-75 {

	padding-left: 75px !important;

}



.pl-80 {

	padding-left: 80px !important;

}



.pr-5 {

	padding-right: 5px !important;

}



.pr-10 {

	padding-right: 10px !important;

}



.pr-15 {

	padding-right: 15px !important;

}



.pr-20 {

	padding-right: 20px !important;

}



.pr-25 {

	padding-right: 25px !important;

}



.pr-30 {

	padding-right: 30px !important;

}



.pr-35 {

	padding-right: 35px !important;

}



.pr-40 {

	padding-right: 40px !important;

}



.pr-45 {

	padding-right: 45px !important;

}



.pr-50 {

	padding-right: 50px !important;

}



.pr-55 {

	padding-right: 55px !important;

}



.pr-60 {

	padding-right: 60px !important;

}



.pr-65 {

	padding-right: 65px !important;

}



.pr-70 {

	padding-right: 70px !important;

}



.pr-75 {

	padding-right: 75px !important;

}



.pr-80 {

	padding-right: 80px !important;

}





/*



element css



1- section title

2- button style

3- list style

4- social icon

6- tab style

7- accordion

8- page pagination

9- filter style

10- video-box

11- Progressbar









/*

================================== 

1.section title 

==================================

*/



.sec-title {

	position: relative;

	margin-bottom: 50px;

}



.sec-title.small {

	margin-bottom: 35px;

}



.sec-title h1 {

	font-size: 40px;

	font-weight: 300;

	line-height: 50px;

	padding-bottom: 30px;

	margin-bottom: 30px;

	color: black;

}



.sec-title h1:before {

    position: absolute;

    left: 0;

    bottom: 5px;

    width: 60px;

    height: 2px;

    content: "";

    background: #FEE852;

}



.sec-title h1:after {

    position: absolute;

    left: 20px;

    bottom: 0px;

    width: 60px;

    height: 2px;

    content: "";

    background: #FEE852;

}



.sec-title.centered h1:after,

.sec-title.centered h1:before {

    right: 0;

    margin: 0 auto;

}



.sec-title.light h1 {

	color: #fff;

}



.sec-title h3 {

	font-size: 25px;

	font-weight: 600;

	line-height: 1.1em;

	margin-bottom: 20px;

}



.sec-title.light h3 {

	color: black;

}



.sec-title.light .text {

	color: #fff;

}



.sec-title.centered {

	text-align: center;

}



.sec-title .text {

	margin-top: 15px;

	color: #888;

	max-width: 960px;

}



.sec-title.centered .text {

	margin: 0 auto;

}



.sec-title.style-two {

	margin-bottom: 40px;

}



.welcome-title {

	text-align: center;

	margin-bottom: 40px;

}



.welcome-title h2 {

	text-align: center;

	font-size: 30px;

	margin-bottom: 10px;

	font-weight: 600;

}



/* inner page title */



.inner-page-title {

	position: relative;

	margin-bottom: 30px;

	padding-bottom: 20px;

}



.inner-page-title h4 {

	font-size: 22px;

	color: #000000;

	font-weight: 500;

	line-height: 1.2em;

	text-transform: capitalize;

}



.inner-page-title:before {

	position: absolute;

	content: '';

	background: #ddd;

	height: 1px;

	width: 100%;

	bottom: 0;

}



.inner-page-title:after {

	position: absolute;

	content: '';

	background: #ff4747;

	height: 2px;

	width: 40px;

	bottom: 0;

}



/*

================================== 

btn Style One 

==================================

*/



.btn-style-one {

	position: relative;

	padding: 16px 55px;

	line-height: 24px;

	color: #fff;

	text-align: center;

	display: inline-block;

	font-size: 15px;

	font-weight: 500;

	cursor:  pointer;

	background: #ff4747;

	letter-spacing: 1px;

	text-transform: uppercase;

	border: 2px solid #ff4747;

	font-family: 'Rubik', sans-serif;

}



.btn-style-one:hover {

	color: #ffffff;

	background: #101010;

	border-color: #101010;

}



/*Btn Style One*/



.btn-style-two {

	position: relative;

	padding: 16px 55px;

	border-radius: 30px;

	line-height: 24px;

	color: #ffffff;

	text-align: center;

	display: inline-block;

	font-size: 15px;

	font-weight: 500;

	background: #FEE852;

	letter-spacing: 1px;

	text-transform: uppercase;

	border: 2px solid #FEE852;

	font-family: 'Rubik', sans-serif;

}



.btn-style-two:hover {

	color: #ffffff;

	background: #101010;

	border-color: #101010;

}



/*Btn Style three*/



.btn-style-three {

	position: relative;

	padding: 16px 55px;

	line-height: 24px;

	color: #ff4747;

	text-align: center;

	display: inline-block;

	font-size: 15px;

	font-weight: 500;

	background: none;

	letter-spacing: 1px;

	text-transform: uppercase;

	border: 2px solid #ff4747;

	font-family: 'Rubik', sans-serif;

}



.btn-style-three:hover {

	color: #ffffff;

	border-color: #ff4747;

	background-color: #ff4747;

}



/*Btn Style four*/



.btn-style-four {

	position: relative;

	padding: 16px 55px;

	line-height: 24px;

	border-radius: 30px;

	color: #ff4747;

	text-align: center;

	display: inline-block;

	font-size: 15px;

	font-weight: 500;

	background: none;

	letter-spacing: 1px;

	text-transform: uppercase;

	border: 2px solid #ff4747;

	font-family: 'Rubik', sans-serif;

}



.btn-style-four:hover {

	color: #ffffff;

	border-color: #ff4747;

	background-color: #ff4747;

}



/*Btn Style five*/



.btn-style-five {

	position: relative;

	padding: 11px 40px;

	line-height: 24px;

	color: #ff4747;

	text-align: center;

	display: inline-block;

	font-size: 14px;

	font-weight: 700;

	background: #ffffff;

	letter-spacing: 1px;

	text-transform: uppercase;

	border: 2px solid #ffffff;

	font-family: 'Rubik', sans-serif;

}



.btn-style-five:hover {

	color: #ffffff;

	background: #ff4747;

	border-color: #ff4747;

}



/*Btn Style six*/



.btn-style-six {

	position: relative;

	padding: 16px 40px;

	line-height: 24px;

	color: #222;

	text-align: center;

	border-radius: 30px;

	display: inline-block;

	font-size: 15px;

	font-weight: 500;

	background: #fff;

	letter-spacing: 1px;

	text-transform: uppercase;

	border: 2px solid #ffffff;

	font-family: 'Rubik', sans-serif;

}



.btn-style-six:hover {

	color: #ffffff;

	background: #ff4747;

	border-color: #ff4747;

}



/*Btn Style seven*/



.btn-style-seven {

	position: relative;

	padding: 16px 55px;

	line-height: 24px;

	color: #fff;

	text-align: center;

	display: inline-block;

	font-size: 15px;

	font-weight: 500;

	background: none;

	letter-spacing: 1px;

	text-transform: uppercase;

	border: 2px solid #fff;

	font-family: 'Rubik', sans-serif;

}



.btn-style-seven:hover {

	color: #ffffff;

	border-color: #ff4747;

	background-color: #ff4747;

}



/*Btn Style eight*/



.btn-style-eight {

	position: relative;

	padding: 16px 55px;

	line-height: 24px;

	border-radius: 30px;

	color: #fff;

	text-align: center;

	display: inline-block;

	font-size: 15px;

	font-weight: 500;

	background: none;

	letter-spacing: 1px;

	text-transform: uppercase;

	border: 2px solid #fff;

	font-family: 'Rubik', sans-serif;

}



.btn-style-eight:hover {

	color: #ffffff;

	border-color: #ff4747;

	background-color: #ff4747;

}



/*Btn Style nine*/



.btn-style-nine {

	position: relative;

	padding: 11px 40px;

	line-height: 24px;

	color: #ffffff;

	text-align: center;

	display: inline-block;

	font-size: 14px;

	font-weight: 700;

	background: #192546;

	letter-spacing: 1px;

	text-transform: uppercase;

	border: 2px solid #192546;

	font-family: 'Rubik', sans-serif;

}



.btn-style-nine:hover {

	color: #ffffff;

	background: #ff4747;

	border-color: #ff4747;

}



/*Btn Style ten*/



.btn-style-ten {

	position: relative;

	padding: 11px 40px;

	line-height: 24px;

	color: #ff4747;

	text-align: center;

	border-radius: 25px;

	display: inline-block;

	font-size: 14px;

	font-weight: 700;

	background: #f7f7f7;

	letter-spacing: 1px;

	text-transform: uppercase;

	border: 2px solid #f7f7f7;

	font-family: 'Rubik', sans-serif;

}



.btn-style-ten:hover {

	color: #ffffff;

	background: #ff4747;

	border-color: #ff4747;

}



/*Btn Style eleven*/



.btn-style-eleven {

	position: relative;

	padding: 11px 40px;

	line-height: 24px;

	color: #fff;

	text-align: center;

	display: inline-block;

	font-size: 14px;

	font-weight: 700;

	background: none;

	letter-spacing: 1px;

	text-transform: uppercase;

	border: 2px solid rgba(255, 255, 255, 0.5);

	font-family: 'Rubik', sans-serif;

}



.btn-style-eleven:hover {

	color: #ffffff;

	border-color: #ff4747;

	background-color: #ff4747;

}



/*Btn Style twelve*/



.btn-style-twelve {

	position: relative;

	padding: 11px 40px;

	line-height: 24px;

	border-radius: 25px;

	color: #fff;

	text-align: center;

	display: inline-block;

	font-size: 14px;

	font-weight: 700;

	background: none;

	letter-spacing: 1px;

	text-transform: uppercase;

	border: 2px solid #fff;

	font-family: 'Rubik', sans-serif;

}



.btn-style-twelve:hover {

	color: #ffffff;

	border-color: #ff4747;

	background-color: #ff4747;

}



/*Btn Style thirteen*/



.btn-style-thirteen {

	position: relative;

	padding: 11px 40px;

	line-height: 24px;

	color: #222;

	text-align: center;

	display: inline-block;

	font-size: 14px;

	font-weight: 700;

	background: none;

	letter-spacing: 1px;

	text-transform: uppercase;

	border: 1px solid #ebebeb;

	font-family: 'Rubik', sans-serif;

	cursor:  pointer;

}



.btn-style-thirteen:hover {

	color: #ffffff;

	border-color: #ff4747;

	background-color: #ff4747;

}



/*Btn Style fourteen*/



.btn-style-fourteen {

	position: relative;

	padding: 12px 40px;

	line-height: 24px;

	border-radius: 25px;

	color: #1a224c;

	text-align: center;

	display: inline-block;

	font-size: 15px;

	font-weight: 500;

	background: none;

	letter-spacing: 1px;

	text-transform: uppercase;

	border: 1px solid #e7e7e7;

	font-family: 'Rubik', sans-serif;

}



.btn-style-fourteen:hover {

	color: #ffffff;

	border-color: #ff4747;

	background-color: #ff4747;

}



/*Btn Style fifteen*/



.btn-style-fifteen {

	position: relative;

	padding: 0px 12px;

	line-height: 25px;

	color: #ffffff;

	text-align: center;

	display: inline-block;

	font-size: 12px;

	font-weight: 600;

	background: #ff4747;

	border-radius: 12px;

	letter-spacing: 1px;

	text-transform: uppercase;

	border: 2px solid #ff4747;

	font-family: 'Rubik', sans-serif;

}



.btn-style-fifteen:hover {

	color: #ff4747;

	background: transparent;

	border-color: #ff4747;

}



/*

================================== 

3.list style

==================================

*/



.list-style-one {

	position: relative;

}



.list-style-one li {

	position: relative;

	color: #111;

	font-size: 18px;

	font-weight: 400;

	padding-left: 28px;

	margin-bottom: 15px;

}



.list-style-one li:before {

	position: absolute;

	content: "\f058";

	left: 0px;

	top: 0px;

	font-size: 16px;

	color: #3648b2;

	font-family: 'Font Awesome 5 Free';

}



/*List Style Two*/



.list-style-two {

	position: relative;

	margin-bottom: 30px;

}



.list-style-two li {

	position: relative;

	color: #222;

	font-size: 16px;

	font-weight: 400;

	padding-left: 16px;

	margin-bottom: 6px;

}



.list-style-two li:before {

	position: absolute;

	content: "\f105";

	left: 0px;

	top: 0;

	font-family: 'Font Awesome 5 Free';

	color: #ff4747;

	font-size: 16px;

}



/*List Style Three*/



.list-style-three {

	position: relative;

	margin-bottom: 30px;

}



.list-style-three li {

	position: relative;

	color: #848484;

	font-size: 16px;

	font-weight: 300;

	padding-left: 20px;

	margin-bottom: 6px;

}



.list-style-three li:before {

	position: absolute;

	content: '';

	left: 0px;

	top: 10px;

	width: 7px;

	height: 7px;

	border-radius: 50%;

	background-color: #ff4747;

	font-family: 'Font Awesome 5 Free';

}



.list-style-three li:nth-child(2):before {

	background-color: #fd5075;

}



.list-style-three li:nth-child(3):before {

	background-color: #11e6a2;

}



/*List Style four*/



.list-style-four {

	position: relative;

}



.list-style-four li {

	position: relative;

	margin-bottom: 12px;

	color: #848484;

	font-size: 14px;

	font-weight: 400;

	padding-left: 35px;

	line-height: 2em;

}



.list-style-four li i {

	position: absolute;

	left: 0px;

	top: 4px;

	color: #ff4747;

	font-size: 22px;

	line-height: 1.2em;

}



/*List Style five*/



.list-style-five {

	position: relative;

}



.list-style-five li {

	position: relative;

	color: #ffffff;

	font-size: 16px;

	font-weight: 300;

	padding-left: 28px;

	margin-bottom: 10px;

}



.list-style-five li:before {

	position: absolute;

	content: '\f192';

	left: 0px;

	top: 2px;

	font-size: 16px;

	color: #ff4747;

	font-family: 'Font Awesome 5 Free';

}



/*

================================== 

4.social icon

==================================

*/



/* social icon one */



.social-icon-one {

	position: relative;

}



.social-icon-one li {

	position: relative;

	margin: 0 7px;

	display: inline-block;

}



.social-icon-one li a {

	position: relative;

	color: #666;

	font-size: 16px;

	-webkit-transition: all 300ms ease;

	-ms-transition: all 300ms ease;

	-o-transition: all 300ms ease;

	-moz-transition: all 300ms ease;

	transition: all 300ms ease;

}



.social-icon-one li a:hover {

	color: #ff4747;

}



/*Social Icon Two*/



.social-icon-two {

	position: relative;

}



.social-icon-two li {

	position: relative;

	margin: 0 7px;

	display: inline-block;

}



.social-icon-two li a {

	position: relative;

	color: #ff4747;

	font-size: 16px;

	-webkit-transition: all 300ms ease;

	-ms-transition: all 300ms ease;

	-o-transition: all 300ms ease;

	-moz-transition: all 300ms ease;

	transition: all 300ms ease;

}



.social-icon-two li a:hover {

	color: #ff4747;

}



/*Social Icon Three*/



.social-icon-three {

	position: relative;

}



.social-icon-three li {

	position: relative;

	margin-right: 10px;

	margin-bottom: 10px;

	display: inline-block;

}



.social-icon-three li a {

	position: relative;

	width: 40px;

	height: 40px;

	color: #848484;

	font-size: 16px;

	line-height: 40px;

	text-align: center;

	border-radius: 50%;

	display: inline-block;

	background: #f4f4f4;

	-webkit-transition: all 300ms ease;

	-ms-transition: all 300ms ease;

	-o-transition: all 300ms ease;

	-moz-transition: all 300ms ease;

	transition: all 300ms ease;

}



.social-icon-three li a:hover {

	color: #ffffff;

	background-color: #ff4747;

}



/*Social Icon Four*/



.social-icon-four {

	position: relative;

}



.social-icon-four li {

	position: relative;

	margin-right: 10px;

	margin-bottom: 10px;

	display: inline-block;

}



.social-icon-four li a {

	position: relative;

	width: 40px;

	height: 40px;

	color: #ff4747;

	font-size: 16px;

	line-height: 40px;

	text-align: center;

	border-radius: 50%;

	display: inline-block;

	background: #f4f4f4;

	-webkit-transition: all 300ms ease;

	-ms-transition: all 300ms ease;

	-o-transition: all 300ms ease;

	-moz-transition: all 300ms ease;

	transition: all 300ms ease;

}



.social-icon-four li a:hover {

	color: #ffffff;

	background-color: #ff4747;

}



/*Social Icon Five*/



.social-icon-five {

	position: relative;

}



.social-icon-five li {

	position: relative;

	margin-right: 10px;

	margin-bottom: 10px;

	display: inline-block;

}



.social-icon-five li a {

	position: relative;

	width: 40px;

	height: 40px;

	color: #848484;

	font-size: 16px;

	line-height: 38px;

	text-align: center;

	border-radius: 50%;

	display: inline-block;

	border: 1px solid #eee;

	-webkit-transition: all 300ms ease;

	-ms-transition: all 300ms ease;

	-o-transition: all 300ms ease;

	-moz-transition: all 300ms ease;

	transition: all 300ms ease;

}



.social-icon-five li a:hover {

	color: #ffffff;

	background-color: #ff4747;

}



/*Social Icon Six*/



.social-icon-six {

	position: relative;

}



.social-icon-six li {

	position: relative;

	margin-right: 10px;

	margin-bottom: 10px;

	display: inline-block;

}



.social-icon-six li a {

	position: relative;

	width: 40px;

	height: 40px;

	color: #ff4747;

	font-size: 16px;

	line-height: 38px;

	text-align: center;

	border-radius: 50%;

	display: inline-block;

	border: 1px solid #eee;

	-webkit-transition: all 300ms ease;

	-ms-transition: all 300ms ease;

	-o-transition: all 300ms ease;

	-moz-transition: all 300ms ease;

	transition: all 300ms ease;

}



.social-icon-six li a:hover {

	color: #ffffff;

	background-color: #ff4747;

}



/* social icon seven */



.social-icon-seven {

	position: relative;

}



.social-icon-seven li {

	position: relative;

	margin: 0 7px;

	display: inline-block;

}



.social-icon-seven li a {

	position: relative;

	color: #fff;

	font-size: 16px;

	-webkit-transition: all 300ms ease;

	-ms-transition: all 300ms ease;

	-o-transition: all 300ms ease;

	-moz-transition: all 300ms ease;

	transition: all 300ms ease;

}



.social-icon-seven li a:hover {

	color: #ff4747;

}



/*social icon eight*/



.social-icon-eight {

	position: relative;

}



.social-icon-eight li {

	position: relative;

	margin-right: 10px;

	margin-bottom: 10px;

	display: inline-block;

}



.social-icon-eight li a {

	position: relative;

	width: 40px;

	height: 40px;

	color: #ffffff;

	font-size: 16px;

	line-height: 38px;

	text-align: center;

	border-radius: 50%;

	display: inline-block;

	border: 1px solid #fff;

	-webkit-transition: all 300ms ease;

	-ms-transition: all 300ms ease;

	-o-transition: all 300ms ease;

	-moz-transition: all 300ms ease;

	transition: all 300ms ease;

}



.social-icon-eight li a:hover {

	color: #ffffff;

	background-color: #ff4747;

	border-color: #ff4747;

}



/* social-icon nine */



.social-icon-nine {

	display: flex;

	flex-wrap: wrap;

}



.social-icon-nine li {

	margin: 0 7px;

}



.social-icon-nine .fa {

	font-size: 16px;

	width: 40px;

	height: 40px;

	line-height: 40px;

	text-align: center;

	text-decoration: none;

	margin: 5px 2px;

}



.social-icon-nine .fa:hover {

	opacity: 0.7;

}



.social-icon-nine .fa-facebook {

	background: #3B5998;

	color: white;

}



.social-icon-nine .fa-twitter {

	background: #55ACEE;

	color: white;

}



.social-icon-nine .fa-google {

	background: #dd4b39;

	color: white;

}



.social-icon-nine .fa-linkedin {

	background: #007bb5;

	color: white;

}



.social-icon-nine .fa-youtube {

	background: #bb0000;

	color: white;

}



.social-icon-nine .fa-instagram {

	background: #125688;

	color: white;

}



.social-icon-nine .fa-pinterest {

	background: #cb2027;

	color: white;

}



.social-icon-nine .fa-snapchat-ghost {

	background: #fffc00;

	color: white;

	text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;

}



.social-icon-nine .fa-skype {

	background: #00aff0;

	color: white;

}



.social-icon-nine .fa-android {

	background: #a4c639;

	color: white;

}



.social-icon-nine .fa-dribbble {

	background: #ea4c89;

	color: white;

}



.social-icon-nine .fa-vimeo {

	background: #45bbff;

	color: white;

}



.social-icon-nine .fa-tumblr {

	background: #2c4762;

	color: white;

}



.social-icon-nine .fa-vine {

	background: #00b489;

	color: white;

}



.social-icon-nine .fa-foursquare {

	background: #45bbff;

	color: white;

}



.social-icon-nine .fa-stumbleupon {

	background: #eb4924;

	color: white;

}



.social-icon-nine .fa-flickr {

	background: #f40083;

	color: white;

}



.social-icon-nine .fa-yahoo {

	background: #430297;

	color: white;

}



.social-icon-nine .fa-soundcloud {

	background: #ff5500;

	color: white;

}



.social-icon-nine .fa-reddit {

	background: #ff5700;

	color: white;

}



.social-icon-nine .fa-rss {

	background: #ff6600;

	color: white;

}



/* Social-icon Fourteen */



.social-icon-ten {

	display: flex;

	flex-wrap: wrap;

}



.social-icon-ten li {

	margin: 0 7px;

}



.social-icon-ten .fa {

	font-size: 16px;

	width: 40px;

	height: 40px;

	line-height: 40px;

	border-radius: 50%;

	text-align: center;

	text-decoration: none;

	margin: 5px 2px;

}



.social-icon-ten .fa:hover {

	opacity: 0.7;

}



.social-icon-ten .fa-facebook {

	background: #3B5998;

	color: white;

}



.social-icon-ten .fa-twitter {

	background: #55ACEE;

	color: white;

}



.social-icon-ten .fa-google {

	background: #dd4b39;

	color: white;

}



.social-icon-ten .fa-linkedin {

	background: #007bb5;

	color: white;

}



.social-icon-ten .fa-youtube {

	background: #bb0000;

	color: white;

}



.social-icon-ten .fa-instagram {

	background: #125688;

	color: white;

}



.social-icon-ten .fa-pinterest {

	background: #cb2027;

	color: white;

}



.social-icon-ten .fa-snapchat-ghost {

	background: #fffc00;

	color: white;

	text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;

}



.social-icon-ten .fa-skype {

	background: #00aff0;

	color: white;

}



.social-icon-ten .fa-android {

	background: #a4c639;

	color: white;

}



.social-icon-ten .fa-dribbble {

	background: #ea4c89;

	color: white;

}



.social-icon-ten .fa-vimeo {

	background: #45bbff;

	color: white;

}



.social-icon-ten .fa-tumblr {

	background: #2c4762;

	color: white;

}



.social-icon-ten .fa-vine {

	background: #00b489;

	color: white;

}



.social-icon-ten .fa-foursquare {

	background: #45bbff;

	color: white;

}



.social-icon-ten .fa-stumbleupon {

	background: #eb4924;

	color: white;

}



.social-icon-ten .fa-flickr {

	background: #f40083;

	color: white;

}



.social-icon-ten .fa-yahoo {

	background: #430297;

	color: white;

}



.social-icon-ten .fa-soundcloud {

	background: #ff5500;

	color: white;

}



.social-icon-ten .fa-reddit {

	background: #ff5700;

	color: white;

}



.social-icon-ten .fa-rss {

	background: #ff6600;

	color: white;

}



/*

================================== 

6.tab style

==================================

*/



.default-tabs {

	position: relative;

}



.default-tabs.style-three {

	border: 1px solid #f4f4f4;

}



.default-tabs nav {

	overflow: auto;

	-webkit-overflow-scrolling: touch;

	background: #f8f7ee;

	box-shadow: inset 0 -2px 3px rgba(203, 196, 130, 0.06);

}



@media only screen and (min-width: 768px) {

	.default-tabs nav {

		position: absolute;

		top: 0;

		left: 0;

		height: 100%;

		box-shadow: inset -2px 0 3px rgba(203, 196, 130, 0.06);

		z-index: 1;

	}

}



@media only screen and (min-width: 960px) {

	.default-tabs nav {

		position: relative;

		float: none;

		background: transparent;

		box-shadow: none;

	}

}



.default-tabs-navigation {

	width: 360px;

}



.default-tabs-navigation:after {

	content: "";

	display: table;

	clear: both;

}



.default-tabs-navigation li {

	float: left;

}



.default-tabs-navigation a {

	position: relative;

	display: block;

	height: 60px;

	width: 60px;

	text-align: center;

	font-size: 12px;

	font-size: 0.75rem;

	-webkit-font-smoothing: antialiased;

	-moz-osx-font-smoothing: grayscale;

	font-weight: 700;

	color: #848484;

	padding-top: 34px;

}



.no-touch .default-tabs-navigation a:hover {

	color: #29324e;

	background-color: rgba(233, 230, 202, 0.3);

}



.default-tabs-navigation a.selected {

	background-color: #ffffff !important;

	box-shadow: inset 0 2px 0 #f05451;

	color: #29324e;

}



@media only screen and (min-width: 768px) {

	.default-tabs-navigation {

		/* move the nav to the left on medium sized devices */

		width: 80px;

		float: left;

	}

	.default-tabs-navigation a {

		height: 80px;

		width: 80px;

		padding-top: 46px;

	}

	.default-tabs-navigation a.selected {

		box-shadow: inset 2px 0 0 #ff4747;

	}

	.default-tabs-navigation a::before {

		top: 22px;

	}

}



@media only screen and (min-width: 960px) {

	.default-tabs-navigation {

		/* tabbed on top on big devices */

		width: auto;

		background-color: #f8f7ee;

		box-shadow: inset 0 -2px 3px rgba(203, 196, 130, 0.06);

	}

	.default-tabs-navigation a {

		height: 60px;

		line-height: 60px;

		width: auto;

		text-align: left;

		font-size: 15px;

		padding: 0 2.8em 0 4.6em;

	}

	.default-tabs-navigation a.selected {

		box-shadow: inset 0 2px 0 #f05451;

	}

	.default-tabs-navigation a::before {

		top: 50%;

		margin-top: -10px;

		margin-left: 0;

		left: 38px;

	}

}



.default-tabs-content {

	background: #ffffff;

}



.default-tabs-content li {

	display: none;

	padding: 1.4em;

	border: 1px solid #f0f0f0;

}



.default-tabs-content li.selected {

	display: block;

	-webkit-animation: default-fade-in 0.5s;

	-moz-animation: default-fade-in 0.5s;

	animation: default-fade-in 0.5s;

}



.default-tabs-content li p {

	font-size: 14px;

	font-size: 0.875rem;

	line-height: 1.6;

	color: #848484;

	margin-bottom: 2em;

}



@media only screen and (min-width: 768px) {

	.default-tabs-content {

		min-height: 480px;

	}

	.default-tabs-content li {

		padding: 2em 2em 2em 7em;

	}

}



@media only screen and (min-width: 960px) {

	.default-tabs-content {

		min-height: 0;

	}

	.default-tabs-content li {

		padding: 3em;

	}

	.default-tabs-content li p {

		font-size: 16px;

	}

}



@-webkit-keyframes default-fade-in {

	0% {

		opacity: 0;

	}

	100% {

		opacity: 1;

	}

}



@-moz-keyframes default-fade-in {

	0% {

		opacity: 0;

	}

	100% {

		opacity: 1;

	}

}



@keyframes default-fade-in {

	0% {

		opacity: 0;

	}

	100% {

		opacity: 1;

	}

}



.tabs-box{

	position:relative;	

}



.tabs-box .tabs-header{

	position:relative;

}



.tabs-box .tab-btns{

	position:relative;

	padding-top: 70px;

}



.tabs-box .tab-btns .tab-btn{

	position:relative;

	cursor:pointer;

	color: #1a224d;

	font-weight: 600;

	font-size: 18px;

	display:inline-block;

	margin-bottom:10px;

	margin-left: 10px;

	padding:0px 10px;

	text-transform: capitalize;

	transition:all 0.3s ease;

	-moz-transition:all 0.3s ease;

	-webkit-transition:all 0.3s ease;

	-ms-transition:all 0.3s ease;

	-o-transition:all 0.3s ease;

	font-family: 'Muli', sans-serif;

}



.tabs-box .tab-btns .tab-btn:after{

	position:absolute;

	content:'';

	left:0px;

	top:12px;

	width:100%;

	height:1px;

	opacity:0;

	background-color:#ff5e8f;

	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;

}



.tabs-box .tab-btns .tab-btn:hover,

.tabs-box .tab-btns .tab-btn.active-btn{

	color: #ff4747;

}



.tabs-box .tabs-content{

	position:relative;

	display:block;

}



.tabs-box .tab-item {

	position:absolute;

	left:0px;

	top:0px;

	width:100%;

	height:auto;

	opacity:0;

	visibility:hidden;

	transition: .7s ease;

	transform: scale(.8);

	z-index: 0;

}



.tabs-box .tab-item.active-tab{

	position:relative;

	opacity:1;

	visibility:visible;

	z-index:5;

	transform: scale(1);

}



/*

================================== 

7.accordion style 

==================================

*/



.accordion-box {

	position: relative;

}



.accordion-box .block {

	position: relative;

	padding-top: 0px;

	border: 1px solid #f2f2f2;

	margin-bottom: 11px;

}



.accordion-box .block:last-child {

	margin-bottom: 0px;

}



.accordion-box .block .acc-btn {

	position: relative;

	font-size: 18px;

	cursor: pointer;

	line-height: 1.2em;

	color: #1a224c;

	font-weight: 600;

	padding: 20px 30px 20px;

	transition: all 500ms ease;

	-ms-transition: all 500ms ease;

	-o-transition: all 500ms ease;

	-moz-transition: all 500ms ease;

	-webkit-transition: all 500ms ease;

	font-family: 'Muli', sans-serif;

}



.accordion-box .block .acc-btn.active {

    background: #ffffff;

}



.accordion-box .block .icon-outer {

	position: absolute;

	right: 30px;

	top: 36px;

	font-size: 25px;

	color: #222222;

	transition: all 500ms ease;

	-moz-transition: all 500ms ease;

	-webkit-transition: all 500ms ease;

	-ms-transition: all 500ms ease;

	-o-transition: all 500ms ease;

}



.accordion-box .block .icon-outer .icon {

	position: absolute;

	top: 50%;

	margin-top: -15px;

	font-size: 18px;

	color: #222222;

	line-height: 1em;

	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;

}



.accordion-box .block .icon-outer .icon_plus {

	opacity: 1;

}



.accordion-box .block .icon-outer .icon_minus {

	opacity: 0;

	color: #e6202d;

	font-weight: 700;

}



.accordion-box .block .acc-btn.active .icon-outer .icon_minus {

	opacity: 1;

}



.accordion-box .block .acc-btn.active .icon-outer .icon_plus {

	opacity: 0;

}



.accordion-box .block .acc-btn.active .icon-outer {

	color: #ff4747;

}



.accordion-box .block .acc-content {

	position: relative;

	display: none;

	padding: 0 20px;

	padding-left: 55px;

    border-bottom: 1px solid #f2f2f2;

}



.accordion-box .block .acc-content .content-text {

	padding-bottom: 6px;

}



.accordion-box .block .acc-content.current {

	display: block;

}



.accordion-box .block .content {

	position: relative;

	font-size: 14px;

	padding: 15px 0px 0px 0px;

}



.accordion-box .block .content .text {

	margin-bottom: 20px;

}





/*Accordian Style Two*/



.accordion-box.style-two {

	border: 0px;

}



.accordion-box.style-two .block {

	margin-bottom: 20px;

	padding: 15px 20px;

	border: 1px solid rgba(255, 255, 255, 0.20);

	background: #fff;

}



.accordion-box.style-two .block .acc-btn {

	color: #000000;

}



.accordion-box.style-two .block .content p {

	color: #adadad;

	font-size: 16px;

	line-height: 1.9em;

}



/*Accordian Style Three*/



.accordion-box.style-three {

	position: relative;

	padding-left: 30px;

	padding-right: 30px;

	margin-bottom: 70px;

}



.accordion-box.style-three .block {

	padding-left: 0px;

}



.accordion-box.style-three .block .acc-btn {

	font-weight: 400;

}



.accordion-box.style-three .block .icon-outer {

	right: 0px;

}



/*Accordian Style Four*/



.accordion-box.style-four {

	border: 0px;

}



.accordion-box.style-four .block {

	border: 0px;

	padding: 0px;

	margin-bottom: 10px;

}



.accordion-box.style-four .block .acc-btn {

	padding: 13px 20px;

	background-color: #f7f7f7;

}



.accordion-box.style-four .block .icon-outer .icon {

	font-size: 20px;

	margin-top: -20px;

}



.accordion-box.style-four .block .icon-outer {

	right: 30px;

	top: 36px;

}



.accordion-box.style-four .block .acc-btn.active .icon-outer .icon_plus {

	opacity: 1;

	-webkit-transform: rotate(90deg);

	-ms-transform: rotate(90deg);

	transform: rotate(90deg);

}



.accordion-box.style-four .block .content {

	padding: 20px 20px;

	border: 1px solid #f4f4f4;

	border-top: 0px;

}



/*Accordian Style Five*/



.accordion-box.style-five {

	position: relative;

	padding: 0px 30px;

	border: 0px;

	background-color: #f7f7f7;

}



.accordion-box.style-five .block {

	padding: 0px 0px;

}



.accordion-box.style-five .block:last-child .acc-content {

	padding-bottom: 25px;

}



.accordion-box.style-five .block .acc-btn {

	padding-right: 0px;

	padding-left: 40px;

	padding-top: 19px;

	padding-bottom: 19px;

}



.accordion-box.style-five .block .acc-btn.active {

	color: #e6202d;

}



.accordion-box.style-five .block .acc-btn.active .icon-outer {

	background-color: #e6202d;

}



.accordion-box.style-five .block .icon-outer {

	left: 0px;

	top: 50%;

	right: auto;

	width: 20px;

	height: 20px;

	color: #ffffff;

	line-height: 21px;

	border-radius: 50%;

	text-align: center;

	margin-top: -10px;

	background-color: #cccccc;

}



.accordion-box.style-five .block .icon-outer .icon {

	left: 0px;

	top: 19px;

	width: 20px;

	height: 20px;

	color: #ffffff;

}



.accordion-box.style-five .block .content {

	background-color: #ffffff;

	margin-top: 0px;

	padding: 25px 40px;

}



/*

================================== 

8.page pagination

==================================

*/



.page_pagination {

	text-align: center;

	margin-bottom: 50px;

}



.page_pagination li {

	display: inline-block;

	margin: 0 10px;

}



.page_pagination li a {

	display: block;

	text-align: center;

	color: #000000;

	font-size: 18px;

	font-weight: 500;

	font-family: 'Muli', sans-serif;

}



.page_pagination li a.active,

.page_pagination li a:hover {

	color: #ff4747;

}



/*style tow*/



.page_pagination_two {

	text-align: center;

	margin-bottom: 50px;

}



.page_pagination_two li {

	display: inline-block;

	margin: 0 4px;

}



.page_pagination_two li a {

	width: 55px;

	height: 55px;

	line-height: 55px;

	display: block;

	border-radius:  10px;

	border: 1px solid rgba(229, 229, 229, 0.57);

	text-align: center;

	color: #848484;

	font-size: 18px;

}



.page_pagination_two li a.active,

.page_pagination_two li a:hover {

	color: #fff;

	background: #ff4747;

}



/*style three*/



.page_pagination_three {

	text-align: center;

	margin-bottom: 50px;

}



.page_pagination_three li {

	display: inline-block;

	margin: 0 4px;

}



.page_pagination_three li a {

	width: 55px;

	height: 55px;

	line-height: 55px;

	border-radius:  50%;

	display: block;

	text-align: center;

	background: #f7f8f9;

	color: #333;

	font-size: 18px;

	font-weight: 700;

}



.page_pagination_three li a.active,

.page_pagination_three li a:hover {

	color: #fff;

	background: #ff4747;

}



/*

================================== 

9.filter style

==================================

*/



.filter-tabs {

	display: flex;

	flex-wrap: wrap;

	margin: 0;

	margin-bottom: 50px;

}



.text-center .filter-tabs {

	justify-content: center;

}



.filter-tabs li {

	padding: 0;

	margin: 0px 20px 0px;

}



.filter-tabs li:first-child {

	margin-left: 0px;

}



.filter-tabs li.active {}



.filter-tabs li span {

	color: #1a224d;

	font-size: 18px;

	font-weight: 600;

	line-height: 26px;

	border-radius: 22px;

	font-family: 'Muli', sans-serif;

	display: block;

	cursor: pointer;

	transition: .5s ease;

}



.filter-tabs li:last-child span {

	border-right: 0px;

}



.filter-tabs.style-2 li span {

	color: #fff;

}



.filter-tabs li:hover span,

.filter-tabs li.active span {

	color: #ff4747;

	transition: .5s ease;

}



.filter-tabs li span i {

	font-size: 14px;

	margin-right: 5px;

}



/* style two */

.filter-tabs-two {

	display: flex;

	flex-wrap: wrap;

	margin: 0;

	margin-bottom: 40px;

	justify-content: center;

}



.filter-tabs-two li {

	padding: 0;

	margin: 0px 7px 10px;

}



.filter-tabs-two li.active {}



.filter-tabs-two li span {

	color: #464646;

	font-size: 16px;

	font-weight: 400;

	line-height: 26px;

	padding: 8px 25px;

	background: #e6e8eb;

	border-radius: 22px;

	font-family: 'Muli', sans-serif;

	display: block;

	cursor: pointer;

	transition: .5s ease;

}



.filter-tabs-two li:last-child span {

	border-right: 0px;

}



.filter-tabs-two li:hover span,

.filter-tabs-two li.active span {

	color: #ffffff;

	background: #ff4747;

	border-color: #ff4747;

	transition: .5s ease;

}



.filter-tabs-two li span i {

	font-size: 14px;

	margin-right: 5px;

}



/*

================================== 

10.video box

==================================

*/



.video-image-box .image {

	position: relative;

	border-radius: 10px;

	overflow: hidden;

}



.video-image-box img {

	display: block;

	width: 100%;

}



.video-image-box .image .overlay-link {

	position: absolute;

	left: 0px;

	top: 0px;

	width: 100%;

	display: flex;

	height: 100%;

	font-size: 50px;

	align-items: center;

	justify-content: center;

	z-index: 9;

	color: #ff4747;

	text-align: center;

	background: rgba(0, 0, 0, 0.50);

	transition: all 500ms ease;

	-moz-transition: all 500ms ease;

	-webkit-transition: all 500ms ease;

	-ms-transition: all 500ms ease;

	-o-transition: all 500ms ease;

}



.video-image-box .image .overlay-link:hover {

	background: rgba(0, 0, 0, 0.30);

}



.video-image-box .overlay-link span {

    height: 81px;

    width: 81px;

    border-radius: 50%;

    background-color: #fff;

    text-align: center;

    line-height: 80px;

    font-size: 30px;

    padding-left: 6px;

}



/* video-box */



.default-video-box {

	margin-bottom: 40px;

}



.default-video-box a {

	color: #fff;

	font-size: 60px;

	position: relative;

	display: inline-block;

}





.video-image-box .ripple,

.video-image-box .ripple:before,

.video-image-box .ripple:after {

	position: absolute;

	left: 50%;

	top: 50%;

	height: 80px;

	width: 80px;

	margin-top: -40px;

	margin-left: -40px;

	border-radius: 50%;

	-webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.64);

	-ms-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.64);

	-o-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.64);

	box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.64);

	-webkit-animation: ripple 3s infinite;

	animation: ripple 3s infinite;

}



.video-image-box .ripple:before {

	-webkit-animation-delay: .9s;

	animation-delay: .9s;

	content: "";

	position: absolute;

	right: 0;

	bottom: 0;

}



.video-image-box .ripple:after {

	-webkit-animation-delay: .6s;

	animation-delay: .6s;

	content: "";

	position: absolute;

	right: 0;

	bottom: 0;

}



@-webkit-keyframes ripple {

	70% {

		-webkit-box-shadow: 0 0 0 70px rgba(244, 68, 56, .0);

		        box-shadow: 0 0 0 70px rgba(244, 68, 56, .0);

	}

	100% {

		-webkit-box-shadow: 0 0 0 0 rgba(244, 68, 56, .0);

		        box-shadow: 0 0 0 0 rgba(244, 68, 56, .0);

	}

}



@keyframes ripple {

	70% {

		-webkit-box-shadow: 0 0 0 70px rgba(244, 68, 56, .0);

		        box-shadow: 0 0 0 70px rgba(244, 68, 56, .0);

	}

	100% {

		-webkit-box-shadow: 0 0 0 0 rgba(244, 68, 56, .0);

		        box-shadow: 0 0 0 0 rgba(244, 68, 56, .0);

	}

}





/*

================================== 

 11. Progress bar

==================================

*/



.progress-levels {

	position: relative;

}



.default-section .progress-levels {

	padding-top: 7px;

}



.progress-levels .progress-box h5 {

	font-size: 14px;

	color: #909297;

	margin-bottom: 5px;

}



.progress-levels .progress-box {

	position: relative;

	padding-bottom: 16px;

	padding-top: 10px;

	overflow: hidden;

}



.progress-levels .progress-box:last-child {

	margin-bottom: 0px;

}



.progress-levels .progress-box:last-child {

	margin-bottom: 0px;

}



.progress-levels .progress-box .bar {

	position: relative;

	height: 6px;

	background: #e5e5e5;

}



.progress-levels .progress-box .bar .bar-innner {

	position: relative;

	left: 0px;

	top: 0px;

	width: 100%;

	height: 10px;

}



.progress-levels .progress-box .bar .bar-fill {

	position: absolute;

	left: -100%;

	top: 0px;

	width: 0px;

	height: 6px;

	background: #3648b2;

	-webkit-transition: all 2000ms ease 300ms;

	-o-transition: all 2000ms ease 300ms;

	transition: all 2000ms ease 300ms;

}



.progress-levels .progress-box.html .bar .bar-fill {

	background: #ef6267;

}



.progress-levels .progress-box.wp .bar .bar-fill {

	background: #ff9924;

}



.progress-levels .progress-box.php .bar .bar-fill {

	background: #14dbba;

}



.progress-levels .progress-box.animated .bar .bar-fill {

	left: 0px;

}



.progress-levels .progress-box .percent {

	position: absolute;

	right: 0;

	top: -30px;

	letter-spacing: 0px;

	font-size: 14px;

	font-weight: 600;

	color: #222;

	font-family: 'Open Sans', sans-serif;

	opacity: 0;

	-webkit-transition: all 2000ms ease 700ms;

	-o-transition: all 2000ms ease 700ms;

	transition: all 2000ms ease 700ms;

}



.progress-levels .progress-box.animated .percent {

	opacity: 1;

}





/*** 



====================================================================

  Main Header style

====================================================================



***/



.main-header {

	position: relative;

	left: 0px;

	top: 0px;

	z-index: 999;

	width: 100%;

	transition: all 500ms ease;

	-moz-transition: all 500ms ease;

	-webkit-transition: all 500ms ease;

	-ms-transition: all 500ms ease;

	-o-transition: all 500ms ease;

}



.main-header .header-outer-box {

	background: #fff;

}



/*======== Header top ===========*/



.header-top {

	position: relative;

	font-size: 13px;

	padding: 11px 0px;

	background: #FEE852;

}



.header-top .social-links a {

	position: relative;

	display: inline-block;

	font-size: 13px;

	font-weight: normal;

	color: #fff;

	padding: 0px 10px;

	line-height: 26px;

}



.header-top .social-links a:last-child {

	padding-right: 0px;

}



.header-top a:hover {

	color: black;

}



.header-top .top-right {

	position: relative;

}



.header-top .topbar-info {

	position: relative;

	margin: 0 -15px;

	top: -2px;

	display: inline-block;

        text-shadow: 1px 1px black;

}



.header-top .link-btn {

	display: inline-block;

}



.header-top .link-btn .theme-btn {

    padding: 12px 30px;

    border-radius: 0px;

    margin: -11px 0;

    margin-left: 15px;

}



.header-top .topbar-info li {

	display: inline-block;

	line-height: 1em;

	padding: 0 15px;

}



.header-top .topbar-info li a {

	color: #fff;

	font-size: 15px;

	font-weight: 600;

}



.header-top .topbar-info li a i {

	color: white;

	margin-right: 6px;

}



@media only screen and (max-width: 767px) {

	.header-top .top-left,

	.header-top .top-right {

		width: 100%;

		text-align: center;

	}

}



/* Header upper */



.main-header .header-upper {

	position: relative;

	z-index: 5;

	transition: all 500ms ease;

	-moz-transition: all 500ms ease;

	-webkit-transition: all 500ms ease;

	-ms-transition: all 500ms ease;

	-o-transition: all 500ms ease;

        background-color:black;

}



.main-header .header-upper .logo img {

	position: relative;

	display: inline-block;

	max-width: 100%;

}



.main-header .logo-outer {

	position: relative;

	z-index: 25;

	padding: 2px 0px;

        margin: 10px 0; 

}



.main-header .logo-outer .logo img {

	position: relative;

	display: inline-block;

	max-width: 100%;

}



.main-menu {

    position: relative;

    float: left;

}



.main-header .header-upper .upper-right {

	position: relative;

	text-align: center;

}



.main-header .header-info {

	position: relative;

	top: 0px;

	width: 100%;

	z-index: 5;

	border-bottom: 1px solid #f0f0f0;

	padding: 31px 0;

}



.main-menu .navigation {

	position: relative;

	margin: 34px 0px;

	text-align: center;

}



.main-menu .navigation>li {

	position: relative;

	float: left;

	margin: 0px 1px;

}



.main-menu .navigation>li:before {

	position: absolute;

	content: '';

	background-color: #FEE852;

	width: 0%;

	height: 86%;

	left: 0;

	top: 5px;

	transition: .5s ease;

}



.main-menu .navigation>li.current:before,

.main-menu .navigation>li:hover:before {

	width: 100%;

}



.main-menu .navigation>li.dropdown:after {

	position: absolute;

	content: "\f107";

	font-size: 16px;

	color: #222;

	top: 41px;

	right: 15px;

	transition: .5s ease;

	font-family: 'Font Awesome 5 Free';

	cursor: pointer;

	font-weight: 900;

}



.main-menu .navigation>li.dropdown:hover:after,

.main-menu .navigation>li.current.dropdown:after {

	color: #fff;

}



.sticky-header .main-menu .navigation>li.dropdown:after {

    /* right: 0; */

    top: 27px;

}



.sticky-header .main-menu .navigation>li {

	margin: 0px 1px;

	border: 0px;

}



.main-menu .navigation>li>a {

	position: relative;

	display: block;

	font-size: 15px;

	color: white;

	line-height: 30px;

	font-weight: 500;

	font-family: 'Rubik', sans-serif;

	opacity: 1;

	text-transform: uppercase;

	padding: 20px 16px;

	transition: all 500ms ease;

	-moz-transition: all 500ms ease;

	-webkit-transition: all 500ms ease;

	-ms-transition: all 500ms ease;

	-o-transition: all 500ms ease;

        text-shadow: 1px 1px black;

}



.main-menu .navigation>li.dropdown a {

    padding-right: 30px;

}



.main-menu .navigation>li>a span {

	font-size: 22px;

	line-height: 25px;

	position: relative;

	top: 2px;

}



.main-menu .navigation>li:first-child>a {

}



.main-header .sticky-header .main-menu .navigation>li {

	padding: 0px;

}



.main-header .sticky-header .main-menu .navigation>li>a {

	color: white;

	padding: 26px 16px !important;

	line-height: 30px;

	font-size: 15px;

	font-weight: 500;

	min-height: 0px;

	background: none;

	border: 0px;

}



.main-menu .navigation>li.dropdown:hover>a,

.main-menu .navigation>li.current>a,

.main-menu .navigation>li.current-menu-item>a {

	color: #ffffff;

	opacity: 1;

}



.main-header .sticky-header .main-menu .navigation>li:hover>a,

.main-header .sticky-header .main-menu .navigation>li.current>a,

.main-header .sticky-header .main-menu .navigation>li.current-menu-item>a {

	color: white;

	background: #FEE852 !important;

	opacity: 1;

}



.main-header .sticky-header .main-menu .navigation>li.current>a,

.main-header .sticky-header .main-menu .navigation>li.dropdown>a {

	padding-right: 30px !important;

}



.main-menu .navigation>li:hover>a:after {

	opacity: 1;

}



.main-header .sticky-header .main-menu .navigation>li>ul:before {

	display: none;

}



.main-header .sticky-header .main-menu .navigation>li>ul {

	top: 100% !important;

}



.main-menu .navigation>li>ul {

	position: absolute;

	left: 0px;

	top: 100%;

	width: 270px;

	padding: 20px 0px;

	z-index: 100;

	display: none;

	background: #ffffff;

	-webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);

	-ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);

	-o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);

	-moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);

	box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);

}



.main-menu .navigation>li>ul.from-right {

	left: auto;

	right: 0px;

}



.main-menu .navigation>li>ul>li {

	position: relative;

	width: 100%;

	padding: 0px 20px;

}



.main-menu .navigation>li>ul>li:last-child {

	border-bottom: none;

}



.main-menu .navigation>li>ul>li>a {

	position: relative;

	display: block;

	padding: 12px 15px;

	line-height: 24px;

	font-weight: 500;

	font-size: 15px;

	color: #222;

	text-align: left;

	padding-right: 0px !important;

	text-transform: capitalize;

	transition: all 500ms ease;

	-moz-transition: all 500ms ease;

	-webkit-transition: all 500ms ease;

	-ms-transition: all 500ms ease;

	-o-transition: all 500ms ease;

	font-family: 'Rubik', sans-serif;

}



.main-menu .navigation>li>ul>li>a:hover {

	color: #ffffff;

	background: #3648b2;

	padding-left: 20px;

}



.main-menu .navigation>li>ul>li ul {

	position: absolute;

	left: 100%;

	top: 0%;

	width: 250px;

	z-index: 100;

	padding: 20px 0;

	display: none;

	background: #ffffff;

	-webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);

	-ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);

	-o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);

	-moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);

	box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);

}



.main-menu .navigation>li>ul>li>ul:before {

	position: absolute;

	content: '';

	right: 100%;

	top: 0px;

	width: 20px;

	height: 100%;

}



.main-menu .navigation>li>ul>li>ul li {

	position: relative;

	width: 100%;

	padding: 0px 20px;

}



.main-menu .navigation>li>ul>li>ul li:last-child {

	border-bottom: none;

}



.main-menu .navigation>li>ul>li>ul>li a {

	position: relative;

	display: block;

	padding: 12px 15px;

	text-align: left;

	line-height: 24px;

	font-weight: 500;

	color: #222;

	font-family: 'Rubik', sans-serif;

	transition: .5s ease;

	-ms-transition: all 500ms ease;

	-o-transition: all 500ms ease;

}



.main-menu .navigation>li>ul>li>ul>li a:hover {

	color: #fff;

	background: #3648b2;

	padding-left: 20px;

}



.main-menu .navigation>li.dropdown:hover>ul {

	visibility: visible;

	opacity: 1;

}



.main-menu .navigation li>ul>li.dropdown:hover ul {

	visibility: visible;

	opacity: 1;

	left: 100%;

	top: 0%;

}



.main-menu .navbar-collapse>ul li.dropdown .dropdown-btn {

	position: absolute;

	right: 10px;

	top: 0;

	width: 50px;

	height: 43px;

	border-left: 1px solid rgba(255, 255, 255, 0.1);

	text-align: center;

	font-size: 16px;

	line-height: 43px;

	color: #ffffff;

	cursor: pointer;

	z-index: 5;

	display: none;

}





.navbar-header {

	display: none;

}



.main-header .menu-right-content {

    position: relative;

    float: left;

    margin-left: 15px;

    margin-top: 28px;

}



/* ====================== search box btn ===========================*/



.main-header .search-box-outer {

	position: relative;

	left: 3px;

	display: inline-block;

	padding: 6px 0;

	vertical-align: middle;

}



.main-header .search-box-btn {

	position: relative;

	font-size: 18px;

	line-height: 28px;

	color: #222;

	cursor: pointer;

	display: inline-block;

	padding: 7px 0px 6px;

	background: transparent;

	border-radius: 50px 0px 0px 50px;

}



.main-header .header-upper.dark .search-box-btn {

	color: #fff;

}



.main-header .search-box-outer .dropdown-menu {

	top: 72px !important;

	padding: 0px;

	width: 330px;

	border-radius: 0px;

	background: #ffffff;

	right: 0;

	left: auto !important;

	transform: translate3d(0px, 0px, 0px) scale3d(0.8,0.8,0.8) !important;

	border-color: transparent;

	border-radius: 3px;

	box-shadow: 7px 5px 30px 0 rgba(72,73,121,0.15);

	transition: .5s ease;

	display: block;

	opacity: 0;

	visibility: hidden;

}



.main-header .search-box-outer .show .dropdown-menu {

    display: block;

    transform: scale3d(1,1,1) !important;

    opacity: 1;

    visibility: visible;

}



.main-header .search-panel .form-container {

	padding: 30px;

}



.main-header .search-panel .form-group {

	position: relative;

	margin: 0px;

}



.main-header .search-panel input[type="text"],

.main-header .search-panel input[type="search"],

.main-header .search-panel input[type="password"],

.main-header .search-panel select {

	display: block;

	width: 100%;

	line-height: 24px;

	padding: 9px 50px 9px 15px;

	height: 50px;

	border: 1px solid #f3f5fe;

	border-radius: 3px;

	background: #f3f5fe;

}



.main-header .search-panel input:focus,

.main-header .search-panel select:focus {

	border-color: #f3f5fe;

}



.main-header .search-panel .search-btn {

	position: absolute;

	right: 1px;

	top: 1px;

	width: 50px;

	height: 48px;

	text-align: center;

	color: #111111;

	background: #f3f5fe;

	font-size: 14px;

	border-radius: 0px 3px 3px 0px;

	cursor: pointer;

}



.main-header .menu-right-content .link-btn {

	display: inline-block;

	vertical-align: middle;

}



.main-header .menu-right-content .link-btn .theme-btn {

	text-transform: capitalize;

	font-family: 'Open Sans', sans-serif;

	font-size: 16px;

	font-weight: 600;

	padding: 8px 30px;

	border-radius: 22px;

	margin-left: 20px;

}



.dropdown-toggle::after {

	display: none;

}





.hiddenbar-btn {

	display: inline-block;

	z-index: 7;

	float: none;

	padding: 4px 5px;

	margin-left: 10px;

	cursor: pointer;

	border-radius: 0px;

	background: #ffffff;

	vertical-align: middle;

}

.hiddenbar-btn .icon-bar {

	background: #2b2b2b;

	height: 3px;

	width: 22px;

	display: block;

	margin: 6px 5px;

}



/*** 



====================================================================

	Hidden Sidebar style

====================================================================



***/



.hidden-bar {

	position: fixed;

	top: 0;

	width: 405px;

	padding: 30px 30px;

	padding-right: 0px;

	height: 100%;

	background: rgba(17, 17, 17, 0.95);

	z-index: 9999;

	transition: all 700ms ease;

	-webkit-transition: all 700ms ease;

	-ms-transition: all 700ms ease;

	-o-transition: all 700ms ease;

	-moz-transition: all 700ms ease;

}



.hidden-bar .mCSB_inside>.mCSB_container {

	margin-right: 0px;

}



.hidden-bar.right-align {

	right: -450px;

}



.hidden-bar.right-align.visible-sidebar {

	right: 0px;

}



.hidden-bar.left-align {

	left: 0px;

}



.hidden-bar .hidden-bar-closer {

	position: absolute;

	top: 25px;

	right: 30px;

	width: 40px;

	height: 40px;

	line-height: 40px;

	text-align: center;

	background: #222;

	color: #000000;

	transition: all 300ms ease;

	-webkit-transition: all 300ms ease;

	-ms-transition: all 300ms ease;

	-o-transition: all 300ms ease;

	-moz-transition: all 300ms ease;

	z-index: 999999;

}



.hidden-bar .hidden-bar-closer:hover {

	color: #414857;

}



.hidden-bar .hidden-bar-closer:hover .btn {

	color: #ffffff;

}



.hidden-bar .hidden-bar-closer .btn {

	background-color: transparent;

	border: none;

	outline: none;

	font-size: 14px;

}



.hidden-bar .social-icons {

	text-align: center;

	margin: 50px 0px 30px;

}



.hidden-bar .social-icons ul {

	font-size: 0;

	margin-left: -5px;

	margin-right: -5px;

}



.hidden-bar .social-icons ul li {

	display: inline-block;

	padding: 0 5px;

}



.hidden-bar .social-icons ul li a {

	display: block;

	width: 36px;

	height: 36px;

	font-size: 16px;

	line-height: 36px;

	text-align: center;

	background: #414857;

	color: #ffffff;

	border-radius: 5px;

	transition: all 0.3s ease;

	-moz-transition: all 0.3s ease;

	-webkit-transition: all 0.3s ease;

	-ms-transition: all 0.3s ease;

	-o-transition: all 0.3s ease;

}



.hidden-bar .social-icons ul li a:hover {

	background: #ffffff;

	color: #414857;

}



.hidden-bar .logo {

	padding: 80px 30px 30px;

}



.hidden-bar .logo img {

	display: inline-block;

	max-width: 100%;

}



.hidden-bar .hidden-bar-closer button {

	background: none;

	display: block;

	font-size: 16px;

	color: #ffffff;

	width: 40px;

	height: 40px;

	line-height: 40px;

	border-radius: 50%;

	cursor: pointer;

}



.hidden-bar .hidden-bar-closer:hover button {

	color: #ffffff;

}



.hidden-bar-wrapper {

	height: 100%;

	padding: 0px 5px 30px 0px;

}



.hidden-bar-wrapper.style-two {

	padding: 120px 30px;

}



.hidden-bar .content-box {

	position: relative;

	padding-right: 25px;

	padding-left: 30px;

}



.hidden-bar .content-box h2 {

	position: relative;

	font-size: 30px;

	color: #ffffff;

	font-weight: 500;

	margin-bottom: 20px;

}



.hidden-bar .content-box .text {

	position: relative;

	font-size: 14px;

	color: #eee;

	margin-bottom: 25px;

}



.hidden-bar .content-box .btn-style-two {

	color: #fff;

	border-color: #fff;

}



.hidden-bar .content-box .btn-style-two:hover {

	border-color: #5658db;

}



.hidden-bar .contact-info {

	position: relative;

	padding-right: 25px;

	margin-top: 60px;

	padding-left: 30px;

}



.hidden-bar .contact-info h2 {

	position: relative;

	font-size: 24px;

	color: #ffffff;

	font-weight: 500;

	margin-bottom: 20px;

}





/*Sticky Header*/



.sticky-header {

	position: fixed;

	opacity: 0;

	visibility: hidden;

	left: 0px;

	top: 0px;

	width: 100%;

	padding: 0px 0px;

	background: black;

	z-index: 0;

	border-bottom: 1px solid #efd57f;

	transition: all 500ms ease;

	-moz-transition: all 500ms ease;

	-webkit-transition: all 500ms ease;

	-ms-transition: all 500ms ease;

	-o-transition: all 500ms ease;

}



.sticky-header .logo {

	padding: 8px 0px;

}



.fixed-header .sticky-header {

	z-index: 999;

	opacity: 1;

	visibility: visible;

	-ms-animation-name: fadeInDown;

	-moz-animation-name: fadeInDown;

	-op-animation-name: fadeInDown;

	-webkit-animation-name: fadeInDown;

	animation-name: fadeInDown;

	-ms-animation-duration: 500ms;

	-moz-animation-duration: 500ms;

	-op-animation-duration: 500ms;

	-webkit-animation-duration: 500ms;

	animation-duration: 500ms;

	-ms-animation-timing-function: linear;

	-moz-animation-timing-function: linear;

	-op-animation-timing-function: linear;

	-webkit-animation-timing-function: linear;

	animation-timing-function: linear;

	-ms-animation-iteration-count: 1;

	-moz-animation-iteration-count: 1;

	-op-animation-iteration-count: 1;

	-webkit-animation-iteration-count: 1;

	animation-iteration-count: 1;

}



/* Header Style two */

.main-header.header-style-two {

	position: absolute;

	top: 70px;

	left: 0;

	width: 100%;

}



.main-header.header-style-two .header-outer-box {

	padding: 0 40px;

}



/* Header Style three */

.main-header.header-style-three .header-outer-box {

    display: flex;

    align-items: center;

    justify-content: space-between;

    padding: 0 35px;

}



.main-header.header-style-three .menu-right-content {

    margin: 12px 0;

}



/* Header Style four */

.main-header.header-style-four .main-menu .navigation>li.dropdown:before {

	height: 40px;

	top: 35px;

}



.main-header.header-style-four {

    background: #3648b2;

}



.main-header.header-style-four .light .main-menu .navigation>li>a {

    color: #fff;

}



.main-header.header-style-four .main-menu .navigation>li.dropdown:after {

    color: #fff;

}



.main-header.header-style-four .sticky-header .main-menu .navigation>li.dropdown:before {

	display: none;

}



.main-header.header-style-four .search-box-btn {

    color: #fff;

}



.main-header.header-style-four .hiddenbar-btn {

    background: transparent;

}



.main-header.header-style-four .hiddenbar-btn .icon-bar {

    background: #fff;

}



/* =============== Mobile menu ===================== */



@media only screen and (max-width: 1200px) {

	.main-menu .navigation>li.dropdown:after {

		right: 7px;

	}

	.main-menu .navigation>li.dropdown a {

	    padding-right: 20px;

	}

	.main-menu .navigation>li>a {

		padding: 40px 3px;

	}

	.main-menu .navigation>li.dropdown:before {

		display: none;

	}

	.main-menu .navigation>li.dropdown:hover>a, 

	.main-menu .navigation>li.current>a, 

	.main-menu .navigation>li.current-menu-item>a {

	    color: #222;

	    opacity: 1;

	}

	.main-menu .navigation>li.dropdown:hover:after, 

	.main-menu .navigation>li.current.dropdown:after {

	    color: #222;

	}

	.main-header .sticky-header .main-menu .navigation>li:hover>a, 

	.main-header .sticky-header .main-menu .navigation>li.current>a, 

	.main-header .sticky-header .main-menu .navigation>li.current-menu-item>a {

	    color: #222;

	    background: transparent !important;

	}

}



@media only screen and (max-width: 991px) {

	.fixed-header .sticky-header {

		display: none!important;

	}

	.main-menu .navbar-header {

		position: relative;

		float: none;

		display: block;

		text-align: left;

		width: 100%;

		top: 0px;

		z-index: 12;

	}

	.main-header .logo-outer {

		padding: 15px 0 25px;

		text-align: center;

		width: 100%;

	}

	.main-header .header-upper .upper-right {

		position: relative;

		width: 100%;

		padding-top: 0px;

	}

	.main-header .main-menu {

		width: 100%;

	}

	.main-menu .navbar-header .navbar-toggle {

		display: inline-block;

		z-index: 7;

		float: none;

		padding: 4px 5px;

		cursor: pointer;

		margin: 0px 0px 10px 0px;

		border-radius: 0px;

		background: transparent;

	}

	.main-menu .navbar-header .navbar-toggle .icon-bar {

		background: #FEE852;

		height: 2px;

		width: 29px;

		display: block;

		margin: 7px 5px;

	}

	.main-menu .collapse {

		max-height: 310px;

		max-width: none;

		overflow: auto;

		float: none;

		width: 100%;

		padding: 0px 0px 0px;

		border: none;

		margin: 0px;

		-ms-border-radius: 3px;

		-moz-border-radius: 3px;

		-webkit-border-radius: 3px;

		-o-border-radius: 3px;

		border-radius: 3px;

		box-shadow: none;

	}

	.main-menu .navbar-collapse {

	    max-height: 310px; 

	}  

	.main-menu .navbar-collapse>.navigation {

		float: none !important;

		margin: 0px !important;

		width: 100% !important;

		background: #333;

		border-top: none;

	}

	.main-menu .navbar-collapse>.navigation>li {

		margin: 0px !important;

		float: none !important;

		width: 100%;

	}

	.main-menu .navigation>li>a,

	.main-menu .navigation>li>ul:before {

		border: none;

	}

	.main-menu .navbar-collapse>.navigation>li>a {

		padding: 10px 10px !important;

		border: none !important;

	}

	.main-menu .navigation li.dropdown>a:after,

	.main-menu .navigation>li.dropdown>a:before,

	.main-menu .navigation>li>ul>li>a::before,

	.main-menu .navigation>li>ul>li>ul>li>a::before {

		color: #ffffff !important;

		right: 15px;

		font-size: 16px;

		display: none !important;

	}

	.main-menu .navbar-collapse>.navigation>li>ul,

	.main-menu .navbar-collapse>.navigation>li>ul>li>ul {

		position: relative;

		border: none;

		float: none;

		visibility: visible;

		opacity: 1;

		display: none;

		margin: 0px;

		padding: 0px;

		left: auto !important;

		right: auto !important;

		top: auto !important;

		width: 100%;

		background: #333333;

		-webkit-border-radius: 0px;

		-ms-border-radius: 0px;

		-o-border-radius: 0px;

		-moz-border-radius: 0px;

		border-radius: 0px;

		transition: none !important;

		-webkit-transition: none !important;

		-ms-transition: none !important;

		-o-transition: none !important;

		-moz-transition: none !important;

		box-shadow: none !important;

	}

	.main-menu .navbar-collapse>.navigation>li>ul,

	.main-menu .navbar-collapse>.navigation>li>ul>li>ul {

		/* border-top:1px solid rgba(255,255,255,1) !important; */

	}

	.main-menu .navbar-collapse>.navigation>li,

	.main-menu .navbar-collapse>.navigation>li>ul>li,

	.main-menu .navbar-collapse>.navigation>li>ul>li>ul>li {

		border-top: 1px solid rgba(255, 255, 255, 0.1) !important;

		opacity: 1 !important;

		top: 0px !important;

		padding-top: 0;

		padding-bottom: 0;

		left: 0px !important;

		visibility: visible !important;

		border-bottom: none;

	}

	.main-menu .navbar-collapse>.navigation>li:first-child {

		border: none;

	}

	.main-menu .navbar-collapse>.navigation>li>a,

	.main-menu .navbar-collapse>.navigation>li>ul>li>a,

	.main-menu .navbar-collapse>.navigation>li>ul>li>ul>li>a {

		padding: 10px 20px !important;

		line-height: 22px;

		color: #b8b8b8;

		text-align: left;

		min-height: 0px;

	}

	.main-menu .navbar-collapse>.navigation>li>a:hover,

	.main-menu .navbar-collapse>.navigation>li>a:active,

	.main-menu .navbar-collapse>.navigation>li>a:focus {

		/* background:#ff4747; */

	}

	.main-menu .navbar-collapse>.navigation>li:hover>a,

	.main-menu .navbar-collapse>.navigation>li>ul>li:hover>a,

	.main-menu .navbar-collapse>.navigation>li>ul>li>ul>li:hover>a,

	.main-menu .navbar-collapse>.navigation>li.current>a,

	.main-menu .navbar-collapse>.navigation>li.current-menu-item>a {

		/* background:#ff4747; */

		color: #ffffff !important;

	}

	.main-menu .navbar-collapse>.navigation li.dropdown .dropdown-btn {

		display: block;

	}

	.main-menu .navbar-collapse>.navigation li.dropdown:after,

	.main-menu .navigation>li>ul:before,

	.main-header .info-box:after,

	.services-section-two .owl-dots {

		display: none !important;

	}

	/* search outer */

	.main-header .menu-right-content {

		position: absolute;

		right: 0px;

		top: -7px;

		margin-top: 0px;

		z-index: 99;

	}

	.main-header .search-box-outer .dropdown-menu {

		top: 53px !important;

	}

	/* Header style two */

	.main-header.header-style-two {

		top: 0px;

		background: #fff;

	}

	.main-header.header-style-two .header-outer-box {

		padding: 0;

	}

	/*Header style three*/

	.main-header.header-style-three .header-outer-box {

	    display: block;

	}



	.main-header.header-style-three .logo-outer {

	    width: auto;

	    text-align: left;

	}



	.main-header.header-style-three .main-menu {

	    background: #f7f7f7;

	}



	.main-header.header-style-three .main-menu .navbar-header .navbar-toggle {

	    margin: 0;

	}

}



@media only screen and (max-width: 650px) {

	.main-header .search-box-outer .dropdown-menu {

		right: 0px;

	}

	.main-header .menu-right-content .link-btn .theme-btn {

		display: none;

	}

}



@media only screen and (max-width: 450px) {

	.main-header .search-box-outer .dropdown-menu {

		right: 0px;

	}

	.main-header .search-box-outer .dropdown-menu {

		width: 230px;

	}

}





/*** 



====================================================================

	Main Slider Banner

====================================================================



***/



.main-slider{

	position:relative;

}



.main-slider .content {

	position: relative;

}



.main-slider .slide{

	position:relative;

	padding:250px 0px;

	background-size:cover;

	background-repeat:no-repeat;

	background-position:center center;

}



.main-slider h1{

	position:relative;

	color:#ffffff;

	font-size:70px;

	font-weight:800;

	line-height:75px;

	margin-bottom:30px;

	text-transform: capitalize;

	opacity: 0;

	-webkit-transition: all 1000ms ease;

	-moz-transition: all 100ms ease;

	-ms-transition: all 1000ms ease;

	-o-transition: all 1000ms ease;

	transition: all 1000ms ease;

	-webkit-transform: translateY(50px);

	-moz-transform: translateY(50px);

	-ms-transform: translateY(50px);

	-o-transform: translateY(50px);

	transform: translateY(50px);

	font-family: 'Muli', sans-serif;

}



.main-slider .active h1{

	opacity: 1;

	-webkit-transform: translateY(0);

	-moz-transform: translateY(0);

	-ms-transform: translateY(0);

	-o-transform: translateY(0);

	transform: translateY(0);

	transition-delay: 1300ms;

}



.main-slider h5{

	position:relative;

	color:#777;

	font-size:14px;

	font-weight:700;

	margin-bottom:20px;

	display:inline-block;

	text-transform: uppercase;

	opacity:0;

	-webkit-transition: all 1000ms ease;

	-moz-transition: all 100ms ease;

	-ms-transition: all 1000ms ease;

	-o-transition: all 1000ms ease;

	transition: all 1000ms ease;

	-webkit-transform: translateY(50px);

	-moz-transform: translateY(50px);

	-ms-transform: translateY(50px);

	-o-transform: translateY(50px);

	transform: translateY(50px);

}



.main-slider .active h5{

	opacity: 1;

	-webkit-transform: translateY(0);

	-moz-transform: translateY(0);

	-ms-transform: translateY(0);

	-o-transform: translateY(0);

	transform: translateY(0);

	transition-delay: 1000ms;

}



.main-slider .link-box{

	opacity:0;

	-webkit-transition: all 1000ms ease;

	-moz-transition: all 100ms ease;

	-ms-transition: all 1000ms ease;

	-o-transition: all 1000ms ease;

	transition: all 1000ms ease;

	-webkit-transform: translateY(50px);

	-moz-transform: translateY(50px);

	-ms-transform: translateY(50px);

	-o-transform: translateY(50px);

	transform: translateY(50px);

}



.main-slider .link-box .theme-btn{

	margin-right:20px;

	margin-bottom: 20px;

}



.main-slider .active .link-box{

	opacity: 1;

	-webkit-transform: translateY(0);

	-moz-transform: translateY(0);

	-ms-transform: translateY(0);

	-o-transform: translateY(0);

	transform: translateY(0);

	transition-delay: 2500ms;

}



.main-slider .content .title{

	position:relative;

	color:#ffffff;

	font-size: 18px;

	font-weight: 500;

	padding-bottom: 20px;

	margin-bottom: 25px;

	opacity: 0;

	-webkit-transition: all 1000ms ease;

	-moz-transition: all 100ms ease;

	-ms-transition: all 1000ms ease;

	-o-transition: all 1000ms ease;

	transition: all 1000ms ease;

	-webkit-transform: translateY(50px);

	-moz-transform: translateY(50px);

	-ms-transform: translateY(50px);

	-o-transform: translateY(50px);

	transform: translateY(50px);

}



.main-slider .content .title:after{

	position: absolute;

	content: '';

	left: 50%;

	bottom: 0px;

	width: 70px;

	height: 1px;

	margin-left: -35px;

	background-color: #ffffff;

}



.main-slider .active .title{

	opacity: 1;

	-webkit-transform: translateY(0);

	-moz-transform: translateY(0);

	-ms-transform: translateY(0);

	-o-transform: translateY(0);

	transform: translateY(0);

	transition-delay: 600ms;

}



.main-slider .owl-dots{

	position:absolute;

	left:50%;

	bottom:20px;

}



.main-slider .owl-dots .owl-dot{

	position:relative;

	width:12px;

	height:12px;

	margin:0px 4px;

	border-radius: 6px;

	display:inline-block;

	background-color:#ffffff;

	transition:all 500ms ease;

	-moz-transition:all 500ms ease;

	-webkit-transition:all 500ms ease;

	-ms-transition:all 500ms ease;

	-o-transition:all 500ms ease;

}



.main-slider .owl-dots .owl-dot:hover,

.main-slider .owl-dots .owl-dot.active{

	background-color:#ff4747;

	height: 29px;

}



.main-slider .owl-nav{

	position:absolute;

	left:0px;

	top:50%;

	z-index:1;

	width:100%;

	margin-top:-20px;

	opacity: 0;

	transition: .5s ease;

}



.main-slider:hover .owl-nav {

	opacity: 1;

}



.main-slider .owl-nav .owl-prev{

	position:absolute;

	left:40px;

	width:60px;

	height:60px;

	color:#fff;

	line-height:60px;

	text-align:center;

	font-size:21px;

	border-radius:50%;

	display:inline-block;

	background-color:rgba(255, 255, 255, 0.10);

	transition:all 500ms ease;

	-moz-transition:all 500ms ease;

	-webkit-transition:all 500ms ease;

	-ms-transition:all 500ms ease;

	-o-transition:all 500ms ease;

}





.main-slider .owl-nav .owl-next{

	position:absolute;

	right:40px;

	width:60px;

	height:60px;

	color:#fff;

	font-size:21px;

	line-height:60px;

	text-align:center;

	border-radius:50%;

	display:inline-block;

	background-color:rgba(255, 255, 255, 0.10);

	transition:all 500ms ease;

	-moz-transition:all 500ms ease;

	-webkit-transition:all 500ms ease;

	-ms-transition:all 500ms ease;

	-o-transition:all 500ms ease;

}



.main-slider .owl-nav .owl-prev:hover,

.main-slider .owl-nav .owl-next:hover{

	color:#ffffff;

	background-color:#ff4747;

}



/* Main slider style two */



.main-slider.style-two .slide {

	padding: 360px 0 260px;

}



.main-slider.style-three .slide {

	padding: 225px 0;

}





/***



==================================================================

	About us

==================================================================



***/



.about-section {

	position: relative;

}



.about-section:before {

	position: absolute;

	content: '';

	left: 0;

	top: 0;

	width: 100%;

	height: 100%;

	background-image: url(../images/background/pattern.png);

	background-repeat: no-repeat;

	background-position: left top;

}



.about-video-block {

	position: relative;

	margin-right: 20px;

	margin-bottom: 30px;

}



.about-video-block img {

	width: 100%;

}



.about-video-block .default-video-box {

	position: absolute;

	right: 0;

	bottom: 52px;

	background: rgba(54, 72, 178, 0.95);

	padding: 30px;

	display: flex;

	align-items: center;

	justify-content: center;

}



.about-video-block .default-video-box h4 {

	color: #fff;

	font-size: 20px;

	font-weight: 600;

	padding-left: 30px;

}



.about-video-block .default-video-box a {

	position: relative;

	height: 81px;

	width: 81px;

	border-radius: 50%;

	background-color: #fff;

	text-align: center;

	line-height: 80px;

	font-size: 20px;

	padding-left: 6px;

	color: #ff4747;

}



.default-video-box .ripple:before,

.default-video-box .ripple:after {

	position: absolute;

	left: 50%;

	top: 50%;

	height: 50px;

	width: 50px;

	margin-top: -25px;

	margin-left: -25px;

	-webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.64);

	-ms-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.64);

	-o-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.64);

	box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.64);

	-webkit-animation: ripple 3s infinite;

	animation: ripple 3s infinite;

}



.default-video-box .ripple:before {

	-webkit-animation-delay: .9s;

	animation-delay: .9s;

	content: "";

	position: absolute;

	right: 0;

	bottom: 0;

}



.default-video-box .ripple:after {

	-webkit-animation-delay: .6s;

	animation-delay: .6s;

	content: "";

	position: absolute;

	right: 0;

	bottom: 0;

}



@-webkit-keyframes ripple {

	70% {

		-webkit-box-shadow: 0 0 0 50px rgba(244, 68, 56, .0);

		        box-shadow: 0 0 0 50px rgba(244, 68, 56, .0);

	}

	100% {

		-webkit-box-shadow: 0 0 0 0 rgba(244, 68, 56, .0);

		        box-shadow: 0 0 0 0 rgba(244, 68, 56, .0);

	}

}



@keyframes ripple {

	70% {

		-webkit-box-shadow: 0 0 0 50px rgba(244, 68, 56, .0);

		        box-shadow: 0 0 0 50px rgba(244, 68, 56, .0);

	}

	100% {

		-webkit-box-shadow: 0 0 0 0 rgba(244, 68, 56, .0);

		        box-shadow: 0 0 0 0 rgba(244, 68, 56, .0);

	}

}





/***



==================================================================

	About section two

==================================================================



***/



.about-section-two {

	position: relative;

}



.about-section-two .about-content-block {

	position: relative;

	padding: 160px 0 5px;

}



.about-image-block {

	position: relative;

	margin-left: 40px;

	margin-right: 60px;

	padding-top: 160px;

	padding-bottom: 100px;

}



.about-image-block:before {

	position: absolute;

	content: '';

	background: #f7f7fa;

	height: 100%;

	width: 5000%;

	left: 50%;

	top: 0;

}



.about-image-block .inner-box {

	position: relative;

}



.about-image-block .inner-box:before {

	position: absolute;

	content: '';

	border: 10px solid #e8e8eb;

	height: 100%;

	width: 100%;

	left: 60px;

	top: -60px;

}



.about-image-block .image {

	position: relative;

}



.about-image-block .image:before {

	position: absolute;

	content: '';

	width: 100%;

	top: 0;

	right: -28px;

	bottom: 114px;

	background-image: url(../images/background/pattern-5.png);

	background-repeat: no-repeat;

	background-position: bottom right;

}



.about-image-block img {

	position: relative;

	width: 100%;

	box-shadow: 0px 15px 39px 0px rgba(6, 11, 65, 0.15);

}





/***



==================================================================

	About section three

==================================================================



***/



.about-section-three {

	position: relative;

}



.about-section-three:before {

    position: absolute;

    content: '';

    left: 0;

    top: 0;

    width: 35%;

    height: 100%;

    background: #f7f7fa;

}



.about-section-three.shape-right:before {

	right: 0;

	left: inherit;

}



.about-image-block-two .image{

	position: relative;

	box-shadow: 0px 15px 39px 0px rgba(8, 18, 109, 0.1);

	margin-right: 30px;

	margin-bottom: 30px;

	margin-top: 10px;

}



.about-image-block-two .image img {

	width: 100%;

}





/***



==================================================================

	About section four

==================================================================



***/



.about-section-four {

	position: relative;

}



.about-section-four:before {

    position: absolute;

    content: '';

    left: 0;

    top: 0;

    width: 35%;

    height: 100%;

    background: #f7f7fa;

}



.about-section-four .container {

	max-width: 1500px;

}



.about-image-block-three .mockup-image{

	position: relative;

}



.about-section-four .about-content-block .text {

	max-width: 520px;

}



/***



==================================================================

	Services Section

==================================================================



***/



.services-section {

	position: relative;

}



.services-section .container {

	max-width: 1270px;

}



.services-section .outer-box {

	position: relative;

	padding: 25px 50px 0;

}



.services-section .outer-box:before {

    position: absolute;

    content: '';

    left: 0;

    top: 0;

    bottom: 70px;

    width: 100%;

    background-image: url(../images/background/pattern-2.png);

    background-size: cover;

    background-position: center center;

}





/* Services block one */

.services-block-one {

	position: relative;

}



.services-block-one .inner-box {

	position: relative;

	background: #fff;

	padding: 40px;

	transition: .7s ease;

	margin: 20px 0;

}



.owl-item.center .services-block-one .inner-box {

	background: #3648b2;

	padding: 60px 50px;

	margin: 0;

	background-image: url(../images/background/services-shape.jpg);

    background-size: cover;

    background-position: center bottom;

}



.services-block-one .icon {

	position: relative;

	font-size: 45px;

	color: #ff4747;

	margin-bottom: 30px;

	margin-top: 10px;

}



.services-block-one h4 {

	position: relative;

	font-size: 20px;

	font-weight: 700;

	margin-bottom: 10px;

	transition: .5s ease;

}



.owl-item.center .services-block-one h4 {

	color: #fff;

}



.services-block-one .text {

	position: relative;

	margin-bottom: 15px;

	transition: .5s ease;

}



.owl-item.center .services-block-one .text {

	color: #fff;

}



.services-block-one .read-more-btn a {

	position: relative;

	font-size: 15px;

	font-weight: 600;

	color: #212333;

	transition: .5s ease;

}



.owl-item.center .services-block-one .read-more-btn a {

	color: #fff;

}



.services-block-one .read-more-btn a:hover {

	color: #ff4747;

}



.services-section .owl-dot-style-three .owl-dots {

	margin-top: 70px;

}







/***



==================================================================

	Services section two

==================================================================



***/



.services-section-two {

	position: relative;

	background: #212333;

}



.services-section-two:before {

    position: absolute;

    content: '';

    left: 0;

    top: 0;

    width: 100%;

    height: 100%;

    background-image: url(../images/background/pattern-10.png);

    background-repeat: repeat-x;

    background-position: center 130%;

}





/***



==================================================================

	Services section three

==================================================================



***/



.services-section-three {

	position: relative;

}



.services-section-three:before {

    position: absolute;

    content: '';

    left: 0;

    top: 0;

    width: 100%;

    height: 50%;

    background: #f7f7fa;

}



/* Services block three */

.services-block-three {

	position: relative;

}



.services-block-three .inner-box {

	position: relative;

	margin-bottom: 30px;

	width: 100%;

}



.services-block-three .inner-box img {

	width: 100%;

}



.services-block-three .inner-box .lower-content {

	position: relative;

	background-color: #fff;

	padding: 30px 38px 38px;

	transition: .7s ease;

	box-shadow: 0px 15px 39px 0px rgba(8, 18, 109, 0.1);

}



.services-block-three .inner-box:hover .lower-content {

	background-color: #3648b2;

	background-image: url(../images/background/services-shape.jpg);

	background-size: cover;

	background-position: center bottom;

}



.services-block-three .icon {

	position: relative;

	font-size: 45px;

	color: #ff4747;

	margin-bottom: 20px;

	margin-top: 10px;

}



.services-block-three h4 {

	position: relative;

	font-size: 20px;

	font-weight: 700;

	margin-bottom: 10px;

	transition: .5s ease;

}



.services-block-three .inner-box:hover h4 {

	color: #fff;

}



.services-block-three .text {

	position: relative;

	margin-bottom: 15px;

	transition: .5s ease;

}



.services-block-three .inner-box:hover .text {

	color: #fff;

}



.services-block-three .read-more-btn a {

	position: relative;

	font-size: 15px;

	font-weight: 600;

	color: #212333;

	transition: .5s ease;

}



.services-block-three .read-more-btn a span {

	position: relative;

	margin-left: 6px;

	top: 1px;

}



.services-block-three .inner-box:hover .read-more-btn a {

	color: #fff;

}



.services-block-three .read-more-btn a:hover {

	color: #ff4747 !important;

}





/***



==================================================================

	Services section four

==================================================================



***/



.services-section-four {

	position: relative;

	background: #212333;

}



.services-section-four:before {

    position: absolute;

    content: '';

    left: 0;

    top: 0;

    width: 100%;

    height: 100%;

    background-image: url(../images/background/pattern-10.png);

    background-repeat: repeat-x;

    background-position: center 130%;

}



.mb-minus-130 {

	margin-bottom: -130px;

}



/* Services block four */

.services-block-four {

	position: relative;

	z-index: 1;

}



.services-block-four .inner-box {

	position: relative;

	background: #fff;

	padding: 40px 45px;

	transition: .7s ease;

	margin: 0 0 30px;

	box-shadow: 0px 15px 39px 0px rgba(8, 18, 109, 0.1);

}



.services-block-four .inner-box:hover {

	background: #3648b2;

	background-image: url(../images/background/services-shape.jpg);

    background-size: cover;

    background-position: center bottom;

}



.services-block-four .icon {

	position: relative;

	font-size: 45px;

	color: #ff4747;

	margin-bottom: 26px;

}



.services-block-four h4 {

	position: relative;

	font-size: 20px;

	font-weight: 700;

	margin-bottom: 10px;

	transition: .5s ease;

}



.services-block-four .inner-box:hover h4 {

	color: #fff;

}



.services-block-four .text {

	position: relative;

	margin-bottom: 15px;

	transition: .5s ease;

}



.services-block-four .inner-box:hover .text {

	color: #fff;

}



.services-block-four .read-more-btn a {

	position: relative;

	font-size: 15px;

	font-weight: 600;

	color: #212333;

}



.services-block-four .read-more-btn a span {

	position: relative;

	margin-left: 6px;

	top: 1px;

}



.services-block-four .inner-box:hover .read-more-btn a {

	color: #fff;

}



.services-block-four .read-more-btn a:hover {

	color: #ff4747 !important;

}



/***



==================================================================

	Service Details

==================================================================



***/



.service-details {

	position: relative;

}



.service-details h1 {

	font-size: 40px;

	font-weight: 700;

	margin-bottom: 20px;

}



.service-details h3 {

	font-size: 26px;

	font-weight: 700;

	margin-bottom: 20px;

}



.service-details img {

	width: 100%;

}



.service-details .top-content {

	position: relative;

	margin-bottom: 60px;

}



.service-details .middile-content {

	position: relative;

	margin-bottom: 60px;

}



/*** 



====================================================================

	Fluid section one

====================================================================



***/



.fluid-section-one{

	position:relative;

}



.fluid-section-one .outer-container{

	position:relative;

	min-height:250px;

	background-color:trasparent;

}



.fluid-section-one .image-column{

	position:absolute;

	left:0px;

	top:0px;

	width:50%;

	height:100%;

	background-repeat:no-repeat;

	background-position:center center;

	background-size:cover;	

}



.fluid-section-one .image-column .image-box{

	position:relative;

	display:none;	

}



.fluid-section-one .image-column .image-box img{

	position:relative;

	display:block;

	width:100%;

}



.fluid-section-one .content-column{

	position:relative;

	/*float:right;*/

	width:100%;

}



.fluid-section-one .content-column:before {

    position: absolute;

    content: '';

    left: 0;

    top: 0;

    width: 100%;

    height: 100%;

    background-image: url(../images/background/pattern-3.png);

    background-repeat: no-repeat;

    background-position: 100% -45%;

}



.fluid-section-one .content-column .inner-column{

	position:relative;

	width:100%;

	padding: 100px 100px 80px 100px;

}



.fluid-section-one .content-column .inner-column .text {

	color: #fff;

}



/* Feature block */



.feature-block {

	position: relative;

	margin-bottom: 30px;

}



.feature-block:last-child {

	margin-bottom: 0px;

}



.feature-block .inner-box {

	position: relative;

	padding: 19px 0;

	max-width: 370px;

	padding-left: 60px;

	-webkit-transition: .5s ease;

	-o-transition: .5s ease;

	transition: .5s ease;

}



.feature-block .inner-box .icon-box {

	position: absolute;

	left: 0px;

	top: 30px;

	color: #FEE852;

	font-size: 50px;

	text-align: center;

	line-height: 60px;

	-webkit-transition: .5s ease;

	-o-transition: .5s ease;

	transition: .5s ease;

}



.feature-block .inner-box .icon-box span {

	display: block;

}



.feature-block .inner-box h4 {

	position: relative;

	font-size: 20px;

	font-weight: 700;

	line-height: 1em;

	margin-bottom: 12px;

	padding-top: 10px;

	color: black;

}



.feature-block .inner-box h4 a {

	color: #fff;

	transition: all 300ms ease;

	-webkit-transition: all 300ms ease;

	-ms-transition: all 300ms ease;

	-o-transition: all 300ms ease;

	-moz-transition: all 300ms ease;

}



.feature-block .inner-box h4 a:hover {

	color: #e4353a;

}



.feature-block .inner-box .service-text {

	font-size: 15px;

	color: black;

	padding-bottom: 12px;

	-webkit-transition: .5s ease;

	-o-transition: .5s ease;

	transition: .5s ease;

}





/*** 



====================================================================

	Fluid section two

====================================================================



***/



.fluid-section-two{

	position:relative;

	margin-top: 80px;

	background-color: #f7f7fa;

}



.fluid-section-two:before {

    position: absolute;

    content: '';

    left: 0;

    top: 0;

    width: 33%;

    height: 100%;

    background: #fff;;

}



.fluid-section-two:after {

    position: absolute;

    content: '';

    left: 0;

    top: 50px;

    width: 33%;

    bottom: 160px;

    background: #3648b2;

}



.fluid-section-two .outer-container{

	position:relative;

	min-height:250px;

}



.fluid-section-two .image-column{

	position:absolute;

	left: 120px;

	top: -80px;

	width: 40%;

	height:100%;

	background-repeat:no-repeat;

	background-position:center center;

	background-size:cover;

}



.fluid-section-two .image-column .image-box {

	position: relative;

	z-index: 9;

}



.fluid-section-two .outer-container:before {

	position: absolute;

    content: '';

    height: 156px;

    width: 194px;

    left: 58px;

    bottom: 41px;

    background: url(../images/background/pattern-6.png);

}



.fluid-section-two .image-column .image-box img{

	position:relative;

	z-index: 5;

}



.fluid-section-two .content-column{

	position:relative;

	float:right;

	width: 60%;

}



.fluid-section-two .content-column .inner-column{

	position:relative;

	width:100%;

	padding: 100px 100px 80px 100px;

	max-width: 960px;

}



.fluid-section-two .feature-block .inner-box .service-text {

    color: #8a8d91;

}



.fluid-section-two .feature-block .inner-box h4 {

    color: #1a224d;

}



.fluid-section-two .feature-block .inner-box h4 a {

    color: #1a224d;

}





/*** 



====================================================================

	Fluid section three

====================================================================



***/



.fluid-section-three{

	position:relative;

	padding-top: 80px;

}



.fluid-section-three .outer-container{

	position:relative;

	min-height:250px;

	background-color: #f7f7f7;

}



.fluid-section-three .image-column{

	position:absolute;

	left:0px;

	top: -80px;

	width:50%;

	height:100%;

	background-repeat:no-repeat;

	background-position:center center;

	background-size:cover;

}



.fluid-section-three .image-column .image-box{

	position:relative;

	display:none;	

}



.fluid-section-three .image-column .image-box img{

	position:relative;

	display:block;

	width:100%;

}



.fluid-section-three .content-column{

	position:relative;

	float:right;

	width:50%;

}



.fluid-section-three .content-column:before {

    position: absolute;

    content: '';

    left: 0;

    top: 0;

    width: 100%;

    height: 100%;

    background: #3648b3;

}



.fluid-section-three .content-column .inner-column{

	position:relative;

	max-width: 950px;

	padding: 100px 100px 100px 100px;

}



.fluid-section-three .content-column .inner-column .text {

	color: #fff;

}





/***



==================================================================

	Work Process

==================================================================



***/



.working-process {

	position: relative;

}



.working-process:before {

    content: '';

    position: absolute;

    left: -150px;

    right: -150px;

    height: 100%;

    display: block;

    background: url(../images/background/work-step-arrow.png) center center no-repeat;

}



.working-process .row {

	margin: 0 -65px;

}



.process-block{

	position:relative;

	margin-bottom:40px;

	padding: 0 65px;

}



.process-block .inner-box{

	position:relative;

	padding: 50px 35px 33px;

	box-shadow: 0px 15px 39px 0px rgba(8, 18, 109, 0.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;

	background-color:#ffffff;

	text-align: center;

	transition: .5s ease;

}



.process-block .inner-box:hover {

	box-shadow: 0px -10px 39px 0px rgba(8, 18, 109, 0.1);

	transform: translateY(-10px);

}



.process-block:nth-child(2) .inner-box {

	margin-top: 70px;

}



.process-block .inner-box .count-box{

	position: relative;

	width: 80px;

	height: 80px;

	background: #3648b2;

	margin: 0 auto;

	color: #ff4747;

	text-align: center;

	line-height: 80px;

	font-size: 30px;

	font-weight: 800;

	font-family: 'Muli', sans-serif;

	-ms-transition:all 0.3s ease;

	-o-transition:all 0.3s ease;

	border-radius: 10px;

	margin-bottom: 25px;

}



.process-block .inner-box h3{

	position:relative;

	font-size: 20px;

	font-weight: 700;

	margin-bottom: 10px;

}



.process-block .inner-box .text{

	position:relative;

	color:#777777;

	font-size:14px;

	line-height:1.8em;

	margin-bottom:18px;

	transition:all 0.3s ease;

	-moz-transition:all 0.3s ease;

	-webkit-transition:all 0.3s ease;

	-ms-transition:all 0.3s ease;

	-o-transition:all 0.3s ease;

}



/***



==================================================================

	Skill section

==================================================================



***/

.skill-section {

	position: relative;

}



.skill-section:before {

    position: absolute;

    content: '';

    left: 0;

    top: 0;

    width: 100%;

    height: 100%;

    background-image: url(../images/background/shape-1.png);

    background-repeat: no-repeat;

    background-position: left bottom;

}



.skill-section.style-two:before {

    position: absolute;

    content: '';

    left: 0;

    top: 0;

    width: 35%;

    height: 100%;

    background: #f7f7fa;

}



.skill-section .outer-box {

	margin-left: 30px;

}



.skill-section .image-block .image{

	position: relative;

	box-shadow: 0px 15px 39px 0px rgba(8, 18, 109, 0.1);

	margin-right: 30px;

}



/***



==================================================================

	Parallax section

==================================================================



***/



.parallax-section  {

	position: relative;

	padding: 125px 0;

	background-size: cover;

	background-position: center;

}



.parallax-section:before  {

	position: absolute;

	content: '';

	background: rgba(11, 12, 18, 0.60);

	left: 0;

	top: 0;

	width: 100%;

	height: 100%;

}



.parallax-section h1 {

	position: relative;

	color: #fff;

	font-size: 45px;

	font-weight: 800;

	line-height: 50px;

	margin-bottom: 19px;

}



.parallax-section .text {

	position: relative;

	color: #fff;

	margin-bottom: 30px;

}



.parallax-section .default-video-box {

	position: relative;

	right: 0;

	background: rgba(255, 255, 255, 0.40);

	border-radius: 50%;

	padding: 15px;

	display: inline-block;

	margin: 30px 0;

	margin-left: 20px;

}



.parallax-section .default-video-box:before {

	position: absolute;

	content: '';

	height: 130px;

	width: 130px;

	border: 15px solid rgba(255, 255, 255, 0.20);

	left: 50%;

	top: -15px;

	border-radius: 50%;

	transform: translate(-50%);

}



.parallax-section .default-video-box h4 {

	color: #fff;

	font-size: 20px;

	font-weight: 600;

	padding-left: 30px;

}



.parallax-section .default-video-box a {

	position: relative;

	height: 70px;

	width: 70px;

	border-radius: 50%;

	background-color: #fff;

	text-align: center;

	line-height: 70px;

	font-size: 20px;

	padding-left: 6px;

	color: #ff4747;

}



.default-video-box .ripple:before,

.default-video-box .ripple:after {

	border-radius: 50%;

	width: 70px;

	height: 70px;

	margin-left: -35px;

	margin-top: -35px;

}





/***



==================================================================

	Funfact Section

==================================================================



***/



.funfact-section {

	position: relative;

	background-position: center;

	background-repeat: no-repeat;

	background-attachment: fixed;

	background-size: cover;

}



.funfact-section:before {

	position: absolute;

	content: '';

	background: rgba(11, 12, 18, 0.60);

	top: 0;

	left: 0;

	width: 100%;

	height: 100%;

}



.funfact-section .outer-box {

	overflow: hidden;

}



.counter-area {

	margin: -1px;

	position: relative;

}



.fact-counter {

	position: relative;

	overflow: hidden;

	color: #ffffff;

}



.funfact-section .fact-counter {

    background: rgba(57, 74, 175, 0.95);

    padding: 75px;

}



.fact-counter .column {

	position: relative;

	z-index: 5;

	padding: 0;

	border-left: 1px solid rgba(255, 255, 255, 0.2);

	border-bottom: 1px solid rgba(255, 255, 255, 0.2);

}



.fact-counter .item {

	color: #222;

	width: 100%;

}



.fact-counter .column .icon span {

	position: relative;

	top: 0px;

	font-size: 50px;

	position: absolute;

	line-height: 70px;

	top: -5px;

	left: 0;

	margin-bottom: 20px;

	color: #ab7442;

	transition: all 500ms ease;

	-moz-transition: all 500ms ease;

	-webkit-transition: all 500ms ease;

	-ms-transition: all 500ms ease;

	-o-transition: all 500ms ease;

}



.fact-counter .count-outer {

	margin-top: 5px;

	color: #fff;

	position: relative;

	font-size: 50px;

	font-weight: 800;

	font-family: 'Muli', sans-serif;

}



.fact-counter .count-outer .count-text {

	margin-bottom: 15px;

	display: block;

}



.fact-counter .item .inner-box {

	position: relative;

	text-align: center;

	padding-top: 25px;

}



.fact-counter .item .inner-box .icon-box {

	line-height: 60px;

}



.fact-counter .item .inner-box .icon-box i {

	color: #ff214f;

}



.fact-counter .item .inner-box .icon-box i:before {

	margin: 0;

	font-size: 48px;

}



.fact-counter .item .inner-box p {

	font-weight: 400;

	font-size: 15px;

	color: rgba(255, 255, 255, 0.7);

}



.funfact-section .text {

	color: #fff;

}



/* style two */



.funfact-section-two {

	background: #3648b2;

}



.funfact-section-two .fact-counter .column {

	border: 0px;

	padding: 0 15px;

}



.funfact-section-two .fact-counter .item .inner-box {

	padding-left: 65px;

	text-align: left;

}



.funfact-section-two .fact-counter .item .inner-box:before {

	position: absolute;

	content: '';

	background: rgba(255, 255, 255, 0.15);

	width: 1px;

	height: 72px;

	right: 0;

	top: 30px;

}



.funfact-section-two .fact-counter .column:last-child .item .inner-box:before {

	display: none;

}



.funfact-section-two .fact-counter .item .inner-box .icon-box {

	position: absolute;

	left: 0;

}



.funfact-section-two .fact-counter {

	padding: 73px 0;

}



/* style four */



.funfact-section-four {

	background: #f7f7fa;

}



.funfact-section-four .fact-counter .column {

	border: 0px;

	padding: 0 15px;

}



.funfact-section-four .fact-counter .item .inner-box {

	padding-left: 65px;

	text-align: left;

	margin-left: 20px;

}



.funfact-section-four .fact-counter .item .inner-box:before {

	position: absolute;

	content: '';

	background: rgba(255, 255, 255, 0.15);

	width: 1px;

	height: 72px;

	right: 0;

	top: 30px;

}



.funfact-section-four .fact-counter .column:last-child .item .inner-box:before {

	display: none;

}



.funfact-section-four .fact-counter .item .inner-box .icon-box {

	position: absolute;

	left: 0;

}



.funfact-section-four .fact-counter {

	padding: 73px 0;

}



.funfact-section-four .fact-counter .count-outer {

	color: #1a224c;

}



.funfact-section-four .fact-counter .item .inner-box p {

    color: #8a8d91;

}





/***



==================================================================

	Team section

==================================================================



***/



.team-section {

	position: relative;

}



/* team block one */



.team-block-one {

	position: relative;

	margin-bottom: 30px;

}



.team-block-one .inner-box {

	position: relative;

}



.team-block-one .inner-box .image {

	position: relative;

	overflow: hidden;

}



.team-block-one .inner-box .overlay-box {

	position: absolute;

	left: 0px;

	bottom: 0px;

	width: 100%;

	padding: 30px;

	color: #ffffff;

	text-align: center;

	background: rgba(54, 72, 178, 0.95);

	opacity: 0;

	-webkit-transform: translate(0, -30px);

	-ms-transform: translate(0, -30px);

	transform: translate(0, -30px);

	transition: all 0.7s ease;

	-moz-transition: all 0.7s ease;

	-webkit-transition: all 0.7s ease;

	-ms-transition: all 0.7s ease;

	-o-transition: all 0.7s ease;

}



.team-block-one .inner-box:hover .overlay-box {

	opacity: 1;

	-webkit-transform: translate(0, 0px);

	-ms-transform: translate(0, 0px);

	transform: translate(0, 0px);

}



.team-block-one .inner-box .overlay-box .text {

	color: #fff;

	margin-bottom: 20px;

}



.team-block-one .inner-box .overlay-box .social-links {

	position: relative;

	width: 100%;

}



.team-block-one .inner-box .overlay-box .social-links li {

	position: relative;

	display: inline-block;

	margin: 0px 4px;

	line-height: 24px;

}



.team-block-one .inner-box .overlay-box .social-links li a {

	position: relative;

	color: #ff4747;

	background: #fff;

	display: inline-block;

	width: 50px;

	height: 50px;

	border-radius: 50%;

	line-height: 50px;

	font-size: 15px;

	transition: all 0.3s ease;

	-moz-transition: all 0.3s ease;

	-webkit-transition: all 0.3s ease;

	-ms-transition: all 0.3s ease;

	-o-transition: all 0.3s ease;

}



.team-block-one .inner-box .overlay-box .social-links.style-two li a {

	width: 40px;

	height: 40px;

	border-radius: 50%;

	line-height: 40px;

	font-size: 15px;

}



.team-block-one .inner-box .overlay-box .social-links li a:hover {

	background: #ff4747;

	color: #fff;

}



.team-block-one .inner-box .image img {

	position: relative;

	width: 100%;

	display: block;

}



.team-block-one .inner-box .lower-box {

	position: relative;

	padding-top: 25px;

	text-align: center;

}



.team-block-one .inner-box .lower-box h4 {

	position: relative;

	font-size: 20px;

	font-weight: 700;

}



.team-block-one .inner-box .lower-box h4 a {

	color: #222;

	-webkit-transition: .5s ease;

	-o-transition: .5s ease;

	transition: .5s ease;

}



.team-block-one .inner-box .lower-box h4 a:hover {

	color: #ff4747;

}



.team-block-one .inner-box .lower-box .designation {

	position: relative;

	color: #ff4747;

	font-size: 16px;

}







/***



==================================================================

	Team section two

==================================================================



***/



.team-section-two {

	position: relative;

	background: #212333;

}



.team-section-two:before {

    position: absolute;

    content: '';

    left: 0;

    top: 0;

    width: 100%;

    height: 100%;

    background-image: url(../images/background/pattern-9.png);

    background-repeat: repeat-x;

    background-position: center 130%;

}



.team-section-two .outer-container {

	position: relative;

	padding-left: 25px;

	padding-right: 25px;

}



.team-section-two .outer-container:before {

    position: absolute;

    content: '';

    left: 0;

    bottom: 0;

    width: 100%;

    height: 380px;

    background: #fff;

}





/***



==================================================================

	Team section three

==================================================================



***/



.team-section-three {

	position: relative;

	background: #212333;

}



.team-section-three:before {

    position: absolute;

    content: '';

    left: 0;

    top: 0;

    width: 100%;

    height: 100%;

    background-image: url(../images/background/pattern-10.png);

    background-repeat: repeat-x;

    background-position: center 130%;

}



.team-section-three .outer-container {

	position: relative;

	padding-left: 25px;

	padding-right: 25px;

}



/* team block two */



.team-block-two {

	position: relative;

	margin-bottom: 30px;

}



.team-block-two .inner-box {

	position: relative;

}



.team-block-two .inner-box .image {

	position: relative;

	overflow: hidden;

	border-radius: 50%;

}



.team-block-two .inner-box .overlay-box {

	position: absolute;

	left: 0px;

	bottom: 0px;

	width: 100%;

	padding: 30px;

	color: #ffffff;

	text-align: center;

	background: rgba(54, 72, 178, 0.95);

	opacity: 0;

	-webkit-transform: translate(0, -30px);

	-ms-transform: translate(0, -30px);

	transform: translate(0, -30px);

	transition: all 0.7s ease;

	-moz-transition: all 0.7s ease;

	-webkit-transition: all 0.7s ease;

	-ms-transition: all 0.7s ease;

	-o-transition: all 0.7s ease;

}



.team-block-two .inner-box:hover .overlay-box {

	opacity: 1;

	-webkit-transform: translate(0, 0px);

	-ms-transform: translate(0, 0px);

	transform: translate(0, 0px);

}



.team-block-two .inner-box .overlay-box .text {

	color: #fff;

	margin-bottom: 20px;

}



.team-block-two .inner-box .overlay-box .social-links {

	position: relative;

	width: 100%;

}



.team-block-two .inner-box .overlay-box .social-links li {

	position: relative;

	display: inline-block;

	margin: 0px 4px;

	line-height: 24px;

}



.team-block-two .inner-box .overlay-box .social-links li a {

	position: relative;

	color: #ff4747;

	background: #fff;

	display: inline-block;

	width: 50px;

	height: 50px;

	border-radius: 50%;

	line-height: 50px;

	font-size: 15px;

	transition: all 0.3s ease;

	-moz-transition: all 0.3s ease;

	-webkit-transition: all 0.3s ease;

	-ms-transition: all 0.3s ease;

	-o-transition: all 0.3s ease;

}



.team-block-two .inner-box .overlay-box .social-links.style-two li a {

	width: 40px;

	height: 40px;

	border-radius: 50%;

	line-height: 40px;

	font-size: 15px;

}



.team-block-two .inner-box .overlay-box .social-links li a:hover {

	background: #ff4747;

	color: #fff;

}



.team-block-two .inner-box .image img {

	position: relative;

	width: 100%;

	display: block;

}



.team-block-two .inner-box .lower-box {

	position: relative;

	padding-top: 25px;

	text-align: center;

}



.team-block-two .inner-box .lower-box h4 {

	position: relative;

	font-size: 20px;

	font-weight: 700;

}



.team-block-two .inner-box .lower-box h4 a {

	color: #fff;

	-webkit-transition: .5s ease;

	-o-transition: .5s ease;

	transition: .5s ease;

}



.team-block-two .inner-box .lower-box h4 a:hover {

	color: #ffffff;

}



.team-block-two .inner-box .lower-box .designation {

	position: relative;

	color: #ff4747;

	font-size: 16px;

}



/* dark style */



.team-block-two.dark-style .inner-box .lower-box h4 a {

	color:#1a224d;

}



.team-block-two.dark-style .inner-box .lower-box h4 a:hover {

	color: #ff4747;

}



/***



==================================================================

	Team section four

==================================================================



***/



.team-section-four {

	position: relative;

}



.team-section-four .container {

	max-width: 1220px;

	padding: 0px;

}



/* team block three */



.team-block-three {

	position: relative;

	margin-bottom: 30px;

	padding: 0px;

}



.team-block-three .inner-box {

	position: relative;

	padding: 40px 40px 0;

}



.team-block-three .inner-box .image-wrapper {

	position: relative;

}



.team-block-three .image-wrapper:before {

	position: absolute;

	content: '';

	background: #fff;

	border: 7px solid #e8e8eb;

	left: 40px;

	bottom: 40px;

	width: 100%;

	height: 100%;

}



.team-block-three .image-wrapper:after {

	position: absolute;

	content: '';

	background: #3648b2;

	left: 40px;

	bottom: 40px;

	width: 70%;

	height: 70%;

	transition: .5s ease;

	opacity: .8;

}



.team-block-three .inner-box:hover .image-wrapper:after {

	width: 100%;

	height: 100%;

	opacity: 1;

}



.team-block-three .inner-box .image {

	position: relative;

	overflow: hidden;

	z-index: 9;

}



.team-block-three .inner-box .overlay-box {

	position: absolute;

	left: 55px;

	bottom: 30px;

	right: 55px;

	padding: 25px 0;

	color: #ffffff;

	text-align: center;

	background: rgba(54, 72, 178, 0.95);

	opacity: 0;

	z-index: 9;

	-webkit-transform: translate(0, -30px);

	-ms-transform: translate(0, -30px);

	transform: translate(0, -30px);

	transition: all 0.7s ease;

	-moz-transition: all 0.7s ease;

	-webkit-transition: all 0.7s ease;

	-ms-transition: all 0.7s ease;

	-o-transition: all 0.7s ease;

}



.team-block-three .inner-box:hover .overlay-box {

	opacity: 1;

	-webkit-transform: translate(0, 0px);

	-ms-transform: translate(0, 0px);

	transform: translate(0, 0px);

}



.team-block-three .inner-box .overlay-box .text {

	color: #fff;

	margin-bottom: 20px;

}



.team-block-three .inner-box .overlay-box .social-links {

	position: relative;

	width: 100%;

}



.team-block-three .inner-box .overlay-box .social-links li {

	position: relative;

	display: inline-block;

	margin: 0px 4px;

	line-height: 24px;

}



.team-block-three .inner-box .overlay-box .social-links li a {

	position: relative;

	color: #ff4747;

	background: #fff;

	display: inline-block;

	width: 50px;

	height: 50px;

	border-radius: 50%;

	line-height: 50px;

	font-size: 15px;

	transition: all 0.3s ease;

	-moz-transition: all 0.3s ease;

	-webkit-transition: all 0.3s ease;

	-ms-transition: all 0.3s ease;

	-o-transition: all 0.3s ease;

}



.team-block-three .inner-box .overlay-box .social-links.style-two li a {

	width: 40px;

	height: 40px;

	border-radius: 50%;

	line-height: 40px;

	font-size: 15px;

}



.team-block-three .inner-box .overlay-box .social-links li a:hover {

	background: #ff4747;

	color: #fff;

}



.team-block-three .inner-box .image img {

	position: relative;

	width: 100%;

	display: block;

	transition: .5s ease;

}



.team-block-three .inner-box:hover .image img {

	transform: scale(1.2);

}



.team-block-three .inner-box .lower-box {

	position: relative;

	padding-top: 25px;

	text-align: center;

}



.team-block-three .inner-box .lower-box h4 {

	position: relative;

	font-size: 20px;

	font-weight: 700;

}



.team-block-three .inner-box .lower-box h4 a {

	color: #222;

	-webkit-transition: .5s ease;

	-o-transition: .5s ease;

	transition: .5s ease;

}



.team-block-three .inner-box .lower-box h4 a:hover {

	color: #ff4747;

}



.team-block-three .inner-box .lower-box .designation {

	position: relative;

	color: #ff4747;

	font-size: 16px;

}







/*** 



====================================================================

	Project Section

====================================================================



***/



.project-section{

	position:relative;

}



.project-tab{

	position:relative;	

}



.project-tab .sec-title{}



.project-tab .project-carousel .owl-nav,

.project-tab .project-carousel .owl-dots{

	display:none;

}



.project-tab .tabs-header{

	position:relative;

}



.project-tab .product-tab-btns{

	position:relative;

	margin-bottom: 50px;

}



.project-tab .product-tab-btns .p-tab-btn{

	position:relative;

	cursor:pointer;

	color: #1a224d;

	font-weight: 600;

	font-size: 18px;

	display:inline-block;

	margin-bottom:10px;

	padding-right: 30px;

	text-transform: capitalize;

	transition:all 0.3s ease;

	-moz-transition:all 0.3s ease;

	-webkit-transition:all 0.3s ease;

	-ms-transition:all 0.3s ease;

	-o-transition:all 0.3s ease;

	font-family: 'Muli', sans-serif;

}



.project-tab .product-tab-btns .p-tab-btn:after{

	position:absolute;

	content:'';

	left:0px;

	top:12px;

	width:100%;

	height:1px;

	opacity:0;

	background-color:#ff5e8f;

	transition:all 0.3s ease;

	-moz-transition:all 0.3s ease;

	-webkit-transition:all 0.3s ease;

	-ms-transition:all 0.3s ease;

	-o-transition:all 0.3s ease;

}



.project-tab .product-tab-btns .p-tab-btn:hover::after,

.project-tab .product-tab-btns .p-tab-btn.active-btn::after{

}



.project-tab .product-tab-btns .p-tab-btn:hover,

.project-tab .product-tab-btns .p-tab-btn.active-btn{

	color: #ff4747;

}



.project-tab .p-tabs-content{

	position:relative;

	display:block;

}



.project-tab .p-tab{

	position:absolute;

	left:0px;

	top:0px;

	width:100%;

	height:auto;

	opacity:0;

	visibility:hidden;	

}



.project-tab .p-tab.active-tab{

	position:relative;

	opacity:1;

	visibility:visible;

	z-index:5;

}



/*Gallery Block*/



.gallery-block{

	position:relative;

}



.gallery-block .inner-box{

	position:relative;

	overflow:hidden;

}



.project-section-two .gallery-block .inner-box {

	margin-bottom: 30px;

}



.p-tab .gallery-block{

	transition:all 0.7s ease;

	-moz-transition:all 0.7s ease;

	-webkit-transition:all 0.7s ease;

	-ms-transition:all 0.7s ease;

	-o-transition:all 0.7s ease;

	-webkit-transform:scaleX(0);

	-ms-transform:scaleX(0);

	-o-transform:scaleX(0);

	-moz-transform:scaleX(0);

	transform:scaleX(0);	

}



.p-tab.active-tab .gallery-block{

	-webkit-transform:scaleX(1);

	-ms-transform:scaleX(1);

	-o-transform:scaleX(1);

	-moz-transform:scaleX(1);

	transform:scaleX(1);

}



.gallery-block .inner-box .image-box{

	position:relative;

	margin: 0;

}



.gallery-block .inner-box .image-box img{

	position:relative;

	width:100%;

	display:block;

}



.gallery-block .inner-box .overlay-box{

	position: absolute;

	left: 0px;

	top: 0px;

	width: 100%;

	height: 100%;

	opacity: 0;

	color: #ffffff;

	background: rgb(54, 72, 178);

	-webkit-transition: all 700ms ease;

	-ms-transition: all 700ms ease;

	-o-transition: all 700ms ease;

	transition: all 700ms ease;

}



.gallery-block .inner-box .overlay-box:before {

    position: absolute;

    content: '';

    left: 0;

    top: 0;

    width: 100%;

    height: 100%;

    background-image: url(../images/background/pattern-4.png);

    background-repeat: no-repeat;

    background-position: 100% 125%;

}



.gallery-block .inner-box:hover .overlay-box{

	opacity:1;

}



.gallery-block .inner-box .overlay-box .overlay-inner{

	position: absolute;

	left: 0px;

	top: 0px;

	width: 100%;

	height: 100%;

	display: table;

	vertical-align: middle;

	padding: 10px 50px;

}



.gallery-block .inner-box .overlay-box .overlay-inner .content{

	position: relative;

    display: table-cell;

    vertical-align: middle;

}



.gallery-block .inner-box .image-box .overlay-box .content-text{

	position:relative;

	opacity:0;

	-webkit-transition: all 700ms ease;

    -ms-transition: all 700ms ease;

    -o-transition: all 700ms ease;

    transition: all 700ms ease;

    -webkit-transform: translateY(40px);

    -ms-transform: translateY(40px);

    -o-transform: translateY(40px);

    -moz-transform: translateY(40px);

    transform: translateY(40px);

}



.gallery-block .inner-box:hover .image-box .overlay-box .content-text{

    opacity: 1;

    -webkit-transform: translate(0%);

    -ms-transform: translate(0%);

    -o-transform: translate(0%);

    -moz-transform: translate(0%);

    transform: translate(0%);

}



.gallery-block .inner-box .image-box .overlay-box .content-text h3{

	position:relative;

	font-size:24px;

	font-weight:700;

	line-height:1.2em;

	margin-bottom: 15px;

	display:block;

	letter-spacing:1px;

}



.gallery-block .inner-box .image-box .overlay-box .content-text h3 a{

	color:#ffffff;

	transition:all 0.3s ease;

	-moz-transition:all 0.3s ease;

	-webkit-transition:all 0.3s ease;

	-ms-transition:all 0.3s ease;

	-o-transition:all 0.3s ease;

}



.gallery-block .inner-box .image-box .overlay-box .content-text .category{

	position:relative;

	color: #ff4747;

	font-size: 15px;

	font-weight:500;

	margin-bottom: 12px;

	text-transform: capitalize;

	font-family: 'Rubik', sans-serif;

}



.gallery-block .inner-box .image-box .overlay-box .content-text .text {

	color: rgba(255, 255, 255, 0.7);

	margin-bottom: 30px;

}



.gallery-block.style-two .inner-box{

	border-radius:0px;

}



.gallery-block.mix{

	display:none;

}



/* Gallery block two */



.gallery-block-two {

	position: relative;

}



.gallery-block-two .inner-box {

	position: relative;

	margin-bottom: 30px;

	overflow: hidden;

}



.gallery-block-two .inner-box .image {

	position: relative;

	overflow: hidden;

}



.gallery-block-two .inner-box .image:before {

	position: absolute;

	content: '';

	left: 0px;

	top: 0px;

	width: 100%;

	height: 100%;

	display: block;

	z-index: 8;

	opacity: 0;

	-webkit-transform: perspective(400px) rotateX(-90deg);

	-ms-transform: perspective(400px) rotateX(-90deg);

	transform: perspective(400px) rotateX(-90deg);

	-webkit-transform-origin: top;

	-ms-transform-origin: top;

	transform-origin: top;

	-webkit-transition: all 0.5s;

	-o-transition: all 0.5s;

	transition: all 0.5s;

	background-color: rgba(33, 32, 32, 0.9);

}



.gallery-block-two .inner-box:hover .image:before {

	opacity: 1;

	-webkit-transform: perspective(400px) rotateX(0deg);

	-ms-transform: perspective(400px) rotateX(0deg);

	transform: perspective(400px) rotateX(0deg);

}



.gallery-block-two .inner-box img {

	width: 100%;

	-webkit-transition: .7s ease;

	-o-transition: .7s ease;

	transition: .7s ease;

	-webkit-transition-delay: .3s;

	-o-transition-delay: .3s;

	transition-delay: .3s;

}



.gallery-block-two .inner-box:hover img {

	-webkit-transform: scale(1.2);

	-ms-transform: scale(1.2);

	transform: scale(1.2);

}



.gallery-block-two .inner-box .lower-content {

	position: relative;

	background: #fff;

	padding: 23px 30px;

	border: 1px solid #e9e6e6;

	border-top:0px;

	transition: .5s ease;

}



.gallery-block-two .inner-box:hover .lower-content{

	border-color: #fff;

}



.gallery-block-two h4 {

	font-size: 22px;

	font-weight: 600;

	color: #222;

	line-height: 28px;

}



.gallery-block-two h4 a {

	color: #222;

	transition: .5s ease;

}



.gallery-block-two h4 a:hover {

	color: #f13729;

}



.gallery-block-two .category {

	font-size: 15px;

	color: #8a8d91;

	transition: .5s ease;

}



.gallery-block-two .text {

	transition: .5s ease;

	line-height: 26px;

}



.gallery-block-two .overlay-content {

	position: absolute;

	left: 0;

	bottom: -45px;

	width: 100%;

	opacity: 0;

	background: #3648b2;

	visibility: hidden;

	transition: .5s ease;

	z-index: 9;

}



.gallery-block-two .inner-box:hover .overlay-content {

	opacity: 1;

	visibility: visible;

	bottom: 0;

}



.gallery-block-two .inner-box:hover .overlay-content .lower-content{

	box-shadow: 0px 0px 21px 0px rgba(0, 0, 0, 0.08);

	border-color: #3648b2;

}



.gallery-block-two .inner-box .overlay-content .lower-content {

	background: #3648b2;

	padding: 40px 30px;

}



.gallery-block-two .overlay-content h4 {

	color: #fff;

}



.gallery-block-two .overlay-content h4 a {

	color: #fff;

}



.gallery-block-two .overlay-content h4 a:hover {

	color: #fff;

}



.gallery-block-two .overlay-content .category {

	color: #ff4747;

}



.gallery-block-two .overlay-content .text {

	color: #fff;

}



/* Gallery block three */



.gallery-block-three {

	position: relative;

}



.gallery-block-three .inner-box {

	position: relative;

	margin-bottom: 30px;

	overflow: hidden;

}



.gallery-block-three .inner-box .image {

	position: relative;

	overflow: hidden;

}



.gallery-block-three .inner-box .image:before{

	position: absolute;

	left: 0;

	top: 0%;

	bottom: 0;

	width: 100%;

	content: "";

	background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(0,0,0,1) 100%);

	background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(0,0,0,1) 100%);

	background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(0,0,0,1) 100%);

	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#000000',GradientType=0 );

	z-index: 1;

	transition: .5s ease;

	opacity: .8;

}



.gallery-block-three .inner-box:hover .image:before {

	top: 50%;

	opacity: 0;

}



.gallery-block-three .inner-box img {

	width: 100%;

	-webkit-transition: .7s ease;

	-o-transition: .7s ease;

	transition: .7s ease;

	-webkit-transition-delay: .3s;

	-o-transition-delay: .3s;

	transition-delay: .3s;

}



.gallery-block-three .inner-box:hover img {

	-webkit-transform: scale(1.2);

	-ms-transform: scale(1.2);

	transform: scale(1.2);

}



.gallery-block-three .inner-box .lower-content {

	position: absolute;

	background: #fff0;

	padding: 40px;

	border-top:0px;

	transition: .5s ease;

	left: 0;

	bottom: 0;

	width: 100%;

	z-index: 2;

}



.gallery-block-three .inner-box:hover .lower-content{

	opacity: 0;

}



.gallery-block-three h4 {

	font-size: 22px;

	font-weight: 600;

	color: #fff;

	line-height: 28px;

}



.gallery-block-three h4 a {

	color: #222;

	transition: .5s ease;

}



.gallery-block-three h4 a:hover {

	color: #f13729;

}



.gallery-block-three .category {

	font-size: 15px;

	color: #c1c1c1;

	transition: .5s ease;

}



.gallery-block-three .text {

	transition: .5s ease;

	line-height: 26px;

}



.gallery-block-three .overlay-content {

	position: absolute;

	left: 0;

	bottom: -45px;

	width: 100%;

	height: 100%;

	opacity: 0;

	background: rgba(54, 72, 178, 0.85);

	visibility: hidden;

	transition: .5s ease;

	z-index: 9;

	display: flex;

	align-items: center;

	justify-content: center;

}



.gallery-block-three .inner-box:hover .overlay-content {

	opacity: 1;

	visibility: visible;

	bottom: 0;

}



.gallery-block-three .inner-box:hover .overlay-content .lower-content{

	opacity: 1;

	bottom: 0;

}



.gallery-block-three .inner-box .overlay-content .lower-content {

	background: transparent;

	padding: 40px 40px;

	position: relative;

}



.gallery-block-three .overlay-content h4 {

	color: #fff;

}



.gallery-block-three .overlay-content h4 a {

	color: #fff;

}



.gallery-block-three .overlay-content h4 a:hover {

	color: #fff;

}



.gallery-block-three .overlay-content .category {

	color: #ff4747;

}



.gallery-block-three .overlay-content .text {

	color: #fff;

	margin-top: 20px;

	margin-bottom: 25px;

	max-width: 450px;

}



.gallery-block-three .overlay-content .theme-btn {

	padding: 11px 30px;

}



/***



==================================================================

	Case Details

==================================================================



***/



.case-details {

	position: relative;

}



.case-details h1 {

	font-size: 40px;

	font-weight: 700;

	margin-bottom: 20px;

	line-height: 50px;

}



.case-details h3 {

	font-size: 26px;

	font-weight: 700;

	margin-bottom: 20px;

}



.case-details .top-content {

	position: relative;

	margin-bottom: 60px;

}



.case-details .project-info {

	position: relative;

	padding: 58px 50px;

	background: #3648b2;

}



.case-details .project-info h3 {

	color: #fff;

	font-size: 26px;

	font-weight: 600;

	margin-bottom: 20px;

}



.case-details .project-info .text {

	color: rgba(255, 255, 255, 0.75);

	padding-bottom: 30px;

	border-bottom: 1px solid rgba(255, 255, 255, 0.18);

	margin-bottom: 30px;

}



.case-details .project-info ul li {

	color: rgba(255, 255, 255, 0.75);

	margin-bottom: 15px;

	font-size: 17px;

}



.case-details .project-info ul li:last-child {

	margin-bottom: 0px;

}



.case-details .project-info ul li strong {

	color: #fff;

}





/***



==================================================================

	Blog section

==================================================================



***/



.blog-section {

	position: relative;

}



/* News block one */



.news-block-one {

	position: relative;

}



.news-block-one .inner-box {

	margin-bottom: 30px;

}



.news-block-one .image {

	position: relative;

	overflow: hidden;

}



.news-block-one .image:before {

	position: absolute;

	content: '';

	left: 0px;

	top: 0px;

	width: 100%;

	height: 100%;

	display: block;

	z-index: 8;

	opacity: 0;

	-webkit-transform: perspective(400px) rotateX(-90deg);

	-ms-transform: perspective(400px) rotateX(-90deg);

	transform: perspective(400px) rotateX(-90deg);

	-webkit-transform-origin: top;

	-ms-transform-origin: top;

	transform-origin: top;

	-webkit-transition: all 0.5s;

	-o-transition: all 0.5s;

	transition: all 0.5s;

	background-color: rgba(54, 72, 178, 0.95);

}



.news-block-one:hover .image:before {

	opacity: 1;

	-webkit-transform: perspective(400px) rotateX(0deg);

	-ms-transform: perspective(400px) rotateX(0deg);

	transform: perspective(400px) rotateX(0deg);

}



.news-block-one img {

	width: 100%;

	-webkit-transition: .7s ease;

	-o-transition: .7s ease;

	transition: .7s ease;

	-webkit-transition-delay: .3s;

	-o-transition-delay: .3s;

	transition-delay: .3s;

}



.news-block-one:hover img {

	-webkit-transform: scale(1.2);

	-ms-transform: scale(1.2);

	transform: scale(1.2);

}



.news-block-one .overlay a {

	background: rgba(255, 255, 255, 0.85) none repeat scroll 0 0;

	border-radius: 50%;

	color: #222;

	font-size: 20px;

	height: 60px;

	margin: 0 5px;

	line-height: 60px;

	opacity: 0;

	display: inline-block;

	text-align: center;

	-webkit-transform: translateX(0%) translateY(-30%) scale(0.5);

	-ms-transform: translateX(0%) translateY(-30%) scale(0.5);

	transform: translateX(0%) translateY(-30%) scale(0.5);

	-webkit-transition: all 0.4s ease 0s;

	-o-transition: all 0.4s ease 0s;

	transition: all 0.4s ease 0s;

	width: 60px;

}



.news-block-one .overlay a:hover {

	background: rgba(255, 255, 255, 1) none repeat scroll 0 0;

	color: #ff4747;

}



.news-block-one:hover .overlay a {

	opacity: 1;

	-webkit-transform: translateX(0) translateY(0%) scale(1);

	-ms-transform: translateX(0) translateY(0%) scale(1);

	transform: translateX(0) translateY(0%) scale(1);

}



.news-block-one .overlay {

	left: 0;

	opacity: 0;

	position: absolute;

	right: 0;

	text-align: center;

	top: 50%;

	-webkit-transform: translateY(-50%);

	-ms-transform: translateY(-50%);

	transform: translateY(-50%);

	-webkit-transition: all 0.5s ease 0s;

	-o-transition: all 0.5s ease 0s;

	transition: all 0.5s ease 0s;

	z-index: 10;

}



.news-block-one:hover .overlay {

	opacity: 1;

}



.news-block-one .lower-content {

	position: relative;

	z-index: 9;

	background-color: #fff;

	padding-top: 30px;

}



.news-block-one .lower-content .category {

	margin-bottom: 15px;

}



.news-block-one .lower-content .category a {

	font-size: 13px;

	font-weight: 500;

	color: #fff;

	padding: 5px 10px;

	background-color: #ff4747;

}



.news-block-one .lower-content .post-meta {

	margin-bottom: 8px;

}



.news-block-one .lower-content .post-meta li {

	position: relative;

	color: #b8b8b8;

	font-size: 15px;

	padding-right: 8px;

	margin-right: 17px;

	margin-bottom: 2px;

	display: inline-block;

}



.news-block-one .lower-content .post-meta li:after {

	position: absolute;

	content: '/';

	color: #b8b8b8;

	right: -10px;

	top: 1px;

	font-size: 14px;

}



.news-block-one .lower-content .post-meta li:last-child::after {

	display: none;

}



.news-block-one .lower-content .post-meta li strong {

	color: #ff4747;

	font-weight: 500;

}



.news-block-one .lower-content .post-meta li span {

	color: #ff4747;

}



.news-block-one h4 {

	font-size: 20px;

	font-weight: 700;

	margin-bottom: 15px;

}



.news-block-one h4 a {

	color: #1a224d;

}



.news-block-one h4 a:hover {

	color: #e41f2c;

}



.news-block-one .text {

	margin-bottom: 15px;

}



.news-block-one .link-btn {

	position: relative;

}



.news-block-one .read-more-btn {

	font-size: 16px;

	font-weight: 600;

	color: #222;

}



.news-block-one .read-more-btn:hover {

	color: #ff4747;

}



.news-block-one .read-more-btn span {

	position: relative;

	top: 1px;

	left: 2px;

}







/***



==================================================================

	Blog section two

==================================================================



***/



.blog-section-two {

	position: relative;

}



.blog-section-two:before {

    position: absolute;

    content: '';

    left: 0;

    top: 0;

    bottom: -80px;

    width: 50%;

    background: #f7f7fa;

}





/* News block two */



.news-block-two {

	position: relative;

}



.news-block-two .inner-box {

	margin-bottom: 30px;

}



.news-block-two .image {

	position: relative;

	overflow: hidden;

}



.news-block-two .image:before {

	position: absolute;

	content: '';

	left: 0px;

	top: 0px;

	width: 100%;

	height: 100%;

	display: block;

	z-index: 8;

	opacity: 0;

	-webkit-transform: perspective(400px) rotateX(-90deg);

	-ms-transform: perspective(400px) rotateX(-90deg);

	transform: perspective(400px) rotateX(-90deg);

	-webkit-transform-origin: top;

	-ms-transform-origin: top;

	transform-origin: top;

	-webkit-transition: all 0.5s;

	-o-transition: all 0.5s;

	transition: all 0.5s;

	background-color: rgba(54, 72, 178, 0.95);

}



.news-block-two:hover .image:before {

	opacity: 1;

	-webkit-transform: perspective(400px) rotateX(0deg);

	-ms-transform: perspective(400px) rotateX(0deg);

	transform: perspective(400px) rotateX(0deg);

}



.news-block-two img {

	width: 100%;

	-webkit-transition: .7s ease;

	-o-transition: .7s ease;

	transition: .7s ease;

	-webkit-transition-delay: .3s;

	-o-transition-delay: .3s;

	transition-delay: .3s;

}



.news-block-two:hover img {

	-webkit-transform: scale(1.2);

	-ms-transform: scale(1.2);

	transform: scale(1.2);

}



.news-block-two .overlay a {

	background: rgb(255, 255, 255) none repeat scroll 0 0;

	border-radius: 50%;

	color: #3648b3;

	font-size: 20px;

	height: 60px;

	margin: 0 5px;

	line-height: 60px;

	opacity: 0;

	display: inline-block;

	text-align: center;

	-webkit-transform: translateX(0%) translateY(-30%) scale(0.5);

	-ms-transform: translateX(0%) translateY(-30%) scale(0.5);

	transform: translateX(0%) translateY(-30%) scale(0.5);

	-webkit-transition: all 0.4s ease 0s;

	-o-transition: all 0.4s ease 0s;

	transition: all 0.4s ease 0s;

	width: 60px;

}



.news-block-two .overlay a:hover {

	background: rgb(255, 255, 255) none repeat scroll 0 0;

	color: #ff4747;

}



.news-block-two:hover .overlay a {

	opacity: 1;

	-webkit-transform: translateX(0) translateY(0%) scale(1);

	-ms-transform: translateX(0) translateY(0%) scale(1);

	transform: translateX(0) translateY(0%) scale(1);

}



.news-block-two .overlay {

	left: 0;

	opacity: 0;

	position: absolute;

	right: 0;

	text-align: center;

	top: 50%;

	-webkit-transform: translateY(-50%);

	-ms-transform: translateY(-50%);

	transform: translateY(-50%);

	-webkit-transition: all 0.5s ease 0s;

	-o-transition: all 0.5s ease 0s;

	transition: all 0.5s ease 0s;

	z-index: 10;

}



.news-block-two:hover .overlay {

	opacity: 1;

}



.news-block-two .lower-content {

	position: relative;

	z-index: 9;

	background-color: #fff;

	padding: 25px 30px 15px;

	transform: translateY(-50%);

	margin-bottom: -80px;

	margin-left: 20px;

	margin-right: 20px;

	transition: .5s ease;

}



.news-block-two .inner-box:hover .lower-content{

	box-shadow: -5px 4px 20px rgba(0, 0, 0, 0.09);

	transform: translateY(-40%);

}



.news-block-two .lower-content .category {

	margin-bottom: 15px;

}



.news-block-two .lower-content .category a {

	font-size: 13px;

	font-weight: 500;

	color: #fff;

	padding: 5px 10px;

	background-color: #ff4747;

}



.news-block-two .lower-content .post-meta {

	position: relative;

	padding-left: 45px;

}



.news-block-two .lower-content .post-meta:before {

	position: absolute;

	content: '';

	background: #ff4747;

	height: 1px;

	width: 30px;

	left: 0;

	top: 15px;

}



.news-block-two .lower-content .post-meta li {

	position: relative;

	color: #ff4747;

	font-size: 12px;

	font-weight: 600;

	text-transform: uppercase;

	padding-right: 4px;

	margin-right: 12px;

	margin-bottom: 2px;

	display: inline-block;

}



.news-block-two .lower-content .post-meta li:after {

	position: absolute;

	content: '/';

	color: #ff4747;

	right: -10px;

	top: 0;

	font-size: 18px;

	font-weight: 400;

}



.news-block-two .lower-content .post-meta li:last-child::after {

	display: none;

}



.news-block-two .lower-content .post-meta li strong {

	color: #ff4747;

	font-weight: 500;

}



.news-block-two .lower-content .post-meta li span {

	color: #ff4747;

}



.news-block-two h4 {

	font-size: 20px;

	font-weight: 700;

	margin-bottom: 7px;

}



.news-block-two h4 a {

	color: #1a224d;

}



.news-block-two h4 a:hover {

	color: #e41f2c;

}



.news-block-two .text {

	margin-bottom: 15px;

}



.news-block-two .link-btn {

	position: relative;

}



.news-block-two .read-more-btn {

	font-size: 16px;

	font-weight: 600;

	color: #222;

}



.news-block-two .read-more-btn:hover {

	color: #ff4747;

}





/* News block three */



.news-block-three {

	position: relative;

}



.news-block-three .inner-box {

	margin-bottom: 30px;

	box-shadow: 0px 15px 39px 0px rgba(8, 18, 109, 0.1);

	transition: .5s ease;

}



.news-block-three .inner-box:hover {

	box-shadow: 0px -5px 39px 0px rgba(8, 18, 109, 0.1);

	transform: translate3d(0, -10px, 0);

}



.news-block-three .image {

	position: relative;

	overflow: hidden;

}



.news-block-three .image:before {

	position: absolute;

	content: '';

	left: 0px;

	top: 0px;

	width: 100%;

	height: 100%;

	display: block;

	z-index: 8;

	opacity: 0;

	-webkit-transform: perspective(400px) rotateX(-90deg);

	-ms-transform: perspective(400px) rotateX(-90deg);

	transform: perspective(400px) rotateX(-90deg);

	-webkit-transform-origin: top;

	-ms-transform-origin: top;

	transform-origin: top;

	-webkit-transition: all 0.5s;

	-o-transition: all 0.5s;

	transition: all 0.5s;

	background-color: rgba(54, 72, 178, 0.95);

}



.news-block-three:hover .image:before {

	opacity: 1;

	-webkit-transform: perspective(400px) rotateX(0deg);

	-ms-transform: perspective(400px) rotateX(0deg);

	transform: perspective(400px) rotateX(0deg);

}



.news-block-three img {

	width: 100%;

	-webkit-transition: .7s ease;

	-o-transition: .7s ease;

	transition: .7s ease;

	-webkit-transition-delay: .3s;

	-o-transition-delay: .3s;

	transition-delay: .3s;

}



.news-block-three:hover img {

	-webkit-transform: scale(1.2);

	-ms-transform: scale(1.2);

	transform: scale(1.2);

}



.news-block-three .overlay a {

	background: rgb(255, 255, 255) none repeat scroll 0 0;

	border-radius: 50%;

	color: #3648b3;

	font-size: 20px;

	height: 60px;

	margin: 0 5px;

	line-height: 60px;

	opacity: 0;

	display: inline-block;

	text-align: center;

	-webkit-transform: translateX(0%) translateY(-30%) scale(0.5);

	-ms-transform: translateX(0%) translateY(-30%) scale(0.5);

	transform: translateX(0%) translateY(-30%) scale(0.5);

	-webkit-transition: all 0.4s ease 0s;

	-o-transition: all 0.4s ease 0s;

	transition: all 0.4s ease 0s;

	width: 60px;

}



.news-block-three .overlay a:hover {

	background: rgb(255, 255, 255) none repeat scroll 0 0;

	color: #ff4747;

}



.news-block-three:hover .overlay a {

	opacity: 1;

	-webkit-transform: translateX(0) translateY(0%) scale(1);

	-ms-transform: translateX(0) translateY(0%) scale(1);

	transform: translateX(0) translateY(0%) scale(1);

}



.news-block-three .overlay {

	left: 0;

	opacity: 0;

	position: absolute;

	right: 0;

	text-align: center;

	top: 50%;

	-webkit-transform: translateY(-50%);

	-ms-transform: translateY(-50%);

	transform: translateY(-50%);

	-webkit-transition: all 0.5s ease 0s;

	-o-transition: all 0.5s ease 0s;

	transition: all 0.5s ease 0s;

	z-index: 10;

}



.news-block-three:hover .overlay {

	opacity: 1;

}



.news-block-three .lower-content {

	position: relative;

	z-index: 9;

	background-color: #fff;

	padding: 25px 30px 30px;

	transition: .5s ease;

}



.news-block-three .lower-content .category {

	margin-bottom: 15px;

}



.news-block-three .lower-content .category a {

	font-size: 13px;

	font-weight: 500;

	color: #fff;

	padding: 5px 10px;

	background-color: #ff4747;

}



.news-block-three .lower-content .post-meta {

	position: relative;

	padding-left: 45px;

}



.news-block-three .lower-content .post-meta:before {

	position: absolute;

	content: '';

	background: #ff4747;

	height: 1px;

	width: 30px;

	left: 0;

	top: 15px;

}



.news-block-three .lower-content .post-meta li {

	position: relative;

	color: #ff4747;

	font-size: 12px;

	font-weight: 600;

	text-transform: uppercase;

	padding-right: 4px;

	margin-right: 12px;

	margin-bottom: 2px;

	display: inline-block;

}



.news-block-three .lower-content .post-meta li:after {

	position: absolute;

	content: '/';

	color: #ff4747;

	right: -10px;

	top: 0;

	font-size: 18px;

	font-weight: 400;

}



.news-block-three .lower-content .post-meta li:last-child::after {

	display: none;

}



.news-block-three .lower-content .post-meta li strong {

	color: #ff4747;

	font-weight: 500;

}



.news-block-three .lower-content .post-meta li span {

	color: #ff4747;

}



.news-block-three h4 {

	font-size: 20px;

	font-weight: 700;

	margin-bottom: 7px;

}



.news-block-three h4 a {

	color: #1a224d;

}



.news-block-three h4 a:hover {

	color: #e41f2c;

}



.news-block-three .text {

	margin-bottom: 15px;

}



.news-block-three .link-btn {

	position: relative;

}



.news-block-three .read-more-btn {

	font-size: 16px;

	font-weight: 600;

	color: #222;

}



.news-block-three .read-more-btn:hover {

	color: #ff4747;

}



.news-block-three .read-more-btn span {

	position: relative;

	margin-left: 5px;

	top: 2px;

}





.news-block-four {

	position: relative;

}



.news-block-four .inner-box {

	margin-bottom: 30px;

	transition: .5s ease;

}



.news-block-four .inner-box:hover {

	transform: translate3d(0, -10px, 0);

}



.news-block-four .image {

	position: relative;

	overflow: hidden;

}



.news-block-four .image:before {

	position: absolute;

	content: '';

	left: 0px;

	top: 0px;

	width: 100%;

	height: 100%;

	display: block;

	z-index: 8;

	opacity: 0;

	-webkit-transform: perspective(400px) rotateX(-90deg);

	-ms-transform: perspective(400px) rotateX(-90deg);

	transform: perspective(400px) rotateX(-90deg);

	-webkit-transform-origin: top;

	-ms-transform-origin: top;

	transform-origin: top;

	-webkit-transition: all 0.5s;

	-o-transition: all 0.5s;

	transition: all 0.5s;

	background-color: rgba(54, 72, 178, 0.95);

}



.news-block-four:hover .image:before {

	opacity: 1;

	-webkit-transform: perspective(400px) rotateX(0deg);

	-ms-transform: perspective(400px) rotateX(0deg);

	transform: perspective(400px) rotateX(0deg);

}



.news-block-four img {

	width: 100%;

	-webkit-transition: .7s ease;

	-o-transition: .7s ease;

	transition: .7s ease;

	-webkit-transition-delay: .3s;

	-o-transition-delay: .3s;

	transition-delay: .3s;

}



.news-block-four:hover img {

	-webkit-transform: scale(1.2);

	-ms-transform: scale(1.2);

	transform: scale(1.2);

}



.news-block-four .overlay a {

	background: rgb(255, 255, 255) none repeat scroll 0 0;

	border-radius: 50%;

	color: #3648b3;

	font-size: 20px;

	height: 60px;

	margin: 0 5px;

	line-height: 60px;

	opacity: 0;

	display: inline-block;

	text-align: center;

	-webkit-transform: translateX(0%) translateY(-30%) scale(0.5);

	-ms-transform: translateX(0%) translateY(-30%) scale(0.5);

	transform: translateX(0%) translateY(-30%) scale(0.5);

	-webkit-transition: all 0.4s ease 0s;

	-o-transition: all 0.4s ease 0s;

	transition: all 0.4s ease 0s;

	width: 60px;

}



.news-block-four .overlay a:hover {

	background: rgb(255, 255, 255) none repeat scroll 0 0;

	color: #ff4747;

}



.news-block-four:hover .overlay a {

	opacity: 1;

	-webkit-transform: translateX(0) translateY(0%) scale(1);

	-ms-transform: translateX(0) translateY(0%) scale(1);

	transform: translateX(0) translateY(0%) scale(1);

}



.news-block-four .overlay {

	left: 0;

	opacity: 0;

	position: absolute;

	right: 0;

	text-align: center;

	top: 50%;

	-webkit-transform: translateY(-50%);

	-ms-transform: translateY(-50%);

	transform: translateY(-50%);

	-webkit-transition: all 0.5s ease 0s;

	-o-transition: all 0.5s ease 0s;

	transition: all 0.5s ease 0s;

	z-index: 10;

}



.news-block-four:hover .overlay {

	opacity: 1;

}



.news-block-four .lower-content {

	position: relative;

	z-index: 9;

	background-color: #fff;

	padding: 30px 0px 40px;

	transition: .5s ease;

}



.news-block-four .lower-content .category {

	margin-bottom: 15px;

}



.news-block-four .lower-content .category a {

	font-size: 13px;

	font-weight: 500;

	color: #fff;

	padding: 5px 10px;

	background-color: #ff4747;

}



.news-block-four .lower-content .post-meta {

	position: relative;

	padding-left: 45px;

	margin-bottom: 10px;

}



.news-block-four .lower-content .post-meta:before {

	position: absolute;

	content: '';

	background: #ff4747;

	height: 1px;

	width: 30px;

	left: 0;

	top: 15px;

}



.news-block-four .lower-content .post-meta li {

	position: relative;

	color: #1a224d;

	font-size: 12px;

	font-weight: 700;

	text-transform: capitalize;

	padding-right: 4px;

	margin-right: 20px;

	margin-bottom: 2px;

	display: inline-block;

	font-family: 'Muli', sans-serif;

}



.news-block-four .lower-content .post-meta li:after {

	position: absolute;

	content: '/';

	color: #ff4747;

	right: -10px;

	top: 0;

	font-size: 18px;

	font-weight: 400;

}



.news-block-four .lower-content .post-meta li:last-child::after {

	display: none;

}



.news-block-four .lower-content .post-meta li strong {

	color: #ff4747;

	font-weight: 500;

}



.news-block-four .lower-content .post-meta li i {

	color: #ff4747;

	margin-right: 5px;

}



.news-block-four h2 {

	font-size: 30px;

	font-weight: 700;

	margin-bottom: 15px;

	line-height: 40px;

}



.news-block-four h2 a {

	color: #1a224d;

}



.news-block-four h2 a:hover {

	color: #e41f2c;

}



.news-block-four .text {

	margin-bottom: 15px;

	font-size: 17px;

}



.news-block-four .link-btn {

	position: relative;

}



.news-block-four .read-more-btn {

	font-size: 16px;

	font-weight: 600;

	color: #222;

}



.news-block-four .read-more-btn:hover {

	color: #ff4747;

}



.news-block-four .read-more-btn span {

	position: relative;

	margin-left: 5px;

	top: 2px;

}



/* Blog single post */



.blog-single-post .news-block-four .inner-box:hover {

	transform: translate3d(0, 0px, 0);

}



.blog-single-post .news-block-four .image:before {

	display: none;

}



.blog-single-post .news-block-four:hover img {

    transform: scale(1);

}



.blog-single-post .blockquote {

	position: relative;

	padding: 33px 40px;

	padding-right: 50px;

	border-left: 3px solid #ff4747;

	box-shadow: 0px 15px 39px 0px rgba(8, 18, 109, 0.1);

	margin-top: 50px;

	margin-bottom: 60px;

}



.blog-single-post .blockquote .text {

	font-size: 17px;

	font-style: italic;

	color: #222;

	margin-bottom: 0px;

}



.blog-single-post .blockquote .quote-icon {

    position: absolute;

    right: 40px;

    top: 50px;

    font-size: 120px;

    color: rgba(26, 34, 77, 0.30);

}



/* Comments Area */



.blog-single-post .comments-area {

	position: relative;

	margin-top: 50px;

}



.blog-single-post .group-title {

	position: relative;

	margin-bottom: 38px;

}



.blog-single-post .group-title h2 {

	position: relative;

	font-size: 25px;

	color: #222;

	font-weight: 700;

	padding-bottom: 0px;

}



.blog-single-post .comments-area .comment-box {

	position: relative;

	padding: 0px 0px 0px;

	margin-bottom: 45px;

	-webkit-transition: all 300ms ease;

	-o-transition: all 300ms ease;

	transition: all 300ms ease;

}



.blog-single-post .comments-area .comment-box.reply-comment {

	margin-left: 100px;

}



.blog-single-post .comments-area .comment-box:last-child .comment .comment-inner {

	margin-bottom: 0px;

	padding-bottom: 0px;

	border: 0px;

}



.blog-single-post .comments-area .comment-box:hover {

	border-color: #222222;

}



.blog-single-post .comments-area .comment {

	position: relative;

	font-size: 14px;

	padding: 0px 0px 40px 110px;

	border-bottom: 1px solid #ebebeb;

}



.blog-single-post .comments-area .comment .comment-inner {

	position: relative;

}



.blog-single-post .comments-area .comment .comment-reply {

	position: relative;

	color: #111111;

	font-size: 15px;

	border: 1px solid #e8e8e8;

	padding: 8px 23px;

	font-weight: 600;

	border-radius: 19px;

	text-transform: capitalize;

	-webkit-transition: all 300ms ease;

	-o-transition: all 300ms ease;

	transition: all 300ms ease;

}



.blog-single-post .comments-area .comment .comment-reply .icon {

	font-size: 13px;

	margin-right: 8px;

}



.blog-single-post .comments-area .comment-box .author-thumb {

	position: absolute;

	left: 0px;

	top: 0px;

	width: 86px;

	overflow: hidden;

	margin-bottom: 20px;

}



.blog-single-post .comments-area .comment-box .author-thumb img {

	display: block;

	border-radius: 50%;

}



.blog-single-post .comments-area .comment-info {

	color: #3e5773;

	line-height: 24px;

	font-size: 13px;

}



.blog-single-post .comments-area .comment-box strong {

	font-size: 18px;

	font-weight: 600;

	color: #111111;

	line-height: 16px;

	text-transform: capitalize;

}



.blog-single-post .comments-area .comment-box .text {

	color: #848484;

	font-size: 17px;

	margin-top: 10px;

	margin-bottom: 20px;

	line-height: 1.8em;

	font-weight: 300;

	max-width: 510px;

}



.blog-single-post .comments-area .comment-info .comment-time {

	position: relative;

	font-size: 16px;

	color: #848484;

}



.blog-single-post .comments-area .comment-box .theme-btn {

	padding: 5px 30px;

	font-size: 12px;

	border: 1px solid #fbca00;

	text-transform: uppercase;

	letter-spacing: 1px;

}







/***



==================================================================

	Contact form

==================================================================



***/



/*Contact Form*/



.contact-form-section h4 {

	position: relative;

	font-size: 22px;

	font-weight: 600;

	margin-bottom: 30px;

	text-align: center;

}



.contact-form input[type="text"],

.contact-form input[type="email"],

.contact-form input[type="password"],

.contact-form select,

.contact-form textarea {

	display: block;

	width: 100%;

	height: 55px;

	font-size: 16px;

	color: #848484;

	line-height: 30px;

	padding: 12px 25px;

	font-weight: 300;

	background-color: #ffffff;

	border-radius: 0px;

	border: 1px solid #ececec;

	transition: all 500ms ease;

	-webkit-transition: all 500ms ease;

	-ms-transition: all 500ms ease;

	-o-transition: all 500ms ease;

}



.contact-form input:focus,

.contact-form select:focus,

.contact-form textarea:focus {

	border-color: #ff214f;

}



.contact-form textarea {

	height: 180px;

	resize: none;

	padding: 12px 25px;

}



.contact-form button {

	cursor: pointer;

}



.contact-form input.error,

.contact-form select.error,

.contact-form textarea.error {

	border-color: #ff0000 !important;

}



.contact-form label.error {

	display: block;

	line-height: 24px;

	padding: 5px 0px 0px;

	margin: 0px;

	text-transform: uppercase;

	font-size: 11px;

	color: #ff0000;

	font-weight: 500;

}



.contact-form .form-control:focus {

	-webkit-box-shadow: none;

	box-shadow: none;

	border-color: #ff4747;

}



/* Form style two */



.contact-form.style-two input[type="text"],

.contact-form.style-two input[type="email"],

.contact-form.style-two input[type="password"],

.contact-form.style-two select,

.contact-form.style-two textarea {

	background: #f7f8f9;

	border-color: #f7f8f9;

	-webkit-box-shadow: none;

	box-shadow: none;

}



.contact-form.style-two textarea {

	height: 250px;

}



/* Form style three */



.contact-form.style-three input[type="text"],

.contact-form.style-three input[type="email"],

.contact-form.style-three input[type="password"],

.contact-form.style-three select,

.contact-form.style-three textarea {

	background: #f7f8f9;

	border-color: #f7f8f9;

	-webkit-box-shadow: none;

	box-shadow: none;

	padding-left: 50px;

}



.contact-form.style-three span {

	position: absolute;

	left: 30px;

	top: 13px;

	font-size: 24px;

	color: #ff214f;

}



/* Form style four */



.contact-form.style-four input[type="text"],

.contact-form.style-four input[type="email"],

.contact-form.style-four input[type="password"],

.contact-form.style-four select,

.contact-form.style-four textarea {

	border: 0px;

	border-bottom: 1px solid #f0f0f0;

	background: transparent;

	padding: 0;

	margin-top: 10px;

}



.contact-form.style-four textarea {

	height: 120px;

}



/* Form style five */



.contact-form.style-five .form-group {

	margin-bottom: 25px;

}



.contact-form.style-five label {

	font-style: italic;

	margin-bottom: 10px;

}



.contact-form.style-five input[type="text"],

.contact-form.style-five input[type="email"],

.contact-form.style-five input[type="password"],

.contact-form.style-five select,

.contact-form.style-five textarea {background: #f3f3f3;border-color: #f3f3f3;}



/* Form style six */



.contact-form.style-six .column {

	padding: 0 5px;

}



.contact-form.style-six input[type="text"],

.contact-form.style-six input[type="email"],

.contact-form.style-six input[type="password"],

.contact-form.style-six select,

.contact-form.style-six textarea {

	background: #212e51;

	border-color: #3a425a;

	-webkit-box-shadow: none;

	box-shadow: none;

}



.contact-form.style-six textarea {

	height: 120px;

}



.contact-form.style-six .form-group {

	margin-bottom: 10px;

}



.contact-form.style-six ::-webkit-input-placeholder {

	color: #7c86a0;

	font-style: italic;

}



.contact-form.style-six ::-moz-placeholder {

	color: #7c86a0;

	font-style: italic;

}



.contact-form.style-six :-ms-input-placeholder {

	color: #7c86a0;

	font-style: italic;

}



.contact-form.style-six :-moz-placeholder {

	color: #7c86a0;

	font-style: italic;

}



/* Form style seven */



.contact-form.style-seven .form-group {

	margin-bottom: 20px;

}



.contact-form.style-seven input[type="text"],

.contact-form.style-seven input[type="email"],

.contact-form.style-seven input[type="password"],

.contact-form.style-seven select,

.contact-form.style-seven textarea {

	border: 0px;

	border-bottom: 1px solid rgba(255, 255, 255, 0.30);

	background: transparent;

	padding: 0;

	color: black;

}



.contact-form.style-seven textarea {

	height: 110px;

}



.contact-form.style-seven .theme-btn {

	margin-top: 30px;

}



.contact-form.style-seven ::-webkit-input-placeholder {

	color: #fff;

	font-size: 15px;

}



.contact-form.style-seven ::-moz-placeholder {

	color: #fff;

	font-size: 15px;

}



.contact-form.style-seven :-ms-input-placeholder {

	color: #fff;

	font-size: 15px;;

}



.contact-form.style-seven :-moz-placeholder {

	color: #fff;

	font-size: 15px;

}



/***



==================================================================

	Consultation Form

==================================================================



***/



.consultation {

	background: #edeff2;

	padding: 75px 30px 55px;

}



.consultation .sec-title .big-title {

	color: #d9dbde;

}



.consultation .row {

	margin: 0 -10px;

}



.consultation .column {

	padding: 0 10px;

}



.consultation .contact-form .form-group {

	margin-bottom: 20px;

}



.consultation .contact-form input[type="text"],

.consultation .contact-form input[type="email"],

.consultation .contact-form input[type="password"],

.consultation .contact-form select {

	height: 45px;

}



.consultation .contact-form textarea {

	height: 82px;

}



/* consultation style two */



.consultation-two {

	position: relative;

	background: #3648b2;

	padding: 40px 40px 40px;

}



.consultation-two h3 {

	font-size: 26px;

	font-weight: 700;

	color: #fff;

	margin-bottom: 30px;

}



.consultation-two .contact-form .form-group {

	margin-bottom: 10px;

}



.consultation-two .contact-form input[type="text"],

.consultation-two .contact-form input[type="email"],

.consultation-two .contact-form input[type="password"],

.consultation-two .contact-form select {

	height: 45px;

	background: #4a5bba;

	border-color: #4a5bba;

}



.consultation-two .contact-form textarea {

	height: 120px;

	background: #4a5bba;

	border-color: #4a5bba;

}



.consultation-two .contact-form ::-webkit-input-placeholder {

	color: #fff;

	font-size: 15px;

}



.consultation-two .contact-form ::-moz-placeholder {

	color: #fff;

	font-size: 15px;

}



.consultation-two .contact-form :-ms-input-placeholder {

	color: #fff;

	font-size: 15px;;

}



.consultation-two .contact-form :-moz-placeholder {

	color: #fff;

	font-size: 15px;

}





/*** 



====================================================================

	Map Style

====================================================================



***/



.map-section {

	position: relative;

}



.home-google-map .google-map {

	width: 100%;

	height: 630px;

}



.home-google-map .gmnoprint {

	display: none;

}





/*** 



====================================================================

	Page Title Style

====================================================================



***/



.page-title {

	position: relative;

	color: #ffffff;

	background-color: #fafafa;

	background-size: cover;

	background-position: center center;

	padding: 10px 0;

}



.page-title:before {

	position: absolute;

	content: '';

	background: rgba(0, 0, 0, 0.7);

	top: 0;

	left: 0;

	width: 100%;

	height: 100%;

}



.page-title .outer-box {

	position: relative;

}



.page-title h1 {

	position: relative;

	font-size: 45px;

	line-height: 1em;

	font-weight: 800;

	margin-bottom: 11px;

	letter-spacing: 1px;

	color: #ffffff;

	text-transform: capitalize;

}



.page-title .bread-crumb {

	position: relative;

}



.page-title .bread-crumb li {

	position: relative;

	display: inline-block;

	line-height: 30px;

	margin-left: 20px;

	color: #ffffff;

	font-size: 15px;

	text-transform: capitalize;

}



.page-title .bread-crumb li span {

	margin-right: 10px;

}



.page-title .bread-crumb li:before {

	content: '\f105';

	position: absolute;

	right: -21px;

	top: 1px;

	width: 20px;

	text-align: center;

	line-height: 30px;

	font-family: 'Font Awesome 5 free';

	font-weight: 900;

}



.page-title .bread-crumb li:first-child {

	margin-left: 0px;

}



.page-title .bread-crumb li:last-child:before {

	display: none;

}



.page-title .bread-crumb li a {

	color: #fff;

	transition: all 0.3s ease;

	-moz-transition: all 0.3s ease;

	-webkit-transition: all 0.3s ease;

	-ms-transition: all 0.3s ease;

	-o-transition: all 0.3s ease;

}



.page-title .bread-crumb li a:hover {

	color: #fa2964;

}







/*** 



====================================================================

	Error Section

====================================================================



***/



.error-section {

	position: relative;

	padding: 250px 0px 320px;

	background-color: #f4f4f4;

	margin-bottom: -80px;

}



.error-section .inner-section {

	position: relative;

	text-align: center;

}



.error-section .inner-section h1 {

	position: relative;

	color: #fff;

	font-size: 150px;

	font-weight: 700;

	line-height: 1em;

}



.error-section .inner-section h2 {

	position: relative;

	font-size: 20px;

	color: #eeeeee;

	font-weight: 500;

	text-transform: uppercase;

}



.error-section .inner-section .text {

	position: relative;

	color: #ff4747;

	font-size: 18px;

	margin-top: 6px;

	margin-bottom: 40px;

}



/*Search Box Widget*/



.error-search-form .form-group {

	position: relative;

	max-width: 430px;

	margin: 0 auto;

	width: 100%;

}



.error-search-form .form-group input[type="text"],

.error-search-form .form-group input[type="search"] {

	position: relative;

	line-height: 22px;

	background: none;

	display: block;

	font-size: 16px;

	width: 100%;

	height: 54px;

	border: 1px solid #eeeeee;

	background-color: #ffffff;

	padding: 10px 50px 10px 20px;

	transition: all 500ms ease;

	-moz-transition: all 500ms ease;

	-webkit-transition: all 500ms ease;

	-ms-transition: all 500ms ease;

	-o-transition: all 500ms ease;

}



.error-search-form .form-group input:focus {

	border-color: #ff4747;

}



.error-search-form .form-group button {

	position: absolute;

	right: 0px;

	top: 0px;

	height: 54px;

	width: 60px;

	display: block;

	font-size: 16px;

	color: #ffffff;

	line-height: 100%;

	background: #ff4747;

	font-weight: normal;

}



/***



====================================================================

	Subscribe section

====================================================================



***/



.subscribe-section {

	position: relative;

	background-repeat: no-repeat;

	background-position: center;

	background-size: cover;

	background-attachment: fixed;

}



.subscribe-section .outer-box {

	position: relative;

	background-color: #ff4747;

	padding: 40px 50px 11px;

	position: relative;

	z-index: 1;

	margin-bottom: -80px;

}



.subscribe-section .outer-box:before {

	position: absolute;

	content: '';

	left: 0;

	top: 0;

	width: 100%;

	height: 100%;

	background-image: url(../images/background/shape-1.jpg);

	background-size: cover;

	background-position: right center;

}



.subscribe-section .title-column,

.subscribe-section .call-btn {

	margin-bottom: 30px;

}



.subscribe-section h2 {

	position: relative;

	font-size: 30px;

	line-height: 1.2em;

	color: #ffffff;

	font-weight: 700;

	margin-bottom: 7px;

}



.subscribe-section .text {

	color: #ffffff;

	font-size: 15px;

	font-weight: 400;

}



/*newsletter form*/

.subscribe-section .subscribe-form {

	margin-top: 12px;

}



.subscribe-section .subscribe-form .form-group {

	position: relative;

	display: block;

	margin-bottom: 36px;

}



.subscribe-section .subscribe-form .form-group input[type="text"],

.subscribe-section .subscribe-form .form-group input[type="tel"],

.subscribe-section .subscribe-form .form-group input[type="email"],

.subscribe-section .subscribe-form .form-group textarea {

	position: relative;

	display: inline-block;

	width: 100%;

	line-height: 40px;

	padding: 10px 50px 10px 30px;

	height: 60px;

	font-size: 16px;

	border-radius: 30px;

	border: 2px solid #ff6c6c;

	background: #ff6c6c;

	-webkit-transition: all 300ms ease;

	-o-transition: all 300ms ease;

	transition: all 300ms ease;

	width: calc(100% - 223px);

}



.subscribe-section input::-webkit-input-placeholder {

	/* Chrome/Opera/Safari */

	color: #fff;

	font-size: 15px;

}



.subscribe-section input::-moz-placeholder {

	/* Firefox 19+ */

	color: #fff;

	font-size: 15px;

}



.subscribe-section input:-ms-input-placeholder {

	/* IE 10+ */

	color: #fff;

	font-size: 15px;

}



.subscribe-section input:-moz-placeholder {

	/* Firefox 18- */

	color: #fff;

	font-size: 15px;

}



.subscribe-section .subscribe-form .form-group input[type="text"]:focus,

.subscribe-section .subscribe-form .form-group input[type="tel"]:focus,

.subscribe-section .subscribe-form .form-group input[type="email"]:focus,

.subscribe-section .subscribe-form .form-group textarea:focus {}



.subscribe-section .subscribe-form .form-group input[type="submit"],

.subscribe-section .subscribe-form button {

	position: relative;

	cursor: pointer;

}



.subscribe-section .subscribe-form button:hover {

	background: #222;

	border-color: #222;

	color: #fff;

}





/***



==================================================================

	Main Footer

==================================================================



***/



.main-footer{

	position:relative;

	background-color: black;

	background-repeat:no-repeat;

	background-position:center center;

	color:#ffffff;

}



.main-footer:before {

	position: absolute;

	content: '';

	background: black;

	opacity: .97;

	left: 0;

	top: 0;

	width: 100%;

	height: 100%;

}



.main-footer .widgets-section{

	position:relative;

	padding: 55px 0px 0px;

}



.main-footer .footer-column{

	position:relative;

}



.main-footer .footer-widget{

	position:relative;

	margin-bottom:30px;		

}



.main-footer .footer-column .widget-title{

	position: relative;

	font-size:20px;

	font-weight:700;

	text-transform:uppercase;

	margin-top: -5px;

	margin-bottom: 22px;

	color:#ffffff;

        border-bottom:1px solid white;

}





/*=== About Widget ===*/



.main-footer .footer-logo{

	position:relative;

	margin-bottom: 30px;

}



.main-footer .footer-logo img{

	display:block;

	max-width:100%;	

}



.main-footer .about-widget .text {

	position: relative;

	color: #fff;

}



/*=== Twitter Widget ===*/



.twitter-widget .top-info {

	position: relative;

	padding-left: 32px;

}



.twitter-widget .top-info .icon {

	position: absolute;

	left: 0;

	top: 7px;

	color: #4acdee;

}



.twitter-widget .top-info .author {

	position: relative;

	color: #fff;

	font-size: 15px;

	font-weight: 700;

}



.twitter-widget .top-info .author-meta {

	position: relative;

	color: #cecfd8;

	font-size: 14px;

}



.twitter-widget .text {

	color: #fff;

	font-size: 15px;

	font-family: 'Rubik', sans-serif;

	margin-bottom: 20px;

	line-height: 24px;

}



.twitter-widget .text a {

	color: #ff4747;

}

	

/*=== Latest Article  ===*/



.post-widget {

	position: relative;

}



.post-widget .post {

	margin-bottom: 24px;

}



.post-widget h5 {

	position: relative;

	font-size: 15px;

	font-weight: 700;

	color: #fff;

}



.post-widget h5 a {

	color: #fff;

}



.post-widget .post-date {

	font-size: 14px;

	color: #cecfd8;

	margin-bottom: 5px;

}



/*=== Contact info widget ===*/



.contact-info-widget {

	position: relative;

}



.contact-info-widget .contact-info-list {

	position: relative;

}



.contact-info-widget .contact-info-list li {

	position: relative;

	font-size: 14px;

	color: #fff;

	margin-bottom: 0px;

}



.contact-info-widget .social-link li {

	float: left;

	margin-right: 12px;

}



.contact-info-widget .social-link li a span {

	width: 50px;

	height: 50px;

	line-height: 50px;

	text-align: center;

	font-size: 20px;

	color: #fff;

	border-radius: 50%;

	display: inline-block;

	transition: .5s ease;

}



.contact-info-widget .social-link .fa-google-plus-g {

	background: #db4a37;

}



.contact-info-widget .social-link a:hover .fa-google-plus-g {

	color: #db4a37;

	background: #fff;

}



.contact-info-widget .social-link .fa-twitter {

	background: #55aded;

}



.contact-info-widget .social-link a:hover .fa-twitter {

	color: #55aded;

	background: #fff;

}



.contact-info-widget .social-link .fa-facebook-f {

	background: #3b5796;

}



.contact-info-widget .social-link a:hover .fa-facebook-f {

	color: #3b5796;

	background: #fff;

}



.contact-info-widget .social-link .fa-dribbble {

	background: #ea4c89;

}



.contact-info-widget .social-link a:hover .fa-dribbble {

	color: #ea4c89;

	background: #fff;

}



.contact-info-widget .social-link .fa-instagram {

	background: #ea4c89;

}



.contact-info-widget .social-link a:hover .fa-instagram {

	color: #ea4c89;

	background: #fff;

}



/*=== Footer Bottom ===*/



.main-footer .footer-bottom{

	position:relative;

	padding: 24px 0px 5px;

	text-align: center;

	background: black;

}



.main-footer .footer-bottom p{

	line-height: 30px;

	color: #fff;

	font-size:15px;

	font-weight: 400;

	font-family: 'Rubik', sans-serif;

}



.main-footer .footer-bottom p a{

	color: #fff;

}



.main-footer .footer-bottom p a:hover{

	color: #FEE852;

}



.main-footer .footer-bottom ul  {

	margin-bottom: 1rem;

}



.main-footer .footer-bottom ul li {

	display: inline-block;

	padding: 0px 20px;

	border-right: 2px solid rgba(255, 255, 255, 0.71);

}



.main-footer .footer-bottom ul li:last-child {

	border: 0px;

	padding-right: 0px;

}



.main-footer .footer-bottom ul li a {

	font-size: 15px;

	color: #fff;

	font-weight: 400;

	font-family: 'Rubik', sans-serif;

}



/***



==================================================================

	Feature section

==================================================================



***/



.feature-section {

	position: relative;

	margin-top: -80px;

	margin-bottom: 100px;

	z-index: 9;

}



/* Services block two */

.services-block-two {

	position: relative;

}



.services-block-two .inner-box {

	position: relative;

	background: #fff;

	padding: 40px 50px;

	transition: .7s ease;

	margin: 20px 0;

	box-shadow: 0px 15px 39px 0px rgba(8, 18, 109, 0.1);

}



.services-block-two .inner-box:hover {

	background: #3648b2;

	padding: 60px 50px;

	margin: 0;

	background-image: url(../images/background/services-shape.jpg);

    background-size: cover;

    background-position: center bottom;

}



.services-block-two .icon {

	position: relative;

	font-size: 45px;

	color: #ff4747;

	margin-bottom: 30px;

	margin-top: 10px;

}



.services-block-two h4 {

	position: relative;

	font-size: 20px;

	font-weight: 700;

	margin-bottom: 10px;

	transition: .5s ease;

}



.services-block-two .inner-box:hover h4 {

	color: #fff;

}



.services-block-two .text {

	position: relative;

	margin-bottom: 15px;

	transition: .5s ease;

}



.services-block-two .inner-box:hover .text {

	color: #fff;

}



.services-block-two .read-more-btn a {

	position: relative;

	font-size: 15px;

	font-weight: 600;

	color: #212333;

}



.services-block-two .read-more-btn a span {

	position: relative;

	margin-left: 6px;

	top: 1px;

}



.services-block-two .inner-box:hover .read-more-btn a {

	color: #fff;

}



.services-block-two .read-more-btn a:hover {

	color: #ff4747 !important;

}





/***



==================================================================

	Feature section two

==================================================================



***/



.feature-section-two {

	position: relative;

}



.feature-section-two:before {

    position: absolute;

    content: '';

    left: 0;

    top: 0;

    width: 50%;

    height: 100%;

    background: #f7f7fa;

}





/***



==================================================================

	Feature section three

==================================================================



***/



.feature-section-three {

	position: relative;

}



.feature-block-two {

	position: relative;

}



.feature-block-two .image img {

	width: 100%;

}



.feature-block-two .text {

	margin-bottom: 30px;

}



.feature-block-two .text strong {

	color: #222;

}



.feature-block-two .list-style-one li:before {

	color: #3648b2;

    content: "\f058";

    font-family: 'Font Awesome 5 Free';

}





/***



==================================================================

	Feature section four

==================================================================



***/



.feature-section-four {

	position: relative;

}



/* Feature block three */



.feature-block-three {

	position: relative;

}





.feature-block-three .inner-box {

	position: relative;

	margin-bottom: 20px;

	-webkit-transition: .5s ease;

	-o-transition: .5s ease;

	transition: .5s ease;

}



.feature-block-three .inner-box .icon-box {

	position: relative;

	margin-bottom: 20px;

	color: #ff4747;

	font-size: 50px;

	line-height: 60px;

	-webkit-transition: .5s ease;

	-o-transition: .5s ease;

	transition: .5s ease;

}



.feature-block-three .inner-box .icon-box span {

	display: block;

}



.feature-block-three .inner-box h4 {

	position: relative;

	font-size: 20px;

	font-weight: 700;

	line-height: 1em;

	margin-bottom: 12px;

	padding-top: 10px;

	color: #222;

}



.feature-block-three .inner-box h4 a {

	color: #222;

	transition: all 300ms ease;

	-webkit-transition: all 300ms ease;

	-ms-transition: all 300ms ease;

	-o-transition: all 300ms ease;

	-moz-transition: all 300ms ease;

}



.feature-block-three .inner-box h4 a:hover {

	color: #e4353a;

}



.feature-block-three .inner-box .service-text {

	font-size: 15px;

	padding-bottom: 12px;

	-webkit-transition: .5s ease;

	-o-transition: .5s ease;

	transition: .5s ease;

}



/***



==================================================================

	Feature section five

==================================================================



***/



.feature-section-five {

	position: relative;

}



.feature-section-five:before {

    position: absolute;

    content: '';

    left: 0;

    top: 0;

    width: 100%;

    height: 100%;

    background-image: url(../images/background/pattern-7.png);

    background-repeat: repeat-x;

    background-position: center 130%;

}



/***



==================================================================

	Feature section six

==================================================================



***/



.feature-section-six {

	position: relative;

}



/* Tab style one */



.tab-btn-style-one {

	position: relative;

	margin-bottom: 40px;

	border: 0px;

}



.tab-btn-style-one li {

	display: inline-block;

}



.tab-btn-style-one .nav-link {

	font-size: 20px;

	font-weight: 600;

	color: #1a224d;

	font-family: 'Muli', sans-serif;

	border: 0px;

}



.tab-btn-style-one .nav-link.active {

	color: #ff4747;

}



/* Tab style two */



.tab-btn-style-two {

	position: relative;

	margin-bottom: 50px;

	border: 0px;

}







.tab-btn-style-two li {

	position: relative;

	display: inline-block;

}



.tab-btn-style-two li:before {

	position: absolute;

	content: '';

	background: #f0f0f2;

	height: 3px;

	left: 15px;

	right: -15px;

	top: 7px;

}



.tab-btn-style-two li:last-child:before {

	display: none;

}



.tab-btn-style-two .nav-link {

	font-size: 20px;

	font-weight: 600;

	color: #1a224d;

	font-family: 'Muli', sans-serif;

	border: 0px;

	padding: 0px;

	margin-right: 150px;

}



.nav-tabs.tab-btn-style-two .nav-link.active, 

.nav-tabs.tab-btn-style-two .nav-item.show .nav-link {

	background: transparent;

}



.tab-btn-style-two li:last-child .nav-link {

	margin-right: 0px;

}



.tab-btn-style-two li .dot {

	display: block;

    width: 17px;

    height: 17px;

    background: #fff;

    margin-left: auto;

    margin-right: auto;

    position: relative;

    border: 3px solid #d7d7d9;

    border-radius: 50%;

    transition: all .4s ease;

    margin-bottom: 10px;

}



.tab-btn-style-two li .active .dot {

	border-color: #ff4747;

	background-color: #ff4747;

}



/* Tab style three */



.tab-btn-style-three {

	position: relative;

	margin-bottom: 40px;

	border: 0px;

}



.tab-btn-style-three li {

	display: inline-block;

}



.tab-btn-style-three .nav-link {

	position:relative;

	float:left;

	font-size: 16px;

	color: #132c47;

	min-width:140px;

	font-weight: 600;

	text-transform: capitalize;

	line-height:30px;

	padding: 16px 40px;

	cursor:pointer;

	box-shadow: 0px 15px 39px 0px rgba(8, 18, 109, 0.1);

	border: 0px;

}



.tab-btn-style-three li:first-child .nav-link{

	border-radius: 31px 0px 0px 31px;

}



.tab-btn-style-three li:last-child .nav-link{

	border-left:none;

	border-radius: 0px 31px 31px 0px;

}



.tab-btn-style-three .nav-link.active{

	background: #ff4747;

	color:#ffffff;

}



/* Feature block four */



.feature-block-four {

	position: relative;

	box-shadow: 0px 10px 39px 0px rgba(8, 18, 109, 0.1);

    padding: 40px;

    background: #fff;

}



.feature-block-four h2 {

	font-size: 30px;

	font-weight: 700;

	line-height: 40px;

	margin-bottom: 20px;

	margin-top: 15px;

}



.feature-block-four h5 {

	font-size: 15px;

	font-weight: 600;

	line-height: 26px;

	font-family: 'Open sans', sans-serif;

	color: #1a224d;

	margin-bottom: 20px;

}



.feature-block-four .text {

	margin-bottom: 30px;

}



.feature-block-four .text strong {

	color: #222;

}



.feature-block-four .list-style-one {

	margin-bottom: 30px;

}



.feature-block-four .list-style-one li:before {

	color: #3648b2;

    content: "\f058";

    font-family: 'Font Awesome 5 Free';

}



.feature-block-four .image {

	position: relative;

	margin-bottom: 40px;

}



.feature-block-four .image:after {

	position: absolute;

	content: '';

	background: #e1e1eb;

	height: 15px;

	left: 30px;

	right: 30px;

	bottom: -15px;

}



.feature-block-four .image:before {

	position: absolute;

	content: '';

	background: #f0f0f6;

	height: 15px;

	left: 60px;

	right: 60px;

	bottom: -30px;

}



.feature-block-four .image img {

	width: 100%;

	box-shadow: 0px 15px 39px 0px rgba(8, 18, 109, 0.1);

}



/***



==================================================================

	Feature section seven

==================================================================



***/



.feature-section-seven {

	position: relative;

	background: #f5f5f7;

}



.feature-section-seven:before {

    position: absolute;

    content: '';

    left: 0;

    top: 0;

    width: 100%;

    height: 100%;

    background-image: url(../images/background/pattern-11.png);

    background-repeat: repeat-x;

    background-position: bottom center;

}



/***



==================================================================

	Feature section eight

==================================================================



***/



.feature-section-eight {

	position: relative;

	background: #f5f5f7;

}



.feature-section-eight:before {

    position: absolute;

    content: '';

    left: 0;

    top: 0;

    width: 100%;

    height: 100%;

    background-image: url(../images/background/pattern-8.png);

    background-repeat: repeat-x;

    background-position: center bottom;

}



/***



==================================================================

	Pricing section

==================================================================



***/



.pricing-section {

	position: relative;

}



.pricing-section:before {

    position: absolute;

    content: '';

    left: 0;

    top: 0;

    width: 100%;

    height: 100%;

    background-image: url(../images/background/pattern-7.png);

    background-repeat: repeat-x;

    background-position: center 130%;

}



/* Pricing block one */

.pricing-block-one {

	position: relative;

}



.pricing-block-one .inner-box {

	position: relative;

	background-color: #fff;

	margin-bottom: 30px;

	display: block;

	text-align: center;

	padding-bottom: 50px;

	box-shadow: 0px 15px 39px 0px rgba(8, 18, 109, 0.1);

}



.pricing-block-one .inner-box .upper-box {

	position: relative;

	background: #e9ebf7;

	padding-top: 50px;

	transition: .5s ease;

}



/*.pricing-block-one .inner-box:hover .upper-box,*/

.pricing-block-one.active .inner-box .upper-box{

	background: #3648b2;

}



.pricing-block-one .category {

	font-size: 20px;

	color: #222;

	font-weight: 700;

	font-family: 'Muli', sans-serif;

	margin-bottom: 20px;

	transition: .5s ease;

}



/*.pricing-block-one .inner-box:hover .category,*/

.pricing-block-one.active .inner-box .category {

	color: #fff;

}



.pricing-block-one .price {

	position: relative;

	font-size: 26px;

	color: #ffffff;

	font-weight: 700;

	font-family: 'Muli', sans-serif;

	background: #3648b2;

	display: inline-block;

	padding: 10px 32px 7px;

	border-radius: 25px;

	bottom: -25px;

	transition: .5s ease;

}



.pricing-block-one .price span {

	font-size: 12px;

	color: #ff4747;

}



/*.pricing-block-one .inner-box:hover .price,*/

.pricing-block-one.active .inner-box .price {

	color: #1a224c;

	background: #fff;

	box-shadow: 0px 15px 39px 0px rgba(8, 18, 109, 0.1);

}



.pricing-block-one .lower-box ul {

	position: relative;

	margin: 63px 0 40px;

}



.pricing-block-one .lower-box ul li {

	font-size: 15px;

	color: #8a8d91;

	padding-left: 18px;

	margin-bottom: 10px;

}



.pricing-block-one .lower-box ul li strong {

	position: relative;

	color: #1a224c;

	font-weight: 500;

}



.pricing-block-one .lower-box ul li strong:before {

	content: '\f058';

	position: absolute;

	left: -21px;

	top: 2px;

	line-height: 15px;

	font-size: 15px;

	font-family: 'Font Awesome 5 Free';

	color: #e6202d;

}





/* Pricing block two */

.pricing-block-two {

	position: relative;

}



.pricing-block-two .inner-box {

	position: relative;

	background-color: #fff;

	margin-bottom: 30px;

	display: block;

	box-shadow: 0px 15px 39px 0px rgba(8, 18, 109, 0.1);

}



.pricing-block-two .inner-box .upper-box {

	position: relative;

	padding: 40px 40px;

	transition: .5s ease;

	border-bottom: 1px solid #e5e5e5;

	overflow: hidden;

}



.pricing-block-two.active .inner-box .upper-box{

	background: #3648b2;

}



.pricing-block-two.active .inner-box .upper-box:before {

    position: absolute;

    content: '';

    bottom: -123px;

    right: -216px;

    width: 326px;

    height: 322px;

    background: url(../images/background/pattern-12.png) no-repeat center;

}



.pricing-block-two .category {

	font-size: 20px;

	color: #222;

	font-weight: 700;

	font-family: 'Muli', sans-serif;

	margin-bottom: 20px;

	transition: .5s ease;

}



.pricing-block-two.active .inner-box .category {

	color: #fff;

}



.pricing-block-two .price {

	position: relative;

	font-size: 38px;

	color: #ff4747;

	font-weight: 700;

	font-family: 'Muli', sans-serif;

	display: inline-block;

	transition: .5s ease;

}



.pricing-block-two .price span {

	font-size: 17px;

}



.pricing-block-two.active .inner-box .price {

	color: #fff;

}



.pricing-block-two .lower-box {

	padding: 50px 40px;

}



.pricing-block-two .lower-box ul {

	position: relative;

	margin-bottom: 35px;

}



.pricing-block-two .lower-box ul li {

	font-size: 15px;

	color: #8a8d91;

	padding-left: 18px;

	margin-bottom: 10px;

}



.pricing-block-two .lower-box ul li strong {

	position: relative;

	color: #1a224c;

	font-weight: 500;

}



.pricing-block-two .lower-box ul li strong:before {

	content: '\f058';

	position: absolute;

	left: -21px;

	top: 2px;

	line-height: 15px;

	font-size: 15px;

	font-family: 'Font Awesome 5 Free';

	color: #e6202d;

}



.pricing-block-two .lower-box ul li span {

	position: relative;

	color: #1a224c;

	font-weight: 500;

}



.pricing-block-two .lower-box ul li span:before {

	content: '\f058';

	position: absolute;

	left: -21px;

	top: 2px;

	line-height: 15px;

	font-size: 15px;

	font-family: 'Font Awesome 5 Free';

	color: #8a8d91;

}



/* Pricing block three */

.pricing-block-three {

	position: relative;

}



.pricing-block-three .inner-box {

	position: relative;

	background-color: #3648b2;

	margin-bottom: 30px;

	display: block;

	text-align: center;

	box-shadow: 0px 15px 39px 0px rgba(8, 18, 109, 0.1);

}



.pricing-block-three.active .inner-box {

    background: #ff4747;

}



.pricing-block-three .inner-box .lower-box {

	position: relative;

	overflow: hidden;

	padding-bottom: 50px;

}



.pricing-block-three .inner-box .lower-box:before {

    position: absolute;

    content: '';

    bottom: -120px;

    right: -188px;

    width: 327px;

    height: 322px;

    background: url(../images/background/pattern-12.png) no-repeat center;

}



.pricing-block-three .inner-box .upper-box {

	position: relative;

	padding-top: 50px;

	transition: .5s ease;

}



/*.pricing-block-three .inner-box:hover .upper-box,*/

.pricing-block-three.active .inner-box .upper-box{

	/* background: #3648b2; */

}



.pricing-block-three .category {

	font-size: 20px;

	color: #fff;

	font-weight: 700;

	font-family: 'Muli', sans-serif;

	margin-bottom: 20px;

	transition: .5s ease;

}



/*.pricing-block-three .inner-box:hover .category,*/

.pricing-block-three.active .inner-box .category {

	color: #fff;

}



.pricing-block-three .price {

	position: relative;

	font-size: 26px;

	color: #ffffff;

	font-weight: 700;

	font-family: 'Muli', sans-serif;

	background: rgba(255, 255, 255, 0.10);

	display: inline-block;

	padding: 10px 32px 7px;

	border-radius: 25px;

	bottom: -25px;

	transition: .5s ease;

}



.pricing-block-three .price span {

	font-size: 12px;

	color: #fff;

}



/*.pricing-block-three .inner-box:hover .price,*/

.pricing-block-three.active .inner-box .price {

	box-shadow: 0px 15px 39px 0px rgba(8, 18, 109, 0.05);

}



.pricing-block-three .lower-box ul {

	position: relative;

	margin: 63px 0 40px;

}



.pricing-block-three .lower-box ul li {

	font-size: 15px;

	color: rgba(255, 255, 255, 0.70);

	padding-left: 18px;

	margin-bottom: 10px;

}



.pricing-block-three .lower-box ul li strong {

	position: relative;

	color: #ffffff;

	font-weight: 500;

}



.pricing-block-three .lower-box ul li strong:before {

	content: '\f058';

	position: absolute;

	left: -21px;

	top: 2px;

	line-height: 15px;

	font-size: 15px;

	font-family: 'Font Awesome 5 Free';

	color: #ffffff;

}



.pricing-block-three .lower-box ul li span {

	position: relative;

}



.pricing-block-three .lower-box ul li span:before {

	content: '\f058';

	position: absolute;

	left: -21px;

	top: 2px;

	line-height: 15px;

	font-size: 15px;

	font-family: 'Font Awesome 5 Free';

	color: rgba(255, 255, 255, .7);

}



.pricing-block-three .lower-box .theme-btn {

	border: 1px solid #fff;

	color: #fff;

}



.pricing-block-three.active .lower-box .theme-btn,

.pricing-block-three .lower-box .theme-btn:hover {

	background: #fff;

	color: #1a224c;

}



/***



==================================================================

	Video background section

==================================================================



***/



.video-background {

    position: relative;

}



.video-background .overlay {

    position: absolute;

    background: rgba(11, 12, 18, 0.60);

    top: 0;

    left: 0;

    width: 100%;

    height: 100%;

}



.video-background .video-content {

	position: relative;

	padding: 300px 0;

	text-align: center;

}



.video-background .video-content h2 {

	color: #fff;

	font-weight: 700;

}



#videoContainment {

    position: absolute;

    display: block;

    width: 100%!important;

    height: 100%!important;

    left: 0;

    top: 0;

    bottom: 0;

    right: 0;

    background: #000;

    z-index: 0;

}



/***



==================================================================

	Factcounter section three

==================================================================



***/



.funfact-section-three {

	position: relative;

	background-position: center;

	background-size: cover;

	background-attachment: fixed;

}



.funfact-section-three:before {

    position: absolute;

    content: '';

    left: 0;

    top: 0;

    width: 100%;

    height: 100%;

    background-image: url(../images/background/pattern-6.png);

    background-repeat: repeat-x;

    background-position: center 160%;

}



.funfact-section-three .fact-counter .container {

	max-width: 1350px;

}



.funfact-section-three .fact-counter .item {

	text-align: center;

}



.funfact-section-three .fact-counter .column {

    border: 0px;

}



.funfact-section-three .fact-counter .item .inner-box {

    text-align: left;

    display: inline-block;

    padding-top: 45px;

    text-align: center;

}



.funfact-section-three .fact-counter .count-outer .count-text {

    position: relative;

    transform: rotate(-90deg);

    display: inline-block;

    color: #fff;

    min-width: 130px;

    text-align: center;

}



.funfact-section-three .fact-counter .count-outer .count-text:before {

	position: absolute;

	content: '';

	width: 50px;

	height: 1px;

	left: -66px;

	bottom: 15px;

	background: #fff;

}



.funfact-section-three .fact-counter .item .inner-box p {

    margin-top: 120px;

    color: #ff4747;

    font-weight: 600;

}





/***



==================================================================

	Testimonial section

==================================================================



***/



.testimonial-section {

	position: relative;

}



.testimonial-section .container {

	max-width: 1200px;

	padding: 0;

}



.testimonial-section:before {

    position: absolute;

    content: '';

    left: 0;

    top: 0;

    width: 100%;

    height: 100%;

    background-image: url(../images/background/pattern-8.png);

    background-repeat: repeat-x;

    background-position: center bottom;

}



.testimonial-section .owl-dots {

	margin-top: 50px;

}



.testimonial-block {

	padding: 0 15px;

}



.testimonial-block .inner-box {

	position: relative;

	background: #ffff;

	text-align: center;

	padding: 40px 30px;

	transition: .5s ease;

}



.testimonial-block .inner-box:hover {

	transform: translateY(-10px);

}



.testimonial-block .inner-box:before {

	position: absolute;

	content: '';

	background: #3648b2;

	height: 3px;

	width: 200px;

	left: 50%;

	bottom: 0;

	transform: translateX(-50%);

	transition: .5s ease;

}



.testimonial-block .inner-box:hover:before{

	width: 100%;

}



.testimonial-block .inner-box .icon {

	position: relative;

	font-size: 100px;

	font-weight: 500;

	color: #3648b2;

	text-align: center;

	height: 100px;

	line-height: 133px;

	width: 113px;

	margin: 0 auto;

	margin-bottom: 20px;

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

}



.testimonial-block .inner-box .icon:before {

	position: absolute;

	content: '';

	border-radius: 50%;

	background-image: -moz-linear-gradient( 90deg, rgb(54,72,178) 0%, rgba(54,72,178,0) 100%);

	background-image: -webkit-linear-gradient( 90deg, rgb(54,72,178) 0%, rgba(54,72,178,0) 100%);

	background-image: -ms-linear-gradient( 90deg, rgb(54,72,178) 0%, rgba(54,72,178,0) 100%);

	opacity: 0.089;

	width: 113px;

	height: 76px;

	left: 0;

	top: 0;

}



.testimonial-block .text {

	margin-bottom: 20px;

}



.testimonial-block h4 {

	font-size: 22px;

	font-weight: 600;



}



.testimonial-block .designation {

	font-size: 15px;

	color: #ff4747;

	font-style: italic;

}



/***



==================================================================

	Testimonial section two

==================================================================



***/



.testimonial-section-two {

	position: relative;

}



.testimonial-section-two .content-wrapper {

	position: relative;

}



.testimonial-section-two .bx-wrapper {

	border: 0px;

	margin: 0;

	box-shadow: none;

}



.testimonial-block-two {

	position: relative;

}



.testimonial-block-two .inner-box {

	position: relative;

}



.testimonial-block-two .quote {

	position: relative;

	margin-bottom: 10px;

}



.testimonial-block-two .text{

	font-size: 18px;

	line-height: 30px;

	font-style: italic;

	color: #1a224d;

	margin-bottom: 20px;

	max-width: 700px;

}



.testimonial-block-two h4 {

	font-size: 18px;

	font-weight: 700;

}



.slider-pager .thumb-box {

    position: relative;

    height: 370px;

    margin-top: 25px;

}



.testimonial-section-two .thumb-box li a {

	position: absolute;

	top: 0;

	left: -30px;

	display: inline-block;

	transform: scale(.8);

	opacity: .9;

	z-index: 1;

	transition: .9s ease;

}



.testimonial-section-two .thumb-box li a.active {

	transform: scale(1);

	opacity: 1;

	left: 50px;

	right: inherit;

	z-index: 2;

	box-shadow: 0px 20px 50px 0px rgba(8, 18, 109, 0.15);

}



.testimonial-section-two .slide-nav {

	position: absolute;

	right: 65px;

	bottom: -10px;

}



.testimonial-section-two .nav-link {

	position: relative;

	padding: 0;

}



.testimonial-section-two .nav-link li {

	display: inline-block;

	margin: 0 10px;

}



.testimonial-section-two .nav-link a {

	color: #cdced4;

	font-size: 24px;

	transition: .5s ease;

}



.testimonial-section-two .nav-link a:hover {

	color: #ff4747;

}



/***



==================================================================

	Testimonial section three

==================================================================



***/



.testimonial-section-three {

	position: relative;

}



.testimonial-section-three .container {

	max-width: 1240px;

	padding: 0;

}



/* Testimonial block three */



.testimonial-block-three {

	position: relative;

	padding: 40px 40px;

}



.testimonial-block-three .wrapper-box {

	position: relative;

}



.testimonial-block-three .wrapper-box:before {

	position: absolute;

	content: '';

	background: #3648b2;

	left: -30px;

	top: -30px;

	width: 100%;

	height: 100%;

}



.testimonial-block-three .inner-box {

	position: relative;

	background: #ffff;

	padding: 40px 30px 71px;

	transition: .5s ease;

	box-shadow: 0px 15px 39px 0px rgba(8, 18, 109, 0.1);

}



.testimonial-block-three .inner-box:hover {

	transform: translate(-10px, -10px);

}



.testimonial-block-three .inner-box:before {

	position: absolute;

	content: '';

	background: #3648b2;

	height: 3px;

	width: 200px;

	left: 50%;

	bottom: 0;

	transform: translateX(-50%);

	transition: .5s ease;

}



.testimonial-block-three .inner-box:hover:before{

	width: 100%;

}



.testimonial-block-three .inner-box .icon {

	position: absolute;

	font-size: 100px;

	font-weight: 500;

	color: rgba(255, 71, 71, 0.20);

	margin: 0 auto;

	margin-bottom: 20px;

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

	right: 40px;

	bottom: 0;

}



.testimonial-block-three .text {

	margin-bottom: 20px;

}



.testimonial-block-three .author {

	position: relative;

	padding-left: 90px;

	margin-bottom: 29px;

	padding-top: 11px;

}



.testimonial-block-three .author .image {

	position: absolute;

	left: 0;

	top: 0;

}



.testimonial-block-three .author .image img {

	width: auto;

}



.testimonial-block-three h4 {

	font-size: 22px;

	font-weight: 600;

	line-height: 24px;

}



.testimonial-block-three .designation {

	font-size: 15px;

	color: #ff4747;

}



/***



==================================================================

	Call to Action section

==================================================================



***/



.call-to-action {

	position: relative;

	background: #3648b2;

	padding: 38px 0 8px;

}



.call-to-action .wrapper-box {

	position: relative;

	display: flex;

	align-items: center;

	justify-content: space-between;

	flex-wrap: wrap;

}



.call-to-action h1 {

	font-size: 40px;

	font-weight: 800;

	margin-bottom: 30px;

	color: #fff;

}



.call-to-action h1 span {

	color: #ff4747;

}



.call-to-action .theme-btn {

	margin-bottom: 30px;

}



/***



==================================================================

	Client Logo

==================================================================



***/



.client-logo {

	position: relative;

	padding: 50px 0;

}



.client-logo .client-logo-area {

	position: relative;

	padding: 35px 0;

}



.client-logo .client-logo-area li {

	display: -webkit-box;

	display: -ms-flexbox;

	display: flex;

	-webkit-box-pack: center;

	    -ms-flex-pack: center;

	        justify-content: center;

	-webkit-box-align: center;

	    -ms-flex-align: center;

	        align-items: center;

	height: 60px;

}



.client-logo .client-logo-area .owl-item img {

	width: auto;

}







/***



==================================================================

	Sidebar Widget

==================================================================



***/



.sidebar {

	position: relative;

}



.sidebar .sidebar-widget {

	position: relative;

	margin-bottom: 50px;

}



.sidebar .sidebar-title h3 {

	position: relative;

	font-size: 26px;

	font-weight: 700;

	margin-bottom: 25px;

}



.sidebar .sidebar-title.light h3 {

	color: #fff;

}



/* category widget */



.sidebar .category-widget {

	background: #f5f5f7;

	padding: 30px;

}



.sidebar .category-widget li {

	position: relative;

	margin-bottom: 10px;

}



.sidebar .category-widget li:last-child {

	margin-bottom: 0px;

}



.sidebar .category-widget li a {

	position: relative;

	font-size: 16px;

	font-weight: 600;

	font-family: 'Muli', sans-serif;

	display: block;

	color: #1a224d;

	background: #fff;

	border-left: 3px solid #fff;

	padding: 13px 22px;

	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 .category-widget li.active a {

    border-color: #ff4747;

    background: #3648b2;

    color: #fff !important;

}



.sidebar .category-widget li a:hover {

	color: #ff4747;

}



/* Rquest callback Widget*/



.sidebar .request-callback-widget {

	position: relative;

	background-color: #3648b2;

}



.sidebar .request-callback-widget:before {

	position: absolute;

	content: '';

	bottom: 0px;

	right: 0;

	width: 164px;

	height: 292px;

	background: url(../images/background/pattern-4.png) no-repeat center;

}



.sidebar .request-callback-widget .inner-box {

	position: relative;

	padding: 30px 30px 40px;

	margin-bottom: 30px;

}



.sidebar .request-callback-widget .text {

	color: rgba(255, 255, 255, .7);

	margin-bottom: 15px;

	line-height: 26px;

}



.sidebar .request-callback-widget ul {

	margin-bottom: 25px;

}



.sidebar .request-callback-widget ul li {

	color: #fff;

	font-size: 17px;

	font-weight: 600;

	font-family: 'Muli', sans-serif;

	margin-bottom: 5px;

}



.sidebar .request-callback-widget ul li span {

	margin-right: 10px;

	position: relative;

	top: 1px;

	color: #ff4747;

}



/* Brochure Widget*/



.sidebar .brochure-widget {

	position: relative;

	border: 1px solid #f2f2f2;

	padding: 20px 30px 5px;

}



.sidebar .brochure-widget a {

	position: relative;

	padding: 0px 40px;

	font-size: 13px;

	font-weight: 400;

	font-family: 'Muli', sans-serif;

	color: #222;

	line-height: 18px;

	display: block;

	margin-bottom: 10px;

	padding-bottom: 12px;

	border-bottom: 1px solid #f2f2f2;

}



.sidebar .brochure-widget a:last-child {

	border-bottom: 0px;

}



.sidebar .brochure-widget a strong {

	font-size: 16px;

	font-weight: 600;

}



.sidebar .brochure-widget a span {

	position: absolute;

	left: 0;

	top: 2px;

	margin-right: 20px;

	color: #ff4747;

	font-size: 32px;

}



/* category widget two */



.sidebar .category-widget-two {

}



.sidebar .category-widget-two li {

	position: relative;

	margin-bottom: 10px;

}



.sidebar .category-widget-two li:last-child {

	margin-bottom: 0px;

}



.sidebar .category-widget-two li a {

	position: relative;

	font-size: 16px;

	font-weight: 600;

	font-family: 'Muli', sans-serif;

	display: block;

	color: #1a224d;

	background: #fff;

	border: 1px solid #e6e6e6;

	padding: 13px 22px;

	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 .category-widget-two li.active a {

    border-color: #3648b2;

    border-left: 3px solid #ff4747;

    background: #3648b2;

    color: #fff !important;

}



.sidebar .category-widget-two li a:hover {

	color: #ff4747;

}



/* Author Widget */



.sidebar .author-widget {

	position: relative;

}



.sidebar .author-widget .inner-box {

	position: relative;

	border: 1px solid #e6e6e6;

	padding: 50px 30px;

	text-align: center;

}



.sidebar .author-widget .inner-box:before {

	position: absolute;

	content: '';

	background: #3648b2;

	left: 0;

	top: 0;

	width: 100%;

	height: 120px;

}



.sidebar .author-widget .image {

	margin-bottom: 30px;

}



.sidebar .author-widget .image img {

	position: relative;

	border-radius: 50%;

}



.sidebar .author-widget h4 {

	font-size: 21px;

	font-weight: 600;

	margin-bottom: 8px;

}



.sidebar .author-widget .text {

	margin-bottom: 5px;

}



/* News widget */



.sidebar .news-widget {

	position: relative;

}



.sidebar .news-widget .inner-box {

	position: relative;

	padding-left: 120px;

	padding-bottom: 40px;

	margin-bottom: 20px;

	border-bottom: 1px solid #e6e6e6;

}



.sidebar .news-item:last-child .inner-box {

	padding-bottom: 0px;

	margin-bottom: 0px;

	border-bottom: 0px;

}



.sidebar .news-widget .inner-box .image {

	position: absolute;

	left: 0;

	top: 0;

}



.sidebar .news-widget .inner-box .date {

	font-size: 14px;

	position: relative;

	margin-top: 5px;

	display: inline-block;

}



.sidebar .news-widget .inner-box h4 {

	font-size: 18px;

	font-weight: 700;

	line-height: 26px;

}



.sidebar .news-widget .inner-box h4 a {

	color: #1a224d;

	transition: .5s ease;

}



.sidebar .news-widget .inner-box h4 a:hover {

	color: #ff4747;

}



/* Call Out widget */

.sidebar .call-out-widget .inner-box {

	position: relative;

	padding: 110px 40px;

	background-size: cover;

}



.sidebar .call-out-widget .inner-box h3 {

	color: #fff;

	font-size: 24px;

	font-weight: 600;

	margin-bottom: 30px;

}



/* Social link widget */

.sidebar .social-link-widget {

	position: relative;

}



.sidebar .social-icon-one {

	margin: 0 -4px;

}



.sidebar .social-icon-one li {

	margin: 0 4px 10px;

}



.sidebar .social-link-widget li a {

	font-size: 18px;

	color: #1a224d;

	border: 1px solid #e6e6e6;

	width: 80px;

	height: 80px;

	line-height: 80px;

	text-align: center;

	display: inline-block;

}



/***



==================================================================

	Contact Section

==================================================================



***/



.contact-section {

	position: relative;

	margin-top: -175px;

}



.contact-section .default-form-area {

	background: #3648b2;

	padding: 50px;

	margin-bottom: 30px;

}



.contact-section .contact-info {

	margin-top: 240px;

	margin-bottom: 30px;

}



.contact-section .contact-info h2 {

	font-size: 30px;

	font-weight: 700;

	margin-bottom: 40px;

}



.contact-section .contact-info .contact-info-block {

	position: relative;

	margin-bottom: 20px;

}



.contact-section .contact-info .contact-info-block h5 {

	font-size: 17px;

	font-weight: 700;

	margin-bottom: 5px;

}







/*** 



====================================================================

	Sidebar Title Two

====================================================================



***/



.sidebar-title-two{

	position:relative;

	margin-bottom:25px;



}



.sidebar-title-two h2{

	position: relative;

	font-size: 20px;

	font-weight: 700;

	line-height: 1.3em;

}



.sidebar-widget-two{

	position:relative;

	margin-bottom: 35px;

}



.sidebar-widget-two:last-child{

	margin-bottom:0px;

	border-bottom:none;

}





/*Search Box Widget*/



.sidebar .search-box-two{position: relative;}



.sidebar .search-box-two .form-group{

	position:relative;

	margin:0px;

}



.sidebar .search-box-two .form-group input[type="text"],

.sidebar .search-box-two .form-group input[type="search"]{

	position:relative;

	line-height:28px;

	padding:10px 50px 10px 20px;

	border:1px solid #e2e8f0;

	background:none;

	display:block;

	font-size:14px;

	width:100%;

	height:50px;

	color:#808080;

	font-weight:400;

	border-radius: 25px;

	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-two .form-group button{

	position:absolute;

	right:0px;

	top:0px;

	height:50px;

	width:35px;

	font-size:14px;

	color: #1a224d;

	line-height:100%;

	background:none;

	display:inline-block;

	font-weight:normal;

	text-align:left;

}



.blog-cat-two{

	position:relative;

}



.blog-cat-two li{

	position:relative;

	margin-bottom:18px;

}



.blog-cat-two li:last-child{

	margin-bottom:0px;

}



.blog-cat-two li a{

	position:relative;

	color: #1a224d;

	font-size:15px;

	font-weight: 600;

	padding-left:20px;

	font-family: 'Muli', sans-serif;

	transition:all 500ms ease;

	-moz-transition:all 500ms ease;

	-webkit-transition:all 500ms ease;

	-ms-transition:all 500ms ease;

	-o-transition:all 500ms ease;

}



.blog-cat-two li a:hover{

	color:#ff4747;

}



.blog-cat-two li a:before{

	position:absolute;

	content:'';

	left:0px;

	top:8px;

	width:6px;

	height:6px;

	border-radius:50%;

	background-color:#e2e8f0;

}



/*Sidebar Range slider */



.range-slider-one{

	position:relative;

	min-height:48px;

}



.range-slider-one .title{

	position:relative;

	float:left;

	color: #1a224c;

	font-size: 15px;

	font-weight: 700;

	margin-top: 8px;

	margin-left: 12px;

}



.range-slider-one .title:before{

	position:absolute;

	content:'$';

	right:-14px;

	top:0px;

	color:#848484;

	font-size:16px;

	font-weight:300;

}



.range-slider-one .input{

	float:right;

	left: 8px;

	max-width:75px;

	padding-left:8px;

	margin-top: 8px;

	position: relative;

}



.range-slider-one .input input{

	background:none;

	color: #1a224c;

	font-size:16px;

	font-weight: 700;

	width:auto;

	text-align:left;

}



.range-slider-one .ui-widget.ui-widget-content{

	height:3px;

	border:none;

	margin-bottom:22px;

	background:#e6e6e6;	

}



.range-slider-one .ui-slider .ui-slider-range{

	top:0px;

	height:3px;

	background:#ff4747;	

}



.range-slider-one .ui-state-default,

.range-slider-one .ui-widget-content .ui-state-default{

	top:-3px;

	width:10px;

	height:10px;

	border:1px solid #ff4747;

	background:#ff4747;

	border-radius:50%;

	cursor:pointer;	

}



.range-slider-one .theme-btn{

	padding:6px 30px;

	color:#ffffff;

	border-color:#ff4747;

	background-color:#ff4747;

}



.range-slider-one .theme-btn:hover{

	color:#ffffff;

}



/*Item Sorting*/



.shop-section .items-sorting{

	position:relative;

	margin-bottom:40px;

	padding-bottom:10px;

	border-bottom:1px solid #e2e8f0;

}



.shop-section .items-sorting .results-column,

.shop-section .items-sorting .select-column{

	margin-bottom:20px;	

}



.shop-section .items-sorting .results-column h4{

	font-size:18px;

	font-weight:400;

	color:#222222;

	line-height:24px;

	padding:13px 0px;

	text-align:right;

}



.shop-section .items-sorting .form-group{

	margin-bottom:0px;	

}



.shop-section .items-sorting select{

	position:relative;

	display:block;

	width:100%;

	line-height:24px;

	padding:9px 15px 9px;

	height:50px;

	font-size:16px;

	border:1px solid #eeeeee;

	border-radius: 25px;

	cursor:pointer;

	-moz-appearance:none;

	-webkit-appearance:none;

	-ms-appearance:none;

	-o-appearance:none;

	background:url(../images/icons/icon-select.png) right center no-repeat;

	color:#999999;

	transition:all 500ms ease;

	-webkit-transition:all 500ms ease;

	-ms-transition:all 500ms ease;

	-o-transition:all 500ms ease;

}



.shop-section .items-sorting select option{

	text-indent:15px;	

}



.shop-section .styled-pagination{

	margin-top:20px;

}



/* Shop Item */



.shop-item{

	position:relative;

}



.shop-item .inner-box{

	position:relative;

	padding-top:0px;

	margin-bottom: 30px;

}



.shop-item .inner-box .image{

	position:relative;

	text-align:center;

	overflow: hidden;

}



.shop-item .inner-box .image img{

	width:100%;

	display:block;

}



.shop-item .inner-box .image .overlay-box{

	position:absolute;

	height: 100%;

	left:0px;

	right:0px;

	bottom:-10%;

	opacity:0;

	transition: .7s ease;

}



.shop-item .inner-box:hover .image .overlay-box{

	opacity:1;

	bottom: 0%;

}



.shop-item .inner-box .image .overlay-box .content{

	position:absolute;

	content:'';

	left: 0;

	bottom:20px;

}



.shop-item .inner-box .image .overlay-box .content {

	display: flex;

	align-items: center;

	justify-content: center;

	flex-wrap: wrap;

	width: 100%;

}



.shop-item .inner-box .image .overlay-box .content li {

	margin: 0 5px;

}



.shop-item .inner-box .image .overlay-box .content li a {

	color: #1a224c;

	font-size: 15px;

	width: 50px;

	height: 50px;

	line-height: 50px;

	background: #fff;

	border-radius: 50%;

	text-align: center;

	display: inline-block;

	transition: .5s ease;

	transform: scale(.8);

}



.shop-item .inner-box:hover .image .overlay-box .content li a {

	transform: scale(1);

}



.shop-item .inner-box .image .overlay-box .content li a:hover {

	color: #fff;

	background: #ff4747;

}



.shop-item .inner-box .lower-content{

	position:relative;

	margin: 15px 0 0;

}



.shop-item .inner-box .lower-content h5 {

	font-size: 17px;

	margin-bottom: 5px;

	font-weight: 600;

}



.shop-item .inner-box .lower-content .price {

	font-size: 16px;

	font-weight: 700;

	color: #1a224c;

	font-family: 'Muli', sans-serif;

}



.shop-single{

	position:relative;

	padding:100px 0px 60px;

}



/* Product Detail */



.product-details .basic-details{

	position:relative;

	margin-bottom:30px;

}



.product-details .image-column,

.product-details .info-column{

	margin-bottom:20px;

}



.product-details .image-column .image-box{

	padding-right:30px;

	position:relative;

}



.product-details .image-column .image-box img{

	position:relative;

	display:block;

	width:100%;

}



.product-details .basic-details .details-header{

	position:relative;

	margin-bottom: 30px;

}



.product-details .basic-details .details-header h4{

	font-size:30px;

	font-weight: 600;

	margin:0px 0px 12px;

	line-height:1.4em;

	color:#222222;

}



.product-details .basic-details .details-header h4 a{

	color:#333333;	

}



.product-details .basic-details .details-header .rating{

	font-size:14px;

	color:#b3b9c8;

	margin-bottom:15px;

}



.product-details .basic-details .details-header .rating .fa{

	display:inline-block;

	margin-right:2px;	

}



.product-details .basic-details .details-header .rating .txt{

	font-size:14px;

	padding-left:10px;

	color:#777777;	

}



.product-details .basic-details .details-header .item-price{

	font-size:24px;

	font-weight: 600;

	color:#ff4747;

	line-height:22px;

	letter-spacing:1px;

	margin-bottom:10px;

}



.product-details .basic-details .prod-info{

	margin-bottom:15px;

	line-height:1.6em;

	font-size:13px;	

}



.product-details .basic-details .prod-info strong{

	font-weight:700;

	color:#111111;	

}



.product-details .basic-details .text{

	margin-bottom: 40px;

	position:relative;

}



.product-details .basic-details .text p{

	margin-bottom:25px;

	color:#7e8597;

	font-size:15px;

	font-weight:400;

	line-height:1.8em;	

}



.product-details .basic-details .location{

	position:relative;

	color:#7e8597;

	font-size:16px;

	font-weight:400;

	margin-bottom:10px;

}



.product-details .basic-details .item-quantity .field-label{

	float:left;

	font-weight:700;

	font-size:14px;

	line-height:32px;

	display:inline-block;

	padding-right:20px;	

}



.product-details .basic-details .quantity-spinner,

.cart-section input.quantity-spinner{

	line-height:24px;

	padding:10px 15px !important;

	height:46px !important;

	box-shadow:none !important;	

}



.product-details .basic-details .bootstrap-touchspin .input-group-btn-vertical > .btn,

.cart-section .bootstrap-touchspin .input-group-btn-vertical > .btn{

	padding:11px 10px;

	background:#f4f5f6;	

}



.product-details .bootstrap-touchspin .input-group-btn-vertical i,

.cart-section .bootstrap-touchspin .input-group-btn-vertical i{

	top:6px;	

}



.product-details .basic-details .item-quantity{

	position:relative;

	float:left;

	width:55px;

	margin-bottom: 30px;

	margin-right:20px;

}



.product-details .basic-details .item-quantity .field-label{

	float:left;

	font-weight:700;

	font-size:14px;

	line-height:32px;

	display:inline-block;

	padding-right:20px;	

}



.product-details .basic-details .quantity-spinner,

.cart-table input.quantity-spinner{

	font-size:18px;

	line-height:24px;

	border:1px solid #e2e8f0;

	padding:10px 15px !important;

	height:50px !important;

	box-shadow:none !important;	

}



.bootstrap-touchspin .glyphicon-chevron-up:before {

    content: "\f106";

	font-size: 18px;

	font-weight:800;

	font-style:normal;

	font-family: "Font Awesome 5 Free";

}



.bootstrap-touchspin .glyphicon-chevron-down:before {

    content: "\f107";

	font-size: 18px;

	font-weight:800;

	font-style:normal;

	font-family: "Font Awesome 5 Free";

}



.product-details .basic-details .bootstrap-touchspin .input-group-btn-vertical > .btn,

.cart-table .bootstrap-touchspin .input-group-btn-vertical > .btn{

	padding:12px 10px;

	background:#f4f5f6;

	border-radius:0px;	

}



.product-details .bootstrap-touchspin .input-group-btn-vertical i,

.cart-table .bootstrap-touchspin .input-group-btn-vertical i{

	top:-1px;	

}



.product-details .basic-details .add-to-cart{

	position: relative;

	display: inline-block;

	font-size: 15px;

	line-height: 30px;

	color: #ffffff;

	padding: 10px 42px;

	font-weight: 700;

	overflow:hidden;

	border-radius: 50px;

	letter-spacing:1px;

	margin-left:20px;

	background-color: #ff4747;

	text-transform: capitalize;

}



.product-details .basic-details .expired{

	position:relative;

	color:#ff4747;

	font-size:16px;

	margin-bottom:30px;

}



.product-details .basic-details .share-box{

	position:relative;

	margin-top:18px;

}



.product-details .basic-details .share-box .share{

	position:relative;

	color:#222222;

	font-size:18px;

	font-weight:400;

	display:inline-block;

	margin-right:18px;

}





/*Pincode Form*/



.pincode-form{

	position:relative;

	margin-bottom:5px;

}



.pincode-form .form-group{

	margin-bottom:10px;

	position:relative;

	display:inline-block;

}



.pincode-form .form-group input[type="text"]{

	position:relative;

	line-height:14px;

	padding:4px 10px 4px 15px;

	border:1px solid #f7f7f7;

	background:none;

	font-size:16px;

	width:280px;

	color:#7e8597;

	height:50px;

	display:inline-block;

	transition:all 500ms ease;

	-moz-transition:all 500ms ease;

	-webkit-transition:all 500ms ease;

	-ms-transition:all 500ms ease;

	-o-transition:all 500ms ease;

}



.pincode-form .form-group button{

	position:absolute;

	right:0px;

	top:0px;

	height:50px;

	width:100px;

	font-size:15px;

	color:#020e28;

	font-weight:600;

	line-height:100%;

	background:#f7f7f7;

	margin-left:8px;

	display:inline-block;

	text-transform:uppercase;

	font-family: 'Muli', sans-serif;

}



.product-details .product-category {

	position: relative;

	margin-bottom: 30px;

}



.product-details .product-category li {

	font-size: 15px;

	display: inline-block;

	color: #1a224c;

}



.product-details .product-category li a {

	color: #8a8d91;

	transition: .5s ease;

}



.product-details .product-category li a:hover {

	color: #ff4747;

}



/*** 



====================================================================

	Product Tabs Style

====================================================================



***/



.shop-single .product-details .prod-tabs{

	position:relative;

	margin-bottom:60px;

}



.shop-single .product-info-tabs {

    margin-bottom: 80px;

}



.shop-single .product-info-tabs .title-box h3 {

	font-size: 26px;

	font-weight: 700;

	margin-bottom: 30px;

}



.shop-single .tab-btn-style-one {

    border-bottom: 1px solid #f2f2f2;

    padding-bottom: 30px;

    justify-content: left !important;

}



.shop-single .nav-tabs .nav-link.active, .nav-tabs .nav-item.show .nav-link {

    background: #ff4747;

    color: #fff;

    border-color: #ff4747;

}



.shop-single .tab-btn-style-one .nav-link {

    border: 2px solid #f2f2f2;

    border-radius: 25px;

    padding: 9px 25px;

}



.shop-single .nav-tabs .nav-item {

    margin: 4px 4px;

}



.shop-single .product-details .prod-tabs .tabs-content .tab .content p{

	position:relative;

	color:#7e8597;

	font-size:15px;

	line-height:1.9em;

	margin-bottom:20px;

}



.shop-single .product-details .prod-tabs .tabs-content .tab .content p:last-child{

	margin-bottom:0px;

}



/*Comment Form*/



.shop-comment-form{

	position:relative;

	margin-top:45px;

}



.shop-comment-form h2{

	position:relative;

	color:#222222;

	font-size:24px;

	font-weight:700;

	margin-bottom:12px;

}



.shop-comment-form .title-text{

	position:relative;

	color:#7e8597;

	font-size:15px;

	font-weight:400;

	margin-bottom:22px;

}



.shop-comment-form .group-title{

	margin-bottom:20px;

}



.shop-comment-form .rating-box{

	position:relative;

}



.shop-comment-form .rating-box .text{

	position:relative;

	font-size:18px;

	color:#222222;

	display:inline-block;

	margin-bottom:10px;

	margin-right:15px;

}



.shop-comment-form .rating-box .rating{

	position:relative;

	display:inline-block;

	margin-right:10px;

	padding-right:10px;

	border-right:1px solid #ebebeb;

}



.shop-comment-form .rating-box .rating:last-child{

	border-right:0px;

}



.shop-comment-form .rating-box .rating .fa{

	position:relative;

	margin-right:2px;

	display:inline-block;

}



.shop-comment-form .rating-box .rating a{

	position:relative;

	color:#d6d6d6;

	font-size:12px;

	display:inline-block;

}



.shop-comment-form .rating-box .rating a:hover{

	color:#fc7837;

}



.shop-comment-form .form-group{

	position:relative;

	margin-bottom:15px;

}



.shop-comment-form .form-group label{

	position:relative;

	color:#222222;

	font-size:18px;

	font-weight:400;

}



.shop-comment-form .form-group:last-child{

	margin-bottom:0px;

}



.shop-comment-form .form-group input[type="text"],

.shop-comment-form .form-group input[type="password"],

.shop-comment-form .form-group input[type="tel"],

.shop-comment-form .form-group input[type="email"],

.shop-comment-form .form-group select{

	position:relative;

	display:block;

	width:100%;

	line-height:28px;

	padding:10px 15px;

	border:1px solid #efefef;

	height:50px;

	color:#848484;

	font-weight:300;

	background:#ffffff;

	-webkit-transition:all 300ms ease;

	-ms-transition:all 300ms ease;

	-o-transition:all 300ms ease;

	-moz-transition:all 300ms ease;

	transition:all 300ms ease;

}



.shop-comment-form .form-group input[type="text"]:focus,

.shop-comment-form .form-group input[type="password"]:focus,

.shop-comment-form .form-group input[type="tel"]:focus,

.shop-comment-form .form-group input[type="email"]:focus,

.shop-comment-form .form-group select:focus,

.shop-comment-form .form-group textarea:focus{

	border-color:#ff4747;

}



.shop-comment-form .form-group textarea{

	position:relative;

	display:block;

	width:100%;

	line-height:26px;

	padding:10px 15px;

	color:#848484;

	border:1px solid #efefef;

	height:175px;

	font-weight:400;

	background:#ffffff;

	resize:none;

	-webkit-transition:all 300ms ease;

	-ms-transition:all 300ms ease;

	-o-transition:all 300ms ease;

	-moz-transition:all 300ms ease;

	transition:all 300ms ease;

}



.shop-comment-form .send-btn{

    position: relative;

    display: inline-block;

    font-size: 15px;

    line-height: 30px;

    color: #ffffff;

    padding: 12px 42px;

    font-weight: 700;

    overflow: hidden;

    border-radius: 50px;

    letter-spacing: 1px;

	margin-top:20px;

    background-color: #ff4747;

    text-transform: capitalize;

  

}



.shop-comment-form input:focus,

.shop-comment-form select:focus,

.shop-comment-form textarea:focus{

	border-color:#f06529;	

}



.shop-single .comments-area{

	position:relative;

}



.shop-single .comments-area .comment-box{

	position:relative;

	padding-bottom:40px;

	border-bottom:1px solid #e2e8f0;

}



.shop-single .comments-area .comment-box .comment{

	position:relative;

	padding-left:100px;

}



.shop-single .comments-area .comment-box .comment .author-thumb{

	position:absolute;

	left:0px;

	top:0px;

	width:64px;

	height:64px;

	display:inline-block;

}



.shop-single .comments-area .comment-box .comment .comment-inner{

	position:relative;

}



.shop-single .comments-area .comment-box .comment .comment-inner .comment-info{

	position:relative;

	color:#222222;

	font-size:20px;

	font-weight:700;

	line-height:1.3em;

}



.shop-single .comments-area .comment-box .comment .comment-inner .comment-info span{

	position:relative;

	color:#ff4747;

	font-size:15px;

	font-weight:400;

	font-family: 'Muli', sans-serif;

}



.shop-single .comments-area .comment-box .comment .comment-inner .rating{

	position:relative;

	color:#b3b9c8;

	font-size:13px;

	margin-top:5px;

}



.shop-single .comments-area .comment-box .comment .text{

	position:relative;

	color:#7e8597;

	font-size:15px;

	line-height:1.8em;

	margin-top:10px;

}



.related-products{

	position:relative

}



.related-products .title-box{

	position:relative;

	margin-bottom:30px;

}



.related-products .title-box h2{

	position:relative;

	color:#222222;

	font-size:30px;

	font-weight:700;

}



















/*** 



====================================================================

	Cart Section style

====================================================================



***/



.cart-section{

	position:relative;

	padding:100px 0px 90px;

}



.cart-section .cart-outer{

	position:relative;	

}



.cart-section .table-outer{

	position:relative;

	width:100%;

}



.cart-section .cart-table{

	width:100%;

	min-width:900px;

	border: 1px solid #f2f2f2;

}



.cart-table .cart-header{

	position:relative;

	width:100%;

	text-transform:uppercase;

	font-size:16px;

	border-radius:0px;

	background: #fff;

	color:#1f1f1f;

	border-bottom: 1px solid #f2f2f2;

}



.cart-table thead tr th{

	line-height:24px;

	padding:20px 15px;

	min-width:120px;

	font-weight:700;

	color:#222222;

	font-size:16px;

	text-transform:capitalize;

}



.cart-section .bootstrap-touchspin .input-group-btn-vertical{

	position:absolute;

	right:0px;

}



.cart-table tbody tr .prod-column .column-box{

	position:relative;

	min-height:100px;

	padding-left:100px;

	padding-top: 25px;

	text-align:left;

	min-width:230px;

}



.cart-table tbody tr .prod-column .column-box h4{

	font-size:20px;

	color:#222222;

	font-weight:700;

	margin-bottom:5px;

	text-transform:capitalize;

}



.cart-table tbody tr .prod-column .column-box .prod-thumb{

	position:absolute;

	width:80px;

	left:0px;

	top:0px;

}



.cart-table tbody tr .prod-column .column-box .prod-thumb img{

	 display:block;

	 width:100%;

}



.cart-table thead tr th.prod-column{

	text-align:left;

	padding-left:30px;	

}



.cart-table tbody tr{

	border-bottom:1px solid #e6e6e6;

}



.cart-table tbody tr td{

	line-height:24px;

	padding: 30px 30px 20px;

	min-width:100px;

}



.cart-table tbody tr .qty{

	width:90px;

	padding-right:40px;

}



.cart-table tbody tr .qty .quantity-spinner{

	background:#f5f5f5;	

}



.column.default-column .cart-table tbody tr .qty{

	width:110px;

	padding-right:20px;	

}



.cart-table tbody tr .prod-column .column-box h3{

	font-size:20px;

	color:#020e28;

	font-weight:400;

}



.cart-table tbody tr .sub-total{

	font-weight:400;

	color:#ff4747;

	font-size:20px;

}



.cart-table tbody tr .remove-btn{

	position:relative;

	font-size:18px;

	color:#8d93a3;

	width:34px;

	height:34px;

	text-align:center;

	line-height: 34px;

	display:inline-block;

	border: 1px solid #8d93a3;

	-webkit-transition:all 500ms ease;

	-ms-transition:all 500ms ease;

	-o-transition:all 500ms ease;

	-moz-transition:all 500ms ease;

	transition:all 500ms ease;

}



.cart-table tbody tr .remove-btn .fa{

	position:relative;

	top:2px;

	font-size:10px;

	line-height:14px;

	width:14px;

	height:14px;

	margin-right:8px;

	background:#f0f0f0;

	color:#ffffff;

	text-align:center;

	overflow:hidden;

	text-indent:100px;

}



.cart-table tbody tr .remove{

	text-align:center;

}



.cart-table tbody tr .remove-btn:hover{

	color:#ff4747;

	border-color:#ff4747;

}



.cart-table tbody tr .remove-btn:hover .fa{

	text-indent:0px;

	background:#fa9928;

}



.cart-table tbody tr td{

	vertical-align:middle;	

}



.cart-table tbody tr td.price{

	font-size:20px;

	font-weight:400;

	color:#7e8597;

}



.cart-table tbody tr td .quantity-spinner{

	padding:5px 0px 5px 20px;

	line-height:24px;

	height:34px;

	display:block;

	width:100%;

	position:relative;

}



.cart-table tbody .available-info{

	position:relative;

	padding-left:50px;

    color: #7e8597;

    font-size: 15px;

}



.cart-table tbody .available-info .icon{

	position:absolute;

	left:0px;

	top:5px;

	width:40px;

	height:40px;

	line-height:40px;

	text-align:center;

	font-size:18px;

	color:#ffffff;

	background:#ff4747;

	border-radius:50%;

}



.cart-section .coupon-outer{

	position:relative;

	margin:30px 0px 50px;

}



.cart-section .coupon-outer .cart-btn{

	position: relative;

    display: inline-block;

    font-size: 15px;

    line-height: 30px;

    color: #ffffff;

    padding: 12px 42px;

    font-weight: 700;

    overflow: hidden;

    border-radius: 50px;

    letter-spacing: 1px;

    background-color: #ff4747;

    text-transform: capitalize;

  

}



.cart-section .coupon-outer .cart-btn:hover{

	color:#ffffff;

	background-color:#ff4747;

}



.cart-section .apply-coupon{

	position:relative;

}



.cart-section .apply-coupon .form-group{

	position:relative;

	float:left;

	margin-right:15px;	

}



.cart-section .apply-coupon .form-group .coupon-btn{

	position: relative;

    font-weight: 700;

    color: #222222;

    font-size: 15px;

    display: inline-block;

    padding: 14px 38px;

    border-radius: 50px;

    -webkit-transition: all 300ms ease;

    -moz-transition: all 300ms ease;

    -ms-transition: all 300ms ease;

    -o-transition: all 300ms ease;

    transition: all 300ms ease;

    background-color: #e9eef3;

  

}



.cart-section .apply-coupon .form-group .coupon-btn .arrow{

	position:relative;

	margin-left:3px;

	top:2px;

}



.cart-section .apply-coupon .form-group .coupon-btn:hover{

	background-color:#ff4747;

	color:#ffffff;

}



.cart-section .apply-coupon .form-group input[type="text"]{

	display:block;

	line-height:26px;

	padding:12px 20px;

	border:1px solid #e2e8f0;

	height:55px;

	width:230px;

	color:#7e8597;

	background:none;	

	border-radius:50px;

}



.cart-section .cart-outer .title-box{

	position:relative;

	margin-bottom:24px;

}



.cart-section .cart-outer .title-box h2{

	position:relative;

	color:#222222;

	font-size:24px;

	font-weight:700;

}



.cart-section .estimate-form{

	position:relative;

}



.cart-section .sec-title{

	margin-bottom:25px;

}



.cart-section .sec-title h2{

	font-size:24px;

	color:#020e28;

	padding-bottom:0px;

	text-transform:capitalize;

}



.cart-section .estimate-form .row{

	margin-left:-7px;

	margin-right:-7px;	

}



.cart-section .estimate-form .row .form-group{

	padding:0px 7px !important;

	margin-bottom:30px;

}



.cart-section .totals-table{

	position:relative;

	border:1px solid #f2f2f2;

	border-radius:2px;

	margin-bottom:30px;

}



.cart-section .totals-table .col{

	position:relative;

	display:block;

	float:left;

	padding:15px 15px;

	line-height:24px;

	width:50%;

	font-weight:400;

	font-size:16px;

	color:#848484;

}



.cart-section .totals-table .col-title{

	font-size:16px;

	color:#020e28;

	font-weight:600;

	border-right:2px solid #f0f0f0;	

	font-family: 'Muli', sans-serif;

}



.cart-section .totals-table li{

	position:relative;

	border-bottom:1px solid #f0f0f0;	

}



.cart-section .totals-table li:last-child{

	border-bottom:none;	

}



.cart-section .cart-note{

	position:relative;

	margin-bottom:50px;

	padding:16px 20px;

	text-align:center;

	border:1px dashed #b2dd4c;

	background:#f4f4f4;

	line-height:1.7em;

}



.product-details .basic-details .item-quantity input[type="text"],

.cart-table tbody tr .qty input[type="text"]{

	position:relative;

	line-height:46px;

	height:46px;

	background:#ffffff;

}



.bootstrap-touchspin .input-group-btn-vertical > .btn{

	height:24px;

	background:#e9e9e9;	

}



.bootstrap-touchspin .input-group-btn-vertical i{

	left:6px;

	top:6px;	

}



/*Shipping Form*/



.shipping-form .form-group{

	position:relative;

	margin-bottom:30px;

	padding:0px 15px;

}



.shipping-form .form-group .ui-selectmenu-button.ui-button{

	background-color:#ffffff;

	height:45px;

	line-height:24px;

	z-index:10;

	border:1px solid #f2f2f2;

	background-position:right top;

	background-repeat:no-repeat;

	background-image:url(../images/icons/arrow-right.html);

}



.shipping-form .form-group .ui-button .ui-icon{

	opacity:0;

}



.shipping-form .form-group input,

.shipping-form .form-group select{

	position:relative;

	display:block;

	width:100%;

	line-height:33px;

	padding:10px 20px;

	height:45px;

	color:#848484;

	font-size:14px;

	background:#ffffff;

	border:1px solid #f2f2f2;

	-webkit-transition:all 500ms ease;

	-ms-transition:all 500ms ease;

	-moz-transition:all 500ms ease;

	transition:all 500ms ease;	

}



.shipping-form .form-group textarea{

	position:relative;

	display:block;

	width:100%;

	line-height:30px;

	padding:10px 20px;

	height:120px;

	resize:none;

	font-size:16px;

	font-weight:300;

	background:#f7f7f7;

	border:1px solid #f4f4f4;

	-webkit-transition:all 500ms ease;

	-ms-transition:all 500ms ease;

	-moz-transition:all 500ms ease;

	transition:all 500ms ease;	

}



.shipping-form .form-group input:focus,

.shipping-form .form-group textarea:focus{

	border-color:#ff4747;

}



.shipping-form .form-group .total-btn{

    position: relative;

    font-weight: 700;

    color: #222222;

    font-size: 15px;

    display: inline-block;

    padding: 14px 38px;

    border-radius: 50px;

    -webkit-transition: all 300ms ease;

    -moz-transition: all 300ms ease;

    -ms-transition: all 300ms ease;

    -o-transition: all 300ms ease;

    transition: all 300ms ease;

    background-color: #e9eef3;

  

}



.shipping-form .form-group .total-btn .arrow{

	position:relative;

	margin-left:4px;

	top:1px;

}



.shipping-form .form-group .total-btn:hover{

	background-color:#ff4747;

	color:#ffffff;

}



.cart-section .cart-outer .checkout-btn{

	position: relative;

    font-weight: 700;

    color: #222222;

    font-size: 15px;

    display: inline-block;

    padding: 14px 42px;

    border-radius: 50px;

    -webkit-transition: all 300ms ease;

    -moz-transition: all 300ms ease;

    -ms-transition: all 300ms ease;

    -o-transition: all 300ms ease;

    transition: all 300ms ease;

    background-color: #e9eef3;

  

}



.cart-section .cart-outer .checkout-btn .arrow{

	position:relative;

	margin-left:4px;

	top:1px;

}



.cart-section .cart-outer .checkout-btn:hover{

	background-color:#ff4747;

	color:#ffffff;

}









/*** 



====================================================================

	CheckOut Sectioon

====================================================================



***/



.checkout-page{

	position:relative;

}



.checkout-page .default-links{

	position:relative;

	margin-bottom:50px;	

}



.checkout-page .default-links li{

	margin-bottom:20px;

	line-height:24px;

	padding:18px 30px;

	background:#e9eef3;

	color:#222222;

	font-size:16px;

	font-weight:700;

	border-left:2px solid #ff4747;

}



.checkout-page .default-links li a{

	color:#ff4747;

	font-weight:400;

}



.checkout-form{

	position:relative;

}



.checkout-form .checkout-title{

	position:relative;

	margin-bottom:20px;

}



.checkout-form .checkout-title h2{

	position:relative;

	color:#020e28;

	font-size:24px;

	font-weight:600;

}



.checkout-form .form-group{

	position:relative;

	margin-bottom:25px;	

}



.checkout-form .form-group .field-label{

	display:block;

	line-height:24px;

	margin-bottom:6px;

	text-transform:capitalize;

	color:#7e8597;	

	font-size:16px;

	font-weight:400;

}



.checkout-form .form-group .field-label sup{

	top:-1px;

	font-size:16px;

}



.checkout-form input[type="text"],

.checkout-form input[type="email"],

.checkout-form input[type="password"],

.checkout-form input[type="tel"],

.checkout-form input[type="number"],

.checkout-form input[type="url"],

.checkout-form select,

.checkout-form textarea{

	position:relative;

	display:block;

	width:100%;

	background:#ffffff;

	line-height:22px;

	padding:12px 15px;

	height:48px;

	border:1px solid #f4f4f4;

	transition:all 300ms ease;

	-webkit-transition:all 300ms ease;

	-ms-transition:all 300ms ease;

	-o-transition:all 300ms ease;

	-moz-transition:all 300ms ease;

}



.checkout-form textarea{

	resize:none;

	height:120px !important;	

}



.checkout-form input:focus,

.checkout-form select:focus,

.checkout-form textarea:focus{

	border-color:#ff4747;	

}



.checkout-page .check-box{

	line-height:24px;

	font-size:14px;

	font-weight:normal;

	padding-top:5px;	

}



.checkout-page .check-box label{

	position:relative;

	top:-1px;

	font-weight:700;

	padding:0px;

	font-size:16px;

	cursor:pointer;

	color:#222222;

}



.checkout-page .lower-content{

	position:relative;

	margin-top:60px;

}



.checkout-page .lower-content .order-column{

	margin-bottom:40px;

}



.checkout-page .lower-content .column h2{

	position:relative;

	color:#020e28;

	font-size:24px;

	font-weight:600;

}



.checkout-page .lower-content .checkout-title{

	margin-bottom:35px;

}



.checkout-page .lower-content .order-column .cart-table{

	width:100%;

}



.checkout-page .lower-content .order-column .cart-table .cart-header{

	background-color:#ff4747;

}



.checkout-page .cart-table thead tr th{

	color:#ffffff;

}



.checkout-page .cart-table thead tr th{

	min-width:auto;

}



.checkout-page .cart-table tbody tr,

.checkout-page .cart-table tbody tr .prod-column .column-box .prod-thumb{

	border-color: #f2f2f2;

}



.checkout-page .cart-table tbody tr td{

	min-width:130px;

}



.checkout-page .product-details .basic-details .item-quantity input[type="text"],

.checkout-page .cart-table tbody tr .qty input[type="text"]{

	width:45px;

	background:none;

	text-align:center;

	border:1px solid #d4dbe2;

}



/*Total Table*/



.checkout-page .lower-content .totals-table{

	position:relative;

	margin-bottom:40px;

	border:1px solid #e6e6e6;

}



.checkout-page .lower-content .totals-table li .col{

	padding:12px 20px;

}



.checkout-page .lower-content .totals-table li{

	line-height:24px;

	border-bottom:1px solid #e6e6e6;	

}



.checkout-page .lower-content .totals-table li .col.title{

	font-weight:500;

	color:#222222;

	font-size:16px;

	border-right:1px solid #e6e6e6;

	font-family: 'Muli', sans-serif;

}



.checkout-page .lower-content .totals-table li:last-child{

	border-bottom:none;

	margin-bottom:0px;

}



.checkout-page .lower-content .totals-table .col{

	position:relative;

	display:block;

	float:left;

	line-height:24px;

	width:50%;

	color: #848484;

	font-weight: 400;

	font-size:16px;

}



/*Payment Option*/



.checkout-page .payment-options{

	position:relative;

	margin-bottom:30px;

	padding:30px 20px 40px;

	border: 1px solid #f2f2f2;

}



.checkout-page .payment-options li{

	position:relative;

	margin-bottom:15px;	

}



.checkout-page .payment-options li .radio-option{

	position:relative;		

}



.checkout-page .payment-options li .radio-option label{

	position:relative;

	display:inline-block;

	padding-left:30px;

	font-weight:500 !important;

	text-transform:capitalize;

	letter-spacing:1px;

	color:#333333;

	cursor:pointer;

}



.checkout-page .payment-options li .radio-option label strong{

	font-weight:700;	

	color:#222222;

	font-size:16px;

}



.checkout-page .payment-options li .radio-option label strong a{

	font-size:15px;

	color:#222222;

	margin-left:30px;

	font-weight:400;

	text-decoration:underline;

	font-family: 'Muli', sans-serif;

}



.checkout-page .payment-options li .radio-option input[type="radio"]{

	position:absolute;

	left:0px;

	top:3px;	

}



.checkout-page .payment-options li .radio-option label .small-text{

	display:block;

	padding-top:5px;

	letter-spacing:0px;

	text-transform:none;

	font-size:16px;

	color:#7e8597;

	font-weight:400;

	line-height:1.8em;

}



.checkout-page .payment-options li .radio-option label img{

	position:relative;

	top:-3px;

	display:inline-block;

	max-width:100%;

	padding-left:30px;	

}



.checkout-page .payment-options .theme-btn{

	position: relative;

    display: inline-block;

    font-size: 15px;

    line-height: 30px;

    color: #ffffff;

    padding: 12px 42px;

    font-weight: 700;

    overflow: hidden;

    border-radius: 50px;

    letter-spacing: 1px;

	margin-left:30px;

    background-color: #ff4747;

    text-transform: capitalize;

  

}

