:root {
    --bs-gradient: linear-gradient(to right, #e2626b, #f78b77, #fab758);
}

body {
    font-family: "Poppins", sans-serif;
}

.fw-100 {
    font-weight: 100;
}

.fw-200 {
    font-weight: 200;
}

.fw-300 {
    font-weight: 300;
}

.fw-400 {
    font-weight: 400;
}

.fw-500 {
    font-weight: 500;
}

.fw-600 {
    font-weight: 600;
}

.fw-700 {
    font-weight: 700;
}

.fw-800 {
    font-weight: 800;
}

.fw-900 {
    font-weight: 900;
}

.f10 {
    font-size: 10px;
}

.f11 {
    font-size: 11px;
}

.f12 {
    font-size: 12px;
}

.f13 {
    font-size: 13px;
}

.f14 {
    font-size: 14px;
}

.f15 {
    font-size: 15px;
}

.f16 {
    font-size: 16px;
}

.f17 {
    font-size: 17px;
}

.f18 {
    font-size: 18px;
}

.f19 {
    font-size: 19px;
}

.f20 {
    font-size: 20px;
}

.f21 {
    font-size: 21px;
}

.f22 {
    font-size: 22px;
}

.f23 {
    font-size: 23px;
}

.f24 {
    font-size: 24px;
}

.f25 {
    font-size: 25px;
}

.f26 {
    font-size: 26px;
}

.f27 {
    font-size: 27px;
}

.f28 {
    font-size: 28px;
}

.f29 {
    font-size: 29px;
}

.f30 {
    font-size: 30px;
}

.f35 {
    font-size: 35px;
}

.f40 {
    font-size: 40px;
}

.f45 {
    font-size: 45px;
}

.f50 {
    font-size: 50px;
}

.f60 {
    font-size: 60px;
}

.f70 {
    font-size: 70px;
}

.f80 {
    font-size: 80px;
}

.f90 {
    font-size: 90px;
}

.f100 {
    font-size: 100px;
}

.f4-m {
    font-size: 4rem;
}

.f3-5-m {
    font-size: 3.5rem;
}

.f3-m {
    font-size: 3rem;
}

.f2-m {
    font-size: 2rem;
}

.f2-5-m {
    font-size: 2.5rem;
}

.f1-5-m {
    font-size: 1.5rem;
}

.f1-m {
    font-size: 1rem;
}

/************/

.text-yellow {
    color: #fae100;
}

.text-primary {
    color: #2835ac !important;
}

.text-color-1 {
    color: #30323e;
}

/************/

.mt-6 {
    margin-top: 4rem;
}

.mt-7 {
    margin-top: 5rem;
}

.mt-8 {
    margin-top: 6rem;
}

.mt-9 {
    margin-top: 7rem;
}

.mt-10 {
    margin-top: 8rem;
}
.card {
    border-radius: 0;
}
.btn {
    border-radius: 0;
}
.bg-dot,
.bg-line {
    opacity: 0.3;
}

.bg-dot {
    background-size: 0.75rem 0.75rem;
}

.bg-dot.primary {
    background-image: radial-gradient(#3f78e0 2px, transparent 2.5px);
}

/**** Header  *****/

header {
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 5;
    transition: all 0.9s ease-in-out;
}

header.fixed {
    background: #fff;
    box-shadow: 0 0 18px rgba(0, 0, 0, 0.2);
}

header.fixed .navbar-brand {
    max-width: 100px;
    margin: 10px 0;
    transition: all 0.5s ease-in-out;
    position: relative;
}

header .navbar-brand img {
    transition: opacity 1s ease-in-out;
}

header .navbar-brand img.normal {
    opacity: 1;
}

header.fixed .navbar-brand img.normal {
    opacity: 0;
}

header .navbar-brand img.fixed {
    position: absolute;
    opacity: 0;
    left: 0;
    max-width: 100px;
    transition: opacity 0.8s ease-in-out;
}

header.fixed .navbar-brand img.fixed {
    opacity: 1;
}

header.fixed .navbar-nav .nav-item .nav-link {
    color: #565656;
}

header.fixed .navbar-nav .nav-item .nav-link:hover {
    color: #000;
}

header.fixed .navbar-nav .nav-item .nav-link.active {
    color: #2835ac;
}

header.fixed .navbar-nav .nav-item .nav-link.active:before {
    background: #2835ac;
}

header.fixed .navbar .navbar-toggler .navbar-toggler-icon,
header.fixed .navbar .navbar-toggler .navbar-toggler-icon:before,
header.fixed .navbar .navbar-toggler .navbar-toggler-icon:after {
    background: #565656;
}

header.fixed .navbar .navbar-toggler.active .navbar-toggler-icon {
    background: transparent;
}

header nav.navbar {
    padding: 0;
}

header .navbar-brand {
    max-width: 200px;
    display: table;
    margin: 25px 0 0;
    transition: all 0.3s ease-in-out;
}

.navbar-nav .nav-item {
    padding: 15px 25px;
}

.navbar-nav .nav-item .nav-link {
    font-size: 16px;
    font-weight: 400;
    color: #a7abd0;
    padding: 0;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.navbar-nav .nav-item .nav-link:hover {
    color: #fff;
}

.navbar-nav .nav-item .nav-link.active {
    position: relative;
    color: #fff;
}

.navbar-nav .nav-item .nav-link.active:before {
    position: absolute;
    content: "";
    bottom: -15px;
    left: 0;
    width: 100%;
    height: 1px;
    background: #fff;
}

.navbar .navbar-toggler {
    outline: none;
    box-shadow: none;
}

.navbar .navbar-toggler .navbar-toggler-icon {
    background: #fff;
    width: 30px;
    border-radius: 50px;
    height: 2px;
    position: relative;
    transition: all 0.5s ease-in-out;
}

.navbar .navbar-toggler .navbar-toggler-icon:before {
    position: absolute;
    content: "";
    top: -10px;
    left: 0;
    width: 100%;
    height: 2px;
    border-radius: 50px;
    background: #fff;
    transition: all 0.5s ease-in-out;
}

.navbar .navbar-toggler .navbar-toggler-icon:after {
    position: absolute;
    content: "";
    bottom: -10px;
    left: 0;
    width: 100%;
    height: 2px;
    border-radius: 50px;
    background: #fff;
    transition: all 0.5s ease-in-out;
}

.navbar .navbar-toggler.active .navbar-toggler-icon {
    background: transparent;
}

.navbar .navbar-toggler.active .navbar-toggler-icon:before {
    top: 0;
    transform: rotate(-45deg);
}

.navbar .navbar-toggler.active .navbar-toggler-icon:after {
    bottom: 0;
    transform: rotate(45deg);
}

.get-in-touch-button {
    padding-top: 6px;
}

.btn-theme {
    color: #fff;
    background: #ff4444;
    background: -moz-linear-gradient(left, #ff4444 0%, #ffb144 100%);
    background: -webkit-linear-gradient(left, #ff4444 0%, #ffb144 100%);
    background: linear-gradient(to right, #ff4444 0%, #ffb144 100%);
    border: 0;
    padding: 10px 25px;
}

.btn-theme:hover {
    color: #fff;
    background: -moz-linear-gradient(left, #fd3232 0%, #fd3232 100%);
    background: -webkit-linear-gradient(left, #fd3232 0%, #fd3232 100%);
    background: linear-gradient(to right, #fd3232 0%, #fd3232 100%);
}

/********************************/

/* Banner Section */

/********************************/
.banner-section.pages{
    min-height: auto;
    /* height: 100px; */
}
.banner-section.pages:before{
    content: none;
}
.banner-section {
    min-height: 600px;
    position: relative;
}

.banner-section:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    background: url("../images/back-pattern.png");
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: cover;
    z-index: 0;
}

.banner-section:after {
    content: "";
    position: absolute;
    width: 100%;
    height: calc(100% + 160px);
    top: -160px;
    left: 0;
    z-index: -1;
    background: #1120aa;
    background: -moz-linear-gradient(-45deg, #1120aa 0%, #303664 100%);
    background: -webkit-linear-gradient(-45deg, #1120aa 0%, #303664 100%);
    background: linear-gradient(135deg, #1120aa 0%, #303664 100%);
}

.banner-section .container {
    position: relative;
    z-index: 0;
}

/*******************************/

/**  Home Page  **/

/*******************************/

.section {
    padding: 75px 0;
}

.section-heading {
    position: relative;
}

.section-heading.line-primary:before {
    background: #2835ac;
}

.section-heading:before {
    content: "";
    position: absolute;
    width: 2px;
    height: 90%;
    left: -30px;
    top: 0;
    bottom: 0;
    margin: auto;
}

.section-heading h4 {
    font-size: 20px;
    font-weight: 500;
    text-transform: uppercase;
}

.section-heading h1 {
    font-size: 40px;
    font-weight: 800;
    text-transform: uppercase;
    margin-bottom: 35px;
}

.services-section {
    padding: 25px 0;
}

.services-section .card {
    border: 0;
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05);
    --webkit-transition: all 0.5s ease-in-out;
    --moz-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.services-section .card.active {
    border: 0;
    box-shadow: 0 0 25px rgba(0, 0, 0, 0.1);
}

.services-section .card-body {
    padding: 1.5rem;
}

.services-section .card-body .card-title {
    text-align: center;
    font-size: 20px;
    font-weight: 700;
    color: #30323e;
    text-transform: uppercase;
}

.services-section .card-body .card-text {
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    color: #30323e;
}

.services-section .more-button {
    padding: 15px;
    height: 100%;
    display: flex;
    text-decoration: none;
    color: #fff;
    background: #1120aa;
    background: -moz-linear-gradient(top, #1120aa 0%, #303664 100%);
    background: -webkit-linear-gradient(top, #1120aa 0%, #303664 100%);
    background: linear-gradient(to bottom, #1120aa 0%, #303664 100%);
}

.services-section .more-button:hover {
    background: #1120aa;
    color: #1120aa;
    background: -moz-linear-gradient(top, #ffffff 0%, #f1f1f1 100%);
    background: -webkit-linear-gradient(top, #ffffff 0%, #f1f1f1 100%);
    background: linear-gradient(to bottom, #ffffff 0%, #f1f1f1 100%);
}

.services-section .more-button span {
    display: block;
    margin: auto;
    transform: rotate(90deg);
    white-space: nowrap;
    padding-top: 28px;
}

.section-technologies-platforms {
    background: #f3f3f3;
    box-shadow: inset 0 0 25px rgba(0, 0, 0, 0.1);
}

.section-aboutus {
    position: relative;
}

.technologies-platforms-tabs {
    padding-top: 40px;
    position: relative;
}

.technologies-platforms-tabs-left {
    background: #171d56;
    padding: 0;
}

.technologies-platforms-tabs .nav {
    padding: 25px;
    position: relative;
    background: #171d56;
}

.technologies-platforms-tabs .nav-link {
    color: #afb3d2;
    text-align: left;
    position: relative;
    z-index: 1;
    border-radius: 0;
    transition: all 0.3s ease-in-out;
    font-weight: 500;
    min-width: 170px;
}

.technologies-platforms-tabs .nav-link + .nav-link {
    margin-top: 15px;
}

.technologies-platforms-tabs .nav-link.active {
    color: #fff;
    background: #1120aa;
}

.technologies-platforms-tabs .nav-link:before {
    transition: all 0.3s ease-in-out;
    content: "";
    position: absolute;
    right: -50px;
    top: 0;
    width: 50px;
    height: 100%;
    background: transparent;
    z-index: -1;
}

.technologies-platforms-tabs .nav-link.active:before {
    background: #1120aa;
}

.technologies-platforms-tabs .technologies-platforms-tabs-content {
    background: #fff;
    position: relative;
    box-shadow: 0 0 35px rgba(0, 0, 0, 0.05);
    z-index: 0;
    margin: 0;
}

.technologies-platforms-tabs:before {
    position: absolute;
    content: "";
    right: -20px;
    bottom: -20px;
    background: #e6e6e6;
    width: 300px;
    height: 300px;
}

.logos-icons {
    padding: 0 30px;
}

.ti-thub {
    flex: 0 0 120px;
    margin-bottom: 25px;
}

.ti-thub a {
    display: block;
    height: 100px;
    width: 80px;
}

.ti-thub a img {
    filter: saturate(0);
    transition: all 0.3s ease-in-out;
    object-fit: contain;
    width: 100%;
    height: 100%;
}

.ti-thub a:hover img {
    filter: saturate(1);
}

.section-how-we-help {
    background: url("../images/how-we-help-bg.jpg") no-repeat top left;
    background-size: cover;
    position: relative;
    color: #fff;
    z-index: 1;
}

.section-how-we-help:after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #1120aa;
    background: -moz-linear-gradient(45deg, #1120aa 0%, #171d56 100%);
    background: -webkit-linear-gradient(45deg, #1120aa 0%, #171d56 100%);
    background: linear-gradient(45deg, #1120aa 0%, #171d56 100%);
    z-index: -1;
    opacity: 0.9;
}

.section-how-we-help .section-heading.line-primary:before {
    background: #fff;
}

.section-how-we-help .section-content {
    padding-top: 55px;
}

.hwh-content-item h1 {
    font-size: 21px;
    font-weight: 600;
    text-transform: uppercase;
    text-align: center;
}

.hwh-content-item .hwh-icon {
    padding: 15px;
}

.hwh-content-item .hwh-icon img {
    filter: invert(1);
    max-width: 90px;
    margin: auto;
    display: block;
}

.hwh-content-item .hwh-content {
    font-size: 14px;
    color: #959bd4;
    text-align: center;
}

.white-banner-section .hwh-icon img{
    filter: invert(.2);
    max-width: 90px;
    margin: auto;
    display: block;
}
.white-banner-section .hwh-content{
    font-size: 15px;
    color: #595c81;
}

.section-insights-featured {
    background: #f3f3f3;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.section-insights-featured:before {
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    width: 40%;
    height: 350px;
    z-index: -1;
    opacity: 0.3;
    background: url(../images/dot-pattern.png) repeat top left;
    background-size: 400px;
}

/* .section-insights-featured .section-heading {}

.section-insights-featured .section-heading h1 {}

.section-insights-featured .section-heading h4 {} */

.section-insights-featured .section-content .sif-content {
}

.section-insights-featured .sif-content-item {
    margin-left: auto;
}

.section-insights-featured .sif-content-item a {
    display: block;
    height: 100%;
}

.section-insights-featured .sif-content-item a img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.sif-content-big-1,
.sif-content-big-2,
.sif-content-big-3 {
    color: #fff;
    padding: 25px;
}
.sif-content-big-1,
.sif-content-big-2 {
    color: #fff;
    padding: 25px 85px;
}

.sif-content-big-1 {
    background: #171d56;
}

.sif-content-big-2 {
    background: #41488f;
}

.sif-content-big-3 {
    background: #343650;
}

.sif-content-big-1 a,
.sif-content-big-2 a,
.sif-content-big-3 a {
    color: inherit;
    text-decoration: none;
}

.sif-cb-content {
    display: flex;
    width: 100%;
    height: 100%;
    align-items: center;
}

.sif-cb-content.sif-small h1 {
    font-size: 15px;
}

/*********************************/
.work-together-section {
}
.work-together-section h2 {
    font-size: 40px;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0 0 25px;
    color: #30323e;
}
.work-together-section .content {
    font-size: 17px;
    font-weight: 400;
    color: #5e5e5e;
}
.work-together-section .btn-lets-talk-2 {
    font-size: 18px;
    font-weight: 600;
    background: #1120aa;
    background: -moz-linear-gradient(-45deg, #1120aa 0%, #303664 100%);
    background: -webkit-linear-gradient(-45deg, #1120aa 0%, #303664 100%);
    background: linear-gradient(135deg, #1120aa 0%, #303664 100%);
    border-radius: 0;
    padding: 15px 25px;
    color: #fff;
}
.work-together-section .btn-lets-talk-2:hover {
    background: #1120aa;
    background: -moz-linear-gradient(-45deg, #1120aa 0%, #1120aa 100%);
    background: -webkit-linear-gradient(-45deg, #1120aa 0%, #1120aa 100%);
    background: linear-gradient(135deg, #1120aa 0%, #1120aa 100%);
}







/************************************/
/** Services  **/
/************************************/

.section-technologies-platforms .card{
    border: 0;
    border-radius: 10px;
    box-shadow: 0 6px 9px rgba(13,45,116, .1);
}
.section-technologies-platforms .card .card-body{
    min-height: 220px;
}
.section-technologies-platforms .card .card-title{
    font-size: 20px;
    font-weight: 600;
    text-align: center;
    margin: 0 0 7px;
}
.section-technologies-platforms .card .card-text{
    text-align: center;
    font-size: 16px;
    font-weight: 300;
    padding: 15px 20px 25px;
    min-height: 150px;
}
.section-technologies-platforms .card .btn{
    color: #2835ac;
    padding: 0;
    font-size: 15px;
}
/********************************/
.section-services-details{
    background: #f3f3f3;
    box-shadow: inset 0 0 25px rgba(0, 0, 0, 0.1);
    padding: 35px 0;
}
.section-services-details .card{
    border: 0;
    box-shadow: 0 6px 9px rgba(13,45,116, .1);
}
.section-services-details .card .card-img{
    padding: 15px;
}
.section-services-details .card .card-img img{
    width: 120px;
}
.section-services-details .card .card-body{
    min-height: 120px;
    padding: 0 20px 15px;
}
.section-services-details .card .card-title{
    font-size: 17px;
    font-weight: 700;
    margin: 0 0 7px;
}
.section-services-details .card .card-text{
    font-size: 14px;
    font-weight: 400;
}
.section-services-details .card .btn{
    color: #2835ac;
    padding: 0;
    font-size: 15px;
}

.section-service-intro{
    background-color: #000;
    position: relative;
    z-index: 1;
    padding: 75px 30px;
}
.section-service-intro:before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url('../images/service-section-bg.jpg') no-repeat center center;
    z-index: -1;
    opacity: .4;
    background-size: cover;
}
.section-service-intro .ssi-content{
    color: #fff;
    font-weight: 600;
}
.section-service-intro .ssi-content h1{
    margin-bottom: 25px;
}
.section-service-intro .ssi-content .content{
    color: #fff;
    font-size: 16px;
    font-weight: 300;
    line-height: 26px;
}
.noBoxShadow{
    box-shadow:  none;
}

.about-section{
    background: #1120aa;
    color: #fff;
    position: relative;
    z-index: 1;
}
.about-section:before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: .2;
    z-index: -1;
    background: url('../images/how-we-help-bg.jpg');
}
.about-section-content{
    padding: 20px 50px;
    font-size: 20px;
    font-weight: 300;
}


/************************************/
/** Footer  **/
/************************************/

footer {
    background: #1120aa;
    background: -moz-linear-gradient(-45deg, #1120aa 0%, #303664 100%);
    background: -webkit-linear-gradient(-45deg, #1120aa 0%, #303664 100%);
    background: linear-gradient(135deg, #1120aa 0%, #303664 100%);
    position: relative;
    min-height: 250px;
    padding: 80px 0 0;
}

footer:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    /* background: url("../images/footer-wave.png"); */
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    z-index: 0;
}

footer:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    background: url("../images/footer-pattern.png");
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: cover;
    z-index: 0;
}

.footer-content {
    position: relative;
    z-index: 1;
}

.footer-content .footer-logo img {
    max-width: 180px;
    margin: 0 0 15px;
    display: block;
}

.footer-content h2 {
    font-size: 20px;
    font-weight: 700;
    color: #f9f9f9;
}

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

.footer-content ul li {
    margin: 0;
    list-style: none;
    color: #a4a7bf;
    font-size: 14px;
    font-weight: 400;
    padding: 10px 0 0 0;
    position: relative;
}

.footer-content ul li a {
    margin: 0;
    list-style: none;
    color: #a4a7bf;
    text-decoration: none;
    padding: 5px 0;
    position: relative;
}
.footer-content ul li a:hover {
    color: #e2e2e2;
}

.footer-content ul li a i,
.footer-content ul li i {
    position: absolute;
    left: -21px;
    top: 8px;
    font-size: 12px;
    display: none;
}

.footer-content .copy-right {
    background: #23263e;
    color: #a4a7bf;
}

.footer-content .copy-right a {
    color: #ff9133;
}

/***********************************/
.section-contact-form{
    padding: 25px;
}
.section-contact-form .section-contact-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.section-contact-form-container{
    background-color: #fff;
    padding: 33px 0;
}
.section-contact-form form{
    padding: 0 45px;
}
.section-contact-form .form-group{
    margin-bottom: 15px;
}
.section-contact-form .form-group label{
    font-size: 16px;
    font-weight: 300;
    color: #727272;
}
.section-contact-form .form-group label span{
    color: #f00;
}
.section-contact-form .form-group label.error,
.section-contact-form .form-check label.error{
    color: #f00;
    font-size: 14px;
    font-weight: 300;
    padding: 0;
}
.section-contact-form .form-group input.form-control{
    height: 45px;
    padding: 10px 20px;
}
.section-contact-form .form-group select.form-control{
    height: 45px;
    /* padding: 10px 20px; */
    -webkit-appearance: menulist-button;
}
.section-contact-form .form-group select.form-control[value='']{
    color: #ccc;
}
.section-contact-form .form-group textarea.form-control{
    height: 130px;
    resize: none;
    overflow: auto;
}
.section-contact-form .section-form-caption{
    font-size: 19px;
    font-weight: 300;
    margin-bottom: 23px;
    text-align: center;
    padding: 0 45px;
    color: #8b8b8b;
}
.section-contact-form .form-check{
    margin-bottom: 16px;
}
.section-contact-form .form-check .form-check-label{
    font-size: 15px;
    color: #555;
    font-weight: 300;
}
.section-contact-form .form-check label.error{
    width: 100%
}
.section-contact-policies h4{
    font-size: 19px;
    font-weight: 500;
}
.section-contact-policies p{
    font-weight: 300;
    font-size: 17px;
    line-height: 27px;
}
.section-contact-policies ul li{
    font-weight: 300;
    font-size: 17px;
}

/***********************************/
.section-teams-container{
    position: relative;
    z-index: 1;
}
.section-teams-container .section-teams-row .section-teams-column .section-team-card{
    padding: 15px;
}
.section-teams-container .section-teams-row .section-teams-column .section-team-card .section-team-caption h4{
    margin-top: 15px;
    font-size: 21px;
    text-align: center;
    text-transform: uppercase;
    font-weight: 500;
}
.section-teams-container .section-teams-row .section-teams-column .section-team-card .section-team-caption h6{
    font-size: 17px;
    text-align: center;
    font-weight: 300;
    color: #7c7c7c;
}
.section-teams-container .section-teams-row .section-teams-column .section-team-card .section-team-caption p{
    font-size: 14px;
    text-align: center;
    font-weight: 300;
    color: #7c7c7c;
}



.section-portfolio-heading{
    position: relative;
    z-index: 1;
    background-color: #f5f5f5;
}

.section-portfolio-heading .section-heading h1{
    color: #444;
    margin: 0;
}

.section-portfolio-item .section-portfolio-item-image{
    height: 400px;
    overflow: hidden;
    position: relative;
    padding: 0;
}
.section-portfolio-item .section-portfolio-item-image:before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: .1;
    transform: opacity .5s ease-in-out;
}
.section-portfolio-item .section-portfolio-item-image:hover:before{
    opacity: 0;
}
.section-portfolio-item .section-portfolio-item-image img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.section-portfolio-item .section-portfolio-item-content{
    padding: 0 65px;
}
.section-portfolio-item .section-portfolio-item-content h4{}
.section-portfolio-item .section-portfolio-item-content p{
    margin-bottom: 45px;
    color: #818181;
    font-weight: 300;
}
.section-portfolio-item .section-portfolio-item-content .section-portfolio-item-link{}
.section-portfolio-item .section-portfolio-item-content .section-portfolio-item-link a{
    background: #1120aa;
    background: -moz-linear-gradient(-45deg, #1120aa 0%, #303664 100%);
    background: -webkit-linear-gradient(-45deg, #1120aa 0%, #303664 100%);
    background: linear-gradient(135deg, #1120aa 0%, #303664 100%);
    border: 0;
    padding: 10px; 
}
.input-error{
    color: #f00;
    font-size: 14px;
    font-weight: 300;
    display: none;
}
.successMessage h3 {
    font-size: 23px;
    margin-bottom: 20px;
}
.successMessage .alert {
    padding: 45px 15px;
    margin-top: 35px;
    color: #396a6a;
    background-color: #dffff2;
    border-color: #b1f5e8;
}
.successMessage p {
    font-size: 16px;
    line-height: 25px;
}

/***********************************/

/** Media Query **/

/***********************************/

@media (max-width: 1024px) and (min-width: 990px) {
    .f4-m {
        font-size: 3.5rem;
    }
    .f1-5-m {
        font-size: 1.2rem;
    }
    .mt-8 {
        margin-top: 5rem;
    }
}

@media (max-width: 991px) {
    .navbar-collapse {
        position: fixed;
        top: 0;
        left: -100%;
        width: 70%;
        height: 100vh !important;
        overflow: auto;
        background: #fff;
        z-index: 5;
        transition: all 0.5s ease-in-out;
        padding-top: 25px;
        display: block !important;
        box-shadow: 0 0 18px rgba(0, 0, 0, 0.4);
    }
    .navbar-collapse.show {
        left: 0;
    }
    .navbar-nav .nav-item .nav-link {
        color: #343434;
        font-weight: 400;
    }
    .navbar-nav .nav-item .nav-link.active {
        color: #252e7e;
    }
    .f4-m {
        font-size: 3rem;
    }
    .f1-5-m {
        font-size: 1rem;
    }
    .mt-8 {
        margin-top: 4rem;
    }
}

@media (max-width: 768px) {
    .f4-m {
        font-size: 2.5rem;
    }
    .banner-section {
        padding: 0 10px;
    }
    .mt-8 {
        margin-top: 3.8rem;
    }
}

@media (max-width: 573px) {
    header .navbar-brand {
        max-width: 130px;
    }
    .f4-m {
        font-size: 2rem;
    }
}
