/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.124
*/

/*************** ADD CUSTOM CSS HERE.   ***************/
:root {
    --main-color: #082545;
    --second-color: #fdcd00;
}
#top-bar {
    background-color: var(--second-color);
    position: relative;
}
#top-bar::before {
    content: "";
    display: block;
    position: absolute;
    width: 35%;
    height: 100%;
    background-color: var(--main-color);
    right: 0px;
}
#top-bar::after{
    content: "";
    display: block;
    position: absolute;
    background-color: var(--main-color);
    right: 35%;
    border-bottom: 30px solid var(--second-color);
    border-right: 26px solid transparent;
    height: 100%;
}
.header .header-social-icons a.icon:not(.button) {
    font-size: 1.5em;
    color:#fff;
}
#header .header-bottom .container {
    background-color: var(--main-color);
    border-bottom: 3px solid var(--second-color);
    position: relative;
    max-width: 1110px;
}
#header .header-bottom .container::before{
    content: "";
    display: block;
    position: absolute;
    width: 200px;
    height: 100%;
    background-color: var(--second-color);
    right: 0px;
}
#header .header-bottom .container::after{
    content: "";
    display: block;
    position: absolute;
    width: 100px;
    height: 100%;
    background-color: var(--second-color);
    right: 156px;
    border-top: 68px solid #082545;
    border-right: 45px solid transparent;
}
#header .header-bottom .container ul {
    padding-left: 30px;
}
.header-button-1 .header-button a{
    background-color: transparent;
    border: 0;
    color: var(--main-color);
    font-weight: bold;
    text-transform: capitalize;
    text-shadow: none;
}
.header:not(.transparent) .header-bottom-nav.nav > li > a {
    color:#fff;
}
.header-bottom-nav.nav > li > a:hover{
    color:var(--second-color)!important;
}
.nav-spacing-xlarge > li {
    margin: 0 20px;
}
.absolute-footer {
    display: none;
}
.text-year-exp {
    background: var(--second-color);
    color: #fff;
    text-transform: uppercase;
    padding: 10px 20px;
    transform: rotate(270deg);
    position: absolute;
    bottom: 144px;
    left: -175px;
    font-size: 25px;
    font-weight: bold;
}
.text-year-exp p {
    margin: 0;
    padding: 0;
}
.icon-services {
    background-color: #fff;
    padding: 70px 30px 30px;
    position: relative;
    box-shadow: 0px 0px 20px -3px rgba(197.00000000000003,191.00000000000003,191.00000000000003,.75);
    transition: background .4s,border .3s,border-radius .3s,box-shadow .3s;
    width: 33.3333%;
}
.icon-services .icon-box-img {
    position: absolute;
    background-color: var(--second-color);
    width: 80px!important;
    padding: 15px;
    top: -40px;
}
.icon-services:hover {
    background-color: var(--main-color);
    color: #fff;
}
.icon-services:hover .text {
    color: #fff;
}
.icon-services:hover .text h3 {
    color: var(--second-color);
}
.footer-menu li,.footer-menu > li + li {
    border: 0;
}

.footer-menu li a{
    border: 0;
    padding:0 0 0 15px;
    margin: 0;
    color: #fff;
    text-transform: capitalize;
    font-weight: normal !important;
}

.footer-menu li a:hover{
    color: var(--second-color);
}
.footer-menu li a::before{
    display: block;
    content: '-';
    font-size: xx-large;
    padding-right: 5px;
    color: #fff;
}
ul.header-info {
    margin: 28px 0;
    padding: 0;
    width: 100%;
    float: left;
    list-style: none;
}
ul.header-info li {
    list-style: none;
    float: right;
    font-family: 'Open Sans',sans-serif;
    padding: 0 0 0 37px;
    border-right: 0;
    margin-right: 32px;
    position: relative;
    color: #242424;
    font-weight: 400;
    font-size: 16px;
}

ul.header-info li.phn {
    padding: 0 0 0 45px;
}
ul.header-info li::before {
    position: absolute;
    font-family: 'fl-icons' !important;
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    color: #fdcd00;
    left:0px;

}
ul.header-info li.phnClass::before {
    background: #fdcd00;
    color: #fff;
    font-size: 20px !important;
    padding: 2px 8px;
    border-radius: 5px;
    top: 7px;
    left:0px;
}

ul.header-info li.phn::before {
    content: "\e600";
}
ul.header-info li.address {
    margin-right: 37px!important;
}
ul.header-info li.address::before {
    content: "\e009";
    font-size: 30px !important;
}
@media screen and (min-width: 550px) {
    .icon-services{
        width: 100%;
        margin-top: 55px!important;
    }
   /* .icon-services:first-child{
        margin-top:0px!important;
    }*/
}
@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/
    .icon-services{
        width: 100%;
        margin-top: 55px!important;
    }
    .icon-services:first-child{
        margin-top:0px!important;
    }

}