@import url('../fonts/font.css');
@import "fonts/ionicons/css/ionicons.css";


/******GENERAL CSS START******/
*,::after,::before{
    box-sizing: border-box;
}

    font-family:'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    color: #333;
    margin:0;
}
h1{font-size: 27px}
h2{font-size: 24px;}
h3{font-size: 20px;}
h4{font-size: 18px;}
h5{font-size: 16px;}
h6{font-size: 14px;}
.container {
    width: 1100px;
    max-width: 100%;
    padding:0 15px;
    margin: 0 auto;
}
.flexbox {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.flexRow {
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
}

.flexColumn {
    -webkit-flex-direction: Column;
    -ms-flex-direction: Column;
    flex-direction: Column;
}

.alignItemCenter {
    -webkit-align-items: center;
    align-items: center;
}

.justifyConCenter {
    justify-content: center;
}
/******GENERAL CSS END******/


/******HEADER CSS START******/
header{
    background: #333;
}
.navbar{
    flex: 0 1 75%;
    justify-content: flex-end;
    align-items: center;
}
.logobar{
    flex: 0 1 25%;
}

.logobar a {
    padding: 15px 0;
    display: inline-block;
    color: #fff;
    font-size: 22px;
    text-decoration: none;
    font-weight: 600;
}
.navbar ul{
    list-style: none;
}
.navbar li a{
    color: #fff;
    text-decoration: none;
    font-size: 16px;
    padding: 15px;
    display: inline-block;
}
.navbar li:last-child a{
    padding-right: 0;
}
.navbar li a img {
    vertical-align: middle;
}

/******END CSS START******/

.slider{
    background: url(../header.jpg) fixed;
    background-size: cover;
    height: 450px;
    background-position: center;
}
.slider-contant{
    background: rgba(0,0,0,0.65);
    width: 780px;
    padding: 15px;
    color: #fff;
    margin: 15px;
    margin-bottom: 15px;
    border-radius: 8px;
    text-align: center;
    max-width: 100%;
}

.slider>div {
    justify-content: flex-end;
    align-items: center;
    height: 100%;
    width: 100%;
}


.slider-contant span {
    font-size: 36px;
    font-weight: 800;
    margin-bottom: 15px;
    line-height: 1.2;
}

.slider-contant p {
    font-size: 26px;
    line-height: 1.3;
    margin-top: 10px;
    margin-bottom: 0;
}
.btn {
    font-size: 20px;
    text-decoration: none;
    width: 226px;
    text-align: center;
    padding: 3px;
    display: inline-block;
    border-radius: 4px;
}
.btn>img{
    vertical-align: middle;
}
.primary-btn{
    color: #fff;
    background: #f77d0e;
}
.btn-group{
    display: inline-block;
    margin-top: 20px;
    text-align: center;
    width: 100%;
}
.btn-group .btn{
    margin-right: 15px;
}

section {
    margin: 40px 0;
}

.tab-wrapper h2 {
    font-size: 24px;
    margin-bottom: 10px;
}
.tab-wrapper p{
    margin-bottom: 10px;
}
.strong {
    font-weight: 800;
}
.quote-page {
    text-align: center;
}
.quote-page h1, .quote-page p{
    margin: 0;
}
.quote-page p{
    margin-bottom: 15px;
}
.quote-page>div{
    margin: 0 auto;
}

/* Shortcode: CSS Testimonial */
.two-clients {
  margin-bottom: 35px;
}
.client-customer {  
      position: relative;
    width: 100%;
    padding: 51px 30px 33px 30px;
    margin-right: 15px;
    background: #fff;
    border-radius: 3px;
    -webkit-box-shadow: 0 18px 22px rgba(228, 228, 231, 0.3);
    -moz-box-shadow: 0 18px 22px rgba(228, 228, 231, 0.3);
    box-shadow: 0 18px 22px rgba(228, 228, 231, 0.3);
}
.client-customer img {  
      position: absolute;
    bottom: 0;
    left: 75%;
    -webkit-transform: translate(-50%, 45%);
    transform: translate(-50%, 45%);
    border-radius: 100px;
    border: 10px solid #e1e5e9;
    width: 150px;
    height: 150px;
}
.client-customer p {
  font-size: 18px;
  margin-bottom: 30px;
}
.client-customer h6 {
  color: #ff5530; 
}
.testimonial-rating i {
  font-size: 24px;
  color: #ff9000;
}
@media only screen and (max-width: 767px) {
  .two-clients {
    margin-bottom: 35px;
  }
}


footer{
    background: #333;
    padding: 15px 0;
    color: #fff;
}
footer p{
    flex: 0 1 50%;
    margin: 0;
}
footer ul{
    justify-content: flex-end;
    flex: 0 1 50%;
    margin: 0;
    padding: 0;
    list-style: none;
}
footer ul li a{
    color: #333;
    text-decoration: none;
    padding: 0 10px;
    display: inline-block;
    border-right:1px solid #999;
    color: #fff;
}
footer ul li:last-child a{
    border: 0;
    padding-right: 0;
}
.tab-wrapper a {
    text-decoration: none;
    margin-bottom: 10px;
    display: inline-block;
}
@media(max-width:992px){
    body{
        font-size: 14px;
        line-height: 1.2;
    }
    .slider-contant h1{
        font-size: 32px;
    }
    .slider-contant p {
        font-size: 22px;
    }
    .slider-contant{
        width: 70%;
    }
}
@media(max-width:767px){
    .slider-contant span{
        font-size: 28px;
    }
    .slider-contant p {
        font-size: 16px;
    }
    .slider-contant{
        width: calc(100% - 30px);
        padding: 20px;
    }
    .tabButtons{
        flex-direction: column;
    }
    .tabBtn {
        margin: 0;
        margin-bottom: 10px;
    }
    .tab-wrapper ul {
        column-count: 2;
    }
    footer > div > .flexbox{
        flex-direction: column;
    align-items: center;
    }
    footer p{
        margin-bottom: 10px;
    }
    .btn-group .btn {
        margin-right: 0;
        margin-bottom: 10px;
    }
    .tab-wrapper h2 {
        font-size: 24px;
    }
    .toggleBtn{
        display: block;
        position: absolute;
        right: 15px;
        top: 15px;
    }
    .navbar{
        display: none;
    }
    .mobileMenu .navbar {
        display: block;
    }
    .navbar ul{
        flex-direction: column;
    }
    .logobar {
        flex: 0 1 75%;
    }
    .mobileMenu .alignItemCenter{
        flex-direction: column;
        align-items: flex-start;
    }
    .mobileMenu .navbar li a {
        padding-left: 0;
    }
.slider{
    background-attachment: scroll;
}
}
@media(max-width:320px){
    .tab-wrapper ul {
        column-count: 1;
    }
}

/******CUSTOM ElEMENTS CSS START - Gallery Slideshow******/
* {box-sizing: border-box}
body {font-family: 'Roboto', sans-serif; margin:0}
.mySlides {display: none}
img {vertical-align: middle;}

/* Slideshow container */
.slideshow-container {
  max-width: 300px;
  position: relative;
  margin: 3px auto 3px;
}

/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 12px;
  margin-top: -22px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
  background-color: rgba(0,0,0,0.8);
}

/* Caption text */
.text {
  color: #f2f2f2;
  background: #717171;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* The dots/bullets/indicators */
.dot {
  cursor: pointer;
  height: 10px;
  width: 10px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active, .dot:hover {
  background-color: #717171;
}

/* Fading animation */
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}

@-webkit-keyframes fade {
  from {opacity: .4}
  to {opacity: 1}
}

@keyframes fade {
  from {opacity: .4}
  to {opacity: 1}
}

/* On smaller screens, decrease text size */
@media only screen and (max-width: 200px) {
  .prev, .next,.text {font-size: 9px}
}

body{

/******CUSTOM ElEMENTS CSS END******/
