body{
    font-family: 'Sora', sans-serif;
}
html {
    scroll-behavior: smooth;
  }
.bg_none{
    background-image: none!important;
}
.fixed-top {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 99999!important;
}
textarea:hover, 
input:hover, 
textarea:active, 
input:active, 
textarea:focus, 
input:focus,
button:focus,
button:active,
button:hover,
label:focus,
.btn:active,
.btn.active
{
    outline:0px !important;
    -webkit-appearance:none;
    box-shadow: none !important;
}
.color-secondary{
    color: #FFD300!important;
}
/* button */
.primarybtn{
padding: 13px 24px;
    font-family: 'Sora';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    /* identical to box height, or 212% */
    text-transform: uppercase;
    text-align: center;
    margin-top: 30px;
    color: #292929;
    background: #FFD300;
    border: 2px solid #FFD300;
    border-radius: 30px;
    transition: 0.3s;
}
.primarybtn:hover{
    background: none;
    border: 2px solid #FFD300;
    border-radius: 30px;
    color: #ffffff;
}
.secondarybtn{
    width: 204px;
    height: 60px;
    font-family: 'Sora';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 34px;
    /* identical to box height, or 212% */
    text-align: center;
    text-transform: uppercase;
    background: none;
    color: #292929;
    margin-top: 28px;
    background: #FFFFFF;
    border: 2px solid #FFFFFF;
    border-radius: 30px;
    transition: 0.3s;
}
.secondarybtn:hover{
    background: none;
    border: 2px solid #FFFFFF;
    border-radius: 30px;
    color: #ffffff;
}
header{
    padding: 0;
    margin: 0;
}
.midle_container{
    padding: 80px 0;
    margin: 0;
    text-align: center;
    background: linear-gradient(133.36deg, #EAF9FE -4.52%, #FFF8F3 37.97%, #FFF6F0 73.93%);   color: #FAFAFA;
    font-size: 0.9375rem;
    line-height: 28px;
}

.banner .overlay_home {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    /* background: url(../images/overlay.svg) repeat; */
    background: url(../images/overlay2.png) repeat;
    /* background-color:#3D3D3D;
    opacity: 0.7; */
    z-index:1!important;
  }

/* Menu */
.navbar {transition: top 0.3s; padding: 25px 0;}
.navbar-default.scrolled{
    /* background: url(../images/overlay.svg) repeat; */
    background: #3D3D3D;
    opacity: 0.97;
}
  .ml-auto{
      margin-left: auto;
  }
  .navbar-nav .nav-link {
    padding: 0 0 4px 0;
    color: #FAFAFA;
    font-weight: 400;
    font-size: 0.9375rem;
    text-transform: uppercase;
  }
  .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: 2.6rem;
    padding-left: 0;
}
.navbar-nav .nav-link:hover{
    background: url(../images/nav_border.svg) no-repeat left bottom;
    color: #EF6D58;
    font-weight: 500;
}
.banner{
    padding: 0;
    margin: 0;
    height: auto;
    position: relative;
}
.carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 4.25rem;
    left: 15%;
    z-index: 2;
}
.carousel-caption {
    position: absolute;
    right: 0;
    bottom: 20%;
    left: 0;

    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    color: #fff;
    text-align: center;
}
.carousel-caption h5{
    font-family: 'Noticia Text';
    font-style: normal;
    font-weight: 700;
    font-size: 60px;
    line-height: 88px;
    /* identical to box height, or 147% */
    text-align: center;
    color: #ED303B;
}
.carousel-caption h5 span{
    color: #FFFFFF;
    font-size: 60px;
}
.carousel-caption p{
    font-family: 'Sora';
    font-style: normal;
    font-weight: 400;
    font-size: 22px;
    line-height: 34px;
    /* or 155% */
    text-align: center;
    letter-spacing: -1px;
    color: #FFFFFF;
}


.dropdown-toggle::after {
    color: #FCB116;}
    .dropdown-item {
        color: #FAFAFA;
        font-size: 0.9375rem;}
        .dropdown-menu {
            background-color: #3D3D3D;
            border-radius: 6px;
            padding: 0;
        }
        .dropdown-item:focus, .dropdown-item:hover {
            color: #FAFAFA;
            background-color: #545454;
        }
        .dropdown-item {
            padding: .55rem 1rem;}
            
       

.navbar {
        transition: all 0.4s;
    }
   
.dropdown:hover>.dropdown-menu {
  display: block;
}
.btn:focus,.btn:active {
    outline: none !important;
    box-shadow: none;
 }
 .mouse_down{
    width: 78px;
    height: 107px;
    background: url(../images/mouse_down.png) no-repeat center bottom;
    position: absolute;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%) ;
    bottom: -116px;
    z-index: 9;
 }
 .carousel-item {
    height: 100vh;
}
.button_project{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
/* .nav-tabs {
    border: 1.5px solid #EF6D58;
    border-radius: 30px;
    padding: 0 40px;
  
} */
.nav-tabs {
    border-bottom: 0px solid #dee2e6;
}
.nav-tabs .nav-link {
    padding:12px 34px;
    margin-bottom: 0;
    border: 0px solid transparent;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    /* background: url(../images/Line.svg) no-repeat right top 20px; */
    background: none;
    font-family: 'Sora';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 32px;
    /* identical to box height, or 200% */
    letter-spacing: -1px;
    color: #292929;
    border-radius: 50px;
}


.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    background-color: #EF6D58;
    border-color: #dee2e6 #dee2e6 #fff;
    font-family: 'Sora';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 32px;
    text-align: center;
    letter-spacing: -1px;
    color: #FFFFFF;
}
/* .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active:first-child{
    border-top-left-radius: 30px!important;
    border-bottom-left-radius: 30px!important;
} */
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    background-color: #EF6D58;
    border-color: #ef6d58 #EF6D58 #EF6D58;
    border-radius: 50px;
}

    .offerings{
        padding: 149px 0;
        background: #221429;
        text-align: center;
    }
    .offerings h3{
        font-family: 'Noticia Text';
        font-style: normal;
        font-weight: 700;
        font-size: 40px;
        line-height: 88px;
        /* identical to box height, or 220% */
        text-align: center;
        color: #FFFFFF;
    }
    .offerings p{
        font-family: 'Sora';
        font-style: normal;
        font-weight: 400;
        font-size: 20px;
        line-height: 34px;
        /* or 170% */
        text-align: center;
        letter-spacing: -1px;
        color: #FFFFFF;
    }
    .ul_technology_footer{
        padding: 98px 0 50px 0;
        margin: 0;
    }
    .card_ultech{
        padding: 48px 54px;
        margin: 0 0 30px 0;
        background: #F2F3F3;
        border-radius: 8px;
    }
    .card_ultech  h4{
        font-family: 'Noticia Text';
        font-style: normal;
        font-weight: 700;
        font-size: 40px;
        line-height: 88px;
        /* identical to box height, or 220% */
        text-align: center;
        color: #292929;

    }
    .card_ultech p{
        font-family: 'Sora';
        font-style: normal;
        font-weight: 400;
        font-size: 16px;
        line-height: 32px;
        /* or 200% */
        text-align: center;
        color: #292929;
    }
    h5{
        font-family: 'Noticia Text';
        font-style: normal;
        font-weight: 700;
        font-size: 40px;
        line-height: 88px;
        /* identical to box height, or 220% */
        text-align: center;
        color: #292929;
            }
    .copyright{
        padding: 33px 0;
        margin: 0;
        border-top: 1px solid #C2CBD0;
        font-family: 'Sora';
        font-style: normal;
        font-weight: 400;
        font-size: 16px;
        line-height: 32px;
        /* identical to box height, or 200% */
        text-align: center;
        color: rgba(41, 41, 41, 0.64);
    }
    .social_icons{
        padding: 0 0 33px 0;
        margin: 0;
    }
    .social_icons a{
        font-family: 'Sora';
        font-style: normal;
        font-weight: 500;
        font-size: 24px;
        line-height: 34px;
        /* identical to box height, or 142% */
        letter-spacing: -1px;
        color: #292929;
        text-decoration: none;
        transition: 0.3s;
    }
    .social_icons a:hover{
        font-family: 'Sora';
        font-style: normal;
        font-weight: 500;
        font-size: 24px;
        line-height: 34px;
        /* identical to box height, or 142% */
        letter-spacing: -1px;
        color: #EF6D58;
        text-decoration: none;
    }
.card{
    margin-top: 48px;
    background: #FFFFFF;
    box-shadow: 0px 0px 8px 8px rgba(0, 0, 0, 0.03);
    border-radius: 8px;
    border: 0px solid rgba(0,0,0,.125);
}
.card-body {
    flex: 1 1 auto;
    padding: 2rem 2rem;
    text-align: left;
}
.card-body p{
    font-family: 'Sora';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    /* or 170% */
    letter-spacing: -1px;
    color: #292929;
}
.card-title {
    margin-bottom: .5rem;
    text-align: left;
}
.card-title h5{
    font-family: 'Noticia Text';
    font-style: normal;
    font-weight: 700;
    font-size: 40px;
    line-height: 88px;
    /* identical to box height, or 220% */
    color: #292929;
}
/* project details page css */
.midle_container2{
    padding-bottom: 98px;
    background: #FFFFFF;
}
.key_challenges{
    padding: 30px 0 0 0;
    margin: 0;
}
.key_challenges h3{
    font-family: 'Noticia Text';
    font-style: normal;
    font-weight: 700;
    font-size: 40px;
    line-height: 88px;
    /* identical to box height, or 220% */
    color: #292929;
}
.key_challenges .card{
    background: #F7F7F7;
    border-radius: 8px;
    box-shadow:none;
    margin-top: 0;
    }
    .key_challenges .card-text{
        font-family: 'Sora';
        font-style: normal;
        font-weight: 400;
        font-size: 18px;
        line-height: 32px;
        /* or 178% */
        letter-spacing: -1px;
        color: #292929;
    }
    .key_challenges .card-title{
        font-family: 'Sora';
        font-style: normal;
        font-weight: 600;
        font-size: 20px;
        line-height: 32px;
        /* or 160% */
        letter-spacing: -1px;
        color: #EF6D58;
        margin-bottom: 16px;
        padding-bottom: 13px;
        border-bottom: 1px solid #CECDCD;
    }
    .our_methodology{
        padding: 53px 0 78px 0;
        margin: 0;
        background: #F5F5F5;
    }
    .our_methodology h3{
        font-family: 'Noticia Text';
        font-style: normal;
        font-weight: 700;
        font-size: 40px;
        line-height: 88px;
        /* identical to box height, or 220% */
        color: #292929;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .design_activities{
        padding: 53px 0 78px 0!important;
        padding: 0;
        margin: 0;
        background: #221429;
    }
    .design_activities h3{
        font-family: 'Noticia Text';
        font-style: normal;
        font-weight: 700;
        font-size: 40px;
        line-height: 88px;
        /* or 220% */
        text-align: center;
        color: #FFFFFF;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .benefits_inner{
        padding: 53px 0 78px 0!important;
        margin: 0;
        font-family: 'Sora';
        font-style: normal;
        font-weight: 400;
        font-size: 20px;
        line-height: 34px;
        /* or 170% */
        letter-spacing: -1px;
        color: #292929;
    }
    .benefits_inner h3{
        font-family: 'Noticia Text';
        font-style: normal;
        font-weight: 700;
        font-size: 40px;
        /* identical to box height, or 220% */
        color: #292929;        
        display: flex;
        justify-content: left;
        align-items:flex-start;
        margin-bottom: 20px;
    }
    .benefits_inner p{
        font-family: 'Sora';
        font-style: normal;
        font-weight: 400;
        font-size: 20px;
        line-height: 34px;
        /* or 170% */
        letter-spacing: -1px;
        color: #292929;
        margin-bottom: 44px;
    }
    .benefits_inner .card{
        background: #CDEFDF;
        border-radius: 8px;
        box-shadow:none;
        margin-top: 0;
        }
        .benefits_inner .card-text{
            font-family: 'Sora';
            font-style: normal;
            font-weight: 400;
            font-size: 18px;
            line-height: 32px;
            /* or 178% */
            letter-spacing: -1px;
            color: #292929;
            
        }
        .benefits_inner .card-title{
            font-family: 'Noticia Text';
            font-style: normal;
            font-weight: 700;
            font-size: 24px;
            line-height: 88px;
            /* identical to box height, or 367% */
            color: #292929;
        }
/* other projects */
.other-projects{
    padding: 53px 0 78px 0!important;
    margin: 0;
    background: #F5F5F5;
}
.other-projects h3{
    font-family: 'Noticia Text';
    font-style: normal;
    font-weight: 700;
    font-size: 40px;
    /* identical to box height, or 220% */
    color: #292929;        
    display: flex;
    justify-content: left;
    align-items:flex-start;
    margin-bottom: 20px;
}
.other-projects .card-title{
    padding: 0;
    margin: 0 0 30px 0;
    font-family: 'Noticia Text';
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: normal;
    /* identical to box height, or 367% */
    color: #292929;
}
.other-projects .card-text{
    font-family: 'Sora';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 32px;
    /* or 178% */
    letter-spacing: -1px;
    color: #292929;
}
.other-projects .card-link{
    font-family: 'Sora';
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 32px;
    /* identical to box height, or 178% */
    letter-spacing: -1px;
    color: #EF6D58;
    text-decoration: none;
}
.other-projects .card-link:hover{
    text-decoration: underline;
}
.other-projects .card{
    background: #FAFAFA;
    box-shadow: 0px 0px 6px 6px rgba(0, 0, 0, 0.03);
    border-radius: 8px;
}
.other-projects .secondarybtn{
    width: 244px;
    height: 60px;
    margin-top: 48px;
}
.request_services{
    padding: 53px 0 0 0!important;
    margin: 0;
    background: #FFFFFF;
}
.request_services h3{
    font-family: 'Noticia Text';
    font-style: normal;
    font-weight: 700;
    font-size: 40px;
    /* identical to box height, or 220% */
    color: #292929;        
    display: flex;
    justify-content: left;
    align-items:flex-start;
    margin-bottom: 20px;
}
.request_services p{
    font-family: 'Sora';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 34px;
    /* or 170% */
    letter-spacing: -1px;
    color: #292929;
    margin-bottom: 70px;
}
.form-control{
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom: 1px solid #817F7F;
    border-radius: 0!important;
    margin-bottom: 90px;
}
.form-floating>label{
    padding-left: 0;
    font-family: 'Sora';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 25px;
    color: rgba(41, 41, 41, 0.5);

}
.form-floating>.form-control, .form-floating>.form-select{
    padding-left: 0;
}


.our_methodology .nav-tabs {
    background-color: none;
    padding:0;
    border: none;
    /* border-bottom: 1px solid #dee2e6; */
}
.our_methodology .nav-tabs li{
    padding: 0;
    background: none;
}
.our_methodology .nav-tabs .nav-link {
    padding:20px 105px;
    margin-bottom: 0;
    border: 0px solid transparent;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    background: none;
    font-family: 'Noticia Text';
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    /* identical to box height, or 367% */
    color: #292929;
    background: #FAFAFA;
    box-shadow: 0px 0px 4px 2px rgba(0, 0, 0, 0.07);
    border-radius: 8px;
}


.our_methodology .nav-link.active {
    background-color: #EF6D58;
    border-color: #dee2e6 #dee2e6 #fff;
    font-family: 'Noticia Text';
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    /* identical to box height, or 367% */
    color: #FFFFFF;
}
/* .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active:first-child{
    border-top-left-radius: 30px!important;
    border-bottom-left-radius: 30px!important;
} */
    .our_methodology .nav-item{
        margin-right: 30px;
    }
    .our_methodology .nav-item:last-child{
        margin-right: 0;
    }
    .our_methodology .tab-content{
        padding-top: 78px;
    } 
    .our_methodology h4{
        margin-bottom: 32px;
        font-family: 'Noticia Text';
        font-style: normal;
        font-weight: 700;
        font-size: 32px;
        /* identical to box height, or 275% */
        color: #292929;
    }
    .our_methodology ul{
        padding: 0;
        margin: 0;
        list-style: none;
    }
    .our_methodology ul li{
        padding: 0 0 0 30px;
        margin: 0 0 32px 0;
        list-style: none;
        font-family: 'Sora';
        font-style: normal;
        font-weight: 400;
        font-size: 18px;
        /* or 244% */
        letter-spacing: -1px;
        color: #292929;
        background: url(../images/arrow_left.png) no-repeat left top 5px;
    }
    /* video bg */
    .banner_inner{
        padding: 0;
        margin: 0;
        height: 100vh;
    }
#video-container {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
    overflow: hidden;
  }
  .touch #video-container {
    background: url(http://xtianmiller.com/dist/videos/winter_creek.jpg) no-repeat center;
    background-size: cover;
  }
  
  video {
    width: 100%;
    height: 100%;
  }
  .touch video {
    display: none;
  }
  
  .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 20;
    background: url(../images/overlay2.png) repeat;
    padding-left: 6%;
    padding-right: 6%;
    display: flex;
    justify-content: space-between;
  }
  .overlay__inner {
    width: 100%;
    padding-top: 10%;
    height: auto;
    display: table-cell;
    vertical-align: middle;
    text-align: left;
  }
  .overlay h2 {
    max-width: 40em;
    font-size: 28px;
    font-weight: 700;
    color: #fff;
    font-family: "Raleway", sans-serif;
    line-height: 1.3;
    margin: 0 auto;
  }

 
  #video-background {
    min-width: 100%; 
    min-height: 100%;
    width: auto; 
    height: auto;

  }
  .banner_inner h5{
    font-family: 'Noticia Text';
    font-style: normal;
    font-weight: 700;
    font-size: 36px;
    line-height: 50px;
    /* or 139% */
    color: #FFFFFF;
    text-align: left;
}

.banner_inner p{
    font-family: 'Sora';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 34px;
    /* or 170% */
    letter-spacing: -1px;
    color: #FFFFFF;
}
.button_project_2{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}
.breadcrumb{
    background: url(../images/arrow_right.png) no-repeat left top 0;
    padding-left: 50px;
    min-height: 50px;
    color: #FFFFFF;
}
.breadcrumb-item a{
    font-family: 'Sora';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 35px;
    /* identical to box height, or 194% */
    letter-spacing: 0.02em;
    color: #FFFFFF;
    text-decoration: none;
}
.breadcrumb-item.active {
    font-family: 'Sora';
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 35px;
    /* identical to box height, or 194% */
    letter-spacing: 0.02em;
    color: #EF6D58;
}
.services_listing{
    width: 60%;
    padding: 0;
    margin: 70px 0 0 0;
    position: absolute;
    bottom: 50px;
}
.services_listing .label{
    font-family: 'Sora';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    /* identical to box height, or 489% */
    color: rgba(255, 255, 255, 0.6);
    }
.services_listing .heading{
    font-family: 'Sora';
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    /* identical to box height, or 189% */
    letter-spacing: -1px;
    color: #FFEEEE;
}
.brder_right{
    padding: 0 20px;
    border-right: 1px solid #FFFFFF;
}
.success_stories{
    background: #F9F9F9;
    padding: 73px 0 98px 0;
    margin: 0;
}
 .success_stories h3{
        font-family: 'Noticia Text';
        font-style: normal;
        font-weight: 700;
        font-size: 40px;
        /* identical to box height, or 220% */
        color: #292929;        
        display: flex;
        justify-content: left;
        align-items:flex-start;
        margin-bottom: 20px;
    }
    .success_stories p{
        font-family: 'Sora';
        font-style: normal;
        font-weight: 400;
        font-size: 20px;
        line-height: 34px;
        /* or 170% */
        letter-spacing: -1px;
        color: #292929;
        margin-bottom: 44px;
    }
    .success_stories .card{
        background: #CDEFDF;
        border-radius: 8px;
        box-shadow:none;
        margin-top: 0;
        }
        .success_stories .card-text{
            font-family: 'Sora';
            font-style: normal;
            font-weight: 400;
            font-size: 18px;
            line-height: 32px;
            /* or 178% */
            letter-spacing: -1px;
            color: #292929;
            
        }
        .success_stories .card-title{
            font-family: 'Noticia Text';
            font-style: normal;
            font-weight: 700;
            font-size: 24px;
            line-height: 88px;
            /* identical to box height, or 367% */
            color: #292929;
        }
.overlay_2{
            position: absolute;
            top: 0;
            left: 0;
            height: 100%;
            width: 100%;
            background: linear-gradient(180deg, rgba(217, 217, 217, 0) -11.72%, rgba(0, 0, 0, 0.9) 93.75%);
            border-radius: 8px 0px 0px 0px;
            z-index:1!important;
          }
    .offerings_headings{
        padding: 0;
        margin: 0;
        position: absolute;
        bottom: 40px;
        left: 28px;
    }
    .offerings_headings .title{
        font-family: 'Sora';
        font-style: normal;
        font-weight: 400;
        font-size: 18px;
        /* identical to box height, or 189% */
        letter-spacing: -1px;
        color: #FFFFFF;
    }
    .offerings_headings .sub_title{
        font-family: 'Noticia Text';
        font-style: normal;
        font-weight: 700;
        font-size: 24px;
        /* identical to box height, or 367% */
        color: #FFFFFF;
    }
.midle_container2 .card-img-top{
    height: 256px!important;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.midle_container2 .card{
    padding: 0;
    margin: 0;
}
.testimonial{
    padding: 0;
    margin: 0;
    background: #221429;
    padding: 73px 0 98px 0;
}
.testimonial h4{
    font-family: 'Noticia Text';
    font-style: normal;
    font-weight: 700;
    font-size: 40px;
    line-height: 88px;
    /* identical to box height, or 220% */
    margin-bottom: 36px;
    display: flex;
    justify-content: center;
    align-items:center;
    color: white;
}
.testimonial_ico{
    padding: 0;
    margin: 0 0 20px 0;
    display: flex;
    justify-content: center;
    align-items:center;
}
.testimonial h5{
    font-family: 'Noticia Text';
font-style: normal;
font-weight: 700;
font-size: 24px;
line-height: 88px;
/* identical to box height, or 367% */


color: #FFFFFF;

}
.testimonial h6{
    font-family: 'Sora';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 32px;
    /* identical to box height, or 178% */
    
    text-align: center;
    letter-spacing: -1px;
    
    color: #FFFFFF;

}
.testimonial p{
    font-family: 'Sora';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 34px;
    /* or 170% */
    
    text-align: center;
    letter-spacing: -1px;
    
    color: #FFFFFF;

}
.testimonial .image_box{
    padding: 0;
    margin: 0 auto;
    width: 66px;
    height: 66px;
    color: white;
}
.testimonial .carousel-item{
    height: 75vh;
}
.testimonial .carousel-inner{
    background: linear-gradient(180deg, #392E3E 8.02%, #221429 100%);
    border-radius: 20px 20px 0px 0px;
    overflow: hidden;
    margin-top: 50px;
}
.testimonial .carousel-caption {
    position: absolute;
    right: 0;
    bottom: 25%;}
    .testimonial .carousel-indicators .active {
        opacity: 1;
        background: #EF6D58;
        width: 15px;
        height: 15px;
        border-radius: 50%;
        border: 0px;
    }
    .testimonial .carousel-indicators li{
        opacity: 1;
        background: #5B555E;
        width: 15px;
        height: 15px;
        display: flex;
        justify-content: space-between;
        border-radius: 50%;
        border: 0px;
    }
    .testimonial .carousel-caption{
    padding: 0 10%;
}
.carousel-indicators button {
    opacity: 1;
    background: #5B555E;
    width: 15px;
    height: 15px;
    margin-right: 5px;
    margin-left: 5px;
    border-radius: 50%;
    border: 0px;
}
    
.material-icons{
    font-size: 70px!important;
}   


/* Alpha Design studio css */
.featured_projects{
    padding: 68px 0;
    margin: 0;
    background: #1E1E1E;
}
h3{
    font-family: 'Noticia Text';
    font-style: normal;
    font-weight: 700;
    font-size: 40px;
    line-height: 88px;
    /* identical to box height, or 220% */
    color: #FFFFFF!important;
}
.why_choose_us{
    background: #252527 url(../images/shapes.png) no-repeat right top;
    padding: 68px 0;
    margin: 0;
}
.why_choose_us h3{
    font-family: 'Noticia Text';
    font-style: normal;
    font-weight: 700;
    font-size: 40px;
    margin-top: 70px;
    /* identical to box height, or 220% */
    color: #ED303B!important;
}
.why_choose_us h4{
    padding: 0;
    margin: 0 0 30px 0;
    font-family: 'Sora';
    font-style: normal;
    font-weight: 400;
    font-size: 40px;
    line-height: 50px;
    text-transform: capitalize;
    color: #FFFFFF;
}
.why_choose_us h4 span{
    padding: 0;
    margin: 0;
    font-family: 'Noticia Text';
    font-style: normal;
    font-weight: 700;
    font-size: 40px;
    line-height: 55px;
    text-transform: capitalize;
    color: #ED303B;
}
.why_choose_us p{
    font-family: 'Sora';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
    /* or 150% */
    color: #E5E5E5;
}
.contents{
    height: 100%;
    padding-left: 10%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}
.success_story{
    background: #292929 url(../images/shapes.png) no-repeat left top;
    padding: 68px 0;
    margin: 0;
}
.success_story h5{
    font-family: 'Sora';
    font-style: normal;
    font-weight: 400;
    font-size: 40px;
    line-height: 50px;
    text-align: left;
    /* or 150% */
    color: #FFFFFF;
}
.success_story h5 span{
    font-family: 'Sora';
    font-family: 'Noticia Text';
    font-style: normal;
    font-weight: 700;
    font-size: 40px;
    line-height: 50px;
    /* or 150% */
    color: #ED303B;
}
.contents_2{
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: left;
}
.quick_call{
    background: #232323;
    padding: 30px 0;
    margin: 0;
}
.quick_call h6{
    font-family: 'Sora';
    font-style: normal;
    font-weight: 400;
    font-size: 30px;
    text-align: left;
    /* or 150% */
    color: #FFFFFF;
}
.quick_call h6 span{
    font-family: 'Sora';
    font-family: 'Noticia Text';
    font-style: normal;
    font-weight: 700;
    font-size: 30px;
    /* or 150% */
    color: #ED303B;
}
.contents_3{
    height: 100%;
    display: flex;
    flex-direction: row;
    justify-content: right;
    align-items: right;
}
footer{
    padding: 68px 0;
    margin: 0;
    background-color: white;
    font-family: 'Sora';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 16px;
    /* identical to box height, or 89% */
    color: #292929;
}
.social-icons-f{
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    justify-content: right;
}
.social-icons-f a{
    padding: 0;
    margin: 0 0 0 23px;
}
.copyright{
    padding: 47px 0;
    margin: 0;
    text-align: center;
    font-family: 'Sora';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 16px;
    /* identical to box height, or 89% */
    color: #292929;
    border-top: 1px solid #D9D9D9;
}
.heading_contact{
    padding: 0;
    margin: 0;
    font-family: 'Noticia Text';
    font-style: normal;
    font-weight: 700;
    font-size: 40px;
    line-height: 24px;
    /* identical to box height, or 60% */
    color: #292929;
}
.call_us_txt{
    font-family: 'Sora';
font-style: normal;
font-weight: 400;
font-size: 18px;
line-height: 16px;
/* identical to box height, or 89% */
color: #292929;
}
.call_us_txt a{
    font-family: 'Sora';
font-style: normal;
font-weight: 400;
font-size: 18px;
line-height: 16px;
/* identical to box height, or 89% */
color: #292929;
text-decoration: none;
}
.about{
    padding: 38px 0 68px 0;
    margin: 0;
    background: #1E1E1E;
}
.about_heading{
    padding: 0;
    margin: 30px 0 0 0;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
    font-size: 36px;
    line-height: 50px;
    /* or 139% */
    color: #ED303B;
}
.about_sub_heading{
    padding: 0;
    margin: 0 0 15px 0;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 32px;
    line-height: 50px;
    /* or 156% */
    color: #FFD300;
}

.about p{
    font-family: 'Sora';
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 30px;
    /* or 150% */
    color: #FFFFFF;
}
.our_team{
    background: #252527 url(../images/shapes.png) no-repeat right top;
    padding: 68px 0;
    margin: 0;
}
.our_team h4{
    padding: 0;
    margin: 20px 0 0 0!important;
    font-family: 'Sora';
font-style: normal;
font-weight: 400;
font-size: 40px;
line-height: 50px;
text-transform: capitalize;
text-align: center;
color: #FFFFFF;
}
.our_team h6{
    padding: 0;
    margin: 40px 0 0 0!important;
    font-family: 'Sora';
font-style: normal;
font-weight: 400;
font-size: 36px;
line-height: 50px;
text-transform: capitalize;
text-align: center;
color: #FFFFFF;
}
.our_team_red{
    padding: 0;
    margin: 20px 0 0 0!important;
    font-family: 'Sora';
font-style: normal;
font-weight: 400;
font-size: 32px;
line-height: 50px;
text-transform: capitalize;
text-align: left;
color: #ED303B;
}
.ourteam_yellow{
    color: #FFD300!important;
}
.our_team  p{
    font-family: 'Sora';
font-style: normal;
font-weight: 400;
font-size: 20px;
line-height: 30px;
text-align: left;
/* or 150% */


color: #E5E5E5;

}
.card-body{
    padding: 24px;
    background: #ffffff;
    border-radius: 0px 0px 8px 8px;
}
.card-body2{
    height: 200px;
    padding: 24px;
    background: #ffffff;
    border-radius: 0px 0px 8px 8px;
}
.card-body3{
    padding: 24px;
    background: #ffffff;
    border-radius: 0px 0px 8px 8px;
    height: 185px;
}
.card-title{
    font-family: 'Noticia Text';
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 30px;
    /* or 125% */
    color: #292929;
}
.card-text{
    font-family: 'Sora';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 37px;
    /* or 154% */
    color: #292929!important;
}
.address_heading{
    padding: 0;
    margin: 30px 0 30px 0;
    font-family: 'Inter';
font-style: normal;
font-weight: 400;
font-size: 36px;
line-height: 30px;
/* or 83% */
color: #FFFFFF;
}
.address_subheading{
    font-family: 'Inter';
font-style: normal;
font-weight: 400;
font-size: 20px;
line-height: 40px;
/* or 200% */

color: #FFFFFF;

}
.address_subheading a{
    font-family: 'Inter';
font-style: normal;
font-weight: 400;
font-size: 20px;
line-height: 40px;
/* or 200% */
text-decoration: none;
color: #FFFFFF;

}
.address_subheading a:hover{
    font-family: 'Inter';
font-style: normal;
font-weight: 400;
font-size: 20px;
line-height: 40px;
/* or 200% */
text-decoration: underline;
color: #FFFFFF;

}
.form-control{
    background: #252527;
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom: 1px solid #817F7F;
    border-radius: 0!important;
    margin-bottom: 40px;
}
.form-floating>label{
    padding-left: 0;
    font-family: 'Sora';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 25px;
    color: rgba(179, 179, 179, 0.5);

}
.form-floating>.form-control, .form-floating>.form-select{
    padding-left: 0;
    background: #252527;
    border-bottom: 1px solid #817F7F;
    color: white;
}
.project_text{
    font-family: 'Montserrat', sans-serif;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}
.project_text h5{
    font-family: 'Montserrat', sans-serif;
    padding: 0;
    margin: 0;
font-style: normal;
font-weight: 400;
font-size: 64px;
line-height: 81px;
letter-spacing: -1px;

color: #FFD300;
}
.project_text a {
    font-family: 'Sora';
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 32px;
    /* identical to box height, or 178% */
    letter-spacing: -1px;
    color: #ED303B;
    text-decoration: none;    
}
.project_text a:hover {
    color: #FFD300; 
    text-decoration: underline;
}
.project_text h6{
    width: 100%;
    padding: 0;
    margin: 0;
    font-family: 'Montserrat', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 45px;
    /* or 188% */
    letter-spacing: -1px;
    color:#ED303B;
}
.project_text h6 span{
    font-family: 'Montserrat', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 45px;
    /* or 188% */
    letter-spacing: -1px;
    color: #FFFFFF;
}
.latest_txt{
    font-family: 'Montserrat', sans-serif;
font-style: normal;
font-weight: 400;
font-size: 18px;
line-height: 25px;
letter-spacing: -1px;

color: #FFFFFF;
}
/* video */
.o-video {
    width: 100%;
    height: 0;
    position: relative;
    padding-top: 56.25%; /* 9 / 16 * 100 */
  }
  .o-video > iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    border: 0;
  }

  /* slider multi */
  .owl-nav button {
    position: absolute;
    top: 50%;
    background-color: #000;
    color: #fff;
    margin: 0;
    transition: all 0.3s ease-in-out;
  }
  .owl-nav button.owl-prev {
    left: 0;
  }
  .owl-nav button.owl-next {
    right: 0;
  }
  
  .owl-dots {
    text-align: center;
    padding-top: 15px;
  }
  .owl-dots button.owl-dot {
    width: 15px;
    height: 15px;
    border-radius: 50%;
    display: inline-block;
    background: #ccc;
    margin: 0 3px;
  }
  .owl-dots button.owl-dot.active {
    background-color: #000;
  }
  .owl-dots button.owl-dot:focus {
    outline: none;
  }
  .owl-nav button {
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      background: rgba(255, 255, 255, 0.38) !important;
  }
  .owl-carousel span {
      font-size: 70px;    
      position: relative;
      top: -5px;
      color: #ED303B;
  }
  .owl-nav button:focus {
      outline: none;
  }
  .owl-nav button.owl-prev {
    left: -30px;
}
.owl-nav button.owl-next {
    right: -30px;
}
.owl-nav button {
    background: none!important;
}
.owl-dots button.owl-dot.active {
    background-color: #ffd300!important;
}
.owl-carousel button.owl-dot {
    background: #ED303B!important;
}
.card a {
    font-family: 'Sora';
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    line-height: 32px;
    /* identical to box height, or 178% */
    letter-spacing: -1px;
    color: #ED303B;
    text-decoration: none;    
}
.card a:hover {
    color: #FFD300; 
    text-decoration: underline;
}
/* overlay effect */
.overlay {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: #252527;
    overflow: hidden;
    width: 100%;
    height: 100%;
    transition: .5s ease;
}

.item {
    position: relative;
    overflow: hidden;
    margin: 0;
}

.item:hover .overlay {
  bottom: 0;
  height: 100%;
  width: 100%;
}

.top-overlay {
    bottom: 100%;    
    height: 0;
}
.item:hover .top-overlay {
  bottom: 0;
}
.bottom-overlay {
    top: 100%;
}

.item:hover .bottom-overlay {
  top: 0;
}

.right-overlay {
    left: 100%;
    height: 100%;
}

.item:hover .right-overlay {
  left : 0;
}

.left-overlay {
    right: 100%;
    height: 100%;
    left:auto;
}

.item:hover .left-overlay {
  right : 0;
}
.fade-overlay {
    height: 100%;
    opacity: 0;
}

.item:hover .fade-overlay {
  opacity: 1;
}
.title-overlay {
    height: auto;
    top: auto;
    opacity: 0;
}
.item:hover .title-overlay {
    opacity: 1;
    height: auto;
    padding: 50px 0;
}
.text {
    color: white;
    font-size: 1.2vw;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
}
.phone-call {
    width: 50px;
    height: 50px;
    right: 20px;
    bottom: 20px;
    background: #10b418;
    position: fixed;
    text-align: center;
    color: #ffffff;
    cursor: pointer;
    border-radius: 50%;
    z-index: 99;
  display: inline-block;
  line-height: 65px;
}

.phone-call:before {
    position: absolute;
    content: " ";
    z-index: -1;
    top: -15px;
    right: -15px;
    background-color: #10b418;
    width: 80px;
    height: 80px;
    border-radius: 100%;
    animation-fill-mode: both;
    -webkit-animation-fill-mode: both;
    opacity: 0.6;
    -webkit-animation: pulse 1s ease-out;
    animation: pulse 1.8s ease-out;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

@-webkit-keyframes pulse {
    0% {
        -webkit-transform: scale(0);
        opacity: 0;
    }
    25% {
        -webkit-transform: scale(0.3);
        opacity: 1;
    }
    50% {
        -webkit-transform: scale(0.6);
        opacity: .6;
    }
    75% {
        -webkit-transform: scale(0.9);
        opacity: .3;
    }
    100% {
        -webkit-transform: scale(1);
        opacity: 0;
    }
}

@keyframes pulse {
    0% {
        transform: scale(0);
        opacity: 0;
    }
    25% {
        transform: scale(0.3);
        opacity: 1;
    }
    50% {
        transform: scale(0.6);
        opacity: .6;
    }
    75% {
        transform: scale(0.9);
        opacity: .3;
    }
    100% {
        transform: scale(1);
        opacity: 0;
    }
}
.phone-call img, svg {
    vertical-align: initial;
}
.modal-content h5{
    font-family: 'Sora';
    font-style: normal;
    font-weight: 400;
    font-size: 26px;
    line-height: 50px;
    /* or 139% */
    
    
    color: #000000;
}
.our_process_pic{
    padding: 60px 0;
}

.modal-dialog {
    max-width: 1000px;
    margin: 1.75rem auto;
}
.h6, h6 {
    line-height: 30px;
}
.serv_list{
    padding: 0;
    margin: 0;
}
.serv_list ul{
    padding: 0;
    margin: 30px 0 0 0;
    list-style: none;
}
.serv_list ul li{
    width: 160px;
    height: 140px;
    padding: 55px 0 0 0;
    line-height: 30px;
    margin-right: 50px;
    margin-bottom: 50px;
    list-style: none;
    background: url(../images/list_bg.png) no-repeat left top;
    font-family: 'Sora';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    /* or 125% */
    color: #FFD300;
    float: left;
}
.serv_list ul li span{
    font-family: 'Sora';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    /* or 125% */
    color: #FFFFFF;
}
.featured_projects p {
    font-family: 'Sora';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 30px;
    color: #E5E5E5;
}
/* banner styles */
.home-banner {
    background: url(../images/banner.png) 50% 50%/cover;
    max-width: 100%;
    height: 100vh;
    padding-left: 0;
    padding-right: 0;
    position: relative;
}
.about-banner {
    background: url(../images/about_banner.png) 50% 50%/cover;
    max-width: 100%;
    height: 100vh;
    padding-left: 0;
    padding-right: 0;
    position: relative;
}
.services-banner {
    background: url(../images/our_services_banner.png) 50% 50%/cover;
    max-width: 100%;
    height: 100vh;
    padding-left: 0;
    padding-right: 0;
    position: relative;
}
.gallery-banner {
    background: url(../images/gallery_banner.png) 50% 50%/cover;
    max-width: 100%;
    height: 100vh;
    padding-left: 0;
    padding-right: 0;
    position: relative;
}
.contact-banner {
    background: url(../images/contact_banner.png) 50% 50%/cover;
    max-width: 100%;
    height: 100vh;
    padding-left: 0;
    padding-right: 0;
    position: relative;
}
.card-body_black {
    padding: 24px;
    background: #000000;
    border-radius: 0;
    flex: 1 1 auto;
    padding: 2rem 2rem;
    text-align: left;
}
.card-title_white {
    font-family: 'Noticia Text';
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 30px;
    color: #ffffff;
}
.social-icons-c{
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: left;
}
.social-icons-c a{
    padding: 0;
    margin: 0 23px 0 0;
}
.color_e9{
    background-color: #e9e9e9!important;
}