
/*==============================================
  Base Css
  ===============================================*/
@font-face {
    font-family: 'Pretendard-Regular';
    src: url('https://cdn.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
}

html,
body {
	height: 100%
}

body {
	color: #111;
	font-family: 'Pretendard-Regular', sans-serif;
	font-size: 15px;
}

button:focus {
	outline: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0;
}

h3 {
	font-size: 20px;
	font-weight: 400;
}

.float_left {
	float: left;
}

.float_right {
	float: right;
}

h4 {}

a,
a:hover,
a:active,
a:focus {
	transition: all 0.5s ease 0s;
	text-decoration: none;
	outline: none;
}

img {
	max-width: 100%;
	height: auto;
}

i {
	font-style: normal;
}

ul,
li {
	list-style: none;
	margin: 0;
	padding: 0;
}

button {
	border: none;
	background: transparent;
}

.thm-btn {
	font-size: 14px;
	font-weight: 600;
	text-transform: uppercase;
	display: inline-block;
	border-radius: 50px;
	transition: all 0.3s ease-in-out;
	padding: 11px 35px 9px;
}

.bgclr-1 {
	border: 2px solid #45c4e9;
	background-color: #45c4e9;
	color: #ffffff;
}

.thm-btn:hover {
	background-color: #fff;
	color: #45c4e9;
	border-color: #45c4e9;
}

.fonts16 {
	font-size: 16px;
}


.sec-title {
	position: relative;
	display: inline-block;
	width: 100%;
	margin-top: -3px;
	padding-bottom: 41px;
}

.sec-title.pdb-50 {
	padding-bottom: 50px;
}

.sec-title.pdb-30 {
	padding-bottom: 30px;
}

.sec-title h1 {
	font-size: 28px;
	font-weight: bold;
	line-height: 36px;
	text-transform: none;
	margin: 0 0 16px;
}

.sec-title h2 {
	font-size: 24px;
	font-weight: 400;
	line-height: 36px;
	text-transform: none;
	margin: 0 0 16px;
}

.sec-title .border-center {
	width: 200px;
	height: 1px;
	background: #f4f4f4;
	display: block;
	margin: 0 auto;
	position: relative;
}

.sec-title .border-center:before {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	width: 70px;
	height: 1px;
	background: var(--color-primary);
	content: "";
	margin: 0 auto;
}

.sec-title p {
	color: #848484;
	font-size: 18px;
	font-weight: 300;
	margin: 25px 0 0;
	line-height: 26px;
	padding: 0 190px;
}

.sec-title .border {
	width: 100%;
	height: 1px;
	background: #f4f4f4;
	display: block;
	position: relative;
}

.sec-title .border:before {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	width: 70px;
	height: 1px;
	background: var(--color-primary);
	content: "";
}


.boxed_wrapper {
	background: #fff none repeat scroll 0 0;
	position: relative;
	margin: 0 auto;
	width: 100%;
	min-width: 320px;
	min-height: 400px;
	overflow: hidden;
}

/*________________Preloader_______________ */

.preloader {
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 999999999999;
	background-color: rgba(255, 255, 255, 1);
	background-position: center center;
	background-repeat: no-repeat;
	background-image: url(../images/icon/preloader.gif);
}


/* Update Mainmenu area Style */
@-webkit-keyframes menu_sticky {
	0% {
		margin-top: -150px;
	}

	50% {
		margin-top: -130px;
	}

	100% {
		margin-top: 0;
	}
}

@keyframes menu_sticky {
	0% {
		margin-top: -150px;
	}

	50% {
		margin-top: -130px;
	}

	100% {
		margin-top: 0;
	}
}

.mainmenu-area.stricky-fixed {
	position: fixed;
	top: 0;
	left: 0;
	margin: 0;
	width: 100%;
	z-index: 10000;
	background: #fff;
	z-index: 99999;
	-webkit-animation-name: menu_sticky;
	animation-name: menu_sticky;
	-webkit-animation-duration: 0.60s;
	animation-duration: 0.60s;
	-webkit-animation-timing-function: ease-out;
	animation-timing-function: ease-out;
}




/* Scroll To Top styles */
.scroll-to-top {
	background: transparent;
	border: 1px solid #45c4e9;
	bottom: 25px;
	color: #45c4e9;
	cursor: pointer;
	display: none;
	font-size: 30px;
	font-weight: normal;
	height: 45px;
	/* line-height: 48px; */
	position: fixed;
	right: 15px;
	text-align: center;
	transition: all 500ms ease 0s;
	width: 45px;
	z-index: 99999;
	-webkit-box-shadow: 0px 8px 23px -6px rgba(27, 27, 27, 1);
	-moz-box-shadow: 0px 8px 23px -6px rgba(27, 27, 27, 1);
	box-shadow: 0px 8px 23px -6px rgba(27, 27, 27, 1);
}

.scroll-to-top:hover {
	background: #45c4e9;
	color: #fff;
}


/*Form validation styles */
input:focus,
textarea:focus,
select:focus {
	border-color: #43c3ea;
	outline: none;
}


/* Post pagination styles */
.post-pagination li {
	display: inline-block;
	margin: 0 3px;
}

.post-pagination li a {
	background: #fff none repeat scroll 0 0;
	border: 2px solid #f4f4f4;
	color: #252525;
	display: block;
	font-size: 18px;
	font-weight: 600;
	height: 55px;
	padding: 14px 0;
	transition: all 500ms ease 0s;
	width: 55px;

	border-radius: 50%;
}

.post-pagination li.active a,
.post-pagination li:hover a {
	background: #45c4e9;
	color: #fff;
	border: 2px solid #45c4e9;
}


/* Overlay styles */
.overlay-style-one {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	padding: 0px;
	color: #ffffff;
	opacity: 0;
	background: rgba(255, 131, 3, 0.9);
	-webkit-transform: perspective(400px) rotateX(-90deg);
	-moz-transform: perspective(400px) rotateX(-90deg);
	-ms-transform: perspective(400px) rotateX(-90deg);
	-o-transform: perspective(400px) rotateX(-90deg);
	transform: perspective(400px) rotateX(-90deg);
	-webkit-transform-origin: top;
	-moz-transform-origin: top;
	-ms-transform-origin: top;
	-o-transform-origin: top;
	transform-origin: top;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}

.overlay-style-one .box {
	display: table;
	height: 100%;
	width: 100%;
}

.overlay-style-one .box .content {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
}







.review-box {}

.review-box ul {
	margin-left: -1px;
	margin-right: -1px;
}

.review-box ul li {
	display: inline-block;
	margin: 0 1px;
}

.review-box ul li i {
	color: #45c4e9;
	font-size: 12px;
}



/***
  =============================================
  Top bar area style
  =============================================
  ***/
.top-bar-area {
	position: relative;
	line-height: 50px;
	z-index: 999;
	background: transparent;
	padding: 9px 0 8px;
}

.top-contact-info {
	overflow: hidden;
}

.top-contact-info li {
	display: inline-block;
	float: left;
	margin-right: 30px;
	color: #ffffff;
	line-height: 32px;
}

.top-contact-info li:last-child {
	margin: 0;
}

.top-contact-info li span:before {
	color: #45c4e9;
	font-size: 18px;
	line-height: 18px;
	display: inline-block;
	padding-right: 8px;
}


.top-bar-area .top-right {
	float: right;
}

.top-bar-area .top-right h5 {
	display: inline-block;
	float: left;
	font-size: 16px;
	font-weight: 300;
	color: #ffffff;
	font-family: 'Hind', sans-serif;
	text-transform: capitalize;
	margin: 8px 0;
}

.top-bar-area .top-right .social-links {
	overflow: hidden;
	float: left;
	padding-left: 20px;
	padding-right: 30px;
	margin: 8px 0;
}

.top-bar-area .top-right .social-links li {
	display: inline-block;
	float: left;
	margin-right: 20px;
	line-height: 16px;
}

.top-bar-area .top-right .social-links li:last-child {
	margin: 0px;
}

.top-bar-area .top-right .social-links li a i {
	color: #fff;
	font-size: 14px;
	transition: all 500ms ease;
}

.top-bar-area .top-right .social-links li a:hover i {
	color: #45c4e9;
}



/*==============================================
  Mainmenu Area Css
  ===============================================*/
.mainmenu-area {
	position: relative;
	z-index: 99;
	background: transparent;
}

.mainmenu-area .mainmenu-bg {
	background: transparent;
}

.main-menu {
	float: left;
	position: relative;
}

.main-menu .navbar-collapse {
	padding: 0px
}

.main-menu .navigation {
	float: left;
	margin: 29px 0;
	position: relative;
}

.main-menu .navigation li {
	display: inline-block;
	float: left;
}

.mainmenu-area.stricky-fixed .main-menu .navigation li a {
	color: #111;
	display: block;
	height: 42px;
	font-size: 14px;
	font-weight: 600;
	line-height: 42px;
	opacity: 1;
	padding: 0 15px;
	position: relative;
	text-transform: uppercase;
	transition: all 500ms ease 0s;
}

.mainmenu-area .main-menu .navigation li a {
	color: #fff;
	display: block;
	height: 42px;
	font-size: 14px;
	font-weight: 600;
	line-height: 42px;
	opacity: 1;
	padding: 0 15px;
	position: relative;
	text-transform: uppercase;
	transition: all 500ms ease 0s;
}

.main-menu .navigation>li:hover>a,
.main-menu .navigation>li.current>a {
	color: #ff8303;
}

.main-menu .navigation>li.dropdown>a {}

.main-menu .navigation>li.dropdown>a:after {}

.main-menu .navigation>li>a:before {
	position: absolute;
	bottom: 0px;
	left: 0;
	width: 0%;
	height: 3px;
	background: #ff8303;
	content: "";
	transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
}

.main-menu .navigation>li:hover a:before,
.main-menu .navigation>li.current a:before {
	width: 100%;
}

.main-menu .navigation>li>ul {
	position: absolute;
	left: 0px;
	top: 130%;
	width: 250px;
	padding: 0px;
	z-index: 100;
	visibility: hidden;
	opacity: 0;
	z-index: 99;
	transition: all 500ms ease;
	border-top: 10px solid transparent;
	border-bottom: 3px solid #45c4e9;

}

.main-menu .navigation>li:hover>ul {
	top: 100%;
	opacity: 1;
	visibility: visible;
}

.main-menu .navigation>li>ul>li {
	clear: both;
	width: 100%;
	position: relative;
	border-bottom: 1px solid #f4f4f4;
}

.main-menu .navigation>li>ul>li:last-child {
	border-bottom: 0px solid #f4f4f4;
}

.main-menu .navigation>li>ul>li>a {
	width: 100%;
	background: #ffffff;
	padding: 13px 15px 11px 48px;
	color: #222222;
	font-size: 14px;
	font-weight: 400;
	text-transform: capitalize;
	display: block;
	float: left;
	clear: both;
	position: relative;
	outline: 0;
	transition: padding .2s linear;
	transition: all 500ms ease;

}

.main-menu .navigation>li>ul>li>a:before {
	position: absolute;
	left: 30px;
	top: 13px;
	font-size: 10px;
	color: #d6d6d6;
	content: "\f192";
	font-family: FontAwesome;
	-webkit-transition: .5s ease;
	transition: .5s ease;
}

.main-menu .navigation>li>ul>li:hover>a {
	color: #45c4e9;
	background: #f7f7f7;
}

.main-menu .navigation>li>ul>li:hover>a:before {
	color: #45c4e9;
}

.main-menu .navigation>li>ul>li.dropdown>a:after {}

.main-menu .navigation>li>ul>li.dropdown:hover>a:after {}

.main-menu .navigation>li>ul>li>ul {}

.main-menu .navigation>li>ul li:hover ul {}

.main-menu .navigation>li>ul>li ul li {}

.main-menu .navigation>li>ul>li ul li:first-child {}

.main-menu .navigation>li>ul>li ul li a {}

.main-menu .navigation>li>ul>li>ul>li:hover>a {}

.main-menu .navbar-collapse>ul li.dropdown .dropdown-btn {
	position: absolute;
	right: 10px;
	top: 6px;
	width: 34px;
	height: 30px;
	border: 1px solid #ffffff;
	background: url(../images/icon/submenu-icon.png) center center no-repeat;
	background-size: 20px;
	cursor: pointer;
	z-index: 5;
	display: none;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	-moz-border-radius: 3px;
}


.outer-search-box {
	float: left;
	height: 40px;
	width: 40px;
	margin: 25px 0;
	margin-right: 10px;
	border-left: 1px solid #efeded;
}

.outer-search-box .seach-toggle {
	background: transparent;
	color: #222222;
	cursor: pointer;
	display: block;
	font-size: 15px;
	line-height: 20px;
	margin: 0;
	padding: 10px 0px;
	position: relative;
	text-align: center;
	transition: all 500ms ease;
}

.outer-search-box .seach-toggle:hover,
.outer-search-box .seach-toggle.active {
	background: #48c7ec;
	color: #fff;
}

.search-box {
	background: #45c4e9;
	border-top: 1px dashed #3BB1D3;
	opacity: 0;
	padding: 20px;
	position: absolute;
	right: 15px;
	top: 150%;
	transition: all 500ms ease 0s;
	visibility: hidden;
}

.search-box.now-visible {
	top: 100%;
	opacity: 1;
	visibility: visible;
}

.search-box .form-group {
	position: relative;
	padding: 0px;
	margin: 0px;
	width: 100%;
	min-width: 250px;
}

.search-box .form-group input[type="search"] {
	background: #ffffff none repeat scroll 0 0;
	border: 1px solid #222222;
	color: #000;
	display: block;
	font-size: 13px;
	line-height: 24px;
	position: relative;
	transition: all 500ms ease 0s;
	width: 100%;
	height: 40px;
	padding-left: 15px;
	padding-right: 50px;
}

.search-box .form-group input[type="search"]:focus {
	border-color: #0ba3d0;
}

.search-box .form-group button,
.search-box .form-group input[type="submit"] {
	background: #222;
	color: #fff;
	cursor: pointer;
	display: block;
	font-size: 13px;
	height: 40px;
	line-height: 40px;
	position: absolute;
	right: 0;
	top: 0;
	width: 40px;
	transition: all 500ms ease 0s;
}

.search-box .form-group button:hover,
.search-box .form-group input:focus+button {
	color: #fff;
	background: #0ba3d0;
}


.mainmenu-right-box {}

.mainmenu-area .quote-button {
	float: right;
}

.mainmenu-area .quote-button a {
	background: #45c4e9;
	display: inline-block;
	text-align: center;
	color: #ffffff;
	font-size: 14px;
	font-weight: 600;
	text-transform: uppercase;
	line-height: 90px;
	transition: all 500ms ease;

	display: block;
	padding: 0 20px;
}

.mainmenu-area .quote-button a:hover {
	background: #1b1b1b;
}



/***
  =============================================
  Rev Slider Wrapper style
  =============================================
  ***/
.rev_slider_wrapper {
	margin-top: -140px;
}

.rev_slider_wrapper .slide-content-box h1 {
	color: #ffffff;
	font-size: 55px;
	font-weight: 700;
	line-height: 70px;
	text-transform: none;
	margin: 0 0 12px;

}

.rev_slider_wrapper .slide-content-box p {
	font-size: 20px;
	font-weight: 500;
	line-height: 26px;
	margin: 15px 0;
}

.rev_slider_wrapper .slide-content-box p.bot-icon {
	font-size: 20px;
	font-weight: 500;
	line-height: 26px;
	margin: 0 0 33px 0;
}

.rev_slider_wrapper .slide-content-box .button a {
	border: 2px solid #ffffff;
	padding: 12px 28px 11px;
	background: transparent;
	color: #ffffff;
	font-size: 14px;
	font-weight: 600;
	text-transform: uppercase;

	margin-right: 16px;
}

.rev_slider_wrapper .slide-content-box .button a:hover {
	background: #45c4e9;
	border-color: #45c4e9;
}

.rev_slider_wrapper .slide-content-box .button a.btn-style-two {
	background: #45c4e9;
	border-color: #45c4e9;
}

.rev_slider_wrapper .slide-content-box .button a.btn-style-two:hover {
	background: transparent;
}

.rev_slider_wrapper .slide-content-box.middle-slide h1 {
	text-align: center;
}

.rev_slider_wrapper .slide-content-box.middle-slide p {
	text-align: center;
}

.rev_slider_wrapper .slide-content-box.middle-slide .button a {}


.tparrows {
	display: none;
	background: rgba(0, 0, 0, 0.03);
	cursor: pointer;
	/*
  display: block;
  */
	height: 50px;
	position: absolute;
	width: 50px;
	z-index: 1000;
	transition: all 500ms ease;
	border-radius: 0;
	border: 2px solid #ffffff;
}

.tparrows:before {
	font-size: 18px;
	font-weight: 700;
	color: #fff;
	display: block;
	line-height: 48px;
	text-align: center;
	transition: all 500ms ease;
}

.tparrows:hover {
	background: #45c4e9;
	border-color: #45c4e9;
}

.tparrows:hover:before {
	color: #fff;
}

.rev_slider_wrapper .slotholder:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 9;
}



/***
  =============================================
  Welcome Area style
  =============================================
  ***/
.single-service-item {
	position: relative;
	margin-bottom: 40px;
}

.single-service-item .img-holder {
	display: block;
	overflow: hidden;
	position: relative;
}

.single-service-item .img-holder img {
	-webkit-transition: all 0.7s ease;
	transition: all 0.7s ease;
	width: 100%;
}

.single-service-item:hover .img-holder img {
	transform: scale(1.1);
}

.single-service-item .img-holder .overlay-style-one .box .content a i {
	border: 2px solid #222222;
	display: inline-block;
	width: 40px;
	height: 40px;
	font-size: 15px;
	color: #222222;
	line-height: 38px;
	transition: all 500ms ease;
}

.single-service-item:hover .img-holder .overlay-style-one {
	opacity: 1;
	-webkit-transform: perspective(400px) rotateX(0deg);
	-moz-transform: perspective(400px) rotateX(0deg);
	-ms-transform: perspective(400px) rotateX(0deg);
	-o-transform: perspective(400px) rotateX(0deg);
	transform: perspective(400px) rotateX(0deg);
}

.single-service-item .img-holder .overlay-style-one .box .content a:hover i {
	background: #222222;
	color: #fff;
	border-color: #222222;
}

.single-service-item .text-holder {
	box-sizing: border-box;
	height: 238px;
	margin-left: 15px;
	margin-right: 15px;
	border: 1px solid #f4f4f4;
	position: relative;
	top: -40px;
	background: #fff;
	display: block;
	padding: 25px 15px 11px;
}

.single-service-item .text-holder:before {
	width: 100%;
	height: 3px;
	position: absolute;
	content: "";
	background: #ff8303;
	left: 0;
	top: -1px;
}

.single-service-item .text-holder:after {
	width: 100%;
	height: 3px;
	position: absolute;
	content: "";
	background: #222222;
	left: 0;
	top: -1px;
	transform: scaleX(0);
	transition: .5s ease;
}

.single-service-item:hover .text-holder:after {
	transform: scaleY(1);
	transition: .5s ease;
}

.single-service-item .text-holder .title {
	color: #222222;
	font-size: 20px;
	font-weight: 400;
	line-height: 24px;
	text-transform: capitalize;
	margin: 0 0 12px;
	transition: all 500ms ease;
}

.single-service-item .text-holder .title:hover {
	color: #45c4e9;
}

.single-service-item .text-holder p {
	min-height: 65px;
}



/***
  =============================================
  Service Area style
  =============================================
  ***/
.service-area {
	padding-top: 70px;
	padding-bottom: 70px;
	background: #f7f7f7;
	overflow: hidden;
}

.service-area .sec-title .border {
	background: #e9e9e9;
}

.service-area .servicecarousel .single-item {
	border: 1px solid #e9e9e9;
	padding: 4px;
}

.service-area .servicecarousel .single-item .icon-holder {
	background: #ffffff;
	display: block;
	padding: 35px 0 32px;
	position: relative;
	z-index: 1;
}

.service-area .servicecarousel .single-item .icon-holder:before {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 10%;
	background: #45c4e9;
	content: "";
	z-index: -1;
	opacity: 0;
	transition: all 500ms ease;
}

.service-area .servicecarousel .single-item:hover .icon-holder:before {
	height: 100%;
	opacity: 1;
}

.service-area .servicecarousel .single-item .icon-holder span:before {
	color: #222222;
	font-size: 50px;
	line-height: 50px;
	transition: all 500ms ease;
}

.service-area .servicecarousel .single-item:hover .icon-holder span:before {
	color: #fff;
	transition-delay: 0.5s;
}

.service-area .servicecarousel .single-item .icon-holder h3 {
	line-height: 26px;
	margin: 15px 0 0;
	transition: all 500ms ease;
}

.service-area .servicecarousel .single-item:hover .icon-holder h3 {
	color: #fff;
	transition-delay: 0.5s;
}

.service-area .servicecarousel .single-item .text-holder {
	margin: 24px 0 25px;
	padding: 0 5px;
}

.service-area .servicecarousel .single-item .text-holder p {
	margin: 0 0 16px;
}

.service-area .servicecarousel .single-item .text-holder a {
	padding: 6px 25px 4px;
	background: #f7f7f7;
	border-color: #e9e9e9;
	color: #222222;
}

.service-area .servicecarousel .single-item:hover .text-holder a {
	background: #45c4e9;
	border-color: #45c4e9;
	color: #fff;
}

.service-area .owl-theme .owl-nav {
	margin: 0;
	padding: 0;
	position: absolute;
	bottom: 100%;
	right: 0;
	margin: 0;
	margin-bottom: 60px;
}

.service-area .owl-theme .owl-nav [class*=owl-] {
	margin: 0;
	padding: 0;
	background-color: transparent;
	color: #202f35;
	height: 40px;
	width: 18px;
	line-height: 36px;
	text-align: center;
	margin-left: 1px;
	display: inline-block;
	transition: color .3s ease;
}

.service-area .owl-theme .owl-nav [class*=owl-] i {
	font-size: 20px;
	font-weight: 700;
}

.service-area .owl-theme .owl-nav [class*=owl-]:hover {
	color: #45c4e9;
	transition: .5s ease;
}



/***
  =============================================
  about Area style
  =============================================
  ***/
.about-area {
	position: relative;
	overflow: hidden;
}

.about-area .img-holder {}

.about-area .img-holder img {
	width: 100%;
}

.about-area .text-holder {}

.about-area .text-holder .top-text {
	padding-bottom: 18px;
}

.about-area .text-holder .top-text h3 {
	font-size: 20px;
	font-weight: bold;
	line-height: 32px;
	margin-bottom: 13px;
}

.about-area .text-holder .top-text p {
	font-size: 16px;
}

.about-area .text-holder .top-text li {
	font-size: 14px;
	padding-top: 5px;
}

.about-area .text-holder .bottom-text {
	margin: 0 0 20px;
}

.about-area .text-holder .bottom-text span {
	color: #45c4e9;
	font-size: 20px;
	font-weight: 400;
}

.about-area .text-holder .bottom-text p {

	margin-top: 16px;
}

.about-area .text-holder .bottom a.readmore {
	float: left;
}

.about-area .text-holder .bottom .signature {
	display: inline-block;
	float: left;
	padding-left: 30px;
}

.about-area .promotion-box {
	overflow: hidden;
	padding-top: 50px;
}

.about-area .promotion-box .singel-box {
	border: 1px solid #f4f4f4;
	display: block;
	padding: 25px 20px 15px;
	transition: all 500ms ease;
}

.about-area .promotion-box .singel-box:hover {
	border-color: #45c4e9;
}

.about-area .promotion-box .singel-box .top {
	padding-left: 60px;
	position: relative;
	padding-bottom: 17px;
}

.about-area .promotion-box .singel-box .top .icon-holder {
	position: absolute;
	top: 0;
	left: 0;
}

.about-area .promotion-box .singel-box .top .icon-holder span:before {
	font-size: 35px;
	color: #45c4e9;
	line-height: 35px;
}

.about-area .promotion-box .singel-box .top .title-holder {}

.about-area .promotion-box .singel-box .top .title-holder h3 {
	line-height: 35px;
}



/***
  =============================================
  Testimonial Area style
  =============================================
  ***/
.testimonial-area {
	background: #45c4e9;
	padding: 62px 0 57px;
}

.testimonial-area .single-item {
	position: relative;
	overflow: hidden;
	text-align: center;
	max-width: 750px;
	margin: 0 auto;
}

.testimonial-area .single-item .text-box {
	overflow: hidden;
	margin: 0;
}

.testimonial-area .single-item .text-box p {
	color: #f7f7f7;
	font-size: 30px;
	font-weight: 300;
	margin: 0 0 14px;
	line-height: 40px;
}

.testimonial-area .single-item .text-box .border {
	background: rgba(255, 255, 255, 0.15);
	width: 70px;
	height: 1px;
	display: inline-block;
}

.testimonial-area .single-item .client-info {
	overflow: hidden;
	position: relative;
	padding-top: 31px;
}

.testimonial-area .single-item .client-info h3 {
	color: #ffffff;
	margin: 0 0 3px;
}

.testimonial-area .single-item .client-info span {
	color: #ffffff;
	font-size: 16px;
	font-weight: 300;
}

.testimonial-area .owl-dots {
	position: relative;
	margin-top: 36px;
}

.testimonial-area .owl-dots .owl-dot {
	background-image: none;
	width: 13px;
	height: 13px;
	margin: 5px 7px;
	border: 2px solid #fff;
	padding: 0px;
	background: transparent;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	-moz-border-radius: 50%;
	transition: all 500ms ease;
	display: inline-block;
}

.testimonial-area .owl-dots .owl-dot span {
	display: none;
}

.testimonial-area .owl-dots .owl-dot.active {
	background: #ffffff;
	border-radius: 15px;
}

.testimonial-area .owl-dots .owl-dot:hover {
	background: #fff;
}



/***
  =======================================================
  consultation area style
  =======================================================
  ***/
.consultations-area {
	position: relative;
	background: #222222;
}

.consultations-area .contact-info .sec-title {
	padding-bottom: 24px;
}

.consultations-area .contact-info .sec-title h2 {
	margin: 0 0 15px;
}

.consultations-area .contact-info .sec-title .border {
	background: #1f1f1f;
}

.consultations-area .contact-info {
	padding: 33px 30px 14px;
	background: #2b2b2b;
	display: block;
}

.consultations-area .contact-info .text {}

.consultations-area .contact-info .text p {
	margin: 0;
}

.consultations-area .contact-info ul {
	margin: 15px 0 0;
}

.consultations-area .contact-info li {
	position: relative;
	padding-left: 35px;
	margin-bottom: 17px;
	line-height: 24px;
	color: #f4f4f4;
}

.consultations-area .contact-info li span {
	position: absolute;
	left: 0px;
	top: 0px;
	line-height: 24px;
	font-size: 16px;
	color: #45c4e9;
}

.consultations-area .request-form {}

.consultations-area .request-form .sec-title h1 {
	color: #ffffff;
}

.consultations-area .request-form .sec-title .border {
	background: #2a2a2a;
}

.consultations-area .request-form input[type="text"],
.consultations-area .request-form input[type="email"],
.consultations-area .request-form select {
	width: 100%;
	border: 2px solid #2f2f2f;
	background: #222222;
	height: 50px;
	margin-bottom: 30px;
	display: block;
	padding: 0 15px;
	font-size: 16px;
	font-weight: 300;
	font-family: 'Hind', sans-serif;
	transition: all 500ms ease;
}

.consultations-area .request-form input:focus {
	border-color: #45c4e9;
}

.consultations-area .request-form ::-webkit-input-placeholder {
	/* Chrome/Opera/Safari */
	color: #fff !important;
}

.consultations-area .request-form ::-moz-placeholder {
	/* Firefox 19+ */
	color: #fff !important;
}

.consultations-area .request-form :-ms-input-placeholder {
	/* IE 10+ */
	color: #fff !important;
}

.consultations-area .request-form :-moz-placeholder {
	/* Firefox 18- */
	color: #fff !important;
}

.consultations-area .request-form button {
	display: inline-block;
	float: left;
}

.consultations-area .request-form .text {
	display: inline-block;
	float: left;
	padding-left: 30px;
	margin: 12px 0;
}

.consultations-area .request-form .text p {
	margin: 0;
	color: #ffffff;
}

.consultations-area .request-form .text p i {
	display: inline-block;
	padding-right: 10px;
	color: #45c4e9;
}



/***
  =============================================
  Latest blog area style
  =============================================
  ***/
.latest-blog-area {
	position: relative;
	overflow: hidden;
}

.single-blog-item {
	height: 242px;
	position: relative;
	overflow: hidden;
	display: block;
	margin-bottom: 20px;
	border: 0.5px solid #ddd;
	border-radius: 5px;
}

.single-blog-item .img-holder {
	display: block;
	overflow: hidden;
	position: relative;
}

.single-blog-item .img-holder img {
	transform: scale(1.1, 1.1);
	transition: all 0.5s ease 0s;
	width: 100%;
}

.single-blog-item .img-holder .overlay-style-one .box .content a i {
	border: 2px solid #222222;
	display: inline-block;
	width: 40px;
	height: 40px;
	font-size: 15px;
	color: #222222;
	line-height: 38px;
	transition: all 500ms ease;
}

.single-blog-item:hover .img-holder .overlay-style-one {
	opacity: 1;
	-webkit-transform: perspective(400px) rotateX(0deg);
	-moz-transform: perspective(400px) rotateX(0deg);
	-ms-transform: perspective(400px) rotateX(0deg);
	-o-transform: perspective(400px) rotateX(0deg);
	transform: perspective(400px) rotateX(0deg);
}

.single-blog-item:hover .img-holder img {
	transform: scale(1, 1);
}

.single-blog-item .img-holder .overlay-style-one .box .content a:hover i {
	background: #222222;
	color: #fff;
	border-color: #222222;
}

.single-blog-item .img-holder .post-date {
	position: absolute;
	right: 10px;
	top: 10px;
	background: #45c4e9;
	width: 55px;
	height: 55px;
	display: block;
	padding: 8px 10px;
	transform: translate3d(0px, 0px, 0px);
	transition: all 500ms ease;
	transition-delay: 0.5s;
}

.single-blog-item:hover .img-holder .post-date {
	transform: translate3d(0px, -65px, 0px);
	transition: all 500ms ease;
	transition-delay: 0.5s;
}

.single-blog-item .img-holder .post-date h5 {
	color: #ffffff;
	font-size: 14px;
	font-weight: 400;
	line-height: 20px;
	text-align: center;
}

.single-blog-item .text-holder {
	transition: all 500ms ease;
}

.single-blog-item .text-holder .meta-info {
	overflow: hidden;
	padding-top: 30px;
}

.single-blog-item .text-holder .meta-info li {
	display: inline-block;
	float: left;
	line-height: 16px;
	border-right: 1px solid #ababab;
	padding-right: 10px;
	margin-right: 10px;
}

.single-blog-item .text-holder .meta-info li:last-child {
	margin-right: 0;
	padding-right: 0;
	border-right: none;
}

.single-blog-item .text-holder .meta-info li a {
	color: #ababab;
	font-size: 16px;
	font-weight: 300;
	font-family: 'Hind', sans-serif;
}

.single-blog-item .text-holder .meta-info li a:hover {
	color: #45c4e9;
}

.single-blog-item .text-holder .blog-title {
	color: #101010;
	font-size: 16px;
	font-weight: 400;
	line-height: 26px;
	padding: 10px 0 5px;
	display: block;
	transition: all 500ms ease;
	min-height: 95px;
}

.single-blog-item .text-holder .blog-title:hover {
	color: var(--color-primary);
}

.single-blog-item .text-holder .text {}

.single-blog-item .text-holder .text p {
	margin: 0;
}

.single-blog-item .text-holder .bottom {
	overflow: hidden;
	border-top: 1px solid #f7f7f7;
	margin-top: 21px;
	padding-top: 14px;
}

.single-blog-item .text-holder .bottom .left a {
	color: #222222;
	font-size: 16px;
	font-weight: 400;
	text-transform: capitalize;

	transition: all 500ms ease;
	padding-left: 5px;
}

.single-blog-item .text-holder .bottom .left a:hover {
	color: #45c4e9;
}

.single-blog-item .text-holder .bottom .right h5 {
	color: #222222;
	font-size: 16px;
	font-weight: 400;
	line-height: 26px;
	padding-right: 5px;
}

.single-blog-item .text-holder .bottom .right h5 span:before {
	color: #999999;
	font-size: 16px;
	line-height: 16px;
	display: inline-block;
	padding-right: 5px;
	position: relative;
	top: 2px;
}

/* ?????? ???? */
.video_item {
	width:100%;
	height: 100%;
}

.video_item {
	border: 2px solid rgba(0, 0, 0, 0);
}

.video_item:hover {
	border: 2px solid var(--color-primary);
}

.video_item:hover .blog-title {
	color: var(--color-primary);
}

.video_item:after {
	display: block;
	content: "";
	clear: both;
}

.video_item .video_image {
	width: 30%;
	float: left;
}

.video_item .video_image > a {
	display: block;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.video_item .video_image > a > img {
	display: block;
	height: 100%;
}

.video_item > a {
	display: block;
	width: 70%;
	height: 100%;
	float: left;
	padding: 20px;
	border-left: 0.25px solid #ddd;
}

.video_item > a > ul {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;

    
}

@media screen and (min-width: 768px) {
    .col-xl-10 {
        float:left;
        margin:0 auto;
    }

    .video_item .video_image {
        width: 30%;
        float: left;
    }

    .video_item > a > ul {
        display:block;
    }
}


@media screen and (max-width: 768px) {
    .col-xl-10 {
        margin:0 auto;
    }

    .video_item .video_image {
        width: 100%;
    }

    .video_item > a {
        display:none;
        width:0%;
    }
}

.video_item > a > ul > li {
	width: 100%;
	color: #898989;
	font-size: 12px;
}

.video_type {
	height: 10%;
	margin-bottom: 3.333%;
}

.video_name {
	height: 20%;
	margin-bottom: 3.333%;
}

.blog-title {
	font-size: 24px;
	font-weight: bold;
	overflow:hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.video_summary {
	height: 25%;
	margin-bottom: 3.333%;
	font-size: 14px;
}

.video_view {
	height: 10%;
}

/***
  =============================================
  project faq Area style
  =============================================
  ***/
.project-faq-area {
	background: #f7f7f7 none repeat scroll 0 0;
	padding-bottom: 60px;
}

.project-faq-area .sec-title .border {
	background: #e9e9e9;
}

.project-faq-area .sec-title p {
	padding: 0;
	font-size: 16px;
	margin: 44px 0 0px;
}

.project-faq-area .latest-project {
	margin-left: -10px;
	margin-right: -10px;
}

.project-faq-area .latest-project .single-project-item {
	display: inline-block;
	margin: 0 10px 20px;
	float: left;
}

.single-project-item {
	position: relative;
	overflow: hidden;
	display: block;
}

.single-project-item .img-holder {
	display: block;
	overflow: hidden;
	position: relative;
}

.single-project-item .img-holder img {
	transform: scale(1.1, 1.1);
	transition: all 0.5s ease 0s;
	width: 100%;
}

.single-project-item:hover .img-holder img {
	transform: scale(1, 1);
}

.single-project-item:hover .img-holder .overlay-style-one {
	opacity: 1;
	-webkit-transform: perspective(400px) rotateX(0deg);
	-moz-transform: perspective(400px) rotateX(0deg);
	-ms-transform: perspective(400px) rotateX(0deg);
	-o-transform: perspective(400px) rotateX(0deg);
	transform: perspective(400px) rotateX(0deg);
}

.single-project-item .img-holder .overlay-style-one .box .content a i {
	border: 2px solid #222222;
	display: inline-block;
	width: 40px;
	height: 40px;
	font-size: 15px;
	color: #222222;
	line-height: 38px;
	transition: all 500ms ease;
}

.single-project-item .img-holder .overlay-style-one .box .content a:hover i {
	background: #222222;
	color: #fff;
	border-color: #222222;
}

.project-faq-area .faq-content .sec-title {
	padding-bottom: 19px;
}

.accordion-box {
	border: 1px solid #e6e6e6;
	display: block;
	padding: 20px 20px 0px;
}

.accordion-box .accordion {
	margin-bottom: 20px;
	position: relative;
}

.accordion-box .accordion.last {
	margin-bottom: 0;
}

.accordion-box .accordion .accord-btn {
	border-bottom: 1px solid #ededed;
	cursor: pointer;
	padding: 0px 0px 20px 50px;
	position: relative;
	transition: all 500ms ease;
}

.accordion-box .accordion .accord-btn.last {
	border-bottom: none;
}

.accordion-box .accordion .accord-btn h4 {
	color: #797979;
	font-size: 18px;
	font-weight: bold;
	line-height: 26px;
	transition: all 500ms ease;
}

.accordion-box .accordion .accord-btn::after {
	color: #797979;
	content: "\f128";
	font-family: "Font Awesome 6 Pro";
	font-size: 12px;
	font-weight: 400;
	line-height: 28px;
	margin-top: -25px;
	position: absolute;
	left: 0px;
	top: 50%;
	transition: all 500ms ease 0s;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	border: 2px solid #797979;
	text-align: center;
}

.accordion-box .accordion .accord-btn.active {
	border-bottom: 1px solid transparent;
	transition: all 500ms ease;
}

.accordion-box .accordion .accord-btn.active h4 {
	color: #232323;
	font-weight: bold;
	font-size: 18px;
}

.accordion-box .accordion .accord-btn.active:after {
	content: "\f128";
	border: 2px solid var(--color-primary);
	color: var(--color-primary);
	font-weight: bold;
	background: transparent;
}

.accordion-box .accordion .accord-content {
	display: none;
	padding: 0px 0px 10px 50px;
	position: relative;
	border-bottom: 1px solid #ededed;
}

.accordion-box .accordion .accord-content.collapsed {
	display: block;
	margin-top: -10px;
}

.accordion-box .accordion .accord-content p {
	margin: 0;
	font-size: 16px;
}



/***
  =============================================
  Brand Area style
  =============================================
  ***/
.brand-area {
	background: #ffffff;
	padding-bottom: 70px;
}

.brand-area .container {
	padding-top: 70px;
}

.brand-area .sec-title {
	padding-bottom: 10px;
}

.brand-area .tooltip-inner {
	background: #45c4e9;
}

.brand-area .tooltip.top .tooltip-arrow {
	border-top-color: #45c4e9;
}

.brand-area .brand .owl-stage-outer {
	position: relative;
	overflow: hidden;
	transform: translate3d(0px, 0px, 0px);
	padding-top: 40px;
}

.brand-area .brand .single-item {
	border: 1px solid #f4f4f4;
	height: 115px;
	width: 100%;
	-webkit-transition: all 300ms ease-in 0s;
	transition: all 300ms ease-in 0s;
	text-align: center;
	line-height: 110px;
}

.brand-area .brand .single-item a {}

.brand-area .brand .single-item:hover {
	/*
  border: 1px solid #e0dcdc;
  */
}

.brand-area .brand .single-item:hover img {
	opacity: .9;
}

.brand-area .owl-controls {
	position: absolute;
	right: 0;
	top: -60px;
}

.brand-area .owl-theme .owl-nav [class*="owl-"] {
	background: #ffffff none repeat scroll 0 0;
	border-radius: 0;
	color: #ababab;
	font-size: 20px;
	font-weight: 700;
	height: 40px;
	line-height: 36px;
	margin: 0 0 0 0px;
	padding: 0;
	width: 40px;
	border: 2px solid #f7f7f7;
	transition: all 700ms ease 0s;
}

.brand-area .owl-theme .owl-nav .owl-next {
	margin-left: 10px;
}

.brand-area .owl-theme .owl-nav [class*="owl-"]:hover {
	border-color: #45c4e9;
	color: #45c4e9;
}



/***
  =============================================
  Footer area style
  =============================================
  ***/
.footer-area {
	background: #222222;
	padding: 30px 0;
	position: relative;
}

.single-footer-widget {
	position: relative;
}

.single-footer-widget .title {
	padding-bottom: 40px;
	margin-top: -2px;
}

.single-footer-widget .title h3 {
	color: #ffffff;
	font-size: 22px;
	font-weight: 400;
	text-transform: capitalize;
	margin: 0 0 14px;
}

.single-footer-widget .title .border {
	background: #45c4e9;
	width: 70px;
	height: 1px;
	display: block;
}

.single-footer-widget .footer-logo {
	overflow: hidden;
	padding-bottom: 25px;
}

.single-footer-widget .footer-logo a {
	display: inline-block;
}

.single-footer-widget .widget-content {
	overflow: hidden;
}

.single-footer-widget .widget-content p {
	color: #848484;
	font-size: 16px;
	margin: 0;
}

.single-footer-widget .widget-content p.top {
	margin-bottom: 15px;
}

.single-footer-widget.margin-lft {
	margin-left: 60px;
}

.single-footer-widget .usefull-links {
	overflow: hidden;
	margin-top: -6px;
}

.single-footer-widget .usefull-links li {
	margin-bottom: 10px;
}

.single-footer-widget .usefull-links li:last-child {
	margin-bottom: 0px;
}

.single-footer-widget .usefull-links li:last-child {
	margin-bottom: 0;
}

.single-footer-widget .usefull-links li a {
	color: #848484;
	font-size: 16px;
	font-weight: 400;
	transition: all 500ms ease;
}

.single-footer-widget .usefull-links li a i {
	display: inline-block;
	padding-right: 9px;
}

.single-footer-widget .usefull-links li a:hover {
	color: #45c4e9;
}



.single-footer-widget .latest-post {}

.single-footer-widget .latest-post .single-post {
	padding-left: 70px;
	position: relative;
	margin-bottom: 30px;
	border-bottom: 1px solid #2e2e2e;
	min-height: 70px;
	padding-bottom: 22px;
}

.single-footer-widget .latest-post .single-post:last-child {
	margin-bottom: 0;
	border-bottom: none;
}

.single-footer-widget .latest-post .single-post .img-holder {
	width: 70px;
	height: 70px;
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
}

.single-footer-widget .latest-post .single-post .img-holder img {
	transition: all 0.5s ease 0s;
	width: 100%;
}

.single-footer-widget .latest-post .single-post .img-holder .overlay-style-one .box .content a i {
	font-size: 15px;
	transition: all 500ms ease 0s;
	color: #fff;
}

.single-footer-widget .latest-post .single-post:hover .img-holder .overlay-style-one {
	opacity: 1;
	-webkit-transform: perspective(400px) rotateX(0deg);
	-moz-transform: perspective(400px) rotateX(0deg);
	-ms-transform: perspective(400px) rotateX(0deg);
	-o-transform: perspective(400px) rotateX(0deg);
	transform: perspective(400px) rotateX(0deg);
}

.single-footer-widget .latest-post .single-post:hover .img-holder img {}

.single-footer-widget .latest-post .single-post .img-holder .overlay-style-one .box .content a:hover i {
	color: #222;
}

.single-footer-widget .latest-post .single-post .text-holder {
	padding-left: 20px;
	position: relative;
	top: -5px;
}

.single-footer-widget .latest-post .single-post .text-holder a.post-title {
	color: #848484;
	font-size: 15px;
	font-weight: 400;

	transition: all 500ms ease;
}

.single-footer-widget .latest-post .single-post .text-holder a.post-title:hover {
	color: #48c7ec;
}

.single-footer-widget .latest-post .single-post .text-holder .post-info {
	overflow: hidden;
	margin: 0px 0 0;
}

.single-footer-widget .latest-post .single-post .text-holder .post-info span {
	color: #45c4e9;
	font-size: 15px;
}

.single-footer-widget .latest-more-news a {
	color: #45c4e9;
	font-size: 14px;
	font-weight: 600;
	text-transform: uppercase;

	transition: all 500ms ease;
}

.single-footer-widget .latest-more-news a:hover {
	color: #0596c0;
}

.single-footer-widget .latest-more-news {
	overflow: hidden;
	margin: 3px 0 0;
}

.single-footer-widget .latest-more-news a i {
	display: inline-block;
	padding-left: 6px;
	transition: all 500ms ease;
}

.single-footer-widget .latest-more-news a:hover i {
	padding-left: 8px;
}


.single-footer-widget .newsletter-box {
	margin-top: -6px;
	margin-bottom: 40px;
}

.single-footer-widget .newsletter-box p {}

.single-footer-widget .newsletter-box .newsletter-form {
	position: relative;
	overflow: hidden;
	display: block;
}


.single-footer-widget .newsletter-box form.newsletter-form {
	position: relative;
	margin-top: 15px;
}

.single-footer-widget .newsletter-box form.newsletter-form input[type="text"] {
	background: #ffffff;
	border: 1px solid #ffffff;
	color: #222;
	display: block;
	font-size: 14px;
	font-weight: 500;
	height: 45px;
	letter-spacing: 1px;
	padding-left: 50px;
	padding-right: 55px;
	position: relative;
	-webkit-transition: all 500ms ease 0s;
	transition: all 500ms ease 0s;
	width: 100%;
}

.single-footer-widget .newsletter-box form.newsletter-form button {
	background: #45c4e9 none repeat scroll 0 0;
	color: #fff;
	display: block;
	height: 45px;
	padding: 9px 0;
	position: absolute;
	right: 0;
	text-align: center;
	top: 0;
	-webkit-transition: all 500ms ease 0s;
	transition: all 500ms ease 0s;
	width: 45px;
}

.single-footer-widget .newsletter-box form.newsletter-form button i {
	font-size: 14px
}

.single-footer-widget .newsletter-box form.newsletter-form input[type="text"]:focus {
	border: 1px solid #424141;
	background: #fff;
	color: #000;
}

.single-footer-widget .newsletter-box form.newsletter-form input[type="text"]:focus+button,
.single-footer-widget .newsletter-box form.newsletter-form button:hover {
	background: #424141 none repeat scroll 0 0;
	color: #fff;
}

.single-footer-widget .newsletter-box form.newsletter-form .envelope {
	position: absolute;
	top: 13px;
	left: 0;
	width: 40px;
	height: 20px;
	display: block;
	text-align: center;
	border-right: 1px solid #ddd;
}

.single-footer-widget .newsletter-box form.newsletter-form .envelope i {
	color: #45c4e9;
	font-size: 14px;
	display: block;
	line-height: 18px;
}

.single-footer-widget .footer-social-links {
	overflow: hidden;
	margin-top: -10px;
}

.single-footer-widget .footer-social-links li {
	display: inline-block;
	float: left;
	margin-right: 10px;
}

.single-footer-widget .footer-social-links li:last-child {
	margin-right: 0;
}

.single-footer-widget .footer-social-links li a i {
	height: 40px;
	width: 40px;
	border: 2px solid #323232;
	display: block;
	border-radius: 50%;
	color: #999999;
	font-size: 14px;
	text-align: center;
	line-height: 38px;
	transition: all 500ms ease;
}

.single-footer-widget .footer-social-links li a:hover i {
	background: #48c7ec;
	color: #fff;
	border-color: #48c7ec;
}



/***
  =============================================
  Footer Bottom area style
  =============================================
  ***/
.footer-bottom-area {
	background: #1b1b1b;
}

.copyright-text p {
	margin: 0;
	color: #999999;
	font-size: 14px;
	font-weight: 400;

	line-height: 26px;
}

.copyright-text p a {
	font-weight: 500;
	color: #45c4e9;
	transition: all 500ms ease;
}

.copyright-text p a:hover {
	color: #999999;
}

.footer-menu {
	float: right;
	overflow: hidden;
}

.footer-menu li {
	display: inline-block;
	float: left;
	margin: 0 0 0 30px;
	line-height: 26px;
}

.footer-menu li a {
	font-size: 15px;
	transition: all 500ms ease;
	color: #999999;
	font-weight: 400;
}

.footer-menu li a:hover {
	color: #48c7ec;
}



/***
  =============================================
  Breadcrumb area style
  =============================================
  ***/
.breadcrumb-area {
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;
	padding: 200px 0 50px;
	position: relative;
}

.breadcrumb-area::before {
	background-position: center top;
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: -1;
}

.breadcrumb-area .breadcrumbs {
	padding-top: 103px;
	padding-bottom: 115px;
}

/***
  =============================================
  Breadcrumb bottom area style
  =============================================
  ***/
.breadcrumb-bottom-area {
	position: relative;
	overflow: hidden;
	padding: 50px 0;
	border-bottom: 1px solid #f4f4f4;
	border-top: 1px solid #f4f4f4;
}

.breadcrumb-bottom-area .left ul {}

.breadcrumb-bottom-area .left ul li {
	display: inline-block;
	margin-right: 6px;
	line-height: 20px;
	font-size: 18px;
	font-weight: 400;
}

.breadcrumb-bottom-area .left ul li:last-child {
	margin-right: 0;
}

.breadcrumb-bottom-area .left ul li a {
	color: #222222;
	text-transform: capitalize;
	font-family: 'Hind', sans-serif;
	transition: all 500ms ease;
}

.breadcrumb-bottom-area .left ul li.active {
	color: #45c4e9;
}

.breadcrumb-bottom-area .left ul li i {
	font-size: 16px;
}

.breadcrumb-bottom-area .left ul li a:hover {
	color: #45c4e9;
}

.breadcrumb-bottom-area .right span {
	color: #45c4e9;
	font-size: 18px;
	font-weight: 400;
	font-family: 'Hind', sans-serif;
	text-transform: capitalize;
}

.breadcrumb-bottom-area .right span i {
	font-size: 16px;
	display: inline-block;
	padding-right: 6px;
}

/***
  =============================================
  about area style
  =============================================
  ***/
.about-area .bottom-content .single-item {
	margin-top: 50px;
	text-align: center;
}

.about-area .bottom-content .single-item .img-holder {
	overflow: hidden;
	display: block;
}

.about-area .bottom-content .single-item .img-holder img {
	width: 100%;
	transition: all 500ms ease;
}

.about-area .bottom-content .single-item:hover .img-holder img {
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
}

.about-area .bottom-content .single-item .text-holder {
	border: 1px solid #f4f4f4;
	border-top: none;
	display: block;
	padding: 28px 15px 11px;
	transition: all 500ms ease;
	margin-top: 0;
}

.about-area .bottom-content .single-item .text-holder h3 {
	color: #222222;
	font-size: 20px;
	text-transform: capitalize;
	margin: 0 0 13px;
}

.about-area .bottom-content .single-item.hvr-float-shadow:before {
	background: none;
}

.about-area .bottom-content .single-item:hover .text-holder {
	border-color: #45c4e9;
}



/***
  =============================================
  Smart approach area style
  =============================================
  ***/
.smart-approach-area {
	padding-bottom: 30px;
	background: #f7f7f7;
}

.smart-approach-area .single-item {
	margin-bottom: 50px;
	position: relative;
	overflow: hidden;
	display: block;
	background: #ffffff;
	border: 1px solid #f4f4f4;
}

.smart-approach-area .single-item .inner-content {
	padding: 30px 30px 20px 30px;
	transition: all 500ms ease;
}

.smart-approach-area .single-item .inner-content .icon-holder {
	margin-bottom: 29px;
}

.smart-approach-area .single-item .inner-content .icon-holder span:before {
	color: #45c4e9;
	font-size: 55px;
	line-height: 55px;
}

.smart-approach-area .single-item .inner-content .border {
	height: 1px;
	width: 60px;
	display: block;
	background: #c9c9c9;
}

.smart-approach-area .single-item .inner-content .title-holder {
	padding-top: 29px;
}

.smart-approach-area .single-item .inner-content .title-holder h3 {
	color: #222222;
	font-size: 20px;
	margin: 0 0 15px;
}

.smart-approach-area .single-item .inner-content .title-holder p {
	color: #999;
	font-size: 15px;
	min-height: 65px;
}

.smart-approach-area .single-item .overlay-content {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	-webkit-transform: scale(0);
	transform: scale(0);
	border: 1px solid #45c4e9;
	background-color: rgba(255, 255, 255, 0.90);
	-webkit-transition: all 0.7s ease;
	transition: all 0.7s ease;
}

.smart-approach-area .single-item .overlay-content .box {
	display: table;
	height: 100%;
	width: 100%;
}

.smart-approach-area .single-item .overlay-content .box .content {
	display: table-cell;
	text-align: left;
	vertical-align: middle;
	padding-left: 20px;
	padding-right: 20px;
}

.smart-approach-area .single-item .overlay-content .box .content h3 {
	margin: 0px;
}

.smart-approach-area .single-item .overlay-content .box .content b {
	color: #45c4e9;
	font-size: 16px;
	font-weight: 400;
	text-transform: capitalize;
}

.smart-approach-area .single-item .overlay-content .box .content .border {
	height: 1px;
	width: 60px;
	display: block;
	background: #f4f4f4;
	margin-top: 15px;
	margin-bottom: 15px;
}

/*
  .smart-approach-area .single-item:hover .overlay-content{
  opacity:1;
  transform:scale(1,1);
  }
  .smart-approach-area .single-item:hover .inner-content{
  opacity: 0;
  }
  */


/***
  =============================================
  opportunities area style
  =============================================
  ***/
.opportunities-area {
	background: #45c4e9;
	padding: 85px 0 90px;
}

.opportunities-area .inner-content {
	max-width: 990px;
	margin: 0 auto;
	text-align: center;
}

.opportunities-area .inner-content h1 {
	color: #ffffff;
	font-size: 40px;
	font-weight: 400;
	margin: 0 0 23px;
}

.opportunities-area .inner-content p {
	color: #ffffff;
	font-size: 18px;
	line-height: 28px;
	margin: 0 0 30px;
}

.opportunities-area .inner-content a {
	color: #ffffff;
	font-size: 15px;
	font-weight: 500;
	text-transform: uppercase;
	border: 2px solid #fff;
	border-radius: 25px;
	display: inline-block;

	padding: 12px 30px 9px;
	transition: all 500ms ease;
}

.opportunities-area .inner-content a:hover {
	background: #fff;
	color: #252525;
}



/***
  =============================================
  History area style
  =============================================
  ***/
.history-area {
	padding-bottom: 62px;
}

.history-area .single-item {
	min-height: 310px;
	border: 1px solid #ededed;
	box-sizing: border-box;
	padding: 20px;
	margin-bottom: 20px;
	transition: all 500ms ease;
}

.history-area .single-item:hover {
	/*
  border: 1px solid #45c4e9;
  */
}

.history-area .single-item .img-holder {
	width: 175px;
	height: 175px;
	margin: 0 auto;
	border: 2px solid transparent;
	transition: all 500ms ease;
	border-radius: 50%;
}

.history-area .single-item .img-holder img {
	border-radius: 50%;
}

.history-area .single-item:hover .img-holder {
	border: 2px solid #45c4e9;
}

.history-area .single-item .text-holder {
	overflow: hidden;
	padding: 28px 15px 20px;
}

.history-area .single-item .text-holder h3 {
	margin: 0 0 4px;
}

.history-area .single-item .text-holder span {
	color: #45c4e9;
	font-weight: 400;
	font-size: 16px;
}

.history-area .single-item .text-holder p {
	margin: 10px 0 0;
}

.history-area .owl-dots {
	position: relative;
	margin-top: 46px;
}

.history-area .owl-dots .owl-dot {
	background-image: none;
	width: 12px;
	height: 12px;
	margin: 0px 5px;
	padding: 0px;
	border: 2px solid #ededed;
	background: #ededed;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	-moz-border-radius: 50%;
	transition: all 500ms ease;
}

.history-area .owl-dots .owl-dot span {
	display: none;
}

.history-area .owl-dots .owl-dot.active,
.history-area .owl-dots .owl-dot:hover {
	border: 2px solid #45c4e9;
	background: #45c4e9;
}



/***
  =============================================
  History area style
  =============================================
  ***/
.achivements-area {
	background: #f9f9f9;
	padding-bottom: 72px;
}

.achivements-area .single-item {
	border: 2px solid #ddd9d9;
	transition: all 500ms ease;
}

.achivements-area .single-item:hover {
	border: 2px solid #45c4e9;
}

.achivements-area .owl-theme .owl-nav {
	margin: 0;
	padding: 0;
	position: absolute;
	bottom: 100%;
	right: 0;
	margin: 0;
	margin-bottom: 60px;
}

.achivements-area .owl-theme .owl-nav [class*=owl-] {
	margin: 0;
	padding: 0;
	background-color: transparent;
	color: #202f35;
	height: 40px;
	width: 18px;
	line-height: 36px;
	text-align: center;
	margin-left: 1px;
	display: inline-block;
	transition: color .3s ease;
}

.achivements-area .owl-theme .owl-nav [class*=owl-] span {
	font-size: 20px;
	font-weight: 700;
}

.achivements-area .owl-theme .owl-nav [class*=owl-]:hover {
	color: #45c4e9;
	transition: .5s ease;
}



/***
  =============================================
  Footer Top Area style
  =============================================
  ***/
.footer-top-area {
	padding-bottom: 35px;
	padding-top: 35px;
	background: #45c4e9;
}

.footer-top-area .title {}

.footer-top-area .title h3 {
	color: #ffffff;
	font-size: 22px;
	font-weight: 400;
	text-transform: none;
	margin: 13px 0;
}

.footer-top-area .button {
	position: relative;
}

.footer-top-area .button a {
	border: 2px solid #f4f4f4;
	padding: 10px 40px 10px;
}



/***
  =============================================
  Faq content area style
  =============================================
  ***/
.faq-content-area {}

.faq-content-area .title h3 {
	overflow: hidden;
	color: #222222;
	font-size: 24px;
	text-transform: capitalize;
	margin: 0 0 24px;
}

.faq-content-area .question-form {
	background: #f9f9f9 none repeat scroll 0 0;
	padding: 30px 30px 30px 30px;
}

.faq-content-area .question-form form input[type="text"],
.faq-content-area .question-form form input[type="email"],
.faq-content-area .question-form form textarea {
	background: #ffffff none repeat scroll 0 0;
	border: medium none;
	display: block;
	height: 50px;
	margin-bottom: 30px;
	padding: 0 20px;
	width: 100%;
	transition: all 500ms ease;
	border: 1px solid transparent;
}

.faq-content-area .question-form form input[type="text"]:focus {
	border: 1px solid #dad7d7;
}

.faq-content-area .question-form form input[type="email"]:focus {
	border: 1px solid #dad7d7;
}

.faq-content-area .question-form form textarea:focus {
	border: 1px solid #dad7d7;
}

.faq-content-area .question-form form textarea {
	height: 155px;
	padding: 15px 20px;
}

.faq-content-area .question-form form button {
	margin: 1px 0 0;
	padding: 12px 35px 12px;
}



/***
  =============================================
  Team Area style
  =============================================
  ***/
.team-area {
	padding-bottom: 45px;
}

.team-area .single-team-member {
	margin-bottom: 35px;
	display: block;
}

.team-area .single-team-member.hvr-underline-reveal:before {
	background: #45c4e9;
	height: 3px;
}

.team-area .single-team-member .img-holder {
	position: relative;
	display: block;
	overflow: hidden;
}

.team-area .single-team-member .img-holder img {
	transform: scale(1.1, 1.1);
	transition: all 0.5s ease 0s;
	width: 100%;
}

.team-area .single-team-member:hover .img-holder img {
	transform: scale(1, 1);
}

.team-area .single-team-member:hover .img-holder .overlay-style-one {
	transform: translateY(0%);
	opacity: 1;
}

.team-area .single-team-member .img-holder .overlay-style-one .box .content ul {}

.team-area .single-team-member .img-holder .overlay-style-one .box .content ul li {
	display: inline-block;
	margin: 0 3px;
}

.team-area .single-team-member .img-holder .overlay-style-one .box .content ul li a i {
	background: #ffffff;
	height: 40px;
	width: 40px;
	display: block;
	border-radius: 50%;
	color: #172b42;
	font-size: 13px;
	line-height: 42px;
	transition: all 500ms ease;
}

.team-area .single-team-member .img-holder .overlay-style-one .box .content ul li a:hover i {
	background: #252525;
	color: #fff;
}

.team-area .single-team-member .text-holder {
	padding-top: 23px;
	padding-bottom: 15px;
}

.team-area .single-team-member .text-holder h3 {
	color: #252525;
	font-size: 18px;
	font-weight: 400;
	text-transform: none;
	margin: 0 0 5px;
}

.team-area .single-team-member .text-holder span {
	color: #45c4e9;
	font-size: 16px;
	font-weight: 400;
}

.team-area .single-team-member .text-holder .text {
	padding-top: 10px;
}

.team-area .single-team-member .text-holder .contact-info {
	border-top: 1px solid #f4f4f4;
	padding-top: 15px;
}

.team-area .single-team-member .text-holder .contact-info li {
	margin-bottom: 7px;
}

.team-area .single-team-member .text-holder .contact-info li:last-child {
	margin-bottom: 0;
}

.team-area .single-team-member .text-holder .contact-info li b {
	font-weight: 400;
	text-decoration: underline;
}



/***
  =============================================
  Testimonial Section style
  =============================================
  ***/
.testimonial-section {
	padding-bottom: 40px;
}

.testimonial-section .single-testimonial-item {
	border: 1px solid #f4f4f4;
	display: block;
	padding: 30px 15px 24px;
	text-align: center;
	margin-bottom: 40px;
	transition: all 500ms ease;
}

.testimonial-section .single-testimonial-item:hover {
	border-color: #45c4e9;
}

.testimonial-section .single-testimonial-item .img-holder {
	height: 85px;
	width: 85px;
	margin: 0 auto;
	border-radius: 50%;
	border: 2px solid #fff;
	margin-bottom: 15px;
	transition: all 500ms ease;
}

.testimonial-section .single-testimonial-item .img-holder img {
	border-radius: 50%;
}

.testimonial-section .single-testimonial-item:hover .img-holder {
	border-color: #45c4e9;
}

.testimonial-section .single-testimonial-item .text-holder {
	border-bottom: 1px solid #f4f4f4;
	display: block;
	padding: 0 0 22px;
	margin: 0 0 28px;
}

.testimonial-section .single-testimonial-item .text-holder p {
	margin: 0;
}

.testimonial-section .single-testimonial-item .client-info {}

.testimonial-section .single-testimonial-item .client-info h3 {
	color: #222222;
	font-size: 18px;
	margin: 0 0 3px;
}

.testimonial-section .single-testimonial-item .client-info p {
	color: #45c4e9;
	font-size: 16px;
	margin: 0;
}



/***
  =============================================
  Blog Default Area style
  =============================================
  ***/
#blog-area {}

.blog-default-area {
	padding-top: 80px;
	padding-bottom: 80px;
}

.blog-default-area .blog-post {}

.blog-default-area .blog-post .single-blog-item {
	margin-bottom: 50px;
}

.blog-default-area .blog-post .post-pagination {
	border-top: 1px solid #f4f4f4;
	padding-top: 50px;
}

.blog-default-area .sidebar-wrapper {
	border-left: 1px solid #f4f4f4;
	padding-left: 30px;
	margin-top: -80px;
	padding-top: 80px;
	margin-bottom: -80px;
	padding-bottom: 80px;
}

.sidebar-wrapper {
	position: relative;
	display: block;
	overflow: hidden;
}

.sidebar-wrapper .single-sidebar {
	overflow: hidden;
	margin-bottom: 50px;
	position: relative;
}

.sidebar-wrapper .single-sidebar .sec-title {
	overflow: hidden;
	padding-bottom: 25px;
	margin-top: 0;
}

.sidebar-wrapper .single-sidebar .sec-title h3 {
	color: #222222;
	font-size: 22px;
	font-weight: 400;
	text-transform: capitalize;
}

.sidebar-wrapper .single-sidebar form.search-form {
	position: relative
}

.sidebar-wrapper .single-sidebar .search-form input[type="text"] {
	background: #fff;
	border: 1px solid #f4f4f4;
	color: #ababab;
	display: block;
	font-size: 14px;
	font-weight: 500;
	height: 50px;
	letter-spacing: 1px;
	padding-left: 15px;
	padding-right: 55px;
	position: relative;
	-webkit-transition: all 500ms ease 0s;
	transition: all 500ms ease 0s;
	width: 100%;
}

.sidebar-wrapper .single-sidebar .search-form button {
	background: #45c4e9 none repeat scroll 0 0;
	color: #fff;
	display: block;
	height: 50px;
	padding: 12px 0;
	position: absolute;
	right: 0;
	text-align: center;
	top: 0;
	-webkit-transition: all 500ms ease 0s;
	transition: all 500ms ease 0s;
	width: 50px;
}

.sidebar-wrapper .single-sidebar .search-form button i {
	font-size: 14px
}

.sidebar-wrapper .single-sidebar .search-form input[type="text"]:focus {
	border: 1px solid #21a8d0;
	background: #fff;
	color: #000;
}

.sidebar-wrapper .single-sidebar .search-form input[type="text"]:focus+button,
.sidebar-wrapper .single-sidebar .search-form button:hover {
	background: #21a8d0 none repeat scroll 0 0;
	color: #fff;
}


.single-sidebar .categories {
	background: #f7f7f7;
	display: block;
	padding: 24px 30px 24px;
}

.single-sidebar .categories li {
	border-bottom: 1px solid #ededed;
	margin-bottom: 10px;
	padding-bottom: 7px;
}

.single-sidebar .categories li:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: none;
}

.single-sidebar .categories li a {
	color: #848484;
	transition: all 500ms ease;
	font-size: 16px;
	font-weight: 300;
	position: relative;
}

.single-sidebar .categories li a span {
	float: right;
}

.single-sidebar .categories li a:hover {
	color: #45c4e9;
}


.single-sidebar .popular-post {}

.single-sidebar .popular-post li {
	margin-bottom: 20px;
	padding-left: 90px;
	position: relative;
	border-bottom: 1px solid #f4f4f4;
	padding-bottom: 0px;
	height: 110px;
	padding-bottom: 20px;
}

.single-sidebar .popular-post li:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: none;
}

.single-sidebar .popular-post li .img-holder {
	display: block;
	left: 0;
	overflow: hidden;
	position: absolute;
	top: 0px;
	width: 90px;
}

.single-sidebar .popular-post li .img-holder img {
	-webkit-transition: all 0.7s ease;
	transition: all 0.7s ease;
	width: auto;
}

.single-sidebar .popular-post li .img-holder .overlay-style-one .box .content a i {
	color: #fff;
	font-size: 16px;
	transition: all 500ms ease;
}

.single-sidebar .popular-post li:hover .img-holder .overlay-style-one {
	opacity: 1;
	-webkit-transform: perspective(400px) rotateX(0deg);
	-moz-transform: perspective(400px) rotateX(0deg);
	-ms-transform: perspective(400px) rotateX(0deg);
	-o-transform: perspective(400px) rotateX(0deg);
	transform: perspective(400px) rotateX(0deg);
}

.single-sidebar .popular-post li:hover .img-holder img {
	transform: scale(1.1);
}

.single-sidebar .popular-post li .img-holder .overlay-style-one .box .content a:hover i {
	color: #000000;
}

.single-sidebar .popular-post li .title-holder {
	padding-left: 20px;
}

.single-sidebar .popular-post li .title-holder a .post-title {
	color: #222222;
	font-size: 16px;
	line-height: 26px;
	position: relative;
	font-weight: 400;
	margin: 0 0 7px;

	transition: all 500ms ease;
}

.single-sidebar .popular-post li .title-holder a:hover .post-title {
	color: #000000;
}

.single-sidebar .popular-post li .title-holder .post-date {
	color: #999999;
	display: block;
	transition: all 500ms ease;
	font-weight: 400;
	font-size: 14px;
}


.single-sidebar .follow-us {
	color: #ababab;
	font-size: 14px;
	margin-top: 0px;
}

.single-sidebar.ma-top-minus {
	margin-top: -20px;
}

.single-sidebar .instagram {
	overflow: hidden;
	display: block;
	margin-left: -6px;
	margin-right: -6px;
}

.single-sidebar .instagram li {
	display: inline-block;
	float: left;
	margin: 0 5px 10px;
}

.single-sidebar .instagram li .img-holder {
	overflow: hidden;
	position: relative;
	display: block;
}

.single-sidebar .instagram li .img-holder img {
	transform: scale(1.1, 1.1);
	transition: all 0.5s ease 0s;
	width: 100%;
}

.single-sidebar .instagram li .img-holder .overlay-style-one .box .content a i {
	color: #fff;
	font-size: 15px;
}

.single-sidebar .instagram li:hover .img-holder .overlay-style-one {
	opacity: 1;
	-webkit-transform: perspective(400px) rotateX(0deg);
	-moz-transform: perspective(400px) rotateX(0deg);
	-ms-transform: perspective(400px) rotateX(0deg);
	-o-transform: perspective(400px) rotateX(0deg);
	transform: perspective(400px) rotateX(0deg);
}

.single-sidebar .instagram li:hover .img-holder img {
	transform: scale(1, 1);
}


.single-sidebar .popular-tag {
	margin-left: -3px;
	margin-right: -3px;
	margin-top: -5px;
}

.single-sidebar .popular-tag li {
	display: inline-block;
	margin: 0 3px 10px;
}

.single-sidebar .popular-tag li a {
	border: 1px solid #f4f4f4;
	color: #848484;
	display: block;
	font-size: 14px;
	font-weight: 400;
	padding: 4px 12px 4px;
	font-family: 'Hind', sans-serif;
	transition: all 500ms ease 0s;
}

.single-sidebar .popular-tag li a:hover {
	background: #45c4e9;
	border-color: #45c4e9;
	color: #fff;
}





/***
  =============================================
  Get Touch Area style
  =============================================
  ***/
.get-touch-area {
	padding-top: 80px;
	padding-bottom: 80px;
}

.get-touch-area .sec-title {
	display: block;
}

.get-touch-area .single-item {
	border: 1px solid #f4f4f4;
	display: block;
	padding: 39px 20px 31px;
}

.get-touch-area .single-item .icon-holder {
	padding-bottom: 33px;
}

.get-touch-area .single-item .icon-holder span:before {
	color: #45c4e9;
	font-size: 50px;
}

.get-touch-area .single-item .text-holder {}

.get-touch-area .single-item .text-holder h3 {
	color: #222222;
	font-size: 20px;
	font-weight: 400;
	line-height: 18px;
}

.get-touch-area .single-item .text-holder .border {
	height: 1px;
	width: 60px;
	background: #f4f4f4;
	display: inline-block;
}

.get-touch-area .single-item .text-holder p {
	margin: 15px 0 0;
}

.get-touch-area .single-item .text-holder p a {
	color: #45c4e9;
}



/***
  =============================================
  Contact Form area style
  =============================================
  ***/
.contact-form-area {
	padding-bottom: 80px;
}

.contact-form-area .sec-title {
	padding-bottom: 40px;
}

.contact-form-area .contact-form form input[type="text"],
.contact-form-area .contact-form form input[type="email"],
.contact-form-area .contact-form form textarea {
	background: #ffffff;
	border: 1px solid #f4f4f4;
	color: #999999;
	display: block;
	font-size: 16px;
	height: 55px;
	margin-bottom: 25px;
	padding: 0 20px;
	width: 100%;
	transition: all 500ms ease;
}

.contact-form-area .contact-form form textarea {
	height: 120px;
	margin-bottom: 31px;
	padding: 10px 20px;
}

.contact-form-area .contact-form form input[type="text"]:focus {
	border-color: #45c4e9;
}

.contact-form-area .contact-form form input[type="email"]:focus {
	border-color: #45c4e9;
}

.contact-form-area .contact-form form textarea:focus {
	border-color: #45c4e9;
}

.contact-form-area .contact-form form button {
	width: 100%;
	padding: 13px 0 12px;
}

.contact-author-info ul {
	background: #f9f9f9;
	border: 1px solid #ececec;
	display: block;
	padding: 30px 20px;
}

.contact-author-info ul li {
	background: #ffffff;
	margin-bottom: 20px;
	padding-left: 20px;
	padding-top: 17px;
	padding-bottom: 20px;
}

.contact-author-info ul li .title {
	padding-bottom: 15px;
}

.contact-author-info ul li .title h3 {
	color: #222222;
	font-size: 18px;
	text-transform: uppercase;
	font-weight: 500;
}

.contact-author-info ul li:last-child {
	margin-bottom: 0;
}

.contact-author-info ul li .img-holder {
	width: 70px;
}

.contact-author-info ul li .img-holder,
.contact-author-info ul li .text-holder {
	display: table-cell;
	vertical-align: middle;
}

.contact-author-info ul li .text-holder {
	padding-left: 20px;
}

.contact-author-info ul li .text-holder h5 {
	color: #45c4e9;
	font-size: 16px;
	font-weight: 400;
	margin: 0 0 10px;
}

.contact-author-info ul li .text-holder p {
	margin: 0;
	line-height: 22px;
}

.contact-author-info ul li .text-holder p span:before {
	color: #45c4e9;
	font-size: 13px;
	display: inline-block;
	line-height: 13px;
	padding-right: 10px;
}



/***
  =============================================
  Contact map Area style
  =============================================
  ***/
.contact-map-area {
	position: relative;
}

#contact-google-map {
	height: 440px;
	width: 100%;
}



/***
  =============================================
  Project Area style
  =============================================
  ***/
.project-area {}

.project-area .single-project-item {
	margin-bottom: 30px;
}

.project-area .single-project-item .img-holder .overlay-style-one .box .content a h3 {
	color: #fff;
	margin: 0 0 4px;
	transition: all 500ms ease;
}

.project-area .single-project-item .img-holder .overlay-style-one .box .content a:hover h3 {
	color: #252525;
}

.project-area .single-project-item .img-holder .overlay-style-one .box .content span {
	color: #ffffff;
	font-size: 16px;
	font-weight: 300;
}

.project-area .post-pagination {
	overflow: hidden;
	margin-top: 20px;
}



/***
  =============================================
  Project Area style
  =============================================
  ***/
.project-single-area {
	padding-top: 80px;
	padding-bottom: 80px;
}

.project-single-area .sec-title {
	padding-bottom: 30px;
}

.project-single-area .sec-title h1 {
	font-size: 24px;
}

.project-single-area .single-project-content {
	border-right: 1px solid #f4f4f4;
	margin-right: -30px;
	padding-right: 30px;
	margin-top: -80px;
	padding-top: 80px;
	margin-bottom: -80px;
	padding-bottom: 80px;
}

.project-single-area .sidebar-wrapper {
	padding-left: 30px;
}

.project-single-area .single-project-img-box {
	margin-bottom: 50px;
}

.project-single-area .project-info {}

.project-single-area .project-info ul {
	background: #f9f9f9;
	display: block;
	padding-top: 23px;
	padding-bottom: 25px;
	padding-left: 20px;
	padding-right: 20px;
}

.project-single-area .project-info ul li {
	color: #45c4e9;
	font-size: 16px;
	margin-bottom: 15px;
}

.project-single-area .project-info ul li:last-child {
	margin-bottom: 0;
}

.project-single-area .project-info ul li b {
	width: 100px;
	display: inline-block;

	font-weight: 400;
}

.project-single-area .project-info ul li span {
	font-family: 'Hind', sans-serif;
	padding-left: 20px;
	color: #999999;
}

.project-single-area .legal-work-content {}

.project-single-area .legal-work-content h3 {
	color: #222222;
	font-size: 24px;
	font-weight: 400;
	margin: 0 0 6px;
}

.project-single-area .legal-work-content span {
	color: #45c4e9;
	margin: 0;
}

.project-single-area .legal-work-content p {
	margin: 12px 0 0;
}

.project-single-area .legal-work-content a {
	margin: 16px 0 0;
	padding: 13px 30px 11px;
}

.project-single-area .project-analysis {
	overflow: hidden;
	padding-top: 60px;
}

.project-single-area .project-analysis .text-holder {
	overflow: hidden;
	margin-bottom: 22px;
}

.project-single-area .project-solution {
	padding-top: 60px;
}

.project-single-area .project-solution .text-holder {
	overflow: hidden;
	padding-bottom: 30px;
}

.project-single-area .project-results {
	padding-top: 50px;
}

.project-single-area .project-results .text-holder {
	padding-bottom: 20px;
}

.single-sidebar .business-enquiry {
	background: #45c4e9;
	display: block;
	padding: 28px 30px 30px;
	position: relative;
}

.single-sidebar .business-enquiry:before {
	position: absolute;
	bottom: 0;
	right: 0;
	content: "";
	background: url(../images/resources/envelop.png);
	width: 100px;
	height: 60px;
}

.single-sidebar .business-enquiry h3 {
	color: #ffffff;
	font-size: 20px;
	font-weight: 400;

	margin: 0 0 16px;
}

.single-sidebar .business-enquiry p {
	color: #ffffff;
	font-size: 16px;
	font-weight: 400;
	line-height: 28px;
	margin: 0;
}

.single-sidebar .business-enquiry a {
	background: #ffffff;
	height: 42px;
	width: 120px;
	display: inline-block;
	color: #45c4e9;
	font-size: 15px;
	font-weight: 700;
	text-transform: capitalize;
	text-align: center;
	border-radius: 5px;
	line-height: 40px;

	margin: 21px 0 0;
	transition: all 500ms ease;
	border: 2px solid #fff;
}

.single-sidebar .business-enquiry a:hover {
	background: transparent;
	color: #fff;
}



/***
  =============================================
  Single service Area style
  =============================================
  ***/
.service-page-area {
	padding-top: 80px;
	padding-bottom: 30px;
}

.service-page-area .single-service-item {
	margin-bottom: 10px;
}



/***
  =============================================
  Single service Area style
  =============================================
  ***/
#single-service-area {
	padding: 80px 0;
}

#single-service-area .sec-title {
	padding-bottom: 40px;
}

#single-service-area .sec-title h1 {
	font-size: 24px;
}

.left-sidebar .single-sidebar {}

.left-sidebar .single-sidebar .page-link {
	overflow: hidden;
	margin-bottom: 50px;
}

.left-sidebar .single-sidebar .page-link li {}

.left-sidebar .single-sidebar .page-link li:last-child {
	margin-bottom: 0px;
}

.left-sidebar .single-sidebar .page-link li a {
	border-bottom: 2px solid #fff;
	background: #f7f7f7 none repeat scroll 0 0;
	color: #222222;
	display: block;
	font-size: 14px;
	font-weight: 600;
	padding: 17px 20px 15px;
	width: 100%;

	position: relative;
	z-index: 1;
	transition: all 500ms ease;
	transition-delay: 0.15s;
}

.left-sidebar .single-sidebar .page-link li:last-child a {
	border-bottom: none;
}

.left-sidebar .single-sidebar .page-link li a:before {
	position: absolute;
	top: 0;
	right: 0;
	width: 37px;
	height: 56px;
	content: "\f178";
	font-family: FontAwesome;
	color: #ffffff;
	line-height: 58px;
	font-size: 18px;
	transform: translate3d(-30px, 0px, 0px);
	transition-delay: 0.5s;
	transition: all 500ms ease;
	opacity: 0;
}

.left-sidebar .single-sidebar .page-link li a:hover,
.left-sidebar .single-sidebar .page-link li a.active {
	color: #fff;
	background: #45c4e9;
}

.left-sidebar .single-sidebar .page-link li a:hover:before,
.left-sidebar .single-sidebar .page-link li a.active:before {
	transform: translate3d(0px, 0px, 0px);
	opacity: 1;
}

.left-sidebar .single-sidebar h3 {
	color: #222222;
	font-size: 22px;
	font-weight: 400;
	text-transform: capitalize;
	margin: 0 0 24px;
}

.left-sidebar .single-sidebar .brochures-dwn-link {
	overflow: hidden;
	margin-bottom: 40px;
}

.left-sidebar .single-sidebar .brochures-dwn-link li {
	margin-bottom: 10px;
}

.left-sidebar .single-sidebar .brochures-dwn-link li:last-child {
	margin-bottom: 0;
}

.left-sidebar .single-sidebar .brochures-dwn-link li a {
	border: 1px solid #f4f4f4;
	color: #222222;
	font-size: 18px;
	display: block;
	padding: 15px 22px 13px;
	transition: all 500ms ease;

}

.left-sidebar .single-sidebar .brochures-dwn-link li a:hover {
	background: #45c4e9;
	border-color: #45c4e9;
	color: #fff;
}

.left-sidebar .single-sidebar .brochures-dwn-link li a .icon-holder {
	width: 35px;
}

.left-sidebar .single-sidebar .brochures-dwn-link li a .icon-holder,
.left-sidebar .single-sidebar .brochures-dwn-link li a .title-holder {
	display: table-cell;
	vertical-align: middle;
}

.left-sidebar .single-sidebar .brochures-dwn-link li a .title-holder h5 {
	font-size: 18px;
}

.left-sidebar .single-sidebar .contact-author-info {}

.left-sidebar .single-sidebar .contact-author-info ul li .title {
	padding-bottom: 0;
}

.left-sidebar .single-sidebar .contact-author-info ul li .title h3 {
	margin-bottom: 15px;
}


#single-service-area .content-box {}

#single-service-area .content-box .top-content {
	overflow: hidden;
}

#single-service-area .content-box .top-content .single-item {
	margin-bottom: 30px;
}

#single-service-area .content-box .top-content .single-item .img-holder {}

#single-service-area .content-box .top-content .single-item .img-holder img {
	width: 100%;
}

#single-service-area .content-box .top-content .single-item .text-holder {
	display: block;
	padding: 25px 0px 15px;
}

#single-service-area .content-box .top-content .single-item .text-holder .mar-btm15 {
	margin-bottom: 15px;
}

#single-service-area .content-box .top-content .single-item .text-holder p {
	margin: 0;
}



#single-service-area .content-box .specific-services {
	overflow: hidden;
	margin-bottom: 20px;
}

#single-service-area .content-box .specific-services .single-item {
	overflow: hidden;
	margin-bottom: 40px;
	text-align: center;
	position: relative;
}

#single-service-area .content-box .specific-services .single-item .icon-holder {
	border: 1px solid #f4f4f4;
	width: 65px;
	height: 65px;
	display: block;
	margin: 0px auto 0;
	position: relative;
	background: #fff;
	border-radius: 50%;
	top: 33px;
	transition: all 500ms ease;
}

#single-service-area .content-box .specific-services .single-item:hover .icon-holder {
	background: #45c4e9;
	border-color: #45c4e9;
}

#single-service-area .content-box .specific-services .single-item .icon-holder span:before {
	color: #45c4e9;
	font-size: 32px;
	font-weight: 600;
	line-height: 62px;
	transition: all 700ms ease;
}

#single-service-area .content-box .specific-services .single-item:hover .icon-holder span:before {
	color: #fff;
}

#single-service-area .content-box .specific-services .single-item .text-holder {
	border: 1px solid #f4f4f4;
	display: block;
	padding: 50px 10px 40px;
}

#single-service-area .content-box .specific-services .single-item .text-holder h3 {
	font-size: 18px;
	margin: 0 0 15px;
}

#single-service-area .content-box .specific-services .single-item .text-holder p {
	margin: 0;
}

#single-service-area .content-box .specific-services .single-item .text-holder a {
	border: 2px solid #f4f4f4;
	height: 45px;
	width: 140px;
	border-radius: 4px;
	display: block;
	color: #45c4e9;
	font-size: 15px;
	font-weight: 500;
	text-transform: capitalize;

	line-height: 42px;
	margin: 22px auto 0;
	transition: all 900ms ease;
}

#single-service-area .content-box .specific-services .single-item:hover .text-holder a {
	background: #45c4e9;
	border-color: #45c4e9;
	color: #fff;
}

#single-service-area .content-box .benefits-service-content {
	border-top: 1px solid #f4f4f4;
	padding-top: 60px;
	overflow: hidden;
	margin-bottom: 60px;
}

#single-service-area .content-box .benefits-service-content .text-holder {
	overflow: hidden;
}

#single-service-area .content-box .benefits-service-content .text-holder ul {
	overflow: hidden;
}

#single-service-area .content-box .benefits-service-content .text-holder ul li {
	line-height: 30px;
}

#single-service-area .content-box .benefits-service-content .text-holder ul li i {
	display: inline-block;
	padding-right: 13px;
	color: #45c4e9;
	font-weight: 600;
}

#single-service-area .content-box .benefits-service-content .video-holder {
	width: 100%;
	height: auto;
	text-align: center;
	position: relative;
	overflow: hidden;
}

#single-service-area .content-box .benefits-service-content .video-holder img {
	transform: scale(1);
	transition: all 0.5s ease 0s;
	width: 100%;
}

#single-service-area .content-box .benefits-service-content .video-holder .overlay-gallery {
	bottom: 0;
	height: 100%;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
	background-color: rgba(72, 196, 233, 0.90);
	transition: all 500ms ease;
}

#single-service-area .content-box .benefits-service-content .video-holder .overlay-gallery .icon-holder {
	display: table;
	height: 100%;
	width: 100%;
}

#single-service-area .content-box .benefits-service-content .video-holder .overlay-gallery .icon-holder .icon {
	display: table-cell;
	vertical-align: middle;
}

#single-service-area .content-box .benefits-service-content .video-holder .overlay-gallery .icon-holder .icon a img {
	width: auto;
	transform: scale(1);
	transition: all 0.5s ease 0s;
}

#single-service-area .content-box .benefits-service-content .video-holder:hover .overlay-gallery {
	background-color: rgba(72, 196, 233, 0.50);
}

#single-service-area .content-box .benefits-service-content .video-holder:hover img {
	transform: scale(1.1);
}

#single-service-area .content-box .benefits-service-content .video-holder .overlay-gallery .icon-holder .icon a:hover img {
	transform: scale(1.1);
}

#single-service-area .content-box .accordion-box {
	border: 1px solid #f4f4f4;
	display: block;
	padding: 20px 30px 0;
	margin-bottom: 60px;
}

#single-service-area .content-box .consultation-form {}

#single-service-area .content-box .consultation-form form {
	display: block;
	border: 1px solid #eeeeee;
	padding: 30px;
}

#single-service-area .content-box .consultation-form form input[type="text"],
#single-service-area .content-box .consultation-form form input[type="email"],
#single-service-area .content-box .consultation-form form textarea {
	background: #ffffff;
	border: 1px solid #ececec;
	color: #999999;
	display: block;
	font-size: 14px;
	height: 50px;
	margin-bottom: 30px;
	padding: 0 15px;
	width: 100%;
	transition: all 500ms ease;
}

#single-service-area .content-box .consultation-form form textarea {
	height: 210px;
	margin-bottom: 30px;
	padding: 10px 15px;
}

#single-service-area .content-box .consultation-form form input[type="text"]:focus {
	border-color: #45c4e9;
}

#single-service-area .content-box .consultation-form form input[type="email"]:focus {
	border-color: #45c4e9;
}

#single-service-area .content-box .consultation-form form textarea:focus {
	border-color: #45c4e9;
}

#single-service-area .content-box .consultation-form form button {
	width: 100%;
	padding: 13px 0 11px;
}



/***
  =============================================
  Shop Area style
  =============================================
  ***/
.shop-area {
	padding-top: 80px;
	padding-bottom: 80px;
}

.shop-area .sidebar-wrapper .single-sidebar .sec-title {
	padding-bottom: 30px;
}

.shop-area .shop-content {
	overflow: hidden;
}

.shop-area .showing-result-shorting {
	overflow: hidden;
	padding-bottom: 20px;
}

.shop-area .showing-result-shorting .showing {}

.shop-area .showing-result-shorting .shorting {}

.shop-area .showing-result-shorting .showing p {
	color: #848484;
	font-size: 16px;
	font-weight: 400;
	margin: 5px 0;
}

.single-product-item {
	background: #fff;
	margin-bottom: 40px;
	transition: all 0.7s ease;
}

.single-product-item:hover {}

.single-product-item .img-holder {
	display: block;
	overflow: hidden;
	position: relative;
}

.single-product-item .img-holder img {
	-webkit-transition: all 0.7s ease;
	transition: all 0.7s ease;
	width: 100%;
}

.single-product-item:hover .img-holder img {
	transform: scale(1.1);
}

.single-product-item:hover .img-holder .overlay-style-one {
	opacity: 1;
	-webkit-transform: perspective(400px) rotateX(0deg);
	-moz-transform: perspective(400px) rotateX(0deg);
	-ms-transform: perspective(400px) rotateX(0deg);
	-o-transform: perspective(400px) rotateX(0deg);
	transform: perspective(400px) rotateX(0deg);
}

.single-product-item .img-holder .overlay-style-one .box .content a i {
	border: 2px solid #fff;
	display: inline-block;
	width: 40px;
	height: 40px;
	border-radius: 3px;
	font-size: 15px;
	line-height: 38px;
	transition: all 500ms ease;
}

.single-product-item .img-holder .overlay-style-one .box .content a:hover i {
	background: #222;
	border-color: #222;
}

.single-product-item .title-holder {
	padding: 19px 15px 12px;
	border: 1px solid #f4f4f4;
	border-top: none;
}

.single-product-item .title-holder .product-title {
	color: #222222;
	font-size: 16px;
	font-weight: 400;
	text-transform: capitalize;
	margin: 0 0 10px;
}

.single-product-item .title-holder .product-value {
	color: #45c4e9;
	font-size: 15px;
	font-weight: 400;
	text-transform: capitalize;
	font-family: 'Hind', sans-serif;
	margin: 0 0 17px;
}

.single-product-item .title-holder .botton {
	position: relative;
	border-top: 1px solid #f4f4f4;
	margin-left: -15px;
	margin-right: -15px;
	display: block;
	padding: 14px 15px 0;
}

.single-product-item .title-holder .botton .product-cart {}

.single-product-item .title-holder .botton .product-cart a {
	color: #999999;
	font-size: 15px;
	font-weight: 400;
	font-family: 'Hind', sans-serif;
	transition: all 500ms ease;
}

.single-product-item .title-holder .botton .product-cart a i {
	display: inline-block;
	padding-right: 5px;
	transition: all 500ms ease;
}

.single-product-item .title-holder .botton .product-cart a:hover {
	color: #45c4e9;
}

.shop-area .post-pagination {
	margin-top: 20px;
}

.single-sidebar .price-ranger {}

.single-sidebar .price-ranger .ui-widget-content {
	background: #e5e5e5;
	border: none;
	height: 2px;
	position: relative;
}

.single-sidebar .price-ranger .ui-widget-content:before {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 1px;
	background: #f0f0f0;
	content: "";
}

.single-sidebar .price-ranger .ui-slider-handle {
	background: #45c4e9 none repeat scroll 0 0;
	border: 2px solid #252525;
	border-radius: 50%;
	height: 10px;
	margin-left: -4px;
	outline: medium none;
	width: 10px;
	cursor: pointer;
}

.single-sidebar .price-ranger .ui-slider-horizontal .ui-slider-handle {
	top: -4px;
}

.single-sidebar .price-ranger .ui-slider .ui-slider-range {
	background: #252525;
}

.single-sidebar .price-ranger #slider-range {
	margin-left: 4px;
	margin-right: 6px;
	margin-top: 0;
}

.single-sidebar .price-ranger .ranger-min-max-block {
	margin-bottom: 0px;
	margin-top: 30px;
	overflow: hidden;
}

.single-sidebar .price-ranger .ranger-min-max-block input {
	display: inline-block;
}

.single-sidebar .price-ranger .ranger-min-max-block input[type="submit"] {
	float: left;
	margin-right: 20px;
	padding: 6px 0px 5px;
	text-align: center;
	width: 80px;
	border: none;
	background: #45c4e9;
	color: #fff;
	font-size: 15px;
	font-weight: 700;
	border-radius: 3px;
	transition: all 500ms ease;
}

.single-sidebar .price-ranger .ranger-min-max-block input[type="submit"]:hover {
	background: #179bc2;
}

.single-sidebar .price-ranger .ranger-min-max-block input[type="text"] {
	border: medium none;
	color: #999999;
	font-size: 14px;
	font-weight: 400;
	outline: medium none;
	text-align: right;
	width: 40px;
	margin: 6px 0 0;
}

.single-sidebar .price-ranger .ranger-min-max-block input[type='text'].max {}

.single-sidebar .price-ranger .ranger-min-max-block span {
	color: #999999;
	font-weight: 600;
	font-size: 16px;
}

.sidebar-wrapper .single-sidebar .popular-product {}

.sidebar-wrapper .single-sidebar .popular-product li {
	border-bottom: 1px solid #f7f7f7;
	margin-bottom: 25px;
	overflow: hidden;
	padding-bottom: 25px;
	padding-left: 70px;
	position: relative;
}

.sidebar-wrapper .single-sidebar .popular-product li:last-child {
	border-bottom: none;
	margin-bottom: 0px;
	padding-bottom: 0;
}

.sidebar-wrapper .single-sidebar .popular-product li .img-holder {
	display: block;
	overflow: hidden;
	position: absolute;
	width: 70px;
	min-height: 70px;
	top: 0;
	left: 0;
}

.sidebar-wrapper .single-sidebar .popular-product li .img-holder img {
	transition: all 0.5s ease 0s;
	width: 100%;
}

.sidebar-wrapper .single-sidebar .popular-product li:hover .img-holder img {}

.sidebar-wrapper .single-sidebar .popular-product li .img-holder .overlay-style-one .box .content a i {
	opacity: 0;
	font-size: 16px;
	color: #fff;
}

.sidebar-wrapper .single-sidebar .popular-product li:hover .img-holder .overlay-style-one .box .content a i {
	opacity: 1;
}

.sidebar-wrapper .single-sidebar .popular-product li:hover .img-holder .overlay-style-one {
	opacity: 1;
	-webkit-transform: perspective(400px) rotateX(0deg);
	-moz-transform: perspective(400px) rotateX(0deg);
	-ms-transform: perspective(400px) rotateX(0deg);
	-o-transform: perspective(400px) rotateX(0deg);
	transform: perspective(400px) rotateX(0deg);
}

.sidebar-wrapper .single-sidebar .popular-product li .title-holder {
	padding-left: 20px;
}

.sidebar-wrapper .single-sidebar .popular-product li .title-holder a h4 {
	color: #222222;
	font-size: 16px;
	font-weight: 400;
	text-transform: capitalize;
	margin: 0 0 10px;
	transition: all 500ms ease;
}

.sidebar-wrapper .single-sidebar .popular-product li .title-holder h5 {
	color: #45c4e9;
	font-size: 15px;
	font-weight: 400;
	text-transform: capitalize;
	font-family: 'Hind', sans-serif;
}

.sidebar-wrapper .single-sidebar .popular-product li .title-holder .review-box {
	line-height: 14px;
	margin: 10px 0 0;
}

.sidebar-wrapper .single-sidebar .popular-product li .title-holder .review-box li {
	display: inline-block;
	margin: 0 1px;
	position: static;
	padding: 0;
	border: none;
}

.sidebar-wrapper .single-sidebar .popular-product li .title-holder .review-box li i {
	font-size: 12px;
	color: #cacaca;
}

.sidebar-wrapper .single-sidebar .popular-product li:hover .title-holder h4 {
	color: #45c4e9;
}

.sidebar-wrapper .single-sidebar .product-tag {
	margin-left: -3px;
	margin-right: -3px;
	margin-top: -5px;
}

.sidebar-wrapper .single-sidebar .product-tag li {
	display: inline-block;
	margin: 0 3px 10px;
}

.sidebar-wrapper .single-sidebar .product-tag li a {
	border: 1px solid #f4f4f4;
	color: #999999;
	display: block;
	font-size: 14px;
	font-weight: 400;
	padding: 4px 10px 3px;
	font-family: 'Hind', sans-serif;
	transition: all 500ms ease 0s;
}

.sidebar-wrapper .single-sidebar .product-tag li a:hover {
	background: #45c4e9;
	border-color: #45c4e9;
	color: #fff;
}



/***
  =============================================
  Single Shop Area style
  =============================================
  ***/
.single-shop-area {
	padding-top: 80px;
	padding-bottom: 40px;
}

.single-shop-content .img-holder {
	margin-right: 50px;
}

.single-shop-content .content-box {
	margin-left: -50px;
}

.single-shop-content .content-box h3 {
	color: #222222;
	font-size: 24px;
	font-weight: 400;
	margin: 0 0 8px;
	text-transform: capitalize;
}

.single-shop-content .content-box .review-box {
	margin: 0 0 15px;
}

.single-shop-content .content-box .review-box ul {}

.single-shop-content .content-box .review-box ul li {}

.single-shop-content .content-box .review-box ul li i {
	color: #45c4e9;
	font-size: 15px;
}

.single-shop-content .content-box span.price {
	color: #45c4e9;
	font-size: 22px;
	font-weight: 400;
	font-family: 'Nunito', sans-serif;
}

.single-shop-content .content-box .text {
	overflow: hidden;
	padding: 25px 0 9px;
}

.single-shop-content .content-box .location-box {
	margin: 4px 0 20px;
}

.single-shop-content .content-box .location-box p {
	color: #222222;
	font-size: 16px;
	font-weight: 400;
	margin: 0 0 12px;
}

.single-shop-content .content-box .location-box form input {
	border: 2px solid #f7f7f7;
	height: 40px;
	padding-left: 10px;
	padding-right: 10px;
	width: 170px;
	transition: all 500ms ease;
	margin: 0 0 15px;
}

.single-shop-content .content-box .location-box form input:focus {
	border-color: #45c4e9;
}

.single-shop-content .content-box .location-box form button {
	background: #f7f7f7 none repeat scroll 0 0;
	border: medium none;
	color: #252525;
	font-size: 14px;
	font-weight: 700;
	height: 40px;
	margin-left: 6px;
	padding: 0;
	text-align: center;
	text-transform: uppercase;
	transition: all 500ms ease 0s;
	width: 95px;
	position: relative;
	top: 0px;
	padding-top: 2px;
}

.single-shop-content .content-box .location-box form button:hover {
	background: #45c4e9;
	color: #fff;
}

.single-shop-content .content-box .location-box form span {
	color: #45c4e9;
}

.single-shop-content .content-box .addto-cart-box {}

.single-shop-content .content-box .addto-cart-box .input-group.bootstrap-touchspin {
	float: left;
	width: 70px;
}

.single-shop-content .content-box .addto-cart-box .bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-up {
	border-radius: 0
}

.single-shop-content .content-box .addto-cart-box .bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-down {
	border-radius: 0;
	margin-top: -2px;
}

.single-shop-content .content-box .addto-cart-box .bootstrap-touchspin .input-group-btn-vertical>.btn {
	display: block;
	float: none;
	margin-left: -1px;
	max-width: 100%;
	padding: 12px 12px;
	position: relative;
	width: 100%;
}

.single-shop-content .content-box .addto-cart-box .btn-default {
	background-color: #efefef;
	border-color: #efefef;
	color: #9e9e9e;
}

.single-shop-content .content-box .addto-cart-box .bootstrap-touchspin .input-group-btn-vertical i {
	color: #9e9e9e;
	font-weight: normal;
	left: 8px;
	position: absolute;
	top: 7px;
}

.single-shop-content .content-box .addto-cart-box button.addtocart {
	margin-left: 25px;
	padding: 11px 30px 9px;
}


.product-tab-box {
	border: 1px solid #ececec;
	border-top: none;
	border-right: none;
	border-left: none;
	overflow: hidden;
	margin-top: 80px;
}

.product-tab-box .tab-menu {
	border-bottom: 1px solid #ececec;
	margin-bottom: 30px;
}

.product-tab-box .tab-menu li {
	display: inline-block;
	float: left;
	margin-bottom: -1px;
	margin-right: 3px;
}

.product-tab-box .tab-menu li a {
	background: #f7f7f7;
	border-top: 1px solid #ececec;
	border-left: 1px solid #ececec;
	border-right: 1px solid #ececec;
	border-bottom: 1px solid transparent;
	border-radius: 0;
	display: block;
	margin-right: 1px;
	padding: 15px 30px 13px;
	color: #222222;
	font-size: 16px;
	font-weight: 600;
	text-transform: capitalize;
	background: #f7f7f7;
	transition: all 500ms ease;
}

.product-tab-box .tab-menu li.active a,
.product-tab-box .tab-menu li:hover a {
	background: #ffffff;
	color: #45c4e9;
	border-left-color: #ececec;
	border-top-color: #ececec;
	border-right-color: #ececec;
}

.product-tab-box .tab-content {
	border-left: 1px solid #ececec;
	border-right: 1px solid #ececec;
	margin-top: -30px;
	padding: 30px 30px 40px;
}

.product-tab-box .tab-content .review-box {}

.product-tab-box .tab-content .review-box .title {
	margin-top: 3px;
	padding-bottom: 25px;
}

.product-tab-box .tab-content .review-box .title h3 {
	color: #3d3d3d;
	font-size: 20px;
	font-weight: 400;
	text-transform: capitalize;
}

.product-tab-box .tab-content .review-box .single-review-box {
	margin-bottom: 30px;
	padding-left: 60px;
	position: relative;
}

.product-tab-box .tab-content .review-box .single-review-box .img-holder {
	left: 0;
	position: absolute;
	top: 0;
}

.product-tab-box .tab-content .review-box .single-review-box .text-holder {
	border: 1px solid #ececec;
	margin-left: 20px;
	padding: 17px 20px 12px;
}

.product-tab-box .tab-content .review-box .single-review-box .text-holder .top {
	margin: 0 0 10px;
	overflow: hidden;
}

.product-tab-box .tab-content .review-box .single-review-box .text-holder .top .name h4 {
	color: #3d3d3d;
	font-size: 16px;
	font-weight: 400;
	margin: 0;
	text-transform: capitalize;
}

.product-tab-box .tab-content .review-box .single-review-box .text-holder .top .review-box ul {
	margin-top: -2px;
	padding-left: 0px;
	position: relative;
}

.product-tab-box .tab-content .review-box .single-review-box .text-holder .top .review-box ul li {
	display: inline-block;
	margin-right: 1px;
}

.product-tab-box .tab-content .review-box .single-review-box .text-holder .top .review-box ul li i {
	color: #45c4e9;
	font-size: 14px;
}

.product-tab-box .tab-content .review-box .single-review-box .text-holder .text p {
	margin: 0;
}


.product-tab-box .tab-content .review-form .title {}

.product-tab-box .tab-content .review-form .title h3 {
	margin: 0 0 15px;
}

.product-tab-box .tab-content .review-form .add-rating-box {
	margin: 0 0 20px;
}

.product-tab-box .tab-content .review-form .add-rating-box .add-rating-title h4 {
	color: #848484;
	font-size: 16px;
	font-weight: 400;
	margin: 0 0 10px;
	font-family: 'Hind', sans-serif;
	text-transform: none;
}

.product-tab-box .tab-content .review-form .add-rating-box ul li {
	border-right: 1px solid #ebebeb;
	display: inline-block;
	line-height: 20px;
	margin-right: 10px;
	padding-right: 10px;
}

.product-tab-box .tab-content .review-form .add-rating-box ul li:last-child {
	margin-right: 0px;
	padding-right: 0px;
	border-right: 0px solid #ebebeb;
}

.product-tab-box .tab-content .review-form .add-rating-box ul li a i {
	color: #d6d6d6;
	font-size: 12px;
	line-height: 20px;
	margin-right: 1px;
	opacity: 0.9;
	transition: all 500ms ease 0s;
}


.product-tab-box .tab-content .review-form form .field-label p {
	color: #848484;
	font-size: 16px;
	font-weight: 400;
	margin: 0 0 3px;
	font-family: 'Hind', sans-serif;
}

.product-tab-box .tab-content .review-form form input[type="text"],
.product-tab-box .tab-content .review-form form input[type="email"],
.product-tab-box .tab-content .review-form form textarea {
	background: #fff;
	height: 50px;
	width: 100%;
	border: 1px solid #ececec;
	color: #252525;
	font-size: 14px;
	padding: 0 15px;
	margin-bottom: 20px;
	transition: all 500ms ease;
}

.product-tab-box .tab-content .review-form form textarea {
	height: 110px;
	padding: 10px 15px;
	margin-bottom: 25px;
}

.product-tab-box .tab-content .review-form form button {
	padding: 11px 35px 9px;
}

.product-tab-box .tab-content .review-form form button:hover {}

.product-tab-box .tab-content .review-form .add-rating-box ul li:hover a i {
	opacity: 1;
	color: #45c4e9;
}

.product-tab-box .tab-content .review-form form input[type="text"]:focus {
	border-color: #45c4e9;
}

.product-tab-box .tab-content .review-form form input[type="email"]:focus {
	border-color: #45c4e9;
}

.product-tab-box .tab-content .review-form form textarea:focus {
	border-color: #45c4e9;
}

.related-product {
	padding-top: 70px;
}

.related-product .sec-title {
	padding-bottom: 40px;
}

.related-product .single-product-item {}

.single-shop-area .sidebar-wrapper .single-sidebar .sec-title {
	overflow: hidden;
	padding-bottom: 30px;
}



/***
  =============================================
  Cart area style
  =============================================
  ***/
.cart-area {
	padding-bottom: 80px;
	padding-top: 80px;
}

.cart-area .sec-title {
	padding-bottom: 32px;
}

.cart-area .sec-title h1 {
	font-size: 24px;
}

.cart-area .table-outer {
	overflow-x: auto;
	position: relative;
	width: 100%;
}

.cart-area .cart-table {
	min-width: 1024px;
	width: 100%;
}

.cart-area .cart-table .cart-header {
	background: #f7f7f7;
	color: #222222;
	font-family: 'Poppins', sans-serif;
	font-size: 16px;
	position: relative;
	text-transform: capitalize;
	width: 100%;
}

.cart-area .cart-table thead tr th {
	font-weight: 400;
	line-height: 24px;
	min-width: 110px;
	padding: 20px 25px;
}

.cart-area .cart-table thead tr th.prod-column {
	padding-left: 30px;
	text-align: left;
}

.cart-area .cart-table thead tr th.availability {
	padding: 0 40px
}


.cart-area .cart-table tbody tr {
	border-bottom: 1px solid #f7f7f7;
}

.cart-area .cart-table tbody tr td {
	color: #999999;
	font-family: 'Hind', sans-serif;
	font-size: 14px;
	font-weight: 400;
	line-height: 20px;
	min-width: 100px;
	padding: 27.5px 25px;
}

.cart-area .cart-table tbody tr .prod-column .column-box {
	min-height: 70px;
	position: relative;
}

.cart-area .cart-table tbody tr .prod-column .column-box .prod-thumb {
	width: 70px;
	border: 2px solid #f7f7f7;
	padding: 3px;
}

.cart-area .cart-table tbody tr .prod-column .column-box .prod-thumb img {
	display: block;
	max-width: 100%;
}

.cart-area .cart-table tbody tr .prod-column .column-box .prod-thumb,
.cart-area .cart-table tbody tr .prod-column .column-box .title {
	display: table-cell;
	vertical-align: middle;
}

.cart-area .cart-table tbody tr .prod-column .column-box .title {
	padding-left: 20px;
}

.cart-area .cart-table tbody tr .prod-column .column-box .title h3 {
	color: #222222;
	font-size: 16px;
	font-weight: 400;
	text-transform: capitalize;

}

.cart-area .cart-table tbody tr .qty {
	padding-right: 25px;
	width: 120px;
}

.cart-area .cart-table tbody tr .qty .input-group.bootstrap-touchspin {}

.cart-area .cart-table tbody tr .qty .bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-up {
	border-radius: 0;
	margin-left: 0;
	padding: 11px;
}

.cart-area .cart-table tbody tr .qty .btn-default {
	background-color: #e0dcdc;
	border-color: #ababab;
	color: #fff;
}

.cart-area .cart-table tbody tr .qty .bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-down {
	border-radius: 0;
	margin-left: 0;
	margin-top: -1px;
	padding: 10px;
}

.cart-area .cart-table tbody tr .qty .bootstrap-touchspin .input-group-btn-vertical i {
	font-size: 9px;
	left: 6px;
	top: 6px;
}

.cart-area .cart-table tbody tr td.unit-price {
	padding-left: 40px;
	padding-right: 20px;
}

.cart-area .cart-table tbody .available-info {
	color: #999999;
	font-size: 14px;
	font-weight: 400;
	line-height: 20px;
	padding-left: 50px;
	position: relative;
}

.cart-area .cart-table tbody .available-info .icon {
	background: #45c4e9 none repeat scroll 0 0;
	border-radius: 50%;
	color: #ffffff;
	font-size: 18px;
	height: 40px;
	left: 0;
	line-height: 40px;
	position: absolute;
	text-align: center;
	top: 0px;
	width: 40px;
}

.cart-area .cart-table tbody tr td.price {
	color: #999999;
	font-size: 18px;
	font-weight: 400;
}

.cart-area .cart-table tbody tr .sub-total {
	color: #45c4e9;
	font-weight: 400;
	font-size: 18px;
}

.cart-area .cart-table tbody tr td .remove {}

.cart-area .cart-table tbody tr td .remove .checkbox label {
	color: #777;
	font-size: 16px;
	font-weight: 400;
}

.cart-area .cart-table tbody tr td .remove .checkbox label input[type="checkbox"] {
	display: inline-block;
	position: relative;
	top: 1px;
}


.cart-middle {
	padding-top: 30px
}

.cart-middle .apply-coupon {
	padding-left: 245px;
	position: relative;
}

.cart-middle .apply-coupon input[type="text"] {
	border: 2px solid #f7f7f7;
	color: #777;
	font-size: 14px;
	font-weight: 400;
	height: 50px;
	left: 0;
	padding: 0 15px;
	position: absolute;
	text-transform: capitalize;
	top: 0;
	transition: all 500ms ease 0s;
	width: 225px;
}

.cart-middle .apply-coupon input[type="text"]:focus {
	border: 2px solid #45c4e9
}

.cart-middle .apply-coupon .apply-coupon-button button {
	padding: 11px 45px 9px;
}

.cart-middle .update-cart button {
	padding: 11px 35px 9px;
	background: #f7f7f7;
	color: #222222;
	border-color: #f7f7f7;
}

.cart-middle .update-cart button:hover {
	background: #45c4e9;
	color: #fff;
}


.cart-bottom {
	overflow: hidden;
	padding-top: 76px;
}

.cart-bottom .calculate-shipping {}

.cart-bottom .calculate-shipping .ui-state-default .ui-icon {}

.cart-bottom .calculate-shipping .ui-selectmenu-button span.ui-icon {
	border-left: 2px solid #f7f7f7;
	display: block;
	float: right;
	height: 41px;
	text-indent: 0;
	top: 8px;
	width: 45px;
	position: absolute;
	right: 0;
	display: block;
}

.cart-bottom .calculate-shipping .ui-selectmenu-button span.ui-icon::before {
	color: #ababae;
	content: "\f107";
	font-family: FontAwesome;
	font-size: 20px;
	overflow: visible;
	position: absolute;
	right: 14px;
	top: 8px;
}

.cart-bottom .calculate-shipping .ui-selectmenu-button span.ui-selectmenu-text {
	display: block;
	line-height: 18px;
	overflow: hidden;
	padding: 12px 17px;
	text-align: left;
}

.cart-bottom .calculate-shipping input[type="text"] {
	border: 2px solid #f7f7f7;
	color: #777;
	display: block;
	font-size: 14px;
	height: 45px;
	padding: 0 18px;
	width: 100%;
	font-weight: 400;
	margin-bottom: 30px;
	transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
}

.cart-bottom .calculate-shipping input[type="text"]:focus {
	border: 2px solid #45c4e9
}

.cart-bottom .calculate-shipping button {
	padding: 11px 40px 9px;
	background: #f7f7f7;
	border-color: #f7f7f7;
	color: #222222;
}

.cart-bottom .calculate-shipping button:hover {
	background: #45c4e9;
	border-color: #45c4e9;
}

.cart-bottom button.checkout-btn {
	padding: 11px 35px 9px;
	margin-top: 30px;
	float: right;
}



/***
  =============================================
  Checkout Area style
  =============================================
  ***/
.checkout-area {
	padding-bottom: 80px;
	padding-top: 80px;
}

.checkout-area .sec-title {
	padding-bottom: 40px;
}

.checkout-area .sec-title h1 {
	color: #222;
	font-size: 24px;
	text-transform: none;
}

.checkout-area .exisitng-customer {
	background: #f7f7f7;
	display: block;
	padding: 20px 28px 21px;
	position: relative;
	margin-bottom: 20px;
}

.checkout-area .exisitng-customer:before {
	position: absolute;
	top: 0;
	left: 0;
	width: 2px;
	height: 100%;
	background: #45c4e9;
	content: "";
}

.checkout-area .exisitng-customer h5 {
	color: #222222;
	font-size: 16px;
	font-weight: 400;

}

.checkout-area .exisitng-customer h5 a {
	color: #45c4e9;
	display: inline-block;
	padding-left: 15px;
}

.checkout-area .coupon {
	background: #f7f7f7;
	display: block;
	padding: 20px 28px 21px;
	position: relative;
	margin-bottom: 60px;
}

.checkout-area .coupon:before {
	position: absolute;
	top: 0;
	left: 0;
	width: 2px;
	height: 100%;
	background: #45c4e9;
	content: "";
}

.checkout-area .coupon h5 {
	color: #222222;
	font-size: 16px;
	font-weight: 400;

}

.checkout-area .coupon h5 a {
	color: #45c4e9;
	display: inline-block;
	padding-left: 15px;
}


.checkout-area .form form .field-label {
	color: #222222;
	font-size: 16px;
	font-weight: 400;
	margin: 0 0 3px;
	text-transform: capitalize;

}

.checkout-area .form form .field-input input[type="text"] {
	border: 2px solid #f4f4f4;
	color: #999999;
	display: block;
	font-size: 14px;
	height: 48px;
	margin-bottom: 23px;
	padding: 0 15px;
	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;
}

.checkout-area .form form .field-input input[type="text"]:focus {
	border: 2px solid #45c4e9;
}

.checkout-area .create-acc .checkbox {
	margin: 7px 0 0;
}

.checkout-area .create-acc .checkbox label {
	color: #45c4e9;
	font-weight: 400;
	font-size: 16px;
}

.checkout-area .create-acc .checkbox input {
	margin-top: 6px;
}


.checkout-area .shipping-info input[type="checkbox"] {
	cursor: pointer;
	display: inline-block;
	margin: 0 0 0 25px;
	position: relative;
	top: 0px;
	vertical-align: middle;
}

.checkout-area .form form .field-input textarea {
	border: 2px solid #f4f4f4;
	color: #999;
	display: block;
	font-size: 14px;
	height: 119px;
	padding: 10px 15px;
	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;
}

.checkout-area .form form .field-input textarea:focus {
	border-color: #45c4e9;
}


.checkout-area .bottom {
	padding-top: 60px
}

.checkout-area .table {
	overflow-x: auto;
	position: relative;
	width: 100%;
	margin-bottom: 0;
}

.checkout-area .table .cart-table {
	min-width: auto;
	width: 100%;
}

.checkout-area .table .cart-table .cart-header {
	background: #f7f7f7;
	color: #222222;
	font-size: 16px;
	position: relative;
	text-transform: capitalize;
	width: 100%;

}

.checkout-area .table .cart-table thead tr th {
	font-weight: 400;
	line-height: 24px;
	min-width: 110px;
	padding: 19px 30px 17px;
}

.checkout-area .table .cart-table thead tr th.product-column {
	padding-left: 30px;
	text-align: left;
}

.checkout-area .table .cart-table tbody tr {
	border-bottom: 1px solid #f7f7f7;
}

.checkout-area .table .cart-table tbody tr td {
	vertical-align: middle
}

.checkout-area .table .cart-table tbody tr td {
	min-width: 110px;
	padding: 25px 20px;
}

.checkout-area .table .cart-table tbody tr .product-column .column-box {
	min-height: 70px;
}

.checkout-area .table .cart-table tbody tr .product-column .column-box .prod-thumb {
	width: 70px;
	border: 2px solid #f7f7f7;
	padding: 3px;
}

.checkout-area .table .cart-table tbody tr .product-column .column-box .prod-thumb img {
	display: block;
	max-width: 100%;
}

.checkout-area .table .cart-table tbody tr .product-column .column-box .prod-thumb,
.checkout-area .table .cart-table tbody tr .product-column .column-box .product-title {
	display: table-cell;
	vertical-align: middle;
}

.checkout-area .table .cart-table tbody tr .product-column .column-box .product-title {
	padding-left: 15px;
}

.checkout-area .table .cart-table tbody tr .product-column .column-box .product-title h3 {
	color: #222222;
	font-size: 16px;
	font-weight: 400;
	text-transform: capitalize;

}

.checkout-area .table .cart-table tbody tr .qty {
	padding-right: 30px;
	width: 130px;
}

.checkout-area .table .cart-table tbody tr .qty .input-group.bootstrap-touchspin {
	float: right;
	width: 60px;
}

.checkout-area .table .cart-table tbody tr .qty .form-control {
	background-color: #fff;
	background-image: none;
	border: 1px solid #ccc;
	border-radius: 0;
	box-shadow: none;
	color: #252525;
	display: block;
	font-size: 18px;
	font-weight: 400;
	height: 34px;
	padding: 6px 0;
	text-align: center;
}

.checkout-area .table .cart-table tbody tr .qty .bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-up {
	border-radius: 0
}

.checkout-area .table .cart-table tbody tr .qty .btn-default {
	background-color: #45c4e9;
	border-color: #32b6dc;
	color: #fff;
}

.checkout-area .table .cart-table tbody tr .qty .bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-down {
	border-radius: 0;
	margin-top: -2px;
}

.checkout-area .table .cart-table tbody tr td.price {
	color: #32b6dc;
	font-size: 18px;
	font-weight: 400;
}


.cart-total {}

.cart-total-table {
	border: 2px solid #f7f7f7
}

.cart-total-table li {
	border-bottom: 1px solid #f7f7f7
}

.cart-total-table li:last-child {
	border-bottom: none
}

.cart-total-table li span.col.col-title {
	border-right: 1px solid #f7f7f7;
	color: #222222;
	display: block;
	float: left;
	font-size: 16px;
	font-weight: 400;
	line-height: 28px;
	padding: 10px 18px;
	position: relative;
	width: 50%;

}

.cart-total-table li span.col {
	color: #999999;
	display: block;
	float: left;
	font-size: 14px;
	font-weight: 400;
	line-height: 28px;
	padding: 10px 18px;
	position: relative;
	width: 50%;
	font-family: 'Hind', sans-serif;
}

.cart-total-table li span.col b {
	color: #45c4e9;
	font-weight: 300;
	text-decoration: underline;
}


.cart-total .payment-options {
	background: #f7f7f7 none repeat scroll 0 0;
	margin-top: 30px;
	overflow: hidden;
	padding: 23px 20px 35px;
}

.cart-total .payment-options .option-block {
	margin-bottom: 14px
}

.cart-total .payment-options .option-block .checkbox {
	margin: 0 0 5px;
}

.cart-total .payment-options .option-block .checkbox label {
	font-weight: 700;
	min-height: 20px;
	padding-left: 20px;
}

.cart-total .payment-options .option-block .checkbox label input {
	position: relative;
	top: 1px;
}

.cart-total .payment-options .option-block .checkbox label span {
	color: #222222;
	font-size: 16px;
	padding-left: 10px;
	font-weight: 400;

}

.cart-total .payment-options .option-block .checkbox label span b {
	color: #45c4e9;
	display: inline-block;
	font-size: 14px;
	font-weight: 400;
	padding-left: 25px;
	text-decoration: underline;
}

.cart-total .payment-options .option-block .text {
	padding-left: 30px;
}

.cart-total .payment-options .option-block .text p {
	margin: 0;
	line-height: 28px;
}

.placeorder-button button {
	padding: 11px 40px 9px;
	margin-top: 20px;
}



/***
  =============================================
  Login Register Area style
  =============================================
  ***/
.login-register-area {
	padding-bottom: 80px;
	padding-top: 80px;
}

.login-register-area .form .sec-title {
	padding-bottom: 40px;
}

.login-register-area .form .sec-title h1 {
	font-size: 24px;
	text-transform: none;
}

.login-register-area .form .input-field {
	position: relative;
}

.login-register-area .form .input-field input[type="text"] {
	border: 2px solid #f4f4f4;
	color: #777;
	font-size: 15px;
	height: 50px;
	margin-bottom: 30px;
	padding-left: 15px;
	padding-right: 50px;
	width: 100%;
	transition: all 700ms ease 0s;
}

.login-register-area .form .input-field .icon-holder {
	position: absolute;
	right: 20px;
	top: 11px;
}

.login-register-area .form .input-field .icon-holder i {
	color: #777;
	font-size: 14px;
	font-weight: 400;
}

.login-register-area .form button {
	margin-top: 10px;
	padding: 11px 45px 9px;
}

.login-register-area .form .remember-text {
	margin-top: 19px;
}

.login-register-area .form .remember-text .checkbox label {
	color: #222222;
	font-size: 16px;
	font-weight: 400;

}

.login-register-area .form .remember-text .checkbox input {
	margin-top: 5px;
}

.login-register-area .form .social-icon {
	float: right;
	margin-right: -8px;
	margin-top: 15px;
	position: relative;
}

.login-register-area .form .social-icon .login-with {
	display: inline-block;
	left: -100px;
	position: absolute;
	top: 8px;
}

.login-register-area .form .social-icon li {
	display: inline-block;
	margin: 0 8px;
}

.login-register-area .form .social-icon li a i {
	background: #3b5998 none repeat scroll 0 0;
	border-radius: 50%;
	color: #fff;
	display: block;
	font-size: 14px;
	font-weight: 100;
	height: 40px;
	line-height: 24px;
	padding: 8px 0;
	text-align: center;
	transition: all 700ms ease 0s;
	width: 40px;
}

.login-register-area .form .social-icon li a i.twitter {
	background: #33ccfe none repeat scroll 0 0;
}

.login-register-area .form .social-icon li a i.gplus {
	background: #dd4b39 none repeat scroll 0 0;
}

.login-register-area .form a.forgot-password {
	color: #45c4e9;
	float: right;
	font-weight: 700;
	margin: 20px 0 0;
	font-family: 'Hind', sans-serif;
}

.login-register-area .form h6 {
	color: #848484;
	float: left;
	font-size: 14px;
	font-family: 'Hind', sans-serif;
	padding-left: 10px;
	overflow: hidden;
	margin-left: -40px;
	margin-top: 28px;
}

.login-register-area .form .input-field input[type="text"]:focus {
	border: 2px solid #45c4e9;
}

.login-register-area .form .social-icon li a:hover i {
	background: #18387b;
}

.login-register-area .form .social-icon li a:hover i.twitter {
	background: #12addf;
}

.login-register-area .form .social-icon li a:hover i.gplus {
	background: #c62d1a;
}


.headerWrap {
	height: 100px;
}

.section {
	width: 1280px;
	margin: 0 auto;
}

.menu li a {
	color: #fff;
	font-family: 'S-CoreDream-4Regular';
}

.btn-main-slide-wrap {
	width: 310px;
}

.btn-main-slide {
	display: block;
	width: 150px;
	height: 150px;
	color: #fff;
	padding: 15px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	box-sizing: border-box;
}

.btn-main-slide-bot-wrap {
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	margin-top: 10px;
	overflow: hidden;
}

.btn-main-slide-bot {
	display: block;
	width: 155px;
	height: 155px;
	color: #111;
	background: #fff;
	padding: 15px;
	box-sizing: border-box;
}

.btn-gray {
	background: #474747;
}

.btn-org {
	color: #fff;
	background: var(--color-primary);
	border: 1px solid var(--color-primary);
}

.btn-wh {
	color: #111;
	background: #fff;
	border: 1px solid #111;
}

.c-bl {
	color: #111;
}

.c-wh {
	color: #fff;
}

.srch-wrap {
	display: inline-block;
}

.board_list {
	width: 100%;
	margin-top: 20px;
	border-top: 2px solid #111;
}

.board_list tr td {
	color: #111;
	font-size: 16px;
	border-bottom: 1px dotted #111;
	padding: 20px;
}

.board_list tr td a {
	color: #111;
}

.board_view {
	width: 100%;
}

.board_view > tbody > tr > td {
	color: #111;
	font-size: 16px;
	border-bottom: 1px dotted #111;
	padding: 20px;
}

.board_view tr td label {
	height: 34px;
	line-height: 34px;
	color: #111;
	font-size: 14px;
}

.board_view > tbody > .odd > td {
	padding: 0;
}

.board_view .odd a {
	display: block;
	width: 100%;
	padding: 20px;
}

.board_view .odd a:hover {
	background: rgb(239, 239, 239);
	font-weight: bold;
}

.btn-basic {
	display: inline-block;
	height: 44px;
	line-height: 44px;
	font-size: 14px;
	font-weight: bold;
	padding: 0 30px;
	box-sizing: border-box;
	border-radius: 5px;
}

.btn-basic:hover {
	color: #fff;
	background: var(--color-default);
	border: 1px solid var(--color-default);
}

.form-basic {
	display: inline-block;
	height: 44px;
	line-height: 44px;
	color: #111;
	font-size: 14px;
	padding: 0 10px;
	border: 1px solid #111;
	box-sizing: border-box;
}

.form-basic {
	display: inline-block;
	height: 44px;
	line-height: 44px;
	color: #111;
	font-size: 14px;
	padding: 0 10px;
	border: 1px solid #111;
	box-sizing: border-box;
}

.form-input {
	display: inline-block;
	height: 34px;
	line-height: 34px;
	color: #111;
	font-size: 14px;
	padding: 0 10px;
	border: 1px solid #111;
	box-sizing: border-box;
}

.ban-md {
	display: inline-block;
	height: 44px;
	line-height: 44px;
	font-size: 18px;
	box-sizing: border-box;
}

.ban-md i {
	margin-right: 10px;
}

.c-org {
	color: var(--color-primary);
}

.txt-md {
	font-size: 28px;
}

.w3-bar {
	width: 100%;
	overflow: hidden;
	padding: 50px 0;
}

.w3-center .w3-bar {
	display: inline-block;
	width: auto
}

.w3-bar .w3-bar-item {
	font-size: 20px;
	padding: 15px 0;
	float: left;
	width: 50%;
	border: none;
	display: block;
	outline: 0;
	background: #f8f8f8;
}

.w3-bar .w3-dropdown-hover,
.w3-bar .w3-dropdown-click {
	position: static;
	float: left
}

.w3-bar .w3-button {

}

.w3-bar .w3-button:hover {
	background-color: var(--color-primary) !important;
	color: #fff;
}

.w3-bar .w3-button:hover > a {
	color: #fff;
	transition: all 0.1s ease 0s;
}

.help_bt {
	display: block;
	width: 100%;
}

.w3-bar-block .w3-bar-item {
	width: 100%;
	display: block;
	padding: 8px 16px;
	text-align: left;
	border: none;
	white-space: normal;
	float: none;
	outline: 0
}

.w3-bar-block.w3-center .w3-bar-item {
	text-align: center;
}

.w3-block {
	display: block;
	width: 100%
}

.w3-responsive {
	display: block;
	overflow-x: auto
}

.w3-container:after,
.w3-container:before,
.w3-panel:after,
.w3-panel:before,
.w3-row:after,
.w3-row:before,
.w3-row-padding:after,
.w3-row-padding:before,
.w3-cell-row:before,
.w3-cell-row:after,
.w3-clear:after,
.w3-clear:before,
.w3-bar:before,
.w3-bar:after {
	content: "";
	display: table;
	clear: both
}

.w3-col,
.w3-half,
.w3-third,
.w3-twothird,
.w3-threequarter,
.w3-quarter {
	float: left;
	width: 100%
}

.w3-col.s1 {
	width: 8.33333%
}

.w3-col.s2 {
	width: 16.66666%
}

.w3-col.s3 {
	width: 24.99999%
}

.w3-col.s4 {
	width: 33.33333%
}

.w3-col.s5 {
	width: 41.66666%
}

.w3-col.s6 {
	width: 49.99999%
}

.w3-col.s7 {
	width: 58.33333%
}

.w3-col.s8 {
	width: 66.66666%
}

.w3-col.s9 {
	width: 74.99999%
}

.w3-col.s10 {
	width: 83.33333%
}

.w3-col.s11 {
	width: 91.66666%
}

.w3-col.s12 {
	width: 99.99999%
}

@media (min-width:601px) {
	.w3-col.m1 {
		width: 8.33333%
	}

	.w3-col.m2 {
		width: 16.66666%
	}

	.w3-col.m3,
	.w3-quarter {
		width: 24.99999%
	}

	.w3-col.m4,
	.w3-third {
		width: 33.33333%
	}

	.w3-col.m5 {
		width: 41.66666%
	}

	.w3-col.m6,
	.w3-half {
		width: 49.99999%
	}

	.w3-col.m7 {
		width: 58.33333%
	}

	.w3-col.m8,
	.w3-twothird {
		width: 66.66666%
	}

	.w3-col.m9,
	.w3-threequarter {
		width: 74.99999%
	}

	.w3-col.m10 {
		width: 83.33333%
	}

	.w3-col.m11 {
		width: 91.66666%
	}

	.w3-col.m12 {
		width: 99.99999%
	}
}

@media (min-width:993px) {
	.w3-col.l1 {
		width: 8.33333%
	}

	.w3-col.l2 {
		width: 16.66666%
	}

	.w3-col.l3 {
		width: 24.99999%
	}

	.w3-col.l4 {
		width: 33.33333%
	}

	.w3-col.l5 {
		width: 41.66666%
	}

	.w3-col.l6 {
		width: 49.99999%
	}

	.w3-col.l7 {
		width: 58.33333%
	}

	.w3-col.l8 {
		width: 66.66666%
	}

	.w3-col.l9 {
		width: 74.99999%
	}

	.w3-col.l10 {
		width: 83.33333%
	}

	.w3-col.l11 {
		width: 91.66666%
	}

	.w3-col.l12 {
		width: 99.99999%
	}
}

.w3-rest {
	overflow: hidden
}

.w3-stretch {
	margin-left: -16px;
	margin-right: -16px
}

.w3-content,
.w3-auto {
	margin-left: auto;
	margin-right: auto
}

.w3-content {
	max-width: 980px
}

.w3-auto {
	max-width: 1140px
}

.w3-cell-row {
	display: table;
	width: 100%
}

.w3-cell {
	display: table-cell
}

.w3-cell-top {
	vertical-align: top
}

.w3-cell-middle {
	vertical-align: middle
}

.w3-cell-bottom {
	vertical-align: bottom
}

.w3-hide {
	display: none !important
}

.w3-show-block,
.w3-show {
	display: block !important
}

.w3-show-inline-block {
	display: inline-block !important
}

@media (max-width:1205px) {
	.w3-auto {
		max-width: 95%
	}
}

@media (max-width:600px) {
	.w3-modal-content {
		margin: 0 10px;
		width: auto !important
	}

	.w3-modal {
		padding-top: 30px
	}

	.w3-dropdown-hover.w3-mobile .w3-dropdown-content,
	.w3-dropdown-click.w3-mobile .w3-dropdown-content {
		position: relative
	}

	.w3-hide-small {
		display: none !important
	}

	.w3-mobile {
		display: block;
		width: 100% !important
	}

	.w3-bar-item.w3-mobile,
	.w3-dropdown-hover.w3-mobile,
	.w3-dropdown-click.w3-mobile {
		text-align: center
	}

	.w3-dropdown-hover.w3-mobile,
	.w3-dropdown-hover.w3-mobile .w3-btn,
	.w3-dropdown-hover.w3-mobile .w3-button,
	.w3-dropdown-click.w3-mobile,
	.w3-dropdown-click.w3-mobile .w3-btn,
	.w3-dropdown-click.w3-mobile .w3-button {
		width: 100%
	}
}

@media (max-width:768px) {
	.w3-modal-content {
		width: 500px
	}

	.w3-modal {
		padding-top: 50px
	}
}

@media (min-width:993px) {
	.w3-modal-content {
		width: 900px
	}

	.w3-hide-large {
		display: none !important
	}

	.w3-sidebar.w3-collapse {
		display: block !important
	}
}

@media (max-width:992px) and (min-width:601px) {
	.w3-hide-medium {
		display: none !important
	}
}

@media (max-width:992px) {
	.w3-sidebar.w3-collapse {
		display: none
	}

	.w3-main {
		margin-left: 0 !important;
		margin-right: 0 !important
	}

	.w3-auto {
		max-width: 100%
	}
}

.w3-top,
.w3-bottom {
	position: fixed;
	width: 100%;
	z-index: 1
}

.w3-top {
	top: 0
}

.w3-bottom {
	bottom: 0
}

.w3-overlay {
	position: fixed;
	display: none;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(0, 0, 0, 0.5);
	z-index: 2
}

.w3-display-topleft {
	position: absolute;
	left: 0;
	top: 0
}

.w3-display-topright {
	position: absolute;
	right: 0;
	top: 0
}

.w3-display-bottomleft {
	position: absolute;
	left: 0;
	bottom: 0
}

.w3-display-bottomright {
	position: absolute;
	right: 0;
	bottom: 0
}

.w3-display-middle {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%)
}

.w3-display-left {
	position: absolute;
	top: 50%;
	left: 0%;
	transform: translate(0%, -50%);
	-ms-transform: translate(-0%, -50%)
}

.w3-display-right {
	position: absolute;
	top: 50%;
	right: 0%;
	transform: translate(0%, -50%);
	-ms-transform: translate(0%, -50%)
}

.w3-display-topmiddle {
	position: absolute;
	left: 50%;
	top: 0;
	transform: translate(-50%, 0%);
	-ms-transform: translate(-50%, 0%)
}

.w3-display-bottommiddle {
	position: absolute;
	left: 50%;
	bottom: 0;
	transform: translate(-50%, 0%);
	-ms-transform: translate(-50%, 0%)
}

.w3-display-container:hover .w3-display-hover {
	display: block
}

.w3-display-container:hover span.w3-display-hover {
	display: inline-block
}

.w3-display-hover {
	display: none
}

.w3-display-position {
	position: absolute
}

.w3-circle {
	border-radius: 50%
}

.w3-round-small {
	border-radius: 2px
}

.w3-round,
.w3-round-medium {
	border-radius: 4px
}

.w3-round-large {
	border-radius: 8px
}

.w3-round-xlarge {
	border-radius: 16px
}

.w3-round-xxlarge {
	border-radius: 32px
}

.w3-row-padding,
.w3-row-padding>.w3-half,
.w3-row-padding>.w3-third,
.w3-row-padding>.w3-twothird,
.w3-row-padding>.w3-threequarter,
.w3-row-padding>.w3-quarter,
.w3-row-padding>.w3-col {
	padding: 0 8px
}

.w3-container,
.w3-panel {}

.w3-panel {
	margin-top: 16px;
	margin-bottom: 16px
}

.w3-code,
.w3-codespan {
	font-family: Consolas, "courier new";
	font-size: 16px
}

.w3-code {
	width: auto;
	background-color: #fff;
	padding: 8px 12px;
	border-left: 4px solid #4CAF50;
	word-wrap: break-word
}

.w3-codespan {
	color: crimson;
	background-color: #f1f1f1;
	padding-left: 4px;
	padding-right: 4px;
	font-size: 110%
}

.w3-card,
.w3-card-2 {
	box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12)
}

.w3-card-4,
.w3-hover-shadow:hover {
	box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.2), 0 4px 20px 0 rgba(0, 0, 0, 0.19)
}

.w3-spin {
	animation: w3-spin 2s infinite linear
}

@keyframes w3-spin {
	0% {
		transform: rotate(0deg)
	}

	100% {
		transform: rotate(359deg)
	}
}

.w3-animate-fading {
	animation: fading 10s infinite
}

@keyframes fading {
	0% {
		opacity: 0
	}

	50% {
		opacity: 1
	}

	100% {
		opacity: 0
	}
}

.w3-animate-opacity {
	animation: opac 0.8s
}

@keyframes opac {
	from {
		opacity: 0
	}

	to {
		opacity: 1
	}
}

.w3-animate-top {
	position: relative;
	animation: animatetop 0.4s
}

@keyframes animatetop {
	from {
		top: -300px;
		opacity: 0
	}

	to {
		top: 0;
		opacity: 1
	}
}

.w3-animate-left {
	position: relative;
	animation: animateleft 0.4s
}

@keyframes animateleft {
	from {
		left: -300px;
		opacity: 0
	}

	to {
		left: 0;
		opacity: 1
	}
}

.w3-animate-right {
	position: relative;
	animation: animateright 0.4s
}

@keyframes animateright {
	from {
		right: -300px;
		opacity: 0
	}

	to {
		right: 0;
		opacity: 1
	}
}

.w3-animate-bottom {
	position: relative;
	animation: animatebottom 0.4s
}

@keyframes animatebottom {
	from {
		bottom: -300px;
		opacity: 0
	}

	to {
		bottom: 0;
		opacity: 1
	}
}

.w3-animate-zoom {
	animation: animatezoom 0.6s
}

@keyframes animatezoom {
	from {
		transform: scale(0)
	}

	to {
		transform: scale(1)
	}
}

.w3-animate-input {
	transition: width 0.4s ease-in-out
}

.w3-animate-input:focus {
	width: 100% !important
}

.w3-opacity,
.w3-hover-opacity:hover {
	opacity: 0.60
}

.w3-opacity-off,
.w3-hover-opacity-off:hover {
	opacity: 1
}

.w3-opacity-max {
	opacity: 0.25
}

.w3-opacity-min {
	opacity: 0.75
}

.w3-greyscale-max,
.w3-grayscale-max,
.w3-hover-greyscale:hover,
.w3-hover-grayscale:hover {
	filter: grayscale(100%)
}

.w3-greyscale,
.w3-grayscale {
	filter: grayscale(75%)
}

.w3-greyscale-min,
.w3-grayscale-min {
	filter: grayscale(50%)
}

.w3-sepia {
	filter: sepia(75%)
}

.w3-sepia-max,
.w3-hover-sepia:hover {
	filter: sepia(100%)
}

.w3-sepia-min {
	filter: sepia(50%)
}

.w3-tiny {
	font-size: 10px !important
}

.w3-small {
	font-size: 12px !important
}

.w3-medium {
	font-size: 15px !important
}

.w3-large {
	font-size: 18px !important
}

.w3-xlarge {
	font-size: 24px !important
}

.w3-xxlarge {
	font-size: 36px !important
}

.w3-xxxlarge {
	font-size: 48px !important
}

.w3-jumbo {
	font-size: 64px !important
}

.w3-left-align {
	text-align: left !important
}

.w3-right-align {
	text-align: right !important
}

.w3-justify {
	text-align: justify !important
}

.w3-center {
	text-align: center !important
}

.w3-border-0 {
	border: 0 !important
}

.w3-border {
	border: 1px solid #ccc !important
}

.w3-border-top {
	border-top: 1px solid #ccc !important
}

.w3-border-bottom {
	border-bottom: 1px solid #ccc !important
}

.w3-border-left {
	border-left: 1px solid #ccc !important
}

.w3-border-right {
	border-right: 1px solid #ccc !important
}

.w3-topbar {
	border-top: 6px solid #ccc !important
}

.w3-bottombar {
	border-bottom: 6px solid #ccc !important
}

.w3-leftbar {
	border-left: 6px solid #ccc !important
}

.w3-rightbar {
	border-right: 6px solid #ccc !important
}

.w3-section,
.w3-code {
	margin-top: 16px !important;
	margin-bottom: 16px !important
}

.w3-margin {
	margin: 16px !important
}

.w3-margin-top {
	margin-top: 16px !important
}

.w3-margin-bottom {
	margin-bottom: 16px !important
}

.w3-margin-left {
	margin-left: 16px !important
}

.w3-margin-right {
	margin-right: 16px !important
}

.w3-padding-small {
	padding: 4px 8px !important
}

.w3-padding {
	padding: 8px 16px !important
}

.w3-padding-large {
	padding: 12px 24px !important
}

.w3-padding-16 {
	padding-top: 16px !important;
	padding-bottom: 16px !important
}

.w3-padding-24 {
	padding-top: 24px !important;
	padding-bottom: 24px !important
}

.w3-padding-32 {
	padding-top: 32px !important;
	padding-bottom: 32px !important
}

.w3-padding-48 {
	padding-top: 48px !important;
	padding-bottom: 48px !important
}

.w3-padding-64 {
	padding-top: 64px !important;
	padding-bottom: 64px !important
}

.w3-padding-top-64 {
	padding-top: 64px !important
}

.w3-padding-top-48 {
	padding-top: 48px !important
}

.w3-padding-top-32 {
	padding-top: 32px !important
}

.w3-padding-top-24 {
	padding-top: 24px !important
}

.w3-left {
	float: left !important
}

.w3-right {
	float: right !important
}

.w3-transparent,
.w3-hover-none:hover {
	background-color: transparent !important
}

.w3-hover-none:hover {
	box-shadow: none !important
}

/* Colors */
.w3-amber,
.w3-hover-amber:hover {
	color: #000 !important;
	background-color: #ffc107 !important
}

.w3-aqua,
.w3-hover-aqua:hover {
	color: #000 !important;
	background-color: #00ffff !important
}

.w3-blue,
.w3-hover-blue:hover {
	color: #fff !important;
	background-color: #2196F3 !important
}

.w3-light-blue,
.w3-hover-light-blue:hover {
	color: #000 !important;
	background-color: #87CEEB !important
}

.w3-brown,
.w3-hover-brown:hover {
	color: #fff !important;
	background-color: #795548 !important
}

.w3-cyan,
.w3-hover-cyan:hover {
	color: #000 !important;
	background-color: #00bcd4 !important
}

.w3-blue-grey,
.w3-hover-blue-grey:hover,
.w3-blue-gray,
.w3-hover-blue-gray:hover {
	color: #fff !important;
	background-color: #607d8b !important
}

.w3-green,
.w3-hover-green:hover {
	color: #fff !important;
	background-color: #4CAF50 !important
}

.w3-light-green,
.w3-hover-light-green:hover {
	color: #000 !important;
	background-color: #8bc34a !important
}

.w3-indigo,
.w3-hover-indigo:hover {
	color: #fff !important;
	background-color: #3f51b5 !important
}

.w3-khaki,
.w3-hover-khaki:hover {
	color: #000 !important;
	background-color: #f0e68c !important
}

.w3-lime,
.w3-hover-lime:hover {
	color: #000 !important;
	background-color: #cddc39 !important
}

.w3-orange,
.w3-hover-orange:hover {
	color: #000 !important;
	background-color: #ff9800 !important
}

.w3-deep-orange,
.w3-hover-deep-orange:hover {
	color: #fff !important;
	background-color: #ff5722 !important
}

.w3-pink,
.w3-hover-pink:hover {
	color: #fff !important;
	background-color: #e91e63 !important
}

.w3-purple,
.w3-hover-purple:hover {
	color: #fff !important;
	background-color: #9c27b0 !important
}

.w3-deep-purple,
.w3-hover-deep-purple:hover {
	color: #fff !important;
	background-color: #673ab7 !important
}

.w3-red {
	color: #fff !important;
	background-color: #232323 !important;
	border: 1px solid #232323;
	color: #fff;
}

.w3-red > a {
	color: #fff !important;
}

.w3-sand,
.w3-hover-sand:hover {
	color: #000 !important;
	background-color: #fdf5e6 !important
}

.w3-teal,
.w3-hover-teal:hover {
	color: #fff !important;
	background-color: #009688 !important
}

.w3-yellow,
.w3-hover-yellow:hover {
	color: #000 !important;
	background-color: #ffeb3b !important
}

.w3-white,
.w3-hover-white:hover {
	color: #000 !important;
	background-color: #fff !important
}

.w3-black,
.w3-hover-black:hover {
	color: #111111 !important;
	/*background-color:#f8f8f8!important*/
}

.w3-grey,
.w3-hover-grey:hover,
.w3-gray,
.w3-hover-gray:hover {
	color: #111111 !important;
	background-color: #f4f4f4 !important
}

.w3-light-grey,
.w3-hover-light-grey:hover,
.w3-light-gray,
.w3-hover-light-gray:hover {
	color: #000 !important;
	background-color: #f1f1f1 !important
}

.w3-dark-grey,
.w3-hover-dark-grey:hover,
.w3-dark-gray,
.w3-hover-dark-gray:hover {
	color: #fff !important;
	background-color: #616161 !important
}

.w3-pale-red,
.w3-hover-pale-red:hover {
	color: #000 !important;
	background-color: #ffdddd !important
}

.w3-pale-green,
.w3-hover-pale-green:hover {
	color: #000 !important;
	background-color: #ddffdd !important
}

.w3-pale-yellow,
.w3-hover-pale-yellow:hover {
	color: #000 !important;
	background-color: #ffffcc !important
}

.w3-pale-blue,
.w3-hover-pale-blue:hover {
	color: #000 !important;
	background-color: #ddffff !important
}

.w3-text-amber,
.w3-hover-text-amber:hover {
	color: #ffc107 !important
}

.w3-text-aqua,
.w3-hover-text-aqua:hover {
	color: #00ffff !important
}

.w3-text-blue,
.w3-hover-text-blue:hover {
	color: #2196F3 !important
}

.w3-text-light-blue,
.w3-hover-text-light-blue:hover {
	color: #87CEEB !important
}

.w3-text-brown,
.w3-hover-text-brown:hover {
	color: #795548 !important
}

.w3-text-cyan,
.w3-hover-text-cyan:hover {
	color: #00bcd4 !important
}

.w3-text-blue-grey,
.w3-hover-text-blue-grey:hover,
.w3-text-blue-gray,
.w3-hover-text-blue-gray:hover {
	color: #607d8b !important
}

.w3-text-green,
.w3-hover-text-green:hover {
	color: #4CAF50 !important
}

.w3-text-light-green,
.w3-hover-text-light-green:hover {
	color: #8bc34a !important
}

.w3-text-indigo,
.w3-hover-text-indigo:hover {
	color: #3f51b5 !important
}

.w3-text-khaki,
.w3-hover-text-khaki:hover {
	color: #b4aa50 !important
}

.w3-text-lime,
.w3-hover-text-lime:hover {
	color: #cddc39 !important
}

.w3-text-orange,
.w3-hover-text-orange:hover {
	color: #ff9800 !important
}

.w3-text-deep-orange,
.w3-hover-text-deep-orange:hover {
	color: #ff5722 !important
}

.w3-text-pink,
.w3-hover-text-pink:hover {
	color: #e91e63 !important
}

.w3-text-purple,
.w3-hover-text-purple:hover {
	color: #9c27b0 !important
}

.w3-text-deep-purple,
.w3-hover-text-deep-purple:hover {
	color: #673ab7 !important
}

.w3-text-red,
.w3-hover-text-red:hover {
	color: #f44336 !important
}

.w3-text-sand,
.w3-hover-text-sand:hover {
	color: #fdf5e6 !important
}

.w3-text-teal,
.w3-hover-text-teal:hover {
	color: #009688 !important
}

.w3-text-yellow,
.w3-hover-text-yellow:hover {
	color: #d2be0e !important
}

.w3-text-white,
.w3-hover-text-white:hover {
	color: #fff !important
}

.w3-text-black,
.w3-hover-text-black:hover {
	color: #000 !important
}

.w3-text-grey,
.w3-hover-text-grey:hover,
.w3-text-gray,
.w3-hover-text-gray:hover {
	color: #757575 !important
}

.w3-text-light-grey,
.w3-hover-text-light-grey:hover,
.w3-text-light-gray,
.w3-hover-text-light-gray:hover {
	color: #f1f1f1 !important
}

.w3-text-dark-grey,
.w3-hover-text-dark-grey:hover,
.w3-text-dark-gray,
.w3-hover-text-dark-gray:hover {
	color: #3a3a3a !important
}

.w3-border-amber,
.w3-hover-border-amber:hover {
	border-color: #ffc107 !important
}

.w3-border-aqua,
.w3-hover-border-aqua:hover {
	border-color: #00ffff !important
}

.w3-border-blue,
.w3-hover-border-blue:hover {
	border-color: #2196F3 !important
}

.w3-border-light-blue,
.w3-hover-border-light-blue:hover {
	border-color: #87CEEB !important
}

.w3-border-brown,
.w3-hover-border-brown:hover {
	border-color: #795548 !important
}

.w3-border-cyan,
.w3-hover-border-cyan:hover {
	border-color: #00bcd4 !important
}

.w3-border-blue-grey,
.w3-hover-border-blue-grey:hover,
.w3-border-blue-gray,
.w3-hover-border-blue-gray:hover {
	border-color: #607d8b !important
}

.w3-border-green,
.w3-hover-border-green:hover {
	border-color: #4CAF50 !important
}

.w3-border-light-green,
.w3-hover-border-light-green:hover {
	border-color: #8bc34a !important
}

.w3-border-indigo,
.w3-hover-border-indigo:hover {
	border-color: #3f51b5 !important
}

.w3-border-khaki,
.w3-hover-border-khaki:hover {
	border-color: #f0e68c !important
}

.w3-border-lime,
.w3-hover-border-lime:hover {
	border-color: #cddc39 !important
}

.w3-border-orange,
.w3-hover-border-orange:hover {
	border-color: #ff9800 !important
}

.w3-border-deep-orange,
.w3-hover-border-deep-orange:hover {
	border-color: #ff5722 !important
}

.w3-border-pink,
.w3-hover-border-pink:hover {
	border-color: #e91e63 !important
}

.w3-border-purple,
.w3-hover-border-purple:hover {
	border-color: #9c27b0 !important
}

.w3-border-deep-purple,
.w3-hover-border-deep-purple:hover {
	border-color: #673ab7 !important
}

.w3-border-red,
.w3-hover-border-red:hover {
	border-color: #f44336 !important
}

.w3-border-sand,
.w3-hover-border-sand:hover {
	border-color: #fdf5e6 !important
}

.w3-border-teal,
.w3-hover-border-teal:hover {
	border-color: #009688 !important
}

.w3-border-yellow,
.w3-hover-border-yellow:hover {
	border-color: #ffeb3b !important
}

.w3-border-white,
.w3-hover-border-white:hover {
	border-color: #fff !important
}

.w3-border-black,
.w3-hover-border-black:hover {
	border-color: #000 !important
}

.w3-border-grey,
.w3-hover-border-grey:hover,
.w3-border-gray,
.w3-hover-border-gray:hover {
	border-color: #9e9e9e !important
}

.w3-border-light-grey,
.w3-hover-border-light-grey:hover,
.w3-border-light-gray,
.w3-hover-border-light-gray:hover {
	border-color: #f1f1f1 !important
}

.w3-border-dark-grey,
.w3-hover-border-dark-grey:hover,
.w3-border-dark-gray,
.w3-hover-border-dark-gray:hover {
	border-color: #616161 !important
}

.w3-border-pale-red,
.w3-hover-border-pale-red:hover {
	border-color: #ffe7e7 !important
}

.w3-border-pale-green,
.w3-hover-border-pale-green:hover {
	border-color: #e7ffe7 !important
}

.w3-border-pale-yellow,
.w3-hover-border-pale-yellow:hover {
	border-color: #ffffcc !important
}

.w3-border-pale-blue,
.w3-hover-border-pale-blue:hover {
	border-color: #e7ffff !important
}

.form-text {
	display: inline-block;
	color: #111;
	font-size: 14px;
	padding: 10px;
	border: 1px solid #111;
	box-sizing: border-box;
}

.m-t-20 {
	margin-top: 20px;
}

.m-t-60 {
	margin-top: 60px;
}

.m-r-10 {
	margin-right: 10px;
}

.m-r-30 {
	margin-right: 30px;
}

.m-b-20 {
	margin-bottom: 20px;
}

.m-b-40 {
	margin-bottom: 40px;
}

.m-b-60 {
	margin-bottom: 60px;
}

.bot-logo {}

.bot-info {
	color: #fff;
	font-size: 13px;
}

#page_no {
	width: 100%;
	text-align: center;
	padding: 30px 0;
}

.p-t-30 {
	padding-top: 30px;
}

.p-t-80 {
	padding-top: 80px;
}

.p-t-100 {
	padding-top: 100px;
}

.p-30 {
	padding: 30px;
}

.p-v-50 {
	padding: 50px 0;
}

.youtube-wrap {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
}

.youtube-wrap iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.icon {
	display: inline-block;
	width: 40%;
	margin-bottom: 10px;
}

.title-holder h3 {
	color: #222222;
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 15px;
}

.title-holder p {
	font-size: 16px;
	margin-bottom: 14px;
}

.text-white {
	color: #fff;
}

.main_btn {
	clear: both;
	width: 100%;
	text-align: center;
}

.pg-btn {
	display: inline-block;
	padding: 10px;
}

.t-a-cent {
	text-align: center;
}

.video_main {
	width: 100%;
}

.list-wrap {
	display: inline-block;
	width: 100%;
	overflow: auto;
	-ms-overflow-style: none;
	scrollbar-width: none;
}

p.m-0 {
	margin: 0;
}

.ban-wrap {
	width: 100%;
	min-height: 200px;
	position: relative;
	border: 0.5px solid #eee;
}

.ban-wrap .img-holder {
	width: 100%;
	overflow: hidden;
	position: absolute;
	background-size: cover;
	background-repeat: no-repeat;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}

.ban-wrap .text-holder {
	position: absolute;
	top: 100px;
	left: 15px;
}

.ban-wrap .text-holder h3 {
	margin-bottom: 15px;
}

.ban-wrap .text-holder a {
	text-decoration: underline;
	font-size: 14px;
}

.ban-wrap .text-holder a:hover {
	color: var(--color-primary);
}

.navbar-header {
	display: none;
}

.btn-wrap {
	width: 100%;
	text-align: center;
}

.m-r-5 {
	margin-right: 5px;
}

.m-r-20 {
	margin-right: 20px;
}

.video_list {
	border: 0.5px solid #eee;
	border-radius: 5px;
	padding: 20px 10px 0;
	background-color: #f8f9fa;
	margin-right: 20px;
}

@media (max-width: 1199px) {
	.col-xl-2 {
		width: 100%;
	}

	.video_list {
		width: 100%;
		margin-right: 0;
		margin-bottom: 20px;
	}
	
	.video_list:after {
		display: block;
		content: "";
		clear: both;
	}

	.video_list .major {
		float: left;
		width: 50%;
		padding-left: 30px;
	}

	.refresh_filter {
		float: left;
		padding-top: 20px;
	}
}

.video_list .major {
	padding-top: 20px;
}

.video_list .major:first-of-type {
	padding-top: 0;
}

.video_list .major > h2 {
	font-size: 17px;
	font-weight: bold;
}

.video_list .middle {
	padding-bottom: 15px;
}

.middle > h3 {
	font-size: 15px;
	font-weight: bold;
}

.video_list .minor {
	margin-top:10px;
	padding-left: 15px;
}

.video_list .minor input {
	display: inline-block;
}

.nomajor {
	padding-left: 0 !important;
}

.nomajor > h3 {
	font-size: 18px;
	font-weight: bold;
}


.minor > h4 {
	font-size: 14px;
}

.minor .checked {
	font-weight: bold;
}

.minor .checked input {
	accent-color: var(--color-primary);
}

.video_list_content > ul {
	padding: 10px;
	margin-bottom: 0;
}

.video_list_content > ul > li {
	margin: 5px 0;
}


.video_list .tit {
	position: relative;
	width: 100%;
	color: #fff;
	padding: 10px;
	font-weight: bold;
	font-size: 14px;
	margin: 0;
	background: #232323;
}

.video_list a {
	position: relative;
	float: left;
	width: 100%;
	padding: 8px 10px;
	font-size: 12px;
	font-weight: bold;
}

.video_list a:hover {
	background: var(--color-primary);
	color: #fff;
}

.video_list a::after {
	content: '';
	/* required to display pseudo elements */
	height: 1px;
	/* this works like a border-width */
	width: 100%;
	/* you can use a percentage of parent or fixed px value */
	background: #CCC;
	/* the color of border */
	position: absolute;
	bottom: 0;
	/* position it at the bottom of parent */
	margin: 0 auto;
	left: 0;
	right: 0;
	/* horizontal centering */
}

.video-list-wrap {
	float: left;
}

.movie_view {
	margin: auto;
}

@media (max-width: 655px) {
	.movie_view iframe {
		width: 100%;
	}
}

.movie_view > div {
	border: 0.5px solid #ddd;
	border-radius: 5px;
	padding: 20px;
}

.odd a:hover {
	color: var(--color-primary);
}

.title {
	font-size: 18px;
}

.refresh_filter {
	width: 100%;
}

.refresh_filter label {
	display: block;
	margin: auto;
	width: 110px;
	height: 30px;
	line-height: 25px;
	font-size: 13px;
	font-weight: bold;
	text-align: center;
	border: 1px solid var(--color-default);
	border-radius: 5px;
	background: var(--color-default);
}

.refresh_filter label:hover {
	border: 1px solid var(--color-primary);
	background: var(--color-primary);
}

.refresh_filter label button {
	color: #fff;
}

.m-t-50 {
	margin-top: 50px;
}

.descriptions_link {
	width: 100%;
	padding-top: 10px;
}

.descriptions_link:after {
	display: block;
	content: "";
	clear: both;
}

.descriptions_link>li {
	float: left;
}

.descriptions_link>li:first-of-type {
	padding-right: 20px;
}

.descriptions_link>li>a {
	display: block;
	text-align: center;
	padding: 10px 20px;
	border-radius: 2px;
	color: #fff;
	background: #5d5d5d;
}

.descriptions_link>li>a:hover {
	background: #222222;
	transition: .5s ease;
}

.cad_link>a:first-of-type {
	background: #e4114f;
}

.max_link>a:first-of-type {
	background: #3bb0d7;
}

.sh_section {
	width: 100%;
	height: 300px;
	background: #dddddd;
}

.sh_course {
	width: 1260px;
	height: 100%;
	margin: auto;
}

.sh_course>div {
	float: left;
}

.sh_course>div:first-of-type {
	width: 65%;
	height: 100%;
	box-sizing: border-box;
	padding: 50px;
}

.sh_course>div>h3 {
	font-size: 22px;
	padding-top: 50px;
	padding-bottom: 30px;
}

.sh_course > div > a {
	display: block;
	width: 230px;
	height: 50px;
	line-height: 50px;
	border-radius: 3px;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	background: #ff8303;
}

.sh_course > div >a:hover {
	color: #ffffff;
	background: #222222;
}

.zoom_img {
	width: 35%;
	height: 100%;
	overflow: hidden;
	box-sizing: border-box;
}

.zoom_img>img {
	height: 100%;
	animation: scaleup 5s ease-in 1.5s forwards;
	animation-iteration-count: 1;
}

@keyframes scaleup {
	to {
		transform: scale(1.3);
	}
}

.blog-Summary {
	display: -webkit-box;
	display: -ms-flexbox;
	display: box;
	margin-top:1px;
	max-height:80px;
	overflow:hidden;
	vertical-align:top;
	text-overflow: ellipsis;
	word-break:break-all;
	-webkit-box-orient:vertical;
	-webkit-line-clamp:2
}	

.video_page {
	width: 100%;
}

#v_page {
	margin: auto;
	text-align: center;
	font-weight: bold;
	font-size: 18px;
}

#v_page > span {
	display: inline-block;
	padding: 1.5px 10px;
	margin:  0 2px;
	border-radius: 30px;
	background: var( --color-primary);
	color: #fff;
	text-align: center;
}

#v_page > a {
	display: inline-block;
	padding: 2px 10px;
}

#v_page > a:hover {
	color: var(--color-primary);
}

 .recent-videos {
	position: fixed;
	width: 200px;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
	background-color: #f2f2f2;
	padding: 15px 20px;
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
	text-align: center;
	font-weight: bold;
	font-size: 18px;
	border-radius: 5px;
	display: none;
}

@media (max-width: 1199px) {
	.recent-videos {
		display: none;
	}
}

.recent-videos > ul {
	padding: 0;
	margin: 0;
}

.pwckview {
	font-weight: bold;
}

.pwckview > input {
	border: 1px solid rgba(1, 41, 112, 0.2);
	border-radius: 3px;
	height: 30px;
	padding: 0 5px;
}

.pwckview > a {
	display: inline-block;
	background: var(--color-default);
	color: #fff;
	padding: 5px 10px;
	border-radius: 5px;
}

.pwckview > a:hover {
	background: var(--color-primary);
}

#page_no .pg {
	margin: auto;
	padding-bottom: 50px;
}

#page_no .pg:after {
	display: block;
	content: "";
	clear: both;
}

#page_no .pg > div {
	display: inline-block;
}

#page_no .cur {
	padding: 2.5px 10px;
    border-radius: 30px;
    background: var(--color-primary);
    color: #fff;
    text-align: center;
}

#page_no .other {
	padding: 2px 10px;
	cursor: pointer;
}

#page_no .other > a {
	display: block;
	font-weight: bold;
}

#page_no .other > a:hover {
	color: var(--color-primary);
}

#page_no .pg-btn {
	padding: 6px 10px;
}

#page_no .pg-btn:hover {
	color: var(--color-primary);
	cursor: pointer;
}

#page_no > form {
	margin-top: 30px;
}

.table-cs {
	cursor:pointer;
}

.table-cs:hover {
	background: #eee;
}