/*----------
	Theme Name: Kodra
	Start Date : 
	End Date : 
	Last change: 
	Version: 1.0
	Assigned to:
	Primary use:
	
----------*/

	/* [Layout] */

/*----------
	
	## Font List		
		- font-family: 'Poppins', sans-serif;
		- font-family: 'Roboto', sans-serif;
		- font-family: 'Montserrat', sans-serif;
		- font-family: 'Questrial', sans-serif;
		- font-family: 'PT Sans', sans-serif;
		- font-family: 'Open Sans', sans-serif;

	## Global
	
		- Padding/Margin
		- Section Padding

	## Site Header
	
		- Navigation Menu
			-- Nav Main
			-- Nav Header
			-- Nav Toggle
			-- Nav Switch
			-- Nav Items
			-- Nav Dropdown

	
	## Widgets
	
	## Responsive
	- Min Width : 992px & Max Width 1200px
	
	- Min Width : 992px
	
		## Navigation Menu
		- Nav Main
		- Nav Header
		- Nav Toggle
		- Nav Switch
		- Nav Items
		- Nav Dropdown
	
	* Responsive		
		- min-width: 1200
		- min-width: 992
		- min-width: 768
		- max-width: 1200
		- min-width: 992 to max-width: 1199		
		- max-width: 991
		- min-width: 768 to max-width: 991
		- max-width: 767
		- max-width: 639
		- max-width: 479
		
----------*/

/* ## Global ******************************************* */

body {
	background-color: #cccccc;
	font-family: 'Poppins', sans-serif;
	font-size: 14px;
	color: #000000;
	overflow-x: hidden;
	position: relative;
}
img {
    max-width: 100%;
	height: auto;
}
a {
    outline: 0 !important;
}
h1,h2,h3,h4,h5,h6,p,a,li,span {
	word-wrap: break-word;
}


/* ========================================================================== */
/* ========================================================================== */
							/* [ + Plugins ] */
/* ========================================================================== */
/* ========================================================================== */

/* ## Site Loader */
.load-position .logo {
	margin: 0 auto;
	width: 150px;
}
.load-complete .line-scale {
	margin: 0 auto;
	display: block;
	top: 50%;
	position: absolute;
	left: 0;
	right: 0;
	text-align: center;
}
.load-complete .line-scale > div {
	display: inline-block;
	border-color: #fff #fff transparent;
	background-color: #fff;
}
.load-complete {
    position: fixed;
    background: #fff;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 1031;
}
.load-complete .logo {
	color: #4C4C4C;
	text-align: center;
	display: block;
	margin-bottom: 20px;
	font-family: 'Roboto', sans-serif;
	font-size: 50px;
}

.load-complete .load-position h6 {
    text-align: center;
    color: #000;
    font-size: 12px;
	font-weight: 400;
	font-style: italic;
}
.load-complete .load-position {
    position: absolute;
    top: 50%;
    left: 0;
    z-index: 999;
    right: 0;
    margin-top: -100px;
}
.load-complete .loading {
    position: absolute;
    width: 100%;
    height: 1px;
    margin: 20px auto;
    left: 0;
    right: 0;
}
.load-complete .loading-line {
    position: absolute;
    background: #eee;
    width: 100%;
    height: 2px;
}
.load-complete .loading-break {
    position: absolute;
    background: #059664;
    width: 15px;
    height: 2px;
}
.load-complete .loading-dot-1 {
    -webkit-animation: loading 2s infinite;
    -moz-animation: loading 2s infinite;
    -ms-animation: loading 2s infinite;
    -o-animation: loading 2s infinite;
    animation: loading 2s infinite;
}
.load-complete .loading-dot-2 {
    -webkit-animation: loading 2s 0.5s infinite;
    -moz-animation: loading 2s 0.5s infinite;
    -ms-animation: loading 2s 0.5s infinite;
    -o-animation: loading 2s 0.5s infinite;
    animation: loading 2s 0.5s infinite;
}
.load-complete .loading-dot-3 {
    -webkit-animation: loading 2s 1s infinite;
    -moz-animation: loading 2s 1s infinite;
    -ms-animation: loading 2s 1s infinite;
    -o-animation: loading 2s 1s infinite;
    animation: loading 2s 1s infinite;
}
@keyframes "loading" {
    from {
        left: 0;
    }
    to {
        left: 100%;
    }
}
@-moz-keyframes loading {
    from {
        left: 0;
    }
    to {
        left: 100%;
    }
}
@-webkit-keyframes "loading" {
    from {
        left: 0;
    }
    to {
        left: 100%;
    }
}
@-ms-keyframes "loading" {
    from {
        left: 0;
    }
    to {
        left: 100%;
    }
}
@-o-keyframes "loading" {
    from {
        left: 0;
    }
    to {
        left: 100%;
    }
}

/* ========================================================================== */
/* ========================================================================== */
							/* [ + Plugins Over ] */
/* ========================================================================== */
/* ========================================================================== */

/* --------------------------------------------------------------------------------------------------------------------------------------------*/

/* ========================================================================== */
/* ========================================================================== */
							/* [ + Elements ] */
/* ========================================================================== */
/* ========================================================================== */

/* + Header */
.sidebar-menu {
	background-color: #fff;
height: 100vh;
  position: -webkit-sticky; /* Safari */
  position: sticky;
}
.sidebar-menu > div {
	border-bottom: 1px solid rgba(255,255,255,0.1);
}
.sidebar-menu > div:last-child {
	border-bottom: none;
}
/* - Logo Block */
.sidebar-menu .logo-block {
	padding: 40px 40px 10px 40px;
	display: inline-block;
	width: 100%;
	text-align: center;
}
.sidebar-menu .logo-block > a {
	display: inline-block;
	max-width: 100%;
	margin-bottom: 15px;
}
.sidebar-menu .logo-block > p {
	color: #333;
	font-size: 16px;
	margin-bottom: 0;
	white-space: pre-line;
}
.header_s .ownavigation .navbar-brand:not(.image-logo) {
	background-color: rgba(255,255,255,0.2);
	border: 1px solid #333;
	color: #333;
	display: inline-block;
	font-size: 30px;
	letter-spacing: 6px;
	line-height: 0.9;
	text-decoration: none;
	margin-right: 40px;
	text-transform: lowercase;
	padding: 22px 37px;
}
/* - PortFolio Category */
.sidebar-menu .portfolio-category {
	text-align: right;
	padding: 40px 40px 40px 0;
}
.sidebar-menu .portfolio-category h3 {
	color: #333;
	display: block;
	font-family: 'Roboto', sans-serif;
	font-size: 19px;
	font-weight: 100;
	margin-bottom: 13px;
}
.sidebar-menu .portfolio-category h3 > i {
	font-size: 18px;
	margin-left: 12px;
}
.sidebar-menu .portfolio-category ul {
	padding: 0;
}
.sidebar-menu .portfolio-category ul li {
	display: block;
	margin: 0;
}
.sidebar-menu .portfolio-category ul li a {
	padding: 3px 0;
}
.header_s .ownavigation .navbar-nav > li  { 
	margin: 0;
	position: relative;
	z-index: 1;
	border-bottom:1px solid #f3f3f3;
}
.header_s .ownavigation .navbar-nav .dropdown .dropdown-toggle::after {
	display: none;
}
.header_s .ownavigation .navbar-nav > li > a {
	background-color: #fff;
	color: #333;
	display: inline-block;
	font-family: 'Montserrat', sans-serif;
	font-size: 16px;
	margin: 0;
	padding-left: 22px;
	padding-right: 40px;
	text-transform: uppercase;
}
.header_s .ownavigation .navbar-nav > .active > a, 
.header_s .ownavigation .navbar-nav > .active > a:focus, 
.header_s .ownavigation .navbar-nav > .active > a:hover, 
.header_s .ownavigation .navbar-nav li:focus > a,
.header_s .ownavigation .navbar-nav li:hover > a, 
.header_s .ownavigation .navbar-nav li a:focus,
.header_s .ownavigation .navbar-nav li a:hover {
	background-color: #fff;
}
.header_s .ownavigation .navbar-nav > .active > a, 
.header_s .ownavigation .navbar-nav > .active > a:focus, 
.header_s .ownavigation .navbar-nav > .active > a:hover, 
.header_s .ownavigation .navbar-nav li:hover > a, 
.header_s .ownavigation .navbar-nav li a:hover,
.header_s .ownavigation .navbar-nav .dropdown-menu li a:hover {
	color: #ffe000;
}
.header_s .ownavigation .navbar-nav .dropdown-menu li a {
	font-size: 14px;
	color: #333;
}
/* - Section Header */
.section-header {
	background-color: #4e4e4e;
	display: inline-block;
	width: 100%;
	padding: 30px 37px;
	margin-bottom: 5px;
}
.section-header > h3 {
	color: #333;
	font-family: 'Montserrat', sans-serif;
	font-size: 22px;
	font-weight: 400;
	line-height: 1.4;
	margin-bottom: 0;
	text-transform: capitalize;
}

/* + Page Banner */
.page-banner {
	position: relative;
	margin-bottom: 5px;
	padding-top: 50px;
	text-align: center;
	background-color: #fff;
}
.page-banner h3 {
	color: #3c586d;
	font-size: 28px;
	line-height: 0.63;
	font-family: 'Montserrat', sans-serif;
	text-align: center;	
	text-transform: uppercase;
	margin-bottom: 50px;
}
.page-banner i {
	color: #1b88ce;
	font-size: 44px;
}
.page-banner .breadcrumb {
	background-color: transparent;
	margin: 0 0 0;
	position: relative;
	background-color: #fff;
	padding: 2px 10px;
	display: inline-block;
	border-radius: 0;
	margin-bottom:20px;
}
.page-banner .breadcrumb a,
.page-banner .breadcrumb span {
	color: #333;
	font-size: 18px;
	line-height: 0.66;
	text-decoration: none;
	letter-spacing: 1.2px;
	text-transform: capitalize;
	font-family: 'Montserrat', sans-serif;
}
.page-banner .breadcrumb .breadcrumb-item {
	float: none;
}
.page-banner .breadcrumb-item + .breadcrumb-item::before {
	color: #333;
	content: "\f178";
	font-family: FontAwesome;
	font-size: 14px;
}

/* + Pagination */
.navigation.pagination {
	display: inline-block;
	margin-top: 70px;
	max-width: 100%;
}
.navigation.pagination > h2.screen-reader-text {
	display: none;
}
.navigation.pagination .nav-links {
	display: inline-block;
}
.navigation.pagination .nav-links > .page-numbers {
	background-color: #000;
	border-radius: 0;
	border: none;
	color: #ffffff;
	font-family: 'Montserrat', sans-serif;
	font-size: 19px;
	float: left;
	line-height: 1.6;
	padding: 17px 23px;
	text-transform: uppercase;
	text-decoration: none;
	-webkit-transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
	-o-transition: all 1s ease 0s;
	transition: all 1s ease 0s;
	text-align: center;
}
.navigation.pagination .nav-links > .page-numbers > span.screen-reader-text,
.navigation.pagination .nav-links > .page-numbers.prev,
.navigation.pagination .nav-links > .page-numbers.next { 
	display: none;
}
.navigation.pagination .nav-links > .page-numbers.current,
.navigation.pagination .nav-links > a:focus,
.navigation.pagination .nav-links > a:hover {
	background-color: #000000;
	color: #333;
}
/* - Page Content */
.page-content {
	padding: 40px;
	max-width: 1005px;
}
.gray-bg {
	background-color: #f5f5f5;
}

/* + Footer */
.footer-main {
	background-color: #fff;
	text-align: center;
	padding-bottom: 10px;
	padding-top: 10px;
}
.footer-main h3 {
	color: #333;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.4;
	margin-bottom: 20px;
	text-transform: capitalize;
}
.footer-main ul {
	padding: 0;
	margin-bottom: 20px;
}
.footer-main ul li {
	display: inline-block;
	margin: 0 3px 3px;
}
.footer-main ul li a {
	border: 1px solid rgba(0,0,0,0.2);
	border-radius: 5px;
	display: inline-block;
	color: #333;
	font-size: 17.66px;
	height: 43px;
	line-height: 2.43;
	text-align: center;
	-webkit-transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
	-o-transition: all 1s ease 0s;
	transition: all 1s ease 0s;
	width: 43px;
}
.footer-main ul li a:hover {
	background-color: #fff;
	color: #333;
}
.footer-main p {
	color: rgba(0,0,0,0.6);
	line-height: 1.07;
	margin-bottom: 0;
}

/* + Shortcodes */
/* - Slider Section */
.slider-section {
	margin-bottom: 5px;
	direction: ltr;
}
#kodra-slider .custom.tparrows {
    background-color: #fff;
    width: 59px;
    height: 26px;
    line-height: 26px;
}
#kodra-slider .custom.tparrows:hover {
    background-color: #000;
}
#kodra-slider .tparrows::before {
    line-height: 26px;
    font-size: 17px;
    font-family: FontAwesome;
}
#kodra-slider .custom.tparrows.tp-rightarrow::before {
    content: "\f178";
}
#kodra-slider .custom.tparrows.tp-leftarrow::before {
    content: "\f177";
}
.slider-section-2 {
	direction: ltr;
	position: relative;
}
.slider-section-2 > a {
	background-color: #fff;
	bottom: 0;
	color: #333;
	font-family: 'PT Sans', sans-serif;
	font-size: 14px;
	position: absolute;
	right: 0;
	padding: 31px 15px;
	text-decoration: none;
}
.slider-section-2 > a i {
	font-size: 28px;
	vertical-align: middle;
	margin-left: 15px;
}

.slider-section-2 .content {
	background-color: rgba(33,32,94,0.9);
	position: absolute;
	padding: 30px 42px;
	left: 0;
	right: 0;
	bottom: 0;
}
.slider-section-2 .content h3 {
	color: #fff;
	font-family: 'Open Sans', sans-serif;
	font-size: 19px;
	line-height: 1.52;
	margin-bottom: 0;
	font-style: capitalize;
}
.slider-section-2 .content h3 b {
	color: #333;
	font-family: 'PT Sans', sans-serif;
	font-size: 24px;
	text-transform: capitalize;
	margin-right: 10px;
}
.slider-section-2 .carousel > a {
	background-color: #fff;
	width: 90px;
	height: 90px;
	color: #8a8a8a;
	opacity: 1;
	top: auto;
	bottom: 0;
	left: auto;
}
.slider-section-2 .carousel > a > span {
	border: 1px solid #d5d5d5;
	border-radius: 50%;
	position: absolute;
	font-size: 38px;
	line-height: 1.45;
	left: 0;
	right: 0;
	margin: 0 auto;
	top: 50%;
	transform: translate(0%, -50%);
	-webkit-transform: translate(0%, -50%);
	-moz-transform: translate(0%, -50%);
	-ms-transform: translate(0%, -50%);
	width: 55px;
	height: 55px;
}
.slider-section-2 .carousel-control-prev {
	right: 254px;
	border-right: 1px solid #d2d2d2;
}
.slider-section-2 .carousel-control-next {
	right: 164px;
}

/* - Portfolio Section */
.portfolio-category {
	background-color: #fff;
	text-align: center;
}
.portfolio-category h3 {
	display: none;
}
.portfolio-category ul {
	display: inline-block;
	max-width: 100%;
	margin-bottom: 0;
	padding: 25px 0;
}
.portfolio-category ul li {
	display: inline-block;
	margin-left: 17px;
	margin-right: 17px;
	margin-bottom: 8px;
}
.portfolio-category ul li a {
	color: rgba(255,255,255,0.5);
	display: inline-block;
	font-family: 'Roboto', sans-serif;
	font-size: 13px;
	letter-spacing: 1.4px;
	padding: 11px 0;
	text-decoration: none;
	text-transform: lowercase;
	position: relative;
	letter-spacing: 1.4px;
}
.portfolio-category ul li a.active,
.portfolio-category ul li a:hover {
	color: #333;
	font-weight: 700;
	text-transform: capitalize;
}
.portfolio-list,
.portfolio-masonry-list {
	margin: 0;
}
.portfolio-detail {
	width: 100%;
}
.portfolio-detail,
.portfolio-detail > i {
	float: left;
	overflow: hidden;
	position: relative;
}
.portfolio-detail > i {
	max-width: 100%;
}
.portfolio-detail > i::before {
	background-color: #fff;
	border-radius: 100%;
	bottom: -1px;
	content: "";
	position: absolute;
	left: -1px;
	right: -1px;
	top: -1px;
	opacity: 0;
	transform: scale(0) rotate(720deg);
	-webkit-transform: scale(0) rotate(720deg);
	-moz-transform: scale(0) rotate(720deg);
	-ms-transform: scale(0) rotate(720deg);
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s
}
.portfolio-detail:hover > i::before {
	border-radius: 0;
	opacity: 1;
	transform: scale(1) rotate(0deg);
	-webkit-transform: scale(1) rotate(0deg);
	-moz-transform: scale(1) rotate(0deg);
	-ms-transform: scale(1) rotate(0deg);
}
.portfolio-detail .portfolio-content {
	position: absolute;
	left: 15px;
	right: 15px;
	opacity: 0;
	top: 50%;
	transform: translate(0%, -50%);
	-webkit-transform: translate(0%, -50%);
	-moz-transform: translate(0%, -50%);
	-ms-transform: translate(0%, -50%);	
	text-align: center;
	-webkit-transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
	-o-transition: all 1s ease 0s;
	transition: all 1s ease 0s;
}
.portfolio-detail:hover .portfolio-content {
	opacity: 1;
}
.portfolio-detail .portfolio-content > h3 {
	color: #333;
	font-family: 'Montserrat', sans-serif;
	font-size: 17px;
	font-weight: 400;
	text-transform: capitalize;
}
.portfolio-detail .portfolio-content > h3 > a  {
	color: #333;
	text-decoration: none;
}
.portfolio-detail .portfolio-content > .type-category a {
	color: #333;
	font-size: 13px;
	text-transform: lowercase;
	text-decoration: none;
}
.portfolio-detail .portfolio-content > .type-category a::after {
	content: ",";
}
.portfolio-detail .portfolio-content > .type-category a:last-child::after {
	content: "";
}
.portfolio-detail .portfolio-links {
	border: 1px solid rgba(255,255,255,0.3);
	position: absolute;
	top: 15px;
	right: 15px;
	opacity: 0;
	-webkit-transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
	-o-transition: all 1s ease 0s;
	transition: all 1s ease 0s;
}
.portfolio-detail:hover .portfolio-links {
	opacity: 1;
}
.portfolio-detail .portfolio-links > a {
	border-left: 1px solid rgba(255,255,255,0.3);
	color: #333;
	float: left;
	font-size: 16px;
	line-height: 2.5;
	width: 40px;
	height: 40px;
	text-align: center;
}
.portfolio-detail .portfolio-links > a:hover {
	background-color: #fff;
	color: #333;
}

/* - About Section */
.about-section  {
	background-color: #fff;
	margin-bottom: 40px;
}
.about-content {
	display: inline-block;
	padding: 30px;
	width: 100%;
}
.about-box {
	position: relative;
	padding-left: 0px;
	display: inline-block;
	min-height: 100px;
	text-align:center;
}
.about-box img{
	width:100%;
}
.about-box p{
	text-align:justify;
}
.about-box:nth-child(n+2) {
	margin-top: 50px;
}
.about-content  i {
	background-color: #fff;
	border-radius: 50%;
	color: #333;
	font-size: 26px;
	line-height: 3.84;
	height: 100px;
	width: 100px;
	text-align: center;
	position: absolute;
	left: 0;
}
.about-content .about-box h4 {
	font-family: 'Montserrat', sans-serif;
	font-size: 19px;
	line-height: 1.58;
	letter-spacing: 0.475px;
	color: #444444;
    margin-bottom: 0px;
}
.about-content .about-box p {
	font-size: 15px;
	line-height: 2;
	letter-spacing: 0.375px;
	color: #666666;
	font-family: 'Lato', sans-serif;
	margin-bottom: 54px;
	margin-bottom: 0;
}

/* - Our Work */
.our-work  .row {
	margin-left: -2.5px;
	margin-right: -2.5px;
}
.our-work  .row [class*="col-"] {
	padding-left: 2.5px;
	padding-right: 2.5px;
	margin-bottom: 5px;
}
.work-box {
	float: left;
	width: 100%;
	position: relative;
	overflow: hidden;
}
/* - Work Hover 1 */
.work-hover-1::before {
	background-image: url("assets/images/work-overlay.png");
	background-repeat: no-repeat;
	background-size: cover;
	content: "";
	position: absolute;
	left: 0;
	height: 100%;
	bottom: 0;
	right: 0;
}
.work-hover-1 .work-content {
	position: absolute;
	left: 50px;
	right: 15px;
	bottom: 43px;
	opacity: 0;
	animation-duration: 1s;
}
.work-hover-1:hover .work-content {
	opacity: 1;
	animation-name: bounceInDown;
}
.work-hover-1 .work-content > ul {
	padding: 0;
	display: inline-block;
	margin-bottom: 12px;
	width: 100%;
}
.work-hover-1 .work-content > ul > li {
	float: left;
	list-style: none;
}
.work-hover-1 .work-content > ul > li > a {
	background-color: #161616;
	color: #333;
	float: left;
	font-size: 16px;
	line-height: 2.5;
	height: 40px;
	text-align: center;
	width: 40px;
}
.work-hover-1 .work-content > ul > li:last-child > a {
	background-color: #fff;
}
.work-hover-1 .work-content > ul > li > a:hover {
	background-color: #fff;
	color: #333;
}
.work-hover-1 .work-content h3 {
	color: #333;
	font-size: 17px;
	margin-bottom: 4px;
	text-transform: capitalize;
}
.work-hover-1 .work-content .work-category {
	display: inline-block;
	width: 100%;
}
.work-hover-1 .work-content .work-category > a {
	color: #ffe000;
	font-size: 13px;
	text-decoration: none;
}
.work-hover-1 .work-content .work-category > a::after {
	content: ",";
}
.work-hover-1 .work-content .work-category > a:last-child::after {
	content: "";
}
.work-hover-1 .work-content .work-category > a:hover {
	color: #333;
}

/* - Work Hover 2 */
.work-hover-2 .work-content {
	animation-duration: 1s;
	background-color: #fff;
	position: absolute;
	left: 30px;
	right: 30px;
	bottom: 30px;
	top: 30px;
	opacity: 0;
	text-align: center;
	transform: scale(0);
	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	-ms-transform: scale(0);
	-webkit-transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
	-o-transition: all 1s ease 0s;
	transition: all 1s ease 0s;
}
.work-hover-2:hover .work-content {
	opacity: 1;
	transform: scale(1);
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
}
.work-hover-2 .work-content img {
	position: absolute;
	left: 0;
	right: 0;
	top: 50%;
	margin: 0 auto;
	transform: translate(0%, -50%);
	-webkit-transform: translate(0%, -50%);
	-moz-transform: translate(0%, -50%);
	-ms-transform: translate(0%, -50%);
}
.work-hover-2 .work-content ul {
	bottom: 15px;
	padding: 0;
	position: absolute;
	right: 15px;
	display: inline-block;
	margin-bottom: 0;
}
.work-hover-2 .work-content ul > li {
	float: left;
	list-style: none;
}
.work-hover-2 .work-content ul > li > a {
	background-color: #fff;
	border: 1px solid #fff;
	color: #5077fb;
	display: inline-block;
	font-size: 16px;
	line-height: 2.5;
	width: 40px;
	height: 40px;
	text-decoration: none;
	-webkit-transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
	-o-transition: all 1s ease 0s;
	transition: all 1s ease 0s;
}
.work-hover-2 .work-content ul > li > a:hover {
	background-color: #fff;
	color: #333;
}

/* - Work Hover 3 */
.work-hover-3 .work-content {
	background-color: rgba(0,0,0,0.6);
	bottom: 0;
	position: absolute;
	left: 0;
	right: 0;
	opacity: 0;
	padding: 24px 26px;
	animation-duration: 1s;
}
.work-hover-3:hover .work-content {
	opacity: 1;
	animation-name: slideInLeft;
}
.work-hover-3 .work-content h3 {
	color: #333;
	font-size: 17px;
	margin-bottom: 3px;
	text-transform: capitalize;
}
.work-hover-3 .work-content .work-category {
	display: inline-block;
	width: 100%;
}
.work-hover-3 .work-content .work-category > a {
	color: #ffe000;
	font-size: 13px;
	text-decoration: none;
}
.work-hover-3 .work-content .work-category > a::after {
	content: ",";
}
.work-hover-3 .work-content .work-category > a:last-child::after {
	content: "";
}
.work-hover-3 .work-content .work-category > a:hover {
	color: #333;
}
.work-hover-3 ul {
	top: 15px;
	padding: 0;
	position: absolute;
	right: 15px;
	display: inline-block;
	margin-bottom: 0;
	opacity: 0;
	animation-duration: 1s;
}
.work-hover-3:hover ul {
	opacity: 1;
	animation-name: slideInRight;
}
.work-hover-3 ul > li {
	float: left;
	list-style: none;
}
.work-hover-3 ul > li > a {
	background-color: #fff;
	color: #5077fb;
	display: inline-block;
	font-size: 16px;
	line-height: 2.5;
	width: 40px;
	height: 40px;
	text-decoration: none;
	text-align: center;
}
.work-hover-3 ul > li > a:hover {
	background-color: #fff;
	color: #333;
}

/* - Work Hover 4 */
.work-hover-4::before {
	background-image: url("assets/images/work-overlay.png");
	background-repeat: no-repeat;
	background-size: cover;
	content: "";
	position: absolute;
	left: 0;
	height: 100%;
	bottom: 0;
	right: 0;
}
.work-hover-4 .work-content {
	position: absolute;
	left: 15px;
	right: 50px;
	bottom: 43px;
	opacity: 0;
	animation-duration: 1s;
	text-align: right;
}
.work-hover-4:hover .work-content {
	opacity: 1;
	animation-name: bounceInUp;
}
.work-hover-4 .work-content > ul {
	padding: 0;
	display: inline-block;
	margin-bottom: 12px;
	width: 100%;
}
.work-hover-4 .work-content > ul > li {
	display: inline-block;
	list-style: none;
	margin-right: -3px;
}
.work-hover-4 .work-content > ul > li > a {
	background-color: #fff;
	color: #333;
	float: left;
	font-size: 16px;
	line-height: 2.5;
	height: 40px;
	text-align: center;
	width: 40px;
}
.work-hover-4 .work-content > ul > li:last-child {
	margin-right: 0;
}
.work-hover-4 .work-content > ul > li > a:hover {
	background-color: #fff;
	color: #333;
}
.work-hover-4 .work-content h3 {
	color: #333;
	font-size: 17px;
	margin-bottom: 4px;
	text-transform: capitalize;
}
.work-hover-4 .work-content .work-category {
	display: inline-block;
	width: 100%;
}
.work-hover-4 .work-content .work-category > a {
	color: #ffe000;
	font-size: 13px;
	text-decoration: none;
}
.work-hover-4 .work-content .work-category > a::after {
	content: ",";
}
.work-hover-4 .work-content .work-category > a:last-child::after {
	content: "";
}
.work-hover-4 .work-content .work-category > a:hover {
	color: #333;
}

/* - Work Hover 5 */
.work-hover-5::before {
	background-color: rgba(69,112,198,0.9);
	content: "";
	position: absolute;
	left: 0;
	height: 100%;
	bottom: 0;
	right: 0;
	opacity: 0;	
	-webkit-transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
	-o-transition: all 1s ease 0s;
	transition: all 1s ease 0s;
}
.work-hover-5:hover::before {
	opacity: 1;
}
.work-hover-5 .work-content {
	position: absolute;
	left: 15px;
	right: 15px;
	top: 50%;
	opacity: 0;
	text-align: center;	
	transform: translate(0%, -50%);
	-webkit-transform: translate(0%, -50%);
	-moz-transform: translate(0%, -50%);
	-ms-transform: translate(0%, -50%);	
	-webkit-transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
	-o-transition: all 1s ease 0s;
	transition: all 1s ease 0s;
}
.work-hover-5:hover .work-content {
	opacity: 1;
}
.work-hover-5 .work-content h3 {
	color: #333;
	font-size: 17px;
	margin-bottom: 4px;
	text-transform: capitalize;
}
.work-hover-5 .work-content .work-category {
	display: inline-block;
	width: 100%;
}
.work-hover-5 .work-content .work-category > a {
	color: #ffe000;
	font-size: 13px;
	text-decoration: none;
}
.work-hover-5 .work-content .work-category > a::after {
	content: ",";
}
.work-hover-5 .work-content .work-category > a:last-child::after {
	content: "";
}
.work-hover-5 .work-content .work-category > a:hover {
	color: #333;
}
.work-hover-5 > ul {
	position: absolute;
	padding: 0;
	display: inline-block;
	margin-bottom: 12px;
	right: 15px;
	top: 15px;
	animation-duration: 1s; 
	opacity: 0;
}
.work-hover-5:hover > ul {
	opacity: 1;
	animation-name: slideInRight;
}
.work-hover-5 > ul > li {
	display: inline-block;
	list-style: none;
	margin-right: -3px;
}
.work-hover-5 > ul > li > a {
	border: 1px solid #fff;
	color: #333;
	float: left;
	font-size: 16px;
	line-height: 2.5;
	height: 40px;
	text-align: center;
	width: 40px;
}
.work-hover-5 > ul > li:last-child {
	margin-right: 0;
}
.work-hover-5 > ul > li > a:hover {
	background-color: rgba(255,255,255,0.2);
	color: #333;
}

/* - Work Hover 6 */
.work-hover-6::before {
	background-color: #fff;
	content: "";
	position: absolute;
	left: 0;
	height: 100%;
	bottom: 0;
	right: 0;
	opacity: 0;	
	-webkit-transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
	-o-transition: all 1s ease 0s;
	transition: all 1s ease 0s;
}
.work-hover-6:hover::before {
	opacity: 1;
}
.work-hover-6 .work-content {
	position: absolute;
	left: 15px;
	right: 15px;
	top: 50%;
	opacity: 0;
	text-align: center;	
	transform: translate(0%, -50%);
	-webkit-transform: translate(0%, -50%);
	-moz-transform: translate(0%, -50%);
	-ms-transform: translate(0%, -50%);	
	-webkit-transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
	-o-transition: all 1s ease 0s;
	transition: all 1s ease 0s;
}
.work-hover-6:hover .work-content {
	opacity: 1;
}
.work-hover-6 .work-content h3 {
	color: #5077fb;
	font-size: 17px;
	margin-bottom: 4px;
	text-transform: capitalize;
}
.work-hover-6 .work-content .work-category {
	display: inline-block;
	width: 100%;
}
.work-hover-6 .work-content .work-category > a {
	color: #000000;
	font-size: 13px;
	text-decoration: none;
}
.work-hover-6 .work-content .work-category > a::after {
	content: ",";
}
.work-hover-6 .work-content .work-category > a:last-child::after {
	content: "";
}
.work-hover-6 .work-content .work-category > a:hover {
	color: #5077fb;
}
.work-hover-6 > ul {
	position: absolute;
	padding: 0;
	display: inline-block;
	margin-bottom: 12px;
	right: 15px;
	top: 15px;
	animation-duration: 1s; 
	opacity: 0;
}
.work-hover-6:hover > ul {
	opacity: 1;
	animation-name: slideInRight;
}
.work-hover-6 > ul > li {
	display: inline-block;
	list-style: none;
	margin-right: -3px;
}
.work-hover-6 > ul > li > a {
	background-color: #fff;
	border: 1px solid #fff;
	color: #333;
	float: left;
	font-size: 16px;
	line-height: 2.5;
	height: 40px;
	text-align: center;
	width: 40px;
}
.work-hover-6 > ul > li:last-child {
	margin-right: 0;
}
.work-hover-6 > ul > li > a:hover {
	background-color: #fff;
	color: #333;
}

/* - Work Hover 7 */
.work-hover-7 .work-content {
	background-color: #fff;
	bottom: 0;
	position: absolute;
	left: 0;
	right: 0;
	opacity: 0;
	padding: 24px 26px;
	animation-duration: 1s;
}
.work-hover-7:hover .work-content {
	opacity: 1;
	animation-name: slideInLeft;
}
.work-hover-7 .work-content h3 {
	color: #333;
	font-size: 17px;
	margin-bottom: 3px;
	text-transform: capitalize;
}
.work-hover-7 .work-content .work-category {
	display: inline-block;
	width: 100%;
}
.work-hover-7 .work-content .work-category > a {
	color: #ffe000;
	font-size: 13px;
	text-decoration: none;
}
.work-hover-7 .work-content .work-category > a::after {
	content: ",";
}
.work-hover-7 .work-content .work-category > a:last-child::after {
	content: "";
}
.work-hover-7 .work-content .work-category > a:hover {
	color: #333;
}
.work-hover-7 ul {
	top: 15px;
	padding: 0;
	position: absolute;
	right: 15px;
	display: inline-block;
	margin-bottom: 0;
	opacity: 0;
	animation-duration: 1s;
}
.work-hover-7:hover ul {
	opacity: 1;
	animation-name: slideInRight;
}
.work-hover-7 ul > li {
	float: left;
	list-style: none;
}
.work-hover-7 ul > li > a {
	background-color: #fff;
	color: #5077fb;
	display: inline-block;
	font-size: 16px;
	line-height: 2.5;
	width: 40px;
	height: 40px;
	text-decoration: none;
	text-align: center;
}
.work-hover-7 ul > li > a:hover {
	background-color: #fff;
	color: #333;
}

/* - Work Hover 8 */
.work-hover-8::before {
	background-color: rgba(0,0,0,0.5);
	content: "";
	position: absolute;
	left: 0;
	height: 100%;
	bottom: 0;
	right: 0;
	opacity: 0;	
	-webkit-transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
	-o-transition: all 1s ease 0s;
	transition: all 1s ease 0s;
}
.work-hover-8:hover::before {
	opacity: 1;
}
.work-hover-8 .work-content {
	position: absolute;
	left: 15px;
	right: 15px;
	top: 50%;
	opacity: 0;
	text-align: center;	
	transform: translate(0%, -50%);
	-webkit-transform: translate(0%, -50%);
	-moz-transform: translate(0%, -50%);
	-ms-transform: translate(0%, -50%);	
	-webkit-transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
	-o-transition: all 1s ease 0s;
	transition: all 1s ease 0s;
}
.work-hover-8:hover .work-content {
	opacity: 1;
}
.work-hover-8 .work-content h3 {
	color: #333;
	font-size: 17px;
	margin-bottom: 4px;
	text-transform: capitalize;
}
.work-hover-8 .work-content .work-category {
	display: inline-block;
	width: 100%;
}
.work-hover-8 .work-content .work-category > a {
	color: #ffe000;
	font-size: 13px;
	text-decoration: none;
}
.work-hover-8 .work-content .work-category > a::after {
	content: ",";
}
.work-hover-8 .work-content .work-category > a:last-child::after {
	content: "";
}
.work-hover-8 .work-content .work-category > a:hover {
	color: #333;
}
.work-hover-8 > ul {
	position: absolute;
	padding: 0;
	display: inline-block;
	margin-bottom: 12px;
	right: 15px;
	top: 15px;
	animation-duration: 1s; 
	opacity: 0;
}
.work-hover-8:hover > ul {
	opacity: 1;
	animation-name: slideInRight;
}
.work-hover-8 > ul > li {
	display: inline-block;
	list-style: none;
	margin-right: -3px;
}
.work-hover-8 > ul > li > a {
	border: 1px solid #fff;
	color: #333;
	float: left;
	font-size: 16px;
	line-height: 2.5;
	height: 40px;
	text-align: center;
	width: 40px;
}
.work-hover-8 > ul > li:last-child {
	margin-right: 0;
}
.work-hover-8 > ul > li > a:hover {
	background-color: rgba(255,255,255,1);
	color: #333;
}

/* - Work Hover 9 */
.work-hover-9::before {
	background-image: url("assets/images/work-overlay.png");
	background-repeat: no-repeat;
	background-size: cover;
	content: "";
	position: absolute;
	left: 0;
	height: 100%;
	bottom: 0;
	right: 0;
}
.work-hover-9 .work-content {
	position: absolute;
	left: 15px;
	right: 15px;
	bottom: 43px;
	opacity: 0;
	animation-duration: 1s;
	text-align: center;
}
.work-hover-9:hover .work-content {
	opacity: 1;
	animation-name: bounceInDown;
}
.work-hover-9 .work-content > ul {
	padding: 0;
	display: inline-block;
	margin-bottom: 12px;
	max-width: 100%;
}
.work-hover-9 .work-content > ul > li {
	float: left;
	list-style: none;
}
.work-hover-9 .work-content > ul > li > a {
	background-color: #fff;
	color: #333;
	float: left;
	font-size: 16px;
	line-height: 2.5;
	height: 40px;
	text-align: center;
	width: 40px;
}
.work-hover-9 .work-content > ul > li:last-child > a {
	background-color: #fff;
}
.work-hover-9 .work-content > ul > li > a:hover {
	background-color: #fff;
	color: #333;
}
.work-hover-9 .work-content h3 {
	color: #333;
	font-size: 17px;
	margin-bottom: 4px;
	text-transform: capitalize;
}
.work-hover-9 .work-content .work-category {
	display: inline-block;
	width: 100%;
}
.work-hover-9 .work-content .work-category > a {
	color: #ffe000;
	font-size: 13px;
	text-decoration: none;
}
.work-hover-9 .work-content .work-category > a::after {
	content: ",";
}
.work-hover-9 .work-content .work-category > a:last-child::after {
	content: "";
}
.work-hover-9 .work-content .work-category > a:hover {
	color: #333;
}

/* - Work Hover 10 */
.work-hover-10::before {
	background-color: rgba(69,112,198,1);
	content: "";
	position: absolute;
	left: 0;
	height: 100%;
	bottom: 0;
	right: 0;
	opacity: 0;	
	-webkit-transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
	-o-transition: all 1s ease 0s;
	transition: all 1s ease 0s;
}
.work-hover-10:hover::before {
	opacity: 1;
}
.work-hover-10 .work-content {
	position: absolute;
	left: 15px;
	right: 15px;
	top: 50%;
	opacity: 0;
	text-align: center;	
	transform: translate(0%, -50%);
	-webkit-transform: translate(0%, -50%);
	-moz-transform: translate(0%, -50%);
	-ms-transform: translate(0%, -50%);	
	-webkit-transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
	-o-transition: all 1s ease 0s;
	transition: all 1s ease 0s;
}
.work-hover-10:hover .work-content {
	opacity: 1;
}
.work-hover-10 .work-content h3 {
	color: #333;
	font-size: 17px;
	margin-bottom: 4px;
	text-transform: capitalize;
}
.work-hover-10 .work-content .work-category {
	display: inline-block;
	width: 100%;
}
.work-hover-10 .work-content .work-category > a {
	color: #ffe000;
	font-size: 13px;
	text-decoration: none;
}
.work-hover-10 .work-content .work-category > a::after {
	content: ",";
}
.work-hover-10 .work-content .work-category > a:last-child::after {
	content: "";
}
.work-hover-10 .work-content .work-category > a:hover {
	color: #333;
}
.work-hover-10 > ul {
	position: absolute;
	padding: 0;
	display: inline-block;
	margin-bottom: 12px;
	right: 15px;
	top: 15px;
	animation-duration: 1s; 
	opacity: 0;
}
.work-hover-10:hover > ul {
	opacity: 1;
	animation-name: slideInRight;
}
.work-hover-10 > ul > li {
	display: inline-block;
	list-style: none;
	margin-right: -3px;
}
.work-hover-10 > ul > li > a {
	border: 1px solid #fff;
	color: #333;
	float: left;
	font-size: 16px;
	line-height: 2.5;
	height: 40px;
	text-align: center;
	width: 40px;
}
.work-hover-10 > ul > li:last-child {
	margin-right: 0;
}
.work-hover-10 > ul > li > a:hover {
	background-color: rgba(255,255,255,0.2);
	color: #333;
}

/* - Our Team */
.our-team .team-box {
	background-color: #fff;
	display: inline-block;
	width: 100%;
}
.our-team .team-box .row {
	margin: 0;
}
.our-team .team-box .image-block {
	text-align: center;
	padding-top: 23px;
}
.our-team .team-box .team-content {
	background-color: #e2e2e2;
	padding: 40px 40px 25px 40px; 
}
.our-team .team-box .team-content > ul {
	margin-bottom: 23px;
	padding: 0;
}
.our-team .team-box .team-content > ul > li {
	display: inline-block;
	margin-right: 8px;
}
.our-team .team-box .team-content > ul > li > a {
	border: 1px solid rgba(0,0,0,0.1);
	border-radius: 5px;
	color: #000;
	font-size: 17.66px;
	line-height: 2.43;
	display: inline-block;
	height: 43px;
	width: 43px;
	text-align: center;
	-webkit-transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
	-o-transition: all 1s ease 0s;
	transition: all 1s ease 0s;
}
.our-team .team-box .team-content > ul > li > a:hover {
	background-color: #fff;
	border-color: transparent;
	color: #333;
}
.our-team .team-box .team-content > h4 {
	color: #1c222d;
	font-family: 'Montserrat', sans-serif;
	font-size: 23px;
	font-weight: 400;
	line-height: 1.5;
	margin-bottom: 15px;
	text-transform: capitalize;
}
.our-team .team-box .team-content > p {
	color: rgba(28,34,45,0.7);
	font-size: 15px;
	line-height: 1.667;
	margin-bottom: 25px;
}
.our-team .team-box .team-content > a {
	color: #1c222d;
	display: inline-block;
	font-family: 'Montserrat', sans-serif;
	font-size: 14px;
	line-height: 1.57;
	margin-top: 17px;
	text-transform: lowercase;
	text-decoration: none;
	-webkit-transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
	-o-transition: all 1s ease 0s;
	transition: all 1s ease 0s;
}
.our-team .team-box .team-content > a::after {
	content: "\f18e";
	font-family: FontAwesome;
	font-size: 24px;
	vertical-align: middle;
	margin-left: 13px;
}
.our-team .team-box .team-content > a:hover {
	color: #333;
}

/* - Our Team  2 */
.our-team2 {
	background-color: #fff;
	padding: 36px 30px 30px;
	margin-bottom: 5px;
}
.our-team2 .team-box {
	background-color: #fff;
	position: relative;
	text-align: center;
}
.our-team2 .team-box .team-content,
.our-team2 .team-box .team-content::before,
.our-team2 .team-box .team-content h4,
.our-team2 .team-box .team-content > ul {
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.our-team2 .team-box .team-content {
	background-color: rgba(0,0,0,0.8);
	display: inline-block;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	padding: 23px 15px 21px;
	z-index: 1;
}
.our-team2 .team-box .team-content::before {
	border-bottom: 47px solid rgba(0,0,0,0.8);
	border-left: 47px solid transparent; 
	border-right: 47px solid transparent;
	content: "";
	position: absolute;
	opacity: 0;
	left: 0;
	right: 0;
	top: 0;
	z-index: -1;
}
.our-team2 .team-box:hover .team-content::before {
	border-bottom-color: rgba(69,112,198,0.95);
	opacity: 1;
	top: -47px;
}
.our-team2 .team-box:hover .team-content {
	background-color: rgba(69,112,198,0.95);
}
.our-team2 .team-box:hover .team-content {
	padding-top: 0;
}
.our-team2 .team-box .team-content h4 {
	color: #333;
	display: inline-block;
	font-family: 'Montserrat', sans-serif;
	font-size: 18px;
	font-weight: 400;
	line-height: 1.387;
	text-transform: uppercase;
	margin-top: 0;
	margin-bottom: 0;
}
.our-team2 .team-box:hover .team-content h4 {
	margin-top: -19px;
	margin-bottom: 10px;
}
.our-team2 .team-box .team-content h4 > span {
	color: #d7d7d7;
	font-family: 'Poppins', sans-serif;
	font-size: 14px;
	font-weight: 600;
	letter-spacing: 0.35px;
	display: block;
	text-transform: lowercase;
}
.our-team2 .team-box .team-content > ul {
	padding: 0;
	margin-bottom: 0;
	margin-top: -40px;
	opacity: 0;
}
.our-team2 .team-box:hover .team-content > ul {
	opacity: 1;
	margin-top: 0;
}
.our-team2 .team-box .team-content > ul li {
	display: inline-block;
	margin: 0 5px;
}
.our-team2 .team-box .team-content > ul li a {
	border: 1px solid #fff;
	border-radius: 50%;
	color: #333;
	display: inline-block;
	font-size: 15px;
	line-height: 2.47;
	height: 37px;
	width: 37px;
}
.our-team2 .team-box .team-content > ul li a:hover {
	background-color: #fff;
	color: #222;
}

/* - Skill Section */
.skill-section {
	background-color: #fff;
	padding: 36px 30px 30px;
	margin-bottom: 5px;
}
.skill-section .page-title {
	margin-bottom: 27px;
}
.skill-block .skill-progress-box {
	margin-bottom: 32px;
}
.skill-block .skill-progress-box:last-child {
	margin-bottom: 0;
}
.skill-progress-box h3 {
	color: #444444;
	font-size: 14px;
	font-weight: 400;
	margin-bottom: 9px;
	line-height: 2.14;
	text-transform: uppercase;
	margin-top: 0;
	letter-spacing: 0.7px;
	position: relative;
}
.skill-progress-box h3 span {
	color: #333;
	margin-left: -15px;
	position: absolute;
	right: 0;
	top: 0;
	-webkit-transition: all ease 5s;
	-moz-transition: all ease 5s;
	-o-transition: all ease 5s;
	-ms-transition: all ease 5s;
	transition: all ease 5s;
}
.skill-progress-box h3 span::after {
	content: "%";
	padding-left: 3px;
}
.skill-block .skill-progress-box .progress-box {
	position: relative;
}
.skill-block .progress {
	background-color: #e4e4e4;
	height: 5px;
	margin-bottom: 0px;
	border-radius: 0;
	box-shadow: none;
}
.skill-block .progress-bar {
	background-color: #fff;
	box-shadow: none;
	-webkit-transition: all 3s ease 0s;
	-moz-transition: all 3s ease 0s;
	-o-transition: all 3s ease 0s;
	transition: all 3s ease 0s;
	width: 0;
}

/* - Why Choose Us */
.why-choose-us {
	background-color: #fff;
	padding: 36px 30px 30px;
}
.why-choose-us .why-choose-box {
	display: inline-block;
	width: 100%;
	position: relative;
	padding-left: 105px;
	padding-top: 6px;
	min-height: 84px;
}
.why-choose-us .why-choose-box > i {
	background-color: #f0f0f0;
	border-radius: 50%;
	color: #5077fb;
	display: inline-block;
	font-size: 24px;
	line-height: 3.5;
	position: absolute;
	text-align: center;
	left: 0;
	top: 0;
	height: 84px;
	width: 84px;
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
	transform: rotate(0deg);
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
}
.why-choose-us .why-choose-box:hover > i {
	background-color: #fff;
	color: #333;
	transform: rotate(720deg);
	-webkit-transform: rotate(720deg);
	-moz-transform: rotate(720deg);
	-ms-transform: rotate(720deg);
}
.why-choose-us .why-choose-box > h3 {
	color: #000000;
	font-family: 'Montserrat', sans-serif;
	font-size: 15px;
	font-weight: 400;
	letter-spacing: 0.45px;
	line-height: 1.6;
	margin-bottom: 3px;
	text-transform: capitalize;
}
.why-choose-us .why-choose-box > p {
	color: #666666;
	letter-spacing: 0.42px;
	line-height: 1.43;
	margin-bottom: 0;
}

/* - Blog */
.full-blog {
	padding: 30px;
}
.blog-box {
	display: inline-block;
	width: 100%;
}
.blog-box .blog-content {
	display: inline-block;
	max-width: 100%;
	margin-top: 18px;
}
.blog-box .blog-content > h3 {
	color: #000000;
	font-family: 'Montserrat', sans-serif;
	font-size: 17px;
	font-weight: 400;
	line-height: 1.29;
	margin-bottom: 15px;
}
.blog-box .blog-content > h3 > a {
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;	
}
.blog-box .blog-content > h3 > a {
	color: #000000;
	text-decoration: none;
}
.blog-box .blog-content > h3 > a:hover {
	color: #333;
}
.blog-box .blog-content .post-meta {
	display: inline-block;
	width: 100%;
	margin-bottom: 18px;
}
.blog-box .blog-content .post-meta > span {
	display: inline-block;
	color: rgba(0,0,0,0.5);
	font-size: 13px;
	margin-right: 13px;
}
.blog-box .blog-content .post-meta > span > i {
	color: #5077fb;
	font-size: 17px;
	margin-right: 7px;
}
.blog-box .blog-content .post-meta > span > a {
	color: rgba(0,0,0,0.5);
	text-decoration: none;
}
.blog-box .blog-content .post-meta > span > a:hover {
	color: #333;
}
.blog-box .blog-content > p {
	color: rgba(0,0,0,0.7);
	font-size: 15px;
	line-height: 1.67;
}
.blog-box .blog-content > a {
	border: 1px solid #fff;
	color: #333;
	display: inline-block;
	max-width: 100%;
	padding: 9px 22px;
	text-decoration: none;
	text-transform: capitalize;
	-webkit-transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
	-o-transition: all 1s ease 0s;
	transition: all 1s ease 0s;
}
.blog-box .blog-content > a:hover {
	background-color: #fff;
	color: #333;
}
.full-blog  .navigation.pagination { 
	margin-left: -30px;
}

/* - Blog Section */
.blog-section .blog-box {
	background-color: #fff;
	margin-bottom: 5px;
	position: relative;
	z-index: 1;
}
.blog-section .blog-box .blog-content {
	margin-top: 0;
	padding: 25px 30px;
}
.blog-section .blog-box .blog-content::before {
	background-color: #fff;
	bottom: 0;
	content: "";
	position: absolute;
	right: 0;
	top: 0;
	z-index: -1;
	opacity: 0;
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.blog-section .blog-box:hover .blog-content::before {
	opacity: 1;
}
.blog-section .blog-box:hover h3 a,
.blog-section .blog-box:hover .post-meta span i,
.blog-section .blog-box:hover a {
	color: #333;
}
.blog-section .blog-box:hover .post-meta span,
.blog-section .blog-box:hover .post-meta span a,
.blog-section .blog-box:hover p {
	color: rgba(255,255,255,0.5);
}
.blog-section .blog-box:hover a {
	border-color: #333;
}

/* - Single Blog */
.single-post {
	padding-bottom: 30px;
}
.single-post .blog-box .blog-content {
	padding-left: 30px;
	padding-right: 30px;
	padding-bottom: 12px;
	position: relative;
}
.single-post .blog-box .blog-content::before {
	background-color: #e5e5e5;
	bottom: 0;
	content: "";
	left: 30px;
	position: absolute;
	height: 1px;
	right: 30px;
}

/* - Comment Area */
.comments-area {
	display: inline-block;
    margin-top: 22px;
    padding: 0 30px;
    width: 100%;
}
.comments-title {
	color: #000000;
	font-family: 'Roboto', sans-serif;
	font-size: 24px;
	font-weight: 300;
	line-height: 1.875;
	margin-bottom: 3px;
	position: relative;
	text-transform: capitalize;
}
.comment-list {
    list-style: none;
    margin-bottom: 0;
	padding-left: 0;
	padding-right: 0;
}
.comment-list > li.depth-1 {
	padding-left: 0;
}
.comment-body {
	margin-bottom: 30px;
	padding-left: 100px;
	position: relative;
	min-height: 80px;
} 
.comment-meta {
	border-bottom: 1px solid #e5e5e5;
	display: inline-block;
	max-width: 100%;
}
.comment-author { 
	color: #5077fb;
	display: inline-block;
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	font-weight: 400;
	letter-spacing: -0.4px;
	line-height: 1.57;
	text-transform: capitalize;
}
.comment-author .avatar {	
	position: absolute;
	left: 0;
	top: 0;
}
.comment-author .fn {
	font-weight: 700;
	line-height: 1.57;
}
.comment-metadata {
	margin-bottom: 5px;
	display: inline-block;
}
.comment-metadata a {
	color: #d1d1d1;
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	font-weight: 300;
	text-transform: lowercase;
	text-decoration: none;
	letter-spacing: 0.18px;
	line-height: 2;
}
.comment-metadata a:hover {
	color: #6b6b6b;
}
.comment-metadata a::before {
	content: "/";
	margin: 0 8px;
}
.comments-area .comment .comment-content {
	padding-top: 10px;
}
.comments-area .comment p {
    color: #a3a3a3;
    font-size: 18px;
    line-height: 1.444;
	margin-bottom: 10px;
}
.comment-list .reply a {
	color: #151515;
	display: inline-block;
	font-size: 12px;
	font-weight: 600;
	letter-spacing: 0.18px;
	line-height: 2;
	position: relative;
	text-decoration: none;
	text-transform: uppercase;
	transition: all 1s ease 0s;
}
.comment-list .reply a > i {
	margin-right: 5px;
}
.comment-list .reply a:hover {
	color: #717171;
}
.comment-list .children {
	list-style: none;
	margin: 0 0 0 35px;
	padding-left: 35px;
}
.comment-list .children > li {
    padding-left: 0.5em;
}
.comment-list .children .comment {
	position: relative;
}
.comment-list .children .comment::before {
	border-left: 1px solid #dddddd;
	border-bottom: 1px solid #dddddd;
	content: "";
	position: absolute;
	left: -50px;
	top: 0;
	height: 40px;
	width: 40px;
}

/* - Comment Reply Form */
.comment-respond {
	display: inline-block;
	width: 100%;
	margin-top: 20px;
}
.comment-reply-title {
	color: #000000;
	font-family: 'Roboto', sans-serif;
	font-size: 24px;
	font-weight: 300;
	line-height: 1.875;
	margin-bottom: 10px;
	position: relative;
	text-transform: capitalize;
}
.required {
    color: #c0392b;
}
.comments-area .comment-form {
	margin-left: -5px;
	margin-right: -5px;
}
.comments-area .comment-form > div {
	padding-left: 5px;
	padding-right: 5px;
}
.comments-area .comment-form p {
	margin-bottom: 10px;
	position: relative;
}
.comments-area .comment-form-author,
.comments-area .comment-form-email,
.comments-area .comment-form-url {
	padding-left: 59px;
}
.comments-area .comment-form-author,
.comments-area .comment-form-email,
.comments-area .comment-form-url,
.comments-area .comment-form-comment {
	border: 1px solid #ddd;
    float: left;
	width: 100%;
}
.comments-area .comment-form-author::after,
.comments-area .comment-form-email::after,
.comments-area .comment-form-url::after {
	border-right: 1px solid #ddd;
	content: "";
	position: absolute;
	width: 59px;
	left: 0;
	top: 0;
	bottom: 0;
}
.comments-area .comment-form-author::before,
.comments-area .comment-form-email::before,
.comments-area .comment-form-url::before {
	border: 1px solid #fff;
	border-radius: 50%;
	color: #5077fb;
	font-family: FontAwesome;
	font-size: 12px;
	position: absolute;
	height: 30px;
	width: 30px;
	line-height: 2.3;
	left: 13px;
	top: 50%;
	transform: translate(0%, -50%);
	-webkit-transform: translate(0%, -50%);
	-moz-transform: translate(0%, -50%);
	-ms-transform: translate(0%, -50%);
	text-align: center;
}
.comments-area .comment-form-author::before {
	content: "\f007";
}
.comments-area .comment-form-email::before {
	content: "\f003";
}
.comments-area .comment-form-url::before {
	content: "\f0c1";
}
.comment-form input[type="text"],
.comment-form input[type="email"],
.comment-form input[type="url"],
.comment-form textarea {
	background-color: #fff;
    border: none;
    border-radius: 0;
	box-shadow: none;
	font-family: 'Roboto', sans-serif;
    color: #848484;
	font-size: 14px;
	font-weight: 300;
    letter-spacing: 0.225px;
    min-height: 59px;
    outline: none;
    padding: 18px;
    position: relative;
    width: 100%;
}
.comment-form textarea {
	padding-top: 25px;
	padding-bottom: 25px;
}
.form-submit {
	display: inline-block;
	margin-bottom: 0;
	width: 100%;
}
.comment-form input[type="submit"]{
	background-color: #fff;
    border: none;
    border-radius: 0;
    color: #333;
	cursor: pointer;
	float: right;
	font-family: 'Roboto', sans-serif;
    font-size: 14px;
	font-weight: 300;
    letter-spacing: -0.35px;
	line-height: 1.42;
    padding: 20px 15px;
    text-decoration: none;
    text-transform: uppercase;
	transition: all 1s ease 0s;
	-webkit-transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
	width: 100%;
}
.comment-form input[type="submit"]:hover {
	color: #333;
	background-color: #000;
}
.comment-form input::-webkit-input-placeholder,
.comment-form textarea::-webkit-input-placeholder {
	color: #a1a1a1;
	opacity: 1;
}
.comment-form input:-moz-placeholder,
.comment-form textarea:-moz-placeholder { 
	color: #a1a1a1;
	opacity: 1;
}
.comment-form input::-moz-placeholder,
.comment-form textarea::-moz-placeholder {
	color: #a1a1a1;
	opacity: 1;
}
.comment-form input:-ms-input-placeholder,  
.comment-form textarea:-ms-input-placeholder {  
	color: #a1a1a1;
	opacity: 1;
}

/* - Page Title */
.page-title {
	display: inline-block;
	text-align: center;
	width: 100%;
	margin-bottom: 38px;
}
.page-title h3 {
	color: #232323;
	font-family: 'Montserrat', sans-serif;
	font-size: 26px;
	font-weight: 300;
	line-height: 1;
	letter-spacing: 1.04px;
}
.page-title b {
	font-weight: 600;
}
.page-title span {
	font-size: 16px;
	line-height: 1.62;
	color: #333;
	letter-spacing: 0.64px;
	font-family: 'Poppins', sans-serif;
	text-decoration: none;
}

/* - Services Section 1 */
.services-section-1 {
	background-color: #fff;
	padding-top: 50px;
	margin-bottom: 5px;
}
.services-section-1 .container {
	position: relative;
}
.services-section-1 .srv-box {
	display: inline-block;
	width: 100%;
	position: relative;
	padding-left: 82px;
	min-height: 89px;
	margin-bottom: 35px;
}
.services-section-1 .row [class*="col-"]:nth-child(n+3) .srv-box {
	border-top: 1px solid #f2f2f2;
	padding-top: 40px;
}
.services-section-1 .row [class*="col-"]:nth-child(n+3) .srv-box i {
	top: 40px;
}
.services-section-1 .srv-box > i {
	border: 1px solid rgba(0,0,0,0.2);
	border-radius: 50%;
	color: #5a5a5a;
	font-size: 18px;
	line-height: 3.33;
	width: 60px;
	height: 60px;
	position: absolute;
	left: 0;
	top: 0;
	text-align: center;
	-webkit-transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
	-o-transition: all 1s ease 0s;
	transition: all 1s ease 0s;
	transform: rotate(0deg);
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
}
.services-section-1 .srv-box:hover > i {
	background-color: #fff;
	color: #333;
	transform: rotate(720deg);
	-webkit-transform: rotate(720deg);
	-moz-transform: rotate(720deg);
	-ms-transform: rotate(720deg);
}
.services-section-1 .srv-box > h4 {
	color: #3c586d;
	font-family: 'Montserrat', sans-serif;	
	font-size: 18px;
	line-height: 1.44;
	letter-spacing: 1.08px;
	-webkit-transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
	-o-transition: all 1s ease 0s;
	transition: all 1s ease 0s;
}
.services-section-1 .srv-box:hover > h4 {
	color: #333;
}
.services-section-1 .srv-box > p {
	color: #777777;
	font-family: 'Questrial', sans-serif;
	font-size: 14px;
	line-height: 1.71;
	letter-spacing: 0.84px;
	margin-bottom: 0;
}
.services-section-1 .container {
	position: relative;
}
.services-section-1 .srv-img {
	position: absolute;
	left: 0;
	right: 0;
	margin: 0 auto;
	top: 50%;
	transform: translate(0%, -50%);
	-webkit-transform: translate(0%, -50%);
	-moz-transform: translate(0%, -50%);
	-ms-transform: translate(0%, -50%);
	text-align: center;
}

/* - Offer Section */
.offer-section {
	margin-bottom: 5px;
}
.offer-section  .row {
	margin-left: -2.5px;
	margin-right: -2.5px;
}
.offer-section  .row [class*="col-"] {
	padding-left: 2.5px;
	padding-right: 2.5px;
}
.offer-section  .offer-box {
	background-color: #fff;
}
.offer-section .offer-box h3 {
	font-size: 17px;
	line-height: 1.41;
	color: #44434a;
	font-family: 'Roboto', sans-serif;
	font-weight: 700;
	padding: 18px 85px 18px 25px;
	position: relative;
	margin-bottom: 0;
	text-transform: capitalize;
}
.offer-section .offer-box span {
	font-size: 14px;
	line-height: 1.71;
	color: rgba(68,67,74,0.5);
	font-weight: 400;
	display: block;
	text-transform: lowercase;
}
.offer-section .offer-box i {
	font-size: 26px;
	color: #333;
	background-color: #fff;
	border-radius: 50%;
	height: 65px;
	width: 65px;
	line-height:2.6;
	text-align: center;	
	position: absolute;
	top: 50%;
	right: 10px;
	transform: translate(0%, -50%) rotate(0deg);
	-webkit-transform: translate(0%, -50%) rotate(0deg);
	-moz-transform: translate(0%, -50%) rotate(0deg);
	-ms-transform: translate(0%, -50%) rotate(0deg);
	-webkit-transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
	-o-transition: all 1s ease 0s;
	transition: all 1s ease 0s;
}
.offer-section .offer-box:hover i {
	background-color: #efefef;
	color: #606060;
	transform: translate(0%, -50%) rotate(720deg);
	-webkit-transform: translate(0%, -50%) rotate(720deg);
	-moz-transform: translate(0%, -50%) rotate(720deg);
	-ms-transform: translate(0%, -50%) rotate(720deg);	
}

/* - Service Section 2 */
.services-section-2 {
	background-color: #fff;
	padding-top: 40px;
	padding-bottom: 33px;
}
.services-section-2 .service-box {
	text-align: center;
}
.services-section-2 .service-box i {
	font-size: 30px;
	line-height: 2.667;
	background-color: #efefef;
	color: #606060;
	border-radius: 50%;
	height: 80px;
	width: 80px;
	margin-bottom: 22px;
	transform: rotate(0deg);
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	-webkit-transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
	-o-transition: all 1s ease 0s;
	transition: all 1s ease 0s;
}
.services-section-2 .service-box:hover  i {
	background-color: #fff;
	color: #333;
	transform: rotate(720deg);
	-webkit-transform: rotate(720deg);
	-moz-transform: rotate(720deg);
	-ms-transform: rotate(720deg);
}
.services-section-2 .service-box h4 {
	font-family: 'Montserrat', sans-serif;
	font-size: 16px;
	line-height: 1.62;
	color: #3c586d;
	text-transform: uppercase;	
}
.services-section-2 .service-box p {
	font-family: 'Questrial', sans-serif;
	font-size: 14px;
	line-height: 1.71;
	letter-spacing: 0.84px;
	color: #777;
	margin-bottom: 0;
}

/* - Services Section 3 */
.services-section-3 {
    background-color: #fff;
	margin-bottom: 5px;
	padding: 45px 30px 27px;
}
.services-section-3 .srv-box {
	position: relative;
	text-align: center;
}
.services-section-3 .srv-box i {
	display: inline-block;
	position: relative;
	margin-bottom: 18px;
	cursor: pointer;
}
.services-section-3 .srv-box i::before,
.services-section-3 .srv-box img {
	-webkit-transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
	-o-transition: all 1s ease 0s;
	transition: all 1s ease 0s;
}
.services-section-3 .srv-box i::before {
	border-bottom: 21px solid #fff; 
	border-left: 21px solid transparent;
	bottom: 10px;
	content: "";
	position: absolute;
	right: 10px;
	width: 21px;
	height: 21px;
	z-index: 1;
}
.services-section-3 .srv-box img {
	filter: gray;
	-webkit-filter: grayscale(1);
	filter: grayscale(1);
}
.services-section-3 .srv-box:hover img {
	-webkit-filter: grayscale(0);
	filter: none;
}
.services-section-3 .srv-box:hover i::before {
	border-bottom-color: #cf5f5f;
}
.services-section-3 .srv-box  h3 {
	font-size: 16px;
	line-height: 1.62;
	letter-spacing: 0.64px;
	color: #333;
	font-family: 'Poppins', sans-serif;
}
.services-section-3 .srv-box p {
	font-size: 13px;
	line-height: 2;
	letter-spacing: 0.52px;
	color: #9a9a9a;
	font-family: 'Open Sans', sans-serif;
	margin-bottom: 0;
}

/* - Services Section 4 */
.services-section-4 {
    background-color: #fff;
	margin-bottom: 5px;
	padding: 30px 30px;
}
.services-section-4 .nav-tabs {
	border-bottom: none;
	margin-bottom: 28px;
	padding-right: 0;
}
.services-section-4 .nav-tabs li {
	width: 33.33%;
	margin-bottom: 0;
}
.services-section-4 .nav-tabs li  a {
	font-size: 14px;
	line-height: 1.57;
	letter-spacing: 0.21px;
	color: #464646;
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
	text-transform: uppercase;
	border: 1px solid #dddddd;
	padding: 17px 0;
	text-align: center;
	border-radius: 0;
	-webkit-transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
	-o-transition: all 1s ease 0s;
	transition: all 1s ease 0s;
}
.services-section-4 .nav-tabs .nav-item.show .nav-link,
.services-section-4 .nav-tabs .nav-link.active,
.services-section-4 .nav-tabs .nav-link:hover {
	background-color: #fff;
	color: #333;
}
.services-section-4 .srv-content h3 {
	font-size: 21px;
	line-height: 1.05;
	letter-spacing: 0.31px;
	color: #333;
	font-family: 'Poppins', sans-serif;
	margin-top: 10px;
}
.services-section-4 .srv-content p {
	color: #666;
	font-family: 'Open Sans', sans-serif;
	line-height: 2.14;
	letter-spacing: 0.21px;
}

/* - Service Section 5 */
.services-section-5 {
    background-color: #fff;
	padding: 40px 30px 50px;
}
.services-section-5 .nav-tabs {
	text-align: center;	
	border: none;
	margin-bottom: 47px;
	padding-right: 0;
}
.services-section-5 .nav-tabs li {
	margin: 0;
	width: 33.333%;
}
.services-section-5 .nav-tabs li a {
	border: none;
	border-bottom: 10px solid transparent;
	color: #464646;
	font-size: 18px;
	line-height: 1.67;
	letter-spacing: 0.54px;
	padding-bottom: 14px;
	text-transform: capitalize;
	-webkit-transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
	-o-transition: all 1s ease 0s;
	transition: all 1s ease 0s;
}
.services-section-5 .nav-tabs li a i {
	display: block;
	font-size: 42px;
	margin-bottom: 24px;
}
.services-section-5 .nav-tabs .nav-item.show .nav-link,
.services-section-5 .nav-tabs .nav-link.active,
.services-section-5 .nav-tabs .nav-link:hover {
	border-bottom-color: #333;
	background-color: transparent;
	color: #5077fb;
}
.services-section-5 .srv-content img {
	border: 1px solid #fff;
	padding: 20px;
}
.services-section-5 .srv-content h4 {
	font-size: 26px;
	line-height: 1.15;
	letter-spacing: 0.65px;
	color: #444444;
	font-family: 'Raleway', sans-serif;
	font-weight: 600;
	margin-top: 10px;
}
.services-section-5 .srv-content p {
	font-size: 15px;
	line-height: 2;
	letter-spacing: 0.37px;
	color: #555555;
	font-family: 'Poppins', sans-serif;
}
.services-section-5 .srv-content ul {
	padding-left: 0;
	padding-right: 0;
	margin-bottom: 0;
}
.services-section-5 .srv-content ul li {
	color: #333;
	list-style: none;
	line-height: 2.57;
	letter-spacing: 0.35px;
}
.services-section-5 .srv-content ul li i {
	margin-right: 25px;
	font-size: 16px;
}

/* - Signle Project */
.single-project {
	margin-bottom: 5px;
}
.single-project .single-content {
	background-color: #fff;
	padding: 30px 30px 38px;
}
.single-project .single-content h3 {
	color: #000;
	font-family: 'Montserrat', sans-serif;
	font-size: 23px;
	font-weight: 400;
	line-height: 0.96;
	margin-bottom: 17px;
	text-transform: capitalize;
}
.single-project .single-content p {
	color: rgba(0,0,0,0.7);
	font-size: 15px;
	line-height: 1.67;
}
.single-project .single-content .single-gallery {
	margin-left: -8px;
	margin-right: -8px;
}
.single-project .single-content .single-gallery a {
	padding-left: 8px;
	padding-right: 8px;
	margin-top: 15px;
	float: left;
}
.single-project .single-content .single-gallery a:nth-child(n+5) {
	margin-top: 15px;
}

/* - Related Project */
.related-project .row {
	margin-left: -2.5px;
	margin-right: -2.5px;
}
.related-project .row [class*="col-"] {
    padding-left: 2.5px;
    padding-right: 2.5px;
}
.related-project .row [class*="col-"]:nth-child(n+3) {
	margin-top: 5px;
}

/* - Contact Info */
.contact-info {
	background-color: #fff;
	padding: 30px;
	margin-bottom: 5px;
}
.contact-info:last-of-type {
	margin-bottom: 0;
}
.contact-info h2 {
    color: #3c586d;
    font-family: "Montserrat",sans-serif;
    font-size: 20px;
    line-height: 0.88;
    margin-bottom: 20px;
}
.contact-info-box {
	border-bottom: 1px solid #f2f2f2;
	display: inline-block;
	margin-bottom: 20px;
	padding-bottom: 20px;
	width: 100%;
}
.contact-info-box p { 
	font-size: 14px;
    line-height: 1.86;
    margin-bottom: 0;
    min-height: 65px;
    padding: 10px 0 10px 87px;
    position: relative;
}
.contact-info-box p i {
	border: 1px solid #fff;
	border-radius: 50%;
	color: #5077fb;
	font-size: 24px;
	line-height: 2.5;
	height: 65px;
	position: absolute;
	left: 0;
	text-align: center;
	width: 65px;
	top: 0;
}
.contact-info-box:last-of-type {
	border-bottom: none;
	margin-bottom: 0;
	padding-bottom: 0;
}

.contact-info-box p ,
.contact-info-box p a {
	color: #777777;
	text-decoration: none;
}
.contact-info-box p a::after {
	content: "-";
	margin: 0 10px;
}
.contact-info-box p a:hover {
	color: #333;
}
.contact-info-box p a:last-of-type::after {
	content: "";
}
.contact-info-box p span {
	font-size: 14px;
	line-height: 2.86;
	color: #3c586d;
	font-family: 'Montserrat', sans-serif;
	text-transform: uppercase;
	font-weight: 400;
	margin-right: 10px;
}

/* - Map Block  */
.map-block .map-canvas {
	height: 338px;
}

/* - Contact Form */
.contact-form  .form-group {
	margin-bottom: 0;
}
.contact-form  .form-group:nth-child(n+2) {
	margin-top: 20px;	
}
.contact-form  .form-group .form-control {
	border: 1px solid #d5d8df;
	box-shadow: none;
	color: #b5b5b5;
	letter-spacing: 0.56px;
	line-height: 2;
	border-radius: 0;
	outline: none;
	padding: 5px 20px;
}
.contact-form  .form-group .form-control::-webkit-input-placeholder {
	color: #b5b5b5;
	opacity: 1;
}
.contact-form  .form-group .form-control:-moz-placeholder { 
	color: #b5b5b5;
	opacity: 1;
}
.contact-form  .form-group .form-control::-moz-placeholder {
	color: #b5b5b5;
	opacity: 1;
}
.contact-form  .form-group .form-control:-ms-input-placeholder {  
	color: #b5b5b5;
	opacity: 1;
}
.contact-form .form-group .submit {
	border: 1px solid #fff;
	color: #5077fb;
	cursor: pointer;
	line-height: 1.78;
	padding: 5px 37px;
	background-color: #fff;
	outline: none;
	box-shadow: none;
	text-transform: capitalize;
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.contact-form .form-group .submit:hover {
	background-color: #fff;
	color: #333;
}

/* + Alert Msg */
.alert-msg {
	color: #ccc;
	width: 100%;
	margin: 10px 0 0;
	display: inline-block;
}
.alert-msg-success {
	color: #50B948;
}
.alert-msg-failure {
	color: #FF0000;
}

/* ========================================================================== */
/* ========================================================================== */
							/* [ + Responsive ] */
/* ========================================================================== */
/* ========================================================================== */
/* - min-width: 1366 */
@media (min-width: 1366px) {
	/* - Blog */
	.full-blog {
		padding: 40px;
	}
	.full-blog .row {
		margin-left: -20px;
		margin-right: -20px;
	}
	.full-blog .row [class*="col-"] {
		padding-left: 20px;
		padding-right: 20px;
	}
	.full-blog  .navigation.pagination { 
		margin-left: -40px;
	}
	
	.slider-section-2 .carousel > a {
		width: 90px;
		height: 90px;
	}
	.slider-section-2 .carousel-control-prev {
		right: 300px;
	}
	.slider-section-2 .carousel-control-next {
		right: 210px;
	}
	.slider-section-2 > a {
		padding-left: 32px;
		padding-right: 32px;
	}
	.slider-section-2 > a i {
		margin-left: 27px;
	}
}

/* - min-width: 1200 */
@media (min-width: 1200px) {
	.main-container {
		padding-left: 370px;
	}
	
	/* - Sidebar */
	.sidebar-menu {
		width: 370px;
	}
	
	/* - Our Team  2 */
	.our-team2 .row [class*="col-"]:nth-child(n+4) {
		margin-top: 30px;
	}
	
	/* - Blog */
	.full-blog .row [class*="col-"]:nth-child(n+4) {
		margin-top: 40px;
	}
	
	/* - Services Section 1 */
	.services-section-1 .row [class*="col-"]:nth-child(odd) {
		padding-right: 104px;
	}
	.services-section-1 .row [class*="col-"]:nth-child(even) {
		padding-left: 104px;
	}
	.services-section-1 .row [class*="col-"]:nth-child(odd) .srv-box {
		text-align: right;
		padding-left: 0;
		padding-right: 82px;
	}
	.services-section-1 .row [class*="col-"]:nth-child(odd) .srv-box > i {
		right: 0;
		left: auto;
	}
}

/* - min-width: 992 */
@media (min-width: 992px) {
	.portfolio-category {
		display: none;
	}
	.sidebar-menu .portfolio-category,
	.sidebar-menu .portfolio-category h3 {
		display: block;
	}
	
	/* - Sidebar */
	.sidebar-menu {
		position: absolute;
		left: 0;
		top: 0;
	}
	.sidebar-menu .ownavigation {
		padding-left: 0px;
		padding-right: 0px;
	}
	.header_s .ownavigation {
		display: inline-block;
		text-align: center;
		width: 100%;
		padding:0px;
	}
	.sidebar-menu .ownavigation .navbar-brand { 
		display: none;
	}
	.header_s .ownavigation.navbar-expand-lg .navbar-collapse,
	.header_s .ownavigation .navbar-nav,
	.header_s .ownavigation .navbar-nav > li  {
		display: inline-block;
		width: 100%;
	}
	.header_s .ownavigation .navbar-nav > li::before { 
		background-color: #ffe000;
		content: "";
		position: absolute;
		width: 0;
		right: 0;
		height: 2px;
		top: 50%;
		transform: translate(0%, -50%);
		-webkit-transform: translate(0%, -50%);
		-moz-transform: translate(0%, -50%);
		-ms-transform: translate(0%, -50%);	
		-webkit-transition: all 1s ease 0s;
		-moz-transition: all 1s ease 0s;
		-o-transition: all 1s ease 0s;
		transition: all 1s ease 0s;
		z-index: -1;
	}
	.header_s .ownavigation .navbar-nav > .active::before, 
	.header_s .ownavigation .navbar-nav li:hover::before {
		width: 100%;
	}
	.header_s .ownavigation .navbar-nav .dropdown-menu li {
		padding: 10px 10px;
	}
	.header_s .ownavigation .navbar-nav .dropdown-menu > li:first-child {
		padding-top: 20px;
	}
	.header_s .ownavigation .navbar-nav .dropdown-menu > li:last-child {
		padding-bottom: 20px;
	}
	.header_s .ownavigation .navbar-nav .dropdown-menu li a {
		padding: 0px;
		
	}
	
	/* + Footer */
	.footer-main {
		display: none;
	}
	.sidebar-menu .footer-main {
		display: block;
		text-align: center;
		padding-left: 0;
		padding-right: 0;
	}
	.sidebar-menu .footer-main > h3,
	.sidebar-menu .footer-main > ul,
	.sidebar-menu .footer-main > p {
		padding-right: 0px;
	}
	.sidebar-menu .footer-main > ul {
		margin-bottom: 40px;
	}
	.sidebar-menu .footer-main > p {
		padding-top: 40px;
		border-top: 1px solid rgba(255,255,255,0.1);
	}
}

/* - min-width: 768 */
@media (min-width: 768px) {
	/* - Our Team */
	.our-team-list .team-box:nth-child(even) .row .image-block {
		order: 12;
	}
	.our-team-list {
		margin-left: 0;
		margin-right: 0;
	}
	.our-team-list > [class*="col-"] {
		padding-left: 0;
		padding-right: 0;
	}
	
	/* - Why Choose Us */
	.why-choose-us .row [class*="col-"]:nth-child(n+3) {
		margin-top: 77px;
	}
	
	/* - Services Section 2 */
	.services-section-2 .row [class*="col-"]:nth-child(n+4) { 
		margin-top: 30px;
	}
	/* - Services Section 3 */
	.services-section-3 .row [class*="col-"]:nth-child(n+4) {
		margin-top: 30px;
	}
}

/* - min-width: 576 */
@media (min-width: 576px) { 
	/* - Blog Section */
	.blog-section .blog-box .blog-cover {
		width: 49.73%;
		float: left;
	}
	.blog-section .blog-box .blog-content {
		width: 50.27%;
	}
	.blog-section .blog-box .blog-content::before {
		width: 50.27%;
	}
	
	/* - Offer Section */
	.offer-section  .row [class*="col-"]:nth-child(n+4) {
		margin-top: 5px;
	}
}

/* - max-width: 1199 */
@media (max-width: 1199px) {
	.page-content {
		padding: 20px;
		max-width: 965px;
		margin: 0 auto;
	}
	.slider-section-2 .carousel > a,
	.slider-section-2 > a {
		display: none;
	}
	
	/* - Our Team */
	.our-team .team-box .team-content {
		padding: 20px;
	}
	.our-team .team-box .team-content > ul {
		margin-bottom: 10px;
	}
	.our-team .team-box .team-content > p {
		margin-bottom: 15px;
	}
	.our-team .team-box .team-content > a {
		margin-top: 0;
	}
	/* - Our Team  2 */
	.our-team2 .row [class*="col-"]:nth-child(n+3) {
		margin-top: 30px;
	}
	
	/* - Blog */
	.full-blog .row [class*="col-"]:nth-child(n+3) {
		margin-top: 30px;
	}
	
	/* - Services Section 1 */
	.services-section-1 .srv-img { 
		display: none;
	}
	
	/* - Offer Section */
	.offer-section .offer-box h3 {
		font-size: 16px;
		padding-right: 75px;
		padding-left: 15px;
	}
	.offer-section .offer-box span { 
		font-size: 11px;
	}
	.offer-section .offer-box i {
		font-size: 22px;
		width: 55px;
		height: 55px;
		line-height: 2.5;
	}
}	

/* - min to max: 992 to 1199 */
@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.main-container {
		padding-left: 30%;
	}
	.sidebar-menu {
		width: 30%;
	}
	
	/* - Services Section 1 */
	.services-section-1 .srv-box {
		margin-bottom: 27px;
		margin-top: 27px;
	}
	
	/* - Services Section 5 */
	.services-section-5 .nav-tabs li a {
		font-size: 14px;
	}
}

/* - max-width: 991 */
@media (max-width: 991px) {
	.sidebar-menu .filter-menu,
	.sidebar-menu .footer-detail {
		display: none;
	}
	
	/* - Sidebar Menu */
	.sidebar-menu .logo-block { 
		display: none;
	}
	.header_s .ownavigation {
		text-align: left;
	}
	.header_s .ownavigation .navbar-nav > li > a {
		padding-left: 0;
	}
	.header_s .ownavigation .image-logo {
		max-width: 175px;
	}
	.header_s .ownavigation .navbar-toggler {
		border-color: #333;
		color: #333;
	}
	.header_s .ownavigation .navbar-toggler:hover, 
	.header_s .ownavigation .navbar-toggler:focus  {
		border-color: #ffc000;
		color: #ffc000;
	}
	.header_s .ownavigation .ddl-switch {
		background-color: rgba(255,255,255,0.5);
	}
	
	.header_s .ownavigation .navbar-brand:not(.image-logo) {
		font-size: 26px;
		letter-spacing: 5px;
		margin-right: 0px;
		padding: 15px 25px;
	}
}

/* - min to max: 768 to 991 */
@media only screen and (min-width: 768px) and (max-width: 991px) {
	/* - Blog Section */
	.blog-section .blog-box .blog-content {
		padding: 15px;
	}
	.blog-section .blog-box .blog-content > h3 {
		font-size: 15px;
		margin-bottom: 10px;
	}
	.blog-section .blog-box .blog-content .post-meta {
		margin-bottom: 10px;
	}
	.blog-section .blog-box .blog-content .post-meta > span {
		font-size: 12px;
	}
	.blog-section .blog-box .blog-content .post-meta > span > i {
		font-size: 14px;
	}
	.blog-section .blog-box .blog-content > p {
		font-size: 14px;
		line-height: 1.545;
		margin-bottom: 10px;
	}
	.blog-section .blog-box .blog-content > a {
		padding-bottom: 4px;
		padding-top: 4px;
	}
}


/* - max-width: 767 */
@media (max-width: 767px) {
	.page-content {
		padding: 15px;
	}
	
	/* - Slider Section */
	#kodra-slider .custom.tparrows {
		top: -15px !important
	}
	
	/* - Our Team */
	.our-team-list {
		margin-left: -2.5px;
		margin-right: -2.5px;
	}
	.our-team-list .team-box {
		background-color: transparent;
		padding-left: 2.5px;
		padding-right: 2.5px;
	}
	.our-team-list .team-box .image-block {
		background-color: #fff;
	}
	.our-team-list .team-box:nth-child(n+3) {
		margin-top: 5px;
	}
	/* - Why Choose Us */
	.why-choose-us .row [class*="col-"]:nth-child(n+2) {
		margin-top: 47px;
	}
	
	/* - Single Post */
	.comment-list .children {
		margin-left: 15px;
		padding-left: 15px;
	}
	.comment-list .children .comment::before {
		display: none;
	}
	
	/* - Services Section 2 */
	.services-section-2 .row [class*="col-"]:nth-child(n+3) { 
		margin-top: 30px;
	}
	/* - Services Section 3 */
	.services-section-3 .row [class*="col-"]:nth-child(n+3) {
		margin-top: 30px;
	}
	
	/* - Service Section 5 */
	.services-section-5 .nav-tabs li a {
		font-size: 14px;
		padding-left: 5px;
		padding-right: 5px;
	}
	.services-section-5 .nav-tabs li a i {
		font-size: 32px;
		margin-bottom: 20px;
	}
}

/* - min to max: 576 to 767 */
@media (min-width: 576px) and (max-width: 767px) {
	/* - Blog Section */
	.blog-section .blog-box .blog-content {
		padding: 15px;
	}
	.blog-section .blog-box .blog-content > h3 {
		font-size: 15px;
		margin-bottom: 10px;
	}
	.blog-section .blog-box .blog-content .post-meta {
		margin-bottom: 10px;
	}
	.blog-section .blog-box .blog-content .post-meta > span {
		font-size: 12px;
	}
	.blog-section .blog-box .blog-content .post-meta > span > i {
		font-size: 14px;
	}
	.blog-section .blog-box .blog-content > p {
		font-size: 14px;
		line-height: 1.545;
		margin-bottom: 10px;
	}
	.blog-section .blog-box .blog-content > a {
		padding-bottom: 4px;
		padding-top: 4px;
	}
}

/* - max-width: 639 */
@media (max-width: 639px) {
	
}

/* - max-width: 575 */
@media (max-width: 575px) {
	/* - Portfolio */
	.portfolio-detail {
		max-width: 388px;
		float: none;
		margin: 0 auto;
	}
	
	/* - About Section */
	.about-box {
		padding-left: 80px;
	}
	.about-content i {
		font-size:  22px;
		height: 60px;
		line-height: 2.73;
		width: 60px;
	}
	
	/* - Our Work */
	.work-box  {
		max-width: 460px;
		display: block;
		margin: 0 auto;
		float: none;
	}
	
	/* - Our Team  2 */
	.our-team2 .row [class*="col-"]:nth-child(n+2) {
		margin-top: 30px;
	}
	.our-team2 .row [class*="col-"] .team-box {
		display: block;
		max-width: 268px;
		margin: 0 auto;
	}
	
	/* - Blog */
	.full-blog {
		padding: 40px 15px;
	}
	.full-blog .blog-box {
		max-width: 462px;
		display: block;
		margin: 0 auto;
	}
	.full-blog .row [class*="col-"]:nth-child(n+2) {
		margin-top: 30px;
	}
	
	/* - Blog Section */
	.blog-section .blog-box {
		max-width: 460px;
		display: block;
		margin-left: auto;
		margin-right: auto;
	}
	.blog-section .blog-box .blog-content {
		position: relative;
	}
	.blog-section .blog-box .blog-content::before { 
		left: 0;
	}
	
	/* - Services Section 2 */
	.services-section-2 .row [class*="col-"]:nth-child(n+2) { 
		margin-top: 30px;
	}
	
	/* - Offer Section */
	.offer-section  .row [class*="col-"]:nth-child(n+3) {
		margin-top: 5px;
	}
	
	/* - Service Section 4 */
	.services-section-4 .nav-tabs li { 
		width: 50%;
	}
	.services-section-4 .srv-content {
		text-align: center;
	}
	.services-section-4 .srv-content .row > div + div {
		margin-top: 25px;
	}
	/* - Service Section 5 */
	.services-section-5 .nav-tabs li {
		width: 50%;
	}
	.services-section-5 .nav-tabs li:nth-child(n+3) {
		margin-top: 10px;
	}
	.services-section-5 .srv-content .row > div + div {
		margin-top: 25px;
	}
	
	/* - Contact Section */
	.contact-info-box p {
		padding-top: 0;
		line-height: 1.5;
	}
	.contact-info-box p span,
	.contact-info-box p a {
		display: block;
	}
	.contact-info-box p a::after {
		display: none;
	}
	.related-project .row [class*="col-"]:nth-child(n+2) {
		margin-top: 5px;
	}
}

/* - max-width: 479 */
@media (max-width: 479px) {
	/* - Single Post */
	.comment-list .children {
		margin-left: 0;
		padding-left: 0;
	}
	
	/* - Offer Section */
	.offer-section .row [class*="col-"] {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
	.offer-section  .row [class*="col-"]:nth-child(n+2) {
		margin-top: 5px;
	}
	.offer-section .row [class*="col-"] .offer-box {
		max-width: 305px;
		display: block;
		margin: 0 auto;
	}
	
	/* - Services Section 3 */
	.services-section-3 .row [class*="col-"] {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
	.services-section-3 .row [class*="col-"]:nth-child(n+2) {
		margin-top: 30px;
	}
	
	/* - Service Section 4 */
	.services-section-4 .nav-tabs li { 
		width: 100%;
	}
	/* - Service Section 5 */
	.services-section-5 .nav-tabs li {
		width: 100%;
	}
	.services-section-5 .nav-tabs li:nth-child(n+2) {
		margin-top: 10px;
	}
	.contact-info {
		padding: 30px 15px;
	}
}
/* - max-width: 360 */
@media (max-width: 360px) {
	.contact-info-box p {
		padding-left: 75px;
	}
	.contact-info p a {
		font-size: 12px;
		line-height: 1.8;
	}
}

.search.collapsed .sr-ic-open,
.search .sr-ic-close {
	display: inline-block;
}
.search.collapsed .sr-ic-close {
	display: none;
}
.search .sr-ic-open {
	display: none;
}


/* ========================================================================== */
/* ========================================================================== */
							/* [ + Elements ] */
/* ========================================================================== */
/* ========================================================================== */
/* --------------------------------------------------------------------------------------------------------------------------------------------*/

/* - Padding/Margin */
.no-padding {
	padding: 0;
}
.no-left-padding{
	padding-left: 0;
}
.no-right-padding {
	padding-right: 0;
}
.no-top-padding {
	padding-top: 0;
}
.no-bottom-padding {
	padding-bottom: 0;
}
.no-margin {
	margin: 0;
}
.no-left-margin {
	margin-left: 0;
}
.no-right-margin {
	margin-right: 0;
}
.no-top-margin {
	margin-top: 0;
}
.no-bottom-margin {
	margin-bottom: 0;
}

/* - Section Padding */
.section-padding {
	padding-top: 75px;
	padding-bottom: 75px;
}
.padding-10 {
	padding-top: 5px;
	padding-bottom: 5px;
}
.padding-20 {
	padding-top: 10px;
	padding-bottom: 10px;
}
.padding-30 {
	padding-top: 15px;
	padding-bottom: 15px;
}
.padding-40 {
	padding-top: 20px;
	padding-bottom: 20px;
}
.padding-50 {
	padding-top: 25px;
	padding-bottom: 25px;
}
.padding-60 {
	padding-top: 30px;
	padding-bottom: 30px;
}
.padding-70 {
	padding-top: 35px;
	padding-bottom: 35px;
}
.padding-80 {
	padding-top: 40px;
	padding-bottom: 40px;
}
.padding-90 {
	padding-top: 45px;
	padding-bottom: 45px;
}
.padding-100 {
	padding-top: 50px;
	padding-bottom: 50px;
}
.vertical_middle {
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	-webkit-transform: translate(0, -50%);
	-moz-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
}
.nav_absolute {
	position: absolute;
}
.align_left {
	text-align: left;
}
.align_right {
	text-align: right;
}
.align_center {
	text-align: center;
}

/* - OW pull-left/pull-right */
.ow-pull-left  {
	float: left;
}
.ow-pull-right  {
	float: right;
}

.main-container {
	width: 1920px;
	max-width: 100%;
	margin: 0 auto;
}

/* - BG */
.white-bg {
	background-color: #fff;
}

/* ## Site Header ******************************************* */

/* - Search */
.search-box {
	background-color: #303030;
	padding: 0;
	position: absolute;
	right: 15px;
	top: 100%;
	width: 260px;
	opacity: 1;
	transform: scaleY(1);
	-webkit-transform: scaleY(1);
	-moz-transform: scaleY(1);
	-ms-transform: scaleY(1);
	transform-origin: 0 0 0;
	transition: all 0.4s ease-in-out 0s;
	z-index: 101;
}
.search-box form {
	width: 100%;
	padding: 10px 0;
	display: block;
}
.search-box form input {
	background-color: transparent;
	box-shadow: none;
	border: none;
	border-radius: 0;
	color: #ccc;
	font-size: 14px;
	font-style: italic;
	height: auto;
}
.search-box form input:focus {
	background-color: transparent;
	box-shadow: none;
	-webkit-box-shadow: none;
	outline: none;
	border-color: #333;
	color: #ccc;
}
.search-box form input::-webkit-input-placeholder {
	color: #ccc;
	opacity: 1;
}
.search-box form input:-moz-placeholder { 
	color: #ccc;
	opacity: 1;
}
.search-box form input::-moz-placeholder {
	color: #ccc;
	opacity: 1;
}
.search-box form input:-ms-input-placeholder {
	color: #ccc;
	opacity: 1;
}
.search-box .input-group-btn > .btn {
	padding: 0;
	background-color: transparent;
	border: none;
	box-shadow: none;
	outline: none;
	cursor: pointer;
}
.search-box span i {
	font-size: 15px;
	color: #fb2943;
	float: right;
	margin: 5px;
}

/* - SlidePanel */
.slidepanel { 
	display: block; 
}
.closeit,
.toggle,
.slideit {
	display: none;
}

/* - Navigation Menu */
.ownavigation {
	border: none;
	border-radius: 0;
	min-height: 1px;
	margin-bottom: 0;
}


/* - Nav Main */

/* - Nav Header */
.navbar-brand {
	height: auto;
	padding: 0;
	margin-top: 15px;
	margin-bottom: 15px;
}

/* - Nav Toggle */

/* - Nav Switch */

/* - Nav Items */
.ownavigation .navbar-nav li  a {
	color: #232323;
	font-weight: 500;
	text-transform: uppercase;
	letter-spacing: 0.56px;
	background-color: transparent;
	word-wrap: break-word;
	white-space: normal;
}
.ownavigation .navbar-nav > .active > a, 
.ownavigation .navbar-nav > .active > a:focus, 
.ownavigation .navbar-nav > .active > a:hover,
.ownavigation .navbar-nav li:hover > a,
.ownavigation .navbar-nav li a:hover,
.ownavigation .navbar-nav li a:focus {
	background-color: transparent;
}

/* - Nav Dropdown */

/* ## Responsive ************************************************************************************** */
	
/*----------------------------------------------------
	* Responsive
------------------------------------------------------*/

/* - min-width: 1200 */
@media (min-width: 1200px) {
	.container {
		max-width: 1200px;
	}
}

/* - min-width: 992 */
@media (min-width: 992px) {
	.desktop-hide {
		display: none;
	}
	
	/* ## Navigation Menu */
	.nav_trans {
		background: transparent;
	}

	/* - Nav Main */

	/* - Nav Header */

	/* - Nav Switch */
	.ownavigation .ddl-switch {
		display: none !important;
	}
	/* - Nav Items */
	.ownavigation .navbar-nav > li {
		margin: 0 20px;
	}
	.ownavigation .navbar-nav > li > a {
		padding: 10px 0;
		margin-top: 20px;
		margin-bottom: 20px;
		position: relative;
	}
	.ownavigation .navbar-nav > .active > a, 
	.ownavigation .navbar-nav > .active > a:focus, 
	.ownavigation .navbar-nav > .active > a:hover,
	.ownavigation .navbar-nav li:hover > a,
	.ownavigation .navbar-nav li a:hover {
		background-color: transparent;
		color: #004586;
	}

	/* - Nav Dropdown */
	.ownavigation .navbar-collapse > ul > li > .dropdown-menu {
		top: 0;
		left: 100%;
	}
	.ownavigation ul li > .dropdown-menu {
		background-color: #fff;
		border: none;
		left: 100%;
		border-radius: 0;
		opacity: 0;
		top: 0;
		display: block;
		margin: 0;
		padding: 0;
		min-width: 218px;
		max-width: 218px;
		visibility: hidden\0/;
		transition: all 0.17s ease-in-out;
		-moz-transition: all 0.17s ease-in-out;
		-webkit-transition: all 0.17s ease-in-out;
		-o-transition: all 0.17s ease-in-out;
		-webkit-backface-visibility: hidden;
		-moz-backface-visibility: hidden;
		-o-backface-visibility: hidden;
		-ms-backface-visibility: hidden;
		backface-visibility: hidden;
		-webkit-transform-origin: 0 0;
		-moz-transform-origin: 0 0;
		-ms-transform-origin: 0 0;
		-o-transform-origin: 0 0;
		transform-origin: 0 0;
		-webkit-transform: rotateX(-90deg);
		-moz-transform: rotateX(-90deg);
		-ms-transform: rotateX(-90deg);
		-o-transform: rotateX(-90deg);
		transform: rotateX(-90deg);
		-webkit-transition: -webkit-transform 0.4s, opacity 0.1s 0.3s;
		-moz-transition: -moz-transform 0.4s, opacity 0.1s 0.3s;
		-mos-transition: -mos-transform 0.4s, opacity 0.1s 0.3s;
		-o-transition: -o-transform 0.4s, opacity 0.1s 0.3s;
	}
	.ownavigation .navbar-nav li .dropdown-menu > li > a {
		font-size: 13px;
		color: #333333;
		padding: 14px 22px;
		-webkit-transition: all 0.5s ease 0s;
		-moz-transition: all 0.5s ease 0s;
		-o-transition: all 0.5s ease 0s;
		transition: all 0.5s ease 0s;
	}
	.ownavigation .navbar-nav li .dropdown-menu > li > a:hover {
		color: #fcb100;
	}
	.ownavigation .navbar-nav li.dropdown:hover > .dropdown-menu {
		visibility: visible;
		opacity: 1;
		-webkit-transform: rotateX(0deg);
		-moz-transform: rotateX(0deg);
		-ms-transform: rotateX(0deg);
		-o-transform: rotateX(0deg);
		transform: rotateX(0deg);
		-webkit-transition: -webkit-transform 0.4s, opacity 0.1s;
		-moz-transition: -moz-transform 0.4s, opacity 0.1s;
		-mos-transition: -mos-transform 0.4s, opacity 0.1s;
		-o-transition: -o-transform 0.4s, opacity 0.1s;
		transition: transform 0.4s, opacity 0.1s;
	}
	.ownavigation ul > li > .dropdown-menu {
		left: 100%; 
	}
	/* .ownavigation .navbar-collapse > ul > li:last-child > .dropdown-menu,
	.ownavigation .navbar-collapse > ul > li:nth-last-child(2) > .dropdown-menu {
		right: 0; 
	} */
	.ownavigation ul > li > .dropdown-menu,
	.ownavigation ul > li .dropdown-menu ul,
	.ownavigation ul > li .dropdown-menu ul ul ul,
	.ownavigation ul > li .dropdown-menu ul ul ul ul ul,
	.ownavigation ul > li .dropdown-menu ul ul ul ul ul ul ul,
	.ownavigation ul > li .dropdown-menu ul ul ul ul ul ul ul ul ul/* ,
	.ownavigation .navbar-collapse > ul > li:last-child .dropdown-menu ul ul,
	.ownavigation .navbar-collapse > ul > li:last-child .dropdown-menu ul ul ul ul,
	.ownavigation .navbar-collapse > ul > li:last-child .dropdown-menu ul ul ul ul ul ul,
	.ownavigation .navbar-collapse > ul > li:last-child .dropdown-menu ul ul ul ul ul ul ul ul,
	.ownavigation .navbar-collapse > ul > li:last-child .dropdown-menu ul ul ul ul ul ul ul ul ul ul,
	.ownavigation .navbar-collapse > ul > li:nth-last-child(2) .dropdown-menu ul ul,
	.ownavigation .navbar-collapse > ul > li:nth-last-child(2) .dropdown-menu ul ul ul ul,
	.ownavigation .navbar-collapse > ul > li:nth-last-child(2) .dropdown-menu ul ul ul ul ul ul,
	.ownavigation .navbar-collapse > ul > li:nth-last-child(2) .dropdown-menu ul ul ul ul ul ul ul ul,
	.ownavigation .navbar-collapse > ul > li:nth-last-child(2) .dropdown-menu ul ul ul ul ul ul ul ul ul ul */	{
		right: auto;
	}
	.ownavigation ul > li .dropdown-menu ul,
	.ownavigation ul > li .dropdown-menu ul ul ul,
	.ownavigation ul > li .dropdown-menu ul ul ul ul ul,
	.ownavigation ul > li .dropdown-menu ul ul ul ul ul ul ul,
	.ownavigation ul > li .dropdown-menu ul ul ul ul ul ul ul ul ul/* ,
	.ownavigation .navbar-collapse > ul > li:last-child .dropdown-menu ul ul,
	.ownavigation .navbar-collapse > ul > li:last-child .dropdown-menu ul ul ul ul,
	.ownavigation .navbar-collapse > ul > li:last-child .dropdown-menu ul ul ul ul ul ul,
	.ownavigation .navbar-collapse > ul > li:last-child .dropdown-menu ul ul ul ul ul ul ul ul,
	.ownavigation .navbar-collapse > ul > li:last-child .dropdown-menu ul ul ul ul ul ul ul ul ul ul,
	.ownavigation .navbar-collapse > ul > li:nth-last-child(2) .dropdown-menu ul ul,
	.ownavigation .navbar-collapse > ul > li:nth-last-child(2) .dropdown-menu ul ul ul ul,
	.ownavigation .navbar-collapse > ul > li:nth-last-child(2) .dropdown-menu ul ul ul ul ul ul,
	.ownavigation .navbar-collapse > ul > li:nth-last-child(2) .dropdown-menu ul ul ul ul ul ul ul ul,
	.ownavigation .navbar-collapse > ul > li:nth-last-child(2) .dropdown-menu ul ul ul ul ul ul ul ul ul ul */ {
		left: 100%;
	}
	.ownavigation ul > li .dropdown-menu ul ul,
	.ownavigation ul > li .dropdown-menu ul ul ul ul,
	.ownavigation ul > li .dropdown-menu ul ul ul ul ul ul,
	.ownavigation ul > li .dropdown-menu ul ul ul ul ul ul ul ul,
	.ownavigation ul > li .dropdown-menu ul ul ul ul ul ul ul ul ul ul/* ,
	.ownavigation .navbar-collapse > ul > li:last-child .dropdown-menu ul,
	.ownavigation .navbar-collapse > ul > li:last-child .dropdown-menu ul ul ul,
	.ownavigation .navbar-collapse > ul > li:last-child .dropdown-menu ul ul ul ul ul,
	.ownavigation .navbar-collapse > ul > li:last-child .dropdown-menu ul ul ul ul ul ul ul,
	.ownavigation .navbar-collapse > ul > li:last-child .dropdown-menu ul ul ul ul ul ul ul ul ul,
	.ownavigation .navbar-collapse > ul > li:nth-last-child(2) .dropdown-menu ul,
	.ownavigation .navbar-collapse > ul > li:nth-last-child(2) .dropdown-menu ul ul ul,
	.ownavigation .navbar-collapse > ul > li:nth-last-child(2) .dropdown-menu ul ul ul ul ul,
	.ownavigation .navbar-collapse > ul > li:nth-last-child(2) .dropdown-menu ul ul ul ul ul ul ul,
	.ownavigation .navbar-collapse > ul > li:nth-last-child(2) .dropdown-menu ul ul ul ul ul ul ul ul ul */ {
		right: 100%;
	}
	.ownavigation ul > li .dropdown-menu ul ul,
	.ownavigation ul > li .dropdown-menu ul ul ul ul,
	.ownavigation ul > li .dropdown-menu ul ul ul ul ul ul,
	.ownavigation ul > li .dropdown-menu ul ul ul ul ul ul ul ul,
	.ownavigation ul > li .dropdown-menu ul ul ul ul ul ul ul ul ul ul/* ,
	.ownavigation .navbar-collapse > ul > li:last-child > .dropdown-menu,
	.ownavigation .navbar-collapse > ul > li:last-child .dropdown-menu ul,
	.ownavigation .navbar-collapse > ul > li:last-child .dropdown-menu ul ul ul,
	.ownavigation .navbar-collapse > ul > li:last-child .dropdown-menu ul ul ul ul ul,
	.ownavigation .navbar-collapse > ul > li:last-child .dropdown-menu ul ul ul ul ul ul ul,
	.ownavigation .navbar-collapse > ul > li:last-child .dropdown-menu ul ul ul ul ul ul ul ul ul,
	.ownavigation .navbar-collapse > ul > li:nth-last-child(2) > .dropdown-menu,
	.ownavigation .navbar-collapse > ul > li:nth-last-child(2) .dropdown-menu ul,
	.ownavigation .navbar-collapse > ul > li:nth-last-child(2) .dropdown-menu ul ul ul,
	.ownavigation .navbar-collapse > ul > li:nth-last-child(2) .dropdown-menu ul ul ul ul ul,
	.ownavigation .navbar-collapse > ul > li:nth-last-child(2) .dropdown-menu ul ul ul ul ul ul ul,
	.ownavigation .navbar-collapse > ul > li:nth-last-child(2) .dropdown-menu ul ul ul ul ul ul ul ul ul */ {
		left: auto;
	}
}

/* - min-width: 768 */
@media (min-width: 768px) {
	
}

/* - max-width: 1200px */
@media (max-width: 1200px) {
	
}

/* - Min Width : 992px & Max Width 1200px */
@media only screen and (min-width: 992px) and (max-width: 1200px) {	
	.ownavigation .navbar-nav > li {
		margin-left: 9px;
		margin-right: 9px;
	}
}

/* - min-width: 992 to max-width: 1199 */
@media only screen and (min-width: 992px) and (max-width: 1199px) {
	
}

/* - max-width: 991 */
@media (max-width: 991px) {
	/* - SlidePanel */
	/* #slidepanel { 
		display: none;
		border-bottom: 1px solid #8a9b0f;
	}
	#slideit,
	#toggle {
		display: block;
		position: relative;
		z-index: 1;
	}
	#loginpanel {
		position: absolute;
		right: 50px;
		text-align: center;
		top: 20px;
	}	
	#slideit,
	#closeit {
		color: #1b88ce;
		font-size: 25px;
		position: relative;
		right: 0;
		top: 0;
	}
	#slideit:hover,
	#closeit:hover {
		color: #1b88ce;
	}
	
	.mobile-hide {
		display: none;
	} */
	
	.slidepanel { 
		display: none;
		border-bottom: 1px solid #8a9b0f;
	}
	.slideit,
	.toggle {
		display: block;
		position: relative;
		z-index: 1;
	}
	.desktop-hide {
		position: absolute;
		right: 50px;
		text-align: center;
		top: 20px;
	}	
	.slideit,
	.closeit {
		color: #1b88ce;
		font-size: 25px;
		position: relative;
		right: 0;
		top: 0;
	}
	.slideit:hover,
	.closeit:hover {
		color: #1b88ce;
	}
	
	.mobile-hide {
		display: none;
	}

	/* ## Navigation Menu */

	/* - Nav Main */
	.ownavigation {
		padding-left: 15px;
		padding-right: 15px;
	}

	/* - Nav Header */
	.ownavigation .navbar-header .navbar-brand {
		padding-left: 0;
		margin-left: 0;
	}	
	
	/* - Nav Items */
	.ownavigation .navbar-nav {
		width: 100%;
		margin: 0;
	}
	.ownavigation .navbar-nav > li {
		min-height: 0;
		float: none;
		clear: both;
	}
	.ownavigation .navbar-nav > li > a {
		padding: 8px 0;
		-webkit-transition: all 1s ease 0s;
		-moz-transition: all 1s ease 0s;
		-o-transition: all 1s ease 0s;
		transition: all 1s ease 0s;
	}	
	.ownavigation .navbar-nav > li.active a {
		color: #1b88ce;
	}
	.ownavigation .navbar-nav > li.active > a:hover,
	.ownavigation .navbar-nav  li  a:hover,
	.ownavigation .navbar-nav  li  a:focus {
		color: #1b88ce;
	}
	
	.ownavigation .navbar-collapse {
		max-height: 340px;
	}
	.ownavigation .collapse.show {
		display: block;
		overflow-y: auto;
	}
	
	/* - Nav Toggle */
	.ownavigation .navbar-toggler {
		border: 2px solid #1b88ce;
		border-radius: 0;
		color: #1b88ce;
		font-size: 1.5rem;
		margin: 20px 0;
		padding: 0.25rem 0.5rem;
		z-index: 1;
		outline: none;
	}
	.ownavigation .navbar-toggler:hover,
	.ownavigation .navbar-toggler:focus {
		border-color: #1b88ce;
		color: #1b88ce;
	}
	
	/* - Nav Switch */
	.ownavigation .ddl-switch {
		background-color: #1b88ce;
		color: #333;
		cursor: pointer;
		font-size: 18px;
		padding: 2px 6px;
		position: absolute;
		right: 0;
		top: 9px;
		z-index: 100;
	}
	.ownavigation .ddl-active > .ddl-switch:before {
		content: "\f106";
	}

	/* - Nav Dropdown */
	.ownavigation .navbar-nav > li.dropdown .dropdown-toggle::after {
		display: none;
	}
	.ownavigation .dropdown-menu {
		background-color: transparent;
		border: 0 none;
		margin-top: 0;
		padding-left: 10px;
		padding-top: 0;
		padding-bottom: 0;
		position: relative;
		width: 100%;
		box-shadow: none;
		float: left;
		top: 0;
	}
	.ownavigation .dropdown-menu li {
		display: inline-block;
		width: 100%;
	}
	.ownavigation .navbar-nav > li:last-of-type {
		margin-bottom: 15px;
	}
	.ownavigation .navbar-nav li .dropdown-menu > li > a {
		color: #232323;
		padding-left: 0;
		padding-right: 0;
		padding-top: 6px;
		padding-bottom: 6px;
		-webkit-transition: all 1s ease 0s;
		-moz-transition: all 1s ease 0s;
		-o-transition: all 1s ease 0s;
		transition: all 1s ease 0s;
	}
	.ownavigation .navbar-nav li .dropdown-menu > li > a:hover {
		color: #fcb100;
	}
}

/* - min-width: 768 to max-width: 991 */
@media only screen and (min-width: 768px) and (max-width: 991px) {
	
}
.cumanmobile{
		display:none;
		height:0px;
		width:0px;
		overflow:hidden;
}
/* - max-width: 767 */
@media (max-width: 767px) {
	/* - Nav Toggle */
	.ownavigation .navbar-toggle {
		right: 0;
	}body {
	background-color: #fff;
	}
	.footer-main{
		display:none;
		height:0px;
		width:0px;
		overflow:hidden;
	}
	.about-box {
	padding-left: 0px;
		}
}

/* -  max-width: 639 */
@media (max-width: 639px) {
	
}

/* -  max-width: 575 */
@media (max-width: 575px) {
	.ownavigation .navbar-toggler {
		margin: 20px 0;
	}
}


.map {
	    background-image: url('assets/images/export-destination.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 0;
    padding-top: 77.64%;
	transition-duration: 1s;
}
.map:hover {
	    background-image: url('assets/images/export-destination-2.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 0;
    padding-top: 77.64%;transition-duration: 2s;
}

