@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Noto+Serif:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.8.1/font/bootstrap-icons.css");
@import url('https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:ital,wght@0,200..800;1,200..800&display=swap');
body {
    margin: 0;
    padding: 0;
    font-size: 14px;
    font-family: "Lato", sans-serif;
    background: #fff;
}

h1,
h2,
h3,
h4,
h5,
h6 {
 font-family: "Roboto", sans-serif;
    letter-spacing: 2.2px;
}

p {
    margin-bottom: 0px;
}

html {
    scroll-behavior: smooth;
}

.owl-theme .owl-dots {
    display: none;
}

.owl-theme .owl-nav {
    display: block !important;
}

::-webkit-scrollbar {
    width: 5px;
}

/* Track */
::-webkit-scrollbar-track {
    background: #666;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #ccc;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #ccc;
}

.btn:focus {
    box-shadow: none !important;
    border: none !important;
}

.navbar-toggler:focus {
    box-shadow: none;
}

.btn-close:focus {
    box-shadow: none;
}

.btn:hover {
    color: #fff !important;
}

.accordion-button:focus {
    box-shadow: none;
}

a {
    color: #000;
    text-decoration: none;
}

ul,
ol {
    padding-left: 0px;
    list-style-type: none;
}

a:hover {
    color: initial;
}

input:focus,
select:focus,
textarea:focus {
    box-shadow: none !important;
}

.flex {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
}

/*.full-width {
  width: 100% !important;
}*/
.web-view {
    display: block;
}

.mobile-view {
    display: none;
}

.vertical-space-2 {
    height: 10px;
}

.vertical-space-5 {
    display: inline-block;
    width: 100%;
    height: 5px;
}

.vertical-space-8 {
    display: inline-block;
    width: 100%;
    height: 8px;
}

.vertical-space-10 {
    display: inline-block;
    width: 100%;
    height: 10px;
}

.vertical-space-12 {
    display: inline-block;
    width: 100%;
    height: 12px;
}

.vertical-space-15 {
    display: inline-block;
    width: 100%;
    height: 15px;
}

.vertical-space-20 {
    display: inline-block;
    width: 100%;
    height: 20px;
}

.vertical-space-30 {
    display: inline-block;
    width: 100%;
    height: 30px;
}

.vertical-space-40 {
    display: inline-block;
    width: 100%;
    height: 40px;
}

.vertical-space-50 {
    display: inline-block;
    width: 100%;
    height: 50px;
}

.vertical-space-60 {
    display: inline-block;
    width: 100%;
    height: 60px;
}

.vertical-space-65 {
    display: inline-block;
    width: 100%;
    height: 65px;
}

.vertical-space-70 {
    display: inline-block;
    width: 100%;
    height: 70px;
}

.vertical-space-80 {
    display: inline-block;
    width: 100%;
    height: 80px;
}

.vertical-space-90 {
    display: inline-block;
    width: 100%;
    height: 90px;
}

.vertical-space-100 {
    display: inline-block;
    width: 100%;
    height: 100px;
}

.vertical-space-120 {
    display: inline-block;
    width: 100%;
    height: 120px;
}

.vertical-space-150 {
    display: inline-block;
    width: 100%;
    height: 150px;
}

.common {
    color: #122895;
}

.product-row {
    margin-top: 2rem;
}

.fixed {
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    z-index: 1200;
    transition: 0.5s all;
    animation: swip_down .5s linear 1;
    -webkit-box-shadow: 0 3px 5px rgba(57, 63, 72, 0.3);
    -moz-box-shadow: 0 3px 5px rgba(57, 63, 72, 0.3);
    box-shadow: 0 3px 5px rgba(57, 63, 72, 0.3);
    background-color: #fff !important;
}

.main-header .navbar .nav-link.active,
.main-header .navbar .nav-link:hover {
    color: #2e3192 !important;
}

@keyframes swip_down {
    from {
        transform: translate(0px, -50px);
        opacity: 0
    }

    to {
        transform: translate(0, 0);
        opacity: 1
    }
}

.main-header .navbar {
    background: #fff;
    padding:  0px;
    position: relative;
    /* box-shadow: 0 3px 5px rgba(57, 63, 72, 0.3); */
}

.main-header .navbar .navbar-brand img {
    width: 165px;
}


.main-header .navbar .nav-item {
    position: relative;
    display: block;
    transition-duration: 0.5s;
}

.main-header .navbar .nav-link {
    font-size: 18px;
    letter-spacing: 1px;
    color: #111112;
    font-weight: 700;
    padding: 0px;
    padding-left: 65px;
    /* font-family: 'Cabin', sans-serif; */
/*    font-family: 'Roboto Condensed', sans-serif;*/
   font-family: "Plus Jakarta Sans", sans-serif !important;
}

.main-header .navbar .nav-link.active,
.main-header .navbar .nav-link:hover {
    color: #fff;
}

.main-header .navbar .nav-link.dropdown-toggle::after {
    border: none;
    margin-left: 0px;
}

.main-header .nav-item.dropdown .nav-link::after {
    content: "+";
    font-weight: 900;
    margin-left: 2px;
    font-size: 14px;
}

.main-header .dropdown .dropdown-menu {
    top: 100%;
    transition: all 0.5s ease;
    left: 0;
    border-radius: 0px;
    padding: 0px;
    background: #122895;
    border: none;
    clear: both;
    -webkit-box-shadow: 2px 6px 21px -2px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 2px 6px 21px -2px rgba(0, 0, 0, 0.75);
    box-shadow: 2px 6px 21px -2px rgba(0, 0, 0, 0.75);
}

.main-header .dropdown .dropdown-menu .dropdown-item {
    font-size: 16px;
    letter-spacing: 1.2px;
    color: #fff;
    font-weight: 500;
    font-family: 'Roboto Condensed', sans-serif;
    padding: 8px 25px;
    clear: both;
    width: 100%;
}

.main-header .dropdown .dropdown-menu .dropdown-item:hover,
.main-header .dropdown .dropdown-submen li:hover {
    background: #fff;
    color: #122895;
}

.main-header li:hover>ul.dropdown-menu {
    display: block;
}

.main-header .dropdown-submenu {
    position: relative;
}

.main-header .dropdown-submenu>.dropdown-menu {
    top: 0;
    left: 100%;
    background: #122895;
    border: none;
}

.main-header .dropdown-submenu>li:hover>.dropdown-menu {
    display: block;
}

.main-header .dropdown .dropdown-menu li {
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.main-header .dropdown .dropdown-menu li:last-child {
    border-bottom: none;
}

.banner {
    background-image: url(../images/banner-bg.webp);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 100%;
    height: 85vh;
    padding: 30px 0px;
    position: relative;
}
.banner .banner-content{
    position: absolute;
    left: 0;
    width: 100%;
    top: 50%;
    transform: translateY(-50%);
}
.banner .banner-img {
    position: absolute;
    top: 0;
    right: 0;
    width: 400px;
    z-index: 1;
}

.banner .banner-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 0px 0px 362px 362px;
}

.banner .play-icon {
    position: absolute;
    bottom: -30px;
    right: 50px;
    font-size: 30px;
    color: #fff;
    background: #122895;
    border: 5px solid #fff;
    width: 100px;
    text-align: center;
    height: 100px;
    line-height: 90px;
    border-radius: 50%;
    animation: tp-pulse 1.5s infinite;
}

.banner .play-icon a {
    color: #fff;
}

/* 01. ========= video ripple animation ========== */
@keyframes tp-pulse {
    0% {
        box-shadow: 0 0 0 0 #5e79ff8c;
    }

    70% {
        box-shadow: 0 0 0 45px rgb(16, 208, 161, 0);
    }

    100% {
        box-shadow: 0 0 0 0 rgb(16, 208, 161, 0);
    }
}

.banner-btn {
    border-radius: 6px;
    background: #00B8F1 !important;
    border: none;
    padding: 17px 35px;
    font-size: 14px;
    font-weight: 600;
    color: #fff !important;
    transition: 0.7s all;
    position: relative !important;
    z-index: 2;
    text-transform: uppercase;
    font-family: 'Roboto Condensed', sans-serif;
    letter-spacing: 2.2px;
}

.banner-btn svg {
    margin-right: 10px;
}

.banner .banner-subtitle {
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 15px;
    font-family: 'Open Sans', sans-serif;
    margin-top: 1rem;
}

.banner .banner-title {
    font-size: 45px;
    color: #fff;
    margin-bottom: 15px;
    font-weight: 600;
      font-family: "Noto Serif", serif;
}
.banner .banner-title span {
    font-weight: 800;
    font-size: 50px;
    color: #2aaffe;
    text-shadow: 2px 2px 4px #002b7f;
}
.banner .banner-text {
    font-size: 18px;
    color: #fff;
    line-height: 28px;
    margin-bottom: 15px;
}

.btn-1 {
    font-size: 15px;
    line-height: 1;
    font-weight: 700;
    padding: 17px 35px;
    background-color: #122895  !important;
    text-align: center;
    display: inline-block;
    border-radius: 5px;
    text-transform: uppercase;
    color: #fff;
    position: relative;
    overflow: hidden;
    z-index: 1;
    letter-spacing: 2.2px;
    font-family: 'Roboto Condensed', sans-serif;
    margin-bottom: 10px;
}

.btn-2 {
    font-size: 15px;
    line-height: 1;
    font-weight: 700;
    padding: 17px 35px;
    background-color: #30308f  !important;
    text-align: center;
    display: inline-block;
    border-radius: 5px;
    text-transform: uppercase;
    color: #fff;
    position: relative;
    overflow: hidden;
    z-index: 1;
    letter-spacing: 2.2px;
    font-family: 'Roboto Condensed', sans-serif;
    margin-bottom: 10px;
}

.common-btn {
    background: linear-gradient(#4142bbde, #122895);
    border: none;
    padding: 15px 50px;
    font-size: 16px;
    color: #fff !important;
    border-radius: 0px;
    transition: 0.7s all;
    position: relative !important;
}

.common-btn:hover {
    background: linear-gradient(to left, #0081B6, #1C4078);
}

.banner-box-item .box-item {
    padding: 20px;
    border: 1px solid #efefef6e;
    border-radius: 5px;
    transition: 0.6s all;
     font-family: "Roboto", sans-serif;
}

.banner-box-item .box-item-1:hover {
    border-color: #00B8F1;
}

.banner-box-item .box-item-1:hover .icon {
    background: #00B8F1;
    color: #fff;
}

.banner-box-item .box-item-2:hover {
    border-color: #00AA4F;
}

.banner-box-item .box-item-2:hover .icon {
    background: #00AA4F;
    color: #fff;
}

.banner-box-item .box-item-3:hover {
    border-color: #FF7D23;
}

.banner-box-item .box-item-3:hover .icon {
    background: #FF7D23;
    color: #fff;
}

.banner-box-item .box-item-1 .icon {
    width: 50px;
    height: 50px;
    font-size: 18px;
    line-height: 54px;
    text-align: center;
    clip-path: polygon(45% 1.33975%, 46.5798% 0.60307%, 48.26352% 0.15192%, 50% 0%, 51.73648% 0.15192%, 53.4202% 0.60307%, 55% 1.33975%, 89.64102% 21.33975%, 91.06889% 22.33956%, 92.30146% 23.57212%, 93.30127% 25%, 94.03794% 26.5798%, 94.48909% 28.26352%, 94.64102% 30%, 94.64102% 70%, 94.48909% 71.73648%, 94.03794% 73.4202%, 93.30127% 75%, 92.30146% 76.42788%, 91.06889% 77.66044%, 89.64102% 78.66025%, 55% 98.66025%, 53.4202% 99.39693%, 51.73648% 99.84808%, 50% 100%, 48.26352% 99.84808%, 46.5798% 99.39693%, 45% 98.66025%, 10.35898% 78.66025%, 8.93111% 77.66044%, 7.69854% 76.42788%, 6.69873% 75%, 5.96206% 73.4202%, 5.51091% 71.73648%, 5.35898% 70%, 5.35898% 30%, 5.51091% 28.26352%, 5.96206% 26.5798%, 6.69873% 25%, 7.69854% 23.57212%, 8.93111% 22.33956%, 10.35898% 21.33975%);
    background: #ffffff2d;
    color: #fff;
    transition: 0.6s all;
}

.banner-box-item .box-item-2 .icon {
    width: 50px;
    height: 50px;
    font-size: 18px;
    line-height: 54px;
    text-align: center;
    clip-path: polygon(45% 1.33975%, 46.5798% 0.60307%, 48.26352% 0.15192%, 50% 0%, 51.73648% 0.15192%, 53.4202% 0.60307%, 55% 1.33975%, 89.64102% 21.33975%, 91.06889% 22.33956%, 92.30146% 23.57212%, 93.30127% 25%, 94.03794% 26.5798%, 94.48909% 28.26352%, 94.64102% 30%, 94.64102% 70%, 94.48909% 71.73648%, 94.03794% 73.4202%, 93.30127% 75%, 92.30146% 76.42788%, 91.06889% 77.66044%, 89.64102% 78.66025%, 55% 98.66025%, 53.4202% 99.39693%, 51.73648% 99.84808%, 50% 100%, 48.26352% 99.84808%, 46.5798% 99.39693%, 45% 98.66025%, 10.35898% 78.66025%, 8.93111% 77.66044%, 7.69854% 76.42788%, 6.69873% 75%, 5.96206% 73.4202%, 5.51091% 71.73648%, 5.35898% 70%, 5.35898% 30%, 5.51091% 28.26352%, 5.96206% 26.5798%, 6.69873% 25%, 7.69854% 23.57212%, 8.93111% 22.33956%, 10.35898% 21.33975%);
    background: #ffffff2d;
    color: #fff;
    transition: 0.6s all;
}

.banner-box-item .box-item-3 .icon {
    width: 50px;
    height: 50px;
    font-size: 18px;
    line-height: 54px;
    text-align: center;
    clip-path: polygon(45% 1.33975%, 46.5798% 0.60307%, 48.26352% 0.15192%, 50% 0%, 51.73648% 0.15192%, 53.4202% 0.60307%, 55% 1.33975%, 89.64102% 21.33975%, 91.06889% 22.33956%, 92.30146% 23.57212%, 93.30127% 25%, 94.03794% 26.5798%, 94.48909% 28.26352%, 94.64102% 30%, 94.64102% 70%, 94.48909% 71.73648%, 94.03794% 73.4202%, 93.30127% 75%, 92.30146% 76.42788%, 91.06889% 77.66044%, 89.64102% 78.66025%, 55% 98.66025%, 53.4202% 99.39693%, 51.73648% 99.84808%, 50% 100%, 48.26352% 99.84808%, 46.5798% 99.39693%, 45% 98.66025%, 10.35898% 78.66025%, 8.93111% 77.66044%, 7.69854% 76.42788%, 6.69873% 75%, 5.96206% 73.4202%, 5.51091% 71.73648%, 5.35898% 70%, 5.35898% 30%, 5.51091% 28.26352%, 5.96206% 26.5798%, 6.69873% 25%, 7.69854% 23.57212%, 8.93111% 22.33956%, 10.35898% 21.33975%);
    background: #ffffff2d;
    color: #fff;
    transition: 0.6s all;
}

.banner-box-item .box-item p {
    font-size: 15px;
    color: #fff;
    font-weight: 500;
}

.service-detail {
    /* margin-top: 120px; */
    padding: 60px 0px;
    background: url(../images/home/product-bg.webp);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
}

.service-detail .search-box {
    padding: 50px;
    background: #fff;
}

.subscribe_form {
    max-width: 100%;
    width: 100%;
    margin: 0 auto;
    border: 2px solid #00B8F1;
    border-radius: 5px;
    padding: 20px 10px;
}

.subscribe_form:focus {
    outline: none;
}

.subscribe_form .form-control {
    border: none;
}

.subscribe_form .form-control:focus {
    box-shadow: none;
}

.subscribe_form input {
    font-size: 14px;
    font-weight: 600;
    color: #000;
}

.subscribe_form button {
    background-color: #00B8F1;
    border: none;
    padding: 17px 35px;
    font-size: 14px;
    font-weight: 600;
    color: #fff !important;
    border-radius: 5px;
    transition: 0.7s all;
    position: relative !important;
    z-index: 2;
    text-transform: uppercase;
    font-family: 'Roboto Condensed', sans-serif;
    letter-spacing: 2.2px;
    margin-right: 10px;
    transition: all ease 0.3s;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    -ms-transition: all ease 0.3s;
}

.subscribe_form button i {
    margin-left: 10px;
}

.subscribe_form button:hover,
.subscribe_form button:focus,
.subscribe_form button:active,
.subscribe_form button:visited {
    color: #fff;
    background-color: #00B8F1;
    outline: none;
    transition: all ease 0.3s;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    -ms-transition: all ease 0.3s;
}

.subscribe_form button:hover:before,
.subscribe_form button:focus:before,
.subscribe_form button:active:before,
.subscribe_form button:visited:before {
    background-color: #00B8F1;
    transition: all ease 0.3s;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    -ms-transition: all ease 0.3s;
}

.subscribe_form .input-group-btn:last-child>.btn,
.subscribe_form .input-group-btn:last-child>.btn-group {
    z-index: 2;
    margin-left: 0px;
}

.service-detail .service-subtitle {
    font-size: 18px;
    font-weight: 700;
    color: #00B8F1;
    margin-bottom: 15px;
    font-family: 'Open Sans', sans-serif;
    position: relative;
    padding-left: 40px;
}

.service-detail .service-subtitle::before {
    content: "";
    margin-right: 10px;
    width: 30px;
    height: 2px;
    background: #00B8F1;
    position: absolute;
    bottom: 8px;
    left: 0;
}

.service-detail .service-title {
    font-size: 40px;
    color: #122895;
    margin-bottom: 25px;
    font-weight: 800;
}

.service-detail .service-box {
    box-shadow: rgba(0, 0, 0, 0.05) 0px 1px 2px 0px;
    border-radius: 6px;
    border: 1px solid #DCDCDC;
}

.service-detail .service-box .service-box-title {
    margin-bottom: 25px;
}

.service-detail .service-box .service-box-title a {
    font-size: 25px;
    color: #122895;

    font-weight: 800;
}

.service-detail .service-box .service-text {
    font-size: 16px;
    line-height: 25px;
    color: #8A879F;
}

.service-detail .service-box .icon {
    position: relative;
}

.service-detail .service-box .icon img {
    width: 32px !important;
    margin: 0 auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    filter: brightness(0) invert(1);
}

.service-detail .service-box-1 .icon {
    width: 80px;
    height: 80px;
    font-size: 28px;
    line-height: 80px;
    text-align: center;
    clip-path: polygon(45% 1.33975%, 46.5798% 0.60307%, 48.26352% 0.15192%, 50% 0%, 51.73648% 0.15192%, 53.4202% 0.60307%, 55% 1.33975%, 89.64102% 21.33975%, 91.06889% 22.33956%, 92.30146% 23.57212%, 93.30127% 25%, 94.03794% 26.5798%, 94.48909% 28.26352%, 94.64102% 30%, 94.64102% 70%, 94.48909% 71.73648%, 94.03794% 73.4202%, 93.30127% 75%, 92.30146% 76.42788%, 91.06889% 77.66044%, 89.64102% 78.66025%, 55% 98.66025%, 53.4202% 99.39693%, 51.73648% 99.84808%, 50% 100%, 48.26352% 99.84808%, 46.5798% 99.39693%, 45% 98.66025%, 10.35898% 78.66025%, 8.93111% 77.66044%, 7.69854% 76.42788%, 6.69873% 75%, 5.96206% 73.4202%, 5.51091% 71.73648%, 5.35898% 70%, 5.35898% 30%, 5.51091% 28.26352%, 5.96206% 26.5798%, 6.69873% 25%, 7.69854% 23.57212%, 8.93111% 22.33956%, 10.35898% 21.33975%);
    background: #00B8F1;
    color: #fff;
    transition: 0.6s all;
    margin-bottom: 25px;
}

.service-detail .service-box .read-link {
    font-size: 16px;
    letter-spacing: 2.2px;
    font-family: 'Roboto Condensed', sans-serif;
    position: relative;
    text-transform: uppercase;
    color: #000;
    font-weight: 700;
    padding-left: 30px;
}

.service-detail .service-box-1 .read-link::before {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    width: 20px;
    height: 20px;
    text-align: center;
    clip-path: polygon(45% 1.33975%, 46.5798% 0.60307%, 48.26352% 0.15192%, 50% 0%, 51.73648% 0.15192%, 53.4202% 0.60307%, 55% 1.33975%, 89.64102% 21.33975%, 91.06889% 22.33956%, 92.30146% 23.57212%, 93.30127% 25%, 94.03794% 26.5798%, 94.48909% 28.26352%, 94.64102% 30%, 94.64102% 70%, 94.48909% 71.73648%, 94.03794% 73.4202%, 93.30127% 75%, 92.30146% 76.42788%, 91.06889% 77.66044%, 89.64102% 78.66025%, 55% 98.66025%, 53.4202% 99.39693%, 51.73648% 99.84808%, 50% 100%, 48.26352% 99.84808%, 46.5798% 99.39693%, 45% 98.66025%, 10.35898% 78.66025%, 8.93111% 77.66044%, 7.69854% 76.42788%, 6.69873% 75%, 5.96206% 73.4202%, 5.51091% 71.73648%, 5.35898% 70%, 5.35898% 30%, 5.51091% 28.26352%, 5.96206% 26.5798%, 6.69873% 25%, 7.69854% 23.57212%, 8.93111% 22.33956%, 10.35898% 21.33975%);
    background: #00b9f12d;
}

.service-detail .service-box-1:hover .read-link::before {
    background: #00B8F1;
}

.service-detail .service-box-2 .icon {
    width: 80px;
    height: 80px;
    font-size: 28px;
    line-height: 80px;
    text-align: center;
    clip-path: polygon(45% 1.33975%, 46.5798% 0.60307%, 48.26352% 0.15192%, 50% 0%, 51.73648% 0.15192%, 53.4202% 0.60307%, 55% 1.33975%, 89.64102% 21.33975%, 91.06889% 22.33956%, 92.30146% 23.57212%, 93.30127% 25%, 94.03794% 26.5798%, 94.48909% 28.26352%, 94.64102% 30%, 94.64102% 70%, 94.48909% 71.73648%, 94.03794% 73.4202%, 93.30127% 75%, 92.30146% 76.42788%, 91.06889% 77.66044%, 89.64102% 78.66025%, 55% 98.66025%, 53.4202% 99.39693%, 51.73648% 99.84808%, 50% 100%, 48.26352% 99.84808%, 46.5798% 99.39693%, 45% 98.66025%, 10.35898% 78.66025%, 8.93111% 77.66044%, 7.69854% 76.42788%, 6.69873% 75%, 5.96206% 73.4202%, 5.51091% 71.73648%, 5.35898% 70%, 5.35898% 30%, 5.51091% 28.26352%, 5.96206% 26.5798%, 6.69873% 25%, 7.69854% 23.57212%, 8.93111% 22.33956%, 10.35898% 21.33975%);
    background: #9E2A96;
    color: #fff;
    transition: 0.6s all;
    margin-bottom: 25px;
}

.service-detail .service-box-2 .read-link::before {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    width: 20px;
    height: 20px;
    text-align: center;
    clip-path: polygon(45% 1.33975%, 46.5798% 0.60307%, 48.26352% 0.15192%, 50% 0%, 51.73648% 0.15192%, 53.4202% 0.60307%, 55% 1.33975%, 89.64102% 21.33975%, 91.06889% 22.33956%, 92.30146% 23.57212%, 93.30127% 25%, 94.03794% 26.5798%, 94.48909% 28.26352%, 94.64102% 30%, 94.64102% 70%, 94.48909% 71.73648%, 94.03794% 73.4202%, 93.30127% 75%, 92.30146% 76.42788%, 91.06889% 77.66044%, 89.64102% 78.66025%, 55% 98.66025%, 53.4202% 99.39693%, 51.73648% 99.84808%, 50% 100%, 48.26352% 99.84808%, 46.5798% 99.39693%, 45% 98.66025%, 10.35898% 78.66025%, 8.93111% 77.66044%, 7.69854% 76.42788%, 6.69873% 75%, 5.96206% 73.4202%, 5.51091% 71.73648%, 5.35898% 70%, 5.35898% 30%, 5.51091% 28.26352%, 5.96206% 26.5798%, 6.69873% 25%, 7.69854% 23.57212%, 8.93111% 22.33956%, 10.35898% 21.33975%);
    background: #9E2A9649;
}

.service-detail .service-box-2:hover .read-link::before {
    background: #9E2A96;
}

.service-detail .service-box-3 .icon {
    width: 80px;
    height: 80px;
    font-size: 28px;
    line-height: 80px;
    text-align: center;
    clip-path: polygon(45% 1.33975%, 46.5798% 0.60307%, 48.26352% 0.15192%, 50% 0%, 51.73648% 0.15192%, 53.4202% 0.60307%, 55% 1.33975%, 89.64102% 21.33975%, 91.06889% 22.33956%, 92.30146% 23.57212%, 93.30127% 25%, 94.03794% 26.5798%, 94.48909% 28.26352%, 94.64102% 30%, 94.64102% 70%, 94.48909% 71.73648%, 94.03794% 73.4202%, 93.30127% 75%, 92.30146% 76.42788%, 91.06889% 77.66044%, 89.64102% 78.66025%, 55% 98.66025%, 53.4202% 99.39693%, 51.73648% 99.84808%, 50% 100%, 48.26352% 99.84808%, 46.5798% 99.39693%, 45% 98.66025%, 10.35898% 78.66025%, 8.93111% 77.66044%, 7.69854% 76.42788%, 6.69873% 75%, 5.96206% 73.4202%, 5.51091% 71.73648%, 5.35898% 70%, 5.35898% 30%, 5.51091% 28.26352%, 5.96206% 26.5798%, 6.69873% 25%, 7.69854% 23.57212%, 8.93111% 22.33956%, 10.35898% 21.33975%);
    background: #FF7D23;
    color: #fff;
    transition: 0.6s all;
    margin-bottom: 25px;
}

.service-detail .service-box-3 .read-link::before {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    width: 20px;
    height: 20px;
    text-align: center;
    clip-path: polygon(45% 1.33975%, 46.5798% 0.60307%, 48.26352% 0.15192%, 50% 0%, 51.73648% 0.15192%, 53.4202% 0.60307%, 55% 1.33975%, 89.64102% 21.33975%, 91.06889% 22.33956%, 92.30146% 23.57212%, 93.30127% 25%, 94.03794% 26.5798%, 94.48909% 28.26352%, 94.64102% 30%, 94.64102% 70%, 94.48909% 71.73648%, 94.03794% 73.4202%, 93.30127% 75%, 92.30146% 76.42788%, 91.06889% 77.66044%, 89.64102% 78.66025%, 55% 98.66025%, 53.4202% 99.39693%, 51.73648% 99.84808%, 50% 100%, 48.26352% 99.84808%, 46.5798% 99.39693%, 45% 98.66025%, 10.35898% 78.66025%, 8.93111% 77.66044%, 7.69854% 76.42788%, 6.69873% 75%, 5.96206% 73.4202%, 5.51091% 71.73648%, 5.35898% 70%, 5.35898% 30%, 5.51091% 28.26352%, 5.96206% 26.5798%, 6.69873% 25%, 7.69854% 23.57212%, 8.93111% 22.33956%, 10.35898% 21.33975%);
    background: #FF7D2349;
}

.service-detail .service-box-3:hover .read-link::before {
    background: #FF7D23;
}

.service-detail .service-box-4 .icon {
    width: 80px;
    height: 80px;
    font-size: 28px;
    line-height: 80px;
    text-align: center;
    clip-path: polygon(45% 1.33975%, 46.5798% 0.60307%, 48.26352% 0.15192%, 50% 0%, 51.73648% 0.15192%, 53.4202% 0.60307%, 55% 1.33975%, 89.64102% 21.33975%, 91.06889% 22.33956%, 92.30146% 23.57212%, 93.30127% 25%, 94.03794% 26.5798%, 94.48909% 28.26352%, 94.64102% 30%, 94.64102% 70%, 94.48909% 71.73648%, 94.03794% 73.4202%, 93.30127% 75%, 92.30146% 76.42788%, 91.06889% 77.66044%, 89.64102% 78.66025%, 55% 98.66025%, 53.4202% 99.39693%, 51.73648% 99.84808%, 50% 100%, 48.26352% 99.84808%, 46.5798% 99.39693%, 45% 98.66025%, 10.35898% 78.66025%, 8.93111% 77.66044%, 7.69854% 76.42788%, 6.69873% 75%, 5.96206% 73.4202%, 5.51091% 71.73648%, 5.35898% 70%, 5.35898% 30%, 5.51091% 28.26352%, 5.96206% 26.5798%, 6.69873% 25%, 7.69854% 23.57212%, 8.93111% 22.33956%, 10.35898% 21.33975%);
    background: #00AA4F;
    color: #fff;
    transition: 0.6s all;
    margin-bottom: 25px;
}

.service-detail .service-box-4 .read-link::before {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    width: 20px;
    height: 20px;
    text-align: center;
    clip-path: polygon(45% 1.33975%, 46.5798% 0.60307%, 48.26352% 0.15192%, 50% 0%, 51.73648% 0.15192%, 53.4202% 0.60307%, 55% 1.33975%, 89.64102% 21.33975%, 91.06889% 22.33956%, 92.30146% 23.57212%, 93.30127% 25%, 94.03794% 26.5798%, 94.48909% 28.26352%, 94.64102% 30%, 94.64102% 70%, 94.48909% 71.73648%, 94.03794% 73.4202%, 93.30127% 75%, 92.30146% 76.42788%, 91.06889% 77.66044%, 89.64102% 78.66025%, 55% 98.66025%, 53.4202% 99.39693%, 51.73648% 99.84808%, 50% 100%, 48.26352% 99.84808%, 46.5798% 99.39693%, 45% 98.66025%, 10.35898% 78.66025%, 8.93111% 77.66044%, 7.69854% 76.42788%, 6.69873% 75%, 5.96206% 73.4202%, 5.51091% 71.73648%, 5.35898% 70%, 5.35898% 30%, 5.51091% 28.26352%, 5.96206% 26.5798%, 6.69873% 25%, 7.69854% 23.57212%, 8.93111% 22.33956%, 10.35898% 21.33975%);
    background: #00AA4F49;
}

.service-detail .service-box-4:hover .read-link::before {
    background: #00AA4F;
}

.service-detail .service-box-5 .icon {
    width: 80px;
    height: 80px;
    font-size: 28px;
    line-height: 80px;
    text-align: center;
    clip-path: polygon(45% 1.33975%, 46.5798% 0.60307%, 48.26352% 0.15192%, 50% 0%, 51.73648% 0.15192%, 53.4202% 0.60307%, 55% 1.33975%, 89.64102% 21.33975%, 91.06889% 22.33956%, 92.30146% 23.57212%, 93.30127% 25%, 94.03794% 26.5798%, 94.48909% 28.26352%, 94.64102% 30%, 94.64102% 70%, 94.48909% 71.73648%, 94.03794% 73.4202%, 93.30127% 75%, 92.30146% 76.42788%, 91.06889% 77.66044%, 89.64102% 78.66025%, 55% 98.66025%, 53.4202% 99.39693%, 51.73648% 99.84808%, 50% 100%, 48.26352% 99.84808%, 46.5798% 99.39693%, 45% 98.66025%, 10.35898% 78.66025%, 8.93111% 77.66044%, 7.69854% 76.42788%, 6.69873% 75%, 5.96206% 73.4202%, 5.51091% 71.73648%, 5.35898% 70%, 5.35898% 30%, 5.51091% 28.26352%, 5.96206% 26.5798%, 6.69873% 25%, 7.69854% 23.57212%, 8.93111% 22.33956%, 10.35898% 21.33975%);
    background: #FFEA3D;
    color: #fff;
    transition: 0.6s all;
    margin-bottom: 25px;
}

.service-detail .service-box-5 .read-link::before {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    width: 20px;
    height: 20px;
    text-align: center;
    clip-path: polygon(45% 1.33975%, 46.5798% 0.60307%, 48.26352% 0.15192%, 50% 0%, 51.73648% 0.15192%, 53.4202% 0.60307%, 55% 1.33975%, 89.64102% 21.33975%, 91.06889% 22.33956%, 92.30146% 23.57212%, 93.30127% 25%, 94.03794% 26.5798%, 94.48909% 28.26352%, 94.64102% 30%, 94.64102% 70%, 94.48909% 71.73648%, 94.03794% 73.4202%, 93.30127% 75%, 92.30146% 76.42788%, 91.06889% 77.66044%, 89.64102% 78.66025%, 55% 98.66025%, 53.4202% 99.39693%, 51.73648% 99.84808%, 50% 100%, 48.26352% 99.84808%, 46.5798% 99.39693%, 45% 98.66025%, 10.35898% 78.66025%, 8.93111% 77.66044%, 7.69854% 76.42788%, 6.69873% 75%, 5.96206% 73.4202%, 5.51091% 71.73648%, 5.35898% 70%, 5.35898% 30%, 5.51091% 28.26352%, 5.96206% 26.5798%, 6.69873% 25%, 7.69854% 23.57212%, 8.93111% 22.33956%, 10.35898% 21.33975%);
    background: #FFEA3D49;
}

.service-detail .service-box-5:hover .read-link::before {
    background: #FFEA3D;
}

.service-detail .service-box-6 .icon {
    width: 80px;
    height: 80px;
    font-size: 28px;
    line-height: 80px;
    text-align: center;
    clip-path: polygon(45% 1.33975%, 46.5798% 0.60307%, 48.26352% 0.15192%, 50% 0%, 51.73648% 0.15192%, 53.4202% 0.60307%, 55% 1.33975%, 89.64102% 21.33975%, 91.06889% 22.33956%, 92.30146% 23.57212%, 93.30127% 25%, 94.03794% 26.5798%, 94.48909% 28.26352%, 94.64102% 30%, 94.64102% 70%, 94.48909% 71.73648%, 94.03794% 73.4202%, 93.30127% 75%, 92.30146% 76.42788%, 91.06889% 77.66044%, 89.64102% 78.66025%, 55% 98.66025%, 53.4202% 99.39693%, 51.73648% 99.84808%, 50% 100%, 48.26352% 99.84808%, 46.5798% 99.39693%, 45% 98.66025%, 10.35898% 78.66025%, 8.93111% 77.66044%, 7.69854% 76.42788%, 6.69873% 75%, 5.96206% 73.4202%, 5.51091% 71.73648%, 5.35898% 70%, 5.35898% 30%, 5.51091% 28.26352%, 5.96206% 26.5798%, 6.69873% 25%, 7.69854% 23.57212%, 8.93111% 22.33956%, 10.35898% 21.33975%);
    background: #122895;
    color: #fff;
    transition: 0.6s all;
    margin-bottom: 25px;
}

.service-detail .service-box-6 .read-link::before {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    width: 20px;
    height: 20px;
    text-align: center;
    clip-path: polygon(45% 1.33975%, 46.5798% 0.60307%, 48.26352% 0.15192%, 50% 0%, 51.73648% 0.15192%, 53.4202% 0.60307%, 55% 1.33975%, 89.64102% 21.33975%, 91.06889% 22.33956%, 92.30146% 23.57212%, 93.30127% 25%, 94.03794% 26.5798%, 94.48909% 28.26352%, 94.64102% 30%, 94.64102% 70%, 94.48909% 71.73648%, 94.03794% 73.4202%, 93.30127% 75%, 92.30146% 76.42788%, 91.06889% 77.66044%, 89.64102% 78.66025%, 55% 98.66025%, 53.4202% 99.39693%, 51.73648% 99.84808%, 50% 100%, 48.26352% 99.84808%, 46.5798% 99.39693%, 45% 98.66025%, 10.35898% 78.66025%, 8.93111% 77.66044%, 7.69854% 76.42788%, 6.69873% 75%, 5.96206% 73.4202%, 5.51091% 71.73648%, 5.35898% 70%, 5.35898% 30%, 5.51091% 28.26352%, 5.96206% 26.5798%, 6.69873% 25%, 7.69854% 23.57212%, 8.93111% 22.33956%, 10.35898% 21.33975%);
    background: #12289549;
}

.service-detail .service-box-6:hover .read-link::before {
    background: #122895;
}

.service-detail .service-carousel .owl-nav {
    display: block !important;
    position: absolute;
    top: -40px;
    right: 160px;
}

.service-detail .service-carousel .owl-nav button.owl-prev {
    position: absolute;
    left: 50px;
    border: 1px solid #fff;
    font-size: 16px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    border-radius: 50%;
    color: #fff;
    outline: none;
    bottom: 10%;
}

.service-detail .service-carousel .owl-nav button.owl-next {
    position: absolute;
    left: 110px;
    outline: none;
    border: 1px solid #fff;
    font-size: 16px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    border-radius: 50%;
    color: #fff;
    bottom: 10%;
}

.service-detail .service-carousel .owl-nav button.owl-prev:hover,
.service-detail .service-carousel .owl-nav button.owl-next:hover {
    color: #fff;
    border-color: #122895;
    background: #122895;
}

.about-detail .about-img {
    width: 100%;
    height: 500px;
    z-index: 1;
    position: relative;
}

.about-detail .year-count {
    position: absolute;
    bottom: -100px;
    left: 50%;
    transform: translateX(-50%);
    width: 250px;
    height: 250px;
    line-height: 200px;
    background: #122895;
    border-radius: 50%;
    z-index: 2;
    padding: 30px;
    text-align: center;
}

.about-detail .year-count h5 {
    font-size: 28px;
    color: #fff;
    font-weight: 800;
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
}

.about-detail .year-count h5 span {
    font-size: 80px;
}

.about-detail .about-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
}

.about-detail .about-padd {
    padding: 0px 50px;
}

.about-detail .about-padd .about-subtitle {
    font-size: 35px;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 20px;
    position: relative;
/*    padding-left: 40px;*/
    letter-spacing: 0px;
/*    text-transform: uppercase;*/
}

.about-detail .about-padd .about-subtitle::before {
    content: "";
    margin-right: 10px;
   /* width: 30px;
    height: 2px;*/
    background: #1a1a1a;
    position: absolute;
    bottom: 8px;
    left: 0;
}

.about-detail .about-padd .about-title {
    font-size: 55px;
    color: #122895;
    margin-bottom: 15px;
    font-weight: 700;
    letter-spacing: 0;
}

.about-detail .about-padd p {
    font-size: 16px;
    line-height: 28px;
    color: #8A879F;
    margin-bottom: 15px;
}

.about-detail .count-list {
    margin-top: 50px;
}

.about-detail .count-card {
    padding: 50px 25px;
    border-radius: 5px;
    border: 1px solid #efefef;
    height: 100%;
}

.about-detail .count-card .card-number {
    font-size: 70px;
    font-weight: 800;
    color: #333;
    margin-bottom: 10px;
}

.about-detail .count-card .card-text {
    font-size: 14px;
    font-weight: 400;
    line-height: 25px;
    color: #8A879F;
}

.about-detail .count-card .icon {
    width: 20px;
    height: 20px;
    text-align: center;
    clip-path: polygon(45% 1.33975%, 46.5798% 0.60307%, 48.26352% 0.15192%, 50% 0%, 51.73648% 0.15192%, 53.4202% 0.60307%, 55% 1.33975%, 89.64102% 21.33975%, 91.06889% 22.33956%, 92.30146% 23.57212%, 93.30127% 25%, 94.03794% 26.5798%, 94.48909% 28.26352%, 94.64102% 30%, 94.64102% 70%, 94.48909% 71.73648%, 94.03794% 73.4202%, 93.30127% 75%, 92.30146% 76.42788%, 91.06889% 77.66044%, 89.64102% 78.66025%, 55% 98.66025%, 53.4202% 99.39693%, 51.73648% 99.84808%, 50% 100%, 48.26352% 99.84808%, 46.5798% 99.39693%, 45% 98.66025%, 10.35898% 78.66025%, 8.93111% 77.66044%, 7.69854% 76.42788%, 6.69873% 75%, 5.96206% 73.4202%, 5.51091% 71.73648%, 5.35898% 70%, 5.35898% 30%, 5.51091% 28.26352%, 5.96206% 26.5798%, 6.69873% 25%, 7.69854% 23.57212%, 8.93111% 22.33956%, 10.35898% 21.33975%);
    transition: 0.6s all;
    margin-bottom: 20px;
}

.about-detail .count-card-1 .icon {
    background: #00b9f12d;
}

.about-detail .count-card-2 .icon {
    background: #9E2A962d;
}

.about-detail .count-card-3 .icon {
    background: #00AA4F2d;
}

.about-detail .count-card-4 .icon {
    background: #1228952d;
}

.about-detail .count-card-1:hover {
    border-color: #00B8F1;
}

.about-detail .count-card-1:hover .icon {
    background: #00B8F1;
    color: #fff;
}

.about-detail .count-card-2:hover {
    border-color: #9E2A96;
}

.about-detail .count-card-2:hover .icon {
    background: #9E2A96;
    color: #fff;
}

.about-detail .count-card-3:hover {
    border-color: #FF7D23;
}

.about-detail .count-card-3:hover .icon {
    background: #FF7D23;
    color: #fff;
}

.about-detail .count-card-4:hover {
    border-color: #122895;
}

.about-detail .count-card-4:hover .icon {
    background: #122895;
    color: #fff;
}

.gallery {
    padding: 10px 0px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    /* margin-top: 60px; */
}

.gallery .gallery-subtitle {
    font-size: 18px;
    font-weight: 700;
    color: #00B8F1;
    margin-bottom: 15px;
    font-family: 'Open Sans', sans-serif;
    position: relative;
    padding-left: 40px;
    padding-right: 40px;
    left: 50%;
    transform: translateX(-50%);
    display: inline-block;
}

.gallery .gallery-subtitle::before {
    content: "";
    margin-right: 10px;
    width: 30px;
    height: 2px;
    background: #00B8F1;
    position: absolute;
    bottom: 8px;
    left: 0;
}

.gallery .gallery-subtitle::after {
    content: "";
    margin-left: 10px;
    width: 30px;
    height: 2px;
    background: #00B8F1;
    position: absolute;
    bottom: 8px;
    right: 0;
}

.gallery .gallery-title {
    font-size: 40px;
    color: #000;
    margin-bottom: 25px;
    font-weight: 800;
    text-align: center;
    letter-spacing: 1px;
}

.gallery .gallery-card {
    transition: 0.5s all;
}

.gallery .gallery-card .plus-icon i {
    width: 60px;
    height: 70px;
    clip-path: polygon(0 25%, 50% 0, 100% 25%, 100% 75%, 50% 100%, 0 75%);
    z-index: 1;
    background: #122895;
    line-height: 70px;
    text-align: center;
    font-size: 18px;
    color: #fff;
    position: relative;
    top: 5px;
}

.gallery .gallery-card .plus-icon {
    content: "";
    width: 70px;
    height: 80px;
    clip-path: polygon(0 25%, 50% 0, 100% 25%, 100% 75%, 50% 100%, 0 75%);
    position: absolute;
    top: 30px;
    right: 30px;
    z-index: 1;
    background: #fff;
    line-height: 70px;
    text-align: center;
    font-size: 18px;
    color: #fff;
    transform: translateY(50px);
    display: none;
    opacity: 0;
}

.gallery .gallery-card .plus-2 {
    top: 125px !important;
}

.gallery .gallery-card .plus-icon {
    display: block;
    transform: translateY(0px);
    opacity: 1;
}

.gallery .gallery-card:hover .plus-icon {
    display: block;
    transform: translateY(0px);
    opacity: 1;
}

.gallery .gallery-card .plus-icon i:hover {
    background: #0081B6;
}

.gallery .gallery-card .card-img {
    position: relative;
}

.gallery .gallery-card .card-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
}

.gallery .gallery-card .card-img::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0;
    background: linear-gradient(179.97deg, rgba(14, 99, 255, 0) 20.71%, rgba(18, 40, 149, 0.2) 90.16%);
    transition: 0.3s all;
}

.gallery .gallery-card:hover .card-img::after {
    height: 100%;
}

.gallery .gallery-card .card-overlay {
    position: relative;
    opacity: 0;
    transition: 0.5s all;
}

.gallery .gallery-card:hover .card-overlay {
    opacity: 1;
}

.gallery .gallery-card .card-content {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 20px;
    z-index: 2;
}

.gallery .gallery-card .card-content .card-title {
    font-size: 25px;
    color: #122895;
    margin-bottom: 15px;
    font-weight: 800;
}

.card-title-home {
    color: #fff !important;
}

.gallery .gallery-card .card-content .card-subtitle {
    font-size: 14px;
    font-weight: 500;
    color: #fff;
    margin-bottom: 15px;
    font-family: 'Open Sans', sans-serif;
}

.gallery .gallery-card .card-content .card-subtitle i {
    font-size: 14px;
    margin-right: 5px;
}

.pdf-doc i {
    font-size: 40px !important;
}

.card-gallery {
    max-width: 50%;
    margin: 0 auto;
}

.card-2 {
    max-width: 100% !important;
}

.why-choose {
    padding: 60px 0px;
    background: url(../images/group-bg.webp);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
}

.why-choose .choose-subtitle {
    font-size: 16px;
    font-weight: 700;
    color: #00B8F1;
    margin-bottom: 15px;
    font-family: 'Open Sans', sans-serif;
    position: relative;
    padding-left: 40px;
    padding-right: 40px;
    left: 50%;
    transform: translateX(-50%);
    display: inline-block;
}

.why-choose .choose-subtitle::before {
    content: "";
    margin-right: 10px;
    width: 30px;
    height: 2px;
    background: #00B8F1;
    position: absolute;
    bottom: 8px;
    left: 0;
}

.why-choose .choose-subtitle::after {
    content: "";
    margin-left: 10px;
    width: 30px;
    height: 2px;
    background: #00B8F1;
    position: absolute;
    bottom: 8px;
    right: 0;
}

.why-choose .choose-title {
    font-size: 40px;
    color: #fff;
    margin-bottom: 25px;
    font-weight: 800;
    text-align: center;
    letter-spacing: 1px;
}

.why-choose .choose-card .icon {
    width: 120px;
    height: 120px;
    line-height: 130px;
    border-radius: 50%;
    font-size: 45px;
    text-align: center;
    margin:0 auto 25px;
    transition: 0.5s all;
}

.why-choose .choose-card:hover .icon-1 {
    background: #00B8F1;
    color: #fff;
}

.why-choose .choose-card .icon-1 {
    background: rgba(14, 99, 255, 0.1);
    color: #00B8F1;
}

.why-choose .choose-card:hover .icon-2 {
    background: #FF7D23;
    color: #fff;
}

.why-choose .choose-card .icon-2 {
    background: rgb(255 127 35 / 15%);
    color: #FF7D23;
}

.why-choose .choose-card:hover .icon-3 {
    background: #9E2A96;
    color: #fff;
}

.why-choose .choose-card .icon-3 {
    background: rgb(158 42 150 / 35%);
    color: #9E2A96;
}

.why-choose .choose-card:hover .icon-4 {
    background: #00AA4F;
    color: #fff;
}

.why-choose .choose-card .icon-4 {
    background: #00aa4f2e;
    color: #00AA4F;
}

.why-choose .choose-card .card-title {
    font-size: 20px;
    color: #fff;
    margin-bottom: 10px;
    font-weight: 600;
    text-align: center;
    letter-spacing: 1px;
    line-height: 1.6;
}

.why-choose .choose-card .card-text {
    font-size: 14px;
    line-height: 25px;
    color: #ffffffb6;
}

.form-section {
    overflow-x: hidden;
    padding: 0px 0px 0px;
}

.form-section.form-modal {
    overflow-x: hidden;
    padding: 0px;
}

.form-modal .modal-header {
    padding: 0px;
    border: 0px;
}

.form-modal .modal-header .btn-close {
    padding: 0px;
    position: absolute;
    top: 25px;
    right: 25px;
    z-index: 1;
}

.form-modal .modal-body {
    padding: 0px;
}

.form-section.form-modal .form-section-right {
    padding: 20px;
}

.form-section .form-left-title {
    font-size: 30px;
    color: #fff;
    text-align: center;
    margin-bottom: 15px;
    font-weight: 800;
}

.form-section .form-content {
    position: relative;
    z-index: 1;
}

/* .form-section .form-section-left{
    background: url(../images/form.webp);
    background-repeat: no-repeat;
    background-position: top;
    background-size: cover;
    position: relative;
    width: 100%;
    padding:30px 25px;
    height: 100%;
} */
.form-section-left img {
    max-width: 50%;
    margin: 0 auto;
}

.form-section .form-section-left ul li {
    padding-bottom: 20px;
    font-size: 15px;
    color: #fff;
    position: relative;
}

.form-section .form-section-left ul li::before {
    content: "\f061";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-right: 10px;
    color: #fff;
}

.form-section .form-section-right {
    width: 100%;
    height: 100%;
    background: #fff;
    padding: 35px 50px;
}

.form-right-title {
    font-size: 30px;
    color: #000;
    margin-bottom: 15px;
    font-weight: 800;
}

.form-right-title i {
    font-size: 25px;
    color: #122895;
    margin-right: 8px;
}

.form-section .form-section-right form .star {
    position: relative;
}

.form-section .form-section-right form .star::after {
    content: "*";
    margin-left: 5px;
    font-size: 14px;
    color: red;
}

.form-section .form-section-right form .form-control {
    background: transparent;
    border: 1px solid #efefef;
    width: 100%;
    padding: 15px;
    position: relative;
}

.form-section .form-section-right form .form-control:focus {
    box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px, rgba(27, 31, 35, 0.15) 0px 0px 0px 1px !important;
}

.form-section .form-section-right form .form-control::placeholder {
    font-size: 14px;
}

.contact-jumbtron {
    padding: 30px 0px;
}

.contact-jumbtron .contact-box {
    background: url(../images/bg.webp);
    border-radius: 10px;
    position: relative;
    overflow-x: hidden;
}

.contact-jumbtron .contact-box .contact-box-content {
    padding: 70px 50px;
}

.contact-jumbtron .contact-box .contact-title {
    font-size: 36px;
    color: #fff;
    margin-bottom: 20px;
    font-weight: 800;
    text-transform: capitalize;
}

.contact-jumbtron .contact-box .img-box {
    width: 90%;
    height: 100%;
    margin-left: auto;
}

.contact-jumbtron .contact-box .img-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    margin-bottom: -20px;
    border-radius: 200px 0px 0px 200px;
}

.testimonials {
    background: #fff;
    width: 100%;
    height: 400px;
    position: relative;
    padding: 60px 0px 30px;
}

.testimonials .testimonial-card {
    position: relative;
    z-index: 1;
}

.testimonials .testimonial-card .testimonial-subtitle {
    color: #00B8F1;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 6px;
    margin-bottom: 10px;
}

.testimonials .testimonial-card .testimonial-title {
    font-size: 32px;
    font-weight: 400;
    color: #122895;
    margin-bottom: 10px;
    font-weight: 400;
    line-height: 1.25em;
    position: relative;
    display: inline-block;
    padding-bottom: 10px;
}

.testimonials .testimonial-card .testimonial-title::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 60px;
    height: 1px;
    background: #12289559 !important;
}

.testimonials .testimonial-card .testimonial-text {
    font-family: 'Barlow', sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.75em;
    color: #6e6e6e;
    margin-bottom: 20px;
}

.testimonials .testimonial-card .user-detail {
    margin-top: 20px;
}

.testimonials .testimonial-card .user-detail .icon {
    width: 100%;
    border-radius: 50%;
    overflow: hidden;
}

.testimonials .testimonial-card .user-detail .icon img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.testimonials .testimonial-card .star-rating {
    display: flex;
    justify-content: flex-start;
}

.testimonials .testimonial-card .star-rating i {
    font-size: 14px;
    color: #ffad39;
    margin: 0px 5px 10px 5px;
}

.testimonials .testimonial-card .user-detail .user-title {
    font-size: 15px;
    margin-bottom: 10px;
    padding-top: 0px;
    font-weight: 400;
    color: #000;
    line-height: 1em;
    text-transform: uppercase;
    letter-spacing: 3px;
    margin-left: 10px;
}

.testimonials .testimonial-card .user-detail .user-text {
    font-size: 12px;
    color: #6e6e6e;
    line-height: 1em;
    margin-left: 10px;
}

.testimonials .testimonial-card .quote img {
    width: 80px;
    opacity: 0.1;
}

.testimonials .testimonial-carousel .owl-dots {
    display: block;
    position: absolute;
    bottom: -20px;
    left: 50%;
    transform: translateX(-50%);
    margin-top: 20px;
}

.testimonials .testimonial-carousel .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 5px 7px;
    background: transparent;
    border: 1px solid #fff;
    display: block;
    transition: opacity 0.2s ease;
    border-radius: 50%;
    position: relative;
}

.testimonials .testimonial-carousel .owl-dots .owl-dot.active span {
    border-color: #122895;
    background: #122895;
}

.footer {
    background: #004094;
    padding: 60px 0px 20px;
}

.footer .footer-content {
    padding: 0px 10px;
}

.footer .footer-content .footer-logo {
    margin-bottom: 15px;
}

.footer .footer-content .footer-logo img {
    width: 150px;
}

.footer .footer-title {
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 500;
    color: #fff;
    padding-bottom: 25px;
    margin-bottom: 30px;
    position: relative;
}

.footer .footer-title::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 50px;
    height: 3px;
    border-radius: 0px;
    background: #00B8F1;
}

.footer .footer-text {
    font-size: 15px;
    line-height: 25px;
    color: #fff;
    font-weight: 400;
}

.footer .footer-list {
    padding-left: 25px;
}

.footer .footer-list li {
    padding-bottom: 20px;
    position: relative;
}

.footer .footer-list li::before {
    content: "";
    position: absolute;
    left: -25px;
    top: 29%;
    transform: translateY(-50%);
    width: 10px;
    height: 10px;
    border-radius: 50%;
    border: 2px solid #fff;
    background: transparent;
}

.footer .footer-list li a {
    font-size: 15px;
    color: #fff;
    font-weight: 400;
}

.footer .footer-list li a:hover {
    color: #01BAFC;
}

.footer .input-group {
    border: none;
    border-radius: 0px;
}

.footer .input-group .form-control {
    border-radius: 5px;
    border-color: #fff;
    padding: 12px;
    font-size: 14px;
    background: #fff;

}

.footer .input-group .form-control::placeholder {
    color: #6e6e6e;
}

.footer .input-group .input-group-text {
    background: #00B8F1;
    border-radius: 0px;
    color: #fff;
    border-radius: 5px;
    border-color: #00B8F1;
    padding: 15px 17px;
}

.footer-bottom {
    background: #004094;
    padding: 15px 0px;
    border-top: 1px solid #ffffff2b;
}

.footer-bottom .copyright-text {
    font-size: 14px;
    color: #fff;
    margin-bottom: 0px;
}

.footer-bottom .copyright-text a {
    color: #00B8F1;
}

.footer-bottom .footer-bottom-list {
    display: flex;
    justify-content: flex-end;
    margin-bottom: 0px;
}

.footer-bottom .footer-bottom-list li {
    padding-left: 25px;
}

.footer-bottom .footer-bottom-list a {
    font-size: 16px;
    font-weight: 400;
    color: #fff;
}

#myBtn {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 99;
    font-size: 14px;
    border: none;
    outline: none;
    background-color: #122895;
    color: #fff;
    cursor: pointer;
    width: 50px;
    text-align: center;
    height: 50px;
    line-height: 50px;
    border-radius: 5px;
}

#myBtn::after {
    position: absolute;
    z-index: -1;
    content: "";
    top: 100%;
    left: 5%;
    height: 10px;
    width: 90%;
    opacity: 1;
    background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 80%);
}

#myBtn:hover {
    background-color: #011FA1;
}

.font-increase{
    font-size: 18px !important;
}
.font-16{
    font-size: 16px;
    font-weight: 600;
    color: #00b8f1;
}

.display-time {
    display: flex;
    font-size: 3rem;
    font-weight: bold;
    transition: ease-in-out 0.2s;
    transition-property: background, box-shadow, color;
    -webkit-box-reflect: below 2px linear-gradient(transparent, rgba(255, 255, 255, 0.05));
}

.display-time:hover {
    color: #00B8F1;
    cursor: pointer;
}

img {
    display: block;
    max-width: 100%;
}

/* Custom CSS Variables */
:root {
    /* Colors */
    --Grayish_blue: hsl(237, 18%, 59%);
    --Soft_red: hsl(345, 95%, 68%);
    --White: hsl(0, 0%, 100%);
    --Dark_desaturated_blue: hsl(236, 21%, 26%);
    --Very_dark_blue: hsl(235, 16%, 14%);
    --Very_dark_blac_blue: hsl(234, 17%, 12%);

    /* font size */
    --h-text: 1.1rem;
    --p-text: 1.8rem;
    --s-text: 0.5rem;

    /* custom-shape */
    --circle-width: 0.25em;
    --circle-height: 0.45em;
}

/* Font Styles */

.primary {
    font-size: 20px;
    color: var(--Soft_red);
    text-align: center;
    font-weight: 600;
}

.sub-heading {
    font-size: var(--s-text);
    color: var(--Grayish_blue);
    text-align: center;
    letter-spacing: 0.5ch;
    margin-top: 1em;
}


.form-section .contact-left {
    padding: 0px 30px;
}
.form-section .contact-title{

    font-weight: 400;
    line-height: 1.25em;
    margin: 0 0 20px 0;
    color: #222;
    font-size: 30px;
}
.form-section .contact-text{
    font-size: 15px;
    font-weight: 400;
    line-height: 1.75em;
    color: #666;
    margin-bottom: 25px;
}
.form-section .contact-detail{
    display: flex;
    margin-bottom: 25px;
}
.form-section .contact-detail .icon{
    font-size: 26px;
    color: #00B8F1 !important;
    text-align: center;
    position: relative;
}
.form-section .contact-detail .text{
    margin-left: 15px;
}
.form-section .contact-detail .text .reservation-text{
    font-size: 20px;
    color: #000;
    font-weight: 600;
    line-height: 2em;
    margin: 0px;  
    letter-spacing: 0px;  
}
.form-section .contact-detail .text .reservation-title{
    margin: 0;
    line-height: inherit;
    margin-bottom: 15px;
}
.form-section .contact-detail .text .reservation-title a{
    font-size: 16px;
font-weight: 500;
    color: #000;
    font-family: 'Barlow', sans-serif;
    margin-right: 10px;
}

/* General CSS */

main {
    min-height: 100%;
    display: grid;
    justify-content: center;
}

.background {
    background-color: var(--Very_dark_blue);
    background-image: url(https://i.postimg.cc/rmwYwjnp/bg-stars.webp),
        url(https://i.postimg.cc/hGg5HcVT/pattern-hills.webp);
    background-position: top, bottom;
    background-repeat: repeat-x;
    background-size: 100% 75%, 100% 25%;
    position: relative;
    z-index: 2;
}

.background::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 75%;
    background-color: #322338;
    filter: blur(100px);
    opacity: 0.35;
    z-index: -1;
}


.countdown-timer {
    display: flex;
    flex-wrap: wrap;
    gap: 1em;
}

.timer-box {
    width: 75px;
    padding: 15px;
    text-align: center;
    background-color: var(--Dark_desaturated_blue);
    position: relative;
    border-radius: 0.25em;
}

.sheet {
    position: absolute;
    width: 100%;
    height: 50%;
    left: 0;
    top: 0;
    right: 0;
    background-color: var(--Very_dark_blue);
    opacity: 0.35;
}

.flip {
    transition: transform 1s;
    transform: translate(0%, 100%) scaleY(-1);
}

.circle-left {
    width: var(--circle-width);
    height: var(--circle-height);
    position: absolute;
    background-color: var(--Very_dark_blac_blue);
    border-top-right-radius: 100%;
    border-bottom-right-radius: 100%;
    top: 45%;
    left: 0;
}

.circle-right {
    width: var(--circle-width);
    height: var(--circle-height);
    position: absolute;
    background-color: var(--Very_dark_blac_blue);
    border-top-left-radius: 100%;
    border-bottom-left-radius: 100%;
    top: 45%;
    right: 0;
}

.bottom {
    align-self: end;
    margin-bottom: 4em;
    display: flex;
    justify-content: center;
    gap: 2em;
}

.social-icon {
    cursor: pointer;
}

.social-icon:hover {
    filter: brightness(0) saturate(100%) invert(54%) sepia(7%) saturate(5054%) hue-rotate(297deg) brightness(99%) contrast(99%);
}

/* Media Queries for Responsive Design */
@media (min-width: 430px) {
    :root {
        --h-text: 1.25rem;
        --p-text: 2rem;
        --s-text: 0.5rem;

        --circle-width: 0.35em;
        --circle-height: 0.65em;
    }

}

@media (min-width: 550px) {
    :root {
        --p-text: 3rem;
        --s-text: 0.75rem;

        --circle-width: 0.4em;
        --circle-height: 0.7em;
    }
}

@media (min-width: 800px) {
    :root {
        --p-text: 4rem;
    }

}


.banner-content h5 {
    padding-top: 15px;
}



@media (min-width:2000px) {
    .banner .banner-img {
        position: absolute;
        top: 0;
        right: 0;
        width: 730px;
        z-index: 1;
    }
}



@media (min-width: 992px) and (max-width: 1199.98px) {
    .web-view {
        display: none;
    }

    .mobile-view {
        display: block;
    }

    .mobile-header {
        height: 70px;
        line-height: 70px;
        position: sticky;
        top: 0px;
        z-index: 1200;
        background: #fff;
    }

    .mobile-header .logo img {
        width: 110px;
    }

    .mobile-header .mobile-header-list {
        list-style-type: none;
        margin-left: 0px;
        padding-left: 0px;
        margin-bottom: 0px;
    }

    .mobile-header .mobile-header-list .nav-item {
        border-bottom: 1px solid #8A879F1c;
        opacity: 0.7;
    }

    .mobile-header .mobile-header-list .nav-item .nav-link {
        padding: 10px 0px;
        font-size: 15px;
        color: #8A879F;
        position: relative;
        line-height: 25px;
    }

    .mobile-header .mobile-header-list .nav-item .nav-link i {
        float: right;
    }

    .mobile-header .mobile-header-list .sub-link {
        padding: 10px;
        font-size: 15px;
        color: #8A879F;
        position: relative;
        line-height: 25px;
    }

    .mobile-header .mobile-header-list .nav-item:last-child {
        border-bottom: none;
    }

    .mobile-header .offcanvas {
        width: 360px;
    }

    .toggler {
        color: #1C4078;
        font-size: 30px;
        border: none;
        text-align: center;
        padding: 0px;
    }

    .toggler:focus,
    .toggler:hover {
        color: #1C4078;
        background: transparent;
    }

    .mobile-header .social ul {
        justify-content: flex-start;
    }

    .mobile-header .offcanvas-body {
        line-height: initial;
    }

}

@media screen and (min-width: 768px) and (max-width: 991.98px) {
    .web-view {
        display: none;
    }

    .banner-box-item {
        display: none;
    }

    .mobile-view {
        display: block;
    }

    .mobile-header {
        height: 70px;
        line-height: 70px;
        position: sticky;
        top: 0px;
        z-index: 1200;
        background: #fff;
    }

    .mobile-header .logo img {
        width: 100px;
    }

    .mobile-header .mobile-header-list {
        list-style-type: none;
        margin-left: 0px;
        padding-left: 0px;
        margin-bottom: 0px;
    }

    .mobile-header .mobile-header-list .nav-item {
        border-bottom: 1px solid #8A879F1c;
        opacity: 0.7;
    }

    .mobile-header .mobile-header-list .nav-item .nav-link {
        padding: 10px 0px;
        font-size: 15px;
        color: #8A879F;
        position: relative;
        line-height: 25px;
    }

    .mobile-header .mobile-header-list .nav-item .nav-link i {
        float: right;
    }

    .mobile-header .mobile-header-list .sub-link {
        padding: 10px;
        font-size: 15px;
        color: #8A879F;
        position: relative;
        line-height: 25px;
    }

    .mobile-header .mobile-header-list .nav-item:last-child {
        border-bottom: none;
    }

    .mobile-header .offcanvas {
        width: 360px;
    }

    .toggler {
        color: #1C4078;
        font-size: 30px;
        border: none;
        text-align: center;
        padding: 0px;
    }

    .toggler:focus,
    .toggler:hover {
        color: #1C4078;
        background: transparent;
    }

    .mobile-header .social ul {
        justify-content: flex-start;
    }

    .mobile-header .offcanvas-body {
        line-height: initial;
    }

    .banner .banner-content .vertical-space-50 {
        height: 0px;
    }

    .banner .banner-img {
        width: 100%;
        position: relative;
    }

    .banner .banner-subtitle {
        margin-top: 20px;
    }

    .service-detail .service-carousel .owl-nav {
        top: -15px;
    }

    .about-detail .about-padd {
        padding: 60px 30px;
    }

    .about-detail .about-padd .about-title,
    .gallery .gallery-title,
    .why-choose .choose-title,
    .service-detail .service-title {
        font-size: 35px;
    }

    .about-detail .count-card .card-number {
        font-size: 50px;
    }

    .banner .banner-title {
        font-size: 30px;
    }

    .about-detail .about-img {
        height: 350px;
    }

    .about-detail .year-count {
        width: 150px;
        height: 150px;
    }

    .about-detail .year-count h5 span {
        font-size: 50px;
    }

    .about-detail .year-count h5 {
        font-size: 16px;
    }

    .banner-box-item {
        margin-top: 50px;
    }
}

@media screen and (min-width: 576px) and (max-width: 767.98px) {
    .web-view {
        display: none;
    }

    .banner-box-item {
        display: none;
    }

    .mobile-view {
        display: block;
    }

    .mobile-header {
        height: 70px;
        line-height: 70px;
        position: sticky;
        top: 0px;
        z-index: 1200;
        background: #fff;
    }

    .mobile-header .logo img {
        width: 100px;
    }

    .mobile-header .mobile-header-list {
        list-style-type: none;
        margin-left: 0px;
        padding-left: 0px;
        margin-bottom: 0px;
    }

    .mobile-header .mobile-header-list .nav-item {
        border-bottom: 1px solid #8A879F1c;
        opacity: 0.7;
    }

    .mobile-header .mobile-header-list .nav-item .nav-link {
        padding: 10px 0px;
        font-size: 15px;
        color: #8A879F;
        position: relative;
        line-height: 25px;
    }

    .mobile-header .mobile-header-list .nav-item .nav-link i {
        float: right;
    }

    .mobile-header .mobile-header-list .sub-link {
        padding: 10px;
        font-size: 15px;
        color: #8A879F;
        position: relative;
        line-height: 25px;
    }

    .mobile-header .mobile-header-list .nav-item:last-child {
        border-bottom: none;
    }

    .mobile-header .offcanvas {
        width: 360px;
    }

    .toggler {
        color: #1C4078;
        font-size: 30px;
        border: none;
        text-align: center;
        padding: 0px;
    }

    .toggler:focus,
    .toggler:hover {
        color: #1C4078;
        background: transparent;
    }

    .mobile-header .social ul {
        justify-content: flex-start;
    }

    .mobile-header .offcanvas-body {
        line-height: initial;
    }

    .banner .banner-content .vertical-space-50 {
        height: 0px;
    }

    .banner .banner-img {
        width: 100%;
        position: relative;
    }

    .banner .banner-subtitle {
        margin-top: 20px;
    }

    .service-detail .service-carousel .owl-nav {
        top: -15px;
    }

    .subscribe_form .form-control {
        width: 100%;
        padding: 15px;
    }

    .about-detail .about-padd {
        padding: 60px 0px;
    }

    .about-detail .about-padd .about-title,
    .gallery .gallery-title,
    .why-choose .choose-title,
    .service-detail .service-title {
        font-size: 35px;
    }

    .about-detail .count-card .card-number {
        font-size: 50px;
    }

    .banner .banner-title {
        font-size: 30px;
    }
}

@media only screen and (max-width: 575.98px) {
    .web-view {
        display: none;
    }

    .banner-box-item {
        display: none;
    }

    .mobile-view {
        display: block;
    }

    .mobile-header {
        height: 70px;
        line-height: 70px;
        position: sticky;
        top: 0px;
        z-index: 1200;
        background: #fff;
    }

    .mobile-header .logo img {
        width: 100px;
    }

    .mobile-header .mobile-header-list {
        list-style-type: none;
        margin-left: 0px;
        padding-left: 0px;
        margin-bottom: 0px;
    }

    .mobile-header .mobile-header-list .nav-item {
        border-bottom: 1px solid #8A879F1c;
        opacity: 0.7;
    }

    .mobile-header .mobile-header-list .nav-item .nav-link {
        padding: 10px 0px;
        font-size: 15px;
        color: #8A879F;
        position: relative;
        line-height: 25px;
    }

    .mobile-header .mobile-header-list .nav-item .nav-link i {
        float: right;
    }

    .mobile-header .mobile-header-list .sub-link {
        padding: 10px;
        font-size: 15px;
        color: #8A879F;
        position: relative;
        line-height: 25px;
    }

    .mobile-header .mobile-header-list .nav-item:last-child {
        border-bottom: none;
    }

    .mobile-header .offcanvas {
        width: 360px;
    }

    .mobile-header .offcanvas .logo img {
        width: 120px;
    }

    .toggler {
        color: #1C4078;
        font-size: 30px;
        border: none;
        text-align: center;
        padding: 0px;
    }

    .toggler:focus,
    .toggler:hover {
        color: #1C4078;
        background: transparent;
    }

    .mobile-header .social ul {
        justify-content: flex-start;
    }

    .mobile-header .offcanvas-body {
        line-height: initial;
    }

    .banner .banner-content .vertical-space-50 {
        height: 0px;
    }

    .banner .banner-img {
        width: 100%;
        position: relative;
    }

    .banner .banner-subtitle {
        margin-top: 20px;
    }

    .service-detail .service-carousel .owl-nav {
        top: -15px;
    }

    .subscribe_form .form-control {
        width: 100%;
        padding: 15px;
    }

    .about-detail .about-padd {
        padding: 60px 0px;
    }

    .about-detail .about-padd .about-title,
    .gallery .gallery-title,
    .why-choose .choose-title,
    .service-detail .service-title {
        font-size: 35px;
    }

    .about-detail .count-card .card-number {
        font-size: 50px;
    }

    .banner .banner-title {
        font-size: 30px;
    }
}

.horse img {
    max-width: 100%;
    animation-name: floating;
    animation-duration: 3s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
}

@keyframes floating {
    0% {
        transform: translate(0, 0px);
    }

    50% {
        transform: translate(0, 30px);
    }

    100% {
        transform: translate(0, -0px);
    }
}

.title-2 {
    font-size: 30px !important;
}

.table {
    width: 100%;
    border-collapse: collapse;
    background-color: #fff;
}

.table td,
.table th {
    padding: 12px 15px;
    border: 1px solid #ccc;
    text-align: center;
    font-size: 16px;
    font-weight: 500;
}

.table td a {
    color: rgb(18, 40, 149);
    font-weight: 600;
}

.table th {
    background-color: rgb(18, 40, 149);
    color: #ffffff;
}

.table tbody tr:nth-child(even) {
    background-color: transparent;
}

@media (max-width: 500px) {
    .table thead {
        display: none;
    }

    .table,
    .table tbody,
    .table tr,
    .table td {
        display: block;
        width: 100%;
    }

    .table tr {
        margin-bottom: 15px;
    }

    .table td {
        text-align: left;
        position: relative;
    }

    .table td::before {
        content: attr(data-label);
        position: absolute;
        left: 0;
        width: 50%;
        padding-left: 15px;
        font-size: 15px;
        font-weight: bold;
        text-align: left;
    }
}



.pagination {
    margin: 0;
}

.pagination li:hover {
    cursor: pointer;
}

.header_wrap {
    padding: 30px 0;
}

.num_rows {
    width: 20%;
    float: left;
}

.tb_search {
    width: 20%;
    float: right;
}

.pagination-container {
    width: 70%;
    float: left;
}

.rows_count {
    width: 20%;
    float: right;
    text-align: right;
    color: #000;
}

.pagination>li>a,
.pagination>li>span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #337ab7;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
}

.pagination>.active>a,
.pagination>.active>a:focus,
.pagination>.active>a:hover,
.pagination>.active>span,
.pagination>.active>span:focus,
.pagination>.active>span:hover {
    z-index: 3;
    color: #fff;
    cursor: default;
    background-color: rgb(18, 40, 149);
    border-color: rgb(18, 40, 149);
}

.product-box {
    background-color: #fff;
    box-shadow: 0px 1px 2px 0px #0000000D;
    border: 1px solid #93d8e6;
    margin-bottom: 1rem;
    border: none;
    border-radius:  10px;
}

.product-heading {
    background-color: rgb(154 43 149);
    padding: 10px;
    border-radius: 10px 10px 0px 0px;
}

.product-heading h2 {
    color: #fff;
    text-align: center;
    font-size: 18px;
    font-weight: 600;
    margin: 0;
}

.product-content {
    padding: 10px;
    display: flex;
    justify-content: center;
}

.product-content li {
    list-style-type: circle;
    padding-top: 10px;
}

.product-content a {
    color: #000;
    font-weight: 500;
}

@media (max-width: 1680px) {
    .horse img {
        max-width: 80%;
    }

    .vertical-space-50 {
        display: none;
    }
}

@media (max-width: 1400px) {
    .product-section h2 {
        font-size: 1.5rem !important;
    }
}

@media (max-width: 1366px) {
    .horse img {
        max-width: 70%;
    }
}

@media (max-width: 1200px) {
    .banner .banner-subtitle {
        font-size: 16px;
    }

    .banner .banner-title {
        font-size: 40px;
    }

    .banner .banner-text {
        font-size: 16px;
    }

    .btn-1 {
        font-size: 10px;
    }

    .btn-2 {
        font-size: 10px;
    }

    .about-detail .about-padd .about-title {
        font-size: 40px;
    }

    .gallery .gallery-title {
        font-size: 40px;
    }

    .why-choose .choose-title {
        font-size: 40px;
    }

    .horse img {
        margin: 0 auto;
    }

    .digits {
        text-align: center;
    }

}

@media(max-width:992px) {
    .icon-box {
        display: flex;
        justify-content: center;
    }

    .plus-icon {
        position: inherit !important;
    }

    .plus-2 {
        position: inherit !important;
        margin-left: 15px;
    }

    .gallery .gallery-card .card-content .card-title {
        display: none;
    }

    .about-detail .about-img {
        height: 100%;
        margin-top: 2rem;
    }

    .about-detail .count-list {
        margin-top: inherit;
    }

    .vertical-space-50 {
        height: 5px;
    }

    .gallery {
        margin-top: 20px;
    }

    .value-icon {
        display: none !important;
    }

    .countdown-timer {
        justify-content: center;
    }

    .banner-content {
        text-align: center;
    }
}

@media (max-width: 577px) {
    .choose-card {
        text-align: center;
    }

    .resize {
        max-width: inherit !important;
        margin: inherit !important;
        margin-top: inherit ! important;
    }

    .product-row {
        margin-top: 0.75rem;
    }

    .why-choose .choose-card .icon {
        margin: 0 auto;
    }

    .why-choose .choose-card .card-title {
        font-size: 20px;
        padding-top: 10px;
    }

    .gallery {
        margin-bottom: 1rem;
    }

    .banner .banner-subtitle {
        font-size: 12px;
    }

    .banner .banner-title {
        font-size: 32px;
    }

    .banner .banner-text {
        font-size: 13px;
    }

    .btn-1 {
        font-size: 9px;
        padding: 14px 25px;
    }

    .btn-2 {
        font-size: 9px;
        padding: 14px 25px;
    }

    .timer-box {
        width: 55px;
    }

    .horse {
        margin: 0 auto;
    }

    .banner-box-item .box-item-1 .icon {
        width: 42px;
        height: 52px;
    }

    .banner-box-item .box-item p {
        margin-left: 2rem;
    }

    .about-detail .year-count {
        width: 150px;
        height: 150px;
    }

    .about-detail .year-count h5 span {
        font-size: 50px;
    }

    .about-detail .year-count h5 {
        font-size: 14px;
    }

    .about-detail .about-padd .about-title {
        font-size: 22px;
    }

    .about-detail .about-padd .about-subtitle {
        font-size: 12px;
    }

    .about-detail .about-padd p {
        font-size: 11px;
    }

    .about-detail .count-card .card-number {
        font-size: 20px;
    }

    .about-detail .count-card .card-text {
        font-size: 12px;
        line-height: inherit;
    }

    .about-detail .count-card {
        padding: 8px 25px;
    }

    .gallery .gallery-title {
        font-size: 24px;
    }

    .gallery .gallery-subtitle {
        font-size: 12px;
    }

    .why-choose .choose-subtitle {
        font-size: 12px;
    }

    .why-choose .choose-title {
        font-size: 24px;
    }

    .form-right-title {
        font-size: 20px;
    }

    .form-section .form-section-right form .form-control {
        padding: inherit;
    }

    .contact-jumbtron .contact-box .contact-title {
        font-size: 18px;
    }

    .contact-jumbtron .btn-1 {
        font-size: 8px;
        padding: 14px 25px;
    }

    .testimonials .testimonial-card .testimonial-title {
        font-size: 24px;
    }

    .testimonials .testimonial-card .testimonial-text {
        font-size: 13px;
    }

    .testimonials .testimonial-card .user-detail .user-title {
        font-size: 13px;
    }

    .footer .footer-text {
        font-size: 12px;
    }

    .footer .footer-title {
        font-size: 16px;
    }

    .footer .footer-list li a {
        font-size: 12px;
    }

    .footer .footer-content .footer-logo img {
        width: 110px;
    }

    .common-content p {
        text-align: center !important;
    }

    .common-content {
        text-align: center !important;
    }

    .product-section h2 {
        font-size: 0.95rem !important;
    }

    .pdfvideo-icons {
        justify-content: center;
    }

    .product-ing img {
        max-width: 65%;
    }

    .common-heading {
        width: 183px !important;
    }

    .common-padding {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important;
    }
}

.current-time a {
    background-color: hsl(236, 21%, 26%);
    padding: 10px;
    border-radius: 5px;
    font-size: 30px;
    color: #00B8F1 !important;
    text-align: center;
    font-weight: 600;
    margin-bottom: 1rem !important;

}



#clock .display {
    text-align: left;
    padding-bottom: 10px;
    border-radius: 6px;
    position: relative;
}

#clock.light:after {
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
}

#clock.light .digits div span {
    background-color: #272e38;
    border-color: #272e38;
}

#clock.light .digits div.dots:before,
#clock.light .digits div.dots:after {
    background-color: #272e38;
}




/*-------------------------
    Dark color theme
  --------------------------*/


#clock.dark {
    background-color: #272e38;
    color: #cacaca;
}

#clock.dark:after {
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
}

#clock.dark .digits div span {
    background-color: #cacaca;
    border-color: #cacaca;
}

#clock.dark .alarm {
    background: url('../img/alarm_dark.webp');
}

#clock.dark .display {
    background-color: #0f1620;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.08) inset, 0 1px 1px #2d3642;
}

#clock.dark .digits div.dots:before,
#clock.dark .digits div.dots:after {
    background-color: #cacaca;
}


/*-------------------------
    The Digits
  --------------------------*/


#clock .digits div {
    text-align: left;
    position: relative;
    width: 28px;
    height: 50px;
    display: inline-block;
    margin: 0 4px;
}

#clock .digits div span {
    opacity: 0;
    position: absolute;

    -webkit-transition: 0.25s;
    -moz-transition: 0.25s;
    transition: 0.25s;
}

#clock .digits div span:before,
#clock .digits div span:after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border: 5px solid transparent;
}

#clock .digits .d1 {
    height: 5px;
    width: 16px;
    top: 0;
    left: 6px;
}

#clock .digits .d1:before {
    border-width: 0 5px 5px 0;
    border-right-color: inherit;
    left: -5px;
}

#clock .digits .d1:after {
    border-width: 0 0 5px 5px;
    border-left-color: inherit;
    right: -5px;
}

#clock .digits .d2 {
    height: 5px;
    width: 16px;
    top: 24px;
    left: 6px;
}

#clock .digits .d2:before {
    border-width: 3px 4px 2px;
    border-right-color: inherit;
    left: -8px;
}

#clock .digits .d2:after {
    border-width: 3px 4px 2px;
    border-left-color: inherit;
    right: -8px;
}

#clock .digits .d3 {
    height: 5px;
    width: 16px;
    top: 48px;
    left: 6px;
}

#clock .digits .d3:before {
    border-width: 5px 5px 0 0;
    border-right-color: inherit;
    left: -5px;
}

#clock .digits .d3:after {
    border-width: 5px 0 0 5px;
    border-left-color: inherit;
    right: -5px;
}

#clock .digits .d4 {
    width: 5px;
    height: 14px;
    top: 7px;
    left: 0;
}

#clock .digits .d4:before {
    border-width: 0 5px 5px 0;
    border-bottom-color: inherit;
    top: -5px;
}

#clock .digits .d4:after {
    border-width: 0 0 5px 5px;
    border-left-color: inherit;
    bottom: -5px;
}

#clock .digits .d5 {
    width: 5px;
    height: 14px;
    top: 7px;
    right: 0;
}

#clock .digits .d5:before {
    border-width: 0 0 5px 5px;
    border-bottom-color: inherit;
    top: -5px;
}

#clock .digits .d5:after {
    border-width: 5px 0 0 5px;
    border-top-color: inherit;
    bottom: -5px;
}

#clock .digits .d6 {
    width: 5px;
    height: 14px;
    top: 32px;
    left: 0;
}

#clock .digits .d6:before {
    border-width: 0 5px 5px 0;
    border-bottom-color: inherit;
    top: -5px;
}

#clock .digits .d6:after {
    border-width: 0 0 5px 5px;
    border-left-color: inherit;
    bottom: -5px;
}

#clock .digits .d7 {
    width: 5px;
    height: 14px;
    top: 32px;
    right: 0;
}

#clock .digits .d7:before {
    border-width: 0 0 5px 5px;
    border-bottom-color: inherit;
    top: -5px;
}

#clock .digits .d7:after {
    border-width: 5px 0 0 5px;
    border-top-color: inherit;
    bottom: -5px;
}


/* 1 */

#clock .digits div.one .d5,
#clock .digits div.one .d7 {
    opacity: 1;
}

/* 2 */

#clock .digits div.two .d1,
#clock .digits div.two .d5,
#clock .digits div.two .d2,
#clock .digits div.two .d6,
#clock .digits div.two .d3 {
    opacity: 1;
}

/* 3 */

#clock .digits div.three .d1,
#clock .digits div.three .d5,
#clock .digits div.three .d2,
#clock .digits div.three .d7,
#clock .digits div.three .d3 {
    opacity: 1;
}

/* 4 */

#clock .digits div.four .d5,
#clock .digits div.four .d2,
#clock .digits div.four .d4,
#clock .digits div.four .d7 {
    opacity: 1;
}

/* 5 */

#clock .digits div.five .d1,
#clock .digits div.five .d2,
#clock .digits div.five .d4,
#clock .digits div.five .d3,
#clock .digits div.five .d7 {
    opacity: 1;
}

/* 6 */

#clock .digits div.six .d1,
#clock .digits div.six .d2,
#clock .digits div.six .d4,
#clock .digits div.six .d3,
#clock .digits div.six .d6,
#clock .digits div.six .d7 {
    opacity: 1;
}


/* 7 */

#clock .digits div.seven .d1,
#clock .digits div.seven .d5,
#clock .digits div.seven .d7 {
    opacity: 1;
}

/* 8 */

#clock .digits div.eight .d1,
#clock .digits div.eight .d2,
#clock .digits div.eight .d3,
#clock .digits div.eight .d4,
#clock .digits div.eight .d5,
#clock .digits div.eight .d6,
#clock .digits div.eight .d7 {
    opacity: 1;
}

/* 9 */

#clock .digits div.nine .d1,
#clock .digits div.nine .d2,
#clock .digits div.nine .d3,
#clock .digits div.nine .d4,
#clock .digits div.nine .d5,
#clock .digits div.nine .d7 {
    opacity: 1;
}

/* 0 */

#clock .digits div.zero .d1,
#clock .digits div.zero .d3,
#clock .digits div.zero .d4,
#clock .digits div.zero .d5,
#clock .digits div.zero .d6,
#clock .digits div.zero .d7 {
    opacity: 1;
}


/* The dots */

#clock .digits div.dots {
    width: 5px;
}

#clock .digits div.dots:before,
#clock .digits div.dots:after {
    width: 5px;
    height: 5px;
    content: '';
    position: absolute;
    left: 0;
    top: 14px;
}

#clock .digits div.dots:after {
    top: 34px;
}


/*-------------------------
    The Alarm
  --------------------------*/


#clock .alarm {
    width: 16px;
    height: 16px;
    bottom: 20px;
    background: url('../img/alarm_light.webp');
    position: absolute;
    opacity: 0.2;
}

#clock .alarm.active {
    opacity: 1;
}


/*-------------------------
    Weekdays
  --------------------------*/


#clock .weekdays {
    font-size: 12px;
    position: absolute;
    width: 100%;
    top: 10px;
    left: 0;
    text-align: left;
}


#clock .weekdays span {
    opacity: 0.2;
    padding: 0 10px;
}

#clock .weekdays span.active {
    opacity: 1;
}


/*-------------------------
      AM/PM
  --------------------------*/


#clock .ampm {
    position: absolute;
    bottom: 20px;
    right: 20px;
    font-size: 12px;
}

.bio-bg {
    background-image: url(../images/bio-bg.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

/* .accordion-item:first-of-type .accordion-button {
    background-color: #122895 !important;
    color: #fff;
} */

.accordion-button::after {
    background-image: url(../images/arrowright.webp) !important;
}

.accordion-button:not(.collapsed)::after {
    background-image: url(../images/arrowdown.webp) !important;
    transform: inherit !important;
}

.accordion-button:not(.collapsed) {
    background-color: #122895 !important;
    color: #fff;
}

.accordion-button:hover {
    background-color: #122895 !important;
    color: #fff;
}

.service-detail .service-title {
    color: #fff !important;
}

.service-detail .service-subtitle {
    color: #fff !important;
}

.service-detail .service-subtitle::before {
    background-color: #fff;
}

.common-bg {
    background-image: url(../images/home/product-bg.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.common-heading img {
    margin: 0 auto;
}

.common-content i {
    color: #fff;
    padding-right: 1rem;
}

.common-content p {
    text-align: justify;
    padding-top: 1.2rem;
    color: #fff;
    font-size: 15px;
}

.common-content h3 {
    color: #fff;
    font-size: 20px;
    font-family: 'Roboto Condensed', sans-serif;
}

.common-content h2 {
    color: #fff !important;
}

.pdfvideo-icons {
    display: flex;
    align-items: center;
}
.pdfvideo-icons img{
    width: 40px;
}
.video-icon {
    padding-left: 2rem;
}

.pack-box {
    border-radius: 6px;
    background: #FFF;
    text-align: center;
}

.accordion-body {
    background-color: #E9FAFF;
}

.pack-heading {
    background-color: #00B8F1;
    border-radius: 6px 6px 0px 0px;
    padding: 10px;
}

.pack-heading p {
    color: #fff;
}

.pack-heading-2 {
    padding: 10px;
}

.download-icon p {
    padding-left: 1rem;
}

.common-spacing {
    padding-left: 190px;
    padding-right: 190px;
}

.common-content h2 {
    color: #0081B6;
}

.owl-item {
    width: 367px !important;
}

.main-header .logo-2 {
    display: none;
}

.fixed .logo-2 {
    display: block;
    width: 170px;
}

.fixed .stiky-logo {
    display: none;
}

.banner-three-item {
    width: 100%;
    padding: 5px 20px;
}

.banner-three-item img {
    width: 100%;
    border-radius: 6px;
    border: 1px solid #DCDCDC;
}

.slick-prev {
    left: -10px;
}

.slick-next {
    right: -10px;
}

.product-ing img {
    margin: 0 auto;
    max-width: 62%;
}

.resize {
    max-width: 46%;
    margin: 0 auto;
}

.product-section h2 {
    color: #fff !important;
    font-weight: 500;
}

.product-box h2 {
    color: #fff !important;
}

.product-section h2 {
    letter-spacing: 1.2px;
}

.common-padding {
    padding-top: 3rem;
    padding-bottom: 3rem;
}

.common-heading {
    margin: 0 auto;
    width: 250px;
    overflow: hidden;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px, rgba(10, 37, 64, 0.35) 0px -2px 6px 0px inset;
    background: #fff;
    border-radius: 5px;
    padding: 10px;
}

.common-content h2 {
    letter-spacing: 1.2px;
    color: #fff !important;
    font-size: 35px !important;
    margin-bottom: 15px;
}

.marg-btm-20{
    margin-bottom: 20px !important;
}

.marg-btm-10{
    margin-bottom: 10px !important;
}

.fnt-fam{
    font-family: "Plus Jakarta Sans", sans-serif !important;
}
.fnt-fam-1{
    font-family: "Open Sans", sans-serif !important;
}

.clr-000{
    color: #000 !important;
}
.clr-fff{
    color: #fff !important;
}
.txt-jus{
    text-align: justify !important;
}
.abt-tit{
        font-size: 25px !important;
    line-height: 1.6;

}

.padd-both-50 {
    padding: 50px 0 !important;
}

.jobs-card {
    display: flex;
    margin: 0 0 15px;
    background: #fff;
    border-radius: 15px;
    flex-direction: column;
    border: 1px solid #e0e0e0
}

@media (min-width: 768px) {
    .jobs-card {
        margin:0 0 20px;
        flex-direction: row;
        justify-content: space-between
    }
}

@media (min-width: 1375px) {
    .jobs-card {
        margin:0 0 30px;
        border-radius: 30px
    }
}

.jobs-card:hover {
    box-shadow: 0 21px 10px 0 rgba(4,4,4,0.05)
}

.jobs-card .icon-box {
    margin: 0 0 15px;
    overflow: hidden;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    box-shadow: 0 10px 18px 0 rgba(0,0,0,0.1)
}

@media (min-width: 768px) {
    .jobs-card .icon-box {
        top:20px;
        left: 20px;
        position: absolute
    }
}

@media (min-width: 1375px) {
    .jobs-card .icon-box {
        top:30px;
        left: 30px
    }
}

@media (min-width: 1550px) {
    .jobs-card .icon-box {
        top:40px;
        left: 40px
    }
}

.jobs-card .icon-box img {
    display: block;
    width: 100%;
    height: auto
}

.jobs-card .job-content-left {
    display: flex;
    padding: 15px 20px;
    flex-direction: column;
    align-items: center
}

@media (min-width: 768px) {
    .jobs-card .job-content-left {
        align-items:flex-start;
        width: calc(100% - 220px);
        flex: 0 0 calc(100% - 220px);
        position: relative;
        padding: 20px 25px;
        padding-left: 30px
    }
}

@media (min-width: 1375px) {
    .jobs-card .job-content-left {
        padding:30px;
        padding-left: 75px;
        width: calc(100% - 280px);
        flex: 0 0 calc(100% - 280px)
    }
}

@media (min-width: 1550px) {
    .jobs-card .job-content-left {
        padding:40px;
        padding-left: 50px
    }
}

.jobs-card .job-content-left h3 {
    margin: 0 0 5px;
    text-align: center;
    letter-spacing: 0;
}

@media (min-width: 768px) {
    .jobs-card .job-content-left h3 {
        text-align:left
    }
}

@media (min-width: 1200px) {
    .jobs-card .job-content-left h3 {
        font-size:28px
    }
}

.jobs-card .job-content-left .meta {
    display: block;
    margin: 0 0 5px;
     font-size: 14px;
     font-weight: 400; 
     letter-spacing: 1px;
     color: #333;
}

@media (min-width: 992px) {
    .jobs-card .job-content-left .meta {
        margin:0 0 10px;
 font-size: 14px;
     font-weight: 400; 
     letter-spacing: 1px;
     color: #333;
    }
}

.jobs-card .job-content-left a {
    color: #333
}

.jobs-card .job-content-left .location-txt {
    display: flex;
    color: #444;
    font-weight: 400;
    margin: 0 0 10px;
    align-items: center
}

@media (min-width: 992px) {
    .jobs-card .job-content-left .location-txt {
        margin:0 0 20px
    }
}

.jobs-card .job-content-left .location-txt i {
    margin-right: 10px
}

.jobs-card .job-content-right {
    display: flex;
    padding: 15px 20px;
    margin: 0 -1px -1px;
    border-radius: 15px;
    flex-direction: column;
    border: 1px solid #e0e0e0
}

@media (min-width: 768px) {
    .jobs-card .job-content-right {
        flex:220px;
        flex: 0 0 220px;
        align-items: center;
        margin: -1px -1px -1px 0;
        padding: 20px;
        justify-content: space-between
    }
}

@media (min-width: 1375px) {
    .jobs-card .job-content-right {
        flex:280px;
        flex: 0 0 280px;
        padding: 30px;
        border-radius: 30px
    }
}

@media (min-width: 1550px) {
    .jobs-card .job-content-right {
        padding:40px 25px
    }
}

.jobs-card .price-box {
    display: flex;
    margin-bottom: 15px;
    align-items: center;
    flex-direction: column
}

@media (min-width: 992px) {
    .jobs-card .price-box {
        margin-bottom:30px
    }
}

.jobs-card .price-box .price {
    display: block;
    font-size: 16px;
    font-weight: 700
}

@media (min-width: 768px) {
    .jobs-card .price-box .price {
        font-size:18px
    }
}
@media (min-width: 768px) {
    .jobs-card .price-box .price {
        font-size:14px
    }
}
.jobs-card .price-box .price sub {
    font-size: 12px;
    font-weight: 400;
    position: relative;
    bottom: 1px
}

@media (min-width: 768px) {
    .jobs-card .price-box .price sub {
        font-size:14px
    }
}

.jobs-card .price-box .txt {
    display: block;
    font-size: 14px
}

.jobs-card .btn.btn-green,.jobs-card .btn.btn-purple {
    color: #2c3491;
    background: #fff!important;
    border: 2px solid #2c3491;
    border-radius: 50px;
}

@media (min-width: 768px) {
    .jobs-card .btn.btn-green,.jobs-card .btn.btn-purple {
        max-width:156px;
        min-width: 156px;
        padding: 14px 30px;
        font-size: 16px
    }
}

.jobs-card .btn.btn-green:before,.jobs-card .btn.btn-purple:before {
    z-index: 1;
    background: #7d29e6
}

.jobs-card .btn.btn-green:hover,.jobs-card .btn.btn-purple:hover {
    color: #2c3491 !important;
}

.jobs-card .btn.btn-green span,.jobs-card .btn.btn-purple span {
    z-index: 2;
    position: relative
}

.jobs-card .btn.btn-green {
    border-color: #20ca6f
}

.jobs-card .btn.btn-green:before {
    background: #20ca6f!important;
    opacity: 1
}

.section-theme-4 .tags-list {
    padding: 0;
    display: flex;
    font-size: 12px;
    line-height: 1.5;
    list-style: none;
    color: #666;
    flex-flow: row wrap;
    margin: 0 0 3px -3px;
}

.tags-list {
    list-style: none;
    padding: 0;
    display: flex;
    flex-flow: row wrap;
    font-size: 14px;
    line-height: 1.5;
    color: #a7a7a7;
    margin: 0 0 3px -3px
}

@media (min-width: 1200px) {
    .tags-list {
        font-size:16px
    }
}

.tags-list li {
    padding: 0 4px 7px 3px
}

.tags-list .tag {
    border: 1px solid #aeaeae;
    border-radius: 20px;
    padding: 4px 12px;
    display: block;
    text-align: center
}

@media (min-width: 1200px) {
    .tags-list .tag {
        min-width:100px
    }
}


.tags-list {
    list-style: none;
    padding: 0;
    display: flex;
    flex-flow: row wrap;
    font-size: 14px;
    line-height: 1.5;
    color: #a7a7a7;
    margin: 0 0 3px -3px
}

@media (min-width: 1200px) {
    .tags-list {
        font-size:16px
    }
}

.tags-list li {
    padding: 0 4px 7px 3px
}

.tags-list .tag {
    border: 1px solid #aeaeae;
    border-radius: 20px;
    padding: 4px 12px;
    display: block;
    text-align: center
}

@media (min-width: 1200px) {
    .tags-list .tag {
        min-width:100px
    }
}


.btn-roundss {
    font-size: 25px;
    color: #000;
    /*background: #072d79 !important;
    border-radius: 50px;
    border: unset;
    height: 30px;
    width: 30px;
    line-height: 30px;*/
}


.banner-sectionsss{
  position: relative;
  background: linear-gradient(to right, rgb(2, 27, 121), rgb(5, 117, 230));
  padding: 100px 0px 100px 0px;
}

.banner-sectionsss .bg-layer {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  background-repeat: no-repeat;
  background-size: cover;
  
}

/*.banner-sectionsss .pattern-bg{
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-animation: zoom-fade 5s infinite linear;
  animation: zoom-fade 5s infinite linear;
}
*/
.banner-sectionsss .content-box{
  position: relative;
  display: block;
/*  margin-left: 75px;*/
  z-index: 1;
}

.banner-sectionsss .content-box h1{
  position: relative;
  display: block;
  font-size: 55px;
  font-weight: 800;
  line-height: 1.6;
  color: #fff;
  text-shadow: 2px 2px 4px #002b7f;
  margin-bottom: 50px;
  letter-spacing: 0px;
  font-family: "Noto Serif", serif !important;
}

.banner-sectionsss .content-box h1 span{
 
  font-size: 55px;

    color: #f2e72e;
    text-shadow: 2px 2px 4px #000;
  font-weight: 800;
 
  letter-spacing: 0px;
  font-family: "Noto Serif", serif !important;
}

.clkr-seperate{
background: repeating-radial-gradient(circle at 100% 100%, rgb(0 188 172) 4%, rgb(0 174 239) 8%, rgb(20 180 240 / 93%) 8%, rgba(251, 86, 7, 0.5) 12%, rgba(255, 0, 110, 0.5) 12%, rgba(255, 0, 110, 0.5) 16%, rgba(131, 56, 236, 0.5) 16%, rgba(131, 56, 236, 0.8) 20%, rgba(58, 134, 255, 0.5) 20%, rgba(58, 134, 255, 0.5) 24%), repeating-radial-gradient(circle at 0% 100%, rgba(255, 190, 11, 0.7) 4%, rgba(255, 190, 11, 0.9) 8%, rgba(251, 86, 7, 0.7) 8%, rgba(251, 86, 7, 0.9) 12%, rgba(255, 0, 110, 0.7) 12%, rgba(255, 0, 110, 0.9) 16%, rgba(131, 56, 236, 0.8) 16%, rgba(131, 56, 236, 0.8) 20%, rgba(58, 134, 255, 0.8) 20%, rgba(58, 134, 255, 0.8) 24%);
    background-size: 250px 250px;
    background-position: 0 0;
    -webkit-animation: stripes 3s linear infinite;
    animation: stripes 3s linear infinite;
    background-clip: text;
    font-size: 65px;
    margin-bottom: 35px;
    margin-left: 50px;
    font-weight: 700;
    -webkit-background-clip: text;
    color: transparent;
    font-family: "Noto Serif", serif !important;
}
@keyframes stripes {
  100% {
    background-position: 250px 0, 250px 0, 100px 0;
  }
}
.banner-sectionsss .content-box .text{
  position: relative;
  display: block;
  font-size: 18px;
  line-height: 36px;
  color: #fff;
  margin-bottom: 60px;
}

.banner-sectionsss .content-box .btn-box a{
  position: relative;
  display: inline-block;
  overflow: hidden;
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  background: transparent;
  border: 2px solid rgba(255, 255, 255, 1);
  border-radius: 30px;
  text-align: center;
  padding: 13px 50px;
  z-index: 1;
}

.banner-sectionsss .content-box .btn-box a:before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  background-color: #fff;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  -webkit-transform: scale(0.2, 1);
  transform: scale(0.2, 1);
  z-index: -1;
}

.banner-sectionsss .content-box .btn-box a:hover::before {
  opacity: 1;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
}

.banner-sectionsss .content-box .btn-box a:hover{
  color: #4527a4;
}


.banner-sectionsss .image-box{
  position: relative;
  margin-right: -270px;
  z-index: 1;
}

.banner-sectionsss .image-box .image-1{
  position: absolute;
  left: 0px;
  top: -30px;
}

.banner-sectionsss .image-box .image-2{
  position: absolute;
  right: 0px;
  top: -60px;
}

.float-bob-y {
  animation-name: float-bob-y;
  animation-duration: 2s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  -webkit-animation-name: float-bob-y;
  -webkit-animation-duration: 2s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -moz-animation-name: float-bob-y;
  -moz-animation-duration: 2s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
  -ms-animation-name: float-bob-y;
  -ms-animation-duration: 2s;
  -ms-animation-iteration-count: infinite;
  -ms-animation-timing-function: linear;
  -o-animation-name: float-bob-y;
  -o-animation-duration: 2s;
  -o-animation-iteration-count: infinite;
  -o-animation-timing-function: linear;
}

.float-bob-x{
  animation-name: float-bob-x;
  animation-duration: 15s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  -webkit-animation-name: float-bob-x;
  -webkit-animation-duration: 15s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -moz-animation-name: float-bob-x;
  -moz-animation-duration: 15s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
  -ms-animation-name: float-bob-x;
  -ms-animation-duration: 15s;
  -ms-animation-iteration-count: infinite;
  -ms-animation-timing-function: linear;
  -o-animation-name: float-bob-x;
  -o-animation-duration: 15s;
  -o-animation-iteration-count: infinite;
  -o-animation-timing-function: linear;
}

.bnr-txt{
        color: #fff;
    font-size: 25px;
    margin-bottom: 15px;
    font-style: italic;
    font-weight: 700;
    font-family: "Noto Serif", serif !important;
    margin-left: 50px;

}
.bnr-txt-1{
        color: #f2e72e;
    font-size: 45px;
    margin-bottom: 15px;
    font-style: italic;
    font-weight: 700;
    font-family: "Noto Serif", serif !important;
    margin-left: 50px;

}
.btm-set {
    position: fixed;
    bottom: 140px;
    left: 50px;
    z-index: 99999;
}


.mission img, .vision img{

   background: #fff;
    padding: 18px;
    border-radius: 15px;
    margin: 25px auto;
}

.mission h3, .vision h3{

  font-size: 25px;
  font-weight: 700;
  color: #fff;
  text-align: center;
  margin-bottom: 20px;
  font-family: "Open Sans", sans-serif !important;
  letter-spacing: 0px;
}
.mission p, .vision p{

  font-size: 18px;
  font-weight: 500;
  color: #fff;
  line-height: 1.7;
  text-align: center;
  margin-bottom: 20px;
  font-family: "Plus Jakarta Sans", sans-serif !important;

}


.carer{
    font-weight: 600;
    font-family: "Plus Jakarta Sans", sans-serif !important;
    font-size: 35px;
    letter-spacing: 0;
    margin-bottom: 25px;
}
.carer-p{
    font-size: 18px;
    font-weight: 500;
    line-height: 1.6;margin-bottom: 20px;
}
.clr-red{
    color: red;
}

@media only screen and (min-width: 1200px) and (max-width: 1300px){
.banner-sectionsss{
  position: relative;
  background-color: #fff;
  padding: 75px 0px 75px 0px;
}
}
@media only screen and (min-width: 1300px) and (max-width: 1400px){

.banner-sectionsss{
  position: relative;
  background-color: #fff;
  padding: 100px 0px 100px 0px;
}
}

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

.banner-sectionsss{
  position: relative;
  background-color: #fff;
  padding: 120px 0px 120px 0px;
}
}

@media (max-width: 991px) {
    .dis-n{
        display: none !important;
    }
    .dis-b{
        display: block !important;
    }
    .clkr-seperate{
        font-size: 35px;
        margin-left: 0px;
    }
    .bnr-txt{
    font-size: 20px;
    line-height: 1.4;
    margin-left: 0px;
}
.bnr-txt-1{
    font-size: 24px;
    line-height: 1.4;
    margin-left: 0px;
}
.marg-btm-35{
    margin-bottom: 25px;
}
}
@media (max-width: 767px) {
.banner-sectionsss .content-box h1{
    font-size: 35px;
    margin-bottom: 25px;
}
.banner-sectionsss .content-box h1 span{
    font-size: 35px;
}

.btm-set {
    
    bottom: 100px;
    left: 20px;
 
}
}

@media only screen and (max-width: 575.98px) {
    .about-detail .about-padd {
        padding: 30px 0px;
    }
    .about-detail .about-padd .about-subtitle{
        font-size: 25px !important;
    }
}
.marg-btm-20{
    margin-bottom: 20px !important;
}
.marg-btm-35{
    margin-bottom: 95px;
}
.social-links{
    position: relative;
    margin-top: 30px;
}
.social-links  li{
    display: inline-block;
    /* color: #004094; */
    /* font-size: 16px; */
    margin-right: 10px;
    background: #fff;
    width: 40px;
    text-align: center;
    height: 40px;
    line-height: 40px;
    border-radius: 50px;
}

.social-links  li i{
       display: inline-block;
    color: #004094;
    font-size: 22px;
   
}