@import url('https://fonts.googleapis.com/css?family=Gothic+A1|Kaushan+Script|Libre+Baskerville|Lobster|Roboto');
.body{
	font-family: 'Gothic A1', sans-serif;
	font-size:16px;
	}
	h3{
		font-weight: bold;
	}
	h1,h2,h3,h4,h5,h6{color:#323233;text-transform:uppercase;}
.navbar-brand  span{
	color: #EA530D;
	font-size:25px;font-weight:700;letter-spacing:0.1em;
    font-family: 'Kaushan Script','Helvetica Neue',Helvetica,Arial,cursive;
}
.navbar-brand {
	color: #fff;
	font-size:25px;
    font-family: 'Kaushan Script','Helvetica Neue',Helvetica,Arial,cursive;
	font-weight:700;
	letter-spacing:0.1em;
}

.navbar-nav .nav-item .nav-link{
	padding: 1.1em 1em!important;
	font-size: 120%;
    font-weight: 500;
    letter-spacing: 1px;
    color: #fff;
   font-family: 'Gothic A1', sans-serif;
}
.navbar-nav .nav-item .nav-link:hover{color:#EA530D;}
.navbar-expand-md .navbar-nav .dropdown-menu{
	border-top:3px solid #EA530D;
}
.dropdown-item:hover{background-color:#EA530D;color:#fff;}
nav{-webkit-transition: padding-top .3s,padding-bottom .3s;
    -moz-transition: padding-top .3s,padding-bottom .3s;
    transition: padding-top .3s,padding-bottom .3s;
    border: none;
	}
	
 .shrink {
    padding-top: 0;
    padding-bottom: 0;
    background-color: #1E1F22;
}
.banner{
	background-image:url('../img/main-banner.jpg');
	text-align: left;
    color: #fff;
   
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.banner-text{
	padding:200px 0 250px 0;
	width: 55%;
}
.banner-heading{
	font-family: 'Roboto', cursive;
    font-size: 52px;
    font-weight: 700;
    line-height: 60px;
    margin-bottom: 30px;
    color: #fff;
}


.price-table {
	padding: 30px 30px 30px 30px;
	border-radius: 20px;
	transition: all 0.3s ease-in;
	margin-bottom: 20px;
	border: 4px solid #F5BBAB;
	-webkit-box-shadow: 1px 1px 9px 4px rgba(247,203,189,0.89);
	box-shadow: 1px 1px 2px 2px rgba(247,203,189,0.89);
}
	.price-table h2 {
		font-size: 32px;
		font-weight:700;
		letter-spacing:0.1em;
		font-family: 'Helvetica', serif;
		text-transform:uppercase;
		margin-bottom:7%;
		color:#000;
	}
	.price-table p {
		font-size: 15px;
		color: #000;
		font-weight: 500;
		font-family: 'Helvetica', serif;
		margin-bottom: 9%;
	}
	.price-table label {
		font-size: 32px;
		color: #000;
		font-weight: 700;
		letter-spacing: 0.07em;
		margin-bottom: 4%;
	}
		.price-table label span {
			font-size: 14px;
			text-transform: uppercase;
		}
	.price-table ul{
		list-style:none;
		padding-left:0px;
	}
		.price-table ul li{
			font-weight:700;
			margin-bottom:1%;
		}
	.price-table:hover {
		background: #F7CBBD !important;
		transition: all 0.3s ease-out;
		-webkit-box-shadow: 1px 1px 9px 4px rgba(247,203,189,0.89);
		box-shadow: 1px 1px 2px 2px rgba(247,203,189,0.89);
	}
	.banner-sub-heading {
		font-family: 'Helvetica', serif;
		font-size: 16px;
		font-weight: 300;
		line-height: 30px;
		margin-bottom: 40px;
		color: #fff;
	}
.btn-orange{
	background: #ea530d;
	color: #fff;
}
.btn-banner{
	padding:5px 20px;
	border-radius:10px;
	font-weight:700;
	line-height:1.5;
	text-align:center;
	color:#fff;
	text-transform:uppercase;
}
.imglink-nav{
	list-style: none;
	padding: 0;
}
.imglink-nav li{
	display: inline;
	list-style: none;
	float: left;
	margin-right: 10px;
}
.imglink-nav img{
max-width: 150px;
}
.custom-section{
	padding: 80px 0;
}
.text-intro{
	width:90%;
	margin:auto;
	text-align:center;
	padding-top:30px;
}
.feature-left {
	margin-bottom: 40px;
	display: flex;
}

.feature-left .feature-icon {
    font-size: 50px;
    color: #4cbec5;
    display: inline-block;
    float: left;
    padding-right: 40px;
	padding-top: 7px;
	width: 20%;
}

.feature-left .feature-content {
	width: 70%;
}
.appbg-one{
	background: url(../img/secbg-one.png);
	background-size: cover;
    background-repeat: no-repeat;
}
.appbg-two{
	background: url(../img/secbg-two.png);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 50% 40%;
}
.footerbg{
	background: url(../img/Testimonial.png);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}
.appbg-one h3.title-app{
	width: 45%;
    margin-bottom: 30px;
}
.appbg-two h3.title-app{
    margin-bottom: 30px;
}
.footerbg h3.title-app{
   color: #fff;
}
.form-row{
	margin: 10px -5px;
}
.footer-form button{
	margin-top: 25px;
}

.copyright {
padding: 15px 0;
background-color: #fff; 
}
.copyright span,
.copyright a {
color: #000000;
-webkit-transition: all 0.3s linear;
-o-transition: all 0.3s linear;
transition: all 0.3s linear; 
}
.copyright .copyright-menu a{
    color: #fff;

}

.copyright-menu ul {
text-align: right;
margin: 0; 
padding: 0;
}

.copyright-menu li {
    display: inline-block;
    /* padding-left: 20px; */
    background: #000;
    color: #fff;
    border-radius: 50%;
    padding: 6px;
    width: 35px;
    height: 35px;
    text-align: center;
}
@media all and (max-width: 1199px) and (min-width: 993px) {
	.banner {
		background-position: 75% 50%;
	}
	.banner-text {
		width: 52%;
	}
  }
  @media all and (max-width: 992px) and (min-width: 769px) {
	.banner {
		background-position: 75% 50%;
	}
	.banner-text {
		width: 52%;
	}
  }
/* mobile view */
@media (max-width:993px){
	.banner-text {
		padding: 200px 0 150px 0;
		width: 75%;
	}
	.row-reverse{
		flex-direction: column-reverse;
	}
	.copyright{
		text-align: center;
	}
	.copyright-menu ul {
		text-align: center;
	}
}
@media (max-width:768px){
	.banner-text {
		width: 100%;
    background: rgb(36 37 41 / 64%);
	}
	
	.navbar-nav{
		background-color:#1E1F22;
		border-top:3px solid #EA530D;
		color:#fff;
		z-index:1;
		margin-top:5px;
		}
	.navbar-nav .nav-item .nav-link{
	padding: 0.7em 1em!important;
	font-size: 100%;
    font-weight: 500;
	}
	.banner {
		background-position: 74% 50%;
	}
	.banner-text{
	padding:150px 0 120px 0;
}
.banner-heading{
	font-size: 30px;
    line-height: 30px;
    margin-bottom: 20px;
}
.banner-sub-heading {
    line-height: 22px;
    margin-bottom: 40px;
}
.appbg-one h3.title-app {
    width: 100%;
    margin-bottom: 30px;
}
}
@media (max-width:540px){
	.imglink-nav {
		
		text-align: center;
	}
	.imglink-nav li {
		display: block;
		list-style: none;
		float: none;
		margin-right: 10px;
		margin-top: 15px;
	}
	.banner-text {
		padding: 150px 0 70px 0;
	}
	.feature-left .feature-icon {
		
		width: 30%;
	}
}



.more-app-list ul{
	padding-left:0px;
}
.more-app-list ul li {
	display: inline-block !important;
	margin-right:10px;
}
.more-app-list ul li a img{
	width:60px;
}
h3.cs-settings{
	font-size:36px !important;
}
