/* Reset -------------------------------------------------- */
html { margin: 0; padding: 0; border: 0;} body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,code,del,dfn,em,img,q,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,
caption,article,aside,dialog,figure,footer,header,hgroup,nav,section,input { margin: 0; padding: 0; border: 0; }
article,aside,dialog,figure,footer,header,hgroup,nav,section { display: block; }
blockquote:before,blockquote:after,q:before,q:after { content: ''; }
blockquote, q { quotes: "" ""; }
a img { border: none; }
:focus { outline: 0; }
a:focus { outline: none; }
html {
    scroll-behavior: smooth;
}
/* Global -------------------------------------------------- */
body {   font-family: 'HK Grotesk Wide'; background:#FF422B; olor: #000;  font-size: 17px; line-height: 1.5; font-weight: 400; }
/* Global Css for headings, p and achors */
h1,h2,h3,h4,h5,h6 { padding: 0; margin: 0; }
h1 {
    font-size: 100px;
    line-height: 1;
    font-weight: 400;
    text-transform: lowercase;
}
h2 {
    font-size: 80px;
    line-height: 1;
    font-weight: 400;
}
h3 { 
    font-size: 58px;
    line-height: 1.25;
    font-weight: 400;
}
h4 { 
    font-size: 48px;
    line-height: 1.2;
    font-weight: 400;
}
h5 { }
h6 { }
p { 
    font-size: 17px; 
    line-height: 1.5; 
    font-weight: 400;
}
a { text-decoration: none; }
img {
    max-width: 100%;
    height: auto;
}
ul,ul li,ul ol,ul li ul,ul li ul li { list-style: none; padding: 0; margin: 0; }
* {  box-sizing: border-box; }
/*----------------------------Fonts------------------------------*/


@font-face {
    font-family: 'HK Grotesk Wide';
    src: url('../fonts/HKGroteskWide-Black.woff2') format('woff2'),
        url('../fonts/HKGroteskWide-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'HK Grotesk Wide';
    src: url('../fonts/HKGroteskWide-Bold.woff2') format('woff2'),
        url('../fonts/HKGroteskWide-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'HK Grotesk Wide';
    src: url('../fonts/HKGroteskWide-ExtraBold.woff2') format('woff2'),
        url('../fonts/HKGroteskWide-ExtraBold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'HK Grotesk Wide';
    src: url('../fonts/HKGroteskWide-Light.woff2') format('woff2'),
        url('../fonts/HKGroteskWide-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'HK Grotesk Wide';
    src: url('../fonts/HKGroteskWide-Medium.woff2') format('woff2'),
        url('../fonts/HKGroteskWide-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'HK Grotesk Wide';
    src: url('../fonts/HKGroteskWide-Regular.woff2') format('woff2'),
        url('../fonts/HKGroteskWide-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'HK Grotesk Wide';
    src: url('../fonts/HKGroteskWide-SemiBold.woff2') format('woff2'),
        url('../fonts/HKGroteskWide-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}



/*------------------ LANDING PAGE STYLING STARTS -----------------------------*/


/* HEADER STYLING STARTS */

.header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding: 40px 0;
    z-index: 99;
}
.header .navbar {
    padding: 0;
    opacity: 0;
}
.header .navbar-brand {
    display: flex;
    align-items: center;
    padding: 0;
}
.header .navbar-brand img {
    max-width: 36px;
    width: 100%;
}
.header .navbar-brand span {
    display: inline-block;
    padding-left: 20px;
    font-size: 16px;
    line-height: 1;
    font-weight: 400;
    color: #fff;
    text-transform: lowercase;
}
.header ul.navbar-nav li {
    margin-left: 22px;
}
.header ul.navbar-nav li:first-child {
    margin-left: 0;
}
.header .navbar-expand-lg ul.navbar-nav li a {
    padding: 0;
}
.header ul.navbar-nav li a {
    font-size: 14px;
    line-height: 1;
    font-weight: 400;
    color: #fff;
    text-transform: lowercase;
}
.header .navbar-toggler {
    display: none;
    flex-direction: column;
    height: 40px;
    width: 40px;
    justify-content: space-around;
    border: 1px solid #fff;
    padding: 5px;
}
.header .navbar-toggler span {
    background-color: #fff;
    height: 4px;
    width: 100%;
}
.pin-spacer {
    height: 1400px !important;
}

/* HEADER STYLING ENDS */

/* BANNER STYLING STARTS */

.banner {
    height: 800px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 4;
}
.banner::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    height: 787px; 
    width: 634px;
    background: url("../images/ne-banner-bg.png");
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

.banner-content {
    padding-top: 520px;
}
.banner-heading, .banner-caption {
    opacity: 0;
}
.banner-content h1 {
    text-align: center;
    font-size: 100px;
    line-height: 1;
    font-weight: 400;
    color: #fff;
    text-transform: lowercase;
    margin-bottom: 80px;
}
.banner-content .banner-info {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.banner-content .banner-info .bi-img {
    max-width: 513px;
    transform: translate(0px, 0px);
    opacity: 0;
}
.banner-info p {
    font-size: 17px;
    line-height: 1.5;
    font-weight: 350;
    color: #fff;
    max-width: 280px;
    opacity: 0.9;
    margin-left: -40px;
    padding-top: 40px;
}

.atf-wrapper .pin-spacer::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    height: 439px; 
    width: 100%;
    background: linear-gradient(360deg, #FF422B 0%, rgba(255, 66, 43, 0) 100%);
    transform: rotate(180deg) translateY(-100%);
    z-index: 4;
}
.atf-wrapper {
    background: #FF422B;
}
/* BANNER STYLING ENDS */


/* STRATEGY STYLING STARTS */

.strategy-section {
    padding: 235px 0 18px;
    background: url("../images/strategy-bg.png") center center no-repeat;
    background-size: cover;
    position: relative;
}
.strategy-section::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%; 
    width: 100%;
    background: linear-gradient(180deg, rgba(9, 11, 12, 0) 0%, #090B0C 100%), linear-gradient(180deg, rgba(9, 11, 12, 0) 13.12%, #090B0C 100%);
}
.strategy-info {
    display: none;
}
.strategy-img {
    width: 715px;
    height: 715px;
    margin: 0 auto;
    background: url("../images/ellipse-bg.png") center center no-repeat;
    background-size: 100% 100%;
}
.strategy-content {
    position: relative;
    height: 100%;
    width: 100%;
    z-index: 5;
    background: url("../images/ellipse-outline.png") center center no-repeat;
    background-size: 100% 100%;
}
.strategy-content .nav-pills li a.active::after {
    content: "";
    position: absolute;
    height: 20px;
    width: 20px;
    background: url("../images/arrow-icon.png") center center no-repeat;
}
.strategy-content .nav-pills li a#strategy-tab {
    position: absolute;
    top: 110px;
    left: 50%;
    transform: translateX(-50%);
}
.strategy-content .nav-pills li a#strategy-tab::after {
    bottom: -51px;
    left: 50%;
    transform: translateX(-50%) rotate(75deg);
}
.strategy-content .nav-pills li a#design-tab {
    position: absolute;
    top: 250px;
    left: 110px;
}
.strategy-content .nav-pills li a#design-tab::after {
    bottom: 50%;
    right: -36px;
    transform: translateY(100%) rotate(2deg);
}
.strategy-content .nav-pills li a#execution-tab {
    position: absolute;
    bottom: 120px;
    left: 170px;
}
.strategy-content .nav-pills li a#execution-tab::after {
    top: 10px;
    left: 50%;
    transform: translateX(50%) rotate(288deg);
}
.strategy-content .nav-pills li a#marketing-tab {
    position: absolute;
    bottom: 130px;
    right: 150px;
}
.strategy-content .nav-pills li a#marketing-tab::after {
    top: 15px;
    left: 25px;
    transform: rotate(215deg);
}
.strategy-content .nav-pills li a#defination-tab {
    position: absolute;
    top: 220px;
    right: 110px;
}
.strategy-content .nav-pills li a#defination-tab::after {
    top: 50%;
    left: -25px;
    transform: rotate(143deg);
}
.strategy-content .nav-pills li a {
    font-size: 20px;
    line-height: 1.5;
    font-weight: 400;
    color: #FF422B;
    padding: 0;
    border-radius: 0;
}
.strategy-content .nav-pills .nav-link.active, .strategy-content .nav-pills .show>.nav-link {
    color: #FF422B;
    background-color: unset;
}
.strategy-content .tab-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    max-width: 235px;
}
.tab-pane {
    font-size: 16px;
    line-height: 1.5;
    font-weight: 400;
    color: #FF422B;
    text-align: center;
}
.tab-pane li{
    margin-bottom: 10px;
    display:block;
}
/* STRATEGY STYLING ENDS */


/* TRUSTED-BY STYLING STARTS */

.trusted-by {
    padding: 157px 0;
    background: linear-gradient(360deg, #FF432A 0%, #090B0C 100%);
    position: relative;
}
.trusted-by .tb-title {
    margin-bottom: 74px;
}
.tb-title h2 {
    font-size: 80px;
    line-height: 1;
    font-weight: 400;
    color: #FF422B;
    text-align: center;
}
.projects-content .nav-overflow {
    overflow-x: auto;
}
.projects-content .nav-tabs {
/*    width: 980px; */
    border: none;
    justify-content: center;
    margin-bottom: 85px;
}
.projects-content .nav-tabs li {
    margin: 0 10px 20px;
}
.projects-content .nav-tabs li a {
    display: flex;
    align-items: center;
    padding: 0 20px;
    min-height: 53px;
    border-radius: 12px;
}
.projects-content .nav-tabs li a.active, .projects-content .nav-tabs li a:hover, .projects-content .nav-tabs li a:focus {
    border: 0.5px dashed #FF422B;
    background: none;
}
.projects-content .nav-tabs li a img {
    max-width: 96px;
}
.projects-content .tab-content {
    background: rgba(0, 0, 0, 0.7);
    border-radius: 12px;
    padding: 120px;
    min-height: 500px;
    width: 100%;
    position: relative;
    overflow: hidden;
}
.projects-content .project-info {
    max-width: 450px;
    text-align: left;
    position: relative;
    z-index: 2;
}
.project-info h3 {
    font-size: 40px;
    line-height: 1.25;
    font-weight: 400;
    color: #fff;
    margin-bottom: 24px;
}
.project-info h3 span {
    text-transform: uppercase;
}
.project-info p {
    font-size: 16px;
    line-height: 1.4;
    font-weight: 400;
    color: #aaa;
    max-width: 360px;
}
.projects-content .project-image {
    position: absolute;
    bottom: 0px;
    right: 0px;
    width: 50%;
}
.projects-content .project-image img {
    /*height: 100%;
    object-fit: cover;*/
    max-width: 100%;
    
}
/* TRUSTED-BY STYLING ENDS */


/* GALLERY STYLING STARTS */

.gallery-section {
    padding: 77px 0 18px;
    background: #FF422B;
    position: relative;
    margin-top: -1px;
}
.gallery-section::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    height: 807px; 
    width: 854px;
    background: url("../images/ne-gallery-bg.png");
    background-size: 100% 100%;
    background-repeat: no-repeat;
}
.gallery-info {
    text-align: left;
    max-width: 435px;
    position: relative;
    z-index: 3;
}
.gallery-info h3 {
    font-size: 58px;
    line-height: 1.2;
    font-weight: 400;
    color: #fff;
    margin-bottom: 15px;
}
.gallery-info h4 {
    font-size: 48px;
    line-height: 1.2;
    font-weight: 400;
    color: #fff;
    margin-bottom: 15px;
}
.gallery-info p {
    font-size: 16px;
    line-height: 1.5;
    font-weight: 400;
    color: #fff;
}
.gallery-info.gallery-info-left {
    margin-right: auto;
}
.gallery-info.gallery-info-left::after {
    content: "";
    position: absolute;
    bottom: -48px;
    transform: translateY(100%);
    left: 12px;
    width: 90px;
    height: 80px;
    background: url("../images/left-curve.png") center center no-repeat;
}
.gallery-info.gallery-info-right {
    margin-left: auto;
}
.gallery-info.gallery-info-right::after {
    content: "";
    position: absolute;
    top: 20px;
    transform: translateY(-100%);
    right: 12px;
    width: 90px;
    height: 80px;
    background: url("../images/right-curve.png") center center no-repeat;
}
.gallery-images {
    position: relative;
    min-height: 300px;
}
.gallery-images .gallery-img {
    position: absolute;
}
.gallery-img.gallery-img-left {
    left: 112px;
    z-index: 1;
    top: -8px;
}
.gallery-img.gallery-img-right {
    right: 15px;
    top: -140px;
    z-index: 2;
}

/* GALLERY STYLING ENDS */

/* TEAM STYLING STARTS */
.team-section {
    position: relative;
    margin-top: -3px;
    background: #fff;
}
.team-sec-title {
    background: #FF422B;
    height: 675px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.team-sec-title::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 748px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #FFFFFF 100%), linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #FFFFFF 100%);
    z-index: 1s;
}
.team-section h4 {
    font-size: 48px;
    line-height: 1.2;
    font-weight: 400;
    color: #FF422B;
    max-width: 893px;
    text-align: center;
    margin: 0 auto;
    position: relative;
    z-index: 2;
}
.team-section .team-network-image {
    max-width: 1160px;
    margin-top: -120px;
    position: relative;
    z-index: 3;
}
.team-section .team-network-image img {
    width: 90%;
    margin: auto;
    display: block;
}
/* TEAM STYLING ENDS */


/* CONTACT STRIP STYLING STARTS */
.contact-strip {
    padding: 120px 0 160px;
    background: #fff;
}
.contact-info {
    text-align: center;
}
.contact-info h4 {
    font-size: 48px;
    line-height: 1.2;
    font-weight: 400;
    color: #111111;
    margin-bottom: 44px;
}
.contact-info a {
    font-size: 24px;
    line-height: 1.1;
    font-weight: 400;
    color: #111111;
    text-decoration: underline;
}
/* CONTACT STRIP STYLING ENDS */


/* FOOTER STYLING ENDS */

.footer {
    padding: 40px 0;
    background: #fff;
}
.footer .ftr-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.footer .ftr-logo {
    display: flex;
    align-items: center;
}
.footer .ftr-logo img {
    max-width: 36px;
    width: 100%;
}
.footer .ftr-logo span {
    display: inline-block;
    padding-left: 20px;
    font-size: 16px;
    line-height: 1;
    font-weight: 400;
    color: #111111;
    text-transform: lowercase;
}
.footer ul.contact-links {
    display: flex;
    align-items: center;
}
.footer ul.contact-links li {
    margin-left: 25px;
}
.footer ul.contact-links li:first-child {
    margin-left: 0;
}
.footer ul.contact-links li a {
    display: inline-block;
    font-size: 14px;
    line-height: 1;
    font-weight: 400;
    color: #111111;
    text-transform: lowercase;
}
.footer ul.contact-links li a img {
    max-width: 20px;
    width: 100%;
}
/* FOOTER STYLING ENDS */

/*------------------ LANDING PAGE STYLING ENDS -----------------------------*/


/*-------------Media Querries-----------------*/
@media only screen and (min-width:768px){ 
    .owl-carousel {
        display: flex;
    }
}
@media only screen and (max-width:1360px){ 
    .banner-content h1 {
        font-size: 85px;
    }
    .tb-title h2 {
        font-size: 68px;
    }
    /*.projects-content .project-image {
        width: 825px;
        height: 700px;
    }*/
    .contact-strip {
        padding: 150px 0 100px;
        background: #fff;
    }
}
/*------------- 1200px -----------------*/
@media only screen and (max-width:1199px){ 
    .banner::before {
        height: 575px;
        width: 450px;
    }
    .banner-content h1 {
        font-size: 75px;
    }
    .trusted-by {
        padding: 120px 0;
    }
    .tb-title h2 {
        font-size: 60px;
    }
    .projects-content .tab-content {
        padding: 80px;
        min-height: 450px;
    }
   /* .projects-content .project-image {
        width: 750px;
        height: 600px;
    }*/
    .project-info h3 {
        font-size: 48px;
    }
    .projects-content .project-info {
        max-width: 372px;
    }
    .gallery-info {
        max-width: 375px;
    }
    .gallery-info h3 {
        font-size: 48px;
    }
    .gallery-info h4 {
        font-size: 42px;
    }
    .gallery-img.gallery-img-right, .gallery-img.gallery-img-left {
        max-width: 600px;
    }
    .gallery-section::before {
        height: 750px;
        width: 800px;
    }
    .team-sec-title {
        height: 650px;
    }
    .team-section h4 {
        font-size: 42px;
    }
    .contact-strip {
        padding: 120px 0 70px;
        background: #fff;
    }    
}
/*------------- 992px -----------------*/
@media only screen and (max-width:991px){
    /*.header .navbar-collapse {
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        padding: 15px 12px;
        background: rgba(255,255,255,0.4);
    }
    .header ul.navbar-nav li {
        margin: 0;
        margin-bottom: 12px;
    }
    .header ul.navbar-nav li:last-child {
        margin-bottom: 0;
    }*/
    .banner-content h1 {
        font-size: 65px;
    }
    .banner-content .banner-info .bi-img {
        max-width: 100%;
        width: 60%;
    }
    .banner-info .banner-caption {
        max-width: 100%;
        width: 40%;
        margin: 0;
        padding-top: 80px;
    }
    .banner-info p {
        
        margin: 0;
        padding-top: 0;
    }
    .banner-content {
        padding-top: 375px;
    }
    .strategy-section {
        padding: 125px 0 18px;
    }
    .strategy-img {
        width: 615px;
        height: 615px;
    }
    .strategy-content .tab-content {
        max-width: 215px;
    }
    .tab-pane {
        font-size: 16px;
    }
    .strategy-content .nav-pills li a#strategy-tab {
        top: 100px;
    }
    .strategy-content .nav-pills li a#design-tab {
        top: 220px;
        left: 90px;
    }
    .strategy-content .nav-pills li a#execution-tab {
        bottom: 100px;
        left: 130px;
    }
    .strategy-content .nav-pills li a#defination-tab {
        top: 200px;
        right: 90px;
    }
    .strategy-content .nav-pills li a#marketing-tab {
        bottom: 100px;
        right: 130px;
    }
    .tb-title h2 {
        font-size: 48px;
    }
    .trusted-by .tb-title {
        margin-bottom: 50px;
    }
    .trusted-by {
        padding: 80px 0 40px;
    }
    .projects-content .nav-tabs {
        margin-bottom: 60px;
    }
    .projects-content .tab-content {
        padding: 50px;
        min-height: 350px;
    }
    .projects-content .project-image {
        width: 200px;
    }
    .project-info h3 {
        font-size: 36px;
        margin-bottom: 12px;
    }
    .project-info p {
        max-width: 270px;
    }
    .gallery-section::before {
        height: 600px;
        width: 650px;
    }
    .gallery-section {
        padding: 50px 0 15px;
    }
    .gallery-img.gallery-img-right, .gallery-img.gallery-img-left {
        max-width: 420px;
    }
    .gallery-images {
        min-height: 250px;
    }
    .gallery-info h3 {
        font-size: 36px;
        margin-bottom: 12px;
    }
    .gallery-info h4 {
        font-size: 32px;
        margin-bottom: 12px;
    }
    .gallery-info p {
        font-size: 14px;
    }
    .gallery-info {
        max-width: 300px;
    }
    .team-section .team-network-image {
        margin-top: 0;
    }
    .team-sec-title {
        height: 400px;
    }
    .team-sec-title::before {
        height: 420px;
    }
    .team-section h4 {
        font-size: 32px;
    }
    .contact-strip {
        padding: 50px 0;
        background: #fff;
    }
    .contact-info h4 {
        font-size: 32px;
        margin-bottom: 30px;
    }
    .contact-info a {
        font-size: 18px;
    }
    .footer {
        padding: 20px 0;
    }
}
/*------------- 768px -----------------*/
@media only screen and (max-width:767px){ 
    .header .navbar {
        justify-content: center;
    }
    button.navbar-toggler.collapsed {
        display: none;
    }
    div#navbarNavAltMarkup {
        display: none !important;
    }
    .banner::after {
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        height: 439px; 
        width: 100%;
        background: linear-gradient(360deg, #FF422B 0%, rgba(255, 66, 43, 0) 100%);
        transform: rotate(180deg) translateY(-100%);
        z-index: 4;
    }
    .banner-content h1 {
        font-size: 52px;
    }
    .banner::before {
        height: 500px;
        width: 400px;
    }
    .banner-content .fixed-title {
        top: 175px;
    }
    .banner-content {
        padding-top: 200px;
        padding-bottom: 50px;
    }
    .banner-info .banner-caption {
        padding-top: 60px;
        font-size: 14px;
    }
    .banner-info p {
        padding-top: 0;
        font-size: 14px;
    }
    .banner {
        height: unset;
    }
    .banner::after {
        height: 250px;
    }
    .strategy-img {
        width: 515px;
        height: 515px;
    }
    .strategy-content .tab-content {
        max-width: 175px;
    }
    .tab-pane {
        font-size: 13px;
    }
    .strategy-content .nav-pills li a#strategy-tab {
        top: 80px;
    }
    .strategy-content .nav-pills li a#design-tab {
        top: 160px;
        left: 70px;
    }
    .strategy-content .nav-pills li a#execution-tab {
        bottom: 70px;
        left: 100px;
    }
    .strategy-content .nav-pills li a#marketing-tab {
        bottom: 70px;
        right: 100px;
    }
    .strategy-content .nav-pills li a#defination-tab {
        top: 140px;
        right: 70px;
    }
    .tb-title h2 {
        font-size: 42px;
    }
    .gallery-img.gallery-img-right, .gallery-img.gallery-img-left {
        max-width: 300px;
    }
    .gallery-info {
        max-width: 250px;
    }
    .gallery-images {
        min-height: 175px;
    }
    .gallery-info h3 {
        font-size: 32px;
        margin-bottom: 12px;
    }
    .gallery-info h4 {
        font-size: 26px;
        margin-bottom: 12px;
    }
    .gallery-info p {
        font-size: 13px;
    }
    .gallery-section::before {
        height: 400px;
        width: 450px;
    }
    .team-sec-title {
        height: 300px;
    }
    .team-sec-title::before {
        height: 320px;
    }
    .team-section h4 {
        font-size: 26px;
    }
    .contact-strip {
        padding: 40px 0;
        background: #fff;
    }
    .contact-info h4 {
        font-size: 26px;
        margin-bottom: 18px;
    }
    .contact-info a {
        font-size: 16px;
    }
    .projects-content .tab-content {
        position: relative;
    }
    .projects-content .project-image {
        width: 100%;
        position: initial;
    }
    .project-info p {
        max-width: 100%;
    }
    .projects-content .project-info {
        max-width: 100%;
    }
    .projects-content .project-info {
        text-align: center;
        margin-bottom: 30px;
    }
    .owl-carousel .owl-item img {
        width: auto;
        margin: 0 auto;
    }
    .owl-carousel button.owl-prev {
        position: absolute;
        left: 0;
        top: -23px;
        outline: none;
        border: 0;
    }
    .owl-carousel button.owl-next {
        position: absolute;
        right: 0;
        top: -23px;
        outline: none;
        border: 0;
    }
    .owl-nav {
        text-align: center;
    }
    .owl-nav button span {
        font-size: 20px;
        color: #FF422B;
    }
    .owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled {
        display: block;
    }
    
}
/*------------- 576px -----------------*/
@media only screen and (max-width:575px){ 
    .header .navbar-toggler {
        position: absolute;
        right: 0;
    }
    .banner-content {
        padding-top: 160px;
        padding-bottom: 20px;
    }
    .banner-content h1 {
        max-width: 300px;
        margin: 0 auto 30px;
    }
    .banner-content .banner-info .bi-img {
        width: 100%;
    }
    
    .banner-info .banner-caption {
        width: 100%;
        order: -1;
        padding: 0;
        margin: 0 auto 30px;
        text-align: center;
        max-width: 315px;
    }
    .banner-info p {
        width: 100%;
        padding: 20px;
        margin: 0;
        text-align: center;
        max-width: 100%;
    }
    .banner {
        height: unset;
    }
    .banner::after {
        height: 120px;
    }
    .strategy-section {
        padding: 50px 0 20px;
        overflow: hidden;
        position: relative;
    }
    .strategy-section::before {
        z-index: 2;
    }
    .strategy-img {
        position: absolute;
        top: 15px;
        transform: translateX(-50%);
        left: 50%;
    }
    .strategy-info {
        display: block;
        position: relative;
        z-index: 4;
        color: #FF422B;
        max-width: 250px;
        margin: 0 auto;
        padding-top: 30px;
    }
    .strategy-info h5 {
        font-size: 22px;
        line-height: 1.5;
        font-weight: 400;
        color: #FF422B;
        margin-bottom: 12px;
    }
    .strategy-info ul {
        padding-left: 20px;
        margin-bottom: 20px;
    }
    .strategy-info ul li {
        color: #FF422B;
        margin-bottom: 4px;
        list-style-type: disc;
        font-size: 14px;
    }
    .strategy-content {
        display: none;
    }
    .strategy-section::before {
        background-color: rgba(0,0,0,0.6);
    }
    .tb-title h2 {
        max-width: 280px;
        margin: 0 auto;
    }
    /*.projects-content .tab-content {
        padding: 230px 30px 40px;
    }*/
    .projects-content .tab-content {
        padding: 50px 40px 0 40px;
    }
    .project-info h3 {
        font-size: 30px;
    }
    .gallery-img.gallery-img-right {
        right: 0;
        top: 0;
    }
    .gallery-img.gallery-img-left {
        left: 0;
        top: 152px;
    }
    .gallery-images {
        min-height: 340px;
    }
    .gallery-info.gallery-info-left {
        margin-bottom: 30px;
    }
    .gallery-info.gallery-info-right {
        margin-top: 30px;
    }
    .gallery-info.gallery-info-left::after {
        bottom: -38px;
        left: 0;
    }
    .gallery-info.gallery-info-right::after {
        right: 0;
    }
    .team-section h4 {
        max-width: 270px;
        line-height: 1.1;
    }
    .contact-info h4 {
        max-width: 240px;
        margin: 0 auto 20px;
    }
    .footer .ftr-inner {
        flex-wrap: wrap;
        justify-content: center;
        display: none;
    }
    .footer ul.contact-links {
        order: -1;
        margin-bottom: 30px;
    }
    .footer {
        padding: 30px 0;
    }
    .gallery-section {
        overflow: hidden;
    }
}

/*------------- 481px -----------------*/
@media only screen and (max-width:480px){ }
/*------------- 426px -----------------*/
@media only screen and (max-width:425px){ }
/*------------- 320px -----------------*/