@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,300;0,400;0,700;0,900;1,300;1,400;1,700;1,900&display=swap');

body.layout-theme-omega,
body.layout-theme-omega * {
    font-family: 'Lato', sans-serif;
}

body.layout-theme-omega .fa {
    font-family: FontAwesome;
}

.home-page-slider {
    margin: 20px 0px 100px;
}

.section-title h2 {
    text-align: center;
    font-size: 20px;
    font-weight: 700;
    color: #333;
    margin-bottom: 25px;
}

.carousel-control.right,
.carousel-control.left {
    background: rgb(255 255 255 / 26%);
    background-image: none;
    display: block;
    width: 73px;
    height: 145px;
    line-height: 145px;
    opacity: 1;
}

.carousel-control.left {
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
    padding-right: 15px;
}

.carousel-control.right {
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
    padding-left: 15px;
}

.home-page-slider .item>.row {
    display: flex;
    flex-wrap: wrap;
    margin: 0;
}

.home-page-slider .item>.row>div {
    padding: 0;
}

.slider-cnt {
    background: #12454d;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.slider-cnt h4 {
    margin: 0;
    font-style: italic;
}

.slider-cnt h3 {
    margin: 0;
    font-weight: 700;
}

.slider-cnt-inner {
    padding: 0 200px 0 50px;
}

.slider-cnt-inner h4,
.slider-cnt-inner h3,
.slider-cnt-inner p,
.slider-cnt-inner a {
    color: #fff;
    font-size: 30px;
    line-height: 44px;
}

.slider-cnt-inner p {
    font-weight: 300;
    margin: 45px 0px;
}

.slider-cnt-inner a {
    padding-bottom: 2px;
    display: inline-block;
    border-bottom: solid 2px #fff;
    font-weight: 700;
    font-style: italic;
}

.layout-theme-omega .consultation_box_grid .theme-consultation_box {
    position: relative;
    border: 0;
    padding: 0;
    box-shadow: 3px 10px 32px rgb(0 0 0 / 11%);
    padding-top: 50px;
}

.layout-theme-omega .consultation_box_grid .theme-consultation_box h3 {
    position: absolute;
    top: 0;
    left: 0;
    height: 60px;
    background: #f47d2f;
    padding: 0 20px;
    opacity: 1;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.layout-theme-omega .consultation_box_grid .theme-consultation_box .description {
    padding: 20px;
    text-align: left;
}

.layout-theme-omega .consultation_box_grid .theme-consultation_box .description .description_summary {
    font-size: 18px;
    font-weight: 300;
    line-height: 33px;
}

.layout-theme-omega .consultation_box_grid .theme-consultation_box a.read_more {
    background: transparent;
    color: #1c1c1c;
    font-size: 18px;
    font-style: italic;
    border-bottom: solid 2px #1c1c1c;
    width: max-content !important;
    border-radius: 0;
    padding: 0 0 2px;
    font-weight: 700;
    margin: 30px 0 0;
    display: table;
    white-space: normal;
}

.layout-theme-omega .consultation_box_grid .theme-consultation_box h3 a.project_title_cls {
    margin: 0;
    text-transform: none;
    font-size: 17px;
    text-overflow: ellipsis;
    width: 100%;
    overflow: hidden;
    max-height: 57px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.layout-theme-omega .consultation_box .thumb {
    position: static;
}

.layout2-header .select-language-toggle .form-group {
    margin: 0;
}

.layout2-header .top-strip {
    background: #4d989d;
    padding: 10px 0;
}

.layout2-header .select-language-toggle select {
    background: #3a3a3a;
    color: #fff;
    border: 0;
    padding: 6px 10px;
    border-radius: 6px;
}

.theme-btn-orange {
    background: #f48430;
    padding: 6px 25px;
}

.theme-btn-orange:hover {
    background: #ef781f;
}

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

.new-header-menu .navbar-nav>li>a {
    border: 0;
    font-size: 14px;
}

.new-header-menu .navbar-nav>li.active>a,
.new-header-menu .navbar-nav>li:hover>a {
    color: #f48430;
}

.layout2-header-search .submit {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    background: #004a64;
    border-radius: 0 6px 6px 0px;
}

.layout2-header-search form {
    position: relative;
}

.layout2-header-search input {
    border: solid 1px #000;
    border-radius: 6px;
    color: #000;
}

.welcome-n-search {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    align-items: center;
}

.header-search.layout2-header-search {
    width: 30%;
}

.new-headersearch-and-menu {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    justify-content: space-between;
}

.new-header-menu {
    width: 100%;
}

.new-header-menu .navbar-nav {
    margin-top: 20px;
}

.layout2-header-search input::placeholder {
    color: #000;
}

.layout2-header-search .submit input {
    padding: 0;
    width: 30px;
    height: 100%;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    background: 0 0 !important;
    border: 0 !important;
    z-index: 99;
    position: absolute;
    right: 15px;
}

.layout2-header-search form.search-option-3 .submit::before {
    left: inherit;
    right: 8px;
    content: "\f002";
    font-family: FontAwesome;
    color: #fff;
    position: absolute;
    top: 7px
}

.layout2-header-search form.search-option-3::before {
    display: none;
}

.new-header-toggle a#headerToggle {
    color: #222;
    font-size: 16px;
}

.new-header-toggle a .fa-user {
    margin: 0 2px;
}

.new-header-toggle {
    min-width: 20%;
    max-width: 25%;
    text-align: right;
    padding-left: 20px;
    white-space: nowrap;
    text-overflow: ellipsis;
    position: relative;
}

.new-header-toggle #headerToggle {
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
}

.new-header-menu ul.nav.navbar-nav.header-top-level-menu {
    margin-bottom: 0;
}

.main-header {
    padding: 20px 0px;
    position: relative;
}

.d-none {
    display: none !important;
}

.main-footer {
    background: #272727;
    padding: 70px 0px;
    background-repeat: no-repeat;
}

.footer-block h4 {
    text-transform: uppercase;
    font-weight: 600;
    margin: 0 0 10px;
}

.footer-block {
    color: #fff;
}

.footer-block p {
    font-size: 16px;
    font-weight: 300;
    line-height: 30px;
    color: rgb(255 255 255 / 61%);
}

.footer-block>a {
    font-weight: 600;
    text-transform: capitalize;
    font-size: 16px;
    color: #fff;
    border-bottom: solid 2px #fff;
    font-style: italic;
}

.footer-block+.footer-block {
    margin-top: 40px;
}

.footer-block ul {
    margin: 0;
    padding: 0;
}

.footer-block ul li {
    list-style: none;
}

.footer-block ul li a {
    font-weight: 300;
    color: rgb(255 255 255 / 61%);
    font-size: 20px;
    display: block;
}

.footer-block ul.social-links li {
    display: inline-block;
}

.footer-block ul.social-links li a {
    font-size: 46px;
    color: #fff;
}

.footer-block ul.social-links li+li {
    margin-left: 20px;
}

.pl-100 {
    padding-left: 100px;
}

.main-footer .container>.row {
    display: flex;
    flex-wrap: wrap;
    /* align-items: flex-end; */
}

.bottom-footer {
    background: #000;
    color: rgb(255 255 255 / 61%);
    font-weight: 300;
    font-size: 14px;
    line-height: 20px;
    padding: 20px 0px;
}

ul.bottom-footer-links {
    padding: 0;
    margin: 0;
}

ul.bottom-footer-links li {
    list-style: none;
    display: inline-block;
}

ul.bottom-footer-links li+li {
    margin-left: 10px;
    padding-left: 10px;
    border-left: solid 1px #fff;
}

ul.bottom-footer-links li a {
    color: rgb(255 255 255 / 61%);
}

.goog-te-gadget {
   /* height: auto; */
    height: 28px; 
    width: auto;
    font-size: 0 !important;
}

.goog-te-gadget>span {
    display: none;
}

.goog-te-gadget .goog-te-combo {
    height: auto;
    width: auto;
    padding: 5px;
}

.contact-n-login {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: flex-end;
}

ul.contact-n-email {
    padding: 0;
    margin: 0 35px 0 0;
}

ul.contact-n-email li {
    display: inline-block;
    list-style: none;
}

ul.contact-n-email li a {
    color: #fff;
}

ul.contact-n-email li+li {
    margin-left: 15px;
}

.navbar-toggle-btn button {
    background: #f48430;
    border: solid 1px #f48430;
    color: #fff;
    height: 35px;
    width: 35px;
    font-size: 18px;
    border-radius: 2px;
}

.navbar-toggle-btn {
    text-align: right;
}

.footer-block p.footer-news-widget-title {
    font-size: 17px;
    color: #fff;
    line-height: 20px;
    margin-bottom: 0;
    font-weight: bold;
}

.footer-block ul li a.txt-line.address-section {
    cursor: default;
}

.goog-te-gadget {
    background-image: none;
}

.include_button_under_text {
    clear: both;
}

.include_button_under_text.center {
    text-align: center;
}

.include_button_under_text.centre {
    text-align: center;
}

.include_button_under_text.left {
    text-align: left;
}

.include_button_under_text.right {
    text-align: right;
}

.hdeaer-social-profile-icon ul li+li {
    margin-left: 8px;
}

.include_button_under_text>a.theme-btn {
    font-size: 18px;
}

.position-static {
    position: static;
}

/******************Responsive*******************/
@media only screen and (min-width: 1200px) {

    .home-page-slider .item>.row>div.col-md-7 {
        height: 600px;
    }

    .home-page-slider .item>.row>div.col-md-7 img {
        height: 100%;
        object-fit: cover;
    }

}

@media only screen and (min-width: 992px) {
    .navbar-toggle-btn {
        display: none;
    }
}

@media only screen and (max-width: 1600px) {
    .slider-cnt-inner {
        padding: 0 50px;
    }

    .slider-cnt-inner p {
        margin: 30px 0;
    }

    .carousel-control.right,
    .carousel-control.left {
        width: 50px;
    }

    .slider-cnt-inner h4,
    .slider-cnt-inner h3,
    .slider-cnt-inner p,
    .slider-cnt-inner a {
        font-size: 24px;
        line-height: 36px;
    }
}

@media only screen and (max-width: 1199px) {

    .home-page-slider .item>.row {
        align-items: center;
    }

    .slider-cnt-inner {
        padding: 50px;
    }

    .new-header-menu {
        padding-right: 0;
    }

    .new-header-menu .navbar-nav>li>a {
        padding: 10px;
        font-size: 12px;
    }

    /*.header-search.layout2-header-search {
        margin: 30px 0px 0;
    }*/

    ul.bottom-footer-links li+li {
        margin-left: 8px;
        padding-left: 8px;
    }

}

@media only screen and (max-width: 1023px) {
    .navbar-nav {
        margin: 32px 0;
    }
}

@media only screen and (max-width: 991px) {


    .carousel-control.right,
    .carousel-control.left {
        top: 35%;
    }

    .slider-cnt-inner {
        padding: 30px;
    }

    .home-page-slider .item>.row>div.col-md-7 {
        width: 100%;
        height: 300px;
    }

    .home-page-slider .item>.row>div.col-md-7 img {
        height: 100%;
        object-fit: cover;
    }

    /*.logo-and-toggle {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: center;
    }

    .new-header-menu ul.nav.navbar-nav.header-top-level-menu {
        margin: 0;
    }

    .new-header-menu ul.nav.navbar-nav.header-top-level-menu li {
        float: none;
        width: 100%;
        text-align: center;
        padding: 0;
    }

    .new-header-menu {
        width: 100%;
    }

    ul.contact-n-email {
        margin: 0 15px 0 0;
    }

    .header-search.layout2-header-search {
        margin: 0;
        width: 100%;
    }

    .welcome-n-search {
        flex-direction: column-reverse;
        margin-top: 20px;
    }

    .new-header-toggle {
        text-align: center;
        margin-bottom: 20px;
        padding: 0;
        width: 100%;
        min-width: initial;
        max-width: initial;
    }

    .new-header-menu ul.nav.navbar-nav.header-top-level-menu li+li {
        border-top: solid 1px #e8e8e8;
    }

    .new-header-menu ul.nav.navbar-nav.header-top-level-menu li>a {
        padding: 18px 10px;
        font-size: 14px;
    }

    .new-headersearch-and-menu {
        margin-bottom: 20px;
    }

    .new-headersearch-and-menu .welcome-n-search {
        display: none;
    }*/

    

    .main-footer .col-md-6.pl-100 {
        padding-left: 15px;
    }

    .main-footer .container>.row .col-md-6+.col-md-6 .footer-block {
        margin-top: 40px;
    }

    .bottom-footer {
        text-align: center;
    }

    .bottom-footer .txt-font {
        margin: 20px 0px;
    }

}

@media only screen and (max-width: 767px) {

    .carousel-control.right,
    .carousel-control.left {
        top: 20%;
    }

    .carousel-control.right,
    .carousel-control.left {
        height: 50px;
        line-height: 45px;
        display: block;
    }

    .carousel-control.right img,
    .carousel-control.left img {
        height: 30px;
    }

    .layout-theme-omega .consultation_box_grid {
        width: 100%;
    }

    .select-language-toggle {
        text-align: center;
    }

    .contact-n-login {
        justify-content: center;
        margin-top: 10px;
    }


    .new-headersearch-and-menu .welcome-n-search {
        display: flex;
    }

    .header-search.layout2-header-search, .new-header-toggle {
        width: 50%;
        max-width: 100%;
    }  

    ul.contact-n-email {
        margin: 0;
        width: 100%;
        text-align: center;
        margin-bottom: 10px;
    }

    .new-header-menu .navbar-toggle {
        position: absolute;
        top: 50%;
        right: 0;
        transform: translateY(-50%);
        margin-top: 0;
    }

    .new-header-menu .navbar-collapse {
        top: initial;
        width: 100vw;
        left: 0;
    }

}

@media only screen and (max-width: 567px) {
    .logo {
        margin: 0;
        padding: 0;
        max-width: 200px;
    }

    ul.bottom-footer-links li {
        display: block;
    }

    ul.bottom-footer-links li+li {
        margin: 10px 0 0 0;
        padding: 0;
        border: 0;
    }
}