* {
    font-family: 'Hind Vadodara', sans-serif;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box
}

.under-line:after {
    content: " ";
    display: block;
    width: 50px;
    margin-top: 10px;
    border-bottom: 4px solid #fe8625
}

/* // QUICK INQUIRY */

.quick {
    position: fixed;
    width: 20px;
    top: 150px;
    right: -21px;
    z-index: 9995;
    background-color: #eee;
    border-radius: 5px 0 0 5px;
    padding: 10px;
    border-top: 1px solid #fe8625;
    border-bottom: 1px solid #fe8625;
    border-left: 1px solid #fe8625
}

.quick .open {
    position: absolute;
    right: 100%;
    top: 25px;
    padding: 3px;
    font-size: 17px
}

.quick input,
.quick textarea {
    color: #063569;
    border: none;
    font-family: 'Open Sans', sans-serif;
}

.quick input::-webkit-input-placeholder {
    color: #999;
    text-transform: capitalize
}

.quick .send {
    width: 95px;
    font-weight: bold;
    background: none;
    margin-top: 0;
    color: #fe8625;
    border-color: #fe8625;
    padding: 6px 12px;
    font-size: 105%
}

.quick .send:hover {
    background-color: #fe8625;
    color: #fff
}

.send button i {
    margin-left: 12px
}

.quick .open {
    width: 40px;
    border-radius: 0;
    border-radius: 5px 0 0 5px;
    background-color: #fe8625;
    border-top: 1px solid #fe8625;
    border-bottom: 1px solid #fe8625;
    border-left: 1px solid #fe8625;
    color: #fff
}

/* \\ QUICK INQUIRY */

/* // callback */

.over-all {
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.8);
    z-index: 9999;
    display: none;
    cursor: default;
}

.callback {
    position: fixed;
    top: 40%;
    left: 40%;
    width: 20%;
    z-index: 99999;
    background-color: #eee;
    padding-bottom: 5px;
    border-radius: 5px;
    display: none
}

.callback h4 {
    background-color: #fe8625;
    margin: 0;
    padding: 15px 10px;
    border-radius: 5px 5px 0 0
}

.callback form {
    margin-top: 15px;
    margin-right: 15px;
    margin-left: 15px
}

.callback form .form-group {
    margin-bottom: 10px
}

.callback form button:first-of-type {
    width: 100%;
    margin-top: 15px;
    background-color: #063569
}

.callback form button:nth-of-type(2) {
    position: absolute;
    background: rgba(255,255,255,0.7);
    font-weight: bold;
    top: -8%;
    right: -5%;
    padding: 4px 10px;
    border-radius: 50%;
    color: #063569
}

.callback form button:nth-of-type(2):focus {
    outline: 0
}

.btn-callback {
    position: fixed;
    top: 220px;
    right: 15px;
    width: 40px;
    border-radius: 0;
    border-radius: 5px 0 0 5px;
    background-color: #fe8625;
    border-top: 1px solid #fe8625;
    border-bottom: 1px solid #fe8625;
    border-left: 1px solid #fe8625;
    color: #fff;
    padding: 2.5px;
    font-size: 18px;
    z-index: 999
}

.btn-callback:hover,
.btn-callback:focus {
    color: #fff;
    border-top: 1px solid #fe8625;
    border-bottom: 1px solid #fe8625;
    border-left: 1px solid #fe8625;
    outline: 0 !important
}

/* \\ callback */

/* // Navbar */

.navbar {
    margin-bottom: 0;
    background-color: #fff;
    border: 0;
    border-radius: 0;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.7);
    border-top: 0px solid rgba(47, 46, 46, 1);
    border-bottom: 0px solid rgba(47, 46, 46, 1);
    min-height: 80px
}

.navbar .navbar-brand {
    padding: 0
}

.navbar .navbar-brand .logo-img {
    width: 25%;
    margin-top: 5px;
    margin-left: 20px
}

.navbar .navbar-nav > li > a {
    text-transform: uppercase;
    -webkit-transition: .3s all ease;
    -moz-transition: .3s all ease;
    -ms-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
    padding-top: 5px;
    padding-bottom: 5px;
    color: #fe8625;
    margin-top: 25px;
    font-size: 17px
}

.navbar .navbar-nav > li:not(:last-of-type) > a {
    border-right: 1px solid #fe8625
}

.navbar .navbar-nav > .active > a,
.navbar .navbar-nav > .active > a:hover,
.navbar .navbar-nav > .active > a:focus,
.navbar .navbar-nav > li > a:hover,
.navbar .navbar-nav > li > a:focus {
    background-color: #fff;
    color: #063569
}

/* \\ Navbar */

/* // Header */ 

header {
    border-top: 80px solid #fff;
    background: url(../images/about-main.jpg) no-repeat center center scroll
}

header .over {
    background-color: rgba(225, 225, 225, .9);
    min-height: 570px
}

header .row > div:first-of-type {
    padding: 0
}

header h1 {
    font-family: 'Tinos', serif;
    font-size: 110px;
    color: #063569;
    margin-top: 130px
}

header h2 {
    font-size: 70px;
    color: #fe8625
}

header .img-responsive {
    margin-top: 10px
}

/* \\ Header */ 

/* // What we do */

.what {
    padding-top: 5px;
    padding-bottom: 5px
}

.what h2 {
    font-size: 50px;
    color: #063569;
    margin: 0
}

.what .under-line:after {
    border-radius: 50px;
    width: 150px;
    margin-top: 15px;
    margin-bottom: 15px
}

.what .img-responsive {
    margin-top: 17px
}

/* \\ What we do */

/* // Who we are */

.who {
    background-color: #eee;
    padding-top: 5px;
    padding-bottom: 5px
}

.who h2 {
    font-size: 50px;
    color: #063569;
    margin: 0
}

.who .under-line:after {
    border-radius: 50px;
    width: 150px;
    margin-top: 15px;
    margin-bottom: 15px
}

.who .img-responsive {
    margin-top: 20px
}

/* \\ Who we are */

/* // Article */

article h2 {
    margin-top: 0;
    font-size: 60px;
    color: #063569;
}

article .under-line:after {
    border-radius: 50px;
    width: 120px;
    margin-top: 10px;
    margin-bottom: 15px;
    margin-left: 45%
}

article iframe:last-of-type {
    margin-bottom: 100px
}

/* \\ Article */

/* // where can we serve you */

.where {
    background-color: #eee;
    padding-bottom: 10px
}

.where h2 {
    margin-top: 0;
    font-size: 60px;
    color: #063569;
}

.where .under-line:after {
    border-radius: 50px;
    width: 120px;
    margin-top: 10px;
    margin-bottom: 15px;
    margin-left: 45%
}

.where .list-unstyled {
    padding-top: 50px
}

.where .list-unstyled li {
    padding: 10px 20px;
    background-color: #063569;
    color: #fff;
    font-size: 17px;
    margin-top: 5px;
    margin-bottom: 5px;
    cursor: pointer;
    -webkit-transition: background .4s ease;
    -moz-transition: background .4s ease;
    -ms-transition: background .4s ease;
    -o-transition: background .4s ease;
    transition: background .4s ease;
    border-radius: 5px
}

.where .list-unstyled .active,
.where .list-unstyled li:hover,
.where .list-unstyled li:focus {
    background-color: #fe8625
}

.where .img-map {
    border-top: 10px solid transparent;
    border-right: 20px solid transparent;
    border-left: 20px solid transparent;
    border-bottom: 20px solid transparent
}

.where .img-responsive {
    border-radius: 5px;
    -webkit-box-shadow: 9px 5px 129px -28px rgba(0,0,0,0.75);
    -moz-box-shadow: 9px 5px 129px -28px rgba(0,0,0,0.75);
    box-shadow: 9px 5px 129px -28px rgba(0,0,0,0.75)
}

.where .img-responsive:not(:first-of-type) {
    display: none
}

/* \\ where can we serve you */

/* // Footer */

footer {
    background-color: #000;
    padding-bottom: 8px;
    padding-top: 17px;
    margin-bottom: 0
}

footer a:hover {
    text-decoration: none
}

footer p {
    font-family: 'Courgette', cursive;
    font-size: 14px;
    color: #eee
}

footer span {
    font-family: sans-serif
}

footer .orange {
    color: #ed9c38
}

footer .green {
    color: #080
}

footer .blue {
    color: #6b6bff
}

/* \\ Footer */