/* common css */

* {
    padding: 0%;
    margin: 0%;
    box-sizing: border-box;
}

body {
    padding: 0%;
    margin: 0%;
    font-size: 18px;
    font-family: "Lato", sans-serif;
    background-color: #f2fbfb;
}

a {
    text-decoration: none;
}

li {
    list-style: none;
}

ul {
    padding-left: 0;
    margin-bottom: 0;
}

a:hover {
    text-decoration: none;
}


/* common css */


/* header css */

.navbar-brand img {
    width: 100%;
    height: auto;
}

ul.dropdown-menu.show {
    background: white;
    border-radius: 0;
    border-top: 3px solid #4189ac !important;
    width: 250px;
    border: none;
    box-shadow: 0px 0px 7px #80808073;
    /* top: 66px; */
}

.navbar-nav .nav-link.active,
.navbar-nav .show>.nav-link {
    color: #6dcfed !important;
}

.navbar-expand-lg .navbar-nav .nav-link {
    color: #0a7292;
    padding: 30px 17px;
    margin: 0px;
}

a.dropdown-item {
    color: #0a7292;
    font-size: 18px;
    width: 76%;
}

.dropdown-item:focus,
.dropdown-item:hover {
    color: #6dcfed !important;
    background-color: transparent;
}

.navbar-expand-lg .navbar-nav .nav-link:hover {
    color: #6dcfed !important;
}

nav.navbar.navbar-expand-lg.navbar-dark.bg-white {
    padding: 0px 0px;
}

div#offcanvasNavbar2 {
    background-color: #f2fbfb;
}

header.header-section {
    box-shadow: 0px 0px 6px #808080a1;
    background-color: #fff;
    position: sticky;
    top: 0px;
    z-index: 99999999;
}

input.form-control.me-2 {
    border: none;
    border-bottom: 2px solid #4189ac;
    border-radius: 0;
}

.dropdown-menu li {
    padding: 10px 10px;
}

.dropdown-menu li span i {
    color: #4189ac;
}

.dropdown-menu li:hover span i {
    color: #6dcfed !important;
}

.dropdown-menu li span {
    display: flex;
    align-items: center;
    justify-content: space-around;
}

.dropdown-menu {
    display: none;
    transition: all 0.8s e;
}

.dropdown:hover .dropdown-menu {
    display: block;
    background: white;
    border-radius: 0;
    border-top: 3px solid #4189ac !important;
    border: none;
    box-shadow: 0px 0px 7px #80808073;
    margin-top: 0px;
    position: absolute;
    line-height: 40px;
    width: 250px;
    background-color: white;
}

.menu-bar {
    position: relative;
}

.my-menu {
    display: none;
}

.menu-bar:hover .my-menu {
    display: block;
    visibility: visible;
    display: block;
    background: white;
    border-radius: 0;
    border-top: 3px solid #4189ac !important;
    width: 250px;
    border: none;
    box-shadow: 0px 0px 7px #80808073;
    top: -11px;
    right: -250px;
    position: absolute;
    background-color: #fff;
}

.form-control:focus {
    color: #000;
    border-color: #3f3f3f;
    outline: 0;
    box-shadow: none;
}

.form-1 span {
    display: flex;
    align-items: center;
}

.form-1 span i {
    position: relative;
    color: #307fa5;
    right: 40px;
}

button.navbar-toggler {
    border: none;
}

span.navbar-toggler {
    border: none;
    padding: 0;
}

.navbar-toggler:focus {
    text-decoration: none;
    outline: 0;
    box-shadow: none;
}


/* header css */


/* banner css */

.banner-left h1 {
    color: #4189ac;
    font-family: "Montserrat", Sans-serif;
    font-size: 50px;
    font-weight: 700;
}

.banner-img img {
    width: 100%;
    height: auto;
    border-radius: 10px;
}

.banner-right p {
    color: #54595f;
    font-size: 20px;
    width: 60%;
    display: flex;
    align-items: center;
    justify-content: end;
    margin: 0 0 0 auto;
}

.border-1 {
    border-top: 1px solid;
    width: 60%;
    display: flex;
    margin: 0 0 0 auto;
    padding: 8px 0px;
}


/* banner css */


/* how-section css */

.how-heading h2 {
    color: #4189ac;
    font-family: "Montserrat", Sans-serif;
    font-size: 50px;
    font-weight: 700;
}

.how-left p {
    color: #7a7a7a;
}

.how-left h4 {
    font-weight: 800;
    color: #4189ac;
}

.how-left ul {
    padding-left: 25px;
}

.how-left ul li {
    list-style: unset;
    color: #7a7a7a;
    padding-bottom: 20px;
    text-align: justify;
}

.how-right-img img {
    width: 100%;
    height: auto;
    border-radius: 10px;
}


/* how-section css */


/* why-section */

.why-section {
    background-image: url(../img/bg-10.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    width: 100%;
    height: 800px;
}

.why-all-text {
    background: #4189ac;
    padding: 25px;
    border-radius: 10px;
}

.why-all-text {}

.why-all-text h5 {
    font-size: 28px;
    font-weight: 800;
    color: #fff;
}

.why-all-text h3 {
    font-size: 42px;
    font-weight: 700;
    color: #fff;
}

.why-all-text p {
    margin-bottom: 15px;
    color: #fff;
    text-align: justify;
}


/* why-section */


/* dr-section */

.dr-section {
    background-color: transparent;
    background-image: linear-gradient(270deg, #8fbf83 0%, #3a7197 100%);
    padding: 45px 0px;
}

.dr-right img {
    width: 100%;
    height: auto;
}

.dr-left {}

.dr-left h3 {
    font-size: 42px;
    font-weight: 700;
    color: #fff;
}

.dr-left h6 {
    color: #fff;
    font-weight: 600;
    font-size: 19px;
    padding: 10px 0px;
}

.dr-left p {
    margin-bottom: 15px;
    color: #fff;
    text-align: justify;
}

.dr-link ul {
    display: flex;
    align-items: center;
    justify-content: center;
}

.dr-link ul li {
    padding: 0px 10px;
}

.dr-link ul li a i {
    border: 1px solid;
    width: 45px;
    height: 45px;
    align-items: center;
    justify-content: center;
    display: flex;
    border-radius: 100%;
    color: #fff;
}


/* dr-section */


/* testmonial-section */

.testmonial-section {}


/* div.bg-color {
    background-color: #484848;
} */

div.swiper-5 div.swiper-slide {
    padding: 3em 0;
    color: #fff;
    text-align: center;
    font-size: 1.1em;
    outline: 0;
    /* background-color: #4899dd; */
}

div.swiper-5 .swiper-button-prev {
    background: none;
}

.swiper-slide h5 {
    color: #4189ac;
    font-size: 27px;
    padding-top: 14px;
}

div.swiper-5 .swiper-button-next {
    background: none;
}


/* 
div.swiper-5 .swiper-button-next:before {
    position: absolute;
    content: '\f138';
    font-family: "Font Awesome 5 Free";
    font-weight: bold;
    color: #fff;
    margin-top: 10px;
} */

.swiper-slide i {
    color: #7a7a7a;
    text-align: center;
    width: 87%;
    display: flex;
    margin: 0 auto;
    justify-content: center;
}

.swiper-slide h5 {
    color: #4189ac;
    font-size: 27px;
    padding-top: 14px;
}

.swiper-button-prev img {
    /* border: 1px solid #000; */
    /* padding: 12px; */
    /* border-radius: 100%; */
    width: 25px;
}

.swiper-button-next img {
    /* border: 1px solid #000; */
    /* padding: 12px; */
    /* border-radius: 100%; */
    width: 25px;
}


/* testmonial-section */


/* footer-section */

.footer-section {
    background-color: #4189ac;
    padding: 40px 0px;
}

.footer-left img {
    border-radius: 10px;
    width: 217px;
}

.footer-left ul {
    display: flex;
}

.footer-left ul li {
    padding: 0px 5px;
}

.footer-left ul li a i {
    color: #fff;
    border: 1px solid;
    width: 35px;
    height: 35px;
    border-radius: 100%;
    align-items: center;
    justify-content: center;
    display: flex;
}

.footer-menu h5 {
    color: #fff;
    font-size: 25px;
    font-weight: 500;
}

.footer-menu ul li a {
    color: #fff;
}

.footer-menu ul li a i {
    padding-right: 10px;
}

.footer-menu ul li {
    padding-bottom: 12px;
}

.footer-menu h5 {}


/* footer-section */


/* spotlight.php */


/* main-banner-section */

.main-banner-section {
    background-image: url(../img/potential-1-1.png);
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    width: 100%;
    height: 400px;
    background-position: center;
    align-items: center;
    display: flex;
}

.main-banner-section::after {
    position: absolute;
    content: "";
    background-color: #4189ace3;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
}

.banner-left h2 {
    color: #fff;
    font-family: "Montserrat", Sans-serif;
    font-size: 50px;
    font-weight: 700;
    position: relative;
    z-index: 11;
}

.banner-right-1 p {
    color: #fff;
    font-size: 20px;
    width: 60%;
    display: flex;
    align-items: center;
    justify-content: end;
    margin: 0 0 0 auto;
    position: relative;
    z-index: 11;
}

.border-2 {
    border-top: 1px solid white;
    width: 60%;
    display: flex;
    margin: 0 0 0 auto;
    padding: 8px 0px;
    z-index: 1;
    position: relative;
}


/* main-banner-section */


/* gallery-section */

.gallery-section {
    background-image: url(../img/quote-4.png);
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    width: 100%;
    height: auto;
    padding: 100px 0px;
}

.magnific-img img {
    width: 100%;
    height: auto;
    border-radius: 10px;
    box-shadow: 0px 0px 10px #d5d5d5;
}

.magnific-img {
    display: inline-block;
    width: 100%;
}

a.image-popup-vertical-fit {
    cursor: -webkit-zoom-in;
}

.mfp-with-zoom .mfp-container,
.mfp-with-zoom.mfp-bg {
    opacity: 0;
    -webkit-backface-visibility: hidden;
    /* ideally, transition speed should match zoom duration */
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.mfp-with-zoom.mfp-ready .mfp-container {
    opacity: 1;
}

.mfp-with-zoom.mfp-ready.mfp-bg {
    opacity: 0.98;
}

.mfp-with-zoom.mfp-removing .mfp-container,
.mfp-with-zoom.mfp-removing.mfp-bg {
    opacity: 0;
}

.mfp-arrow-left:before {
    border-right: none !important;
}

.mfp-arrow-right:before {
    border-left: none !important;
}

button.mfp-arrow,
.mfp-counter {
    opacity: 0 !important;
    transition: opacity 200ms ease-in, opacity 2000ms ease-out;
}

.mfp-container:hover button.mfp-arrow,
.mfp-container:hover .mfp-counter {
    opacity: 1 !important;
}


/* Magnific Popup CSS */

.mfp-bg {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1042;
    overflow: hidden;
    position: fixed;
    background: #0b0b0b;
    opacity: 0.8;
}

.mfp-wrap {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1043;
    position: fixed;
    outline: none !important;
    -webkit-backface-visibility: hidden;
}

.mfp-container {
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    padding: 0 8px;
    box-sizing: border-box;
}

.mfp-container:before {
    content: "";
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
    display: none;
}

.mfp-content {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0 auto;
    text-align: left;
    z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
    width: 100%;
    cursor: auto;
}

.mfp-ajax-cur {
    cursor: progress;
}

.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
    cursor: -moz-zoom-out;
    cursor: -webkit-zoom-out;
    cursor: zoom-out;
}

.mfp-zoom {
    cursor: pointer;
    cursor: -webkit-zoom-in;
    cursor: -moz-zoom-in;
    cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
    cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

.mfp-loading.mfp-figure {
    display: none;
}

.mfp-hide {
    display: none !important;
}

.mfp-preloader {
    color: #ccc;
    position: absolute;
    top: 50%;
    width: auto;
    text-align: center;
    margin-top: -0.8em;
    left: 8px;
    right: 8px;
    z-index: 1044;
}

.mfp-preloader a {
    color: #ccc;
}

.mfp-preloader a:hover {
    color: #fff;
}

.mfp-s-ready .mfp-preloader {
    display: none;
}

.mfp-s-error .mfp-content {
    display: none;
}

button.mfp-close,
button.mfp-arrow {
    overflow: visible;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
    display: block;
    outline: none;
    padding: 0;
    z-index: 1046;
    box-shadow: none;
    touch-action: manipulation;
}

button::-moz-focus-inner {
    padding: 0;
    border: 0;
}

.mfp-close {
    width: 44px;
    height: 44px;
    line-height: 44px;
    position: absolute;
    right: 0;
    top: 0;
    text-decoration: none;
    text-align: center;
    opacity: 0.65;
    padding: 0 0 18px 10px;
    color: #fff;
    font-style: normal;
    font-size: 28px;
    font-family: Arial, Baskerville, monospace;
}

.mfp-close:hover,
.mfp-close:focus {
    opacity: 1;
}

.mfp-close:active {
    top: 1px;
}

.mfp-close-btn-in .mfp-close {
    color: #333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
    color: #fff;
    right: -6px;
    text-align: right;
    padding-right: 6px;
    width: 100%;
}

.mfp-counter {
    position: absolute;
    top: 0;
    right: 0;
    color: #ccc;
    font-size: 12px;
    line-height: 18px;
    white-space: nowrap;
}

.mfp-arrow {
    position: absolute;
    opacity: 0.65;
    margin: 0;
    top: 50%;
    margin-top: -55px;
    padding: 0;
    width: 90px;
    height: 110px;
    -webkit-tap-highlight-color: transparent;
}

.mfp-arrow:active {
    margin-top: -54px;
}

.mfp-arrow:hover,
.mfp-arrow:focus {
    opacity: 1;
}

.mfp-arrow:before,
.mfp-arrow:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent;
}

.mfp-arrow:after {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px;
}

.mfp-arrow:before {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7;
}

.mfp-arrow-left {
    left: 0;
}

.mfp-arrow-left:after {
    border-right: 17px solid #fff;
    margin-left: 31px;
}

.mfp-arrow-left:before {
    margin-left: 25px;
    border-right: 27px solid #3f3f3f;
}

.mfp-arrow-right {
    right: 0;
}

.mfp-arrow-right:after {
    border-left: 17px solid #fff;
    margin-left: 39px;
}

.mfp-arrow-right:before {
    border-left: 27px solid #3f3f3f;
}

.mfp-iframe-holder {
    padding-top: 40px;
    padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
    top: -40px;
}

.mfp-iframe-scaler {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000;
}


/* Main image in popup */

img.mfp-img {
    width: auto;
    max-width: 100%;
    height: auto;
    display: block;
    line-height: 0;
    box-sizing: border-box;
    padding: 40px 0 40px;
    margin: 0 auto;
}


/* The shadow behind the image */

.mfp-figure {
    line-height: 0;
}

.mfp-figure:after {
    content: "";
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444;
}

.mfp-figure small {
    color: #bdbdbd;
    display: block;
    font-size: 12px;
    line-height: 14px;
}

.mfp-figure figure {
    margin: 0;
}

.mfp-bottom-bar {
    margin-top: -36px;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    cursor: auto;
}

.mfp-title {
    text-align: left;
    line-height: 18px;
    color: #f3f3f3;
    word-wrap: break-word;
    padding-right: 36px;
}

.mfp-image-holder .mfp-content {
    max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
    cursor: pointer;
}

.gallery-section h3 {
    padding-bottom: 35px;
    font-weight: 700;
    color: #4189ac;
}


/* gallery-section */


/* spotlight.php */


/* blog */


/* main-banner-section */

.main-banner-section-1 {
    background-image: url(../img/bg-11.png);
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    width: 100%;
    height: 400px;
    background-position: center;
    align-items: center;
    display: flex;
}

.main-banner-section-1::after {
    position: absolute;
    content: "";
    background-color: #4189ac87;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
}

.banner-left p {
    z-index: 1;
    position: relative;
}

.banner-left p span {
    color: #fff;
}

.banner-left p span i {
    color: #fff;
    font-size: 14px;
    padding: 5px 0px;
}

.banner-left p span a {
    color: #fff;
}


/* main-banner-section */


/* blog-section */

.blog-main {}

.blog-img img {
    width: 100%;
    height: auto;
    border-radius: 10px 10px 0px 0px;
}

.blog-text {
    background: #ffff;
    width: 100%;
    height: auto;
    padding: 29px;
    border-radius: 0px 0px 10px 10px;
}

.blog-text h3 {
    font-size: 30px;
    color: #23527c;
    font-weight: 600;
}

.blog-text small {
    color: #a5a5a5;
}

.blog-text small i {
    font-size: 12px;
    padding: 0px 4px;
}

.blog-text span a {
    color: black;
}

.blog-text p {
    color: #a5a5a5;
    font-weight: 500;
}

.admin-1 {
    font-size: 16px;
}


/* blog-section */


/* blog */


/* contact-us */


/* main-banner-section */

.banner-right-1 h5 {
    color: #fff;
    font-size: 20px;
    width: 60%;
    display: flex;
    align-items: center;
    justify-content: end;
    margin: 0 0 0 auto;
    position: relative;
    z-index: 11;
}


/* main-banner-section */


/* contact-form */

.contact-form {
    background-color: #f2fbfb;
    width: 100%;
    height: auto;
    padding: 60px 0px;
}

.contact-left {
    background-color: #66c4d1;
    width: 100%;
    height: 733px;
    display: flex;
    align-items: center;
}

.contact-right {
    background-color: #fff;
    width: 100%;
    height: auto;
    padding: 40px;
}

.contact-left h5 {
    color: #fff;
    padding: 20px;
}

.my-form label {
    font-weight: 600;
    color: #625f5f;
    font-size: 15px;
}

.my-form label sup {
    color: red;
}

.form-control {
    border-radius: 2px !important;
}

.form-select {
    border-radius: 2px !important;
}

.form-area .form-inner {
    width: 100%;
}

.form-control {
    display: block;
    width: 100%;
    height: auto;
    padding: 9px 19px;
    font-size: 1rem;
    line-height: 1.4;
    color: #475f7b;
    background-color: #fff;
    border: 1px solid #dfe3e7;
    border-radius: 0.267rem;
    -webkit-transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.form-control:focus {
    color: #475f7b;
    background-color: #fff;
    border-color: #5a8dee;
    outline: 0;
    box-shadow: 0 3px 8px 0 rgb(0 0 0 / 10%);
}

.intl-tel-input,
.iti {
    width: 100%;
}

a.btn-send {
    background: #66c4d1;
    padding: 7px 21px;
    margin-top: 22px;
    display: flex;
    width: 115px;
    text-align: center;
    justify-content: center;
    font-weight: 600;
    border-radius: 0px 10px;
    color: #fff;
    transition: all 0.4s ease-out;
}

a.btn-send:hover {
    transition: all 0.4s ease-out;
    background: #4189ac;
    border-radius: 10px 0px;
}

.border-4 {
    border-bottom: 1px solid #fff;
}


/* contact-form */


/* contact-us */


/* blog 2 */

.all-blog-text {}

.all-blog-text img {
    width: 100%;
    height: auto;
    margin-bottom: 20px;
}

.all-blog-text h5 {
    font-size: 28px;
    font-weight: 600;
    padding-top: 15px;
    color: #0a7292;
}

.all-blog-text h6 {
    font-size: 20px;
    font-weight: 600;
    padding-top: 15px;
    color: #0a7292;
}

.all-blog-text p {
    padding-bottom: 12px;
    color: #7a7a7a;
}


/* blog 2 */


/* areas-of-work */

.areas-of-section {
    background-image: url(../img/quote-4.png);
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    width: 100%;
    height: 400px;
    padding: 80px 0px;
}

.areas-box {
    width: 100%;
    margin: 1vw;
    height: 4vw;
    padding: 4vw;
    /* background: black; */
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 7px;
    border: 2px solid #307fa5;
    font-weight: 600;
    color: #307fa5;
    transition: all 0.4s ease-out;
}

.areas-box:hover {
    transition: all 0.4s ease-out;
    background: #307fa5;
    color: #fff;
}


/* areas-of-work */


/* presonal */

.personal-box-1 {}

.personal-box-1 img {
    width: 100%;
    height: auto;
    border-radius: 10px;
}

.personal-box-1 ul {
    display: flex;
}

.personal-box-1 ul li {
    padding-right: 27px;
}

.personal-box-1 ul li i {
    font-size: 50px;
    color: #6ec1e4;
}

.personal-box-1 h3 {
    font-size: 55px;
    font-weight: 600;
    padding: 15px 0px;
    color: #6ec1e4;
}

.personal-box-1 p {
    text-align: justify;
    color: #7a7a7a;
}

.personal-box-1 {}

.my-po img {
    width: 100%;
    height: 41px;
    margin-top: 45px;
}


/* presonal */


/* tab css */

.content input {
    display: none;
}

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

.content .list {
    display: flex;
    flex-direction: column;
    position: relative;
    width: 20%;
    margin-right: 50px;
}

.content .list label {
    cursor: pointer;
    height: 60px;
    /* line-height: 60px; */
    font-size: 22px;
    font-weight: 500;
    color: #fff;
    padding-left: 25px;
    transition: all 0.5s ease;
    z-index: 10;
}

#home:checked~.list label.home,
#blog:checked~.list label.blog,
#help:checked~.list label.help,
#code:checked~.list label.code,
#about:checked~.list label.about {
    color: #0a7292;
}

.content .slider {
    position: absolute;
    left: 0;
    top: 0;
    height: 60px;
    width: 100%;
    border-radius: 0px 10px;
    transition: all 0.5s ease;
    background: #fff;
}

#home:checked~.list .slider {
    top: 0;
}

#blog:checked~.list .slider {
    top: 60px;
}

#help:checked~.list .slider {
    top: 120px;
}

#code:checked~.list .slider {
    top: 180px;
}

#about:checked~.list .slider {
    top: 240px;
}

.content .text-content {
    width: 80%;
    height: 100%;
    color: rgba(255, 255, 255, 0.7);
    background-color: #fff;
    padding: 25px;
}

.content .text {
    display: none;
}

.content .text .title {
    font-size: 25px;
    margin-bottom: 10px;
    font-weight: 500;
}

.container .text p {
    text-align: justify;
    color: #7a7a7a;
}

.content .text-content .home {
    display: block;
}

#home:checked~.text-content .home,
#blog:checked~.text-content .blog,
#help:checked~.text-content .help,
#code:checked~.text-content .code,
#about:checked~.text-content .about {
    display: block;
}

#blog:checked~.text-content .home,
#help:checked~.text-content .home,
#code:checked~.text-content .home,
#about:checked~.text-content .home {
    display: none;
}

.content .list label:hover {
    color: #23527c;
}

section.tab-section {
    background: #4189ac;
    padding: 80px 0px;
}

.home p {
    color: #7a7a7a;
}

.list span {
    font-size: 18px;
}

.code ul li {
    color: #7a7a7a;
}


/* tab css */


/* videos */

.videos-1 iframe {
    width: 100%;
    height: 280px;
}

.videos-heading h2 {
    text-align: center;
    color: #0a7292;
}


/* videos */


/* bottom footer */

.bottom-footer {
    background-color: #0a7292;
}

.bottom-link {
    text-align: center;
    padding: 10px;
}

.bottom-link a {
    color: #fff;
    font-size: 14px;
    font-weight: 500;
}


/* bottom footer */

.nav-link i {
    font-size: 17px;
    padding-left: 7px;
}

@media (min-width: 768px) {
    .dropdown:hover .dropdown-menu {
        display: block !important;
    }
}

.thnk-you-message-allert img {
    width: 100%;
    height: 445px;
    object-fit: cover;
}