* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
    animation-duration: 30s;
}

body {
    margin: 0;
    font-family: Helvetica, sans-serif;
    background-color: #f4f4f4;
}

a {
    color: #000;
}


/* header */

header {
    background: #18a1cb;
}

.header-top span {
    font-size: 18px;
    position: relative;
    color: #fff;
}

i.fas.fa-phone-alt {
    margin: 0px 10px 0px 6px;
    font-size: 24px;
    color: #ffffff;
}

i.far.fa-envelope-open {
    margin-right: 19px;
    font-size: 22px;
    margin-top: 10px;
    color: #ffffff;
}

.header-top p {
    margin-top: 10px;
    color: #fff;
}

span.logo-ttle {
    font-size: 15px;
    position: absolute;
    color: #3819b2;
    top: 35px;
    font-weight: 700;
    left: 189px;
}

span.logo-ttle span {
    font-size: 9px;
    position: relative;
    left: 29px;
    top: -9px;
}

.header-top h6 {
    display: inline-flex;
    font-size: 20px;
    position: relative;
    left: 10%;
}

.navbar {
    display: flex;
    position: relative;
    justify-content: space-between;
    align-items: center;
    background-color: #fff;
    color: white;
    padding: 0 !important;
    border-bottom: 0.2px solid #452b734d;
    margin-bottom: 0px !important;
}

img.logo-class {
    width: 195px;
    margin-left: -100%;
    cursor: pointer;
}

.navbar-links {
    height: 100%;
    position: relative;
    left: 100px;
}

.navbar-links ul {
    display: flex;
    margin: 0;
    padding: 0;
}

.navbar-links li {
    list-style: none;
}

.navbar-links li a {
    display: block;
    text-decoration: none;
    color: rgb(24, 23, 23);
    padding: 1rem;
    font-size: 20px;
    transition: 1s all !important;
}

.navbar-links li a:hover {
    color: #47ea4e;
    transition: 1s all;
}

.toggle-button {
    position: absolute;
    top: 2.75rem;
    right: 1rem;
    display: none;
    flex-direction: column;
    justify-content: space-between;
    width: 30px;
    height: 21px;
}

.toggle-button .bar {
    height: 3px;
    width: 100%;
    background-color: rgb(0, 0, 0);
    border-radius: 10px;
}

@media (max-width: 800px) {
    .navbar {
        flex-direction: column;
        align-items: flex-start;
    }
    .logo-class {
        position: relative;
        left: 100%;
        left: 138px;
    }
    .toggle-button {
        display: flex;
    }
    .navbar-links {
        display: none;
        width: 100%;
        position: relative;
        left: -0px;
    }
    .navbar-links ul {
        width: 100%;
        flex-direction: column;
    }
    .navbar-links ul li {
        text-align: center;
    }
    .navbar-links ul li a {
        padding: .5rem 1rem;
    }
    .navbar-links.active {
        display: flex;
    }
    .logo-ttle {
        position: relative;
        left: -3%;
    }
}


/* hero header slider */

.leftside {
    width: 50%;
    background: #18a1cb;
    height: 85%;
    display: inline-block;
}

.contant-wrrp {
    width: 100%;
    height: 470px;
}

.leftside h3 {
    font-size: 3rem;
    padding: 17px;
    color: #fff;
    font-family: monospace;
}

.rightside {
    display: inline-block;
    width: 50%;
    position: absolute;
}

.rightside img {
    width: 100%;
    height: 400px;
}


/* Transitions 
----------------------------------*/

.card img,
.card .img,
.info>* {
    opacity: 0;
    -webkit-transform: translateY(20%);
    -moz-transform: translateY(20%);
    -ms-transform: translateY(20%);
    -o-transform: translateY(20%);
    transform: translateY(20%);
    -webkit-transition: -webkit-transform .6s 1s, opacity .6s 1s;
    -moz-transition: -moz-transform .6s 1s, opacity .6s 1s;
    -o-transition: -o-transform .6s 1s, opacity .6s 1s;
    transition: transform .6s 1s, opacity .6s 1s;
}

.prev_slide {
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
}

.current {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
}

.current .card img,
.current .card .img,
.current .info>* {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
}

@media screen and (max-width: 900px) {
    .card {
        max-width: 70%;
    }
}

@media screen and (max-width: 800px) {
    .card {
        text-align: center;
    }
    .info {
        padding-left: 0;
    }
    .info p {
        display: none;
    }
    .info a {
        float: none;
    }
}

@media screen and (max-width: 650px) {
    .card {
        padding: 4%;
    }
    .card img,
    .card .img {
        width: 60%;
        margin-bottom: 5%;
    }
    .info {
        width: 100%;
    }
    .prev {
        left: 3%;
    }
    .next {
        right: 3%;
    }
}

@media screen and (max-height: 450px) and (orientation: landscape) {
    .card img,
    .card .img {
        width: 40%;
        margin-bottom: 0;
    }
    .info {
        width: 59%;
        padding-left: 5%;
    }
}


/**/


/* Service Section */

.page-title-holder {
    background-color: #492f76;
    width: 285px;
    display: inline-block;
    height: 130px;
    position: relative;
    margin-bottom: 50px;
}

.page-title-holder::after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 130px 60px 0 0;
    border-color: #492f76 transparent transparent transparent;
    position: absolute;
    top: 0;
    right: 0;
    transform: translateX(100%);
}

h2.entry-title {
    font-size: 24px;
    line-height: 149%;
    font-weight: 400;
    word-break: break-word;
    text-align: center;
    color: #fff;
    letter-spacing: 1px;
    margin-top: 32px;
    text-transform: uppercase;
}

.ServiceBox {
    padding: 9px 0px;
    margin-bottom: 50px;
}

p.service-num {
    font-size: 264px;
    font-weight: 700;
    color: #ffffff;
    text-shadow: -1px 0 #000000, 0 1px #000000, 1px 0 #000000, 0 -1px #000000;
    line-height: 100%;
    height: 165px;
    overflow: hidden;
    margin-bottom: -12px;
    -webkit-transform: translateZ(0);
    position: relative;
    left: 20%;
}

section#Service {
    background: white;
}

.service-text {}

.service-text h3 {
    padding: 10px 0px;
    background: transparent;
    font-size: 1.4em;
    font-weight: 900;
    margin: 10px 0 4px 9px;
    font-family: roboto;
}

.service-text p {
    font-size: 1em;
    font-family: sans-serif;
    padding: 10px 5px;
    font-weight: 400;
    margin: 0px 24px 0px 0px;
}


/* about */

img.imgBox {
    background-attachment: ;
    width: 100%;
    height: 20%;
    display: inline-flex;
    overflow: hidden;
    margin: 0 auto;
}

.About-wrrap {
    display: inline-block;
    position: relative;
}

p.title-Des {
    padding: 10px 0px;
    margin-top: 0px;
    font-size: 0.9em;
    font-weight: 300;
    font-family: arial black;
}

h3.Mdle-Text {
    padding: 12px 4px;
    font-size: 5em;
    font-family: roboto;
    font-weight: 700;
    line-height: 120%;
}

p.title-Des2 {
    padding: 10px 0px 15px 0px;
    font-size: 15px;
    font-family: monospace;
}

.rightBox-wrrap {
    margin: 0 auto;
    background: green;
    position: relative;
}

ul.About-list {
    font-size: 14px;
    padding: 4px 30px;
    font-weight: 500;
    margin-bottom: 123px;
}

.float-Right {
    width: 50%;
    float: left;
}

.float-Right img {
    width: 100%;
    height: 100%;
}

.Btn {
    line-height: 2;
    display: inline-block;
    color: #fff;
    background-color: #47ea4e;
    text-align: left;
    padding: 10px 40px;
    cursor: pointer;
    vertical-align: middle;
    text-decoration: none;
    transition: all .2s linear;
    margin-bottom: 59px;
    border: 2px solid #47ea4e;
    border-radius: 50px;
    font-size: 14px;
    letter-spacing: 2px;
    box-sizing: border-box;
}

.Btn:hover {
    background: none;
    color: #000;
    font-weight: 600;
}


/*   clients section */

:root {
    --dark-green: #9cc675;
    --dark-yellow: #e89a3d;
    --extra-light-brown: #fdf0d7;
    --light-brown: #ecd5ab;
    --dark-brown: #915b40;
    --light-yellow: #f8e3a8;
    --light-red: #f3ac99;
    --light-teal: #a6c8cc;
    --light-gray: #ddd5d6;
    --theme-color2: #e89a3d;
}

.site-logo {
    width: 218.33px !important;
    margin-right: 50px;
}

.btn {
    border-radius: 5px;
    font-weight: normal;
    font-size: 15px;
    letter-spacing: 0.02em;
    line-height: 12px;
    text-align: center;
    font-weight: 600;
    font-size: 14px;
    padding: 14px 30px;
    cursor: pointer;
}

.btn-theme {
    background: var(--theme-color1);
    color: #212121;
}

.c-container {
    margin: auto;
    width: 93%;
    position: relative;
    z-index: 1;
}

.btn-outline-white {
    color: #fff;
    background-color: rgba(255, 255, 255, 0.1);
    background-image: none;
    border-width: 2px;
    border-color: #fff;
    font-weight: 500;
    -webkit-transition: all .2s;
    transition: all .2s;
}

.btn {
    border-radius: 5px;
    font-weight: normal;
    font-size: 15px;
    letter-spacing: 0.02em;
    line-height: 12px;
    text-align: center;
    font-weight: 600;
    font-size: 14px;
    padding: 14px 30px;
    cursor: pointer;
}

.btn-outline-white:hover {
    background-color: #fff;
    color: var(--text-dark);
}


/* common css up */

.testimonial p {
    font-size: 28px;
    letter-spacing: 0.02em;
    line-height: 35px;
}

.testimonial .name {
    font-weight: bold;
    font-size: 18px;
    letter-spacing: 0.04em;
    line-height: 35px;
    text-align: left;
}

.testimonial .designation {
    font-size: 14px;
    letter-spacing: 0.04em;
    text-align: left;
    color: #fff;
    opacity: 0.65;
}

.unt {
    margin-bottom: 20px;
    margin-top: 60px;
}

.hero-text {
    font-size: 30px;
    letter-spacing: 0.02em;
    color: #fff;
}

.gallery-thumbs {
    height: 100%;
}

.gallery-thumbs .swiper-wrapper {
    align-items: center;
}

.gallery-thumbs .swiper-slide {
    background-position: center;
    background-size: cover;
    width: 250px !important;
    height: 330px;
    position: relative;
}

.gallery-thumbs .swiper-slide img {
    filter: contrast(0.5) blur(1px);
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
}

.gallery-thumbs .swiper-slide-active img {
    filter: contrast(1) blur(0px) !important;
}

.flex-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

.flex-row .flex-col {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.gallery-thumbs .swiper-wrapper {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.testimonial-section .quote {
    width: 75%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-left: 100px;
    padding-right: 100px;
}

.swiper-container.testimonial {
    height: 100vh;
}

.testimonial-section .user-saying {
    background: #000000;
    width: 60%;
    color: #fff;
    height: 100%;
}

.testi-user-img {
    width: 40%;
}

.testimonial-section {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    height: 100%;
}

.testimonial-section .quote p {
    font-size: 20px;
    font-weight: 300;
    line-height: 1.8;
    font-style: italic;
    margin: 0;
}

.quote-icon {
    width: 38px;
    display: block;
    margin-bottom: 30px;
}


/* Pricing */

.one_third {
    width: 28%;
}

.pricing-table {
    padding-bottom: 20px;
    background-color: #18a1cb;
    margin-top: 70px;
    max-width: 350px;
    margin-left: auto;
    margin-right: auto;
    border: 2px solid #fff;
    position: relative;
    text-align: left;
}

.pricing-wrapper {
    padding: 0 15%;
}

.pricing-table-title {
    color: #ffffffc7;
    font-size: 33px;
    font-weight: 700;
    padding: 0;
    margin-bottom: 17px;
}

.pricing-num {
    font-size: 150px;
    font-weight: 700;
    color: #ffffff;
    text-shadow: -1px 0 #b3b3b3, 0 1px #b3b3b3, 1px 0 #b3b3b3, 0 -1px #b3b3b3;
    line-height: 100%;
    margin-bottom: -10px;
    position: absolute;
    top: -50px;
    right: -25px;
    z-index: 1;
}

.pricing-num:before {
    content: "";
    width: 136px;
    background-color: #18a1cb;
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    z-index: -1;
}

.pricing-table-price {
    font-size: 39px;
    line-height: 120%;
    color: #492f76;
    font-weight: 700;
}

.pricing-table-desc {
    font-size: 16px;
    letter-spacing: 2px;
}

.pricing-table ul {
    padding: 0;
    list-style: none;
    margin-top: 25px;
}

.pricing-table ul li {
    padding: 10px 0;
    color: #fff;
}

.pricing-list span.fa {
    color: #492f76;
    margin-right: 25px;
}

.pricing-list.included-no,
.pricing-list.included-no span.fa {
    color: gray;
}

.pricing-list.included-no span.fa:before {
    content: "\f00d";
}

.pricing-table-content-holder {
    margin-bottom: 40px;
}

.pricing-button {
    text-align: center;
}

section#Pricing {
    background: #9290a7;
}

.pricing-button a {
    background: #492f76;
    padding: 15px 34px;
    border-radius: 50px;
    font-size: 15px;
    font-family: sans-serif;
    font-weight: 600;
    color: #ffffffd4;
    box-sizing: border-box;
    text-decoration: none;
    line-height: 2;
    letter-spacing: 4px;
    transition: all .2s linear;
}

.pricing-button a:hover {
    background: none;
    border: 2px solid #492f76;
    text-decoration: none !important;
    color: #fff !important;
}

a.button.scroll {
    position: relative;
    display: inline-flex;
    margin: 20px 0px;
}


/* Team Member */

.Teamleft {
    padding: 20px 0px;
    background: #fff;
    margin: 100px 14px 0px;
    z-index: 1;
}

section#Team {
    background: black;
}

.NameBox h2 {
    position: relative;
    left: 10%;
    font-size: 35px;
    letter-spacing: 2px;
    font-weight: 500;
    background: red;
    display: inline-flex;
    padding: 11px 10px;
}

.Tdec p {
    padding: 63px 40px;
    font-size: 20px;
}

.imgBx img {
    height: 422px;
    overflow: hidden;
    margin-left: -100px;
}

.memberImg img {
    max-width: 100%;
    vertical-align: middle;
    display: inline-block;
}

.memberDec {
    background: #fff;
    padding: 20px;
    vertical-align: -webkit-baseline-middle;
    background-color: #fff;
    padding: 67px 22px;
    display: inline-block;
    vertical-align: middle !important;
    margin-left: -130px;
    text-align: left;
    position: absolute;
    z-index: 2;
    margin-top: 100px;
}

.memberDec h6 {
    display: inline-flex;
    margin: 10px 25px;
    font-size: 18px;
    font-family: cursive;
    font-weight: 500;
}

.memberDec h3 {
    font-size: 5em;
    padding: 16px 0px;
    letter-spacing: 4px;
    font-weight: 600;
}

.memberDec p {
    font-size: 14px;
}

.memberDec2 h6 {
    display: inline-flex;
    margin: 10px 25px;
    font-size: 18px;
    font-family: cursive;
    font-weight: 500;
}

.memberDec2 h3 {
    font-size: 5em;
    padding: 16px 0px;
    letter-spacing: 4px;
    font-weight: 600;
}

.memberDec2 p {
    font-size: 14px;
}

@media screen and (min-width: 500px) {
    .memberDec {
        margin-top: 125px;
        position: relative;
        margin-left: -200px;
        margin-bottom: 15px;
    }
}

@media screen and (max-width: 767px) {
    .memberDec {
        margin-top: 15px;
        position: relative;
        margin-left: 0px;
        margin-bottom: 15px;
    }
}

.Content-Wrrap {
    margin: 80px 0px;
}

.memberDec2 {
    background-color: #fff;
    margin-right: -136px;
    z-index: 2;
    position: relative;
    padding: 67px 22px;
}

@media screen and (max-width: 767px) {
    .memberDec2 {
        margin-top: 15px;
        position: relative;
        margin-left: 0px;
        margin-bottom: 15px;
        margin-right: 0px !important;
    }
}

@media screen and (min-width: 500px) {
    .memberDec2 {
        margin-right: -200px;
        margin-bottom: 15px;
        margin-left: 0;
        margin-top: 150px;
    }
}


/*  FAQ */

#FAQ {
    background: #000000;
}

li.milestone {
    list-style: none;
    padding: 7px 20px;
}

.milestone-info-left {
    float: left;
    display: inline-flex;
}

p.milestone-num {
    font-size: 80px;
    font-weight: 700;
    position: relative;
    margin-bottom: 0;
    color: #47ea4e;
    text-shadow: -1px 0 #b3b3b3, 0 1px #b3b3b3, 1px 0 #b3b3b3, 0 -1px #b3b3b3;
}

.milestone-info-right {
    padding: 30px;
}

.milestone-info-right h5 {
    font-size: 25px;
    margin-top: 0;
    color: #ffffff;
    font-family: sans-serif;
    font-weight: 800;
    margin: 7px 35px;
}

p.milestone-text {
    padding: 30px;
    font-size: 17px;
    color: #fbfbfbb3;
    margin-top: 17px;
}


/* Contact*/

.contact-wrrp {
    position: relative;
    top: 100px;
}

.contact002 h3 {
    font-size: 5rem;
    font-family: fangsong;
    text-transform: capitalize;
    padding: 10px 0px;
    color: #131313fa;
}

.contact002 p {
    font-size: 13px;
    font-family: sans-serif;
}

.address {}

.address h5 {
    font-size: 17px;
    padding: 7px 2px;
    margin-top: 97px;
    color: #18a1cb;
}

.Cphone h5 {
    font-size: 17px;
    padding: 2px 2px;
    margin-top: 97px;
    color: #18a1cb;
}

.address p {
    font-size: 13px;
}

p.title {
    display: inline-table;
    padding: 3px 18px;
    font-size: 17px;
    color: #676767;
    font-family: sans-serif;
}

h3.middleText {
    font-size: 5em;
    display: inline-flex;
    font-weight: 700;
    color: #000;
    padding: 12px 0px;
}

p.LstP {
    padding: 5px 0px;
    font-size: 23px;
    color: #6f6f6f;
}

span.your-name {
    border: none;
    border-bottom: 4px solid black;
    display: inline-grid;
    border-top: none;
    outline: none;
}

span.your-name input {
    border: none;
    font-size: 19px;
    background: transparent;
    padding: 1px;
    margin: 5px;
    outline: none;
}

span.your-email {
    border: none;
    border-bottom: 4px solid black;
    display: inline-grid;
    border-top: none;
}

span.your-message {
    border: none;
    border-bottom: 4px solid black;
    display: inline-grid;
    border-top: none;
}

span.your-message textarea {
    border: 0;
    font-size: 19px;
    background: transparent;
    padding: 1px;
    margin: 5px;
    outline: none;
}

span.your-email input {
    border: none;
    font-size: 19px;
    background: transparent;
    padding: 1px;
    margin: 5px;
    outline: none;
}

span.your-name input :focus {
    outline: none;
}

.submit {
    background: #47ea4e;
    padding: 10px 163px;
    text-align: center;
    margin: 13px 16px;
    border: 1px solid #c7c7c7;
    border-radius: 50px;
    font-size: 20px;
    color: #fff;
    font-weight: 600;
}

.submit:hover {
    background: none;
    border: 2px solid #47ea4e;
    color: #47ea4e;
}


/* STYLES SPECIFIC TO FOOTER  */

.office-box h4 {
    padding: 15px 0px;
    font-size: 21px;
    font-weight: 600;
}

.office-box p {
    font-size: 12px;
    font-family: arial;
}

.NOC-box h4 {
    font-size: 21px;
    padding: 15px 0px;
    font-weight: 600;
}

.NOC-box p {
    font-size: 12px;
}

.opening-box h4 {
    font-size: 21px;
    padding: 15px 0px;
    text-transform: uppercase;
    font-weight: 600;
}

.banner-section {
    background-image: url(img/pexels-brett-sayles-2881233.jpg);
    width: 100%;
    height: 400px;
    background-attachment: fixed;
    background-size: cover;
    background-repeat: no-repeat;
}


/* service page */

section#banner-service {
    background-image: url(img/pexels-josh-sorenson-1054397.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    height: 400px;
}

.texttitle h3 {
    text-transform: capitalize;
    font-size: 36px;
    color: #fff;
    margin-top: 76px;
    font-weight: 600;
    font-family: fangsong;
}

.texttitle p {
    font-size: 16px;
    color: #e0dfdf;
    margin-top: 23px;
}


/* service section*/

section#sun-service {
    background: #18a1cb;
}


/* About page*/

.about-img img {
    max-width: 100%;
}

@media (max-width:800px) {
    .leftside {
        width: 100%;
    }
    .rightside {
        display: none;
    }
    .leftside h3 {
        font-size: 2rem;
    }
    .ContactFrom span {
        width: 100%;
    }
}


/*FTP page */

a.ftp {
    display: inline-flex;
    margin: 0 auto;
    left: 50%;
    position: relative;
    text-decoration: none !important;
    top: 100px;
}

section#ftpserver {
    width: 100%;
    height: 300px;
}


/*TV Server*/

.tv-server {
    margin-top: 66px;
}

a.ftp-link {
    display: inline-block;
    text-align: center;
    padding: 15px;
}