/* cyrillic-ext */
@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    src: local('Open Sans Regular'), local('OpenSans-Regular'), url(https://fonts.gstatic.com/s/opensans/v15/mem8YaGs126MiZpBA-UFWJ0bf8pkAp6a.woff2) format('woff2');
    unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
  }
  /* cyrillic */
  @font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    src: local('Open Sans Regular'), local('OpenSans-Regular'), url(https://fonts.gstatic.com/s/opensans/v15/mem8YaGs126MiZpBA-UFUZ0bf8pkAp6a.woff2) format('woff2');
    unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
  }
  /* greek-ext */
  @font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    src: local('Open Sans Regular'), local('OpenSans-Regular'), url(https://fonts.gstatic.com/s/opensans/v15/mem8YaGs126MiZpBA-UFWZ0bf8pkAp6a.woff2) format('woff2');
    unicode-range: U+1F00-1FFF;
  }
  /* greek */
  @font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    src:url(../fonts/OpenSans-Regular.ttf);
  
  }
 
body {
    font-family: 'Open Sans';
}

.navbar-default {
    background-color: #fff;
    border-bottom: 1px solid #ddd;
    border-radius: 0px;
    margin-bottom: 0px;
}

.logo {
    line-height: 90px;
    padding: 0px;
    margin-left: 15px;
}

.navbar-nav {
    float: none;
    text-align: center;
    margin-top: 0px;
}

.navbar-nav>li {
    float: none;
    display: inline-block;
    margin-right: -4px;
}

.navbar-default .navbar-brand {
    color: #444;
}

.menu li>a {
    color: #444;
    text-transform: uppercase;
    font-size: 12px;
    position: relative;
    line-height: normal;
    padding: 20px 30px;
    transition: all .3s ease-in-out;
}

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav>.active>a:focus {
    background: #455A64;
    color: #fff;
}

.navbar-default .navbar-nav>li>a:hover,
.navbar-default .navbar-nav>li>a:focus {
    background: #455A64;
    color: #fff;
}

.menu li>a:before {
    content: "";
    position: absolute;
    width: 0;
    bottom: 0;
    left: 50%;
    right: 50%;
    background-color: #455A64;
    height: 3px;
    text-align: center;
}

@media screen and (max-width:768px) {
    .navbar-nav {
        float: none;
        margin-bottom: 0px;
    }
    .logo,
    .menu li>a {
        line-height: normal;
        padding: 10px;
    }
    .menu li {
        margin-right: 0px;
    }
    .navbar-default .navbar-brand {
        margin-left: 0px;
    }
}

/*======================================
slider
========================================*/

.carousel-control.left,
.carousel-control.right {
    width: 40px;
    height: 40px;
    line-height: 40px;
    background: #000;
    top: 50%;
    bottom: 50%;
    text-align: center;
    vertical-align: middle;
    background-image: none;
}

.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right,
.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
    line-height: 40px;
    text-align: center;
    width: 100%;
}

.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
    position: static;
    display: block;
}

.carousel-inner>.item>img,
.carousel-inner>.item>a>img {
    display: block;
    max-width: 100%;
    line-height: 3;
    height: 450px;
    width: 100%;
}

/**/

.section-padding {
    padding: 100px 0px;
}

.title-block h2 {
    padding-bottom: 20px;
    margin-top: 0px;
    margin-bottom: 50px;
    font-size: 40px;
    color: #455A64;
    position: relative;
}

.title-block h2::after {
    content: "";
    background-color: #455A64;
    height: 3px;
    width: 50px;
    position: absolute;
    bottom: 0px;
    left: 0;
    right: 0;
    margin: auto;
}

#about-us p {
    text-align: justify;
    color: #777;
    margin: 0 auto;
    font-size: 16px;
    line-height: normal;
    margin-bottom: 5px;
}

#about-us p .highlight {
    color: #455A64;
    font-weight: 600;
}

.contact-form {
    width: 50%;
    margin: auto;
}

#contact-us {
    position: relative;
    background-size: cover;
    position: relative;
    background-attachment: fixed;
    background-image: url("../images/contact-us.jpg")
}

#contact-us::before {
    content: "";
    position: absolute;
    height: 100%;
    top: 0;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.60);
}

#contact-us .title-block h2 {
    color: #fff;
}

#contact-us .form-control {
    border-radius: 0px;
    background-color: #000000ba;
    height: 40px;
    border: 1px solid #666363;
    color: #ddd;
    transition: all .6s;
    box-shadow: none;
}

#contact-us .form-control:focus {
    border-color: #455A64;
    box-shadow: none;
}

#contact-us .form-control.input-message {
    height: 150px;
    padding: 10px 12px;
}

.footer {
    padding: 20px 0px;
    color: #fff;
    background: #1a1a1a;
}

.copyright {
    color: rgba(255, 255, 255, 0.8);
    font-weight: normal;
    font-size: 16px;
    text-transform: capitalize;
    margin: 0px;
    padding: 10px 0px;
}

.copyright>a {
    color: #455A64;
}

.footer-link {
    padding-left: 0px;
    margin: 0px;
    list-style: none;
    float: right;
}

.footer-link>li {
    float: left;
}

.footer-link>li>a {
    font-size: 16px;
    display: block;
    padding: 10px;
    color: rgba(255, 255, 255, 0.8);
    text-decoration: none;
}

.footer-link>li>a:hover {
    color: #455A64;
}

#about-us {
    background-color: #f5f5f5;
}

#privacy .privacy {
    margin: auto;
    list-style: none;
    background-color: #e2e2e2;
    padding: 20px;
}

.privacy {
    color: #444;
}

.privacy p,
.privacy ul li {
    font-size: 14px;
    margin-top: 0px;
    margin-bottom: 5px;
    line-height: normal;
    color: #666;
}

.privacy h4 {
    margin-top: 10px;
    margin-bottom: 5px;
    color: #454343;
}

.privacy ul {
    margin: 20px 0px;
}

.privacy .no {
    font-weight: 700;
    color: #000;
}

.mailto {
    font-weight: 700;
    color: #000;
    text-decoration: none;
}

.mailto:hover {
    color: #455A64;
}

@media screen and (max-width:767px) {
    .contact-form,
    #privacy .privacy {
        width: 100%;
    }
    .carousel-inner>.item>img,
    .carousel-inner>.item>a>img {
        height: 200px;
    }
    .carousel-control.left,
    .carousel-control.right {
        margin-top: -16px;
    }
    .title-block h2 {
        margin-bottom: 20px;
    }
    #about-us .highlight {
        margin-bottom: 20px;
    }
    .section-padding {
        padding: 50px 0px;
    }
    .copyright {
        text-align: center;
    }
    .footer-link {
        text-align: center;
        float: none;
    }
    .footer-link>li {
        float: none;
    }
}

.navbar-default .navbar-toggle {
    background-color: #455A64;
    border-radius: 0px;
    border-color: transparent;
}

.navbar-default .navbar-toggle:focus {
    outline: 0px;
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #fff;
}

.fixed {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    animation: fade 0.8s ease-in-out;
    border-bottom: 1px solid #ddd;
    z-index: 999;
}

@keyframes fade {
    from {
        opacity: 0;
        top: -40px;
    }
    to {
        opacity: 1;
        top: 0px;
    }
}

.btn-send {
    background-color: #455A64;
    border-radius: 0px;
    padding: 10px;
    outline: 0px;
    border: 1px solid #91387d
}

.hero-image {
    position: relative;
    height: 400px;
    background-color: #fff;
    
}

.hero-image img {
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    width: 200px;
}

.get-it img {
    width: 75px;
}

.get-it-on-goole {
    width: 20%;
    padding: 0px 15px;
}

@media screen and (max-width:767px) {
    .get-it-on-goole {
        width: 50%;
    }
    .navbar-nav>li {
        display: block;
    }
}

.social-media {
    padding: 0px;
    margin: 10px 0px;
    list-style: none;
    text-align: center;
}

.social-media li {
    display: inline-block;
}

.social-media li.facebook img,
.social-media li.insta img {
    width: 60px;
    height: 60px;
    vertical-align: middle;
    margin: 0px 10px;
}

.social-media li a {
    display: block;
}

.social-media .play-store img,
.social-media .app-store img {
    width: 200px;
}

.social-media .play-store {
    float: left;
}

.social-media .app-store {
    float: right;
}

.social-media:before,
.social-media:after {
    clear: both;
    content: "";
    display: table;
}

#contact-us .content {
    color: #fff;
    position: relative;
    font-size: 16px;
    font-family: inherit;
}

.contact .title {
    margin: 30px 0px;
    color: #444;
}

.contact {
    display: block
}

.contact p,
.contact span {
    display: inline-block;
}

@media screen and (max-width:767px) {
    .contact {
        margin-bottom: 20px;
        display: block;
    }
    .title-block h2 {
        font-size: 30px;
    }
    .social-media .play-store img,
    .social-media .app-store img {
        width: 120px;
    }
    .social-media li.facebook img,
    .social-media li.insta img {
        width: 40px;
        height: 40px;
        margin: 0px 5px;
    }
}
@media only screen and (max-width: 394px){
    .social-media .play-store img,
    .social-media .app-store img {
        width: 90px;
        height: 40px;
        object-fit: contain;
    }
    .social-media li.facebook img,
    .social-media li.insta img {
       width: 40px;
       height: 40px;
       margin: 0px;
       object-fit: contain;
    }
} 
.content .title{
    color: #455A64;
}