/* Reset CSS
 * --------------------------------------- */
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td {
    padding: 0;
    margin: 0;
}

a {
    text-decoration: none;
}

table {
    border-spacing: 0;
}

fieldset,
img {
    border: 0;
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
    font-weight: normal;
    font-style: normal;
}

strong {
    font-weight: bold;
}

ol,
ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

caption,
th {
    text-align: left;

}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: normal;
    font-size: 100%;
    margin: 0;
    padding: 0;
}

q:before,
q:after {
    content: '';
}

abbr,
acronym {
    border: 0;
}

/* GENERAL CSS
  * --------------------------------------- */

:root {
    --icon-group-size: 10em;
    --site-width: 1300px;
}

html,
body {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;

}

html {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

*,
*:before,
*:after {
    -webkit-box-sizing: inherit;
    -moz-box-sizing: inherit;
    box-sizing: inherit;
}

img {
    max-width: 100%;
}

/** animated **/

.animated {
    opacity: 0;
}

.animatedParent {
    overflow: hidden;
}

textarea.form-control {
    resize: none;
}

@media (max-width: 590px) {
    .animated {
        /*CSS transitions*/
        -o-transition-property: none !important;
        -moz-transition-property: none !important;
        -ms-transition-property: none !important;
        -webkit-transition-property: none !important;
        transition-property: none !important;
        /*CSS transforms*/
        -o-transform: none !important;
        -moz-transform: none !important;
        -ms-transform: none !important;
        -webkit-transform: none !important;
        transform: none !important;
        /*CSS animations*/
        -webkit-animation: none !important;
        -moz-animation: none !important;
        -o-animation: none !important;
        -ms-animation: none !important;
        animation: none !important;
        opacity: 1;
    }
}

/** no break **/
.nobr {
    white-space: nowrap;
}


@font-face {
    font-family: 'Afterglow';
    src: url('../fonts/Afterglow-Regular.otf') format("opentype");
    font-weight: 600;
    font-style: normal;
}

body {
    font-family: Montserrat, Arial, sans-serif;
    color: #2A5055;
    text-align: center;
    overflow-x: hidden;
    font-weight: 500;
    font-size: 1.1rem;
    line-height: 1.6rem;
}

.font-title {
    font-family: Afterglow, serif;
}

.site-width {
    max-width: 1300px;
    margin: 0 auto;
}

.bg-light-pink {
    background-color: #FBF4EB;
}

.bg-dark-pink {
    background-color: #F19473;
}

.bg-pink {
    background-color: #F8C7B0;
}

.bg-green {
    background-color: #2A5055;
}

.text-green {
    color: #2A5055;
}

.text-light-green {
    color: #d9e7e2;
}

.text-pink {
    color: #F19473;
}
a.text-pink:hover{
    color: #FFF;
}
.btn {
    border-radius: 25px;
    padding: 0.5rem 2rem;
    font-weight: 500;
}

.btn-primary {
    background-color: #2A5055;
    border-color: #2A5055;
}

.btn-primary:hover,
.btn-primary:active,
.btn-primary:focus {
    background-color: #F19473;
    border-color: #F19473;
}

.btn-secondary {
    background-color: #F19473;
    border-color: #F19473;
    color: #2A5055;
}

.btn-secondary:hover,
.btn-secondary:active,
.btn-secondary:focus {
    background-color: #2A5055;
    border-color: #2A5055;
}

.bg-green .btn-secondary:hover,
.bg-green .btn-secondary:active,
.bg-green .btn-secondary:focus {
    background-color: #F8C7B0;
    border-color: #F8C7B0;
}


.btn-outline-primary {
    border-color: #FFF;
    color: #FFF;
}

.btn-outline-primary:hover,
.btn-outline-primary:active,
.btn-outline-primary:focus {
    background-color: #F8C7B0;
    border-color: #F8C7B0;
}

#mobile-navbar ul li {
    padding: 10px;
    text-align: left;
}

#mobile-navbar ul li a {
    position: relative;
}

#mobile-navbar ul li i {
    float: right;
}

#mobile-navbar ul li.show i.fa-angle-right,
#mobile-navbar ul li i.fa-angle-down {
    display: none;
}

#mobile-navbar ul li i.fa-angle-right,
#mobile-navbar ul li.show i.fa-angle-down {
    display: inline-block;
}

#mobile-navbar ul.dropdown-menu {
    position: unset !important;
    border: none;
    transform: none !important;
    display: none;
}

#mobile-navbar ul.dropdown-menu.show {
    display: block;
}

.dropdown-menu {
    z-index: 2000;
}

.dropdown-toggle::after {
    border: none;
}

:not(.mobile) .dropdown:hover .dropdown-menu {
    display: block;
}

.dropdown-item:focus,
.dropdown-item:hover {
    background: transparent;
    color: #2A5055;
}

.mobile-menu .dropdown-toggle::after {
    content: none;
}

header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 100;
}

header .logo {
    max-width: 200px;
}

header.fixed {
    background-color: #FFF;
}

header.fixed .logo-container img {
    max-width: min(100%, 200px);
}

nav a {
    color: #2A5055;
    font-weight: 500;
}

nav a:hover,
nav a.active,
nav a:focus,
nav a:active,
nav .active a {
    color: #F19473;
    border-bottom: 1px solid #F19473;
    text-decoration: none;
}

h1 {
    font-size: 5rem;
    line-height: 5.5rem;
}

h2 {
    font-size: 3rem;
    line-height: 3.5rem;
}

h3 {
    font-size: 1.7rem;
    line-height: 2.3rem;
}

.full-banner {
    height: 90vh;
    min-height: 800px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
}

.home-banner {
    background-image: url('../images/header_image.png');
    background-position: top center;
}

.bg-logo {
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url('../images/Big_faded_logo.png');
}

.bg-logo-right {
    z-index: 1;
    position: relative;
}

.bg-logo-right:after {
    background-image: url('../images/Faded_large_icon.png');
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    z-index: -1;
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: -100px;
    right: -200px;
}

.icon-absolute {
    position: absolute;
    right: 5px;
    bottom: 5px;
}

.border-rounded {
    border-radius: 50px;
}

.bg-pattern {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url('../images/Green_pattern_logo.png');
}

.bg-pink-pattern {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url('../images/Background_pattern.png');
}

.two-col {
    columns: 2;
}


.three-col {
    columns: 3;
}

.favicon {
    width: 1.2rem;
    height: 1.2rem;
    max-width: unset;
}

.form-control {
    border-color: #2A5055;
    background-color: transparent;
    border-radius: 25px;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: #2A5055;
}

input:focus::-webkit-input-placeholder,
textarea:focus::-webkit-input-placeholder {
    color: #2A5055;
}

#Form input,
#Form textarea {
    font-size: 1.1rem;
    padding: 1.3rem;
}

/* apploi */
.apploi-drop-down {
    align-items: start;
    justify-content: start;
    margin: 0 auto;
    width: 100% !important;
}
.search-job-container input{
width: 300px !important;
max-width: 90%;
}

.top-left-icon,
.top-right-icon {
    z-index: 1;
}

.top-left-icon::before,
.top-right-icon::before {
    content: '';
    background-image: url('../images/Medium_logo.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    top: 5%;
    width: 30%;
    height: 30%;
    z-index: -1;
}

.top-left-icon::before {
    left: 5%;
}

.top-right-icon::before {
    right: 5%;
}

#experience-exceptional>div>.row {
    background-image: url('../images/Big_faded_logo.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.contact-info .address {
    line-height: 2rem;
}

.fl-big::first-letter {
    font-size: 160%;
}

#our-expertise a:hover,
#our-expertise a:hover .text-green {
    color: #F19473;
}

#our-team img{
    border-radius: 50%;
    background-color: #F8C7B0;
}

@media (max-width: 992px) {
    h3 {
        font-size: 1.3rem;
        line-height: 1.6rem;
    }

    footer {
        font-size: 0.9rem;
    }
}

@media (max-width: 768px) {
    header .logo-container img {
        max-width: unset;
        max-height: 100px;
    }

    header.fixed .logo-container img {
        max-width: unset;
        max-height: 70px;
    }

    .full-banner {
        padding-top: 140px;
        height: auto;
        min-height: auto;
    }

    .home-banner {
        height: 50vh;
        min-height: 400px;
        background-position: center;
    }

    .bg-logo-right:after {
        top: -40px;
    }

    h1 {
        font-size: 3rem;
        line-height: 3.5rem;
    }

    #experience-exceptional>div>.row {
        background-image: none;
    }

    footer .logo {
        max-width: 75%;
    }

    li .favicon {
        margin-top: 5px;
    }

    .two-col,
    .three-col {
        columns: unset;
    }

    #get-in-touch .btn {
        min-width: 80%;
    }

    .add-icon {
        position: relative;
    }

    .add-icon::before {
        width: 25%;
        height: 180px;
        background-image: url("../images/Medium_logo.png");
        background-repeat: no-repeat;
        background-size: contain;
        content: '';
        position: absolute;
        left: -5%;
        top: -5%;
    }

    .add-icon.icon-right::before {
        left: unset;
        right: -5%;
    }
}

@media (max-width: 550px) {
    #home-banner-mobile h1 {
        font-size: 2.5rem;
        line-height: 3rem;
    }

    #home-banner-mobile .btn {
        font-size: 0.8rem;
        padding: 0.5rem 1rem;
    }

    #awards h2,
    #core-principles h2 {
        font-size: 1.5rem;
        line-height: 2rem;
    }

    #our-expertise .img-container {
        max-width: 50vw;
        margin: 0 auto;
    }

    #our-team .img-container {
        max-width: 30vw;
        margin: 0 auto;
    }

    #our-team .top-left-icon::before {
        left: 20%;
    }

    #our-team .top-right-icon::before {
        right: 15%;
    }


    .full-banner img {
        max-height: 40vh;
        margin: 0 auto;
    }
    iframe{
        width: 100%!important;
    }
}