.mySlides {
    display: none;
    padding-top: 90px;
}

body {
    font-family: sans-serif !important;
    font-weight: 500 !important;
}

h2 {
    font-size: 3.0rem !important;
}

.toggle-position {
    top: 5px !important;
}

.about-section {
    margin: 0;
    padding: 80px 0 70px;
}

.about-text {
    padding-inline: 12px;
    font-size: 18px;
    line-height: 1.8;
    color: black;
    text-align: justify;
}

@media screen and (min-width: 768px) {
    .about-section {
        padding-top: 60px;
    }

   .about-text {
       font-size: 24px;
       text-wrap: pretty;
   }
}

.portfolio-title {
    font-size: 38px !important;
    color: white;
    margin-bottom: 38px;
    margin-top: 25px !important;
}

.portfolio-section {
    text-align: center;
    background-color: #4a70b5;

    padding: 32px 0;
}

p {
    color: black !important;
}

.submenu {
    color: white !important;

    a {
        white-space: nowrap;
    }
}

.article-div {
    padding: 10px;
    text-align: justify !important;
    border: 2px solid white !important;
    border-radius: 10px !important;
    min-height: 450px;
    box-shadow: 0 2px 2px 0 #695afd, 0 0 0 1px rgb(160 49 49 / 8%) !important;
}

.portfolio-details-slider {
    padding: 10px;
    min-height: 600px;
    box-shadow: 0 2px 2px 0 #000000, 0 0 0 1px rgb(160 49 49 / 8%) !important;
}

.blog-read-btn {
    color: #695afd;
    background-color: #f2f1ff;
    font-size: 15px !important;
    margin-top: 20px !important;
}

.service-item:hover {
    opacity: 0.7;
    border: none;
}

.about-title {
    text-align: center;
    margin-bottom: 32px;
    font-size: 38px !important;
    font-weight: normal;
}

.overlay {
    position: absolute;
    transition: all 0.3s ease;
    opacity: 0.5;
    background-color: black;
}

.container:hover .overlay {
    opacity: 1;
}

.overlayRight {
    height: 100%;
    width: 0;
    top: 0;
    right: 75px;
    background-color: #9bcd9b;
}

.bg-image:hover .overlayRight {
    width: 250px;
}

img {
    vertical-align: middle;
}

.container-inner {
    padding-left: 60px;
    padding-right: 60px;
}

.services-background-image {
    background: #eae7e7;
    background-size: cover;
}

.section-service {
    background: #00000096;
    height: auto;
    padding-top: 70px;
    padding-bottom: 70px;
}

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

.client-section {
    padding-top: 60px;
    padding-bottom: 50px;
}

.client-title {
    margin-bottom: 48px;
}

.video-wrapper {
    position: relative;
    width: 100%;
    padding-bottom: 56.25%; /* 16:9 aspect ratio */
    height: 0;
    overflow: hidden;
}

.video-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

@media (min-width: 768px) {
    .section-service, .client-section {
        padding-top: 65px;
        padding-bottom: 100px;
    }
}

.bg-image {
    margin-top: 90px;
}

.bg-image .text {
    position: center;
}

.bg-image .text h2 {
    color: white;
    font-size: 4em;
}

.bg-image .text a {
    background-color: #134da1;
    color: white;
}

.slideshow-container {
    width: 100%;
    position: relative;
    margin: auto;
}

.prev,
.next {
    cursor: pointer;
    position: absolute;
    top: 55%;
    width: auto;
    padding: 40px;
    margin-top: -22px;
    color: white;
    font-weight: bold;
    font-size: 18px;
    transition: 1.2s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
}

.next {
    right: 0;
    border-radius: 3px 0 0 3px;
}

.prev:hover,
.next:hover {
    background-color: rgba(0, 0, 0, 0.8);
}

.text {
    color: #f2f2f2;
    font-size: 15px;
    padding: 8px 12px;
    position: absolute;
    bottom: 280px;
    width: 100%;
    text-align: center;
}

.numbertext {
    color: #f2f2f2;
    font-size: 12px;
    padding: 8px 12px;
    position: absolute;
    top: 0;
}

.contact {
    margin: 15px;
}

.dot {
    cursor: pointer;
    height: 15px;
    width: 15px;
    margin: 0 2px;
    background-color: #bbb;
    border-radius: 50%;
    display: inline-block;
    transition: background-color 0.6s ease;
}

.top-bar {
    background: white;
    top: 0px;
}

.active,
.dot:hover {
    background-color: #717171;
}

ul {
    color: black !important;
}

.fade {
    -webkit-animation-name: fade;
    -webkit-animation-duration: 1.5s;
    animation-name: fade;
    animation-duration: 1.5s;
}

@-webkit-keyframes fade {
    from {
        opacity: 0.4;
    }
    to {
        opacity: 1;
    }
}

@keyframes fade {
    from {
        opacity: 0.4;
    }
    to {
        opacity: 1;
    }
}

@media only screen and (max-width: 300px) {
    .prev,
    .next,
    .text {
        font-size: 11px;
    }
}

.top-bar--light.is-expanded .top-bar__collapse, .top-bar--light.is-sticky {
    background-color: blueviolet !important;
}

@media only screen and (max-width: 600px) {
    .text {
        top: 40vh;
        bottom: none;
    }

    .main-image {
        margin-top: 55px;
        height: 80vh;
    }

    .homepage-video {
        width: auto !important;
        height: 85vh !important;
    }

    ul {
        color: white !important;
    }

    .bg-image {
        margin-top: 0 !important;
    }

    .bg-image img {
        height: 300px;
    }

    .bg-image .text h2 {
        font-size: 2em;
    }
}

.top-bar.is-sticky {
    background-color: white !important;
}

@import "https://fonts.googleapis.com/css?family=Montserrat:400,700|Raleway:300,400";
/* colors */
/* tab setting */
/* breakpoints */
/* selectors relative to radio inputs */
html {
    width: 100%;
    height: 100%;
}

body h1 {
    text-align: center;
    color: #428bff;
    font-weight: 300;
    padding: 40px 0 20px 0;
    margin: 0;
}

.tabs {
    left: 50%;
    transform: translateX(-50%);
    position: relative;
    background: white;
    padding: 50px;
    padding-bottom: 80px;
    width: 90%;
    height: 100%;
    margin-top: 50px;
    margin-bottom: 50px;
    box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
    border-radius: 5px;
    min-width: 240px;
}

.tabs input[name="tab-control"] {
    display: none;
}

.tabs .content section h2,
.tabs ul li label {
    font-family: "Montserrat";
    font-weight: bold;
    font-size: 20px;
    color: #428bff;
}

.tabs ul {
    list-style-type: none;
    padding-left: 0;
    display: flex;
    flex-direction: row;
    margin-bottom: 10px;
    justify-content: space-between;
    align-items: flex-end;
    flex-wrap: wrap;
}

.tabs ul li {
    box-sizing: border-box;
    flex: 1;
    width: 25%;
    padding: 0 10px;
    text-align: center;
}

.tabs ul li label {
    transition: all 0.3s ease-in-out;
    color: #929daf;
    padding: 5px auto;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    cursor: pointer;
    transition: all 0.2s ease-in-out;
    white-space: nowrap;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.tabs ul li label br {
    display: none;
}

.tabs ul li label svg {
    fill: #929daf;
    height: 1.2em;
    vertical-align: bottom;
    margin-right: 0.2em;
    transition: all 0.2s ease-in-out;
}

.tabs ul li label:hover,
.tabs ul li label:focus,
.tabs ul li label:active {
    outline: 0;
    color: #bec5cf;
}

.tabs ul li label:hover svg,
.tabs ul li label:focus svg,
.tabs ul li label:active svg {
    fill: #bec5cf;
}

.tabs .slider {
    position: relative;
    width: 100%;
    transition: all 0.33s cubic-bezier(0.38, 0.8, 0.32, 1.07);
}

.tabs .slider .indicator {
    position: relative;
    width: 50px;
    max-width: 100%;
    margin: 0 auto;
    height: 4px;
    background: #428bff;
    border-radius: 1px;
}

.tabs .content {
    margin-top: 30px;
}

.tabs .content section {
    display: none;
    -webkit-animation-name: content;
    animation-name: content;
    -webkit-animation-direction: normal;
    animation-direction: normal;
    -webkit-animation-duration: 0.3s;
    animation-duration: 0.3s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    line-height: 1.4;
}

.tabs .content section h2 {
    color: #428bff;

}

.tabs .content section h2::after {
    content: "";
    position: relative;
    display: block;
    width: 30px;
    height: 3px;
    font-size: 20px;
    background: #428bff;
    margin-top: 5px;
    left: 1px;
}

.tabs
input[name="tab-control"]:nth-of-type(1):checked
~ ul
> li:nth-child(1)
> label {
    cursor: default;
    color: #428bff;
    font-size: 22px;
}

.tabs
input[name="tab-control"]:nth-of-type(1):checked
~ ul
> li:nth-child(1)
> label
svg {
    fill: #428bff;
}

@media (max-width: 600px) {
    .tabs
    input[name="tab-control"]:nth-of-type(1):checked
    ~ ul
    > li:nth-child(1)
    > label {
        background: rgba(0, 0, 0, 0.08);
    }
}

.tabs input[name="tab-control"]:nth-of-type(1):checked ~ .slider {
    transform: translateX(0%);
}

.tabs
input[name="tab-control"]:nth-of-type(1):checked
~ .content
> section:nth-child(1) {
    display: block;
}

.tabs
input[name="tab-control"]:nth-of-type(2):checked
~ ul
> li:nth-child(2)
> label {
    cursor: default;
    color: #428bff;
}

.tabs
input[name="tab-control"]:nth-of-type(2):checked
~ ul
> li:nth-child(2)
> label
svg {
    fill: #428bff;
}

@media (max-width: 600px) {
    .tabs
    input[name="tab-control"]:nth-of-type(2):checked
    ~ ul
    > li:nth-child(2)
    > label {
        background: rgba(0, 0, 0, 0.08);
    }
}

.tabs input[name="tab-control"]:nth-of-type(2):checked ~ .slider {
    transform: translateX(100%);
}

.tabs
input[name="tab-control"]:nth-of-type(2):checked
~ .content
> section:nth-child(2) {
    display: block;
}

.tabs
input[name="tab-control"]:nth-of-type(3):checked
~ ul
> li:nth-child(3)
> label {
    cursor: default;
    color: #428bff;
}

.tabs
input[name="tab-control"]:nth-of-type(3):checked
~ ul
> li:nth-child(3)
> label
svg {
    fill: #428bff;
}

@media (max-width: 600px) {
    .tabs
    input[name="tab-control"]:nth-of-type(3):checked
    ~ ul
    > li:nth-child(3)
    > label {
        background: rgba(0, 0, 0, 0.08);
    }
}

.tabs input[name="tab-control"]:nth-of-type(3):checked ~ .slider {
    transform: translateX(200%);
}

.tabs
input[name="tab-control"]:nth-of-type(3):checked
~ .content
> section:nth-child(3) {
    display: block;
}

.tabs
input[name="tab-control"]:nth-of-type(4):checked
~ ul
> li:nth-child(4)
> label {
    cursor: default;
    color: #428bff;
}

.tabs
input[name="tab-control"]:nth-of-type(4):checked
~ ul
> li:nth-child(4)
> label
svg {
    fill: #428bff;
}

@media (max-width: 600px) {
    .tabs
    input[name="tab-control"]:nth-of-type(4):checked
    ~ ul
    > li:nth-child(4)
    > label {
        background: rgba(0, 0, 0, 0.08);
    }
}

.tabs input[name="tab-control"]:nth-of-type(4):checked ~ .slider {
    transform: translateX(300%);
}

.tabs
input[name="tab-control"]:nth-of-type(4):checked
~ .content
> section:nth-child(4) {
    display: block;
}

@-webkit-keyframes content {
    from {
        opacity: 0;
        transform: translateY(5%);
    }
    to {
        opacity: 1;
        transform: translateY(0%);
    }
}

@keyframes content {
    from {
        opacity: 0;
        transform: translateY(5%);
    }
    to {
        opacity: 1;
        transform: translateY(0%);
    }
}

@media (max-width: 1000px) {
    .tabs ul li label {
        white-space: initial;
    }

    .tabs ul li label br {
        display: initial;
    }

    .tabs ul li label svg {
        height: 1.5em;
    }
}

@media (max-width: 600px) {
    .tabs ul li label {
        padding: 5px;
        border-radius: 5px;
    }

    .tabs ul li label span {
        display: none;
    }

    .tabs .slider {
        display: none;
    }

    .tabs .content {
        margin-top: 20px;
    }

    .tabs .content section h2 {
        display: block;
    }
}

.portfolio-image {
    width: 100%;
}

.portfolio-image-div {
    margin-bottom: 30px;
}

.homepage-video {
    width: 100%;
    height: 90%;
}

.top-bar__navigation-toggler span {
    color: black !important;
}

.top-bar__navigation-toggler.is-active span {
    color: white !important;
}

@media only screen and (min-width: 1400px) {

    .top-bar__navigation {
        margin-left: 50px !important;
    }

}

.video_div {
    display: flex;
    justify-content: center;
    align-items: center;

}

.__title {
    /*font-size: 25px !important;*/
    font-size: 32px !important;
}

/* .h2, h2 {
  font-size: 28px !important;
} */

.cta-btn {
    display: inline-block;
    background-color: #056EB9;
    color: white !important;
    padding: 10px 20px;
    border-radius: 6px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1.2px;
    transition: background-color 0.3s ease;
    text-decoration: none;
}

.cta-btn:hover {
    background-color: #035a8a;
}


@media only screen and (min-width: 1200px) and (max-width: 1600px) {
    .top-bar__navigation li.hide-on-tablet {
        display: none !important;
    }
}