/* ===================================
    About
====================================== */
/*
    Theme Name: MegaOne
    Theme URI:
    Author: Themes Industry
    Author URI:
    Description: One Page Parallax Template
    Tags: one page, multipurpose, parallax, creative, html5
 */
/* ===================================
    Table of Content
====================================== */
/*  - Fonts
    - General
    - Scrollbar
    - Header & Navigation
    - banner
    - About
    - About-feature
    - Portfolio
    - Reviews
    - Contact
    - Footer
    - Stand Alone
    - Loader
    - Scroll Top
    - Media Queries   */
/* ===================================
        Fonts
====================================== */
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700&display=swap');

.main-font {
	font-family: 'Montserrat', sans-serif;
}

/* ===================================
        General
====================================== */
body {
	font-size: 16px;
	font-weight: 300;
	line-height: 25px;
	width: 100%;
	overflow-x: hidden
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
	line-height: 1.2;
	font-weight: 500;
	font-family: 'Roboto', sans-serif;
	margin-bottom: 0
}

section, .section-padding {
	position: relative;
	overflow: hidden;
}

a {
	text-decoration: none;
}

.btn.focus, .btn:focus {
	-webkit-box-shadow: none;
	box-shadow: none;
}

p:last-child {
	margin-bottom: 0 !important;
}

.fa, .far, .fas {
	display: inline;
}

a:focus, button:focus, input:focus {
	color: #FFFFFF;
}

ul {
	margin-bottom: 0;
}

ul {
	margin-bottom: 0;
}

section {
	padding: 4.5rem 0;
}

/* background-color */
.bg-blue {
	background-color: #14213D;
}

.bg-orange {
	background-color: #FCA311;
}

/* Transition none */
.no-transition * {
	transition-timing-function: initial;
	-moz-transition-timing-function: initial;
	-webkit-transition-timing-function: initial;
	-o-transition-timing-function: initial;
	transition-duration: 0s;
	-moz-transition-duration: 0s;
	-webkit-transition-duration: 0s;
	-o-transition-duration: 0s;
}

/* Button */
.btn {
	-webkit-appearance: initial;
	overflow: hidden;
	position: -webkit-sticky;
	position: sticky;
	z-index: 2;
	display: inline-block;
	font-size: 16px;
	border: 2px solid transparent;
	letter-spacing: .5px;
	line-height: inherit;
	border-radius: 0;
	text-transform: capitalize;
	width: auto;
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	-webkit-transition: all .5s ease;
	-o-transition: all .5s ease !important;
	transition: all .5s ease !important;
}

/* button size */
.btn.btn-medium {
	font-size: 16px;
	padding: 11px 30px;
	line-height: 1.6em
}

.btn.btn-large {
	font-size: 16px;
	padding: 15px 30px;
	line-height: 1.8em;
}

.btn.btn-rounded {
	border-radius: 50px;
}

/* button hover */
.btn.orange-btn {
	background: #FCA311;
	border-color: #FCA311;
	color: #FFFFFF;
}

.btn.btn-hvr-black:hover {
	background-color: #000;
	border-color: #000;
	color: #FFFFFF;
}

.btn.btn-orange {
	background: #FCA311;
	border-color: #FCA311;
	color: #ffffff
}

.btn.btn-orange:hover {
	background: #14213D !important;
	border-color: #14213D;
	color: #FFFFFF !important
}

.btn.btn-blue {
	background: #14213D;
	border-color: #14213D;
	color: #ffffff
}

.btn.btn-blue:hover {
	background: #FFFFFF !important;
	border-color: #FFFFFF;
	color: #000000 !important
}

.orange-and-blue-btn {
	font-size: 12px;
	font-family: 'Roboto', sans-serif;
	padding: 12px 48px;
	color: #FFFFFF;
	font-weight: 600;
	background-color: #FCA311;
	border: 1px solid transparent;
	border-radius: 0;
}

.orange-and-blue-btn:hover {
	color: #FFFFFF !important;
	background-color: #14213D !important;
	border: 1px solid transparent;
}

/* image hover */
.hover-effect::before,
.hover-effect::after {
	content: "";
	background: #fff;
	height: 0;
	width: 0;
	z-index: 1;
	position: absolute;
	-webkit-transition-duration: 1.3s !important;
	-o-transition-duration: 1.3s;
	transition-duration: 1.3s !important;
}

.hover-effect::before {
	right: 0;
	opacity: 1;
	top: 0;
}

.hover-effect::after {
	bottom: 0;
	opacity: .7;
	left: 0;
}

.hover-effect:hover::after, .hover-effect:hover::before {
	height: 100%;
	opacity: 0;
	width: 100%;
}

/* ===================================
           Scrollbar
====================================== */

::-webkit-scrollbar {
	width: 10px;
}

::-webkit-scrollbar-thumb {
	background: #FCA311;
}

::-webkit-scrollbar-track {
	width: 10px;
	background: #FFFFFF;
}

/* ===================================
        Header & Navigation
   ====================================== */
/* nav top default */
header a.logo img {
	max-width: 200px;
	vertical-align: sub;
}

.header-appear .logo-img {
	display: none;
}

.logo-dark {
	display: none;
}

.header-appear .logo-dark {
	display: block;
	max-width: 150px;
}

.footer-sec .logo {
	max-width: 350px;
}

.contact-links {
	color: white;
}

.contact-us-button {
	text-transform: uppercase;
}

.nav-button {
	text-transform: uppercase;
	position: relative;
	left: 20px;
}

.navbar-top-default {
	position: absolute;
	top: 15px;
	z-index: 99;
	overflow: hidden;
	height: 100px;
	width: 100%;
	-webkit-transition: none;
	-o-transition: none;
	transition: none;
}

.header-appear .navbar-top-default {
	height: 100px;
	position: fixed;
	z-index: 99;
	top: 0;
	background: #FFFFFF;
	-webkit-animation-name: animationFade;
	animation-name: animationFade;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.35);
	box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.35);
}

/*change nav color on sticky nav*/
.header-appear .navbar-simple .navbar-nav .nav-link {
	color: #14213D;
	font-weight: 500;
}

/*Navbar Simple*/

.navbar-simple .navbar-nav .nav-link {
	font-size: 16px;
	color: #ffffff;
	font-weight: 500;
	text-align: center;
	padding: 0.8rem 1.9rem;
	text-transform: uppercase;
	font-family: 'Montserrat', sans-serif;
}

.nav-box-round .navbar-nav .nav-link {
	border-radius: 20px;
}

/*nav line*/

.line:after {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	border: 1px solid rgba(255, 255, 255, 0);
	bottom: 0;
	content: " ";
	display: block;
	position: relative;
	-webkit-transition: all 280ms ease-in-out;
	transition: all 280ms ease-in-out;
	width: 0;
}

.line:hover:after, .line.active:after {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	border-color: #FCA311;
	-webkit-transition: width 350ms ease-in-out;
	transition: width 350ms ease-in-out;
	width: 100%;
}

/* ===================================
        Side Menu
====================================== */
.side-menu {
	width: 35%;
	position: fixed;
	right: 0;
	top: 0;
	background: #14213D;
	z-index: 9999;
	height: 100%;
	-webkit-transform: translate3d(100%, 0, 0);
	transform: translate3d(100%, 0, 0);
	-webkit-transition: -webkit-transform .5s ease;
	transition: -webkit-transform .5s ease;
	-o-transition: -o-transform .5s ease;
	-o-transition: transform .5s ease;
	overflow: hidden;
}

.side-menu.left {
	left: 0;
	right: auto;
	-webkit-transform: translate3d(-100%, 0, 0);
	transform: translate3d(-100%, 0, 0);
}

.side-menu.before-side {
	width: 280px;
}

.side-menu.side-menu-active,
.side-menu.before-side {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.pul-menu .side-menu.side-menu-active {
	visibility: visible;
	opacity: 1;
}

.side-menu .navbar-brand {
	margin: 0 0 2.5rem 0;
}

/*Side overlay*/
#close_side_menu {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
	-webkit-transition: opacity 300ms cubic-bezier(0.895, 0.03, 0.685, 0.22);
	-o-transition: opacity 300ms cubic-bezier(0.895, 0.03, 0.685, 0.22);
	transition: opacity 300ms cubic-bezier(0.895, 0.03, 0.685, 0.22);
	display: none;
	z-index: 1031;
	opacity: 0.4;
}

/*Side Close Btn*/
.side-menu .btn-close {
	height: 33px;
	width: 33px;
	display: inline-block;
	text-align: center;
	position: absolute;
	top: 40px;
	right: 20px;
	cursor: pointer;
}

.side-menu.before-side .btn-close {
	display: none;
}

.side-menu .btn-close::before, .side-menu .btn-close::after {
	position: absolute;
	left: 16px;
	content: ' ';
	height: 24px;
	width: 2px;
	background: #FFFFFF;
	top: 5px;
}

.side-menu .btn-close:before {
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

.side-menu .btn-close:after {
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

/*side open btn*/
.sidemenu_btn {
	-webkit-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear;
	width: 36px;
	padding: 6px;
	position: absolute;
	right: 40px;
	top: 40px;
	z-index: 999;
	cursor: pointer;
	display: inline-block;
}

.sidemenu_btn span {
	height: 2px;
	width: 100%;
	display: block;
	margin-left: auto;
	background: #FFFFFF;
	transition: .5s ease;
}

.header-appear .sidemenu_btn span {
	background: #14213D;
}

.sidemenu_btn span:nth-child(2) {
	margin: 4px 0;
}

.sidemenu_btn:hover span:first-child, .sidemenu_btn:hover span:last-child {
	width: 70%;
	transition: .5s ease;
	margin-left: auto;
}

.side-menu .inner-wrapper {
	padding: 3.5rem 5rem;
	height: 100%;
	position: relative;
	overflow-y: auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	text-align: left;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.pul-menu.pushwrap .side-menu .inner-wrapper {
	padding: 3.5rem 2.5rem;
}

.side-menu .side-nav {
	margin-bottom: 30px;
	display: block;
}

.side-nav .navbar-nav .nav-item {
	display: block;
	margin: 10px 0;
	padding: 0 !important;
	opacity: 0;
	-webkit-transition: all 0.8s ease 500ms;
	-o-transition: all 0.8s ease 500ms;
	transition: all 0.8s ease 500ms;

	-webkit-transform: translateY(30px);
	-ms-transform: translateY(30px);
	transform: translateY(30px);
}

.side-nav .navbar-nav .nav-item:first-child {
	-webkit-transition-delay: .1s;
	-o-transition-delay: .1s;
	transition-delay: .1s;
}

.side-nav .navbar-nav .nav-item:nth-child(2) {
	-webkit-transition-delay: .2s;
	-o-transition-delay: .2s;
	transition-delay: .2s;
}

.side-nav .navbar-nav .nav-item:nth-child(3) {
	-webkit-transition-delay: .3s;
	-o-transition-delay: .3s;
	transition-delay: .3s;
}

.side-nav .navbar-nav .nav-item:nth-child(4) {
	-webkit-transition-delay: .4s;
	-o-transition-delay: .4s;
	transition-delay: .4s;
}

.side-nav .navbar-nav .nav-item:nth-child(5) {
	-webkit-transition-delay: .5s;
	-o-transition-delay: .5s;
	transition-delay: .5s;
}

.side-nav .navbar-nav .nav-item:nth-child(6) {
	-webkit-transition-delay: .6s;
	-o-transition-delay: .6s;
	transition-delay: .6s;
}

.side-nav .navbar-nav .nav-item:nth-child(7) {
	-webkit-transition-delay: .7s;
	-o-transition-delay: .7s;
	transition-delay: .7s;
}

.side-nav .navbar-nav .nav-item:nth-child(8) {
	-webkit-transition-delay: .8s;
	-o-transition-delay: .8s;
	transition-delay: .8s;
}

.side-nav .navbar-nav .nav-item:nth-child(9) {
	-webkit-transition-delay: .9s;
	-o-transition-delay: .9s;
	transition-delay: .9s;
}

.side-menu.side-menu-active .side-nav .navbar-nav .nav-item {
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
	opacity: 1;
}

.side-nav .navbar-nav .nav-link {
	display: inline-table;
	color: #FFFFFF;
	padding: 10px 0 10px 0 !important;
	font-size: 1.5rem;
	font-weight: 300;
	line-height: normal;
	position: relative;
	border-radius: 0;
}

.side-nav .navbar-nav .nav-link::after {
	content: "";
	position: absolute;
	background: #FCA311;
	display: inline-block;
	width: 0;
	height: 3px;
	bottom: 0;
	left: 0;
	overflow: hidden;
	-webkit-transition: all 0.5s cubic-bezier(0, 0, 0.2, 1);
	-o-transition: all 0.5s cubic-bezier(0, 0, 0.2, 1);
	transition: all 0.5s cubic-bezier(0, 0, 0.2, 1);
}

.side-nav .navbar-nav .nav-link:hover::after,
.side-nav .navbar-nav .nav-link:focus::after,
.side-nav .navbar-nav .nav-link.active::after {
	width: 100%;
}

.side-nav .navbar-nav .nav-link.active {
	background: transparent;
}

.side-menu p {
	font-size: 16px;
	margin-top: .5rem;
	margin-bottom: 0;
	color: #FFFFFF;
}

.social-icons-simple {
	margin-bottom: 0;
	margin-left: -10px;
}

.social-icons-simple li {
	display: inline-block;
}

.social-icons-simple li a {
	display: block;
	font-size: 16px;
	height: 36px;
	line-height: 38px;
	border: 1px solid transparent;
	text-align: center;
	width: 36px;
	border-radius: 50%;
	position: relative;
	z-index: 1;
	overflow: hidden;
	color: #FFFFFF;
	-webkit-transition: background-color .5s ease;
	-o-transition: background-color .5s ease;
	transition: background-color .5s ease;
}

.social-icons-simple li a:hover {
	background-color: #FFFFFF;
	color: #FCA311;
}

.social-icons-simple li.animated-wrap a:hover {
	background-color: #FCA311;
	color: #000000;
}

@-webkit-keyframes animationFade {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0);
	}
	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

@keyframes animationFade {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0);
	}
	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

/* ===================================
            Banner
====================================== */
.height {
	height: 85vh;
}

.bg-banner {
	background-image: url("../images/banner-img.jpg");
	background-size: cover;
	background-position: top center;
	height: 100vh;
}

.banner-text {
	font-size: 35px;
	font-weight: 600;
	font-family: 'Montserrat', sans-serif;
	color: #FFFFFF;
	margin-bottom: 20px;
	text-transform: uppercase;
	text-align: center;
}

.banner-heading {
	font-size: 40px;
	font-weight: 600;
	font-family: 'Montserrat', sans-serif;
	color: #FFFFFF;
	margin-bottom: 16px;
	text-transform: uppercase;
	text-align: center;
}

.banner-des {
	font-size: 30px;
	font-weight: 600;
	font-family: 'Montserrat', sans-serif;
	color: #FFFFFF;
	margin-bottom: 35px;
	text-align: center;
}

.scroll {
	font-size: 18px;
	color: #FFFFFF;
	font-family: 'Montserrat', sans-serif;
	font-weight: 300;

}

.button i {
	font-size: 18px;
	color: #FFFFFF;
	padding: 7px 7px;
	border-radius: 50%;
	border: 1px solid #FFFFFF;
	transition: .3s ease;
	margin-right: 8px;
}

.button:hover {
	color: #FFFFFF;
}

.button:hover i {
	background: #FCA311;
	color: #FFFFFF;
	transition: .3s ease;
	border: 1px solid #FCA311;
}

/* ===================================
           About
====================================== */
.about .heading-area {
	margin-bottom: 50px;
}

.app-feature {
	text-align: left;
	margin-bottom: 3rem;
}

.heading-area .sub-title {
	font-size: 20px;
	font-weight: normal;
	color: #FFFFFF;
	font-family: 'Montserrat', sans-serif;
}

.heading-area .title {
	font-weight: 500;
	font-size: 48px;
	font-family: 'Montserrat', sans-serif;
	color: #FFFFFF;
}

.app-feature:hover i {
	transform: rotateY(360deg);
	transition: all 1.2s;
}

.app-feature:last-child {
	margin-bottom: 0;
}

.app-feature i {
	font-size: 50px;
	transition: all 1.2s;
	background: #FCA311;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	display: table-cell;
	justify-content: end;
	vertical-align: top;
}

.app-feature h4 {
	font-size: 24px;
	font-weight: normal;
	color: #FFFFFF;
	font-family: 'Montserrat', sans-serif;
}

.app-feature p {
	font-size: 14px;
	font-weight: 300;
	color: #FFFFFF;
	line-height: 1.4;
	font-family: 'Montserrat', sans-serif;
}

.app-image {
	text-align: center;
	position: relative;
	display: inline-block;
	width: 100%;
	height: 100%;
}

.app-image img {
	width: 75%;
}

/* ===================================
        About-feature
====================================== */
.img-sec {
}

.about_img {
	padding: 3%;
	background-color: #f6f6f6;
	position: relative;
}

.about_img img {
	height: 100%;
	width: 100%;
}

.colored_heading {
	font-family: 'Montserrat', sans-serif;
	font-size: 20px;
	color: #FFFFFF;
	margin-bottom: 0;
	letter-spacing: 0;
}

.about-heading {
	text-align: left;
}

.heading {
	font-size: 48px;
	font-family: 'Montserrat', sans-serif;
	font-weight: 500;
	color: #FFFFFF;
}

.margin_heading {
	margin-top: 25px;
	margin-bottom: 25px;
}

.info {
	color: #FFFFFF;
	font-size: 14px;
	font-family: 'Montserrat', sans-serif;
	line-height: 1.7;
}

.margin_button {
	margin-top: 25px;
}

/* ===================================
           Portfolio
====================================== */
.portfolio-sec .container {
	max-width: 1140px;
}

.cbp-item-off {
	display: none !important;
}

.portfolio-sec .heading {
	color: #14213D;
	margin-bottom: 0;
	font-size: 48px;
	font-weight: 500;
	font-family: Montserrat, sans-serif;
}

.portfolio-sec .cbp-wrapper-outer {
	overflow: visible;
}

.portfolio-sec .cbp-l-loadMore-button .cbp-l-loadMore-link,
.portfolio-sec .cbp-l-loadMore-button .cbp-l-loadMore-button-link {
	padding: 12px 32px;
}

.portfolio-sec .cbp-l-loadMore-button .cbp-l-loadMore-link,
.portfolio-sec .cbp-l-loadMore-button .cbp-l-loadMore-button-link,
.portfolio-sec .cbp-l-loadMore-button .cbp-l-loadMore-link:hover,
.portfolio-sec .cbp-l-loadMore-button .cbp-l-loadMore-button-link:hover,
.portfolio-sec .cbp-l-loadMore-button .cbp-l-loadMore-link:focus,
.portfolio-sec .cbp-l-loadMore-button .cbp-l-loadMore-button-link:focus {
	color: #fff;
}

.portfolio-sec .cbp-l-filters-button .cbp-filter-item {
	background: transparent;
	padding: 0;
	margin: 0;
	margin-right: 15px;
	border: none;
	font-size: 14px;
	font-weight: 600;
	color: #14213D;
	font-family: 'Montserrat', sans-serif;
	border-bottom: solid 2px transparent;
}

.portfolio-sec .cbp-l-filters-button .cbp-filter-item.cbp-filter-item-active {
	color: #FCA311;
	background: transparent;
	border-bottom: solid 2px #FCA311;
}

.portfolio-sec .cbp-l-filters-button .cbp-filter-item,
.portfolio-sec .cbp-item.even {
	-webkit-transition: 300ms all ease;
	-o-transition: 300ms all ease;
	transition: 300ms all ease;
}

.portfolio-sec .cbp-l-grid-mosaic .cbp-caption-activeWrap {
	background: rgba(14, 31, 57, .9)
}

.portfolio-sec .cbp-l-filters-button .cbp-filter-item:hover {
	color: #FCA311;
	border-color: #FCA311;
}

.portfolio-sec .cbp-l-caption-title {
	color: #ffffff !important;
	font-family: 'Roboto', sans-serif !important;
	font-weight: 400 !important;
	font-size: 15px !important;
}

.portfolio-sec .portfolio-detail-text {
	color: #FFFFFF;
	font-style: italic;
}

.portfolio-sec .portfolio-hover-effect .hover-text {
	padding-left: 3%;
	padding-bottom: 2%;
}

.portfolio-sec .portfolio-hover-effect .portfolio-inner-content {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}

.portfolio-sec .portfolio-hover-effect .portfolio-inner-content span {
	background-color: #FFFFFF;
	height: 3px;
	width: 70px;
	display: block;
}

.portfolio-sec .portfolio-hover-effect .portfolio-inner-content span:nth-child(2) {
	transform: rotate(90deg);
}

.portfolio-sec .portfolio-hover-effect .hover-text .p-hover-title {
	font-family: 'Montserrat', sans-serif;
	font-size: 30px;
	color: #FFFFFF;
	font-weight: 500;
	margin-bottom: 0;
}

.portfolio-sec .portfolio-hover-effect .hover-text .p-hover-des {
	font-family: 'Montserrat', sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}

.portfolio-sec #js-loadMore-lightbox-gallery {
	margin-top: 45px;
}

.portfolio-sec #js-loadMore-lightbox-gallery.active {
	margin-top: -150px;
	position: relative;
}

.portfolio-sec #js-loadMore-lightbox-gallery.active-outer {
	margin-top: -250px;
}

.portfolio-sec .cbp-caption-active .cbp-caption-activeWrap {
	width: 94%;
	position: absolute;
	z-index: 2;
	height: 94%;
}

.portfolio-sec .cbp-caption-active .cbp-caption-activeWrap:hover .text-data {
	z-index: -1 !important;
}

.portfolio-sec .cbp-caption-zoom .cbp-caption-activeWrap {
	opacity: 0;
	top: 3%;
	left: 3%;
}

.portfolio-sec .portfolio-foot-detail {
	padding-bottom: 3%;
}

.portfolio-sec .portfolio-foot-detail .p-text {
	color: #14213D;
	font-size: 15px;
	font-weight: 500;
	display: inline-block;
	font-family: 'Montserrat', sans-serif;
}

.portfolio-sec .portfolio-foot-detail .p-text:last-child {
	margin-bottom: 0;
}

.portfolio-sec .portfolio-foot-detail .p-num {
	color: #14213D;
	font-size: 72px;
	font-weight: bold;
	font-family: 'Montserrat', sans-serif;
}

/* ===================================
            Reviews
====================================== */
.split-container-setting.style-three {
	max-width: 600px;
	margin: 0 auto;
}

.about-img, .image img.about-img {
	height: 600px;
	width: 100%;
	display: block;
}

.review-heading {
	font-size: 48px;
	font-weight: 400;
	font-family: 'Montserrat', sans-serif;
	color: #FFFFFF;
	text-align: center;
	padding-top: 80px;
	padding-bottom: 5px;
}

.testimonial-heading {
	font-size: 48px;
	font-weight: 600;
	font-family: 'Montserrat', sans-serif;
	color: #FFFFFF;
}

.testimonial-des {
	font-size: 18px;
	font-weight: 300;
	font-family: 'Montserrat', sans-serif;
	color: #FFFFFF;
	line-height: 1.8;
	margin-top: 3rem;
}

.reviews-sec .testimonial-carousel .testimonial-box .icon-holder {
	display: block;
	margin: 25px 0;
}

.reviews-sec .testimonial-carousel .testimonial-box .icon-holder i {
	color: #FFFFFF;
	font-size: 26px;
	display: inline-block;
	font-style: italic;
}

.reviews-sec .testimonial-carousel .testimonial-box .text {
	color: #FFFFFF;
	margin-right: auto;
	margin-left: auto;
	font-size: 18px;
	font-weight: 300;
	line-height: 1.8;
	font-family: 'Montserrat', sans-serif;
}

.reviews-sec .testimonial-carousel .testimonial-box .img-holder {
	height: 100px;
	width: 100px;
	border-radius: 50%;
	display: inline-block;
	margin-bottom: 20px;
	margin-top: 10px;
}

.reviews-sec .testimonial-carousel .testimonial-box .img-holder img {
	border-radius: 50%;
	width: 100%;
}

.reviews-sec .testimonial-carousel .testimonial-box .user-name {
	color: #FFFFFF;
	font-size: 24px;
	font-weight: 300;
	font-family: 'Montserrat', sans-serif;
	margin-left: 5%;
	padding-bottom: 90px;
}

/* ===================================
            Contact
====================================== */
.contact-section {
	background-color: lightgray;
}

.contact-section form {
	margin-top: 50px;
	padding-left: 135px;
	padding-right: 135px;
}

.contact-form textarea {
	min-height: 205px;
	resize: none;
}

.contact-section .contact-form .form-control {
	border: none;
	border-bottom: 1px solid #000000;
	background: transparent;
	font-weight: normal;
	border-radius: 0;
	box-shadow: none;
	margin-bottom: 45px;
	font-size: 16px;
	transition: border .9s ease;
	font-family: 'Montserrat', sans-serif;
}

.contact-form .form-control::placeholder {
	color: #14213d;
}

.contact-section h2 {
	font-size: 48px;
	font-weight: 500;
	font-family: 'Montserrat', sans-serif;
	color: #14213D;
	padding-top: 30px;
}

.subheading {
	font-weight: 400;
	font-size: 18px;
	color: #14213D;
	font-family: 'Montserrat', sans-serif;
}

.form-control:focus {
	color: #011321;
	box-shadow: 0 0 0 0.0rem transparent;
}

.contact-section .contact_btn {
	margin-left: 10px;
	margin-right: 10px;
}

.contact_btn {
	font-weight: 500;
	text-transform: uppercase;
}

/* ===================================
       Footer
====================================== */
.footer-sec {
	padding-top: 97px;
	padding-bottom: 97px;
}

.footer-social ul {
	margin: 0;
	padding: 0;
}

.footer-social li {
	display: inline-block;
}

.footer-social a {
	display: block;
	width: 45px;
	height: 45px;
	text-align: center;
	line-height: 45px;
	color: #FFFFFF;
	border-radius: 50px;
	font-size: 17px;
	margin: 10px 13px;
	border: 1px solid transparent;
	-webkit-transition: background-color .2s ease-in-out;
	-moz-transition: background-color .2s ease-in-out;
	-ms-transition: background-color .2s ease-in-out;
	-o-transition: background-color .2s ease-in-out;
	transition: background-color .2s ease-in-out;
}

.footer-social li a:hover {
	background-color: #FFFFFF;
	color: #f46110;
}

.company-about {
	font-size: 20px;
	font-family: 'Montserrat', sans-serif;
	font-weight: normal;
	color: #FFFFFF;
}

/* ===================================
        Preloader
 ====================================== */
.preloader {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	text-align: center;
	background: #FFFFFF;
	z-index: 999;
}

.center {
	display: flex;
	text-align: center;
	justify-content: center;
	align-items: center;
	min-height: 100vh;
}

/* loader-32 */
.loader-32 .loader-container {
	width: 220px;
}

.loader-32 .ball-wrapper {
	position: relative;
	display: inline-block;
	width: 50px;
	margin: 0 10px;
	padding-bottom: 10px;
}

.loader-32 .ball-holder {
	position: relative;
	overflow: hidden;
	height: 130px;
}

.loader-32 .ball {
	position: absolute;
	bottom: 0;
	left: 50%;
	display: block;
	width: 30px;
	height: 30px;
	border-radius: 25px;
	border: 1px solid #14213D;
	background-color: #14213D;
	transform-origin: center;
	animation: loader32 1s infinite linear;
	z-index: 2;
	transform: translateY(0px) translateX(-50%) translateZ(0);
}

.loader-32 .ball-wrapper:nth-child(2) .ball {
	background-color: #000000;
	border: 1px solid #000000;
}

.loader-32 .ball-wrapper:nth-child(3) .ball {
	background-color: #f46110;
	border: 1px solid #f46110;
}

.loader-32 .shadow {
	position: absolute;
	bottom: 9px;
	width: 100%;
	height: 6px;
	border-radius: 50%;
	background: rgb(161, 160, 161);
	opacity: 1;
	z-index: 1;
	animation: shadow32 1s infinite linear;
}

.ball-wrapper:nth-of-type(1) .ball,
.ball-wrapper:nth-of-type(1) .shadow {
	animation-delay: 0s;
}

.ball-wrapper:nth-of-type(2) .ball,
.ball-wrapper:nth-of-type(2) .shadow {
	animation-delay: 0.2s;
}

.ball-wrapper:nth-of-type(3) .ball,
.cube-wrapper:nth-of-type(3) .shadow {
	animation-delay: 0.3s;
}

.contact-us-first {
	text-align: center;
}

@keyframes loader32 {
	0% {
		transform: translate(-50%, 10px);
	}
	40% {
		transform: translate(-50%, -90px);
		width: 30px;
		height: 30px;
	}
	50% {
		transform: translate(-50%, -100px);
		width: 30px;
		height: 30px;
	}
	65% {
		transform: translate(-50%, -90px);
		width: 30px;
		height: 30px;
	}
	75% {
		transform: translate(-50%, 0px);
		width: 30px;
		height: 30px;
	}
	100% {
		transform: translate(-50%, 10px);
		width: 50px;
		height: 15px;
	}
}

@keyframes shadow32 {
	0% {
		transform: scale(0.9, 0.9);
		opacity: 1;
	}
	50% {
		transform: scale(0.2, 0.2);
		opacity: 0.3;
	}
	100% {
		transform: scale(0.9, 0.9);
		opacity: 1;
	}
}

/* ===================================
   Scroll Top
====================================== */
.go-top {
	position: fixed;
	cursor: pointer;
	bottom: 15px;
	right: 15px;
	color: #ffffff;
	background-color: #FCA311;
	z-index: 4;
	width: 40px;
	text-align: center;
	height: 42px;
	line-height: 42px;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: .9s;
	-o-transition: .9s;
	transition: .9s;
	-webkit-transform: translateX(150px);
	-ms-transform: translateX(150px);
	transform: translateX(150px);
}

.go-top.active {
	-webkit-animation: slideInRight 1s;
	animation: slideInRight 1s;
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
	opacity: 1;
	visibility: visible;
}

.go-top i {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	left: 0;
	right: 0;
	margin: 0 auto;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}

.go-top i:last-child {
	opacity: 0;
	visibility: hidden;
	top: 60%;
}

.go-top::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
	background: #FCA311;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
	border-radius: 50%;
}

.go-top:hover, .go-top:focus {
	color: #FFFFFF;
}

.go-top:hover::before, .go-top:focus::before {
	opacity: 1;
	visibility: visible;
}

.go-top:hover i:first-child, .go-top:focus i:first-child {
	opacity: 0;
	top: 0;
	visibility: hidden;
}

.go-top:hover i:last-child, .go-top:focus i:last-child {
	opacity: 1;
	visibility: visible;
	top: 50%;
}

/* ===================================
       Media Query
====================================== */
@media screen and (width: 1920px) {
	/* Banner*/
	.contact-us-first {
		padding-top: 60vh;
	}

	.height {
		/*height: 40vh;*/
	}

	/* about*/
	.about-img {
		min-height: 650px;
	}

	.split-container-setting.style-three {
		padding-top: 15px;
	}

	.review-heading {
		padding-top: 95px;
	}

	/* portfolio*/
	.portfolio-sec .cbp-l-filters-button .cbp-filter-item {
		font-size: 15px;
	}

	/*standalone*/
	.bg-overlay {
		height: 600px;
	}

	.standalone-heading {
		text-align: center;
		padding-top: 146px;
	}

	.page-breadcrumb li a {
		font-size: 18px;
	}

	.page-breadcrumb li {
		font-size: 18px;
	}

	.standalone-detail .sub-heading {
		font-size: 20px;
	}

	.standalone-area .sub-heading {
		font-size: 20px;
	}

	.standalone-detail .heading {
		font-size: 58px;
	}

	.standalone-detail .para_text {
		font-size: 16px;
	}

	.standalone-area .stand-img-des .para_text {
		font-size: 16px;
	}
}

@media screen and (min-width: 1024px) {
	/* side menu */
	.contact-us-first {
		padding-top: 20vh;
	}
}

@media screen and (max-width: 1024px) {
	/* side menu */
	.contact-us-first {
		padding-top: 20vh;
	}

	.sidemenu_btn {
		right: 6px;
	}

	.side-menu {
		width: 65%;
	}

	.nav-button {
		margin: 0 1.5rem;
	}

	/* banner */
	.banner-heading {
		font-size: 54px;
	}

	.banner-des {
		width: 100%;
	}

	.height {
		height: 85vh;
	}

	/* about */
	.heading {
		font-size: 40px;
	}

	.img-sec {
		padding-right: 15px;
	}

	/* portfolio */
	.portfolio-sec .cbp-l-filters-button .cbp-filter-item {
		font-size: 17px;
	}

	.portfolio-sec #js-loadMore-lightbox-gallery.active {
		margin-top: 30px;
	}

	.orange-and-blue-btn {
		padding: 12px 38px;
	}

	.portfolio-sec .portfolio-foot-detail {
		padding-bottom: 3%;
	}

	/* review*/
	.split-container-setting.style-three {
		max-width: 450px;
		margin: 0 auto;
	}

	.about-img, .image img.about-img {
		height: 550px;
	}

	.review-heading {
		padding-top: 48px;
	}

	.reviews-sec .testimonial-carousel .testimonial-box .user-name {
		padding-bottom: 31px;
	}

	/*standalone*/
	.page-breadcrumb li a {
		font-size: 18px;
	}

	.page-breadcrumb li {
		font-size: 18px;
	}

	.standalone-detail .para_text {
		font-size: 16px;
	}

	.standalone-detail .sub-heading {
		font-size: 20px;
	}

	.standalone-area .sub-heading {
		font-size: 20px;
	}

	.standalone-area .heading-text {
		font-size: 40px;
	}
}

@media screen and (max-width: 992px) {
	/* side menu */
	.contact-us-first {
		padding-top: 5vh;
	}

	.sidemenu_btn {
		right: 15px;
	}

	.side-menu {
		width: 65%;
	}

	/* banner */
	.height {
		height: 80vh;
	}

	.banner-heading {
		font-size: 55px;
	}

	.banner-des {
		width: 100%;
	}

	/* about */
	.heading {
		font-size: 40px;
	}

	/* portfolio */
	.portfolio-sec #js-loadMore-lightbox-gallery.active {
		margin-top: 30px;
	}

	.orange-and-blue-btn {
		padding: 12px 36px;
	}

	/* review*/
	.split-container-setting.style-three {
		max-width: 450px;
		margin: 0 auto;
	}

	.about-img, .image img.about-img {
		height: 610px;
	}

	.review-heading {
		padding-top: 85px;
	}
}

@media screen and (max-width: 991px) and (min-width: 768px) {
	/* side menu */
	.contact-us-first {
		padding-top: 5vh;
	}

	.side-menu {
		width: 70%;
	}

	/* banner */
	.height {
		height: 75vh;
	}

	.banner-des {
	}

	.banner-heading {
		font-size: 40px;
	}

	/* about */
	.app-feature p {
		text-align: center;
	}

	.app-feature h4 {
		text-align: center;
	}

	.app-feature i {
		justify-content: center;
		margin-bottom: 20px;
		display: block;
		text-align: center;
	}

	.about .heading-area {
		margin-bottom: 60px;
	}

	.about_img {
		justify-items: center;
	}

	.about-heading {
		text-align: center;
	}

	/* portfolio */
	.portfolio-sec #js-loadMore-lightbox-gallery.active {
		margin-top: 30px;
	}

	.portfolio-sec .cbp-l-filters-button .cbp-filter-item {
		font-size: 14px;
	}

	/* review */
	.split-container-setting.style-three {
		max-width: 650px;
		margin: 0 auto;
	}

	.about-img, .image img.about-img {
		height: 450px;
	}

	.review-heading {
		padding-top: 60px;
	}

	.reviews-sec .testimonial-carousel .testimonial-box .user-name {
		padding-bottom: 60px;
	}

	/* contact */
	.contact-section form {
		padding-left: 0;
		padding-right: 0;
	}

	.contact_btn {
		margin-left: 12px;
		margin-right: 12px;
	}

	/* footer */
	.company-about {
		font-size: 14px;
	}

	/*standalone*/
	.standalone-heading {
		padding-top: 80px;
	}

	.page-breadcrumb li {
		font-size: 17px;
	}

	.standalone-detail {
		padding-bottom: 70px;
	}

	.standalone-area .gradient-text1 {
		font-size: 30px;
	}

	.standalone-detail .heading {
		font-size: 30px;
	}

	.standalone-area .sub-heading {
		margin-top: 4rem;
		font-size: 17px;
	}

	.standalone-row .stand-img-des {
		padding-left: 0;
		padding-right: 0;
	}

	.standalone-row:nth-child(2) .stand-img-des {
		padding-left: 0;
		padding-right: 0;
	}

	.standalone-row:nth-child(2) {
		margin-top: 3rem;
		margin-bottom: 3rem;
	}
}

@media screen and (max-width: 767px) {
	/* Logo */
	.contact-us-first {
		padding-top: 5vh;
	}

	header a.logo img {
		max-width: 150px;
	}

	.header-appear .logo-dark {
		max-width: 150px;
	}

	/* side menu */
	.side-menu {
		width: 100%;
	}

	.side-menu p {
		font-size: 14px;
	}

	.sidemenu_btn {
		right: 15px;
		top: 40px;
	}

	.header-appear .sidemenu_btn {
		top: 40px;
	}

	/* banner */
	.banner-heading {
		font-size: 43px;
	}

	.banner-des {
		font-size: 16px;
		width: 100%;
	}

	.bg-banner {
		position: relative;
		background-size: contain;
		background-repeat: no-repeat;
	}

	.bg-banner {
		height: 88vh;
		margin-top: 6.0rem;
	}

	.navbar-top-default {
		background-color: #14213D;
		top: -1px;
	}

	.height {
		background-color: #FCA311;
		position: relative;
		top: 70px;
		justify-content: center;
		align-items: center;
		height: 65vh;
	}

	.banner-div {
		position: relative;
		text-align: center;
	}

	/* about */
	.heading-area .title {
		font-size: 38px;
	}

	.app-feature {
		text-align: center;
	}

	.app-feature h4 {
		font-size: 22px;
	}

	.app-feature i {
		display: block;
		width: 100%;
		margin-bottom: 15px;
		vertical-align: middle;
	}

	.about .heading-area {
		margin-bottom: 50px;
	}

	.about_img {
		left: 0;
	}

	.about-heading {
		text-align: center;
		margin-top: 50px;
	}

	.heading {
		font-size: 29px;
	}

	.colored_heading {
		font-size: 18px;
	}

	/* portfolio*/
	.portfolio-sec .heading {
		font-size: 32px;
	}

	.portfolio-sec .cbp-l-filters-button .cbp-filter-item {
		font-size: 11px;
	}

	.portfolio-sec .portfolio-foot-detail .p-text {
		font-size: 13px;
	}

	.cbp-popup-ready.cbp-popup-lightbox .cbp-popup-next, .cbp-popup-ready.cbp-popup-lightbox .cbp-popup-prev, .cbp-popup-ready.cbp-popup-lightbox .cbp-popup-close {
		visibility: hidden;
	}

	.portfolio-sec #js-loadMore-lightbox-gallery.active {
		margin-top: 30px;
	}

	.orange-and-blue-btn {
		padding: 12px 28px;
	}

	/* review*/
	.about-img {
		height: 300px;
	}

	.review-heading {
		padding-top: 60px;
	}

	.reviews-sec .testimonial-carousel .testimonial-box .user-name {
		padding-bottom: 60px;
	}

	/* contact*/
	.contact-section h2 {
		font-size: 34px;
	}

	.contact-section form {
		padding-left: 0;
		padding-right: 0;
	}

	.subheading {
		font-size: 16px;
	}

	.contact_btn {
		margin-left: 10px;
		margin-right: 10px;
	}

	/* footer*/
	.footer-sec {
		padding-top: 55px;
		padding-bottom: 55px;
	}

	.footer-social a {
		margin: 2px 2px;
	}

	.company-about {
		font-size: 10px;
	}

	/*standalone*/
	.bg-overlay {
		background-size: contain;
		background-repeat: no-repeat;
		margin-top: 6.0rem;
	}

	.page-title {
		background-color: #FCA311;
	}

	.page-title .standalone-overlay {
		background: none;
	}

	.standalone-heading {
		padding-top: 178px;
	}

	.page-title h2 {
		font-size: 2.4rem;
	}

	.standalone-detail .para_text {
		padding-bottom: 45px;
	}

	.standalone-detail .heading {
		font-size: 45px;
	}

	.standalone-area .heading-text {
		font-size: 29px;
		margin-top: 12px;
	}

	.standalone-area .sub-heading {
		margin-top: 4rem;
	}

	.standalone-area .sub_heading {
		margin-top: 2rem;
	}

	.standalone-area .stand-img-des .p-text {
		padding-bottom: 4rem;
	}

	.standalone-area .sub_heading-2 {
		margin-top: 2rem;
	}

	.standalone-area .stand-img-des .p-text-2 {
		padding-bottom: 4rem;
	}

	.standalone-area .sub_heading-3 {
		margin-top: 2rem;
	}

	.standalone-row .stand-img-des {
		padding-left: 0;
	}

	.standalone-row:nth-child(2) .stand-img-des {
		padding-right: 0;
	}

	.standalone-row:not(:last-child) {
		margin-bottom: 3rem;
	}

	.standalone-detail {
		padding-bottom: 80px;
	}

	/*loader*/
	.loader-32 .ball {
		left: 60%;
	}
}

td {
	border-bottom: 2px solid #d5d8df !important;
}
