/* 
Custom CSS for...
'Modern Business' HTML Theme by Start Bootstrap

All Start Bootstrap themes are licensed under Apache 2.0. 
For more info and more free Bootstrap 3 HTML themes, visit http://startbootstrap.com!
*/

/* Global Styles */

html, body {
  height: 100%;
}

body {
  padding-top: 0px;
 /* body padding for fixed top nav */
 font-family: 'Assistant', sans-serif;

}
.fullwidth{
	width:100%;
 
	position:relative;
}
.bg {
  width:100%;
  position:relative;
  min-height:100vh;
}
.bg img {
  min-height:100vh;
  width:100%;
}
 
.mobilewidth{
	display:none;
}
.form-group {
  width:33%;
  padding:0px 10px;
}
.form-control{
	box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
	border-radius:12px;
	padding:25px 20px;
	font-size:18px;
	margin-left:15px;
  min-width:100%;
}
 
.btn-primary {
  background: linear-gradient(90deg, #eec49b 0%, #D5A488 100%);
  border-radius: 12px;
  width: 100%;
  font-size: 18px;
  font-weight: 700;
  padding: 15px 25px;
  border: 0px;
  margin-left: 15px;
  border-color: transparent;
}
.mobile-footer{
    display:none;
}
 
.block2{
	position:absolute;
    bottom:25px;
	height:70px;
	width:100%;
}
h3{
	color: #F7C8AE;
	direction:rtl;
	font-weight:700;
}
 
.img-home-portfolio,
.img-customer,
.portfolio-item {
  margin-bottom: 30px;
}

.tab-pane {
  margin-top: 15px;
}

/* Page Sections */
.section,
.section-colored {
  padding: 50px 0;
}

.section-colored {
  background-color: #e1e1e1;
 /* change this to change the background color of a colored section */
}

.sidebar {
  margin-top: 40px;
}

.sidebar ul {
  border-radius: 5px;
  padding: 5px;
  border: 1px solid #cccccc;
}

/* Half Page Height Carousel Customization */
.carousel {
  height: 50%;
}

.item,
.active,
.carousel-inner {
  height: 100%;
}

.fill {
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
}

/* Social Icons Styles */
.list-social-icons {
  margin-bottom: 45px;
}

.tooltip-social a {
  text-decoration: none;
  color: inherit;
}

.facebook-link a:hover {
  color: #3b5998;
}

.linkedin-link a:hover {
  color: #007fb1;
}

.twitter-link a:hover {
  color: #39a9e0;
}

.google-plus-link a:hover {
  color: #d14836;
}

/* Service Page Styles */
.service-icon {
  font-size: 50px;
}

/* 404 Page Styles */
.error-404 {
  font-size: 8em;
}

/* Pricing Page Styles */
.price {
  font-size: 4em;
}

.price-cents {
  vertical-align: super;
  font-size: 50%;
}

.price-month {
  font-size: 35%;
  font-style: italic;
}

/* Footer Styles */
footer {
  margin: 50px 0;
}

/* Responsive Styles */
@media (max-width: 767px) {
.fullwidth{
	display:none;
}
 
 .mobile-footer{
    display:block;
    text-align:center;
        background: #035674;
        padding-bottom:10px;
}
 
.fist{
	border-bottom:1px solid silver;
}
.botleft {
    position: relative;
    margin-top:80px;
width:calc(100% - 30px);
    color: #F7C8AE;
    font-size: 17px;
    font-weight: 500;
    line-height: 25px;
}
.botright {
    position: relative;
    margin-top:80px;
        right:0px;
    color: #F7C8AE;
	width:calc(100% - 30px);
    font-size: 17px;
    font-weight: 500;
    line-height: 25px;
}
.topright {
    position: relative;
    top: 30px;
      right:0px;
    color: #F7C8AE;
width:calc(100% - 30px);
    font-size: 17px;
    font-weight: 500;
    line-height: 25px;
}
.itscaller{
	margin:10px 0px;
	text-align:center;
}
.mobilewidth .block1 {
    height: 300px;
    width: 100%;
    background: url(../img/Group28.png) no-repeat center bottom;
    background-size: cover;
    position: relative;
}
h3 {
    margin-top: 10px;
    margin-bottom: 10px;
}
body {
    padding-top: 0px;
    font-family: 'Assistant', sans-serif;
    
}
.block2 { 
    height: auto;
    width: 100%;
    text-align: center;
} 
.form-control {
    display: block;
    width: 100%;
    height: auto;
	padding:15px 15px;
  margin-left:0px;
}
.btn-primary {
    background: linear-gradient(90deg, #BD7868 0%, #D5A488 100%);
    border-radius: 12px;
    direction: rtl;
    padding:10px 15px;
    font-size: 22px;
    font-weight: 700;
    margin-left:0px;
    border: 0px;
    border-color: transparent;
}
.form-group {
  width: 100%;
  padding: 0px 30px;
}
.block2 {
    height: auto;
    width: 100%;
	text-align:center;
  position:absolute;
  bottom:100px;
    padding-bottom: 20px;
}
.mobilewidth {
  display: block;
  position: relative;
}
  .carousel {
    height: 70%;
 /* increases the carousel height so it looks good on phones */
  }
}
