* {
    margin: 0;
    padding: 0;
    list-style: none;
    box-sizing: border-box;
    text-decoration: none;
    list-style: none;
}

.tri-logo {
    color: #C5B358;
}

/* ---Header Section */
.header .navbar>ul>li.active>a {
    color: #daa520;
    font-weight: bold;
    background-color: transparent;
    transition: all 0.7s;
}

.header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 1.5rem 2rem; 
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
}

.header .header-logo {
    /* font-size: 1rem;
    color: #535351; 
    text-decoration: none; */
    cursor: pointer;
    /* font-weight: bold; */
    margin-left: 1.5rem;
    max-width: 400px;
    width: 100%;
    max-height: 200px;
}

.header .navbar ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.header .navbar ul li {
    margin: 0 1rem;
}

.header .navbar ul li a {
    font-size: 1.3rem;
    color: #6e6e6a; 
    text-transform: uppercase;  
}

.header .navbar ul li a:hover {
    color: #daa520;
}

.header .fa-bars {
    color: rgb(189, 127, 11);
    cursor: pointer;
    font-size: 3rem;
    display: none;
    margin-right: 15px;
}

/* --------------------------Home----- */
#myVideo {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: -999;
    object-fit: cover;
}

.hero-heading {
    padding: 0 80px;
    margin-top: 10rem;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.hero-heading p {
    font-size: 1.8rem;
    color: whitesmoke !important;
    font-weight: 300;
}

.hero-heading h1 {
    font-size: 4rem;
    text-transform: uppercase;
    color: transparent;
    -webkit-text-stroke: 1px #dbba00;
    letter-spacing: 3px;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
}

.header-btn {
    display: inline-block;
    padding: .8rem 3rem;
    border-radius: 5rem;
    font-size: 1.7rem;
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, 0.9);
    background: #0f3959;
    color: #6e6e6a;
    cursor: pointer;
    transition: all .3s linear;
    text-decoration: none;
    margin-top: 18px;
    text-transform: uppercase;
}

.header-btn:hover {
    transform: scale(1.1);
    color: transparent;
    -webkit-text-stroke: 1px #daa520;
    text-decoration: none;
}

/* --------------------------Home Service */

/* -----------Cloud Section */
.cloud-sec {
    margin: 15rem 0;
    padding-top: 35vh;
}

.cloud {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; 
}

.cloud-content h1 {
    margin-top: 230px;
    color: #434a54;
    font-size: 3rem;
    max-width: 450px;
}

.cloud-content p {
    /* color: #656d78; */
    margin-top: 30px;
    margin-bottom: 80px;
    max-width: 450px;
    font-size: 1.2rem;
    color: #6e6e6a;
}

.sec-wrapper {
    overflow: hidden;
}

.features {
    margin-top: 50px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}

.features-group-2 {
    margin-left: 40px;
    margin-top: 50px;
    padding-bottom: 40px;
}

.feature-1,
.feature-2,
.feature-3,
.feature-4 {
    max-width: 450px;
    height: 350px;
    padding: 20px;
    background-color: #0f3959;
    color: #fff;
    border-radius: 50px;
    box-shadow: 1rem .9rem rgba(184, 183, 172, 0.9);
}



.feature-2 {
    margin-top: 20px;
}

.feature-4 {
    margin-top: 20px;
}

.features h3 {
    text-align: center;
    text-transform: uppercase;
    font-size: 1.2rem;
    padding: 15px 0 15px 0;
     color: #645c2f;
     font-weight: bold;
    
}

.features ul li {
    padding-bottom: 15px;
    color: whitesmoke;
}

.features i {
    padding-right: 8px;
    font-size: 3px;
    color: #02d7dd;
}

.cloud-btn {
    display: inline-block;
    padding: .8rem 3rem;
    border-radius: 5rem;
    font-size: 1.7rem;
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, 0.9);
    background-image: linear-gradient(#00cec9, #0984e3);
    color: #fff;
    cursor: pointer;
    transition: all .3s linear;
    text-decoration: none;
}

.cloud-btn:hover {
    transform:  scale(1.1);
    color: #fff;
}

.cloud-content a {
    text-decoration: none;
}

/* -------Personalized Tech Guid */

.home-offer {
    margin-top: 15vmin;
    margin-bottom: 20vmin;
    background: #112d42;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 70% 87%, 0 100%);
}


.section-title h1 {
    font-size: 3rem;
    padding: 8px 0;
    padding-top: 4rem;
    filter: invert(1);
    opacity: 0.5;
}

.section-title p {
    font-size: 18px;
    padding: 5px 470px 20px 0;
    font-weight: 300;
    color: whitesmoke;
    margin-bottom: 2em;
}

.section-title  a{
    border: 1px solid;
    padding: 10px 35px;
    margin: 5rem 0;
    filter: invert(1);
    opacity: 0.5;
    text-decoration: none;
    text-transform: uppercase;
    list-style: none;
    font-size: 14px;
    cursor: pointer;
}

.sec-service {
    padding-bottom: 8rem;
    position: relative;
    text-decoration: none;
}

.sec-service h3 {
    font-size: 17px;
    text-transform: uppercase;
    filter: invert(1);
    opacity: 0.5;
    font-weight: 400;
}

.sec-service p {
    padding: 5px 90px 20px 0;
    font-weight: 300;
    color: whitesmoke;
}

.sec-service i {
    font-size: 3rem;
    padding-bottom: 12px;
    padding-top: 6rem; 
}

.icon-1 {
    color: #02d7dd;
}

.icon-2 {
     color: #2a8d19;
}

.icon-3 {
    color: #66696b;
}

.icon-4 {
      color: #040919;
}

.icon-5 {
     color: #e6e22f;
}

.icon-6 {
     color: #645c2f;
} 


/* -------Item Section Home Section-3---- */
.section-3 {
    margin: 10rem 0;
    width: 100%;
}

.sec3-header h4 {
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 300;
    color-interpolation-filters: #000;
}

.sec3-header h1 {
    font-size: 2rem;
    padding-bottom: 25px;
    color: #434a54;
}

.items-sec {
    width: 100%;
    height: 100;
    display: grid;
    grid-template-columns: repeat(16, 1fr);
    grid-template-rows: repeat(6, 6rem);
    grid-row-gap: 4rem;
    margin-top: 5rem;
}

.items {
    width: 100%;
    margin-bottom: 2rem; 
}

.item-header {
    display: flex;
    align-items: center;
    margin-bottom: 1rem;
    color: #7c8186;
    font-weight: 500;
}

.item-header i {
    font-size: 3.2rem;
    color: #cfd2da;
    margin-right: 2rem;
}

.item-header h3 {
    font-size: 1.8rem;
    line-height: 2rem;
    font-weight: bold;
    margin-bottom: 1.5rem;
    margin-top: 1.4rem;
}

.item-text {
    font-size: 1.2rem;
    margin-left: 1rem;
    text-align: justify;
    color: #6e6e6a;
}

.items:nth-child(1) {
    grid-column: 4/7;
    grid-row: 1/3;
}

.items:nth-child(2) {
    grid-column: 3/6;
    grid-row: 3/5;
}

.items:nth-child(3) {
    grid-column: 4/7;
    grid-row: 5/-1;
}

.items:nth-child(4) {
    grid-column: 11/14;
    grid-row: 1/3;
}

.items:nth-child(5) {
    grid-column: 12/15;
    grid-row: 3/5;
}

.items:nth-child(6) {
    grid-column: 11/14;
    grid-row: 5/-1;
}

.items-sec-img-wrapper {
    grid-column: 7/11;
    grid-row: 2/6;
    width: 100% ;
    margin-top: 5rem;
}

.items-sec-img-wrapper img {
    width: 100%;
    object-fit: cover;
    opacity: 0.8;
    animation: scaleup 6s ease-in-out infinite;
}

@keyframes scaleup {
    0% {
        transform: scale(1.2);
    }

    50% {
        transform: scale(1);
    }

    100% {
        transform: scale(1.2);
    }
}


/* -----Section-4---Hosting-- */
 .section-4 {
    margin-bottom: 20vmin;
    margin-top: 15rem;
    background: #0c002b;
    min-height: 110vh;     
    position: relative;
    z-index: 99;
    background-size: cover;
}

.hosting-header h1{
    text-align: center;
    color: #645c2f; 
    text-transform: uppercase;
    filter: invert(1);
    opacity: 0.5; 
    color: #0c002b;
    font-weight: bold;
    padding-top: 4rem;
    font-size: 4rem;
}

.hosting-header p {
     filter: invert(1);
     opacity: 0.5;
     font-size: 1.5rem;
}

.card-container {
    display: flex;
    justify-content: center;
}

.card-base {
    width: 350px;
    height: 450px;
    margin: 50px;
    border-radius: 40px;
    box-shadow: 2px 2px 22px rgba(0, 0, 0, 0.8);
}

.btn-base {
    display: flex;
    width: 270px;
    height: 50px;
    border-radius: 50px;
    margin: 0 auto;
    margin-top: -20px;
    font-size: 26px;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
    background-color: #ebc445;
    font-weight: bold;
}

.btn-base {
    padding-top: 7px;
}

.host-content {
    text-align: center;
    padding: 3rem 10px 0px 10px;
    font-size: 1.3rem;
    font-weight: 300;
}

.card-one{
    background-color: #ffe697;
}

.img-one {
    background: url("stock/SSL.png");
    width: 350px;
    height: 200px;
    border-radius: 40px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}


.img-two {
    background: url("stock/Hosting.jpg");
    width: 350px;
    height: 200px;
    border-radius: 40px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.img-three {
    background: url("stock/Domain.jpg");
    width: 350px;
    height: 200px;
    border-radius: 40px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center; 
}

.img-four {
    background: url("stock/Email.png");
    width: 320px;
    height: 200px;
    border-radius: 40px;
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
}

.card-two {
    background-color: #e4e4e4;
}

.card-three {
    background-color: #e7e0ff;
}

.card-four {
    background-color: #00cec9;
}

.swiper-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 30px;
    cursor: pointer;
}

.swiper-btn a:hover {
    text-decoration: none;
}

.host-btn {
    cursor: pointer;
    transition: all .3s linear;
    filter: invert(1);
    opacity: 0.5;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.5); 
    text-decoration: none;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 2px;
    padding: 18px 25px; 
    overflow: hidden;
    border-radius: 5rem;
}

.custom-shape-divider-bottom-1611126908 {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
    transform: rotate(180deg);
}

.custom-shape-divider-bottom-1611126908 svg {
    position: relative;
    display: block;
    width: calc(100% + 1.3px);
    height: 150px;
}

.custom-shape-divider-bottom-1611126908 .shape-fill {
    fill: white;
}

/* -----Partner Section */
.partner-sec {
    padding-top: 10rem;
}

.partner-heading h1 {
    font-size: 3.5rem;
    font-weight: bold;
    color: #434a54;
}

.partner-heading p {
    font-size: 1.8rem;
    padding: 0 15px;
    margin-top: 1.2rem;
    font-weight: 300;
    color: #6e6e6a;
}

.partner-item {
    text-align: center;
}

.partner-item .list-inline-item:not(:last-child){
    margin-right: 0;
}

.partner-item  li {
    width: 19%;
    text-align: center;
    margin-bottom: 50px;
}

.partner-item > li img {
    max-width: 90%;
    height: auto;
    transition: all 0.3s ease;
    opacity: 1;
    padding-top: 5rem;
}

.partner-item>li:hover img {
    transform: scale(1.1);
    opacity: 2;
}
/* ------Sec-5---Work Together---- */
.sec-5 {
    margin-top: 20rem ;
    margin-bottom: 30rem;
}

.sec-5-header {
    text-align: center;
}

.sec-5-header h1 {
    font-size: 3.5rem;
    font-weight: bold;
     color: #434a54;
}

.sec-5-header p {
    font-size: 1.8rem;
    padding: 0 20px;
    margin-top: 1.2rem;
    font-weight: 300;
    color: #6e6e6a;
}

.sec-5-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 2.5rem;
}

.sec-5-btn a {
    position: absolute;
    color: #fff;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.5);
    text-decoration: none;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 4px;
    padding: 18px 25px;
    overflow: hidden;
    background-color: #040919;
    margin-top: 2rem;
    cursor: pointer;
}

.sec-5-btn a::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    height: 100%;
    background: rgb(255, 255, 255, 0.05);
}

.sec-5-btn a span:nth-child(1) {
    position: absolute;
    top: 0;
    left: 0;
    height: 2px;
    width: 100%;
    background: linear-gradient(to right, #fff900, #1799f1);
    animation: animate-t 2s linear infinite;
}

.sec-5-btn a span:nth-child(2) {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 2px;
    background: linear-gradient(to bottom, #fff900, #1799f1);
    animation: animate-r 2s linear infinite;
    animation-delay: 1s;
}

.sec-5-btn a span:nth-child(3) {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 2px;
    width: 100%;
    background: linear-gradient(to left, #fff900, #1799f1);
    animation: animate-b 2s linear infinite;
}

.sec-5-btn a span:nth-child(4) {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 2px;
    background: linear-gradient(to top, #fff900, #1799f1);
    animation: animate-l 2s linear infinite;
    animation-delay: 1s;
}

 @keyframes animate-t {
    0% {transform: translateX(-100%);}
    100%{transform: translateX(100%);}
}

@keyframes animate-l {
    0%{transform: translateY(100%);}
    100%{transform: translateY(-100%);}
}

@keyframes animate-r {
    0%{transform: translateY(-100%);}
    100%{transform: translateY(100%);}
}

@keyframes animate-b {
    0%{transform: translateX(100%);}
    100%{transform: translateX(-100);}
} 



/* -------------Services Page--- */
.service-heading {
    text-align: center;
    margin-top: 15em;  
    text-transform: uppercase;
    color: whitesmoke;
    -webkit-text-stroke: 1px #00827f; 
}

.service {
    position: relative;
    width: 100%;
    height: 100vh;
    overflow: hidden;
}

.ser-header {
     background: #03a9f4;
}

.fa-cog {
    position: absolute;
    font-size: 30rem;
    opacity: .15;
    color: #040919;
    animation: rotate 10s linear infinite;
}

.nut1 {
    top: 6%;
    left: -15rem;
}

.nut2 {
    bottom: 20%;
    right: -13rem;
    animation-direction: reverse;
}

@keyframes rotate {
    100%{
        transform: rotate(360deg);
    }
}

.service .wave {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100px;
    background: url("stock/wave\ \(4\).png");
    background-size: 1000px 100px;
}

.service .wave.wave2 {
    animation: animate 15s linear infinite;
    z-index: 999;
    opacity: 0.5;
    animation-delay: -5s;
    bottom: 10px;
}

.service .wave.wave3 {
    animation: animate 30s linear infinite;
    z-index: 998;
    opacity: 0.2;
    animation-delay: -2s;
    bottom: 15px;
}

.service .wave.wave4 {
    animation: animate 5s linear infinite;
    z-index: 997;
    opacity: 0.7;
    animation-delay: -5s;
    bottom: 20px;
}

@keyframes animate {
    0% {
        background-position-x: 0;
    }

    100% {
        background-position-x: 1000px;
    }
}

@keyframes animate2 {
    0% {
        background-position-x: 0;
    }

    100% {
        background-position-x: -1000px;
    }
}

.service-project {
    margin-top: 14em;
    text-align: center;
}

.service-goal h6 {
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 300;
    color-interpolation-filters: #000;
}

.service-goal p {
    font-size: 30px;
    padding-bottom: 15px;
}


.service-page {
    /* background: rgb(240, 236, 236); */
    margin-bottom: 15vmin;
    background: url("stock/World-3.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover; 
}
.service h1 {
    padding-top: 5rem;
}

.fill-me-out {
    margin: 15rem 0;
}

.service-section {
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 10px 10px rgba(0, 0, 0, 0.8);
    display: flex;
    max-width: 100%;
    overflow: hidden;
    margin: 55px 0;
   
}

.serv-feature-sec {
    margin-top: 22rem;
    margin-bottom: 18rem;
}

.serv-feature-heading {
    text-align: center;
}

.serv-feature-heading h6 {
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 300;
    color-interpolation-filters: #000;
}

.serv-feature-heading p {
    font-size: 30px;
    padding-bottom: 15px;
}

.serv-features {
    background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.5)),
    url(stock/pexels-pixabay-414579.jpg) center/cover no-repeat fixed;
    margin-top: 8rem;
}

.serv-feature-item {
    padding: 1.2rem;
    border-bottom: 0.5px solid #cdcdcd; 
}

.serv-feature-icon {
    color: #fff;
    font-size: 1.8rem;
}

.serv-feature-title {
    color: #ffff;
    text-transform: capitalize;
    margin: 0.6rem 0;
    font-weight: 300;
}

.serv-feature-text {
    color: whitesmoke;
    font-size: 1.2rem;
}


.read-more-btn {
    cursor: pointer;
    color: #0e0c88;
    text-transform: uppercase;
    font-weight: bold;
}

.read-more-text {
    display: none;
} 

.read-more-text--show {
    display: inline;
}

.service-info a {
    display: inline-block;
    background-color: #0c002b;
    padding: 10px 15px;
    text-decoration: none;
    margin-top: 15px;
    border-radius: 8px;
}

#more {
    display: none;
}

.service-page i {
    display: flex;
    align-items: center;
}

.service-section h1 {
    letter-spacing: 1px;
    margin: 10px 0;
}

.service-title {
    background: #112d42;
    color: #fff;
    padding: 30px;
    width: 650px;
    position: relative;
}

.service-title i {
    font-size: 45px;
    color: #02d7dd;
    margin-left: 9rem;
    margin-top: 8vmin;
    padding: 2px;
}

.service-title h1 {
    text-align: center;
    font-size: 16px;
    text-transform: uppercase;
    justify-content: center;
    align-items: center;
}

.service-title2 {
     background: orangered;
     color: #fff;
     padding: 30px;
     width: 650px;
     position: relative;
}

.service-title2 i{
    font-size: 45px;
    color: #2a8d19;
    margin-left: 9rem;
    margin-top: 8vmin;
    padding: 2px;
}

.service-title2 h1 {
    text-align: center;
    font-size: 16px;
    text-transform: uppercase;
    justify-content: center;
    align-items: center;
}

.service-title3 {
    background: #e9aa18;
    color: #fff;
    padding: 30px;
    width: 650px;
    position: relative;
}

.service-title3 i {
    font-size: 45px;
    color: #66696b;
    margin-left: 10rem;
    margin-top: 8vmin;
    padding: 2px;
}

.service-title3 h1 {
    text-align: center;
    font-size: 16px;
    text-transform: uppercase;
    justify-content: center;
    align-items: center;
}

.service-title4 {
    background: #03a9f4;
    color: #fff;
    padding: 30px;
    width: 650px;
    position: relative;
}

.service-title4 i {
    font-size: 45px;
    color: #112d42;
    margin-left: 8.5rem;
    margin-top: 8vmin;
    padding: 2px;
}

.service-title4 h1 {
    text-align: center;
    font-size: 16px;
    text-transform: uppercase;
    justify-content: center;
    align-items: center;
}

.service-title5 {
    background: #df6dcf;
    color: #fff;
    padding: 30px;
    width: 650px;
    position: relative;
}

.service-title5 i {
    font-size: 45px;
    color: #e6e22f;
    margin-left: 9rem;
    margin-top: 8vmin;
    padding: 2px;
}

.service-title5 h1 {
    text-align: center;
    font-size: 16px;
    text-transform: uppercase;
    justify-content: center;
    align-items: center;
}

.service-title6 {
    background: #0e0c88;
    color: #fff;
    padding: 30px;
    width: 650px;
    position: relative;
}

.service-title6 i {
    font-size: 45px;
    color: #919088;
    margin-left: 9.3rem;
    margin-top: 8vmin;
    padding: 2px;
}

.service-title6 h1 {
    text-align: center;
    font-size: 16px;
    text-transform: uppercase;
    justify-content: center;
    align-items: center;
}


.service-info {
    padding: 50px 70px;
    position: relative;
    width: 100%;
}

.service-info h2 {
    font-size: 18px;
    text-transform: uppercase;
    padding-top: 15px;
    padding-bottom: 15px; 
    font-weight: 500;
    position: relative;
    color: #112d42;
}

.service-info h2::after {
    content: '';
    width: 50px;
    height: 5px;
    background: #ffea00;
    display: block;
    margin-top: 5px;
}
.service-info p {
    font-size: 20px;
    font-weight: 300;
    color: #6e6e6a;
}

.mob-app {
    display: flex;
    align-items: center;
}

.mob-app .fa-dot-circle {
    padding: 0 4px;
    font-size: 15px;
    color: #00cec9;
}

.cloud-app {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    justify-content: space-between;
}

.cloud-app img {
    width: 100%;
    height: auto;
    max-width: 200px;
    padding-bottom: 2rem;
}


/* ----------Company Page---- */

.quot {
    margin-top: 50vmin;
    background: #112d42;
    height: 46vmin;
    border-radius: 20%;
}

.quot-heading {
    text-align: center;
    color: snow;
}

.quot-heading h2 {
    text-align: center;
    padding: 55px;
    padding-top: 3em;
    font-size: 20px;
    line-height: 2;
}

.quot-heading h3 {
    color: #797979;
    font-style: italic;
    margin-left: 9em;
}

.quot-heading i {
    color: #797979;
    font-size: 35px;
   
}

.company {
    width: 100%;
    margin-top: 18rem;
}

.about-company {
    display: flex;
    justify-content: space-between;
}

.about-heading h1 {
   color: #040919;
}

#aboutVideo {
    width: 100%;
    max-width: 1350px;
    padding-left: 8rem;
    border-radius: 20px;
    margin-top: 3rem;
}

.about-company-img img {
     max-width: 950px;
     width: 100%;
    border-radius: 20px;
}

.about-heading h5 {
    text-transform: uppercase;
    font-size: 14px;
    font-family: bold;
    padding: 5px 0;
}

.family {
    font-size: 1.2rem;
    color: #6e6e6a;
    max-width: 970px;
}

.family span {
    color: #0c002b;
    font-weight: bold;
    font-family: 400;
}

.vision {
    margin-top: 10rem;
}

.vision img {
    max-width: 1250px;
}

.vision-heading {
    padding-left: 4rem;
}

.vision-heading p {
    font-size: 1.2rem;
    color: #6e6e6a;
    max-width: 1350px;
}

.values {
    margin-top: 10rem;
    margin-bottom: 8rem;
}

.values-heading {
    margin-top: 3rem;
}

.values-heading p {
    font-size: 1.2rem;
    color: #6e6e6a;
    max-width: 970px;
}

.values img {
    margin-left: 3rem;
}

.page-contact .container .contactForm {
    padding: 50px 50px;
    background: #fff;
    /* margin-left: 80px; */
    width: calc(100% - 310px);
    height: 100%;
    box-shadow: 0 50px 50px rgba(0, 0, 0, 0.5);
    margin-bottom: 18vmin;
    border-radius: 20px;
}

.page-contact .container .contactForm h1 {
    color: #0f3959;
    font-size: 50px;
    font-weight: 500;
    text-align: center;
    padding-bottom: 8px;
}

.page-contact .container .contactForm h5 {
    text-transform: uppercase;
    padding-bottom: 8px;
    font-weight: 400;
    font-size: 16px;
    text-align: center;
}

.page-contact .container .contactForm .formBox {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 30px;
}

.page-contact .container .contactForm .formBox .inputBox {
    position: relative;
    margin: 0 0 35px 0;
}

.page-contact .container .contactForm .formBox .inputBox.w50 {
    width: 47%;
}

.page-contact .container .contactForm .formBox .inputBox.w100 {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.page-contact .container .contactForm .formBox .inputBox input,
.page-contact .container .contactForm .formBox textarea {
    width: 100% !important;
    padding: 10px 0;
    font-size: 25px;
    font-weight: 400;
     color: #6e6e6a;
    border: none;
    border-bottom: 1px solid #0f3959;
    outline: none;
    resize: none;
}

.page-contact .container .contactForm .formBox textarea {
    min-height: 120px;
}

.page-contact .container .contactForm .formBox .inputBox span {
    position: absolute;
    left: 0;
    padding: 5px 0;
    font-size: 15px;
    font-weight: 300;
    transform: 0.5s;
    pointer-events: none;
    text-transform: uppercase;
}

.page-contact .container .contactForm .formBox .inputBox input:focus~span,
.page-contact .container .contactForm .formBox textarea:focus~span,
.page-contact .container .contactForm .formBox .inputBox input:valid~span,
.page-contact .container .contactForm .formBox textarea:valid~span {
    transform: translateY(-20px);
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 1px;
    color: #ff56bc;
}

.page-contact .container .contactForm .formBox .inputBox input[type="submit"] {
    position: relative;
    cursor: pointer;
    background: #0f3959;
    color: rgb(248, 233, 233);
    border: none;
    max-width: 150px;
    padding: 12px;
    font-size: 16px;
    text-transform: uppercase;
    /* margin-left: 21em; */
}

.page-contact .container .contactForm .formBox .inputBox input[type="submit"]:hover {
    /* background: #ff56bc; */
    filter: invert(1);
    opacity: 0.5;
}

.page-contact .container .contactForm .inputBox.w50 .select-box .options-container {
    background: #112d42;
    color: rgb(248, 233, 233);
    width: 100%;
    opacity: 0;
    transition: all 0.4s;
    border-radius: 8px;
    overflow: hidden;
}


/* ---------------CONTACT------------------ */
.contact-header {
    margin: 8vmin 0;
    padding-top: 8rem ;
}

.contact-service {
    text-align: center;
    padding: 25px;
}

.contact-service h1 {
    padding-bottom: 10px;
    font-size: 3.5rem;
}

.contact-service p {
    font-size: 1.5rem;
     color: #6e6e6a;
}

.contact-img {
    width: 65%;
    margin-top: 10vmin;
}

.company-service {
    margin-top: 10vmin;
}


.company-service ul li {
    margin: 10px 0;
}

.company-service ul li i {
    color: #112d42;
    font-size: 10px;
    filter: invert(2);
    display: inline-block;
    margin-left: 5px;
    padding: 10px;
}

.contact {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 85vh;
    background: #112d42;
}

.contact::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    height: 100%;
    background: #03a9f4;
}

.contact .container {
    position: relative;
    min-width: 1100px;
    min-height: 550px;
    display: flex;
    z-index: 1000;
}

.contact-flex {
    display: flex;
}

.contact .container .contactinfo {
    position: absolute;
    border-radius: 20px;
    top: 40px;
    width: 350px;
    height: calc(100% - 80px);
    background: #112d42;
    z-index: 1;
    padding: 40px;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    box-shadow: 0 20px 20px rgba(59, 44, 44, 0.2);
}

.contact .container .contactinfo h2 {
    font-size: 28px;
    font-weight: 500;
    color: #fff;
    text-transform: uppercase;
}

.contact .container .contactinfo .info {
    position: relative;
    margin: 25px 0;
}

.contact .container .contactinfo .info li {
    position: relative;
    display: flex;
    margin: 20px 0;
    cursor: pointer;
    align-items: flex-start;
    color: rgb(248, 233, 233);
}

.contact .container .contactinfo .info li span::nth-child(1) {
    width: 30px;
    min-width: 30px;

}

.contact .container .contactinfo .info li span::nth-child(1) .icon {
    filter: invert(1);
    opacity: 0.5;

}

.contact .container .contactinfo .info li .text {
    color: #fff;
    margin-left: 12px;
    font-family: 300;
    opacity: 0.5;
}


.contact .container .contactinfo .info li:hover span::nth-child(1) .icon,
.contact .container .contactinfo .info li:hover span::nth-child(2) .text {
    opacity: 1;
}

.contact .container .contactinfo .sci {
    position: relative;
    display: flex;
    margin-top: 70px;
}

.contact .container .contactinfo .sci li {
    margin-right: 30px;
    font-size: 25px;
}

.contact .container .contactinfo .sci li a i {
    filter: invert(1);
    opacity: 0.5;
}

.contact .container .contactinfo .sci li:hover a i {
    opacity: 1;
}

.contact .container .contactForm {
    position: absolute;
    padding: 50px 50px;
    background: #fff;
    margin-left: 110px;
    display: flex; 
    flex-direction: column;
    padding-left: 250px;
    width: calc(100% - 150px);
    height: 100%;
    box-shadow: 0 50px 50px rgba(0, 0, 0, 0.5);
    border-radius: 20px;
}

.contact .container .contactForm h2 {
    color: #0f3959;
    font-size: 34px;
    font-weight: 500;
    text-align: center;
}

.contact .container .contactForm .formBox {
    position: relative;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 30px;
}

.contact .container .contactForm .formBox .inputBox {
    position: relative;
    margin: 0 0 35px 0;
}

.contact .container .contactForm .formBox .inputBox.w50 {
    width: 47%;
}

.contact .container .contactForm .formBox .inputBox.w100 {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.contact .container .contactForm .formBox .inputBox input,
.contact .container .contactForm .formBox textarea {
    width: 100% !important;
    padding: 5px 0;
    font-size: 16px;
    font-weight: 300;
    color: #333;
    border: none;
    border-bottom: 1px solid #777;
    outline: none;
    resize: none;
}

.contact .container .contactForm .formBox textarea {
    min-height: 120px;
}

.contact .container .contactForm .formBox .inputBox span {
    position: absolute;
    left: 0;
    padding: 5px 0;
    font-size: 11px;
    font-weight: 300;
    transform: 0.5s;
    pointer-events: none;
    text-transform: uppercase;
}

.contact .container .contactForm .formBox .inputBox input:focus~span,
.contact .container .contactForm .formBox textarea:focus~span,
.contact .container .contactForm .formBox .inputBox input:valid~span,
.contact .container .contactForm .formBox textarea:valid~span {
    transform: translateY(-20px);
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 1px;
    color: #ff56bc;
}

.contact .container .contactForm .formBox .inputBox input[type="submit"] {
    position: relative;
    cursor: pointer;
    background: #0f3959;
    color: rgb(248, 233, 233);
    border: none;
    max-width: 150px;
    padding: 12px;
    font-size: 16px;
    text-transform: uppercase;
    /* margin-left: 13em; */
   
}

.contact .container .contactForm .formBox .inputBox input[type="submit"]:hover {
    /* background: #ff56bc; */
    filter: invert(1);
    opacity: 0.5;
}

.contact .container .contactForm .inputBox.w50 .select-box .options-container {
    background: #112d42;
    color: rgb(248, 233, 233);
    width: 100%;
    opacity: 0;
    transition: all 0.4s;
    border-radius: 8px;
    overflow: hidden;
}

/* Subscribe Section of Contact */

.letter {
    margin-top: 25vmin;
}

.letter .news {
    text-align: center;
}

.letter .news h1 {
     font-size: 3.5rem;
}

.letter .news p {
    font-size: 1.5rem;
    color: #6e6e6a;
}

.subscribe {
    margin-top: 10vmin; 
    margin-bottom: 30vmin;
}

#wrapper {
    width: 90%;
    height: 100vh;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
}

.subscribe-container {
    width: 100%;
    max-width: 40rem;
    background: #fff;
    position: relative;
    padding: 10rem 0;
    box-shadow: 0 1px 1.5rem rgba(0, 0, 0, 0.2);
    border-radius: 1rem;
    z-index: 1;
}

.subscribe-container::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 30rem;
    background: linear-gradient(to left, #03a9f4, #112d42);
    border-bottom-left-radius: 100%;
    border-bottom-right-radius: 100%;
    z-index: -1;
}

.subscribe-heading {
    color: #fff;
    font-size: 2.5rem;
    position: absolute;
    top: 3.5rem;
    left: 10rem;
}

form {
    transform: translateX(10rem);
    padding: 2rem 0;
    background-color: #fff;
    border-radius: 1rem;
    box-shadow: 0 1px 1.5rem rgba(0, 0, 0, 0.2);
}

.subscribe-group {
    width: 90%;
    margin: 0 auto;
    position: relative;
    align-items: baseline;
    display: flex;
}

.subscribe-group input {
    position: relative;
    width: 100%;
    padding: 1rem 0;
    border: none;
    margin-top: .5rem; 
    outline: none;
    font-size: 1.5rem;
    color: #03a9f4;
}

.subscribe-group > i {
    font-size: 1.2rem;
    margin-right: 1rem;
    color: #00827f;
}

.subscribe-group .bar {
    position: absolute;
    left: 0;
    bottom: 0;
    background-color: rgb(245, 237, 237);
    width: 100%;
    height: 1px;
}

.subscribe-group .bar::before {
    content: '';
    position: absolute;
    background-color: #03a9f4;
    width: 0;
    height: 2px;
    transition: width 650ms;
}

.subscribe-group input:focus + .bar::before {
    width: 100%;
}

.subscribe-group button {
    margin: 3rem auto;
    padding: 1rem 5rem;
    background: linear-gradient(to left, #112d42, #03a9f4);
    border: none;
    color: #fff;
    border-radius: 3rem;
    cursor: pointer;
    font-size: 2.5rem;
    margin-left: 10rem;
    width: 50%;
    height: 30%;
}

.subscribe-group button:focus,
.subscribe-group button:hover {
    background: linear-gradient(to right, #112d42, #03a9f4);
}

/* --------------------------Footer */
#footer {
    background: #101522;
    padding: 0 0 25px 0;
    color: #eee;
    font-size: 14px;
}

#footer .footer-top {
    background: #040919;
    padding: 60px 0 30px 0;
}

#footer .footer-top .footer-info {
    margin-bottom: 30px;
}

#footer .footer-top h4 {
    font-size: 24px;
    line-height: 1;
    font-weight: bold;
    color: #fff;
    text-transform: uppercase;
    position: relative;
    border-bottom: 2px solid #daa520;
    width: 100%;
}

/* .footer-logo img {
    margin-bottom: 10px;
    width: 70%;
    margin-top: 8vmin;
} */

.footer-logo {
    display: flex;
    justify-content: center;
    align-items: center;
} 

.footer-logo a {
    font-size: 2.5rem;
    justify-content: center;
    align-items: center;
    display: flex;
    color: #535351; 
    
    text-align: center;
    font-weight: bold;
}

.footer-logo a:hover {
    text-decoration: none;
}

#footer .footer-top .footer-social a {
    font-size: 18px;
    display: inline-block;
    background: #222636;
    color: #d3d3d3;
    line-height: 1;
    padding: 8px 0;
    margin-right: 4px;
    border-radius: 50%;
    text-align: center;
    width: 36px;
    height: 36px;
    transition: 0.3s;
    margin-top: 30px;
}

#footer .footer-top .footer-social a:hover {
    filter: invert(1);
    opacity: 0.5;
}

#footer .footer-top .footer-links {
    margin-bottom: 30px;
}

#footer .footer-top .footer-links ul {
    padding: 0;
    margin: 0;
}

#footer .footer-top .footer-links ul li {
    padding-right: 5px;
    color: #ffea00;
    font-size: 18px;
    padding: 10px 0;
    border-bottom: 1px solid #262c44;
}

#footer .footer-top .footer-links ul li a {
    text-decoration: none;
}

#footer .footer-top .footer-links ul li:first-child {
    padding-top: 0;
}

#footer .footer-top .footer-links ul a {
    filter: invert(1);
    opacity: 0.5;
}

#footer .footer-top .footer-links ul a:hover {
    filter: invert(1);
    opacity: 0.5;
    
}

#footer .footer-top .footer-contact {
    margin-bottom: 30px;  
}

#footer .footer-top .footer-contact a:hover {
    text-decoration: none;
}


#footer .footer-top .footer-contact .btn {
    display: block;
    background: none;
    width: 150px;
    height: 60px;
    border: 4px solid;
    margin: 30px;
    font-weight: 700;
    text-transform: uppercase;
    cursor: pointer;
    font-size: 16px;
    position: relative;
}

#footer .footer-top .footer-contact .btn a {
     filter: invert(1);
     opacity: 0.5;
}

#footer .footer-top .footer-contact .btn:before,
.btn:after {
    content: '';
    position: absolute;
    width: 14px;
    background: #947e00;
    transform: skewX(50deg);
    transition: .4s linear;
}

#footer .footer-top .footer-contact .btn:before {
    top: -4px;
    left: 10%;
}

#footer .footer-top .footer-contact .btn:after {
    bottom: -4px;
    right: 10%;
}

#footer .footer-top .footer-contact .btn:hover::before {
    left: 80%;
}

#footer .footer-top .footer-contact .btn:hover::after {
    right: 80%;
}

#footer .footer-top.footer-contact a:hover {
    text-decoration: none;
    list-style: none;
}

#footer .copyright {
    text-align: center;
    padding-top: 30px;
    filter: invert(1);
    opacity: 0.5;
    color: #000;
}


/* ----Doucment */
.doc-file {
    text-align: center;
    padding-top: 30px;
    filter: invert(1);
    opacity: 0.5;
    color: #000;
    text-transform: capitalize;
    display: flex;
    align-items: center;
    justify-content: center;
   
}

.doc-file a {
    text-decoration: none;
   margin: 0 1rem;
}

.pri-file {
    margin-top: 20rem;
    margin-bottom: 10rem;
}

.privacy h1 {
    text-align: center;
    padding-bottom: 20px;
}