/*
Template: FreeBuild - Construction HTML5 Template
Author: ModinaTheme
Author URI: http://modinatheme.com/freebuild
Description: Construction HTML5 Template.
Version: 1.0
*/

/*
=================================
|***	Table of contents:   ***|
=================================

1. General styles
2. Typography
3. Helpers
4. Preloader
5. Go up button
6. Header and navigation
7. Welcome Hero Section
8. About Me
9. Shop
10. Services
11. Facts - CountToUp
12. Portfolio
13. Video Section
14. Testimonials
15. Clients Logo Carousel
16. Blog Section
17. Contact Form
19. Contact Information & Address
20. Social Network Icons Button 
21. Footer
21. Blog - Single Blog Post Page 

*/


/* ----------------------------------------
   ----------- 1.GENERAL STYLES -----------
   ---------------------------------------- */
/* Google font */
@import url('https://fonts.googleapis.com/css?family=Yantramanav:300,400,500,700,900&display=swap');

* {
    margin: 0px;
    padding: 0px;
}

html {
    scroll-behavior: smooth;
}

body,
html,
.wrapper {
    height: 100%;
}

body {
    font-family: 'Yantramanav', sans-serif;
    color: #666666;
    font-size: 18px;
    line-height: 28px;
    font-weight: 400;
    overflow-x: hidden;

}

a:focus {
    outline: 0 solid
}

a {
    transition: all 0.3s ease-in-out;
}

img {
    max-width: 100%;
    height: auto;
}

input::-moz-focus-inner {
    border: 0;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus {
    -webkit-box-shadow: 0 0 0px 1000px white inset !important;
}

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

a:hover {
    text-decoration: none;
    outline: none !important;
}

a:focus,
a:active {
    text-decoration: none;
    outline: none !important;
}

::placeholder {
    color: #666;
    opacity: 1;
    /* Firefox */
}

:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #666;
}

::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #666;
}

.theme_btn {
    display: inline-block;
    padding: 10px 50px;
    background: #00aeef;
    color: #fff;
    transition: all .4s;
    margin-top: 10px;
}

.section-padding {
    padding: 120px 0px;
}

.section_bg {
    background: #f2f3f5;
}

/* ----------------------------------------
   -------------- 2.TYPOGRAPHY ------------
   ---------------------------------------- */
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Yantramanav', sans-serif;
    margin: 0 0 10px;
    font-weight: 500;
    color: #09316f;
}

h1 {
    font-size: 80px;
    line-height: 80px;
}

h2 {
    font-size: 36px;
    line-height: 48px;
}

h3 {
    font-size: 26px;
    line-height: 22px;
}

h4 {
    font-size: 20px;
    line-height: 29px;
}

h5 {
    font-size: 18px;
    line-height: 26px;
}

h6 {
    font-size: 14px;
    line-height: 30px;
}

p {
    color: #63688e;
    line-height: 28px;
    font-size: 16px;
}

a {
    font-family: 'Yantramanav', sans-serif;
    text-decoration: none;
    font-size: 16px;
    font-weight: 400;
    outline: none !important;
    cursor: pointer;
    line-height: 32px;
}

h2 {
    margin-top: -5px;
}

/* preloader */
.pre-loader {
    position: fixed;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background: #00aeef;
    z-index: 999999999;
    left: 0;
    top: 0;
}

.sk-cube-grid {
    width: 40px;
    height: 40px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -20px;
    margin-top: -20px;
}

.sk-cube-grid .sk-cube {
    width: 33%;
    height: 33%;
    background-color: #fff;
    float: left;
    -webkit-animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out;
    animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out;
}

.sk-cube-grid .sk-cube1 {
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s;
}

.sk-cube-grid .sk-cube2 {
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s;
}

.sk-cube-grid .sk-cube3 {
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s;
}

.sk-cube-grid .sk-cube4 {
    -webkit-animation-delay: 0.1s;
    animation-delay: 0.1s;
}

.sk-cube-grid .sk-cube5 {
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s;
}

.sk-cube-grid .sk-cube6 {
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s;
}

.sk-cube-grid .sk-cube7 {
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
}

.sk-cube-grid .sk-cube8 {
    -webkit-animation-delay: 0.1s;
    animation-delay: 0.1s;
}

.sk-cube-grid .sk-cube9 {
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s;
}

@-webkit-keyframes sk-cubeGridScaleDelay {

    0%,
    70%,
    100% {
        -webkit-transform: scale3D(1, 1, 1);
        transform: scale3D(1, 1, 1);
    }

    35% {
        -webkit-transform: scale3D(0, 0, 1);
        transform: scale3D(0, 0, 1);
    }
}

@keyframes sk-cubeGridScaleDelay {

    0%,
    70%,
    100% {
        -webkit-transform: scale3D(1, 1, 1);
        transform: scale3D(1, 1, 1);
    }

    35% {
        -webkit-transform: scale3D(0, 0, 1);
        transform: scale3D(0, 0, 1);
    }
}

/* scrollup */
#scrollUp {
    background-color: #00aeef;
    border-radius: 50%;
    bottom: 20px;
    color: #ffffff;
    font-size: 22px;
    height: 50px;
    line-height: 54px;
    right: 20px;
    text-align: center;
    width: 50px;
    -webkit-box-shadow: 0 10px 20px 0 rgba(23, 22, 49, 0.1);
    box-shadow: 0 10px 20px 0 rgba(23, 22, 49, 0.1);
    font-weight: 400;
}

/* header */
header {
    padding: 25px 75px;
    position: sticky;
    top: 0;
    z-index: 999;
    background-color: #fff;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

header .navbar-nav .nav-item .nav-link {
    padding: 8px 16px 8px 40px;
    text-transform: capitalize;
    padding-left: 40px;
    font-size: 18px;
    font-weight: 500;
    color: #000066;
}

header .navbar-nav .nav-item .nav-link:hover {
    color: #00aeef;
}

.top-header span {
    color: #003366;
    line-height: 26px;
    font-size: 16px;
    margin-right: 40px;
}

.social-profile ul li,
.social-profile ul li a {
    display: inline-block;
}

.social-profile ul li a {
    color: #003366;
    margin-left: 20px;
}

.top-header {
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #ebebeb;
}

.top-header span i {
    padding-right: 5px;
}

.main-menu nav li a {
    color: #000066;
    text-transform: capitalize;
    padding-left: 40px;
    font-size: 18px;
    font-weight: 500;
}

.main-menu ul>li a:hover {
    color: #00aeef;
}

.menu-style-one ul li ul {
    position: absolute;
    width: 190px;
    text-align: center;
    background: #00aeef;
    z-index: 333;
    margin-top: -5px;
    left: 0;
    opacity: 0;
    visibility: hidden;
    transition: all .5s;
}

.menu-style-one ul li {
    display: inline-block;
    position: relative;
}

.menu-style-one ul li ul li {
    display: block;
}

.menu-style-one ul li ul li a {
    padding-left: 0px;
    display: block;
    color: #fff;
    padding: 3px 0px;
}

.menu-style-one ul li ul {}

.menu-style-one ul li:hover ul {
    visibility: visible;
    opacity: 1;
    margin-top: 29px;
}

.menu-style-one ul li ul li:hover a {
    color: #fff;
    background: #000066;
}

.navbar.navbar-expand-md {
    padding: 0;
}

.menu-two#sticky-nav {
    padding-top: 25px;
    padding-bottom: 0px;
}

#sticky-nav {
    background: #fff;
    /* padding-top: 25px; */
    box-shadow: 0px 13px 35px -12px rgba(35, 35, 35, 0.15);
    transition: al 0.60s ease-in-out;
    /* padding-bottom: 25px; */
}

.header-menu-two#sticky-nav {
    background: #00aeef;
    padding: 0px;
}

/* .header-two #sticky-nav-sticky-wrapper {
    height: 62px !important;
} */

/* hero section */
.hero-slider-area {
    z-index: 1;
}

.single-hero-slide span {
    font-size: 16px;
    line-height: 30px;
    font-weight: 500;
    color: #fff;
}

.single-hero-slide {
    position: relative;
    overflow: hidden;
    height: 690px;
    background-color: #f2f3f5;
    background-position: center;
}

.slide-img {
    position: absolute;
    bottom: -35px;
    right: 20%;
}


/* what we do section */
.what-we-do-title h2 span {
    color: #00aeef;
}

.what-we-do-title>span {
    text-transform: uppercase;
    margin-bottom: 15px;
    display: block;
    line-height: 1;
}

.what-we-do-title h2 {
    margin-top: -10px;
}

.what-we-do-title {
    margin-bottom: 60px;
}

.single-we-do img {
    width: 100%;
}

.single-we-do h3 {
    margin-top: 25px;
}

.what-we-do.section-padding {
    padding-bottom: 80px;
}

.single-we-do p {
    color: #565969;
}

.single-we-do {
    margin-bottom: 40px;
}

.theme_btn.btn_tb {
    background: transparent;
    color: #09316f;
    border: 1px solid #ddd;
    margin-left: 10px;
}

.theme_btn:hover {
    background: #09316f;
    color: #fff;
}

.theme_btn.btn_tb:hover {
    background: #00aeef;
    color: #fff;
    border: 1px solid #00aeef;
}

/* theme heading- title */
.theme-heading h2 {
    font-size: 50px;
    line-height: 1;
    margin-top: -5px;
    margin-bottom: 30px;
}

.theme-heading span {
    line-height: 1;
    margin-top: -2px;
    display: block;
    margin-bottom: 15px;
    color: #565969;
    text-transform: uppercase;
    font-weight: 500;
}

/* FQ - Ask */
.fq-ask-wrap {
    background: #f2f3f5;
}

.frequent-ask-accrodian .card-header h5 {
    position: relative;
}

.frequent-ask-accrodian .btn.btn-link::after,
button.btn.btn-link::before {
    position: absolute;
    right: 0;
    top: 50%;
    width: 15px;
    height: 2px;
    background: #fff;
    content: "";
    transition: all .5s;
    margin-top: -1px;
}

.card-body {
    padding: 15px 30px;
}

.card-header {
    position: relative;
    padding-left: 35px;
}

.card-header::before {
    width: 10px;
    height: 10px;
    display: inline-block;
    content: "";
    position: absolute;
    left: 18px;
    top: 50%;
    background: #fff;
    border-radius: 50%;
    transform: translateY(-50%);
}

.frequent-ask-accrodian .btn.btn-link::after {
    transform: rotate(0deg);
    margin-top: -1px;
}

.frequent-ask-accrodian .btn.btn-link.collapsed::after {
    transform: rotate(90deg);
}

.card-header .btn.btn-link {
    color: #fff;
    width: 100%;
    text-align: left;
}

.card-header {
    margin-bottom: 0;
    background-color: #00aeef;
    border: none;
    margin-bottom: 0;
    overflow: hidden;
    border-radius: 30px !important;
}

.card-header .btn.btn-link {
    text-decoration: none;
}

.card-header:hover {
    background: #09316f;
    transition: all .4s;
}

.card {
    border: none;
    margin-top: 10px;
    background: transparent;
}



/* services section */

.single-service {
    text-align: center;
    margin-bottom: 50px;
}

.single-service h3 {
    margin-bottom: 20px;
    font-size: 18px;
}

.icon-shape {
    position: relative;
    transition: all .3s ease-in-out;
}

.service-shape-icon {
    transition: all .3s ease-in-out;
    position: absolute;
    z-index: 11;
    color: #ffff;
    left: 50%;
    top: 50%;
    transform: translateX(-50%);
    margin-top: -16px;
}

.single-service:hover svg.icon-shape path {
    fill: #00aeef;
}

.single-service:hover svg.service-shape-icon path {
    fill: rgb(242, 243, 245);
}

.service-icon {
    position: relative;
    margin-bottom: 20px;
}

.single-service:hover .service-shape-icon img {
    filter: brightness(200);
}

/* call to action */
.call-action-bg {
    position: absolute;
    left: -10%;
    top: 0;
    transform: scale(1.2);
    z-index: -1;
}

.call-to-action-wrap {
    position: relative;
    z-index: 1;
}



/* footer area */
footer {
    background: #000033;
}

footer p,
footer span,
footer a,
.single-footer-widget p {
    color: #9ca5af;
}

.footer-menu li {
    display: inline-block;
}

.footer-menu li a {
    color: #959ea8;
    margin-left: 27px;
}

.single-footer-widget h3 {
    color: #fff;
    padding-bottom: 10px;
    display: block;
}

.single-footer-widget.business-hour span {
    padding-left: 15px;
}

.news-img {
    min-width: 60px;
    margin-right: 10px;
}

.news-title a {
    display: block;
    line-height: 1.5;
    margin-top: -3px;
}

.news-title span {
    font-size: 12px;
    line-height: 1;
}

.single-recent-news {
    border-bottom: 1px solid #131e3e;
    margin-bottom: 18px;
    padding-bottom: 13px;
}

.single-recent-news:last-child {
    padding: 0;
    margin: 0;
    border: none;
}

.footer-bootm {
    border-top: 1px solid #131e3e;
}

.call-to-action-wrap::before,
.call-to-action-wrap::after {
    width: 100%;
    height: 100%;
    position: absolute;
    background: #00255e;
    content: "";
    left: 0;
    top: 0;
    opacity: .77;
    z-index: -1;
}

a.theme_btn.call-action-btn:hover {
    background: #022858;
}

.contact-info-bg {
    background: #00aeef;
}

.single-contact-info {
    display: flex;
    align-items: center;
}

.contact-info-bg {
    padding-top: 20px;
    padding-bottom: 15px;
    border-radius: 2px;
}

.contact-icon {
    margin-right: 30px;
}

.follow-icons a {
    border-style: solid;
    border-width: 1px;
    border-color: rgb(255, 129, 66);
    border-radius: 50%;
    width: 37px;
    height: 37px;
    display: inline-block;
    text-align: center;
    line-height: 39px;
    margin-right: 5px;
    color: #fff;
    transition: all .3s;
}

.follow-icons a:hover i {
    color: #00aeef;
}

.follow-icons a:hover {
    background: #fff;
    border-color: #fff;
}

.contact-content p {
    margin: 0;
}

.footer-section {
    margin-top: -70px;
    overflow: inherit;
    position: relative;
}

.contact-section {
    overflow: inherit;
    z-index: 1;
    position: relative;
}

.subscribe-box {
    padding-top: 8px;
}

.subscribe-box form input {
    position: relative;
    border-radius: 2px;
    background-color: rgba(28, 41, 82, 0.502);
    height: 42px;
    width: 100%;
    border: none;
    font-size: 12px;
    color: #fff;
    padding-left: 15px;
}

.footer-menu li a:hover {
    color: #00aeef;
}

.subscribe-box form button {
    border-radius: 2px;
    background-color: #00aeef;
    position: absolute;
    width: 26px;
    height: 26px;
    color: #fff;
    position: absolute;
    right: 8px;
    top: 50%;
    transform: translateY(-50%);
}

/* --------------------------------------------- */
/* ========   our portfolio section ============= */
.single-portofolio {
    position: relative;
    height: 500px;
    z-index: 1;
    transition: all .3s;
    background-position: center;
}

.portfolio-content {
    padding: 60px;
    opacity: 0;
    visibility: hidden;
    transition: all .3s;
}

.portfolio-single-content p:last-child {
    margin: 0;
}

a.read-more-port {
    position: absolute;
    bottom: 55px;
    font-size: 12px;
    font-weight: 600;
    transition: all .3s;
    text-transform: uppercase;
}

.portfolio-cat span {
    position: relative;
    padding-left: 67px;
    font-size: 18px;
}

.portfolio-cat span::before {
    width: 58px;
    height: 1px;
    position: absolute;
    left: 0;
    top: 50%;
    background: #fff;
    content: "";
    transform: translateY(-50%);
}

a.read-more-port i {
    padding-left: 10px;
}

.single-portofolio::before {
    width: 100%;
    height: 100%;
    background: #00aeef;
    top: 0;
    left: 0;
    content: "";
    position: absolute;
    z-index: -1;
    transition: all .3s;
    opacity: 0;
    visibility: hidden;
    transform: scale(0);
}

.single-portofolio:hover::before {
    opacity: 1;
    visibility: visible;
    transform: scale(1);
}

.single-portofolio:hover .portfolio-content {
    opacity: 1;
    visibility: visible;
}

.portfolio-filter-buttons button:hover {
    background: #00aeef;
    color: #fff;
}

/* -------------------------------------------------- */
/* =============== Blog Section - Carousel  ============  */
.blog-feature-img {
    background-color: rgb(235, 235, 235);
    height: 280px;
    position: relative;
    background-size: cover;
    background-position: center;
}

.blog-box-content {
    padding-left: 35px;
    padding-right: 30px;
    margin-top: -53px;
    position: relative;
}

.post-date {
    background-color: #00aeef;
    text-align: center;
    color: #fff;
    display: inline-block;
    padding: 20px 22px 15px;
    margin-bottom: 25px;
}

.post-date span {
    display: block;
    font-size: 20px;
}

.post-date span:first-child {
    font-size: 37px;
    font-weight: 700;
}

.post-date span:last-child {
    margin-top: 2px;
    text-transform: capitalize;
}

.blog-box-content h3 a {
    color: #09316f;
    font-size: inherit;
    font-weight: 500;
}

.post-cats span {
    color: #565969;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 500;
    position: relative;
    display: inline-block;
}

a.read-more:hover,
.blog-box-content h3:hover a {
    color: #00aeef;
}

a.read-more {
    text-transform: uppercase;
    color: #09316f;
    transition: all .3s;
    line-height: 1;
}

a.read-more i {
    color: #00aeef;
    padding-right: 12px;
}

.single-blog-box {
    margin-top: 30px;
}

.blog-wrapper .owl-theme .owl-nav {
    position: absolute;
    right: 0;
    top: -90px;
}

.blog-wrapper .owl-theme .owl-nav div {
    background: transparent;
    color: #e7e7e7;
    transition: all .3s;
    font-size: 30px;
}

.blog-wrapper .owl-theme .owl-nav div:hover {
    background: transparent;
    color: #00aeef;
}


/* Home Page - Two */
.top-bar-two {
    padding: 8px 0px;
}

.top-bar-two .container {
    border-bottom: 1px solid #e1e1e1;
}

.contact-top-icon i {
    color: #09316f;
    font-size: 36px;
    margin-right: 20px;
}

.contact-text {
    color: #565969;
    font-size: 16px;
    line-height: 1.5;
}

.contact-text span {
    display: block;
    color: #09316f;
}

.header-menu-two nav>ul li a {
    font-weight: 500;
    text-transform: capitalize;
    display: inline-block;
    margin-right: 58px;
    color: #fff;
    position: relative;
    transition: all .3s;
    padding: 15px 0px;
}

.header-menu-two ul li ul li a {
    display: block;
}

.header-menu-two ul li ul li a {
    display: block;
    margin: 0;
}

.menu-style-one.menu-two ul li ul {
    top: 30px;
    left: -30px;
}

.header-menu-two {
    background: #00aeef;
}

.header-middle {
    padding-top: 15px;
    padding-bottom: 24px;
}

.icon-menu a {
    border-radius: 50%;
    background-color: rgb(255, 116, 46);
    width: 38px;
    height: 38px;
    color: #fff;
    display: inline-block;
    text-align: center;
    line-height: 40px;
    transition: all .3s;
    margin-left: 15px;
}

.icon-menu {
    position: absolute;
    right: 0;
}

/* slider two */
.single-hero-slide h2 {
    font-size: 60px;
    line-height: 1;
    font-weight: 900;
    margin-top: 8px;
    margin-bottom: 27px;
}

.slider-home-two .single-hero-slide,
.hero-slide-active .single-hero-slide {
    height: 720px;
}

.slide-img.slide-img-left {
    left: 10%;
    right: auto;
}

/* about us */
.single-about img {
    margin-bottom: 15px;
}

.single-about img {
    margin-bottom: 19px;
}

.single-about {
    border-width: 1px;
    border-color: rgb(235, 235, 235);
    border-style: solid;
    padding: 40px 18px;
    position: relative;
    transition: all .3s;
    margin-bottom: 10px;
    margin-top: 20px;
}

.single-about a {
    border-width: 1px;
    border-color: rgb(235, 235, 235);
    border-style: solid;
    border-radius: 50%;
    background-color: rgb(255, 255, 255);
    width: 40px;
    height: 40px;
    display: inline-block;
    line-height: 40px;
    color: #00aeef;
    transition: all .3s ease;
    position: absolute;
    bottom: -20px;
    left: 50%;
    transform: translateX(-50%);
}

.single-about:hover a {
    background: #00aeef;
    border: 1px solid #00aeef;
    color: #fff;
}

.single-about:hover {
    border: 1px solid #00aeef;
}

.single-about h3 {
    margin-bottom: 15px;
}


/* testimonial area */
.client-img {
    border-radius: 50%;
    background-color: rgb(222, 222, 222);
    width: 53px;
    height: 53px;
    display: inline-block;
    overflow: hidden;
    margin-right: 25px;
}

.single-testimonial p {
    font-size: 18px;
    color: #565969;
}

.single-testimonial i {
    color: #00aeef;
    font-size: 22px;
    margin-bottom: 10px;
}

.single-testimonial {
    padding: 40px;
    transition: all .3s ease;
    border: 1px solid transparent;
}

.client-info h4 {
    line-height: 1;
    font-size: 24px;
    margin-bottom: 0px;
    padding-top: 1px;
}

.client-info span {
    font-size: 12px;
    line-height: 1;
    font-weight: 700;
}

.single-testimonial:hover {
    border: 1px solid #00aeef;
}

.client-details {
    margin-top: 30px;
}


/* portfolio two */

.portfolio-filter-buttons button {
    display: inline-block;
    text-transform: capitalize;
    background: #fff;
    transition: all .4s;
    border-radius: 30px;
    height: 50px;
    line-height: 50px;
    padding: 0px 30px;
    color: #09316f;
    border: none;
    margin: 0px 2px;
}

.portfolio-filter-buttons {
    margin-bottom: 60px;
}

/* video section */
.video-section-wrap {
    position: relative;
    height: 600px;
    background-color: #f2f3f5;
}

.video-section-wrap.sada-bg {
    background: #fff;
}

.video-bg {
    position: absolute;
    width: 50%;
    height: 100%;
    background-position: left center;
    background-repeat: no-repeat;
}

.video-bg::before {
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: #000;
    content: "";
    position: absolute;
    opacity: .3;
}

a.play_video_btn i {
    margin-right: 10px;
    text-align: center;
    display: inline-block;
    line-height: 80px;
    width: 80px;
    font-size: 22px;
    border-radius: 50%;
    height: 80px;
    background: #fff;
    color: #00aeef;
    -webkit-animation: playVideo 2s linear infinite;
    animation: playVideo 2s linear infinite;
}

@keyframes playVideo {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(255, 94, 16, .3);
        box-shadow: 0 0 0 0 rgba(255, 94, 16, .3);
    }

    40% {
        -webkit-box-shadow: 0 0 0 20px rgba(255, 94, 16, 0);
        box-shadow: 0 0 0 20px rgba(255, 94, 16, 0);
    }

    80% {
        -webkit-box-shadow: 0 0 0 20px rgba(255, 94, 16, 0);
        box-shadow: 0 0 0 20px rgba(255, 94, 16, 0);
    }

    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(255, 94, 16, 0);
        box-shadow: 0 0 0 0 rgba(255, 94, 16, 0);
    }
}

.video-section-content h2 {
    font-size: 60px;
    margin-bottom: 30px;
}

.video-section-content ul li {
    position: relative;
    padding-left: 22px;
    transition: all .3s;
}

.video-section-content ul li:hover {
    padding-left: 30px;
}

.video-section-content ul li::before {
    position: absolute;
    font-size: 22px;
    content: "\f105";
    left: 0;
    top: 0;
    color: #00aeef;
    font-family: "Font Awesome 5 Pro";
    transition: all .3s;
}

.video-section-content ul li:hover::before {
    left: 10px;
}

.video-section-content ul li h3 {
    margin-bottom: 0;
}



/* call to action from and video section */
.call-to-action-form {
    background: #09316f;
}

.call-to-form form input,
.call-to-form form textarea {
    border: none;
    border-width: 1px;
    border-color: rgb(22, 82, 171);
    border-style: solid;
    height: 43px;
    background: transparent;
    display: inline-block;
    line-height: 43px;
    color: #fff;
    margin-top: 12px;
    padding-left: 15px;
}

.col-12.col-md-6 {}

.call-to-form form input::placeholder,
.call-to-form form textarea::placeholder,
.subscribe-box form input::placeholder {
    color: rgba(255, 255, 255, 0.5);
}

.call-to-form form textarea {
    height: 100px;
    width: 100%;
    display: block;
}

.call-to-form form input {
    width: 48.6%;
    margin-left: 11px;
}

.call-to-form form input:first-child {
    margin-left: 0px;
}

.submit_btn.theme_btn {
    margin-top: 20px;
}

.submit_btn.theme_btn:hover,
.subscribe-box form button:hover {
    background: #e34c02;
}

.call-to-video {
    height: 297px;
    width: 100%;
    position: relative;
}


/* home pag ethree */
.funfact-countup {
    background: #f2f3f5;
}

.funfact-countup h1 {
    margin-top: -10px;
    font-size: 60px;
    line-height: 1;
    margin-left: -3px;
    margin-bottom: 30px;
}

.fact-img {
    position: absolute;
    bottom: -120px;
    right: 0;
}

.single-countup span {
    display: block;
    font-size: 60px;
    font-weight: 600;
    color: #00aeef;
    margin-bottom: 30px;
}

.single-countup {
    margin-top: 30px;
    margin-bottom: -5px;
}

.features-box-items {
    position: relative;
    margin-top: -120px;
    z-index: 1;
}

.single-feature-box-item {
    border-width: 1px;
    border-color: rgb(235, 235, 235);
    border-style: solid;
    background-color: rgb(255, 255, 255);
    text-align: center;
    padding: 60px;
}

/* Page Banner */

.page-banner-wrap {
    height: 400px;
    z-index: 1;
}

.page-banner-wrap::before,
.page-banner-wrap::after {
    background: #f2f3f5;
    width: 100%;
    height: 100%;
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    opacity: .7;
    z-index: -1;
}

.page-banner span {
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    color: #565969;
}

.page-banner h2 {
    font-size: 60px;
    line-height: 1.4;
    text-transform: capitalize;
    margin-bottom: 0px;
}

.page-section-bg {
    background: #f2f3f5;
}

.contact-sec-bg::before {
    width: 100%;
    position: absolute;
    content: "";
    background: #f2f3f5;
    z-index: -6;
    left: 0;
    height: 50%;
}

/* service deatils css */
.service-cat li a {
    border-width: 1px;
    border-color: rgb(238, 238, 238);
    border-style: solid;
    background-color: rgb(255, 255, 255);
    display: block;
    font-size: 18px;
    padding: 25px;
    line-height: 1;
    transition: all .3s;
    color: #565969;
}

.service-cat li a i {
    float: right;
    color: #00aeef;
}

.service-cat li a:hover,
.download-details a:hover {
    background-color: rgb(255, 94, 16);
    color: #fff;
    padding-left: 40px;
}

.service-cat li a:hover i {
    color: #fff;
}

.service-cat {
    margin-bottom: 75px;
}

.download-details a {
    display: block;
    border-width: 1px;
    border-color: rgb(235, 235, 235);
    border-style: solid;
    border-radius: 2px;
    background-color: rgb(255, 255, 255);
    padding: 10px 20px;
    margin-top: 20px;
    text-transform: uppercase;
    font-size: 14px;
    color: #636363;
}

.download-details a i {
    padding-right: 5px;
}

.service-boucher h3 {
    margin-bottom: 20px;
}

.download-details a i {
    font-size: 18px;
}

.download-details {
    padding-top: 5px;
}

.service-details-content img {
    margin-bottom: 30px;
}

.single-service-col h3 {
    padding-bottom: 10px;
}

.single-service-col {
    margin-top: 40px;
}

.single-service-col p:last-child {
    margin: 0;
}

/* contact us page */
.contact-form-main form input,
.contact-form-main form textarea {
    border: none;
    border-bottom: 1px dashed #a5a5a5;
    color: #fff;
    width: 100%;
    background: unset;
}

button.btn-send:hover {
    background: #00aeef;
    color: #fff;
}

button.btn-send {
    background-color: rgb(242, 243, 245);
    text-transform: uppercase;
    padding: 0 100px;
    line-height: 50px;
    font-size: 16px;
    color: #09316f;
    height: 50px;
    transition: all .3s;
    font-weight: 500;
}

.contact-form-main form textarea {
    width: 100%;
    padding-left: 15px;
    min-height: 150px;
}

.contact-form-main form input::placeholder,
.contact-form-main form textarea::placeholder {
    color: #a5a5a5;
}

.contact-form-main form input:focus,
.contact-form-main form textarea:focus {
    border-bottom: 1px dashed #fff !important;
    background-color: unset;
    color: #fff;
}

.contact-form-main form input {
    margin-bottom: 20px;
    color: #fff;
}

.gmap iframe {
    width: 100%;
    height: 400px;
}

.single-contact-details p {
    margin: 0;
}

.portfolio-single-content h3 {
    font-size: 28px;
    padding-bottom: 28px;
    position: relative;
    margin-bottom: 20px;
}

.portfolio-single-content h3::before {
    width: 10%;
    height: 2px;
    position: absolute;
    left: 0;
    bottom: 0;
    content: "";
    background: #00aeef;
}

.info-left,
.info-left {
    width: 50%;
    float: left;
    overflow: hidden;
    font-size: 16px;
}

.info-left {
    color: #09316f;
    font-weight: 600;
}

.info-right.social-p-link a {
    color: #c2c2c2;
    margin-right: 8px;
}

.info-right.social-p-link a:hover,
.post-meta ul li a:hover,
.recent-title a:hover {
    color: #00aeef;
}

/* Blog Page and Section */
.single-blog-item h2 {
    font-weight: 500;
    margin-top: 25px;
    transition: .3s;
}

.single-blog-item h2:hover a {
    color: #00aeef;
}

.post-meta li,
.post-meta li a {
    display: inline-block;
    position: relative;
    color: #565969;
    font-size: 18px;
}

.post-meta li {
    padding-right: 23px;
    margin-right: 16px;
}

.post-meta ul li::before {
    position: absolute;
    right: 0;
    top: 50%;
    height: 14px;
    width: 2px;
    content: "";
    background: #565969;
    transform: translateY(-50%);
}

.post-meta ul li:last-child::before {
    display: none;
}

.post-meta {
    margin-bottom: 13px;
}

.single-blog-item {
    padding-bottom: 12px;
    border-bottom: 2px solid #ebebeb;
    margin-bottom: 40px;
}

.single-blog-item:last-child {
    border: none;
    padding: 0;
}

.pagination li a {
    border-radius: 2px;
    background-color: rgb(242, 243, 245);
    top: 3372px;
    width: 50px;
    height: 50px;
    display: inline-block;
    line-height: 50px;
    font-size: 18px;
    color: #565969;
    font-weight: 500;
    transition: all .3s;
}

.pagination li {
    display: inline-block;
    text-align: center;
    margin-right: 15px;
}

.pagination li a i {
    font-size: 18px;
    font-weight: 500;
}

.pagination li a:hover {
    background: #00aeef;
    border-color: #00aeef;
    color: #fff;
}

.pagination {
    margin-top: 70px;
    display: block;
}

.categorie ul li {
    position: relative;
    padding-left: 17px;
}

.categorie ul li a {
    display: block;
    font-size: 18px;
    color: #565969;
    margin-bottom: 3px;
}

.categorie ul li a span {
    float: right;
}

.categorie ul li::before {
    left: 0;
    top: 0;
    content: "ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â»";
    position: absolute;
    color: #00aeef;
    font-size: 18px;
}

.single-sidebar-widgets h3 {
    margin-bottom: 14px;
}

.single-sidebar-widgets {
    margin-bottom: 45px;
}

.recent-img {
    width: 56px;
}

.recent-img img {
    width: 100%;
}

.recent-title {
    margin-left: 20px;
}

.single-recent-post {
    width: 100%;
}

.recent-title a {
    display: block;
    color: #415464;
    font-size: 18px;
}

.single-recent-post {
    margin-top: 20px;
}

.tags li,
.tags li a {
    display: inline-block;
}

.tags li a {
    border-radius: 3px;
    background-color: rgb(242, 243, 245);
    height: 30px;
    color: #415464;
    padding: 0px 12px;
    line-height: 30px;
    font-size: 14px;
    transition: all .3s;
    margin-top: 8px;
    margin-right: 2px;
    text-transform: capitalize;
}

.tags li a:hover {
    background: #00aeef;
    color: #fff;
}


/** === Shop - WooCommerce === **/
.single-product-item {
    margin-top: 60px;
}

.product_thumb {
    border-width: 1px;
    border-color: rgb(235, 235, 235);
    border-style: solid;
    background-color: rgb(255, 255, 255);
    position: relative;
    text-align: center;
    display: block;
    padding: 30px 0px;
    overflow: hidden;
}

.single-product-item .product_thumb a {
    position: absolute;
    width: 100%;
    left: 0;
    background-color: #00aeef;
    color: #fff;
    padding: 6px 0px;
    font-weight: 500;
    bottom: -60px;
    visibility: hidden;
    opacity: 0;
    transition: all .5s linear;
}

.single-product-item .product_thumb img {
    width: 220px;
    height: 220px;
}

.single-product-item .product_thumb:hover a {
    visibility: visible;
    bottom: 0px;
    opacity: 1;
}

.single-product-item h4 {
    margin: 0;
    margin-top: 10px;
}

.single-product-item h4 a {
    font-weight: 500;
}

.single-product-item h4:hover a {
    color: #00aeef;
}

/* Menu Style */
.menu-style-two li,
.menu-style-two li a {
    display: inline-block;
    margin: 0;
    position: relative;
}

.menu-style-two ul li a {
    font-size: 18px;
    font-weight: 500;
    text-transform: capitalize;
    padding-bottom: 18px;
    position: relative;
    margin-left: 40px;
    transition: all .4s linear;
    color: #001659;
}

.menu-style-two ul li a::before {
    position: absolute;
    left: 0;
    bottom: 0px;
    width: 100%;
    height: 3px;
    background: #00aeef;
    content: "";
    visibility: hidden;
    opacity: 0;
    transition: all .4s linear;
    transform: scale(0);
}

.menu-style-two ul li a:hover::before {
    visibility: visible;
    opacity: 1;
    transform: scale(1);
}

.menu-style-two ul li a:hover {
    color: #00aeef;
}

.menu-style-two ul li ul.submenu {
    position: absolute;
    width: 180px;
    left: 0;
    top: 180%;
    z-index: 99;
    text-align: center;
    background: #001659;
    opacity: 0;
    visibility: hidden;
    transition: all .4s linear;
}

.menu-style-two ul li ul.submenu li a {
    margin-left: 0px;
    color: #fff;
    display: block;
    padding-bottom: 5px;
    padding-top: 5px;
}

.menu-style-two ul li ul.submenu li {
    display: block;
}

.menu-style-two li:hover ul.submenu {
    visibility: visible;
    opacity: 1;
    top: 100%;
}

.navbar-nav .dropdown-menu {
    width: 200px;
    border: none;
    background: #00aeef;
    border-radius: 0;
    margin-top: 30px;
    transition: all .4s ease-in-out;
    text-align: center;
    padding: 0px;
}

.navbar-nav .dropdown.show {
    visibility: visible;
    opacity: 1;
}

.navbar-nav .dropdown-menu li a {
    color: #fff;
    display: block;
    padding: 5px 0px;
}

.main-menu nav ul ul li:hover a {
    background-color: #000066;
    color: #fff;
}



/* comment template */
.comment-form form input,
.comment-form form textarea {
    border: none;
    border-bottom: 1px solid #a0a0a0;
    width: 100%;
    display: block;
    color: #565969;
    padding: 0;
    margin-bottom: 50px;
    height: 60px;
}

.comment-form form input[type="email"] {
    width: 100%;
    margin: 0;
    padding: 0;
    display: block;
}

.comment-form form textarea {
    height: 120px;
}

.comment-form form button:hover {
    background: #09316f;
    color: #fff;
}

.comment-form form button {
    border-radius: 4px;
    background-color: rgb(242, 243, 245);
    height: 50px;
    display: inline-block;
    padding: 0px 50px;
    color: #09316f;
    font-size: 16px;
    text-transform: capitalize;
    transition: all .4s ease-in-out;
}

.comment-from-section h3 {
    margin-bottom: 30px;
}

.comment-from-section {
    margin-top: 60px;
}

.single-comment img {
    border-radius: 50%;
    margin-right: 30px;
}

.media.mt-3.comment-replay {
    padding: 40px 0px;
}

.comment-list {
    margin-top: 32px;
}

.comment-template-section {
    margin-top: 45px;
}

.tags-list a {
    color: #565969;
    font-size: 18px;
    text-transform: capitalize;
    position: relative;
    margin-right: 20px;
}

.tags-share-section {
    align-items: center;
    padding: 24px 0px;
    border-bottom: 1px solid #ececec;
    border-top: 1px solid #ececec;
    margin: 0px;
    margin-top: 60px;
}

.share-post a i {
    display: inline-block;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    color: #fff;
    font-size: 16px;
    transition: .3s;
    margin: 0px 1px;
}

.single-comment a {
    display: block;
    color: #999999;
    font-size: 12px;
}

.tags-list span {
    margin-right: 20px;
}

.tags-list a:hover,
.single-comment a:hover,
.product-rating li:hover a {
    color: #00aeef;
}

.share-post a .fa-facebook-f {
    background: #3b5998;
}

.share-post a .fa-twitter {
    background: #00aced;
}

.share-post a .fa-linkedin-in {
    background: #dd4b39
}

.share-post a .fa-instagram {
    background: #1483a6
}

.single-blog-item ul li {
    position: relative;
    padding-right: 15px;
}

.product-rating li,
.product-rating li a {
    display: inline-block;
}

.product-rating li a {
    color: #f8ca4d;
}

.single-top-product-details h1 {
    font-size: 60px;
    line-height: 1;
}

.single-product-slide {
    text-align: center;
    border: 1px solid #ebebeb;
    padding: 32px;
}

.product-thumb {
    display: inline-block;
    border: 1px solid #ebebeb;
    text-align: center;
    padding: 5px 10px;
}

.product-slide-nav {
    margin-top: 30px;
}

.product-qty {
    display: inline-block;
    margin-left: 20px;
}

.price {
    margin: 22px 0px;
}

.single-top-product-details h1 {
    margin-top: -5px;
}

.product-qty input {
    width: 100px;
    border: 1px solid #dedede;
    height: 52px;
    text-align: center;
    margin: 0;
    box-sizing: border-box;
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    color: #fff;
    background-color: rgb(255, 94, 16);
}

.product-description-tab ul li {
    margin-bottom: 40px;
}

ul#pills-tab li a {
    color: #09316f;
    font-size: 18px;
    font-weight: 500;
}

ul#pills-tab li a.active {
    color: #fff;
}

ul.product-slide-nav.nav.nav-tabs {
    border: none;
}

li.product-thumb.nav-item .nav-tabs .nav-link a {
    border: none;
}

li.product-thumb .nav-tabs .nav-tabs .nav-link.active {
    border: none;
}

li.product-thumb.nav-item .nav-tabs .nav-link.active {
    border: none;
}

.nav-tabs .nav-link.active {
    border: none;
}

.nav-tabs .nav-link {
    border: none;
}

.product-slide-nav.nav li {
    margin-right: 20px;
}

.trading {
    padding: 80px 0px;
    background-color: #F1F4F6
}

.trading-main span {
    font-size: 18px;
    text-transform: uppercase;
    color: rgb(40, 56, 145);
    /* background: linear-gradient(90deg, rgba(40,56,145,1) 31%, rgba(0,174,239,1) 80%); */

    background: -webkit-linear-gradient(90deg, rgba(40, 56, 145, 1) 31%, rgba(0, 174, 239, 1) 80%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.trading-main h3 {
    font-size: 2rem !important;
    font-weight: 600 !important;
    line-height: 2.5rem !important;
    margin: 0.85rem 0 !important;
}

.trading-main p {
    color: #404040 !important;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 20px !important;
    line-height: 30px !important;
    -webkit-font-smoothing: antialiased;
}

.procurement,
.products {
    padding: 80px 0px;
}

.procurement-img-2 {
    max-width: 70%;
    margin-top: 3rem;
}

.project-management {
    padding: 80px 0px;
}

.what-we-do-title-para {
    font-size: 19px;
}

.single-service-heading {
    text-align: center;
    margin-bottom: 50px;
}

.single-service-heading h3 {
    font-size: 40px;
}

.what-we-do-title h3 {
    font-size: 40px;
}

.what-we-do-title h3 {
    font-size: 40px;
    margin-bottom: 25px;
    text-transform: uppercase;
    color: rgb(40, 56, 145);
    /* background: linear-gradient(90deg, rgba(40, 56, 145, 1) 31%, rgba(0, 174, 239, 1) 80%); */
    background: -webkit-linear-gradient(90deg, rgba(40, 56, 145, 1) 31%, rgba(0, 174, 239, 1) 80%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    line-height: 40px;
}

.single-hero-slide h1 {
    color: #fff;
}

.single-hero-slide p {
    color: #fff;
    text-align: center;
    font-size: 35px;
    margin-top: 30px;
}

header .nav-item .nav-link.active {
    color: #00aeef !important;
    !i;
    !;
}

@media(max-width:414px) {
    header .navbar-nav .nav-item .nav-link {
        text-align: start;
        color: #fff;
        padding: 4px 0 10px 15px;
        font-size: 15px;
    }

    header .navbar-nav {
        margin-top: unset;
    }

    header .navbar-collapse {
        background-color: #09316f;
    }

    header .navbar-nav .nav-item {
        border-bottom: 1px solid #ddd;
    }

    header {
        padding: 20px 0px;
    }

    header .navbar-brand img {
        width: 150px;
    }

    .col-lg-6.trading-box {
        margin-bottom: 15px;
    }

    .sectors .left {
        height: 0 !important;
        margin-bottom: 15px;
    }

    .sectors .right.three {
        margin-bottom: 15px !important;
    }

    .sectors {
        padding: 0 0 30px !important;
    }

    .contact-info-bg {
        padding: 3px 15px 30px;
    }

    .section-padding {
        padding: 40px 0px;
    }

    .ourServices {
        padding: 30px 0px !important;
    }

    .single-hero-slide {
        padding: 30px 0px !important;
    }

    .single-hero-slide h1 {
        font-size: 35px !important;
        font-weight: 400;
    }

    .single-hero-slide p {
        font-size: 18px;
    }

    .what-we-do.section-padding {
        padding: 20px 0px;
    }

    .what-we-do-title {
        margin-bottom: 0;
    }

    .trading {
        padding: 30px 0px;
    }

    .project-management {
        padding: 30px 0px 0;
    }

    .trading-main {
        margin-top: 12px;
    }

    .mean-container .mean-nav ul li a {
        width: 85%;
    }

    a.navbar-brand.logo img {
        width: 150px;
    }

    .procurement-img-2 {
        max-width: 100%;
    }

    .small-logo {
        margin-top: 40px;
    }

    .main-menu.pl-75.pr-75.pt-30.pb-30 {
        padding-top: unset;
    }
}

.single-hero-slide h1 {
    color: #fff;
    text-align: center;
    font-size: 95px;
    -webkit-text-stroke: 2px #fff;
    color: transparent;
}

.col-lg-6.trading-box {
    background: url('assets/img/servizi_trading-1.jpg') top left no-repeat;
    border-radius: 0px;
    width: calc(50% - .5rem) !important;
    z-index: 1;
    float: left;
    position: relative;
    min-height: 1px;
    padding: 2rem;
    background-size: cover !important;
    background-position: center center;
    -webkit-transition: background-color 500ms ease;
    transition: background-color 500ms ease;
    background-color: #aeaeae !important;
    background-blend-mode: multiply;
    margin-left: 0 !important;
}

.col-lg-6.trading-box h3,
.col-lg-12.trading-box.third h3 {
    margin-bottom: 180px;
    text-transform: capitalize;
    color: #fff;
}

.col-lg-6.trading-box a,
.col-lg-12.trading-box.third a {
    background: transparent !important;
    font-size: 1rem !important;
    width: 11.5rem;
    border: 1px #fff solid !important;
    border-radius: 3rem !important;
    display: block !important;
    font-weight: 700 !important;
    padding: .8rem !important;
    margin-top: 1.5rem !important;
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    color: #fff;
    text-align: center;
}

.col-lg-6.trading-box:hover {
    background-color: #0641A2 !important;
    -webkit-transition: background-color 500ms ease;
    transition: background-color 500ms ease;
}

.col-lg-12.trading-box.third:hover {
    background-color: #0641A2 !important;
    -webkit-transition: background-color 500ms ease;
    transition: background-color 500ms ease;
}

.col-lg-6.trading-box.second {
    background: url('assets/img/project_management.jpg') top left no-repeat;
    border-radius: 0px;
}

.col-lg-12.trading-box.third {
    background: url('assets/img/procurement_1.jpg') top left no-repeat;
    border-radius: 0px;
    width: calc(99% - .5rem) !important;
    z-index: 1;
    float: left;
    position: relative;
    min-height: 1px;
    padding: 2rem;
    background-size: cover !important;
    background-position: center center;
    -webkit-transition: background-color 500ms ease;
    transition: background-color 500ms ease;
    background-color: #aeaeae !important;
    background-blend-mode: multiply;
    margin-left: 0 !important;
    margin-top: 20px;
}

.ourServices {
    padding: 60px 0px;
}

.ourServices span {
    font-size: 18px;
    text-transform: uppercase;
    color: rgb(40, 56, 145);
    /* background: linear-gradient(90deg, rgba(40, 56, 145, 1) 31%, rgba(0, 174, 239, 1) 80%); */
    background: -webkit-linear-gradient(90deg, rgba(40, 56, 145, 1) 31%, rgba(0, 174, 239, 1) 80%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-align: center;
    display: block;
}

.ourServices h2 {
    font-size: 2rem !important;
    font-weight: 600 !important;
    line-height: 2.25rem !important;
    letter-spacing: -.5px;
    text-align: center;
    margin-bottom: 50px;
    margin-top: 10px;
}

.sectors {
    padding: 60px 0px;

}

.sectors .left {
    background-image: url('assets/img/construction.jpg');
    border-radius: 0px;
    margin-top: 0 !important;
    justify-self: stretch;
    -ms-flex-item-align: stretch;
    align-self: stretch;
    padding: 2rem 2rem 50% 2rem;
    background-size: cover !important;
    -webkit-transition: background-color 500ms ease;
    transition: background-color 500ms ease;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    z-index: 111;
}

/* .sectors .middle.one {
    background: url(https://www.kimetal.it/wp-content/uploads/2019/11/kimetal_homepage_oil_gas.jpg) top left no-repeat;
    border-radius: 0px;
    margin-top: 0 !important;
    justify-self: stretch;
    -ms-flex-item-align: stretch;
    align-self: stretch;
    padding: 2rem 2rem 50% 2rem;
    background-size: cover !important;
    -webkit-transition: background-color 500ms ease;
    transition: background-color 500ms ease;
    z-index: 1;
    float: left;
    position: relative;
    min-height: 1px;
    width: 100%;

} */

.sectors .right {

    border-radius: 0px;
    padding: 2rem 2rem 50% 2rem;
    margin-bottom: 15px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    z-index: 1;
}

.sectors .right.one {
    background-image: url('assets/img/electrial-products.jpg');
}

.sectors .right.two {
    background-image: url('assets/img/transportation.jpg');
}

.sectors .right.three {
    background-image: url('assets/img/civil-engineering.jpg');
}

.sectors .right.four {
    background-image: url('assets/img/agriculture-commodities.jpg');
}
.sectors .right.five {
    background-image: url('assets/img/hotels.jpg');
}
.sectors .right.six {
    background-image: url('assets/img/residential.jpg');
}
.sectors .right.seven {
    background-image: url('assets/img/commerical.jpg');
}

.left-content a {
    position: absolute;
    bottom: 2rem;
    left: 2rem;
    color: #fff;
    background: transparent !important;
    font-size: 1rem !important;
    width: 11.5rem;
    border: 1px #fff solid !important;
    border-radius: 3rem !important;
    display: block !important;
    font-weight: 700 !important;
    padding: .8rem !important;
    margin-top: 1.5rem !important;
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    color: #fff;
    text-align: center
}

.left-content h3 {
    color: #fff;
}

.sectors .left::before {
    position: absolute;
    content: "";
    z-index: -1;
    background-color: #0641a2bd;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0;
}

.sectors .right::before {
    position: absolute;
    content: "";
    z-index: -1;
    background-color: #0641a2bd;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0;
}

.sectors .right:hover::before {
    opacity: 1;
}

.sectors .left:hover::before {
    opacity: 1;
}

.sectors span {
    text-align: center;
    font-size: 18px;
    text-transform: uppercase;
    color: rgb(40, 56, 145);
    /* background: linear-gradient(90deg, rgba(40, 56, 145, 1) 31%, rgba(0, 174, 239, 1) 80%); */
    background: -webkit-linear-gradient(90deg, rgba(40, 56, 145, 1) 31%, rgba(0, 174, 239, 1) 80%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-align: center;
    display: block;
}

.sectors h2 {
    text-align: center;
    margin-bottom: 30px;
}

.single-footer-widget-x {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: end;
}

.footer-section.pt-150 {
    padding-top: 70px;
}

.social-profile ul li a i {
    margin-right: 10px;
}