* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: 'Poppins', sans-serif;
}

body {
    font-size: 16px;
    padding: 0 !important;
    margin: 0;
    overflow-x: hidden;
}

ul {
    list-style: none;
    padding: 0;
    margin-bottom: 0;
}

a {
    text-decoration: none;
    cursor: pointer;
}

img {
    width: 100%;
    height: auto;
}

h1,
h3,
h4,
h5,
h6 {
    margin-bottom: 1.3rem;
    font-weight: 700;
}

h1 {
    font-size: clamp(25px, 4.2vw, 58px);
}

h2 {
    font-size: clamp(22px, 4.2vw, 48px);
    font-weight: 700;
}

h3 {

    font-size: clamp(21px, 4.5vw, 48px);
}

h4 {
    font-size: clamp(19px, 4.5vw, 32px);
}

h5 {
    font-size: clamp(17px, 4.5vw, 24px);
}

h6 {
    font-size: clamp(16px, 4vw, 22px);
    font-weight: 500;
}

@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,300;1,400;1,500;1,600;1,700;1,800&display=swap');

.container {
    max-width: 1170px;
}

.container-fluid {
    max-width: 1230px !important;
    position: relative;
}

.HomeBanner .video_container {
    z-index: -1;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}

.HomeBanner .video_container video {
    height: 846px;
    width: 100%;
    object-fit: cover;
}

.showcase {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    width: 35rem;
    z-index: 999;
    position: relative;
    top: 340px;
}

.showcase span {
    font-size: 18px;
    color: #fff;
    display: block;
    text-transform: uppercase;
    line-height: normal;
    margin: 0;
}

.showcase h1 {
    color: #fff;
    font-size: 60px;
    line-height: 75px;
    margin: 0;
    display: block;
}

.HomeBanner {
    clear: both;
    display: block;
    width: 100%;
    height: 800px;
}

/*About Us Start*/
.AboutUs_Outer {
    clear: both;
    margin: 0;
    display: inline-block;
    background: #202020;
    position: relative;
    width: 100%;
}

.AboutUs_Outer .container {
    position: relative;
    padding: 50px 0 0px 0;
}

.AboutUs_Outer .container:after {
    position: absolute;
    left: -220px;
    bottom: 0;
    background: url(../images/about_Bg_img.png) center center no-repeat;
    width: 443px;
    height: 243px;
    display: block;
    content: "";
    background-size: contain;
}

.AboutUs_Outer_inner {
    display: flex;
    justify-content: space-between;
}

.AboutUs_Outer_inner .Left_Part {
    width: 50%;
}

.AboutUs_Outer_inner .Left_Part h2 {
    color: #fff;
    font-size: 40px;
    font-weight: 600;
    line-height: 52px;
    margin: 0;
    position: relative;
    z-index: 999;
    padding: 65px 0 0 0px;
}

.AboutUs_Outer_inner .Left_Part h2:before {
    position: absolute;
    left: -65px;
    top: 0;
    display: block;
    content: "About";
    font-size: 100px;
    z-index: -1;
    font-weight: 800;
    text-transform: uppercase;
    color: #2c2c2c;
    line-height: 100px;
}

.AboutUs_Outer_inner .Right_Part {
    width: 50%;
    margin: 65px 0 100px 0;
}

.AboutUs_Outer_inner .Right_Part p {
    color: #bbbbbb;
    font-size: 18px;
    font-weight: 300;
    line-height: 32px;
}

.Right_Part_CotnentBox {
    display: flex;
    justify-content: space-between;
    gap: 0 50px;
    margin: 30px 0 0 0;
}

.Right_Part_CotnentBox .Right_Part_Since_Box {
    margin: 0;
}

.Right_Part_CotnentBox .Right_Part_Since_Box h3 {
    margin: 0;
    line-height: 40px;
    font-size: 28px;
    font-weight: 600;
    color: #fff;
    text-transform: uppercase;
}

.Right_Part_CotnentBox .Right_Part_Since_Box p {
    color: #bbbbbb;
    font-size: 16px;
    font-weight: 300;
    line-height: 32px;
    margin: 10px 0 40px 0;
}

.redBtnBg {
    color: #fff;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.5px;
    padding: 10px 30px 10px 30px !important;
    background: linear-gradient(to right, #f83600, #facc22);
    border-radius: 0;
    display: inline-block;
}

.redBtnBg:hover {
    color: #000 !important;
    background: #fff !important;
    -webkit-text-fill-color: #000 !important;
}

/*About Us End*/

/*Provide Services*/
.provide_Services {
    clear: both;
    display: block;
    padding: 150px 0 150px 0;
    background-size: 100% 100% !important;
    height: 100%;
    background-position-y: top !important;
}

.provide_Services .provide_Services_Head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    margin: 0;
}

.provide_Services .provide_Services_Head .provide_Services_Head_Left {
    width: 50%;
    text-align: left;
}

.provide_Services .provide_Services_Head .provide_Services_Head_Left h2 {
    color: #fff;
    font-size: 40px;
    line-height: 52px;
    margin: 0;
    font-weight: 600;
}

.provide_Services .provide_Services_Head .provide_Services_Head_Right {
    width: 50%;
    text-align: right;
    position: relative;
    z-index: 999;
}

.provide_Services .provide_Services_Head .provide_Services_Head_Right:after {
    position: absolute;
    right: 0;
    top: -76px;
    display: block;
    content: "Services";
    font-size: 100px;
    z-index: -1;
    font-weight: 800;
    text-transform: uppercase;
    color: #2c2c2c;
    line-height: 100px;
}

.provide_Services_Cotnent {
    clear: both;
    display: block;
    margin: 100px 0 0 0;
    width: 100%;
}

.provide_Services_Cotnent ul {
    display: flex;
    align-items: center;
    gap: 23px 0;
    justify-content: space-between;
    flex-wrap: wrap;
}

.provide_Services_Cotnent ul li {
    width: calc(100% / 3 - 18px);
}

.provide_Services_Cotnent ul li .provide_Services_Box {
    background: linear-gradient(to right, #f83600, #f9a319);
    padding: 20px;
    position: relative;
    z-index: 999;
}

.provide_Services_Cotnent ul li .provide_Services_Box span.title_Bg {
    position: absolute;
    right: 16px;
    top: 16px;
    display: block;
    font-size: 60px;
    z-index: -1;
    font-weight: 600;
    text-transform: uppercase;
    color: rgba(255, 255, 255, .10);
    line-height: 60px;
    width: 70px;
    height: 70px;
    text-align: right;
}

.provide_Services_Cotnent ul li .provide_Services_Box span {
    display: block;
    width: 60px;
}

.provide_Services_Cotnent ul li .provide_Services_Box span img {
    filter: brightness(0) invert(1);
}

.provide_Services_Cotnent ul li .provide_Services_Box h3 {
    font-size: 27px;
    color: #fff;
    line-height: 34px;
    margin: 15px 0;
    display: block;
}

.provide_Services_Cotnent ul li .provide_Services_Box p {
    font-size: 14px;
    color: #fff;
    line-height: 23px;
    margin: 0;
    display: block;
}

.provide_Services_Cotnent ul li:nth-of-type(1) .provide_Services_Box,
.provide_Services_Cotnent ul li:nth-of-type(5) .provide_Services_Box,
.provide_Services_Cotnent ul li:nth-of-type(9) .provide_Services_Box {
    background: #2c2c2c;
}

.provide_Services_Cotnent ul li:nth-of-type(1) .provide_Services_Box span.title_Bg,
.provide_Services_Cotnent ul li:nth-of-type(5) .provide_Services_Box span.title_Bg,
.provide_Services_Cotnent ul li:nth-of-type(9) .provide_Services_Box span.title_Bg {
    color: rgba(255, 255, 255, .05);
}

.provide_Services_Cotnent ul li:nth-of-type(2) .provide_Services_Box,
.provide_Services_Cotnent ul li:nth-of-type(5) .provide_Services_Box,
.provide_Services_Cotnent ul li:nth-of-type(8) .provide_Services_Box {
    margin: -100px 0 0 0;
}

/*Provide Services*/


/*Business Services*/
.Business_Outer {
    display: block;
    margin: 0;
    clear: both;
    background: #202020;
    position: relative;
}

.Business_Outer .container {
    position: relative;
}

.Business_Outer .container:before {
    position: absolute;
    left: 15px;
    top: 0;
    background: url(../images/business_before_bg.png) center center no-repeat;
    width: 255px;
    height: 134px;
    display: block;
    content: "";
    background-size: contain;
}

.Business_Outer .container:after {
    position: absolute;
    right: -150px;
    top: 0;
    background: url(../images/business_after_bg.png) center center no-repeat;
    width: 272px;
    height: 344px;
    display: block;
    content: "";
    background-size: contain;
}

.Business_Outer_inner {
    margin: 0;
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    align-items: center;
    padding: 120px 0 0 0;
}

.Business_Outer_inner .Left_Part {
    width: 45%;
}

.Business_Outer_inner .Left_Part img {
    width: 100%;
}

.Business_Outer_inner .Right_Part {
    width: 50%;
}

.Business_Outer_inner .Right_Part h2 {
    font-size: 40px;
    color: #fff;
    line-height: 52px;
    margin: 0;
    font-weight: 600;
    position: relative;
}

.Business_Outer_inner .Right_Part h2:before {
    position: absolute;
    content: "";
    left: 0;
    top: -260px;
    width: 2px;
    height: 180px;
    background: linear-gradient(to right, #f83600, #f9a319);
}

.Business_Outer_inner .Right_Part p {
    font-size: 17px;
    line-height: 34px;
    color: #bbbbbb;
    margin: 40px 0 60px;
    font-weight: 300;
}

/*Business Services*/




/*---------------Services Page----------------------*/
.Serices_Banner {
    margin: 0;
    background: url(../images/service/services_banner.jpg) center center no-repeat;
    padding: 75px 0 0;
}

.Serices_Banner_Content {
    margin: 44px 0 0 0;
    padding: 200px 0;
}

.Serices_Banner .Serices_Banner_Content h1 {
    color: #fff;
    font-size: 34px;
    font-weight: 600;
    line-height: 45px;
    margin: 0;
    position: relative;
    z-index: 999;
    padding: 135px 0 30px 0px;
    max-width: 780px;
}

.Serices_Banner .Serices_Banner_Content h1:before {
    position: absolute;
    left: -50px;
    top: 0;
    display: block;
    content: "Services";
    font-size: 100px;
    z-index: -1;
    font-weight: 800;
    text-transform: uppercase;
    color: #2c2c2c;
    line-height: 100px;
}

.Serices_Banner_Content a img {
    max-width: 55px;
}


.services_revamp {
    margin: 0;
    display: block;
    width: 100%;
    position: relative;
    background: #000;
}

.services_revamp:after {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 300px;
    height: 10px;
    background: linear-gradient(to right, #f83d02, #f9ae1c);
}

.services_revamp:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 709px;
    background: url(../images/service/services_revamp_bg_top.png) center center no-repeat;
    background-size: cover;
}

.services_revamp_Top {
    position: relative;
    padding: 114px 0;
    display: flex;
    justify-content: space-between;
}

.services_revamp_Top .Left_Part {
    width: 58%;
}

.services_revamp_Top .Left_Part span {
    color: #fff;
    font-size: 18px;
    display: block;
    line-height: normal;
}

.services_revamp_Top .Left_Part h2 {
    font-size: 53px;
    color: #fff;
    margin: 0;
    line-height: 70px;
    display: block;
}

.services_revamp_Top .Right_Part {
    width: 50%;
}

.services_revamp_Top .Right_Part h2 {
    font-size: 32px;
    color: #fff;
    margin: 0;
    font-weight: 600;
    line-height: 42px;
}

.services_revamp_Top .Right_Part p {
    font-size: 22px;
    color: #fff;
    margin: 20px 0 30px;
    font-weight: normal;
    line-height: 37px;
}

.services_revamp_Top .Right_Part ul {
    list-style: none;
    margin: 0;
    display: block;
    padding: 0 0 0 40px;
}

.services_revamp_Top .Right_Part ul li {
    font-size: 22px;
    color: #fff;
    margin: 0;
    font-weight: normal;
    line-height: 45px;
    position: relative;
    padding-left: 40px;
}

.services_revamp_Top .Right_Part ul li:before {
    position: absolute;
    content: "";
    left: 0;
    top: 50%;
    background: url(../images/service//services_revamp_bg_top_icon01.png) center center no-repeat;
    width: 25px;
    height: 25px;
    transform: translateY(-50%);
}

.services_revamp_Bottom {
    background: #080707;
    background: url(../images/service/services_revamp_bg_bottom.png) center center no-repeat;
    background-size: cover;
    margin: -60px 0 0 0;
    padding-bottom: 90px;
}

.Packages_Pricing {
    padding: 180px 0 140px;
    background: url(../images/service/packages_pricing_bg.png) center center no-repeat;
    display: inline-block;
    width: 100%;
    background-size: cover;
}

.Packages_Pricing_content span {
    font-size: 25px;
    color: #fff;
    font-weight: normal;
    display: block;
    margin: 0;
    line-height: normal;
    text-transform: uppercase;
    padding-left: 10px;
}

.Packages_Pricing_content h2 {
    font-size: 49px;
    color: #fff;
    margin: 0;
    line-height: 64px;
    display: block;
    font-weight: 600;
    max-width: 75%;
    padding-left: 10px;
}

.Packages_Pricing_content p {
    font-size: 18px;
    font-weight: 100;
    color: #bbbbbb;
    line-height: 32px;
    margin: 40px 0 60px;
    clear: both;
    max-width: 51%;
}

/*---------------Services Page----------------------*/


/*---------------Portfolio Page----------------------*/
.portfolio_Banner {
    margin: 0;
    background: url(../images/portfolio/portfolio_home_bg.png) center center no-repeat;
    padding: 75px 0 0;
}

.portfolio_Banner_Content {
    margin: 44px 0 0 0;
    padding: 200px 0 100px;
}

.portfolio_Banner .portfolio_Banner_Content h1 {
    color: #fff;
    font-size: 34px;
    font-weight: 600;
    line-height: 45px;
    margin: 0;
    position: relative;
    z-index: 999;
    padding: 135px 0 80px 0px;
    max-width: 660px;
}

.portfolio_Banner .portfolio_Banner_Content h1:before {
    position: absolute;
    left: -50px;
    top: 0;
    display: block;
    content: "Portfolio";
    font-size: 100px;
    z-index: -1;
    font-weight: 800;
    text-transform: uppercase;
    color: #2c2c2c;
    line-height: 100px;
}

.portfolio_Banner_Content a img {
    max-width: 55px;
}

.scroll_arrow {
    display: flex;
    justify-content: flex-end;
}


.portfolio_bottom_Body {
    margin: 0;
    background: #181818 url(../images/portfolio/portfolio_body_bg.png) center center no-repeat;
    padding: 75px 0;
    position: relative;
}

.portfolio_bottom_Body:before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 300px;
    height: 10px;
    background: linear-gradient(to right, #f83d02, #f9ae1c);
}

.portfolio_bottom_Body01 {
    margin: 0;
    display: block;
}

.portfolio_bottom_Body01_Outer {
    display: flex;
    justify-content: space-between;
}

.portfolio_bottom_Body01_Outer .Left_Part {
    width: 50%;
}

.portfolio_bottom_Body01_Outer .Left_Part h2 {
    color: #fff;
    font-size: 40px;
    font-weight: 600;
    line-height: 52px;
    margin: 0;
    position: relative;
    z-index: 999;
    padding: 65px 0 0 0px;
    max-width: 90%;
}

.portfolio_bottom_Body01_Outer .Left_Part h2:before {
    position: absolute;
    left: -65px;
    top: 0;
    display: block;
    content: "Projects";
    font-size: 100px;
    z-index: -1;
    font-weight: 800;
    text-transform: uppercase;
    color: #2c2c2c;
    line-height: 100px;
}

.portfolio_bottom_Body01_Outer .Right_Part {
    width: 50%;
    margin: 65px 0 100px 0;
}

.portfolio_bottom_Body01_Outer .Right_Part p {
    color: #bbbbbb;
    font-size: 17px;
    font-weight: 300;
    line-height: 32px;
}



.portfolio_bottom_Body02 {
    margin: 0;
    display: block;
    clear: both;
    width: 100%;
}

.portfolio_bottom_Body02 .portfolio_bottom_Body02_Outer {
    margin: 0;
    display: block;
}

.portfolio_bottom_Body02 .portfolio_bottom_Body02_Outer .portfolio_bottom_Body02_Outer_ImageLarge {
    display: block;
    width: 100%;
}

.portfolio_bottom_Body02 .portfolio_bottom_Body02_Outer .portfolio_bottom_Body02_Outer_ImageLarge img {
    width: 100%;
}

.portfolio_bottom_Body02_Outer_ImageContent {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 30px 0;
}

.portfolio_bottom_Body02_Outer_ImageContent .Left_Part {
    width: calc(100% - 60px);
}

.portfolio_bottom_Body02_Outer_ImageContent .Left_Part h2 {
    margin: 0;
    display: block;
    line-height: normal;
    color: #fff;
    font-size: 51px;
    font-weight: bold;
    text-transform: capitalize;
}

.portfolio_bottom_Body02_Outer_ImageContent .Left_Part span {
    font-size: 22px;
    line-height: 41px;
    color: #fff;
    font-weight: 500;
    margin: 0;
    display: block;
}

.portfolio_bottom_Body02_Outer_ImageContent .Right_Part {
    width: 60px;
}

.portfolio_bottom_Body02_Outer_ImageContent .Right_Part a img {
    max-width: 60px;
    transform: rotate(-90deg);
}


.portfolio_bottom_Body03_Outer {
    margin: 0;
    display: block;
}

.portfolio_bottom_Body03_Outer ul {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    align-items: center;
    gap: 50px 100px;
}

.portfolio_bottom_Body03_Outer ul li {
    width: 100%;
}

.portfolio_bottom_Body03_Outer ul li .portfolio_ImagesLarge_box {
    width: 100%;
    display: block;
}

.portfolio_bottom_Body03_Outer ul li .portfolio_ImagesLarge_box .portfolio_ImagesLarge {
    width: 100%;
    position: relative;
}

.portfolio_bottom_Body03_Outer ul li .portfolio_ImagesLarge_box .portfolio_ImagesLarge img {
    width: 100%;
}

.portfolio_bottom_Body03_Outer ul li .portfolio_ImagesLarge_box .portfolio_ImagesContent {
    margin: 0;
    padding: 25px 0;
}

.portfolio_bottom_Body03_Outer ul li .portfolio_ImagesLarge_box .portfolio_ImagesContent h2 {
    font-size: 49px;
    font-weight: bold;
    color: #fff;
    line-height: 75px;
    margin: 0;
}

.portfolio_bottom_Body03_Outer ul li .portfolio_ImagesLarge_box .portfolio_ImagesContent span {
    font-size: 20px;
    line-height: 35px;
    color: #fff;
    font-weight: 500;
    margin: 0;
    display: block;
}

.overlay_arrow {
    opacity: 0;
    visibility: hidden;
    display: none;
}

.portfolio_bottom_Body03_Outer ul li:hover .portfolio_ImagesLarge_box .overlay_arrow {
    position: absolute;
    opacity: 1;
    visibility: visible;
    display: block;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.portfolio_bottom_Body03_Outer ul li:hover .portfolio_ImagesLarge_box .overlay_arrow:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
}

.portfolio_bottom_Body03_Outer ul li:hover .portfolio_ImagesLarge_box .overlay_arrow img {
    position: relative;
    max-width: 60px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%) rotate(-90deg);
    z-index: 9999;
}

.portfolio_bottom_Body03_Outer ul li:hover .portfolio_ImagesLarge_box .overlay_arrow:after {
    position: absolute;
    content: "";
    top: -10px;
    right: 0;
    width: 300px;
    height: 10px;
    background: linear-gradient(to right, #f83600, #facc22);
}

/*---------------Portfolio Page----------------------*/

.Privacy_policy {
    padding: 50px 0;
    margin-top: 146px;
    display: inline-block;
    width: 100%;
}

.Privacy_policy .Privacy_policy_inner {
    margin: 0;
    display: block;
    width: 100%;
}

.Privacy_policy .Privacy_policy_inner h2 {
    font-size: 40px;
    margin: 0 0 20px 0;
    line-height: 1.5;
}

.Privacy_policy .Privacy_policy_inner h3 {
    font-size: 30px;
}

.Privacy_policy .Privacy_policy_inner ul {
    margin: 0 0 20px 20px;
}

.Privacy_policy .Privacy_policy_inner ul li {
    line-height: 1.5;
    margin-bottom: 10px;
}

.showcase a.btn-dark {
    margin: 40px 0 0 0;
    font-size: 18px;
    padding: 11px 30px;
    background: #fff;
    color: #000;
    border-color: #fff;
    font-weight: 600;
    text-transform: uppercase;
}

/*Responsive Start Here*/
@media only screen and (max-width: 1366px) {}

@media only screen and (max-width: 1199px) {}

@media only screen and (max-width: 1023px) {}

@media only screen and (max-width: 991px) {}

@media only screen and (max-width: 767px) {}

@media only screen and (max-width: 600px) {}

@media only screen and (max-width: 480px) {
    .Business_Outer .container:after {
        display: none;
    }

    .AboutUs_Outer_inner {
        flex-wrap: wrap;
    }

    .AboutUs_Outer_inner .Left_Part {
        width: 100%;
    }

    .AboutUs_Outer_inner .Right_Part {
        width: 100%;
    }

    .provide_Services_Cotnent ul li {
        width: 100%;
    }

    .Business_Outer_inner .Left_Part {
        width: 100%;
    }

    .Business_Outer_inner .Right_Part {
        width: 100%;
    }

    .Business_Outer_inner {
        flex-wrap: wrap;
    }

    .showcase {
        width: 100%;
    }

    .provide_Services .provide_Services_Head .provide_Services_Head_Left {
        width: 100%;
        text-align: center;
    }

    .provide_Services .provide_Services_Head .provide_Services_Head_Right:after,
    .Business_Outer .container:before,
    .Business_Outer_inner .Right_Part h2:before {
        display: none;
    }

    .provide_Services {
        padding: 30px 0 30px 0;
    }

    .provide_Services .provide_Services_Head .provide_Services_Head_Right {
        width: 100%;
        text-align: center;
        margin: 10px 0 0 0;
    }

    .provide_Services .provide_Services_Head {
        justify-content: center;
        align-items: center;
        flex-wrap: wrap;
    }

    .provide_Services_Cotnent {
        margin: 30px 0 0 0;
        width: 100%;
    }

    .provide_Services_Cotnent ul li:nth-of-type(2) .provide_Services_Box,
    .provide_Services_Cotnent ul li:nth-of-type(5) .provide_Services_Box,
    .provide_Services_Cotnent ul li:nth-of-type(8) .provide_Services_Box {
        margin: 0;
    }

    .Business_Outer_inner {
        padding: 50px 0 0 0;
    }

    .provide_Services .provide_Services_Head .provide_Services_Head_Left h2 {
        font-size: 30px;
    }

    .provide_Services_Cotnent ul li .provide_Services_Box h3 {
        font-size: 22px;
        line-height: normal;
    }

    .Business_Outer_inner .Right_Part h2 {
        font-size: 34px;
        color: #fff;
        line-height: normal;
    }

    .Business_Outer_inner .Right_Part p {
        margin: 30px 0 40px;
    }

    .Business_Outer {
        padding-bottom: 30px;
    }

    .AboutUs_Outer_inner .Left_Part h2:before {
        left: 0;
        top: 0;
    }

    .AboutUs_Outer_inner .Left_Part h2 {
        padding: 45px 0px 0 0px;
        font-size: 30px;
        line-height: normal;
    }

    .AboutUs_Outer_inner .Right_Part {
        margin: 30px 0 30px 0;
    }

    .AboutUs_Outer_inner {
        padding: 0 15px;
    }

    .AboutUs_Outer_inner .Right_Part p {
        font-size: 16px;
        line-height: 26px;
    }

    .Right_Part_CotnentBox .Right_Part_Since_Box h3 {
        font-size: 20px;
        font-weight: 600;
    }

    .Right_Part_CotnentBox .Right_Part_Since_Box p {
        font-size: 16px;
        line-height: 26px;
    }

    .showcase h1 {
        font-size: 50px;
        line-height: 70px;
    }

    .HomeBanner {
        height: 600px;
    }

    .showcase {
        top: 200px;
    }

    .Business_Outer_inner .Right_Part p {
        margin: 20px 0 20px;
        font-size: 16px;
        line-height: 26px;
    }

    .showcase h1 {
        font-size: 35px;
        line-height: normal;
    }

}

@media only screen and (max-width: 380px) {

    .showcase h1 {
        font-size: 30px;
        line-height: normal;
    }

    .Right_Part_CotnentBox {
        gap: 0 20px;
        flex-wrap: wrap;
    }

    .Right_Part_CotnentBox .Right_Part_Since_Box p {
        margin: 10px 0 10px 0;
    }

    .AboutUs_Outer .container:after {
        display: none;
    }

    .redBtnBg {
        font-size: 16px;
        padding: 7px 20px 7px 20px !important;
    }

    .Right_Part_CotnentBox .Right_Part_Since_Box:not(:last-child) {
        margin-bottom: 20px;
    }

    .AboutUs_Outer .container {
        padding: 20px 0 0px 0;
    }

    .AboutUs_Outer_inner .Left_Part h2,
    .provide_Services .provide_Services_Head .provide_Services_Head_Left h2,
    .Business_Outer_inner .Right_Part h2 {
        font-size: 20px;
    }

    .HomeBanner {
        height: 500px;
    }

    .showcase span {
        font-size: 16px;
    }
}