@import url('https://fonts.googleapis.com/css?family=Montserrat');

body {
	font-family: 'Montserrat', sans-serif;

	font-size: 14px;
	color: #000;
}
h1, h2, h3, h4, h5, h6 {
	font-family: 'Montserrat', sans-serif;
}
a {
	text-decoration: none !important;
	outline: none;
}
p {
	font-size:13.5px;
	line-height:20px;
	margin-top: 0;
	margin-bottom: 0.5rem;
	font-weight:normal;
}
li{
	color: #6c757d !important;
	font-size: 13.5px; font-weight:normal;
}
.h1, h1 {
	font-size: 3.5rem;
}
h5 {
	border-bottom: solid 1px #007fb1;
	padding-bottom: 12px;
}
.i-align{ width:20px; float:left; height:34px;}
.i-align2{ width:20px; float:left; height:54px;}
.i-align2{ width:20px; float:left; height:19px;}

.arrowleft::after {
	content: url(../images/arrow.png);
	position: absolute;
	/* width: 40px; */
	/* height: 40px; */
	/* background: red; */
	top: 46%;
	left: -2%;
}
.arrowleft{
	position:relative;
}

.mp-zero{  padding:0px;}
/**BACK TO TOP**/
.p-5 {
	padding:2rem !important;
}
.back-to-top {
	width: 30px;
	height: 30px;
	position: fixed;
	bottom: 10px;
	right: 20px;
	display: none;
	text-align: center;
	z-index: 10000;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background-color: rgba(245, 130, 32, 0.9);
	transition: all 0.5s;
}
.back-to-top i {
	color: #fff;
	font-size: 22px;
	display: block;
	line-height: 30px;
}
/* ============
2. Preloader
===============*/
#preloader {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #ffffff;
	z-index: 9999999;
}
#status {
	width: 40px;
	height: 40px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin: -20px 0 0 -20px;
}
.spinner {
	margin: 0 auto;
	font-size: 10px;
	position: relative;
	text-indent: -9999em;
	border-top: 5px solid rgba(0, 0, 0, 0.1);
	border-right: 5px solid rgba(0, 0, 0, 0.1);
	border-bottom: 5px solid rgba(0, 0, 0, 0.1);
	-webkit-transform: translateZ(0);
	-ms-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-animation: load8 1.1s infinite linear;
	animation: load8 1.1s infinite linear;
}
.spinner, .spinner:after {
	border-radius: 50%;
	width: 40px;
	height: 40px;
}
@-webkit-keyframes load8 {
0% {
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}
100% {
-webkit-transform: rotate(360deg);
transform: rotate(360deg);
}
}
@keyframes load8 {
0% {
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}
100% {
-webkit-transform: rotate(360deg);
transform: rotate(360deg);
}
}
/*****************
3. Helper
*****************/
.mbg0{background:#fff; margin-left:0px; margin-right:0;}
.section {
	padding-top:110px !important;
	padding-bottom:110px !important;
	position: relative;
}
.section-sm {
	padding-top: 60px !important;
	padding-bottom: 60px !important;
	position: relative;
}
.bg-overlay {
	position: absolute;
	background-color: rgba(54, 64, 78, 0.5);
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
}
.vertical-content {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	-webkit-align-items: center;
	justify-content: center;
	-webkit-justify-content: center;
	flex-direction: row;
	-webkit-flex-direction: row;
}
.btn-round {
	border-radius: 30px;
}
.btn {
	padding: 12px 25px;
	border: 1px solid;
	font-size: 12px;
	transition: all 0.5s;
	font-weight: 600;
	letter-spacing: 1px;
	text-transform: uppercase;
		box-shadow: none !important;
}
.btn-sm {
	padding: 10px 22px;
}
.btn-custom {
	color: #fff;
}
.btn-custom:hover, .btn-custom:focus, .btn-custom:active, .btn-custom.active, .btn-custom.focus, .btn-custom:active, .btn-custom:focus, .btn-custom:hover, .open > .dropdown-toggle.btn-custom {
	outline: none;
	text-decoration: none;
	color: #ffffff;
}
.btn-custom-white {
	background-color: #fff;
	border: 1px solid #fff;
	border-bottom: 3px solid #cdd6d1;
}
.btn-custom-white:hover, .btn-custom-white:focus, .btn-custom-white:active, .btn-custom-white.active, .btn-custom-white.focus, .btn-custom-white:active, .btn-custom-white:focus, .btn-custom-white:hover, .open > .dropdown-toggle.btn-custom-white {
	outline: none;
	background-color: #f1f0f0;
	border-color: #f1f0f0;
	border-bottom-color: #cdd6d1;
	color: #fff;
	text-decoration: none;
}
.btn-outline-white {
	background-color: transparent;
	border: 1px solid #fff;
	color: #fff;
	font-size: 14px;
	letter-spacing: 1px;
	transition: all 0.5s;
	font-weight: 500;
	letter-spacing: 1px;
	text-transform: uppercase;
}
.btn-outline-white:hover, .btn-outline-white:focus, .btn-outline-white:active, .btn-outline-white.active, .btn-outline-white.focus, .btn-outline-white:active, .btn-outline-white:focus, .btn-outline-white:hover, .open > .dropdown-toggle.btn-outline-white {
	background-color: #fff !important;
	outline: none;
	text-decoration: none;
}
.title h3 {
	font-size: 36px;
	color:#f58220;
}
.title p.subtitle {
	letter-spacing: 4px;
	font-weight: 600;
	
}
.f-12 {
	font-size: 16px;
}
.f-13 {
	font-size: 20px;
}
.f-14 {
	font-size: 14px;
}
.f-16 {
	font-size: 16px; line-height:26px;
}
.f-17 {
	font-size: 17px;
}
.f-18 {
	font-size: 18px;
}
.f-20 {
	font-size: 20px;
}
.f-24 {
	font-size:24px;
}
.display-f{ display: flex;}
a.text-custom:hover {
	color: #1f2d4e;
}
.text-light-custom {
	color: #a0a8b9;
}
.modal-backdrop {
	background-color: #1f2d4e;
}
/******************
4. Navbar
*******************/

.navbar-custom {
	padding: 20px 0px;
	width: 100%;
	border-radius: 0px;
	z-index: 999;
	margin-bottom: 0px;
	transition: all 0.5s ease-in-out;
	background:#fff;
	
}
.navbar-custom .navbar-nav li a {
	line-height: 26px;
	color: #000;
	font-size:24px;
	transition: all 0.5s;
	background-color: transparent !important;
	padding: 6px 0;
	margin: 0 15px;
	font-weight: 500;
}
.navbar-custom .navbar-nav .nav-link {
	padding-right: 0px;
	padding-left: 0px;
}
.navbar-toggler {
	font-size: 24px;
	margin-top: 5px;
	margin-bottom: 0px;
	color: #ffffff;
}
.logo {
	color: #fff !important;
	font-weight: 700;
}
.navbar-btn {
	margin: 0 15px;
	font-size: 12px;
	border-color: transparent;
	transition: all 0.5s;
	font-weight: 500;
	letter-spacing: 1px;
	text-transform: uppercase;
}
.navbar-btn:hover {
	color: #fff;
}
.navbar-custom .navbar-nav li.active a, .navbar-custom .navbar-nav li a:hover, .navbar-custom .navbar-nav li a:active {
	color: #007fb1 !important;
}
.navbar-toggle {
	font-size: 24px;
	margin-top: 5px;
	margin-bottom: 0px;
	color: #ffffff;
}
.nav .open>a, .nav .open>a:focus, .nav .open>a:hover {
	background-color: transparent;
	border-color: #337ab7;
}
.navbar-custom .navbar-toggles {
padding: .25rem .75rem;
	font-size: 18px;
	background: 0 0;
	border: 1px solid transparent;
	color: #fff;
	outline: 0;
}
.navbar-custom .navbar-toggles-icon {
	display: inline-block;
	width: 1.5em;
	height: 1.5em;
	vertical-align: middle;
}
.menu-toggle {
	padding: 4.5px 10px !important;
}
.menu-toggle span {
	line-height: 27px;
}

/* Language Translator */
.goog-te-gadget .goog-te-combo{
	font-family: 'Montserrat', sans-serif;
    background-color: #f58220 !important;
    cursor: pointer;
	border: none;
    color: #fff !important;
    border-bottom: 3px solid #e37415 !important;
    padding: 5px 8px !important;
    transition: all 0.5s;
    letter-spacing: 1px;
    border-radius: 0.25rem;
    transition: background-color 0.5s ease-in-out , border-bottom-color 0.5s ease-in-out !important;
    font-size: 14px;
    font-weight: 600;
}
.goog-te-combo:hover{
    background-color: #007fb1 !important;
    border-bottom-color: #006c97 !important;
}

.skiptranslate iframe{
    display: none;
}

/* Language Translator Sticky */

.nav-sticky .goog-te-combo{
    background-color: #007fb1 !important;
	border-color: #006c97;
    border-bottom-color: #006c97 !important;
}


/*--- navbar sticky ---*/

.nav-sticky.navbar-custom {
	margin-top: 0px;
	padding: 10px 0px;
	background-color: #f58220;
	box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.2);
	color: #000 !important;
}
.nav-sticky .navbar-nav li a {
	color: #000 !important;
}
.nav-sticky.navbar-custom .navbar-toggles {
	padding: .25rem .75rem;
	border: 1px solid transparent;
	outline: 0;
}
.nav-sticky .navbar-nav {
	margin-top: 0px;
}
.logo .logo-light {
	display: inline-block;
}
.nav-sticky .logo .logo-dark {
	display: inline-block;
}
.nav-sticky .logo .logo-light {
	display: none;
}
.logo .logo-dark {
	display: none;
}



/******************
5. Home
*******************/

.bg-home {
	position: relative;
	background-image: url(../images/bg-home.png);
	background-color: #1f2d4e;
	padding: 230px 0px 180px 0px;
	background-size: cover;
	background-position: center center;
}
.home-center {
	display: table;
	width: 100%;
	height: 100%;
}
.home-desc-center {
	display: table-cell;
	vertical-align: middle;
}
.home-title h3 {
	letter-spacing: 2px;
}
.home-title h5 {
	text-transform: uppercase;
	font-size: 14px;
	letter-spacing: 4px;
	font-weight: 700;
}
.home-title p, .home-title i, .home-title h5 {
	color: #a0a8b9;
}
.mouse-down a {
	position: absolute;
	left: 0;
	right: 0;
	top: 155px;
	bottom: 0;
	z-index: 1;
}
.down-scroll i {
	width: 48px;
	height: 48px;
	background: #fff;
	display: inline-block;
	line-height: 48px;
	border-radius: 50%;
	box-shadow: 1px 5px 40px -15px black;
}
.play-icon-circle {
	background: #ffffff;
	height: 36px;
	width: 36px;
	line-height: 36px;
	text-align: center;
	border-radius: 50%;
	display: inline-block;
	color: #1f2d4e;
}
/******************
6. About
*******************/

.about-content h4 {
	line-height: 1.4;
	max-width: 590px;
}
/******************
7. Features
*******************/

.feautures-icon i {
	display: inline-block;
	width: 42px;
	height: 42px;
	text-align: center;
	line-height: 42px;
	border-radius: 7px;
}
/******************
8. Services
*******************/

.services-desc {
	position: relative;
}
.services-icon:after {
	content: "";
	position: absolute;
	top: 13px;
	left: 52px;
	width: 42px;
	height: 42px;
	margin: 0px auto;
	background-color: rgb(179, 236, 206);
	border-radius: 6px;
	z-index: -2;
}
/******************
9. Testimonial
*******************/

.carousel-indicators {
	align-items: center;
}
.carousel-indicators li {
	width: 64px;
	height: 64px;
	margin-right: 5px;
	margin-left: 5px;
	opacity: 0.4;
	border-radius: 50%;
	border: 3px solid #fff;
	box-shadow: 1px 9px 48px -15px black;
	cursor: pointer;
	overflow: hidden;
	transition: all 0.5s;
}
.carousel-indicators .active {
	opacity: 1;
}
.carousel-inner {
	min-height: 300px;
}
/******************
10.Team
*******************/

.team-box {
	border-radius: 8px;
	overflow: hidden;
	box-shadow: 0 10px 50px rgba(20, 50, 47, 0.03), 0 10px 40px rgba(0, 0, 0, 0.03);
}
/******************
11. Pricing
*******************/

.pricing-header h4 {
	letter-spacing: 2px;
}
.pricing-table {
	border-radius: 12px;
	border: 2px solid rgba(0, 0, 0, 0.04)
}
/******************
12. Clients
*******************/

.client-images img {
	max-height: 94px;
	width: auto !important;
	margin: 10px auto;
	opacity: 0.6;
	transition: all 0.5s;
}
.client-images img:hover {
	opacity: 0.9;
}
/******************
13. Subscribe
*******************/

.subscribe input {
	padding: 10px 20px;
	border-width: 2px;
	border-color: #fff !important;
}
.subscribe .form-control:focus {
	outline: 0;
	box-shadow: none;
}
/******************
14. Contact
*******************/

.custom-form .form-control {
	height: 45px;
	padding: 0.375rem 1.1rem;
	font-size: 14px;
	border-width: 2px;
}
.custom-form textarea.form-control {
	height: auto;
}
.custom-form .form-control:focus {
	outline: 0;
	box-shadow: none;
}
.form-control:focus {
	border-color: #9da0a9;
}
.error {
	margin: 8px 0px;
	display: none;
	color: red;
}
#ajaxsuccess {
	font-size: 16px;
	width: 100%;
	display: none;
	clear: both;
	margin: 8px 0px;
}
.error_message {
	padding: 10px;
	margin-bottom: 20px;
	text-align: center;
	border: 2px solid #f36270;
	color: #f36270;
	border-radius: 5px;
	font-size: 14px;
}
.contact-loader {
	display: none;
}
#success_page {
	text-align: center;
	margin-bottom: 50px;
}
#success_page h3 {
	color: #0dba26;
	font-size: 22px;
}
/********************
15. Footer
*********************/
h5 {
	margin-bottom: 15px;
}
.bg-footer {
	padding: 30px 0px 10px 0px;
	background: linear-gradient(to right, #007fb1, #007fb1);
}
.footer-icons li a {
	height: 36px;
	width: 36px;
	color: #fff;
	text-align: center;
	font-size: 14px;
	display: inline-block;
	line-height: 32px;
	border-radius: 50%;
	border: 2px solid rgba(124, 139, 173, 0.5);
	transition: all 0.5s;
	background:#f58220;
}
.footer-icons li a:hover {
	color: #fff;
	border-color: #fff;
	background:#007fb1;
}
.copyright {
	color: #fff;
}
.footer-list-menu li a {
	color: #7c8bad;
	font-size: 14px;
	margin-bottom: 18px;
	display: inline-block;
	transition: all 0.5s;
}
.footer-list-menu li a:hover {
	color: #bbc2d2;
}
/** Footer light **/

.footer-light {
	padding: 80px 0px 40px 0px;
	color: #949494 !important;
}
.footer-light .copyright, .footer-light .footer-list-menu li a {
	color: #949494;
}
.footer-light .footer-list-menu li a:hover {
	color: #313951;
}
.footer-light .footer-icons li a {
	color: #949494;
	border: 2px solid #949494;
}
.footer-light .footer-icons li a:hover {
	color: #313951;
	border: 2px solid;
}
/******************
18. Business Layout
*******************/

.home-slider {
	position: relative;
}
.home-slider .carousel-control-next, .carousel-control-prev {
	width: 6%;
}
.home-slider .carousel-item, .home-slider .carousel {
	height: 100vh;
	width: 100%;
}
.home-slider .carousel-item {
	background-position: center center !important;
	background-size: cover !important;
}

.service-bg{ background:#f1f1f1;}
.box-shadow{
	-webkit-box-shadow: 0px -1px 21px -2px rgba(0,0,0,0.75);
-moz-box-shadow: 0px -1px 21px -2px rgba(0,0,0,0.75);
box-shadow: 0px -1px 21px -2px rgba(0,0,0,0.75);}

.box-shadow2{-webkit-box-shadow: 0px -1px 22px -10px rgba(0,0,0,0.75);
-moz-box-shadow: 0px -1px 22px -10px rgba(0,0,0,0.75);
box-shadow: 0px -1px 22px -10px rgba(0,0,0,0.75);}


/********************
21. Responsive
*********************/

@media (min-width: 200px) and (max-width: 768px) {
.goog-te-gadget .goog-te-combo{
	background-color: #007fb1 !important;
	border-color: #006c97;
	border-bottom-color: #006c97 !important;
}
.nav-sticky .goog-te-combo{
    background-color: #007fb1 !important;
	border-color: #006c97;
    border-bottom-color: #006c97 !important;
}
.navbar-custom {
	margin-top: 0px;
	padding: 10px 0px !important;
	background-color:#f58220 !important;
	box-shadow: 0 10px 33px rgba(0, 0, 0, .1);
	color: #000 !important;
}
.navbar-custom .navbar-nav li a {
	transition: all 0.4s;
	color: #000 !important;
	margin: 0px;
}
.navbar-custom>.container {
	width: 90%;
}
.navbar-custom .navbar-nav li.active a {
	border-color: transparent;
}
.navbar-nav {
	margin-top: 0px;
}
.navbar-toggler {
	font-size: 24px;
	margin-top: 0px;
	margin-bottom: 0px;
	color: #000;
}
.navbar-btn {
	margin: 0px;
}
.logo .logo-light {
	display: none;
}
.logo .logo-dark {
	display: block;
}
.bg-home, .bg-home-software {
	padding: 150px 0px 120px 0px;
}
.home-title h1, .startup-home-title h1, .soft-home-title h2, .agency-home-title h1, .busi-home-title h2 {
	font-size: 36px;
}
.home-title h3 {
	font-size: 26px;
}
.mouse-down a {
	top: 99px;
}
.pull-none {
	float: none !important;
	text-align: center;
}
.bg-home-app {
	height: auto;
}
.arrow-left, .arrow-right {
	display: none;
}
.app-home-title h1 {		
	font-size: 30px;
}
}
@media (max-width: 425px) {
.watch-video>a span {
	display: none;
}
.carousel-inner {
	min-height: 385px;
}
.carousel-indicators li {
	width: 50px;
	height: 50px;
}
.carousel-indicators .active {
	width: 70px;
	height: 70px;
}
.bg-home-start-up .mouse-down a {
	top: 35px;
}
.section {
	padding-top:50px !important;
	padding-bottom:50px !important;
}
.h1, h1 {
	font-size: 1.5rem;
	margin-top:30%;
}

}
