body {
    font-family: "Roboto";
}

.alliance-t {
    position: relative;
    top: -10vh;
    left: 1vw;
}

.fade-boby-nav {
    opacity: 0.6;
}

.all-set {
    margin-top: -11vh;
}

.caption-nav {
    color: #ffffff;
    font-size: 1vw;
    /* position: relative; */
    display: flex;
    justify-content: center;
    padding-top: 1vh;
}

/* .close-Nav {
    display: none;
} */
/* .close-menu {
    color: #aaaaaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
} */
.close-menu {
    display: none;
}

.image-1 {
    width: 79%;
    transition: transform .2s;
    /* Animation */

}

.image-2 {
    width: 102%;
    top: 0vh;
    position: relative;
    left: 1.3vw;
    transition: transform .2s;
    /* Animation */
}

.image-3 {
    width: 43%;
    position: relative;
    left: 8vw;
    top: 0vh;
    transition: transform .2s;
    /* Animation */
}

.image-4 {
    width: 35%;
    right: -10vw;
    position: relative;
    transition: transform .2s;
    /* Animation */
}

.image-5 {
    width: 32%;
    position: relative;
    top: 3vh;
    left: 8.2vw;
    transition: transform .2s;
    /* Animation */
}

.zoom:hover {
    transform: scale(1.5);
    /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
}

#menu-area {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between 0 60px;
    padding: 0 60px;
    position: fixed;
    width: 100vw;
    top: 0;
    transition: background 0.5s;
}

.new-all-contact {
    opacity: 0.5;
}

.sidepanel {
    display: none;
}

/* Add a black background color to the top navigation */
/* Icon 1 */



/* When the screen is less than 600 pixels wide, hide all links, except for the first one ("Home"). Show the link that contains should open and close the topnav (.icon) */

.navbar-nav {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 0;
    /* margin-bottom: 0; */
    margin: 0rem;
    padding-top: 0rem;
    list-style: none;
    padding-left: 0;
    position: absolute;
    right: 0rem;
    padding-left: 50.5vw;
    top: 5rem;
    font-size: 20px;
    width: 100vw;
    justify-content: flex-end;
}

.navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 5.5rem;
    padding-left: -14.5rem;
    width: max-content;
    padding-top: 2.5vh;
    font-size: 20px;
}

.img-1-ser {
    width: 50%;

}

.img-1-ser:hover {
    opacity: 0.7;
    cursor: pointer;
}


.img-2-ser {
    width: 40%;

}

.img-2-ser:hover {
    opacity: 0.7;
    cursor: pointer;
}

.img-3-ser {
    width: 40%;

}

.img-3-ser:hover {
    opacity: 0.7;
    cursor: pointer;
}

.img-4-ser {
    width: 50%;

}

.img-4-ser:hover {
    opacity: 0.7;
    cursor: pointer;
}

.img-5-ser {
    width: 52%;
    top: 8vh;
    position: relative;

}

.txt-ser-all {
    padding-top: 6vh;
    font-size: 24px;
}

.txt-ser-5 {
    padding-top: 14vh;
    font-size: 24px;
}

.ser-row-2 {
    position: relative;
    margin-top: 10vh;
}

.img-5-ser:hover {
    opacity: 0.7;
    cursor: pointer;
}

.our-customer {
    position: relative;
    padding: 70px 20px;
    font-weight: 600;
    font-size: 36px;
}

/* The Modal (background) */
.modal {
    display: none;
    position: fixed;
    z-index: 1;
    padding-top: 100px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0, 0, 0);
    background-color: rgb(0 0 0);
}

/* Modal Content */
.modal-content {
    background-color: #fefefe;
    margin: auto;
    padding: 20px;
    border: 1px solid #888;
    width: 76%;
    height: 93%;
}

/* The Close Button */
.close {
    color: #aaaaaa;
    font-size: 44px;
    font-weight: bold;
    left: -9vw;
    top: -2.5vw;
    position: relative;
}


.close:hover,
.close:focus {
    color: rgb(58, 57, 57);
    text-decoration: none;
    cursor: pointer;
}

.title-text-1 {
    font-size: 30px;

}

.title-text-2 {
    padding-top: 4vh;
    font-size: 24px;
}

.title-text-3 {
    font-size: 30px;
}

.title-text-4 {
    padding-top: 4vh;
    font-size: 24px;
}

.title-text-5 {
    font-size: 30px;
}

.title-text-6 {
    padding-top: 4vh;
    font-size: 24px;
}

.image {
    display: block;
    width: 100%;
    height: auto;
}

.overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 99.8%;
    width: 45.6%;
    opacity: 0;
    transition: .5s ease;
    background-color: red;
    background-image: linear-gradient(red, blue);
}

.con-1:hover .overlay {
    opacity: 0.8;

}

.overlay-2 {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 253px;
    right: 0;
    height: 50%;
    width: 47.2%;
    opacity: 0;
    transition: .5s ease;
    background-color: red;
    background-image: linear-gradient(red, blue);
}

.con-2:hover .overlay-2 {
    opacity: 0.8;
}

.overlay-3 {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 514px;
    right: 0;
    height: 100%;
    width: 92.7%;
    opacity: 0;
    transition: .5s ease;
    background-color: red;
    background-image: linear-gradient(red, blue);
}

.con-3:hover .overlay-3 {
    opacity: 0.8;
}

.overlay-4 {
    position: absolute;
    top: 244px;
    bottom: 0;
    left: 253px;
    right: 0;
    height: 50%;
    width: 47.2%;
    opacity: 0;
    transition: .5s ease;
    background-color: red;
    background-image: linear-gradient(red, blue);
}

.con-4:hover .overlay-4 {
    opacity: 0.8;
}

.overlay-5 {
    position: absolute;
    top: 489px;
    bottom: 0;
    left: 0px;
    right: 0;
    height: 52.1%;
    width: 46.4%;
    opacity: 0;
    transition: .5s ease;
    background-color: red;
    background-image: linear-gradient(red, blue);
}

.con-5:hover .overlay-5 {
    opacity: 0.8;
}

.overlay-6 {
    position: absolute;
    top: 488px;
    bottom: 0;
    left: 514px;
    right: 0;
    height: 25%;
    width: 46.39%;
    opacity: 0;
    transition: .5s ease;
    background-color: red;
    background-image: linear-gradient(red, blue);

}


.con-6:hover .overlay-6 {
    opacity: 0.8;
}

.overlay-7 {
    position: absolute;
    top: 732px;
    bottom: 0;
    left: 514px;
    right: 0;
    height: 25%;
    width: 23.3%;
    opacity: 0;
    transition: .5s ease;
    background-color: red;
    background-image: linear-gradient(red, blue);
}

.con-7:hover .overlay-7 {
    opacity: 0.8;
}

.overlay-8 {
    position: absolute;
    top: 732px;
    bottom: 0;
    left: 771px;
    right: 0;
    height: 25%;
    width: 23.3%;
    opacity: 0;
    transition: .5s ease;
    background-color: red;
    background-image: linear-gradient(red, blue);

}

.con-8:hover .overlay-8 {
    opacity: 0.8;
}

.text {
    color: white;
    font-size: 75px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
    text-decoration: none;
}


/* .carousel {
    margin-top: 50px;
} */

.img-color-1 {
    width: 90%;

}

.img-color-2 {
    width: 90%;
    padding-top: 8vh;
}

.img-color-3 {
    width: 90%;
}

.img-color-4 {
    width: 67%;
}

.img-color-5 {
    width: 90%;
}

.carousel-item {
    text-align: center;
    width: 100%;
    min-height: 280px;
    transition: transform .4s ease-in-out, -webkit-transform .4s ease-in-out;
    /* Prevent carousel from being distorted if for some reason image doesn't load */
}

.carousel-inner {
    position: relative;
    /* width: 154%;
    left: -24.9em;
    top: -2.2em;
    padding-bottom: 18rem;
    overflow: hidden; */
    background-color: #ffffff;
    /* height: 111.45510835913312vh; */
}

/* .carousel-li-all {
    top: 61em;
} */

.carousel-indicators li {
    cursor: pointer;
    height: 14px;
    width: 14px;
    margin: 0 2px;
    border: 2px solid#000000;
    border-radius: 50%;
    display: inline-block;
    transition: background-color 0.6s ease;
    position: relative;
    top: 105px;
}

.carousel-control-prev-icon {
    /* background-image: url(data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3e%3c/svg%3e); */
    color: #000000;
    font-size: 3rem;
    position: absolute;
    top: 13rem;
    left: -10rem;
}

.carousel-control-next-icon {
    /* background-image: url(data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3e%3c/svg%3e); */
    color: #000000;
    font-size: 3rem;
    position: absolute;
    top: 12rem;
    left: 21rem;
}

.mb-3,
.my-3 {
    margin-bottom: -14rem !important;
}

.carousel-indicators .active {

    background-color: #000000;
    border: none;
    height: 18px;
    width: 18px;
}

.affix {
    top: 20px;
    z-index: 9999 !important;
    position: absolute;
}

/*#nav {
    -moz-transition: color 0.2s ease-in-out;
    -webkit-transition: color 0.2s ease-in-out;
    -ms-transition: color 0.2s ease-in-out;
    transition: color 0.2s ease-in-out;
    display: inline-block;
    padding: 0 0.75em;
    color: inherit;
    text-decoration: none;
    font-size: .8em;
}*/


.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

#header .inner .group-img-banner .banner-img .master-banner-4 a.navPanelToggle .fa {
    font-size: 1.25em;
}

/* panel styles */
.panel {
    color: #000;
    background-color: #000000;
    transition: background-color 0.2s ease;
    /* min height incase content is higher than window height */
    display: flex;
    /* position: -webkit-sticky;
    position: sticky;*/
    justify-content: space-around;
    align-items: center;
    font-family: sans-serif;
    position: inherit;
    /* outline: 10px solid hotpink; */
    /* turn above on to see the edge of panels */
    position: -webkit-sticky;
    position: sticky;
    top: 0;


}

.p1 {
    height: 500vh;
    /* position: -webkit-sticky;
    position: sticky; */
    top: 0;
    opacity: 1;
    z-index: 1;
    padding: 6rem 6rem;
}

.p2 {
    height: 500vh;
    /* position: -webkit-sticky;
    position: sticky; */
    top: 0;
    opacity: 0;
    z-index: 2;
    padding: 6rem 6rem;
}

.p3 {
    height: 500vh;
    /* position: -webkit-sticky;
    position: sticky; */
    top: 0;
    opacity: 0;
    z-index: 3;
    padding: 6rem 6rem;
}

.p4 {
    height: 500vh;
    /* position: -webkit-sticky;
    position: sticky; */
    top: 0;
    opacity: 0;
    z-index: 4;
    padding: 6rem 6rem;
}

.p5 {
    height: 500vh;
    /* position: -webkit-sticky;
    position: sticky; */
    top: 0;
    opacity: 0;
    z-index: 5;
    padding: 6rem 6rem;
}

.will-change-opacity {
    opacity: 1;
}

.will-change-opacity-off {
    opacity: 0;
}



.p1 .p {
    top: 282px;
    left: 108px;
    width: 739px;
    height: 27px;
    text-align: center;

    letter-spacing: 0px;
    color: #FFFFFF;
    font-size: 25px;
    letter-spacing: 1px;
    margin-left: 466px;
    text-align: center;
    padding-top: -76px;
    margin-top: -345px;
}

.text-1 {
    font-size: 8vw;
    text-align: center;
    margin: 0;
}


.text-2 {
    font-size: 8vw;
    text-align: center;
    margin: 0;
}

.p2 .text-3 {
    position: relative;
    display: inline-block;
    top: 6rem;
    /* left: 74.5rem; */
    /* width: 78px; */
    /* height: 155px; */
    text-align: center;
    font-family: MS UI Gothic;
    /* letter-spacing: 0px; */
    /* margin-left: 859px; */
    /* margin-top: 0em; */
    color: #FFFFFF;
    /* margin-bottom: 157px; */
    font-size: 11rem;
    padding-left: 65vw;
    display: inline-block;
}

.p2 .text-4 {
    top: 6rem;
    display: inline-block;
    /* left: 52rem; */
    /* width: 78px; */
    /* height: 155px; */
    text-align: center;
    font-family: MS UI Gothic;
    /* letter-spacing: 0px; */
    /* margin-left: 866px; */
    color: #FFFFFF;
    position: relative;
    /* margin-top: -91px; */
    font-size: 11rem;
    display: inline-block;
    padding-left: 65vw;
}

.p2 .p {
    top: 202px;
    left: 93px;
    width: 739px;
    height: 27px;
    text-align: center;

    letter-spacing: 0px;
    color: #FFFFFF;
    font-size: 25px;
    letter-spacing: 1px;
    margin-left: 466px;
    text-align: center;
    padding-top: -76px;
    margin-top: -345px;
}

/*.p2 .text-1 {
    top: 13px;
    left: 433px;
    width: 78px;
    height: 155px;
    text-align: center;
    font-family: MS UI Gothic;
    letter-spacing: 0px;
    margin-left: 853px;
    color: #FFFFFF;
    margin-bottom: 157px;
    font-size: 196px;

}

.p2 .text-2 {
    top: -65px;
    left: 461px;
    width: 78px;
    height: 155px;
    text-align: center;
    font-family: MS UI Gothic;
    letter-spacing: 0px;
    margin-left: -120px;
    color: #FFFFFF;
    margin-top: 39px;
    font-size: 196px;

}*/





.p3 .p {
    top: 413px;
    left: -38px;
    width: 739px;
    height: 27px;
    text-align: center;

    letter-spacing: 0px;
    color: #FFFFFF;
    font-size: 29px;
    letter-spacing: 1px;
    margin-left: 466px;
    text-align: right;
    padding-top: -76px;
    font-size: 22px;
    margin-top: -148px;
    font-weight: normal;
}

.one_stop_txt-p4 {
    font-weight: bold;
}

.p4 .p {
    top: 347px;
    left: -312px;
    width: 739px;
    height: 27px;
    text-align: center;

    letter-spacing: 0px;
    color: #FFFFFF;
    font-size: 29px;
    letter-spacing: 1px;
    margin-left: 466px;
    text-align: right;
    padding-top: -76px;
    font-size: 22px;
    margin-top: -148px;
    font-weight: normal;
}

.txt-stricky {
    color: #ffffff;
    font-size: 24px;
    text-align: center;
    position: relative;
    top: -4vh;
}

txt {
    opacity: 0;
}

.txt2 {
    /*width: 39%; */
    text-align: center;
    /* left: 63rem; */
    font-size: 1.5rem;
    top: 1.6rem;
    padding-left: 50vw;
    position: relative;
    display: inline-block;
    /* padding-right: 74rem;*/
}

.p5 .p {
    top: 200px;
    left: -319px;
    width: 674px;
    height: 27px;
    text-align: center;

    letter-spacing: 0px;
    color: #FFFFFF;
    font-size: 29px;
    letter-spacing: 1px;
    margin-left: 0px;
    text-align: right;
    padding-top: -76px;
    font-size: 22px;
    margin-top: 0px;
    font-weight: normal;
}

#navbar-color {
    float: left;
    text-align: left;
    color: rgb(134, 133, 133);
    position: fixed;
    top: 200px;
    width: 100%;
    display: block;
    transition: top 2s;
}

.vis {
    font-size: 36px;
    animation: fadeIn ease 2s;
    -webkit-animation: fadeIn ease 2s;
    -moz-animation: fadeIn ease 2s;
    -o-animation: fadeIn ease 2s;
    -ms-animation: fadeIn ease 2s;

}

.mis {
    font-size: 36px;
    animation: fadeIn ease 4s;
    -webkit-animation: fadeIn ease 4s;
    -moz-animation: fadeIn ease 4s;
    -o-animation: fadeIn ease 4s;
    -ms-animation: fadeIn ease 4s;
}

.why {
    font-size: 36px;
    animation: fadeIn ease 4s;
    -webkit-animation: fadeIn ease 4s;
    -moz-animation: fadeIn ease 4s;
    -o-animation: fadeIn ease 4s;
    -ms-animation: fadeIn ease 4s;
}

.com {
    font-size: 36px;
    animation: fadeIn ease 4s;
    -webkit-animation: fadeIn ease 4s;
    -moz-animation: fadeIn ease 4s;
    -o-animation: fadeIn ease 4s;
    -ms-animation: fadeIn ease 4s;
}

.hige {
    font-size: 36px;
    animation: fadeIn ease 4s;
    -webkit-animation: fadeIn ease 4s;
    -moz-animation: fadeIn ease 4s;
    -o-animation: fadeIn ease 4s;
    -ms-animation: fadeIn ease 4s;
}

#navbar-color a {
    display: block;
    color: rgb(155, 151, 151);
    text-align: left;
    padding: 15px 300px;
    text-decoration: none;
    font-size: 22px;
    position: relative;
    top: 1000px;
}

#navbar-color a:hover {
    color: #ffffff;
}

#navbar-color .active {
    color: #ffffff;
}

.txt-all-content-2 {
    margin-top: 421px;
}

#Portfolio {
    padding-left: 100px;
    padding-right: 100px;
    padding-top: 150px;
    padding-bottom: 100px;
}

/* colours */
.color-violet {
    background-color: #000000;
    height: 100vh;
}

.color-green {
    background-color: #B38338;
    height: 100vh;
}

.color-yellow {
    background-color: #915C4C;
    height: 100vh;
}

.color-orange {
    background-color: #40686A;
    height: 100vh;
}

.color-red {
    background-color: #414840;
    height: 106vh;
}


h1,
h2 {
    font-size: 3em;
    letter-spacing: -0.05em;
    line-height: 1.1;
}

p {
    max-width: 30em;
    margin-bottom: 1.618em;
}

/*a {
    color: #4332CF;
}*/
#header {
    width: 100%;
}



#banner {
    padding: 0;
    background-image: url(../../images/ss1/person-with-grey-ring-using-macbook-pro-159760@2x.png);
    background-size: cover;
    background-position: top;
    background-attachment: fixed;
    background-repeat: no-repeat;
    text-align: center;
    height: 1008px;
    display: flex;
    scroll-behavior: smooth;
}

.title-ourcustomer {
    color: #94406A;
    padding-left: 21px;
    padding-top: 49px;
}

.herder-footer {
    padding: 5vw;
    font-size: 36px;
    text-align: center;
}

.txt_a_footer {
    color: #ffffff;
}

.txt_a_footer:hover {
    color: #ffffff;
}

.new1 {
    border-top: 1px solid #ffffff;
    width: 50%;
    margin: 0vw;
}

.hr-nav {
    border: 1px solid #ffffff;
    position: relative;
    top: 6vh;
    width: 100%;
    left: -7.3vw;
    /* display: none; */
}

.new2 {
    border-top: 1px solid #ffffff;
    width: 94%;
    margin: 0vw;
    top: 2.6vh;
    position: relative;
}

.new3 {
    border-top: 1px solid #ffffff;
    position: relative;
    top: 2.5vh;
    width: 50%;
    margin: 0;
}

.new5 {
    position: relative;
    top: 3vh;
}

.master-banner-footer-1 {
    width: 0;
    border-left: 0px solid transparent;
    border-right: 681px solid transparent;
    border-bottom: 540px solid #C60038;
    opacity: 0.94;
    position: absolute;
    padding-left: 761px;
    margin-top: 0px;
    margin-left: -396px;
}

.master-banner-footer-2 {
    margin-left: 534px;
    margin-top: 390px;
    width: 0;
    height: 0;
    border-left: 162px solid transparent;
    border-right: 194px solid transparent;
    border-bottom: 150px solid #AC053C;
    opacity: 0.94;
    position: absolute;
}

.master-banner-footer-3 {
    width: 0;
    height: 0;
    border-left: 189px solid transparent;
    border-right: 233px solid transparent;
    border-bottom: 150px solid #900C3E;
    border-bottom: 185px solid #900C3E;
    opacity: 0.94;
    position: absolute;
    margin-left: 745px;
    opacity: 0.94;
    margin-top: 355px;

}

.master-banner-footer-4 {
    width: 0px;
    height: 0px;
    border-top: 453px solid#C60038;
    border-right: 0px solid transparent;
    border-bottom: -78px solid transparent;
    border-left: 555px solid transparent;
    margin-left: 1348px;
    margin-top: 0px;
    opacity: 0.94;
}

.title-footer {
    color: #FFFFFF;
    font-size: 61px;
    font-weight: bold;
    position: absolute;
    /* margin-top: 176px; */
    /* letter-spacing: 3px; */
    left: -5vw;
    position: relative;
    display: flow-root;
    /* padding-bottom: 2rem; */
    bottom: 3rem;
    text-align: center;
}

.sw-txt-1 {
    font-size: 72px;
    font-weight: bold;
    color: #ffffff;
    position: absolute;
    top: 51vh;
    padding: 0vw 4vw;
    width: max-content;
    display: flex;
    text-align: center;
}

.sw-txt-2 {
    font-size: 30px;
    position: absolute;
    color: #fff;
    top: 62vh;
    padding: 0vw 4vw;
}

.sw-txt-3 {
    font-size: 20px;
    color: #fff;
    line-height: 1em;
    margin: 0 0px 0em 0;
    padding: 0;
    position: absolute;
    top: 57rem;
    left: 4vw;
}

.master-banner-1 {

    border-left: 0rem solid transparent;
    opacity: 0.94;
    position: absolute;
    width: 80%;
    height: 100px;
    border-right: 80rem solid transparent;
    border-bottom: 63rem solid #C60038;
    filter: flipv fliph;
    object-fit: cover;
    display: block;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    transform: rotate(0deg);
}


.res1 {
    margin-top: -27px;
    padding-left: 12px;
}

.master-banner-2 {
    top: 51.45rem;
    width: 0;
    height: 0;
    border-left: 195px solid transparent;
    border-right: 222px solid transparent;
    border-bottom: 185px solid #AC053C;
    opacity: 0.94;
    position: absolute;
    right: 36rem;
}

.navbar-fixed-top {
    background-color: #222222c7;
    top: 0rem;
    height: 84px;
    width: 100vw;
    padding: 0;
    margin: 0;
    justify-content: flex-end;
}

.master-banner-3 {
    top: 49.8rem;
    width: 0;
    height: 0;
    border-left: 233px solid transparent;
    border-right: 272px solid transparent;
    border-bottom: 150px solid #900C3E;
    border-bottom: 211px solid #900C3E;
    opacity: 0.94;
    position: absolute;
    /* margin-left: 1164px; */
    opacity: 0.94;
    right: 14.2rem;
    bottom: 0;
    display: inline-block;
}

.master-banner-4 {
    width: 0px;
    height: 0px;
    border-top: 500px solid#C60038;
    border-right: 0px solid transparent;
    /* border-bottom: 367px solid transparent; */
    border-left: 611px solid transparent;
    /* margin-left: 1106px; */
    margin-top: -2em;
    opacity: 0.94;
    position: absolute;
    right: 0%;
    display: inline-block;
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-moz-keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-o-keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-ms-keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes fadeOut {

    100% {
        opacity: 1;
    }

    0% {
        opacity: 0;
    }
}

@-webkit-keyframes fadeOut {
    100% {
        opacity: 1;
    }

    0% {
        opacity: 0;
    }
}

#nav {
    text-align: center;
    color: #ffffff;
}

.img-1-about {
    width: 100%;
    height: 100vh;
    background-size: cover;
}

.logo img {
    color: #ffffff;
    height: 200px;
    /* width: 150px; */
    left: 3vw;
    line-height: inherit;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 20px;
    max-width: 230px;
}

.txt-all-content-1 {
    animation: fadeIn ease 8s;
    -webkit-animation: fadeIn ease 8s;

}

#banner h1 {
    font-family: Segoe UI;
    font-size: 72px;
    font-weight: bold;
    color: #fff;
    line-height: 1em;
    margin: 0 0px 0.5em 0;
    padding: 0;
    position: absolute;
    top: 46rem;
    margin-left: 148px;
    left: -2px;
}

/*About page*/
.header-about {
    font-size: 36px;
    padding-left: 5.5vw;
    padding-top: 6vw;
    font-weight: bold;
}

.one-txt {
    font-weight: bold;
}

.row {

    margin-right: 0px;
    margin-left: 0px;
}

/*.container {
    height: 1080px;
}*/

.contant-about-all {
    font-size: 24px;
    padding-left: 5.5vw;
    /* margin: 0vh 10vh; */
    padding-top: 3vw;
}

.img-self-1,
.img-self-3 {
    padding-top: 50px;
}

.header-sw {
    font-size: 24px;
    font-weight: bold;
    color: steelblue;
    position: relative;
    top: 4vh;
    padding-left: 11vh;
}

.container-about {
    height: auto;
}

.txt-about {
    top: 35vh;
    padding-left: 10vw;
    position: relative;
    font-size: 6vw;
    font-weight: bold;
    opacity: 0.1;
}

.img-about {
    display: block;
    top: 0vh;
    width: 100%;
    /* height: 103.69%; */
    object-fit: cover;
    position: relative;
}

.img-1 {
    padding-right: 15px;
}

.one_stop_txt {
    font-weight: bold;
}

.group-img-footer {
    position: absolute;
}

/***************************/
#footer-cls {
    background-color: #222222;
    /* height: 540px; */
    margin-top: 8rem;
}

.footer-contanct {
    display: grid;
    grid-template-columns: 100px 100px 100px 100px;

}

.container-footer {
    padding: 8rem 8rem;
    margin-left: 8vw;
}

.contact-contant hr {
    border: 0.5px solid #ffffff;
    margin-left: 0;
    width: 123px;
}



.social-contant hr {
    border: 0.5px solid #ffffff;
}

.visit-contant hr {
    border: 0.5px solid #ffffff;
    width: 8.5rem;
    position: absolute;
    top: 12rem;
}

.menu-contant hr {
    border: 0.5px solid #ffffff;
}

.contact-contant {
    position: absolute;

}

.contact-contant a {
    color: #ffffff;

}

.txt-footer {
    position: relative;
    font-size: 0.8vw;
    margin-left: 9vw;
}

.tag_sw {
    position: relative;
    font-size: 0.8vw;
    /* margin-left: 10vw; */
    padding: 5vh 0vh 5vh;
    text-align: center;
}

.contact-contant p {
    color: #ffffff;
    line-height: 28px;
    font-weight: 300;
    font-size: 16px;

}

.visit-contant p {
    color: #ffffff;
    line-height: 28px;
    font-weight: 300;
    font-size: 12px;
}


.menu-contant hr {
    line-height: 28px;
}

.visit-contant {
    color: #ffffff;
    top: 260px;
    left: 720px;
    width: 246px;
    display: inline-block;
}

.social-contant {
    color: #ffffff;
    top: 50px;
    left: 1144px;
    width: 130px;
    display: inline-block;

}

.icon-footer img {
    margin-top: 5px;
    width: 33px;
    height: 33px;
    margin-bottom: 81px;
}

.menu-contant {
    color: #ffffff;
    top: -136px;
    left: 1428px;
    width: 141px;
    display: inline-block;
}

.menu-contant a {
    color: #ffffff;
    line-height: 28px;
    font-weight: 300;
    font-size: 16px;
}

.contant-footer {
    text-align: left;
    font: Segoe UI;
    letter-spacing: 0px;
    color: #FFFFFF;
    text-transform: lowercase;
    opacity: 0.7;

}

#header .inner .group-img-banner .nav-bar nav a {
    color: #ffffff;
    font-weight: 400;
    font-size: 20px;
    position: relative;
    top: -920px;
    left: 390px;
    padding-right: 100px;
    text-decoration: none;
}

.nav-bar nav a :hover {
    color: #000000;

}


.contact_herder,
.visit_herder,
.social_herder,
.menu_herder {
    text-align: left;
    font: Segoe UI;
    letter-spacing: 0px;
    color: #FFFFFF;
    text-transform: uppercase;
    opacity: 1;
    font-weight: 500;
    padding-bottom: 10px;
}

/*service page*/
.container-service {
    background-color: black;
    color: white;
    height: 108vh;
}

.ser-all {
    padding: 6vw;
    padding-top: 0rem;
    text-align: center;

}

.header-service {
    font-size: 36px;
    padding: 12vh 0vh 10vh 12vh;
}

.text-service {
    opacity: 0.7;
    font-size: 18px;
}



.service-group {
    margin-bottom: 91px;

}

.card-img-top-1 {
    width: 365px;
    height: 693px;
}

.container-img-1 {
    display: grid;
    grid-template-columns: 253px 261px 50px;
    grid-template-rows: 244px;
}

.container-img-2 {
    display: grid;
    grid-template-columns: 514px 381px;
    grid-template-rows: 194px 50px;
}

.container-img-3 {
    display: grid;
    grid-template-columns: 771px 50px;
}

.c-img-1 {
    width: 158%;
    height: auto;
    background-size: cover;
    padding-left: 3rem;
    left: 16vw;
    padding-right: 5rem;
    top: 28rem;
    position: relative;
}

.c-img-4 {
    margin-left: 253px;
}

.c-img-7 {
    margin-left: 514px;
}

.setting-img {
    max-width: 50%;
}

.bg-color {
    background: #ffffff;
    transition: background 1s ease;
}

.content {
    display: table;
    height: 100%;
    width: 100%;
}

.content h2 {
    color: aqua;
    font-size: 25px;
    text-align: center;
    width: 100%;
    display: table-cell;
    vertical-align: middle;
    clear: both;
}

.activeoverley {
    opacity: 0.5;

}

.openbtn {
    display: none;
}

.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl {
    max-width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

/* Extra small devices (portrait phones, less than 576px)*/
