/* -------------------------------------------------------------------
Stylesheet Guide
----------------------------------------------------------------------

01. Basics

02. Header

03. Side menu

04. Page header


/* ---------------------------------------------------------------------- */

/*	Basics
/* ---------------------------------------------------------------------- */

/* Import Font */

/* General Styles */

body {
    color: #1F314D;
    font-weight: 400;
    font-size: 1vw;
    font-family: 'Nunito', sans-serif;
    -webkit-font-smoothing: antialiased;
    -webkit-transition: padding ease-in-out 0.3s;
    -o-transition: padding ease-in-out 0.3s;
    transition: padding ease-in-out 0.3s;
    background: #fff;
    overflow-x: hidden;
}
body.loaded .loading {
    opacity: 0;
    visibility: hidden;
}

body.loaded .all-wrraper {
    opacity: 1;
    visibility: visible;
}
body.fixed-header {
    /* padding-top: 82px; */
}

li {
    list-style: none;
}

ul {
    padding: 0px;
    margin-bottom: 0px;
}

a:hover,
a:focus,
a:visited {
    text-decoration: none;
}

p {
    margin: 0px;
}

a,
a:visited {
    color: #222;
}

hr.margin-bottom-30 {
    margin-bottom: 30px;
}

hr.margin-bottom-50 {
    margin-bottom: 50px;
}

h1 {
    font-size: 40px;
}

h2 {
    font-size: 36px;
}

h3 {
    font-size: 30px;
}

h4 {
    font-size: 24px;
}

h5 {
    font-size: 20px;
}

h6 {
    font-size: 16px;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Oxygen', sans-serif;
    font-weight: 700;
    margin: 0;
}

.form-control:focus {
    border-color: #795548;
}

.form-control {
    font-size: 1em;
}

.btn-reset {
    background: transparent;
    border: 0;
    padding: 0;
    outline: 0 !important;
    cursor: pointer;
}

.scale-icons-hover i {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
       transition-duration: 0.3s;
    -webkit-transition-property: transform;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
       transition-timing-function: ease-out;
    display: block;
}

.scale-icons-hover:hover i {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
        transform: scale(1.2);
    -webkit-transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36);
    -o-transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36);
       transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36);
}
.aspectRatio{
    object-fit: cover;
}
/* ---------------------------------------------------------------------- */

/*	CSS
/* ---------------------------------------------------------------------- */
header {
    padding: 15px 30px;
    -webkit-box-shadow: 0 2px 10px 0 rgba(0,0,0,0.12), 0 2px 5px 0 rgba(0,0,0,0.16);
    box-shadow: 0 2px 10px 0 rgba(0,0,0,0.12), 0 2px 5px 0 rgba(0,0,0,0.16);
    position: sticky;
    z-index: 999;
    top: 0;
    border-top: 10px #DB9C2A solid;
    background: #fff;
}

ul.menu li a {
    font-weight: 500;
    -webkit-transition: all ease-in-out .5s;
    -o-transition: all ease-in-out .5s;
    transition: all ease-in-out .5s;
    border-bottom: 2px solid transparent;
}

ul.menu li {
    margin-left: 30px;
}

ul.social-media li a {
    font-size: 1.5em;
    -webkit-transition: all ease-in-out .5s;
    -o-transition: all ease-in-out .5s;
    transition: all ease-in-out .5s;
}

ul.social-media li {
    margin-left: 15px;
}

ul.social-media li:first-child {
    margin-left: 0;
}
a.logo img {
    max-width: 180px;
}

.menu-overlay {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .5);
    position: fixed;
    top: 0;
    left: 0;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all ease-in-out .5s;
    -o-transition: all ease-in-out .5s;
    transition: all ease-in-out .5s;
}

.menu-overlay.active {
    opacity: 1;
    visibility: visible;
}
a.mobile-menu-btn{
    display: none;
}
.main-carousel-content {
    padding: 100px 30px;
}

.main-carousel {
    position: relative;
}

.carousel-controls i {
    font-size: 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: #fff;
}
.carousel-controls {
    position: absolute;
    bottom: 30px;
    z-index: 1;
    width: 100%;
}
.left-icon8:before {
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
}
.custom-carousel-dots {
    margin: 0 5px;
}
.custom-carousel-dots button.owl-dot {
    border: 1px #fff solid;
    width: 10px;
    height: 10px;
    margin: 0 5px;
    display: block;
    background: transparent;
    padding: 0;
    border-radius: 50%;
    -webkit-transition: all ease-in-out .5s;
    -o-transition: all ease-in-out .5s;
    transition: all ease-in-out .5s;
    outline: 0;
}
.custom-carousel-dots button.owl-dot.active, .custom-carousel-dots button.owl-dot:hover {
    background: #DB9C2A;
    border-color: #DB9C2A;
}


img.main-carousel-logo {
    max-width: 320px;
}

span.main-carousel-title1 {
    background: rgba(255, 255, 255, .25);
    padding: 10px 30px;
    font-size: 2em;
    color: #fff;
    display: inline-flex;
    margin: 20px 0;
    border-radius: 5px;
    text-shadow: 0px 3px 6px rgba(0, 0, 0, .16);
    font-weight: 600;
}

p.main-carousel-desc {
    display: block;
    color: #fff;
    max-width: 400px;
    font-size: 1.1em;
}

a.main-carousel-btn {
    background: #DB9C2A;
    padding: 10px 20px;
    color: #fff;
    display: inline-flex;
    margin-top: 15px;
    border-radius: 5px;
    font-size: 1.2em;
}

.main-carousel-block {
    background-size: cover;
    position: relative;
}

.main-carousel-block:before {
    position: absolute;
    background: rgba(9, 39, 84, .2);
    width: 100%;
    height: 100%;
    display: block;
    content: "";
}
.who-us-gp {
    padding: 0 30px;
}

.section {
    padding: 100px 0;
}

img.who-us-img {
    width: 50%;
}

.who-us-content {
    padding-left: 30px;
}

.who-us-content span {
    font-size: 2em;
    font-weight: 600;
    margin-bottom: 30px;
    display: block;
}

.who-us-content p {
    display: block;
    margin-bottom: 20px;
    font-size: 1.2em;
    color: #898989;
}

.custom-btn {
    background: transparent;
    border: #DB9C2A solid 2px;
    padding: 10px 30px;
    color: #DB9C2A !important;
    font-size: 1.3em;
    font-weight: 600;
    margin-top: 10px;
    display: inline-flex;
    transition: all ease-in-out .5s !important;
}

.who-us-content p br {margin: 20px;}
a.service-block {
    position: relative;
    display: block;
    overflow: hidden;
    margin-top: 30px;
}
.service-block-content {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(9, 39, 84, .4);
}
.service-block-more {
    background: #db9c2a;
    padding: 1em 30px;
    border-radius: 5px;
    color: #fff;
    margin-left: -130px;
    -webkit-transition: all ease-in-out .5s;
    -o-transition: all ease-in-out .5s;
    transition: all ease-in-out .5s;
    white-space: nowrap;
    position: absolute;
}
.service-block-more i {
    font-size: 1.3em;
}
.service-block-more span {
    font-weight: 600;
    margin-left: 5px;
}
.service-block-title {
    color: #fff;
    font-size: 1.3em;
    font-weight: 600;
    margin-left: 20px;
    -webkit-transition: all ease-in-out .5s;
    -o-transition: all ease-in-out .5s;
    transition: all ease-in-out .5s;
}
a.service-block img {
    width: 100%;
}
a.service-block:hover .service-block-more {
    margin-left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}
a.service-block:hover .service-block-title {
    margin-left: 800px;
}
.section-head {
    text-align: center;
}

span.section-title {
    font-size: 2em;
    font-weight: 600;
    color: #DB9C2A;
}

span.section-title b {
    font-weight: 600;
    color: #1F314D;
}
p.section-desc {
    color: #898989;
    font-size: 1.2em;
}

.our-services {
    background-size: cover;
}
.about-us:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(31, 49, 77, .85);
    top: 0;
    left: 0;
}

.about-us-gp {
    position: relative;
    padding: 0 30px;
}

.about-us {
    position: relative;
    overflow: hidden;
    background-size: cover;
}

.about-content {
    text-align: left;
    color: #fff;
    margin-top: 30px;
    font-size: 1.2em;
}

.about-us-gp .section-head {
    text-align: left;
}

.about-us-gp .section-head b {
    color: #fff;
}

.about-content p {
    margin-bottom: 15px;
}

.container-fluid {
    padding: 0 30px;
}
.form-group input, .form-group textarea {
    display: block;
    width: 100%;
    border: 1px #707070 solid;
    padding: 10px;
}

.form-group label {
    font-size: 1.1em;
    color: #3F3E3C;
    font-weight: 600;
}

.contact-title {
    font-size: 1.8em;
    color: #DB9C2A;
    font-weight: 600;
    margin-top: 30px;
    margin-bottom: 15px;
}

.contact-title b {
    font-weight: 600;
    color: #1F314D;
}

.contact-us iframe {
    margin-top: 30px;
}
.custom-btn:hover {
    color: #fff !important;
    background: #1F314D;
    border-color: #1F314D;
}
.custom-btn2 {
    background: #DB9C2A;
    color: #fff !important;
}
.contact-us .section-head {
    text-align: left;
    max-width: 820px;
}
.our-clients {
    position: relative;
    padding: 0 30px;
    padding-bottom: 100px;
}

.our-clients .carousel-controls i {
    color: #092754;
}

.our-clients .carousel-controls {
    position: static;
    bottom: inherit;
}

.our-clients .section-head {
    text-align: left;
}
a.our-clients-block {
    -webkit-box-shadow: 0 2px 10px 0 rgba(0,0,0,0.12), 0 2px 5px 0 rgba(0,0,0,0.16);
    box-shadow: 0 2px 10px 0 rgba(0,0,0,0.12), 0 2px 5px 0 rgba(0,0,0,0.16);
    background: #fff;
    padding: 30px;
    border-radius: 10px;
    display: block;
}

div#ourClientsCarousel .item {
    padding: 10px;
}

div#ourClientsCarousel {
    margin: 30px 0;
}
.first-footer {
    background-size: cover;
    color: #fff;
    position: relative;
    padding: 60px 0;
    padding-top: 30px;
}

.first-footer:before {content: "";position: absolute;background: rgba(31, 49, 77, .9);width: 100%;height: 100%;top: 0;left: 0;}

img.footer-logo {
    max-width: 200px;
}

.footer-block {
    padding: 0 40px;
    margin-top: 30px;
}

.footer-block > span {
    font-weight: 600;
    font-size: 1.4em;
}

.footer-block > span b {
    font-weight: 600;
    color: #DB9C2A;
}

.footer-block ul {
    font-size: 1.1em;
}

.footer-block p {
    font-size: 1.1em;
    margin-top: 16px;
}

footer {
    border-top: #DB9C2A 10px solid;
}
.second-footer {
    padding: 15px 30px;
    background: #db9c2a;
    color: #fff;
}

.second-footer ul.social-media li a {
    color: #fff;
}

.second-footer ul.social-media li a:hover {
    color: #1F314D;
}

ul.social-media li a:hover {
    color: #db9c2a;
}

/** New Styles 24 Oct **/
ul.menu li a.active, ul.menu li a:hover {
    color: #db9c2a;
    border-bottom: 2px solid #db9c2a;
}
.facilities-block img {
    display: block;
    margin: auto;
    max-width: 84px;
    margin-bottom: 15px;
}

.facilities-block span {
    font-weight: bold;
    font-size: 1.1em;
}

.facilities-block {
    text-align: center;
    margin-top: 30px;
}
.about-sub-content span {
    font-size: 1.4em;
    font-weight: bold;
    color: #fff;
    text-transform: uppercase;
}

.about-sub-content p {
    text-align: left;
    color: #fff;
    margin-top: 10px;
    font-size: 1.1em;
}

.about-sub-content {
    margin-top: 25px;
    margin-bottom: 20px;
}
#careers img {
    width: 100%;
}

#careers .row {
    align-items: center;
}

div#careers label {
    color: #fff;
}

div#careers .contact-title b {
    color: #fff;
}