body,
html {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    overflow-x: hidden;
    background: #fafafa;
    -webkit-touch-callout: none;
    /* iOS Safari */
    -webkit-user-select: none;
    /* Safari */
    -khtml-user-select: none;
    /* Konqueror HTML */
    -moz-user-select: none;
    /* Firefox */
    -ms-user-select: none;
    /* Internet Explorer/Edge */
    user-select: none;
    scroll-behavior: smooth;
}

::-webkit-scrollbar {
    display: none;
    -ms-overflow-style: none;
    /* IE and Edge */
    scrollbar-width: none;
    /* Firefox */
}

#MobNav {
    display: none;
}
.carousel-inner img{
    width: 50%;
}

.MyNavBar {
    position: fixed;
    top: 0px;
    width: 100%;
    height: 100px;
    background: rgba(2, 2, 2, .85);
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    z-index: 10000;
    transition: all .5s;
}

.MyNavBar.shrink {
    top: 0;
    width: 100%;
    left: 0;
    height: 65px;
    background-image: none;
    position: fixed;
    z-index: 100;
    background: rgba(2, 2, 2, .95);
}

.about-us-para {
    font-size: 20px;
}

.about-us-thumbnail {
    background-image: url(../Imgs/about-us-thumb.jpg);
    background-repeat: no-repeat;
    background-position: right;
    background-size: 90%;
    position: relative;
    width: 360px;
    height: 360px;
    border-radius: 20px;
    border-top-right-radius: 0;
}

.about-us-thumbnail figure img {
    width: 360px;
    height: 360px;
    position: absolute;
    top: 100px;
    left: 15px;
    border-radius: 20px;
    border-bottom-left-radius: 0;
    -webkit-filter: drop-shadow(0px 0px 15px rgba(2, 2, 2, .5));
    filter: drop-shadow(0px 0px 15px rgba(2, 2, 2, .5));
}

.MyNavBar.shrink .NavLogo .PcLogo {
    display: none;
}

.MyNavBar.shrink .NavLogo .MobLogo {
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    width: 70%;
}

.MyNavBar.shrink .NavLogo img {
    margin-left: 40px;
    width: 9%;
}

.NavLogo {
    flex: 1;
    left: 0;

    width: 100%;
    height: 100%;
}

.NavLogo .PcLogo {
    display: block;
     display: inline-block;
    height: 100%;
    vertical-align: middle;
    width: 60%;
}

.NavLogo .MobLogo {
    display: none;
}

.NavLogo img {
    margin-left: 15px;
    margin-top: 0px;
    width: 85%;
}

.NavBtns {
    flex: 2;
    right: 0;
    width: 100%;
    bottom: 0;
}

.multiple-items {
    display: flex;
    flex-direction: row;
}

.multiple-items .item {
    flex: 1;
    width: 128px;
    height: 128px;
    margin: 25px;
}

.multiple-items .item img {
    width: 128px;
    height: 128px;
}

.logo-slider .item {
    display: inline;
}

.NavBtns ul {
    position: absolute;
    list-style: none;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    bottom: 0;
    left: 10%;
    width: 100%;
}

.MyNavBar.shrink ul li {
    color: #4285f4;

}

.NavBtns ul li {
    padding: 0 10px 0 10px;
    text-decoration: none;
    font-size: 16px;
    text-transform: uppercase;
    color: #fafafa;
    font-weight: 400;
    cursor: pointer;
    display: block;
    transition: all .5s;
}

.NavBtns ul li a {
    color: #4285f4;
}

.NavBtns ul .active {
    border-bottom: 1px solid #4285f4;
}

.NavBtns ul li:hover {
    border-bottom: 1px solid #4285f4;
}

.mvimg {
    background-image: url(../Imgs/M&V.png);
    background-position: right;
    background-size: 45%;
    background-repeat: no-repeat;

}

.CustomarBtn {
    position: absolute;
    background: #4285f4;
    z-index: 99;
    right: 0%;
    top: 100px;
    width: 25%;
    font-size: 24px;
    text-align: center;
    padding: 7px;
    color: #fafafa;
    text-decoration: none;
    border-radius: 0 0 0 30px;
    transition: all .5s;

}

.CustomarBtn.shrink {
    right: 0;
    top: 160px;
}

.section {
    padding: 40px 0 40px 0;
    position: relative;
    overflow: hidden;

}

.section-black {
    margin-top: 20px;
    padding: 40px 0 40px 0;
    position: relative;
    overflow: hidden;
    background: #26272b;
}

.service-title {
    text-align: center;
    color: #fafafa;
    font-weight: 500;

}

.service-title h2 {
    display: inline;
    font-size: 40px;
    margin-right: 5px;


}

.service-title span {
    margin-right: 10px;
    display: inline;
    color: #4285f4;
    font-size: 40px;

}

.services-container {
    width: 100%;
    display: flex;
    margin-top: 15px;
    flex-direction: row;
}

.service {
    border-right: 1px solid #4285f4;
    width: 25%;
    display: flex;
    justify-content: center;
    align-content: center;
    flex-direction: column;
    align-items: center;
    color: #fafafa;
    padding: 20px;
}

.service.last {
    border-right: 0;
}

.service i {
    color: #4285f4;
    font-size: 35px;
}

.service h4 {
    margin-top: 10px;
    font-size: 32px;
}

.service p {
    font-size: 18px;
    margin-top: 10px;
}

.section.blue {}

.section-title {
    position: relative;
    width: 100%;
    text-align: left;
    color: #4285f4;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 22px;
    margin-left: 20px;
    margin-bottom: 25px;
    overflow: hidden;
}

.section-title h2 {
    font-weight: 500;
    display: inline;
    margin-right: 5px;
    font-size: 27px;

}

.section-title span {
    color: #222;
    font-size: 22px;

}

.section-title span::after {
    content: '';
    width: 80%;
    position: absolute;
    bottom: 30%;
    height: 2px;
    background: #222;
    margin-left: 10px;
}

.section-title-right {
    position: relative;
    width: 100%;
    text-align: right;
    color: #4285f4;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 22px;
    margin-bottom: 25px;
    overflow: hidden;
}

.section-title-right h2 {
    font-weight: 500;
    display: inline;
    font-size: 27px;
    margin-right: 5px;


}

.section-title-right span {
    font-size: 22px;
    font-weight: 500;
    color: #222;
    margin-right: 5px;

}

.section-title-right span::before {
    content: '';
    width: 82%;
    position: absolute;
    bottom: 30%;
    height: 2px;
    background: #222;
    margin-left: 20px;
    left: 0;
}

.section-title-client {
    position: relative;
    width: 100%;
    text-align: left;
    color: #4285f4;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 22px;
    margin-left: 20px;
    margin-bottom: 25px;
    overflow: hidden;
}

.section-title-client h2 {
    font-weight: 500;
    display: inline;
    font-size: 27px;

    margin-right: 5px;

}

.section-title-client span {
    color: #222;
    font-size: 22px;
    margin-right: 5px;


}

.section-title-client h2::after {
    content: '';
    width: 80%;
    position: absolute;
    bottom: 30%;
    height: 2px;
    background: #4285f4;
    margin-left: 10px;
}

.section-title-right.blogs h2::before {
    content: '';
    width: 88%;
    position: absolute;
    bottom: 30%;
    height: 2px;
    background: #4285f4;
    margin-left: 20px;
    left: 0;
}

#about-us-mob {
    display: none;
}

#about-us-pc {
    display: block;
}

.about-us .ClientImg {
    -webkit-filter: drop-shadow(0px 0px 15px rgba(2, 2, 2, .2));
    filter: drop-shadow(0px 0px 15px rgba(2, 2, 2, .2));
}

.big-title {
    color: #fafafa;
}

.big-title h1 {
    color: #fafafa;
    font-size: 60px;
    text-align: center;
    text-transform: uppercase;
    margin-top: 30px;
}

.big-title h1 span {
    margin-left: -15px;
    font-size: 40px;

}

.big-title p {
    margin-top: 20px;
    color: #fafafa;
    line-height: 40px;

}

.about-us-container {
    color: #fafafa;
    font-size: 18px;
    line-height: 40px;
    border-left: 1px solid #fafafa;
}

.hrefBtn {
    border: 1px solid #fafafa;
    border-radius: 2px;
    padding: 5px 20px 5px 20px;
    transition: all .5;
    font-size: 18px;
}

.hrefBtn:hover {
    background: rgba(255, 225, 255, .2);
}

.keys {
    border-left: 1px solid #fafafa;
}

.key {

    display: flex;
    width: 100%;
    flex-direction: row;
    color: #fafafa;
    margin-top: 45px;
}

.key-img-holder {
    justify-content: center;
    align-items: center;
    align-content: center;
    margin-left: 50px;
    margin-right: 20px;

}

.key-img-holder i {
    font-size: 40px;
}

.key-content {
    color: #fafafa;
}

.key-content h2 {
    text-transform: uppercase;
}

.key img {
    margin: 0 40%;
    width: 50%;
}

.btn-primary {
    background: #4285f4;
}

.fixed-image-section {
    background-image: url(../Imgs/fixed-attach.jpg);
    background-attachment: fixed;
    background-size: cover;
    background-position: center center;
}

.attach-over {
    width: 100%;
    margin-top: 50px;
    margin-bottom: 50px;
    background: rgba(2, 2, 2, .5);
    border-radius: 15px;
    box-shadow: 0 0 40px 0 #222;
}

.news-section {
    margin-top: 50px;
    margin-bottom: 50px;
    margin-left: 25px;
    color: #fafafa;
    width: 95%;
}

.news-section i {
    margin-bottom: 10px;
    margin-right: 10px;
    color: #4285f4;
}

.news-section .btn {
    width: 100%;
}

.subscribe-news span {
    color: #4285f4;
    font-size: 50px;
    font-weight: bold;
    margin-left: 50px;
    margin-top: 30px;
}

.subscribe-news h4 {
    margin-left: 10%;
}

.location {
    margin-top: 300px;
}

.location h3 {
    margin-right: -50px;
    margin-bottom: 50px;
    border-bottom: 2px solid #222;
    color: #222;
    font-size: 34px;
    text-align: right;
}

.location i {
    margin-right: 10px;
    color: #4285f4;
}

.location-map {
    width: 100%;
    overflow: hidden;
    border: 1px solid #4285f4;
    box-shadow: 0 0 20px 0 #222;

}

.location-map iframe {
    transition: all .5s;
}

.location-map:hover iframe {
    transform: scale(1.1);
}

.social-section {
    margin-top: 50px;
    width: 100%;
    display: flex;
    flex-direction: column;
}

.social-section span {
    display: block;
    width: 100%;
    margin-bottom: 10px;
    margin-top: 10px;
    font-size: 20px;
    text-align: center;
}

.social-section span i {
    color: #4285f4;
    margin-right: 10px;
    font-size: 24px;
}

.Quotation {
    position: fixed;
    top: 30%;
    padding: 10px;
    text-align: center;
    vertical-align: middle;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    box-shadow: 0 0 25px 0 #2BBBAD;
    right: 25px;
    z-index: 199;
    transform: rotateZ(-90deg);
    background: #2BBBAD;
    transform-origin: right;
    color: #fafafa;
    font-size: 22px;
    transition: all .5s;
    outline: none;
}

.Quotation:hover {

    transform: rotateZ(-90deg) scale(1.1);
}

.contact-us-discription p {
    text-align: center;
    font-size: 20px;
}

.footer {
    display: flex;
    flex-direction: row;
    padding: 15px;
    position: relative;
    margin-top: 25px;
    background: #26272b;
}

.footer span {
    flex: 2;
    color: #fafafa;
    vertical-align: middle;
    margin: auto;
    top: 50%;
    margin-left: 7%;
    font-size: 18px;
}

.footer-btns {
    flex: 1;
    display: flex;
    flex-direction: row;
}

.footer-btns a {
    transform: scale(.8);
}

.narrower {
    margin-bottom: 30px;
    transition: all .5s;
    cursor: pointer;
}

.narrower:hover {
    transform: scale(1.05);
}

.header-img {
    background-image: linear-gradient(135deg, rgba(22, 119, 197, .2), rgba(61, 189, 255, .2)), url(../Imgs/1.jpg);
    padding-bottom: 37.25%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    align-content: center;
    background-size: cover;
    background-attachment: fixed;
    background-position: 100 center;
}

.connected-img-holder {
    margin-top: 50px;
    width: 100%;
}

.connected-img-holder img {
    width: 100%;
    width: 100%;
    height: 100%;
    -webkit-filter: drop-shadow(0px 10px 10px rgba(2, 2, 2, .3));
    filter: drop-shadow(0px 10px 10px rgba(2, 2, 2, .3));
}

.connected-collapse {
    margin-top: 50px;
    box-shadow: 0 0 15px 0 rgba(2, 2, 2, .2);
}

.join-our-club-section {
    text-align: center;
    color: #4285f4;
    margin-top: 50px;
    width: 100%;
}

.join-our-club-section h2 {
    text-align: center;
}

.join-our-club-section h2 i {
    font-size: 40px;
}

.join-us-btn {
    background: transparent;
    border: 0;
    outline: none;
    -webkit-filter: drop-shadow(0px 10px 15px rgba(2, 2, 2, .8));
    filter: drop-shadow(0px 10px 15px rgba(2, 2, 2, .8));

}

.join-us-btn img {
    width: 70%;
    transition: all 1s;
    animation: animJoin 3s ease-in-out infinite;

}

.join-us-btn img:hover {
    animation: animJoin 1s ease-in-out infinite;
}

@keyframes animJoin {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.1);
    }

    100% {
        transform: scale(1);
    }

}

.DCP {
    border: 0;
    background: transparent;
    outline: none;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-decoration: none;
    color: #4285f4;
    cursor: pointer;
    margin-top: 50%;
    animation: animJoin 3s ease-in-out infinite;
    text-align: right;

}

.DCP i {
    color: #4285f4;
    font-size: 70px;
}

.DCP h6 {
    margin-top: 15px;
    color: #4285f4;
    text-transform: uppercase;
}

.chart-holder {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-content: center;
    align-items: center;
}

.chart-holder img {
    width: 100%;
    -webkit-filter: drop-shadow(0px 10px 15px rgba(2, 2, 2, .8));
    filter: drop-shadow(0px 10px 15px rgba(2, 2, 2, .8));
}

/*-- testimonials start --*/

.testimonials {
    background-image: url(../Imgs/testimonial.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: auto;
    position: relative;
    padding-top: 116px;
    padding-bottom: 145px;
}



.testimonials .testimonials-inner {
    width: 1310px;
    margin: 0 auto;
}

.testimonials .carousel h2 {
    font-size: 50px;
    color: #4285f4;
    letter-spacing: 0.2px;
    font-weight: bold;
    margin-bottom: 90px;
}

.testimonials .carousel p {
    font-size: 22px;
    line-height: 32px;
    color: #ffffff;
    font-family: Arial, Helvetica, sans-serif;
    margin: 0 auto;
    width: 68%;
    margin-bottom: 28px;
}

.testimonials .carousel h4 {
    font-size: 28px;
    color: #4285f4;
    font-family: Arial, Helvetica, sans-serif;
    margin-bottom: 3px;
}

.testimonials .carousel h6 {
    font-size: 20px;
    line-height: 32px;
    color: #ffffff;
    font-family: Arial, Helvetica, sans-serif;
}

.testimonials .carousel i {
    font-size: 60px;
    color: #ffffff;
}

.testimonials .carousel-indicators {
    display: none;
}

.carousel-control-next,
.carousel-control-prev {
    opacity: 1;
    width: 8%;
}

footer {
    margin-top: 20px;
    background-color: #26272b;
}

footer figure {
    padding-bottom: 22px;
}

footer p,
span {
    font-size: 18px;
    line-height: 32px;
    color: #eee;
    font-family: Arial, Helvetica, sans-serif;
}

footer h5 {
    margin-top: 4px;
    margin-bottom: 24px;
}

footer p {
    opacity: 0.8;
    margin-right: 8%;
    margin-bottom: 12px;
}

footer h5 a {
    font-size: 18px;
    line-height: 32px;
    color: #000000;
    font-family: Arial, Helvetica, sans-serif;
    transition: 0.5s;
}

footer h5 sub {
    font-size: 100%;
    bottom: 0;
    margin: 0 5px;
    vertical-align: middle;
}

footer h5 a {
    color: #fafafa;
}

footer h5 a:hover {
    color: #4285f4;
    text-decoration: underline;
}

footer .footer-inner {
    display: flex;
    padding-top: 65px;
}

footer iframe {
    width: 818px;
    height: 490px;
    display: block;
}

.footer-bottom {
    text-align: center;
    background: #fafafa
}

.footer-bottom p {
    margin: 0;
}

footer span i {
    font-size: 24px;
    color: #999;
    transition: 0.5s;
}

footer span i:hover {
    color: #4285f4;
}

footer span a {
    margin-right: 23px;
}



.footer-bottom a {
    font-size: 9px;
    line-height: 12px;
    color: #666;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    transition: 0.5s;

}

.footer-bottom a:hover {
    color: #4285f4;
    border-color: #4285f4;
}

footer .navbar-nav {
    padding-top: 55px;
}

footer .navbar-nav li a {
    font-size: 18px;
    line-height: 42px;
    color: #000000;
    font-family: Arial, Helvetica, sans-serif;
}

footer .navbar-nav li a:hover {
    font-weight: bold;
    border-bottom: 2px solid #000000;
}

/*-- footer end --*/

/*-- top to bottom-button*/



footer .fa-arrow-up {
    margin: 10px;
    position: absolute;
    bottom: 0px;
    left: 5px;
    top: 5px;
    font-size: 20px;
    transition: 0.7s;
}

footer .fa-arrow-up:hover {
    top: 0;
}

.view-cascade {
    margin-top: 40px;
}
