@import url("https://fonts.googleapis.com/css2?family=Lora:ital,wght@0,400;0,500;0,600;0,700;1,400;1,500;1,600;1,700&family=Source+Sans+3:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url('https://fonts.googleapis.com/css2?family=Fira+Sans:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.8.1/font/bootstrap-icons.css");

body {
    margin: 0;
    padding: 0;
    font-size: 14px;
    font-family: 'Source Sans 3', sans-serif;
    background: #fff;
    overflow-x: hidden;
}

h1,
h2,
h3,
h4 {
    font-family: 'Lora', serif;
}

h5,
h6 {
    font-family: 'Lora', serif;
}

p {
    margin-bottom: 0px;
    font-size: 18px;
}

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: #2C2D8C;
}

.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;
}

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

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

.top-header {
    background: #6C6E70;
    padding: 10px 0px;
}

.top-header .top-header-left ul {
    display: flex;
    margin-bottom: 0px;
}

.top-header .top-header-left ul li {
    margin-right: 20px;
}

.top-header .top-header-left ul li a {
    font-size: 16px;
    color: #fff;
}

.top-header .top-header-left ul li a i {
    margin-right: 10px;
    font-size: 13px;
}

.top-header .top-header-right .social ul {
    display: flex;
    margin-bottom: 0px;
    justify-content: flex-end;
}

.top-header .top-header-right .social ul li {
    margin-left: 15px;
}

.top-header .top-header-right .social ul li a {
    font-size: 16px;
    color: #fff;
}

.main-header .navbar {
    background: transparent;
    padding: 5px 0px;
    position: relative;
    z-index: 1200;
}

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

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

.main-header .navbar .nav-link {
    font-size: 16px;
    color: #000;
    font-weight: 500;
    font-family: 'Lora', serif;
    padding: 15px 0px 15px 65px;
    padding-left: 65px;
}

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

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

.main-header .nav-item.dropdown .nav-link::after {
    content: "\f0fe";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-left: 4px;
    font-size: 14px;
}

.main-header .dropdown .dropdown-menu {
    top: 100%;
    transition: all 0.5s ease;
    left: -240%;
    border-radius: 0px;
    padding: 0px;
    background: #fff;
    box-shadow: 0 .5rem 1rem rgba(51, 51, 51, .15) !important;
    -webkit-box-shadow: 0 .5rem 1rem rgba(51, 51, 51, .15) !important;
    border: none;
    clear: both;
}

.main-header .dropdown .dropdown-menu .dropdown-item {
    color: #000;
    font-size: 14px;
    font-weight: 500;
clear: both;
width: 100%;
font-family: 'Open Sans',
'Arial',
sans-serif;
}

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

.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: #fff;
    box-shadow: 0 .5rem 1rem rgba(51, 51, 51, .15) !important;
    -webkit-box-shadow: 0 .5rem 1rem rgba(51, 51, 51, .15) !important;
    border: none;
}

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


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

*/
.main-header .pay-btn {
    margin-left: 30px;
}

.pay-btn {
    background: #2C2D8C;
    border: none;
    padding: 15px 40px;
    font-size: 16px;
    color: #fff !important;
    border-radius: 6px;
    transition: 0.7s all;
    position: relative !important;
    font-family: 'Lora', serif;
}

.pay-btn:hover {
    background: linear-gradient(#4142bbde, #2C2D8C);
    color: #fff !important;
}

.common-btn {
    border-radius: 6px;
    border: 1px solid #2C2D8C;
    background-color: transparent;
    padding: 15px 50px;
    font-size: 6px;
    color: #2C2D8C !important;
    border-radius: 0px;
    transition: 0.7s all;
    position: relative !important;
}

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

.banner {
    position: relative;
}

.banner .banner-carousel .banner-img {
    width: 100%;
    height: 600px;
    position: relative;
}

.banner .banner-carousel .banner-img:before {
    position: absolute;
    content: '';
    left: 0px;
    top: 0px;
    width: 80%;
    bottom: 0px;
    background: rgb(238, 245, 255);
    background: linear-gradient(to right, rgb(238, 245, 255) 1%, rgba(255, 255, 255, 0) 100%);
}

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

.banner .product-img {
    width: 100%;
    height: 350px;
}

.banner .product-img img {
    width: 100%;
    height: 100%;
    object-fit: contain !important;
}

.banner .banner-content {
    position: absolute;
    top: 50%;
    left: 0px;
    transform: translateY(-50%);
    z-index: 1;
    width: 100%;
}

.banner .banner-content-1 {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
}

.banner .banner-subtitle {
    font-size: 32px;
    font-weight: 300;
    line-height: 35px;
    margin-bottom: 20px;
    color: #000;
}

.banner .banner-title {
    font-size: 45px;
    font-weight: 700;
    line-height: 70px;
    margin-bottom: 30px;
    color: #333;
    position: relative;
    display: inline;
}

.banner .banner-title span {
    color: #2C2D8C;
    font-weight: 800 !important;
}

.banner .animated {
    animation-delay: 350ms;
    animation-duration: 1s;
    animation-fill-mode: both;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

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

.banner-three-item img {
    width: 100%;
}

.fadeInright {
    animation-name: fadeInright;
}

@keyframes fadeInright {
    from {
        transform: translate3d(0, 50px, 0);
        opacity: 0
    }

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

.banner .banner-text {
    font-size: 18px;
    font-weight: 400;
    padding-top: 15px;
    margin-bottom: 10px;
    color: #2C2D8C;

}

.banner .banner-text span {
    color: #000080;
}

.banner .banner-btn {
    background: #333;
    padding: 15px 50px;
    font-size: 16px;
    font-weight: 400;
    border-radius: 30px;
    color: #fff;
    text-transform: capitalize;
    border: none;
}

.banner-carousel.owl-theme .owl-nav {
    display: none !important;
}

.box-content {
    padding: 30px 0px;
}

.box-content .box-free-content {
    padding: 0px 20px;
    width: 100%;
    height: 100%;
}

.box-content .box-free-content .experince-text {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.box-content .box-free-content .experince-text .big {
    font-size: 70px;
    color: #2C2D8C;
    font-weight: 800;
}

.box-content .box-free-content .experince-text .small {
    font-size: 20px;
    font-weight: 800;
    color: #222;
    margin-left: 20px;
}

.box-content .box-free-content .box-text {
    font-size: 16px;
    line-height: 28px;
    color: #637879;
}

.box-content .box-1 {
    background: #6C6E70;
    padding: 20px;
    width: 100%;
    height: 100%;
}

.box-content .box-2 {
    background: #2C2D8C;
    padding: 20px;
    width: 100%;
    height: 100%;
}

.box-content .box-1 .box-title,
.box-content .box-2 .box-title {
    font-size: 24px;
    color: #fff;
    margin-bottom: 10px;
}

.box-content .box-1 .box-text,
.box-content .box-2 .box-text {
    font-size: 16px;
    line-height: 28px;
    color: #fff;
    margin-bottom: 10px;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.box-content .box-1 .box-link,
.box-content .box-2 .box-link {
    font-size: 16px;
    font-weight: 600;
    color: #fff;
}

.box-content .box-1 .box-link i,
.box-content .box-2 .box-link i {
    margin-left: 7px;
    font-size: 13px;
}



.footer {
    background: #2C2D8C;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    position: relative;
/*   margin-top: 50px; */
}

.footer::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../images/footer-pattern.png);
}

.footer .footer-space {
    padding: 60px 0px 20px;
    position: relative;
    z-index: 1;
}

.footer .footer-title {
    font-size: 22px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 25px;
}

.footer .social ul li {
    list-style-type: none;
}

.footer .social ul {
    display: flex;
    padding-left: 0px;
    justify-content: flex-start;
    padding-top: 20px;
    position: relative;
    z-index: 1;
}

.footer .social i {
    color: #fff;
    text-align: center;
    font-size: 14px;
    width: 40px;
    height: 40px;
    border: 1px solid #fff;
    border-radius: 50%;
    line-height: 40px;
    margin: 0px 15px 0px 0px;
}

.footer .social a {
    cursor: pointer;
}

.footer .social i:hover {
    color: #fff;
}

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

.footer ul {
    margin-bottom: 0px;
}

.footer .footer-link {
    font-size: 15px;
    color: #fff;
}

.footer .footer-link i {
    font-size: 15px;
    margin-right: 10px;
}

.footer .footer-bottom {
    border-top: 1px solid #dddddd78;
    padding: 15px 0px;
    position: relative;
    z-index: 1;
}

.footer .footer-logo img {
/*    width: 250px;*/
    filter: brightness(0) invert(1);
}

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

.footer .footer-bottom .copyright-text .copyright-link {
    color: #fff;
    font-weight: 700;
}

.footer .footer-bottom .copyright-text .copyright-link:hover {
    color: #fff;
}

.content-section {
    padding: 60px 0px;
}

.content-section .content-title {
    font-size: 48px;
    text-align: center;
    font-weight: 700;
    margin-bottom: 20px;
}

.content-section .content-subtitle {
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 20px;
}

.content-section .content-text {
    font-size: 16px;
    color: #637879;
    line-height: 28px;
    font-weight: 400;
    margin-bottom: 10px;
}

.about-content {
    padding: 30px 0px;
    overflow-x: hidden;
    height: 100%;
    position: relative;
}

/* .about-content::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 30%;
    height: 100%;
    background: url(../images/pattern.png);
    background-color: #2C2D8C;
    z-index: -1;
} */

.about-content .about-subtitle {
    font-size: 18px;
    text-transform: uppercase;
    letter-spacing: 2.2px;
    color: #2C2D8C;
    margin-bottom: 10px;
    font-weight: 600;
}

.about-content .about-title {
    font-size: 40px;
    color: #111263;
    margin-bottom: 20px;
    font-weight: 700;
    padding-top: 1rem;
}

.about-content .about-text {
    font-size: 16px;
    line-height: 28px;
    color: #637879;
    margin-bottom: 15px;
}

.about-content .about-box-content .icon {
    width: 70px;
    height: 70px;
    background: #6C6E70;
    border-radius: 50%;
    line-height: 70px;
    text-align: center;
}

.about-content .about-box-content .icon img {
    width: 40px;
}

.about-content .about-box-content .box-title {
    font-size: 24px;
    color: #333;
    margin-bottom: 5px;
    font-weight: 700;
}

.about-content .about-box-content .box-text {
    font-size: 16px;
    line-height: 28px;
    color: #637879;
}

.about-content .about-bg .img-box {
    width: 100%;
    height: 550px;
    margin-bottom: 0px;
    position: relative;
}

.about-content .about-bg .img-box::after {
    content: "";
    position: absolute;
    top: 30px;
    right: 30px;
    background: url(../images/06.svg);
}

.about-content .about-bg .img-box img {
    width: 100%;
    height: 100%;
    aspect-ratio: 3/2;
    object-fit: cover;
}

.company-profile {
    padding: 60px 0px 100px;
    overflow-x: hidden;
}

.company-profile .company-img:hover {
    filter: grayscale(0);
}

.company-profile .company-img {
    background: url(../images/building.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    height: 600px;
    filter: grayscale(1);
    position: relative;
}

.company-profile .content-box {
    width: 100%;
    height: 100%;
    background: #fff;
    padding: 70px 50px;
    box-shadow: 1px 1px 27px 3px rgba(31, 31, 31, .2);
    position: relative;
    bottom: -150px;
    right: -150px;
    z-index: 1;
}

.company-profile .content-box h1 {
    font-size: 30px;
    color: #333;
    font-weight: 700;
    line-height: 40px;
    margin-bottom: 15px;
}

.company-profile .content-box h5 {
    font-size: 18px;
    line-height: 28px;
    color: #333;
    font-weight: 600;
    margin-bottom: 15px;
}

.company-profile .content-box p {
    font-size: 16px;
    line-height: 28px;
    color: #637879;
    margin-bottom: 20px;
}

.company-profile .learn-more {
    position: absolute;
    bottom: 0;
    right: 0;
    margin-top: 20px;
}

.company-profile .learn-more .learn-btn {
    font-size: 18px;
    color: #000;
    padding: 0px;
    border: none;
}

.company-profile .learn-more .learn-btn:hover {
    color: #2C2D8C !important;
}

.company-profile .learn-more .learn-btn:hover i {
    background: #2C2D8C;
}

.company-profile .learn-more .learn-btn i {
    width: 40px;
    height: 40px;
    line-height: 40px;
    color: #fff;
    text-align: center;
    font-size: 14px;
    margin-left: 10px;
    background: #6C6E70;
}

/* .our-service {
    padding: 60px 0px;
} */

.our-service.service-1 {
    background: #ffff;
    padding: 0px !important;
}

.our-service.service-1 .service-bg {
    background: #fff;
}

.our-service .service-bg {
    padding: 30px 0px 20px 0px;
    position: relative;
}

.our-service .service-bg::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../images/pattern.png);
}

.our-service.service-1 .service-subtitle {
    color: #2C2D8C;
}

.our-service.service-1 .service-subtitle::after {
    background: #2C2D8C;
}

.our-service.service-1 .service-title {
    color: #333;
}

.our-service .service-subtitle {
    font-size: 18px;
    text-transform: uppercase;
    letter-spacing: 2.2px;
    color: #2C2D8C;
    margin-bottom: 25px;
    font-weight: 500;
    text-align: center;
    position: relative;
}

.our-service .service-subtitle::after {
    content: "";
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    width: 100px;
    height: 2px;
    background: #fff;
}

.our-service .service-title {
    font-size: 40px;
    color: #2C2D8C;
    margin-bottom: 30px;
    font-weight: 700;
    text-align: center;
}

/*.our-service .service-items {
    margin-top: -180px;
}*/

.our-service .service-box .img-box {
    width: 100%;
    height: 220px;
    position: relative;
}

.our-service .service-box .img-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}


.our-service .service-box .img-box .card-overlay {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 0px;
    height: 0px;
    background: #333333d7;
    z-index: 1;
    transition: 0.5s all;
    opacity: 0;
    visibility: hidden;
}

.our-service .service-box:hover .img-box .card-overlay {
    width: 90%;
    height: 90%;
}

.our-service .service-box:hover .card-overlay {
    visibility: visible;
    opacity: 1;
}

.our-service .service-box .img-box .card-overlay .card-body {
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
}

.our-service .service-box .img-box .card-overlay .card-title {
    font-size: 16px;
    color: #fff;
    margin-bottom: 10px;
    font-weight: 700;
    text-align: center;
}

.our-service .service-box .img-box .card-overlay .icon {
    text-align: center;
}

.our-service .service-box .img-box .card-overlay .icon a {
    font-size: 22px;
    color: #fff;
    text-align: center;
}

.working-process {
    padding: 60px 0px;
    background: #2C2D8C;
}

.working-process .working-subtitle {
    font-size: 18px;
    text-transform: uppercase;
    letter-spacing: 2.2px;
    color: #fff;
    margin-bottom: 15px;
    font-weight: 500;
    text-align: center;
}

.working-process .working-title {
    font-size: 50px;
    color: #fff;
    margin-bottom: 30px;
    font-weight: 700;
    text-align: center;
}

.working-process .process-box {
    position: relative;
}

.working-process .process-box.right-icon::after {
    content: "\f105";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 20px;
    font-size: 20px;
    color: #fff;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
}

.working-process .process-box .icon {
    width: 70px;
    height: 70px;
    line-height: 70px;
    text-align: center;
    font-size: 30px;
    color: #2C2D8C;
    font-weight: 700;
    margin-bottom: 25px;
    background: #fff;
}

.working-process .process-box .card-title {
    font-size: 26px;
    color: #fff;
    margin-bottom: 10px;
    font-weight: 700;
}

.working-process .process-box .card-text {
    font-size: 16px;
    line-height: 28px;
    color: #fff;
}

.testimonials {
    padding: 60px 0px;
}

.testimonials .img-box {
    width: 100%;
    height: 450px;
    position: relative;
}

.testimonials .img-box::after {
    content: url(../images/element-dots.png);
    position: absolute;
    bottom: -30px;
    left: -30px;
    z-index: -1;
}

.testimonials .img-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.testimonials .icon {
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    color: #fff;
    background: #2C2D8C;
    font-size: 30px;
    margin-bottom: 15px;
    border-radius: 50%;
}

.testimonials .text {
    font-size: 40px;
    font-weight: 700;
    color: #333;
    margin-bottom: 20px;
}

.testimonials .rating-stars {
    display: flex;
    margin-bottom: 15px;
}

.testimonials .rating-stars i {
    font-size: 20px;
    color: goldenrod;
    margin-right: 7px;
}

.testimonials .card-name {
    font-size: 22px;
    color: #2C2D8C;
    font-weight: 700;
}

.subscribe-detail {
    padding: 40px 0px;
}

.subscribe-detail .subscribe-box {
    padding: 60px 30px;
    background: #2C2D8C;
    position: relative;
}

.subscribe-detail .subscribe-box::before {
    content: url(../images/element-dots.png);
    position: absolute;
    top: -70px;
    left: 100px;
    z-index: 1;
}

.subscribe-detail .subscribe-box::after {
    content: url(../images/element-dots.png);
    position: absolute;
    bottom: -50px;
    right: 100px;
    z-index: 1;
}

.subscribe-detail .subscribe-box .subscribe-box-subtitle {
    font-size: 18px;
    text-transform: uppercase;
    letter-spacing: 2.2px;
    color: #fff;
    margin-bottom: 15px;
    font-weight: 500;
}

.subscribe-detail .subscribe-box .subscribe-box-title {
    font-size: 50px;
    color: #fff;
    margin-bottom: 30px;
    font-weight: 700;
}

.subscribe-detail .subscribe-box .form-control {
    height: 50px;
    background: #fff;
    border-color: transparent;
    border-radius: 0px;
    font-size: 14px;
    color: #838383;
}

.subscribe-detail .subscribe-box .form-control:focus {
    box-shadow: none;
    border-color: #2C2D8C;
}

.subscribe-detail .subscribe-box .btn {
    min-height: 50px;
    border-radius: 0px;
    background: #000;
    color: #fff;
    padding: 0px 30px;
    border: none;
}

.page-banner {
    background: url(../images/banner-final.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    min-height: 300px;
    overflow-x: hidden;
}

.page-banner::after {
    position: absolute;
    content: '';
    left: 0px;
    top: 0px;
    width: 80%;
    bottom: 0px;
    background: rgb(238, 245, 255);
    background: linear-gradient(to right, rgb(238, 245, 255) 1%, rgba(255, 255, 255, 0) 100%);
}

.page-banner .page-banner-content {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
    width: 100%;
}

.page-banner .banner-title {
    color: #2C2D8C;
    font-size: 30px;
    font-weight: 700;
}

.page-banner .breadcrumb-item a {
    color: #000;
}

.page-banner .breadcrumb-item.active {
    color: #2C2D8C;
}

.page-banner .breadcrumb-item+.breadcrumb-item::before {
    color: #000;
}

.contact-detail {
    padding: 30px;
    background: #fff;
    margin-top: -80px;
    position: relative;
    border: 1px solid #e0e0e0;
    z-index: 1;
}

.contact-detail .contact-title {
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 600;
    color: #000;
    margin-bottom: 20px;
}

.contact-detail .form-control {
    border-radius: 0px;
    font-size: 14px;
    padding: 10px;
    border: 1px solid #ededed;
}

.contact-detail .submit-btn {
    background: #000000;
    border: none;
    padding: 10px 25px;
    font-size: 16px;
    color: #fff !important;
    border-radius: 30px;
    transition: 0.7s all;
    position: relative !important;
}

.contact-detail .submit-btn:hover {
    background: linear-gradient(#4142bbde, #2C2D8C);
}

.border-tp {
    border-top: 1px solid #ededed;
    margin: 20px 0px;
}

.contact-detail .address-detail {
    padding-top: 10px;
}

.contact-detail .address-detail .address-title {
    font-size: 20px;
    font-weight: 700;
    color: #000;
    margin-bottom: 15px;
}

.contact-detail .address-detail .address-text {
    font-size: 16px;
    line-height: 25px;
    font-weight: 500;
    color: #000;
}

.contact-detail .address-detail ul li {
    padding-bottom: 15px;
}

.contact-detail .address-detail ul li .icon {
    font-size: 16px;
    color: #333;
    margin-right: 10px;
}

.contact-detail .address-detail ul li .strong-text {
    font-size: 16px;
    color: #000;
    margin-right: 10px;
    font-weight: 700;
}

.contact-detail .address-detail ul li a {
    color: #000;
    font-size: 16px;
    font-weight: 500;
}

.product-detail {
    padding: 60px 0px;
}

.product-detail .product-title {
    font-size: 26px;
    text-transform: uppercase;
    font-weight: 600;
    color: #333;
    padding-bottom: 5px;
    margin-bottom: 50px;
    position: relative;
}

.product-detail .product-title::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 70px;
    height: 4px;
    background: #2C2D8C;
}

.product-detail .product-card {
    width: 100%;
    height: 340px;
    padding: 10px 0px;
    position: relative;
    margin-bottom: 15px;
}

.product-detail .product-card::after {
    content: "";
    position: absolute;
    top: -10px;
    left: -20px;
    background-color: #6C6E70;
    background-image: url(../images/pattern.png);
    width: 100%;
    height: 100%;
    z-index: -1;
}

.product-detail .product-card .card-img {
    width: 100%;
    height: 300px;
    background: #fff;
    position: relative;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
}

.product-detail .product-card .card-title {
    font-size: 14px;
    background: #2C2D8C;
    color: #fff;
    padding: 7px;
    margin-bottom: 0px;
    position: absolute;
    top: 20px;
    right: 0px;
    margin-left: 10px;
    display: inline-block;
}

.product-detail .product-card .card-img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

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

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

.company-detail {
    padding: 60px 0px;
}

.company-detail .company-title {
    font-size: 26px;
    font-weight: 600;
    color: #333;
    padding-bottom: 5px;
    margin-bottom: 50px;
    position: relative;
}

.company-detail .company-title::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 70px;
    height: 4px;
    background: #2C2D8C;
}

.company-detail dt {
    font-size: 14px;
    text-transform: uppercase;
    color: #2C2D8C;
    position: relative;
}

.company-detail dt::after {
    content: ":";
    margin-left: 10px;
    color: #2C2D8C;
}

.company-detail dd {
    color: #777;
    font-size: 14px;
    text-transform: capitalize;
}


@media (min-width:2000px) {
    .main-header .dropdown .dropdown-menu {
        left: 0;
    }
}



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

    .mobile-view {
        display: block;
    }

    .mobile-header {
        height: 70px;
        line-height: 70px;
        -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.1);
        -moz-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.1);
        box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.1);
        position: sticky;
        top: 0px;
        z-index: 1200;
        background: #fff;
    }

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

    .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 #6378791c;
        opacity: 0.7;
    }

    .mobile-header .mobile-header-list .nav-item .nav-link {
        padding: 10px 0px;
        font-size: 15px;
        color: #637879;
        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: #637879;
        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-title {
        font-size: 32px;
    }

    .workspace-service .service-title,
    .workspace-plan .workspace-bg .workspace-plan-title,
    .package-design .package-box .package-title {
        font-size: 30px;
    }

    .business-benifit .business-title,
    .footer .footer-title {
        font-size: 24px;
        line-height: 35px;
    }

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

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

    .mobile-view {
        display: block;
    }

    .mobile-header {
        height: 70px;
        line-height: 70px;
        -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.1);
        -moz-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.1);
        box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.1);
        position: sticky;
        top: 0px;
        z-index: 1200;
        background: #fff;
    }

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

    .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 #6378791c;
        opacity: 0.7;
    }

    .mobile-header .mobile-header-list .nav-item .nav-link {
        padding: 10px 0px;
        font-size: 15px;
        color: #637879;
        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: #637879;
        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-title {
        font-size: 22px;
        margin-bottom: 10px;
        line-height: 60px;
    }

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

    .banner .pay-btn {
        padding: 10px 25px;
    }

    .about-content::after {
        width: 100%;
        height: 30%;
        bottom: 0;
        left: 0;
        top: inherit;
    }

    .about-content .about-title {
        font-size: 30px;
    }

    .company-profile .content-box {
        right: inherit;
        bottom: inherit;
    }

    .about-content .about-bg .img-box {
        height: 300px;
    }

}

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

    .mobile-view {
        display: block;
    }

    .mobile-header {
        height: 70px;
        line-height: 70px;
        -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.1);
        -moz-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.1);
        box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.1);
        position: sticky;
        top: 0px;
        z-index: 1200;
        background: #fff;
    }

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

    .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 #6378791c;
        opacity: 0.7;
    }

    .mobile-header .mobile-header-list .nav-item .nav-link {
        padding: 10px 0px;
        font-size: 15px;
        color: #637879;
        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: #637879;
        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 .product-img {
        height: 250px;
    }

    .banner .banner-title {
        font-size: 24px;
        margin-bottom: 10px;
        line-height: 40px;
    }

    .banner .banner-title span {
        font-size: 25px !important;
    }

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

    .banner .pay-btn {
        padding: 10px 25px;
    }

    .about-content::after {
        width: 100%;
        height: 30%;
        bottom: 0;
        left: 0;
        top: inherit;
    }

    .about-content .about-title {
        font-size: 30px;
    }

    .company-profile .content-box {
        right: inherit;
        bottom: inherit;
        padding: 20px;
    }

    .about-content .about-bg .img-box {
        height: 300px;
    }

    .banner .banner-carousel .banner-img {
        height: 350px;
    }
}

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

    .mobile-view {
        display: block;
    }

    .mobile-header {
        height: 70px;
        line-height: 70px;
        -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.1);
        -moz-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.1);
        box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.1);
        position: sticky;
        top: 0px;
        z-index: 1200;
        background: #fff;
    }

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

    .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 #6378791c;
        opacity: 0.7;
    }

    .mobile-header .mobile-header-list .nav-item .nav-link {
        padding: 10px 0px;
        font-size: 15px;
        color: #637879;
        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: #637879;
        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 .product-img {
        height: 250px;
    }

    .banner .banner-title {
        font-size: 24px;
        margin-bottom: 10px;
        line-height: 40px;
    }

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

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

    .banner .pay-btn {
        padding: 10px 25px;
    }

    .about-content::after {
        width: 100%;
        height: 30%;
        bottom: 0;
        left: 0;
        top: inherit;
    }

    .about-content .about-title {
        font-size: 24px;
    }

    .company-profile .content-box {
        right: inherit;
        bottom: inherit;
        padding: 20px;
    }

    .about-content .about-bg .img-box {
        height: 300px;
    }

    .banner .banner-carousel .banner-img {
        height: 350px;
    }
}


.dropdown-menu {
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
    border: none;
    border-radius: 0;
    padding: 0.7em;
}

@media only screen and (min-width: 992px) {
    .dropdown:hover .dropdown-menu {
        display: flex;
    }

    .dropdown-menu.show {
        display: flex;
    }
}

.dropdown-menu ul {
    list-style: none;
    padding: 0;
}

.dropdown-menu li .dropdown-item {
    color: gray;
    font-size: 1em;
    padding: 0.5em 1em;
  
}

.dropdown-menu li .dropdown-item:hover {
    background-color: #f1f1f1;
}

.dropdown-menu li:first-child a {
    font-weight: bold;
    font-size: 1.1em;
    text-transform: uppercase;
    color: #516beb;
}

.dropdown-menu li:first-child a:hover {
    background-color: #f1f1f1;
}

@media only screen and (max-width: 992px) {
    .dropdown-menu.show {
        flex-wrap: wrap;
        max-height: 350px;
        overflow-y: scroll;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1140px) {
    .dropdown:hover .dropdown-menu {
        width: 40vw;
        flex-wrap: wrap;
    }
}

.dropdown-menu {
    border-radius: 0;
    border: none;
    padding: 0.5em;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.23);
}

.dropdown-menu ul {
    list-style: none;
    padding: 0;
}

.dropdown-menu li a {
    color: gray;
    padding: 0.5em 1em;
}

.dropdown-menu li:first-child a {
    font-weight: bold;
    font-size: 1.1em;
    color: #516beb;
}

@media screen and (min-width: 993px) {
    .dropdown:hover .dropdown-menu {
        display: flex;
    }

    .dropdown-menu.show {
        display: flex;
    }
}

@media screen and (max-width: 992px) {
    .dropdown-menu.show {
        max-height: 60vh;
        overflow-y: scroll;
    }
}

.dropdown-header {
    color: #000 !important;
    font-weight: 700 !important;
    font-size: 14px !important;
    padding-top: 1rem;
}

@media screen and (orientation: landscape) {
    .carousel img {
        height: 100vh;
    }
}

.banner-bg {
    background-image: url(../images/common-bg.png);
    background-repeat: no-repeat;
/*    background-position: center;*/
    background-size: cover;
/*    height: 100vh;*/
    position: relative;
    padding: 100px 0 80px 0 ;
}

.left-banner {
    position: absolute;
    left: 10%;
    top: -38%;
    max-width: 40%;
}

@media(max-width:1500px) {
    .left-banner {
        left: 5%;
        top: 5%;
        max-width: 41%;
    }

    .banner .banner-content-1 {
        top: 65%;
    }
}

@media(max-width:1400px) {
    .banner .banner-title {
        font-size: 40px !important;
    }

    .text-h2 {
        font-size: 10px !important;
    }
}

.advance-bg {
    background-image: url(../images/bg-2.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
    padding-bottom: 3rem;
}

.advance-row {
    padding-top: 5rem;
}

.advance-content h1 {
    color: #fff !important;
    font-weight: 700;
}

.advance-content p {
    color: #fff !important;
}

.advance-content .advance-btn {
    background: transparent;
    border: 1px solid #fff !important;
    padding: 15px 40px;
    font-size: 16px;
    color: #fff !important;
    border-radius: 6px;
    transition: 0.7s all;
    position: relative !important;
    font-family: 'Lora', serif;
}


.about-padd a {
    background: transparent;
    color: #111263 !important;
    border: 1px solid #111263;
    font-weight: 600;
}

.dash-content {
    display: flex;
    justify-content: start;
}

.dash {
    border-bottom: 5px solid #00A99D;
    background-color: #00A99D;
    height: 120px;
    width: 20px;
}

.dash-content p {
    padding-left: 2rem;
}

.megamenu-li {
    position: static;
}

.megamenu {
    position: absolute;
      width: 1000px;
    left: -88%;
    top: 54px;
    /* Move to the center horizontally */
    transform: translateX(-50%);
    /* Adjust to center properly */
    padding: 15px;
    box-sizing: border-box;
}

.megamenu h6 {
    font-weight: 600;
}
.megamenu .subtitle{
    color: #011FA1;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 10px;
    padding: 0px 8px;
}

.dropdown-item {
    padding: 8px !important;
    font-size: 14px !important;
    font-family: 'Fira Sans', sans-serif;
}

.dropdown-item.active, 
.dropdown-item:hover {
    background-color: #2C2D8C;
    color: #fff;
}

.banner-three-item {
    width: 100%;
    padding: 0 10px;
}

.banner-three-item img {
    width: 100%;
    border-radius: 22px;
}

.carousel-wrap {
    margin: 90px auto;
    padding: 0 5%;
    width: 80%;
    position: relative;
}


.wrapper {
    width: 100%;
    padding-top: 20px;
    text-align: center;
}

h2 {
    font-family: 'Lora', serif;
    color: #fff;
}

.carousel {
    width: 90%;
    margin: 0px auto;
}

.slick-slide {
    margin: 10px;
}

.slick-slide img {
    width: 100%;
    border: 2px solid #fff;
}

.wrapper .slick-dots li button:before {
    font-size: 20px;
    color: white;
}

.main-container {
    position: relative;
}
.award-img{
    width: 130px;
}

.image {
    display: block;
    width: 100%;
    height: auto;
    cursor: pointer;
}

.overlay {
    position: absolute;
    bottom: 25px;
    left: 0;
    right: 0;
    overflow: hidden;
    width: 80%;
    cursor: pointer;
    border-radius: 10px;
    background: #FFF;
    transition: height 0.4s ease;
    margin: 0 auto;
    display: none;
    padding: 10px;
}

.main-container:hover .overlay {
    display: block;
}

.text-h1 {
    color: #2C2D8C;
    font-size: 19px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.text-h2 {
    color: #2F2F2F;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

@media (max-width:1200px) {
    /*.banner-bg {
        height: 78vh !important;
    }*/

    .footer .footer-logo img {
        width: 215px;
    }
}

@media (max-width:1024px) {
    p {
        font-size: 16px;
    }

    .slick-dots li.slick-active button {
        display: none;
    }

    .slick-dots li button {
        display: none;
    }
}

@media (max-width:992px) {
    /*.banner-bg {
        height: 80vh !important;
    }*/

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

    .footer {
        text-align: center;
    }

    .footer-space .social ul {
        justify-content: center !important;
    }

    .banner .banner-content-1 {
        left: -23% !important;
    }
}

@media (max-width:768px) {
    p {
        font-size: 14px;
    }

    .banner .banner-content-1 {
        top: 93% !important;
        left: 32% !important;
        transform: translate(-50px, -50px) !important;
    }

    .left-banner {
        left: 22% !important;
        top: -36% !important;
    }

    .d-flex {
        justify-content: center !important;
    }

    .about-padd {
        text-align: center;
    }
}

@media (max-width:577px) {
    .our-service .service-title {
        font-size: 28px;
    }

    .our-service .service-subtitle {
        font-size: 16px;
    }

    .about-content .about-subtitle {
        font-size: 16px;
    }

    .banner .banner-content-1 {
        top: inherit !important;
        left: inherit !important;
        transform: inherit !important;
    }

    .banner-bg {
        height: 100vh !important;
        text-align: center;
    }

    .left-banner {
        max-width: 65% !important;
    }

    .left-banner {
        left: 15% !important;
        top: -22% !important;
    }

    p {
        font-size: 14px;
    }

    .pay-btn {
        font-size: 13px;
    }

    .footer .footer-link {
        font-size: 14px;
    }

    .slick-next {
        display: none !important;
    }

    .slick-prev {
        display: none !important;
    }

    .left-banner {
        position: inherit !important;
        top: inherit !important;
        left: inherit !important;
        transform: inherit !important;
        max-width: 100%;
    }

    .advance-content .advance-btn {
        padding: 10px 25px !important;
    }

    .footer {
        margin-top: inherit !important;
    }

    .our-service {
        padding-bottom: inherit !important;
        padding-top: inherit !important;
    }

    .service-subtitle {
        padding-top: 2rem;
    }
}

.dropdown-item {
    padding: 0;
    padding-bottom: 1rem;
    font-size: 16px;
}

.megamenu h6 {
    font-size: 20px;
}


.pdf-box{
    width: 100%;
    padding: 10px 20px;
    position: relative;
    margin-bottom: 15px;
    background: #fff;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
}

.pdf-box img{
    width: 100px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
   
}
.pdf-box .card-img {
    width: 100%;
    height: 250px;
    position: relative;
    
}
.pdf-box .card-body{
    border-top: 1px solid #eee;
    padding: 10px 0px;
}
.pdf-box .card-body .card-title{
    font-size: 16px;
    text-align: center;
}


.company-box{
    width: 100%;
    position: relative;
    margin-bottom: 15px;
    background: #fff;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
}

.company-box img{
    width: 100%;
   height: 100%;
   object-fit: cover;
   object-position: top;
   
}
.company-box .card-img {
    width: 100%;
    height: 250px;
    position: relative;
}
.company-box .card-body{
    border-top: 1px solid #eee;
    padding: 15px 0px;
    margin-top: 0px;
}
.company-box .card-body .card-title{
    font-size: 16px;
    text-align: center;
}

.sub-ban{
   background: url(../images/sub-banner.webp) !important;

}


.marg-btm-20{
    margin-bottom: 20px  !important;
}
.txt-jus{
    text-align: justify !important;
}

.icon_box_all.style_five {
    position: relative;
}

.icon_box_all.style_five .icon_content {
    position: relative;
    padding: 40px 30px 30px;
    background: #fff;
    box-shadow: 0px 0px 40px 0px rgba(0,0,0,.09);
    overflow: hidden;
    border-radius: 10px;
    border: 3px solid #fff;
    transition: all 700ms ease 100ms;
    -moz-transition: all 700ms ease 100ms;
    -ms-transition: all 700ms ease 100ms;
    -o-transition: all 700ms ease 100ms;
}
.icon_box_all.style_five .icon_content .icon {
    position: relative;
    margin-bottom: 25px;
}
.icon_box_all.style_five .icon_content .icon span {
    font-size: 60px;
    color: #111263;
    line-height: 60px;
    display: block;
}

.icon_box_all.style_five .icon_content small {
    position: absolute;
    font-size: 48px;
    line-height: 60px;
    color: #f0f3f9;
    right: 20px;
   
    top: 45px;
    font-weight: 700;
}
.icon_box_all.style_five .icon_content h2 {
    font-size: 20px;
    line-height: 26px;
    font-weight: 700;
    color: #000;
    margin-bottom: 10px;
}

.icon_box_all.style_five .icon_content .hover_content {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    display: block;
    padding: 0px 40px;
    transition: all 700ms ease 100ms;
    -moz-transition: all 700ms ease 100ms;
    -ms-transition: all 700ms ease 100ms;
    -o-transition: all 700ms ease 100ms;
    opacity: 0;
    transform-style: preserve-3d;
    transform: perspective(1200px) rotateX(-45deg) translateZ(-50px);
    background: #111263;
    border-radius: 10px;
}

.icon_box_all.style_five .icon_content .hover_content .content {
    display: table;
    width: 100%;
    height: 100%;
}
.icon_box_all.style_five .icon_content .hover_content .content .inner {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

.icon_box_all.style_five:hover .icon_content {
    border-color:#111263;
    background: #111263;

}

.icon_box_all.style_five:hover .hover_content {
    transform: perspective(1200px) rotateX(0deg) translateZ(0px);
    opacity: 1;
}
.icon_box_all.style_five:hover .hover_content p {
    color: #fff;
}
.icon_box_all.style_five:hover .hover_content h2 {
    color: #fff;
}
.padd-both-50{
    padding: 50px 0 !important;
}
.marg-btm-30{
    margin-bottom: 30px !important;
}
.mis-vis{
    font-size: 40px;
    color: #111263;
    margin-bottom: 20px;
    font-weight: 700;
    padding-top: 1rem;
    margin-bottom: 30px;
}

.max-wi-300{
    max-width: 300px;
}

.bann-25{
    font-size: 40px;
    font-weight: 800;
    color: #2c2d8c;
    margin-top: 20px;
}
@media screen and (min-width: 768px) and (max-width: 991.98px) {

}

@media (max-width: 991px) {
.bann-25{
    font-size: 25px;
    font-weight: 800;
    color: #2c2d8c;
    margin-top: 20px;
}  
.max-wi-300{
    max-width: 200px;
}  
.dis-n{
    display: none !important;
}
.dis-b{
    display: block !important;
}
.our-service .service-bg {
    padding: 20px 0px;
    position: relative;
}
}


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