/*==============================================
  Project:   Massive - Multipurpose Responsive Theme
  Build:     Bootstrap 3+
  Author:    ThemeBucket
 ===============================================*/
/*==============================================
  Table of Contents

  0. tb preloader
  1. import css files
  2. typography
  3. header
  4. top mega menu
  5. menu appear alt
  6. floating menu
  7. nav icon
  8. nav link boxed
  9. nav link border box
  10. nav link border bottom
  11. nav center align
  12. nav bottom position
  13. nav block left align
  14. pre-defined >  margin top | margin bottom
  15. body content
  16. portfolio
  17. portfolio with title
  18. portfolio masonry
  19. Isotope Filtering
  20. portfolio details
  21. portfolio nav
  22. masonry grid
  23. Flex Slider
  24. slider revolution
  25. maintenance
  26. top bar
  27. primary nav
  28. countdown
  29. bs slider
  30. static banner
  31. video banner
  32. custom pagination
  33. Product list
  34. contact us
  35. event page
  36. magazine page
  37. catering page
  38. hotel page
  39. app landing page
  40. Slider Typist
  41. Boxed View
  42. scroll top
 ===============================================*/
/*==============================================
 Pre Loader
 ===============================================*/
 
/*==============================================
 Base
 ===============================================*/
 
 
@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@300;400;500;600;700&family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap'); 
 
.body-content {
	color: #323232;
	font-family: 'Poppins', sans-serif;
	font-size: 15px;
	font-weight: 400;
	line-height: 1.5;
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
}
.body-content a:active, .body-content a:focus {
	outline: none !important;
}
.body-content h1, .body-content h2, .body-content h3, .body-content h4, .body-content h5, .body-content h6 {
	margin: 0 0 30px 0;
	color: #333;
	font-weight: normal;
	line-height: 1.5;
}
.body-content h1, .body-content h2 {
	letter-spacing: 2px;
}
.body-content h3, .body-content h4 {
	letter-spacing: 2px;
}
.body-content h5, .body-content h6 {
	letter-spacing: 1px;
}
.body-content a {
	text-decoration: none !important;
}
.body-content a:hover, .body-content a:focus {
	color: #323232;
}
.body-content a, .body-content .btn {
	-webkit-transition: all .3s;
	transition: all .3s;
}
.body-content a img, .body-content iframe {
	border: none;
}
.body-content p {
	margin: 0 0 30px;
	color: #7e7e7e;
	line-height: 30px;
}
.body-content hr {
	margin-top: 0;
	margin-bottom: 0;
	border: 0;
	border-top: 1px solid #eee;
}
.body-content pre {
	display: block;
	margin: 0 0 30px;
	padding: 9.5px;
	word-wrap: break-word;
	word-break: break-all;
	color: #333;
	border: 1px solid #ededed;
	border-radius: 0;
	background-color: #f9f9f9;
	font-size: 13px;
	line-height: 1.42857143;
}
.body-content .parallax-window {
	min-height: 400px;
	padding: 150px 0;
	background: transparent;
}
/*==============================================
 Utility
 ===============================================*/
.body-content .column-two, .body-content .column-three, .body-content .column-four {
	-webkit-column-gap: 40px;
	-moz-column-gap: 40px;
	column-gap: 40px;
}
.body-content .column-two {
	-webkit-column-count: 2;
	-moz-column-count: 2;
	column-count: 2;
}
.body-content .column-three {
	-webkit-column-count: 3;
	-moz-column-count: 3;
	column-count: 3;
}
.body-content .column-four {
	-webkit-column-count: 4;
	-moz-column-count: 4;
	column-count: 4;
}
.body-content .m-top-0, .body-content .m-top-10, .body-content .m-top-15, .body-content .m-top-20, .body-content .m-top-25, .body-content .m-top-30, .body-content .m-top-35, .body-content .m-top-40, .body-content .m-top-50, .body-content .m-top-80, .body-content .m-top-100, .body-content .m-bot-0, .body-content .m-bot-10, .body-content .m-bot-15, .body-content .m-bot-20, .body-content .m-bot-25, .body-content .m-bot-30, .body-content .m-bot-35, .body-content .m-bot-40, .body-content .m-bot-50, .body-content .m-bot-80, .body-content .m-bot-100 {
	display: inline-block;
}
.body-content .m-top-0 {
	margin-top: 0 !important;
}
.body-content .m-top-5 {
	margin-top: 5px;
}
.body-content .m-top-10 {
	margin-top: 10px;
}
.body-content .m-top-15 {
	margin-top: 15px;
}
.body-content .m-top-20 {
	margin-top: 20px;
}
.body-content .m-top-25 {
	margin-top: 25px;
}
.body-content .m-top-30 {
	margin-top: 30px;
}
.body-content .m-top-35 {
	margin-top: 35px;
}
.body-content .m-top-40 {
	margin-top: 40px;
}
.body-content .m-top-50 {
	margin-top: 50px;
}
.body-content .m-top-80 {
	margin-top: 80px;
}
.body-content .m-top-100 {
	margin-top: 100px;
}
/*margin bottom*/
.body-content .m-bot-0 {
	margin-bottom: 0 !important;
}
.body-content .m-bot-10 {
	margin-bottom: 10px;
}
.body-content .m-bot-15 {
	margin-bottom: 15px;
}
.body-content .m-bot-20 {
	margin-bottom: 20px;
}
.body-content .m-bot-25 {
	margin-bottom: 25px;
}
.body-content .m-bot-30 {
	margin-bottom: 30px;
}
.body-content .m-bot-35 {
	margin-bottom: 35px;
}
.body-content .m-bot-40 {
	margin-bottom: 40px;
}
.body-content .m-bot-50 {
	margin-bottom: 50px;
}
.body-content .m-bot-80 {
	margin-bottom: 80px;
}
.body-content .m-bot-100 {
	margin-bottom: 100px;
}
.body-content .m-left-10 {
	margin-left: 20px;
}
/*padding top*/
.body-content .p-top-0 {
	padding-top: 0 !important;
}
.body-content .p-top-10 {
	padding-top: 10px;
}
.body-content .p-top-15 {
	padding-top: 15px;
}
.body-content .p-top-20 {
	padding-top: 20px;
}
.body-content .p-top-25 {
	padding-top: 25px;
}
.body-content .p-top-30 {
	padding-top: 30px;
}
.body-content .p-top-35 {
	padding-top: 35px;
}
.body-content .p-top-40 {
	padding-top: 40px;
}
.body-content .p-top-50 {
	padding-top: 50px;
}
.body-content .p-top-80 {
	padding-top: 80px;
}
.body-content .p-top-100 {
	padding-top: 100px;
}
.body-content .p-tb-10 {
	padding: 10px 0;
}
.body-content .p-tb-20 {
	padding: 20px 0;
}
.body-content .p-tb-30 {
	padding: 30px 0;
}
.body-content .p-tb-50 {
	padding: 50px 0;
}
.body-content .p-tb-100 {
	padding: 100px 0;
}
.body-content .p-tb-150 {
	padding: 150px 0;
}
.body-content .p-tb-200 {
	padding: 200px 0;
}
.body-content .p-top-0 {
	padding-top: 0 !important;
}
.body-content .p-bot-0 {
	padding-bottom: 0 !important;
}
.body-content .p-bot-100 {
	padding-bottom: 100px !important;
}
.body-content .theme-bg-space {
	padding: 10px 20px;
}
.body-content .bg-space-lg {
	padding: 40px;
}
.body-content .bg-space-m {
	padding: 20px 100px;
}
.body-content .inline-block {
	display: inline-block;
	width: 100%;
}
.body-content .relative {
	position: relative;
}
.body-content .vertical-align {
	position: relative;
}
.body-content .ls-20 {
	letter-spacing: 20px !important;
}
.body-content .ls-40 {
	letter-spacing: 40px !important;
}
.body-content .b-lg-lw {
	font-weight: 100;
}
.body-content .txt-xl {
	font-size: 26px !important;
	font-weight: 300;
	line-height: 36px;
}
.body-content .txt-sm {
	font-size: 16px !important;
	font-weight: normal;
	line-height: 20px;
}
.body-content .height-160 {
	height: 160px !important;
}
.body-content .height-227 {
	height: 227px !important;
}
.body-content .height-300 {
	height: 300px !important;
}
.body-content .height-310 {
	height: 310px !important;
}
.body-content .height-361 {
	height: 361px !important;
}
.body-content .height-450 {
	height: 450px !important;
}
.body-content .height-550 {
	height: 550px !important;
}
.body-content .height-600 {
	height: 600px !important;
}
.body-content .width-300 {
	width: 300px !important;
}
.body-content .dark-bg-alt {
	background: #222;
}
.body-content .gray-bg-alt {
	background: #e8e8e8;
}
.body-content .opacity-90 {
	opacity: .9;
}
.body-content .ls-3 {
	letter-spacing: 3px;
}
.body-content .m-r-0 {
	margin-right: 0;
}
.body-content .l-weight {
	font-weight: 100 !important;
}
.body-content .semi-transparent {
	background: rgba(10, 10, 10, .5) !important;
}
.body-content .float-none {
	float: none !important;
}
/*==============================================
 Bootstrap Reset
 ===============================================*/
.body-content .container-fluid, .body-content .col-lg-1, .body-content .col-md-1, .body-content .col-sm-1, .body-content .col-xs-1, .body-content .col-lg-2, .body-content .col-md-2, .body-content .col-sm-2, .body-content .col-xs-2, .body-content .col-lg-3, .body-content .col-md-3, .body-content .col-sm-3, .body-content .col-xs-3, .body-content .col-lg-4, .body-content .col-md-4, .body-content .col-sm-4, .body-content .col-xs-4, .body-content .col-lg-5, .body-content .col-md-5, .body-content .col-sm-5, .body-content .col-xs-5, .body-content .col-lg-6, .body-content .col-md-6, .body-content .col-sm-6, .body-content .col-xs-6, .body-content .col-lg-7, .body-content .col-md-7, .body-content .col-sm-7, .body-content .col-xs-7, .body-content .col-lg-8, .body-content .col-md-8, .body-content .col-sm-8, .body-content .col-xs-8, .body-content .col-lg-9, .body-content .col-md-9, .body-content .col-sm-9, .body-content .col-xs-9, .body-content .col-lg-10, .body-content .col-md-10, .body-content .col-sm-10, .body-content .col-xs-10, .body-content .col-lg-11, .body-content .col-md-11, .body-content .col-sm-11, .body-content .col-xs-11, .body-content .col-lg-12, .body-content .col-md-12, .body-content .col-sm-12, .body-content .col-xs-12 {
	padding-right: 30px;
	padding-left: 30px;
}
.body-content .btn-default {
	border-color: #e5e5e5;
}
/*==============================================
 Top Bar
 ===============================================*/
 
/*==============================================
 Header
 ===============================================*/
 

/*==============================================
 Navbar
 ===============================================*/
 
/*==============================================
 Nav: Primary
 ===============================================*/
 
/*==============================================
 Nav: Push
 ===============================================*/
 
/*==============================================
 Nav: Dotted
 ===============================================*/
 
/*==============================================
 Nav: Side
 ===============================================*/
 
/*==============================================
 Breadcrumb
 ===============================================*/
 

/*==============================================
 Body
 ===============================================*/
.body-content {
	position: relative;
	overflow: hidden;
	width: 100%;
	min-height: calc( 100vh - 435px );/* padding-bottom: 200px; */
}
.body-content .page-content {
	display: inline-block;
	width: 100%;
	padding: 100px 0;
}
.body-content .page-content-sm {
	display: inline-block;
	width: 100%;
	padding: 50px 0;
}
.body-content .full-content {
	display: inline-block;
	width: 100%;
	padding: 0 0 !important;
}
.body-content .overlay-dark {
	display: inherit;
	background: rgba(0, 0, 0, .5);
}
.body-content .overlay-light {
	display: inherit;
	background: rgba(255, 255, 255, .5);
}
 @media (min-width: 1199px) {
.body-content {
	min-height: calc( 100vh - 395px );/* padding-bottom: 200px; */
}
}
/*==============================================
 Isotope
 ===============================================*/
 
/*==============================================
 Portfolio
 ===============================================*/
.portfolio {
	margin: 50px 0;
}
.portfolio .portfolio-item {
	float: left;
}
.portfolio .portfolio-item .thumb {
	position: relative;
	border: 2px solid #fdece5;
}
.portfolio .portfolio-item .thumb img {
	display: block;
	width: 100%;
	height: auto;
}
.portfolio-hover {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: 0;
	-webkit-transition: all .3s;
	transition: all .3s;
	opacity: 0;
	border: 20px solid rgba(0, 0, 0, .1);
	background-color: rgba(255, 255, 255, .9);
}
.portfolio-item:hover .portfolio-hover, .portfolio-item:hover .portfolio-hover .portfolio-description, .portfolio-item:hover .portfolio-hover .action-btn {
	opacity: 1;
}
.portfolio-item:hover .portfolio-hover .portfolio-description {
	bottom: 45%;
	margin-bottom: -90px;
}
.portfolio-item:hover .portfolio-hover .action-btn {
	top: 40%;
	margin-top: -55px;
}
.portfolio-hover .portfolio-description {
	position: absolute;
	bottom: 0;
	width: 100%;
	-webkit-transition: all .3s;
	transition: all .3s;
	-webkit-transform: translateY(-55%);
	-ms-transform: translateY(-55%);
	transform: translateY(-55%);
	opacity: 0;
}
.portfolio-hover .action-btn {
	position: absolute;
	top: 0;
	width: 100%;
	-webkit-transition: all .3s;
	transition: all .3s;
	-webkit-transform: translateY(45%);
	-ms-transform: translateY(45%);
	transform: translateY(45%);
	text-align: center;
	opacity: 0;
	font-size: 35px;
}
.portfolio-description, .portfolio-description h4 a, .portfolio-hover .action-btn a {
	text-align: center;
	color: #222;
}
.portfolio-description h4 {
	margin-bottom: 5px;
	letter-spacing: 4px;
	text-transform: uppercase;
	font-size: 14px;
}
.portfolio-description p {
	margin-bottom: 0;
	letter-spacing: 3px;
	text-transform: uppercase;
	color: #757575;
	font-size: 12px;
	/*font-family: 'Abel', sans-serif;*/
	font-weight: normal;
}
.portfolio-description a, .portfolio-title a {
	color: #757575;
}
/*gutter*/
.portfolio.gutter .portfolio-item {
	padding: 10px;
}
/*portfolio 2 grid*/
.portfolio.col-2 .portfolio-item {
	width: 49.99%;
}
/*portfolio 3 grid*/
.portfolio.col-3 .portfolio-item {
	width: 33.3333333%;
}
/*portfolio 4 grid*/
.portfolio.col-4 .portfolio-item {
	width: 24.98%;
}
/*portfolio 5 grid*/
.portfolio.col-5 .portfolio-item {
	width: 19.99%;
}
/*portfolio 6 grid*/
.portfolio.col-6 .portfolio-item {
	width: 16.666666667%;
}
.portfolio-filter {
	margin: 0;
	padding: 0;
	list-style: none;
}
.portfolio-filter li {
	display: inline-block;
}
.portfolio-filter li a {
	margin: 0 15px;
	/*font-family: 'Abel', sans-serif;*/
	letter-spacing: 3px;
	text-transform: uppercase;
	color: #a9a8a8;
	font-size: 14px;
}
.portfolio-filter li a:hover, .portfolio-filter li.active a {
	color: #222;
}
/* ----------------------------------------------------------------
	portfolio with title
-----------------------------------------------------------------*/
.portfolio-with-title .portfolio-item:hover .portfolio-hover .action-btn {
	top: 50%;
	margin-top: -45px;
}
.portfolio-with-title .portfolio-title {
	padding: 15px 0;
}
.portfolio-with-title .portfolio-title h4, .portfolio-with-title .portfolio-title h4 a {
	margin: 0;
	letter-spacing: 1px;
	text-transform: uppercase;
	color: #222;
	font-size: 14px;
}
.portfolio-with-title .portfolio-title h3, .portfolio-with-title .portfolio-title h3 a {
	margin: 0 0 10px 0;
	letter-spacing: 1px;
	text-transform: uppercase;
	color: #222;
	font-size: 18px;
}
.portfolio-with-title .portfolio-title p {
	margin: 0;
	letter-spacing: 1px;
	text-transform: uppercase;
	color: #7e7e7e;
	font-size: 12px;
	/*font-family: 'Abel', sans-serif;*/
	font-weight: normal;
}
.portfolio-with-title.portfolio-masonry .portfolio-title {
	padding: 15px;
}
.portfolio-with-title.portfolio-masonry.gutter .portfolio-title {
	padding: 15px 0;
}
/* ----------------------------------------------------------------
	portfolio masonry
-----------------------------------------------------------------*/

/*==============================================
 Banner: Flex
 ===============================================*/
.slides {
	margin: 0;
	padding: 0;
	list-style: none;
}
.flex-container a:active, .flexslider a:active, .flex-container a:focus, .flexslider a:focus {
	border: none;
	outline: none;
}
.flex-control-nav {
	margin: 0;
	padding: 0;
	list-style: none;
	border: none;
}
.flex-direction-nav {
	display: none;
}
.flexslider {
	position: relative;
	margin: 0;
	padding: 0;
}
.flex-viewport {
	max-height: 2000px;
	-webkit-transition: all 1s ease;
	transition: all 1s ease;
}
.flex-control-nav {
	position: absolute;
	z-index: 10;
	right: 15px;
	bottom: 15px;
	margin: 0;
	text-align: center;
}
.flex-control-nav li {
	display: block;
	float: left;
	width: 10px;
	height: 10px;
	margin: 0 3px;
}
.flex-control-nav li a {
	display: block;
	width: 10px;
	height: 10px;
	cursor: pointer;
	-webkit-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	text-indent: -9999px;
	border: 1px solid #fff;
	border-radius: 50%;
}
.flex-control-nav li:hover a, .flex-control-nav li a.flex-active {
	background-color: #fff;
}
.flex-direction-nav {
	margin: 0;
	padding: 0;
	list-style: none;
}
.flex-direction-nav {
 *height: 0;
}
.flex-direction-nav a {
	position: absolute;
	z-index: 200;
	top: 50%;
	display: block;
	overflow: hidden;
	width: 40px;
	height: 40px;
	margin: -40px 0 0;
	cursor: pointer;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	text-decoration: none;
	color: rgba(0, 0, 0, .8);
	background-color: rgba(0, 0, 0, .5);
	line-height: 40px;
}
.flex-direction-nav a:hover {
	background-color: rgba(0, 0, 0, .7);
}
.flex-direction-nav a:before {
	display: block;
	width: 40px;
	content: "\f104";
	text-align: center;
	color: #fff;
	font-family: "fontawesome";
	font-size: 16px;
}
.flex-direction-nav a.flex-next:before {
	content: "\f105";
}
.flex-direction-nav .flex-prev {
	left: 0;
}
.flex-direction-nav .flex-next {
	right: 0;
	text-align: right;
}
.post-slider-thumb .flex-control-thumbs {
	position: relative;
	z-index: 10;
	top: 10px;
	right: auto;
	left: auto;
	margin: 0 auto;
	text-align: left;
}
.post-slider-thumb .flex-control-thumbs li {
	display: inline-block;
	float: none;
	width: 80px;
	height: auto;
	margin: 0 3px 0 0;
	cursor: pointer;
}
.post-slider .flex-direction-nav, .post-slider-thumb .flex-direction-nav {
	display: block;
}
.post-slider .flex-direction-nav .flex-prev, .post-slider .flex-direction-nav .flex-next, .post-slider-thumb .flex-direction-nav .flex-prev, .post-slider-thumb .flex-direction-nav .flex-next {
	opacity: 0;
}
.post-slider:hover .flex-direction-nav .flex-prev, .post-slider:hover .flex-direction-nav .flex-next, .post-slider-thumb:hover .flex-direction-nav .flex-prev, .post-slider-thumb:hover .flex-direction-nav .flex-next {
	opacity: 1;
}
.post-list-aside .post-img img {
	border: 2px solid transparent;
}
.post-list-aside .post-img img.flex-active {
	border: 2px solid rgba(0, 0, 0, .8);
}
.post-slider .flex-control-thumbs {
	display: none;
}
 @media screen and (max-width: 860px) {
.flex-direction-nav .flex-prev, .post-slider .flex-direction-nav .flex-prev, .post-slider-thumb .flex-direction-nav .flex-prev {
	left: 0;
	opacity: 1;
}
.flex-direction-nav .flex-next, .post-slider .flex-direction-nav .flex-next, .post-slider-thumb .flex-direction-nav .flex-next {
	right: 0;
	opacity: 1;
}
}
/*==============================================
 Banner: Revolution
 ===============================================*/

/*==============================================
 Banner: Bootstrap
 ===============================================*/
 
/*==============================================
 Banner: Static
 ===============================================*/

/*==============================================
 Banner: Video
 ===============================================*/

/*==============================================
 Video Parallax
 ===============================================*/
 
/*==============================================
 Countdown
 ===============================================*/
 
/*==============================================
 Pagination
 ===============================================*/

/*==============================================
 Product
 ===============================================*/
 
/*==============================================
 Boxed View
 ===============================================*/

/*==============================================
 Blog
 ===============================================*/
 

/*==============================================
 Post
 ===============================================*/
 

/*==============================================
 TB Grid
 ===============================================*/
.tb-grid {
	width: 100%;
	margin: auto;
}
.tb-grid .box, .tb-grid .box2, .tb-grid .box3 {
	display: inline-block;
}
.tb-grid .box {
	width: 33.3333%;
	padding-top: 33.3333%;
}
.tb-grid .box2 {
	width: 66.6666%;
	padding-top: 33.3333%;
}
.tb-grid .box3 {
	width: 66.6666%;
	padding-top: 66.6666%;
}
.tb-grid .box-nano {
	position: relative;
	float: left;
	width: 50%;
	margin: 0;
	padding-top: 50%;
}
.tb-grid .item > .item-inner, .tb-grid .box-nano > .item-inner {
	position: absolute;
	top: 5px;
	right: 5px;
	bottom: 5px;
	left: 5px;
	margin: 0;
	cursor: crosshair;
	background-repeat: no-repeat;
	background-position: 50% 0;
	background-size: cover;
}
.tb-grid .items > .item-inner {
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}

/*==============================================
 Typist
 ===============================================*/
@-webkit-keyframes blink {
 0% {
 opacity: 1.0;
}
 50% {
 opacity: .0;
}
 100% {
 opacity: 1.0;
}
}
@keyframes blink {
 0% {
 opacity: 1.0;
}
 50% {
 opacity: .0;
}
 100% {
 opacity: 1.0;
}
}
.typist-blink:after {
	position: relative;
	top: 10px;
	display: inline-block;
	height: 47px;
	margin-right: 7px;
	margin-left: 3px;
	content: " ";
	-webkit-animation: blink 1s step-start 0s infinite;
	animation: blink 1s step-start 0s infinite;
	border-right: 2px solid;
}
.typist-blink > .selectedText {
	display: none;
}
.typist-mark > .selectedText {
	color: #fff;
	background-color: #222;
	font-style: normal;
}

/*==============================================
 Footer
 ===============================================*/
 
/*==============================================
 Pages
 ===============================================*/
 
/*==============================================
 Mailchimp
 ===============================================*/
 

/*==============================================
 Scroll Top
 ===============================================*/
 

/*==============================================
 Background Images
 ===============================================*/
 
 

/*==============================================
 Responsive
 ===============================================*/
/*------------------------------------------------------------------
Responsive Stylesheet

Project:   Massive - Multipurpose Responsive Theme
Build:     Bootstrap 3 +
Author:    ThemeBucket

-------------------------------------------------------------------*/
/*------------------------------------------------------------------
Table of contents

1. Small Desktop
2. Tablet Landscape
3. Tablet Portrait
4. Phone
5. Small Phone
-------------------------------------------------------------------*/
/* -------------------------------
   Small desktop
   ------------------------------- */
/* -------------------------------
   Tablet Landscape
   ------------------------------- */
@media screen and (max-width: 1024px) {
.login-box.gray-bg {
	margin-bottom: 20px;
}
}
 @media screen and (max-width: 992px) {
/*portfolio   grid*/
.portfolio.col-2 .portfolio-item, .portfolio.col-3 .portfolio-item, .portfolio.col-4 .portfolio-item, .portfolio.col-5 .portfolio-item, .portfolio.col-6 .portfolio-item {
	width: 33.3333333%;/*width: 50%;*/
}
.social-link.pull-right {
	float: left !important;
	margin-top: 10px;
}
#footer.dark .secondary-footer .social-link a {
	margin: 0 15px 0 0;
}
.f-list {
	margin-bottom: 40px !important;
}
.clients.grid-2 li {
	width: 50%;
}
.clients.grid-3 li, .clients.grid-4 li, .clients.grid-5 li, .clients.grid-6 li {
	width: 33.33%;
}
.clients.angle-box.grid-2 li {
	width: 46%;
}
.clients.angle-box.grid-3 li, .clients.angle-box.grid-4 li, .clients.angle-box.grid-5 li, .clients.angle-box.grid-6 li {
	width: 29.33%;
}
.feature-bg-box {
	margin-bottom: 50px;
}
}
 @media screen and (max-width: 800px) {
/*portfolio   grid*/
.portfolio.col-2 .portfolio-item, .portfolio.col-3 .portfolio-item, .portfolio.col-4 .portfolio-item, .portfolio.col-5 .portfolio-item, .portfolio.col-6 .portfolio-item {
	/*width: 33.3333333%;*/
	width: 50%;
}
.img-post.col-2 .item, .img-post.col-3 .item, .img-post.col-4 .item {
	width: 100%;
}
.subscribe-info, .subscribe-form {
	width: 90%;
}
.subscribe-info {
	display: inline-block;
	margin-bottom: 30px;
}
.post-parallax .dark-overlay {
	display: none;
}
.v-middle {
	padding-bottom: 30px;
}
.post-list-aside {
	margin-bottom: 50px;
}
.feature-border-box {
	display: inline-block;
	margin-bottom: 50px;
}
.bs-hero.full-screen .carousel-inner .item img {
	width: 100%;
	height: 100vh;
}
.lift-off {
	display: none;
}
}

/* -------------------------------
   Tablet Portrait
   ------------------------------- */
@media screen and (max-width: 768px) {
.page-title {
	margin-top: 47px;
}
/*-------------------------*/
    /* Mneu items */
    /*-------------------------*/
h3 {
	font-size: 18px;
}
h1 {
	font-size: 26px;
}
h2 {
	font-size: 20px;
}
.b-lg-txt {
	font-size: 40px !important;
}
.post-single .post-desk {
	height: auto;
}
}
 @media screen and (max-width: 767px) {
.page-title .breadcrumb {
	right: auto;
	left: 15px;
	margin: 20px 0 0;
}
.page-content {
	padding: 20px 0;
}
.m-bot-50 {
	margin-bottom: 10px;
}
.desc h4 {
	margin: 0;
}
.heading-title-alt {
	margin-bottom: 0;
}
.heading-title {
	margin-bottom: 50;
}
.promo-info {
	padding-right: 0;
}
.promo-btn {
	position: relative;
	top: 0;
	right: 0;
	margin-top: 0;
	margin-top: 20px;
}
.fun-factor {
	padding: 30px 0;
}
.post-grid {
	margin: 0;
}
.post-grid .col-lg-1, .post-grid .col-lg-10, .post-grid .col-lg-11, .post-grid .col-lg-12, .post-grid .col-lg-2, .post-grid .col-lg-3, .post-grid .col-lg-4, .post-grid .col-lg-5, .post-grid .col-lg-6, .post-grid .col-lg-7, .post-grid .col-lg-8, .post-grid .col-lg-9, .post-grid .col-md-1, .post-grid .col-md-10, .post-grid .col-md-11, .post-grid .col-md-12, .post-grid .col-md-2, .post-grid .col-md-3, .post-grid .col-md-4, .post-grid .col-md-5, .post-grid .col-md-6, .post-grid .col-md-7, .post-grid .col-md-8, .post-grid .col-md-9, .post-grid .col-sm-1, .post-grid .col-sm-10, .post-grid .col-sm-11, .post-grid .col-sm-12, .post-grid .col-sm-2, .post-grid .col-sm-3, .post-grid .col-sm-4, .post-grid .col-sm-5, .post-grid .col-sm-6, .post-grid .col-sm-7, .post-grid .col-sm-8, .post-grid .col-sm-9, .post-grid .col-xs-1, .post-grid .col-xs-10, .post-grid .col-xs-11, .post-grid .col-xs-12, .post-grid .col-xs-2, .post-grid .col-xs-3, .post-grid .col-xs-4, .post-grid .col-xs-5, .post-grid .col-xs-6, .post-grid .col-xs-7, .post-grid .col-xs-8, .post-grid .col-xs-9 {
	padding-right: 15px;
	padding-left: 15px;
}
.post-desk.pad-left-less {
	padding-left: 40px !important;
}
.portfolio-filter li {
	display: inline-block;
	line-height: 40px;
}
.page-title {
	text-align: center;
}
.page-title .breadcrumb {
	position: relative !important;
	top: 0 !important;
	right: 0 !important;
	left: 0 !important;
	margin: 10px 0 0 !important;
}
.clients.grid-2 li, .clients.grid-3 li, .clients.grid-4 li, .clients.grid-5 li, .clients.grid-6 li {
	width: 50%;
}
.clients.angle-box.grid-2 li, .clients.angle-box.grid-3 li, .clients.angle-box.grid-4 li, .clients.angle-box.grid-5 li, .clients.angle-box.grid-6 li {
	width: 46%;
}
.subscribe-info, .subscribe-form, .c-info-row .c-info, .c-info-row .c-slide, .nav > li, .featured-box .one-third {
	width: 100%;
}
.half-txt {
	width: 80%;
}
.icon-box-tabs .nav-pills > li + li {
	margin-left: 0;
}
.icon-box-tabs .nav-pills > li {
	margin-bottom: 10px;
	text-align: center;
}
.subscribe-info, .featured-item {
	display: inline-block;
	width: 100%;
	margin-bottom: 30px;
}
.subscribe-form input, .subscribe-box.text-center .subscribe-form input {
	display: inline-block;
	margin-bottom: 10px;
}
.subscribe-form input, .subscribe-form .btn {
	width: 100% !important;
}
.error-info {
	display: inline-block;
	width: 100%;
	margin-top: 60px;
	padding-top: 30px;
	padding-left: 0;
	text-align: center;
	border-top: 1px solid #ddd;
	border-left: none;
}
.maintenance-banner img, .responsive-img img {
	width: 100%;
	height: auto;
}
.feature-border-box {
	display: inline-block;
	margin-bottom: 50px;
}
#portfolio-carousel.owl-theme .owl-controls, #portfolio-carousel-alt.owl-theme .owl-controls {
	position: absolute;
	top: auto;
	right: 0;
	bottom: -48px;
	left: 0;
	margin-top: 10px;
	text-align: center;
}
.count-down .c-grid, .count-down-alt .c-grid {
	margin: 20px;
}
.count-icon {
	right: 40px;
}
.p-quantity, .featured-box .one-third:nth-child(2) {
	padding: 0;
}
.img-post .post-desk {
	padding: 10px;
}
.side-object .content {
	width: 100%;
	padding: 100px 0;
	text-align: center;
}
.side-object .object {
	display: none;
}
.bs-hero.full-screen .carousel-inner .item img {
	width: 100%;
	height: 100%;
}
.btn {
	margin-bottom: 5px;
}
.btn-medium {
	font-size: 12px;
}
.intro-title h2 {
	font-size: 20px;
}
.intro-title p {
	font-size: 12px;
}
.intro-title p span {
	font-size: 20px;
}
.tp-caption .btn {
	padding: 5px;
	font-size: 10px;
}
/**/
.travel-form .form-group {
	width: 100%;
}
.travel-form.icon-tabs .nav > li > a {
	padding: 10px 5px;
	font-size: 12px;
}
.travel-form.icon-tabs li i {
	font-size: 20px;
}
.travel-form .nav > li {
	width: auto;
	margin-right: 5px;
}
.travel-form .form-control, .travel-form .btn {
	height: 30px;
}
.travel-form .form-group {
	margin-bottom: 0;
}
.travel-form label {
	display: inline-block;
	margin-bottom: 0;
	font-size: 11px;
	font-weight: normal;
}
.travel-form .btn {
	margin-top: 10px;
}
.travel-form .btn {
	line-height: 10px;
}
.travel-booking + .body-content {
	margin-top: 100px;
}
.travel-form {
	position: static;
	margin-top: 20px;
}
.travel-form-bg-light {
	padding: 24px 0;
}
/**/
.bs-hero.full-screen .carousel.slide .carousel-control {
	width: 30%;
	margin-top: 0;
	margin-bottom: 0;
}
.fashion-title h1 {
	margin-bottom: 0;
	letter-spacing: 5px;
	font-size: 25px;
	font-weight: 100;
}
.bs-hero.full-screen .carousel-inner .item img {
	width: 100%;
	height: 100vh;
}
.bs-hero.full-screen .carousel-inner .item .bs-info-center {
	width: 100%;
	margin-left: -50%;
}
.bs-hero.full-screen .carousel-inner .item .bs-info-right {
	width: 100%;
}
.bs-hero.full-screen .carousel-inner .item .bs-info-right {
	top: 45%;
	right: 0;
	left: 0;
	text-align: center;
}
}

/* -------------------------------
   Phone
   ------------------------------- */
@media screen and (max-width: 480px) {
/*portfolio   grid*/
.portfolio.col-2 .portfolio-item, .portfolio.col-3 .portfolio-item, .portfolio.col-4 .portfolio-item, .portfolio.col-5 .portfolio-item, .portfolio.col-6 .portfolio-item {
	width: 100%;/*width: 50%;*/
}
.error-parallax .error-avatar img {
	width: 50%;
	height: auto;
}
.error-parallax .error-avatar {
	display: block;
	margin-top: 80px;
	margin-bottom: 20px;
}
.error-parallax .error-info {
	display: inline-block;
	margin-top: 0;
	padding-top: 0;
	padding-left: 0;
	border-top: none;
	border-left: none;
}
/**/
.coming-soon-logo img {
	width: 30%;
}
.count-down .c-grid, .count-down-alt .c-grid {
	margin: 10px 30px;
}
}

/* -------------------------------
   Small Phone
   ------------------------------- */
@media screen and (max-width: 479px) {
.clients.grid-2 li, .clients.grid-3 li, .clients.grid-4 li, .clients.grid-6 li {
	width: 100%;
}
.clients.angle-box.grid-2 li, .clients.angle-box.grid-3 li, .clients.angle-box.grid-4 li, .clients.angle-box.grid-5 li, .clients.angle-box.grid-6 li {
	width: 96%;
}
.error-avatar img {
	width: 100%;
	height: auto;
}
.error-parallax .error-avatar img {
	width: 50%;
	height: auto;
}
.error-parallax .error-avatar {
	display: block;
	margin-top: 80px;
	margin-bottom: 20px;
}
.error-parallax .error-info {
	display: inline-block;
	margin-top: 0;
	padding-top: 0;
	padding-left: 0;
	border-top: none;
	border-left: none;
}
.login-box, .login-social-link a, .c-info-row .c-info, .c-info-row .c-slide {
	width: 100%;
}
.login-social-link a {
	display: block;
	margin-bottom: 15px;
}
#portfolio-carousel.owl-theme .owl-controls, #portfolio-carousel-alt.owl-theme .owl-controls {
	position: absolute;
	top: auto;
	right: 0;
	bottom: -48px;
	left: 0;
	margin-top: 10px;
	text-align: center;
}
.count-down .c-grid, .count-down-alt .c-grid {
	float: left;
	width: 100%;
	margin: 10px 0;
}
.count-icon {
	right: 40px;
}
.count-down.circle .c-grid, .count-down-alt.circle .c-grid {
	border-radius: 0 !important;
}
.count-down.round .c-grid, .count-down-alt.round .c-grid {
	border-radius: 0 !important;
}
.tp-caption .btn {
	padding: 5px;
	font-size: 6px;
}
/**/
.count-down .c-grid, .count-down-alt .c-grid {
	width: 40%;
	height: 70px;
	padding-top: 5px;
}
.count-down .c-value, .count-down-alt .c-value {
	font-size: 20px;
}
.count-down .c-title, .count-down-alt .c-title {
	letter-spacing: 3px;
	font-size: 12px;
}
.count-down .c-grid, .count-down-alt .c-grid {
	margin: 10px;
}
}
/*******************18-11 ***************/

.feature-box-grid {
	display: flex;
	flex: 1;
	flex-wrap: wrap;
}
.featured-item.border-box {
	height: 100%;
}
.float_free_logo {
	position: fixed;
	right: 0px;
	bottom: 60px;
}
.whatspapp-banner {
	position: fixed;
	z-index: 9999;
	bottom: 0;
	left: 0;
	width: 180px;
	display: flex;
	align-items: center;
}
img {
	max-width: 100%;
}
.l-header_overlay {
	background: linear-gradient(to bottom, rgb(0 0 0 / 70%), transparent);
}
.hero-slider.owl-theme.owl-carousel img {
	width: 100%;
	height: 750px;
	object-fit: cover;
}
 @media (min-width: 769px) {
.logo-brand {
	display: inline-block;
	height: 60px;
}
.hide-desktop {
	display: none;
}
/* } */

.d-block {
	display: block;
}
div#fullscreen-banner {
	max-height: 350px;
	background-position: top center;
}
.hero-slider.owl-theme.owl-carousel img {
	height: 450px;
}
.page-content {
	padding: 50px 0;
}
}
 @media (max-width:768px) {
.hide-mobile {
	display: none;
}
.float_free_logo {
	display: none;
}
.hero-slider.owl-theme.owl-carousel img {
	height: auto;
}
.clients li a img {
	width: auto;
}
.hide-desktop .col-md-12 {
	padding: 0;
}
}
/************** 10-12 *************/
.margin-25px-bottom {
	margin-bottom: 25px;
}
.width-90 {
	width: 90%;
}
.text-extra-dark-gray, .btn.text-extra-dark-gray {
	color: #232323;
}
.text-medium {
	font-size: 16px;
	line-height: 23px;
}
.d-block {
	display: block!important;
}
.margin-20px-tb {
	margin-top: 20px;
	margin-bottom: 20px;
}
.separator-line-horrizontal-full {
	width: 100%;
	height: 1px;
}
.bg-medium-light-gray {
	background-color: #ededed;
}
.padding-15px-left {
	padding-left: 15px;
}
.text-medium-gray, .btn.text-medium-gray {
	color: #939393;
}
.text-extra-small {
	font-size: 11px;
	line-height: 14px;
}
.text-uppercase {
	text-transform: uppercase!important;
}
.d-inline-block {
	display: inline-block!important;
}
.margin-80px-bottom {
	margin-bottom: 80px;
}
.margin-60px-top {
	margin-top: 60px;
}
.pagination {
	border-radius: 0;
	padding: 0;
	margin: 0;
}
.text-extra-dark-gray, .btn.text-extra-dark-gray {
	color: #232323;
}
.text-small {
	font-size: 12px;
	line-height: 20px;
}
.pagination ul {
	display: inline-block;
 *display: inline;
 *zoom: 1;
	margin-left: 0;
	margin-bottom: 0;
	padding: 0;
}
.ml-auto, .mx-auto {
	margin-left: auto!important;
}
.mr-auto, .mx-auto {
	margin-right: auto!important;
}
.pagination li {
	display: inline;
}
.pagination li:first-child a {
	border-left-width: 1px;
}
.pagination a {
	float: left;
	padding: 0 18px;
	line-height: 40px;
	text-decoration: none;
	border: 1px solid #ddd;
	border-left-width: 0;
	background: #fff;
	color: #6f6f6f;
}
.margin-5px-right {
	margin-right: 5px;
}
.pagination .active a {
	color: #999999;
	cursor: default;
}
.pagination .active a {
	background-color: #f5f5f5;
}
.margin-45px-right {
	margin-right: 45px;
}
.p-0 {
	padding: 0!important;
}
.margin-20px-bottom {
	margin-bottom: 20px;
}
.padding-60px-bottom {
	padding-bottom: 60px;
}
.margin-60px-bottom {
	margin-bottom: 60px;
}
.border-color-extra-light-gray {
	border-color: #ededed !important;
}
.margin-5px-bottom {
	margin-bottom: 5px;
}
.font-weight-600 {
	font-weight: 600;
}
.text-extra-large {
	font-size: 20px;
	line-height: 26px;
}
.margin-15px-bottom {
	margin-bottom: 15px;
}
.text-medium-gray, .btn.text-medium-gray {
	color: #939393;
}
.text-extra-small {
	font-size: 11px;
	line-height: 14px;
}
.alt-font {
	font-family: 'Montserrat', sans-serif;
	font-weight: 500;
}
.width-95 {
	width: 95%;
}
.m-0 {
	margin: 0!important;
}
.btn.btn-dark-gray {
	background: #232323;
	border-color: #232323;
	color: #fff;
}
.btn.btn-very-small {
	font-size: 9px;
	padding: 1px 17px;
	line-height: 22px;
}
.btn {
	display: inline-block;
	border: 2px solid transparent;
	color: inherit;
	letter-spacing: .5px;
	line-height: inherit;
	border-radius: 0;
	text-transform: uppercase;
	width: auto;
	font-family: 'Montserrat', sans-serif;
	font-weight: 600;
	transition-duration: 0.3s;
	transition-timing-function: ease-in-out;
	white-space: nowrap;
}
.btn.btn-dark-gray:hover, .btn.btn-dark-gray:focus {
	background: transparent;
	color: #232323;
}
.border-color-extra-light-gray {
	border-color: #ededed !important;
}
.border-bottom {
	border-bottom: 1px solid;
}
.medium-input, .medium-textarea, .medium-select select {
	padding: 12px 20px;
	font-size: 14px;
	line-height: normal;
	border-radius: 0;
}
.right-0 {
	right: 0;
}
.top-1 {
	top: 1px;
}
.position-absolute {
	position: absolute !important;
}
.margin-45px-bottom {
	margin-bottom: 45px;
}
.margin-50px-bottom {
	margin-bottom: 50px;
}
.padding-30px-all {
	padding: 30px;
}
.margin-45px-bottom {
	margin-bottom: 45px;
}
.bg-deep-pink {
	background-color: #ff214f;
}
.text-white-2, .btn.text-white-2 {
	color: #FFF;
}
.aside-title span {
	display: inline-block;
	vertical-align: middle;
	margin-right: 20px;
}
.aside-title:after {
	content: "";
	display: inline-block;
	width: 100%;
	background: #ff214f;
	height: 1px;
	top: 50%;
	position: absolute;
}
.margin-20px-bottom {
	margin-bottom: 20px;
}
.aside-title {
	position: relative;
	overflow: hidden;
}
.font-weight-600 {
	font-weight: 600;
}
.list-style-6 {
	list-style: none;
	margin: 0;
	padding: 0;
}
.list-style-6 li {
	position: relative;
	padding: 0 15px 8px 0;
	margin: 0 0 8px 0;
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.list-style-6 li span {
	position: absolute;
	top: 3px;
	right: 0;
}
aside a {
	color: #6f6f6f;
}
.width-100 {
	width: 100%;
}
input[type="button"]:focus, input:focus, textarea:focus, select:focus, .form-control:focus, .btn.focus, .btn:focus {
	outline: none;
	box-shadow: none;
}
/* latest post */
.latest-post {
	list-style: none;
	padding: 0;
	margin: 0;
}
.latest-post li {/*display: table;*/
	padding: 15px 0;
}
aside .latest-post li {
	padding: 9px 0 10px;
}
aside .latest-post li:last-child {
	padding-bottom: 0;
}
.latest-post li:first-child {
	padding-top: 0
}
.latest-post li:last-child {
	border-bottom: none
}
.latest-post li figure { /*height:33px;*/
	width: 60px;
	float: left
}
.latest-post li figure, footer .latest-post li div {/*display: table-cell; vertical-align: top;*/
	margin-bottom: 0;
}
aside .latest-post li figure {
	width: 75px;
}
.latest-post li div {
	line-height: normal;
	padding-left: 22px;
	position: relative;
	top: -1px;
}
.latest-post li figure:hover img, .latest-post li figure:focus img {
	transform: none;
	-webkit-transform: none;
	-moz-transform: none;
	-ms-transform: none;
	-o-transform: none;
}
.tag-cloud a {
	font-size: 10px;
	padding: 3px 8px;
	border: 1px solid #d9d9d9;
	margin: 0 8px 8px 0;
	display: inline-block;
	text-transform: uppercase;
	color: #232323;
	line-height: 18px;
}
.tag-cloud a:hover {
	background: #232323;
	color: #fff !important;
	border: 1px solid #232323;
}
input[type="button"], input[type="text"], input[type="email"], input[type="search"], input[type="password"], textarea, input[type="submit"] {
	-webkit-appearance: none;
	outline: none;
}
.border-color-extra-light-gray {
	border-color: #ededed !important;
}
.medium-input, .medium-textarea, .medium-select select {
	padding: 12px 20px;
	font-size: 14px;
	line-height: normal;
	border-radius: 0;
}
.bg-transparent {
	background-color: transparent!important;
}
input, textarea, select {
	border: 1px solid #d1d1d1;
	font-size: 14px;
	padding: 8px 15px;
	width: 100%;
	margin: 0 0 20px 0;
	max-width: 100%;
	resize: none;
	color: inherit;
}
.top-3 {
	top: 3px;
}
.position-absolute {
	position: absolute !important;
}
.btn i {
	margin-left: 6px;
	vertical-align: middle;
	position: relative;
	top: -1px;
}
.position-relative {
	position: relative !important;
}
aside form button.btn {
	margin-right: 0;
}
.hm-sec-3 ul {
	margin: 0;
	padding: 60px 0 40px 0;
	list-style: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.hm-sec-3 ul li {
	padding: 0 15px;
	margin-bottom: 60px;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 200px;
	flex: 0 0 200px;
	width: 200px;
	text-align: center;
}
.hm-sec-3 ul li img {
	max-width: 100%;
}
a.img-hover-box {
	display: block;
}
form.contact-comments .btn {
	color: #fff !important;
}
section.page-title {
	background-size: cover !important;
}
.go-back {
	font-size: 18px;
}
.go-back i {
	padding-right: 10px;
}
.row {
	display: flex;
	flex-wrap: wrap;
	margin: 0;
}
.mb-0 {
	margin-bottom: 0 !important;
}
 @media (min-width: 1200px) {
.col-xl-3 {
	-ms-flex: 0 0 25%;
	flex: 0 0 25%;
	max-width: 25%;
}
}
 @media (min-width: 768px) {
.portfolio.col-3 .portfolio-item.wide-col {
	width: 66.66666667%;
}
.text-md-left, .body-content .text-md-left {
	text-align: left!important;
}
.d-flex {
	display: flex;
}
.contact-banner {
	height: 230px;
}
}
 @media (max-width:1024px) {
.logo-brand, .c-nav_s-standard > li > a {
	line-height: 46px;
}
form.contact-comments .form-group {
	max-width: 500px;
	float: none;
	width: 100%;
	margin: 0 auto 10px;
}
}
 @media (max-width: 767px) {
.hide-mobile {
	display: none;
}
section.page-title {
	background-size: cover !important;
	background-position: right -400px center !important;
	height: 140px;
}
.contact-comments {
	display: block;
	width: 100%;
}
.margin-60px-bottom {
	margin-bottom: 30px;
}
.padding-60px-bottom {
	padding-bottom: 30px;
}
.margin-45px-right {
	margin-right: 0;
}
.contact-comments .form-group {
	width: 100%;
}
}
/*==========Main-menu-styling==============*/

.overlay {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(0, 0, 0, 0.6);
	opacity: 0;
	visibility: hidden;
	z-index: 10001;
	-webkit-transition: opacity 300ms cubic-bezier(.17, .67, .83, .67);
	-o-transition: opacity 300ms cubic-bezier(.17, .67, .83, .67);
	transition: opacity 300ms cubic-bezier(.17, .67, .83, .67);
}
/******************* 19-01 ******************/

.hero-slider.owl-theme.owl-carousel img {
	width: 100%;
	height: auto;
	object-fit: cover;
	object-position: center;
}
.portfolio.list-port .portfolio-item .thumb {
	height: 450px;
	position: relative;
	overflow: hidden;
}
.portfolio.list-port .portfolio-item .thumb:hover img {
	animation: moveSlideshow 12s linear infinite;
}
.portfolio.list-port .portfolio-hover, .home-port .portfolio-hover {
	background-color: transparent;
	border: 0px;
}
.pb-0 {
	padding-bottom: 0 !important;
}
.pt-0 {
	padding-top: 0 !important;
}
#sticky-wrapper {
	height: auto !important;
}
img.mfp-img {
	/* max-height: fit-content !important; */
	max-height: 100vh !important;
}
.mfp-bg {
	z-index: 100001;
}
.mfp-wrap {
	z-index: 100002;
}
 @keyframes moveSlideshow {
 100% {
 transform: translateY(-66.6666%);
}
}
 [data-aos=fade-up] {
 -webkit-animation: jsFailFallback 3s linear;
 animation: jsFailFallback 3s linear;
}
 @-webkit-keyframes jsFailFallback {
 0% {
opacity:0
}
 99% {
opacity:0
}
to {
	opacity: 1
}
}
 @keyframes jsFailFallback {
 0% {
opacity:0
}
 99% {
opacity:0
}
to {
	opacity: 1
}
}
.col-md-12 {
	width: 100%;
}
.hero-slider .owl-buttons {
	display: flex;
	position: absolute;
	top: 50%;
	width: 100%;
	justify-content: space-between;
	padding: 0 25px;
}
.hero-slider.owl-theme .owl-controls .owl-buttons div {
	background: #fff;
	color: #000;
	width: 40px;
	height: 40px;
	font-size: 30px;
	vertical-align: middle;
	margin: 0;
	display: flex;
	align-items: center;
	justify-content: center;
}
.web-section {
	background: #fcece5;
	padding: 40px 0;
	margin-bottom: 40px;
}
.web-section h2 {
	font-size: 22px;
	color: #000;
	margin: 0;
}
.web-section p {
	color: #000;
	margin: 0;
}
.web-section .row {
	align-items: center;
}
.logo-page .portfolio-hover {
	display: none;
}
.web-port .portfolio-item .portfolio-hover {
	position: absolute;
	width: 100%;
	top: 0;
	left: 0;
	background: rgb(0 0 0 / 42%);
	height: 100%;
	padding: 15px 25px;
	opacity: 0;
	border: 0px;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}
.web-port .portfolio-item:hover .portfolio-hover {
	opacity: 1;
}
.web-port .portfolio-item .action-btn {
	color: #fff;
	-webkit-transform: translateY(-100px);
	-moz-transform: translateY(-100px);
	-o-transform: translateY(-100px);
	-ms-transform: translateY(-100px);
	transform: translateY(-100px);
	opacity: 0;
	left: 0;
	top: 0 !important;
	margin-top: 0 !important;
	color: #fff;
	text-align: left;
	padding: 15px;
}
.web-port .portfolio-item:hover .action-btn {
	-webkit-transform: translateY(0px);
	-moz-transform: translateY(0px);
	-o-transform: translateY(0px);
	-ms-transform: translateY(0px);
	transform: translateY(0px);
	opacity: 1;
}
.web-port .portfolio-item .action-btn a {
	color: #fff;
}
.web-port .portfolio-item .action-btn h3 {
	font-size: 18px;
	line-height: 22px;
	margin: 0;
}
.web-port .portfolio-item .portfolio-hover p {
	color: #fff;
	font-size: 16px;
	margin-bottom: 0;
}
.web-port .portfolio .portfolio-item {
	overflow: hidden;
	position: relative;
}
.web-port .portfolio-item .portfolio-hover {
	visibility: hidden;
}
.web-port .portfolio-item:hover .portfolio-hover {
	visibility: visible;
}
.portfolio-item .portfolio-title h4 {
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
a.popup-link.site-btn {
	background: red;
	display: inline-block;
	padding: 5px 18px;
	font-size: 14px;
	vertical-align: top;
}
a.newtab-link.site-btn {
	background: #a500f4;
	display: inline-block;
	padding: 5px 18px;
	font-size: 14px;
	vertical-align: top;
}
.list-port a.popup-link {
	display: block;
	top: 0;
	height: 100%;
}
.list-port .portfolio-hover .action-btn {
	height: 100%;
	transform: translate(0);
}
 @media (max-width:767px) {
.hero-slider.owl-theme.owl-carousel img {
	height: auto;
}
.page-title {
	margin-top: 62px;
}
.process-img .col-md-12:not(:first-child) {
	width: 49%;
	display: inline-block;
	vertical-align: top;
}
.contact-comments {
	margin-bottom: 30px;
}
}
 @media (max-width:480px) {
.portfolio.col-6 .portfolio-item {
	width: 50%;
}
.hm-sec-3 ul li {
	flex: 0 0 33%;
	align-items: center;
}
}
/**********************/


.text-white {
	color: #fff !important;
}
.input-row input {
	padding: 12px 12px;
	width: 100%;
	margin-bottom: 15px;
	font-size: 20px;
	color: #7b7b7b;
}
.justify-content-center {
	-ms-flex-pack: center!important;
	justify-content: center!important;
}
.checkbox-group {
	color: #fff;
	margin: 15px 0 0 0;
}
.label-check {
	position: relative;
}
.label-check label:before {
	content: '';
	width: 20px;
	height: 20px;
	background: #ffcc4e;
	display: inline-block;
	position: absolute;
	left: 0;
}
.label-check label {
	padding-left: 30px;
}
.label-check input {
	position: relative;
	z-index: 99;
	position: absolute;
	opacity: 0;
	cursor: pointer;
	height: 20px;
	width: 20px;
}
.label-check label:after {
	content: '';
	width: 14px;
	height: 8px;
	border: 2px solid #214378;
	border-top: 0;
	border-right: 0;
	display: inline-block;
	position: absolute;
	left: 3px;
	visibility: hidden;
	transform: rotate(-45deg);
	top: 4px;
}
.container input:checked ~ label:after {
	visibility: visible;
}
.highlight-box {
	background: #d6e2ee;
	padding: 15px 20px;
	border-radius: 5px;
	font-family: 'Notosans', sans-serif;
	min-height: 430px;
}
.highlight-box h2 {
	color: #214378;
	font-weight: 700;
	margin-bottom: 10px;
	font-size: 2rem;
	font-family: 'Notosans', sans-serif;
}
.desc {
	padding: 45px 20px 15px 20px;
	border: 1px solid #ddd;
	border-radius: 5px;
	margin-bottom: 20px;
	position: relative;
	min-height: 222px;
}
.desc h4 {
	position: absolute;
	top: -14px;
	background: #fff;
	padding: 5px;
	color: #214378;
	font-weight: 700;
	font-size: 2rem;
}
.desc p {
	margin-bottom: 10px;
	font-size: 16px;
	line-height: 30px;
}
h2.section-title {
	font-size: 40px;
	xcolor: #214378;
	color: #eb3f57;
	margin-bottom: 40px;
	position: relative;
	font-family: 'MYuen', sans-serif;
	display: table;
	margin: 0 auto;
}
h1.section-title {
	font-size: 40px;
	xcolor: #214378;
	color: #eb3f57;
	margin-bottom: 40px;
	position: relative;
	font-family: 'MYuen', sans-serif;
	display: table;
	margin: 0 auto;
}
h2.section-title span {
	position: relative;
	z-index: 99;
	padding: 0 15px;
}
h2.section-title:after {
	content: '';
	display: block;
	width: 100%;
	height: 80%;
	xbackground: #d5e1ed;
	background: #ffdde3;
	position: absolute;
	top: 25px;
	clip-path: polygon(10% 0%, 100% 0, 90% 100%, 0% 100%);
}
h1.section-title span {
	position: relative;
	z-index: 99;
	padding: 0 15px;
}
h1.section-title:after {
	content: '';
	display: block;
	width: 100%;
	height: 80%;
	background: #ffdde3;
	position: absolute;
	top: 25px;
	clip-path: polygon(10% 0%, 100% 0, 90% 100%, 0% 100%);
}
.highlight-box p {
	font-size: 16px;
}
.pt-5 {
	padding-top: 3rem!important;
}
.pb-5, .py-5 {
	padding-bottom: 3rem!important;
}
.mb-4, .my-4 {
	margin-bottom: 1.5rem!important;
}
 @media (min-width: 768px) {
.offset-md-2 {
	margin-left: 16.666667%;
}
.d-md-flex {
	display: -ms-flexbox!important;
	display: flex!important;
}
}
 @media (min-width:992px) {
.input-row {
	display: flex;
	gap: 15px;
}
}
 @media (max-width:767px) {
.sol-item .desc, .sol-item .highlight-box {
	min-height: auto;
}
h2.section-title {
	font-size: 30px;
	line-height: 36px;
}
h1.section-title {
	font-size: 30px;
	line-height: 36px;
}
.ser
}
.inner-text-wrapper {
	width: 100%;
	text-align: center;
	padding-bottom: 43px;
	padding-top: 34px;
}
.inner-text-wrapper h6 {
	font-size: 15px !important;
	color: #6c6c6e;
	margin-bottom: 0 !important;
}
.inner-text-wrapper h1 {
	font-size: 48px;
	font-weight: bold;
	color: #000000;
	margin-bottom: 0 !important;
}
.inner-text-wrapper p {
	font-size: 16px;
	width: 49%;
	margin: auto;
}
.shortcode-wrapper {
	margin-bottom: 20px;
}
.shortcode-wrapper .qodef-shortcode {
	display: inline-block;
	position: relative;
	max-width: 100%;
}
.shortcode-wrapper .qodef-shortcode a.qodef-m-link {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 100;
}
.shortcode-wrapper .qodef-m-image-holder-inner {
	position: relative;
	overflow: hidden;
}
.shortcode-wrapper .qodef-m-initial-image {
	vertical-align: middle;
	transition: opacity .5s ease;
}
.shortcode-wrapper .qodef-m-hover-image {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 10;
	opacity: 0;
	transition: all .5s ease;
}
.shortcode-wrapper:hover .qodef-m-hover-image {
	opacity: 1;
	transition: opacity .5s .05s;
}
/*--------ZOOM-IMAGE---------*/

.lightbox-target {
	position: fixed;
	top: -100%;
	width: 100%;
	background: rgba(0,0,0,.7);
	width: 100%;
	opacity: 0;
	-webkit-transition: opacity .5s ease-in-out;
	-moz-transition: opacity .5s ease-in-out;
	-o-transition: opacity .5s ease-in-out;
	transition: opacity .5s ease-in-out;
	overflow: hidden;
}
/* Styles the lightbox image, centers it vertically and horizontally, adds the zoom-in transition and makes it responsive using a combination of margin and absolute positioning */

.lightbox-target img {
	margin: auto;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	max-height: 0%;
	max-width: 0%;
	border: 3px solid white;
	box-shadow: 0px 0px 8px rgba(0,0,0,.3);
	box-sizing: border-box;
	-webkit-transition: .5s ease-in-out;
	-moz-transition: .5s ease-in-out;
	-o-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
}
/* Styles the close link, adds the slide down transition */

a.lightbox-close {
	display: block;
	width: 50px;
	height: 50px;
	box-sizing: border-box;
	background: white;
	color: black;
	text-decoration: none;
	position: absolute;
	top: -80px;
	right: 0;
	-webkit-transition: .5s ease-in-out;
	-moz-transition: .5s ease-in-out;
	-o-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
}
/* Provides part of the "X" to eliminate an image from the close link */

a.lightbox-close:before {
	content: "";
	display: block;
	height: 30px;
	width: 1px;
	background: black;
	position: absolute;
	left: 26px;
	top: 10px;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}
/* Provides part of the "X" to eliminate an image from the close link */

a.lightbox-close:after {
	content: "";
	display: block;
	height: 30px;
	width: 1px;
	background: black;
	position: absolute;
	left: 26px;
	top: 10px;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
/* Uses the :target pseudo-class to perform the animations upon clicking the .lightbox-target anchor */

.lightbox-target:target {
	opacity: 1;
	top: 0;
	bottom: 0;
	overflow: scroll;
}
.lightbox-target:target img {
	max-height: 100%;
	max-width: 100%;
}
.lightbox-target:target a.lightbox-close {
	top: 0;
}
/*--------------------*/






/*****New CSS*2 Feb****/
.price-bgd1 {
	background: #fece00;
	background-image: linear-gradient(#f1c401, #ffed9e);
}
.price-bgd2 {
	background: #ffddf6;
	background-image: linear-gradient(#fda0e5, #ffddf6);
}
.price-bgd3 {
	background: #ed68aa;
	background-image: linear-gradient(#ed68aa, #ffa1d0);
}
/*.price-bgd4 {
    background: #b2f0db;
    background-image: linear-gradient(#45b790, #c0ffea);
}*/

.price-bgd4 {
	background: #b2f0db;
	background-image: linear-gradient(#ffcdb4, #fff4ee);
}
.price-bgd5 {
	background: #ed68aa;
	background-image: linear-gradient(#ed68aa, #ffa1d0);
}
.price-bgd6 {
	background: #b2f0db;
	background-image: linear-gradient(#76d1b2, #dbf7ed);
}
.price-table-row-nd .price-table-row .price-col h1 {
	color: #333;
	font-size: 20px;
	font-weight: bold;
}
.price-table-row-nd .price-col .p-value {
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
}
.price-table-row-nd p {
	color: #333;
}
h3.t-title-wrapper {
	text-align: center !important;
	text-transform: uppercase!important;
	margin-bottom: 39px;
}
.portfolio-newhome ul.portfolio-filter {
	margin-bottom: 38px;
}
.portfolio-newhome ul.portfolio-filter a {
	font-size: 35px;
	text-transform: uppercase!important;
}
.price-table-row .price-col h1 {
	font-weight: bold;
	font-size: 18px;
}
.price-col {
	padding: 31px;
	width: 100%;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	-webkit-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	border-top-right-radius: 20px;
	border-bottom-left-radius: 20px;
}
.price-col:hover {
	-webkit-transform: translateY(-8px);
	-moz-transform: translateY(-8px);
	-ms-transform: translateY(-8px);
	-o-transform: translateY(-8px);
	transform: translateY(-8px);
}
.price-table-row .margin-45px-bottom {
	padding: 0px 20px;
}
.price-col .p-value {
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
}
.price-table-row .price-col p {
	color: #fff;
}
.price-table-row .price-col .dollar {
	font-weight: bold;
	background: -webkit-linear-gradient(#686868, #2e2e2e);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

/******* Mobile Layout *******/
@media only screen and (max-width: 767px) {
.price-table-row .margin-45px-bottom {
	padding: 0px 3px;
	margin-bottom: 29px;
}
}


/****** Tablet Layout ******/
@media only screen and (min-width: 768px) and (max-width: 991px) {
.price-table-row .margin-45px-bottom {
	padding: 0px 10px;
}
.price-col .dollar {
	font-size: 26px;
}
}
